:root {
  --av-yellow: #ffc400;
  --av-orange: #f59e0b;
  --av-dark: #1f2933;
  --av-dark-2: #111827;
  --av-light: #f6f7f9;
  --av-text: #222222;
}

body {
  color: var(--av-text);
  background: #ffffff;
}

a {
  color: var(--av-orange);
}

.site-content {
  background: #ffffff;
}

/* Header */
.ast-primary-header-bar {
  background: var(--av-dark);
  border-bottom: 4px solid var(--av-yellow);
}

.site-title a,
.ast-site-title-wrap .site-title a {
  color: var(--av-yellow) !important;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.main-header-menu .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link {
  color: #ffffff;
  font-weight: 700;
}

.main-header-menu .menu-link:hover,
.ast-builder-menu-1 .menu-item > .menu-link:hover {
  color: var(--av-yellow);
}

.ast-builder-menu-1 .sub-menu {
  border-top: 4px solid var(--av-yellow);
  box-shadow: 0 14px 35px rgba(0,0,0,0.18);
}

.ast-builder-menu-1 .sub-menu .menu-link {
  color: var(--av-dark);
  font-weight: 600;
}

.ast-builder-menu-1 .sub-menu .menu-link:hover {
  background: var(--av-yellow);
  color: var(--av-dark);
}

/* Mobile menu */
.ast-mobile-popup-drawer .ast-mobile-popup-header {
  background: var(--av-dark);
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
  color: var(--av-yellow);
}

.ast-mobile-popup-drawer .main-header-menu .menu-link {
  color: var(--av-dark);
  font-weight: 700;
}

.ast-mobile-popup-drawer .main-header-menu .menu-link:hover {
  color: var(--av-orange);
}

.ast-menu-toggle {
  color: var(--av-dark) !important;
}

/* Global page layout */
.entry-title {
  display: none;
}

.ast-container,
.site-content .ast-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.content-area {
  width: 100%;
}

.av-container {
  max-width: 1180px;
  margin: 0 auto;
}

/* Hero */
.av-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(31,41,51,0.96) 0%, rgba(31,41,51,0.94) 55%, rgba(245,158,11,0.95) 55%, rgba(255,196,0,0.96) 100%);
  color: #ffffff;
  padding: 95px 28px 90px;
}

.av-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  align-items: center;
}

.av-label {
  display: inline-block;
  background: var(--av-yellow);
  color: var(--av-dark);
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 20px;
}

.av-hero h1 {
  color: #ffffff;
  font-size: 54px;
  line-height: 1.08;
  margin: 0 0 22px;
  font-weight: 900;
}

.av-hero p {
  font-size: 20px;
  line-height: 1.65;
  max-width: 760px;
  margin-bottom: 0;
}

.av-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.av-btn {
  display: inline-block;
  padding: 15px 24px;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 900;
  transition: 0.2s ease;
}

.av-btn-primary {
  background: var(--av-yellow);
  color: var(--av-dark) !important;
}

.av-btn-primary:hover {
  background: #ffd84d;
  transform: translateY(-2px);
}

.av-btn-secondary {
  border: 2px solid var(--av-yellow);
  color: #ffffff !important;
}

.av-btn-secondary:hover {
  background: var(--av-yellow);
  color: var(--av-dark) !important;
}

.av-hero-card {
  background: #ffffff;
  color: var(--av-dark);
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 20px 55px rgba(0,0,0,0.25);
  border-bottom: 7px solid var(--av-orange);
}

.av-hero-card h3 {
  margin-top: 0;
  color: var(--av-dark);
  font-size: 26px;
}

.av-hero-card ul {
  margin: 0;
  padding-left: 20px;
}

.av-hero-card li {
  margin-bottom: 10px;
  font-weight: 700;
}

/* Sections */
.av-section {
  padding: 76px 28px;
}

.av-section-light {
  background: var(--av-light);
}

.av-section-dark {
  background: var(--av-dark);
  color: #ffffff;
}

.av-section h2 {
  color: var(--av-dark);
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 18px;
  font-weight: 900;
}

.av-section-dark h2 {
  color: #ffffff;
}

.av-intro {
  max-width: 850px;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 0;
}

/* Services */
.av-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.av-service {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  border-top: 6px solid var(--av-yellow);
}

.av-service h3 {
  color: var(--av-dark);
  font-size: 22px;
  margin: 0 0 12px;
}

.av-service p {
  line-height: 1.65;
  margin-bottom: 0;
}

/* Highlights */
.av-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.av-highlight {
  background: var(--av-dark);
  color: #ffffff;
  padding: 24px;
  border-radius: 14px;
  font-weight: 800;
  border-bottom: 5px solid var(--av-yellow);
}

/* Price / contact boxes */
.av-box {
  margin-top: 30px;
  border-radius: 18px;
  padding: 34px;
}

.av-price-box {
  background: var(--av-dark);
  color: #ffffff;
}

.av-contact-box {
  background: var(--av-yellow);
  color: var(--av-dark);
}

.av-contact-box a {
  color: var(--av-dark);
  font-weight: 900;
}

/* FAQ */
.av-faq {
  margin-top: 30px;
}

.av-faq details {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 22px;
  margin-bottom: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.av-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--av-dark);
}

/* Footer */
.site-footer {
  border-top: 4px solid var(--av-yellow);
}

/* Smooth anchors */
html {
  scroll-behavior: smooth;
}

@media (max-width: 921px) {
  .av-hero-grid,
  .av-services,
  .av-highlights {
    grid-template-columns: 1fr;
  }

  .av-hero {
    padding: 65px 22px;
    background:
      linear-gradient(160deg, rgba(31,41,51,0.98) 0%, rgba(31,41,51,0.96) 72%, rgba(245,158,11,0.96) 72%, rgba(255,196,0,0.96) 100%);
  }

  .av-hero h1 {
    font-size: 38px;
  }

  .av-hero p {
    font-size: 17px;
  }

  .av-section {
    padding: 54px 22px;
  }

  .av-section h2 {
    font-size: 30px;
  }

  .av-hero-card {
    padding: 24px;
  }
}
/* Remove Astra footer copyright */
.site-below-footer-wrap,
.ast-footer-copyright,
.ast-footer-copyright p {
  display: none !important;
}
/* ===== PREMIUM HEADER PHONE BUTTON WITHOUT CSS CLASS ===== */

