:root {
  --ink: #0f0e0b;
  --cream: #f5f0e4;
  --cream-soft: #ede8d8;
  --teal: #1a5c57;
  --cream-muted: rgba(245, 240, 228, 0.55);
  --cream-dim: rgba(245, 240, 228, 0.35);
  --teal-light: #247870;
  --teal-pale: #d4e8e5;
  ;
  --teal-lt: #247870;
  --terra: #c05a2a;
  --terra-light: #e07848;
  --gold: #b07d2c;
  --gold-lt: #d4a050;
  --gold-light: #d4a050;
  --sage: #5a7a60;
  --muted: #7a7060;
  --card-bg: #1c1a14;
  --card-border: rgba(176, 125, 44, 0.18);
  --border-soft: rgba(245, 240, 228, 0.07);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ink) !important;
  color: var(--cream);
  font-family: 'DM Sans', sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  cursor: none;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.left {
  float: left !important;
}

.no-gap-right {
  padding-right: 0;
}

.no-gap-left {
  padding-left: 0;
}

.text-small {
  font-size: 14px;
}

.overflow {
  overflow: visible !important;
}

.zoverflow {
  overflow: visible !important;
  z-index: 99
}

.fs-12 {
  font-size: 12px !important
}

.h-100 {
  height: 100%
}

.h-100 img {
  max-width: max-content !important
}

.fs-13 {
  font-size: 13px !important
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.w-50 {
  max-width: 50% !important;
}

.w-60 {
  max-width: 60% !important;
}

.w-70 {
  max-width: 70% !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.no-border {
  border: none !important;
}

.lh-12 {
  line-height: 1.2
}

.lh-13 {
  line-height: 1.3
}

.lh-14 {
  line-height: 1.4
}

.mb-15 {
  margin-bottom: 15px;
}

.mfilter {
  display: none;
}

.img-rounded img {
  border-radius: 15px;
}

.pull-left {
  margin-left: -160px;
}

.mt--50 {
  margin-top: -50px;
}

/* Custom cursor */
.cursor {
  width: 10px;
  height: 10px;
  background: var(--gold-light);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.15s ease;
  mix-blend-mode: difference;
}

.cursor-ring {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(212, 160, 80, 0.5);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9998;
  transition: all 0.12s ease;
}

/* ─── NOISE TEXTURE OVERLAY ─── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}

/* ─── NAVBAR ─── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 48px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.4s, border-bottom 0.4s;
}

nav.scrolled {
  background: rgba(15, 14, 11, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(176, 125, 44, 0.15);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav-logo img {
  max-width: 240px;
}

.nav-logo-mark {
  width: 36px;
  height: 36px;
  position: relative;
}

.nav-logo-mark svg {
  width: 100%;
  height: 100%;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.nav-logo-text .brand {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: 0.02em;
}

.nav-logo-text .tagline-small {
  font-size: 9px;
  color: var(--gold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 300;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}

.nav-links a {
  font-size: 13px;
  font-weight: 400;
  color: rgba(245, 240, 228, 0.7);
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}

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

.nav-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn-mod-ghost {
  padding: 9px 20px;
  border: 1px solid rgba(245, 240, 228, 0.18);
  border-radius: 2px;
  font-size: 12px;
  color: var(--cream-muted);
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: all 0.2s;
}

.btn-mod-ghost:hover {
  color: var(--gold-light);
}

.btn-mod-primary {
  padding: 9px 20px;
  background: var(--terra);
  border-radius: 2px;
  font-size: 12px;
  color: var(--cream);
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: background 0.2s;
}

.btn-mod-primary:hover {
  background: var(--terra-light) !important;
  color: var(--cream);
  transform: translateY(-1px);
}

.btn-primary-large {
  padding: 16px 36px;
  font-size: 14px;
  letter-spacing: 0.08em;
  border-radius: 2px;
  background: var(--terra);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 35px;
  border: 1px solid rgba(245, 240, 228, 0.35);
  color: var(--cream);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-radius: 2px;
  transition: border-color 0.2s, background 0.2s;
}

.btn-outline:hover {
  border-color: rgba(245, 240, 228, 0.7);
  background: rgba(245, 240, 228, 0.05);
}

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 140px 48px 80px;
  overflow: hidden;
}

/* Sacred geometry background */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 65% 40%, rgba(26, 92, 87, 0.22) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(192, 90, 42, 0.12) 0%, transparent 50%),
    linear-gradient(165deg, #0f0e0b 0%, #141210 50%, #0c1410 100%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  animation: floatOrb 8s ease-in-out infinite;
}

.hero-orb-1 {
  width: 500px;
  height: 500px;
  background: var(--teal);
  top: -100px;
  right: 5%;
  animation-delay: 0s;
}

.hero-orb-2 {
  width: 300px;
  height: 300px;
  background: var(--terra);
  bottom: 10%;
  left: 10%;
  animation-delay: -3s;
}

.hero-orb-3 {
  width: 200px;
  height: 200px;
  background: var(--gold);
  top: 40%;
  right: 20%;
  animation-delay: -5s;
  opacity: 0.08;
}

@keyframes floatOrb {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-30px) scale(1.05);
  }
}

/* Sacred geometry lines */
.geo-lines {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  opacity: 0.06;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid rgba(176, 125, 44, 0.4);
  border-radius: 100px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.2s forwards;
}

.hero-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.5);
  }
}

.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 6vw, 80px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 12px;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.4s forwards;
}

.hero-headline em {
  font-style: italic;
  color: var(--teal-light);
}

.hero-subhead {
  font-size: 17px;
  font-weight: 300;
  color: rgba(245, 240, 228, 0.65);
  line-height: 1.65;
  max-width: 520px;
  margin-bottom: 48px;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.6s forwards;
}

.hero-subhead strong {
  color: var(--cream);
  font-weight: 400;
}

.hero-quiz-nudge {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 300;
  color: rgba(245, 240, 228, 0.38);
  opacity: 0;
  animation: fadeUp 0.9s ease 1s forwards;
}

.hero-quiz-link {
  color: rgba(245, 240, 228, 0.55);
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 240, 228, 0.2);
  transition: color 0.2s, border-color 0.2s;
}

.hero-quiz-link:hover {
  color: var(--cream);
  border-color: rgba(245, 240, 228, 0.5);
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.8s forwards;
}

/* Hero image/visual side */
.hero-visual {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48%;
  z-index: 1;
  overflow: hidden;
}

.hero-visual-inner {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(26, 92, 87, 0.08) 0%,
      rgba(192, 90, 42, 0.05) 100%);
}

/* Decorative mandala / sacred geometry */
.mandala-wrap {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  opacity: 0.07;
  animation: rotateSlow 60s linear infinite;
}

@keyframes rotateSlow {
  from {
    transform: translateY(-50%) rotate(0deg);
  }

  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

/* Fade in portrait silhouette via CSS */
.hero-person {
  position: absolute;
  bottom: 0;
  right: 8%;
  width: 380px;
  height: 520px;
  opacity: 0;
  animation: fadeIn 1.2s ease 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

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

/* ─── TICKER ─── */
.ticker-section {
  background: var(--teal);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.ticker-context {
  padding: 11px 48px;
  border-bottom: 1px solid rgba(245, 240, 228, 0.12);
  display: flex;
  align-items: center;
  gap: 16px;
}

.ticker-context-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 240, 228, 0.5);
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}

.ticker-context-label-emph {
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(245, 240, 228, 0.9);
  font-weight: 500;
  text-transform: none;
}

.ticker-context-line {
  flex: 1;
  height: 1px;
  background: rgba(245, 240, 228, 0.12);
}

.ticker-context-text {
  font-size: 12px;
  font-weight: 300;
  color: rgba(245, 240, 228, 0.75);
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.ticker-scroll-row {
  padding: 12px 0;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  gap: 0;
  animation: tickerScroll 110s linear infinite;
  white-space: nowrap;
  width: max-content;
}

.ticker-track:hover {
  animation-play-state: paused;
}

@keyframes tickerScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(245, 240, 228, 0.88);
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 28px;
}

.ticker-item::after {
  content: '·';
  color: rgba(245, 240, 228, 0.35);
  font-size: 20px;
  margin-left: 0;
}

@media (max-width: 768px) {
  .ticker-context {
    padding: 10px 24px;
  }

  .ticker-context-text {
    display: none;
  }
}

/* ─── SECTION COMMONS ─── */
section {
  position: relative;
  z-index: 2;
}

.section-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--cream);
}

.section-title em {
  font-style: italic;
  color: var(--teal-light);
}

.section-sub {
  font-size: 16px;
  font-weight: 300;
  color: rgba(245, 240, 228, 0.6);
  line-height: 1.7;
  max-width: 540px;
  margin-top: 16px;
}

/* ─── HOW IT WORKS ─── */
.how-section {
  padding: 120px 48px;
  background: linear-gradient(180deg, transparent 0%, rgba(26, 92, 87, 0.05) 50%, transparent 100%);
}

.how-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.how-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 48px;
}

.how-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(245, 240, 228, 0.06);
  position: relative;
  transition: all 0.3s ease;
  cursor: default;
}

.how-step:first-child {
  padding-top: 0;
}

