
:root{
  --orange:#f47b00;--dark:#10171d;--black:#171717;--paper:#f5f5f3;
  --muted:#626262;--line:#dfdfdf;--white:#fff;--shadow:0 16px 40px rgba(0,0,0,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#111;background:#fff}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(1180px,94%);margin:auto}
.topbar{background:var(--dark);color:#fff;font-size:12px}
.topbar-inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.top-contact{display:flex;gap:24px;flex-wrap:wrap}
.top-contact a{text-decoration:none}
.languages{display:flex;gap:8px}
.language-link{color:#fff;text-decoration:none;padding:5px 7px;border-radius:3px}
.language-link.current,.language-link:hover{background:var(--orange)}
.header{background:#fff;position:relative;z-index:20}
.navrow{min-height:92px;display:flex;align-items:center;gap:22px}
.logo-space{width:300px;flex:0 0 300px}
.navrow nav{margin-left:auto;display:flex;align-items:center;gap:20px}
.navrow nav a{text-decoration:none;font-weight:800;font-size:12px;white-space:nowrap}
.navrow nav a:hover,.navrow nav a.active{color:var(--orange)}
.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:4px;padding:14px 20px;font-weight:900;font-size:13px;text-decoration:none;cursor:pointer}
.header-cta,.orange-btn{background:var(--orange);color:#fff}
.outline-btn{border:2px solid #222;background:#fff;color:#111}
.hero{
  min-height:455px;
  background:
   linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 50%,rgba(255,255,255,.25) 78%,rgba(255,255,255,.10) 100%),
   url("../images/02.jpg") center/cover no-repeat;
}
.hero-grid{min-height:455px;display:grid;grid-template-columns:300px 1fr}
.logo-column{position:relative}
.main-logo{position:absolute;width:430px;top:25px;left:-25px;z-index:10}
.hero-content{position:relative;max-width:760px;padding:54px 0 35px 44px}
.hero-rule{position:absolute;left:0;top:40px;bottom:35px;width:2px;background:var(--orange)}
.hero h1{font-size:clamp(35px,4.4vw,52px);line-height:1.02;margin:0 0 14px;font-weight:950}
.hero h1 span,.accent{color:var(--orange)}
.hero h4{font-size:14px;margin:0 0 16px}
.hero p{font-size:15px;line-height:1.6;margin:0}
.service-area-inline{font-weight:900;color:var(--orange);margin-top:10px!important}
.hero-buttons{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 2px 18px #0002;border-bottom:2px solid var(--orange);background:#fff}
.trust-item{display:flex;align-items:center;justify-content:center;gap:13px;padding:16px 20px}
.trust-item img{width:36px;height:36px}
.trust-item strong,.trust-item span{display:block}
.trust-item strong{font-size:13px}.trust-item span{font-size:12px;color:#555}
.services-section{padding:74px 0 42px}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.service-card{border:1px solid #e4e4e4;text-align:center;padding:0 20px 24px;min-height:270px;background:#fff}
.service-icon{width:80px;height:80px;border:2px solid var(--orange);border-radius:50%;margin:-30px auto 14px;background:#fff;display:grid;place-items:center}
.service-icon img{width:48px;height:48px}
.service-card h3{margin:8px 0 12px;font-size:18px}.service-card p{font-size:13px;line-height:1.55;min-height:82px}
.service-card a{color:var(--orange);text-decoration:none;font-weight:900;font-size:12px}
.clients-section{position:relative;display:grid;grid-template-columns:1fr 1fr}
.client-panel{min-height:380px;position:relative;background-position:center;background-size:cover}
.business-panel{background-image:url("../images/2.webp")}.private-panel{background-image:url("../images/3.jpeg")}
.business-overlay,.private-overlay{position:absolute;inset:0}.business-overlay{background:rgba(6,12,17,.91)}.private-overlay{background:rgba(255,255,255,.78)}
.client-content{position:relative;z-index:2;padding:42px 58px;color:#fff}.private-copy{color:#111}
.client-content h2{color:var(--orange);margin:0;font-size:25px}.client-content h3{margin:4px 0 14px}
.client-content p,.client-content li{font-size:14px;line-height:1.55}.client-content ul{list-style:none;padding:0}
.client-content li{margin:9px 0}.client-content li:before{content:"✓";display:inline-grid;place-items:center;width:19px;height:19px;border-radius:50%;background:var(--orange);color:#fff;font-weight:900;margin-right:8px}
.floating-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5;width:116px;height:116px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 4px 20px #0005}.floating-logo img{width:94px}
.region-section{padding:78px 0;background:#fff}.region-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:46px;align-items:center}
.region-section h2,.references-section h2,.reviews-section h2{font-size:clamp(31px,4vw,48px);line-height:1.06;margin:0 0 16px}
.region-lead{font-size:18px;line-height:1.7;color:#333}
.city-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.city-cloud span{border:1px solid #ddd;background:#fafafa;padding:9px 13px;border-radius:999px;font-size:14px;font-weight:800}
.region-card{background:var(--black);color:#fff;padding:36px;border-left:5px solid var(--orange);box-shadow:var(--shadow)}
.region-card strong{font-size:23px;display:block;margin-bottom:12px}.region-card p{color:#ddd;line-height:1.65;margin:0}
.why-section{padding:48px 0}.why-grid{display:grid;grid-template-columns:1.35fr repeat(5,1fr);gap:14px}
.why-intro h2{font-size:25px;margin:0}.why-intro p{font-family:cursive;transform:rotate(-3deg);margin-top:22px}
.why-card{text-align:center;border-left:1px solid #eee;padding:0 10px}.why-card img{width:45px;height:45px;margin:auto}.why-card h3{font-size:12px}.why-card p{font-size:12px;line-height:1.45}
.references-section{padding:78px 0;background:#f2f2f2}
.section-heading{text-align:center;max-width:850px;margin:0 auto 34px}.section-heading p{font-size:17px;line-height:1.65;color:#555}
.gallery-filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:28px}
.gallery-filter{border:1px solid #bbb;background:#fff;padding:10px 16px;font-weight:900;cursor:pointer;border-radius:3px}
.gallery-filter.active,.gallery-filter:hover{background:var(--orange);border-color:var(--orange)}
.reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.reference-card{background:#fff;box-shadow:var(--shadow);overflow:hidden}
.reference-image{position:relative;aspect-ratio:4/3;overflow:hidden;background:#ddd}
.reference-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.reference-card:hover img{transform:scale(1.04)}
.reference-badge{position:absolute;z-index:2;left:12px;top:12px;background:var(--orange);font-size:12px;font-weight:900;padding:7px 10px}
.reference-copy{padding:20px}.reference-copy h3{margin:0 0 8px}.reference-copy p{margin:0;color:#555;line-height:1.55}
.reference-note{margin:26px 0 0;padding:14px 18px;text-align:center;background:#fff8ef;border:1px solid #f2d0ad;font-size:14px}
.reference-card[hidden]{display:none}
.gallery-modal{display:none;position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.92);align-items:center;justify-content:center;padding:24px}
.gallery-modal.open{display:flex}.gallery-modal img{max-width:95vw;max-height:86vh;object-fit:contain}
.gallery-modal button{position:absolute;top:18px;right:22px;width:44px;height:44px;border:0;background:var(--orange);font-size:28px;cursor:pointer}
.reviews-section{padding:78px 0;background:#191919;color:#fff}.reviews-section .section-heading p{color:#d6d6d6}
.reviews-ready{display:grid;grid-template-columns:1fr 1fr;gap:26px}.review-placeholder,.review-cta-box{background:#222;border:1px solid #3d3d3d;padding:32px}
.google-mark{display:flex;align-items:center;gap:10px;font-weight:900;margin-bottom:15px}.google-g{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff;color:#4285f4;font-size:20px}
.review-stars{color:var(--orange);font-size:27px;letter-spacing:4px}.review-placeholder p,.review-cta-box p{color:#d4d4d4;line-height:1.65}
.review-link.disabled{pointer-events:none;opacity:.55}.review-setup-note{font-size:13px;color:#aaa}
.contact-section{padding:70px 0;background:var(--paper)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px}
.contact-grid h2{font-size:34px}.quote-form{display:grid;gap:12px;background:#fff;padding:24px;box-shadow:0 6px 22px #0001}
.quote-form label{font-size:12px;font-weight:800}.quote-form input,.quote-form textarea,.quote-form select{width:100%;padding:13px;border:1px solid #ccc;font:inherit;background:#fff}.quote-form textarea{min-height:135px}
.uploads{display:grid;gap:8px}.privacy-consent{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.4}.privacy-consent input{width:auto;margin-top:2px}.form-note{font-size:11px;color:#666}
.footer{background:var(--dark);color:#fff;padding:34px 0 14px}.footer-grid{display:grid;grid-template-columns:1.3fr .9fr 1fr 1.2fr;gap:38px}
.footer-brand img{width:140px;background:#fff}.footer h4{font-size:13px}.footer p,.footer a{font-size:12px;line-height:1.6;color:#fff;text-decoration:none}.footer-links a{display:block;margin:5px 0}.copyright{text-align:center;border-top:1px solid #ffffff22;margin-top:18px;padding-top:12px;font-size:11px}
@media(max-width:1050px){.navrow nav{display:none}.logo-space{flex:1}.hero-grid{grid-template-columns:190px 1fr}.main-logo{width:185px;left:-10px}.services-grid{grid-template-columns:1fr 1fr}.why-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.top-contact span:nth-child(n+2){display:none}.header{min-height:70px}.navrow{min-height:70px}.hero-grid{grid-template-columns:1fr}.logo-column{display:none}.hero-content{padding:46px 18px}.hero-rule{display:none}.hero-buttons{flex-direction:column;align-items:flex-start}.trust-grid,.services-grid,.clients-section,.region-grid,.why-grid,.reference-grid,.reviews-ready,.contact-grid,.footer-grid{grid-template-columns:1fr}.floating-logo{display:none}.service-card{margin-top:28px}.client-content{padding:32px 22px}.region-section,.references-section,.reviews-section,.contact-section{padding:55px 0}}
