:root {
  --white: #ffffff;
  --ice: #fafcff;
  --mist: #f3f7fc;
  --navy: #03152f;
  --deep: #06275a;
  --blue: #0877f9;
  --electric: #27a8ff;
  --ice-blue: #a9d8ff;
  --muted: rgba(3, 21, 47, 0.62);
  --line: rgba(3, 21, 47, 0.1);
  --header: 76px;
  --side: 212px;
  --max: 1200px;
  --radius: 20px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  background: var(--white);
  color: var(--navy);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  border: 0;
  background: none;
}

:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

::selection {
  background: var(--blue);
  color: var(--white);
}

.skip {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 80;
  padding: 8px 12px;
  background: var(--blue);
  color: var(--white);
  border-radius: 8px;
}

.skip:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header);
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 4px 8px 4px 0;
}

.brand img {
  height: 46px;
  width: auto;
  max-width: 196px;
  object-fit: contain;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--navy);
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 4px 6px;
}

.lang-switch .lang-name {
  min-width: 36px;
  min-height: 44px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lang-switch .lang-name.is-on {
  color: var(--deep);
}

.lang-switch .lang-name:not(.is-on) {
  color: var(--muted);
}

.lang-track {
  width: 48px;
  height: 28px;
  border-radius: 999px;
  background: var(--mist);
  border: 1px solid var(--line);
  position: relative;
  flex-shrink: 0;
}

.lang-track[aria-checked="true"] {
  background: var(--deep);
  border-color: var(--deep);
}

.lang-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 4px 10px rgba(3, 21, 47, 0.18);
  transition: transform 0.22s var(--ease);
}

.lang-track[aria-checked="true"] .lang-knob {
  transform: translateX(20px);
}

.side-nav {
  position: fixed;
  top: calc(var(--header) + 28px);
  left: 12px;
  z-index: 30;
  width: var(--side);
  display: grid;
  gap: 6px;
  padding: 10px 8px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.side-nav a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.side-nav a.is-active,
.side-nav a:hover {
  background: var(--mist);
  color: var(--deep);
}

.side-nav a.is-active {
  box-shadow: inset 3px 0 0 var(--blue);
}

.page {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .header-inner,
  .page {
    width: min(var(--max), calc(100% - var(--side) - 56px));
    margin-left: calc(var(--side) + 28px);
    margin-right: 28px;
  }
}

.hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(39, 168, 255, 0.22), transparent 28%),
    linear-gradient(180deg, #03152f 0%, #06275a 100%);
  color: var(--white);
  min-height: calc(100svh - var(--header));
  padding: 48px 0 64px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 48px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--ice-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.final h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.hero h1 {
  font-size: clamp(34px, 5vw, 58px);
  max-width: 14ch;
}

.lead {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.55;
  max-width: 42em;
}

.section .lead,
.copy-block p,
.who p,
.trust p,
.faq-item p,
.step p,
.country-item span:last-child {
  color: var(--muted);
}

.person-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.person-chip img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 50%;
  border: 2px solid rgba(169, 216, 255, 0.5);
}

.person-chip strong,
.person-chip span {
  display: block;
}

.person-chip span {
  color: var(--ice-blue);
  font-size: 13px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--white);
  color: var(--deep);
}

.btn-dark {
  background: var(--deep);
  color: var(--white);
}

.btn-note {
  margin: 8px 0 0;
  color: var(--ice-blue);
  font-size: 13px;
}

