:root {
  --u: min(1vw, 19.2px);
  --yellow: #ded226;
  --dark: #111616;
  --panel-dark: #141819;
  --panel-light: #565656;
  --head: #252525;
  --muted: #858585;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.page-shell {
  width: min(100%, 1920px);
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.site-header {
  position: relative;
  z-index: 20;
  height: calc(var(--u) * 4.17);
  min-height: 40px;
  background: #fff;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.header-inner {
  width: 68.2%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  width: calc(var(--u) * 7.4);
  min-width: 56px;
  line-height: 0;
}
.logo img { width: 95%; }
.main-nav {
  display: flex;
  align-items: center;
  gap: calc(var(--u) * 1.95);
  color: #9a9a9a;
  font-size: calc(var(--u) * 1.06);
  min-font-size: 9px;
}
.main-nav a {
  position: relative;
  padding: calc(var(--u) * .7) 0;
  transition: color .2s ease;
}
.main-nav a:hover,
.main-nav a.active { color: #6f7891; }
.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--u) * .4);
  height: 1px;
  background: #a7afc1;
}
.menu-toggle { display: none; }

.hero {
  position: relative;
  height: calc(var(--u) * 59.20);
  min-height: 500px;
  isolation: isolate;
  background:
    radial-gradient(circle at 56% 30%, rgba(255,255,255,.08), transparent 35%),
    linear-gradient(to bottom, #0e1314 0%, #101516 47%, #202526 70%, #777b7c 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0,0,0,.12), transparent 32%, transparent 70%, rgba(0,0,0,.05));
}
.hero-car {
  position: absolute;
  z-index: 1;
  width: 59%;
  max-width: 1150px;
  left: 58.5%;
  top: calc(var(--u) * 2.15);
  transform: translateX(-50%) scaleY(1.08);
  transform-origin: center top;
  filter: drop-shadow(0 calc(var(--u) * .18) calc(var(--u) * .4) rgba(0,0,0,.33));
  user-select: none;
  pointer-events: none;
}

.service {
  position: absolute;
  z-index: 4;
  width: 27.4%;
  height: calc(var(--u) * 4.65);
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 3px;
  box-shadow: 0 calc(var(--u) * .12) calc(var(--u) * .28) rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.05);
  color: var(--yellow);
  font-size: calc(var(--u) * .70);
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .18s ease, filter .18s ease;
}
.service:hover { transform: translateY(-2px); filter: brightness(1.12); }
.service.dark { background: rgba(15,20,21,.93); }
.service.light { background: rgba(84,84,84,.94); }
.service span { position: relative; z-index: 2; text-align: center; }
.service img {
  position: absolute;
  z-index: 3;
  width: calc(var(--u) * 3.2);
  height: calc(var(--u) * 3.2);
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.55));
}
.service.icon-left img { left: calc(var(--u) * -1.05); }
.service.icon-right img { right: calc(var(--u) * -1.05); }
.service.wide-text { font-size: calc(var(--u) * .94); }

/* Coordinates match the desktop Figma composition */
.service-l0 { left: .2%; top: calc(var(--u) * .85); }
.service-l1 { left: 2.1%; top: calc(var(--u) * 6.95); }
.service-l2 { left: 4.9%; top: calc(var(--u) * 13.30); }
.service-l3 { left: 2.1%; top: calc(var(--u) * 19.75); }
.service-l4 { left: 4.9%; top: calc(var(--u) * 26.20); }
.service-l5 { left: 2.1%; top: calc(var(--u) * 32.65); }
.service-l6 { left: 4.9%; top: calc(var(--u) * 33.90); }
.service-l7 { left: 2.1%; top: calc(var(--u) * 40.35); }
.service-l8 { left: 4.9%; top: calc(var(--u) * 46.80); }

.service-r1 { right: 2.1%; top: calc(var(--u) * 6.95); }
.service-r2 { right: 4.9%; top: calc(var(--u) * 13.30); }
.service-r3 { right: 2.1%; top: calc(var(--u) * 19.75); }
.service-r4 { right: 4.9%; top: calc(var(--u) * 26.20); }
.service-r5 { right: 2.1%; top: calc(var(--u) * 32.65); }
.service-r6 { right: 4.9%; top: calc(var(--u) * 39.10); }
.service-r7 { right: 2.1%; top: calc(var(--u) * 45.55); }

