/* ── Nav ─────────────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(var(--bg-rgb), .72);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}
.logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 3px;
}
.logo-word { font-weight: 800; font-size: 22px; letter-spacing: -.02em; color: var(--orange-deep); }
.logo-sub { font-weight: 700; font-size: 11px; letter-spacing: .18em; color: rgb(var(--text-rgb)); }
.logo-sub sup { font-size: 7px; position: relative; top: -4px; }
.logo-sm .logo-word { font-size: 18px; }
.logo-sm .logo-sub { font-size: 9.5px; }
.logo-sm .logo-sub sup { font-size: 6px; top: -3px; }

.nav-links { display: flex; gap: 32px; font-size: 14.5px; font-weight: 500; }
.nav-links a { color: rgba(var(--text-rgb), .72); }
.nav-links a.active { color: var(--amber-light); }
.nav-cta { display: flex; align-items: center; gap: 22px; }
.nav-login { font-size: 14.5px; color: rgba(var(--text-rgb), .72); }
.nav-demo {
  padding: 12px 24px;
  border-radius: 9px;
  background: #fff;
  color: rgb(var(--bg-rgb));
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  transition: transform .2s;
}
.nav-demo:hover { transform: translateY(-2px); }
a.nav-demo, a.nav-demo:hover { color: rgb(var(--bg-rgb)); }
.nav-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(255,255,255,.04); cursor: pointer; }
.nav-burger span { display: block; height: 2px; width: 100%; background: rgb(var(--text-rgb)); border-radius: 2px; transition: transform .25s, opacity .2s; }
.nav-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.is-open span:nth-child(2) { opacity: 0; }
.nav-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mobile { display: none; flex-direction: column; padding: 6px 24px 22px; background: rgba(var(--bg-rgb), .97); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-mobile a { padding: 14px 2px; font-size: 16px; font-weight: 600; color: rgba(var(--text-rgb), .84); border-bottom: 1px solid rgba(255,255,255,.07); }
.nav-mobile-label { padding: 16px 2px 6px; font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(var(--text-rgb), .45); }
.nav-mobile-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 20px; }

/* Nav dropdown (Solutions) */
.nav-dd { position: relative; }
.nav-dd-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: inherit; font-size: 14.5px; font-weight: 500;
  color: rgba(var(--text-rgb), .72);
  background: none; border: none; padding: 0; cursor: pointer;
  transition: color .2s;
}
.nav-dd-toggle:hover { color: var(--amber-light); }
.nav-dd-caret { width: 12px; height: 12px; transition: transform .25s; }
.nav-dd:hover .nav-dd-caret, .nav-dd:focus-within .nav-dd-caret, .nav-dd.is-open .nav-dd-caret { transform: rotate(180deg); }
.nav-dd-menu {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 196px; padding: 8px;
  background: rgba(var(--bg-rgb), .96);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
  display: flex; flex-direction: column; gap: 2px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s, transform .2s;
  z-index: 60;
}
.nav-dd-menu::before { content: ''; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.nav-dd:hover .nav-dd-menu, .nav-dd:focus-within .nav-dd-menu, .nav-dd.is-open .nav-dd-menu {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(6px);
}
.nav-dd-menu a {
  padding: 10px 14px; border-radius: 9px;
  font-size: 14.5px; font-weight: 600; white-space: nowrap;
  color: rgba(var(--text-rgb), .8);
  transition: background .15s, color .15s;
}
.nav-dd-menu a:hover { background: rgba(255, 255, 255, .07); color: var(--white); }

/* ── Hero ────────────────────────────────────────────────── */
.hero { position: relative; overflow: hidden; }
.hero-aurora {
  position: absolute;
  top: -340px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1400px;
  height: 900px;
  background: conic-gradient(from 200deg at 50% 40%, rgba(40, 54, 90, .55), rgba(46, 62, 102, .6), rgba(30, 40, 72, .5), rgba(40, 54, 90, .22), rgba(40, 54, 90, .55));
  filter: blur(90px);
  animation: aurora 14s ease-in-out infinite;
  pointer-events: none;
}
.hero-dotgrid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black, transparent);
  pointer-events: none;
}
.hero-body { position: relative; max-width: var(--max-width); margin: 0 auto; padding: 110px 40px 0; text-align: center; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 20px;
  border-radius: 100px;
  border: 1px solid rgba(255, 179, 92, .28);
  background: rgba(var(--orange-rgb), .1);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  color: var(--amber-light);
  backdrop-filter: blur(8px);
}
.hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: dotPulse 2.2s infinite; }
.hero-h1 { margin: 38px auto 0; max-width: 1020px; font-size: 92px; line-height: .98; font-weight: 900; letter-spacing: -.04em; text-wrap: balance; }
.hero-h1 .gradient-text { background-size: 200% auto; animation: shimmer 6s linear infinite; }
.hero-sub { margin: 30px auto 0; max-width: 680px; font-size: 20px; line-height: 1.65; color: rgba(var(--text-rgb), .8); }
.hero-ctas { display: flex; justify-content: center; gap: 16px; margin-top: 44px; }

/* dashboard mock */
.mock-wrap { position: relative; margin: 90px auto 0; max-width: 1080px; }
.mock-glow {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(ellipse at center, rgba(40, 54, 90, .6), rgba(30, 40, 72, .42) 50%, transparent 75%);
  filter: blur(60px);
  pointer-events: none;
}
.mock-chip {
  position: absolute;
  z-index: 3;
  border-radius: 14px;
  background: rgba(var(--card-rgb), .92);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .3);
  backdrop-filter: blur(12px);
  text-align: left;
}
.mock-chip-left { left: -64px; top: 110px; display: flex; align-items: center; gap: 12px; padding: 16px 22px; animation: floatY 6s ease-in-out infinite; }
.mock-chip-right { right: -72px; top: 250px; padding: 18px 24px; animation: floatY2 7s ease-in-out infinite; }
.mock-chip-check { width: 36px; height: 36px; border-radius: 10px; background: rgba(var(--green-rgb), .15); display: grid; place-items: center; color: var(--green); font-size: 17px; font-weight: 800; }
.mock-chip-title { font-size: 13.5px; font-weight: 700; }
.mock-chip-meta { font-size: 12px; color: rgba(var(--text-rgb), .5); }
.mock-chip-label { font-size: 11.5px; font-weight: 600; letter-spacing: .1em; color: rgba(var(--text-rgb), .5); }
.mock-chip-stat { margin-top: 6px; font-size: 30px; font-weight: 800; }
.mock-bar-track { margin-top: 8px; width: 130px; height: 5px; border-radius: 3px; background: rgba(255, 255, 255, .1); overflow: hidden; }
.mock-bar-fill { height: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--orange), var(--orange-deep)); }

