*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#111827;color:#fff;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background-color:#1f2937;border-bottom:2px solid #7c3aed;position:sticky;top:0;z-index:1000;transition:all .3s ease}nav{justify-content:space-between;padding:1rem 0}.logo,nav{display:flex;align-items:center}.logo{gap:10px;text-decoration:none}.logo-icon{width:40px;height:40px;background:linear-gradient(45deg,#7c3aed,#a855f7);border-radius:8px;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:18px}.logo-text{font-size:24px;font-weight:700;color:#a855f7}.nav-links{display:flex;list-style:none;gap:30px;align-items:center}.nav-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.nav-links a.active,.nav-links a:hover{color:#a855f7}.get-quote-btn{background:linear-gradient(45deg,#7c3aed,#a855f7);color:white;padding:12px 24px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.get-quote-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(124,58,237,.3)}.mobile-menu-btn{display:none;background:none;border:none;color:#d1d5db;font-size:24px;cursor:pointer}.page-header{background:linear-gradient(135deg,#111827,#4c1d95 50%,#111827);padding:100px 0 80px;text-align:center;position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;top:20%;left:10%;width:60px;height:60px;border:2px solid rgba(124,58,237,.3);border-radius:8px;animation:float 6s ease-in-out infinite}.page-header:after{content:"";position:absolute;bottom:30%;right:15%;width:40px;height:40px;border:2px solid rgba(124,58,237,.4);border-radius:50%;animation:float 6s ease-in-out 2s infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.page-header h1{font-size:3.5rem;font-weight:900;margin-bottom:20px;background:linear-gradient(45deg,#ffffff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-header p{font-size:1.3rem;color:#d1d5db;max-width:600px;margin:0 auto}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;color:#a855f7;margin-bottom:20px;text-align:center}.section-subtitle{font-size:1.2rem;color:#9ca3af;margin-bottom:60px;text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.bg-dark{background-color:#1f2937}.bg-darker{background-color:#111827}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:80px}.contact-method{background-color:#111827;border:2px solid rgba(124,58,237,.3);border-radius:16px;padding:40px;text-align:center;transition:all .3s ease}.contact-method:hover{border-color:#a855f7;transform:translateY(-5px);box-shadow:0 20px 40px rgba(124,58,237,.2)}.contact-icon{width:80px;height:80px;background:linear-gradient(45deg,#7c3aed,#a855f7);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:2rem;color:white}.contact-method h3{color:#c084fc;font-size:1.4rem;margin-bottom:15px}.contact-method p{color:#9ca3af;margin-bottom:20px;line-height:1.6}.contact-detail{color:#d1d5db;font-weight:600;font-size:1.1rem}.contact-link{color:#a855f7;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#c084fc}.main-contact{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact-form-section,.contact-info-section{background-color:#1f2937;border:2px solid rgba(124,58,237,.3);border-radius:16px;padding:50px}.contact-form-section h3,.contact-info-section h3{color:#c084fc;font-size:1.8rem;margin-bottom:30px}.form-group{margin-bottom:25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group label{display:block;color:#d1d5db;font-weight:600;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;background-color:#374151;border:1px solid #4b5563;border-radius:8px;padding:14px;color:white;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#a855f7;box-shadow:0 0 0 3px rgba(168,85,247,.1)}.form-group textarea{resize:vertical;min-height:120px}.form-group select{cursor:pointer}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.submit-btn{background:linear-gradient(45deg,#7c3aed,#a855f7);color:white;padding:16px 32px;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(124,58,237,.4)}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact-info-item{display:flex;align-items:center;margin-bottom:30px;padding:20px;background-color:rgba(124,58,237,.1);border-radius:12px;transition:all .3s ease}.contact-info-item:hover{background-color:rgba(124,58,237,.15)}.contact-info-icon{width:60px;height:60px;background:linear-gradient(45deg,#7c3aed,#a855f7);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:20px;font-size:1.5rem;color:white}.contact-info-details h4{color:#c084fc;font-weight:600;margin-bottom:5px}.contact-info-details p{color:#d1d5db;margin:0}.offices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:50px}.office-card{background-color:#111827;border:2px solid rgba(124,58,237,.3);border-radius:16px;padding:40px;text-align:center;transition:all .3s ease}.office-card:hover{border-color:#a855f7;transform:translateY(-5px)}.office-card h4{color:#c084fc;font-size:1.3rem;margin-bottom:20px}.office-card p{color:#9ca3af;margin-bottom:10px}.office-hours{background-color:rgba(124,58,237,.1);padding:15px;border-radius:8px;margin-top:20px}.office-hours h5{color:#a855f7;margin-bottom:10px}.faq-item{background-color:#1f2937;border:2px solid rgba(124,58,237,.3);border-radius:12px;margin-bottom:20px;overflow:hidden;transition:all .3s ease}.faq-question{padding:25px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#c084fc;font-weight:600;font-size:1.1rem}.faq-question:hover{background-color:rgba(124,58,237,.1)}.faq-toggle{font-size:1.5rem;transition:transform .3s ease}.faq-answer{padding:0 25px 25px;color:#d1d5db;display:none}.faq-item.active .faq-answer{display:block}.faq-item.active .faq-toggle{transform:rotate(45deg)}.response-badge{background:linear-gradient(45deg,#7c3aed,#a855f7);padding:15px 25px;border-radius:12px;text-align:center;margin-top:30px}.response-badge h4{color:white;margin-bottom:5px}.response-badge p{color:rgba(255,255,255,.9);font-size:.9rem;margin:0}footer{background-color:#1f2937;border-top:2px solid rgba(124,58,237,.3);padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h4{color:#c084fc;font-size:1.2rem;margin-bottom:20px}.footer-section p{color:#9ca3af;margin-bottom:20px}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#a855f7}.social-links{display:flex;gap:15px}.social-link{width:40px;height:40px;background:linear-gradient(45deg,#7c3aed,#a855f7);border-radius:8px;display:flex;align-items:center;justify-content:center;color:white;text-decoration:none;transition:all .3s ease}.social-link:hover{transform:translateY(-2px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid rgba(124,58,237,.3);flex-wrap:wrap;gap:20px}.footer-bottom p{color:#9ca3af;font-size:.9rem}.footer-links{display:flex;gap:30px;flex-wrap:wrap}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#a855f7}@media (max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:block}.page-header h1{font-size:2.5rem}.main-contact{grid-template-columns:1fr;gap:40px}.contact-form-section,.contact-info-section{padding:30px}.form-row{grid-template-columns:1fr;gap:15px}.contact-methods{gap:20px}.contact-methods,.offices-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.section-title{font-size:2rem}}@media (max-width:480px){.container{padding:0 15px}.page-header h1{font-size:2rem}.contact-form-section,.contact-info-section,.contact-method,.office-card{padding:25px 20px}.contact-icon{width:60px;height:60px}}