:root {
  --ink: #172027;
  --muted: #5a6670;
  --line: #d9e0e6;
  --paper: #ffffff;
  --soft: #f3f6f2;
  --mist: #eef5f1;
  --green: #174f38;
  --green-2: #246a4d;
  --amber: #f0b24a;
  --red: #b3322e;
  --blue: #1d5f90;
  --shadow: 0 18px 42px rgba(23, 32, 39, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0, #ffffff 520px, #f8faf8 100%);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body::selection {
  background: #cfe6db;
  color: var(--ink);
}

img,
svg {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(23, 32, 39, 0.06);
}

.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 76px;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 184px;
  height: auto;
  transition: transform 180ms ease;
}

.brand:hover img {
  transform: translateY(-1px);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
}

.site-nav a {
  position: relative;
  border-radius: 8px;
  padding: 10px 11px;
  text-decoration: none;
  color: #2f3b43;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: var(--soft);
  color: var(--green);
}

.site-nav a:hover {
  transform: translateY(-1px);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-phone {
  border-radius: 8px;
  padding: 11px 14px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-phone:hover {
  transform: translateY(-2px);
  background: var(--green-2);
  box-shadow: 0 10px 24px rgba(23, 79, 56, 0.22);
}

.mobile-call-button {
  display: none;
}

.mobile-call-icon,
.mobile-call-icon svg {
  display: block;
  width: 34px;
  height: 34px;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  z-index: 0;
  background: linear-gradient(180deg, transparent, rgba(23, 32, 39, 0.32));
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(10, 25, 20, 0.86), rgba(10, 25, 20, 0.56) 43%, rgba(10, 25, 20, 0.12)),
    image-set(
      url("../img/hero-bus-960.webp") 1x,
      url("../img/hero-bus-1400.webp") 2x
    );
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.02);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 88px 0 120px;
  animation: heroIntro 650ms ease both;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffe1a5;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

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

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.26);
}

h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: 0;
}

h3 {
  margin: 12px 0 6px;
  font-size: 22px;
}

.lead {
  max-width: 680px;
  margin: 22px 0 0;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.88);
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 13px 20px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(23, 32, 39, 0.18);
}

.button:hover::after {
  transform: translateX(120%);
}

.button.primary {
  background: linear-gradient(135deg, #f6c464, var(--amber));
  color: #241806;
  box-shadow: 0 14px 30px rgba(240, 178, 74, 0.24);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  transform: translateY(-54px);
  background: var(--line);
  box-shadow: var(--shadow);
  border-radius: 8px;
  overflow: hidden;
}

.trust-strip div {
  position: relative;
  min-height: 108px;
  padding: 28px 22px 22px;
  background: #fff;
  border-right: 1px solid var(--line);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip div::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 18px;
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--amber));
}

.trust-strip div:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(23, 32, 39, 0.12);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span {
  margin-top: 4px;
  color: var(--muted);
}

.overview {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  padding: 30px 0 44px;
}

.overview,
.services-section,
.partners-section,
.regions-section,
.service-visual,
.directions-map-section,
.route-cards-heading,
.route-cards,
.content-band,
.faq,
.contact-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 440px;
}

.overview p,
.split p,
.contact-section p,
.site-footer p {
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 16px 18px 16px 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fbfdfb);
  box-shadow: 0 10px 22px rgba(23, 32, 39, 0.05);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--green-2);
  box-shadow: inset 0 0 0 4px #dfeee7;
}

.services-section {
  padding: 8px 0 64px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.service-card {
  position: relative;
  overflow: hidden;
  grid-column: span 2;
  min-height: 196px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(23, 79, 56, 0.06), rgba(240, 178, 74, 0.08)),
    #fff;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.service-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--amber));
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 79, 56, 0.28), transparent);
}

.service-card:nth-last-child(2):nth-child(4),
.service-card:last-child:nth-child(5) {
  grid-column: span 3;
}

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

.service-card h3 {
  margin-top: 0;
}

.service-card p {
  color: var(--muted);
}

.partners-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: center;
  padding: 0 0 72px;
}

.partners-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.partners-list a {
  display: grid;
  min-height: 82px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fbfdfb);
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.partners-list a:hover {
  transform: translateY(-4px);
  border-color: #bdd2c6;
  box-shadow: 0 12px 28px rgba(23, 32, 39, 0.1);
}

.regions-section {
  padding: 0 0 76px;
}

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

