:root {
  --navy: #224761;
  --navy-dark: #121c27;
  --navy-deep: #0a1119;
  --cream: #dbc4ac;
  --cream-soft: #f6f0ea;
  --paper: #ffffff;
  --mist: #f5f6f4;
  --text: #4b535d;
  --line: #d8d9da;
  --max: 1120px;
  --serif: "Big Caslon", "Big Caslon FB", Georgia, serif;
  --sans: "Source Sans 3", Arial, sans-serif;
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* Legacy-inspired Financial Confidence alternative */
.confidence-alt-page .confidence-hero {
  min-height: min(760px, 82vh);
  display: flex;
  align-items: flex-end;
  padding: 150px 0 88px;
  background:
    linear-gradient(180deg, rgba(10, 17, 25, 0.08) 30%, rgba(10, 17, 25, 0.84) 100%),
    url("/assets/legacy-philosophy-background.png") center / cover;
}

.confidence-alt-page .confidence-hero .container {
  width: 100%;
}

.confidence-alt-page .confidence-hero h1 {
  max-width: 760px;
  margin: 12px 0 24px;
  font-size: clamp(50px, 6vw, 86px);
  line-height: 0.98;
}

.confidence-alt-page .confidence-hero .container > p:last-child {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(19px, 2vw, 27px);
}

.confidence-alt-page .confidence-intro {
  padding: 110px 0;
  background: var(--cream-soft);
}

.confidence-alt-page .confidence-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
}

.confidence-alt-page .confidence-lead h2 {
  position: static;
  max-width: 480px;
  margin: 0;
  font-size: clamp(42px, 4.4vw, 68px);
}

.confidence-alt-page .confidence-lead p {
  max-width: 650px;
  font-size: 18px;
}

.confidence-alt-page .confidence-lead p:first-of-type {
  margin-top: 0;
}

.confidence-alt-page .confidence-stages {
  padding: 112px 0 128px;
  background: #fff;
}

.confidence-alt-page .confidence-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(32, 70, 97, 0.18);
}

.confidence-alt-page .confidence-section-heading h2 {
  max-width: 700px;
  font-size: clamp(42px, 5vw, 72px);
}

.confidence-alt-page .confidence-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
  align-items: stretch;
}

.confidence-alt-page .confidence-stage {
  display: flex;
  flex-direction: column;
  min-height: 620px;
  padding: 34px 30px 32px;
  border: 1px solid rgba(32, 70, 97, 0.18);
  border-top: 3px solid var(--cream);
  background: var(--mist);
}

.confidence-alt-page .confidence-stage:nth-child(2) {
  background: var(--cream-soft);
}

.confidence-alt-page .confidence-stage:nth-child(3) {
  color: #fff;
  background: var(--navy);
}

.confidence-alt-page .confidence-stage h3 {
  margin: 0 0 24px;
  color: var(--navy);
  font-size: clamp(34px, 3vw, 52px);
}

.confidence-alt-page .confidence-stage:nth-child(3) h3,
.confidence-alt-page .confidence-stage:nth-child(3) p,
.confidence-alt-page .confidence-stage:nth-child(3) li,
.confidence-alt-page .confidence-stage:nth-child(3) strong {
  color: #fff;
}

.confidence-alt-page .confidence-stage-number {
  color: var(--cream);
  font-weight: 600;
  letter-spacing: 0.18em;
}

.confidence-alt-page .confidence-stage ul {
  padding-left: 1.1em;
}

.confidence-alt-page .confidence-stage > p:last-of-type {
  margin-top: auto;
}

.confidence-alt-page .confidence-question {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(32, 70, 97, 0.2);
}

.confidence-alt-page .confidence-stage:nth-child(3) .confidence-question {
  border-top-color: rgba(255, 255, 255, 0.3);
}

.confidence-alt-page .confidence-stage:nth-child(3) .confidence-question strong {
  color: #fff;
}

.confidence-alt-page .confidence-wealthstack {
  padding: 112px 0;
  background: var(--navy);
}

.confidence-alt-page .confidence-wealthstack-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 30px 90px;
  align-items: start;
}

.confidence-alt-page .confidence-wealthstack .eyebrow,
.confidence-alt-page .confidence-wealthstack h2 {
  grid-column: 1;
}

.confidence-alt-page .confidence-wealthstack h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.7vw, 70px);
}

.confidence-alt-page .confidence-wealthstack p {
  grid-column: 2;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.82);
}

.confidence-alt-page .confidence-wealthstack p:first-of-type {
  margin-top: 0;
}

.confidence-alt-page .confidence-close {
  padding: 112px 0 128px;
  text-align: center;
}

.confidence-alt-page .confidence-close .container {
  max-width: 900px;
}

.confidence-alt-page .confidence-close h2 {
  margin: 0 auto 24px;
  font-size: clamp(44px, 5vw, 74px);
}

.confidence-alt-page .confidence-close p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.confidence-alt-page .confidence-close .button-row {
  justify-content: center;
  margin-top: 36px;
}

@media (max-width: 980px) {
  .confidence-alt-page .confidence-lead,
  .confidence-alt-page .confidence-wealthstack-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .confidence-alt-page .confidence-wealthstack .eyebrow,
  .confidence-alt-page .confidence-wealthstack h2,
  .confidence-alt-page .confidence-wealthstack p {
    grid-column: 1;
  }

  .confidence-alt-page .confidence-section-heading {
    display: block;
  }

  .confidence-alt-page .confidence-section-heading h2 {
    margin-top: 12px;
  }

  .confidence-alt-page .confidence-stage-grid {
    grid-template-columns: 1fr;
  }

  .confidence-alt-page .confidence-stage {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .confidence-alt-page .confidence-hero {
    min-height: 620px;
    padding: 130px 0 56px;
  }

  .confidence-alt-page .confidence-hero h1 {
    font-size: clamp(42px, 12vw, 64px);
  }

  .confidence-alt-page .confidence-intro,
  .confidence-alt-page .confidence-stages,
  .confidence-alt-page .confidence-wealthstack,
  .confidence-alt-page .confidence-close {
    padding: 76px 0;
  }

  .confidence-alt-page .confidence-lead h2,
  .confidence-alt-page .confidence-section-heading h2 {
    font-size: 42px;
  }

  .confidence-alt-page .confidence-stage {
    padding: 28px 22px;
  }
}

.confidence-page .footer-test-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0 auto 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.confidence-page .footer-test-links a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.confidence-page .footer-test-links a:hover,
.confidence-page .footer-test-links a:focus-visible {
  color: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 122px;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  background: var(--paper);
  overflow-x: clip;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--cream);
  outline-offset: 4px;
}

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.narrow {
  max-width: 780px;
}

.center {
  text-align: center;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 86px;
  display: grid;
  grid-template-columns: 166px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 0 36px;
  background: rgba(34, 71, 97, 0.95);
  color: #fff;
  transition: background 180ms ease, box-shadow 180ms ease;
}

body.ai-option-page .site-header {
  padding-inline: clamp(48px, 5vw, 80px);
}

.site-header.is-scrolled {
  background: rgba(34, 71, 97, 0.98);
  box-shadow: 0 14px 40px rgba(10, 17, 25, 0.18);
}

.brand img {
  width: 138px;
  display: block;
}

.brand {
  position: relative;
  z-index: 2;
}

.desktop-nav {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  white-space: nowrap;
  transform: translateY(12px);
}

.desktop-nav a {
  position: relative;
  opacity: 0.92;
  transition: color 180ms ease, opacity 180ms ease;
}

.desktop-nav a:hover {
  color: var(--cream);
}

.desktop-nav a[href^="#"]::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 0;
  height: 2px;
  background: var(--cream);
  transform: translateX(-50%);
  transition: width 220ms ease;
}

.desktop-nav a.is-active {
  color: var(--cream);
  opacity: 1;
}

.desktop-nav a.is-active::after {
  width: 28px;
}

.header-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: end;
  transform: translateY(12px);
}

.pill,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button,
.pill {
  text-align: center;
}

.pill {
  white-space: nowrap;
}

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

.button .arrow-mark,
.pill .arrow-mark,
.text-link .arrow-mark,
.mobile-review-prompt .arrow-mark {
  transition: transform 180ms ease;
}

.button:hover .arrow-mark,
.pill:hover .arrow-mark,
.text-link:hover .arrow-mark,
.mobile-review-prompt:hover .arrow-mark {
  transform: translateX(5px);
}

.pill-muted {
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
}

.header-actions .pill {
  min-width: 85px;
  min-height: 40px;
  gap: 8px;
  padding-inline: 18px;
  font-size: 14px;
}

.pill-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.button-cream {
  color: var(--navy);
  background: var(--cream);
}

.button-outline {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.12);
}

.button-blue {
  color: #fff;
  background: var(--navy);
}

.button.small {
  min-height: 44px;
  padding-inline: 22px;
  font-size: 14px;
}

.arrow-mark {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1560 1560'%3E%3Cpath d='M1524 811.8H36c-17.7 0-32-14.3-32-32s14.3-32 32-32h1410.7l-194.2-194.2c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l248.9 248.9c9.2 9.2 11.9 22.9 6.9 34.9-5 11.9-16.7 19.7-29.6 19.7z'/%3E%3Cpath d='M1274.8 1061c-8.2 0-16.4-3.1-22.6-9.4-12.5-12.5-12.5-32.8 0-45.3l249.2-249.2c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-249.2 249.2c-6.3 6.3-14.5 9.4-22.7 9.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1560 1560'%3E%3Cpath d='M1524 811.8H36c-17.7 0-32-14.3-32-32s14.3-32 32-32h1410.7l-194.2-194.2c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l248.9 248.9c9.2 9.2 11.9 22.9 6.9 34.9-5 11.9-16.7 19.7-29.6 19.7z'/%3E%3Cpath d='M1274.8 1061c-8.2 0-16.4-3.1-22.6-9.4-12.5-12.5-12.5-32.8 0-45.3l249.2-249.2c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-249.2 249.2c-6.3 6.3-14.5 9.4-22.7 9.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.site-header .header-actions .pill-muted .arrow-mark {
  width: 12px;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: #fff;
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 170px 0 70px;
  background: var(--navy-deep);
}

section {
  scroll-margin-top: 122px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center 62%;
}

.legacy-page [data-hero-video] {
  transform: scaleX(-1);
}

.legacy-page [data-hero-video][data-hero-video-flipped="false"] {
  transform: none;
}

.legacy-page [data-hero-video][data-hero-video-flipped="true"] {
  transform: scaleX(-1);
}

.hero-overlay {
  background: rgba(18, 28, 39, 0.36);
  mix-blend-mode: multiply;
}

.legacy-hero::before,
.legacy-hero::after {
  content: "";
  position: absolute;
  inset: calc(44% + 120px) 0 0;
  z-index: 0;
  pointer-events: none;
}

.legacy-hero::before {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(7, 24, 35, 0.08) 16%,
    rgba(7, 24, 35, 0.32) 58%,
    rgba(7, 24, 35, 0.64) 100%
  );
}

.legacy-hero::after {
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 24%, black 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 24%, black 100%);
}

