/* =====================================================
   Brand Growth — Interactive Educational Guide
   Original layout. No homepage hero/bento reuse.
   Tokens from main.css (navy / teal / coral).
   ===================================================== */

.bg-page {
  --bg-ink: #001830;
  --bg-navy: #01284F;
  --bg-teal: #005F8D;
  --bg-teal-soft: #DCEEF6;
  --bg-paper: #FFFBF7;
  --bg-mist: #F2F8FB;
  --bg-line: rgba(1, 40, 79, 0.12);
  --bg-glow: rgba(0, 95, 141, 0.35);
  --bg-coral: #FF4D2E;
  --bg-coral-dark: #D93A1D;
  --bg-gold: #FFC700;
  --font-guide: "Plus Jakarta Sans", "Inter", sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  color: var(--text-primary);
  background: var(--bg-paper);
  overflow-x: clip;
}

.bg-page h1,
.bg-page h2,
.bg-page h3,
.bg-page h4 {
  font-family: var(--font-guide);
  letter-spacing: -0.02em;
}

/* ---- Shared scaffolding ---- */
.guide-section {
  position: relative;
  padding: clamp(2.25rem, 4vw, 3.5rem) 0;
}

.guide-section.deferred {
  content-visibility: auto;
  contain-intrinsic-size: auto 1px;
}

#packages {
  padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

#faq {
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.guide-section--ink {
  background: linear-gradient(165deg, var(--bg-ink) 0%, var(--bg-navy) 55%, #003a5c 100%);
  color: #fff;
}

.guide-section--mist {
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(0, 95, 141, 0.08), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 100%, rgba(255, 77, 46, 0.06), transparent 50%),
    var(--bg-mist);
}

.guide-section--paper {
  background:
    linear-gradient(180deg, rgba(220, 238, 246, 0.35), transparent 30%),
    var(--bg-paper);
}

.guide-section--teal-wash {
  background:
    linear-gradient(135deg, #e8f4fa 0%, var(--bg-paper) 40%, #fff5f1 100%);
}

.chapter-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bg-teal);
  margin-bottom: 0.55rem;
}

.guide-section--ink .chapter-label {
  color: var(--bg-gold);
}

.chapter-label::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.guide-title {
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 0.55rem;
  max-width: 22ch;
}

.guide-section--ink .guide-title {
  color: #fff;
}

.guide-lede {
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  line-height: 1.55;
  color: var(--text-secondary);
  max-width: 58ch;
  margin-bottom: 1.25rem;
}

.guide-section--ink .guide-lede {
  color: rgba(255, 255, 255, 0.78);
}

.guide-header {
  margin-bottom: clamp(1.15rem, 2.5vw, 1.85rem);
}

.guide-header--center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.guide-header--center .guide-title,
.guide-header--center .guide-lede {
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}

/* ---- Guide CTAs (page-local, not homepage buttons) ---- */
.guide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.6rem;
  border-radius: 4px;
  font-family: var(--font-guide);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s ease, background 0.2s ease;
}

.guide-btn:hover {
  transform: translateY(-2px);
}

.guide-btn--primary {
  background: var(--bg-coral);
  color: #fff;
  box-shadow: 0 12px 28px rgba(255, 77, 46, 0.28);
}

.guide-btn--primary:hover {
  background: var(--bg-coral-dark);
  box-shadow: 0 16px 36px rgba(255, 77, 46, 0.35);
}

.guide-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
}

.guide-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}

.guide-btn--ink {
  background: var(--bg-navy);
  color: #fff;
}

.guide-btn svg {
  width: 18px;
  height: 18px;
}

/* ---- Scroll reveal ---- */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

[data-reveal][data-delay="1"] { transition-delay: 0.08s; }
[data-reveal][data-delay="2"] { transition-delay: 0.16s; }
[data-reveal][data-delay="3"] { transition-delay: 0.24s; }
[data-reveal][data-delay="4"] { transition-delay: 0.32s; }

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

@media (prefers-reduced-motion: no-preference) {
  @supports ((animation-timeline: view()) and (animation-range: entry)) {
    .guide-parallax-soft {
      animation: guideParallaxDrift linear both;
      animation-timeline: view();
      animation-range: entry 0% exit 100%;
    }

    @keyframes guideParallaxDrift {
      from { transform: translateY(-18px); }
      to { transform: translateY(18px); }
    }
  }
}

