
/* Euroasia site-wide footer */
.euro-footer,
.euro-footer * {
  box-sizing: border-box;
}

.euro-footer {
  position: relative;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  color: #294653;
}

.euro-footer-container {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.euro-footer-main {
  position: relative;
  padding: 0 0 48px;
  overflow: hidden;
  border-top: 1px solid rgba(25, 67, 88, .075);
  background:
    radial-gradient(circle at 88% 16%, rgba(17,147,212,.075), transparent 28%),
    linear-gradient(180deg, #f7fcfe 0%, #edf7fb 100%);
}

.euro-footer-main::before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -210px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(17,147,212,.07), rgba(17,147,212,0) 68%);
  pointer-events: none;
}

/* Footer CTA */
.euro-footer-cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  min-height: 132px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(34, 72, 91, .09);
}

.euro-footer-cta > div {
  display: grid;
  gap: 8px;
}

.euro-footer-cta > div > span {
  color: var(--euroasia-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.euro-footer-cta h2 {
  margin: 0;
  color: #1f3b49;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.euro-footer-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  background: var(--euroasia-accent);
  color: var(--euroasia-white);
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 0 9px 22px rgba(17,147,212,.18);
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.euro-footer-cta-link:hover {
  transform: translateY(-1px);
  background: #0e86c0;
  box-shadow: 0 12px 26px rgba(17,147,212,.23);
}

.euro-footer-cta-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Main grid */
.euro-footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.6fr .72fr 1fr 1.15fr;
  gap: 58px;
  padding-top: 48px;
}

.euro-footer-brand > a {
  display: inline-block;
  text-decoration: none;
}

.euro-footer-brand img {
  display: block;
  width: 330px;
  max-width: 100%;
  height: auto;
  margin: -26px 0 -24px -33px;
  mix-blend-mode: multiply;
}

.euro-footer-brand p {
  max-width: 390px;
  margin: 4px 0 22px;
  color: #6d818c;
  font-size: 12px;
  line-height: 1.75;
}

.euro-footer-route {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17,147,212,.07);
  color: #50707f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.euro-footer-route b {
  color: var(--euroasia-accent);
  font-size: 14px;
  font-weight: 500;
}

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

.euro-footer-column h3 {
  margin: 2px 0 18px;
  color: #284653;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.euro-footer-column a {
  position: relative;
  margin: 0 0 12px;
  color: #69808b;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
  transition:
    color 150ms ease,
    transform 150ms ease;
}

.euro-footer-column a:hover {
  color: var(--euroasia-accent);
  transform: translateX(2px);
}

.euro-footer-contact p {
  margin: 0 0 12px;
  color: #718590;
  font-size: 11px;
  line-height: 1.7;
}

.euro-footer-contact > span {
  margin-top: 4px;
  color: #94a3aa;
  font-size: 9.5px;
  line-height: 1.5;
}

/* Bottom strip */
.euro-footer-bottom {
  background: #102c3a;
  color: rgba(255,255,255,.58);
}

.euro-footer-bottom-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 9.5px;
  letter-spacing: .025em;
}

/* Override any legacy footer rules */
.euro-footer .brand,
.euro-footer .footer-brand,
.euro-footer .footer-grid,
.euro-footer .footer-bottom {
  all: unset;
}

@media (max-width: 980px) {
  .euro-footer-grid {
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 42px;
  }

  .euro-footer-contact {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    gap: 18px 34px;
    padding-top: 24px;
    border-top: 1px solid rgba(34,72,91,.08);
  }

  .euro-footer-contact h3 {
    grid-column: 1 / -1;
    margin-bottom: 2px;
  }

  .euro-footer-contact p {
    margin: 0;
  }

  .euro-footer-contact > span {
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  .euro-footer-container {
    width: calc(100% - 28px);
  }

  .euro-footer-main {
    padding-bottom: 38px;
  }

  .euro-footer-cta {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    padding: 34px 0;
  }

  .euro-footer-cta-link {
    width: 100%;
  }

  .euro-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 28px;
    padding-top: 38px;
  }

  .euro-footer-brand {
    grid-column: 1 / -1;
  }

  .euro-footer-brand img {
    width: 300px;
  }

  .euro-footer-brand p {
    max-width: 100%;
  }

  .euro-footer-contact {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .euro-footer-contact h3 {
    margin-bottom: 8px;
  }

  .euro-footer-contact a {
    margin-bottom: 4px;
  }

  .euro-footer-bottom-inner {
    min-height: 64px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .euro-footer *,
  .euro-footer *::before,
  .euro-footer *::after {
    transition: none !important;
  }
}


/* Refined vertical spacing between footer logo and Europe ↔ China */
.euro-footer-brand .euro-footer-route {
  margin-top: 26px;
}


/* Align "Europe" with the visible left edge of the footer globe */
.euro-footer-brand .euro-footer-route {
  margin-left: 11px;
}

@media (max-width: 700px) {
  .euro-footer-brand .euro-footer-route {
    margin-left: 6px;
  }
}


/* Sharper, slightly more pronounced footer typography */
.euro-footer-column h3 {
  color: #203f4d;
  font-weight: 700;
}

.euro-footer-column a {
  color: #536f7c;
  font-weight: 600;
}

.euro-footer-contact p {
  color: #58727e;
  font-weight: 500;
}

.euro-footer-contact > span {
  color: #718892;
  font-weight: 500;
}

.euro-footer-route {
  color: #3f6474;
  font-weight: 700;
}

.euro-footer-bottom {
  color: rgba(255,255,255,.72);
}

.euro-footer-bottom-inner {
  font-weight: 500;
}


/* Very slight footer typography size increase */
.euro-footer-column h3 {
  font-size: 10.5px;
}

.euro-footer-column a {
  font-size: 12px;
}

.euro-footer-contact p {
  font-size: 11.5px;
}

.euro-footer-contact > span {
  font-size: 10px;
}

.euro-footer-route {
  font-size: 9.5px;
}

.euro-footer-bottom-inner {
  font-size: 10px;
}


.euro-footer-route {
  position: relative;
  display: inline-grid !important;
  grid-template-columns: auto 28px auto;
  align-items: stretch;
  gap: 0 !important;
  min-height: 32px;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 999px;
  background: transparent !important;
  box-shadow: 0 5px 14px rgba(31, 70, 92, .10);
  color: var(--euroasia-white);
}

.euro-footer-route span {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  color: var(--euroasia-white) !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

/* Europe half */
.euro-footer-route span:first-child {
  background: var(--euroasia-accent);
  padding-right: 11px;
}

/* China half */
.euro-footer-route span:last-child {
  background: #FA0000;
  padding-left: 11px;
}

/* Center bridge / arrow */
.euro-footer-route b {
  display: grid;
  place-items: center;
  min-height: 32px;
  margin: 0;
  background:
    linear-gradient(90deg, var(--euroasia-accent) 0 50%, #FA0000 50% 100%);
  color: var(--euroasia-white) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}


@media (max-width: 700px) {
  .euro-footer-brand p {
    font-size: 14px !important;
    line-height: 1.72 !important;
  }

  .euro-footer-column h3 {
    font-size: 12px !important;
    letter-spacing: .11em !important;
  }

  .euro-footer-column a {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 13px !important;
  }

  .euro-footer-contact p {
    font-size: 14px !important;
    line-height: 1.68 !important;
  }

  .euro-footer-contact > span {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  .euro-footer-route span {
    font-size: 10px !important;
  }

  .euro-footer-bottom-inner {
    font-size: 11.5px !important;
    line-height: 1.45 !important;
  }

  .euro-footer-cta-link {
    font-size: 13px !important;
  }
}
