:root {
  --accent: #159de4;
  --accent-dark: #087fc4;
  --ink: #07090d;
  --text: #132033;
  --muted: #66758a;
  --line: #d9e1e9;
  --soft: #f3fbff;
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(18, 48, 74, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Segoe UI", Arial, sans-serif;
  background: var(--white);
  overflow-x: hidden;
}

button,
a,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

.site-header {
  height: 96px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(214, 225, 235, 0.92);
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(12, 31, 48, 0.035);
}

.header-inner {
  height: 100%;
  max-width: 1508px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 260px;
  height: 76px;
  color: var(--ink);
  text-decoration: none;
  flex: 0 0 auto;
  position: relative;
}

.brand-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
  opacity: 0;
}

.brand::before {
  content: "";
  width: 240px;
  height: 68px;
  display: block;
  border: 1px dashed rgba(21, 157, 228, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(21, 157, 228, 0.08), rgba(255, 255, 255, 0.96)),
    #fff;
  box-shadow: 0 16px 34px rgba(18, 48, 74, 0.08);
}

.brand::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  color: #718297;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.brand-mark {
  width: 226px;
  height: 60px;
  display: block;
  overflow: visible;
}

.brand-script {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 900;
  fill: #ffffff;
  stroke: #05070a;
  stroke-width: 4.2px;
  paint-order: stroke fill;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 26px;
  min-height: 52px;
  padding: 5px;
  border: 1px solid rgba(218, 228, 237, 0.78);
  border-radius: 8px;
  background: rgba(248, 252, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

.main-nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  min-height: 44px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.main-nav a::after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--accent);
  transition: width 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--accent);
  background: #fff;
  box-shadow: 0 10px 24px rgba(18, 48, 74, 0.08);
  outline: none;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  width: 100%;
}

.phone-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  margin-left: auto;
  margin-right: 12px;
  min-width: 202px;
  min-height: 52px;
  padding: 0 12px;
  border: 1px solid rgba(218, 228, 237, 0.86);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 48, 74, 0.06);
}

.messengers {
  display: flex;
  gap: 5px;
  margin-right: 12px;
}

.messengers a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6e5f0;
  border-radius: 7px;
  background: #fff;
  color: var(--accent-dark);
  text-decoration: none;
  font-size: 0;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(17, 45, 70, 0.06);
}

