:root {
  --navy: #061b3a;
  --navy-2: #0a2b59;
  --teal: #08b8bd;
  --cyan: #38d3d2;
  --ink: #13213a;
  --muted: #607087;
  --paper: #f6f9fb;
  --white: #ffffff;
  --line: #dce6ed;
  --shadow: 0 24px 70px rgba(4, 29, 61, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.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; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 82px;
  padding: 12px clamp(22px, 6vw, 88px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(10,43,89,.08);
}
.brand { width: 210px; height: 54px; overflow: hidden; display: flex; align-items: center; flex-shrink: 0; }
.brand img { width: 100%; height: 100%; object-fit: cover; }
nav { display: flex; align-items: center; gap: 34px; font-weight: 600; font-size: .94rem; }
nav a { transition: color .2s; }
nav a:hover { color: var(--teal); }
.nav-cta { padding: 11px 20px; color: white; background: var(--navy); border-radius: 999px; }
.nav-cta:hover { color: white; background: var(--teal); }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span:not(.sr-only) { width: 24px; height: 2px; background: var(--navy); display: block; margin: 5px; }

.hero {
  min-height: 760px;
  padding: 155px clamp(24px, 7vw, 104px) 92px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 6vw;
  position: relative;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 46%, rgba(240,249,251,.82) 100%),
    radial-gradient(circle at 80% 20%, #b4f1f0, transparent 38%);
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .35;
  background-image: linear-gradient(rgba(6,27,58,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(6,27,58,.05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to right, transparent, black);
}
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--navy-2); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 32px; height: 2px; background: var(--teal); }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.08; margin: 0; }
h1 { max-width: 750px; font-size: clamp(3.35rem, 6vw, 6.3rem); letter-spacing: -.065em; color: var(--navy); }
h1 em, h2 em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 610px; margin: 28px 0 34px; color: var(--muted); font-size: clamp(1.04rem, 1.4vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 13px 24px; border-radius: 7px; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.primary { color: white; background: var(--navy); box-shadow: 0 14px 30px rgba(6,27,58,.22); }
.primary:hover { background: var(--teal); box-shadow: 0 14px 30px rgba(8,184,189,.25); }
.secondary { border: 1px solid var(--line); background: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 36px; color: #637388; font-size: .83rem; font-weight: 600; }
.trust-row span::before { content: "✓"; color: var(--teal); margin-right: 7px; }

.hero-visual { height: 530px; position: relative; display: grid; place-items: center; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(40px); opacity: .35; z-index: -1; }
.glow-one { width: 340px; height: 340px; background: #6ee7e8; right: 12%; top: 20%; }
.glow-two { width: 200px; height: 200px; background: #377bd7; right: 34%; bottom: 5%; }
.orbit { position: absolute; border: 1px solid rgba(8,184,189,.24); border-radius: 50%; }
.orbit-one { width: 450px; height: 450px; }
.orbit-two { width: 350px; height: 350px; border-style: dashed; animation: spin 30s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.solution-card { width: min(365px, 74vw); padding: 48px 42px; border-radius: 28px; background: linear-gradient(145deg, var(--navy), #0c3b73); color: white; box-shadow: 0 35px 80px rgba(6,27,58,.28); transform: rotate(-2deg); }
.solution-card p { margin: 0 0 14px; color: #7ee5e4; text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 700; }
.solution-card strong { font: 700 2.25rem/1.15 "Manrope", sans-serif; letter-spacing: -.04em; }
.status { margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: .82rem; color: #cde2ec; }
.status i { width: 8px; height: 8px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 13px 17px; background: rgba(255,255,255,.96); border: 1px solid rgba(8,184,189,.2); border-radius: 12px; box-shadow: var(--shadow); color: var(--navy); font-weight: 700; font-size: .82rem; }
.floating-card span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 7px; color: white; background: var(--teal); }
.card-code { top: 12%; left: 2%; }
.card-check { right: -2%; bottom: 15%; }
.card-auto { left: 6%; bottom: 5%; }

.section { padding: 110px clamp(24px, 7vw, 104px); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: end; margin-bottom: 55px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { font-size: clamp(2.5rem, 4.5vw, 4.7rem); color: var(--navy); letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 560px; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 410px; padding: 28px; background: white; border: 1px solid var(--line); border-radius: 16px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: rgba(8,184,189,.4); }
.service-card.featured { background: var(--navy); color: white; border-color: var(--navy); }
.service-number { position: absolute; top: 22px; right: 24px; color: #9eacbb; font: 600 .72rem "Manrope"; letter-spacing: .1em; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; margin: 36px 0 38px; color: var(--teal); background: #e9fafa; border-radius: 14px; font-size: 1.6rem; font-weight: 700; }
.featured .service-icon { color: white; background: var(--teal); }
.service-card h3 { font-size: 1.45rem; margin-bottom: 14px; }
.service-card p { color: var(--muted); font-size: .94rem; }
.featured p, .featured li { color: #bed0dd; }
.service-card ul { list-style: none; padding: 0; margin: 22px 0 0; }
.service-card li { padding: 5px 0; color: #516277; font-size: .84rem; }
.service-card li::before { content: "—"; margin-right: 8px; color: var(--teal); }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; background: var(--navy); color: white; }
.eyebrow.light { color: #a5c3d5; }
.process h2, .contact h2 { color: white; }
.process-copy > p:not(.eyebrow) { max-width: 470px; color: #a9bfd0; font-size: 1.05rem; }
.text-link { display: inline-flex; gap: 22px; margin-top: 22px; padding-bottom: 4px; color: var(--cyan); border-bottom: 1px solid rgba(56,211,210,.4); font-weight: 700; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.process-list li > span { color: var(--cyan); font: 700 .78rem "Manrope"; }
.process-list h3 { font-size: 1.25rem; margin-bottom: 6px; }
.process-list p { margin: 0; color: #a9bfd0; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; background: white; }
.about-panel { position: relative; padding: 50px 0; }
.about-panel::after { content: ""; position: absolute; left: 0; bottom: 0; width: 72px; height: 6px; background: var(--teal); }
.big-copy { margin-top: 35px; color: var(--navy); font: 700 clamp(1.45rem, 2.3vw, 2.1rem)/1.35 "Manrope"; letter-spacing: -.025em; }
.about-copy > p:not(.big-copy) { max-width: 650px; color: var(--muted); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 45px; }
.values div { padding-top: 18px; border-top: 2px solid var(--line); }
.values strong, .values span { display: block; }
.values strong { color: var(--teal); font: 700 1.05rem "Manrope"; }
.values span { color: var(--muted); font-size: .8rem; }

.contact { position: relative; text-align: center; color: white; background: linear-gradient(145deg, #09254d, #06172f); overflow: hidden; }
.contact::before, .contact::after { content: ""; position: absolute; border: 1px solid rgba(56,211,210,.16); border-radius: 50%; }
.contact::before { width: 460px; height: 460px; left: -230px; top: -200px; }
.contact::after { width: 600px; height: 600px; right: -300px; bottom: -330px; }
.contact-inner { position: relative; z-index: 1; max-width: 900px; margin: auto; }
.contact .eyebrow { justify-content: center; }
.contact p:not(.eyebrow) { max-width: 620px; margin: 24px auto 34px; color: #abc0d1; }
.contact-button { color: var(--navy); background: var(--cyan); }
.contact-button:hover { background: white; }

footer { padding: 46px clamp(24px, 7vw, 104px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; background: white; border-top: 1px solid var(--line); }
.footer-brand { width: 180px; height: 46px; display: flex; align-items: center; overflow: hidden; flex-shrink: 0; }
.footer-brand img { width: 100%; height: 100%; object-fit: cover; }
footer p { color: var(--muted); font-size: .9rem; }
.social-links { display: flex; gap: 22px; font-size: .86rem; font-weight: 700; }
.social-links a:hover { color: var(--teal); }
footer small { grid-column: 1 / -1; padding-top: 20px; color: #8b98a8; border-top: 1px solid var(--line); }
.legal-links { grid-column: 1 / -1; display: flex; gap: 20px; font-size: .8rem; color: var(--muted); }

.page-hero { padding: 160px clamp(24px, 7vw, 104px) 85px; color: white; background: linear-gradient(135deg, var(--navy), #0b376c); }
.page-hero .eyebrow { color: #a8cedd; }
.page-hero h1 { max-width: 960px; color: white; font-size: clamp(3rem, 6vw, 5.8rem); }
.page-hero > p:last-child { max-width: 720px; margin-top: 24px; color: #bdd0de; font-size: 1.1rem; }
.content-shell { max-width: 1180px; margin: auto; padding: 90px 24px; }
.content-shell h2 { margin: 58px 0 18px; font-size: clamp(2rem, 3.5vw, 3.6rem); }
.content-shell h2:first-child { margin-top: 0; }
.content-shell h3 { margin: 26px 0 10px; color: var(--navy); }
.content-shell p, .content-shell li { color: var(--muted); }
.content-shell ul { padding-left: 20px; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.detail-card { padding: 30px; background: white; border: 1px solid var(--line); border-radius: 15px; }
.detail-card h3 { margin-top: 0; }
.step-grid { display: grid; gap: 14px; }
.step-card { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 25px; background: white; border-left: 4px solid var(--teal); border-radius: 10px; }
.step-card > span { color: var(--teal); font: 800 1rem "Manrope"; }
.step-card h3 { margin-top: 0; }
.notice { padding: 22px 24px; background: #eafafa; border-left: 4px solid var(--teal); border-radius: 8px; color: var(--navy); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-weight: 700; font-size: .9rem; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #b9c8d4; border-radius: 7px; background: white; color: var(--ink); font: inherit; }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(8,184,189,.22); border-color: var(--teal); }
.checkbox { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; }
.checkbox input { margin-top: 5px; }
.submit-button { border: 0; cursor: pointer; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; }
.contact-panel { padding: 30px; color: white; background: var(--navy); border-radius: 16px; align-self: start; }
.contact-panel a { color: var(--cyan); word-break: break-word; }
.talent-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0 !important; list-style: none; }
.talent-list li { padding: 9px 14px; background: #eafafa; border-radius: 999px; color: var(--navy); }
.legal-copy { max-width: 820px; }
.legal-copy h2 { font-size: 1.8rem; letter-spacing: -.025em; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-visual { height: 470px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .site-header { min-height: 70px; }
  .brand { width: 170px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 70px; left: 0; width: 100%; padding: 22px; flex-direction: column; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  nav.open { display: flex; }
  .hero { min-height: auto; padding-top: 125px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-visual { height: 420px; margin-top: -20px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 280px; height: 280px; }
  .solution-card { padding: 38px 30px; }
  .solution-card strong { font-size: 1.9rem; }
  .floating-card { font-size: .72rem; }
  .card-check { right: 0; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .section-heading, .process, .about { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 0; }
  .process, .about { gap: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .values { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .detail-grid, .form-grid, .contact-layout { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
}

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