/* ============================================================
   BA NAVIGATOR — Brand System
   Display: Space Grotesk · Body: Plus Jakarta Sans · Label: Space Mono
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Mono:wght@400;700&display=swap');

:root {
  /* Surfaces */
  --paper:        #f7f4ee;   /* warm off-white page bg */
  --paper-2:      #efeae0;   /* slightly deeper panel */
  --card:         #ffffff;
  --ink:          #171320;   /* near-black, slight violet */
  --ink-2:        #1f1a2b;   /* dark band bg */
  --ink-soft:     #4a4358;   /* muted body on light */
  --ink-faint:    #8a8397;

  /* Accents — harmonious L/C, varied hue */
  --violet:       #5a2bff;
  --violet-700:   #4a1fe0;
  --violet-soft:  #ece5ff;
  --coral:        #ff5a36;
  --coral-soft:   #ffe6df;
  --lime:         #b8f23a;
  --lime-ink:     #1d2b00;
  --green:        #16a06b;

  /* On-dark text */
  --on-dark:      #f4f1ea;
  --on-dark-soft: #b3acc2;

  --line:         #e4ddd0;
  --line-dark:    rgba(255,255,255,.12);

  --radius:       18px;
  --radius-lg:    26px;
  --radius-sm:    11px;
  --shadow:       0 1px 2px rgba(23,19,32,.04), 0 8px 28px rgba(23,19,32,.07);
  --shadow-lg:    0 30px 70px -28px rgba(23,19,32,.4);

  --maxw:         1200px;
  --ease:         cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1,h2,h3,h4 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; line-height: 1.04; letter-spacing: -.02em; margin: 0; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* Mono eyebrow label */
.eyebrow {
  font-family: 'Space Mono', monospace;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--violet);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--coral); display: inline-block; }
.eyebrow--on-dark { color: var(--lime); }
.eyebrow--on-dark::before { background: var(--coral); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700; font-size: 15.5px;
  padding: 13px 22px; border-radius: 100px;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s, color .18s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--coral); color: #fff; box-shadow: 0 10px 24px -8px rgba(255,90,54,.6); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -10px rgba(255,90,54,.7); }
.btn--violet { background: var(--violet); color: #fff; box-shadow: 0 10px 24px -8px rgba(90,43,255,.55); }
.btn--violet:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -10px rgba(90,43,255,.65); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--light { background: var(--paper); color: var(--ink); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--lg { padding: 17px 30px; font-size: 17px; }
.btn .arrow { transition: transform .2s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }

/* Pills / chips */
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: 'Space Mono', monospace; font-size: 12px; font-weight: 700;
  letter-spacing: .04em;
  padding: 6px 12px; border-radius: 100px;
  background: var(--violet-soft); color: var(--violet-700);
}
.chip--coral { background: var(--coral-soft); color: var(--coral); }
.chip--lime  { background: var(--lime); color: var(--lime-ink); }
.chip--green { background: #d9f5e8; color: var(--green); }
.chip--dark  { background: rgba(255,255,255,.1); color: var(--on-dark); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 80;
  transition: background .3s, box-shadow .3s, padding .3s;
  padding: 18px 0;
}
.nav.scrolled { background: rgba(247,244,238,.85); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); padding: 12px 0; }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 21px; letter-spacing: -.02em; }
.brand__mark {
  width: 34px; height: 34px; border-radius: 10px; flex: none;
  background: var(--ink); color: var(--lime);
  display: grid; place-items: center;
  transform: rotate(0deg);
}
.brand__mark svg { width: 18px; height: 18px; }
.brand b { color: var(--violet); font-weight: 700; }
.nav__links { display: flex; gap: 30px; align-items: center; flex-wrap: nowrap; }
.nav__links a { font-weight: 600; font-size: 15px; color: var(--ink-soft); position: relative; padding: 4px 0; white-space: nowrap; }
.nav__links .btn--primary { display: none; }  /* shown only inside mobile menu */
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--coral); transition: width .22s var(--ease); }
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { width: 100%; }
.nav__cta { display: flex; align-items: center; gap: 12px; }
.nav__burger { display: none; width: 44px; height: 44px; border: 1.5px solid var(--ink); background: transparent; border-radius: 12px; cursor: pointer; align-items: center; justify-content: center; }
.nav__burger span, .nav__burger span::before, .nav__burger span::after { content:""; display:block; width: 20px; height: 2px; background: var(--ink); position: relative; transition: .2s; }
.nav__burger span::before { position: absolute; top: -6px; }
.nav__burger span::after { position: absolute; top: 6px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: 46px 0 40px; }
.hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(40px, 6vw, 76px); margin: 20px 0 0; }
.hero h1 .hl { position: relative; color: var(--violet); white-space: nowrap; }
.hero h1 .hl svg { position: absolute; left: 0; right: 0; bottom: -10px; width: 100%; height: 14px; }
.hero__sub { margin-top: 22px; font-size: clamp(16px,1.6vw,19px); color: var(--ink-soft); max-width: 540px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; align-items: center; }
.hero__trust .ht { display: flex; align-items: baseline; gap: 7px; }
.hero__trust .ht b { font-family: 'Space Grotesk', sans-serif; font-size: 21px; }
.hero__trust .ht span { font-size: 13px; color: var(--ink-faint); }
.hero__trust .sep { width: 1px; height: 26px; background: var(--line); }