/* =====================================================
   SECTION 1 — Hero
   ===================================================== */
.guide-hero {
  position: relative;
  min-height: min(78vh, 720px);
  padding: 7rem 0 3rem;
  background:
    radial-gradient(ellipse 70% 55% at 85% 35%, rgba(0, 95, 141, 0.45), transparent 60%),
    radial-gradient(ellipse 50% 40% at 15% 80%, rgba(255, 77, 46, 0.12), transparent 55%),
    linear-gradient(155deg, #00101f 0%, var(--bg-ink) 40%, var(--bg-navy) 100%);
  color: #fff;
  overflow: hidden;
}

.guide-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.guide-hero__title {
  font-size: clamp(2.2rem, 5.2vw, 3.75rem);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 1.35rem;
  max-width: 14ch;
}

.guide-hero__title em {
  font-style: normal;
  color: var(--bg-gold);
}

.guide-hero__sub {
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  max-width: 40ch;
  margin-bottom: 1rem;
}

.guide-hero__sub + .guide-hero__sub {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

.guide-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.guide-hero__noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Journey illustration — pulse stays on the rail, never on icons */
.journey-board {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1.1rem 1rem 1rem;
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.journey-board__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 0.25rem;
  text-align: center;
}

.journey-board__hint {
  margin: 0 0 0.85rem;
  text-align: center;
  font-size: 0.74rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
}

.journey-track {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-left: 0.15rem;
}

.journey-rail {
  position: absolute;
  left: 17px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  z-index: 0;
  pointer-events: none;
}

.journey-rail__line {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 2px;
}

.journey-rail__pulse {
  position: absolute;
  left: 50%;
  top: 0;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 50%;
  background: var(--bg-gold);
  box-shadow: 0 0 0 3px rgba(255, 199, 0, 0.22), 0 0 14px rgba(255, 199, 0, 0.55);
  transition: top 0.5s var(--ease-out);
  z-index: 1;
}

.journey-step {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0.7rem;
  align-items: center;
  padding: 0.35rem 0.35rem 0.35rem 0;
  opacity: 0.42;
  transition: opacity 0.35s ease;
  z-index: 2;
}

.journey-step.is-active {
  opacity: 1;
}

.journey-step__node {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.78);
  position: relative;
  z-index: 2;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.journey-step.is-active .journey-step__node {
  background: rgba(0, 95, 141, 0.55);
  border-color: rgba(255, 199, 0, 0.55);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 95, 141, 0.28);
}

.journey-step__node svg {
  width: 16px;
  height: 16px;
}

.journey-step__body {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}

.journey-step__text {
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.journey-step__sub {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.3;
}

.journey-step.is-active .journey-step__sub {
  color: rgba(255, 255, 255, 0.72);
}

.journey-walker,
.journey-particles,
.journey-rail__flow {
  display: none !important;
}

/* =====================================================
   SECTION 2 — Practical buyer checkpoints
   ===================================================== */
.buy-section {
  padding: clamp(2.25rem, 4.5vw, 3.5rem) 0;
  background:
    radial-gradient(ellipse 70% 50% at 10% 0%, rgba(0, 95, 141, 0.08), transparent 55%),
    linear-gradient(180deg, #eaf4f8 0%, var(--bg-paper) 55%, #fff 100%);
}

.buy-section__title {
  max-width: 20ch;
}

.buy-truth {
  max-width: 820px;
  margin: 0 auto 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--bg-line);
  border-left: 3px solid var(--bg-coral);
  box-shadow: 0 8px 22px rgba(1, 40, 79, 0.05);
}

.buy-truth p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-secondary);
}

.buy-truth strong {
  color: var(--bg-navy);
}

.buy-journey {
  max-width: 1000px;
  margin: 0 auto 1rem;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out);
}

.buy-journey.is-live {
  opacity: 1;
  transform: none;
}

.buy-example {
  margin-bottom: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(1, 40, 79, 0.96), #005f8d);
  color: #fff;
}

.buy-example__label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.buy-example__label span {
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.7;
  margin-left: 0.35rem;
}

.buy-example__path {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  counter-reset: buy-step;
}

.buy-example__path li {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  min-width: 7.5rem;
  position: relative;
}

