/* ── CSS VARIABLES ── */
:root {
  --cream: #FBF7F1;
  --cream-dark: #F2EBE0;
  --sage: #7A9E7E;
  --sage-light: #B8D4BB;
  --sage-pale: #EDF4EE;
  --rose: #C97B6E;
  --rose-pale: #F5E8E5;
  --text: #2C2820;
  --text-mid: #5A534A;
  --text-light: #8A8078;
  --lavender: #9B8EC4;
  --lavender-pale: #EEE8F8;
  --gold: #C9A84C;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--text);
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
}

/* ── ANNOUNCEMENT BAR ── */
.topbar {
  background: var(--sage);
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .03em;
}
.topbar span { opacity: .8; margin: 0 8px; }

/* ── NAV ── */
nav {
  background: var(--cream);
  border-bottom: 1px solid rgba(122,158,126,.2);
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
}
.logo {
  display: flex;
  flex-direction: column;
  gap: 1px;
  text-decoration: none;
}
.logo-name {
  font-family: 'Lora', serif;
  font-size: 20px;
  color: var(--sage);
  font-style: italic;
  line-height: 1;
}
.logo-tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-style: normal;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-light);
  font-weight: 400;
  line-height: 1;
}
.nav-cta {
  background: var(--rose);
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: transform .15s, background .15s;
  text-decoration: none;
  display: inline-block;
}
.nav-cta:hover { background: #b56a5e; transform: translateY(-1px); }

/* ── HERO ── */
.hero {
  min-height: 92vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  padding: 60px 80px;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,212,187,.35) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 350px; height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,123,110,.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero-text { position: relative; z-index: 1; max-width: 560px; }
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--sage-pale);
  border: 1px solid rgba(122,158,126,.3);
  color: var(--sage);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 28px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.hero-eyebrow::before { content: '✦'; font-size: 10px; }

h1 {
  font-family: 'Lora', serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.15;
  color: var(--text);
  margin-bottom: 20px;
  font-weight: 600;
}
h1 em {
  color: var(--sage);
  font-style: italic;
  position: relative;
}
h1 em::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 3px;
  background: var(--sage-light);
  border-radius: 2px;
}

