:root{--ink:#132a2f;--muted:#587078;--cream:#f7f4ee;--mint:#e6f3ef;--green:#0d5b52;--green2:#147a6d;--orange:#ef6b35;--orange2:#d95623;--line:#d8e4df;--white:#fff;--shadow:0 22px 60px rgba(21,48,46,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}.narrow{max-width:760px}.center{text-align:center}.topline{height:34px;display:flex;align-items:center;justify-content:center;background:#0e3b38;color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em}.site-header{height:72px;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(13,91,82,.1);position:sticky;top:0;z-index:20;backdrop-filter:blur(14px)}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font:800 22px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.04em}.brand>span:last-child>span{color:var(--green2)}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(145deg,var(--green2),var(--green));color:#fff;font-size:18px;box-shadow:0 8px 20px rgba(13,91,82,.2)}nav{display:flex;gap:30px}nav a{text-decoration:none;color:#3f5a60;font-size:14px;font-weight:600}nav a:hover{color:var(--green)}.hero{background:linear-gradient(135deg,#f4f1e9 0%,#edf6f1 100%);padding:62px 0 58px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:64px}.rating{margin:0 0 16px;color:#3d5457;font-size:14px}.rating span{color:#f3a51e;letter-spacing:1px}.eyebrow{margin:0 0 12px;color:var(--green2);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.hero h1,.section h2{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.045em;line-height:1.08}.hero h1{font-size:clamp(44px,5.1vw,68px);margin:0 0 22px;max-width:700px}.lead{font-size:19px;line-height:1.65;color:#425c62;margin:0 0 23px;max-width:630px}.hero-points{list-style:none;padding:0;margin:0 0 27px;display:grid;gap:8px;font-weight:600}.hero-points span{color:var(--green2);margin-right:8px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:14px 24px;border-radius:14px;background:linear-gradient(180deg,var(--orange),var(--orange2));color:#fff;text-decoration:none;font-weight:800;box-shadow:0 12px 26px rgba(217,86,35,.25);transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(217,86,35,.32)}.btn:focus-visible,.sticky-btn:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #f3a51e;outline-offset:3px}.cta-note{font-size:13px;color:#63787c;margin:12px 0 0}.hero-media{position:relative}.hero-media:before{content:"";position:absolute;inset:8% -10% -10% 16%;background:#cde5dc;border-radius:46% 54% 44% 56%;transform:rotate(8deg)}.hero-media img{position:relative;width:100%;border-radius:36px;box-shadow:var(--shadow);object-fit:cover}.hero-badge{position:absolute;right:-24px;bottom:28px;background:#fff;padding:16px 18px;border-radius:16px;box-shadow:var(--shadow);display:grid;gap:3px;min-width:225px}.hero-badge strong{font:800 18px/1.2 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.hero-badge span{font-size:12px;color:var(--muted);line-height:1.45}.trust-band{border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{display:flex;align-items:center;gap:12px;padding:22px 17px;border-right:1px solid var(--line)}.trust-grid>div:first-child{padding-left:0}.trust-grid>div:last-child{border-right:0}.trust-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--mint);color:var(--green);font-weight:800}.trust-grid p{margin:0;display:grid}.trust-grid strong{font-size:14px}.trust-grid small{color:var(--muted)}.section{padding:100px 0}.section h2{font-size:clamp(34px,4vw,53px);margin:0 0 20px}.section h3{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.025em;line-height:1.2}.intro-section{background:#fff}.intro-section>.narrow>p:last-child{color:var(--muted);font-size:18px}.split{display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:center}.story-card{margin-top:58px;background:var(--cream);border-radius:28px;padding:24px}.story-card img{border-radius:20px;aspect-ratio:1.4/1;object-fit:cover}.story-copy{padding:20px 28px 20px 0}.story-copy h3{font-size:34px;margin:0 0 15px}.story-copy p:not(.eyebrow){color:var(--muted)}.number{display:inline-block;font:800 66px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#c4ddd5;margin-bottom:12px}.micro-features{display:flex;gap:7px;flex-wrap:wrap;margin-top:22px}.micro-features span{background:#fff;border:1px solid var(--line);padding:7px 10px;border-radius:999px;font-size:12px;font-weight:700}.feature-section{background:#f2f7f5}.section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:42px}.section-head h2{margin-bottom:0}.section-head>p{color:var(--muted);font-size:17px;margin-bottom:8px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:58px}.steps article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:25px}.steps article>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--mint);color:var(--green);font-weight:800}.steps h3{margin:20px 0 8px}.steps p{color:var(--muted);margin:0}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.feature{border-radius:26px;overflow:hidden;background:#fff;min-height:400px}.feature-wide{grid-column:1/-1;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center}.feature-wide>div{padding:54px}.feature-wide h3{font-size:38px;margin:0 0 16px}.feature-wide p:not(.eyebrow){color:var(--muted)}.feature-wide img{width:100%;height:100%;object-fit:cover;max-height:510px}.feature.dark{padding:46px;background:#103b3a;color:#fff}.feature.dark .eyebrow{color:#81d1bf}.feature.dark h3{font-size:40px;margin:0 0 16px}.feature.dark p{color:#d0dfdc}.feature.dark ul{list-style:none;padding:0;margin:35px 0 0;display:grid;gap:14px}.feature.dark li{border-top:1px solid rgba(255,255,255,.15);padding-top:14px}.image-card{display:flex;flex-direction:column}.image-card img{height:240px;width:100%;object-fit:cover}.image-card>div{padding:28px 34px}.image-card h3{font-size:26px;margin:0 0 10px}.image-card p:not(.eyebrow){color:var(--muted);margin-bottom:0}.spec-section{background:#fff}.spec-layout>div:first-child>p:not(.eyebrow){color:var(--muted);font-size:17px}.text-link{display:inline-block;margin-top:16px;color:var(--green);font-weight:800;text-decoration:none}.spec-list{border-top:1px solid var(--line)}.spec-list>div{display:grid;grid-template-columns:82px 1fr;align-items:center;border-bottom:1px solid var(--line);padding:22px 0}.spec-list b{font:800 30px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--green)}.spec-list span{display:grid;color:var(--muted);font-size:14px}.spec-list strong{color:var(--ink);font-size:16px}.comparison-section{background:var(--cream)}.comparison{display:grid;grid-template-columns:1fr 56px 1fr;align-items:center;max-width:940px;margin-top:48px}.compare-card{background:#fff;border:1px solid #e3e0d8;border-radius:24px;padding:38px}.compare-card.recommended{border:2px solid var(--green2);box-shadow:var(--shadow);position:relative}.pill{position:absolute;left:26px;top:-15px;background:var(--green);color:#fff;padding:6px 13px;border-radius:999px;font-size:12px;font-weight:800}.compare-card h3{font-size:27px;margin:4px 0 5px}.compare-sub{color:var(--muted);margin-top:0}.compare-card ul{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:12px}.recommended li{font-weight:600}.versus{height:56px;width:56px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line);font-weight:800;z-index:1}.offer-section{background:#fff}.offer-card{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;background:linear-gradient(145deg,#0e4b47,#082f2d);color:#fff;border-radius:32px;overflow:hidden;min-height:570px}.offer-copy{padding:64px}.offer-copy h2{margin-bottom:20px}.offer-copy>p:not(.eyebrow){color:#cfe0dd;font-size:17px}.eyebrow.light{color:#8dd8c7}.offer-checks{list-style:none;padding:0;margin:28px 0;display:grid;gap:10px}.offer-checks li:before{content:'✓';color:#8dd8c7;margin-right:9px;font-weight:800}.btn-light{background:#fff;color:#0e4b47;box-shadow:none}.offer-copy small{display:block;color:#bcd2ce;margin-top:12px}.offer-card>img{width:100%;height:100%;object-fit:cover;clip-path:polygon(10% 0,100% 0,100% 100%,0 100%)}.guarantee{background:#eef6f3}.guarantee-grid{display:grid;grid-template-columns:110px 1fr auto;gap:34px;align-items:center}.guarantee-mark{width:100px;height:100px;display:grid;place-items:center;border-radius:50%;background:#fff;border:1px solid var(--line);font:800 38px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--green)}.guarantee-mark:after{content:'Tage';font:700 11px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;position:absolute;margin-top:48px}.guarantee h2{font-size:38px;margin-bottom:8px}.guarantee p:last-child{margin:0;color:var(--muted)}.btn-outline{background:transparent;color:var(--green);border:2px solid var(--green);box-shadow:none}.faq-section{background:#fff}.faq-list{max-width:880px;margin-top:42px}.faq-list details{border-top:1px solid var(--line);padding:0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;padding:23px 52px 23px 0;font:700 18px/1.4 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:8px;top:19px;font-size:28px;color:var(--green)}.faq-list details[open] summary:after{content:'−'}.faq-list details p{margin:-6px 60px 24px 0;color:var(--muted)}.final-cta{background:#f8f4ec;padding:80px 0}.final-cta h2{margin-bottom:12px}.final-cta>div>p:not(.rating){color:var(--muted);margin-bottom:25px}footer{background:#0e2829;color:#d2dedd;padding:54px 0 24px}.footer-main{display:grid;grid-template-columns:auto 1fr auto;gap:42px;align-items:start}.footer-brand{color:#fff}.footer-main>p{margin:0;font-size:13px;max-width:650px}.footer-links{display:flex;gap:18px;font-size:13px}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.13);margin-top:36px;padding-top:20px;font-size:12px;color:#91a5a5}.sticky-offer{position:fixed;left:0;right:0;bottom:0;z-index:40;background:rgba(255,255,255,.97);border-top:1px solid var(--line);box-shadow:0 -8px 30px rgba(18,45,45,.12);padding:10px max(16px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));transform:translateY(120%);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .2s ease}.sticky-offer.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.sticky-inner{width:min(1120px,100%);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.sticky-copy{display:grid;line-height:1.2}.sticky-copy strong{font:800 16px Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.sticky-copy span{font-size:12px;color:var(--muted)}.sticky-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:9px 20px;background:var(--orange);color:#fff;border-radius:12px;text-decoration:none;font-weight:800;white-space:nowrap}.cp7-legal{max-width:760px;margin:50px auto;padding:0 22px}.cp7-legal h1,.cp7-legal h2{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.cp7-legal a{color:var(--green)}
 .mobile-product-detail{display:none}
@media(max-width:900px){nav{display:none}.site-header{height:62px}.hero{padding:38px 0 48px}.hero-grid,.split,.section-head,.offer-card{grid-template-columns:1fr}.hero-grid{gap:36px}.hero-copy{display:flex;flex-direction:column}.rating{order:0}.eyebrow{order:1}.hero h1{order:2;font-size:42px}.lead{order:3}.mobile-proof{order:4}.hero-cta{order:5}.cta-note{order:6}.hero-media{order:7}.hero-badge{right:10px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div:nth-child(2){border-right:0}.trust-grid>div:first-child{padding-left:17px}.trust-grid>div{border-bottom:1px solid var(--line)}.section{padding:72px 0}.story-copy{padding:18px}.steps{grid-template-columns:1fr}.feature-wide{grid-template-columns:1fr}.feature-wide>div{padding:36px}.feature-wide img{max-height:380px}.feature-grid{grid-template-columns:1fr}.feature-wide{grid-column:auto}.comparison{grid-template-columns:1fr;gap:12px}.versus{margin:auto}.offer-card>img{height:360px;clip-path:none}.guarantee-grid{grid-template-columns:100px 1fr}.guarantee-grid .btn{grid-column:1/-1}.footer-main{grid-template-columns:1fr}.footer-links{margin-top:-10px}}
@media(max-width:520px){.wrap{width:min(100% - 32px,1180px)}.topline{height:30px;font-size:11px}.site-header{height:58px}.brand{font-size:19px}.brand-mark{width:34px;height:34px}.hero{padding-top:25px}.hero-grid{gap:28px}.hero h1{font-size:34px;line-height:1.06;margin-bottom:14px}.lead{font-size:15px;line-height:1.5;margin-bottom:14px}.mobile-proof{display:grid;grid-template-columns:1.05fr .95fr;gap:12px;align-items:stretch;margin-bottom:17px}.hero-points{font-size:13px;margin:0;gap:4px;align-content:center}.mobile-product-detail{display:block;width:100%;height:150px;object-fit:cover;object-position:center;border-radius:16px;box-shadow:0 8px 18px rgba(21,48,46,.15)}.hero .btn{width:100%;font-size:15px;min-height:54px;padding-inline:12px}.rating{font-size:12px;margin-bottom:9px}.hero-media{display:none}.trust-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0;padding:13px 0!important}.trust-icon{width:34px;height:34px}.section{padding:60px 0}.section h2{font-size:34px}.intro-section>.narrow>p:last-child{font-size:16px}.story-card{padding:12px;margin-top:34px;border-radius:22px;gap:12px}.story-card img{border-radius:16px}.story-copy{padding:15px 10px}.story-copy h3{font-size:28px}.number{font-size:50px}.section-head{gap:8px;margin-bottom:28px}.section-head>p{font-size:15px}.steps{gap:10px;margin-bottom:38px}.steps article{padding:21px}.feature-grid{gap:12px}.feature{min-height:auto;border-radius:22px}.feature-wide>div,.feature.dark{padding:30px 24px}.feature-wide h3,.feature.dark h3{font-size:30px}.feature-wide img{max-height:300px}.image-card img{height:220px}.image-card>div{padding:25px 24px}.spec-list>div{grid-template-columns:66px 1fr}.comparison{margin-top:34px}.compare-card{padding:31px 25px}.offer-card{border-radius:24px}.offer-copy{padding:38px 24px}.offer-copy .btn{width:100%;font-size:15px;padding-inline:12px}.offer-card>img{height:300px}.guarantee-grid{grid-template-columns:70px 1fr;gap:16px}.guarantee-mark{width:70px;height:70px;font-size:29px}.guarantee-mark:after{margin-top:35px;font-size:9px}.guarantee h2{font-size:29px}.faq-list{margin-top:28px}.faq-list summary{font-size:16px;padding:20px 40px 20px 0}.faq-list details p{margin:-4px 0 20px}.final-cta{padding:58px 0 72px}.final-cta .btn{width:100%;font-size:15px;padding-inline:12px}.footer-main{gap:25px}.footer-bottom{display:grid;gap:7px}.sticky-offer{padding-top:7px}.sticky-inner{gap:8px}.sticky-copy strong{font-size:14px}.sticky-copy span{font-size:11px}.sticky-btn{min-height:42px;padding:7px 11px;font-size:12px}}
@media(max-width:365px){.sticky-copy span{display:none}.sticky-btn{font-size:12px;padding-inline:11px}.hero h1{font-size:33px}.hero .btn,.offer-copy .btn,.final-cta .btn{font-size:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.sticky-offer{transition:none}}