.buy-example__path li::before {
  content: counter(buy-step);
  counter-increment: buy-step;
  position: absolute;
  top: -0.35rem;
  left: -0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.58rem;
  font-weight: 800;
  background: var(--bg-gold);
  color: #01284F;
}

.buy-example__path strong {
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
}

.buy-example__path span {
  font-size: 0.68rem;
  opacity: 0.75;
  line-height: 1.3;
}

.buy-checkgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.buy-check {
  background: #fff;
  border: 1px solid var(--bg-line);
  border-radius: 12px;
  padding: 0.85rem 0.9rem;
  box-shadow: 0 8px 20px rgba(1, 40, 79, 0.04);
}

.buy-check--loop {
  border-color: rgba(255, 77, 46, 0.22);
  box-shadow: 0 8px 22px rgba(255, 77, 46, 0.06);
}

.buy-check--act {
  border-color: rgba(16, 140, 90, 0.22);
}

.buy-check__head {
  margin-bottom: 0.65rem;
}

.buy-check__kicker {
  display: inline-block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bg-teal);
  margin-bottom: 0.25rem;
}

.buy-check--loop .buy-check__kicker { color: var(--bg-coral); }
.buy-check--act .buy-check__kicker { color: #0f8a58; }

.buy-check__head h3 {
  margin: 0 0 0.2rem;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--bg-navy);
}

.buy-check__head p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.4;
  color: var(--text-secondary);
}

.buy-check__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.buy-check__list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 0.5rem;
  align-items: start;
  padding: 0.45rem 0.5rem;
  border-radius: 8px;
  background: #f7fbfe;
  border: 1px solid rgba(1, 40, 79, 0.06);
}

.buy-check--loop .buy-check__list li {
  background: #fff8f6;
}

.buy-check--act .buy-check__list li {
  background: #f3faf6;
}

.buy-check__list svg {
  width: 16px;
  height: 16px;
  margin-top: 0.15rem;
  color: var(--bg-teal);
}

.buy-check--loop .buy-check__list svg { color: var(--bg-coral); }
.buy-check--act .buy-check__list svg { color: #0f8a58; }

.buy-check__list strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--bg-navy);
  line-height: 1.25;
}

.buy-check__list span {
  display: block;
  font-size: 0.72rem;
  color: var(--text-secondary);
  line-height: 1.35;
  margin-top: 0.1rem;
}

.buy-footnote {
  margin: 0.75rem auto 0;
  max-width: 54ch;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-secondary);
}

.buy-warning {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem 1.1rem 1.1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(1, 40, 79, 0.96) 0%, #005f8d 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(1, 40, 79, 0.2);
  position: relative;
  overflow: hidden;
}

.buy-warning::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 0%, rgba(255, 77, 46, 0.25), transparent 45%);
  pointer-events: none;
}

.buy-warning__title {
  position: relative;
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 0.7rem;
}

.buy-warning__chips {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.8rem;
}

.buy-chip {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.32rem 0.55rem;
  border-radius: 7px;
  background: rgba(255, 77, 46, 0.18);
  border: 1px solid rgba(255, 120, 100, 0.45);
  color: #ffe4de;
}

.buy-chip::before {
  content: "✕";
  margin-right: 0.3rem;
  font-size: 0.65rem;
}

.buy-warning__success {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  background: rgba(16, 140, 90, 0.22);
  border: 1px solid rgba(120, 220, 170, 0.35);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.4;
  color: #e8fff4;
}

.buy-warning__check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #1fad6d;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  margin-top: 0.05rem;
}

@media (max-width: 900px) {
  .buy-checkgrid {
    grid-template-columns: 1fr;
  }

}

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

/* =====================================================
   SECTION 4 — Platform chain (compact + connect-the-dots)
   ===================================================== */
.platform-path {
  margin: 0 0 1.25rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.35rem;
  scrollbar-width: thin;
}

.platform-path ol {
  list-style: none;
  margin: 0;
  padding: 0.35rem 0.15rem 0.55rem;
  display: flex;
  align-items: center;
  gap: 0;
  min-width: max-content;
}

.platform-path li {
  display: flex;
  align-items: center;
}

.platform-path li:not(:last-child)::after {
  content: "";
  width: 18px;
  height: 2px;
  margin: 0 0.2rem;
  background: linear-gradient(90deg, var(--bg-teal), rgba(255, 77, 46, 0.65));
  border-radius: 2px;
  flex-shrink: 0;
}

