/* שפע לחיים — פלטה מהקאבר: כחול-סגול, זהב, נבולה */
:root {
  --indigo-deep: #240b36;
  --indigo-mid: #302b63;
  --blue-heading: #7a93d1;
  --blue-soft: #6b8ebf;
  --gold: #e58e26;
  --gold-bright: #f39c12;
  --gold-glow: rgba(229, 142, 38, 0.45);
  --cream-spark: #fdfcf0;
  --lavender: #a29bfe;
  --pink-mist: #d980fa;
  --text-body: rgba(253, 252, 240, 0.92);
  --text-muted: rgba(253, 252, 240, 0.72);
  --stroke-gold: rgba(229, 142, 38, 0.55);
  --stroke-blue: rgba(122, 147, 209, 0.45);
  --radius: 28px;
  --radius-sm: 18px;
  --font: "Rubik", "Heebo", system-ui, sans-serif;
  --ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --max: 40rem;
  --max-wide: 52rem;
  --space-section: clamp(2.5rem, 7vw, 4.25rem);
  --sticky-h: 4.25rem;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  color: var(--text-body);
  text-align: center;
  background-color: var(--indigo-deep);
  background-image:
    radial-gradient(ellipse 100% 70% at 50% -20%, rgba(122, 147, 209, 0.22), transparent 55%),
    radial-gradient(ellipse 80% 50% at 100% 30%, rgba(48, 43, 99, 0.9), transparent 50%),
    radial-gradient(ellipse 60% 45% at 0% 70%, rgba(217, 128, 250, 0.12), transparent 48%),
    radial-gradient(ellipse 90% 55% at 50% 100%, rgba(36, 11, 54, 0.95), transparent 55%),
    linear-gradient(180deg, #1a0f2e 0%, var(--indigo-deep) 45%, #16082a 100%);
  background-attachment: fixed;
  line-height: 1.72;
  font-size: clamp(1.02rem, 0.97rem + 0.28vw, 1.12rem);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  body.has-sticky-cta {
    padding-bottom: calc(var(--sticky-h) + env(safe-area-inset-bottom, 0px) + 0.5rem);
  }
}

::selection {
  background: rgba(122, 147, 209, 0.35);
  color: var(--cream-spark);
}

h1,
h2,
h3 {
  font-family: var(--font);
  font-weight: 700;
  color: var(--blue-heading);
  line-height: 1.22;
  margin: 0 auto clamp(1rem, 2.5vw, 1.35rem);
  max-width: min(36rem, 100%);
  letter-spacing: -0.02em;
  text-wrap: balance;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35), 0 0 40px rgba(122, 147, 209, 0.15);
}

h2 {
  font-size: clamp(1.48rem, 1.12rem + 1.2vw, 2.05rem);
}

h3 {
  font-size: clamp(1.08rem, 1rem + 0.35vw, 1.28rem);
  font-weight: 600;
  color: var(--cream-spark);
}

p {
  margin: 0 auto clamp(0.95rem, 2.2vw, 1.25rem);
  max-width: min(var(--max), 100%);
}

a {
  color: var(--gold-bright);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s var(--ease-smooth);
}

a:hover {
  color: #ffc966;
}

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

.wrap-narrow {
  width: min(100% - clamp(1.25rem, 5vw, 3rem), var(--max));
  margin-inline: auto;
}

.section {
  position: relative;
}

.section:not(.hero) > .wrap-narrow {
  padding-block: var(--space-section);
}

/* Hero — וידאו בראש */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2.25rem, 6vw, 4rem);
  background:
    radial-gradient(ellipse 95% 60% at 50% -10%, rgba(122, 147, 209, 0.18), transparent 58%),
    radial-gradient(ellipse 70% 45% at 80% 20%, rgba(229, 142, 38, 0.08), transparent 50%),
    linear-gradient(185deg, rgba(36, 11, 54, 0.5) 0%, transparent 100%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: min(100% - clamp(1.25rem, 5vw, 3rem), var(--max-wide));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.35rem, 4vw, 2.25rem);
}

.hero__intro {
  width: 100%;
}

