html {
  height: auto !important;
  scroll-behavior: auto !important;
  overflow-x: clip !important;
  overflow-y: scroll !important;
  overscroll-behavior-y: auto !important;
}

body,
main {
  min-height: 100% !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
  overscroll-behavior: auto !important;
}

/* Interactive elements keep their position under the mouse pointer. */
.button,
.paper-cta,
.service-card,
.channel-card,
.price-row {
  transform: none !important;
  transition-property: background-color, border-color, color, box-shadow !important;
}

.button:hover,
.button:focus-visible,
.paper-cta:hover,
.paper-cta:focus-visible,
.service-card:hover,
.service-card:focus-within,
.channel-card:hover,
.channel-card:focus-visible {
  transform: none !important;
}

.price-row:hover {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.quote-form { cursor: default !important; }
.quote-form input:not([type="radio"]):not([type="checkbox"]):not([type="file"]) { cursor: text !important; }
.quote-form select,
.quote-form button,
.quote-form input[type="radio"],
.quote-form input[type="checkbox"],
.quote-form input[type="file"],
.quote-form input::file-selector-button { cursor: pointer !important; }

.manager-call {
  display: inline-flex;
}

.manager-phone-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(9, 24, 36, 0.7);
}

.manager-phone-dialog {
  position: relative;
  width: min(440px, 100%);
  padding: 42px 30px 30px;
  border-radius: 18px;
  background: #fff;
  color: #10293d;
  text-align: center;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.manager-phone-dialog p {
  margin: 0 0 14px;
  color: #526a78;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.manager-phone-dialog strong {
  display: block;
  color: #c01718;
  font-size: clamp(28px, 5vw, 38px);
  line-height: 1.15;
}

.manager-phone-dialog small {
  display: block;
  margin-top: 14px;
  color: #607582;
  font-size: 13px;
}

.manager-phone-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #eef4f5;
  color: #10293d;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.manager-phone-done {
  min-height: 46px;
  margin-top: 24px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #10293d;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.form-status {
  position: fixed;
  top: 88px;
  left: 50%;
  z-index: 1100;
  width: min(620px, calc(100vw - 28px));
  margin: 0;
  padding: 15px 18px;
  transform: translateX(-50%);
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  text-align: center;
  box-shadow: 0 16px 44px rgba(16, 41, 61, .24);
}

.form-status-success { background: #1f6b4f; }
.form-status-error { background: #a51419; }

.personal-upload-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(380px, 1.25fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
  padding: 64px clamp(22px, 7vw, 110px);
  background: #10293d;
  color: #fff;
  scroll-margin-top: 22px;
}

.personal-upload-section > div {
  padding-top: 22px;
}

.personal-upload-section h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
}

.personal-upload-section > div > p:last-child {
  max-width: 520px;
  margin: 20px 0 0;
  color: #cfdae0;
  line-height: 1.65;
}

.personal-upload-form input[type="hidden"] {
  display: none;
}

.route-map-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
  gap: 28px;
  align-items: stretch;
  padding: 54px clamp(22px, 5vw, 76px);
  background: #eef4f5;
  color: #10293d;
}

.route-map-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 0;
}

.route-map-eyebrow {
  margin: 0 0 10px;
  color: #c01718;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.route-map-copy h2 {
  margin: 0;
  max-width: 560px;
  color: #10293d;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.04;
}

.route-map-copy > p:not(.route-map-eyebrow) {
  margin: 18px 0 0;
  max-width: 500px;
  color: #526a78;
  font-size: 15px;
  line-height: 1.6;
}

.route-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 26px;
}

.route-map-button,
.route-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.route-map-button {
  padding: 0 22px;
  background: #c01718;
  color: #fff;
  box-shadow: 0 12px 28px rgba(192, 23, 24, 0.22);
}

.route-map-button:hover,
.route-map-button:focus-visible {
  background: #9f1015;
}

.route-map-link {
  color: #10293d;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.route-map-frame {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(16, 41, 61, 0.12);
  border-radius: 20px;
  background: #dce7e9;
  box-shadow: 0 20px 48px rgba(16, 41, 61, 0.13);
  contain: layout paint;
}

.route-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 0;
}

@media (max-width: 820px) {
  .hero-whatsapp-link,
  a[href^="https://wa.me/"] {
    display: none !important;
  }

  .route-map-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 38px 18px 112px;
  }

  .personal-upload-section {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 42px 18px 72px;
  }

  .personal-upload-section > div {
    padding-top: 0;
  }

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

  .route-map-button,
  .route-map-link {
    width: 100%;
  }

  .route-map-link {
    min-height: 42px;
  }

  .route-map-frame,
  .route-map-frame iframe {
    min-height: 310px;
  }

  #mobile-direct-call {
    position: fixed !important;
    left: 50% !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    z-index: 900 !important;
    display: flex !important;
    width: min(390px, calc(100vw - 28px)) !important;
    min-height: 54px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    transform: translateX(-50%) !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    border-radius: 999px !important;
    background: #c01718 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
    box-shadow: 0 12px 34px rgba(69,20,20,.34) !important;
    touch-action: manipulation;
  }
}

@media (min-width: 821px) {
  #mobile-direct-call { display: none !important; }
}

@media (max-width: 380px) {
  .route-map-copy h2 {
    font-size: 28px;
  }

  .route-map-frame,
  .route-map-frame iframe {
    min-height: 280px;
  }
}