/* hero visual */
.hero__visual { position: relative; }
.portrait {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 4/4.4; background:
    repeating-linear-gradient(135deg, #e7ddff 0 14px, #ddd0ff 14px 28px);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-lg);
  display: grid; place-items: center;
}
.portrait .ph-label { font-family:'Space Mono',monospace; font-size: 13px; color: var(--violet-700); background: rgba(255,255,255,.7); padding: 8px 14px; border-radius: 100px; }
.portrait::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(23,19,32,.28), transparent 45%); }
.float-chip {
  position: absolute; z-index: 3; background: var(--card); border-radius: 14px;
  box-shadow: var(--shadow); padding: 11px 15px; display: flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 14px; border: 1px solid var(--line);
}
.float-chip .big { font-family:'Space Grotesk',monospace; font-size: 20px; }
.float-chip--tl { top: 20px; left: -26px; }
.float-chip--br { bottom: 26px; right: -22px; }
.float-chip--ml { bottom: 110px; left: -34px; }
.float-chip i { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; flex: none; }
.float-chip i.v { background: var(--violet-soft); color: var(--violet); }
.float-chip i.c { background: var(--coral-soft); color: var(--coral); }
.float-chip i.l { background: var(--lime); color: var(--lime-ink); }

.badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-family:'Space Mono',monospace; font-size: 12px; font-weight: 700;
  padding: 8px 13px; border-radius: 10px; background: var(--card); border: 1px solid var(--line);
  color: var(--ink-soft);
}
.badge .dot { width: 7px; height: 7px; border-radius: 50%; }

/* ============================================================
   SECTION SCAFFOLD
   ============================================================ */
.section { padding: 92px 0; }
.section--tight { padding: 66px 0; }
.section__head { max-width: 720px; margin-bottom: 48px; }
.section__head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section h2 { font-size: clamp(30px, 4.2vw, 50px); margin-top: 16px; }
.section__head p { margin-top: 16px; color: var(--ink-soft); font-size: 18px; }

.band { background: var(--ink-2); color: var(--on-dark); }
.band h2, .band h3 { color: var(--on-dark); }
.band .section__head p { color: var(--on-dark-soft); }

/* ============================================================
   PAIN POINTS
   ============================================================ */
