:root {
  --navy-950: #031521;
  --navy-900: #061f31;
  --navy-800: #0a3048;
  --blue-600: #0e6699;
  --blue-700: #09517c;
  --blue-100: #dff2fb;
  --red-600: #df1f2d;
  --red-700: #bd1420;
  --ink: #0a2132;
  --muted: #5b7180;
  --canvas: #f2f7fa;
  --surface: #ffffff;
  --surface-soft: #f7fafc;
  --line: rgba(8, 48, 72, .13);
  --shadow-sm: 0 12px 34px rgba(3, 33, 52, .08);
  --shadow-lg: 0 30px 80px rgba(3, 27, 43, .18);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 28%, rgba(14, 102, 153, .07), transparent 26rem),
    radial-gradient(circle at 88% 72%, rgba(223, 31, 45, .045), transparent 24rem);
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid #09517c;
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(46px, 5.7vw, 80px);
  font-weight: 790;
  letter-spacing: -.055em;
  line-height: .98;
  overflow-wrap: normal;
  hyphens: none;
}

html[lang="de"] h1 {
  overflow-wrap: anywhere;
  hyphens: auto;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 760;
  letter-spacing: -.04em;
  line-height: 1.04;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  letter-spacing: -.025em;
  line-height: 1.2;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 11px 18px;
  border-radius: 10px;
  color: var(--surface);
  background: var(--navy-950);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(8, 48, 72, .1);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(20px) saturate(150%);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

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

.brand-logo {
  width: 222px;
  height: 74px;
  display: block;
  object-fit: contain;
}

/* Fleet photographs and route information supplied by MediGo EMS. */
.fleet-section {
  background: var(--surface);
}

.fleet-heading {
  max-width: 780px;
}

.fleet-heading > p:last-child {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.fleet-gallery {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
}

.fleet-photo {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--canvas);
}

.fleet-photo-frame {
  height: 350px;
  overflow: hidden;
  background: #e2eaf0;
}

.fleet-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fleet-photo--vehicles img {
  object-position: center 77%;
}

.fleet-photo--interior img {
  object-position: center 54%;
}

.fleet-photo figcaption {
  padding: 18px 22px;
  color: var(--navy-800);
  font-size: 15px;
  font-weight: 750;
}

.fleet-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 38px;
}

.fleet-feature-number {
  display: block;
  margin-bottom: 14px;
  color: var(--red-600);
  font-size: 13px;
  font-weight: 850;
}

.fleet-features h3 {
  max-width: 340px;
  font-size: 22px;
}

.fleet-features p {
  margin-bottom: 0;
  color: var(--muted);
}

.routes-section {
  color: var(--surface);
  background: linear-gradient(120deg, var(--navy-800), var(--navy-950) 78%);
}

.routes-heading {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: end;
  gap: 64px;
  margin-bottom: 36px;
}

.routes-heading .eyebrow {
  color: #ff7d87;
}

.routes-heading h2 {
  margin-bottom: 0;
}

.routes-heading > p {
  margin: 0;
  color: #dceaf1;
  font-size: 17px;
}

.destination-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 44px;
  padding: 0;
  list-style: none;
}

.destination-list li {
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  font-size: 14px;
  font-weight: 700;
}

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

