/* =========================================================
   Reiki Dawn Academy — 7-Day Reiki Self-Healing Reset
   Dawn-inspired palette: warm sunrise golds + soft twilight purples
   ========================================================= */

:root {
  --cream: #fdf9f3;
  --cream-2: #faf3e8;
  --ink: #3a2e52;
  --ink-soft: #5f5478;
  --purple: #7c5cbf;
  --purple-deep: #4b3480;
  --purple-night: #2e2350;
  --gold: #f6c05c;
  --coral: #e97b5a;
  --coral-deep: #d95f3d;
  --white: #ffffff;
  --radius: 18px;
  --shadow-sm: 0 2px 12px rgba(75, 52, 128, 0.08);
  --shadow-md: 0 10px 30px rgba(75, 52, 128, 0.12);
  --shadow-lg: 0 20px 50px rgba(75, 52, 128, 0.18);
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Inter', -apple-system, 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(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 900px; }
.center { text-align: center; }

/* ---------- Typography ---------- */
h1, h2, h3 { font-family: var(--font-display); line-height: 1.15; }

h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 600; letter-spacing: -0.01em; }

.section-title {
  font-size: clamp(1.7rem, 3.6vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 18px;
}

.section-lead {
  font-size: clamp(1.02rem, 1.6vw, 1.15rem);
  color: var(--ink-soft);
  max-width: 680px;
  margin: 0 auto 44px;
  text-align: center;
}

.accent-text {
  background: linear-gradient(100deg, var(--coral), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--coral-deep);
  margin-bottom: 18px;
}
.eyebrow.center { display: flex; justify-content: center; }
.eyebrow i { color: var(--gold); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: linear-gradient(100deg, var(--coral) 0%, var(--coral-deep) 100%);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(217, 95, 61, 0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(217, 95, 61, 0.45);
}

.btn-sm { padding: 10px 22px; font-size: 0.9rem; }
.btn-lg { padding: 16px 34px; font-size: 1.05rem; }
.btn-xl { padding: 18px 42px; font-size: 1.12rem; width: 100%; }

.cta-microcopy {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin-top: 12px;
  line-height: 1.5;
  text-align: center;
}
.cta-microcopy-inner {
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.cta-microcopy i {
  color: var(--purple);
  margin-right: 0.4em;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 249, 243, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(124, 92, 191, 0.1);
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
}
.logo-mark { width: 38px; height: 38px; }
.brand-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.brand-name em {
  font-style: normal;
  font-weight: 400;
  color: var(--purple);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 70px 0 90px;
  background:
    radial-gradient(1000px 500px at 80% -10%, rgba(246, 192, 92, 0.25), transparent 60%),
    radial-gradient(800px 500px at 10% 110%, rgba(124, 92, 191, 0.14), transparent 60%),
    var(--cream);
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  top: -180px;
  right: -120px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(233, 123, 90, 0.18), transparent 65%);
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  position: relative;
}

.hero-sub {
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  color: var(--ink-soft);
  margin: 20px 0 24px;
  max-width: 540px;
}
.hero-sub strong { color: var(--ink); }

.hero-bullets { list-style: none; margin-bottom: 34px; }
.hero-bullets li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
  font-weight: 500;
}
.hero-bullets i { color: var(--coral); font-size: 1.1rem; }

.hero-cta-group .cta-microcopy { margin-top: 14px; }

/* Hero visual */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 420px;
}

.sun-circle { position: relative; width: 320px; height: 320px; }

.sun-core {
  position: absolute;
  inset: 60px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fbd98a, var(--gold) 45%, var(--coral) 100%);
  box-shadow: 0 20px 60px rgba(233, 123, 90, 0.45), 0 0 100px rgba(246, 192, 92, 0.5);
  animation: breathe 5s ease-in-out infinite;
}

.sun-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(124, 92, 191, 0.25);
}
.ring-1 { inset: 30px; animation: pulse-ring 5s ease-in-out infinite; }
.ring-2 { inset: 8px; border-color: rgba(124, 92, 191, 0.16); animation: pulse-ring 5s ease-in-out infinite 0.6s; }
.ring-3 { inset: -18px; border-color: rgba(124, 92, 191, 0.09); animation: pulse-ring 5s ease-in-out infinite 1.2s; }

@keyframes breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
@keyframes pulse-ring {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.04); opacity: 0.6; }
}

.hands-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.2rem;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 6px 20px rgba(217, 95, 61, 0.4);
}

