/* Contato — overrides only; keep the same layout as other inner pages */

.u-0b04cc3b { font-size:var(--size-sm);padding:var(--space-3) var(--space-5); }
.u-39cbc0fd { margin-top:var(--space-6); }
.u-5cac284f {
  font-size: var(--size-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: #5C5A7E;
  margin-bottom: var(--space-4);
}
.u-78427c4e { margin-top:1rem; }
.u-aa765cf9 { font-size:var(--size-sm);padding:var(--space-2) var(--space-5);white-space:nowrap; min-height:44px; }
.u-cf5a7acc { width:100%;justify-content:center; }
.u-e9b4f78c { justify-content:center;margin-bottom:var(--space-4); }
.u-edcf313d { margin-top:var(--space-8); }

.page-hero .section-label--light { color: #F0E6FF; }
.page-hero-subtitle { color: rgba(255, 255, 255, 0.94); }

.contact-info-label { color: #5C5A7E; }

.footer-desc,
.footer-copy,
.footer-link { color: rgba(255, 255, 255, 0.86); }
.footer-link:hover { color: #fff; }

.nav-link-main,
.footer-link,
.footer-dev-link,
.cookie-text a {
  min-height: 44px;
}

.social-link {
  min-width: 44px;
  min-height: 44px;
}

.map-static {
  position: relative;
  display: block;
  text-decoration: none;
}

.map-static img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.map-static-label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: var(--color-primary);
  color: #fff;
  font-size: var(--size-sm);
  font-weight: var(--weight-semibold);
  padding: 10px 16px;
  border-radius: var(--radius-full);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.map-attrib {
  margin-top: 8px;
  font-size: 11px;
  color: #5C5A7E;
}
