html {
  scroll-behavior: smooth;
}

:root {
  --bg: #f6f0e4;
  --surface: #f9f4ea;
  --surface-strong: rgba(249, 244, 234, 0.86);
  --surface-muted: #e7ddd0;
  --text: #23322d;
  --text-soft: #526158;
  --heading: #1c2824;
  --line: rgba(35, 50, 45, 0.14);
  --green: #2e4b47;
  --green-deep: #23322d;
  --green-soft: #4f6f69;
  --terracotta: #96806c;
  --terracotta-deep: #7b4f45;
  --cream: #fdd8a7;
  --shadow: 0 24px 60px rgba(35, 50, 45, 0.12);
  --shadow-soft: 0 16px 36px rgba(35, 50, 45, 0.08);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(180deg, rgba(239, 231, 218, 0.94), rgba(246, 240, 228, 0.97)),
    url("grounded-feminine-power.jpg") center top / cover fixed no-repeat;
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
}

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

.page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(253, 216, 167, 0.28), transparent 22%),
    linear-gradient(180deg, rgba(246, 240, 228, 0.84), rgba(246, 240, 228, 0.92));
}

.page::before,
.page::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.45;
}

.page::before {
  width: 360px;
  height: 360px;
  top: -120px;
  right: -80px;
  background: radial-gradient(circle, rgba(253, 216, 167, 0.85) 0%, rgba(253, 216, 167, 0) 72%);
}

.page::after {
  width: 420px;
  height: 420px;
  bottom: -180px;
  left: -120px;
  background: radial-gradient(circle, rgba(46, 75, 71, 0.16) 0%, rgba(46, 75, 71, 0) 70%);
}

.section {
  padding: 96px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(246, 240, 228, 0.88));
}

.section + .section {
  border-top: 1px solid rgba(35, 50, 45, 0.06);
}

.section-inner,
.hero-inner,
.cta-inner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.section-inner {
  display: grid;
  gap: 42px;
}

.section-inner.split {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: center;
}

.hero {
  position: relative;
  padding: 110px 24px 88px;
  color: #f8f1e6;
  background:
    linear-gradient(120deg, rgba(5, 9, 9, 0.88), rgba(12, 18, 17, 0.56) 34%, rgba(8, 11, 10, 0.9) 100%),
    radial-gradient(circle at 67% 44%, rgba(253, 216, 167, 0.22), transparent 18%),
    url("cave-enter.jpg") center 42% / cover no-repeat,
    linear-gradient(135deg, #1c2824 0%, #23322d 44%, #2e4b47 100%);
  isolation: isolate;
  border-top: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 36px;
  border: 1px solid rgba(253, 216, 167, 0.18);
  background:
    radial-gradient(circle at 72% 46%, rgba(253, 216, 167, 0.22), transparent 14%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  z-index: -1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 10, 10, 0.78) 0%, rgba(7, 10, 10, 0.24) 38%, rgba(7, 10, 10, 0.72) 100%),
    linear-gradient(180deg, rgba(7, 10, 10, 0.32), rgba(7, 10, 10, 0.52));
  pointer-events: none;
  z-index: -2;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 44px;
  align-items: end;
}

.hero-text {
  max-width: 700px;
}

.hero-text::after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  margin-top: 28px;
  background: linear-gradient(90deg, rgba(253, 216, 167, 0.95), rgba(150, 128, 108, 0));
}

.hero-card,
.step-card,
.faq-item,
.info-card,
.section.alt .section-inner,
.cta-inner,
.testimonial-card {
  backdrop-filter: blur(6px);
}

.hero-card {
  position: relative;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(249, 244, 234, 0.12), rgba(249, 244, 234, 0.08));
  border: 1px solid rgba(253, 216, 167, 0.18);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(253, 216, 167, 0.06), transparent 38%);
  pointer-events: none;
}

