/* ============================================================
   HOME V2 — Junctional Training
   Fonts: Bebas Neue (display), DM Serif Display (headlines), DM Sans (body)
   Colors: --burgundy #5b0a1b | --gold #d7b35a | --ink #0f0f12
   ============================================================ */

:root {
  --burgundy: #5b0a1b;
  --burgundy-dark: #3b0611;
  --burgundy-mid: #7a1226;
  --gold: #d7b35a;
  --gold-light: #f0d080;
  --ink: #0f0f12;
  --white: #ffffff;
  --off-white: #f7f4f1;
  --muted: rgba(255,255,255,0.55);
  --radius: 20px;
  --shadow: 0 20px 60px rgba(0,0,0,0.3);
}

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

html { scroll-behavior: smooth; }

body.home-v2 {
  font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif;
  background: #0a0306;
  color: var(--ink);
  overflow-x: hidden;
  max-width: 100vw;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

.container-narrow {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== SCROLL REVEAL ===== */
.reveal-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--delay, 0s);
}
.reveal-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== HEADER ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 20px;
  background: rgba(59,6,17,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(215,179,90,0.18);
  gap: 16px;
}

.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand .logo { width: 44px; height: 44px; object-fit: contain; }

.header-creds {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
.hcred {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
}
.hcred img {
  width: 28px; height: 28px;
  object-fit: contain;
}
.hcred img[alt="B.S. Kinesiology"],
.hero-cred img[alt="B.S. Kinesiology"] {
  width: auto;
  object-fit: contain;
  opacity: 0.90;
}
.hcred img[alt="B.S. Kinesiology"] {
  height: 28px;
}
.hero-cred img[alt="B.S. Kinesiology"] {
  height: 56px;
}
.hcred span {
  font-size: 8px;
  color: rgba(215,179,90,0.65);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none;
}
.brand .logo { width: 44px; height: 44px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-title { font-family: 'Bebas Neue', sans-serif; font-size: 23px; color: var(--gold); letter-spacing: 0.08em; }
.brand-sub { font-size: 9px; color: rgba(255,255,255,0.45); letter-spacing: 0.18em; text-transform: uppercase; }

/* ===== APP SECTION HEADER ===== */
.app-section-header { text-align: center; margin-bottom: 60px; }
.app-section-logo {
  width: 52px; height: 52px;
  object-fit: contain;
  margin: 0 auto 14px;
}
.app-section-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.app-section-title em { font-style: normal; color: var(--ink); }

/* ===== BIO MERGED ===== */
.bio-merged {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
  padding-top: 48px;
  border-top: 1px solid rgba(91,10,27,0.1);
}
.bio-merged-photo {
  width: 200px; flex-shrink: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(91,10,27,0.15);
  aspect-ratio: 3/4;
}
.bio-merged-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.bio-merged-actions {
  display: flex; flex-direction: column; gap: 14px;
}

/* ===== JJ BADGE LABEL ===== */
.jj-badge-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 15px;
  letter-spacing: 0.28em;
  color: var(--burgundy);
  opacity: 0.6;
  padding: 6px 0;
}

.header-nav { display: flex; align-items: center; gap: 24px; }
.header-nav a { color: rgba(255,255,255,0.75); font-size: 14px; font-weight: 500; transition: color 0.2s; }
.header-nav a:hover { color: var(--gold); }
.header-nav .header-cta {
  background: var(--gold);
  color: var(--ink);
  padding: 8px 18px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 13px;
  transition: background 0.2s, transform 0.2s;
}
.header-nav .header-cta:hover { background: var(--gold-light); transform: scale(1.03); }

.menu-btn {
  display: none;
  flex-direction: column; gap: 5px;
  background: var(--burgundy); border: none;
  width: 42px; height: 42px; border-radius: 12px;
  align-items: center; justify-content: center; cursor: pointer;
}
.menu-btn span { display: block; width: 20px; height: 2px; background: #fff; border-radius: 2px; }

/* ===== HERO ===== */
.hero-v2 {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: center;
  overflow: hidden;
  width: 100%;
}

.hero-bg-img {
  position: absolute; inset: 0;
  background: url('images/jah-stage.jpg') top center / cover no-repeat;
  transform: scale(1.05);
  will-change: transform;
  backface-visibility: hidden;
}

.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    160deg,
    rgba(10,3,6,0.78) 0%,
    rgba(91,10,27,0.75) 50%,
    rgba(10,3,6,0.79) 100%
  );
}

.hero-content {
  position: relative; z-index: 2;
  width: 100%;
  max-width: 700px;
  padding: 8px 20px 10px;
  margin: 0 auto;
  text-align: center;
  animation: heroFadeIn 1s ease 0.1s both;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-formula {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(24px, 6vw, 58px);
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-top: 40px;
  margin-bottom: 20px;
  display: block;
  opacity: 0.9;
  white-space: nowrap;
}

.hero-creds-label {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  margin-top: -16px;
  margin-bottom: 10px;
}

/* Hero credentials — horizontal scrollable strip */
.hero-creds-strip {
  width: 100%;
  margin-bottom: 28px;
  background: rgba(10,3,6,0.55);
  border: 1px solid rgba(215,179,90,0.18);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
  box-sizing: border-box;
}
.hero-creds-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 14px 12px;
}
.hero-creds-scroll::-webkit-scrollbar { display: none; }
.hero-cred {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 0 10px;
  border-right: 1px solid rgba(215,179,90,0.15);
}
.hero-cred:last-child { border-right: none; }
.hero-cred img {
  width: 48px; height: 48px;
  object-fit: contain;
}
.hero-cred span {
  font-size: 9px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.85;
}

.hero-headline {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(42px, 9vw, 88px);
  line-height: 1.0;
  margin-bottom: 22px;
  color: #fff;
  letter-spacing: -0.5px;
}

.hero-trial-note {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
}

.hero-sub-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(30px, 7vw, 44px);
  letter-spacing: 0.18em;
  color: var(--gold);
  text-align: center;
  margin: 0 auto 12px;
  opacity: 0.92;
}

.hero-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(15px, 2.2vw, 18px);
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0;
  max-width: 480px;
  margin: 0 auto 36px;
  font-weight: 300;
  opacity: 0.88;
}
.hero-sub strong {
  font-weight: 700;
  color: #ffffff;
  opacity: 1;
}

.hero-btns {
  display: flex; gap: 24px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 0;
}

.btn-primary-gold {
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
  font-size: 15px;
  padding: 15px 32px;
  border-radius: 100px;
  transition: all 0.25s;
  display: inline-block;
  border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
}
.btn-primary-gold:hover { background: var(--gold-light); transform: scale(1.04); box-shadow: 0 8px 30px rgba(215,179,90,0.35); }
.btn-primary-gold.large { font-size: 17px; padding: 18px 42px; }

.btn-ghost {
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 32px;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.25);
  transition: all 0.25s;
  display: inline-block;
  backdrop-filter: blur(4px);
}
.btn-ghost:hover { background: rgba(255,255,255,0.18); }

.hero-plans-preview {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}
.plan-pill {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(215,179,90,0.3);
  color: rgba(255,255,255,0.8);
  padding: 7px 18px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
}
.plan-pill strong { color: var(--gold); font-weight: 700; }

/* ===== SCROLL ARROWS ===== */

/* Gold hero arrow */
.hero-scroll-cue {
  position: static;
  display: flex; flex-direction: column; align-items: center;
  justify-content: center;
  margin: 10px auto 12px;
  width: 100%;
  animation: arrowFade 1.8s ease-in-out infinite;
}
.hero-scroll-cue span {
  display: none;
}
.hero-scroll-cue::after {
  content: '';
  display: block;
  width: 12px; height: 12px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg);
  margin-top: 0;
}

