:root{--bg:#ffffff;--bg-soft:#f7f8f6;--bg-muted:#eef3f1;--text:#1b1f23;--muted:#5d6865;--subtle:#7c8581;--border:#dfe5e2;--accent:#bc002d;--accent-strong:#8f0022;--accent-soft:#fff0f3;--teal:#1b7770;--teal-soft:#e5f2ef;--shadow:0 18px 44px rgba(26,31,35,0.08);--shadow-soft:0 12px 32px rgba(26,31,35,0.05);--max:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Yu Gothic,YuGothic,Noto Sans JP,Segoe UI,sans-serif;line-height:1.7}a{color:inherit;cursor:pointer;text-decoration:none}button,input,select,textarea{font:inherit}.checkbox-item,.radio-item,button,input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit],select{cursor:pointer}img{display:block;max-width:100%}.section-inner{width:min(var(--max),calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(223,229,226,.9);background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header-inner{display:flex;width:min(var(--max),calc(100% - 40px));margin:0 auto;flex-wrap:wrap;min-height:74px;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;letter-spacing:0}.brand-logo{overflow:hidden;display:inline-grid;width:36px;height:36px;place-items:center;border-radius:10px}.brand-logo-compact{width:32px;height:32px}.brand-logo img{width:100%;height:100%;object-fit:cover}.brand-text{display:grid;gap:1px;line-height:1.15}.brand-text small{color:var(--muted);font-size:11px;font-weight:700}.desktop-nav{display:flex;align-items:center;gap:22px;color:var(--muted);font-size:14px;font-weight:600}.desktop-nav a:hover,.footer-links a:hover{color:var(--accent)}.button-ghost,.button-primary,.button-secondary,.header-cta{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border-radius:8px;font-size:14px;font-weight:700;transition:transform .16s ease,border-color .16s ease,background .16s ease}.button-icon{width:16px;height:16px;margin-left:8px}.button-primary,.header-cta{border:1px solid var(--accent);background:var(--accent);color:#fff;padding:0 18px}.button-primary:hover,.header-cta:hover{background:var(--accent-strong);transform:translateY(-1px)}.button-ghost,.button-secondary{border:1px solid var(--border);background:#fff;color:var(--text);padding:0 18px}.button-ghost:hover,.button-secondary:hover{border-color:var(--accent)}.button-ghost:disabled,.button-primary:disabled,.button-secondary:disabled,.step-pill:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.48;transform:none}.mobile-menu{display:none;position:relative;margin-left:auto}.mobile-menu-button{display:inline-flex;width:42px;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);padding:0;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.mobile-menu-button .button-icon{margin-left:0}.mobile-menu-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:25;display:grid;width:min(280px,calc(100vw - 28px));gap:4px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:8px;box-shadow:var(--shadow)}.mobile-menu-panel[hidden]{display:none}.mobile-menu-panel a{display:flex;min-height:42px;align-items:center;border-radius:6px;padding:0 12px;color:var(--text);font-size:14px;font-weight:800}.mobile-menu-panel a:focus-visible,.mobile-menu-panel a:hover{background:var(--bg-soft);color:var(--accent)}.content-page,.page{display:flex;flex-direction:column;min-height:100vh}.hero{padding:74px 0 52px}.hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1fr);gap:56px;align-items:center}.hero h1{max-width:650px;margin:0;font-size:clamp(34px,4.5vw,58px);font-weight:750;line-height:1.08;letter-spacing:0}.nowrap{white-space:nowrap}.hero p{max-width:620px;margin:24px 0 0;color:var(--muted);font-size:17px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.operator-strip{display:grid;grid-column:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:-28px}.operator-item{display:flex;min-height:74px;align-items:center;gap:12px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:13px;box-shadow:var(--shadow-soft)}.card-icon,.operator-icon,.path-icon,.timeline-icon{color:var(--accent);flex:0 0 auto}.operator-icon{width:22px;height:22px}.operator-item small,.operator-item strong{display:block}.operator-item small{color:var(--subtle);font-size:11px;font-weight:800}.operator-item strong{margin-top:2px;font-size:13px;line-height:1.35}.hero-media{position:relative;overflow:hidden;border-radius:8px;background:var(--bg-soft);box-shadow:var(--shadow)}.hero-media img{aspect-ratio:16/10;height:auto;width:100%;object-fit:cover}.hero-media figcaption{position:absolute;right:16px;bottom:16px;max-width:320px;border:1px solid rgba(255,255,255,.48);border-radius:8px;background:rgba(255,255,255,.9);padding:12px 14px;color:var(--muted);font-size:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.band{border-top:1px solid var(--border)}.section{padding:74px 0;scroll-margin-top:110px}.section-muted{background:var(--bg-soft)}.section h2{max-width:760px;margin:0;font-size:clamp(28px,3.2vw,44px);line-height:1.22;letter-spacing:0}.section-lede{max-width:760px;margin:16px 0 0;color:var(--muted);font-size:16px}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:28px}.category-item{display:flex;min-height:72px;align-items:center;gap:12px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:16px;font-weight:700;box-shadow:var(--shadow-soft)}.claim-grid,.country-proof-grid,.metric-grid,.path-grid,.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}.brief-panel,.claim-card,.country-card,.faq-item,.form-panel,.metric-card,.path-card,.privacy-card,.support-card,.thank-you-card{border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft)}.claim-card,.country-card,.metric-card,.path-card,.support-card{padding:22px}.card-icon{width:25px;height:25px;margin-bottom:14px}.country-flag{display:inline-grid;width:34px;height:34px;align-items:center;justify-content:center;margin-bottom:12px;border:1px solid var(--border);border-radius:999px;background:#fff;box-shadow:var(--shadow-soft);font-size:22px;line-height:1}.claim-card h3,.country-card h3,.metric-card h3,.path-card h3,.support-card h3{margin:0;font-size:18px;line-height:1.45}.claim-card p,.country-card p,.metric-card p,.path-card p,.support-card p{margin:12px 0 0;color:var(--muted);font-size:14px}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.country-proof-grid{grid-template-columns:1.15fr .92fr .92fr}.country-card{display:grid;align-content:start}.country-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.country-metrics span{display:grid;gap:4px;border-top:1px solid var(--border);padding-top:10px}.country-metrics strong{font-size:18px;line-height:1.2}.country-metrics small,.metric-footnote{color:var(--subtle);font-size:12px;line-height:1.5}.metric-footnote{display:block;margin-top:16px}.metric-card{display:grid;min-height:250px;align-content:start}.metric-label{color:var(--muted);font-size:13px;font-weight:800}.metric-card strong{display:block;margin-top:8px;font-size:clamp(30px,3.8vw,44px);line-height:1.05;letter-spacing:0}.metric-card small{display:block;margin-top:12px;color:var(--subtle);font-size:12px;line-height:1.5}.claim-source{display:inline-flex;margin-top:16px;color:var(--accent);font-size:12px;font-weight:700}.compact-metric-grid{margin-top:18px}.brief-policy-list,.policy-signal-list{display:grid;gap:14px;margin-top:18px}.policy-signal-card{display:grid;gap:12px;border:1px solid color-mix(in srgb,var(--accent) 22%,var(--border));border-radius:8px;background:linear-gradient(135deg,#fff,#f6fbf8);padding:22px;box-shadow:var(--shadow-soft)}.policy-signal-card h3{margin:5px 0 0;font-size:clamp(24px,3vw,34px);line-height:1.2}.policy-signal-card p{max-width:920px;margin:0;color:var(--muted)}.policy-signal-card small{color:var(--subtle);font-size:12px;line-height:1.6}.market-sizing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.market-sizing-grid .metric-card{min-height:260px}.market-sizing-grid .metric-card strong{font-size:clamp(24px,2.4vw,34px)}.secondary-brief-panel h3{margin:0;font-size:22px}.secondary-brief-panel p{max-width:720px;margin:10px 0 0;color:var(--muted)}.model-note{max-width:760px;margin:18px 0 0;border-left:3px solid var(--accent);padding-left:16px;color:var(--muted);font-size:14px;font-weight:700}.text-link{display:inline-flex;width:fit-content;color:var(--accent);font-size:14px;font-weight:800}.split{display:grid;grid-template-columns:minmax(0,.88fr) minmax(360px,1fr);gap:48px;align-items:start}.check-list{display:grid;gap:12px;margin:28px 0 0;padding:0;list-style:none}.check-list li{display:flex;gap:10px;color:var(--muted)}.check-list li:before{content:"";width:9px;height:9px;flex:0 0 auto;margin-top:10px;border-radius:999px;background:var(--teal)}.image-frame{overflow:hidden;border-radius:8px;background:var(--bg-muted);box-shadow:var(--shadow)}.image-frame img{aspect-ratio:4/3;height:auto;width:100%;object-fit:cover}.path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.path-card{display:grid;gap:18px}.path-heading{display:flex;align-items:center;gap:10px;margin-bottom:10px}.path-icon{width:24px;height:24px}.path-name{color:var(--accent);font-size:14px;font-weight:800}.path-row{border-top:1px solid var(--border);padding-top:16px}.path-row strong{display:block;margin-bottom:6px;font-size:13px}.timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:34px;margin-bottom:0;padding-left:0;counter-reset:steps}.timeline li{display:grid;gap:10px;counter-increment:steps;list-style:none;border-top:2px solid var(--accent);padding-top:16px;color:var(--muted)}.timeline li:before{content:counter(steps,decimal-leading-zero);display:block;margin-bottom:8px;color:var(--accent);font-size:13px;font-weight:800}.timeline-icon{width:24px;height:24px}.brief-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;margin-top:34px;padding:28px}.brief-note{display:grid;gap:12px;margin-top:26px;border-left:3px solid var(--accent);padding-left:18px;color:var(--muted)}.brief-country-list{display:grid;gap:18px}.brief-country-list section{border-top:1px solid var(--border);padding-top:16px}.brief-country-list h3{margin:0 0 8px;font-size:18px}.inline-link{display:inline;margin:0 3px}.faq-list{display:grid;gap:12px;margin-top:34px}.faq-item{padding:0}.faq-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:14px;border:0;background:transparent;color:var(--text);cursor:pointer;padding:20px 22px;font-weight:750;text-align:left}.faq-icon{width:18px;height:18px;color:var(--accent);transition:transform .16s ease}.faq-item.open .faq-icon{transform:rotate(90deg)}.faq-item p{margin:0;padding:18px 22px 22px}.faq-item p,.site-footer{border-top:1px solid var(--border);color:var(--muted)}.site-footer{margin-top:auto;background:#fff;font-size:14px}.site-footer-inner{display:flex;width:min(var(--max),calc(100% - 40px));margin:0 auto;justify-content:space-between;gap:24px;padding:36px 0 46px}.footer-main{max-width:620px}.footer-brand{color:var(--text)}.legal-line{margin-top:8px;color:var(--subtle);font-size:12px}.footer-links{display:flex;flex-wrap:wrap;align-content:flex-start;gap:18px;font-weight:700}.content-page,.form-page{background:var(--bg-soft)}.page-hero{padding:58px 0 28px}.page-hero h1{max-width:980px;margin:0;font-size:clamp(34px,4vw,56px);line-height:1.16;text-wrap:balance}.page-hero p{max-width:760px;margin:18px 0 0;color:var(--muted)}.page-hero-meta{display:inline-flex;border-left:3px solid var(--accent);padding-left:12px;color:var(--text)!important;font-size:14px;font-weight:800}.form-panel,.privacy-card,.thank-you-card{padding:28px}.form-layout{display:grid;grid-template-columns:minmax(0,.72fr) minmax(320px,.72fr);gap:24px;align-items:start}.embedded-form-layout{margin-top:34px}.form-progress{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.form-step-heading{margin-bottom:22px;border-left:3px solid var(--accent);padding-left:14px}.form-step-heading h3,.form-step-heading p{margin:0}.form-step-heading p{color:var(--accent);font-size:12px;font-weight:800}.form-step-heading h3{margin-top:4px;font-size:21px;line-height:1.35}.form-step-heading span{display:block;margin-top:4px;color:var(--muted);font-size:13px}.step-pill{border:1px solid var(--border);border-radius:999px;background:#fff;padding:6px 11px;color:var(--muted);font-size:12px;font-weight:700}.step-pill.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.compact-form .form-grid{grid-template-columns:1fr}.compact-form .form-actions{justify-content:flex-end}.field{display:grid;gap:7px;min-width:0}.field.full{grid-column:1/-1}fieldset.field{margin:0;border:0;padding:0}.field label,.field legend,.field-label{color:var(--text);font-size:14px;font-weight:750}.field legend{padding:0}.field input,.field select,.field textarea{width:100%;border:1px solid var(--border);border-radius:8px;background:#fff;padding:12px 13px;color:var(--text)}.field input:not([type=checkbox],[type=radio]),.field textarea{cursor:text}.field select{cursor:pointer}.field textarea{min-height:128px;resize:vertical}.button-ghost:focus,.button-primary:focus,.button-secondary:focus,.checkbox-item:has(input:focus-visible),.faq-toggle:focus,.field input:focus,.field select:focus,.field textarea:focus,.header-cta:focus,.radio-item:has(input:focus-visible){outline:3px solid rgba(188,0,45,.18);outline-offset:2px}.field input[aria-invalid=true],.field select[aria-invalid=true],.field textarea[aria-invalid=true],.field[aria-invalid=true] .checkbox-item,.field[aria-invalid=true] .radio-item{border-color:#d35252}.field-error,.field-help{font-size:12px}.field-help{color:var(--subtle)}.field-error{color:var(--accent-strong)}.checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.checkbox-item,.radio-item{display:flex;gap:11px;align-items:flex-start;border:1px solid var(--border);border-radius:8px;background:#fff;padding:12px;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease;-webkit-user-select:none;user-select:none}.checkbox-item:hover,.radio-item:hover{border-color:rgba(188,0,45,.3);box-shadow:0 8px 22px rgba(26,31,35,.06)}.checkbox-item input[type=checkbox],.radio-item input[type=radio]{appearance:none;flex:0 0 auto;display:inline-grid;width:20px;height:20px;margin:2px 0 0;place-items:center;border:1.5px solid #aab4af;background:#fff;padding:0;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.checkbox-item input[type=checkbox]{border-radius:5px}.radio-item input[type=radio]{border-radius:999px}.checkbox-item input[type=checkbox]:after{content:"";width:9px;height:5px;border-bottom:2px solid #fff;border-left:2px solid #fff;opacity:0;transform:rotate(-45deg) translateY(-1px)}.radio-item input[type=radio]:after{content:"";width:8px;height:8px;border-radius:999px;background:#fff;opacity:0}.checkbox-item:has(input:checked),.radio-item:has(input:checked){border-color:rgba(188,0,45,.38);background:var(--accent-soft)}.checkbox-item input[type=checkbox]:checked,.radio-item input[type=radio]:checked{border-color:var(--accent);background:var(--accent)}.checkbox-item input[type=checkbox]:checked:after,.radio-item input[type=radio]:checked:after{opacity:1}.radio-item small{display:block;margin-top:3px;color:var(--muted);font-size:12px;line-height:1.5}.radio-stack{display:grid;gap:10px}.form-actions{display:flex;justify-content:space-between;gap:12px;margin-top:28px}.aside-note{border:1px solid var(--border);border-radius:8px;background:#fff;padding:22px;color:var(--muted);font-size:14px}.aside-icon{width:28px;height:28px;margin-bottom:12px;color:var(--accent)}.status-error{margin-top:18px;border:1px solid #f0beb2;border-radius:8px;background:#fff5f1;padding:12px 14px;color:var(--accent-strong);font-size:14px}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;opacity:0}.brief-content{display:grid;gap:28px;margin-bottom:56px}.eyebrow{display:inline-flex;margin-bottom:10px;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.brief-section{display:grid;gap:18px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:30px;box-shadow:var(--shadow-soft)}.brief-section h2{max-width:820px;margin:0;font-size:30px;line-height:1.25}.brief-section h3{margin:0;font-size:18px;line-height:1.45}.brief-section p{max-width:880px;margin:0;color:var(--muted)}.brief-section-lead{grid-template-columns:.74fr 1fr;align-items:start}.brief-model-grid,.brief-next-grid,.brief-summary-grid{display:grid;gap:14px}.brief-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.brief-country-card,.brief-model-card,.brief-next-grid article,.brief-summary-item{border:1px solid var(--border);border-radius:8px;background:var(--bg-soft);padding:18px}.brief-country-card>div span,.brief-summary-item span{display:inline-flex;color:var(--accent);font-size:12px;font-weight:800}.brief-summary-item strong{display:block;margin-top:8px;font-size:20px;line-height:1.35}.brief-country-card p,.brief-model-card p,.brief-next-grid p,.brief-summary-item p{margin-top:10px;font-size:14px}.brief-note-list{display:grid;gap:10px;border-left:3px solid var(--teal);padding-left:18px}.brief-country-list{grid-template-columns:repeat(3,minmax(0,1fr))}.brief-country-card{display:grid;align-content:start;gap:14px}.brief-country-card dl{display:grid;gap:8px;margin:0}.brief-country-card dl div{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--border);padding-top:8px}.brief-country-card dt{color:var(--muted);font-size:12px}.brief-country-card dd{margin:0;font-size:13px;font-weight:800;text-align:right}.brief-country-card small{color:var(--subtle);font-size:12px;line-height:1.5}.brief-table{display:grid;overflow:hidden;border:1px solid var(--border);border-radius:8px}.brief-table-row{display:grid;grid-template-columns:minmax(160px,.6fr) minmax(0,1fr) minmax(0,1fr);gap:18px;border-top:1px solid var(--border);padding:16px}.brief-table-row:first-child{border-top:0}.brief-table-row span,.brief-table-row strong{line-height:1.65}.brief-table-row span{color:var(--muted)}.brief-table-head{background:var(--bg-muted);color:var(--text);font-size:13px;font-weight:800}.brief-table-head span{color:var(--text)}.brief-model-grid,.brief-next-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brief-checklist-section{grid-template-columns:minmax(0,.72fr) minmax(0,1fr);align-items:start}.brief-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}.brief-checklist li{position:relative;border:1px solid var(--border);border-radius:8px;background:var(--bg-soft);padding:12px 12px 12px 32px;color:var(--muted);font-size:14px;font-weight:700}.brief-checklist li:before{content:"";position:absolute;top:19px;left:14px;width:7px;height:7px;border-radius:999px;background:var(--accent)}.brief-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.brief-source-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin:0;padding:0;list-style:none}.brief-source-list li{display:grid;gap:4px;border:1px solid var(--border);border-radius:8px;background:var(--bg-soft);padding:12px 14px}.brief-source-list a{color:var(--text);font-size:13px;font-weight:800}.brief-source-list a:hover{color:var(--accent)}.brief-source-list span{color:var(--subtle);font-size:12px}.blog-index-hero{border-bottom:1px solid var(--border);background:#fff;padding:64px 0 42px}.blog-index-hero h1{max-width:880px;margin:14px 0 0;font-size:clamp(34px,4.4vw,58px);line-height:1.12;letter-spacing:0}.blog-index-hero p{max-width:760px;margin:20px 0 0;color:var(--muted);font-size:17px}.article-related,.blog-featured-section,.blog-list-section{padding:48px 0 68px}.blog-featured{display:grid;grid-template-columns:minmax(0,.96fr) minmax(340px,.74fr);gap:34px;align-items:stretch;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft)}.blog-card img,.blog-featured img{width:100%;height:100%;object-fit:cover}.blog-featured img{aspect-ratio:16/10;border-radius:8px 0 0 8px}.blog-featured span{display:grid;align-content:center;gap:12px;padding:32px 32px 32px 0}.blog-card small,.blog-featured small,.related-card small{color:var(--accent);font-size:12px;font-style:normal;font-weight:850}.blog-featured strong{font-size:clamp(25px,3vw,38px);line-height:1.22}.blog-card em,.blog-featured em{color:var(--muted);font-style:normal}.blog-card b,.blog-featured b{color:var(--subtle);font-size:12px}.blog-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.blog-section-heading h2{margin:0;font-size:clamp(25px,3vw,34px);line-height:1.2}.blog-section-heading p{max-width:520px;margin:0;color:var(--muted);font-size:14px}.blog-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.blog-card{overflow:hidden;display:grid;grid-template-rows:auto 1fr;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft)}.blog-card img{aspect-ratio:16/10}.blog-card-body{display:grid;align-content:start;gap:10px;padding:18px}.blog-card strong{font-size:18px;line-height:1.42}.blog-card em{font-size:14px;line-height:1.65}.blog-card:hover,.blog-featured:hover,.related-card:hover{border-color:rgba(188,0,45,.42)}.article-header{border-bottom:1px solid var(--border);background:#fff;padding:44px 0 0}.article-header-inner,.article-shell{width:min(820px,calc(100% - 40px));margin:0 auto}.article-back-link{display:inline-flex;margin-bottom:24px;color:var(--accent);font-size:13px;font-weight:850}.article-header h1{margin:16px 0 0;font-size:clamp(34px,4.6vw,58px);line-height:1.14;letter-spacing:0}.article-header-inner>p:not(.page-hero-meta){margin:20px 0 0;color:var(--muted);font-size:17px}.article-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;color:var(--subtle);font-size:12px;font-weight:800}.article-meta-row span,.article-meta-row time{border:1px solid var(--border);border-radius:999px;background:var(--bg-soft);padding:6px 10px}.article-hero-image{overflow:hidden;width:min(1040px,calc(100% - 40px));margin:36px auto 0;border-radius:8px 8px 0 0;background:var(--bg-muted)}.article-hero-image img{width:100%;aspect-ratio:16/9;object-fit:cover}.article-shell{padding:46px 0 72px}.article-body{color:var(--text);font-size:16px;line-height:1.9}.article-body>*+*{margin-top:22px}.article-body h2{margin-top:48px;font-size:clamp(25px,3vw,34px);line-height:1.35;letter-spacing:0}.article-body h3{margin-top:34px;font-size:21px;line-height:1.42}.article-body h4{margin-top:26px;font-size:17px}.article-body li,.article-body p{color:#26302d}.article-body ol,.article-body ul{padding-left:1.35em}.article-body li+li{margin-top:8px}.article-body blockquote{margin-right:0;margin-left:0;border-left:3px solid var(--accent);background:#fff;padding:18px 22px;color:var(--text)}.article-body blockquote p{margin:0;font-weight:700}.article-link{color:var(--accent);font-weight:750;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.article-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:#fff}.article-table{width:100%;min-width:680px;border-collapse:collapse;font-size:14px;line-height:1.6}.article-table td,.article-table th{border-bottom:1px solid var(--border);padding:12px 14px;text-align:left;vertical-align:top}.article-table th{background:var(--bg-soft);color:var(--text);font-size:12px;font-weight:850}.article-table tr:last-child td{border-bottom:0}.article-inline-image{overflow:hidden;margin:42px 0;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft)}.article-inline-image img{width:100%;aspect-ratio:4/3;object-fit:cover}.article-inline-image figcaption{margin:0;padding:14px 16px;color:var(--muted);font-size:12px}.article-rule{height:1px;border:0;background:var(--border)}.article-cta-panel{margin-top:56px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:26px;box-shadow:var(--shadow-soft)}.article-cta-panel p{margin:0;color:var(--accent);font-size:12px;font-weight:850}.article-cta-panel h2{margin:8px 0 0;font-size:clamp(22px,2.8vw,30px);line-height:1.35}.article-cta-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.article-related{border-top:1px solid var(--border);background:#fff}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.related-card{display:grid;gap:8px;border:1px solid var(--border);border-radius:8px;background:var(--bg-soft);padding:18px}.related-card strong{font-size:16px;line-height:1.5}.privacy-card+.privacy-card{margin-top:16px}@media (max-width:1080px){.site-header-inner{gap:16px}.desktop-nav{gap:14px;font-size:13px}.header-cta{min-height:42px;padding:0 14px;font-size:13px}}@media (min-width:721px) and (max-width:820px){.header-cta{display:none}}@media (max-width:720px){.desktop-nav{display:none}.mobile-menu{display:block}.section-inner,.site-footer-inner,.site-header-inner{width:min(100% - 28px,var(--max))}.site-header-inner{min-height:64px;flex-wrap:nowrap;gap:8px}.brand{min-width:0}.brand-logo{width:32px;height:32px;border-radius:8px}.brand-text{font-size:15px}.brand-text small{font-size:10px}.header-cta{min-height:42px;margin-left:auto;padding:0 12px;font-size:12px;white-space:nowrap}.header-cta .button-icon{display:none}.blog-card-grid,.blog-featured,.related-grid{grid-template-columns:1fr}.blog-featured{gap:0}.blog-featured img{border-radius:8px 8px 0 0}.blog-featured span{padding:22px}.blog-section-heading{display:grid}.hero{padding-top:48px}.hero h1{font-size:clamp(30px,8.2vw,36px);line-height:1.13}.nowrap{white-space:normal}.brief-checklist,.brief-checklist-section,.brief-country-list,.brief-model-grid,.brief-next-grid,.brief-panel,.brief-section-lead,.brief-source-list,.brief-summary-grid,.category-grid,.checkbox-grid,.claim-grid,.country-proof-grid,.form-grid,.form-layout,.hero-grid,.market-sizing-grid,.metric-grid,.operator-strip,.path-grid,.split,.support-grid,.timeline{grid-template-columns:1fr}.hero-media figcaption{position:static;max-width:none;border:0;border-radius:0}.operator-strip{margin-top:0}.section{padding:54px 0}.brief-section{padding:22px}.brief-section h2{font-size:24px}.brief-table-row{grid-template-columns:1fr;gap:6px}.brief-table-head{display:none}.article-header-inner,.article-hero-image,.article-shell{width:min(100% - 28px,var(--max))}.article-header{padding-top:32px}.article-body{font-size:15px}.site-footer-inner{flex-direction:column}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition:none!important}}