@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --ink: #07101e;
  --navy: #06172e;
  --navy-2: #0a2444;
  --blue: #087df0;
  --cyan: #2bd7ff;
  --white: #ffffff;
  --mist: #eaf1f7;
  --muted: #607087;
  --line: rgba(8, 32, 60, 0.12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f7f9fc; font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { height: 82px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; gap: 38px; background: rgba(6,23,46,.97); color: white; position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); background: linear-gradient(145deg, var(--cyan), #72e7ff); clip-path: polygon(17% 0, 100% 0, 83% 100%, 0 100%); font-family: "Space Grotesk"; font-size: 26px; font-weight: 800; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: "Space Grotesk"; font-size: 23px; letter-spacing: .16em; }
.brand-copy small { margin-top: 5px; font-size: 9px; letter-spacing: .36em; color: #a9bdd3; }
nav { display: flex; gap: 30px; align-items: center; }
nav a { color: #cad8e8; font-size: 14px; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: var(--cyan); }
.header-cta { padding: 10px 18px; border: 1px solid rgba(43,215,255,.55); color: var(--cyan); font-size: 14px; font-weight: 700; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: white; }

.hero { min-height: 690px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: white; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,14,30,.98) 0%, rgba(2,14,30,.86) 36%, rgba(2,14,30,.15) 73%, rgba(2,14,30,.08) 100%), linear-gradient(0deg, rgba(2,14,30,.35), transparent 45%); }
.hero-content { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; position: relative; z-index: 2; padding: 90px 0 80px; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.hero .eyebrow { color: var(--cyan); }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; line-height: 1.08; margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(3rem, 7vw, 6.2rem); letter-spacing: -.055em; }
h1 span { color: transparent; -webkit-text-stroke: 1.5px #84def6; }
.hero-copy { max-width: 610px; margin: 0 0 30px; color: #c4d1df; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; font-size: 14px; font-weight: 800; transition: .2s ease; }
.button-primary { background: var(--blue); color: white; box-shadow: 0 12px 35px rgba(8,125,240,.28); }
.button-primary:hover { background: #1591ff; transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.25); color: white; background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: var(--cyan); color: var(--cyan); }
.hero-note { margin-top: 42px; display: flex; align-items: center; gap: 10px; color: #92a9c0; font-size: 13px; }
.hero-note span { width: 9px; height: 9px; background: #3ee895; border-radius: 50%; box-shadow: 0 0 0 5px rgba(62,232,149,.1); }

.trust-bar { display: grid; grid-template-columns: repeat(3, 1fr); max-width: var(--max); margin: -36px auto 0; position: relative; z-index: 3; background: white; box-shadow: 0 18px 50px rgba(6,23,46,.1); }
.trust-bar div { padding: 28px 32px; display: grid; border-right: 1px solid var(--line); }
.trust-bar div:last-child { border: 0; }
.trust-bar strong { font-family: "Space Grotesk"; font-size: 17px; }
.trust-bar span { color: var(--muted); font-size: 13px; }

.section { max-width: var(--max); margin: 0 auto; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.section-heading h2, .process h2, .contact h2 { margin-bottom: 0; font-size: clamp(2.3rem, 4vw, 4rem); letter-spacing: -.045em; }
.section-heading > p { color: var(--muted); margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 310px; padding: 32px; position: relative; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(6,23,46,.09); z-index: 2; }
.service-number { position: absolute; top: 24px; right: 26px; color: #9aabc0; font-size: 12px; font-weight: 800; }
.icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 38px; background: #e9f5ff; color: var(--blue); font-size: 27px; font-family: "Space Grotesk"; }
.service-card h3 { max-width: 260px; margin-bottom: 14px; font-size: 24px; }
.service-card p { color: var(--muted); font-size: 14px; }
.service-card.featured { background: var(--navy-2); color: white; }
.service-card.featured p { color: #aebfd1; }
.service-card.featured .icon { background: var(--blue); color: white; }
.contact-card { display: flex; flex-direction: column; justify-content: flex-end; background: var(--blue); color: white; }
.contact-card .eyebrow { margin-bottom: auto; color: #bdeaff; }
.contact-card h3 { font-size: 30px; }
.contact-card a { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.3); font-size: 14px; font-weight: 800; }

.process { padding: 110px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; color: white; background: var(--navy); }
.process-copy > p:last-child { max-width: 490px; color: #9db0c4; }
.process .eyebrow { color: var(--cyan); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { padding: 22px 0; display: grid; grid-template-columns: 60px 1fr; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.steps > li > span { color: var(--cyan); font-family: "Space Grotesk"; font-weight: 700; }
.steps strong { font-family: "Space Grotesk"; font-size: 21px; }
.steps p { margin: 3px 0 0; color: #92a8bf; font-size: 14px; }

.contact { max-width: var(--max); margin: 100px auto; padding: 58px; display: grid; grid-template-columns: 1.2fr .8fr auto; align-items: center; gap: 55px; background: linear-gradient(135deg, #087df0, #075bb9); color: white; box-shadow: 0 24px 65px rgba(8,125,240,.2); }
.contact .eyebrow { color: #bfeeff; }
.contact h2 { font-size: clamp(2rem, 3.4vw, 3.2rem); }
.contact > div > p:last-child { margin-bottom: 0; color: #d4eaff; }
.contact-details { display: grid; gap: 20px; }
.contact-details a { display: grid; }
.contact-details small { margin-bottom: 4px; color: #bfeeff; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.contact-details strong { font-size: 15px; line-height: 1.45; }
.button-light { background: white; color: var(--blue); white-space: nowrap; }
.button-light:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,22,60,.2); }

footer { max-width: var(--max); margin: 0 auto; padding: 35px 0 50px; display: flex; align-items: center; gap: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-brand { margin-right: 12px; color: var(--navy); }
.footer-brand .brand-copy small { color: var(--muted); }
footer p:last-child { margin-left: auto; }

@media (max-width: 900px) {
  .site-header { height: 72px; padding-inline: 22px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; order: 3; }
  nav { position: absolute; top: 72px; left: 0; right: 0; padding: 18px 22px 24px; display: none; flex-direction: column; align-items: flex-start; gap: 14px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.08); }
  nav.open { display: flex; }
  .hero { min-height: 650px; align-items: flex-end; }
  .hero > img { object-position: 65% center; opacity: .7; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,14,30,.97), rgba(2,14,30,.62)), linear-gradient(0deg, rgba(2,14,30,.95), transparent 75%); }
  .hero-content { padding-top: 120px; }
  .trust-bar { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .trust-bar div { padding: 20px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 90px 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: 1fr; gap: 45px; padding-block: 80px; }
  .contact { margin: 70px 24px; grid-template-columns: 1fr 1fr; padding: 42px; }
  .contact > div:first-child { grid-column: 1 / -1; }
  footer { margin: 0 24px; }
}

@media (max-width: 600px) {
  .brand-copy strong { font-size: 20px; }
  .hero { min-height: 690px; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-copy { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .contact { grid-template-columns: 1fr; margin-inline: 18px; padding: 34px 26px; }
  .contact > div:first-child { grid-column: auto; }
  footer { flex-direction: column; align-items: flex-start; }
  footer p { margin: 0; }
  footer p:last-child { margin-left: 0; }
}

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