@media (min-width: 922px) {
  .ast-builder-menu-1 .main-header-menu > .menu-item:last-child > .menu-link {
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
    color: #111827 !important;
    border-radius: 999px;
    padding: 14px 24px !important;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(245, 158, 11, 0.35);
    margin-left: 16px;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item:last-child > .menu-link:hover {
    background: linear-gradient(135deg, #ffd84d 0%, #f7b733 100%);
    color: #111827 !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(245, 158, 11, 0.45);
  }
}
/* ===== PREMIUM HEADER BASE ===== */

#masthead .ast-primary-header-bar {
  background: linear-gradient(135deg, #0f172a 0%, #1f2937 55%, #111827 100%);
  border-bottom: 3px solid #ffc400;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

#masthead .main-header-bar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-title a,
.ast-site-title-wrap .site-title a {
  color: #ffc400 !important;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.5px;
}

@media (min-width: 922px) {
  .ast-site-title-wrap::after {
    content: "Автовишка до 22 м • Запитвания 24/7 • 0897 697 673";
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #d4dbe4;
    letter-spacing: 0.2px;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    padding: 14px 16px;
    border-radius: 10px;
    transition: all 0.2s ease;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link:hover {
    background: rgba(255,255,255,0.07);
    color: #ffc400;
  }
}

/* remove white gap between header and hero */
.home .site-content,
.home .content-area,
.home .site-main,
.home .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.home .entry-content > *:first-child {
  margin-top: 0 !important;
}

@media (max-width: 921px) {
  .site-title a,
  .ast-site-title-wrap .site-title a {
    font-size: 28px;
  }
}
/* ===== FINAL PREMIUM HEADER CLEANUP ===== */

@media (min-width: 922px) {
  #masthead .ast-primary-header-bar {
    background: linear-gradient(135deg, #111827 0%, #1f2933 100%) !important;
    border-bottom: 3px solid #ffc400 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.22) !important;
    min-height: 92px !important;
  }

  #masthead .ast-primary-header-bar .ast-container {
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  #masthead .ast-builder-grid-row {
    min-height: 92px !important;
    align-items: center !important;
  }

  .site-branding,
  .ast-site-identity {
    padding: 0 !important;
  }

  .site-title a,
  .ast-site-title-wrap .site-title a {
    font-size: 34px !important;
    line-height: 1 !important;
    color: #ffc400 !important;
    font-weight: 900 !important;
    letter-spacing: -0.4px !important;
  }

  .ast-site-title-wrap::after {
    content: "Автовишка до 22 м • Запитвания 24/7 • 0897 697 673" !important;
    display: block !important;
    margin-top: 7px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    color: #d4dbe4 !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px !important;
  }

  /* remove the weird bubble menu */
  .ast-builder-menu-1 {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  .ast-builder-menu-1 .main-header-menu {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link {
    background: transparent !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    padding: 10px 12px !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    border: 0 !important;
    min-width: auto !important;
    min-height: auto !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.2 !important;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link:hover {
    background: rgba(255,255,255,0.08) !important;
    color: #ffc400 !important;
    transform: none !important;
  }

  /* phone button */
  .ast-builder-menu-1 .main-header-menu > .menu-item:last-child > .menu-link {
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
    padding: 13px 22px !important;
    border-radius: 999px !important;
    margin-left: 10px !important;
    font-weight: 900 !important;
    box-shadow: 0 10px 24px rgba(245,158,11,0.32) !important;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item:last-child > .menu-link:hover {
    background: linear-gradient(135deg, #ffd84d 0%, #f7b733 100%) !important;
    color: #111827 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 14px 30px rgba(245,158,11,0.42) !important;
  }

  /* dropdown */
  .ast-builder-menu-1 .sub-menu {
    border-top: 4px solid #ffc400 !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18) !important;
  }

  .ast-builder-menu-1 .sub-menu .menu-link {
    color: #1f2933 !important;
    background: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
  }

  .ast-builder-menu-1 .sub-menu .menu-link:hover {
    background: #fff4c2 !important;
    color: #111827 !important;
  }
}

/* remove white gap under header */
.home #content,
.home .site-content,
.home .content-area,
.home .site-main,
.home article,
.home .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.home .entry-content > :first-child {
  margin-top: 0 !important;
}

/* mobile logo/title */
@media (max-width: 921px) {
  .site-title a,
  .ast-site-title-wrap .site-title a {
    font-size: 26px !important;
  }

  .ast-site-title-wrap::after {
    display: none !important;
  }
}
/* ===== BRUTAL HEADER FINAL v2 ===== */

@media (min-width: 922px) {
  #masthead .ast-primary-header-bar {
    min-height: 112px !important;
    background: linear-gradient(135deg, #0f172a 0%, #1f2933 100%) !important;
    border-bottom: 3px solid #ffc400 !important;
    box-shadow: 0 12px 34px rgba(0,0,0,0.28) !important;
  }

  #masthead .ast-primary-header-bar .ast-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  #masthead .ast-builder-grid-row {
    min-height: 112px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
  }

  .site-branding,
  .ast-site-identity {
    min-width: 0 !important;
    width: auto !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
  }

  .custom-logo-link,
  .site-logo-img {
    display: flex !important;
    align-items: center !important;
  }

  .custom-logo-link img,
  .site-logo-img img,
  img.custom-logo {
    width: auto !important;
    max-width: 360px !important;
    max-height: 86px !important;
    object-fit: contain !important;
  }

  .ast-builder-menu-1 {
    margin-left: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    flex: 1 1 auto !important;
  }

  .ast-builder-menu-1 .main-header-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link {
    white-space: nowrap !important;
    color: #ffffff !important;
    background: transparent !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    padding: 10px 9px !important;
    border-radius: 9px !important;
    line-height: 1.1 !important;
    box-shadow: none !important;
    letter-spacing: -0.1px !important;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link:hover {
    background: rgba(255,255,255,0.08) !important;
    color: #ffc400 !important;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item:last-child > .menu-link {
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
    padding: 13px 20px !important;
    border-radius: 999px !important;
    margin-left: 10px !important;
    font-weight: 900 !important;
    box-shadow: 0 12px 26px rgba(245,158,11,0.38) !important;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item:last-child > .menu-link:hover {
    background: linear-gradient(135deg, #ffd84d 0%, #f7b733 100%) !important;
    color: #111827 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 16px 34px rgba(245,158,11,0.48) !important;
  }

  .ast-builder-menu-1 .sub-menu {
    border-top: 4px solid #ffc400 !important;
    border-radius: 0 0 14px 14px !important;
    box-shadow: 0 18px 44px rgba(0,0,0,0.24) !important;
    overflow: hidden !important;
  }

  .ast-builder-menu-1 .sub-menu .menu-link {
    background: #ffffff !important;
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    padding: 14px 18px !important;
  }

  .ast-builder-menu-1 .sub-menu .menu-link:hover {
    background: #fff3bf !important;
    color: #111827 !important;
  }
}
/* ===== MOBILE HEADER FINAL ===== */

@media (max-width: 921px) {
  #masthead .ast-primary-header-bar {
    background: #111827 !important;
    border-bottom: 3px solid #ffc400 !important;
    min-height: 92px !important;
  }

  #masthead .ast-primary-header-bar .ast-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #masthead .ast-builder-grid-row {
    min-height: 92px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .site-branding,
  .ast-site-identity {
    min-width: 0 !important;
    max-width: calc(100% - 70px) !important;
    padding: 0 !important;
  }

  .custom-logo-link img,
  .site-logo-img img,
  img.custom-logo {
    width: auto !important;
    max-width: 270px !important;
    max-height: 64px !important;
    object-fit: contain !important;
  }

  .ast-button-wrap .menu-toggle,
  .ast-mobile-menu-trigger-minimal {
    background: #ffc400 !important;
    color: #111827 !important;
    border-radius: 12px !important;
    width: 46px !important;
    height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 10px 22px rgba(245,158,11,0.28) !important;
  }

  .ast-button-wrap .menu-toggle .mobile-menu-toggle-icon,
  .ast-mobile-svg {
    color: #111827 !important;
    fill: #111827 !important;
  }

  .ast-mobile-popup-drawer .ast-mobile-popup-inner {
    background: #111827 !important;
  }

  .ast-mobile-popup-drawer .main-header-menu .menu-link {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    padding: 16px 22px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  }

  .ast-mobile-popup-drawer .main-header-menu .menu-link:hover {
    color: #ffc400 !important;
  }

  .ast-mobile-popup-drawer .main-header-menu .menu-item:last-child > .menu-link {
    background: #ffc400 !important;
    color: #111827 !important;
    margin: 18px 20px !important;
    text-align: center !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
  }
}

@media (max-width: 480px) {
  .custom-logo-link img,
  .site-logo-img img,
  img.custom-logo {
    max-width: 235px !important;
    max-height: 58px !important;
  }

  #masthead .ast-primary-header-bar {
    min-height: 86px !important;
  }

  #masthead .ast-builder-grid-row {
    min-height: 86px !important;
  }
}
/* ===== MOBILE HEADER BRUTAL CLEAN FINAL ===== */

@media (max-width: 921px) {
  #masthead .ast-primary-header-bar {
    background: #111827 !important;
    border-bottom: 3px solid #ffc400 !important;
    min-height: 78px !important;
    box-shadow: 0 10px 26px rgba(0,0,0,0.28) !important;
  }

  #masthead .ast-primary-header-bar .ast-container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  #masthead .ast-builder-grid-row {
    min-height: 78px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .site-branding,
  .ast-site-identity {
    max-width: calc(100% - 105px) !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .custom-logo-link,
  .site-logo-img {
    display: flex !important;
    align-items: center !important;
  }

  .custom-logo-link img,
  .site-logo-img img,
  img.custom-logo {
    width: auto !important;
    max-width: 245px !important;
    max-height: 56px !important;
    object-fit: contain !important;
  }

  .ast-mobile-header-wrap .ast-button-wrap {
    margin-left: auto !important;
  }

  .ast-button-wrap .menu-toggle,
  .ast-mobile-menu-trigger-minimal {
    width: auto !important;
    min-width: 86px !important;
    height: 44px !important;
    padding: 0 14px !important;
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(245,158,11,0.35) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
  }

  .ast-button-wrap .menu-toggle::after,
  .ast-mobile-menu-trigger-minimal::after {
    content: "Меню";
    color: #111827;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
  }

  .ast-button-wrap .menu-toggle .mobile-menu-toggle-icon,
  .ast-mobile-svg {
    color: #111827 !important;
    fill: #111827 !important;
  }

  .ast-mobile-popup-drawer .ast-mobile-popup-inner {
    background: #111827 !important;
  }

  .ast-mobile-popup-drawer .main-header-menu .menu-link {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 850 !important;
    padding: 16px 22px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  }

  .ast-mobile-popup-drawer .main-header-menu .menu-link:hover {
    color: #ffc400 !important;
  }

  .ast-mobile-popup-drawer .main-header-menu .menu-item:last-child > .menu-link {
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
    margin: 18px 20px !important;
    text-align: center !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    box-shadow: 0 10px 24px rgba(245,158,11,0.35) !important;
  }
}

@media (max-width: 480px) {
  .custom-logo-link img,
  .site-logo-img img,
  img.custom-logo {
    max-width: 215px !important;
    max-height: 52px !important;
  }

  .ast-button-wrap .menu-toggle,
  .ast-mobile-menu-trigger-minimal {
    min-width: 78px !important;
    height: 42px !important;
    padding: 0 12px !important;
  }

  .ast-button-wrap .menu-toggle::after,
  .ast-mobile-menu-trigger-minimal::after {
    font-size: 13px;
  }
}
/* ===== MOBILE LOGO + STICKY MENU BAR FINAL ===== */

@media (max-width: 921px) {
  #masthead {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
  }

  body.admin-bar #masthead {
    top: 46px !important;
  }

  #masthead .ast-primary-header-bar {
    background: #111827 !important;
    border-bottom: 0 !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.28) !important;
    min-height: auto !important;
  }

  #masthead .ast-primary-header-bar .ast-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }

  #masthead .ast-builder-grid-row {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
    justify-content: center !important;
    min-height: auto !important;
    gap: 0 !important;
  }

  .ast-mobile-header-wrap .site-header-primary-section-left,
  .ast-mobile-header-wrap .site-header-section-left {
    width: 100% !important;
    justify-content: center !important;
    padding: 14px 16px 12px !important;
  }

  .site-branding,
  .ast-site-identity {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
  }

  .custom-logo-link,
  .site-logo-img {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }

  .custom-logo-link img,
  .site-logo-img img,
  img.custom-logo {
    width: min(335px, 86vw) !important;
    max-width: 335px !important;
    max-height: 76px !important;
    object-fit: contain !important;
  }

  /* yellow sticky menu bar under the logo */
  .ast-mobile-header-wrap .site-header-primary-section-right,
  .ast-mobile-header-wrap .site-header-section-right {
    width: 100% !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    border-top: 1px solid rgba(255,255,255,0.25) !important;
    border-bottom: 3px solid #111827 !important;
    padding: 9px 14px !important;
  }

  .ast-mobile-header-wrap .ast-button-wrap {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  .ast-button-wrap .menu-toggle,
  .ast-mobile-menu-trigger-minimal {
    width: min(340px, 92vw) !important;
    height: 44px !important;
    background: #111827 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    border: 2px solid rgba(255,255,255,0.18) !important;
    box-shadow: 0 8px 20px rgba(17,24,39,0.28) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 0 18px !important;
  }

  .ast-button-wrap .menu-toggle::after,
  .ast-mobile-menu-trigger-minimal::after {
    content: "МЕНЮ" !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 0.8px !important;
    line-height: 1 !important;
  }

  .ast-button-wrap .menu-toggle .mobile-menu-toggle-icon,
  .ast-mobile-svg {
    color: #ffffff !important;
    fill: #ffffff !important;
  }

  .ast-mobile-popup-drawer .ast-mobile-popup-inner {
    background: #111827 !important;
  }

  .ast-mobile-popup-drawer .main-header-menu .menu-link {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 850 !important;
    padding: 16px 22px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  }

  .ast-mobile-popup-drawer .main-header-menu .menu-link:hover {
    color: #ffc400 !important;
  }

  .ast-mobile-popup-drawer .main-header-menu .menu-item:last-child > .menu-link {
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
    margin: 18px 20px !important;
    text-align: center !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    box-shadow: 0 10px 24px rgba(245,158,11,0.35) !important;
  }
}

@media (max-width: 480px) {
  .custom-logo-link img,
  .site-logo-img img,
  img.custom-logo {
    width: min(310px, 84vw) !important;
    max-height: 70px !important;
  }

  .ast-button-wrap .menu-toggle,
  .ast-mobile-menu-trigger-minimal {
    height: 42px !important;
  }
}
/* ===== MOBILE UX FINAL: STATIC LOGO + STICKY BOTTOM ACTION BAR ===== */

@media (max-width: 921px) {
  #masthead {
    position: relative !important;
    top: auto !important;
    z-index: 10 !important;
  }

  body.admin-bar #masthead {
    top: auto !important;
  }

  #masthead .ast-primary-header-bar {
    background: #111827 !important;
    border-bottom: 3px solid #ffc400 !important;
    box-shadow: 0 10px 26px rgba(0,0,0,0.25) !important;
    min-height: auto !important;
  }

  #masthead .ast-primary-header-bar .ast-container {
    padding: 0 !important;
    max-width: 100% !important;
  }

  #masthead .ast-builder-grid-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: auto !important;
    gap: 0 !important;
  }

  .ast-mobile-header-wrap .site-header-primary-section-left,
  .ast-mobile-header-wrap .site-header-section-left {
    width: 100% !important;
    justify-content: center !important;
    padding: 18px 18px 16px !important;
  }

  .site-branding,
  .ast-site-identity {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  .custom-logo-link,
  .site-logo-img {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }

  .custom-logo-link img,
  .site-logo-img img,
  img.custom-logo {
    width: min(360px, 86vw) !important;
    max-width: 360px !important;
    max-height: 86px !important;
    object-fit: contain !important;
  }

  /* Hide native hamburger in header */
  .ast-mobile-header-wrap .site-header-primary-section-right,
  .ast-mobile-header-wrap .site-header-section-right {
    display: none !important;
  }

  .av-hero {
    padding-top: 56px !important;
  }

  body {
    padding-bottom: 86px !important;
  }

  .av-mobile-stickybar {
    display: flex !important;
  }
}

@media (max-width: 480px) {
  .custom-logo-link img,
  .site-logo-img img,
  img.custom-logo {
    width: min(330px, 84vw) !important;
    max-height: 78px !important;
  }
}

/* hidden on desktop */
.av-mobile-stickybar {
  display: none;
}

/* sticky mobile bottom bar */
@media (max-width: 921px) {
  .av-mobile-stickybar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 999999;
    background: rgba(17, 24, 39, 0.94);
    border: 2px solid rgba(255, 196, 0, 0.55);
    border-radius: 999px;
    padding: 8px;
    gap: 8px;
    box-shadow: 0 18px 44px rgba(0,0,0,0.35);
    backdrop-filter: blur(10px);
  }

  .av-mobile-stickybar a,
  .av-mobile-stickybar button {
    flex: 1;
    height: 48px;
    border: 0;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .av-mobile-call {
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
    color: #111827 !important;
  }

  .av-mobile-menu-btn {
    background: #ffffff;
    color: #111827;
  }
}
/* ===== MOBILE FULLSCREEN MENU OVERLAY ===== */