/* Burgundy section arrow */
.section-scroll-cue {
  display: flex; flex-direction: column; align-items: center;
  padding: 8px 0 0;
  animation: arrowFade 1.8s ease-in-out infinite;
}
.section-scroll-cue span {
  display: block; width: 2px; height: 80px;
  background: linear-gradient(to bottom, transparent, var(--burgundy));
}
.section-scroll-cue::after {
  content: '';
  display: block;
  width: 14px; height: 14px;
  border-right: 2.5px solid var(--burgundy);
  border-bottom: 2.5px solid var(--burgundy);
  transform: rotate(45deg);
  margin-top: -8px;
}

@keyframes arrowFade {
  0%, 100% { opacity: 0.35; transform: translateY(0) translateX(-50%); }
  50%       { opacity: 1;    transform: translateY(4px) translateX(-50%); }
}
/* section arrow doesn't need translateX since it's not absolute */
.section-scroll-cue {
  animation-name: arrowFadeSection;
}
@keyframes arrowFadeSection {
  0%, 100% { opacity: 0.35; transform: translateY(0); }
  50%       { opacity: 1;    transform: translateY(4px); }
}

/* ===== MARQUEE ===== */
.marquee-section {
  overflow: hidden;
  background: var(--burgundy-dark);
  padding: 14px 0;
  white-space: nowrap;
}
.marquee-section.marquee-dark {
  background: var(--gold);
}

.marquee-track {
  display: inline-flex; gap: 28px; align-items: center;
  animation: marqueeScroll 28s linear infinite;
  white-space: nowrap;
}
.marquee-track.reverse { animation-direction: reverse; }

.marquee-track span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 0.18em;
  color: var(--gold);
  flex-shrink: 0;
}
.marquee-section.marquee-dark .marquee-track span { color: var(--ink); }
.marquee-track .dot { color: var(--gold) !important; font-size: 22px; line-height: 1; }
.marquee-section.marquee-dark .marquee-track .dot { color: var(--burgundy) !important; }

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ===== SECTION SHARED ===== */
.section-eyebrow {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: 0.28em;
  color: var(--gold);
  margin-bottom: 12px;
  display: block;
}
.section-eyebrow.light { color: var(--gold); }

.section-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 16px;
}
.section-title.light { color: #fff; }
.section-title em { font-style: italic; color: var(--burgundy); }
.section-title.light em { color: var(--gold); }

.section-sub {
  font-size: 17px;
  color: #555;
  line-height: 1.65;
  max-width: 580px;
  font-weight: 300;
  margin-bottom: 0;
}
.section-sub.light { color: rgba(255,255,255,0.7); }

/* ===== QUIZ ===== */
.quiz-section {
  background: var(--off-white);
  padding: 48px 0 40px;
}

.quiz-wrap { max-width: 640px; margin: 0 auto; padding: 0 24px; }

/* ===== QUIZ HEADER — Junction Judgment ===== */
.quiz-header { text-align: center; margin-bottom: 40px; }

.quiz-find-fit {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 0.34em;
  color: var(--burgundy);
  display: block;
  margin-bottom: 18px;
  opacity: 0.7;
}

.jj-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 20px;
}

.jj-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}
.jj-lines span {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--burgundy));
  border-radius: 2px;
  animation: jjLinePulse 2.4s ease-in-out infinite;
}
.jj-lines:last-child span {
  background: linear-gradient(90deg, var(--burgundy), transparent);
}
.jj-lines span:nth-child(1) { width: 40px; animation-delay: 0s; }
.jj-lines span:nth-child(2) { width: 28px; animation-delay: 0.2s; }
.jj-lines span:nth-child(3) { width: 16px; animation-delay: 0.4s; }

@keyframes jjLinePulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}

.jj-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(64px, 13vw, 120px);
  line-height: 0.92;
  color: var(--burgundy);
  letter-spacing: -2px;
  text-align: center;
  position: relative;
  animation: jjGlow 3s ease-in-out infinite;
}

@keyframes jjGlow {
  0%, 100% { text-shadow: 0 0 0px transparent; }
  50% { text-shadow: 0 0 30px rgba(91,10,27,0.18); }
}

.jj-sub {
  font-size: 16px;
  color: #777;
  font-style: italic;
  margin-bottom: 20px;
  font-family: 'DM Serif Display', serif;
}

.jj-badge-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.jj-badge {
  background: rgba(91,10,27,0.06);
  border: 1px solid rgba(91,10,27,0.15);
  color: var(--burgundy);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  letter-spacing: 0.04em;
}

.quiz-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 60px rgba(91,10,27,0.12), 0 1px 4px rgba(0,0,0,0.06);
  overflow: hidden;
  border: 1px solid rgba(91,10,27,0.08);
}

.quiz-progress-wrap {
  position: relative;
  height: 6px;
  background: #ede8e9;
  display: flex; align-items: center;
}
.quiz-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--burgundy), var(--gold));
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0 4px 4px 0;
}
.quiz-progress-label {
  position: absolute; right: 16px; top: 12px;
  font-size: 11px; font-weight: 600;
  color: #aaa;
  letter-spacing: 0.08em;
}

.quiz-body { padding: 32px 32px 0; }

.q-step { display: none; }
.q-step.active { display: block; animation: qFadeIn 0.35s ease both; }

@keyframes qFadeIn {
  from { opacity: 0; transform: translateX(12px); }
  to { opacity: 1; transform: translateX(0); }
}

.q-text {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 22px;
}

.q-options { display: flex; flex-direction: column; gap: 10px; }

.q-opt {
  background: var(--off-white);
  border: 2px solid rgba(91,10,27,0.18);
  border-radius: 14px;
  padding: 14px 18px;
  text-align: left;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  transition: all 0.2s;
}
.q-opt:hover { border-color: var(--burgundy); background: rgba(91,10,27,0.04); }
.q-opt.selected { border-color: var(--burgundy); background: rgba(91,10,27,0.07); color: var(--burgundy); font-weight: 700; }

.q-fields { display: flex; flex-direction: column; gap: 12px; }
.q-input {
  border: 2px solid #e8e0e2;
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}
.q-input:focus { border-color: var(--burgundy); }

.quiz-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 32px 32px;
}
.q-back {
  background: none; border: none; cursor: pointer;
  font-size: 14px; color: #999; font-family: 'DM Sans', sans-serif;
  font-weight: 500; transition: color 0.2s;
}
.q-back:hover { color: var(--burgundy); }

.q-next {
  background: var(--burgundy);
  color: #fff;
  border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px; font-weight: 700;
  padding: 13px 30px;
  border-radius: 100px;
  transition: all 0.2s;
}
.q-next:hover { background: var(--burgundy-mid); transform: scale(1.03); }

