/* ==========================================================
   M&N Marine Service — Premium Marine Design System
   Plain CSS, responsive from 390px through wide desktop
   ========================================================== */

:root {
  --navy-950: #03131e;
  --navy-900: #041824;
  --navy-850: #052033;
  --navy-800: #062b43;
  --navy-700: #0a3b59;
  --blue-600: #0876ad;
  --blue-500: #159fe5;
  --blue-400: #43bdf2;
  --blue-200: #a9e6f8;
  --blue-100: #dff4fb;
  --blue-50: #f0f9fc;
  --white: #ffffff;
  --ink: #0d2a3a;
  --ink-2: #29475a;
  --muted: #587486;
  --surface: #ffffff;
  --surface-alt: #f3f8fb;
  --surface-deep: #eaf4f8;
  --line: #d7e5ec;
  --line-strong: #bfd5df;
  --success: #16875b;
  --shadow-sm: 0 8px 24px rgba(4, 24, 36, 0.07);
  --shadow-md: 0 18px 50px rgba(4, 24, 36, 0.11);
  --shadow-lg: 0 32px 80px rgba(3, 19, 30, 0.2);
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 28px;
  --radius-xl: 38px;
  --container: 1240px;
  --nav-h: 78px;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 18px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

:focus-visible {
  outline: 3px solid rgba(67, 189, 242, .55);
  outline-offset: 3px;
}

::selection {
  background: var(--blue-400);
  color: var(--navy-950);
}

.container {
  width: min(100% - 48px, var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 112px 0;
}

.section-head {
  max-width: 760px;
  margin: 0 0 52px;
}

.section-head h2,
.about-copy h2 {
  margin: 12px 0 18px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.section-sub {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.65;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-600);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow-line {
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: var(--blue-500);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 2000;
  height: 3px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--blue-500), var(--blue-400));
}

/* Navigation */
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--nav-h);
  color: var(--white);
  background: rgba(3, 19, 30, .56);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  backdrop-filter: blur(18px) saturate(135%);
}

.nav.scrolled {
  background: rgba(3, 19, 30, .93);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .16);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: 232px;
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

.brand-logo-compact {
  display: none;
}

.brand-text {
  font-family: var(--font-display);
  font-weight: 700;
}

.brand-accent {
  color: var(--blue-400);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
}

.nav-menu > a:not(.nav-cta) {
  position: relative;
  padding: 12px 0;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  font-weight: 650;
}

.nav-menu > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  inset: auto 50% 4px;
  width: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--blue-400);
  transform: translateX(-50%);
  transition: width .25s var(--ease);
}

.nav-menu > a:hover,
.nav-menu > a.is-active {
  color: var(--white);
}

.nav-menu > a:hover::after,
.nav-menu > a.is-active::after {
  width: 100%;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 19px;
  border-radius: 999px;
  color: var(--navy-950);
  background: var(--blue-400);
  box-shadow: 0 10px 26px rgba(21, 159, 229, .26);
  font-size: 14px;
  font-weight: 800;
}

.nav-cta:hover {
  background: var(--white);
  transform: translateY(-1px);
}

.language-switcher {
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
}

.language-option {
  min-width: 38px;
  height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, .64);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.language-option:hover,
.language-option.is-active {
  color: var(--navy-950);
  background: var(--white);
}

.nav-language-mobile,
.nav-toggle {
  display: none;
}

.nav-toggle {
  width: 46px;
  height: 46px;
  padding: 12px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 13px;
  background: rgba(255, 255, 255, .07);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  flex: 0 0 2px;
  width: 22px;
  height: 2px;
  margin: 3px auto;
  border-radius: 3px;
  background: var(--white);
  transition: transform .25s ease, opacity .2s ease;
}

.nav.open .nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav.open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav.open .nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.btn svg {
  flex: 0 0 auto;
}

.btn-primary {
  color: var(--navy-950);
  background: var(--blue-400);
  border-color: var(--blue-400);
  box-shadow: 0 13px 32px rgba(21, 159, 229, .24);
}

.btn-primary:hover {
  color: var(--navy-950);
  background: var(--white);
  border-color: var(--white);
  box-shadow: 0 17px 36px rgba(3, 19, 30, .18);
  transform: translateY(-2px);
}

.coverage-side .btn-primary:hover,
.about-copy .btn-primary:hover,
.form-card:not(.contact-cta) .btn-primary:hover {
  color: var(--white);
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.btn-ghost {
  color: var(--ink);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, .72);
}

