@import "https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&display=swap";
:root{--primary:#0056b3;--primary-hover:#004494;--secondary:#00a8e8;--accent:#fc0;--text:#333;--text-light:#666;--bg:#fff;--bg-alt:#f4f7f6;--white:#fff;--success:#28a745;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--radius:8px;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--text);font-family:Google Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.btn{border-radius:var(--radius);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px)}.btn-secondary{background-color:var(--secondary);color:var(--white)}.btn-whatsapp{color:var(--white);background-color:#25d366}.section-padding{padding:5rem 0}.text-center{text-align:center}h1,h2,h3,h4{margin-bottom:1rem;line-height:1.2}h1{font-size:3rem}h2{font-size:2.25rem;font-weight:700}@media (max-width:768px){h1{font-size:2.25rem}h2{font-size:1.75rem}.desktop-only{display:none!important}}@media (min-width:769px){.mobile-only{display:none!important}}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.footer-heading-small{color:#fff;text-transform:uppercase;letter-spacing:.1em;opacity:.8;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:block}.fab-container{z-index:1000;flex-direction:column;gap:1rem;display:flex;position:fixed;bottom:2rem;right:2rem}.fab{width:60px;height:60px;box-shadow:var(--shadow-lg);border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex}.fab:hover{transform:scale(1.1)}.fab-whatsapp{background-color:#25d366}.fab-call{background-color:var(--primary)}@media (max-width:768px){.fab-container{bottom:1.5rem;right:1.5rem}.fab{width:50px;height:50px}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#ffffffe6;padding:1rem 0;position:sticky;top:0;box-shadow:0 1px 10px #0000000d}.header-content{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary);font-size:1.5rem;font-weight:800}.logo span{color:var(--secondary)}.nav{align-items:center;gap:2rem;display:flex}.nav a{font-weight:500;transition:color .2s}.nav a:hover{color:var(--primary)!important}.nav-actions{gap:.75rem;display:flex}.nav-btn{border-radius:var(--radius);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.call-btn{background:var(--bg-alt);color:var(--primary)!important}.call-btn:hover{background:#eef2f1}.whatsapp-btn{background:#25d366;color:#fff!important}.whatsapp-btn:hover{opacity:.9;transform:translateY(-1px)}.mobile-toggle{display:none}@media (max-width:992px){.nav{background:#fff;flex-direction:column;width:100%;height:calc(100vh - 72px);padding:2rem;transition:transform .3s ease-in-out;position:fixed;top:72px;left:0;transform:translate(100%)}.nav.nav-open{transform:translate(0)}.nav-actions{flex-direction:column;width:100%}.nav-btn{justify-content:center;width:100%;padding:1rem}.mobile-toggle{color:var(--primary);display:block}}.hero{background:linear-gradient(135deg,#fff 0%,#f0f7ff 100%);padding:6rem 0;overflow:hidden}.hero-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.badge{color:var(--primary);text-transform:uppercase;letter-spacing:1px;background:#0056b31a;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.hero h1{margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.hero h1 span{color:var(--primary);position:relative}.hero h1 span:after{content:"";z-index:-1;background:#00a8e833;width:100%;height:8px;position:absolute;bottom:5px;left:0}.hero p{color:var(--text-light);margin-bottom:2rem;font-size:1.25rem}.hero-features{gap:.75rem;margin-bottom:2.5rem;display:grid}.hero-features li{align-items:center;gap:.75rem;font-weight:500;display:flex}.hero-features .icon{color:var(--success)}.hero-btns{gap:1rem;display:flex}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.btn-outline{border:2px solid var(--primary);color:var(--primary);border-radius:var(--radius);padding:1rem 2rem;font-weight:600}.image-wrapper{position:relative}.hero-image{width:100%;box-shadow:var(--shadow-lg);border-radius:20px;transform:rotate(2deg)}.floating-card{border-radius:var(--radius);box-shadow:var(--shadow-lg);background:#fff;padding:1.5rem;animation:3s ease-in-out infinite float;position:absolute;bottom:-20px;left:-20px}.floating-card .stat{color:var(--primary);font-size:2rem;font-weight:800}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:992px){.hero-grid{text-align:center;grid-template-columns:1fr}.hero-features,.hero-btns{justify-content:center}.hero h1{font-size:2.75rem}.hero-image-container{max-width:500px;margin-top:3rem;margin-left:auto;margin-right:auto}}.services-bento-section{color:#111;background:#fff;padding:100px 0}.container-bento{width:100%;max-width:1300px;margin:0 auto}@media (max-width:992px){.container-bento{padding:0 2.5rem}}@media (max-width:768px){.container-bento{padding:0 1.25rem}.services-bento-section{padding:4rem 0}}.services-header{flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:4rem;display:flex}.services-title-large{letter-spacing:-1.5px;max-width:800px;font-size:3.5rem;font-weight:700;line-height:1.1}@media (max-width:768px){.services-title-large{letter-spacing:-1px;margin-bottom:0;font-size:2.2rem}}.services-title-large span{color:#888;text-underline-offset:10px;text-decoration:underline;text-decoration-thickness:2px}.services-subtitle{color:#666;max-width:800px;margin-top:2rem;font-size:1.2rem;line-height:1.6}@media (max-width:768px){.services-subtitle{margin-top:1.5rem;font-size:1rem}}.btn-learn-more{color:#111;background:#a8e6a3;border-radius:50px;align-items:center;gap:1rem;padding:.6rem .6rem .6rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.btn-learn-more:hover{background:#8cd486;transform:translateY(-2px)}.btn-icon-circle{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.services-bento-grid{grid-template-columns:.8fr 1.2fr;gap:2rem;display:grid}.services-footer-cta{justify-content:center;margin-top:2rem;display:flex}.bento-card-main{border-radius:32px;height:550px;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000014}.bento-main-img{object-fit:cover;width:100%;height:100%}.bento-main-overlay{background:linear-gradient(#0000,#00000080);flex-direction:column;justify-content:space-between;padding:3rem;display:flex;position:absolute;inset:0}.bento-main-badge{-webkit-backdrop-filter:blur(40px)saturate(200%);backdrop-filter:blur(40px)saturate(200%);color:#fff;background:#ffffff0d;border:1px solid #fff3;border-radius:24px;align-self:flex-start;max-width:420px;margin-top:auto;padding:1.75rem 2.25rem;font-size:1.4rem;line-height:1.4}.badge-highlight{color:#111;background:#a8e6a3;border-radius:50px;padding:.2rem .6rem;font-weight:600}.bento-service-label{color:#fff;text-transform:uppercase;letter-spacing:2px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #ffffff40;border-radius:50px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;position:absolute;top:3rem;left:3rem}.services-right-stack{flex-direction:column;gap:2rem;display:flex}.services-tiles-row{flex-grow:1;grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.bento-tile-small{background:#fff;border:1px solid #eee;border-radius:24px;flex-direction:column;flex:1;justify-content:flex-start;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000000d}.bento-tile-small:hover{border-color:#a8e6a3;transform:translateY(-5px)}.tile-dark{color:#fff;background:#222;border:none}.tile-action-top{border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:2rem;display:flex}.tile-dark .tile-action-top{border-color:#444}.bento-tile-small h3{font-size:1.25rem;font-weight:600;line-height:1.3}.categories-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.categories-list li{cursor:pointer;margin-bottom:0;transition:all .3s}.categories-list li h3{color:#666;background:#f8f8f8;border:1px solid #eee;border-radius:50px;justify-content:space-between;align-items:center;margin:0;padding:1.25rem 2rem;font-size:1.5rem;font-weight:600;transition:all .3s;display:flex}.categories-list li.active h3{color:#111;background:#a8e6a3;border-color:#a8e6a3;box-shadow:0 4px 15px #a8e6a34d}.categories-list li:hover h3{background:#f0fdf0;border-color:#a8e6a3}.categories-list li.active:hover h3{background:#8cd486}.common-problems-section{background:#fff;padding:8rem 0}.problems-header{text-align:center;max-width:800px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.problems-title{color:#111;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:700}.problems-title span{color:#888}.problems-subtitle{color:#666;font-size:1.2rem;line-height:1.6}.problems-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:6rem;display:grid}.problem-card{background:#fcfcfc;border:1px solid #f0f0f0;border-radius:24px;flex-direction:column;padding:3rem;transition:all .3s;display:flex}.problem-card:hover{border-color:#a8e6a3;transform:translateY(-5px);box-shadow:0 10px 30px #00000008}.problem-text .problem-text-title{color:#111;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.problem-text p{color:#666;font-size:1rem;line-height:1.5}.problems-cta-box{text-align:center;color:#fff;background:#111;border-radius:40px;padding:4rem}.problems-cta-box .cta-title{margin-bottom:3rem;font-size:2.2rem;font-weight:700}.problems-cta-box .hero-specialists-widget{justify-content:center;margin-top:0}.problems-cta-box .hero-specialist-card{background:#ffffff0d;border-color:#ffffff1a}.problems-cta-box .hero-specialist-name{color:#fff}.problems-cta-box .hero-specialist-title{color:#fff9}@media (max-width:768px){.common-problems-section{padding:4rem 0}.problems-header{margin-bottom:3rem;padding:0 1rem}.problems-title{font-size:2.1rem;line-height:1.2}.problems-subtitle{font-size:1rem;line-height:1.5}.problems-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:4rem}.problem-card{border-radius:20px;padding:1.75rem}.problem-text .problem-text-title{margin-bottom:.5rem;font-size:1.2rem}.problem-text p{font-size:.95rem}.problems-cta-box{border-radius:30px;padding:3rem 1.5rem}.problems-cta-box .cta-title{margin-bottom:2rem;font-size:1.6rem;line-height:1.3}}@media (max-width:992px){.services-title-large{font-size:2.5rem}.services-bento-grid{flex-direction:column;gap:1.5rem;display:flex}.services-right-stack{display:contents}.services-categories-section{order:1;margin-bottom:.5rem}.bento-card-main{border-radius:24px;order:2;height:400px}.services-tiles-row{order:3;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem;display:grid}.services-header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem}.bento-main-overlay{padding:1.5rem}.bento-main-badge{border-radius:20px;padding:1.25rem 1.5rem;font-size:1.15rem}.bento-service-label{padding:.5rem 1rem;font-size:.75rem;top:1.5rem;left:1.5rem}.categories-list li h3{padding:1rem 1.5rem;font-size:1.25rem}.bento-tile-small{background:#fff;border:1px solid #f0f0f0;border-radius:24px;padding:1.5rem 1.25rem;box-shadow:0 4px 20px #00000005}.tile-action-top{background:#f8f8f8;border:none;width:32px;height:32px;margin-bottom:2rem}.tile-dark{background:#1a1a1a}.tile-dark .tile-action-top{color:#fff;background:#ffffff1a}.bento-tile-small h3{letter-spacing:-.01em;font-size:1.05rem;font-weight:700;line-height:1.3}}.specialists-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;display:grid}.specialist-card{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;align-items:center;gap:2rem;padding:2rem;display:flex}.specialist-image-container{flex-shrink:0;position:relative}.specialist-image{object-fit:cover;border:4px solid var(--bg-alt);border-radius:50%;width:150px;height:150px}.rating-badge{color:#fff;background:#fc0;border-radius:50px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.85rem;font-weight:700;display:flex;position:absolute;bottom:0;right:10px}.spec-role{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.9rem;font-weight:700}.specialist-actions{gap:1rem;display:flex}.spec-btn{border-radius:var(--radius);align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;display:flex}.spec-btn-call{background:var(--primary);color:#fff!important}.spec-btn-whatsapp{background:#25d366;color:#fff!important}@media (max-width:768px){.specialist-card{text-align:center;flex-direction:column}.specialists-grid{grid-template-columns:1fr}.specialist-actions{flex-wrap:wrap;justify-content:center}}.bg-dark{color:#fff;background-color:#1a1a1a}.contact-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:5rem;display:grid}.info-items{gap:2rem;display:grid}.info-item{gap:1.5rem;display:flex}.info-item .icon{color:var(--secondary);flex-shrink:0}.form-container{border-radius:var(--radius);box-shadow:var(--shadow-lg);color:var(--text);background:#fff;padding:3rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{border-radius:var(--radius);border:1px solid #ddd;width:100%;padding:.8rem 1rem}@media (max-width:992px){.contact-grid{grid-template-columns:1fr;gap:3rem}}.neighbor-hero{color:#fff;text-align:center;background-color:#0000;background-image:linear-gradient(#0009,#0009),url(/hero-airco.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:12rem 0 8rem}.content-grid{grid-template-columns:1.5fr 1fr;gap:5rem;display:grid}.info-box{background:var(--bg-alt);border-radius:var(--radius);border-left:5px solid var(--primary);color:var(--text);padding:2rem}.form-card{border-radius:var(--radius);box-shadow:var(--shadow-lg);color:var(--text);background:#fff;overflow:hidden}.success-message{padding:4rem 2rem}.success-icon{background:var(--success);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;font-size:3rem;display:flex}.btn-outline-white{color:#fff;border:1px solid #fff;margin-top:2rem;padding:.75rem 1.5rem}.btn-outline-white:hover{color:var(--text);background:#fff}.btn-block{width:100%;padding:1rem;font-size:1.1rem}.footer-links ul li a{color:#aaa;transition:color .2s}.footer-links ul li a:hover{color:#fff!important}.footer{color:#fff;background:#111;padding:4rem 0 2rem}.footer-content{grid-template-columns:1.5fr 1fr 1fr;gap:4rem;margin-bottom:3rem;display:grid}.footer-bottom{text-align:center;color:#666;border-top:1px solid #333;padding-top:2rem;font-size:.9rem}@media (max-width:768px){.footer-content{text-align:center;grid-template-columns:1fr;gap:2rem}}.header-overlay{z-index:1000;background-color:#fff;border-bottom:1px solid #0000000d;padding:1rem 2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;right:0}@media (max-width:768px){.header-overlay{padding:.75rem 1rem .75rem .75rem}}.header-scrolled{background-color:#fff;padding:.6rem 2.5rem;box-shadow:0 4px 30px #0000000a}@media (max-width:768px){.header-scrolled{padding:.5rem 1rem .5rem .75rem}}.header-overlay-content{grid-template-columns:1fr auto 1fr;align-items:center;max-width:1300px;margin:0 auto;display:grid}.logo-overlay .logo-icon{color:#111;letter-spacing:1px;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.85rem;font-weight:900;display:flex}.nav-overlay{justify-content:center;align-items:center;gap:1.5rem;display:flex}.nav-overlay a{color:#333;white-space:nowrap;font-size:1rem;font-weight:500;transition:color .2s}.nav-overlay a:hover{color:#111}.header-overlay-actions{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.btn-request-service-white{color:#111;white-space:nowrap;background:#a8e6a3;border-radius:50px;align-items:center;gap:1rem;padding:.5rem .5rem .5rem 1.5rem;font-size:1.05rem;font-weight:400;transition:all .2s;display:flex}.btn-request-service-white:hover{background:#95df90;transform:translateY(-2px);box-shadow:0 4px 15px #a8e6a366}.btn-request-service-icon-wrapper{color:#111;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.btn-request-service-icon-wrapper svg{width:16px;height:16px}.icon-btn-overlay{color:#111;cursor:pointer;background:#f5f5f5;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.icon-btn-overlay:hover{background:#eee}.mobile-toggle-overlay{display:none}@media (max-width:900px){.header-overlay-content{grid-template-columns:1fr auto;gap:1rem}.nav-overlay{-webkit-backdrop-filter:blur(20px);z-index:200;background:#fffffffa;flex-direction:column;justify-content:center;gap:2rem;width:100%;height:100vh;font-size:1.75rem;transition:transform .5s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;transform:translate(100%)}.nav-overlay.nav-overlay-open{transform:translate(0)}.nav-overlay a{color:#111;letter-spacing:-.02em;opacity:0;font-weight:700;transition:all .4s;transform:translateY(20px)}.nav-overlay-open a{opacity:1;transform:translateY(0)}.nav-overlay-open a:first-child{transition-delay:.1s}.nav-overlay-open a:nth-child(2){transition-delay:.15s}.nav-overlay-open a:nth-child(3){transition-delay:.2s}.nav-overlay-open a:nth-child(4){transition-delay:.25s}.nav-overlay-open a:nth-child(5){transition-delay:.3s}.mobile-toggle-overlay{z-index:300;display:flex}.btn-request-service-white{padding:.4rem .4rem .4rem 1.2rem;font-size:.95rem}.btn-request-service-icon-wrapper{width:28px;height:28px}.icon-btn-overlay:not(.mobile-toggle-overlay){display:none}}.hero-fullscreen{justify-content:flex-start;align-items:center;width:100%;height:100vh;min-height:600px;padding:80px 1.5rem 0;display:flex;position:relative;overflow:hidden}@media (min-width:992px){.hero-fullscreen{align-items:flex-end;padding:0}}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg-img{object-fit:cover;object-position:center top;width:100%;height:100%}.hero-overlay{background:linear-gradient(#0003 0%,#00000073 40%,#000000bf 100%);position:absolute;inset:0}.hero-fullscreen-content{z-index:10;text-align:left;opacity:0;width:100%;max-width:1300px;margin:0 auto;animation:1s cubic-bezier(.16,1,.3,1) forwards heroEntrance;position:relative;transform:translateY(30px)}@keyframes heroEntrance{to{opacity:1;transform:translateY(0)}}@media (min-width:992px){.hero-fullscreen-content{padding-left:0;padding-right:0}}.hero-badge-pill{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);color:#fff;background:#ffffff1a;border:1px solid #ffffff40;border-radius:50px;align-items:center;margin-bottom:1.5rem;padding:.4rem 1.25rem;font-size:.85rem;font-weight:500;display:inline-flex}.hero-fullscreen-h1{color:#fff;letter-spacing:-.03em;text-shadow:0 4px 20px #0003;max-width:900px;margin-bottom:2rem;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.05}@media (max-width:768px){.hero-fullscreen-h1{margin-bottom:1.25rem;font-size:2.2rem}}.hero-description-suriname{color:#fffffff2;max-width:650px;margin-bottom:2.5rem;font-size:1.15rem;font-weight:400;line-height:1.6}@media (max-width:768px){.hero-description-suriname{margin-bottom:1.75rem;font-size:1rem;line-height:1.4}}.hero-specialists-widget{flex-direction:column;gap:1rem;margin-bottom:2.5rem;display:flex}@media (max-width:768px){.hero-specialists-widget{gap:.75rem}}.hero-specialist-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#111;background:#fffffff2;border:1px solid #ffffff4d;border-radius:50px;align-items:center;gap:1rem;width:max-content;padding:.5rem 1rem .5rem .5rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 20px #0000001a}@media (max-width:768px){.hero-specialist-card{gap:.75rem;width:100%;max-width:320px;padding:.4rem .85rem .4rem .4rem}}.hero-specialist-card:hover{background:#fafafa;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.hero-specialist-avatar{object-fit:cover;border:2px solid #fff;border-radius:50%;width:48px;height:48px}@media (max-width:768px){.hero-specialist-avatar{width:40px;height:40px}}.hero-specialist-info{flex-direction:column;display:flex}.hero-specialist-name{color:#111;font-size:.95rem;font-weight:700;line-height:1.2}.hero-specialist-title{color:#666;font-size:.78rem;line-height:1.2}@media (max-width:768px){.hero-specialist-name{font-size:.9rem}.hero-specialist-title{font-size:.72rem}}.hero-specialist-call{color:#111;background:#a8e6a3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-left:auto;transition:all .2s;display:flex}@media (max-width:768px){.hero-specialist-call{width:36px;height:36px}.hero-specialist-call svg{width:16px;height:16px}}.hero-specialist-card:hover .hero-specialist-call,.hero-specialist-call:hover{color:#000;background:#8cd486}@media (min-width:768px){.hero-specialists-widget{flex-direction:row;align-items:center;gap:1.5rem}}.btn-hero-cta{color:#111;background:#fff;border-radius:50px;align-items:center;gap:1.5rem;padding:.5rem .5rem .5rem 1.75rem;font-size:1.1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.btn-hero-cta-icon-wrapper{color:#111;background:#a8e6a3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.btn-hero-cta-icon-wrapper svg{width:20px;height:20px}.hero-preview-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#ffffff1f;border:1px solid #ffffff40;border-radius:14px;flex-direction:column;gap:.5rem;width:180px;padding:.75rem;font-size:.8rem;display:flex;position:absolute;top:-55vh;right:2.5rem}.preview-thumb{object-fit:cover;border-radius:8px;width:100%;height:80px}.preview-play{cursor:pointer;color:#fff;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:calc(.75rem + 26px);right:calc(.75rem + 76px)}.hero-scroll{z-index:10;color:#ffffffb3;cursor:pointer;align-items:center;gap:.35rem;font-size:.85rem;display:flex;position:absolute;bottom:2rem;right:2.5rem}@media (max-width:768px){.hero-preview-card{display:none}.hero-scroll{right:1.5rem}}.neighborhoods-section{background:#fcfcfc;padding:8rem 0}.neighborhoods-header{max-width:800px;margin-bottom:5rem}.neighborhoods-title{color:#111;letter-spacing:-.02em;margin:1.5rem 0;font-size:3rem;font-weight:700}.neighborhoods-title span{color:#888}.neighborhoods-subtitle{color:#666;font-size:1.2rem;line-height:1.6}.section-badge{color:#4cd964;text-transform:uppercase;letter-spacing:.05em;background:#f0fdf0;border-radius:50px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;display:inline-block}.neighborhoods-header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3.5rem;display:flex}.nb-bento-grid{grid-template-rows:1fr 1fr;grid-template-columns:1.1fr 1fr;gap:1.5rem;min-height:560px;display:grid}.nb-card-main{background:#111;border-radius:36px;grid-row:span 2;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000014}.nb-main-img{object-fit:cover;opacity:.55;width:100%;height:100%;transition:opacity .4s}.nb-card-main:hover .nb-main-img{opacity:.45}.nb-main-overlay{flex-direction:column;justify-content:flex-end;padding:3rem;display:flex;position:absolute;inset:0}.nb-main-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border:1px solid #ffffff40;border-radius:50px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.25rem;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;display:inline-flex}.nb-main-text{color:#ffffffd9;margin-bottom:2rem;font-size:1.15rem;line-height:1.6}.nb-main-link{color:#a8e6a3;align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.nb-main-link:hover{gap:.85rem}.nb-region-tile{border-radius:28px;flex-direction:column;gap:1.25rem;padding:2.25rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 8px 30px #0000000d}.nb-region-tile:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.nb-tile-light{background:#f8fcf8;border:1px solid #a8e6a340}.nb-tile-dark{background:#111;border:1px solid #ffffff0f}.nb-tile-top{align-items:center;gap:.75rem;display:flex}.nb-tile-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.nb-tile-light .nb-tile-icon{color:#111;background:#a8e6a3}.nb-tile-dark .nb-tile-icon{color:#a8e6a3;background:#a8e6a326}.nb-tile-label{letter-spacing:-.01em;font-size:1rem;font-weight:700}.nb-tile-light .nb-tile-label{color:#111}.nb-tile-dark .nb-tile-label{color:#fff}.nb-tile-chips{flex-wrap:wrap;flex-grow:1;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.nb-chip{border-radius:50px;padding:.3rem .8rem;font-size:.82rem;font-weight:500;line-height:1.4;text-decoration:none;transition:all .2s;display:inline-block}.nb-tile-light .nb-chip{color:#333;background:#fff;border:1px solid #0000001a}.nb-tile-light .nb-chip:hover{color:#fff;background:#111;border-color:#111}.nb-tile-dark .nb-chip{color:#ffffffd9;background:#ffffff14;border:1px solid #ffffff1f}.nb-tile-dark .nb-chip:hover{color:#111;background:#a8e6a3;border-color:#a8e6a3}.nb-chip-more{opacity:.7;font-style:italic}.nb-tile-footer-link{text-transform:uppercase;letter-spacing:.05em;border-top:1px solid #0000000f;align-items:center;gap:.35rem;padding-top:.5rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.nb-tile-dark .nb-tile-footer-link{color:#a8e6a3;border-top-color:#ffffff14}.nb-tile-light .nb-tile-footer-link{color:#666}.nb-tile-light .nb-tile-footer-link:hover{color:#111;gap:.6rem}.nb-tile-dark .nb-tile-footer-link:hover{color:#fff;gap:.6rem}@media (max-width:1024px){.nb-bento-grid{grid-template-rows:320px auto auto;grid-template-columns:1fr 1fr}.nb-card-main{grid-area:span 1/span 2}}@media (max-width:768px){.neighborhoods-section{padding:5rem 0}.neighborhoods-header{flex-direction:column;align-items:flex-start;gap:1.25rem;margin-bottom:3rem}.neighborhoods-title{letter-spacing:-.02em;font-size:2.25rem;line-height:1.1}.neighborhoods-subtitle{max-width:540px;font-size:1.1rem;line-height:1.6}.nb-bento-grid{grid-template-rows:auto;grid-template-columns:1fr;gap:1.5rem}.nb-card-main{border-radius:32px;grid-area:auto/1;height:340px}.nb-main-overlay{background:linear-gradient(#0000 0%,#0003 40%,#000c 100%);padding:2.5rem 2rem}.nb-main-badge{margin-bottom:1rem;padding:.4rem .9rem;font-size:.8rem}.nb-main-text{max-width:90%;margin-bottom:1.5rem;font-size:1.05rem}.nb-region-tile{border-radius:32px;padding:2.25rem 2rem}.nb-tile-top{gap:1rem;margin-bottom:.5rem}.nb-tile-label{font-size:1.15rem}.nb-tile-chips{gap:.5rem}.nb-chip{padding:.45rem 1rem;font-size:.9rem}.nb-footer-cta{padding-top:2.5rem}}@media (max-width:480px){.neighborhoods-section{padding:4rem 0}.neighborhoods-title{font-size:2rem}.neighborhoods-subtitle{font-size:1rem}.nb-card-main{border-radius:24px;height:280px}.nb-main-overlay{padding:2rem 1.5rem}.nb-main-text{font-size:.95rem;line-height:1.5}.nb-region-tile{border-radius:24px;padding:2rem 1.5rem}.nb-tile-label{font-size:1.05rem}.nb-chip{padding:.4rem .85rem;font-size:.85rem}}.nb-footer-cta{justify-content:center;padding-top:3rem;display:flex}.neighborhoods-link-all{color:#a8e6a3;white-space:nowrap;align-items:center;gap:.4rem;font-size:1rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.regions-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.region-card{background:var(--region-bg,#f8fcf8);border:1px solid #0000000f;border-radius:32px;flex-direction:column;gap:1.5rem;padding:2.5rem;transition:box-shadow .3s,transform .3s;display:flex}.region-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.region-card-header{align-items:center;gap:.875rem;display:flex}.region-icon{color:#a8e6a3;background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 2px 8px #0000000f}.region-card-header h3{color:#111;margin:0;font-size:1.2rem;font-weight:700}.region-buurt-list{flex-wrap:wrap;flex-grow:1;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.buurt-chip{color:#333;cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:50px;align-items:center;gap:.3rem;padding:.35rem .85rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.buurt-chip:hover{color:#fff;background:#111;border-color:#111}.buurt-chip-arrow{opacity:0;transition:opacity .2s}.buurt-chip:hover .buurt-chip-arrow{opacity:1}.region-see-all{color:#666;border-top:1px solid #0000000f;align-items:center;gap:.4rem;padding-top:.75rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.region-see-all:hover{color:#111}@media (max-width:1200px){.regions-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.neighborhoods-section{padding:4rem 0}.neighborhoods-header{margin-bottom:2.5rem}.neighborhoods-title{font-size:2.1rem;line-height:1.2}.neighborhoods-subtitle{font-size:1rem}.neighborhoods-top-meta{flex-direction:column;align-items:flex-start;gap:1rem}.regions-grid{grid-template-columns:1fr;gap:1.25rem}.region-card{border-radius:24px;padding:2rem 1.5rem}}.neighbor-card{background:#fff;border:1px solid #eee;border-radius:24px;flex-direction:column;justify-content:space-between;padding:2rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.neighbor-card:hover{border-color:#a8e6a3;transform:translateY(-5px);box-shadow:0 10px 30px #00000008}.neighbor-card h3{color:#111;margin:0;font-size:1.4rem;font-weight:600}.neighbor-card p{color:#666;margin:.5rem 0 0;font-size:.95rem}.neighbor-icon-wrapper{color:#111;background:#a8e6a3;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.neighbor-card:hover .neighbor-icon-wrapper{background:#8cd486;transform:scale(1.1)}.neighbor-arrow{color:#ccc;transition:all .3s;position:absolute;top:2rem;right:2rem}.neighbor-card:hover .neighbor-arrow{color:#111;transform:translate(3px,-3px)}.card-large{grid-area:span 2/span 2;padding:3rem}.card-large h3{font-size:2rem}.card-medium{grid-column:span 2}@media (max-width:1024px){.neighbor-bento-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.neighborhoods-section{padding:4rem 0}.neighborhoods-header{margin-bottom:2.5rem;padding:0 1rem}.neighborhoods-title{font-size:2.1rem;line-height:1.2}.neighborhoods-subtitle{font-size:1rem;line-height:1.5}.neighbor-bento-grid{grid-template-columns:1fr;gap:1rem}.neighbor-card{border-radius:20px;min-height:auto;padding:1.5rem}.card-large{padding:2rem 1.5rem}.card-large h3{font-size:1.5rem}.neighbor-card h3{font-size:1.25rem}.neighbor-card p{font-size:.9rem}.neighbor-arrow{top:1.5rem;right:1.5rem}}.neighborhoods-top-meta{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.neighborhoods-link-all{color:#a8e6a3;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:gap .2s;display:flex}.neighborhoods-link-all:hover{gap:.75rem}.neighbor-bento-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.region-preview-card{background:#fff;border:1px solid #f0f0f0;border-radius:32px;flex-direction:column;gap:1.25rem;padding:2.5rem;transition:all .3s;display:flex}.region-preview-card:hover{border-color:#a8e6a3;transform:translateY(-5px);box-shadow:0 10px 30px #00000005}.region-icon{color:#a8e6a3;background:#f8fcf8;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.region-preview-card h3{color:#111;margin:0;font-size:1.4rem;font-weight:700}.region-preview-card p{color:#666;flex-grow:1;margin:0;font-size:.95rem;line-height:1.6}.region-card-link{color:#111;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}@media (max-width:1200px){.neighbor-bento-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.neighborhoods-top-meta{flex-direction:column;align-items:flex-start;gap:1rem}.neighbor-bento-grid{grid-template-columns:1fr;gap:1.5rem}.region-preview-card{padding:2rem}}.expertise-section{background:#fff;padding:8rem 0}.expertise-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.expertise-process-card{background:#f8fcf8;border:1px solid #e8f5e8;border-radius:40px;padding:4rem}.expertise-badge{color:#4cd964;text-transform:uppercase;background:#eefbee;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;display:inline-block}.expertise-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:700}.expertise-title span{color:#888;text-underline-offset:8px;text-decoration:underline}.expertise-intro{color:#666;margin-bottom:3rem;font-size:1.2rem}.expertise-steps{gap:2rem;display:grid}.expertise-step-item{gap:1.5rem;display:flex}.expertise-step-icon{color:#111;background:#a8e6a3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.expertise-step-text h4{margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.expertise-step-text p{color:#666;font-size:1rem}.expertise-info-stack{flex-direction:column;gap:2rem;display:flex}.expertise-maintenance-card{color:#fff;background:#111;border-radius:32px;padding:3rem;position:relative;overflow:hidden}.maintenance-icon-wrapper{color:#a8e6a3;margin-bottom:1.5rem}.expertise-maintenance-card h3{margin-bottom:1rem;font-size:1.8rem}.expertise-maintenance-card p{color:#aaa;margin-bottom:2rem}.maintenance-list{flex-direction:column;gap:1rem;display:flex}.maintenance-list li{color:#eee;align-items:center;gap:.75rem;font-weight:500;display:flex}.maintenance-list li svg{color:#a8e6a3}.expertise-brands-card{background:#fcfcfc;border:1px solid #eee;border-radius:32px;padding:3rem}.expertise-brands-card h3{text-align:center;margin-bottom:2rem;font-size:1.5rem}.brands-marquee{margin-bottom:1rem;overflow:hidden}.brands-list{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.brand-tag{color:#333;background:#fff;border:1px solid #eee;border-radius:50px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.brands-note{text-align:center;color:#999;margin-top:1rem;font-size:.85rem}@media (max-width:992px){.expertise-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.expertise-section{padding:4rem 0}.expertise-process-card{border-radius:24px;padding:2.5rem 1.75rem}.expertise-title{font-size:2.1rem}.expertise-maintenance-card,.expertise-brands-card{border-radius:24px;padding:2rem 1.5rem}}.faq-section{background:#fff;padding:8rem 0}.faq-header{text-align:center;max-width:800px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.faq-title{color:#111;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:700}.faq-title span{color:#888}.faq-subtitle{color:#666;font-size:1.2rem;line-height:1.6}.faq-list{flex-direction:column;gap:1rem;max-width:900px;margin:0 auto;display:flex}.faq-item{cursor:pointer;background:#fcfcfc;border:1px solid #f0f0f0;border-radius:20px;transition:all .3s;overflow:hidden}.faq-item:hover{background:#fff;border-color:#a8e6a3}.faq-item.active{background:#fff;border-color:#a8e6a3;box-shadow:0 10px 30px #00000005}.faq-question{justify-content:space-between;align-items:center;padding:1.75rem 2rem;display:flex}.faq-q-text{align-items:center;gap:1.25rem;display:flex}.faq-icon-wrapper{color:#a8e6a3;justify-content:center;align-items:center;display:flex}.faq-question h3{color:#111;margin:0;font-size:1.25rem;font-weight:600}.faq-chevron{color:#ccc;transition:all .3s}.faq-item.active .faq-chevron{color:#111}.faq-answer{max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-item.active .faq-answer{max-height:500px}.faq-answer-content{padding:0 2rem 2rem 5.25rem}.faq-answer p{color:#666;margin:0;font-size:1.1rem;line-height:1.7}@media (max-width:768px){.faq-section{padding:4rem 0}.faq-header{text-align:left;margin-bottom:3rem;padding:0 1rem}.faq-title{margin-bottom:1rem;font-size:2.1rem;line-height:1.2}.faq-subtitle{font-size:1rem;line-height:1.5}.faq-list{gap:.75rem;padding:0 .5rem}.faq-question{gap:.75rem;padding:1.25rem}.faq-q-text{gap:.85rem}.faq-question h3{font-size:1rem;line-height:1.4}.faq-answer-content{padding:0 1.25rem 1.5rem 3.5rem}.faq-answer p{font-size:.95rem;line-height:1.6}}.contact-section{color:#111;background:#a8e6a3;padding:8rem 0}.contact-header{max-width:800px;margin-bottom:5rem}.contact-title-large{color:#111;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:700;display:block}.contact-title-large span{color:#fff}.contact-subtitle{color:#0b1f09;font-size:1.2rem;line-height:1.6}.contact-bento-grid{grid-template-columns:1.5fr 1fr;gap:2rem;display:grid}.contact-form-card{background:#fff;border:1px solid #eee;border-radius:32px;padding:3.5rem;box-shadow:0 10px 40px #00000005}.premium-form{flex-direction:column;gap:2rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.premium-input-group{flex-direction:column;gap:.75rem;display:flex}.premium-input-group label{color:#111;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600}.premium-input-group input,.premium-input-group select,.premium-input-group textarea{background:#f8f8f8;border:1px solid #eee;border-radius:12px;width:100%;padding:1.1rem 1.25rem;font-size:1rem;transition:all .3s}.premium-input-group input:focus,.premium-input-group select:focus,.premium-input-group textarea:focus{background:#fff;border-color:#a8e6a3;box-shadow:0 0 0 4px #a8e6a31a}.form-submit-btn{border:none;justify-content:center;width:100%;margin-top:1rem;font-weight:600;color:#111!important;background:#a8e6a3!important}.form-submit-btn:hover{background:#95df90!important}.contact-sidebar{flex-direction:column;gap:2rem;height:100%;display:flex}.contact-specialists-stack{flex-direction:column;gap:1rem;display:flex}.contact-spec-mini-card{background:#fff;border:1px solid #eee;border-radius:20px;align-items:center;gap:1.25rem;padding:1rem;transition:all .3s;display:flex}.contact-spec-mini-card:hover{border-color:#a8e6a3;transform:translate(5px)}.spec-mini-avatar{object-fit:cover;border-radius:50%;width:60px;height:60px}.spec-mini-info .spec-mini-name{color:#111;margin:0;font-size:1.1rem;font-weight:700;display:block}.spec-mini-info span{color:#666;font-size:.85rem}.spec-mini-actions{gap:.5rem;margin-left:auto;display:flex}.spec-mini-btn{white-space:nowrap;border-radius:50px;align-items:center;gap:.4rem;height:36px;padding:0 1rem;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.spec-mini-btn span{line-height:1}.spec-mini-btn.call{color:#111;background:#f0f0f0}.spec-mini-btn.wa{color:#25d366;background:#e8f7ed}.spec-mini-btn:hover{transform:scale(1.1)}.contact-info-tiles{flex-direction:column;flex-grow:1;gap:1rem;display:flex}.info-mini-tile{color:#fff;text-align:center;background:#111;border-radius:20px;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:.75rem;padding:1.75rem;display:flex}.info-mini-content .info-mini-title{color:#aaa;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .2rem;font-size:.8rem;display:block}.info-mini-content p{margin:0;font-size:1rem;font-weight:500}.info-mini-sub{color:#ffffff80;margin-top:.35rem;font-size:.78rem;line-height:1.4}.success-view{flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:4rem;display:flex}.success-icon-large{color:#fff;background:#a8e6a3;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:2rem;font-size:3rem;display:flex}.success-title{color:#111;margin-bottom:1rem;font-size:2.5rem;font-weight:700;display:block}@media (max-width:1024px){.contact-bento-grid{grid-template-columns:1fr}}@media (max-width:768px){.contact-section{padding:4rem 0}.contact-header{margin-bottom:3rem;padding:0 1rem}.contact-bento-grid{flex-direction:column;gap:1.5rem;display:flex}.contact-sidebar{display:contents}.contact-specialists-stack{order:1}.contact-form-card{border-radius:24px;order:2;margin:.5rem 0;padding:1.75rem}.contact-info-tiles{order:3}.contact-title-large{font-size:2.1rem;line-height:1.2}.contact-subtitle{font-size:1rem;line-height:1.5}.form-row{grid-template-columns:1fr;gap:1.5rem}.premium-form{gap:1.5rem}.contact-spec-mini-card{border:none;grid-template-rows:auto auto;grid-template-columns:48px 1fr;align-items:center;gap:0 1rem;padding:1.25rem;display:grid;box-shadow:0 10px 25px #0000000d}.spec-mini-avatar{border:2px solid #f0f0f0;grid-row:span 2;width:48px;height:48px}.spec-mini-info{grid-area:1/2;margin-bottom:.75rem}.spec-mini-info .spec-mini-name{margin-bottom:2px;font-size:1.05rem}.spec-mini-info span{white-space:nowrap;font-size:.8rem}.spec-mini-actions{grid-area:2/2;justify-content:flex-start;gap:.5rem;margin-left:0}.spec-mini-btn{border-radius:10px;height:32px;padding:0 .85rem;font-size:.75rem}.spec-mini-btn.wa{color:#1b8a43;background:#e8f7ed}.info-mini-tile{padding:1.5rem}}.footer-main{color:#fff;background:#0a0a0a;padding:8rem 0 4rem}.footer-grid{grid-template-columns:1.5fr 1fr 1.2fr 1.2fr;gap:4rem;margin-bottom:6rem;display:grid}.footer-col-brand .footer-logo-modern{flex-direction:column;margin-bottom:2rem;line-height:4;display:flex}.footer-logo-modern .logo-main{color:#fff;align-items:baseline;font-size:2.2rem;line-height:.8;display:flex}.footer-logo-modern .logo-bold{letter-spacing:-.02em;font-weight:800}.footer-logo-modern .logo-service{opacity:.9;font-weight:200}.footer-logo-modern .logo-sub{color:#a8e6a3;text-transform:uppercase;letter-spacing:.4em;margin-top:-.4rem;font-size:.85rem;font-weight:600}.header-logo-dark{margin-bottom:-8px;text-decoration:none}.header-logo-dark .logo-main{color:#111;font-size:1.6rem}@media (max-width:768px){.header-logo-dark .logo-main{font-size:1.35rem}}.header-logo-dark .logo-sub{letter-spacing:.3em;margin-top:-.25rem;font-size:.6rem}@media (max-width:768px){.header-logo-dark .logo-sub{letter-spacing:.25em;font-size:.5rem}}.footer-brand-desc{color:#888;max-width:320px;margin-bottom:2rem;line-height:1.6}.footer-socials{gap:1rem;display:flex}.social-link{color:#888;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-link:hover{color:#111;background:#a8e6a3;border-color:#a8e6a3;transform:translateY(-3px)}.footer-col .footer-heading{color:#fff;margin-bottom:2rem;font-size:1.1rem;font-weight:600;display:block}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#888;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#a8e6a3}.footer-neighborhood-grid{grid-template-columns:1fr 1fr;gap:.5rem 1rem;display:grid}.footer-neighborhood-grid a{color:#888;font-size:.95rem;text-decoration:none;transition:color .2s}.footer-neighborhood-grid a:hover{color:#a8e6a3}.footer-contact-list{margin:0 0 2rem;padding:0;list-style:none}.footer-contact-list li{color:#888;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.footer-contact-list li svg{color:#a8e6a3}.footer-cta-inline{color:#fff;border-bottom:2px solid #a8e6a3;align-items:center;gap:.75rem;padding-bottom:.25rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.footer-cta-inline:hover{color:#a8e6a3;gap:1.25rem}.footer-bottom{color:#555;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:3rem;font-size:.9rem;display:flex}.footer-legal-links{gap:2rem;display:flex}.footer-legal-links a{color:#555;text-decoration:none}.footer-legal-links a:hover{color:#888}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:640px){.footer-grid{grid-template-columns:1fr;gap:3rem}.footer-bottom{flex-direction:column;gap:1.5rem}}.cookie-notice-wrapper{z-index:2000;justify-content:center;display:flex;position:fixed;bottom:2rem;left:2rem;right:2rem}.cookie-notice-content{color:#fff;background:#111;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:1.5rem;width:auto;max-width:800px;padding:1rem 1.5rem;display:flex;box-shadow:0 10px 40px #0006}.cookie-notice-icon{color:#a8e6a3;flex-shrink:0}.cookie-notice-text p{color:#ccc;margin:0;font-size:.9rem;line-height:1.5}.cookie-notice-text a{color:#a8e6a3;text-decoration:underline}.cookie-notice-actions{align-items:center;gap:1rem;display:flex}.btn-cookie-accept{cursor:pointer;background:#a8e6a3;border:none;border-radius:50px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s;color:#111!important}.btn-cookie-accept:hover{background:#fff;transform:scale(1.05)}.btn-cookie-close{color:#555;cursor:pointer;background:0 0;border:none;align-items:center;transition:color .2s;display:flex}.btn-cookie-close:hover{color:#fff}.legal-page{color:#fff;background:#0a0a0a;min-height:100vh;padding:18rem 0 12rem}.legal-content h1{color:#a8e6a3;margin-bottom:2rem;font-size:2rem;font-weight:800}.last-updated{color:#555;margin-bottom:3rem;font-size:.85rem}.legal-section{max-width:800px;margin-bottom:2.5rem}.legal-section h2{color:#fff;opacity:.9;margin-bottom:1rem;font-size:1rem!important}.legal-section p,.legal-section li{color:#ccc;font-size:1.1rem;line-height:1.8}.legal-section ul{margin-top:1rem;padding-left:1.5rem}@media (max-width:768px){.cookie-notice-content{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem}.legal-content h1{font-size:2.5rem}}.bg-light{background-color:var(--bg-alt)}.check-list-two-col{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:0;padding:0;display:grid}.check-list-two-col li{color:var(--text);padding-left:1.75rem;font-size:.95rem;position:relative}.check-list-two-col li:before{content:"✓";color:var(--success);font-weight:700;position:absolute;left:0}.buurten-hero{background:#fcfcfc;padding:8rem 0 4rem}.buurten-header-badge{color:#4cd964;text-transform:uppercase;background:#eefbee;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;display:inline-block}.buurten-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.buurten-title span{color:#888;text-underline-offset:8px;text-decoration:underline}.buurten-subtitle{color:#666;max-width:800px;font-size:1.25rem;line-height:1.6}.buurten-grid-section{padding:6rem 0}.buurten-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.buurt-region-card{background:#fff;border:1px solid #f0f0f0;border-radius:40px;padding:3rem;transition:all .3s}.buurt-region-card:hover{border-color:#a8e6a3;box-shadow:0 10px 40px #00000008}.buurt-region-header{align-items:center;gap:1.25rem;margin-bottom:2.5rem;display:flex}.buurt-region-icon{background:#f8fcf8;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex}.buurt-region-header h2{color:#111;margin:0;font-size:2rem;font-weight:700}.buurt-links-list{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.buurt-link-item{color:#444;background:#f9f9f9;border-radius:20px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.buurt-link-item:hover{color:#111;background:#f0fdf0;transform:translate(4px)}.buurt-link-arrow{color:#ccc;transition:all .3s}.buurt-link-item:hover .buurt-link-arrow{color:#a8e6a3;transform:translate(4px)}.outreach-bg-section{padding:6rem 0}.outreach-card{color:#fff;text-align:center;background:#111;border-radius:60px;padding:5rem 3rem}.outreach-title{color:#a8e6a3;margin-bottom:1.5rem;font-size:2.5rem;font-style:italic;font-weight:700}.outreach-text{color:#aaa;max-width:700px;margin:0 auto 3rem;font-size:1.2rem}.outreach-chips{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.outreach-chip{color:#eee;background:#ffffff14;border:1px solid #ffffff1a;border-radius:50px;padding:.75rem 1.75rem;font-weight:700}@media (max-width:992px){.buurten-grid{grid-template-columns:1fr}}@media (max-width:768px){.buurten-title{font-size:2.5rem}.buurt-links-list{grid-template-columns:1fr}.buurt-region-card{padding:2rem 1.5rem}.outreach-card{border-radius:32px;padding:3rem 1.5rem}}.location-hero{background:linear-gradient(135deg,#fff 0%,#f9f9f9 100%);padding:8rem 0 6rem;position:relative;overflow:hidden}.location-hero-bg-layer{opacity:.03;z-index:0;background-image:radial-gradient(#ddd .5px,#0000 .5px);background-size:30px 30px;position:absolute;inset:0}.location-hero-grid{z-index:1;grid-template-columns:1.2fr 1fr;align-items:center;gap:5rem;display:grid;position:relative}.location-hero-title{color:#111;letter-spacing:-1.5px;margin-bottom:2rem;font-size:3.5rem;font-weight:800;line-height:1.1}.location-hero-title span .text-highlight{color:#555;text-underline-offset:10px;text-decoration:underline;text-decoration-thickness:3px}.location-hero-description{color:var(--text-light);max-width:90%;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.location-hero-stats{gap:2rem;margin-bottom:3.5rem;display:flex}.l-stat{color:#333;align-items:center;gap:.75rem;font-size:1.05rem;font-weight:700;display:flex}.icon-success{color:var(--success)}.icon-accent{color:var(--accent)}.location-hero-image-side{position:relative}.location-image-wrapper{box-shadow:var(--shadow-lg);background:#fff;border-radius:32px;padding:10px;position:relative;transform:none}.location-main-image{object-fit:cover;border-radius:24px;width:100%;height:550px;display:block}.floating-location-card{z-index:2;background:#fff;border:1px solid #eee;border-radius:20px;align-items:center;gap:1.25rem;padding:1.25rem 2rem;display:flex;position:absolute;bottom:2rem;left:-2rem;box-shadow:0 15px 40px #0000001a}.status-dot-pulse{background:#25d366;border-radius:50%;width:12px;height:12px;position:relative}.status-dot-pulse:after{content:"";opacity:.4;background:#25d366;border-radius:50%;animation:2s infinite pulse-out;position:absolute;inset:-4px}@keyframes pulse-out{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.card-text{flex-direction:column;display:flex}.card-label{text-transform:uppercase;color:#888;letter-spacing:1px;font-size:.75rem;font-weight:700}.card-value{color:#111;font-size:1.1rem;font-weight:800}@media (max-width:992px){.location-hero{text-align:center;padding:6rem 0 4rem}.location-hero-grid{grid-template-columns:1fr;gap:3rem}.location-hero-content{order:2}.location-hero-image-side{order:1}.location-hero-title{margin-bottom:1.5rem;font-size:2.6rem}.location-hero-description{margin:0 auto 2rem;font-size:1.1rem}.location-hero-stats{justify-content:center;gap:1.5rem;margin-bottom:2.5rem}.l-stat{font-size:.95rem}.location-main-image{height:350px}.floating-location-card{white-space:nowrap;gap:.8rem;padding:.65rem 1.1rem;bottom:-1rem;left:50%;transform:translate(-50%)}.floating-location-card .card-value{font-size:.95rem}.floating-location-card .card-label{font-size:.65rem}.floating-location-card .status-dot-pulse{width:8px;height:8px}.hero-specialists-widget{align-items:center}}@media (max-width:640px){.location-hero-title{font-size:2.2rem}.location-hero-stats{flex-direction:column;align-items:center;gap:.75rem}.hero-specialist-card{padding:.75rem 1rem}}.location-content-section{background:#fff;padding:100px 0}.location-service-card{background:#fff;border:1px solid #f0f0f0;border-radius:32px;grid-template-columns:1fr 380px;align-items:start;gap:3rem;margin-bottom:2.5rem;padding:3rem 3.5rem;display:grid;box-shadow:0 10px 30px #00000005}.location-service-info{flex:1}.split-label-badge{color:var(--success);text-transform:uppercase;letter-spacing:1px;background:#f0fdf0;border:1px solid #28a7451a;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:800;display:inline-block}.location-split-title{color:#111;letter-spacing:-.5px;margin-bottom:1rem;font-size:2.2rem;font-weight:700;line-height:1.2}.location-split-description{color:#555;max-width:560px;margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.location-service-actions{gap:1rem;margin-top:2rem;display:flex}.location-service-highlights{flex-direction:column;align-self:stretch;width:100%;display:flex}.highlight-box{background:#f8f9fa;border:1px solid #eee;border-radius:20px;flex:1;padding:2rem}.highlight-box-title{color:#111;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.1rem;font-weight:800}.highlight-list{flex-direction:column;gap:1.25rem;display:flex}.highlight-list li{color:#444;align-items:flex-start;gap:.75rem;font-size:1rem;font-weight:600;line-height:1.4;display:flex}.highlight-list li .icon-success{color:var(--success);flex-shrink:0;margin-top:2px}@media (max-width:992px){.location-service-card{border-radius:24px;grid-template-columns:1fr;gap:2.5rem;margin-bottom:2rem;padding:2rem 1.25rem}.location-split-title{font-size:1.8rem}.location-split-description{font-size:1rem;line-height:1.6}.highlight-box{border-radius:16px;padding:1.25rem}.highlight-box-title{margin-bottom:1rem;font-size:1rem}.highlight-list{gap:1rem}.highlight-list li{font-size:.95rem}}@media (max-width:640px){.location-service-actions{flex-direction:column;align-items:flex-start;display:flex}.btn-request-service-white{justify-content:space-between;width:max-content}}.bento-image-card{border:1px solid #f0f0f0;border-radius:32px;height:480px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000000f}.bento-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.bento-image-card:hover .bento-img{transform:scale(1.05)}.bento-img-overlay{position:absolute;top:2rem;right:2rem}.bento-img-tag{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:50px;padding:.6rem 1.25rem;font-size:.8rem;font-weight:800}.location-bottom-cta{margin-top:4rem}.cta-box-bento{text-align:center;background:#111;border-radius:40px;padding:5rem 3rem}.cta-box-title{color:#fff;letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:3rem;font-weight:800}.cta-box-title span{color:#a8e6a3}.cta-box-text{color:#ffffffb3;max-width:600px;margin:0 auto 4rem;font-size:1.25rem}.center-widget{justify-content:center;margin-top:0}@media (max-width:992px){.cta-box-bento{border-radius:32px;padding:4rem 1.5rem}.cta-box-title{letter-spacing:-1px;font-size:2.2rem}.cta-box-text{margin-bottom:3rem;font-size:1.1rem}}@media (max-width:640px){.cta-box-title{font-size:1.8rem}.center-widget{flex-direction:column;align-items:stretch;gap:1rem;width:100%}.hero-specialist-card{justify-content:space-between;width:100%}}