.legacy-hero .hero-content {
  z-index: 1;
  padding: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
}

/* AI Option uses a quieter content panel to distinguish the experiment while
   keeping the underlying hero image visible. */
.ai-option-page .legacy-hero .hero-content {
  width: min(720px, calc(100% - 96px));
  margin-left: clamp(48px, 5vw, 80px);
  padding: clamp(28px, 3.2vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(7, 29, 44, 0.48), rgba(7, 29, 44, 0.22));
  box-shadow: 0 24px 70px rgba(3, 18, 28, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ai-option-page .legacy-hero .eyebrow {
  color: #e1b18c;
}

.ai-option-page .legacy-hero h1 {
  max-width: 680px;
  text-wrap: balance;
}

.hero-video-toggle {
  position: absolute;
  right: clamp(24px, 4vw, 64px);
  bottom: clamp(22px, 4vw, 54px);
  z-index: 2;
  display: flex;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(19, 51, 73, 0.42);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.hero-video-toggle button {
  border: 0;
  border-radius: 999px;
  padding: 9px 15px;
  color: rgba(255, 255, 255, 0.82);
  font: 700 11px / 1 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
}

.hero-video-toggle button.is-active {
  color: var(--navy);
  background: var(--cream);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 96px));
  margin: 0 0 0 clamp(48px, 5vw, 80px);
  color: #fff;
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

h1,
h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: 0;
}

h1 {
  color: #fff;
  font-size: clamp(36px, 3.7vw, 52px);
  line-height: 1.21;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

h2 {
  font-size: clamp(34px, 3.2vw, 45px);
  line-height: 1.16;
}

h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.25;
}

.feature-row h3,
.panel-card h3 {
  font-size: 23px;
  line-height: 1.3;
}

.hero-content p {
  max-width: 690px;
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.45;
}

.button-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
}

.play-dot {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.play-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--navy);
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  right: max(48px, calc((100vw - var(--max)) / 2));
  bottom: 52px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  opacity: 0;
  animation: scrollCueIn 500ms ease 2400ms forwards;
}

.scroll-cue span:first-child {
  font-size: 14px;
  letter-spacing: 0;
}

.scroll-arrow {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
}

.scroll-arrow::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 11px auto 0;
  background: var(--navy);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.53 16.53l-4 4a.751.751 0 0 1-1.06 0l-4-4a.75.75 0 1 1 1.06-1.06l2.72 2.719V4a.75.75 0 0 1 1.5 0v14.189l2.72-2.719a.75.75 0 0 1 1.06 1.06z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.53 16.53l-4 4a.751.751 0 0 1-1.06 0l-4-4a.75.75 0 1 1 1.06-1.06l2.72 2.719V4a.75.75 0 0 1 1.5 0v14.189l2.72-2.719a.75.75 0 0 1 1.06 1.06z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@keyframes scrollCueIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rule {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 28px;
}

.rule::after {
  content: "";
  display: block;
  width: 620px;
  max-width: 70%;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
}

.rule span {
  width: 55px;
  height: 3px;
  background: currentColor;
}

.rule.centered {
  position: relative;
  width: min(380px, 74vw);
  height: 3px;
  margin: 28px auto 30px;
  justify-content: center;
  color: var(--navy);
}

.rule.centered::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 1px;
  background: var(--line);
  transform: translateY(-50%);
}

.rule.centered span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-rule {
  position: relative;
  width: min(220px, 100%);
  height: 3px;
  margin: 18px 0 24px;
}

.text-rule::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--line);
  transform: translateY(-50%);
}

.text-rule span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 3px;
  background: var(--navy);
  transform: translateY(-50%);
}

.section-dark .text-rule::before {
  background: rgba(255, 255, 255, 0.28);
}

.section-dark .text-rule span {
  background: var(--cream);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--navy-deep);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}

.section-number {
  display: inline-block;
  margin-right: 0.9rem;
  color: #be8864;
  font-variant-numeric: tabular-nums;
  letter-spacing: 1.8px;
}

.eyebrow.light {
  color: var(--cream);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.split-left {
  position: relative;
  overflow: hidden;
  padding: 120px clamp(48px, 6vw, 96px) 110px max(48px, calc((100vw - var(--max)) / 2));
  background: rgba(219, 196, 172, 0.22);
}

.split-left > :not(.decor-ellipse) {
  position: relative;
  z-index: 1;
}

.intro-lead {
  max-width: 450px;
  margin: 34px 0 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.55;
}

.decor-ellipse {
  position: absolute;
  width: 520px;
  height: 520px;
  opacity: 0.38;
  pointer-events: none;
}

.decor-ellipse-one {
  right: -190px;
  top: -105px;
}

.decor-ellipse-two {
  left: -180px;
  bottom: -200px;
}

.split-right {
  padding: 120px max(48px, calc((100vw - var(--max)) / 2)) 110px clamp(48px, 6vw, 96px);
  background: rgba(34, 71, 97, 0.02);
}

.legacy-story-card {
  max-width: 540px;
}

.legacy-story-card .eyebrow {
  color: #be8864;
}

.legacy-story-card h3 {
  margin: 18px 0 28px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(31px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.08;
}

.legacy-story-card p:not(.eyebrow) {
  margin: 0 0 22px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.58;
}

.legacy-story-card blockquote {
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.legacy-story-card blockquote p {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(25px, 2.1vw, 32px);
  line-height: 1.2;
}

.legacy-story-card cite {
  display: block;
  margin-top: 12px;
  color: #be8864;
  font-style: normal;
  font-weight: 700;
}

.section-light {
  background: #fff;
}

.section-cream {
  background: var(--cream-soft);
}

.section-dark {
  color: #d9e0e4;
  background: var(--navy);
}

.section-dark p,
.section-dark li {
  color: rgba(255, 255, 255, 0.84);
}

.section-dark .button-cream {
  color: var(--navy);
}

.section-dark h2,
.section-dark h3 {
  color: #fff;
}

.dashboard {
  padding: 110px 0 100px;
}

.legacy-hero .eyebrow {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.82);
}

.legacy-questions {
  padding: 105px 0 100px;
}

.legacy-question-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 56px;
}

.legacy-question-grid article {
  min-height: 210px;
  padding: 34px 28px;
  border: 1px solid rgba(34, 71, 97, 0.12);
  background: var(--mist);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.legacy-question-grid article:hover {
  border-color: rgba(190, 136, 100, 0.6);
  background: #fff;
  box-shadow: 0 16px 36px rgba(19, 51, 73, 0.09);
  transform: translateY(-4px);
}

.legacy-question-grid span,
.legacy-package-grid span {
  display: inline-block;
  margin-bottom: 28px;
  color: #be8864;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.legacy-question-grid p {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.28;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.legacy-page .feature-row {
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}

.feature-row article {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  transition: transform 220ms ease, border-color 220ms ease;
}

.legacy-page .feature-row article:hover {
  border-color: #be8864;
  transform: translateY(-4px);
}

.legacy-page .feature-row article:hover .section-icon {
  transform: translateY(-3px) scale(1.05);
}

.feature-row article h3::after,
.panel-card h3::after,
.experience .content-block h3::after,
.founder .content-block h3::after,
.wealth h3::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 16px 0 18px;
  background-image:
    linear-gradient(to right, var(--navy) 0 55px, transparent 55px 100%),
    linear-gradient(to right, var(--line), var(--line));
  background-size: 55px 3px, 100% 1px;
  background-position: left center, left center;
  background-repeat: no-repeat;
}

.panel-card h3::after,
.section-dark .feature-row article h3::after,
.section-dark .experience .content-block h3::after,
.section-dark .founder .content-block h3::after,
.section-dark .wealth h3::after {
  background-image:
    linear-gradient(to right, #fff 0 55px, transparent 55px 100%),
    linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  background-size: 55px 3px, 100% 1px;
  background-position: left center, left center;
  background-repeat: no-repeat;
}

.wealth h3::after {
  background-image:
    linear-gradient(to right, #fff 0 55px, transparent 55px 100%),
    linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.46));
}

.section-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  object-fit: contain;
  display: block;
  flex: 0 0 48px;
  transition: transform 220ms ease;
}

.legacy-question-list {
  margin: 12px 0 22px;
  padding-left: 22px;
}

.legacy-question-list li {
  margin: 12px 0;
}

.blue-panels {
  padding: 130px 0;
  background-color: var(--navy);
  background-image: url("/assets/experience.jpg");
  background-size: cover;
  background-position: center;
}

.legacy-page .blue-panels {
  background-image:
    linear-gradient(90deg, rgba(19, 51, 73, 0.68), rgba(19, 51, 73, 0.5)),
    linear-gradient(180deg, rgba(19, 51, 73, 0.48), rgba(19, 51, 73, 0.66)),
    url("/assets/legacy-what-you-get-background.png");
}

.panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  gap: 80px;
  align-items: start;
}

.panel-copy {
  position: sticky;
  top: 148px;
  max-width: 470px;
  min-height: 420px;
  align-self: start;
}

.panel-copy.reveal,
.panel-copy.reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}

.panel-copy h2 {
  margin-bottom: 18px;
}

.panel-copy h2::after {
  content: "";
  display: block;
  width: min(360px, 100%);
  height: 3px;
  margin: 24px 0 24px;
  background-image:
    linear-gradient(to right, var(--cream) 0 55px, transparent 55px 100%),
    linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  background-size: 55px 3px, 100% 1px;
  background-position: left center, left center;
  background-repeat: no-repeat;
}

.panel-copy .button {
  margin-top: 28px;
}

.panel-stack {
  display: grid;
  gap: 42px;
}

