/* ═══════════════════════════════════════════
   Servidores Mundiales — Donate Stylesheet
   ═══════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 20px; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; color: #1a1f36; background: #fff; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

:root {
  --blue: #0019a4; --blue-hover: #1430c8;
  --blue-pale: #dde4f7; --blue-light: #f0f3fd;
  --gray-bg: #f4f6fb; --gray-border: #e2e7f2;
  --gray-mid: #8892b0; --text-dark: #1a1f36;
  --text-body: #3d4766; --warm: #f9f6f0;
  --radius: 10px; --radius-lg: 16px;
}

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.section-label { font-size: 14px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--blue); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.section-label::before { content: ""; display: block; width: 20px; height: 2px; background: var(--blue); }

/* ── NAV ── */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.97); border-bottom: 1px solid var(--gray-border); backdrop-filter: blur(8px); }
.nav-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; height: 84px; gap: 16px; }
.nav-logo img { height: 66px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 4px; list-style: none; }
.nav-links a { font-size: 18px; font-weight: 500; color: var(--text-body); padding: 9px 18px; border-radius: 8px; transition: all .15s; }
.nav-links a:hover, .nav-links a.active { background: var(--blue-light); color: var(--blue); }
.nav-cta { display: flex; align-items: center; }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--blue); font-size: 16px; font-weight: 600; padding: 11px 24px; border-radius: var(--radius); border: 2px solid var(--blue); transition: all .18s; }
.btn-outline:hover { background: var(--blue); color: #fff; transform: translateY(-1px); }
.hamburger { display: none; background: none; border: none; flex-direction: column; gap: 5px; padding: 4px; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text-dark); border-radius: 2px; }
.mobile-menu { display: none; background: #fff; border-top: 1px solid var(--gray-border); padding: 12px 0 16px; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; font-size: 19px; font-weight: 500; color: var(--text-body); padding: 14px 24px; border-bottom: 1px solid var(--gray-border); }
.mobile-menu a:last-child { border-bottom: none; }
@media (max-width: 900px) {
  .nav-inner { grid-template-columns: auto auto; justify-content: space-between; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .nav-logo img { height: 50px; }
}

/* ── HERO ── */
.page-hero {
  background: var(--blue);
  padding: 56px 0 52px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute; right: -10px; bottom: -30px;
  font-family: Georgia, serif; font-size: 200px; font-weight: 700;
  color: rgba(255,255,255,0.04); line-height: 1;
  pointer-events: none; user-select: none; letter-spacing: -8px;
}
.page-hero-eyebrow { font-size: 14px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.5); display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.page-hero-eyebrow::before { content: ""; width: 24px; height: 1px; background: rgba(255,255,255,0.35); display: block; }
.page-hero-title { font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 5.5vw, 64px); font-weight: 400; color: #fff; line-height: 1.1; margin-bottom: 20px; letter-spacing: -1px; }
.page-hero-sub { font-size: 20px; color: rgba(255,255,255,0.78); line-height: 1.8; max-width: 580px; }

/* ── MAIN DONATE LAYOUT ── */
.donate-section { padding: 64px 0 104px; background: #fff; }
.donate-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(500px, 560px); gap: 40px; align-items: start; }
.donate-left { grid-column: 1; }

/* ── LEFT ── */
.donate-title-main { font-family: Georgia, serif; font-size: clamp(28px, 3.8vw, 40px); font-weight: 400; line-height: 1.22; color: var(--text-dark); margin-bottom: 40px; }

.gift-items { display: flex; flex-direction: column; margin-bottom: 52px; }
.gift-item { padding: 26px 0; border-bottom: 1px solid var(--gray-border); }
.gift-item:first-child { padding-top: 0; }
.gift-item:last-child { border-bottom: none; }
.gift-title { font-family: Georgia, serif; font-size: 20px; font-weight: 400; color: var(--text-dark); margin-bottom: 8px; }
.gift-text { font-size: 17px; color: var(--text-body); line-height: 1.75; }

.process-note {
  padding: 0;
  margin-bottom: 44px;
}
.process-note p { font-size: 15px; color: var(--gray-mid); line-height: 1.75; margin-bottom: 14px; }
.process-note p:last-child { margin-bottom: 0; }

.scripture-block {
  border-top: 1px solid var(--gray-border);
  padding: 40px 0 0;
}
.scripture-block::after { display: none; }
.scripture-verse { font-family: Georgia, serif; font-size: 21px; color: var(--text-dark); font-style: italic; line-height: 1.8; margin-bottom: 14px; }
.scripture-ref { font-size: 14px; font-weight: 600; color: var(--gray-mid); letter-spacing: 1px; text-transform: uppercase; }

/* ── RIGHT: DONORBOX ── */
.donate-form-wrap { grid-column: 2; grid-row: 1; position: sticky; top: 100px; }
.donate-form-card {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}
.donate-form-body {
  padding: 0;
  display: flex;
  justify-content: center;
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
  overflow: hidden;
}
.donate-form-body iframe {
  display: block;
  width: 530px !important;
  max-width: 100% !important;
  border: none;
  margin: 0 auto;
}
.donate-form-note {
  padding: 18px 22px;
  background: var(--gray-bg);
  border-top: 1px solid var(--gray-border);
  font-size: 15px; color: var(--gray-mid);
  line-height: 1.65; text-align: center;
}
.donate-form-note a { color: var(--blue); font-weight: 600; }

/* ── FOOTER ── */
.footer { background: #fff; border-top: 1px solid var(--gray-border); padding: 56px 0 32px; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.footer-logo img { height: 58px; width: auto; margin-bottom: 16px; }
.footer-brand-desc { font-size: 16px; color: var(--text-body); line-height: 1.75; max-width: 280px; }
.footer-col h4 { font-size: 16px; font-weight: 700; color: var(--text-dark); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-col a { font-size: 16px; color: var(--text-body); transition: color .15s; }
.footer-col a:hover { color: var(--blue); }
.footer-bottom { border-top: 1px solid var(--gray-border); margin-top: 44px; padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-copy { font-size: 15px; color: var(--gray-mid); }

/* ── RESPONSIVE ── */
@media (max-width: 1000px) {
  .donate-inner { grid-template-columns: 1fr; }
  .donate-left, .donate-form-wrap { grid-column: 1; }
  .donate-form-wrap { position: static; grid-row: auto; }
}
@media (max-width: 640px) {
  html { font-size: 19px; }
  .footer-inner { flex-direction: column; gap: 28px; }
  .donate-section { padding: 32px 0 72px; }
  .donate-form-wrap { order: -1; }
  .donate-form-card { max-width: none; }
  .scripture-block { padding: 32px 0 0; }
}

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }