/* PureHabit Co. — Main Stylesheet
   Palette: deep forest #1c2e1e, sage #4a7c59, champagne #d4a853,
            warm cream #f5f0e8, soft white #fdfcf9
   Fonts: DM Serif Display + Outfit
   ============================================================ */

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

:root {
  --forest:      #1c2e1e;
  --forest-mid:  #2b4530;
  --sage:        #4a7c59;
  --sage-light:  #6fa882;
  --sage-pale:   #eaf2ec;
  --sage-xpale:  #f4f9f5;
  --champ:       #d4a853;
  --champ-dark:  #a87c2e;
  --champ-light: #fdf6e3;
  --cream:       #f5f0e8;
  --cream-dark:  #ede5d5;
  --soft:        #fdfcf9;
  --text:        #1a1f1b;
  --text-mid:    #3a4a3d;
  --text-soft:   #6b7d6e;
  --border:      #dde8df;
  --red-x:       #c0392b;
  --check:       #2b7a4b;
  --radius:      8px;
  --radius-lg:   20px;
  --radius-xl:   32px;
  --shadow-sm:   0 1px 6px rgba(28,46,30,0.07);
  --shadow:      0 4px 22px rgba(28,46,30,0.11);
  --shadow-lg:   0 12px 44px rgba(28,46,30,0.16);
  --trans:       0.2s ease;
  --font-head:   'DM Serif Display', serif;
  --font-body:   'Outfit', sans-serif;
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--text); background: var(--soft); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--sage); text-decoration: none; transition: color var(--trans); }
a:hover { color: var(--forest); }
ul { list-style: none; }
.container { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 1.25rem; }

/* ── TYPE ───────────────────────────────────── */
h1,h2,h3,h4 { font-family: var(--font-head); line-height: 1.2; color: var(--text); font-weight: 400; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.3rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); }
h4 { font-size: 1rem; font-family: var(--font-body); font-weight: 600; }

.pill {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-family: var(--font-body); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 0.3rem 0.85rem; border-radius: 50px;
}
.pill-sage    { background: var(--sage-pale); color: var(--forest-mid); }
.pill-champ   { background: var(--champ-light); color: var(--champ-dark); }
.pill-forest  { background: var(--forest); color: rgba(255,255,255,0.8); }
.pill-white   { background: rgba(255,255,255,0.14); color: #fff; border: 1px solid rgba(255,255,255,0.28); }

/* ── BUTTONS ────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem;
  padding: 0.9rem 2rem; border-radius: 50px; border: 2px solid transparent;
  cursor: pointer; transition: all var(--trans); text-align: center;
}
.btn-forest { background: var(--forest); color: #fff; box-shadow: 0 4px 14px rgba(28,46,30,0.3); }
.btn-forest:hover { background: var(--forest-mid); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 26px rgba(28,46,30,0.35); }
.btn-champ  { background: var(--champ); color: var(--forest); box-shadow: 0 4px 14px rgba(212,168,83,0.35); }
.btn-champ:hover { background: var(--champ-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 26px rgba(212,168,83,0.4); }
.btn-outline-cream { background: transparent; color: #fff; border-color: rgba(255,255,255,0.45); }
.btn-outline-cream:hover { background: rgba(255,255,255,0.1); color: #fff; }
.btn-outline-sage { background: transparent; color: var(--sage); border-color: var(--sage); }
.btn-outline-sage:hover { background: var(--sage); color: #fff; }
.btn-lg   { padding: 1.1rem 2.6rem; font-size: 1.1rem; }
.btn-xl   { padding: 1.2rem 3rem; font-size: 1.15rem; }
.btn-full { width: 100%; }

/* ── DISCLOSURE BAR ─────────────────────────── */
.disc-bar {
  background: var(--champ-light); border-bottom: 1px solid #e8d4a0;
  padding: 0.55rem 1.25rem; text-align: center;
  font-size: 0.78rem; color: #7a5c1e; font-family: var(--font-body);
}
.disc-bar strong { color: var(--champ-dark); }
.disc-bar a { color: var(--champ-dark); font-weight: 700; text-decoration: underline; }

/* ── HEADER ──────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(253,252,249,0.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: all var(--trans);
}
.site-header.scrolled { border-color: var(--border); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 62px; }

.logo { display: flex; align-items: center; gap: 0.55rem; text-decoration: none; }
.logo-leaf {
  width: 32px; height: 32px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg);
  background: linear-gradient(135deg, var(--sage), var(--forest));
  flex-shrink: 0;
}
.logo-name { font-family: var(--font-head); font-size: 1.15rem; color: var(--forest); letter-spacing: -0.01em; }
.logo-name em { color: var(--champ-dark); font-style: normal; }

.main-nav { display: none; }
.main-nav ul { display: flex; gap: 0; }
.main-nav a { font-size: 0.88rem; font-weight: 500; color: var(--text-mid); padding: 0.4rem 0.85rem; border-radius: 6px; transition: all var(--trans); }
.main-nav a:hover, .main-nav a.active { color: var(--sage); background: var(--sage-pale); }
.header-cta { display: none; }
.burger { background: none; border: none; cursor: pointer; padding: 0.4rem; display: flex; flex-direction: column; gap: 5px; }
.burger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all var(--trans); }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mob-nav { display: none; position: fixed; inset: 0; background: var(--forest); z-index: 999; padding: 5rem 2rem 2rem; flex-direction: column; gap: 0.4rem; }
.mob-nav.open { display: flex; }
.mob-nav a { color: rgba(255,255,255,0.75); font-size: 1.2rem; font-family: var(--font-head); padding: 0.7rem 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.mob-nav a:hover { color: var(--champ); }

@media (min-width: 860px) { .main-nav { display: block; } .header-cta { display: inline-flex; } .burger { display: none; } }

/* ── HERO ────────────────────────────────────── */
.hero {
  background: var(--forest);
  position: relative; overflow: hidden;
  padding: 0;
}
.hero-pattern {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.04;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 32px 32px;
}
.hero-glow { position: absolute; top: -60px; right: -60px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(212,168,83,0.12) 0%, transparent 65%); border-radius: 50%; pointer-events: none; }
.hero-grid { display: grid; min-height: 88vh; }
@media (min-width: 860px) { .hero-grid { grid-template-columns: 1fr 420px; min-height: 80vh; } }