@media (max-width: 921px) {
  .ast-mobile-popup-drawer,
  .ast-mobile-popup-drawer.active,
  .ast-mobile-popup-drawer.show {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-width: 100vw !important;
    max-height: 100dvh !important;
    z-index: 1000002 !important;
    background: rgba(17,24,39,0.98) !important;
    transform: none !important;
  }

  .ast-mobile-popup-drawer .ast-mobile-popup-overlay {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(17,24,39,0.98) !important;
  }

  .ast-mobile-popup-drawer .ast-mobile-popup-inner {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    background:
      radial-gradient(circle at top left, rgba(255,196,0,0.16), transparent 34%),
      linear-gradient(135deg, #0f172a 0%, #111827 58%, #1f2933 100%) !important;
    transform: none !important;
    overflow-y: auto !important;
    padding-bottom: 100px !important;
  }

  .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    transform: none !important;
  }

  .ast-mobile-popup-drawer .ast-mobile-popup-header {
    background: transparent !important;
    padding: 22px 22px 8px !important;
    justify-content: flex-end !important;
    border: 0 !important;
  }

  .ast-mobile-popup-drawer .menu-toggle-close {
    width: 48px !important;
    height: 48px !important;
    border-radius: 999px !important;
    background: #ffc400 !important;
    color: #111827 !important;
    box-shadow: 0 12px 28px rgba(245,158,11,0.35) !important;
  }

  .ast-mobile-popup-drawer .menu-toggle-close svg,
  .ast-mobile-popup-drawer .menu-toggle-close .ast-mobile-svg {
    fill: #111827 !important;
    color: #111827 !important;
  }

  .ast-mobile-popup-drawer .ast-mobile-popup-content {
    padding: 18px 22px 40px !important;
  }

  .ast-mobile-popup-drawer .ast-mobile-popup-content::before {
    content: "Меню";
    display: block;
    color: #ffc400;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
    margin: 8px auto 24px;
    max-width: 430px;
  }

  .ast-mobile-popup-drawer .main-header-menu {
    width: 100% !important;
    max-width: 430px !important;
    margin: 0 auto !important;
    background: transparent !important;
  }

  .ast-mobile-popup-drawer .main-header-menu .menu-item {
    margin-bottom: 10px !important;
  }

  .ast-mobile-popup-drawer .main-header-menu .menu-link {
    background: rgba(255,255,255,0.07) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    border-radius: 16px !important;
    padding: 17px 20px !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    box-shadow: 0 10px 24px rgba(0,0,0,0.16) !important;
  }

  .ast-mobile-popup-drawer .main-header-menu .menu-link:hover {
    background: rgba(255,196,0,0.14) !important;
    color: #ffc400 !important;
  }

  .ast-mobile-popup-drawer .main-header-menu .menu-item-has-children > .menu-link {
    padding-right: 54px !important;
  }

  .ast-mobile-popup-drawer .ast-menu-toggle {
    background: #ffc400 !important;
    color: #111827 !important;
    border-radius: 12px !important;
    right: 10px !important;
    top: 9px !important;
  }

  .ast-mobile-popup-drawer .sub-menu {
    background: transparent !important;
    padding: 10px 0 0 14px !important;
  }

  .ast-mobile-popup-drawer .sub-menu .menu-link {
    background: rgba(255,255,255,0.92) !important;
    color: #111827 !important;
    font-size: 15px !important;
    border-radius: 14px !important;
    margin-bottom: 8px !important;
    padding: 14px 16px !important;
  }

  .ast-mobile-popup-drawer .main-header-menu .menu-item:last-child > .menu-link {
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
    text-align: center !important;
    border-radius: 999px !important;
    border: 0 !important;
    margin-top: 14px !important;
    box-shadow: 0 14px 34px rgba(245,158,11,0.38) !important;
  }

  .ast-mobile-popup-drawer.active ~ .av-mobile-stickybar {
    display: none !important;
  }
}
/* ===== KILL ASTRA MOBILE DROPDOWN / USE CUSTOM FULLSCREEN MENU ===== */

@media (max-width: 921px) {
  .ast-mobile-header-wrap .site-header-primary-section-right,
  .ast-mobile-header-wrap .site-header-section-right,
  .ast-mobile-popup-drawer,
  .ast-mobile-popup-overlay,
  .ast-mobile-popup-inner {
    display: none !important;
  }

  body.av-menu-open {
    overflow: hidden !important;
  }

  .av-mobile-stickybar {
    display: flex !important;
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    z-index: 999999 !important;
    background: rgba(17, 24, 39, 0.96) !important;
    border: 2px solid rgba(255, 196, 0, 0.65) !important;
    border-radius: 999px !important;
    padding: 8px !important;
    gap: 8px !important;
    box-shadow: 0 18px 44px rgba(0,0,0,0.38) !important;
    backdrop-filter: blur(10px) !important;
  }

  .av-mobile-stickybar a,
  .av-mobile-stickybar button {
    flex: 1 !important;
    height: 48px !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
  }

  .av-mobile-call {
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
  }

  .av-mobile-menu-btn {
    background: #ffffff !important;
    color: #111827 !important;
  }

  .av-fullscreen-menu {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    z-index: 10000000 !important;
    background:
      radial-gradient(circle at top left, rgba(255, 196, 0, 0.20), transparent 34%),
      linear-gradient(135deg, #0f172a 0%, #111827 56%, #1f2933 100%) !important;
    transform: translateY(100%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease !important;
    overflow-y: auto !important;
  }

  .av-fullscreen-menu.is-open {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .av-fullscreen-menu__inner {
    min-height: 100dvh !important;
    padding: 22px 18px 110px !important;
    max-width: 520px !important;
    margin: 0 auto !important;
  }

  .av-fullscreen-menu__top {
    display: grid !important;
    grid-template-columns: 52px 1fr auto !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 26px !important;
  }

  .av-fullscreen-menu__close {
    width: 48px !important;
    height: 48px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #ffc400 !important;
    color: #111827 !important;
    font-size: 34px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 12px 28px rgba(245,158,11,0.35) !important;
  }

  .av-fullscreen-menu__title {
    color: #ffc400 !important;
    font-size: 34px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
  }

  .av-fullscreen-menu__phone {
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
    border-radius: 999px !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: 0 10px 24px rgba(245,158,11,0.35) !important;
  }

  .av-fullscreen-menu__nav {
    display: grid !important;
    gap: 10px !important;
  }

  .av-fullscreen-menu__nav a {
    background: rgba(255,255,255,0.075) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 18px !important;
    padding: 18px 20px !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18) !important;
  }

  .av-fullscreen-menu__nav a:active,
  .av-fullscreen-menu__nav a:hover {
    background: rgba(255,196,0,0.18) !important;
    color: #ffc400 !important;
  }

  .av-fullscreen-menu__section-title {
    color: #ffc400 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;
    margin: 28px 0 12px !important;
  }

  .av-fullscreen-menu__nav--secondary a {
    background: rgba(255,255,255,0.94) !important;
    color: #111827 !important;
    font-size: 16px !important;
    padding: 15px 18px !important;
    border-radius: 15px !important;
  }

  .av-fullscreen-menu__cta {
    margin-top: 28px !important;
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
    border-radius: 22px !important;
    padding: 22px !important;
    box-shadow: 0 16px 38px rgba(245,158,11,0.28) !important;
  }

  .av-fullscreen-menu__cta span {
    display: block !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    margin-bottom: 6px !important;
  }

  .av-fullscreen-menu__cta strong {
    display: block !important;
    font-size: 24px !important;
    font-weight: 950 !important;
  }
}
/* ===== FULLSCREEN MENU UX / PREMIUM INDUSTRIAL REFINEMENT ===== */

@media (max-width: 921px) {
  .av-fullscreen-menu {
    background:
      linear-gradient(145deg, rgba(15,23,42,0.98) 0%, rgba(17,24,39,0.98) 52%, rgba(31,41,51,0.98) 100%) !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  }

  .av-fullscreen-menu::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
      linear-gradient(135deg, transparent 0%, transparent 56%, rgba(255,196,0,0.13) 56%, rgba(245,158,11,0.20) 100%),
      radial-gradient(circle at 18% 8%, rgba(255,196,0,0.18), transparent 30%);
    pointer-events: none;
    z-index: 0;
  }

  .av-fullscreen-menu::after {
    content: "";
    position: fixed;
    left: 18px;
    right: 18px;
    top: 92px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,196,0,0.75), transparent);
    pointer-events: none;
    z-index: 1;
  }

  .av-fullscreen-menu__inner {
    position: relative !important;
    z-index: 2 !important;
    padding: 22px 18px 118px !important;
  }

  .av-fullscreen-menu__top {
    grid-template-columns: 48px 1fr auto !important;
    gap: 12px !important;
    margin-bottom: 34px !important;
  }

  .av-fullscreen-menu__close {
    width: 46px !important;
    height: 46px !important;
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    box-shadow: 0 12px 28px rgba(245,158,11,0.34) !important;
  }

  .av-fullscreen-menu__title {
    color: #ffc400 !important;
    font-size: 32px !important;
    font-weight: 950 !important;
    letter-spacing: -0.6px !important;
  }

  .av-fullscreen-menu__phone {
    padding: 12px 15px !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    box-shadow: 0 12px 30px rgba(245,158,11,0.35) !important;
  }

  .av-fullscreen-menu__nav {
    gap: 11px !important;
  }

  .av-fullscreen-menu__nav a {
    position: relative !important;
    overflow: hidden !important;
    background: rgba(255,255,255,0.075) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-left: 5px solid #ffc400 !important;
    border-radius: 18px !important;
    padding: 18px 18px 18px 22px !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    letter-spacing: -0.15px !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18) !important;
    backdrop-filter: blur(8px) !important;
  }

  .av-fullscreen-menu__nav a::after {
    content: "→";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffc400;
    font-size: 20px;
    font-weight: 900;
    opacity: 0.9;
  }

  .av-fullscreen-menu__nav a:active,
  .av-fullscreen-menu__nav a:hover {
    background: rgba(255,196,0,0.14) !important;
    color: #ffc400 !important;
    transform: translateY(-1px);
  }

  .av-fullscreen-menu__section-title {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #ffc400 !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    letter-spacing: 1.8px !important;
    margin: 30px 0 14px !important;
  }

  .av-fullscreen-menu__section-title::after {
    content: "";
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, rgba(255,196,0,0.85), transparent);
  }

  .av-fullscreen-menu__nav--secondary {
    gap: 9px !important;
  }

  .av-fullscreen-menu__nav--secondary a {
    background: rgba(255,255,255,0.94) !important;
    color: #111827 !important;
    border: 0 !important;
    border-left: 5px solid #f59e0b !important;
    border-radius: 15px !important;
    padding: 15px 18px !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    box-shadow: 0 10px 22px rgba(0,0,0,0.14) !important;
  }

  .av-fullscreen-menu__nav--secondary a::after {
    color: #f59e0b;
    font-size: 18px;
  }

  .av-fullscreen-menu__cta {
    position: relative !important;
    overflow: hidden !important;
    margin-top: 30px !important;
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
    border-radius: 24px !important;
    padding: 24px 22px !important;
    box-shadow: 0 18px 42px rgba(245,158,11,0.34) !important;
  }

  .av-fullscreen-menu__cta::after {
    content: "";
    position: absolute;
    right: -32px;
    bottom: -46px;
    width: 130px;
    height: 130px;
    border-radius: 999px;
    background: rgba(255,255,255,0.22);
  }

  .av-fullscreen-menu__cta span {
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 0.2px !important;
    text-transform: uppercase !important;
    opacity: 0.86 !important;
  }

  .av-fullscreen-menu__cta strong {
    margin-top: 8px !important;
    font-size: 28px !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
    letter-spacing: -0.5px !important;
  }

  .av-mobile-stickybar {
    background: rgba(17,24,39,0.96) !important;
    border: 2px solid rgba(255,196,0,0.7) !important;
    box-shadow: 0 18px 44px rgba(0,0,0,0.42) !important;
  }

  .av-mobile-call {
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
  }

  .av-mobile-menu-btn {
    background: #ffffff !important;
    color: #111827 !important;
  }
}
/* ===== FIX: HIDE CUSTOM MOBILE MENU ON DESKTOP ===== */

@media (min-width: 922px) {
  .av-mobile-stickybar,
  .av-fullscreen-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

@media (max-width: 921px) {
  .av-fullscreen-menu {
    display: block !important;
  }
}
/* ===== PREMIUM CONTENT DESIGN UPGRADE ===== */

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  color: #111827;
}

.av-hero h1,
.av-section h2,
.av-service h3,
.av-highlight,
.av-btn,
.av-faq summary {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

.av-section {
  position: relative;
}

.av-section h2 {
  position: relative;
  display: inline-block;
  font-size: 42px;
  letter-spacing: -1px;
  margin-bottom: 24px;
}

.av-section h2::after {
  content: "";
  display: block;
  width: 82px;
  height: 5px;
  background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
  border-radius: 999px;
  margin-top: 12px;
}

.av-intro {
  color: #253142;
  font-size: 18px;
  line-height: 1.85;
}

/* Service cards - stronger premium feel */
.av-services {
  gap: 26px;
}

.av-service {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border-top: 0 !important;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 72%, #fff8dc 100%);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.av-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
}

.av-service::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -48px;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background: rgba(255, 196, 0, 0.12);
}