.mock-window {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: linear-gradient(180deg, rgba(var(--card-rgb), .98), rgba(var(--card-dark-rgb), .98));
  box-shadow: 0 40px 120px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .1);
  overflow: hidden;
  text-align: left;
}
.mock-titlebar { display: flex; align-items: center; gap: 8px; padding: 15px 20px; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.mock-dot { width: 11px; height: 11px; border-radius: 50%; }
.mock-url { margin: 0 auto; padding: 6px 60px; border-radius: 7px; background: rgba(255, 255, 255, .06); font-size: 12px; color: rgba(var(--text-rgb), .45); font-family: var(--font-mono); }
.mock-grid { display: grid; grid-template-columns: 220px 1fr; }
.mock-sidebar { border-right: 1px solid rgba(255, 255, 255, .13); padding: 22px 16px; display: flex; flex-direction: column; gap: 6px; }
.mock-nav-item { padding: 11px 14px; font-size: 13.5px; color: rgba(var(--text-rgb), .72); }
.mock-nav-item.active { border-radius: 9px; background: rgba(var(--orange-deep-rgb), .22); font-weight: 700; color: var(--amber-light); }
.mock-widget { margin-top: auto; padding: 14px; border-radius: 10px; background: rgba(var(--orange-rgb), .08); border: 1px solid rgba(var(--orange-rgb), .2); }
.mock-widget-title { font-size: 12px; font-weight: 700; color: var(--amber-light); }
.mock-widget-meta { margin-top: 7px; font-size: 11px; color: rgba(var(--text-rgb), .5); }
.mock-main { padding: 26px 28px; }
.mock-main-head { display: flex; align-items: center; justify-content: space-between; }
.mock-main-title { font-size: 19px; font-weight: 800; letter-spacing: -.01em; }
.mock-main-meta { margin-top: 4px; font-size: 12.5px; color: rgba(var(--text-rgb), .5); }
.mock-new-btn { padding: 10px 18px; border-radius: 8px; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); font-size: 13px; font-weight: 700; }
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; }
.mock-card { padding: 18px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .03); }
.mock-card-icon { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; }
.mock-card-title { margin-top: 12px; font-size: 14px; font-weight: 700; }
.mock-card-meta { margin-top: 6px; font-size: 12px; color: rgba(var(--text-rgb), .5); }
.mock-card-progress { margin-top: 12px; display: flex; align-items: center; gap: 8px; }
.mock-progress-track { flex: 1; height: 4px; border-radius: 2px; background: rgba(255, 255, 255, .09); }
.mock-progress-fill { height: 100%; border-radius: 2px; }
.mock-ai-banner {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid rgba(var(--orange-deep-rgb), .45);
  background: linear-gradient(90deg, rgba(var(--orange-deep-rgb), .12), rgba(var(--orange-rgb), .06));
  display: flex;
  align-items: center;
  gap: 14px;
}
.mock-ai-icon { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); display: grid; place-items: center; font-size: 15px; }

/* logo marquee */
.marquee-wrap { position: relative; margin-top: 88px; padding: 34px 0; border-top: 1px solid rgba(255, 255, 255, .12); border-bottom: 1px solid rgba(255, 255, 255, .12); overflow: hidden; }
.marquee-label { text-align: center; font-size: 12px; letter-spacing: .2em; font-weight: 600; color: rgba(var(--text-rgb), .4); margin-bottom: 26px; }
.marquee-track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.marquee-group { display: flex; gap: 80px; padding: 0 40px; align-items: center; }
.marquee-group span { font-size: 19px; font-weight: 700; color: rgba(var(--text-rgb), .34); white-space: nowrap; }

/* ── Stats ───────────────────────────────────────────────── */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); padding: 72px 0; gap: 0; }
.stat { padding: 0 44px; border-right: 1px solid rgba(255, 255, 255, .09); }
.stat:last-child { border-right: none; }
.stat-num { font-size: 52px; font-weight: 900; letter-spacing: -.03em; }
.stat-label { margin-top: 8px; font-size: 14px; line-height: 1.5; color: rgba(var(--text-rgb), .72); }

/* ── Triad section ───────────────────────────────────────── */
.triad-section { position: relative; padding: 110px 0 120px; overflow: hidden; }
.triad-rule { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 1100px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .25), transparent); }
.triad-intro { text-align: center; }
.triad-h2 { margin: 18px auto 0; max-width: 760px; font-size: 56px; font-weight: 900; letter-spacing: -.035em; line-height: 1.04; text-wrap: balance; }
.triad-p { margin: 22px auto 0; max-width: 620px; font-size: 18px; line-height: 1.65; color: rgba(var(--text-rgb), .75); }

.triad-diagram { position: relative; margin: 64px auto 0; max-width: 600px; }
.triad-label { position: absolute; transform: translate(-50%, -50%); text-align: center; }
.triad-label-icon { font-size: 26px; line-height: 1; }
.triad-label-word { margin-top: 4px; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.triad-badge {
  position: absolute;
  left: 50%;
  top: 53.5%;
  transform: translate(-50%, -50%);
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(var(--bg-rgb), .85);
  border: 1px solid rgba(255, 160, 92, .35);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--amber-light);
  white-space: nowrap;
  backdrop-filter: blur(6px);
}

.triad-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 70px; }
.triad-card { position: relative; padding: 40px 36px; border-radius: 20px; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.triad-card:hover { transform: translateY(-10px); box-shadow: 0 30px 66px rgba(var(--orange-deep-rgb), .36), 0 0 0 1.5px rgba(var(--orange-rgb), .6); }
.triad-card-link { display: block; color: inherit; text-decoration: none; cursor: pointer; }
.triad-card-link:hover { color: inherit; }
.triad-card-glow { position: absolute; top: -80px; right: -80px; width: 220px; height: 220px; filter: blur(20px); transition: transform .5s ease, opacity .5s ease; }
.triad-card:hover .triad-card-glow { transform: scale(1.5); opacity: 1; }
.triad-card:hover .triad-card-title { color: var(--white); }
.triad-card-eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; }
.triad-card-title { margin-top: 16px; font-size: 26px; font-weight: 800; letter-spacing: -.015em; line-height: 1.15; }
.triad-card-body { margin: 14px 0 0; font-size: 15.5px; line-height: 1.65; color: rgba(var(--text-rgb), .76); }
.triad-card-panel { margin-top: 28px; padding: 18px; border-radius: 13px; border: 1px solid rgba(255, 255, 255, .1); background: rgba(var(--bg-rgb), .5); }

/* Outer orange halo around the animated triad graphic — lifts it forward.
   Element itself is transparent; only its box-shadow shows, so nothing
   bleeds through the graphic's transparent center. */
.graphic-glow {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 64px 4px rgba(var(--orange-deep-rgb), .5), 0 26px 80px rgba(var(--orange-deep-rgb), .4);
  pointer-events: none;
  z-index: 0;
  animation: glowPulse 5s ease-in-out infinite;
}
@keyframes glowPulse { 0%, 100% { opacity: .5; } 50% { opacity: .95; } }
@media (prefers-reduced-motion: reduce) {
  .graphic-glow, .ai-highlight.pop::before { animation: none; }
}

/* ── How it works ────────────────────────────────────────── */
.how { position: relative; padding: 100px 0; background: linear-gradient(180deg, rgba(255, 255, 255, .025), transparent); }
.how-head { display: flex; justify-content: space-between; align-items: end; gap: 60px; }
.how-h2 { margin: 0; font-size: 48px; font-weight: 900; letter-spacing: -.03em; line-height: 1.05; max-width: 520px; }
.how-sub { margin: 0; max-width: 400px; font-size: 16px; line-height: 1.65; color: rgba(var(--text-rgb), .72); }
.how-beam { margin-top: 64px; height: 3px; border-radius: 2px; background: linear-gradient(90deg, var(--orange), var(--orange-red), var(--orange-deep), var(--orange)); background-size: 200% auto; animation: beamFlow 4s linear infinite; }
.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: -2px; }
.how-step { padding-top: 36px; }
.how-step-num { font-family: var(--font-mono); font-size: 13px; font-weight: 600; }
.how-step-title { margin-top: 12px; font-size: 21px; font-weight: 800; letter-spacing: -.01em; }
.how-step-body { margin: 10px 0 0; font-size: 14.5px; line-height: 1.65; color: rgba(var(--text-rgb), .74); }