.how-step:last-child {
  border-bottom: none;
}

.how-step:hover .step-num {
  color: var(--gold-light);
}

.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 400;
  color: rgba(176, 125, 44, 0.25);
  line-height: 1;
  transition: color 0.3s;
}

.step-body {}

.step-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 8px;
}

.step-desc {
  font-size: 14px;
  font-weight: 300;
  color: rgba(245, 240, 228, 0.55);
  line-height: 1.65;
}

.how-cta {
  margin-top: 40px;
}

/* Visual side for how it works */
.how-visual {
  position: relative;
}

.how-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 8px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.how-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
}

.assess-label {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 20px;
}

.assess-question {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--cream);
  line-height: 1.4;
  margin-bottom: 28px;
}

.assess-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.assess-opt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid rgba(245, 240, 228, 0.1);
  border-radius: 4px;
  font-size: 13px;
  color: rgba(245, 240, 228, 0.65);
  cursor: pointer;
  transition: all 0.2s;
}

.assess-opt:hover,
.assess-opt.active {
  border-color: rgba(26, 120, 112, 0.6);
  background: rgba(26, 120, 112, 0.08);
  color: var(--cream);
}

.assess-opt-dot {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(245, 240, 228, 0.25);
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.2s;
}

.assess-opt.active .assess-opt-dot {
  background: var(--teal-light);
  border-color: var(--teal-light);
}

.assess-btn {
  width: 100%;
  padding: 14px;
  background: var(--teal);
  color: var(--cream);
  border: none;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.2s;
  font-family: 'DM Sans', sans-serif;
}

.assess-btn:hover {
  background: var(--teal-light);
}

/* ─── PRACTITIONERS ─── */
.therapists-section {
  padding: 120px 48px;
}

.therapists-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.therapists-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}

.therapists-see-all-btn {
  flex-shrink: 0;
  align-self: flex-end;
}

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

.prac-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s;
  position: relative;
}

.prac-card:hover {
  transform: translateY(-4px);
  border-color: rgba(176, 125, 44, 0.4);
}

.prac-card:first-child {
  border-color: rgba(26, 120, 112, 0.4);
}

