:root {
  --atlantica-header-offset: 108px;
}

html {
  scroll-padding-top: var(--atlantica-header-offset);
}

body [id] {
  scroll-margin-top: var(--atlantica-header-offset);
}

.internal-module__efTUkW__heroContent {
  min-height: clamp(20rem, 36vw, 29rem) !important;
  padding-block: clamp(5.5rem, 8vw, 7rem) clamp(2.25rem, 4vw, 3.25rem) !important;
}

.internal-module__efTUkW__section {
  padding-block: clamp(2.75rem, 5vw, 4.5rem) !important;
}

.developments-module__wzSk_W__section {
  padding-block: clamp(2.5rem, 4.5vw, 4rem) !important;
}

.atlantica-footer-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 0.9rem;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff;
}

.atlantica-footer-brand__mark {
  position: relative;
  display: inline-block;
  width: 2.8rem;
  height: 2.45rem;
  flex: 0 0 auto;
}

.atlantica-footer-brand__mark::before,
.atlantica-footer-brand__mark::after {
  position: absolute;
  top: 0.1rem;
  width: 0.65rem;
  height: 2.35rem;
  border-radius: 999px;
  background: #5d8dff;
  content: "";
}

.atlantica-footer-brand__mark::before {
  left: 0.72rem;
  transform: rotate(28deg);
  transform-origin: top center;
}

.atlantica-footer-brand__mark::after {
  right: 0.72rem;
  transform: rotate(-28deg);
  transform-origin: top center;
}

.atlantica-footer-brand__name {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.atlantica-footer-brand__tagline {
  display: block;
  margin-top: 0.28rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  line-height: 1.2;
}

.atlantica-footer-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin-top: 1.25rem;
}

.atlantica-footer-quick-links a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 0.24rem;
}

.atlantica-footer-quick-links a:hover,
.atlantica-footer-quick-links a:focus-visible {
  color: #fff;
  text-decoration-color: #fff;
}

button[aria-label="Abrir chat con Verónica"] {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: linear-gradient(135deg, #062b45, #164d69) !important;
  box-shadow: 0 14px 34px rgba(6, 43, 69, 0.26) !important;
}

button[aria-label="Abrir chat con Verónica"]:hover {
  box-shadow: 0 18px 40px rgba(6, 43, 69, 0.32) !important;
}

form input:required,
form textarea:required,
form select:required {
  scroll-margin-top: var(--atlantica-header-offset);
}

@media (max-width: 767px) {
  :root {
    --atlantica-header-offset: 88px;
  }

  .internal-module__efTUkW__heroContent {
    min-height: 18rem !important;
    padding-block: 5.25rem 2.15rem !important;
  }

  .internal-module__efTUkW__section,
  .developments-module__wzSk_W__section {
    padding-block: 2.5rem !important;
  }

  button[aria-label="Abrir chat con Verónica"] {
    min-width: 3.25rem !important;
    min-height: 3.25rem !important;
    padding: 0.35rem !important;
    border-radius: 999px !important;
  }

  button[aria-label="Abrir chat con Verónica"] > span:last-child {
    display: none !important;
  }

  body div:has(> button[aria-label="Abrir chat con Verónica"]) {
    right: max(0.75rem, env(safe-area-inset-right)) !important;
    bottom: max(0.75rem, env(safe-area-inset-bottom)) !important;
  }

  .atlantica-footer-brand__name {
    font-size: 0.86rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