.av-service:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.14);
  border-color: rgba(245, 158, 11, 0.28);
}

.av-service h3 {
  position: relative;
  z-index: 1;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.35px;
  margin-bottom: 16px;
  color: #111827;
}

.av-service h3::before {
  content: "●";
  color: #f59e0b;
  font-size: 16px;
  margin-right: 8px;
  vertical-align: 2px;
}

.av-service p {
  position: relative;
  z-index: 1;
  color: #253142;
  font-size: 16.5px;
  line-height: 1.75;
}

/* Highlights */
.av-highlights {
  gap: 22px;
}

.av-highlight {
  position: relative;
  overflow: hidden;
  min-height: 112px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(255,196,0,0.22), transparent 38%),
    linear-gradient(135deg, #111827 0%, #1f2933 100%);
  border-radius: 18px;
  border-bottom: 0 !important;
  box-shadow: 0 18px 42px rgba(17,24,39,0.18);
}

.av-highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: #ffc400;
}

/* Price / offer box fix */
.av-price-box {
  background:
    radial-gradient(circle at top right, rgba(255,196,0,0.18), transparent 32%),
    linear-gradient(135deg, #111827 0%, #1f2933 100%) !important;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(17,24,39,0.18);
}

.av-price-box h3 {
  color: #ffc400 !important;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.av-price-box p {
  color: #ffffff !important;
  font-size: 17px;
  line-height: 1.75;
}

/* Contact box */
.av-contact-box {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.26), transparent 30%),
    linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
  border-radius: 24px;
  box-shadow: 0 22px 54px rgba(245,158,11,0.25);
}

.av-contact-box h3 {
  color: #111827;
  font-size: 28px;
  font-weight: 900;
}

/* FAQ refinement */
.av-faq details {
  border: 1px solid rgba(17,24,39,0.06);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(17,24,39,0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.av-faq details:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(17,24,39,0.10);
}

.av-faq summary {
  font-size: 17px;
  color: #111827;
}

.av-faq details[open] summary {
  color: #f59e0b;
}

.av-faq details p {
  margin-top: 12px;
  color: #253142;
  line-height: 1.7;
}

/* Better spacing between main sections */
.av-section-light {
  background:
    linear-gradient(180deg, #f6f7f9 0%, #ffffff 100%);
}

@media (max-width: 921px) {
  .av-section h2 {
    font-size: 32px;
    letter-spacing: -0.5px;
  }

  .av-service {
    border-radius: 20px;
  }

  .av-service h3 {
    font-size: 22px;
  }

  .av-service p {
    font-size: 16px;
  }

  .av-highlight {
    min-height: 90px;
  }
}
/* ===== DESKTOP HEADER TYPOGRAPHY / PREMIUM NAV FINAL ===== */

@media (min-width: 922px) {
  #masthead .ast-primary-header-bar {
    min-height: 112px !important;
    background: linear-gradient(135deg, #101827 0%, #1d2937 100%) !important;
    border-bottom: 3px solid #ffc400 !important;
    box-shadow: 0 14px 34px rgba(0,0,0,0.24) !important;
  }

  #masthead .ast-primary-header-bar .ast-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  #masthead .ast-builder-grid-row {
    min-height: 112px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 36px !important;
  }

  .site-branding,
  .ast-site-identity {
    flex: 0 0 auto !important;
    min-width: 300px !important;
    max-width: 340px !important;
    padding: 0 !important;
  }

  .custom-logo-link img,
  .site-logo-img img,
  img.custom-logo {
    max-width: 330px !important;
    max-height: 92px !important;
    width: auto !important;
    object-fit: contain !important;
  }

  .ast-builder-menu-1 {
    flex: 1 1 auto !important;
    margin-left: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .ast-builder-menu-1 .main-header-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    white-space: nowrap !important;
    color: rgba(255,255,255,0.94) !important;
    background: transparent !important;
    font-size: 16px !important;
    font-weight: 750 !important;
    letter-spacing: -0.15px !important;
    line-height: 1.1 !important;
    padding: 13px 13px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    box-shadow: none !important;
    transition: all 0.18s ease !important;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link:hover {
    background: rgba(255,255,255,0.075) !important;
    color: #ffc400 !important;
  }

  .ast-builder-menu-1 .main-header-menu > .current-menu-item > .menu-link,
  .ast-builder-menu-1 .main-header-menu > .current-menu-ancestor > .menu-link {
    color: #ffc400 !important;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item:last-child > .menu-link {
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    padding: 15px 24px !important;
    border-radius: 999px !important;
    margin-left: 12px !important;
    box-shadow: 0 14px 30px rgba(245,158,11,0.36) !important;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item:last-child > .menu-link:hover {
    background: linear-gradient(135deg, #ffd84d 0%, #f7b733 100%) !important;
    color: #111827 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 18px 38px rgba(245,158,11,0.48) !important;
  }

  .ast-builder-menu-1 .sub-menu {
    min-width: 260px !important;
    padding: 10px !important;
    background: #ffffff !important;
    border-top: 4px solid #ffc400 !important;
    border-radius: 0 0 18px 18px !important;
    box-shadow: 0 22px 50px rgba(0,0,0,0.22) !important;
  }

  .ast-builder-menu-1 .sub-menu .menu-link {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    color: #111827 !important;
    background: #ffffff !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
    padding: 14px 16px !important;
    border-radius: 12px !important;
  }

  .ast-builder-menu-1 .sub-menu .menu-link:hover {
    background: #fff4c2 !important;
    color: #111827 !important;
  }
}
/* ===== DESKTOP STICKY MENU WITHOUT LOGO ===== */

.av-desktop-sticky-nav {
  display: none;
}

@media (min-width: 922px) {
  .av-desktop-sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99990;
    display: block;
    background: rgba(17, 24, 39, 0.96);
    border-bottom: 3px solid #ffc400;
    box-shadow: 0 14px 34px rgba(0,0,0,0.28);
    backdrop-filter: blur(12px);
    transform: translateY(-110%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.22s ease, opacity 0.22s ease, visibility 0.22s ease;
  }

  body.admin-bar .av-desktop-sticky-nav {
    top: 32px;
  }

  .av-desktop-sticky-nav.is-visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .av-desktop-sticky-nav__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 34px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
  }

  .av-desktop-sticky-nav__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  .av-desktop-sticky-nav__links > a,
  .av-desktop-sticky-nav__dropdown > button {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: rgba(255,255,255,0.95);
    background: transparent;
    border: 0;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    padding: 12px 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.18s ease;
    white-space: nowrap;
  }

  .av-desktop-sticky-nav__links > a:hover,
  .av-desktop-sticky-nav__dropdown > button:hover {
    background: rgba(255,255,255,0.08);
    color: #ffc400;
  }

  .av-desktop-sticky-nav__phone {
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
    color: #111827 !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 950;
    padding: 13px 22px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 12px 28px rgba(245,158,11,0.38);
    transition: all 0.18s ease;
  }

  .av-desktop-sticky-nav__phone:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(245,158,11,0.48);
  }

  .av-desktop-sticky-nav__dropdown {
    position: relative;
  }

  .av-desktop-sticky-nav__submenu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 250px;
    background: #ffffff;
    border-top: 4px solid #ffc400;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 22px 50px rgba(0,0,0,0.24);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.18s ease;
  }

  .av-desktop-sticky-nav__dropdown:hover .av-desktop-sticky-nav__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .av-desktop-sticky-nav__submenu a {
    display: block;
    color: #111827 !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    padding: 14px 16px;
    border-radius: 12px;
  }

  .av-desktop-sticky-nav__submenu a:hover {
    background: #fff4c2;
  }
}
/* ===== PREMIUM CUSTOM FOOTER ===== */

.av-footer {
  background:
    radial-gradient(circle at top left, rgba(255,196,0,0.13), transparent 30%),
    linear-gradient(135deg, #111827 0%, #1f2933 100%);
  color: #ffffff;
  border-top: 4px solid #ffc400;
  padding: 74px 28px 0;
}

.av-footer__inner {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.85fr 1.2fr;
  gap: 42px;
}

.av-footer__logo-text {
  color: #ffc400;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.6px;
  margin-bottom: 18px;
}

.av-footer p {
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.av-footer h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 20px;
  position: relative;
}

.av-footer h3::after {
  content: "";
  display: block;
  width: 46px;
  height: 4px;
  background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
  border-radius: 999px;
  margin-top: 10px;
}

.av-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.av-footer li {
  margin-bottom: 11px;
}

.av-footer a {
  color: rgba(255,255,255,0.78);
  text-decoration: none !important;
  font-weight: 750;
  transition: 0.18s ease;
}

.av-footer a:hover {
  color: #ffc400;
}

.av-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
  color: #111827 !important;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 950 !important;
  box-shadow: 0 14px 34px rgba(245,158,11,0.32);
}

.av-footer__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(245,158,11,0.44);
}

.av-footer__info {
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.09);
}

.av-footer__info span {
  display: block;
  color: rgba(255,255,255,0.48);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 6px;
}

.av-footer__info strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.45;
}

.av-footer__info strong a {
  color: #ffffff;
}

.av-footer__bottom {
  margin-top: 58px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255,255,255,0.58);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 921px) {
  .av-footer {
    padding: 56px 22px 90px;
  }

  .av-footer__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .av-footer__logo-text {
    font-size: 30px;
  }

  .av-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
}
/* ===== MOBILE FULLSCREEN MENU - PROFESSIONAL CLEAN FINAL ===== */