.prac-img {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #1c2e2c 0%, #2a1f14 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prac-img-variant-2 {
  background: linear-gradient(135deg, #1a2a20 0%, #2a2014 100%);
}

.prac-img-variant-3 {
  background: linear-gradient(135deg, #14201c 0%, #1c2a28 100%);
}

.prac-img-variant-4 {
  background: linear-gradient(135deg, #1c1a2e 0%, #2a1428 100%);
}

.prac-img-variant-5 {
  background: linear-gradient(135deg, #1c2014 0%, #2a1c10 100%);
}

.prac-img-variant-6 {
  background: linear-gradient(135deg, #141c20 0%, #102028 100%);
}

.prac-img-variant-7 {
  background: linear-gradient(135deg, #0e1e1c 0%, #1c2014 100%);
}

.prac-img-variant-8 {
  background: linear-gradient(135deg, #141c14 0%, #1c2820 100%);
}

.prac-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal) 0%, var(--sage) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: var(--cream);
  opacity: 0.9;
}

.prac-avatar-variant-2 {
  background: linear-gradient(135deg, #5a7a60, #b07d2c);
}

.prac-avatar-variant-3 {
  background: linear-gradient(135deg, #c05a2a, #1a5c57);
}

.prac-avatar-variant-4 {
  background: linear-gradient(135deg, #b07d2c, #5a7a60);
}

.prac-avatar-variant-5 {
  background: linear-gradient(135deg, #c05a2a, #5a7a60);
}

.prac-avatar-variant-6 {
  background: linear-gradient(135deg, #1a5c57, #b07d2c);
}

.prac-avatar-variant-7 {
  background: linear-gradient(135deg, #247870, #c05a2a);
}

.prac-avatar-variant-8 {
  background: linear-gradient(135deg, #5a7a60, #1a5c57);
}

.prac-verified {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: rgba(15, 14, 11, 0.8);
  border: 1px solid rgba(26, 120, 112, 0.4);
  border-radius: 100px;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--teal-light);
  font-weight: 500;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.prac-verified::before {
  content: '✓';
  font-size: 9px;
  font-weight: 700;
}

.prac-body {
  padding: 24px;
}

.prac-name {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 4px;
}

.prac-cred {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 14px;
}

.prac-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.prac-tag {
  padding: 3px 10px;
  border: 1px solid rgba(245, 240, 228, 0.12);
  border-radius: 100px;
  font-size: 11px;
  color: rgba(245, 240, 228, 0.55);
  letter-spacing: 0.04em;
}

.prac-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(245, 240, 228, 0.06);
}

.prac-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(245, 240, 228, 0.7);
}

.stars {
  color: var(--gold);
  font-size: 11px;
}

.prac-avail {
  font-size: 11px;
  color: var(--sage);
  font-weight: 500;
}

.prac-avail-soon {
  color: var(--gold);
}

.prac-actions {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.btn-prac-outline {
  flex: 1;
  padding: 9px;
  text-align: center;
  border: 1px solid rgba(245, 240, 228, 0.15);
  border-radius: 3px;
  font-size: 12px;
  color: rgba(245, 240, 228, 0.7);
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.btn-prac-outline:hover {
  border-color: rgba(245, 240, 228, 0.4);
  color: var(--cream);
}

.btn-prac-fill {
  flex: 1;
  padding: 9px;
  text-align: center;
  background: var(--teal);
  border-radius: 3px;
  font-size: 12px;
  color: var(--cream);
  text-decoration: none;
  transition: background 0.2s;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.btn-prac-fill:hover {
  background: var(--teal-light);
}

/* ─── TRANSFORMATIONS ─── */

/* ─── CREDENTIAL BAR (Option C) ─── */
.cred-bar {
  background: #111009;
  border-top: 1px solid rgba(245, 240, 228, 0.06);
  border-bottom: 1px solid rgba(245, 240, 228, 0.06);
  position: relative;
  z-index: 2;
}

.cred-intro {
  border-bottom: 1px solid rgba(245, 240, 228, 0.06);
  padding: 64px 48px 60px;
}

.cred-intro-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.cred-intro-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 20px;
}

.cred-intro-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  color: var(--cream);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.cred-intro-headline em {
  font-style: italic;
  color: var(--teal-light);
}

.cred-intro-sub {
  font-size: 17px;
  font-weight: 300;
  color: rgba(245, 240, 228, 0.6);
  line-height: 1.7;
  max-width: 660px;
}

@media (max-width: 768px) {
  .cred-intro {
    padding: 48px 24px 44px;
  }

  .cred-intro-sub {
    font-size: 15px;
  }
}

.cred-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1.15fr 1px 1fr 1px 1fr;
  align-items: center;
  gap: 0;
}

.cred-stat {
  padding: 28px 36px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cred-featured {
  padding: 32px 36px;
}

.cred-num {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.cred-featured .cred-num {
  font-size: 60px;
}

.cred-num.gold {
  color: var(--gold-light);
}

.cred-num.teal {
  color: var(--teal-light);
}

.cred-num.terra {
  color: var(--terra-light);
}

.cred-label {
  font-size: 13px;
  font-weight: 300;
  color: rgba(245, 240, 228, 0.62);
  line-height: 1.5;
  max-width: 280px;
}

.cred-source {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 240, 228, 0.22);
  font-weight: 400;
}

.cred-divider {
  width: 1px;
  height: 64px;
  background: rgba(245, 240, 228, 0.07);
  align-self: center;
}

@media (max-width: 1024px) {
  .cred-bar-inner {
    padding: 0 24px;
  }

  .cred-stat {
    padding: 24px 20px;
  }

  .cred-featured {
    padding: 28px 20px;
  }

  .cred-num {
    font-size: 40px;
  }

  .cred-featured .cred-num {
    font-size: 50px;
  }

  .cred-label {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .cred-bar-inner {
    grid-template-columns: 1fr;
    padding: 0 24px;
    gap: 0;
  }

  .cred-divider {
    width: 100%;
    height: 1px;
  }

  .cred-stat {
    padding: 20px 0;
  }

  .cred-featured {
    padding: 24px 0;
  }

  .cred-num {
    font-size: 44px;
  }

  .cred-featured .cred-num {
    font-size: 52px;
  }

  .cred-label {
    max-width: 100%;
  }
}


/* ─── TESTIMONIALS ─── */
.testimonials-section {
  padding: 120px 48px;
  background: linear-gradient(180deg, transparent 0%, rgba(192, 90, 42, 0.04) 50%, transparent 100%);
}

.testimonials-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.testimonials-header {
  margin-bottom: 60px;
}

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

.testi-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 6px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.testi-card::before {
  content: '\201C';
  position: absolute;
  top: 16px;
  right: 24px;
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  color: rgba(26, 92, 87, 0.15);
  line-height: 1;
}

.testi-stars {
  color: var(--gold);
  font-size: 13px;
  margin-bottom: 20px;
}

.testi-text {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 17px;
  color: rgba(245, 240, 228, 0.85);
  line-height: 1.65;
  margin-bottom: 28px;
}

.testi-person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal) 0%, var(--gold) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: var(--cream);
  flex-shrink: 0;
}

.testi-avatar-variant-s {
  background: linear-gradient(135deg, #1a5c57, #247870);
}

.testi-avatar-variant-j {
  background: linear-gradient(135deg, #c05a2a, #b07d2c);
}

.testi-avatar-variant-a {
  background: linear-gradient(135deg, #b07d2c, #c05a2a);
}

.testi-name {
  font-weight: 500;
  font-size: 14px;
  color: var(--cream);
  margin-bottom: 2px;
}

.testi-role {
  font-size: 12px;
  color: rgba(245, 240, 228, 0.45);
  font-weight: 300;
}

.testi-modality-badge {
  margin-left: auto;
  padding: 4px 12px;
  border: 1px solid rgba(26, 120, 112, 0.4);
  border-radius: 100px;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--teal-light);
  text-transform: uppercase;
  font-weight: 500;
}

.testimonials-more-wrap {
  text-align: center;
  margin-top: 40px;
}

.quiz-cta-wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.quiz-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: var(--terra);
  color: var(--cream);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.25s;
  white-space: nowrap;
}

.quiz-cta-btn:hover {
  background: #e07848;
}

.quiz-cta-note {
  font-size: 11px;
  color: rgba(245, 240, 228, 0.3);
  letter-spacing: 0.06em;
}

/* ─── STATS BAR ─── */
.stats-bar {
  padding: 48px;
  background: linear-gradient(135deg, rgba(26, 92, 87, 0.12) 0%, rgba(176, 125, 44, 0.06) 100%);
  border-top: 1px solid rgba(176, 125, 44, 0.12);
  border-bottom: 1px solid rgba(176, 125, 44, 0.12);
}

.stats-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.stat-item {
  text-align: center;
  padding: 0 32px;
  border-right: 1px solid rgba(245, 240, 228, 0.07);
}

.stat-item:last-child {
  border-right: none;
}

.stat-item-num {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 400;
  color: var(--cream);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-item-num-text {
  font-size: 28px;
  line-height: 1.6;
}

.stat-item-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 240, 228, 0.45);
  font-weight: 500;
}

.stat-item-num span {
  color: var(--gold);
}

.newsletter-capture {
  background: linear-gradient(135deg, rgba(176, 125, 44, 0.08) 0%, rgba(26, 92, 87, 0.08) 100%);
  border-top: 1px solid rgba(176, 125, 44, 0.12);
  padding: 72px 48px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.newsletter-inner {
  max-width: 560px;
  margin: 0 auto;
}

.newsletter-label {
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 16px;
}

.newsletter-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 500;
  color: var(--cream);
  line-height: 1.2;
  margin-bottom: 12px;
}

.newsletter-title-em {
  font-style: italic;
  color: var(--teal-light);
}

.newsletter-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(245, 240, 228, 0.6);
  line-height: 1.7;
  margin-bottom: 32px;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  max-width: 420px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.newsletter-input {
  flex: 1;
  min-width: 200px;
  padding: 13px 18px;
  background: rgba(245, 240, 228, 0.06);
  border: 1px solid rgba(245, 240, 228, 0.15);
  border-radius: 3px;
  color: var(--cream);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  outline: none;
}

.newsletter-input:focus {
  border-color: rgba(26, 120, 112, 0.6);
}

.newsletter-btn {
  padding: 13px 28px;
  background: var(--terra);
  color: var(--cream);
  border: none;
  border-radius: 3px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .06em;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s;
}

.newsletter-btn:hover {
  background: #e07848;
}

.newsletter-note {
  font-size: 11px;
  color: rgba(245, 240, 228, 0.3);
  margin-top: 14px;
  font-weight: 300;
}

/* ─── JOIN / PRACTITIONER CTA ─── */
.join-section {
  padding: 120px 48px;
}

.join-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.join-card {
  background: var(--teal);
  border-radius: 8px;
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

.join-card::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(245, 240, 228, 0.1);
  border-radius: 50%;
}

.join-card::after {
  content: '';
  position: absolute;
  bottom: -120px;
  right: -40px;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(245, 240, 228, 0.06);
  border-radius: 50%;
}

.join-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  background: rgba(245, 240, 228, 0.12);
  border-radius: 100px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--cream);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 24px;
}

.join-title {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 500;
  color: var(--cream);
  line-height: 1.2;
  margin-bottom: 16px;
}

.join-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(245, 240, 228, 0.75);
  line-height: 1.6;
  max-width: 440px;
}

.join-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.btn-join-primary {
  padding: 16px 40px;
  background: var(--cream);
  color: var(--teal);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-radius: 2px;
  text-align: center;
  transition: all 0.2s;
  white-space: nowrap;
}

.btn-join-primary:hover {
  background: white;
  transform: translateY(-1px);
}

.join-seats {
  text-align: center;
  font-size: 11px;
  color: rgba(245, 240, 228, 0.6);
  letter-spacing: 0.06em;
}

.join-seats strong {
  color: rgba(245, 240, 228, 0.9);
}

/* ─── FOOTER ─── */
footer {
  padding: 72px 48px 40px;
  border-top: 1px solid rgba(245, 240, 228, 0.07);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-brand .footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--cream);
  margin-bottom: 6px;
}

.footer-brand .footer-tagline {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer-brand p {
  font-size: 13px;
  font-weight: 300;
  color: rgba(245, 240, 228, 0.4);
  line-height: 1.7;
  max-width: 260px;
}

.footer-col h4 {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 240, 228, 0.5);
  font-weight: 500;
  margin-bottom: 20px;
}

.footer-col a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: rgba(245, 240, 228, 0.55);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: var(--cream);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(245, 240, 228, 0.06);
}

.footer-bottom p {
  font-size: 12px;
  color: rgba(245, 240, 228, 0.3);
  font-weight: 300;
}

.footer-socials {
  display: flex;
  gap: 20px;
}

.footer-social {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(245, 240, 228, 0.35);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.2s;
}

.footer-social:hover {
  color: var(--gold);
}

/* ─── WHATSAPP FLOAT ─── */
.whatsapp-float {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 200;
  width: 52px;
  height: 52px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s;
}

.whatsapp-float:hover {
  transform: scale(1.08);
}

.whatsapp-float svg {
  width: 26px;
  height: 26px;
}

/* ─── SCROLL REVEAL ─── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

.reveal-delay-4 {
  transition-delay: 0.4s;
}

/* Mobile hamburger */
.nav-mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav-mobile-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--cream);
  margin: 5px 0;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .therapists-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .how-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

  .stat-item {
    padding: 24px;
    border-right: none;
    border-bottom: 1px solid rgba(245, 240, 228, 0.07);
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  nav {
    padding: 0 24px;
  }

  .nav-links,
  .nav-cta .btn-ghost {
    display: none;
  }

  .nav-mobile-toggle {
    display: block;
  }

  .hero {
    padding: 120px 24px 80px;
  }

  .hero-visual {
    display: none;
  }

  .hero-headline {
    font-size: 38px;
  }

  section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .how-section,
  .therapists-section,
  .transform-section,
  .science-section,
  .testimonials-section,
  .join-section {
    padding: 80px 24px;
  }

  .therapists-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .join-card {
    grid-template-columns: 1fr;
    padding: 48px 32px;
  }

  .stats-bar-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .stats-bar {
    padding: 40px 24px;
  }

  body {
    cursor: auto;
  }

  .cursor,
  .cursor-ring {
    display: none;
  }
}

100% {
  transform: translateX(-50%);
}
}

/* ─── THERAPIST LIST (Option B) ─── */
.therap-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.therap-row {
  display: grid;
  grid-template-columns: 52px 1fr auto auto;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(245, 240, 228, 0.07);
  transition: background 0.2s;
}

.therap-row:first-child {
  border-top: 1px solid rgba(245, 240, 228, 0.07);
}

.therap-row:hover {
  background: rgba(245, 240, 228, 0.02);
}

.therap-ava {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--cream);
  flex-shrink: 0;
}

.therap-info {
  min-width: 0;
}

.therap-name {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.therap-cred {
  font-size: 11px;
  letter-spacing: 0.07em;
  color: var(--gold);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.therap-spec-row {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.therap-spec {
  font-size: 10px;
  padding: 2px 8px;
  border: 1px solid rgba(245, 240, 228, 0.1);
  border-radius: 100px;
  color: rgba(245, 240, 228, 0.45);
}

.therap-rating-col {
  text-align: right;
  flex-shrink: 0;
}

.therap-stars {
  color: var(--gold);
  font-size: 10px;
  display: block;
  margin-bottom: 3px;
}

.therap-sessions {
  font-size: 11px;
  color: rgba(245, 240, 228, 0.4);
  white-space: nowrap;
  display: block;
}

.therap-avail {
  font-size: 10px;
  font-weight: 500;
  margin-top: 4px;
  display: block;
}

.therap-avail.on {
  color: var(--sage);
}

.therap-avail.soon {
  color: var(--gold);
}

.therap-actions-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
  width: 94px;
}

.btn-list-outline {
  display: block;
  padding: 7px 0;
  text-align: center;
  border: 1px solid rgba(245, 240, 228, 0.15);
  border-radius: 2px;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(245, 240, 228, 0.6);
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}

.btn-list-outline:hover {
  border-color: rgba(245, 240, 228, 0.4);
  color: var(--cream);
}

.btn-list-fill {
  display: block;
  padding: 7px 0;
  text-align: center;
  background: var(--teal);
  border-radius: 2px;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--cream);
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
  border: 1px solid transparent;
}

.btn-list-fill:hover {
  background: var(--teal-light);
}

@media (max-width: 768px) {
  .therap-row {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }

  .therap-rating-col,
  .therap-actions-col {
    display: none;
  }

  .therap-row:hover {
    background: none;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .therap-row {
    grid-template-columns: 48px 1fr auto auto;
    gap: 16px;
  }

  .therap-actions-col {
    width: 80px;
  }
}

.question-section {
  padding: 80px 0;
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(245, 240, 228, 0.07);

}

/* HERO */
.about-hero {
  padding: 160px 48px 100px;
  max-width: 900px;
  margin: 0 auto;
}

.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

.hero-sub {
  font-size: 19px;
  font-weight: 300;
  color: rgba(245, 240, 228, 0.65);
  line-height: 1.75;
  max-width: 640px;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.5s forwards;
}

.hero-sub strong {
  color: var(--cream);
  font-weight: 400;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

/* DIVIDER */
.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 240, 228, 0.08), transparent);
  margin: 0;
}

/* SECTIONS */
.content-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 48px;
}

.content-section.tinted {
  background: rgba(26, 92, 87, 0.04);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

.content-section.tinted-gold {
  background: rgba(176, 125, 44, 0.03);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

/* Full-width wrappers for tinted sections */
.tinted-wrap {
  background: rgba(26, 92, 87, 0.04);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

.tinted-gold-wrap {
  background: rgba(176, 125, 44, 0.03);
  border-top: 1px solid rgba(176, 125, 44, 0.1);
  border-bottom: 1px solid rgba(176, 125, 44, 0.08);
}

.section-label {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-label::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

.section-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 28px;
}

.section-h em {
  font-style: italic;
  color: var(--teal-lt);
}

.body-p {
  font-size: 17px;
  font-weight: 300;
  color: rgba(245, 240, 228, 0.68);
  line-height: 1.82;
  margin-bottom: 22px;
}

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

.body-p strong {
  color: var(--cream);
  font-weight: 400;
}

.body-p em {
  font-style: italic;
  color: rgba(245, 240, 228, 0.88);
}

/* PROBLEM CARDS */
.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 40px;
}

.problem-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  padding: 32px 28px;
}

.problem-card:first-child {
  border-top: 3px solid var(--terra);
}

.problem-card:nth-child(2) {
  border-top: 3px solid var(--gold);
}

.problem-card:nth-child(3) {
  border-top: 3px solid var(--teal-lt);
}

.problem-card:last-child {
  border-top: 3px solid var(--sage);
}

.problem-num {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 400;
  color: rgba(245, 240, 228, 0.12);
  line-height: 1;
  margin-bottom: 12px;
}

.problem-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 10px;
}

.problem-body {
  font-size: 15px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.65;
}

/* HOW WE SOLVE — three steps */
.solve-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 40px;
}

.solve-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border-soft);
  align-items: flex-start;
}