.card-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.card-item {
  padding: 16px 18px;
  border-radius: 18px;
  color: #f7efe4;
  background: linear-gradient(135deg, rgba(253, 216, 167, 0.08), rgba(150, 128, 108, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.section.alt {
  background:
    linear-gradient(180deg, rgba(46, 75, 71, 0.06), rgba(46, 75, 71, 0.03)),
    var(--surface);
}

.section.alt .section-inner {
  padding: 36px;
  border-radius: 32px;
  background: rgba(255, 252, 247, 0.68);
  border: 1px solid rgba(46, 75, 71, 0.08);
  box-shadow: var(--shadow-soft);
}

.section.dark {
  position: relative;
  color: #f8f1e6;
  background:
    linear-gradient(135deg, rgba(14, 19, 18, 0.94) 0%, rgba(28, 40, 36, 0.9) 56%, rgba(46, 75, 71, 0.84) 100%),
    url("cave-enter.jpg") center 38% / cover no-repeat;
}

.section.dark + .section {
  border-top: 1px solid rgba(253, 216, 167, 0.08);
}

.section.dark::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 32px;
  border: 1px solid rgba(253, 216, 167, 0.12);
  pointer-events: none;
}

.section.cta {
  position: relative;
  text-align: center;
  color: #f8f1e6;
  background:
    linear-gradient(135deg, rgba(14, 19, 18, 0.96) 0%, rgba(28, 40, 36, 0.92) 60%, rgba(46, 75, 71, 0.88) 100%),
    url("cave-enter.jpg") center 40% / cover no-repeat;
}

.section-header {
  max-width: 740px;
}

.text-block,
.info-card,
.cta-inner {
  border-radius: var(--radius-xl);
}

.text-block {
  max-width: 760px;
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.84), rgba(244, 236, 224, 0.88)),
    url("grounded-feminine-power.jpg") center center / cover no-repeat;
  background-blend-mode: normal, soft-light;
  border: 1px solid rgba(35, 50, 45, 0.08);
  box-shadow: var(--shadow-soft);
}

.cta-inner {
  position: relative;
  padding: 52px 28px;
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.9), rgba(244, 236, 224, 0.92));
  border: 1px solid rgba(35, 50, 45, 0.09);
  box-shadow: var(--shadow);
}

.cta-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(240px, 55%);
  height: 3px;
  background: linear-gradient(90deg, rgba(150, 128, 108, 0), var(--terracotta), rgba(46, 75, 71, 0));
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--green-soft);
}

.eyebrow.light {
  color: rgba(248, 241, 230, 0.72);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--heading);
}

.hero h1,
.section.dark h2,
.section.dark h3 {
  color: #f8f1e6;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3.4rem, 7vw, 5.8rem);
  margin-bottom: 18px;
}

h2 {
  font-size: clamp(2.3rem, 4vw, 3.35rem);
  margin-bottom: 0;
}

h3 {
  font-size: 1.6rem;
  margin-bottom: 14px;
}

p {
  margin: 0 0 1rem;
}

p:last-child {
  margin-bottom: 0;
}

.subtitle {
  max-width: 650px;
  font-size: 1.16rem;
  color: rgba(248, 241, 230, 0.84);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.btn {
  position: relative;
  overflow: hidden;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  color: #fff8f0;
  background: linear-gradient(135deg, var(--terracotta-deep), var(--terracotta));
  box-shadow: 0 16px 28px rgba(123, 79, 69, 0.24);
}

.btn.primary:hover {
  box-shadow: 0 20px 34px rgba(123, 79, 69, 0.28);
}

.btn.secondary {
  color: #f8f1e6;
  border-color: rgba(253, 216, 167, 0.28);
  background: rgba(255, 255, 255, 0.05);
}

.btn.secondary:hover {
  background: rgba(253, 216, 167, 0.08);
}

.btn.large {
  min-width: min(100%, 360px);
  padding: 18px 32px;
  font-size: 1rem;
}

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

.step-card {
  position: relative;
  height: 100%;
  padding: 30px 26px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(240, 232, 220, 0.9));
  border: 1px solid rgba(35, 50, 45, 0.08);
  box-shadow: var(--shadow-soft);
}

.step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(46, 75, 71, 0.04), rgba(150, 128, 108, 0.02));
  pointer-events: none;
}

.step {
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--terracotta-deep);
}

.faq {
  display: grid;
  gap: 18px;
}