@media (max-width: 921px) {
  body.av-menu-open .av-mobile-stickybar {
    display: none !important;
  }

  .av-fullscreen-menu {
    background: #0f172a !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  }

  .av-fullscreen-menu::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
      radial-gradient(circle at top right, rgba(255,196,0,0.10), transparent 34%),
      linear-gradient(180deg, #111827 0%, #0f172a 55%, #111827 100%);
    pointer-events: none;
    z-index: 0;
  }

  .av-fullscreen-menu::after {
    display: none !important;
  }

  .av-fullscreen-menu__inner {
    position: relative !important;
    z-index: 2 !important;
    max-width: 520px !important;
    padding: 20px 18px 96px !important;
  }

  .av-fullscreen-menu__top {
    display: grid !important;
    grid-template-columns: 44px 1fr auto !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 24px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  }

  .av-fullscreen-menu__close {
    width: 42px !important;
    height: 42px !important;
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
  }

  .av-fullscreen-menu__title {
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    letter-spacing: -0.5px !important;
  }

  .av-fullscreen-menu__title::after {
    content: "Услуги и контакти";
    display: block;
    color: rgba(255,255,255,0.52);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-top: 5px;
  }

  .av-fullscreen-menu__phone {
    background: #ffc400 !important;
    color: #111827 !important;
    border-radius: 12px !important;
    padding: 11px 13px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    box-shadow: 0 10px 24px rgba(255,196,0,0.20) !important;
  }

  .av-fullscreen-menu__nav {
    gap: 8px !important;
  }

  .av-fullscreen-menu__nav a {
    background: rgba(255,255,255,0.055) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    border-left: 0 !important;
    border-radius: 14px !important;
    padding: 16px 18px !important;
    font-size: 18px !important;
    font-weight: 850 !important;
    letter-spacing: -0.2px !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .av-fullscreen-menu__nav a::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ffc400;
    border-bottom: 2px solid #ffc400;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0.9;
  }

  .av-fullscreen-menu__nav a:hover,
  .av-fullscreen-menu__nav a:active {
    background: rgba(255,196,0,0.10) !important;
    color: #ffc400 !important;
    transform: none !important;
  }

  .av-fullscreen-menu__section-title {
    margin: 26px 0 12px !important;
    color: rgba(255,196,0,0.95) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
  }

  .av-fullscreen-menu__section-title::after {
    background: linear-gradient(90deg, rgba(255,196,0,0.45), transparent) !important;
  }

  .av-fullscreen-menu__nav--secondary {
    gap: 8px !important;
  }

  .av-fullscreen-menu__nav--secondary a {
    background: rgba(255,255,255,0.92) !important;
    color: #111827 !important;
    border: 0 !important;
    border-left: 0 !important;
    border-radius: 13px !important;
    padding: 14px 17px !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    box-shadow: none !important;
  }

  .av-fullscreen-menu__nav--secondary a::after {
    border-color: #f59e0b !important;
    width: 6px;
    height: 6px;
  }

  .av-fullscreen-menu__cta {
    margin-top: 26px !important;
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
    border-radius: 18px !important;
    padding: 20px !important;
    box-shadow: 0 16px 34px rgba(245,158,11,0.22) !important;
  }

  .av-fullscreen-menu__cta::after {
    display: none !important;
  }

  .av-fullscreen-menu__cta span {
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    opacity: 0.72 !important;
  }

  .av-fullscreen-menu__cta strong {
    margin-top: 6px !important;
    font-size: 25px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    letter-spacing: -0.4px !important;
  }
}
/* ===== MOBILE MENU PROFESSIONAL FINAL OVERRIDE ===== */

@media (max-width: 921px) {
  .av-fullscreen-menu {
    background: #0b1220 !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  }

  .av-fullscreen-menu::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
      radial-gradient(circle at 80% 0%, rgba(255,196,0,0.10), transparent 32%),
      radial-gradient(circle at 10% 100%, rgba(255,196,0,0.06), transparent 35%),
      linear-gradient(180deg, #111827 0%, #0b1220 100%);
    pointer-events: none;
    z-index: 0;
  }

  .av-fullscreen-menu__inner {
    max-width: 520px !important;
    padding: 18px 18px 104px !important;
  }

  .av-fullscreen-menu__top {
    display: grid !important;
    grid-template-columns: 42px 1fr !important;
    gap: 12px !important;
    align-items: center !important;
    margin-bottom: 18px !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  }

  .av-fullscreen-menu__close {
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,0.07) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
  }

  .av-fullscreen-menu__title {
    color: #ffffff !important;
    font-size: 26px !important;
    line-height: 1.05 !important;
    font-weight: 850 !important;
    letter-spacing: -0.4px !important;
    text-shadow: none !important;
  }

  .av-fullscreen-menu__title::after {
    content: "Автовишка под наем до 22 м";
    display: block;
    margin-top: 5px;
    color: rgba(255,255,255,0.55);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 650;
    letter-spacing: 0;
  }

  .av-fullscreen-menu__phone {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 10px !important;
    width: 100% !important;
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
    border-radius: 14px !important;
    padding: 14px 18px !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    box-shadow: 0 12px 28px rgba(245,158,11,0.22) !important;
  }

  .av-fullscreen-menu__phone::before {
    content: "☎ ";
    margin-right: 6px;
  }

  .av-fullscreen-menu__nav {
    gap: 8px !important;
  }

  .av-fullscreen-menu__nav a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 52px !important;
    background: rgba(255,255,255,0.055) !important;
    color: rgba(255,255,255,0.94) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    border-radius: 14px !important;
    padding: 14px 48px 14px 16px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 750 !important;
    letter-spacing: -0.1px !important;
    text-shadow: none !important;
    box-shadow: none !important;
  }

  .av-fullscreen-menu__nav a::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid rgba(255,196,0,0.85);
    border-bottom: 2px solid rgba(255,196,0,0.85);
    transform: translateY(-50%) rotate(-45deg);
  }

  .av-fullscreen-menu__nav a:hover,
  .av-fullscreen-menu__nav a:active {
    background: rgba(255,196,0,0.09) !important;
    color: #ffffff !important;
  }

  .av-fullscreen-menu__section-title {
    margin: 24px 0 10px !important;
    color: rgba(255,196,0,0.95) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 1.6px !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
  }

  .av-fullscreen-menu__section-title::after {
    background: linear-gradient(90deg, rgba(255,196,0,0.35), transparent) !important;
  }

  .av-fullscreen-menu__nav--secondary a {
    min-height: 48px !important;
    background: rgba(255,255,255,0.075) !important;
    color: rgba(255,255,255,0.88) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 13px !important;
    padding: 13px 44px 13px 15px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  .av-fullscreen-menu__nav--secondary a::after {
    border-color: rgba(255,196,0,0.72) !important;
    width: 6px !important;
    height: 6px !important;
  }

  .av-fullscreen-menu__cta {
    margin-top: 24px !important;
    background: rgba(255,196,0,0.10) !important;
    border: 1px solid rgba(255,196,0,0.22) !important;
    color: #ffffff !important;
    border-radius: 18px !important;
    padding: 18px !important;
    box-shadow: none !important;
  }

  .av-fullscreen-menu__cta::after {
    display: none !important;
  }

  .av-fullscreen-menu__cta span {
    color: rgba(255,255,255,0.62) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px !important;
    text-transform: none !important;
  }

  .av-fullscreen-menu__cta strong {
    color: #ffc400 !important;
    margin-top: 6px !important;
    font-size: 22px !important;
    line-height: 1.1 !important;
    font-weight: 850 !important;
    letter-spacing: -0.3px !important;
    text-shadow: none !important;
  }

  .av-mobile-stickybar {
    background: rgba(11,18,32,0.96) !important;
    border: 1px solid rgba(255,196,0,0.45) !important;
    border-radius: 20px !important;
    padding: 7px !important;
    box-shadow: 0 16px 36px rgba(0,0,0,0.34) !important;
  }

  .av-mobile-stickybar a,
  .av-mobile-stickybar button {
    height: 46px !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    border-radius: 15px !important;
  }

  .av-mobile-call {
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
  }

  .av-mobile-menu-btn {
    background: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
  }
}
/* ===== GLOBAL TYPOGRAPHY UPGRADE / PROFESSIONAL READABILITY ===== */