.solve-step:last-child {
  border-bottom: none;
}

.solve-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(36, 120, 112, 0.4);
  background: rgba(26, 92, 87, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--teal-lt);
  flex-shrink: 0;
}

.solve-body {}

.solve-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 8px;
}

.solve-desc {
  font-size: 14px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.65;
}

/* PULL QUOTE */
.pull-quote {
  margin: 0;
  padding: 48px;
  border-left: 3px solid var(--gold);
  background: rgba(176, 125, 44, 0.04);
}

.pull-quote-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 400;
  font-style: italic;
  color: var(--cream);
  line-height: 1.5;
  margin-bottom: 16px;
}

.pull-quote-attr {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

/* FOUNDER NOTE */
.founder-note {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 48px;
}

.founder-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border-soft);
}

.founder-ava {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--sage));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--cream);
  flex-shrink: 0;
}

.founder-meta {}

.founder-name {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 3px;
}

.founder-cred {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.06em;
}

.note-p {
  font-size: 17px;
  font-weight: 300;
  color: rgba(245, 240, 228, 0.68);
  line-height: 1.82;
  margin-bottom: 22px;
}

.note-p strong {
  color: var(--cream);
  font-weight: 400;
}

.note-p em {
  font-style: italic;
  color: rgba(245, 240, 228, 0.88);
}

.note-signoff {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--border-soft);
}

.signoff-line {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-style: italic;
  color: var(--cream);
  margin-bottom: 6px;
}

.signoff-name {
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}

.cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: var(--terra);
  color: var(--cream);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s;
}

.cta-primary:hover {
  background: var(--terra-lt);
}

/* HERO */
.hero {
  padding: 130px 48px 80px;
  position: relative;
  z-index: 2
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.section-label {
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-label::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--gold);
  opacity: .6
}


/* QUICK CONTACT CARDS */
.qc-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px
}

.qc {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 3px;
  text-decoration: none;
  transition: all .25s;
  position: relative;
  overflow: hidden
}

.qc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: var(--teal);
  transform: scaleY(0);
  transition: transform .3s;
  transform-origin: top
}

.qc:hover {
  border-color: rgba(26, 120, 112, .4);
  transform: translateX(4px)
}

.qc:hover::before {
  transform: scaleY(1)
}

.qc-icon {
  font-size: 20px;
  width: 36px;
  text-align: center;
  flex-shrink: 0
}

.qc-lbl {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 2px;
}

.qc-val {
  font-size: 15px;
  color: var(--cream);
}

.qc-note {
  font-size: 11px;
  color: var(--cream-muted);
}

.qc-arr {
  margin-left: auto;
  color: rgba(176, 125, 44, .4);
  font-size: 14px;
  transition: all .2s;
}

.qc:hover .qc-arr {
  color: var(--gold);
  transform: translateX(3px)
}

/* AVAILABILITY */
.avail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(90, 122, 96, .1);
  border: 1px solid rgba(90, 122, 96, .28);
  border-radius: 100px;
  font-size: 13px;
  color: var(--sage);
}

.avail-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage);
  animation: pulse 2s ease infinite
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .4
  }
}

/* FORM CARD */
.contact-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 4px;
  padding: 40px;
  position: relative;
  overflow: hidden
}

.contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--gold))
}

.cc-tag {
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

.cc-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 6px
}

.cc-sub {
  font-size: 15px;
  color: var(--cream-muted);
  margin-bottom: 24px;
  line-height: 1.6;
}

/* INTENT TABS */
.intent-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 24px;
  padding: 4px;
  background: rgba(245, 240, 228, .04);
  border-radius: 3px
}

.itab {
  flex: 1;
  padding: 9px 6px;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  background: none;
  color: rgba(245, 240, 228, .45);
  transition: all .2s;
}

.itab.active {
  background: var(--teal);
  color: var(--cream)
}

/* FORM FIELDS */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px
}

.form-group {
  margin-bottom: 12px
}

label {
  display: block;
  font-size: 10px;
  color: rgba(245, 240, 228, .5);
  margin-bottom: 6px;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  background: rgba(245, 240, 228, .04);
  border: 1px solid rgba(245, 240, 228, .1);
  border-radius: 3px;
  color: var(--cream);
  font-size: 15px;
  ;
  transition: border-color .2s;
  outline: none
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(26, 120, 112, .5)
}

select option {
  background: var(--ink2)
}

textarea {
  resize: vertical;
  min-height: 90px
}

input::placeholder,
textarea::placeholder {
  color: rgba(245, 240, 228, .25)
}

.form-submit {
  width: 100%;
  padding: 14px;
  background: var(--teal);
  color: var(--cream);
  border: none;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s;
  ;
  margin-top: 4px
}

.form-submit:hover {
  background: var(--teal-lt)
}

.form-note {
  font-size: 11px;
  color: var(--cream-muted);
  text-align: center;
  margin-top: 12px;
}

/* SECTION SHARED */
.section {
  padding: 100px 10px;
  position: relative;
  z-index: 2
}

.section-inner {}

/* CHANNELS SECTION */
.channels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px
}

.channel-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 4px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: border-color .3s
}

.channel-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--teal);
  transform: scaleX(0);
  transition: transform .4s;
  transform-origin: left
}

.channel-card:hover {
  border-color: rgba(26, 120, 112, .35)
}

.channel-card:hover::before {
  transform: scaleX(1)
}

.ch-icon {
  font-size: 28px;
  margin-bottom: 18px
}

.ch-name {
  font-size: 17px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 6px
}

.ch-desc {
  font-size: 15px;
  color: var(--cream-muted);
  line-height: 1.65;
  margin-bottom: 18px;
}

.ch-detail {
  font-size: 15px;
  color: var(--cream);
  margin-bottom: 16px;
}

.ch-btn {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid rgba(26, 120, 112, .4);
  color: #fff;
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: all .2s;
}

.ch-btn:hover {
  background: rgba(26, 120, 112, .1);
  border-color: var(--teal-lt)
}

/* LOCATION */
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 48px
}