.hero__intro .lead:last-child {
  margin-bottom: 0;
}

.hero__visual {
  width: 100%;
  max-width: min(52rem, 100%);
}

.hero__visual-lede {
  margin: 0 auto clamp(0.65rem, 2vw, 1rem);
  max-width: min(34rem, 100%);
}

.hero__visual-lede__frame {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: clamp(0.55rem, 1.6vw, 0.85rem) clamp(1rem, 2.8vw, 1.35rem);
  font-size: clamp(1.05rem, 0.92rem + 0.55vw, 1.38rem);
  font-weight: 700;
  color: var(--cream-spark);
  background: linear-gradient(168deg, rgba(48, 43, 99, 0.55) 0%, rgba(36, 11, 54, 0.72) 100%);
  border: 1px solid var(--stroke-blue);
  border-radius: calc(var(--radius-sm) + 2px);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero__visual-lede__arrow {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  color: var(--gold-bright);
  opacity: 0.95;
  animation: hero-arrow-nudge 2.4s var(--ease-smooth) infinite;
}

@keyframes hero-arrow-nudge {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__visual-lede__arrow {
    animation: none;
  }
}

.course-cover-frame {
  position: relative;
  margin-inline: auto;
  padding: clamp(14px, 2.5vw, 20px);
  border-radius: var(--radius);
  background: linear-gradient(
    152deg,
    rgba(122, 147, 209, 0.35) 0%,
    rgba(48, 43, 99, 0.85) 38%,
    rgba(229, 142, 38, 0.15) 65%,
    rgba(36, 11, 54, 0.95) 100%
  );
  box-shadow:
    0 44px 96px rgba(0, 0, 0, 0.45),
    0 0 52px rgba(122, 147, 209, 0.15),
    0 0 0 1px rgba(122, 147, 209, 0.28) inset,
    inset 0 1px 0 rgba(253, 252, 240, 0.08);
}

.course-cover-frame::before {
  content: "";
  position: absolute;
  inset: clamp(16px, 2.5vw, 22px);
  border-radius: calc(var(--radius) - 10px);
  border: 1px solid rgba(253, 252, 240, 0.12);
  pointer-events: none;
  z-index: 1;
}

.hero-video-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: calc(var(--radius) - 12px);
  overflow: hidden;
  background: linear-gradient(180deg, #1a0f2e 0%, #0f0718 100%);
}

.hero-video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
}

.hero-video-caption {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: clamp(0.75rem, 2vw, 1.1rem);
  font-size: clamp(0.95rem, 0.88rem + 0.22vw, 1.05rem);
  font-weight: 600;
  color: var(--gold-bright);
  letter-spacing: 0.02em;
}

.hero-video-caption svg {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}

/* סגנון maayan-klafim — whisper / punch / big-line */
.whisper {
  font-size: clamp(1.65rem, 1.2vw + 1.15rem, 1.95rem);
  font-weight: 300;
  line-height: 1.38;
  color: var(--text-muted);
  margin: 1.1rem auto;
  max-width: min(34rem, 100%);
}

.punch {
  font-size: clamp(1.45rem, 1vw + 1rem, 1.72rem);
  font-weight: 700;
  line-height: 1.35;
  margin: 1rem auto;
  color: var(--gold-bright);
  text-shadow: 0 2px 28px rgba(229, 142, 38, 0.35);
}

.punch--tight {
  font-size: clamp(1.32rem, 0.95rem + 0.85vw, 1.58rem);
  max-width: min(30rem, 100%);
}

.big-line {
  font-size: clamp(1.22rem, 0.95rem + 0.85vw, 1.48rem);
  font-weight: 600;
  line-height: 1.48;
  margin: 1rem auto;
  color: var(--cream-spark);
  max-width: min(38rem, 100%);
}

.big-line--accent {
  font-weight: 500;
  color: var(--lavender);
}

/* פתיחת הירו — שורה ראשונה עבה, «כבר נמצא שם?» עם זוהר */
.whisper--hero-hook {
  font-size: clamp(1.92rem, 1.35rem + 1.45vw, 2.45rem);
  font-weight: 400;
  line-height: 1.28;
  max-width: min(36rem, 100%);
}