.panel-card {
  padding: 36px;
  background: rgba(18, 28, 39, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 240ms ease, border-color 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.panel-card:hover {
  border-color: rgba(225, 195, 160, 0.5);
  background: rgba(18, 28, 39, 0.55);
  box-shadow: 0 20px 48px rgba(5, 18, 28, 0.22);
  transform: translateY(-5px);
}

.panel-card:hover .panel-icon {
  transform: translateY(-2px) scale(1.06);
}

.panel-card h3 {
  color: var(--cream);
}

.panel-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.panel-card ul {
  margin: 0;
  padding-left: 18px;
}

.panel-card li {
  margin: 9px 0;
}

.opportunities,
.experience,
.founder {
  padding: 120px 0;
}

.two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.image-stack img,
.media-card img {
  width: 100%;
  height: min(560px, 52vw);
  min-height: 440px;
  object-fit: cover;
}

.media-card img {
  object-position: center;
}

.image-stack .eyebrow {
  margin-bottom: 20px;
}

.image-stack h2 {
  margin-bottom: 38px;
}

.image-stack {
  position: relative;
}

.content-block > p {
  max-width: 560px;
}

.opportunities {
  padding: 110px 0 130px;
}

.opportunities .container {
  width: min(1390px, calc(100% - 96px));
}

.opportunities .two-col {
  grid-template-columns: minmax(420px, 0.95fr) minmax(480px, 1.05fr);
  gap: 120px;
  align-items: start;
}

.opportunities .image-stack h2 {
  max-width: 640px;
  margin-bottom: 82px;
  font-size: clamp(46px, 4vw, 62px);
  line-height: 1.16;
}

.opportunities .image-stack img {
  height: min(820px, 56vw);
  min-height: 640px;
  object-position: center;
}

.opportunities .content-block {
  padding-top: 90px;
}

.opportunities .content-block > p {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.55;
}

.opportunities .content-block > p:first-child {
  max-width: 640px;
  margin-top: 0;
  font-size: 21px;
  line-height: 1.55;
}

.opportunities .content-block > p + p,
.opportunities .content-block > p + .accordion {
  border-top: 0;
  padding-top: 0;
  margin-top: 28px;
}

.opportunities .content-block > p:first-child::after {
  content: "";
  display: block;
  width: min(720px, 100%);
  height: 3px;
  margin: 74px 0 52px;
  background-image:
    linear-gradient(to right, var(--navy) 0 125px, transparent 125px 100%),
    linear-gradient(to right, var(--line), var(--line));
  background-size: 125px 4px, 100% 1px;
  background-position: left center, left center;
  background-repeat: no-repeat;
}

.opportunities .content-block > p:first-child + p {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.accordion {
  margin-top: 44px;
  border-top: 1px solid var(--line);
}

.accordion button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.2;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.accordion button::after {
  content: "+";
  flex: 0 0 auto;
  color: #111;
  font-family: var(--sans);
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.accordion button[aria-expanded="true"]::after {
  content: "-";
}

.accordion div {
  display: none;
  padding: 2px 0 30px;
}

.accordion div p {
  margin: 0;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.55;
}

.accordion button[aria-expanded="true"] + div {
  display: block;
}

.strategy {
  position: relative;
  overflow: hidden;
  padding: 85px 0;
}

.strategy .two-col {
  grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.64fr);
  gap: 64px;
}

.strategy .content-block h2 {
  max-width: 650px;
  font-size: clamp(38px, 3vw, 45px);
}

.strategy .content-block h2::after {
  content: "";
  display: block;
  width: min(360px, 100%);
  height: 3px;
  margin: 24px 0 24px;
  background-image:
    linear-gradient(to right, var(--navy) 0 55px, transparent 55px 100%),
    linear-gradient(to right, var(--line), var(--line));
  background-size: 55px 3px, 100% 1px;
  background-position: left center, left center;
  background-repeat: no-repeat;
}

.watermark {
  width: min(355px, 80%);
  justify-self: end;
  opacity: 1;
}

.strategy-mark {
  align-self: stretch;
  max-height: 519px;
  object-fit: contain;
}

.check-list {
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin: 12px 0;
  padding-left: 38px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: #e2e2e2;
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: calc(0.05em + 6px);
  width: 12px;
  height: 12px;
  background: #0a1119;
  -webkit-mask: url("/assets/icons/check.svg") center / contain no-repeat;
  mask: url("/assets/icons/check.svg") center / contain no-repeat;
}

.compact-checks {
  margin: 0 0 28px;
}

.compact-checks li {
  margin: 9px 0;
}

.wealth {
  padding: 120px 0;
}

.wealth .two-col {
  grid-template-columns: 1fr 0.9fr;
}

.wealth h2 {
  margin-bottom: 36px;
}

.wealth h3 {
  margin-top: 28px;
  margin-bottom: 18px;
  color: var(--cream);
  font-size: 25px;
}

.wealth h3:not(:first-of-type) {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 28px;
}

.wealth-list {
  margin: 20px 0 0;
  padding-left: 28px;
}

.wealth-list li {
  margin: 8px 0;
}

.wealth .button {
  margin-top: 28px;
}

.how {
  position: relative;
  overflow: hidden;
  padding: 110px 0 95px;
  background: linear-gradient(180deg, #f7f0ea 0%, #fff 100%);
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 45px;
  text-align: center;
}

.legacy-steps {
  --timeline-progress: 0;
  grid-template-columns: repeat(5, 1fr);
}

.legacy-steps::before {
  left: 10%;
  right: 10%;
  top: 154px;
}

.legacy-steps::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 10%;
  top: 154px;
  width: calc(80% * var(--timeline-progress));
  height: 2px;
  background: #be8864;
  transition: width 420ms ease;
}

.legacy-steps article {
  display: grid;
  grid-template-rows: 18px 58px 101px auto;
  padding-inline: 14px;
  transition: transform 240ms ease;
}

.legacy-steps article.is-reached .legacy-step-icon {
  filter: saturate(1.08) contrast(1.03);
  transform: translateY(-4px) scale(1.045);
}

.legacy-steps article.is-reached h3 {
  color: #1b5577;
}

.legacy-steps h3 {
  font-size: 21px;
}

.how .section-intro {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.45;
}

.legacy-step-icon {
  position: relative;
  z-index: 1;
  width: 101px;
  height: 101px;
  margin: 0 auto 26px;
  object-fit: contain;
  transition: transform 260ms ease, filter 260ms ease;
}

.legacy-look .section-head h2 {
  max-width: 720px;
}

.legacy-family-image {
  object-position: center 42%;
}

.confidence-philosophy {
  padding: 104px 0 112px;
  background: var(--paper);
}

.confidence-philosophy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.confidence-philosophy-intro {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.confidence-philosophy h2 {
  max-width: 780px;
  margin: 14px auto 20px;
  font-size: clamp(34px, 3.2vw, 45px);
  line-height: 1.16;
}

.confidence-philosophy-lead {
  max-width: 700px;
  margin: 0 auto;
  color: var(--slate);
  font-size: 20px;
  line-height: 1.6;
}

.confidence-philosophy-copy {
  max-width: 1080px;
  margin: 0 auto;
}

.confidence-philosophy-copy > p {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 17px;
  line-height: 1.65;
}

.confidence-stages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 280px));
  justify-content: center;
  gap: 28px;
  margin: 40px 0 44px;
}

.confidence-stages::before {
  display: none;
}

.confidence-stages article {
  display: flex;
  aspect-ratio: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 28px 24px;
  border-top: 2px solid rgba(232, 207, 181, 0.8);
  background: var(--navy);
  text-align: left;
}

.confidence-stages span {
  display: block;
  margin-bottom: 20px;
  color: var(--cream);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.confidence-stages h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--serif);
  font-size: 28px;
}

.confidence-stages p {
  max-width: 230px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.technology-partner {
  position: relative;
  padding: 94px 0;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}

.technology-partner::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(190, 136, 100, 0.12), transparent 32%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.035), transparent 58%);
  content: "";
  pointer-events: none;
}

.technology-partner-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(54px, 7vw, 104px);
}

.technology-partner-intro {
  position: sticky;
  top: 120px;
}

.technology-partner h2 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(46px, 5vw, 64px);
  line-height: 1;
}

.technology-partner-intro > p:last-child {
  max-width: 430px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(232, 207, 181, 0.3);
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.65;
}

.technology-partner .eyebrow {
  color: var(--cream);
}

.technology-partner-copy {
  max-width: 760px;
}

.technology-partner-copy > p {
  max-width: 66ch;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.technology-partner-copy strong {
  color: #fff;
}

.technology-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 38px;
}

.technology-benefits > div {
  min-height: 190px;
  padding: 24px 20px;
  border-top: 2px solid rgba(232, 207, 181, 0.8);
  background: rgba(255, 255, 255, 0.055);
}

.technology-benefits span {
  display: block;
  margin-bottom: 20px;
  color: var(--cream);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.technology-benefits strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.technology-benefits p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .confidence-philosophy-grid,
  .technology-partner-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .confidence-philosophy-intro {
    min-height: 0;
  }

  .technology-partner-intro {
    position: static;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(232, 207, 181, 0.24);
  }
}

@media (max-width: 600px) {
  .confidence-philosophy,
  .technology-partner {
    padding: 78px 0;
  }

  .confidence-stages {
    grid-template-columns: minmax(0, 280px);
    justify-content: center;
    gap: 20px;
    margin: 32px 0;
  }

  .confidence-stages::before {
    display: none;
  }

  .confidence-stages article {
    padding: 30px 24px;
  }

  .technology-benefits {
    grid-template-columns: 1fr;
  }

  .technology-benefits > div {
    min-height: 0;
  }
}

.legacy-page .experience .content-block h3 {
  margin-top: 14px;
}

.legacy-page .experience .content-block .button {
  margin-top: 18px;
}

.steps::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: 150px;
  height: 1px;
  background: var(--line);
}

.steps.legacy-steps::before {
  left: 10%;
  right: 10%;
  top: 154px;
}

.steps article {
  position: relative;
  padding: 28px 24px 0;
  min-height: 230px;
}

.steps span {
  color: var(--cream);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.legacy-steps span {
  color: #be8864;
}

.steps strong {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 28px auto 30px;
  border: 1px solid rgba(34, 71, 97, 0.12);
  border-radius: 50%;
  color: rgba(34, 71, 97, 0.16);
  background: #f8f1eb;
  font-family: var(--serif);
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}

.visualize {
  padding: 85px 0;
  background: var(--mist);
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.philosophy {
  margin: 0;
  width: 100%;
  padding: 120px 0;
  background-color: var(--navy);
  background-image: url("/assets/strategy.jpg");
  background-size: cover;
  background-position: center;
}

.legacy-page .philosophy {
  background-image:
    linear-gradient(90deg, rgba(19, 51, 73, 0.7), rgba(19, 51, 73, 0.5)),
    linear-gradient(180deg, rgba(19, 51, 73, 0.5), rgba(19, 51, 73, 0.66)),
    url("/assets/legacy-philosophy-background.png");
}

.philosophy .lead {
  margin-top: 22px;
  font-size: 18px;
}

.rule.centered.philosophy-rule {
  margin: 28px auto 30px;
  color: rgba(255, 255, 255, 0.45);
}

.rule.centered.philosophy-rule::after {
  background: rgba(255, 255, 255, 0.45);
}

.legacy-values {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 48px;
  text-align: left;
}

.legacy-values article {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 22px;
}

.legacy-values h3 {
  color: var(--cream);
  font-size: 21px;
}

.legacy-values p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.founder-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 150px 88px 145px max(48px, calc((100vw - var(--max)) / 2));
  background: #f3f4f4;
}

.founder {
  padding: 0;
  background: linear-gradient(90deg, #f3f4f4 0 50%, var(--cream-soft) 50% 100%);
}

.founder > .container {
  width: 100%;
  max-width: none;
}

.founder .two-col {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 0;
}

.founder .content-block {
  height: 100%;
  padding: 220px max(48px, calc((100vw - var(--max)) / 2)) 145px 88px;
  background: var(--cream-soft);
}

.founder-card > p:not(.eyebrow),
.founder-card h2,
.founder-card h3,
.founder-card .text-rule,
.founder-card .adviser-intro,
.founder-card .founder-photo {
  position: relative;
  z-index: 1;
  max-width: 560px;
}

.founder-card .eyebrow {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}

.founder-card .adviser-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #be8864;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: uppercase;
}

.adviser-intro {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 30px;
}

.founder-card h2 {
  max-width: 500px;
  margin: 0;
  font-size: clamp(25px, 2vw, 32px);
  line-height: 1.12;
}

.founder-card h3 {
  margin-bottom: 28px;
  color: var(--navy);
  font-size: 25px;
}

.founder-card p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.65;
}