.route-details article {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.route-details article > span {
  display: block;
  margin-bottom: 20px;
  color: #ff7d87;
  font-size: 13px;
  font-weight: 850;
}

.route-details p {
  margin-bottom: 0;
  color: #dceaf1;
}

.routes-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.routes-contact p {
  max-width: 650px;
  margin: 0;
  color: #dceaf1;
  font-size: 14px;
}

.routes-contact .btn {
  flex-shrink: 0;
}

@media (max-width: 780px) {
  .fleet-gallery,
  .fleet-features,
  .routes-heading,
  .route-details {
    grid-template-columns: minmax(0, 1fr);
  }

  .fleet-photo-frame {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .fleet-photo-frame img {
    aspect-ratio: 16 / 9;
  }

  .fleet-features,
  .routes-heading {
    gap: 26px;
  }

  .fleet-features article + article {
    padding-top: 24px;
    border-top: 1px solid var(--line);
  }

  .routes-contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .fleet-heading > p:last-child,
  .routes-heading > p {
    font-size: 16px;
  }
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-left: auto;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(242, 247, 250, .78);
  font-size: 14px;
  font-weight: 750;
  color: #385365;
}

.nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 999px;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}

.nav a:hover {
  color: var(--navy-900);
  background: var(--surface);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switcher {
  display: inline-flex;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--canvas);
}

.language-option {
  min-width: 37px;
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  padding: 6px 8px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .04em;
}

.language-option:hover {
  color: var(--red-600);
}

.language-option.is-active {
  color: var(--surface);
  background: var(--navy-900);
}

.header-call {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--surface);
  background: var(--red-600);
  box-shadow: 0 10px 24px rgba(223, 31, 45, .2);
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
  transition: background .2s ease, transform .2s ease;
}

.header-call:hover {
  background: var(--red-700);
  transform: translateY(-1px);
}

.menu-toggle {
  width: 48px;
  height: 48px;
  display: none;
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--navy-900);
  background: var(--canvas);
  cursor: pointer;
}

.menu-toggle-icon,
.menu-toggle-icon::before,
.menu-toggle-icon::after {
  width: 22px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease, background .2s ease;
}

.menu-toggle-icon {
  position: relative;
}

.menu-toggle-icon::before,
.menu-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle-icon::before {
  top: -7px;
}

.menu-toggle-icon::after {
  top: 7px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--surface);
  background: var(--navy-950);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
  width: 59%;
  background:
    radial-gradient(circle at 22% 22%, rgba(40, 160, 218, .23), transparent 20rem),
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(135deg, var(--navy-800), var(--navy-950) 70%);
  background-size: auto, 34px 34px, 34px 34px, auto;
  mask-image: linear-gradient(to right, #000 75%, transparent);
}

.hero::after {
  content: "+";
  position: absolute;
  left: max(24px, calc((100vw - 1200px) / 2 - 68px));
  bottom: 54px;
  z-index: -1;
  color: rgba(255, 255, 255, .07);
  font-size: 160px;
  font-weight: 200;
  line-height: 1;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("/assets/hero-clean.1dc7af446e20.webp") center / cover no-repeat;
  clip-path: none;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 21, 33, .98) 0%, rgba(3, 21, 33, .93) 37%, rgba(3, 21, 33, .45) 58%, rgba(3, 21, 33, .08) 82%),
    linear-gradient(0deg, rgba(3, 21, 33, .36), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-block: 84px 104px;
}

.hero-content::after {
  content: "BULGARIA  •  EUROPE  •  TURKEY";
  position: absolute;
  left: 0;
  bottom: 54px;
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .23em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--red-600);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ff7d87;
}

.hero-text {
  max-width: 585px;
  margin-bottom: 34px;
  color: #dceaf1;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.65;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 850;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.btn::after {
  content: "→";
  font-size: 18px;
  line-height: 1;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--surface);
  background: var(--red-600);
  box-shadow: 0 16px 34px rgba(223, 31, 45, .29);
}

.btn-primary:hover {
  background: var(--red-700);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, .45);
  color: var(--surface);
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, .75);
  background: rgba(255, 255, 255, .13);
}

.emergency-note {
  position: relative;
  z-index: 3;
  color: var(--surface);
  background: var(--red-600);
}

.emergency-note::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .08), transparent);
}

.emergency-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-block: 14px;
}

.emergency-inner strong {
  display: block;
  font-size: 18px;
  letter-spacing: -.01em;
}

.emergency-inner p {
  margin: 3px 0 0;
  color: #fff2f3;
  font-size: 14px;
}

.emergency-inner > a {
  min-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 2px solid rgba(255, 255, 255, .76);
  border-radius: 999px;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.1;
}