.pains { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.pain-col { background: rgba(255,255,255,.04); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 30px; }
.pain-col h3 { font-size: 22px; display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.pain-col h3 .num { font-family:'Space Mono',monospace; color: var(--lime); font-size: 15px; }
.pain-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 13px; }
.pain-list li { display: flex; gap: 13px; align-items: flex-start; color: var(--on-dark-soft); font-size: 15.5px; line-height: 1.45; }
.pain-list li .x { flex: none; width: 22px; height: 22px; border-radius: 7px; background: rgba(255,90,54,.16); color: var(--coral); display: grid; place-items: center; font-size: 12px; margin-top: 1px; }
.pain-cta { margin-top: 46px; text-align: center; }
.pain-cta .turn { font-family:'Space Grotesk',sans-serif; font-size: clamp(24px,3.4vw,38px); font-weight:700; color: var(--on-dark); max-width: 800px; margin: 0 auto 26px; }
.pain-cta .turn b { color: var(--lime); }

/* ============================================================
   ABOUT
   ============================================================ */
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.about__media { position: relative; }
.about__media .portrait { aspect-ratio: 1/1; }
.about__stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 16px; }
.about__stats .s { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 14px; text-align: center; }
.about__stats .s b { display: block; font-family:'Space Grotesk',sans-serif; font-size: 24px; }
.about__stats .s span { font-size: 12px; color: var(--ink-faint); }
.about h2 { font-size: clamp(28px,3.8vw,44px); }
.about p { color: var(--ink-soft); margin-top: 18px; font-size: 17px; }
.about .signature { margin-top: 22px; font-family:'Space Grotesk',sans-serif; }
.about .signature b { display:block; font-size: 19px; }
.about .signature span { color: var(--ink-faint); font-size: 14px; }
.socials { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.social {
  width: 46px; height: 46px; border-radius: 13px; border: 1px solid var(--line);
  background: var(--card); display: grid; place-items: center; transition: .18s var(--ease); color: var(--ink);
}
.social:hover { transform: translateY(-3px); background: var(--ink); color: var(--paper); }
.social svg { width: 19px; height: 19px; }

/* ============================================================
   PRODUCT / COURSE CARDS
   ============================================================ */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.filter {
  font-family:'Plus Jakarta Sans',sans-serif; font-weight: 700; font-size: 14.5px;
  padding: 10px 18px; border-radius: 100px; border: 1.5px solid var(--line);
  background: var(--card); cursor: pointer; color: var(--ink-soft); transition: .18s;
}
.filter:hover { border-color: var(--ink); color: var(--ink); }
.filter.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cards--two { grid-template-columns: repeat(2,1fr); }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; display: flex; flex-direction: column; position: relative; overflow: hidden;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
}
.card::before { content:""; position: absolute; left:0; top:0; height: 4px; width: 100%; background: var(--violet); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card[data-cat="call"]::before, .card[data-cat="dm"]::before { background: var(--coral); }
.card[data-cat="package"]::before { background: var(--lime); }
.card__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.card__type { font-family:'Space Mono',monospace; font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); }
.card__rating { display: inline-flex; align-items: center; gap: 4px; font-weight: 700; font-size: 13px; color: var(--ink); }
.card__rating svg { width: 14px; height: 14px; color: #f5a623; }
.card h3 { font-size: 20px; line-height: 1.12; }
.card__desc { color: var(--ink-soft); font-size: 14.5px; margin-top: 10px; flex: 1; }
.card__incl { margin-top: 14px; display: grid; gap: 6px; }
.card__incl .row { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; color: var(--ink-soft); padding: 8px 12px; background: var(--paper-2); border-radius: 9px; }
.card__incl .row b { color: var(--ink); font-weight: 600; }
.card__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px dashed var(--line); }
.price { display: flex; align-items: baseline; gap: 8px; }
.price .now { font-family:'Space Grotesk',sans-serif; font-size: 24px; font-weight: 700; }
.price .was { font-size: 14px; color: var(--ink-faint); text-decoration: line-through; }
.price .free { font-family:'Space Grotesk',sans-serif; font-size: 22px; font-weight: 700; color: var(--green); }
.card__go { width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: var(--paper); display: grid; place-items: center; flex: none; transition: .18s var(--ease); }
.card:hover .card__go { background: var(--coral); transform: rotate(-2deg) scale(1.06); }
.tag-abs { position: absolute; top: 16px; right: 16px; }