.whisper__hero-lead {
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--cream-spark);
  text-shadow:
    0 0 7px rgba(253, 252, 240, 0.28),
    0 0 16px rgba(162, 155, 254, 0.42),
    0 0 28px rgba(122, 147, 209, 0.26),
    0 2px 14px rgba(162, 155, 254, 0.14);
  filter: drop-shadow(0 0 9px rgba(122, 147, 209, 0.22));
}

.whisper__hero-accent {
  display: inline-block;
  margin-top: clamp(0.2rem, 0.8vw, 0.45rem);
  font-size: clamp(2.15rem, 1.55rem + 1.65vw, 2.95rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--cream-spark);
  text-shadow:
    0 0 12px rgba(253, 252, 240, 0.55),
    0 0 28px rgba(162, 155, 254, 0.65),
    0 0 48px rgba(122, 147, 209, 0.45),
    0 0 72px rgba(162, 155, 254, 0.28),
    0 2px 20px rgba(255, 255, 255, 0.12);
  filter: drop-shadow(0 0 14px rgba(162, 155, 254, 0.35));
  animation: hero-accent-glow 4.5s ease-in-out infinite;
}

@keyframes hero-accent-glow {
  0%,
  100% {
    filter: drop-shadow(0 0 12px rgba(162, 155, 254, 0.35))
      drop-shadow(0 0 28px rgba(122, 147, 209, 0.25));
  }
  50% {
    filter: drop-shadow(0 0 22px rgba(253, 252, 240, 0.25))
      drop-shadow(0 0 40px rgba(162, 155, 254, 0.45))
      drop-shadow(0 0 56px rgba(122, 147, 209, 0.3));
  }
}

@media (prefers-reduced-motion: reduce) {
  .whisper__hero-accent {
    animation: none;
  }
}

.h2-lavender {
  font-size: clamp(1.55rem, 1.15rem + 1.15vw, 2.05rem);
  font-weight: 700;
  color: var(--lavender);
  text-shadow: 0 2px 28px rgba(162, 155, 254, 0.18);
}

.h3-step {
  font-size: clamp(1.28rem, 1.05rem + 0.75vw, 1.62rem);
  font-weight: 700;
  color: var(--cream-spark);
  padding-bottom: clamp(0.45rem, 1.5vw, 0.65rem);
  margin-bottom: clamp(1rem, 2.8vw, 1.35rem);
  border-bottom: 2px solid rgba(229, 142, 38, 0.55);
  box-shadow: 0 6px 24px -18px rgba(229, 142, 38, 0.35);
  max-width: min(34rem, 100%);
}

.lead {
  font-size: clamp(1.06rem, 0.98rem + 0.3vw, 1.18rem);
  font-weight: 400;
  color: var(--text-body);
}

.lead--session-closer {
  margin-bottom: 0;
}

.emphasis {
  color: var(--blue-heading);
  font-weight: 600;
}