.messengers a::before {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.messengers a[aria-label="WhatsApp"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a9.7 9.7 0 0 0-8.4 14.6L2.4 22l5.6-1.2A9.8 9.8 0 1 0 12 2Zm0 2a7.8 7.8 0 0 1 0 15.6 8 8 0 0 1-3.7-.9l-.4-.2-2.8.6.6-2.7-.2-.4A7.8 7.8 0 0 1 12 4Zm-3 4.2c-.2 0-.5.1-.8.5-.3.3-.9 1-.9 2.3 0 1.4 1 2.7 1.1 2.9.1.2 1.9 3 4.8 4.1 2.4 1 2.9.8 3.4.7.5-.1 1.7-.7 1.9-1.4.2-.7.2-1.3.1-1.4l-.6-.3-1.8-.9c-.2-.1-.5-.1-.7.2l-.8 1c-.1.2-.3.2-.6.1-.3-.1-1.1-.4-2-1.2-.8-.7-1.3-1.5-1.4-1.8-.2-.2 0-.4.1-.5l.4-.5.2-.5c.1-.2 0-.4 0-.5l-.8-1.9c-.2-.6-.4-.5-.6-.5h-.5Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a9.7 9.7 0 0 0-8.4 14.6L2.4 22l5.6-1.2A9.8 9.8 0 1 0 12 2Zm0 2a7.8 7.8 0 0 1 0 15.6 8 8 0 0 1-3.7-.9l-.4-.2-2.8.6.6-2.7-.2-.4A7.8 7.8 0 0 1 12 4Zm-3 4.2c-.2 0-.5.1-.8.5-.3.3-.9 1-.9 2.3 0 1.4 1 2.7 1.1 2.9.1.2 1.9 3 4.8 4.1 2.4 1 2.9.8 3.4.7.5-.1 1.7-.7 1.9-1.4.2-.7.2-1.3.1-1.4l-.6-.3-1.8-.9c-.2-.1-.5-.1-.7.2l-.8 1c-.1.2-.3.2-.6.1-.3-.1-1.1-.4-2-1.2-.8-.7-1.3-1.5-1.4-1.8-.2-.2 0-.4.1-.5l.4-.5.2-.5c.1-.2 0-.4 0-.5l-.8-1.9c-.2-.6-.4-.5-.6-.5h-.5Z'/%3E%3C/svg%3E");
}

.messengers a[aria-label="Telegram"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.7 3.4c.3-.1.6.2.5.6l-3.2 17c-.1.6-.8.9-1.3.5l-5-3.7-2.4 2.3c-.4.4-1 .2-1.1-.4l-.8-4.6-4.6-1.5c-.7-.2-.7-1.2 0-1.5L21.7 3.4ZM9.3 14.5l.5 3 1.4-1.4 9-10.5-10.9 8.9Zm1.1-.3 6.9 5.1 2.4-12.8-9.3 7.7Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.7 3.4c.3-.1.6.2.5.6l-3.2 17c-.1.6-.8.9-1.3.5l-5-3.7-2.4 2.3c-.4.4-1 .2-1.1-.4l-.8-4.6-4.6-1.5c-.7-.2-.7-1.2 0-1.5L21.7 3.4ZM9.3 14.5l.5 3 1.4-1.4 9-10.5-10.9 8.9Zm1.1-.3 6.9 5.1 2.4-12.8-9.3 7.7Z'/%3E%3C/svg%3E");
}

.messengers a[aria-label="Viber"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.5c4.8 0 8 3.1 8 7.9v2.4c0 4.8-3.2 7.9-8 7.9h-.7l-4 2.1c-.6.3-1.2-.1-1.2-.8v-2.2C3.5 18.5 2 16 2 12.8v-2.4c0-4.8 3.2-7.9 8-7.9h2Zm0 2H10c-3.7 0-6 2.2-6 5.9v2.4c0 2.6 1.1 4.3 3.3 5 .5.2.7.5.7 1v1l2.4-1.2c.2-.1.3-.1.5-.1H12c3.7 0 6-2.2 6-5.9v-2.4c0-3.6-2.3-5.7-6-5.7Zm-4 4c.2-.3.5-.5.8-.4l1.3.3c.3.1.5.3.6.6l.3 1.4c0 .3-.1.6-.4.7l-.5.3c.6 1.1 1.4 2 2.6 2.6l.4-.5c.2-.3.5-.4.8-.3l1.4.4c.3.1.5.3.6.6l.2 1.3c0 .3-.1.6-.4.8-.7.5-1.5.6-2.4.3-2.9-.9-5.2-3.2-6.1-6.1-.3-.8-.2-1.6.3-2.2Zm5.1-1.3c2.2.4 3.6 1.8 3.9 4 0 .4-.2.7-.6.7-.3 0-.6-.2-.7-.5-.2-1.6-1.2-2.6-2.8-2.9-.3 0-.5-.3-.5-.7.1-.3.4-.5.7-.5Zm.1 2.2c.9.2 1.5.8 1.7 1.7.1.4-.1.7-.5.8-.3.1-.6-.1-.7-.5-.1-.4-.3-.6-.7-.7-.4-.1-.6-.4-.5-.7.1-.4.4-.6.7-.5Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.5c4.8 0 8 3.1 8 7.9v2.4c0 4.8-3.2 7.9-8 7.9h-.7l-4 2.1c-.6.3-1.2-.1-1.2-.8v-2.2C3.5 18.5 2 16 2 12.8v-2.4c0-4.8 3.2-7.9 8-7.9h2Zm0 2H10c-3.7 0-6 2.2-6 5.9v2.4c0 2.6 1.1 4.3 3.3 5 .5.2.7.5.7 1v1l2.4-1.2c.2-.1.3-.1.5-.1H12c3.7 0 6-2.2 6-5.9v-2.4c0-3.6-2.3-5.7-6-5.7Zm-4 4c.2-.3.5-.5.8-.4l1.3.3c.3.1.5.3.6.6l.3 1.4c0 .3-.1.6-.4.7l-.5.3c.6 1.1 1.4 2 2.6 2.6l.4-.5c.2-.3.5-.4.8-.3l1.4.4c.3.1.5.3.6.6l.2 1.3c0 .3-.1.6-.4.8-.7.5-1.5.6-2.4.3-2.9-.9-5.2-3.2-6.1-6.1-.3-.8-.2-1.6.3-2.2Zm5.1-1.3c2.2.4 3.6 1.8 3.9 4 0 .4-.2.7-.6.7-.3 0-.6-.2-.7-.5-.2-1.6-1.2-2.6-2.8-2.9-.3 0-.5-.3-.5-.7.1-.3.4-.5.7-.5Zm.1 2.2c.9.2 1.5.8 1.7 1.7.1.4-.1.7-.5.8-.3.1-.6-.1-.7-.5-.1-.4-.3-.6-.7-.7-.4-.1-.6-.4-.5-.7.1-.4.4-.6.7-.5Z'/%3E%3C/svg%3E");
}

.messengers a:hover {
  border-color: var(--accent);
  background: #eaf7ff;
}

.phone-link svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.phone-link strong {
  display: block;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 800;
  white-space: nowrap;
}

.phone-link small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.top-cta,
.primary-action,
.secondary-action {
  border: 0;
  border-radius: 7px;
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.top-cta,
.primary-action {
  background: linear-gradient(180deg, #27a9ed 0%, #1195dd 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(21, 157, 228, 0.22);
}

.top-cta {
  width: 176px;
  min-height: 50px;
  text-align: center;
}

.top-cta:hover,
.primary-action:hover {
  background: linear-gradient(180deg, #36b4f4 0%, #087fc4 100%);
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(21, 157, 228, 0.3), 0 0 0 6px rgba(21, 157, 228, 0.09);
}

.top-cta:active,
.primary-action:active,
.secondary-action:active {
  transform: translateY(0);
}

.top-cta:focus-visible,
.primary-action:focus-visible,
.secondary-action:focus-visible,
.menu-toggle:focus-visible,
.phone-link:focus-visible {
  outline: 3px solid rgba(21, 157, 228, 0.28);
  outline-offset: 3px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: var(--ink);
}

.mobile-menu-trigger {
  position: fixed;
  right: 20px;
  top: 21px;
  z-index: 120;
  width: 50px;
  height: 50px;
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(201, 218, 231, 0.96);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(18, 48, 74, 0.08);
}

.mobile-menu-trigger span {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.mobile-menu-trigger.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.mobile-menu-trigger.is-active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-trigger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (min-width: 1101px) {
  .mobile-menu-trigger {
    display: none !important;
  }
}

/* Paint Service clean header final override 2026-06-09 */
body header.site-header.ps-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: rgba(248, 252, 255, 0.94) !important;
  border-bottom: 1px solid rgba(203, 219, 232, 0.8) !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body header.site-header.ps-header .ps-header-shell {
  width: min(1500px, calc(100% - 56px)) !important;
  height: 92px !important;
  min-height: 92px !important;
  margin: 18px auto !important;
  padding: 0 30px !important;
  display: grid !important;
  grid-template-columns: 230px minmax(450px, 1fr) auto !important;
  align-items: center !important;
  gap: 26px !important;
  background: #fff !important;
  border: 1px solid rgba(207, 220, 233, 0.92) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 42px rgba(34, 69, 101, 0.12) !important;
  overflow: visible !important;
}

body header.site-header.ps-header .ps-brand-slot {
  width: 220px !important;
  height: 64px !important;
  min-width: 220px !important;
  min-height: 64px !important;
  max-width: 220px !important;
  max-height: 64px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body header.site-header.ps-header .ps-brand-slot .ps-brand-logo,
body header.site-header.ps-header .ps-mobile-logo img {
  display: block !important;
  width: 210px !important;
  height: 58px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 210px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  object-position: left center !important;
  transform: none !important;
  filter: none !important;
}

body header.site-header.ps-header .ps-desktop-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 30px !important;
  height: 50px !important;
  min-width: 0 !important;
  padding: 0 30px !important;
  border-left: 1px solid rgba(205, 216, 229, 0.95) !important;
  border-right: 1px solid rgba(205, 216, 229, 0.95) !important;
  background: transparent !important;
}

body header.site-header.ps-header .ps-desktop-nav a {
  display: inline-flex !important;
  align-items: center !important;
  height: 50px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #111827 !important;
  font: 500 16px/1.1 Inter, Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  border: 0 !important;
  background: transparent !important;
}

body header.site-header.ps-header .ps-header-contact {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

body header.site-header.ps-header .ps-phone {
  width: auto !important;
  min-width: 190px !important;
  height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  padding: 0 !important;
  color: #0d1726 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body header.site-header.ps-header .ps-phone strong {
  font: 800 18px/1.05 Inter, Arial, sans-serif !important;
  color: #0b1523 !important;
}

body header.site-header.ps-header .ps-phone small {
  margin-top: 4px !important;
  display: block !important;
  font: 500 13px/1.1 Inter, Arial, sans-serif !important;
  color: #65748a !important;
}

body header.site-header.ps-header .ps-photo-cta,
body header.site-header.ps-header .ps-taxi-cta {
  height: 58px !important;
  min-height: 58px !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  font: 800 15px/1.12 Inter, Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body header.site-header.ps-header .ps-photo-cta {
  width: 220px !important;
  color: #fff !important;
  background: linear-gradient(180deg, #0a8ff0 0%, #0574df 100%) !important;
  border: 1px solid #087ee8 !important;
}

body header.site-header.ps-header .ps-taxi-cta {
  width: 210px !important;
  color: #1f1a09 !important;
  background: linear-gradient(180deg, #fff09a 0%, #ffd439 100%) !important;
  border: 1px solid #e8ba16 !important;
}

body header.site-header.ps-header .ps-menu-toggle,
body header.site-header.ps-header .ps-mobile-menu {
  display: none !important;
}

body header.site-header.ps-header .ps-taxi-popover {
  width: 360px !important;
  top: calc(100% + 14px) !important;
  right: 0 !important;
}

@media (max-width: 1280px) {
  body header.site-header.ps-header .ps-header-shell {
    width: calc(100% - 28px) !important;
    grid-template-columns: 205px minmax(380px, 1fr) auto !important;
    gap: 16px !important;
    padding: 0 20px !important;
  }

  body header.site-header.ps-header .ps-brand-slot {
    width: 198px !important;
    min-width: 198px !important;
    max-width: 198px !important;
  }

  body header.site-header.ps-header .ps-brand-slot .ps-brand-logo {
    width: 188px !important;
    max-width: 188px !important;
  }

  body header.site-header.ps-header .ps-desktop-nav {
    gap: 18px !important;
    padding: 0 18px !important;
  }

  body header.site-header.ps-header .ps-desktop-nav a {
    font-size: 14px !important;
  }

  body header.site-header.ps-header .ps-photo-cta {
    width: 190px !important;
  }

  body header.site-header.ps-header .ps-taxi-cta {
    width: 180px !important;
  }
}

@media (max-width: 1060px) and (min-width: 901px) {
  body header.site-header.ps-header .ps-header-shell {
    grid-template-columns: 190px 1fr auto !important;
  }

  body header.site-header.ps-header .ps-phone {
    min-width: 54px !important;
    width: 54px !important;
    justify-content: center !important;
  }

  body header.site-header.ps-header .ps-phone-text {
    display: none !important;
  }

  body header.site-header.ps-header .ps-photo-cta,
  body header.site-header.ps-header .ps-taxi-cta {
    width: 58px !important;
    padding: 0 !important;
    font-size: 0 !important;
  }
}

@media (max-width: 900px) {
  body header.site-header.ps-header {
    background: #fff !important;
  }

  body header.site-header.ps-header .ps-header-shell {
    width: 100% !important;
    height: 98px !important;
    min-height: 98px !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 54px 54px !important;
    gap: 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 12px 28px rgba(32, 64, 92, 0.1) !important;
  }

  body header.site-header.ps-header .ps-brand-slot {
    width: 176px !important;
    min-width: 0 !important;
    max-width: 176px !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
  }

  body header.site-header.ps-header .ps-brand-slot .ps-brand-logo {
    width: 166px !important;
    height: 56px !important;
    max-width: 166px !important;
    max-height: 56px !important;
  }

  body header.site-header.ps-header .ps-desktop-nav,
  body header.site-header.ps-header .ps-photo-cta,
  body header.site-header.ps-header .ps-taxi-wrap {
    display: none !important;
  }

  body header.site-header.ps-header .ps-header-contact {
    grid-column: 2 !important;
    width: 54px !important;
    display: block !important;
  }

  body header.site-header.ps-header .ps-phone {
    width: 54px !important;
    min-width: 54px !important;
    height: 54px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid #1399ef !important;
    border-radius: 10px !important;
    background: #fff !important;
  }

  body header.site-header.ps-header .ps-phone-text {
    display: none !important;
  }

  body header.site-header.ps-header .ps-menu-toggle {
    grid-column: 3 !important;
    width: 54px !important;
    height: 54px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 0 !important;
    border: 1px solid #cfdeeb !important;
    border-radius: 10px !important;
    background: #fff !important;
  }

  body header.site-header.ps-header .ps-menu-toggle span {
    display: block !important;
    width: 25px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #0b1523 !important;
  }

  body header.site-header.ps-header nav.ps-mobile-menu {
    position: fixed !important;
    inset: 12px !important;
    z-index: 10020 !important;
    width: auto !important;
    height: calc(100vh - 24px) !important;
    max-height: calc(100vh - 24px) !important;
    padding: 18px !important;
    display: block !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #fff !important;
    border: 1px solid #d7e2ee !important;
    border-radius: 24px !important;
    box-shadow: 0 28px 80px rgba(9, 25, 46, 0.3) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-8px) scale(0.985) !important;
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease !important;
  }

  body header.site-header.ps-header nav.ps-mobile-menu.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  body header.site-header.ps-header .ps-mobile-head {
    display: grid !important;
    grid-template-columns: 132px minmax(0, 1fr) 42px !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 18px !important;
  }

  body header.site-header.ps-header .ps-mobile-logo img {
    width: 132px !important;
    height: 46px !important;
    max-width: 132px !important;
    max-height: 46px !important;
  }

  body header.site-header.ps-header .ps-mobile-phone {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    color: #0b1523 !important;
    font: 800 17px/1 Inter, Arial, sans-serif !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  body header.site-header.ps-header .ps-mobile-close {
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    color: #087ee8 !important;
    border: 0 !important;
    background: transparent !important;
    font: 300 42px/1 Inter, Arial, sans-serif !important;
  }

  body header.site-header.ps-header .ps-mobile-photo {
    width: 100% !important;
    height: 70px !important;
    margin: 0 0 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    color: #fff !important;
    border: 1px solid #0578e5 !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, #087fff 0%, #0571e5 100%) !important;
    font: 700 20px/1.1 Inter, Arial, sans-serif !important;
  }

  body header.site-header.ps-header .ps-mobile-taxi {
    position: relative !important;
    height: 174px !important;
    min-height: 174px !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden !important;
    color: #181300 !important;
    border: 1px solid #edbe13 !important;
    border-radius: 12px !important;
    background: linear-gradient(115deg, #fff8b8 0%, #fff1a2 54%, #ffe066 100%) !important;
    text-decoration: none !important;
  }

  body header.site-header.ps-header .ps-mobile-taxi strong {
    height: 62px !important;
    padding: 0 22px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    border-bottom: 1px solid #edbe13 !important;
    font: 800 22px/1.1 Inter, Arial, sans-serif !important;
  }

  body header.site-header.ps-header .ps-mobile-taxi > span {
    width: 68% !important;
    padding: 18px 22px !important;
    display: block !important;
    color: #333c4d !important;
    font: 500 16px/1.45 Inter, Arial, sans-serif !important;
  }

  body header.site-header.ps-header .ps-mobile-taxi::after {
    content: "TAXI" !important;
    position: absolute !important;
    right: 18px !important;
    bottom: 22px !important;
    width: 76px !important;
    height: 44px !important;
    display: grid !important;
    place-items: center !important;
    color: #191300 !important;
    border: 2px solid #191300 !important;
    border-radius: 999px 999px 12px 12px !important;
    background: #ffd21b !important;
    font: 900 16px/1 Inter, Arial, sans-serif !important;
  }

  body header.site-header.ps-header .ps-mobile-links {
    display: block !important;
    overflow: hidden !important;
    border: 1px solid #d7e2ee !important;
    border-radius: 12px !important;
    background: #fff !important;
  }

  body header.site-header.ps-header .ps-mobile-links a {
    min-height: 70px !important;
    padding: 12px 14px 12px 20px !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 14px !important;
    align-items: center !important;
    gap: 14px !important;
    color: #0b1523 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #dce6ef !important;
    background: #fff !important;
  }

  body header.site-header.ps-header .ps-mobile-links a:last-child {
    border-bottom: 0 !important;
  }

  body header.site-header.ps-header .ps-mobile-links a::after {
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    border-top: 2px solid #62738a !important;
    border-right: 2px solid #62738a !important;
    transform: rotate(45deg) !important;
  }

  body header.site-header.ps-header .ps-mobile-links strong {
    display: block !important;
    color: #0b1523 !important;
    font: 800 19px/1.08 Inter, Arial, sans-serif !important;
  }

  body header.site-header.ps-header .ps-mobile-links em {
    display: none !important;
  }

  body header.site-header.ps-header .ps-mobile-actions {
    margin: 18px 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body header.site-header.ps-header .ps-mobile-actions a,
  body header.site-header.ps-header .ps-mobile-actions button {
    min-height: 104px !important;
    padding: 12px 6px !important;
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    gap: 8px !important;
    color: #0b1523 !important;
    text-align: center !important;
    text-decoration: none !important;
    border: 1px solid #d7e2ee !important;
    border-radius: 12px !important;
    background: #fff !important;
  }

  body header.site-header.ps-header .ps-mobile-actions strong {
    font: 800 15px/1.05 Inter, Arial, sans-serif !important;
  }

  body header.site-header.ps-header .ps-mobile-actions small {
    color: #65748a !important;
    font: 500 12px/1.2 Inter, Arial, sans-serif !important;
  }

  body header.site-header.ps-header .ps-mobile-guarantee,
  body header.site-header.ps-header .ps-mobile-location {
    min-height: 100px !important;
    margin-top: 14px !important;
    padding: 18px !important;
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 16px !important;
    color: #0b1523 !important;
    text-decoration: none !important;
    border: 1px solid rgba(64, 151, 255, 0.36) !important;
    border-radius: 12px !important;
    background: linear-gradient(120deg, #eef7ff 0%, #ffffff 100%) !important;
  }

  body header.site-header.ps-header .ps-mobile-guarantee strong,
  body header.site-header.ps-header .ps-mobile-location strong {
    display: block !important;
    font: 800 18px/1.2 Inter, Arial, sans-serif !important;
  }

  body header.site-header.ps-header .ps-mobile-guarantee small,
  body header.site-header.ps-header .ps-mobile-location small {
    display: block !important;
    margin-top: 5px !important;
    color: #65748a !important;
    font: 500 14px/1.3 Inter, Arial, sans-serif !important;
  }
}

@media (max-width: 380px) {
  body header.site-header.ps-header .ps-header-shell {
    padding-inline: 12px !important;
    grid-template-columns: minmax(0, 1fr) 50px 50px !important;
  }

  body header.site-header.ps-header .ps-brand-slot {
    width: 154px !important;
    max-width: 154px !important;
  }

  body header.site-header.ps-header .ps-brand-slot .ps-brand-logo {
    width: 148px !important;
    max-width: 148px !important;
  }

  body header.site-header.ps-header .ps-phone,
  body header.site-header.ps-header .ps-menu-toggle {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
  }

  body header.site-header.ps-header .ps-mobile-head {
    grid-template-columns: 112px minmax(0, 1fr) 38px !important;
  }

  body header.site-header.ps-header .ps-mobile-logo img {
    width: 112px !important;
    max-width: 112px !important;
  }

  body header.site-header.ps-header .ps-mobile-phone {
    font-size: 15px !important;
  }
}

@media (max-width: 430px) {
  .site-header .brand,
  .site-header .brand.is-empty {
    width: 164px !important;
    height: 58px !important;
  }
}
/* Paint Service exact header 2026-06-09 */
.ps-header,
.ps-header * {
  box-sizing: border-box;
}

.ps-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
  background: rgba(248, 252, 255, 0.92) !important;
  border-bottom: 1px solid rgba(189, 210, 226, 0.72) !important;
  backdrop-filter: blur(18px) !important;
}

.ps-header-shell {
  width: min(1500px, calc(100% - 48px)) !important;
  min-height: 78px !important;
  margin: 14px auto !important;
  padding: 0 22px !important;
  display: grid !important;
  grid-template-columns: 232px minmax(430px, 1fr) auto !important;
  align-items: center !important;
  gap: 24px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(204, 218, 231, 0.94) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 44px rgba(36, 74, 111, 0.12) !important;
}

.ps-brand-slot {
  width: 220px !important;
  height: 64px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 5px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.ps-brand-logo {
  display: block !important;
  width: 206px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 58px !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: drop-shadow(0 8px 18px rgba(15, 32, 48, 0.14)) !important;
}

.ps-desktop-nav {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(18px, 2vw, 34px) !important;
  height: 44px !important;
  padding: 0 26px !important;
  border-left: 1px solid rgba(203, 215, 228, 0.84) !important;
  border-right: 1px solid rgba(203, 215, 228, 0.84) !important;
}

.ps-desktop-nav a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  height: 44px !important;
  padding: 0 !important;
  color: #101a28 !important;
  font: 600 15px/1.1 Inter, Arial, sans-serif !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  border: 0 !important;
  background: transparent !important;
}

.ps-desktop-nav a::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 1px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #1399ef !important;
  transform: scaleX(0) !important;
  transform-origin: center !important;
  transition: transform 0.18s ease !important;
}

.ps-desktop-nav a:hover::after,
.ps-desktop-nav a:focus-visible::after {
  transform: scaleX(1) !important;
}

.ps-header-contact {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  min-width: 0 !important;
}

.ps-phone,
.ps-photo-cta,
.ps-taxi-cta,
.ps-mobile-photo,
.ps-mobile-actions a,
.ps-mobile-actions button,
.ps-mobile-links a,
.ps-mobile-guarantee,
.ps-mobile-location {
  text-decoration: none !important;
  font-family: Inter, Arial, sans-serif !important;
}

.ps-phone {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 182px !important;
  color: #101a28 !important;
  background: transparent !important;
  border: 0 !important;
}

.ps-phone-text {
  display: grid !important;
  gap: 3px !important;
}

.ps-phone strong {
  display: block !important;
  color: #0a1524 !important;
  font: 800 17px/1.05 Inter, Arial, sans-serif !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.ps-phone small {
  display: block !important;
  color: #627187 !important;
  font: 500 13px/1.1 Inter, Arial, sans-serif !important;
  white-space: nowrap !important;
}

.ps-photo-cta,
.ps-taxi-cta {
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border-radius: 8px !important;
  font: 800 15px/1.12 Inter, Arial, sans-serif !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

.ps-photo-cta {
  width: 210px !important;
  padding: 0 18px !important;
  color: #fff !important;
  border: 1px solid #087ee8 !important;
  background: linear-gradient(180deg, #139ff0 0%, #0679df 100%) !important;
  box-shadow: 0 14px 28px rgba(5, 128, 232, 0.22) !important;
}

.ps-taxi-wrap {
  position: relative !important;
  display: inline-flex !important;
}

.ps-taxi-cta {
  width: 202px !important;
  padding: 0 14px !important;
  color: #201a08 !important;
  border: 1px solid #f2c31e !important;
  background: linear-gradient(180deg, #fff4a3 0%, #ffd947 100%) !important;
  box-shadow: 0 14px 26px rgba(225, 174, 10, 0.16) !important;
}

.ps-taxi-chevron {
  width: 9px !important;
  height: 9px !important;
  border-right: 2px solid currentColor !important;
  border-top: 2px solid currentColor !important;
  transform: rotate(-45deg) translateY(2px) !important;
}

.ps-taxi-popover {
  position: absolute !important;
  top: calc(100% + 18px) !important;
  right: 0 !important;
  width: 350px !important;
  padding: 24px 24px 20px !important;
  display: grid !important;
  grid-template-columns: 54px 1fr !important;
  gap: 16px !important;
  color: #172235 !important;
  background: #fff !important;
  border: 1px solid rgba(209, 221, 234, 0.95) !important;
  border-radius: 14px !important;
  box-shadow: 0 22px 50px rgba(15, 34, 55, 0.18) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease !important;
}

.ps-taxi-popover::before {
  content: "" !important;
  position: absolute !important;
  top: -10px !important;
  right: 72px !important;
  width: 18px !important;
  height: 18px !important;
  background: #fff !important;
  border-left: 1px solid rgba(209, 221, 234, 0.95) !important;
  border-top: 1px solid rgba(209, 221, 234, 0.95) !important;
  transform: rotate(45deg) !important;
}

.ps-taxi-wrap:hover .ps-taxi-popover,
.ps-taxi-wrap:focus-within .ps-taxi-popover {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.ps-taxi-popover-icon {
  width: 54px !important;
  height: 54px !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  background: #ffec83 !important;
  color: #0b1726 !important;
}

.ps-taxi-popover p {
  margin: 0 !important;
  color: #253249 !important;
  font: 600 15px/1.45 Inter, Arial, sans-serif !important;
}

.ps-taxi-popover small {
  grid-column: 1 / -1 !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(215, 225, 235, 0.86) !important;
  color: #68778b !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font: 600 13px/1.2 Inter, Arial, sans-serif !important;
}

.ps-menu-toggle {
  display: none !important;
}

.ps-mobile-menu {
  display: none !important;
}

.ps-ico {
  position: relative !important;
  flex: 0 0 auto !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  color: #087ee8 !important;
}

.ps-ico::before,
.ps-ico::after {
  content: "" !important;
  position: absolute !important;
  box-sizing: border-box !important;
}

.ps-ico-phone::before {
  inset: 4px 6px 4px 7px !important;
  border: 3px solid currentColor !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 4px 0 0 7px !important;
  transform: rotate(-45deg) !important;
}

.ps-ico-camera::before {
  left: 2px !important;
  top: 7px !important;
  width: 20px !important;
  height: 14px !important;
  border: 2px solid currentColor !important;
  border-radius: 4px !important;
}

.ps-ico-camera::after {
  left: 9px !important;
  top: 11px !important;
  width: 6px !important;
  height: 6px !important;
  border: 2px solid currentColor !important;
  border-radius: 50% !important;
}

.ps-ico-taxi::before {
  left: 3px !important;
  top: 9px !important;
  width: 18px !important;
  height: 9px !important;
  border: 2px solid currentColor !important;
  border-radius: 4px 4px 3px 3px !important;
}

.ps-ico-taxi::after {
  left: 7px !important;
  top: 5px !important;
  width: 10px !important;
  height: 6px !important;
  border: 2px solid currentColor !important;
  border-bottom: 0 !important;
  border-radius: 5px 5px 0 0 !important;
  box-shadow: -2px 12px 0 -1px currentColor, 10px 12px 0 -1px currentColor !important;
}

.ps-ico-shield::before {
  left: 4px !important;
  top: 2px !important;
  width: 16px !important;
  height: 19px !important;
  border: 2px solid currentColor !important;
  border-radius: 9px 9px 10px 10px !important;
  clip-path: polygon(50% 0, 100% 18%, 100% 58%, 50% 100%, 0 58%, 0 18%) !important;
}

.ps-ico-car::before {
  left: 3px !important;
  top: 9px !important;
  width: 18px !important;
  height: 8px !important;
  border: 2px solid currentColor !important;
  border-radius: 4px !important;
}

.ps-ico-car::after {
  left: 6px !important;
  top: 6px !important;
  width: 12px !important;
  height: 6px !important;
  border: 2px solid currentColor !important;
  border-bottom: 0 !important;
  border-radius: 6px 6px 0 0 !important;
}

.ps-ico-spray::before {
  left: 8px !important;
  top: 2px !important;
  width: 8px !important;
  height: 12px !important;
  border: 2px solid currentColor !important;
  border-radius: 2px !important;
}

.ps-ico-spray::after {
  left: 5px !important;
  top: 13px !important;
  width: 14px !important;
  height: 8px !important;
  border: 2px solid currentColor !important;
  border-top: 0 !important;
  border-radius: 0 0 5px 5px !important;
}

.ps-ico-spark::before {
  left: 8px !important;
  top: 2px !important;
  width: 8px !important;
  height: 20px !important;
  background: currentColor !important;
  clip-path: polygon(50% 0, 68% 35%, 100% 50%, 68% 65%, 50% 100%, 32% 65%, 0 50%, 32% 35%) !important;
}

.ps-ico-grid::before {
  inset: 4px !important;
  border: 2px solid currentColor !important;
  border-radius: 3px !important;
  box-shadow: 8px 0 0 -2px currentColor, 0 8px 0 -2px currentColor, 8px 8px 0 -2px currentColor !important;
}

.ps-ico-pin::before {
  left: 5px !important;
  top: 2px !important;
  width: 14px !important;
  height: 18px !important;
  border: 2px solid currentColor !important;
  border-radius: 9px 9px 9px 0 !important;
  transform: rotate(-45deg) !important;
}

.ps-ico-pin::after {
  left: 10px !important;
  top: 7px !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: currentColor !important;
}

.ps-ico-message::before {
  left: 3px !important;
  top: 5px !important;
  width: 18px !important;
  height: 14px !important;
  border: 2px solid currentColor !important;
  border-radius: 4px !important;
}

.ps-ico-message::after {
  left: 8px !important;
  top: 17px !important;
  width: 7px !important;
  height: 7px !important;
  border-left: 2px solid currentColor !important;
  border-bottom: 2px solid currentColor !important;
  transform: skew(-18deg) !important;
}

@media (max-width: 1260px) {
  .ps-header-shell {
    grid-template-columns: 202px minmax(360px, 1fr) auto !important;
    gap: 16px !important;
    padding: 0 18px !important;
  }

  .ps-brand-slot {
    width: 196px !important;
  }

  .ps-brand-logo {
    width: 184px !important;
  }

  .ps-desktop-nav {
    gap: 17px !important;
    padding: 0 18px !important;
  }

  .ps-desktop-nav a {
    font-size: 14px !important;
  }

  .ps-photo-cta {
    width: 184px !important;
  }

  .ps-taxi-cta {
    width: 172px !important;
  }
}

@media (max-width: 1060px) {
  .ps-desktop-nav {
    gap: 13px !important;
    padding: 0 12px !important;
  }

  .ps-desktop-nav a {
    font-size: 13px !important;
  }

  .ps-photo-cta,
  .ps-taxi-cta {
    font-size: 0 !important;
    width: 58px !important;
    padding: 0 !important;
  }
}

@media (max-width: 900px) {
  .ps-header {
    position: sticky !important;
    background: rgba(255, 255, 255, 0.96) !important;
  }

  .ps-header-shell {
    width: 100% !important;
    min-height: 98px !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    grid-template-columns: minmax(0, 1fr) 54px 54px !important;
    gap: 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 12px 30px rgba(25, 61, 94, 0.1) !important;
  }

  .ps-brand-slot {
    width: 178px !important;
    height: 64px !important;
    padding: 4px 0 !important;
  }

  .ps-brand-logo {
    width: 166px !important;
    max-height: 56px !important;
  }

  .ps-desktop-nav,
  .ps-photo-cta,
  .ps-taxi-wrap {
    display: none !important;
  }

  .ps-header-contact {
    display: flex !important;
    grid-column: 2 !important;
    justify-self: end !important;
    gap: 0 !important;
  }

  .ps-phone {
    width: 54px !important;
    min-width: 54px !important;
    height: 54px !important;
    justify-content: center !important;
    border: 1px solid #1399ef !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .ps-phone-text {
    display: none !important;
  }

  .ps-menu-toggle {
    grid-column: 3 !important;
    width: 54px !important;
    height: 54px !important;
    padding: 0 !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    border: 1px solid #cfdeeb !important;
    border-radius: 10px !important;
    background: #fff !important;
    cursor: pointer !important;
  }

  .ps-menu-toggle span {
    width: 25px !important;
    height: 2px !important;
    display: block !important;
    border-radius: 999px !important;
    background: #06111d !important;
    transition: transform 0.16s ease, opacity 0.16s ease !important;
  }

  .ps-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg) !important;
  }

  .ps-menu-toggle.is-active span:nth-child(2) {
    opacity: 0 !important;
  }

  .ps-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg) !important;
  }

  .ps-header .ps-mobile-menu {
    position: fixed !important;
    inset: 10px !important;
    z-index: 1002 !important;
    max-height: calc(100vh - 20px) !important;
    overflow-y: auto !important;
    display: block !important;
    padding: 18px !important;
    color: #0a1422 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(204, 218, 231, 0.96) !important;
    border-radius: 24px !important;
    box-shadow: 0 28px 80px rgba(9, 25, 46, 0.28) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-8px) scale(0.985) !important;
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease !important;
  }

  .ps-header .ps-mobile-menu.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
  }

  .ps-mobile-head {
    display: grid !important;
    grid-template-columns: minmax(0, 132px) 1fr 44px !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 18px !important;
  }

  .ps-mobile-logo {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  .ps-mobile-logo img {
    display: block !important;
    width: 132px !important;
    max-height: 48px !important;
    object-fit: contain !important;
  }

  .ps-mobile-phone {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    color: #0a1422 !important;
    font: 800 17px/1 Inter, Arial, sans-serif !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }

  .ps-mobile-close {
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    color: #087ee8 !important;
    border: 0 !important;
    background: transparent !important;
    font: 300 42px/1 Inter, Arial, sans-serif !important;
    cursor: pointer !important;
  }

  .ps-mobile-photo {
    width: 100% !important;
    min-height: 70px !important;
    margin: 0 0 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    color: #fff !important;
    border: 1px solid #067ce4 !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, #077fff 0%, #056fe6 100%) !important;
    box-shadow: 0 18px 38px rgba(6, 120, 228, 0.22) !important;
    font: 800 20px/1.1 Inter, Arial, sans-serif !important;
    cursor: pointer !important;
  }

  .ps-mobile-photo .ps-ico,
  .ps-photo-cta .ps-ico {
    color: currentColor !important;
  }

  .ps-mobile-taxi {
    position: relative !important;
    min-height: 156px !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    display: grid !important;
    overflow: hidden !important;
    color: #171200 !important;
    border: 1px solid #f2c31e !important;
    border-radius: 12px !important;
    background: radial-gradient(circle at 92% 72%, rgba(245, 174, 0, 0.42) 0 0, transparent 92px), linear-gradient(120deg, #fff9bf 0%, #fff1a0 48%, #ffe064 100%) !important;
    box-shadow: 0 14px 26px rgba(223, 179, 17, 0.16) !important;
  }

  .ps-mobile-taxi strong {
    min-height: 62px !important;
    padding: 0 22px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    border-bottom: 1px solid #f2c31e !important;
    font: 800 22px/1.1 Inter, Arial, sans-serif !important;
  }

  .ps-mobile-taxi .ps-taxi-chevron {
    margin-left: auto !important;
    transform: rotate(-45deg) translateY(2px) !important;
  }

  .ps-mobile-taxi > span {
    max-width: 72% !important;
    padding: 18px 22px 20px !important;
    color: #303847 !important;
    font: 600 16px/1.48 Inter, Arial, sans-serif !important;
  }

  .ps-mobile-taxi::after {
    content: "TAXI" !important;
    position: absolute !important;
    right: 18px !important;
    bottom: 18px !important;
    width: 84px !important;
    height: 48px !important;
    display: grid !important;
    place-items: center !important;
    color: #171200 !important;
    border: 2px solid #171200 !important;
    border-radius: 999px 999px 12px 12px !important;
    background: #ffd21b !important;
    font: 900 18px/1 Inter, Arial, sans-serif !important;
    letter-spacing: 1px !important;
    box-shadow: 0 18px 22px rgba(92, 70, 0, 0.12) !important;
  }

  .ps-mobile-links {
    overflow: hidden !important;
    display: grid !important;
    border: 1px solid rgba(205, 219, 232, 0.94) !important;
    border-radius: 12px !important;
    background: #fff !important;
  }

  .ps-mobile-links a {
    min-height: 72px !important;
    padding: 12px 14px 12px 20px !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 16px !important;
    align-items: center !important;
    column-gap: 14px !important;
    color: #0a1422 !important;
    border-bottom: 1px solid rgba(211, 222, 233, 0.86) !important;
    background: #fff !important;
  }

  .ps-mobile-links a:last-child {
    border-bottom: 0 !important;
  }

  .ps-mobile-links a::after {
    content: "" !important;
    width: 11px !important;
    height: 11px !important;
    border-right: 2px solid #63758b !important;
    border-top: 2px solid #63758b !important;
    transform: rotate(45deg) !important;
  }

  .ps-mobile-links strong {
    display: block !important;
    min-width: 0 !important;
    color: #0a1422 !important;
    font: 800 18px/1.15 Inter, Arial, sans-serif !important;
    white-space: normal !important;
  }

  .ps-mobile-links em {
    display: block !important;
    margin-top: 4px !important;
    color: #66758a !important;
    font: 500 13px/1.2 Inter, Arial, sans-serif !important;
    font-style: normal !important;
    white-space: normal !important;
  }

  .ps-mobile-actions {
    margin: 18px 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .ps-mobile-actions a,
  .ps-mobile-actions button {
    min-height: 108px !important;
    padding: 14px 8px !important;
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    gap: 8px !important;
    color: #0a1422 !important;
    border: 1px solid rgba(205, 219, 232, 0.94) !important;
    border-radius: 12px !important;
    background: #fff !important;
    cursor: pointer !important;
    text-align: center !important;
  }

  .ps-mobile-actions strong {
    font: 800 15px/1.05 Inter, Arial, sans-serif !important;
  }

  .ps-mobile-actions small {
    color: #65758a !important;
    font: 500 12px/1.15 Inter, Arial, sans-serif !important;
  }

  .ps-mobile-guarantee,
  .ps-mobile-location {
    min-height: 96px !important;
    margin-top: 14px !important;
    padding: 18px !important;
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 16px !important;
    color: #0a1422 !important;
    border: 1px solid rgba(83, 162, 255, 0.38) !important;
    border-radius: 12px !important;
    background: linear-gradient(120deg, #f1f8ff 0%, #fff 100%) !important;
  }

  .ps-mobile-guarantee .ps-ico,
  .ps-mobile-location .ps-ico {
    width: 52px !important;
    height: 52px !important;
  }

  .ps-mobile-guarantee strong,
  .ps-mobile-location strong {
    display: block !important;
    font: 800 18px/1.2 Inter, Arial, sans-serif !important;
  }

  .ps-mobile-guarantee small,
  .ps-mobile-location small {
    display: block !important;
    margin-top: 5px !important;
    color: #66758a !important;
    font: 500 14px/1.3 Inter, Arial, sans-serif !important;
  }
}

@media (max-width: 390px) {
  .ps-header-shell {
    padding-inline: 12px !important;
    grid-template-columns: minmax(0, 1fr) 50px 50px !important;
  }

  .ps-brand-slot {
    width: 158px !important;
  }

  .ps-brand-logo {
    width: 150px !important;
  }

  .ps-phone,
  .ps-menu-toggle {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
  }

  .ps-mobile-head {
    grid-template-columns: minmax(0, 116px) 1fr 40px !important;
  }

  .ps-mobile-logo img {
    width: 116px !important;
  }

  .ps-mobile-phone {
    font-size: 15px !important;
  }

  .ps-mobile-photo {
    font-size: 18px !important;
  }

  .ps-mobile-actions {
    gap: 8px !important;
  }

  .ps-mobile-actions a,
  .ps-mobile-actions button {
    min-height: 96px !important;
  }
}

/* Paint Service mobile menu hard override 2026-06-09 */
@media (max-width: 900px) {
  header.site-header.ps-header nav.main-nav.ps-mobile-menu {
    position: fixed !important;
    inset: 10px !important;
    z-index: 1002 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: calc(100vh - 20px) !important;
    min-height: 0 !important;
    max-height: calc(100vh - 20px) !important;
    margin: 0 !important;
    padding: 18px !important;
    display: block !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    align-items: stretch !important;
    justify-content: start !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(204, 218, 231, 0.96) !important;
    border-radius: 24px !important;
    box-shadow: 0 28px 80px rgba(9, 25, 46, 0.28) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-8px) scale(0.985) !important;
  }

  header.site-header.ps-header nav.main-nav.ps-mobile-menu.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
  }

  header.site-header.ps-header nav.main-nav.ps-mobile-menu > a {
    display: grid !important;
  }
}
/* Paint Service compact header correction 2026-06-09 */
body img[src*="paint-service-pro.svg"] {
  max-width: 210px !important;
  max-height: 64px !important;
  object-fit: contain !important;
  transform: none !important;
}

body .footer-brand img[src*="paint-service-pro.svg"] {
  width: 210px !important;
  height: 58px !important;
}

body header.site-header.ps-header .ps-taxi-wrap.is-open .ps-taxi-popover,
body header.site-header.ps-header .ps-taxi-wrap:hover .ps-taxi-popover,
body header.site-header.ps-header .ps-taxi-wrap:focus-within .ps-taxi-popover {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

@media (max-width: 900px) {
  body header.site-header.ps-header nav.ps-mobile-menu {
    padding: 14px !important;
    border-radius: 18px !important;
  }

  body header.site-header.ps-header .ps-mobile-head {
    grid-template-columns: 118px minmax(0, 1fr) 36px !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
  }

  body header.site-header.ps-header .ps-mobile-logo img {
    width: 118px !important;
    height: 42px !important;
    max-width: 118px !important;
    max-height: 42px !important;
  }

  body header.site-header.ps-header .ps-mobile-phone {
    font: 800 16px/1 Inter, Arial, sans-serif !important;
    gap: 5px !important;
  }

  body header.site-header.ps-header .ps-mobile-close {
    width: 36px !important;
    height: 36px !important;
    font-size: 36px !important;
  }

  body header.site-header.ps-header .ps-mobile-photo {
    height: 60px !important;
    margin-bottom: 12px !important;
    font-size: 18px !important;
    border-radius: 8px !important;
  }

  body header.site-header.ps-header .ps-mobile-taxi {
    height: 140px !important;
    min-height: 140px !important;
    margin-bottom: 12px !important;
    border-radius: 10px !important;
  }

  body header.site-header.ps-header .ps-mobile-taxi strong {
    height: 52px !important;
    padding: 0 16px !important;
    font-size: 20px !important;
  }

  body header.site-header.ps-header .ps-mobile-taxi > span {
    width: 70% !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    line-height: 1.38 !important;
  }

  body header.site-header.ps-header .ps-mobile-taxi:not(.is-open) {
    height: 52px !important;
    min-height: 52px !important;
  }

  body header.site-header.ps-header .ps-mobile-taxi:not(.is-open) > span,
  body header.site-header.ps-header .ps-mobile-taxi:not(.is-open)::after {
    display: none !important;
  }

  body header.site-header.ps-header .ps-mobile-taxi::after {
    right: 16px !important;
    bottom: 16px !important;
    width: 66px !important;
    height: 38px !important;
    font-size: 14px !important;
  }

  body header.site-header.ps-header .ps-mobile-links a {
    min-height: 58px !important;
    padding: 9px 12px 9px 16px !important;
    grid-template-columns: 34px minmax(0, 1fr) 12px !important;
    gap: 10px !important;
  }

  body header.site-header.ps-header .ps-mobile-links strong {
    font-size: 17px !important;
  }

  body header.site-header.ps-header .ps-mobile-actions {
    margin: 12px 0 !important;
    gap: 8px !important;
  }

  body header.site-header.ps-header .ps-mobile-actions a,
  body header.site-header.ps-header .ps-mobile-actions button {
    min-height: 78px !important;
    padding: 8px 5px !important;
  }

  body header.site-header.ps-header .ps-mobile-actions strong {
    font-size: 13px !important;
  }

  body header.site-header.ps-header .ps-mobile-actions small {
    font-size: 11px !important;
  }

  body header.site-header.ps-header .ps-mobile-guarantee,
  body header.site-header.ps-header .ps-mobile-location {
    min-height: 76px !important;
    margin-top: 10px !important;
    padding: 12px !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body header.site-header.ps-header .ps-mobile-guarantee strong,
  body header.site-header.ps-header .ps-mobile-location strong {
    font-size: 15px !important;
  }

  body header.site-header.ps-header .ps-mobile-guarantee small,
  body header.site-header.ps-header .ps-mobile-location small {
    font-size: 12px !important;
  }
}

/* PS HEADER RESET FINAL - must stay at end */
html,
body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body:has(.modal.is-open) {
  overflow: hidden !important;
}

body .ps-header,
body .ps-header *,
body .ps-header *::before,
body .ps-header *::after {
  box-sizing: border-box !important;
}

body .ps-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 10000 !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: rgba(247, 251, 255, 0.94) !important;
  border-bottom: 1px solid #d8e4ee !important;
  overflow: visible !important;
}

body .ps-header .ps-header-shell {
  width: min(1500px, calc(100% - 64px)) !important;
  height: 92px !important;
  margin: 18px auto !important;
  padding: 0 28px !important;
  display: grid !important;
  grid-template-columns: 230px minmax(470px, 1fr) auto !important;
  align-items: center !important;
  gap: 26px !important;
  background: #fff !important;
  border: 1px solid #d8e4ee !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 42px rgba(28, 59, 91, 0.12) !important;
}

body .ps-header .ps-brand-slot {
  width: 220px !important;
  height: 64px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
  border: 0 !important;
  background: transparent !important;
}

body .ps-header .ps-brand-logo {
  width: 210px !important;
  height: 58px !important;
  max-width: 210px !important;
  max-height: 58px !important;
  display: block !important;
  object-fit: contain !important;
  object-position: left center !important;
  transform: none !important;
}

body .ps-header .ps-desktop-nav {
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 32px !important;
  padding: 0 30px !important;
  border-left: 1px solid #d8e0ea !important;
  border-right: 1px solid #d8e0ea !important;
  background: transparent !important;
}

body .ps-header .ps-desktop-nav a {
  color: #111827 !important;
  font: 500 16px/1.1 "Segoe UI", Arial, sans-serif !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  border: 0 !important;
  background: transparent !important;
}

body .ps-header .ps-header-contact {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
}

body .ps-header .ps-phone {
  min-width: 190px !important;
  height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #0b1523 !important;
  text-decoration: none !important;
  border: 0 !important;
  background: transparent !important;
}

body .ps-header .ps-phone strong {
  display: block !important;
  font: 800 18px/1.05 "Segoe UI", Arial, sans-serif !important;
  color: #0b1523 !important;
}

body .ps-header .ps-phone small {
  display: block !important;
  margin-top: 4px !important;
  font: 500 13px/1.1 "Segoe UI", Arial, sans-serif !important;
  color: #66758a !important;
}

body .ps-header .ps-photo-cta,
body .ps-header .ps-taxi-cta {
  height: 58px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border-radius: 8px !important;
  font: 800 15px/1.1 "Segoe UI", Arial, sans-serif !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

body .ps-header .ps-photo-cta {
  width: 220px !important;
  color: #fff !important;
  border: 1px solid #087ee8 !important;
  background: linear-gradient(180deg, #0d98f2, #0677de) !important;
}

body .ps-header .ps-taxi-wrap {
  position: relative !important;
  display: inline-flex !important;
}

body .ps-header .ps-taxi-cta {
  width: 210px !important;
  color: #211a06 !important;
  border: 1px solid #e8ba16 !important;
  background: linear-gradient(180deg, #fff2a1, #ffd43c) !important;
}

body .ps-header .ps-taxi-popover {
  position: absolute !important;
  top: calc(100% + 14px) !important;
  right: 0 !important;
  width: 360px !important;
  padding: 22px !important;
  display: grid !important;
  grid-template-columns: 54px 1fr !important;
  gap: 14px !important;
  color: #182234 !important;
  background: #fff !important;
  border: 1px solid #d8e4ee !important;
  border-radius: 14px !important;
  box-shadow: 0 24px 54px rgba(22, 43, 67, 0.18) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
}

body .ps-header .ps-taxi-wrap.is-open .ps-taxi-popover,
body .ps-header .ps-taxi-wrap:hover .ps-taxi-popover,
body .ps-header .ps-taxi-wrap:focus-within .ps-taxi-popover {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

body .ps-header .ps-menu-toggle,
body .ps-header .ps-mobile-menu {
  display: none !important;
}

@media (max-width: 1280px) {
  body .ps-header .ps-header-shell {
    width: calc(100% - 32px) !important;
    grid-template-columns: 205px minmax(360px, 1fr) auto !important;
    gap: 16px !important;
    padding: 0 20px !important;
  }

  body .ps-header .ps-brand-slot {
    width: 198px !important;
  }

  body .ps-header .ps-brand-logo {
    width: 188px !important;
    max-width: 188px !important;
  }

  body .ps-header .ps-desktop-nav {
    gap: 18px !important;
    padding: 0 18px !important;
  }

  body .ps-header .ps-desktop-nav a {
    font-size: 14px !important;
  }

  body .ps-header .ps-photo-cta {
    width: 190px !important;
  }

  body .ps-header .ps-taxi-cta {
    width: 178px !important;
  }
}

@media (max-width: 900px) {
  body .ps-header {
    background: #fff !important;
  }

  body .ps-header .ps-header-shell {
    width: 100% !important;
    height: 86px !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 50px 50px !important;
    gap: 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 24px rgba(32, 64, 92, 0.08) !important;
  }

  body .ps-header .ps-brand-slot {
    width: 160px !important;
    height: 58px !important;
  }

  body .ps-header .ps-brand-logo {
    width: 150px !important;
    height: 52px !important;
    max-width: 150px !important;
    max-height: 52px !important;
  }

  body .ps-header .ps-desktop-nav,
  body .ps-header .ps-photo-cta,
  body .ps-header .ps-taxi-wrap {
    display: none !important;
  }

  body .ps-header .ps-header-contact {
    grid-column: 2 !important;
    display: block !important;
  }

  body .ps-header .ps-phone {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid #1399ef !important;
    border-radius: 10px !important;
    background: #fff !important;
  }

  body .ps-header .ps-phone-text {
    display: none !important;
  }

  body .ps-header .ps-menu-toggle {
    grid-column: 3 !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 0 !important;
    border: 1px solid #d0dfeb !important;
    border-radius: 10px !important;
    background: #fff !important;
  }

  body .ps-header .ps-menu-toggle span {
    display: block !important;
    width: 24px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #0b1523 !important;
  }

  body .ps-header .ps-mobile-menu {
    position: fixed !important;
    inset: 10px !important;
    z-index: 10020 !important;
    width: auto !important;
    height: calc(100vh - 20px) !important;
    padding: 16px !important;
    display: block !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #fff !important;
    border: 1px solid #d8e4ee !important;
    border-radius: 22px !important;
    box-shadow: 0 28px 80px rgba(9, 25, 46, 0.3) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-8px) scale(0.985) !important;
  }

  body .ps-header .ps-mobile-menu.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  body .ps-header .ps-mobile-head {
    display: grid !important;
    grid-template-columns: 120px 1fr 34px !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
  }

  body .ps-header .ps-mobile-logo img {
    width: 118px !important;
    height: 42px !important;
    max-width: 118px !important;
    max-height: 42px !important;
  }

  body .ps-header .ps-mobile-phone {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    color: #0b1523 !important;
    font: 800 16px/1 "Segoe UI", Arial, sans-serif !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  body .ps-header .ps-mobile-close {
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #087ee8 !important;
    font: 300 34px/1 "Segoe UI", Arial, sans-serif !important;
  }

  body .ps-header .ps-mobile-photo {
    width: 100% !important;
    height: 58px !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    color: #fff !important;
    border: 1px solid #067de8 !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #087fff, #0571e5) !important;
    font: 700 18px/1.1 "Segoe UI", Arial, sans-serif !important;
  }

  body .ps-header .ps-mobile-taxi {
    width: 100% !important;
    height: 132px !important;
    min-height: 132px !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden !important;
    color: #171200 !important;
    border: 1px solid #edbe13 !important;
    border-radius: 10px !important;
    background: linear-gradient(115deg, #fff8b8, #ffe16a) !important;
    text-align: left !important;
  }

  body .ps-header .ps-mobile-taxi strong {
    height: 50px !important;
    padding: 0 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    border-bottom: 1px solid #edbe13 !important;
    font: 800 19px/1.1 "Segoe UI", Arial, sans-serif !important;
  }

  body .ps-header .ps-mobile-taxi > span {
    width: 72% !important;
    padding: 12px 16px !important;
    display: block !important;
    color: #303847 !important;
    font: 500 14px/1.35 "Segoe UI", Arial, sans-serif !important;
  }

  body .ps-header .ps-mobile-taxi:not(.is-open) {
    height: 50px !important;
    min-height: 50px !important;
  }

  body .ps-header .ps-mobile-taxi:not(.is-open) > span,
  body .ps-header .ps-mobile-taxi:not(.is-open)::after {
    display: none !important;
  }

  body .ps-header .ps-mobile-taxi::after {
    content: "TAXI" !important;
    position: absolute !important;
    right: 16px !important;
    bottom: 15px !important;
    width: 64px !important;
    height: 36px !important;
    display: grid !important;
    place-items: center !important;
    border: 2px solid #191300 !important;
    border-radius: 999px 999px 12px 12px !important;
    background: #ffd21b !important;
    color: #191300 !important;
    font: 900 14px/1 "Segoe UI", Arial, sans-serif !important;
  }

  body .ps-header .ps-mobile-links {
    display: block !important;
    overflow: hidden !important;
    border: 1px solid #d8e4ee !important;
    border-radius: 10px !important;
    background: #fff !important;
  }

  body .ps-header .ps-mobile-links a {
    min-height: 56px !important;
    padding: 8px 12px 8px 16px !important;
    display: grid !important;
    grid-template-columns: 32px minmax(0, 1fr) 12px !important;
    align-items: center !important;
    gap: 10px !important;
    color: #0b1523 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #dce6ef !important;
    background: #fff !important;
  }

  body .ps-header .ps-mobile-links a:last-child {
    border-bottom: 0 !important;
  }

  body .ps-header .ps-mobile-links a::after {
    content: "" !important;
    width: 9px !important;
    height: 9px !important;
    border-top: 2px solid #62738a !important;
    border-right: 2px solid #62738a !important;
    transform: rotate(45deg) !important;
  }

  body .ps-header .ps-mobile-links strong {
    display: block !important;
    color: #0b1523 !important;
    font: 800 16px/1.1 "Segoe UI", Arial, sans-serif !important;
  }

  body .ps-header .ps-mobile-links em {
    display: none !important;
  }

  body .ps-header .ps-mobile-actions,
  body .ps-header .ps-mobile-guarantee,
  body .ps-header .ps-mobile-location {
    display: none !important;
  }
}

/* Premium header final layer. This overrides old prototype logo-slot rules. */
header.site-header {
  min-height: 92px !important;
  overflow: visible !important;
  background: rgba(255, 255, 255, 0.985) !important;
  border-bottom: 1px solid rgba(204, 219, 232, 0.88) !important;
  box-shadow: 0 14px 44px rgba(18, 48, 74, 0.07) !important;
}

header.site-header .header-inner {
  max-width: 1508px !important;
  min-height: 92px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 0 28px !important;
}

header.site-header .brand {
  width: 230px !important;
  height: 70px !important;
  flex: 0 0 230px !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

header.site-header .brand::before,
header.site-header .brand::after {
  display: none !important;
  content: "" !important;
}

header.site-header .brand-logo,
header.site-header .brand.is-empty .brand-logo {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: left center !important;
  pointer-events: auto !important;
}

header.site-header .main-nav {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin-left: 4px !important;
  justify-content: center !important;
}

header.site-header .phone-link {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  min-width: 188px !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 13px !important;
  flex: 0 0 auto !important;
}

header.site-header .phone-link span {
  display: block !important;
}

.taxi-cta {
  min-height: 50px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(234, 178, 40, 0.7);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffd95a, #ffc220);
  color: #111827;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(255, 194, 32, 0.28);
}

.taxi-cta::before {
  content: "";
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11h14l-1.4-4.2A2.6 2.6 0 0 0 15.1 5H8.9a2.6 2.6 0 0 0-2.5 1.8L5 11Zm-1.2 1.7A2.8 2.8 0 0 1 6.5 10h11a2.8 2.8 0 0 1 2.7 2.7V18h-2v1a1.5 1.5 0 0 1-3 0v-1H8.8v1a1.5 1.5 0 0 1-3 0v-1h-2v-5.3ZM7.2 14.2a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4Zm9.6 0a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11h14l-1.4-4.2A2.6 2.6 0 0 0 15.1 5H8.9a2.6 2.6 0 0 0-2.5 1.8L5 11Zm-1.2 1.7A2.8 2.8 0 0 1 6.5 10h11a2.8 2.8 0 0 1 2.7 2.7V18h-2v1a1.5 1.5 0 0 1-3 0v-1H8.8v1a1.5 1.5 0 0 1-3 0v-1h-2v-5.3ZM7.2 14.2a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4Zm9.6 0a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.taxi-cta:hover,
.taxi-cta:focus-visible {
  transform: translateY(-1px);
  outline: none;
  box-shadow: 0 18px 36px rgba(255, 194, 32, 0.36), 0 0 0 5px rgba(255, 194, 32, 0.16);
}

@media (max-width: 1100px) {
  header.site-header {
    min-height: 122px !important;
    height: auto !important;
  }

  header.site-header .header-inner {
    min-height: 122px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 52px 52px !important;
    grid-template-rows: 66px 38px !important;
    gap: 8px 10px !important;
    padding: 8px 14px 10px !important;
  }

  header.site-header .brand {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 174px !important;
    max-width: 100% !important;
    height: 62px !important;
    flex-basis: auto !important;
  }

  header.site-header .phone-link {
    grid-column: 2 !important;
    grid-row: 1 !important;
    position: static !important;
    display: inline-flex !important;
    width: 52px !important;
    min-width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    justify-content: center !important;
    border-color: rgba(21, 157, 228, 0.82) !important;
  }

  header.site-header .phone-link span {
    display: none !important;
  }

  header.site-header .mobile-menu-trigger {
    grid-column: 3 !important;
    grid-row: 1 !important;
    position: static !important;
    width: 52px !important;
    height: 52px !important;
    display: inline-flex !important;
  }

  .taxi-cta {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100%;
    min-height: 36px;
    justify-content: center;
    font-size: 12px;
    border-radius: 9px;
  }

  header.site-header .main-nav {
    top: 132px !important;
  }

  header.site-header .messengers,
  header.site-header .top-cta {
    display: none !important;
  }
}



/* Internal article mobile hardening: keep generated blog pages inside viewport. */
.internal-page {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 760px) {
  html,
  body,
  .internal-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .internal-page .site-header {
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    min-height: 92px !important;
  }

  .internal-page .header-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 54px 54px !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100vw !important;
    min-height: 92px !important;
    padding: 12px !important;
  }

  .internal-page .brand {
    width: 152px !important;
    max-width: 100% !important;
    height: 56px !important;
  }

  .internal-page header.site-header .mobile-call,
  .internal-page header.site-header .mobile-menu-trigger {
    position: static !important;
    inset: auto !important;
    display: inline-flex !important;
    width: 54px !important;
    min-width: 54px !important;
    height: 54px !important;
    min-height: 54px !important;
    margin: 0 !important;
  }

  .internal-page header.site-header .mobile-call {
    grid-column: 2 !important;
  }

  .internal-page header.site-header .mobile-menu-trigger {
    grid-column: 3 !important;
  }

  .internal-page .main-nav {
    position: fixed !important;
    top: 102px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
  }

  .internal-page .article-shell,
  .internal-page .wide-interactive-zone,
  .internal-page .page-faq {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .internal-page .article-hero,
  .internal-page .article-hero-copy,
  .internal-page .article-main,
  .internal-page .article-sidebar,
  .internal-page .internal-article,
  .internal-page .inline-calculator,
  .internal-page .article-toc,
  .internal-page .expert-guide,
  .internal-page .proof-strip,
  .internal-page .seo-related,
  .internal-page .sidebar-card,
  .internal-page .side-request {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .internal-page .article-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(28px, 8vw, 30px) !important;
    line-height: 1.06 !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: auto !important;
  }

  .internal-page .article-hero-copy p,
  .internal-page .article-content p,
  .internal-page .article-content li,
  .internal-page .article-meta,
  .internal-page .category-breadcrumbs {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }

  .internal-page .article-meta {
    gap: 8px 12px !important;
  }

  .internal-page .article-hero-media img {
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
  }

  .internal-page .article-note {
    margin: 16px !important;
    padding: 20px !important;
  }

  .internal-page .article-content {
    padding: 0 20px 28px !important;
  }

  .internal-page .inline-calculator {
    gap: 14px !important;
    padding: 20px !important;
  }

  .internal-page .calc-grid,
  .internal-page .expert-guide ol,
  .internal-page .article-toc ol,
  .internal-page .proof-strip,
  .internal-page .article-sidebar {
    grid-template-columns: 1fr !important;
  }

  .internal-page .calc-grid select,
  .internal-page .side-request input,
  .internal-page .side-request select,
  .internal-page .side-request textarea {
    width: 100% !important;
    min-width: 0 !important;
  }

  .internal-page .mobile-bar {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
  }
}

/* Home trust module: compact modern layout, aligned with landing pages. */
.trust-cycle-home {
  width: min(1180px, calc(100% - 40px)) !important;
  margin: clamp(36px, 6vw, 76px) auto !important;
  padding: clamp(28px, 4vw, 46px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr) !important;
  column-gap: clamp(28px, 5vw, 74px) !important;
  row-gap: 28px !important;
  align-items: start !important;
  border: 1px solid rgba(111, 195, 238, .46) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(520px 300px at 88% 12%, rgba(34, 174, 231, .20), transparent 70%),
    linear-gradient(180deg, #f7fcff 0%, #ffffff 62%, #f5fbff 100%) !important;
  box-shadow: 0 24px 70px rgba(9, 55, 88, .10) !important;
  overflow: hidden !important;
}

.trust-cycle-home .section-heading.wide {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.trust-cycle-home .section-heading .eyebrow {
  margin-bottom: 16px !important;
  font-size: 12px !important;
  letter-spacing: .30em !important;
}

.trust-cycle-home .section-heading h2 {
  max-width: 560px !important;
  margin: 0 0 18px !important;
  font-size: clamp(38px, 4.4vw, 64px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.trust-cycle-home .section-heading p {
  max-width: 560px !important;
  margin: 0 !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
}

.trust-cycle-home .trust-cycle-route {
  width: 100% !important;
  margin: 8px 0 0 !important;
  padding: 14px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-self: start !important;
  border: 1px solid rgba(137, 202, 236, .58) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .78) !important;
  box-shadow: 0 18px 48px rgba(9, 55, 88, .12) !important;
  backdrop-filter: blur(10px) !important;
}

.trust-cycle-home .trust-cycle-route span {
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 14px !important;
  border: 1px solid #cde8f8 !important;
  border-radius: 13px !important;
  background: linear-gradient(180deg, #ffffff, #f7fcff) !important;
  color: #071224 !important;
  font-weight: 950 !important;
  box-shadow: none !important;
}

.trust-cycle-home .trust-cycle-grid {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 !important;
}

.trust-cycle-home .trust-cycle-grid article {
  min-height: 248px !important;
  padding: 22px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  border: 1px solid rgba(137, 202, 236, .55) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff, #f8fcff) !important;
  box-shadow: 0 16px 42px rgba(8, 49, 82, .08) !important;
}

.trust-cycle-home .line-icon {
  width: 48px !important;
  height: 48px !important;
  margin: 0 0 20px !important;
  border-radius: 15px !important;
  background: #071a2f !important;
  box-shadow: 0 12px 26px rgba(7, 26, 47, .18) !important;
}

.trust-cycle-home .trust-cycle-grid h3 {
  margin: 0 0 12px !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.trust-cycle-home .trust-cycle-grid p {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: #2d435e !important;
  font-weight: 740 !important;
}

@media (max-width: 980px) {
  .trust-cycle-home {
    width: min(100% - 20px, 680px) !important;
    grid-template-columns: 1fr !important;
    padding: 22px !important;
    border-radius: 20px !important;
  }

  .trust-cycle-home .section-heading h2 {
    font-size: 36px !important;
  }

  .trust-cycle-home .trust-cycle-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 620px) {
  .trust-cycle-home {
    width: calc(100% - 20px) !important;
    padding: 18px !important;
  }

  .trust-cycle-home .trust-cycle-route,
  .trust-cycle-home .trust-cycle-grid {
    grid-template-columns: 1fr !important;
  }

  .trust-cycle-home .trust-cycle-grid article {
    min-height: auto !important;
  }
}

/* Final generated-page overrides: must stay at the end. */
@media (max-width: 1320px) {
  header.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 300 !important;
    height: auto !important;
    min-height: 92px !important;
    overflow: visible !important;
    background: rgba(255, 255, 255, 0.98) !important;
  }

  header.site-header .header-inner {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(136px, 1fr) 56px 56px !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 92px !important;
    padding: 12px 16px !important;
  }

  header.site-header .brand {
    display: block !important;
    width: 168px !important;
    max-width: min(168px, 100%) !important;
    height: 58px !important;
    overflow: hidden !important;
    border: 1px solid rgba(186, 205, 220, 0.92) !important;
    border-radius: 9px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.96)) !important;
    box-shadow: 0 14px 34px rgba(18, 48, 74, 0.08) !important;
  }

  header.site-header .brand::before,
  header.site-header .brand::after,
  header.site-header .brand-logo,
  header.site-header .brand-placeholder,
  header.site-header .header-contact,
  header.site-header .phone-link,
  header.site-header .header-cta,
  header.site-header .messenger-icons {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  header.site-header .mobile-call,
  header.site-header .mobile-menu-trigger {
    position: static !important;
    inset: auto !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 14px 32px rgba(18, 48, 74, 0.1) !important;
  }

  header.site-header .mobile-call {
    grid-column: 2 !important;
    border: 1px solid rgba(21, 157, 228, 0.78) !important;
  }

  header.site-header .mobile-menu-trigger {
    grid-column: 3 !important;
    flex-direction: column !important;
    gap: 7px !important;
    border: 1px solid rgba(190, 207, 221, 0.95) !important;
  }

  header.site-header .mobile-menu-trigger span {
    display: block !important;
    width: 25px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #07090d !important;
  }

  header.site-header .main-nav {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 16px !important;
    right: 16px !important;
    z-index: 310 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(205, 221, 233, 0.96) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.99) !important;
    box-shadow: 0 28px 80px rgba(15, 39, 61, 0.2) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-8px) !important;
    pointer-events: none !important;
  }

  header.site-header .main-nav.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  header.site-header .main-nav a {
    display: flex !important;
    min-height: 52px !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 14px !important;
    border: 1px solid rgba(224, 233, 241, 0.95) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #07090d !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
  }
}

@media (min-width: 1321px) {
  header.site-header .mobile-call,
  header.site-header .mobile-menu-trigger {
    display: none !important;
  }
}

.article-content img,
.article-media img,
.source-editor img,
.article-hero-media img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 10px !important;
  object-fit: cover !important;
  background: linear-gradient(135deg, #edf5fa, #f8fcff) !important;
}

.image-zoom-trigger {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: zoom-in;
}

.image-zoom-trigger img {
  display: block;
  width: 100%;
}

.legacy-widget {
  margin: 34px 0 !important;
  padding: clamp(18px, 2.6vw, 30px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(21, 157, 228, 0.18) !important;
  border-radius: 10px !important;
  background:
    radial-gradient(720px 260px at 8% 0%, rgba(21, 157, 228, 0.12), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 251, 255, 0.96)) !important;
  box-shadow: 0 22px 60px rgba(15, 39, 61, 0.1) !important;
}

.legacy-widget :where(section, div, form) {
  max-width: 100% !important;
}

.legacy-widget :where(h1, h2, h3, h4) {
  color: var(--ink) !important;
  letter-spacing: 0 !important;
}

.legacy-widget :where(p, li, summary) {
  color: #42556f !important;
  line-height: 1.62 !important;
}

.legacy-widget :where(input, select, textarea) {
  max-width: 100% !important;
  border: 1px solid rgba(148, 163, 184, 0.42) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--ink) !important;
  box-shadow: 0 8px 22px rgba(15, 39, 61, 0.045) !important;
}

.legacy-widget :where(button, .button, a.wp-element-button) {
  border-radius: 8px !important;
  background: linear-gradient(135deg, #159de4, #087bd4) !important;
  color: #fff !important;
  border-color: rgba(21, 157, 228, 0.4) !important;
  box-shadow: 0 18px 45px rgba(21, 157, 228, 0.22) !important;
  text-decoration: none !important;
}

.legacy-widget :where(details) {
  border: 1px solid rgba(148, 163, 184, 0.24) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.94) !important;
}

.wide-interactive-zone {
  width: min(100% - 48px, 1240px);
  margin: 52px auto 78px;
  padding: 0;
}

.wide-interactive-zone .section-heading {
  margin-bottom: 22px;
}

.wide-interactive-zone .legacy-widget {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(22px, 3vw, 42px) !important;
}

.wide-interactive-zone .legacy-widget + .legacy-widget {
  margin-top: 24px !important;
}

.wide-interactive-zone .legacy-widget > section,
.wide-interactive-zone .legacy-widget > div {
  width: 100% !important;
  max-width: 100% !important;
}

.wide-interactive-zone .legacy-widget style {
  display: none !important;
}

@media (max-width: 760px) {
  .wide-interactive-zone {
    width: min(100% - 28px, 900px);
    margin-top: 34px;
  }
}

/* Final responsive header guard for generated pages. Keep this block last. */
@media (max-width: 1320px) {
  header.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 200 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 92px !important;
    overflow: visible !important;
    border-bottom: 1px solid rgba(206, 220, 232, 0.88) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 18px 55px rgba(18, 48, 74, 0.08) !important;
    backdrop-filter: blur(18px) !important;
  }

  header.site-header .header-inner {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(136px, 1fr) 56px 56px !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 92px !important;
    margin: 0 !important;
    padding: 12px 16px !important;
  }

  header.site-header .brand {
    position: relative !important;
    display: block !important;
    width: 168px !important;
    max-width: min(168px, 100%) !important;
    height: 58px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(186, 205, 220, 0.92) !important;
    border-radius: 9px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.96)),
      #fff !important;
    box-shadow: 0 14px 34px rgba(18, 48, 74, 0.08) !important;
  }

  header.site-header .brand::before,
  header.site-header .brand::after,
  header.site-header .brand-logo,
  header.site-header .brand-placeholder {
    display: none !important;
    content: "" !important;
  }

  header.site-header .header-contact,
  header.site-header .phone-link,
  header.site-header .header-cta,
  header.site-header .messenger-icons,
  header.site-header .messengers,
  header.site-header .top-cta {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  header.site-header .mobile-call,
  header.site-header .mobile-menu-trigger {
    position: static !important;
    inset: auto !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 14px 32px rgba(18, 48, 74, 0.1) !important;
  }

  header.site-header .mobile-call {
    grid-column: 2 !important;
    border: 1px solid rgba(21, 157, 228, 0.78) !important;
  }

  header.site-header .mobile-call::before {
    content: "" !important;
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    background: #159de4 !important;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.78.58 2.63a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.45-1.1a2 2 0 0 1 2.11-.45c.85.26 1.73.46 2.63.58A2 2 0 0 1 22 16.92z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.78.58 2.63a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.45-1.1a2 2 0 0 1 2.11-.45c.85.26 1.73.46 2.63.58A2 2 0 0 1 22 16.92z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  header.site-header .mobile-menu-trigger {
    grid-column: 3 !important;
    flex-direction: column !important;
    gap: 7px !important;
    border: 1px solid rgba(190, 207, 221, 0.95) !important;
  }

  header.site-header .mobile-menu-trigger span {
    display: block !important;
    width: 25px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #07090d !important;
  }

  header.site-header .mobile-menu-trigger.is-active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg) !important;
  }

  header.site-header .mobile-menu-trigger.is-active span:nth-child(2) {
    opacity: 0 !important;
  }

  header.site-header .mobile-menu-trigger.is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg) !important;
  }

  header.site-header .main-nav {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 16px !important;
    right: 16px !important;
    z-index: 210 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 14px !important;
    overflow: visible !important;
    border: 1px solid rgba(205, 221, 233, 0.96) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.99) !important;
    box-shadow: 0 28px 80px rgba(15, 39, 61, 0.2) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-8px) !important;
    pointer-events: none !important;
    white-space: normal !important;
  }

  header.site-header .main-nav.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  header.site-header .main-nav a {
    display: flex !important;
    width: 100% !important;
    min-height: 52px !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 14px !important;
    border: 1px solid rgba(224, 233, 241, 0.95) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #07090d !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(18, 48, 74, 0.045) !important;
  }

  header.site-header .main-nav a::after {
    content: "" !important;
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    background: #159de4 !important;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4l8 8-8 8' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4l8 8-8 8' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }
}

@media (min-width: 1321px) {
  header.site-header .mobile-call,
  header.site-header .mobile-menu-trigger {
    display: none !important;
  }
}

.article-content img,
.source-editor img,
.article-hero-media img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 10px !important;
  object-fit: cover !important;
  background: linear-gradient(135deg, #edf5fa, #f8fcff) !important;
}

.article-content figure,
.source-editor figure {
  margin: 28px 0 !important;
}

/* Internal SEO pages */
.internal-page main {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 34%, #f6fbff 100%);
}

.internal-hero,
.internal-layout,
.page-faq {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.internal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: stretch;
  padding: 54px 0 34px;
}

.internal-hero-copy {
  min-height: 430px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 8px;
  padding: 34px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.9) 47%, rgba(255,255,255,0.46) 100%),
    url("assets/paint-booth-hero-fast.jpg") right center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.internal-hero-copy .category-breadcrumbs {
  margin: 0 0 28px;
  padding: 0;
  background: transparent;
  border: 0;
}

.internal-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.internal-hero p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.internal-lead-card,
.side-request,
.law-card,
.article-note {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.1);
}

.internal-lead-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
}

.internal-lead-card strong,
.side-request h2,
.law-card h2 {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.15;
}

.internal-lead-card ul,
.law-card p {
  margin: 18px 0;
  padding: 0;
}

.internal-lead-card li {
  position: relative;
  list-style: none;
  padding: 13px 0 13px 34px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  color: var(--muted);
  line-height: 1.45;
}

.internal-lead-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--blue);
  background: radial-gradient(circle at center, var(--blue) 0 3px, transparent 4px);
}

.lead-contact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.lead-contact-row a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(14, 165, 233, 0.34);
  border-radius: 8px;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
  background: #f4fbff;
}

.internal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
  padding: 16px 0 36px;
}

.internal-article {
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.article-note {
  margin: 24px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(255, 255, 255, 0.98));
}

.article-note strong {
  color: var(--ink);
  font-size: 18px;
}

.article-note p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.expert-guide {
  margin: 0 0 26px;
  padding: 28px;
  border: 1px solid rgba(14, 165, 233, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(255, 255, 255, 0.94));
}

.expert-guide h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.12;
}

.expert-guide p {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.65;
}

.expert-guide ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: guide;
}

.expert-guide li {
  position: relative;
  list-style: none;
  min-height: 72px;
  padding: 16px 16px 16px 62px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 8px;
  background: #fff;
  color: #223044;
  line-height: 1.45;
}

.expert-guide li::before {
  counter-increment: guide;
  content: counter(guide, decimal-leading-zero);
  position: absolute;
  left: 14px;
  top: 11px;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.article-content {
  padding: 4px 34px 38px;
  color: #223044;
  font-size: 18px;
  line-height: 1.78;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  margin: 34px 0 14px;
  color: var(--ink);
  line-height: 1.16;
}

.article-content h2 {
  font-size: 32px;
}

.article-content h3 {
  font-size: 24px;
}

.article-content p,
.article-content ul,
.article-content ol {
  margin: 0 0 18px;
}

.article-content ul,
.article-content ol {
  padding-left: 24px;
}

.article-content li + li {
  margin-top: 8px;
}

.article-content a {
  color: var(--blue);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.article-media {
  margin: 28px 0;
  border-radius: 8px;
  overflow: hidden;
  background: #eef3f8;
}

.article-media .image-zoom-trigger,
.article-hero-media .image-zoom-trigger {
  height: 100%;
}

.article-media img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.internal-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}

.side-request {
  padding: 24px;
}

.side-request p,
.law-card p {
  color: var(--muted);
  line-height: 1.6;
}

.side-request label {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  color: var(--ink);
  font-weight: 800;
}

.side-request input,
.side-request textarea {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  background: #f8fbff;
  resize: vertical;
}

.side-request input:focus,
.side-request textarea:focus {
  outline: 3px solid rgba(14, 165, 233, 0.16);
  border-color: var(--blue);
  background: #fff;
}

.side-request .primary-action {
  width: 100%;
  margin-top: 18px;
}

.law-card {
  padding: 22px;
  background: #101923;
}

.law-card h2 {
  color: #fff;
}

.law-card p {
  color: rgba(255, 255, 255, 0.78);
}

.law-card a {
  color: #8fd5ff;
  font-weight: 800;
}

.page-faq {
  padding: 20px 0 42px;
}

.page-faq .faq-list {
  max-width: none;
}

.footer-logo-slot {
  display: inline-flex;
  width: 220px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
}

@media (max-width: 980px) {
  .internal-hero,
  .internal-layout {
    grid-template-columns: 1fr;
  }

  .internal-hero-copy {
    min-height: 0;
    padding: 28px;
    background:
      linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.88) 100%),
      url("assets/paint-booth-hero-fast.jpg") right center / cover no-repeat;
  }

  .internal-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .internal-hero,
  .internal-layout,
  .page-faq {
    width: min(100% - 28px, 1180px);
  }

  .internal-hero {
    padding: 24px 0 22px;
  }

  .internal-hero-copy {
    padding: 22px;
  }

  .internal-hero h1 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .internal-hero p:not(.eyebrow),
  .article-content {
    font-size: 16px;
  }

  .article-content {
    padding: 0 22px 28px;
  }

  .article-note {
    margin: 16px;
  }

  .lead-contact-row {
    grid-template-columns: 1fr;
  }
}

/* Premium article layout */
.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  width: min(1500px, calc(100% - 72px));
  margin: 0 auto;
  padding: 34px 0 54px;
}

.article-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.article-main > .article-hero {
  order: 1;
}

.article-main > .article-toc {
  order: 2;
}

.article-main > .internal-article {
  order: 3;
}

.article-main > .page-faq {
  order: 4;
}

.article-main > .seo-related {
  order: 5;
}

.article-main > .expert-guide {
  order: 6;
}

.article-main > .proof-strip {
  order: 7;
}

.article-main > .inline-calculator {
  order: 8;
}

.article-main > .wide-interactive-zone {
  order: 3;
  width: 100%;
  margin: 8px 0 28px;
}

.article-main > .wide-interactive-zone .section-heading.wide {
  margin-bottom: 18px;
}

.article-main > .wide-interactive-zone .legacy-widget {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.article-breadcrumbs {
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.08fr);
  gap: 40px;
  align-items: center;
  margin-bottom: 34px;
}

.article-hero-copy h1 {
  max-width: 720px;
  margin: 12px 0 18px;
  color: var(--ink);
  font-size: clamp(42px, 4.3vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

.article-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 18px;
  color: #6a7889;
  font-size: 14px;
  font-weight: 750;
}

.article-meta span:first-child {
  color: var(--blue);
}

.article-hero-media {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #eef4f8;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.13);
}

.article-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 360px;
  object-fit: cover;
}

.article-toc,
.inline-calculator,
.proof-strip,
.sidebar-card {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}

.article-toc {
  padding: 24px 28px;
  margin-bottom: 26px;
}

.article-toc h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 24px;
}