/* Process flow: tiles with connecting arrows */
.process-flow { display: flex; align-items: stretch; margin-top: 56px; }
.process-tile { flex: 1; padding: 30px 18px; border-radius: 16px; border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .028); text-align: center; transition: transform .3s, box-shadow .3s; }
.process-tile:hover { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(0, 0, 0, .28); }
.process-icon { width: 54px; height: 54px; margin: 0 auto; border-radius: 50%; border: 2px solid var(--orange); display: grid; place-items: center; color: var(--orange); }
.process-icon svg { width: 26px; height: 26px; }
.process-num { margin-top: 18px; font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .12em; color: var(--amber-light); }
.process-title { margin-top: 6px; font-size: 20px; font-weight: 800; letter-spacing: -.01em; }
.process-body { margin: 10px 0 0; font-size: 13.5px; line-height: 1.6; color: rgba(var(--text-rgb), .72); }

/* "Four moves" — a wave of light travels left→right through the steps
   (chaos → order). Scoped to .flow-anim so other step flows are untouched. */
.process-flow.flow-anim { position: relative; }
.process-flow.flow-anim .process-tile:nth-child(1) .process-icon { animation: fill1 5s ease-in-out infinite; }
.process-flow.flow-anim .process-tile:nth-child(3) .process-icon { animation: fill2 5s ease-in-out infinite; }
.process-flow.flow-anim .process-tile:nth-child(5) .process-icon { animation: fill3 5s ease-in-out infinite; }
.process-flow.flow-anim .process-tile:nth-child(7) .process-icon { animation: fill4 5s ease-in-out infinite; }
.process-flow.flow-anim .process-arrow:nth-child(2) svg { animation: aFill1 5s ease-in-out infinite; }
.process-flow.flow-anim .process-arrow:nth-child(4) svg { animation: aFill2 5s ease-in-out infinite; }
.process-flow.flow-anim .process-arrow:nth-child(6) svg { animation: aFill3 5s ease-in-out infinite; }
.process-flow.flow-anim .process-tile:hover { border-color: rgba(var(--orange-rgb), .5); box-shadow: 0 22px 55px rgba(var(--orange-deep-rgb), .3); }
/* Each step lights in turn and STAYS lit; all four hold, then reset together. */
@keyframes fill1 { 0%, 6% { border-color: var(--orange); color: var(--orange); background: transparent; box-shadow: none; } 14%, 100% { border-color: transparent; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); box-shadow: 0 0 30px rgba(var(--orange-deep-rgb), .7); } }
@keyframes fill2 { 0%, 24% { border-color: var(--orange); color: var(--orange); background: transparent; box-shadow: none; } 32%, 100% { border-color: transparent; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); box-shadow: 0 0 30px rgba(var(--orange-deep-rgb), .7); } }
@keyframes fill3 { 0%, 42% { border-color: var(--orange); color: var(--orange); background: transparent; box-shadow: none; } 50%, 100% { border-color: transparent; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); box-shadow: 0 0 30px rgba(var(--orange-deep-rgb), .7); } }
@keyframes fill4 { 0%, 60% { border-color: var(--orange); color: var(--orange); background: transparent; box-shadow: none; } 68%, 100% { border-color: transparent; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); box-shadow: 0 0 30px rgba(var(--orange-deep-rgb), .7); } }
@keyframes aFill1 { 0%, 24% { opacity: .3; transform: translateX(0); } 32%, 100% { opacity: 1; transform: translateX(4px); } }
@keyframes aFill2 { 0%, 42% { opacity: .3; transform: translateX(0); } 50%, 100% { opacity: 1; transform: translateX(4px); } }
@keyframes aFill3 { 0%, 60% { opacity: .3; transform: translateX(0); } 68%, 100% { opacity: 1; transform: translateX(4px); } }
@media (prefers-reduced-motion: reduce) {
  .process-flow.flow-anim .process-icon, .process-flow.flow-anim .process-arrow svg { animation: none; }
}
.process-arrow { flex: 0 0 auto; align-self: center; display: grid; place-items: center; width: 34px; color: var(--orange); }
.process-arrow svg { width: 22px; height: 22px; }
.step-badge {
  width: 60px; height: 60px; margin: 0 auto;
  border-radius: 50%; display: grid; place-items: center;
  font-size: 27px; font-weight: 900; color: #fff; line-height: 1;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep) 60%, var(--orange-red));
  box-shadow: 0 12px 34px rgba(var(--orange-deep-rgb), .5), inset 0 1px 0 rgba(255, 255, 255, .35);
}
.step-tile { background: linear-gradient(160deg, rgba(var(--orange-rgb), .1), rgba(var(--orange-deep-rgb), .035)); border-color: rgba(var(--orange-rgb), .3); }
.step-tile:hover { box-shadow: 0 22px 55px rgba(var(--orange-deep-rgb), .22); border-color: rgba(var(--orange-rgb), .5); }

/* ── Testimonials ────────────────────────────────────────── */
.testimonials { position: relative; padding: 110px 0; overflow: hidden; }
.testimonials-glow { position: absolute; top: 40px; left: 50%; transform: translateX(-50%); width: 780px; height: 520px; background: radial-gradient(circle, rgba(var(--orange-deep-rgb), .3), transparent 66%); filter: blur(60px); pointer-events: none; }
.testimonial-quote { margin: 32px auto 0; max-width: 960px; font-size: clamp(32px, 4.8vw, 52px); font-weight: 800; letter-spacing: -.025em; line-height: 1.22; text-align: center; }
.testimonial-author { margin-top: 26px; display: flex; justify-content: center; align-items: center; gap: 14px; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); display: grid; place-items: center; font-weight: 800; font-size: 16px; }
.testimonial-name { font-size: 14px; font-weight: 700; }
.testimonial-org { font-size: 12.5px; color: rgba(var(--text-rgb), .5); }
.testimonial-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 76px; }
.testimonial-card { flex: 1 1 280px; max-width: calc((100% - 40px) / 3); display: flex; flex-direction: column; padding: 30px 28px; border-radius: 16px; border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .025); }
.testimonial-card-body { font-size: 15px; line-height: 1.7; color: rgba(var(--text-rgb), .75); }
.testimonial-card-author { margin-top: auto; padding-top: 22px; display: flex; align-items: center; gap: 12px; }
.testimonial-card-initials { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 13px; }

/* ── Video testimonials ──────────────────────────────────────── */
.video-testimonial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 56px; }
.video-testimonial { border-radius: 16px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .025); cursor: pointer; transition: transform .3s, box-shadow .3s; }
.video-testimonial:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0, 0, 0, .3); }
.video-testimonial-thumb { position: relative; aspect-ratio: 16/9; background: linear-gradient(135deg, rgba(var(--orange-rgb), .16), rgba(255, 255, 255, .02)); display: grid; place-items: center; }
.video-testimonial-play { width: 50px; height: 50px; border-radius: 50%; background: rgba(255, 255, 255, .95); display: grid; place-items: center; color: var(--orange-deep); font-size: 16px; box-shadow: 0 8px 24px rgba(0, 0, 0, .35); }
.video-testimonial-info { padding: 14px 16px; }
.video-testimonial-name { font-size: 13px; font-weight: 700; }
.video-testimonial-role { margin-top: 3px; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--amber-light); }
.video-testimonial-org { margin-top: 1px; font-size: 11.5px; color: rgba(var(--text-rgb), .5); }
.video-testimonial-thumb.has-poster { background-size: cover; background-position: center 18%; }
.video-testimonial-thumb.has-poster::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .28); }
.video-testimonial-thumb.has-poster .video-testimonial-play { position: relative; z-index: 1; }
.video-testimonial[data-video]:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.video-lightbox { position: fixed; inset: 0; z-index: 120; display: none; place-items: center; background: rgba(0, 0, 0, .82); backdrop-filter: blur(6px); padding: 24px; }
.video-lightbox.is-open { display: grid; }
.video-lightbox-inner { width: min(1000px, 100%); }
.video-lightbox video { width: 100%; max-height: 78vh; border-radius: 14px; background: #000; display: block; box-shadow: 0 30px 90px rgba(0, 0, 0, .6); }
.video-lightbox-name { margin-top: 12px; text-align: center; font-size: 13px; font-weight: 700; color: var(--amber-light); letter-spacing: .02em; }
.video-lightbox-close { position: absolute; top: 20px; right: 24px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .08); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; }
.video-lightbox-close:hover { background: rgba(255, 255, 255, .16); }

