:root {
  --bg: #f5f6f8;
  --surface: #ffffff;
  --text: #17181a;
  --muted: #69707a;
  --line: #e7e9ee;
  --accent: #faf044;
  --shadow: 0 20px 60px rgba(18, 24, 39, 0.08);
  --shadow-hover: 0 26px 70px rgba(18, 24, 39, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--bg);
}

body.modal-open {
  overflow: hidden;
}

.navbar {
  backdrop-filter: saturate(180%) blur(10px);
}

.navbar-brand {
  text-decoration: none;
  color: var(--text);
}

.logo-apas {
  height: 52px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-text strong {
  font-size: .98rem;
  line-height: 1.05;
}

.brand-text small {
  color: var(--muted);
}

.nav-link {
  font-weight: 500;
  color: #3c434d;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--text);
}

.hero-section {
  padding: 6.5rem 0 3.5rem;
  background:
    radial-gradient(circle at top right, rgba(250, 240, 68, 0.18), transparent 20%),
    linear-gradient(180deg, #fcfcfd 0%, #f5f6f8 100%);
}

.hero-row {
  min-height: calc(100vh - 160px);
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .02em;
  color: #353b45;
}

.eyebrow::before,
.section-tag::before {
  content: "";
  width: 2.2rem;
  height: 2px;
  background: var(--accent);
  display: inline-block;
}

.hero-title {
  line-height: 1.08;
  max-width: 11ch;
}

.hero-lead {
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--muted) !important;
  text-align: justify;
  text-justify: inter-word;
  max-width: 60ch;
}

.section-space {
  padding: 5rem 0;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  font-weight: 800;
  max-width: 14ch;
  margin-top: 1rem;
  margin-bottom: 0;
}

.section-title-tight {
  margin-bottom: 0;
}

.section-copy {
  font-size: 1.03rem;
  line-height: 1.8;
  color: var(--muted);
  max-width: 68ch;
  text-align: justify;
  text-justify: inter-word;
}

.section-copy-tight {
  margin-bottom: 1rem;
}

.section-copy-wide {
  max-width: none;
  width: 100%;
}

.cards-row-tight {
  margin-top: 0 !important;
}

.metric-card,
.info-box,
.help-card,
.info-panel,
.cta-box,
.animal-card,
.floating-card,
.volunteer-card,
.denuncia-card,
.denuncia-legal-box,
.denuncia-reminder {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.metric-card:hover,
.info-box:hover,
.help-card:hover,
.info-panel:hover,
.cta-box:hover,
.animal-card:hover,
.floating-card:hover,
.volunteer-card:hover,
.denuncia-card:hover,
.denuncia-legal-box:hover,
.denuncia-reminder:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: #d9dde6;
}

.metric-card {
  padding: 1rem 1rem .95rem;
  height: 100%;
}

.metric-card strong {
  display: block;
  font-size: .95rem;
  margin-bottom: .35rem;
}

.metric-card span {
  display: block;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.5;
}

.hero-visual {
  position: relative;
  min-height: 31rem;
  border-radius: 32px;
  overflow: hidden;
  background: #e7eaef;
}

.hero-photo {
  width: 100%;
  height: 100%;
  min-height: 31rem;
}

.hero-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  animation: heroZoom 1.4s ease-out both;
}

@keyframes heroZoom {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1);
  }
}

.floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  padding: 1rem 1.1rem;
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.10);
  max-width: 15rem;
  z-index: 2;
}

.floating-card small {
  display: block;
  color: #5f6670;
  margin-bottom: .2rem;
}

.floating-card strong {
  line-height: 1.35;
}

.floating-card.one {
  top: 1.2rem;
  left: 1.2rem;
}

.floating-card.two {
  right: 1.2rem;
  bottom: 1.2rem;
}

.info-box,
.help-card,
.info-panel {
  padding: 1.6rem;
}

.info-box h3,
.help-card h3,
.info-panel h3,
.footer-section h3,
.footer-section h4,
.animal-card h3,
.modal-requirement-card h3,
.volunteer-card h3,
.denuncia-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .75rem;
}

