body{color:#222;background:#fff;margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#root{width:100%;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}body{color:#222;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.navbar{z-index:100;background:#0a2d6e;padding:12px 0;position:sticky;top:0;box-shadow:0 2px 8px #0000004d}.nav-container{justify-content:space-between;align-items:center;gap:20px;max-width:1100px;margin:0 auto;padding:0 20px;display:flex}.nav-logo{border-radius:6px;width:auto;height:55px}.nav-links{gap:28px;list-style:none;display:flex}.nav-links a{color:#cde;font-size:15px;font-weight:500;transition:color .2s}.nav-links a:hover{color:#fff}.nav-phone{color:#fff;white-space:nowrap;background:#1a6dd4;border-radius:6px;padding:8px 16px;font-size:16px;font-weight:700;transition:background .2s}.nav-phone:hover{background:#2581f5}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0a2d6e 0%,#1a6dd4 100%);padding:90px 20px}.hero-content{max-width:700px;margin:0 auto}.hero h1{letter-spacing:-1px;margin-bottom:16px;font-size:3rem;font-weight:800}.hero-sub{color:#c5daf5;margin-bottom:10px;font-size:1.2rem}.hero-exp{color:#ffd966;margin-bottom:32px;font-size:1.1rem;font-weight:600}.hero-btns{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.btn-primary{color:#0a2d6e;cursor:pointer;background:#ffd966;border:none;border-radius:8px;padding:14px 28px;font-size:16px;font-weight:700;transition:background .2s;display:inline-block}.btn-primary:hover{background:#ffe699}.btn-outline{color:#fff;background:0 0;border:2px solid #fff;border-radius:8px;padding:14px 28px;font-size:16px;font-weight:700;transition:background .2s;display:inline-block}.btn-outline:hover{background:#ffffff26}.section{padding:70px 20px}.section-alt{background:#f0f5ff}.container{max-width:1100px;margin:0 auto}.section-title{color:#0a2d6e;text-align:center;margin-bottom:48px;font-size:2rem;font-weight:700;position:relative}.section-title:after{content:"";background:#1a6dd4;border-radius:2px;width:60px;height:4px;margin:12px auto 0;display:block}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin-bottom:48px;display:grid}.service-card{background:#fff;border:1px solid #dce8fb;border-radius:12px;padding:32px 28px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 12px #0a2d6e12}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0a2d6e21}.service-icon{margin-bottom:14px;font-size:2.5rem}.service-card h3{color:#0a2d6e;margin-bottom:14px;font-size:1.2rem}.service-card ul{color:#444;list-style:none}.service-card ul li{padding:4px 0 4px 18px;position:relative}.service-card ul li:before{content:"✓";color:#1a6dd4;font-weight:700;position:absolute;left:0}.brands{text-align:center;color:#555}.brands p{margin-bottom:12px;font-size:1rem;font-weight:600}.brand-list{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.brand-list span{color:#0a2d6e;background:#e8f0fe;border-radius:20px;padding:6px 16px;font-size:14px;font-weight:500}.about-container{max-width:700px}.about-text p{color:#444;margin-bottom:16px;font-size:1.05rem}.badges{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.badge{color:#fff;background:#0a2d6e;border-radius:20px;padding:8px 18px;font-size:14px;font-weight:600}.hours-table{border-radius:12px;max-width:400px;margin:0 auto;overflow:hidden;box-shadow:0 2px 12px #0a2d6e12}.hours-row{background:#fff;border-bottom:1px solid #e8f0fe;justify-content:space-between;padding:14px 24px;display:flex}.hours-row:last-child{border-bottom:none}.hours-row.closed{color:#999;background:#f8f8f8}.hours-day{color:#0a2d6e;font-weight:600}.hours-row.closed .hours-day{color:#999}.hours-time{color:#444}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.testimonial-card{background:#fff;border-left:4px solid #1a6dd4;border-radius:8px;padding:28px 24px;box-shadow:0 2px 10px #0a2d6e12}.testimonial-card p{color:#444;margin-bottom:16px;font-style:italic;line-height:1.7}.testimonial-card span{color:#0a2d6e;font-size:14px;font-weight:600}.faq-list{flex-direction:column;gap:16px;max-width:800px;margin:0 auto;display:flex}.faq-item{background:#fff;border:1px solid #dce8fb;border-radius:10px;padding:24px 28px;box-shadow:0 2px 8px #0a2d6e0d}.faq-item h3{color:#0a2d6e;margin-bottom:10px;font-size:1.05rem}.faq-item p{color:#444;line-height:1.7}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.contact-item{align-items:flex-start;gap:16px;margin-bottom:28px;display:flex}.contact-icon{flex-shrink:0;font-size:1.8rem}.contact-item strong{color:#0a2d6e;margin-bottom:4px;font-size:1rem;display:block}.contact-item p,.contact-item a{color:#444}.contact-item a:hover{color:#1a6dd4}.contact-form h3{color:#0a2d6e;margin-bottom:20px;font-size:1.3rem}.contact-form input,.contact-form textarea{background:#fff;border:1px solid #c5d5ee;border-radius:8px;width:100%;margin-bottom:14px;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#1a6dd4;outline:none}.contact-form button{width:100%;font-size:16px}.footer{color:#aac0e8;text-align:center;background:#0a2d6e;padding:40px 20px}.footer-logo{border-radius:6px;width:auto;height:60px;margin-bottom:16px}.footer p{margin-bottom:6px;font-size:14px}@media (width<=768px){.nav-links{display:none}.hero h1{font-size:2rem}.contact-grid{grid-template-columns:1fr}.about-container{max-width:100%}}