.btn-ghost:hover {
  color: var(--blue-600);
  border-color: var(--blue-400);
  background: var(--white);
  transform: translateY(-2px);
}

.btn-block {
  width: 100%;
}

/* Hero */
.hero {
  position: relative;
  min-height: 820px;
  padding: calc(var(--nav-h) + 82px) 0 122px;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: var(--navy-950);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--navy-950);
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 19, 30, .98) 0%, rgba(3, 19, 30, .88) 43%, rgba(3, 19, 30, .48) 74%, rgba(3, 19, 30, .7) 100%),
    linear-gradient(180deg, rgba(3, 19, 30, .2), rgba(3, 19, 30, .88)),
    url("assets/gallery/marine-1.webp") center 44% / cover no-repeat;
  opacity: .94;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 40%, rgba(67, 189, 242, .15), transparent 34%);
}

.hero-orb,
.hero-noise {
  display: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .1;
  background-image:
    linear-gradient(rgba(255, 255, 255, .22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .22) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, #000, transparent 80%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
  align-items: center;
  gap: clamp(54px, 7vw, 92px);
}

.hero-content {
  max-width: 690px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 35px;
  padding: 0 14px;
  border: 1px solid rgba(138, 220, 245, .24);
  border-radius: 999px;
  color: var(--blue-200);
  background: rgba(6, 43, 67, .68);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pill-dot,
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-400);
  box-shadow: 0 0 0 5px rgba(67, 189, 242, .13);
}

.hero h1 {
  margin: 22px 0 24px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(58px, 6.1vw, 84px);
  font-weight: 700;
  letter-spacing: -.058em;
  line-height: .98;
}

.gradient-text {
  color: var(--blue-400);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.lede {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin: 32px 0 22px;
}

.hero .btn-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, .2);
  background: rgba(3, 19, 30, .38);
  backdrop-filter: blur(8px);
}

.hero .btn-ghost:hover {
  color: var(--navy-950);
  border-color: var(--white);
  background: var(--white);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 650;
}

.hero-trust li::before {
  content: "✓";
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-950);
  background: var(--blue-400);
  font-size: 11px;
  font-weight: 900;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 610px;
  margin: 34px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius);
  background: rgba(3, 19, 30, .42);
  backdrop-filter: blur(12px);
  list-style: none;
}

.hero-stats li {
  min-width: 0;
  padding: 17px 20px;
}

.hero-stats li + li {
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 21px;
  line-height: 1;
}

.hero-stats span {
  margin-top: 7px;
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
}

.hero-pricing span {
  position: relative;
}

.hero-pricing span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--blue-400);
}

.hero-pricing strong {
  color: var(--blue-200);
}

/* Premium route card */
.hero-visual {
  min-width: 0;
}

.hero-card {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  padding: 25px;
  overflow: hidden;
  color: var(--ink);
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 30px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.hero-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--blue-500), var(--blue-400));
}

.hero-card-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
}

.hero-card-label {
  min-width: 0;
  color: var(--navy-900);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-card-ticket {
  justify-self: end;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--blue-600);
  background: var(--blue-100);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.ticket-map {
  position: relative;
  min-height: 168px;
  padding: 18px 18px 37px;
  overflow: hidden;
  border: 1px solid #cfe5ef;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(223, 244, 251, .78)),
    radial-gradient(circle at 78% 20%, rgba(67, 189, 242, .25), transparent 32%);
}

.ticket-map::after {
  content: "SOUTH FLORIDA SERVICE";
  position: absolute;
  top: 13px;
  right: 16px;
  color: rgba(8, 118, 173, .55);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
}

.ticket-map svg {
  display: block;
  width: min(100%, 420px);
  height: auto;
  aspect-ratio: 340 / 90;
  margin: 20px auto 0;
  overflow: visible;
}

.ticket-route-path {
  stroke-dashoffset: 100;
  animation: routeTravel 9s linear infinite;
}

@keyframes routeTravel {
  to { stroke-dashoffset: 0; }
}

.ticket-pin-pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: pinPulse 2s ease-out infinite;
}

@keyframes pinPulse {
  0% { transform: scale(.85); opacity: .8; }
  75%, 100% { transform: scale(2.2); opacity: 0; }
}

