:root {
  --bg: #08101f;
  --panel: rgba(16, 28, 52, 0.82);
  --panel-strong: rgba(23, 39, 73, 0.96);
  --line: rgba(172, 193, 239, 0.16);
  --line-strong: rgba(172, 193, 239, 0.24);
  --text: #f5f8ff;
  --muted: #a7b6db;
  --muted-strong: #d7e0f7;
  --blue-top: #3a8ff1;
  --blue-bottom: #2c67c5;
  --green: #57b86b;
  --shadow: 0 28px 80px rgba(1, 5, 15, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(58, 143, 241, 0.18), transparent 26%),
    radial-gradient(circle at 90% 12%, rgba(237, 74, 69, 0.1), transparent 18%),
    radial-gradient(circle at 40% 100%, rgba(78, 119, 209, 0.12), transparent 24%),
    linear-gradient(180deg, #091222 0%, #060b15 100%);
}

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

.ambient {
  position: fixed;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  opacity: 0.65;
}

.ambient-one {
  top: -80px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: rgba(58, 143, 241, 0.22);
}

.ambient-two {
  right: -120px;
  top: 260px;
  width: 360px;
  height: 360px;
  background: rgba(237, 74, 69, 0.14);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.site-header {
  margin-bottom: 18px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue-top), var(--blue-bottom));
  box-shadow: 0 0 0 8px rgba(58, 143, 241, 0.1);
}

.brand-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.link-muted {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
  min-height: auto;
  padding-top: 8px;
}

.hero-copy,
.story-panel,
.benefit-card,
.feature-card,
.flow-card,
.note-card,
.cta,
.portrait-card {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-copy {
  padding: 44px;
  border-radius: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.eyebrow,
.section-kicker,
.session-label {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 800;
  color: var(--green);
}

.hero-copy h1,
.section h2,
.cta h2 {
  margin: 14px 0 30px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(52px, 7vw, 86px);
  line-height: 0.94;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.lead,
.story-copy p,
.benefit-card p,
.feature-card p,
.flow-card p,
.session-text,
.note-card p,
.cta p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 18px;
}

.lead {
  margin: 0;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #f5f9ff;
  background: linear-gradient(180deg, var(--blue-top) 0%, var(--blue-bottom) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 34px rgba(35, 90, 184, 0.34);
}

.button-secondary {
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line-strong);
}

.hero-visual {
  display: flex;
  height: 100%;
}

.portrait-card {
  width: 100%;
  padding: 20px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(18, 30, 56, 0.94) 0%, rgba(10, 17, 31, 0.96) 100%);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.portrait-media {
  position: relative;
  flex: 1;
  min-height: 0;
  border-radius: 22px;
  overflow: hidden;
  background: #0d1527;
}

.portrait-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 2px #0d1527;
  pointer-events: none;
}

.therapist-portrait {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: translateZ(0);
  background: #0d1527;
}

.portrait-copy {
  margin-top: 18px;
}

.session-title {
  margin: 10px 0 0;
  color: var(--text);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 800;
}

.section {
  padding-top: 44px;
}

.section-head {
  max-width: 840px;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 22px;
}

.story-copy {
  padding: 16px 4px;
}

.story-panel,
.note-card,
.cta {
  padding: 30px;
  border-radius: 28px;
}

.story-panel .section-kicker {
  font-size: 14px;
}

.scenario-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.scenario-list li {
  position: relative;
  padding-left: 26px;
  color: var(--muted-strong);
  line-height: 1.55;
  font-size: 20px;
  font-weight: 600;
}

.scenario-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--green), #3d864b);
}

.benefit-grid,
.feature-grid,
.flow-grid {
  display: grid;
  gap: 18px;
}

.benefit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-card,
.feature-card,
.flow-card {
  padding: 26px;
  border-radius: 26px;
}

.benefit-card h3,
.feature-card h3,
.flow-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.benefit-card p,
.feature-card p,
.flow-card p {
  margin: 14px 0 0;
  font-size: 16px;
}

.flow-step {
  display: inline-flex;
  min-width: 42px;
  justify-content: center;
  padding: 7px 10px;
  margin-bottom: 15px;
  border-radius: 999px;
  background: rgba(237, 74, 69, 0.12);
  color: #ff9a94;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.note-section {
  padding-top: 34px;
}

.note-card p:last-child {
  margin: 14px 0 0;
  font-size: 16px;
}

.cta {
  margin-top: 18px;
  text-align: center;
}

.cta p {
  max-width: 720px;
  margin: 16px auto 0;
}

.cta-actions {
  justify-content: center;
}

@media (max-width: 1100px) {
  .hero-grid,
  .story-grid,
  .benefit-grid,
  .feature-grid,
  .flow-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero-grid,
  .story-grid,
  .benefit-grid,
  .feature-grid,
  .flow-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    gap: 16px;
  }

  .portrait-card {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 1200px);
    padding-top: 16px;
    padding-bottom: 42px;
  }

  .brand-name {
    font-size: 30px;
  }

  .hero-copy {
    padding: 28px 22px;
    border-radius: 28px;
  }

  .hero-copy h1,
  .section h2,
  .cta h2 {
    font-size: 52px;
  }

  .lead,
  .story-copy p,
  .benefit-card p,
  .feature-card p,
  .flow-card p,
  .session-text,
  .note-card p,
  .cta p {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .story-panel,
  .note-card,
  .cta,
  .benefit-card,
  .feature-card,
  .flow-card,
  .portrait-card {
    padding: 22px;
    border-radius: 24px;
  }

  .portrait-media {
    border-radius: 18px;
  }
}
