.intro-section{padding:20px 1.5rem 50px}.intro-container{max-width:800px;margin:0 auto;text-align:center}.intro-text{font-size:1.125rem;line-height:1.9;color:var(--text-light)}.intro-text p{margin-bottom:1.5rem}.impact-section{padding:50px 1.5rem;background:var(--bg)}.impact-container{max-width:1100px;margin:0 auto}.impact-header{text-align:center;margin-bottom:30px}.impact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}@media (max-width:700px){.impact-grid{grid-template-columns:1fr}}.impact-card{background:var(--white);border-radius:20px;padding:35px;box-shadow:0 8px 40px rgba(30,42,58,.06);transition:transform .3s ease,box-shadow .3s ease}.impact-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(30,42,58,.1)}.impact-icon{background:var(--cream);font-size:1.75rem}.impact-icon,.impact-icon-svg{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.impact-icon-svg{background:var(--accent)}.impact-icon-svg svg{width:32px;height:32px;stroke:var(--white)}.impact-title{font-family:var(--font-dm-sans),sans-serif;font-size:1.125rem;font-weight:700;color:var(--primary);margin-bottom:.75rem}.impact-description{font-size:.9375rem;color:var(--text-light);line-height:1.7}.give-section{padding:60px 1.5rem}.give-container{max-width:1100px;margin:0 auto}.give-header{text-align:center;margin-bottom:30px}.give-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}@media (max-width:800px){.give-grid{grid-template-columns:1fr}}.give-card{background:var(--white);border-radius:24px;padding:40px;box-shadow:0 10px 50px rgba(30,42,58,.08);border:2px solid transparent;transition:all .3s ease}.give-card:hover{border-color:var(--accent)}.give-card.featured{background:linear-gradient(135deg,var(--primary) 0,#2a3a4d 100%);color:var(--white)}.give-card.featured .give-card-title{color:var(--white)}.give-card.featured .give-card-description{color:rgba(255,255,255,.85)}.give-card-title{font-size:1.5rem;color:var(--primary);margin-bottom:1rem}.give-card-description{font-size:1rem;color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.tax-info{padding:60px 1.5rem;background:var(--bg);text-align:center}.tax-info-container{max-width:700px;margin:0 auto}.tax-info p{font-size:.9375rem;color:var(--text-muted);line-height:1.7;font-style:italic}.donation-section{padding:0 1.5rem 4rem;background:var(--bg)}.donation-container{max-width:500px;margin:0 auto}.donation-content{background:var(--white);border-radius:16px;padding:2.5rem;box-shadow:0 4px 24px rgba(0,0,0,.06);border:1px solid var(--border)}.donation-heading{font-family:var(--font-playfair),Georgia,serif;font-size:1.75rem;color:var(--primary);margin-bottom:.5rem;text-align:center}.donation-description{color:var(--text-muted);text-align:center;margin-bottom:1.5rem;font-size:.9375rem}.donation-form{display:flex;flex-direction:column;gap:1.25rem}.donation-frequency{display:flex;background:var(--cream);border-radius:8px;padding:4px}.frequency-btn{flex:1;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;font-family:inherit;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;color:var(--text-muted)}.frequency-btn.active{background:var(--white);color:var(--primary);box-shadow:0 2px 8px rgba(0,0,0,.08)}.donation-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.preset-btn{padding:1rem;font-size:1rem;font-weight:600;font-family:inherit;background:var(--cream);border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;color:var(--primary)}.preset-btn:hover{border-color:var(--accent)}.preset-btn.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.donation-custom{display:flex;align-items:center;background:var(--cream);border-radius:8px;border:2px solid transparent;transition:all .2s ease}.donation-custom:focus-within{border-color:var(--accent);background:var(--white)}.custom-currency{padding:0 .75rem 0 1rem;font-size:1.125rem;font-weight:600;color:var(--text-muted)}.custom-input{flex:1;padding:1rem 1rem 1rem 0;font-size:1rem;font-family:inherit;background:transparent;border:none;color:var(--primary)}.custom-input:focus{outline:none}.custom-input::placeholder{color:var(--text-muted)}.donation-cover-fee{align-items:center;gap:.5rem;cursor:pointer}.donation-cover-fee input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent-dark);cursor:pointer;flex-shrink:0}.donation-cover-fee span{line-height:1.4}.donation-referred{display:flex;flex-direction:column;gap:.35rem}.donation-referred-label{font-size:.875rem;font-weight:600;color:var(--primary)}.donation-referred-hint{font-weight:400;color:var(--text-light)}.donation-referred-input{width:100%;padding:.875rem 1rem;font-size:.9375rem;font-family:inherit;background:var(--cream);border:2px solid transparent;border-radius:8px;color:var(--primary);transition:all .2s ease}.donation-referred-input::placeholder{color:var(--text-muted)}.donation-referred-input:focus{outline:none;border-color:var(--accent);background:var(--white)}.donation-note{padding:.875rem 1rem;font-size:.9375rem;font-family:inherit;background:var(--cream);border:2px solid transparent;border-radius:8px;color:var(--primary);resize:vertical;min-height:60px;transition:all .2s ease}.donation-note:focus{outline:none;border-color:var(--accent);background:var(--white)}.donation-note::placeholder{color:var(--text-muted)}.donation-error{color:#c53030;font-size:.875rem;text-align:center;margin:0}.donation-submit{padding:1rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;background:var(--accent);color:var(--white);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.donation-submit:hover:not(:disabled){background:var(--accent-dark)}.donation-submit:disabled{opacity:.6;cursor:not-allowed}.donation-secure{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.8125rem;color:var(--text-muted);margin:0}.lock-icon{width:14px;height:14px}.other-ways-section{padding:4rem 1.5rem;background:var(--cream)}.other-ways-container{max-width:900px;margin:0 auto}.other-ways-title{font-family:var(--font-playfair),Georgia,serif;font-size:1.75rem;color:var(--primary);text-align:center;margin-bottom:2rem}.other-ways-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.other-ways-card{background:var(--white);padding:2rem;border-radius:12px;border:1px solid var(--border)}.other-ways-card h3{font-family:var(--font-dm-sans),sans-serif;font-size:1.125rem;font-weight:700;color:var(--primary);margin-bottom:.75rem}.other-ways-card p{font-size:.9375rem;color:var(--text-muted);margin-bottom:1.25rem;line-height:1.6}@media (max-width:600px){.donation-presets{grid-template-columns:repeat(2,1fr)}.other-ways-grid{grid-template-columns:1fr}.donation-content{padding:1.5rem}}.donate-ach-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:1.25rem;padding:.9rem 1.25rem;background:var(--cream);border:1px solid var(--accent);border-radius:14px;text-decoration:none;transition:background .2s ease,box-shadow .2s ease}.donate-ach-bar:hover{background:#efe7d9;box-shadow:0 4px 16px rgba(50,65,71,.1)}.donate-ach-bar-text{color:var(--text-light);font-size:.92rem;line-height:1.4}.donate-ach-bar-cta,.donate-ach-bar-text strong{color:var(--primary)}.donate-ach-bar-cta{font-weight:600;font-size:.92rem;white-space:nowrap}.donation-gift-fields{display:flex;flex-direction:column;gap:1.25rem;border:none;margin:0;padding:0;min-width:0}.donation-gift-fields:disabled{opacity:.45;pointer-events:none}.donation-cover-fee,.donation-designate{display:flex;font-size:.875rem;color:var(--text-light);padding:.7rem .85rem;background:transparent;border:1.5px solid var(--border,rgba(0,0,0,.12));border-radius:8px;transition:all .2s ease}.donation-cover-fee:hover,.donation-designate:hover{border-color:var(--accent)}.donation-cover-fee:has(input:checked),.donation-designate--on{border-color:var(--accent);background:var(--cream)}.donation-designate{align-items:baseline;flex-wrap:wrap;gap:.35rem .75rem}.donation-designate-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;flex:1;min-width:0}.donation-designate input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent-dark);cursor:pointer;flex-shrink:0}.donation-designate-label span{line-height:1.45}.donation-designate strong{color:var(--primary);font-weight:600}.donation-designate-link{color:var(--accent-text);font-weight:600;font-size:.8125rem;text-decoration:underline;white-space:nowrap}.donation-tiers{margin-bottom:1.25rem}.donation-tiers-divider{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0 1rem;color:var(--text-muted);font-size:.8125rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.donation-tiers-divider:after,.donation-tiers-divider:before{content:"";flex:1;height:1px;background:var(--border,rgba(0,0,0,.12))}.donation-tier-interval{display:flex;gap:.5rem;margin-bottom:.75rem}.donation-tier-interval-btn{flex:1;padding:.6rem .75rem;font-size:.875rem;font-weight:600;font-family:inherit;background:var(--cream);border:2px solid transparent;border-radius:8px;cursor:pointer;color:var(--text-light);transition:all .2s ease}.donation-tier-interval-btn:hover{border-color:var(--accent)}.donation-tier-interval-btn.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.donation-tier-save{font-size:.75rem;opacity:.85}.donation-tier-list{display:flex;flex-direction:column;gap:.5rem}.donation-tier{display:flex;align-items:center;gap:.75rem;width:100%;padding:.85rem 1rem;text-align:left;font-family:inherit;background:var(--cream);border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease}.donation-tier:hover:not(:disabled){border-color:var(--accent)}.donation-tier:disabled{cursor:not-allowed;opacity:.6}.donation-tier--selected{background:var(--white);border-color:var(--accent)}.donation-tier-mark{width:18px;height:18px;flex-shrink:0;border:2px solid var(--text-muted);border-radius:50%;position:relative;transition:all .2s ease}.donation-tier--selected .donation-tier-mark{border-color:var(--accent-dark)}.donation-tier--selected .donation-tier-mark:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--accent-dark)}.donation-tier-body{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.donation-tier-name{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-weight:600;font-size:.95rem;color:var(--primary)}.donation-tier-pill{background:var(--accent-text);color:var(--white);font-size:.625rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.2rem .45rem;border-radius:10px;white-space:nowrap}.donation-tier-benefits{font-size:.8125rem;color:var(--text-light);line-height:1.35}.donation-tier-price{font-weight:700;font-size:1.05rem;color:var(--primary);white-space:nowrap}.donation-tier-suffix{font-weight:500}.donation-tier-note,.donation-tier-suffix{font-size:.8125rem;color:var(--text-light)}.donation-tier-note{margin-top:.75rem;line-height:1.45}.donation-tier-clear{background:none;border:none;padding:0;font:inherit;color:var(--accent-text);font-weight:600;text-decoration:underline;cursor:pointer}@media (max-width:480px){.donation-tier{align-items:flex-start}.donation-tier-price{align-self:center}}.manage-gift-card{max-width:34rem;margin:0 auto;background:var(--white);border:1px solid var(--border);border-radius:12px;padding:2rem}.manage-gift-intro{font-size:1rem;line-height:1.7;color:var(--text-light);margin:0 0 1.5rem}.manage-gift-form{display:flex;flex-direction:column;gap:.5rem}.manage-gift-label{font-size:.875rem;font-weight:600;color:var(--text)}.manage-gift-input{min-width:0;width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid var(--border);border-radius:8px;background:var(--white);color:var(--text)}.manage-gift-submit{margin-top:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:var(--white);background:var(--primary);border:none;border-radius:8px;cursor:pointer}.manage-gift-submit:disabled{opacity:.65;cursor:default}.manage-gift-sent p{font-size:1rem;line-height:1.7;color:var(--text-light);margin:0 0 .75rem}.manage-gift-note{font-size:.9375rem}.manage-gift-retry{background:none;border:none;padding:0;font:inherit;color:var(--accent-text);text-decoration:underline;cursor:pointer}.manage-gift-fineprint{margin:1.5rem 0 0;padding-top:1.25rem;border-top:1px solid var(--border);font-size:.875rem;line-height:1.6;color:var(--text-muted)}.manage-gift-help{max-width:34rem;margin:1.5rem auto 0;text-align:center;font-size:.9375rem;color:var(--text-muted)}.manage-gift-help a{color:var(--accent-text)}.manage-gift-notice{margin:0 0 1.25rem;padding:.875rem 1rem;border-radius:8px;font-size:.9375rem;line-height:1.6}.manage-gift-notice--ok{background:#e8f3ec;color:#1c5c33}.manage-gift-notice--warn{background:#fbf0e4;color:#7a4a12}