:root {
  --bg: #0d0f12;
  --bg-2: #14171c;
  --surface: #1a1e25;
  --surface-2: #20252e;
  --line: #2a313c;
  --text: #eef2f6;
  --muted: #9aa6b4;
  --accent: #ff6a13;
  --accent-2: #ff8a3d;
  --green: #34d27b;
  --red: #ff5d5d;
  --radius: 16px;
  --radius-sm: 10px;
  --maxw: 1140px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 820px; }
.center { text-align: center; }

h1, h2, h3 { line-height: 1.1; margin: 0 0 0.5em; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 900; }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; }

.accent { color: var(--accent); }
.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent-2);
  margin-bottom: 14px;
}
.lead { font-size: 1.1rem; color: var(--muted); }
.fine { font-size: 0.85rem; color: var(--muted); margin-top: 16px; }
.muted { color: var(--muted); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  font-weight: 700;
  border-radius: 999px;
  padding: 14px 26px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.12s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  box-shadow: 0 10px 26px rgba(255, 106, 19, 0.35);
}
.btn-primary:hover { box-shadow: 0 14px 34px rgba(255, 106, 19, 0.5); transform: translateY(-1px); }
.btn-lg { padding: 18px 34px; font-size: 1.05rem; }
.btn-sm { padding: 10px 18px; font-size: 0.9rem; }

