:root{
  --navy:#07111f;--navy-2:#0b1728;--navy-3:#101f34;--paper:#f4f6f9;--white:#fff;
  --text:#172235;--muted:#69758a;--soft:#aab4c5;--line:#dde3eb;--gold:#55e6ad;--gold-2:#8af2c8;
  --green:#39cf8e;--red:#ff6d73;--max:1200px;--shadow:0 24px 70px rgba(7,17,31,.15);
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.72;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button{font:inherit}.shell{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.narrow{width:min(860px,calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;left:-999px;top:10px;z-index:200;background:#fff;color:#111;padding:10px 15px;border-radius:8px}.skip-link:focus{left:10px}.age-bar{background:#030914;color:#b9c3d5;border-bottom:1px solid rgba(255,255,255,.07);font-size:12px}.age-bar .shell{min-height:34px;display:flex;align-items:center;justify-content:center;gap:10px}.age-bar p{margin:0}.age-pill{display:inline-grid;place-items:center;min-width:28px;height:22px;border:1px solid rgba(85,230,173,.45);border-radius:999px;color:var(--gold);font-weight:900;font-size:10px}.site-header{position:sticky;top:0;z-index:90;background:rgba(7,17,31,.93);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(18px)}.header-inner{height:78px;display:flex;align-items:center;gap:30px}.brand{display:inline-flex;align-items:center;gap:11px;color:#fff;flex:none}.brand-symbol{position:relative;width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,var(--gold-2),#1cbf85);box-shadow:0 12px 28px rgba(85,230,173,.22);overflow:hidden}.brand-symbol:after{content:"";position:absolute;width:32px;height:32px;border:1px solid rgba(0,0,0,.17);border-radius:10px}.brand-symbol span{position:relative;z-index:1;color:#101722;font-weight:1000;font-size:23px;letter-spacing:-.08em}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:21px;letter-spacing:-.055em}.brand-copy small{margin-top:5px;color:var(--gold);text-transform:uppercase;letter-spacing:.24em;font-weight:800;font-size:9px}.main-nav{margin-left:auto;display:flex;align-items:center;gap:4px}.main-nav a{color:#bcc7d9;padding:10px 12px;border-radius:9px;font-size:13px;font-weight:700;transition:.2s}.main-nav a:hover,.main-nav a[aria-current=page]{color:#fff;background:rgba(255,255,255,.065)}.header-cta,.button,.status-button,.mobile-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px}.header-cta{height:44px;padding:0 17px;background:var(--gold);color:#111927;border-radius:10px;font-weight:900;font-size:13px;transition:.2s;flex:none}.header-cta:hover{background:var(--gold-2);transform:translateY(-1px)}.header-cta svg,.button svg,.status-button svg,.text-link svg,.topic-link svg,.guide-arrow svg,.mini-status a svg,.sidebar-card a svg,.mobile-cta svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.menu-button{display:none;margin-left:auto;background:transparent;border:1px solid rgba(255,255,255,.17);color:#fff;width:46px;height:44px;border-radius:10px;padding:10px;align-items:center;justify-content:center;flex-direction:column;gap:4px}.menu-button span{width:20px;height:2px;background:#fff;border-radius:9px}.menu-button b{position:absolute;left:-9999px}.hero{position:relative;overflow:hidden;background:linear-gradient(145deg,#07111f 0%,#0b1b30 58%,#0b1728 100%);color:#fff}.hero-glow{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.hero-glow-one{right:-160px;top:-190px;width:640px;height:640px;background:radial-gradient(circle,rgba(85,230,173,.18),rgba(85,230,173,0) 68%)}.hero-glow-two{left:-260px;bottom:-360px;width:740px;height:740px;background:radial-gradient(circle,rgba(42,124,255,.13),rgba(42,124,255,0) 66%)}.home-hero{min-height:670px}.hero-grid{position:relative;z-index:2;min-height:670px;padding:76px 0;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);gap:74px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--gold);font-size:11px;letter-spacing:.17em;text-transform:uppercase;font-weight:900;margin-bottom:21px}.eyebrow>span{width:26px;height:2px;background:var(--gold)}.hero h1{font-size:clamp(45px,6.5vw,78px);line-height:1.01;letter-spacing:-.065em;margin:0;max-width:850px}.hero-lead{max-width:760px;color:#b9c5d8;font-size:clamp(17px,2vw,21px);line-height:1.7;margin:25px 0 0}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:31px}.button{min-height:52px;padding:0 21px;border-radius:11px;font-weight:900;font-size:14px;transition:.2s}.button-gold{background:var(--gold);color:#121a27;box-shadow:0 15px 35px rgba(85,230,173,.12)}.button-gold:hover{background:var(--gold-2);transform:translateY(-2px)}.button-ghost{color:#fff;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.035)}.button-ghost:hover{background:rgba(255,255,255,.08)}.button-dark{background:var(--navy);color:#fff}.button-dark:hover{background:#13233a}.hero-proof{display:flex;gap:35px;margin-top:43px}.hero-proof div{display:flex;flex-direction:column}.hero-proof strong{font-size:24px;line-height:1;color:#fff;letter-spacing:-.04em}.hero-proof span{font-size:11px;color:#8290a7;margin-top:7px;text-transform:uppercase;letter-spacing:.09em;font-weight:700}.status-card{position:relative;padding:29px;border:1px solid rgba(255,255,255,.13);border-radius:23px;background:linear-gradient(155deg,rgba(255,255,255,.10),rgba(255,255,255,.035));box-shadow:0 28px 80px rgba(0,0,0,.28);backdrop-filter:blur(14px)}.status-card:after{content:"";position:absolute;inset:0;border-radius:23px;padding:1px;background:linear-gradient(145deg,rgba(85,230,173,.35),transparent 50%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.status-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.live-indicator{display:inline-flex;align-items:center;gap:8px;color:#dce7f5;font-size:10px;font-weight:900;letter-spacing:.12em}.live-indicator i,.mobile-cta i{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(57,207,142,.12)}.updated-mini{font-size:10px;color:#8291a8}.status-brand{margin-top:30px}.status-brand .brand-symbol{width:38px;height:38px;border-radius:11px}.status-brand .brand-symbol span{font-size:19px}.status-brand .brand-copy strong{font-size:17px}.status-card h2{font-size:29px;line-height:1.16;letter-spacing:-.04em;margin:25px 0 12px}.status-card>p{color:#acb9cc;font-size:14px;margin:0}.status-button{width:100%;min-height:52px;background:var(--gold);color:#101827;border-radius:11px;font-weight:900;font-size:14px;margin-top:25px}.status-button:hover{background:var(--gold-2)}.status-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.09)}.status-points span{display:flex;align-items:center;gap:8px;color:#aebbcf;font-size:11px}.status-points svg,.quick-icon svg,.feature-card>span svg,.process-steps svg,.article-meta svg,.article-intro-note svg,.editor-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.quick-links-section{position:relative;margin-top:-34px;z-index:5}.quick-links{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #e2e7ee;border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.quick-card{min-height:112px;padding:23px;display:grid;grid-template-columns:42px 1fr 18px;gap:13px;align-items:center;border-right:1px solid #e8ecf1;transition:.2s}.quick-card:last-child{border-right:0}.quick-card:hover{background:#fafbfc}.quick-card>svg{width:18px;height:18px;fill:none;stroke:#9aa5b6;stroke-width:1.8}.quick-icon{width:42px;height:42px;border-radius:12px;background:#f2f4f7;color:#087b58;display:grid;place-items:center}.quick-card strong{display:block;font-size:14px;color:#162236}.quick-card small{display:block;font-size:11px;line-height:1.4;color:#7a8597;margin-top:4px}.section{padding:100px 0}.section-heading{margin-bottom:42px}.section-heading.centered{text-align:center;max-width:810px;margin-left:auto;margin-right:auto}.section-heading.split{display:flex;align-items:end;justify-content:space-between;gap:25px}.section-label{display:block;color:#087b58;font-size:10px;letter-spacing:.17em;font-weight:900;margin-bottom:12px}.section-heading h2,.process-copy h2,.cta-box h2{font-size:clamp(34px,4.4vw,53px);line-height:1.08;letter-spacing:-.052em;color:#101a2a;margin:0}.section-heading p,.process-copy>p{max-width:700px;margin:20px auto 0;color:#68758a;font-size:16px}.dark-section{background:#0a1525;color:#fff;margin-top:100px}.dark-section .section-label{color:var(--gold)}.dark-section .section-heading h2{color:#fff}.dark-section .section-heading p{color:#aab7ca}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{position:relative;padding:31px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.035);min-height:260px}.feature-card>span{width:47px;height:47px;border-radius:13px;background:rgba(85,230,173,.12);color:var(--gold);display:grid;place-items:center}.feature-card h3{font-size:21px;letter-spacing:-.03em;margin:28px 0 11px}.feature-card p{color:#9eacc0;font-size:14px;margin:0}.text-link{display:inline-flex;align-items:center;gap:8px;color:#087b58;font-size:13px;font-weight:900;white-space:nowrap}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.guide-card{position:relative;display:flex;flex-direction:column;min-height:295px;background:#fff;border:1px solid #dde3eb;border-radius:17px;padding:25px;transition:.22s;overflow:hidden}.guide-card:after{content:"";position:absolute;right:-70px;bottom:-80px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(85,230,173,.18),rgba(85,230,173,0) 67%)}.guide-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(25,40,65,.09);border-color:#d2aa40}.guide-index{font-size:11px;color:#9da7b7;font-weight:900;letter-spacing:.12em}.guide-card>div{margin-top:auto}.guide-tag{color:#087b58;text-transform:uppercase;font-size:9px;letter-spacing:.16em;font-weight:900}.guide-card h3{font-size:21px;line-height:1.2;letter-spacing:-.035em;margin:10px 0 12px;color:#142035}.guide-card p{font-size:13px;line-height:1.6;color:#768194;margin:0}.guide-arrow{position:absolute;right:22px;top:22px;width:34px;height:34px;border:1px solid #e0e5ec;border-radius:50%;display:grid;place-items:center;color:#8b6200}.process-section{background:#eef1f5}.process-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:center}.process-copy .section-label{color:#087b58}.process-copy>p{margin-left:0;margin-right:0}.process-copy .button{margin-top:25px}.process-steps{display:grid;gap:14px}.process-steps article{display:grid;grid-template-columns:58px 1fr;gap:22px;background:#fff;border:1px solid #dde3eb;border-radius:17px;padding:23px}.process-steps article>span{width:58px;height:58px;display:grid;place-items:center;background:#0c1728;color:var(--gold);border-radius:15px;font-weight:900;font-size:14px}.process-steps h3{font-size:18px;margin:2px 0 6px}.process-steps p{font-size:13px;color:#6d788b;margin:0}.faq-home{background:#fff}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid #dde3eb;border-radius:13px;background:#fff;overflow:hidden}.faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 21px;color:#152035;font-weight:850;font-size:15px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary i{position:relative;width:22px;height:22px;border-radius:50%;background:#f0f2f5;flex:none}.faq-list summary i:before,.faq-list summary i:after{content:"";position:absolute;left:6px;right:6px;top:10px;height:2px;background:#5e6a7d}.faq-list summary i:after{transform:rotate(90deg);transition:.2s}.faq-list details[open] summary i:after{transform:rotate(0)}.faq-list details p{padding:0 21px 20px;margin:0;color:#657186;font-size:14px}.cta-section{padding:0 0 100px;background:#fff}.cta-box{background:linear-gradient(135deg,#0a1525,#101f35);color:#fff;border-radius:22px;padding:45px;display:flex;align-items:center;justify-content:space-between;gap:35px;box-shadow:var(--shadow)}.cta-box .section-label{color:var(--gold)}.cta-box h2{color:#fff;font-size:38px}.cta-box p{color:#9eacc0;margin:13px 0 0}.inner-hero{min-height:470px}.inner-hero-grid{position:relative;z-index:2;min-height:470px;padding:65px 0;display:grid;grid-template-columns:1fr 310px;gap:70px;align-items:center}.inner-hero h1{font-size:clamp(42px,5.5vw,66px);max-width:850px}.breadcrumbs{display:flex;align-items:center;gap:9px;color:#8492a8;font-size:12px;margin-bottom:23px}.breadcrumbs a:hover{color:#fff}.article-meta{display:flex;gap:20px;flex-wrap:wrap;margin-top:28px}.article-meta span{display:inline-flex;align-items:center;gap:8px;color:#8795ab;font-size:11px}.mini-status{border-left:1px solid rgba(255,255,255,.12);padding-left:29px}.mini-status p{color:#a7b4c8;font-size:13px;margin:20px 0}.mini-status a{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-weight:900;font-size:13px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:70px;padding:78px 0 100px}.article-content{min-width:0}.article-intro-note{display:flex;gap:15px;align-items:flex-start;background:#fff;border:1px solid #dce3ec;border-radius:15px;padding:19px 21px;margin-bottom:58px}.article-intro-note>span{width:39px;height:39px;display:grid;place-items:center;border-radius:11px;background:#eff8f3;color:#188759;flex:none}.article-intro-note p{font-size:13px;color:#637085;margin:0}.content-section{position:relative;margin-bottom:63px;scroll-margin-top:115px}.section-kicker{color:#087b58;font-size:10px;letter-spacing:.16em;font-weight:900;margin-bottom:10px}.content-section>h2{font-size:clamp(29px,3.4vw,41px);line-height:1.13;letter-spacing:-.045em;color:#111c2e;margin:0 0 23px}.content-section>p{font-size:16px;color:#4e5a6e;margin:0 0 18px}.content-section>p:first-of-type{font-size:17px}.check-list{list-style:none;padding:0;margin:26px 0;display:grid;gap:11px}.check-list li{display:grid;grid-template-columns:35px 1fr;gap:13px;align-items:center;background:#fff;border:1px solid #dce3eb;border-radius:13px;padding:14px 17px}.check-list li>span{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:#edf8f2;color:#168456}.check-list li b{font-size:13px;color:#2e3b4f}.callout{display:flex;gap:15px;align-items:flex-start;background:#eafff6;border:1px solid #a9ead2;border-radius:14px;padding:19px;margin-top:25px}.callout>span{width:37px;height:37px;display:grid;place-items:center;border-radius:10px;background:#55e6ad;color:#28210d;flex:none}.callout p{font-size:13px;font-weight:750;color:#145e48;margin:0}.topic-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}.topic-card{position:relative;min-height:220px;background:#fff;border:1px solid #dce3eb;border-radius:16px;padding:22px;display:flex;flex-direction:column;transition:.2s}.topic-card:hover{transform:translateY(-4px);box-shadow:0 17px 40px rgba(23,39,65,.08);border-color:#43c99a}.topic-number{font-size:10px;color:#9ba6b6;font-weight:900}.topic-card h3{font-size:19px;letter-spacing:-.03em;margin:28px 0 8px}.topic-card p{font-size:13px;color:#748095;margin:0}.topic-link{display:inline-flex;align-items:center;gap:7px;color:#087b58;font-size:11px;font-weight:900;margin-top:auto;padding-top:19px}.faq-section{padding-top:10px}.editor-note{display:grid;grid-template-columns:55px 1fr;gap:20px;background:#0b1728;color:#fff;border-radius:18px;padding:27px;margin-top:70px}.editor-icon{width:55px;height:55px;border-radius:15px;background:rgba(248,204,85,.13);color:var(--gold);display:grid;place-items:center}.editor-note span{color:var(--gold);font-size:9px;letter-spacing:.15em;font-weight:900;text-transform:uppercase}.editor-note h2{font-size:22px;margin:5px 0 8px}.editor-note p{color:#a9b6c9;font-size:13px;margin:0}.article-sidebar{min-width:0}.sidebar-card{background:#fff;border:1px solid #dce3eb;border-radius:15px;padding:21px}.sidebar-card.sticky{position:sticky;top:108px}.sidebar-title{display:block;color:#087b58;font-size:9px;letter-spacing:.16em;font-weight:900;margin-bottom:10px}.sidebar-card.sticky a{display:grid;grid-template-columns:27px 1fr;gap:9px;padding:11px 0;border-top:1px solid #edf0f4;color:#59667a;font-size:11px;font-weight:700}.sidebar-card.sticky a span{color:#a7b0bd}.sidebar-card.sticky a.active,.sidebar-card.sticky a:hover{color:#087b58}.status-side{margin-top:18px;background:#0b1728;color:#fff;border-color:#0b1728}.status-side h2{font-size:21px;margin:20px 0 9px}.status-side p{font-size:12px;color:#9ba9bd}.status-side>a{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-size:12px;font-weight:900}.related-guides{margin-top:70px}.related-guides>h2{font-size:27px;letter-spacing:-.035em}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.related-grid a{position:relative;background:#fff;border:1px solid #dce3eb;border-radius:14px;padding:19px;min-height:165px}.related-grid a span{font-size:9px;color:#087b58;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.related-grid h3{font-size:15px;line-height:1.3;margin:12px 28px 0 0}.related-grid svg{position:absolute;right:16px;top:16px;width:17px;height:17px;fill:none;stroke:#087b58;stroke-width:1.8}.site-footer{background:#06101d;color:#9eacbf;padding:70px 0 24px}.footer-main{display:grid;grid-template-columns:1.4fr 1fr .9fr 1fr;gap:55px}.footer-brand{margin-bottom:21px}.footer-brand-col>p{max-width:380px;font-size:13px}.footer-main h2{color:#fff;font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin:3px 0 18px}.footer-main>div:not(:first-child)>a{display:block;padding:5px 0;font-size:12px}.footer-main a:hover{color:var(--gold)}.footer-social{display:flex;gap:10px;margin-top:18px}.footer-social a{border:1px solid #26344a;border-radius:8px;padding:7px 10px;font-size:11px}.footer-contact,.footer-note{font-size:12px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #1b293e;margin-top:48px;padding-top:21px;font-size:11px}.footer-bottom b{color:var(--gold)}.mobile-cta{display:none}.back-top{position:fixed;right:22px;bottom:22px;width:44px;height:44px;border:0;border-radius:50%;background:#111c2d;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.22);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s;z-index:70;cursor:pointer}.back-top.visible{opacity:1;visibility:visible;transform:none}.error-body{background:#07111f;color:#fff}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:30px}.error-code{font-size:130px;line-height:1;font-weight:1000;color:rgba(85,230,173,.14);letter-spacing:-.08em;margin-top:45px}.not-found h1{font-size:42px;letter-spacing:-.05em;margin:-20px 0 10px}.not-found p{color:#9eacc0;margin:0 0 25px}
@media(max-width:1080px){.main-nav a{padding:9px 8px;font-size:12px}.hero-grid{grid-template-columns:1.1fr .7fr;gap:42px}.quick-links{grid-template-columns:1fr 1fr}.quick-card:nth-child(2){border-right:0}.quick-card:nth-child(-n+2){border-bottom:1px solid #e8ecf1}.guide-grid{grid-template-columns:1fr 1fr}.footer-main{grid-template-columns:1.4fr 1fr 1fr}.footer-main>div:last-child{grid-column:2/4}.article-layout{gap:42px}.process-grid{gap:55px}}
@media(max-width:900px){.header-cta{display:none}.menu-button{display:flex}.main-nav{display:none;position:fixed;top:112px;left:18px;right:18px;margin:0;background:#0d192a;border:1px solid #2b3950;border-radius:14px;padding:11px;flex-direction:column;align-items:stretch;box-shadow:0 25px 60px rgba(0,0,0,.35)}.main-nav.open{display:flex}.main-nav a{padding:13px 14px;font-size:14px}.hero-grid{grid-template-columns:1fr;gap:45px;min-height:auto}.home-hero,.hero-grid{min-height:auto}.status-card{max-width:620px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.process-grid{grid-template-columns:1fr}.inner-hero-grid{grid-template-columns:1fr;gap:35px}.mini-status{border-left:0;border-top:1px solid rgba(255,255,255,.12);padding:25px 0 0}.article-layout{grid-template-columns:1fr}.article-sidebar{display:none}.footer-main{grid-template-columns:1fr 1fr}.footer-main>div:last-child{grid-column:auto}.related-grid{grid-template-columns:1fr}.mobile-cta{display:flex;position:fixed;left:12px;right:12px;bottom:11px;height:55px;background:var(--gold);color:#121a27;border-radius:13px;padding:0 18px;justify-content:space-between;font-size:13px;font-weight:900;z-index:85;box-shadow:0 18px 45px rgba(0,0,0,.28)}.mobile-cta span{display:flex;align-items:center;gap:10px}.back-top{bottom:78px}}
@media(max-width:680px){.shell,.narrow{width:min(100% - 24px,var(--max))}.age-bar .shell{padding:6px 0;text-align:left;justify-content:flex-start}.age-bar p{font-size:10px;line-height:1.35}.header-inner{height:68px}.brand-symbol{width:39px;height:39px;border-radius:12px}.brand-copy strong{font-size:18px}.hero-grid{padding:52px 0}.hero h1{font-size:44px}.hero-lead{font-size:16px}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-proof{gap:20px;justify-content:space-between}.hero-proof strong{font-size:20px}.hero-proof span{font-size:9px}.status-card{padding:22px}.status-card h2{font-size:25px}.status-points{grid-template-columns:1fr}.quick-links-section{margin-top:-15px}.quick-links{grid-template-columns:1fr}.quick-card{min-height:92px;border-right:0!important;border-bottom:1px solid #e8ecf1!important}.quick-card:last-child{border-bottom:0!important}.section{padding:72px 0}.dark-section{margin-top:72px}.section-heading.split{display:block}.text-link{margin-top:20px}.section-heading h2,.process-copy h2{font-size:37px}.guide-grid{grid-template-columns:1fr}.guide-card{min-height:245px}.process-steps article{grid-template-columns:48px 1fr;padding:18px;gap:14px}.process-steps article>span{width:48px;height:48px}.cta-section{padding-bottom:75px}.cta-box{padding:27px;display:block}.cta-box h2{font-size:31px}.cta-box .button{width:100%;margin-top:23px}.inner-hero,.inner-hero-grid{min-height:auto}.inner-hero-grid{padding:48px 0}.inner-hero h1{font-size:42px}.article-layout{padding:54px 0 80px}.article-intro-note{margin-bottom:45px}.content-section{margin-bottom:51px}.content-section>h2{font-size:31px}.content-section>p,.content-section>p:first-of-type{font-size:15px}.topic-grid{grid-template-columns:1fr}.editor-note{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr;gap:36px}.footer-bottom{flex-direction:column}.site-footer{padding-bottom:90px}.error-code{font-size:90px}.not-found h1{font-size:34px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

.official-channel-strip{background:#e9fff6;border-bottom:1px solid #bcebd8}.official-channel-inner{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:34px 0}.official-channel-inner>div{max-width:800px}.official-channel-inner h2{font-size:clamp(24px,3vw,38px);letter-spacing:-.045em;line-height:1.1;margin:0;color:#0d2c23}.official-channel-inner p{margin:12px 0 0;color:#45685c;font-size:14px}.official-channel-inner .section-label{color:#087b58;margin-bottom:9px}@media(max-width:760px){.official-channel-inner{display:block}.official-channel-inner .button{margin-top:22px;width:100%}}

/* Full-site guide search */
.guide-search{margin:24px 0 28px;background:#fff;border:1px solid #dce3eb;border-radius:16px;padding:20px}.guide-search label{display:block;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#087b58;margin-bottom:9px}.guide-search-box{position:relative}.guide-search-box input{width:100%;height:54px;border:1px solid #cfd8e4;border-radius:12px;padding:0 48px 0 16px;font:inherit;font-size:15px;color:#142035;background:#f8fafc;outline:0}.guide-search-box input:focus{border-color:#34bd8b;box-shadow:0 0 0 4px rgba(52,189,139,.12);background:#fff}.guide-search-box span{position:absolute;right:17px;top:50%;transform:translateY(-50%);font-size:26px;color:#087b58}.guide-search p{font-size:12px;color:#738095;margin:10px 0 0}.guide-search-item[hidden]{display:none!important}.guide-no-results{text-align:center;background:#fff;border:1px dashed #cfd8e4;border-radius:16px;padding:38px;margin-top:16px}.guide-no-results h3{margin:0 0 8px}.guide-no-results p{margin:0;color:#738095;font-size:13px}