/* Individual icon proportions */
.service-l0 img { width: calc(var(--u) * 3.15); height: calc(var(--u) * 3.15); }
.service-l2 img { width: calc(var(--u) * 3.0); height: calc(var(--u) * 3.0); }
.service-l3 img { width: calc(var(--u) * 3.35); height: calc(var(--u) * 3.35); }
.service-l4 img { width: calc(var(--u) * 3.55); height: calc(var(--u) * 3.55); transform: rotate(-7deg); }
.service-l5 img { width: calc(var(--u) * 4.5); height: calc(var(--u) * 3.2); left: calc(var(--u) * -1.55); }
.service-l6 img { width: calc(var(--u) * 2.55); height: calc(var(--u) * 3.25); }
.service-l7 img { width: calc(var(--u) * 3.25); height: calc(var(--u) * 3.25); }
.service-l8 img { width: calc(var(--u) * 3.25); height: calc(var(--u) * 3.05); }
.service-r1 img { width: calc(var(--u) * 3.55); height: calc(var(--u) * 3.55); }
.service-r2 img { width: calc(var(--u) * 3.05); height: calc(var(--u) * 3.05); }
.service-r3 img { width: calc(var(--u) * 2.75); height: calc(var(--u) * 3.35); }
.service-r4 img { width: calc(var(--u) * 2.75); height: calc(var(--u) * 3.35); }
.service-r5 img { width: calc(var(--u) * 3.4); height: calc(var(--u) * 3.2); }
.service-r6 img { width: calc(var(--u) * 3.25); height: calc(var(--u) * 3.25); }
.service-r7 img { width: calc(var(--u) * 3.25); height: calc(var(--u) * 3.25); }

