:root{
  --bg:#FFFFFF;
  --bg-soft:#F3F6F5;
  --panel:#FFFFFF;
  --surface-dark:#101C21;
  --teal:#1B4B43;
  --teal-soft:rgba(27,75,67,0.07);
  --cta:#FF7A45;
  --cta-deep:#E8622C;
  --green:#178F63;
  --alert:#B14A3A;
  --ink:#12201C;
  --white:#FFFFFF;
  --grey:#5B6B66;
  --line:#E2E8E5;
  --sans:'Inter', -apple-system, sans-serif;
  --display:'Archivo Black', 'Inter', sans-serif;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:var(--sans);
  background:var(--bg);
  color:var(--ink);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;}
img{max-width:100%; display:block;}
.wrap{max-width:1120px; margin:0 auto; padding:0 20px;}
.badge{
  display:inline-block;
  font-size:11px;
  font-weight:700;
  letter-spacing:0.06em;
  color:var(--green);
  background:var(--teal-soft);
  border:1px solid rgba(63,201,139,0.35);
  padding:5px 10px;
  border-radius:2px;
}

/* ===== TOP BAR ===== */
.topbar{
  background:var(--bg-soft);
  border-bottom:1px solid var(--line);
  padding:14px 0;
}
.topbar-row{display:flex; align-items:center; justify-content:space-between;}
.brand{font-family:var(--display); font-size:18px; letter-spacing:0.01em;}
.topbar .ad-tag{font-size:11px; color:var(--grey);}

/* ===== HERO HEADLINE STRIP ===== */
.hero-strip{
  background:var(--bg-soft);
  padding:34px 0 30px;
  border-bottom:1px solid var(--line);
}
.hero-strip .badge{margin-bottom:16px;}
.hero-top{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:36px;
  align-items:start;
}
.hero-copy h1{
  font-family:var(--sans);
  font-weight:800;
  font-size:clamp(22px, 3.4vw, 34px);
  line-height:1.22;
  max-width:22ch;
}
.hero-copy h1 em{
  font-style:normal;
  color:var(--cta);
}
.hero-product{
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-product-card{
  position:relative;
  width:100%;
  background:linear-gradient(180deg, #FFFFFF 0%, var(--bg-soft) 100%);
  border:1px solid var(--line);
  border-radius:18px;
  padding:34px 22px 24px;
  box-shadow:0 20px 44px rgba(18,32,28,0.09);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.hero-product-card::before{
  content:'';
  position:absolute;
  top:50%; left:50%;
  width:260px; height:260px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:radial-gradient(circle, rgba(23,143,99,0.16) 0%, rgba(23,143,99,0) 72%);
  z-index:0;
}
.kit-label{
  position:absolute;
  top:14px; left:14px;
  font-size:10.5px;
  font-weight:700;
  letter-spacing:0.05em;
  color:var(--green);
  background:var(--teal-soft);
  border:1px solid rgba(23,143,99,0.25);
  padding:4px 9px;
  border-radius:3px;
  z-index:2;
}
.hero-product img{
  position:relative;
  z-index:1;
  width:100%;
  max-width:280px;
  filter:drop-shadow(0 14px 22px rgba(18,32,28,0.18));
}

/* ===== PHOTO STRIP ===== */
.photo-strip{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
  margin-top:26px;
}
.photo-card{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:6px;
  overflow:hidden;
}
.photo-card .ba{
  position:relative;
}
.ph-block{
  aspect-ratio:3/2;
  position:relative;
  overflow:hidden;
}
.ph-block img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.photo-card .cap{
  padding:10px 12px 12px;
  font-size:12.5px;
  color:var(--grey);
}

/* ===== BOLD HEADLINE SECTION ===== */
.bold-headline{
  padding:56px 0 10px;
  text-align:center;
}
.bold-headline h2{
  font-family:var(--display);
  font-size:clamp(30px, 6.5vw, 54px);
  line-height:1.08;
  letter-spacing:-0.01em;
}
.bold-headline h2 .line1{color:var(--ink); display:block;}
.bold-headline h2 .line2{color:var(--ink); display:block;}
.bold-headline h2 .line3{color:var(--cta); display:block;}
.bold-headline p{
  margin-top:20px;
  font-size:17px;
  color:var(--grey);
  max-width:44ch;
  margin-left:auto;
  margin-right:auto;
}

/* ===== MAIN GRID (content + sidebar) ===== */
.main-grid{
  display:grid;
  grid-template-columns:1fr 340px;
  gap:36px;
  padding:48px 0 64px;
  align-items:start;
}

/* Benefits */
.card-block{
  background:var(--bg-soft);
  border:1px solid var(--line);
  border-radius:8px;
  padding:26px;
  margin-bottom:22px;
}
.card-block h3{
  font-size:13px;
  font-weight:700;
  letter-spacing:0.04em;
  color:var(--green);
  margin-bottom:18px;
}
.benefit-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
}
.benefit{
  text-align:center;
  padding:6px;
}
.benefit .icon{
  width:32px; height:32px;
  margin:0 auto 10px;
  border-radius:50%;
  background:var(--green);
  color:var(--white);
  font-family:var(--display);
  font-size:14px;
  display:flex; align-items:center; justify-content:center;
}
.benefit p{font-size:13px; color:var(--grey); line-height:1.4;}

/* How it works */
.steps-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
}
.step-card{
  background:var(--bg-soft);
  border:1px solid var(--line);
  border-radius:6px;
  padding:18px 14px;
}
.step-card .num{
  width:26px; height:26px;
  border-radius:50%;
  background:var(--green);
  color:var(--white);
  font-weight:800;
  font-size:13px;
  display:flex; align-items:center; justify-content:center;
  margin-bottom:12px;
}
.step-card h4{font-size:13.5px; font-weight:700; margin-bottom:6px; letter-spacing:0.01em;}
.step-card p{font-size:12.5px; color:var(--grey); line-height:1.45;}

/* Trust badges */
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
}
.trust{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12.5px;
  color:var(--grey);
}
.trust svg{width:18px; height:18px; stroke:var(--green); fill:none; stroke-width:2; flex-shrink:0;}