.hero-sub {
  font-size: 18px;
  color: var(--text-mid);
  margin-bottom: 36px;
  line-height: 1.65;
  max-width: 500px;
}
.hero-price-block {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.price-tag {
  font-family: 'Lora', serif;
  font-size: 42px;
  font-weight: 600;
  color: var(--text);
}
.price-old {
  font-size: 20px;
  color: var(--text-light);
  text-decoration: line-through;
}
.price-badge {
  background: var(--rose-pale);
  color: var(--rose);
  font-size: 13px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--sage);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 18px 40px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  margin-bottom: 14px;
}
.btn-primary:hover { background: #69907D; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(122,158,126,.35); }
.btn-arrow { font-size: 20px; transition: transform .2s; }
.btn-primary:hover .btn-arrow { transform: translateX(4px); }

.hero-trust {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: var(--text-light);
  flex-wrap: wrap;
}
.trust-item { display: flex; align-items: center; gap: 5px; }
.trust-icon { font-size: 15px; }

/* ── HERO VISUAL ── */
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product-mockup {
  width: 340px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(44,40,32,.12);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.mockup-header {
  background: var(--sage);
  padding: 28px 28px 20px;
  color: #fff;
}
.mockup-brand {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .8;
  margin-bottom: 8px;
}
.mockup-title {
  font-family: 'Lora', serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.3;
}
.mockup-body { padding: 22px 28px; }
.mockup-section { margin-bottom: 16px; }
.mockup-section-title {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--sage);
  margin-bottom: 8px;
}
.mockup-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid var(--cream-dark);
}
.mockup-check {
  width: 18px; height: 18px;
  border-radius: 4px;
  border: 1.5px solid var(--sage-light);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mockup-check.done {
  background: var(--sage);
  border-color: var(--sage);
  color: #fff;
  font-size: 11px;
}
.mockup-text { font-size: 13px; color: var(--text-mid); }
.mockup-text.done { text-decoration: line-through; color: var(--text-light); }
.mockup-progress { margin-top: 6px; }
.progress-bar { height: 5px; background: var(--cream-dark); border-radius: 3px; margin-top: 5px; }
.progress-fill { height: 100%; width: 0; background: var(--sage); border-radius: 3px; transition: width 1.2s ease; }
.progress-label { font-size: 11px; color: var(--text-light); display: flex; justify-content: space-between; }

.float-badge {
  position: absolute;
  top: 30px; left: -30px;
  background: var(--lavender-pale);
  border: 1px solid rgba(155,142,196,.3);
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 12px;
  color: var(--lavender);
  font-weight: 500;
  box-shadow: 0 4px 16px rgba(155,142,196,.15);
  z-index: 3;
  white-space: nowrap;
}
.float-badge-b {
  position: absolute;
  bottom: 30px; right: -30px;
  background: var(--rose-pale);
  border: 1px solid rgba(201,123,110,.25);
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 12px;
  color: var(--rose);
  font-weight: 500;
  box-shadow: 0 4px 16px rgba(201,123,110,.15);
  z-index: 3;
  white-space: nowrap;
}

/* ── KEYWORD STRIP ── */
.keyword-strip {
  background: #fff;
  border-top: 1px solid rgba(122,158,126,.15);
  border-bottom: 1px solid rgba(122,158,126,.15);
  padding: 20px 80px;
}
.keyword-strip-inner {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 32px;
  align-items: center;
}
.keyword-item {
  font-size: 13px;
  color: var(--text-mid);
  display: flex;
  align-items: center;
  gap: 7px;
}
.keyword-item strong { color: var(--text); font-weight: 500; }
.keyword-star { color: var(--sage); font-size: 15px; }
.keyword-sep { color: var(--sage-light); font-size: 18px; }

/* ── SECTION BASE ── */
section { padding: 90px 80px; }
.section-label {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 16px;
}
h2 {
  font-family: 'Lora', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px;
}
h2 em { color: var(--sage); font-style: italic; }
.section-sub {
  text-align: center;
  font-size: 18px;
  color: var(--text-mid);
  max-width: 600px;
  margin: 0 auto 56px;
}

/* ── PAIN SECTION ── */
.pain { background: var(--cream-dark); }
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.pain-card {
  background: #fff;
  border-radius: 16px;
  padding: 26px 24px;
  border-left: 4px solid var(--rose);
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease, box-shadow .2s;
}
.pain-card.visible { opacity: 1; transform: translateY(0); }
.pain-card:hover { box-shadow: 0 6px 20px rgba(44,40,32,.08); }
.pain-card::before {
  content: '"';
  font-family: 'Lora', serif;
  font-size: 64px;
  color: var(--rose);
  opacity: .2;
  position: absolute;
  top: 10px; left: 20px;
  line-height: 1;
}
.pain-text {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.65;
  padding-top: 20px;
  font-style: italic;
}
.pain-tag { margin-top: 14px; font-size: 13px; color: var(--text-light); font-weight: 500; }

/* ── BRIDGE ── */
.bridge {
  background: var(--sage);
  color: #fff;
  text-align: center;
  padding: 80px 80px;
}
.bridge h2 { color: #fff; margin-bottom: 16px; }
.bridge h2 em { color: var(--sage-light); }
.bridge p { color: rgba(255,255,255,.8); font-size: 19px; max-width: 620px; margin: 0 auto; }

/* ── INSIDE ── */
.inside { background: var(--cream); }
.inside-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}
.inside-item {
  display: flex;
  gap: 16px;
  background: #fff;
  border-radius: 14px;
  padding: 20px 22px;
  border: 1px solid rgba(122,158,126,.15);
  align-items: flex-start;
  transition: transform .15s, box-shadow .15s;
  opacity: 0;
  transform: translateY(16px);
}
.inside-item.visible { opacity: 1; transform: translateY(0); }
.inside-item:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(44,40,32,.06); }
.inside-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--sage-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.inside-title { font-size: 15px; font-weight: 500; color: var(--text); margin-bottom: 4px; }
.inside-desc { font-size: 13px; color: var(--text-mid); line-height: 1.5; }

