:root {
  --navy-950: #050d19;
  --navy-900: #071426;
  --navy-850: #0a1a31;
  --navy-800: #10243f;
  --ink: #122238;
  --muted: #5f6d80;
  --line: #dce3eb;
  --surface: #ffffff;
  --surface-alt: #f3f6fa;
  --cyan: #4e91b3;
  --green: #4f88ad;
  --mint: #9db8cb;
  --coral: #ff7f70;
  --yellow: #ffc64a;
  --blue: #6ea8ff;
  --shadow: 0 24px 70px rgba(7,20,38,.14);
  --radius: 18px;
  --max: 1180px;
}

* { 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: var(--surface);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 1rem; top: -4rem; z-index: 9999; padding: .7rem 1rem;
  background: var(--mint); color: var(--navy-950); border-radius: 8px; font-weight: 800;
}
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; }
.section { padding: 6.5rem 0; }
.section-dark { color: #fff; background: var(--navy-900); }
.section-tint { background: var(--surface-alt); }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(7,20,38,.94); color: #fff;
  backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-size: 1.03rem; font-weight: 850; letter-spacing: -.02em; }
.brand-dot { color: var(--mint); }
.brand-mark { width: 34px; height: 34px; display: inline-grid; place-items: center; }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: var(--mint); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.site-nav { display: flex; align-items: center; gap: 1.55rem; }
.site-nav a { text-decoration: none; color: rgba(255,255,255,.78); font-size: .92rem; font-weight: 700; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav .nav-cta { color: var(--navy-950); background: var(--mint); padding: .65rem 1rem; border-radius: 999px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; border-radius: 2px; }

.hero { position: relative; overflow: hidden; padding: 6.5rem 0 7rem; }
.hero::before {
  content: ""; position: absolute; inset: -40% -20% auto auto; width: 650px; height: 650px;
  border-radius: 50%; background: radial-gradient(circle, rgba(53,196,213,.2), transparent 66%);
  pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 4.2rem; }
.eyebrow { margin: 0 0 1rem; color: #168f9f; font-size: .78rem; line-height: 1.2; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.section-dark .eyebrow, .light .eyebrow, .collaborate .eyebrow, .contact-band .eyebrow { color: var(--mint); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 740px; margin-bottom: 1.4rem; font-size: clamp(2.75rem, 6vw, 5.2rem); }
h2 { margin-bottom: 1.2rem; font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { margin-bottom: .7rem; font-size: 1.25rem; }
.hero-lead { max-width: 660px; margin: 0 0 2rem; color: rgba(255,255,255,.72); font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.6rem; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.15rem;
  border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--mint); box-shadow: 0 12px 30px rgba(157,184,203,.18); }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
.button-light { color: var(--navy-950); background: #fff; }
.hero-points { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.65); font-size: .9rem; }
.hero-points li::before { content: "✓"; margin-right: .45rem; color: var(--green); font-weight: 900; }
.hero-media { position: relative; }
.media-frame { position: relative; padding: .75rem; border-radius: 24px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow); }
.media-frame img { width: 100%; aspect-ratio: 1.62; object-fit: cover; border-radius: 16px; }
.media-badge { position: absolute; left: -2rem; bottom: -1.5rem; display: grid; gap: .15rem; max-width: 270px; padding: 1rem 1.15rem; color: var(--navy-950); background: var(--mint); border-radius: 12px; box-shadow: var(--shadow); }
.media-badge strong { font-size: .95rem; }
.media-badge span { font-size: .78rem; opacity: .72; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.trust-grid > span { color: var(--muted); font-size: .82rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.trust-items { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .7rem; }
.trust-items span { padding: .42rem .8rem; color: var(--navy-800); background: var(--surface-alt); border-radius: 999px; font-size: .84rem; font-weight: 750; }

.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 4rem; }
.split-heading.light p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.centered { margin-inline: auto; text-align: center; }

.risk-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.risk-card { position: relative; min-height: 245px; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.risk-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--card-accent); }
.risk-card .card-number { display: inline-block; margin-bottom: 2.5rem; color: var(--card-accent); font-weight: 900; }
.risk-card p { margin-bottom: 0; color: var(--muted); }
.accent-coral { --card-accent: var(--coral); }
.accent-yellow { --card-accent: var(--yellow); }
.accent-blue { --card-accent: var(--blue); }
.accent-green { --card-accent: var(--green); }

.customer-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 5rem; }
.vertical-list { display: grid; gap: 1rem; }
.vertical-list article { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.3rem; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.vertical-list h3, .vertical-list p { margin-bottom: .35rem; }
.vertical-list p { color: var(--muted); }
.vertical-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--navy-950); background: var(--mint); border-radius: 12px; font-weight: 900; font-size: 1.2rem; }