.ticket-map-labels {
  position: absolute;
  inset: auto 16px 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  color: var(--ink-2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ticket-map-from,
.ticket-map-to {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ticket-map-to {
  text-align: right;
}

.ticket-map-eta {
  max-width: 170px;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--success);
  background: rgba(34, 166, 111, .1);
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}

.ticket-job {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 14px;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface-alt);
}

.ticket-job-icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: var(--white);
  background: var(--blue-600);
}

.ticket-job > div:last-child {
  min-width: 0;
}

.ticket-job strong,
.ticket-job span {
  display: block;
}

.ticket-job strong {
  color: var(--navy-900);
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.25;
}

.ticket-job span {
  margin-top: 3px;
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 12px;
}

.ticket-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 22px 0 18px;
  padding: 0;
  list-style: none;
}

.ticket-steps li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  color: #8aa0ac;
}

.ticket-steps li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--line);
}

.ticket-steps li:first-child::before {
  left: 50%;
  width: 50%;
}

.ticket-steps li:last-child::before {
  width: 50%;
}

.ticket-steps .dot {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--line-strong);
  box-shadow: 0 0 0 1px var(--line-strong);
}

.ticket-steps .lbl {
  max-width: 100%;
  overflow: hidden;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticket-steps li.done,
.ticket-steps li.active {
  color: var(--blue-600);
}

.ticket-steps li.done::before,
.ticket-steps li.active::before {
  background: var(--blue-400);
}

.ticket-steps li.done .dot {
  background: var(--blue-500);
  box-shadow: 0 0 0 1px var(--blue-500);
}

.ticket-steps li.active .dot {
  background: var(--success);
  box-shadow: 0 0 0 5px rgba(34, 166, 111, .12);
}

.ticket-meta {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.ticket-meta-row {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 10px 13px;
}

.ticket-meta-row + .ticket-meta-row {
  border-top: 1px solid var(--line);
}

.ticket-meta-label {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ticket-meta-val {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
  text-align: right;
}

.ticket-avatar {
  display: inline-grid;
  width: 27px;
  height: 27px;
  margin-right: 6px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--navy-900);
  font-size: 7px;
  vertical-align: middle;
}

.ticket-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 16px 0 -2px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ticket-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ticket-trust-item svg {
  color: var(--blue-500);
}

.ticket-trust-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--line-strong);
}

.ticket-refresh {
  animation: ticketRefresh .5s var(--ease);
}

@keyframes ticketRefresh {
  50% { transform: translateY(-4px); box-shadow: 0 38px 90px rgba(3, 19, 30, .26); }
}

.hero-wave {
  position: absolute;
  inset: auto 0 -1px;
  height: 74px;
  overflow: hidden;
}

.hero-wave svg {
  width: 100%;
  height: 100%;
}

.hero-wave path {
  fill: var(--surface-alt);
}

/* Services */
.services-section {
  background: var(--surface-alt);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  opacity: 0;
  background: linear-gradient(90deg, var(--blue-500), var(--blue-400));
  transition: opacity .25s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(67, 189, 242, .12), transparent 42%);
  transition: opacity .25s ease;
}

.service-card:hover {
  border-color: #b6dce9;
  box-shadow: var(--shadow-md);
  transform: translateY(-7px);
}

.service-card:hover::before,
.service-card:hover::after {
  opacity: 1;
}

.service-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 25px;
  place-items: center;
  border: 1px solid #c9e8f2;
  border-radius: 17px;
  color: var(--blue-600);
  background: var(--blue-50);
}

.service-icon svg {
  width: 28px;
  height: 28px;
}

.service-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 23px;
  letter-spacing: -.025em;
  line-height: 1.15;
}

.service-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.service-tag {
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  color: var(--blue-600);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.plan-banner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
  padding: 28px;
  overflow: hidden;
  color: var(--white);
  border-radius: 22px;
  background:
    linear-gradient(120deg, rgba(21, 159, 229, .18), transparent 42%),
    var(--navy-900);
  box-shadow: var(--shadow-md);
}

.plan-banner + .plan-banner {
  margin-top: 16px;
  background:
    linear-gradient(120deg, rgba(67, 189, 242, .2), transparent 44%),
    var(--navy-800);
}

.plan-banner-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  color: var(--blue-400);
  background: rgba(255, 255, 255, .07);
}

.plan-banner-title {
  margin: 0 0 5px;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.2;
}

.plan-banner-copy {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
  line-height: 1.65;
}

.plan-banner-cta {
  display: flex;
  align-items: center;
  gap: 18px;
}

