/* Invierno Solidario · IncluirNOS — index styles */

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --azul: #1B3A6B;
  --azul-2: #244c8b;
  --coral: #E8473F;
  --teal: #3ABFAA;
  --amarillo: #F5A623;
  --crema: #FDF8F0;
  --crema-oscuro: #F0E8D5;
  --texto: var(--azul);
  --texto-suave: rgba(27,58,107,0.72);
  --borde: rgba(14, 24, 48, 0.10);

  /* Theme surfaces */
  --bg: #ffffff;
  --surface: rgba(255,255,255,0.92);
  --surface-2: rgba(255,255,255,0.86);
  --surface-stroke: rgba(14, 24, 48, 0.08);
  --divider: rgba(240,232,213,0.85);

  --shadow-sm: 0 2px 10px rgba(27,58,107,0.08);
  --shadow-md: 0 10px 36px rgba(27,58,107,0.14);
  --shadow-lg: 0 18px 70px rgba(27,58,107,0.18);

  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 22px;

  --focus: 0 0 0 4px rgba(58,191,170,0.25);
}

/* Auto dark mode if user prefers it (unless overridden by explicit data-theme) */
@media (prefers-color-scheme: dark) {
  html:not([data-theme]) {
    --bg: #ffffff;
    --texto: var(--azul);
    --texto-suave: rgba(27,58,107,0.72);
    --surface: rgba(255,255,255,0.92);
    --surface-2: rgba(255,255,255,0.86);
    --surface-stroke: rgba(14, 24, 48, 0.08);
    --divider: rgba(240,232,213,0.85);

    --shadow-sm: 0 2px 10px rgba(27,58,107,0.08);
    --shadow-md: 0 10px 36px rgba(27,58,107,0.14);
    --shadow-lg: 0 18px 70px rgba(27,58,107,0.18);
  }
}

/* Explicit theme override */
html[data-theme="dark"] {
  --bg: #ffffff;
  --texto: var(--azul);
  --texto-suave: rgba(27,58,107,0.72);
  --surface: rgba(255,255,255,0.92);
  --surface-2: rgba(255,255,255,0.86);
  --surface-stroke: rgba(14, 24, 48, 0.08);
  --divider: rgba(240,232,213,0.85);

  --shadow-sm: 0 2px 10px rgba(27,58,107,0.08);
  --shadow-md: 0 10px 36px rgba(27,58,107,0.14);
  --shadow-lg: 0 18px 70px rgba(27,58,107,0.18);
}
html[data-theme="light"] {
  --bg: #ffffff;
  --texto: var(--azul);
  --texto-suave: rgba(27,58,107,0.72);
  --surface: rgba(255,255,255,0.92);
  --surface-2: rgba(255,255,255,0.86);
  --surface-stroke: rgba(14, 24, 48, 0.08);
  --divider: rgba(240,232,213,0.85);

  --shadow-sm: 0 2px 10px rgba(27,58,107,0.08);
  --shadow-md: 0 10px 36px rgba(27,58,107,0.14);
  --shadow-lg: 0 18px 70px rgba(27,58,107,0.18);
}

/* Theme toggle button */
.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(14, 24, 48, 0.12);
  background: rgba(27,58,107,0.06);
  color: var(--azul);
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.theme-toggle:hover { background: rgba(27,58,107,0.10); transform: translateY(-1px); }
.theme-toggle:active { transform: translateY(0); }
.theme-toggle .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--azul);
  box-shadow: 0 0 0 6px rgba(27,58,107,0.10);
}

/* Dark tweaks */
html[data-theme="dark"] header { border-bottom-color: rgba(14, 24, 48, 0.10); }
html[data-theme="dark"] .progress-card-header::before { opacity: 0.55; }
html[data-theme="dark"] .plaza-visual {
  border-color: rgba(203,216,239,0.85);
}
html[data-theme="dark"] .step,
html[data-theme="dark"] .ticker-item { border-bottom-color: var(--divider); }

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: var(--texto);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Dark/Auto mode readability fixes */
html[data-theme="dark"] body {
  background: #ffffff;
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme]) body {
    background: #ffffff;
  }
}

