/* Shared Italian footer, matched to /it/contact-us.html. */
.contact-footer-zone {
  --contact-footer-bg: #f9f9f9;
  --contact-footer-text: var(--ink);
  --contact-footer-muted: var(--copy);
  --contact-footer-divider: var(--line);
  color: var(--contact-footer-text);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.7;
  background: var(--canvas);
}

html[data-theme="dark"] .contact-footer-zone {
  --contact-footer-bg: var(--soft);
  color-scheme: dark;
}

.contact-footer-zone *,
.contact-footer-zone *::before,
.contact-footer-zone *::after {
  box-sizing: border-box;
}

.contact-footer-zone .container {
  width: 100%;
  max-width: 1340px;
  margin-inline: auto;
  padding-inline: 25px;
}

.contact-footer-zone .footer-cta-section {
  margin-top: 0;
  background: transparent !important;
}

.contact-footer-zone .footer-cta {
  margin-inline: auto;
  text-align: center;
}

.contact-footer-zone .footer-cta .eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #ff7446;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  text-align: center;
}

.contact-footer-zone .footer-cta .section-h {
  margin: 0;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
  text-align: center;
}

.contact-footer-zone .footer-cta-p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-footer-zone .cta-grid {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}

.contact-footer-zone .app-store-cta,
.contact-footer-zone .google-play-cta {
  display: inline-flex;
  align-items: center;
  max-width: 240px;
  padding: 20px 50px;
  border: 3px solid #ebecf2;
  border-bottom-width: 5px;
  border-radius: 32px;
}

.contact-footer-zone .app-store-cta img,
.contact-footer-zone .google-play-cta img {
  display: block;
  width: 100%;
  height: 37px;
}

.contact-footer-zone .web-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  color: #464754;
  font-size: 14px;
  text-align: center;
}

.contact-footer-zone .web-cta a {
  color: inherit;
  text-decoration: underline;
}

html[data-theme="dark"] .contact-footer-zone .app-store-cta,
html[data-theme="dark"] .contact-footer-zone .google-play-cta {
  border-color: var(--line);
}

html[data-theme="dark"] .contact-footer-zone .app-store-cta img,
html[data-theme="dark"] .contact-footer-zone .google-play-cta img {
  filter: invert(1);
}

html[data-theme="dark"] .contact-footer-zone .web-cta {
  color: var(--ink);
}

.contact-footer-zone .footer-decoration {
  display: block;
  width: 100%;
  margin: 0;
  aspect-ratio: 1919 / 452;
  background: var(--contact-footer-bg);
  -webkit-mask: url("/assets/footer-decoration.svg") center / 100% 100% no-repeat;
  mask: url("/assets/footer-decoration.svg") center / 100% 100% no-repeat;
}

.contact-footer-zone footer {
  background: var(--contact-footer-bg);
}

/* theme.css applies an important background to every footer child. */
.contact-footer-zone footer > div {
  background: transparent !important;
}

/* Keep the original black store badges and SVG colours in either theme. */
html .contact-footer-zone img {
  opacity: 1 !important;
}

.contact-footer-zone .footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
  width: 100%;
}

.contact-footer-zone .footer__col-title {
  margin: 0 0 16px;
  color: var(--contact-footer-text);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.contact-footer-zone .footer__col-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-footer-zone .footer__col-links a {
  color: var(--contact-footer-muted);
  font-size: 13.5px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.15s ease;
}

.contact-footer-zone .footer__col-links a:hover {
  color: var(--contact-footer-text);
}

.contact-footer-zone .footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid var(--contact-footer-divider);
}

.contact-footer-zone .footer__bottom p {
  margin: 0;
  color: var(--contact-footer-muted);
  font-size: 12.5px;
}

.contact-footer-zone .footer-spacer {
  height: 250px;
}

@media (min-width: 768px) {
  .contact-footer-zone .container {
    padding-inline: 65px;
  }
}

@media (min-width: 1024px) {
  .contact-footer-zone .container {
    padding-inline: 115px;
  }
}

@media (min-width: 1440px) {
  .contact-footer-zone .container {
    padding-inline: 50px;
  }
}

@media (max-width: 1200px) {
  .contact-footer-zone .footer-cta .section-h {
    font-size: 38px;
  }
}

@media (max-width: 860px) {
  .contact-footer-zone .footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }
}

@media (max-width: 520px) {
  .contact-footer-zone .footer-cta .section-h {
    font-size: 24px;
  }

  .contact-footer-zone .cta-grid {
    display: block;
    text-align: center;
  }

  .contact-footer-zone .app-store-cta,
  .contact-footer-zone .google-play-cta {
    width: 246px;
    height: 78px;
  }

  .contact-footer-zone .app-store-cta {
    margin-bottom: 16px;
  }

  .contact-footer-zone .footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-footer-zone .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 48px;
  }

  .contact-footer-zone .web-cta {
    margin-bottom: 48px;
  }
}
