:root{color-scheme:dark;--bg: #0f141d;--bg-2: #151d2a;--bg-3: #1d2735;--surface: #202b3a;--surface-2: #263243;--text: #f8fafc;--muted: #b7c1cf;--soft: #8f9bad;--line: #314052;--blue: #56a7ef;--blue-2: #2f7fce;--red: #ef2626;--red-2: #c91818;--radius: 18px;--shadow: 0 24px 70px rgba(0, 0, 0, .35);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}p{margin:0;color:var(--muted)}h1,h2,h3,h4{margin:0;line-height:1.05;letter-spacing:0}ul{margin:0;padding:0}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(18px,4vw,48px);background:#1a2432f5;border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand img{width:56px;height:56px;object-fit:contain}.brand strong{display:block;font-size:1.35rem;line-height:1;background:linear-gradient(90deg,#dce9f8,var(--blue));-webkit-background-clip:text;background-clip:text;color:transparent}.brand small{color:#d8dee7;font-size:.78rem;letter-spacing:.08em}.main-nav,.header-actions{display:flex;align-items:center;gap:28px}.mobile-menu{display:none}.main-nav a,.phone-link{min-height:44px;display:inline-flex;align-items:center;color:#d5dce7;font-weight:700;font-size:.95rem}.main-nav a:hover,.phone-link:hover{color:#fff}.emergency-button,.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:7px;padding:.82rem 1.35rem;font-weight:800;color:#fff;background:var(--red);border:1px solid transparent;box-shadow:0 10px 24px #ef26262e}.button:hover,.emergency-button:hover{background:var(--red-2)}.button.secondary{background:transparent;border-color:#b8c3d1;box-shadow:none}.button.secondary:hover{background:#fff;color:#111927}.button.light{background:#fff;color:var(--red)}.button.outline-light{background:transparent;border-color:#fff}.hero{position:relative;min-height:650px;display:grid;place-items:center;overflow:hidden;padding:110px 24px 96px;text-align:center}.hero picture,.hero img,.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:before{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 20% 20%,rgba(77,155,230,.18),transparent 28%),linear-gradient(90deg,#0f141de6,#0f141db8),#0f141d94}.hero-content{position:relative;z-index:2;max-width:1080px}.hero h1{font-size:clamp(3.25rem,6vw,4.75rem);font-weight:900}.gradient-text{background:linear-gradient(90deg,#d7e4f4,var(--blue));-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{max-width:780px;margin:26px auto 0;font-size:clamp(1.08rem,2.3vw,1.45rem);font-weight:650}.cta-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:34px}.centered{justify-content:center}.trust-row{display:flex;flex-wrap:wrap;gap:28px;justify-content:center;margin-top:38px;color:var(--soft);font-weight:700}.section{padding:86px clamp(20px,5vw,64px)}.section.alt{background:var(--bg-2)}.section-header{max-width:820px;margin:0 auto 44px;text-align:center}.section-header.left{margin-left:0;text-align:left}.section h2{font-size:clamp(2rem,4vw,3rem);font-weight:900}.section-header p{margin-top:16px;font-size:1.16rem}.card-grid{max-width:1180px;margin:0 auto;display:grid;gap:22px}.service-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.city-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card,.city-card,.project-card,.info-panel,.process-card,.faq-card{display:block;border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow)}.service-card,.city-card,.process-card,.faq-card{padding:28px}.service-card:hover,.city-card:hover,.project-card:hover{transform:translateY(-3px);border-color:#56a7efa6}.service-card,.city-card,.project-card{transition:transform .18s ease,border-color .18s ease}.icon-tile{width:58px;height:58px;display:block;border-radius:16px;margin-bottom:22px;background:linear-gradient(135deg,var(--blue),var(--red))}.service-card h3,.city-card h3,.project-card h3,.process-card h3{font-size:1.35rem;margin-bottom:12px}.text-link,.city-card span{display:inline-flex;margin-top:18px;color:var(--blue);font-weight:850}.project-card{overflow:hidden}.project-card img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.project-card div{padding:24px}.eyebrow{color:var(--blue);text-transform:uppercase;font-size:.78rem;font-weight:900;letter-spacing:.1em;margin-bottom:10px}.split{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:46px;align-items:center}.split img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4 / 3;object-fit:cover}.bullet-list{display:grid;gap:14px;margin-top:24px}.bullet-list li,.check-list li{list-style:none;color:#d7dee9;padding-left:22px;position:relative}.bullet-list li:before,.check-list li:before{content:"";position:absolute;left:0;top:.72em;width:8px;height:8px;border-radius:999px;background:var(--blue)}.process-grid,.faq-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.faq-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cta-band{padding:72px 22px;text-align:center;background:linear-gradient(90deg,#dc1f1f,#b91515)}.cta-band div{max-width:860px;margin:0 auto}.cta-band h2{font-size:clamp(2rem,4vw,3rem)}.cta-band p{color:#ffe1e1;margin-top:14px;font-size:1.16rem}.site-footer{padding:58px clamp(20px,5vw,64px) 28px;background:#192232;border-top:1px solid var(--line)}.footer-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.2fr .7fr 1fr .8fr;gap:34px}.footer-logo{width:52px;height:52px;object-fit:contain;margin-bottom:18px}.site-footer h2{font-size:1rem;margin-bottom:14px}.site-footer li{list-style:none;margin:7px 0}.site-footer a,.site-footer p{color:var(--muted);font-size:.95rem}.site-footer a:hover{color:#fff}.service-card label{display:grid;gap:8px;margin-bottom:16px;color:#dbe4ef;font-weight:800}.service-card input,.service-card textarea{width:100%;min-height:46px;border:1px solid var(--line);border-radius:8px;padding:.8rem .9rem;background:#131c29;color:#fff;font:inherit}.service-card textarea{resize:vertical}.service-card input:focus,.service-card textarea:focus{outline:2px solid rgba(86,167,239,.45);border-color:var(--blue)}.footer-contact-row{display:grid;gap:6px;margin-top:18px}.copyright{max-width:1180px;margin:34px auto 0;padding-top:24px;border-top:1px solid var(--line);text-align:center}.page-hero{padding:100px clamp(20px,5vw,64px);background:radial-gradient(circle at 10% 5%,rgba(86,167,239,.18),transparent 32%),linear-gradient(135deg,#121a26,#1d2735)}.page-hero-inner{max-width:1180px;margin:0 auto}.page-hero h1{max-width:880px;font-size:clamp(2.8rem,6vw,4.9rem);font-weight:900}.page-hero p{max-width:780px;margin-top:22px;font-size:1.22rem}.content-narrow{max-width:860px;margin:0 auto}.content-narrow p+p{margin-top:16px}.map-panel{max-width:1180px;min-height:300px;margin:0 auto;display:grid;place-items:center;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(90deg,rgba(86,167,239,.18) 1px,transparent 1px),linear-gradient(rgba(86,167,239,.13) 1px,transparent 1px),#172131;background-size:42px 42px;color:var(--muted);text-align:center;padding:28px}.city-service-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.city-service-links a{min-height:44px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:7px;padding:.7rem 1rem;color:#d9e2ee;background:var(--surface)}.city-service-links a:hover{border-color:var(--blue)}.two-column-list{columns:2}@media(max-width:980px){.main-nav{display:none}.mobile-menu{display:block;position:relative}.mobile-menu summary{min-height:44px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:7px;padding:.65rem .9rem;color:#dce6f2;font-weight:850;cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu nav{position:absolute;top:calc(100% + 10px);right:0;width:210px;display:grid;gap:4px;padding:12px;border:1px solid var(--line);border-radius:10px;background:#172131;box-shadow:var(--shadow)}.mobile-menu nav a{min-height:44px;display:flex;align-items:center;padding:0 .8rem;color:#dce6f2;font-weight:800}.header-actions{gap:12px}.service-card-grid,.project-grid,.process-grid,.faq-grid,.footer-grid,.split{grid-template-columns:1fr 1fr}.city-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.site-header{align-items:center;padding:12px 16px}.brand span{display:none}.header-actions{flex-wrap:nowrap;justify-content:flex-end}.mobile-menu{margin-left:auto}.phone-link{display:none}.emergency-button{padding:.72rem .85rem}.hero{min-height:630px;padding:82px 18px 70px}.hero h1,.page-hero h1{font-size:clamp(2.55rem,12vw,3.7rem)}.trust-row{gap:12px}.service-card-grid,.project-grid,.process-grid,.faq-grid,.footer-grid,.split,.city-card-grid{grid-template-columns:1fr}.section{padding:64px 18px}.cta-row .button,.cta-row{width:100%}.two-column-list{columns:1}}