.platform-path a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  color: var(--bg-navy);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.35rem 0.55rem 0.35rem 0.3rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--bg-line);
  white-space: nowrap;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.platform-path a:hover,
.platform-path a:focus-visible {
  border-color: rgba(0, 95, 141, 0.45);
  background: var(--bg-teal-soft);
  transform: translateY(-1px);
}

.platform-path a span {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.62rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, var(--bg-navy), var(--bg-teal));
}

.platform-chain {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  position: relative;
  padding-left: 0.15rem;
}

.platform-card {
  display: grid;
  grid-template-columns: 14px 48px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  background: #fff;
  border: 1px solid var(--bg-line);
  border-radius: 12px;
  padding: 0.85rem 1rem 0.9rem 0.55rem;
  position: relative;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s ease, border-color 0.25s ease;
  scroll-margin-top: 5.5rem;
}

.platform-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 95, 141, 0.28);
  box-shadow: 0 12px 28px rgba(1, 40, 79, 0.08);
}

.platform-card__rail {
  position: relative;
  display: flex;
  justify-content: center;
  align-self: stretch;
  min-height: 100%;
}

.platform-card__rail::before {
  content: "";
  position: absolute;
  top: 1.15rem;
  bottom: -0.9rem;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--bg-teal), rgba(255, 77, 46, 0.55));
  opacity: 0.55;
}

.platform-card--last .platform-card__rail::before {
  display: none;
}

.platform-dot {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin-top: 1.05rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-coral);
  box-shadow: 0 0 0 3px rgba(255, 77, 46, 0.15);
}

.platform-card__index {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--bg-navy), var(--bg-teal));
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.platform-card__index svg {
  width: 20px;
  height: 20px;
}

.platform-card__body {
  min-width: 0;
}

.platform-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  margin-bottom: 0.55rem;
}

.platform-step {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--bg-teal);
}

.platform-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
  color: var(--bg-navy);
  flex: 1 1 auto;
}

.platform-link {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--bg-coral);
  text-decoration: none;
  white-space: nowrap;
  margin-left: auto;
}

.platform-link:hover {
  text-decoration: underline;
}

.platform-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem 0.85rem;
}

.platform-meta dt {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bg-teal);
  margin-bottom: 0.12rem;
}

.platform-meta dd {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.4;
  margin: 0;
}

.platform-connector {
  display: none;
}

/* =====================================================
   SECTION 5 — Journey roadmap
   ===================================================== */
.roadmap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  position: relative;
  max-width: 920px;
}

.roadmap-stage {
  display: grid;
  grid-template-columns: 14px 2rem minmax(7.5rem, 9.5rem) minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem 0.7rem;
  padding: 0.55rem 0.85rem 0.55rem 0.45rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  position: relative;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.roadmap-stage:hover,
.roadmap-stage.is-active {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 199, 0, 0.35);
}

.roadmap-stage::before {
  content: "";
  position: absolute;
  left: calc(0.45rem + 6px);
  top: 50%;
  bottom: calc(-0.45rem - 1px);
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 199, 0, 0.5), rgba(255, 255, 255, 0.12));
  z-index: 0;
}

.roadmap-stage--last::before {
  display: none;
}

.roadmap-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--bg-gold);
  box-shadow: 0 0 0 3px rgba(255, 199, 0, 0.2);
  justify-self: center;
  position: relative;
  z-index: 1;
}

.roadmap-stage__num {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--bg-gold);
}

.roadmap-stage__name {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.roadmap-stage__copy {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.7);
}

.channel-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.3rem;
}

.channel-pills span {
  font-size: 0.66rem;
  font-weight: 600;
  padding: 0.22rem 0.5rem;
  border-radius: 4px;
  background: rgba(0, 95, 141, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.15);
  white-space: nowrap;
}

.roadmap-arrow {
  display: none;
}

@media (max-width: 820px) {
  .roadmap-stage {
    grid-template-columns: 12px 1.8rem minmax(0, 1fr);
    grid-template-areas:
      "dot num name"
      "dot . copy"
      "dot . pills";
    align-items: start;
    gap: 0.2rem 0.55rem;
    padding: 0.65rem 0.75rem 0.7rem 0.4rem;
  }

  .roadmap-dot { grid-area: dot; margin-top: 0.35rem; }
  .roadmap-stage::before {
    left: calc(0.4rem + 5px);
    top: 1.05rem;
  }
  .roadmap-stage__num { grid-area: num; }
  .roadmap-stage__name { grid-area: name; }
  .roadmap-stage__copy { grid-area: copy; }
  .channel-pills {
    grid-area: pills;
    justify-content: flex-start;
    margin-top: 0.25rem;
  }
}