.text-link {
  color: var(--ice-blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section .text-link,
.footer a.text-link {
  color: var(--blue);
}

.facts {
  display: flex;
  gap: 28px;
  margin-top: 32px;
}

.facts b {
  display: block;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.facts span {
  color: var(--ice-blue);
  font-size: 13px;
}

.section .facts {
  color: var(--navy);
}

.section .facts span {
  color: var(--muted);
}

.hero-photo {
  position: relative;
  min-height: 520px;
  border-radius: 24px;
  overflow: hidden;
  background: #0a274c;
  aspect-ratio: 1122 / 1402;
  max-height: 680px;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}

.section {
  padding: 88px 0;
}

.section-ice {
  background: var(--ice);
}

.section-mist {
  background: var(--mist);
}

.kicker {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section h2 {
  font-size: clamp(30px, 4vw, 46px);
  max-width: 16ch;
}

.section .lead {
  margin-top: 16px;
  max-width: 46em;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  min-height: 168px;
}

.card-index {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.card h3 {
  margin: 12px 0 8px;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.who,
.terms {
  margin-top: 28px;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
}

.terms {
  background: var(--mist);
}

.terms h3,
.who h3,
.trust h3,
.about-more h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}

.chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--mist);
  color: var(--deep);
  font-size: 13px;
  font-weight: 600;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.trust {
  padding: 22px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
}

.more-btn {
  margin-top: 22px;
  color: var(--deep);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-more[hidden] {
  display: none;
}

.about-more {
  margin-top: 20px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.presence-layout {
  display: grid;
  grid-template-columns: minmax(180px, 230px) 1fr;
  gap: 24px;
  margin-top: 32px;
}

.region-list {
  display: grid;
  gap: 8px;
}

.filter-btn {
  min-height: 44px;
  padding: 0 14px;
  text-align: left;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}

.filter-btn.is-on {
  background: var(--deep);
  color: var(--white);
  border-color: var(--deep);
}

.map-box {
  position: relative;
  background: var(--white);
  overflow: hidden;
  aspect-ratio: 2 / 1;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.map-box svg,
.map-box .world-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.world-svg .ocean,
.world-svg .lake {
  fill: #e7f0f8;
}

.world-svg .graticule path {
  fill: none;
  stroke: rgba(8, 119, 249, 0.1);
  stroke-width: 0.4;
}

.world-svg .land {
  fill: #ffffff;
  stroke: #9ec9ef;
  stroke-width: 0.35;
}

.world-svg .land.is-live {
  fill: #d7ebff;
  stroke: var(--blue);
  cursor: pointer;
}

.world-svg .land.is-live:hover,
.world-svg .land.is-on {
  fill: #b7dcff;
}

.world-svg .land.is-dim {
  opacity: 0.28;
}

.world-svg .sea-label {
  display: none;
}

.world-svg .map-dot {
  fill: var(--blue);
  stroke: var(--white);
  stroke-width: 1.1;
  cursor: pointer;
}

.world-svg .map-dot.is-hidden {
  display: none;
}

.map-tip {
  position: absolute;
  z-index: 3;
  padding: 6px 10px;
  background: var(--navy);
  color: var(--white);
  font-size: 12px;
  pointer-events: none;
  white-space: nowrap;
  border-radius: 8px;
}

.country-groups {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.country-group h3 {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
}

.country-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px;
}

.country-item {
  display: flex;
  flex-direction: column;
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 16px;
  text-align: left;
}

.country-item strong {
  font-size: 15px;
}

.country-item span {
  color: var(--muted);
  font-size: 12px;
}

.country-item.is-on,
.country-item:hover {
  border-color: var(--blue);
  box-shadow: inset 0 0 0 1px var(--blue);
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  min-height: 56px;
  padding: 14px 18px;
  text-align: left;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.faq-item button span:last-child {
  color: var(--blue);
}

.faq-item .faq-panel {
  padding: 0 18px 16px;
}

.faq-item .faq-panel[hidden] {
  display: none;
}

.steps {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.step b {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--deep);
  color: var(--white);
}

.step h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.copy-box {
  margin-top: 24px;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--mist);
  border: 1px dashed rgba(8, 119, 249, 0.35);
}

.copy-box p {
  margin: 0 0 12px;
}

.copy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.final {
  background:
    radial-gradient(circle at 20% 10%, rgba(39, 168, 255, 0.2), transparent 30%),
    linear-gradient(180deg, #03152f 0%, #06275a 100%);
  color: var(--white);
  padding: 88px 0 72px;
}

.final-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.final-photo {
  border-radius: 24px;
  overflow: hidden;
  background: #0a274c;
  aspect-ratio: 4 / 5;
  max-height: 520px;
}

.final-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 16%;
}

.final .lead,
.final .btn-note {
  color: rgba(255, 255, 255, 0.78);
}

.handle {
  margin-top: 10px;
  color: var(--ice-blue);
  font-weight: 600;
}

.footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
  padding: 36px 0 calc(36px + var(--safe-bottom));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.logo-plate {
  display: inline-flex;
  background: var(--white);
  border-radius: 16px;
  padding: 8px 12px;
}

.logo-plate img {
  height: 42px;
  width: auto;
}

.footer h2,
.footer p,
.footer a {
  color: inherit;
}

.footer h2 {
  margin: 0 0 8px;
  font-size: 16px;
}

.socials,
.footer-links {
  display: grid;
  gap: 8px;
}

.footer a:hover,
.footer .text-link {
  color: var(--ice-blue);
}

.mobile-cta {
  display: none;
}

.dialog {
  border: 0;
  border-radius: 20px;
  padding: 0;
  width: min(720px, calc(100% - 24px));
  max-height: min(80vh, 720px);
}

.dialog::backdrop {
  background: rgba(3, 21, 47, 0.55);
}

.dialog-inner {
  padding: 28px;
  overflow: auto;
  max-height: min(80vh, 720px);
}

.dialog h2 {
  margin: 0 0 12px;
  font-size: 28px;
}

.dialog h3 {
  margin: 18px 0 6px;
  font-size: 16px;
}

.dialog p {
  margin: 0 0 10px;
  color: var(--muted);
}

  @media (max-width: 1023px) {
  .side-nav {
    display: none;
    position: fixed;
    inset: var(--header) 0 auto 0;
    width: auto;
    left: 0;
    top: var(--header);
    background: var(--white);
    padding: 16px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 40px rgba(3, 21, 47, 0.12);
  }

  body.nav-open .side-nav {
    display: grid;
  }

  body.nav-open .mobile-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-grid,
  .final-grid,
  .presence-layout,
  .trust-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 28px 0 48px;
    min-height: auto;
  }

  .hero-photo {
    display: none;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(30px, 8vw, 42px);
  }

  .person-chip {
    margin-top: 16px;
  }

  .mobile-cta {
    display: flex;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + var(--safe-bottom));
    z-index: 35;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    background: var(--deep);
    color: var(--white);
    border-radius: 16px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(6, 39, 90, 0.28);
  }

  body {
    padding-bottom: calc(76px + var(--safe-bottom));
  }

  .footer {
    padding-bottom: 24px;
  }
}

@media (max-width: 720px) {
  .cards,
  .country-list {
    grid-template-columns: 1fr;
  }

  .facts {
    gap: 18px;
  }

  .hero-actions,
  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .lang-knob,
  .hero-photo img {
    transition: none;
  }
}