.founder .content-block > * {
  max-width: 760px;
}

.founder .content-block h3 {
  color: var(--navy);
  font-size: 25px;
}

.founder .content-block h3::after {
  display: none;
}

.founder .content-block h3:not(:first-of-type) {
  margin-top: 40px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.legacy-quote {
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.3;
}

.legacy-quote span {
  display: block;
  margin-top: 16px;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.legacy-packages {
  padding: 110px 0;
  background: #fff;
}

.legacy-packages .center p:not(.eyebrow) {
  max-width: 850px;
  margin: 24px auto 0;
  font-size: 18px;
}

.legacy-package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 64px;
}

.legacy-package-grid article {
  position: relative;
  display: grid;
  grid-template-rows: 18px 40px 58px minmax(245px, 1fr) auto;
  min-height: 590px;
  padding: 60px 42px 34px;
  border: 1px solid #be8864;
  background: #fff;
  text-align: center;
}

.ai-option-page .legacy-package-grid article {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ai-option-page .legacy-package-grid article:hover {
  border-color: #1b5577;
  box-shadow: 0 18px 42px rgba(19, 51, 73, 0.12);
  transform: translateY(-6px);
}

.ai-option-page .legacy-package-grid article:nth-child(2) {
  border-color: #1b5577;
  box-shadow: inset 0 3px 0 #1b5577;
}

.ai-option-page .legacy-package-grid article:nth-child(2) .package-icon {
  border-color: #1b5577;
}

/* Give the AI Option page a calmer narrative opening: problem first, proof second. */
.ai-option-page .intro.split {
  grid-template-columns: 1fr;
}

.ai-option-page .intro .split-left,
.ai-option-page .intro .split-right {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(280px, 440px);
  align-items: center;
  justify-content: center;
  gap: clamp(36px, 5vw, 84px);
  padding-block: clamp(76px, 9vw, 124px);
  padding-inline: clamp(40px, 6vw, 112px);
}

.ai-option-page .intro .intro-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 780px);
  margin-inline: auto;
}

.ai-option-page .intro .split-left .intro-copy {
  grid-column: 1;
}

.ai-option-page .intro .split-left .intro-media {
  grid-column: 2;
}

.ai-option-page .intro .split-right {
  grid-template-columns: minmax(280px, 440px) minmax(0, 720px);
}

.ai-option-page .intro .split-right .intro-media {
  grid-column: 1;
  grid-row: 1;
}

.ai-option-page .intro .split-right .intro-copy {
  grid-column: 2;
  grid-row: 1;
}

.ai-option-page .intro .intro-media {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  margin-inline: auto;
}

.ai-option-page .intro .intro-media::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 42%;
  height: 38%;
  border-right: 1px solid rgba(190, 136, 100, 0.5);
  border-bottom: 1px solid rgba(190, 136, 100, 0.5);
  pointer-events: none;
}

.ai-option-page .intro .intro-media img {
  display: block;
  width: 100%;
  height: clamp(300px, 34vw, 420px);
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 24px 60px rgba(16, 47, 69, 0.12);
}

.ai-option-page .intro .split-right .intro-media img {
  height: clamp(360px, 40vw, 520px);
}

.ai-option-page .intro .intro-lead {
  max-width: 640px;
  margin-top: 30px;
}

.ai-option-page .intro .legacy-story-card {
  max-width: 780px;
}

.ai-option-page .legacy-questions .center,
.ai-option-page .how > .center,
.ai-option-page .legacy-packages > .center,
.ai-option-page .ai-faq > .center,
.ai-option-page .cta > .center {
  max-width: 860px;
  margin-inline: auto;
}

.ai-option-page .legacy-look .section-head {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ai-option-page .legacy-look .section-head > div {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
}

.ai-option-page .panel-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(84%) sepia(14%) saturate(529%) hue-rotate(348deg) brightness(94%) contrast(86%);
}

@media (max-width: 900px) {
  .founder .two-col {
    grid-template-columns: 1fr;
  }

  .founder-card,
  .founder .content-block {
    padding: clamp(56px, 8vw, 84px) clamp(28px, 7vw, 72px);
  }

  .founder-card,
  .founder .content-block {
    width: 100%;
  }

  .founder .content-block > * {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }

  .founder .content-block .check-list {
    text-align: left;
  }

  .ai-option-page .intro .split-left,
  .ai-option-page .intro .split-right {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-inline: clamp(28px, 6vw, 64px);
  }

  .ai-option-page .intro .split-left .intro-copy,
  .ai-option-page .intro .split-left .intro-media,
  .ai-option-page .intro .split-right .intro-copy,
  .ai-option-page .intro .split-right .intro-media {
    grid-column: auto;
    grid-row: auto;
  }

  .ai-option-page .intro .intro-media {
    width: min(100%, 560px);
  }

  .ai-option-page .intro .intro-media img,
  .ai-option-page .intro .split-right .intro-media img {
    height: auto;
    aspect-ratio: auto;
  }

  .ai-option-page .intro .intro-media::after {
    right: -8px;
    bottom: -8px;
  }
}

.ai-option-page .cta {
  background: linear-gradient(180deg, #ffffff 0%, #f8f2ec 100%);
}

.ai-option-page .cta-note {
  margin: 16px auto 0;
  color: #68737b;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.ai-option-page .closing-actions {
  padding: clamp(78px, 9vw, 112px) 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7eee6 100%);
}

.closing-actions-head {
  max-width: 760px;
  margin: 0 auto 48px;
}

.closing-actions-head > p:not(.eyebrow) {
  max-width: 650px;
  margin: 22px auto 0;
  color: var(--slate);
  font-size: 18px;
  line-height: 1.6;
}

.closing-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(19, 51, 73, 0.16);
  border-radius: 3px;
  box-shadow: 0 24px 64px rgba(19, 51, 73, 0.1);
}

.closing-action-card {
  display: flex;
  min-width: 0;
  min-height: 490px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(38px, 5vw, 64px);
}

.closing-action-label {
  margin: 0 0 24px;
  color: #be8864;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.closing-action-card h3 {
  max-width: 520px;
  margin: 0 0 22px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.06;
}

.closing-action-card > p:not(.closing-action-label, .cta-note) {
  max-width: 540px;
  margin: 0 0 30px;
  color: var(--slate);
  font-size: 17px;
  line-height: 1.6;
}

.closing-review {
  overflow: hidden;
  padding: 0;
  color: #fff;
  background: var(--navy);
}

.closing-review-image {
  width: 100%;
  height: 100%;
  min-height: 490px;
  object-fit: cover;
  object-position: right center;
}

.closing-review h3,
.closing-review > p:not(.closing-action-label, .cta-note) {
  color: #fff;
}

.closing-review .button-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
}

.closing-review .cta-note {
  margin: auto 0 0;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.62);
}

.closing-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.closing-checklist {
  background: #fff;
}

.closing-checklist form {
  display: grid;
  width: 100%;
  gap: 12px;
  margin-top: auto;
}

.closing-checklist input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 13px 18px;
  color: var(--text);
  background: #fff;
}

.closing-checklist form button {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--navy);
  cursor: pointer;
}

.closing-checklist form.is-complete input,
.closing-checklist form.is-complete button {
  display: none;
}

@media (max-width: 880px) {
  .closing-actions-grid {
    grid-template-columns: 1fr;
  }

  .closing-action-card {
    min-height: 0;
  }

  .closing-review-image {
    min-height: 380px;
  }

  .closing-checklist form {
    margin-top: 10px;
  }
}

.ai-option-page .ai-faq {
  padding: 96px 0;
  background: #fcfaf7;
}

.ai-option-page .ai-faq .center {
  max-width: 720px;
  margin-inline: auto;
}

.ai-option-page .ai-faq .center > p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px auto 0;
}

.ai-faq-list {
  max-width: 820px;
  margin: 48px auto 0;
  border-top: 1px solid rgba(19, 51, 73, 0.2);
}

.ai-faq-list details {
  border-bottom: 1px solid rgba(19, 51, 73, 0.2);
}

.ai-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(18px, 1.65vw, 22px);
  cursor: pointer;
  list-style: none;
  transition: color 180ms ease, padding-left 180ms ease;
}

.ai-faq-list summary:hover {
  color: #1b5577;
  padding-left: 8px;
}

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

.ai-faq-list summary::after {
  content: "+";
  color: #be8864;
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 400;
  transition: transform 220ms ease, color 180ms ease;
}

.ai-faq-list details[open] summary::after {
  content: "+";
  color: var(--navy);
  transform: rotate(45deg);
}

.ai-faq-list details p {
  max-width: 700px;
  padding: 0 48px 18px 0;
  color: #45515d;
}

.ai-faq-list details[open] p {
  animation: faqAnswerIn 240ms ease both;
}

@keyframes faqAnswerIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.resource-paths {
  padding: 96px 0;
  background: #fff;
}

.resource-paths > .center {
  max-width: 760px;
}

.resource-paths > .center > p:not(.eyebrow) {
  max-width: 650px;
  margin: 22px auto 0;
}