.floating-card {
  position: absolute;
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  padding: 14px 18px;
  animation: float 6s ease-in-out infinite;
}

.card-day {
  top: 24px;
  left: -6px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.fc-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--purple);
}
.fc-title { font-weight: 700; font-size: 0.95rem; }
.fc-title i { color: var(--coral); margin-right: 5px; }

.card-audio {
  bottom: 30px;
  right: -8px;
  display: flex;
  align-items: center;
  gap: 12px;
  animation-delay: 1.6s;
}
.card-audio > i {
  color: var(--purple);
  font-size: 1.3rem;
}
.fc-small { font-size: 0.8rem; color: var(--ink-soft); font-weight: 500; }

.audio-wave { display: flex; align-items: center; gap: 3px; height: 22px; }
.audio-wave span {
  width: 4px;
  background: linear-gradient(var(--gold), var(--coral));
  border-radius: 4px;
  animation: wave 1.1s ease-in-out infinite;
}
.audio-wave span:nth-child(1) { height: 10px; animation-delay: 0s; }
.audio-wave span:nth-child(2) { height: 18px; animation-delay: 0.15s; }
.audio-wave span:nth-child(3) { height: 22px; animation-delay: 0.3s; }
.audio-wave span:nth-child(4) { height: 14px; animation-delay: 0.45s; }
.audio-wave span:nth-child(5) { height: 8px; animation-delay: 0.6s; }

@keyframes wave {
  0%, 100% { transform: scaleY(0.6); }
  50% { transform: scaleY(1); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ---------- Trust bar ---------- */
.trust-bar {
  background: var(--purple-night);
  padding: 44px 0 48px;
}
.trust-bar-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px 20px;
  text-align: center;
}
.trust-bar-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.trust-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(246, 192, 92, 0.12);
  color: var(--gold);
  font-size: 1.85rem;
}
.trust-label {
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

@media (max-width: 800px) {
  .trust-bar-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .trust-bar { padding: 32px 0 36px; }
  .trust-bar-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 14px;
  }
  .trust-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  .trust-label { font-size: 0.88rem; }
}

/* ---------- Outcomes section ---------- */
.outcomes-section {
  padding: 90px 0;
  background:
    radial-gradient(700px 400px at 10% 100%, rgba(246, 192, 92, 0.14), transparent 60%),
    var(--cream-2);
}

.outcomes-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.outcome-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 22px 24px;
  box-shadow: var(--shadow-sm);
}
.outcome-card i {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(246, 192, 92, 0.28), rgba(124, 92, 191, 0.18));
  color: var(--purple-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.outcome-card p { color: var(--ink-soft); font-size: 0.98rem; }
.outcome-card strong { color: var(--ink); }

/* ---------- Testimonials ---------- */
.testimonials-section { padding: 90px 0; background: var(--white); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}

.testimonial-card {
  background: var(--cream);
  border: 1px solid rgba(124, 92, 191, 0.12);
  border-radius: var(--radius);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.testimonial-card .stars { color: var(--gold); font-size: 0.85rem; display: flex; gap: 3px; }
.testimonial-card blockquote {
  font-size: 0.98rem;
  color: var(--ink);
  line-height: 1.6;
  flex-grow: 1;
}
.testimonial-card figcaption {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--purple);
}

/* ---------- Problem section ---------- */
.problem-section { padding: 90px 0; background: var(--white); }

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 44px 0;
}

.problem-card {
  background: var(--cream);
  border: 1px solid rgba(124, 92, 191, 0.1);
  border-radius: var(--radius);
  padding: 26px 26px 24px;
}
.problem-card i {
  font-size: 1.5rem;
  color: var(--purple);
  margin-bottom: 12px;
  display: block;
}
.problem-card p { color: var(--ink-soft); }
.problem-card strong { color: var(--ink); }

.problem-bridge {
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  color: var(--ink-soft);
}
.problem-bridge strong { color: var(--ink); }

/* ---------- Solution section ---------- */
.solution-section {
  padding: 90px 0;
  background:
    radial-gradient(700px 400px at 90% 0%, rgba(246, 192, 92, 0.15), transparent 60%),
    var(--cream-2);
}

.solution-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 10px;
}

.solution-point {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 26px;
  box-shadow: var(--shadow-sm);
  text-align: center;
}
.sp-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(246, 192, 92, 0.25), rgba(124, 92, 191, 0.18));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--purple-deep);
}
.solution-point h3 { font-size: 1.2rem; margin-bottom: 10px; }
.solution-point p { color: var(--ink-soft); font-size: 0.96rem; }

