:root {
  --navy: #072d62;
  --navy-dark: #041f45;
  --yellow: #ffb300;
  --yellow-soft: #fff3cf;
  --red: #d91f2d;
  --green: #66a943;
  --green-soft: #eaf4e5;
  --cream: #fbfaf5;
  --soft: #f3f7f2;
  --white: #ffffff;
  --text: #1d2a38;
  --muted: #667382;
  --line: #dde4e8;
  --shadow: 0 18px 50px rgba(7, 45, 98, 0.10);
  --radius: 22px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(7, 45, 98, 0.08);
}

.nav {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  width: 230px;
  height: 65px;
  object-fit: contain;
  object-position: left center;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  font-size: .94rem;
  font-weight: 700;
  color: #425466;
}

.desktop-nav a {
  transition: color .2s ease;
}

.desktop-nav a:hover {
  color: var(--navy);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--navy);
}

.lang-btn {
  border: 0;
  background: transparent;
  color: #8c97a4;
  cursor: pointer;
  font-weight: 800;
  padding: 6px 4px;
}

.lang-btn.active {
  color: var(--navy);
}

/* Buttons */

.btn {
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.btn:disabled {
  cursor: not-allowed;
}

.btn:hover:not(:disabled) {
  transform: translateY(-2px);
}

.btn-small {
  padding: 11px 20px;
}

.btn-large {
  min-height: 56px;
  padding: 15px 28px;
}

.btn-primary {
  background: var(--yellow);
  color: var(--navy-dark);
  box-shadow: 0 10px 24px rgba(255, 179, 0, .25);
}

.btn-primary:disabled {
  opacity: .92;
}

.btn-secondary {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.50);
  color: var(--white);
}

.btn-white {
  background: var(--white);
  color: var(--navy);
}

/* Hero */

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 16%, rgba(255,179,0,.35), transparent 24%),
    linear-gradient(115deg, #041f45 0%, #072d62 54%, #0a4f85 100%);
}

.hero-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-decoration-one {
  width: 520px;
  height: 520px;
  right: -140px;
  bottom: -250px;
  background: rgba(102,169,67,.15);
}

.hero-decoration-two {
  width: 220px;
  height: 220px;
  right: 16%;
  top: -100px;
  border: 42px solid rgba(217,31,45,.10);
}

.hero-layout {
  position: relative;
  z-index: 2;
  padding-block: 92px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  align-items: center;
  gap: 70px;
}

.hero-copy {
  max-width: 800px;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .80rem;
  font-weight: 800;
  color: var(--green);
  margin-bottom: 15px;
}

.hero .eyebrow {
  color: #ffd05d;
}

.hero h1,
.section h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.08;
  color: var(--navy);
}

.hero h1 {
  color: var(--white);
  font-size: clamp(2.9rem, 6vw, 5.4rem);
  letter-spacing: -.045em;
}

.hero-text {
  max-width: 720px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  color: rgba(255,255,255,.84);
  margin-top: 25px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button-note {
  color: rgba(255,255,255,.60);
  font-size: .88rem;
  margin-top: 13px;
}

.goal-summary {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(12px);
  border-radius: 28px;
  padding: 34px;
  color: white;
  box-shadow: 0 30px 70px rgba(0,0,0,.18);
}

.goal-summary-label {
  display: block;
  color: #ffd05d;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 800;
}

.goal-summary strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
  margin-top: 12px;
}

.goal-summary p {
  color: rgba(255,255,255,.72);
  margin-top: 13px;
}

.goal-progress {
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  overflow: hidden;
  margin-top: 24px;
}

.goal-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--yellow), #ffd870);
}

.goal-progress-meta {
  margin-top: 9px;
  display: flex;
  justify-content: space-between;
  font-size: .82rem;
  color: rgba(255,255,255,.63);
}

/* Sections */

.section {
  padding: 100px 0;
}

.section-light {
  background: var(--cream);
}

.section-soft {
  background: var(--soft);
}

.two-columns,
.transparency-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.section h2 {
  font-size: clamp(2rem, 4vw, 3.55rem);
  letter-spacing: -.035em;
}