/* ── Blog ─────────────────────────────────────────────────── */
.blog-featured { display: grid; grid-template-columns: 1.05fr 1fr; gap: 0; margin-top: 16px; border-radius: 24px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .025); }
.blog-featured-thumb { position: relative; min-height: 340px; background: linear-gradient(135deg, rgba(var(--orange-rgb), .3), rgba(var(--orange-deep-rgb), .12)); display: grid; place-items: center; }
.blog-featured-thumb .blog-mark { font-size: 92px; opacity: .22; }
.blog-featured-body { padding: 48px 52px; display: flex; flex-direction: column; gap: 16px; align-items: flex-start; justify-content: center; }
.blog-featured-title { font-size: 34px; font-weight: 900; letter-spacing: -.025em; line-height: 1.12; text-wrap: balance; }
.blog-featured-excerpt { font-size: 16px; line-height: 1.65; color: rgba(var(--text-rgb), .72); }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 56px; }
.blog-card { border-radius: 18px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .025); transition: transform .3s, box-shadow .3s, border-color .3s; cursor: pointer; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0, 0, 0, .32); border-color: rgba(var(--orange-rgb), .35); }
.blog-card-thumb { aspect-ratio: 16 / 9; background: linear-gradient(135deg, rgba(var(--orange-rgb), .2), rgba(255, 255, 255, .02)); display: grid; place-items: center; }
.blog-card-thumb .blog-mark { font-size: 46px; opacity: .2; }
.blog-card-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.blog-card-title { font-size: 18.5px; font-weight: 800; letter-spacing: -.01em; line-height: 1.25; }
.blog-card-excerpt { font-size: 14px; line-height: 1.6; color: rgba(var(--text-rgb), .68); }
.blog-card-meta { margin-top: auto; padding-top: 6px; font-size: 12.5px; color: rgba(var(--text-rgb), .5); }
.blog-tag { align-self: flex-start; font-family: var(--font-mono); font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--amber-light); background: rgba(var(--orange-rgb), .13); border: 1px solid rgba(var(--orange-rgb), .28); padding: 5px 11px; border-radius: 999px; }

/* Branded card thumbnail — topic line-icon on a category-tinted gradient */
.blog-card-thumb, .blog-featured-thumb { display: grid; place-items: center; position: relative; overflow: hidden; }
.blog-thumb-ic { position: relative; z-index: 1; width: 46px; height: 46px; }
.blog-featured-thumb .blog-thumb-ic { width: 76px; height: 76px; }
.blog-thumb-glow { position: absolute; width: 150px; height: 150px; border-radius: 50%; filter: blur(34px); opacity: .55; z-index: 0; }

/* ── Blog post (article) ──────────────────────────────────── */
.blog-post-hero { padding: 128px 40px 56px; }
.blog-post-title { margin: 14px auto 0; max-width: 820px; font-size: 46px; font-weight: 900; letter-spacing: -.03em; line-height: 1.1; text-wrap: balance; }
.blog-post-meta { margin-top: 18px; font-size: 14px; color: rgba(var(--text-rgb), .5); }
.blog-back { font-size: 13px; font-weight: 600; color: var(--amber-light); }
.blog-back:hover { color: var(--amber); }
.prose { max-width: 760px; margin: 0 auto; font-size: 17px; line-height: 1.75; color: rgba(var(--text-rgb), .82); }
.prose > * + * { margin-top: 22px; }
.prose h2 { font-size: 30px; font-weight: 800; letter-spacing: -.02em; margin-top: 46px; color: rgb(var(--text-rgb)); }
.prose h3 { font-size: 22px; font-weight: 800; margin-top: 34px; color: rgb(var(--text-rgb)); }
.prose h4 { font-size: 18px; font-weight: 800; margin-top: 28px; color: rgb(var(--text-rgb)); }
.prose a { color: var(--amber-light); text-decoration: underline; text-underline-offset: 2px; }
.prose ul, .prose ol { padding-left: 24px; }
.prose li { margin-top: 8px; }
.prose li::marker { color: var(--orange); }
.prose blockquote { border-left: 3px solid var(--orange); padding: 4px 0 4px 22px; margin: 26px 0; font-style: italic; color: rgba(var(--text-rgb), .72); }
.prose img { max-width: 100%; height: auto; border-radius: 14px; display: block; margin: 30px auto; border: 1px solid rgba(255, 255, 255, .08); }
.prose strong, .prose b { color: rgb(var(--text-rgb)); font-weight: 700; }
.prose hr { border: 0; border-top: 1px solid rgba(255, 255, 255, .12); margin: 40px 0; }
@media (max-width: 900px) {
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured-thumb { min-height: 200px; }
  .blog-featured-body { padding: 32px 28px; }
  .blog-grid { grid-template-columns: 1fr; }
}

/* ── Final CTA ───────────────────────────────────────────── */
.cta { position: relative; padding: 150px 40px 160px; text-align: center; overflow: hidden; border-top: 1px solid rgba(255, 255, 255, .12); }
.cta-ring { position: absolute; top: 50%; left: 50%; border-radius: 50%; pointer-events: none; }
.cta-ring-outer { width: 900px; height: 900px; border: 1px solid rgba(255, 255, 255, .06); animation: spinSlow 60s linear infinite; }
.cta-ring-inner { width: 620px; height: 620px; border: 1px solid rgba(255, 255, 255, .13); animation: spinSlowRev 45s linear infinite; }
.cta-ring-dot { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 20px var(--orange); }
.cta-glow { position: absolute; bottom: -360px; left: 50%; transform: translateX(-50%); width: 1000px; height: 600px; background: radial-gradient(ellipse at center, rgba(var(--orange-deep-rgb), .6), rgba(var(--orange-rgb), .38) 45%, transparent 70%); filter: blur(50px); animation: orbPulse 8s ease-in-out infinite; pointer-events: none; }
.cta-h2 { margin: 24px auto 0; max-width: 800px; font-size: 72px; font-weight: 900; letter-spacing: -.04em; line-height: 1; }
.cta-sub { margin: 26px auto 0; max-width: 560px; font-size: 18px; line-height: 1.65; color: rgba(var(--text-rgb), .75); }
.cta-ctas { display: flex; justify-content: center; gap: 16px; margin-top: 44px; }

/* ── Footer ──────────────────────────────────────────────── */
.footer { border-top: 1px solid rgba(255, 255, 255, .13); background: rgba(0, 0, 0, .35); }
.footer-inner { max-width: var(--max-width); margin: 0 auto; padding: 70px 40px 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 60px; }
.footer-desc { margin: 18px 0 0; font-size: 13.5px; line-height: 1.7; color: rgba(var(--text-rgb), .5); max-width: 280px; }
.footer-contact { margin-top: 20px; font-size: 13px; color: rgba(var(--text-rgb), .45); font-family: var(--font-mono); }
.footer-col-title { font-size: 12px; font-weight: 700; letter-spacing: .14em; color: rgba(var(--text-rgb), .45); }
.footer-col-links { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; font-size: 14px; }
.footer-col-links a { color: rgba(var(--text-rgb), .7); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 60px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 12.5px; color: rgba(var(--text-rgb), .4); }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { color: rgba(var(--text-rgb), .4); }