.info-box p,
.help-card p,
.info-panel p,
.animal-card p,
.footer-section p,
.footer-section li,
.bullet-soft li,
.modal-requirement-card p,
.volunteer-card p,
.denuncia-card p,
.denuncia-legal-box p,
.denuncia-reminder p {
  color: var(--muted);
  line-height: 1.7;
}

.info-box p,
.info-panel p,
.animal-card p,
.volunteer-card p,
.denuncia-card p {
  text-align: justify;
  text-justify: inter-word;
}

.animal-card {
  overflow: hidden;
}

.clickable-card {
  cursor: pointer;
}

.animal-image {
  width: 100%;
  min-height: 17rem;
  background-size: cover;
  background-position: center;
  background-image:
    linear-gradient(135deg, rgba(23,24,26,.18), rgba(23,24,26,.02)),
    url('assets/mestizos_adopt.jpg');
}

.animal-image.second {
  background-image:
    linear-gradient(135deg, rgba(23,24,26,.18), rgba(23,24,26,.02)),
    url('assets/perro_hogar.png');
}

.check-list li,
.bullet-soft li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: .8rem;
}

.check-list li::before,
.bullet-soft li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65rem;
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  background: var(--accent);
}

.dark-panel {
  background: #17181a;
  border-color: #17181a;
}

.dark-panel h3,
.dark-panel li {
  color: #ffffff;
}

.dark-panel .bullet-soft li::before {
  background: var(--accent);
}

/* Voluntariado */
.volunteer-copy {
  max-width: 35rem;
}

.volunteer-carousel {
  position: relative;
  padding-bottom: 2.8rem;
}

.volunteer-carousel .carousel-inner {
  border-radius: 24px;
}

.volunteer-card-light {
  padding: 1.45rem 1.35rem 1.3rem;
}

.volunteer-card-head-left {
  text-align: left;
  margin-bottom: 1rem;
}

.volunteer-card-head-left h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0;
}

.volunteer-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: .9rem;
}

.volunteer-icon.yellow {
  background: rgba(250, 240, 68, 0.18);
  color: #e2cb00;
}

.volunteer-list li {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  margin-bottom: .95rem;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1rem;
}

.volunteer-list li i {
  color: #e2cb00;
  font-size: 1.15rem;
  line-height: 1.3;
  min-width: 1.35rem;
  margin-top: .18rem;
}

.volunteer-list li span {
  display: block;
}

.volunteer-indicators {
  bottom: -0.6rem;
  margin-bottom: 0;
}

.volunteer-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background-color: rgba(23, 24, 26, 0.22);
  opacity: 1;
}

.volunteer-indicators .active {
  background-color: var(--text);
}

.volunteer-control {
  width: auto;
  opacity: 1;
}

.volunteer-control-inside {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.volunteer-control-inside.carousel-control-prev {
  left: 1rem;
}

.volunteer-control-inside.carousel-control-next {
  right: 1rem;
}

/* Adopciones */
.adoptions-layout {
  align-items: center;
}

.adoption-carousel {
  position: relative;
  padding-bottom: 2.8rem;
}

.adoption-carousel .carousel-inner {
  border-radius: 24px;
}

.adoption-carousel .animal-card {
  margin: 0;
}

.adoption-copy-wrap {
  max-width: 36rem;
  margin-left: auto;
}

.adoption-title {
  max-width: 9ch;
  margin-bottom: 1rem;
}

.adoption-copy {
  max-width: 34rem;
  margin-bottom: 0;
}

.adoption-cta {
  margin-top: 1.5rem;
}

.adoption-btn {
  margin-bottom: 0;
}

.adoption-indicators {
  bottom: -0.6rem;
  margin-bottom: 0;
}

.adoption-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background-color: rgba(23, 24, 26, 0.22);
  opacity: 1;
}

.adoption-indicators .active {
  background-color: var(--text);
}

.adoption-control {
  width: auto;
  opacity: 1;
}

