/* ============================================================
   COREGANIC — funnel landing page
   Bright editorial direct-response system (Luvo-model), in
   Coreganic's orange/charcoal brand palette.
   ============================================================ */

:root {
  --ink: #171310;
  --ink-soft: #4c443c;
  --paper: #ffffff;
  --cream: #faf5ee;
  --sand: #f3ece1;
  --line: #e7ded2;
  --orange: #e8622c;
  --orange-deep: #cf4c17;
  --ink-faint: #7d7264;
  --gold: #f0a03c;
  --leaf: #eef0a0;
  --hi: #f9ef82;            /* Luvo-style highlighter */
  --star: #f5a623;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(23, 19, 16, 0.08);
  --font-head: "Space Grotesk", "Inter", -apple-system, sans-serif;
  --font-body: "Inter", -apple-system, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

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

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.wrap-narrow { max-width: 880px; margin: 0 auto; padding: 0 20px; }

h1, h2, h3 { font-family: var(--font-head); line-height: 1.08; letter-spacing: -0.02em; }

.em { font-style: italic; }
.hi { background: linear-gradient(transparent 58%, var(--hi) 58%); padding: 0 2px; }

/* ---------- announcement bar ---------- */
.announce {
  background: var(--ink);
  color: #fff;
  text-align: center;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 9px 16px;
  position: relative;
}
.announce span { display: block; animation: announceCycle 12s infinite backwards; }
.announce span:nth-child(2) { animation-delay: 4s; }
.announce span:nth-child(3) { animation-delay: 8s; }
.announce span:not(:first-child) { position: absolute; inset: 9px 16px auto; opacity: 0; }
@keyframes announceCycle {
  0%, 2% { opacity: 0; transform: translateY(6px); }
  5%, 30% { opacity: 1; transform: translateY(0); }
  33%, 100% { opacity: 0; transform: translateY(-6px); }
}

/* ---------- header ---------- */
.site-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  max-width: 1120px;
  margin: 0 auto;
}
.site-head img { height: 44px; width: auto; }
.head-cta {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: var(--ink);
  padding: 10px 20px;
  border-radius: 999px;
  white-space: nowrap;
  transition: transform 0.15s ease, background 0.15s ease;
}
.head-cta:hover { background: var(--orange-deep); transform: translateY(-1px); }

