:root {
  --bg: #f5f0e7;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #ffffff;
  --surface-dark: #0d1726;
  --surface-dark-2: #122033;
  --text: #172233;
  --text-soft: #5f6978;
  --text-light: rgba(255, 255, 255, 0.78);
  --line: rgba(18, 32, 51, 0.12);
  --line-light: rgba(255, 255, 255, 0.12);
  --brand: #0f6d78;
  --brand-dark: #0a4c54;
  --brand-2: #bc9353;
  --shadow: 0 24px 80px rgba(13, 23, 38, 0.12);
  --shadow-strong: 0 40px 120px rgba(8, 14, 24, 0.3);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
  --transition: 220ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(188, 147, 83, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(15, 109, 120, 0.12), transparent 26%),
    var(--bg);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-shell {
  min-height: 100vh;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.announcement-bar {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: #0a1220;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.announcement-bar a {
  color: #ffffff;
}

.navbar {
  width: min(calc(100% - 2rem), var(--container));
  margin: 1rem auto 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  padding: 0.85rem 1rem 0.85rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: sticky;
  top: 1rem;
  z-index: 20;
  box-shadow: 0 18px 60px rgba(23, 34, 51, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.86rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: linear-gradient(145deg, var(--surface-dark), var(--brand));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.brand-copy strong {
  font-size: 0.98rem;
}

.brand-copy small {
  color: var(--text-soft);
  font-size: 0.82rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav-menu a {
  font-size: 0.95rem;
  color: var(--text-soft);
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: var(--text);
}

.nav-cta {
  padding: 0.9rem 1.15rem;
  border-radius: 999px;
  background: var(--surface-dark);
  color: #fff !important;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  background: var(--text);
  transition: transform var(--transition), opacity var(--transition);
}

.section-dark {
  background: linear-gradient(180deg, #0b1421 0%, #122033 100%);
  color: white;
}

.hero {
  padding: 5.2rem 0 5rem;
  margin-top: -4.4rem;
  border-radius: 0 0 44px 44px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.78);
}

.eyebrow-dark {
  color: var(--brand);
}

.hero h1,
.section-intro h2,
.final-cta h2,
.about-copy h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.hero h1 {
  font-size: clamp(3.15rem, 6vw, 5.4rem);
  max-width: 10.5ch;
}

.hero-lead,
.section-intro p,
.about-copy p,
.final-cta p,
.process-card p,
.program-card p,
.outcome-list p,
.testimonial-card p,
.faq-list p {
  font-size: 1.04rem;
  line-height: 1.7;
}

.hero-lead {
  max-width: 58ch;
  margin: 1.5rem 0 0;
  color: var(--text-light);
}

.hero-detail-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.hero-detail-row span {
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.8);
  font-size: 0.88rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--brand-2), #d8ba84);
  color: #161a20;
  box-shadow: 0 14px 34px rgba(188, 147, 83, 0.28);
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06);
  color: #fff;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 0;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hero-points li {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.82);
  border-radius: 999px;
  padding: 0.72rem 1rem;
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
}

.hero-image-frame {
  padding: 1rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));
  box-shadow: var(--shadow-strong);
}

.hero-image-frame img {
  border-radius: 24px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center center;
}

.floating-proof {
  margin-top: 1rem;
  width: min(420px, 100%);
  background: rgba(255,255,255,0.96);
  color: var(--text);
  border-radius: 22px;
  padding: 1.05rem 1.15rem 1rem;
  box-shadow: 0 24px 50px rgba(11, 20, 33, 0.18);
}

.proof-label {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--brand);
  font-weight: 700;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.floating-proof p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.trust-band {
  padding: 1.2rem 0 0;
}

.trust-grid {
  margin-top: -2.2rem;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(18, 32, 51, 0.08);
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.45rem 1.6rem;
  box-shadow: var(--shadow);
}

.trust-kicker {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--brand);
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.trust-grid strong {
  font-size: 1.18rem;
}

.trust-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.trust-stats div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.trust-stats strong {
  font-size: 1.1rem;
}

.trust-stats span {
  color: var(--text-soft);
  font-size: 0.92rem;
}

.section {
  padding: 6.4rem 0;
}

.section-light {
  background: transparent;
}

.section-sand {
  background: rgba(255,255,255,0.56);
  border-top: 1px solid rgba(18, 32, 51, 0.06);
  border-bottom: 1px solid rgba(18, 32, 51, 0.06);
}

.section-intro {
  max-width: 760px;
  margin-bottom: 2.6rem;
}

.section-intro h2,
.about-copy h2,
.final-cta h2 {
  color: var(--text);
  font-size: clamp(2.6rem, 5vw, 4.4rem);
}

.section-intro p,
.about-copy p {
  margin: 1rem 0 0;
  color: var(--text-soft);
}

.center-light {
  margin-inline: auto;
  text-align: center;
}

.center-light h2,
.center-light p {
  color: #fff;
}

.program-grid,
.process-grid,
.testimonial-grid {
  display: grid;
  gap: 1.25rem;
}

.program-grid {
  grid-template-columns: repeat(3, 1fr);
}

.program-card,
.process-card,
.testimonial-card,
.contact-card,
.about-panel,
.faq-shell {
  border-radius: var(--radius-lg);
}

.program-card {
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(18, 32, 51, 0.08);
  padding: 1.6rem;
  box-shadow: 0 22px 60px rgba(23, 34, 51, 0.06);
}