.mission-copy {
  font-size: 1.08rem;
  color: var(--muted);
}

.mission-copy p + p {
  margin-top: 18px;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 44px;
}

.section-heading.centered {
  text-align: center;
  margin-inline: auto;
}

.section-heading p {
  margin-top: 15px;
  color: var(--muted);
  font-size: 1.05rem;
}

/* Distribution */

.funds-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.fund-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  background: white;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid rgba(7,45,98,.06);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.fund-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  right: -65px;
  top: -65px;
  opacity: .12;
}

.fund-food::after {
  background: var(--yellow);
}

.fund-school::after {
  background: var(--green);
}

.fund-housing::after {
  background: var(--red);
}

.fund-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 24px;
}

.fund-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--yellow-soft);
  font-size: 1.6rem;
}

.fund-school .fund-icon {
  background: var(--green-soft);
}

.fund-housing .fund-icon {
  background: #fde8ea;
}

.fund-percent {
  font-family: "Montserrat", sans-serif;
  color: var(--navy);
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1;
}

.fund-card h3 {
  font-family: "Montserrat", sans-serif;
  color: var(--navy);
  font-size: 1.28rem;
  line-height: 1.25;
  margin-bottom: 12px;
}

.fund-card p {
  color: var(--muted);
}

.fund-amount {
  border-top: 1px solid var(--line);
  margin-top: auto;
  padding-top: 20px;
}