/* =====================================================
   SECTION 5 — Pacewin execution system (core)
   ===================================================== */
.exec-section {
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(255, 77, 46, 0.08), transparent 50%),
    radial-gradient(ellipse 60% 45% at 0% 100%, rgba(0, 95, 141, 0.1), transparent 55%),
    linear-gradient(180deg, #001830 0%, #01284F 55%, #003a5c 100%);
  color: #fff;
  padding: clamp(2.75rem, 5.5vw, 4.5rem) 0;
}

.exec-section .chapter-label {
  color: var(--bg-gold);
}

.exec-section .guide-title,
.exec-section__title {
  color: #fff;
  max-width: 18ch;
}

.exec-section .guide-lede {
  color: rgba(255, 255, 255, 0.72);
  max-width: 52ch;
}

.exec-system {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding-left: 1.35rem;
  display: grid;
  gap: 1.15rem;
}

.exec-spine {
  position: absolute;
  left: 0.35rem;
  top: 0.5rem;
  bottom: 3.5rem;
  width: 2px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  overflow: hidden;
}

.exec-spine__fill {
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, var(--bg-teal), var(--bg-coral), var(--bg-gold));
  transition: height 1.4s var(--ease-out);
  border-radius: inherit;
}

.exec-system.is-live .exec-spine__fill,
#workflowPath.is-filled {
  height: 100%;
}

.exec-phase {
  position: relative;
  padding: 0.85rem 0 0.15rem 0.85rem;
}

.exec-phase::before {
  content: "";
  position: absolute;
  left: -1.1rem;
  top: 1.15rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bg-gold);
  box-shadow: 0 0 0 4px rgba(255, 199, 0, 0.18);
  z-index: 1;
}

.exec-phase__label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bg-gold);
  margin-bottom: 0.2rem;
}

.exec-phase__why {
  margin: 0 0 0.7rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.4;
}

.exec-nodes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.exec-phase--pair .exec-nodes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.exec-node {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  padding: 0.75rem 0.8rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.exec-node:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 199, 0, 0.35);
  transform: translateY(-2px);
}

.exec-node__icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(0, 95, 141, 0.65), rgba(1, 40, 79, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}

.exec-node__icon svg {
  width: 18px;
  height: 18px;
}

.exec-node h3 {
  margin: 0 0 0.2rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.exec-node p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.62);
}

.exec-footnote {
  margin: 0.25rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 820px) {
  .exec-nodes,
  .exec-phase--pair .exec-nodes {
    grid-template-columns: 1fr;
  }

  .exec-system {
    padding-left: 1.15rem;
  }
}

/* =====================================================
   SECTION 7 — Stack grid
   ===================================================== */
.stack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stack-card {
  background: #fff;
  border: 1px solid var(--bg-line);
  border-radius: 12px;
  padding: 1rem 1.05rem;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.stack-card:hover {
  border-color: rgba(0, 95, 141, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(1, 40, 79, 0.08);
}

.stack-card__top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.stack-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--bg-teal-soft), #fff);
  color: var(--bg-teal);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.stack-card__icon svg {
  width: 22px;
  height: 22px;
}

.stack-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--bg-navy);
}

.stack-card dl {
  display: grid;
  gap: 0.65rem;
}

.stack-card dt {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bg-teal);
}

.stack-card dd {
  margin: 0.15rem 0 0;
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.45;
}

/* =====================================================
   SECTION 8 — Comparison
   ===================================================== */
.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.compare-panel {
  border-radius: 14px;
  padding: 1.15rem 1.2rem;
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.compare-panel--a {
  background: #f4f1ee;
  border: 1px solid rgba(1, 40, 79, 0.1);
}

.compare-panel--b {
  background: linear-gradient(160deg, var(--bg-navy) 0%, var(--bg-teal) 100%);
  color: #fff;
  box-shadow: 0 24px 60px rgba(1, 40, 79, 0.25);
}

.compare-panel__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  color: var(--text-muted);
}