.hero-left {
  padding: 4rem 0 4rem;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; z-index: 1;
}
.hero-kicker { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.hero-line { width: 30px; height: 1px; background: var(--champ); }
.hero-kicker-txt { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--champ); }
.hero h1 { color: #fff; margin-bottom: 1.1rem; }
.hero h1 em { font-style: italic; color: var(--champ); }
.hero-desc { color: rgba(255,255,255,0.62); font-size: 1.05rem; max-width: 480px; margin-bottom: 2rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-signals { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; max-width: 380px; }
.hero-signal {
  display: flex; align-items: center; gap: 0.55rem;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius); padding: 0.65rem 0.85rem;
}
.hero-signal .sig-val { font-family: var(--font-head); font-size: 1.3rem; color: var(--champ); line-height: 1; }
.hero-signal .sig-lbl { font-size: 0.72rem; color: rgba(255,255,255,0.5); line-height: 1.3; }

.hero-right {
  display: flex; align-items: flex-end; justify-content: center;
  padding: 2rem 0 0; position: relative; z-index: 1;
}
.hero-right img { max-height: 420px; filter: drop-shadow(0 -8px 36px rgba(212,168,83,0.25)); margin: 0 auto; }

/* ── INTRO STRIP ─────────────────────────────── */
.intro-strip {
  background: var(--cream); border-top: 1px solid var(--cream-dark); border-bottom: 1px solid var(--cream-dark);
  padding: 1.4rem 0;
}
.intro-strip-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 2rem; flex-wrap: wrap;
}
.intro-strip-item { display: flex; align-items: center; gap: 0.55rem; font-size: 0.85rem; font-weight: 500; color: var(--text-mid); }
.intro-strip-item .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); flex-shrink: 0; }
.intro-strip-sep { width: 1px; height: 18px; background: var(--cream-dark); }
@media (max-width: 480px) { .intro-strip-sep { display: none; } }

/* ── EDITORIAL SECTION ───────────────────────── */
.editorial-section { padding: 5rem 0; background: var(--soft); }
.editorial-grid { display: grid; gap: 3.5rem; align-items: start; }
@media (min-width: 900px) { .editorial-grid { grid-template-columns: 1fr 340px; } }

.editorial-body {}
.editorial-body p { color: var(--text-mid); line-height: 1.82; margin-bottom: 1.2rem; font-size: 0.98rem; }
.editorial-body h3 { margin: 2rem 0 0.75rem; color: var(--forest); }
.editorial-blockquote {
  border-left: 3px solid var(--champ); background: var(--champ-light);
  padding: 1.2rem 1.5rem; margin: 1.75rem 0; border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--font-head); font-size: 1.05rem; font-style: italic;
  color: var(--champ-dark); line-height: 1.65;
}