/* Quiz Result */
.quiz-result {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 60px rgba(91,10,27,0.12);
  padding: 40px 32px;
  text-align: center;
  border: 1px solid rgba(91,10,27,0.08);
  animation: qFadeIn 0.5s ease both;
}
.result-icon { font-size: 48px; margin-bottom: 16px; }
.result-title {
  font-family: 'DM Serif Display', serif;
  font-size: 28px;
  color: var(--ink);
  margin-bottom: 8px;
}
.result-sub { color: #666; margin-bottom: 28px; }

.result-tiers {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  margin-bottom: 28px;
}
.result-tier {
  background: var(--off-white);
  border-radius: 18px;
  padding: 20px 16px;
  border: 2px solid transparent;
  position: relative;
}
.result-tier.highlight {
  border-color: var(--gold);
  background: rgba(215,179,90,0.06);
}
.tier-badge {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  background: var(--gold);
  color: var(--ink);
  font-size: 10px; font-weight: 800;
  padding: 3px 12px; border-radius: 100px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px;
}
.tier-name { font-size: 13px; font-weight: 700; color: #888; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; }
.tier-price { font-family: 'DM Serif Display', serif; font-size: 30px; color: var(--burgundy); margin-bottom: 8px; }
.tier-price span { font-size: 14px; font-family: 'DM Sans', sans-serif; color: #999; }
.tier-desc { font-size: 13px; color: #666; line-height: 1.5; }

.result-actions { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }

.btn-ghost-dark {
  display: inline-block;
  color: var(--burgundy);
  font-weight: 600; font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.btn-journal-gold {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  font-size: 17px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(215,179,90,0.4);
  transition: text-decoration-color 0.2s;
}
.btn-journal-gold:hover {
  text-decoration-color: var(--gold);
}
.result-fine { font-size: 12px; color: #aaa; }

/* ===== HOW IT WORKS ===== */
.how-it-works {
  background: #ffffff;
  padding: 40px 24px 36px;
  display: flex;
  justify-content: center;
}
.hiw-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 340px;
  width: 100%;
}
.hiw-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 8vw, 64px);
  line-height: 1;
  color: var(--burgundy);
  letter-spacing: -2px;
  text-align: center;
  margin-bottom: 0;
  animation: jjGlow 3s ease-in-out infinite;
}
.hiw-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.hiw-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin-bottom: 18px;
}
.hiw-marker {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--gold);
  color: #1a0a0e;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hiw-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--burgundy);
  text-align: center;
  min-width: 190px;
}
.hiw-connector {
  display: none;
}

/* ===== APP SECTION ===== */
.app-section {
  background: #ffffff;
  padding: 48px 0 16px;
}
.app-section .section-eyebrow { text-align: center; display: block; color: var(--burgundy); font-size: 32px; letter-spacing: 0.2em; }
.app-section .section-sub { text-align: center; margin: 0 auto 0; color: #555; }
.app-section-header { text-align: center; margin-bottom: 16px; }
.app-section-logo {
  width: 80px; height: 80px;
  object-fit: contain;
  margin: 0 auto 16px;
}
.app-section-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.app-section-title em { font-style: normal; color: var(--ink); }

.mockups-row {
  display: flex;
  gap: 28px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 0;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}

.mockup-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 0 0 calc(50% - 34px);
  min-width: 0;
  max-width: 155px;
}

/* Ultra-thin bezel — 2px perimeter like modern iPhone */
.iphone-real-wrap {
  width: 100% !important;
  max-width: 140px !important;
  border-radius: 24px !important;
  padding: 2px !important;
}

.mockup-caption h4 {
  font-size: 13px !important;
  margin-bottom: 2px !important;
}
.mockup-caption p {
  font-size: 12px !important;
  line-height: 1.4 !important;
}

/* ===== CSS PHONE SHELL — ultra-thin modern iPhone bezel ===== */
.iphone-real-wrap {
  position: relative;
  flex-shrink: 0;
  background: #1a1a1e;
  border-radius: 24px;
  padding: 2px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px #3a3a3e,
    0 0 0 2px #1a1a1e,
    0 24px 60px rgba(0,0,0,0.22),
    0 8px 20px rgba(0,0,0,0.12);
}

/* First mockup — shadow angled 45° to the right */
.mockup-block:nth-child(1) .iphone-real-wrap {
  box-shadow:
    0 0 0 1px #3a3a3e,
    0 0 0 2px #1a1a1e,
    12px 12px 18px rgba(0,0,0,0.32),
    4px 4px 6px rgba(0,0,0,0.18);
}

/* Second mockup — shadow angled 45° to the left */
.mockup-block:nth-child(2) .iphone-real-wrap {
  box-shadow:
    0 0 0 1px #3a3a3e,
    0 0 0 2px #1a1a1e,
    -12px 12px 18px rgba(0,0,0,0.32),
    -4px 4px 6px rgba(0,0,0,0.18);
}

/* Home bar — sits below the screen */
.iphone-real-wrap::after {
  content: '';
  display: block;
  width: 40px; height: 2px;
  background: rgba(255,255,255,0.25);
  border-radius: 2px;
  margin: 2px auto 0;
}

/* Screen area — fills the full inner space, border-radius matches inner bezel */
.iphone-real-screen {
  border-radius: 22px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 9 / 19.5;
  position: relative;
  background: #0f0f14;
  isolation: isolate;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

/* Dynamic Island — realistic small pill */
.iphone-real-screen::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px; height: 11px;
  background: #000;
  border-radius: 12px;
  z-index: 10;
}

/* front/angle screen — fills the iphone-real-screen container */
.iphone-real-wrap.front .front-screen,
.iphone-real-wrap.angle .angle-screen {
  top: auto; left: auto;
  width: 100%; height: 100%;
  position: relative;
}

.iphone-frame-img { display: none; }

/* App screen fills entire screen area, content under the island */
.app-screen {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 6px;
  font-family: 'DM Sans', sans-serif;
  overflow: hidden;
  position: absolute;
  inset: 0;
  padding-top: 24px; /* clear the Dynamic Island */
}

.screen-plan { background: #0f0f14; color: #fff; }
.screen-track { background: #0f0f14; color: #fff; }
.screen-coach { background: #f5f5f7; color: var(--ink); }
.dark-bar { color: rgba(0,0,0,0.5) !important; }
.coach-bar { border-bottom: 1px solid rgba(0,0,0,0.08) !important; }
.dark-greet { color: var(--ink) !important; }

/* Hide status bar time across all screens */
.app-statusbar { display: none !important; }

/* Screen 2 chart — dark background extends full height from top */
.screen-chart {
  background: #1a1a1a !important;
}
.screen-chart .chart-section-label,
.screen-chart .chart-tab-row,
.screen-chart .chart-area,
.screen-chart .chart-x-labels,
.screen-chart .chart-legend {
  background: #fff;
}
.screen-chart .chart-area { background: #f8f8f8; }
.screen-coach .app-statusbar { color: rgba(0,0,0,0.5); }

.app-header-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 12px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  flex-shrink: 0;
}
.screen-coach .app-header-bar { border-bottom: 1px solid rgba(0,0,0,0.08); }

.app-logo-sm {
  width: 22px; height: 22px;
  background: var(--gold);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 10px; color: var(--ink);
  flex-shrink: 0;
  line-height: 1;
  padding-top: 1px;
}
.app-greeting { font-size: 9px; font-weight: 600; color: rgba(255,255,255,0.85); }
.screen-coach .app-greeting { color: var(--ink); }

.app-day-card {
  margin: 8px 8px;
  background: rgba(215,179,90,0.1);
  border: 1px solid rgba(215,179,90,0.2);
  border-radius: 12px;
  padding: 9px;
  flex-shrink: 0;
}
.day-label { font-size: 7px; letter-spacing: 0.18em; color: var(--gold); font-weight: 700; margin-bottom: 3px; }
.day-title { font-size: 10px; font-weight: 700; color: #fff; margin-bottom: 6px; line-height: 1.2; }

.day-exercises { display: flex; flex-direction: column; gap: 4px; margin-bottom: 7px; }
.ex-row { display: flex; align-items: center; gap: 5px; font-size: 7.5px; color: rgba(255,255,255,0.75); }
.ex-dot { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }
.gold-dot { background: var(--gold); }
.muted-dot { background: rgba(255,255,255,0.25); }

.app-start-btn {
  width: 100%; background: var(--gold); color: var(--ink);
  border: none; border-radius: 8px; padding: 5px;
  font-size: 7.5px; font-weight: 800; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
}

.app-progress-mini {
  display: flex; align-items: center; justify-content: space-between;
  padding: 6px 10px; gap: 6px;
  font-size: 7px; color: rgba(255,255,255,0.5);
  flex-shrink: 0;
}
.mini-bar { flex: 1; height: 3px; background: rgba(255,255,255,0.1); border-radius: 3px; overflow: hidden; }
.mini-fill { height: 100%; background: var(--gold); border-radius: 3px; }

/* Track screen */
.track-stats {
  display: flex; justify-content: space-around;
  padding: 10px 8px;
  flex-shrink: 0;
}
.stat-box { text-align: center; }
.stat-num { font-family: 'DM Serif Display', serif; font-size: 16px; color: var(--gold); line-height: 1; }
.stat-label { font-size: 7px; color: rgba(255,255,255,0.5); margin-top: 2px; }

.track-chart {
  margin: 0 8px;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  padding: 8px;
  flex-shrink: 0;
}
.chart-title { font-size: 7px; color: rgba(255,255,255,0.4); margin-bottom: 8px; letter-spacing: 0.08em; }
.chart-bars {
  display: flex; align-items: flex-end; gap: 4px;
  height: 40px;
}
.bar { flex: 1; background: rgba(215,179,90,0.3); border-radius: 3px 3px 0 0; }
.active-bar { background: var(--gold); }
.track-note { text-align: center; padding: 8px; font-size: 8px; color: var(--gold); font-weight: 700; flex-shrink: 0; }

/* Coach screen */
.chat-msgs {
  flex: 1; padding: 8px 10px; display: flex; flex-direction: column; gap: 8px;
  overflow: hidden;
  min-height: 0;
}
.msg { display: flex; gap: 6px; align-items: flex-end; }
.coach-msg { flex-direction: row; }
.client-msg { flex-direction: row-reverse; }
.msg-avatar {
  width: 18px; height: 18px;
  background: var(--burgundy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 8px; color: #fff; font-weight: 700;
  flex-shrink: 0;
}
.msg-bubble {
  background: #e8e8ed;
  border-radius: 10px 10px 10px 2px;
  padding: 6px 8px;
  font-size: 7.5px; line-height: 1.4; color: var(--ink);
  max-width: 80%;
}
.msg-bubble.client {
  background: var(--burgundy);
  color: #fff;
  border-radius: 10px 10px 2px 10px;
}
.chat-input-bar {
  display: flex; align-items: center;
  padding: 6px 8px;
  background: #f5f5f7;
  border-top: 1px solid rgba(0,0,0,0.08);
  gap: 6px;
  flex-shrink: 0;
}
.chat-fake-input {
  flex: 1;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 7px; color: #aaa;
}
.chat-send {
  width: 20px; height: 20px;
  background: var(--burgundy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 9px;
  flex-shrink: 0;
}

.mockup-caption { text-align: center; }
.mockup-caption h4 {
  font-family: 'DM Serif Display', serif;
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 5px;
}
.mockup-caption p { font-size: 13px; color: #666; line-height: 1.5; }

/* ===== SCREEN 1: PROGRAMS ===== */
.screen-programs { background: #f2f2f4; color: #1a1a1a; }
.prog-bar { color: rgba(0,0,0,0.6) !important; }
.prog-back { font-size: 12px; padding: 4px 10px; color: #555; flex-shrink: 0; }
.prog-title { font-size: 11px; font-weight: 800; color: #1a1a1a; padding: 2px 10px 8px; flex-shrink: 0; }
.prog-list { display: flex; flex-direction: column; gap: 3px; padding: 0 6px; flex: 1; }
.prog-item {
  background: #fff;
  border-radius: 8px;
  padding: 6px 8px;
  display: flex; align-items: center; gap: 6px;
  font-size: 9px; font-weight: 600; color: #1a1a1a;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.prog-icon { font-size: 10px; opacity: 0.5; }
.prog-arrow { margin-left: auto; color: #8a7a4a; font-size: 12px; }
.prog-nav-bar, .food-nav-bar {
  display: flex;
  justify-content: space-around;
  padding: 6px 2px 4px;
  border-top: 1px solid rgba(0,0,0,0.08);
  background: #fff;
  flex-shrink: 0;
  margin-top: auto;
}
.prog-nav-item {
  display: flex; flex-direction: column; align-items: center;
  font-size: 6px; color: #888; gap: 2px;
}
.prog-nav-item span { font-size: 6px; }
.active-nav { color: #8a7a4a; font-weight: 700; }

/* ===== SCREEN 2: CHART ===== */
.screen-chart { background: #fff; color: #1a1a1a; }
.chart-bar { color: rgba(255,255,255,0.9) !important; background: #1a1a1a; }
.chart-header-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 3px 8px 2px; flex-shrink: 0;
  background: #1a1a1a;
}
.chart-exercise-title { font-size: 11px; font-weight: 800; color: #fff; }
.chart-close-btn {
  width: 16px; height: 16px; border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 7px; color: #fff;
}
.chart-section-label {
  font-size: 7px; font-weight: 800; letter-spacing: 0.1em;
  color: #1a1a1a; padding: 4px 8px 2px; flex-shrink: 0;
}
.chart-tab-row {
  display: flex; justify-content: flex-end; gap: 10px;
  padding: 2px 8px 3px; flex-shrink: 0;
  border-bottom: 1px solid #eee;
}
.chart-tab { font-size: 7px; font-weight: 600; color: #aaa; letter-spacing: 0.05em; }
.chart-tab-active { color: #1a1a1a; border-bottom: 2px solid #1a1a1a; padding-bottom: 2px; }
.chart-area {
  display: flex; flex: 1; padding: 4px 6px 0;
  min-height: 0;
}
.chart-y-labels {
  display: flex; flex-direction: column; justify-content: space-between;
  font-size: 6px; color: #8a7a4a; padding-right: 3px; flex-shrink: 0;
}
.chart-y-right { padding-right: 0; padding-left: 3px; color: #888; }
.chart-plot { flex: 1; position: relative; }
.chart-x-labels {
  display: flex; justify-content: space-between;
  padding: 2px 28px; font-size: 6px; color: #888; flex-shrink: 0;
}
.chart-legend {
  display: flex; align-items: center; gap: 6px;
  padding: 3px 10px 6px; font-size: 6.5px; color: #555; flex-shrink: 0;
}
.legend-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; }
.gold-legend { background: #8a7a4a; }
.dark-legend { background: #222; }

/* ===== SCREEN 3: FOOD DIARY ===== */
.screen-food { background: #f2f2f4; color: #1a1a1a; }
.food-header-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 3px 10px 4px; flex-shrink: 0;
  background: #1a1a1a;
}
.food-back { font-size: 11px; color: #fff; }
.food-title { font-size: 9px; font-weight: 700; color: #fff; }
.food-cal-icon { font-size: 9px; }
.food-week-strip {
  display: flex; justify-content: space-around;
  background: #1a1a1a;
  padding: 4px 6px 6px;
  flex-shrink: 0;
}
.food-day {
  display: flex; flex-direction: column; align-items: center;
  font-size: 6.5px; color: rgba(255,255,255,0.5); gap: 1px;
}
.food-day-active {
  background: #8a7a4a;
  border-radius: 7px;
  padding: 3px 5px;
  color: #fff;
}
.fd-dot { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,0.4); margin: 0 auto; }
.fd-dot-active { background: #fff; }
.food-date-label {
  font-size: 8px; font-weight: 800; color: #1a1a1a;
  padding: 6px 10px 4px; flex-shrink: 0;
}
.food-entries { display: flex; flex-direction: column; gap: 5px; padding: 0 8px; flex: 1; overflow: hidden; }
.food-entry {
  background: #fff; border-radius: 10px;
  padding: 7px 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.food-entry-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 5px;
}
.food-meal-name { font-size: 8px; font-weight: 800; color: #1a1a1a; }
.food-edit {
  width: 16px; height: 16px; border-radius: 6px;
  background: #f0f0f0;
  display: flex; align-items: center; justify-content: center;
  font-size: 7px; color: #888;
}
.food-entry-body { display: flex; align-items: center; gap: 6px; font-size: 7px; color: #444; line-height: 1.3; }
.food-img-placeholder {
  width: 28px; height: 28px; border-radius: 5px;
  background: linear-gradient(135deg, #c8b89a, #a09070);
  flex-shrink: 0;
}
.food-img-2 { background: linear-gradient(135deg, #8a9e7a, #6a7e5a); }
.food-nav-bar { margin-top: auto; border-top: 1px solid rgba(0,0,0,0.08); background: #fff; }

/* ===== PRICING ===== */
.pricing-section {
  background: var(--off-white);
  padding: 100px 0;
  text-align: center;
}
.pricing-section .section-sub { margin: 0 auto 52px; }

.pricing-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.pricing-card {
  background: #fff;
  border-radius: 24px;
  padding: 36px 32px;
  text-align: left;
  border: 2px solid #ebe4e6;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 16px 50px rgba(91,10,27,0.12); }
.pricing-card.featured { border-color: var(--gold); background: linear-gradient(160deg, #fff 0%, rgba(215,179,90,0.04) 100%); }

.pricing-badge {
  position: absolute; top: -12px; right: 24px;
  background: var(--gold);
  color: var(--ink);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px; letter-spacing: 0.15em;
  padding: 4px 16px; border-radius: 100px;
}

.pricing-tag {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px; letter-spacing: 0.25em;
  color: var(--burgundy);
  margin-bottom: 10px;
}

.pricing-price {
  font-family: 'DM Serif Display', serif;
  font-size: 52px;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 8px;
}
.pricing-price span { font-size: 18px; font-family: 'DM Sans', sans-serif; color: #999; }

.pricing-tagline { font-size: 15px; color: #666; margin-bottom: 24px; line-height: 1.5; }

.pricing-list {
  list-style: none;
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 28px;
}
.pricing-list li {
  font-size: 14px;
  color: #444;
  padding-left: 20px;
  position: relative;
  line-height: 1.4;
}
.pricing-list li::before {
  content: '✓';
  position: absolute; left: 0;
  color: var(--burgundy);
  font-weight: 700;
}

.btn-outline-gold {
  display: inline-block;
  border: 2px solid var(--gold);
  color: var(--burgundy);
  font-weight: 700; font-size: 14px;
  padding: 13px 28px;
  border-radius: 100px;
  transition: all 0.2s;
  font-family: 'DM Sans', sans-serif;
}
.btn-outline-gold:hover { background: var(--gold); color: var(--ink); }

.pricing-fine {
  text-align: center;
  margin-top: 24px;
  font-size: 13px;
  color: #aaa;
}

/* ===== PHILOSOPHY ===== */
.philosophy-section {
  background: #fff;
  padding: 100px 0;
}

.philosophy-header { text-align: center; margin-bottom: 56px; }
.philosophy-header .section-sub { margin: 0 auto; }

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

.pillar-card {
  background: var(--off-white);
  border-radius: 20px;
  padding: 28px 24px;
  border: 1px solid rgba(91,10,27,0.07);
  transition: all 0.3s;
}
.pillar-card:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(91,10,27,0.1); border-color: rgba(215,179,90,0.3); }

.pillar-icon { font-size: 28px; margin-bottom: 12px; }
.pillar-card h4 {
  font-family: 'DM Serif Display', serif;
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.3;
}
.pillar-card p { font-size: 14px; color: #666; line-height: 1.65; }

/* Credentials */
.creds-section { text-align: center; }
.creds-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: #aaa;
  margin-bottom: 20px;
}
.creds-row-new {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.cred-badge {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.cred-badge img { width: 52px; height: 52px; object-fit: contain; }
.cred-badge span { font-size: 10px; color: #888; font-weight: 600; letter-spacing: 0.06em; text-align: center; }

/* ===== BIO ===== */
.bio-section {
  background: linear-gradient(160deg, #0a0306 0%, var(--burgundy-dark) 100%);
  padding: 40px 0 40px;
}

.bio-inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 60px;
  align-items: center;
}

.bio-photo-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  aspect-ratio: 5/4;
  background: var(--burgundy-mid);
}
.bio-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

.bio-text .section-eyebrow { color: var(--gold); }
.bio-name {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(36px, 4vw, 52px);
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.1;
}
.bio-title {
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-weight: 600;
}
.bio-text p {
  font-size: 16px;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  margin-bottom: 16px;
  font-weight: 300;
}
.bio-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.bio-buy-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.bio-buy-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: 100px;
  letter-spacing: 0.03em;
  transition: background 0.2s, transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 16px rgba(215,179,90,0.3);
}
.bio-buy-btn:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(215,179,90,0.4);
}
.bio-buy-online {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 4px 16px rgba(215,179,90,0.3);
}
.bio-buy-online:hover {
  background: var(--gold-light);
  box-shadow: 0 8px 24px rgba(215,179,90,0.4);
}

/* ===== FINAL CTA ===== */
.final-cta-section {
  background: var(--burgundy-dark);
  padding: 100px 24px;
  text-align: center;
}
.final-cta-inner { max-width: 600px; margin: 0 auto; }
.final-cta-section h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 5vw, 52px);
  color: #fff;
  margin-bottom: 16px;
}
.final-cta-section p { font-size: 17px; color: rgba(255,255,255,0.65); margin-bottom: 32px; font-weight: 300; }

/* ===== FOOTER ===== */
.footer-v2 {
  background: #060104;
  padding: 48px 0 0;
  border-top: 1px solid rgba(215,179,90,0.12);
  margin-bottom: 0;
}
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.footer-brand { display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.6); font-size: 14px; }
.footer-logo { width: 40px; height: 40px; object-fit: contain; }
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.45); transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.25); padding-bottom: 40px; }

/* ===== TOAST ===== */
.toast-container {
  position: fixed;
  bottom: 24px; right: 16px; top: auto; left: auto;
  z-index: 200;
  display: flex; flex-direction: column; gap: 10px;
  pointer-events: none;
}
.toast {
  background: #fff;
  border-radius: 11px;
  padding: 7px 10px;
  box-shadow: 0 6px 28px rgba(0,0,0,0.15);
  display: flex; align-items: center; gap: 8px;
  max-width: 178px;
  pointer-events: auto;
  animation: toastIn 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  border-left: 3px solid var(--gold);
}
@keyframes toastIn {
  from { opacity: 0; transform: translateY(16px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.toast-glide-out {
  animation: toastGlideRight 3s ease-in-out forwards !important;
}
@keyframes toastGlideRight {
  0%   { opacity: 1; transform: translateX(0); }
  60%  { opacity: 0.6; transform: translateX(20px); }
  100% { opacity: 0; transform: translateX(20px); }
}
.toast-avatar {
  width: 24px; height: 24px;
  background: linear-gradient(135deg, var(--burgundy), var(--burgundy-mid));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 800; font-size: 10px;
  flex-shrink: 0;
}
.toast-body { flex: 1; min-width: 0; }
.toast-name { font-weight: 700; font-size: 13px; color: var(--ink); line-height: 1.3; }
.toast-detail { font-size: 12px; color: #666; margin-top: 1px; line-height: 1.3; }
.toast-time { font-size: 9px; color: #bbb; margin-top: 3px; }

/* ===== FLOATING CTA ===== */
.floating-cta {
  position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%);
  z-index: 150;
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s;
}
.floating-cta.visible { opacity: 1; pointer-events: auto; }
.floating-cta a {
  display: block;
  background: linear-gradient(135deg, var(--burgundy), var(--burgundy-mid));
  color: #fff;
  font-weight: 700; font-size: 14px;
  padding: 14px 28px;
  border-radius: 100px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
  white-space: nowrap;
  border: 1px solid rgba(215,179,90,0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.floating-cta a:hover { transform: scale(1.04); box-shadow: 0 12px 40px rgba(0,0,0,0.4); }

/* Menu panel */
.menu-panel { display: none; }
.menu-overlay { display: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .header-nav { display: none; }
  .menu-btn { display: flex; }
  .header-creds { gap: 8px; }
  .hcred span { display: none; }
  .hcred img { width: 22px; height: 22px; }
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .bio-inner { grid-template-columns: 1fr; }
  .bio-photo-wrap { max-width: 360px; margin: 0 auto; aspect-ratio: 5/4; }
  .bio-merged { flex-direction: column; align-items: center; text-align: center; }
  .bio-merged-photo { width: 160px; }
  .mockup-block { max-width: 130px; }
}

@media (max-width: 680px) {
  .header-creds { display: none; }
  .mockups-row { gap: 16px; }
  .mockup-block { width: 200px; }
  .iphone-real-wrap { width: 190px; }
  .pillars-grid { grid-template-columns: 1fr; }
  .result-tiers { grid-template-columns: 1fr; }
  .quiz-body { padding: 24px 20px 0; }
  .quiz-nav { padding: 20px 20px 24px; }
  .hero-headline { font-size: clamp(36px, 12vw, 60px); }
  .jj-title { font-size: clamp(52px, 14vw, 80px); letter-spacing: -1px; }
  .jj-title-wrap { gap: 10px; }
  .app-section-title { font-size: clamp(32px, 9vw, 48px); }
  .pricing-cards { grid-template-columns: 1fr; }
}

/* ===== QUIZ RESULT — new layout ===== */
.quiz-result {
  max-width: 680px;
  margin: 0 auto;
  padding: 24px 16px 32px;
  background: transparent;
}

.result-read {
  text-align: center;
  padding: 28px 20px 0;
}
.result-read-text {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(18px, 3vw, 22px);
  color: var(--ink);
  line-height: 1.5;
  font-style: italic;
  max-width: 560px;
  margin: 0 auto 28px;
}

/* Intake form in result */
.result-intake-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 28px 28px 20px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.result-intake-label {
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.result-trial-btn {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 800;
  margin-top: 4px;
  cursor: pointer;
  border: none;
}

/* Schedule call button — more prominent, above cards */
.result-schedule-wrap {
  text-align: center;
  margin-bottom: 10px;
  padding: 20px 0 0;
}
.result-schedule-wrap .result-cards-label {
  font-size: 13px;
  color: #999;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  text-transform: none;
}
.result-schedule-btn {
  display: inline-block;
  background: var(--burgundy);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 32px;
  border-radius: 100px;
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 6px 24px rgba(91,10,27,0.25);
}
.result-schedule-btn:hover {
  background: var(--burgundy-mid);
  transform: translateY(-2px);
}

.result-divider-label {
  text-align: center;
  font-size: 12px;
  color: #bbb;
  letter-spacing: 0.08em;
  margin: 20px 0 24px;
}

/* ===== COACHING CARDS ===== */
@keyframes cardFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.result-coaching-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
}
.coaching-card {
  opacity: 0;
  animation: cardFadeUp 0.55s ease forwards;
}
.coaching-card:nth-child(1) { animation-delay: 0.1s; }
.coaching-card:nth-child(2) { animation-delay: 0.25s; }

.coaching-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 22px;
  padding: 24px 20px 20px;
  text-decoration: none;
  color: var(--ink);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.coaching-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.13);
}
.coaching-card-recommended {
  border-color: var(--gold) !important;
  box-shadow: 0 4px 24px rgba(215,179,90,0.2) !important;
}
.coaching-card-badge {
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 100px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
}
.coaching-card-tag {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 38px;
  letter-spacing: 0.2em;
  color: #888;
  margin-bottom: 6px;
}
.coaching-card-price {
  font-family: 'DM Serif Display', serif;
  font-size: 36px;
  color: var(--burgundy);
  line-height: 1;
  margin-bottom: 6px;
}
.coaching-card-price span {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #aaa;
}
.coaching-card-tagline {
  font-size: 12px;
  color: #777;
  margin-bottom: 14px;
  line-height: 1.4;
}
.coaching-card-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
}
.coaching-card-list li {
  font-size: 12px;
  color: #555;
  padding-left: 16px;
  position: relative;
  line-height: 1.4;
}
.coaching-card-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 800;
  font-size: 11px;
}
/* Free Trial button — always black, white text */
.coaching-card-cta {
  display: block;
  text-align: center;
  background: #0f0a0c;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px;
  border-radius: 12px;
  letter-spacing: 0.04em;
  transition: background 0.2s;
}
.coaching-card-cta:hover { background: #2a1a1e; }
.coaching-card-recommended .coaching-card-cta {
  background: #0f0a0c;
  color: #fff;
}
.coaching-card-recommended .coaching-card-cta:hover {
  background: #2a1a1e;
}

/* Join Now button — always gold, black text */
.coaching-card-buy {
  display: block;
  text-align: center;
  background: var(--gold);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  padding: 12px 10px;
  border-radius: 12px;
  letter-spacing: 0.03em;
  margin-top: 2px;
  transition: background 0.2s, transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 16px rgba(215,179,90,0.3);
  position: relative;
  z-index: 2;
}
.coaching-card-buy:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(215,179,90,0.4);
}
.coaching-card-recommended .coaching-card-buy {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 4px 16px rgba(215,179,90,0.3);
}
.coaching-card-recommended .coaching-card-buy:hover {
  background: var(--gold-light);
  box-shadow: 0 8px 24px rgba(215,179,90,0.4);
}

@media (max-width: 540px) {
  .result-coaching-cards { grid-template-columns: 1fr; }
  .result-intake-wrap { padding: 20px 16px; }
}

/* ===== INTAKE POPUP ===== */
.intake-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,3,6,0.75);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(6px);
}
.intake-modal {
  background: #fff;
  border-radius: 28px;
  padding: 40px 36px 32px;
  max-width: 440px;
  width: 100%;
  position: relative;
  box-shadow: 0 32px 80px rgba(0,0,0,0.35);
  animation: modalIn 0.38s cubic-bezier(0.34,1.56,0.64,1) both;
}
@keyframes modalIn {
  from { opacity:0; transform: scale(0.92) translateY(16px); }
  to   { opacity:1; transform: scale(1) translateY(0); }
}
.intake-close {
  position: absolute;
  top: 16px; right: 18px;
  background: none;
  border: none;
  font-size: 20px;
  color: #aaa;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 8px;
  transition: color 0.15s;
}
.intake-close:hover { color: var(--ink); }
.intake-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.intake-eyebrow {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 2px;
}
.intake-title {
  font-family: 'DM Serif Display', serif;
  font-size: 28px;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 2px;
}
.intake-sub {
  font-size: 14px;
  color: #666;
  line-height: 1.55;
  margin-bottom: 4px;
}
.intake-submit-btn {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  margin-top: 4px;
}
.intake-confirm {
  background: #d7b35a;
  border: none;
  border-radius: 14px;
  padding: 16px;
  font-size: 13px;
  color: #0f0a0c;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  box-shadow: 0 12px 40px rgba(0,0,0,0.22), 0 4px 14px rgba(0,0,0,0.14);
}
.intake-calendly-btn {
  display: inline-block;
  background: var(--burgundy);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: 100px;
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
  animation: intakeCalPulse 2.2s ease-in-out infinite;
}
.intake-calendly-btn:hover {
  background: var(--burgundy-mid);
  transform: translateY(-1px);
  animation-play-state: paused;
}
.intake-confirm-note {
  font-size: 11px;
  color: rgba(15,10,12,0.65);
  font-weight: 500;
}
.intake-note {
  font-size: 11px;
  color: #bbb;
  text-align: center;
  letter-spacing: 0.04em;
}


/* ============================================================
   PRICING TIERS — v91 additive styles
   ============================================================ */

/* Reusable gradient background */
.bg-gradient-burgundy {
  background: radial-gradient(ellipse at top, #3b0611 0%, #0f0a0c 60%);
}

/* ── Universal includes card ── */
.tier-includes-card {
  background: #ffffff;
  border: 3px solid #b0b0b0;
  border-radius: 18px;
  padding: 26px 24px 20px;
  margin-bottom: 32px;
}
.tier-includes-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  color: #d7b35a;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.tier-includes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 16px;
  margin-bottom: 12px;
}
@media(max-width:480px){ .tier-includes-grid{ grid-template-columns: 1fr; } }
.tier-include-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #1a0a0f;
}
.tier-include-item::before {
  content: '✓';
  color: #d7b35a;
  font-weight: 800;
  flex-shrink: 0;
}
.tier-includes-note {
  font-size: 11px;
  color: #555555;
  font-style: italic;
  margin: 0;
}

/* ── Section labels ── */
.tier-section {
  margin-bottom: 28px;
}
.tier-section-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px;
  color: #3b0611;
  letter-spacing: 0.22em;
  margin-bottom: 2px;
}
.tier-section-sub {
  font-size: 13px;
  color: #3b0611;
  margin: 0 0 12px;
  font-weight: 600;
}

/* ── Tier card rows ── */
.tier-cards-row {
  display: grid;
  gap: 12px;
}
.tier-cards-online {
  grid-template-columns: repeat(3, 1fr);
}
.tier-cards-hybrid {
  grid-template-columns: repeat(4, 1fr);
}
@media(max-width:700px){
  .tier-cards-hybrid { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:520px){
  .tier-cards-online { grid-template-columns: 1fr; }
  .tier-cards-hybrid { grid-template-columns: 1fr; }
}

/* ── Individual tier card ── */
.tier-card {
  background: #ffffff;
  border: 3px solid #b0b0b0;
  border-radius: 16px;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}
.tier-card:hover {
  border-color: #888888;
  background: #f7f7f7;
  transform: translateY(-2px);
}
.tier-card-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 19px;
  color: #1a0a0f;
  letter-spacing: 0.06em;
}
.tier-card-desc {
  font-size: 12px;
  color: #444444;
  line-height: 1.4;
  flex: 1;
  padding-bottom: 6px;
}
.tier-card.tier-card-popular {
  border-color: #3b0611;
  border-width: 3px;
  background: #ffffff;
}
.tier-card-popular-tag {
  position: absolute;
  top: 0; right: 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-bottom-left-radius: 10px;
}
.tier-card-badge {
  background: rgba(215,179,90,0.15);
  color: #d7b35a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  border-radius: 100px;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 2px;
  border: 1px solid rgba(215,179,90,0.3);
}
.tier-card-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 34px;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
}
.tier-card-price span {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
}
.tier-card-cta {
  display: block;
  background: #d7b35a;
  color: #0f0a0c;
  font-weight: 800;
  font-size: 12px;
  text-align: center;
  padding: 10px 12px;
  border-radius: 100px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.15s;
  margin-top: auto;
}
.tier-card-cta:hover {
  background: #e8c96a;
  transform: translateY(-1px);
}
.tier-card.coaching-card-recommended {
  border-color: #d7b35a;
  border-width: 3px;
  background: #fff;
}


/* ── tier join buttons (quiz result) ── */
.tier-join-btn {
  display: block;
  background: #d7b35a;
  color: #0f0a0c;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  padding: 14px;
  border-radius: 100px;
  letter-spacing: 0.03em;
  margin-top: 12px;
  transition: background 0.2s, transform 0.15s;
}
.tier-join-btn:hover {
  background: #e8c96a;
  transform: translateY(-1px);
}

/* ── Changes 4 & 11: Popular card burgundy, join btn burgundy ── */
.tier-card.tier-card-popular { border-color: #3b0611; border-width: 3px; background: #ffffff; }
.tier-card-popular-tag { background: #3b0611; color: #d7b35a; }

.tier-join-btn--burgundy {
  display: block; width: 100%; background: #5b0a1b; color: #fff;
  font-weight: 800; font-size: 14px; text-align: center;
  padding: 14px; border-radius: 100px; text-decoration: none;
  letter-spacing: 0.03em; margin-top: 12px;
  transition: background 0.2s, transform 0.15s;
  box-sizing: border-box;
}
.tier-join-btn--burgundy:hover { background: #7a1028; transform: translateY(-1px); }

/* ── CTA variants on tier cards ── */
.tier-card-cta--gold {
  display: block; background: #d7b35a; color: #0f0a0c;
  font-weight: 800; font-size: 12px; text-align: center;
  padding: 10px 12px; border-radius: 100px; text-decoration: none;
  letter-spacing: 0.02em; transition: background 0.2s, transform 0.15s;
  margin-top: auto; cursor: pointer; border: none; width: 100%;
}
.tier-card-cta--gold:hover { background: #e8c96a; transform: translateY(-1px); }

.tier-card-cta--burgundy {
  display: block; background: #3b0611; color: #fff;
  font-weight: 800; font-size: 12px; text-align: center;
  padding: 10px 12px; border-radius: 100px; text-decoration: none;
  letter-spacing: 0.02em; transition: background 0.2s, transform 0.15s;
  margin-top: auto;
}
.tier-card-cta--burgundy:hover { background: #5b0a1b; transform: translateY(-1px); }

/* ── jm-assessment-mini ── */
.jm-assessment-mini {
  margin: 0 0 10px;
}
.jm-assessment-mini__inner {
  background: rgba(59,6,17,0.06);
  border: 1.5px solid rgba(215,179,90,0.3);
  border-radius: 18px;
  padding: 22px 20px 20px;
  text-align: center;
}
.jm-assessment-mini__heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #3b0611;
  margin: 0 0 8px;
}
.jm-assessment-mini__body {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  margin: 0 0 16px;
  font-weight: 400;
}
.jm-assessment-mini__btn {
  display: inline-block;
  background: #d7b35a;
  color: #0f0a0c;
  font-weight: 800;
  font-size: 13px;
  padding: 11px 24px;
  border-radius: 100px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.2s, transform 0.15s;
}
.jm-assessment-mini__btn:hover {
  background: #e8c96a;
  transform: translateY(-1px);
}

/* ── jm-junction-score ── */
.jm-junction-score {
  background: #1c1c1e;
  border: 1.5px solid rgba(215,179,90,0.3);
  border-radius: 18px;
  padding: 22px 20px;
  margin: 24px 0 0;
  text-align: center;
}
.jm-score__total {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.jm-score__total-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px;
  color: #d7b35a;
  line-height: 1;
}
.jm-score__total-denom {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  color: rgba(215,179,90,0.5);
  line-height: 1;
}
.jm-score__total-label {
  display: block;
  width: 100%;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(215,179,90,0.7);
  margin-top: 4px;
}
.jm-score__subs {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 16px;
  flex-wrap: wrap;
}
.jm-score__sub {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(215,179,90,0.15);
  border-radius: 12px;
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 100px;
}
.jm-score__sub-name {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.jm-score__sub-val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  color: #fff;
  line-height: 1;
}
.jm-score__sub-label {
  font-size: 10px;
  color: rgba(215,179,90,0.65);
  font-weight: 600;
}

/* ── jm-assessment-mini secondary button + two-button layout ── */
.jm-assessment-mini__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jm-assessment-mini__btn + .jm-assessment-mini__btn {
  margin-top: 10px;
}
.jm-assessment-mini__btn--secondary {
  background: transparent;
  color: #3b0611;
  border: 2px solid #3b0611;
}
.jm-assessment-mini__btn--secondary:hover {
  background: rgba(59,6,17,0.07);
  transform: translateY(-1px);
}

/* ── btn-ghost--burgundy variant ── */
.btn-ghost--burgundy {
  background: #3b0611 !important;
  color: #d7b35a !important;
  border-color: #3b0611 !important;
}
.btn-ghost--burgundy:hover {
  background: #5b0a1b !important;
}

/* ── jm-cred-sub ── */
.jm-cred-sub {
  font-size: 7.5px;
  font-weight: 400;
  color: rgba(215,179,90,0.55);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ── jm-arrow-label-wrap ── */
.jm-arrow-label-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 24px 0 0;
  margin-bottom: 10px;
}
.jm-arrow-label-wrap .section-scroll-cue {
  padding: 0;
}
.jm-arrow-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(28px, 6.5vw, 42px);
  letter-spacing: 0.12em;
  color: #3b0611;
  opacity: 1;
  white-space: nowrap;
  animation: jmLabelFloat 10s ease-in-out infinite;
}

/* ── jj-quiz-sub ── */
.jj-quiz-sub {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(13px, 3vw, 16px);
  color: #1a0a0f;
  text-align: center;
  font-style: italic;
  margin: 10px auto 0;
  max-width: 340px;
  line-height: 1.55;
  letter-spacing: 0.01em;
}
.jj-quiz-sub__underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.jj-quiz-sub__hybrid {
  color: #3b0611;
  font-style: normal;
  font-weight: 700;
}
.jj-quiz-sub__online {
  color: #3b0611;
  font-style: normal;
  font-weight: 700;
}

@keyframes jmLabelFloat {
  0%, 100% { transform: translateY(0); }
  45%       { transform: translateY(-2mm); }
  55%       { transform: translateY(-2mm); }
}

/* ── jm-arrow-label-row ── */
.jm-arrow-label-row {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
}

/* ── jm-hero-btn ── */
.jm-hero-btn {
  border: 1.5px solid rgba(255,255,255,0.38) !important;
  animation: jmHeroPulse 4s ease-in-out infinite;
}

@keyframes jmHeroPulse {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.022); }
}

/* ── jm-phone17 — 3-up empty iPhone 17 shells ── */

.mockups-row:has(.jm-phone17) {
  gap: 20px;
  align-items: flex-end;
  justify-content: center;
}
.mockups-row:has(.jm-phone17) .mockup-block {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

.jm-phone17 {
  width: 72px !important;
  max-width: 72px !important;
  border-radius: 14px !important;
  padding: 2px !important;
  background: #1c1c1e !important;
  box-shadow:
    0 0 0 1px #3a3a3e,
    0 0 0 2px #1c1c1e,
    0 18px 40px rgba(0,0,0,0.28),
    0 6px 14px rgba(0,0,0,0.16) !important;
}

.jm-phone17__screen {
  border-radius: 12px !important;
  background: #0a0a0f !important;
  aspect-ratio: 9 / 19.5;
  width: 100%;
  display: block;
  position: relative;
}

.jm-phone17__screen::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 7px;
  background: #000;
  border-radius: 8px;
  z-index: 10;
}

.jm-phone17::after {
  content: '';
  display: block;
  width: 26px;
  height: 2px;
  background: rgba(255,255,255,0.22);
  border-radius: 2px;
  margin: 2px auto 0;
}

.mockups-row:has(.jm-phone17) .mockup-block:nth-child(1) .jm-phone17 {
  box-shadow:
    0 0 0 1px #3a3a3e,
    0 0 0 2px #1c1c1e,
    8px 12px 18px rgba(0,0,0,0.3),
    3px 4px 6px rgba(0,0,0,0.16) !important;
}
.mockups-row:has(.jm-phone17) .mockup-block:nth-child(3) .jm-phone17 {
  box-shadow:
    0 0 0 1px #3a3a3e,
    0 0 0 2px #1c1c1e,
    -8px 12px 18px rgba(0,0,0,0.3),
    -3px 4px 6px rgba(0,0,0,0.16) !important;
}

@keyframes intakeCalPulse {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.07); }
}

/* ── jm-phones-row: 3-up iPhone 17 shells ── */
.jm-phones-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 0 8px;
}
.jm-phones-row .jm-pb {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.jm-p17-shell {
  width: 110px;
  height: 238px;
  background: #1c1c1e;
  border-radius: 18px;
  padding: 2px;
  box-sizing: border-box;
  box-shadow:
    0 0 0 0.5px #3a3a3c,
    0 0 0 1px #1c1c1e,
    0 16px 36px rgba(0,0,0,0.35),
    0 5px 12px rgba(0,0,0,0.2);
  position: relative;
}
.jm-p17-shell::after {
  display: none;
}
.jm-p17-screen {
  width: 100%;
  height: 100%;
  background: #6e0d13;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
/* Dynamic Island */
.jm-p17-screen::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 11px;
  background: #000;
  border-radius: 8px;
  z-index: 3;
}
/* Home bar inside the screen at the bottom */
.jm-p17-screen::after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 3px;
  background: rgba(0,0,0,0.2);
  border-radius: 2px;
  z-index: 2;
}
.jm-phones-row .jm-pb:nth-child(1) .jm-p17-shell {
  box-shadow:
    0 0 0 0.5px #3a3a3c,
    0 0 0 1px #1c1c1e,
    7px 14px 22px rgba(0,0,0,0.38),
    3px 5px 8px rgba(0,0,0,0.2);
}
.jm-phones-row .jm-pb:nth-child(3) .jm-p17-shell {
  box-shadow:
    0 0 0 0.5px #3a3a3c,
    0 0 0 1px #1c1c1e,
    -7px 14px 22px rgba(0,0,0,0.38),
    -3px 5px 8px rgba(0,0,0,0.2);
}

/* ── hiw new layout rules ── */
.hiw-step-num-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.hiw-hline--left,
.hiw-hline--right {
  flex: 1;
  height: 1px;
  background: rgba(59,6,17,0.2);
  max-width: 60px;
}

/* ── jm-p17-img: screen photo fills screen from top ── */
.jm-p17-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: inherit;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
}
/* Dynamic Island and home bar render above the image */
.jm-p17-screen::before,
.jm-p17-screen::after { z-index: 3; }

/* ── Hard-angle directional shadows (45–60°, minimal blur) ── */
/* Left phone: shadow angles right-downward at ~50° */
.jm-phones-row .jm-pb:nth-child(1) .jm-p17-shell {
  box-shadow:
    0 0 0 0.5px #3a3a3c,
    0 0 0 1px #1c1c1e,
    10px 12px 4px rgba(0,0,0,0.42),
    5px 6px 2px rgba(0,0,0,0.28);
}
/* Center phone: shadow straight down */
.jm-phones-row .jm-pb:nth-child(2) .jm-p17-shell {
  box-shadow:
    0 0 0 0.5px #3a3a3c,
    0 0 0 1px #1c1c1e,
    0 14px 4px rgba(0,0,0,0.38),
    0 6px 2px rgba(0,0,0,0.22);
}
/* Right phone: shadow angles left-downward at ~50° */
.jm-phones-row .jm-pb:nth-child(3) .jm-p17-shell {
  box-shadow:
    0 0 0 0.5px #3a3a3c,
    0 0 0 1px #1c1c1e,
    -10px 12px 4px rgba(0,0,0,0.42),
    -5px 6px 2px rgba(0,0,0,0.28);
}

/* ── Phone caption text ── */
.jm-phone-caption {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px;
  font-weight: 600;
  color: #1a0a0f;
  text-align: center;
  line-height: 1.4;
  margin-top: 8px;
  width: 116px;
  word-break: break-word;
  hyphens: none;
}

/* ── Center phone stagger: top of center phone aligns with bottom of outer phones ── */
.jm-phones-row .jm-pb:nth-child(2) {
  margin-top: 238px;
}

/* ── hiw-link: hyperlinked step text inherits step styling ── */
.hiw-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(59,6,17,0.3);
  transition: border-color 0.2s, opacity 0.2s;
}
.hiw-link:hover {
  border-bottom-color: var(--burgundy);
  opacity: 0.8;
}

/* ── Calculate Junction Score button: gold text ── */
a.btn-ghost.jm-hero-btn[href="assessment.html"] {
  color: var(--gold);
  border-color: var(--gold);
}

/* ── Tighten hero trial note after pills removed ── */
.hero-trial-note {
  margin-top: 0;
}

/* ── Hero price anchor ── */
.hero-price-anchor {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.04em;
}
.hero-price-anchor strong {
  color: rgba(215,179,90,0.75);
  font-weight: 600;
}

/* ── Start My Free Trial: gold glow + slow pulse ── */
@keyframes heroButtonPulse {
  0%   { transform: scale(1);    box-shadow: 0 0 12px 2px rgba(215,179,90,0.35); }
  50%  { transform: scale(1.04); box-shadow: 0 0 22px 6px rgba(215,179,90,0.55); }
  100% { transform: scale(1);    box-shadow: 0 0 12px 2px rgba(215,179,90,0.35); }
}
.jm-hero-btn--pulse {
  animation: heroButtonPulse 3s ease-in-out infinite;
}

/* ── App section title inline variant ── */
.app-section-title--inline {
  font-size: clamp(22px, 4vw, 36px);
  line-height: 1.3;
  white-space: nowrap;
}
