@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
:root{--red:#d60000;--yellow:#ffcf00;--ink:#303030}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;color:var(--ink);font:16px/1.8 Roboto,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,summary{cursor:pointer}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.35}[hidden]{display:none!important}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #1872c3;outline-offset:4px}.container{width:calc(100% - 30px);max-width:1320px;margin:auto}.icon{width:24px;height:24px;flex-shrink:0;vertical-align:middle}.skip{position:absolute;top:-100px;left:15px;z-index:100;background:#fff;padding:12px}.skip:focus{top:10px}.topbar{background:var(--red);color:white;font-size:14px}.topbar .container{display:flex;gap:24px;align-items:center;min-height:38px}.topbar a,.top-area{display:flex;align-items:center;gap:10px}.top-area{border-left:1px solid #fff5;padding-left:22px}.topbar .icon{width:21px;height:21px}.language{margin-left:auto;border:1px solid #fff8;font-size:12px;line-height:1;padding:5px 9px}header{position:sticky;top:0;z-index:30;background:#fffffff5;box-shadow:0 1px 3px #0003}.nav{display:flex;gap:20px;align-items:center;min-height:103px}.brand{display:flex;align-items:center;gap:8px;flex-shrink:0}.mark{display:inline-grid;place-items:center;background:var(--yellow);color:var(--red);width:46px;height:50px;font-size:40px;font-weight:900;font-style:italic;line-height:1;border-bottom:9px solid var(--red);clip-path:polygon(0 0,50% 20%,100% 0,100% 75%,50% 100%,0 75%)}.logo-text{font-size:29px;font-weight:900;line-height:1;color:var(--red)}.logo-text small{display:block;color:#a78100;font-size:14px;margin-top:6px;font-weight:700;line-height:1.5}.nav nav{display:flex;align-items:center;justify-content:center;gap:16px;flex:1;font-size:13px;font-weight:500}.nav nav>a,.nav-dropdown>summary{display:block;padding:9px 0;list-style:none;white-space:nowrap}.nav-dropdown>summary::-webkit-details-marker{display:none}.nav-dropdown>summary:after{content:'⌄';margin-left:4px;font-size:12px}.nav nav>a:hover,.nav-dropdown>summary:hover{color:var(--red)}.nav nav>a.active{color:var(--red);border-bottom:3px double var(--red)}.nav-dropdown{position:relative}.dropdown{position:absolute;top:100%;left:-15px;min-width:245px;padding:14px 20px;background:#fff;box-shadow:0 8px 20px #0002;border-top:3px solid var(--red);max-height:70vh;overflow:auto}.dropdown a{display:block;padding:7px 0;font-size:14px;font-weight:400}.dropdown a:hover{color:var(--red)}.region-dropdown{width:620px;left:50%;transform:translateX(-50%)}.region-dropdown strong{font-size:19px;color:var(--red);display:block;margin-bottom:10px}.region-dropdown>div{display:grid;grid-template-columns:repeat(4,1fr);gap:0 15px}.region-all{border-top:1px solid #ddd;margin-top:15px}.appointment{display:flex;align-items:center;gap:8px;padding:10px 15px;border:2px solid var(--red);border-radius:30px;color:var(--red);font-size:14px;font-weight:700;white-space:nowrap}.appointment:hover{background:var(--red);color:white}.menu-toggle{display:none}.hero-slider{height:545px;position:relative;background:#eee}.hero-image{width:100%;height:100%;object-fit:cover}.slide-copy{position:absolute;top:32px;left:10%;right:10%;text-align:center;color:#292929}.slide-copy>p{font-size:18px;font-weight:700;margin-bottom:10px}.slide-copy h1,.slide-copy h2{font-size:clamp(35px,4vw,56px);font-weight:700;line-height:1.2;max-width:1100px;margin:auto;background:url('assets/slideshow-text-bg.png') center/100% 100% no-repeat}.slider-prev,.slider-next{position:absolute;top:40%;background:#ffffffa6;border:0;font-size:36px;line-height:1;width:38px;height:52px}.slider-prev{left:10px}.slider-next{right:10px}.slider-dots{position:absolute;bottom:183px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:9px}.slider-dots button:not(.slider-pause){border:2px solid white;background:#666;width:12px;height:12px;border-radius:50%;padding:0}.slider-dots button[aria-pressed=true]{background:var(--red)}.slider-pause{font-size:12px;line-height:1.2;border:1px solid white;background:#fffb;border-radius:3px;padding:2px 5px}.intro-panel{position:relative;margin-top:-168px;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0003;min-height:410px;z-index:3;padding:55px 34% 45px 5%}.intro-copy h2{font-size:32px;line-height:1.4;color:var(--red);margin-bottom:19px}.intro-copy h3{font-size:23px;font-weight:500;display:flex;align-items:center;gap:10px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin:24px 0 32px;text-align:center}.benefits>div>span{display:grid;place-items:center;width:84px;height:84px;border:2px solid #f8edab;border-radius:50%;margin:0 auto 13px}.benefits .icon{width:46px;height:46px;stroke-width:2.3}.benefits strong{font-size:14px;line-height:1.4;display:block}.red-btn,.yellow-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;padding:13px 25px;border-radius:4px;font-size:17px;line-height:1.6;font-weight:700;text-align:center}.red-btn{background:var(--red);color:#fff}.red-btn:hover{background:#b60000}.yellow-btn{background:var(--yellow);color:#292929}.yellow-btn:hover{background:#ffe568}.pill{border-radius:35px}.intro-panel .red-btn{font-size:19px;padding:13px 32px}.phone-panel{position:absolute;right:2%;top:-82px;width:30%;max-width:395px;aspect-ratio:418/738;filter:drop-shadow(0 4px 4px #0003)}.phone-panel>img{width:100%;height:100%}.phone-content{position:absolute;top:10%;left:11%;right:9%;bottom:8%;background:#fc0;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:19px;padding:10px}.phone-content>.icon{width:56px;height:56px;color:var(--red)}.phone-content>p{font-size:18px;font-weight:700;line-height:1.5}.phone-content>strong{font-size:22px}.phone-badge{border:7px solid var(--red);outline:2px dashed #555;outline-offset:6px;background:#fff;border-radius:50%;width:165px;height:165px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.2;margin-top:8px;flex-shrink:0}.phone-badge b{font-size:45px}.phone-badge span{font-size:13px;font-weight:700}.phone-badge small{background:#333;color:white;border-radius:15px;font-size:10px;padding:4px 9px;margin-top:7px}.brands{overflow:hidden;margin-top:105px;margin-bottom:20px}.brand-track{display:flex;width:max-content;gap:45px;align-items:center;animation:brand-scroll 30s linear infinite}.brand-track img{width:130px;height:92px;object-fit:contain}.brands:hover .brand-track{animation-play-state:paused}.brands p{text-align:center;font-size:12px;color:#777;margin-top:19px}@keyframes brand-scroll{to{transform:translateX(-50%)}}.section{padding:55px 0}.module-title{text-align:center;margin-bottom:45px}.module-title h2{font-size:31px;font-weight:500;color:var(--red)}.ornament{display:flex;justify-content:center;align-items:center;margin-top:17px}.ornament i{width:43px;height:2px;background:var(--yellow)}.ornament .mark{width:29px;height:32px;font-size:26px;border-bottom-width:6px}.module-title.left{text-align:left}.module-title.left .ornament{justify-content:flex-start}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.service-card{padding:20px 20px 23px;background:#fff;box-shadow:0 14px 25px #25203e13;border-radius:0 0 4px 4px;text-align:center}.card-photo{display:block;position:relative;overflow:hidden}.card-photo img{width:100%;height:152px;object-fit:cover;transition:transform .3s}.card-photo>span{position:absolute;inset:0;display:grid;place-items:center;color:white;font-size:40px;background:#d6000070;opacity:0;transition:opacity .2s}.card-photo:hover img{transform:scale(1.05)}.card-photo:hover span{opacity:1}.service-card h3{color:var(--red);font-size:18px;line-height:1.4;margin:14px 0 12px;min-height:50px;display:flex;align-items:center;justify-content:center}.detail-btn{border:1px solid var(--red);border-radius:25px;padding:5px 21px;font-size:12px;line-height:1.5;display:inline-flex;align-items:center;background:white;color:#222;gap:2px}.detail-btn b{font-size:19px;line-height:1}.detail-btn:hover{background:var(--red);color:white}.section-action{text-align:center;margin-top:30px}.section-action .detail-btn{padding:9px 25px;font-size:14px}.about-banner{background:linear-gradient(90deg,#0001,#0008),url('assets/about-bg.webp') center/cover no-repeat;min-height:460px;padding:75px 0 125px;color:white}.about-copy{margin-left:51%;max-width:640px}.about-copy .module-title{margin-bottom:36px}.about-copy h3{font-size:29px;line-height:1.35;margin-bottom:25px}.about-copy p{line-height:1.9}.white-link{display:inline-block;margin-top:18px;font-size:14px;font-weight:700;border-bottom:1px solid #fff8}.statistics{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative;margin-top:-97px;padding-bottom:28px}.stat-card{background:white;border-radius:10px;box-shadow:0 6px 12px #0002;text-align:center;min-height:245px;padding:35px 15px 25px;border-bottom:13px solid var(--red);display:flex;flex-direction:column;align-items:center}.stat-card:nth-child(even){border-top:13px solid var(--red);border-bottom:0;padding-top:22px;padding-bottom:38px}.stat-card .icon{width:65px;height:65px;color:var(--red);stroke-width:2.4;margin-bottom:15px}.stat-card strong{font-size:45px;line-height:1.2}.stat-card>span{font-size:17px;font-weight:500;margin-top:8px}.faq-gallery{display:grid;grid-template-columns:1fr 1fr;gap:25px;padding-top:60px}.faq{border:2px solid #ddd;border-radius:9px;margin-bottom:18px;padding:0 20px}.faq summary{list-style:none;display:flex;justify-content:space-between;gap:15px;color:var(--red);font-size:18px;font-weight:500;line-height:1.4;padding:18px 0;text-transform:uppercase}.faq summary::-webkit-details-marker{display:none}.faq summary span{font-weight:400;align-self:center;border:1px solid var(--red);border-radius:50%;width:18px;height:18px;display:grid;place-items:center;font-size:18px;line-height:1;flex-shrink:0}.faq:not([open]) summary span{transform:rotate(180deg)}.faq p{padding:18px 0 22px;line-height:1.9}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.gallery-item{position:relative;border:0;padding:0;overflow:hidden;border-radius:9px;background:#eee}.gallery-item>img{width:100%;height:215px;object-fit:cover}.gallery-item>span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;color:white;background:#0007;opacity:0;transition:opacity .2s;font-size:42px}.gallery-item small{font-size:16px}.gallery-item:hover>span,.gallery-item:focus-visible>span{opacity:1}.image-disclaimer{font-size:12px;color:#777;margin-top:12px}.news-section{padding-top:35px}.news-carousel{position:relative}.news-track{display:flex;gap:28px;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:20px}.news-track::-webkit-scrollbar{display:none}.news-card{flex:0 0 calc((100% - 56px)/3);scroll-snap-align:start;box-shadow:0 6px 14px #0001;border-radius:9px 9px 0 0;overflow:hidden;background:white}.news-card img{width:100%;height:235px;object-fit:cover}.news-card>div{padding:20px}.news-card h3{color:var(--red);font-size:21px;text-transform:uppercase;line-height:1.4;min-height:87px}.news-card .post-meta{font-size:11px;color:#888;margin:22px 0 15px}.post-meta span{margin:0 10px}.news-card p:not(.post-meta){font-size:15px;min-height:80px}.news-more{display:inline-block;color:var(--red);font-size:14px;font-weight:500;margin-top:20px}.news-prev,.news-next{position:absolute;top:44%;font-size:28px;line-height:1;background:#fff;border:0;width:30px;height:38px;box-shadow:0 2px 8px #0001}.news-prev{left:-5px}.news-next{right:-5px}.region-home{text-align:center;padding-top:15px}.region-home .module-title{margin-bottom:25px}.region-home>p{color:#666}.district-links{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:28px 0}.district-links a{border:1px solid #ddd;padding:9px 13px;display:flex;justify-content:space-between;border-radius:4px;font-size:14px}.district-links a span,.district-links a:hover{color:var(--red)}.contact-band{background:linear-gradient(#cb000080,#cb000080),url('assets/newsletter-bg.webp') center/cover no-repeat;text-align:center;color:white;padding:82px 0 92px;border-bottom:5px solid var(--yellow)}.contact-band h2{color:white;font-weight:700}.contact-band .module-title{margin-bottom:34px}.contact-band p{max-width:875px;margin:0 auto 27px;line-height:1.9}.contact-band .yellow-btn{padding:15px 24px;font-size:20px}.contact-band b{font-size:27px;line-height:1}footer{background:#303030;color:#eee;position:relative;padding:70px 0 0}.footer-mark{position:absolute;top:-36px;left:50%;transform:translateX(-50%)}.footer-mark .mark{width:64px;height:70px;font-size:56px;border-bottom-width:13px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}.footer-grid h3{font-size:19px;font-weight:500;margin-bottom:27px;padding-bottom:11px;border-bottom:1px solid #666}.footer-grid p{font-size:14px;line-height:1.9;margin:14px 0;color:#ccc}.footer-grid>section>a:not(.brand){display:block;font-size:14px;color:#ddd;margin:9px 0;line-height:1.6}.footer-grid a:hover{color:var(--yellow)}.footer-grid .logo-text{color:white}.footer-grid .logo-text small{color:var(--yellow)}.footer-grid .icon{width:18px;height:18px;margin-right:7px}.copyright{border-top:1px solid #555;margin-top:40px;padding:20px 0;font-size:12px;display:flex;justify-content:space-between;gap:15px}.floating-contact{position:fixed;bottom:20px;right:20px;z-index:35;background:#08bf70;border-radius:5px;box-shadow:0 2px 8px #0004;padding:8px 15px 8px 7px;color:white;font-size:17px;font-weight:500;display:flex;align-items:center;gap:8px}.floating-contact .icon{border:2px solid white;border-radius:50%;padding:7px;width:43px;height:43px}.back-top{position:fixed;right:22px;bottom:87px;border:0;background:var(--yellow);border-radius:50%;width:35px;height:35px;z-index:34;font-size:21px}.inner-banner{min-height:230px;background:linear-gradient(#0009,#0009),url('assets/h1.jpg') center/cover no-repeat;position:relative;text-align:center;padding:80px 20px 67px;color:white}.inner-banner h1{font-size:30px;text-transform:uppercase;max-width:1100px;margin:auto}.breadcrumbs{position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:flex;font-size:11px;letter-spacing:1.2px;color:#222;max-width:90%;line-height:1.5}.breadcrumbs>a,.breadcrumbs>span{padding:13px 30px;background:white;border-radius:4px 4px 0 0;white-space:nowrap}.breadcrumbs>span{background:var(--yellow);white-space:normal;min-width:180px}.content-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(260px,1fr);gap:28px;padding-top:30px}.service-grid.listing{grid-template-columns:repeat(3,1fr)}.listing .service-card{padding:0 0 24px}.listing .card-photo img{height:215px}.listing .service-card h3{padding:0 15px;font-size:17px}.sidebar{box-shadow:0 0 17px #0001;padding:24px;align-self:start}.quick-contact{background:#f8f8f8;padding:24px 15px;text-align:center;margin-bottom:30px}.quick-contact h2{font-weight:400;font-size:24px;margin-bottom:20px}.quick-contact p{font-size:14px;border-bottom:1px solid #ddd;padding-bottom:12px;margin-bottom:12px}.quick-contact .yellow-btn{font-size:13px;padding:11px;margin-top:15px}.sidebar>h3{font-size:20px;margin-bottom:15px;color:var(--red)}.side-link{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #ddd;font-size:14px}.side-link:hover{color:var(--red)}.sidebar>.red-btn{font-size:13px;width:100%;padding:11px;margin-top:25px}.detail-image{width:100%;max-height:510px;object-fit:cover;margin-bottom:30px}.prose h2{font-size:25px;margin:27px 0 15px;color:var(--red)}.prose p{margin:16px 0;line-height:1.9}.prose a:not(.red-btn){color:var(--red);text-decoration:underline}.prose .lead{font-size:19px;font-weight:500}.prose .red-btn{margin-top:25px}.page-intro{max-width:960px;margin:0 0 35px;color:#666}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:45px}.process-grid article{border-top:4px solid var(--red);padding:25px;background:#f7f7f7}.process-grid article>span{color:var(--red);font-size:30px}.process-grid h2{font-size:23px;margin:12px 0}.process-grid p{font-size:15px}.region-tools{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:20px}.region-tools label{display:block;width:min(550px,100%);font-weight:500}.region-tools input{display:block;width:100%;padding:13px 17px;border:1px solid #ccc;border-radius:4px;margin-top:10px}.region-tools>p{font-size:14px}.region-explain{font-size:14px;color:#666;margin:22px 0}.region-item{border:1px solid #ddd;border-radius:5px;margin-bottom:12px;scroll-margin-top:125px}.region-item summary{display:flex;justify-content:space-between;align-items:center;list-style:none;padding:17px 22px;color:var(--red);gap:15px}.region-item summary::-webkit-details-marker{display:none}.region-item summary>span:first-child{font-size:23px;font-weight:500}.region-item summary small{display:block;font-size:13px;font-weight:400;color:#666}.region-item summary>span:last-child{font-size:13px;color:#666}.region-item summary b{font-size:25px;color:var(--red);margin-left:20px}.region-content{padding:10px 22px 25px}.region-content h2{font-size:23px;margin-top:23px;color:var(--red)}.region-content p{font-size:15px}.region-content a{color:var(--red)}.neighborhoods{padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:8px 18px;font-size:14px;margin:20px 0 25px}.data-note{font-size:12px;color:#777;margin-top:25px}.data-note a{text-decoration:underline}.no-results{background:#f7f7f7;padding:30px}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:65px}.contact-grid h2{font-size:27px;color:var(--red);margin-bottom:20px}.contact-grid>article>p{color:#666}.contact-info>div{display:flex;gap:20px;border-bottom:1px solid #ddd;padding:25px 0}.contact-info>div>.icon{color:var(--red);width:30px;height:30px}.contact-info h3{font-size:19px;margin-bottom:10px}.contact-info p{font-size:15px}.contact-info a{color:var(--red);font-size:14px}.contact-note{background:#f7f7f7;border-top:5px solid var(--red);padding:35px;align-self:start}.contact-note .red-btn{font-size:14px;margin-top:25px}.contact-note .note{font-size:13px;color:#777;margin-top:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}form label{display:block;font-weight:500;margin-bottom:20px}form input,form select,form textarea{display:block;width:100%;border:1px solid #ccc;padding:12px 15px;border-radius:4px;margin-top:8px;background:white;font-weight:400}form textarea{resize:vertical}#appointment-result{padding:25px;background:#faf7e7;border:1px solid #e5d684;margin-top:30px}#appointment-result h2{font-size:23px;margin-bottom:15px}#appointment-note{white-space:pre-wrap;font:16px/1.8 Roboto,Arial,sans-serif;overflow-wrap:anywhere}#appointment-result p{font-size:14px;margin-top:18px}.lightbox{width:min(1050px,95vw);max-height:95vh;padding:45px 55px 25px;border:0;background:#111;color:white;overflow:auto}.lightbox::backdrop{background:#000d}.lightbox figure{margin:0}.lightbox img{max-height:75vh;max-width:100%;width:auto;margin:auto;object-fit:contain}.lightbox figcaption{text-align:center;margin-top:16px;font-size:14px}.lightbox button{position:absolute;background:none;border:0;color:white;font-size:38px;line-height:1;padding:5px}.lightbox-close{right:8px;top:5px}.lightbox-prev{left:8px;top:45%}.lightbox-next{right:8px;top:45%}
@media(max-width:1150px){.nav{gap:14px}.nav nav{gap:10px;font-size:12px}.logo-text{font-size:25px}.logo-text small{font-size:12px}.appointment{padding:9px 12px;font-size:12px}.intro-panel{padding:40px 34% 35px 4%}.intro-copy h2{font-size:28px}.intro-copy h3{font-size:20px}.benefits{gap:10px}.benefits>div>span{width:70px;height:70px}.benefits strong{font-size:12px}.intro-panel .red-btn{font-size:16px}.phone-content{gap:12px}.phone-content>p{font-size:15px}.phone-content>strong{font-size:18px}.phone-badge{width:140px;height:140px}.phone-badge b{font-size:37px}.phone-badge small{font-size:9px}.service-grid{gap:18px}.service-card{padding:15px}.card-photo img{height:130px}.service-card h3{font-size:16px}.gallery-item>img{height:190px}.module-title h2{font-size:28px}.news-card img{height:200px}.news-card h3{font-size:19px}.footer-grid{gap:25px}.footer-grid h3{font-size:16px}.stat-card>span{font-size:15px}}
@media(max-width:950px){.nav{min-height:85px;flex-wrap:wrap}.brand{margin-right:auto}.menu-toggle{display:block;border:1px solid #ccc;border-radius:4px;background:white;padding:7px 12px;font-size:14px}.nav nav{display:none;flex-basis:100%;order:4;font-size:15px;align-items:stretch;flex-direction:column;gap:0;padding-bottom:20px}.nav nav.is-open{display:flex}.nav nav>a,.nav-dropdown>summary{padding:10px}.dropdown{position:static;box-shadow:none;width:100%;transform:none;border-top:1px solid #eee;background:#fafafa;max-height:45vh}.region-dropdown>div{grid-template-columns:repeat(3,1fr)}.appointment{font-size:14px}.intro-copy h2{font-size:24px}.phone-panel{top:-35px;right:1%}.phone-content>.icon{width:38px;height:38px}.phone-content{gap:10px;padding:0}.phone-content>p{font-size:13px}.phone-content>strong{font-size:16px}.phone-badge{width:115px;height:115px;border-width:5px}.phone-badge b{font-size:30px}.phone-badge span{font-size:11px}.phone-badge small{font-size:8px;padding:3px}.benefits .icon{width:35px;height:35px}.benefits>div>span{width:58px;height:58px}.benefits strong{font-size:11px}.intro-panel .red-btn{font-size:14px;padding:12px 20px}.brands{margin-top:65px}.stat-card{min-height:215px;padding:26px 10px 20px}.stat-card:nth-child(even){padding-top:13px;padding-bottom:33px}.stat-card .icon{width:52px;height:52px}.stat-card strong{font-size:40px}.stat-card>span{font-size:13px}.faq summary{font-size:16px}.news-track{gap:20px}.news-card{flex-basis:calc((100% - 20px)/2)}.news-grid{grid-template-columns:repeat(2,1fr)}.district-links{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr);gap:35px}.content-layout{grid-template-columns:minmax(0,1fr) 260px}.service-grid.listing{grid-template-columns:repeat(2,1fr)}.neighborhoods{grid-template-columns:repeat(3,1fr)}.contact-grid{gap:30px}}
@media(max-width:700px){.topbar{font-size:12px}.topbar .container{gap:10px;min-height:35px}.top-area{display:none}.hero-slider{height:405px}.hero-image{object-position:58% center}.slide-copy{left:8%;right:8%;top:25px}.slide-copy>p{font-size:13px}.slide-copy h1,.slide-copy h2{font-size:34px}.slider-prev,.slider-next{font-size:26px;width:28px;height:42px;top:45%}.slider-dots{bottom:79px}.intro-panel{margin-top:-58px;padding:30px 25px;min-height:0}.intro-copy h2{font-size:27px}.intro-copy h3{font-size:20px;line-height:1.5}.benefits{gap:12px;margin:25px 0}.benefits>div>span{width:65px;height:65px}.benefits strong{font-size:12px}.phone-panel{position:relative;display:block;right:auto;top:auto;width:260px;max-width:100%;margin:35px auto -70px}.phone-content{gap:16px}.phone-content>p{font-size:15px}.phone-content>.icon{width:43px;height:43px}.phone-content>strong{font-size:17px}.phone-badge{width:137px;height:137px}.phone-badge b{font-size:39px}.phone-badge small{font-size:9px}.brands{margin-top:100px}.brand-track{gap:25px}.brand-track img{width:100px;height:70px}.section{padding:40px 0}.module-title{margin-bottom:30px}.module-title h2{font-size:26px}.service-grid{grid-template-columns:repeat(2,1fr);gap:20px}.card-photo img{height:150px}.about-banner{padding:50px 0 110px;background-position:38% center;background-image:linear-gradient(#0009,#000b),url('assets/about-bg.webp')}.about-copy{margin-left:0;max-width:none;padding:0 10px}.about-copy h3{font-size:26px}.statistics{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:-65px}.stat-card{min-height:205px}.stat-card>span{font-size:14px}.faq-gallery{grid-template-columns:1fr;gap:45px}.gallery-item>img{height:210px}.news-card img{height:185px}.news-card h3{font-size:18px;min-height:98px}.news-card>div{padding:17px}.news-card .post-meta{margin:15px 0;font-size:10px}.district-links{grid-template-columns:repeat(3,1fr)}.contact-band{padding:55px 0 75px}.contact-band h2{font-size:27px}.contact-band p{font-size:15px}.contact-band .yellow-btn{font-size:18px}.content-layout{grid-template-columns:1fr}.sidebar{margin-top:20px}.service-grid.listing{grid-template-columns:repeat(2,1fr)}.inner-banner{min-height:210px;padding-top:55px}.inner-banner h1{font-size:27px}.breadcrumbs>a,.breadcrumbs>span{padding:12px 18px}.breadcrumbs>span{min-width:120px}.process-grid{grid-template-columns:1fr;gap:20px}.region-tools{display:block}.region-tools>p{margin-top:15px}.neighborhoods{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-note{padding:25px}.floating-contact{right:12px;bottom:12px;font-size:14px;padding:6px 12px 6px 6px}.floating-contact .icon{width:36px;height:36px}.back-top{right:14px;bottom:69px}.lightbox{padding:45px 33px 20px}.lightbox button{font-size:30px}.lightbox-prev{left:2px}.lightbox-next{right:2px}}
@media(max-width:440px){.logo-text{font-size:25px}.mark{width:39px;height:45px;font-size:35px}.logo-text small{font-size:12px}.nav{gap:10px;min-height:79px}.appointment{font-size:0;gap:0;padding:9px}.appointment .icon{width:21px;height:21px}.menu-toggle{font-size:13px;padding:7px 9px}.hero-slider{height:355px}.slide-copy h1,.slide-copy h2{font-size:29px}.slide-copy>p{font-size:11px}.intro-panel{padding:25px 18px}.intro-copy h2{font-size:24px}.intro-copy h3{font-size:18px}.benefits{grid-template-columns:repeat(2,1fr);gap:20px}.benefits>div>span{width:75px;height:75px}.benefits .icon{width:40px;height:40px}.intro-panel .red-btn{font-size:14px;padding:13px 17px}.service-grid,.service-grid.listing{gap:13px}.service-card{padding:10px 10px 18px}.card-photo img{height:115px}.service-card h3{font-size:15px;min-height:62px}.detail-btn{font-size:11px;padding:5px 12px}.stat-card{min-height:195px}.stat-card>span{font-size:12px}.stat-card strong{font-size:37px}.gallery-item>img{height:155px}.news-card{flex-basis:100%}.news-card img{height:215px}.news-card h3{min-height:0;font-size:20px}.news-card p:not(.post-meta){min-height:0}.news-grid{grid-template-columns:1fr}.district-links{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.copyright{display:block;padding-bottom:85px}.copyright span{display:block;margin-top:7px}.region-dropdown>div{grid-template-columns:repeat(2,1fr)}.region-item summary{padding:15px}.region-item summary>span:first-child{font-size:20px}.region-item summary small{font-size:11px}.region-item summary>span:last-child{font-size:11px;white-space:nowrap}.region-item summary b{margin-left:7px}.region-content{padding:10px 15px 20px}.neighborhoods{font-size:12px;gap:8px}.form-grid{grid-template-columns:1fr}.listing .card-photo img{height:140px}.inner-banner h1{font-size:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.brand-track{animation:none}*{transition:none!important}}

/* Consistent, unclipped SVG icons and stacked contact controls. */
.icon{display:inline-block;overflow:visible;flex-shrink:0;stroke-width:1.8;vertical-align:middle}
.benefits>div{display:flex;flex-direction:column;align-items:center}
.benefits>div>span{flex:0 0 auto;display:flex;justify-content:center;align-items:center}
.benefits .icon{display:block;width:42px;height:42px;stroke-width:1.8}
.benefits strong{min-height:40px;display:flex;align-items:center;justify-content:center;max-width:160px;line-height:1.45}
.stat-card .icon{stroke-width:1.8}
.floating-whatsapp,.floating-contact{position:fixed;right:20px;z-index:35;width:205px;height:56px;display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;box-shadow:0 3px 10px #0003;color:white;font-size:16px;font-weight:500;line-height:1.2}
.floating-whatsapp{bottom:86px;background:#128c4e}
.floating-contact{bottom:20px;background:#303030}
.floating-whatsapp>.icon,.floating-contact>.icon{display:block;width:34px;height:34px;margin:0;padding:5px;border:0;border-radius:0}
.floating-whatsapp:hover{background:#0c733e}.floating-contact:hover{background:#171717}
.back-top{bottom:152px}
.whatsapp-inline{display:inline-flex;gap:8px;align-items:center;color:#08703b;font-weight:500;line-height:1.5}
.whatsapp-inline .icon{width:22px;height:22px}
.service-intro{max-width:1000px;margin:-12px auto 32px;text-align:center;font-size:16px;color:#555;line-height:1.85}
.service-intro a{color:#b60000;text-decoration:underline;text-underline-offset:3px}
.related-service{border-top:1px solid #ddd;padding-top:20px;margin-top:28px}
@media(max-width:700px){.floating-whatsapp,.floating-contact{width:177px;height:46px;right:12px;font-size:14px;padding:7px 10px;gap:8px}.floating-contact{bottom:12px}.floating-whatsapp{bottom:68px}.back-top{bottom:124px}.floating-whatsapp>.icon,.floating-contact>.icon{width:28px;height:28px;padding:3px}.benefits .icon{width:38px;height:38px}.benefits strong{font-size:12px;min-height:36px}.service-intro{font-size:15px;margin:0 auto 25px}}

/* Delivery v2: preserve established page composition; expand service cards. */
.service-grid,.service-grid.listing{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card{border-radius:12px;display:flex;flex-direction:column;transition:transform .35s,box-shadow .35s}.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 30px #25203e25}.service-card .card-photo{border-radius:8px}.service-card .card-photo img{height:210px}.service-card h3{font-size:21px;min-height:56px}.service-summary{font-size:16px;line-height:1.7;margin-bottom:20px;color:#555}.service-card .detail-btn{margin:auto auto 0;font-size:13px}.local-guide-link{margin:12px 0 25px;color:var(--red)}.local-intro{max-width:900px;margin-bottom:35px}.service-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.news-card h2{font-size:23px;color:var(--red);margin:12px 0}.process-grid{margin-bottom:40px}.copyright a{text-decoration:underline}.sidebar .side-link[aria-current=page]{color:var(--red);font-weight:700;border-left:3px solid var(--red);padding-left:12px}
@media(min-width:951px){.content-layout>.sidebar{position:sticky;top:125px;align-self:start;max-height:calc(100vh - 145px);overflow:auto}}
@media(max-width:950px){.service-grid,.service-grid.listing{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card .card-photo img{height:180px}}
@media(max-width:600px){.service-grid,.service-grid.listing{grid-template-columns:1fr}.service-card{padding:20px}.service-card .card-photo img{height:220px}.service-card h3{min-height:0}.service-actions>a{width:100%}.copyright{padding-bottom:155px}}
@media print{header,.topbar,footer,.contact-band,.sidebar,.floating-whatsapp,.floating-contact,.back-top,#print-guide,.lightbox{display:none!important}.content-layout{display:block}.inner-banner{min-height:0;padding:10px;background:none!important}.container{width:100%}.section{padding:15px 0}.prose{color:#000}a{color:#000}.breadcrumbs{display:none}}