.article-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 34px;
  margin: 0;
  padding: 0;
  counter-reset: toc;
}

.article-toc li {
  position: relative;
  list-style: none;
  padding-left: 34px;
  color: #233247;
  font-weight: 750;
  line-height: 1.4;
}

.article-toc li::before {
  counter-increment: toc;
  content: counter(toc) ".";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 900;
}

.article-toc a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.article-toc a:hover {
  color: var(--blue);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 26px;
  overflow: hidden;
}

.proof-strip article {
  min-height: 116px;
  padding: 22px;
  border-right: 1px solid rgba(148, 163, 184, 0.18);
}

.proof-strip article:last-child {
  border-right: 0;
}

.proof-strip strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
}

.proof-strip p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.inline-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin-bottom: 26px;
  padding: 28px;
  min-width: 0;
  overflow: hidden;
  background:
    radial-gradient(700px 200px at 8% 0%, rgba(14, 165, 233, 0.12), transparent 62%),
    #fff;
}

.inline-calculator h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 30px;
}

.inline-calculator p {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.calc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.calc-grid label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--ink);
  font-weight: 850;
}

.calc-grid select {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 8px;
  padding: 14px;
  color: var(--ink);
  background: #f8fbff;
  font: inherit;
}

.inline-calculator output {
  display: block;
  min-width: 0;
  padding: 16px 18px;
  border-radius: 8px;
  background: #eef9ff;
  color: #17344d;
  font-weight: 800;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.article-sidebar {
  position: sticky;
  top: 92px;
  align-self: start;
}

.article-sidebar .side-request {
  padding: 28px;
}

.article-sidebar .side-request input[type="file"] {
  border-style: dashed;
  background: #fff;
}

.sidebar-card {
  padding: 24px;
}

.sidebar-card h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 22px;
}