.program-index {
  display: inline-block;
  color: var(--brand);
  font-size: 0.84rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.program-card h3,
.process-card h3,
.outcome-list h3,
.testimonial-card span,
.contact-link strong,
.footer h3 {
  margin: 0;
  font-size: 1.32rem;
  line-height: 1.15;
}

.program-card p,
.program-card li {
  color: var(--text-soft);
}

.program-card ul {
  margin: 1.15rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.7rem;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  align-items: start;
}

.outcome-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.outcome-list article {
  border-top: 1px solid rgba(18, 32, 51, 0.12);
  padding-top: 1rem;
}

.outcome-list p {
  margin: 0.6rem 0 0;
  color: var(--text-soft);
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2.3rem;
}

.process-card {
  padding: 1.45rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line-light);
}

.process-card span {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: #d8ba84;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process-card h3,
.process-card p {
  color: #fff;
}

.process-card p {
  margin: 0.75rem 0 0;
  color: rgba(255,255,255,0.72);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
}

.about-panel {
  background: #fff;
  border: 1px solid rgba(18, 32, 51, 0.08);
  padding: 1.6rem;
  display: grid;
  gap: 1rem;
  box-shadow: 0 18px 50px rgba(23,34,51,0.06);
}

.about-stat {
  border-top: 1px solid rgba(18, 32, 51, 0.08);
  padding-top: 1rem;
}

.about-stat:first-child {
  border-top: none;
  padding-top: 0;
}

.about-stat strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
}

.about-stat span {
  color: var(--text-soft);
  line-height: 1.6;
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.testimonial-card {
  padding: 1.7rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.72));
  border: 1px solid rgba(18, 32, 51, 0.08);
  box-shadow: 0 16px 40px rgba(23,34,51,0.05);
}

.testimonial-card p {
  margin: 0;
  color: var(--text);
}

.testimonial-card span {
  display: block;
  margin-top: 1.3rem;
  color: var(--brand);
  font-size: 0.95rem;
}

.faq-shell {
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(18, 32, 51, 0.08);
  padding: 1.7rem;
  box-shadow: 0 18px 50px rgba(23,34,51,0.05);
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-list details {
  background: #fff;
  border: 1px solid rgba(18, 32, 51, 0.08);
  border-radius: 18px;
  padding: 1rem 1.15rem;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  position: relative;
  padding-right: 1.75rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  color: var(--brand);
}

.faq-list details[open] summary::after {
  content: '−';
}

.faq-list p {
  margin: 0.85rem 0 0;
  color: var(--text-soft);
}

.final-cta {
  padding-bottom: 6.6rem;
}

.final-cta-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.final-cta h2,
.final-cta p {
  color: #fff;
}

.contact-card {
  background: rgba(255,255,255,0.95);
  padding: 1.4rem;
  box-shadow: var(--shadow-strong);
  display: grid;
  gap: 0.9rem;
}

.contact-link {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(18, 32, 51, 0.08);
}

.contact-link span,
.contact-note,
.footer a,
.footer p {
  color: var(--text-soft);
}

.contact-note {
  padding: 0.35rem 0.2rem 0;
}

.footer {
  padding: 2rem 0 2.5rem;
  background: #f7f2ea;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
  padding-top: 1rem;
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer h3 {
  margin-bottom: 0.85rem;
  font-size: 1rem;
}

.footer a,
.footer p {
  display: block;
  margin-bottom: 0.6rem;
  line-height: 1.6;
}

.footer-bottom {
  padding-top: 1.4rem;
  margin-top: 1.4rem;
  border-top: 1px solid rgba(18, 32, 51, 0.08);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .hero-grid,
  .outcomes-grid,
  .about-grid,
  .final-cta-grid,
  .program-grid,
  .testimonial-grid,
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid,
  .about-grid,
  .outcomes-grid,
  .final-cta-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .announcement-bar {
    flex-direction: column;
    text-align: center;
    gap: 0.3rem;
  }

  .navbar {
    border-radius: 28px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    right: 0;
    display: grid;
    gap: 0.4rem;
    padding: 0.8rem;
    border-radius: 24px;
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(18, 32, 51, 0.08);
    box-shadow: 0 24px 60px rgba(23,34,51,0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity var(--transition), transform var(--transition);
  }

  .nav-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-menu a {
    padding: 0.9rem 1rem;
    border-radius: 14px;
  }

  .nav-menu a:hover,
  .nav-menu a:focus-visible {
    background: rgba(18, 32, 51, 0.05);
  }

  .nav-cta {
    text-align: center;
  }

  .program-grid,
  .testimonial-grid,
  .process-grid,
  .outcome-list {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 5.8rem;
  }

  .hero h1,
  .section-intro h2,
  .about-copy h2,
  .final-cta h2 {
    font-size: clamp(2.65rem, 12vw, 4.4rem);
  }

  .floating-proof {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }

  .hero-image-frame {
    padding: 0.75rem;
  }

  .trust-grid {
    margin-top: -1.5rem;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .navbar {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .section,
  .final-cta {
    padding: 5rem 0;
  }

  .hero-actions,
  .hero-points,
  .trust-stats {
    display: grid;
  }

  .btn,
  .nav-cta {
    width: 100%;
  }

  .brand-copy small {
    display: none;
  }
}
