.mission-page{padding:4rem 2rem;background:#fff;min-height:90vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mission-header{text-align:center;margin-bottom:4rem}.mission-header h1{color:#004aad;font-size:3rem;margin-bottom:1rem;font-weight:700;background:linear-gradient(135deg,#004aad,#1c2253);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mission-header p{color:#666;font-size:1.2rem}.mission-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:0 1rem}.mission-content .mission-section{grid-column:auto;margin-bottom:0}.mission-section{background:linear-gradient(135deg,#004aad,#1c2253);color:white;border-radius:20px;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;border:3px solid #fdd835}.mission-section:hover{transform:translateY(-5px)}.mission-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#fdd835,#43a047)}.section-icon{color:#fdd835;margin-bottom:1rem;display:flex;align-items:center;gap:1rem}.mission-section h2{color:white;font-size:1.75rem;margin-bottom:1.5rem;font-weight:600}.statement-box{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.statement-box p{color:white;font-size:1.1rem;line-height:1.8;margin:0 0 1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mission-section{animation:fadeInUp .6s ease-out forwards}.mission-section:nth-child(2){animation-delay:.2s}.mission-section:nth-child(3){animation-delay:.4s}.cta-section .statement-box{justify-content:space-between}.cta-section .statement-box p{color:white;font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem}.cta-section .statement-box strong{color:#fdd835;font-weight:700}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-top:auto;width:100%}.cta-button{padding:.75rem 1.5rem;border:2px solid transparent;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.donate-btn{background:#43a047;color:white;border-color:#43a047}.donate-btn:hover{background:#2e7d32;border-color:#2e7d32;transform:translateY(-2px)}.volunteer-btn{background:transparent;color:#fdd835;border-color:#fdd835}.volunteer-btn:hover{background:#fdd835;color:#004aad;transform:translateY(-2px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:white;border-radius:16px;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.5rem;border-radius:50%;transition:all .3s ease}.modal-close:hover{background:#f5f5f5;color:#333}.modal-header{text-align:center;margin-bottom:2rem;padding-right:2rem}.modal-header h2{color:#004aad;font-size:1.75rem;margin-bottom:.5rem}.modal-header p{color:#666;font-size:1rem;line-height:1.6}.heart-icon{color:#43a047;margin-bottom:1rem}.donation-form{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input{width:100%;padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#004aad}.amount-input{position:relative;display:flex;align-items:center}.currency-symbol{position:absolute;left:.75rem;color:#666;font-weight:600}.amount-input input{padding-left:2rem}.donate-button{width:100%;background:linear-gradient(135deg,#43a047,#4caf50);color:white;border:none;padding:1rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.donate-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px rgba(67,160,71,.3)}.donate-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#ffebee;color:#c62828;margin-bottom:1rem;font-weight:500}.donation-info,.error-message{padding:1rem;border-radius:8px}.donation-info{background:#f8f9fa;border-left:4px solid #43a047}.donation-info p{margin:0;font-size:.9rem;color:#666;line-height:1.5}.donation-info strong{color:#43a047}@media (max-width:768px){.mission-page{padding:2rem 1rem}.mission-header h1{font-size:2.2rem}.mission-content{grid-template-columns:1fr;gap:1.5rem}.mission-content .cta-section{grid-column:1/-1;margin-top:1.5rem}.mission-section{padding:2rem}.mission-section h2{font-size:1.5rem}.statement-box p{font-size:1rem;line-height:1.6}.cta-buttons{flex-direction:column;gap:.75rem}.cta-button{padding:.6rem 1.2rem;font-size:.9rem}.modal-content{padding:1.5rem;margin:1rem}.modal-header h2{font-size:1.5rem}}