.footer{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);color:#e0e0e0;padding:4rem 2rem 2rem;margin-top:5rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem}.footer-column h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:0.5px}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:0.75rem}.footer-column ul li a{color:#b8b8d1;text-decoration:none;transition:color 0.2s ease;font-size:0.938rem}.footer-column ul li a:hover{color:#667eea;text-decoration:underline}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);text-align:center}.footer-bottom p{color:#888;font-size:0.875rem;margin:0}@media (max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:640px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-column h4{font-size:1rem;margin-bottom:1rem}.footer-column ul li{margin-bottom:0.5rem}.footer-column ul li a{font-size:0.875rem}}.contact-form{max-width:600px;margin:0 auto}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.5rem;color:#e0e0e0;font-weight:500;font-size:0.938rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:0.875rem 1rem;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:8px;color:#fff;font-size:1rem;transition:all 0.3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#667eea;background:rgba(255,255,255,0.08);box-shadow:0 0 0 3px rgba(102,126,234,0.1)}.form-group textarea{resize:vertical;min-height:100px}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,0.4)}.form-guarantees{display:flex;justify-content:space-around;gap:1rem;padding:1.25rem;background:rgba(102,126,234,0.1);border-radius:8px;margin:1.5rem 0}.form-guarantees p{margin:0;font-size:0.875rem;color:#b8b8d1;display:flex;align-items:center;gap:0.5rem}.btn-large{width:100%;padding:1rem 2rem;font-size:1.063rem;font-weight:600}.contact-alternative{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1)}.contact-alternative p{margin:0.5rem 0;color:#b8b8d1}.contact-alternative a{color:#667eea;text-decoration:none}.contact-alternative a:hover{text-decoration:underline}@media (max-width:640px){.form-row{grid-template-columns:1fr;gap:1.5rem}.form-guarantees{flex-direction:column;gap:0.75rem;padding:1rem}.form-guarantees p{justify-content:center}}#form-status.success{background:rgba(34,197,94,0.1);border:1px solid rgba(34,197,94,0.3);color:#4ade80}#form-status.error{background:rgba(239,68,68,0.1);border:1px solid rgba(239,68,68,0.3);color:#f87171}