:root {
  --ink: #10233f;
  --ink-soft: #51627a;
  --navy: #0b1d36;
  --blue: #246bfe;
  --cyan: #62d7ef;
  --lime: #b8f269;
  --paper: #f5f7fb;
  --white: #fff;
  --line: #dce3ec;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; line-height: 1.65; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; min-height: 78px; padding: 15px clamp(22px,5vw,76px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(220,227,236,.8); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: linear-gradient(145deg,var(--blue),#1944ac); font: 800 24px/1 "Manrope"; box-shadow: 0 8px 20px rgba(36,107,254,.25); }
.brand strong, .brand small { display: block; }
.brand strong { letter-spacing: .13em; font: 800 15px/1.2 "Manrope"; }
.brand small { margin-top: 3px; color: var(--ink-soft); font-size: 8px; letter-spacing: .07em; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { font-weight: 600; text-decoration: none; }
.nav-cta { padding: 10px 18px; border-radius: 999px; color: white; background: var(--navy); }
.menu-toggle { display: none; border: 0; background: none; font: 700 15px "DM Sans"; }
.hero { min-height: 680px; padding: 90px clamp(24px,8vw,130px) 72px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; overflow: hidden; background: radial-gradient(circle at 82% 18%,#e1f6ff 0,transparent 30%),linear-gradient(145deg,#fff 25%,#f3f7ff); }
.eyebrow { margin: 0 0 20px; color: var(--blue); font: 700 13px/1 "Manrope"; letter-spacing: .16em; text-transform: uppercase; }
h1,h2,h3 { font-family: "Manrope",sans-serif; line-height: 1.1; letter-spacing: -.035em; }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(48px,6.5vw,92px); }
.hero h1 span { color: var(--blue); }
.hero-text { max-width: 620px; margin: 30px 0 38px; color: var(--ink-soft); font-size: clamp(18px,2vw,23px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { padding: 14px 22px; border-radius: 12px; font-weight: 700; text-decoration: none; }
.button.primary { color: #fff; background: var(--blue); box-shadow: 0 12px 28px rgba(36,107,254,.25); }
.button.secondary { border: 1px solid var(--line); background: #fff; }
.hero-visual { position: relative; width: min(38vw,520px); aspect-ratio: 1; margin: auto; }
.core { position: absolute; inset: 31%; display: grid; place-items: center; align-content: center; z-index: 3; color: white; border-radius: 34%; transform: rotate(8deg); background: linear-gradient(145deg,#153d83,var(--blue)); box-shadow: 0 30px 80px rgba(20,62,133,.32); }
.core span { font: 800 clamp(45px,6vw,78px)/1 "Manrope"; transform: rotate(-8deg); }
.core small { margin-top: 8px; font-size: 11px; line-height: 1.2; letter-spacing: .12em; text-align: center; text-transform: uppercase; transform: rotate(-8deg); }
.orbit { position: absolute; border: 1px solid rgba(36,107,254,.28); border-radius: 50%; }
.orbit-one { inset: 12%; animation: rotate 18s linear infinite; }
.orbit-two { inset: 1%; border-style: dashed; animation: rotate 30s linear infinite reverse; }
.signal { position: absolute; width: 18px; height: 18px; border: 5px solid white; border-radius: 50%; background: var(--lime); box-shadow: 0 4px 20px rgba(36,107,254,.3); }
.signal-one { top: 10%; left: 48%; }.signal-two { right: 3%; top: 58%; background: var(--cyan); }.signal-three { left: 8%; bottom: 18%; background: var(--blue); }
@keyframes rotate { to { transform: rotate(360deg); } }
.proof-strip { padding: 27px clamp(24px,8vw,130px); display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; color: white; background: var(--navy); }
.proof-strip div { padding: 12px 25px; border-left: 1px solid rgba(255,255,255,.16); }
.proof-strip div:first-child { border-left: 0; }.proof-strip strong,.proof-strip span { display: block; }.proof-strip strong { font: 700 17px "Manrope"; }.proof-strip span { margin-top: 4px; color: #aab7ca; font-size: 13px; }
.section { padding: 110px clamp(24px,8vw,130px); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.section h2 { margin: 0; max-width: 780px; font-size: clamp(36px,4.6vw,62px); }
.body-copy { color: var(--ink-soft); font-size: 18px; }
.body-copy p:first-child { margin-top: 4px; }
.services { background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading p { max-width: 430px; margin: 0; color: var(--ink-soft); font-size: 18px; }
.card-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { min-height: 310px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(16,35,63,.1); }
.service-card.featured { color: white; border-color: var(--blue); background: linear-gradient(145deg,#12346f,var(--blue)); }
.card-number { color: var(--blue); font: 700 13px "Manrope"; }.featured .card-number { color: var(--lime); }
.service-card h3 { margin: 70px 0 18px; font-size: 26px; }.service-card p { margin: 0; color: var(--ink-soft); }.featured p { color: #dce8ff; }
.scope-note { margin: 24px 0 0; color: var(--ink-soft); font-size: 13px; }
.company { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; color: white; background: var(--navy); }
.eyebrow.light { color: var(--cyan); }.company-intro p:last-child { color: #aab7ca; font-size: 17px; }
.company-details { margin: 0; }.company-details div { padding: 20px 0; display: grid; grid-template-columns: 170px 1fr; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.14); }.company-details dt { color: #8fa1b9; }.company-details dd { margin: 0; font-weight: 600; }
.contact { display: grid; grid-template-columns: 1fr .8fr; gap: 8vw; align-items: center; }.contact > div:first-child > p:last-child { max-width: 650px; color: var(--ink-soft); font-size: 18px; }
.contact-card { padding: 34px; border-radius: 22px; background: var(--paper); }.contact-card span { display: block; margin-bottom: 8px; color: var(--ink-soft); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }.contact-card a { overflow-wrap: anywhere; color: var(--blue); font-weight: 700; }.contact-card hr { margin: 26px 0; border: 0; border-top: 1px solid var(--line); }.contact-card address { font-style: normal; }
footer { padding: 30px clamp(24px,5vw,76px); display: flex; align-items: center; gap: 30px; color: #98a6b9; background: #071426; font-size: 13px; }footer p { margin-right: auto; }.footer-brand { display: flex; align-items: center; gap: 9px; color: white; letter-spacing: .08em; }.brand-mark.small { width: 30px; height: 30px; border-radius: 8px; font-size: 15px; }footer a { color: white; }
.legal-page { max-width: 880px; min-height: 70vh; margin: 0 auto; padding: 90px 24px 120px; }.legal-page h1 { margin: 0; font-size: clamp(48px,7vw,78px); }.legal-updated { color: var(--ink-soft); }.legal-page section { margin-top: 48px; }.legal-page section h2 { font-size: 25px; }.legal-page section p { color: var(--ink-soft); font-size: 17px; }
@media (max-width: 860px) {
  .site-header { min-height: 70px; }.menu-toggle { display: block; }nav { position: absolute; top: 70px; left: 0; right: 0; padding: 20px 24px 28px; display: none; align-items: stretch; flex-direction: column; gap: 16px; background: white; border-bottom: 1px solid var(--line); }nav.open { display: flex; }.nav-cta { text-align: center; }
  .hero { min-height: auto; padding-top: 70px; grid-template-columns: 1fr; }.hero-visual { width: min(82vw,460px); }.proof-strip { grid-template-columns: 1fr 1fr; }.proof-strip div:nth-child(3) { border-left: 0; }
  .split,.company,.contact { grid-template-columns: 1fr; }.section-heading { display: block; }.section-heading p { margin-top: 22px; }.card-grid { grid-template-columns: 1fr; }.service-card { min-height: 250px; }.service-card h3 { margin-top: 45px; }
}
@media (max-width: 520px) {
  .brand small { display: none; }.hero { padding-left: 22px; padding-right: 22px; }.proof-strip { grid-template-columns: 1fr; }.proof-strip div { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }.proof-strip div:first-child { border-top: 0; }.company-details div { grid-template-columns: 1fr; gap: 5px; }footer { align-items: flex-start; flex-direction: column; gap: 12px; }footer p { margin: 0; }
}