:root {
  --av-font-main: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

/* Base text */
body,
button,
input,
textarea,
select {
  font-family: var(--av-font-main) !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
}

/* Paragraphs */
p,
.av-intro,
.av-service p,
.av-box p,
.av-faq p,
.av-footer p {
  font-size: 18px !important;
  line-height: 1.8 !important;
}

/* Hero */
.av-hero h1 {
  font-size: clamp(48px, 4.2vw, 72px) !important;
  line-height: 1.08 !important;
  letter-spacing: -1.4px !important;
  font-weight: 950 !important;
}

.av-hero p {
  font-size: 21px !important;
  line-height: 1.75 !important;
}

.av-label {
  font-size: 16px !important;
  font-weight: 900 !important;
}

/* Section titles */
.av-section h2 {
  font-size: clamp(42px, 3.2vw, 54px) !important;
  line-height: 1.12 !important;
  letter-spacing: -1.1px !important;
  font-weight: 950 !important;
}

.av-section h3,
.av-service h3,
.av-box h3,
.av-contact-box h3,
.av-price-box h3 {
  font-size: 25px !important;
  line-height: 1.25 !important;
  letter-spacing: -0.35px !important;
  font-weight: 900 !important;
}

/* Service cards */
.av-service {
  padding: 38px 34px !important;
}

.av-service p {
  font-size: 18px !important;
  line-height: 1.78 !important;
}

/* Buttons */
.av-btn,
.av-mobile-call,
.av-mobile-menu-btn,
.av-footer__cta {
  font-size: 17px !important;
  font-weight: 900 !important;
}

/* Highlights */
.av-highlight {
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
}

/* FAQ */
.av-faq summary {
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
}

/* Contact / footer */
.av-footer,
.av-footer a,
.av-footer__info strong {
  font-size: 17px !important;
}

.av-footer h3 {
  font-size: 22px !important;
}

/* Desktop header menu */
@media (min-width: 922px) {
  .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link {
    font-size: 16.5px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
  }

  .ast-builder-menu-1 .sub-menu .menu-link {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  .av-desktop-sticky-nav__links > a,
  .av-desktop-sticky-nav__dropdown > button,
  .av-desktop-sticky-nav__phone {
    font-size: 16px !important;
  }
}

/* Mobile typography */
@media (max-width: 921px) {
  body,
  button,
  input,
  textarea,
  select {
    font-size: 17px !important;
    line-height: 1.7 !important;
  }

  p,
  .av-intro,
  .av-service p,
  .av-box p,
  .av-faq p {
    font-size: 17px !important;
    line-height: 1.75 !important;
  }

  .av-hero h1 {
    font-size: clamp(39px, 10vw, 48px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.9px !important;
  }

  .av-hero p {
    font-size: 18px !important;
    line-height: 1.75 !important;
  }

  .av-label {
    font-size: 15px !important;
  }

  .av-section h2 {
    font-size: clamp(34px, 8.4vw, 42px) !important;
    line-height: 1.13 !important;
    letter-spacing: -0.75px !important;
  }

  .av-section h3,
  .av-service h3,
  .av-box h3,
  .av-contact-box h3,
  .av-price-box h3 {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

  .av-service {
    padding: 34px 26px !important;
  }

  .av-btn {
    font-size: 16px !important;
  }

  .av-highlight {
    font-size: 17px !important;
  }

  .av-faq summary {
    font-size: 17px !important;
  }

  .av-fullscreen-menu__title {
    font-size: 30px !important;
  }

  .av-fullscreen-menu__nav a {
    font-size: 18px !important;
  }

  .av-fullscreen-menu__nav--secondary a {
    font-size: 16.5px !important;
  }

  .av-fullscreen-menu__phone {
    font-size: 17px !important;
  }

  .av-mobile-stickybar a,
  .av-mobile-stickybar button {
    font-size: 15.5px !important;
  }

  .av-footer,
  .av-footer a,
  .av-footer__info strong {
    font-size: 16.5px !important;
  }
}

/* Very small phones */
@media (max-width: 420px) {
  .av-hero h1 {
    font-size: 36px !important;
  }

  .av-section h2 {
    font-size: 32px !important;
  }

  .av-service h3,
  .av-box h3 {
    font-size: 22px !important;
  }

  p,
  .av-intro,
  .av-service p,
  .av-box p,
  .av-faq p {
    font-size: 16.5px !important;
  }
}
/* ===== FONT REWORK: CLEAN READABLE CYRILLIC ===== */

:root {
  --av-font-main: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body,
button,
input,
textarea,
select,
p,
a,
li,
summary,
.av-btn,
.av-service,
.av-footer,
.av-fullscreen-menu {
  font-family: var(--av-font-main) !important;
  text-shadow: none !important;
}

/* Global text */
body {
  font-size: 18px !important;
  line-height: 1.72 !important;
  font-weight: 400 !important;
}

/* Paragraph readability */
p,
.av-intro,
.av-service p,
.av-box p,
.av-faq p {
  font-size: 18px !important;
  line-height: 1.78 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

/* Hero title - still strong, but not brutal-heavy */
.av-hero h1 {
  font-family: var(--av-font-main) !important;
  font-size: clamp(50px, 4vw, 66px) !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
  letter-spacing: -1.2px !important;
  text-shadow: none !important;
}

/* Hero text */
.av-hero p {
  font-size: 21px !important;
  line-height: 1.72 !important;
  font-weight: 500 !important;
}

/* Labels */
.av-label {
  font-family: var(--av-font-main) !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  letter-spacing: -0.1px !important;
}

/* Section titles */
.av-section h2 {
  font-family: var(--av-font-main) !important;
  font-size: clamp(40px, 3vw, 50px) !important;
  line-height: 1.14 !important;
  font-weight: 800 !important;
  letter-spacing: -0.9px !important;
  text-shadow: none !important;
}

/* Card titles */
.av-section h3,
.av-service h3,
.av-box h3,
.av-contact-box h3,
.av-price-box h3 {
  font-family: var(--av-font-main) !important;
  font-size: 24px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  letter-spacing: -0.25px !important;
  text-shadow: none !important;
}

/* Buttons */
.av-btn {
  font-family: var(--av-font-main) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

/* Desktop header menu */
@media (min-width: 922px) {
  .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link {
    font-family: var(--av-font-main) !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    letter-spacing: -0.1px !important;
    text-shadow: none !important;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item:last-child > .menu-link {
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .ast-builder-menu-1 .sub-menu .menu-link {
    font-family: var(--av-font-main) !important;
    font-size: 15.5px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    text-shadow: none !important;
  }

  .av-desktop-sticky-nav__links > a,
  .av-desktop-sticky-nav__dropdown > button {
    font-family: var(--av-font-main) !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    letter-spacing: -0.1px !important;
    text-shadow: none !important;
  }

  .av-desktop-sticky-nav__phone {
    font-family: var(--av-font-main) !important;
    font-size: 15.5px !important;
    font-weight: 800 !important;
    text-shadow: none !important;
  }
}

/* Mobile typography */
@media (max-width: 921px) {
  body {
    font-size: 17px !important;
    line-height: 1.7 !important;
  }

  p,
  .av-intro,
  .av-service p,
  .av-box p,
  .av-faq p {
    font-size: 17px !important;
    line-height: 1.75 !important;
  }

  .av-hero h1 {
    font-size: clamp(37px, 9.4vw, 46px) !important;
    line-height: 1.13 !important;
    font-weight: 800 !important;
    letter-spacing: -0.75px !important;
    text-shadow: none !important;
  }

  .av-hero p {
    font-size: 18px !important;
    line-height: 1.72 !important;
    font-weight: 400 !important;
  }

  .av-section h2 {
    font-size: clamp(33px, 8vw, 40px) !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
  }

  .av-service h3,
  .av-box h3,
  .av-contact-box h3,
  .av-price-box h3 {
    font-size: 23px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
  }

  .av-btn {
    font-size: 16.5px !important;
    font-weight: 700 !important;
  }

  .av-fullscreen-menu__title {
    font-family: var(--av-font-main) !important;
    font-size: 29px !important;
    font-weight: 800 !important;
    text-shadow: none !important;
  }

  .av-fullscreen-menu__nav a {
    font-family: var(--av-font-main) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
  }

  .av-fullscreen-menu__nav--secondary a {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  .av-fullscreen-menu__phone,
  .av-mobile-stickybar a,
  .av-mobile-stickybar button {
    font-family: var(--av-font-main) !important;
    font-weight: 800 !important;
    text-shadow: none !important;
  }
}
/* ===== PREMIUM GALLERY SECTION ===== */

.av-gallery-section {
  background:
    radial-gradient(circle at top right, rgba(255,196,0,0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5f6f8 100%);
  padding-top: 88px;
  padding-bottom: 96px;
}

.av-gallery-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 36px;
  margin-bottom: 38px;
}

.av-gallery-head h2 {
  margin-bottom: 18px !important;
}

.av-gallery-note {
  min-width: 190px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.28), transparent 36%),
    linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
  color: #111827;
  border-radius: 24px;
  padding: 24px 26px;
  box-shadow: 0 18px 42px rgba(245,158,11,0.26);
}

.av-gallery-note strong {
  display: block;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.av-gallery-note span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.av-gallery-wrap {
  background: #111827;
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 28px 70px rgba(17,24,39,0.18);
  border: 1px solid rgba(255,196,0,0.18);
}

/* FooGallery visual polish */
.av-gallery-wrap .foogallery {
  margin: 0 !important;
}

.av-gallery-wrap .fg-item,
.av-gallery-wrap .fg-thumb,
.av-gallery-wrap .fg-image {
  border-radius: 18px !important;
  overflow: hidden !important;
}

.av-gallery-wrap img {
  border-radius: 18px !important;
}

.av-gallery-wrap .fg-item {
  box-shadow: 0 16px 36px rgba(0,0,0,0.22) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease !important;
}

.av-gallery-wrap .fg-item:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 22px 48px rgba(0,0,0,0.30) !important;
}

@media (max-width: 921px) {
  .av-gallery-section {
    padding-top: 64px;
    padding-bottom: 76px;
  }

  .av-gallery-head {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 28px;
  }

  .av-gallery-note {
    min-width: 0;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
  }

  .av-gallery-note strong {
    font-size: 36px;
  }

  .av-gallery-wrap {
    border-radius: 22px;
    padding: 14px;
  }

  .av-gallery-wrap .fg-item,
  .av-gallery-wrap .fg-thumb,
  .av-gallery-wrap .fg-image,
  .av-gallery-wrap img {
    border-radius: 15px !important;
  }
}
/* ===== GALLERY LIGHT PREMIUM REDESIGN ===== */

.av-gallery-section {
  background:
    radial-gradient(circle at top right, rgba(255,196,0,0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f6f8 100%) !important;
  padding-top: 88px !important;
  padding-bottom: 96px !important;
}

.av-gallery-wrap {
  position: relative !important;
  background: rgba(255,255,255,0.82) !important;
  border: 1px solid rgba(17,24,39,0.08) !important;
  border-radius: 30px !important;
  padding: 22px !important;
  box-shadow: 0 24px 70px rgba(17,24,39,0.10) !important;
  overflow: hidden !important;
}

.av-gallery-wrap::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 5px;
  background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
  border-radius: 0 0 999px 999px;
  z-index: 1;
}

.av-gallery-wrap .foogallery {
  margin: 0 !important;
}

/* махаме тежкото усещане от снимките */
.av-gallery-wrap .fg-item {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transition: transform 0.22s ease !important;
}

.av-gallery-wrap .fg-item:hover {
  transform: translateY(-4px) !important;
}

/* самата снимка като премиум card */
.av-gallery-wrap .fg-thumb,
.av-gallery-wrap .fg-image,
.av-gallery-wrap img {
  border-radius: 18px !important;
  overflow: hidden !important;
}

.av-gallery-wrap .fg-thumb {
  background: #ffffff !important;
  padding: 8px !important;
  border: 1px solid rgba(17,24,39,0.08) !important;
  box-shadow: 0 16px 36px rgba(17,24,39,0.11) !important;
}

.av-gallery-wrap .fg-thumb:hover {
  box-shadow: 0 22px 48px rgba(17,24,39,0.16) !important;
}

/* ако FooGallery слага допълнителни рамки */
.av-gallery-wrap .fg-item-inner,
.av-gallery-wrap .fg-image-wrap {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 18px !important;
}

/* Lightbox / hover да не изглежда евтино */
.av-gallery-wrap .fg-caption,
.av-gallery-wrap .fg-caption-inner {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-weight: 700 !important;
}

@media (max-width: 921px) {
  .av-gallery-section {
    padding-top: 64px !important;
    padding-bottom: 76px !important;
  }

  .av-gallery-wrap {
    border-radius: 22px !important;
    padding: 14px !important;
  }

  .av-gallery-wrap::before {
    left: 18px;
    right: 18px;
  }

  .av-gallery-wrap .fg-thumb {
    padding: 6px !important;
    border-radius: 16px !important;
  }

  .av-gallery-wrap .fg-thumb,
  .av-gallery-wrap .fg-image,
  .av-gallery-wrap img {
    border-radius: 15px !important;
  }
}
/* ===== FOOGALLERY MOBILE RESPONSIVE FIX ===== */

@media (max-width: 921px) {
  .av-gallery-wrap,
  .av-gallery-wrap .foogallery,
  #foogallery-gallery-52 {
    width: 100% !important;
    max-width: 100% !important;
  }

  #foogallery-gallery-52 .fg-item,
  .av-gallery-wrap .fg-item {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 18px !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }

  #foogallery-gallery-52 .fg-thumb,
  #foogallery-gallery-52 .fg-image-wrap,
  #foogallery-gallery-52 img {
    width: 100% !important;
    max-width: 100% !important;
  }

  #foogallery-gallery-52 img {
    display: block !important;
    height: auto !important;
    object-fit: cover !important;
  }
}
/* ===== SERVICE PAGE PREMIUM DESIGN ===== */

.av-service-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.av-service-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(255,196,0,0.20), transparent 32%),
    linear-gradient(135deg, #111827 0%, #1f2933 52%, #f8b400 52%, #ffc400 100%);
  padding: 96px 0 92px;
  color: #fff;
  overflow: hidden;
}

.av-service-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 56px;
  align-items: center;
}

.av-service-hero h1 {
  max-width: 760px;
  margin: 22px 0 24px !important;
  color: #fff;
  font-size: clamp(48px, 4.1vw, 68px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: -1.2px !important;
}

.av-service-lead {
  max-width: 720px;
  color: rgba(255,255,255,0.92);
  font-size: 21px !important;
  line-height: 1.75 !important;
}

.av-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.av-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.av-btn:hover {
  transform: translateY(-2px);
}

.av-btn--primary {
  background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
  color: #111827 !important;
  box-shadow: 0 16px 34px rgba(245,158,11,0.24);
}

.av-btn--outline {
  border: 2px solid #ffc400;
  color: #fff !important;
  background: rgba(255,255,255,0.04);
}

.av-btn--wide {
  width: 100%;
  margin-top: 12px;
}

.av-service-hero__card {
  background: rgba(255,255,255,0.96);
  color: #111827;
  border-radius: 26px;
  padding: 34px 34px 32px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
  border-bottom: 6px solid #f59e0b;
}

.av-service-hero__card h2 {
  margin: 0 0 20px !important;
  font-size: 29px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.av-service-hero__card ul {
  margin: 0;
  padding-left: 20px;
}

.av-service-hero__card li {
  margin-bottom: 12px;
  font-weight: 650;
  line-height: 1.55;
}

.av-service-summary {
  background: #f5f6f8;
  padding: 34px 0;
}

.av-ai-summary {
  background: #fff;
  border-left: 6px solid #ffc400;
  border-radius: 18px;
  padding: 24px 28px;
  box-shadow: 0 14px 36px rgba(17,24,39,0.08);
  font-size: 18px;
  line-height: 1.75;
}

.av-ai-summary strong {
  color: #111827;
}

.av-service-section {
  padding: 86px 0;
  background: #fff;
}

.av-service-section--soft {
  background: #f5f6f8;
}

.av-service-section h2 {
  max-width: 820px;
  margin: 14px 0 22px !important;
  color: #111827;
  font-size: clamp(38px, 3vw, 52px) !important;
  line-height: 1.14 !important;
  font-weight: 800 !important;
  letter-spacing: -0.8px !important;
}

.av-service-section p {
  max-width: 820px;
  font-size: 18.5px !important;
  line-height: 1.8 !important;
  color: #1f2933;
}

.av-service-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 58px;
  align-items: center;
}

.av-service-info-box {
  background: #111827;
  color: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 22px 54px rgba(17,24,39,0.18);
  border-bottom: 6px solid #ffc400;
}

.av-service-info-box h3 {
  color: #fff;
  margin-top: 0 !important;
  font-size: 25px !important;
}

.av-service-info-box ul {
  margin: 0;
  padding-left: 20px;
}

.av-service-info-box li {
  margin-bottom: 13px;
  color: rgba(255,255,255,0.9);
  font-weight: 650;
}

.av-service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.av-service-card {
  background: #fff;
  border-radius: 22px;
  padding: 30px;
  border-top: 5px solid #ffc400;
  box-shadow: 0 18px 46px rgba(17,24,39,0.09);
}

.av-service-card h3 {
  margin-top: 0 !important;
  color: #111827;
  font-size: 24px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
}

.av-service-card p {
  font-size: 17.5px !important;
  line-height: 1.72 !important;
  margin-bottom: 0;
}

.av-process {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: start;
}

.av-process-steps {
  display: grid;
  gap: 16px;
}

.av-process-step {
  background: #f5f6f8;
  border-radius: 20px;
  padding: 24px;
  border-left: 5px solid #ffc400;
}

.av-process-step span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #f59e0b;
  font-weight: 900;
  letter-spacing: 1px;
}

.av-process-step strong {
  display: block;
  color: #111827;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
}

.av-process-step p {
  margin: 0;
  font-size: 16.5px !important;
}

.av-service-gallery-section {
  background:
    radial-gradient(circle at top right, rgba(255,196,0,0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f6f8 100%);
}

.av-service-gallery-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.av-gallery-badge {
  min-width: 190px;
  background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
  color: #111827;
  border-radius: 22px;
  padding: 22px 24px;
  box-shadow: 0 18px 42px rgba(245,158,11,0.24);
}

.av-gallery-badge strong {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
}

.av-gallery-badge span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.av-service-gallery-wrap {
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(17,24,39,0.08);
  border-radius: 30px;
  padding: 22px;
  box-shadow: 0 24px 70px rgba(17,24,39,0.10);
  position: relative;
}

.av-service-gallery-wrap::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 5px;
  background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
  border-radius: 0 0 999px 999px;
}

.av-service-section--dark {
  background:
    radial-gradient(circle at 86% 20%, rgba(255,196,0,0.18), transparent 30%),
    linear-gradient(135deg, #111827 0%, #1f2933 100%);
  color: #fff;
}

.av-service-section--dark h2,
.av-service-section--dark p {
  color: #fff;
}

.av-cta-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 52px;
  align-items: center;
}

.av-cta-card {
  background: #fff;
  color: #111827;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 22px 54px rgba(0,0,0,0.22);
  border-bottom: 6px solid #ffc400;
}

.av-cta-card h3 {
  margin-top: 0 !important;
  font-size: 28px !important;
  font-weight: 800 !important;
}

.av-cta-card p {
  color: #111827;
  font-size: 17px !important;
  line-height: 1.6 !important;
  margin-bottom: 12px;
}

.av-cta-card a {
  color: #111827;
  font-weight: 800;
}

.av-service-faq {
  background: #f5f6f8;
}

.av-service-faq details {
  background: #fff;
  border-radius: 16px;
  padding: 18px 22px;
  margin-bottom: 14px;
  box-shadow: 0 12px 34px rgba(17,24,39,0.07);
}

.av-service-faq summary {
  cursor: pointer;
  color: #111827;
  font-size: 18px;
  font-weight: 800;
}

.av-service-faq details p {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 17px !important;
}

/* FooGallery polish inside service pages */
.av-service-gallery-wrap .fg-thumb,
.av-service-gallery-wrap .fg-image-wrap,
.av-service-gallery-wrap img {
  border-radius: 18px !important;
}

.av-service-gallery-wrap .fg-thumb {
  background: #fff !important;
  padding: 8px !important;
  border: 1px solid rgba(17,24,39,0.08) !important;
  box-shadow: 0 16px 36px rgba(17,24,39,0.11) !important;
}

@media (max-width: 921px) {
  .av-service-container {
    width: min(100% - 32px, 620px);
  }

  .av-service-hero {
    background: linear-gradient(180deg, #111827 0%, #1f2933 100%);
    padding: 62px 0 68px;
  }

  .av-service-hero__grid,
  .av-service-grid-2,
  .av-process,
  .av-cta-grid,
  .av-service-gallery-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .av-service-hero h1 {
    font-size: clamp(36px, 9vw, 46px) !important;
    line-height: 1.12 !important;
  }

  .av-service-lead {
    font-size: 18px !important;
  }

  .av-service-actions {
    flex-direction: column;
  }

  .av-btn {
    width: 100%;
  }

  .av-service-hero__card {
    padding: 26px;
    border-radius: 22px;
  }

  .av-service-section {
    padding: 62px 0;
  }

  .av-service-section h2 {
    font-size: clamp(32px, 8vw, 40px) !important;
  }

  .av-service-section p {
    font-size: 17px !important;
  }

  .av-service-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .av-service-card {
    padding: 26px;
  }

  .av-gallery-badge {
    display: none;
  }

  .av-service-gallery-wrap {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }

  .av-service-gallery-wrap::before {
    display: none;
  }

  .av-service-gallery-wrap .fg-item {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 18px !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }

  .av-service-gallery-wrap .fg-thumb,
  .av-service-gallery-wrap .fg-image-wrap,
  .av-service-gallery-wrap img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .av-service-gallery-wrap img {
    height: auto !important;
    display: block !important;
  }
}
/* ===== ACTIVE CURRENT PAGE IN MOBILE MENU ===== */

@media (max-width: 921px) {
  .ast-mobile-popup-content a.av-menu-current,
  .ast-mobile-header-content a.av-menu-current,
  .ast-mobile-menu-wrap a.av-menu-current,
  .av-fullscreen-menu a.av-menu-current,
  .av-mobile-menu a.av-menu-current,
  .av-mobile-bottom-bar a.av-menu-current {
    background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%) !important;
    color: #111827 !important;
    border-color: rgba(255, 196, 0, 0.95) !important;
    box-shadow: 0 14px 34px rgba(245, 158, 11, 0.28) !important;
  }

  .ast-mobile-popup-content a.av-menu-current *,
  .ast-mobile-header-content a.av-menu-current *,
  .ast-mobile-menu-wrap a.av-menu-current *,
  .av-fullscreen-menu a.av-menu-current *,
  .av-mobile-menu a.av-menu-current *,
  .av-mobile-bottom-bar a.av-menu-current * {
    color: #111827 !important;
  }

  .ast-mobile-popup-content li.current-menu-item > a,
  .ast-mobile-header-content li.current-menu-item > a,
  .ast-mobile-menu-wrap li.current-menu-item > a {
    color: #ffc400 !important;
  }
}
/* ===== TREE SERVICE HERO TUNING ===== */

.av-tree-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(255,196,0,0.18), transparent 32%),
    linear-gradient(135deg, #111827 0%, #1f2933 52%, #f8b400 52%, #ffc400 100%) !important;
}

@media (max-width: 921px) {
  .av-tree-hero {
    background:
      radial-gradient(circle at top right, rgba(255,196,0,0.16), transparent 38%),
      linear-gradient(180deg, #111827 0%, #1f2933 100%) !important;
  }
}
/* ===== ADVERTISING STRUCTURES PAGE ICONS ===== */

.av-sign-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(255,196,0,0.2), transparent 32%),
    linear-gradient(135deg, #111827 0%, #1f2933 52%, #f8b400 52%, #ffc400 100%) !important;
}

.av-mini-icon,
.av-service-icon {
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
}

.av-mini-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: -5px;
}

.av-service-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
  box-shadow: 0 14px 30px rgba(245, 158, 11, 0.24);
}

