
:root {
  --accent: #EAB125;
  --accent-dark: #BC8812;
  --text: #727271;
  --heading: #2B2A29;
  --bg: #F7F5F0;
  --card: #FFFFFF;
  --ink: #151515;
  --muted: #ECE7DD;
  --line: rgba(43, 42, 41, .14);
  --shadow: 0 20px 50px rgba(20, 20, 20, .13);
  --radius: 4px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; width: 100%; max-width: 100%; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  padding-top: 78px;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
svg { width: 1.1em; height: 1.1em; fill: currentColor; flex: 0 0 auto; }
button, input, select, textarea { font: inherit; }
.container { width: min(100% - 32px, var(--max)); margin-inline: auto; }
.narrow { max-width: 840px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; background: var(--accent); color: #161616; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }
.top-bar { display: none; background: #1F1F1E; color: #F7F5F0; font-size: 13px; }
.top-bar-inner { display: flex; gap: 18px; align-items: center; justify-content: flex-end; min-height: 38px; }
.top-bar a { display: inline-flex; gap: 7px; align-items: center; opacity: .9; }
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: rgba(9, 13, 17, .99);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; min-width: 0; }
.brand span { min-width: 0; }
.brand img { width: 138px; height: 50px; object-fit: contain; }
.brand span { display: none; }
.brand strong { display: block; font-size: 18px; line-height: 1.05; }
.brand small { display: none; max-width: 170px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.2; }
.site-nav > ul { display: flex; align-items: center; gap: 14px; padding: 0; margin: 0; list-style: none; }
.site-nav a, .site-nav button {
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.86);
  min-height: 38px;
  padding: 9px 8px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  border-radius: var(--radius);
  cursor: pointer;
}
.site-nav a:hover, .site-nav button:hover, .site-nav .is-active { background: transparent; color: var(--accent); }
.nav-caret { width: 7px; height: 7px; margin-left: 2px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.has-mega { position: relative; }
.has-mega::after {
  content: "";
  position: absolute;
  left: -18px;
  right: -18px;
  top: 100%;
  height: 18px;
  display: block;
}
.mega-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  transform: none;
  width: min(280px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 14px;
  background: rgba(36, 37, 38, .98);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 5;
}
.has-mega:hover .mega-menu, .has-mega:focus-within .mega-menu, .has-mega.is-open .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; }
.mega-title { margin: 0 0 8px; color: #fff; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.mega-menu a { display: flex; width: 100%; min-height: 34px; padding: 7px 10px; color: rgba(255,255,255,.82); font-weight: 650; border-radius: 0; }
.mega-menu a:hover { color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switcher { position: relative; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 7px; background: rgba(18,21,24,.92); }
.lang-current {
  min-height: 40px;
  min-width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 11px;
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}
.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 82px;
  display: grid;
  padding: 6px;
  background: rgba(18,21,24,.98);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 7px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 8;
}
.lang-switcher.is-open .lang-menu, .lang-switcher:focus-within .lang-menu { opacity: 1; visibility: visible; pointer-events: auto; }
.lang-menu a, .lang-flags a { min-height: 36px; padding: 8px 10px; font-size: 12px; font-weight: 900; color: rgba(255,255,255,.82); display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 4px; }
.lang-menu a.is-active, .lang-flags a.is-active { background: var(--accent); color: #151515; }
.mobile-langs, .nav-toggle { display: none; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  color: var(--heading);
  line-height: 1.1;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #151515; border-color: var(--accent); }
.btn-secondary { background: #2B2A29; color: #fff; border-color: #2B2A29; }
.btn-ghost { background: rgba(255, 255, 255, .13); color: #fff; border-color: rgba(255, 255, 255, .3); }
.btn-small { min-height: 40px; padding: 10px 14px; font-size: 14px; }
.hero { position: relative; min-height: 430px; display: flex; align-items: center; overflow: hidden; background: #0c1014; }
.hero-media, .hero-media picture, .hero-media img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; filter: saturate(1) contrast(1.04) brightness(1.18); }
.hero-overlay { background: linear-gradient(90deg, rgba(5, 9, 12, .9), rgba(5, 9, 12, .45) 56%, rgba(5, 9, 12, .14)); }
.hero-content { position: relative; z-index: 2; padding: 54px 0 58px; color: #fff; }
.hero-kicker {
  margin: 0 0 4px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 640px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5.2vw, 60px);
  line-height: .96;
  letter-spacing: 0;
  overflow-wrap: normal;
  hyphens: none;
  text-transform: uppercase;
}
.hero-accent {
  margin: 12px 0 0;
  color: var(--accent);
  font-weight: 900;
  font-size: clamp(18px, 2.2vw, 25px);
  text-transform: uppercase;
}
.hero p { max-width: 490px; margin: 16px 0 0; color: rgba(255,255,255,.84); font-size: 14px; }
.service-hero { min-height: 330px; }
.service-hero .hero-content { padding: 46px 0 48px; }
.service-hero h1 { max-width: 560px; font-size: clamp(34px, 4vw, 52px); }
.service-hero p { max-width: 520px; }
.service-mini-strip { background: #fff; border-bottom: 1px solid var(--line); }
.service-mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-mini-item {
  min-height: 84px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  color: var(--heading);
  font-weight: 800;
  font-size: 12px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.service-mini-item:last-child { border-right: 0; }
.mini-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 0; color: var(--heading); }
.mini-icon svg { width: 30px; height: 30px; color: var(--heading); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.section-ctas, .vertical-ctas { margin-top: 24px; }
.vertical-ctas { flex-direction: column; align-items: stretch; }
.quick-strip { position: relative; z-index: 5; margin-top: 0; background: #11161c; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
.quick-grid div { display: flex; gap: 12px; align-items: center; min-height: 70px; padding: 16px 18px; color: #fff; font-weight: 800; border-right: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.quick-grid div:last-child { border-right: 0; }
.quick-grid svg { color: var(--accent-dark); }
.quick-grid span { display: grid; gap: 1px; }
.quick-icon { width: 32px; height: 32px; display: grid !important; place-items: center; color: var(--accent); }
.quick-icon svg { width: 26px; height: 26px; }
.quick-grid strong { color: #fff; text-transform: uppercase; font-size: 12px; line-height: 1.1; }
.quick-grid small { color: rgba(255,255,255,.66); font-size: 11px; line-height: 1.2; }
.section { padding: 86px 0; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-kicker { margin: 0 0 8px !important; color: var(--heading); font-size: 12px !important; font-weight: 900; text-transform: uppercase; }
.section-heading h2, .prose h2, .split-section h2, .detail-main h2, .sticky-aside h2, .three-columns h2, .final-cta h2, .trust-section h2 {
  margin: 0 0 14px;
  color: var(--heading);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: 0;
}
.section-heading p, .split-section p, .prose p, .sticky-aside p, .final-cta p { margin: 0; font-size: 16px; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.featured-services { grid-template-columns: repeat(4, 1fr); }
.section-action { display: flex; justify-content: center; margin-top: 26px; }
.keyword-section { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.keyword-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 42px; align-items: start; }
.keyword-grid h2 { margin: 0 0 14px; color: var(--heading); font-size: clamp(26px, 3vw, 38px); line-height: 1.08; }
.keyword-grid p { margin: 0; font-size: 16px; }
.keyword-panel {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}
.keyword-panel h3 { margin: 0 0 10px; color: var(--heading); font-size: 18px; line-height: 1.2; }
.keyword-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.keyword-tags a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(188,136,18,.32);
  border-radius: var(--radius);
  background: #fff;
  color: var(--heading);
  font-weight: 850;
  font-size: 13px;
}
.service-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(43, 42, 41, .05);
}
.service-card-media { display: block; aspect-ratio: 16 / 9; background: #20201f; overflow: hidden; }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.service-card:hover .service-card-media img { transform: scale(1.035); }
.service-card-body { padding: 18px; }
.service-card h3 { margin: 0 0 10px; color: var(--heading); font-size: 14px; line-height: 1.18; text-transform: uppercase; font-weight: 900; }
.service-card p { margin: 0 0 16px; font-size: 13px; line-height: 1.5; }
.service-card-compact h3 { font-size: 14px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--heading); font-weight: 850; }
.text-link svg { color: var(--accent-dark); }
.trust-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(247,245,240,.96), rgba(247,245,240,.66)),
    url("/assets/img/hero/hero-dn-serwis-opole-wide.jpg") center / cover;
}
.trust-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: 42px; align-items: center; }
.facts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.fact-card {
  min-height: 132px;
  display: grid;
  place-items: center;
  text-align: center;
  background: rgba(22,22,21,.88);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: #fff;
  padding: 18px;
}
.fact-card strong { color: var(--accent); font-size: clamp(34px, 5vw, 58px); line-height: .95; }
.fact-card span { color: rgba(255,255,255,.82); font-weight: 850; text-transform: uppercase; font-size: 12px; }
.split-section { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split-section.alt { background: #2B2A29; color: rgba(255,255,255,.76); border: 0; }
.split-section.alt h2 { color: #fff; }
.split-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 54px; align-items: center; }
.link-panel { display: grid; gap: 8px; }
.link-panel a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-height: 52px;
  padding: 12px 16px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--heading);
  font-weight: 800;
}
.split-section.alt .link-panel a { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.14); }
.check-list { padding: 0; margin: 22px 0 0; list-style: none; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; color: var(--heading); font-weight: 700; }
.split-section.alt .check-list li { color: #fff; }
.check-list svg { margin-top: 4px; color: var(--accent-dark); }
.three-columns { display: grid; grid-template-columns: 1fr .9fr; gap: 32px; }
.steps { margin: 20px 0 0; padding: 0; list-style: none; counter-reset: step; display: grid; gap: 12px; }
.steps li { position: relative; padding-left: 52px; min-height: 40px; color: var(--heading); font-weight: 700; }
.split-section.alt .steps li { color: #fff; }
.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: -2px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #151515;
  border-radius: 50%;
  font-weight: 900;
}
.review-note, .sticky-aside {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 12px 34px rgba(43,42,41,.08);
}
.faq-section { background: #fff; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 0 18px; }
.faq-list summary { cursor: pointer; padding: 18px 0; color: var(--heading); font-weight: 850; }
.faq-list p { margin: 0 0 18px; }
.contact-band { background: #1F1F1E; color: rgba(255,255,255,.76); }
.contact-band h2, .contact-band h3 { color: #fff; }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; align-items: start; }
.contact-actions { display: grid; gap: 10px; margin-top: 24px; }
.contact-actions a {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  color: #fff;
  font-weight: 800;
}
.contact-actions a span { min-width: 0; overflow-wrap: anywhere; }
.map-card {
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: #0F0F0E;
  box-shadow: var(--shadow);
  position: relative;
}
.map-card iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
  filter: grayscale(.2) contrast(1.05);
}
.map-card .btn {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: auto;
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
}
.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 42px; align-items: start; }
.detail-main { display: grid; gap: 20px; }
.sticky-aside { position: sticky; top: 110px; }
.final-cta { background: var(--heading); color: rgba(255,255,255,.78); text-align: center; }
.final-cta h2 { color: #fff; }
.final-cta-inner { max-width: 850px; }
.final-cta .cta-row { justify-content: center; }
.messengers { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 18px; }
.messengers a, .messengers span { border: 1px solid rgba(255,255,255,.16); color: #fff; padding: 9px 12px; border-radius: var(--radius); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 28px; color: rgba(255,255,255,.75); font-weight: 750; }
.breadcrumbs a { color: #fff; }
.prose { font-size: 18px; }
.prose h3 { margin: 34px 0 10px; color: var(--heading); font-size: 22px; line-height: 1.16; }
.about-long { display: grid; gap: 2px; }
.legal-grid { display: grid; gap: 22px; margin-top: 24px; }
.legal-grid section { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.legal-grid section:last-child { border-bottom: 0; }
.sheet-frame {
  width: 100%;
  height: min(72vh, 680px);
  min-height: 430px;
  margin: 22px 0 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 34px rgba(43,42,41,.08);
}
.sheet-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.price-table { width: 100%; border-collapse: collapse; min-width: 620px; font-size: 15px; }
.price-table th, .price-table td { padding: 13px 15px; text-align: left; border-bottom: 1px solid var(--line); }
.price-table th { color: var(--heading); background: #F7F5F0; font-size: 12px; text-transform: uppercase; }
.price-table tr:last-child td { border-bottom: 0; }
.rating-summary {
  padding: 24px;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #F7F5F0;
}
.rating-summary strong { display: block; color: var(--heading); font-size: 30px; line-height: 1.05; margin-bottom: 8px; }
.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.review-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 18px rgba(43,42,41,.05);
}
.review-card p { color: var(--heading); font-weight: 650; }
.review-card strong { color: var(--heading); }
.review-card span { font-size: 12px; font-weight: 900; text-transform: uppercase; color: var(--accent-dark); }
.stars { color: var(--accent-dark); letter-spacing: 1px; font-size: 14px; }
.site-footer { background: #11161b; color: rgba(255,255,255,.76); }
.footer-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(14,18,22,.98), rgba(14,18,22,.78) 42%, rgba(14,18,22,.32)),
    url("/assets/img/hero/footer-wheel-wide.jpg") center / cover;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-cta-inner { min-height: 255px; display: grid; grid-template-columns: minmax(0, .52fr) minmax(0, .48fr); gap: 34px; align-items: end; padding-top: 36px; padding-bottom: 22px; }
.footer-cta .section-kicker { color: var(--accent); margin-bottom: 9px !important; }
.footer-cta h2 { max-width: 430px; margin: 0; color: #fff; font-size: clamp(28px, 2.6vw, 36px); line-height: 1.12; }
.footer-contact-list { display: grid; gap: 8px; margin-top: 22px; }
.footer-contact-list a { display: flex; align-items: center; gap: 11px; color: #fff; font-weight: 800; font-size: 14px; }
.footer-contact-list svg { color: var(--accent); }
.footer-cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; gap: 12px; padding-bottom: 3px; }
.footer-action {
  min-width: 136px;
  min-height: 39px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid rgba(234,177,37,.7);
  border-radius: 4px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  background: rgba(10,14,18,.58);
}
.footer-action.whatsapp { border-color: #1fb446; }
.footer-action.telegram { border-color: #27a6df; }
.footer-main { padding: 38px 0 22px; background: rgba(8,12,16,.985); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1.15fr 1fr 1.35fr; gap: 54px; }
.footer-title { margin: 0 0 12px; color: #fff; font-size: 14px; font-weight: 900; text-transform: uppercase; }
.footer-grid a, .footer-hours { display: flex; align-items: flex-start; gap: 9px; margin: 7px 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.36; }
.footer-grid svg, .footer-hours svg { color: var(--accent); margin-top: 2px; }
.footer-brand { color: #fff; font-weight: 900; font-size: 20px; }
.footer-brand img { width: 122px; height: 44px; object-fit: contain; }
.footer-grid p:not(.footer-title) { max-width: 225px; margin: 16px 0 0; font-size: 14px; line-height: 1.55; }
.socials { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.socials a { width: 34px; height: 34px; display: grid; place-items: center; margin: 0; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.footer-copy { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); text-align: center; color: rgba(255,255,255,.52); font-size: 12px; }
.not-found { min-height: 56vh; display: grid; place-items: center; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.mobile-bottom-bar { display: none; }
@media (max-width: 1080px) {
  .header-actions .btn { display: none; }
  .featured-services { grid-template-columns: repeat(2, 1fr); }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .three-columns, .contact-grid, .detail-grid { grid-template-columns: 1fr; }
  .footer-cta-inner { grid-template-columns: 1fr; align-items: start; }
  .sticky-aside { position: static; }
}
@media (max-width: 860px) {
  body { padding-top: 68px; }
  .top-bar { display: none; }
  .header-inner { min-height: 68px; }
  .brand small { display: none; }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: var(--radius);
    background: rgba(255,255,255,.08);
    color: #fff;
    font-weight: 850;
  }
  .site-nav {
    position: fixed;
    inset: 68px 0 0 0;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 68px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px 12px 96px;
    background: #111211;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
    overscroll-behavior: contain;
  }
  body.nav-open .site-nav { opacity: 1; visibility: visible; pointer-events: auto; }
  .site-nav, .site-nav * { min-width: 0; }
  .site-nav > ul { display: grid; align-items: stretch; gap: 8px; width: 100%; max-width: 100%; }
  .site-nav a, .site-nav button {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    min-height: 50px;
    background: #1F1F1E;
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .has-mega::after { display: none; }
  .mega-menu {
    position: static;
    width: 100%;
    max-width: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    grid-template-columns: 1fr;
    box-shadow: none;
    margin-top: 8px;
    overflow: hidden;
    padding: 16px;
  }
  .mega-menu a { white-space: normal; overflow-wrap: anywhere; padding-left: 20px; }
  .has-mega.is-open .mega-menu { display: grid; }
  .header-actions { display: none; }
  .mobile-langs { display: block; margin-top: 16px; }
  .mobile-langs .lang-switcher { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .mobile-langs .lang-switcher a { width: auto; justify-content: center; text-align: center; }
  .hero { min-height: 540px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(15,15,14,.85), rgba(15,15,14,.62)); }
  .quick-grid, .split-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-mini-grid { grid-template-columns: repeat(2, 1fr); }
  .service-mini-item:nth-child(2) { border-right: 0; }
  .service-mini-item { border-bottom: 1px solid var(--line); }
  .service-mini-item:nth-child(n+3) { border-bottom: 0; }
  .keyword-grid { grid-template-columns: 1fr; gap: 22px; }
  .quick-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-grid div:last-child { border-bottom: 0; }
  .split-grid { gap: 32px; }
  .footer-main { padding-bottom: 112px; }
  .footer-cta-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .map-card, .map-card iframe { min-height: 340px; height: 340px; }
  .mobile-bottom-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #151515;
    border-top: 1px solid rgba(255,255,255,.14);
  }
  .mobile-bottom-bar a { min-width: 0; min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; font-weight: 900; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .mobile-bottom-bar span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
  .mobile-bottom-bar a:last-child { background: var(--accent); color: #151515; }
}
@media (max-width: 620px) {
  .container { width: calc(100% - 24px); margin-left: auto; margin-right: auto; }
  .mobile-bottom-bar { width: 100%; max-width: none; right: 0; }
  .hero { min-height: 560px; }
  .service-hero { min-height: 420px; }
  .hero-content { padding: 46px 0 72px; }
  .hero h1 { max-width: 350px; font-size: clamp(30px, 8.4vw, 38px); line-height: 1.04; overflow-wrap: anywhere; }
  .hero p { max-width: 350px; font-size: 16px; }
  .cta-row, .cards-grid, .featured-services { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; min-width: 0; }
  .keyword-tags a { width: 100%; max-width: 100%; overflow-wrap: anywhere; }
  .section { padding: 64px 0; }
  .footer-cta-inner { padding-top: 36px; padding-bottom: 28px; }
  .footer-cta-actions { grid-template-columns: 1fr; }
  .service-card-body { padding: 18px; }
  .review-grid { grid-template-columns: 1fr; }
  .sheet-frame { min-height: 380px; }
  .price-table { min-width: 560px; font-size: 14px; }
  .map-card .btn { left: 12px; right: 12px; bottom: 12px; width: auto; }
}