html[data-theme="dark"] .donar-section h2,
html[data-theme="dark"] .ticker-section h3 { color: var(--azul); }
html[data-theme="dark"] .donar-section p,
html[data-theme="dark"] .ticker-sub,
html[data-theme="dark"] .plaza-label,
html[data-theme="dark"] .stat-label { color: var(--texto-suave); }

/* Make white cards dark in dark mode */
html[data-theme="dark"] .progress-card,
html[data-theme="dark"] .step {
  background: linear-gradient(180deg, var(--surface), rgba(255,255,255,0.80));
  border-color: var(--surface-stroke);
}
html[data-theme="dark"] .stats-row {
  background: linear-gradient(180deg, rgba(253,248,240,0.65), rgba(255,255,255,0));
}
html[data-theme="dark"] .stat-num { color: var(--azul); }
html[data-theme="dark"] .stat-item:not(:last-child) { border-right-color: var(--divider); }

html[data-theme="dark"] .step-text { color: var(--texto); }
html[data-theme="dark"] .step-text strong { color: var(--azul); }

html[data-theme="dark"] .ticker-item { border-bottom-color: var(--divider); }
html[data-theme="dark"] .ticker-name { color: var(--texto); }
html[data-theme="dark"] .ticker-time { color: var(--texto-suave); }

html[data-theme="dark"] .metros-preview {
  background: linear-gradient(135deg, rgba(245,166,35,0.10), rgba(58,191,170,0.08));
  border-color: rgba(245,166,35,0.55);
}
html[data-theme="dark"] .metros-preview-text { color: var(--texto); }
html[data-theme="dark"] .metros-preview-text strong { color: var(--azul); }

/* Auto mode (prefers-color-scheme: dark) uses same tweaks */
@media (prefers-color-scheme: dark) {
  html:not([data-theme]) .donar-section h2,
  html:not([data-theme]) .ticker-section h3 { color: var(--azul); }
  html:not([data-theme]) .donar-section p,
  html:not([data-theme]) .ticker-sub,
  html:not([data-theme]) .plaza-label,
  html:not([data-theme]) .stat-label { color: var(--texto-suave); }

  html:not([data-theme]) .progress-card,
  html:not([data-theme]) .step {
    background: linear-gradient(180deg, var(--surface), rgba(255,255,255,0.80));
    border-color: var(--surface-stroke);
  }
  html:not([data-theme]) .stats-row {
    background: linear-gradient(180deg, rgba(253,248,240,0.65), rgba(255,255,255,0));
  }
  html:not([data-theme]) .stat-num { color: var(--azul); }
  html:not([data-theme]) .stat-item:not(:last-child) { border-right-color: var(--divider); }

  html:not([data-theme]) .step-text { color: var(--texto); }
  html:not([data-theme]) .step-text strong { color: var(--azul); }

  html:not([data-theme]) .ticker-item { border-bottom-color: var(--divider); }
  html:not([data-theme]) .ticker-name { color: var(--texto); }
  html:not([data-theme]) .ticker-time { color: var(--texto-suave); }

  html:not([data-theme]) .metros-preview {
    background: linear-gradient(135deg, rgba(245,166,35,0.10), rgba(58,191,170,0.08));
    border-color: rgba(245,166,35,0.55);
  }
  html:not([data-theme]) .metros-preview-text { color: var(--texto); }
  html:not([data-theme]) .metros-preview-text strong { color: var(--azul); }
}

a { color: inherit; }

/* Better focus */
:where(a, button, input, textarea, select):focus { outline: none; }
:where(a, button, input, textarea, select):focus-visible { box-shadow: var(--focus); border-radius: 10px; }

/* ── HEADER ── */
header {
  background: transparent;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: none;
  border-bottom: 0;
}
.site-header {
  color: var(--azul);
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.82));
  border-bottom: 1px solid var(--surface-stroke);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.logo-area { display: flex; align-items: center; gap: 10px; }
.logo-mark {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.95);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.18);
}
.logo-img {
  height: clamp(30px, 4vw, 44px);
  width: auto;
  display: block;
  border-radius: 0;
  object-fit: contain;
}
.logo-text {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: inherit;
  text-transform: none;
}
.header-title {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: inherit;
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
  line-height: 0;
}