.fund-amount span {
  display: block;
  color: #7b8793;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}

.fund-amount strong {
  display: block;
  margin-top: 3px;
  color: var(--navy);
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
}

.allocation-strip {
  margin-top: 30px;
  display: flex;
  height: 52px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(7,45,98,.08);
  color: white;
  font-weight: 800;
}

.allocation-segment {
  display: grid;
  place-items: center;
}

.allocation-food {
  background: #e3a007;
}

.allocation-school {
  background: var(--green);
}

.allocation-housing {
  background: var(--navy);
}

/* Carousel */

.gallery-section {
  overflow: hidden;
}

.carousel {
  position: relative;
  max-width: 1080px;
  margin-inline: auto;
}

.carousel-viewport {
  overflow: hidden;
  border-radius: 28px;
  background: #e9eef2;
  box-shadow: 0 25px 65px rgba(7,45,98,.14);
}

.carousel-track {
  display: flex;
  transition: transform .42s cubic-bezier(.22,.8,.24,1);
  will-change: transform;
}

.carousel-slide {
  position: relative;
  min-width: 100%;
  height: clamp(430px, 66vw, 680px);
  background: #dbe2e7;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-slide figcaption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  max-width: min(620px, calc(100% - 44px));
  padding: 14px 18px;
  background: rgba(4,31,69,.82);
  backdrop-filter: blur(9px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 15px;
  color: white;
  font-size: .95rem;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(4,31,69,.86);
  color: white;
  cursor: pointer;
  z-index: 3;
  font-size: 2rem;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.carousel-prev {
  left: 18px;
}

.carousel-next {
  right: 18px;
}

.carousel-dots {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.carousel-dot {
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 999px;
  background: #c8d1d8;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.carousel-dot.active {
  width: 26px;
  background: var(--yellow);
}

/* Goal */

.goal-section {
  padding-top: 25px;
}

.goal-card {
  border-radius: 30px;
  padding: 54px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 55px;
  align-items: center;
  color: white;
  background:
    radial-gradient(circle at 95% 0%, rgba(255,179,0,.30), transparent 25%),
    linear-gradient(135deg, var(--navy-dark), var(--navy));
  box-shadow: var(--shadow);
}

.goal-card h2 {
  color: white;
}

.goal-card p {
  margin-top: 18px;
  color: rgba(255,255,255,.76);
  max-width: 620px;
}

.section-kicker.light {
  color: #ffd05d;
}

.goal-breakdown {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.goal-breakdown > span {
  padding: 8px 12px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  font-size: .9rem;
}

.goal-breakdown b {
  color: #ffd05d;
}

.goal-action {
  display: grid;
  gap: 15px;
}

.goal-number {
  padding: 24px;
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
}

.goal-action small {
  text-align: center;
  color: rgba(255,255,255,.58);
}

/* Transparency */

.transparency-intro {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 560px;
}

.transparency-list {
  display: grid;
  gap: 16px;
}

.transparency-item {
  padding: 21px 23px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  border-radius: 18px;
  background: white;
  box-shadow: 0 8px 24px rgba(7,45,98,.06);
}

.transparency-item .check {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-weight: 800;
}

.transparency-item strong {
  display: block;
  color: var(--navy);
}

.transparency-item div span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

/* FAQ */

.faq-wrap {
  max-width: 900px;
}

details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--navy);
  font-size: 1.08rem;
}

details p {
  color: var(--muted);
  padding-top: 12px;
  max-width: 780px;
}

/* Footer */

.site-footer {
  background: #041a38;
  color: var(--white);
  padding: 58px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: start;
}

.footer-logo {
  width: 250px;
  max-height: 90px;
  object-fit: contain;
  object-position: left center;
  background: white;
  border-radius: 14px;
  padding: 5px;
}

.site-footer p {
  color: rgba(255,255,255,.63);
  margin-top: 16px;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: rgba(255,255,255,.78);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 42px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.50);
  font-size: .9rem;
}

/* Responsive */

@media (max-width: 1020px) {
  .desktop-nav {
    display: none;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .goal-summary {
    max-width: 520px;
  }
}

@media (max-width: 900px) {
  .brand img {
    width: 185px;
    height: 56px;
  }

  .nav {
    min-height: 76px;
  }

  .nav-actions {
    gap: 12px;
  }

  .nav .btn-small {
    display: none;
  }

  .hero {
    min-height: 650px;
  }

  .two-columns,
  .transparency-grid,
  .funds-grid,
  .goal-card {
    grid-template-columns: 1fr;
  }

  .two-columns,
  .transparency-grid {
    gap: 30px;
  }

  .fund-card {
    min-height: 0;
  }

  .goal-card {
    padding: 38px 30px;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .brand img {
    width: 145px;
    height: 47px;
  }

  .hero-layout {
    padding-block: 68px;
  }

  .hero h1 {
    font-size: 2.62rem;
  }

  .hero-actions {
    display: grid;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .goal-summary {
    padding: 25px;
  }

  .section {
    padding: 72px 0;
  }

  .fund-card {
    padding: 27px;
  }

  .allocation-strip {
    height: 44px;
    font-size: .82rem;
  }

  .carousel-slide {
    height: 520px;
  }

  .carousel-arrow {
    width: 42px;
    height: 42px;
  }

  .carousel-prev {
    left: 10px;
  }

  .carousel-next {
    right: 10px;
  }

  .carousel-slide figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
    font-size: .86rem;
  }

  .goal-section {
    padding-top: 12px;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    display: grid;
  }
}


/* -------------------------------------------------------------
   Pago Wompi / modal informativo
------------------------------------------------------------- */

body.modal-open {
  overflow: hidden;
}

.payment-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: rgba(255,255,255,.72);
  font-size: .9rem;
}

.goal-payment-note {
  color: rgba(255,255,255,.62);
}

.payment-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

.payment-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.payment-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 20, 43, .66);
  backdrop-filter: blur(7px);
}

.payment-modal-dialog {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  max-height: min(90vh, 760px);
  overflow-y: auto;
  padding: 36px;
  border-radius: 26px;
  background: white;
  color: var(--text);
  box-shadow: 0 32px 90px rgba(0,0,0,.28);
  transform: translateY(16px) scale(.98);
  transition: transform .22s ease;
}

.payment-modal.is-open .payment-modal-dialog {
  transform: translateY(0) scale(1);
}

.payment-modal-close {
  position: absolute;
  top: 15px;
  right: 17px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f3f5f7;
  color: var(--navy);
  cursor: pointer;
  font-size: 1.55rem;
  line-height: 1;
}

.payment-modal-icon {
  width: 58px;
  height: 58px;
  margin: 4px auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid var(--green);
  color: var(--green);
  font-family: Georgia, serif;
  font-size: 2rem;
}

.payment-modal-dialog h2 {
  margin: 0;
  text-align: center;
  color: var(--navy);
  font-family: "Montserrat", sans-serif;
  font-size: 1.65rem;
}

.payment-modal-copy {
  margin-top: 22px;
  color: #52606d;
}

.payment-modal-copy p + p {
  margin-top: 14px;
}

.payment-modal-secure {
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  padding: 16px;
  border-radius: 16px;
  background: #eef6ff;
  color: var(--navy);
  font-weight: 650;
}

.payment-modal-actions {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 12px;
}

.modal-btn-secondary,
.modal-btn-primary {
  min-height: 52px;
  padding: 13px 18px;
}

.modal-btn-secondary {
  background: white;
  color: var(--navy);
  border: 1px solid #b9c5d0;
}

.payment-modal-footnote {
  margin-top: 17px;
  text-align: center;
  color: #82909c;
  font-size: .82rem;
}

@media (max-width: 560px) {
  .payment-modal {
    padding: 12px;
  }

  .payment-modal-dialog {
    padding: 30px 21px 24px;
    border-radius: 22px;
  }

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


/* -------------------------------------------------------------
   Campaign message section / client logo
------------------------------------------------------------- */

.section-message {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

.message-grid {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: center;
}

.message-logo-card {
  background: #fff6d8;
  border: 1px solid rgba(255, 179, 0, .24);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 18px 50px rgba(7, 45, 98, 0.08);
}

.message-logo {
  width: 100%;
  border-radius: 18px;
  display: block;
}

.message-copy p {
  color: var(--muted);
  font-size: 1.03rem;
}

.message-copy p + p {
  margin-top: 16px;
}

.message-highlight {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 179, 0, 0.12);
  border-left: 5px solid var(--yellow);
  color: var(--navy) !important;
  font-weight: 700;
}

@media (max-width: 900px) {
  .message-grid {
    grid-template-columns: 1fr;
  }
}


/* -------------------------------------------------------------
   Selector de donación Bold
------------------------------------------------------------- */

.donation-selector-dialog {
  width: min(100%, 590px);
}

.donation-modal-icon {
  border-color: var(--yellow);
  background: var(--yellow-soft);
  color: var(--red);
  font-family: "DM Sans", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
}

.donation-modal-kicker {
  display: block;
  margin-bottom: 8px;
  text-align: center;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .75rem;
  font-weight: 800;
}

.donation-modal-description {
  max-width: 470px;
  margin: 14px auto 0;
  text-align: center;
  color: var(--muted);
}

.donation-amount-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.donation-amount-button {
  min-height: 105px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  border: 1px solid #d8e0e6;
  border-radius: 20px;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(7,45,98,.05);
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.donation-amount-button:hover,
.donation-amount-button:focus-visible {
  transform: translateY(-3px);
  border-color: var(--yellow);
  background: #fffaf0;
  box-shadow: 0 14px 34px rgba(7,45,98,.10);
  outline: none;
}

.donation-currency {
  color: #87929c;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.donation-amount-button strong {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}

.donation-provider-note {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
  color: #667382;
  font-size: .88rem;
  text-align: center;
}

.donation-cancel-button {
  width: 100%;
  min-height: 48px;
  margin-top: 20px;
}

@media (max-width: 520px) {
  .donation-amount-grid {
    gap: 10px;
  }

  .donation-amount-button {
    min-height: 92px;
  }

  .donation-amount-button strong {
    font-size: 1.72rem;
  }
}


/* -------------------------------------------------------------
   Montos adicionales Bold - v6
------------------------------------------------------------- */

.donation-more-wrap {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #e2e8ed;
}

.donation-more-label {
  display: block;
  margin-bottom: 12px;
  text-align: center;
  color: var(--navy);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .10em;
}

.donation-amount-grid-large {
  grid-template-columns: repeat(3, 1fr);
}

.donation-amount-button-large {
  min-height: 88px;
}

.donation-amount-button-featured {
  border-color: rgba(255, 179, 0, .55);
  background: linear-gradient(180deg, #fffdf7 0%, #fff7df 100%);
}

@media (max-width: 520px) {
  .donation-amount-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .donation-amount-button-featured {
    grid-column: 1 / -1;
  }
}


/* -------------------------------------------------------------
   Contacto para donaciones mayores - v7
------------------------------------------------------------- */

.large-donation-contact {
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 17px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
  border: 1px solid #d5e5f4;
}

.large-donation-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-size: 1rem;
}

.large-donation-contact strong {
  display: block;
  color: var(--navy);
  font-size: .98rem;
}

.large-donation-contact p {
  margin-top: 3px;
  color: var(--muted);
  font-size: .86rem;
}

.large-donation-email {
  display: inline-block;
  margin-top: 7px;
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.large-donation-email:hover {
  color: #0a5b8f;
}

.footer-contact-link {
  margin-top: 6px;
  color: #ffd05d !important;
  font-weight: 700;
  word-break: break-word;
}
\n\n/* Donation amount list */\n.donation-selector-dialog { width: min(100%, 610px); }\n.donation-list {\n  margin-top: 24px;\n  max-height: 390px;\n  overflow-y: auto;\n  display: grid;\n  gap: 8px;\n  padding: 4px 6px 4px 2px;\n  scrollbar-width: thin;\n  scrollbar-color: #c4ced6 transparent;\n}\n.donation-list-item {\n  width: 100%;\n  min-height: 58px;\n  display: grid;\n  grid-template-columns: 1fr auto auto;\n  align-items: center;\n  gap: 14px;\n  padding: 12px 16px;\n  border: 1px solid #dce4ea;\n  border-radius: 15px;\n  background: #fff;\n  color: var(--navy);\n  cursor: pointer;\n  text-align: left;\n  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;\n}\n.donation-list-item:hover, .donation-list-item:focus-visible {\n  transform: translateX(3px);\n  border-color: var(--yellow);\n  background: #fffaf0;\n  box-shadow: 0 8px 22px rgba(7,45,98,.07);\n  outline: none;\n}\n.donation-list-label { color: #788693; font-size: .88rem; font-weight: 700; }\n.donation-list-item strong { min-width: 108px; font-family: "Montserrat", sans-serif; font-size: 1.18rem; text-align: right; }\n.donation-list-arrow { color: var(--green); font-size: 1.7rem; line-height: 1; }\n.donation-list-item-featured { border-color: rgba(255,179,0,.5); background: linear-gradient(180deg,#fffdf8 0%,#fff7df 100%); }\n@media (max-width: 520px) {\n  .donation-list { max-height: 360px; }\n  .donation-list-item { padding: 11px 13px; }\n  .donation-list-item strong { min-width: 96px; font-size: 1.05rem; }\n}\n

/* -------------------------------------------------------------
   Selector desplegable de donación
------------------------------------------------------------- */

.donation-dropdown-wrap {
  margin-top: 26px;
}

.donation-select-label {
  display: block;
  margin-bottom: 9px;
  color: var(--navy);
  font-weight: 800;
  font-size: .92rem;
}

.donation-select-shell {
  position: relative;
}

.donation-select {
  width: 100%;
  min-height: 58px;
  appearance: none;
  -webkit-appearance: none;
  padding: 0 48px 0 17px;
  border: 1px solid #cfd9e1;
  border-radius: 16px;
  background: #fff;
  color: var(--navy);
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.donation-select:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255,179,0,.14);
}

.donation-select-chevron {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-53%);
  pointer-events: none;
  color: var(--navy);
  font-size: 1.35rem;
  font-weight: 800;
}

.donation-continue-button {
  width: 100%;
  min-height: 54px;
  margin-top: 14px;
}

.donation-continue-button:disabled {
  opacity: .48;
  cursor: not-allowed;
  box-shadow: none;
}