.region-card {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fbfdfb);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(23, 32, 39, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.region-card strong {
  color: var(--green);
  font-size: 20px;
}

.region-card span {
  color: var(--muted);
}

.region-card:hover {
  transform: translateY(-4px);
  border-color: #bdd2c6;
  box-shadow: var(--shadow);
}

.service-visual {
  padding-bottom: 76px;
  overflow: hidden;
  border-radius: 8px;
}

.service-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 260px;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform 420ms ease, filter 420ms ease;
}

.service-visual:hover img {
  transform: scale(1.012);
  filter: saturate(1.05) contrast(1.02);
}


.directions-map-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 30px;
  align-items: center;
  padding: 0 0 76px;
}

.directions-map-section p:not(.eyebrow) {
  color: var(--muted);
}

.directions-map-section img {
  display: block;
  width: 100%;
  min-height: 390px;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  box-shadow: 0 16px 38px rgba(23, 32, 39, 0.12);
}

.directions-map-section img {
  height: auto;
  min-height: 0;
  aspect-ratio: 5 / 3;
  object-fit: contain;
}


.route-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-bottom: 82px;
}

.route-cards-heading {
  padding-bottom: 18px;
}

.route-cards-heading h2 {
  max-width: 760px;
}

.policy-section {
  display: grid;
  gap: 18px;
  padding: 0 0 82px;
}

.policy-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(23, 32, 39, 0.06);
}

.policy-block h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 3vw, 34px);
}

.policy-block ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.policy-block li {
  color: var(--muted);
}

.route-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fbfdfb);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.route-card::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mist);
  color: var(--green);
  font-weight: 900;
  transition: transform 200ms ease, background 200ms ease, color 200ms ease;
}

.route-card:hover {
  transform: translateY(-6px);
  border-color: #bfd3c8;
  box-shadow: var(--shadow);
}

.route-card:hover::after {
  transform: translateX(3px);
  background: var(--green);
  color: #fff;
}

.route-card p {
  color: var(--muted);
}

.route-card a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--mist);
  font-weight: 800;
  color: var(--green);
  text-decoration: none;
}

.flag-art {
  width: 72px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 18px rgba(23, 32, 39, 0.1);
  transition: transform 220ms ease;
}

.route-card:hover .flag-art {
  transform: rotate(-1deg) scale(1.04);
}