/* ---------- Journey ---------- */
.journey-section {
  padding: 90px 0;
  background:
    linear-gradient(180deg, var(--purple-night) 0%, var(--purple-deep) 100%);
  color: var(--white);
}
.journey-section .section-title { color: var(--white); }
.journey-section .section-lead { color: rgba(255, 255, 255, 0.72); }

.journey-list {
  list-style: none;
  max-width: 760px;
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.journey-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 24px 28px;
  transition: background 0.25s ease, transform 0.25s ease;
}
.journey-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(6px);
}

.journey-card.featured {
  background: linear-gradient(110deg, rgba(246, 192, 92, 0.18), rgba(233, 123, 90, 0.18));
  border-color: rgba(246, 192, 92, 0.45);
}

.day-badge {
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--coral));
  color: var(--purple-night);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  padding: 7px 14px;
  border-radius: 999px;
  margin-top: 2px;
  white-space: nowrap;
}

.jc-body h3 { font-size: 1.18rem; margin-bottom: 6px; color: var(--white); }
.jc-body h3 i { color: var(--gold); margin-right: 8px; font-size: 1rem; }
.jc-body p { color: rgba(255, 255, 255, 0.75); font-size: 0.97rem; }

/* ---------- Pricing ---------- */
.pricing-section {
  padding: 90px 0;
  background:
    radial-gradient(800px 400px at 50% 0%, rgba(246, 192, 92, 0.16), transparent 65%),
    var(--cream);
}

.pricing-card {
  background: var(--white);
  border-radius: 26px;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(124, 92, 191, 0.12);
  padding: 44px clamp(24px, 5vw, 52px);
  max-width: 640px;
  margin: 40px auto 28px;
}

.pricing-header { text-align: center; margin-bottom: 32px; }
.pc-eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 10px;
}
.pc-subhead {
  font-size: 1.02rem;
  color: var(--ink-soft);
  max-width: 460px;
  margin: 0 auto;
}

.price-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-align: center;
  margin-bottom: 20px;
}
.price-old {
  font-size: 0.88rem;
  color: var(--ink-soft);
  text-decoration: line-through;
  text-decoration-color: rgba(217, 95, 61, 0.6);
}
.price-now {
  font-size: 1.08rem;
  color: var(--ink);
  font-weight: 500;
}
.price-now strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--purple);
}
.price-note { font-size: 0.85rem; color: var(--ink-soft); font-weight: 500; }

.includes-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 34px;
}
.includes-list li { display: flex; gap: 16px; align-items: flex-start; }
.includes-list li > i {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(246, 192, 92, 0.28), rgba(233, 123, 90, 0.2));
  color: var(--coral-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}
.includes-list strong { display: block; font-size: 1.02rem; }
.includes-list span { color: var(--ink-soft); font-size: 0.9rem; }

.guarantee-box {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  background: var(--white);
  border: 1.5px dashed rgba(124, 92, 191, 0.35);
  border-radius: var(--radius);
  padding: 28px 30px;
  max-width: 640px;
  margin: 0 auto;
}
.guarantee-seal {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--coral));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.5rem;
  box-shadow: 0 8px 20px rgba(233, 123, 90, 0.35);
}
.guarantee-box h3 { font-size: 1.15rem; margin-bottom: 8px; }
.guarantee-box p { color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- Fit section ---------- */
.fit-section { padding: 90px 0; background: var(--white); }

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

.fit-card {
  border-radius: var(--radius);
  padding: 32px 30px;
}
.fit-yes {
  background: linear-gradient(160deg, rgba(246, 192, 92, 0.14), rgba(233, 123, 90, 0.1));
  border: 1px solid rgba(233, 123, 90, 0.25);
}
.fit-no {
  background: var(--cream);
  border: 1px solid rgba(124, 92, 191, 0.14);
}

.fit-card h3 {
  font-size: 1.15rem;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fit-yes h3 i { color: var(--coral-deep); }
.fit-no h3 i { color: var(--ink-soft); }

.fit-card ul { list-style: none; }
.fit-card li {
  position: relative;
  padding: 7px 0 7px 26px;
  color: var(--ink-soft);
  font-size: 0.97rem;
}
.fit-card li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 16px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.fit-yes li::before { background: var(--coral); }
.fit-no li::before { background: rgba(124, 92, 191, 0.4); }

/* ---------- Steps ---------- */
.steps-section { padding: 90px 0; background: var(--cream-2); }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}

.step-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 34px 26px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--purple-deep));
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.step-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.step-card p { color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- FAQ ---------- */
.faq-section { padding: 90px 0; background: var(--white); }

.faq-list {
  max-width: 720px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: var(--cream);
  border: 1px solid rgba(124, 92, 191, 0.12);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.faq-item[open] { border-color: rgba(233, 123, 90, 0.4); }

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 52px 20px 24px;
  font-weight: 600;
  font-size: 1.02rem;
  position: relative;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--purple);
  font-size: 0.85rem;
  transition: transform 0.25s ease;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(180deg); }

