html{box-sizing:border-box;scroll-behavior:smooth}*,*::before,*::after{box-sizing:border-box}body{font-family:"Arial",sans-serif;background-color:#ffffff;color:#657c6a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}h1{font-family:"Arial",sans-serif;font-size:2.5rem;font-weight:300}h2{font-size:52px!important;font-family:"Arial",sans-serif}.swiper-button-next,.swiper-button-prev{display:none!important}#testimonials .swiper-slide{width:100%!important}.text-shadow{text-shadow:2px 2px 4px rgba(0,0,0,.4)}.header{background:rgba(255,255,255,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.3);color:black;box-shadow:0 8px 16px rgba(0,0,0,.1);padding:1rem 1.5rem;width:100%;max-width:100%;position:fixed;top:0;left:0;right:0;z-index:50;backdrop-filter:blur(10px)}.header-container{max-width:1280px;width:100%;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.brand-title{font-size:1.25rem;font-weight:bold;text-transform:uppercase}.desktop-nav-wrapper{display:none;align-items:center;gap:1rem}.nav-links{display:flex;gap:2rem}.nav-links a{font-weight:500;text-transform:uppercase;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;transition:color .3s;text-decoration:none;color:inherit}.nav-links a:hover{color:#16a34a}.book-btn{background-color:#16a34a;color:white;padding:.75rem 1rem;font-size:.875rem;font-weight:600;text-transform:uppercase;text-align:center;text-decoration:none;transition:background-color .3s ease;display:none}.book-btn:hover{background-color:#15803d}.burger-btn{font-size:1.5rem;padding:.5rem 1rem .5rem 0;background:none;border:none;cursor:pointer;display:none}.mobile-menu{display:none;margin-top:.5rem;padding:1rem;background-color:#f1f1f1;text-transform:uppercase;transition:all .3s ease-in-out}.mobile-menu a{display:block;margin-bottom:.75rem;color:black;text-decoration:none;transition:color .3s}.mobile-menu a:hover{color:#16a34a}.mobile-menu .book-btn{display:block;text-align:center}[x-cloak]{display:none!important}@media (min-width:768px){.desktop-nav-wrapper{display:flex}.desktop-nav-wrapper .book-btn{display:inline-block}#mobile-menu .book-btn{display:none}.burger-btn{display:none}#mobile-menu{display:none!important}}@media (max-width:767px){.burger-btn{display:inline-block}.desktop-nav-wrapper{display:none}#mobile-menu .book-btn{display:block}.desktop-nav-wrapper .book-btn{display:none}}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;overflow:hidden;color:#000;text-align:center;font-family:system-ui,sans-serif;background:url("../images/header_image.webp") no-repeat center center;background-size:cover}.background-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-10}.hero-content{max-width:64rem;width:100%;position:relative;z-index:10;margin-top:3rem;display:flex;flex-direction:column;gap:2.5rem}.phone-number{margin-top:1rem;font-size:1.25rem;font-weight:600;color:#1f2937}.phone-number a{color:#2563eb;text-decoration:none}.phone-number a:hover{text-decoration:underline}.hero-headline{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.hero-headline h1{font-size:3rem;font-weight:800;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:grayscale;margin:0}.hero-headline p{font-size:1.25rem;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:grayscale;margin:0}.hero-cta{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width:640px){.hero-cta{flex-direction:row}}.btn{font-weight:600;padding:.75rem 1.5rem;border-radius:.375rem;box-shadow:0 1px 3px rgba(0,0,0,.1);text-decoration:none;display:inline-block;transition:background-color .3s ease;cursor:pointer;text-transform:none}.btn-primary{background-color:#16a34a;color:white}.btn-primary:hover,.btn-primary:focus{background-color:#15803d}.btn-secondary{background-color:white;color:#16a34a;border:1px solid #16a34a}.btn-secondary:hover,.btn-secondary:focus{background-color:#15803d;color:white}.hero-form{background-color:rgba(255 255 255 / .3);backdrop-filter:blur(10px);padding:1.5rem;border-radius:1rem;box-shadow:0 10px 15px rgba(0,0,0,.1);display:grid;grid-template-columns:1fr;gap:1rem;max-width:64rem;color:#111827}@media (min-width:768px){.hero-form{grid-template-columns:repeat(4,1fr)}}.hero-form input,.hero-form button{padding:.75rem 1rem;border-radius:.375rem;border:none;font-size:1rem;font-family:inherit;box-sizing:border-box;outline-offset:2px;background-color:rgba(255 255 255 / .9);color:#4b5563;box-shadow:none;transition:box-shadow .3s ease}.hero-form input::placeholder{color:#6b7280}.hero-form input:focus{box-shadow:0 0 0 2px #16a34a;background-color:white;color:#111827}.hero-form button{background-color:#333;color:white;font-weight:600;cursor:pointer;transition:background-color .3s ease}.hero-form button:hover,.hero-form button:focus{background-color:#15803d}.discount-cards{margin-top:5rem;display:grid;grid-template-columns:1fr;gap:1.5rem;color:#111827}@media (min-width:640px){.discount-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.discount-cards{grid-template-columns:repeat(4,1fr)}}.card{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem;height:100%;min-height:200px;box-shadow:0 4px 6px rgba(0,0,0,.1);border-radius:.5rem;background:white;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease}.card::before,.card::after{content:'';position:absolute;width:0;height:0;z-index:0;transition:transform .4s ease}.card::before{top:0;left:0;border-top:100px solid #0bf59b;border-right:100px solid transparent;transform:translate(-100%,-100%)}.card::after{bottom:0;right:0;border-bottom:100px solid #3b82f6;border-left:100px solid transparent;transform:translate(100%,100%)}.card:hover::before{transform:translate(0,0)}.card:hover::after{transform:translate(0,0)}.card *{position:relative;z-index:1}.icon{width:2.5rem;height:2.5rem;margin-bottom:1rem;stroke:#16a34a;stroke-width:2;fill:none}.card h6{font-size:1.125rem;font-weight:600;margin:0 0 .5rem 0}.card p{font-size:.875rem;color:#4b5563;margin-bottom:1rem}.btn-claim{margin-top:auto;padding:.5rem 1rem;background-color:#2563eb;color:white;font-size:.875rem;font-weight:500;border-radius:9999px;border:none;cursor:pointer;transition:background-color .3s ease}.btn-claim:hover,.btn-claim:focus{background-color:#15803d}.floating-quote-btn{position:fixed;bottom:1rem;left:1rem;z-index:50;padding:.75rem 1.25rem;background-color:#16a34a;color:white;font-size:.875rem;font-weight:600;border-radius:9999px;box-shadow:0 10px 15px rgba(22,163,74,.4);text-decoration:none;display:inline-block;transition:background-color .3s ease;cursor:pointer;user-select:none}.floating-quote-btn:hover,.floating-quote-btn:focus{background-color:#15803d;outline:none}.floating-button{position:fixed;bottom:1rem;right:1rem;width:56px;height:56px;border-radius:50%;background-color:#16a34a;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px rgba(0,0,0,.2);z-index:1000;cursor:pointer;transition:background-color .3s ease}.floating-button:hover{background-color:#111827}.floating-button img{width:24px;height:24px}@media (min-width:769px){.floating-button{display:none}}.about-section{min-height:100vh;padding-top:4rem;padding-bottom:4rem;background-color:#f9fafb;display:flex;align-items:center;justify-content:start;color:#1f2937;font-smooth:antialiased}.cta-about{margin-top:20px}.features-section{min-height:120vh;padding-top:4rem;padding-bottom:4rem;background-image:url("../images/back-features.webp");background-repeat:no-repeat;background-position:right 1%;background-size:cover;color:#1f2937}.about-title,.features-title{font-size:3rem;font-weight:700;margin-bottom:1rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;text-align:left}.areas-title{font-size:1.875rem;font-weight:600;margin-bottom:.5rem;color:#1f2937;font-smooth:antialiased;text-align:left}.about-description{font-size:1.125rem;margin-bottom:1.5rem;font-smooth:antialiased;color:#1f2937;text-align:left}.areas-list,.features-list{list-style-type:disc;padding-left:1.5rem;color:#4b5563;font-size:1.125rem;line-height:1.5;margin:0}.areas-list li{margin-bottom:.25rem;text-align:left}.features-list li{margin-bottom:.5rem;text-align:left}.features-image{border-radius:.5rem;box-shadow:0 10px 15px rgba(0,0,0,.1);width:100%;height:auto;object-fit:cover}.stats-grid{margin-top:4rem;grid-column:span 2 / span 2;display:grid;grid-template-columns:1fr;gap:1.5rem;text-align:center;color:white}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stats-number{font-size:3rem;font-weight:700;text-shadow:0 0 8px rgba(0,0,0,.7);margin:0}.stats-label{margin-top:.25rem;font-size:1rem}.text-white{color:white}.about-section{min-height:100vh;padding:4rem 1rem;background-color:#f9fafb;color:#1f2937;font-smooth:antialiased;display:flex;align-items:center;justify-content:center}.container.grid-two-columns{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width:768px){.container.grid-two-columns{grid-template-columns:1fr 1fr}}.about-section img{width:100%;height:auto;border-radius:.5rem;object-fit:cover}.about-section>.container>div{text-align:left}.about-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.about-description{font-size:1.125rem;margin-bottom:1.5rem;line-height:1.6}.areas-title{font-size:1.875rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.areas-list{display:flex;flex-wrap:wrap;gap:1rem;padding-left:0;list-style-type:none;color:#4b5563;font-size:14px;line-height:1.5;margin:0}.areas-list li{width:150px;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:justify}.features-section{padding:4rem 1rem;background-color:#f9fafb}.features-section .container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.features-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.features-list{list-style-type:disc;padding-left:1.5rem;color:#4b5563;line-height:1.6}.features-image{width:100%;max-width:500px;height:auto;border-radius:.5rem;justify-self:center}.stats-grid{grid-column:1 / -1;display:flex;justify-content:space-around;flex-wrap:wrap;margin-top:2rem;gap:1.5rem;text-align:center}.stats-number{font-size:50px;font-weight:800;color:#ffffff}.stats-label{font-size:1rem;color:#ffffff}@media (max-width:768px){.features-section .container{grid-template-columns:1fr;text-align:center}.features-list{padding-left:0;list-style-position:inside}.features-image{order:-1;margin-bottom:1rem}.stats-grid{flex-direction:column;align-items:center}}.reinforcement-section{background-color:white;padding:5rem 1rem;text-align:center}.reinforcement-container{max-width:768px;margin-left:auto;margin-right:auto}.reinforcement-title{font-size:1.875rem;font-weight:800;color:#111827;margin:0 auto 1rem}@media (min-width:768px){.reinforcement-title{font-size:2.25rem}}.reinforcement-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0 auto 2.5rem;max-width:48rem}.button-wrapper{margin-top:0}.cta-button{display:inline-block;background-color:#1f2937;color:white;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1.125rem;text-decoration:none;transition:background-color .3s ease}.cta-button:hover{background-color:#374151}.services-section{background-color:#f9fafb;padding:4rem 1rem;min-height:100vh}.services-container{max-width:1280px;margin:0 auto;padding:0 1rem;text-align:center}.services-grid{display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:10px}.section-title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:3rem}.service-box{position:relative;background-color:white;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:.5rem;border-radius:.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;width:350px;overflow:hidden;transition:transform .3s ease}.service-box::before,.service-box::after{content:"";position:absolute;width:0;height:0;border-style:solid;opacity:0;transform:translate(-100%,-100%);transition:transform .5s ease,opacity .5s ease;z-index:1;pointer-events:none}.service-box::before{top:0;left:0;border-width:120px 120px 0 0;border-color:rgb(55,255,188) transparent transparent transparent}.service-box::after{bottom:0;right:0;border-width:0 0 120px 120px;border-color:transparent transparent rgb(0,183,255) transparent;transform:translate(100%,100%)}.service-box:hover::before{transform:translate(0,0);opacity:.6}.service-box:hover::after{transform:translate(0,0);opacity:.6}.service-box img{margin-bottom:1rem;max-width:100%;height:auto;margin:0 auto;display:block}.service-box h4{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#111827}.service-box p{margin:0;color:#374151}.gallery-section{padding:4rem 1rem;min-height:100vh}.gallery-container{max-width:1280px;margin:0 auto;padding:0 1rem;text-align:center}.section-title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:3rem}.gallery-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:640px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}.gallery-item{position:relative;display:block;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:transform .3s ease}.gallery-item::before,.gallery-item::after{content:"";position:absolute;width:0;height:0;border-style:solid;opacity:0;pointer-events:none;transition:transform .5s ease,opacity .5s ease;z-index:1}.gallery-item::before{top:0;left:0;border-width:200px 200px 0 0;border-color:white transparent transparent transparent;transform:translate(-100%,-100%)}.gallery-item::after{bottom:0;right:0;border-width:0 0 200px 200px;border-color:transparent transparent white transparent;transform:translate(100%,100%)}.gallery-item:hover::before,.gallery-item:hover::after{transform:translate(0,0);opacity:.6}.gallery-item img{width:100%;height:auto;display:block;border-radius:.5rem;user-select:none}.testimonials-section{padding:4rem 1rem;background-color:#dbeefe;min-height:50vh;display:flex;align-items:center}.testimonials-container{max-width:100%;margin:0 auto;padding:0 1rem;text-align:center}.section-title{font-size:3rem;font-weight:700;margin-bottom:3rem;color:#1f2937}.swiper-wrapper{display:flex}.swiper-slide{flex-shrink:0;width:100%;padding:1.5rem;background:linear-gradient(180deg,#ffffff 50%,#6cffbd 90%);box-shadow:0 4px 6px rgba(0,0,0,.1);border-radius:.5rem;display:flex;flex-direction:column;align-items:center;color:rgb(0,0,0);user-select:none;box-sizing:border-box}.testimonial-img{width:8rem;height:8rem;border-radius:50%;object-fit:cover;margin-bottom:1rem}.testimonial-text{margin-bottom:1rem;font-size:1rem}.testimonial-author{display:flex;align-items:center;justify-content:center;flex-direction:column}.google-icon{width:100px}.footer{background-color:#1f2937;color:white;padding:4rem 1rem 2rem;font-family:Arial,sans-serif}.footer-container{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2.5rem;text-align:center}@media (min-width:768px){.footer-container{grid-template-columns:repeat(3,1fr);text-align:left;gap:3rem}}.footer-col{padding:0 .5rem}.footer-col h2,.footer-col h3,.footer-col h4{font-weight:700;margin-bottom:1rem;font-size:1.25rem;margin-top:0}.company-name{font-size:1.875rem;margin-bottom:.5rem}.cta-text{margin-bottom:1rem;font-size:1rem;line-height:1.6;max-width:280px}.phone-link{display:inline-block;color:#10b981;font-weight:600;text-decoration:none;font-size:1.1rem;margin-top:.5rem;transition:color .3s ease}.phone-link:hover{color:#059669}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:.6rem;font-size:1rem;line-height:1.5}.footer-col ul li a{color:white;text-decoration:none;transition:opacity .3s ease}.footer-col ul li a:hover{opacity:.8}.footer-bottom{margin-top:3rem;text-align:center;font-size:.875rem;color:#9ca3af;border-top:1px solid #374151;padding-top:1.5rem}