:root {
  --ink:#172947;
  --blue:#326fcb;
  --deep-blue:#013b9a;
  --muted:#636363;
  --paper:#fff;
  --soft:#f7f9ff;
  --line:#e3e8f1;
  --shell:min(88.75%,1600px);
  --radius:24px;
  --shadow:0 20px 40px #0054b11a;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#174882;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none;transition:color .25s,background-color .25s,box-shadow .3s}
button,summary{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%;height:auto}
h1,h2,h3,h4,p,figure{margin:0}
h1,h2,h3,h4{font-weight:500}
h1,h2{line-height:1.15;letter-spacing:-.035em}
p{line-height:1.8}
[hidden]{display:none!important}
[id]{scroll-margin-top:120px}
::selection{background:#b5d7ff;color:#172947}
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #326fcb;outline-offset:5px}
.shell{width:var(--shell);margin-inline:auto}
.site-main{position:relative;z-index:2;background:#fff;border-radius:0 0 46px 46px;overflow:clip;box-shadow:0 65px 70px #001b6640}
.skip{position:fixed;left:20px;top:-100px;z-index:1000;padding:12px 18px;border-radius:12px;background:#fff;color:var(--deep-blue)}
.skip:focus{top:20px}
.ui-icon{width:24px;height:24px;flex:none;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.kicker{display:block;color:#636363;font-size:14px;font-weight:500;letter-spacing:.1em;line-height:1.5}
.section{padding:clamp(80px,8.75vw,140px) 0}
.section-head{display:grid;grid-template-columns:1fr 2fr;gap:40px;margin-bottom:60px;align-items:start}
.section-head .kicker{padding-top:10px}
.section-head h2{max-width:940px}
h2{font-size:clamp(34px,3.5vw,56px)}
h1,.section-head h2,.cta h2,.page-hero h1,.report-hero h1,.market-hero h1{color:var(--deep-blue);background:linear-gradient(180deg,#0d1628,#013b9a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.section-head p{grid-column:2;color:var(--muted);max-width:740px}
.section-head:has(p){row-gap:20px}
.text-link{display:inline-flex;gap:12px;align-items:center;min-height:44px;color:var(--deep-blue);font-weight:500;font-size:15px}
.text-link .ui-icon{width:20px;height:20px}
.text-link:hover{color:#447aff}
.actions,.report-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}
.btn,.header-cta{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:56px;padding:14px 36px;border:4px solid transparent;border-radius:50px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#e9edf3 35%,#65acff 70%,#3866f1 85%,#dfe8f7) border-box;color:var(--deep-blue);box-shadow:0 10px 15px #0054b11a;font-size:16px;font-weight:500;line-height:1.35;white-space:normal;text-align:center;transition:box-shadow .3s,color .3s,background .3s}
.btn{min-width:270px}
.btn:hover,.header-cta:hover{color:#3866f1;box-shadow:0 10px 24px #0054b12e;background:linear-gradient(#f7faff,#f7faff) padding-box,linear-gradient(315deg,#e9edf3 35%,#65acff 70%,#3866f1 85%,#dfe8f7) border-box}
.btn:active,.header-cta:active{box-shadow:0 3px 8px #0054b11a}
.btn.secondary,.btn.sample-ghost{min-width:220px;box-shadow:none}
.btn.light{color:var(--deep-blue)}
.btn .ui-icon{width:20px;height:20px}

/* Floating navigation mirrors the reference's independent capsule. */
.site-header{position:fixed;z-index:100;top:20px;left:0;right:0}
.nav{position:relative;display:flex;align-items:center;gap:20px;min-height:72px;padding:8px 8px 8px 22px;border:1px solid #ffffffcc;border-radius:48px;background:#ffffffd9;outline:4px solid #ffffff3d;box-shadow:inset 4px 4px 12px #fff5,0 7px 18px #0054b109;backdrop-filter:blur(12px)}
.nav:hover{background:#fffffff2;box-shadow:0 7px 18px #0054b11a}
.brand{display:inline-flex;align-items:center;gap:10px;flex:none}
.brand-logo{width:40px;height:40px;object-fit:contain;flex:none}
.brand b{display:flex;align-items:baseline;gap:5px;color:#172947;font-size:17px;font-weight:600;line-height:1.3;white-space:nowrap}
.brand-divider{font-size:13px;color:#9aa5b5;font-weight:400}
.brand-descriptor{font-size:14px;font-weight:500}
.brand small{display:block;margin-top:3px;color:#68768a;font-size:9px;letter-spacing:.05em;line-height:1.4}
.nav nav{display:flex;align-items:center;gap:4px;margin-left:auto}
.nav-group{position:relative}
.nav-group summary{display:flex;align-items:center;gap:7px;list-style:none;cursor:pointer;padding:14px 10px;border-radius:28px;font-size:14px;font-weight:500;white-space:nowrap}
.nav-group summary::-webkit-details-marker{display:none}
.nav-group summary .ui-icon{width:14px;height:14px;transition:transform .2s}
.nav-group[open] summary{color:#326fcb;background:#f7f9ff}
.nav-group[open] summary .ui-icon{transform:rotate(180deg)}
.nav-dropdown{position:absolute;top:100%;left:0;min-width:225px;padding:12px;background:#fff;border:1px solid #e9eef5;border-radius:18px;box-shadow:var(--shadow)}
.nav-group:last-child .nav-dropdown{left:auto;right:0}
.nav-dropdown a{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:44px;padding:10px 14px;border-radius:10px;font-size:14px;color:#455168}
.nav-dropdown a:hover,.nav-dropdown a[aria-current=page]{color:#326fcb;background:#f7f9ff}
.nav-dropdown a span{color:#96aac5}
.header-cta{min-height:52px;min-width:152px;padding:10px 23px;font-size:14px;flex:none}
.menu{display:none;border:1px solid #dfe7f2;border-radius:28px;min-height:44px;padding:8px 18px;background:#fff;color:#172947}

/* Broad headline layered over a single brand-owned hero image. */
.presence-hero{position:relative;padding:clamp(160px,13.13vw,210px) 0 clamp(85px,10.5vw,168px);background:#fff}
.hero-stage{position:relative}
.presence-copy{position:relative;z-index:2;max-width:940px;pointer-events:none}
.presence-copy h1{font-size:clamp(44px,4.5vw,76px);line-height:1.15;letter-spacing:-.035em;max-width:850px}
.presence-copy p{max-width:600px;margin-top:48px;color:var(--muted);font-size:16px;line-height:1.85}
.presence-copy .btn{margin-top:40px;pointer-events:auto;min-width:320px}
.presence-art{position:absolute;top:-70px;right:-6.3%;width:74%;height:calc(100% + 150px);pointer-events:none;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 22%)}
.presence-art img{width:100%;height:100%;object-fit:cover;object-position:65% center}

/* Reference grid: 2x2 large tile, 4-column wide tile, two small, two wide. */
.solutions-section{padding-top:90px}
.solutions-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}
.solution-card{position:relative;display:flex;min-width:0;min-height:250px;padding:24px;border:1px solid transparent;border-radius:24px;background:#f7f9ff;overflow:hidden;grid-column:span 2}
.solution-card:hover{background:#eff4ff;box-shadow:0 14px 28px #0054b10d}
.solution-products{grid-row:span 2;align-items:flex-end;min-height:530px}
.solution-markets{grid-column:span 4}
.solution-about,.solution-knowledge{grid-column:span 3}
.solution-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;max-width:90%;height:100%}
.solution-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:8px;background:#fff;color:#213170;margin-bottom:20px}
.solution-icon .ui-icon{width:32px;height:32px;stroke-width:1}
.solution-card h3{font-size:clamp(23px,2vw,32px);line-height:1.3;letter-spacing:-.02em;margin-bottom:20px}
.solution-card p{font-size:15px;color:#636363;max-width:380px;margin-top:auto}
.solution-products .solution-content{height:auto}
.solution-products p{margin-top:0}
.solution-products .solution-icon{width:48px;height:48px}
.solution-art{position:absolute;top:8px;left:8px;width:calc(100% - 16px);height:53%;object-fit:cover;object-position:75% center;border-radius:16px;mask-image:linear-gradient(#000 55%,transparent)}
.solution-arrow{position:absolute;right:24px;top:24px;color:#829dc4}
.solution-markets .solution-icon{background:transparent;width:96px;height:96px;position:absolute;left:calc(100% + 95px);top:55px;opacity:.22}
.solution-markets .solution-icon .ui-icon{width:96px;height:96px}
.solution-markets .solution-content{max-width:65%;justify-content:center}
.solution-markets h3{margin-top:35px}
.solution-markets p{margin-top:5px}

/* Horizontal, manually controlled content carousel. */
.case-section{padding-top:0}
.case-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:10px 0 28px;scrollbar-width:thin;scrollbar-color:#c7d9f4 transparent}
.case-slide{display:grid;grid-template-columns:1fr 1fr;flex:0 0 78%;min-width:0;min-height:360px;scroll-snap-align:start;scroll-snap-stop:always;border:4px solid #f7f9ff;border-radius:24px;background:#fff;box-shadow:0 10px 20px #0054b108;overflow:hidden}
.case-copy{display:flex;flex-direction:column;justify-content:space-between;gap:40px;padding:28px}
.case-copy .kicker{font-size:12px}
.case-copy h3{font-size:clamp(24px,2.1vw,34px);line-height:1.35;letter-spacing:-.025em}
.case-copy p{margin-top:20px;color:#636363;font-size:14px}
.case-copy .text-link{margin-top:24px}
.case-image{padding:5px}
.case-image img{width:100%;height:100%;object-fit:cover;object-position:65% center;border-radius:18px;transition:transform .45s}
.carousel-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:12px}
.carousel-controls button{display:grid;place-items:center;width:48px;height:48px;border:1px solid #dce4f1;border-radius:50%;background:#fff;color:#213170}
.carousel-controls button:hover{background:#f7f9ff}
.carousel-controls button:disabled{opacity:.35;cursor:default}
.carousel-status{margin-right:18px;color:#636363;font-size:13px;font-variant-numeric:tabular-nums}

/* Evidence-led band uses real capabilities, never invented business metrics. */
.confidence-section{background:linear-gradient(130deg,#0a1835,#213170 62%,#18487a);color:#fff}
.confidence-section>.shell>.kicker{color:#b2c9e3;margin-bottom:24px}
.confidence-section h2{max-width:980px;color:#e8f4ff;font-size:clamp(34px,3.5vw,56px);background:linear-gradient(#fff,#a5d1ef);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.confidence-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:40px;margin-top:56px}
.confidence-intro{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:30px;padding-right:25px}
.confidence-intro p{color:#c2d5ef;font-size:15px}
.confidence-intro .btn{min-width:220px}
.confidence-grid article{position:relative;border-left:1px solid #ffffff30;padding-left:32px}
.confidence-grid article>span{font-size:14px;color:#d0e2f7}
.confidence-grid article>.ui-icon{display:block;width:60px;height:60px;margin:32px 0;color:#92bded;stroke-width:1}
.confidence-grid h3{font-size:44px;line-height:1.3;font-weight:400;color:#d3eaff;margin-bottom:15px}
.confidence-grid article p{font-size:14px;color:#b2c9e3}

/* The reference's vertical industry selector becomes our market explorer. */
.market-section{padding-top:0}
.market-explorer{display:grid;grid-template-columns:1fr 2fr;gap:40px;align-items:start}
.market-tabs{display:flex;flex-direction:column;padding-right:40px}
.market-tabs a{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:72px;border-bottom:1px solid #e4e8f0;font-size:20px;color:#6d7687}
.market-tabs a .ui-icon{width:18px;height:18px;opacity:0}
.market-tabs a.is-active,.market-tabs a:hover{color:#013b9a}
.market-tabs a.is-active .ui-icon,.market-tabs a:hover .ui-icon{opacity:1}
.market-explorer-content{min-width:0}
.world-visual{margin:0;border:1px solid #e6ecf7;border-radius:24px;padding:24px;background:#f7f9ff}
.map-heading{display:flex;justify-content:space-between;gap:20px;padding-bottom:22px;align-items:center}
.map-heading strong{font-size:15px;font-weight:500}
.map-heading>span{color:#68768b;font-size:12px}
.world-map-canvas{position:relative;width:100%;aspect-ratio:2754 / 1398}
.world-map-canvas > img{display:block;position:static;width:100%;height:auto;aspect-ratio:2754 / 1398;object-fit:contain}
.map-regions{position:absolute;inset:0}
.map-region{position:absolute;display:flex;align-items:center;gap:7px;min-height:44px;padding:0 12px;transform:translate(-50%,-50%);border:1px solid #d6e3f4;border-radius:30px;background:#fffffff2;color:#213170;font-size:12px;white-space:nowrap;box-shadow:0 6px 15px #0054b112}
.map-region::before{content:"";width:5px;height:5px;border-radius:50%;background:#326fcb}
.map-region:hover,.map-region.is-active{background:#213170;color:#fff;border-color:#213170}
.map-region:hover::before,.map-region.is-active::before{background:#b5d7ff}
.map-region-asia{left:73%;top:36%}.map-region-europe{left:52%;top:24%}.map-region-americas{left:23%;top:40%}.map-region-africa{left:52%;top:58%}.map-region-oceania{left:84%;top:76%}
.map-caption{margin-top:20px;border-top:1px solid #dce6f4;padding-top:16px;color:#63738b;font-size:12px}
.market-panel{display:flex;gap:32px;align-items:flex-end;justify-content:space-between;margin-top:28px}
.market-panel h3{font-size:25px;line-height:1.35;margin:10px 0 14px}
.market-panel p{max-width:590px;font-size:15px;color:#636363}
.market-panel .text-link{flex:none;white-space:nowrap}
.market-more{display:flex;justify-content:flex-end;margin-top:28px}

/* Research explains the evidence before the next inquiry step. */
.company-section{background:var(--soft)}
.research-grid{display:grid;grid-template-columns:1fr 2fr;gap:40px;align-items:start}
.research-intro{display:flex;flex-direction:column;align-items:flex-start;gap:24px;padding-right:30px;min-width:0}
.research-intro p{color:var(--muted);font-size:15px}
.research-intro .btn{min-width:0;max-width:100%;padding-inline:24px;gap:14px}
.research-intro .text-link{font-size:14px;gap:8px}
.research-checks{list-style:none;margin:0;padding:8px 32px;background:#fff;border:1px solid var(--line);border-radius:24px}
.research-checks li{display:grid;grid-template-columns:32px 1fr;gap:22px;padding:28px 0}
.research-checks li+li{border-top:1px solid var(--line)}
.research-checks li>span{padding-top:5px;font-size:13px;color:var(--blue);font-variant-numeric:tabular-nums}
.research-checks h3{font-size:24px;line-height:1.4;margin-bottom:12px}
.research-checks p{font-size:15px;color:var(--muted)}
.opportunity-visual{border-radius:24px;overflow:hidden}
.opportunity-visual img{width:100%;aspect-ratio:1.15;object-fit:cover}
.opportunity-copy h3{font-size:clamp(26px,2.3vw,36px);line-height:1.4;margin-bottom:24px}
.opportunity-copy .btn{min-width:0;max-width:100%}
.opportunity-links{display:flex;flex-wrap:wrap;gap:8px 24px;margin-top:14px}

/* Knowledge follows the brand introduction, with real guide destinations. */
.insights-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.sample-invite{display:flex;flex-direction:column;align-items:flex-start;padding-right:35px}
.sample-invite h3{font-size:28px;line-height:1.3}
.sample-invite p{color:#636363;font-size:15px;margin:24px 0 30px}
.sample-invite .btn{min-width:0;width:100%;padding-inline:20px;gap:16px}
.sample-invite .text-link{font-size:13px;margin-top:12px}
.insight-card{display:flex;flex-direction:column;min-width:0}
.insight-image{aspect-ratio:1.55;overflow:hidden;border-radius:20px;margin-bottom:22px}
.insight-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.insight-card:hover img{transform:scale(1.035)}
.insight-card>span{font-size:12px;color:#636363}
.insight-card h3{margin:14px 0;font-size:24px;line-height:1.4}
.insight-card p{color:#636363;font-size:14px}
.insight-card b{display:flex;align-items:center;gap:12px;font-size:14px;color:#326fcb;font-weight:500;margin-top:20px}
.insights-more{display:flex;justify-content:flex-end;margin-top:36px}

/* Interior pages retain their information, with the same typographic system. */
.page-hero,.market-hero,.report-hero{position:relative;padding:180px 0 100px;background:#fff}
.page-hero h1,.market-hero h1,.report-hero h1{max-width:1000px;font-size:clamp(40px,4.5vw,72px);margin:24px 0 32px;line-height:1.2}
.page-hero p,.market-hero p,.report-hero p{max-width:720px;color:#636363;font-size:16px}
.page-hero .narrow{max-width:1420px}
.page-hero.compact{padding-bottom:80px}
.page-hero.compact h1{font-size:clamp(36px,3.5vw,56px)}
.section.soft,.report-section,.form-section{background:#f7f9ff}
.narrow{max-width:1180px}
.cards.three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.card,.story{display:flex;flex-direction:column;align-items:flex-start;min-height:250px;padding:28px;border-radius:24px;background:#f7f9ff}
.card .index,.story>span{font-size:13px;color:#326fcb;margin-bottom:48px}
.card h3,.story h3{font-size:26px;line-height:1.4;margin-bottom:18px}
.card p,.story p{font-size:15px;color:#636363}
.card a,.story a{margin-top:auto;padding-top:20px;color:#326fcb;font-size:14px}
.editorial{max-width:960px;margin:80px 0 0 auto;border-top:1px solid #dfe7f2;padding-top:48px}
.editorial h2{margin:18px 0 24px;font-size:40px}
.editorial p{color:#636363}
.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.split h2{margin:20px 0 26px;font-size:42px}
.split>div>p{color:#636363}
.checks{padding:0;list-style:none;margin:28px 0}
.checks li{padding:12px 0;border-bottom:1px solid #e0e6f0;font-size:15px}
.sample-window{border-radius:24px;border:1px solid #e0e7f2;background:#fff;overflow:hidden}
.sample-window header{display:flex;justify-content:space-between;gap:20px;padding:24px;border-bottom:1px solid #e3e8f1}
.sample-window header b{font-size:13px;color:#326fcb}
.sample-meta{display:grid;grid-template-columns:1fr 1fr;background:#f7f9ff}
.sample-meta span{padding:20px 24px;font-size:12px;color:#636363}
.sample-meta em{display:block;font-style:normal;color:#213170;font-size:14px;margin-top:8px}
.sample-fields{padding:10px 24px}
.sample-fields>span{display:grid;grid-template-columns:32px 1fr;gap:3px 12px;padding:18px 0;border-bottom:1px solid #edf0f5}
.sample-fields i{grid-row:1/3;font-style:normal;font-size:12px;color:#326fcb}
.sample-fields b{font-size:14px;font-weight:500}.sample-fields small{color:#636363;font-size:12px}
.notice{padding:25px 30px;border-left:2px solid #326fcb;background:#f7f9ff;margin-top:35px;border-radius:0 16px 16px 0}
.notice p{color:#636363;margin-top:10px}
.policy{max-width:1080px}
.policy>h2{margin-bottom:35px;font-size:38px}
.policy-row{display:grid;grid-template-columns:240px 1fr;gap:40px;padding:30px 0;border-top:1px solid #e3e8f1}
.policy-row b{font-size:16px;font-weight:500}.policy-row p{color:#636363;font-size:15px}
.taxonomy{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.taxonomy>div{padding:25px;border-radius:18px;background:#f7f9ff;min-height:135px}
.taxonomy b{display:block;color:#326fcb;font-weight:500;margin-bottom:20px}.taxonomy span{font-size:14px;color:#636363}
.report-head,.knowledge-subhead{margin-top:100px}
.report-list{display:grid;gap:18px}
.report-list>a{display:grid;grid-template-columns:160px 1fr auto;gap:20px;align-items:center;padding:28px;border-radius:20px;border:1px solid #e3e8f1}
.report-list a:hover{background:#f7f9ff}
.report-list span{font-size:13px;color:#326fcb}.report-list strong{font-size:21px;font-weight:500}.report-list small{color:#636363}
.market-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:55px;align-items:center}
.market-hero h1{font-size:clamp(38px,3.5vw,56px)}.market-hero h1 em{font-style:normal}
.region-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.region-list article{padding:26px 22px;background:#f7f9ff;border-radius:20px;display:flex;flex-direction:column;min-height:250px}
.region-list article:target{outline:2px solid #326fcb;outline-offset:4px}
.region-list b{font-size:12px;color:#326fcb}.region-list h3{font-size:25px;margin:45px 0 16px}.region-list p{font-size:14px;color:#636363}.region-list a{margin-top:auto;padding-top:20px;font-size:14px;color:#326fcb}
.market-method{display:grid;gap:12px}
.market-method span{padding:20px;border-bottom:1px solid #e0e6f0}.market-method b{margin-right:20px;color:#326fcb;font-weight:500}
.breadcrumb{display:flex;gap:12px;flex-wrap:wrap;font-size:13px;color:#636363}.breadcrumb a{color:#326fcb}
.hs-code{display:block;font-size:13px;color:#326fcb;margin-top:35px;letter-spacing:.07em}
.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.stat-grid article{padding:32px;background:#fff;border-radius:24px}
.stat-grid span{display:block;color:#636363;font-size:14px}
.stat-grid strong{display:block;font-size:clamp(26px,2.6vw,42px);font-weight:500;font-variant-numeric:tabular-nums;margin:20px 0 10px;overflow-wrap:anywhere}
.stat-grid small{color:#326fcb}
.report-note{display:grid;grid-template-columns:140px 1fr;gap:25px;border-left:2px solid #326fcb;padding:24px;margin:30px 0 50px;background:#fff;border-radius:0 20px 20px 0}
.report-note p{font-size:14px;color:#636363}
.tables-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.tables-grid>div{min-width:0;overflow-x:auto;background:#fff;border:1px solid #e3e8f1;border-radius:24px}
.tables-grid header{display:flex;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid #e3e8f1}
.tables-grid header b{font-size:12px;color:#326fcb}
table{width:100%;border-collapse:collapse;font-size:13px}
th,td{padding:15px 20px;border-bottom:1px solid #edf0f5;text-align:left;white-space:nowrap}
th{color:#636363;font-weight:500}td{font-variant-numeric:tabular-nums}
.report-meaning{padding-top:90px}.report-meaning h2{margin-bottom:35px;font-size:42px}
.question-list{border-top:1px solid #dfe6f0}
.question-list>a{display:grid;grid-template-columns:50px 1fr auto;align-items:center;gap:25px;padding:28px 0;border-bottom:1px solid #dfe6f0}
.question-list>a>span,.question-list>a>b{font-size:13px;color:#326fcb}.question-list strong{font-size:22px;font-weight:500}.question-list p{font-size:15px;color:#636363;margin-top:12px}
.article-shell{max-width:1080px}
.article-meta{display:flex;flex-wrap:wrap;gap:20px;color:#636363;font-size:12px;margin-top:25px}
.article-body{display:grid;grid-template-columns:230px minmax(0,1fr);gap:65px;padding-top:65px;padding-bottom:100px}
.article-body aside{display:flex;flex-direction:column;align-self:start;position:sticky;top:125px;gap:14px}
.article-body aside strong{font-size:16px;font-weight:500}.article-body aside a{font-size:14px;color:#636363}.article-body aside a:hover{color:#326fcb}
.article-body .aside-cta{color:#326fcb;border:1px solid #dfe6f0;border-radius:30px;padding:14px;text-align:center;margin-top:14px}
.article-body section{border-bottom:1px solid #e3e8f1;padding-bottom:38px;margin-bottom:38px}
.article-body h2{font-size:30px;line-height:1.4;margin-bottom:22px;letter-spacing:-.02em}
.article-body p{color:#636363;line-height:1.95}
.form-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:80px}
.form-layout h2{font-size:42px;margin:20px 0 26px}.form-layout p{color:#636363}
.contact-list{list-style:none;padding:0;margin:25px 0}.contact-list li{padding:12px 0;border-bottom:1px solid #e0e6f0;font-size:15px;color:#636363}
.business-contact{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px}
.business-contact a{background:#fff;padding:20px;border-radius:18px;overflow-wrap:anywhere}.business-contact small{font-size:12px;color:#636363;display:block}.business-contact strong{font-size:14px;font-weight:500;display:block;margin-top:8px}
.business-contact p{grid-column:1/-1;font-size:13px}
.contact-panel{background:#fff;border:1px solid #e5eaf3;border-radius:24px;padding:40px}
.contact-panel>small{color:#326fcb}.contact-panel h3{font-size:30px;margin:30px 0 22px;line-height:1.35}.contact-panel .btn{margin-top:30px;min-width:0}
.email-link,.phone-link{display:block;margin-top:15px;color:#326fcb;font-size:14px;overflow-wrap:anywhere}
.lead-host{display:none}.lead-host.is-ready{display:block}

/* Quiet closing invitation, followed by the blue footer reveal. */
.cta{position:relative;background:#fff;padding:50px 0 140px}
.cta>.shell{position:relative;min-height:370px;display:flex;align-items:center}
.cta>.shell>div{position:relative;z-index:1;max-width:780px}
.cta h2{font-size:clamp(34px,3.5vw,56px);line-height:1.2;margin:25px 0}
.cta p{max-width:570px;color:#636363;font-size:16px}
.cta .btn{margin-top:34px}
.cta img{position:absolute;right:-6%;top:0;width:66%;height:100%;object-fit:cover;object-position:65% center;opacity:.8;mask-image:linear-gradient(90deg,transparent,#000 45%)}
.site-footer{position:sticky;bottom:0;z-index:1;padding:90px 0 30px;color:#eaf4ff;background:radial-gradient(ellipse at 5% 100%,#368fdd55,transparent 45%),linear-gradient(125deg,#245d97,#162653 70%);overflow:hidden}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:50px}
.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.footer-grid strong{font-size:16px;font-weight:500;margin-bottom:16px;color:#fff}
.footer-grid a{font-size:14px;color:#cee2fc}.footer-grid a:hover{color:#fff}
.footer-grid .brand b{color:#fff}.footer-grid .brand small{color:#b9cde7}.footer-grid .brand-divider{color:#adc3df}
.footer-grid p{max-width:285px;margin-top:20px;font-size:14px;color:#b5cbe8}
.footer-statement{font-size:clamp(32px,5.8vw,90px);font-weight:400;line-height:1.2;letter-spacing:-.04em;margin-top:80px;margin-bottom:60px;color:#ffffff3d}
.copyright{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #ffffff26;padding-top:24px;color:#b7cbe8;font-size:12px}
.mobile-cta{display:none}
/* Product discovery and source-led reports share the established SDI palette. */
.product-intro{padding:170px 0 65px;background:#fff}
.product-intro-grid,.product-industry-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:50px;align-items:center}
.product-intro h1{font-size:clamp(36px,3.7vw,58px);line-height:1.22;margin:22px 0 24px;max-width:920px}
.product-intro p{max-width:640px;color:var(--muted);font-size:16px}
.product-intro .text-link{margin-top:24px}
.product-intro-art{overflow:hidden;border-radius:24px;background:var(--soft)}
.product-intro-art img{width:100%;aspect-ratio:1.45;object-fit:cover;object-position:70% center}
.product-local-nav{border-block:1px solid var(--line);background:#fff}
.product-local-nav>.shell{display:flex;align-items:center;gap:32px;min-height:70px}
.product-local-nav a{display:inline-flex;align-items:center;gap:12px;padding:20px 0;color:var(--muted);font-size:14px}
.product-local-nav a[aria-current]{color:var(--deep-blue);box-shadow:inset 0 -2px var(--blue)}
.product-local-nav a:last-child{margin-left:auto;color:var(--deep-blue)}
.product-local-nav .ui-icon{width:18px;height:18px}
.product-directory{padding-top:80px}
.product-industry-grid,.product-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.product-industry-card{display:flex;flex-direction:column;align-items:flex-start;padding:36px;border:1px solid var(--line);border-radius:24px;background:var(--soft)}
.product-industry-card:hover{background:#edf3ff;box-shadow:var(--shadow)}
.product-industry-top{width:100%;display:flex;justify-content:space-between;align-items:center;color:var(--blue);font-size:13px}
.product-industry-top>.ui-icon{width:42px;height:42px;stroke-width:1}
.product-industry-card h3{font-size:32px;margin:36px 0 18px;line-height:1.35}
.product-industry-card p{font-size:15px;color:var(--muted);max-width:450px}
.product-industry-card .text-link{margin-top:30px}
.product-published{padding-top:0}
.product-report-tile{min-width:0;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}
.product-report-tile>a{display:block;height:100%;padding:30px}
.product-report-tile>a:hover{background:var(--soft)}
.product-report-top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;color:#476187;font-size:12px;line-height:1.5}
.product-report-tile h3{font-size:28px;line-height:1.4;margin:35px 0 12px}
.product-report-tile>a>p{font-size:13px;color:var(--muted)}
.product-report-facts{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:28px 0;padding:24px 0;border-block:1px solid var(--line)}
.product-report-facts span{font-size:12px;color:var(--muted)}
.product-report-facts b{display:block;margin-top:10px;font-size:20px;font-weight:500;color:var(--ink)}
.product-report-link{display:flex;align-items:center;justify-content:space-between;color:var(--blue);font-size:14px}
.product-more{display:flex;justify-content:flex-end;margin-top:25px}
.product-other{background:var(--soft)}
.product-other-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:70px;align-items:start}
.product-other h2{margin:22px 0;font-size:38px}
.product-other p{max-width:480px;color:var(--muted);font-size:15px}
.product-other .btn{margin-top:28px;min-width:0}
.product-sector-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:0 30px}
.product-sector-list li{padding:16px 0;border-bottom:1px solid var(--line);font-size:14px}
.product-sector-list span{display:block;color:var(--blue);font-size:12px;margin-bottom:7px}
.product-next-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
.product-next-grid>a{position:relative;border-top:1px solid #c5d4e8;padding:28px 30px 25px 0;min-width:0}
.product-next-grid>a>span{color:var(--blue);font-size:13px}
.product-next-grid h3{font-size:23px;line-height:1.4;margin:20px 0 15px}
.product-next-grid p{font-size:14px;color:var(--muted)}
.product-next-grid .ui-icon{position:absolute;right:0;top:27px;width:18px;height:18px;color:var(--blue)}
.product-next-grid>a:hover h3{color:var(--blue)}
.product-chapter{padding:36px;border-block:1px solid var(--line)}
.product-chapter span,.product-chapter small{display:block;color:var(--muted);font-size:13px}
.product-chapter strong{display:block;font-size:clamp(45px,6vw,88px);font-weight:400;line-height:1.3;margin:16px 0;color:#5b7baa}
.product-industry-heading .breadcrumb{margin-bottom:24px}
.product-research-steps{list-style:none;margin:0;padding:0}
.product-research-steps li{display:grid;grid-template-columns:70px 1fr;gap:24px;padding:28px 0;border-top:1px solid var(--line)}
.product-research-steps li>span{color:var(--blue);font-size:13px;padding-top:5px}
.product-research-steps h3{font-size:24px;line-height:1.4;margin-bottom:12px}
.product-research-steps p{font-size:15px;color:var(--muted);max-width:880px}
.product-report-grid-single{grid-template-columns:minmax(0,850px)}
.product-search{max-width:760px;margin-bottom:35px}
.product-search label{display:block;font-size:14px;margin-bottom:14px}
.product-search>div{display:flex;align-items:center;border:1px solid #b8c9e0;border-radius:14px;background:#fff;padding:5px}
.product-search input{min-width:0;width:100%;border:0;background:transparent;padding:14px;font:inherit;color:var(--ink)}
.product-search input:focus-visible{outline:2px solid var(--blue);outline-offset:-2px;border-radius:10px}
.product-search button{flex:none;border:0;background:var(--soft);color:var(--deep-blue);border-radius:10px;min-height:44px;padding:10px 20px}
.product-library-meta{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:24px;font-size:13px;color:var(--muted)}
.product-library-meta p{color:var(--ink)}
.product-empty{padding:45px 30px;border:1px solid var(--line);border-radius:22px;background:var(--soft)}
.product-empty h2{font-size:28px;margin-bottom:16px}
.product-empty p{font-size:15px;color:var(--muted)}
.product-empty .text-link{margin-top:15px}
.product-source-note{color:var(--muted);font-size:13px;line-height:1.8;margin-top:24px}
.product-report-hero .product-report-top{justify-content:flex-start;margin-top:35px;gap:25px}
.product-report-hero h1{font-size:clamp(34px,3.5vw,54px);margin-top:20px}
.product-report-hero .product-english{font-size:14px;margin-bottom:20px}
.product-reading-layout{display:grid;grid-template-columns:210px minmax(0,960px);justify-content:space-between;gap:70px;padding-top:65px}
.product-reading-nav{position:sticky;top:120px;align-self:start;display:flex;flex-direction:column;gap:8px}
.product-reading-nav>span{font-size:14px;color:var(--ink);margin-bottom:18px}
.product-reading-nav a{color:var(--muted);font-size:14px;padding:9px 0}
.product-reading-nav a:hover{color:var(--blue)}
.product-reading-body{min-width:0}
.product-reading-body>section{padding-bottom:55px;margin-bottom:50px;border-bottom:1px solid var(--line)}
.product-reading-body h2{font-size:clamp(29px,2.5vw,40px);line-height:1.35;margin:18px 0 25px}
.product-reading-body p{font-size:15px;color:var(--muted)}
.product-reading-summary{padding:24px 28px;border-radius:18px;background:var(--soft);margin-top:28px}
.product-reading-summary p+p{margin-top:14px}
.product-reading-summary strong{color:var(--ink);font-weight:500}
.product-definition{display:grid;grid-template-columns:1fr 1fr;gap:24px 35px;margin:30px 0 0}
.product-definition>div{border-top:1px solid var(--line);padding-top:18px}
.product-definition dt{font-size:12px;color:var(--muted)}
.product-definition dd{font-size:17px;margin:10px 0 0}
.product-totals{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:28px}
.product-totals article{padding:26px;border:1px solid var(--line);border-radius:20px;background:var(--soft);min-width:0}
.product-totals h3{font-size:20px;margin-bottom:25px}
.product-totals span{font-size:12px;color:var(--muted)}
.product-totals strong{display:block;font-size:clamp(24px,2.4vw,36px);font-weight:500;color:var(--deep-blue);line-height:1.4;margin:10px 0 18px;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}
.product-totals p{font-size:13px}
.product-table-scroll{min-width:0;overflow-x:auto;overscroll-behavior-x:contain;margin:30px 0;border:1px solid var(--line);border-radius:18px}
.product-table-scroll caption{text-align:left;padding:22px 24px;color:var(--ink);font-size:18px;background:var(--soft)}
.product-table-scroll caption span{display:block;font-size:12px;color:var(--muted);margin-top:8px}
.product-table-scroll table{min-width:530px}
.product-table-scroll th[scope=row]{color:var(--ink)}
.product-table-scroll td{text-align:right}
.product-table-scroll th:not(:first-child){text-align:right}
.product-reading-actions{display:flex;gap:20px;flex-wrap:wrap;align-items:center;margin-top:28px}
.product-reading-actions .btn{min-width:0}
.product-source p+p{margin-top:16px}
.product-source .text-link{margin-top:18px}
.product-report+.product-next{padding-top:10px}
@media (max-width:1100px){
  .product-reading-layout{grid-template-columns:175px minmax(0,1fr);gap:35px}
  .product-other-grid{gap:35px}.product-totals article{padding:20px}.product-totals strong{font-size:26px}
}
@media (max-width:960px){
  .product-intro{padding-top:135px}.product-intro-grid{gap:25px}
  .product-industry-card{padding:28px}.product-report-tile>a{padding:24px}
  .product-other-grid{grid-template-columns:1fr}.product-reading-layout{display:block}
  .product-reading-nav{position:static;flex-direction:row;flex-wrap:wrap;gap:4px 24px;padding-bottom:30px;margin-bottom:40px;border-bottom:1px solid var(--line)}
  .product-reading-nav>span{width:100%;margin-bottom:8px}
  .product-totals strong{font-size:32px}
}
@media (max-width:700px){
  .product-intro{padding:120px 0 40px}.product-intro-grid,.product-industry-heading{grid-template-columns:1fr;gap:28px}
  .product-intro h1{font-size:36px}.product-intro p{font-size:15px}
  .product-intro-art img{aspect-ratio:1.9}
  .product-local-nav>.shell{gap:18px;min-height:60px;flex-wrap:wrap}.product-local-nav a{font-size:12px;padding:17px 0;gap:5px}.product-local-nav .ui-icon{display:none}
  .product-directory{padding-top:50px}.product-industry-grid,.product-report-grid,.product-next-grid{grid-template-columns:1fr}
  .product-industry-card{padding:26px}.product-industry-card h3{font-size:28px;margin-top:28px}
  .product-report-tile h3{font-size:25px}.product-report-facts{gap:12px}
  .product-published{padding-top:0}.product-other h2{font-size:32px}
  .product-sector-list{gap:0 20px}.product-sector-list li{font-size:13px}
  .product-next-grid{gap:8px}.product-next-grid h3{font-size:23px}
  .product-chapter{padding:20px 0}.product-chapter strong{font-size:50px}
  .product-research-steps li{grid-template-columns:24px 1fr;gap:14px;padding:24px 0}.product-research-steps h3{font-size:22px}.product-research-steps p{font-size:14px}
  .product-search button{padding-inline:14px}.product-library-meta{gap:8px}
  .product-reading-layout{padding-top:35px}.product-reading-body>section{margin-bottom:35px;padding-bottom:35px}
  .product-reading-body h2{font-size:29px}.product-reading-body p{font-size:14px}
  .product-reading-summary{padding:20px}.product-definition{gap:24px 18px}.product-definition dd{font-size:15px}
  .product-totals{grid-template-columns:1fr}.product-totals strong{font-size:32px}
  .product-report-hero h1{font-size:34px}.product-reading-nav{gap:4px 18px}.product-reading-nav a{font-size:13px}
  .product-source-note{font-size:12px}
}
.error-page{min-height:100vh;display:grid;place-items:center;text-align:center;background:#fff;padding:25px}
.error-page h1{font-size:clamp(32px,4vw,60px);margin:20px 0}.error-page p{color:#636363}.error-page .actions{justify-content:center}

@media (max-width:1200px){
  .nav{gap:10px}.nav nav{gap:0}.nav-group summary{padding:14px 6px;gap:4px;font-size:13px}.header-cta{min-width:130px;padding-inline:15px}
  .confidence-grid{gap:25px}.confidence-grid article{padding-left:24px}
  .confidence-intro{padding-right:0}.confidence-intro .btn{min-width:0;padding-inline:22px}
  .market-panel{display:block}.market-panel .text-link{margin-top:15px}
  .sample-invite{padding-right:12px}.sample-invite .btn{font-size:14px;gap:10px}
}
@media (max-width:960px){
  :root{--shell:calc(100% - 40px)}
  .site-header{top:12px}.nav{min-height:68px;padding:8px 12px;border-radius:30px;flex-wrap:wrap;gap:0}
  .header-cta{display:none}.menu{display:block;margin-left:auto}
  .nav nav{display:none;width:100%;margin:8px 0 0;order:3;max-height:calc(100dvh - 125px);overflow:auto}
  .nav nav.open{display:block;padding:12px 0}
  .nav-group{border-top:1px solid #e6edf6}.nav-group summary{justify-content:space-between;font-size:15px;padding:14px 12px}
  .nav-dropdown{position:static;box-shadow:none;border:0;padding:0 12px 12px;min-width:0;background:transparent}
  .nav-dropdown a{min-height:46px}
  .section-head{grid-template-columns:1fr 2fr;gap:25px;margin-bottom:40px}
  .presence-hero{padding:140px 0 60px}
  .presence-copy h1{font-size:52px}.presence-copy p{max-width:55%;font-size:15px;margin-top:30px}
  .presence-art{width:68%;top:35px;height:105%;right:-4%}
  .presence-copy .btn{min-width:260px;margin-top:28px}
  .solution-card{min-height:230px;padding:20px}.solution-products{min-height:480px}
  .solution-card h3{font-size:24px}.solution-card p{font-size:14px}
  .case-slide{flex-basis:90%;min-height:330px}
  .confidence-grid{grid-template-columns:repeat(3,1fr)}.confidence-intro{grid-column:1/-1;flex-direction:row;align-items:center}.confidence-intro p{max-width:60%}
  .confidence-grid article{padding-left:20px}
  .market-explorer{grid-template-columns:1fr 2fr;gap:25px}.market-tabs{padding-right:0}
  .research-grid{grid-template-columns:1fr 2fr;gap:25px}.research-intro{padding-right:0}
  .opportunity-visual img{aspect-ratio:1.8}
  .insights-grid{grid-template-columns:1fr 1fr}.sample-invite{grid-column:1/-1;max-width:600px;padding-right:0}.sample-invite .btn{width:auto}
  .market-hero-grid,.split,.form-layout{grid-template-columns:1fr;gap:45px}
  .market-hero-grid>.world-visual{max-width:850px}
  .region-list{grid-template-columns:repeat(3,1fr)}.taxonomy{grid-template-columns:repeat(3,1fr)}
  .tables-grid{grid-template-columns:1fr}
  .report-list>a{grid-template-columns:140px 1fr}.report-list small{grid-column:2}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:1/-1}
  .article-body{grid-template-columns:190px minmax(0,1fr);gap:35px}
}
@media (max-width:700px){
  :root{--shell:calc(100% - 32px)}
  .site-main{border-radius:0 0 28px 28px;box-shadow:0 30px 45px #001b6630}
  .site-header{top:10px}.nav{border-radius:20px;min-height:62px;padding:8px 10px}
  .brand-logo{width:34px;height:34px}.brand b{font-size:16px}.brand-descriptor{font-size:12px}.brand small{font-size:9px}
  .section{padding:72px 0}.section-head{grid-template-columns:1fr;gap:18px;margin-bottom:32px}.section-head p{grid-column:auto}.section-head .kicker{padding:0}
  h2{font-size:34px}.kicker{font-size:12px}
  .presence-hero{padding:118px 0 20px}
  .presence-copy h1{font-size:clamp(35px,9.5vw,52px);line-height:1.2}
  .presence-copy p{max-width:100%;margin-top:28px;font-size:15px}
  .presence-copy .btn{min-width:260px;max-width:100%;margin-top:28px}
  .presence-art{position:relative;width:100%;right:auto;top:auto;height:auto;margin:22px 0 0;mask-image:none}
  .presence-art img{height:auto;object-fit:contain}
  .solutions-section{padding-top:52px}
  .solutions-grid{grid-template-columns:1fr 1fr;gap:14px}
  .solution-card,.solution-markets,.solution-about,.solution-knowledge{grid-column:span 1;grid-row:auto;min-height:255px;padding:20px 16px}
  .solution-products{grid-column:1/-1;min-height:280px;align-items:center}
  .solution-products .solution-content{max-width:58%}.solution-art{top:0;left:auto;right:0;width:70%;height:100%;mask-image:linear-gradient(90deg,transparent,#000 70%)}
  .solution-icon{width:44px;height:44px;margin-bottom:20px}.solution-icon .ui-icon{width:27px;height:27px}
  .solution-card h3{font-size:22px;line-height:1.35}.solution-card p{font-size:13px;line-height:1.75}
  .solution-content{max-width:100%}.solution-arrow{right:15px;top:18px}.solution-arrow .ui-icon{width:18px;height:18px}
  .solution-markets .solution-icon{position:static;width:44px;height:44px;background:#fff;opacity:1}.solution-markets .solution-icon .ui-icon{width:27px;height:27px}
  .solution-markets .solution-content{max-width:100%;justify-content:flex-start}.solution-markets h3{margin-top:0}.solution-markets p{margin-top:auto}
  .solution-knowledge{grid-column:1/-1;min-height:220px}
  .case-section{padding-top:0}.case-slide{flex-basis:94%;grid-template-columns:1fr}
  .case-image{grid-row:1;aspect-ratio:1.5}.case-copy{padding:22px;gap:26px;min-height:270px}
  .case-copy h3{font-size:26px}
  .confidence-grid{grid-template-columns:1fr;gap:30px;margin-top:35px}.confidence-intro{display:block}.confidence-intro p{max-width:100%}.confidence-intro .btn{margin-top:25px}
  .confidence-grid article{border-left:0;border-top:1px solid #ffffff30;padding:25px 0 0}
  .confidence-grid article>.ui-icon{float:right;width:58px;height:58px;margin:22px 10px 0 20px}
  .confidence-grid h3{margin:20px 0 12px;font-size:38px}
  .market-explorer{grid-template-columns:1fr;gap:24px}
  .market-section{padding-top:0}.research-grid{grid-template-columns:1fr;gap:30px}
  .research-checks{padding:0 20px}.research-checks li{grid-template-columns:24px 1fr;gap:14px;padding:24px 0}.research-checks h3{font-size:21px}.research-checks p{font-size:14px}
  .market-tabs{flex-direction:row;gap:18px;overflow-x:auto}.market-tabs a{min-width:fit-content;min-height:48px;font-size:16px;gap:0}.market-tabs a .ui-icon{display:none}.market-tabs a.is-active{border-bottom:2px solid #326fcb}
  .world-visual{padding:18px 12px;border-radius:20px}.map-heading{padding:0 5px 18px}.map-heading strong{font-size:13px}.map-heading>span{font-size:10px}
  .map-region{padding:0 8px;font-size:11px;gap:4px}.map-caption{font-size:11px}.market-panel h3{font-size:24px}
  .insights-grid{gap:32px 16px}.sample-invite{max-width:none}.insight-card h3{font-size:20px}.insight-card p{font-size:13px}.insight-card>span{font-size:11px}
  .insights-more{justify-content:center}
  .page-hero,.market-hero,.report-hero{padding:130px 0 65px}.page-hero.compact{padding-bottom:55px}
  .page-hero h1,.market-hero h1,.report-hero h1,.page-hero.compact h1{font-size:36px;line-height:1.28}
  .actions,.report-actions{flex-direction:column}.actions .btn,.report-actions .btn{width:100%;min-width:0}
  .cards.three{grid-template-columns:1fr}.card,.story{min-height:220px}.card .index,.story>span{margin-bottom:35px}
  .editorial{margin-top:55px}.editorial h2,.split h2,.report-meaning h2,.form-layout h2{font-size:32px}
  .policy-row{grid-template-columns:1fr;gap:14px}
  .taxonomy{grid-template-columns:1fr 1fr;gap:12px}.taxonomy>div{padding:20px}
  .region-list{grid-template-columns:1fr 1fr;gap:12px}.region-list article{padding:22px 18px}
  .report-list>a{grid-template-columns:1fr;padding:22px;gap:10px}.report-list small{grid-column:auto}
  .stat-grid{grid-template-columns:1fr}.report-note{grid-template-columns:1fr;gap:15px}
  .question-list>a{grid-template-columns:30px 1fr;gap:15px}.question-list>a>b{display:none}.question-list strong{font-size:20px}
  .article-body{grid-template-columns:1fr;padding-top:40px;gap:35px}.article-body aside{position:static}.article-body h2{font-size:26px}
  .contact-panel{padding:26px}.contact-panel h3{font-size:26px}.business-contact{grid-template-columns:1fr}
  .cta{padding:20px 0 70px}.cta>.shell{display:block;min-height:0}.cta h2{font-size:34px}.cta p{font-size:15px}.cta img{position:relative;width:100%;right:auto;margin-top:25px;opacity:1;mask-image:none}
  .site-footer{position:relative;padding:65px 0 calc(100px + env(safe-area-inset-bottom))}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px 20px}.footer-grid>div:first-child{grid-column:1/-1}
  .footer-statement{font-size:36px;margin-top:50px;margin-bottom:35px}.copyright{display:grid;font-size:11px}
  .mobile-cta{position:fixed;z-index:90;left:16px;right:16px;bottom:calc(12px + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:center;min-height:52px;border:2px solid #d0e3ff;border-radius:40px;background:#fff;color:#013b9a;box-shadow:0 10px 25px #001b6633;font-size:15px}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
