.brand-symbol-only {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
}

.brand-symbol-only img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.home-logo-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  color: var(--blue-950);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.home-logo-lockup img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.home-location-actions {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.button-location {
  min-height: 92px;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  padding: 18px 22px;
  border-radius: 20px 20px 20px 7px;
  font-size: 1.1rem;
  text-align: left;
}

.button-location small {
  font-size: 0.91rem;
  font-weight: 700;
  line-height: 1.3;
  opacity: 0.9;
}

.button-parral {
  color: #1f652c;
  border-color: #a9d6ad;
  background: #f1fbf2;
  box-shadow: 0 13px 30px rgba(47, 125, 50, 0.13);
}

.button-domicilios {
  grid-column: 1 / -1;
  color: #fff;
  border-color: #6334a7;
  background: #6334a7;
  box-shadow: 0 13px 30px rgba(99, 52, 167, 0.2);
}

.center-page .hero-grid {
  align-items: start;
}

.center-details {
  padding: clamp(22px, 4vw, 34px);
  border: 2px solid var(--line);
  border-radius: 28px 28px 28px 9px;
  background: #fff;
  box-shadow: var(--shadow);
}

.center-details h2 {
  margin-bottom: 8px;
}

.center-details > p {
  margin: 0 0 22px;
  color: var(--muted);
}

.center-link-list {
  display: grid;
  gap: 10px;
}

.center-link-list a {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border: 2px solid #bad9eb;
  border-radius: 14px;
  color: var(--blue-800);
  background: #f7fcff;
  font-size: 1rem;
  font-weight: 850;
  text-decoration: none;
}

.center-link-list a:hover,
.center-link-list a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.parral-page .center-details {
  border-color: #a9d6ad;
  background: #f7fcf7;
}

.parral-page .center-link-list a {
  border-color: #c4dfc7;
  color: #1f652c;
  background: #fff;
}

.domicilios-page .center-details {
  border-color: #c7b4ef;
  background: #faf8ff;
}

.domicilios-page .center-link-list a {
  border-color: #c7b4ef;
  color: #6334a7;
  background: #fff;
}

.clinic-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -18px 0 32px;
}

.clinic-social-links a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 2px solid #c7b4ef;
  border-radius: 14px;
  color: #6334a7;
  background: #fff;
  font-weight: 850;
  text-decoration: none;
}

.clinic-logo-stage {
  max-width: 650px;
  margin-bottom: 32px;
  padding: clamp(20px, 4vw, 32px);
  border: 2px solid #c7b4ef;
  border-radius: 26px 26px 26px 8px;
  background: linear-gradient(120deg, #ffffff, #f8f5ff);
  box-shadow: 0 14px 34px rgba(83, 46, 135, 0.12);
}

.clinic-logo-stage img {
  width: min(100%, 540px);
  margin: 0 auto;
}

.clinic-logo-stage p {
  margin: 14px 0 0;
  color: #6334a7;
  text-align: center;
  font-size: 1.02rem;
  font-weight: 850;
}

.address-highlight,
.schedule-highlight {
  max-width: 690px;
  display: block;
  margin: 18px 0 0;
  padding: 18px 22px;
  border: 2px solid var(--line);
  border-radius: 17px;
  background: #fff;
  text-decoration: none;
}

.address-highlight { border-color: #92c7e4; box-shadow: 0 10px 24px rgba(8, 124, 193, 0.09); }
.address-highlight span,
.schedule-highlight span { display: block; margin-bottom: 3px; color: var(--muted); font-size: 0.98rem; font-weight: 800; }
.address-highlight strong,
.schedule-highlight strong { display: block; color: var(--blue-950); font-size: clamp(1.18rem, 2.3vw, 1.4rem); line-height: 1.35; }
.retiro-hero-v4 .actions { margin-top: 24px; }
.retiro-hero-v4 .hero-grid { align-items: start; }

@media (max-width: 560px) {
  .brand-symbol-only { width: 50px; height: 50px; }
  .brand-symbol-only img { width: 46px; height: 46px; }
  .home-logo-lockup img { width: 72px; height: 72px; }
  .home-location-actions { grid-template-columns: 1fr; }
  .button-domicilios { grid-column: auto; }
  .button-location { min-height: 78px; }
  .clinic-logo-stage { margin-bottom: 25px; }
  .clinic-social-links { display: grid; grid-template-columns: 1fr; margin-top: -12px; }
}

.poster-link {
  display: block;
  border-radius: 18px;
  color: var(--blue-950);
  text-decoration: none;
}

.poster-link:focus-visible {
  outline: 4px solid rgba(8, 124, 193, 0.28);
  outline-offset: 5px;
}

.poster-link span {
  display: block;
  padding: 13px 8px 3px;
  color: var(--blue-800);
  font-size: 1.03rem;
  font-weight: 900;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}
