:root {
  --bg: #090c10;
  --bg-soft: #0e1319;
  --surface: #11171e;
  --surface-2: #151c24;
  --text: #f3f6f8;
  --muted: #9aa7b3;
  --line: rgba(255,255,255,.10);
  --line-strong: rgba(255,255,255,.18);
  --accent: #00bcf2;
  --accent-soft: rgba(0,188,242,.12);
  --max: 1180px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--accent); color: #031014; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  background: #fff;
  color: #000;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid transparent;
}
.header-inner {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img {
  width: 248px;
  height: auto;
  filter: invert(1) grayscale(1) brightness(1.4);
  opacity: .96;
}
.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  color: #c9d1d8;
}
.nav a {
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.nav a:hover { color: #fff; }
.nav-cta {
  padding: 10px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
}
.nav-cta:hover { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.04); }

.hero {
  min-height: 810px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.9) 60%, transparent 100%);
}
.hero-glow {
  position: absolute;
  width: 720px;
  height: 720px;
  right: -120px;
  top: 30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,188,242,.16) 0%, rgba(0,188,242,.07) 35%, transparent 70%);
  filter: blur(20px);
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}
.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(0,188,242,.09);
}
.hero h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(54px, 6.6vw, 92px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 680;
}
.hero h1 em {
  font-style: normal;
  color: #7f8b96;
  font-weight: 560;
}
.hero-lead {
  max-width: 720px;
  margin: 36px 0 0;
  color: #b5c0c9;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 21px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--accent); color: #041013; }
.button-primary:hover { background: #22c7f4; }
.button-ghost { border: 1px solid var(--line-strong); color: #d9e0e5; }
.button-ghost:hover { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.28); }
.hero-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 54px;
  color: #75818c;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.hero-stack span:not(:last-child)::after {
  content: "/";
  margin-left: 22px;
  color: #39434c;
}

.section { padding: 112px 0; }
.section-dark {
  background: #070a0d;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-heading { max-width: 850px; margin-bottom: 48px; }
.section-heading.compact { max-width: 700px; }
.section h2 {
  margin: 0;
  font-size: clamp(38px, 4.7vw, 64px);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 630;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 90px;
  align-items: start;
}
.intro-copy {
  padding-top: 36px;
  color: var(--muted);
  font-size: 18px;
}
.intro-copy p { margin: 0 0 22px; text-wrap: pretty; }

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.audience-card {
  min-height: 590px;
  padding: 34px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
}
.audience-card-main {
  background: linear-gradient(160deg, rgba(0,188,242,.105), rgba(255,255,255,.018) 55%);
  border-color: rgba(0,188,242,.24);
}
.card-number,
.capability-index {
  color: #62707b;
  font-size: 12px;
  letter-spacing: .12em;
}
.audience-card > .card-number {
  margin-bottom: 42px;
}
.audience-card > div:nth-child(2) {
  align-self: start;
}
.card-label {
  margin: 0 0 10px;
  min-height: 2.8em;
  display: flex;
  align-items: flex-start;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.audience-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.audience-card h3 {
  max-width: 510px;
  min-height: 3.35em;
  margin: 0 0 20px;
  font-size: clamp(31px, 3.1vw, 46px);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 610;
  text-wrap: balance;
}
.audience-card p:not(.card-label) {
  max-width: 580px;
  min-height: 4.9em;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  text-wrap: pretty;
}
.service-list {
  list-style: none;
  width: 100%;
  padding: 22px 0 0;
  margin: 28px 0 0;
  border-top: 1px solid var(--line);
}
.service-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  color: #cad2d8;
  font-size: 14px;
}
.service-list li::after { content: "↗"; color: #53616c; }

.white-label-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.white-label-copy { padding-top: 42px; }
.white-label-copy p { color: var(--muted); margin: 0 0 22px; text-wrap: pretty; }
.white-label-copy .large-copy {
  color: #dce3e8;
  font-size: 23px;
  line-height: 1.5;
}
.text-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 12px;
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
}
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.capability {
  min-height: 290px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.capability h3 {
  margin: 60px 0 14px;
  font-size: 27px;
  letter-spacing: -.025em;
}
.capability p { margin: 0; max-width: 470px; color: var(--muted); }
.tech-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}
.tech-strip span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #8996a1;
  font-size: 12px;
  letter-spacing: .04em;
}

.proof {
  padding-top: 0;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.proof-item {
  min-height: 210px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.proof-item + .proof-item { border-left: 1px solid var(--line); }
.proof-item strong {
  font-size: clamp(35px, 4vw, 55px);
  letter-spacing: -.04em;
  font-weight: 620;
}
.proof-item span { max-width: 230px; color: var(--muted); font-size: 14px; }

.about-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 100px;
  align-items: center;
}
.about-mark {
  aspect-ratio: 1;
  max-width: 430px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(0,188,242,.24);
  box-shadow: 0 30px 90px rgba(0,188,242,.08);
}
.about-mark img { width: 100%; height: 100%; object-fit: cover; }
.about-copy { max-width: 650px; }
.about-copy h2 { margin-bottom: 4px; }
.about-role { margin: 0 0 32px !important; color: var(--accent) !important; font-weight: 700; }
.about-copy > p:not(.section-kicker):not(.about-role) { color: var(--muted); font-size: 18px; margin: 0 0 20px; text-wrap: pretty; }

.contact {
  background: var(--accent);
  color: #031014;
}
.contact .section-kicker { color: #07333f; }
.contact h2 { max-width: 900px; font-size: clamp(48px, 6vw, 82px); }
.contact-inner > p:not(.section-kicker) { max-width: 630px; margin: 25px 0 44px; font-size: 20px; color: #0b4958; text-wrap: pretty; }
.contact-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.contact-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 16px;
  padding: 22px 24px;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 16px;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.contact-link:hover { background: rgba(255,255,255,.18); transform: translateY(-1px); }
.contact-label { grid-column: 1; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; opacity: .63; }
.contact-link strong { grid-column: 1; font-size: 17px; }
.contact-link > span:last-child { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 22px; }

.site-footer { padding: 52px 0 46px; background: #050709; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr .8fr;
  gap: 50px;
  align-items: start;
}
.footer-brand img {
  width: 225px;
  filter: invert(1) grayscale(1) brightness(1.4);
  opacity: .8;
}
.footer-brand p,
.footer-data p,
.footer-meta { color: #697680; font-size: 12px; }
.footer-brand p { margin-top: 17px; }
.footer-data p { margin: 0 0 4px; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.footer-meta a { text-decoration: none; color: #9aa6af; }
.footer-meta a:hover { color: #fff; }

@media (max-width: 900px) {
  .container { width: min(var(--max), calc(100% - 32px)); }
  .header-inner { height: 76px; }
  .brand img { width: 205px; }
  .nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 760px; }
  .hero-inner { padding-top: 86px; }
  .hero h1 { font-size: clamp(48px, 10vw, 72px); }
  .intro-grid,
  .white-label-grid,
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .intro-copy,
  .white-label-copy { padding-top: 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 540px; }
  .about-mark { max-width: 360px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; align-items: flex-start; padding-top: 16px; border-top: 1px solid var(--line); }
}

@media (max-width: 640px) {
  .section { padding: 82px 0; }
  .header-inner { height: 70px; }
  .brand img { width: 178px; }
  .nav { gap: 0; }
  .nav-cta { padding: 8px 13px; }
  .hero { min-height: 700px; align-items: flex-end; padding-bottom: 64px; }
  .hero-inner { padding-top: 110px; }
  .hero h1 { font-size: clamp(43px, 13vw, 61px); letter-spacing: -.05em; }
  .hero-lead { font-size: 17px; margin-top: 28px; }
  .hero-actions { margin-top: 30px; }
  .button { width: 100%; }
  .hero-stack { gap: 8px 12px; margin-top: 36px; }
  .hero-stack span:not(:last-child)::after { margin-left: 12px; }
  .section h2 { font-size: clamp(36px, 10vw, 49px); }
  .section-heading { margin-bottom: 34px; }
  .audience-card { min-height: auto; padding: 25px; gap: 0; }
  .audience-card > .card-number { margin-bottom: 30px; }
  .service-list { margin-top: 38px; }
  .audience-card h3 { font-size: 34px; }
  .capabilities-grid { grid-template-columns: 1fr; }
  .capability { min-height: 250px; padding: 25px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { min-height: 160px; }
  .proof-item + .proof-item { border-left: 0; border-top: 1px solid var(--line); }
  .about-grid { gap: 36px; }
  .about-mark { max-width: 280px; }
  .contact h2 { font-size: 48px; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-link strong { font-size: 15px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-meta { grid-column: auto; }
}

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

.secondary-support {
  position: relative;
  padding: 88px 0;
  background: #0b1015;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.secondary-support-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 96px;
  align-items: start;
}
.secondary-support-heading h2 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(32px, 3.3vw, 46px);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 620;
}
.secondary-support-copy {
  max-width: 650px;
  padding-top: 37px;
}
.secondary-support-copy > p {
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  text-wrap: pretty;
}
.secondary-support-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  border-top: 1px solid var(--line);
}
.secondary-support-list span {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: #c4cdd5;
  font-size: 14px;
}

@media (max-width: 900px) {
  .secondary-support-grid { grid-template-columns: 1fr; gap: 34px; }
  .secondary-support-copy { padding-top: 0; }
}

@media (max-width: 640px) {
  .secondary-support { padding: 64px 0; }
  .secondary-support-list { grid-template-columns: 1fr; }
}