.sidebar-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}

.sidebar-card.accent {
  background: linear-gradient(135deg, #eef9ff, #fff);
}

.sidebar-card.accent strong {
  color: var(--ink);
  font-size: 18px;
}

.sidebar-card.accent p {
  color: var(--muted);
  line-height: 1.55;
}

.sidebar-card.accent a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .article-shell {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 900px);
  }

  .article-hero {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1320px) {
  .article-shell {
    grid-template-columns: 1fr;
    width: min(100% - 44px, 1080px);
    gap: 28px;
  }

  .article-hero {
    grid-template-columns: 1fr;
  }

  .article-hero-media img {
    min-height: 320px;
  }

  .article-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-sidebar .side-request {
    grid-row: span 2;
  }
}

@media (max-width: 760px) {
  header.site-header .header-inner {
    display: grid !important;
    grid-template-columns: minmax(132px, 1fr) 54px 54px !important;
    gap: 10px !important;
    min-height: 94px !important;
    padding: 12px 14px !important;
  }

  header.site-header .header-contact,
  header.site-header .phone-link,
  header.site-header .header-cta {
    display: none !important;
  }

  header.site-header .brand {
    width: 150px !important;
    height: 56px !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  header.site-header .brand.is-empty::before {
    content: "Paint Service" !important;
    font-size: 18px !important;
  }

  header.site-header .mobile-call {
    display: inline-flex !important;
    width: 54px !important;
    height: 54px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(14, 165, 233, 0.55) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
  }

  header.site-header .mobile-call::before {
    content: "" !important;
    width: 24px !important;
    height: 24px !important;
    background: var(--blue) !important;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.8 19.8 0 0 1 3.11 5.18 2 2 0 0 1 5.1 3h3a2 2 0 0 1 2 1.72c.12.9.32 1.77.59 2.6a2 2 0 0 1-.45 2.11L9 10.7a16 16 0 0 0 4.3 4.3l1.27-1.24a2 2 0 0 1 2.11-.45c.83.27 1.7.47 2.6.59A2 2 0 0 1 22 16.92z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.8 19.8 0 0 1 3.11 5.18 2 2 0 0 1 5.1 3h3a2 2 0 0 1 2 1.72c.12.9.32 1.77.59 2.6a2 2 0 0 1-.45 2.11L9 10.7a16 16 0 0 0 4.3 4.3l1.27-1.24a2 2 0 0 1 2.11-.45c.83.27 1.7.47 2.6.59A2 2 0 0 1 22 16.92z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  .article-shell {
    width: min(100% - 24px, 900px);
    padding-top: 24px;
  }

  .article-main,
  .internal-article,
  .inline-calculator,
  .expert-guide,
  .article-toc,
  .proof-strip,
  .seo-related,
  .wide-interactive-zone,
  .article-sidebar,
  .sidebar-card,
  .side-request {
    min-width: 0;
  }

  .article-hero-copy h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .article-toc ol,
  .calc-grid,
  .proof-strip,
  .expert-guide ol,
  .article-sidebar {
    grid-template-columns: 1fr;
  }

  .proof-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  }

  .proof-strip article:last-child {
    border-bottom: 0;
  }

  .inline-calculator,
  .article-toc,
  .expert-guide {
    padding: 20px;
  }

  .inline-calculator h2,
  .expert-guide h2 {
    font-size: 26px;
  }

  .expert-guide li {
    min-height: 0;
    padding: 15px 15px 15px 54px;
  }

  .expert-guide li::before {
    left: 12px;
    top: 14px;
    width: 28px;
    height: 28px;
    font-size: 11px;
  }

  .article-content {
    padding-inline: 20px;
  }
}

.source-content {
  display: grid;
  gap: 18px;
}

.source-content p {
  margin: 0;
  color: #243348;
  font-size: 17px;
  line-height: 1.72;
}

.source-content h2,
.source-content h3 {
  margin: 10px 0 0;
  color: #07101d;
  line-height: 1.12;
}

.source-content h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.source-content h3 {
  font-size: 22px;
}

.source-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.source-flags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(21, 157, 228, 0.22);
  border-radius: 7px;
  background: #f3fbff;
  color: #0b6ea8;
  font-size: 13px;
  font-weight: 850;
}