.header-title img {
  display: block;
  width: auto;
  height: clamp(18px, 3.2vw, 30px);
  object-fit: contain;
}
.campania-tag {
  background: linear-gradient(135deg, var(--coral), #ff6a61);
  color: white;
  font-size: 11px; font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(232,71,63,0.25);
}

/* ── HERO ── */
.hero {
  background: transparent;
  padding: 2rem 1.25rem 2.6rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  display: none;
}
.hero > * { position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(27,58,107,0.06);
  border: 1px solid rgba(27,58,107,0.18);
  color: var(--azul);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 1.4rem;
}
.hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.75rem, 10vw, 5rem);
  font-weight: 900;
  color: var(--azul);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin-bottom: 0.6rem;
}
.hero h1 em { color: var(--amarillo); font-style: italic; text-shadow: 0 10px 35px rgba(245,166,35,0.18); }
.hero-sub {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-size: clamp(1.08rem, 4vw, 1.55rem);
  color: var(--texto-suave);
  margin-bottom: 1.35rem;
}
.hero-desc {
  max-width: 520px;
  margin: 0 auto 2.35rem;
  font-size: 14.5px;
  color: var(--texto-suave);
  line-height: 1.8;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--coral), #ff6a61);
  color: white;
  font-size: 15px;
  font-weight: 750;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 12px 40px rgba(232,71,63,0.42);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.hero-cta:hover { transform: translateY(-2px); filter: saturate(1.05); box-shadow: 0 18px 52px rgba(232,71,63,0.5); }
.hero-cta:active { transform: translateY(0); }

/* CTA como imagen (maqueta: botón "Doná ahora") */
.hero-cta.hero-cta--img {
  background: transparent;
  padding: 0;
  box-shadow: none;
  gap: 0;
}
.hero-cta.hero-cta--img img {
  display: block;
  width: min(220px, 70vw);
  height: auto;
  border-radius: 999px;
}
.hero-cta.hero-cta--img:hover {
  box-shadow: none;
  filter: saturate(1.05);
}
.hero-cta.hero-cta--img:hover img {
  filter: drop-shadow(0 18px 52px rgba(232,71,63,0.45));
}

/* ── LAYOUT WRAPS ── */
.donar-section {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 560px;
  margin: 0 auto;
}

.donar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
}

.blanket-card {
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--surface-stroke);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 1.25rem;
}

html[data-theme="dark"] .blanket-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.06));
  border-color: rgba(255,255,255,0.12);
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme]) .blanket-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.06));
    border-color: rgba(255,255,255,0.12);
  }
}

.blanket-card h3 {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--azul);
  margin-bottom: 0.35rem;
}

.blanket-card p {
  font-size: 13.5px;
  color: var(--texto-suave);
  line-height: 1.65;
  margin-bottom: 1rem;
}

.form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(58,191,170,0.18), rgba(58,191,170,0.10));
  color: var(--azul);
  font-size: 15px;
  font-weight: 800;
  padding: 16px;
  border-radius: 16px;
  text-decoration: none;
  width: 100%;
  border: 1px solid rgba(58,191,170,0.35);
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.form-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(58,191,170,0.24), rgba(58,191,170,0.14));
  box-shadow: var(--shadow-md);
}
.form-btn:active { transform: translateY(0); }

/* Impact grid (map + ticker) */
.impact-section {
  padding: 2rem 1.25rem 0.5rem;
}
.impact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.progress-section {
  padding: 0;
  max-width: none;
  margin: 0;
}

/* ── PROGRESS CARD ── */
.progress-section { padding-top: 0; padding-bottom: 0; }
.progress-card {
  background: linear-gradient(180deg, var(--surface), rgba(255,255,255,0.80));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  margin-top: -2.3rem;
  position: relative;
  z-index: 10;
  border: 1px solid var(--surface-stroke);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.progress-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(600px 380px at 30% 0%, rgba(58,191,170,0.10), transparent 60%);
  opacity: 0.9;
}
.progress-card-header {
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.86));
  padding: 1.2rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--surface-stroke);
}
.progress-card-header::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(500px 240px at 30% 10%, rgba(58,191,170,0.10), transparent 60%);
}
.progress-card-header h1,
.progress-card-header h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: var(--azul);
  font-weight: 750;
}
.live-badge {
  display: flex; align-items: center; gap: 6px;
  background: rgba(27,58,107,0.06);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  color: var(--azul);
  font-weight: 600;
  border: 1px solid rgba(27,58,107,0.12);
}
.live-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #4ade80;
  animation: blink 1.5s ease-in-out infinite;
  box-shadow: 0 0 0 6px rgba(74,222,128,0.15);
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.35} }

