:root {
  --bg: #050608;
  --ink: #f8fafc;
  --muted: #a8b0bd;
  --card: #101319;
  --line: rgba(248, 250, 252, 0.14);
  --accent: #eaff00;
  --accent-dark: #eaff00;
  --green: #eaff00;
  --navy: #050608;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 12%, rgba(234,255,0,.16), transparent 25rem),
    radial-gradient(circle at 10% 8%, rgba(255,255,255,.08), transparent 24rem),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    var(--bg);
  background-size: auto, auto, 22px 22px, 22px 22px, auto;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(5, 6, 8, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -0.02em; }
.brand-mark {
  display: grid; place-items: center;
  width: 38px; height: 38px; border-radius: 12px;
  color: #050608; background: var(--accent); font-size: 13px;
  box-shadow: 0 0 28px rgba(234,255,0,.24);
}
.nav { display: flex; align-items: center; gap: 22px; font-size: 14px; color: var(--muted); }
.nav a:hover { color: var(--ink); }
.nav-cta { color: var(--ink) !important; font-weight: 800; }

.section { padding: 82px clamp(20px, 5vw, 72px); max-width: 1240px; margin: 0 auto; }
.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); gap: clamp(30px, 5vw, 76px); align-items: center; min-height: 82vh; }
.eyebrow { color: var(--accent-dark); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .13em; margin: 0 0 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 6.2vw, 76px); line-height: .93; letter-spacing: -.065em; margin-bottom: 24px; max-width: 820px; }
h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1; letter-spacing: -.045em; margin-bottom: 18px; }
h3 { font-size: 19px; letter-spacing: -.02em; margin-bottom: 8px; }
.hero-lede { font-size: clamp(18px, 2vw, 22px); color: var(--muted); max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 850; border: 1px solid var(--line); cursor: pointer; }
.button.primary { color: #050608; background: var(--accent); border-color: var(--accent); box-shadow: 0 0 0 1px rgba(234,255,0,.18), 0 18px 50px rgba(234,255,0,.22); }
.button.secondary { background: rgba(255,255,255,.055); color: var(--ink); border-color: rgba(255,255,255,.18); }
.button:hover { transform: translateY(-1px); }
.trust-note { color: var(--muted); font-weight: 650; }

.audit-card, .feature-card, .deliverable, .price-card, .faq-list details, .contact-form {
  background: rgba(16, 19, 25, 0.82);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.audit-card { padding: 26px; transform: rotate(1.1deg); backdrop-filter: blur(18px); }
.card-header { display: flex; flex-direction: column; gap: 7px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.card-header span { color: var(--muted); font-size: 14px; font-weight: 700; }
.card-header strong { font-size: 24px; letter-spacing: -.03em; }
.score-list { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 12px; }
.score-list li { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 14px; border-radius: 16px; background: rgba(255,255,255,.055); border: 1px solid var(--line); }
.score-list b { color: var(--green); }
.mini-roadmap { padding: 18px; border-radius: 20px; background: var(--accent); color: #050608; }
.mini-roadmap p { margin-bottom: 6px; color: #050608; font-size: 13px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }

.logo-strip { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: center; padding-top: 8px; padding-bottom: 34px; color: var(--muted); }
.logo-strip b { color: var(--ink); padding: 10px 16px; background: rgba(255,255,255,.055); border: 1px solid var(--line); border-radius: 999px; }
.audience-panel { text-align: center; padding-top: 34px; padding-bottom: 44px; }
.audience-panel h2 { max-width: 900px; margin: 0 auto 24px; font-size: clamp(30px, 4.7vw, 58px); line-height: .98; letter-spacing: -.045em; }
.benefit-pills { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; max-width: 1120px; margin: 0 auto; }
.benefit-pills b { display: flex; align-items: center; justify-content: center; min-height: 86px; padding: 18px; color: var(--ink); background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.035)); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.benefit-pills b:first-child { background: var(--accent); color: #050608; box-shadow: 0 18px 60px rgba(234,255,0,.18); }
@media (max-width: 900px) { .benefit-pills { grid-template-columns: 1fr; } .benefit-pills b { min-height: auto; } }

.split { display: grid; grid-template-columns: .78fr 1.22fr; gap: 48px; align-items: start; }
.grid.two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-card { padding: 24px; box-shadow: none; }
.feature-card p, .deliverable p, .price-card p, .steps p, .faq-list p { color: var(--muted); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.deliverable-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.deliverable { padding: 24px; box-shadow: none; }
.deliverable span, .steps span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: #050608; font-weight: 950; margin-bottom: 18px; }

.process { background: rgba(255,255,255,.045); color: white; max-width: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process > * { max-width: 1120px; margin-left: auto; margin-right: auto; }
.process .eyebrow { color: var(--accent); }
.process p { color: #cbd5e1; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding: 0; margin: 0 auto; }
.steps li { padding: 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; }
.steps span { background: var(--accent); color: #050608; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.price-card { position: relative; padding: 28px; box-shadow: none; }
.price-card.featured { background: linear-gradient(180deg, rgba(234,255,0,.14), rgba(16,19,25,.92)); color: white; transform: translateY(-10px); box-shadow: var(--shadow); border-color: rgba(234,255,0,.42); }
.price-card.featured p, .price-card.featured li { color: #d1d5db; }
.price { font-size: 34px; color: inherit !important; font-weight: 950; letter-spacing: -.04em; margin-bottom: 12px; }
.price-card ul { padding-left: 20px; margin-bottom: 0; }
.badge { position: absolute; top: 18px; right: 18px; background: var(--accent); color: #050608; padding: 7px 10px; border-radius: 999px; font-size: 12px; font-weight: 950; }

.proof { display: grid; grid-template-columns: .72fr 1.28fr; gap: 42px; align-items: start; }
.use-case-list { display: grid; gap: 12px; }
.use-case-list p { margin: 0; padding: 18px 20px; background: rgba(255,255,255,.055); border: 1px solid var(--line); border-radius: 18px; color: var(--muted); }
.use-case-list b { color: var(--ink); }

.faq-list { display: grid; gap: 14px; }
.faq-list details { padding: 20px 22px; box-shadow: none; }
.faq-list summary { cursor: pointer; font-weight: 900; }
.faq-list p { margin: 12px 0 0; }

.cta-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 44px; align-items: start; }
.contact-form { padding: 28px; display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 7px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 13px 14px; font: inherit; background: rgba(255,255,255,.06); color: var(--ink); }
input::placeholder, textarea::placeholder { color: rgba(248,250,252,.42); }
.form-note { color: var(--muted); font-size: 13px; margin-bottom: 0; }
.disclaimer { padding-top: 36px; color: var(--muted); font-size: 14px; }
.disclaimer h2 { color: var(--ink); font-size: 24px; }
.footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding: 30px clamp(20px, 5vw, 72px); border-top: 1px solid var(--line); color: var(--muted); }
.footer p { margin: 0; }

@media (max-width: 900px) {
  .nav { display: none; }
  .hero, .split, .proof, .cta-section { grid-template-columns: 1fr; }
  .deliverable-grid, .pricing-grid, .steps { grid-template-columns: 1fr; }
  .grid.two { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .audit-card { transform: none; }
  .section { padding-top: 62px; padding-bottom: 62px; }
}

.legal-page { max-width: 860px; }
.legal-page h1 { font-size: clamp(38px, 5vw, 62px); }
.legal-page h2 { font-size: 25px; margin-top: 32px; }
.legal-page a { text-decoration: underline; text-underline-offset: 3px; }

.sample-scorecard { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 34px 0; }
.sample-scorecard div { background: rgba(16,19,25,.86); border: 1px solid var(--line); border-radius: 18px; padding: 18px; }
.sample-scorecard span { display: block; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; }
.sample-scorecard strong { font-size: 20px; letter-spacing: -.03em; }
.audit-table { display: grid; gap: 8px; margin: 22px 0 34px; }
.audit-row { display: grid; grid-template-columns: 1.6fr .6fr .7fr .4fr; gap: 10px; align-items: center; padding: 14px 16px; background: rgba(255,255,255,.055); border: 1px solid var(--line); border-radius: 14px; }
.audit-head { background: var(--accent); color: #050608; font-weight: 950; }
.number-list { color: var(--muted); }
.number-list strong { color: var(--ink); }
.callout-box { margin: 30px 0; padding: 24px; border-radius: 24px; background: rgba(234,255,0,.12); border: 1px solid rgba(234,255,0,.32); color: white; }
.callout-box p { color: #d1d5db; margin-bottom: 0; }
@media (max-width: 900px) { .sample-scorecard, .audit-row { grid-template-columns: 1fr; } }

.fit-check { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-top: 8px; padding-bottom: 34px; }
.fit-check > div { max-width: 780px; padding: 22px 24px; background: rgba(255,255,255,.055); border: 1px solid var(--line); border-radius: 24px; }
.fit-check p { margin: 0; color: var(--muted); font-size: 18px; }
.fit-check a:not(.button) { color: var(--ink); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.fit-check .eyebrow { display: block; margin-bottom: 8px; }
@media (max-width: 900px) { .fit-check { align-items: stretch; flex-direction: column; } }

.muted-copy { color: var(--muted); max-width: 760px; }
.wide-table .audit-row { grid-template-columns: .8fr 1.55fr 1.1fr .55fr; }
@media (max-width: 900px) { .wide-table .audit-row { grid-template-columns: 1fr; } }

/* Executive AI assurance visual system */
:root {
  --bg: #030711;
  --ink: #f7f9ff;
  --muted: #98a6bd;
  --card: #08111f;
  --line: rgba(134, 163, 211, 0.18);
  --accent: #2f6bff;
  --accent-dark: #8fb3ff;
  --gold: #d8b76a;
  --green: #d8b76a;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
}
body {
  background:
    radial-gradient(circle at 72% 18%, rgba(47,107,255,.22), transparent 25rem),
    radial-gradient(circle at 92% 32%, rgba(216,183,106,.16), transparent 20rem),
    radial-gradient(circle at 14% 10%, rgba(89,132,255,.12), transparent 28rem),
    linear-gradient(rgba(143,179,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143,179,255,.035) 1px, transparent 1px),
    #030711;
  background-size: auto, auto, auto, 28px 28px, 28px 28px, auto;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(3,7,17,.18), rgba(3,7,17,.86));
  z-index: -1;
}
.site-header { background: rgba(3, 7, 17, 0.82); border-bottom-color: rgba(134,163,211,.13); }
.brand-mark {
  color: #f7f9ff;
  background: linear-gradient(135deg, rgba(47,107,255,.95), rgba(216,183,106,.7));
  border: 1px solid rgba(216,183,106,.34);
  box-shadow: 0 0 34px rgba(47,107,255,.34);
}
.eyebrow { color: var(--gold); }
h1 { max-width: 760px; }
.accent-text {
  display: inline-block;
  color: #6f97ff;
  text-shadow: 0 0 28px rgba(47,107,255,.34);
}
.button.primary {
  color: #fff;
  background: linear-gradient(135deg, #245fff, #5c86ff);
  border-color: rgba(143,179,255,.72);
  box-shadow: 0 0 0 1px rgba(143,179,255,.18), 0 20px 60px rgba(47,107,255,.35);
}
.button.secondary { background: rgba(8,17,31,.65); border-color: rgba(216,183,106,.25); }
.audit-card, .feature-card, .deliverable, .price-card, .faq-list details, .contact-form {
  background: linear-gradient(180deg, rgba(12, 24, 43, .86), rgba(5, 10, 20, .78));
  border-color: rgba(134,163,211,.18);
  box-shadow: 0 26px 90px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.04);
}
.assurance-card {
  position: relative;
  overflow: hidden;
  transform: none;
  border-color: rgba(143,179,255,.32);
}
.assurance-card::before {
  content: "";
  position: absolute;
  inset: -35%;
  background: radial-gradient(circle, rgba(47,107,255,.24), transparent 34%), radial-gradient(circle at 72% 42%, rgba(216,183,106,.22), transparent 20%);
  filter: blur(10px);
  opacity: .9;
}
.assurance-card > * { position: relative; }
.system-core {
  display: grid;
  place-items: center;
  min-height: 172px;
  margin-bottom: 22px;
  border-radius: 24px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(47,107,255,.18), rgba(216,183,106,.08)),
    linear-gradient(rgba(143,179,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143,179,255,.08) 1px, transparent 1px),
    rgba(4,9,18,.74);
  background-size: auto, 18px 18px, 18px 18px, auto;
  border: 1px solid rgba(143,179,255,.28);
  box-shadow: inset 0 0 45px rgba(47,107,255,.16), 0 0 50px rgba(47,107,255,.16);
}
.system-core span { color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.system-core strong { display: block; margin-top: 6px; font-size: 23px; letter-spacing: -.03em; }
.score-list li { background: rgba(5,10,20,.68); border-color: rgba(134,163,211,.18); }
.score-list b { color: var(--gold); }
.mini-roadmap {
  background: linear-gradient(135deg, rgba(47,107,255,.94), rgba(8,17,31,.92));
  color: #fff;
  border: 1px solid rgba(216,183,106,.3);
}
.mini-roadmap p { color: var(--gold); }
.audience-panel h2 { max-width: 980px; }
.benefit-pills b {
  background: linear-gradient(180deg, rgba(12,24,43,.88), rgba(5,10,20,.72));
  border-color: rgba(134,163,211,.18);
}
.benefit-pills b:first-child {
  background: linear-gradient(135deg, rgba(47,107,255,.95), rgba(6,13,28,.9));
  color: #fff;
  border-color: rgba(143,179,255,.42);
}
.deliverable span, .steps span {
  background: linear-gradient(135deg, #2f6bff, #d8b76a);
  color: #fff;
}
.process {
  background: linear-gradient(180deg, rgba(8,17,31,.88), rgba(3,7,17,.9));
  border-top-color: rgba(216,183,106,.18);
  border-bottom-color: rgba(216,183,106,.18);
}
.process .eyebrow { color: var(--gold); }
.steps li { background: rgba(5,10,20,.58); border-color: rgba(134,163,211,.18); }
.price-card.featured {
  background: linear-gradient(180deg, rgba(216,183,106,.18), rgba(47,107,255,.13) 38%, rgba(8,17,31,.95));
  border-color: rgba(216,183,106,.58);
  box-shadow: 0 26px 90px rgba(0,0,0,.46), 0 0 44px rgba(216,183,106,.12);
}
.badge { background: var(--gold); color: #030711; }
.audit-head { background: linear-gradient(135deg, #2f6bff, #d8b76a); color: #fff; }
.callout-box { background: rgba(47,107,255,.13); border-color: rgba(143,179,255,.28); }
.fit-check > div, .use-case-list p { background: rgba(8,17,31,.62); border-color: rgba(134,163,211,.18); }

/* Premium motion system */
@media (prefers-reduced-motion: no-preference) {
  .site-header { animation: header-settle .7s ease both; }
  .hero-copy > *, .assurance-card { opacity: 0; animation: hero-rise .85s cubic-bezier(.2,.8,.2,1) both; }
  .hero-copy .eyebrow { animation-delay: .05s; }
  .hero-copy h1 { animation-delay: .14s; }
  .hero-copy .hero-lede { animation-delay: .24s; }
  .hero-copy .hero-actions { animation-delay: .34s; }
  .hero-copy .trust-note { animation-delay: .44s; }
  .assurance-card { animation-delay: .26s; }

  .reveal-ready { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1), filter .8s ease; filter: blur(6px); }
  .reveal-ready.in-view { opacity: 1; transform: translateY(0); filter: blur(0); }
  .stagger-ready > * { opacity: 0; transform: translateY(18px); transition: opacity .72s cubic-bezier(.2,.8,.2,1), transform .72s cubic-bezier(.2,.8,.2,1), border-color .25s ease, box-shadow .25s ease; }
  .stagger-ready.in-view > * { opacity: 1; transform: translateY(0); }
  .stagger-ready.in-view > *:nth-child(2) { transition-delay: .08s; }
  .stagger-ready.in-view > *:nth-child(3) { transition-delay: .16s; }
  .stagger-ready.in-view > *:nth-child(4) { transition-delay: .24s; }
  .stagger-ready.in-view > *:nth-child(5) { transition-delay: .32s; }
  .stagger-ready.in-view > *:nth-child(6) { transition-delay: .40s; }

  .feature-card:hover, .deliverable:hover, .price-card:hover, .use-case-list p:hover, .faq-list details:hover {
    transform: translateY(-4px);
    border-color: rgba(216,183,106,.38);
    box-shadow: 0 24px 70px rgba(0,0,0,.35), 0 0 36px rgba(47,107,255,.10);
  }
  .feature-card, .deliverable, .price-card, .use-case-list p, .faq-list details { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
  .system-core { animation: assurance-pulse 5.8s ease-in-out infinite; }
  .steps li { position: relative; overflow: hidden; }
  .steps li::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0%, rgba(143,179,255,.12) 45%, transparent 62%);
    transform: translateX(-130%);
    transition: transform .9s ease;
  }
  .steps.in-view li::after { transform: translateX(130%); }

  @keyframes hero-rise { from { opacity: 0; transform: translateY(24px); filter: blur(8px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }
  @keyframes header-settle { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes assurance-pulse { 0%,100% { box-shadow: inset 0 0 45px rgba(47,107,255,.16), 0 0 46px rgba(47,107,255,.14); } 50% { box-shadow: inset 0 0 65px rgba(47,107,255,.24), 0 0 70px rgba(216,183,106,.14); } }
}

/* Modern executive scroll layer */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 50;
  background: rgba(143,179,255,.08);
}
.scroll-progress span {
  display: block;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #2f6bff, #d8b76a);
  box-shadow: 0 0 22px rgba(47,107,255,.55);
}
@media (prefers-reduced-motion: no-preference) {
  .parallax-card {
    transform: translate3d(0, var(--float-y, 0), 0) rotateX(var(--tilt-x, 0)) !important;
    transition: transform .12s linear;
    will-change: transform;
  }
  .assurance-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 12%, rgba(143,179,255,.16) 42%, transparent 58%);
    transform: translateX(calc(-130% + (var(--float-y, 0px) * -2)));
    opacity: .55;
    mix-blend-mode: screen;
  }
  .process { position: relative; overflow: hidden; }
  .process::before {
    content: "";
    position: absolute;
    left: clamp(20px, 5vw, 72px);
    right: clamp(20px, 5vw, 72px);
    top: 50%;
    height: 1px;
    max-width: 1120px;
    margin: 0 auto;
    background: linear-gradient(90deg, #2f6bff, #d8b76a);
    transform: scaleX(var(--process-progress, 0));
    transform-origin: left center;
    opacity: .42;
    box-shadow: 0 0 30px rgba(47,107,255,.38);
  }
  .steps li { z-index: 1; backdrop-filter: blur(12px); }
  .section.reveal-ready { transform: translateY(34px) scale(.985); }
  .section.reveal-ready.in-view { transform: translateY(0) scale(1); }
  .button, .brand, .nav a { transition: transform .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease; }
  .brand:hover, .nav a:hover { transform: translateY(-1px); }
}

/* Modern high-tech pricing cards */
.pricing-grid { perspective: 1200px; }
.price-card {
  overflow: hidden;
  isolation: isolate;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(143,179,255,.09), transparent 38%),
    linear-gradient(135deg, rgba(12,24,43,.94), rgba(4,9,18,.88));
  border-color: rgba(134,163,211,.22);
}
.price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(143,179,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143,179,255,.055) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.8), transparent 62%);
  opacity: .55;
  z-index: -1;
}
.price-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143,179,255,.75), transparent);
  opacity: .72;
}
.package-kicker {
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.package-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}
.package-meta span {
  padding: 7px 9px;
  border-radius: 999px;
  color: #c9d6ee;
  background: rgba(143,179,255,.075);
  border: 1px solid rgba(143,179,255,.16);
  font-size: 11px;
  font-weight: 800;
}
.price-card h3 { font-size: 22px; max-width: 82%; }
.price {
  font-size: clamp(38px, 4.2vw, 52px);
  line-height: .92;
  margin: 14px 0 16px;
  background: linear-gradient(180deg, #fff, #9fb8ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.price-card ul {
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}
.price-card li {
  position: relative;
  padding-left: 24px;
}
.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f6bff, #d8b76a);
  box-shadow: 0 0 18px rgba(47,107,255,.5);
}
.price-card.featured {
  transform: translateY(-14px) scale(1.025);
  background:
    radial-gradient(circle at 70% 0%, rgba(216,183,106,.24), transparent 34%),
    radial-gradient(circle at 20% 12%, rgba(47,107,255,.28), transparent 36%),
    linear-gradient(180deg, rgba(15,30,56,.98), rgba(4,9,18,.94));
}
.price-card.featured::after {
  background: linear-gradient(90deg, transparent, rgba(216,183,106,.9), rgba(143,179,255,.75), transparent);
}
.price-card.featured .price { background: linear-gradient(180deg, #fff7cf, #6f97ff); -webkit-background-clip: text; background-clip: text; }
.price-card.featured .package-meta span { border-color: rgba(216,183,106,.22); background: rgba(216,183,106,.08); }
@media (prefers-reduced-motion: no-preference) {
  .price-card:hover { transform: translateY(-8px) rotateX(1.5deg); }
  .price-card.featured:hover { transform: translateY(-18px) scale(1.025) rotateX(1.5deg); }
}
@media (max-width: 900px) {
  .price-card.featured, .price-card.featured:hover, .price-card:hover { transform: none; }
  .price-card h3 { max-width: none; }
}

/* Executive hero visual */
.hero-visual {
  position: relative;
  min-height: 560px;
  padding: 28px;
  border: 1px solid rgba(134,163,211,.22);
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(47,107,255,.24), transparent 34%),
    radial-gradient(circle at 76% 20%, rgba(216,183,106,.16), transparent 24%),
    linear-gradient(180deg, rgba(12,24,43,.82), rgba(3,7,17,.88));
  box-shadow: 0 34px 120px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.05);
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(143,179,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143,179,255,.045) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}
.visual-orbit {
  position: relative;
  height: 370px;
  display: grid;
  place-items: center;
  z-index: 1;
}
.orbit-ring {
  position: absolute;
  border: 1px solid rgba(143,179,255,.22);
  border-radius: 999px;
  box-shadow: inset 0 0 42px rgba(47,107,255,.06);
}
.ring-one { width: 310px; height: 310px; }
.ring-two { width: 230px; height: 230px; border-color: rgba(216,183,106,.22); }
.ring-three { width: 145px; height: 145px; border-color: rgba(143,179,255,.32); }
.visual-core {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 22px;
  background: linear-gradient(180deg, rgba(15,30,56,.94), rgba(4,9,18,.98));
  border: 1px solid rgba(216,183,106,.34);
  box-shadow: 0 0 60px rgba(47,107,255,.25), inset 0 0 30px rgba(216,183,106,.08);
}
.visual-core small { color: var(--gold); font-size: 10px; font-weight: 950; letter-spacing: .16em; }
.visual-core strong { font-size: 20px; line-height: 1.02; letter-spacing: -.04em; }
.orbit-node {
  position: absolute;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(5,10,20,.82);
  border: 1px solid rgba(143,179,255,.28);
  color: #dce7ff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 16px 45px rgba(0,0,0,.28);
}
.node-a { top: 62px; right: 50px; }
.node-b { bottom: 70px; left: 42px; }
.node-c { right: 24px; bottom: 112px; border-color: rgba(216,183,106,.35); }
.visual-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.visual-panel div, .visual-footer {
  background: rgba(3,7,17,.56);
  border: 1px solid rgba(134,163,211,.17);
  border-radius: 18px;
  padding: 15px;
}
.visual-panel span, .visual-footer span { display: block; color: var(--muted); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.visual-panel strong { display: block; margin-top: 5px; font-size: 20px; letter-spacing: -.03em; }
.visual-footer { position: relative; z-index: 1; margin-top: 10px; }
.visual-footer b { display: block; margin-top: 5px; color: #fff; }
@media (prefers-reduced-motion: no-preference) {
  .ring-one { animation: orbit-spin 28s linear infinite; }
  .ring-two { animation: orbit-spin 22s linear infinite reverse; }
  .ring-three { animation: assurance-pulse 5.8s ease-in-out infinite; }
  @keyframes orbit-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
}

/* Professional pricing override */
.price-card {
  background: linear-gradient(180deg, rgba(10,22,40,.88), rgba(5,10,20,.92));
  border-color: rgba(134,163,211,.2);
  border-radius: 26px;
  box-shadow: none;
}
.price-card::before { opacity: .22; }
.price-card::after { opacity: .42; }
.price-card.featured {
  background: linear-gradient(180deg, rgba(17,34,62,.94), rgba(5,10,20,.96));
  border-color: rgba(216,183,106,.42);
  box-shadow: 0 26px 80px rgba(0,0,0,.34);
}
.price {
  color: #fff !important;
  background: none !important;
  -webkit-background-clip: initial;
  background-clip: initial;
  font-size: clamp(34px, 3.5vw, 46px);
}
.package-meta span {
  background: rgba(255,255,255,.045);
  border-color: rgba(134,163,211,.16);
  color: #b8c5dc;
}
.price-card li::before {
  width: 6px;
  height: 6px;
  background: var(--gold);
  box-shadow: none;
  top: .72em;
}
@media (prefers-reduced-motion: no-preference) {
  .price-card:hover { transform: translateY(-3px); border-color: rgba(143,179,255,.3); box-shadow: 0 22px 70px rgba(0,0,0,.26); }
  .price-card.featured:hover { transform: translateY(-10px) scale(1.012); border-color: rgba(216,183,106,.52); }
}

/* Reference-inspired AI black-box hero */
.cube-hero {
  min-height: 560px;
  padding: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(47,107,255,.25), transparent 32%),
    radial-gradient(circle at 78% 45%, rgba(216,183,106,.17), transparent 20%),
    linear-gradient(180deg, rgba(5,12,25,.78), rgba(3,7,17,.92));
}
.cube-stage {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: inherit;
}
.cube-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 70%, rgba(47,107,255,.16), transparent 34%),
    linear-gradient(rgba(143,179,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143,179,255,.05) 1px, transparent 1px);
  background-size: auto, 22px 22px, 22px 22px;
  mask-image: radial-gradient(circle at center, black, transparent 82%);
}
.ai-cube {
  position: absolute;
  width: 170px;
  height: 170px;
  left: 50%;
  top: 42%;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotateX(-18deg) rotateY(38deg);
  filter: drop-shadow(0 0 38px rgba(47,107,255,.45));
}
.cube-face {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(143,179,255,.56);
  background:
    linear-gradient(rgba(143,179,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143,179,255,.12) 1px, transparent 1px),
    linear-gradient(135deg, rgba(10,25,50,.92), rgba(4,8,18,.94));
  background-size: 14px 14px, 14px 14px, auto;
  box-shadow: inset 0 0 42px rgba(47,107,255,.22), 0 0 28px rgba(47,107,255,.18);
}
.cube-front { display: grid; place-items: center; text-align: center; transform: translateZ(85px); }
.cube-front span { color: #9eb8ff; font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.cube-front b { display: block; margin-top: -48px; color: #fff; font-size: 16px; letter-spacing: .05em; }
.cube-top { transform: rotateX(90deg) translateZ(85px); background-color: rgba(12,31,65,.72); }
.cube-side { transform: rotateY(90deg) translateZ(85px); background-color: rgba(5,14,32,.86); }
.hero-side-panel {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 11px;
  padding: 16px;
  min-width: 128px;
  color: #dbe7ff;
  background: rgba(3,7,17,.58);
  border: 1px solid rgba(143,179,255,.24);
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(12px);
}
.hero-side-panel span, .hero-side-panel strong {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.input-panel { left: 8%; top: 25%; }
.insight-panel { right: 5%; top: 21%; border-color: rgba(216,183,106,.28); }
.insight-panel strong { color: var(--gold); margin-bottom: 3px; }
.signal-lines {
  position: absolute;
  z-index: 1;
  top: 38%;
  height: 96px;
  width: 190px;
  opacity: .9;
  background:
    linear-gradient(14deg, transparent 48%, rgba(47,107,255,.72) 49%, transparent 51%),
    linear-gradient(-6deg, transparent 48%, rgba(143,179,255,.5) 49%, transparent 51%),
    linear-gradient(-25deg, transparent 48%, rgba(216,183,106,.45) 49%, transparent 51%);
  filter: drop-shadow(0 0 10px rgba(47,107,255,.55));
}
.left-lines { left: 25%; transform: translateY(-50%); }
.right-lines { right: 22%; transform: translateY(-50%) scaleX(-1); }
.impact-panel {
  position: absolute;
  right: 7%;
  bottom: 15%;
  z-index: 2;
  width: 154px;
  height: 116px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(216,183,106,.25);
  background: rgba(3,7,17,.62);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: end;
  gap: 8px;
}
.impact-panel span {
  position: absolute;
  top: 12px;
  left: 14px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .12em;
}
.impact-panel i {
  width: 16px;
  height: var(--h);
  background: linear-gradient(180deg, #d8b76a, #2f6bff);
  border-radius: 5px 5px 2px 2px;
  box-shadow: 0 0 18px rgba(216,183,106,.22);
}
@media (prefers-reduced-motion: no-preference) {
  .ai-cube { animation: cube-float 6s ease-in-out infinite; }
  .signal-lines { animation: signal-pulse 2.8s ease-in-out infinite; }
  @keyframes cube-float {
    0%,100% { transform: translate(-50%, -50%) rotateX(-18deg) rotateY(38deg) translateY(0); }
    50% { transform: translate(-50%, -50%) rotateX(-18deg) rotateY(38deg) translateY(-10px); }
  }
  @keyframes signal-pulse { 0%,100% { opacity: .55; } 50% { opacity: 1; } }
}
@media (max-width: 900px) {
  .cube-hero, .cube-stage { min-height: 470px; }
  .input-panel { left: 5%; top: 10%; }
  .insight-panel { right: 5%; top: 10%; }
  .impact-panel { right: 5%; bottom: 8%; }
  .left-lines, .right-lines { display: none; }
  .ai-cube { width: 140px; height: 140px; top: 48%; }
  .cube-front { transform: translateZ(70px); }
  .cube-top { transform: rotateX(90deg) translateZ(70px); }
  .cube-side { transform: rotateY(90deg) translateZ(70px); }
}

/* Elaborated executive consulting depth */
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin: 22px 0 18px;
}
.hero-metrics div {
  padding: 15px 16px;
  border: 1px solid rgba(134,163,211,.18);
  border-radius: 18px;
  background: rgba(8,17,31,.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.hero-metrics span {
  display: block;
  color: #fff;
  font-weight: 950;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -.04em;
  line-height: 1;
}
.hero-metrics b {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}
.command-brief {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 34px;
  align-items: stretch;
}
.brief-copy {
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(216,183,106,.12), transparent 32%),
    linear-gradient(180deg, rgba(12,24,43,.8), rgba(5,10,20,.78));
  border: 1px solid rgba(216,183,106,.18);
}
.brief-copy p:not(.eyebrow) { color: #c3cee1; font-size: 18px; }
.brief-dossier {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.brief-dossier article,
.map-card,
.report-pane {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(134,163,211,.18);
  background: linear-gradient(180deg, rgba(12,24,43,.82), rgba(4,9,18,.8));
  box-shadow: 0 24px 80px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.04);
}
.brief-dossier article::before,
.map-card::before,
.report-pane::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, rgba(143,179,255,.08), transparent 48%);
  pointer-events: none;
}
.brief-dossier article > *,
.map-card > *,
.report-pane > * {
  position: relative;
  z-index: 1;
}
.brief-dossier span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 44px;
  color: #030711;
  background: var(--gold);
  border-radius: 50%;
  font-weight: 950;
}
.brief-dossier p, .map-card p { color: var(--muted); margin-bottom: 0; }
.intelligence-map .section-heading { max-width: 860px; }
.map-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.map-card small,
.card-kicker,
.report-label {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.map-card.priority {
  grid-row: span 2;
  background:
    radial-gradient(circle at 80% 8%, rgba(216,183,106,.18), transparent 34%),
    linear-gradient(180deg, rgba(17,34,62,.92), rgba(4,9,18,.86));
  border-color: rgba(216,183,106,.32);
}
.map-card.priority::before {
  opacity: .28;
}
.map-card.priority h3 {
  font-size: 30px;
  line-height: 1;
  margin-right: clamp(18px, 18%, 92px);
}
.boardroom-panel {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 38px;
  align-items: start;
}
.boardroom-list {
  display: grid;
  gap: 12px;
}
.boardroom-list p {
  margin: 0;
  padding: 20px 22px;
  border-radius: 20px;
  background: rgba(8,17,31,.64);
  border: 1px solid rgba(134,163,211,.18);
  color: var(--muted);
}
.boardroom-list b { color: #fff; }
.audit-dimensions .feature-card { min-height: 220px; }
.audit-dimensions .feature-card h3 { font-size: 24px; }
.report-preview {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 14px;
  margin: -8px 0 18px;
}
.report-pane b {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.main-report h3 { font-size: 28px; line-height: 1.05; max-width: 760px; }
.main-report p { color: var(--muted); margin-bottom: 0; }
.steps-six { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.steps-six li { padding: 20px; }
.steps-six h3 { font-size: 17px; }
.steps-six p { font-size: 14px; }
@media (prefers-reduced-motion: no-preference) {
  .brief-dossier article,
  .map-card,
  .boardroom-list p,
  .report-pane { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
  .brief-dossier article:hover,
  .map-card:hover,
  .boardroom-list p:hover,
  .report-pane:hover {
    transform: translateY(-4px);
    border-color: rgba(216,183,106,.34);
    box-shadow: 0 28px 90px rgba(0,0,0,.32), 0 0 40px rgba(47,107,255,.08);
  }
}
@media (max-width: 1100px) {
  .steps-six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .hero-metrics,
  .command-brief,
  .brief-dossier,
  .map-grid,
  .boardroom-panel,
  .report-preview { grid-template-columns: 1fr; }
  .brief-dossier span { margin-bottom: 20px; }
  .map-card.priority { grid-row: auto; }
  .steps-six { grid-template-columns: 1fr; }
}

/* Supporting image system */
.visual-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(134,163,211,.2);
  border-radius: 30px;
  background: rgba(4,9,18,.72);
  box-shadow: 0 30px 100px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.04);
}
.visual-card img {
  display: block;
  width: 100%;
  height: auto;
}
.inline-visual { margin-top: 26px; }
.inline-visual img { aspect-ratio: 1200 / 720; object-fit: cover; }
.wide-visual { margin: 8px 0 22px; }
.wide-visual img { aspect-ratio: 1200 / 820; object-fit: cover; }
.report-showcase {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 18px;
  align-items: stretch;
  margin: -8px 0 20px;
}
.report-image { min-height: 100%; }
.report-image img { height: 100%; object-fit: cover; }
.report-showcase .report-preview {
  grid-template-columns: 1fr;
  margin: 0;
}
.report-showcase .main-report { min-height: 220px; }
@media (prefers-reduced-motion: no-preference) {
  .visual-card {
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
  }
  .visual-card:hover {
    transform: translateY(-4px);
    border-color: rgba(216,183,106,.34);
    box-shadow: 0 34px 110px rgba(0,0,0,.38), 0 0 44px rgba(47,107,255,.10);
  }
  .wide-visual img, .inline-visual img, .report-image img {
    transition: transform .7s ease;
  }
  .visual-card:hover img { transform: scale(1.018); }
}
@media (max-width: 900px) {
  .report-showcase { grid-template-columns: 1fr; }
  .report-image img { height: auto; }
}

/* Above-the-fold visual proof strip */
.visual-proof-strip {
  padding-top: 10px;
  padding-bottom: 54px;
}
.visual-proof-heading {
  display: grid;
  grid-template-columns: .58fr 1.42fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}
.visual-proof-heading h2 {
  margin-bottom: 0;
  font-size: clamp(26px, 3.2vw, 42px);
}
.visual-proof-grid {
  display: grid;
  grid-template-columns: .9fr 1.2fr .9fr;
  gap: 16px;
  align-items: stretch;
}
.visual-proof-card {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(134,163,211,.22);
  background: linear-gradient(180deg, rgba(12,24,43,.88), rgba(4,9,18,.86));
  box-shadow: 0 26px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.04);
}
.visual-proof-card img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: #030711;
}
.featured-visual img { height: 310px; }
.visual-proof-card figcaption {
  display: grid;
  gap: 7px;
  padding: 18px 20px 20px;
}
.visual-proof-card b {
  color: #fff;
  font-size: 18px;
  letter-spacing: -.02em;
}
.visual-proof-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}
@media (prefers-reduced-motion: no-preference) {
  .visual-proof-card { transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
  .visual-proof-card img { transition: transform .8s ease; }
  .visual-proof-card:hover {
    transform: translateY(-5px);
    border-color: rgba(216,183,106,.36);
    box-shadow: 0 34px 110px rgba(0,0,0,.42), 0 0 44px rgba(47,107,255,.12);
  }
  .visual-proof-card:hover img { transform: scale(1.025); }
}
@media (max-width: 900px) {
  .visual-proof-heading,
  .visual-proof-grid { grid-template-columns: 1fr; }
  .visual-proof-card img,
  .featured-visual img { height: auto; }
}

/* Review fixes: force visible card styling and readable hero stats */
.hero-metrics div { display: grid; gap: 7px; }
.hero-metrics span, .hero-metrics b { display: block; }
.visual-proof-grid { align-items: stretch; }
.visual-proof-card { min-width: 0; }
.visual-proof-card img {
  max-height: 310px;
  min-height: 220px;
  object-fit: cover;
}
.visual-proof-card figcaption b,
.visual-proof-card figcaption span { display: block; }
.visual-proof-card figcaption b { margin-bottom: 6px; }
.featured-visual img { max-height: 340px; }
@media (max-width: 900px) {
  .visual-proof-card img,
  .featured-visual img { max-height: none; min-height: 0; object-fit: contain; }
}

/* Trust + sales conversion pass */
.trust-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
  padding-top: 34px;
  padding-bottom: 58px;
}
.trust-copy,
.founder-card,
.confidence-card {
  border: 1px solid rgba(134,163,211,.2);
  background: linear-gradient(180deg, rgba(12,24,43,.86), rgba(4,9,18,.82));
  border-radius: 30px;
  box-shadow: 0 26px 90px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.04);
}
.trust-copy { padding: 32px; }
.trust-copy p:not(.eyebrow), .founder-card p, .confidence-card p { color: var(--muted); }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.trust-grid article {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(134,163,211,.18);
  background: rgba(8,17,31,.64);
}
.trust-grid b {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
  letter-spacing: -.02em;
}
.trust-grid span { color: var(--muted); display: block; }
.confidence-section { padding-top: 56px; }
.confidence-grid {
  display: grid;
  grid-template-columns: 1.3fr .85fr .85fr;
  gap: 16px;
}
.confidence-card { padding: 26px; }
.confidence-card.large { grid-row: span 2; }
.confidence-card span {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.confidence-card h3 { font-size: 24px; line-height: 1.05; }
.confidence-card.large h3 { font-size: clamp(30px, 3vw, 44px); }
.confidence-card ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}
.confidence-card li {
  padding: 10px 12px;
  border-radius: 14px;
  color: #dbe7ff;
  background: rgba(143,179,255,.075);
  border: 1px solid rgba(143,179,255,.14);
  font-weight: 800;
}
.founder-note {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 30px;
  align-items: start;
}
.founder-card { padding: 30px; }
.founder-card p { font-size: 18px; }
.founder-card p:last-child { margin-bottom: 0; }
@media (prefers-reduced-motion: no-preference) {
  .trust-grid article,
  .confidence-card,
  .founder-card { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
  .trust-grid article:hover,
  .confidence-card:hover,
  .founder-card:hover {
    transform: translateY(-4px);
    border-color: rgba(216,183,106,.34);
    box-shadow: 0 30px 95px rgba(0,0,0,.35), 0 0 40px rgba(47,107,255,.08);
  }
}
@media (max-width: 900px) {
  .trust-panel,
  .trust-grid,
  .confidence-grid,
  .founder-note { grid-template-columns: 1fr; }
  .confidence-card.large { grid-row: auto; }
}

/* Premium sample audit report */
.sample-report-hero {
  display: grid;
  grid-template-columns: 1.02fr .78fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: 76vh;
}
.sample-cover-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 34px;
  border: 1px solid rgba(216,183,106,.28);
  background:
    radial-gradient(circle at 72% 8%, rgba(216,183,106,.18), transparent 30%),
    radial-gradient(circle at 16% 18%, rgba(47,107,255,.22), transparent 36%),
    linear-gradient(180deg, rgba(12,24,43,.94), rgba(4,9,18,.92));
  box-shadow: 0 34px 120px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.05);
}
.sample-cover-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(143,179,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(143,179,255,.055) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, black, transparent 72%);
}
.sample-cover-card > * { position: relative; }
.sample-cover-card span,
.report-meta-panel span,
.verdict-box span,
.dashboard-grid small,
.finding-card span,
.opportunity-lanes span,
.roadmap-timeline span {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.sample-cover-card h2 { font-size: clamp(34px, 4vw, 58px); margin-bottom: 10px; }
.sample-cover-card p { color: var(--muted); }
.cover-score-ring {
  width: 178px;
  height: 178px;
  margin: 28px auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background: radial-gradient(circle, rgba(47,107,255,.22), rgba(4,9,18,.9) 62%), conic-gradient(from 0deg, #d8b76a 0 74%, rgba(143,179,255,.18) 74% 100%);
  border: 1px solid rgba(216,183,106,.34);
  box-shadow: 0 0 70px rgba(47,107,255,.2);
}
.cover-score-ring b { display: block; font-size: 56px; line-height: .9; }
.cover-score-ring small { display: block; color: var(--muted); font-weight: 800; }
.sample-cover-card ul { display: grid; gap: 10px; padding: 0; list-style: none; }
.sample-cover-card li { padding: 11px 13px; border-radius: 14px; background: rgba(143,179,255,.075); border: 1px solid rgba(143,179,255,.14); color: #dbe7ff; font-weight: 800; }
.report-meta-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 10px;
}
.report-meta-panel div,
.executive-summary-page,
.report-dashboard,
.finding-section,
.risk-register-section,
.opportunity-map-section,
.roadmap-section,
.controls-section,
.sample-cta-block {
  border-radius: 34px;
}
.report-meta-panel div {
  padding: 24px;
  border: 1px solid rgba(134,163,211,.2);
  background: linear-gradient(180deg, rgba(12,24,43,.82), rgba(4,9,18,.78));
}
.report-meta-panel b { display: block; color: #fff; font-size: 20px; line-height: 1.1; margin-bottom: 10px; }
.report-meta-panel p { color: var(--muted); margin: 0; }
.report-page-heading { max-width: 860px; margin-bottom: 28px; }
.summary-layout { display: grid; grid-template-columns: 1.04fr .96fr; gap: 22px; align-items: stretch; }
.summary-copy,
.score-stack,
.premium-table,
.control-columns article,
.sample-cta-block {
  border: 1px solid rgba(134,163,211,.2);
  background: linear-gradient(180deg, rgba(12,24,43,.84), rgba(4,9,18,.78));
  box-shadow: 0 26px 90px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
}
.summary-copy { padding: 30px; border-radius: 30px; }
.summary-copy p { color: #c3cee1; font-size: 18px; }
.verdict-box { margin-top: 24px; padding: 22px; border-radius: 22px; background: rgba(216,183,106,.09); border: 1px solid rgba(216,183,106,.24); }
.verdict-box b { display: block; color: #fff; font-size: 21px; line-height: 1.22; }
.score-stack { padding: 24px; border-radius: 30px; display: grid; gap: 15px; }
.score-stack div { padding: 18px; border-radius: 20px; background: rgba(143,179,255,.06); border: 1px solid rgba(143,179,255,.12); }
.score-stack span { display: block; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.score-stack b { display: block; color: #fff; font-size: 28px; margin: 4px 0 12px; }
.score-stack i { display: block; height: 8px; width: 100%; border-radius: 999px; background: rgba(143,179,255,.14); overflow: hidden; }
.score-stack i::before { content: ""; display: block; width: var(--w); height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2f6bff, #d8b76a); }
.dashboard-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.dashboard-grid article,
.finding-card,
.opportunity-lanes article,
.roadmap-timeline article {
  padding: 24px;
  border: 1px solid rgba(134,163,211,.2);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(12,24,43,.84), rgba(4,9,18,.78));
}
.dashboard-grid strong { display: block; color: #fff; font-size: clamp(24px, 2.5vw, 36px); line-height: 1; letter-spacing: -.04em; margin-bottom: 12px; }
.dashboard-grid p,
.finding-card p,
.opportunity-lanes p,
.roadmap-timeline p { color: var(--muted); margin-bottom: 0; }
.finding-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; }
.priority-finding { grid-row: span 2; border-color: rgba(216,183,106,.34); background: radial-gradient(circle at 80% 0%, rgba(216,183,106,.16), transparent 34%), linear-gradient(180deg, rgba(16,31,56,.9), rgba(4,9,18,.8)); }
.priority-finding h3 { font-size: clamp(30px, 3vw, 44px); line-height: 1; }
.finding-recommendation { margin-top: 22px; padding: 18px; border-radius: 18px; color: #dbe7ff; background: rgba(47,107,255,.12); border: 1px solid rgba(143,179,255,.22); }
.premium-table { display: grid; gap: 8px; padding: 12px; border-radius: 28px; }
.premium-row { display: grid; grid-template-columns: 1fr 1.2fr 1.15fr .72fr; gap: 12px; align-items: center; padding: 16px 18px; border-radius: 18px; background: rgba(143,179,255,.055); border: 1px solid rgba(143,179,255,.1); color: var(--muted); }
.premium-head { color: #030711; background: linear-gradient(135deg, #d8b76a, #8fb3ff); font-weight: 950; }
.premium-row span:first-child { color: #fff; font-weight: 850; }
.premium-head span:first-child { color: #030711; }
.premium-row b { color: #fff; font-size: 13px; padding: 8px 10px; border-radius: 999px; background: rgba(216,183,106,.11); border: 1px solid rgba(216,183,106,.2); text-align: center; }
.opportunity-lanes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.opportunity-lanes article:first-child { border-color: rgba(216,183,106,.35); }
.roadmap-timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; position: relative; }
.roadmap-timeline article { position: relative; }
.roadmap-timeline h3, .opportunity-lanes h3 { font-size: 22px; }
.controls-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 30px; align-items: start; }
.control-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.control-columns article { padding: 24px; border-radius: 26px; }
.control-columns ul { padding-left: 18px; color: var(--muted); }
.control-columns li { margin: 8px 0; }
.sample-cta-block { text-align: center; max-width: 1080px; }
.sample-cta-block h2 { max-width: 900px; margin-left: auto; margin-right: auto; }
.sample-cta-block p { max-width: 780px; margin-left: auto; margin-right: auto; color: var(--muted); font-size: 18px; }
@media (prefers-reduced-motion: no-preference) {
  .sample-cover-card,
  .report-meta-panel div,
  .summary-copy,
  .score-stack,
  .dashboard-grid article,
  .finding-card,
  .premium-table,
  .opportunity-lanes article,
  .roadmap-timeline article,
  .control-columns article { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
  .sample-cover-card:hover,
  .report-meta-panel div:hover,
  .summary-copy:hover,
  .score-stack:hover,
  .dashboard-grid article:hover,
  .finding-card:hover,
  .opportunity-lanes article:hover,
  .roadmap-timeline article:hover,
  .control-columns article:hover { transform: translateY(-4px); border-color: rgba(216,183,106,.34); box-shadow: 0 30px 95px rgba(0,0,0,.34), 0 0 40px rgba(47,107,255,.08); }
}
@media (max-width: 1100px) {
  .dashboard-grid,
  .opportunity-lanes,
  .roadmap-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .finding-grid { grid-template-columns: 1fr 1fr; }
  .priority-finding { grid-column: 1 / -1; grid-row: auto; }
}
@media (max-width: 900px) {
  .sample-report-hero,
  .report-meta-panel,
  .summary-layout,
  .dashboard-grid,
  .finding-grid,
  .opportunity-lanes,
  .roadmap-timeline,
  .controls-section,
  .control-columns { grid-template-columns: 1fr; }
  .premium-row { grid-template-columns: 1fr; }
  .sample-cover-card { padding: 26px; }
}


/* Final brand palette adjustment: blue-led executive trust palette */
:root {
  --bg: #020817;
  --ink: #f7faff;
  --muted: #9fb0ca;
  --card: #08172b;
  --line: rgba(119, 164, 255, 0.22);
  --accent: #3b82f6;
  --accent-dark: #93c5fd;
  --gold: #8fb3ff;
  --green: #60a5fa;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}
body {
  background:
    radial-gradient(circle at 74% 16%, rgba(59,130,246,.26), transparent 27rem),
    radial-gradient(circle at 90% 34%, rgba(14,165,233,.16), transparent 22rem),
    radial-gradient(circle at 12% 8%, rgba(147,197,253,.14), transparent 30rem),
    linear-gradient(rgba(147,197,253,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147,197,253,.04) 1px, transparent 1px),
    #020817;
  background-size: auto, auto, auto, 28px 28px, 28px 28px, auto;
}
.brand-mark,
.button.primary,
.deliverable span,
.steps span,
.audit-head,
.premium-head,
.price-card li::before,
.score-stack i::before {
  background: linear-gradient(135deg, #2563eb, #60a5fa) !important;
  color: #fff !important;
}
.badge,
.brief-dossier span {
  background: #60a5fa !important;
  color: #020817 !important;
}
.eyebrow,
.package-kicker,
.map-card small,
.card-kicker,
.report-label,
.sample-cover-card span,
.report-meta-panel span,
.verdict-box span,
.dashboard-grid small,
.finding-card span,
.opportunity-lanes span,
.roadmap-timeline span,
.confidence-card span {
  color: #93c5fd !important;
}
.accent-text {
  color: #60a5fa !important;
  text-shadow: 0 0 30px rgba(59,130,246,.42) !important;
}
.button.primary {
  border-color: rgba(147,197,253,.72) !important;
  box-shadow: 0 0 0 1px rgba(147,197,253,.18), 0 20px 60px rgba(37,99,235,.34) !important;
}
.button.secondary,
.price-card,
.visual-proof-card,
.visual-card,
.trust-copy,
.founder-card,
.confidence-card,
.summary-copy,
.score-stack,
.premium-table,
.control-columns article,
.sample-cta-block {
  border-color: rgba(119,164,255,.24) !important;
}
.price-card.featured,
.priority-finding,
.opportunity-lanes article:first-child,
.sample-cover-card {
  border-color: rgba(96,165,250,.42) !important;
  box-shadow: 0 28px 95px rgba(0,0,0,.46), 0 0 46px rgba(37,99,235,.13) !important;
}
.price-card.featured,
.map-card.priority,
.priority-finding,
.sample-cover-card {
  background:
    radial-gradient(circle at 72% 0%, rgba(96,165,250,.22), transparent 34%),
    radial-gradient(circle at 20% 12%, rgba(37,99,235,.30), transparent 36%),
    linear-gradient(180deg, rgba(12, 35, 72, .96), rgba(4, 11, 28, .92)) !important;
}
.price,
.price-card.featured .price {
  background: linear-gradient(180deg, #ffffff, #7dd3fc) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}
.scroll-progress span,
.premium-head {
  background: linear-gradient(90deg, #2563eb, #38bdf8) !important;
}
.callout-box,
.finding-recommendation,
.verdict-box {
  background: rgba(37,99,235,.14) !important;
  border-color: rgba(96,165,250,.28) !important;
}
.cube-face,
.hero-visual,
.visual-core,
.system-core {
  border-color: rgba(147,197,253,.45) !important;
  box-shadow: inset 0 0 44px rgba(37,99,235,.22), 0 0 38px rgba(37,99,235,.18) !important;
}
.impact-panel i {
  background: linear-gradient(180deg, #7dd3fc, #2563eb) !important;
}

/* Blue title accent treatment */
h1, h2 {
  position: relative;
}
h1::after {
  content: "";
  display: block;
  width: clamp(86px, 12vw, 160px);
  height: 4px;
  margin-top: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #2563eb, transparent);
  box-shadow: 0 0 24px rgba(56,189,248,.38);
}
.section-heading h2::after,
.report-page-heading h2::after,
.visual-proof-heading h2::after,
.trust-copy h2::after,
.brief-copy h2::after,
.founder-note h2::after,
.controls-section h2::after,
.sample-cta-block h2::after,
.audience-panel h2::after,
.fit-check h2::after {
  content: "";
  display: block;
  width: 92px;
  height: 3px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #60a5fa, rgba(96,165,250,0));
  box-shadow: 0 0 18px rgba(96,165,250,.32);
}
.split > div:first-child h2::after,
.proof > div:first-child h2::after,
.boardroom-panel > div:first-child h2::after,
.founder-note > div:first-child h2::after,
.controls-section > div:first-child h2::after {
  content: "";
  display: block;
  width: 92px;
  height: 3px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #60a5fa, rgba(96,165,250,0));
  box-shadow: 0 0 18px rgba(96,165,250,.32);
}
@media (max-width: 900px) {
  h1::after { width: 110px; margin-top: 18px; }
}

/* Company logo header: restored image logo. */
.logo-brand {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 !important;
  min-width: 0 !important;
  flex-shrink: 0 !important;
  background: transparent !important;
}
.brand-logo {
  display: block !important;
  width: clamp(300px, 30vw, 455px) !important;
  max-height: 92px !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 18px !important;
  background: transparent !important;
  box-shadow: 0 18px 46px rgba(0,0,0,.22) !important;
}
.site-header {
  min-height: 104px !important;
  align-items: center !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
@media (max-width: 900px) {
  .site-header {
    min-height: 92px !important;
    justify-content: center !important;
    padding: 12px 16px !important;
  }
  .logo-brand { margin: 0 auto !important; }
  .brand-logo { width: min(84vw, 360px) !important; max-height: 82px !important; }
}
@media (max-width: 420px) {
  .brand-logo { width: min(86vw, 315px) !important; max-height: 78px !important; }
}

/* Mobile hero readability fix from video review */
.hero-copy,
.hero,
main,
section {
  min-width: 0;
}
h1, h2, h3, p {
  overflow-wrap: anywhere;
}
@media (max-width: 600px) {
  .site-header {
    justify-content: center !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .logo-brand { margin: 0 auto !important; }
  .hero {
    padding-top: 48px !important;
    min-height: auto !important;
  }
  h1 {
    font-size: clamp(34px, 10.4vw, 41px) !important;
    line-height: .96 !important;
    letter-spacing: -.055em !important;
    max-width: 100% !important;
  }
  .hero-lede {
    font-size: 17px !important;
  }
  .hero-actions .button {
    width: 100%;
  }
}

/* Screenshot review fix: cleaner diagram presentation */
/* Big report/diagram images should support the copy, not dominate or feel cropped */
.wide-visual {
  max-width: 980px !important;
  margin: 18px auto 30px !important;
  background: linear-gradient(180deg, rgba(8,23,43,.9), rgba(3,7,17,.86)) !important;
}
.wide-visual img,
.inline-visual img,
.report-image img {
  object-fit: contain !important;
  max-height: none !important;
  min-height: 0 !important;
}
.intelligence-map .section-heading {
  max-width: 920px !important;
}
.intelligence-map .section-heading p,
.command-brief p,
.section-heading p {
  max-width: 100%;
}
@media (max-width: 900px) {
  .wide-visual,
  .inline-visual,
  .report-image {
    border-radius: 20px !important;
  }
  .wide-visual img,
  .inline-visual img,
  .report-image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
  }
  .intelligence-map .section-heading h2 {
    font-size: clamp(28px, 8vw, 36px) !important;
  }
}