/* רקעי סעיפים */
.section--mist {
  background:
    radial-gradient(ellipse 85% 50% at 50% 0%, rgba(122, 147, 209, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(48, 43, 99, 0.35) 0%, transparent 100%);
}

.section--deep {
  background:
    radial-gradient(ellipse 70% 45% at 50% 100%, rgba(229, 142, 38, 0.06), transparent 55%),
    linear-gradient(180deg, transparent 0%, rgba(36, 11, 54, 0.65) 100%);
}

.section--panel {
  background:
    linear-gradient(
      165deg,
      rgba(48, 43, 99, 0.55) 0%,
      rgba(36, 11, 54, 0.72) 50%,
      rgba(26, 15, 46, 0.85) 100%
    );
  border-top: 1px solid rgba(122, 147, 209, 0.12);
  border-bottom: 1px solid rgba(122, 147, 209, 0.12);
}

/* ״איך הטיפול מתבצע״ — פחות רווח מתחת ל״וזהו״ */
.section--how-treatment > .wrap-narrow {
  padding-bottom: clamp(0.85rem, 2.2vw, 1.35rem);
}

/* קונטרסט מול הסקשן הקודם — רקע כהה יותר (בלי קו מפריד) */
.section--beliefs-after-session.section--deep {
  background:
    linear-gradient(180deg, rgba(10, 6, 22, 0.98) 0%, rgba(30, 12, 48, 0.94) 28%, rgba(36, 11, 54, 0.78) 100%),
    radial-gradient(ellipse 78% 52% at 50% 100%, rgba(229, 142, 38, 0.12), transparent 58%);
  box-shadow: inset 0 3px 14px rgba(0, 0, 0, 0.38);
}

.section--beliefs-after-session > .wrap-narrow {
  padding-top: calc(var(--space-section) + clamp(0.5rem, 1.8vw, 1.1rem));
}

/* פחות רווח בין ״מה תקבלי״ לבין ״דמייני״ */
.section--you-get-tight > .wrap-narrow {
  padding-top: var(--space-section);
  padding-bottom: calc(var(--space-section) * 0.22);
}

.section--vision-tight-top > .wrap-narrow {
  padding-top: calc(var(--space-section) * 0.22);
  padding-bottom: var(--space-section);
}

.section--you-get-tight .list-check {
  margin-bottom: clamp(0.65rem, 2vw, 1rem);
}

/* רשימות */
.list-check {
  list-style: none;
  padding: 0;
  margin: clamp(1rem, 3vw, 1.5rem) auto;
  max-width: min(34rem, 100%);
  text-align: center;
}

.list-check li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: clamp(0.95rem, 2.5vw, 1.2rem);
  padding: clamp(1rem, 2.6vw, 1.25rem) clamp(1.15rem, 3vw, 1.45rem);
  border-radius: calc(var(--radius-sm) + 2px);
  background: linear-gradient(172deg, rgba(255, 255, 255, 0.06) 0%, rgba(122, 147, 209, 0.05) 100%);
  border: 1px solid rgba(122, 147, 209, 0.22);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.list-check__ico {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  color: var(--gold-bright);
  opacity: 0.95;
}

.list-check span {
  font-size: clamp(1.02rem, 0.97rem + 0.18vw, 1.1rem);
  font-weight: 500;
  line-height: 1.55;
  color: var(--text-body);
}

.list-dots {
  list-style: none;
  padding: 0;
  margin: 1rem auto;
  max-width: min(32rem, 100%);
}

.list-dots li {
  position: relative;
  padding-inline-start: 0;
  margin-bottom: 0.55rem;
  color: var(--text-body);
}

.list-dots li::before {
  content: "•";
  color: var(--gold-bright);
  margin-inline-end: 0.45em;
  font-weight: bold;
}

.list-sparkles {
  list-style: none;
  padding: 0;
  margin: 1rem auto;
  max-width: min(30rem, 100%);
}

.list-sparkles li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
  text-align: center;
  flex-wrap: wrap;
}

.list-sparkles .icon-sparkle {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  margin-top: 0.2em;
  color: var(--gold-bright);
}

.list-sparkles .list-sparkles__text {
  flex: 1;
  min-width: 0;
  max-width: 28rem;
}

/* כרטיס הצעה */
.offer-card {
  text-align: center;
  padding: clamp(2rem, 5.5vw, 2.85rem) clamp(1.5rem, 4vw, 2rem);
  border-radius: var(--radius);
  max-width: min(28rem, 100%);
  margin-inline: auto;
  background: linear-gradient(168deg, rgba(48, 43, 99, 0.65) 0%, rgba(36, 11, 54, 0.88) 100%);
  border: 1px solid var(--stroke-gold);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.45),
    0 0 48px rgba(229, 142, 38, 0.12),
    inset 0 1px 0 rgba(253, 252, 240, 0.06);
}

.price-old {
  font-size: 1.1rem;
  text-decoration: line-through;
  color: var(--text-muted);
  margin: 0 0 0.35rem;
}

