
:root{--navy:#071b2b;--green:#18b77d;--mint:#a8f0d0;--ivory:#f7f5ef;--ink:#10212a;--muted:#5e6d73;--line:#dce5e1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:Inter,system-ui,sans-serif;line-height:1.72}a{text-decoration:none;color:inherit}.nav{height:76px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:30;background:#f7f5efee;backdrop-filter:blur(14px);border-bottom:1px solid #071b2b18}.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:19px}.brand span{width:36px;height:36px;border-radius:12px;background:var(--navy);color:var(--mint);display:grid;place-items:center;font-size:13px}.nav nav{display:flex;gap:30px;font-size:14px;font-weight:650}.navActions{display:flex;gap:10px}.lang,.miniCta{border:1px solid #bccac5;background:transparent;border-radius:10px;padding:9px 13px;font-weight:700;cursor:pointer}.miniCta{background:var(--navy);color:white}.translation{position:fixed;z-index:35;right:25px;top:90px;max-width:430px;background:white;border:1px solid var(--line);box-shadow:0 18px 60px #071b2b24;padding:18px 20px;border-radius:16px;font-size:14px}.translation button{display:block;margin-top:8px;border:0;background:none;color:#087b58;font-weight:700}.hero{min-height:750px;background:var(--navy);color:white;display:grid;grid-template-columns:1.05fr .95fr;gap:5vw;padding:90px max(5vw,24px);align-items:center;overflow:hidden}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.18em;color:#0f8b64;margin:0 0 18px}.hero .eyebrow,.dark .eyebrow,.signupSection .eyebrow,.verdict .eyebrow{color:var(--mint)}h1{font-size:clamp(42px,5.8vw,78px);line-height:1.02;letter-spacing:-.055em;margin:0 0 28px;font-weight:760}h2{font-size:clamp(34px,4vw,56px);line-height:1.08;letter-spacing:-.045em;margin:0}h3{line-height:1.25}.overview{font-size:17px;color:#d6e3e5;line-height:1.75}.heroActions{display:flex;gap:14px;align-items:center;margin:30px 0 15px}.cta{display:inline-flex;background:var(--green);color:#041b16;border-radius:12px;padding:16px 21px;font-weight:800}.ghost{border:1px solid #ffffff3d;padding:15px 19px;border-radius:12px}.micro{font-size:12px;color:#92aeb4}.heroVisual{position:relative}.heroVisual img,.concept img,.backstage img{width:100%;height:auto;border-radius:28px;display:block}.heroVisual img{box-shadow:0 35px 90px #0008}.floatCard{position:absolute;left:-25px;bottom:-25px;background:white;color:var(--ink);padding:20px;width:215px;border-radius:18px}.floatCard small,.floatCard strong{display:block}.bars{display:flex;align-items:end;gap:6px;height:38px}.bars i{width:12px;background:var(--green);height:45%}.bars i:nth-child(2){height:75%}.bars i:nth-child(3){height:55%}.bars i:nth-child(4){height:95%}.trustbar{padding:23px max(5vw,24px);display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);background:white}.trustbar div{text-align:center;font-size:13px;font-weight:700}.trustbar b{color:#0f8b64;margin-right:10px}.section{padding:105px max(7vw,28px)}.intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.prose p,.twoCol p,.longNote,.signupSection p,.backstage p,.legitGrid p,.verdict p{color:#42565d}.answer{font-size:18px;color:var(--ink)!important;margin-top:20px}.dark{background:var(--navy);color:white}.dark .answer,.dark p{color:#cbdadd!important}.sectionHead{max-width:850px;margin-bottom:55px}.twoCol{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.twoCol blockquote{border-left:3px solid var(--green);margin:35px 0;padding:8px 22px;font-size:22px}.twoCol cite{display:block;font-size:13px;color:var(--mint)}.concept small{color:#8ba4aa}.whyGrid,.testimonialGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.whyGrid article,.testimonialGrid article{background:white;border:1px solid var(--line);border-radius:18px;padding:28px}.whyGrid p,.testimonialGrid p{color:var(--muted)}.longNote{max-width:900px;margin:45px auto 0;font-size:18px}.steps{background:white}.steps ol{list-style:none;padding:0;max-width:900px;margin:auto}.steps li{display:grid;grid-template-columns:75px 1fr;gap:25px;border-top:1px solid var(--line);padding:32px 0}.steps li span{font-size:45px;font-weight:200;color:#83a397}.steps h3{margin:0;font-size:23px}.steps li p{color:var(--muted)}.featureGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.featureGrid article{background:white;border:1px solid var(--line);border-radius:16px;padding:25px;transition:.25s}.featureGrid article:hover{transform:translateY(-4px);box-shadow:0 18px 45px #071b2b12}.featureGrid span{font-size:11px;font-weight:800;color:#0f8b64}.featureGrid h3{font-size:18px}.featureGrid p{font-size:14px;color:var(--muted)}.signupSection{background:var(--green);display:grid;grid-template-columns:1.25fr .75fr;gap:8vw}.cta.light{background:var(--navy);color:white;margin-top:15px}.disclosure{font-size:12px}.checklist{background:var(--navy);color:white;border-radius:25px;padding:35px;height:max-content}.checklist label{display:block;padding:14px 0;border-top:1px solid #ffffff20;font-size:14px}.checklist input{margin-right:10px}.prosCons{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.prosCons>div{padding:36px;border-radius:22px;background:white;border:1px solid var(--line)}.prosCons>div:first-child{background:#e6f7ef}.prosCons li{margin:13px 0}.backstage{display:grid;grid-template-columns:.85fr 1.15fr;gap:8vw;align-items:center;background:white}.backstage h3{margin-bottom:0}.legitimacy{background:#e9efec}.legitGrid{display:grid;grid-template-columns:1.25fr .75fr;gap:7vw}.legitGrid aside{background:var(--navy);color:white;border-radius:22px;padding:32px;height:max-content}.legitGrid aside li{padding:11px 0;border-bottom:1px solid #ffffff1f}.testimonials{background:var(--navy);color:white}.testimonialGrid article{background:#0e3044;border-color:#ffffff14}.testimonialGrid p{color:#d2dee1;font-size:17px}.testimonialGrid b{color:var(--mint);font-size:12px}.faq>div:last-child{max-width:900px}.faq details{border-top:1px solid #cbd7d2;padding:22px 0}.faq summary{cursor:pointer;font-size:19px;font-weight:700;display:flex;justify-content:space-between}.faq details p{color:var(--muted)}.verdict{background:var(--green);display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw}.risk{background:#06151f;color:#b9c8cd;padding:38px max(7vw,28px);font-size:13px}.risk strong{color:white;font-size:16px}footer{background:#030e15;color:#9cafb5;padding:60px max(7vw,28px);display:grid;gap:22px}footer .brand{color:white}footer>div:last-of-type{display:flex;gap:22px;flex-wrap:wrap;font-size:13px}@media(max-width:900px){.nav nav{display:none}.hero,.intro,.twoCol,.signupSection,.backstage,.legitGrid,.verdict{grid-template-columns:1fr}.featureGrid,.whyGrid,.testimonialGrid{grid-template-columns:1fr 1fr}.section{padding:80px 24px}}@media(max-width:580px){.miniCta{display:none}.heroActions{flex-direction:column;align-items:stretch}.featureGrid,.whyGrid,.testimonialGrid,.prosCons{grid-template-columns:1fr}.trustbar{grid-template-columns:1fr 1fr;gap:15px}.hero{min-height:auto}.section{padding:68px 20px}h1{font-size:43px}.translation{left:12px;right:12px}}
