.contact-hero{position:relative;width:100%;min-height:45vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10rem 2rem 5rem;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;text-align:center;overflow:hidden}.contact-hero:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5;z-index:1}.contact-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.contact-hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-1px}.contact-hero p{font-size:1.25rem;font-weight:400;opacity:.9;line-height:1.6}.contact-container{max-width:1200px;margin:-4rem auto 4rem;padding:0 2rem;position:relative;z-index:10}.contact-split{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;background:#fff;border-radius:24px;box-shadow:0 20px 50px #00000014;overflow:hidden;border:1px solid #e2e8f0}.contact-form-side{padding:4rem;background:#fff}.contact-form-side h2{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#334155;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:1rem 1.2rem;border:1px solid #cbd5e1;border-radius:12px;font-family:inherit;font-size:1rem;transition:all .3s;background:#f8fafc}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb1a}.form-group textarea{resize:vertical;min-height:150px}.submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#f97316,#dc2626);color:#fff;font-weight:700;border:none;border-radius:12px;font-size:1.1rem;cursor:pointer;transition:all .3s;box-shadow:0 10px 20px #f9731633}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #f973164d}.success-message{display:none;padding:1rem;background:#ecfdf5;color:#059669;border-radius:12px;margin-bottom:1.5rem;border:1px solid #a7f3d0;font-weight:500}.success-message.show{display:block}.contact-info-side{padding:4rem;background:#f8fafc;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;gap:2.5rem}.info-block{display:flex;gap:1.5rem;align-items:flex-start}.info-icon{width:50px;height:50px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#2563eb;box-shadow:0 4px 10px #0000000d;flex-shrink:0}.info-content h3{font-size:1.2rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.info-content p,.info-content a{color:#475569;line-height:1.6;font-size:1rem;text-decoration:none}.info-content a{color:#2563eb;font-weight:600;transition:color .2s}.info-content a:hover{color:#1d4ed8;text-decoration:underline}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-links a{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#475569;text-decoration:none;font-weight:700;box-shadow:0 4px 10px #0000000d;transition:all .3s}.social-links a:hover{background:#2563eb;color:#fff;transform:translateY(-3px)}.bottom-section{max-width:1200px;margin:0 auto 6rem;padding:0 2rem;display:grid;grid-template-columns:1fr;gap:3rem}.map-container{width:100%;height:400px;border-radius:24px;overflow:hidden;box-shadow:0 15px 40px #0000000f;border:1px solid #e2e8f0}.map-container iframe{width:100%;height:100%;border:0}.services-wrapper{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 15px 40px #0000000f;border:1px solid #e2e8f0}.services-wrapper h2{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.services-wrapper>p{color:#64748b;margin-bottom:2rem;font-size:1.1rem;max-width:800px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.service-area-card{background:#f8fafc;padding:2rem;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease}.service-area-card:hover{background:#fff;border-color:#2563eb;box-shadow:0 10px 20px #2563eb0d}.service-area-card h4{font-size:1.1rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.service-area-card p{color:#64748b;font-size:.95rem;line-height:1.5}@media(max-width:900px){.contact-split{grid-template-columns:1fr}.contact-info-side{border-left:none;border-top:1px solid #e2e8f0}.contact-form-side,.contact-info-side{padding:2.5rem}.contact-hero{padding-top:8rem;min-height:40vh}.services-wrapper{padding:2rem}}