.plan-banner-price {
  text-align: right;
}

.plan-banner-price-from,
.plan-banner-price-amount {
  display: block;
}

.plan-banner-price-from {
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.plan-banner-price-amount {
  margin-top: 3px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
}

/* Process */
.section-process {
  background: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  list-style: none;
}

.process-step {
  position: relative;
  min-width: 0;
  padding: 36px;
}

.process-step + .process-step {
  border-left: 1px solid var(--line);
}

.process-num {
  position: absolute;
  top: 24px;
  right: 27px;
  color: #d4e9f1;
  font-family: var(--font-display);
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.process-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 15px;
  color: var(--white);
  background: var(--blue-600);
  box-shadow: 0 12px 26px rgba(8, 118, 173, .2);
}

.process-step h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: -.025em;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.brands-strip {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  margin-top: 22px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-alt);
}

.brands-label {
  color: var(--blue-600);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.brands-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brands-list li {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-2);
  background: var(--white);
  font-size: 11px;
  font-weight: 700;
}

/* Coverage and map */
.section-map {
  background: var(--surface-deep);
}

.coverage-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.coverage-side,
.map-wrap {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.coverage-side {
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.coverage-chip {
  padding: 20px;
  border-radius: 17px;
  color: var(--white);
  background: linear-gradient(140deg, var(--navy-800), var(--navy-900));
}

.chip-label,
.chip-sub,
.coverage-chip strong {
  display: block;
}

.chip-label {
  color: var(--blue-200);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.coverage-chip strong {
  margin: 5px 0 2px;
  font-family: var(--font-display);
  font-size: 25px;
}

.chip-sub {
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
}

.city-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 12px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.city-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 650;
}

.city-dot {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border: 2px solid var(--blue-500);
  border-radius: 50%;
}

.city-dot-accent {
  background: var(--blue-500);
}

.coverage-side .btn {
  margin-top: auto;
}

.map-wrap {
  position: relative;
  min-width: 0;
  min-height: 560px;
  padding: 8px;
  overflow: hidden;
}

#map {
  width: 100%;
  height: 100%;
  min-height: 544px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--navy-900);
}

.map-legend {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  max-width: calc(100% - 48px);
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  color: rgba(255, 255, 255, .8);
  background: rgba(3, 19, 30, .86);
  backdrop-filter: blur(10px);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.map-legend div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.legend-hq,
.legend-svc,
.legend-area {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.legend-hq { background: var(--blue-400); }
.legend-svc { border: 2px solid var(--blue-400); }
.legend-area { background: rgba(67, 189, 242, .3); }

.leaflet-container {
  font-family: var(--font-body);
}

.leaflet-control-attribution {
  color: rgba(255, 255, 255, .62) !important;
  background: rgba(3, 19, 30, .72) !important;
}

.leaflet-control-attribution a {
  color: var(--blue-200) !important;
}

.leaflet-control-zoom {
  overflow: hidden;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: var(--shadow-sm) !important;
}

.leaflet-control-zoom a {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  color: var(--ink) !important;
  border: 0 !important;
  background: var(--white) !important;
}

.marker-hq,
.marker-svc {
  border-radius: 50%;
  transition: transform .2s ease;
}

.marker-hq {
  border: 5px solid var(--white);
  background: var(--blue-500);
  box-shadow: 0 0 0 7px rgba(67, 189, 242, .24), 0 8px 18px rgba(3, 19, 30, .32);
}

.marker-svc {
  border: 3px solid var(--white);
  background: var(--blue-400);
  box-shadow: 0 5px 14px rgba(3, 19, 30, .3);
}

.marker-svc:hover,
.marker-hq:hover {
  transform: scale(1.12);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  color: var(--white);
  background: var(--navy-900) !important;
}

.leaflet-popup-content-wrapper {
  border-radius: 13px !important;
  box-shadow: var(--shadow-md) !important;
}

.leaflet-popup-content {
  margin: 13px 16px !important;
  font-size: 12px !important;
}

.leaflet-popup-content strong {
  color: var(--blue-400);
}

.leaflet-popup-close-button {
  color: var(--blue-200) !important;
}

/* Gallery */
.gallery-section {
  background: var(--white);
}

.ba-feature {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 0;
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--navy-900);
  box-shadow: var(--shadow-md);
}

.ba-header {
  display: flex;
  align-items: center;
  padding: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 20%, rgba(67, 189, 242, .18), transparent 34%),
    var(--navy-900);
}

