:root {
    --navy-950: #03162c;
    --navy-900: #061c36;
    --navy-850: #082442;
    --navy-800: #0b2a4e;
    --blue-600: #2d5b8f;
    --teal-500: #12b8ac;
    --teal-400: #35d5c8;
    --teal-100: #e4fbf8;
    --ink: #0e2141;
    --muted: #66758e;
    --line: #e5ebf3;
    --surface-soft: #f7f9fc;
    --shadow: 0 18px 46px rgba(6, 28, 54, .10);
    --radius: 18px;
    --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
section[id] { scroll-margin-top: 24px; }
.page-top-anchor { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; }
.footer-brand-link { display: inline-block; }

body { margin: 0; color: var(--ink); background: #fff; font: 16px/1.62 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 44px)); 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; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(3,22,44,.98); box-shadow: 0 4px 18px rgba(3,22,44,.14); }
.nav-shell { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-logo { width: 181px; height: auto; }
.main-nav { display: flex; gap: 34px; align-items: center; color: rgba(255,255,255,.86); font-size: .94rem; font-weight: 650; }
.main-nav a { transition: color .18s ease; }
.main-nav a:first-child, .main-nav a:hover, .main-nav a:focus { color: var(--teal-400); }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: #fff; }
.hero { position: relative; min-height: 665px; overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 34%, rgba(45,91,143,.43), transparent 26%), linear-gradient(138deg, var(--navy-950), var(--navy-900) 58%, var(--navy-850)); }
.hero-wave { position: absolute; inset: auto 0 -8px; width: 100%; height: 245px; object-fit: cover; opacity: .72; }
.hero-grid { position: relative; min-height: 665px; display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: 34px; padding-top: 86px; }
.hero-copy { padding-bottom: 10px; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { line-height: 1.13; letter-spacing: -.045em; }
.hero h1 { margin-bottom: 18px; font-size: clamp(3rem, 5.45vw, 5.15rem); }
.hero h1 span { color: var(--teal-500); }
.hero p { max-width: 590px; margin-bottom: 28px; color: rgba(255,255,255,.84); font-size: 1.12rem; }
.hero-art { position: relative; justify-self: end; width: min(100%, 445px); margin-top: 42px; }
.hero-art img { position: relative; z-index: 1; filter: drop-shadow(0 30px 30px rgba(0,0,0,.28)); }
.hero-glow { position: absolute; inset: 20%; border-radius: 50%; background: rgba(44,195,188,.25); filter: blur(58px); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 52px; padding: 0 25px; border: 0; border-radius: 8px; cursor: pointer; font: inherit; font-size: .93rem; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover,.button:focus { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--teal-500), #0faebf); box-shadow: 0 12px 24px rgba(18,184,172,.22); }
.section { padding: 94px 0; }
.section-heading { margin: 0 auto 40px; text-align: center; }
.section-kicker { margin-bottom: 10px; color: var(--teal-500); font-size: .73rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section-heading h2, .about h2, .contact h2 { margin-bottom: 0; color: var(--ink); font-size: clamp(2rem, 4vw, 3rem); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 23px; }
.service-card { min-height: 246px; padding: 24px 23px; text-align: center; border: 1px solid var(--line); border-radius: 9px; background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.icon-tile { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 17px; border-radius: 14px; background: linear-gradient(135deg,#f1f7fd,#fbfdff); }
.icon-tile img { width: 47px; height: 47px; }
.service-card h3 { margin-bottom: 8px; font-size: 1.05rem; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .91rem; }
.process { padding-top: 74px; background: linear-gradient(180deg,#fafcff,#f5f8fc); }
.process-grid { display: grid; grid-template-columns: 1fr 36px 1fr 36px 1fr; align-items: center; gap: 12px; }
.process-step { display: grid; grid-template-columns: 98px 1fr; align-items: center; gap: 16px; }
.process-icon { width: 92px; height: 92px; display: grid; place-items: center; border-radius: 50%; background: #fff; box-shadow: 0 10px 24px rgba(6,28,54,.07); }
.process-icon img { width: 49px; height: 49px; }
.process-logo img { width: 69px; height: 52px; }
.process-step h3 { margin-bottom: 6px; font-size: 1rem; }
.process-step p { margin-bottom: 0; color: var(--muted); font-size: .89rem; }
.process-arrow { color: var(--teal-500); font-size: 2rem; text-align: center; }
.about { padding-top: 82px; padding-bottom: 86px; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; }
.about h2 { margin-bottom: 0; }
.about p { color: var(--muted); }
.about strong { color: var(--teal-500); }
.cta-section { padding: 0 0 90px; }
.cta-bar { min-height: 109px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 23px 34px; color: #fff; border-radius: 17px; background: linear-gradient(120deg,#04172e,#08294b); box-shadow: var(--shadow); }
.cta-copy { display: flex; align-items: center; gap: 20px; }
.cta-copy img { width: 78px; height: 58px; }
.cta-copy h2 { margin-bottom: 4px; font-size: 1.55rem; }
.cta-copy p { margin-bottom: 0; color: rgba(255,255,255,.76); font-size: .92rem; }
.contact { color: #fff; background: linear-gradient(135deg,#04172e,#082949); }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 58px; align-items: start; }
.contact h2 { color: #fff; }
.contact p { color: rgba(255,255,255,.74); }
.contact-email { color: var(--teal-400); font-weight: 800; }
.contact-card { padding: 27px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.06); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; margin: 0 0 6px; color: rgba(255,255,255,.92); font-size: .84rem; font-weight: 750; }
label span { color: rgba(255,255,255,.52); font-weight: 500; }
input,textarea { width: 100%; margin-bottom: 14px; padding: 12px 13px; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; outline: none; background: rgba(255,255,255,.075); font: inherit; }
input:focus,textarea:focus { border-color: var(--teal-400); box-shadow: 0 0 0 3px rgba(53,213,200,.12); }
textarea { resize: vertical; }
.honeypot { position: absolute; left: -9999px; }
.form-message { margin-bottom: 15px; padding: 11px 13px; border-radius: 7px; font-size: .9rem; }
.form-privacy { max-width: 560px; margin: 12px 0 0; color: rgba(255,255,255,.62) !important; font-size: .78rem; line-height: 1.55; }
.form-privacy a { color: var(--teal-400); font-weight: 750; }
.success { color: #d9fff9; background: rgba(18,184,172,.21); }
.error { color: #ffe2e2; background: rgba(224,89,89,.21); }
.site-footer { padding: 47px 0 18px; color: rgba(255,255,255,.68); background: #03162c; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr .85fr 1fr; gap: 31px; }
.footer-logo { width: 173px; }
.footer-brand p { margin: 13px 0; font-size: .89rem; }
.social-row { display: flex; gap: 10px; }
.social-row a { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.07); }
.social-row img { width: 16px; height: 16px; }
.site-footer h2 { margin-bottom: 13px; color: #fff; font-size: .93rem; letter-spacing: 0; }
.site-footer a:not(.brand) { display: block; margin-bottom: 7px; font-size: .84rem; transition: color .18s ease; }
.site-footer a:hover { color: var(--teal-400); }
.footer-address { margin-top: 11px; color: rgba(255,255,255,.68); font-size: .84rem; font-style: normal; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: center; gap: 25px; margin-top: 30px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.08); font-size: .77rem; }
.footer-bottom p { margin: 0 auto 0 0; }
.footer-bottom div { display: flex; gap: 30px; }

/* Legal pages use the same sticky solid header for consistent navigation. */
.legal-page .site-header { background: var(--navy-950); }
.legal-page .legal-main { padding-top: 68px; }
.legal-main { min-height: 72vh; padding: 145px 0 80px; background: #f5f8fc; }
.legal-card { max-width: 820px; padding: 42px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.legal-card h1 { color: var(--ink); font-size: 3rem; }
.legal-card h2 { margin-top: 30px; color: var(--ink); }
.legal-card p { color: var(--muted); }
.legal-card a:not(.button) { color: var(--teal-500); font-weight: 750; }
.legal-card ul { margin: 0 0 20px; padding-left: 21px; color: var(--muted); }
.legal-card li { margin-bottom: 7px; }
.legal-intro { font-size: 1.08rem; }
.legal-meta { padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: .88rem; }
.legal-note { margin: 32px 0 24px; padding: 16px 18px; color: #42536d; border-left: 4px solid var(--teal-500); border-radius: 4px; background: #eefaf8; font-size: .9rem; }
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr .7fr; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: 1fr; gap: 17px; }
  .process-arrow { transform: rotate(90deg); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.45fr 1fr 1fr; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 18px; }
  section[id] { scroll-margin-top: 18px; }
  .container { width: min(var(--max), calc(100% - 30px)); }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 78px; right: 15px; left: 15px; display: none; padding: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(3,22,44,.97); box-shadow: 0 14px 28px rgba(0,0,0,.2); }
  .main-nav.is-open { display: grid; gap: 12px; }
  .hero,.hero-grid { min-height: 620px; }
  .hero-grid { display: block; padding-top: 165px; }
  .hero h1 { font-size: clamp(2.8rem,14vw,4.2rem); }
  .hero-art { display: none; }
  .section { padding: 72px 0; }
  .service-grid,.about-grid,.footer-grid,.form-row { grid-template-columns: 1fr; }
  .process-step { grid-template-columns: 82px 1fr; }
  .process-icon { width: 76px; height: 76px; }
  .cta-section { padding-bottom: 72px; }
  .cta-bar { align-items: flex-start; flex-direction: column; padding: 23px; }
  .cta-copy img { width: 61px; }
  .footer-grid { gap: 19px; }
  .footer-bottom { display: block; }
  .footer-bottom div { margin-top: 8px; }
}

.footer-company-number { margin: .5rem 0 0; color: rgba(255,255,255,.58); font-size: .82rem; }