.av-service-icon::before,
.av-service-icon::after,
.av-mini-icon::before,
.av-mini-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

/* sign board */
.av-service-icon--sign::before,
.av-mini-icon--sign::before {
  left: 13px;
  top: 16px;
  width: 28px;
  height: 18px;
  border: 3px solid #111827;
  border-radius: 3px;
}

.av-service-icon--sign::after,
.av-mini-icon--sign::after {
  left: 25px;
  top: 34px;
  width: 4px;
  height: 12px;
  background: #111827;
  border-radius: 2px;
}

/* light box */
.av-service-icon--light::before,
.av-mini-icon--light::before {
  left: 14px;
  top: 15px;
  width: 26px;
  height: 20px;
  border: 3px solid #111827;
  border-radius: 999px;
}

.av-service-icon--light::after,
.av-mini-icon--light::after {
  left: 20px;
  top: 22px;
  width: 14px;
  height: 3px;
  background: #111827;
  box-shadow: 0 7px 0 #111827;
}

/* banner */
.av-service-icon--banner::before,
.av-mini-icon--banner::before {
  left: 13px;
  top: 14px;
  width: 28px;
  height: 22px;
  border: 3px solid #111827;
  border-radius: 3px;
  transform: skewY(-5deg);
}

.av-service-icon--banner::after,
.av-mini-icon--banner::after {
  left: 17px;
  top: 20px;
  width: 20px;
  height: 3px;
  background: #111827;
  box-shadow: 0 7px 0 #111827;
}

/* tower / totem */
.av-service-icon--tower::before,
.av-mini-icon--tower::before {
  left: 20px;
  top: 10px;
  width: 14px;
  height: 34px;
  border: 3px solid #111827;
  border-radius: 4px;
}

.av-service-icon--tower::after,
.av-mini-icon--tower::after {
  left: 17px;
  top: 42px;
  width: 20px;
  height: 4px;
  background: #111827;
  border-radius: 999px;
}

/* facade */
.av-mini-icon--facade::before {
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 2px solid #ffc400;
  border-radius: 2px;
}

.av-mini-icon--facade::after {
  left: 7px;
  top: 7px;
  width: 3px;
  height: 3px;
  background: #ffc400;
  box-shadow: 6px 0 0 #ffc400, 0 6px 0 #ffc400, 6px 6px 0 #ffc400;
}

/* tools */
.av-service-icon--tools::before {
  left: 16px;
  top: 14px;
  width: 24px;
  height: 5px;
  background: #111827;
  border-radius: 999px;
  transform: rotate(-38deg);
}

.av-service-icon--tools::after {
  left: 15px;
  top: 30px;
  width: 25px;
  height: 5px;
  background: #111827;
  border-radius: 999px;
  transform: rotate(38deg);
}

/* night */
.av-service-icon--night::before {
  left: 16px;
  top: 13px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: -7px 3px 0 #111827;
}

.av-service-icon--night::after {
  left: 33px;
  top: 13px;
  width: 4px;
  height: 4px;
  background: #111827;
  border-radius: 50%;
  box-shadow: 7px 9px 0 #111827, -2px 22px 0 #111827;
}

@media (max-width: 921px) {
  .av-sign-hero {
    background:
      radial-gradient(circle at top right, rgba(255,196,0,0.16), transparent 38%),
      linear-gradient(180deg, #111827 0%, #1f2933 100%) !important;
  }
}
/* ===== ROOF SERVICE HERO + ICONS ===== */

.av-roof-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(255,196,0,0.18), transparent 32%),
    linear-gradient(135deg, #111827 0%, #1f2933 52%, #f8b400 52%, #ffc400 100%) !important;
}

.av-mini-icon,
.av-service-icon {
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
}

.av-mini-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: -5px;
}

.av-service-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
  box-shadow: 0 14px 30px rgba(245, 158, 11, 0.24);
}

.av-service-icon::before,
.av-service-icon::after,
.av-mini-icon::before,
.av-mini-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

/* roof */
.av-service-icon--roof::before,
.av-mini-icon--roof::before {
  left: 12px;
  top: 20px;
  width: 30px;
  height: 20px;
  border-left: 4px solid #111827;
  border-bottom: 4px solid #111827;
  transform: skewY(-28deg);
}

.av-service-icon--roof::after,
.av-mini-icon--roof::after {
  left: 13px;
  top: 14px;
  width: 29px;
  height: 4px;
  background: #111827;
  transform: rotate(28deg);
  border-radius: 999px;
}

/* gutter */
.av-service-icon--gutter::before,
.av-mini-icon--gutter::before {
  left: 12px;
  top: 18px;
  width: 30px;
  height: 10px;
  border: 3px solid #111827;
  border-top: 0;
  border-radius: 0 0 999px 999px;
}

.av-service-icon--gutter::after,
.av-mini-icon--gutter::after {
  left: 35px;
  top: 26px;
  width: 5px;
  height: 16px;
  background: #111827;
  border-radius: 999px;
}

/* pipe */
.av-service-icon--pipe::before,
.av-mini-icon--pipe::before {
  left: 24px;
  top: 11px;
  width: 7px;
  height: 32px;
  background: #111827;
  border-radius: 999px;
}

.av-service-icon--pipe::after,
.av-mini-icon--pipe::after {
  left: 18px;
  top: 35px;
  width: 19px;
  height: 7px;
  border: 3px solid #111827;
  border-top: 0;
  border-radius: 0 0 999px 999px;
}

/* leak */
.av-service-icon--leak::before,
.av-mini-icon--leak::before {
  left: 18px;
  top: 10px;
  width: 18px;
  height: 26px;
  background: #111827;
  border-radius: 50% 50% 50% 50%;
  transform: rotate(45deg);
}

.av-service-icon--leak::after,
.av-mini-icon--leak::after {
  left: 25px;
  top: 38px;
  width: 5px;
  height: 5px;
  background: #111827;
  border-radius: 50%;
}

/* metal */
.av-service-icon--metal::before {
  left: 13px;
  top: 14px;
  width: 28px;
  height: 26px;
  border: 3px solid #111827;
  border-radius: 4px;
  transform: skewX(-10deg);
}

.av-service-icon--metal::after {
  left: 19px;
  top: 20px;
  width: 17px;
  height: 3px;
  background: #111827;
  box-shadow: 0 7px 0 #111827, 0 14px 0 #111827;
}

/* inspect */
.av-service-icon--inspect::before,
.av-mini-icon--inspect::before {
  left: 13px;
  top: 13px;
  width: 21px;
  height: 21px;
  border: 4px solid #111827;
  border-radius: 50%;
}

.av-service-icon--inspect::after,
.av-mini-icon--inspect::after {
  left: 32px;
  top: 32px;
  width: 13px;
  height: 5px;
  background: #111827;
  border-radius: 999px;
  transform: rotate(45deg);
}

@media (max-width: 921px) {
  .av-roof-hero {
    background:
      radial-gradient(circle at top right, rgba(255,196,0,0.16), transparent 38%),
      linear-gradient(180deg, #111827 0%, #1f2933 100%) !important;
  }
}
/* ===== FACADE SERVICE HERO + ICONS ===== */

.av-facade-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(255,196,0,0.18), transparent 32%),
    linear-gradient(135deg, #111827 0%, #1f2933 52%, #f8b400 52%, #ffc400 100%) !important;
}

.av-mini-icon,
.av-service-icon {
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
}

.av-mini-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: -5px;
}

.av-service-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
  box-shadow: 0 14px 30px rgba(245, 158, 11, 0.24);
}

.av-service-icon::before,
.av-service-icon::after,
.av-mini-icon::before,
.av-mini-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

/* facade wall */
.av-service-icon--facade-wall::before,
.av-mini-icon--facade-wall::before {
  left: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  border: 3px solid #111827;
  border-radius: 4px;
}