.loc-info {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.loc-item {
  display: flex;
  gap: 16px
}

.loc-item-icon {
  font-size: 18px;
  width: 36px;
  flex-shrink: 0;
  margin-top: 2px
}

.loc-label {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}

.loc-val {
  font-size: 14px;
  color: var(--cream);
  line-height: 1.55;
}

.loc-note {
  font-size: 13px;
  color: var(--cream-muted);
}

.map-placeholder {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 4px;
  padding: 32px;
  text-align: center
}

.map-embed {
  width: 100%;
  height: 280px;
  border-radius: 3px;
  border: none;
  filter: grayscale(60%) invert(10%)
}

/* FAQ */
.faq-section {
  background: rgba(26, 92, 87, .04);
  border-top: 1px solid rgba(176, 125, 44, .1);
  border-bottom: 1px solid rgba(176, 125, 44, .1)
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 48px;
  border: 1px solid rgba(245, 240, 228, .07);
  border-radius: 4px;
  overflow: hidden
}

.faq-item {
  border-bottom: 1px solid rgba(245, 240, 228, .07);
  border-right: 1px solid rgba(245, 240, 228, .07)
}

.faq-item:nth-child(2n) {
  border-right: none
}

.faq-q {
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
  color: var(--cream);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px
}

.faq-toggle {
  color: var(--gold);
  font-size: 18px;
  flex-shrink: 0;
  transition: transform .3s;
}

.faq-item.open .faq-toggle {
  transform: rotate(45deg)
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease
}

.faq-item.open .faq-a {
  max-height: 300px
}

.faq-a-in {
  padding: 14px 24px 24px;
  font-size: 15px;
  color: var(--cream-muted);
  line-height: 1.75;
}

.faq-a-in a {
  color: var(--teal-lt)
}

/* CTA STRIP */
.cta-strip {
  background: var(--ink2);
  border-top: 1px solid rgba(176, 125, 44, .12);
  border-bottom: 1px solid rgba(176, 125, 44, .12);
  padding: 80px 48px
}

.cta-strip-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center
}

.cta-strip h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -.02em;
  color: var(--cream);
  margin-bottom: 14px
}

.cta-strip h2 em {
  font-style: italic;
  color: var(--teal-lt)
}

.cta-strip p {
  font-size: 15px;
  color: var(--cream-dim);
  margin-bottom: 32px;
}

.cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap
}

.btn-p {
  padding: 14px 28px;
  background: var(--terra);
  color: var(--cream);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background .2s;
}

.btn-p:hover {
  background: var(--terra-lt)
}

.btn-o {
  padding: 14px 28px;
  border: 1px solid rgba(176, 125, 44, .4);
  color: var(--gold);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all .2s;
}

.btn-o:hover {
  border-color: var(--gold-lt);
  color: var(--gold-lt)
}

/* SHARED */
.lbl {
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px
}

.lbl::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
  opacity: .6
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--card-border), transparent);
  margin: 0 48px;
  position: relative;
  z-index: 2
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s ease
}

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

.rd1 {
  transition-delay: .1s
}

.rd2 {
  transition-delay: .2s
}

.rd3 {
  transition-delay: .3s
}

/* HERO */
.hero {
  min-height: 92vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 140px 48px 100px;
  overflow: hidden
}

.hero-grad {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 60% 30%, rgba(26, 92, 87, .2) 0%, transparent 65%), radial-gradient(ellipse 40% 50% at 15% 75%, rgba(192, 90, 42, .1) 0%, transparent 55%), linear-gradient(160deg, #0f0e0b 0%, #0c1410 100%)
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  animation: floatOrb 9s ease-in-out infinite
}

.o1 {
  width: 520px;
  height: 520px;
  background: var(--teal);
  opacity: .13;
  top: -120px;
  right: 3%
}

.o2 {
  width: 280px;
  height: 280px;
  background: var(--gold);
  opacity: .07;
  bottom: 10%;
  left: 8%;
  animation-delay: -4s
}

@keyframes floatOrb {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-28px)
  }
}

.hero-geo {
  position: absolute;
  right: 0;
  top: 0;
  width: 52%;
  height: 100%;
  opacity: .055;
  pointer-events: none
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  border: 1px solid rgba(176, 125, 44, .35);
  border-radius: 100px;
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeUp .8s ease .2s forwards
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: .4;
    transform: scale(1.6)
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

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

.hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.025em;
  color: var(--cream);
  margin-bottom: 10px;
  opacity: 0;
  text-align: left;
  animation: fadeUp .9s ease .4s forwards
}

.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp .9s ease .8s forwards
}

.btn-prim {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 16px 34px;
  background: var(--terra);
  color: var(--cream);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .07em;
  text-decoration: none;
  border-radius: 2px;
  transition: all .25s
}

.btn-prim:hover {
  background: var(--terra-lt);
  transform: translateY(-2px)
}

.btn-out {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 32px;
  border: 1px solid rgba(245, 240, 228, .28);
  color: var(--cream);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 2px;
  transition: all .25s
}

.btn-out:hover {
  border-color: rgba(245, 240, 228, .6);
  background: rgba(245, 240, 228, .04)
}

/* ANCHOR STRIP */
.anchor-strip {
  position: sticky;
  top: 72px;
  z-index: 100;
  background: rgba(15, 14, 11, .94);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(176, 125, 44, .12);
  padding: 0 48px;
  overflow-x: auto;
  scrollbar-width: none
}

.anchor-strip::-webkit-scrollbar {
  display: none
}

.anchor-inner {
  display: flex;
  min-width: max-content
}

.anchor-btn {
  padding: 16px 20px;
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--cream-muted);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 7px
}

.anchor-btn:hover {
  color: var(--cream);
  border-bottom-color: rgba(176, 125, 44, .35)
}

.anchor-btn.active {
  color: var(--gold);
  border-bottom-color: var(--gold)
}

/* INTRO BAND */
.intro-band {
  padding: 100px 48px;
  position: relative;
  z-index: 2
}

.intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.intro-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: var(--cream);
  margin-bottom: 24px
}

.intro-h2 em {
  font-style: italic;
  color: var(--teal-lt)
}

.intro-body {
  font-size: 16px;
  font-weight: 300;
  color: var(--cream-dim);
  line-height: 1.82;
  margin-bottom: 20px
}

.intro-body strong {
  color: var(--cream);
  font-weight: 400
}

.stat-cards {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.stat-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 3px;
  padding: 24px 28px;
  position: relative;
  overflow: hidden;
  transition: border-color .3s
}

.stat-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--teal), var(--gold))
}

.stat-card:hover {
  border-color: rgba(176, 125, 44, .4)
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--cream);
  margin-bottom: 4px
}

.stat-txt {
  font-size: 13px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.55
}

/* MODALITY SECTIONS */
.mod-section {
  padding: 100px 48px;
  position: relative;
  z-index: 2
}

.mod-section:nth-child(even) {
  background: linear-gradient(180deg, rgba(26, 92, 87, .04) 0%, transparent 100%)
}

.mod-inner {
  max-width: 1200px;
  margin: 0 auto
}

.mod-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.mod-grid.rev {
  direction: rtl
}

.mod-grid.rev>* {
  direction: ltr
}

/* Visual photo panel */
.mod-visual {
  position: relative
}

.mod-photo-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--card-border)
}

.mod-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .6s ease
}

.mod-photo-wrap:hover .mod-photo {
  transform: scale(1.04)
}

.mod-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 14, 11, .1) 0%, rgba(15, 14, 11, .55) 100%);
  pointer-events: none
}

.mod-photo-label {
  position: absolute;
  bottom: 48px;
  left: 20px;
  right: 20px;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--cream);
  font-style: italic;
  z-index: 2;
  line-height: 1.3
}

.mod-photo-credit {
  position: absolute;
  bottom: 16px;
  left: 20px;
  font-size: 10px;
  letter-spacing: .1em;
  color: rgba(245, 240, 228, .35);
  z-index: 2;
  text-transform: uppercase
}

.mod-photo-wrap.photo-error {
  background: var(--card-bg);
  display: flex;
  align-items: center;
  justify-content: center
}

.mod-photo-wrap.photo-error::after {
  content: 'Image loading…';
  color: var(--cream-muted);
  font-size: 13px
}

/* Illustration panels */
.mod-illus-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--card-border)
}

.illus-svg {
  width: 100%;
  height: 100%;
  display: block
}

.illus-label {
  position: absolute;
  bottom: 48px;
  left: 20px;
  right: 20px;
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-style: italic;
  color: var(--cream);
  z-index: 2;
  line-height: 1.35
}

.illus-sub {
  position: absolute;
  bottom: 18px;
  left: 20px;
  right: 20px;
  font-size: 11px;
  letter-spacing: .1em;
  color: rgba(245, 240, 228, .4);
  z-index: 2;
  text-transform: uppercase;
  font-weight: 300
}

.mod-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px
}

.mtag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 1px solid rgba(245, 240, 228, .09);
  border-radius: 100px;
  font-size: 11px;
  color: var(--cream-muted);
  background: rgba(245, 240, 228, .03)
}

.mtag.hi {
  border-color: rgba(26, 120, 112, .3);
  color: var(--teal-lt);
  background: rgba(26, 92, 87, .1)
}

