.contact-page{max-width:1200px;margin:0 auto;padding:48px 20px 80px;color:#111827}.contact-hero{display:grid;grid-template-columns:1.4fr .6fr;align-items:center;margin-bottom:56px;grid-gap:40px;gap:40px}.contact-hero-left{display:flex;flex-direction:column}.contact-hero-left h1{font-size:52px;font-weight:800;color:#1e293b;margin:0 0 16px;letter-spacing:-1.5px;line-height:1.1}.hero-subtitle-1{font-size:18px;color:#475569;line-height:1.6;margin:0 0 36px}.contact-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:24px;gap:24px}.feature-item{display:flex;gap:14px;align-items:flex-start}.feature-icon{background:#fff3f0;color:#ee5e42;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;box-shadow:0 4px 10px rgba(238,94,66,.08)}.feature-text h4{font-size:14px;font-weight:700;margin:0 0 4px;color:#1f2937}.feature-text p{font-size:13px;color:#64748b;margin:0;line-height:1.45}.contact-hero-right{display:flex;justify-content:flex-end;align-items:center}.illustration-wrapper{width:100%;max-width:320px;display:flex;justify-content:center;align-items:center}.hero-svg{width:100%;height:auto;max-width:320px}.contact-content{display:grid;grid-template-columns:1.7fr 1fr;grid-gap:32px;gap:32px;align-items:start}.contact-form-wrapper{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.03);border:1px solid #f1f5f9}.contact-form-wrapper h3{font-size:22px;font-weight:700;margin:0 0 24px;color:#1e293b}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.full-width{grid-column:span 2}.form-group{display:flex;flex-direction:column}.form-group label{font-size:14px;font-weight:600;color:#334155;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;color:#1e293b;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box;font-family:inherit}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px;cursor:pointer}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#ee5e42;box-shadow:0 0 0 3px rgba(238,94,66,.1)}.form-group textarea{resize:vertical;min-height:120px}.form-actions{display:flex;align-items:center;gap:16px;margin-top:10px;flex-wrap:nowrap}.btn-send{display:inline-flex;align-items:center;gap:8px;background:#ee5e42;color:#fff;padding:14px 28px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .18s,transform .12s;font-family:inherit;white-space:nowrap;flex-shrink:0}.btn-send:hover{background:#d94e34;transform:translateY(-1px)}.btn-send:disabled{opacity:.65;cursor:not-allowed;transform:none}.secure-note{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#64748b;line-height:1.4;white-space:nowrap}.secure-note svg{flex-shrink:0;font-size:16px;color:#64748b}.contact-sidebar{display:flex;flex-direction:column;gap:24px}.sidebar-card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.03);border:1px solid #f1f5f9}.sidebar-card h4{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 20px}.reach-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.reach-link{display:flex;align-items:center;gap:16px;text-decoration:none;border-radius:8px;padding:4px;margin:-4px;transition:background .15s}.reach-link:hover{background:#f8fafc}.reach-icon{background:#eff6ff;color:#2563eb;width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;transition:background .15s}.reach-link:hover .reach-icon{background:#dbeafe}.reach-text{display:flex;flex-direction:column;gap:2px}.reach-text strong{font-size:14px;font-weight:600;color:#1e293b}.reach-text span{font-size:13px;color:#64748b}.sidebar-card p{font-size:14px;color:#475569;line-height:1.6;margin:0 0 20px}.business-hours{display:flex;align-items:center;gap:12px;background:#fff5f2;padding:16px;border-radius:8px}.business-hours svg{color:#ff5a3d;font-size:24px;flex-shrink:0}.bh-text{display:flex;flex-direction:column;gap:2px}.bh-text strong{font-size:14px;font-weight:600;color:#1e293b}.bh-text span{font-size:13px;color:#64748b}@media (max-width:1024px){.contact-hero{grid-template-columns:1fr}.contact-hero-right{display:none}.contact-content{grid-template-columns:1fr}.contact-sidebar{width:100%}}@media (max-width:640px){.contact-form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.contact-hero-left h1{font-size:38px}.contact-form-wrapper{padding:24px 20px}.form-actions{flex-direction:column;align-items:flex-start;gap:12px}}.contact-form-container{max-width:600px;margin:50px auto;padding:0 20px;transition:max-width .3s ease}.contact-form-header{text-align:center;margin-bottom:40px}.contact-form-header h2{font-size:28px;font-weight:700;color:#111827;margin-bottom:10px}.contact-form-header p{font-size:16px;color:#4b5563}.contact-form{background-color:#ffffff;padding:40px;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:20px}.checkbox-group{display:flex;flex-wrap:wrap;gap:12px}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#4b5563;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s}.checkbox-label:hover{background:#f9fafb}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#6366f1}.checkbox-label-block{margin-bottom:15px}.checkbox-label-block label{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:#4b5563;line-height:1.5}.submit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;background-color:#111827;color:#ffffff;padding:16px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.submit-btn:hover{background-color:#1f2937}