.services { position: relative; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
.service-card { display: flex; flex-direction: column; min-height: 500px; padding: 1.6rem; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.service-card.featured { border-color: rgba(158,243,212,.65); box-shadow: inset 0 0 0 1px rgba(158,243,212,.12); }
.service-card.recurring { border-color: rgba(53,196,213,.55); }
.service-topline { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; color: var(--mint); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.service-card h3 { max-width: 520px; font-size: 1.55rem; }
.price { margin: .4rem 0 1.4rem; color: var(--mint); font-size: 1.9rem; font-weight: 900; letter-spacing: -.03em; }
.service-card ul { display: grid; gap: .72rem; margin: 0 0 2rem; padding: 0; list-style: none; color: rgba(255,255,255,.72); }
.service-card li { position: relative; padding-left: 1.35rem; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .62rem; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.service-card > a { margin-top: auto; color: var(--mint); text-decoration: none; font-weight: 850; }
.pricing-note { margin: 1.2rem 0 0; color: rgba(255,255,255,.48); font-size: .82rem; }

.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .85rem; margin: 0; padding: 0; list-style: none; }
.process-grid li { min-height: 245px; padding: 1.35rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.process-grid li > span { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 2.4rem; color: var(--navy-950); background: var(--mint); border-radius: 50%; font-weight: 900; }
.process-grid p { color: var(--muted); font-size: .92rem; }
.artifact-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .75rem; margin-top: 1.3rem; padding: 1rem; color: #fff; background: var(--navy-900); border-radius: 12px; }
.artifact-bar strong { color: var(--mint); }
.artifact-bar span { color: rgba(255,255,255,.7); font-size: .85rem; }
.artifact-bar span::before { content: "•"; margin-right: .75rem; color: rgba(255,255,255,.3); }

.about-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 5rem; }
.about-lead { color: var(--ink); font-size: 1.15rem; font-weight: 650; }
.about-grid p:not(.eyebrow) { color: var(--muted); }
.text-link { display: inline-block; margin-top: .8rem; color: #087b89; text-decoration: none; font-weight: 900; }
.position-card { display: grid; gap: .75rem; padding: 1.2rem; background: var(--navy-900); border-radius: 20px; box-shadow: var(--shadow); }
.position-card > div { padding: 1rem 1.1rem; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; }
.position-card span { color: #fff; font-weight: 850; }
.position-card p { margin: .25rem 0 0; color: rgba(255,255,255,.57) !important; font-size: .88rem; }
.position-card .position-highlight { border-color: var(--mint); background: var(--mint); }
.position-card .position-highlight span, .position-card .position-highlight p { color: var(--navy-950) !important; }

.roadmap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.roadmap-grid article { padding: 1.5rem; border: 1px solid var(--line); border-top: 4px solid var(--cyan); border-radius: 14px; }
.roadmap-grid article:nth-child(2) { border-top-color: var(--green); }
.roadmap-grid article:nth-child(3) { border-top-color: var(--yellow); }
.roadmap-grid article:nth-child(4) { border-top-color: var(--blue); }
.roadmap-grid span { color: #168f9f; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.roadmap-grid h3 { margin: 1.2rem 0 .65rem; }
.roadmap-grid p { color: var(--muted); }

.collaborate { color: #fff; background: var(--navy-900); }
.collaborate-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: start; }
.collab-cards { display: grid; gap: .85rem; }
.collab-cards article { padding: 1.25rem; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.035); }
.collab-cards h3 { margin-bottom: .35rem; color: var(--mint); }
.collab-cards p { margin: 0; color: rgba(255,255,255,.66); }
.collaborate-cta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.4rem 1.5rem; border: 1px solid rgba(158,243,212,.4); border-radius: 16px; background: rgba(158,243,212,.07); }
.collaborate-cta p { margin: 0; }

.contact-band { padding: 4.5rem 0; color: var(--navy-950); background: var(--mint); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 3rem; }
.contact-band .eyebrow { color: #0b6f7a; }
.contact-band h2 { margin-bottom: 0; }
.contact-actions { display: grid; justify-items: end; gap: .8rem; }
.contact-actions span { font-size: .85rem; opacity: .65; }

.site-footer { padding: 4.5rem 0 1.5rem; color: rgba(255,255,255,.72); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; }
.footer-brand { color: #fff; font-size: 1.2rem; }
.footer-grid p { max-width: 470px; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: .55rem; }
.footer-grid strong { margin-bottom: .45rem; color: #fff; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.43); font-size: .78rem; }

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

@media (max-width: 1000px) {
  .hero-grid, .customer-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 3rem; }
  .hero-media { max-width: 780px; }
  .media-badge { left: 1.25rem; }
  .risk-grid, .roadmap-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-actions { justify-items: start; }
}

@media (max-width: 760px) {
  .section { padding: 4.6rem 0; }
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute; left: 1.25rem; right: 1.25rem; top: calc(100% + .5rem); display: none;
    flex-direction: column; align-items: stretch; gap: 0; padding: .7rem; border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px; background: var(--navy-850); box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .8rem .9rem; }
  .site-nav .nav-cta { margin-top: .35rem; text-align: center; }
  .hero { padding: 4.6rem 0 5.5rem; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .media-badge { position: static; max-width: none; margin-top: .75rem; }
  .trust-grid { padding: 1.2rem 0; flex-direction: column; align-items: flex-start; }
  .trust-items { justify-content: flex-start; }
  .split-heading { grid-template-columns: 1fr; gap: 1rem; }
  .risk-grid, .service-grid, .process-grid, .roadmap-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .process-grid li { min-height: auto; }
  .collaborate-grid { grid-template-columns: 1fr; gap: 2rem; }
  .collaborate-cta { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: .65rem; }
}