.adoption-control-inside {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.adoption-control-inside.carousel-control-prev {
  left: 1rem;
  right: auto;
}

.adoption-control-inside.carousel-control-next {
  right: 1rem;
  left: auto;
}

.adoption-control-icon {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(231, 233, 238, 0.95);
  color: var(--text);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.adoption-control:hover .adoption-control-icon,
.volunteer-control:hover .adoption-control-icon {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
  background: #ffffff;
}

/* Cómo ayudar */
.help-grid {
  align-items: stretch;
}

.help-card-centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
}

.help-icon {
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 240, 68, 0.18);
  color: #e2cb00;
  font-size: 1.28rem;
  margin: 0 auto 1rem;
}

.help-card-centered h3 {
  text-align: center;
}

.help-card-centered p {
  text-align: center;
  margin-bottom: 0;
  width: 100%;
}

/* Denuncias */
.denuncia-copy {
  max-width: 34rem;
}

.denuncia-legal-box {
  margin-top: 1.4rem;
  padding: 1.2rem 1.2rem 1rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.denuncia-legal-box strong,
.denuncia-reminder strong {
  display: block;
  margin-bottom: .25rem;
  font-size: 1rem;
  color: var(--text);
}

.denuncia-legal-icon,
.denuncia-icon,
.denuncia-reminder i {
  width: 3rem;
  height: 3rem;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 240, 68, 0.18);
  color: #e2cb00;
  font-size: 1.18rem;
  flex-shrink: 0;
}

.denuncia-card {
  padding: 1.35rem 1.25rem 1.15rem;
  height: 100%;
}

.denuncia-card-wide {
  padding: 1.35rem 1.25rem 1.25rem;
}

.denuncia-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: rgba(23, 24, 26, 0.06);
  color: #4b5563;
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: .9rem;
}

.denuncia-card-head {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: 1rem;
}

.denuncia-card-head h3 {
  margin-bottom: 0;
}

.denuncia-list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: .7rem;
  color: var(--muted);
  line-height: 1.7;
}

.denuncia-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72rem;
  width: .45rem;
  height: .45rem;
  border-radius: 999px;
  background: var(--accent);
}

.denuncia-note {
  margin-top: .85rem;
  font-size: .96rem;
  color: #525a66;
}

.denuncia-reminder {
  height: 100%;
  padding: 1.1rem 1rem;
  display: flex;
  gap: .9rem;
  align-items: flex-start;
}

/* CTA */
.cta-section {
  background: linear-gradient(180deg, #f5f6f8 0%, #eef1f5 100%);
}

.cta-box {
  padding: 3rem 2rem;
}

.cta-box .section-title,
.cta-box .section-copy {
  max-width: 20ch;
}

.cta-box .section-copy {
  max-width: 60ch;
}

/* Footer */
.footer-section {
  padding: 4.5rem 0 2rem;
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
  display: inline-block;
  margin-bottom: .55rem;
}

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

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

/* Modal */
.custom-modal {
  position: fixed;
  inset: 0;
  background: rgba(23, 24, 26, 0.56);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 9999;
}

.custom-modal.active {
  display: flex;
}

.modal-content-custom {
  width: min(980px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(231, 233, 238, 0.9);
  border-radius: 30px;
  box-shadow: 0 32px 90px rgba(18, 24, 39, 0.18);
  padding: 1.4rem 1.4rem 1.8rem;
  animation: modalFade 0.24s ease;
}

@keyframes modalFade {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.modal-logo {
  height: 58px;
  width: auto;
  object-fit: contain;
}

.modal-close {
  width: 2.7rem;
  height: 2.7rem;
  border: 0;
  background: #17181a;
  font-size: 1.25rem;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: var(--shadow);
}

.modal-close:hover {
  transform: rotate(90deg);
  background: #2a2d32;
  box-shadow: var(--shadow-hover);
}

.modal-body-custom h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 1rem;
}

.modal-body-custom p {
  color: var(--muted);
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-word;
}

.modal-requirements-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.modal-requirement-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.2rem 1.2rem 1rem;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.modal-requirement-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: #d9dde6;
}

.requirement-icon {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 240, 68, 0.28);
  color: #17181a;
  margin-bottom: .9rem;
  font-size: 1.1rem;
}

