@import url(https://fonts.googleapis.com/css2?family=Volte:wght@300;400;500;600;700;800&display=swap);a,button,h1,h2,h3,h4,h5,h6,input,p,span,textarea{font-family:Volte,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.navbar-container{display:flex;justify-content:space-between;position:relative}.logo{z-index:1001}.nav-menu{margin:0 auto}.nav-menu a.active-link,.nav-menu span.active-link{color:#00bcd4;font-weight:700}.dropdown-menu{border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:240px;top:100%;transition:all .3s;z-index:100}.dropdown-menu a{color:#333}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem;position:absolute;right:1.5rem;z-index:10001}.hamburger span{background:#1a3a4a;border-radius:3px;display:block;height:3px;transition:all .3s ease;width:28px}.hamburger.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0;transform:translateX(-20px)}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media (max-width:992px){.navbar-container{padding:0 1.5rem}.hamburger{display:flex}.nav-menu{align-items:flex-start;background-color:#fff;box-shadow:-2px 0 10px #0000001a;flex-direction:column;gap:0;height:100vh;overflow-y:auto;padding:6rem 0 2rem;position:fixed;right:-100%;text-align:left;top:0;transition:right .3s ease;width:280px;z-index:9999}.nav-menu.active{right:0}.nav-menu>li{padding:0;width:100%}.nav-menu>li>a,.nav-menu>li>span{color:#1a1a1a;display:block;font-size:1rem;font-weight:400;padding:1.25rem 2rem}.dropdown>span:after{border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid;content:"";display:inline-block;height:0;margin-left:.5rem;opacity:.6;width:0}.dropdown:hover .dropdown-menu{opacity:0;visibility:hidden}.dropdown-menu{background:#f8f8f8;border-radius:0;box-shadow:none;display:none;opacity:1;padding:0;position:static;transform:none;visibility:visible;width:100%}.dropdown-open .dropdown-menu{display:block}.dropdown-menu li{padding:0;width:100%}.dropdown-menu a{color:#555;display:block;font-size:.95rem;padding:.75rem 2rem .75rem 3rem;text-decoration:none}.dropdown-menu a:hover{background:#e0e0e0;color:#00bcd4}}.social-icons{gap:1rem;margin-bottom:2.5rem}.social-icons a{height:48px;width:48px}.social-icons a svg{height:20px;width:20px}.contact-info p,.copyright p{color:#fffc;font-size:.9rem}@media (max-width:768px){.footer-info{flex-direction:column;gap:1.5rem;text-align:center}.contact-info{align-items:center;flex-direction:column;gap:.5rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Volte,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.home{min-height:100vh}.sticky-phone-btn{align-items:center;animation:pulse-ring 2s infinite;background:#00bcd4;border-radius:50%;bottom:30px;box-shadow:0 6px 20px #00bcd480;color:#fff;display:flex;height:70px;justify-content:center;position:fixed;right:30px;text-decoration:none;transition:all .3s ease;width:70px;z-index:9998}.sticky-phone-btn:hover{background:#00a5bb;box-shadow:0 8px 25px #00bcd499;transform:scale(1.1)}.sticky-phone-btn svg{height:32px;width:32px}@keyframes pulse-ring{0%{box-shadow:0 6px 20px #00bcd480,0 0 0 0 #00bcd4b3}50%{box-shadow:0 6px 20px #00bcd480,0 0 0 15px #00bcd400}to{box-shadow:0 6px 20px #00bcd480,0 0 0 0 #00bcd400}}.navbar{background:#fff;box-shadow:0 1px 3px #0000000d;padding:.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:auto 1fr auto;margin:0 auto;max-width:1600px;padding:0 3rem}.logo{justify-self:start}.logo img{display:block;height:50px;width:auto}.nav-menu{align-items:center;display:flex;gap:3rem;justify-content:center;list-style:none;margin:0;padding:0}.nav-menu li{position:relative}.nav-menu a,.nav-menu span{align-items:center;color:#1a1a1a;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:400;gap:.35rem;letter-spacing:.01em;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s}.dropdown>span:after{border-left:4px solid #0000;border-right:4px solid #0000;border-top:4px solid;content:"";height:0;opacity:.5;transition:transform .2s ease;width:0}.dropdown:hover>span:after{opacity:1;transform:translateY(1px)}.nav-menu a:hover,.nav-menu span:hover{color:#00bcd4}.dropdown{position:relative}.dropdown:hover .dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-menu{background:#fff;border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 4px 20px #0000001f;left:0;list-style:none;min-width:220px;opacity:0;padding:.5rem 0;position:absolute;top:calc(100% + 1rem);transform:translateY(-10px);transition:all .25s ease;visibility:hidden}.dropdown-menu li{padding:0}.dropdown-menu a{color:#2c3e50;display:block;font-size:.9rem;font-weight:400;padding:.75rem 1.25rem;transition:all .2s ease;white-space:nowrap}.dropdown-menu a:hover{background:#f5f5f5;color:#00bcd4;padding-left:1.5rem}.cta-buttons{display:flex;gap:.75rem;justify-self:end}.cta-btn{background:#00bcd4;border-radius:50px;box-shadow:0 2px 8px #00bcd433;color:#fff;font-size:.875rem;font-weight:500;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s;white-space:nowrap}.cta-btn:hover{background:#0097a7;box-shadow:0 4px 12px #00bcd459;transform:translateY(-2px)}.hero{align-items:center;background:linear-gradient(#142832bf,#142832bf),url(/static/media/carpet-cleaning-hero.44cff2d58219bc80c85f.jpg) 50%/cover no-repeat;background-position:right 40%;display:flex;justify-content:center;min-height:600px;padding:4rem 2rem 28rem;position:relative}.hero-overlay{color:#fff;margin:0 auto;max-width:1200px;text-align:center}.hero-content h1{font-family:Volte,sans-serif;font-size:3.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.5rem;font-weight:300;margin-bottom:2rem;opacity:.95}.hero-phone-highlight{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffff24;border:1px solid #ffffff59;border-radius:999px;display:inline-flex;gap:.85rem;margin-bottom:1.75rem;padding:.65rem 1.15rem}.hero-phone-label{color:#ffffffeb;font-size:.95rem;font-weight:500}.hero-phone-link{color:#fff;font-size:1.2rem;font-weight:800;letter-spacing:.02em;text-decoration:none}.hero-phone-link:hover{color:#80deea}.offer-banner{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,gold,#ffed4e);border-radius:12px;box-shadow:0 4px 15px #ffd7004d;color:#1a3a4a;font-size:1.2rem;font-weight:700;margin:1.5rem 0;padding:1rem 2rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.trust-badges{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2rem 0 3rem}.badge-link{display:block;transition:transform .3s ease}.badge-link:hover{transform:scale(1.05)}.google-badge-img,.nextdoor-badge-img{display:block;height:80px;object-fit:contain;width:auto}.badge-link:nth-child(2) .trust-badge-img{height:95px}.hero-btn{background:#00bcd4;border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s}.hero-btn:hover{background:#0097a7;box-shadow:0 6px 20px #00bcd466;transform:translateY(-2px)}.hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center}.hero-btn-secondary{background:#fff;color:#005f6b}.hero-btn-secondary:hover{background:#e7f9fc;box-shadow:0 6px 20px #ffffff4d;color:#004d57}.service-cards{grid-gap:2rem;bottom:-170px;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);left:50%;max-width:1300px;padding:0 2rem;position:absolute;transform:translateX(-50%);width:90%;z-index:100}.card{background:#fff;background-position:50%;background-size:cover;border-radius:8px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;justify-content:space-between;min-height:180px;overflow:hidden;padding:2.5rem 2rem;position:relative;transition:all .3s}.card:before{background:#000000a6;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all .3s;z-index:1}.card:hover:before{background:#0000008c}.card *{position:relative;z-index:2}.card-carpet{background-image:url(/static/media/carpet-card-bg.e8011c3622e9e681e680.jpg)}.card-furniture{background-image:url(/static/media/furniture-card-bg.cea071950ffbaadd9cb6.jpg)}.card-tile{background-image:url(/static/media/tile-card-bg.973282e3fbd7f8f69284.jpg)}.card-carpet-install-repair{background-image:url(/static/media/carpetinstallation.0e455e6daf02bcce8b89.jpeg)}.card-tile-install-repair{background-image:url(/static/media/tileinstallation.e69b2dfa3c253d275efe.jpeg)}.card-laminate-install{background-image:url(/static/media/laminateflooring.f1285e1e21af68391696.jpeg)}.card-vehicle-upholstery{background-image:url(/static/media/cardetailing.7310c63202fa9aefbf30.jpeg)}.card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-8px)}.card h3{color:#fff;font-family:Volte,sans-serif;font-size:1.3rem;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-bottom:1rem}.card-arrow{display:inline-block;text-decoration:none}.arrow-circle{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:300;height:50px;justify-content:center;transition:all .3s;width:50px}.arrow-circle:hover{background:#00a5bb;transform:translateX(4px)}@media (max-width:1200px){.service-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-menu,.navbar-container{flex-direction:column;gap:1rem}.cta-buttons{flex-direction:column;width:100%}.cta-btn{text-align:center}.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1.2rem}.service-cards{bottom:auto!important;gap:1.5rem!important;grid-template-columns:1fr!important;left:auto!important;margin-top:2rem!important;max-width:100%!important;padding:0 1.5rem!important;position:static!important;transform:none!important;width:100%!important}.card{margin:0;width:100%}.hero{align-items:stretch!important;flex-direction:column!important;min-height:auto!important;padding:3rem 1.5rem 2rem!important}.hero-overlay{margin-bottom:2rem;width:100%}.hero-content{max-width:100%;width:100%}.hero-content h1{font-size:2.2rem;line-height:1.2}.hero-subtitle{font-size:1.1rem}.hero-phone-highlight{border-radius:16px;flex-direction:column;gap:.5rem;justify-content:center;padding:.8rem 1rem;width:100%}.hero-phone-label{font-size:.85rem}.hero-phone-link{font-size:1.35rem}.spanish-section{margin-top:2rem}}.spanish-section{background:#00bcd4;margin-top:240px;padding:3rem 2rem;text-align:center}.spanish-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.spanish-content h2{color:#1a3a4a;font-family:Volte,sans-serif;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin:0}.talk-btn{background:#fff;border:none;border-radius:50px;color:#1a3a4a;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s}.talk-btn:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.cleaning-section{background:#fff;padding:8rem 2rem 6rem}.cleaning-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px}.cleaning-image img{border-radius:8px;height:100%;object-fit:cover;object-position:center 40%;width:100%}.cleaning-text h2{color:#1a3a4a;font-family:Volte,sans-serif;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}.cleaning-text h3{color:#2c3e50;font-size:1.5rem;font-weight:500;margin-bottom:1.5rem}.cleaning-text p{color:#555;font-size:1.1rem;line-height:1.8}.restore-section{background:linear-gradient(#142832d9,#142832d9),url(/static/media/owner-van.a1e22f173b6a00f0c6ab.jpg) 50%/cover;background-position:center 30%;padding:6rem 2rem;text-align:center}.restore-content{color:#fff;margin:0 auto;max-width:1000px}.restore-content h2{font-family:Volte,sans-serif;font-size:3rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem}.restore-content p{font-size:1.3rem;margin-bottom:2rem;opacity:.95}.request-btn{background:#00bcd4;border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s}.request-btn:hover{background:#0097a7;box-shadow:0 6px 20px #00bcd466;transform:translateY(-2px)}@media (max-width:768px){.hero-content h1{font-size:2rem}.offer-banner{font-size:1rem;padding:.75rem 1.5rem}.trust-badges{gap:1.5rem}.google-badge-img,.nextdoor-badge-img{height:60px}.badge{width:-webkit-fit-content;width:fit-content}.spanish-content{flex-direction:column;gap:2rem}.spanish-content h2{font-size:1.8rem}.cleaning-container{gap:2rem;grid-template-columns:1fr}.cleaning-text h2{font-size:1.8rem}.cleaning-text h3{font-size:1.2rem}.restore-content h2{font-size:2rem}.restore-content p{font-size:1.1rem}}.professionals-section{background:#fff;padding:6rem 2rem}.professionals-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px}.professionals-text h2{color:#1a3a4a;font-family:Volte,sans-serif;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.professionals-text .intro-text{color:#555;font-size:1.05rem;line-height:1.8;margin-bottom:2rem}.services-grid-list{grid-gap:1rem 2rem;display:grid;gap:1rem 2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.service-item{background:#f8f9fa;border-radius:8px;gap:.75rem;padding:1rem}.checkmark,.service-item{align-items:center;display:flex}.checkmark{background:#00bcd4;border-radius:50%;color:#fff;flex-shrink:0;font-weight:700;height:30px;justify-content:center;width:30px}.service-item span:last-child{color:#2c3e50;font-size:.95rem}.professionals-text .outro-text{color:#555;font-size:1.05rem;line-height:1.8}.professionals-image img{border-radius:8px;height:100%;object-fit:cover;width:100%}.what-sets-us-apart{background:linear-gradient(180deg,#e3f2fd,#f0f8ff);padding:6rem 2rem;text-align:center}.what-sets-us-apart h2{color:#1a3a4a;font-family:Volte,sans-serif;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:3rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto 3rem;max-width:1200px}.feature-card{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;justify-content:center;min-height:240px;padding:3rem 2.5rem;transition:all .3s}.feature-card:hover{box-shadow:0 8px 28px #00000024;transform:translateY(-8px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#e0f7fa,#b2ebf2);border-radius:20px;color:#00acc1;display:flex;height:90px;justify-content:center;margin:0 auto 1.75rem;width:90px}.feature-icon svg{filter:drop-shadow(0 2px 4px rgba(0,188,212,.3));height:52px;width:52px}.feature-card p{color:#2c3e50;font-size:1.05rem;font-weight:500;line-height:1.5}.cta-text{color:#555;font-size:1.05rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:900px}.google-badge{align-items:center;background:#fff;border-radius:100px;box-shadow:0 6px 20px #0000001f;cursor:pointer;display:inline-flex;gap:.75rem;justify-content:center;padding:1.25rem 2rem;text-decoration:none;transition:all .3s}.google-badge:hover{box-shadow:0 8px 28px #0000002e;transform:translateY(-3px)}.google-badge img{height:32px;width:auto}.google-badge-text{color:#555;font-size:.75rem;font-weight:600;line-height:1.3;text-align:center}@media (max-width:768px){.professionals-container{gap:2rem;grid-template-columns:1fr}.professionals-text h2{font-size:1.8rem}.services-grid-list{grid-template-columns:1fr}.what-sets-us-apart h2{font-size:1.8rem}.features-grid{grid-template-columns:1fr}}.service-area-section{background:#fff;padding:0}.service-area-container{margin:0 auto;max-width:1200px}.service-area-content{display:flex;flex-direction:column;justify-content:center;padding:4rem 3rem;text-align:center}.service-area-content h2{color:#1a3a4a;font-family:Volte,sans-serif;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:2.5rem}.cities-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.city-column p{color:#2c3e50;font-size:1rem;line-height:1.8;margin-bottom:1rem}.footer{background:#1a3a4a;padding:3rem 2rem;position:relative}.footer-content{margin:0 auto;max-width:1400px}.social-icons{gap:1.5rem;margin-bottom:2rem}.social-icons,.social-icons a{display:flex;justify-content:center}.social-icons a{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;font-size:1.2rem;height:45px;text-decoration:none;transition:all .3s;width:45px}.social-icons a:hover{background:#00bcd4;transform:translateY(-3px)}.footer-info{align-items:center;border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;padding-top:2rem}.contact-info{display:flex;gap:3rem}.contact-info p{color:#fffc;font-size:.95rem}.copyright p{color:#fffc;font-size:.9rem}@media (max-width:768px){.service-area-container{grid-template-columns:1fr}.map-container{height:400px}.service-area-content{padding:3rem 2rem}.service-area-content h2{font-size:1.8rem}.cities-grid{gap:1rem;grid-template-columns:1fr}.footer-info{flex-direction:column;gap:1.5rem;text-align:center}.contact-info{flex-direction:column;gap:.5rem}}.carpet-page{font-family:Volte,sans-serif;min-height:100vh}.cp-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);overflow:hidden;padding:5rem 3rem 6rem;position:relative}.cp-hero:before{border:60px solid #00bcd412;border-radius:50%;height:500px;right:-100px;top:-150px;width:500px}.cp-hero:after,.cp-hero:before{content:"";pointer-events:none;position:absolute}.cp-hero:after{border:40px solid #00bcd412;border-radius:50%;bottom:-80px;height:300px;left:5%;width:300px}.cp-hero-inner{grid-gap:3.5rem;align-items:center;display:grid;gap:3.5rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px;position:relative;z-index:1}.cp-hero-img img{border-radius:12px;box-shadow:0 8px 30px #0000001f;height:500px;object-fit:cover;width:100%}.cp-hero-inner h1{color:#1a3a4a;font-size:2.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem}.cp-hero-inner h2{color:#1a3a4a;font-size:1.75rem;font-weight:500;margin-bottom:1.5rem}.cp-hero-inner p{color:#444;font-size:1rem;line-height:1.8;margin-bottom:1.25rem}.cp-cta-line{color:#333;font-size:1rem;font-weight:500;margin-bottom:2rem!important}.cp-connect-btn{background:#00bcd4;border-radius:50px;box-shadow:0 4px 14px #00bcd44d;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.9rem 2.25rem;text-decoration:none;transition:all .3s}.cp-connect-btn:hover{background:#0097a7;box-shadow:0 6px 20px #00bcd466;transform:translateY(-2px)}.cp-expect{background:#fff;overflow:hidden;padding:5rem 3rem 6rem;position:relative}.cp-expect:before{border:50px solid #00bcd40f;border-radius:50%;height:400px;left:-80px;top:-100px;width:400px}.cp-expect:after,.cp-expect:before{content:"";pointer-events:none;position:absolute}.cp-expect:after{border:35px solid #00bcd40f;border-radius:50%;height:250px;left:15%;top:40%;width:250px}.cp-expect-inner{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px;position:relative;z-index:1}.cp-expect-text h2{color:#1a3a4a;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem}.cp-expect-text>p{color:#555;font-size:.95rem;line-height:1.8;margin-bottom:2rem}.cp-checklist{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.cp-check-item{align-items:center;background:#f9fafb;border:1px solid #ebebeb;border-radius:8px;display:flex;gap:1rem;padding:1rem 1.25rem;transition:border-color .2s}.cp-check-item:hover{border-color:#00bcd4}.cp-checkmark{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;font-size:.85rem;font-weight:700;height:30px;justify-content:center;min-width:30px;width:30px}.cp-check-item span:last-child{color:#2c3e50;font-size:.95rem;font-weight:400}.cp-italic{color:#444!important;font-size:.95rem!important;font-style:italic}.cp-expect-image img{border-radius:8px;height:500px;object-fit:cover;object-position:center 120%;width:100%}.cp-why{background:#f7fbfd;padding:5rem 3rem}.cp-why-inner{grid-gap:3.5rem;align-items:center;display:grid;gap:3.5rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.cp-why-text h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.cp-why-text p{color:#444;font-size:.97rem;line-height:1.8;margin-bottom:1.25rem}.cp-why-img img{border-radius:12px;box-shadow:0 4px 20px #0000001a;height:420px;object-fit:cover;width:100%}.cp-problems{background:#fff;padding:5rem 3rem}.cp-problems-inner{margin:0 auto;max-width:1100px}.cp-problems-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.cp-problems-inner>p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:2.5rem}.cp-problems-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.cp-problem-item{background:#f9fafb;border:1px solid #e8e8e8;border-radius:10px;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.cp-problem-item:hover{border-color:#00bcd4;box-shadow:0 4px 12px #00bcd41a}.cp-problem-item h3{color:#1a3a4a;font-size:1rem;font-weight:700;margin-bottom:.5rem}.cp-problem-item p{color:#555;font-size:.9rem;line-height:1.7;margin:0}.cp-check-item>div{display:flex;flex-direction:column;gap:.35rem}.cp-check-item>div strong{color:#1a3a4a;font-size:.97rem}.cp-check-item>div p{color:#555;font-size:.9rem;line-height:1.7;margin:0}.cp-expect .cp-check-item{align-items:flex-start}.cp-different{background:#f7fbfd;padding:5rem 3rem}.cp-different-inner{margin:0 auto;max-width:1100px}.cp-different-inner>h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.25rem}.cp-different-inner>p{color:#444;font-size:.97rem;line-height:1.8;margin-bottom:1.25rem}.cp-different-banner-img{border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-top:2.5rem;overflow:hidden}.cp-different-banner-img img{display:block;height:380px;object-fit:cover;width:100%}.cp-differentiators{display:flex;flex-direction:column;gap:2rem;margin-top:2.5rem}.cp-differentiator{background:#fff;border:1px solid #e8e8e8;border-left:4px solid #00bcd4;border-radius:10px;padding:2rem}.cp-differentiator h3{color:#1a3a4a;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.cp-differentiator p{color:#444;font-size:.95rem;line-height:1.8;margin-bottom:.85rem}.cp-differentiator p:last-child{margin-bottom:0}.cp-deep-clean-summary{background:#fff;border:1px solid #e8e8e8;border-radius:10px;margin-top:3rem;padding:2rem}.cp-deep-clean-summary h3{color:#1a3a4a;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.cp-deep-clean-summary p{color:#444;font-size:.95rem;line-height:1.8;margin-bottom:1rem}.cp-deep-clean-summary ul{display:flex;flex-direction:column;gap:.4rem;margin:.5rem 0 1.25rem 1.5rem}.cp-deep-clean-summary ul li{color:#444;font-size:.95rem;line-height:1.7}.cp-why-choose{background:#fff;padding:5rem 3rem}.cp-why-choose-inner{margin:0 auto;max-width:1100px}.cp-why-choose-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.25rem}.cp-why-choose-inner>p{color:#444;font-size:.97rem;line-height:1.8;margin-bottom:1.5rem}.cp-areas{background:#f7fbfd;padding:5rem 3rem}.cp-areas-inner{margin:0 auto;max-width:1100px}.cp-areas-inner>h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:2.5rem}.cp-areas-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.cp-area-item{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:1.75rem;transition:border-color .2s,box-shadow .2s}.cp-area-item:hover{border-color:#00bcd4;box-shadow:0 4px 12px #00bcd41a}.cp-area-item h3{color:#1a3a4a;font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.cp-area-item p{color:#555;font-size:.9rem;line-height:1.75;margin-bottom:.75rem}.cp-area-item p:last-child{margin-bottom:0}.cp-pet-urine{background:#fff;padding:5rem 3rem}.cp-pet-urine-inner{grid-gap:3.5rem;align-items:center;display:grid;gap:3.5rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.cp-pet-urine-text h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.cp-pet-urine-text p{color:#444;font-size:.97rem;line-height:1.8;margin-bottom:1.25rem}.cp-pet-urine-img img{border-radius:12px;box-shadow:0 4px 20px #0000001a;height:420px;object-fit:cover;width:100%}.cp-faq{background:#f7fbfd;padding:5rem 3rem}.cp-faq-inner{margin:0 auto;max-width:1100px}.cp-faq-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:2rem}.cp-faq-list{display:flex;flex-direction:column;gap:1rem}.cp-faq-item{background:#fff;border:1px solid #e8e8e8;border-left:4px solid #00bcd4;border-radius:8px;padding:1.5rem}.cp-faq-item h3{color:#1a3a4a;font-size:1rem;font-weight:700;margin-bottom:.5rem}.cp-faq-item p{color:#555;font-size:.92rem;line-height:1.7;margin:0}@media (max-width:900px){.cp-hero{padding:3rem 1.5rem 4rem}.cp-hero-inner{gap:2rem;grid-template-columns:1fr}.cp-hero-img{order:-1}.cp-hero-img img{height:260px}.cp-hero-content h1{font-size:2rem}.cp-hero-content h2{font-size:1.4rem}.cp-why-inner{gap:2rem;grid-template-columns:1fr}.cp-why-img img{height:260px}.cp-expect-inner{gap:3rem;grid-template-columns:1fr}.cp-expect-text h2{font-size:1.9rem}.cp-expect-image img{height:260px}.cp-different-banner-img img{height:220px}.cp-pet-urine-inner{gap:2rem;grid-template-columns:1fr}.cp-pet-urine-img img{height:260px}.cp-areas,.cp-different,.cp-faq,.cp-pet-urine,.cp-problems,.cp-why,.cp-why-choose{padding:3rem 1.5rem}.cp-areas-inner>h2,.cp-different-inner>h2,.cp-faq-inner h2,.cp-pet-urine-text h2,.cp-problems-inner h2,.cp-why-choose-inner h2,.cp-why-text h2{font-size:1.75rem}.cp-areas-grid,.cp-problems-grid{grid-template-columns:1fr}}.fc-page{font-family:Volte,sans-serif;min-height:100vh}.fc-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);overflow:hidden;padding:5rem 3rem 6rem;position:relative}.fc-hero:before{border:60px solid #00bcd412;border-radius:50%;height:500px;right:-100px;top:-150px;width:500px}.fc-hero:after,.fc-hero:before{content:"";pointer-events:none;position:absolute}.fc-hero:after{border:40px solid #00bcd412;border-radius:50%;bottom:-80px;height:300px;left:5%;width:300px}.fc-hero-inner{grid-gap:3.5rem;align-items:center;display:grid;gap:3.5rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px;position:relative;z-index:1}.fc-hero-img img{border-radius:12px;box-shadow:0 8px 30px #0000001f;height:500px;object-fit:cover;width:100%}.fc-hero-inner h1{color:#1a3a4a;font-size:2.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem}.fc-hero-inner h2{color:#1a3a4a;font-size:1.5rem;font-weight:500;line-height:1.35;margin-bottom:.75rem}.fc-hero-tagline{color:#00897b;font-size:.95rem;font-weight:600;margin-bottom:1.5rem!important}.fc-hero-inner p{color:#444;font-size:1rem;line-height:1.8;margin-bottom:1.25rem}.fc-cta-line{color:#333!important;font-weight:500;margin-bottom:2rem!important}.fc-connect-btn{background:#00bcd4;border-radius:50px;box-shadow:0 4px 14px #00bcd44d;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.9rem 2.25rem;text-decoration:none;transition:all .3s}.fc-connect-btn:hover{background:#0097a7;box-shadow:0 6px 20px #00bcd466;transform:translateY(-2px)}.fc-buildup{background:#fff;overflow:hidden;padding:5rem 3rem 6rem;position:relative}.fc-buildup:before{border:55px solid #00bcd40f;border-radius:50%;content:"";height:420px;left:-90px;pointer-events:none;position:absolute;top:-110px;width:420px}.fc-buildup-inner{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px;position:relative;z-index:1}.fc-buildup-text h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem}.fc-buildup-text p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:.85rem}.fc-buildup-image img{border-radius:8px;box-shadow:0 10px 40px #0000001a;height:480px;object-fit:cover;width:100%}.fc-checklist{display:flex;flex-direction:column;gap:.65rem;margin:.85rem 0 1.25rem}.fc-check-item{align-items:center;background:#f9fafb;border:1px solid #ebebeb;border-radius:8px;display:flex;gap:1rem;padding:.8rem 1.1rem;transition:border-color .2s}.fc-check-item:hover{border-color:#00bcd4}.fc-checkmark{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;font-size:.8rem;font-weight:700;height:26px;justify-content:center;min-width:26px;width:26px}.fc-check-item span:last-child{color:#2c3e50;font-size:.92rem}.fc-outro{color:#444;font-size:.95rem;font-style:italic;line-height:1.8;margin-top:.5rem}.fc-process{background:#f7fbfd;padding:5rem 3rem}.fc-process-inner{margin:0 auto;max-width:1100px}.fc-process-inner>h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.fc-process-inner>p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:2.5rem}.fc-process-banner-img{border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:2.5rem;overflow:hidden}.fc-process-banner-img img{display:block;height:360px;object-fit:cover;width:100%}.fc-process-steps{display:flex;flex-direction:column;gap:1.25rem}.fc-process-step{align-items:flex-start;background:#fff;border:1px solid #d9ebf2;border-radius:12px;display:flex;gap:1.5rem;padding:1.5rem}.fc-step-num{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:800;height:42px;justify-content:center;min-width:42px}.fc-step-content h3{color:#1a3a4a;font-size:1.05rem;font-weight:700;margin:0 0 .4rem}.fc-step-content p{color:#4b5563;font-size:.95rem;line-height:1.7;margin:0}.fc-comparison{background:#fff;padding:5rem 3rem}.fc-comparison-inner{margin:0 auto;max-width:1100px}.fc-comparison-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:2rem}.fc-table-wrap{border-radius:10px;box-shadow:0 2px 12px #0000000f;overflow-x:auto}.fc-table{background:#fff;border-collapse:collapse;font-size:.92rem;width:100%}.fc-table thead tr{background:#1a3a4a;color:#fff}.fc-table th{font-size:.88rem;font-weight:600;padding:.9rem 1.25rem;text-align:left}.fc-table td{border-bottom:1px solid #f0f0f0;color:#444;line-height:1.55;padding:.85rem 1.25rem;vertical-align:top}.fc-table tbody tr:last-child td{border-bottom:none}.fc-table tbody tr:hover{background:#fafafa}.fc-highlight{color:#00897b;font-weight:500}.fc-comparison-banner-img{border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-top:2.5rem;overflow:hidden}.fc-comparison-banner-img img{display:block;height:340px;object-fit:cover;width:100%}.fc-two-col{background:#f7fbfd;padding:5rem 3rem}.fc-two-col-banner-wrap{border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto 2.5rem;max-width:1100px;overflow:hidden}.fc-two-col-banner-wrap img{display:block;height:320px;object-fit:cover;width:100%}.fc-two-col-inner{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.fc-two-col-card{background:#fff;border:1px solid #d9ebf2;border-radius:16px;padding:2rem}.fc-two-col-card h2{color:#1a3a4a;font-size:1.6rem;font-weight:800;line-height:1.25;margin:0 0 1rem}.fc-two-col-card p{color:#4b5563;font-size:.95rem;line-height:1.8;margin-bottom:.75rem}.fc-info{background:#fff;padding:5rem 3rem}.fc-info-inner{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px}.fc-info-card{background:#f7fbfd;border:1px solid #d9ebf2;border-radius:12px;border-top:4px solid #00bcd4;padding:1.75rem}.fc-info-card h2{color:#1a3a4a;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.fc-info-card p{color:#4b5563;font-size:.92rem;line-height:1.75;margin-bottom:.75rem}.fc-photo-strip{background:#fff;padding:0 3rem 5rem}.fc-photo-strip-inner{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(5,1fr);margin:0 auto;max-width:1100px}.fc-photo-strip-inner img{border-radius:10px;box-shadow:0 4px 16px #00000014;height:220px;object-fit:cover;width:100%}.fc-faq{background:#f7fbfd;padding:5rem 3rem}.fc-faq-inner{grid-gap:3.5rem;align-items:start;display:grid;gap:3.5rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.fc-faq-content h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:2rem}.fc-faq-img img{border-radius:12px;box-shadow:0 4px 20px #0000001a;height:520px;object-fit:cover;position:-webkit-sticky;position:sticky;top:2rem;width:100%}.fc-faq-list{display:flex;flex-direction:column;gap:1rem}.fc-faq-item{background:#fff;border:1px solid #e8e8e8;border-left:4px solid #00bcd4;border-radius:8px;padding:1.5rem}.fc-faq-item h3{color:#1a3a4a;font-size:1rem;font-weight:700;margin-bottom:.5rem}.fc-faq-item p{color:#555;font-size:.92rem;line-height:1.7;margin:0}.fc-cta{background:linear-gradient(135deg,#1a3a4a,#0d2535);padding:5rem 3rem;text-align:center}.fc-cta-inner{margin:0 auto;max-width:1100px}.fc-cta-inner h2{color:#fff;font-size:2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.25rem}.fc-cta-inner p{color:#fffc;font-size:.97rem;line-height:1.8;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:700px}.fc-cta .fc-connect-btn{margin-top:1rem}@media (max-width:900px){.fc-hero{padding:3rem 1.5rem 4rem}.fc-hero-inner{gap:2rem;grid-template-columns:1fr}.fc-hero-img{order:-1}.fc-hero-img img{height:260px}.fc-hero-content h1{font-size:2rem}.fc-hero-content h2{font-size:1.25rem}.fc-buildup-inner,.fc-two-col-inner{gap:3rem;grid-template-columns:1fr}.fc-buildup-image img{height:260px}.fc-comparison-banner-img img,.fc-process-banner-img img{height:220px}.fc-two-col-banner-wrap img{height:200px}.fc-faq-inner{gap:2rem;grid-template-columns:1fr}.fc-faq-img img{height:260px;position:static}.fc-photo-strip{padding:0 1.5rem 3rem}.fc-photo-strip-inner{grid-template-columns:repeat(2,1fr)}.fc-photo-strip-inner img{height:180px}.fc-info-inner{grid-template-columns:1fr}.fc-buildup,.fc-comparison,.fc-cta,.fc-faq,.fc-info,.fc-process,.fc-two-col{padding:3rem 1.5rem}.fc-buildup-text h2,.fc-comparison-inner h2,.fc-cta-inner h2,.fc-faq-content h2,.fc-process-inner>h2{font-size:1.75rem}.fc-info-card h2,.fc-two-col-card h2{font-size:1.4rem}}.rc-page{font-family:Volte,sans-serif;min-height:100vh}.rc-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);overflow:hidden;padding:5rem 3rem 6rem;position:relative}.rc-hero:before{border:60px solid #00bcd412;border-radius:50%;height:500px;right:-100px;top:-150px;width:500px}.rc-hero:after,.rc-hero:before{content:"";pointer-events:none;position:absolute}.rc-hero:after{border:40px solid #00bcd412;border-radius:50%;bottom:-80px;height:300px;left:5%;width:300px}.rc-hero-inner{grid-gap:3.5rem;align-items:center;display:grid;gap:3.5rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px;position:relative;z-index:1}.rc-hero-img img{border-radius:12px;box-shadow:0 8px 30px #0000001f;height:auto;width:100%}.rc-hero-inner h1{color:#1a3a4a;font-size:2.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem}.rc-hero-inner h2{color:#1a3a4a;font-size:1.5rem;font-weight:500;line-height:1.35;margin-bottom:.75rem}.rc-hero-tagline{color:#00897b;font-size:.95rem;font-weight:600;margin-bottom:1.5rem!important}.rc-hero-inner p{color:#444;font-size:1rem;line-height:1.8;margin-bottom:1.25rem}.rc-cta-line{color:#333!important;font-weight:500;margin-bottom:2rem!important}.rc-connect-btn{background:#00bcd4;border-radius:50px;box-shadow:0 4px 14px #00bcd44d;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.9rem 2.25rem;text-decoration:none;transition:all .3s}.rc-connect-btn:hover{background:#0097a7;box-shadow:0 6px 20px #00bcd466;transform:translateY(-2px)}.rc-checklist{display:flex;flex-direction:column;gap:.6rem;margin:.85rem 0 1rem}.rc-check-item{align-items:center;background:#f9fafb;border:1px solid #ebebeb;border-radius:8px;display:flex;gap:.9rem;padding:.75rem 1rem;transition:border-color .2s}.rc-check-item:hover{border-color:#00bcd4}.rc-checkmark{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;font-size:.78rem;font-weight:700;height:26px;justify-content:center;min-width:26px;width:26px}.rc-check-item span:last-child{color:#2c3e50;font-size:.92rem}.rc-outro{color:#444;font-size:.95rem;font-style:italic;line-height:1.8;margin-top:.5rem}.rc-vs{background:#fff;overflow:hidden;padding:5rem 3rem 6rem;position:relative}.rc-vs:before{border:55px solid #00bcd40f;border-radius:50%;content:"";height:420px;left:-90px;pointer-events:none;position:absolute;top:-110px;width:420px}.rc-vs-inner{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px;position:relative;z-index:1}.rc-vs-text h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem}.rc-vs-text p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:.85rem}.rc-vs-image img{border-radius:8px;box-shadow:0 10px 40px #0000001a;height:auto;width:100%}.rc-types{background:#f7fbfd;padding:5rem 3rem}.rc-types-inner{margin:0 auto;max-width:1100px}.rc-types-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.rc-types-inner>p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:1.75rem}.rc-types-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-bottom:1.5rem}.rc-type-item{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:8px;display:flex;gap:.75rem;padding:.75rem 1rem;transition:border-color .2s}.rc-type-item:hover{border-color:#00bcd4}.rc-type-dot{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:24px;justify-content:center;min-width:24px;width:24px}.rc-type-item span:last-child{color:#2c3e50;font-size:.9rem}.rc-types-note{color:#555;font-size:.95rem;font-style:italic;margin-bottom:2rem}.rc-types-banner-img{border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.rc-types-banner-img img{display:block;height:auto;width:100%}.rc-process{background:#fff;padding:5rem 3rem}.rc-process-inner{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.rc-process-content h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.rc-process-content>p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:2.5rem}.rc-process-img img{border-radius:12px;box-shadow:0 4px 20px #0000001a;height:auto;position:-webkit-sticky;position:sticky;top:2rem;width:100%}.rc-process-steps{display:flex;flex-direction:column;gap:1.25rem}.rc-process-step{align-items:flex-start;background:#f9fafb;border:1px solid #d9ebf2;border-radius:12px;display:flex;gap:1.5rem;padding:1.5rem}.rc-step-num{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:800;height:42px;justify-content:center;min-width:42px}.rc-step-content h3{color:#1a3a4a;font-size:1.05rem;font-weight:700;margin:0 0 .4rem}.rc-step-content p{color:#4b5563;font-size:.95rem;line-height:1.7;margin:0}.rc-comparison{background:#f7fbfd;padding:5rem 3rem}.rc-comparison-inner{margin:0 auto;max-width:1100px}.rc-comparison-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:2rem}.rc-table-wrap{border-radius:10px;box-shadow:0 2px 12px #0000000f;overflow-x:auto}.rc-table{background:#fff;border-collapse:collapse;font-size:.92rem;width:100%}.rc-table thead tr{background:#1a3a4a;color:#fff}.rc-table th{font-size:.88rem;font-weight:600;padding:.9rem 1.25rem;text-align:left}.rc-table td{border-bottom:1px solid #f0f0f0;color:#444;line-height:1.55;padding:.85rem 1.25rem;vertical-align:top}.rc-table tbody tr:last-child td{border-bottom:none}.rc-table tbody tr:hover{background:#fafafa}.rc-highlight{color:#00897b;font-weight:500}.rc-specialty{background:#fff;padding:5rem 3rem}.rc-specialty-banner-wrap{border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto 2.5rem;max-width:1100px;overflow:hidden}.rc-specialty-banner-wrap img{display:block;height:auto;width:100%}.rc-specialty-inner{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px}.rc-specialty-card{background:#f7fbfd;border:1px solid #d9ebf2;border-radius:12px;border-top:4px solid #00bcd4;padding:1.75rem}.rc-specialty-card h2{color:#1a3a4a;font-size:1.2rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.rc-specialty-card p{color:#4b5563;font-size:.92rem;line-height:1.75;margin-bottom:.75rem}.rc-details{background:#f7fbfd;padding:5rem 3rem}.rc-details-inner{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px}.rc-details-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:1.75rem}.rc-details-card h2{color:#1a3a4a;font-size:1.15rem;font-weight:700;line-height:1.3;margin-bottom:.85rem}.rc-details-card p{color:#4b5563;font-size:.92rem;line-height:1.75;margin-bottom:.75rem}.rc-bottom-info{background:#fff;padding:5rem 3rem}.rc-bottom-info-inner{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px}.rc-bottom-card{background:#f7fbfd;border:1px solid #d9ebf2;border-radius:12px;padding:1.75rem}.rc-bottom-card h2{color:#1a3a4a;font-size:1.15rem;font-weight:700;line-height:1.3;margin-bottom:.85rem}.rc-bottom-card p{color:#4b5563;font-size:.92rem;line-height:1.75;margin-bottom:.75rem}.rc-photo-strip{background:#fff;padding:0 3rem 5rem}.rc-photo-strip-inner{margin:0 auto;max-width:1100px}.rc-photo-strip-inner img{border-radius:12px;box-shadow:0 4px 20px #0000001a;display:block;height:auto;width:100%}.rc-faq{background:#f7fbfd;padding:5rem 3rem}.rc-faq-inner{grid-gap:3.5rem;align-items:start;display:grid;gap:3.5rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.rc-faq-content h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:2rem}.rc-faq-img img{border-radius:12px;box-shadow:0 4px 20px #0000001a;height:auto;position:-webkit-sticky;position:sticky;top:2rem;width:100%}.rc-faq-list{display:flex;flex-direction:column;gap:1rem}.rc-faq-item{background:#fff;border:1px solid #e8e8e8;border-left:4px solid #00bcd4;border-radius:8px;padding:1.5rem}.rc-faq-item h3{color:#1a3a4a;font-size:1rem;font-weight:700;margin-bottom:.5rem}.rc-faq-item p{color:#555;font-size:.92rem;line-height:1.7;margin:0}.rc-cta{background:linear-gradient(135deg,#1a3a4a,#0d2535);padding:5rem 3rem;text-align:center}.rc-cta-inner{margin:0 auto;max-width:1100px}.rc-cta-inner h2{color:#fff;font-size:2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.25rem}.rc-cta-inner p{color:#fffc;font-size:.97rem;line-height:1.8;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:700px}.rc-cta .rc-connect-btn{margin-top:1rem}@media (max-width:900px){.rc-hero{padding:3rem 1.5rem 4rem}.rc-hero-inner{gap:2rem;grid-template-columns:1fr}.rc-hero-img{order:-1}.rc-hero-content h1{font-size:2rem}.rc-hero-content h2{font-size:1.25rem}.rc-vs-inner{gap:3rem;grid-template-columns:1fr}.rc-process-inner{gap:2.5rem;grid-template-columns:1fr}.rc-process-img img{position:static}.rc-faq-inner{gap:2rem;grid-template-columns:1fr}.rc-faq-img img{position:static}.rc-photo-strip{padding:0 1.5rem 3rem}.rc-bottom-info-inner,.rc-details-inner,.rc-specialty-inner{grid-template-columns:1fr}.rc-types-grid{grid-template-columns:1fr 1fr}.rc-bottom-info,.rc-comparison,.rc-cta,.rc-details,.rc-faq,.rc-process,.rc-specialty,.rc-types,.rc-vs{padding:3rem 1.5rem}.rc-comparison-inner h2,.rc-cta-inner h2,.rc-faq-content h2,.rc-process-content h2,.rc-types-inner h2,.rc-vs-text h2{font-size:1.75rem}}@media (max-width:480px){.rc-types-grid{grid-template-columns:1fr}}.wdm-page{font-family:Volte,sans-serif;min-height:100vh}.wdm-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);overflow:hidden;padding:5rem 3rem 6rem;position:relative}.wdm-hero:before{border:60px solid #00bcd412;border-radius:50%;height:500px;right:-100px;top:-150px;width:500px}.wdm-hero:after,.wdm-hero:before{content:"";pointer-events:none;position:absolute}.wdm-hero:after{border:40px solid #00bcd412;border-radius:50%;bottom:-80px;height:300px;left:5%;width:300px}.wdm-hero-inner{margin:0 auto;max-width:1100px;position:relative;z-index:1}.wdm-hero-inner h1{color:#1a3a4a;font-size:2.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem}.wdm-hero-inner h2{color:#1a3a4a;font-size:1.5rem;font-weight:500;line-height:1.35;margin-bottom:.75rem}.wdm-hero-tagline{color:#c0392b;font-size:.95rem;font-weight:600;margin-bottom:1.5rem!important}.wdm-hero-inner p{color:#444;font-size:1rem;line-height:1.8;margin-bottom:1.25rem}.wdm-cta-line{color:#1a3a4a!important;font-weight:600;margin-bottom:2rem!important}.wdm-connect-btn{background:#e53935;border-radius:50px;box-shadow:0 4px 14px #e5393559;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.9rem 2.25rem;text-decoration:none;transition:all .3s}.wdm-connect-btn:hover{background:#c62828;box-shadow:0 6px 20px #e5393573;transform:translateY(-2px)}.wdm-checklist{display:flex;flex-direction:column;gap:.6rem;margin:.85rem 0 1rem}.wdm-check-item{align-items:center;background:#f9fafb;border:1px solid #ebebeb;border-radius:8px;display:flex;gap:.9rem;padding:.75rem 1rem;transition:border-color .2s}.wdm-check-item:hover{border-color:#00bcd4}.wdm-checkmark{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;font-size:.78rem;font-weight:700;height:26px;justify-content:center;min-width:26px;width:26px}.wdm-check-item span:last-child{color:#2c3e50;font-size:.92rem}.wdm-outro{color:#444;font-size:.95rem;font-style:italic;line-height:1.8;margin-top:.5rem}.wdm-urgency{background:#fff;overflow:hidden;padding:5rem 3rem 6rem;position:relative}.wdm-urgency:before{border:55px solid #00bcd40f;border-radius:50%;content:"";height:420px;left:-90px;pointer-events:none;position:absolute;top:-110px;width:420px}.wdm-urgency-inner{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px;position:relative;z-index:1}.wdm-urgency-text h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem}.wdm-urgency-text p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:.85rem}.wdm-urgency-image img{border-radius:8px;box-shadow:0 10px 40px #0000001a;height:480px;object-fit:cover;width:100%}.wdm-causes{background:#f7fbfd;padding:5rem 3rem}.wdm-causes-inner{margin:0 auto;max-width:1100px}.wdm-causes-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.wdm-causes-inner>p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:1.75rem}.wdm-causes-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-bottom:1.5rem}.wdm-cause-item{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:8px;display:flex;gap:.75rem;padding:.75rem 1rem;transition:border-color .2s}.wdm-cause-item:hover{border-color:#e53935}.wdm-cause-dot{align-items:center;background:#e53935;border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:24px;justify-content:center;min-width:24px;width:24px}.wdm-cause-item span:last-child{color:#2c3e50;font-size:.9rem}.wdm-causes-note{color:#555;font-size:.95rem;font-style:italic}.wdm-process{background:#fff;padding:5rem 3rem}.wdm-process-inner{margin:0 auto;max-width:1100px}.wdm-process-inner>h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.wdm-process-inner>p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:2.5rem}.wdm-process-steps{display:flex;flex-direction:column;gap:1.25rem}.wdm-process-step{align-items:flex-start;background:#f9fafb;border:1px solid #d9ebf2;border-radius:12px;display:flex;gap:1.5rem;padding:1.5rem}.wdm-step-num{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:800;height:42px;justify-content:center;min-width:42px}.wdm-step-content h3{color:#1a3a4a;font-size:1.05rem;font-weight:700;margin:0 0 .4rem}.wdm-step-content p{color:#4b5563;font-size:.95rem;line-height:1.7;margin:0}.wdm-comparison{background:#f7fbfd;padding:5rem 3rem}.wdm-comparison-inner{margin:0 auto;max-width:1100px}.wdm-comparison-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:2rem}.wdm-table-wrap{border-radius:10px;box-shadow:0 2px 12px #0000000f;overflow-x:auto}.wdm-table{background:#fff;border-collapse:collapse;font-size:.92rem;width:100%}.wdm-table thead tr{background:#1a3a4a;color:#fff}.wdm-table th{font-size:.88rem;font-weight:600;padding:.9rem 1.25rem;text-align:left}.wdm-table td{border-bottom:1px solid #f0f0f0;color:#444;line-height:1.55;padding:.85rem 1.25rem;vertical-align:top}.wdm-table tbody tr:last-child td{border-bottom:none}.wdm-table tbody tr:hover{background:#fafafa}.wdm-good{color:#00897b;font-weight:500}.wdm-bad{color:#c62828;font-weight:500}.wdm-signs-mold{background:#fff;padding:5rem 3rem}.wdm-signs-mold-inner{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.wdm-mold-card,.wdm-signs-card{background:#f7fbfd;border:1px solid #d9ebf2;border-radius:12px;border-top:4px solid #00bcd4;padding:1.75rem}.wdm-mold-card h2,.wdm-signs-card h2{color:#1a3a4a;font-size:1.4rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.wdm-mold-card p,.wdm-signs-card p{color:#4b5563;font-size:.92rem;line-height:1.75;margin-bottom:.75rem}.wdm-remediation{background:#f7fbfd;padding:5rem 3rem}.wdm-remediation-inner{margin:0 auto;max-width:1100px}.wdm-remediation-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.wdm-remediation-inner>p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:1.5rem}.wdm-remediation-list{max-width:700px}.wdm-info-cards{background:#fff;padding:5rem 3rem}.wdm-info-cards-inner{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px}.wdm-info-card{background:#f7fbfd;border:1px solid #d9ebf2;border-radius:12px;padding:1.75rem}.wdm-info-card h2{color:#1a3a4a;font-size:1.15rem;font-weight:700;line-height:1.3;margin-bottom:.85rem}.wdm-info-card p{color:#4b5563;font-size:.92rem;line-height:1.75;margin-bottom:.75rem}.wdm-areas{background:#f7fbfd;padding:5rem 3rem}.wdm-areas-inner{margin:0 auto;max-width:1100px}.wdm-areas-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.wdm-areas-inner>p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:1.75rem}.wdm-areas-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-bottom:2rem}.wdm-area-item{background:#fff;border:1px solid #e8e8e8;border-radius:8px;gap:.75rem;padding:.75rem 1rem}.wdm-area-dot,.wdm-area-item{align-items:center;display:flex}.wdm-area-dot{background:#00bcd4;border-radius:50%;color:#fff;font-size:.75rem;font-weight:700;height:24px;justify-content:center;min-width:24px;width:24px}.wdm-area-item span:last-child{color:#2c3e50;font-size:.9rem}.wdm-local-note{color:#555;font-size:.95rem;line-height:1.8}.wdm-faq{background:#fff;padding:5rem 3rem}.wdm-faq-inner{margin:0 auto;max-width:1100px}.wdm-faq-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:2rem}.wdm-faq-list{display:flex;flex-direction:column;gap:1rem}.wdm-faq-item{background:#f9fafb;border:1px solid #e8e8e8;border-left:4px solid #00bcd4;border-radius:8px;padding:1.5rem}.wdm-faq-item h3{color:#1a3a4a;font-size:1rem;font-weight:700;margin-bottom:.5rem}.wdm-faq-item p{color:#555;font-size:.92rem;line-height:1.7;margin:0}.wdm-cta{background:linear-gradient(135deg,#1a3a4a,#0d2535);padding:5rem 3rem;text-align:center}.wdm-cta-inner{margin:0 auto;max-width:1100px}.wdm-cta-inner h2{color:#fff;font-size:2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.25rem}.wdm-cta-inner p{color:#fffc;font-size:.97rem;line-height:1.8;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:700px}.wdm-cta .wdm-connect-btn{margin-top:1rem}@media (max-width:900px){.wdm-hero{padding:3rem 1.5rem 4rem}.wdm-hero-inner h1{font-size:2rem}.wdm-hero-inner h2{font-size:1.25rem}.wdm-signs-mold-inner,.wdm-urgency-inner{gap:3rem;grid-template-columns:1fr}.wdm-urgency-image img{height:300px}.wdm-info-cards-inner{grid-template-columns:1fr}.wdm-areas-grid,.wdm-causes-grid{grid-template-columns:1fr 1fr}.wdm-areas,.wdm-causes,.wdm-comparison,.wdm-cta,.wdm-faq,.wdm-info-cards,.wdm-process,.wdm-remediation,.wdm-signs-mold,.wdm-urgency{padding:3rem 1.5rem}.wdm-areas-inner h2,.wdm-causes-inner h2,.wdm-comparison-inner h2,.wdm-cta-inner h2,.wdm-faq-inner h2,.wdm-process-inner>h2,.wdm-remediation-inner h2,.wdm-urgency-text h2{font-size:1.75rem}}@media (max-width:480px){.wdm-areas-grid,.wdm-causes-grid{grid-template-columns:1fr}}.tg-page{font-family:Volte,sans-serif;min-height:100vh}.tg-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);overflow:hidden;padding:5rem 3rem 6rem;position:relative}.tg-hero:before{border:60px solid #00bcd412;border-radius:50%;height:500px;right:-100px;top:-150px;width:500px}.tg-hero:after,.tg-hero:before{content:"";pointer-events:none;position:absolute}.tg-hero:after{border:40px solid #00bcd412;border-radius:50%;bottom:-80px;height:300px;left:5%;width:300px}.tg-hero-inner{grid-gap:3.5rem;align-items:center;display:grid;gap:3.5rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px;position:relative;z-index:1}.tg-hero-img img{border-radius:12px;box-shadow:0 8px 30px #0000001f;height:auto;max-height:500px;object-fit:cover;width:100%}.tg-hero-inner h1{color:#1a3a4a;font-size:2.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem}.tg-hero-inner h2{color:#1a3a4a;font-size:1.5rem;font-weight:500;line-height:1.35;margin-bottom:1.5rem}.tg-hero-inner p{color:#444;font-size:1rem;line-height:1.8;margin-bottom:1.25rem}.tg-cta-line{color:#333!important;font-weight:500;margin-bottom:2rem!important}.tg-connect-btn{background:#00bcd4;border-radius:50px;box-shadow:0 4px 14px #00bcd44d;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.9rem 2.25rem;text-decoration:none;transition:all .3s}.tg-connect-btn:hover{background:#0097a7;box-shadow:0 6px 20px #00bcd466;transform:translateY(-2px)}.tg-further{background:#fff;overflow:hidden;padding:5rem 3rem 6rem;position:relative}.tg-further:before{border:55px solid #00bcd40f;border-radius:50%;height:420px;left:-90px;top:-110px;width:420px}.tg-further:after,.tg-further:before{content:"";pointer-events:none;position:absolute}.tg-further:after{border:38px solid #00bcd40f;border-radius:50%;height:260px;left:12%;top:45%;width:260px}.tg-further-inner{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px;position:relative;z-index:1}.tg-further-text h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem}.tg-further-text p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:1rem}.tg-checklist{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0 2rem}.tg-check-item{align-items:center;background:#f9fafb;border:1px solid #ebebeb;border-radius:8px;display:flex;gap:1rem;padding:1rem 1.25rem;transition:border-color .2s}.tg-check-item:hover{border-color:#00bcd4}.tg-checkmark{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;font-size:.8rem;font-weight:700;height:28px;justify-content:center;min-width:28px;width:28px}.tg-check-item span:last-child{color:#2c3e50;font-size:.95rem}.tg-outro{color:#444!important;font-size:.97rem!important;line-height:1.8!important}.tg-further-image img{border-radius:8px;height:auto;max-height:480px;object-fit:cover;width:100%}.tg-ul{list-style:none;margin:.75rem 0 1rem;padding:0}.tg-ul li{color:#4b5563;font-size:.95rem;line-height:1.6;padding:.3rem 0 .3rem 1.4rem;position:relative}.tg-ul li:before{color:#00bcd4;content:"–";font-weight:700;left:0;position:absolute}.tg-process-section{background:#f7fbfd;padding:5rem 3rem}.tg-process-inner{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.tg-process-content h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin:0 0 1rem}.tg-process-content>p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:2.5rem}.tg-process-img img{border-radius:12px;box-shadow:0 4px 20px #0000001a;height:auto;max-height:580px;object-fit:cover;position:-webkit-sticky;position:sticky;top:2rem;width:100%}.tg-process-steps{display:flex;flex-direction:column;gap:1.25rem}.tg-process-step{align-items:flex-start;background:#fff;border:1px solid #d9ebf2;border-radius:12px;display:flex;gap:1.5rem;padding:1.5rem}.tg-step-num{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:800;height:42px;justify-content:center;min-width:42px}.tg-step-content h3{color:#1a3a4a;font-size:1.05rem;font-weight:700;margin:0 0 .4rem}.tg-step-content p{color:#4b5563;font-size:.95rem;line-height:1.7;margin:0}.tg-sealing-section{background:#fff;padding:5rem 3rem}.tg-sealing-inner{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);margin:0 auto;max-width:1100px}.tg-sealing-copy h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin:0 0 1rem}.tg-sealing-copy p{color:#4b5563;font-size:.97rem;line-height:1.8;margin-bottom:.85rem}.tg-sealing-aside{background:#f7fbfd;border:1px solid #d9ebf2;border-radius:16px;box-shadow:0 18px 50px #1a3a4a14;padding:2rem}.tg-sealing-aside h3{color:#1a3a4a;font-size:1.25rem;font-weight:700;margin:0 0 .75rem}.tg-sealing-aside p{color:#4b5563;font-size:.95rem;line-height:1.7;margin-bottom:1rem}.tg-aside-links{list-style:none;margin:0 0 1.25rem;padding:0}.tg-aside-links li{border-bottom:1px solid #e5eef2;padding:.5rem 0}.tg-aside-links li:last-child{border-bottom:none}.tg-aside-links a,.tg-sealing-aside a{color:#007d8a;font-weight:600;text-decoration:none}.tg-aside-links a:hover,.tg-sealing-aside a:hover{text-decoration:underline}.tg-sealing-banner-img{border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:3rem auto 0;max-width:1100px;overflow:hidden}.tg-sealing-banner-img img{display:block;height:auto;max-height:400px;object-fit:cover;width:100%}.tg-comparison{background:#f7fbfd;padding:5rem 3rem}.tg-comparison-inner{margin:0 auto;max-width:1100px}.tg-comparison-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:2rem}.tg-table-wrap{border-radius:10px;box-shadow:0 2px 12px #0000000f;overflow-x:auto}.tg-table{background:#fff;border-collapse:collapse;font-size:.92rem;width:100%}.tg-table thead tr{background:#1a3a4a;color:#fff}.tg-table th{font-size:.88rem;font-weight:600;padding:.9rem 1.25rem;text-align:left}.tg-table td{border-bottom:1px solid #f0f0f0;color:#444;line-height:1.5;padding:.85rem 1.25rem}.tg-table tbody tr:last-child td{border-bottom:none}.tg-table tbody tr:hover{background:#fafafa}.tg-yes{color:#00897b;font-weight:700}.tg-no{color:#e53935;font-weight:600}.tg-warn{color:#f57c00;font-weight:600}.tg-comparison-note{color:#444;font-size:.97rem;font-style:italic;line-height:1.8;margin-top:1.5rem}.tg-comparison-banner-img{border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-top:2.5rem;overflow:hidden}.tg-comparison-banner-img img{display:block;height:auto;max-height:400px;object-fit:cover;width:100%}.tg-two-col-section{background:#fff;padding:5rem 3rem}.tg-two-col-inner{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.tg-two-col-card{background:#f7fbfd;border:1px solid #d9ebf2;border-radius:16px;padding:2rem}.tg-two-col-card h2{color:#1a3a4a;font-size:1.6rem;font-weight:800;line-height:1.25;margin:0 0 1rem}.tg-two-col-card p{color:#4b5563;font-size:.95rem;line-height:1.8;margin-bottom:.75rem}.tg-two-col-banner-wrap{border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto 2.5rem;max-width:1100px;overflow:hidden}.tg-two-col-banner-wrap img{display:block;height:auto;max-height:400px;object-fit:cover;width:100%}.tg-areas-why{background:#f7fbfd;padding:5rem 3rem}.tg-areas-why-inner{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.tg-areas-block h2,.tg-why-block h2{color:#1a3a4a;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.tg-areas-block p,.tg-why-block p{color:#444;font-size:.97rem;line-height:1.8;margin-bottom:.85rem}.tg-areas-why-banner-wrap{border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto 2.5rem;max-width:1100px;overflow:hidden}.tg-areas-why-banner-wrap img{display:block;height:auto;max-height:400px;object-fit:cover;width:100%}.tg-maintenance{background:#fff;padding:5rem 3rem}.tg-maintenance-inner{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.tg-maintenance-text h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.tg-maintenance-text>p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:1rem}.tg-maintenance-img img{border-radius:12px;box-shadow:0 4px 20px #0000001a;height:auto;max-height:480px;object-fit:cover;width:100%}.tg-photo-strip{background:#f7fbfd;padding:0 3rem 5rem}.tg-photo-strip-inner{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px}.tg-photo-strip-inner img{border-radius:10px;box-shadow:0 4px 16px #00000014;display:block;height:260px;object-fit:cover;width:100%}.tg-faq-section{background:#f7fbfd;padding:5rem 3rem}.tg-faq-inner{grid-gap:3.5rem;align-items:start;display:grid;gap:3.5rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.tg-faq-content h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin:0 0 2rem}.tg-faq-img img{border-radius:12px;box-shadow:0 4px 20px #0000001a;height:auto;max-height:550px;object-fit:cover;position:-webkit-sticky;position:sticky;top:2rem;width:100%}.tg-faq-list{display:flex;flex-direction:column;gap:1.25rem}.tg-faq-item{background:#fff;border:1px solid #d9ebf2;border-left:4px solid #00bcd4;border-radius:12px;padding:1.5rem}.tg-faq-item h3{color:#1a3a4a;font-size:1rem;font-weight:700;margin:0 0 .5rem}.tg-faq-item p{color:#4b5563;font-size:.95rem;line-height:1.7;margin:0}.tg-schedule-section{background:linear-gradient(135deg,#1a3a4a,#0d2535);padding:5rem 3rem;text-align:center}.tg-schedule-inner{margin:0 auto;max-width:1100px}.tg-schedule-inner h2{color:#fff;font-size:2rem;font-weight:800;margin:0 0 1.25rem}.tg-schedule-inner p{color:#ffffffd9;font-size:.97rem;line-height:1.8;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:700px}.tg-schedule-inner .tg-connect-btn{margin-top:1rem}@media (max-width:900px){.tg-hero{padding:3rem 1.5rem 4rem}.tg-hero-inner{gap:2rem;grid-template-columns:1fr}.tg-hero-img{order:-1}.tg-hero-content h1{font-size:2rem}.tg-hero-content h2{font-size:1.25rem}.tg-areas-why-inner,.tg-faq-inner,.tg-further-inner,.tg-maintenance-inner,.tg-process-inner,.tg-sealing-inner,.tg-two-col-inner{gap:2.5rem;grid-template-columns:1fr}.tg-faq-img img,.tg-process-img img{position:static}.tg-photo-strip{padding:0 1.5rem 3rem}.tg-photo-strip-inner{grid-template-columns:1fr}.tg-areas-why,.tg-comparison,.tg-faq-section,.tg-further,.tg-maintenance,.tg-process-section,.tg-schedule-section,.tg-sealing-section,.tg-two-col-section{padding:3rem 1.5rem}.tg-comparison-inner h2,.tg-faq-content h2,.tg-further-text h2,.tg-maintenance-text h2,.tg-process-content h2,.tg-sealing-copy h2{font-size:1.75rem}.tg-areas-block h2,.tg-two-col-card h2,.tg-why-block h2{font-size:1.5rem}.tg-schedule-inner h2{font-size:1.75rem}}.pur-page{font-family:Volte,sans-serif;min-height:100vh}.pur-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);overflow:hidden;padding:5rem 3rem 6rem;position:relative}.pur-hero:before{border:60px solid #00bcd412;border-radius:50%;height:500px;right:-100px;top:-150px;width:500px}.pur-hero:after,.pur-hero:before{content:"";pointer-events:none;position:absolute}.pur-hero:after{border:40px solid #00bcd412;border-radius:50%;bottom:-80px;height:300px;left:5%;width:300px}.pur-hero-inner{margin:0 auto;max-width:1100px;position:relative;z-index:1}.pur-hero-inner h1{color:#1a3a4a;font-size:2.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem}.pur-hero-inner h2{color:#1a3a4a;font-size:1.5rem;font-weight:500;margin-bottom:1.75rem}.pur-hero-inner p{color:#444;font-size:1rem;line-height:1.8;margin-bottom:1.25rem}.pur-cta-line{color:#1a3a4a;font-weight:600;margin-bottom:1.5rem;margin-top:2rem}.pur-connect-btn{background:#00bcd4;border-radius:50px;box-shadow:0 4px 14px #00bcd44d;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.9rem 2.25rem;text-decoration:none;transition:all .3s}.pur-connect-btn:hover{background:#0097a7;box-shadow:0 6px 20px #00bcd466;transform:translateY(-2px)}.pur-why{background:#f7fbfd;padding:5rem 3rem}.pur-why-inner{margin:0 auto;max-width:1100px}.pur-why-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.pur-why-inner p{color:#444;font-size:.97rem;line-height:1.8;margin-bottom:1.25rem}.pur-steps{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}.pur-step-item{background:#fff;border:1px solid #e8e8e8;border-radius:8px;gap:1rem;padding:.9rem 1.25rem}.pur-step-item,.pur-step-num{align-items:center;display:flex}.pur-step-num{background:#00bcd4;border-radius:50%;color:#fff;font-size:.85rem;font-weight:700;height:30px;justify-content:center;min-width:30px;width:30px}.pur-step-item span:last-child{color:#2c3e50;font-size:.95rem}.pur-methods{background:#fff;padding:5rem 3rem}.pur-methods-inner{margin:0 auto;max-width:1100px}.pur-methods-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.pur-methods-inner>p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:2.5rem}.pur-methods-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.pur-method-card{background:#f9fafb;border:1px solid #e8e8e8;border-radius:10px;border-top:4px solid #00bcd4;padding:1.75rem}.pur-method-card h3{color:#1a3a4a;font-size:1.05rem;font-weight:700;margin-bottom:.85rem}.pur-method-card p{color:#555;font-size:.92rem;line-height:1.7;margin-bottom:.85rem}.pur-method-card ul{display:flex;flex-direction:column;gap:.4rem;margin:0 0 1rem 1.25rem}.pur-method-card ul li{color:#555;font-size:.9rem;line-height:1.65}.pur-method-verdict{border-top:1px solid #e8e8e8;color:#1a3a4a!important;font-style:italic;font-weight:500;margin-bottom:0!important;margin-top:.5rem;padding-top:.85rem}.pur-comparison{background:#f7fbfd;padding:5rem 3rem}.pur-comparison-inner{margin:0 auto;max-width:1100px}.pur-comparison-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.pur-comparison-inner>p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:2rem}.pur-table-wrap{border-radius:10px;box-shadow:0 2px 12px #0000000f;overflow-x:auto}.pur-table{background:#fff;border-collapse:collapse;font-size:.9rem;width:100%}.pur-table thead tr{background:#1a3a4a;color:#fff}.pur-table th{font-size:.85rem;font-weight:600;padding:.9rem 1rem;text-align:left;white-space:nowrap}.pur-table td{border-bottom:1px solid #f0f0f0;color:#444;line-height:1.5;padding:.85rem 1rem}.pur-table tbody tr:last-child td{border-bottom:none}.pur-table tbody tr:hover{background:#fafafa}.pur-our-row{background:#f0fbff!important}.pur-our-row td{color:#1a3a4a}.pur-yes{color:#00897b}.pur-no,.pur-yes{font-weight:700;text-align:center}.pur-no{color:#e53935}.pur-warn{color:#f57c00;font-weight:600;text-align:center}.pur-comparison-note{color:#1a3a4a!important;font-size:1.05rem!important;font-style:italic;font-weight:600;margin-top:1.75rem!important}.pur-process{background:#fff;overflow:hidden;padding:5rem 3rem 6rem;position:relative}.pur-process:before{border:50px solid #00bcd40f;border-radius:50%;content:"";height:400px;left:-80px;pointer-events:none;position:absolute;top:-100px;width:400px}.pur-process-inner{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px;position:relative;z-index:1}.pur-process-text h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.pur-process-text>p{color:#555;font-size:.95rem;line-height:1.8;margin-bottom:1.75rem}.pur-checklist{display:flex;flex-direction:column;gap:.75rem}.pur-check-item{align-items:flex-start;background:#f9fafb;border:1px solid #ebebeb;border-radius:8px;display:flex;gap:1rem;padding:1rem 1.25rem;transition:border-color .2s}.pur-check-item:hover{border-color:#00bcd4}.pur-checkmark{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;font-size:.85rem;font-weight:700;height:30px;justify-content:center;min-width:30px;width:30px}.pur-check-item>div{display:flex;flex-direction:column;gap:.35rem}.pur-check-item>div strong{color:#1a3a4a;font-size:.97rem}.pur-check-item>div p{color:#555;font-size:.9rem;line-height:1.7;margin:0}.pur-check-item span:last-child{color:#2c3e50;font-size:.95rem;font-weight:400}.pur-process-image img{border-radius:8px;box-shadow:0 10px 40px #0000001a;height:480px;object-fit:cover;object-position:center 50%;width:100%}.pur-image-caption{color:#777;font-size:.9rem;font-style:italic;margin-top:.75rem;text-align:center}.pur-why-works{background:#f7fbfd;padding:5rem 3rem}.pur-why-works-inner{margin:0 auto;max-width:1100px}.pur-why-works-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.25rem}.pur-why-works-inner p{color:#444;font-size:.97rem;line-height:1.8;margin-bottom:1.25rem}.pur-benefits{background:#fff;padding:5rem 3rem}.pur-benefits-inner{margin:0 auto;max-width:1100px}.pur-benefits-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.pur-benefits-inner>p{color:#555;font-size:.97rem;line-height:1.8;margin-bottom:2rem}.pur-benefits-grid{display:flex;flex-direction:column;gap:1rem}.pur-benefit-item{align-items:flex-start;background:#f9fafb;border:1px solid #e8e8e8;border-radius:10px;display:flex;gap:1.25rem;padding:1.5rem;transition:border-color .2s}.pur-benefit-item:hover{border-color:#00bcd4}.pur-benefit-icon{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;font-size:1rem;font-weight:700;height:36px;justify-content:center;min-width:36px;width:36px}.pur-benefit-item h3{color:#1a3a4a;font-size:1rem;font-weight:700;margin-bottom:.35rem}.pur-benefit-item p{color:#555;font-size:.9rem;line-height:1.7;margin:0}.pur-areas-signs{background:#f7fbfd;padding:5rem 3rem}.pur-areas-signs-inner{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.pur-areas h2,.pur-signs h2{color:#1a3a4a;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.pur-areas p,.pur-signs p{color:#444;font-size:.95rem;line-height:1.8;margin-bottom:1rem}.pur-areas ul{display:flex;flex-direction:column;gap:.4rem;margin:0 0 1.25rem 1.25rem}.pur-areas ul li{color:#444;font-size:.95rem;line-height:1.7}.pur-signs-list{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.25rem}.pur-sign-item{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:8px;display:flex;gap:.75rem;padding:.75rem 1rem}.pur-sign-dot{color:#00bcd4;font-size:1.25rem;font-weight:700;line-height:1}.pur-sign-item span:last-child{color:#2c3e50;font-size:.92rem}.pur-faq{background:#fff;padding:5rem 3rem}.pur-faq-inner{margin:0 auto;max-width:1100px}.pur-faq-inner h2{color:#1a3a4a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:2rem}.pur-faq-list{display:flex;flex-direction:column;gap:1rem}.pur-faq-item{background:#f9fafb;border:1px solid #e8e8e8;border-left:4px solid #00bcd4;border-radius:8px;padding:1.5rem}.pur-faq-item h3{color:#1a3a4a;font-size:1rem;font-weight:700;margin-bottom:.5rem}.pur-faq-item p{color:#555;font-size:.92rem;line-height:1.7;margin:0}.pur-cta{background:linear-gradient(135deg,#1a3a4a,#0d2535);padding:5rem 3rem;text-align:center}.pur-cta-inner{margin:0 auto;max-width:1100px}.pur-cta-inner h2{color:#fff;font-size:2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.25rem}.pur-cta-inner p{color:#fffc;font-size:.97rem;line-height:1.8;margin-bottom:1.25rem;margin-left:auto;margin-right:auto;max-width:700px}.pur-cta .pur-connect-btn{background:#00bcd4;margin-top:1rem}@media (max-width:900px){.pur-hero{padding:3rem 1.5rem 4rem}.pur-hero-inner h1{font-size:2rem}.pur-hero-inner h2{font-size:1.25rem}.pur-areas-signs-inner,.pur-process-inner{gap:3rem;grid-template-columns:1fr}.pur-process-image img{height:300px}.pur-areas-signs,.pur-benefits,.pur-comparison,.pur-cta,.pur-faq,.pur-methods,.pur-process,.pur-why,.pur-why-works{padding:3rem 1.5rem}.pur-benefits-inner h2,.pur-comparison-inner h2,.pur-cta-inner h2,.pur-faq-inner h2,.pur-methods-inner h2,.pur-process-text h2,.pur-why-inner h2,.pur-why-works-inner h2{font-size:1.75rem}.pur-areas h2,.pur-signs h2{font-size:1.5rem}.pur-methods-grid{grid-template-columns:1fr}}.cir-page{font-family:Volte,sans-serif;min-height:100vh}.cir-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);padding:5rem 3rem 6rem}.cir-hero-inner{margin:0 auto;max-width:1100px}.cir-hero-inner h1{color:#1a3a4a;font-size:2.6rem;font-weight:800;margin-bottom:1rem}.cir-hero-inner h2{color:#1a3a4a;font-size:1.6rem;margin-bottom:1.25rem}.cir-hero-inner p{color:#444;line-height:1.8;margin-bottom:1rem}.cir-connect-btn{background:#00bcd4;border-radius:50px;color:#fff;display:inline-block;font-weight:600;padding:.9rem 2.1rem;text-decoration:none;transition:background .2s}.cir-connect-btn:hover{background:#0097a7}.cir-details{background:#fff;padding:5rem 3rem 6rem}.cir-details-inner{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.cir-details-text h2{color:#1a3a4a;font-size:2.1rem;margin-bottom:1.3rem}.cir-list{flex-direction:column}.cir-item,.cir-list{display:flex;gap:.75rem}.cir-item{align-items:center;background:#f8f9fa;border-radius:8px;padding:1rem}.cir-check{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.85rem;font-weight:700;height:28px;justify-content:center;width:28px}.cir-image img{border-radius:8px;height:420px;object-fit:cover;width:100%}@media (max-width:900px){.cir-hero{padding:3rem 1.5rem 4rem}.cir-hero-inner h1{font-size:2rem}.cir-details{padding:3rem 1.5rem 4rem}.cir-details-inner{grid-template-columns:1fr}}.tir-page{font-family:Volte,sans-serif;min-height:100vh}.tir-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);padding:5rem 3rem 6rem}.tir-hero-inner{margin:0 auto;max-width:1100px}.tir-hero-inner h1{color:#1a3a4a;font-size:2.6rem;font-weight:800;margin-bottom:1rem}.tir-hero-inner h2{color:#1a3a4a;font-size:1.6rem;margin-bottom:1.25rem}.tir-hero-inner p{color:#444;line-height:1.8;margin-bottom:1rem}.tir-connect-btn{background:#00bcd4;border-radius:50px;color:#fff;display:inline-block;font-weight:600;padding:.9rem 2.1rem;text-decoration:none;transition:background .2s}.tir-connect-btn:hover{background:#0097a7}.tir-details{background:#fff;padding:5rem 3rem 6rem}.tir-details-inner{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.tir-details-text h2{color:#1a3a4a;font-size:2.1rem;margin-bottom:1.3rem}.tir-list{flex-direction:column}.tir-item,.tir-list{display:flex;gap:.75rem}.tir-item{align-items:center;background:#f8f9fa;border-radius:8px;padding:1rem}.tir-check{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.85rem;font-weight:700;height:28px;justify-content:center;width:28px}.tir-image img{border-radius:8px;height:420px;object-fit:cover;width:100%}@media (max-width:900px){.tir-hero{padding:3rem 1.5rem 4rem}.tir-hero-inner h1{font-size:2rem}.tir-details{padding:3rem 1.5rem 4rem}.tir-details-inner{grid-template-columns:1fr}}.lfi-page{font-family:Volte,sans-serif;min-height:100vh}.lfi-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);padding:5rem 3rem 6rem}.lfi-hero-inner{margin:0 auto;max-width:1100px}.lfi-hero-inner h1{color:#1a3a4a;font-size:2.6rem;font-weight:800;margin-bottom:1rem}.lfi-hero-inner h2{color:#1a3a4a;font-size:1.6rem;margin-bottom:1.25rem}.lfi-hero-inner p{color:#444;line-height:1.8;margin-bottom:1rem}.lfi-connect-btn{background:#00bcd4;border-radius:50px;color:#fff;display:inline-block;font-weight:600;padding:.9rem 2.1rem;text-decoration:none;transition:background .2s}.lfi-connect-btn:hover{background:#0097a7}.lfi-details{background:#fff;padding:5rem 3rem 6rem}.lfi-details-inner{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.lfi-details-text h2{color:#1a3a4a;font-size:2.1rem;margin-bottom:1.3rem}.lfi-list{flex-direction:column}.lfi-item,.lfi-list{display:flex;gap:.75rem}.lfi-item{align-items:center;background:#f8f9fa;border-radius:8px;padding:1rem}.lfi-check{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.85rem;font-weight:700;height:28px;justify-content:center;width:28px}.lfi-image img{border-radius:8px;height:420px;object-fit:cover;width:100%}@media (max-width:900px){.lfi-hero{padding:3rem 1.5rem 4rem}.lfi-hero-inner h1{font-size:2rem}.lfi-details{padding:3rem 1.5rem 4rem}.lfi-details-inner{grid-template-columns:1fr}}.vucc-page{font-family:Volte,sans-serif;min-height:100vh}.vucc-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);padding:5rem 3rem 6rem}.vucc-hero-inner{margin:0 auto;max-width:1100px}.vucc-hero-inner h1{color:#1a3a4a;font-size:2.6rem;font-weight:800;margin-bottom:1rem}.vucc-hero-inner h2{color:#1a3a4a;font-size:1.6rem;margin-bottom:1.25rem}.vucc-hero-inner p{color:#444;line-height:1.8;margin-bottom:1rem}.vucc-connect-btn{background:#00bcd4;border-radius:50px;color:#fff;display:inline-block;font-weight:600;padding:.9rem 2.1rem;text-decoration:none;transition:background .2s}.vucc-connect-btn:hover{background:#0097a7}.vucc-details{background:#fff;padding:5rem 3rem 6rem}.vucc-details-inner{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.vucc-details-text h2{color:#1a3a4a;font-size:2.1rem;margin-bottom:1.3rem}.vucc-list{flex-direction:column}.vucc-item,.vucc-list{display:flex;gap:.75rem}.vucc-item{align-items:center;background:#f8f9fa;border-radius:8px;padding:1rem}.vucc-check{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.85rem;font-weight:700;height:28px;justify-content:center;width:28px}.vucc-image img{border-radius:8px;height:420px;object-fit:cover;width:100%}@media (max-width:900px){.vucc-hero{padding:3rem 1.5rem 4rem}.vucc-hero-inner h1{font-size:2rem}.vucc-details{padding:3rem 1.5rem 4rem}.vucc-details-inner{grid-template-columns:1fr}}.aws-page{font-family:Volte,sans-serif;min-height:100vh}.aws-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);overflow:hidden;padding:5rem 3rem 6rem;position:relative}.aws-hero:before{border:60px solid #00bcd412;border-radius:50%;height:500px;right:-100px;top:-150px;width:500px}.aws-hero:after,.aws-hero:before{content:"";pointer-events:none;position:absolute}.aws-hero:after{border:40px solid #00bcd412;border-radius:50%;bottom:-80px;height:300px;left:5%;width:300px}.aws-hero-inner{max-width:900px;position:relative;z-index:1}.aws-hero-inner h1{color:#1a3a4a;font-size:2.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}.aws-hero-inner h2{color:#1a3a4a;font-size:1.75rem;font-weight:400;margin-bottom:2rem}.aws-connect-btn{background:#00bcd4;border-radius:50px;box-shadow:0 4px 14px #00bcd44d;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.9rem 2.25rem;text-decoration:none;transition:all .3s}.aws-connect-btn:hover{background:#0097a7;box-shadow:0 6px 20px #00bcd466;transform:translateY(-2px)}.aws-grid-section{background:linear-gradient(180deg,#f0fbff,#fff);overflow:hidden;padding:5rem 3rem 6rem;position:relative}.aws-grid-section:before{border:50px solid #00bcd40f;border-radius:50%;content:"";height:400px;left:-80px;pointer-events:none;position:absolute;top:-100px;width:400px}.aws-grid-section:after{border:35px solid #00bcd40f;border-radius:50%;bottom:10%;content:"";height:250px;left:10%;pointer-events:none;position:absolute;width:250px}.aws-grid-section-inner{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;position:relative;z-index:1}.aws-cities-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:900px}.aws-city-card{background:#fff;border:1px solid #dde8ee;border-radius:12px;box-shadow:0 2px 6px #0000000a;color:#1a3a4a;font-size:.85rem;font-weight:700;letter-spacing:.02em;line-height:1.4;padding:1.5rem 1rem;text-align:center;transition:all .2s}.aws-city-card:hover{border-color:#00bcd4;box-shadow:0 4px 12px #00bcd426;transform:translateY(-3px)}@media (max-width:1024px){.aws-grid-section-inner{gap:3rem;grid-template-columns:1fr}}@media (max-width:600px){.aws-hero{padding:3rem 1.5rem 4rem}.aws-hero-inner h1{font-size:2rem}.aws-hero-inner h2{font-size:1.3rem}.aws-cities-grid{grid-template-columns:repeat(2,1fr)}}.rv-page{font-family:Inter,sans-serif;min-height:100vh}.rv-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);overflow:hidden;padding:5rem 3rem 6rem;position:relative}.rv-hero:before{border:60px solid #00bcd412;border-radius:50%;content:"";height:500px;pointer-events:none;position:absolute;right:-100px;top:-150px;width:500px}.rv-hero-inner{max-width:900px;position:relative;z-index:1}.rv-hero-inner h1{color:#1a3a4a;font-size:2.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.rv-hero-inner h2{color:#1a3a4a;font-size:1.75rem;font-weight:400;margin-bottom:2rem}.rv-hero-btns{align-items:center;display:flex;gap:1.5rem}.rv-connect-btn{background:#00bcd4;border-radius:50px;box-shadow:0 4px 14px #00bcd44d;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.9rem 2.25rem;text-decoration:none;transition:all .3s;white-space:nowrap}.rv-connect-btn:hover{background:#0097a7;box-shadow:0 6px 20px #00bcd466;transform:translateY(-2px)}.rv-google-btn{align-items:center;color:#333;display:flex;gap:.75rem;text-decoration:none;transition:opacity .2s}.rv-google-btn:hover{opacity:.75}.rv-google-btn img{height:28px;width:auto}.rv-google-btn span{color:#444;font-size:.9rem;line-height:1.4}.rv-google-btn strong{color:#222;font-weight:700}.rv-carousel-section{background:linear-gradient(180deg,#f5fcff,#fff);overflow:hidden;padding:5rem 3rem 6rem;position:relative}.rv-carousel-section:before{border:50px solid #00bcd40f;border-radius:50%;content:"";height:400px;left:-80px;pointer-events:none;position:absolute;top:-80px;width:400px}.rv-carousel-section:after{border:36px solid #00bcd40f;border-radius:50%;bottom:10%;content:"";height:260px;left:5%;pointer-events:none;position:absolute;width:260px}.rv-carousel-card{background:#f0f0f0;border-radius:8px;margin:0 auto;max-width:800px;padding:4rem 3rem 3rem;position:relative;text-align:center;z-index:1}.rv-stars{margin-bottom:1.5rem}.rv-star{color:#00bcd4;font-size:2rem;margin:0 2px}.rv-name{color:#1a3a4a;font-size:1.1rem;font-style:italic;font-weight:700;letter-spacing:.02em;margin-bottom:1.25rem}.rv-text{color:#444;font-size:1rem;line-height:1.8;margin:0 auto 2.5rem;max-width:600px}.rv-dots{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.rv-dot{background:#ccc;border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:background .2s;width:10px}.rv-dot.active{background:#1a3a4a}.rv-dot:hover{background:#00bcd4}.rv-arrow{background:none;border:none;color:#ccc;cursor:pointer;font-size:3rem;line-height:1;padding:0 1rem;position:absolute;top:50%;transform:translateY(-50%);transition:color .2s;z-index:10}.rv-arrow:hover{color:#00bcd4}.rv-arrow-left{left:1rem}.rv-arrow-right{right:1rem}@media (max-width:768px){.rv-hero{padding:3rem 1.5rem 4rem}.rv-hero-inner h1{font-size:2rem}.rv-hero-inner h2{font-size:1.3rem}.rv-hero-btns{align-items:flex-start;flex-direction:column;gap:1rem}.rv-carousel-card{padding:3rem 1.5rem 2.5rem}.rv-arrow{font-size:2rem}}.faq-page{font-family:Inter,sans-serif;min-height:100vh}.faq-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);overflow:hidden;padding:5rem 3rem 6rem;position:relative}.faq-hero:before{border:60px solid #00bcd412;border-radius:50%;height:500px;right:-100px;top:-150px;width:500px}.faq-hero:after,.faq-hero:before{content:"";pointer-events:none;position:absolute}.faq-hero:after{border:40px solid #00bcd412;border-radius:50%;bottom:-80px;height:300px;left:5%;width:300px}.faq-hero-inner{max-width:900px;position:relative;z-index:1}.faq-hero-inner h1{color:#1a3a4a;font-size:2.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.faq-hero-inner h2{color:#1a3a4a;font-size:1.75rem;font-weight:400;margin-bottom:2rem}.faq-connect-btn{background:#00bcd4;border-radius:50px;box-shadow:0 4px 14px #00bcd44d;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.9rem 2.25rem;text-decoration:none;transition:all .3s}.faq-connect-btn:hover{background:#0097a7;box-shadow:0 6px 20px #00bcd466;transform:translateY(-2px)}.faq-accordion-section{background:linear-gradient(180deg,#f5fcff,#fff);overflow:hidden;padding:4rem 3rem 6rem;position:relative}.faq-accordion-section:before{border:50px solid #00bcd40f;border-radius:50%;content:"";height:400px;left:-100px;pointer-events:none;position:absolute;top:0;width:400px}.faq-accordion-section:after{border:40px solid #00bcd40f;border-radius:50%;content:"";height:300px;pointer-events:none;position:absolute;right:-80px;top:30%;width:300px}.faq-accordion-inner{margin:0 auto;max-width:1000px;position:relative;z-index:1}.faq-item{border-bottom:1px solid #e0e0e0}.faq-item:first-child{border-top:1px solid #e0e0e0}.faq-question{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:1.4rem 0;text-align:left;width:100%}.faq-question span{color:#1a3a4a;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:400;line-height:1.4}.faq-question:hover span{color:#00bcd4}.faq-icon{align-items:center;background:#00bcd4;border-radius:50%;color:#fff;display:flex;font-size:1.4rem;font-weight:300;height:36px;justify-content:center;line-height:1;min-width:36px;transition:transform .3s ease;-webkit-user-select:none;user-select:none;width:36px}.faq-icon.rotate{transform:rotate(45deg)}.faq-answer{animation:fadeDown .25s ease;padding:0 0 1.5rem}@keyframes fadeDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{color:#555;font-size:.95rem;line-height:1.8;max-width:800px}@media (max-width:768px){.faq-hero{padding:3rem 1.5rem 4rem}.faq-hero-inner h1{font-size:2rem}.faq-hero-inner h2{font-size:1.3rem}.faq-accordion-section{padding:3rem 1.5rem 4rem}.faq-question span{font-size:.95rem}}.blog-page{font-family:Inter,sans-serif;min-height:100vh}.blog-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);overflow:hidden;padding:5rem 3rem;position:relative}.blog-hero:before{border:60px solid #00bcd412;border-radius:50%;height:500px;right:-100px;top:-150px;width:500px}.blog-hero:after,.blog-hero:before{content:"";pointer-events:none;position:absolute}.blog-hero:after{border:40px solid #00bcd412;border-radius:50%;bottom:-80px;height:300px;left:5%;width:300px}.blog-hero-inner{max-width:900px;position:relative;z-index:1}.blog-hero-inner h1{color:#1a3a4a;font-size:2.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.blog-hero-inner h2{color:#1a3a4a;font-size:1.75rem;font-weight:400;margin-bottom:2rem}.blog-connect-btn{background:#00bcd4;border-radius:50px;box-shadow:0 4px 14px #00bcd44d;color:#fff;display:inline-block;font-size:1rem;font-weight:600;margin-bottom:2rem;padding:.9rem 2.25rem;text-decoration:none;transition:all .3s}.blog-connect-btn:hover{background:#0097a7;box-shadow:0 6px 20px #00bcd466;transform:translateY(-2px)}.blog-search{align-items:center;background:#fff;border:1px solid #ddd;border-radius:6px;display:flex;max-width:400px;overflow:hidden}.blog-search input{background:#0000;border:none;color:#333;flex:1 1;font-family:Inter,sans-serif;font-size:.95rem;outline:none;padding:.85rem 1.25rem}.blog-search input::placeholder{color:#aaa}.blog-search-btn{align-items:center;background:none;border:none;color:#555;cursor:pointer;display:flex;padding:.85rem 1rem;transition:color .2s}.blog-search-btn:hover{color:#00bcd4}.blog-grid-section{background:linear-gradient(180deg,#f5fcff,#fff);overflow:hidden;padding:4rem 3rem 6rem;position:relative}.blog-grid-section:before{border:50px solid #00bcd40f;border-radius:50%;content:"";height:400px;left:-100px;pointer-events:none;position:absolute;top:0;width:400px}.blog-grid-section:after{border:40px solid #00bcd40f;border-radius:50%;bottom:10%;content:"";height:280px;pointer-events:none;position:absolute;right:-60px;width:280px}.blog-grid-inner{margin:0 auto;max-width:1200px;position:relative;z-index:1}.blog-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.blog-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:2rem 1.75rem;transition:all .25s}.blog-card:hover{border-color:#00bcd4;box-shadow:0 6px 20px #00bcd41a;transform:translateY(-3px)}.blog-card h3{color:#1a3a4a;font-size:.9rem;font-weight:700;letter-spacing:.01em;line-height:1.4;margin-bottom:.875rem}.blog-card p{color:#555;font-size:.9rem;line-height:1.6;margin-bottom:1.25rem}.blog-read-more{color:#555;font-size:.875rem;font-style:italic;text-decoration:none;transition:color .2s}.blog-read-more:hover{color:#00bcd4}.blog-no-results{color:#888;font-size:1rem;padding:3rem 0;text-align:center}@media (max-width:768px){.blog-hero{padding:3rem 1.5rem 4rem}.blog-hero-inner h1{font-size:2rem}.blog-hero-inner h2{font-size:1.3rem}.blog-grid-section{padding:3rem 1.5rem 4rem}.blog-grid{grid-template-columns:1fr}.blog-search{max-width:100%}}.ofp-page{font-family:Volte,sans-serif;min-height:100vh}.ofp-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);overflow:hidden;padding:5rem 3rem 6rem;position:relative}.ofp-hero:before{border:60px solid #00bcd412;border-radius:50%;content:"";height:500px;pointer-events:none;position:absolute;right:-100px;top:-150px;width:500px}.ofp-hero-inner{max-width:900px;position:relative;z-index:1}.ofp-hero-inner h1{color:#1a3a4a;font-size:2.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.ofp-hero-inner h2{color:#1a3a4a;font-size:1.5rem;font-weight:400;margin-bottom:2rem}.ofp-connect-btn{background:#00bcd4;border-radius:50px;box-shadow:0 4px 14px #00bcd44d;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.9rem 2.25rem;text-decoration:none;transition:all .3s}.ofp-connect-btn:hover{background:#0097a7;box-shadow:0 6px 20px #00bcd466;transform:translateY(-2px)}.ofp-list-section{background:linear-gradient(180deg,#f0fbff,#fff);padding:5rem 3rem 6rem}.ofp-list-inner{margin:0 auto;max-width:1200px}.ofp-list{display:flex;flex-wrap:wrap;gap:1rem}.ofp-pill{background:#e9f8fc;border:1px solid #bdeef5;border-radius:999px;color:#1a3a4a;font-size:.95rem;font-weight:700;letter-spacing:.01em;padding:.85rem 1.2rem}@media (max-width:600px){.ofp-hero{padding:3rem 1.5rem 4rem}.ofp-hero-inner h1{font-size:2rem}.ofp-hero-inner h2{font-size:1.2rem}.ofp-list-section{padding:3rem 1.5rem 4rem}}.ct-page{font-family:Volte,sans-serif;min-height:100vh}.ct-hero{background:linear-gradient(135deg,#e0f4fb,#f0fbff 60%,#e8f8ff);overflow:hidden;padding:5rem 3rem 6rem;position:relative}.ct-hero:before{border:60px solid #00bcd412;border-radius:50%;content:"";height:500px;pointer-events:none;position:absolute;right:-100px;top:-150px;width:500px}.ct-hero-inner{grid-gap:5rem;align-items:start;display:grid;gap:5rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1300px;position:relative;z-index:1}.ct-copy h1{font-size:2.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.2}.ct-copy h1,.ct-copy h2{color:#1a3a4a;margin-bottom:1.25rem}.ct-copy h2{font-size:1.5rem;font-weight:500}.ct-copy p{color:#444;font-size:.95rem;line-height:1.8;margin-bottom:1rem}.ct-form-wrap{background:#0000}.ct-form-header{align-items:center;display:flex;gap:.9rem;margin-bottom:1.25rem}.ct-form-logo{flex-shrink:0;height:64px;object-fit:contain;width:64px}.ct-form-wrap h3{color:#1a3a4a;font-size:1.5rem;font-weight:600;margin-bottom:0}.ct-form{display:flex;flex-direction:column;gap:1rem}.ct-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.ct-field{display:flex;flex-direction:column;gap:.4rem}.ct-field.ct-full{grid-column:1/-1}.ct-field label{color:#444;font-size:.875rem;font-weight:500}.ct-field input,.ct-field textarea{background:#fff;border:1px solid #ccc;border-radius:4px;color:#333;font-family:Volte,sans-serif;font-size:.9rem;outline:none;padding:.75rem 1rem;resize:vertical;transition:border-color .2s}.ct-field input:focus,.ct-field textarea:focus{border-color:#00bcd4}.ct-required-note{color:#777;font-size:.8rem;font-style:italic;margin:0}.ct-hidden-bot-field{height:1px!important;left:-9999px!important;opacity:0!important;pointer-events:none!important;position:absolute!important;width:1px!important}.ct-submit-btn{background:#00bcd4;border:none;border-radius:50px;box-shadow:0 4px 14px #00bcd44d;color:#fff;cursor:pointer;font-family:Volte,sans-serif;font-size:1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s;width:-webkit-fit-content;width:fit-content}.ct-submit-btn:hover:not(:disabled){background:#0097a7;box-shadow:0 6px 20px #00bcd466;transform:translateY(-2px)}.ct-submit-btn:disabled{background:#ccc;box-shadow:none;cursor:not-allowed}.ct-success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724}.ct-error-message,.ct-success-message{font-size:.95rem;margin:1rem 0;padding:1rem}.ct-error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24}.ct-locations{background:linear-gradient(180deg,#f5fcff,#fff);overflow:hidden;padding:5rem 3rem 6rem;position:relative}.ct-locations:before{border:50px solid #00bcd40f;border-radius:50%;height:400px;left:-80px;top:-80px;width:400px}.ct-locations:after,.ct-locations:before{content:"";pointer-events:none;position:absolute}.ct-locations:after{border:40px solid #00bcd40f;border-radius:50%;bottom:5%;height:280px;right:-60px;width:280px}.ct-locations-inner{display:flex;justify-content:center;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.ct-location-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;max-width:1000px;padding:2.5rem 2rem;transition:all .25s;width:100%}.ct-location-card:hover{box-shadow:0 6px 20px #00000014;transform:translateY(-3px)}.ct-location-card h2{color:#1a3a4a;font-size:1.75rem;font-weight:800;letter-spacing:-.01em;line-height:1.2;margin-bottom:1.25rem}.ct-location-card h4{color:#1a3a4a;font-size:1.25rem;font-weight:500;margin-bottom:.35rem;margin-top:1.25rem}.ct-location-card p{color:#444;font-size:.95rem;line-height:1.6}.ct-hours-row{color:#444;display:flex;font-size:.95rem;justify-content:space-between;margin-top:.25rem}@media (max-width:900px){.ct-hero{padding:3rem 1.5rem 4rem}.ct-hero-inner{gap:3rem;grid-template-columns:1fr}.ct-copy h1{font-size:1.9rem}.ct-locations-inner,.ct-row{grid-template-columns:1fr}.ct-form-logo{height:54px;width:54px}}.blog-post-page{background:#fafafa;font-family:Inter,sans-serif;min-height:100vh}.blog-post{margin:0 auto;max-width:900px;padding:3rem 2rem 5rem}.blog-post-header{margin-bottom:3rem}.back-to-blog{align-items:center;color:#00bcd4;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;margin-bottom:2rem;text-decoration:none;transition:color .2s}.back-to-blog:hover{color:#0097a7}.blog-post-header h1{color:#1a3a4a;font-size:2.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem}.blog-hero-image{border-radius:12px;height:450px;margin-bottom:3rem;overflow:hidden;width:100%}.blog-hero-image img{height:100%;object-fit:cover;width:100%}.blog-post-content{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:3rem}.blog-post-content .lead{color:#444;font-size:1.15rem;font-weight:400;line-height:1.8;margin-bottom:2.5rem}.blog-post-content h2{color:#1a3a4a;font-size:1.75rem;font-weight:700;line-height:1.3;margin-bottom:1.25rem;margin-top:2.5rem}.blog-post-content p{color:#555;font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.blog-cta{background:linear-gradient(135deg,#e0f7fa,#b2ebf2);border-radius:12px;margin-top:3rem;padding:2.5rem;text-align:center}.blog-cta h3{color:#1a3a4a;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.blog-cta p{color:#444;font-size:1.05rem;margin-bottom:1.75rem}.cta-button{background:#00bcd4;border-radius:50px;box-shadow:0 4px 14px #00bcd44d;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s}.cta-button:hover{background:#0097a7;box-shadow:0 6px 20px #00bcd466;transform:translateY(-2px)}@media (max-width:768px){.blog-post{padding:2rem 1.5rem 3rem}.blog-post-header h1{font-size:2rem}.blog-hero-image{height:300px}.blog-post-content{padding:2rem 1.5rem}.blog-post-content h2{font-size:1.4rem}.blog-cta{padding:2rem 1.5rem}.blog-cta h3{font-size:1.25rem}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.f64d751c.css.map*/