:root{
  --green:#17c685;
  --green-d:#11a86f;
  --dark:#11162a;
  --dark-2:#0c1020;
  --ink:#1c2233;
  --muted:#5b657a;
  --yellow:#ffe14d;
  --star:#f5b50a;
  --line:#e7ebf0;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',system-ui,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
.container{width:100%;max-width:1100px;margin:0 auto;padding:0 22px}
h1,h2,h3,h4{font-family:'Poppins',sans-serif;line-height:1.12;color:var(--ink)}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:8px;font-weight:700;border-radius:10px;
  padding:14px 26px;font-size:15px;cursor:pointer;transition:.18s;font-family:'Poppins',sans-serif;letter-spacing:.3px}
.btn-sm{padding:9px 18px;font-size:13px}
.btn-green{background:var(--green);color:#fff;box-shadow:0 8px 22px rgba(23,198,133,.35)}
.btn-green:hover{background:var(--green-d);transform:translateY(-2px)}
.btn-dark{background:var(--dark);color:#fff}
.btn-dark:hover{background:#000}
.btn-wide{width:100%;justify-content:center;background:var(--green);color:#fff;font-size:17px;padding:16px}
.btn-wide:hover{background:var(--green-d)}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:#7fd9af}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:60px}
.brand{display:flex;align-items:center;gap:10px;font-weight:700}
.brand-icon{display:grid;place-items:center;width:30px;height:30px;background:var(--green);color:#fff;border-radius:8px;font-weight:800}
.brand-name{font-family:'Poppins';font-weight:700;font-size:17px;color:#0f1726}

/* hero */
.hero{background:linear-gradient(160deg,#79d9ad 0%,#a9e9c9 35%,#dff6ec 75%,#f4fbf7 100%);
  padding:46px 0 60px;text-align:center}
.hero-eyebrow{color:#0f6b48;font-weight:600;font-size:14px;margin-bottom:14px}
.hero-title{font-size:58px;font-weight:900;color:#0e1626;letter-spacing:-1px}
.hero-sub{margin:20px auto 0;max-width:560px;font-size:17px;color:#163a2b;font-weight:500}
.hero-sub mark{background:var(--yellow);padding:0 6px;border-radius:5px;color:#1c2233;font-weight:700}
.hero-art{margin:30px auto 0;max-width:780px}
.hero-art img{margin:0 auto;border-radius:8px}

.badges{display:flex;flex-wrap:wrap;justify-content:center;gap:30px 38px;margin-top:34px}
.badge{display:flex;align-items:center;gap:10px;max-width:200px;text-align:left}
.badge-ico{font-size:26px;color:#143}
.badge-txt{font-size:11px;line-height:1.3;color:#173}
.badge-txt b{font-size:12px;color:#0e1626}
.hero-cta{display:flex;justify-content:center;margin-top:40px}

/* generic section titles */
.section-title{text-align:center;font-size:36px;font-weight:800;letter-spacing:-.5px}
.section-sub{text-align:center;color:var(--muted);margin-top:14px;font-size:15px}
.eyebrow-green{color:var(--green);font-weight:700;font-size:13px;letter-spacing:1.5px;text-transform:uppercase}
.eyebrow-green.center{text-align:center}

/* benefits */
.benefits{padding:70px 0}
.benefits-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:40px;margin-top:48px;align-items:start}
.preview-card{background:var(--dark);border-radius:18px;padding:22px;color:#fff}
.preview-card h3{color:#fff;text-align:center;font-size:20px;font-weight:700}
.preview-tabs{display:flex;justify-content:center;gap:14px;margin:14px 0 16px;font-size:11px;color:#cdd5e0}
.preview-card img{border-radius:8px;margin:0 auto}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.check-item{display:flex;align-items:center;gap:12px;background:#f6f8fa;border-radius:10px;
  padding:16px 18px;font-weight:600;font-size:15px}
.check-item i{display:grid;place-items:center;min-width:22px;height:22px;background:var(--green);
  color:#fff;border-radius:50%;font-style:normal;font-size:12px;font-weight:700}

/* dark features */
.dark-features{background:var(--dark);padding:70px 0}
.feature-row{display:grid;grid-template-columns:420px 1fr;gap:40px;align-items:center;margin-bottom:60px}
.feature-row.reverse{grid-template-columns:1fr 420px}
.feature-row.reverse .feature-card{order:2}
.feature-row.reverse .feature-label{order:1;text-align:right}
.feature-card{background:#1b2236;border-radius:18px;padding:24px}
.feature-card h3{color:#fff;text-align:center;font-size:19px;margin-bottom:18px;font-weight:700}
.feature-card-body{display:flex;gap:18px;align-items:flex-start}
.dot-list{list-style:none;display:flex;flex-direction:column;gap:9px;font-size:13px;color:#dfe5ef}
.dot-list li{display:flex;align-items:center;gap:9px}
.dot-list li::before{content:"✓";display:grid;place-items:center;min-width:18px;height:18px;
  background:var(--green);border-radius:50%;color:#fff;font-size:10px}
.feature-card-body img{border-radius:8px;flex:1;min-width:0}
.feature-label{color:#fff;font-family:'Poppins';font-weight:700;font-size:26px}

/* functions */
.functions{padding:70px 0;text-align:center;background:#fafcfb}
.emoji-row{font-size:26px;margin:14px 0 30px}
.video-thumb{position:relative;max-width:430px;margin:0 auto;border-radius:14px;overflow:hidden;
  box-shadow:0 18px 40px rgba(0,0,0,.12)}
.video-thumb img{width:100%}
.video-thumb .play{position:absolute;inset:0;margin:auto;width:62px;height:62px;background:var(--green);
  color:#fff;border-radius:50%;display:grid;place-items:center;font-size:24px;padding-left:4px}
.func-cap{font-family:'Poppins';font-weight:700;margin:34px 0 26px;font-size:17px}
.video-thumb.tall{max-width:430px}

/* anywhere */
.anywhere{padding:60px 0}
.anywhere-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center}
.anywhere-phone img{margin:0 auto;max-width:280px}
.anywhere-text h2{font-size:46px;font-weight:900;margin:6px 0 18px;letter-spacing:-1px}
.anywhere-text p{color:var(--muted);margin-bottom:14px}
.anywhere-text .btn{margin-top:10px}

/* testimonials */
.testimonials{padding:70px 0;background:#fafcfb}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:46px}
.testi-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;
  box-shadow:0 6px 18px rgba(20,30,60,.04)}
.testi-card h4{font-size:17px;margin-bottom:12px}
.testi-card p{font-size:14px;color:var(--muted);margin-bottom:14px}
.stars{color:var(--star);letter-spacing:2px;margin-bottom:14px}
.testi-author{display:flex;align-items:center;gap:10px;font-size:13px}
.testi-author .avatar{width:38px;height:38px;border-radius:50%;
  background:linear-gradient(135deg,#cdd6e0,#9fb0c2);display:block}
.testi-author small{color:#9aa4b2}

/* business */
.business{background:var(--dark);padding:60px 0;color:#fff}
.business-intro{max-width:760px;margin:0 auto 30px;text-align:center;font-size:13px;color:#9aa6bb}
.business-inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-top:28px}
.business-inner img{border-radius:10px}
.business-text h2{color:#fff;font-size:30px;font-weight:800}
.business-text h3{color:var(--green);font-size:18px;margin:8px 0 18px;font-weight:700}
.check-list{list-style:none;display:flex;flex-direction:column;gap:12px}
.check-list li{display:flex;align-items:center;gap:12px;color:#e4e9f1;font-size:15px}
.check-list li::before{content:"✓";display:grid;place-items:center;min-width:22px;height:22px;
  background:var(--green);border-radius:50%;color:#fff;font-size:12px}

/* cta band */
.cta-band{padding:56px 0;text-align:center;background:#fafcfb}
.cta-title{font-size:42px;font-weight:900;margin:10px 0 24px}
.cta-features{display:flex;flex-wrap:wrap;justify-content:center;gap:26px;color:var(--green);
  font-weight:700;font-size:13px;letter-spacing:.5px}

/* pricing */
.pricing{background:linear-gradient(160deg,#dff6ec,#f4fbf7);padding:60px 0}
.pricing-art{max-width:640px;margin:0 auto 36px}
.offer-card{max-width:820px;margin:0 auto;background:#fff;border-radius:22px;padding:40px;
  box-shadow:0 30px 60px rgba(20,40,30,.12)}
.offer-eyebrow{text-align:center;color:var(--green);font-weight:700;font-size:12px;letter-spacing:1.5px}
.offer-title{text-align:center;font-size:32px;font-weight:900;margin:8px 0 28px}
.price-cols{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:26px}
.price-normal,.price-today{border-radius:16px;padding:22px;text-align:center;position:relative}
.price-normal{background:#f6f8fa}
.price-today{background:#eafaf3;border:2px solid var(--green)}
.plabel{display:block;font-size:11px;letter-spacing:1px;color:var(--muted);font-weight:700;text-transform:uppercase}
.pold{display:block;font-size:32px;font-weight:900;color:var(--ink);margin-top:8px;text-decoration:line-through;text-decoration-color:#cbd3dd}
.price-normal small{color:var(--muted);font-size:11px}
.pstrike{display:block;font-size:12px;color:#9aa4b2;text-decoration:line-through;margin-top:6px}
.pnow{display:block;font-size:46px;font-weight:900;color:var(--green-d)}
.badge-80{position:absolute;top:-12px;right:14px;background:var(--yellow);color:#1c2233;
  font-weight:800;font-size:12px;padding:5px 12px;border-radius:20px}
.click-here{text-align:center;color:#9aa4b2;font-size:12px;margin:8px 0 26px}
.includes-title{font-size:17px;margin-bottom:18px}
.includes-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:30px}
.includes-grid .check-item{background:#f6f8fa;font-size:13px;font-weight:600;padding:12px 14px}

.bonos-head{color:#0e1626;font-weight:800;font-family:'Poppins';margin-bottom:14px}
.bonos{display:flex;flex-direction:column;gap:12px}
.bono{display:flex;align-items:center;gap:14px;background:#fff8e6;border:1px solid #ffe9a8;
  border-radius:12px;padding:14px 18px}
.bono-ico{font-size:22px}
.bono div{flex:1}
.bono small{color:var(--muted);font-size:12px}
.bono-val{color:#e0a106;font-weight:700;font-size:12px;white-space:nowrap}
.bonos-total{text-align:center;margin:18px 0 24px;color:var(--muted);font-size:14px}
.bonos-total b{color:#e0a106}

.offer-features{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:26px}
.offer-features span{display:flex;align-items:center;gap:6px;color:#2a3344;font-weight:700;font-size:13px}
.offer-features span::before{content:"";width:18px;height:18px;background:var(--green);border-radius:50%;
  display:inline-block}

.countdown-box{background:#f6f8fa;border-radius:16px;padding:24px;text-align:center;margin-bottom:24px}
.cd-title{font-weight:700;color:#c0392b;margin-bottom:16px}
.countdown{display:flex;justify-content:center;align-items:center;gap:10px}
.countdown em{font-size:26px;font-weight:800;color:#1c2233}
.cd-unit{background:var(--dark);color:#fff;border-radius:10px;padding:12px 16px;min-width:64px}
.cd-unit span{display:block;font-family:'Poppins';font-weight:800;font-size:26px}
.cd-unit small{font-size:9px;letter-spacing:1px;color:#9aa6bb}
.trust-line{text-align:center;color:var(--muted);font-size:13px}

/* faq */
.faq{padding:70px 0}
.faq .section-title{max-width:560px;margin:14px auto 0}
.faq-list{max-width:720px;margin:46px auto 0;display:flex;flex-direction:column;gap:14px}
.faq-list details{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}
.faq-list summary{list-style:none;cursor:pointer;padding:20px 22px;font-family:'Poppins';
  font-weight:600;font-size:16px;display:flex;justify-content:space-between;align-items:center}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"⌄";font-size:20px;color:#9aa4b2;transition:.2s}
.faq-list details[open] summary::after{transform:rotate(180deg)}
.faq-list p{padding:0 22px 20px;color:var(--muted);font-size:14px}

/* footer */
.site-footer{background:var(--dark);color:#cbd3e0;padding:54px 0 40px}
.footer-notice{max-width:840px;margin:0 auto 30px;text-align:center;font-size:14px;color:#aeb8c9;line-height:1.7}
.footer-notice b{color:#e9eef6}
.site-footer hr{border:none;border-top:1px solid #25304a;margin:26px 0}
.footer-bar{display:flex;justify-content:space-between;align-items:center}
.footer-bar .brand-name{color:#fff}
.footer-mail{color:#cbd3e0;font-size:14px}
.footer-copy{text-align:center;color:#7d889b;font-size:13px}

/* responsive */
@media(max-width:860px){
  .hero-title{font-size:38px}
  .anywhere-text h2{font-size:34px}
  .benefits-grid,.feature-row,.feature-row.reverse,.anywhere-inner,.business-inner,
  .testi-grid,.price-cols,.includes-grid{grid-template-columns:1fr}
  .feature-row.reverse .feature-card{order:0}
  .feature-row.reverse .feature-label{order:0;text-align:center}
  .feature-label{text-align:center}
  .section-title{font-size:28px}
  .offer-card{padding:24px}
  .bono{flex-wrap:wrap}
  .cd-unit{min-width:54px;padding:10px}
}
