:root{--yellow:#FFC400;--yellow-dark:#E0AC00;--black:#17191C;--lead:#30343B;--white:#FFFFFF;--light:#F1F3F5;--orange:#F57C00;--text:#2A2D33;--muted:#5A606B;--border:#DDE1E6;--wa:#0E7A5F;--radius:10px;--shadow:0 8px 28px rgba(23,25,28,.12);--container:1180px;--font:"Barlow",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;--font-head:"Barlow Condensed","Barlow",Arial,sans-serif}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);font-size:17px;line-height:1.65;color:var(--text);background:var(--white)}img{max-width:100%;height:auto;display:block}svg{width:20px;height:20px;flex-shrink:0;fill:currentColor}a{color:#0b5cad}a:hover{color:var(--black)}h1,h2,h3,h4{font-family:var(--font-head);color:var(--black);line-height:1.15;margin:0 0 .6em;font-weight:700;letter-spacing:.2px}h1{font-size:38px}h2{font-size:28px}h3{font-size:22px}p{margin:0 0 1em}ul{margin:0 0 1em;padding-left:1.2em}:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--yellow);color:var(--black);padding:10px 16px;z-index:999;font-weight:700}.skip-link:focus{left:10px;top:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:8px;font-weight:700;font-size:16px;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:transform .15s,background-color .15s,color .15s;line-height:1.2;font-family:var(--font)}.btn:hover{transform:translateY(-2px)}.btn svg{width:20px;height:20px}.btn-yellow{background:var(--yellow);color:var(--black)}.btn-yellow:hover{background:var(--yellow-dark);color:var(--black)}.btn-orange{background:var(--orange);color:var(--black)}.btn-orange:hover{background:#ff9a2e;color:var(--black)}.btn-wa{background:var(--wa);color:var(--white)}.btn-wa:hover{background:#0a6450;color:var(--white)}.btn-outline{border-color:var(--white);color:var(--white);background:0 0}.btn-outline:hover{background:var(--white);color:var(--black)}.btn-dark{background:var(--black);color:var(--white)}.btn-dark:hover{background:var(--lead);color:var(--white)}.topbar{background:var(--yellow);color:var(--black);font-size:14px;font-weight:600}.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:38px;flex-wrap:wrap}.topbar a{color:var(--black);text-decoration:none;display:inline-flex;align-items:center;gap:6px}.topbar a:hover{text-decoration:underline}.topbar svg{width:16px;height:16px}.topbar-links{display:flex;gap:18px}.site-header{background:var(--black);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(0,0,0,.25)}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:80px}.logo{display:flex;align-items:center}.logo img{width:82px;height:67px}.nav ul{list-style:none;margin:0;padding:0;display:flex;gap:4px}.nav a{display:block;color:var(--white);text-decoration:none;padding:10px 14px;font-weight:600;font-size:16px;border-radius:6px}.nav a:hover,.nav a[aria-current=page]{color:var(--yellow)}.header-cta{display:flex;gap:10px;align-items:center}.header-cta .btn{padding:11px 18px;font-size:15px}.menu-toggle{display:none;background:0 0;border:2px solid var(--yellow);border-radius:8px;width:48px;height:48px;color:var(--yellow);cursor:pointer;align-items:center;justify-content:center}.menu-toggle svg{width:26px;height:26px}.hero{position:relative;color:var(--white);background:var(--black);overflow:hidden}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:70% center}.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(23,25,28,.92) 0,rgba(23,25,28,.78) 42%,rgba(23,25,28,.35) 100%)}.hero .container{position:relative;z-index:1;padding-top:88px;padding-bottom:88px}.hero-content{max-width:640px}.hero h1{color:var(--white)}.hero h1 span{color:var(--yellow)}.hero-lead{font-size:19px;color:#e9ecef;margin-bottom:26px}.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 26px;padding:0;list-style:none}.hero-badges li{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);padding:7px 12px;border-radius:40px;font-size:15px;font-weight:600}.hero-badges svg{width:18px;height:18px;color:var(--yellow)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.page-hero .container{padding-top:64px;padding-bottom:64px}.page-hero .hero-media::after{background:linear-gradient(90deg,rgba(23,25,28,.93) 0,rgba(23,25,28,.8) 55%,rgba(23,25,28,.55) 100%)}.breadcrumb{background:var(--light);font-size:15px;border-bottom:1px solid var(--border)}.breadcrumb ol{list-style:none;margin:0;padding:12px 0;display:flex;flex-wrap:wrap;gap:6px}.breadcrumb li+li::before{content:"›";margin-right:6px;color:var(--muted)}.breadcrumb a{color:var(--lead)}.breadcrumb [aria-current]{color:var(--muted)}.section{padding:80px 0}.section-light{background:var(--light)}.section-dark{background:var(--black);color:#d7dbe0}.section-dark h2,.section-dark h3{color:var(--white)}.section-head{max-width:760px;margin:0 auto 44px;text-align:center}.eyebrow{display:inline-block;font-family:var(--font-head);text-transform:uppercase;letter-spacing:1.5px;font-weight:700;font-size:15px;color:#8a6a00;margin-bottom:8px}.section-dark .eyebrow{color:var(--yellow)}.lead{font-size:18px;color:var(--muted)}.section-dark .lead{color:#c4c9d0}.split{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center}.split>*{min-width:0}.split img{border-radius:var(--radius);box-shadow:var(--shadow)}.check-list{list-style:none;padding:0}.check-list li{position:relative;padding-left:32px;margin-bottom:10px}.check-list li::before{content:"";position:absolute;left:0;top:5px;width:20px;height:20px;border-radius:50%;background:var(--yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2317191C' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/14px no-repeat}.trust{background:var(--lead);color:var(--white)}.trust ul{list-style:none;margin:0;padding:22px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.trust li{display:flex;align-items:center;gap:12px;font-weight:600;line-height:1.3}.trust svg{width:34px;height:34px;color:var(--yellow)}.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:30px 26px;box-shadow:0 2px 10px rgba(23,25,28,.05);transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card-icon{width:58px;height:58px;border-radius:12px;background:var(--black);color:var(--yellow);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.card-icon svg{width:30px;height:30px}.card h3{margin-bottom:.4em}.card p{margin:0;color:var(--muted)}.card-link{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-weight:700;color:var(--black);text-decoration:none;border-bottom:2px solid var(--yellow)}.service-card{padding:0;overflow:hidden}.service-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.service-card .card-body{padding:24px}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;list-style:none;padding:0;margin:0}.steps li{background:var(--lead);border-radius:var(--radius);padding:28px 24px;position:relative;border-top:4px solid var(--yellow)}.step-num{font-family:var(--font-head);font-size:44px;font-weight:800;color:var(--yellow);line-height:1;display:block;margin-bottom:10px}.steps h3{margin-bottom:.35em}.steps p{margin:0;color:#d0d4da}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery a{display:block;border-radius:8px;overflow:hidden;position:relative;background:var(--light)}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .3s}.gallery a:hover img{transform:scale(1.05)}.lightbox{position:fixed;inset:0;background:rgba(10,11,13,.94);display:none;align-items:center;justify-content:center;z-index:300;padding:60px 16px}.lightbox.open{display:flex}.lightbox figure{margin:0;max-width:1024px;text-align:center}.lightbox img{max-height:78vh;width:auto;margin:0 auto;border-radius:6px}.lightbox figcaption{color:#e9ecef;margin-top:12px;font-size:15px}.lb-btn{position:absolute;background:var(--yellow);color:var(--black);border:0;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.lb-btn svg{width:24px;height:24px}.lb-close{top:14px;right:14px}.lb-prev{left:14px;top:50%;transform:translateY(-50%)}.lb-next{right:14px;top:50%;transform:translateY(-50%)}.testimonial{background:var(--white);border-radius:var(--radius);padding:30px 26px;border:1px solid var(--border);margin:0;display:flex;flex-direction:column}.stars{color:#b7791f;display:flex;gap:2px;margin-bottom:12px}.stars svg{width:20px;height:20px}.testimonial blockquote{margin:0 0 18px;font-size:17px;flex:1}.testimonial figcaption{font-weight:700;color:var(--black)}.testimonial figcaption span{display:block;font-weight:500;color:var(--muted);font-size:15px}.faq{max-width:860px;margin:0 auto}.faq details{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px}.faq summary{cursor:pointer;padding:18px 54px 18px 22px;font-weight:700;font-size:18px;color:var(--black);list-style:none;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;background:var(--yellow);color:var(--black);display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1}.faq details[open] summary::after{content:"–"}.faq details>div{padding:0 22px 18px;color:var(--muted)}.faq details>div p:last-child{margin:0}.areas{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:0 0 1em}.areas li{background:var(--white);border:1px solid var(--border);border-radius:40px;padding:8px 16px;font-weight:600;font-size:15px}.section-dark .areas li{background:var(--lead);border-color:#454a53;color:var(--white)}.cta-band{background:var(--yellow);padding:56px 0}.cta-band .container{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.cta-band h2{margin:0 0 .2em}.cta-band p{margin:0;font-size:18px;color:var(--black)}.cta-band .actions{display:flex;gap:12px;flex-wrap:wrap}.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:40px;align-items:start}.contact-list{list-style:none;padding:0;margin:0 0 24px}.contact-list li{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px}.contact-list .ci{width:48px;height:48px;border-radius:10px;background:var(--black);color:var(--yellow);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-list .ci svg{width:24px;height:24px}.contact-list strong{display:block;color:var(--black)}.contact-list a{font-size:19px;font-weight:700;color:var(--black);text-decoration:none}.contact-list a:hover{text-decoration:underline}.form{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{margin-bottom:16px}.field label{display:block;font-weight:700;margin-bottom:6px;color:var(--black);font-size:15px}.field input,.field select,.field textarea{width:100%;padding:13px 14px;border:1px solid #9aa1ab;border-radius:8px;font:inherit;font-size:16px;background:var(--white);color:var(--text)}.field textarea{min-height:120px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--black);outline:rgba(255,196,0,.6) solid 3px;outline-offset:0}.form-note{font-size:14px;color:var(--muted);margin-top:12px}.prose{max-width:820px}.prose h2{margin-top:1.4em}.prose h3{margin-top:1.2em}.info-box{background:var(--black);color:#d7dbe0;border-radius:var(--radius);padding:28px;border-left:6px solid var(--yellow)}.info-box h3{color:var(--white)}.info-box a{color:var(--yellow)}.mvv{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.site-footer{background:#0f1113;color:#bfc5cc;font-size:15px}.footer-top{padding:64px 0 40px;display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:36px}.site-footer h3{color:var(--white);font-size:20px;margin-bottom:16px}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin-bottom:9px}.site-footer a{color:#d7dbe0;text-decoration:none}.site-footer a:hover{color:var(--yellow);text-decoration:underline}.footer-logo img{width:110px;height:90px;margin-bottom:14px}.footer-contact li{display:flex;gap:10px;align-items:flex-start}.footer-contact svg{width:18px;height:18px;color:var(--yellow);margin-top:4px}.payments{margin-top:14px}.footer-bottom{border-top:1px solid #2a2e34;padding:20px 0;text-align:center;color:#fff;font-size:14px}.footer-bottom a{color:#ff0;text-decoration:underline}.footer-contact a{text-decoration:underline}.footer-bottom a:hover{color:#fff}.float-wa{position:fixed;right:18px;bottom:18px;width:60px;height:60px;border-radius:50%;background:var(--wa);color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(0,0,0,.3);z-index:150}.float-wa svg{width:32px;height:32px}.float-wa:hover{color:var(--white);transform:scale(1.06)}.mobile-call{display:none}.cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;max-width:560px;background:var(--black);color:#e1e4e8;padding:20px 22px;border-radius:12px;box-shadow:0 10px 36px rgba(0,0,0,.4);z-index:200;font-size:15px;border-top:4px solid var(--yellow)}.cookie-banner[hidden]{display:none}.cookie-banner p{margin:0 0 14px}.cookie-banner a{color:var(--yellow)}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}.cookie-actions .btn{padding:10px 18px;font-size:15px}.error-page{text-align:center;padding:100px 0}.error-code{font-family:var(--font-head);font-size:120px;font-weight:800;color:var(--yellow);line-height:1;margin:0;-webkit-text-stroke:2px var(--black)}@media (max-width:1080px){.header-cta .btn-yellow span{display:none}.grid-4,.trust ul{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.menu-toggle{display:inline-flex}.nav{position:absolute;top:100%;left:0;right:0;background:var(--black);border-top:1px solid #2a2e34;display:none}.nav.open{display:block}.nav ul{flex-direction:column;padding:10px 20px 20px}.nav a{padding:14px 8px;border-bottom:1px solid #2a2e34;border-radius:0}.header-cta .btn-wa{display:none}.contact-grid,.split{grid-template-columns:1fr;gap:36px}.grid-3,.mvv,.steps{grid-template-columns:1fr 1fr}.section{padding:64px 0}}@media (max-width:640px){body{font-size:16px;padding-bottom:64px}.topbar-hide{display:none}.site-header .container{min-height:70px}.logo img{width:68px;height:56px}.header-cta{display:none}.hero .container{padding-top:56px;padding-bottom:56px}.hero-media::after{background:linear-gradient(180deg,rgba(23,25,28,.82) 0,rgba(23,25,28,.9) 100%)}.hero-lead{font-size:17px}.hero-actions .btn{width:100%}.form-row,.grid-2,.grid-3,.grid-4,.mvv,.steps,.trust ul{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr}.cta-band .actions,.cta-band .actions .btn{width:100%}.float-wa{bottom:78px}.mobile-call{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:0;right:0;bottom:0;z-index:160;box-shadow:0 -4px 16px rgba(0,0,0,.25)}.mobile-call a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:60px;font-weight:700;text-decoration:none}.mobile-call .mc-tel{background:var(--yellow);color:var(--black)}.mobile-call .mc-wa{background:var(--wa);color:var(--white)}.cookie-banner{bottom:76px}.error-code{font-size:90px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}