.ba-header .eyebrow {
  color: var(--blue-200);
}

.ba-header h3 {
  margin: 14px 0 12px;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.1;
}

.ba-header p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
}

.ba-slider {
  --pos: 50%;
  position: relative;
  min-width: 0;
  min-height: 470px;
  overflow: hidden;
  cursor: ew-resize;
  touch-action: pan-y;
  user-select: none;
}

.ba-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}

.ba-before-wrap {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--pos);
  overflow: hidden;
}

.ba-img-before {
  width: calc(100vw);
  max-width: none;
}

.ba-handle {
  position: absolute;
  inset: 0 auto 0 var(--pos);
  width: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: ew-resize;
  transform: translateX(-50%);
}

.ba-handle-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: var(--white);
  box-shadow: 0 0 14px rgba(3, 19, 30, .5);
  transform: translateX(-50%);
}

.ba-handle-grip {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--navy-900);
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--blue-400);
  box-shadow: var(--shadow-md);
  transform: translate(-50%, -50%);
}

.ba-handle-grip svg {
  width: 14px;
}

.ba-label {
  position: absolute;
  top: 17px;
  z-index: 2;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(3, 19, 30, .72);
  backdrop-filter: blur(8px);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ba-label-before { left: 17px; }
.ba-label-after { right: 17px; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--surface-deep);
  cursor: zoom-in;
}

.gallery-item:nth-child(1),
.gallery-item:nth-child(6) {
  grid-row: span 2;
}

.gallery-item:nth-child(3),
.gallery-item:nth-child(7) {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s var(--ease), filter .3s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .3;
  background: linear-gradient(180deg, transparent 45%, rgba(3, 19, 30, .72));
  transition: opacity .3s ease;
}

.gallery-item:hover img {
  transform: scale(1.055);
}

.gallery-item:hover::after {
  opacity: .55;
}

.gallery-zoom {
  position: absolute;
  right: 13px;
  bottom: 13px;
  z-index: 1;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  color: var(--white);
  background: rgba(3, 19, 30, .48);
  backdrop-filter: blur(8px);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gallery-item.placeholder {
  cursor: default;
}

.lightbox[hidden] {
  display: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 70px 80px;
  background: rgba(3, 19, 30, .96);
  backdrop-filter: blur(14px);
}

.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 82vh;
  border-radius: 16px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .52);
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
  font-size: 28px;
}

.lightbox-close {
  top: 22px;
  right: 22px;
}

.lightbox-prev { left: 24px; top: 50%; }
.lightbox-next { right: 24px; top: 50%; }

.lightbox-close:hover,
.lightbox-nav:hover {
  color: var(--navy-950);
  background: var(--blue-400);
}

/* Service standards */
.section-testimonials {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 12%, rgba(67, 189, 242, .16), transparent 28%),
    var(--navy-900);
}

.section-testimonials .section-head h2 {
  color: var(--white);
}

.section-testimonials .section-sub {
  color: rgba(255, 255, 255, .62);
}

.section-testimonials .eyebrow {
  color: var(--blue-200);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonial {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 300px;
  flex-direction: column;
  margin: 0;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 21px;
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(10px);
}

.testimonial::before {
  content: "“";
  position: absolute;
  top: 18px;
  right: 24px;
  color: rgba(67, 189, 242, .22);
  font-family: Georgia, serif;
  font-size: 74px;
  line-height: 1;
}

.testimonial-stars {
  min-height: 23px;
}

.testimonial-stars svg {
  display: none;
}

.testimonial-stars::before {
  content: "SERVICE STANDARD";
  color: var(--blue-400);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
}

.testimonial blockquote {
  margin: 30px 0 28px;
  color: rgba(255, 255, 255, .88);
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 1.55;
}

.testimonial figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.testimonial-avatar {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-950);
  background: var(--blue-400);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
}

.testimonial-meta {
  min-width: 0;
}

.testimonial-meta strong,
.testimonial-meta span {
  display: block;
}

.testimonial-meta strong {
  color: var(--white);
  font-size: 13px;
}

.testimonial-meta span {
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
}

/* About */
.section-about {
  background: var(--surface-alt);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(54px, 8vw, 100px);
  align-items: center;
}

.about-copy p {
  max-width: 690px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-panel {
  position: relative;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--line);
  box-shadow: var(--shadow-md);
}