.offer-card__price {
  font-family: var(--font);
  font-size: clamp(2.2rem, 1.75rem + 1.4vw, 3rem);
  font-weight: 800;
  color: var(--gold-bright);
  margin: 0.35rem 0;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 28px rgba(229, 142, 38, 0.35);
}

.offer-card__sub {
  font-size: clamp(1.22rem, 1.05rem + 0.65vw, 1.52rem);
  font-weight: 700;
  color: var(--cream-spark);
  margin-bottom: 0.55rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.offer-card__pay-btn {
  margin-top: clamp(0.75rem, 2vw, 1.1rem);
  margin-inline: auto;
  border: 1px solid rgba(229, 142, 38, 0.48);
  background: rgba(229, 142, 38, 0.14);
  color: var(--cream-spark);
  box-shadow:
    inset 0 1px 0 rgba(253, 252, 240, 0.08),
    0 8px 28px rgba(0, 0, 0, 0.2);
}

.offer-card__pay-btn:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
  background: rgba(229, 142, 38, 0.24);
}

.offer-card__after-pay {
  margin-top: clamp(1rem, 2.8vw, 1.35rem);
}

.note-card {
  margin: clamp(1.25rem, 3vw, 1.75rem) auto 0;
  padding: clamp(1rem, 2.6vw, 1.35rem);
  max-width: min(34rem, 100%);
  border-radius: var(--radius-sm);
  background: rgba(122, 147, 209, 0.1);
  border: 1px solid rgba(122, 147, 209, 0.28);
  font-size: clamp(1.02rem, 0.97rem + 0.15vw, 1.08rem);
  line-height: 1.65;
}

.note-card--whatsapp {
  text-align: center;
}

.note-card__block {
  margin: 0;
}

.note-card__block + .note-card__block {
  margin-top: clamp(0.85rem, 2.2vw, 1.15rem);
}

/* טופס */
.lead-form-eyebrow {
  margin: 0 auto 0.5rem;
  font-size: clamp(1.28rem, 1.05rem + 0.75vw, 1.65rem);
  font-weight: 700;
  color: var(--blue-heading);
  line-height: 1.35;
}

.lead-form {
  margin-top: clamp(1rem, 3vw, 1.5rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 2.2vw, 1.05rem);
  text-align: center;
  max-width: 22rem;
  margin-inline: auto;
}

.lead-form label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--cream-spark);
  margin-bottom: 0.35rem;
}

.lead-form input {
  width: 100%;
  padding: 0.85rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  border-radius: calc(var(--radius-sm) - 4px);
  border: 1px solid rgba(122, 147, 209, 0.35);
  background: rgba(36, 11, 54, 0.65);
  color: var(--cream-spark);
  box-shadow: inset 0 2px 12px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.lead-form input:focus {
  outline: none;
  border-color: rgba(229, 142, 38, 0.55);
  box-shadow: 0 0 0 3px rgba(229, 142, 38, 0.15);
}

.lead-form__optional {
  font-weight: 500;
  opacity: 0.75;
}

.lead-form__feedback {
  margin: 0;
  min-height: 1.35em;
  font-size: clamp(0.98rem, 0.94rem + 0.12vw, 1.05rem);
  font-weight: 600;
}

.lead-form__feedback--ok {
  color: #7dcea0;
}

.lead-form__feedback--err {
  color: #f1948a;
}

/* כפתורים */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.95rem 1.65rem;
  border-radius: 999px;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow 0.3s var(--ease-smooth), transform 0.3s var(--ease-smooth), filter 0.25s;
}