/* Habit List */
.habit-list { display: flex; flex-direction: column; gap: 1rem; margin: 1.5rem 0; }
.habit-item {
  display: flex; gap: 1rem; padding: 1.1rem 1.25rem;
  background: var(--sage-xpale); border: 1px solid var(--border);
  border-radius: var(--radius-lg); transition: all var(--trans);
}
.habit-item:hover { border-color: var(--sage); box-shadow: var(--shadow-sm); }
.habit-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--forest); color: var(--champ);
  font-family: var(--font-head); font-size: 1rem; font-weight: 400;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.habit-text h4 { margin-bottom: 0.2rem; font-size: 0.95rem; color: var(--forest); }
.habit-text p  { font-size: 0.86rem; color: var(--text-soft); margin: 0; }

/* Sticky Aside */
.editorial-aside {}
.aside-card {
  background: var(--soft); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 1.75rem;
  margin-bottom: 1.25rem; position: sticky; top: 80px;
}
.aside-card.featured { background: var(--forest); border-color: var(--forest); }
.aside-card.featured img { max-width: 170px; margin: 0 auto 1.25rem; filter: drop-shadow(0 4px 16px rgba(212,168,83,0.3)); }
.aside-card.featured h4 { color: #fff; font-family: var(--font-head); font-size: 1.05rem; text-align: center; font-weight: 400; margin-bottom: 0.4rem; }
.aside-card.featured p { color: rgba(255,255,255,0.5); font-size: 0.82rem; text-align: center; margin-bottom: 1.25rem; }
.aside-facts { display: flex; flex-direction: column; gap: 0; }
.aside-fact { display: flex; justify-content: space-between; align-items: center; padding: 0.55rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 0.82rem; }
.aside-fact:last-child { border-bottom: none; }
.aside-fact .lbl { color: rgba(255,255,255,0.45); }
.aside-fact .val { color: #fff; font-weight: 600; }
.aside-note { font-size: 0.7rem; color: rgba(255,255,255,0.28); text-align: center; margin-top: 0.75rem; }

/* ── BENEFITS STRIP ──────────────────────────── */
.benefits-section { background: var(--cream); padding: 4rem 0; }
.benefits-grid { display: grid; gap: 1.5rem; }
@media (min-width: 640px) { .benefits-grid { grid-template-columns: repeat(3, 1fr); } }

.benefit-card {
  background: var(--soft); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 2rem 1.75rem;
  transition: all var(--trans); position: relative; overflow: hidden;
}
.benefit-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--sage), var(--champ)); transform: scaleX(0); transform-origin: left; transition: transform var(--trans); }
.benefit-card:hover::before { transform: scaleX(1); }
.benefit-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.benefit-icon { font-size: 2rem; margin-bottom: 1rem; }
.benefit-card h3 { color: var(--forest); margin-bottom: 0.6rem; font-size: 1.1rem; }
.benefit-card p { color: var(--text-soft); font-size: 0.9rem; line-height: 1.68; margin: 0; }

/* ── PACKAGES ─────────────────────────────────── */
.packages-section { padding: 5rem 0; background: var(--soft); }
.pkg-layout { display: flex; flex-direction: column; gap: 1.25rem; }

.pkg-row {
  display: grid; gap: 1.5rem; align-items: center;
  background: var(--soft); border: 1.5px solid var(--border);
  border-radius: var(--radius-xl); padding: 1.75rem 2rem;
  transition: all var(--trans); position: relative;
}
.pkg-row:hover { box-shadow: var(--shadow); border-color: var(--sage); }
.pkg-row.best { border-color: var(--champ); background: var(--champ-light); box-shadow: 0 0 0 2px var(--champ), var(--shadow); }

@media (min-width: 640px) { .pkg-row { grid-template-columns: auto 1fr auto auto; } }

