:root {
  --navy-950: #041019;
  --navy-900: #06131d;
  --navy-800: #0b2230;
  --ink: #102633;
  --muted: #5a6b75;
  --line: #dce6e9;
  --paper: #f4f8f8;
  --white: #fff;
  --cyan: #55d8f2;
  --teal: #14b8a6;
  --gold: #e7c66d;
  --shadow: 0 24px 70px rgba(5, 25, 36, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; color: var(--navy-950); background: var(--cyan); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(4,16,25,.84);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand img { border-radius: 12px; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-size: 1.14rem; letter-spacing: .01em; }
.brand small { margin-top: 4px; color: #9fb3bd; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { color: #d5e1e6; text-decoration: none; font-size: .9rem; font-weight: 650; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--cyan); }
.main-nav .nav-cta { padding: 10px 18px; border: 1px solid rgba(85,216,242,.45); border-radius: 999px; color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--white); }

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 20%, rgba(20,184,166,.14), transparent 32%),
    radial-gradient(circle at 18% 64%, rgba(85,216,242,.08), transparent 28%),
    linear-gradient(145deg, var(--navy-950), var(--navy-900) 55%, #0a2029);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; min-height: 820px; padding-top: 76px; }
.hero-copy { padding: 70px 0; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: #b9c9d0; font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--teal)); }
.eyebrow.dark { color: #45707e; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(3.15rem, 6vw, 5.7rem); letter-spacing: -.055em; }
h1 em { display: block; color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 655px; margin-bottom: 36px; color: #c5d4da; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: .92rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: linear-gradient(120deg, var(--cyan), #63efd8); box-shadow: 0 12px 30px rgba(85,216,242,.18); }
.button-secondary { border-color: rgba(255,255,255,.22); color: var(--white); background: rgba(255,255,255,.04); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 35px 0 0; padding: 0; list-style: none; color: #b9c9d0; font-size: .86rem; }
.hero-points span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 7px; border-radius: 50%; color: var(--navy-950); background: var(--teal); font-size: .7rem; font-weight: 900; }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 590px; }
.radar { position: relative; width: min(480px, 90vw); aspect-ratio: 1; border: 1px solid rgba(85,216,242,.15); border-radius: 50%; background: radial-gradient(circle, rgba(20,184,166,.12), rgba(4,16,25,.12) 60%, transparent 61%); box-shadow: inset 0 0 70px rgba(85,216,242,.06), 0 0 110px rgba(20,184,166,.08); }
.radar::before, .radar::after { content: ""; position: absolute; left: 50%; top: 7%; bottom: 7%; width: 1px; background: linear-gradient(transparent, rgba(85,216,242,.2), transparent); }
.radar::after { transform: rotate(90deg); }
.radar-ring { position: absolute; inset: 50%; border: 1px solid rgba(85,216,242,.14); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 75%; height: 75%; }
.ring-two { width: 50%; height: 50%; }
.ring-three { width: 25%; height: 25%; }
.radar-sweep { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 210deg, transparent 0 76%, rgba(85,216,242,.2) 94%, rgba(85,216,242,.65) 100%); animation: sweep 7s linear infinite; }
.radar-center { position: absolute; z-index: 3; left: 50%; top: 50%; width: 88px; height: 88px; transform: translate(-50%,-50%); border: 1px solid rgba(231,198,109,.35); border-radius: 24px; box-shadow: 0 0 30px rgba(231,198,109,.1); }
.radar-center img { border-radius: 22px; }
.radar-point { position: absolute; z-index: 2; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 7px rgba(85,216,242,.08), 0 0 18px var(--cyan); }
.point-one { left: 26%; top: 33%; }.point-two { right: 21%; top: 45%; }.point-three { left: 43%; bottom: 18%; }
.signal-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; min-width: 190px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(8,29,40,.86); box-shadow: 0 18px 50px rgba(0,0,0,.24); backdrop-filter: blur(14px); }
.signal-card-a { top: 15%; right: -4%; }.signal-card-b { left: -5%; bottom: 18%; }
.signal-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; color: var(--cyan); background: rgba(85,216,242,.1); font-size: 1.2rem; }
.signal-card span { display: grid; }.signal-card small { color: #819ba7; font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; }.signal-card strong { font-size: .88rem; }
.hero-glow { position: absolute; right: -160px; bottom: -250px; width: 600px; height: 600px; border-radius: 50%; background: rgba(20,184,166,.1); filter: blur(90px); }
@keyframes sweep { to { transform: rotate(360deg); } }

.section-heading { max-width: 750px; }
.section-heading.centered { margin: 0 auto 55px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
h2 { margin-bottom: 22px; color: var(--ink); font-size: clamp(2.2rem, 4vw, 3.65rem); letter-spacing: -.045em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.intro-copy { max-width: 610px; padding-top: 40px; color: var(--muted); }
.intro-copy .lead { color: var(--ink); font-size: 1.34rem; font-weight: 650; }
.value-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 75px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.value-row article { min-height: 165px; padding: 32px; background: var(--white); }
.value-row strong { display: block; margin-bottom: 10px; color: #0e5f6b; font-size: 1.15rem; }
.value-row span { color: var(--muted); font-size: .94rem; }

.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 305px; padding: 32px; border: 1px solid #e2ebed; border-radius: 20px; background: rgba(255,255,255,.82); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #bcdde2; box-shadow: var(--shadow); }
.icon-box { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 42px; border-radius: 15px; color: #0e7980; background: linear-gradient(145deg, #e4fafa, #eaf5f2); }
.icon-box svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.service-card h3 { margin-bottom: 14px; font-size: 1.2rem; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.mobility { background: var(--white); }
.mobility-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.mobility-copy .lead { color: var(--ink); font-size: 1.25rem; font-weight: 650; }
.mobility-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.mobility-benefits { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.mobility-benefits li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; color: #36525d; }
.mobility-benefits span { display: grid; place-items: center; width: 21px; height: 21px; margin-top: 2px; border-radius: 50%; color: var(--white); background: var(--teal); font-size: .72rem; font-weight: 900; }
.mobility-panel { position: relative; overflow: hidden; padding: 38px; border: 1px solid #d6e7e9; border-radius: 28px; background: linear-gradient(145deg, #f5fbfb, #eaf4f3); box-shadow: var(--shadow); }
.location-visual { position: absolute; right: -75px; top: -75px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(20,184,166,.13), transparent 65%); }
.location-orbit { position: absolute; inset: 50%; border: 1px solid rgba(14,121,128,.2); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 58%; height: 58%; }.orbit-two { width: 88%; height: 88%; }
.location-pin { position: absolute; left: 50%; top: 50%; width: 32px; height: 32px; border-radius: 50% 50% 50% 0; background: var(--teal); transform: translate(-50%,-62%) rotate(-45deg); box-shadow: 0 0 0 8px rgba(20,184,166,.1); }
.location-pin::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--white); transform: translate(-50%,-50%); }
.source-types { position: relative; z-index: 1; display: grid; gap: 14px; }
.source-types article { padding: 24px; border: 1px solid rgba(14,121,128,.13); border-radius: 18px; background: rgba(255,255,255,.78); }
.source-label { display: block; margin-bottom: 8px; color: #2f7880; font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.source-types strong { display: block; margin-bottom: 7px; font-size: 1.12rem; }
.source-types p { max-width: 390px; margin: 0; color: var(--muted); font-size: .89rem; }
.rtk-notice { position: relative; z-index: 1; margin: 16px 0 0; padding: 16px 18px; border-left: 3px solid var(--gold); border-radius: 0 10px 10px 0; color: #48616b; background: rgba(255,255,255,.56); font-size: .84rem; }

.process { color: var(--white); background: linear-gradient(135deg, #071923, #0b2b34); }
.process h2 { color: var(--white); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.process-copy > p:not(.eyebrow) { max-width: 520px; color: #b8cbd2; }
.text-link { display: inline-flex; gap: 10px; margin-top: 17px; color: var(--cyan); text-decoration: none; font-weight: 800; }
.text-link span { transition: transform .2s ease; }.text-link:hover span { transform: translateX(5px); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.process-list li { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.process-list > li > span { color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .1em; }
.process-list strong { display: block; margin-bottom: 6px; font-size: 1.06rem; }
.process-list p { margin: 0; color: #a9bdc6; font-size: .9rem; }

.applications .section-heading { margin-bottom: 55px; }
.applications-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.application-card { min-height: 250px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.application-card > span { display: block; margin-bottom: 42px; color: #20919b; font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.application-card h3 { font-size: 1.16rem; }
.application-card p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.trust { position: relative; overflow: hidden; color: var(--white); background: var(--navy-950); }
.trust::after { content: ""; position: absolute; right: -120px; top: -180px; width: 500px; height: 500px; border: 1px solid rgba(85,216,242,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(85,216,242,.025), 0 0 0 160px rgba(85,216,242,.018); }
.trust-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 95px; }
.trust h2 { color: var(--white); }
.trust-panel > p:last-child { color: #b5c7ce; font-size: 1.05rem; }
.trust-features { border-top: 1px solid rgba(255,255,255,.12); }
.trust-features article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.trust-features article > span { color: var(--gold); font-size: .73rem; font-weight: 900; }
.trust-features strong { display: block; margin-bottom: 6px; }
.trust-features p { margin: 0; color: #9fb4bd; font-size: .9rem; }

.possibilities { background: #eef6f5; }
.possibilities-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; padding: 58px; border: 1px solid #d5e8e5; border-radius: 28px; background: rgba(255,255,255,.64); }
.possibility-list { display: grid; gap: 17px; padding-top: 42px; }
.possibility-list p { display: grid; grid-template-columns: 25px 1fr; gap: 10px; margin: 0; color: #36525d; }
.possibility-list span { color: #0c9588; font-weight: 900; }

.contact { padding-top: 0; background: #eef6f5; }
.contact-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; padding: 70px; border-radius: 30px; color: var(--white); background: linear-gradient(125deg, #0b3540, #087477); box-shadow: 0 28px 80px rgba(5,60,66,.2); }
.contact-card h2 { color: var(--white); }
.contact-card p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; color: #d0e6e8; }
.contact-actions { display: grid; gap: 20px; justify-items: start; }
.button-light { width: 100%; color: #07303a; background: var(--white); font-size: .84rem; }
.phone-link { display: grid; text-decoration: none; }
.phone-link small { color: #b9dadd; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.phone-link strong { font-size: 1.55rem; }

.site-footer { padding: 45px 0; color: #aabdc5; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-grid > p { margin: 0; font-size: .82rem; text-align: center; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px 18px; }
.footer-links a { color: #c7d4da; font-size: .8rem; text-decoration: none; }
.footer-links a:hover { color: var(--cyan); }
.footer-grid .copyright { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; }
.footer-brand strong { font-size: 1rem; }

.legal-main { min-height: 75vh; padding: 150px 0 95px; background: var(--paper); }
.legal-shell { max-width: 900px; }
.legal-back { display: inline-flex; gap: 8px; margin-bottom: 32px; color: #147984; font-size: .88rem; font-weight: 800; text-decoration: none; }
.legal-card { padding: clamp(30px, 6vw, 64px); border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: 0 20px 55px rgba(5,25,36,.08); }
.legal-card h1 { max-width: none; margin-bottom: 16px; color: var(--ink); font-size: clamp(2.4rem, 6vw, 4.2rem); }
.legal-updated { margin-bottom: 40px; color: var(--muted); font-size: .83rem; }
.legal-card h2 { margin: 42px 0 14px; font-size: 1.45rem; letter-spacing: -.025em; }
.legal-card h3 { margin: 28px 0 10px; font-size: 1.05rem; }
.legal-card p, .legal-card li { color: #4c626d; }
.legal-card ul { padding-left: 22px; }
.legal-data { display: grid; gap: 0; margin: 28px 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.legal-data p { display: grid; grid-template-columns: 170px 1fr; gap: 18px; margin: 0; padding: 13px 18px; border-bottom: 1px solid var(--line); }
.legal-data p:last-child { border-bottom: 0; }
.legal-data strong { color: var(--ink); }
.legal-card a { color: #0b7982; }
.legal-note { padding: 18px 20px; border-left: 3px solid var(--teal); border-radius: 0 12px 12px 0; background: #edf8f7; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 980px) {
  .hero-grid, .intro-grid, .mobility-grid, .process-grid, .trust-grid, .possibilities-wrap, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 0; padding-top: 120px; padding-bottom: 70px; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { min-height: 520px; }
  .services-grid, .applications-grid { grid-template-columns: repeat(2, 1fr); }
  .mobility-grid, .process-grid, .trust-grid { gap: 55px; }
  .intro-grid { gap: 10px; }
  .intro-copy { padding-top: 0; }
  .possibilities-wrap { gap: 10px; }
  .contact-card { gap: 35px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; }
  .footer-links { justify-content: center; }
  .footer-grid .copyright { text-align: center; }
}

@media (max-width: 760px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 76px; left: 20px; right: 20px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: #071923; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 14px; }
  .main-nav .nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: auto; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  .hero-visual { min-height: 430px; }
  .radar { width: 360px; max-width: 90vw; }
  .signal-card { min-width: 165px; padding: 11px 13px; }
  .signal-card-a { right: 0; }.signal-card-b { left: 0; }
  .value-row, .services-grid, .applications-grid { grid-template-columns: 1fr; }
  .value-row article { min-height: auto; }
  .possibilities-wrap, .contact-card { padding: 38px 28px; }
  .mobility-panel { padding: 26px; }
  .possibility-list { padding-top: 12px; }
  .button-light { font-size: .74rem; }
  .legal-data p { grid-template-columns: 1fr; gap: 3px; }
}

@media (max-width: 480px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand small { display: none; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; }
  .hero-visual { min-height: 390px; }
  .radar { width: 300px; }
  .signal-card-a { top: 11%; }.signal-card-b { bottom: 12%; }
  .service-card { min-height: auto; }
  .application-card { min-height: auto; }
}

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