.resource-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.resource-path-grid article {
  min-height: 290px;
  border: 1px solid rgba(190, 136, 100, 0.42);
  padding: clamp(32px, 4vw, 52px);
  background: linear-gradient(145deg, #fff 0%, #f8f2ec 100%);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.resource-path-grid article:hover {
  border-color: #be8864;
  box-shadow: 0 18px 42px rgba(19, 51, 73, 0.1);
  transform: translateY(-5px);
}

.story-outcome {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  margin: 28px 0;
  padding: 15px 20px;
  border-block: 1px solid rgba(190, 136, 100, 0.45);
  color: var(--navy);
  font-size: 14px;
}

.story-outcome span:not(.story-outcome-arrow) {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.story-outcome strong {
  color: #be8864;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.story-outcome-arrow {
  color: #be8864;
  font-size: 22px;
}

.mobile-review-prompt {
  display: none;
}

@media (max-width: 760px) {
  .mobile-review-prompt {
    position: fixed;
    z-index: 14;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: calc(100vw - 36px);
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #fff;
    background: rgba(27, 85, 119, 0.94);
    box-shadow: 0 14px 36px rgba(10, 30, 45, 0.24);
    font-size: 13px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .mobile-review-prompt.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .story-outcome {
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .button,
  .pill,
  .panel-card,
  .feature-row article,
  .legacy-question-grid article,
  .resource-path-grid article,
  .legacy-step-icon,
  .mobile-review-prompt,
  .ai-faq-list details[open] p {
    animation: none !important;
    transition: none !important;
  }
}

.resource-path-grid h3 {
  margin: 16px 0;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 38px);
}

.resource-path-grid article > p:not(.eyebrow) {
  max-width: 500px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 26px;
  color: var(--navy);
  font-weight: 600;
}

.package-icon {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid #be8864;
  border-radius: 50%;
  color: #7d5f41;
  background: #fff;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.package-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.package-tier {
  color: #be8864;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.legacy-package-grid h3 {
  margin: 0;
  color: #071b39;
  font-family: var(--serif);
  font-size: clamp(23px, 1.65vw, 30px);
  font-weight: 600;
  line-height: 1.12;
  text-transform: uppercase;
}

.legacy-package-grid p {
  max-width: 300px;
  margin: 0 auto;
  color: #887357;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.18;
}

.legacy-package-grid ul {
  width: 100%;
  margin: 0 auto 30px;
  padding: 28px 0 0;
  border-top: 1px solid #be8864;
  text-align: left;
  list-style: none;
}

.legacy-package-grid li {
  position: relative;
  margin: 12px 0;
  padding-left: 38px;
  color: #29306f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.32;
}

.legacy-package-grid li::before {
  content: "";
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e2e2e2;
}

.legacy-package-grid li::after {
  content: "";
  position: absolute;
  top: calc(0.05em + 6px);
  left: 6px;
  width: 12px;
  height: 12px;
  background: #0a1119;
  -webkit-mask: url("/assets/icons/check.svg") center / contain no-repeat;
  mask: url("/assets/icons/check.svg") center / contain no-repeat;
}

.package-price {
  padding-top: 24px;
  border-top: 1px solid #be8864;
  text-align: left;
}

.legacy-package-grid strong,
.legacy-package-grid small {
  display: block;
  color: #be8864;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.legacy-package-grid small {
  margin-top: 10px;
}

.legacy-package-note {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 34px;
  margin-top: 40px;
  padding: 24px 34px;
  border: 1px solid #be8864;
}

.legacy-package-note p {
  margin: 0;
  color: #29306f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.legacy-package-note p + p {
  padding-left: 34px;
  border-left: 1px solid #be8864;
}

.button-blue-outline {
  margin-left: 12px;
  color: var(--navy);
  border-color: rgba(34, 71, 97, 0.22);
  background: transparent;
}

.founder-photo {
  position: relative;
  z-index: 1;
  width: 136px;
  height: 136px;
  margin-bottom: 34px;
  border-radius: 999px;
}

.adviser-intro .founder-photo {
  flex: 0 0 136px;
  margin-bottom: 0;
}

.founder-photo-liron {
  object-fit: cover;
  object-position: 82% 34%;
}

.founder-mark {
  position: absolute;
  top: -142px;
  right: -82px;
  width: 520px;
  height: 520px;
  opacity: 0.28;
  pointer-events: none;
}

.cta {
  padding: 95px 0;
}

.newsletter {
  border-top: 1px solid rgba(34, 71, 97, 0.08);
  padding: 32px 0;
  background: var(--cream-soft);
}

.newsletter-row {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  gap: 32px;
}

.newsletter h2 {
  font-size: 20px;
}

.newsletter form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 120px;
  gap: 14px;
}

.newsletter input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 13px 18px;
  color: var(--text);
  background: #fff;
}

.newsletter button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--navy);
  cursor: pointer;
}

.checklist-offer {
  padding: 44px 0;
  background: linear-gradient(115deg, #f7eee6, #fff 62%);
}

.checklist-offer .newsletter-row {
  grid-template-columns: minmax(300px, 1.1fr) minmax(420px, 1fr);
}

.checklist-offer h2 {
  margin-top: 8px;
  font-size: clamp(26px, 2.8vw, 38px);
}

.checklist-offer h2 + p {
  max-width: 620px;
  margin-top: 10px;
}

.checklist-offer form {
  grid-template-columns: 1fr 1.25fr 170px;
  align-items: center;
}

.checklist-download {
  display: grid;
  min-height: 48px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: #be8864;
  font-weight: 600;
}

.checklist-download[hidden] {
  display: none;
}

.checklist-offer form.is-complete {
  grid-template-columns: minmax(0, 1fr);
}

.checklist-offer form.is-complete input {
  display: none;
}

.site-footer {
  padding: 50px 0 18px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-row img {
  width: 120px;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
}

.footer-contact a:hover {
  color: #fff;
}

.copyright {
  width: min(var(--max), calc(100% - 48px));
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
}

.footer-legal {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: 12px;
}

.footer-legal a:hover {
  color: #fff;
}

.blog-page {
  background: #fff;
}

.blog-hero {
  display: flex;
  min-height: 420px;
  align-items: center;
  padding: 110px 0 0;
  background:
    linear-gradient(rgba(18, 28, 39, 0.08), rgba(18, 28, 39, 0.08)),
    url("/assets/blog/blog-header.jpg") center / cover no-repeat;
  text-align: left;
}

.blog-hero .container {
  width: min(1618px, calc(100% - 96px));
}

.blog-hero h1 {
  max-width: 900px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(54px, 4.7vw, 78px);
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.24);
}

.blog-hero .eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.blog-hero-intro {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.45;
}

.blog-list {
  background: #fff;
}

.blog-listing {
  width: min(1618px, calc(100% - 96px));
  margin: 0 auto;
  padding: 82px 0 120px;
}

.blog-listing-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 0 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9dde0;
}

.blog-listing-head .eyebrow {
  margin: 0 0 8px;
}

.blog-listing-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 3.1vw, 54px);
  line-height: 1;
}

.blog-featured {
  margin: 0 0 66px;
  background: var(--mist);
}

.blog-featured > a {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  color: inherit;
}

.blog-featured img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.blog-featured-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 56px clamp(34px, 5vw, 92px);
}

.blog-featured-body .eyebrow,
.blog-featured-body time,
.blog-card time {
  color: #637281;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-featured-body .eyebrow {
  margin: 0 0 26px;
}

.blog-featured-body time {
  margin-bottom: 18px;
}

.blog-featured h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.08;
}

.blog-featured-body > p:not(.eyebrow) {
  margin: 20px 0 30px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.55;
}

.blog-featured span,
.blog-card span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
}

.blog-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.blog-card {
  min-height: 0;
  border: 1px solid #e7e7e7;
  background: #fff;
}

.blog-card a {
  display: block;
  min-height: 0;
  padding: 0;
}

.blog-card img {
  display: block;
  width: 100%;
  aspect-ratio: 539 / 270;
  height: auto;
  object-fit: cover;
}

.blog-card-body {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 42px 42px 44px;
  text-align: center;
}

.blog-card h2 {
  max-width: 420px;
  margin: 15px auto 28px;
  color: var(--navy);
  font-size: clamp(23px, 1.55vw, 30px);
  line-height: 1.22;
}

.blog-card span .arrow-mark,
.blog-featured span .arrow-mark {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: currentColor;
}

.blog-card a:hover h2,
.blog-card a:hover span {
  color: #18364c;
}

.arrow-mark.reverse {
  transform: rotate(180deg);
}

.single-post {
  background: #fff;
}

.single-post .container {
  width: min(1770px, calc(100% - 180px));
}

.post-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 80px;
  align-items: end;
  padding: 210px 0 34px;
}

.post-header h1 {
  max-width: 980px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(62px, 5vw, 92px);
  line-height: 0.98;
}

.post-date {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.2;
  text-align: right;
}

.post-feature {
  display: grid;
  grid-template-columns: minmax(330px, 500px) minmax(0, 1fr);
  gap: 80px;
  align-items: start;
  padding-bottom: 0;
}

.post-intro {
  color: var(--text);
  padding-top: 78px;
  font-size: 21px;
  line-height: 1.65;
}

.post-intro p:first-child {
  color: #4b535d;
  font-family: var(--serif);
  font-size: clamp(28px, 2.1vw, 38px);
  font-weight: 700;
  line-height: 1.28;
}

.post-intro p,
.post-copy p {
  margin: 0 0 22px;
}

.post-feature img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.post-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 500px) minmax(0, 1fr);
  gap: 80px;
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 58px;
}

.post-content::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: var(--mist);
  transform: translateX(-50%);
}

.post-content > * {
  position: relative;
  z-index: 1;
}

.post-copy {
  color: var(--text);
  font-size: 21px;
  line-height: 1.62;
}

.post-copy p {
  text-align: justify;
}

.post-actions {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 500px) minmax(0, 1fr);
  gap: 80px;
  padding-bottom: 120px;
  background: var(--mist);
}

.post-actions::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: var(--mist);
  transform: translateX(-50%);
}

.post-actions .button {
  grid-column: 1 / 2;
  justify-self: start;
}

/* Legacy guides and professional referral pages */
.resource-page {
  background: #fbf8f4;
}

.resource-page main .container {
  max-width: 920px;
}

.resource-hero {
  padding: 170px 0 92px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(14, 49, 72, 0.98), rgba(32, 77, 106, 0.88)),
    url("/assets/legacy-philosophy-background.png") center / cover;
}

.resource-hero .container {
  max-width: 920px;
}

.resource-hero h1 {
  max-width: 850px;
  margin: 18px 0 24px;
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
}

.resource-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 22px);
}

.resource-body {
  padding: 86px 0 110px;
}

.resource-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.resource-copy {
  max-width: 780px;
  font-size: 18px;
  line-height: 1.72;
}

.resource-copy h2 {
  margin: 58px 0 18px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 44px);
}

.resource-copy h2:first-child {
  margin-top: 0;
}

.resource-copy h3 {
  margin: 34px 0 12px;
  color: var(--navy);
  font-size: 25px;
}

.resource-copy p,
.resource-copy ul,
.resource-copy ol {
  margin: 0 0 20px;
}

.resource-copy li {
  margin: 8px 0;
}

.resource-aside {
  position: sticky;
  top: 112px;
  border-top: 3px solid #be8864;
  padding: 28px;
  background: #f1e8df;
}

.resource-aside h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 27px;
}

.resource-aside .button {
  width: 100%;
  margin-top: 18px;
  justify-content: center;
}

.resource-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.resource-card {
  display: flex;
  min-height: 285px;
  flex-direction: column;
  border: 1px solid rgba(190, 136, 100, 0.4);
  padding: 34px;
  background: #fff;
}

.resource-card h2,
.resource-card h3 {
  margin: 14px 0;
  color: var(--navy);
  font-size: 30px;
}

.resource-card .text-link {
  margin-top: auto;
  padding-top: 24px;
}

.resource-band {
  padding: 72px 0;
  text-align: center;
  background: #efe4d9;
}

.resource-band h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 48px);
}

.resource-band p {
  max-width: 680px;
  margin: 0 auto 26px;
}

.print-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 36px 0;
}

.checklist-group {
  border: 1px solid rgba(19, 51, 73, 0.16);
  padding: 28px;
  background: #fff;
}

.checklist-group h2 {
  margin: 0 0 16px;
  font-size: 28px;
}

.checklist-group label {
  display: flex;
  gap: 11px;
  margin: 11px 0;
  line-height: 1.45;
}

.checklist-group input {
  width: 17px;
  height: 17px;
  margin-top: 4px;
  accent-color: #be8864;
}

@media (max-width: 880px) {
  .resource-layout,
  .resource-card-grid,
  .print-checklist,
  .resource-path-grid {
    grid-template-columns: 1fr;
  }

  .resource-aside {
    position: static;
  }

  .checklist-offer .newsletter-row {
    grid-template-columns: 1fr;
  }

  .checklist-offer form {
    grid-template-columns: 1fr;
  }
}