/* ── HOW IT WORKS ── */
.how { background: var(--sage-pale); }
.steps {
  display: flex;
  gap: 0;
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 28px; left: 60px; right: 60px;
  height: 2px;
  background: var(--sage-light);
  z-index: 0;
}
.step {
  flex: 1;
  text-align: center;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.step-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--sage);
  color: #fff;
  font-family: 'Lora', serif;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(122,158,126,.35);
}
.step-title { font-size: 16px; font-weight: 500; margin-bottom: 8px; color: var(--text); }
.step-desc { font-size: 14px; color: var(--text-mid); line-height: 1.5; }

/* ── REVIEWS ── */
.reviews { background: var(--cream); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1040px;
  margin: 0 auto;
}
.review-card {
  background: #fff;
  border-radius: 16px;
  padding: 26px 24px;
  border: 1px solid rgba(122,158,126,.15);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease;
}
.review-card.visible { opacity: 1; transform: translateY(0); }
.stars { color: var(--gold); font-size: 16px; margin-bottom: 12px; letter-spacing: 2px; }
.review-text {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 16px;
}
.reviewer { font-size: 13px; font-weight: 500; color: var(--text); }
.reviewer-detail { font-size: 12px; color: var(--text-light); }
.review-tag {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  background: var(--sage-pale);
  color: var(--sage);
  padding: 3px 10px;
  border-radius: 20px;
}

/* ── PRICING ── */
.pricing {
  background: var(--cream-dark);
  text-align: center;
}
.price-card {
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 48px 48px;
  box-shadow: 0 20px 60px rgba(44,40,32,.10);
  border: 2px solid rgba(122,158,126,.2);
  position: relative;
}
.price-card::before {
  content: '⭐ Most Popular';
  position: absolute;
  top: -16px; left: 50%;
  transform: translateX(-50%);
  background: var(--sage);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 20px;
  border-radius: 20px;
  white-space: nowrap;
}
.price-card-title {
  font-family: 'Lora', serif;
  font-size: 26px;
  margin-bottom: 6px;
}
.price-card-sub { font-size: 14px; color: var(--text-mid); margin-bottom: 32px; }
.big-price {
  font-family: 'Lora', serif;
  font-size: 72px;
  font-weight: 600;
  color: var(--text);
  line-height: 1;
  margin-bottom: 6px;
}
.big-price sup { font-size: 32px; vertical-align: top; margin-top: 12px; }
.big-price sub { font-size: 20px; }
.was-price { font-size: 16px; color: var(--text-light); text-decoration: line-through; margin-bottom: 32px; }
.include-list { text-align: left; margin-bottom: 32px; }
.include-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--cream-dark);
  font-size: 15px;
  color: var(--text-mid);
}
.include-item:last-child { border-bottom: none; }
.check-icon {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--sage-pale);
  color: var(--sage);
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.btn-big {
  display: block;
  width: 100%;
  background: var(--sage);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s;
  margin-bottom: 14px;
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
  text-align: center;
}
.btn-big:hover { background: #69907D; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(122,158,126,.35); }
.secure-note { font-size: 13px; color: var(--text-light); display: flex; align-items: center; justify-content: center; gap: 6px; }

/* ── FAQ ── */
.faq-section {
  background: var(--cream);
  padding: 90px 80px;
}
.faq-list {
  max-width: 680px;
  margin: 0 auto;
}
.faq-item { border-bottom: 1px solid rgba(122,158,126,.2); padding: 24px 0; cursor: pointer; }
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  user-select: none;
}
.faq-icon { font-size: 20px; color: var(--sage); transition: transform .25s; flex-shrink: 0; }
.faq-a {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.65;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s;
}
.faq-item.open .faq-a { max-height: 300px; padding-top: 14px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* ── SEO BLOCK ── */
.seo-block {
  background: var(--sage-pale);
  padding: 60px 80px;
}
.seo-inner { max-width: 860px; margin: 0 auto; }
.seo-h2 { text-align: left; margin-bottom: 20px; }
.seo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  color: var(--text-mid);
  font-size: 15px;
  line-height: 1.75;
}