.about-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-500), var(--blue-400));
}

.about-feature {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  padding: 24px;
  background: var(--white);
}

.about-feature > svg {
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue-600);
}

.about-feature strong,
.about-feature span {
  display: block;
}

.about-feature strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 16px;
}

.about-feature span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

/* City coverage */
.city-services {
  background: var(--white);
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.city-block {
  display: flex;
  min-width: 0;
  min-height: 260px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s ease, border-color .25s ease;
}

.city-block:hover {
  border-color: #b6dce9;
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.city-block h3 {
  margin: 0 0 11px;
  font-family: var(--font-display);
  font-size: 19px;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.city-block p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 13px;
}

.city-cta {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: auto;
  color: var(--blue-600);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.city-cta:hover {
  color: var(--navy-900);
  transform: translateX(3px);
}

/* FAQ */
.section-faq {
  background: var(--surface-alt);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-card {
  position: relative;
  min-width: 0;
  padding: 27px 29px 27px 62px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.faq-card::before {
  content: "?";
  position: absolute;
  top: 27px;
  left: 24px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue-600);
  font-size: 12px;
  font-weight: 850;
}

.faq-card h3 {
  margin: 0 0 9px;
  font-family: var(--font-display);
  font-size: 17px;
  letter-spacing: -.01em;
  line-height: 1.3;
}

.faq-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

/* Quote and contact */
.section-forms {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 20%, rgba(67, 189, 242, .15), transparent 25%),
    var(--navy-900);
}

.section-forms .section-head h2 {
  color: var(--white);
}

.section-forms .section-sub {
  color: rgba(255, 255, 255, .62);
}

.section-forms .eyebrow {
  color: var(--blue-200);
}

.forms-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr);
  gap: 20px;
  align-items: start;
}

.form-card {
  min-width: 0;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.form-card-compact {
  padding: 26px;
}

.form-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.form-card-head h3,
.contact-cta-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 25px;
  letter-spacing: -.03em;
}

.form-badge {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--blue-600);
  background: var(--blue-100);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.field {
  position: relative;
  margin-bottom: 13px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 56px;
  padding: 19px 15px 7px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  outline: none;
  color: var(--ink);
  background: #fbfdfe;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.field select {
  padding: 18px 14px 8px;
  cursor: pointer;
}

.field textarea {
  min-height: 126px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue-500);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(21, 159, 229, .1);
}

.field label {
  position: absolute;
  top: 17px;
  left: 15px;
  pointer-events: none;
  color: var(--muted);
  font-size: 14px;
  transition: top .18s ease, font-size .18s ease, color .18s ease;
}

.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label,
.field .label-static {
  top: 6px;
  color: var(--blue-600);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.form-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 5px;
}

.form-actions .btn:first-child {
  grid-column: 1 / -1;
}

.form-hint {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.contact-column {
  display: grid;
  gap: 20px;
}

.contact-info {
  display: grid;
  gap: 9px;
}

.contact-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--surface-alt);
}

a.contact-row:hover {
  border-color: var(--blue-400);
  background: var(--blue-50);
  transform: translateX(3px);
}

.contact-icon {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 11px;
  color: var(--white);
  background: var(--blue-600);
}

.contact-row > div:last-child {
  min-width: 0;
}

.contact-row span,
.contact-row strong {
  display: block;
}

.contact-row span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.contact-row strong {
  margin-top: 2px;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 13px;
}

.contact-cta {
  color: var(--white);
  border-color: rgba(255, 255, 255, .11);
  background:
    linear-gradient(140deg, rgba(67, 189, 242, .17), transparent 45%),
    var(--navy-800);
}

.contact-cta-copy {
  margin: 10px 0 22px;
  color: rgba(255, 255, 255, .64);
  font-size: 14px;
}

.contact-cta .btn + .btn {
  margin-top: 10px;
}

.contact-cta .btn-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
}

.success-banner[hidden] {
  display: none;
}

.success-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 2500;
  max-width: min(420px, calc(100vw - 48px));
  padding: 17px 54px 17px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 15px;
  color: var(--white);
  background: var(--success);
  box-shadow: var(--shadow-lg);
}

.success-banner button {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  color: var(--white);
  background: transparent;
  cursor: pointer;
  font-size: 22px;
  transform: translateY(-50%);
}

.mobile-action-bar {
  display: none;
}