.editable-source {
  border: 1px solid rgba(213, 226, 236, 0.92);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(18, 48, 74, 0.08);
  overflow: hidden;
}

.editable-source summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: #07101d;
  font-weight: 850;
  cursor: pointer;
}

.editable-source pre {
  max-height: 420px;
  margin: 0;
  padding: 18px;
  overflow: auto;
  border-top: 1px solid rgba(213, 226, 236, 0.92);
  background: #f7fbfe;
  color: #243348;
  font: 13px/1.55 Consolas, "Courier New", monospace;
  white-space: pre-wrap;
}

.category-gateway,
.category-page,
.topic-index {
  padding: 76px 50px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
}

.category-gateway {
  border-top: 1px solid rgba(217, 225, 233, 0.82);
}

.category-gateway-head,
.category-page-head {
  max-width: 980px;
  margin-bottom: 30px;
}

.category-gateway-head h2,
.category-page-head h1 {
  margin: 8px 0 14px;
  color: #07090d;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 0.98;
}

.category-gateway-head p,
.category-page-head p {
  margin: 0;
  max-width: 820px;
  color: #526173;
  font-size: 18px;
  line-height: 1.62;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.category-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid rgba(210, 225, 236, 0.92);
  border-radius: 8px;
  background: #fff;
  color: #101928;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(18, 48, 74, 0.08);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.category-card:hover,
.category-card:focus-visible {
  border-color: rgba(21, 157, 228, 0.55);
  transform: translateY(-2px);
  box-shadow: 0 26px 70px rgba(18, 48, 74, 0.13);
  outline: none;
}

.category-card small {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.category-card strong {
  display: block;
  margin: 18px 0 10px;
  font-size: 26px;
  line-height: 1.05;
}

.category-card p {
  margin: 0;
  color: #59687b;
  line-height: 1.55;
}

.category-card span {
  margin-top: 22px;
  color: var(--accent);
  font-weight: 900;
}

.topic-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.7fr);
  gap: 18px;
  align-items: start;
}

.topic-list {
  display: grid;
  gap: 10px;
}

.topic-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(214, 226, 237, 0.94);
  border-radius: 8px;
  background: #fff;
  color: #0b1220;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(18, 48, 74, 0.055);
}

.topic-row:hover,
.topic-row:focus-visible {
  border-color: rgba(21, 157, 228, 0.48);
  outline: none;
}

.topic-row strong {
  display: block;
  margin-bottom: 7px;
  font-size: 19px;
  line-height: 1.25;
}

.topic-row span {
  color: #657589;
  font-size: 14px;
  line-height: 1.45;
}

.topic-row em {
  color: var(--accent);
  font-style: normal;
  font-weight: 900;
}

.topic-aside {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 12px;
}

.topic-aside-card {
  padding: 22px;
  border: 1px solid rgba(207, 222, 234, 0.92);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 48, 74, 0.08);
}

.topic-aside-card h2,
.topic-aside-card h3 {
  margin: 0 0 12px;
  color: #07101d;
}

.topic-aside-card p,
.topic-aside-card li {
  color: #526173;
  line-height: 1.55;
}

.topic-aside-card ul {
  margin: 0;
  padding-left: 20px;
}

.category-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: #657589;
  font-size: 14px;
  font-weight: 750;
}

.category-breadcrumbs a {
  color: var(--accent-dark);
  text-decoration: none;
}

@media (max-width: 1100px) {
  .category-gateway,
  .category-page,
  .topic-index {
    padding: 54px 22px;
  }

  .category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .topic-layout {
    grid-template-columns: 1fr;
  }

  .topic-aside {
    position: static;
  }
}

@media (max-width: 680px) {
  .category-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 210px;
  }

  .topic-row {
    grid-template-columns: 1fr;
  }
}

.hero {
  min-height: 640px;
  position: relative;
  isolation: isolate;
  overflow: visible;
  background: #f7fbfe;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/paint-booth-hero-fast.jpg");
  background-size: 97% auto;
  background-position: right 34%;
  background-repeat: no-repeat;
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.96) 31%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0) 74%);
  z-index: -1;
  pointer-events: none;
}

.hero-content {
  width: 690px;
  padding: 37px 0 0 50px;
}

.eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 3px;
}

.hero h1 {
  margin: 23px 0 0;
  color: #020306;
  font-size: 61px;
  line-height: 1.07;
  font-weight: 900;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 19px 0 0;
  display: grid;
  gap: 11px;
}

.hero-list li {
  position: relative;
  padding-left: 27px;
  font-size: 15px;
  line-height: 1.18;
}

.hero-list li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 2px;
  width: 11px;
  height: 7px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}

.hero-actions {
  margin-top: 31px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.primary-action {
  min-width: 304px;
  padding: 0 23px;
}

.primary-action svg,
.secondary-action svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.secondary-action {
  background: rgba(255, 255, 255, 0.94);
  color: #090d13;
  border: 1px solid #ccd7e2;
  min-width: 240px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(14, 33, 52, 0.08);
}

.secondary-action:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-1px);
}

.process-strip {
  position: absolute;
  left: 49px;
  bottom: 18px;
  width: min(900px, calc(100% - 520px));
  min-width: 760px;
  min-height: 118px;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 12px 14px 14px;
  gap: 10px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.96)),
    #fff;
  box-shadow: 0 26px 58px rgba(17, 37, 56, 0.18);
  border: 1px solid rgba(203, 220, 233, 0.95);
  z-index: 3;
}

.process-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.process-step {
  position: relative;
  min-width: 92px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #172234;
  padding: 6px 8px 5px;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.process-step svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-step::before {
  content: "";
  position: absolute;
  inset: 5px auto auto 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 44%),
    #eef8ff;
  border: 1px solid #cce8f8;
  transform: translateX(-50%);
  z-index: -1;
}

.process-step:hover,
.process-step:focus-visible {
  color: var(--accent-dark);
  background: rgba(234, 247, 255, 0.7);
  transform: translateY(-1px);
  outline: none;
}

.process-step.is-active {
  color: var(--accent-dark);
  background: rgba(234, 247, 255, 0.88);
  box-shadow: inset 0 0 0 1px rgba(21, 157, 228, 0.22);
}

.process-step.is-active::before {
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 44%),
    #dff4ff;
  border-color: rgba(21, 157, 228, 0.34);
}

.process-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #eef9ff, #fff 58%);
  border: 1px solid rgba(21, 157, 228, 0.18);
}

.process-detail-label {
  display: block;
  margin-bottom: 3px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.process-detail strong {
  display: block;
  color: #07101d;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 900;
}

.process-detail p {
  margin: 4px 0 0;
  color: #536579;
  font-size: 12px;
  line-height: 1.35;
}

.process-detail-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.process-detail-cta {
  height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 7px;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(21, 157, 228, 0.22);
}

.process-detail-actions a {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.step-arrow {
  width: 24px;
  height: 1px;
  flex: 0 0 24px;
  color: transparent;
  font-size: 0;
  line-height: 1;
  margin: 0;
  background: linear-gradient(90deg, rgba(21, 157, 228, 0.12), rgba(21, 157, 228, 0.78));
  position: relative;
}

.step-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid var(--accent);
  border-right: 1.5px solid var(--accent);
  transform: translateY(-50%) rotate(45deg);
}

.guarantee-card {
  position: absolute;
  right: 43px;
  bottom: 96px;
  min-width: 226px;
  height: 69px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  background: #172330;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  box-shadow: 0 20px 35px rgba(8, 15, 24, 0.28);
}

.guarantee-card svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.guarantee-card span {
  display: grid;
  gap: 4px;
  text-align: left;
  font-size: 12px;
  line-height: 1.15;
}

.guarantee-card strong {
  font-size: 13px;
}

.services {
  position: relative;
  padding: 100px 49px 17px;
  min-height: 351px;
  background: linear-gradient(180deg, #f5fbff 0%, #ffffff 68%);
}

.section-heading {
  width: 430px;
}

.section-heading h2 {
  margin: 12px 0 0;
  color: #03060b;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 900;
}

.service-arrows {
  position: absolute;
  right: 64px;
  top: 88px;
  display: flex;
  gap: 16px;
}

.service-arrows button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #d7e4ef;
  background: rgba(255, 255, 255, 0.6);
  color: #122033;
  font-size: 22px;
  line-height: 1;
}

.service-arrows button:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.service-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.service-grid::-webkit-scrollbar {
  display: none;
}

.service-card {
  min-width: 0;
  height: 176px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #d9e2ea;
  background: var(--white);
  box-shadow: 0 6px 18px rgba(12, 33, 52, 0.06);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.service-card:hover,
.service-card:focus-visible,
.service-card.is-highlighted {
  transform: translateY(-2px);
  border-color: var(--accent);
  box-shadow: 0 16px 30px rgba(12, 33, 52, 0.12);
  outline: none;
}

.service-card img {
  width: 100%;
  height: 124px;
  display: block;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.06);
}

.service-card:nth-child(1) img {
  object-position: center 40%;
}

.service-card:nth-child(2) img {
  object-position: center 57%;
}

.service-card:nth-child(3) img {
  object-position: 68% 58%;
}

.service-card:nth-child(4) img {
  object-position: center 45%;
}

.service-card a {
  height: 52px;
  padding: 0 22px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #142139;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.service-card span {
  color: var(--accent);
  font-size: 31px;
  line-height: 1;
}

.insurance-flow,
.quote-zone,
.deep-services,
.case-section,
.content-hub,
.legal-note,
.faq-section,
.site-footer {
  max-width: 1438px;
  margin: 0 auto;
}

.insurance-flow {
  padding: 80px 49px 48px;
  display: grid;
  grid-template-columns: minmax(380px, 0.86fr) minmax(560px, 1.14fr);
  gap: 54px;
  align-items: start;
}

.flow-copy h2,
.quote-card h2,
.hub-intro h2,
.faq-section h2,
.deep-services h2,
.case-section h2 {
  margin: 13px 0 0;
  color: #03060b;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
}

.flow-copy p,
.quote-card p {
  margin: 22px 0 0;
  color: #536579;
  font-size: 17px;
  line-height: 1.58;
}

.flow-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.text-link {
  color: var(--accent-dark);
  text-decoration: none;
  font-weight: 900;
}

.flow-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #dce7f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 45px rgba(16, 42, 68, 0.08);
}

.flow-line {
  min-height: 188px;
  padding: 28px;
  border-right: 1px solid #e3edf4;
  border-bottom: 1px solid #e3edf4;
}

.flow-line:nth-child(2n) {
  border-right: 0;
}

.flow-line:nth-child(n+3) {
  border-bottom: 0;
}

.flow-line span,
.deep-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 34px;
  border-radius: 6px;
  background: #eaf7ff;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}

.flow-line strong {
  display: block;
  margin-top: 20px;
  color: #07101d;
  font-size: 20px;
  line-height: 1.18;
}

.flow-line p {
  margin: 11px 0 0;
  color: #66758a;
  font-size: 14px;
  line-height: 1.45;
}

.legal-note {
  margin-top: 38px;
  margin-bottom: 8px;
  padding: 0 49px;
  display: grid;
  grid-template-columns: minmax(430px, 0.9fr) minmax(440px, 1.1fr);
  gap: 30px;
  align-items: stretch;
}

.legal-note-copy,
.legal-checks,
.legal-action {
  border: 1px solid #dce7f0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(21, 157, 228, 0.08), rgba(255, 255, 255, 0) 45%),
    #fff;
  box-shadow: 0 18px 46px rgba(17, 45, 70, 0.08);
}

.legal-note-copy {
  padding: 34px 36px;
}

.legal-note-copy h2 {
  margin: 13px 0 0;
  color: #03060b;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
}

.legal-note-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  color: #536579;
  font-size: 16px;
  line-height: 1.62;
}

.legal-checks {
  margin: 0;
  padding: 30px 34px;
  display: grid;
  align-content: center;
  gap: 18px;
  list-style: none;
}

.legal-checks li {
  position: relative;
  padding-left: 34px;
  color: #27384f;
  font-size: 16px;
  line-height: 1.48;
}

.legal-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
  border: 1.5px solid var(--accent);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(21, 157, 228, 0.18), rgba(255, 255, 255, 0));
}

.legal-checks li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 7px;
  height: 4px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}

.legal-note.split {
  align-items: stretch;
}

.legal-action {
  padding: 32px;
  display: grid;
  align-content: center;
  gap: 15px;
}

.legal-action strong {
  color: #07101d;
  font-size: 22px;
  line-height: 1.16;
  font-weight: 900;
}

.legal-action span {
  color: #5d6d80;
  font-size: 16px;
  line-height: 1.55;
}

.quote-zone {
  padding: 42px 49px 68px;
  display: grid;
  grid-template-columns: minmax(520px, 0.95fr) minmax(420px, 1.05fr);
  gap: 28px;
  align-items: stretch;
}

.insurance-companies {
  max-width: 1438px;
  margin: 0 auto;
  padding: 30px 49px 64px;
  display: grid;
  grid-template-columns: minmax(380px, 0.74fr) minmax(620px, 1.26fr);
  gap: 44px;
  align-items: center;
}

.companies-head h2,
.lead-lab-copy h2,
.seo-routes h2 {
  margin: 13px 0 0;
  color: #03060b;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 900;
}

.companies-head p,
.lead-lab-copy p {
  margin: 20px 0 0;
  color: #617084;
  font-size: 16px;
  line-height: 1.55;
}

.company-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 28px;
  border: 1px solid #dce7f0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(21, 157, 228, 0.12), transparent 28%),
    #fff;
  box-shadow: 0 18px 42px rgba(17, 45, 70, 0.08);
}