.duration { font-family:'Space Mono',monospace; font-size: 11.5px; color: var(--ink-faint); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.rev-head { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; margin-bottom: 40px; }
.rev-score { display: flex; gap: 26px; flex-wrap: wrap; }
.rev-score .b { text-align: center; }
.rev-score .b .n { font-family:'Space Grotesk',sans-serif; font-size: 40px; font-weight: 700; line-height: 1; }
.rev-score .b .l { font-size: 13px; color: var(--ink-faint); margin-top: 6px; }
.rev-tags { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 16px; }

.reviews { columns: 3; column-gap: 22px; }
.review {
  break-inside: avoid; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px; margin-bottom: 22px;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease);
}
.review:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.review.hidden-rev { display: none; }
.review__stars { color: #f5a623; font-size: 13px; letter-spacing: 2px; margin-bottom: 10px; }
.review__text { font-size: 15px; line-height: 1.5; color: var(--ink); }
.review__who { margin-top: 16px; display: flex; align-items: center; gap: 11px; }
.review__who .av { width: 36px; height: 36px; border-radius: 50%; background: var(--violet-soft); color: var(--violet-700); display: grid; place-items: center; font-weight: 700; font-family:'Space Grotesk',sans-serif; flex:none; }
.review__who b { font-size: 14px; }
.review__who span { font-size: 12px; color: var(--ink-faint); display: block; }
.reviews-more { text-align: center; margin-top: 8px; }

/* ============================================================
   CREDIBILITY STRIP
   ============================================================ */
.cred { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-dark); }
.cred .c { padding: 38px 28px; text-align: center; border-right: 1px solid var(--line-dark); }
.cred .c:last-child { border-right: none; }
.cred .c .n { font-family:'Space Grotesk',sans-serif; font-size: clamp(36px,5vw,56px); font-weight: 700; color: var(--lime); line-height: 1; }
.cred .c .l { color: var(--on-dark-soft); font-size: 14px; margin-top: 10px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; align-items: center; font-family:'Space Grotesk',sans-serif; font-weight: 600; font-size: clamp(17px,2.2vw,21px); color: var(--ink); }
.faq-icon { flex: none; width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--ink); display: grid; place-items: center; transition: .2s var(--ease); position: relative; }
.faq-icon::before, .faq-icon::after { content:""; position: absolute; background: var(--ink); transition: .2s; }
.faq-icon::before { width: 12px; height: 2px; }
.faq-icon::after { width: 2px; height: 12px; }
.faq-item.open .faq-icon { background: var(--coral); border-color: var(--coral); }
.faq-item.open .faq-icon::before, .faq-item.open .faq-icon::after { background: #fff; }
.faq-item.open .faq-icon::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq-a p { padding: 0 0 24px; color: var(--ink-soft); font-size: 16px; max-width: 90%; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.finalcta { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--violet); color: #fff; padding: 64px; text-align: center; }
.finalcta::before { content:""; position:absolute; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(184,242,58,.35), transparent 70%); top: -180px; right: -120px; }
.finalcta::after { content:""; position:absolute; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(255,90,54,.4), transparent 70%); bottom: -180px; left: -100px; }
.finalcta__in { position: relative; z-index: 2; }
.finalcta h2 { font-size: clamp(30px,4.6vw,52px); color: #fff; }
.finalcta p { color: rgba(255,255,255,.85); font-size: 18px; margin-top: 16px; max-width: 540px; margin-left: auto; margin-right: auto; }
.signup { display: flex; gap: 10px; max-width: 480px; margin: 28px auto 0; }
.signup input { flex: 1; border: none; border-radius: 100px; padding: 15px 22px; font-family:'Plus Jakarta Sans',sans-serif; font-size: 15px; outline: 3px solid transparent; transition: outline .15s; }
.signup input:focus { outline: 3px solid rgba(255,255,255,.5); }
.signup .err { outline: 3px solid var(--coral); }
.signup-msg { min-height: 22px; margin-top: 12px; font-size: 14px; font-weight: 600; color: var(--lime); }
.finalcta__or { margin-top: 20px; font-size: 14px; color: rgba(255,255,255,.8); }
.finalcta__or a { color: #fff; text-decoration: underline; font-weight: 700; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink); color: var(--on-dark); padding: 64px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--line-dark); }
.footer .brand { color: var(--on-dark); }
.footer p { color: var(--on-dark-soft); margin-top: 16px; max-width: 320px; font-size: 15px; }
.footer h4 { font-family:'Space Mono',monospace; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--on-dark-soft); margin-bottom: 16px; }
.footer__col a { display: block; color: var(--on-dark); margin-bottom: 11px; font-size: 15px; opacity: .85; transition: .15s; }
.footer__col a:hover { opacity: 1; color: var(--lime); }
.footer__bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 26px; font-size: 13px; color: var(--on-dark-soft); flex-wrap: wrap; }
.footer .socials { margin-top: 22px; }
.footer .social { background: rgba(255,255,255,.06); border-color: var(--line-dark); color: var(--on-dark); }
.footer .social:hover { background: var(--lime); color: var(--ink); }