/* ── FOOTER CTA RIBBON ── */
.footer-cta {
  background: var(--sage);
  padding: 48px 80px;
  text-align: center;
}
.footer-cta-text {
  font-family: 'Lora', serif;
  font-size: 28px;
  color: #fff;
  margin-bottom: 16px;
  font-style: italic;
}
.footer-cta-btn {
  font-size: 16px;
  padding: 16px 36px;
}

/* ── FOOTER ── */
footer {
  background: var(--text);
  color: rgba(255,255,255,.6);
  text-align: center;
  padding: 40px 80px;
  font-size: 13px;
}
.footer-copy { margin-bottom: 12px; }
footer a { color: rgba(255,255,255,.5); text-decoration: none; margin: 0 8px; }
footer a:hover { color: #fff; }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes float {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

.hero-text > * { animation: fadeUp .6s ease both; }
.hero-text > *:nth-child(1) { animation-delay: .1s; }
.hero-text > *:nth-child(2) { animation-delay: .2s; }
.hero-text > *:nth-child(3) { animation-delay: .3s; }
.hero-text > *:nth-child(4) { animation-delay: .4s; }
.hero-text > *:nth-child(5) { animation-delay: .5s; }
.hero-text > *:nth-child(6) { animation-delay: .6s; }
.product-mockup { animation: fadeUp .7s ease .4s both; }
.float-badge  { animation: float 4s ease-in-out infinite; }
.float-badge-b { animation: float 4s ease-in-out infinite .8s; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding: 48px 32px; min-height: auto; text-align: center; }
  .hero-visual { display: none; }
  section { padding: 60px 32px; }
  .bridge { padding: 60px 32px; }
  .pain-grid, .reviews-grid { grid-template-columns: 1fr; }
  .inside-grid { grid-template-columns: 1fr; }
  .steps { flex-direction: column; gap: 30px; }
  .steps::before { display: none; }
  .faq-section { padding: 60px 32px; }
  .seo-block { padding: 60px 32px; }
  .seo-grid { grid-template-columns: 1fr; }
  .footer-cta { padding: 48px 32px; }
  footer { padding: 40px 32px; }
  nav { padding: 14px 24px; }
  .hero-trust { justify-content: center; }
  .hero-price-block { justify-content: center; }
  .keyword-strip { padding: 20px 24px; }
  .price-card { padding: 40px 28px; }
}

@media (max-width: 560px) {
  .pain-grid { grid-template-columns: 1fr; }
  .keyword-sep { display: none; }
  .keyword-strip-inner { gap: 8px 0; flex-direction: column; align-items: flex-start; }
}

/* ── NEWSLETTER ── */
.newsletter-section {
  background: var(--lavender-pale);
  border-top: 1px solid rgba(155,142,196,.2);
  border-bottom: 1px solid rgba(155,142,196,.2);
  padding: 80px 80px;
}
.newsletter-inner {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.newsletter-desc {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 20px;
}
.newsletter-perks {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--text-mid);
}
.newsletter-perks span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.newsletter-form-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 36px 36px;
  box-shadow: 0 8px 32px rgba(155,142,196,.12);
  border: 1px solid rgba(155,142,196,.2);
}
.newsletter-name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.newsletter-no-spam {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 20px;
}
.newsletter-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 10px;
}
.newsletter-input-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.newsletter-input {
  flex: 1;
  min-width: 0;
  border: 1.5px solid rgba(122,158,126,.3);
  border-radius: 40px;
  padding: 13px 20px;
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: var(--cream);
  outline: none;
  transition: border-color .15s;
}
.newsletter-input:focus {
  border-color: var(--lavender);
}
.newsletter-btn {
  background: var(--lavender);
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 13px 24px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  white-space: nowrap;
  transition: background .15s, transform .15s;
}
.newsletter-btn:hover {
  background: #8a7db3;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .newsletter-section { padding: 60px 32px; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 32px; }
  .newsletter-name-row { grid-template-columns: 1fr; }
  .newsletter-input-row { flex-direction: column; }
  .newsletter-btn { width: 100%; text-align: center; }
}
