:root {
  --navy: #081a32;
  --navy-2: #0d2748;
  --ink: #102039;
  --muted: #60708a;
  --blue: #03a2ed;
  --blue-dark: #0877d1;
  --ice: #eaf8ff;
  --line: #dfe7f1;
  --white: #fff;
  --green: #1fc792;
  --shadow: 0 22px 65px rgba(16, 45, 82, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body, button, a { font-synthesis: none; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 44px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 100001; padding: 10px 15px; border-radius: 8px; background: #fff; color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(223, 231, 241, .9);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; margin-right: auto; }
.brand img { display: block; width: 136px; height: auto; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: #46566f; text-decoration: none; font-size: 14px; font-weight: 700; }
nav a:hover, nav a:focus-visible { color: var(--blue-dark); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 14px 32px rgba(3, 162, 237, .25);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(3, 162, 237, .33); filter: brightness(1.03); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(3, 162, 237, .35); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 11px 18px; font-size: 13px; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(3, 162, 237, .09), transparent 38%),
    linear-gradient(155deg, var(--navy), #0b2342 69%, #103862);
  color: #fff;
}
.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.hero-glow-one { width: 520px; height: 520px; right: -210px; top: -250px; background: radial-gradient(circle, rgba(3,162,237,.32), transparent 68%); }
.hero-glow-two { width: 420px; height: 420px; left: 42%; bottom: -300px; background: radial-gradient(circle, rgba(31,199,146,.18), transparent 70%); }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 70px; padding-top: 82px; padding-bottom: 88px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: #8fddff; font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span:first-child { display: none; }
.eyebrow.dark { color: var(--blue-dark); }
h1, h2, h3 { margin-top: 0; letter-spacing: -.035em; line-height: 1.1; }
h1 { max-width: 740px; margin-bottom: 24px; font-size: clamp(45px, 5.1vw, 72px); }
h1 em, h2 em { color: #62ceff; font-style: normal; }
.hero-lede { max-width: 670px; margin: 0; color: #c7d7ea; font-size: clamp(18px, 1.7vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.text-link { color: #d7e7f7; font-size: 14px; font-weight: 800; text-decoration: none; }
.text-link:hover { color: #fff; }
.text-link span { padding-left: 5px; color: #62ceff; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 11px 22px; margin: 32px 0 0; padding: 0; list-style: none; color: #d5e2f0; font-size: 13px; font-weight: 650; }
.hero-checks li::before { margin-right: 8px; color: var(--green); content: "✓"; }

.pipeline-card { border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: rgba(8, 26, 50, .65); box-shadow: 0 38px 85px rgba(0,0,0,.22); padding: 27px; backdrop-filter: blur(18px); }
.pipeline-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 23px; }
.pipeline-head strong { display: block; font-size: 20px; }
.card-kicker { display: block; margin-bottom: 3px; color: #8ca4bf; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.live-dot { border: 1px solid rgba(31,199,146,.25); border-radius: 999px; background: rgba(31,199,146,.1); padding: 5px 9px; color: #7aebc6; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.live-dot::before { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(31,199,146,.12); content: ""; }
.pipeline-flow { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.pipeline-flow li { position: relative; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 13px; min-height: 73px; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: rgba(255,255,255,.055); padding: 12px 13px; }
.flow-number { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; background: rgba(3,162,237,.13); color: #71d2ff; font-size: 11px; font-weight: 850; }
.pipeline-flow strong { display: block; font-size: 14px; }
.pipeline-flow small { display: block; color: #93a8c0; font-size: 11px; }
.flow-status { color: #a9bbce; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-note { margin: 18px 4px 0; color: #91a9c1; font-size: 11px; text-align: center; }

.proof-bar { position: relative; z-index: 4; border-bottom: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; min-height: 118px; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); padding: 20px 34px; }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { color: var(--navy); font-size: 28px; letter-spacing: -.04em; }
.proof-grid span { color: var(--muted); font-size: 12px; font-weight: 650; }

.section { padding: 108px 0; }
.section h2 { margin-bottom: 22px; color: var(--navy); font-size: clamp(36px, 4vw, 54px); }
.section h2 em { color: var(--blue-dark); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.centred { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.centred .eyebrow { justify-content: center; }
.section-heading > p:last-child, .body-copy, .deliverables-copy > p, .fit-grid > div > p, .faq-grid > div > p { color: var(--muted); font-size: 18px; }
.two-column { display: grid; grid-template-columns: 1fr .82fr; align-items: start; gap: 90px; }
.body-copy p:first-child { margin-top: 4px; }

.proof-section { background: #f4f8fc; }
.case-grid { display: grid; grid-template-columns: 1.18fr .91fr .91fr; gap: 18px; }
.case-card { display: flex; min-height: 420px; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 44px rgba(16,45,82,.07); padding: 30px; }
.case-card.featured { border-color: rgba(3,162,237,.35); background: linear-gradient(155deg, #fff, #f0faff); }
.case-label { align-self: flex-start; margin-bottom: 24px; border-radius: 999px; background: var(--ice); padding: 6px 11px; color: var(--blue-dark); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.case-card h3 { margin-bottom: 13px; color: var(--navy); font-size: 29px; }
.case-card > p { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.case-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: auto 0 26px; }
.case-stats.compact { grid-template-columns: repeat(2, 1fr); }
.case-stats div { border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.75); padding: 13px 11px; }
.case-stats strong { display: block; color: var(--navy); font-size: 25px; line-height: 1; }
.case-stats span { display: block; margin-top: 6px; color: #697890; font-size: 10px; font-weight: 650; line-height: 1.35; }
.case-card > a { color: var(--blue-dark); font-size: 13px; font-weight: 800; text-decoration: none; }
.case-card > a:hover { text-decoration: underline; }

.process-section { overflow: hidden; background: var(--navy); color: #fff; }
.process-section .section-heading h2 { color: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.1); }
.process-grid article { min-height: 330px; background: var(--navy-2); padding: 32px 27px; }
.process-grid article > span { display: block; margin-bottom: 60px; color: #5dcfff; font-size: 12px; font-weight: 850; }
.process-grid h3 { margin-bottom: 14px; font-size: 22px; }
.process-grid p { margin: 0; color: #aebfd2; font-size: 14px; }

.deliverables-section { background: #fff; }
.deliverables-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 95px; }
.deliverables-copy .button { margin-top: 18px; }
.deliverables-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.deliverables-list li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; border: 1px solid var(--line); border-radius: 16px; padding: 19px; }
.deliverables-list li > span { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 12px; background: #e8fbf5; color: #119d71; font-weight: 900; }
.deliverables-list strong { display: block; margin-bottom: 2px; color: var(--navy); font-size: 15px; }
.deliverables-list p { margin: 0; color: var(--muted); font-size: 13px; }

.fit-section { border-top: 1px solid var(--line); background: #f8fafc; }
.fit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.fit-list { display: grid; gap: 10px; }
.fit-list > div { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 16px; border-radius: 16px; background: #fff; box-shadow: 0 8px 30px rgba(16,45,82,.06); padding: 16px 20px; }
.fit-list span { color: var(--blue-dark); font-size: 11px; font-weight: 850; }
.fit-list p { margin: 0; color: #44536a; font-size: 14px; font-weight: 650; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; color: var(--navy); font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue-dark); font-size: 24px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 740px; margin: -5px 0 25px; padding-right: 55px; color: var(--muted); font-size: 15px; }

.final-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, #068bdc, #064fa5); color: #fff; padding: 76px 0; }
.final-cta::before { position: absolute; width: 440px; height: 440px; right: -100px; top: -260px; border-radius: 50%; background: rgba(255,255,255,.1); content: ""; }
.final-cta-inner { position: relative; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 70px; }
.final-cta h2 { max-width: 750px; margin: 0; font-size: clamp(35px, 4vw, 52px); }
.button-light { background: #fff; box-shadow: 0 16px 40px rgba(0,0,0,.18); color: #075bb3; }
.final-cta small { display: block; margin-top: 13px; color: #d7efff; font-size: 11px; text-align: center; }
.mobile-cta { display: none; }

@media (max-width: 1000px) {
  .header-inner nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .pipeline-card { width: min(660px, 100%); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .case-grid { grid-template-columns: 1fr 1fr; }
  .case-card.featured { grid-column: 1 / -1; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .deliverables-grid, .fit-grid, .faq-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 1160px); }
  .header-inner { min-height: 66px; }
  .header-inner > .button { display: none; }
  .brand img { width: 116px; }
  .hero-grid { min-height: auto; padding-top: 62px; padding-bottom: 68px; }
  h1 { font-size: clamp(41px, 12vw, 58px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-checks { flex-direction: column; }
  .pipeline-card { padding: 19px; }
  .pipeline-flow li { grid-template-columns: 38px 1fr; }
  .flow-status { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 102px; padding: 17px; }
  .proof-grid strong { font-size: 24px; }
  .section { padding: 78px 0; }
  .two-column, .deliverables-grid, .fit-grid, .faq-grid, .final-cta-inner { grid-template-columns: 1fr; gap: 38px; }
  .case-grid, .process-grid { grid-template-columns: 1fr; }
  .case-card.featured { grid-column: auto; }
  .case-card { min-height: auto; }
  .case-stats { margin-top: 10px; }
  .process-grid article { min-height: auto; }
  .process-grid article > span { margin-bottom: 32px; }
  .final-cta { padding: 64px 0 92px; }
  .final-cta small { text-align: left; }
  .mobile-cta { position: fixed; z-index: 9999; display: block; right: 10px; bottom: 10px; left: 10px; border: 1px solid rgba(255,255,255,.65); border-radius: 17px; background: rgba(255,255,255,.88); box-shadow: 0 18px 55px rgba(8,26,50,.22); padding: 8px; backdrop-filter: blur(14px); }
  .mobile-cta .button { width: 100%; min-height: 49px; }
  body { padding-bottom: 72px; }
}

@media (max-width: 430px) {
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div, .proof-grid > div:first-child, .proof-grid > div:nth-child(3) { border-right: 0; border-bottom: 1px solid var(--line); border-left: 0; }
  .case-stats { grid-template-columns: 1fr; }
  .case-stats.compact { grid-template-columns: 1fr 1fr; }
  .pipeline-head { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