.compare-panel--b .compare-panel__tag {
  color: var(--bg-gold);
}

.compare-panel h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
}

.compare-flow {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1.5rem;
}

.compare-flow__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.compare-flow__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c4b8ad;
  flex-shrink: 0;
}

.compare-panel--b .compare-flow__dot {
  background: var(--bg-gold);
  box-shadow: 0 0 10px rgba(255, 199, 0, 0.5);
}

.compare-verdict {
  font-size: 0.95rem;
  line-height: 1.55;
  padding-top: 1rem;
  border-top: 1px solid rgba(1, 40, 79, 0.1);
  color: var(--text-secondary);
}

.compare-panel--b .compare-verdict {
  border-top-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

.compare-svg {
  width: 100%;
  height: 90px;
  margin-bottom: 1rem;
}

/* =====================================================
   SECTION 9 — Industries
   ===================================================== */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.industry-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 1.05rem 1rem;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 199, 0, 0.35);
}

.industry-card__art {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  color: var(--bg-gold);
}

.industry-card__art svg {
  width: 100%;
  height: 100%;
}

.industry-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.industry-card p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.45;
}

/* =====================================================
   SECTION 10 — Packages
   ===================================================== */
.packages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.package-card {
  background: #fff;
  border: 1px solid var(--bg-line);
  border-radius: 14px;
  padding: 1.2rem 1.15rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(1, 40, 79, 0.1);
}

.package-card--featured {
  background: linear-gradient(165deg, var(--bg-navy), var(--bg-teal));
  color: #fff;
  border: none;
  transform: scale(1.03);
  z-index: 1;
}

.package-card--featured:hover {
  transform: scale(1.03) translateY(-4px);
}

.package-card__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--bg-gold);
  color: var(--bg-ink);
  padding: 0.3rem 0.55rem;
  border-radius: 4px;
}

.package-card__name {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.package-card__price {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--bg-coral);
  margin-bottom: 0.35rem;
}

.package-card--featured .package-card__price {
  color: var(--bg-gold);
}

.package-card__period {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}

.package-card--featured .package-card__period {
  color: rgba(255, 255, 255, 0.65);
}

.package-card__desc {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--text-secondary);
  margin-bottom: 1.25rem;
}

.package-card--featured .package-card__desc {
  color: rgba(255, 255, 255, 0.8);
}

.package-card ul {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  flex: 1;
}

.package-card li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.9rem;
  margin-bottom: 0.55rem;
  line-height: 1.4;
  color: var(--text-secondary);
}

.package-card--featured li {
  color: rgba(255, 255, 255, 0.88);
}

.package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bg-teal);
}

.package-card--featured li::before {
  background: var(--bg-gold);
}

.package-note {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* =====================================================
   SECTION 11 — FAQ
   ===================================================== */
#faq .guide-header {
  margin-bottom: 1rem;
}

#faq .guide-lede {
  margin-bottom: 0;
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--bg-line);
  border-radius: 12px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.05rem;
  background: transparent;
  border: none;
  text-align: left;
  font-family: var(--font-guide);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--bg-navy);
  cursor: pointer;
}

.faq-question svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--bg-teal);
  transition: transform 0.3s ease;
}

.faq-item.is-open .faq-question svg {
  transform: rotate(180deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s var(--ease-out);
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-answer p {
  padding: 0 1.05rem 0.95rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

/* =====================================================
   SECTION 12 — Final CTA
   ===================================================== */
.guide-cta {
  position: relative;
  padding: clamp(4.5rem, 9vw, 7rem) 0;
  text-align: center;
  background:
    radial-gradient(ellipse 60% 70% at 50% 100%, rgba(255, 77, 46, 0.25), transparent 55%),
    radial-gradient(ellipse 50% 50% at 20% 0%, rgba(0, 95, 141, 0.4), transparent 50%),
    linear-gradient(160deg, var(--bg-ink), var(--bg-navy));
  color: #fff;
  overflow: hidden;
}

.guide-cta h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800;
  max-width: 16ch;
  margin: 0 auto 1rem;
  line-height: 1.15;
}

.guide-cta p {
  max-width: 42ch;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
  line-height: 1.6;
}

.guide-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.guide-cta__orbit {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  pointer-events: none;
  animation: orbitSpin 40s linear infinite;
}

.guide-cta__orbit::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bg-gold);
  top: 20px;
  left: 50%;
  box-shadow: 0 0 16px rgba(255, 199, 0, 0.7);
}

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