.quick-info {
  position: relative;
  z-index: 10;
  display: flow-root;
  min-height: calc(var(--u) * 16.7);
  background: #fff;
}
.info-grid {
  width: 70%;
  margin: calc(var(--u) * -5.50) auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 0 calc(var(--u) * .18) calc(var(--u) * .25) rgba(0,0,0,.22);
}
.info-card {
  position: relative;
  min-width: 0;
  height: calc(var(--u) * 16.55);
  background: #fff;
  border-right: 1px solid #9e9e9e;
}
.info-card:last-child { border-right: 0; }
.card-tab {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: calc(var(--u) * -1.05);
  transform: translateX(-50%);
  object-fit: contain;
}
.tab-advantages { width: 45%; }
.tab-clock { width: 39%; }
.tab-map { width: 37%; }
.tab-phone { width: 54%; }
.card-head {
  height: calc(var(--u) * 5.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(var(--u) * 1.2);
  background: #252525;
  color: #cfcfcf;
  font-size: calc(var(--u) * 1.0);
  font-weight: 400;
}
.card-body {
  height: calc(var(--u) * 10.8);
  background: #fff;
  padding: calc(var(--u) * 1.35) calc(var(--u) * 1.05);
  color: #888;
  font-size: calc(var(--u) * .78);
  line-height: 1.72;
}
.card-body ol {
  margin: 0 0 calc(var(--u) * .8);
  padding-left: calc(var(--u) * .95);
}
.mini-button {
  display: inline-flex;
  align-items: stretch;
  height: calc(var(--u) * 2.15);
  margin-left: calc(var(--u) * .15);
  line-height: 1;
}
.mini-button span {
  width: calc(var(--u) * 2.15);
  display: grid;
  place-items: center;
  background: #8fd2ee;
  color: #57646a;
  font-size: calc(var(--u) * 1.18);
  font-weight: 300;
}
.mini-button b {
  display: flex;
  align-items: center;
  padding: 0 calc(var(--u) * .8);
  background: #252525;
  color: #fff;
  font-size: calc(var(--u) * .58);
  font-weight: 400;
}
.schedule-list {
  padding-top: calc(var(--u) * 1.15);
}
.schedule-list div {
  display: flex;
  justify-content: space-between;
  gap: calc(var(--u) * .7);
  margin-bottom: calc(var(--u) * .65);
}
.schedule-list b { font-weight: 400; }
.map-body {
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.map-body p {
  min-height: calc(var(--u) * 4.65);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.45;
  font-size: calc(var(--u) * .76);
}
.map-image-link {
  display: block;
  width: 100%;
  height: calc(var(--u) * 6.15);
  overflow: hidden;
}
.map-image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-body { padding-left: calc(var(--u) * 2.4); }
.contact-body p {
  margin: 0 0 calc(var(--u) * .45);
  color: #aaa;
  font-size: calc(var(--u) * .88);
}
.contact-body a {
  display: block;
  line-height: 1.5;
}

@media (max-width: 768px) {
  :root { --u: 10px; }
  html, body { overflow-x: hidden; }
  .page-shell { overflow: hidden; }
  .site-header { height: 64px; min-height: 64px; position: sticky; top: 0; }
  .header-inner { width: calc(100% - 30px); }
  .logo { width: 94px; min-width: 94px; }
  .menu-toggle {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle span { width: 25px; height: 2px; background: #222; transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 64px;
    display: grid;
    gap: 0;
    padding: 10px 20px 22px;
    background: #fff;
    box-shadow: 0 18px 30px rgba(0,0,0,.15);
    font-size: 15px;
    transform: translateY(-125%);
    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
  }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid #eee; }
  .main-nav a.active::after { display: none; }

  .hero {
    position: relative;
    height: auto;
    min-height: 0;
    padding: 35px 15px 38px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow: hidden;
    background: linear-gradient(to bottom, #0e1314 0%, #161b1c 52%, #686d6e 100%);
  }
  .hero-car {
    position: absolute;
    z-index: 1;
    order: initial;
    width: 112%;
    max-width: none;
    left: 50%;
    top: 8px;
    margin: 0;
    transform: translateX(-50%);
    transform-origin: center top;
    pointer-events: none;
  }
  .service {
    position: relative;
    z-index: 3;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100%;
    height: 58px;
    min-height: 58px;
    font-size: 13px;
  }
  .service img { width: 46px !important; height: 46px !important; }
  .service.icon-left img { left: 8px !important; }
  .service.icon-right img { right: 8px !important; }
  .service-l5 { font-size: 12px; }

  .quick-info { min-height: 0; padding: 28px 15px 40px; }
  .info-grid {
    width: 100%;
    margin: 0;
    grid-template-columns: 1fr;
    gap: 36px;
    box-shadow: none;
  }
  .info-card {
    height: auto;
    min-height: 270px;
    border: 1px solid #bbb;
    box-shadow: 0 4px 12px rgba(0,0,0,.13);
  }
  .card-head { height: 88px; padding-top: 18px; font-size: 18px; }
  .card-body { height: auto; min-height: 180px; padding: 24px 20px; font-size: 14px; }
  .card-tab { top: -18px; width: auto; height: 63px; }
  .contact-body { padding-left: 54px; }
  .contact-body p { font-size: 18px; }
  .mini-button { height: 44px; }
  .mini-button span { width: 44px; font-size: 24px; }
  .mini-button b { padding: 0 17px; font-size: 12px; }
  .map-body { padding: 0; }
  .map-body p { min-height: 100px; font-size: 14px; }
  .map-image-link { height: 112px; }
}



.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.service-rx1, .service-rx2, .service-rx3, .service-rx4 { display:none; }

/* ===== Shared internal pages and accessibility additions ===== */
:root { --accent: #ded226; --ink: #161b1c; --soft: #f4f4f2; }
.content-width { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.header-inner { width: min(1310px, calc(100% - 40px)); gap: 28px; }
.header-access { margin-left: auto; display: inline-flex; align-items: center; gap: 9px; color: #313131; font-size: 11px; line-height: 1.15; text-transform: uppercase; letter-spacing: .04em; }
.header-access > span:first-child { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); font-size: 17px; }
.main-nav { margin-left: auto; }

.accessible-service { background: #f1efdc; border-top: 4px solid var(--yellow); padding: 48px 0; color: #252525; }
.accessible-inner { display: grid; grid-template-columns: 82px minmax(0,1fr) auto; align-items: center; gap: 28px; }
.access-icon { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: #171c1d; color: #fff; font-size: 32px; box-shadow: 0 8px 22px rgba(0,0,0,.16); }
.eyebrow { margin: 0 0 8px; color: #756e00; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.access-copy h2 { margin: 0 0 10px; color: #161b1c; font-size: clamp(24px, 2.3vw, 37px); line-height: 1.08; }
.access-copy p:last-child { margin: 0; max-width: 760px; line-height: 1.65; color: #555; }
.access-actions { min-width: 190px; display: grid; gap: 10px; }
.access-actions small { text-align: center; font-size: 13px; color: #555; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; cursor: pointer; font-weight: 700; transition: .2s ease; }
.button-yellow { background: var(--yellow); color: #111; box-shadow: 0 8px 20px rgba(222,210,38,.18); }
.button-yellow:hover { filter: brightness(1.08); transform: translateY(-1px); }
.button-dark { background: #151a1b; color: #fff; }
.button-ghost { background: transparent; color: #222; border-color: #777; }

.inner-page { min-height: 60vh; background: #fff; }
.inner-hero { position: relative; overflow: hidden; background: linear-gradient(105deg,#0d1213 0%,#1f2526 60%,#454a4b 100%); color: #fff; padding: 70px 0 74px; }
.inner-hero::after { content:""; position:absolute; right:-7%; top:-60%; width:50%; aspect-ratio:1; border:1px solid rgba(222,210,38,.22); border-radius:50%; box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012); }
.breadcrumbs { position: relative; z-index: 2; display:flex; flex-wrap:wrap; gap:8px; margin:0 0 28px; font-size:13px; color:#b9b9b9; }
.breadcrumbs a:hover { color:var(--yellow); }
.hero-title-row { position:relative; z-index:2; display:grid; grid-template-columns: minmax(0,1fr) 150px; align-items:center; gap:40px; }
.inner-hero h1 { max-width: 900px; margin:0 0 20px; color:#fff; font-size:clamp(38px,5vw,68px); line-height:.98; text-transform:uppercase; letter-spacing:-.035em; }
.inner-hero .lead { max-width:790px; margin:0; color:#d8d8d8; font-size:18px; line-height:1.65; }
.hero-service-icon { width:126px; height:126px; object-fit:contain; justify-self:end; filter:drop-shadow(0 8px 16px rgba(0,0,0,.35)); }

.services-overview { padding: 76px 0 84px; }
.section-heading { max-width:800px; margin:0 auto 42px; text-align:center; }
.section-heading .eyebrow { color:#8d8200; }
.section-heading h2 { margin:0 0 16px; color:#171c1d; font-size:clamp(30px,4vw,50px); line-height:1.08; }
.section-heading p { margin:0; font-size:17px; line-height:1.7; }
.service-cards { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.service-card { min-height:310px; position:relative; overflow:hidden; padding:28px 24px 24px; background:#171c1d; color:#fff; border-top:4px solid var(--yellow); display:flex; flex-direction:column; transition:.2s ease; }
.service-card::after { content:""; position:absolute; right:-54px; bottom:-54px; width:150px; height:150px; border:1px solid rgba(255,255,255,.08); border-radius:50%; }
.service-card:hover { transform:translateY(-5px); box-shadow:0 18px 34px rgba(0,0,0,.16); }
.service-card img { width:70px; height:70px; object-fit:contain; margin-bottom:24px; }
.service-card h2 { margin:0 0 13px; font-size:20px; line-height:1.25; color:#fff; }
.service-card p { margin:0 0 24px; color:#bbb; font-size:14px; line-height:1.6; }
.service-card .card-link { margin-top:auto; color:var(--yellow); font-weight:700; font-size:13px; text-transform:uppercase; letter-spacing:.05em; }
.service-card .card-link::after { content:"  →"; }
.services-seo-intro { margin-top:62px; padding:42px; background:#f3f3f1; border-left:5px solid var(--yellow); }
.services-seo-intro h2 { margin:0 0 18px; color:#171c1d; font-size:30px; }
.services-seo-intro p { margin:0 0 14px; line-height:1.75; }
.services-seo-intro p:last-child { margin-bottom:0; }

.service-layout { padding:72px 0 86px; display:grid; grid-template-columns:280px minmax(0,1fr); gap:56px; align-items:start; }
.service-sidebar { position:sticky; top:96px; }
.service-sidebar h2 { margin:0; padding:18px 20px; background:#222728; color:#fff; font-size:17px; }
.service-menu { margin:0; padding:0; list-style:none; border:1px solid #ddd; border-top:0; }
.service-menu a { display:block; padding:14px 18px; border-bottom:1px solid #e5e5e5; color:#555; font-size:14px; line-height:1.35; }
.service-menu li:last-child a { border-bottom:0; }
.service-menu a:hover, .service-menu a.active { background:#efedcf; color:#171c1d; box-shadow:inset 4px 0 var(--yellow); }
.sidebar-contact { margin-top:20px; padding:22px; background:#171c1d; color:#fff; }
.sidebar-contact p { margin:0 0 12px; color:#c9c9c9; line-height:1.5; }
.sidebar-contact a.phone { display:block; margin-bottom:16px; color:var(--yellow); font-size:18px; font-weight:700; }
.service-content { min-width:0; color:#555; font-size:16px; line-height:1.75; }
.service-content h2 { margin:48px 0 18px; color:#171c1d; font-size:32px; line-height:1.18; }
.service-content h2:first-child { margin-top:0; }
.service-content h3 { margin:30px 0 12px; color:#222; font-size:22px; }
.service-content p { margin:0 0 18px; }
.check-list, .number-list { margin:0; padding:0; list-style:none; display:grid; gap:10px; }
.check-list li { position:relative; padding:13px 16px 13px 48px; background:#f5f5f3; }
.check-list li::before { content:"✓"; position:absolute; left:17px; top:11px; color:#6d6800; font-weight:900; font-size:19px; }
.number-list { counter-reset:steps; grid-template-columns:repeat(2,1fr); gap:14px; }
.number-list li { counter-increment:steps; position:relative; min-height:110px; padding:20px 18px 18px 62px; background:#171c1d; color:#d6d6d6; }
.number-list li::before { content:counter(steps, decimal-leading-zero); position:absolute; left:18px; top:17px; color:var(--yellow); font-size:24px; font-weight:800; }
.content-cta { margin-top:46px; padding:34px; background:linear-gradient(100deg,#262b2c,#101415); color:#fff; display:flex; align-items:center; justify-content:space-between; gap:26px; }
.content-cta h2 { margin:0 0 8px; color:#fff; font-size:27px; }
.content-cta p { margin:0; color:#c7c7c7; }
.content-cta .button { flex:0 0 auto; }
.faq { margin-top:48px; }
.faq details { border-bottom:1px solid #ddd; }
.faq summary { position:relative; padding:19px 44px 19px 0; cursor:pointer; color:#222; font-weight:700; list-style:none; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary::after { content:"+"; position:absolute; right:8px; top:14px; color:#827b00; font-size:26px; }
.faq details[open] summary::after { content:"−"; }
.faq details p { padding:0 38px 18px 0; }

.site-footer { background:#111616; color:#aaa; }
.footer-grid { padding:56px 0; display:grid; grid-template-columns:1.1fr 1.35fr 1fr 1fr; gap:44px; }
.footer-logo { display:block; width:150px; padding:8px; background:#fff; margin-bottom:18px; }
.site-footer h2 { margin:0 0 18px; color:#fff; font-size:16px; text-transform:uppercase; letter-spacing:.06em; }
.site-footer p { margin:0 0 12px; font-size:14px; line-height:1.65; }
.site-footer ul { margin:0; padding:0; list-style:none; columns:2; column-gap:22px; }
.site-footer li { break-inside:avoid; margin:0 0 9px; }
.site-footer a:hover { color:var(--yellow); }
.footer-phones a { display:block; margin:0 0 7px; color:#ddd; }
.footer-access-note { color:#ded226; }
.footer-bottom { border-top:1px solid #303536; padding:18px 0; font-size:12px; }
.copy-toast { position:fixed; z-index:999; left:50%; bottom:26px; transform:translateX(-50%) translateY(20px); background:#171c1d; color:#fff; padding:12px 18px; opacity:0; pointer-events:none; transition:.2s; box-shadow:0 8px 24px rgba(0,0,0,.28); }
.copy-toast.show { opacity:1; transform:translateX(-50%) translateY(0); }

.home-extra { padding:70px 0; background:#fff; }
.home-extra .service-cards { grid-template-columns:repeat(4,1fr); }

@media (max-width: 1100px) {
  .header-access { display:none; }
  .service-cards, .home-extra .service-cards { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 768px) {
  .header-inner { width:calc(100% - 30px); gap:10px; }
  .main-nav { margin-left:0; }
  .accessible-inner { grid-template-columns:58px 1fr; gap:18px; }
  .access-icon { width:56px; height:56px; font-size:24px; }
  .access-actions { grid-column:1/-1; width:100%; }
  .inner-hero { padding:44px 0 50px; }
  .hero-title-row { grid-template-columns:1fr; gap:20px; }
  .hero-service-icon { width:88px; height:88px; justify-self:start; order:-1; }
  .inner-hero h1 { font-size:clamp(34px,12vw,54px); }
  .inner-hero .lead { font-size:16px; }
  .services-overview { padding:54px 0 62px; }
  .service-cards, .home-extra .service-cards { grid-template-columns:1fr; }
  .service-card { min-height:260px; }
  .services-seo-intro { padding:28px 22px; }
  .service-layout { padding:52px 0 64px; grid-template-columns:1fr; gap:34px; }
  .service-sidebar { position:relative; top:auto; }
  .service-menu { display:grid; grid-template-columns:repeat(2,1fr); }
  .service-menu a { height:100%; border-right:1px solid #e5e5e5; }
  .number-list { grid-template-columns:1fr; }
  .content-cta { align-items:flex-start; flex-direction:column; }
  .footer-grid { grid-template-columns:1fr; gap:30px; }
  .site-footer ul { columns:1; }
}
@media (max-width: 480px) {
  .content-width { width:calc(100% - 28px); }
  .service-menu { grid-template-columns:1fr; }
  .access-copy h2 { font-size:25px; }
  .access-copy p:last-child { font-size:14px; }
}


.booking-section { padding: 62px 0; background: linear-gradient(180deg, #111616 0%, #1a2021 100%); color: #fff; }
.booking-shell { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 34px; align-items: stretch; }
.booking-copy { padding: 34px 34px 30px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); box-shadow: 0 16px 30px rgba(0,0,0,.22); }
.booking-copy h2 { margin: 0 0 16px; color: #fff; font-size: clamp(28px, 3vw, 42px); line-height: 1.02; text-transform: uppercase; }
.booking-copy p:last-child { margin-bottom: 0; color: #d6d6d6; font-size: 17px; line-height: 1.7; }
.booking-form { padding: 34px; background: #fff; color: #111; box-shadow: 0 16px 30px rgba(0,0,0,.18); display: grid; gap: 16px; align-content: start; }
.booking-form label { display: grid; gap: 8px; font-size: 14px; font-weight: 700; color: #202223; }
.booking-form label span b { color: #c20000; }
.booking-form input { width: 100%; height: 52px; border: 1px solid #cfd3d6; padding: 0 16px; font: inherit; color: #111; background: #fff; }
.booking-form input:focus { outline: none; border-color: #d9cb1a; box-shadow: 0 0 0 3px rgba(222,210,38,.18); }
.booking-submit { justify-content: center; min-height: 54px; border: 0; cursor: pointer; font-size: 15px; }
.booking-submit[disabled] { opacity: .7; cursor: wait; }
.booking-meta small { color: #737373; line-height: 1.45; }
.form-status { min-height: 20px; font-size: 14px; line-height: 1.4; }
.form-status.success { color: #0c7a30; }
.form-status.error { color: #ba1b1b; }

@media (max-width: 980px) {
  .booking-shell { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .booking-section { padding: 46px 0; }
  .booking-copy, .booking-form { padding: 24px 20px; }
  .booking-copy p:last-child { font-size: 15px; }
}


.accessible-interpreter { grid-template-columns: 160px minmax(0,1fr) auto; align-items: center; gap: 28px; }
.access-visual { display:flex; align-items:center; justify-content:center; }
.access-visual img { width: 132px; height: 132px; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(0,0,0,.1)); }
.access-copy strong { color:#111; }
.access-actions { display:flex; flex-direction:column; align-items:flex-start; gap:12px; }
.access-actions .button-ghost { border:1px solid #2a2e2f; color:#171c1d; }
.access-actions .button-ghost:hover { background:#171c1d; color:#fff; }
@media (max-width: 980px) {
  .accessible-interpreter { grid-template-columns: 1fr; text-align:left; }
  .access-visual { justify-content:flex-start; }
  .access-visual img { width: 104px; height: 104px; }
}


.accessible-environment {
  background: linear-gradient(180deg, #f5f0d7 0%, #ece5c9 100%);
  border-top: 4px solid var(--yellow);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.accessible-interpreter {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 300px;
  align-items: center;
  gap: 32px;
}
.access-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.access-visual img {
  width: 180px;
  height: auto;
  max-width: 100%;
}
.access-copy h2 {
  margin: 0 0 16px;
  color: #171c1d;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.08;
}
.access-copy p:last-child {
  margin: 0;
  color: #2b2b2b;
  font-size: 17px;
  line-height: 1.72;
}
.access-copy strong { color:#111; }
.access-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.access-actions .button {
  min-width: 240px;
  justify-content: center;
}
.access-actions .button-ghost {
  border: 1px solid #2a2e2f;
  color: #171c1d;
  background: transparent;
}
.access-actions .button-ghost:hover {
  background:#171c1d;
  color:#fff;
}
.access-actions small {
  color: #585858;
  font-size: 13px;
  line-height: 1.5;
}
.footer-access-note {
  color: #d4d4d4;
  line-height: 1.55;
}
@media (max-width: 1100px) {
  .accessible-interpreter {
    grid-template-columns: 170px minmax(0,1fr);
  }
  .access-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .accessible-interpreter {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .access-visual {
    justify-content: flex-start;
  }
  .access-visual img {
    width: 132px;
  }
  .access-copy h2 {
    font-size: clamp(24px, 8vw, 32px);
  }
  .access-copy p:last-child {
    font-size: 15px;
  }
  .access-actions {
    grid-column: auto;
    flex-direction: column;
    align-items: stretch;
  }
  .access-actions .button {
    min-width: 0;
    width: 100%;
  }
}


/* Route button in header */
.header-route {
  flex: 0 0 auto;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 15px 7px 9px;
  background: var(--yellow);
  color: #111616;
  border: 1px solid #cfc318;
  box-shadow: 0 8px 22px rgba(222, 210, 38, .2);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.header-route:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 10px 26px rgba(222, 210, 38, .28);
}
.header-route-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #171c1d;
  color: #fff;
}
.header-route-icon svg { width: 19px; height: 19px; }
.header-route-copy { display: grid; gap: 1px; line-height: 1.05; }
.header-route-copy strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .035em;
  white-space: nowrap;
}
.header-route-copy small {
  font-size: 10px;
  color: #4b4b31;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .header-inner { gap: 16px; }
  .main-nav { gap: 18px; }
  .header-route-copy small { display: none; }
}

@media (max-width: 768px) {
  .header-route {
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 5px;
    border-radius: 50%;
    justify-content: center;
    margin-left: auto;
  }
  .header-route-icon { width: 30px; height: 30px; }
  .header-route-copy { display: none; }
}


/* Footer social networks */
.footer-social { margin-top: 24px; }
.footer-social h2 { margin-bottom: 13px; font-size: 14px; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 4px;
  color: #fff;
  background: rgba(255,255,255,.035);
  font-size: 13px;
  font-weight: 600;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.social-link img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.social-link:hover {
  color: var(--yellow);
  border-color: rgba(222,210,38,.55);
  background: rgba(222,210,38,.08);
  transform: translateY(-1px);
}
.social-link:hover img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(80%) saturate(596%) hue-rotate(4deg) brightness(104%) contrast(91%);
}
@media (max-width: 560px) {
  .social-links { flex-direction: column; align-items: stretch; }
  .social-link { justify-content: flex-start; }
}


@media (max-width: 768px) {
  .hero .hero-car {
    display: block;
  }
}

@media (max-width: 560px) {
  .hero { padding-top: 25px; }
  .hero-car { width: 118%; top: 4px; }
}


/* Telegram / Viber contact block */
.contact-cta { align-items: center; }
.contact-cta-copy { min-width: 0; }
.contact-messenger-phone { display:inline-block; margin-top:12px; color:var(--yellow); font-size:18px; letter-spacing:.02em; }
.contact-messenger-actions { display:flex; align-items:center; gap:12px; flex:0 0 auto; }
.messenger-button { min-width:142px; min-height:48px; display:inline-flex; align-items:center; justify-content:center; gap:9px; border:0; color:#fff; font-weight:700; transition:transform .18s ease, filter .18s ease; }
.messenger-button:hover { transform:translateY(-1px); filter:brightness(1.08); }
.messenger-telegram { background:#229ED9; }
.messenger-viber { background:#7360F2; }
.messenger-button-icon { font-size:18px; line-height:1; }
@media (max-width:760px) {
  .contact-messenger-actions { width:100%; flex-direction:column; align-items:stretch; }
  .messenger-button { width:100%; }
}


/* Telegram / Viber in service sidebar */
.sidebar-messenger-phone {
  display: block;
  margin: 2px 0 16px;
  color: var(--yellow);
  font-size: 18px;
  line-height: 1.25;
}
.sidebar-messenger-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.sidebar-messenger-actions .messenger-button {
  min-width: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 760px) {
  .sidebar-messenger-contact {
    padding: 22px;
  }
  .sidebar-messenger-phone {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .sidebar-messenger-actions {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .sidebar-messenger-actions .messenger-button {
    min-height: 50px;
    font-size: 16px;
  }
}

/* New services: tire service status and heater radiator flush */
.service.unavailable { border-color: rgba(226,210,38,.75); }
.service.unavailable::after { content:"Временно не работает"; position:absolute; left:14px; bottom:3px; color:#fff; opacity:.78; font-size:calc(var(--u) * .45); letter-spacing:.03em; text-transform:none; }
.service-r7 span { max-width:78%; white-space:normal; line-height:1.15; }
.service-r7 img { width:calc(var(--u) * 3.25); height:calc(var(--u) * 3.25); }
.service-l8 img { width:calc(var(--u) * 3.25); height:calc(var(--u) * 3.25); }
.service-card { position:relative; }
.service-card-unavailable { border-top:4px solid var(--yellow); background:#171c1d; box-shadow: inset 0 0 0 1px rgba(226,210,38,.22); }
.service-card-status { position:absolute; top:14px; right:14px; padding:6px 9px; background:#2a2e2f; color:var(--yellow); font-size:10px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; border:1px solid rgba(226,210,38,.28); }
.availability-alert { width:min(1180px,calc(100% - 30px)); margin:34px auto -30px; padding:18px 22px; display:flex; align-items:center; gap:18px; border-left:5px solid var(--yellow); background:#fff8cc; color:#2b2b2b; box-shadow:0 8px 24px rgba(0,0,0,.08); }
.availability-alert strong { flex:0 0 auto; color:#111; text-transform:uppercase; }
.availability-alert span { line-height:1.55; }
.unavailable-cta { border-left:5px solid var(--yellow); }
.menu-status { display:inline-block; margin-left:6px; padding:2px 5px; background:#eee6a8; color:#514c00; font-size:9px; font-weight:700; text-transform:uppercase; vertical-align:middle; }
.footer-service-status { display:block; color:var(--yellow); font-size:10px; font-weight:400; }
@media (max-width:768px) {
  .service.unavailable { min-height:68px; height:68px; padding-bottom:12px; }
  .service.unavailable::after { left:50%; transform:translateX(-50%); bottom:5px; width:100%; text-align:center; font-size:10px; }
  .availability-alert { margin:22px auto 0; display:block; padding:16px 18px; }
  .availability-alert strong { display:block; margin-bottom:7px; }
  .service-card-status { position:static; display:inline-block; width:max-content; margin-bottom:10px; }
}