/* Content */
.mod-num-lbl {
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px
}

.mod-num-lbl::before {
  content: '';
  width: 20px;
  height: 1px;
  background: var(--gold);
  opacity: .5
}

.mod-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: var(--cream);
  margin-bottom: 8px
}

.mod-h2 em {
  font-style: italic;
  color: var(--teal-lt)
}

.mod-tagline {
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--terra-lt);
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 24px
}

.mod-body {
  font-size: 15px;
  font-weight: 300;
  color: var(--cream-dim);
  line-height: 1.85;
  margin-bottom: 28px
}

.mod-body p {
  margin-bottom: 18px
}

.mod-body p:last-child {
  margin-bottom: 0
}

.mod-body strong {
  color: var(--cream);
  font-weight: 400
}

.mod-body em {
  font-style: italic;
  color: var(--cream)
}

.heals-lbl {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 12px
}

.heals-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 28px
}

.heal-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  font-weight: 300;
  color: var(--cream-dim);
  line-height: 1.5
}

.heal-item::before {
  content: '✦';
  color: var(--teal-lt);
  font-size: 9px;
  flex-shrink: 0;
  margin-top: 4px
}

.session-strip {
  display: flex;
  gap: 0;
  border: 1px solid var(--card-border);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 28px
}

.ss-item {
  flex: 1;
  padding: 14px 16px;
  border-right: 1px solid var(--card-border);
  text-align: center
}

.ss-item:last-child {
  border-right: none
}

.ss-val {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--cream);
  margin-bottom: 3px
}

.ss-key {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cream-muted);
  font-weight: 300
}

.mod-quote {
  padding: 20px 24px;
  background: rgba(26, 92, 87, .08);
  border-left: 2px solid var(--teal);
  border-radius: 0 3px 3px 0;
  margin-bottom: 28px;
  font-size: 14px;
  font-style: italic;
  color: var(--cream-dim);
  line-height: 1.75
}

.mod-quote strong {
  font-style: normal;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  display: block;
  margin-top: 10px
}

.mod-ctas {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap
}

.btn-mp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  background: var(--terra);
  color: var(--cream);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .06em;
  text-decoration: none;
  border-radius: 2px;
  transition: all .22s
}

.btn-mp:hover {
  background: var(--terra-lt);
  transform: translateY(-1px)
}

.btn-mg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid rgba(176, 125, 44, .3);
  color: var(--gold);
  font-size: 13px;
  text-decoration: none;
  border-radius: 2px;
  transition: all .22s
}

.btn-mg:hover {
  border-color: var(--gold);
  color: var(--gold-lt)
}

/* COMPARE */
.compare {
  padding: 100px 48px;
  background: linear-gradient(180deg, transparent, rgba(26, 92, 87, .06), transparent);
  position: relative;
  z-index: 2
}

.compare-inner {
  max-width: 1200px;
  margin: 0 auto
}

.compare-head {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px
}

.compare-head .lbl {
  justify-content: center
}

.ch2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -.025em;
  color: var(--cream);
  margin-bottom: 16px
}

.ch2 em {
  font-style: italic;
  color: var(--teal-lt)
}

.csub {
  font-size: 15px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.75
}

.table-wrap {
  overflow-x: auto
}

.ctable {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px
}

.ctable th {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  padding: 14px 20px;
  text-align: left;
  border-bottom: 1px solid var(--card-border);
  background: rgba(26, 92, 87, .08)
}

.ctable td {
  padding: 14px 20px;
  font-size: 13px;
  color: var(--cream-dim);
  border-bottom: 1px solid rgba(245, 240, 228, .05);
  line-height: 1.55;
  font-weight: 300;
  vertical-align: top
}

.ctable td:first-child {
  font-weight: 500;
  color: var(--cream);
  font-family: 'Playfair Display', serif;
  font-size: 15px
}

.ctable tr:hover td {
  background: rgba(245, 240, 228, .02)
}

.ctable tr:last-child td {
  border-bottom: none
}

.ck {
  color: var(--sage)
}

.cx {
  color: rgba(245, 240, 228, .2)
}

/* QUIZ */
.quiz-section {
  padding: 100px 48px;
  position: relative;
  z-index: 2
}

.quiz-inner {
  max-width: 900px;
  margin: 0 auto
}

.quiz-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 4px;
  padding: 60px;
  position: relative;
  overflow: hidden;
  text-align: center
}

.quiz-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--gold), var(--terra))
}

.quiz-geo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .04;
  pointer-events: none
}

.qh2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 14px;
  position: relative;
  z-index: 1
}

.qh2 em {
  font-style: italic;
  color: var(--teal-lt)
}

.qsub {
  font-size: 15px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.75;
  max-width: 560px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1
}

.quiz-opts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 36px;
  position: relative;
  z-index: 1
}

.qopt {
  padding: 16px 14px;
  background: rgba(245, 240, 228, .04);
  border: 1px solid rgba(245, 240, 228, .09);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 300;
  color: var(--cream-dim);
  cursor: pointer;
  transition: all .22s;
  text-align: left;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.5
}

.qopt:hover,
.qopt.sel {
  background: rgba(26, 92, 87, .15);
  border-color: rgba(26, 120, 112, .4);
  color: var(--cream)
}

.qopt-icon {
  font-size: 20px;
  margin-bottom: 8px;
  display: block
}

.quiz-res {
  display: none;
  padding: 24px;
  background: rgba(26, 92, 87, .1);
  border: 1px solid rgba(26, 120, 112, .2);
  border-radius: 3px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1
}

.quiz-res.show {
  display: block
}

.qr-lbl {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px
}

.qr-mod {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--cream);
  margin-bottom: 6px
}

.qr-desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.65
}

.quiz-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1
}

/* CTA BAND */
.cta-band {
  padding: 120px 48px;
  background: var(--teal);
  position: relative;
  overflow: hidden;
  z-index: 2
}

.cta-geo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .06;
  pointer-events: none
}

.cta-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1
}

.cta-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 500;
  color: var(--cream);
  line-height: 1.1;
  margin-bottom: 18px
}

.cta-h2 em {
  font-style: italic;
  color: rgba(245, 240, 228, .7)
}

.cta-p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(245, 240, 228, .75);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto
}

.btn-wh {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 34px;
  background: var(--cream);
  color: var(--teal);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  border-radius: 2px;
  text-decoration: none;
  transition: all .22s
}

.btn-wh:hover {
  background: rgba(245, 240, 228, .88)
}

.btn-cg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  border: 1px solid rgba(245, 240, 228, .3);
  color: rgba(245, 240, 228, .85);
  font-size: 14px;
  text-decoration: none;
  border-radius: 2px;
  transition: all .22s
}

.btn-cg:hover {
  border-color: rgba(245, 240, 228, .6);
  color: var(--cream)
}

/* ─── HERO ─── */
.faqhero {
  padding: 140px 48px 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.faqhero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 500;
  color: var(--cream);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin-bottom: 18px;
}

.faqhero h1 em {
  font-style: italic;
  color: var(--teal-lt);
}

/* ─── SEARCH ─── */
.search-wrap {
  max-width: 520px;
  margin: 0 auto 60px;
  position: relative;
}

.search-input {
  width: 100%;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  color: var(--cream);
  font-size: 14px;
  font-weight: 300;
  padding: 14px 16px 14px 48px;
  border-radius: 3px;
  outline: none;
  transition: border-color 0.2s;
}

.search-input::placeholder {
  color: rgba(245, 240, 228, 0.25);
}

.search-input:focus {
  border-color: rgba(26, 120, 112, 0.5);
}

.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  pointer-events: none;
}

.search-clear {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  color: var(--cream-muted);
  display: none;
  background: none;
  border: none;
}

/* ─── AUDIENCE TABS ─── */
.tabs-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 2;
}

.tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--border-soft);
  margin-bottom: 48px;
}

.tab {
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 400;
  color: var(--cream-muted);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  letter-spacing: 0.04em;
}

.tab:hover {
  color: var(--cream);
}

.tab.active {
  color: var(--gold-lt);
  border-bottom-color: var(--gold);
}

/* ─── FAQ LAYOUT ─── */
.faq-layout {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 48px 80px;
  position: relative;
  z-index: 2;
}

.audience-panel {
  display: none;
}

.audience-panel.active {
  display: block;
}

/* ─── CATEGORY ─── */
.faq-category {
  margin-bottom: 48px;
}

.cat-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(176, 125, 44, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
}

.cat-label-icon {
  font-size: 16px;
}

/* ─── ACCORDION ─── */
.faq-item {
  border-bottom: 1px solid var(--border-soft);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  cursor: pointer;
  transition: color 0.2s;
}

.faq-q-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--cream);
  line-height: 1.4;
  flex: 1;
}

.faq-q:hover .faq-q-text {
  color: var(--gold-lt);
}

.faq-toggle {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(245, 240, 228, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--cream-muted);
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.25s;
}

.faq-item.open .faq-toggle {
  background: rgba(176, 125, 44, 0.1);
  border-color: rgba(176, 125, 44, 0.3);
  color: var(--gold-lt);
  transform: rotate(45deg);
}

