@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Open+Sans:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Montserrat+Narrow:wght@700&family=Open+Sans&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Open+Sans:wght@400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Open+Sans:wght@400;600;700&display=swap);.no-scroll{overflow:hidden}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-bottom:1px solid #ff57221a;left:0;padding:.5rem 0;position:fixed;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}.header.scrolled{background:#fffffff2;box-shadow:0 2px 20px #0000001a;padding:.25rem 0}.header-container{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:auto 1fr auto;margin:0 auto;max-width:1400px;padding:0 1rem}.logo-section{min-width:0}.logo-link,.logo-section{align-items:center;display:flex}.logo-link{gap:.75rem;text-decoration:none;transition:transform .3s ease}.logo-link:hover{transform:scale(1.02)}.logo{flex-shrink:0;height:45px;object-fit:contain;width:auto}.scrolled .logo{height:38px}.logo-text{display:flex;flex-direction:column;min-width:0}.company-name{color:#ff5722;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;line-height:1.2;white-space:nowrap}.tagline{color:#666;font-family:Open Sans,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.desktop-nav{display:flex;flex-direction:column;gap:.25rem;justify-self:center}.nav-primary{gap:1.5rem}.nav-primary,.nav-secondary{align-items:center;display:flex;justify-content:center}.nav-secondary{gap:1rem}.nav-link{border-radius:6px;color:#333;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:600;padding:.5rem .75rem;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav-link.featured{background:#ff572214;color:#ff5722;font-weight:700}.nav-link:hover{background:#ff57221a;color:#ff5722;transform:translateY(-1px)}.nav-link-small{border-radius:4px;color:#666;font-family:Open Sans,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:.25rem .5rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.nav-link-small:hover{background:#ff57220d;color:#ff5722}.header-actions{align-items:center;display:flex;gap:1rem;justify-self:end}.contact-info{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem}.phone-label{color:#666;font-family:Open Sans,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.phone-number{align-items:center;background:#ff57221a;border:2px solid #0000;border-radius:8px;color:#ff5722;display:flex;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;gap:.5rem;padding:.5rem .75rem;transition:all .3s ease}.phone-number:hover{background:#ff5722;box-shadow:0 4px 12px #ff57224d;color:#fff;transform:translateY(-1px)}.social-link,.social-links{align-items:center;display:flex}.social-link{background:#3b59981a;border-radius:8px;color:#3b5998;font-size:1.1rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#3b5998;color:#fff;transform:translateY(-1px)}.mobile-menu-toggle{background:none;border:none;border-radius:6px;cursor:pointer;display:none;padding:.5rem;transition:background .3s ease;z-index:1002}.mobile-menu-toggle:hover{background:#ff57221a}.hamburger{display:flex;flex-direction:column;gap:4px;width:24px}.hamburger .line{background:#333;border-radius:1px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.mobile-menu-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:1000}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{background:#fff;box-shadow:-5px 0 25px #00000026;display:flex;flex-direction:column;height:100vh;position:fixed;right:-100%;top:0;transition:right .4s cubic-bezier(.4,0,.2,1);width:min(85vw,400px);z-index:1001}.mobile-menu.active{right:0}.mobile-menu-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1rem 1.5rem}.mobile-menu-title{color:#333;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700}.mobile-menu-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;transition:all .3s ease;width:30px}.mobile-menu-close:hover{background:#ff57221a;color:#ff5722}.mobile-nav-links{flex:1 1;overflow-y:auto;padding:1rem 0}.mobile-nav-group{margin-bottom:1.5rem}.mobile-nav-group h4{color:#ff5722;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:1px;margin-bottom:.75rem;padding:0 1.5rem;text-transform:uppercase}.mobile-nav-group a{border-left:3px solid #0000;color:#333;display:block;font-family:Open Sans,sans-serif;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.mobile-nav-group a.featured{background:#ff57220d;border-left-color:#ff5722;color:#ff5722;font-weight:700}.mobile-nav-group a:hover{background:#ff57221a;border-left-color:#ff5722;color:#ff5722;padding-left:2rem}.mobile-menu-footer{background:#f8f9fa;border-top:1px solid #eee;padding:1.5rem}.mobile-contact{margin-bottom:1rem}.mobile-contact h4{color:#333;font-size:.9rem}.mobile-contact h4,.mobile-phone{font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:.5rem}.mobile-phone{align-items:center;background:#fff;border:2px solid #ff5722;border-radius:8px;color:#ff5722;display:flex;font-size:1.1rem;gap:.5rem;padding:.75rem 1rem;text-decoration:none;transition:all .3s ease}.mobile-phone:hover{background:#ff5722;color:#fff}.mobile-location{color:#666;font-family:Open Sans,sans-serif;font-size:.8rem;margin:0}.mobile-social a{align-items:center;color:#3b5998;display:flex;font-family:Open Sans,sans-serif;font-weight:600;gap:.5rem;padding:.5rem 0;text-decoration:none;transition:color .3s ease}.mobile-social a:hover{color:#2c4373}@media (max-width:1200px){.nav-primary{gap:1rem}.nav-secondary{gap:.75rem}.nav-link{font-size:.8rem;padding:.4rem .6rem}.nav-link-small{font-size:.65rem;padding:.2rem .4rem}}@media (max-width:992px){.header-container{gap:1rem;grid-template-columns:auto auto}.desktop-nav,.header-actions{display:none}.mobile-menu-toggle{display:block;justify-self:end}.logo-text .tagline{display:none}.company-name{font-size:1rem}}@media (max-width:576px){.header{padding:.25rem 0}.header-container{padding:0 .75rem}.logo{height:40px}.scrolled .logo{height:35px}.company-name{font-size:.9rem}.mobile-menu{width:100vw}.mobile-menu-header{padding:.75rem 1rem}}@media (max-width:380px){.logo{height:35px}.company-name{font-size:.8rem}.hamburger{width:20px}}.hero{align-items:center;background-image:linear-gradient(90deg,#ffffffd9 0,#fff9 35%,#fff3 70%,#fff0),url(/static/media/flatRoofMirror.6fa66cd2ca6778cb2225.jpg);background-position:100%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:flex-start;margin-top:80px;min-height:60vh;overflow:hidden;padding:3rem;position:relative}.hero-content{margin-left:10%;max-width:60%;padding:2rem;position:relative;z-index:2}.hero-content p{color:#333;font-family:Open Sans,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.highlight-seo{color:#ff5722;font-weight:700}.hero-content h1{color:#333;font-family:Montserrat Narrow,sans-serif;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem;margin-left:-10%;text-transform:uppercase}.hero-buttons{display:flex;gap:1rem;margin-top:2rem}.btn-primary,.btn-secondary{border:none;border-radius:4px;cursor:pointer;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.btn-primary{background-color:#ff5722;color:#fff}.btn-primary:hover{background-color:#e64a19;transform:translateY(-2px)}.btn-secondary{background-color:initial;border:2px solid #333;color:#333}.btn-secondary:hover{background-color:#333;color:#fff;transform:translateY(-2px)}@media (max-width:1024px){.hero-content{margin-left:5%;max-width:60%}}@media (max-width:768px){.hero{background-image:linear-gradient(180deg,#ffffffe6 0,#fffc),url(/static/media/flatRoofMirror.6fa66cd2ca6778cb2225.jpg);background-position:50%;background-size:cover;min-height:100vh;padding:70px 1rem 1rem}.hero-content{margin-left:0;max-width:100%;padding:1.5rem}.hero-buttons{align-items:center;flex-direction:column}.hero-buttons button{margin-bottom:10px;width:100%}.hero-content p{display:block;font-size:1.2rem;margin-bottom:1rem}.hero-content h1{font-size:2rem;line-height:1.3}}@media (max-width:480px){.hero{background-position:60%;min-height:380px;padding:60px 1rem 1rem}.hero-content{-webkit-backdrop-filter:none;backdrop-filter:none;padding:1.2rem}.hero-content h1{font-size:1.7rem;line-height:1.3}.hero-content p{font-size:1rem}.btn-primary,.btn-secondary{font-size:.9rem;padding:.65rem 1rem}}.service{background-color:#f5f7fa;overflow:hidden;padding:8rem 5%;position:relative;text-align:center}.service-header{margin:0 auto 4rem;max-width:1200px}.service h2{color:#2c3e50;display:inline-block;font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:900;letter-spacing:1px;margin-bottom:1.8rem;position:relative;text-transform:uppercase}.service h2:after{background:#e74c3c;bottom:-20px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.service-intro{color:#34495e;font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.8;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:1050px}.highlight{padding:0 3px}.service-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.service-item{background:#fff;border-radius:10px;box-shadow:0 10px 30px #00000014;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.service-item:hover{box-shadow:0 15px 35px #0000001f;transform:translateY(-10px)}.service-image-container{height:250px;overflow:hidden;position:relative}.service-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.service-item:hover .service-image{transform:scale(1.05)}.service-overlay{background:linear-gradient(0deg,#000c,#0000);bottom:0;left:0;padding:20px;position:absolute;right:0;text-align:left}.service-overlay h3{color:#fff;font-family:Montserrat,sans-serif;font-size:1.5rem;letter-spacing:1px;margin:0;text-shadow:1px 1px 3px #00000080;text-transform:uppercase}.service-content{padding:25px;text-align:left}.service-description{color:#34495e;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:600;line-height:1.7;margin-bottom:20px}.service-features{list-style:none;margin:0 0 25px;padding:0}.feature-item{color:#2c3e50;font-family:Open Sans,sans-serif;font-size:.95rem;margin-bottom:12px;padding-left:25px;position:relative}.feature-icon{color:#e74c3c;font-weight:700;left:0;position:absolute;top:1px}.service-cta{background:#e74c3c;border:none;border-radius:50px;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:1px;padding:12px 25px;text-transform:uppercase;transition:all .3s ease;width:100%}.service-cta:hover{background:#c0392b;box-shadow:0 5px 15px #e94c3c66;transform:translateY(-2px)}@media (max-width:992px){.service{padding:6rem 5%}.service-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.service{padding:5rem 3%}.service h2{font-size:1.8rem}.service-intro{font-size:1.1rem;padding:0 10px}.service-grid{grid-template-columns:1fr;margin:0 auto;max-width:500px}.service-image-container{height:220px}}@media (max-width:480px){.service h2{font-size:1.5rem}.service-intro{font-size:1rem}.service-overlay h3{font-size:1.3rem}}.contact{background-color:#f9f9f9;overflow:hidden;padding:5rem 0;width:100%}.contact-container{box-sizing:border-box;margin:0 auto;max-width:800px;padding:0 1.5rem}.contact h2{color:#333;font-family:Montserrat Narrow,sans-serif;font-size:2.2rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem;text-align:center;text-transform:uppercase}.contact-info{margin-bottom:2rem;text-align:center}.contact-info p{color:#555;font-family:Open Sans,sans-serif;font-size:1.1rem;margin:.5rem 0}.form-group{margin-bottom:1.5rem}.form-group input[type=email],.form-group input[type=text],.form-group textarea{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-family:Open Sans,sans-serif;font-size:1rem;padding:1rem;transition:border-color .3s ease;width:100%}.form-group textarea{height:150px;resize:vertical}.form-group input:focus,.form-group textarea:focus{border-color:#ff5722;outline:none}.consent-group{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem;text-align:left}.consent-group input[type=checkbox]{margin-top:3px;min-width:18px}.consent-group label{color:#666;font-family:Open Sans,sans-serif;font-size:.9rem;line-height:1.5}button[type=submit]{background-color:#ff5722;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;margin:0 auto;max-width:300px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease;width:100%}button[type=submit]:hover{background-color:#e64a19;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}@media (max-width:768px){.contact{padding:3rem 0}.contact-container{padding:0 1rem}.contact h2{font-size:1.8rem;margin-bottom:1.2rem}.contact-info p{font-size:1rem}.form-group input[type=email],.form-group input[type=text],.form-group textarea{font-size:16px;padding:.8rem}.consent-group{align-items:flex-start;flex-direction:row;gap:.8rem}.consent-group label{font-size:.8rem;line-height:1.4}button[type=submit]{max-width:100%;padding:.9rem}}@media (max-width:480px){.contact-container{padding:0 .8rem}.contact h2{font-size:1.6rem}.consent-group{flex-wrap:wrap}.consent-group input[type=checkbox]{margin-top:5px}}.realization{background-color:#f5f7fa;padding:8rem 0;position:relative}.realization-container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:#2c3e50;font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:900;letter-spacing:1px;line-height:1.3;margin-bottom:1rem;text-transform:uppercase}.underline{background:#e74c3c;height:4px;margin:0 auto 1.5rem;width:80px}.section-subtitle{color:#34495e;font-weight:400;line-height:1.8;margin:0 auto;max-width:900px}.visually-hidden{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.highlight{color:#e74c3c;font-weight:700}.stats-container{display:flex;flex-wrap:wrap;justify-content:space-around;margin:3rem auto 4rem;max-width:800px}.stat-item{min-width:150px;padding:1.5rem}.stat-number{font-family:Montserrat,sans-serif;font-weight:900;line-height:1;margin-bottom:.5rem}.stat-label{color:#2c3e50;font-family:Open Sans,sans-serif}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:1rem 0}.gallery-item{box-shadow:0 5px 15px #0000001a;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.gallery-item:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.gallery-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.gallery-item:hover .gallery-image{transform:scale(1.1)}.gallery-item-overlay{align-items:center;background:#e74c3ccc;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.gallery-item:hover .gallery-item-overlay{opacity:1}.overlay-content{color:#fff;text-align:center}.zoom-icon{display:block;margin-bottom:.5rem}.overlay-text{font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:1px}.cta-section{margin-top:4rem;padding:3rem 2rem}.cta-section h3{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-family:Open Sans,sans-serif;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-button:hover{box-shadow:0 5px 15px #e94c3c66;transform:scale(1.05)}.modal{align-items:center;background:#000000f2;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{max-height:90vh;text-align:center}.modal-image{box-shadow:0 10px 30px #0000004d;object-fit:contain}.image-caption{color:#fff;font-family:Open Sans,sans-serif;font-size:1rem;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:600px}.close-button{padding:.5rem;transition:color .3s ease}.close-button:hover{color:#e74c3c}@media (max-width:992px){.section-header h2{font-size:1.8rem}.section-subtitle{font-size:1.1rem}.stat-item{min-width:120px;padding:1rem}.stat-number{font-size:2rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:768px){.realization{padding:5rem 0}.section-header h2{font-size:1.6rem}.stats-container{align-items:center;flex-direction:column}.stat-item{margin-bottom:1.5rem}.gallery-grid{grid-template-columns:repeat(2,1fr)}.cta-section{padding:2rem 1rem}.cta-section h3{font-size:1.3rem}}@media (max-width:480px){.section-header h2{font-size:1.4rem}.section-subtitle{font-size:1rem;padding:0 1rem}.gallery-grid{grid-template-columns:1fr}.cta-section h3{font-size:1.2rem}.cta-button{font-size:1rem;padding:12px 25px}}.repair-section{background-color:#f9f9f9;font-family:Open Sans,sans-serif;padding:5rem 1rem}.repair-section h1{color:#1a1a1a;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:.5px;margin-bottom:2rem;text-align:center;text-transform:uppercase}.intro-text{margin:0 auto 3rem;max-width:800px;text-align:center}.intro-text p{color:#444;font-size:1.2rem;line-height:1.7}.intro-text strong{color:#e74c3c;font-weight:900}.benefits-section{margin-bottom:4rem}.benefits-section h2{color:#1a1a1a;font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:600;margin-bottom:2.5rem;text-align:center}.benefits-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));margin:0 1rem}.benefit-card{align-items:flex-start;background-color:#fff;border-radius:10px;box-shadow:0 5px 20px #00000012;margin:.5rem;padding:1.5rem;width:calc(100% - 1rem)}.benefit-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-7px)}.benefit-icony{align-items:center;background-color:#e74c3c;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:36px;justify-content:center;margin-right:1rem;width:36px}.benefit-content{flex:1 1}.benefit-content h3{color:#222;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;margin:0 0 .7rem}.benefit-content p{color:#666;font-size:1rem;line-height:1.6;margin:0}.cta-box{background-color:#fff;border-radius:15px;box-shadow:0 8px 30px #00000014;margin:0 auto;max-width:800px;padding:2.5rem;text-align:center}.cta-box p{color:#333;font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.contact-info{color:#444;font-size:1.1rem;margin-bottom:1.5rem}.phone-number{color:#e74c3c;font-size:1.3rem;font-weight:600;text-decoration:none;transition:color .2s ease}.phone-number:hover{color:#c0392b}.cta-button{word-wrap:break-word;box-shadow:0 5px 15px #e74c3c4d;box-sizing:border-box;letter-spacing:.5px;max-width:100%;padding:1rem 2.5rem;white-space:normal}.cta-button:hover{box-shadow:0 8px 20px #e74c3c66}.cta-button:focus{box-shadow:0 0 0 3px #e74c3c80;outline:none}@media (max-width:768px){.repair-section{padding:3rem 1rem}.repair-section h1{font-size:2rem}.benefits-section h2{font-size:1.5rem}.benefits-grid{grid-template-columns:1fr}.cta-box{padding:2rem 1.5rem}}@media (max-width:480px){.repair-section h1{font-size:1.7rem}.intro-text p{font-size:1.1rem}.benefit-card{margin:1rem;padding:1.5rem}.cta-box p,.phone-number{font-size:1.2rem}.cta-button{font-size:1rem;padding:.9rem 2rem}}.footer{background-color:#2c3e50;border-top:4px solid #e74c3c;color:#ecf0f1;font-family:Arial,sans-serif;padding:40px 0 20px}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-around;margin:0 auto;max-width:1200px;padding:0 20px}.footer-section{flex:1 1;margin-bottom:20px;min-width:250px;padding:0 15px}.footer-section h3{color:#e74c3c;font-size:1.5rem;margin-bottom:15px}.footer-section h4{border-bottom:1px solid #34495e;color:#e74c3c;font-size:1.2rem;margin-bottom:15px;padding-bottom:5px}.footer-section p{font-size:1rem;line-height:1.6;margin:10px 0}.footer-section i{color:#e74c3c;margin-right:10px;text-align:center;width:20px}.footer-bottom{border-top:1px solid #34495e;font-size:.9rem;margin-top:20px;padding-top:20px;text-align:center}@media (max-width:768px){.footer-content{align-items:center;flex-direction:column;text-align:center}.footer-section{margin-bottom:30px}}.social-icon{margin-top:15px}.social-icon a{align-items:center;background-color:#3b5998;border-radius:50%;color:#ecf0f1;display:inline-flex;height:36px;justify-content:center;transition:all .3s ease;width:36px}.social-icon a:hover{background-color:#2d4373;transform:translateY(-2px)}:root{--primary-color: #e74c3c;--dark-color:#333}*{box-sizing:border-box;margin:0;padding:0}.dachy-plaskie-container,body{background-color:#fff;color:#333;color:var(--dark-color);font-family:Open Sans,sans-serif;font-family:var(--font-main);font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#333;color:var(--dark-color);font-family:Montserrat,sans-serif;font-family:var(--font-heading);font-weight:700;line-height:1.3;margin-bottom:1rem;text-align:center}h1{font-size:2.5rem;font-weight:800;text-align:left}h2{margin-bottom:2rem;padding-bottom:1rem}h2:after{background: #e74c3c;background:var(--primary-color);bottom:0;height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}h3{font-size:1.75rem;text-align:inherit}.dachy-plaskie-container{margin:0 auto;max-width:1200px;overflow-x:hidden;padding:2rem 1rem}.cta-button,.cta-button-primary,.cta-button-secondary,.emergency-button,.see-more-button{border:none;border-radius:4px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:1px;padding:1rem 2rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.cta-button,.cta-button-primary{background: #e74c3c;background:var(--primary-color);box-shadow:0 4px 6px #0000001a}.cta-button-secondary,.see-more-button{background:#fff;border:2px solid #e74c3c;border:2px solid var(--primary-color);color: #e74c3c;color:var(--primary-color)}.cta-button-primary:hover,.cta-button:hover{background:#b71c1c;box-shadow:0 6px 12px #00000026;transform:translateY(-2px)}.cta-button-secondary:hover,.see-more-button:hover{background:#f5f5f5;background:var(--light-color);transform:translateY(-2px)}.cta-buttons{gap:1.5rem;margin-top:2rem}.hero-section{background:linear-gradient(135deg,#f5f5f5,#fff);background:linear-gradient(135deg,var(--light-color) 0,#fff 100%);border-radius:8px;box-shadow:0 5px 15px #0000001a;margin-bottom:4rem}.hero-content{padding:3rem}.hero-image{position:relative}.hero-image img{height:100%;object-fit:cover}.hero-section h1{color:#333;color:var(--dark-color);margin-bottom:1.5rem}.hero-subtitle{color: #e74c3c;color:var(--primary-color);font-size:1.25rem;font-weight:600;margin-bottom:2rem}.benefits-section{margin:5rem 0;text-align:center}.benefits-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.benefit-card{border-top:4px solid #e74c3c;border-top:4px solid var(--primary-color);box-shadow:0 5px 15px #0000000d;padding:2rem;transition:all .3s ease}.benefit-card:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-10px)}.benefit-icon{color: #e74c3c;color:var(--primary-color);font-size:2.5rem;margin-bottom:1.5rem}.benefit-card h3{color:#333;color:var(--dark-color);margin-bottom:1rem}.gallery-section{margin:5rem 0}.gallery-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.gallery-item{box-shadow:0 3px 10px #0000001a;transition:all .3s ease}.gallery-item img{display:block;height:250px;object-fit:cover;width:100%}.gallery-item p{background:#000c;bottom:0;color:#fff;font-size:1rem;font-weight:600;left:0;margin:0;padding:1rem;position:absolute;right:0;text-align:center}.emergency-section{background: #e74c3c;background:var(--primary-color);border-radius:8px;color:#fff;margin:5rem 0;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center}.emergency-section:before{background:radial-gradient(circle,#ffffff1a 0,#fff0 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:1}.emergency-content{position:relative;z-index:2}.emergency-section h2{color:#fff;margin-bottom:1.5rem}.emergency-section h2:after{background:#fff}.emergency-button{background:#fff;box-shadow:0 4px 0 #0000001a;color: #e74c3c;color:var(--primary-color);margin-top:1.5rem;overflow:hidden;position:relative;z-index:1}.emergency-button:hover{box-shadow:0 6px 12px #0003;transform:translateY(-3px)}.systems-section{margin:5rem 0}.systems-section p{font-size:1.1rem;font-weight:400}.system-card{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000001a;display:flex;flex-wrap:wrap;margin-bottom:3rem;overflow:hidden;transition:all .3s ease}.system-card:hover{box-shadow:0 15px 30px #00000026}.system-image{flex:1 1;min-width:300px}.system-image img{height:100%;min-height:300px;object-fit:cover;width:100%}.system-content{flex:1 1;min-width:300px;padding:3rem 2rem}.system-card.reverse{flex-direction:row-reverse}.system-card h3{color: #e74c3c;color:var(--primary-color);font-size:1.5rem;line-height:1.3;margin-bottom:1.5rem}.system-card ul{list-style:none;margin:1.5rem 0;padding-left:0}.system-card li{font-size:1rem;line-height:1.5;margin-bottom:1rem;padding-left:2rem;position:relative}.system-card li:before{color:#388e3c;color:var(--success-color);content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute;top:0}.system-cta{font-weight:600;margin-top:1.5rem}.system-cta a{color: #e74c3c;color:var(--primary-color);font-size:1rem;text-decoration:none;word-break:break-all}.local-seo-section{margin:5rem 0;text-align:center}.local-areas{background-color:#f9f9f9;border-radius:12px;box-shadow:0 0 15px #0000000d;box-sizing:border-box;line-height:1.6;margin:2rem auto;max-width:100%;padding:1.5rem}.local-areas p{font-size:1.1rem;font-weight:600;margin-bottom:1.2rem;text-align:center}.local-areas strong{color: #e74c3c;color:var(--primary-color);font-weight:700}.local-areas ul{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));list-style:none;margin:1.5rem 0 0;padding:0}.local-areas li{align-items:center;background:#e74c3c1a;border-radius:6px;display:flex;font-size:.95rem;margin-bottom:0;padding:.5rem}.local-areas li strong{font-weight:600;margin-left:.4rem}.guarantee-section{background:#333;background:var(--dark-color);border-radius:8px;color:#fff;margin:5rem 0;padding:4rem 2rem;text-align:center}.guarantee-section h2{color:#fff}.guarantee-section h2:after{background:#ffc107;background:var(--accent-color)}.guarantee-content{flex-wrap:wrap;margin:0 auto;max-width:1000px}.guarantee-badge,.guarantee-content{align-items:center;display:flex;justify-content:center}.guarantee-badge{background: #e74c3c;background:var(--primary-color);border-radius:50%;box-shadow:0 10px 20px #0003;flex-direction:column;height:180px;margin:2rem;width:180px}.guarantee-years{font-size:3rem;font-weight:800;line-height:1}.guarantee-text{font-size:1.1rem;font-weight:600;margin-top:.5rem;text-align:center}.guarantee-text-content{flex:1 1;min-width:300px;padding:2rem;text-align:left}.guarantee-text-content ul{list-style:none;margin:1.5rem 0;padding-left:0}.guarantee-text-content li{color:#f5f5f5;color:var(--light-color);line-height:1.5;margin-bottom:1rem;padding-left:2rem;position:relative}.guarantee-text-content li:before{color:#ffc107;color:var(--accent-color);content:"•";font-size:2rem;left:0;position:absolute;top:-.5rem}.faq-section{background-color:#fff;margin:5rem 0;padding:4rem 0;text-align:center}.faq-section h2{color: #e74c3c;color:var(--primary-color);font-size:2.5rem;font-weight:800;letter-spacing:1px;margin-bottom:3rem;text-transform:uppercase}.faq-grid{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:1000px}.faq-item{background:#fdfdfd;border-left:6px solid #e74c3c;border-left:6px solid var(--primary-color);border-radius:8px;box-shadow:0 8px 24px #0000000d;padding:1.5rem 2rem;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.faq-item:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-4px)}.faq-item h3{color: #e74c3c;color:var(--primary-color);font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.faq-item p{color:#333;color:var(--dark-color);font-size:1.1rem;line-height:1.6}.faq-item strong{color: #e74c3c;color:var(--primary-color);font-weight:700}.see-more-button{margin-top:2.5rem}.contact-cta{background:#f5f5f5;background:var(--light-color);margin:5rem 0;padding:3rem 2rem}.contact-cta h2{margin-bottom:1.5rem}.location-info{font-size:1rem;margin-top:1.5rem}@media (max-width:1024px){.dachy-plaskie-container{max-width:95%}.system-content{padding:2rem}}@media (max-width:768px){.hero-section h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.benefit-card{padding:1.5rem}.system-card,.system-card.reverse{flex-direction:column}.system-image{order:-1}.guarantee-content{flex-direction:column;text-align:center}.guarantee-text-content{text-align:center}}@media (max-width:600px){.local-areas{border-radius:10px;padding:1.2rem}.local-areas p{font-size:1rem;margin-bottom:1rem}.local-areas ul{gap:.6rem;grid-template-columns:1fr 1fr}.local-areas li{align-items:flex-start;flex-direction:column;font-size:.85rem;padding:.4rem;text-align:left}.local-areas li strong{display:block;margin-left:0;margin-top:.2rem}}@media (max-width:480px){h1{font-size:1.8rem}h2{font-size:1.6rem}.hero-content{padding:2rem 1.5rem}.cta-buttons{flex-direction:column;gap:1rem}.cta-button,.cta-button-primary,.cta-button-secondary,.emergency-button{width:100%}.guarantee-badge{height:150px;width:150px}.guarantee-years{font-size:2.5rem}.local-areas ul{grid-template-columns:1fr}}.docieplanie-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.hero-sectionD{background:linear-gradient(#0003,#00000080),url(/static/media/wool.2e874722cd1239d88b76.webp);background-position:50%;background-size:cover;border-radius:10px;color:#fff;margin-bottom:40px;padding:120px 20px;text-align:center}.benefit-icon{color:#f0f8ff}.hero-sectionD h1{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:2.5rem;justify-content:center;line-height:1.3;margin-bottom:20px;text-align:center}.benefits-section{margin:50px 0}.benefits-section h2{font-size:1.5rem;margin-bottom:30px}.benefits-grid{gap:20px;padding:0 10px}.benefit-card{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;font-weight:800;height:100%;max-width:350px;padding:30px 20px;transition:transform .3s;width:100%}.benefit-card:hover{transform:translateY(-5px)}.benefit-icon{color:#e74c3c;font-size:2rem;margin-bottom:15px}.benefit-card h3{color:#2c3e50;font-size:1.4rem;line-height:1.3;margin-bottom:15px;text-align:center}.benefit-card p{flex-grow:1;font-size:1rem;line-height:1.5}.insulation-types{margin:80px 0}.types-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.type-card{border:1px solid #eee;border-radius:8px;overflow:hidden}.type-card img{height:250px;object-fit:cover;width:100%}.type-card h3{background:#2c3e50;color:#fff;margin:0;padding:15px}.type-card ul{list-style-type:none;padding:20px}.type-card li{margin-bottom:10px;padding-left:25px;position:relative}.type-card li:before{color:#e74c3c;content:"•";left:0;position:absolute}.projects-section{margin:80px 0}.projects-grid{margin-top:40px}.project-card{box-shadow:0 5px 15px #0000001a}.project-card img{height:250px;object-fit:cover;width:100%}.project-card h3{background:#f8f9fa;margin:0;padding:15px}.project-card p{margin:0;padding:0 15px 15px}.cta-button,.cta-button-primary,.cta-button-secondary{border-radius:50px;display:inline-block;font-weight:700;margin:10px;padding:15px 30px;text-decoration:none;transition:all .3s}.cta-button,.cta-button-primary{background:#e74c3c;border:2px solid #e74c3c;color:#fff}@media (max-width:768px){.hero-section{padding:60px 20px}.hero-section h1{font-size:2rem}.benefits-grid,.projects-grid,.types-grid{grid-template-columns:1fr}.contact-cta{padding:30px 15px}}.o-nas-container{box-sizing:border-box;color:#333;font-family:Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:80%;overflow-x:hidden;padding:40px 20px;width:100%}.breadcrumbs{color:#666;font-size:14px;margin-bottom:30px;margin-top:80px;padding-top:20px}.breadcrumbs span{color:#e74c3c;cursor:pointer}.hero-section{margin-bottom:70px;width:100%}.hero-content,.hero-section{box-sizing:border-box}.hero-section h1{color:#2c3e50;font-size:2.2rem;line-height:1.2;margin-bottom:15px}.story-section{box-sizing:border-box;margin:80px 0;width:100%}.story-section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:50px;position:relative;text-align:center}.story-section h2:after{background:#e74c3c;content:"";display:block;height:3px;margin:15px auto;width:100px}.story-content{align-items:center;display:flex;flex-wrap:wrap;gap:40px}.story-text{flex:1 1;min-width:300px}.story-text p{font-size:1.1rem;line-height:1.7;margin-bottom:20px}.story-image{flex:1 1;min-width:300px}.story-image img{border-radius:10px;box-shadow:0 5px 15px #0000001a;height:auto;width:100%}.values-section{box-sizing:border-box;margin:80px 0;text-align:center;width:100%}.values-section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:50px;position:relative}.values-section h2:after{background:#e74c3c;content:"";display:block;height:3px;margin:15px auto;width:100px}.values-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-items:center;margin:0 auto;max-width:100%}.value-card{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-width:350px;padding:30px 20px;transition:transform .3s;width:100%}.value-card:hover{transform:translateY(-5px)}.value-icon{font-size:3rem;margin-bottom:15px}.value-card h3{color:#2c3e50;font-size:1.4rem;line-height:1.3;margin-bottom:15px}.value-card p{flex-grow:1;font-size:1rem;line-height:1.5}.team-section{background-color:#f8f9fa;border-radius:10px;box-sizing:border-box;margin:80px 0;padding:60px 30px;width:100%}.team-section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:50px;text-align:center}.team-content{align-items:center;display:flex;flex-wrap:wrap;gap:40px}.team-stats{grid-gap:30px;display:grid;flex:1 1;gap:30px;grid-template-columns:repeat(2,1fr);min-width:300px}.stat-item{background:#fff;border-radius:10px;box-shadow:0 3px 10px #0000001a;padding:30px;text-align:center}.stat-number{color:#e74c3c;font-size:2.5rem}.stat-label{color:#666;font-size:1rem;font-weight:600}.team-image{flex:1 1;min-width:300px}.team-image img{border-radius:10px;height:auto;width:100%}.expertise-section{box-sizing:border-box;margin:80px 0;width:100%}.expertise-section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:15px;text-align:center}.expertise-subtitle{color:#666;font-size:1.1rem;margin-bottom:50px;text-align:center}.expertise-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.expertise-card{background:#fff;border-left:4px solid #e74c3c;border-radius:8px;box-shadow:0 5px 15px #0000001a;padding:30px;transition:transform .3s}.expertise-card:hover{transform:translateY(-5px)}.expertise-card h3{border-bottom:2px solid #f8f9fa;color:#2c3e50;font-size:1.3rem;margin-bottom:20px;padding-bottom:10px}.expertise-card ul{list-style:none;padding:0}.expertise-card li{padding:8px 0 8px 25px;position:relative}.expertise-card li:before{color:#e74c3c;content:"•";font-size:1.2rem;left:0;position:absolute;top:5px}.certificates-section{box-sizing:border-box;margin:80px 0;width:100%}.certificates-section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:50px;position:relative;text-align:center}.certificates-section h2:after{background:#e74c3c;content:"";display:block;height:3px;margin:15px auto;width:100px}.certificates-content{align-items:center;display:flex;flex-wrap:wrap;gap:40px}.certificates-text{flex:1 1;min-width:300px}.certificates-text p{font-size:1.1rem;line-height:1.7;margin-bottom:25px}.certificates-text ul{list-style:none;padding:0}.certificates-text li{font-size:1rem;padding:10px 0 10px 25px;position:relative}.certificates-text li:before{color:#e74c3c;content:"✓";font-weight:700;left:0;position:absolute;top:10px}.certificates-image{flex:1 1;min-width:300px}.certificates-image img{border-radius:10px;box-shadow:0 5px 15px #0000001a;height:auto;width:100%}.equipment-section{background-color:#2c3e50;border-radius:10px;box-sizing:border-box;color:#fff;margin:80px 0;padding:60px 30px;width:100%}.equipment-content{align-items:center;display:flex;flex-wrap:wrap;gap:40px}.equipment-image{flex:1 1;min-width:300px}.equipment-image img{border-radius:10px;height:auto;width:100%}.equipment-text{flex:1 1;min-width:300px}.equipment-text h2{color:#fff;font-size:1.8rem;margin-bottom:25px}.equipment-text p{font-size:1.1rem;line-height:1.7;margin-bottom:25px}.equipment-text ul{list-style:none;padding:0}.equipment-text li{padding:10px 0 10px 45px;position:relative}.equipment-text li:before{content:"⚙️";left:0;position:absolute;top:8px}.process-section{box-sizing:border-box;margin:80px 0;width:100%}.process-section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:50px;position:relative;text-align:center}.process-section h2:after{background:#e74c3c;content:"";display:block;height:3px;margin:15px auto;width:100px}.process-steps{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.process-step{border-radius:10px;box-shadow:0 5px 15px #0000001a;transition:transform .3s}.process-step:hover{transform:translateY(-5px)}.step-number{height:60px;width:60px}.process-step h3{font-size:1.2rem}.process-step p{font-size:.95rem;line-height:1.5}.testimonials-section{background-color:#f8f9fa;border-radius:10px;box-sizing:border-box;margin:80px 0;padding:60px 30px;width:100%}.testimonials-section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:50px;text-align:center}.testimonials-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:30px;text-align:center}.testimonial-stars{color:#ffc107;font-size:1.2rem;margin-bottom:15px}.testimonial-card p{font-style:italic;line-height:1.6;margin-bottom:20px}.testimonial-author{color:#2c3e50;font-weight:700}.why-us-section{box-sizing:border-box;margin:80px 0;width:100%}.why-us-section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:50px;position:relative;text-align:center}.why-us-section h2:after{background:#e74c3c;content:"";display:block;height:3px;margin:15px auto;width:100px}.why-us-content{align-items:center;display:flex;flex-wrap:wrap;gap:40px}.why-us-image{flex:1 1;min-width:300px}.why-us-image img{border-radius:10px;box-shadow:0 5px 15px #0000001a;height:auto;width:100%}.why-us-list{flex:1 1;min-width:300px}.why-us-item{align-items:flex-start;display:flex;margin-bottom:30px}.why-us-icon{color:#e74c3c;font-size:1.5rem;font-weight:700;margin-right:15px}.why-us-item h3{color:#2c3e50;font-size:1.2rem;margin-bottom:5px}.why-us-item p{color:#666;font-size:.95rem;line-height:1.5}.contact-cta{background-color:#2c3e50;border-radius:10px;box-sizing:border-box;padding:60px 30px;width:100%}.contact-cta h2{color:#fff;font-size:1.8rem;margin-bottom:15px}.contact-cta p{font-size:1.1rem;line-height:1.6;margin-left:auto;margin-right:auto;max-width:600px}.cta-button-primary,.cta-button-secondary{min-width:200px;transition:all .3s ease}.cta-button-primary{background-color:#e74c3c}.cta-button-primary:hover{background-color:#c0392b;border-color:#c0392b;transform:translateY(-3px)}.cta-button-secondary{background-color:initial}.cta-button-secondary:hover{background-color:#ffffff1a;transform:translateY(-3px)}@media (max-width:768px){.o-nas-container{max-width:95%;padding:20px 10px}.hero-section h1{font-size:1.8rem}.hero-subtitle{font-size:1rem}.certificates-text,.equipment-text,.hero-content,.story-text{padding:20px}.process-steps,.team-stats{grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.cta-button-primary,.cta-button-secondary{width:100%}}@media (max-width:480px){.hero-section h1{font-size:1.5rem}.expertise-grid,.testimonials-grid,.values-grid{grid-template-columns:1fr}.contact-cta{padding:40px 20px}.contact-cta h2{font-size:1.5rem}.contact-cta p{font-size:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.expertise-card,.process-step,.testimonial-card,.value-card{animation:fadeIn .6s ease forwards}.value-card:first-child{animation-delay:.1s}.value-card:nth-child(2){animation-delay:.2s}.value-card:nth-child(3){animation-delay:.3s}.value-card:nth-child(4){animation-delay:.4s}.expertise-card:first-child{animation-delay:.1s}.expertise-card:nth-child(2){animation-delay:.2s}.expertise-card:nth-child(3){animation-delay:.3s}.expertise-card:nth-child(4){animation-delay:.4s}.process-step:first-child{animation-delay:.1s}.process-step:nth-child(2){animation-delay:.2s}.process-step:nth-child(3){animation-delay:.3s}.process-step:nth-child(4){animation-delay:.4s}.testimonial-card:first-child{animation-delay:.1s}.testimonial-card:nth-child(2){animation-delay:.2s}.testimonial-card:nth-child(3){animation-delay:.3s}.wykonawstwo-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:0 20px}.hero-sectionW{background:linear-gradient(#00000080,#000000b3),url(/static/media/5f.3fe47d99864b70bbf29b.webp);background-position:50%;background-size:cover;border-radius:10px;color:#fff;margin:20px 0 40px;padding:120px 20px;text-align:center}.hero-contentW h1{color:#e74c3c;font-size:2.5rem;margin-bottom:20px;text-shadow:1px 1px 3px #000c}.hero-subtitle{text-shadow:1px 1px 2px #000c}.cta-button{border:2px solid #e74c3c;padding:15px 30px}.cta-button:hover{background:#0000;box-shadow:0 5px 15px #0003}section{margin:60px 0}h2{color:#2c3e50;font-size:2rem;margin-bottom:30px;position:relative;text-align:center}h2:after{background:#e74c3c;content:"";display:block;height:3px;margin:15px auto;width:80px}.section-intro{color:#555;font-size:1.1rem;line-height:1.6;margin:0 auto 40px;max-width:800px;text-align:center}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background:#f9f9f9;border-radius:8px;box-shadow:0 5px 15px #0000000d;padding:30px;transition:transform .3s}.service-card:hover{transform:translateY(-10px)}.service-card h3{font-size:1.3rem;margin-bottom:20px}.service-card ul{list-style-type:none;padding:0}.service-card li{margin-bottom:10px;padding-left:25px;position:relative}.service-card li:before{color:#e74c3c;content:"•";font-size:1.5rem;left:0;line-height:1;position:absolute}.tech-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.tech-card{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;padding:30px 20px;text-align:center}.tech-icon{font-size:2.5rem;margin-bottom:15px}.tech-card h3{color:#2c3e50;margin-bottom:10px}.tech-description{color:#666;font-size:.9rem}.process-steps{grid-gap:30px;counter-reset:step-counter;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.process-step{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;padding:30px 20px;position:relative;text-align:center}.step-number{align-items:center;background:#e74c3c;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;margin:0 auto 20px;width:50px}.process-step h3{color:#2c3e50;margin-bottom:15px}.process-step p{color:#666;font-size:.9rem}.advantages-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.advantage-card{padding:30px 20px;text-align:center}.advantage-icon{color:#e74c3c;font-size:2.5rem;margin-bottom:15px}.advantage-card h3{color:#2c3e50;margin-bottom:10px}.advantage-card p{color:#666;font-size:.9rem}.projects-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:30px}.project-card{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;overflow:hidden}.project-image-placeholder{background:#eee;background-image:linear-gradient(45deg,#ddd 25%,#0000 0,#0000 75%,#ddd 0,#ddd),linear-gradient(45deg,#ddd 25%,#0000 0,#0000 75%,#ddd 0,#ddd);background-position:0 0,10px 10px;background-size:20px 20px;height:200px}.project-card h3{color:#2c3e50;font-size:1.2rem;padding:20px 20px 0}.project-card p{color:#666;font-size:.9rem;padding:0 20px 20px}.see-more-button{border:3px solid #e74c3c;border-radius:60px;color:#e74c3c;display:inline-block;font-size:1.25rem;font-weight:700;padding:20px 40px;text-align:center;text-decoration:none;transition:all .3s ease}.see-more-button:hover{background:#e74c3c;color:#fff}.cta-section{background:#2c3e50;border-radius:10px;color:#fff;margin:60px 0;padding:60px 20px;text-align:center}.cta-content{margin:0 auto;max-width:800px}.cta-section h2{color:#fff}.cta-section h2:after{background:#e74c3c}.cta-section p{font-size:1.1rem;margin-bottom:30px}@media (max-width:768px){.hero-sectionW{padding:80px 20px}.hero-contentW h1{color:#c0392b;font-size:2rem}.hero-subtitle{font-size:1.1rem}.cta-buttons{align-items:center;flex-direction:column}.cta-button-primary,.cta-button-secondary{width:100%}}@media (max-width:480px){.advantages-grid,.process-steps,.projects-grid,.services-grid,.tech-grid{grid-template-columns:1fr}h2{font-size:1.8rem}}.intro-dekarskie{background:#fdfdfd;border-bottom:1px solid #eee;margin:60px 0;padding:60px 20px}.intro-content{margin:0 auto;max-width:1100px;text-align:center}.intro-dekarskie h2{color:#2c3e50;font-size:2.2rem;font-weight:700;line-height:1.3;margin-bottom:25px;text-align:center}.intro-dekarskie h2:after{background:#e74c3c;border-radius:2px;content:"";display:block;height:3px;margin:15px auto 0;width:90px}.intro-contentttt p,.intro-dekarskie p{color:#555;font-size:1.15rem;line-height:1.8;margin-bottom:35px;margin-left:auto;margin-right:auto;max-width:900px;text-align:justify}.intro-highlights{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.intro-highlights span{background:#e74c3c;border-radius:30px;box-shadow:0 4px 10px #00000014;color:#fff;display:inline-block;font-size:.95rem;font-weight:600;padding:12px 22px;transition:transform .2s ease,background .3s ease}.intro-highlights span:hover{background:#c0392b;transform:translateY(-3px)}@media (max-width:768px){.intro-dekarskie{padding:40px 15px}.intro-dekarskie h2{font-size:1.8rem}.intro-dekarskie p{font-size:1rem;text-align:left}.intro-highlights{gap:10px}.intro-highlights span{font-size:.9rem;padding:10px 18px}}@media (max-width:480px){.intro-dekarskie h2{font-size:1.5rem}.intro-highlights{align-items:center;flex-direction:column}.intro-highlights span{text-align:center;width:100%}}.faq-container{color:#333;display:flex;flex-direction:column;font-family:Open Sans,Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:80%;min-height:100vh}.faq-main{flex:1 1}.hero-section{align-items:center;background-color:#f8f9fa;border-radius:10px;display:flex;flex-wrap:wrap;margin-bottom:80px;margin-top:80px;max-width:100%;overflow:hidden}.hero-content{flex:1 1;min-width:300px;padding:50px}.hero-title{color:#2c3e50;font-family:Montserrat,Arial,sans-serif;font-size:2.2rem;font-weight:900;line-height:1.2;margin-bottom:15px}.hero-subtitle{color:#e74c3c;font-size:1.2rem;font-weight:700;margin-bottom:25px}.hero-image{flex:1 1;min-width:300px}.hero-image img{display:block;height:auto;width:100%}.intro-section{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;margin-bottom:80px;margin-left:auto;margin-right:auto;max-width:1000px;padding:60px 20px}.intro-section .section-title{color:#2c3e50;font-family:Montserrat,Arial,sans-serif;font-size:1.8rem;font-weight:900;margin-bottom:30px;text-align:center}.intro-content p{color:#333;font-size:1rem;line-height:1.6;margin-bottom:20px;text-align:center}.benefits-list{list-style:none;margin:30px 0;padding:0}.benefits-list li{color:#555;font-size:1rem;margin-bottom:15px;padding-left:25px;position:relative}.benefits-list li:before{color:#e74c3c;content:"✔";font-weight:700;left:0;position:absolute}.inline-link{color:#e74c3c;font-weight:700;text-decoration:none;transition:all .3s}.inline-link:hover{text-decoration:underline}@media (max-width:768px){.intro-section{padding:40px 15px}.intro-section .section-title{font-size:1.5rem}.benefits-list li{font-size:.95rem}.intro-content p{text-align:left}}.cta-button{background:#e74c3c;border-radius:50px;padding:18px 35px;transition:all .3s}.cta-button:hover{background:#c0392b}.stats-section{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:60px}.stat-card{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000001a;padding:30px 20px;text-align:center}.stat-icon{color:#e74c3c;margin-bottom:15px}.stat-number{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:10px}.stat-text{color:#666;font-size:.9rem;font-weight:700}.category-section{margin-bottom:50px}.section-title{color:#2c3e50;font-family:Montserrat,Arial,sans-serif;font-size:1.8rem;font-weight:900;margin-bottom:30px}.category-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:40px}.category-button{background:#0000;border:2px solid #e74c3c;border-radius:25px;color:#e74c3c;cursor:pointer;font-size:.9rem;font-weight:700;padding:12px 24px;transition:all .3s}.category-button:hover{background:#e74c3c1a}.category-button.active{background:#e74c3c;color:#fff}.faq-items-section{margin-bottom:40px}.faq-items-container{margin:0 auto;max-width:1000px}.faq-item{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;margin-bottom:20px;overflow:hidden}.faq-question{align-items:center;background-color:#fff;cursor:pointer;display:flex;justify-content:space-between;padding:25px;transition:all .3s}.faq-question.active{background-color:#f8f9fa}.faq-category{color:#e74c3c;font-size:.8rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.faq-question-text{color:#2c3e50;font-family:Montserrat,Arial,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.3;margin:8px 0 0}.chevron-icon{color:#e74c3c}.faq-answer{border-top:1px solid #eee;padding:0 25px 25px}.answer-content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:30px;margin-top:20px}.answer-text{flex:2 1;min-width:300px}.answer-text p{color:#333;font-size:1rem;line-height:1.6;margin-bottom:20px}.tips-box{background:#f8f9fa;border-left:4px solid #e74c3c;border-radius:8px;padding:20px}.tips-box h4{color:#2c3e50;font-size:1rem;font-weight:700;margin-bottom:15px}.tips-box ul{list-style:none;margin:0;padding:0}.tips-box li{color:#555;font-size:.9rem;margin-bottom:8px;padding-left:20px;position:relative}.tip-bullet{color:#e74c3c;font-weight:700;left:0;position:absolute}.answer-image{flex:1 1;min-width:250px}.answer-image img{border-radius:8px;box-shadow:0 3px 10px #0003;height:200px;object-fit:cover;width:100%}.emergency-cta{background-color:#2c3e50;border-radius:10px;color:#fff;margin:80px 0;padding:50px 20px;text-align:center}.emergency-cta h2{color:#e74c3c;font-family:Montserrat,Arial,sans-serif;font-size:1.8rem;font-weight:900;margin-bottom:20px}.emergency-cta p{font-size:1.1rem;margin-bottom:30px}.cta-buttons{gap:15px}.cta-button-primary{animation:pulse 2s infinite;background:#fff;color:#e74c3c}.cta-button-primary,.cta-button-secondary{border-radius:50px;display:inline-block;font-size:1.1rem;font-weight:700;padding:18px 35px;text-decoration:none;transition:all .3s}.contact-info h3{font-family:Montserrat,Arial,sans-serif;font-size:1.5rem;font-weight:900;margin-bottom:30px}.contact-details{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:800px}.contact-item{align-items:center;display:flex;gap:10px;justify-content:center;margin-left:20px}.contact-icon{color:#e74c3c;margin-left:45px}@media (max-width:768px){.faq-container{max-width:95%;padding:20px 10px}.hero-content{padding:30px 20px!important}.hero-title{font-size:1.6rem!important}.hero-subtitle{font-size:1rem!important}.stats-section{grid-template-columns:1fr 1fr}.answer-content{flex-direction:column}.answer-image{width:100%}}@media (max-width:480px){.stats-section{grid-template-columns:1fr}.category-buttons{align-items:center;flex-direction:column}.category-button{width:100%}.cta-buttons{align-items:center;flex-direction:column}.cta-button-primary,.cta-button-secondary{text-align:center;width:100%}}.realizacje-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.hero-sectionR{background:linear-gradient(#0003,#00000080),url(/static/media/wool.2e874722cd1239d88b76.webp);background-position:50%;background-size:cover;border-radius:10px;color:#fff;margin-bottom:40px;padding:120px 20px;text-align:center}.hero-sectionR h1{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:2.5rem;justify-content:center;line-height:1.3;margin-bottom:20px;text-align:center}.hero-subtitle{color:#eee;font-size:1.3rem;margin-bottom:30px}.gallery-section{margin:60px 0;text-align:center}.gallery-description{color:#666;margin-bottom:30px}.gallery-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:30px}.gallery-item{aspect-ratio:4/3;border-radius:8px;cursor:pointer;overflow:hidden;position:relative;transition:transform .3s}.gallery-item:hover{transform:scale(1.03)}.gallery-thumb{display:block;height:100%;object-fit:cover;width:100%}.image-overlay{align-items:center;background:#0006;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s}.gallery-item:hover .image-overlay{opacity:1}.zoom-icon{color:#fff;font-size:2rem}.image-modal{background:#000c}.close-button{background:none;font-size:2rem;padding:5px 10px;right:0;top:-40px}.contact-cta{background:#f8f9fa;border-radius:8px;margin:80px 0;padding:40px}.cta-button-primary,.cta-button-secondary{margin:10px}.cta-button-secondary{border:2px solid #e74c3c;color:#e74c3c}.cta-button-primary:hover,.cta-button-secondary:hover{opacity:.9;transform:translateY(-2px)}.contact-cta{background:#2c3e50;color:#fff;margin-top:40px;padding:60px 20px;text-align:center}.cta-container{margin:0 auto;max-width:1200px}.contact-cta h2{font-size:2rem;margin-bottom:20px}.contact-cta p{color:#ecf0f1;font-size:1.2rem;margin-bottom:30px}.cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.cta-button-primary,.cta-button-secondary{border-radius:50px;display:inline-block;font-weight:700;min-width:250px;padding:15px 30px;text-align:center;text-decoration:none;transition:all .3s}.cta-button-primary{background:#e74c3c;border:2px solid #e74c3c;color:#fff}.cta-button-secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-button-primary:hover,.cta-button-secondary:hover{box-shadow:0 5px 15px #0003;transform:translateY(-3px)}.image-modal{background:#000000e6;bottom:0;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.image-modal,.modal-content{align-items:center;display:flex;justify-content:center}.modal-content{max-height:90%;max-width:90%;position:relative;width:100%}.close-button{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2.5rem;height:50px;justify-content:center;position:absolute;right:20px;top:20px;width:50px;z-index:1001}.close-button:hover{background:#000c}.nav-button{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:60px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:60px;z-index:1001}.nav-button:hover{background:#000c}.prev-button{left:20px}.next-button{right:20px}.image-container{max-height:90vh;max-width:100%;position:relative;text-align:center}.modal-image{border-radius:8px;box-shadow:0 5px 25px #00000080;display:block;margin:0 auto;max-height:80vh;max-width:100%}.image-title{background:#000000b3;border-radius:5px;color:#fff;font-size:1.2rem;margin-top:15px;padding:10px;text-align:center}@media (max-width:768px){.cta-buttons{align-items:center;flex-direction:column}.nav-button{font-size:1.5rem;height:40px;width:40px}.close-button{font-size:2rem;height:40px;right:10px;top:10px;width:40px}.hero-sectionR{padding:80px 20px}.hero-sectionR h1{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:2.5rem;justify-content:center;line-height:1.3;margin-bottom:20px;text-align:center}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.contact-cta{padding:30px 15px}}@media (max-width:480px){.gallery-grid{gap:10px;grid-template-columns:1fr 1fr}.cta-buttons{display:flex;flex-direction:column}.cta-button-primary,.cta-button-secondary{margin:5px 0;width:100%}}.loading-spinner{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:2rem}.spinner{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.progress-bar{background:#f0f0f0;border-radius:3px;height:6px;margin:1rem 0;overflow:hidden;width:100%}.progress{background:linear-gradient(90deg,#3498db,#2ecc71);height:100%;transition:width .3s ease}.loading-more{color:#666;padding:1rem;text-align:center}.seo-content{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);overflow:hidden;padding:8rem 5%;position:relative}.seo-content:before{background:radial-gradient(circle at 30% 20%,#e74c3c0d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.seo-content .container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.seo-content h2{color:#2c3e50;display:inline-block;font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:900;letter-spacing:1px;margin-bottom:1.8rem;position:relative;text-align:center;text-transform:uppercase;width:100%}.seo-content h2:after{background:#e74c3c;bottom:-20px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.seo-content>div>div:first-child p{color:#34495e;font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.8;margin:0 auto;max-width:1050px;text-align:center}.seo-content strong{color:#e74c3c;font-weight:700;padding:0 2px}.seo-content>div>div:nth-child(2){grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:50px}.seo-content>div>div:nth-child(2)>div{background:#fff;border-radius:10px;box-shadow:0 10px 30px #00000014;overflow:hidden;padding:30px;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.seo-content>div>div:nth-child(2)>div:before{background:linear-gradient(90deg,#e74c3c,#c0392b);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.seo-content>div>div:nth-child(2)>div:hover{box-shadow:0 15px 35px #0000001f;transform:translateY(-5px)}.seo-content h3{color:#e74c3c;font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:700;letter-spacing:.5px;margin-bottom:15px;text-transform:uppercase}.seo-content>div>div:nth-child(2)>div>p{color:#34495e;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.7;margin-bottom:15px}.seo-content ul{list-style:none;margin:0;padding:0}.seo-content li{color:#2c3e50;font-family:Open Sans,sans-serif;font-size:.95rem;line-height:1.6;margin-bottom:8px;padding-left:20px;position:relative}.seo-content li:before{color:#e74c3c;content:"✓";font-weight:700;left:0;position:absolute;top:1px}.seo-content>div>div:nth-child(3){background:#fff;border-radius:10px;box-shadow:0 10px 30px #00000014;margin-bottom:50px;overflow:hidden;padding:40px;position:relative}.seo-content>div>div:nth-child(3):before{background:linear-gradient(90deg,#e74c3c,#c0392b);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.seo-content>div>div:nth-child(3) h2{color:#2c3e50;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:900;letter-spacing:1px;margin-bottom:30px;text-align:center;text-transform:uppercase}.seo-content>div>div:nth-child(3) h2:after{background:#e74c3c;bottom:-20px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.seo-content>div>div:nth-child(3)>div>div{background:#f8f9fa;border-left:4px solid #e74c3c;border-radius:0 8px 8px 0;margin-bottom:25px;padding:20px;transition:all .3s ease}.seo-content>div>div:nth-child(3)>div>div:hover{background:#ecf0f1;transform:translateX(5px)}.seo-content>div>div:nth-child(3) h4{color:#e74c3c;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:10px}.seo-content>div>div:nth-child(3) p{color:#34495e;font-family:Open Sans,sans-serif;font-size:.95rem;line-height:1.6;margin:0}.seo-content>div>div:nth-child(4){margin-bottom:40px;text-align:center}.seo-content>div>div:nth-child(4) h2{color:#2c3e50;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:900;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase}.seo-content>div>div:nth-child(4) p{color:#34495e;font-family:Open Sans,sans-serif;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:800px}.seo-content>div>div:nth-child(5){background:linear-gradient(135deg,#e8f5e8,#d5f4e6);border:2px solid #27ae601a;border-radius:10px;box-shadow:0 5px 20px #27ae601a;padding:30px;text-align:center}.seo-content>div>div:nth-child(5) h3{color:#27ae60;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.5px;margin-bottom:15px;text-transform:uppercase}.seo-content>div>div:nth-child(5) p{color:#2c3e50;font-family:Open Sans,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:20px}.seo-content>div>div:nth-child(5)>div{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.seo-content>div>div:nth-child(5)>div>div{background:#fff;border-radius:20px;box-shadow:0 2px 10px #27ae601a;color:#27ae60;font-family:Open Sans,sans-serif;font-size:.95rem;font-weight:600;padding:8px 15px;transition:all .3s ease}.seo-content>div>div:nth-child(5)>div>div:hover{box-shadow:0 4px 15px #27ae6033;transform:translateY(-2px)}@media (max-width:992px){.seo-content{padding:6rem 5%}.seo-content>div>div:nth-child(2){grid-template-columns:1fr 1fr}.seo-content h2{font-size:1.9rem}}@media (max-width:768px){.seo-content{padding:5rem 3%}.seo-content h2{font-size:1.7rem}.seo-content>div>div:nth-child(2){grid-template-columns:1fr;margin:0 auto 50px;max-width:500px}.seo-content>div>div:nth-child(2)>div{padding:25px}.seo-content>div>div:nth-child(3){padding:30px 20px}.seo-content>div>div:nth-child(5)>div{gap:15px}.seo-content>div>div:nth-child(5)>div>div{font-size:.9rem;padding:6px 12px}}@media (max-width:480px){.seo-content h2{font-size:1.5rem}.seo-content>div>div:first-child p,.seo-content>div>div:nth-child(4) p{font-size:1rem;padding:0 10px}.seo-content>div>div:nth-child(2)>div{padding:20px}.seo-content h3{font-size:1.2rem}.seo-content>div>div:nth-child(3) h2,.seo-content>div>div:nth-child(4) h2{font-size:1.6rem}.seo-content>div>div:nth-child(5) h3{font-size:1.3rem}}:root{--primary-color:#e74c3c;--secondary-color:#1976d2;--dark-color:#767575;--light-color:#f5f5f5;--accent-color:#ffc107;--success-color:#388e3c;--font-main:"Open Sans",sans-serif;--font-heading:"Montserrat",sans-serif}body{background:linear-gradient(135deg,#fff,#f5f5f5);background:linear-gradient(135deg,#fff 0,var(--light-color) 100%);color:#767575;color:var(--dark-color);font-family:Open Sans,sans-serif;font-family:var(--font-main);line-height:1.6}.container{padding:0 20px}.hero2{align-items:center;background-image:linear-gradient(90deg,#fffffff2 0,#ffffffb3 50%,#ffffff4d),url(/static/media/23f.a7b5c35d79f510632141.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;display:flex;margin-top:80px;min-height:70vh;padding:2rem 1rem;position:relative}.container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.hero-content2{background-color:#fffc;border-radius:8px;box-shadow:0 5px 15px #0000001a;max-width:600px;padding:2rem}.hero-content2 h1{color:#333;font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem}.hero-content2 p{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.cta-button{background-color:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-weight:600;letter-spacing:1px;padding:1rem 2rem;text-transform:uppercase}.cta-button:hover{background-color:#c0392b;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}@media (max-width:768px){.hero2{align-items:flex-start;background-image:linear-gradient(180deg,#ffffffe6 0,#fff9),url(/static/media/23f.a7b5c35d79f510632141.webp);background-position:50%;min-height:60vh;padding-top:4rem}.hero-content2{background-color:#ffffffe6;margin:0 auto;max-width:100%}.hero-content2 h1{font-size:1.8rem}.hero-content2 p{font-size:1rem}}@media (max-width:480px){.hero2{min-height:50vh;padding:1rem}.hero-content2{padding:1.5rem}.hero-content2 h1{font-size:1.5rem}.cta-button{font-size:.9rem;padding:.8rem 1.5rem;text-align:center;width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cta-button{animation:fadeInUp 1s ease-out .6s both;background:#fff;border-radius:30px;box-shadow:0 8px 25px #0003;color:#e74c3c;color:var(--primary-color);display:inline-block;font-size:1.1rem;font-weight:700;padding:15px 35px;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#f5f5f5;background:var(--light-color);box-shadow:0 12px 35px #0000004d;transform:translateY(-3px)}.benefits,.contact,.services,.why-choose-us-section{background:#fff;padding:80px 0}.why-choose-us-section{background:#f5f5f5;background:var(--light-color)}.section-title{color:#e74c3c;color:var(--primary-color);font-family:Montserrat,sans-serif;font-family:var(--font-heading);font-size:2.5rem;margin-bottom:20px;position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,#e74c3c,#e74c3c);background:linear-gradient(to right,var(--primary-color),var(--primary-color));border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.section-subtitle{color:#767575;color:var(--dark-color);font-family:Open Sans,sans-serif;font-family:var(--font-main);font-size:1.2rem;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:40px}.service-card{background:#fff;border:2px solid #0000;border-radius:15px;box-shadow:0 10px 30px #e74c3c1a;overflow:hidden;padding:40px 30px;position:relative;transition:all .3s ease}.service-card:before{background:linear-gradient(90deg,#e74c3c,#e74c3c);background:linear-gradient(to right,var(--primary-color),var(--primary-color));content:"";height:4px;left:0;position:absolute;right:0;top:0}.service-card:hover{border-color:#e74c3c;border-color:var(--primary-color);box-shadow:0 20px 40px #e74c3c33;transform:translateY(-5px)}.service-card h3{color:#e74c3c;color:var(--primary-color);font-family:Montserrat,sans-serif;font-family:var(--font-heading);font-size:1.5rem;margin-bottom:15px}.service-card p{color:#767575;color:var(--dark-color);font-family:Open Sans,sans-serif;font-family:var(--font-main);line-height:1.7}.benefits{background:linear-gradient(135deg,#fff8f5,#f5f5f5);background:linear-gradient(135deg,#fff8f5 0,var(--light-color) 100%)}.benefits-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:40px}.benefit-item{background:#fff;border:2px solid #0000;border-radius:15px;box-shadow:0 8px 25px #e74c3c1a;padding:30px;text-align:center;transition:all .3s ease}.benefit-item:hover{border-color:#e74c3c;border-color:var(--primary-color);box-shadow:0 15px 35px #e74c3c33;transform:translateY(-5px)}.benefit-icon{align-items:center;background:linear-gradient(135deg,#e74c3c,#e74c3c);background:linear-gradient(135deg,var(--primary-color),var(--primary-color));border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.benefit-item h4{color:#e74c3c;color:var(--primary-color);font-family:Montserrat,sans-serif;font-family:var(--font-heading);font-size:1.3rem;margin-bottom:10px}.benefit-item p{color:#767575;color:var(--dark-color);font-family:Open Sans,sans-serif;font-family:var(--font-main);line-height:1.6}.related-services-section{background:linear-gradient(135deg,#e74c3c,#e74c3c);background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-color) 100%);background-color:#e74c3c;background-color:var(--primary-color);color:#fff;padding:60px 0}.related-services-section h2{color:#fff}.related-services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.related-service-cards{background:#381c1c1a;border:1px solid #c200004d;border-radius:15px;color:#000;padding:30px;transition:all .3s ease}.related-service-cards:hover{background:#3f1d1d33;transform:translateY(-5px)}.related-service-cards h4 a{color:#e74c3c;display:block;font-family:Montserrat,sans-serif;font-family:var(--font-heading);font-size:1.4rem;margin-bottom:10px;text-decoration:none;transition:color .3s ease}.related-service-cards h4 a:hover{color:#ffc107;color:var(--accent-color)}.related-service-cards p{color:#000;font-family:Open Sans,sans-serif;font-family:var(--font-main);font-size:1.05rem;line-height:1.6;opacity:.9}.contact{text-align:center}.contact-info-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:40px}.contact-card{background:linear-gradient(135deg,#f5f5f5,#f5f5f5);background:linear-gradient(135deg,var(--light-color) 0,var(--light-color) 100%);border:2px solid #e74c3c;border:2px solid var(--primary-color);border-radius:15px;padding:40px 30px;transition:all .3s ease}.contact-card:hover{box-shadow:0 15px 35px #e74c3c33;transform:translateY(-5px)}.contact-card h4{color:#e74c3c;color:var(--primary-color);font-family:Montserrat,sans-serif;font-family:var(--font-heading);font-size:1.3rem;margin-bottom:15px}.contact-card p{color:#767575;color:var(--dark-color);font-family:Open Sans,sans-serif;font-family:var(--font-main);font-size:1.1rem;font-weight:700}.floating-contact{animation:pulse 2s infinite;background:linear-gradient(135deg,#e74c3c,#e74c3c);background:linear-gradient(135deg,var(--primary-color),var(--primary-color));border-radius:50px;bottom:30px;box-shadow:0 8px 25px #e74c3c4d;color:#fff;font-weight:700;padding:15px 25px;position:fixed;right:30px;text-decoration:none;transition:all .3s ease;z-index:1000}.floating-contact:hover{box-shadow:0 12px 35px #e74c3c66;transform:translateY(-3px)}@keyframes pulse{0%{box-shadow:0 8px 25px #e74c3c4d}50%{box-shadow:0 8px 25px #e74c3c99}to{box-shadow:0 8px 25px #e74c3c4d}}@media (max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1.1rem}.section-title{font-size:2rem}}.main-content-block{background:#fff;border-bottom:1px solid #f5f5f5;border-bottom:1px solid var(--light-color);padding:50px 0}.main-content-block h2{border-left:5px solid #e74c3c;border-left:5px solid var(--primary-color);color:#333;font-size:2rem;margin-bottom:25px;padding-left:15px;text-align:left}.main-content-block h2,.main-content-block h3{font-family:Montserrat,sans-serif;font-family:var(--font-heading)}.main-content-block h3{color:#e74c3c;color:var(--primary-color);font-size:1.4rem;margin-bottom:15px;margin-top:30px}.main-content-block p{color:#444;font-size:1.1rem;line-height:1.8;margin-bottom:15px;opacity:0;transform:translateY(30px);transition:all .6s ease}@media (max-width:768px){.main-content-block h2{font-size:1.6rem}.main-content-block p{font-size:1rem}}.local-areas-section{background:#767575;background:var(--dark-color);color:#fff;padding:60px 0;text-align:center}.local-areas-section .section-title{color:#fff;font-size:2.2rem}.local-areas-section .section-title:after{background:#fff;width:60px}.local-areas-section p{font-size:1.2rem;line-height:1.7;margin:30px auto;max-width:800px}.cta-button-small{background-color:#ffc107;background-color:var(--accent-color);border-radius:5px;color:#333;display:inline-block;font-weight:700;padding:12px 30px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.cta-button-small:hover{background-color:#ffd54f;transform:scale(1.05)}.related-service-card h4 a{color:#fff;text-decoration:none;transition:color .3s ease}.related-service-card h4 a:hover{color:#ffc107;color:var(--accent-color)}
/*# sourceMappingURL=main.887ed15d.css.map*/