@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Sora:wght@400;600;700;800&display=swap');:root{--bg:#080d12;--bg-soft:#111821;--surface:rgba(17,24,33,.84);--surface-strong:rgba(8,13,18,.92);--text:#f5f7fa;--muted:#9aa9bb;--line:rgba(255,255,255,.1);--accent:#ff7a18;--accent-2:#ffd166;--shadow:0 24px 60px rgba(0,0,0,.35);--radius-lg:32px;--radius-md:24px;--max-width:1220px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);font-family:'Space Grotesk',system-ui,sans-serif;background:radial-gradient(circle at top left,rgba(255,122,24,.16),transparent 28%),radial-gradient(circle at top right,rgba(255,209,102,.16),transparent 24%),linear-gradient(180deg,#091118 0%,#05080d 42%,#09131d 100%);position:relative}body::before{content:'';position:fixed;inset:0;pointer-events:none;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-shell{position:relative;z-index:1}.container{width:min(100% - 32px,var(--max-width));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;padding:18px 0;backdrop-filter:blur(18px);background:linear-gradient(180deg,rgba(8,13,18,.86),rgba(8,13,18,.52));border-bottom:1px solid rgba(255,255,255,.06)}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center;gap:14px;font-weight:700;letter-spacing:.02em}.brand-mark{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#111;display:inline-flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 14px 24px rgba(255,122,24,.3);overflow:hidden;flex:0 0 auto}.brand-mark img{width:100%;height:100%;object-fit:cover}.brand-copy strong,.eyebrow,.section-heading h1,.section-heading h2,.section-heading h3,.feature-card h3,.article-card h3,.timeline-card h3,.faq-list summary,.cta-panel h2,.legal-card h2,.stat-chip strong,.story-card h3,.table-wrap caption,.related-card h3{font-family:'Sora',system-ui,sans-serif}.brand-copy{display:grid;gap:2px}.brand-copy span{font-size:12px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.site-nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:flex-end}.nav-link{color:var(--muted);transition:color .2s ease,transform .2s ease}.nav-link:hover,.nav-link:focus-visible{color:var(--text);transform:translateY(-1px)}.button-row{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border-radius:999px;font-weight:700;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button-primary{color:#111;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 18px 34px rgba(255,122,24,.26)}.button-secondary{color:var(--text);border-color:var(--line);background:rgba(255,255,255,.04)}.hero{padding:62px 0 34px}.hero-grid,.split-grid,.story-grid,.article-grid,.insight-grid,.related-grid,.card-grid,.stats-grid,.footer-grid,.legal-grid{display:grid;gap:24px}.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:stretch}.hero-copy,.hero-panel,.feature-card,.timeline-card,.article-card,.story-card,.quote-card,.cta-panel,.legal-card,.table-wrap,.related-card,.content-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow)}.hero-copy{padding:34px}.hero-copy::before,.hero-panel::before,.cta-panel::before{content:'';position:absolute;inset:auto -60px -100px auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,24,.24),transparent 70%);pointer-events:none}.hero-panel{min-height:100%;background:linear-gradient(180deg,rgba(8,13,18,.28),rgba(8,13,18,.84));isolation:isolate;box-shadow:inset 0 -140px 120px rgba(3,6,10,.72)}.hero-panel-image{position:absolute;inset:-18px;width:calc(100% + 36px);height:calc(100% + 36px);object-fit:cover;filter:blur(8px) saturate(.78) brightness(.56);transform:scale(1.08);opacity:.98;z-index:-2;pointer-events:none;user-select:none}.hero-panel .hero-panel-body{position:relative;z-index:1;min-height:100%;padding:32px;display:flex;flex-direction:column;justify-content:flex-end;gap:18px}.hero-panel .hero-panel-body::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,10,14,.18) 0%,rgba(6,10,14,.32) 34%,rgba(3,6,10,.74) 100%);z-index:-1}.hero-panel .section-heading h2,.hero-panel .section-heading p{text-shadow:0 3px 18px rgba(0,0,0,.8)}.eyebrow{display:inline-flex;width:fit-content;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:var(--accent-2);letter-spacing:.08em;text-transform:uppercase;font-size:12px;margin-bottom:18px}.eyebrow::before{content:'';width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 0 0 5px rgba(255,122,24,.18)}.section-heading h1,.section-heading h2{margin:0 0 16px;line-height:.98}.section-heading h1{font-size:clamp(44px,6vw,78px)}.section-heading h2{font-size:clamp(32px,4vw,52px)}.section-heading p,.hero-copy p,.hero-panel p,.feature-card p,.timeline-card p,.story-card p,.article-card p,.legal-card p,.quote-card p,.content-card p,.table-wrap p,.footer-note,.faq-copy,.list-text li,.steps li,.policy-list li{color:var(--muted);line-height:1.72;font-size:16px}.hero-copy .button-row{margin:26px 0 0}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:28px}.stat-chip{padding:18px 18px 16px;border-radius:22px;border:1px solid var(--line);background:rgba(255,255,255,.04)}.stat-chip strong{display:block;font-size:28px;margin-bottom:6px}.section{padding:36px 0}.section.compact{padding-top:8px}.split-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card,.article-card,.timeline-card,.story-card,.related-card,.content-card,.legal-card{padding:28px}.feature-card h3,.article-card h3,.timeline-card h3,.story-card h3,.related-card h3,.content-card h3,.legal-card h2{margin:0 0 12px;font-size:24px}.feature-card ul,.list-text,.steps,.policy-list{margin:18px 0 0;padding-left:18px;color:var(--muted);line-height:1.7}.story-grid,.article-grid,.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.insight-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.timeline-card .step-number{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:16px;margin-bottom:18px;background:linear-gradient(135deg,rgba(255,122,24,.24),rgba(255,209,102,.16));color:var(--accent-2);font-weight:700}.quote-card{padding:28px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02))}.quote-card blockquote{margin:0;font-size:24px;line-height:1.45}.quote-card footer{margin-top:16px;color:var(--muted)}.page-hero{padding:54px 0 28px}.page-hero .content-card{padding:34px}.breadcrumbs{display:inline-flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:14px;margin-bottom:14px}.breadcrumbs span{color:rgba(255,255,255,.32)}.page-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.meta-pill{padding:10px 14px;border-radius:999px;border:1px solid var(--line);color:var(--muted);background:rgba(255,255,255,.04)}.table-wrap{padding:28px}.table-wrap table{width:100%;border-collapse:collapse;margin-top:18px}.table-wrap th,.table-wrap td{padding:14px 12px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left;vertical-align:top}.table-wrap th{color:var(--accent-2);font-size:13px;letter-spacing:.08em;text-transform:uppercase}.faq-list{display:grid;gap:14px}.faq-list details{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.04);padding:0 22px}.faq-list summary{cursor:pointer;list-style:none;padding:18px 0;font-size:20px}.faq-list summary::-webkit-details-marker{display:none}.faq-copy{padding-bottom:20px}.cta-panel{padding:34px;margin:24px 0 10px;background:linear-gradient(135deg,rgba(255,122,24,.16),rgba(10,18,26,.95))}.site-footer{padding:42px 0 80px}.footer-grid{align-items:start}.footer-links{display:flex;flex-wrap:wrap;gap:12px 18px;justify-content:flex-end}.footer-links a{color:var(--muted)}.footer-links a:hover,.footer-links a:focus-visible{color:var(--text)}.cookie-banner{position:fixed;inset:auto 20px 20px;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-radius:22px;border:1px solid rgba(255,255,255,.12);background:rgba(5,8,13,.96);box-shadow:0 18px 44px rgba(0,0,0,.4);max-width:min(960px,calc(100vw - 40px))}.cookie-actions{display:flex;flex-wrap:wrap;gap:10px}.cookie-text{color:var(--muted);line-height:1.6}.modal-overlay{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:24px;z-index:50;background:rgba(0,0,0,.64)}.modal-panel{position:relative;width:min(720px,100%);padding:28px;border-radius:28px;border:1px solid var(--line);background:var(--surface-strong);box-shadow:0 28px 60px rgba(0,0,0,.4)}.modal-title{margin:0 0 12px;font-size:32px;font-family:'Sora',system-ui,sans-serif}.close-modal{position:absolute;top:16px;right:16px;width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--text);cursor:pointer;font-weight:700}.hidden{display:none!important}.legal-grid{grid-template-columns:1.05fr .95fr}.section-accent{color:var(--accent-2)}@media (max-width:1080px){.hero-grid,.split-grid,.legal-grid,.story-grid,.article-grid,.related-grid,.insight-grid,.footer-grid,.card-grid,.timeline,.stats-grid{grid-template-columns:1fr}.site-header .container{align-items:flex-start;flex-direction:column}.site-nav{justify-content:flex-start}.footer-links{justify-content:flex-start}}@media (max-width:720px){.container{width:min(100% - 20px,var(--max-width))}.hero,.page-hero,.section,.site-footer{padding-top:28px;padding-bottom:28px}.hero-copy,.feature-card,.timeline-card,.article-card,.story-card,.related-card,.content-card,.legal-card,.table-wrap,.cta-panel,.page-hero .content-card,.modal-panel{padding:22px}.cookie-banner{left:12px;right:12px;bottom:12px;max-width:none;padding:16px;flex-direction:column;align-items:flex-start}.section-heading h1{font-size:clamp(34px,11vw,54px)}.section-heading h2,.modal-title{font-size:clamp(28px,9vw,40px)}.button{width:100%}}