.requirement-icon i {
  display: inline-block;
  line-height: 1;
}

.modal-closing-copy {
  margin-bottom: 0;
}

.modal-cta-wrap {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  .hero-title {
    max-width: 12ch;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .hero-row {
    min-height: auto;
  }

  .section-space {
    padding: 4.25rem 0;
  }

  .hero-visual,
  .hero-photo {
    min-height: 27rem;
  }

  .hero-title,
  .adoption-title,
  .section-title {
    max-width: 100%;
  }

  .adoption-copy-wrap {
    max-width: 100%;
    margin-left: 0;
  }

  .adoption-copy,
  .section-copy-wide,
  .volunteer-copy,
  .denuncia-copy {
    max-width: 100%;
  }

  .modal-requirements-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .logo-apas {
    height: 42px;
  }

  .brand-text strong {
    font-size: .92rem;
  }

  .brand-text small {
    font-size: .77rem;
  }

  .hero-section {
    padding-top: 5.75rem;
  }

  .hero-lead {
    font-size: .97rem;
    text-align: justify;
    text-justify: inter-word;
  }

  .section-copy,
  .info-box p,
  .info-panel p,
  .animal-card p,
  .adoption-copy,
  .modal-body-custom p,
  .modal-requirement-card p,
  .volunteer-card p,
  .denuncia-card p {
    text-align: justify;
    text-justify: inter-word;
  }

  .help-card-centered p {
    text-align: center;
  }

  .hero-visual,
  .hero-photo {
    min-height: 23rem;
  }

  .hero-photo-img {
    object-position: center 20%;
  }

  .floating-card {
    position: static;
    max-width: none;
    margin: .8rem;
  }

  .floating-card:hover,
  .metric-card:hover,
  .info-box:hover,
  .help-card:hover,
  .info-panel:hover,
  .cta-box:hover,
  .animal-card:hover,
  .volunteer-card:hover,
  .denuncia-card:hover,
  .denuncia-legal-box:hover,
  .denuncia-reminder:hover {
    transform: translateY(-5px);
  }

  .cta-box {
    padding: 2rem 1.2rem;
  }

  .adoption-carousel,
  .volunteer-carousel {
    padding-bottom: 2.8rem;
  }

  .adoption-control-inside.carousel-control-prev,
  .volunteer-control-inside.carousel-control-prev {
    left: .75rem;
  }

  .adoption-control-inside.carousel-control-next,
  .volunteer-control-inside.carousel-control-next {
    right: .75rem;
  }

  .adoption-control-icon {
    width: 2.45rem;
    height: 2.45rem;
  }

  .volunteer-list li {
    font-size: .98rem;
  }

  .help-card-centered {
    text-align: center;
  }

  .denuncia-legal-box,
  .denuncia-reminder {
    flex-direction: column;
  }

  .modal-content-custom {
    padding: 1rem 1rem 1.3rem;
    border-radius: 24px;
  }

  .modal-logo {
    height: 48px;
  }

  .modal-close {
    width: 2.45rem;
    height: 2.45rem;
    font-size: 1.1rem;
  }

  .modal-cta-wrap .btn,
  .adoption-cta .btn {
    width: 100%;
  }
}

/* Donaciones */
.donation-cta-box {
  position: relative;
  overflow: hidden;
}

.donation-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(250, 240, 68, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(23, 24, 26, 0.04), transparent 24%);
  pointer-events: none;
}

.donation-cta-box > * {
  position: relative;
  z-index: 1;
}

.donation-cta-copy {
  text-align: justify;
  text-justify: inter-word;
  max-width: 52ch;
}

.donation-modal .modal-content-custom {
  width: min(1120px, 100%);
}

.donation-modal-content {
  padding: 1.25rem 1.25rem 1.35rem;
  background: rgba(255, 255, 255, 0.97);
}

.donation-modal-topbar {
  margin-bottom: .8rem;
}

.donation-modal-close {
  background: #ffffff;
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: none;
}

.donation-modal-close:hover {
  background: #f5f6f8;
  color: var(--text);
  transform: rotate(90deg);
  box-shadow: none;
}

