:root {
  --ink: #050810;
  --navy: #06142e;
  --navy-2: #091b3d;
  --panel: #0c1424;
  --panel-2: #101b2f;
  --white: #f6f4ef;
  --muted: #aab4c6;
  --blue: #1768ff;
  --blue-soft: #6a83ff;
  --gold: #e5a956;
  --gold-light: #f4cf91;
  --line: rgba(255,255,255,.11);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--white); color: var(--ink); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(5,8,16,.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.newsletter-bar { background: linear-gradient(90deg, #112f9f, #24228a 72%, #101c5a); border-bottom: 1px solid rgba(255,255,255,.14); }
.newsletter-inner { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 16px; color: #dce4ff; font-size: .82rem; }
.newsletter-inner a { color: white; font-weight: 800; border-bottom: 1px solid rgba(244,207,145,.78); }
.newsletter-inner a:hover { color: var(--gold-light); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark { width: 32px; height: 32px; border: 1px solid var(--gold); transform: rotate(45deg); display: grid; place-items: center; }
.brand-mark span { width: 11px; height: 11px; display: block; background: var(--blue); box-shadow: 0 0 20px rgba(23,104,255,.8); }
.brand-copy { display: grid; line-height: 1.1; gap: 5px; }
.brand-copy strong { font-family: Manrope, sans-serif; font-size: .78rem; letter-spacing: .14em; }
.brand-copy small { color: var(--gold-light); font-size: .62rem; letter-spacing: .18em; }
nav { display: flex; align-items: center; gap: 28px; }
nav > a:not(.button) { color: #c9d0dc; font-size: .88rem; font-weight: 600; }
nav > a:not(.button):hover { color: var(--white); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 54px; padding: 0 25px; border: 1px solid rgba(90,126,255,.8); border-radius: 6px;
  background: linear-gradient(135deg, #153bbd, #2b2b9d 72%);
  color: white; font-weight: 700; box-shadow: 0 13px 36px rgba(24,59,189,.22);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(24,59,189,.36); border-color: #8fa4ff; }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .86rem; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--white); font-weight: 700; border-bottom: 1px solid rgba(229,169,86,.6); padding-bottom: 4px; }
.text-link:hover { color: var(--gold-light); }

.hero { position: relative; overflow: hidden; padding: 96px 0 92px; background: radial-gradient(circle at 78% 34%, rgba(23,104,255,.16), transparent 32%), linear-gradient(160deg, #07162f 0%, #050810 58%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent, black 45%, black); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold-light); font-weight: 800; font-size: .76rem; letter-spacing: .22em; }
.eyebrow span { width: 32px; height: 1px; background: var(--gold); position: relative; }
.eyebrow span::before { content: ""; position: absolute; left: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
h1, h2, h3, blockquote { font-family: Manrope, Inter, sans-serif; margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 5.4vw, 5.8rem); line-height: .98; letter-spacing: -.055em; max-width: 700px; }
.hero .eyebrow { margin-bottom: 23px; }
.hero-lede { margin: 0; color: #c2cad8; font-size: 1.14rem; max-width: 610px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.microcopy { color: #8793a7; font-size: .8rem; margin: 20px 0 0; max-width: 560px; }
.hero-visual { position: relative; }
.visual-frame { padding: 9px; background: linear-gradient(135deg, rgba(229,169,86,.65), rgba(23,104,255,.45), transparent 66%); border-radius: 8px; transform: perspective(1100px) rotateY(-4deg); box-shadow: 0 34px 90px rgba(0,0,0,.5); }
.visual-frame img { border-radius: 4px; width: 100%; aspect-ratio: 2.5/1; object-fit: cover; }
.signal-card { position: absolute; min-width: 205px; padding: 14px 17px; border: 1px solid var(--line); border-left: 2px solid var(--gold); background: rgba(9,20,42,.92); box-shadow: 0 12px 34px rgba(0,0,0,.42); backdrop-filter: blur(12px); }
.signal-card strong { display: block; font-size: .67rem; letter-spacing: .16em; color: var(--gold-light); }
.signal-card span { color: #c0c8d6; font-size: .74rem; }
.signal-card-one { left: -24px; bottom: -48px; }
.signal-card-two { right: -22px; top: -42px; }

.circuit { position: absolute; width: 280px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); opacity: .6; }
.circuit::after { content: ""; position: absolute; right: 0; top: -5px; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 26px rgba(229,169,86,.7); }
.circuit-one { right: 4%; top: 19%; transform: rotate(-36deg); }
.circuit-two { left: -4%; bottom: 12%; transform: rotate(19deg); background: linear-gradient(90deg, transparent, var(--blue)); }

.proof-bar { background: #070d19; border-block: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { padding: 29px 34px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { color: var(--gold-light); font-family: Manrope, sans-serif; font-size: 1.04rem; letter-spacing: .04em; }
.proof-grid span { color: #aeb7c6; font-size: .82rem; }

.section { padding: 112px 0; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.split-heading .eyebrow, .section-intro .eyebrow, .outcome-list .eyebrow, .delivery-grid .eyebrow, .fit-copy .eyebrow, .about-copy .eyebrow { margin-bottom: 20px; }
h2 { font-size: clamp(2.35rem, 4.25vw, 4.45rem); line-height: 1.04; letter-spacing: -.045em; margin-bottom: 0; }
.split-heading > p, .section-intro > p, .delivery-grid > div:first-child > p { color: var(--muted); margin: 0; font-size: 1.05rem; }
.problem-section { background: #070b13; }
.card-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.insight-card { min-height: 285px; padding: 32px; background: linear-gradient(145deg, rgba(17,27,46,.93), rgba(9,14,24,.93)); border: 1px solid var(--line); position: relative; overflow: hidden; }
.insight-card::after { content: ""; position: absolute; right: -36px; bottom: -36px; width: 110px; height: 110px; border: 1px solid rgba(23,104,255,.35); transform: rotate(45deg); }
.insight-card.featured { border-color: rgba(229,169,86,.5); background: linear-gradient(145deg, rgba(15,34,72,.96), rgba(9,15,28,.96)); }
.card-number { color: var(--gold); font-weight: 800; letter-spacing: .12em; font-size: .78rem; }
.insight-card h3 { font-size: 1.5rem; line-height: 1.18; margin: 58px 0 14px; }
.insight-card p { margin: 0; color: var(--muted); }

.outcome-section { background: radial-gradient(circle at 22% 42%, rgba(23,104,255,.13), transparent 34%), var(--navy); }
.outcome-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 96px; align-items: center; }
.quote-block { padding: 56px; border: 1px solid rgba(229,169,86,.38); background: rgba(4,11,24,.56); position: relative; }
.quote-mark { color: var(--gold); font-family: Georgia, serif; font-size: 6rem; line-height: .5; }
blockquote { font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.04em; margin: 28px 0 22px; }
.quote-block p { color: var(--muted); margin: 0; }
.outcome-list ul { list-style: none; padding: 0; margin: 0; }
.outcome-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: start; }
.outcome-list li > span { color: var(--gold); font-weight: 700; font-size: .75rem; letter-spacing: .13em; margin-top: 4px; }
.outcome-list li p { margin: 0; color: #d5dbe5; font-size: 1.05rem; }

.program-section { background: #f2f0eb; color: #0a1020; }
.section-intro { display: grid; grid-template-columns: 1.15fr .85fr; column-gap: 70px; align-items: end; }
.section-intro .eyebrow { grid-column: 1 / -1; color: #8b5c1b; }
.section-intro .eyebrow span { background: #b47827; }
.section-intro > p { color: #596071; }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 62px; border-top: 1px solid #cfd3da; border-left: 1px solid #cfd3da; }
.module-grid article { padding: 34px 32px 38px; min-height: 265px; border-right: 1px solid #cfd3da; border-bottom: 1px solid #cfd3da; background: rgba(255,255,255,.32); }
.module-grid article:nth-child(2), .module-grid article:nth-child(4), .module-grid article:nth-child(6) { background: #071a3c; color: white; }
.module-grid article > span { color: #a46b20; font-weight: 800; font-size: .75rem; letter-spacing: .14em; }
.module-grid h3 { font-size: 1.28rem; line-height: 1.24; margin: 48px 0 13px; }
.module-grid p { margin: 0; color: #5d6472; font-size: .92rem; }
.module-grid article:nth-child(2) p, .module-grid article:nth-child(4) p, .module-grid article:nth-child(6) p { color: #abb8cc; }

.delivery-section { background: #080d17; }
.delivery-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 94px; }
.delivery-grid h2 { margin-bottom: 28px; }
.delivery-list > div { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.delivery-list > div:first-child { padding-top: 0; }
.delivery-list span { color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.delivery-list p { margin: 0; color: var(--muted); }
.delivery-list strong { color: var(--white); font-size: 1.06rem; }

.fit-section { background: var(--navy-2); }
.fit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.fit-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.fit-points p { margin: 0; padding: 26px; background: rgba(4,10,22,.45); border: 1px solid var(--line); color: #c8d0dd; }
.fit-points p::before { content: "✓"; display: block; margin-bottom: 22px; color: var(--gold); font-weight: 800; }

.about-section { background: #f2f0eb; color: #0a1020; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: stretch; }
.about-signature { padding: 56px; background: #071a3c; color: white; position: relative; overflow: hidden; min-height: 380px; display: flex; flex-direction: column; justify-content: flex-end; }
.about-signature::after { content: ""; position: absolute; right: -70px; top: -70px; width: 240px; height: 240px; border: 2px solid var(--gold); transform: rotate(45deg); box-shadow: inset 0 0 0 28px rgba(23,104,255,.15); }
.about-signature span { color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .2em; }
.about-signature strong { font-family: Manrope, sans-serif; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .9; letter-spacing: -.05em; margin-top: 10px; }
.about-copy { padding: 30px 0; }
.about-copy .eyebrow { color: #8b5c1b; }
.about-copy h2 { font-size: clamp(2.3rem, 4vw, 4rem); margin-bottom: 30px; }
.about-copy p { color: #515968; font-size: 1.03rem; }
.about-copy .text-link { color: #0a1020; margin-top: 12px; }

.consulting-section { background: #070b13; }
.consulting-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 96px; align-items: center; }
.consulting-grid .eyebrow { margin-bottom: 20px; }
.consulting-grid h2 { max-width: 690px; }
.consulting-copy { padding: 40px; border: 1px solid rgba(229,169,86,.36); background: linear-gradient(145deg, rgba(15,34,72,.72), rgba(9,15,28,.92)); box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.consulting-copy p { margin: 0 0 18px; color: #c0c9d7; }
.consulting-copy .button { margin-top: 12px; }

.final-cta { position: relative; overflow: hidden; padding: 100px 0; background: radial-gradient(circle at 85% 70%, rgba(23,104,255,.17), transparent 28%), #06142e; }
.final-cta-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.final-cta .eyebrow { margin-bottom: 20px; }
.final-cta p { color: var(--muted); margin: 0 0 28px; }
.circuit-three { right: -3%; bottom: 8%; transform: rotate(-12deg); }

footer { background: #03050a; border-top: 1px solid var(--line); }
.footer-inner { min-height: 112px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-inner > div { display: flex; gap: 20px; align-items: center; }
.footer-inner strong { font-family: Manrope, sans-serif; font-size: .78rem; letter-spacing: .14em; }
.footer-inner span, .footer-inner a { color: #7f8a9c; font-size: .78rem; }
.footer-inner a:hover { color: var(--white); }

@media (max-width: 980px) {
  .hero-grid, .outcome-grid, .delivery-grid, .fit-grid, .about-grid, .consulting-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero { padding-top: 72px; }
  .hero-copy { max-width: 760px; }
  .visual-frame { transform: none; }
  .split-heading, .section-intro, .final-cta-inner { grid-template-columns: 1fr; gap: 28px; }
  .card-grid { grid-template-columns: 1fr; }
  .insight-card { min-height: 230px; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { padding-inline: 20px; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 34px, 1180px); }
  .newsletter-inner { min-height: 52px; justify-content: space-between; gap: 12px; line-height: 1.25; }
  .newsletter-inner > span { max-width: 210px; }
  .newsletter-inner a { flex: 0 0 auto; }
  nav > a:not(.button) { display: none; }
  .brand-copy small { display: none; }
  .hero { padding: 62px 0 84px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.35rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { margin-top: 12px; }
  .signal-card { display: none; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .quote-block { padding: 38px 30px; }
  .module-grid, .fit-points { grid-template-columns: 1fr; }
  .module-grid article { min-height: 220px; }
  .about-signature { min-height: 300px; padding: 38px; }
  .consulting-copy { padding: 30px 24px; }
  .final-cta { padding: 82px 0; }
  .footer-inner, .footer-inner > div { flex-direction: column; align-items: flex-start; }
  .footer-inner { padding: 28px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