.company-cloud a {
  min-height: 42px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d6e5f0;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.88);
  color: #142139;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.company-cloud a:hover,
.company-cloud a:focus-visible {
  color: var(--accent-dark);
  border-color: var(--accent);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(21, 157, 228, 0.14);
  outline: none;
}

.quote-card {
  padding: 38px;
  border: 1px solid #dce7f0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(21, 157, 228, 0.08), rgba(255, 255, 255, 0) 46%),
    #fff;
  box-shadow: 0 16px 38px rgba(17, 45, 70, 0.08);
}

.quote-options {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.quote-options button {
  min-height: 44px;
  border: 1px solid #d4e3ef;
  border-radius: 7px;
  background: #fff;
  color: #142139;
  font-size: 13px;
  font-weight: 900;
}

.quote-options button.is-selected {
  border-color: var(--accent);
  background: #eaf7ff;
  color: var(--accent-dark);
}

.quote-form {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: #142139;
  font-size: 13px;
  font-weight: 900;
}

.quote-form input,
.quote-form select {
  width: 100%;
  height: 52px;
  border: 1px solid #cfdce7;
  border-radius: 7px;
  padding: 0 14px;
  background: #fbfdff;
  color: #132033;
}

.quote-form .primary-action {
  grid-column: 1 / -1;
}

.quote-proof {
  position: relative;
  min-height: 470px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dce7f0;
  background: #172330;
}

.quote-proof img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.06);
}

.quote-proof::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, rgba(10, 20, 31, 0), rgba(10, 20, 31, 0.86));
}

.proof-grid {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.proof-grid div {
  min-height: 82px;
  padding: 15px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.92);
}

.proof-grid strong {
  display: block;
  color: #05070b;
  font-size: 18px;
  line-height: 1.1;
}

.proof-grid span {
  display: block;
  margin-top: 7px;
  color: #5d6c7e;
  font-size: 12px;
  line-height: 1.25;
}

.deep-services {
  padding: 64px 49px;
  background: linear-gradient(180deg, #f7fcff 0%, #fff 100%);
}

.wide {
  width: min(720px, 100%);
}

.deep-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.deep-card {
  padding: 26px;
  min-height: 284px;
  border: 1px solid #dce7f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(13, 37, 58, 0.05);
}

.deep-card h3 {
  margin: 26px 0 0;
  color: #07101d;
  font-size: 22px;
  line-height: 1.13;
}

.deep-card p {
  margin: 14px 0 0;
  color: #617084;
  font-size: 14px;
  line-height: 1.45;
}

.deep-card a {
  display: inline-block;
  margin-top: 22px;
  color: var(--accent-dark);
  text-decoration: none;
  font-weight: 900;
}

.lead-lab {
  max-width: 1438px;
  margin: 0 auto;
  padding: 34px 49px 72px;
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(540px, 1.1fr);
  gap: 46px;
  align-items: start;
}

.signal-row {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.signal-row span {
  min-height: 86px;
  padding: 18px;
  border: 1px solid #dce7f0;
  border-radius: 8px;
  background: #fff;
  color: #07101d;
  font-size: 22px;
  line-height: 1.06;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(13, 37, 58, 0.05);
}

.signal-row small {
  display: block;
  margin-top: 8px;
  color: #6a798b;
  font-size: 12px;
  line-height: 1.22;
  font-weight: 700;
}

.lead-form {
  padding: 32px;
  border: 1px solid #dce7f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(16, 42, 68, 0.1);
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: #142139;
  font-size: 13px;
  font-weight: 900;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid #cfdce7;
  border-radius: 7px;
  background: #fbfdff;
  color: #132033;
  padding: 13px 14px;
}

.lead-form select,
.lead-form input {
  height: 52px;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus,
.quote-form input:focus,
.quote-form select:focus {
  outline: 2px solid rgba(21, 157, 228, 0.24);
  border-color: var(--accent);
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.contact-methods button {
  min-height: 44px;
  border: 1px solid #d4e3ef;
  border-radius: 7px;
  background: #fff;
  color: #142139;
  font-size: 13px;
  font-weight: 900;
}

.contact-methods button.is-selected {
  border-color: var(--accent);
  background: #eaf7ff;
  color: var(--accent-dark);
}

.form-row.final {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.case-section {
  padding: 62px 49px 40px;
}

.case-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 0.85fr;
  gap: 14px;
}

.case-card {
  position: relative;
  min-height: 370px;
  border-radius: 8px;
  overflow: hidden;
  background: #172330;
  border: 1px solid #dce7f0;
}

.case-card.large {
  min-height: 430px;
}

.case-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08);
}

.case-card::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, rgba(9, 18, 28, 0), rgba(9, 18, 28, 0.88));
}

.case-card div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  color: #fff;
}

.case-card strong {
  display: block;
  font-size: 21px;
  line-height: 1.18;
}

.case-card span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.content-hub {
  padding: 56px 49px;
  display: grid;
  grid-template-columns: minmax(350px, 0.72fr) minmax(620px, 1.28fr);
  gap: 44px;
  align-items: start;
  border-top: 1px solid #e2edf5;
  border-bottom: 1px solid #e2edf5;
}

.seo-routes {
  max-width: 1438px;
  margin: 0 auto;
  padding: 62px 49px 36px;
}

.route-columns {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.route-column {
  padding: 24px;
  border: 1px solid #dce7f0;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fbfdff);
}

.route-column h3 {
  margin: 0 0 14px;
  color: #07101d;
  font-size: 20px;
  line-height: 1.15;
}

.route-column a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #536579;
  text-decoration: none;
  border-top: 1px solid #e3edf4;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

.route-column a::after {
  content: "→";
  color: var(--accent);
  font-size: 18px;
}

.route-column a:hover {
  color: var(--accent-dark);
}

.hub-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #dce7f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.hub-list a {
  min-height: 118px;
  padding: 24px;
  text-decoration: none;
  border-right: 1px solid #e3edf4;
  border-bottom: 1px solid #e3edf4;
}

.hub-list a:nth-child(2n) {
  border-right: 0;
}

.hub-list a:nth-last-child(-n+2) {
  border-bottom: 0;
}

.hub-list strong {
  display: block;
  color: #07101d;
  font-size: 18px;
  line-height: 1.2;
}

.hub-list span {
  display: block;
  margin-top: 9px;
  color: #657489;
  font-size: 14px;
  line-height: 1.35;
}

.hub-list a:hover strong,
.hub-list a:focus-visible strong {
  color: var(--accent-dark);
}

.faq-section {
  padding: 64px 49px 36px;
}

.faq-list {
  margin-top: 26px;
  border-top: 1px solid #dce7f0;
}

.faq-list details {
  border-bottom: 1px solid #dce7f0;
}

.faq-list summary {
  list-style: none;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #07101d;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--accent);
  font-size: 32px;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 820px;
  margin: -5px 0 24px;
  color: #607185;
  font-size: 16px;
  line-height: 1.55;
}

.reviews-route {
  max-width: 1438px;
  margin: 0 auto;
  padding: 42px 49px 24px;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(620px, 1.28fr);
  gap: 18px;
}

.review-score {
  min-height: 312px;
  padding: 30px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(21, 157, 228, 0.18), rgba(255, 255, 255, 0) 46%),
    #101b28;
  color: #fff;
  box-shadow: 0 22px 54px rgba(12, 30, 48, 0.18);
}

.review-score .eyebrow {
  color: #61c4f2;
}

.score-card {
  margin-top: 28px;
  display: grid;
  gap: 10px;
}

.score-source {
  width: max-content;
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.score-card strong {
  display: block;
  color: #fff;
  font-size: 78px;
  line-height: 0.95;
  letter-spacing: 0;
}

.stars {
  color: #ffcc33;
  font-size: 22px;
  letter-spacing: 2px;
}

.score-card p {
  max-width: 360px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.5;
}

.route-panel {
  padding: 34px;
  border: 1px solid #dce7f0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 0%, rgba(21, 157, 228, 0.12), transparent 34%),
    #fff;
  box-shadow: 0 18px 42px rgba(17, 45, 70, 0.08);
}

.route-panel h2 {
  margin: 0;
  color: #03060b;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 900;
}

.route-panel p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #617084;
  font-size: 16px;
  line-height: 1.55;
}

.route-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.route-actions a {
  text-decoration: none;
}

.route-meta {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e3edf4;
  border-bottom: 1px solid #e3edf4;
}

.route-meta span {
  min-height: 76px;
  padding: 17px 18px;
  border-right: 1px solid #e3edf4;
  color: #607185;
  font-size: 14px;
  line-height: 1.28;
}

.route-meta span:last-child {
  border-right: 0;
}

.route-meta strong {
  display: block;
  margin-bottom: 6px;
  color: #07101d;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.inner-hero {
  --inner-hero-image: url("assets/paint-booth-hero-fast.jpg");
  --inner-hero-position: right center;
  --inner-hero-size: 80% auto;
  min-height: 520px;
  padding: 96px 49px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.1) 74%),
    var(--inner-hero-image) var(--inner-hero-position) / var(--inner-hero-size) no-repeat #f7fbfe;
}

.inner-hero.insurance-hero {
  --inner-hero-image: url("assets/work-5.jpg");
  --inner-hero-position: right center;
  --inner-hero-size: 68% auto;
}

.inner-hero.bodywork-hero {
  --inner-hero-image: url("assets/service-1.jpg");
  --inner-hero-position: right center;
  --inner-hero-size: 62% auto;
}

.inner-hero.painting-hero {
  --inner-hero-image: url("assets/paint-booth-hero-fast.jpg");
  --inner-hero-position: right center;
  --inner-hero-size: 78% auto;
}

.inner-hero.detailing-hero {
  --inner-hero-image: url("assets/service-3.jpg");
  --inner-hero-position: right center;
  --inner-hero-size: 60% auto;
}

.inner-hero > div {
  width: min(680px, 100%);
}

.inner-hero h1,
.article-page h1 {
  margin: 18px 0 0;
  color: #020306;
  font-size: 58px;
  line-height: 1.06;
  font-weight: 900;
}

.inner-hero p:not(.eyebrow) {
  margin: 22px 0 30px;
  max-width: 620px;
  color: #536579;
  font-size: 18px;
  line-height: 1.55;
}

.seo-page {
  background:
    linear-gradient(180deg, #f7fcff 0, #fff 360px),
    #fff;
}

.seo-hero {
  padding: 78px 34px 34px;
  border-bottom: 1px solid rgba(214, 225, 235, 0.78);
}

.seo-hero-inner,
.seo-body,
.seo-related,
.seo-faq,
.seo-final {
  max-width: 1320px;
  margin: 0 auto;
}

.seo-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 42px;
  align-items: end;
}

.seo-hero h1 {
  margin: 14px 0 18px;
  max-width: 850px;
  color: var(--ink);
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.seo-hero p:not(.eyebrow) {
  margin: 0;
  max-width: 760px;
  color: #516274;
  font-size: 18px;
  line-height: 1.65;
}

.seo-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.seo-summary-card {
  padding: 24px;
  border: 1px solid rgba(202, 218, 231, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 60px rgba(18, 48, 74, 0.12);
}

.seo-summary-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 18px;
}

.seo-summary-card ul,
.seo-check-card ul,
.seo-legal-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-summary-card li,
.seo-check-card li,
.seo-legal-card li {
  position: relative;
  padding-left: 22px;
  color: #516274;
  font-size: 14px;
  line-height: 1.55;
}

.seo-summary-card li + li,
.seo-check-card li + li,
.seo-legal-card li + li {
  margin-top: 9px;
}

.seo-summary-card li::before,
.seo-check-card li::before,
.seo-legal-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(21, 157, 228, 0.11);
}

.seo-body {
  padding: 54px 34px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.seo-copy-card,
.seo-check-card,
.seo-legal-card,
.seo-link-card,
.seo-faq details {
  border: 1px solid rgba(214, 225, 235, 0.9);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 48, 74, 0.08);
}

.seo-copy-card {
  padding: 34px;
}

.seo-copy-card h2,
.seo-check-card h2,
.seo-related h2,
.seo-faq h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: 0;
}

.seo-copy-card p {
  margin: 0;
  color: #506172;
  font-size: 17px;
  line-height: 1.72;
}

.seo-copy-card p + p {
  margin-top: 16px;
}

.seo-side {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 126px;
}

.seo-check-card,
.seo-legal-card {
  padding: 24px;
}

.seo-check-card h2,
.seo-legal-card h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
}

