:root{--orange:#ff6a00;--orange-2:#ff8a1f;--ink:#0a0a0a;--ink-2:#171717;--paper:#fff;--muted:#676767;--line:#e8e8e8;--soft:#f6f6f4;--success:#16813e;--radius-sm:10px;--radius-md:18px;--radius-lg:28px;--shadow:0 18px 70px #0000001a;--container:1280px;--gutter:24px;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-5:48px;--space-6:64px;--space-7:96px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}h1,h2,h3{letter-spacing:-.035em;margin:0;font-family:Space Grotesk,Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.08}p{margin:0}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(calc(100% - 48px), var(--container));margin-inline:auto}.site-header{z-index:20;backdrop-filter:blur(14px);background:#0a0a0aeb;border-bottom:1px solid #ffffff14;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:24px;min-height:76px;display:flex}.brand{align-items:center;min-width:160px;display:inline-flex}.brand img{width:174px;display:block}.nav-links{color:#efefef;align-items:center;gap:28px;font-size:14px;display:flex}.nav-links a:hover{color:var(--orange)}.nav-cta{border:1px solid var(--orange);color:var(--orange);border-radius:999px;padding:10px 16px;font-weight:700}.nav-actions{align-items:center;gap:18px;display:flex}.lang-switch{color:#999;letter-spacing:.06em;align-items:center;gap:7px;font-size:12px;font-weight:800;display:flex}.lang-switch a{color:#aaa}.lang-switch a:hover,.lang-switch a.active{color:var(--orange)}.lang-switch span{color:#555}.menu-btn{color:#fff;background:0 0;border:1px solid #fff3;border-radius:10px;width:44px;height:44px;display:none}.hero{color:#fff;background:radial-gradient(circle at 76% 20%,#ff6a0033,#0000 28%),linear-gradient(#0a0a0a 0%,#111 100%);overflow:hidden}.hero-grid{gap:var(--gutter);grid-template-columns:repeat(12,1fr);align-items:center;min-height:700px;padding-block:88px 104px;display:grid}.hero-copy{grid-column:1/span 6}.eyebrow{color:var(--orange);text-transform:uppercase;letter-spacing:.14em;margin-bottom:20px;font-size:12px;font-weight:800}.hero h1{max-width:760px;font-size:clamp(48px,6vw,78px)}.hero .lead{color:#c8c8c8;max-width:660px;margin-top:28px;font-size:18px}.actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 20px;font-weight:800;transition:all .2s;display:inline-flex}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{background:var(--orange-2);transform:translateY(-2px)}.btn-secondary{color:#fff;background:#171717;border-color:#3a3a3a}.btn-secondary:hover{border-color:#666}.microcopy{color:#969696;margin-top:14px;font-size:13px}.hero-visual{grid-column:7/span 6}.app-shell{color:var(--ink);background:#fff;border:1px solid #ffffff24;border-radius:24px;overflow:hidden;transform:perspective(1200px)rotateY(-2deg)rotateX(1deg);box-shadow:0 40px 100px #00000061}.app-top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:14px 18px;font-size:12px;display:flex}.app-top img{object-fit:contain;background:#000;border-radius:7px;width:30px;height:30px}.tabs{color:#686868;gap:18px;display:flex}.tabs strong{color:var(--ink);border-bottom:2px solid var(--orange);padding-bottom:12px}.app-body{padding:24px}.matrix{border-collapse:collapse;width:100%;font-size:13px}.matrix th,.matrix td{text-align:left;border-bottom:1px solid var(--line);padding:14px 12px}.matrix th{color:#777;font-weight:600}.score{font-weight:800}.best{color:var(--orange)}.recommendation{background:#fff6ee;border:1px solid #ffd2b1;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding:16px;display:flex}.recommendation strong{display:block}.badge{color:var(--success);background:#e9f7ee;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}section{padding-block:var(--space-7)}.section-head{max-width:760px;margin-bottom:52px}.section-head h2{font-size:clamp(36px,4vw,54px)}.section-head p{color:var(--muted);margin-top:18px;font-size:18px}.problem{background:var(--soft)}.cards{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;min-height:230px;padding:26px}.card .icon{width:44px;height:44px;color:var(--orange);background:#111;border-radius:12px;place-items:center;margin-bottom:24px;font-size:22px;display:grid}.card h3{margin-bottom:12px;font-size:22px}.card p{color:var(--muted)}.steps{counter-reset:step;grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.step{border-top:2px solid var(--ink);padding-top:24px;position:relative}.step:before{counter-increment:step;content:"0" counter(step);color:var(--orange);letter-spacing:.12em;font-size:13px;font-weight:900}.step h3{margin-top:18px;font-size:28px}.step p{color:var(--muted);margin-top:12px}.toolkit{background:var(--ink);color:#fff}.toolkit-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;display:grid}.toolkit h2{font-size:clamp(38px,5vw,64px)}.toolkit p{color:#bdbdbd;margin-top:20px;font-size:18px}.tool-card{color:var(--ink);box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:30px}.tool-card .mini{color:var(--orange);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900}.tool-card h3{margin-top:16px;font-size:32px}.tool-list{margin:22px 0 0;padding:0;list-style:none}.tool-list li{border-bottom:1px solid var(--line);padding:10px 0}.product-intro{max-width:820px;margin-bottom:44px}.product-intro h2{font-size:clamp(38px,5vw,64px)}.product-intro p{color:#bdbdbd;margin-top:20px;font-size:18px}.product-groups{gap:22px;display:grid}.product-group{background:#111;border:1px solid #2d2d2d;border-radius:24px;padding:28px}.group-head{justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px;display:flex}.group-head h3{font-size:30px}.group-head p{color:#999;max-width:580px;font-size:14px}.product-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.product-card{color:var(--ink);background:#fff;border:1px solid #ececec;border-radius:18px;flex-direction:column;min-height:205px;padding:22px;display:flex;position:relative}.product-card.featured{border:2px solid var(--orange)}.product-card h4{margin:14px 0 10px;font-family:Space Grotesk,Inter,sans-serif;font-size:22px;line-height:1.1}.product-card p{color:#666;margin:0;font-size:14px}.product-card .question{color:#222;margin-top:auto;padding-top:18px;font-weight:750}.tag-row{flex-wrap:wrap;gap:7px;display:flex}.tag{letter-spacing:.08em;text-transform:uppercase;color:#555;background:#f1f1f1;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900;display:inline-flex}.tag.orange{color:#c75000;background:#fff0e5}.tag.live{color:var(--success);background:#e9f7ee}.toolkit .actions{margin-top:34px}.toolkit .btn-secondary{background:#171717}.family-strip{background:#dedede;border:1px solid #dedede;border-radius:20px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:46px;display:grid;overflow:hidden}.family{background:#fff;padding:24px}.family strong{font-size:18px;display:block}.family span{color:#777;margin-top:6px;font-size:14px;display:block}.about{grid-template-columns:5fr 7fr;align-items:start;gap:64px;display:grid}.about-mark{background:#000;border-radius:24px;place-items:center;min-height:360px;display:grid}.about-mark img{width:min(62%,280px)}.about h2{font-size:clamp(36px,4vw,54px)}.about p{color:var(--muted);margin-top:18px;font-size:18px}.final-cta{text-align:center;background:#fff3e9;border-top:1px solid #ffd8ba;border-bottom:1px solid #ffd8ba}.final-cta h2{font-size:clamp(38px,5vw,64px)}.final-cta p{color:var(--muted);max-width:700px;margin:18px auto 0}.final-cta .actions{justify-content:center}footer{color:#aaa;background:#090909;padding:38px 0}.footer-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}footer img{width:150px}.footer-links{gap:20px;font-size:14px;display:flex}.prototype-note{z-index:30;color:#eee;background:#111;border:1px solid #333;border-radius:999px;padding:10px 14px;font-size:12px;position:fixed;bottom:16px;right:16px;box-shadow:0 10px 30px #00000040}@media (width<=980px){.nav-links,.nav-cta{display:none}.nav-actions{margin-left:auto}.menu-btn{place-items:center;display:inline-grid}.nav.open .nav-links{background:#0a0a0a;border-top:1px solid #222;flex-direction:column;align-items:flex-start;padding:24px;display:flex;position:absolute;top:76px;left:0;right:0}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy,.hero-visual{grid-column:1}.hero-visual{margin-top:24px}.cards{grid-template-columns:repeat(2,1fr)}.toolkit-grid,.about{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.family-strip{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:36px}}@media (width<=640px){.container{width:min(calc(100% - 32px), var(--container))}.hero-grid{gap:38px;padding-block:56px 72px}.hero h1{font-size:43px}.hero .lead{font-size:16px}.actions .btn{width:100%}.cards,.product-grid{grid-template-columns:1fr}.group-head{flex-direction:column;align-items:flex-start}section{padding-block:72px}.app-shell{border-radius:18px;transform:none}.app-body{overflow-x:auto}.matrix{min-width:620px}.tabs{display:none}.prototype-note{left:16px;right:auto}}:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.product-card.featured{transition:transform .2s,box-shadow .2s}.product-card.featured:hover{transform:translateY(-3px);box-shadow:0 18px 50px #0000001f}.product-hero{color:#fff;background:radial-gradient(circle at 80% 18%,#ff6a0038,#0000 30%),linear-gradient(#0a0a0a,#121212)}.product-hero-grid{grid-template-columns:1.25fr .75fr;align-items:center;gap:72px;min-height:620px;padding-block:96px;display:grid}.product-hero h1{max-width:900px;font-size:clamp(46px,6vw,74px)}.product-hero .lead{color:#c8c8c8;max-width:760px;margin-top:26px;font-size:18px}.product-eyebrow{margin-top:24px}.decision-panel{color:var(--ink);border-top:4px solid var(--orange);background:#fff;border-radius:24px;padding:34px;box-shadow:0 35px 90px #00000052}.decision-label{color:var(--orange);text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;display:block}.decision-panel strong{margin-top:14px;font-family:Space Grotesk,Inter,sans-serif;font-size:34px;line-height:1.08;display:block}.decision-panel p{color:var(--muted);margin-top:18px}.feature-band{background:var(--ink);color:#fff}.light-head p,.feature-band .section-head p{color:#bdbdbd}.product-fit p{color:var(--muted);margin-top:0;font-size:18px}.product-fit p+p{margin-top:16px}@media (width<=980px){.nav{position:relative}.nav.open .nav-links{z-index:50;box-shadow:0 18px 35px #0000004d}.nav.open .nav-links a{width:100%;padding:10px 0}.product-hero-grid{grid-template-columns:1fr;gap:42px;min-height:auto;padding-block:72px}}@media (width<=640px){.brand{min-width:0}.brand img{width:145px}.nav{gap:12px;min-height:68px}.nav-actions{gap:10px}.lang-switch{font-size:11px}.menu-btn{width:40px;height:40px}.nav.open .nav-links{padding:18px 16px 22px;top:68px}.hero h1,.product-hero h1{font-size:clamp(39px,12vw,50px)}.section-head h2,.about h2,.final-cta h2,.product-intro h2{font-size:clamp(34px,10vw,46px)}.hero-grid{padding-block:48px 64px}.app-top{gap:8px}.app-top>strong{max-width:180px;line-height:1.25}.recommendation{flex-direction:column;align-items:flex-start}.card{min-height:auto}.product-group{border-radius:20px;padding:20px}.family{padding:20px}.about{gap:32px}.about-mark{min-height:260px}.footer-row{flex-direction:column;align-items:flex-start}.footer-links{flex-wrap:wrap}.product-hero-grid{padding-block:56px}.decision-panel{border-radius:18px;padding:26px}.decision-panel strong{font-size:29px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}@media (width<=980px) and (width>=641px){.hero-visual{min-width:0}.app-shell{width:100%;max-width:100%;transform:none}.app-body{padding:18px;overflow:visible}.matrix{table-layout:fixed;width:100%;font-size:12px}.matrix th,.matrix td{overflow-wrap:anywhere;padding:11px 8px}.recommendation{flex-wrap:wrap}}html,body{max-width:100%;overflow-x:clip}.hero-grid,.hero-copy,.hero-visual,.toolkit-grid,.about,.product-hero-grid,.product-intro,.product-group,.product-card,.app-shell,.app-body{min-width:0}img,svg,video,canvas{max-width:100%;height:auto}@media (width<=980px){.hero-grid{grid-template-columns:minmax(0,1fr)}.hero-copy,.hero-visual{width:100%;max-width:100%}.hero h1,.hero .lead,.microcopy{overflow-wrap:anywhere;max-width:100%}.actions{width:100%;min-width:0}.actions .btn{white-space:normal;text-align:center;max-width:100%}.app-shell{width:100%;max-width:100%}.app-body{width:100%;max-width:100%;overflow:hidden}.matrix{table-layout:fixed;width:100%;min-width:0;max-width:100%}.matrix th,.matrix td{overflow-wrap:anywhere;word-break:normal}}@media (width<=640px){.container{width:calc(100% - 32px);max-width:var(--container)}.hero-grid{grid-template-columns:minmax(0,1fr)}.hero h1,.product-hero h1{overflow-wrap:normal;word-break:normal;font-size:clamp(36px,10.8vw,46px)}.hero .lead{font-size:16px}.app-body{padding:14px 12px;overflow:hidden}.matrix{table-layout:fixed;width:100%;min-width:0;font-size:10px}.matrix th,.matrix td{padding:10px 4px;line-height:1.25}.matrix th:first-child,.matrix td:first-child{width:30%}.matrix th:nth-child(2),.matrix td:nth-child(2){width:16%}.matrix th:nth-child(n+3),.matrix td:nth-child(n+3){width:18%}.recommendation{width:100%;min-width:0}}@supports not (overflow:clip){html,body{overflow-x:hidden}}