.faq-item {
  background: rgba(255, 252, 247, 0.84);
  border: 1px solid rgba(35, 50, 45, 0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 24px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  text-align: left;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--heading);
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.faq-question:hover {
  background: rgba(46, 75, 71, 0.04);
}

.faq-icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  flex-shrink: 0;
  font-size: 1.65rem;
  line-height: 1;
  color: var(--terracotta-deep);
  background: rgba(150, 128, 108, 0.14);
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
  color: #fff8f0;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer > div,
.faq-answer-inner {
  overflow: hidden;
}

.faq-answer-content {
  padding: 0 26px 26px;
  color: var(--text-soft);
}

.faq-answer-content p:first-child {
  margin-top: 0;
}

.faq-cta {
  text-align: center;
  display: grid;
  gap: 18px;
  justify-items: center;
  padding-top: 10px;
}

.info-card {
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(253, 216, 167, 0.14), rgba(249, 244, 234, 0.08)),
    linear-gradient(135deg, rgba(46, 75, 71, 0.22), rgba(20, 27, 25, 0.18));
  border: 1px solid rgba(253, 216, 167, 0.18);
  color: rgba(248, 241, 230, 0.9);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.info-card p:first-child {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: 1.5rem;
  color: #f8f1e6;
  margin-bottom: 10px;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.testimonials {
  display: grid;
  gap: 24px;
}

.testimonial-card {
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.9), rgba(244, 236, 224, 0.9));
  border: 1px solid rgba(35, 50, 45, 0.08);
  box-shadow: var(--shadow-soft);
}

.testimonial-text {
  font-style: italic;
  color: var(--text);
  margin-bottom: 16px;
}

.testimonial-author {
  font-weight: 600;
  color: var(--terracotta-deep);
}

.text-block ul {
  padding-left: 20px;
  margin: 0;
  display: grid;
  gap: 10px;
}

.text-block li {
  color: var(--text-soft);
}

/* Dark section content styling */
.section.dark .text-block,
.section.dark .step-card,
.section.dark .testimonial-card,
.section.dark .faq-item {
  background: linear-gradient(180deg, rgba(20, 27, 25, 0.72), rgba(29, 39, 36, 0.76));
  border: 1px solid rgba(253, 216, 167, 0.12);
  color: rgba(248, 241, 230, 0.9);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
}

.section.dark .text-block {
  background:
    linear-gradient(180deg, rgba(20, 27, 25, 0.78), rgba(29, 39, 36, 0.8)),
    url("grounded-feminine-power.jpg") center center / cover no-repeat;
  background-blend-mode: multiply;
}

.section.dark .faq-question {
  color: #f8f1e6;
}

.section.dark .faq-question:hover {
  background: rgba(253, 216, 167, 0.06);
}

.section.dark .faq-answer-content,
.section.dark .text-block li,
.section.dark .testimonial-text,
.section.dark p,
.section.dark .step-card p {
  color: rgba(248, 241, 230, 0.78);
}

.section.dark .testimonial-author,
.section.dark .step {
  color: var(--cream);
}

.section.dark .faq-icon {
  color: var(--cream);
  background: rgba(253, 216, 167, 0.12);
}

.section.dark .faq-item.open .faq-icon {
  color: #1c2824;
  background: linear-gradient(135deg, var(--cream), #f6c98a);
}

@media (max-width: 900px) {
  .section {
    padding: 80px 20px;
  }

  .hero {
    padding: 84px 20px 72px;
  }

  .hero::before,
  .section.dark::before {
    inset: 14px;
  }

  .hero-inner,
  .section-inner.split,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero-card,
  .text-block,
  .section.alt .section-inner,
  .cta-inner,
  .step-card,
  .info-card,
  .testimonial-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  h1 {
    max-width: 12ch;
  }

  .faq-question {
    padding: 20px 22px;
    font-size: 1rem;
  }

  .faq-answer-content {
    padding: 0 22px 22px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 0.98rem;
  }

  .section {
    padding: 70px 18px;
  }

  .hero {
    padding: 72px 18px 58px;
  }

  .hero::before {
    inset: 10px;
    border-radius: 28px;
  }

  .hero-card,
  .text-block,
  .step-card,
  .faq-item,
  .info-card,
  .cta-inner,
  .section.alt .section-inner,
  .testimonial-card {
    border-radius: 22px;
  }

  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .btn.large {
    width: 100%;
  }

  .faq-icon {
    width: 34px;
    height: 34px;
    font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .fade-in,
  .fade-in.visible,
  .btn,
  .faq-icon,
  .faq-answer,
  .faq-question {
    transition: none;
  }
}

.cta-inner {
  position: relative;
  padding: 52px 28px;
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.9), rgba(244, 236, 224, 0.92));
  border: 1px solid rgba(35, 50, 45, 0.09);
  box-shadow: var(--shadow);
}
.section.cta .btn.primary {
  font-size: 1.05rem;
  padding: 20px 36px;
  box-shadow: 0 22px 44px rgba(123, 79, 69, 0.4);
}