*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem 1rem}.app{display:flex;justify-content:center;align-items:flex-start}.container{background:#fff;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;padding:2.5rem;width:100%;max-width:600px}.language-toggle{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.language-header{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:10px;flex-wrap:wrap}.lang-filter-btn{padding:.5rem 1rem;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;color:#4a5568}.lang-filter-btn:hover{border-color:#3b82f6;background:#f0f7ff}.lang-filter-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.multilingual-title{white-space:pre-line;line-height:1.3}.multilingual-text{white-space:pre-line;line-height:1.5}.intake-form label{white-space:pre-line;line-height:1.4}.lang-btn{padding:.5rem 1rem;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.lang-btn:hover{border-color:#667eea;background:#f8fafc}.lang-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}header{text-align:center;margin-bottom:2rem}header h1{color:#1a1a2e;font-size:2rem;font-weight:700;margin-bottom:.5rem}header .subtitle{color:#667eea;font-size:1.1rem;font-weight:500}.intake-form{display:flex;flex-direction:column;gap:1.5rem}.form-section{background:#f8fafc;border-radius:12px;padding:1.5rem}.form-section h2{color:#334155;font-size:1rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.form-row{display:flex;gap:1rem}.form-group{flex:1;margin-bottom:1rem}.form-group:last-child{margin-bottom:0}.form-group.flex-2{flex:2}.form-group.flex-1{flex:1}label{display:block;color:#475569;font-size:.875rem;font-weight:500;margin-bottom:.5rem}input[type=text],input[type=tel],input[type=date],input[type=number],select{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease;background:#fff}input[type=text]:focus,input[type=tel]:focus,input[type=date]:focus,input[type=number]:focus,select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}input::placeholder{color:#94a3b8}.checkbox-group{margin-bottom:0}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:1rem;color:#334155}.checkbox-label input[type=checkbox]{display:none}.checkbox-custom{width:24px;height:24px;border:2px solid #e2e8f0;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background:#fff}.checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:#667eea;border-color:#667eea}.checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{content:"✓";color:#fff;font-size:14px;font-weight:700}.diaper-size-group{margin-top:1rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sms-consent-section{border-top:2px solid #e2e8f0;padding-top:1.5rem}.consent-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem}.consent-text{color:#475569;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.consent-links{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.consent-link-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.consent-link-item strong{color:#334155;font-size:.9rem;display:block;margin-bottom:.5rem}.consent-link-item p{color:#64748b;font-size:.85rem;line-height:1.5;margin-bottom:.5rem}.policy-link{color:#667eea;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem;transition:color .2s ease}.policy-link:hover{color:#764ba2;text-decoration:underline}.policy-link:after{content:"→";font-size:.8rem}.consent-checkbox{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin:1rem 0}.consent-checkbox .checkbox-label span:last-child{font-size:.9rem;color:#1e293b;line-height:1.5}.consent-legal{color:#64748b;font-size:.8rem;line-height:1.5;margin-top:.75rem;font-style:italic}.captcha-container{display:flex;justify-content:center;margin:1.5rem 0}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.alert{padding:1rem 1.25rem;border-radius:10px;font-weight:500}.alert.success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.alert.error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.success-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#d1fae5,#a7f3d0,#6ee7b7);display:flex;flex-direction:column;z-index:9999;overflow-y:auto;-webkit-overflow-scrolling:touch}.success-overlay-content{text-align:center;max-width:600px;width:100%;margin:0 auto;padding:2rem 1.5rem 1rem;flex:1}.success-checkmark{width:80px;height:80px;border-radius:50%;background:#065f46;color:#fff;font-size:2.8rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;animation:popIn .4s ease-out}@keyframes popIn{0%{transform:scale(0);opacity:0}70%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}.success-title{color:#065f46;font-size:1.5rem;margin-bottom:.25rem;font-weight:700}.success-subtitle{color:#065f46;font-size:1rem;margin-bottom:1rem;font-weight:500;opacity:.85}.success-messages-multi{display:flex;flex-direction:column;gap:.75rem}.success-lang-block{text-align:left}.success-lang-label{font-weight:700;font-size:1rem;color:#065f46;margin-bottom:.35rem;padding-left:.25rem}.success-message-text{color:#064e3b;font-size:.95rem;line-height:1.6;text-align:left;background:#ffffffb3;padding:1rem;border-radius:10px;white-space:pre-line}.success-button-bar{position:sticky;bottom:0;background:linear-gradient(to top,#a7f3d0 60%,transparent);padding:1.25rem 1.5rem 1.5rem;text-align:center}.new-request-btn{background:#065f46!important;color:#fff!important;font-size:1.1rem;padding:.9rem 2rem;border-radius:10px;border:none;cursor:pointer;font-weight:600;width:100%;max-width:400px}.new-request-btn:hover{background:#047857!important}@media (max-width: 480px){.container{padding:1.5rem}.form-row{flex-direction:column;gap:0}header h1{font-size:1.5rem}}.policy-container{max-width:700px}.policy-content{margin-top:1rem}.policy-section{background:#f8fafc;border-radius:12px;padding:1.5rem;margin-bottom:1rem}.policy-section h2{color:#334155;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.policy-section p{color:#475569;font-size:.95rem;line-height:1.6;margin-bottom:.75rem}.policy-section ul{margin:.75rem 0;padding-left:1.5rem}.policy-section li{color:#475569;font-size:.95rem;line-height:1.6;margin-bottom:.5rem}.policy-date{color:#94a3b8;font-size:.85rem;font-style:italic;text-align:center;margin-top:1.5rem}.policy-footer{margin-top:2rem;text-align:center}.back-link{display:inline-block;color:#667eea;font-size:1rem;font-weight:500;text-decoration:none;padding:.75rem 1.5rem;border:2px solid #667eea;border-radius:8px;transition:all .2s ease}.back-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.contact-info{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem 1.25rem;margin-top:.75rem}.contact-info p{margin-bottom:.5rem}.contact-info p:last-child{margin-bottom:0}.contact-info a{color:#667eea;text-decoration:none;transition:color .2s ease}.contact-info a:hover{color:#764ba2;text-decoration:underline}.form-section-description{color:#64748b;font-size:.9rem;margin-bottom:1rem;line-height:1.5}.household-row{display:flex;gap:1rem}.household-row .form-group{flex:1;text-align:center}.household-row label{font-size:.8rem;white-space:pre-line;text-align:center;line-height:1.3}.household-row input[type=number]{text-align:center;-moz-appearance:textfield}.household-row input[type=number]::-webkit-outer-spin-button,.household-row input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media (max-width: 480px){.household-row{flex-direction:column}.household-row .form-group{text-align:left}}.request-type-section{margin-bottom:1.5rem}.request-type-options{display:flex;gap:1rem}.request-type-option{flex:1;cursor:pointer}.request-type-option input[type=radio]{display:none}.request-type-option .option-content{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;border:2px solid #e2e8f0;border-radius:12px;transition:all .2s ease;text-align:center}.request-type-option:hover .option-content{border-color:#667eea;background:#f8fafc}.request-type-option.selected .option-content{border-color:#667eea;background:linear-gradient(135deg,#667eea10,#764ba210);box-shadow:0 0 0 3px #667eea33}.option-icon{font-size:2rem;margin-bottom:.5rem}.option-label{font-weight:600;color:#1e293b;font-size:1rem}.option-desc{font-size:.8rem;color:#64748b;margin-top:.25rem}@media (max-width: 480px){.request-type-options{flex-direction:column}}.additional-households-section{border-top:2px dashed #e2e8f0;padding-top:1.5rem;margin-top:1rem}.additional-household-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1rem}.household-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.household-header h3{color:#1e293b;font-size:1rem;font-weight:600}.btn-remove-household{background:none;border:none;color:#ef4444;cursor:pointer;font-size:.85rem;padding:.25rem .5rem;border-radius:4px;transition:background .2s}.btn-remove-household:hover{background:#fef2f2}.btn-add-household{width:100%;padding:1rem;border:2px dashed #cbd5e1;border-radius:12px;background:transparent;color:#64748b;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-add-household:hover{border-color:#667eea;color:#667eea;background:#f8fafc}
