*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;line-height:1.2;margin-bottom:.5em}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;margin-bottom:1rem}h3{font-size:1.25rem;margin-bottom:.5rem}p{margin-bottom:1rem;font-size:1rem;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:0 20px}.sticky-header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(229,231,235,.5);padding:1rem 0}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;color:#1f2937}.logo-text{font-family:Poppins,sans-serif}.header-actions{display:flex;align-items:center;gap:1rem}.phone-link{display:flex;align-items:center;gap:.5rem;color:#2563eb;text-decoration:none;font-weight:600;font-size:1.1rem;padding:.75rem 1rem;border-radius:.5rem;transition:all .2s ease}.phone-link:hover{background-color:#2563eb1a;transform:translateY(-1px)}.phone-link:focus{outline:2px solid #2563EB;outline-offset:2px}.cta-button{background:#f59e0b;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:44px}.cta-button:hover{background:#d97706;transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.cta-button:focus{outline:2px solid #F59E0B;outline-offset:2px}.hero{padding:4rem 0;background:linear-gradient(135deg,#2563eb0d,#fff)}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-title{color:#1f2937;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;line-height:1.5}.hero-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.primary-cta{display:inline-flex;align-items:center;gap:.5rem;background:#2563eb;color:#fff;padding:1rem 2rem;border-radius:.75rem;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .2s ease;min-height:52px;box-shadow:0 4px 12px #2563eb4d}.primary-cta:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 24px #2563eb66}.primary-cta:focus{outline:2px solid #2563EB;outline-offset:2px}.secondary-cta{background:transparent;color:#2563eb;border:2px solid #2563EB;padding:1rem 2rem;border-radius:.75rem;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .2s ease;min-height:52px}.secondary-cta:hover{background:#2563eb;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.secondary-cta:focus{outline:2px solid #2563EB;outline-offset:2px}.trust-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.trust-chip{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1rem;border-radius:2rem;box-shadow:0 2px 8px #0000001a;font-size:.9rem;font-weight:500;color:#374151}.trust-chip svg{color:#2563eb}.why-choose-us{padding:4rem 0;background:#f9fafb}.why-choose-us h2{text-align:center;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 12px #0000001a;text-align:center;transition:transform .2s ease}.feature-card:hover{transform:translateY(-4px)}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:#2563eb1a;border-radius:50%;margin-bottom:1rem;color:#2563eb}.feature-card h3{color:#1f2937;margin-bottom:.5rem}.feature-card p{color:#6b7280;margin:0;font-size:.95rem}.services{padding:4rem 0;background:#fff}.services h2{text-align:center;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 12px #0000001a;border:1px solid #E5E7EB;transition:all .2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026;border-color:#2563eb}.service-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:1rem;margin-bottom:1.5rem}.service-icon.emergency{background:#ef44441a;color:#ef4444}.service-icon.residential{background:#22c55e1a;color:#22c55e}.service-icon.commercial{background:#2563eb1a;color:#2563eb}.service-icon.automotive{background:#a855f71a;color:#a855f7}.service-icon.key-cutting{background:#f59e0b1a;color:#f59e0b}.service-card h3{color:#1f2937;margin-bottom:1rem}.service-card p{color:#6b7280;margin-bottom:1.5rem;line-height:1.5}.service-cta{display:inline-block;background:#2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .2s ease;min-height:44px;line-height:1.2}.service-cta:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.service-cta:focus{outline:2px solid #2563EB;outline-offset:2px}.about{padding:4rem 0;background:#f9fafb}.about-content{max-width:800px;margin:0 auto;text-align:center}.about h2{color:#1f2937;margin-bottom:2rem}.about p{color:#6b7280;font-size:1.1rem;line-height:1.6}.reviews{padding:4rem 0;background:#fff}.reviews h2{text-align:center;margin-bottom:3rem}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.review-card{background:#f9fafb;padding:2rem;border-radius:1rem;border-left:4px solid #F59E0B}.stars{display:flex;gap:.25rem;margin-bottom:1rem}.review-card p{color:#374151;font-style:italic;margin-bottom:1rem;line-height:1.5}.review-card cite{color:#6b7280;font-size:.9rem;font-weight:600}.service-areas{padding:4rem 0;background:#f9fafb}.service-areas h2{text-align:center;margin-bottom:3rem}.areas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:800px;margin:0 auto}.area-link{background:#fff;padding:1rem 1.5rem;border-radius:.5rem;text-decoration:none;color:#2563eb;font-weight:600;text-align:center;border:2px solid transparent;transition:all .2s ease;min-height:44px;display:flex;align-items:center;justify-content:center}.area-link:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.area-link:focus{outline:2px solid #2563EB;outline-offset:2px}.faq{padding:4rem 0;background:#fff}.faq h2{text-align:center;margin-bottom:3rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.faq-item{background:#f9fafb;padding:2rem;border-radius:1rem}.faq-item h3{color:#1f2937;margin-bottom:1rem;font-size:1.1rem}.faq-item p{color:#6b7280;margin:0;line-height:1.5}.contact{padding:4rem 0;background:#f9fafb}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info h2,.contact-details{margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:#2563eb;color:#fff;border-radius:.5rem;flex-shrink:0}.contact-item div{flex:1}.contact-item strong{display:block;color:#1f2937;margin-bottom:.25rem}.contact-item a{color:#2563eb;text-decoration:none}.contact-item a:hover{text-decoration:underline}.map-container{border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #0000001a}.contact-form{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 12px #0000001a}.contact-form h3{margin-bottom:1.5rem;color:#1f2937}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #D1D5DB;border-radius:.5rem;font-size:1rem;transition:border-color .2s ease;min-height:44px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:100px}.form-submit{width:100%;background:#2563eb;color:#fff;border:none;padding:1rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;min-height:44px}.form-submit:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.form-submit:focus{outline:2px solid #2563EB;outline-offset:2px}.form-message{display:flex;align-items:center;gap:.5rem;padding:1rem;border-radius:.5rem;margin-top:1rem;font-weight:500}.form-message.success{background:#22c55e1a;color:#15803d;border:1px solid rgba(34,197,94,.3)}.footer-cta{padding:4rem 0;background:#1f2937;color:#fff;text-align:center}.footer-cta h2{color:#fff;margin-bottom:2rem;font-size:1.75rem}.footer-cta-button{display:inline-flex;align-items:center;gap:.75rem;background:#f59e0b;color:#fff;padding:1.25rem 2.5rem;border-radius:.75rem;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .2s ease;box-shadow:0 4px 12px #f59e0b4d}.footer-cta-button:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 8px 24px #f59e0b66}.footer-cta-button:focus{outline:2px solid #F59E0B;outline-offset:2px}.footer{background:#111827;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.footer-brand p{color:#9ca3af;line-height:1.5}.footer-info h4,.footer-services h4{color:#fff;margin-bottom:1rem}.footer-info p{color:#9ca3af;margin-bottom:.5rem}.footer-info a{color:#60a5fa;text-decoration:none}.footer-info a:hover{text-decoration:underline}.footer-services ul{list-style:none}.footer-services li{color:#9ca3af;margin-bottom:.5rem}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af;font-size:.9rem}@media (max-width: 768px){.container{padding:0 16px}.header-actions{flex-direction:column;gap:.5rem}.phone-link{font-size:1rem;padding:.5rem .75rem}.cta-button{padding:.5rem 1rem;font-size:.9rem}.hero{padding:2rem 0}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1.1rem}.hero-actions{flex-direction:column;align-items:center}.primary-cta,.secondary-cta{width:100%;max-width:300px;justify-content:center}.trust-chips{flex-direction:column;align-items:center}.trust-chip{width:100%;max-width:300px;justify-content:center}.contact-content{grid-template-columns:1fr;gap:2rem}.footer-content{grid-template-columns:1fr;text-align:center}h1{font-size:1.75rem}h2{font-size:1.5rem}.features-grid,.services-grid,.reviews-grid,.faq-grid{grid-template-columns:1fr}.areas-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1rem}.primary-cta,.secondary-cta{padding:.875rem 1.5rem;font-size:1rem}.footer-cta h2{font-size:1.25rem}.areas-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.feature-card,.service-card,.review-card{border:2px solid #1F2937}.trust-chip{border:1px solid #6B7280}}@media print{.sticky-header,.hero-actions,.contact-form,.footer-cta{display:none}*{background:#fff!important;color:#000!important}}