.faq-item p {
  padding: 0 24px 22px;
  color: var(--ink-soft);
  font-size: 0.97rem;
}

/* ---------- Final CTA ---------- */
.final-cta-section {
  padding: 100px 0 110px;
  background:
    radial-gradient(900px 500px at 50% 120%, rgba(246, 192, 92, 0.35), transparent 65%),
    linear-gradient(180deg, var(--purple-deep), var(--purple-night));
  color: var(--white);
}
.final-cta-section .section-title { color: var(--white); }
.final-cta-section .section-lead { color: rgba(255, 255, 255, 0.75); margin-bottom: 34px; }
.final-cta-section .btn-xl { width: auto; }
.final-cta-section .cta-microcopy { text-align: center; color: rgba(255, 255, 255, 0.7); margin-top: 18px; }
.final-cta-section .cta-microcopy i { color: var(--gold); }

.final-sun {
  width: 72px;
  height: 72px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--coral));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: var(--white);
  box-shadow: 0 0 60px rgba(246, 192, 92, 0.55);
  animation: breathe 5s ease-in-out infinite;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #241b40;
  color: rgba(255, 255, 255, 0.65);
  padding: 56px 0 28px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap;
}
.footer-brand-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 360px;
}
.footer-logo .brand-name { color: var(--white); }
.footer-logo .brand-name em { color: #c9b8ec; }
.footer-tagline {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
.footer-nav { display: flex; gap: 64px; }
.footer-nav-col { display: flex; flex-direction: column; gap: 10px; }
.footer-nav-col h4 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.footer-nav-col a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 0.2s ease;
}
.footer-nav-col a:hover { color: var(--white); }
.footer-bottom {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.footer-copy { font-size: 0.8rem; opacity: 0.7; }

@media (max-width: 640px) {
  .footer-inner { flex-direction: column; align-items: center; text-align: center; }
  .footer-brand-col { align-items: center; }
  .footer-nav { gap: 48px; }
  .footer-nav-col { align-items: center; }
}

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--white);
  box-shadow: 0 -6px 24px rgba(46, 35, 80, 0.16);
  transform: translateY(110%);
  transition: transform 0.35s ease;
  display: none;
}
.sticky-cta.visible { transform: translateY(0); }

.sticky-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
}
.sticky-cta-text { display: flex; flex-direction: column; line-height: 1.3; }
.sticky-cta-text strong { font-size: 0.95rem; }
.sticky-cta-text span { font-size: 0.8rem; color: var(--ink-soft); }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .sun-core, .sun-ring, .floating-card, .audio-wave span, .final-sun { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .hero { padding: 56px 0 60px; }

  /* Compact hero visual below the CTA on mobile */
  .hero-visual { order: 1; min-height: 300px; }
  .sun-circle { width: 230px; height: 230px; }
  .sun-core { inset: 42px; }
  .hands-icon { font-size: 3rem; }
  .ring-1 { inset: 20px; }
  .ring-2 { inset: 5px; }
  .ring-3 { inset: -14px; }
  .floating-card { padding: 11px 15px; }
  .card-day { top: 4px; left: 0; }
  .card-audio { bottom: 6px; right: 0; }
  .fc-title { font-size: 0.88rem; }
  .fc-small { font-size: 0.75rem; }
  .solution-points, .steps-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .problem-grid, .fit-grid, .outcomes-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .header-cta { display: none; }
  .sticky-cta { display: block; }
}

@media (max-width: 560px) {
  .journey-card { flex-direction: column; gap: 12px; padding: 20px 22px; }
  .guarantee-box { flex-direction: column; align-items: center; text-align: center; }
  .btn-xl { padding: 16px 26px; font-size: 1rem; }
}