.stats {
  position: relative;
  z-index: 4;
  margin-bottom: 18px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.stats-grid div {
  position: relative;
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 34px;
}

.stats-grid div + div {
  border-left: 1px solid var(--line);
}

.stats-grid strong {
  color: var(--navy-800);
  font-size: 38px;
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: 1;
}

.stats-grid span {
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

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

.section-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.section-heading h2 {
  margin-bottom: 0;
}

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

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

.service-card,
.step,
.contact-panel {
  border: 1px solid var(--line);
  background: var(--surface);
}

.service-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  padding: 34px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -58px;
  width: 154px;
  height: 154px;
  border: 24px solid rgba(14, 102, 153, .05);
  border-radius: 50%;
}

.service-card:hover {
  border-color: rgba(14, 102, 153, .28);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}

.icon {
  width: 62px;
  height: 62px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 56px;
  border-radius: 18px;
  color: var(--surface);
  background: linear-gradient(145deg, var(--blue-600), var(--navy-800));
  box-shadow: 0 12px 26px rgba(10, 48, 72, .2);
  font-size: 30px;
  font-weight: 500;
}

.service-card:nth-child(2) .icon,
.service-card:nth-child(4) .icon {
  background: linear-gradient(145deg, var(--red-600), var(--red-700));
  box-shadow: 0 12px 26px rgba(223, 31, 45, .21);
}

.service-card p,
.step p,
.split p,
.contact p {
  color: var(--muted);
}

.section-muted {
  overflow: hidden;
  color: var(--surface);
  background:
    radial-gradient(circle at 12% 12%, rgba(40, 160, 218, .22), transparent 25rem),
    linear-gradient(135deg, var(--navy-800), var(--navy-950) 72%);
}

.section-muted::after {
  content: "+";
  position: absolute;
  right: -36px;
  bottom: -135px;
  color: rgba(255, 255, 255, .035);
  font-size: 440px;
  font-weight: 200;
  line-height: 1;
}

.section-muted .eyebrow {
  color: #ff7d87;
}

.section-muted .split > div:first-child p:last-child {
  max-width: 580px;
  color: #f5f7f9;
  font-size: 18px;
}

.split {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 74px;
  align-items: center;
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list h3 {
  margin: 0 0 4px;
  color: var(--surface);
  font-size: 20px;
  line-height: 1.3;
}

.check-list p {
  position: relative;
  min-height: 68px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 17px 22px 17px 58px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  color: var(--surface);
  background: rgba(255, 255, 255, .065);
  backdrop-filter: blur(12px);
  font-weight: 700;
}

.check-list p::before {
  content: "";
  position: absolute;
  left: 23px;
  width: 17px;
  height: 9px;
  border-left: 3px solid #ff6f7a;
  border-bottom: 3px solid #ff6f7a;
  transform: rotate(-45deg) translateY(-2px);
}

.steps {
  position: relative;
  counter-reset: steps;
}

.steps::before {
  content: "";
  position: absolute;
  top: 53px;
  left: calc(16.66% + 20px);
  right: calc(16.66% + 20px);
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(14, 102, 153, .24) 0 8px, transparent 8px 15px);
}

.step {
  position: relative;
  min-height: 288px;
  padding: 30px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.step span {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 54px;
  border: 8px solid var(--surface);
  border-radius: 50%;
  color: #ffffff;
  background: var(--navy-900);
  box-shadow: 0 0 0 3px rgba(223, 31, 45, .82), 0 10px 22px rgba(3, 21, 33, .24);
  font-size: 20px;
  font-weight: 900;
}

.faq-section {
  background:
    radial-gradient(circle at 7% 90%, rgba(223, 31, 45, .06), transparent 22rem),
    var(--canvas);
}

.faq-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 72px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-intro > p:not(.eyebrow) {
  max-width: 430px;
  color: var(--muted);
  font-size: 17px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  color: var(--red-600);
  font-weight: 850;
}

.text-link span {
  font-size: 20px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.faq-list summary {
  position: relative;
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 20px 70px 20px 24px;
  color: var(--navy-900);
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "";
  position: absolute;
  right: 22px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background:
    linear-gradient(var(--surface), var(--surface)) center / 12px 2px no-repeat,
    linear-gradient(var(--surface), var(--surface)) center / 2px 12px no-repeat,
    var(--red-600);
  transition: transform .2s ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: 0;
  padding: 0 70px 24px 24px;
  color: var(--muted);
}

.mobile-call {
  display: none;
}

.contact {
  padding: 72px 0 84px;
}

.contact-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 64px;
  align-items: start;
  overflow: hidden;
  padding: 66px;
  border-radius: var(--radius-lg);
  color: var(--surface);
  background:
    radial-gradient(circle at 92% 18%, rgba(40, 160, 218, .18), transparent 20rem),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
  box-shadow: var(--shadow-lg);
}

.contact-copy {
  position: relative;
  z-index: 1;
}

.contact-inner::before {
  content: "+";
  position: absolute;
  left: -12px;
  bottom: -83px;
  color: rgba(255, 255, 255, .04);
  font-size: 260px;
  font-weight: 200;
  line-height: 1;
}

.contact .eyebrow {
  color: #ff7d87;
}

.contact h2 {
  max-width: 650px;
}

.contact p {
  color: #cfdee7;
}

.contact .contact-note {
  margin: 25px 0 0;
  padding: 17px 18px;
  border-left: 4px solid var(--red-600);
  border-radius: 0 12px 12px 0;
  color: var(--surface);
  background: rgba(255, 255, 255, .065);
}

.contact-panel {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-color: rgba(255, 255, 255, .45);
  border-radius: var(--radius-md);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .19);
}

.contact-panel a {
  display: block;
  padding: 17px 2px;
  border-bottom: 1px solid var(--line);
  color: var(--navy-800);
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.contact-panel a::after {
  content: "↗";
  float: right;
  color: var(--red-600);
}

.contact-panel span {
  display: block;
  padding: 18px 2px 4px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.contact-form {
  margin-top: 26px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: var(--radius-md);
  color: var(--ink);
  background: var(--surface);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .18);
}

.contact-form h3 {
  margin-bottom: 20px;
  color: var(--navy-900);
}

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

.form-field {
  display: grid;
  gap: 7px;
  color: var(--navy-900);
  font-size: 13px;
  font-weight: 800;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field input,
.form-field select {
  width: 100%;
  border: 1px solid #6b7f8c;
  border-radius: 12px;
  color: var(--ink);
  background: #f7fafc;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.form-field input,
.form-field select {
  min-height: 50px;
  padding: 11px 13px;
}

.form-field input:focus:focus,
.form-field select:focus {
  border-color: var(--blue-600);
  background: var(--surface);
  box-shadow: 0 0 0 4px rgba(14, 102, 153, .12);
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
  cursor: pointer;
}

.form-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 1px;
  accent-color: var(--blue-600);
}

.form-consent a {
  color: var(--blue-700);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-file-note {
  grid-column: 1 / -1;
  margin: -2px 0 0;
  padding: 11px 13px;
  border-left: 3px solid var(--blue-600);
  border-radius: 8px;
  color: var(--muted) !important;
  background: #eef5f8;
  font-size: 12px;
  line-height: 1.5;
}

.contact-form > .form-file-note {
  margin: 0 0 18px;
}

.form-submit {
  min-height: 52px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: var(--red-600);
  box-shadow: 0 12px 28px rgba(223, 31, 45, .24);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.form-submit:hover {
  background: var(--red-700);
  transform: translateY(-1px);
}

.form-submit:disabled {
  opacity: .65;
  cursor: wait;
  transform: none;
}

.contact-form[aria-busy="true"] .form-submit::before,
.form-status[data-state="sending"]::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: form-spin .7s linear infinite;
}

.form-help {
  margin: 12px 0 0;
  color: var(--muted) !important;
  font-size: 12px;
  line-height: 1.5;
}

.form-status {
  position: relative;
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 20px;
  padding: 13px 15px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
  box-shadow: none;
  animation: form-status-in .22s ease-out;
}

.form-status:empty {
  display: none;
}

.form-status[data-state="sending"] {
  border-color: #b9d9e9;
  color: var(--blue-700) !important;
  background: #eef7fb;
}

.form-status[data-state="info"] {
  border-color: #b9d9e9;
  color: var(--navy-800);
  background: #eef7fb;
}

.form-status[data-state="success"] {
  border-color: #9dd8bd;
  color: #0b6b43 !important;
  background: #eaf8f1;
}

.form-status[data-state="success"]::before,
.form-status[data-state="error"]::before {
  width: 25px;
  height: 25px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.form-status[data-state="success"]::before {
  content: "✓";
  background: #0b7a4b;
}

.form-status[data-state="error"] {
  border-color: #efabb1;
  color: var(--red-700) !important;
  background: #fff0f1;
}

.form-status[data-state="error"]::before {
  content: "!";
  background: var(--red-600);
}

.form-status:focus-visible {
  outline: 3px solid #09517c;
  outline-offset: 3px;
}

@keyframes form-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes form-status-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
}

 .site-footer {
  padding: 30px 0;
  color: #bcd0db;
  background: var(--navy-950);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
}

.footer-links a {
  color: var(--surface);
  font-weight: 700;
}

.footer-links a:hover {
  color: #ff7d87;
}

.legal-main {
  min-height: calc(100vh - 176px);
  padding: 86px 0 96px;
  background:
    radial-gradient(circle at 90% 10%, rgba(40, 160, 218, .1), transparent 28rem),
    var(--surface-soft);
}

.legal-wrap {
  width: min(100% - 32px, 900px);
  margin-inline: auto;
}

.legal-heading {
  margin-bottom: 44px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.legal-heading h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(42px, 7vw, 72px);
}

.legal-heading > p:last-child {
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
}

.legal-card {
  margin-bottom: 18px;
  padding: 30px 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.legal-card h2 {
  margin-bottom: 14px;
  font-size: clamp(25px, 4vw, 34px);
}

.legal-card h3 {
  margin: 22px 0 8px;
  font-size: 19px;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
}

.legal-card p:last-child,
.legal-card ul:last-child {
  margin-bottom: 0;
}

.legal-card ul {
  margin: 12px 0 18px;
  padding-left: 22px;
}

.legal-card li + li {
  margin-top: 8px;
}

.legal-card a {
  color: var(--navy-800);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(224, 38, 54, .4);
  text-underline-offset: 3px;
}

.legal-note {
  border-left: 4px solid var(--red-600);
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.legal-actions .btn-secondary {
  border-color: rgba(3, 42, 65, .24);
  color: var(--navy-800);
  background: var(--surface);
  backdrop-filter: none;
}

.legal-actions .btn-secondary:hover {
  border-color: rgba(3, 42, 65, .45);
  background: #edf4f7;
}

@media (max-width: 1080px) {
  html {
    scroll-padding-top: 146px;
  }

  .header-inner {
    flex-wrap: wrap;
    gap: 8px 20px;
    padding: 8px 0 10px;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    margin: 0;
  }

  .nav a {
    flex: 1;
    justify-content: center;
  }

  .hero {
    min-height: 680px;
  }

  .hero-media {
    inset: 0;
    clip-path: none;
    background-position: 64% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 21, 33, .96) 0%, rgba(3, 21, 33, .84) 56%, rgba(3, 21, 33, .3)),
      linear-gradient(0deg, rgba(3, 21, 33, .48), transparent 55%);
  }

  .service-card {
    min-height: 360px;
    padding: 28px;
  }

  .split {
    gap: 42px;
  }

  .contact-inner {
    gap: 38px;
    padding: 50px;
  }
}

@media (max-width: 780px) {
  .header-inner {
    position: relative;
    flex-wrap: nowrap;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .header-tools {
    margin-left: auto;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    order: initial;
    width: auto;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 10px;
    border-radius: 0 0 18px 18px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 22px 38px rgba(3, 27, 43, .16);
    font-size: 15px;
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    flex: none;
    min-height: 48px;
    justify-content: flex-start;
    padding: 12px 16px;
    border-radius: 12px;
  }

  .container {
    width: min(100% - 32px, 1200px);
  }

  .hero-content::after {
    left: 0;
  }

  .stats-grid,
  .service-grid,
  .steps,
  .split,
  .faq-layout,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  body {
    padding-bottom: calc(100px + env(safe-area-inset-bottom));
  }

  .stats-grid {
    margin-top: 18px;
  }

  .stats-grid div {
    min-height: 96px;
    padding: 22px 28px;
  }

  .stats-grid div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .service-card {
    min-height: 0;
  }

.topic-card > span {
    margin-bottom: 32px;
  }

  .faq-layout {
    gap: 36px;
  }

  .faq-intro {
    position: static;
  }

  .icon {
    margin-bottom: 38px;
  }

  .section-muted .split {
    gap: 34px;
  }

  .steps {
    gap: 14px;
  }

  .steps::before {
    top: 50px;
    bottom: 50px;
    left: 54px;
    right: auto;
    width: 2px;
    height: auto;
    background: repeating-linear-gradient(0deg, rgba(14, 102, 153, .24) 0 8px, transparent 8px 15px);
  }

  .step {
    min-height: 0;
    padding: 26px 26px 26px 96px;
  }

  .step span {
    position: absolute;
    top: 28px;
    left: 27px;
    margin: 0;
  }

  .contact-inner {
    padding: 42px;
  }

  .mobile-call {
    position: fixed;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 30;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: var(--surface);
    background: var(--red-600);
    box-shadow: 0 18px 42px rgba(3, 21, 33, .3);
    font-size: 13px;
    font-weight: 750;
  }

  .mobile-call strong {
    font-size: 15px;
    white-space: nowrap;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 136px;
  }

  h1 {
    font-size: clamp(37px, 11.2vw, 52px);
    line-height: 1;
  }

  h2 {
    font-size: clamp(31px, 9vw, 41px);
  }

  .container {
    width: min(100% - 26px, 1200px);
  }

  .header-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 10px;
    padding: 7px 0;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .brand-logo {
    width: 174px;
    height: 58px;
  }

  .header-tools {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    margin-left: 0;
  }

  .menu-toggle {
    grid-column: 2;
    grid-row: 1;
  }

  .header-call {
    display: none;
  }

  .language-option {
    min-width: 44px;
    min-height: 44px;
    padding: 6px;
  }

  .nav {
    top: 100%;
    font-size: 15px;
  }

  .nav a {
    min-width: 0;
    min-height: 48px;
    padding: 12px 16px;
  }

  .hero {
    min-height: 660px;
    align-items: flex-end;
  }

  .hero::before {
    display: none;
  }

  .hero::after {
    display: none;
  }

  .hero-media {
    clip-path: none;
    background-position: center 18px;
    background-size: 100% auto;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(3, 21, 33, .99) 8%, rgba(3, 21, 33, .96) 50%, rgba(3, 21, 33, .58) 66%, rgba(3, 21, 33, .08) 100%),
      linear-gradient(90deg, rgba(3, 21, 33, .12), rgba(3, 21, 33, .02));
  }

  .hero-content {
    padding-block: 180px 80px;
  }

  .hero-content::after {
    bottom: 37px;
    font-size: 10px;
  }

  .hero-text {
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 9px;
  }

  .btn {
    width: 100%;
    min-height: 51px;
  }

  .emergency-inner {
    min-height: 96px;
    align-items: flex-start;
    gap: 14px;
    padding-block: 16px;
  }

  .emergency-inner p {
    font-size: 13px;
    line-height: 1.45;
  }

  .emergency-inner > a {
    min-width: 72px;
    margin-top: 2px;
    padding-inline: 12px;
    font-size: 23px;
  }

  .stats-grid strong {
    font-size: 32px;
  }

  .section {
    padding: 74px 0;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .search-heading > p:last-child {
    font-size: 16px;
  }

.search-tags {
    gap: 8px;
  }

  .search-tags span {
    min-height: 36px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .faq-list summary {
    min-height: 68px;
    padding: 17px 58px 17px 18px;
    font-size: 15px;
  }

  .faq-list summary::after {
    right: 16px;
    width: 30px;
    height: 30px;
  }

  .faq-list details p {
    padding: 0 18px 20px;
    font-size: 14px;
  }

  .service-card {
    padding: 26px;
    border-radius: 18px;
  }

  .icon {
    width: 54px;
    height: 54px;
    margin-bottom: 34px;
    border-radius: 15px;
  }

  .section-muted .split > div:first-child p:last-child {
    font-size: 16px;
  }

  .check-list p {
    padding-right: 16px;
    font-size: 14px;
  }

  .step {
    padding: 24px 20px 24px 86px;
    border-radius: 18px;
  }

  .step span {
    top: 24px;
    left: 21px;
  }

  .steps::before {
    left: 45px;
  }

  .contact {
    padding: 32px 0 48px;
  }

  .contact .container {
    width: calc(100% - 20px);
  }

  .contact-inner {
    gap: 30px;
    padding: 34px 22px 22px;
    border-radius: 24px;
  }

  .contact-panel {
    padding: 20px;
    border-radius: 18px;
  }

  .contact-form {
    padding: 21px;
    border-radius: 18px;
  }

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

  .form-field-full {
    grid-column: auto;
  }

  .contact-panel a {
    font-size: 17px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-links a,
  .text-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .legal-main {
    padding: 52px 0 82px;
  }

  .legal-wrap {
    width: min(100% - 26px, 900px);
  }

  .legal-heading {
    margin-bottom: 28px;
    padding-bottom: 24px;
  }

  .legal-heading h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .legal-card {
    padding: 24px 21px;
    border-radius: 18px;
  }
}

@media (max-width: 380px) {
  .brand-logo {
    width: 162px;
    height: 54px;
  }

  .language-option {
    min-width: 44px;
  }

  .nav a {
    padding-inline: 8px;
  }

  .hero {
    min-height: 690px;
  }

  .hero-content {
    padding-top: 170px;
  }

  .mobile-call {
    gap: 8px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .mobile-call strong {
    font-size: 13px;
  }
}

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

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

/* Release accessibility: avoid overlays while keeping telephone access in the header. */
.mobile-call { display: none !important; }
html { scroll-padding-bottom: 32px; }
:focus-visible { scroll-margin-block: 170px 40px; }
.section-muted :focus-visible, .routes-section :focus-visible, .site-footer :focus-visible { outline-color: #ffffff; }
.contact-panel a:focus-visible, .contact-form :focus-visible { outline-color: #09517c; }
@media (max-width: 780px) { .header-call { display: none; } body { padding-bottom: 0; } }
@media (max-height: 500px) { .site-header { position: relative; } }
.header-phone-icon { display: none; }
@media (max-width: 780px) { .header-phone-icon { display: inline-flex; align-items:center; gap:6px; min-height:44px; padding:6px 12px; border-radius:24px; background:#bd1420; color:#fff; font-size:13px; font-weight:700; } }

/* Social profiles */
.footer-inner { flex-wrap: wrap; }
.footer-social { display:flex; flex-wrap:wrap; gap:12px; width:100%; padding-top:18px; border-top:1px solid rgba(255,255,255,.2); }
.footer-social a { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:44px; padding:8px 16px; border:1px solid rgba(255,255,255,.4); border-radius:12px; color:#fff; font-weight:700; }
.footer-social a:hover { background:#0a3048; }
.footer-social a:focus-visible { outline:3px solid #fff; outline-offset:4px; }
.footer-social svg { flex-shrink:0; }
