.volunteer-page{background:#f8f9fa;flex-direction:column;min-height:100vh;display:flex}.volunteer-hero{background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:250px;padding:4rem 1.5rem;display:flex;position:relative}.hero-overlay{background:#ffffff80;position:absolute;inset:0}.hero-content{z-index:10;text-align:center;max-width:800px;position:relative}.hero-content h1{color:#292524;letter-spacing:-1px;margin:0 0 1rem;font-size:48px;font-weight:900}.hero-content p{color:#78716c;margin:0;font-size:18px;font-weight:500}.volunteer-main{background-position:50%;background-size:cover;background-attachment:fixed;flex:1;padding:3rem 1.5rem;position:relative}.volunteer-main:before{content:"";pointer-events:none;background:#ffffff80;position:absolute;inset:0}.success-alert,.error-alert{z-index:10;border-radius:8px;align-items:center;gap:12px;margin-bottom:2rem;padding:14px 18px;font-size:14px;animation:.3s ease-out slideDown;display:flex;position:relative}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success-alert{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.error-alert{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}.success-alert svg,.error-alert svg{flex-shrink:0;width:20px;height:20px}.form-container{z-index:10;background:#fff;border:1px solid #8b6f471a;border-radius:12px;max-width:600px;margin:0 auto;padding:2.5rem 2rem;position:relative;box-shadow:0 8px 24px #0000001a}.volunteer-form{flex-direction:column;gap:2rem;display:flex}.form-section{flex-direction:column;gap:1rem;display:flex}.form-section h2{color:#1a1a1a;border:none;margin:0 0 1rem;padding:0;font-size:16px;font-weight:600}.form-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-field{flex-direction:column;gap:8px;display:flex}.form-field.full-width{grid-column:1/-1}.form-field label{color:#333;align-items:center;gap:4px;font-size:14px;font-weight:500;display:flex}.required{color:#dc3545;font-weight:600}.form-field input,.form-field select,.form-field textarea{color:#333;background:#fff;border:1px solid #d4af8f;border-radius:8px;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .2s}.form-field input::placeholder,.form-field textarea::placeholder{color:#999}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#dc5f3c;outline:none;box-shadow:0 0 0 3px #dc5f3c1a}.form-field textarea{resize:vertical;min-height:100px;font-family:inherit}.form-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:20px;padding-right:40px}.consent-field{background:#fef9f5;border:1px solid #d4af8f;border-radius:8px;padding:1rem}.checkbox-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:12px;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;accent-color:#dc5f3c;flex-shrink:0;width:18px;height:18px;margin-top:4px}.checkbox-label span{color:#333;font-size:13px;line-height:1.6}.form-actions{border-top:1px solid #e5e5e5;padding-top:1.5rem}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dc5f3c 0%,#c4481f 100%);border:none;border-radius:8px;width:100%;padding:14px;font-size:15px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #dc5f3c33}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#e67548 0%,#d4581b 100%);transform:translateY(-2px);box-shadow:0 6px 16px #dc5f3c4d}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.volunteer-footer{background:#2d3e2e;border-top:1px solid #4a5d4b;width:100%;margin:auto 0 0;padding:1.25rem 0}.volunteer-footer p{text-align:center;color:#b8c4b8;max-width:1000px;margin:0 auto;padding:0;font-size:13px}@media (max-width:768px){.hero-content h1{font-size:32px}.hero-content p{font-size:15px}.volunteer-hero{background-attachment:scroll;min-height:200px;padding:3rem 1rem}.volunteer-main{background-attachment:scroll;padding:2rem 0}.form-container{border-radius:8px;margin:0 1rem;padding:2rem 1.5rem}.form-grid{grid-template-columns:1fr;gap:1rem}.form-field.full-width{grid-column:1}.form-section h2{margin-bottom:.75rem;font-size:15px}}@media (max-width:600px){.volunteer-hero{min-height:160px;padding:2rem 1rem}.hero-content h1{margin-bottom:.5rem;font-size:28px}.hero-content p{font-size:14px}.volunteer-main{padding:1.5rem 0}.form-container{border-radius:8px;margin:1.5rem 1rem;padding:1.5rem 1rem}.form-grid{gap:1rem}.form-field label{font-size:13px}.form-field input,.form-field select,.form-field textarea{border-radius:6px;padding:11px 12px;font-size:16px}.form-field textarea{min-height:80px}.consent-field{padding:.75rem}.checkbox-label span{font-size:12px}.submit-btn{border-radius:6px;padding:12px;font-size:14px}.form-section h2{font-size:14px}}@media (max-width:480px){.volunteer-hero{min-height:140px;padding:1.5rem .75rem}.hero-content h1{margin-bottom:.25rem;font-size:24px}.hero-content p{font-size:13px}.volunteer-main{padding:1rem 0}.form-container{border-radius:6px;margin:1rem .75rem;padding:1.25rem 1rem}.form-field input,.form-field select,.form-field textarea{padding:10px;font-size:16px}.form-grid{gap:.75rem}.success-alert,.error-alert{gap:10px;padding:12px 14px;font-size:13px}.form-section h2{margin-bottom:.75rem;font-size:13px}.submit-btn{padding:11px;font-size:13px}}*{box-sizing:border-box}body{margin:0;padding:0}input,select,textarea,button{-webkit-tap-highlight-color:transparent}
