:root {
  --navy-950: #03111f;
  --navy-900: #061a2d;
  --navy-800: #0a2941;
  --navy-700: #123d5d;
  --cyan: #08dfd6;
  --green: #00ef4f;
  --lime: #b9ff62;
  --white: #f8fbff;
  --muted: #a9bbca;
  --line: rgba(180, 215, 235, .24);
  --glass: rgba(15, 43, 65, .68);
  --shadow: 0 22px 70px rgba(0, 0, 0, .32);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--navy-950);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; background: var(--lime); color: var(--navy-950); padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 20px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled { background: rgba(3, 17, 31, .9); backdrop-filter: blur(16px); border-color: var(--line); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 210px; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: .94rem; font-weight: 650; }
.primary-nav a { color: #d8e4ec; transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--cyan); }
.primary-nav .nav-cta { padding: 11px 18px; color: var(--navy-950); background: var(--green); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: white; }

.hero { min-height: 800px; position: relative; overflow: hidden; display: grid; align-items: center; padding: 150px 0 86px; background: radial-gradient(circle at 75% 20%, rgba(8,223,214,.15), transparent 28%), radial-gradient(circle at 20% 75%, rgba(0,239,79,.09), transparent 25%), linear-gradient(135deg, #03111f 0%, #061a2d 48%, #0b3654 100%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: 100px; border: 1px solid rgba(8,223,214,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(8,223,214,.025), 0 0 0 145px rgba(8,223,214,.018); }
.hero-grid { position: absolute; inset: auto -10% -18% -10%; height: 58%; opacity: .28; transform: perspective(700px) rotateX(58deg); transform-origin: bottom; background-image: linear-gradient(rgba(8,223,214,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(8,223,214,.25) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(to top, black, transparent); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan); font-size: .79rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--green); }
h1, h2, h3 { margin: 0; font-family: "Barlow Condensed", Inter, sans-serif; line-height: 1.02; }
h1 { max-width: 780px; margin-top: 22px; font-size: clamp(3.7rem, 7vw, 6.8rem); letter-spacing: -.035em; }
h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 720px; margin: 26px 0 0; color: #c5d4df; font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--navy-950); box-shadow: 0 12px 34px rgba(0,239,79,.22); }
.button-primary:hover { box-shadow: 0 15px 42px rgba(0,239,79,.34); }
.button-secondary { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.05); color: white; }
.button-secondary:hover { background: rgba(255,255,255,.1); }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; color: #adbfcc; font-size: .88rem; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--lime); font-weight: 900; }
.hero-panel { padding: 30px; border: 1px solid rgba(197, 230, 245, .3); border-radius: 24px; background: linear-gradient(145deg, rgba(17,55,82,.78), rgba(4,24,41,.68)); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.status-dot { display: flex; align-items: center; gap: 9px; color: var(--lime); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-dot span { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(0,239,79,.1); }
.hero-panel h2 { margin-top: 20px; font-size: 2.45rem; }
.hero-panel > p { color: var(--muted); }
.hero-panel dl { margin: 24px 0 0; }
.hero-panel dl div { display: grid; grid-template-columns: 80px 1fr; gap: 15px; padding: 13px 0; border-top: 1px solid var(--line); }
.hero-panel dt { color: #7f98aa; font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; }
.hero-panel dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.hero-panel dd a:hover { color: var(--cyan); }

.section-heading { max-width: 840px; margin-bottom: 50px; }
.section-heading.compact { margin-bottom: 34px; }
.section-heading h2, .split-copy h2, .local-copy h2, .contact-copy h2 { margin-top: 18px; font-size: clamp(2.7rem, 5vw, 4.5rem); letter-spacing: -.025em; }
.section-heading p, .split-copy > p, .local-copy > p, .contact-copy > p { max-width: 700px; color: var(--muted); font-size: 1.05rem; }
.services { background: linear-gradient(180deg, #061a2d, #071522); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { position: relative; overflow: hidden; min-height: 390px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(190,220,237,.28); border-radius: var(--radius); background: linear-gradient(155deg, rgba(28,68,96,.66), rgba(8,29,47,.92)); box-shadow: inset 0 1px 0 rgba(255,255,255,.07); transition: transform .25s ease, border-color .25s ease; }
.service-card::before { content: ""; position: absolute; inset: -80px auto auto -60px; width: 180px; height: 180px; background: radial-gradient(circle, rgba(8,223,214,.18), transparent 68%); }
.service-card:hover { transform: translateY(-8px); border-color: rgba(8,223,214,.58); }
.icon-wrap { position: relative; width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 38px; border-radius: 16px; background: linear-gradient(135deg, rgba(8,223,214,.85), rgba(0,239,79,.72)); box-shadow: 0 0 30px rgba(8,223,214,.24); }
.icon-wrap svg { width: 38px; height: 38px; fill: none; stroke: white; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 2rem; }
.service-card p { color: #c0ced8; font-size: .95rem; }
.service-card a { margin-top: auto; color: var(--lime); font-weight: 750; }
.service-card a span { display: inline-block; transition: transform .2s ease; }
.service-card a:hover span { transform: translateX(4px); }

.split-section { background: #03111f; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.check-list { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 32px; color: #d6e1e8; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; }
.metric-panel { padding: 36px; border-radius: 26px; background: linear-gradient(145deg, #0b2b45, #061725); border: 1px solid var(--line); box-shadow: var(--shadow); }
.metric-topline { margin-bottom: 18px; color: var(--cyan); font-size: .79rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.metric { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 18px; padding: 23px 0; border-top: 1px solid var(--line); }
.metric strong { font-family: "Barlow Condensed"; color: var(--lime); font-size: 2.8rem; line-height: 1; }
.metric span { color: #d4e0e8; font-weight: 600; }

.partners { background: radial-gradient(circle at 50% 0%, rgba(0,239,79,.08), transparent 35%), #071522; }
.partner-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.partner-cloud span { padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); color: #dbe7ee; font-family: "Barlow Condensed"; font-size: 1.28rem; font-weight: 700; letter-spacing: .02em; }
.partner-cloud span:nth-child(3n+1) { color: var(--lime); }
.partner-cloud span:nth-child(3n+2) { color: var(--cyan); }
.partner-note { max-width: 860px; margin-top: 28px; color: #8298a8; font-size: .85rem; }

.local-section { background: #04111e; }
.local-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.map-card { min-height: 410px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: radial-gradient(circle at 50% 60%, rgba(8,223,214,.12), transparent 35%), linear-gradient(145deg, #0a2b44, #061827); box-shadow: var(--shadow); }
.map-lines { position: absolute; inset: -10%; transform: rotate(-12deg); background-image: linear-gradient(rgba(8,223,214,.09) 2px, transparent 2px), linear-gradient(90deg, rgba(8,223,214,.09) 2px, transparent 2px); background-size: 60px 60px; }
.map-lines::after { content: ""; position: absolute; width: 420px; height: 105px; left: 80px; top: 180px; transform: rotate(-8deg); border: 3px solid rgba(185,255,98,.45); border-radius: 70% 20% 60% 25%; box-shadow: 0 0 35px rgba(185,255,98,.1); }
.pin { position: absolute; z-index: 2; padding: 7px 12px; border-radius: 999px; color: var(--navy-950); background: var(--green); font-size: .76rem; font-weight: 900; box-shadow: 0 9px 22px rgba(0,0,0,.25); }
.pin::after { content: ""; position: absolute; left: 50%; top: 100%; border: 7px solid transparent; border-top-color: var(--green); transform: translateX(-50%); }
.pin-li { right: 48px; top: 150px; }
.pin-bk { left: 65px; bottom: 90px; background: var(--cyan); }
.pin-bk::after { border-top-color: var(--cyan); }
.pin-qn { left: 155px; bottom: 155px; background: var(--lime); }
.pin-qn::after { border-top-color: var(--lime); }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.area-tags span { padding: 8px 13px; border-radius: 8px; background: rgba(8,223,214,.08); color: #beeae6; border: 1px solid rgba(8,223,214,.22); font-size: .86rem; font-weight: 650; }
.text-link { color: var(--lime); font-weight: 800; }

.contact { background: linear-gradient(135deg, #092b45, #061725 58%, #0c334d); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.direct-contact { display: grid; gap: 12px; margin-top: 34px; }
.direct-contact a { padding: 16px 18px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.035); font-weight: 700; overflow-wrap: anywhere; }
.direct-contact a span { display: block; color: var(--cyan); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-form { padding: 34px; border: 1px solid rgba(198,225,240,.3); border-radius: 24px; background: rgba(4,18,31,.72); box-shadow: var(--shadow); backdrop-filter: blur(15px); }
.contact-form label { display: grid; gap: 8px; color: #d6e2e9; font-size: .88rem; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form > label, .contact-form > .field-row { margin-bottom: 16px; }
input, textarea, select { width: 100%; border: 1px solid rgba(176,208,225,.26); border-radius: 11px; outline: none; background: #071b2c; color: white; padding: 13px 14px; transition: border-color .2s ease, box-shadow .2s ease; }
input:focus, textarea:focus, select:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(8,223,214,.1); }
textarea { resize: vertical; }
.contact-form .button { width: 100%; margin-top: 5px; border: 0; }
.form-note { margin: 13px 0 0; color: #7890a1; font-size: .75rem; text-align: center; }
.hidden { position: absolute; left: -9999px; }

.site-footer { padding: 66px 0 25px; background: #020b13; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 60px; }
.footer-brand img { width: 225px; }
.footer-brand p { max-width: 450px; color: #849aa9; }
.footer-grid h3 { margin-bottom: 15px; color: white; font-family: Inter; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a { margin: 5px 0; color: #9db0bd; font-size: .9rem; overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); color: #617889; font-size: .8rem; }
.footer-bottom a:hover { color: var(--cyan); }
.mobile-callbar { display: none; }

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

@media (max-width: 1020px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-content, .split-grid, .local-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-panel { max-width: 650px; }
  .split-grid, .local-grid, .contact-grid { gap: 50px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 88px 20px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: rgba(3,17,31,.98); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 12px; }
  .primary-nav .nav-cta { margin-top: 8px; text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 76px; }
  .brand { width: 178px; }
  .primary-nav { inset-top: 76px; }
  .hero { padding-top: 120px; }
  h1 { font-size: 3.55rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 7px; }
  .service-grid, .field-row { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; }
  .section-heading h2, .split-copy h2, .local-copy h2, .contact-copy h2 { font-size: 2.85rem; }
  .metric-panel, .contact-form { padding: 24px; }
  .map-card { min-height: 330px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; padding-bottom: 55px; }
  .mobile-callbar { position: fixed; z-index: 90; inset: auto 0 0; display: block; padding: 10px 14px; background: rgba(3,17,31,.95); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
  .mobile-callbar a { display: block; padding: 11px; border-radius: 999px; background: var(--green); color: var(--navy-950); text-align: center; font-weight: 850; }
}

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