:root {
  --navy: #061c38;
  --navy-2: #0a2b51;
  --blue: #1596d2;
  --sky: #8fd4ef;
  --ice: #eef9fd;
  --cyan: #62d5e8;
  --ink: #112033;
  --muted: #5d6b7b;
  --line: #d9e5ec;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(6, 28, 56, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.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: 18px; top: -100px; z-index: 99; padding: 10px 16px; color: var(--navy); background: white; border-radius: 8px; }
.skip-link:focus { top: 18px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; color: white; background: rgba(6, 28, 56, .88); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.nav-wrap { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { width: 72px; display: grid; place-items: center; }
.brand-logo img { width: 72px; height: auto; }
.brand strong { display: block; font-size: 17px; letter-spacing: .02em; line-height: 1.1; }
.brand small { display: block; margin-top: 5px; color: #bcd0e2; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; line-height: 1; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-right: 72px; }
.main-nav a { color: #d8e7f3; font-size: 14px; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: white; }
.main-nav .nav-cta { padding: 10px 18px; color: var(--navy); background: var(--sky); border-radius: 999px; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: white; }

.hero { position: relative; min-height: 820px; padding: 158px 0 44px; overflow: hidden; color: white; background: linear-gradient(122deg, #061b36 0%, #0b3158 64%, #073f63 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to right, black, transparent 82%); }
.hero-glow { position: absolute; border-radius: 50%; opacity: .55; }
.hero-glow-one { width: 560px; height: 560px; right: -170px; top: 50px; background: radial-gradient(circle, rgba(54,185,229,.34), transparent 68%); }
.hero-glow-two { width: 360px; height: 360px; left: 35%; bottom: -220px; background: radial-gradient(circle, rgba(120,226,237,.24), transparent 68%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.14fr .86fr; gap: 76px; align-items: center; }
.eyebrow { margin: 0 0 22px; color: #9fe4f1; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 27px; height: 2px; margin: 0 10px 3px 0; background: currentColor; }
.eyebrow.dark { color: #157aa8; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.035em; line-height: 1.08; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(50px, 6vw, 82px); }
h1 em { color: var(--sky); font-style: normal; }
.hero-support { max-width: 660px; margin: 0 0 18px; color: white; font-size: clamp(22px, 2.1vw, 30px); font-weight: 720; line-height: 1.25; letter-spacing: -.02em; }
.lead { max-width: 680px; margin: 0; color: #d5e1ec; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 24px; border-radius: 10px; font-size: 15px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--sky); box-shadow: 0 14px 30px rgba(31,168,214,.22); }
.button-primary:hover { background: #b6ebf8; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.04); }
.proof-strip { display: flex; align-items: center; margin-top: 54px; }
.proof-strip div { min-width: 142px; padding: 0 24px; border-left: 1px solid rgba(255,255,255,.18); }
.proof-strip div:first-child { padding-left: 0; border-left: 0; }
.proof-strip strong { display: block; color: white; font-size: 22px; line-height: 1; }
.proof-strip span { display: block; margin-top: 8px; color: #a9bfd1; font-size: 12px; letter-spacing: .04em; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.badge-orbit { position: absolute; width: 470px; height: 470px; border: 1px solid rgba(148,220,239,.18); border-radius: 50%; }
.badge-orbit::before, .badge-orbit::after { content: ""; position: absolute; border: 1px solid rgba(148,220,239,.12); border-radius: 50%; }
.badge-orbit::before { inset: 34px; }
.badge-orbit::after { inset: 78px; }
.badge-card { position: relative; z-index: 2; width: 320px; min-height: 430px; display: flex; flex-direction: column; align-items: center; padding: 22px 28px 26px; color: var(--navy); background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.7); border-radius: 32px 8px 32px 8px; box-shadow: 0 36px 70px rgba(0,0,0,.28); transform: rotate(2deg); }
.badge-label { align-self: stretch; padding-bottom: 15px; color: #607387; border-bottom: 1px solid #e2e9ee; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.badge-card img { width: 230px; margin: 18px auto 8px; }
.badge-card p { margin: auto 0 0; color: #52657a; font-size: 13px; line-height: 1.5; text-align: center; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 10px 15px; color: #dff8ff; background: rgba(8,39,70,.92); border: 1px solid rgba(142,218,240,.25); border-radius: 999px; box-shadow: 0 12px 28px rgba(0,0,0,.24); font-size: 12px; font-weight: 700; backdrop-filter: blur(12px); }
.floating-note span { color: var(--cyan); }
.note-one { left: 0; top: 116px; }
.note-two { right: -16px; top: 218px; }
.note-three { left: 14px; bottom: 88px; }
.trust-line { position: relative; z-index: 2; display: flex; align-items: center; gap: 20px; margin-top: 64px; color: #8ba5bb; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.trust-line i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.15), transparent); }

.section { padding: 108px 0; }
.section-heading { margin-bottom: 50px; }
.split-heading { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 80px; }
.section h2, .service-model h2, .contact h2 { margin-bottom: 0; font-size: clamp(36px, 4vw, 54px); }
.section-heading > p, .intro-copy p { max-width: 500px; margin: 0; color: var(--muted); }
.intro-copy { display: grid; gap: 14px; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; }
.value-grid article { min-height: 250px; padding: 28px 24px; background: #f7fafc; border: 1px solid #e5edf2; border-radius: var(--radius); }
.value-grid article:first-child { color: white; background: var(--navy); border-color: var(--navy); }
.value-grid span, .card-no { color: #7c91a2; font-size: 12px; font-weight: 850; }
.value-grid h3 { margin: 50px 0 14px; font-size: 23px; }
.value-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.value-grid article:first-child p { color: #b9cad8; }

.scope { color: white; background: linear-gradient(115deg, #092848, #061a34); }
.scope .section-heading > p { color: #bacddd; }
.scope-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.scope-card { position: relative; min-height: 320px; display: flex; flex-direction: column; padding: 26px 22px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; }
.scope-card.featured { color: var(--navy); background: white; }
.scope-card .card-no { position: absolute; top: 22px; right: 22px; }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 46px; color: var(--navy); background: var(--sky); border-radius: 14px 5px 14px 5px; font-size: 18px; font-weight: 900; }
.scope-card h3 { margin-bottom: 16px; font-size: 21px; }
.scope-card p { margin: auto 0 0; color: #adc1d1; font-size: 14px; }
.scope-card.featured p { color: var(--muted); }

.collaboration { background: #f5fafc; }
.collaboration-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.section-lead { margin: 24px 0 32px; color: var(--muted); font-size: 17px; }
.check-list { padding: 0; margin: 0; list-style: none; color: #405269; }
.check-list li { position: relative; margin-top: 12px; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #1596d2; font-weight: 900; }
.governance-map { position: relative; min-height: 480px; border: 1px solid #dbeaf1; border-radius: 38px 8px 38px 8px; background: radial-gradient(circle at center, rgba(98,213,232,.16), transparent 42%), white; box-shadow: var(--shadow); }
.governance-map::before, .governance-map::after { content: ""; position: absolute; inset: 70px; border: 1px dashed #b9dce9; border-radius: 50%; }
.governance-map::after { inset: 125px; }
.map-core, .map-role { position: absolute; z-index: 2; display: grid; place-content: center; text-align: center; box-shadow: 0 14px 35px rgba(6,28,56,.1); }
.map-core { inset: 50% auto auto 50%; width: 145px; height: 145px; transform: translate(-50%,-50%); color: white; background: var(--navy); border: 8px solid #dff6fc; border-radius: 50%; }
.map-core strong { font-size: 28px; }
.map-core span, .map-role span { margin-top: 4px; font-size: 11px; line-height: 1.25; }
.map-role { width: 150px; min-height: 92px; padding: 14px; background: white; border: 1px solid #dce9ef; border-radius: 16px 5px 16px 5px; }
.map-role strong { color: #0d729f; font-size: 16px; }
.map-role span { color: var(--muted); }
.role-board { left: 50%; top: 28px; transform: translateX(-50%); }
.role-dpo { left: 24px; bottom: 44px; }
.role-ciso { right: 24px; bottom: 44px; }
.process { margin-top: 94px; }
.process-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 34px; }
.process-heading .eyebrow { margin-bottom: 0; }
.process-heading h3 { max-width: 560px; margin: 0; font-size: 34px; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.process-steps li { min-height: 245px; padding: 26px; background: white; border-left: 1px solid var(--line); }
.process-steps li:first-child { border-left: 0; }
.process-steps span { color: #188ec2; font-size: 12px; font-weight: 850; }
.process-steps strong { display: block; margin: 60px 0 12px; font-size: 18px; }
.process-steps p { margin: 0; color: var(--muted); font-size: 14px; }

.extras-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.extras-grid article { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 14px 35px rgba(6,28,56,.05); }
.extras-grid article > span { display: inline-flex; padding: 5px 9px; color: #0d729f; background: var(--ice); border-radius: 6px; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.extras-grid h3 { margin: 54px 0 14px; font-size: 23px; }
.extras-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.service-model { padding: 92px 0; color: white; background: #0b3155; }
.service-model-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.service-model p:not(.eyebrow) { max-width: 590px; color: #bdd0de; font-size: 17px; }
.sla-list { margin: 0; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; overflow: hidden; }
.sla-list div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 19px 22px; border-top: 1px solid rgba(255,255,255,.1); }
.sla-list div:first-child { border-top: 0; }
.sla-list dt { font-weight: 750; }
.sla-list dd { margin: 0; color: #b9ccda; font-size: 14px; }

.credentials { background: #f6fafc; }
.credentials-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 86px; align-items: center; }
.credential-mark { padding: 28px; background: var(--sky); border-radius: 40px 8px 40px 8px; box-shadow: var(--shadow); }
.credential-mark img { width: 100%; background: white; border-radius: 26px 6px 26px 6px; }
.credential-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.credential-tags span { padding: 9px 13px; color: #164765; background: white; border: 1px solid #d4e5ed; border-radius: 999px; font-size: 13px; font-weight: 700; }

.contact { padding: 100px 0; color: white; background: #061c38; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.contact h2 { max-width: 650px; }
.contact p:not(.eyebrow) { max-width: 610px; color: #bdd0de; font-size: 17px; }
.contact-actions { display: grid; gap: 12px; }
.contact-actions > a { min-height: 94px; display: grid; grid-template-columns: 52px 1fr 30px; gap: 18px; align-items: center; padding: 18px 22px; text-decoration: none; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 15px; transition: background .2s, transform .2s; }
.contact-actions > a:hover { background: rgba(255,255,255,.12); transform: translateX(4px); }
.contact-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--navy); background: var(--sky); border-radius: 14px 5px 14px 5px; font-weight: 900; }
.contact-actions small { display: block; color: #9eb8cb; font-size: 12px; }
.contact-actions strong { display: block; font-size: 17px; }
.contact-actions b { color: var(--sky); font-size: 24px; }

footer { padding: 34px 0; color: #8da5b8; background: #04162c; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-row p { font-size: 12px; }
.footer-row > a:last-child { color: #b8c9d7; font-size: 13px; text-decoration: none; }

@media (max-width: 1120px) {
  .main-nav { gap: 16px; margin-right: 0; }
  .hero-layout { gap: 35px; }
  .scope-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .collaboration-layout, .service-model-layout, .credentials-layout, .contact-layout { grid-template-columns: 1fr; gap: 54px; }
  .extras-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-steps li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .process-steps li:nth-child(4) { border-top: 1px solid var(--line); }
  .credential-mark { max-width: 430px; margin-inline: auto; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 680px); }
  .nav-wrap { height: 70px; gap: 8px; }
  .site-header .brand { flex-shrink: 0; gap: 10px; }
  .site-header .brand-logo { width: 62px; }
  .site-header .brand-logo img { width: 62px; }
  .site-header .brand strong { font-size: 15px; white-space: nowrap; }
  .menu-button { display: block; margin-right: 84px; cursor: pointer; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 16px; background: #082642; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 12px; }
  .main-nav .nav-cta { text-align: center; margin-top: 6px; }
  .hero { min-height: auto; padding: 126px 0 35px; }
  .hero-layout, .split-heading { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { text-align: center; }
  .hero .eyebrow span { display: none; }
  .lead, .hero-support { margin-inline: auto; }
  .hero-actions, .proof-strip { justify-content: center; }
  .proof-strip { margin-top: 45px; }
  .proof-strip div { min-width: auto; flex: 1; padding: 0 12px; }
  .hero-visual { min-height: 430px; }
  .badge-orbit { width: 380px; height: 380px; }
  .badge-card { width: 275px; min-height: 390px; }
  .badge-card img { width: 195px; }
  .note-one { left: 0; }
  .note-two { right: 0; }
  .note-three { left: 2%; bottom: 45px; }
  .trust-line { margin-top: 20px; }
  .section { padding: 78px 0; }
  .scope-grid { grid-template-columns: repeat(2, 1fr); }
  .scope-card { min-height: 300px; }
  .process-heading { align-items: start; flex-direction: column; }
  .footer-row { flex-direction: column; text-align: center; }
}

@media (max-width: 540px) {
  h1 { font-size: 47px; }
  .brand small { display: none; }
  .hero-actions { flex-direction: column; }
  .proof-strip strong { font-size: 19px; }
  .proof-strip span { font-size: 10px; }
  .hero-visual { min-height: 410px; transform: scale(.92); margin-inline: -20px; }
  .badge-orbit { width: 350px; height: 350px; }
  .value-grid, .scope-grid, .extras-grid, .process-steps { grid-template-columns: 1fr; }
  .value-grid article { min-height: 220px; }
  .scope-card { min-height: 280px; }
  .process-steps li { border-left: 0; border-top: 1px solid var(--line); }
  .process-steps li:first-child { border-top: 0; }
  .sla-list div { grid-template-columns: 1fr; gap: 4px; }
  .governance-map { min-height: 430px; }
  .governance-map::before { inset: 70px 30px; }
  .governance-map::after { inset: 120px 80px; }
  .map-role { width: 132px; }
  .role-dpo { left: 12px; }
  .role-ciso { right: 12px; }
  .contact-actions > a { grid-template-columns: 46px 1fr 20px; gap: 12px; padding-inline: 14px; }
  .contact-actions strong { font-size: 15px; word-break: break-word; }
}

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