.donation-modal-body h2 {
  max-width: none;
  width: 100%;
  margin-bottom: .9rem;
}

.donation-modal-lead {
  max-width: 68rem;
  margin-bottom: 1.6rem;
  padding-right: .25rem;
}

.donation-options-grid-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.donation-option-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.4rem;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  min-height: 100%;
}

.donation-option-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: #d9dde6;
}

.donation-option-card.featured {
  background: linear-gradient(180deg, #ffffff 0%, #fcfcf2 100%);
  border-color: rgba(250, 240, 68, 0.42);
}

.donation-option-icon {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 240, 68, 0.22);
  color: #17181a;
  font-size: 1.15rem;
}

.donation-option-label {
  display: inline-block;
  margin-bottom: .55rem;
  font-size: .78rem;
  font-weight: 700;
  color: #666e79;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.donation-option-card h3 {
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: .6rem;
}

.donation-option-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-word;
}

.donation-option-text {
  display: flex;
  flex-direction: column;
  gap: .1rem;
  flex: 1;
}

.donation-bank-list {
  display: grid;
  gap: .5rem;
  padding-top: .15rem;
}

.donation-bank-list li {
  color: var(--muted);
  line-height: 1.6;
  word-break: break-word;
}

.donation-bank-list strong {
  color: var(--text);
}

.footer-minimal {
  background: #ffffff;
  border-top: 1px solid var(--line);
  padding: 2.2rem 0;
}

.footer-minimal-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.footer-minimal p {
  margin-bottom: 0;
  color: var(--muted);
}

.footer-minimal-copy {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}

.footer-copyright {
  font-size: .96rem;
}

.footer-credit {
  font-size: .9rem;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
}

.footer-socials a {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  box-shadow: var(--shadow);
}

.footer-socials a:hover {
  transform: translateY(-3px);
  border-color: #d9dde6;
  box-shadow: var(--shadow-hover);
}

@media (max-width: 991.98px) {
  .donation-options-grid-three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .donation-modal-content {
    padding: 1rem 1rem 1.15rem;
  }

  .donation-modal-body h2 {
    max-width: 100%;
  }

  .donation-modal-lead {
    max-width: 100%;
  }

  .footer-socials {
    gap: .65rem;
  }
}
.donation-option-card .btn-outline-dark {
  transition: all 0.25s ease;
}

.donation-option-card .btn-outline-dark:hover {
  background: #17181a;
  color: #fff;
  transform: translateY(-2px);
}
/* =========================
   MOBILE NAVBAR REDISEÑO
   ========================= */

@media (max-width: 991.98px) {
  .navbar {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar .container {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .navbar-brand {
    flex: 0 0 auto;
    margin-right: auto;
    gap: 0 !important;
    max-width: none;
    padding: 0;
  }

  .logo-apas {
    height: 46px;
    width: auto;
    display: block;
  }

  .brand-text {
    display: none !important;
  }

  .navbar-toggler {
    margin-left: auto;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
    border-color: #d9dde6;
  }

  .navbar-collapse {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: 0 22px 50px rgba(18, 24, 39, 0.10);
    padding: 1rem 1rem 1.15rem;
    z-index: 1000;
  }

  .navbar-nav {
    gap: .15rem;
  }

  .navbar-nav .nav-link {
    display: block;
    padding: .85rem .3rem;
    font-size: 1.08rem;
    font-weight: 600;
    color: #3c434d;
    border-bottom: 1px solid rgba(231, 233, 238, 0.7);
  }

  .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }

  .navbar-collapse .btn {
    width: 100%;
    margin-top: .9rem;
    justify-content: center;
    border-radius: 999px;
  }
}

@media (max-width: 767.98px) {
  .navbar {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .logo-apas {
    height: 42px;
  }

  .navbar-toggler {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .navbar-collapse {
    top: calc(100% + 10px);
    padding: .9rem .9rem 1rem;
    border-radius: 20px;
  }

  .navbar-nav .nav-link {
    font-size: 1.02rem;
    padding: .8rem .2rem;
  }
}