@media print {
  .resource-page .site-header,
  .resource-page .site-footer,
  .resource-page .resource-aside,
  .resource-page .resource-band,
  .resource-page .chat-pill,
  .resource-page .button-row {
    display: none !important;
  }

  .resource-hero {
    padding: 20px 0;
    color: #133349;
    background: #fff;
  }

  .resource-hero h1,
  .resource-hero p:not(.eyebrow) {
    color: #133349;
  }

  .resource-body {
    padding: 20px 0;
  }

  .resource-layout {
    display: block;
  }
}

.chat-pill {
  position: fixed;
  z-index: 45;
  left: 32px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 12px 30px rgba(10, 17, 25, 0.18);
  font-size: 14px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.chat-pill.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

/* Financial confidence resource page */
.confidence-page .confidence-hero {
  background:
    linear-gradient(118deg, rgba(10, 31, 47, 0.96), rgba(32, 77, 106, 0.78)),
    url("/assets/legacy-philosophy-background.png") center / cover;
}

.confidence-page .confidence-intro {
  padding: 82px 0 56px;
}

.confidence-page .confidence-lead {
  max-width: 780px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.72;
}

.confidence-page .confidence-lead h2,
.confidence-page .confidence-section-heading h2,
.confidence-page .confidence-close h2 {
  margin: 0 0 22px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

.confidence-page .confidence-lead p,
.confidence-page .confidence-close p {
  margin: 0 0 22px;
}

.confidence-page .confidence-stages {
  padding: 42px 0 112px;
}

.confidence-page .confidence-section-heading {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}

.confidence-page .confidence-section-heading .eyebrow,
.confidence-page .confidence-close .eyebrow {
  margin-bottom: 18px;
}

.confidence-page .confidence-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.confidence-page .confidence-stage {
  padding: 34px 30px 32px;
  border: 1px solid rgba(34, 71, 97, 0.14);
  background: var(--cream-soft);
  font-size: 17px;
  line-height: 1.62;
}

.confidence-page .confidence-stage:nth-child(2) { background: #f1f4f3; }
.confidence-page .confidence-stage:nth-child(3) { background: #f5f7f8; }

.confidence-page .confidence-stage-number {
  margin: 0 0 12px;
  color: #be8864;
  font: 600 13px/1 var(--sans);
  letter-spacing: 0.2em;
}

.confidence-page .confidence-stage h3 {
  margin: 0 0 18px;
  color: var(--navy);
  font: 400 clamp(30px, 3vw, 42px)/1.05 var(--serif);
}

.confidence-page .confidence-stage p { margin: 0 0 18px; }
.confidence-page .confidence-stage ul { margin: 0 0 20px; padding-left: 20px; }
.confidence-page .confidence-stage li { margin: 7px 0; }

.confidence-page .confidence-question {
  display: grid;
  gap: 7px;
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid #be8864;
  background: #fff;
  color: var(--navy);
}

.confidence-page .confidence-wealthstack {
  padding: 92px 0;
  background: var(--navy);
}

.confidence-page .confidence-wealthstack-inner { max-width: 820px; }
.confidence-page .confidence-wealthstack h2 { max-width: 680px; margin: 0 0 26px; color: #fff; font-size: clamp(36px, 5vw, 60px); line-height: 1.05; }
.confidence-page .confidence-wealthstack p { max-width: 760px; margin: 0 0 20px; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.7; }
.confidence-page .confidence-wealthstack strong { color: #fff; }

.confidence-page .confidence-close { padding: 92px 0 110px; }
.confidence-page .confidence-close .container { max-width: 820px; }
.confidence-page .confidence-close p { max-width: 780px; font-size: 19px; line-height: 1.72; }

@media (max-width: 860px) {
  .confidence-page .confidence-stage-grid { grid-template-columns: 1fr; max-width: 640px; margin: 0 auto; }
  .confidence-page .confidence-stage { padding: 30px 26px; }
}

@media (max-width: 560px) {
  .confidence-page .confidence-intro,
  .confidence-page .confidence-stages,
  .confidence-page .confidence-close { padding-top: 62px; padding-bottom: 72px; }
  .confidence-page .confidence-lead,
  .confidence-page .confidence-close p { font-size: 17px; }
  .confidence-page .confidence-wealthstack { padding: 70px 0; }
}

/* Alternative Financial Confidence layout: editorial split sections for comparison. */
.confidence-alt-page .confidence-hero {
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(10, 31, 47, 0.96) 0%, rgba(10, 31, 47, 0.74) 48%, rgba(10, 31, 47, 0.16) 100%),
    url("/assets/legacy-philosophy-background.png") center / cover;
}

.confidence-alt-page .confidence-hero .container {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.65fr);
  gap: 72px;
  align-items: end;
  padding-bottom: 88px;
}

.confidence-alt-page .confidence-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(48px, 6.4vw, 88px);
  line-height: 0.98;
}

.confidence-alt-page .confidence-hero .container > p:last-child {
  max-width: 360px;
  margin: 0 0 8px;
  padding: 22px 0 0 24px;
  border-left: 1px solid rgba(255,255,255,.5);
  color: rgba(255,255,255,.84);
  font-size: 20px;
  line-height: 1.5;
}

.confidence-alt-page .confidence-intro {
  padding: 112px 0 118px;
  background: var(--cream-soft);
}

.confidence-alt-page .confidence-lead {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  column-gap: 90px;
  max-width: 1060px;
}

.confidence-alt-page .confidence-lead h2 {
  grid-row: span 3;
  align-self: start;
  position: sticky;
  top: 120px;
  margin: 0;
  font-size: clamp(38px, 4vw, 60px);
}

.confidence-alt-page .confidence-lead p { font-size: 18px; }

.confidence-alt-page .confidence-stages {
  padding: 112px 0 124px;
  background: #fff;
}

.confidence-alt-page .confidence-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: 1060px;
  margin-bottom: 56px;
  text-align: left;
}

.confidence-alt-page .confidence-section-heading h2 { margin: 0; max-width: 620px; }
.confidence-alt-page .confidence-section-heading .eyebrow { margin: 0 0 10px; }

.confidence-alt-page .confidence-stage-grid {
  grid-template-columns: 1fr;
  max-width: 1060px;
  margin: 0 auto;
  gap: 0;
}

.confidence-alt-page .confidence-stage {
  display: grid;
  grid-template-columns: 90px minmax(170px, .65fr) minmax(0, 1.35fr);
  column-gap: 28px;
  align-items: start;
  padding: 38px 0;
  border: 0;
  border-top: 1px solid rgba(34, 71, 97, 0.18);
  background: transparent !important;
}

.confidence-alt-page .confidence-stage:last-child { border-bottom: 1px solid rgba(34, 71, 97, 0.18); }
.confidence-alt-page .confidence-stage-number { grid-column: 1; margin-top: 7px; }
.confidence-alt-page .confidence-stage h3 { grid-column: 2; margin: 0; }
.confidence-alt-page .confidence-stage > p:not(.confidence-stage-number),
.confidence-alt-page .confidence-stage > ul,
.confidence-alt-page .confidence-stage > .confidence-question { grid-column: 3; }
.confidence-alt-page .confidence-stage > p:not(.confidence-stage-number) { margin-bottom: 16px; }
.confidence-alt-page .confidence-stage ul { margin-bottom: 16px; }
.confidence-alt-page .confidence-question { margin-top: 8px; }

.confidence-alt-page .confidence-wealthstack {
  padding: 110px 0;
  background:
    linear-gradient(120deg, rgba(17, 52, 76, .96), rgba(17, 52, 76, .82)),
    url("/assets/legacy-philosophy-background.png") center / cover;
}

.confidence-alt-page .confidence-wealthstack-inner {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  column-gap: 90px;
  max-width: 1060px;
}

.confidence-alt-page .confidence-wealthstack .eyebrow { grid-column: 1; }
.confidence-alt-page .confidence-wealthstack h2,
.confidence-alt-page .confidence-wealthstack p { grid-column: 2; }
.confidence-alt-page .confidence-wealthstack h2 { margin-top: 0; }

.confidence-alt-page .confidence-close { padding: 116px 0 130px; }
.confidence-alt-page .confidence-close .container {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  column-gap: 90px;
  max-width: 1060px;
}
.confidence-alt-page .confidence-close .eyebrow { grid-column: 1; }
.confidence-alt-page .confidence-close h2,
.confidence-alt-page .confidence-close p,
.confidence-alt-page .confidence-close .button-row { grid-column: 2; }
.confidence-alt-page .confidence-close h2 { margin-top: 0; }

@media (max-width: 860px) {
  .confidence-alt-page .confidence-hero .container,
  .confidence-alt-page .confidence-lead,
  .confidence-alt-page .confidence-wealthstack-inner,
  .confidence-alt-page .confidence-close .container { display: block; }
  .confidence-alt-page .confidence-hero .container { padding-bottom: 70px; }
  .confidence-alt-page .confidence-hero .container > p:last-child { margin-top: 30px; }
  .confidence-alt-page .confidence-lead h2 { position: static; margin-bottom: 32px; }
  .confidence-alt-page .confidence-stage { grid-template-columns: 70px minmax(0, 1fr); }
  .confidence-alt-page .confidence-stage h3 { grid-column: 2; }
  .confidence-alt-page .confidence-stage > p:not(.confidence-stage-number),
  .confidence-alt-page .confidence-stage > ul,
  .confidence-alt-page .confidence-stage > .confidence-question { grid-column: 2; }
  .confidence-alt-page .confidence-wealthstack h2,
  .confidence-alt-page .confidence-wealthstack p { margin-left: 0; }
  .confidence-alt-page .confidence-close h2 { margin-top: 18px; }
}

@media (max-width: 560px) {
  .confidence-alt-page .confidence-hero { min-height: 680px; }
  .confidence-alt-page .confidence-hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .confidence-alt-page .confidence-section-heading { display: block; }
  .confidence-alt-page .confidence-section-heading h2 { margin-top: 12px; }
  .confidence-alt-page .confidence-stage { grid-template-columns: 1fr; gap: 8px; }
  .confidence-alt-page .confidence-stage-number,
  .confidence-alt-page .confidence-stage h3,
  .confidence-alt-page .confidence-stage > p:not(.confidence-stage-number),
  .confidence-alt-page .confidence-stage > ul,
  .confidence-alt-page .confidence-stage > .confidence-question { grid-column: 1; }
}

.modal {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  overflow: hidden;
}

.modal::backdrop {
  background: transparent;
}

.modal-shell {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 30vw);
  background: rgba(10, 17, 25, 0.2);
}

.modal-blur {
  min-width: 0;
  background: rgba(226, 216, 194, 0.18);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.demo-panel {
  position: relative;
  min-width: 480px;
  height: 100%;
  padding: clamp(34px, 5dvh, 54px) clamp(32px, 3.2vw, 48px) 26px;
  color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 10% 6%, rgba(255, 255, 255, 0.1), transparent 18%),
    linear-gradient(160deg, rgba(53, 58, 57, 0.98), rgba(18, 21, 27, 0.98) 58%, rgba(13, 17, 25, 0.99));
  overflow: auto;
}

.demo-form {
  width: min(100%, 480px);
}

.demo-logo {
  width: clamp(148px, 12vw, 184px);
  margin: 0 0 clamp(14px, 2.2dvh, 22px);
}

.demo-copy {
  margin: 0;
  max-width: 530px;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.46;
}

.demo-divider {
  width: 100%;
  height: 1px;
  margin: clamp(14px, 2.2dvh, 22px) 0 clamp(16px, 2.8dvh, 26px);
  background: rgba(255, 255, 255, 0.18);
}

.demo-form label {
  display: block;
  margin-bottom: clamp(10px, 1.4dvh, 14px);
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.2;
}

.demo-form label span {
  display: block;
  margin-bottom: 6px;
}

.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  padding: 0 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
  outline: none;
  font: inherit;
}

