
:root{
  --bg: #ffffff;
  --fg: #0b1324;
  --muted: #6b7280; /* gray-500 */
  --primary: #0f172a; /* slate-900 */
  --primary-foreground:#ffffff;
  --success:#16a34a; /* green-600 */
  --success-foreground:#ffffff;
  --cta:#111111; /* black */
  --cta-foreground:#ffffff;
  --cta-hover:#1f2937; /* gray-800 */
  --border:#e5e7eb;
  --card:#ffffff;
  --testimonial:#f7f7f7;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:'Poppins',ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;
  color:var(--fg); background:var(--bg); line-height:1.6;}

.container{max-width:1120px;margin:0 auto;padding:0 24px}
h1,h2,h3{line-height:1.25;margin:0 0 .75rem}
h1{font-size:clamp(2rem,4vw,3.5rem);font-weight:800}
h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800}
h3{font-size:1.25rem;font-weight:700}
p{margin:.7rem 0;color:var(--muted);line-height:1.7}

.header{position:sticky;top:0;background:#fff;backdrop-filter:saturate(180%) blur(10px);
  border-bottom:1px solid var(--border); z-index:100}
.header .row{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.nav{display:flex;gap:28px}
.nav a{color:#6b7280;text-decoration:none;font-weight:600}
.nav a:hover{color:var(--fg)}

.btn{display:inline-flex;align-items:center;justify-content:center;
  padding:14px 20px;border-radius:16px;font-weight:700;text-decoration:none;transition:.2s ease;
  box-shadow:0 6px 18px rgba(0,0,0,.08)}
.btn-cta{background:var(--cta);color:var(--cta-foreground)}
.btn-cta:hover{background:var(--cta-hover)}
.btn-outline{border:1px solid var(--border);color:var(--fg);background:#fff}
.btn-outline:hover{background:#f3f4f6}

.section{padding:64px 0}
.bg-success{background:var(--success);color:var(--success-foreground)}
.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.stat{text-align:center}
.stat .num{font-size:2rem;font-weight:800}
.stat .label{font-weight:700;letter-spacing:.06em}

.hero{text-align:center;padding:72px 0 40px}
.hero .buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:24px}
.hero img{max-width:960px;width:100%;border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,.12)}

.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:20px}
.card h3{margin-bottom:.25rem}
.card .small{font-size:.95rem;color:var(--muted)}

.split{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:center}
@media (max-width:900px){.split{grid-template-columns:1fr;}.stat-grid{grid-template-columns:repeat(2,1fr)}}

.footer{background:var(--primary);color:var(--primary-foreground)}
.footer a{color:#e5e7eb;text-decoration:none}
.footer a:hover{color:#fff}
.footer .top{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
@media (max-width:900px){.footer .top{grid-template-columns:1fr 1fr}}

.badge{display:inline-block;background:#0ea5e9;color:#fff;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:700;letter-spacing:.06em}

.check{width:18px;height:18px;margin-right:8px;flex:none}
.benefit{display:flex;align-items:flex-start;gap:8px;margin:12px 0}
.benefit .title{font-weight:700;color:var(--fg)}
.benefit .desc{color:var(--muted)}

.guarantee{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:20px}



.scarcity{padding:28px 0 8px}
.scarcity .scarcity-title{
  display:inline-block;
  background:#f97316; /* orange-500 */
  color:#fff;
  font-weight:800;
  padding:12px 18px;
  border-radius:14px;
  box-shadow:0 10px 20px rgba(249,115,22,.25);
  font-size:clamp(1rem,2.5vw,1.25rem);
}
.scarcity .scarcity-sub{
  margin-top:10px;
  color:#6b7280;
  font-weight:600;
  text-align:center;
}
.scarcity .scarcity-timer{
  margin:14px 0 6px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:800;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size:clamp(1.2rem,3vw,1.5rem);
  color:#0f172a;
}
.scarcity .clock{filter: drop-shadow(0 2px 2px rgba(0,0,0,.1));}
.scarcity .scarcity-note{
  max-width:820px;
  margin:8px auto 0;
  text-align:center;
  color:#6b7280;
}


/* CTA orange button (purchase) */
.btn-orange{
  background:#f97316; /* orange-500 */
  color:#fff;
  font-weight:800;
  padding:14px 18px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  box-shadow:0 10px 20px rgba(249,115,22,.25);
  transition:background .2s ease, transform .02s ease, box-shadow .2s ease;
}
.btn-orange:hover{ background:#ea580c; box-shadow:0 12px 24px rgba(234,88,12,.3); }
.btn-orange:active{ transform:translateY(1px); }


.scarcity{ padding:28px 0 16px; text-align:center; }
.scarcity .scarcity-cta{ margin:0 auto 10px; }
.scarcity .scarcity-sub{ margin:8px 0 10px; display:block; line-height:1.5; }
.scarcity .scarcity-timer{ margin:12px 0 10px; }
.scarcity .scarcity-note{ margin-top:10px; line-height:1.6; }


/* === Scarcity block (exact style) === */
.scarcity{padding:26px 0 18px;text-align:center}
.scarcity .scarcity-cta{
  display:inline-block;
  background:#f7661f; /* vivid orange close to screenshot */
  color:#fff;
  font-weight:800;
  padding:14px 22px;
  border-radius:16px;
  text-decoration:none;
  box-shadow:0 6px 16px rgba(247,102,31,.35);
}
.scarcity .scarcity-cta:hover{background:#e25d1d}
.scarcity .scarcity-sub{
  margin:12px 0 8px;
  color:#4b5563; /* gray-600 */
  font-style:italic;
  font-weight:600;
}
.scarcity .scarcity-timer{
  margin:8px 0 10px;
  display:flex;align-items:center;justify-content:center;gap:10px;
}
.scarcity .scarcity-timer .clock{
  color:#f7661f;font-size:20px;line-height:1;
}
#npp-countdown{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono","Courier New", monospace;
  font-weight:800;
  font-size:22px;
  letter-spacing:2px;
  color:#0b1324;
}
.scarcity .scarcity-note{
  max-width:880px;margin:12px auto 0;color:#6b7280;line-height:1.6;
}


/* Hard overrides for the scarcity CTA link states */
a.scarcity-cta:link,
a.scarcity-cta:visited,
a.scarcity-cta:hover,
a.scarcity-cta:active { color:#fff !important; text-decoration:none !important; }

/* Extra spacing to avoid items looking jammed together */
.scarcity .scarcity-sub{ margin-top:10px; margin-bottom:10px; }
.scarcity .scarcity-timer{ margin:10px 0 12px; }
.scarcity .scarcity-note{ margin-top:12px; }


/* Supercharge Growth section */
.supercharge-title{ text-align:center; font-size:clamp(1.75rem,4vw,2.875rem); font-weight:800; }
.supercharge-sub{ text-align:center; color:#6b7280; max-width:880px; margin:12px auto 0; line-height:1.8; }
.icon-wrap{ display:flex; justify-content:flex-start; margin-bottom:8px }
.icon-orange{ color:#f97316 }
.card h3{ margin-top:6px }


/* Discover section */
.panel{ background:#fff; border:1px solid var(--border); border-radius:16px; padding:24px; }
.discover-title{ text-align:center; font-weight:800; font-size:clamp(1.5rem,3.5vw,2rem); margin-bottom:16px; }
.discover-grid{ display:grid; grid-template-columns:1fr; gap:14px; }
@media (min-width: 900px){
  .discover-grid{ grid-template-columns:1fr 1fr; gap:16px 28px; }
}
.discover-item{ display:flex; align-items:flex-start; gap:10px; font-size:1.05rem; }
.check-g{ color:#16a34a; font-weight:900; margin-top:3px; }

.discover-cta-wrap{ text-align:center; margin-top:22px; }
.discover-note{ color:#6b7280; margin-top:10px; display:flex; align-items:center; justify-content:center; gap:8px; }
.discover-note .clock{ font-size:18px; }

/* Ensure orange CTA link is always white */
a.btn-orange:link, a.btn-orange:visited, a.btn-orange:hover, a.btn-orange:active{
  color:#fff !important; text-decoration:none !important;
}


/* New hero styles (inspired by provided example) */
.hero{ background:#f5f6f7; border-bottom:1px solid var(--border) }
.headline{
  font-weight:900;
  font-size:clamp(2.2rem,5vw,3.75rem);
  letter-spacing: .2px;
  line-height:1.1;
  margin: 0 0 12px;
}
.subhead-wrap{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin: 6px auto 10px;
  max-width: 980px;
}
.subhead{
  text-align:center;
  font-weight:700;
  font-size:clamp(1rem,2.5vw,1.25rem);
  color:#1f2937;
}
.arrow{
  color:#f97316; /* orange-500 */
  width:42px; height:42px;
  filter: drop-shadow(0 2px 2px rgba(249,115,22,.25));
}
.arrow-left{ transform:rotate(-6deg) }
.arrow-right{ transform:scaleX(-1) rotate(-6deg) }


/* --- Hero (rev10) --- */
.hero{ background:#f5f6f7; border-bottom:1px solid var(--border) }
.headline{
  font-weight:900;
  font-size:clamp(2.25rem,5.2vw,4rem);
  line-height:1.1;
  text-align:center;
  margin: 0 0 10px;
}
.subhead-wrap{ display:flex; align-items:center; justify-content:center; gap:12px; margin:8px auto 12px; max-width:980px; }
.subhead{ text-align:center; font-weight:700; font-size:clamp(1rem,2.2vw,1.2rem); color:#111827; }
.arrow{ color:#f97316; width:40px; height:40px; filter: drop-shadow(0 2px 2px rgba(249,115,22,.25)); }
.arrow-left{ transform: rotate(-6deg); }
.arrow-right{ transform: scaleX(-1) rotate(-6deg); }


/* v11 tweaks */
.headline{ margin-top:8px; }
.subhead{ max-width:900px; margin-left:auto; margin-right:auto; }


/* v12 layout fixes for hero subhead */
.subhead-wrap{ display:flex; align-items:center; justify-content:center; gap:12px; flex-wrap:nowrap; }
.subhead-wrap .subhead{ display:inline-block; flex: 0 1 auto; max-width: 820px; margin: 0; }
.subhead-wrap svg{ flex: 0 0 auto; }
.headline{ letter-spacing: -0.005em; }


/* v13: Center main section headings & subheads */
.section > .container > h2,
.section > .container > .supercharge-title,
.section > .container > .discover-title {
  text-align:center;
}
.section > .container > p:first-of-type,
.supercharge-sub { text-align:center; margin-left:auto; margin-right:auto; }


/* v14: ensure ALL section headings and subheadings are centered */
.section h2 { text-align:center; }
.section .section-sub { text-align:center; }
#about h2, #about p { text-align:center; }
/* Keep card text unaffected unless explicitly set */
.card h3 { text-align:inherit; }


/* === Final Offer Card === */
.final-offer .offer-card{
  position:relative;
  background:#fff;
  border:3px solid #f97316;
  border-radius:16px;
  padding:26px;
  box-shadow:0 10px 24px rgba(249,115,22,.08);
  max-width:900px;
  margin:18px auto 0;
}
.final-offer .price{
  font-size:clamp(2.4rem,5vw,3.25rem);
  font-weight:900;
  text-align:center;
  margin-top:4px;
}
.final-offer .regular{
  text-align:center;
  color:#6b7280;
  margin-top:6px;
}
.final-offer .save{
  text-align:center;
  color:#f97316;
  font-weight:800;
  margin:6px 0 10px;
}
.final-offer .features{
  list-style:none;
  padding:0;
  margin:14px 0 10px;
  display:grid;
  gap:10px;
}
.final-offer .features li{
  display:flex; align-items:flex-start; gap:10px;
}
.final-offer .features li::before{
  content:"✓";
  color:#16a34a;
  font-weight:900;
  margin-top:2px;
}

.final-offer .bonus{
  background:#eefbf0;
  border:1px solid #a7e3b2;
  border-radius:12px;
  padding:18px;
  margin:16px 0 18px;
}
.final-offer .bonus-title{
  text-align:center;
  color:#16a34a;
  font-weight:900;
  letter-spacing:.04em;
}
.final-offer .bonus ul{
  list-style:none; padding:0; margin:12px 0 0; display:grid; gap:10px;
}
.final-offer .bonus ul li::before{
  content:"✓"; color:#16a34a; font-weight:900; margin-right:8px;
}
.final-offer .bonus ul li{ display:flex; align-items:flex-start; gap:8px; }
.final-offer .bonus-total{
  text-align:center; color:#16a34a; font-weight:900; margin-top:10px;
}

.btn-wide{ display:block; width:100%; padding:16px 22px; border-radius:12px; font-weight:900; }

/* Ribbon */
.offer-card .ribbon{
  width:120px; height:120px; overflow:hidden; position:absolute; top:-6px; right:-6px;
}
.offer-card .ribbon span{
  position:absolute; display:block; width:180px; padding:8px 0;
  background:#f97316; color:#fff; text-transform:uppercase; font-weight:900;
  text-align:center; right:-40px; top:18px; transform:rotate(45deg);
  box-shadow:0 6px 12px rgba(0,0,0,.15);
  letter-spacing:.06em; font-size:.78rem;
}


/* === Site Footer === */
.site-footer{ background:#0b1324; color:#d1d5db; padding:48px 0; }
.site-footer h4, .site-footer h5{ color:#fff; margin:0 0 10px; font-weight:800; }
.site-footer a{ color:#d1d5db; text-decoration:none; }
.site-footer a:hover{ color:#fff; }
.site-footer .footer-top{
  display:grid; gap:24px;
  grid-template-columns:1fr;
  margin-bottom:20px;
}
.site-footer .footer-col ul{ list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.site-footer .brand p{ max-width:420px; }
@media (min-width: 900px){
  .site-footer .footer-top{ grid-template-columns:1.4fr 1fr 1fr 1fr; align-items:start; }
}
.footer-sep{ border:0; height:1px; background:rgba(255,255,255,.12); margin:20px 0; }
.site-footer .legal{ text-align:center; }
.site-footer .legal .disclaimer{ margin-top:8px; color:#9ca3af; }