.faq-a {
  display: none;
  padding: 0 0 20px 0;
}

.faq-item.open .faq-a {
  display: block;
  animation: slideDown 0.25s ease;
}

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

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

.faq-a-text {
  font-size: 14px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.8;
  max-width: 680px;
}

.faq-a-text a {
  color: var(--teal-lt);
  text-decoration: none;
}

.faq-a-text a:hover {
  color: var(--gold-lt);
}

.faq-a-text strong {
  color: var(--cream);
  font-weight: 500;
}

.faq-a-note {
  margin-top: 12px;
  padding: 12px 16px;
  background: rgba(26, 92, 87, 0.06);
  border-left: 2px solid var(--teal-lt);
  font-size: 13px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.7;
  border-radius: 0 3px 3px 0;
}

/* ─── NO RESULTS ─── */
.no-results {
  text-align: center;
  padding: 60px 20px;
  display: none;
}

.no-results.visible {
  display: block;
}

.no-results p {
  font-size: 15px;
  color: var(--cream-muted);
  margin-bottom: 20px;
}

/* ─── STILL HAVE Q ─── */
.still-have-q {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 4px;
  padding: 40px;
  text-align: center;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.still-have-q::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
}

.still-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 12px;
}

.still-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 10px;
}

.still-title em {
  font-style: italic;
  color: var(--teal-lt);
}

.still-sub {
  font-size: 14px;
  font-weight: 300;
  color: var(--cream-muted);
  margin-bottom: 28px;
}

.still-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.3);
  color: #25D366;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.2s;
  letter-spacing: 0.04em;
}

.btn-wa:hover {
  background: rgba(37, 211, 102, 0.18);
}

.btn-clarity {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  background: var(--terra);
  color: var(--cream);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s;
  letter-spacing: 0.04em;
}

.btn-clarity:hover {
  background: var(--terra-lt);
}


/* ─── EYEBROW + HEADING ─── */
.eyebrow {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0;
    animation: fadeUp 0.8s ease 0.2s forwards;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 500;
  color: var(--cream);
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 8px;
}

h1 em {
  font-style: italic;
  color: var(--teal-lt);
}

.sub {
  font-size: 14px;
  font-weight: 300;
  color: var(--cream-muted);
  text-align: center;
  margin-bottom: 36px;
}

/* ─── ROLE TABS ─── */
.role-tabs {
  display: flex;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 3px;
  padding: 4px;
  margin-bottom: 28px;
  gap: 4px;
}

.role-tab {
  flex: 1;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: var(--cream-muted);
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.2s;
  border: none;
  background: none;
}

.role-tab.active {
  background: rgba(26, 92, 87, 0.2);
  color: var(--cream);
  border: 1px solid rgba(26, 92, 87, 0.3);
}

/* ─── AUTH METHODS ─── */
.auth-methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.auth-method-btn {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid rgba(245, 240, 228, 0.12);
  border-radius: 3px;
  background: var(--card-bg);
  color: var(--cream-dim);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.2s;
}

.auth-method-btn:hover {
  border-color: rgba(245, 240, 228, 0.3);
  color: var(--cream);
}

.auth-method-btn.primary {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--cream);
}

.auth-method-btn.primary:hover {
  background: var(--teal-lt);
}

.auth-method-btn.wa-btn {
  border-color: rgba(37, 211, 102, 0.3);
  color: #25D366;
}

.auth-method-btn.wa-btn:hover {
  background: rgba(37, 211, 102, 0.06);
  border-color: rgba(37, 211, 102, 0.6);
}

/* ─── DIVIDER ─── */
.divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 20px 0;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-soft);
}

.divider span {
  font-size: 11px;
  color: var(--cream-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ─── FORM ─── */
.form {
  display: none;
}

.form.active {
  display: block;
  animation: fadeUp 0.3s ease both;
}

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

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

.field-group {
  margin-bottom: 16px;
}

.field-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.field-input {
  width: 100%;
  background: var(--card-bg);
  border: 1px solid rgba(245, 240, 228, 0.1);
  color: var(--cream);
  font-size: 14px;
  font-weight: 300;
  padding: 13px 16px;
  border-radius: 3px;
  outline: none;
  transition: border-color 0.2s;
}

.field-input::placeholder {
  color: rgba(245, 240, 228, 0.2);
}

.field-input:focus {
  border-color: rgba(26, 120, 112, 0.5);
}

.field-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.forgot-link {
  font-size: 13px;
  color: var(--teal-lt);
  text-decoration: none;
  transition: color 0.2s;
}

.forgot-link:hover {
  color: var(--gold-lt);
}

/* OTP form */
.otp-hint {
  font-size: 13px;
  font-weight: 300;
  color: var(--cream-muted);
  margin-bottom: 20px;
  line-height: 1.6;
}

.otp-hint span {
  color: var(--cream);
  font-weight: 400;
}

.otp-inputs {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}

.otp-digit {
  flex: 1;
  aspect-ratio: 1;
  max-width: 60px;
  background: var(--card-bg);
  border: 1px solid rgba(245, 240, 228, 0.1);
  color: var(--cream);
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  text-align: center;
  border-radius: 3px;
  outline: none;
  transition: border-color 0.2s;
}

.otp-digit:focus {
  border-color: rgba(26, 120, 112, 0.5);
}

.otp-resend {
  font-size: 13px;
  color: var(--cream-muted);
  margin-top: 8px;
}

.otp-resend a {
  color: var(--teal-lt);
  text-decoration: none;
}

/* ─── SUBMIT BTN ─── */
.btn-submit {
  width: 100%;
  padding: 15px;
  background: var(--terra);
  color: var(--cream);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.25s;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-submit:hover {
  background: var(--terra-lt);
  transform: translateY(-1px);
}

.btn-submit.loading {
  pointer-events: none;
  opacity: 0.8;
}

.btn-submit.loading::after {
  content: '';
  width: 14px;
  height: 14px;
  border: 2px solid rgba(245, 240, 228, 0.3);
  border-top-color: var(--cream);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

/* ─── ERROR ─── */
.error-msg {
  display: none;
  font-size: 13px;
  color: #e88;
  padding: 10px 14px;
  background: rgba(192, 57, 43, 0.08);
  border: 1px solid rgba(192, 57, 43, 0.25);
  border-radius: 3px;
  margin-top: 12px;
}

.error-msg.visible {
  display: block;
}

/* ─── FOOTER NOTE ─── */
.card-footer {
  text-align: center;
  margin-top: 28px;
  font-size: 13px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.7;
}

.card-footer a {
  color: var(--teal-lt);
  text-decoration: none;
}

.card-footer a:hover {
  color: var(--gold-lt);
}

/* HERO */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 120px 48px 80px;
  overflow: hidden
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: radial-gradient(ellipse 70% 60% at 80% 40%, rgba(26, 92, 87, 0.12) 0%, transparent 65%);
  pointer-events: none
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2
}

.hero-geo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  height: 520px;
  opacity: 0.035;
  pointer-events: none;
  z-index: 1
}

.hero-tag {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px
}

.hero-tag::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 34px;
  background: var(--terra);
  color: var(--cream);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.25s;
  border: none;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer
}

.btn-hero:hover {
  background: var(--terra-light);
  transform: translateY(-1px)
}

.btn-hero-out {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  border: 1px solid rgba(245, 240, 228, 0.25);
  color: var(--cream-dim);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.2s
}

.btn-hero-out:hover {
  border-color: rgba(245, 240, 228, 0.55);
  color: var(--cream)
}

.hero-chips {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.chip {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--cream-muted);
  font-weight: 300
}

.chip::before {
  content: '✓';
  color: var(--sage);
  font-size: 11px
}

.chip-sep {
  width: 1px;
  height: 14px;
  background: var(--border-soft)
}

/* Founder card */
.founder-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 4px;
  padding: 32px;
  position: relative;
  overflow: hidden
}

.founder-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--gold))
}

.founder-tag {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 20px
}

.founder-ava {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--sage));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: var(--cream);
  margin-bottom: 16px;
  border: 2px solid rgba(176, 125, 44, 0.25)
}

.founder-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 4px
}

.founder-cred {
  font-size: 12px;
  color: var(--gold);
  letter-spacing: 0.04em;
  margin-bottom: 18px
}

.founder-quote {
  font-size: 14px;
  font-weight: 300;
  color: var(--cream-dim);
  line-height: 1.7;
  font-style: italic;
  border-left: 2px solid rgba(176, 125, 44, 0.3);
  padding-left: 16px;
  margin-bottom: 24px
}

.founder-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  background: var(--border-soft)
}

.f-stat {
  background: var(--card-bg);
  padding: 16px;
  text-align: center
}

.f-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--cream)
}

.f-stat-lbl {
  font-size: 10px;
  color: var(--cream-muted);
  font-weight: 300;
  margin-top: 3px;
  line-height: 1.3
}

/* BENEFITS */
.benefits {
  padding: 120px 48px;
  position: relative;
  z-index: 2
}

.benefits-inner {
  max-width: 1200px;
  margin: 0 auto
}

.benefits-head {
  max-width: 560px;
  margin-bottom: 60px
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 60px
}

.b-card {
  background: var(--card-bg);
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s
}

.b-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left
}