/* ---- Side progress (desktop) ---- */
.guide-progress {
  position: fixed;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  display: none;
  flex-direction: column;
  gap: 0.55rem;
}

.guide-progress a {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(1, 40, 79, 0.2);
  transition: transform 0.2s ease, background 0.2s ease;
}

.guide-progress a.is-current {
  background: var(--bg-coral);
  transform: scale(1.45);
  box-shadow: 0 0 0 4px rgba(255, 77, 46, 0.2);
}

@media (min-width: 1280px) {
  .guide-progress {
    display: flex;
  }
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .guide-hero__grid,
  .compare,
  .packages {
    grid-template-columns: 1fr;
  }

  .guide-hero__grid {
    gap: 1.5rem;
  }

  .journey-board {
    max-width: 420px;
    margin: 0 auto;
  }

  .package-card--featured {
    transform: none;
  }

  .package-card--featured:hover {
    transform: translateY(-4px);
  }

  .stack-grid,
  .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .exec-nodes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .bg-page {
    overflow-x: clip;
    font-size: 15px;
  }

  .chapter-label {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.4rem;
  }

  .guide-title {
    font-size: clamp(1.35rem, 6.2vw, 1.85rem);
    line-height: 1.2;
    margin-bottom: 0.45rem;
  }

  .guide-lede {
    font-size: 0.9rem;
    line-height: 1.45;
    max-width: 38ch;
  }

  .guide-header {
    margin-bottom: 1rem;
  }

  .guide-header--center .guide-title,
  .guide-header--center .guide-lede {
    max-width: 34ch;
  }

  .guide-hero {
    padding: 5.5rem 0 1.75rem;
    min-height: auto;
  }

  .guide-hero__title {
    font-size: clamp(1.55rem, 7.2vw, 2.1rem);
    line-height: 1.15;
  }

  .guide-hero__sub {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .guide-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }

  .guide-hero__actions .guide-btn {
    width: 100%;
    justify-content: center;
  }

  .guide-btn {
    min-height: 44px;
    font-size: 0.88rem;
    padding: 0.8rem 1.15rem;
  }

  .journey-board {
    max-width: none;
    padding: 0.95rem 0.85rem;
  }

  .platform-meta {
    grid-template-columns: 1fr;
  }

  .platform-card {
    grid-template-columns: 12px 40px minmax(0, 1fr);
    padding: 0.75rem 0.8rem 0.8rem 0.4rem;
    gap: 0.55rem;
  }

  .platform-card__index {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .platform-card__index svg {
    width: 17px;
    height: 17px;
  }

  .platform-card h3 {
    font-size: 0.92rem;
  }

  .platform-link {
    margin-left: 0;
    width: 100%;
  }

  .platform-path a {
    font-size: 0.68rem;
  }

  .stack-grid,
  .industry-grid,
  .packages,
  .exec-nodes,
  .exec-phase--pair .exec-nodes {
    grid-template-columns: 1fr;
  }

  .package-card__name {
    font-size: 1.05rem;
  }

  .package-card__price {
    font-size: 1.55rem;
  }

  .package-card__desc,
  .package-card li,
  .faq-answer p {
    font-size: 0.86rem;
  }

  .faq-question {
    font-size: 0.9rem;
    padding: 0.78rem 0.9rem;
  }

  .guide-cta {
    padding: clamp(2.75rem, 8vw, 4rem) 0;
  }

  .guide-cta h2 {
    font-size: clamp(1.45rem, 6.5vw, 2rem);
    max-width: 18ch;
  }

  .guide-cta p {
    font-size: 0.9rem;
  }

  .nav-cta {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .guide-section {
    padding: clamp(1.65rem, 5vw, 2.25rem) 0;
  }

  #packages {
    padding-bottom: 1.25rem;
  }

  #faq {
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
  }

  .guide-title {
    font-size: clamp(1.28rem, 6.8vw, 1.65rem);
  }

  .guide-lede {
    font-size: 0.86rem;
  }

  .buy-example__path li {
    min-width: calc(50% - 0.3rem);
  }

  .platform-path {
    margin-inline: -0.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey-rail__pulse,
  .platform-connector svg,
  .guide-cta__orbit,
  .guide-parallax-soft {
    animation: none !important;
  }
}
