/* Homepage contact and footer: scoped to preserve other landing pages. */
.home-contact {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px 72px;
  padding: clamp(28px, 5vw, 72px);
  text-align: left;
  background: #111110;
}
.home-contact .home-contact-label {
  margin: 0 0 20px;
  color: #c0b7ac;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-contact h2 { margin: 0; font-size: clamp(44px, 5.4vw, 82px); line-height: .98; max-width: 16ch; }
.home-contact-actions { align-self: center; display: grid; gap: 0; min-width: 0; }
.home-contact-actions .btn { display: flex; justify-content: space-between; gap: 20px; width: 100%; margin-bottom: 22px; padding: 18px 24px; border-radius: 10px; }
.home-contact-direct { display: grid; grid-template-columns: 70px 1fr auto; gap: 16px; align-items: center; padding: 17px 0; border-bottom: 1px solid #383632; color: #f7f3ec; text-decoration: none; font-size: 16px; }
.home-contact-direct > span:first-child { color: #b9b2a8; font-size: 14px; }
.home-contact-direct strong { font-weight: 500; overflow-wrap: anywhere; }
.home-contact-direct:hover { color: #ff914d; }
.home-contact-location { grid-column: 1 / -1; display: flex; gap: 30px; align-items: baseline; padding-top: 24px; border-top: 1px solid #383632; }
.home-contact-location .home-contact-label { margin: 0; flex-shrink: 0; }
.home-contact-location address { color: #eee8de; font-size: 16px; font-style: normal; }
.home-contact-location address span { color: #b9b2a8; margin-left: 16px; }
.home-footer { padding-top: 0; }
.home-footer a { color: inherit; text-decoration: none; }
.home-footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
.home-ecosystem { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.home-footer-label { color: var(--muted); font-size: 14px; text-transform: uppercase; letter-spacing: .12em; }
.home-ecosystem-links { display: flex; gap: clamp(24px, 4vw, 64px); flex-wrap: wrap; }
.home-ecosystem-links a { display: flex; align-items: center; gap: 16px; font-size: 17px; font-weight: 700; }
.home-ecosystem-links a span { color: #8c7b69; font-weight: 400; }
.home-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; color: var(--muted); font-size: 14px; }
.home-footer-bottom p { margin: 0; font-size: inherit; }
.home-legal { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 14px; font-size: 14px; color: var(--muted); }
.home-contact a:focus-visible, .home-footer a:focus-visible { outline: 2px solid #e96919; outline-offset: 5px; }
@media (max-width: 760px) {
  .home-contact { grid-template-columns: 1fr; gap: 30px; }
  .home-contact h2 { font-size: clamp(44px, 9vw, 64px); }
  .home-contact-location { flex-direction: column; gap: 12px; }
  .home-contact-location address span { display: block; margin: 5px 0 0; }
  .home-ecosystem { align-items: flex-start; flex-direction: column; }
  .home-ecosystem-links { width: 100%; gap: 0; flex-direction: column; }
  .home-ecosystem-links a { justify-content: space-between; padding: 12px 0; }
  .home-footer-bottom { flex-direction: column; gap: 10px; }
}
@media (max-width: 380px) {
  .home-contact-direct { grid-template-columns: 1fr auto; gap: 6px; }
  .home-contact-direct > span:first-child { grid-column: 1 / -1; }
}

.hero h1 .hero-title-cities {
  display: block;
  margin-top: .65em;
  font-size: .28em;
  line-height: 1.15;
  letter-spacing: .04em;
  font-style: normal;
  color: #fff;
}