.b-card:hover {
  background: rgba(26, 92, 87, 0.1)
}

.b-card:hover::after {
  transform: scaleX(1)
}

.b-card.hl {
  background: var(--teal)
}

.b-card.hl:hover {
  background: var(--teal-light)
}

.b-card.hl .b-desc {
  color: rgba(245, 240, 228, 0.75)
}

.b-icon {
  font-size: 30px;
  margin-bottom: 18px;
  display: block
}

.b-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 10px;
  line-height: 1.2
}

.b-desc {
  font-size: 14px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.7
}

/* CALCULATOR */
.calc-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 4px;
  padding: 40px;
  position: relative;
  overflow: hidden
}

.calc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--gold))
}

.calc-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 6px
}

.calc-sub {
  font-size: 13px;
  color: var(--cream-muted);
  font-weight: 300;
  margin-bottom: 28px
}

.calc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px
}

.calc-field label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 10px
}

.calc-range {
  width: 100%;
  accent-color: var(--teal);
  cursor: pointer
}

.calc-display {
  display: flex;
  justify-content: space-between;
  margin-top: 6px
}

.calc-curr {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--cream)
}

.calc-minmax {
  font-size: 11px;
  color: var(--cream-muted);
  display: flex;
  gap: 8px
}

.calc-result-bar {
  background: rgba(26, 92, 87, 0.12);
  border: 1px solid rgba(26, 92, 87, 0.25);
  border-radius: 3px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.crb-left .crb-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-light);
  margin-bottom: 6px
}

.crb-left .crb-amount {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 400;
  color: var(--cream);
  line-height: 1
}

.crb-left .crb-note {
  font-size: 11px;
  color: var(--cream-muted);
  margin-top: 4px
}

.crb-right .crb-label {
  font-size: 11px;
  color: var(--cream-muted);
  margin-bottom: 4px
}

.crb-right .crb-annual {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: var(--gold)
}

/* PROCESS */
.process {
  padding: 120px 48px;
  background: linear-gradient(180deg, rgba(26, 92, 87, 0.05) 0%, transparent 60%);
  position: relative;
  z-index: 2
}

.process-inner {
  max-width: 1200px;
  margin: 0 auto
}

.process-head {
  max-width: 560px;
  margin-bottom: 64px
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  gap: 0
}

.steps::before {
  content: '';
  position: absolute;
  top: 27px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176, 125, 44, 0.2), rgba(176, 125, 44, 0.2), transparent)
}

.step {
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1
}

.step-ball {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--cream);
  position: relative
}

.step-ball::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid rgba(176, 125, 44, 0.1)
}

.step:first-child .step-ball {
  background: var(--teal);
  border-color: var(--teal)
}

.step-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 10px
}

.step-desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.6
}

.step-time {
  font-size: 10px;
  color: var(--gold);
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 8px
}

/* CRITERIA */
.criteria {
  padding: 120px 48px;
  position: relative;
  z-index: 2
}

.criteria-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.crit-list {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.crit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 3px;
  transition: border-color 0.2s
}

.crit-item:hover {
  border-color: rgba(26, 120, 112, 0.35)
}

.crit-icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px
}

.crit-body strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 3px
}

.crit-body span {
  font-size: 13px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.6
}

.mod-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 4px;
  padding: 28px 28px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden
}

.mod-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--teal), var(--gold))
}

.mod-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 6px
}

.mod-card-sub {
  font-size: 13px;
  color: var(--cream-muted);
  font-weight: 300;
  margin-bottom: 18px
}

.mod-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px
}

.mod-tag {
  padding: 5px 12px;
  border: 1px solid rgba(26, 92, 87, 0.3);
  border-radius: 100px;
  font-size: 11px;
  color: var(--teal-light);
  background: rgba(26, 92, 87, 0.06)
}

.mod-note {
  font-size: 11px;
  color: var(--cream-muted);
  font-style: italic
}

.comm-card {
  background: var(--teal);
  border-radius: 4px;
  padding: 28px
}

.comm-card-title {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 240, 228, 0.6);
  margin-bottom: 18px
}

.comm-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px
}

.comm-row:last-of-type {
  margin-bottom: 0
}

.comm-label {
  font-size: 14px;
  color: rgba(245, 240, 228, 0.75);
  font-weight: 300
}

.comm-val {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: var(--cream)
}

.comm-note {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(245, 240, 228, 0.12);
  font-size: 12px;
  color: rgba(245, 240, 228, 0.6);
  font-weight: 300;
  line-height: 1.6
}

/* TESTIMONIALS */
.prac-testis {
  padding: 120px 48px;
  background: linear-gradient(180deg, transparent, rgba(192, 90, 42, 0.04), transparent);
  position: relative;
  z-index: 2
}

.prac-testis-inner {
  max-width: 1200px;
  margin: 0 auto
}

.pt-head {
  max-width: 520px;
  margin-bottom: 56px
}

.pt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.pt-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 4px;
  padding: 30px;
  position: relative
}

.pt-card::before {
  content: '"';
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: 'Playfair Display', serif;
  font-size: 72px;
  color: rgba(176, 125, 44, 0.07);
  line-height: 1;
  pointer-events: none
}

.pt-stars {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 14px
}

.pt-text {
  font-size: 14px;
  font-weight: 300;
  color: var(--cream-dim);
  line-height: 1.75;
  margin-bottom: 20px;
  font-style: italic
}

.pt-person {
  display: flex;
  align-items: center;
  gap: 12px
}

.pt-ava {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: var(--cream);
  flex-shrink: 0
}

.pt-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--cream)
}

.pt-role {
  font-size: 11px;
  color: var(--cream-muted);
  font-weight: 300
}

/* FAQ */
.faq {
  padding: 100px 48px;
  position: relative;
  z-index: 2
}

.faq-inner {
  max-width: 800px;
  margin: 0 auto
}

.faq-head {
  text-align: center;
  margin-bottom: 52px
}

.faq-item {
  border-bottom: 1px solid var(--border-soft)
}

.faq-item:first-of-type {
  border-top: 1px solid var(--border-soft)
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: var(--cream);
  text-align: left;
  gap: 16px;
  transition: color 0.2s
}

.faq-q:hover {
  color: var(--gold)
}

.faq-icon {
  font-size: 20px;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform 0.3s;
  line-height: 1
}

.faq-item.open .faq-icon {
  transform: rotate(45deg)
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease
}

.faq-item.open .faq-a {
  max-height: 260px
}

.faq-a-in {
  padding-bottom: 22px;
  font-size: 14px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.75
}

/* APPLY FORM */
.apply {
  padding: 120px 48px;
  background: linear-gradient(180deg, rgba(26, 92, 87, 0.07), transparent);
  position: relative;
  z-index: 2
}

.apply-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.apply-assure {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px
}

.assure-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 3px
}

.assure-icon {
  font-size: 20px;
  flex-shrink: 0
}

.assure-body strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 2px
}

.assure-body span {
  font-size: 13px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.6
}

.form-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 4px;
  padding: 40px;
  position: relative;
  overflow: hidden
}

.form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--gold))
}

.fg {
  margin-bottom: 16px
}

.fg label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 7px
}

.fi,
.fs,
.ft {
  width: 100%;
  background: rgba(245, 240, 228, 0.04);
  border: 1px solid rgba(245, 240, 228, 0.09);
  color: var(--cream);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 12px 16px;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.2s
}

.fi::placeholder,
.ft::placeholder {
  color: rgba(245, 240, 228, 0.22)
}

.fi:focus,
.fs:focus,
.ft:focus {
  border-color: rgba(26, 120, 112, 0.5)
}

.fs {
  cursor: pointer
}

.fs option {
  background: var(--ink2)
}

.ft {
  resize: vertical;
  min-height: 90px;
  line-height: 1.6
}

.fg-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.fcheck {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px
}

.fcheck-input {
  width: 17px;
  height: 17px;
  border: 1px solid rgba(245, 240, 228, 0.2);
  border-radius: 2px;
  flex-shrink: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  margin-top: 3px;
  position: relative;
  transition: all 0.2s;
  background: none
}

.fcheck-input:checked {
  background: var(--teal);
  border-color: var(--teal)
}

.fcheck-input:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  color: white
}

.fcheck-lbl {
  font-size: 13px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.55
}

.fcheck-lbl a {
  color: var(--teal-light);
  text-decoration: none
}

.btn-apply {
  width: 100%;
  padding: 15px;
  background: var(--terra);
  border: none;
  color: var(--cream);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.25s;
  margin-top: 6px
}

.btn-apply:hover {
  background: var(--terra-light)
}

.form-note {
  font-size: 11px;
  color: var(--cream-muted);
  text-align: center;
  margin-top: 10px;
  line-height: 1.6
}

.success-state {
  display: none;
  text-align: center;
  padding: 40px 20px
}

.success-state.show {
  display: block
}

.ss-icon {
  font-size: 52px;
  margin-bottom: 20px
}

.ss-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: var(--cream);
  margin-bottom: 12px
}

.ss-sub {
  font-size: 15px;
  font-weight: 300;
  color: var(--cream-muted);
  line-height: 1.7;
  max-width: 380px;
  margin: 0 auto
}