.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-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}}