/* Announcement bar */
.announce {
  background: var(--accent);
  color: #fff;
  overflow: hidden;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.announce-track {
  display: flex; gap: 24px; align-items: center;
  white-space: nowrap;
  padding: 8px 0;
  animation: scroll-left 26s linear infinite;
}
.announce-track span { text-transform: uppercase; }
.announce--july { background: linear-gradient(90deg, #b22234 0%, #b22234 34%, #2a2a55 50%, #b22234 66%, #b22234 100%); }

/* Final stock countdown bar (under the announcement) */
.sale-countdown-bar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px;
  background: #0b0d10; color: #fff; text-align: center;
  padding: 9px 16px; font-size: 0.86rem; font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.sale-countdown-bar .scb-flag { font-size: 1rem; }
.sale-countdown-bar .scb-text { color: #e7e9ee; }
.sale-countdown-bar .scb-sub { color: var(--muted); font-weight: 600; }
.sale-countdown-bar .scb-timer {
  font-variant-numeric: tabular-nums; font-weight: 900; letter-spacing: 0.04em;
  color: #fff; background: var(--accent); border-radius: 8px; padding: 3px 10px;
  min-width: 66px; display: inline-block;
  box-shadow: 0 2px 10px rgba(178,34,52,0.4);
}
.sale-countdown-bar.is-ending .scb-timer { animation: pulse-count 1s ease-in-out infinite; }
@keyframes pulse-count { 0%,100% { transform: scale(1); } 50% { transform: scale(1.08); } }
@media (max-width: 560px) { .sale-countdown-bar .scb-sub { display: none; } }

/* Hero sale banner countdown */
.sale-banner--count { display: flex; flex-direction: column; gap: 3px; }
.sale-banner--count .sb-count { font-weight: 700; font-size: 0.78rem; opacity: 0.95; }
.sale-banner--count .sb-count strong { font-variant-numeric: tabular-nums; letter-spacing: 0.04em; }

/* Buy-card countdown line */
.buy-countdown { text-align: center; margin: 6px 0 14px; font-weight: 700; font-size: 0.88rem; color: var(--accent-2); }
.buy-countdown strong { font-variant-numeric: tabular-nums; letter-spacing: 0.04em; color: var(--text); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(13, 15, 18, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.2s ease;
}
.site-header.scrolled { box-shadow: 0 8px 30px rgba(0,0,0,0.4); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { width: 36px; height: 36px; border-radius: 9px; object-fit: cover; background: #000; }

/* Screen-reader-only (keeps an SEO/accessible H1 while the banner art carries the headline) */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.brand-name { font-weight: 800; font-size: 1.15rem; letter-spacing: -0.02em; }
.header-nav { display: flex; gap: 26px; font-size: 0.95rem; color: var(--muted); }
.header-nav a:hover { color: var(--text); }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 36px 0 64px; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(1000px 500px at 75% 10%, rgba(255, 106, 19, 0.16), transparent 60%),
    radial-gradient(700px 500px at 10% 90%, rgba(52, 210, 123, 0.08), transparent 55%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 50px; align-items: start;
}
.rating-row { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.rating-row.center-row { justify-content: center; }
.stars { color: #ffc44d; letter-spacing: 2px; font-size: 1rem; }
.rating-text { color: var(--muted); font-size: 0.92rem; font-weight: 600; }
.subhead { font-size: 1.18rem; color: var(--muted); margin: 18px 0 24px; max-width: 560px; }
.hero-checks { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 12px; }
.hero-checks li { position: relative; padding-left: 30px; font-weight: 500; }
.hero-checks li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--accent); font-weight: 900;
  background: rgba(255,106,19,0.14); width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center; font-size: 0.8rem;
}
.hero-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-cta-meta { display: flex; align-items: center; gap: 10px; }
.price-was { color: var(--muted); text-decoration: line-through; font-weight: 600; }
.save-pill {
  background: rgba(52,210,123,0.14); color: var(--green);
  padding: 4px 10px; border-radius: 999px; font-size: 0.8rem; font-weight: 700;
}
.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 22px; color: var(--muted); font-size: 0.9rem; font-weight: 600; }

.hero-media { display: block; }
.hero-media h1 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3rem); }
.hero-sub { margin: 0 0 16px; font-size: clamp(1rem, 1.6vw, 1.16rem); line-height: 1.5; font-weight: 500; color: var(--muted); max-width: 42ch; }
.hero-sub strong { color: var(--text); font-weight: 800; }
.hero-usps { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 10px; padding: 0; margin: 0 0 22px; }
.hero-usps li { font-size: 0.82rem; font-weight: 700; color: var(--text);
  background: rgba(255,106,19,0.12); border: 1px solid rgba(255,106,19,0.28);
  padding: 6px 12px; border-radius: 999px; white-space: nowrap; }
@media (max-width: 720px) { .hero-usps li { white-space: normal; } }
.hero-media .hero-gallery { margin-bottom: 0; }
.hero-copy { align-self: start; }
.hero-points { margin-top: 26px; }
.hero-checks-inline { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 0 0 14px; }
.hero-checks-inline li { white-space: nowrap; }
@media (max-width: 720px) {
  .hero-checks-inline { flex-direction: column; gap: 12px; }
  .hero-checks-inline li { white-space: normal; }
}
.hero-card {
  position: relative; width: 100%; max-width: 100%;
  border-radius: 24px; overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.hero-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; background: #f1f3f5; }
.hero-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--accent); color: #fff;
  padding: 8px 14px; border-radius: 12px; font-weight: 800; font-size: 0.95rem;
  line-height: 1.1; box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}
.hero-badge small { font-weight: 600; font-size: 0.66rem; opacity: 0.92; }

/* Hero — branded banner layout */
.hero-banner {
  position: relative; display: block;
  border-radius: 20px; overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.hero-banner:hover { transform: translateY(-2px); box-shadow: 0 26px 60px rgba(0,0,0,0.5); }
.hero-banner img { width: 100%; height: auto; display: block; }
.hero-banner-badge {
  position: absolute; top: 16px; right: 16px;
  background: var(--accent); color: #fff;
  padding: 8px 14px; border-radius: 999px;
  font-weight: 800; font-size: 0.78rem; letter-spacing: 0.01em;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}
.hero-cta-band { max-width: 760px; margin: 36px auto 0; text-align: center; }
.subhead.center { max-width: 620px; margin: 14px auto 24px; text-align: center; }
.hero-cta.center-cta { justify-content: center; }
.center-trust { justify-content: center; }
.hero-checks-row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 12px 24px; margin: 26px 0 0;
}
.hero-checks-row li { padding-left: 26px; font-weight: 600; }

@media (max-width: 640px) {
  .hero-banner-badge { font-size: 0.66rem; padding: 6px 10px; top: 10px; right: 10px; }
  .hero-cta.center-cta { flex-direction: column; gap: 12px; }
}

/* Marquee */
.marquee { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.marquee-track {
  display: flex; align-items: center; gap: 28px; white-space: nowrap;
  padding: 16px 0; animation: scroll-left 30s linear infinite;
  font-weight: 800; letter-spacing: 0.04em; font-size: 1.05rem;
}
.marquee-track .dot { color: var(--accent); font-size: 0.6rem; }

@keyframes scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Sections */
.section { padding: 80px 0; }
.section-head { margin-bottom: 48px; }
.section-head.center { max-width: 720px; margin-left: auto; margin-right: auto; }

.problem { background: var(--bg-2); }
.problem .lead { margin: 18px auto 0; }

/* Features */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px;
  transition: transform 0.15s ease, border-color 0.2s ease;
}
.feature-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.feature-ico {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(255,106,19,0.12); display: grid; place-items: center;
  font-size: 1.5rem; margin-bottom: 16px;
}
.feature-card p { color: var(--muted); margin: 0; }

/* How it works */
.how { background: var(--bg-2); }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.steps li { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; position: relative; }
.step-num {
  display: grid; place-items: center;
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff; font-weight: 900; font-size: 1.1rem; margin-bottom: 16px;
}
.steps p { color: var(--muted); margin: 0; }

/* Personas */
.persona-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.persona-card {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 30px;
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
}
.persona-card h3 { color: var(--accent-2); }
.persona-card p { color: var(--muted); margin: 0; }

/* Specs */
.specs { background: var(--bg-2); }
.spec-table { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.spec-row { display: flex; justify-content: space-between; gap: 20px; padding: 16px 22px; border-bottom: 1px solid var(--line); }
.spec-row:last-child { border-bottom: none; }
.spec-row:nth-child(odd) { background: var(--surface); }
.spec-row span:first-child { color: var(--muted); font-weight: 600; }
.spec-row span:last-child { font-weight: 600; text-align: right; }

/* Comparison */
.compare-table { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.compare-head, .compare-r { display: grid; grid-template-columns: 1.6fr 1fr 1fr; align-items: center; }
.compare-head { background: var(--surface-2); font-weight: 800; }
.compare-head > div, .compare-r > div { padding: 16px 18px; }
.compare-head .col-us { color: var(--accent); text-align: center; }
.compare-head .col-them { color: var(--muted); text-align: center; }
.compare-r { border-top: 1px solid var(--line); }
.compare-r:nth-child(even) { background: var(--surface); }
.compare-r .yes, .compare-r .no { text-align: center; font-weight: 900; font-size: 1.1rem; }
.compare-r .yes { color: var(--green); }
.compare-r .no { color: var(--red); }

/* Reviews */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.review-card .stars { display: block; margin-bottom: 14px; }
.review-card p { margin: 0 0 18px; }
.reviewer { color: var(--muted); font-size: 0.85rem; font-weight: 600; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.shot { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 3 / 2; background: var(--surface); }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.shot:hover img { transform: scale(1.04); }
.shot.ph {
  display: grid; place-items: center;
  background: repeating-linear-gradient(45deg, var(--surface), var(--surface) 12px, var(--bg-2) 12px, var(--bg-2) 24px);
  color: var(--muted); font-size: 0.85rem; font-weight: 600; text-align: center; padding: 10px;
}

/* Guarantee */
.guarantee { background: var(--bg-2); }
.guarantee-badge {
  width: 110px; height: 110px; border-radius: 50%; margin: 0 auto 24px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff; display: grid; place-items: center; align-content: center;
  font-weight: 900; font-size: 2.4rem; line-height: 0.9;
  box-shadow: 0 14px 34px rgba(255,106,19,0.4);
}
.guarantee-badge small { font-size: 0.8rem; letter-spacing: 0.2em; }

/* Buy */
.buy-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 22px; padding: 34px; box-shadow: var(--shadow);
}
.buy-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 22px; flex-wrap: wrap; }
.buy-top h2 { margin-bottom: 8px; }
.buy-price { text-align: right; }
.price-now { font-size: 2.2rem; font-weight: 900; display: block; }
.buy-price .price-was { font-size: 1rem; }
.buy-perks { list-style: none; padding: 0; margin: 0 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; color: var(--muted); font-weight: 600; font-size: 0.95rem; }
#whop-checkout { min-height: 120px; border-radius: var(--radius-sm); overflow: hidden; }
.buy-fallback { text-align: center; font-size: 0.88rem; color: var(--muted); margin: 18px 0 0; }
.buy-fallback a { color: var(--accent-2); font-weight: 600; }

/* FAQ */
.faq { background: var(--bg-2); }
.accordion details {
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  margin-bottom: 12px; background: var(--surface); overflow: hidden;
}
.accordion summary {
  cursor: pointer; padding: 18px 22px; font-weight: 700; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; color: var(--accent); font-size: 1.5rem; font-weight: 400; transition: transform 0.2s ease; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.acc-body { padding: 0 22px 20px; color: var(--muted); }
.acc-body p { margin: 0; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); background: var(--bg); padding: 56px 0 40px; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1.4fr; gap: 30px; align-items: start; }
.footer-brand { display: flex; flex-direction: column; gap: 8px; }
.footer-brand .brand-logo { width: 40px; height: 40px; border-radius: 10px; }
.footer-brand .brand-name { font-size: 1.2rem; font-weight: 800; }
.footer-tag { color: var(--muted); margin: 6px 0 0; }
.footer-links { display: flex; flex-direction: column; gap: 10px; color: var(--muted); }
.footer-links a:hover { color: var(--text); }
.footer-meta p { margin: 0 0 8px; font-size: 0.9rem; }
.footer-meta a { color: var(--accent-2); }

/* Hero shipping note */
.ship-note { color: var(--muted); font-size: 0.9rem; font-weight: 600; margin: 12px 0 0; }

/* Trusted-by rotating bar */
.trust-logos { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; }
.trust-inner { display: flex; align-items: center; gap: 24px; }
.trust-label { flex: 0 0 auto; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.72rem; font-weight: 800; color: var(--muted); }
.trust-viewport { position: relative; flex: 1 1 auto; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.trust-track { display: flex; align-items: center; gap: 18px; width: max-content; white-space: nowrap; animation: scroll-left 30s linear infinite; }
.trust-logo { display: inline-flex; align-items: center; justify-content: center; background: #fff; border-radius: 8px; padding: 9px 16px; height: 46px; }
.trust-logo img { height: 26px; width: auto; max-width: 130px; object-fit: contain; display: block; }
.trust-fallback { display: none; }
.trust-logo.no-img img { display: none; }
.trust-logo.no-img .trust-fallback { display: inline; font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-weight: 800; letter-spacing: 0.02em; color: #16191f; }

/* Photo carousel */
.carousel { position: relative; display: flex; align-items: center; gap: 12px; }
.carousel-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; padding: 4px; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.cslide { flex: 0 0 auto; width: calc((100% - 32px) / 3); scroll-snap-align: center; margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--surface); aspect-ratio: 3 / 2; }
.cslide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.carousel-btn { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); color: var(--text); font-size: 1.7rem; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background 0.2s ease, transform 0.1s ease; }
.carousel-btn:hover { background: var(--surface-2); }
.carousel-btn:active { transform: scale(0.94); }
.carousel-dots { display: flex; gap: 8px; justify-content: center; margin-top: 20px; }
.carousel-dots button { width: 8px; height: 8px; border-radius: 50%; border: none; background: var(--line); cursor: pointer; padding: 0; transition: background 0.2s ease, width 0.2s ease; }
.carousel-dots button.active { background: var(--accent); width: 22px; border-radius: 4px; }

/* Hero gallery (Grüns-style: image carousel on top) */
.hero-gallery { position: relative; }
.sale-banner { position: static; margin-bottom: 10px;
  background: linear-gradient(90deg, #b22234 0%, #b22234 38%, #3c3b6e 62%, #3c3b6e 100%); color: #fff; font-weight: 800; font-size: 0.85rem;
  letter-spacing: 0.02em; text-align: center; padding: 10px 12px; border-radius: var(--radius);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25); }
.hero-carousel { display: block; position: relative; gap: 0; }
.hero-carousel .carousel-track { gap: 0; }
.hero-carousel .cslide { flex: 0 0 100%; width: 100%; }
.hero-carousel .carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 40px; height: 40px; background: rgba(20,23,28,0.72); color: #fff; backdrop-filter: blur(4px); }
.hero-carousel .carousel-btn.prev { left: 12px; }
.hero-carousel .carousel-btn.next { right: 12px; }
.hero-carousel .carousel-btn:hover { background: rgba(20,23,28,0.92); }
.clinic-callout { display: flex; align-items: center; gap: 12px; margin-top: 14px;
  border: 1px solid var(--line); border-radius: 14px; background: var(--surface); padding: 12px 16px; }
.cc-badge { flex: 0 0 auto; font-weight: 800; font-size: 0.82rem; color: var(--accent-2); }
.cc-text { color: var(--muted); font-size: 0.84rem; line-height: 1.4; }

/* Sale hero accents */
.rating-avatars { display: inline-flex; }
.rating-avatars span { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
  font-size: 0.6rem; font-weight: 800; color: #fff; border: 2px solid var(--bg); margin-left: -8px; }
.rating-avatars span:first-child { margin-left: 0; }
.rating-avatars span:nth-child(1) { background: linear-gradient(135deg,#ff8a3d,#ff6a13); }
.rating-avatars span:nth-child(2) { background: linear-gradient(135deg,#3ad07b,#1f9e57); }
.rating-avatars span:nth-child(3) { background: linear-gradient(135deg,#5b9dff,#2f6bd6); }
.fathers-eyebrow { display: inline-block; background: rgba(178,34,52,0.16); color: #ff9aa2;
  border: 1px solid rgba(255,255,255,0.12);
  font-weight: 800; font-size: 0.8rem; padding: 6px 12px; border-radius: 999px; margin-bottom: 14px; }
.no-line { font-weight: 800; font-size: 1rem; margin: 0 0 18px; color: var(--text); }
.sold-pill { display: inline-block; background: #ffd34d; color: #2a1d00; font-weight: 800;
  font-size: 0.72rem; letter-spacing: 0.04em; padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; }
.risk-free { text-align: center; color: var(--muted); font-size: 0.85rem; font-weight: 600; margin: 12px 0 0; }

/* Testimonials carousel */
.testi-carousel { position: relative; display: flex; align-items: center; gap: 12px; max-width: 760px; margin: 0 auto; }
.testi-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; padding: 4px; scrollbar-width: none; }
.testi-track::-webkit-scrollbar { display: none; }
.testi-card { flex: 0 0 100%; width: 100%; scroll-snap-align: center; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.testi-card .stars { display: block; margin-bottom: 14px; font-size: 1.1rem; }
.testi-card h3 { margin: 0 0 12px; font-size: 1.25rem; line-height: 1.3; }
.testi-card p { margin: 0 0 20px; color: var(--muted); line-height: 1.6; }
.testi-by { display: flex; align-items: center; gap: 12px; }
.testi-ava { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 800;
  color: #fff; font-size: 0.85rem; background: linear-gradient(135deg,#ff8a3d,#ff6a13); flex: 0 0 auto; }
.testi-by strong { display: block; font-size: 0.95rem; }
.testi-by small { color: var(--muted); font-size: 0.8rem; }

/* Order summary in buy card */
.order-summary { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 16px; margin: 0 0 20px; }
.os-row { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-weight: 600; font-size: 0.95rem; }
.os-row:last-child { border-bottom: none; }
.os-row span:last-child { color: var(--text); }
.os-total { font-weight: 800; }
.os-total span { color: var(--text); font-size: 1.08rem; }

/* Bundle selector (FaithMade-style) */
.buy-head { text-align: center; margin-bottom: 18px; }
.buy-head h2 { margin-bottom: 8px; }
.buy-head .rating-row { justify-content: center; }
.lowstock { text-align: center; font-weight: 800; letter-spacing: 0.02em; color: var(--accent-2);
  position: relative; margin: 6px 0 22px; }
.lowstock::before, .lowstock::after { content: ""; position: absolute; top: 50%; width: 22%; height: 1px; background: var(--line); }
.lowstock::before { left: 0; } .lowstock::after { right: 0; }

.bundles { display: grid; gap: 14px; margin-bottom: 28px; }
.bundle { position: relative; display: flex; align-items: center; gap: 14px; padding: 16px; cursor: pointer; width: 100%;
  font: inherit; color: inherit; text-align: left; -webkit-appearance: none; appearance: none;
  border: 2px solid var(--line); border-radius: var(--radius); background: var(--bg-2); transition: border-color 0.15s ease, background 0.15s ease; }
.bundle:hover { border-color: var(--accent-2); }
.bundle.is-selected { border-color: var(--accent); background: rgba(255, 106, 19, 0.07); box-shadow: 0 0 0 3px rgba(255,106,19,0.12); }
.bundle-thumb { width: 64px; height: 64px; object-fit: contain; background: #f1f3f5; border-radius: 10px; flex: 0 0 auto; }
.bundle-main { flex: 1 1 auto; display: flex; flex-direction: column; gap: 6px; }
.bundle-title { font-weight: 800; font-size: 1.2rem; }
.bundle-save { align-self: flex-start; background: rgba(52,210,123,0.15); color: var(--green); font-weight: 700; font-size: 0.78rem; padding: 3px 10px; border-radius: 999px; }
.bundle-price { text-align: right; flex: 0 0 auto; }
.bp-now { display: block; font-size: 1.5rem; font-weight: 900; }
.bp-was { color: var(--muted); text-decoration: line-through; font-weight: 600; font-size: 0.95rem; }
.bundle-badge { position: absolute; top: -11px; right: 14px; background: var(--accent); color: #fff; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; padding: 4px 12px; border-radius: 999px; box-shadow: 0 6px 16px rgba(0,0,0,0.35); }
.bundle.best .bundle-badge { background: var(--green); }

/* Compact bundle selector + buy panel in the hero (right column, under the media) */
.hero-buy { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 18px 18px 20px; box-shadow: var(--shadow); }
.hero-buy-label { display: block; font-weight: 700; font-size: 0.82rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 12px; }
.hero-gifts { margin: 0 0 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.hero-gifts-label { display: block; font-weight: 700; font-size: 0.78rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 10px; }
.hero-gifts-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.hg-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; font-size: 0.68rem; font-weight: 600; line-height: 1.25; color: var(--muted); }
.hg-item img { width: 46px; height: 46px; object-fit: contain; border-radius: 11px; }
.hg-thumb { position: relative; display: inline-grid; }
.hg-lock { display: none; position: absolute; inset: 0; place-items: center; font-size: 1.05rem; }
.hero-gifts:not(.locked) .hero-gifts-label { color: var(--green); }
.hero-gifts.locked .hero-gifts-label { color: var(--accent-2); }
.hero-gifts.locked .hg-item img { filter: grayscale(1); opacity: 0.32; }
.hero-gifts.locked .hg-lock { display: grid; }
.bundles--compact { grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.bundles--compact .bundle { flex-direction: column; align-items: flex-start; gap: 8px; padding: 14px 12px; }
.bundles--compact .bundle-main { width: 100%; gap: 4px; }
.bundles--compact .bundle-title { font-size: 1rem; }
.bundles--compact .bundle-save { font-size: 0.68rem; padding: 2px 8px; }
.bundles--compact .bundle-price { text-align: left; }
.bundles--compact .bp-now { font-size: 1.18rem; }
.bundles--compact .bp-was { font-size: 0.82rem; }
.bundles--compact .bundle-badge { font-size: 0.58rem; top: -9px; right: 8px; padding: 3px 7px; }
.hero-add { width: 100%; }
@media (max-width: 520px) {
  .bundles--compact { grid-template-columns: 1fr; }
  .bundles--compact .bundle { flex-direction: row; align-items: center; justify-content: space-between; }
  .bundles--compact .bundle-price { text-align: right; }
}

.gifts-title { text-align: center; font-size: 1.3rem; margin: 4px 0 6px; }
.gifts-sub { text-align: center; color: var(--muted); font-size: 0.85rem; margin: 0 0 18px; }
.gifts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 26px; }
.gift { position: relative; display: block; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-2); padding: 22px 12px 16px; text-align: center; color: inherit; }
.gift-badge { position: absolute; top: 8px; left: 8px; background: var(--green); color: #04150b; font-size: 0.65rem; font-weight: 800; padding: 2px 7px; border-radius: 6px; z-index: 1; }
.gift-ico { width: 66px; height: 66px; object-fit: contain; display: block; margin: 0 auto 10px; border-radius: 16px; }
.gift-name { font-size: 0.9rem; font-weight: 700; color: var(--text); display: block; }
.gift-meta { font-size: 0.72rem; color: var(--muted); display: block; margin-top: 4px; }
.gift-thumb { position: relative; display: inline-block; }
.gift-lock { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 10px; place-items: center; font-size: 1.7rem; }
.gifts.locked .gift-ico { filter: grayscale(1); opacity: 0.32; }
.gifts.locked .gift-lock { display: grid; }
.gifts.locked .gift-badge { opacity: 0.5; }
.bundle-gift { align-self: flex-start; font-size: 0.72rem; font-weight: 800; color: var(--green); }

.btn-cart { width: 100%; font-size: 1.2rem; padding: 18px; text-transform: uppercase; letter-spacing: 0.04em; }
.ship-microcopy { text-align: center; color: var(--muted); font-size: 0.85rem; margin: 12px 0 0; }
.checkout-mount { border-radius: var(--radius-sm); overflow: hidden; min-height: 80px; }

/* Secure checkout modal */
.checkout-modal { position: fixed; inset: 0; z-index: 120; display: flex; align-items: center; justify-content: center; padding: 20px; }
.checkout-modal[hidden] { display: none; }
.checkout-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.62); backdrop-filter: blur(3px); }
.checkout-modal-panel { position: relative; z-index: 1; width: min(480px, 100%); max-height: 92vh; overflow-y: auto;
  background: var(--bg); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,0.6); padding: 44px 16px 18px; }
.checkout-modal-close { position: absolute; top: 8px; right: 12px; z-index: 2; background: none; border: none; color: var(--muted); font-size: 2rem; line-height: 1; cursor: pointer; }
.checkout-modal-close:hover { color: var(--text); }

/* Payment method icons */
.pay-methods { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 18px 0 0; }
.pay { width: 42px; height: 26px; border: 1px solid var(--line); border-radius: 5px; }
.footer-pay { justify-content: flex-start; margin-top: 14px; }
.footer-legal { margin-top: 8px; font-size: 0.85rem; }
.footer-legal a { color: var(--muted); }
.footer-legal a:hover { color: var(--text); }

/* Legal / policy pages */
.legal { padding: 56px 0 80px; }
.legal h1 { margin-bottom: 6px; }
.legal-updated { color: var(--muted); font-size: 0.9rem; margin: 0 0 30px; }
.legal h2 { font-size: 1.3rem; margin: 34px 0 10px; }
.legal p, .legal li { color: var(--muted); line-height: 1.7; }
.legal ul { padding-left: 20px; margin: 10px 0; }
.legal a { color: var(--accent-2); }
.legal-back { display: inline-block; margin-top: 34px; color: var(--accent-2); font-weight: 700; }
.legal-head { border-bottom: 1px solid var(--line); }
.legal-head .header-inner { padding: 16px 0; }

/* Slide-out cart drawer */
.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.55); z-index: 90; backdrop-filter: blur(2px); }
.cart-drawer { position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 100%); z-index: 100;
  background: var(--bg); border-left: 1px solid var(--line); box-shadow: -20px 0 60px rgba(0,0,0,0.5);
  display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.28s cubic-bezier(.4,0,.2,1); }
.cart-drawer.open { transform: translateX(0); }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.cart-head h3 { margin: 0; font-size: 1.25rem; }
.cart-close { background: none; border: none; color: var(--muted); font-size: 1.9rem; line-height: 1; cursor: pointer; padding: 0 4px; }
.cart-close:hover { color: var(--text); }
.cart-unlock { background: rgba(52,210,123,0.12); color: var(--green); font-weight: 700; font-size: 0.85rem; text-align: center; padding: 10px; }
.cart-unlock.locked { background: rgba(255,106,19,0.12); color: var(--accent-2); cursor: pointer; }
.cart-body { flex: 1 1 auto; overflow-y: auto; padding: 14px 22px; }
.cart-line { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 58px; height: 58px; object-fit: contain; background: #f1f3f5; border-radius: 10px; flex: 0 0 auto; }
.cart-line img.cl-gift-ico { width: 58px; height: 58px; object-fit: contain; background: var(--bg-2); border-radius: 12px; flex: 0 0 auto; }
.cl-main { flex: 1 1 auto; }
.cl-title { display: block; font-weight: 700; font-size: 0.98rem; }
.cl-free-tag { display: inline-block; margin-top: 4px; font-size: 0.7rem; font-weight: 800; color: var(--green); background: rgba(52,210,123,0.14); padding: 2px 8px; border-radius: 999px; }
.cl-qty { display: inline-flex; align-items: center; gap: 10px; margin-top: 8px; border: 1px solid var(--line); border-radius: 999px; padding: 2px 6px; }
.cl-qty button { background: none; border: none; color: var(--text); font-size: 1.1rem; width: 22px; height: 22px; cursor: pointer; line-height: 1; }
.cl-qty span { min-width: 14px; text-align: center; font-weight: 700; font-size: 0.9rem; }
.cl-price { text-align: right; flex: 0 0 auto; }
.cl-now { display: block; font-weight: 800; }
.cl-was { font-size: 0.8rem; color: var(--muted); text-decoration: line-through; }
.cart-foot { border-top: 1px solid var(--line); padding: 16px 22px 22px; }
.cart-protect { display: flex; align-items: center; justify-content: space-between; gap: 14px; cursor: pointer;
  border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 12px 14px; margin-bottom: 16px; }
.cp-info { display: flex; flex-direction: column; }
.cp-info small { color: var(--muted); font-size: 0.78rem; }
.cp-right { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.cp-price { font-weight: 800; }
.cart-protect input { position: absolute; opacity: 0; pointer-events: none; }
.cp-switch { width: 44px; height: 24px; border-radius: 999px; background: var(--line); position: relative; transition: background 0.2s ease; flex: 0 0 auto; }
.cp-switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: transform 0.2s ease; }
.cart-protect input:checked + .cp-switch { background: var(--accent); }
.cart-protect input:checked + .cp-switch::after { transform: translateX(20px); }
.cart-summary { margin-bottom: 4px; }
.cs-row { display: flex; justify-content: space-between; align-items: baseline; font-size: 0.92rem; color: var(--muted); padding: 4px 0; }
.cs-row > span:last-child { color: var(--text); font-weight: 600; }
.cs-total { margin-top: 8px; padding-top: 10px; border-top: 1px solid var(--line); font-size: 1.25rem; font-weight: 800; color: var(--text); }
.cs-total > span:last-child { font-weight: 800; }
.cart-ship-note { color: var(--muted); font-size: 0.8rem; margin: 4px 0 10px; }
.cart-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 14px; justify-content: center;
  margin: 0 0 12px; padding: 0; font-size: 0.74rem; font-weight: 700; color: var(--text); }
.cart-trust li { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.cart-checkout { width: 100%; font-size: 1.15rem; padding: 16px; text-transform: uppercase; letter-spacing: 0.03em; }
.cart-pay { margin-top: 14px; justify-content: center; }

/* Sticky mobile buy bar */
.sticky-buy {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: none; align-items: center; justify-content: space-between; gap: 14px;
  padding: 12px 16px;
  background: rgba(20, 23, 28, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  transform: translateY(120%); transition: transform 0.25s ease;
}
.sticky-buy.show { transform: translateY(0); }
.sticky-info { display: flex; flex-direction: column; }
.sticky-name { font-weight: 800; }
.sticky-price { font-weight: 700; color: var(--accent-2); }
.sticky-price s { color: var(--muted); font-weight: 500; margin-left: 6px; }

/* Responsive */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .feature-grid, .steps, .persona-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .cslide { width: calc((100% - 16px) / 2); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .header-nav { display: none; }
}

@media (max-width: 640px) {
  .section { padding: 56px 0; }
  .feature-grid, .steps, .persona-grid, .review-grid { grid-template-columns: 1fr; }
  .buy-perks { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .header-inner .btn-sm { display: none; }
  .sticky-buy { display: flex; }
  .compare-head > div, .compare-r > div { padding: 12px 10px; font-size: 0.92rem; }
  .cslide { width: 86%; }
  .carousel-btn { display: none; }
  .trust-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .trust-viewport { width: 100%; }
}

/* ---- Exit-intent "why didn't you buy?" survey -------------------------- */
.pp-exit-survey {
  position: fixed; inset: 0; z-index: 1000;
  display: grid; place-items: center; padding: 20px;
  background: rgba(5, 7, 10, 0.66); backdrop-filter: blur(3px);
  opacity: 0; transition: opacity 0.22s ease;
}
.pp-exit-survey.is-open { opacity: 1; }
.pp-exit-card {
  position: relative; width: 100%; max-width: 420px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px 26px 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  transform: translateY(10px) scale(0.98); transition: transform 0.22s ease;
}
.pp-exit-survey.is-open .pp-exit-card { transform: translateY(0) scale(1); }
.pp-exit-card h3 { margin: 0 0 6px; font-size: 1.18rem; color: var(--text); }
.pp-exit-card p { margin: 0 0 16px; color: var(--muted); font-size: 0.92rem; }
.pp-exit-close {
  position: absolute; top: 12px; right: 14px;
  background: none; border: 0; color: var(--muted);
  font-size: 1.5rem; line-height: 1; cursor: pointer;
}
.pp-exit-close:hover { color: var(--text); }
.pp-exit-reasons { display: grid; gap: 8px; }
.pp-exit-reason {
  text-align: left; width: 100%; padding: 12px 14px;
  background: var(--surface-2); color: var(--text);
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  font-size: 0.94rem; cursor: pointer; transition: border-color 0.15s ease, background 0.15s ease;
}
.pp-exit-reason:hover { border-color: var(--accent); background: #262c36; }
.pp-exit-thanks { text-align: center; padding: 10px 0 6px; }
.pp-exit-check {
  width: 54px; height: 54px; margin: 0 auto 14px; border-radius: 50%;
  display: grid; place-items: center; font-size: 1.6rem; color: #fff;
  background: linear-gradient(135deg, var(--green), #25b869);
}