.flag-art[data-country="niemcy"] {
  background: linear-gradient(#111 0 33.33%, #d01822 33.33% 66.66%, #ffce00 66.66%);
}

.flag-art[data-country="holandia"] {
  background: linear-gradient(#ae1c28 0 33.33%, #fff 33.33% 66.66%, #21468b 66.66%);
}

.flag-art[data-country="belgia"] {
  background: linear-gradient(90deg, #111 0 33.33%, #fdda24 33.33% 66.66%, #ef3340 66.66%);
}

.flag-art[data-country="anglia"] {
  background:
    linear-gradient(90deg, transparent 42%, #c8102e 42% 58%, transparent 58%),
    linear-gradient(transparent 38%, #c8102e 38% 62%, transparent 62%),
    #fff;
}

.content-band {
  padding: 62px 0;
  background: linear-gradient(180deg, var(--soft), #f8fbf7);
  border-top: 1px solid #e5ece2;
}

.content-band:nth-of-type(even) {
  background: #fff;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 54px;
  align-items: start;
}

.faq {
  padding: 84px 0;
}

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

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

details[open],
details:hover {
  border-color: #bdd2c6;
  box-shadow: 0 10px 24px rgba(23, 32, 39, 0.08);
}

summary {
  font-weight: 800;
  cursor: pointer;
}

details p {
  color: var(--muted);
}

.contact-section {
  padding: 84px 0;
  background:
    linear-gradient(135deg, #123f2d, var(--green) 48%, #102d24);
  color: #fff;
}

.contact-section .eyebrow,
.contact-section p {
  color: #dcefe7;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
}

.contact-options {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.price-notice {
  margin: 18px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(240, 178, 74, 0.42);
  border-radius: 8px;
  background: rgba(240, 178, 74, 0.12);
  color: #fff8e8 !important;
  font-weight: 800;
}

.contact-options a {
  display: inline-flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22);
  position: relative;
}

.contact-form button:disabled {
  opacity: 0.78;
  cursor: wait;
}

.contact-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--amber), #8bd0a9, var(--blue));
}

.contact-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  min-width: 0;
}

input,
textarea {
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--ink);
  font: inherit;
  line-height: 1.3;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input[type="date"] {
  min-width: 0;
  appearance: auto;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--green-2);
  background: #fbfdfb;
  box-shadow: 0 0 0 4px rgba(36, 106, 77, 0.12);
}

textarea {
  resize: vertical;
}

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

.consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: start;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600 !important;
}

.consent span {
  display: block;
  min-width: 0;
}

.consent input {
  width: 18px;
  max-width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.consent a {
  color: var(--green);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

.consent a:hover {
  color: var(--green-2);
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--green) !important;
  font-weight: 800;
}

.form-note.is-error {
  color: var(--red) !important;
}

.spam-check {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.site-footer {
  padding: 42px 0;
  background: #12191f;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 32px;
}

.footer-grid a,
.footer-grid strong {
  display: block;
}

.footer-grid a {
  margin-top: 6px;
  color: #d9e0e6;
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroIntro {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.02) translateX(0);
  }
  to {
    transform: scale(1.06) translateX(14px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .hero-media,
  .hero-inner,
  .reveal {
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 980px) {
  .nav-wrap {
    grid-template-columns: auto auto auto;
  }

  .menu-button {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 14px 16px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 13px 16px;
  }

  .header-phone {
    justify-self: end;
  }

  .hero {
    min-height: 620px;
  }

  .trust-strip,
  .route-cards,
  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .overview,
  .split,
  .contact-grid,
  .partners-section,
  .directions-map-section,

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

  .service-card {
    grid-column: auto;
  }

  .service-card:nth-last-child(2):nth-child(4),
  .service-card:last-child:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 820px) {
  .overview,
  .split,
  .contact-grid,
  .partners-section,
  .directions-map-section,
  .services-grid,
  .regions-grid,
  .partners-list,
  .footer-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .overview > *,
  .split > *,
  .contact-grid > *,
  .partners-section > *,
  .directions-map-section > *,
  .form-row > * {
    min-width: 0;
    width: 100%;
  }

  .service-card,
  .service-card:nth-last-child(2):nth-child(4),
  .service-card:last-child:nth-child(5) {
    grid-column: 1 / -1;
  }

  .contact-grid,
  .directions-map-section,
  .partners-section,
  .regions-grid {
    gap: 20px;
  }

  .directions-map-section img {
    min-height: 0;
    aspect-ratio: 5 / 3;
    object-fit: contain;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 24px, 1160px);
  }

  .brand img {
    width: 148px;
  }

  .header-phone {
    padding: 10px 11px;
    font-size: 14px;
  }

  .hero {
    min-height: 590px;
  }

  .hero-media {
    background-image:
      linear-gradient(180deg, rgba(10, 25, 20, 0.88), rgba(10, 25, 20, 0.55)),
      image-set(
        url("../img/hero-bus-960.webp") 1x,
        url("../img/hero-bus-1400.webp") 2x
      );
    animation: none;
    transform: none;
  }

  .site-header {
    backdrop-filter: none;
  }

  .hero-inner {
    padding: 72px 0 104px;
  }

  h1 {
    font-size: 42px;
  }

  .lead {
    font-size: 18px;
  }

  .trust-strip,
  .route-cards,
  .faq-grid,
  .overview,
  .split,
  .contact-grid,
  .partners-section,
  .directions-map-section,
  .footer-grid,
  .form-row,
  .services-grid,
  .regions-grid,
  .partners-list {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    transform: translateY(-36px);
  }

  .contact-form {
    padding: 18px;
  }

  .service-visual {
    padding-bottom: 48px;
  }

  .service-visual img {
    min-height: 220px;
    aspect-ratio: 4 / 3;
  }

  input,
  textarea {
    font-size: 16px;
  }

  input[type="date"] {
    min-height: 48px;
    padding-right: 8px;
  }

  .consent {
    grid-template-columns: 20px minmax(0, 1fr) !important;
    font-size: 13px;
  }

  .directions-map-section {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 48px;
  }

  .directions-map-section img {
    min-height: 0;
    aspect-ratio: 5 / 3;
    object-fit: contain;
  }

  .mobile-call-button {
    position: fixed;
    right: 18px;
    bottom: max(20px, env(safe-area-inset-bottom));
    z-index: 30;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #e1251b;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(225, 37, 27, 0.42), 0 0 0 7px rgba(225, 37, 27, 0.14);
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
  }

  .mobile-call-button span:not(.mobile-call-icon) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .mobile-call-button:active {
    transform: translateY(1px);
    background: #b3322e;
    box-shadow: 0 10px 22px rgba(179, 50, 46, 0.34), 0 0 0 5px rgba(179, 50, 46, 0.14);
  }
}