/* ── Simple feature card (Create/Engage/Measure trio) ───────── */
.feature-card {
  padding: 32px 28px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .025);
}
.feature-card-eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; color: var(--orange); }
.feature-card.mastery-card { background: linear-gradient(160deg, rgba(var(--orange-rgb), .16), rgba(var(--orange-deep-rgb), .055)); border: 1px solid rgba(var(--orange-rgb), .4); transition: transform .3s, box-shadow .3s, border-color .3s; }
.feature-card.mastery-card:hover { transform: translateY(-6px); border-color: rgba(var(--orange-rgb), .7); box-shadow: 0 24px 55px rgba(var(--orange-deep-rgb), .34); }

/* Cream tiles — light card, dark lettering (matches .light-panel). Reads as a
   distinct block against the dark page and the glowing CTA band beside it. */
.feature-card.pop-card { background: #f7f5f0; border: 1px solid rgba(0, 0, 0, .06); box-shadow: 0 16px 40px rgba(0, 0, 0, .22); transition: transform .3s, box-shadow .3s; }
.feature-card.pop-card:hover { transform: translateY(-6px); box-shadow: 0 26px 58px rgba(0, 0, 0, .3); }
.feature-card.pop-card .feature-card-eyebrow { font-size: 30px; font-weight: 900; letter-spacing: -.01em; color: var(--orange-deep); }
.feature-card.pop-card .feature-card-title { color: #14161f; }
.feature-card.pop-card .feature-card-body { color: #4b5061; }
.feature-card-title { margin-top: 10px; font-size: 20px; font-weight: 800; letter-spacing: -.01em; }
.feature-card-body { margin: 10px 0 0; font-size: 14.5px; line-height: 1.6; color: rgba(var(--text-rgb), .72); }

/* ── Alternating feature row (image + copy) ─────────────────── */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 64px 0; border-top: 1px solid rgba(255, 255, 255, .08); }
.feature-row.reverse .visual-panel { order: -1; }
.feature-row-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .16em; color: var(--amber-light); }
.feature-row-title { margin: 12px 0 0; font-size: 32px; font-weight: 900; letter-spacing: -.02em; line-height: 1.15; }
.feature-row-body { margin: 16px 0 0; font-size: 16px; line-height: 1.7; color: rgba(var(--text-rgb), .74); max-width: 480px; }

.visual-panel {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(180deg, rgba(var(--orange-rgb), .07), rgba(255, 255, 255, .015));
  display: grid;
  place-items: center;
  overflow: hidden;
}
.visual-panel-glow { position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(var(--orange-rgb), .25), transparent 70%); filter: blur(20px); }
.visual-panel-icon { font-size: 40px; color: var(--orange); }
.visual-panel-label { margin-top: 10px; font-size: 13px; font-weight: 700; letter-spacing: .06em; color: rgba(var(--text-rgb), .5); text-align: center; }

/* ── AI highlight banner (Sofia) ─────────────────────────────── */
.ai-highlight {
  margin-top: 64px;
  padding: 48px 44px;
  border-radius: 22px;
  border: 1px solid rgba(var(--orange-deep-rgb), .35);
  background: linear-gradient(120deg, rgba(var(--orange-deep-rgb), .12), rgba(var(--orange-rgb), .05));
  text-align: center;
}
.ai-highlight-icon { width: 52px; height: 52px; margin: 0 auto; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); display: grid; place-items: center; font-size: 22px; }
/* Louder variant — a CTA band that stops the scroll */
.ai-highlight.pop { position: relative; overflow: hidden; border-color: rgba(var(--orange-rgb), .6); box-shadow: 0 26px 72px rgba(var(--orange-deep-rgb), .32); }
.ai-highlight.pop::before { content: ''; position: absolute; top: -55%; left: 50%; width: 540px; height: 540px; transform: translateX(-50%); background: radial-gradient(circle, rgba(var(--orange-deep-rgb), .42), transparent 62%); filter: blur(52px); pointer-events: none; animation: glowPulse 5s ease-in-out infinite; }
.ai-highlight.pop > * { position: relative; }
.ai-highlight-title { margin-top: 20px; font-size: 32px; font-weight: 900; letter-spacing: -.02em; }
.ai-highlight-body { margin: 14px auto 0; max-width: 620px; font-size: 16px; line-height: 1.7; color: rgba(var(--text-rgb), .78); }

/* ── Key features grid ───────────────────────────────────────── */
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; }
.feature-pill { position: relative; overflow: hidden; padding: 22px 18px; border-radius: 12px; border: 1px solid rgba(var(--orange-rgb), .34); background: linear-gradient(160deg, rgba(var(--orange-rgb), .14), rgba(var(--orange-deep-rgb), .045)); box-shadow: 0 6px 20px rgba(var(--orange-deep-rgb), .12); text-align: center; font-size: 14px; font-weight: 700; line-height: 1.4; transition: transform .25s, border-color .25s, background .25s, box-shadow .25s, color .25s; }

