:root{--blush:#fff3f1;--paper:#fffdfa;--teal:#017188;--deep:#074d5b;--coral:#ed795b;--ink:#2f2f2f;--muted:#656565;--line:rgba(47,47,47,.12);--mint:#dff3f5;--yellow:#f4db7d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--blush);color:var(--ink);font:14px/1.6 Epilogue,Arial,sans-serif}img{display:block;max-width:100%}a{color:inherit}.wrap{width:min(1180px,calc(100% - 48px));margin-inline:auto}.site-head{height:92px;display:flex;align-items:center;gap:30px}.brand img{width:178px;height:auto}.site-nav{display:flex;align-items:center;gap:28px;margin-left:auto}.site-nav a{text-decoration:none;font-size:12px;font-weight:700}.site-nav a:not(.button):hover{color:var(--teal)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:999px;background:var(--teal);color:white;text-decoration:none;font-weight:800;box-shadow:0 8px 22px rgba(1,113,136,.12);transition:transform .2s,background .2s}.button:hover{background:var(--deep);transform:translateY(-2px)}.button.coral{background:var(--coral)}.button.ghost{background:transparent;color:var(--teal);border:1px solid rgba(1,113,136,.32);box-shadow:none}.button.small{min-height:42px;padding:10px 18px}.menu-toggle{display:none;border:0;background:var(--mint);color:var(--teal);width:42px;height:42px;border-radius:50%;font-size:20px}.eyebrow{margin:0;color:var(--teal);font-size:10px;font-weight:800;letter-spacing:.19em;text-transform:uppercase}.hero{padding:62px 0 94px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);gap:70px;align-items:center}.hero h1{max-width:720px;font-size:clamp(50px,6vw,78px);line-height:.98;letter-spacing:-.062em;margin:18px 0 26px;font-weight:700}.hero h1 span:first-of-type{color:var(--teal)}.hero h1 span:last-of-type{color:var(--coral)}.hero-copy{max-width:650px;margin:0 0 13px;color:var(--muted);font-size:16px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:29px}.reassurance{display:flex;gap:22px;flex-wrap:wrap;margin:25px 0 0;color:var(--muted);font-size:11px}.reassurance span:before{content:'✓';display:inline-grid;place-items:center;width:19px;height:19px;margin-right:7px;border-radius:50%;background:var(--mint);color:var(--teal);font-weight:800}.hero-media{position:relative}.hero-media:before{content:'';position:absolute;inset:30px -30px -30px 30px;border-radius:42px;background:var(--coral);opacity:.16}.hero-media img{position:relative;width:100%;aspect-ratio:1;object-fit:cover;border-radius:40px;box-shadow:0 22px 60px rgba(49,55,56,.16)}.logo-band{background:#fff;border-block:1px solid var(--line);padding:30px 0}.logo-band p{text-align:center;margin:0;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.logo-row{display:grid;grid-template-columns:repeat(8,1fr);align-items:center;gap:30px;margin-top:23px}.logo-row img{width:100%;height:46px;object-fit:contain;filter:saturate(.85)}.section{padding:105px 0}.section.white{background:#fff}.section.deep{background:var(--deep);color:#fff}.section-head{max-width:760px}.section-head.center{text-align:center;margin-inline:auto}.section h2{font-size:clamp(38px,4.8vw,60px);line-height:1.04;letter-spacing:-.052em;margin:14px 0 20px}.section-head>p:last-child{color:var(--muted);font-size:16px}.deep .section-head>p:last-child{color:#cae5e9}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:48px}.value-card{min-height:225px;padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--paper)}.value-icon{width:48px;height:48px;border-radius:15px;background:var(--mint);color:var(--teal);display:grid;place-items:center;font-size:22px}.value-card h3{font-size:18px;letter-spacing:-.03em;margin:30px 0 9px}.value-card p{margin:0;color:var(--muted)}.category-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:85px;align-items:end}.category-intro>p{color:#cae5e9;font-size:16px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:44px}.category{min-height:135px;padding:21px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;justify-content:space-between}.category span{font-size:25px}.category b{font-size:15px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:50px;counter-reset:steps}.how-card{position:relative;padding:30px 28px 31px;border-top:1px solid var(--line)}.how-card:before{counter-increment:steps;content:counter(steps);width:42px;height:42px;border-radius:50%;background:var(--coral);color:#fff;display:grid;place-items:center;font-weight:800;margin-bottom:28px}.how-card h3{font-size:21px;letter-spacing:-.035em;margin:0 0 10px}.how-card p{color:var(--muted);margin:0}.product-proof{padding:90px 0;background:linear-gradient(180deg,#fff 0,#fff 55%,var(--blush) 55%)}.product-copy{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:36px}.product-copy h2{max-width:670px;margin-bottom:0}.product-copy p{max-width:410px;color:var(--muted)}.product-frame{overflow:hidden;border-radius:34px;box-shadow:0 25px 70px rgba(50,45,42,.13);background:#fff}.product-frame img{width:100%;height:auto}.faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.faq-list details{border-top:1px solid var(--line);padding:20px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;font-weight:800;font-size:15px}.faq-list p{color:var(--muted);max-width:680px}.final-cta{padding:0 0 95px}.cta-panel{position:relative;overflow:hidden;border-radius:34px;padding:64px;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-panel:after{content:'';position:absolute;width:280px;height:280px;border-radius:50%;right:-100px;top:-150px;background:var(--coral);opacity:.45}.cta-panel>div,.cta-panel>a{position:relative;z-index:1}.cta-panel h2{font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-.05em;margin:0 0 12px}.cta-panel p{margin:0;color:#d9f0f3}.site-foot{background:#fff;padding:54px 0 34px;border-top:1px solid var(--line)}.foot-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:60px}.foot-brand img{width:160px}.foot-brand p{max-width:360px;color:var(--muted);font-size:11px}.foot-links{display:grid;align-content:start;gap:9px}.foot-links b{margin-bottom:5px}.foot-links a{color:var(--muted);text-decoration:none;font-size:11px}.legal{display:flex;justify-content:space-between;gap:20px;padding-top:30px;margin-top:34px;border-top:1px solid var(--line);color:var(--muted);font-size:10px}
@media(max-width:960px){.hero-grid,.category-intro,.faq{grid-template-columns:1fr}.hero-grid{gap:45px}.hero-media{max-width:650px}.value-grid{grid-template-columns:1fr 1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.product-copy{align-items:flex-start;flex-direction:column}.logo-row{grid-template-columns:repeat(4,1fr)}.foot-grid{grid-template-columns:1fr 1fr}.foot-brand{grid-column:1/-1}}
@media(max-width:720px){.wrap{width:min(100% - 28px,1180px)}.site-head{height:76px}.brand img{width:148px}.site-nav{display:none;position:absolute;z-index:20;top:70px;left:14px;right:14px;padding:18px;border-radius:18px;background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.12);align-items:stretch;flex-direction:column}.site-nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.hero{padding:42px 0 70px}.hero-grid{grid-template-columns:1fr}.hero h1{font-size:46px}.hero-copy{font-size:14px}.hero-media:before{inset:18px -12px -18px 18px}.hero-media img{border-radius:27px}.section{padding:75px 0}.section h2{font-size:39px}.value-grid,.how-grid{grid-template-columns:1fr}.value-card{min-height:190px}.category-grid{grid-template-columns:1fr 1fr}.product-proof{padding:70px 0}.product-frame{border-radius:20px}.cta-panel{padding:38px 27px;align-items:flex-start;flex-direction:column}.foot-grid{grid-template-columns:1fr}.foot-brand{grid-column:auto}.legal{flex-direction:column}.logo-row{gap:17px}.logo-row img{height:40px}}
@media(max-width:430px){.hero h1{font-size:40px}.hero-actions,.reassurance{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.category-grid{grid-template-columns:1fr}.logo-row{grid-template-columns:repeat(2,1fr)}.cta-panel .button{width:100%}}