.plaza-container { padding: 1.15rem 1.15rem 0.45rem; }
.plaza-label {
  font-size: 10px;
  color: var(--texto-suave);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.75rem;
}

/* Plaza visual (usa assets) */
.plaza-container {
  position: relative;
  z-index: 1;
}
.plaza-visual {
  --plaza-pad: 0.35rem;
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(27,58,107,0.08);
  border: 1px solid rgba(203,216,239,0.85);
  background:
    url("../img/Fondo Plaza-100.jpg") center / 100% 100% no-repeat,
    #fff;
}
.plaza-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.plaza-ring {
  position: absolute;
  top: var(--plaza-pad);
  right: var(--plaza-pad);
  bottom: var(--plaza-pad);
  left: var(--plaza-pad);
  width: auto;
  height: auto;
  pointer-events: none;
  overflow: visible;
}
.plaza-ring-track,
.plaza-ring-progress {
  fill: none;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.plaza-ring-track {
  stroke: rgba(27,58,107,0.16);
}
.plaza-ring-progress {
  stroke: url(#plaza-gradient);
  filter: url(#plaza-glow);
  transition: stroke-dashoffset 0.6s ease;
}
.plaza-pct {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-weight: 900;
  font-size: 44px;
  color: var(--bg);
  text-shadow: 0 10px 35px rgba(0,0,0,0.28);
  pointer-events: none;
}

.stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 1rem 1.25rem 1.25rem;
  gap: 0;
  background: linear-gradient(180deg, rgba(253,248,240,0.65), rgba(255,255,255,0));
  position: relative;
  z-index: 1;
}
.stat-item { text-align: center; padding: 0.25rem 0; }
.stat-item:not(:last-child) { border-right: 1px solid var(--divider); }
.stat-num {
  font-family: 'Poppins', sans-serif;
  font-size: 1.65rem;
  font-weight: 900;
  color: var(--azul);
  display: block;
  line-height: 1;
}
.stat-label { font-size: 10px; color: var(--texto-suave); margin-top: 4px; }

/* ── DONAR SECTION ── */
.donar-section { padding-top: 1.5rem; padding-bottom: 2rem; }
.section-tag {
  display: inline-block;
  background: rgba(58,191,170,0.16);
  border: 1px solid rgba(58,191,170,0.28);
  color: var(--azul);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 0.75rem;
  box-shadow: var(--shadow-sm);
}
.donar-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.85rem;
  font-weight: 900;
  color: var(--azul);
  line-height: 1.1;
  margin-bottom: 0.55rem;
}
.donar-section p {
  font-size: 13.5px;
  color: var(--texto-suave);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

/* Alias box */
.alias-box {
  background: linear-gradient(180deg, var(--surface), rgba(255,255,255,0.86));
  border-radius: var(--radius-md);
  padding: 1.25rem 1.25rem 1rem;
  margin-bottom: 1.1rem;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--surface-stroke);
}
.alias-box--img {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.82)),
    url("../img/Fondo Alias-100.jpg") center / cover no-repeat;
}
.alias-label {
  font-size: 11px;
  color: var(--texto-suave);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}
.alias-value-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.alias-value {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 750;
  color: var(--azul);
  letter-spacing: 0.02em;
}
.copy-btn {
  background: rgba(27,58,107,0.06);
  border: 1px solid rgba(27,58,107,0.16);
  color: var(--azul);
  font-size: 12px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
  font-family: 'Poppins', sans-serif;
  white-space: nowrap;
}
.copy-btn:hover { background: rgba(27,58,107,0.10); transform: translateY(-1px); }
.copy-btn:active { transform: translateY(0); }
.copy-btn.copied { background: rgba(58,191,170,1); border-color: rgba(58,191,170,1); }
.alias-hint { font-size: 11px; color: var(--texto-suave); margin-top: 0.65rem; }