/* ── Use-case blocks (Onboard / Train / Charge / Scale) ─────────*/
.usecase { padding: 64px 0; border-top: 1px solid rgba(255, 255, 255, .08); text-align: center; }
.usecase-eyebrow { font-family: var(--font-mono); font-size: 13px; letter-spacing: .14em; color: var(--amber); }
.usecase-title { margin: 12px 0 0; font-size: 34px; font-weight: 900; letter-spacing: -.02em; }
.usecase-intro { margin: 14px auto 0; max-width: 640px; font-size: 16px; line-height: 1.7; color: rgba(var(--text-rgb), .74); }
.usecase-points { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.usecase-point-title { font-size: 15px; font-weight: 700; transition: color .25s; }
.usecase-point-body { margin-top: 6px; font-size: 14px; line-height: 1.65; color: rgba(var(--text-rgb), .68); }
.usecase-points > div { position: relative; overflow: hidden; padding: 26px 22px; border-radius: 14px; border: 1px solid rgba(255, 255, 255, .09); background: rgba(255, 255, 255, .02); transition: transform .25s, border-color .25s, background .25s, box-shadow .25s; }

/* Hover — orange glow + lift, shared by feature pills and use-case tiles */
.feature-pill:hover, .usecase-points > div:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--orange-rgb), .7);
  background: linear-gradient(160deg, rgba(var(--orange-rgb), .24), rgba(var(--orange-deep-rgb), .09));
  box-shadow: 0 18px 44px rgba(var(--orange-deep-rgb), .36);
}
.feature-pill:hover { color: #fff; }
.usecase-points > div:hover .usecase-point-title { color: var(--amber-light); }

/* ── Dependency Diagnostic pop-up ──────────────────────────── */
.diag-modal { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 24px; }
.diag-modal.is-open { display: flex; }
.diag-modal-backdrop { position: absolute; inset: 0; background: rgba(3, 6, 20, .72); backdrop-filter: blur(4px); }
.diag-modal-card { position: relative; z-index: 1; width: 100%; max-width: 460px; padding: 42px 36px 30px; border-radius: 20px; border: 1px solid rgba(var(--orange-rgb), .28); background: linear-gradient(160deg, #10152e, #0a0e22); box-shadow: 0 30px 80px rgba(0, 0, 0, .6); text-align: center; animation: diagPop .3s ease; }
@keyframes diagPop { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.diag-modal-close { position: absolute; top: 12px; right: 16px; background: none; border: 0; color: rgba(var(--text-rgb), .5); font-size: 26px; line-height: 1; cursor: pointer; padding: 4px; }
.diag-modal-close:hover { color: rgb(var(--text-rgb)); }
.diag-modal-title { margin: 12px 0 0; font-size: 27px; font-weight: 900; letter-spacing: -.02em; line-height: 1.16; }
.diag-modal-body { margin: 14px auto 0; max-width: 340px; font-size: 15px; line-height: 1.6; color: rgba(var(--text-rgb), .74); }
.diag-modal-cta { margin-top: 24px; }
.diag-modal-dismiss { display: block; margin: 14px auto 0; background: none; border: 0; color: rgba(var(--text-rgb), .45); font-size: 13px; cursor: pointer; }
.diag-modal-dismiss:hover { color: rgba(var(--text-rgb), .7); }
.usecase-ctas { display: flex; gap: 14px; margin-top: 32px; justify-content: center; }
.usecase-ctas .btn { padding: 13px 26px; font-size: 14.5px; }

/* ── Certified Advisors directory ───────────────────────────── */
.advisors-toolbar { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 40px; padding: 20px; border-radius: 14px; border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .02); }
.advisors-input, .advisors-select {
  flex: 1; min-width: 180px; padding: 12px 16px; border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, .14); background: rgba(var(--bg-rgb), .6);
  color: rgb(var(--text-rgb)); font-size: 14px; font-family: var(--font-sans);
}
.advisors-input::placeholder { color: rgba(var(--text-rgb), .4); }
.advisors-search-btn { padding: 12px 26px; border-radius: 9px; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); color: #fff; font-weight: 700; font-size: 14px; cursor: pointer; white-space: nowrap; border: none; }
.advisors-count { margin-top: 22px; font-size: 13.5px; color: rgba(var(--text-rgb), .55); }

.advisors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 20px; }
.advisor-card { padding: 30px 26px; border-radius: 18px; border: 1px solid rgba(255, 255, 255, .1); background: radial-gradient(130px 130px at 0% 0%, rgba(var(--orange-rgb), .16), transparent 72%), radial-gradient(130px 130px at 100% 100%, rgba(var(--orange-deep-rgb), .12), transparent 72%), rgba(255, 255, 255, .025); transition: transform .3s, box-shadow .3s, border-color .3s; text-align: center; }
.advisor-card:hover { transform: translateY(-6px); border-color: rgba(var(--orange-rgb), .4); box-shadow: 0 24px 60px rgba(var(--orange-deep-rgb), .22); }
.advisor-card.is-hidden { display: none; }
.advisor-badge { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .1em; color: var(--amber-light); border: 1px solid rgba(var(--orange-rgb), .3); background: rgba(var(--orange-rgb), .08); padding: 5px 10px; border-radius: 100px; }
.advisor-avatar { width: 52px; height: 52px; border-radius: 50%; margin: 18px auto 0; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); display: grid; place-items: center; font-weight: 800; font-size: 17px; color: #fff; }
.advisor-name { margin-top: 16px; font-size: 17px; font-weight: 800; }
.advisor-company { margin-top: 2px; font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--orange); }
.advisor-role { margin-top: 10px; font-size: 13.5px; color: rgba(var(--text-rgb), .6); }
.advisor-tagline { margin-top: 12px; font-size: 14.5px; font-style: italic; color: rgba(var(--text-rgb), .82); line-height: 1.5; }
.advisor-tags { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.advisor-tag { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 100px; background: rgba(255, 255, 255, .06); color: rgba(var(--text-rgb), .65); }
.advisor-location { margin-top: 14px; font-size: 12.5px; color: rgba(var(--text-rgb), .5); }
.advisor-cta {
  margin-top: 18px; display: inline-block; padding: 10px 20px; border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .18); font-size: 13px; font-weight: 700; cursor: pointer;
  transition: background .2s; color: rgb(var(--text-rgb)); background: transparent;
  font-family: inherit; appearance: none; -webkit-appearance: none;
}
.advisor-cta:hover { background: rgba(255, 255, 255, .08); color: rgb(var(--text-rgb)); }

/* ── Advisor profile modal ───────────────────────────────────── */
.advisor-card-photo { width: 112px; height: 112px; border-radius: 50%; object-fit: cover; object-position: center 22%; display: block; margin: 0 auto; border: 3px solid rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .06); box-shadow: 0 8px 24px rgba(0, 0, 0, .25); }
.advisor-modal-overlay {
  position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center;
  padding: 24px; background: rgba(0, 0, 0, .72); backdrop-filter: blur(6px);
}
.advisor-modal-overlay.is-open { display: flex; }
body.advisor-modal-lock { overflow: hidden; }

.advisor-modal { display: none; }
.advisor-modal.is-active {
  display: flex; flex-direction: column; background: rgb(var(--card-rgb)); border-radius: 20px; max-width: 980px; width: 100%;
  height: 88vh; max-height: 88vh; position: relative; border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 40px 140px rgba(0, 0, 0, .55); overflow: hidden;
}
.advisor-modal-close {
  position: absolute; top: 14px; right: 14px; z-index: 5; width: 34px; height: 34px; border-radius: 50%;
  background: rgba(0, 0, 0, .45); color: #fff; display: grid; place-items: center; cursor: pointer; border: none; font-size: 16px;
}
.advisor-modal-layout { display: grid; grid-template-columns: 320px 1fr; flex: 1; min-height: 0; }
.advisor-modal-left { padding: 30px 26px; border-right: 1px solid rgba(255, 255, 255, .1); overflow-y: auto; min-height: 0; }
.advisor-modal-video { border-radius: 12px; overflow: hidden; aspect-ratio: 16/9; margin-bottom: 20px; background: rgba(0, 0, 0, .3); max-width: 100%; }
.advisor-modal-video iframe { width: 100%; height: 100%; border: 0; display: block; }
.advisor-modal-photo { width: 100%; max-width: 260px; border-radius: 12px; margin: 0 auto 20px; aspect-ratio: 4/3; object-fit: cover; background: rgba(255, 255, 255, .05); display: block; }
.advisor-modal-name { font-size: 18px; font-weight: 800; line-height: 1.3; }
.advisor-modal-role { margin-top: 4px; font-size: 13.5px; color: rgba(var(--text-rgb), .65); }
.advisor-modal-loc { margin-top: 10px; font-size: 12.5px; color: rgba(var(--text-rgb), .5); }
.advisor-modal-section-title { margin-top: 22px; font-size: 11px; font-weight: 700; letter-spacing: .1em; color: rgba(var(--text-rgb), .45); text-transform: uppercase; }
.advisor-modal-social-links { margin-top: 10px; display: flex; gap: 10px; }
.advisor-modal-social-links a { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .15); display: grid; place-items: center; color: rgba(var(--text-rgb), .7); font-size: 13px; }
.advisor-modal-social-links a:hover { border-color: rgba(var(--orange-rgb), .5); color: var(--amber-light); }
.advisor-modal-expertise-list { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 6px; }
.advisor-modal-right { padding: 34px 38px; overflow-y: auto; min-height: 0; }
.advisor-modal-right h3 { margin: 0; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--amber-light); }
.advisor-modal-bio { margin-top: 14px; }
.advisor-modal-bio p { font-size: 14.5px; line-height: 1.7; color: rgba(var(--text-rgb), .8); margin: 0 0 14px; }
.advisor-modal-bio ol, .advisor-modal-bio ul { padding-left: 20px; margin: 0 0 14px; font-size: 14.5px; line-height: 1.7; color: rgba(var(--text-rgb), .8); }
.advisor-modal-section-gap { margin-top: 36px; }
.advisor-modal-testimonial { padding: 20px; border-radius: 12px; background: rgba(255, 255, 255, .03); border: 1px solid rgba(255, 255, 255, .08); margin-top: 14px; }
.advisor-modal-stars { color: var(--orange); font-size: 13px; letter-spacing: 2px; }
.advisor-modal-quote { margin-top: 10px; font-size: 14px; line-height: 1.65; font-style: italic; color: rgba(var(--text-rgb), .85); }
.advisor-modal-quote-author { margin-top: 10px; font-size: 13px; font-weight: 700; }
.advisor-modal-quote-author span { display: block; font-weight: 500; font-size: 12px; color: rgba(var(--text-rgb), .5); margin-top: 2px; }
.advisor-modal-cta { margin-top: 30px; padding: 24px; border-radius: 14px; border: 1px solid rgba(var(--orange-rgb), .3); background: rgba(var(--orange-rgb), .06); text-align: center; }
.advisor-modal-cta h4 { margin: 0; font-size: 17px; font-weight: 800; }
.advisor-modal-cta p { margin: 8px 0 0; font-size: 13.5px; color: rgba(var(--text-rgb), .7); }
.advisor-modal-cta a.btn { margin-top: 16px; }

