﻿:root {
  --ink: #111827;
  --steel: #334155;
  --muted: #64748b;
  --line: #d9dee7;
  --paper: #f6f7f9;
  --white: #ffffff;
  --safety: #f5b21b;
  --safety-dark: #b77905;
  --green: #176f5b;
  --blue: #1f5f8b;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(15, 23, 42, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--ink); color: white; padding: 10px 14px; z-index: 20; }
.skip-link:focus { left: 12px; }
.topbar { background: var(--ink); color: white; font-size: 14px; }
.topbar__inner { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; }
.topbar a { color: white; text-decoration: none; font-weight: 700; }
.site-header { background: white; position: sticky; top: 0; z-index: 10; box-shadow: 0 1px 0 var(--line); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; min-width: 220px; }
.brand img { width: 148px; height: auto; }
.brand span { color: var(--steel); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; justify-content: flex-end; }
.main-nav a { text-decoration: none; padding: 9px 10px; border-radius: 6px; color: var(--steel); font-weight: 700; font-size: 14px; }
.main-nav a:hover { background: var(--paper); color: var(--ink); }
.menu-toggle { display: none; border: 1px solid var(--line); background: white; padding: 10px 12px; border-radius: 6px; font-weight: 700; }
.hero { min-height: 610px; position: relative; display: grid; align-items: end; overflow: hidden; background: var(--ink); }
.hero__media, .hero__shade { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.hero__shade { background: linear-gradient(90deg, rgba(7, 12, 20, .88), rgba(7, 12, 20, .62) 48%, rgba(7, 12, 20, .18)); }
.hero__content { position: relative; color: white; padding: 92px 0 72px; max-width: 1160px; }
.eyebrow { color: var(--safety); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; margin: 0 0 10px; }
.hero h1 { max-width: 850px; font-size: clamp(38px, 6vw, 72px); line-height: 1.02; margin: 0; letter-spacing: 0; }
.hero__lead { max-width: 710px; font-size: 20px; color: #f1f5f9; margin: 22px 0; }
.hero__bullets { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero__bullets li { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); padding: 8px 11px; border-radius: 6px; font-weight: 700; }
.hero__actions, .cta-band__actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 18px; border-radius: 6px; font-weight: 800; text-decoration: none; border: 1px solid transparent; cursor: pointer; font-size: 15px; }
.btn--primary { background: var(--safety); color: #1b1405; border-color: var(--safety); }
.btn--primary:hover { background: #ffca46; }
.btn--ghost { border-color: rgba(255,255,255,.62); color: white; background: rgba(255,255,255,.06); }
.btn--dark { background: var(--ink); color: white; }
.btn--ghost-dark { background: white; color: var(--ink); border-color: var(--line); }
.section { padding: 84px 0; }
.section--tight { padding: 28px 0; }
.section--muted { background: var(--paper); }
.section__intro { max-width: 760px; margin-bottom: 34px; }
h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.12; margin: 0 0 16px; letter-spacing: 0; }
h3 { font-size: 20px; line-height: 1.25; margin: 0 0 10px; }
p { margin: 0 0 14px; color: var(--steel); }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.trust-strip div { background: white; padding: 18px; }
.trust-strip strong { display: block; font-size: 24px; }
.trust-strip span { color: var(--muted); font-size: 14px; }
.split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 48px; align-items: start; }
.split--image { align-items: center; }
.feature-panel, .quote-box { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.quote-box { position: sticky; top: 104px; }
.check-list { padding: 0; list-style: none; margin: 16px 0 0; }
.check-list li { padding-left: 28px; margin: 12px 0; position: relative; color: var(--steel); }
.check-list li:before { content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 14px; background: var(--green); border-radius: 3px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cards--services { grid-template-columns: repeat(3, 1fr); }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; text-decoration: none; min-height: 190px; transition: transform .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card p { color: var(--muted); }
.card__mark { display: block; width: 34px; height: 5px; background: var(--safety); margin-bottom: 18px; border-radius: 99px; }
.text-link { color: var(--blue); font-weight: 800; text-decoration: none; }
.comparison { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.comparison div { background: white; padding: 22px; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery figure { margin: 0; background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.gallery img { width: 100%; height: 270px; object-fit: cover; }
.gallery figcaption { padding: 12px 14px; color: var(--steel); font-weight: 700; }
.gallery--work img { height: 320px; }
.zone-list { display: flex; flex-wrap: wrap; gap: 10px; }
.zone-list span { background: var(--paper); border: 1px solid var(--line); padding: 10px 12px; border-radius: 6px; font-weight: 700; color: var(--steel); }
.faq { display: grid; gap: 10px; }
details { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
summary { cursor: pointer; font-weight: 800; }
details p { margin-top: 12px; }
.cta-band { background: linear-gradient(90deg, var(--ink), #253244); color: white; padding: 54px 0; }
.cta-band h2, .cta-band p { color: white; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.rounded-media { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; max-height: 460px; object-fit: cover; }
.steps { margin: 0; padding-left: 22px; color: var(--steel); }
.steps li { margin: 12px 0; }
.table-wrap { overflow-x: auto; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; min-width: 700px; }
th, td { text-align: left; padding: 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: #eef2f7; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 42px; align-items: start; }
.article-body { max-width: 840px; }
.article-body h2 { margin-top: 28px; }
.related-link { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 800; color: var(--blue); text-decoration: none; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; }
.contact-form { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; display: grid; gap: 16px; background: white; }
.contact-form label { display: grid; gap: 6px; font-weight: 800; color: var(--steel); }
.contact-form .hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.privacy-check { display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; font-size: 14px; line-height: 1.4; }
.privacy-check input { width: auto; margin-top: 3px; }
.form-note { font-size: 14px; color: var(--muted); margin: 0; }
.form-status { display: none; border-radius: 6px; padding: 12px 14px; font-weight: 700; }
.form-status.is-visible { display: block; }
.form-status.is-success { background: #e8f8ef; color: #12633a; border: 1px solid #a8e4bf; }
.form-status.is-error { background: #fff1f1; color: #9f1d1d; border: 1px solid #f1b5b5; }
.form-status.is-loading { background: #eef5ff; color: #174c80; border: 1px solid #bdd8f5; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 12px; font: inherit; }
.site-footer { background: #0d1420; color: white; padding: 54px 0; }
.site-footer p, .site-footer span { color: #cbd5e1; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 32px; }
.footer-grid h2 { font-size: 16px; color: white; margin-bottom: 12px; }
.footer-grid a, .footer-grid span { display: block; color: #dbeafe; text-decoration: none; margin: 8px 0; }
.footer-logo { width: 160px; background: white; padding: 8px; border-radius: 6px; margin-bottom: 14px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 24; display: inline-flex; align-items: center; gap: 13px; min-height: 72px; padding: 13px 22px 13px 17px; border-radius: 9px; background: #1fae62; color: white; text-decoration: none; box-shadow: 0 16px 40px rgba(15, 23, 42, .28); font-weight: 800; }
.whatsapp-float svg { width: 38px; height: 38px; fill: currentColor; flex: 0 0 auto; }
.whatsapp-float span { display: grid; gap: 1px; }
.whatsapp-float em { font-size: 15px; text-transform: uppercase; letter-spacing: .04em; line-height: 1; font-style: normal; }
.whatsapp-float strong { font-size: 19px; line-height: 1.15; }
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 30; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: var(--radius); padding: 20px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { font-size: 20px; margin: 0 0 6px; }
.cookie-options { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 10px; color: var(--steel); }
.cookie-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width: 920px) {
  .menu-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; left: 16px; right: 16px; top: 112px; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav a { width: 100%; padding: 12px; text-align: left; justify-content: flex-start; }
  .hero { min-height: 560px; }
  .trust-strip, .cards, .cards--services, .comparison, .gallery, .split, .content-layout, .contact-grid, .footer-grid, .cta-band__inner, .cookie-banner { grid-template-columns: 1fr; }
  .cta-band__inner { display: grid; }
  .quote-box { position: static; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 22px, 1160px); }
  .brand span { display: none; }
  .brand img { width: 130px; }
  .hero__content { padding: 70px 0 52px; }
  .section { padding: 58px 0; }
  .topbar__inner { display: grid; gap: 4px; }
  .gallery img { height: 220px; }
  .cookie-actions, .hero__actions { display: grid; }
  .btn { width: 100%; }
  .whatsapp-float { right: 12px; bottom: 12px; min-height: 62px; padding: 11px 15px 11px 13px; gap: 10px; }
  .whatsapp-float svg { width: 32px; height: 32px; }
  .whatsapp-float em { font-size: 13px; }
  .whatsapp-float strong { font-size: 16px; }
}