.contact-form-section{background:#fff;border-bottom:1px solid #e5e7eb;border-top:1px solid #e5e7eb;padding:5rem 0}.contact-form-wrapper{margin:0 auto;max-width:640px}.contact-form-header{margin-bottom:3rem;text-align:center}.contact-form-header h2{color:#0f172a;font-size:2.25rem;font-weight:700;margin-bottom:.75rem}.contact-form-header p{color:#64748b;font-size:1rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{color:#0f172a;font-size:.875rem;font-weight:600}.form-group input,.form-group textarea{background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#0f172a;font-size:.95rem;padding:.65rem .9rem;transition:border-color .2s ease,box-shadow .2s ease}.form-group textarea{resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group input:focus,.form-group textarea:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px rgba(14,165,233,.15);outline:none}.contact-submit-btn{align-items:center;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:18px;box-shadow:0 10px 25px rgba(14,165,233,.35);color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.6rem;height:56px;justify-content:center;transition:transform .25s ease,box-shadow .25s ease}.contact-submit-btn svg{fill:none;height:18px;stroke:currentColor;stroke-width:2;width:18px}.contact-submit-btn:hover{box-shadow:0 15px 30px rgba(14,165,233,.45);transform:translateY(-2px) scale(1.02)}@media (max-width:640px){.contact-form-grid{grid-template-columns:1fr}}.faq-cta-section{background:linear-gradient(135deg,rgba(14,165,233,.08),hsla(0,0%,100%,.9));padding:5rem 0}