.demo-form input,
.demo-form select {
  height: clamp(44px, 5.5dvh, 52px);
}

.demo-form textarea {
  min-height: 64px;
  padding-block: 10px;
  resize: vertical;
}

.demo-form select option {
  color: #1b2730;
}

.demo-form input:focus,
.demo-form select:focus,
.demo-form textarea:focus {
  border-color: rgba(219, 196, 172, 0.72);
  box-shadow: 0 0 0 1px rgba(219, 196, 172, 0.18);
}

.demo-submit {
  min-width: 174px;
  height: clamp(44px, 5.5dvh, 50px);
  margin-top: clamp(14px, 2dvh, 20px);
  border: 0;
  border-radius: 999px;
  padding-inline: 24px;
  color: var(--navy);
  background: var(--cream);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.form-note {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.42;
}

.brochure-download {
  margin-top: clamp(12px, 2dvh, 18px);
  padding-top: clamp(12px, 2dvh, 16px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.brochure-download p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.brochure-download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 0 24px;
  text-decoration: none;
}

.modal-close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 28px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}

.modal-close:focus,
.modal-close:focus-visible {
  outline-color: rgba(255, 255, 255, 0.7);
}

.captcha-widget {
  position: fixed;
  right: 22px;
  bottom: 18px;
  width: 76px;
  height: 76px;
  border-radius: 4px;
  background:
    linear-gradient(135deg, #fff 0 58%, #e6e6e6 58% 100%);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.35);
}

.captcha-widget::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 9px solid #4477d7;
  border-right-color: transparent;
  border-radius: 50%;
}

.video-modal {
  width: min(1040px, calc(100vw - 48px));
  max-width: none;
  max-height: calc(100dvh - 96px);
  border: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
}

.video-modal::backdrop {
  background: rgba(10, 17, 25, 0.78);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.video-shell {
  position: relative;
  background: #0a1119;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

.video-shell video {
  width: 100%;
  max-height: calc(100dvh - 96px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-close {
  position: absolute;
  z-index: 2;
  top: -48px;
  right: -6px;
  width: 42px;
  height: 42px;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}

.video-close:focus-visible {
  outline-color: rgba(255, 255, 255, 0.7);
}

@media (max-height: 920px) and (min-width: 761px) {
  .demo-panel {
    padding-top: 26px;
    padding-bottom: 18px;
  }

  .demo-logo {
    width: 136px;
    margin-bottom: 10px;
  }

  .demo-copy {
    font-size: 14px;
    line-height: 1.38;
  }

  .demo-divider {
    margin: 12px 0 14px;
  }

  .demo-form label {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .demo-form label span {
    margin-bottom: 4px;
  }

  .demo-form input,
  .demo-form select {
    height: 40px;
  }

  .demo-form textarea {
    min-height: 52px;
    padding-block: 8px;
  }

  .demo-submit {
    height: 40px;
    margin-top: 10px;
  }

  .form-note {
    font-size: 11px;
    line-height: 1.28;
  }

  .captcha-widget {
    display: none;
  }
}

/* Final cascade for the Legacy-inspired Financial Confidence alternative */
.confidence-alt-page .confidence-hero {
  min-height: min(760px, 82vh);
  display: flex;
  align-items: flex-end;
  padding: 150px 0 88px;
  background:
    linear-gradient(180deg, rgba(10, 17, 25, 0.08) 30%, rgba(10, 17, 25, 0.84) 100%),
    url("/assets/legacy-philosophy-background.png") center / cover;
}

.confidence-alt-page .confidence-hero .container { width: 100%; }
.confidence-alt-page .confidence-hero h1 {
  max-width: 760px;
  margin: 12px 0 24px;
  font-size: clamp(50px, 6vw, 86px);
  line-height: 0.98;
}
.confidence-alt-page .confidence-hero .container > p:last-child {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(19px, 2vw, 27px);
}

.confidence-alt-page .confidence-intro {
  padding: 110px 0;
  background: var(--cream-soft);
}
.confidence-alt-page .confidence-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
}
.confidence-alt-page .confidence-lead h2 {
  position: static;
  max-width: 480px;
  margin: 0;
  font-size: clamp(42px, 4.4vw, 68px);
}
.confidence-alt-page .confidence-lead p { max-width: 650px; font-size: 18px; }
.confidence-alt-page .confidence-lead p:first-of-type { margin-top: 0; }

.confidence-alt-page .confidence-stages {
  padding: 112px 0 128px;
  background: #fff;
}
.confidence-alt-page .confidence-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(32, 70, 97, 0.18);
}
.confidence-alt-page .confidence-section-heading h2 {
  max-width: 700px;
  font-size: clamp(42px, 5vw, 72px);
}
.confidence-alt-page .confidence-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
  align-items: stretch;
}
.confidence-alt-page .confidence-stage {
  display: flex;
  flex-direction: column;
  min-height: 620px;
  padding: 34px 30px 32px;
  border: 1px solid rgba(32, 70, 97, 0.18);
  border-top: 3px solid var(--cream);
  background: var(--mist);
}
.confidence-alt-page .confidence-stage:nth-child(2) { background: var(--cream-soft); }
.confidence-alt-page .confidence-stage:nth-child(3) { color: #fff; background: var(--navy); }
.confidence-alt-page .confidence-stage h3 {
  margin: 0 0 24px;
  color: var(--navy);
  font-size: clamp(34px, 3vw, 52px);
}
.confidence-alt-page .confidence-stage-number { color: var(--cream); font-weight: 600; letter-spacing: 0.18em; }
.confidence-alt-page .confidence-stage ul { padding-left: 1.1em; }
.confidence-alt-page .confidence-stage > p:last-of-type { margin-top: auto; }
.confidence-alt-page .confidence-stage:nth-child(3) h3,
.confidence-alt-page .confidence-stage:nth-child(3) p,
.confidence-alt-page .confidence-stage:nth-child(3) li,
.confidence-alt-page .confidence-stage:nth-child(3) strong { color: #fff; }
.confidence-alt-page .confidence-question {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(32, 70, 97, 0.2);
}
.confidence-alt-page .confidence-stage:nth-child(3) .confidence-question { border-top-color: rgba(255, 255, 255, 0.3); }

.confidence-alt-page .confidence-wealthstack { padding: 112px 0; background: var(--navy); }
.confidence-alt-page .confidence-wealthstack-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 30px 90px;
  align-items: start;
}
.confidence-alt-page .confidence-wealthstack .eyebrow,
.confidence-alt-page .confidence-wealthstack h2 { grid-column: 1; }
.confidence-alt-page .confidence-wealthstack h2 { margin: 0; color: #fff; font-size: clamp(42px, 4.7vw, 70px); }
.confidence-alt-page .confidence-wealthstack p { grid-column: 2; max-width: 700px; color: rgba(255, 255, 255, 0.82); }
.confidence-alt-page .confidence-wealthstack p:first-of-type { margin-top: 0; }

.confidence-alt-page .confidence-close { padding: 112px 0 128px; text-align: center; }
.confidence-alt-page .confidence-close .container { max-width: 900px; }
.confidence-alt-page .confidence-close h2 { margin: 0 auto 24px; font-size: clamp(44px, 5vw, 74px); }
.confidence-alt-page .confidence-close p { max-width: 780px; margin-right: auto; margin-left: auto; }
.confidence-alt-page .confidence-close .button-row { justify-content: center; margin-top: 36px; }

@media (max-width: 980px) {
  .confidence-alt-page .confidence-lead,
  .confidence-alt-page .confidence-wealthstack-inner { grid-template-columns: 1fr; gap: 30px; }
  .confidence-alt-page .confidence-wealthstack .eyebrow,
  .confidence-alt-page .confidence-wealthstack h2,
  .confidence-alt-page .confidence-wealthstack p { grid-column: 1; }
  .confidence-alt-page .confidence-section-heading { display: block; }
  .confidence-alt-page .confidence-section-heading h2 { margin-top: 12px; }
  .confidence-alt-page .confidence-stage-grid { grid-template-columns: 1fr; }
  .confidence-alt-page .confidence-stage { min-height: 0; }
}

@media (max-width: 600px) {
  .confidence-alt-page .confidence-hero { min-height: 620px; padding: 130px 0 56px; }
  .confidence-alt-page .confidence-hero h1 { font-size: clamp(42px, 12vw, 64px); }
  .confidence-alt-page .confidence-intro,
  .confidence-alt-page .confidence-stages,
  .confidence-alt-page .confidence-wealthstack,
  .confidence-alt-page .confidence-close { padding: 76px 0; }
  .confidence-alt-page .confidence-lead h2,
  .confidence-alt-page .confidence-section-heading h2 { font-size: 42px; }
  .confidence-alt-page .confidence-stage { padding: 28px 22px; }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1340px) {
  body.ai-option-page .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    height: 86px;
    align-items: center;
    padding-inline: clamp(48px, 5vw, 80px);
  }

  body.ai-option-page .desktop-nav {
    display: none;
    transform: none;
  }

  body.ai-option-page .header-actions {
    display: flex;
    gap: 10px;
    transform: none;
  }

  body.ai-option-page .header-actions .pill {
    min-height: 40px;
    padding-inline: 16px;
  }

  body.ai-option-page .menu-button {
    display: block;
  }

  body.ai-option-page .mobile-nav {
    position: fixed;
    z-index: 49;
    top: 86px;
    left: 0;
    right: 0;
    display: grid;
    gap: 1px;
    padding: 12px 24px 24px;
    color: #fff;
    background: var(--navy);
    transform: translateY(-120%);
    transition: transform 200ms ease;
  }

  body.ai-option-page .mobile-nav.is-open {
    transform: translateY(0);
  }

  body.ai-option-page .mobile-nav a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 1240px) {
  .site-header {
    grid-template-columns: 1fr auto;
    height: 86px;
    align-items: center;
    padding: 0 30px;
  }

  .ai-option-page .site-header {
    padding-inline: clamp(48px, 5vw, 80px);
  }

  .desktop-nav {
    display: none;
    position: static;
    transform: none;
  }

  .header-actions {
    display: none;
    transform: none;
  }

  body.ai-option-page .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  body.ai-option-page .header-actions {
    display: flex;
    gap: 10px;
  }

  .menu-button {
    display: block;
  }

  .mobile-nav {
    position: fixed;
    z-index: 49;
    top: 86px;
    left: 0;
    right: 0;
    display: grid;
    gap: 1px;
    padding: 12px 24px 24px;
    color: #fff;
    background: var(--navy);
    transform: translateY(-120%);
    transition: transform 200ms ease;
  }

  .mobile-nav.is-open {
    transform: translateY(0);
  }

  .mobile-nav a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero-content {
    transform: none;
  }

  .hero .reveal {
    transform: none;
  }

  .feature-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .legacy-question-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .legacy-page .split {
    grid-template-columns: 1fr;
  }

  .legacy-page .split-left,
  .legacy-page .split-right {
    padding-inline: 48px;
    text-align: center;
  }

  .legacy-page .split-left > :not(.decor-ellipse),
  .legacy-page .split-right > :not(.decor-ellipse),
  .legacy-page .intro-lead,
  .legacy-page .legacy-story-card {
    margin-inline: auto;
  }

  .legacy-page .split-left h2,
  .legacy-page .split-right h2 {
    max-width: 820px;
  }

  .legacy-page .split-left p,
  .legacy-page .split-right p,
  .legacy-page .legacy-story-card blockquote {
    margin-inline: auto;
  }

  .legacy-page .feature-row,
  .legacy-page .legacy-steps,
  .legacy-page .legacy-values {
    grid-template-columns: 1fr;
  }

  .legacy-page .feature-row {
    gap: 34px;
  }

  .legacy-page .legacy-look .section-head {
    display: block;
    text-align: center;
  }

  .legacy-page .legacy-look .section-head h2,
  .legacy-page .legacy-look .section-head .eyebrow {
    margin-inline: auto;
  }

  .legacy-page .feature-row article,
  .legacy-page .legacy-values article {
    max-width: 620px;
    margin-inline: auto;
    text-align: center;
  }

  .legacy-page .feature-row .section-icon {
    display: block;
    margin-inline: auto;
  }

  .legacy-page .feature-row article p {
    max-width: 620px;
    margin-inline: auto;
  }

  .legacy-page .feature-row article h3::after {
    margin-inline: auto;
    background-position: center, center;
  }

  .legacy-page .legacy-values {
    gap: 28px;
    text-align: center;
  }

  .legacy-page .legacy-values article {
    padding-top: 24px;
  }

  .legacy-page .legacy-values h3,
  .legacy-page .legacy-values p {
    margin-inline: auto;
  }

  .legacy-package-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .legacy-package-grid article {
    min-height: 0;
  }

  .legacy-package-note {
    grid-template-columns: 1fr;
  }

  .legacy-package-note p + p {
    padding-top: 22px;
    padding-left: 0;
    border-top: 1px solid #be8864;
    border-left: 0;
  }

  .legacy-page .legacy-steps {
    row-gap: 28px;
  }

  .legacy-page .legacy-steps::before,
  .legacy-page .legacy-steps::after {
    display: none;
  }

  .legacy-page .legacy-steps article {
    max-width: 620px;
    margin-inline: auto;
  }

  .legacy-page .legacy-package-grid ul {
    width: fit-content;
    max-width: min(100%, 540px);
    text-align: left;
  }

  .legacy-page .package-price {
    text-align: center;
  }

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

  .post-header,
  .post-feature,
  .post-content,
  .post-actions {
    gap: 42px;
  }

  .single-post .container {
    width: min(var(--max), calc(100% - 48px));
  }

  .post-header {
    grid-template-columns: minmax(0, 1fr) 240px;
  }

  .post-feature,
  .post-content,
  .post-actions {
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.55fr);
  }

  .post-intro {
    padding-top: 24px;
  }

  .post-content {
    margin-top: 0;
    padding-top: 60px;
  }
}

/* Keep the header from becoming a three-control cluster on small tablets. */
@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
    height: 74px;
    align-items: center;
    padding: 0 24px;
  }

  body.ai-option-page .site-header {
    padding-inline: 48px;
  }

  .brand img {
    width: 132px;
    transform: none;
  }

  .header-actions {
    display: none;
  }

  body.ai-option-page .header-actions {
    display: none;
  }

  .mobile-nav {
    top: 74px;
  }

  .chat-pill {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    height: 74px;
    align-items: center;
    padding: 0 24px;
  }

  body.ai-option-page .site-header {
    padding-inline: max(20px, calc((100vw - 620px) / 2));
  }

  .brand img {
    width: 132px;
    transform: none;
  }

  .header-actions {
    display: none;
  }

  .mobile-nav {
    top: 74px;
  }

  .container {
    width: min(100% - 30px, var(--max));
  }

  .single-post .container {
    width: min(100% - 30px, var(--max));
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 150px 0 45px;
  }

  .hero-content {
    width: min(920px, calc(100% - 30px));
    margin: 0 auto;
  }

  .legacy-page .hero-content {
    width: min(100% - 38px, 620px);
    margin-inline: auto;
  }

  .ai-option-page .legacy-hero .hero-content {
    width: min(100% - 38px, 620px);
    margin-inline: auto;
    padding: 24px 20px;
    border-radius: 14px;
  }

  .legacy-page .hero-content h1 {
    font-size: clamp(34px, 10.5vw, 44px);
    line-height: 1.12;
  }

  .legacy-page .hero-content p {
    max-width: 100%;
    font-size: 15px;
  }

  .legacy-page .hero-content .button-row {
    align-items: stretch;
    width: 100%;
    max-width: 330px;
  }

  .legacy-page .hero-content .button {
    justify-content: center;
    width: 100%;
  }

  .hero-video-toggle {
    right: auto;
    bottom: 16px;
    left: 15px;
    padding: 5px;
  }

  .hero-video-toggle button {
    padding: 8px 12px;
    font-size: 10px;
  }

  .hero .reveal {
    transform: none;
  }

  .scroll-cue {
    display: none;
  }

  .button-row,
  .section-head,
  .footer-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .split,
  .two-col,
  .panel-grid,
  .steps,
  .legacy-question-grid,
  .legacy-values,
  .legacy-package-grid,
  .feature-row,
  .blog-grid,
  .newsletter-row,
  .newsletter form {
    grid-template-columns: 1fr;
  }

  .steps::before {
    display: none;
  }

  .steps strong {
    width: 48px;
    height: 48px;
    margin: 22px auto 24px;
    font-size: 35px;
  }

  .legacy-question-grid article {
    min-height: 0;
  }

  .legacy-question-grid p {
    font-size: 22px;
  }

  .legacy-values {
    text-align: center;
  }

  .legacy-package-grid article {
    min-height: 0;
    padding: 56px 26px 30px;
  }

  .legacy-package-grid p {
    font-size: 18px;
  }

  .legacy-package-grid li {
    font-size: 15px;
  }

  .legacy-package-note {
    padding: 22px;
  }

  .button-blue-outline {
    margin-top: 12px;
    margin-left: 0;
  }

  .split-left,
  .split-right {
    padding: 60px 24px;
  }

  .split-right {
    padding-top: 0;
  }

  .dashboard,
  .opportunities,
  .experience,
  .wealth,
  .how,
  .visualize,
  .cta {
    padding: 64px 0;
  }

  .founder {
    padding: 0;
    background: #f3f4f4;
  }

  .founder .two-col {
    gap: 0;
  }

  .founder-card,
  .founder .content-block {
    padding: 64px 24px;
  }

  .founder .content-block {
    background: var(--cream-soft);
  }

  .adviser-intro {
    align-items: flex-start;
    gap: 20px;
  }

  .adviser-intro .founder-photo {
    flex-basis: 104px;
    width: 104px;
    height: 104px;
  }

  .blue-panels {
    padding: 72px 0;
  }

  .blog-hero {
    min-height: 430px;
    padding: 96px 0 44px;
  }

  .blog-hero .container,
  .blog-listing {
    width: min(100% - 30px, var(--max));
  }

  .blog-listing {
    padding: 50px 0 72px;
  }

  .blog-listing-head {
    display: block;
    margin-bottom: 24px;
  }

  .blog-featured {
    margin-bottom: 40px;
  }

  .blog-featured > a {
    grid-template-columns: 1fr;
  }

  .blog-featured img {
    min-height: 0;
    aspect-ratio: 1.45 / 1;
  }

  .blog-featured-body {
    padding: 34px 24px 38px;
  }

  .blog-card-body {
    min-height: 170px;
    padding: 34px 24px 30px;
  }

  .blog-card h2 {
    font-size: 24px;
  }

  .post-header,
  .post-feature,
  .post-content,
  .post-actions {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .post-header {
    padding: 122px 0 38px;
  }

  .post-header h1 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .post-date {
    margin: 0;
    text-align: left;
  }

  .post-feature {
    padding-bottom: 42px;
  }

  .post-intro {
    padding-top: 0;
  }

  .post-intro,
  .post-copy {
    font-size: 17px;
  }

  .post-intro p:first-child {
    font-size: 26px;
  }

  .post-content {
    margin-top: 0;
    padding-top: 42px;
  }

  .post-copy p {
    text-align: left;
  }

  .post-actions {
    padding-bottom: 72px;
  }

  .post-actions .button {
    grid-column: auto;
  }

  .panel-card {
    padding: 28px 24px;
  }

  .panel-copy {
    position: static;
    min-height: 0;
  }

  .two-col {
    gap: 42px;
  }

  .opportunities {
    padding: 64px 0;
  }

  .opportunities .container {
    width: min(100% - 30px, var(--max));
  }

  .opportunities .two-col {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .opportunities .image-stack h2 {
    margin-bottom: 34px;
    font-size: clamp(34px, 10vw, 44px);
  }

  .opportunities .image-stack img {
    height: auto;
    min-height: 0;
  }

  .opportunities .content-block {
    padding-top: 0;
  }

  .opportunities .content-block > p:first-child {
    font-size: 18px;
  }

  .opportunities .content-block > p:first-child::after {
    margin: 34px 0 28px;
  }

  .accordion button {
    font-size: 23px;
  }

  .philosophy {
    width: 100%;
    margin: 0;
    padding: 70px 0;
  }

  .image-stack img,
  .media-card img {
    height: auto;
    min-height: 0;
  }

  .chat-pill {
    left: 16px;
    bottom: 12px;
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  .modal-shell {
    grid-template-columns: 1fr;
  }

  .modal-blur {
    display: none;
  }

  .demo-panel {
    min-width: 0;
    padding: 58px 20px 24px;
  }

  .demo-logo {
    width: 150px;
    margin-bottom: 12px;
  }

  .demo-copy,
  .demo-form label {
    font-size: 14px;
  }

  .demo-divider {
    margin: 16px 0 18px;
  }

  .demo-form input,
  .demo-form select {
    height: 46px;
  }

  .demo-form textarea {
    min-height: 58px;
  }

  .modal-close {
    top: 20px;
    right: 20px;
  }

  .video-modal {
    width: calc(100vw - 28px);
    max-height: calc(100dvh - 72px);
  }

  .video-close {
    top: -42px;
    right: 0;
  }

  .captcha-widget {
    display: none;
  }
}
