:root{color-scheme:light;--ink:#101a25;--muted:#52606d;--paper:#f4f7f8;--white:#fff;--line:#d7e0e4;--accent:#bd341f;--accent-dark:#942514;--accent-light:#ff8069;--cyan:#76c9cb;--navy:#122433;--radius:18px;--shadow:0 18px 48px #101a251a;font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;line-height:1.6}a{color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.skip-link{z-index:20;background:var(--white);border:2px solid var(--accent);padding:.75rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:10;color:var(--white);backdrop-filter:blur(12px);background:#101a25f5;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.header-inner{align-items:center;gap:2rem;width:min(1180px,100% - 2rem);min-height:72px;margin:auto;display:flex}.brand{letter-spacing:-.02em;white-space:nowrap;align-items:center;gap:.75rem;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{align-content:center;gap:4px;width:38px;height:30px;display:grid;transform:skew(-16deg)}.brand-mark i{background:var(--accent);border-radius:99px;height:3px;display:block}.brand-mark i:nth-child(2){background:var(--cyan);width:75%}.brand-mark i:nth-child(3){width:45%}.nav{align-items:center;gap:1.3rem;margin-left:auto;display:flex}.nav a{color:#dbe6e9;font-size:.92rem;text-decoration:none}.nav a:hover,.nav a:focus-visible,.nav a[aria-current=page]{color:var(--white);text-underline-offset:.45rem;text-decoration:underline;text-decoration-color:var(--accent)}.lang-switch{color:var(--white);border:1px solid #ffffff47;border-radius:999px;padding:.3rem .7rem;font-size:.8rem;font-weight:800;text-decoration:none}main{min-height:65vh}.hero{isolation:isolate;color:var(--white);background:var(--navy);position:relative;overflow:hidden}.hero:before{content:"";z-index:-2;opacity:.2;background-image:linear-gradient(#76c9cb4d 1px,#0000 1px),linear-gradient(90deg,#76c9cb4d 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;mask-image:linear-gradient(90deg,#000,#0000 75%)}.hero:after{content:"";aspect-ratio:1;z-index:-1;border:80px solid #e64a2e42;border-radius:50%;width:560px;position:absolute;top:-220px;right:-180px}.hero-inner,.content-shell,.feature-section,.calculator,.qualification-form{width:min(1120px,100% - 2rem);margin-inline:auto}.hero-inner{padding:clamp(4rem,8vw,7.5rem) 0}.eyebrow,.section-kicker{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;font-size:.76rem;font-weight:900}.hero .eyebrow,.band .section-kicker{color:var(--accent-light)}.hero h1{letter-spacing:-.055em;text-wrap:balance;max-width:900px;margin:.8rem 0 1.25rem;font-size:clamp(2.5rem,6vw,5.8rem);line-height:.98}.hero .lead{color:#cbd8dc;max-width:720px;font-size:clamp(1.05rem,2vw,1.3rem)}.hero-actions{flex-wrap:wrap;gap:.85rem;margin-top:2rem;display:flex}.button{background:var(--accent);min-height:48px;color:var(--white);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:.7rem 1.1rem;font-weight:800;text-decoration:none;display:inline-flex}.button:hover,.button:focus-visible{background:var(--accent-dark)}.button--ghost{background:0 0;border-color:#ffffff57}.button--ghost:hover,.button--ghost:focus-visible{background:#ffffff1a}.status-line{color:#9fb0b7;align-items:center;gap:.7rem;margin-top:2.5rem;font-size:.86rem;display:flex}.status-line:before{content:"";background:#e5b953;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 5px #e5b95326}.feature-section{padding:5rem 0}.feature-section h2,.content-shell h1,.calculator h2{letter-spacing:-.035em;text-wrap:balance;margin:.5rem 0 1rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.08}.feature-intro{max-width:720px;color:var(--muted);font-size:1.08rem}.card-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;display:grid}.card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);min-height:230px;padding:1.5rem;box-shadow:0 12px 30px #101a250d}.card-number{color:var(--accent);font-weight:900}.card h3{margin:2.2rem 0 .5rem;font-size:1.25rem;line-height:1.2}.card p{color:var(--muted)}.band{color:var(--white);background:var(--navy)}.band .feature-section{padding-block:4.2rem}.band .feature-intro{color:#cbd8dc}.steps{background:#ffffff24;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:2rem;display:grid}.step{background:var(--navy);padding:1.4rem}.step strong{color:var(--cyan);letter-spacing:.1em;text-transform:uppercase;font-size:.76rem;display:block}.step span{margin-top:.7rem;font-weight:750;display:block}.content-shell{padding:clamp(3.5rem,7vw,6rem) 0}.breadcrumbs{width:min(1120px,100% - 2rem);color:var(--muted);gap:.55rem;margin:1.25rem auto -2rem;font-size:.86rem;display:flex}.breadcrumbs a{text-underline-offset:.2rem}.content-shell>p:first-of-type{max-width:760px;color:var(--muted);font-size:1.12rem}.content-shell h2{letter-spacing:-.025em;margin-top:3rem;font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.15}.content-shell h3{margin-top:2rem}.content-shell p,.content-shell li{max-width:820px}.content-shell li+li{margin-top:.55rem}.notice{border-left:4px solid var(--accent);background:#fff4f1;margin:2rem 0;padding:1.2rem 1.4rem}.facts{grid-template-columns:repeat(3,1fr);gap:1rem;margin-block:2rem;display:grid}.fact{border-top:3px solid var(--cyan);background:var(--white);padding:1.3rem}.fact strong{font-size:1.08rem;display:block}.fact span{color:var(--muted);font-size:.92rem}.source-list a{color:var(--accent-dark);overflow-wrap:anywhere}.calculator{border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow);border-radius:24px;margin-block:4rem;padding:clamp(1.5rem,4vw,3rem)}.calculator>p{max-width:760px;color:var(--muted)}.calculator-grid{grid-template-columns:repeat(3,1fr) auto;align-items:end;gap:.9rem;margin-top:2rem;display:grid}.calculator label span{color:var(--muted);margin-bottom:.35rem;font-size:.84rem;font-weight:700;display:block}.calculator input{width:100%;min-height:48px;color:var(--ink);background:var(--white);border:1px solid #aebbc1;border-radius:9px;padding:.7rem .8rem}.calculator button{background:var(--accent);min-height:48px;color:var(--white);border:0;border-radius:9px;padding:.7rem 1.2rem;font-weight:850}.calculator input:focus-visible,.calculator button:focus-visible,a:focus-visible{outline:3px solid var(--cyan);outline-offset:3px}.calculator-result{background:var(--line);border:1px solid var(--line);border-radius:12px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:1.2rem;display:grid;overflow:hidden}.calculator-result div{background:#f8fafb;padding:1rem}.calculator-result span{color:var(--muted);font-size:.8rem;display:block}.calculator-result strong{margin-top:.3rem;font-size:1.25rem;display:block}.calculator-result--error{color:#8c1e10;background:#fff0ed;padding:1rem;display:block}.calculator-note{font-size:.85rem}.qualification-form{border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow);border-radius:24px;margin-block:0 5rem;padding:clamp(1.5rem,4vw,3rem)}.qualification-form>p{max-width:780px;color:var(--muted)}.qualification-form--launch{border-color:#b7dfe0}.qualification-config-note{border-left:4px solid var(--cyan);background:#eefafa;padding:.85rem 1rem;font-size:.9rem}.qualification-form h2{letter-spacing:-.035em;text-wrap:balance;margin:.5rem 0 1rem;font-size:clamp(1.8rem,4vw,3rem);line-height:1.08}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.form-grid label{color:var(--muted);align-content:start;gap:.35rem;font-size:.86rem;font-weight:750;display:grid}.form-grid input,.form-grid select,.form-grid textarea{width:100%;min-height:48px;color:var(--ink);background:var(--white);border:1px solid #aebbc1;border-radius:9px;padding:.7rem .8rem;font-weight:500}.form-grid textarea{resize:vertical}.form-field--wide{grid-column:1/-1}.form-consent{max-width:900px;color:var(--muted);grid-template-columns:auto 1fr;align-items:start;gap:.7rem;margin:1.2rem 0;font-size:.9rem;display:grid}.form-consent input{width:20px;height:20px;accent-color:var(--accent);margin:.15rem 0 0}.form-trap{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.form-status{min-height:1.6rem;color:var(--ink);margin:.75rem 0 0;font-weight:700}.form-grid input:focus-visible,.form-grid select:focus-visible,.form-grid textarea:focus-visible,.form-consent input:focus-visible{outline:3px solid var(--cyan);outline-offset:2px}.site-footer{color:#cbd8dc;background:#0b141d}.footer-inner{grid-template-columns:1.5fr 1fr auto;align-items:start;gap:2rem;width:min(1120px,100% - 2rem);margin:auto;padding:3rem 0;display:grid}.brand--footer{color:var(--white)}.footer-inner p{max-width:520px;font-size:.85rem}.footer-inner nav{gap:.45rem;display:grid}.footer-inner nav a{text-underline-offset:.2rem;text-decoration-color:#ffffff40}.prelaunch{color:#e5b953;white-space:nowrap}@media (width<=900px){.header-inner{gap:1rem;min-height:64px}.nav{display:none}.lang-switch{margin-left:auto}.card-grid,.facts,.steps,.calculator-grid{grid-template-columns:1fr 1fr}.calculator-result{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}}@media (width<=580px){.hero-inner,.content-shell,.feature-section,.calculator,.qualification-form,.footer-inner,.header-inner,.breadcrumbs{width:min(100% - 1.25rem,1120px)}.hero-inner{padding-block:4rem}.hero h1{font-size:clamp(2.4rem,13vw,4rem)}.card-grid,.facts,.steps,.calculator-grid,.form-grid,.footer-inner{grid-template-columns:1fr}.calculator,.qualification-form{border-radius:16px;padding:1.2rem}.form-field--wide{grid-column:auto}.footer-inner{gap:1rem}.prelaunch{white-space:normal}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
