:root {
  --navy: #061329;
  --navy-2: #0b2145;
  --blue: #1167f2;
  --blue-2: #42a4ff;
  --gold: #ffbf24;
  --gold-2: #ffdd69;
  --ink: #0a1730;
  --muted: #68748a;
  --line: #dfe5ee;
  --soft: #f3f6fb;
  --white: #fff;
  --success: #087a4a;
  --radius: 24px;
  --shadow: 0 24px 60px rgba(6, 19, 41, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; line-height: 1.5; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, label, select { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(860px, calc(100% - 40px)); }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: #fff; color: #000; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(6,19,41,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.09); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: 1.05rem; }
.brand-copy small { color: #9eb3d2; margin-top: 6px; font-size: .74rem; }
.header-nav { display: flex; align-items: center; gap: 24px; }
.header-nav a { color: #d9e6fb; text-decoration: none; font-weight: 700; font-size: .92rem; }
.header-nav .nav-cta { color: var(--navy); background: var(--gold); padding: 11px 20px; border-radius: 999px; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 70% 20%, #173e81 0, var(--navy) 45%, #030a18 100%); color: #fff; padding: 96px 0 110px; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,191,36,.6), transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .2; pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -100px; top: -100px; background: var(--blue-2); }
.hero-glow-two { width: 280px; height: 280px; left: -120px; bottom: -130px; background: var(--gold); opacity: .08; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 82px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-2); font-size: .76rem; font-weight: 900; letter-spacing: .16em; }
.eyebrow.dark { color: #1950a5; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: #ff334f; box-shadow: 0 0 0 7px rgba(255,51,79,.14); }
.hero h1 { max-width: 760px; margin: 22px 0 22px; font-size: clamp(2.65rem, 5.5vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-copy > p { max-width: 690px; margin: 0; color: #c8d7ed; font-size: 1.12rem; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 14px; text-decoration: none; border: 1px solid transparent; font-weight: 900; cursor: pointer; }
.button-primary { color: var(--navy); background: linear-gradient(135deg, var(--gold), var(--gold-2)); box-shadow: 0 12px 30px rgba(255,191,36,.2); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.05); }
.hero-trust { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 18px; color: #aebfd8; font-size: .83rem; font-weight: 700; }
.mission-card { position: relative; background: linear-gradient(155deg, rgba(255,255,255,.13), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.17); border-radius: 30px; padding: 40px; box-shadow: 0 34px 90px rgba(0,0,0,.3); backdrop-filter: blur(20px); }
.mission-card::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,191,36,.13); border-radius: 22px; pointer-events: none; }
.mission-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(145deg, #ffd545, #f2a900); color: #4d2a00; font-size: 2.2rem; font-weight: 900; box-shadow: 0 14px 28px rgba(255,191,36,.22); }
.mission-quote { position: relative; margin: 28px 0; color: #f1f6ff; font-size: 1.25rem; font-weight: 760; line-height: 1.55; }
.mission-divider { height: 1px; background: rgba(255,255,255,.13); }
.mission-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 24px; }
.mission-stats div { display: flex; flex-direction: column; gap: 2px; }
.mission-stats strong { color: var(--gold); font-size: 1.15rem; }
.mission-stats span { color: #9eb3d2; font-size: .72rem; }
.giving-section { background: var(--soft); padding: 100px 0 110px; }
.section-heading { text-align: center; margin-bottom: 46px; }
.section-heading h2, .transparency-section h2, .faq-section h2 { margin: 14px 0 12px; font-size: clamp(2rem, 4vw, 3.15rem); letter-spacing: -.04em; line-height: 1.08; }
.section-heading p { max-width: 650px; margin: 0 auto; color: var(--muted); }
.giving-layout { display: grid; grid-template-columns: minmax(0, 1fr) 370px; align-items: start; gap: 28px; }
.giving-form { background: #fff; border: 1px solid #e6ebf2; border-radius: var(--radius); padding: 38px; box-shadow: var(--shadow); }
.form-step { padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.optional-step { margin-bottom: 22px; }
.step-heading { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.step-number { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-weight: 900; font-size: .88rem; box-shadow: 0 8px 16px rgba(17,103,242,.2); }
.step-heading h3 { margin: 1px 0 3px; font-size: 1.08rem; }
.step-heading h3 small { color: var(--muted); font-weight: 600; }
.step-heading p { margin: 0; color: var(--muted); font-size: .88rem; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.segmented label { cursor: pointer; }
.segmented input { position: absolute; opacity: 0; pointer-events: none; }
.segmented span { min-height: 76px; display: flex; flex-direction: column; justify-content: center; padding: 15px 18px; border: 1.5px solid var(--line); border-radius: 15px; transition: .18s ease; }
.segmented b { font-size: .93rem; }
.segmented small { color: var(--muted); margin-top: 4px; }
.segmented input:checked + span { border-color: var(--blue); background: #eff6ff; box-shadow: inset 0 0 0 1px var(--blue); color: #074596; }
.currency-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.currency-row label { font-weight: 800; }
.currency-row select { width: min(100%, 310px); min-height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 0 14px; color: var(--ink); }
.amount-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.amount-option { cursor: pointer; }
.amount-option input { position: absolute; opacity: 0; pointer-events: none; }
.amount-option span { display: grid; place-items: center; min-height: 54px; border: 1.5px solid var(--line); border-radius: 12px; font-weight: 900; transition: .18s ease; background: #fff; }
.amount-option input:checked + span { color: #074596; border-color: var(--blue); background: #eff6ff; box-shadow: inset 0 0 0 1px var(--blue); }
.custom-amount { display: block; margin-top: 16px; font-weight: 800; font-size: .86rem; }
.money-input { display: flex; align-items: center; min-height: 52px; margin-top: 7px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; }
.money-input:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(17,103,242,.1); }
.money-input b { padding-left: 16px; color: #24518b; }
.money-input input { width: 100%; border: 0; outline: 0; padding: 0 14px; }
.field-error { min-height: 1.2em; margin: 8px 0 0; color: #b42318; font-size: .8rem; font-weight: 700; }
.payment-methods { display: grid; gap: 11px; }
.payment-card { position: relative; display: grid; grid-template-columns: 56px 1fr 24px; gap: 14px; align-items: center; padding: 16px; border: 1.5px solid var(--line); border-radius: 15px; cursor: pointer; transition: .18s ease; }
.payment-card:has(input:checked) { border-color: var(--blue); background: #f3f8ff; box-shadow: inset 0 0 0 1px var(--blue); }
.payment-card input { position: absolute; opacity: 0; }
.payment-logo { width: 52px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: #fff; border: 1px solid #e7ebf0; font-weight: 900; }
.paypal-mark { color: #073a82; font-style: italic; letter-spacing: -1px; }
.paypal-mark span { color: #1d91d0; }
.mp-mark { color: #0874b9; font-size: .82rem; background: #dff5ff; }
.bank-mark { color: #5d478c; font-size: 1.3rem; background: #f0eafe; }
.payment-copy { display: flex; flex-direction: column; }
.payment-copy b { font-size: .91rem; }
.payment-copy small { margin-top: 3px; color: var(--muted); font-size: .77rem; }
.radio-indicator { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #b9c3d0; }
.payment-card input:checked ~ .radio-indicator { border: 6px solid var(--blue); }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.giving-form label:not(.payment-card):not(.segmented label):not(.amount-option):not(.check-row):not(.legal-check):not(.custom-amount) { display: flex; flex-direction: column; gap: 7px; font-size: .84rem; font-weight: 800; }
.giving-form input[type=text], .giving-form input[type=email], .giving-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 13px 14px; outline: none; resize: vertical; }
.giving-form textarea { margin-top: 14px; }
.giving-form input:focus, .giving-form textarea:focus, .giving-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(17,103,242,.1); }
.check-row, .legal-check { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.check-row { margin-top: 14px; color: var(--muted); font-size: .84rem; }
.check-row input, .legal-check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--blue); flex: 0 0 auto; }
.legal-check { color: #59667a; font-size: .8rem; }
.submit-button { width: 100%; min-height: 58px; display: flex; justify-content: center; align-items: center; gap: 14px; border: 0; border-radius: 14px; color: var(--navy); background: linear-gradient(135deg, var(--gold), var(--gold-2)); box-shadow: 0 15px 30px rgba(255,191,36,.25); font-weight: 950; cursor: pointer; }
.submit-button:hover { transform: translateY(-1px); }
.secure-note { display: flex; justify-content: center; gap: 7px; margin-top: 16px; color: var(--muted); text-align: center; font-size: .76rem; }
.summary-card { position: sticky; top: 106px; overflow: hidden; background: linear-gradient(160deg, #0b2145, #061329); color: #fff; border-radius: var(--radius); padding: 34px; box-shadow: 0 24px 60px rgba(6,19,41,.25); }
.summary-card::before { content: "+"; position: absolute; right: -20px; top: -55px; font-size: 13rem; font-weight: 900; color: rgba(255,255,255,.025); }
.summary-kicker { color: var(--gold); font-size: .69rem; font-weight: 900; letter-spacing: .13em; }
.summary-amount { margin-top: 25px; font-size: 2.5rem; font-weight: 950; letter-spacing: -.04em; }
.summary-frequency { color: #9fb7da; margin-top: -2px; margin-bottom: 28px; }
.summary-line { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; color: #aebfd8; font-size: .86rem; }
.summary-line strong { color: #fff; text-align: right; }
.summary-divider { height: 1px; background: rgba(255,255,255,.12); margin: 20px 0; }
.impact-block { display: flex; gap: 13px; padding: 17px; border: 1px solid rgba(255,191,36,.18); background: rgba(255,191,36,.06); border-radius: 15px; }
.impact-icon { color: var(--gold); }
.impact-block strong { font-size: .88rem; }
.impact-block p { margin: 5px 0 0; color: #9fb0c9; font-size: .77rem; }
.verse { margin-top: 25px; color: #c7d5e9; font-family: Georgia, serif; font-style: italic; font-size: .89rem; }
.verse span { display: block; margin-top: 5px; color: var(--gold); font-family: inherit; font-size: .75rem; }
.transparency-section { background: var(--navy); color: #fff; padding: 100px 0; }
.transparency-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 22px; align-items: stretch; }
.transparency-grid > div:first-child { padding-right: 24px; }
.transparency-grid > div:first-child p { color: #9eb3d2; }
.use-card { min-height: 245px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; padding: 25px; background: linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); }
.use-card span { color: var(--gold); font-weight: 900; }
.use-card h3 { margin: 30px 0 8px; }
.use-card p { margin: 0; color: #9eb3d2; font-size: .86rem; }
.faq-section { padding: 100px 0; background: #fff; }
.faq-section h2 { margin-bottom: 34px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; list-style: none; padding: 22px 44px 22px 0; cursor: pointer; font-weight: 850; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 17px; color: var(--blue); font-size: 1.5rem; }
details[open] summary::after { content: "−"; }
details p { margin: -6px 0 24px; color: var(--muted); }
.site-footer { background: #030a18; color: #aab8cc; padding: 38px 0; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 22px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 54px; height: 54px; object-fit: contain; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: #fff; }
.footer-brand span { font-size: .78rem; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { text-decoration: none; font-size: .82rem; }
.footer-inner > p { grid-column: 1/-1; margin: 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); font-size: .76rem; }
.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(2,8,20,.78); backdrop-filter: blur(7px); }
.modal-dialog { position: relative; width: min(500px, 100%); max-height: calc(100vh - 40px); overflow: auto; background: #fff; border-radius: 24px; padding: 38px; text-align: center; box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.modal-close { position: absolute; right: 16px; top: 13px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--soft); cursor: pointer; font-size: 1.4rem; }
.modal-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 20px; color: #5d3b00; background: linear-gradient(145deg, var(--gold), var(--gold-2)); font-size: 1.8rem; font-weight: 950; }
.modal-dialog h2 { margin: 0 0 12px; }
.modal-dialog p { color: var(--muted); }
.modal-dialog code { display: block; padding: 12px; border-radius: 10px; background: var(--soft); text-align: left; overflow-wrap: anywhere; }
.modal-action { width: 100%; margin-top: 16px; border: 0; }
.bank-list { display: grid; gap: 10px; margin-top: 20px; text-align: left; }
.bank-account { border: 1px solid var(--line); border-radius: 14px; padding: 15px; }
.bank-account strong { display: block; }
.bank-account span { display: block; color: var(--muted); font-size: .82rem; margin-top: 3px; }
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .mission-card { max-width: 620px; }
  .giving-layout { grid-template-columns: 1fr; }
  .summary-card { position: static; }
  .transparency-grid { grid-template-columns: 1fr 1fr; }
  .transparency-grid > div:first-child { grid-column: 1/-1; }
}
@media (max-width: 680px) {
  .container, .narrow { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 70px; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy small { display: none; }
  .header-nav { gap: 10px; }
  .header-nav > a:first-child { display: none; }
  .header-nav .nav-cta { padding: 9px 16px; }
  .hero { padding: 72px 0 80px; }
  .hero h1 { font-size: 2.75rem; }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-trust { display: grid; gap: 8px; }
  .mission-card { padding: 28px; }
  .mission-stats { gap: 6px; }
  .giving-section, .transparency-section, .faq-section { padding: 72px 0; }
  .giving-form { padding: 24px 18px; border-radius: 18px; }
  .segmented { grid-template-columns: 1fr; }
  .currency-row { align-items: stretch; flex-direction: column; gap: 8px; }
  .currency-row select { width: 100%; }
  .amount-grid { grid-template-columns: 1fr 1fr; }
  .payment-card { grid-template-columns: 48px 1fr 20px; padding: 13px; gap: 10px; }
  .payment-logo { width: 44px; }
  .two-columns { grid-template-columns: 1fr; }
  .summary-card { padding: 28px 22px; }
  .transparency-grid { grid-template-columns: 1fr; }
  .transparency-grid > div:first-child { grid-column: auto; }
  .use-card { min-height: 190px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}