/* Footer */
.footer {
  padding: 64px 0 28px;
  color: var(--white);
  background: var(--navy-950);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.25fr auto .9fr;
  gap: 32px;
  align-items: center;
}

.footer-brand .brand-logo {
  width: 250px;
}

.footer-tag {
  max-width: 330px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .46);
  font-size: 12px;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}

.footer nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  font-weight: 700;
}

.footer nav a:hover,
.footer-contact a:hover {
  color: var(--blue-400);
}

.footer-contact {
  display: grid;
  gap: 5px;
  min-width: 0;
  text-align: right;
}

.footer-contact a {
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
}

.copy {
  grid-column: 1 / -1;
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  letter-spacing: .04em;
  text-align: center;
}

/* Responsive */
@media (max-width: 1120px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr);
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(54px, 6.2vw, 70px);
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .city-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ba-feature {
    grid-template-columns: 280px minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  :root {
    --nav-h: 72px;
  }

  .section {
    padding: 88px 0;
  }

  .nav-inner {
    gap: 12px;
  }

  .nav .brand-logo-full {
    display: none;
  }

  .nav .brand-logo-compact {
    display: block;
    width: 58px;
    height: 48px;
  }

  .nav-language-mobile,
  .nav-toggle {
    display: inline-flex;
  }

  .nav-language-mobile {
    margin-left: auto;
  }

  .nav-language-mobile .language-option {
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .nav-toggle {
    flex-direction: column;
    justify-content: center;
    flex: 0 0 46px;
  }

  .nav-menu {
    position: absolute;
    top: var(--nav-h);
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    max-height: 0;
    padding: 0 24px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(3, 19, 30, .98);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .24);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: max-height .35s var(--ease), padding .35s var(--ease), opacity .2s ease, transform .3s var(--ease);
  }

  .nav.open .nav-menu {
    max-height: calc(100vh - var(--nav-h));
    max-height: calc(100dvh - var(--nav-h));
    padding: 14px 24px 24px;
    overflow-y: auto;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .nav-menu > a:not(.nav-cta) {
    min-height: 52px;
    padding: 15px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: 14px;
  }

  .nav-menu > a:not(.nav-cta)::after {
    display: none;
  }

  .nav-menu .language-switcher {
    display: none;
  }

  .nav-cta {
    min-height: 52px;
    margin-top: 14px;
    border-radius: 14px;
  }

  .hero {
    min-height: auto;
    padding: calc(var(--nav-h) + 58px) 0 106px;
  }

  .hero-bg::before {
    background:
      linear-gradient(180deg, rgba(3, 19, 30, .78) 0%, rgba(3, 19, 30, .94) 63%, var(--navy-950) 100%),
      url("assets/gallery/marine-1.webp") center 28% / cover no-repeat;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .hero-content {
    max-width: 720px;
  }

  .hero-visual {
    width: 100%;
  }

  .hero-card {
    max-width: 680px;
    margin: 0;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-step + .process-step {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .coverage-grid {
    grid-template-columns: 1fr;
  }

  .coverage-side {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 20px;
  }

  .coverage-chip {
    grid-row: span 2;
  }

  .city-list {
    margin: 0;
  }

  .coverage-side .btn {
    align-self: end;
    margin: 0;
  }

  .map-wrap {
    min-height: 500px;
  }

  #map {
    min-height: 484px;
  }

  .ba-feature {
    grid-template-columns: 1fr;
  }

  .ba-header {
    padding: 28px;
  }

  .ba-slider {
    min-height: 440px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 230px;
  }

  .gallery-item:nth-child(3),
  .gallery-item:nth-child(7) {
    grid-column: span 1;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial {
    min-height: 250px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .forms-inner {
    grid-template-columns: 1fr;
  }

  .contact-column {
    grid-template-columns: 1fr 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-tag {
    margin-inline: auto;
  }

  .footer-contact {
    text-align: center;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .container {
    width: min(100% - 36px, var(--container));
  }

  .section {
    padding: 72px 0;
  }

  .section-head {
    margin-bottom: 34px;
  }

  .section-head h2,
  .about-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .section-sub {
    font-size: 16px;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .nav .brand-logo-compact {
    width: 52px;
    height: 44px;
  }

  .nav-language-mobile .language-option {
    min-width: 40px;
    width: 40px;
  }

  .hero {
    padding-top: calc(var(--nav-h) + 42px);
  }

  .hero h1 {
    margin-top: 18px;
    font-size: clamp(46px, 14.5vw, 62px);
    line-height: .96;
  }

  .lede {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-actions .btn {
    min-width: 0;
    padding: 0 14px;
  }

  .hero-actions .btn-primary {
    grid-column: 1 / -1;
  }

  .hero-trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .hero-stats li {
    padding: 15px;
  }

  .hero-stats li:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-left: 0;
  }

  .hero-pricing {
    gap: 8px 15px;
  }

  .hero-card {
    padding: 18px;
    border-radius: 22px;
  }

  .hero-card-header {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .hero-card-ticket {
    grid-column: 1 / -1;
    justify-self: start;
    margin-left: 19px;
  }

  .ticket-map {
    min-height: 210px;
    padding: 18px 12px 74px;
  }

  .ticket-map svg {
    width: min(100%, 340px);
    margin-top: 24px;
  }

  .ticket-map-labels {
    inset: auto 12px 12px;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  .ticket-map-eta {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
    max-width: 100%;
    white-space: normal;
  }

  .ticket-map-from,
  .ticket-map-to {
    grid-row: 2;
  }

  .ticket-job {
    align-items: flex-start;
  }

  .ticket-steps {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 18px 0;
    padding: 3px 0;
    border: 1px solid var(--line);
    border-radius: 14px;
  }

  .ticket-steps li {
    display: grid;
    grid-template-columns: 16px 1fr;
    justify-items: start;
    align-items: center;
    gap: 10px;
    min-height: 39px;
    padding: 0 13px;
  }

  .ticket-steps li + li {
    border-top: 1px solid var(--line);
  }

  .ticket-steps li::before {
    display: none;
  }

  .ticket-steps .lbl {
    white-space: normal;
  }

  .ticket-meta-row {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .ticket-trust {
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .services-grid,
  .city-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
    padding: 26px;
  }

  .plan-banner {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
  }

  .plan-banner-cta {
    grid-column: 1 / -1;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .process-step {
    padding: 30px 26px;
  }

  .brands-strip {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .coverage-side {
    display: flex;
  }

  .city-list {
    margin: 20px 0 24px;
  }

  .map-wrap {
    min-height: 430px;
    padding: 6px;
  }

  #map {
    min-height: 418px;
  }

  .map-legend {
    right: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
  }

  .ba-header {
    padding: 24px;
  }

  .ba-header h3 {
    font-size: 24px;
  }

  .ba-slider {
    min-height: 360px;
  }

  .gallery-grid {
    grid-auto-rows: 175px;
    gap: 9px;
  }

  .gallery-item:nth-child(1),
  .gallery-item:nth-child(6) {
    grid-row: span 1;
  }

  .gallery-zoom {
    min-height: 28px;
    padding: 0 9px;
  }

  .lightbox {
    padding: 70px 14px;
  }

  .lightbox-nav {
    top: auto;
    bottom: 18px;
  }

  .lightbox-prev { left: calc(50% - 58px); }
  .lightbox-next { right: calc(50% - 58px); }

  .about-copy p {
    font-size: 15px;
  }

  .faq-card {
    padding: 24px 24px 24px 56px;
  }

  .faq-card::before {
    top: 24px;
    left: 20px;
  }

  .form-card {
    padding: 22px;
    border-radius: 19px;
  }

  .form-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .row,
  .form-actions,
  .contact-column {
    grid-template-columns: 1fr;
  }

  .form-actions .btn:first-child,
  .form-hint {
    grid-column: auto;
  }

  .footer {
    padding-bottom: calc(98px + env(safe-area-inset-bottom));
  }

  .footer-brand .brand-logo {
    width: min(250px, 72vw);
  }

  .mobile-action-bar {
    position: fixed;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    z-index: 1500;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 16px;
    background: rgba(3, 19, 30, .94);
    box-shadow: 0 16px 42px rgba(0, 0, 0, .28);
    backdrop-filter: blur(14px);
  }

  .mobile-action-bar a {
    display: flex;
    min-width: 0;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 11px;
    color: var(--white);
    font-size: 11px;
    font-weight: 800;
  }

  .mobile-action-bar a:last-child {
    color: var(--navy-950);
    background: var(--blue-400);
  }
}

@media (max-width: 380px) {
  .nav-language-mobile .language-option {
    min-width: 31px;
    width: 31px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn-primary {
    grid-column: auto;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stats li + li {
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-left: 0;
  }

  .hero-stats li:nth-child(3) {
    grid-column: auto;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
