:root {
  --ink: #0d1b2a;
  --muted: #5a6877;
  --navy: #071525;
  --navy-soft: #0d253d;
  --blue: #087dca;
  --cyan: #18c7ee;
  --sky: #e9f8ff;
  --surface: #ffffff;
  --line: #dce5ec;
  --page: #f5f8fb;
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 32px;
  --shadow: 0 20px 60px rgba(5, 24, 43, .12);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; border-radius: 8px; background: white; color: var(--navy); box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  color: white;
  background: rgba(7, 21, 37, .92);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.04em; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: #04101d; background: linear-gradient(135deg, #62e1fa, var(--cyan)); box-shadow: inset 0 1px rgba(255,255,255,.6); font-size: 1.25rem; }
.brand-name { font-size: 1.3rem; }
.brand-name span { color: var(--cyan); }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; color: #c7d4df; font-size: .95rem; font-weight: 650; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; }
.header-cta { margin-left: 4px; }
.mobile-nav { display: none; position: relative; margin-left: auto; }
.mobile-nav summary { list-style: none; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.mobile-nav nav { position: absolute; right: 0; top: 54px; width: 220px; padding: 10px; display: grid; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.mobile-nav nav a { padding: 11px 12px; border-radius: 9px; font-weight: 700; }
.mobile-nav nav a:hover { background: var(--sky); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; color: #03111e; background: linear-gradient(135deg, #65e2fb, var(--cyan)); font-weight: 800; line-height: 1; box-shadow: 0 12px 34px rgba(24,199,238,.24); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(24,199,238,.31); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #ffd166; outline-offset: 3px; }
.button-small { min-height: 42px; padding: 0 18px; font-size: .92rem; }
.button-ghost { color: white; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.32); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.12); box-shadow: none; }

.hero { position: relative; isolation: isolate; min-height: 650px; display: grid; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(3,13,24,.98) 0%, rgba(4,18,33,.91) 30%, rgba(4,18,33,.36) 60%, rgba(4,18,33,.1) 100%), linear-gradient(0deg, rgba(3,13,24,.25), transparent 40%); }
.hero-content { padding-block: 88px 82px; }
.eyebrow { margin: 0 0 16px; color: var(--cyan); font-size: .82rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-dark { color: #0472b9; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.06em; text-wrap: balance; }
.hero-copy { max-width: 575px; margin: 24px 0 0; color: #d8e5ef; font-size: clamp(1.08rem, 2vw, 1.25rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-facts { margin-top: 58px; display: flex; flex-wrap: wrap; gap: 10px; color: #cbd8e3; font-size: .9rem; }
.hero-facts span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(3,17,30,.38); backdrop-filter: blur(8px); }
.hero-facts span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(24,199,238,.13); }

.section { padding-block: 104px; }
.product-section { background: var(--page); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 64px; margin-bottom: 46px; }
.section-heading h2, .coverage-copy h2, .company-intro h2, .contact-card h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 3.35rem); line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
.section-heading > p { max-width: 470px; margin: 0 0 3px; color: var(--muted); font-size: 1.04rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-height: 340px; padding: 28px; display: flex; flex-direction: column; position: relative; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: #b9cfdd; box-shadow: 0 18px 45px rgba(7,31,53,.09); }
.featured-card { color: white; background: linear-gradient(155deg, #0b3859, #071525 72%); border-color: transparent; }
.featured-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; top: -70px; border-radius: 50%; background: rgba(24,199,238,.15); filter: blur(1px); }
.product-icon { width: 52px; height: 52px; display: grid; place-items: center; color: #0378bf; background: var(--sky); border-radius: 15px; }
.featured-card .product-icon { color: var(--cyan); background: rgba(24,199,238,.12); }
.product-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.product-number { position: absolute; right: 24px; top: 19px; margin: 0; color: #a9b8c3; font-size: .78rem; font-weight: 800; letter-spacing: .13em; }
.featured-card .product-number { color: #71899d; }
.product-card h3 { margin: 35px 0 11px; font-size: 1.3rem; line-height: 1.2; letter-spacing: -.025em; }
.product-card p:not(.product-number) { margin: 0; color: var(--muted); font-size: .95rem; }
.featured-card p:not(.product-number) { color: #c2d3df; }
.availability { margin-top: auto; padding-top: 24px; color: #0879bd; font-size: .78rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.featured-card .availability { color: var(--cyan); }
.catalog-note { margin: 20px 0 0; color: #6b7783; font-size: .86rem; }

.coverage-section { color: white; background: var(--navy); }
.coverage-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; align-items: center; }
.coverage-copy > p:not(.eyebrow) { max-width: 540px; margin: 22px 0 25px; color: #bfd0dd; font-size: 1.04rem; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--cyan); font-weight: 800; }
.text-link span { font-size: 1.25rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.country-list { display: grid; gap: 15px; }
.country-card { display: grid; grid-template-columns: auto 1fr; gap: 19px; align-items: center; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); }
.country-code { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; color: #03121f; background: var(--cyan); font-weight: 900; letter-spacing: .05em; }
.country-card h3 { margin: 0 0 4px; font-size: 1.2rem; }
.country-card p { margin: 0; color: #b9cad7; font-size: .93rem; }

.company-section { background: white; }
.company-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 84px; align-items: center; }
.company-intro > p:not(.eyebrow) { max-width: 500px; margin: 22px 0 0; color: var(--muted); font-size: 1.04rem; }
.company-values { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.company-values span { padding: 8px 12px; color: #0c5e8f; background: var(--sky); border-radius: 999px; font-size: .84rem; font-weight: 750; }
.company-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fbfdff; box-shadow: var(--shadow); }
.company-card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.company-card-header p { margin: 0 0 3px; color: var(--muted); font-size: .83rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.company-card-header h3 { margin: 0; font-size: 1.8rem; letter-spacing: -.035em; }
.verified-label { padding: 7px 11px; border-radius: 999px; color: #076ba7; background: var(--sky); font-size: .74rem; font-weight: 800; white-space: nowrap; }
.company-data { margin: 0; }
.company-data > div { display: grid; grid-template-columns: minmax(140px, .75fr) 1.25fr; gap: 24px; padding: 17px 0; border-bottom: 1px solid #e8eef3; }
.company-data > div:last-child { border-bottom: 0; padding-bottom: 0; }
.company-data dt { color: var(--muted); font-size: .86rem; }
.company-data dd { margin: 0; font-weight: 720; }
.company-data a { color: #056fad; text-decoration: underline; text-decoration-color: #a8d9f3; text-underline-offset: 3px; }

.steps-section { padding-top: 0; background: white; }
.compact-heading { display: block; margin-bottom: 36px; }
.steps-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; }
.steps-grid li { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); }
.steps-grid li > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #06283f; background: var(--cyan); font-weight: 900; }
.steps-grid h3 { margin: 2px 0 5px; font-size: 1.08rem; }
.steps-grid p { margin: 0; color: var(--muted); font-size: .92rem; }

.contact-section { padding-top: 0; }
.contact-card { padding: 52px 58px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; color: white; background: linear-gradient(125deg, #07304f, #087fbd); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.contact-card > div:first-child p:not(.eyebrow) { max-width: 660px; margin: 16px 0 0; color: #d0e8f4; }
.contact-actions { min-width: 240px; display: grid; gap: 14px; justify-items: center; }
.button-light { width: 100%; background: white; color: #075681; box-shadow: none; }
.phone-link { color: white; font-weight: 780; }

.site-footer { padding-top: 70px; color: #bac8d4; background: #040d17; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 48px; }
.footer-brand { color: white; }
.footer-grid > div:first-child p { max-width: 290px; margin: 17px 0 0; color: #8597a6; }
.footer-grid h2 { margin: 6px 0 18px; color: white; font-size: .92rem; letter-spacing: .04em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: .9rem; }
.footer-grid a:hover { color: white; }
.footer-grid address { font-style: normal; line-height: 1.7; }
.footer-bottom { margin-top: 60px; padding: 22px 0 28px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #718394; font-size: .82rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .desktop-nav { gap: 18px; }
  .hero { min-height: 620px; }
  .hero-image { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,13,24,.98) 0%, rgba(4,18,33,.91) 42%, rgba(4,18,33,.36) 78%, rgba(4,18,33,.2)); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .coverage-layout, .company-layout { gap: 52px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header, .header-inner { min-height: 68px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; }
  .hero { min-height: 720px; align-items: end; }
  .hero-image { object-position: 68% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(3,13,24,.99) 0%, rgba(3,13,24,.96) 43%, rgba(3,13,24,.34) 78%, rgba(3,13,24,.18) 100%); }
  .hero-content { padding-block: 150px 48px; }
  .hero h1 { max-width: 520px; font-size: clamp(2.75rem, 14vw, 4.7rem); }
  .hero-copy { max-width: 500px; }
  .hero-facts { margin-top: 38px; }
  .section { padding-block: 76px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 300px; }
  .coverage-layout, .company-layout { grid-template-columns: 1fr; gap: 44px; }
  .company-card { padding: 25px; }
  .steps-grid { grid-template-columns: 1fr; }
  .contact-card { padding: 38px 28px; grid-template-columns: 1fr; gap: 28px; }
  .contact-actions { justify-items: start; }
  .button-light { width: auto; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 520px) {
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; justify-items: start; }
  .company-card-header { display: grid; }
  .company-data > div { grid-template-columns: 1fr; gap: 3px; }
  .country-card { align-items: start; padding: 22px; }
  .country-code { width: 54px; height: 54px; border-radius: 15px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; }
}

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

/* Legal pages */
.legal-page { background: var(--page); }
.legal-hero { padding: 84px 0 58px; color: white; background: var(--navy); }
.legal-hero h1 { max-width: 790px; margin: 0; font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.02; letter-spacing: -.055em; }
.legal-hero p:not(.eyebrow) { max-width: 680px; margin: 20px 0 0; color: #bdceda; }
.legal-content { padding-block: 70px 100px; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 70px; align-items: start; }
.legal-aside { position: sticky; top: 104px; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.legal-aside p { margin: 0 0 9px; color: var(--muted); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.legal-aside a { display: block; padding: 9px 8px; border-radius: 8px; color: #285069; font-size: .9rem; font-weight: 700; }
.legal-aside a:hover { background: var(--sky); }
.legal-article { padding: 42px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 40px rgba(7,31,53,.06); }
.legal-article section + section { margin-top: 38px; padding-top: 34px; border-top: 1px solid var(--line); }
.legal-article h2 { margin: 0 0 13px; font-size: 1.45rem; letter-spacing: -.025em; }
.legal-article p, .legal-article li { color: #455765; }
.legal-article ul { padding-left: 22px; }
.legal-article strong { color: var(--ink); }
.legal-meta { margin-top: 34px; padding: 18px; border-radius: 13px; background: var(--sky); color: #27546d; font-size: .9rem; }
@media (max-width: 760px) {
  .legal-layout { grid-template-columns: 1fr; gap: 24px; }
  .legal-aside { position: static; }
  .legal-article { padding: 28px 23px; }
  .legal-hero { padding: 65px 0 46px; }
}