/* ---------- hero ---------- */
.hero { padding: 26px 0 64px; }
.hero-grid {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 56px;
  align-items: center;
}
.hero-photo {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.offer-chip {
  display: inline-block;
  background: var(--hi);
  font-weight: 700;
  font-size: 13.5px;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(38px, 5.2vw, 58px);
  font-weight: 700;
  margin-bottom: 20px;
}
.hero h1 .brand-name { font-style: italic; color: var(--orange); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.chip {
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 13.5px;
  padding: 7px 15px;
  background: #fff;
}
.hero-body { font-size: 17.5px; color: var(--ink-soft); margin-bottom: 20px; max-width: 54ch; }
.hero-body strong { color: var(--ink); }
.evidence { list-style: none; margin: 0 0 28px; display: grid; gap: 12px; }
.evidence li { display: flex; gap: 10px; font-size: 15.5px; align-items: flex-start; }
.evidence li span { flex: 1; }
.evidence li::before {
  content: "✓";
  flex: 0 0 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--leaf);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  display: grid;
  place-items: center;
  margin-top: 3px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(100deg, #a83c0e, var(--orange-deep) 55%, #c24512);
  border-radius: 999px;
  padding: 17px 38px;
  box-shadow: 0 12px 26px rgba(168, 60, 14, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(168, 60, 14, 0.42); }
.cta-btn .arrow { transition: transform 0.15s ease; }
.cta-btn:hover .arrow { transform: translateX(4px); }

.rating-line { margin-top: 16px; font-size: 15px; font-weight: 600; }
.stars { color: var(--star); letter-spacing: 2px; margin-right: 6px; }
.under-cta { margin-top: 8px; font-size: 13.5px; color: var(--ink-soft); }

/* ---------- trust marquee ---------- */
.marquee {
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  padding: 15px 0;
  white-space: nowrap;
}
.marquee-track { display: inline-flex; gap: 48px; animation: marquee 30s linear infinite; padding-right: 48px; }
.marquee-track span {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.14em;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.marquee-track span::after { content: "✦"; color: var(--gold); font-size: 11px; margin-left: 34px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- benefit blocks ---------- */
.benefits { padding: 84px 0 20px; }
.section-kicker {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
}
.benefits > .wrap > h2, .section-title {
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  max-width: 22ch;
  margin-bottom: 8px;
}

.benefit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 58px 0;
  border-bottom: 1px solid var(--line);
}
.benefit:last-of-type { border-bottom: none; }
.benefit-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.benefit-media img { width: 100%; height: 100%; object-fit: cover; }
.benefit:nth-of-type(even) .benefit-media { order: 2; }
.benefit-num {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
.benefit h3 { font-size: clamp(26px, 3.2vw, 36px); font-weight: 700; margin-bottom: 16px; }
.benefit-body { color: var(--ink-soft); margin-bottom: 22px; max-width: 52ch; }
.benefit-body strong { color: var(--ink); }

blockquote.review {
  background: var(--cream);
  border-left: 4px solid var(--gold);
  border-radius: 0 12px 12px 0;
  padding: 18px 20px;
  margin-bottom: 22px;
  font-size: 15.5px;
}
blockquote.review .who {
  display: block;
  margin-top: 10px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-soft);
  font-style: normal;
}

.cite-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; }
.cite-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  background: #fff;
}
.cite-card .stat { font-family: var(--font-head); font-weight: 700; font-size: 20px; color: var(--orange-deep); display: block; }
.cite-card .line { font-size: 13px; color: var(--ink-soft); display: block; margin-top: 4px; line-height: 1.45; }
.cite-card .src { font-size: 12px; color: var(--ink-faint); display: block; margin-top: 8px; }
.cite-note { font-size: 13.5px; color: var(--ink-soft); margin-top: 12px; }

/* ---------- fundamentals strip ---------- */
.fundamentals { background: var(--cream); padding: 72px 0; }
.fundamentals h2 { font-size: clamp(26px, 3.4vw, 38px); max-width: 24ch; margin-bottom: 10px; }
.fundamentals .lead { color: var(--ink-soft); max-width: 62ch; margin-bottom: 34px; }
.lever-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.lever {
  background: #fff;
  border-radius: 14px;
  padding: 20px 18px;
  border: 1px solid var(--line);
}
.lever .ic { font-size: 20px; display: block; margin-bottom: 10px; color: var(--orange); }
.lever h4 { font-family: var(--font-head); font-size: 15px; margin-bottom: 6px; }
.lever p { font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
.fundamentals .why { margin-top: 26px; font-size: 15px; font-weight: 600; max-width: 68ch; }

/* ---------- team note ---------- */
.team-note { padding: 84px 0; }
.note-card {
  background: var(--ink);
  color: #fff;
  border-radius: 24px;
  padding: clamp(36px, 5vw, 64px);
  position: relative;
  overflow: hidden;
}
.note-card::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 160, 60, 0.35), transparent 70%);
}
.note-card .section-kicker { color: var(--gold); }
.note-card p.quote {
  font-family: var(--font-head);
  font-size: clamp(20px, 2.6vw, 27px);
  line-height: 1.45;
  font-weight: 500;
  max-width: 34ch;
  position: relative;
  z-index: 1;
}
.note-card .sig { margin-top: 22px; font-size: 14.5px; color: #cbc2b6; }

/* ---------- buy box ---------- */
.buy { background: var(--sand); padding: 88px 0; }
.buy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.buy-media {
  background: #fff;
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}
.buy h2 { font-size: clamp(30px, 4vw, 42px); margin-bottom: 16px; }
.buy .desc { color: var(--ink-soft); margin: 18px 0 24px; max-width: 52ch; }
.feature-list { list-style: none; display: grid; gap: 11px; margin-bottom: 30px; }
.feature-list li { display: flex; gap: 10px; font-size: 15.5px; font-weight: 500; align-items: flex-start; }
.feature-list li::before {
  content: "✓";
  flex: 0 0 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: grid;
  place-items: center;
  margin-top: 2px;
}
.what-you-get { font-size: 14px; font-weight: 600; margin-bottom: 20px; }

/* ---------- testimonial wall ---------- */
.testimonials { padding: 88px 0; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.testi-card {
  background: var(--cream);
  border-radius: 16px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.testi-card .mark { font-family: var(--font-head); font-size: 42px; line-height: 0.5; color: var(--orange); }
.testi-card p { font-size: 15.5px; flex: 1; }
.testi-card .who { font-size: 13.5px; font-weight: 600; color: var(--ink-soft); }
.testi-card .stars { font-size: 13px; }
.honesty-note { margin-top: 26px; font-size: 13.5px; color: var(--ink-soft); max-width: 90ch; }

/* ---------- FAQ ---------- */
.faq { background: var(--cream); padding: 88px 0; }
.faq-list { margin-top: 36px; display: grid; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 19px 22px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 16.5px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 22px; color: var(--orange); flex: 0 0 auto; transition: transform 0.2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .a { padding: 0 22px 20px; color: var(--ink-soft); font-size: 15.5px; max-width: 72ch; }

/* ---------- final CTA ---------- */
.final-cta { position: relative; overflow: hidden; }
.final-cta .bg { position: absolute; inset: 0; }
.final-cta .bg img { width: 100%; height: 100%; object-fit: cover; }
.final-cta .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(255,255,255,0.94) 34%, rgba(255,255,255,0.72) 58%, rgba(255,255,255,0.1));
}
.final-inner { position: relative; z-index: 1; padding: 110px 0; max-width: 560px; }
.final-inner h2 { font-size: clamp(32px, 4.4vw, 48px); margin-bottom: 16px; }
.final-inner p { color: var(--ink-soft); margin-bottom: 30px; max-width: 46ch; }

/* ---------- footer ---------- */
.site-foot { background: var(--ink); color: #b7ada1; padding: 64px 0 40px; font-size: 14px; }
.foot-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; margin-bottom: 40px; }
.site-foot img { height: 40px; width: auto; }
.foot-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.foot-badges span {
  border: 1px solid #3d362f;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #d9d1c5;
}
.disclaimer { font-size: 12.5px; line-height: 1.7; color: #8d8377; border-top: 1px solid #332d27; padding-top: 26px; max-width: 100ch; }
.disclaimer + .disclaimer { border-top: none; padding-top: 12px; }
.copyright { margin-top: 22px; font-size: 12.5px; color: #6e665c; }
.site-foot a { color: #d9d1c5; }

/* ---------- sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  display: none;
  z-index: 50;
  box-shadow: 0 -8px 24px rgba(23,19,16,0.1);
}
.sticky-cta .cta-btn { width: 100%; padding: 14px 20px; font-size: 15.5px; }

/* ---------- reveal on scroll ---------- */
html.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
  .announce span { animation: none; }
  .announce span:not(:first-child) { display: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-photo { max-width: 470px; order: 2; aspect-ratio: 4 / 3; }
  .hero h1 { font-size: clamp(32px, 8.5vw, 52px); }
  .benefit { grid-template-columns: 1fr; gap: 28px; padding: 44px 0; }
  .benefit:nth-of-type(even) .benefit-media { order: 0; }
  .buy-grid { grid-template-columns: 1fr; gap: 34px; }
  .lever-grid { grid-template-columns: repeat(2, 1fr); }
  .lever:last-child { grid-column: 1 / -1; }
  .testi-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .final-cta .bg::after { background: linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.88)); }
  .sticky-cta { display: block; }
  body { padding-bottom: 74px; }
}

/* ---------- review-pass additions ---------- */
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.hero-photo a, .buy-media a { display: block; height: 100%; }
.product-subtitle {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: -8px 0 16px;
}
.brand-caption {
  margin-top: 14px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 14px;
  color: var(--orange-deep);
}
.cta-mid { text-align: center; padding: 10px 0 64px; }
.cta-mid .under-cta { margin-top: 10px; }