/* ============================================================
   HERO — FEATURED MASTERCLASS CARD (replaces headshot)
   ============================================================ */
.mc-hero {
  display: block; position: relative;
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-lg);
  background: #0e2f5c;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.mc-hero:hover { transform: translateY(-4px); box-shadow: 0 42px 84px -30px rgba(14,47,92,.5); }
.mc-hero img { width: 100%; display: block; }
.mc-hero__ribbon {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-family:'Space Mono',monospace; font-size: 11px; font-weight: 700; letter-spacing: .06em;
  padding: 7px 12px; border-radius: 100px; background: var(--lime); color: var(--lime-ink);
}

/* ============================================================
   ABOUT — ANIMATED BA WORKSPACE VISUAL (replaces headshot)
   ============================================================ */
.bizviz {
  position: relative; aspect-ratio: 1/1; border-radius: var(--radius-lg); overflow: hidden;
  background: linear-gradient(165deg, #0e2f5c 0%, #15407a 55%, #1d2b4f 100%);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-lg);
  padding: 28px; display: flex; flex-direction: column; gap: 18px; color: #eaf1ff;
}
.bizviz::after { content:""; position:absolute; inset:0; background: radial-gradient(420px 300px at 85% 12%, rgba(184,242,58,.16), transparent 70%); pointer-events:none; }
.bizviz__top { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.bizviz__top .dots { display: flex; gap: 6px; }
.bizviz__top .dots span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.22); }
.bizviz__top .lbl { font-family:'Space Mono',monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(234,241,255,.72); }
.bizviz__card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 18px; position: relative; z-index: 1; }
.bizviz__card h5 { margin: 0 0 4px; font-family:'Space Grotesk',sans-serif; font-size: 13px; font-weight: 600; color: rgba(234,241,255,.78); letter-spacing: .02em; }
.bizviz__card .big { font-family:'Space Grotesk',sans-serif; font-size: 30px; font-weight: 700; }
.bizviz__bars { display: flex; align-items: flex-end; gap: 10px; height: 96px; flex: 1; position: relative; z-index: 1; padding: 0 2px; }
.bizviz__bars i { flex: 1; border-radius: 7px 7px 3px 3px; background: linear-gradient(180deg, var(--lime), #8fce1f); transform-origin: bottom; transform: scaleY(.12); animation: bizGrow 2.4s var(--ease) infinite alternate; }
.bizviz__bars i:nth-child(1){ --h:.55; animation-delay:.0s; background:linear-gradient(180deg,#7fb2ff,#4f86e8); }
.bizviz__bars i:nth-child(2){ --h:.78; animation-delay:.15s; }
.bizviz__bars i:nth-child(3){ --h:.40; animation-delay:.3s; background:linear-gradient(180deg,#7fb2ff,#4f86e8); }
.bizviz__bars i:nth-child(4){ --h:1;   animation-delay:.45s; }
.bizviz__bars i:nth-child(5){ --h:.62; animation-delay:.6s; background:linear-gradient(180deg,#7fb2ff,#4f86e8); }
.bizviz__bars i:nth-child(6){ --h:.86; animation-delay:.75s; }
@keyframes bizGrow { from { transform: scaleY(.12); } to { transform: scaleY(var(--h)); } }
.bizviz__chips { display: flex; gap: 8px; flex-wrap: wrap; position: relative; z-index: 1; }
.bizviz__chips span { font-family:'Space Mono',monospace; font-size: 10.5px; font-weight: 700; letter-spacing: .04em; padding: 6px 10px; border-radius: 100px; background: rgba(255,255,255,.1); color: #eaf1ff; }
@media (prefers-reduced-motion: reduce) { .bizviz__bars i { animation: none; transform: scaleY(var(--h)); } }

/* ============================================================
   STICKY BOOKING NUDGE BAR
   ============================================================ */
.booknudge {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: rgba(255,255,255,.92); backdrop-filter: blur(14px);
  border-top: 1px solid var(--line); box-shadow: 0 -10px 40px -16px rgba(23,19,32,.28);
  transform: translateY(110%); transition: transform .35s var(--ease);
}
.booknudge.show { transform: translateY(0); }
.booknudge__in { max-width: var(--maxw); margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; gap: 18px; }
.booknudge__info { display: flex; align-items: center; gap: 16px; min-width: 0; }
.booknudge__tag { width: 46px; height: 46px; border-radius: 12px; flex: none; background: #0e2f5c; color: var(--lime); display: grid; place-items: center; font-family:'Space Grotesk',sans-serif; font-weight: 700; font-size: 13px; line-height: 1; text-align: center; }
.booknudge__txt { min-width: 0; }
.booknudge__txt b { font-family:'Space Grotesk',sans-serif; font-size: 15.5px; display: block; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.booknudge__txt span { font-size: 12.5px; color: var(--ink-faint); }
.booknudge__price { margin-left: auto; display: flex; align-items: baseline; gap: 8px; }
.booknudge__price .now { font-family:'Space Grotesk',sans-serif; font-size: 22px; font-weight: 700; }
.booknudge__price .was { font-size: 13px; color: var(--ink-faint); text-decoration: line-through; }
.booknudge__close { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: var(--card); color: var(--ink-soft); font-size: 18px; line-height: 1; cursor: pointer; flex: none; display: grid; place-items: center; transition: .15s; }
.booknudge__close:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
@media (max-width: 720px) {
  .booknudge__in { padding: 10px 16px; gap: 12px; }
  .booknudge__txt span { display: none; }
  .booknudge__price .was { display: none; }
  .booknudge .btn { padding: 12px 18px; font-size: 14px; }
}

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { transform: translateY(22px); transition: transform .6s var(--ease); }
.reveal.in { transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { transform: none; transition: none; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__visual { max-width: 420px; }
  .about { grid-template-columns: 1fr; gap: 36px; }
  .cards, .cards--two { grid-template-columns: repeat(2,1fr); }
  .reviews { columns: 2; }
  .cred { grid-template-columns: repeat(2,1fr); }
  .cred .c:nth-child(2) { border-right: none; }
  .cred .c:nth-child(1),.cred .c:nth-child(2) { border-bottom: 1px solid var(--line-dark); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav__links { display: none; }
  .nav__cta .btn--primary { display: none; }
  .nav__burger { display: flex; }
  .nav.open .nav__links {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper); padding: 18px 24px; gap: 14px; box-shadow: var(--shadow); border-top: 1px solid var(--line);
  }
  .nav.open .nav__links .btn--primary { display: inline-flex; margin-top: 6px; }
  .pains { grid-template-columns: 1fr; }
  .cards, .cards--two { grid-template-columns: 1fr; }
  .reviews { columns: 1; }
  .section { padding: 64px 0; }
  .rev-head { grid-template-columns: 1fr; }
  .signup { flex-direction: column; }
  .signup .btn { justify-content: center; }
  .finalcta { padding: 44px 26px; }
  .float-chip--tl { left: 6px; }
  .float-chip--br { right: 6px; }
  .float-chip--ml { display: none; }
  .footer__grid { grid-template-columns: 1fr; }
}
