:root{--bg:#0b0f16;--card:#111827;--text:#e5e7eb;--muted:#9ca3af;--accent:#22c55e;--border:hsla(0,0%,100%,.08);--hover:hsla(0,0%,100%,.12)}body,html{padding:0;margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}a{color:var(--accent);text-decoration:none}.container{max-width:960px;margin:0 auto;padding:2rem 1rem}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem 1.25rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.muted{color:var(--muted)}.header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.chip{display:inline-block;padding:.1rem .5rem;border-radius:999px;background:hsla(0,0%,100%,.08);font-size:.8rem}.hero-section{background:linear-gradient(135deg,var(--bg) 0,#1a1f2e 100%);padding:4rem 1rem;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(34,197,94,.1) 0,transparent 50%),radial-gradient(circle at 70% 80%,rgba(22,163,74,.1) 0,transparent 50%);pointer-events:none}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;position:relative;z-index:1}.hero-content{max-width:600px}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0 0 1.5rem;color:var(--text)}.hero-highlight{background:linear-gradient(135deg,var(--accent),#16a34a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.6;color:var(--muted);margin:0 0 2rem}.hero-cta{gap:1rem;margin-bottom:3rem}.hero-cta,.hero-stats{display:flex;flex-wrap:wrap}.hero-stats{gap:2rem}.stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:700;color:var(--accent);margin-bottom:.5rem}.stat-label{font-size:.9rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.hero-image-placeholder,.hero-visual{display:flex;justify-content:center;align-items:center}.hero-image-placeholder{width:300px;height:300px;background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(22,163,74,.1));border:2px solid rgba(34,197,94,.3);border-radius:20px;flex-direction:column;text-align:center}.hero-icon{font-size:4rem;margin-bottom:1rem}.hero-text{font-size:1.1rem;font-weight:600;color:var(--accent)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin:0 0 1rem;color:var(--text)}.section-subtitle{font-size:1.1rem;color:var(--muted);text-align:center;max-width:600px;margin:0 auto 3rem}.features-section{padding:5rem 0;background:var(--bg)}.features-grid{display:flex;flex-wrap:wrap;gap:2rem;margin-top:3rem;justify-content:center}.feature-card{border-radius:16px;padding:2rem;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),#16a34a);transform:scaleX(0);transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(34,197,94,.15)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.3rem;font-weight:600;color:var(--text)}.feature-card p{color:var(--muted)}.social-proof-section{padding:5rem 0;background:linear-gradient(135deg,rgba(34,197,94,.05),rgba(22,163,74,.05))}.testimonials-grid{display:flex;flex-wrap:wrap;gap:2rem;margin-top:3rem;justify-content:center}.testimonial-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:0 15px 35px rgba(34,197,94,.1)}.testimonial-content{font-size:1.1rem;line-height:1.6;color:var(--text);margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;background:rgba(34,197,94,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.author-name{font-weight:600;color:var(--text);margin-bottom:.25rem}.author-location{font-size:.9rem;color:var(--muted)}.services-overview-section{padding:5rem 0;background:var(--bg)}.services-grid{display:flex;flex-wrap:wrap;gap:2rem;margin-top:3rem;justify-content:center}.service-category{border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.service-category:hover{transform:translateY(-4px);border-color:var(--accent)}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-category h3{font-size:1.3rem;font-weight:600;margin:0 0 1.5rem}.service-category ul{list-style:none;padding:0;text-align:left}.service-category li{color:var(--muted);position:relative;padding:.5rem 0 .5rem 1.5rem}.service-category li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}.states-section{padding:5rem 0;background:linear-gradient(135deg,rgba(34,197,94,.05),rgba(22,163,74,.05))}.states-header{text-align:center;margin-bottom:3rem}.states-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.state-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;text-decoration:none;color:inherit;flex:0 1 280px}.state-card:hover{transform:translateY(-4px);border-color:var(--accent);background:rgba(34,197,94,.05);box-shadow:0 10px 25px rgba(34,197,94,.15)}.state-name{font-size:1.1rem;font-weight:600;color:var(--text)}.state-arrow{font-size:1.2rem;color:var(--accent);transition:transform .3s ease}.state-card:hover .state-arrow{transform:translateX(4px)}.final-cta-section{padding:5rem 0;background:linear-gradient(135deg,var(--card),#1a1f2e)}.cta-content{text-align:center;max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin:0 0 1.5rem;color:var(--text)}.cta-content p{font-size:1.1rem;line-height:1.6;color:var(--muted);margin:0 0 2rem}.cta-button{padding:1rem 2rem;border-radius:12px;text-decoration:none;transition:all .3s ease;display:inline-block;font-size:1.1rem}.cta-button.primary{background:var(--accent);color:#fff}.cta-button.primary:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 10px 25px rgba(34,197,94,.3)}.cta-button.secondary{background:transparent;color:var(--accent);border:2px solid var(--accent)}.cta-button.secondary:hover{background:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px rgba(34,197,94,.2)}.navbar{border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer,.navbar{background:var(--card)}.footer{border-top:1px solid var(--border)}.footer-container{padding-top:2rem;padding-bottom:2rem}.footer-header{text-align:center;margin-bottom:1rem}.footer-title{font-weight:700;font-size:1.1rem}.footer-links{display:flex;flex-wrap:wrap;gap:.75rem 1rem;justify-content:center;margin-bottom:1rem}.footer-link{color:var(--muted);text-decoration:none;padding:.25rem .5rem;border-radius:6px;transition:color .2s ease,background-color .2s ease;border:1px solid transparent}.footer-link:hover{color:var(--text);background:hsla(0,0%,100%,.04);border-color:var(--border)}.footer-bottom{text-align:center;font-size:.9rem}.navbar-container{max-width:960px;margin:0 auto;padding:0 1rem;justify-content:space-between;height:64px;position:relative}.navbar-container,.navbar-logo{display:flex;align-items:center}.navbar-logo{text-decoration:none}.logo-placeholder{width:120px;height:40px;background:linear-gradient(135deg,var(--accent),#16a34a);border-radius:8px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(34,197,94,.3)}.logo-text{color:#fff;font-weight:700;font-size:.9rem;letter-spacing:1px}.navbar-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0}.hamburger{position:relative}.hamburger,.hamburger:after,.hamburger:before{width:20px;height:2px;background:var(--text);transition:all .3s ease}.hamburger:after,.hamburger:before{content:"";position:absolute}.hamburger:before{transform:translateY(-6px)}.hamburger:after{transform:translateY(6px)}.hamburger.open{background:transparent}.hamburger.open:before{transform:rotate(45deg)}.hamburger.open:after{transform:rotate(-45deg)}.navbar-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;padding:1rem;gap:1rem;z-index:1001;min-height:auto;height:auto;max-height:none}.navbar-menu.open{display:flex}.navbar-link{color:var(--text);text-decoration:none;padding:.75rem 1rem;border-radius:8px;transition:all .2s ease;font-weight:500}.navbar-link:hover{background:hsla(0,0%,100%,.05);color:var(--accent)}.about-hero{text-align:center;margin-bottom:3rem;padding:2rem 0}.about-title{font-size:2.5rem;font-weight:800;margin:0 0 1rem;background:linear-gradient(135deg,var(--text),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-subtitle{font-size:1.2rem;color:var(--muted);margin:0;line-height:1.6}.about-content,.about-section{margin-bottom:3rem}.about-section h2{font-size:1.8rem;font-weight:700;margin:0 0 1.5rem;color:var(--text);border-bottom:2px solid var(--accent);padding-bottom:.5rem;display:inline-block}.about-section h3{font-size:1.3rem;font-weight:600;margin:0 0 1rem;color:var(--text)}.about-section h4{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:var(--text)}.about-section p{font-size:1rem;line-height:1.7;margin:0 0 1rem;color:var(--text)}.about-section strong{color:var(--accent);font-weight:600}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:0 8px 25px rgba(34,197,94,.15)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{margin:0 0 1rem;color:var(--accent)}.feature-card p{margin:0;font-size:.95rem;line-height:1.6}.services-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.service-category{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.service-category h3{margin:0 0 1rem;color:var(--accent)}.service-category ul{margin:0;padding-left:1.5rem}.service-category li{margin-bottom:.5rem;line-height:1.5}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.benefit-item{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.benefit-item h4{margin:0 0 1rem;color:var(--accent)}.benefit-item p{margin:0;font-size:.95rem;line-height:1.6}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.step-item{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-align:center;position:relative}.step-number{width:40px;height:40px;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin:0 auto 1rem}.step-item h3{margin:0 0 1rem;color:var(--accent)}.step-item p{margin:0;font-size:.95rem;line-height:1.6}.standards-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.standard-item{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.standard-item h4{margin:0 0 1rem;color:var(--accent)}.standard-item p{margin:0;font-size:.95rem;line-height:1.6}.cta-section{text-align:center;background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(22,163,74,.1));border:1px solid rgba(34,197,94,.2);border-radius:16px;padding:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.cta-button{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;align-self:flex-start}.cta-button:hover{background:#16a34a;transform:translateY(-1px)}.cta-button:active{transform:translateY(0)}.faq-section{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:2rem}.faq-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.faq-item{background:hsla(0,0%,100%,.02);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.faq-item h3{margin:0 0 1rem;color:var(--accent);font-size:1.1rem}.faq-item p{margin:0;font-size:.95rem;line-height:1.6}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.9rem}.breadcrumb-link{color:var(--accent);transition:color .2s}.breadcrumb-link:hover{color:#16a34a}.breadcrumb-separator{color:var(--muted)}.breadcrumb-current{color:var(--text);font-weight:500}.service-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.service-tag{display:inline-block;padding:.25rem .75rem;background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.2);border-radius:20px;font-size:.8rem;color:var(--accent);font-weight:500}.back-link{color:var(--muted);font-size:.9rem;transition:color .2s;white-space:nowrap}.back-link:hover{color:var(--text)}.rating-section{margin-bottom:1rem;text-align:center}.rating-display{font-size:1.1rem}.rating-stars{font-size:1.2rem;letter-spacing:2px}.contact-section{margin-bottom:1rem}.contact-grid{display:grid;grid-gap:1rem;gap:1rem}.contact-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:hsla(0,0%,100%,.02);border-radius:8px;border:1px solid var(--border)}.contact-icon{font-size:1.2rem;flex-shrink:0;margin-top:.1rem}.contact-label{font-size:.8rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.contact-value{color:var(--text);font-weight:500}.contact-link{color:var(--accent);transition:color .2s}.contact-link:hover{color:#16a34a}.business-description{white-space:pre-wrap;margin-top:8px;line-height:1.6;color:var(--text)}.related-businesses{display:grid;grid-gap:.75rem;gap:.75rem}.related-business-card{display:block;padding:1rem;background:hsla(0,0%,100%,.02);border:1px solid var(--border);border-radius:8px;transition:all .2s;text-decoration:none;color:inherit}.related-business-card:hover{background:hsla(0,0%,100%,.05);border-color:var(--accent);transform:translateY(-1px)}.related-business-name{font-weight:600;color:var(--text);margin-bottom:.25rem}.related-business-address{font-size:.9rem;color:var(--muted);margin-bottom:.5rem}.related-business-rating{font-size:.8rem;color:var(--accent)}.contact-form{gap:1rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-label{font-weight:500;color:var(--text);font-size:.9rem}.form-input,.form-input select,.form-input textarea{padding:.75rem;background:hsla(0,0%,100%,.02);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem;transition:border-color .2s ease;font-family:inherit}.form-input select:focus,.form-input textarea:focus,.form-input:focus{outline:none;border-color:var(--accent);background:hsla(0,0%,100%,.05)}.form-input::placeholder{color:var(--muted)}.form-input select option{background:var(--card);color:var(--text)}.form-button{background:var(--accent);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;align-self:flex-start}.form-button:hover{background:#16a34a;transform:translateY(-1px)}.form-button:active{transform:translateY(0)}.map-container{position:relative;width:100%;height:300px;border-radius:8px;overflow:hidden;background:var(--card);border:1px solid var(--border)}.map-container iframe{border:0;width:100%;height:100%}.map-fallback{display:flex;align-items:center;justify-content:center;height:100%;color:var(--muted);text-align:center;padding:2rem}.map-note{margin-top:.5rem;font-size:.9rem;color:var(--muted);line-height:1.4}.map-note strong{color:var(--text)}@media (max-width:768px){.container{padding:1rem .75rem;max-width:100%}.hero-section{padding:2rem .75rem}.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center;justify-items:center;align-items:center}.hero-title{font-size:2.5rem;line-height:1.2}.hero-subtitle{font-size:1.1rem;line-height:1.5}.hero-cta{flex-direction:row;gap:1rem}.hero-cta,.hero-stats{align-items:center;justify-content:center;width:100%}.hero-stats{gap:1.5rem}.hero-image-placeholder{width:250px;height:250px}.section-title{font-size:2rem;line-height:1.3;text-align:center}.section-subtitle{font-size:1rem;line-height:1.5;text-align:center}.features-section{padding:3rem 0}.features-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;justify-items:center}.feature-card{padding:1.5rem}.social-proof-section{padding:3rem 0}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.testimonial-card{padding:1.5rem}.services-overview-section{padding:3rem 0}.services-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.service-category{padding:1.5rem}.states-section{padding:3rem 0}.states-grid{grid-template-columns:1fr;gap:1rem;justify-items:center}.state-card{padding:1.25rem;min-height:60px}.final-cta-section{padding:3rem 0}.cta-content h2{font-size:2rem;line-height:1.3}.cta-content p{font-size:1rem;line-height:1.5}.cta-buttons{justify-content:center;width:100%}.cta-button{max-width:300px;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:center}.navbar-container{padding:0 .75rem;height:56px}.logo-placeholder{width:100px;height:36px}.logo-text{font-size:.8rem}.about-hero{padding:1.5rem 0;margin-bottom:2rem;text-align:center}.about-title{font-size:2rem;line-height:1.3}.about-subtitle{font-size:1rem;line-height:1.5}.about-content,.about-section{margin-bottom:2rem}.about-section h2{font-size:1.6rem;line-height:1.3}.about-section h3{font-size:1.2rem;line-height:1.3}.about-section h4{font-size:1rem;line-height:1.3}.about-section p{font-size:.95rem;line-height:1.6}.benefits-grid,.features-grid,.services-list,.standards-list,.steps-grid{grid-template-columns:1fr;gap:1rem;margin-top:1rem}.benefit-item,.feature-card,.service-category,.standard-item,.step-item{padding:1.25rem}.cta-section{padding:1.5rem;margin:1rem 0}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}.cta-button{width:100%;max-width:250px;text-align:center;min-height:48px}.faq-section{padding:1.5rem;margin:1rem 0}.faq-grid{gap:1rem;margin-top:1rem}.faq-item{padding:1.25rem}.faq-item h3{font-size:1rem;line-height:1.3}.faq-item p{font-size:.9rem;line-height:1.5}.header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1rem}.back-link{align-self:flex-start;padding:.5rem 0;min-height:44px;display:flex;align-items:center}.contact-grid{grid-template-columns:1fr;gap:.75rem}.contact-item{padding:1rem;min-height:60px}.service-tags{flex-direction:column;gap:.5rem}.service-tag{text-align:center;padding:.5rem 1rem;min-height:40px;display:flex;align-items:center;justify-content:center}.map-container{height:250px;margin:1rem 0}.related-businesses{gap:.5rem}.related-business-card{padding:1rem;min-height:80px}.contact-form{gap:1.5rem;align-items:center}.form-group{gap:.75rem}.form-input,.form-input select,.form-input textarea{padding:1rem;min-height:48px;font-size:16px}.form-button{width:100%;padding:1rem 1.5rem;min-height:48px;text-align:center}.breadcrumb{gap:.25rem;font-size:.85rem;flex-wrap:wrap;margin-bottom:1rem}.breadcrumb-link{padding:.25rem 0;min-height:32px;display:flex;align-items:center}.rating-section{margin-bottom:1.5rem}.rating-display{font-size:1rem}.rating-stars{font-size:1.1rem;letter-spacing:1px}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.75rem}.hero-stats{flex-direction:column;gap:1rem}.stat-item{text-align:center}.cta-button{max-width:100%}.container{padding:.75rem .5rem}.navbar-container{padding:0 .5rem}.logo-placeholder{width:80px;height:32px}.logo-text{font-size:.7rem}}@media (max-width:768px) and (orientation:landscape){.hero-section{padding:1.5rem .75rem}.hero-container{gap:1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-stats{gap:1rem}.features-section,.final-cta-section,.services-overview-section,.social-proof-section,.states-section{padding:2rem 0}}@media (hover:none) and (pointer:coarse){.cta-button:hover,.feature-card:hover,.form-button:hover,.related-business-card:hover,.service-category:hover,.state-card:hover,.testimonial-card:hover{transform:none}.cta-button:active,.feature-card:active,.form-button:active,.related-business-card:active,.service-category:active,.state-card:active,.testimonial-card:active{transform:scale(.98)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.hero-image-placeholder,.service-tag{border-width:1px}}@media (min-width:768px){.contact-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.navbar-toggle{display:none}.navbar-menu{display:flex;position:static;background:transparent;border:none;padding:0;flex-direction:row;gap:0}.navbar-link{padding:.5rem 1rem;margin:0 .25rem}.hero-container{grid-template-columns:1fr 1fr;gap:3rem;text-align:left}.hero-cta{flex-direction:row;align-items:flex-start;gap:1rem}.hero-stats{justify-content:flex-start;gap:2rem}.cta-buttons{flex-direction:row;align-items:center;gap:1rem}.cta-button{width:auto;max-width:none}}@media (max-width:767px){.navbar-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;padding:1.5rem;gap:1rem;box-shadow:0 4px 12px rgba(0,0,0,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001;min-height:200px;height:auto;max-height:none}.navbar-menu.open{display:flex;animation:slideDown .3s ease-out}.navbar-link{padding:1rem 1.5rem;border-radius:8px;transition:all .2s ease;font-weight:500;min-height:56px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;border:1px solid transparent}.navbar-link:active,.navbar-link:hover{background:rgba(34,197,94,.1);color:var(--accent);border-color:var(--accent);transform:translateY(-1px)}.navbar-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:0;border-radius:8px;transition:background-color .2s ease}.navbar-toggle:active,.navbar-toggle:hover{background:hsla(0,0%,100%,.05)}.hamburger{position:relative}.hamburger,.hamburger:after,.hamburger:before{width:20px;height:2px;background:var(--text);transition:all .3s ease}.hamburger:after,.hamburger:before{content:"";position:absolute}.hamburger:before{transform:translateY(-6px)}.hamburger:after{transform:translateY(6px)}.hamburger.open{background:transparent}.hamburger.open:before{transform:rotate(45deg)}.hamburger.open:after{transform:rotate(-45deg)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (pointer:coarse){.breadcrumb-link,.cta-button,.feature-card,.form-button,.navbar-link,.related-business-card,.service-category,.state-card,.testimonial-card{min-height:44px}.cta-button:active,.feature-card:active,.form-button:active,.related-business-card:active,.service-category:active,.state-card:active,.testimonial-card:active{transform:scale(.98);transition:transform .1s ease}}@media (max-width:768px){.feature-card,.service-category,.state-card,.testimonial-card{transition:all .2s ease}.feature-card:hover,.service-category:hover,.state-card:hover,.testimonial-card:hover{box-shadow:0 8px 20px rgba(34,197,94,.15)}@media (max-width:360px){.container{padding:.5rem .25rem}.hero-section{padding:1.5rem .5rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.9rem}.section-title{font-size:1.5rem}.feature-card,.service-category,.state-card,.testimonial-card{padding:1rem}}}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden}@media (pointer:coarse){.features-section,.final-cta-section,.hero-section,.services-overview-section,.social-proof-section,.states-section{-webkit-overflow-scrolling:touch}.feature-card,.related-business-card,.service-category,.state-card,.testimonial-card,a,button{-webkit-tap-highlight-color:rgba(34,197,94,.2);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}}@media (max-width:768px){@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}input,select,textarea{font-size:16px;-webkit-appearance:none;border-radius:8px}.cta-button,.form-button,button{-webkit-appearance:none;border-radius:8px;cursor:pointer}.container{padding-left:1rem;padding-right:1rem}.card,.feature-card,.service-category,.state-card,.testimonial-card{margin-bottom:1rem}.features-grid,.grid,.services-grid,.states-grid,.testimonials-grid{gap:1rem}.muted{color:#b0b8c1}.back-link,.breadcrumb-link,.navbar-link{min-height:44px;display:flex;align-items:center;justify-content:center}.navbar-menu{max-height:calc(100vh - 56px);overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:250px}.navbar-menu.open{position:fixed;top:56px;left:0;right:0;bottom:0;z-index:1000;padding:2rem 1.5rem}}@media (max-width:768px) and (orientation:landscape){.hero-section{padding:1rem .75rem}.hero-container{gap:1rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.9rem}.hero-stats{gap:.75rem}.features-section,.final-cta-section,.services-overview-section,.social-proof-section,.states-section{padding:1.5rem 0}.navbar-menu{max-height:calc(100vh - 56px)}}@media (max-width:480px){.hero-title{font-size:1.75rem;line-height:1.2}.hero-subtitle{font-size:.9rem;line-height:1.4}.section-title{font-size:1.5rem;line-height:1.3}.hero-stats{flex-direction:column;gap:.75rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.8rem}.container{padding:.5rem .25rem}.navbar-container{padding:0 .5rem}.logo-placeholder{width:70px;height:28px}.logo-text{font-size:.6rem}.feature-card,.service-category,.state-card,.testimonial-card{padding:.75rem;margin-bottom:.75rem}.cta-button{padding:.75rem 1rem;font-size:.9rem}}@media (max-width:768px){img{loading:lazy}.feature-card,.service-category,.state-card,.testimonial-card{will-change:transform}.feature-card:hover,.service-category:hover,.state-card:hover,.testimonial-card:hover{box-shadow:0 4px 12px rgba(34,197,94,.15)}.hero-title{font-size:clamp(1.75rem,8vw,2.5rem)}.section-title{font-size:clamp(1.5rem,6vw,2rem)}.hero-subtitle,.section-subtitle{line-height:1.5}p{line-height:1.6;margin-bottom:1rem}ol,ul{padding-left:1.25rem}li{margin-bottom:.5rem;line-height:1.5}}