.seo-legal-card {
  background: linear-gradient(180deg, #f8fcff, #fff);
}

.seo-related,
.seo-faq,
.seo-final {
  padding: 42px 34px 0;
}

.seo-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.seo-link-card {
  min-height: 142px;
  padding: 18px;
  color: var(--ink);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.seo-link-card:hover,
.seo-link-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(21, 157, 228, 0.45);
  box-shadow: 0 24px 60px rgba(18, 48, 74, 0.12);
  outline: none;
}

.seo-link-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-link-card strong {
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.25;
}

.seo-faq-list {
  display: grid;
  gap: 12px;
}

.seo-faq details {
  padding: 18px 20px;
}

.seo-faq summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.seo-faq details p {
  margin: 12px 0 0;
  color: #56677a;
  line-height: 1.65;
}

.seo-final {
  padding-bottom: 72px;
}

.article-page {
  max-width: 930px;
  margin: 0 auto;
  padding: 76px 28px 84px;
}

.article-page .lead {
  margin: 22px 0 28px;
  color: #536579;
  font-size: 21px;
  line-height: 1.55;
}

.article-page img {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  border: 1px solid #dce7f0;
  filter: saturate(0.82) contrast(1.06);
}

.article-page h2 {
  margin: 34px 0 10px;
  color: #07101d;
  font-size: 30px;
  line-height: 1.12;
}

.article-page p {
  color: #536579;
  font-size: 17px;
  line-height: 1.65;
}

.legal-inline {
  margin: 28px 0;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  border: 1px solid #dce7f0;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(21, 157, 228, 0.1), rgba(255, 255, 255, 0) 40%),
    #fff;
  box-shadow: 0 14px 34px rgba(17, 45, 70, 0.07);
}

.legal-inline strong {
  color: var(--accent-dark);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-inline span {
  color: #4e6075;
  font-size: 16px;
  line-height: 1.55;
}

.article-cta {
  margin-top: 36px;
  padding: 26px;
  border: 1px solid #dce7f0;
  border-radius: 8px;
  background: linear-gradient(135deg, #eef9ff, #fff);
  display: grid;
  gap: 10px;
}

.article-cta strong {
  color: #07101d;
  font-size: 24px;
}

.article-cta span {
  color: #617084;
}

.contacts-band {
  margin: 34px auto 60px;
  max-width: 1438px;
  min-height: 120px;
  padding: 26px 32px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  border-top: 1px solid #e2edf5;
  border-bottom: 1px solid #e2edf5;
}

.contacts-band h2 {
  margin: 9px 0 0;
  font-size: 28px;
  line-height: 1.1;
  color: #05070b;
}

.contact-phone {
  color: #05070b;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
}

.compact {
  min-width: 156px;
}

.site-footer {
  margin-top: 36px;
  padding: 44px 49px 52px;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(620px, 1.18fr);
  gap: 54px;
  color: #d9e4ef;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 20% 0%, rgba(21, 157, 228, 0.2), transparent 35%),
    linear-gradient(135deg, #0d1723 0%, #152536 100%);
}

.footer-brand img {
  width: 340px;
  max-width: 100%;
  display: block;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.3));
}

.footer-brand p {
  margin: 20px 0 0;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.site-footer strong {
  display: block;
  margin-bottom: 13px;
  color: #fff;
  font-size: 16px;
}

.site-footer nav,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer a,
.footer-contact span {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.site-footer a:hover {
  color: #61c4f2;
}

.mobile-bar {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(5, 11, 19, 0.5);
}

.modal.is-open {
  display: flex;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(5, 12, 20, 0.88);
  backdrop-filter: blur(14px);
}

.image-lightbox.is-open {
  display: flex;
}

.image-lightbox img {
  display: block;
  max-width: min(1180px, 100%);
  max-height: calc(100vh - 92px);
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.image-lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.modal-panel {
  width: min(100%, 440px);
  position: relative;
  padding: 31px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.modal-panel h2 {
  margin: 0 34px 8px 0;
  color: #03060b;
  font-size: 28px;
  line-height: 1.1;
}

.modal-panel p {
  margin: 0 0 21px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.modal-close {
  position: absolute;
  right: 16px;
  top: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #eef6fb;
  color: #0e1826;
  font-size: 27px;
  line-height: 1;
}

.modal form {
  display: grid;
  gap: 14px;
}

.modal label {
  display: grid;
  gap: 7px;
  color: #142139;
  font-size: 14px;
  font-weight: 800;
}

.modal input,
.modal textarea {
  width: 100%;
  border: 1px solid #cfdce7;
  border-radius: 7px;
  padding: 13px 14px;
  color: var(--text);
  background: #fbfdff;
  resize: vertical;
}

.modal input:focus,
.modal textarea:focus {
  outline: 2px solid rgba(21, 157, 228, 0.24);
  border-color: var(--accent);
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  max-width: 360px;
  padding: 14px 18px;
  border-radius: 8px;
  background: #172330;
  color: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1280px) {
  .header-inner {
    padding: 0 28px;
  }

  .brand {
    width: 248px;
    height: 86px;
  }

  .brand-mark {
    width: 190px;
  }

  .main-nav {
    gap: 4px;
    margin-left: 16px;
  }

  .messengers {
    display: none;
  }

  .hero-content {
    padding-left: 34px;
  }

  .process-strip {
    left: 34px;
    min-width: 0;
    width: min(840px, calc(100% - 360px));
  }
}

@media (max-width: 1100px) {
  .site-header {
    height: auto;
  }

  .header-inner {
    min-height: 92px;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 22px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .main-nav {
    order: 5;
    width: 100%;
    margin: 0;
    display: none;
    flex-wrap: wrap;
    padding: 12px 0 2px;
  }

  .main-nav.is-open {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .top-cta {
    display: none;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-content {
    width: 610px;
  }

  .process-strip {
    width: calc(100% - 68px);
    min-width: 0;
    overflow-x: auto;
  }

  .guarantee-card {
    right: 28px;
  }

  .service-grid {
    grid-template-columns: repeat(4, 320px);
  }

  .insurance-flow,
  .quote-zone,
  .content-hub,
  .insurance-companies,
  .legal-note,
  .lead-lab {
    grid-template-columns: 1fr;
  }

  .deep-grid,
  .route-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-card.large {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .header-inner {
    width: min(100%, 390px);
    margin: 0;
  }

  .brand,
  .brand-mark {
    width: 204px;
  }

  .brand {
    height: 66px;
  }

  .brand-logo {
    object-position: left center;
  }

  .phone-link {
    width: 52px;
    min-width: 52px;
    height: 52px;
    margin: 0 10px 0 auto;
    display: inline-flex;
    justify-content: center;
    border: 1px solid var(--accent);
    border-radius: 7px;
    background: #fff;
  }

  .phone-link svg {
    width: 28px;
    height: 28px;
  }

  .phone-link span {
    display: none;
  }

  .menu-toggle {
    margin-left: 0;
    width: 52px;
    height: 52px;
  }

  .hero {
    min-height: 828px;
    background: #f8fcff;
    overflow: hidden;
  }

  .hero::before {
    inset: auto 0 0;
    height: 345px;
    background-size: cover;
    background-position: 64% center;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.98) 55%, rgba(255, 255, 255, 0.1) 78%);
  }

  .hero-content {
    width: min(100%, 390px);
    padding: 32px 22px 0;
  }

  .hero h1 {
    font-size: 38px;
    line-height: 1.1;
    max-width: 100%;
  }

  .hero-list li {
    font-size: 14px;
  }

  .hero-actions {
    margin-top: 28px;
    flex-direction: column;
    align-items: stretch;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
    min-width: 0;
  }

  .process-strip {
    left: 12px;
    right: auto;
    bottom: 22px;
    width: calc(100% - 24px);
    max-width: none;
    min-width: 0;
    min-height: 0;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 8px;
    overflow: hidden;
    transform: none;
  }

  .process-steps {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .process-steps::-webkit-scrollbar {
    display: none;
  }

  .process-step {
    flex: 0 0 64px;
    min-width: 0;
    height: 58px;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 9px;
    letter-spacing: 0;
    background: #fff;
    border: 1px solid #dceaf4;
  }

  .process-step svg {
    width: 23px;
    height: 23px;
  }

  .process-step::before {
    display: none;
  }

  .step-arrow {
    display: none;
  }

  .process-detail {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
  }

  .process-detail-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .process-detail p {
    font-size: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .guarantee-card {
    display: none;
  }

  .services {
    padding: 68px 18px 22px;
  }

  .section-heading {
    width: auto;
  }

  .service-arrows {
    display: none;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    overflow: visible;
  }

  .service-card {
    height: 76px;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #e1e8ef;
    box-shadow: none;
  }

  .service-card:last-child {
    border-bottom: 1px solid #e1e8ef;
  }

  .service-card:hover,
  .service-card:focus-visible,
  .service-card.is-highlighted {
    transform: none;
    box-shadow: none;
  }

  .service-card img {
    display: none;
  }

  .service-card a {
    height: 76px;
    padding: 0 6px 0 0;
    font-size: 18px;
    font-weight: 900;
  }

  .contacts-band {
    margin: 20px 18px 42px;
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .seo-hero {
    padding: 54px 0 28px;
  }

  .seo-hero-inner,
  .seo-body,
  .seo-related,
  .seo-faq,
  .seo-final {
    width: min(100%, 300px);
  }

  .seo-hero-inner,
  .seo-body {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .seo-hero-inner > *,
  .seo-body > * {
    min-width: 0;
    max-width: 100%;
  }

  .seo-hero h1 {
    font-size: 28px;
    line-height: 1.14;
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
  }

  .seo-hero p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.58;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .seo-actions {
    flex-direction: column;
  }

  .seo-summary-card,
  .seo-copy-card,
  .seo-check-card,
  .seo-legal-card,
  .seo-faq details {
    border-radius: 8px;
  }

  .seo-copy-card,
  .seo-check-card,
  .seo-legal-card,
  .seo-summary-card,
  .seo-link-card {
    min-width: 0;
  }

  .seo-copy-card {
    padding: 24px;
  }

  .seo-copy-card h2,
  .seo-check-card h2,
  .seo-related h2,
  .seo-faq h2 {
    overflow-wrap: anywhere;
  }

  .seo-body,
  .seo-related,
  .seo-faq,
  .seo-final {
    padding-left: 0;
    padding-right: 0;
  }

  .seo-side {
    position: static;
  }

  .seo-links-grid {
    grid-template-columns: 1fr;
  }

  .insurance-flow,
  .quote-zone,
  .deep-services,
  .insurance-companies,
  .lead-lab,
  .case-section,
  .content-hub,
  .seo-routes,
  .reviews-route,
  .legal-note,
  .faq-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .insurance-flow {
    padding-top: 66px;
    gap: 28px;
  }

  .flow-copy h2,
  .quote-card h2,
  .companies-head h2,
  .lead-lab-copy h2,
  .seo-routes h2,
  .hub-intro h2,
  .faq-section h2,
  .deep-services h2,
  .case-section h2 {
    font-size: 31px;
    line-height: 1.13;
  }

  .flow-copy p,
  .quote-card p {
    font-size: 15px;
  }

  .flow-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .flow-panel {
    grid-template-columns: 1fr;
  }

  .flow-line {
    min-height: 0;
    border-right: 0;
  }

  .flow-line:nth-child(n+3) {
    border-bottom: 1px solid #e3edf4;
  }

  .flow-line:last-child {
    border-bottom: 0;
  }

  .quote-zone {
    padding-top: 28px;
  }

  .quote-card {
    padding: 26px 20px;
  }

  .quote-options,
  .quote-form,
  .proof-grid,
  .deep-grid,
  .route-columns,
  .case-grid,
  .hub-list {
    grid-template-columns: 1fr;
  }

  .insurance-companies,
  .lead-lab,
  .reviews-route {
    gap: 24px;
  }

  .legal-note {
    width: calc(100% - 44px);
    margin-top: 26px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    gap: 16px;
    min-width: 0;
  }

  .legal-note-copy,
  .legal-checks,
  .legal-action {
    padding: 24px;
    min-width: 0;
  }

  .legal-note-copy h2 {
    font-size: 26px;
  }

  .legal-checks li,
  .legal-action span {
    font-size: 15px;
  }

  .reviews-route {
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .route-panel {
    padding: 26px 20px;
  }

  .route-panel h2 {
    font-size: 30px;
  }

  .route-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .route-meta {
    grid-template-columns: 1fr;
  }

  .route-meta span {
    border-right: 0;
    border-bottom: 1px solid #e3edf4;
  }

  .route-meta span:last-child {
    border-bottom: 0;
  }

  .company-cloud {
    padding: 18px;
  }

  .company-cloud a {
    width: 100%;
    justify-content: space-between;
  }

  .signal-row,
  .form-row,
  .contact-methods,
  .form-row.final {
    grid-template-columns: 1fr;
  }

  .lead-form {
    padding: 22px 18px;
  }

  .quote-proof {
    min-height: 380px;
  }

  .deep-card {
    min-height: 0;
  }

  .case-card,
  .case-card.large {
    min-height: 330px;
    grid-column: auto;
  }

  .content-hub {
    gap: 24px;
  }

  .hub-list a,
  .hub-list a:nth-child(2n),
  .hub-list a:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid #e3edf4;
  }

  .hub-list a:last-child {
    border-bottom: 0;
  }

  .faq-list summary {
    min-height: 72px;
    font-size: 17px;
  }

  .site-footer {
    margin-bottom: 92px;
    padding: 26px 22px 34px;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-cols {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .inner-hero {
    min-height: 560px;
    padding: 58px 22px;
    align-items: flex-start;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.98) 48%, rgba(255, 255, 255, 0.2) 76%),
      url("assets/paint-booth-hero-fast.jpg") 65% bottom / auto 330px no-repeat #f7fbfe;
  }

  .inner-hero > div {
    width: 100%;
    min-width: 0;
  }

  .inner-hero h1,
  .article-page h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .inner-hero p:not(.eyebrow),
  .article-page .lead {
    max-width: 330px;
    font-size: 16px;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .inner-hero .primary-action {
    width: 100%;
    max-width: 348px;
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .legal-note-copy p:not(.eyebrow),
  .legal-checks li,
  .legal-action span {
    max-width: 280px;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .mobile-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    z-index: 30;
    min-height: 72px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    border: 1px solid #dce7f0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 42px rgba(17, 37, 56, 0.18);
    backdrop-filter: blur(12px);
    overflow: hidden;
  }

  .mobile-bar a,
  .mobile-bar button {
    min-width: 0;
    min-height: 54px;
    border: 0;
    border-right: 1px solid #e0e8ef;
    background: transparent;
    color: var(--accent-dark);
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-bar a:last-child,
  .mobile-bar button {
    border-right: 0;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: 32px;
  }

  body.seo-page main {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .seo-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .seo-hero h1 {
    max-width: calc(100vw - 36px);
    font-size: 26px;
    line-height: 1.16;
  }

  .seo-hero p:not(.eyebrow) {
    max-width: calc(100vw - 36px);
    font-size: 15px;
    line-height: 1.6;
  }

  .seo-body,
  .seo-related,
  .seo-faq,
  .seo-final {
    padding-left: 18px;
    padding-right: 18px;
  }

  .eyebrow {
    max-width: 340px;
    font-size: 10.5px;
    letter-spacing: 2px;
  }

  .hero-list {
    gap: 10px;
  }

  .hero-list li {
    padding-left: 26px;
    font-size: 13px;
    line-height: 1.25;
  }

  .guarantee-card {
    min-width: 0;
    width: calc(100% - 44px);
  }

  .service-arrows {
    position: static;
    margin: 18px 0 0;
  }

  .modal-panel {
    padding: 26px 20px;
  }

  .insurance-flow,
  .quote-zone,
  .deep-services,
  .insurance-companies,
  .lead-lab,
  .case-section,
  .content-hub,
  .seo-routes,
  .reviews-route,
  .legal-note,
  .faq-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .legal-note {
    width: calc(100% - 44px);
    padding-left: 0;
    padding-right: 0;
  }

  .legal-inline {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px;
  }

  .flow-copy h2,
  .quote-card h2,
  .companies-head h2,
  .lead-lab-copy h2,
  .seo-routes h2,
  .hub-intro h2,
  .faq-section h2,
  .deep-services h2,
  .case-section h2 {
    font-size: 28px;
  }

  .quote-options button {
    min-height: 48px;
  }

  .case-card,
  .case-card.large {
    min-height: 292px;
  }
}

@media (max-width: 1100px) {
  .site-header {
    height: 92px;
    overflow: visible;
  }

  .header-inner {
    width: 100%;
    max-width: none;
    min-height: 92px;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 10px 22px;
    position: relative;
  }

  .brand {
    width: 190px;
    height: 62px;
  }

  .brand::before {
    width: 174px;
    height: 52px;
    border-radius: 7px;
  }

  .brand::after {
    left: 21px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .phone-link {
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
    margin: 0 0 0 auto;
    padding: 0;
    justify-content: center;
    border-color: rgba(21, 157, 228, 0.88);
  }

  .phone-link span {
    display: none;
  }

  .phone-link svg {
    width: 27px;
    height: 27px;
  }

  .messengers,
  .top-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    width: 52px;
    height: 52px;
    margin-left: 0;
    border-radius: 7px;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
  }

  .menu-toggle:hover,
  .menu-toggle:focus-visible {
    border-color: rgba(21, 157, 228, 0.72);
    box-shadow: 0 14px 28px rgba(18, 48, 74, 0.1);
  }

  .menu-toggle span {
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    top: 104px;
    left: 18px;
    right: 18px;
    width: auto;
    margin: 0;
    padding: 12px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    border: 1px solid rgba(201, 218, 231, 0.96);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 70px rgba(15, 36, 54, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
    white-space: normal;
    backdrop-filter: blur(18px);
  }

  .main-nav::before {
    content: "Навигация";
    padding: 8px 10px 12px;
    color: var(--accent-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .main-nav::after {
    content: "+375 44 533-11-44 · WhatsApp · Telegram · Viber";
    margin-top: 8px;
    padding: 14px 12px;
    border-radius: 7px;
    background: linear-gradient(135deg, #eff9ff, #fff);
    color: #25364b;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .main-nav a {
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: #fff;
    color: #09111c;
    font-size: 16px;
    font-weight: 800;
    justify-content: space-between;
    box-shadow: none;
  }

  .main-nav a::after {
    content: "";
    width: 18px;
    height: 18px;
    margin: 0;
    background: var(--accent);
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4l8 8-8 8' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4l8 8-8 8' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    flex: 0 0 auto;
  }

  .main-nav a:hover,
  .main-nav a:focus-visible {
    border-color: rgba(21, 157, 228, 0.35);
    background: #f4fbff;
  }
}

@media (max-width: 430px) {
  .header-inner {
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }

  .brand {
    width: 176px;
    height: 58px;
  }

  .brand::before {
    width: 160px;
    height: 50px;
  }

  .brand::after {
    left: 18px;
  }

  .main-nav {
    top: 98px;
    left: 16px;
    right: 16px;
  }
}

@media (max-width: 1100px) {
  .header-inner {
    padding-left: 14px !important;
    padding-right: 14px !important;
    gap: 8px !important;
  }

  .brand {
    width: 132px !important;
    height: 54px !important;
  }

  .brand::before {
    width: 120px !important;
    height: 48px !important;
  }

  .brand::after {
    content: "" !important;
    left: 16px !important;
    font-size: 9px !important;
    letter-spacing: 0.08em !important;
  }

  .phone-link,
  .menu-toggle {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    flex: 0 0 50px !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    margin-left: 0 !important;
  }

  .phone-link {
    margin-left: auto !important;
  }

  .main-nav.is-open {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .main-nav::before {
    content: "\041D\0430\0432\0438\0433\0430\0446\0438\044F" !important;
  }

  .main-nav::after {
    content: "+375 44 533-11-44 \00B7 WhatsApp \00B7 Telegram \00B7 Viber" !important;
  }
}

@media (max-width: 430px) {
  .header-inner {
    padding-left: 14px !important;
    padding-right: 14px !important;
    gap: 8px !important;
  }

  .brand {
    width: 132px !important;
    height: 54px !important;
  }

  .brand::before {
    width: 120px !important;
    height: 48px !important;
  }

  .brand::after {
    content: "" !important;
    left: 16px !important;
    font-size: 9px !important;
    letter-spacing: 0.08em !important;
  }

  .phone-link,
  .menu-toggle {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    flex: 0 0 50px !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    margin-left: 0 !important;
  }

  .phone-link {
    margin-left: auto !important;
  }

  header.site-header .header-inner > .phone-link {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .mobile-menu-trigger {
    position: fixed;
    right: 20px;
    top: 21px;
    z-index: 120;
    width: 50px;
    height: 50px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(201, 218, 231, 0.96);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(18, 48, 74, 0.08);
  }

  .mobile-menu-trigger span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--ink);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .mobile-menu-trigger.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .mobile-menu-trigger.is-active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-trigger.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  header.site-header .header-inner > .phone-link {
    display: none !important;
  }

  header.site-header .header-inner > button.menu-toggle[data-menu-toggle] {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    right: 22px !important;
    top: 21px !important;
    flex: 0 0 50px !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 90 !important;
  }
}

/* Header reset: one clean logo slot, one call button, one menu button. */
.brand.is-empty .brand-logo {
  opacity: 0 !important;
  display: none !important;
}

.brand.is-empty::before {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  flex: 0 0 auto !important;
  border: 1px solid rgba(186, 205, 220, 0.78) !important;
  border-radius: 9px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 255, 0.92)),
    #fff !important;
  box-shadow: 0 14px 34px rgba(18, 48, 74, 0.08) !important;
}

.brand.is-empty::after {
  display: none !important;
  content: "" !important;
}

.mobile-menu-trigger {
  border: 1px solid rgba(190, 207, 221, 0.9) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--ink) !important;
  box-shadow: 0 16px 34px rgba(18, 48, 74, 0.1) !important;
}

.mobile-menu-trigger span {
  display: block !important;
  background: #07090d !important;
}

header.site-header .header-inner > button.menu-toggle[data-menu-toggle] {
  display: none !important;
}

@media (max-width: 1100px) {
  .site-header {
    height: 96px !important;
    background: rgba(255, 255, 255, 0.98) !important;
  }

  .header-inner {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 16px !important;
  }

  .brand {
    width: 164px !important;
    height: 62px !important;
    margin: 0 !important;
  }

  .brand::before {
    width: 152px !important;
    height: 52px !important;
  }

  header.site-header .header-inner > .phone-link {
    position: fixed !important;
    top: 23px !important;
    right: 82px !important;
    z-index: 122 !important;
    display: inline-flex !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    flex: 0 0 50px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(21, 157, 228, 0.72) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 16px 34px rgba(18, 48, 74, 0.1) !important;
  }

  .phone-link span {
    display: none !important;
  }

  .phone-link svg {
    width: 25px !important;
    height: 25px !important;
    margin: 0 !important;
    stroke-width: 2.25 !important;
  }

  header.site-header .header-inner > .mobile-menu-trigger {
    position: fixed !important;
    top: 23px !important;
    right: 20px !important;
    z-index: 123 !important;
    display: inline-flex !important;
    width: 50px !important;
    height: 50px !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  header.site-header .header-inner > .mobile-menu-trigger span {
    width: 23px !important;
    height: 2px !important;
    border-radius: 999px !important;
  }

  .main-nav {
    position: fixed !important;
    top: 106px !important;
    left: 16px !important;
    right: 16px !important;
    z-index: 118 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(205, 221, 233, 0.96) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 24px 70px rgba(15, 39, 61, 0.18) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-8px) !important;
    pointer-events: none !important;
    backdrop-filter: blur(18px) !important;
    white-space: normal !important;
  }

  .main-nav.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  .main-nav::before {
    content: "\041D\0430\0432\0438\0433\0430\0446\0438\044F" !important;
    display: block !important;
    padding: 2px 4px 8px !important;
    color: var(--accent-dark) !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
  }

  .main-nav a {
    display: flex !important;
    min-height: 52px !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 14px !important;
    border: 1px solid rgba(224, 233, 241, 0.95) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #07090d !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(18, 48, 74, 0.045) !important;
  }

  .main-nav a::after {
    content: "" !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    flex: 0 0 18px !important;
    background: var(--accent) !important;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4l8 8-8 8' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4l8 8-8 8' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  .main-nav::after {
    content: "+375 44 533-11-44 \00B7 WhatsApp \00B7 Telegram \00B7 Viber" !important;
    display: block !important;
    margin-top: 4px !important;
    padding: 13px 12px !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #edf9ff, #ffffff) !important;
    color: #26384d !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .messengers,
  .top-cta {
    display: none !important;
  }
}

@media (min-width: 1101px) {
  .mobile-menu-trigger {
    display: none !important;
  }
}

/* Final internal article mobile guard. Must stay at the end of the file. */
@media (max-width: 760px) {
  html,
  body,
  .internal-page {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .internal-page .site-header {
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    min-height: 92px !important;
  }

  .internal-page .header-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 54px 54px !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100vw !important;
    min-height: 92px !important;
    padding: 12px !important;
  }

  .internal-page .brand {
    width: 152px !important;
    max-width: 100% !important;
    height: 56px !important;
  }

  .internal-page header.site-header .mobile-call,
  .internal-page header.site-header .mobile-menu-trigger {
    position: static !important;
    inset: auto !important;
    display: inline-flex !important;
    width: 54px !important;
    min-width: 54px !important;
    height: 54px !important;
    min-height: 54px !important;
    margin: 0 !important;
  }

  .internal-page header.site-header .mobile-call {
    grid-column: 2 !important;
  }

  .internal-page header.site-header .mobile-menu-trigger {
    grid-column: 3 !important;
  }

  .internal-page .main-nav {
    position: fixed !important;
    top: 102px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
  }

  .internal-page .article-shell,
  .internal-page .wide-interactive-zone,
  .internal-page .page-faq {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .internal-page .article-hero,
  .internal-page .article-hero-copy,
  .internal-page .article-main,
  .internal-page .article-sidebar,
  .internal-page .internal-article,
  .internal-page .inline-calculator,
  .internal-page .article-toc,
  .internal-page .expert-guide,
  .internal-page .proof-strip,
  .internal-page .seo-related,
  .internal-page .sidebar-card,
  .internal-page .side-request {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .internal-page .article-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(28px, 8vw, 30px) !important;
    line-height: 1.08 !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: auto !important;
  }

  .internal-page .article-hero-copy p,
  .internal-page .article-content p,
  .internal-page .article-content li,
  .internal-page .article-meta,
  .internal-page .category-breadcrumbs {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }

  .internal-page .article-hero-media img {
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
  }

  .internal-page .article-note {
    margin: 16px !important;
    padding: 20px !important;
  }

  .internal-page .article-content {
    padding: 0 20px 28px !important;
  }

  .internal-page .inline-calculator {
    gap: 14px !important;
    padding: 20px !important;
  }

  .internal-page .calc-grid,
  .internal-page .expert-guide ol,
  .internal-page .article-toc ol,
  .internal-page .proof-strip,
  .internal-page .article-sidebar {
    grid-template-columns: 1fr !important;
  }

  .internal-page .calc-grid select,
  .internal-page .side-request input,
  .internal-page .side-request select,
  .internal-page .side-request textarea {
    width: 100% !important;
    min-width: 0 !important;
  }

  .internal-page .mobile-bar {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
  }
}

/* Final internal image containment */
@media (max-width: 760px) {
  .internal-page .article-media img,
  .internal-page .article-content img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }
}

/* Final internal title wrap override */
@media (max-width: 760px) {
  .internal-page .article-hero-copy h1 {
    display: block !important;
    width: 100% !important;
    max-width: calc(100vw - 24px) !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}

/* Final hard viewport clamp for internal mobile pages */
@media (max-width: 760px) {
  .internal-page main,
  .internal-page .article-shell,
  .internal-page .article-main,
  .internal-page .article-hero,
  .internal-page .article-hero-copy,
  .internal-page .internal-article,
  .internal-page .article-content,
  .internal-page .article-toc,
  .internal-page .inline-calculator,
  .internal-page .expert-guide,
  .internal-page .proof-strip,
  .internal-page .seo-related {
    box-sizing: border-box !important;
    max-width: calc(100vw - 24px) !important;
    overflow-x: hidden !important;
  }

  .internal-page .article-hero-copy h1 {
    width: auto !important;
    max-width: calc(100vw - 32px) !important;
    font-size: 28px !important;
    line-height: 1.12 !important;
  }

  .internal-page .article-hero-copy p:not(.eyebrow),
  .internal-page .article-content {
    font-size: 16px !important;
    line-height: 1.68 !important;
  }
}

/* Final narrow viewport guard for internal generated articles */
@media (max-width: 980px) {
  .internal-page .article-shell,
  .internal-page .article-main,
  .internal-page .article-hero,
  .internal-page .article-hero-copy,
  .internal-page .internal-article,
  .internal-page .inline-calculator,
  .internal-page .article-toc,
  .internal-page .expert-guide,
  .internal-page .proof-strip,
  .internal-page .seo-related,
  .internal-page .article-sidebar {
    box-sizing: border-box !important;
    width: min(100% - 24px, 720px) !important;
    max-width: min(100% - 24px, 720px) !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden !important;
  }

  .internal-page .article-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(28px, 5.6vw, 40px) !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .internal-page .calc-grid,
  .internal-page .article-toc ol,
  .internal-page .expert-guide ol,
  .internal-page .proof-strip,
  .internal-page .article-sidebar {
    grid-template-columns: 1fr !important;
  }
}


/* Wide mobile internal pages final layer */
@media (max-width: 760px) {
  body.seo-page.internal-page {
    background: #f6fbff !important;
  }

  body.seo-page.internal-page main,
  body.seo-page.internal-page .article-shell,
  body.seo-page.internal-page .article-main,
  body.seo-page.internal-page .seo-body,
  body.seo-page.internal-page .seo-hero-inner,
  body.seo-page.internal-page .article-sidebar {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-template-columns: 1fr !important;
  }

  body.seo-page.internal-page .seo-hero,
  body.seo-page.internal-page .article-hero,
  body.seo-page.internal-page .article-content,
  body.seo-page.internal-page .internal-article,
  body.seo-page.internal-page .article-toc,
  body.seo-page.internal-page .page-faq,
  body.seo-page.internal-page .seo-related,
  body.seo-page.internal-page .expert-guide,
  body.seo-page.internal-page .proof-strip,
  body.seo-page.internal-page .wide-interactive-zone,
  body.seo-page.internal-page .source-editor,
  body.seo-page.internal-page .contacts-band,
  body.seo-page.internal-page .side-request,
  body.seo-page.internal-page .sidebar-card {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    border-radius: 10px !important;
  }

  body.seo-page.internal-page .seo-hero,
  body.seo-page.internal-page .article-hero {
    padding-top: 28px !important;
    padding-bottom: 26px !important;
    background: linear-gradient(180deg, #f2f9ff, #ffffff) !important;
  }

  body.seo-page.internal-page .category-breadcrumbs,
  body.seo-page.internal-page .article-meta,
  body.seo-page.internal-page .article-hero-copy {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  body.seo-page.internal-page .article-hero-copy h1,
  body.seo-page.internal-page .seo-hero h1,
  body.seo-page.internal-page h1 {
    max-width: 100% !important;
    font-size: clamp(30px, 9.2vw, 42px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    hyphens: auto !important;
  }

  body.seo-page.internal-page .article-hero-copy p,
  body.seo-page.internal-page .seo-hero p,
  body.seo-page.internal-page .article-content p,
  body.seo-page.internal-page .internal-article p,
  body.seo-page.internal-page .source-editor p,
  body.seo-page.internal-page li {
    max-width: 100% !important;
    font-size: 17px !important;
    line-height: 1.62 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.seo-page.internal-page .article-content h2,
  body.seo-page.internal-page .internal-article h2,
  body.seo-page.internal-page .source-editor h2 {
    font-size: 27px !important;
    line-height: 1.16 !important;
  }

  body.seo-page.internal-page .article-content h3,
  body.seo-page.internal-page .internal-article h3,
  body.seo-page.internal-page .source-editor h3 {
    font-size: 22px !important;
    line-height: 1.18 !important;
  }

  body.seo-page.internal-page img,
  body.seo-page.internal-page .article-media,
  body.seo-page.internal-page figure {
    max-width: 100% !important;
    height: auto !important;
  }

  body.seo-page.internal-page .article-media,
  body.seo-page.internal-page .article-hero-media {
    width: calc(100% - 24px) !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }

  body.seo-page.internal-page .article-media img,
  body.seo-page.internal-page .article-hero-media img,
  body.seo-page.internal-page figure img {
    width: 100% !important;
    min-height: 180px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
  }

  body.seo-page.internal-page .article-toc,
  body.seo-page.internal-page .sidebar-card,
  body.seo-page.internal-page .side-request {
    box-shadow: 0 14px 34px rgba(18, 48, 74, 0.08) !important;
    border: 1px solid rgba(205, 222, 236, 0.86) !important;
    background: #fff !important;
  }

  body.seo-page.internal-page .category-breadcrumbs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
}


/* Simple premium homepage final layer */
.process-strip {
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(194, 216, 232, 0.92) !important;
  box-shadow: 0 22px 62px rgba(13, 35, 54, 0.16) !important;
}

.process-step {
  min-width: 104px !important;
  height: 54px !important;
  border-radius: 10px !important;
  background: #fff !important;
  border: 1px solid transparent !important;
  flex-direction: row !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

.process-step::before {
  display: none !important;
}

.process-step svg {
  width: 24px !important;
  height: 24px !important;
}

.process-step.is-active {
  color: #fff !important;
  background: linear-gradient(180deg, #28a9ed, #0c8fd7) !important;
  border-color: rgba(21, 157, 228, 0.7) !important;
  box-shadow: 0 14px 28px rgba(21, 157, 228, 0.26) !important;
}

.process-detail {
  border-radius: 10px !important;
  background: linear-gradient(135deg, #eef9ff, #ffffff 62%) !important;
  border-color: rgba(21, 157, 228, 0.22) !important;
}

.process-detail-label {
  color: #087fc4 !important;
}

.process-detail strong {
  font-size: 18px !important;
}

.process-detail p {
  max-width: 760px !important;
  color: #41536a !important;
  font-size: 14px !important;
}

.quote-zone {
  background: linear-gradient(180deg, #ffffff, #f4fbff) !important;
}

.quote-card {
  border-radius: 14px !important;
  border: 1px solid rgba(198, 217, 232, 0.94) !important;
  background: #fff !important;
  box-shadow: 0 24px 70px rgba(18, 48, 74, 0.1) !important;
}

.quote-card h2 {
  max-width: 640px !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.quote-card > p {
  max-width: 620px !important;
  color: #536579 !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

.quote-options {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

.quote-options button,
.quote-contact button,
.contact-methods button {
  min-height: 48px !important;
  border-radius: 10px !important;
  background: #fff !important;
  border: 1px solid #cddfed !important;
  color: #142139 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

.quote-options button.is-selected,
.quote-contact button.is-selected,
.contact-methods button.is-selected {
  color: #fff !important;
  background: linear-gradient(180deg, #26a7ec, #0b8ed7) !important;
  border-color: #159de4 !important;
  box-shadow: 0 14px 28px rgba(21, 157, 228, 0.22) !important;
}

.quote-form.is-premium {
  margin-top: 22px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.quote-form.is-premium label {
  min-width: 0 !important;
  font-size: 13px !important;
}

.quote-form.is-premium textarea {
  width: 100% !important;
  min-height: 112px !important;
  resize: vertical !important;
  border: 1px solid #cfdce7 !important;
  border-radius: 10px !important;
  padding: 14px !important;
  background: #fbfdff !important;
  color: #132033 !important;
  font: inherit !important;
}

.quote-contact {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-self: end !important;
}

.quote-form.is-premium .primary-action {
  min-height: 58px !important;
  grid-column: 1 / -1 !important;
  border-radius: 10px !important;
  font-size: 16px !important;
}

@media (max-width: 760px) {
  .process-strip {
    left: 12px !important;
    bottom: 18px !important;
    width: calc(100% - 24px) !important;
    padding: 10px !important;
  }

  .process-step {
    flex: 0 0 74px !important;
    height: 58px !important;
    flex-direction: column !important;
    font-size: 11px !important;
    gap: 3px !important;
  }

  .process-detail strong {
    font-size: 16px !important;
  }

  .process-detail p {
    font-size: 13px !important;
  }

  .quote-zone {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .quote-card {
    padding: 24px 18px !important;
  }

  .quote-card h2 {
    font-size: 32px !important;
  }

  .quote-card > p {
    font-size: 15px !important;
  }

  .quote-options,
  .quote-form.is-premium,
  .quote-contact {
    grid-template-columns: 1fr !important;
  }

  .quote-form.is-premium textarea {
    min-height: 96px !important;
  }


/* Unified header final authoritative layer */
.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 500 !important;
  width: 100% !important;
  min-height: 88px !important;
  height: auto !important;
  overflow: visible !important;
  background: rgba(255,255,255,.988) !important;
  border-bottom: 1px solid rgba(203,219,232,.9) !important;
  box-shadow: 0 12px 34px rgba(18,48,74,.06) !important;
  backdrop-filter: blur(16px) !important;
}

.site-header .header-inner {
  width: 100% !important;
  max-width: 1520px !important;
  min-height: 88px !important;
  margin: 0 auto !important;
  padding: 0 26px !important;
  display: grid !important;
  grid-template-columns: 220px minmax(420px, 1fr) auto 0 !important;
  align-items: center !important;
  gap: 18px !important;
}

.site-header .brand,
.site-header .brand.is-empty {
  width: 220px !important;
  height: 66px !important;
  flex: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-header .brand::before,
.site-header .brand::after,
.site-header .brand-placeholder,
.mobile-header-actions {
  display: none !important;
  content: none !important;
}

.site-header .brand-logo,
.site-header .brand.is-empty .brand-logo {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.site-header .main-nav {
  position: static !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 5px !important;
  gap: 2px !important;
  align-items: center !important;
  justify-content: center !important;
  grid-template-columns: none !important;
  border: 1px solid rgba(218,228,237,.82) !important;
  border-radius: 10px !important;
  background: rgba(248,252,255,.86) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95) !important;
  white-space: nowrap !important;
}

.site-header .main-nav::before,
.site-header .main-nav::after {
  display: none !important;
  content: none !important;
}

.site-header .main-nav a {
  min-height: 42px !important;
  padding: 0 11px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #0b1524 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.site-header .main-nav a::after {
  display: none !important;
  content: none !important;
}

.site-header .main-nav a:hover,
.site-header .main-nav a:focus-visible {
  color: #087fc4 !important;
  background: #fff !important;
  outline: none !important;
  box-shadow: 0 10px 24px rgba(18,48,74,.08) !important;
}

.menu-quick-actions {
  display: none !important;
}

.header-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.header-action {
  min-height: 48px !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border: 1px solid #d6e5f0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #0b1524 !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  box-shadow: 0 10px 24px rgba(18,48,74,.07) !important;
}

.header-action small,
.header-action strong {
  display: block !important;
}

.header-action small {
  color: #66758a !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  margin-top: 3px !important;
}

.header-action .action-icon {
  font-size: 17px !important;
  line-height: 1 !important;
}

.call-action {
  min-width: 178px !important;
}

.taxi-action {
  border-color: rgba(234,178,40,.78) !important;
  background: linear-gradient(180deg,#ffe070,#ffc526) !important;
  color: #111827 !important;
  box-shadow: 0 12px 26px rgba(255,194,32,.25) !important;
}

.photo-action {
  border: 0 !important;
  background: linear-gradient(180deg,#27a9ed,#1195dd) !important;
  color: #fff !important;
}

.site-header .mobile-menu-trigger {
  display: none !important;
  position: static !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 6px !important;
  padding: 0 !important;
  border: 1px solid rgba(190,207,221,.95) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 12px 26px rgba(18,48,74,.08) !important;
}

.site-header .mobile-menu-trigger span {
  display: block !important;
  width: 24px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #07090d !important;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .site-header .header-inner {
    grid-template-columns: 190px minmax(390px, 1fr) auto 0 !important;
    gap: 10px !important;
    padding: 0 18px !important;
  }

  .site-header .brand,
  .site-header .brand.is-empty {
    width: 190px !important;
  }

  .site-header .main-nav a {
    padding: 0 8px !important;
    font-size: 13px !important;
  }

  .route-action span:not(.action-icon),
  .taxi-action span:not(.action-icon),
  .photo-action span:not(.action-icon) {
    display: none !important;
  }

  .route-action,
  .taxi-action,
  .photo-action {
    width: 48px !important;
    padding: 0 !important;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 84px !important;
  }

  .site-header .header-inner {
    min-height: 84px !important;
    max-width: none !important;
    grid-template-columns: minmax(0, 1fr) 54px 54px !important;
    gap: 9px !important;
    padding: 9px 14px !important;
  }

  .site-header .brand,
  .site-header .brand.is-empty {
    width: 176px !important;
    max-width: 100% !important;
    height: 62px !important;
  }

  .site-header .main-nav {
    position: fixed !important;
    top: 94px !important;
    left: 12px !important;
    right: 12px !important;
    z-index: 520 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 14px !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.99) !important;
    border: 1px solid rgba(201,218,231,.96) !important;
    box-shadow: 0 28px 80px rgba(15,39,61,.20) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-8px) !important;
    pointer-events: none !important;
    white-space: normal !important;
  }

  .site-header .main-nav.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  .site-header .main-nav::before {
    content: "Основные страницы" !important;
    display: block !important;
    padding: 2px 4px 6px !important;
    color: #087fc4 !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
  }

  .site-header .main-nav a {
    width: 100% !important;
    min-height: 52px !important;
    justify-content: space-between !important;
    padding: 0 16px !important;
    border: 1px solid rgba(224,233,241,.95) !important;
    background: #fff !important;
    font-size: 16px !important;
    border-radius: 10px !important;
  }

  .site-header .main-nav a::after {
    content: "→" !important;
    display: inline-flex !important;
    color: #159de4 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
  }

  .menu-quick-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 4px !important;
  }

  .menu-quick-actions a,
  .menu-quick-actions button {
    min-height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    border: 1px solid #d6e5f0 !important;
    background: #fff !important;
    color: #0b1524 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 950 !important;
  }

  .menu-quick-actions a:nth-child(2) {
    background: linear-gradient(180deg,#ffe070,#ffc526) !important;
    border-color: rgba(234,178,40,.78) !important;
  }

  .menu-quick-actions button {
    background: linear-gradient(180deg,#27a9ed,#1195dd) !important;
    color: #fff !important;
    border: 0 !important;
  }

  .header-actions {
    grid-column: 2 !important;
    justify-self: end !important;
  }

  .header-actions .taxi-action,
  .header-actions .route-action,
  .header-actions .photo-action {
    display: none !important;
  }

  .header-actions .call-action {
    width: 54px !important;
    min-width: 54px !important;
    height: 54px !important;
    padding: 0 !important;
  }

  .header-actions .call-action span:not(.action-icon) {
    display: none !important;
  }

  .site-header .mobile-menu-trigger {
    display: inline-flex !important;
    grid-column: 3 !important;
  }
}

/* Categories index spacing polish */
.categories-index-page {
  padding-top: clamp(42px, 4.5vw, 66px);
  padding-bottom: clamp(62px, 6vw, 88px);
}

.categories-index-page .category-page-head {
  margin-bottom: clamp(36px, 4vw, 58px);
  padding: clamp(42px, 4.6vw, 64px) clamp(34px, 4.8vw, 56px) clamp(54px, 5vw, 76px);
  border-radius: 30px;
}

.categories-index-page .category-page-head p {
  max-width: 920px;
  margin: 16px 0 0;
  line-height: 1.58;
}

.categories-index-page .category-grid {
  gap: clamp(20px, 2vw, 26px);
}

.categories-index-page .category-card {
  min-height: 300px;
  padding: clamp(26px, 2.3vw, 34px);
  border-radius: 22px;
}

@media (max-width: 980px) {
  .categories-index-page {
    width: calc(100% - 24px);
    padding-top: 24px;
    padding-bottom: 56px;
  }

  .categories-index-page .category-page-head {
    margin-bottom: 28px;
    padding: 32px 24px 40px;
    border-radius: 24px;
  }

  .categories-index-page .category-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .categories-index-page .category-card {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .categories-index-page {
    width: calc(100% - 18px);
    padding-top: 16px;
  }

  .categories-index-page .category-page-head {
    margin-bottom: 22px;
    padding: 24px 18px 30px;
    border-radius: 22px;
  }

  .categories-index-page .category-page-head h1 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: .96;
  }

  .categories-index-page .category-card {
    padding: 22px 20px;
    border-radius: 18px;
  }
}

/* Global mobile action bar: stable site-wide CTA strip. */
@media (max-width: 768px) {
  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .mobile-bar {
    position: fixed !important;
    left: 6px !important;
    right: 6px !important;
    bottom: max(6px, env(safe-area-inset-bottom)) !important;
    z-index: 3000 !important;
    width: auto !important;
    max-width: calc(100vw - 12px) !important;
    min-height: 58px !important;
    height: 58px !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(37, 156, 219, .22) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 14px 34px rgba(10, 48, 78, .18) !important;
    backdrop-filter: blur(14px);
    overflow: hidden !important;
    transform: none !important;
  }

  .mobile-bar > a,
  .mobile-bar > button {
    width: 100% !important;
    min-width: 0 !important;
    height: 58px !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 7px 4px 6px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #188fd0 !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    font-size: 11px !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: none !important;
    overflow: hidden !important;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-bar > a + a,
  .mobile-bar > a + button,
  .mobile-bar > button + a,
  .mobile-bar > button + button {
    border-left: 1px solid rgba(37, 156, 219, .18) !important;
  }

  .mobile-bar .channel-icon,
  .mobile-bar svg {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    flex: 0 0 20px !important;
    display: block !important;
    margin: 0 !important;
    color: currentColor !important;
  }

  .mobile-bar svg {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .mobile-bar .channel-icon {
    background-color: currentColor !important;
    background-image: none !important;
  }

  .mobile-bar .channel-call {
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4h4l2 5-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4h4l2 5-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  .mobile-bar .channel-photo {
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7h3l1.5-2h7L17 7h3v12H4z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M9 13a3 3 0 1 0 6 0a3 3 0 0 0-6 0' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7h3l1.5-2h7L17 7h3v12H4z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M9 13a3 3 0 1 0 6 0a3 3 0 0 0-6 0' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  .mobile-bar .channel-telegram {
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 4L3 11l7 2.5M21 4l-6 17-5-7.5M21 4L10 13.5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 4L3 11l7 2.5M21 4l-6 17-5-7.5M21 4L10 13.5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  .mobile-bar span:not(.channel-icon) {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .mobile-bar.is-footer-visible {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(12px) !important;
  }
}

@media (min-width: 769px) {
  .mobile-bar {
    display: none !important;
  }
}
/* Final modal close: match the compact mobile menu close button everywhere. */
html body .modal .modal-close,
html body .lead-modal-panel .modal-close,
html body button.modal-close[data-close-modal] {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  padding: 0 !important;
  border: 1px solid #c7e5f7 !important;
  border-radius: 16px !important;
  background: #f6fcff !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  box-shadow: 0 8px 22px rgba(11, 44, 74, .10) !important;
  overflow: hidden !important;
  appearance: none !important;
}

html body .modal .modal-close::before,
html body .modal .modal-close::after,
html body .lead-modal-panel .modal-close::before,
html body .lead-modal-panel .modal-close::after,
html body button.modal-close[data-close-modal]::before,
html body button.modal-close[data-close-modal]::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 18px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #0f2436 !important;
  transform-origin: center !important;
}

html body .modal .modal-close::before,
html body .lead-modal-panel .modal-close::before,
html body button.modal-close[data-close-modal]::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

html body .modal .modal-close::after,
html body .lead-modal-panel .modal-close::after,
html body button.modal-close[data-close-modal]::after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

/* Home hero final: match landing pages and prevent text collisions. */
body.home-page .landing-hero,
body:not(.internal-page) .landing-hero {
  align-items: center !important;
  min-height: 720px !important;
  padding: clamp(96px, 9vw, 136px) clamp(28px, 5vw, 72px) clamp(64px, 7vw, 96px) !important;
}

body.home-page .landing-hero .hero-content,
body:not(.internal-page) .landing-hero .hero-content {
  max-width: 760px !important;
  padding-top: 0 !important;
}

body.home-page .landing-hero .eyebrow,
body:not(.internal-page) .landing-hero .eyebrow {
  margin-bottom: 28px !important;
  font-size: 14px !important;
  letter-spacing: .34em !important;
}

body.home-page .landing-hero h1,
body:not(.internal-page) .landing-hero h1 {
  max-width: 840px !important;
  margin: 0 0 22px !important;
  font-size: clamp(54px, 6.5vw, 94px) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
}

body.home-page .landing-hero .hero-subtitle,
body:not(.internal-page) .landing-hero .hero-subtitle {
  max-width: 720px !important;
  margin: 0 0 30px !important;
  font-size: clamp(18px, 1.45vw, 22px) !important;
  line-height: 1.55 !important;
}

@media (max-width: 760px) {
  body.home-page .landing-hero,
  body:not(.internal-page) .landing-hero {
    min-height: auto !important;
    padding: 96px 10px 40px !important;
  }

  body.home-page .landing-hero h1,
  body:not(.internal-page) .landing-hero h1 {
    font-size: 38px !important;
    line-height: 1.08 !important;
    margin-bottom: 14px !important;
  }

  body.home-page .landing-hero .hero-subtitle,
  body:not(.internal-page) .landing-hero .hero-subtitle {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }
}