.pkg-badge-abs {
  position: absolute; top: -12px; left: 1.75rem;
  background: var(--champ); color: var(--forest);
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.25rem 0.85rem; border-radius: 50px;
}
.pkg-badge-abs.pop { background: var(--sage); color: #fff; }

.pkg-img { width: 90px; flex-shrink: 0; }
.pkg-img img { width: 100%; object-fit: contain; }

.pkg-info {}
.pkg-name { font-family: var(--font-head); font-size: 1.15rem; color: var(--forest); margin-bottom: 0.2rem; }
.pkg-supply { font-size: 0.82rem; color: var(--text-soft); margin-bottom: 0.65rem; }
.pkg-perks { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.pkg-perk { font-size: 0.75rem; color: var(--check); display: flex; align-items: center; gap: 0.25rem; font-weight: 500; }
.pkg-perk::before { content: '✓'; font-weight: 700; }
.pkg-perk.gold { color: var(--champ-dark); }
.pkg-perk.gold::before { content: '★'; }

.pkg-price { text-align: center; flex-shrink: 0; }
.pkg-price-main { font-family: var(--font-head); font-size: 2.4rem; color: var(--forest); line-height: 1; }
.pkg-price-main sup { font-size: 1rem; vertical-align: super; }
.pkg-price-sub { font-size: 0.72rem; color: var(--text-soft); margin-top: 0.15rem; }
.pkg-price-total { font-size: 0.8rem; color: var(--text-soft); margin-top: 0.25rem; }
.pkg-price-total s { color: #b0a090; }

.pkg-action { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.pkg-action .btn { min-width: 160px; }
.pkg-action .guarantee-note { font-size: 0.7rem; color: var(--text-soft); }

/* ── GUARANTEE ──────────────────────────────── */
.guarantee-section { padding: 4rem 0; background: var(--forest); }
.guarantee-inner { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 860px) { .guarantee-inner { grid-template-columns: 280px 1fr; } }

.guarantee-circle {
  width: 200px; height: 200px; border-radius: 50%;
  border: 3px solid var(--champ); background: rgba(212,168,83,0.08);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  margin: 0 auto;
}
.guarantee-circle .big-num { font-family: var(--font-head); font-size: 4rem; color: var(--champ); line-height: 1; }
.guarantee-circle .big-lbl { font-size: 0.72rem; color: rgba(255,255,255,0.55); letter-spacing: 0.15em; text-transform: uppercase; margin-top: 0.2rem; }

.guarantee-text h2 { color: #fff; margin-bottom: 0.85rem; }
.guarantee-text p  { color: rgba(255,255,255,0.6); line-height: 1.78; font-size: 0.97rem; margin-bottom: 1rem; }
.guarantee-text .caveat { font-size: 0.78rem; color: rgba(255,255,255,0.3); font-style: italic; }

/* ── FAQ ─────────────────────────────────────── */
.faq-section { padding: 4rem 0; background: var(--cream); }
.faq-container { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.6rem; }
.faq-card { background: var(--soft); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: border-color var(--trans); }
.faq-card:hover { border-color: var(--sage); }
.faq-trigger {
  width: 100%; background: none; border: none; cursor: pointer;
  padding: 1.1rem 1.35rem; text-align: left;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  font-family: var(--font-body); font-size: 0.95rem; font-weight: 600; color: var(--text);
  transition: background var(--trans);
}
.faq-trigger:hover { background: var(--sage-xpale); }
.faq-arrow {
  width: 26px; height: 26px; border-radius: 50%;
  border: 1.5px solid var(--border); background: var(--sage-pale);
  display: flex; align-items: center; justify-content: center;
  color: var(--sage); font-size: 1rem; transition: all var(--trans); flex-shrink: 0;
}
.faq-trigger.open .faq-arrow { transform: rotate(45deg); background: var(--sage); color: #fff; border-color: var(--sage); }
.faq-panel { display: none; padding: 0 1.35rem 1.1rem; font-size: 0.91rem; color: var(--text-mid); line-height: 1.74; }
.faq-panel.open { display: block; }
.faq-panel a { color: var(--sage); text-decoration: underline; }

/* ── FINAL CTA ──────────────────────────────── */
.final-cta { padding: 5rem 0; background: var(--soft); }
.cta-grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 860px) { .cta-grid { grid-template-columns: 1fr 360px; } }

.cta-text {}
.cta-text h2 { margin-bottom: 0.85rem; }
.cta-text p { color: var(--text-mid); font-size: 1rem; line-height: 1.75; margin-bottom: 1.75rem; }
.cta-checklist { display: flex; flex-direction: column; gap: 0.55rem; margin-bottom: 2rem; }
.cta-check-row { display: flex; align-items: center; gap: 0.7rem; font-size: 0.92rem; color: var(--text-mid); }
.cta-check-row::before { content: '✓'; color: var(--check); font-weight: 700; }
.cta-small { font-size: 0.78rem; color: var(--text-soft); margin-top: 1rem; font-style: italic; }

.cta-product-panel {
  background: var(--forest); border-radius: var(--radius-xl); padding: 2.25rem;
  text-align: center; box-shadow: var(--shadow-lg);
}
.cta-product-panel img { max-width: 180px; margin: 0 auto 1.25rem; filter: drop-shadow(0 6px 20px rgba(212,168,83,0.3)); }
.cta-product-panel h3 { color: #fff; font-size: 1.2rem; margin-bottom: 0.3rem; }
.cta-product-panel p { color: rgba(255,255,255,0.45); font-size: 0.82rem; margin-bottom: 0.75rem; }
.cta-price-row { background: rgba(255,255,255,0.06); border-radius: var(--radius); padding: 0.75rem; margin-bottom: 1.25rem; }
.cta-price-row .from { font-size: 0.72rem; color: rgba(255,255,255,0.4); }
.cta-price-row .price { font-family: var(--font-head); font-size: 2rem; color: var(--champ); }
.cta-price-row .unit  { font-size: 0.75rem; color: rgba(255,255,255,0.4); }
.cta-product-note { font-size: 0.68rem; color: rgba(255,255,255,0.25); margin-top: 0.75rem; line-height: 1.5; }

/* ── FOOTER ──────────────────────────────────── */
.site-footer { background: var(--forest); color: rgba(255,255,255,0.45); padding-top: 3.5rem; }
.footer-cols { display: grid; gap: 2.5rem; padding-bottom: 2.75rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
@media (min-width: 640px) { .footer-cols { grid-template-columns: 1.7fr 1fr 1fr; } }

.footer-brand { font-family: var(--font-head); font-size: 1.2rem; color: #fff; margin-bottom: 0.65rem; }
.footer-brand em { color: var(--champ); font-style: normal; }
.footer-tagline { font-size: 0.83rem; color: rgba(255,255,255,0.35); font-style: italic; margin-bottom: 0.75rem; }
.footer-desc { font-size: 0.83rem; line-height: 1.68; }

.footer-col h5 { color: rgba(255,255,255,0.65); font-family: var(--font-body); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 1rem; }
.f-links { display: flex; flex-direction: column; gap: 0.5rem; }
.f-links a { font-size: 0.84rem; color: rgba(255,255,255,0.35); transition: color var(--trans); }
.f-links a:hover { color: var(--champ); }
.f-contact { display: flex; flex-direction: column; gap: 0.65rem; }
.f-contact li { font-size: 0.84rem; }
.f-contact a { color: rgba(255,255,255,0.35); transition: color var(--trans); }
.f-contact a:hover { color: var(--champ); }

.footer-bottom { padding: 1.4rem 0; }
.fb-inner { display: flex; flex-direction: column; gap: 0.65rem; }
@media (min-width: 640px) { .fb-inner { flex-direction: row; justify-content: space-between; align-items: flex-start; } }
.f-copy { font-size: 0.78rem; }
.f-disc { font-size: 0.73rem; color: rgba(255,255,255,0.22); line-height: 1.6; max-width: 620px; }

/* ── COOKIE ──────────────────────────────────── */
.ck-bar { position: fixed; bottom: 0; left: 0; right: 0; background: var(--forest); border-top: 1px solid rgba(212,168,83,0.25); padding: 0.9rem 1.25rem; z-index: 9999; display: none; }
.ck-inner { max-width: 1080px; margin: 0 auto; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.ck-inner p { color: rgba(255,255,255,0.6); font-size: 0.82rem; flex: 1; min-width: 200px; }
.ck-inner a { color: var(--champ); }
.ck-btns { display: flex; gap: 0.6rem; }

/* ── MISC ────────────────────────────────────── */
.fade-in { opacity: 0; transform: translateY(14px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: none; }
.sec-head { margin-bottom: 2.5rem; }
.sec-head .pill { margin-bottom: 0.9rem; }
.sec-head h2 { margin-bottom: 0.6rem; }
.sec-head p { color: var(--text-soft); max-width: 560px; font-size: 1rem; }
.sec-head.center { text-align: center; }
.sec-head.center p { margin-left: auto; margin-right: auto; }

/* Policy pages */
.policy-pg { padding: 3.5rem 0 5rem; background: var(--soft); }
.policy-pg h1 { margin-bottom: 0.4rem; }
.policy-pg .upd { color: var(--text-soft); font-size: 0.82rem; margin-bottom: 2.5rem; }
.policy-body { max-width: 740px; }
.policy-body h2 { font-size: 1.2rem; margin: 2rem 0 0.6rem; color: var(--forest); }
.policy-body p, .policy-body li { color: var(--text-mid); line-height: 1.8; margin-bottom: 0.9rem; font-size: 0.94rem; }
.policy-body ul { list-style: disc; padding-left: 1.5rem; }
.policy-body a { color: var(--sage); text-decoration: underline; }