.btn--primary {
  background: linear-gradient(158deg, #f5a623 0%, var(--gold) 45%, #c56e12 100%);
  color: #1a0f12;
  box-shadow:
    0 16px 44px rgba(229, 142, 38, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.btn--primary:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(229, 142, 38, 0.42);
}

.btn--stack {
  flex-direction: column;
  gap: 0.12rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.28;
  width: 100%;
  max-width: 22rem;
}

.btn--stack .btn__line1 {
  font-size: clamp(0.98rem, 0.93rem + 0.18vw, 1.04rem);
  font-weight: 600;
}

.btn--stack .btn__line2 {
  font-size: clamp(1.12rem, 1rem + 0.55vw, 1.32rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.btn:focus-visible {
  outline: 3px solid var(--blue-heading);
  outline-offset: 3px;
}

/* כותרות עם אייקון */
.h-with-icon {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  flex-wrap: wrap;
}

.h-with-icon .icon-svg {
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
  color: var(--gold-bright);
  opacity: 0.95;
}

.inline-callout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin: 1rem auto;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: rgba(229, 142, 38, 0.12);
  border: 1px solid rgba(229, 142, 38, 0.35);
  color: var(--cream-spark);
  font-weight: 600;
  font-size: clamp(0.95rem, 0.9rem + 0.15vw, 1.05rem);
}

.inline-callout svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  color: var(--gold-bright);
}

.inline-callout--solo {
  justify-content: center;
  gap: 0;
}

.inline-callout--fact88 {
  flex-direction: column;
  gap: 0.35rem;
  line-height: 1.45;
  max-width: min(22rem, 100%);
  padding: clamp(0.75rem, 2vw, 0.95rem) clamp(0.85rem, 2.2vw, 1rem);
}

.inline-callout__fact-q {
  display: inline-block;
  font-size: clamp(1.18rem, 1.02rem + 0.55vw, 1.42rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.inline-callout--stack {
  align-items: flex-start;
  text-align: start;
  flex-wrap: nowrap;
  max-width: min(26rem, 100%);
  margin-inline: auto;
  border-radius: var(--radius-sm);
  padding: clamp(0.85rem, 2.2vw, 1.1rem) clamp(1rem, 2.8vw, 1.25rem);
}

.inline-callout--stack .inline-callout__icon {
  width: 1.45rem;
  height: 1.45rem;
  margin-top: 0.2em;
  flex-shrink: 0;
}

.inline-callout__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  text-align: inherit;
  line-height: 1.45;
}

.inline-callout__line {
  display: block;
}

.inline-callout--stack.inline-callout--center {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.inline-callout__text--center {
  align-items: center;
  text-align: center;
}

.sticky-cta {
  display: none;
  position: fixed;
  z-index: 55;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, transparent 0%, rgba(26, 15, 46, 0.94) 35%, rgba(36, 11, 54, 0.98) 100%);
  border-top: 1px solid rgba(229, 142, 38, 0.35);
  backdrop-filter: blur(14px);
  transition: transform 0.35s ease, opacity 0.3s ease;
}

@media (max-width: 768px) {
  .sticky-cta {
    display: block;
  }

  .sticky-cta .btn {
    width: 100%;
    max-width: 28rem;
    margin-inline: auto;
  }

  .sticky-cta.sticky-cta--hidden {
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
  }
}

.site-footer {
  padding: clamp(2.25rem, 5.5vw, 3.25rem) 1.25rem clamp(2.5rem, 6vw, 3.5rem);
  text-align: center;
  background: linear-gradient(180deg, rgba(36, 11, 54, 0.9) 0%, #12081f 100%);
  border-top: 1px solid rgba(122, 147, 209, 0.15);
}

.site-footer__centered {
  max-width: min(26rem, 100%);
  margin-inline: auto;
}

.site-footer__brand-name {
  margin: 0 0 0.35rem;
  font-size: clamp(1.08rem, 0.98rem + 0.38vw, 1.24rem);
  font-weight: 600;
  color: var(--cream-spark);
}

.site-footer__tagline {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.site-footer__credit-link {
  display: inline-block;
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--lavender);
  text-decoration: none;
  transition: color 0.2s ease, text-underline-offset 0.2s ease;
}

.site-footer__credit-link:hover {
  color: #c4b5fd;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.site-footer__credit-link:focus-visible {
  outline: 2px solid var(--lavender);
  outline-offset: 3px;
  border-radius: 4px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.65s var(--ease-smooth), transform 0.7s var(--ease-expo);
}

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

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  html {
    scroll-behavior: auto;
  }

  .btn--primary:hover {
    transform: none;
  }
}

.br-mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .br-mobile-only {
    display: inline;
  }
}