/* Caja formulario (derecha) */
.form-box {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.82)),
    url("../img/Fondo Alias-100.jpg") center / cover no-repeat;
  border-radius: var(--radius-md);
  padding: 1.25rem;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--surface-stroke);
}
.form-label {
  font-size: 11px;
  color: var(--texto-suave);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  font-weight: 800;
}

/* Steps */
.steps { display: flex; flex-direction: column; gap: 10px; margin-bottom: 1.35rem; }
.step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255,255,255,0.92);
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(14, 24, 48, 0.06);
}
.step-num {
  width: 28px; height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: white;
}
.step:nth-child(1) .step-num { background: var(--azul); }
.step:nth-child(2) .step-num { background: var(--teal); }
.step:nth-child(3) .step-num { background: var(--coral); }
.step-text { font-size: 13px; color: var(--texto); line-height: 1.55; }
.step-text strong { color: var(--azul); font-weight: 700; }

/* Preview metros */
.metros-preview {
  background: linear-gradient(135deg, rgba(255,248,237,1), rgba(255,243,224,1));
  border: 1.5px solid rgba(245,166,35,0.85);
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 1.15rem;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(245,166,35,0.12);
}
.metros-preview-icon { font-size: 22px; }
.metros-preview-text { flex: 1; text-align: center; font-size: 13px; color: var(--texto-suave); line-height: 1.45; }
.metros-preview-text strong { color: var(--azul); }

/* WPP button */
.wpp-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: linear-gradient(135deg, #25D366, #1fb757);
  color: white;
  font-size: 15px;
  font-weight: 800;
  padding: 16px;
  border-radius: 16px;
  text-decoration: none;
  width: 100%;
  box-shadow: 0 14px 42px rgba(37,211,102,0.30);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.wpp-btn:hover { transform: translateY(-2px); filter: saturate(1.05); box-shadow: 0 18px 54px rgba(37,211,102,0.40); }
.wpp-btn:active { transform: translateY(0); }
.wpp-btn svg { flex-shrink: 0; }
.wpp-note { text-align: center; font-size: 11px; color: var(--texto-suave); margin-top: 9px; line-height: 1.5; }

/* ── TICKER ── */
.ticker-section { padding-top: 0; padding-bottom: 2rem; }
.ticker-side {
  padding: 1.25rem 1.25rem 1.25rem;
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--surface-stroke);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
html[data-theme="dark"] .ticker-side {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.06));
  border-color: rgba(255,255,255,0.12);
}
.ticker-section h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--azul);
  margin-bottom: 0.25rem;
}
.ticker-sub { font-size: 12px; color: var(--texto-suave); margin-bottom: 0.9rem; }

#ticker-list { display: flex; flex-direction: column; }
.ticker-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(240,232,213,0.85);
  animation: slideIn 0.35s ease;
}
@keyframes slideIn { from { opacity:0; transform: translateX(-10px); } to { opacity:1; transform: translateX(0); } }
.ticker-avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: white;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}
.ticker-info { flex: 1; min-width: 0; }
.ticker-name { font-size: 13px; font-weight: 700; color: var(--texto); }
.ticker-time { font-size: 11px; color: var(--texto-suave); }
.ticker-metros { font-size: 13px; font-weight: 800; color: var(--teal); white-space: nowrap; }

/* ── FOOTER ── */
footer {
  background: #ffffff;
  color: var(--texto-suave);
  text-align: center;
  padding: 2rem 1.25rem;
  font-size: 12px;
  line-height: 1.85;
  border-top: 1px solid var(--surface-stroke);
}
footer strong { color: var(--azul); }

/* ── RESPONSIVE ── */
@media (min-width: 540px) {
  .hero-desc { max-width: 520px; }
  .donar-section { max-width: 560px; }
}

@media (min-width: 980px) {
  .impact-grid {
    grid-template-columns: 1.35fr 0.75fr;
    gap: 1.25rem;
  }
  .ticker-section { padding-bottom: 0.5rem; }
  .ticker-side { position: sticky; top: 86px; }

  .donar-section { max-width: 1100px; }
  .donar-grid {
    grid-template-columns: minmax(0, 560px) minmax(0, 420px);
    gap: 1.25rem;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-cta,
  .wpp-btn,
  .form-btn,
  .copy-btn { transition: none; }
  .ticker-item { animation: none; }
  .live-dot { animation: none; }
}