/* ===== SIDEBAR ===== */
.sidebar{
  background:linear-gradient(180deg, var(--cta) 0%, var(--cta-deep) 100%);
  border-radius:10px;
  padding:26px 24px 28px;
  color:var(--surface-dark);
  position:sticky;
  top:20px;
}
.sidebar h3{
  font-family:var(--display);
  font-size:19px;
  line-height:1.2;
  margin-bottom:18px;
}
.price-row{
  background:var(--surface-dark);
  color:var(--white);
  border-radius:6px;
  padding:14px 16px;
  margin-bottom:10px;
}
.price-row .med{font-size:12px; color:var(--grey); font-weight:600; letter-spacing:0.03em; margin-bottom:4px;}
.price-row .amt{font-family:var(--display); font-size:26px; color:var(--white);}
.price-row .amt span{font-family:var(--sans); font-size:12px; font-weight:500; color:var(--grey);}

.finance-box{
  background:var(--surface-dark);
  border:1px solid #33291a;
  border-radius:6px;
  padding:14px 16px;
  margin:14px 0 18px;
  text-align:center;
}
.finance-box .label{font-size:10.5px; font-weight:700; letter-spacing:0.05em; color:var(--cta);}
.finance-box .amt{font-family:var(--display); font-size:28px; color:var(--white); margin-top:4px;}
.finance-box .amt span{font-family:var(--sans); font-size:12px; color:var(--grey); font-weight:500;}
.finance-box .fine{font-size:10.5px; color:var(--grey); margin-top:6px;}

.feature-list{list-style:none; margin-bottom:20px;}
.feature-list li{
  display:flex; align-items:center; gap:8px;
  font-size:13px; font-weight:600;
  padding:6px 0;
}
.feature-list svg{width:15px; height:15px; stroke:var(--surface-dark); fill:none; stroke-width:3; flex-shrink:0;}

.btn-cta{
  display:block;
  width:100%;
  background:var(--surface-dark);
  color:var(--cta);
  font-weight:700;
  font-size:14.5px;
  letter-spacing:0.02em;
  text-align:center;
  padding:15px;
  border-radius:5px;
  text-decoration:none;
  border:none;
  cursor:pointer;
}
.btn-cta:hover{background:#000;}
.btn-cta:focus-visible{outline:3px solid var(--surface-dark); outline-offset:3px;}
.cta-sub{
  text-align:center;
  font-size:11.5px;
  font-weight:600;
  margin-top:8px;
  color:rgba(14,17,19,0.75);
}

/* ===== FINAL CTA BAND ===== */
.cta-band{
  background:var(--bg-soft);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:56px 0;
  text-align:center;
}
.cta-band h2{
  font-family:var(--display);
  font-size:clamp(24px, 4.5vw, 34px);
  max-width:18ch;
  margin:0 auto 14px;
  line-height:1.2;
}
.cta-band p{color:var(--grey); max-width:46ch; margin:0 auto 26px; font-size:15px;}
.btn-lg{
  display:inline-block;
  background:var(--cta);
  color:var(--surface-dark);
  font-weight:700;
  font-size:15px;
  padding:16px 34px;
  border-radius:5px;
  text-decoration:none;
}
.btn-lg:hover{background:var(--cta-deep);}

/* ===== FOOTER ===== */
footer{
  background:var(--surface-dark);
  padding:36px 0 40px;
  font-size:11.5px;
  line-height:1.7;
  color:#93A29D;
}
footer p{margin-bottom:10px;}
footer strong{color:var(--white);}
.disclaim-top{
  font-size:12px;
  color:var(--grey);
  text-align:center;
  padding:20px 0;
  border-top:1px solid var(--line);
}

/* ===== AGITATE / STORY SECTION ===== */
.agitate{
  padding:52px 0 8px;
}
.agitate .eyebrow{
  font-size:13px;
  font-weight:700;
  letter-spacing:0.04em;
  color:var(--alert);
  margin-bottom:14px;
}
.agitate h2{
  font-family:var(--display);
  font-size:clamp(24px, 4vw, 32px);
  line-height:1.2;
  max-width:20ch;
  margin-bottom:18px;
}
.agitate p{
  color:var(--grey);
  font-size:16px;
  line-height:1.65;
  max-width:62ch;
  margin-bottom:16px;
}
.agitate .pivot{
  color:var(--ink);
  font-weight:600;
}

/* ===== SOFT CTA (mid-page) ===== */
.soft-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  background:var(--teal-soft);
  border:1px solid rgba(63,201,139,0.3);
  border-radius:8px;
  padding:18px 22px;
  margin:28px 0;
  flex-wrap:wrap;
}
.soft-cta p{
  font-size:14.5px;
  color:var(--ink);
  font-weight:500;
}
.soft-cta p span{color:var(--green); font-weight:700;}
.btn-soft{
  display:inline-block;
  background:var(--cta);
  color:var(--white);
  font-weight:700;
  font-size:13.5px;
  padding:11px 20px;
  border-radius:5px;
  text-decoration:none;
  white-space:nowrap;
}
.btn-soft:hover{background:var(--cta-deep);}