@media (max-width: 900px) {
  .advisor-modal-layout { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .advisor-modal-left { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, .1); max-height: 45vh; }
}

/* ── Icon-flow panel (icons converging into a hub) ──────────── */
.flow-panel {
  max-width: 1080px; margin: 60px auto 0; border-radius: 28px; padding: 56px;
  background: #f7f5f0;
  border: 1px solid rgba(0, 0, 0, .06); overflow: hidden;
}
.flow-panel .eyebrow { color: var(--orange-deep); }
.flow-panel h2 { color: #14161f; }
.flow-panel .triad-p { color: #4b5061; }
.flow-panel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.flow-diagram { position: relative; height: 480px; }
.flow-icon {
  position: absolute; transform: translate(-50%, -50%); width: 56px; height: 56px; border-radius: 50%;
  background: #fff; border: 1px solid rgba(var(--orange-rgb), .35);
  display: grid; place-items: center; color: var(--orange-deep); box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}
.flow-icon svg { width: 26px; height: 26px; }
@keyframes flowFloatA { 0%, 100% { transform: translate(-50%, -50%); } 50% { transform: translate(calc(-50% + 5px), calc(-50% - 7px)); } }
@keyframes flowFloatB { 0%, 100% { transform: translate(-50%, -50%); } 50% { transform: translate(calc(-50% - 6px), calc(-50% - 3px)); } }
@keyframes flowFloatC { 0%, 100% { transform: translate(-50%, -50%); } 50% { transform: translate(calc(-50% + 4px), calc(-50% + 6px)); } }
.flow-icon { animation: flowFloatA 6s ease-in-out infinite; }
.flow-icon:nth-child(3n) { animation-name: flowFloatB; animation-duration: 7.5s; }
.flow-icon:nth-child(3n+1) { animation-name: flowFloatC; animation-duration: 8.5s; }
.flow-icon:nth-child(odd) { animation-delay: -2.5s; }
.flow-icon:nth-child(4n) { animation-delay: -4.5s; }
@media (prefers-reduced-motion: reduce) { .flow-icon { animation: none; } }
.flow-hub { position: absolute; left: 82.5%; top: 50%; transform: translate(-50%, -50%); width: 76px; height: 76px; border-radius: 18px; box-shadow: 0 12px 40px rgba(var(--orange-deep-rgb), .3); }
.flow-bullets { display: flex; flex-direction: column; gap: 24px; margin-top: 28px; }
.flow-bullet { display: flex; align-items: flex-start; gap: 14px; }
.flow-bullet-dot { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: rgba(var(--orange-rgb), .14); border: 1px solid rgba(var(--orange-rgb), .4); color: var(--orange-deep); display: grid; place-items: center; font-weight: 800; font-size: 13px; margin-top: 2px; }
.flow-panel .flow-bullet-label { color: #14161f; }
.flow-panel .flow-bullet-body { color: #4b5061; }
.flow-panel .btn-secondary { border-color: rgba(0, 0, 0, .18); background: rgba(0, 0, 0, .03); color: #14161f; }
.flow-panel .btn-secondary:hover { background: rgba(0, 0, 0, .08); }
.flow-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.flow-bullet-label { font-size: 16px; font-weight: 800; letter-spacing: .01em; }
.flow-bullet-body { margin: 6px 0 0; font-size: 14px; line-height: 1.6; color: rgba(var(--text-rgb), .7); }

/* ── Curriculum timeline (Certification page) ────────────────── */
.curriculum-list { max-width: 760px; margin: 56px auto 0; position: relative; }
.curriculum-list::before { content: ''; position: absolute; left: 27px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(180deg, rgba(var(--orange-rgb), .5), rgba(var(--orange-rgb), .05)); }
.curriculum-phase { position: relative; display: flex; gap: 24px; padding-bottom: 40px; }
.curriculum-phase:last-child { padding-bottom: 0; }
.curriculum-phase-num { flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--orange-deep) 60%, var(--orange-red)); border: none; display: grid; place-items: center; font-family: var(--font-mono); font-weight: 800; font-size: 18px; color: #fff; z-index: 1; box-shadow: 0 10px 28px rgba(var(--orange-deep-rgb), .5), inset 0 1px 0 rgba(255, 255, 255, .35); transition: transform .25s, box-shadow .25s; }
.curriculum-phase:hover .curriculum-phase-num { transform: scale(1.12); box-shadow: 0 14px 34px rgba(var(--orange-deep-rgb), .68), inset 0 1px 0 rgba(255, 255, 255, .4); }
.curriculum-phase-title { font-size: 20px; font-weight: 800; }
.curriculum-phase-body { margin-top: 8px; font-size: 14.5px; line-height: 1.6; color: rgba(var(--text-rgb), .72); max-width: 560px; }
.curriculum-phase-meta { margin-top: 10px; display: inline-block; padding: 5px 12px; border-radius: 100px; background: rgba(var(--orange-rgb), .1); border: 1px solid rgba(var(--orange-rgb), .25); font-size: 11.5px; font-weight: 700; letter-spacing: .05em; color: var(--amber-light); }

/* ── Mastery workshop cards ──────────────────────────────────── */
.mastery-list { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-direction: column; gap: 10px; }
.mastery-list li { position: relative; padding-left: 26px; font-size: 14.5px; line-height: 1.5; color: rgba(var(--text-rgb), .8); }
.mastery-list li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 800; }

/* ── Image placeholder (swap for real <img>) ─────────────────── */
.img-ph { position: relative; border-radius: 18px; border: 1px dashed rgba(255, 255, 255, .22); background: linear-gradient(180deg, rgba(var(--orange-rgb), .07), rgba(255, 255, 255, .015)); display: grid; place-items: center; color: rgba(var(--text-rgb), .5); text-align: center; overflow: hidden; }
.img-ph svg { width: 34px; height: 34px; color: var(--orange); opacity: .85; }
.img-ph-label { margin-top: 8px; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.story-founder { display: grid; grid-template-columns: 360px 1fr; gap: 48px; align-items: center; max-width: 900px; margin: 28px auto 0; }
@media (max-width: 820px) { .story-founder { grid-template-columns: 1fr; gap: 28px; } .story-founder .img-ph { max-width: 320px; margin: 0 auto; } }

/* ── "I love PlaybookBuilder" testimonial grid (Implementers) ── */
.love-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px 18px; margin-top: 48px; }
.love-tile { text-align: center; }
.love-avatar { width: 116px; height: 116px; border-radius: 50%; margin: 0 auto; object-fit: cover; object-position: center 22%; display: grid; place-items: center; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); color: #fff; font-weight: 800; font-size: 26px; border: 2px solid rgba(255, 255, 255, .14); box-shadow: 0 6px 18px rgba(0, 0, 0, .25); }
.love-quote { margin: 12px 0 0; font-size: 12.5px; line-height: 1.5; font-style: italic; color: rgba(var(--text-rgb), .82); }
.love-name { margin-top: 8px; font-size: 12px; font-weight: 700; letter-spacing: .02em; color: var(--amber-light); }
.love-title { margin-top: 3px; font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: rgba(var(--text-rgb), .5); }
@media (max-width: 1100px) { .love-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) { .love-grid { grid-template-columns: repeat(2, 1fr); } }

/* ── Affiliate step row (Implementers page) ─────────────────── */
.affiliate-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 40px; }
.affiliate-step { padding: 26px 18px; border-radius: 14px; text-align: center; font-size: 14px; font-weight: 700; line-height: 1.4; color: #fff; }
.affiliate-step-num { font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: .1em; opacity: .7; margin-bottom: 8px; }

/* ── Capability icon (line-art SVG in a circle badge) ────────── */
.capability-icon { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid var(--orange-deep); color: #14161f; }
.capability-icon svg { width: 24px; height: 24px; }

/* ── Knockout cards (light bg, dark text — for big punchy labels) ── */
.knockout-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.knockout-card { background: radial-gradient(200px 200px at 100% 100%, rgba(var(--orange-deep-rgb), .45), rgba(var(--orange-rgb), .2) 46%, transparent 74%), #fff; border-radius: 20px; padding: 40px 32px; transition: transform .3s, box-shadow .3s; }
.knockout-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(var(--orange-deep-rgb), .2); }
.knockout-card-kicker { font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .14em; color: var(--orange-deep); }
.knockout-card-title { margin-top: 12px; font-size: 34px; font-weight: 900; letter-spacing: -.02em; line-height: 1.05; color: #14161f; }
.knockout-card-sub { margin-top: 12px; font-size: 15.5px; font-weight: 700; color: #2c303c; }
.knockout-card-body { margin-top: 8px; font-size: 14.5px; line-height: 1.65; color: #5b6070; }

/* ── Light panel (for embedding light-background graphics cleanly) ── */
.light-panel { border-radius: 28px; background: #f7f5f0; padding: 64px 48px; text-align: center; }
.light-panel .eyebrow { color: var(--orange-deep); }
.light-panel h2 { color: #14161f; }
.light-panel p { color: #4b5061; }

/* ── Inner-page hero (Platform, Process, etc. stub pages) ──── */
.page-hero { position: relative; padding: 150px 40px 90px; text-align: center; overflow: hidden; }
.page-hero-h1 { margin: 24px auto 0; max-width: 820px; font-size: 64px; font-weight: 900; letter-spacing: -.035em; line-height: 1.04; text-wrap: balance; }
.page-hero-sub { margin: 22px auto 0; max-width: 640px; font-size: 19px; line-height: 1.65; color: rgba(var(--text-rgb), .78); }
.page-section { padding: 60px 0 120px; }
.page-placeholder {
  max-width: 760px;
  margin: 0 auto;
  padding: 32px;
  border-radius: 16px;
  border: 1px dashed rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .02);
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(var(--text-rgb), .6);
  text-align: center;
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .nav-mobile.is-open { display: flex; }
  .hero-ctas, .cta-ctas { flex-wrap: wrap; }
  .hero-h1 { font-size: 52px; }
  .triad-h2, .cta-h2 { font-size: 38px; }
  .stats, .triad-cards, .how-steps, .footer-grid, .mock-grid, .mock-cards { grid-template-columns: 1fr; }
  .testimonial-card { max-width: 100%; flex-basis: 100%; }
  .process-flow { flex-direction: column; }
  .process-arrow { transform: rotate(90deg); padding: 6px 0; }
  .mock-chip-left, .mock-chip-right { display: none; }
  .feature-row { grid-template-columns: 1fr; }
  .feature-row.reverse .visual-panel { order: 0; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .usecase-points { grid-template-columns: 1fr; }
  .page-hero-h1 { font-size: 40px; }
  .advisors-grid { grid-template-columns: 1fr; }
  .affiliate-steps { grid-template-columns: 1fr 1fr; }
  .story-stats { grid-template-columns: 1fr !important; gap: 40px !important; }
  .story-stats > div { border-right: none !important; }
  .knockout-cards { grid-template-columns: 1fr !important; }
  .light-panel { padding: 40px 24px; }
  .two-col-cards { grid-template-columns: 1fr !important; }
  .video-testimonial-grid { grid-template-columns: 1fr 1fr; }
  .flow-panel-grid { grid-template-columns: 1fr; }
  .flow-diagram { height: 340px; }
  .flow-panel { padding: 32px 24px; }
  .tri-band { grid-template-columns: 1fr !important; }
  .tri-band > div { border-right: none !important; padding: 18px 0 !important; }
}

@media (max-width: 600px) {
  .container { padding: 0 20px; }
  .nav-inner { padding: 15px 20px; }
  .hero-ctas .btn, .cta-ctas .btn { width: 100%; max-width: 330px; }
  .cta { padding: 92px 22px 100px; }
  .cta-ctas { gap: 12px; }
}

/* ---- Cookie consent bar (gates Google Tag Manager; see build.js) ---- */
.consent-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9998;
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 12px 28px; padding: 16px 24px;
  border-top: 1px solid rgba(var(--orange-rgb), .28);
  background: linear-gradient(160deg, #10152e, #0a0e22);
  box-shadow: 0 -14px 40px rgba(0, 0, 0, .45);
  animation: consentUp .32s ease;
}
/* The bar is toggled with the `hidden` attribute, which the display above would
   otherwise defeat. */
.consent-bar[hidden] { display: none; }
@keyframes consentUp { from { transform: translateY(100%); } to { transform: none; } }
.consent-bar-text { margin: 0; font-size: 14.5px; line-height: 1.55; color: rgba(var(--text-rgb), .82); }
.consent-bar-text a { color: var(--amber-light); text-decoration: underline; text-underline-offset: 2px; }
.consent-bar-actions { display: flex; align-items: center; gap: 10px; }
.consent-btn {
  padding: 10px 22px; border-radius: 10px; font-family: inherit; font-size: 14.5px;
  font-weight: 700; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s, border-color .18s;
}
.consent-btn:focus-visible { outline: 2px solid var(--amber-light); outline-offset: 2px; }
.consent-btn-primary {
  border: 0; color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep) 60%, var(--orange-red));
  box-shadow: 0 8px 22px rgba(var(--orange-deep-rgb), .42);
}
.consent-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(var(--orange-deep-rgb), .55); }
.consent-btn-ghost {
  border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .03);
  color: rgba(var(--text-rgb), .85);
}
.consent-btn-ghost:hover { border-color: rgba(255, 255, 255, .32); background: rgba(255, 255, 255, .07); }
@media (max-width: 640px) {
  .consent-bar { flex-direction: column; align-items: stretch; text-align: center; padding: 18px 20px; gap: 14px; }
  .consent-bar-actions { justify-content: center; }
  .consent-btn { flex: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .consent-bar { animation: none; }
}