.av-service-icon--facade-wall::after,
.av-mini-icon--facade-wall::after {
  left: 18px;
  top: 18px;
  width: 5px;
  height: 5px;
  background: #111827;
  box-shadow: 9px 0 0 #111827, 18px 0 0 #111827, 0 9px 0 #111827, 9px 9px 0 #111827, 18px 9px 0 #111827, 0 18px 0 #111827, 9px 18px 0 #111827, 18px 18px 0 #111827;
}

/* water */
.av-service-icon--water::before,
.av-mini-icon--water::before {
  left: 18px;
  top: 10px;
  width: 18px;
  height: 28px;
  background: #111827;
  border-radius: 50% 50% 50% 50%;
  transform: rotate(45deg);
}

.av-service-icon--water::after,
.av-mini-icon--water::after {
  left: 13px;
  top: 39px;
  width: 28px;
  height: 4px;
  background: #111827;
  border-radius: 999px;
}

/* paint */
.av-service-icon--paint::before,
.av-mini-icon--paint::before {
  left: 14px;
  top: 13px;
  width: 27px;
  height: 16px;
  border: 3px solid #111827;
  border-radius: 4px;
}

.av-service-icon--paint::after,
.av-mini-icon--paint::after {
  left: 24px;
  top: 28px;
  width: 7px;
  height: 18px;
  background: #111827;
  border-radius: 999px;
}

/* repair */
.av-service-icon--repair::before,
.av-mini-icon--repair::before {
  left: 16px;
  top: 14px;
  width: 24px;
  height: 5px;
  background: #111827;
  border-radius: 999px;
  transform: rotate(-38deg);
}

.av-service-icon--repair::after,
.av-mini-icon--repair::after {
  left: 15px;
  top: 31px;
  width: 25px;
  height: 5px;
  background: #111827;
  border-radius: 999px;
  transform: rotate(38deg);
}

/* height */
.av-service-icon--height::before,
.av-mini-icon--height::before {
  left: 25px;
  top: 10px;
  width: 5px;
  height: 34px;
  background: #111827;
  border-radius: 999px;
}

.av-service-icon--height::after,
.av-mini-icon--height::after {
  left: 17px;
  top: 12px;
  width: 21px;
  height: 21px;
  border-top: 4px solid #111827;
  border-right: 4px solid #111827;
  transform: rotate(-45deg);
}

/* window */
.av-service-icon--window::before {
  left: 13px;
  top: 12px;
  width: 28px;
  height: 30px;
  border: 3px solid #111827;
  border-radius: 4px;
}

.av-service-icon--window::after {
  left: 26px;
  top: 14px;
  width: 3px;
  height: 26px;
  background: #111827;
  box-shadow: -10px 12px 0 -1px #111827, 10px 12px 0 -1px #111827;
}

@media (max-width: 921px) {
  .av-facade-hero {
    background:
      radial-gradient(circle at top right, rgba(255,196,0,0.16), transparent 38%),
      linear-gradient(180deg, #111827 0%, #1f2933 100%) !important;
  }
}
.av-contact-hero {
  padding: 88px 0;
  background:
    radial-gradient(circle at 86% 18%, rgba(255,196,0,0.2), transparent 32%),
    linear-gradient(135deg, #111827 0%, #1f2933 56%, #ffc400 56%, #f59e0b 100%);
  color: #fff;
}

.av-contact-grid {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 44px;
  align-items: start;
}

.av-contact-card,
.av-contact-form-card,
.av-contact-tips {
  background: #fff;
  color: #111827;
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 22px 54px rgba(17,24,39,0.16);
  border-bottom: 6px solid #ffc400;
}

.av-contact-card a {
  color: #111827;
  font-weight: 800;
}

.av-contact-section {
  padding: 78px 0;
}

.av-contact-section--soft {
  background: #f5f6f8;
}

.av-contact-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.av-contact-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.av-contact-services div {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(17,24,39,0.08);
}

.av-contact-services strong {
  display: block;
  font-size: 20px;
  color: #111827;
  margin-bottom: 8px;
}

.av-contact-services span {
  color: #4b5563;
}

@media (max-width: 921px) {
  .av-contact-hero {
    padding: 62px 0;
    background: linear-gradient(180deg, #111827 0%, #1f2933 100%);
  }

  .av-contact-grid,
  .av-contact-services {
    grid-template-columns: 1fr;
  }

  .av-contact-actions {
    flex-direction: column;
  }
}
/* ===== STREET LIGHTING PAGE ===== */

.av-lighting-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(255,196,0,0.22), transparent 32%),
    linear-gradient(135deg, #111827 0%, #1f2933 52%, #f8b400 52%, #ffc400 100%) !important;
}

.av-mini-icon,
.av-service-icon {
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
}

.av-mini-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: -5px;
}

.av-service-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffc400 0%, #f59e0b 100%);
  box-shadow: 0 14px 30px rgba(245, 158, 11, 0.24);
}

.av-service-icon::before,
.av-service-icon::after,
.av-mini-icon::before,
.av-mini-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

/* lamp */
.av-service-icon--lamp::before,
.av-mini-icon--lamp::before {
  left: 14px;
  top: 14px;
  width: 25px;
  height: 13px;
  border: 3px solid #111827;
  border-radius: 12px 12px 4px 4px;
  transform: rotate(-12deg);
}

.av-service-icon--lamp::after,
.av-mini-icon--lamp::after {
  left: 25px;
  top: 27px;
  width: 5px;
  height: 18px;
  background: #111827;
  border-radius: 999px;
}

/* pole */
.av-service-icon--pole::before,
.av-mini-icon--pole::before {
  left: 25px;
  top: 10px;
  width: 5px;
  height: 35px;
  background: #111827;
  border-radius: 999px;
}

.av-service-icon--pole::after,
.av-mini-icon--pole::after {
  left: 17px;
  top: 12px;
  width: 21px;
  height: 9px;
  border: 3px solid #111827;
  border-radius: 999px 999px 4px 4px;
}

/* wire */
.av-service-icon--wire::before,
.av-mini-icon--wire::before {
  left: 10px;
  top: 18px;
  width: 34px;
  height: 4px;
  background: #111827;
  border-radius: 999px;
  box-shadow: 0 9px 0 #111827;
}

.av-service-icon--wire::after,
.av-mini-icon--wire::after {
  left: 25px;
  top: 10px;
  width: 4px;
  height: 34px;
  background: #111827;
  border-radius: 999px;
}

/* repair */
.av-service-icon--repair::before,
.av-mini-icon--repair::before {
  left: 16px;
  top: 14px;
  width: 24px;
  height: 5px;
  background: #111827;
  border-radius: 999px;
  transform: rotate(-38deg);
}

.av-service-icon--repair::after,
.av-mini-icon--repair::after {
  left: 15px;
  top: 31px;
  width: 25px;
  height: 5px;
  background: #111827;
  border-radius: 999px;
  transform: rotate(38deg);
}

/* street */
.av-mini-icon--street::before,
.av-service-icon--street::before {
  left: 13px;
  top: 35px;
  width: 28px;
  height: 5px;
  background: #111827;
  border-radius: 999px;
}

.av-mini-icon--street::after,
.av-service-icon--street::after {
  left: 24px;
  top: 13px;
  width: 6px;
  height: 22px;
  background: #111827;
  border-radius: 999px;
}

/* night */
.av-service-icon--night::before {
  left: 16px;
  top: 13px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: -7px 3px 0 #111827;
}

.av-service-icon--night::after {
  left: 34px;
  top: 13px;
  width: 4px;
  height: 4px;
  background: #111827;
  border-radius: 50%;
  box-shadow: 7px 9px 0 #111827, -2px 22px 0 #111827;
}

@media (max-width: 921px) {
  .av-lighting-hero {
    background:
      radial-gradient(circle at top right, rgba(255,196,0,0.16), transparent 38%),
      linear-gradient(180deg, #111827 0%, #1f2933 100%) !important;
  }
}
/* ===== ABOUT PAGE ===== */

.av-about-hero {
  padding: 96px 0 88px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255,196,0,0.2), transparent 32%),
    linear-gradient(135deg, #111827 0%, #1f2933 52%, #f8b400 52%, #ffc400 100%);
  color: #fff;
}

.av-about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 54px;
  align-items: center;
}

.av-about-hero h1 {
  max-width: 920px;
  margin: 14px 0 20px !important;
  color: #fff !important;
  font-size: clamp(42px, 6vw, 76px) !important;
  line-height: 1.02 !important;
  font-weight: 900 !important;
}

.av-about-hero p {
  max-width: 780px;
  color: rgba(255,255,255,0.93) !important;
  font-size: 20px !important;
  line-height: 1.65 !important;
}

.av-about-card {
  background: #fff;
  color: #111827;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.22);
  border-bottom: 6px solid #ffc400;
}

.av-about-card h2 {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  color: #111827 !important;
}

.av-about-card p {
  margin: 0 0 13px !important;
  color: #111827 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.av-about-card a {
  color: #111827;
  font-weight: 800;
}

@media (max-width: 921px) {
  .av-about-hero {
    padding: 64px 0 70px;
    background:
      radial-gradient(circle at top right, rgba(255,196,0,0.16), transparent 38%),
      linear-gradient(180deg, #111827 0%, #1f2933 100%);
  }

  .av-about-hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .av-about-hero h1 {
    font-size: clamp(36px, 9vw, 48px) !important;
  }

  .av-about-hero p {
    font-size: 18px !important;
  }

  .av-about-card {
    padding: 26px;
    border-radius: 22px;
  }
}
/* ===== PRIVACY POLICY PAGE ===== */

.av-privacy-hero {
  padding: 92px 0 78px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255,196,0,0.2), transparent 32%),
    linear-gradient(135deg, #111827 0%, #1f2933 52%, #f8b400 52%, #ffc400 100%);
  color: #fff;
}

.av-privacy-hero h1 {
  max-width: 900px;
  margin: 14px 0 18px !important;
  color: #fff !important;
  font-size: clamp(42px, 6vw, 72px) !important;
  line-height: 1.04 !important;
  font-weight: 900 !important;
}

.av-privacy-hero p {
  max-width: 780px;
  color: rgba(255,255,255,0.93) !important;
  font-size: 20px !important;
  line-height: 1.65 !important;
}

.av-privacy-section {
  padding: 78px 0;
  background: #f5f6f8;
}

.av-privacy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 34px;
  align-items: start;
}

.av-privacy-main {
  display: grid;
  gap: 18px;
}

.av-privacy-block {
  background: #fff;
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 16px 44px rgba(17,24,39,0.08);
  border: 1px solid rgba(17,24,39,0.08);
}

.av-privacy-block h2 {
  margin: 8px 0 16px !important;
  color: #111827 !important;
  font-size: 30px !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
}

.av-privacy-block p,
.av-privacy-block li {
  color: #374151 !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

.av-privacy-block ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.av-privacy-block a {
  color: #111827;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.av-privacy-side {
  position: sticky;
  top: 24px;
  background: #111827;
  color: #fff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 22px 54px rgba(17,24,39,0.18);
  border-bottom: 6px solid #ffc400;
}

.av-privacy-side h2 {
  margin-top: 0 !important;
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 900 !important;
}

.av-privacy-side-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.av-privacy-side-item strong {
  display: block;
  margin-bottom: 6px;
  color: #ffc400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.av-privacy-side-item span {
  color: rgba(255,255,255,0.92);
  font-size: 16px;
  line-height: 1.55;
}

.av-privacy-side .av-btn {
  margin-top: 24px;
}

.av-privacy-updated {
  padding: 18px 24px;
  border-radius: 16px;
  background: #111827;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(17,24,39,0.12);
}

@media (max-width: 921px) {
  .av-privacy-hero {
    padding: 62px 0 68px;
    background:
      radial-gradient(circle at top right, rgba(255,196,0,0.16), transparent 38%),
      linear-gradient(180deg, #111827 0%, #1f2933 100%);
  }

  .av-privacy-hero h1 {
    font-size: clamp(36px, 9vw, 48px) !important;
  }

  .av-privacy-hero p {
    font-size: 18px !important;
  }

  .av-privacy-grid {
    grid-template-columns: 1fr;
  }

  .av-privacy-side {
    position: static;
  }

  .av-privacy-block {
    padding: 26px;
    border-radius: 20px;
  }

  .av-privacy-block h2 {
    font-size: 26px !important;
  }
}