/* ===== TESTIMONIALS ===== */
.testimonials{
  padding:12px 0 8px;
}
.testimonials h3{
  font-size:13px;
  font-weight:700;
  letter-spacing:0.04em;
  color:var(--green);
  margin-bottom:18px;
}
.quote-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
}
.quote-card{
  background:var(--bg-soft);
  border:1px solid var(--line);
  border-radius:8px;
  padding:20px;
}
.quote-card .stars{
  color:var(--cta);
  font-size:13px;
  letter-spacing:2px;
  margin-bottom:10px;
}
.quote-card p.q{
  font-size:14px;
  color:var(--ink);
  line-height:1.55;
  margin-bottom:14px;
}
.quote-card .who{
  display:flex;
  align-items:center;
  gap:10px;
}
.quote-card .avatar{
  width:34px; height:34px;
  border-radius:50%;
  background:var(--teal);
  color:var(--green);
  display:flex; align-items:center; justify-content:center;
  font-size:12px;
  font-weight:700;
}
.quote-card .meta{font-size:12px; color:var(--grey);}
.quote-card .meta strong{color:var(--ink); display:block; font-size:13px;}
.testimonial-note{
  font-size:11.5px;
  color:var(--grey);
  margin-top:14px;
}

/* ===== FAQ ===== */
.faq{
  padding:8px 0;
}
.faq h3{
  font-size:13px;
  font-weight:700;
  letter-spacing:0.04em;
  color:var(--green);
  margin-bottom:18px;
}
.faq-item{
  border-top:1px solid var(--line);
  padding:18px 0;
}
.faq-item:last-child{border-bottom:1px solid var(--line);}
.faq-item h4{
  font-size:15px;
  font-weight:700;
  margin-bottom:8px;
}
.faq-item p{
  font-size:14px;
  color:var(--grey);
  line-height:1.6;
  max-width:62ch;
}

/* ===== STICKY MOBILE CTA ===== */
.sticky-cta{
  display:none;
}

/* ===== RESPONSIVE ===== */
@media (max-width:920px){
  .main-grid{grid-template-columns:1fr;}
  .sidebar{position:static;}
  .benefit-grid{grid-template-columns:repeat(2, 1fr);}
  .steps-grid{grid-template-columns:repeat(2, 1fr);}
  .trust-grid{grid-template-columns:repeat(2, 1fr);}
  .quote-grid{grid-template-columns:1fr;}
  .hero-top{grid-template-columns:1fr; gap:20px;}
  .hero-product{order:-1;}
  .hero-product-card{padding:28px 18px 18px;}
  .hero-product img{max-width:200px;}
}
@media (max-width:640px){
  .hero-strip h1, .hero-copy h1{max-width:100%;}
  .card-block{padding:20px;}
  .sidebar{padding:22px 18px 24px;}
  .soft-cta{flex-direction:column; align-items:flex-start;}
  .btn-soft{width:100%; text-align:center;}
  body{padding-bottom:76px;}
  .sticky-cta{
    display:flex;
    position:fixed;
    bottom:0; left:0; right:0;
    z-index:50;
    background:var(--surface-dark);
    border-top:1px solid var(--line);
    padding:10px 14px;
    align-items:center;
    gap:10px;
    box-shadow:0 -6px 18px rgba(0,0,0,0.35);
  }
  .sticky-cta .info{flex:1; min-width:0;}
  .sticky-cta .info .from{font-size:10.5px; color:#93A29D;}
  .sticky-cta .info .price{font-size:15px; font-weight:800; color:var(--white);}
  .sticky-cta a{
    background:var(--cta);
    color:var(--surface-dark);
    font-weight:700;
    font-size:13px;
    padding:11px 18px;
    border-radius:5px;
    text-decoration:none;
    white-space:nowrap;
  }
}
@media (max-width:400px){
  .photo-strip{grid-template-columns:1fr; gap:10px;}
  .benefit-grid, .steps-grid, .trust-grid{grid-template-columns:1fr;}
  .wrap{padding:0 16px;}
  .price-row .amt{font-size:22px;}
}
