/* ==================================================================
   XXLCargoTransport — site footer (xxl-pro-footer)
   Shared across every page. Container matches the site 1400 / 40px grid.
   ================================================================== */
.xxl-pro-footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 107, 0, .10), transparent 32%),
    radial-gradient(circle at 90% 20%, rgba(41, 112, 184, .12), transparent 30%),
    linear-gradient(135deg, #061221 0%, #081a31 52%, #030b15 100%);
  color: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  padding: 74px 0 34px;
}

.xxl-footer-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.xxl-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr 1fr .9fr 1.2fr;
  gap: 44px;
  align-items: start;
}

.xxl-logo {
  width: 188px;
  height: auto;
  margin-bottom: 26px;
}

.xxl-brand-text {
  color: #c3d1e3;
  font-size: 16px;
  line-height: 1.75;
  max-width: 360px;
}

.xxl-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.google-g {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.stars {
  color: #ffc400;
  letter-spacing: 2px;
  font-size: 20px;
}

.xxl-small {
  color: #94a8bf;
  margin-top: 10px;
  font-size: 13px;
}

.xxl-brand-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.xxl-btn {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.xxl-btn-primary {
  background: #ff6b00;
  color: #fff;
  box-shadow: 0 14px 34px rgba(255, 107, 0, .28);
}

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

.xxl-btn-outline {
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
}

.xxl-btn-outline:hover {
  border-color: #ff6b00;
}

.xxl-footer-col h3,
.xxl-footer-contact h3,
.xxl-seo-footer h3 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 30px;
  position: relative;
}

.xxl-footer-col h3::after,
.xxl-footer-contact h3::after,
.xxl-seo-footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 44px;
  height: 3px;
  background: #ff6b00;
  border-radius: 999px;
}

.xxl-footer-col a {
  display: block;
  color: #d1deee;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 17px;
}

.xxl-footer-col a:hover,
.xxl-footer-contact a:hover,
.xxl-footer-bottom a:hover,
.xxl-route-grid a:hover {
  color: #ff6b00;
}

.xxl-footer-contact p {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  color: #c3d1e3;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.xxl-footer-contact a {
  color: #fff;
  text-decoration: none;
}

.xxl-svg-icon svg {
  width: 21px;
  height: 21px;
  stroke: #ff6b00;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.xxl-trust-bar {
  margin-top: 58px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  background: rgba(255, 255, 255, .035);
}

.xxl-trust-bar div {
  border-right: 1px solid rgba(255, 255, 255, .10);
  padding-right: 18px;
}

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

.xxl-trust-bar span {
  display: block;
  color: #ff6b00;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 6px;
}

.xxl-trust-bar strong {
  display: block;
  font-size: 16px;
}

.xxl-trust-bar p {
  margin: 6px 0 0;
  color: #9db0c8;
  font-size: 14px;
}

.xxl-seo-footer {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 44px;
  margin-top: 54px;
}

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

.xxl-route-grid a {
  color: #d1deee;
  text-decoration: none;
  font-size: 15px;
}

.xxl-question-card {
  border: 1px solid rgba(255, 107, 0, .45);
  border-radius: 24px;
  padding: 28px;
  background: rgba(255, 107, 0, .055);
}

.xxl-question-card h3 {
  margin-bottom: 12px;
}

.xxl-question-card p {
  color: #c3d1e3;
}

.xxl-question-card strong {
  display: block;
  color: #ff6b00;
  font-size: 24px;
  margin: 18px 0 22px;
}

.xxl-question-card a {
  display: inline-flex;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  background: #ff6b00;
  color: #fff;
  text-decoration: none;
  align-items: center;
  font-weight: 900;
}

.xxl-footer-bottom {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #98abc3;
  font-size: 14px;
}

.xxl-footer-bottom p {
  margin: 0;
}

.xxl-footer-bottom div {
  display: flex;
  gap: 28px;
}

.xxl-footer-bottom a {
  color: #c6d4e6;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .xxl-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .xxl-seo-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .xxl-footer-wrap {
    padding: 0 20px;
  }

  .xxl-footer-grid,
  .xxl-trust-bar,
  .xxl-route-grid {
    grid-template-columns: 1fr;
  }

  .xxl-trust-bar div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 0 0 16px;
  }

  .xxl-trust-bar div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .xxl-footer-bottom {
    flex-direction: column;
  }

  .xxl-footer-bottom div {
    flex-direction: column;
    gap: 10px;
  }

  .xxl-brand-actions {
    flex-direction: column;
  }
}
