﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 12000;
  padding: 10px 14px;
  border-radius: 12px;
  background: #0f172a;
  color: #f8fbff !important;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.24);
  transform: translateY(-180%);
  transition: transform 0.18s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

main#main-content {
  display: block;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.servicepoints-nav-dropdown > .servicepoints-nav-menu {
  left: 0;
  right: auto;
  top: 100%;
  margin-top: 4px;
  min-width: 280px;
  max-width: min(90vw, 420px);
  padding: 8px;
  overflow: visible;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
}
.servicepoints-nav-dropdown .dropdown-menu > li > a {
  padding: 8px 10px;
  font-size: 13px;
}
.servicepoints-nav-dropdown .dropdown-submenu > a {
  font-weight: 600;
  color: var(--cc-text);
  border-radius: 4px;
}
.servicepoints-nav-dropdown .dropdown-submenu > a:hover {
  background: var(--cc-hover);
}
.servicepoints-nav-dropdown .dropdown-submenu {
  position: relative;
}
.servicepoints-nav-dropdown .dropdown-submenu > .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  right: auto;
  top: 0;
  margin-left: 4px;
  margin-top: -1px;
  min-width: 220px;
  max-width: min(70vw, 320px);
  overflow: visible;
  background: #fff;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.15);
}
.servicepoints-nav-dropdown .dropdown-submenu.submenu-open > .dropdown-menu,
.servicepoints-nav-dropdown .dropdown-submenu .dropdown-submenu.submenu-open > .dropdown-menu {
  display: block;
}
.servicepoints-nav-dropdown .dropdown-menu a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  padding-right: 1.5em;
}
.servicepoints-nav-dropdown .dropdown-submenu > .dropdown-menu .dropdown-submenu > .dropdown-menu {
  display: none;
  overflow: visible;
}
.servicepoints-nav-dropdown .dropdown-submenu .dropdown-menu a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.servicepoints-nav-dropdown .dropdown-submenu > a::after {
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.2s ease;
}
.servicepoints-nav-dropdown .dropdown-submenu.submenu-open > a::after {
  transform: rotate(90deg);
}

.cc-header {
  --cc-text: #1e293b;
  --cc-text-muted: #64748b;
  --cc-border: #e2e8f0;
  --cc-hover: #f1f5f9;
  font-family: "Inter", "Segoe UI", sans-serif;
}

body,
body p,
body li,
body a,
body button,
body input,
body select,
body textarea,
body label,
body .btn,
body .form-control,
body .panel,
body .widget,
body .caption-title,
body .panel-title,
body .product-card,
body .listing-card,
body .feature-item-info,
body .footer,
body .copyright {
  font-family: "Inter", "Segoe UI", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body strong,
body .btn,
body .panel-title,
body .caption-title,
body .feature-item-info strong,
body .product-price-card .value,
body .section-title span {
  font-family: "Merriweather", Georgia, serif;
}

body .product-page-modern .product-page-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 18px;
}

body .product-page-modern .product-page-head-copy h2 {
  margin: 4px 0 10px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
}

body .product-page-modern .product-page-head-copy p {
  max-width: 560px;
  margin: 0;
}

body .product-page-modern .product-page-head-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

body .product-page-modern .product-page-stat,
body .product-page-modern .product-hero-chip,
body .product-page-modern .product-gallery-badge,
body .product-page-modern .product-side-kicker,
body .product-page-modern .product-tab-kicker,
body .product-page-modern .product-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 194, 62, 0.12);
  color: #8a6300;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .product-page-modern .product-card {
  border-radius: 20px;
  box-shadow: 0 16px 32px rgba(12, 20, 34, 0.08);
}

body .product-gallery .primary-image a,
body .product-gallery .thumbnail-images .item a,
body .product-featured-item .featured-item-img,
body .mega-models-card > a:first-child {
  display: block;
}

body .product-gallery .primary-image a {
  aspect-ratio: 4 / 3;
}

body .product-gallery .thumbnail-images .item a,
body .product-featured-item .featured-item-img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

body .product-gallery .primary-image img,
body .product-gallery .thumbnail-images .item img,
body .product-featured-item .featured-item-img img,
body .mega-models-card > a:first-child img {
  width: 100%;
  height: 100%;
}

body .product-gallery .primary-image img,
body .mega-models-card > a:first-child img {
  object-fit: contain;
}

body .product-gallery .thumbnail-images .item img,
body .product-featured-item .featured-item-img img {
  object-fit: cover;
}

body .products-directory-page .products-directory-shell {
  display: grid;
  gap: 24px;
}

body .products-directory-page .section-title span {
  padding: 0;
  background: transparent;
  color: var(--cc-primary);
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

body .products-directory-page .section-title span::after {
  display: none;
}

body .products-directory-page .products-directory-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 0;
}

body .products-directory-page .products-directory-summary {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--cc-text-soft);
  line-height: 1.7;
}

body .products-directory-page .products-directory-count,
body .products-directory-page .products-search-count {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 194, 62, 0.12);
  border: 1px solid rgba(243, 166, 43, 0.18);
  color: #8a6300;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .products-directory-page .products-directory-tools {
  display: flex;
  align-items: center;
  gap: 14px;
}

body .products-directory-page .products-search-shell {
  flex: 1 1 auto;
}

body .products-directory-page .products-search-input {
  min-height: 54px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(198, 210, 224, 0.9);
  background: rgba(255, 255, 255, 0.96);
  color: #17375f;
  font-size: 15px;
  font-weight: 600;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

body .products-directory-page .products-search-input:focus {
  border-color: rgba(243, 166, 43, 0.52);
  box-shadow: 0 0 0 4px rgba(243, 166, 43, 0.12);
}

body .products-directory-page .products-models-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

body .products-directory-page .products-model-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(198, 210, 224, 0.82);
  background:
    radial-gradient(180px 120px at 100% 0, rgba(255, 214, 126, 0.14), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.98));
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

body .products-directory-page .products-model-card:hover,
body .products-directory-page .products-model-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(243, 166, 43, 0.28);
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.12);
}

body .products-directory-page .products-model-card-media {
  display: block;
  padding: 12px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 250, 0.96));
}

body .products-directory-page .products-model-card-body {
  display: grid;
  gap: 12px;
}

body .products-directory-page .products-model-card-title {
  color: inherit;
  text-decoration: none;
}

body .products-directory-page .products-model-card-title:hover,
body .products-directory-page .products-model-card-title:focus {
  text-decoration: none;
}

body .products-directory-page .products-model-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.18;
  color: var(--cc-primary);
}

body .products-directory-page .products-model-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: fit-content;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(15, 47, 93, 0.06);
  border: 1px solid rgba(198, 210, 224, 0.82);
  color: #24476f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    transform 0.18s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}

body .products-directory-page .products-model-card-cta:hover,
body .products-directory-page .products-model-card-cta:focus {
  text-decoration: none;
  transform: translateY(-2px);
  border-color: rgba(243, 166, 43, 0.44);
  background: rgba(255, 248, 230, 0.96);
  color: #cf8609;
}

body .products-directory-page .products-empty-state {
  margin-bottom: 0;
}

body.theme-dark .products-directory-page .products-directory-summary {
  color: #bdd0e4;
}

body.theme-dark .products-directory-page .products-directory-count,
body.theme-dark .products-directory-page .products-search-count {
  background: rgba(255, 214, 126, 0.14);
  border-color: rgba(255, 214, 126, 0.22);
  color: #ffd783;
}

body.theme-dark .products-directory-page .products-search-input {
  background: rgba(12, 22, 38, 0.9);
  border-color: rgba(151, 180, 219, 0.16);
  color: #f8fbff;
}

body.theme-dark .products-directory-page .products-search-input::placeholder {
  color: #98b0c8;
}

body.theme-dark .products-directory-page .products-model-card {
  border-color: rgba(151, 180, 219, 0.14);
  background:
    radial-gradient(220px 140px at 100% 0, rgba(255, 214, 126, 0.12), transparent 72%),
    linear-gradient(180deg, rgba(12, 22, 38, 0.96), rgba(9, 18, 31, 0.98));
  box-shadow: 0 26px 46px rgba(0, 0, 0, 0.28);
}

body.theme-dark .products-directory-page .products-model-card-media {
  background: linear-gradient(180deg, rgba(18, 33, 55, 0.92), rgba(12, 22, 38, 0.96));
}

body.theme-dark .products-directory-page .products-model-card h3 {
  color: #f8fbff;
}

body.theme-dark .products-directory-page .products-model-card-cta {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(151, 180, 219, 0.16);
  color: #dbe9f8;
}

body.theme-dark .products-directory-page .products-model-card-cta:hover,
body.theme-dark .products-directory-page .products-model-card-cta:focus {
  background: rgba(255, 214, 126, 0.12);
  border-color: rgba(255, 214, 126, 0.24);
  color: #ffd783;
}

body .product-page-modern .product-info {
  padding: 20px;
}

body .product-page-modern .product-title {
  margin: 6px 0 10px;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.08;
}

body .product-page-modern .product-rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

body .product-page-modern .product-summary {
  margin-top: 0;
  line-height: 1.7;
}

body .product-page-modern .product-hero-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 14px 0 16px;
}

body .product-page-modern .product-hero-chip {
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  width: 100%;
  background: rgba(255, 194, 62, 0.09);
}

body .product-page-modern .product-price-wrap {
  display: grid;
  grid-template-columns: minmax(0, 132px) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0 0 14px;
}

body .product-page-modern .product-price-card {
  padding: 12px 14px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--cc-surface-strong) 86%, transparent);
  border: 1px solid color-mix(in srgb, var(--cc-border-soft) 88%, transparent);
}

body .product-page-modern .product-price-card .label {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body .product-page-modern .product-price-card .value {
  font-size: 22px;
  line-height: 1.06;
}

body .product-page-modern .product-cta-stack {
  display: grid;
  gap: 7px;
}

body .product-page-modern .product-short-info {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

body .product-page-modern .product-short-info p {
  margin: 0;
  padding: 9px 11px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--cc-surface-strong) 88%, transparent);
}

body .product-page-modern .product-tabs {
  margin-top: 20px;
}

body .product-page-modern .product-tabs .tabs {
  gap: 7px;
}

body .product-page-modern .product-tabs .tabs > li > a {
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
}

.cc-header .cc-top-bar {
  background: #fff;
  border-bottom: 1px solid var(--cc-border);
  padding: 8px 0;
}
.cc-header .cc-top-bar .top-header-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  color: var(--cc-text-muted);
  border: 1px solid var(--cc-border);
  border-radius: 6px;
}
.cc-header .cc-top-bar .top-header-social a:hover {
  background: var(--cc-hover);
  color: var(--cc-text);
}
.cc-header .cc-top-bar .aux-text {
  color: var(--cc-text-muted);
  font-size: 12px;
}

.cc-header .cc-top-bar .top-header-message {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc-header .cc-top-bar .top-header-message .aux-text {
  width: 100%;
  text-align: center;
}

.cc-header .cc-navbar {
  background: #fff !important;
  border: none !important;
  border-bottom: 1px solid var(--cc-border) !important;
  box-shadow: none;
  min-height: 60px !important;
  margin-bottom: 0;
}
.cc-header .cc-navbar.affix {
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.cc-header .cc-navbar .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  gap: 20px;
}
.cc-header .cc-navbar .navbar-header {
  display: flex;
  align-items: center;
  margin: 0;
  flex-shrink: 0;
  min-width: 0;
}
.cc-header .cc-navbar .navbar-collapse {
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  justify-content: center;
  align-items: center;
  min-width: 0;
  overflow: visible;
}
.cc-header .cc-navbar .cc-nav-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  flex-shrink: 0;
  gap: 0;
  justify-content: center;
}
.cc-header .cc-navbar .cc-nav-list > li {
  float: none;
  flex-shrink: 0;
}
.cc-header .cc-navbar .cc-nav-list > li.servicepoints-nav-dropdown {
  position: relative;
}

.cc-header .cc-navbar .cc-brand {
  display: flex;
  align-items: center;
  padding: 8px 12px 8px 0;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  height: 60px;
  line-height: 1;
  flex-shrink: 0;
}
.cc-header .cc-navbar .cc-brand:hover {
  opacity: 0.9;
}
.cc-header .cc-navbar .cc-brand img {
  height: 42px;
  width: auto;
  max-width: 160px;
  display: block;
  object-fit: contain;
}
.cc-header .cc-navbar.affix .cc-brand {
  height: 56px;
}
.cc-header .cc-navbar.affix .cc-brand img {
  height: 38px;
}

.cc-header .cc-nav-toggle {
  border: 1px solid var(--cc-border);
  border-radius: 6px;
  padding: 10px 12px;
  margin: 0;
  background: #fff;
  flex-shrink: 0;
}
.cc-header .cc-nav-toggle:hover {
  background: var(--cc-hover);
}
.cc-header .cc-nav-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--cc-text);
  margin: 4px 0;
  border-radius: 0;
}

.cc-header .cc-nav-list > li > a {
  color: var(--cc-text) !important;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 18px 12px !important;
  border: none !important;
  margin: 0;
  transition: background 0.2s;
  white-space: nowrap;
}
.cc-header .cc-nav-list > li > a:hover,
.cc-header .cc-nav-list > li.open > a {
  background: var(--cc-hover) !important;
  color: var(--cc-text) !important;
}
.cc-header .cc-nav-list > li > a i.fa {
  margin-right: 5px;
}

.cc-header .cc-navbar .dropdown-menu {
  background: #fff;
  border: 1px solid var(--cc-border);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 6px 0;
  margin-top: 4px;
  min-width: 200px;
  z-index: 1050;
}
.cc-header .cc-navbar .dropdown-menu > li > a {
  padding: 10px 16px;
  color: var(--cc-text) !important;
}
.cc-header .cc-navbar .dropdown-menu > li > a:hover {
  background: var(--cc-hover);
  color: var(--cc-text) !important;
}

.cc-header .servicepoints-nav-dropdown > .servicepoints-nav-menu {
  left: 0 !important;
  right: auto !important;
  top: 100% !important;
  margin-top: 4px;
  position: absolute;
  background: #fff;
  border: 1px solid var(--cc-border);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 1050;
}
.cc-header .servicepoints-nav-dropdown .dropdown-submenu > .dropdown-menu {
  margin-top: -1px;
  margin-left: 4px;
  background: #fff;
  border: 1px solid var(--cc-border);
  border-radius: 6px;
  z-index: 1051;
}
.cc-header .servicepoints-nav-dropdown .dropdown-submenu > a::after {
  border-left-color: var(--cc-text-muted);
}
.cc-header .servicepoints-nav-dropdown .dropdown-submenu.submenu-open > a::after {
  transform: rotate(90deg);
}

.cc-header .cc-navbar .dropdown-meganav.mega-dropdown-fluid {
  position: static;
}
.cc-header .cc-navbar .dropdown-meganav.mega-dropdown-fluid .mega-models-menu {
  left: 50vw !important;
  right: auto !important;
  transform: translateX(-50%);
  padding: 16px;
  min-width: 640px;
  max-width: 900px;
  width: auto;
  background: #fff;
  border: 1px solid var(--cc-border);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  z-index: 1050;
  margin: 4px 0 0 0 !important;
  max-height: 360px;
  overflow-y: auto;
}
.cc-header .cc-navbar .mega-models-menu .container.mega-models-container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cc-header .cc-navbar .mega-models-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.cc-header .cc-navbar .mega-models-card {
  background: #fff;
  border: 1px solid var(--cc-border);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.15s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cc-header .cc-navbar .mega-models-card:hover {
  border-color: #64748b;
  background: var(--cc-hover);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.cc-header .cc-navbar .mega-models-card a {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 6px 10px;
  color: var(--cc-text);
  text-align: left;
  text-decoration: none;
  height: 100%;
}
.cc-header .cc-navbar .mega-models-card a:hover {
  text-decoration: none;
  color: var(--cc-text);
}
.cc-header .cc-navbar .mega-models-card img {
  width: 100%;
  height: auto;
  max-height: 80px;
  min-height: 60px;
  object-fit: contain;
  margin-bottom: 4px;
}
.cc-header .cc-navbar .mega-models-card h3 {
  margin: 4px 0 2px !important;
  font-size: 13px !important;
  font-weight: 600;
  color: var(--cc-text);
  line-height: 1.3;
}
.cc-header .cc-navbar .mega-models-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 0;
}
.cc-header .cc-navbar .mega-models-card ul li {
  padding: 0;
  margin: 0;
}
.cc-header .cc-navbar .mega-models-card ul a {
  font-size: 11px;
  color: var(--cc-text-muted);
  padding: 2px 0 0 0;
  text-decoration: none;
}
.cc-header .cc-navbar .mega-models-card ul a:hover {
  color: var(--cc-text);
  text-decoration: underline;
}

.cc-header .cc-nav-list .dropdown-form-toggle {
  padding: 18px 10px !important;
  color: var(--cc-text-muted);
}
.cc-header .cc-nav-list .dropdown-form-toggle:hover {
  color: var(--cc-text);
  background: var(--cc-hover) !important;
}

@media (max-width: 767px) {
  .cc-header .cc-navbar,
  .cc-header .cc-navbar.affix,
  .cc-header .navbar-fixed .navbar {
    position: static !important;
    top: auto !important;
  }
  .cc-header .cc-navbar .container {
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cc-header .cc-navbar .navbar-header {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    flex: 1 1 100%;
    min-height: 52px;
    float: none !important;
    gap: 12px;
  }
  .cc-header .cc-navbar .navbar-header .cc-nav-toggle,
  .cc-header .cc-navbar .navbar-header .navbar-toggle {
    float: none !important;
    margin: 0;
    order: 2;
    flex-shrink: 0;
  }
  .cc-header .cc-navbar .navbar-header .cc-brand,
  .cc-header .cc-navbar .navbar-header .navbar-brand {
    order: 1;
    float: none !important;
    margin: 0 !important;
    padding: 6px 0 6px 0;
    height: auto;
  }
  .cc-header .cc-navbar .cc-brand img {
    height: 36px;
    max-width: 120px;
  }
  .cc-header .cc-navbar .navbar-collapse {
    flex-basis: 100%;
    flex: 1 1 100%;
    background: #fff;
    border-top: 1px solid var(--cc-border);
    box-shadow: none;
    margin: 0 -15px 0 -15px;
    padding: 0 15px 12px;
  }
  .cc-header .cc-nav-list {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
  .cc-header .cc-nav-list > li {
    width: 100%;
  }
  .cc-header .cc-nav-list > li > a {
    padding: 12px 16px !important;
    border-bottom: 1px solid var(--cc-border);
    margin: 0;
    display: block;
  }
  .cc-header .cc-navbar .dropdown-menu {
    margin-top: 0;
    margin-bottom: 8px;
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
    border-left: 3px solid var(--cc-border);
    border-radius: 0;
  }
  .cc-header .servicepoints-nav-dropdown .dropdown-submenu > .dropdown-menu {
    left: 0;
    margin-left: 12px;
    position: static;
    width: calc(100% - 12px);
    max-height: 50vh;
    overflow-y: auto;
  }
  .cc-header .cc-navbar .mega-models-menu {
    left: 0 !important;
    transform: none !important;
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
  .cc-header .cc-navbar .mega-models-menu .container.mega-models-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .cc-header .cc-navbar .mega-models-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .cc-header .cc-navbar .mega-models-card img {
    max-height: 90px;
    min-height: 70px;
  }
  .cc-header .cc-navbar .mega-models-card h3 {
    font-size: 13px !important;
  }
}

@media (max-width: 767px) {
  .layer-slider-wrapper {
    padding-top: 0;
  }
  #slider-wrapper.layer-slider-wrapper {
    margin-top: 0;
  }
}

.home-servicepoint-section {
  padding: 64px 0 72px;
  border-top: 1px solid var(--cc-border-soft);
  border-bottom: 1px solid var(--cc-border-soft);
  background:
    radial-gradient(1200px 400px at 100% 0, rgba(20, 184, 166, 0.18), transparent 55%),
    radial-gradient(900px 320px at 10% 60%, rgba(15, 47, 93, 0.12), transparent 62%),
    var(--cc-page-bg);
}

.home-servicepoint-section .section-title-wr {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}

.home-servicepoint-section .section-title span {
  font-size: 32px;
  font-weight: 700;
  color: var(--cc-text-main);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.home-servicepoint-section .section-title span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 70px;
  height: 3px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, var(--cc-primary), var(--cc-accent));
}

.home-servicepoint-list {
  max-width: 1280px;
  margin: 0 auto;
}

.servicepoint-explorer-shell {
  display: grid;
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.servicepoint-explorer-nav {
  position: sticky;
  top: 96px;
  border: 1px solid var(--cc-border-soft);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(16, 54, 104, 0.96), rgba(9, 27, 52, 0.96));
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.22);
  overflow: hidden;
}

.servicepoint-explorer-nav-copy {
  padding: 28px 24px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.servicepoint-explorer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(228, 246, 255, 0.82);
}

.servicepoint-explorer-nav-copy h4 {
  margin: 14px 0 10px;
  font-size: 24px;
  line-height: 1.2;
  color: #f8fbff;
}

.servicepoint-explorer-nav-copy p {
  margin: 0;
  color: rgba(214, 228, 243, 0.76);
  font-size: 14px;
  line-height: 1.7;
}

.servicepoint-explorer-tablist {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.servicepoint-region-tab {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  padding: 16px 18px;
  text-align: left;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.servicepoint-region-tab:hover {
  transform: translateY(-2px);
  border-color: rgba(113, 216, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.servicepoint-region-tab.is-active {
  border-color: rgba(111, 224, 210, 0.56);
  background: linear-gradient(135deg, rgba(36, 173, 151, 0.26), rgba(77, 136, 255, 0.16));
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
}

.servicepoint-region-tab-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.servicepoint-region-tab-top strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.servicepoint-region-tab-top span,
.servicepoint-region-tab-bottom {
  color: rgba(214, 228, 243, 0.78);
  font-size: 12px;
  font-weight: 600;
}

.servicepoint-explorer-panels {
  min-width: 0;
}

.servicepoint-region-panel {
  border: 1px solid var(--cc-border-soft);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.92));
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14);
  padding: 28px;
}

.servicepoint-region-panel.is-active {
  animation: servicepointPanelIn 0.28s ease;
}

@keyframes servicepointPanelIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.servicepoint-region-hero {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--cc-border-soft);
}

.servicepoint-region-hero-copy h4 {
  margin: 10px 0 8px;
  font-size: 34px;
  line-height: 1.08;
  color: var(--cc-primary);
}

.servicepoint-region-hero-copy p {
  margin: 0;
  max-width: 620px;
  color: var(--cc-text-soft);
  font-size: 15px;
  line-height: 1.8;
}

.servicepoint-region-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 1fr));
  gap: 12px;
  min-width: 300px;
}

.servicepoint-region-metric {
  border-radius: 20px;
  padding: 18px 16px;
  background: linear-gradient(160deg, rgba(16, 54, 104, 0.08), rgba(20, 184, 166, 0.12));
  border: 1px solid rgba(16, 54, 104, 0.08);
  text-align: center;
}

.servicepoint-region-metric strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: var(--cc-primary);
}

.servicepoint-region-metric span {
  display: block;
  margin-top: 6px;
  color: var(--cc-text-soft);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.servicepoint-spotlight-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(420px 220px at 0% 0%, rgba(20, 184, 166, 0.18), transparent 62%),
    linear-gradient(135deg, rgba(16, 54, 104, 0.96), rgba(9, 27, 52, 0.96));
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.24);
}

.servicepoint-spotlight-badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(245, 251, 255, 0.84);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.servicepoint-spotlight-card h5 {
  margin: 14px 0 8px;
  font-size: 28px;
  line-height: 1.15;
  color: #ffffff;
}

.servicepoint-spotlight-card p,
.servicepoint-spotlight-card span,
.servicepoint-spotlight-card strong {
  color: rgba(229, 240, 249, 0.88);
}

.servicepoint-spotlight-copy > p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.75;
}

.servicepoint-spotlight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.servicepoint-spotlight-meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 600;
}

.servicepoint-spotlight-address {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.servicepoint-spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.servicepoint-spotlight-actions .btn {
  min-width: 138px;
  justify-content: center;
}

.servicepoint-city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.servicepoint-city-card {
  border: 1px solid var(--cc-border-soft);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  padding: 18px;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.08);
}

.servicepoint-city-card-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

.servicepoint-city-card-head h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--cc-text-main);
}

.servicepoint-city-card-head span {
  color: var(--cc-text-soft);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.servicepoint-city-dealers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.servicepoint-city-dealers li {
  margin: 0;
}

.servicepoint-city-dealers a,
.servicepoint-city-dealer-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 82px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid transparent;
  background: rgba(16, 54, 104, 0.05);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.servicepoint-city-dealers a:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 184, 166, 0.45);
  background: rgba(20, 184, 166, 0.12);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.12);
}

.servicepoint-city-dealers strong,
.servicepoint-city-dealer-card strong {
  color: var(--cc-text-main);
  font-size: 15px;
  line-height: 1.45;
}

.servicepoint-city-dealers span,
.servicepoint-city-dealer-card span {
  color: var(--cc-text-soft);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.servicepoint-explorer-empty {
  border: 1px dashed var(--cc-border-soft);
  border-radius: 24px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.74);
  text-align: center;
}

.servicepoint-explorer-empty h4 {
  margin: 0 0 8px;
  color: var(--cc-primary);
}

.servicepoint-explorer-empty p {
  margin: 0;
  color: var(--cc-text-soft);
}

body.theme-dark .servicepoint-explorer-nav {
  background: linear-gradient(180deg, rgba(7, 18, 34, 0.96), rgba(12, 28, 48, 0.96));
  border-color: rgba(151, 180, 219, 0.12);
}

body.theme-dark .servicepoint-region-panel {
  background: linear-gradient(180deg, rgba(11, 24, 41, 0.96), rgba(14, 30, 50, 0.92));
  border-color: rgba(151, 180, 219, 0.14);
}

body.theme-dark .servicepoint-region-hero-copy h4,
body.theme-dark .servicepoint-city-card-head h5,
body.theme-dark .servicepoint-city-dealers strong,
body.theme-dark .servicepoint-city-dealer-card strong,
body.theme-dark .servicepoint-explorer-empty h4 {
  color: #f7fbff;
}

body.theme-dark .servicepoint-region-hero-copy p,
body.theme-dark .servicepoint-region-metric span,
body.theme-dark .servicepoint-city-card-head span,
body.theme-dark .servicepoint-city-dealers span,
body.theme-dark .servicepoint-city-dealer-card span,
body.theme-dark .servicepoint-explorer-empty p {
  color: #a9bdd7;
}

body.theme-dark .servicepoint-region-metric,
body.theme-dark .servicepoint-city-card,
body.theme-dark .servicepoint-city-dealers a,
body.theme-dark .servicepoint-city-dealer-card,
body.theme-dark .servicepoint-explorer-empty {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(151, 180, 219, 0.14);
}

body.theme-dark .servicepoint-city-dealers a:hover {
  background: rgba(45, 212, 191, 0.12);
  border-color: rgba(45, 212, 191, 0.36);
}

@media (max-width: 991px) {
  .servicepoint-explorer-shell {
    grid-template-columns: 1fr;
  }

  .servicepoint-explorer-nav {
    position: static;
  }

  .servicepoint-region-hero,
  .servicepoint-spotlight-card {
    grid-template-columns: 1fr;
    display: grid;
  }

  .servicepoint-region-metrics {
    min-width: 0;
    width: 100%;
  }

  .servicepoint-spotlight-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .home-servicepoint-section {
    padding: 48px 0 56px;
  }

  .servicepoint-explorer-nav-copy {
    padding: 22px 20px 16px;
  }

  .servicepoint-explorer-nav-copy h4 {
    font-size: 22px;
  }

  .servicepoint-explorer-tablist {
    display: flex;
    overflow-x: auto;
    padding: 14px 16px 18px;
    gap: 10px;
    scroll-snap-type: x proximity;
  }

  .servicepoint-region-tab {
    min-width: 240px;
    scroll-snap-align: start;
  }

  .servicepoint-region-panel {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .servicepoint-region-hero-copy h4 {
    font-size: 28px;
  }

  .servicepoint-region-metrics {
    grid-template-columns: repeat(3, 1fr);
  }

  .servicepoint-city-grid {
    grid-template-columns: 1fr;
  }
}

.servicepoint-region-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: stretch;
}

.servicepoint-region-card {
  border: 1px solid var(--cc-border-soft);
  border-radius: 24px;
  background: var(--cc-surface);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  max-height: 360px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.servicepoint-region-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 184, 166, 0.2), transparent 40%);
  pointer-events: none;
}

.servicepoint-region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 48px rgba(15, 23, 42, 0.22);
}

.servicepoint-region-head {
  padding: 18px 22px;
  border-bottom: 1px solid transparent;
  background: linear-gradient(135deg, rgba(15, 47, 93, 0.18), rgba(20, 184, 166, 0.12));
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.servicepoint-region-head h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--cc-primary);
}

.servicepoint-region-head span {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--cc-text-soft);
}

.servicepoint-region-body {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.servicepoint-region-body::-webkit-scrollbar {
  width: 6px;
}

.servicepoint-region-body::-webkit-scrollbar-thumb {
  background: rgba(15, 47, 93, 0.3);
  border-radius: 999px;
}

.servicepoint-region-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
}

.servicepoint-city-group {
  background: rgba(15, 47, 93, 0.04);
  border-radius: 16px;
  padding: 14px 16px;
  border: 1px solid transparent;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.servicepoint-city-group:nth-child(odd) {
  background: rgba(20, 184, 166, 0.08);
}

.servicepoint-city-group:hover {
  border-color: rgba(20, 184, 166, 0.5);
  background: rgba(255, 255, 255, 0.05);
}

.servicepoint-city-group h5 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--cc-text-main);
}

.servicepoint-point-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
}

.servicepoint-point-list li {
  margin: 0;
}

.servicepoint-point-list li a,
.servicepoint-point-list li span {
  display: block;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: var(--cc-surface);
  color: var(--cc-text-main);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.servicepoint-point-list li a:hover {
  border-color: rgba(20, 184, 166, 0.7);
  background: rgba(20, 184, 166, 0.18);
  color: var(--cc-primary-strong);
}

body.theme-dark .home-servicepoint-section {
  background:
    radial-gradient(1200px 400px at 100% 0, rgba(20, 184, 166, 0.15), transparent 55%),
    radial-gradient(900px 320px at 10% 60%, rgba(255, 255, 255, 0.08), transparent 62%),
    var(--cc-page-bg);
}

body.theme-dark .servicepoint-region-card {
  background: rgba(15, 25, 42, 0.75);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.08);
}

body.theme-dark .servicepoint-region-card::before {
  background: linear-gradient(180deg, rgba(45, 212, 191, 0.15), rgba(15, 25, 42, 0));
}

body.theme-dark .servicepoint-region-head {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(45, 212, 191, 0.08));
  border-color: rgba(255, 255, 255, 0.08);
}

body.theme-dark .servicepoint-region-head h4 {
  color: #f6f7fb;
}

body.theme-dark .servicepoint-region-head span {
  color: #a1b0c8;
}

body.theme-dark .servicepoint-city-group {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}

body.theme-dark .servicepoint-city-group:nth-child(odd) {
  background: rgba(45, 212, 191, 0.08);
}

body.theme-dark .servicepoint-point-list li a,
body.theme-dark .servicepoint-point-list li span {
  background: rgba(255, 255, 255, 0.04);
  color: #f6f7fb;
  border-color: rgba(45, 212, 191, 0.3);
}

body.theme-dark .servicepoint-point-list li a:hover {
  background: rgba(45, 212, 191, 0.28);
  color: #050b18;
  border-color: rgba(45, 212, 191, 0.6);
}

:root {
  --cc-page-bg: #eff3f8;
  --cc-page-bg-alt: #f7fafc;
  --cc-surface: rgba(255, 255, 255, 0.88);
  --cc-surface-strong: #ffffff;
  --cc-surface-soft: rgba(246, 249, 252, 0.94);
  --cc-surface-inset: rgba(15, 47, 93, 0.04);
  --cc-text-main: #122038;
  --cc-text-soft: #607089;
  --cc-text-faint: #8b9ab1;
  --cc-text-inverse: #ffffff;
  --cc-primary: #103668;
  --cc-primary-strong: #091f3e;
  --cc-accent: #13b59e;
  --cc-accent-strong: #0d9488;
  --cc-border-soft: rgba(15, 47, 93, 0.14);
  --cc-border-strong: rgba(15, 47, 93, 0.22);
  --cc-shadow-soft: 0 18px 42px rgba(15, 23, 42, 0.12);
  --cc-shadow-strong: 0 28px 60px rgba(15, 23, 42, 0.16);
  --cc-backdrop-blur: blur(18px);
  --cc-body-wash:
    radial-gradient(1200px 520px at -10% -10%, rgba(19, 181, 158, 0.12), transparent 58%),
    radial-gradient(1100px 540px at 110% 5%, rgba(16, 54, 104, 0.12), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
}

body {
  background:
    linear-gradient(180deg, var(--cc-page-bg-alt), var(--cc-page-bg)),
    var(--cc-page-bg);
  color: var(--cc-text-main);
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: var(--cc-body-wash);
  pointer-events: none;
  z-index: -1;
}

body,
body .slice,
body .wp-section,
body .cc-top-bar,
body .cc-navbar,
body .dropdown-menu,
body .mega-models-card,
body .servicepoint-region-card,
body .servicepoint-city-group,
body .form-control,
body .form-control:focus,
body .btn,
body .theme-mode-toggle {
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.25s ease;
}

body.theme-light {
  --cc-page-bg: #eff3f8;
  --cc-page-bg-alt: #f7fafc;
  --cc-surface: rgba(255, 255, 255, 0.88);
  --cc-surface-strong: #ffffff;
  --cc-surface-soft: rgba(246, 249, 252, 0.94);
  --cc-surface-inset: rgba(15, 47, 93, 0.04);
  --cc-text-main: #122038;
  --cc-text-soft: #607089;
  --cc-text-faint: #8b9ab1;
  --cc-text-inverse: #ffffff;
  --cc-primary: #103668;
  --cc-primary-strong: #091f3e;
  --cc-accent: #13b59e;
  --cc-accent-strong: #0d9488;
  --cc-border-soft: rgba(15, 47, 93, 0.14);
  --cc-border-strong: rgba(15, 47, 93, 0.22);
  --cc-shadow-soft: 0 18px 42px rgba(15, 23, 42, 0.12);
  --cc-shadow-strong: 0 28px 60px rgba(15, 23, 42, 0.16);
  --cc-backdrop-blur: blur(18px);
  --cc-body-wash:
    radial-gradient(1200px 520px at -10% -10%, rgba(19, 181, 158, 0.12), transparent 58%),
    radial-gradient(1100px 540px at 110% 5%, rgba(16, 54, 104, 0.12), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
  color: var(--cc-text-main);
}

body.theme-dark {
  --cc-page-bg: #06101d;
  --cc-page-bg-alt: #0b1728;
  --cc-surface: rgba(13, 24, 41, 0.82);
  --cc-surface-strong: #101d31;
  --cc-surface-soft: rgba(17, 31, 52, 0.9);
  --cc-surface-inset: rgba(255, 255, 255, 0.04);
  --cc-text-main: #f7f9fc;
  --cc-text-soft: #b2c0d6;
  --cc-text-faint: #74839b;
  --cc-text-inverse: #06101d;
  --cc-primary: #7bc6ff;
  --cc-primary-strong: #d8eeff;
  --cc-accent: #39d8c0;
  --cc-accent-strong: #78f3de;
  --cc-border-soft: rgba(151, 180, 219, 0.16);
  --cc-border-strong: rgba(151, 180, 219, 0.28);
  --cc-shadow-soft: 0 24px 60px rgba(0, 0, 0, 0.35);
  --cc-shadow-strong: 0 34px 72px rgba(0, 0, 0, 0.48);
  --cc-backdrop-blur: blur(22px);
  --cc-body-wash:
    radial-gradient(1200px 520px at -10% -10%, rgba(57, 216, 192, 0.12), transparent 58%),
    radial-gradient(1100px 540px at 110% 5%, rgba(123, 198, 255, 0.12), transparent 56%),
    linear-gradient(180deg, rgba(5, 12, 24, 0.48), rgba(5, 12, 24, 0));
  color: var(--cc-text-main);
}

body.theme-light .cc-header {
  --cc-text: #15243d;
  --cc-text-muted: #697992;
  --cc-border: rgba(15, 47, 93, 0.12);
  --cc-hover: rgba(15, 47, 93, 0.06);
}

body.theme-dark .cc-header {
  --cc-text: #f7f9fc;
  --cc-text-muted: #b2c0d6;
  --cc-border: rgba(151, 180, 219, 0.14);
  --cc-hover: rgba(123, 198, 255, 0.08);
}

body .wp-section {
  position: relative;
  padding: 64px 0;
  background: transparent;
}

body .wp-section::before {
  content: "";
  position: absolute;
  inset: 14px 0;
  border-top: 1px solid rgba(15, 47, 93, 0.06);
  border-bottom: 1px solid rgba(15, 47, 93, 0.04);
  opacity: 0.72;
  pointer-events: none;
}

body .wp-section > .container {
  position: relative;
  z-index: 1;
  max-width: 1220px;
  padding-left: 18px;
  padding-right: 18px;
}

body .wp-section .section-title-wr,
body .wp-section .section-title {
  margin-bottom: 18px;
}

body .section-title-wr {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
}

body .section-title-wr .section-title,
body .section-title-wr h2.section-title,
body .section-title-wr h3.section-title {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  line-height: 1.18;
  overflow-wrap: anywhere;
  word-break: normal;
}

body .section-title-wr .section-title span,
body .section-title-wr h2.section-title span,
body .section-title-wr h3.section-title span {
  display: inline-block;
  max-width: 100%;
  padding: 0 0 8px;
  line-height: 1.18;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

body .section-title-wr .section-title span::after,
body .section-title-wr h2.section-title span::after,
body .section-title-wr h3.section-title span::after {
  bottom: -8px;
}

body .wp-section .section-title span,
body .wp-section .section-title h2,
body .wp-section h2.section-title,
body .wp-section .title {
  letter-spacing: -0.02em;
}

body .wp-section .lead,
body .wp-section p.lead {
  color: var(--cc-text-soft);
}

body.theme-light .cc-header .cc-top-bar,
body.theme-light .cc-header .cc-navbar,
body.theme-light .cc-header .cc-navbar .dropdown-menu,
body.theme-light .cc-header .servicepoints-nav-dropdown > .servicepoints-nav-menu,
body.theme-light .cc-header .servicepoints-nav-dropdown .dropdown-submenu > .dropdown-menu,
body.theme-light .cc-header .cc-navbar .mega-models-menu,
body.theme-light .cc-header .cc-navbar .mega-models-card,
body.theme-light .cc-header .cc-navbar .navbar-collapse {
  background: rgba(255, 255, 255, 0.94) !important;
  color: #15243d !important;
  border-color: rgba(15, 47, 93, 0.12) !important;
}

body.theme-dark .cc-header .cc-top-bar,
body.theme-dark .cc-header .cc-navbar,
body.theme-dark .cc-header .cc-navbar .dropdown-menu,
body.theme-dark .cc-header .servicepoints-nav-dropdown > .servicepoints-nav-menu,
body.theme-dark .cc-header .servicepoints-nav-dropdown .dropdown-submenu > .dropdown-menu,
body.theme-dark .cc-header .cc-navbar .mega-models-menu,
body.theme-dark .cc-header .cc-navbar .mega-models-card,
body.theme-dark .cc-header .cc-navbar .navbar-collapse {
  background: rgba(10, 20, 36, 0.94) !important;
  color: #f7f9fc !important;
  border-color: rgba(151, 180, 219, 0.16) !important;
}

body.theme-light .cc-header .cc-nav-list > li > a,
body.theme-light .cc-header .cc-top-bar .aux-text,
body.theme-light .cc-header .cc-top-bar .top-header-social a,
body.theme-light .cc-header .cc-navbar .dropdown-menu > li > a,
body.theme-light .cc-header .cc-navbar .mega-models-card a,
body.theme-light .cc-header .cc-navbar .mega-models-card h3,
body.theme-light .cc-header .cc-navbar .mega-models-card ul a,
body.theme-light .cc-header .cc-nav-list .dropdown-form-toggle {
  color: #15243d !important;
}

body.theme-dark .cc-header .cc-nav-list > li > a,
body.theme-dark .cc-header .cc-top-bar .aux-text,
body.theme-dark .cc-header .cc-top-bar .top-header-social a,
body.theme-dark .cc-header .cc-navbar .dropdown-menu > li > a,
body.theme-dark .cc-header .cc-navbar .mega-models-card a,
body.theme-dark .cc-header .cc-navbar .mega-models-card h3,
body.theme-dark .cc-header .cc-navbar .mega-models-card ul a,
body.theme-dark .cc-header .cc-nav-list .dropdown-form-toggle {
  color: #f7f9fc !important;
}

body.theme-dark .cc-header .cc-top-bar .top-header-social a,
body.theme-dark .cc-header .cc-nav-list .dropdown-form-toggle {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(151, 180, 219, 0.22) !important;
}

body.theme-dark .cc-header .cc-nav-list > li > a.dropdown-form-toggle,
body.theme-dark .cc-header .cc-nav-list > li > a.dropdown-form-toggle:hover,
body.theme-dark .cc-header .cc-nav-list > li > a.dropdown-form-toggle:focus {
  background-color: rgba(255, 255, 255, 0.04) !important;
  background-image: none !important;
  border-radius: 10px !important;
}

body.theme-dark .cc-header .cc-top-bar .top-header-social a i,
body.theme-dark .cc-header .cc-nav-list .dropdown-form-toggle i {
  color: #f7f9fc !important;
}

body.theme-light .cc-header .cc-nav-list > li > a:hover,
body.theme-light .cc-header .cc-nav-list > li.open > a,
body.theme-light .cc-header .cc-navbar .dropdown-menu > li > a:hover,
body.theme-light .cc-header .cc-top-bar .top-header-social a:hover,
body.theme-light .cc-header .cc-nav-list .dropdown-form-toggle:hover {
  background: rgba(15, 47, 93, 0.07) !important;
  color: #0d9488 !important;
}

body.theme-dark .cc-header .cc-nav-list > li > a:hover,
body.theme-dark .cc-header .cc-nav-list > li.open > a,
body.theme-dark .cc-header .cc-navbar .dropdown-menu > li > a:hover,
body.theme-dark .cc-header .cc-top-bar .top-header-social a:hover,
body.theme-dark .cc-header .cc-nav-list .dropdown-form-toggle:hover {
  background: rgba(57, 216, 192, 0.14) !important;
  color: #78f3de !important;
}

body.theme-dark .cc-header .cc-top-bar .top-header-social a:hover i,
body.theme-dark .cc-header .cc-nav-list .dropdown-form-toggle:hover i {
  color: #78f3de !important;
}

body.theme-dark .footer .col-social-icons a {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(151, 180, 219, 0.18) !important;
}

body.theme-dark .footer .col-social-icons a i {
  color: #f7f9fc !important;
}

body.theme-dark .footer .col-social-icons a:hover {
  background: rgba(57, 216, 192, 0.14) !important;
  border-color: rgba(120, 243, 222, 0.34) !important;
}

body.theme-dark .footer .col-social-icons a:hover i {
  color: #78f3de !important;
}

body.theme-dark .cc-header .cc-nav-toggle {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(151, 180, 219, 0.22) !important;
}

body.theme-dark .cc-header .cc-nav-toggle .icon-bar {
  background: #f7f9fc !important;
}

body.theme-dark .cc-header .servicepoints-nav-dropdown .dropdown-submenu > a::after {
  border-left-color: #b2c0d6 !important;
}

body.theme-dark .product-page-modern .product-tabs {
  margin-top: 26px;
  background: linear-gradient(180deg, rgba(12, 22, 38, 0.92), rgba(9, 18, 31, 0.94));
  border: 1px solid rgba(255, 209, 122, 0.12);
  border-radius: 24px;
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

body.theme-dark .product-page-modern .product-tabs .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 18px 18px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  border-bottom: 1px solid rgba(255, 209, 122, 0.08);
}

body.theme-dark .product-page-modern .product-tabs .tabs > li {
  float: none;
  margin: 0;
  padding-left: 0;
  border-right: 0;
  background: transparent !important;
  box-shadow: none !important;
}

body.theme-dark .product-page-modern .product-tabs .tabs > li.active {
  background: transparent !important;
}

body.theme-dark .product-page-modern .product-tabs .tabs > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 209, 122, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #d8e5f6 !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body.theme-dark .product-page-modern .product-tabs .tabs > li.active > a {
  background: linear-gradient(135deg, rgba(255, 211, 102, 0.96), rgba(240, 144, 29, 0.94));
  border-color: rgba(255, 219, 138, 0.62);
  color: #101827 !important;
  box-shadow: 0 16px 28px rgba(196, 112, 23, 0.24);
}

body.theme-dark .product-page-modern .product-tabs .tabs > li > a:hover,
body.theme-dark .product-page-modern .product-tabs .tabs > li > a:focus {
  background: linear-gradient(135deg, rgba(33, 47, 73, 0.96), rgba(18, 28, 46, 0.98));
  border-color: rgba(255, 209, 122, 0.42);
  color: #fff4d6 !important;
  box-shadow: 0 12px 24px rgba(9, 15, 25, 0.28);
}

body.theme-dark .product-page-modern .product-tabs .tab-content {
  background: transparent !important;
  border: 0;
  padding: 0;
}

body.theme-dark .product-page-modern .product-tabs .tab-pane {
  padding: 26px 24px 24px;
}

body.theme-dark .product-page-modern .product-tabs .tab-body {
  color: #d8e5f6;
}

body.theme-dark .product-page-modern .product-tabs .section-title-wr {
  margin-bottom: 14px;
}

body.theme-dark .product-page-modern .product-tabs .section-title {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 209, 122, 0.12);
  color: #fff3d8 !important;
}

body.theme-dark .product-page-modern .product-tabs .table-modern {
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 209, 122, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

body.theme-dark .product-page-modern .product-tabs .table-modern tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.025);
}

body.theme-dark .product-page-modern .product-tabs .table-modern tbody tr:nth-child(even) {
  background: rgba(255, 191, 73, 0.04);
}

body.theme-dark .product-page-modern .product-tabs .table-modern > tbody > tr > td,
body.theme-dark .product-page-modern .product-tabs .table-modern > tbody > tr > th {
  border-color: rgba(255, 209, 122, 0.08) !important;
  color: #dbe7f7 !important;
  padding: 14px 16px;
  background: transparent;
}

body.theme-dark .product-page-modern .product-tabs .table-modern strong {
  color: #fff3d8 !important;
}

body.theme-dark .product-page-modern .product-tabs .product-text {
  padding: 22px 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 209, 122, 0.1);
  color: #d8e5f6 !important;
  line-height: 1.85;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.theme-dark .product-page-modern .product-tabs .product-text h1,
body.theme-dark .product-page-modern .product-tabs .product-text h2,
body.theme-dark .product-page-modern .product-tabs .product-text h3,
body.theme-dark .product-page-modern .product-tabs .product-text h4,
body.theme-dark .product-page-modern .product-tabs .product-text strong {
  color: #fff3d8 !important;
}

body.theme-dark .product-page-modern .product-tabs .product-text ul,
body.theme-dark .product-page-modern .product-tabs .product-text ol {
  padding-left: 20px;
}

body.theme-dark .product-page-modern .product-tabs .product-text a {
  color: #ffd37a !important;
}

body.theme-dark .product-page-modern .product-tabs .product-text a:hover {
  color: #fff3d8 !important;
}

body.theme-dark .product-page-modern .product-info .product-title {
  color: #fff4dc !important;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

body.theme-dark .product-page-modern .product-info .review-rating {
  color: #d8e5f6 !important;
}

body.theme-dark .product-page-modern .product-short-info p {
  color: #d8e5f6 !important;
}

body.theme-dark .product-page-modern .product-short-info p strong {
  color: #fff4dc !important;
}

body.theme-dark .product-page-modern .product-short-info p i {
  color: #f1ad3d !important;
  margin-right: 10px;
}

body .cc-header .cc-top-bar,
body .cc-header .cc-navbar,
body .cc-header .cc-navbar .dropdown-menu,
body .cc-header .servicepoints-nav-dropdown > .servicepoints-nav-menu,
body .cc-header .servicepoints-nav-dropdown .dropdown-submenu > .dropdown-menu,
body .cc-header .cc-navbar .mega-models-menu,
body .cc-header .cc-navbar .mega-models-card {
  background: var(--cc-surface);
  border-color: var(--cc-border);
  color: var(--cc-text);
  backdrop-filter: var(--cc-backdrop-blur);
}

body .cc-header .cc-top-bar,
body .cc-header .cc-navbar {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
}

body .cc-header .cc-nav-list > li > a,
body .cc-header .cc-top-bar .aux-text,
body .cc-header .cc-top-bar .top-header-social a,
body .cc-header .cc-navbar .dropdown-menu > li > a,
body .cc-header .cc-navbar .mega-models-card a,
body .cc-header .cc-navbar .mega-models-card h3,
body .cc-header .cc-navbar .mega-models-card ul a {
  color: inherit;
}

body .cc-header .cc-nav-list > li > a:hover,
body .cc-header .cc-nav-list > li.open > a,
body .cc-header .cc-navbar .dropdown-menu > li > a:hover,
body .cc-header .cc-top-bar .top-header-social a:hover,
body .cc-header .cc-nav-list .dropdown-form-toggle:hover {
  background: var(--cc-hover) !important;
}

body .theme-mode-toggle {
  background: var(--cc-surface-soft);
  color: var(--cc-text-main);
  border: 1px solid var(--cc-border-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body .theme-mode-toggle:hover {
  box-shadow: var(--cc-shadow-soft);
}

body .slice.bg-white,
body .slice.bg-white.bb,
body .wp-section > .container {
  background: transparent;
  color: var(--cc-text-main);
}

body .servicepoint-region-card,
body .slice.bg-white.bb.company-section .company-panel,
body .slice.bg-white.bb.company-section .highlight {
  background: var(--cc-surface);
  border-color: var(--cc-border-soft);
  box-shadow: var(--cc-shadow-soft);
  backdrop-filter: var(--cc-backdrop-blur);
}

body .servicepoint-city-group {
  background: var(--cc-surface-inset);
}

body .servicepoint-point-list li a,
body .servicepoint-point-list li span {
  background: var(--cc-surface-strong);
  border-color: transparent;
  color: var(--cc-text-main);
}

body .servicepoint-point-list li a:hover {
  background: color-mix(in srgb, var(--cc-accent) 14%, var(--cc-surface-strong));
  border-color: color-mix(in srgb, var(--cc-accent) 60%, transparent);
  color: var(--cc-primary-strong);
}

body .form-control,
body input,
body textarea,
body select {
  background: var(--cc-surface);
  border-color: var(--cc-border-soft);
  color: var(--cc-text-main);
}

body .form-control::placeholder,
body input::placeholder,
body textarea::placeholder {
  color: var(--cc-text-faint);
}

body .form-control:focus,
body input:focus,
body textarea:focus,
body select:focus {
  background: var(--cc-surface-strong);
  color: var(--cc-text-main);
  border-color: color-mix(in srgb, var(--cc-accent) 55%, transparent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--cc-accent) 18%, transparent);
}

body .btn.btn-base,
body .btn.btn-primary {
  position: relative;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  background: linear-gradient(135deg, var(--cc-primary), var(--cc-primary-strong));
  border-color: color-mix(in srgb, #ffffff 10%, transparent);
  color: var(--cc-text-inverse);
  border-radius: 14px;
  padding: 11px 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow:
    0 12px 24px color-mix(in srgb, var(--cc-primary) 24%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body .btn.btn-base:hover,
body .btn.btn-primary:hover,
body .btn.btn-base:focus,
body .btn.btn-primary:focus {
  transform: translateY(-1px);
  box-shadow:
    0 16px 28px color-mix(in srgb, var(--cc-primary) 30%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

body .btn.btn-accent-outline {
  position: relative;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  background: linear-gradient(180deg, color-mix(in srgb, var(--cc-surface) 94%, transparent), color-mix(in srgb, #ffffff 85%, transparent));
  border-color: color-mix(in srgb, var(--cc-primary) 22%, var(--cc-accent) 30%);
  border-radius: 14px;
  padding: 11px 18px;
  color: var(--cc-primary);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow:
    0 10px 20px rgba(12, 24, 40, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body.theme-dark .btn.btn-accent-outline {
  color: var(--cc-text-main);
}

body .btn.btn-accent-outline:hover,
body .btn.btn-accent-outline:focus {
  transform: translateY(-1px);
  background: linear-gradient(180deg, color-mix(in srgb, var(--cc-accent) 14%, var(--cc-surface)), color-mix(in srgb, var(--cc-accent) 8%, #ffffff));
  border-color: color-mix(in srgb, var(--cc-accent) 60%, var(--cc-primary) 18%);
  box-shadow:
    0 14px 24px rgba(12, 24, 40, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .section-title span {
  color: var(--cc-text-main);
}

body p,
body li,
body span,
body label,
body small {
  color: inherit;
}

body a {
  color: color-mix(in srgb, var(--cc-primary) 82%, var(--cc-text-main));
}

body a:hover {
  color: var(--cc-accent-strong);
}

body .section-title,
body .section-title-wr,
body .title,
body .panel-title,
body .caption-title,
body .feature-item-info strong,
body .company-note strong,
body .price,
body .value,
body .label,
body .contact-info strong,
body .listing-card strong,
body .widget h1,
body .widget h2,
body .widget h3,
body .widget h4,
body .panel h1,
body .panel h2,
body .panel h3,
body .panel h4,
body .wp-block h1,
body .wp-block h2,
body .wp-block h3,
body .wp-block h4,
body .product-page-modern h1,
body .product-page-modern h2,
body .product-page-modern h3,
body .product-page-modern h4,
body .builder-panel h1,
body .builder-panel h2,
body .builder-panel h3,
body .builder-panel h4,
body .contact-info h1,
body .contact-info h2,
body .contact-info h3,
body .contact-info h4,
body .listing-card h1,
body .listing-card h2,
body .listing-card h3,
body .listing-card h4,
body .carousel-testimonials h1,
body .carousel-testimonials h2,
body .carousel-testimonials h3,
body .carousel-testimonials h4 {
  color: var(--cc-text-main);
}

body .section-title small,
body .section-title-wr small,
body .subtitle,
body .caption,
body .muted,
body .text-muted,
body .help-block,
body .small,
body .company-content p,
body .company-note p,
body .contact-info p,
body .feature-item-info,
body .feature-item-info span,
body .price-wr,
body .price-wr span,
body .listing-card p,
body .listing-footer,
body .wp-block-body p,
body .wp-block-body li,
body .panel-body p,
body .panel-body li,
body .widget p,
body .widget li,
body .product-text,
body .product-short-info,
body .product-short-info p,
body .footer-text,
body .testimonial-text,
body .carousel-testimonials p,
body .builder-panel ul li,
body .builder-panel p,
body .builder-panel span,
body .copyright,
body .breadcrumb > li,
body .breadcrumb > li > a,
body .table > tbody > tr > td,
body .table > tbody > tr > th,
body .table > thead > tr > th,
body .table-modern td,
body .table-modern th,
body .table-modern p,
body .table-modern li {
  color: var(--cc-text-soft);
}

body .text-primary,
body .feature-item-info a,
body .featured .price,
body .price-wr .price,
body .contact-info a,
body .listing-card a:not(.btn),
body .widget a:not(.btn),
body .panel a:not(.btn),
body .wp-block a:not(.btn),
body .table a:not(.btn),
body .table-modern a:not(.btn) {
  color: color-mix(in srgb, var(--cc-primary) 82%, var(--cc-text-main));
}

body .text-primary:hover,
body .feature-item-info a:hover,
body .contact-info a:hover,
body .listing-card a:not(.btn):hover,
body .widget a:not(.btn):hover,
body .panel a:not(.btn):hover,
body .wp-block a:not(.btn):hover,
body .table a:not(.btn):hover,
body .table-modern a:not(.btn):hover {
  color: var(--cc-accent-strong);
}

body .text-light,
body .c-white,
body .footer,
body .footer h1,
body .footer h2,
body .footer h3,
body .footer h4,
body .footer p,
body .footer li,
body .footer span,
body .footer .copyright,
body .prlx-bg h1,
body .prlx-bg h2,
body .prlx-bg h3,
body .prlx-bg h4,
body .prlx-bg p,
body .prlx-bg li,
body .prlx-bg span,
body .page-hero h1,
body .page-hero h2,
body .page-hero h3,
body .page-hero h4,
body .page-hero p,
body .page-hero li,
body .page-hero span,
body .page-hero-simple h1,
body .page-hero-simple h2,
body .page-hero-simple h3,
body .page-hero-simple h4,
body .page-hero-simple p,
body .page-hero-simple li,
body .page-hero-simple span,
body .slice.p-15.base h1,
body .slice.p-15.base h2,
body .slice.p-15.base h3,
body .slice.p-15.base h4,
body .slice.p-15.base p,
body .slice.p-15.base li,
body .slice.p-15.base span {
  color: var(--cc-text-inverse) !important;
}

body .footer a,
body .prlx-bg a:not(.btn),
body .page-hero a:not(.btn),
body .page-hero-simple a:not(.btn),
body .slice.p-15.base a:not(.btn) {
  color: color-mix(in srgb, var(--cc-accent-strong) 84%, white 16%) !important;
}

body .footer a:hover,
body .prlx-bg a:not(.btn):hover,
body .page-hero a:not(.btn):hover,
body .page-hero-simple a:not(.btn):hover,
body .slice.p-15.base a:not(.btn):hover {
  color: #ffffff !important;
}

body .footer .footer-shell {
  max-width: 1140px;
  margin: 0 auto;
  padding: 18px 0 4px;
}

body .footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.12fr) minmax(190px, 0.88fr) minmax(250px, 1fr) minmax(220px, 0.96fr);
  gap: 18px;
  align-items: stretch;
}

body .footer .footer-card {
  display: grid;
  min-width: 0;
  min-height: 360px;
  align-content: start;
  gap: 16px;
  overflow: hidden;
  padding: 26px 22px;
  border-radius: 20px;
  background: rgba(9, 17, 31, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 34px rgba(12, 18, 28, 0.16);
}

body .footer .footer-card h4 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff !important;
}

body .footer .footer-brand-card {
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  background:
    radial-gradient(circle at top right, rgba(255, 206, 92, 0.14), transparent 34%),
    rgba(9, 17, 31, 0.66);
}

body .footer .footer-brand-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.32;
  color: #ffffff !important;
}

body .footer .footer-brand-copy {
  margin: 0;
  max-width: 30ch;
  font-size: 13px;
  line-height: 1.68;
}

body .footer .footer-cta-wrap {
  min-width: 0;
  padding-top: 2px;
}

body .footer .footer-cta-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  text-align: center;
  line-height: 1.18;
  white-space: normal;
  overflow-wrap: anywhere;
  color: #ffffff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.26);
  background: linear-gradient(135deg, #0fbea9 0%, #087f76 100%) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

body .footer .footer-cta-link:hover,
body .footer .footer-cta-link:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #14d6bf 0%, #0b9589 100%) !important;
}

body .footer .footer-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

body .footer .footer-social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body .footer .footer-social-row a:hover {
  transform: translateY(-2px);
}

body .footer .footer-link-list,
body .footer .footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

body .footer .footer-link-list li,
body .footer .footer-contact-list li {
  min-width: 0;
  line-height: 1.5;
}

body .footer .footer-link-list a {
  display: inline-flex;
  font-weight: 600;
  line-height: 1.35;
}

body .footer .footer-contact-list .label {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  color: rgba(247, 249, 252, 0.68);
}

body .footer .footer-contact-list strong {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.45;
  color: #ffffff;
  overflow-wrap: anywhere;
}

body .footer .footer-contact-hours strong {
  display: grid;
  gap: 2px;
}

body .footer .footer-hour-line {
  display: block;
}

body .footer .footer-update-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

body .footer .footer-terms-block {
  display: grid;
  gap: 6px;
  margin-top: auto;
  font-size: 12px;
  line-height: 1.35;
}

body .footer .footer-terms-link {
  font-weight: 700;
  overflow-wrap: anywhere;
}

body .footer .footer-updates-card {
  grid-template-rows: auto minmax(0, 1fr) auto;
}

body .footer .footer-bottom-bar {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1199px) {
  body .footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .footer .footer-card {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  body .footer .footer-shell {
    padding-top: 8px;
  }

  body .footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body .footer .footer-card {
    min-height: 0;
    padding: 22px 18px;
  }

  body .footer .footer-brand-card,
  body .footer .footer-updates-card {
    grid-template-rows: none;
  }

  body .footer .footer-brand-copy {
    max-width: none;
  }

  body .footer .footer-social-row,
  body .footer .footer-terms-block {
    margin-top: 6px;
  }
}

body .navbar-brand img.cc-logo-mark,
body .footer img.cc-logo-mark {
  transition: filter 0.35s ease, opacity 0.35s ease;
}

body.theme-light .hero-intro,
body.theme-light .company-section,
body.theme-light .slice.light-gray,
body.theme-light .slice.bg-white,
body.theme-light .slice.bg-white.bb,
body.theme-light .slice.p-15.base {
  color: var(--cc-text-main);
}

body .hero-intro {
  position: relative;
  padding: 88px 0 46px;
  overflow: hidden;
}

body .hero-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 320px at 10% 10%, color-mix(in srgb, var(--cc-accent) 16%, transparent), transparent 62%),
    radial-gradient(900px 420px at 100% 0%, color-mix(in srgb, var(--cc-primary) 16%, transparent), transparent 60%);
  pointer-events: none;
}

body .hero-intro .container,
body .company-section .container,
body .slice.light-gray .container,
body .slice.p-15.base .container,
body .slice.bg-white .container,
body .slice.bg-white.bb .container {
  position: relative;
  z-index: 1;
}

body .hero-intro h1 {
  color: var(--cc-text-main);
  text-shadow: 0 10px 24px color-mix(in srgb, var(--cc-primary) 10%, transparent);
}

body .hero-intro p,
body .hero-intro .kicker {
  color: var(--cc-text-soft);
}

body .slice.p-15.base {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--cc-primary) 94%, white 6%), color-mix(in srgb, var(--cc-primary-strong) 96%, black 4%));
  border-top: 1px solid color-mix(in srgb, var(--cc-border-soft) 72%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--cc-border-soft) 72%, transparent);
}

body .slice.p-15.base h1,
body .slice.p-15.base p,
body .slice.p-15.base span,
body .slice.p-15.base strong {
  color: var(--cc-text-inverse);
}

body .slice.p-15.base .btn.btn-b-white,
body .prlx-bg .btn.btn-b-white {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  border: 1px solid color-mix(in srgb, var(--cc-text-inverse) 34%, transparent);
  color: var(--cc-text-inverse);
  border-radius: 16px;
  padding: 13px 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow:
    0 16px 30px rgba(6, 14, 24, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body .slice.p-15.base .btn.btn-b-white:hover,
body .prlx-bg .btn.btn-b-white:hover,
body .slice.p-15.base .btn.btn-b-white:focus,
body .prlx-bg .btn.btn-b-white:focus {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(240, 191, 86, 0.14));
  border-color: color-mix(in srgb, var(--cc-accent) 60%, transparent);
  box-shadow:
    0 20px 34px rgba(6, 14, 24, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

body .company-section {
  background:
    radial-gradient(900px 360px at 0% 100%, color-mix(in srgb, var(--cc-accent) 10%, transparent), transparent 60%),
    radial-gradient(800px 320px at 100% 0%, color-mix(in srgb, var(--cc-primary) 10%, transparent), transparent 58%),
    transparent;
}

body .company-section .company-panel {
  background: var(--cc-surface);
  border: 1px solid var(--cc-border-soft);
  box-shadow: var(--cc-shadow-soft);
  backdrop-filter: var(--cc-backdrop-blur);
}

body .company-section .company-content p,
body .company-section .highlight span,
body .company-section .company-note p {
  color: var(--cc-text-soft);
}

body .company-section .company-note p {
  margin: 0;
}

body .company-section .highlight {
  background: color-mix(in srgb, var(--cc-surface-strong) 86%, transparent);
  border-color: var(--cc-border-soft);
}

body .prlx-bg {
  position: relative;
  overflow: hidden;
}

body .prlx-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--cc-primary-strong) 86%, black 14%), color-mix(in srgb, var(--cc-primary) 74%, black 26%));
  opacity: 0.88;
}

body .prlx-bg .mask {
  background: transparent !important;
}

body .prlx-bg .wp-section,
body .prlx-bg .text-center {
  position: relative;
  z-index: 1;
}

body .prlx-bg h2,
body .prlx-bg h4,
body .prlx-bg p,
body .prlx-bg .c-white,
body .prlx-bg strong,
body .prlx-bg font {
  color: var(--cc-text-inverse) !important;
}

body .slice.light-gray {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--cc-surface-soft) 92%, transparent), color-mix(in srgb, var(--cc-page-bg) 88%, transparent));
}

body .carousel-testimonials {
  background: var(--cc-surface);
  border: 1px solid var(--cc-border-soft);
  border-radius: 30px;
  box-shadow: var(--cc-shadow-soft);
  backdrop-filter: var(--cc-backdrop-blur);
  padding: 36px 32px 28px;
}

body .carousel-testimonials .testimonial-text,
body .carousel-testimonials p {
  color: var(--cc-text-soft);
}

body .carousel-testimonials .carousel-indicators li {
  border-color: color-mix(in srgb, var(--cc-accent) 56%, transparent);
  background: transparent;
}

body .carousel-testimonials .carousel-indicators .active {
  background: var(--cc-accent);
}

body .client-grid .client {
  background: var(--cc-surface);
  border: 1px solid var(--cc-border-soft);
  box-shadow: var(--cc-shadow-soft);
  backdrop-filter: var(--cc-backdrop-blur);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body .client-grid .client:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--cc-accent) 40%, transparent);
  box-shadow: var(--cc-shadow-strong);
}

body.theme-dark .hero-intro::before {
  background:
    radial-gradient(700px 320px at 10% 10%, rgba(57, 216, 192, 0.12), transparent 62%),
    radial-gradient(900px 420px at 100% 0%, rgba(123, 198, 255, 0.14), transparent 60%);
}

body.theme-dark .company-section .highlight,
body.theme-dark .carousel-testimonials,
body.theme-dark .client-grid .client {
  background: var(--cc-surface);
  border-color: rgba(151, 180, 219, 0.16);
}

body.theme-dark .hero-intro h1,
body.theme-dark .hero-intro p,
body.theme-dark .hero-intro .kicker,
body.theme-dark .company-section .company-content p,
body.theme-dark .company-section .highlight span,
body.theme-dark .company-section .company-note p,
body.theme-dark .carousel-testimonials .testimonial-text,
body.theme-dark .carousel-testimonials p {
  color: var(--cc-text-main);
}

body.theme-dark .body-wrap,
body.theme-dark .slice,
body.theme-dark .wp-section,
body.theme-dark .widget,
body.theme-dark .panel,
body.theme-dark .panel-body,
body.theme-dark .wp-block,
body.theme-dark .wp-block-body,
body.theme-dark .contact-info,
body.theme-dark .listing-card,
body.theme-dark .listing-footer,
body.theme-dark .product-info,
body.theme-dark .product-gallery,
body.theme-dark .product-page-modern,
body.theme-dark .product-page-modern .tab-content,
body.theme-dark .product-page-modern .product-card,
body.theme-dark .builder-panel,
body.theme-dark .table-modern,
body.theme-dark .pg-opt {
  color: var(--cc-text-main) !important;
}

body.theme-dark .wp-section::before {
  border-top-color: rgba(151, 180, 219, 0.09);
  border-bottom-color: rgba(151, 180, 219, 0.06);
}

body.theme-dark .widget h1,
body.theme-dark .widget h2,
body.theme-dark .widget h3,
body.theme-dark .widget h4,
body.theme-dark .panel h1,
body.theme-dark .panel h2,
body.theme-dark .panel h3,
body.theme-dark .panel h4,
body.theme-dark .wp-block h1,
body.theme-dark .wp-block h2,
body.theme-dark .wp-block h3,
body.theme-dark .wp-block h4,
body.theme-dark .contact-info h1,
body.theme-dark .contact-info h2,
body.theme-dark .contact-info h3,
body.theme-dark .contact-info h4,
body.theme-dark .listing-card h1,
body.theme-dark .listing-card h2,
body.theme-dark .listing-card h3,
body.theme-dark .listing-card h4,
body.theme-dark .title,
body.theme-dark .panel-title,
body.theme-dark .section-title span,
body.theme-dark .caption-title,
body.theme-dark .highlight h4,
body.theme-dark .feature-item-info strong,
body.theme-dark .price,
body.theme-dark .value,
body.theme-dark .label {
  color: var(--cc-text-main) !important;
}

body.theme-dark .widget p,
body.theme-dark .widget li,
body.theme-dark .panel-body p,
body.theme-dark .panel-body li,
body.theme-dark .wp-block-body p,
body.theme-dark .wp-block-body li,
body.theme-dark .contact-info p,
body.theme-dark .contact-info li,
body.theme-dark .listing-card p,
body.theme-dark .listing-card li,
body.theme-dark .listing-footer p,
body.theme-dark .listing-footer li,
body.theme-dark .product-text,
body.theme-dark .product-short-info,
body.theme-dark .product-short-info p,
body.theme-dark .builder-panel p,
body.theme-dark .builder-panel li,
body.theme-dark .builder-panel span,
body.theme-dark .help-block,
body.theme-dark .small,
body.theme-dark .text-muted,
body.theme-dark .muted,
body.theme-dark .testimonial-text,
body.theme-dark .table > tbody > tr > td,
body.theme-dark .table > tbody > tr > th,
body.theme-dark .table > thead > tr > th,
body.theme-dark .table-modern td,
body.theme-dark .table-modern th,
body.theme-dark .table-modern p,
body.theme-dark .table-modern li,
body.theme-dark .breadcrumb > li,
body.theme-dark .breadcrumb > li > a {
  color: var(--cc-text-soft) !important;
}

body.theme-dark .widget a:not(.btn),
body.theme-dark .panel a:not(.btn),
body.theme-dark .wp-block a:not(.btn),
body.theme-dark .contact-info a:not(.btn),
body.theme-dark .listing-card a:not(.btn),
body.theme-dark .feature-item-info a:not(.btn),
body.theme-dark .price-wr .price,
body.theme-dark .featured .price,
body.theme-dark .table a:not(.btn),
body.theme-dark .table-modern a:not(.btn) {
  color: var(--cc-primary-strong) !important;
}

body.theme-dark .widget a:not(.btn):hover,
body.theme-dark .panel a:not(.btn):hover,
body.theme-dark .wp-block a:not(.btn):hover,
body.theme-dark .contact-info a:not(.btn):hover,
body.theme-dark .listing-card a:not(.btn):hover,
body.theme-dark .feature-item-info a:not(.btn):hover,
body.theme-dark .table a:not(.btn):hover,
body.theme-dark .table-modern a:not(.btn):hover {
  color: var(--cc-accent-strong) !important;
}

body.theme-dark #layerslider h1,
body.theme-dark #layerslider h2,
body.theme-dark #layerslider h3,
body.theme-dark #layerslider h4,
body.theme-dark #layerslider p,
body.theme-dark #layerslider span,
body.theme-dark #layerslider .title,
body.theme-dark #layerslider .subtitle,
body.theme-dark #layerslider .text-standard,
body.theme-dark #layerslider .ls-l {
  color: var(--cc-text-inverse) !important;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

body.theme-dark {
  --cc-text-inverse: #ffffff;
}

body.theme-dark .slice.p-15.base h1,
body.theme-dark .slice.p-15.base h2,
body.theme-dark .slice.p-15.base h3,
body.theme-dark .slice.p-15.base h4,
body.theme-dark .slice.p-15.base p,
body.theme-dark .slice.p-15.base li,
body.theme-dark .slice.p-15.base span,
body.theme-dark .slice.p-15.base strong,
body.theme-dark .footer,
body.theme-dark .footer h1,
body.theme-dark .footer h2,
body.theme-dark .footer h3,
body.theme-dark .footer h4,
body.theme-dark .footer p,
body.theme-dark .footer li,
body.theme-dark .footer span,
body.theme-dark .footer .copyright {
  color: #f7f9fc !important;
}

body.theme-dark .slice.p-15.base .btn.btn-b-white,
body.theme-dark .slice.p-15.base .btn.btn-b-white span,
body.theme-dark .slice.p-15.base .btn.btn-b-white i {
  color: #f7f9fc !important;
  border-color: rgba(247, 249, 252, 0.34) !important;
}

body.theme-dark .slice.p-15.base .btn.btn-b-white:hover,
body.theme-dark .slice.p-15.base .btn.btn-b-white:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}

body.theme-dark .btn.btn-base,
body.theme-dark .btn.btn-primary,
body.theme-dark .footer .btn.btn-base,
body.theme-dark .page-hero .btn.btn-base {
  color: #ffffff !important;
}

body .navbar-brand img.cc-logo-mark,
body .footer img.cc-logo-mark,
body.theme-dark .footer img.cc-logo-mark {
  filter:
    brightness(0) saturate(100%)
    invert(76%) sepia(76%) saturate(1959%)
    hue-rotate(349deg) brightness(101%) contrast(98%)
    drop-shadow(0 12px 22px rgba(138, 92, 18, 0.24)) !important;
  opacity: 1 !important;
}

body.theme-dark .cc-header-logo {
  content: url("/Content/images/citycoco/citycoco-logo8-transparent.png");
}

body .footer .col-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 202, 84, 0.18), rgba(234, 127, 29, 0.14));
  border: 1px solid rgba(232, 146, 33, 0.26);
  box-shadow: 0 12px 28px rgba(115, 77, 18, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

body .footer .col-social-icons a i {
  color: #d97918;
  transition: color 0.25s ease;
}

body .footer .col-social-icons a:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(255, 203, 94, 0.28), rgba(237, 132, 30, 0.24));
  border-color: rgba(214, 122, 23, 0.42);
  box-shadow: 0 18px 32px rgba(115, 77, 18, 0.18);
}

body .footer .col-social-icons a:hover i {
  color: #b85a0d;
}

body.theme-dark .footer .col-social-icons a {
  background: linear-gradient(135deg, rgba(255, 193, 66, 0.18), rgba(235, 120, 20, 0.16)) !important;
  border-color: rgba(255, 196, 92, 0.26) !important;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.24) !important;
}

body.theme-dark .footer .col-social-icons a i {
  color: #ffd37a !important;
}

body.theme-dark .footer .col-social-icons a:hover {
  background: linear-gradient(135deg, rgba(255, 204, 97, 0.26), rgba(239, 129, 25, 0.24)) !important;
  border-color: rgba(255, 205, 112, 0.42) !important;
}

body.theme-dark .footer .col-social-icons a:hover i {
  color: #fff2c8 !important;
}

body .client-grid .client img,
body .wp-section .client img {
  filter: none !important;
  opacity: 1 !important;
}

body .wp-section .client img:hover {
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

body.theme-dark .cc-header .cc-navbar .mega-models-menu,
body.theme-dark .cc-header .cc-navbar .mega-models-card {
  background: rgba(10, 20, 36, 0.96) !important;
}

body.theme-dark .cc-header .cc-navbar .mega-models-card a,
body.theme-dark .cc-header .cc-navbar .mega-models-card h3,
body.theme-dark .cc-header .cc-navbar .mega-models-card ul a {
  color: #f7f9fc !important;
}

body.theme-dark .cc-header .cc-navbar .mega-models-card:hover {
  background: rgba(20, 34, 54, 0.98) !important;
}

body.theme-dark .builder-panel,
body.theme-dark .content-card,
body.theme-dark .pngBuilderLinkContainer .pagination li a {
  background: rgba(13, 24, 41, 0.82) !important;
  color: #f7f9fc !important;
  border-color: rgba(151, 180, 219, 0.16) !important;
}

body.theme-dark .builder-panel .section-title-wr h3 span,
body.theme-dark .content-card .section-title-wr h3 span {
  background: rgba(17, 31, 52, 0.94) !important;
  color: #f7f9fc !important;
}

body.theme-dark .builder-panel ul li,
body.theme-dark .builder-panel span,
body.theme-dark .builder-panel p,
body.theme-dark .content-card span,
body.theme-dark .content-card p,
body.theme-dark .content-card li {
  color: #b2c0d6 !important;
}

body.theme-dark .builder-panel strong,
body.theme-dark .content-card strong,
body.theme-dark .builder-panel h3,
body.theme-dark .content-card h3 {
  color: #f7f9fc !important;
}

body.theme-dark .footer {
  background: linear-gradient(135deg, rgba(6, 16, 29, 0.98), rgba(11, 23, 40, 0.96)) !important;
}

.cc-slider-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: min(320px, calc(100vw - 90px));
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 176, 45, 0.95), rgba(255, 123, 0, 0.92));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  color: #111827;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cc-slider-badge--inline {
  margin-bottom: 16px;
  padding: 12px 22px;
  background: linear-gradient(135deg, rgba(255, 194, 62, 0.98), rgba(255, 137, 28, 0.94));
  box-shadow: 0 22px 48px rgba(14, 22, 36, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.cc-slider-main-link {
  text-decoration: none;
}

.cc-slider-main-visual {
  filter: drop-shadow(0 26px 38px rgba(10, 16, 28, 0.26));
}

.cc-slider-copy {
  max-width: 100%;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-shadow: 0 14px 30px rgba(8, 14, 26, 0.46);
}

.cc-slider-overlay-card {
  position: relative;
  z-index: 12 !important;
  left: clamp(24px, 5.5vw, 82px);
  margin-left: 0;
  width: min(440px, calc(100vw - 160px));
  padding: 28px 28px 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(7, 16, 28, 0.44), rgba(9, 20, 34, 0.62));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 58px rgba(6, 12, 24, 0.26);
  backdrop-filter: blur(10px);
  text-shadow: 0 18px 34px rgba(5, 10, 20, 0.52);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cc-slider-overlay-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(180px 90px at 18% 0%, rgba(255, 194, 62, 0.16), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 42%);
  pointer-events: none;
}

.cc-slider-overlay-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 214, 110, 0.3), rgba(255, 255, 255, 0.08));
  pointer-events: none;
}

.cc-slider-overlay-card > * {
  position: relative;
  z-index: 1;
}

.cc-slider-overlay-card .cc-slider-cta {
  align-self: flex-start;
}

.cc-slider-overlay-card--fallback {
  width: min(430px, calc(100vw - 160px));
}

.cc-slider-title {
  font-size: clamp(32px, 4.4vw, 56px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}

.cc-slider-subtitle {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 20px;
}

.cc-slider-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  font-family: "Poppins", sans-serif;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.cc-slider-cta:hover,
.cc-slider-cta:focus {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 214, 110, 0.9) !important;
  box-shadow: 0 14px 28px rgba(9, 18, 30, 0.22);
}

body.theme-dark .cc-slider-cta,
body.theme-dark .cc-slider-cta span,
body.theme-dark .cc-slider-cta i,
body.theme-dark .cc-slider-cta:hover,
body.theme-dark .cc-slider-cta:focus {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.82) !important;
}

body.theme-dark .cc-slider-cta:hover,
body.theme-dark .cc-slider-cta:focus {
  background: rgba(255, 255, 255, 0.12) !important;
}

@media (max-width: 767px) {
  .cc-slider-badge {
    max-width: calc(100vw - 50px);
    padding: 8px 14px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .cc-slider-overlay-card {
    margin-left: 0;
    left: 24px !important;
    top: 26px !important;
    width: calc(100vw - 48px);
    padding: 18px 18px 16px;
  }

  .cc-slider-overlay-card::after {
    left: 18px;
    right: 18px;
  }

  .cc-slider-title {
    font-size: 24px;
    line-height: 1.12;
  }

  .cc-slider-subtitle {
    font-size: 15px;
    line-height: 1.35;
  }
}

.home-servicepoint-section {
  padding: 76px 0 88px;
  border-top: 1px solid var(--cc-border-soft);
  border-bottom: 1px solid var(--cc-border-soft);
  background:
    radial-gradient(880px 320px at 0% 0%, rgba(20, 184, 166, 0.14), transparent 58%),
    radial-gradient(940px 360px at 100% 14%, rgba(16, 54, 104, 0.12), transparent 62%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(238, 244, 249, 0.96));
}

.home-servicepoint-section .section-title-wr {
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
}

.home-servicepoint-section .section-title span {
  font-size: 32px;
  font-weight: 700;
  color: var(--cc-text-main);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 0 12px 0 0;
}

.home-servicepoint-section .section-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 76px;
  height: 4px;
  border-radius: 999px;
  transform: none;
  background: linear-gradient(90deg, var(--cc-primary), var(--cc-accent));
}

.home-servicepoint-list {
  max-width: 1240px;
  margin: 0 auto;
}

.servicepoint-showcase {
  display: grid;
  gap: 22px;
}

.servicepoint-showcase-body {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.servicepoint-showcase-sidebar {
  min-width: 0;
}

.servicepoint-showcase-sidebar-card {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 16px;
  padding: 22px 18px 18px;
  border-radius: 28px;
  border: 1px solid rgba(15, 47, 93, 0.08);
  background:
    radial-gradient(220px 120px at 100% 0, rgba(20, 184, 166, 0.12), transparent 72%),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 42px rgba(15, 23, 42, 0.1);
  backdrop-filter: var(--cc-backdrop-blur);
  max-height: calc(100vh - 140px);
  overflow: hidden;
}

.servicepoint-sidebar-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cc-primary-strong);
}

.servicepoint-showcase-sidebar-copy {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  color: var(--cc-text-soft);
}

.servicepoint-showcase-sidebar-note {
  display: grid;
  gap: 6px;
  padding: 14px 14px 12px;
  border-radius: 18px;
  background: rgba(16, 54, 104, 0.05);
  border: 1px solid rgba(15, 47, 93, 0.08);
}

.servicepoint-showcase-sidebar-note strong {
  font-size: 13px;
  line-height: 1.4;
  color: var(--cc-text-main);
}

.servicepoint-showcase-sidebar-note span {
  font-size: 12px;
  line-height: 1.6;
  color: var(--cc-text-soft);
}

.servicepoint-showcase-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}

.servicepoint-showcase-copy,
.servicepoint-summary-card,
.servicepoint-showcase-pill,
.servicepoint-showcase-panel,
.servicepoint-city-panel,
.servicepoint-city-entry,
.servicepoint-showcase-empty {
  backdrop-filter: var(--cc-backdrop-blur);
}

.servicepoint-showcase-copy {
  position: relative;
  overflow: hidden;
  padding: 34px 36px;
  border-radius: 32px;
  background:
    radial-gradient(240px 180px at 86% 18%, rgba(107, 230, 208, 0.34), transparent 72%),
    linear-gradient(135deg, rgba(7, 27, 56, 0.98), rgba(16, 54, 104, 0.95));
  box-shadow: 0 28px 54px rgba(15, 23, 42, 0.2);
}

.servicepoint-showcase-copy::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -48px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0.55;
}

.servicepoint-showcase-kicker,
.servicepoint-panel-kicker,
.servicepoint-city-panel-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.servicepoint-showcase-kicker {
  color: rgba(238, 247, 255, 0.94);
}

.servicepoint-showcase-copy h4 {
  margin: 14px 0 12px;
  max-width: 520px;
  font-size: 38px;
  line-height: 1.05;
  color: #f9fcff;
}

.servicepoint-showcase-copy p {
  margin: 0;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(236, 244, 252, 0.9);
}

.servicepoint-showcase-summary {
  display: none;
}

.servicepoint-summary-card {
  padding: 22px 22px 20px;
  border: 1px solid rgba(15, 47, 93, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.1);
}

.servicepoint-summary-card strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: var(--cc-primary);
}

.servicepoint-summary-card span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cc-text-soft);
}

.servicepoint-showcase-rail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-height: min(52vh, 520px);
  overflow-y: auto;
  padding-right: 6px;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(16, 54, 104, 0.34) rgba(16, 54, 104, 0.08);
}

.servicepoint-showcase-rail::-webkit-scrollbar {
  width: 8px;
}

.servicepoint-showcase-rail::-webkit-scrollbar-track {
  background: rgba(16, 54, 104, 0.08);
  border-radius: 999px;
}

.servicepoint-showcase-rail::-webkit-scrollbar-thumb {
  background: rgba(16, 54, 104, 0.34);
  border-radius: 999px;
}

.servicepoint-showcase-rail::-webkit-scrollbar-thumb:hover {
  background: rgba(16, 54, 104, 0.48);
}

.servicepoint-showcase-pill {
  width: 100%;
  border: 1px solid rgba(16, 54, 104, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  padding: 18px 18px 16px;
  text-align: left;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.servicepoint-showcase-pill:hover,
.servicepoint-showcase-pill:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(20, 184, 166, 0.35);
  box-shadow: 0 24px 34px rgba(15, 23, 42, 0.12);
}

.servicepoint-showcase-pill.is-active {
  border-color: rgba(20, 184, 166, 0.38);
  background:
    radial-gradient(220px 120px at 100% 0, rgba(20, 184, 166, 0.16), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 255, 0.95));
  box-shadow: 0 24px 42px rgba(15, 23, 42, 0.14);
}

.servicepoint-showcase-pill-name {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--cc-text-main);
}

.servicepoint-showcase-pill-meta {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--cc-text-soft);
}

.servicepoint-showcase-panel {
  border: 1px solid rgba(15, 47, 93, 0.08);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 30px 56px rgba(15, 23, 42, 0.12);
  padding: 28px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(16, 54, 104, 0.34) rgba(16, 54, 104, 0.08);
}

.servicepoint-showcase-panel::-webkit-scrollbar {
  width: 8px;
}

.servicepoint-showcase-panel::-webkit-scrollbar-track {
  background: rgba(16, 54, 104, 0.08);
  border-radius: 999px;
}

.servicepoint-showcase-panel::-webkit-scrollbar-thumb {
  background: rgba(16, 54, 104, 0.34);
  border-radius: 999px;
}

.servicepoint-showcase-panel::-webkit-scrollbar-thumb:hover {
  background: rgba(16, 54, 104, 0.48);
}

.servicepoint-showcase-stage {
  min-width: 0;
}

.servicepoint-showcase-panel.is-active {
  animation: servicepointShowcasePanelIn 0.3s ease;
}

@keyframes servicepointShowcasePanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.servicepoint-showcase-panel-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}

.servicepoint-hero-card {
  padding: 0 0 8px;
  border-radius: 0;
  background: transparent;
  border: 0;
  min-height: 100%;
}

.servicepoint-panel-kicker {
  color: color-mix(in srgb, var(--cc-primary) 42%, var(--cc-accent-strong) 58%);
}

.servicepoint-hero-main h5 {
  margin: 12px 0 10px;
  font-size: 34px;
  line-height: 1.08;
  color: var(--cc-primary);
}

.servicepoint-hero-main p {
  margin: 0;
  max-width: 760px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--cc-text-soft);
}

.servicepoint-hero-main p strong {
  color: var(--cc-primary-strong);
}

.servicepoint-stat-strip {
  display: none;
}

.servicepoint-stat-chip {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 47, 93, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.servicepoint-stat-chip strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: var(--cc-primary);
}

.servicepoint-stat-chip span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cc-text-soft);
}

.servicepoint-spotlight {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px 26px;
  border-radius: 30px;
  background:
    radial-gradient(280px 160px at 100% 0, rgba(107, 230, 208, 0.18), transparent 72%),
    linear-gradient(145deg, rgba(10, 30, 60, 0.98), rgba(7, 20, 39, 0.96));
  box-shadow: 0 26px 48px rgba(15, 23, 42, 0.22);
}

.servicepoint-spotlight-label {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243, 250, 255, 0.86);
}

.servicepoint-spotlight h6 {
  margin: 0;
  font-size: 28px;
  line-height: 1.12;
  color: #ffffff;
}

.servicepoint-spotlight-note {
  margin: -2px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(222, 234, 246, 0.82);
}

.servicepoint-spotlight-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.servicepoint-spotlight-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
  color: rgba(243, 250, 255, 0.88);
}

.servicepoint-spotlight-address {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(213, 227, 242, 0.78);
}

.servicepoint-spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.servicepoint-spotlight-actions .btn {
  min-width: 144px;
  justify-content: center;
}

.servicepoint-city-mosaic {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.servicepoint-city-panel {
  padding: 22px 20px 18px;
  border-radius: 28px;
  border: 1px solid rgba(15, 47, 93, 0.08);
  background: rgba(248, 251, 255, 0.88);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
}

.servicepoint-city-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.servicepoint-city-panel-label {
  color: color-mix(in srgb, var(--cc-text-main) 48%, var(--cc-text-soft) 52%);
}

.servicepoint-city-panel-head h6 {
  margin: 8px 0 0;
  font-size: 20px;
  line-height: 1.14;
  color: var(--cc-text-main);
}

.servicepoint-city-panel-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 54, 104, 0.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cc-primary);
}

.servicepoint-city-panel-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 14px;
}

.servicepoint-city-panel-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.12);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cc-primary-strong);
}

.servicepoint-city-panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.servicepoint-city-panel-list li {
  margin: 0;
}

.servicepoint-city-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 14px 14px 13px;
  border-radius: 20px;
  border: 1px solid rgba(15, 47, 93, 0.07);
  background: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.servicepoint-city-entry:hover,
.servicepoint-city-entry:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(20, 184, 166, 0.35);
  background: rgba(243, 252, 249, 0.98);
  box-shadow: 0 16px 24px rgba(15, 23, 42, 0.1);
}

.servicepoint-city-entry-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.servicepoint-city-entry-copy strong {
  color: var(--cc-text-main);
  font-size: 14px;
  line-height: 1.45;
}

.servicepoint-city-entry-copy small {
  display: block;
  font-size: 11px;
  line-height: 1.45;
  color: var(--cc-text-soft);
}

.servicepoint-city-entry-type {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(16, 54, 104, 0.08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cc-primary);
}

.servicepoint-city-entry-static {
  cursor: default;
}

.servicepoint-showcase-empty {
  padding: 34px 28px;
  border: 1px dashed rgba(15, 47, 93, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  text-align: center;
}

.servicepoint-showcase-empty h4 {
  margin: 0 0 8px;
  color: var(--cc-primary);
}

.servicepoint-showcase-empty p {
  margin: 0;
  color: var(--cc-text-soft);
}

body.theme-dark .home-servicepoint-section {
  background:
    radial-gradient(880px 320px at 0% 0%, rgba(45, 212, 191, 0.12), transparent 58%),
    radial-gradient(940px 360px at 100% 14%, rgba(122, 162, 255, 0.12), transparent 62%),
    linear-gradient(180deg, rgba(10, 18, 32, 0.98), rgba(12, 23, 40, 0.96));
}

body.theme-dark .home-servicepoint-section .section-title span {
  color: #f7fbff;
}

body.theme-dark .servicepoint-summary-card,
body.theme-dark .servicepoint-showcase-sidebar-card,
body.theme-dark .servicepoint-showcase-pill,
body.theme-dark .servicepoint-showcase-panel,
body.theme-dark .servicepoint-city-panel,
body.theme-dark .servicepoint-city-entry,
body.theme-dark .servicepoint-showcase-empty {
  background: rgba(14, 26, 44, 0.82);
  border-color: rgba(151, 180, 219, 0.14);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.34);
}

body.theme-dark .servicepoint-summary-card strong,
body.theme-dark .servicepoint-city-panel-head h6,
body.theme-dark .servicepoint-city-entry-copy strong,
body.theme-dark .servicepoint-showcase-empty h4 {
  color: #f6fbff;
}

body.theme-dark .servicepoint-summary-card span,
body.theme-dark .servicepoint-showcase-pill-meta,
body.theme-dark .servicepoint-hero-main p,
body.theme-dark .servicepoint-stat-chip span,
body.theme-dark .servicepoint-city-entry-copy small,
body.theme-dark .servicepoint-showcase-empty p {
  color: #a8bdd4;
}

body.theme-dark .servicepoint-showcase-pill-name,
body.theme-dark .servicepoint-hero-main h5,
body.theme-dark .servicepoint-city-panel-count,
body.theme-dark .servicepoint-city-panel-badges span,
body.theme-dark .servicepoint-city-entry-type {
  color: #f6fbff;
}

body.theme-dark .servicepoint-showcase-pill.is-active {
  background:
    radial-gradient(220px 120px at 100% 0, rgba(45, 212, 191, 0.2), transparent 72%),
    linear-gradient(180deg, rgba(17, 35, 60, 0.96), rgba(10, 24, 43, 0.94));
}

body.theme-dark .servicepoint-showcase-panel {
  scrollbar-color: rgba(151, 180, 219, 0.38) rgba(255, 255, 255, 0.08);
}

body.theme-dark .servicepoint-showcase-panel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}

body.theme-dark .servicepoint-showcase-panel::-webkit-scrollbar-thumb {
  background: rgba(151, 180, 219, 0.38);
}

body.theme-dark .servicepoint-showcase-panel::-webkit-scrollbar-thumb:hover {
  background: rgba(151, 180, 219, 0.52);
}

body.theme-dark .servicepoint-hero-card {
  background: transparent;
  border-color: transparent;
}

body.theme-dark .servicepoint-panel-kicker,
body.theme-dark .servicepoint-sidebar-kicker,
body.theme-dark .servicepoint-city-panel-label {
  color: #9fd8cd;
}

body.theme-dark .servicepoint-stat-chip,
body.theme-dark .servicepoint-city-panel-count,
body.theme-dark .servicepoint-city-panel-badges span,
body.theme-dark .servicepoint-city-entry-type {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(151, 180, 219, 0.12);
}

body.theme-dark .servicepoint-showcase-sidebar-copy {
  color: #a8bdd4;
}

body.theme-dark .servicepoint-showcase-sidebar-note {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(151, 180, 219, 0.12);
}

body.theme-dark .servicepoint-showcase-rail {
  scrollbar-color: rgba(151, 180, 219, 0.38) rgba(255, 255, 255, 0.08);
}

body.theme-dark .servicepoint-showcase-rail::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}

body.theme-dark .servicepoint-showcase-rail::-webkit-scrollbar-thumb {
  background: rgba(151, 180, 219, 0.38);
}

body.theme-dark .servicepoint-showcase-rail::-webkit-scrollbar-thumb:hover {
  background: rgba(151, 180, 219, 0.52);
}

body.theme-dark .servicepoint-showcase-sidebar-note strong {
  color: #f6fbff;
}

body.theme-dark .servicepoint-showcase-sidebar-note span {
  color: #a8bdd4;
}

body.theme-dark .servicepoint-city-entry:hover,
body.theme-dark .servicepoint-city-entry:focus-visible {
  background: rgba(18, 39, 63, 0.96);
  border-color: rgba(45, 212, 191, 0.34);
}

@media (max-width: 1100px) {
  .servicepoint-showcase-body {
    grid-template-columns: 1fr;
  }

  .servicepoint-showcase-sidebar-card {
    position: static;
    max-height: none;
  }

  .servicepoint-showcase-rail {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .servicepoint-showcase-panel {
    max-height: none;
  }

  .servicepoint-showcase-head,
  .servicepoint-showcase-panel-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .home-servicepoint-section {
    padding: 56px 0 64px;
  }

  .home-servicepoint-section .section-title span {
    font-size: 28px;
  }

  .servicepoint-showcase-copy,
  .servicepoint-showcase-panel,
  .servicepoint-hero-card,
  .servicepoint-spotlight,
  .servicepoint-city-panel,
  .servicepoint-showcase-sidebar-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .servicepoint-showcase-copy {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .servicepoint-showcase-copy h4 {
    font-size: 30px;
  }

  .servicepoint-showcase-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .servicepoint-showcase-rail {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    padding-bottom: 4px;
    padding-right: 0;
    scroll-snap-type: x proximity;
    max-height: none;
    scrollbar-width: none;
  }

  .servicepoint-showcase-rail::-webkit-scrollbar {
    display: none;
  }

  .servicepoint-showcase-pill {
    min-width: 220px;
    scroll-snap-align: start;
  }

  .servicepoint-hero-main h5 {
    font-size: 30px;
  }

  .servicepoint-stat-strip {
    grid-template-columns: 1fr;
  }

  .servicepoint-city-panel-head,
  .servicepoint-city-entry {
    grid-template-columns: 1fr;
    display: grid;
  }

  .servicepoint-city-entry-type {
    justify-self: flex-start;
  }
}

body:not(.theme-dark) #vue-app > section:first-child,
body.theme-dark #vue-app > section:first-child {
  position: relative;
  isolation: isolate;
}

body:not(.theme-dark) #vue-app > section:first-child {
  background: linear-gradient(135deg, #0a1c33 0%, #123b74 56%, #16756a 100%) !important;
}

body.theme-dark #vue-app > section:first-child {
  background: linear-gradient(135deg, #07111e 0%, #0c2340 54%, #10323f 100%) !important;
}

body:not(.theme-dark) #vue-app > section:first-child h1,
body.theme-dark #vue-app > section:first-child h1 {
  color: #f8fbff !important;
  text-shadow: 0 16px 34px rgba(2, 6, 23, 0.28);
}

body:not(.theme-dark) #vue-app > section:first-child .relative > p,
body.theme-dark #vue-app > section:first-child .relative > p {
  color: rgba(226, 232, 240, 0.88) !important;
}

body:not(.theme-dark) #vue-app > section:first-child .relative > p:first-child,
body.theme-dark #vue-app > section:first-child .relative > p:first-child {
  color: rgba(165, 243, 252, 0.9) !important;
}

body .client-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

body .client-grid > [class*="col-"] {
  display: flex;
  margin-bottom: 18px;
}

body .client-grid .client {
  width: 100%;
  min-height: 132px;
  padding: 18px 20px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .client-grid .client > a {
  width: 100%;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .client-grid .client img,
body .wp-section .client img {
  width: auto;
  max-width: 100%;
  max-height: 68px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body .client-grid {
    margin-left: -6px;
    margin-right: -6px;
  }

  body .client-grid > [class*="col-"] {
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
  }

  body .client-grid .client {
    min-height: 104px;
    padding: 14px 12px;
    border-radius: 18px;
  }

  body .client-grid .client > a {
    min-height: 68px;
  }

  body .client-grid .client img,
  body .wp-section .client img {
    max-height: 44px;
  }
}

body.theme-dark .servicepoint-directory-page {
  background: linear-gradient(180deg, #0b1220 0%, #111a2b 100%);
}

body.theme-dark .servicepoint-directory-page .wp-section,
body.theme-dark .servicepoint-directory-page .container,
body.theme-dark .servicepoint-directory-page .section-intro,
body.theme-dark .servicepoint-directory-page .section-title-wr,
body.theme-dark .servicepoint-directory-page h1,
body.theme-dark .servicepoint-directory-page h2,
body.theme-dark .servicepoint-directory-page h3,
body.theme-dark .servicepoint-directory-page h4,
body.theme-dark .servicepoint-directory-page p,
body.theme-dark .servicepoint-directory-page li,
body.theme-dark .servicepoint-directory-page span,
body.theme-dark .servicepoint-directory-page strong {
  color: #e6edf7;
}

body.theme-dark .servicepoint-directory-page .page-hero,
body.theme-dark .servicepoint-directory-page.page-hero {
  background:
    linear-gradient(135deg, rgba(11, 18, 32, 0.94), rgba(22, 34, 54, 0.9)),
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.18), transparent 30%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

body.theme-dark .servicepoint-directory-page .kicker {
  color: #93c5fd;
}

body.theme-dark .servicepoint-directory-page .section-title-wr h3 span {
  background: rgba(30, 41, 59, 0.92);
  border-color: rgba(96, 165, 250, 0.22);
  color: #dbe7f5;
}

body.theme-dark .servicepoint-directory-page .service-region-block h4 {
  margin-top: 22px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  color: #bfdbfe;
}

body.theme-dark .servicepoint-directory-page .listing-card {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(20, 31, 50, 0.96));
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

body.theme-dark .servicepoint-directory-page .listing-card .cell,
body.theme-dark .servicepoint-directory-page .listing-card .listing-body,
body.theme-dark .servicepoint-directory-page .listing-card .listing-footer {
  background: transparent;
}

body.theme-dark .servicepoint-directory-page .listing-card.featured {
  border-color: rgba(245, 158, 11, 0.28);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.26);
}

body.theme-dark .servicepoint-directory-page .listing-card .listing-header.bg-base {
  background: linear-gradient(135deg, #c58a1c, #f0b53f) !important;
  color: #111827 !important;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.theme-dark .servicepoint-directory-page .listing-card .listing-image {
  background: rgba(2, 6, 23, 0.66);
}

body.theme-dark .servicepoint-directory-page .listing-card .listing-body h3 a,
body.theme-dark .servicepoint-directory-page .listing-card .listing-body h4,
body.theme-dark .servicepoint-directory-page .listing-card .listing-body ul li,
body.theme-dark .servicepoint-directory-page .listing-card .listing-body ul li a,
body.theme-dark .servicepoint-directory-page .listing-card .listing-footer .aux-info li,
body.theme-dark .servicepoint-directory-page .listing-card .listing-footer .aux-info li strong {
  color: #e5edf8 !important;
}

body.theme-dark .servicepoint-directory-page .listing-card .listing-body h4 {
  color: #a7bdd8 !important;
}

body.theme-dark .servicepoint-directory-page .listing-card .listing-body ul li {
  border-color: rgba(148, 163, 184, 0.1);
}

body.theme-dark .servicepoint-directory-page .listing-card .listing-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.1);
}

body.theme-dark .servicepoint-directory-page .listing-card .listing-footer ul.aux-info {
  background: linear-gradient(180deg, rgba(11, 19, 33, 0.98), rgba(8, 15, 27, 0.98));
  border-top-color: rgba(148, 163, 184, 0.12);
}

body.theme-dark .servicepoint-directory-page .listing-card .listing-footer .aux-info li {
  background: rgba(15, 23, 42, 0.92);
  border-right-color: rgba(148, 163, 184, 0.12);
}

body.theme-dark .servicepoint-directory-page .listing-card .listing-footer .aux-info li i {
  color: #7dd3fc;
}

body.theme-dark .servicepoint-directory-page .btn.btn-square.btn-base.btn-block-bm {
  background: linear-gradient(135deg, #274d78, #1d3657) !important;
  border-color: rgba(96, 165, 250, 0.18) !important;
  color: #eff6ff !important;
}

body.theme-dark .servicepoint-directory-page .btn.btn-square.btn-base.btn-block-bm:hover,
body.theme-dark .servicepoint-directory-page .btn.btn-square.btn-base.btn-block-bm:focus {
  background: linear-gradient(135deg, #315f94, #244468) !important;
  color: #ffffff !important;
}

body.theme-dark .servicepoint-directory-page .content-card,
body.theme-dark .servicepoint-directory-page .sidebar {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(19, 30, 49, 0.94));
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 22px;
}

body.theme-dark .servicepoint-directory-page .alert.alert-info {
  background: rgba(30, 64, 175, 0.16);
  border-color: rgba(96, 165, 250, 0.22);
  color: #dbeafe;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-card {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.12);
}

body .servicepoint-directory-page ul.list-listings-2 .listing-body {
  padding: 18px 18px 12px;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-body h3 {
  font-size: 22px;
  line-height: 1.2;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-body h4 {
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-body ul li {
  line-height: 1.7;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-image {
  position: relative;
  overflow: hidden;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-image img {
  width: 100%;
  height: 100%;
  min-height: 244px;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

body .servicepoint-directory-page .servicepoint-card-media-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 232, 175, 0.92);
  border: 1px solid rgba(211, 137, 20, 0.22);
  color: #6c4308;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

body .servicepoint-directory-page ul.list-listings-2 .listing-footer {
  padding: 0 14px 14px;
  border-top: 0;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-footer ul.aux-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  background: transparent;
  border-top: 0;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-footer ul.aux-info li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 13px;
  border-right: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(249, 250, 252, 0.98), rgba(240, 244, 248, 0.96));
  border: 1px solid rgba(198, 210, 224, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 8px 18px rgba(15, 23, 42, 0.04);
  color: #2f475f;
  font-weight: 700;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-footer ul.aux-info li strong {
  margin-right: 2px;
  color: #1f3550;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-footer ul.aux-info li i {
  margin-right: 0;
  width: 18px;
  text-align: center;
  font-size: 14px;
  color: #6b8fb8;
}

body .servicepoint-directory-page .servicepoint-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body .servicepoint-directory-page .servicepoint-contact-list li + li {
  margin-top: 10px;
}

body .servicepoint-directory-page .servicepoint-contact-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 214, 126, 0.18);
  border: 1px solid rgba(211, 137, 20, 0.18);
  color: #7d4c08;
}

body .servicepoint-directory-page .servicepoint-contact-label {
  display: block;
  margin-bottom: 2px;
  color: #6d849b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body .servicepoint-directory-page .servicepoint-contact-value,
body .servicepoint-directory-page .servicepoint-contact-value a {
  color: #2f475f;
  font-size: 15px;
  line-height: 1.65;
}

body.theme-dark .servicepoint-directory-page ul.list-listings-2 .listing-card {
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}

body.theme-dark .servicepoint-directory-page ul.list-listings-2 .listing-footer {
  border-top: 0;
}

body.theme-dark .servicepoint-directory-page ul.list-listings-2 .listing-footer ul.aux-info {
  background: transparent;
}

body.theme-dark .servicepoint-directory-page ul.list-listings-2 .listing-footer ul.aux-info li {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(10, 17, 30, 0.98));
  border-color: rgba(148, 163, 184, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 12px 22px rgba(0, 0, 0, 0.14);
  color: #d8e2ef;
}

body.theme-dark .servicepoint-directory-page .servicepoint-card-media-badge {
  background: rgba(8, 15, 27, 0.72);
  border-color: rgba(240, 191, 86, 0.14);
  color: #ffe2a1;
}

body.theme-dark .servicepoint-directory-page .servicepoint-contact-title {
  border-bottom-color: rgba(148, 163, 184, 0.14);
}

body.theme-dark .servicepoint-directory-page .servicepoint-contact-label {
  color: #8fabc8;
}

body.theme-dark .servicepoint-directory-page .servicepoint-contact-value,
body.theme-dark .servicepoint-directory-page .servicepoint-contact-value a {
  color: #e5edf8;
}

@media (max-width: 767px) {
  body .servicepoint-directory-page ul.list-listings-2 .listing-image img {
    min-height: 220px;
  }

  body .servicepoint-directory-page .servicepoint-card-media-badge {
    top: 12px;
    left: 12px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}

body .servicepoint-directory-page .servicepoint-page-hero {
  padding: 26px 0 10px;
}

body .servicepoint-directory-page .servicepoint-page-hero .kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(224, 144, 29, 0.12);
  border: 1px solid rgba(224, 144, 29, 0.18);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

body .servicepoint-directory-page .servicepoint-page-hero h1 {
  margin: 18px 0 12px;
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.04;
}

body .servicepoint-directory-page .servicepoint-page-hero p {
  max-width: 720px;
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: #5f7288;
}

body .servicepoint-directory-page .servicepoint-page-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

body .servicepoint-directory-page .servicepoint-page-hero-stat {
  min-width: 140px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 218, 126, 0.98), rgba(243, 166, 43, 0.94));
  border: 1px solid rgba(211, 137, 20, 0.28);
  box-shadow: 0 18px 28px rgba(198, 128, 17, 0.18);
}

body .servicepoint-directory-page .servicepoint-page-hero-stat strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #442907;
}

body .servicepoint-directory-page .servicepoint-page-hero-stat span {
  display: block;
  margin-top: 6px;
  color: rgba(68, 41, 7, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body .servicepoint-directory-page .service-region-block {
  margin-bottom: 30px;
  scroll-margin-top: 120px;
}

body .servicepoint-region-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  padding: 17px 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 224, 145, 0.28), transparent 34%),
    linear-gradient(180deg, rgba(255, 224, 145, 0.98), rgba(240, 191, 86, 0.94));
  border: 1px solid rgba(211, 137, 20, 0.26);
  box-shadow: 0 16px 26px rgba(198, 128, 17, 0.14);
}

body .servicepoint-region-banner-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body .servicepoint-region-banner-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(68, 41, 7, 0.08);
  color: rgba(68, 41, 7, 0.78);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body .servicepoint-region-banner h3 {
  margin: 0;
  color: #442907;
  font-size: 26px;
  line-height: 1.15;
}

body .servicepoint-region-banner-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

body .servicepoint-region-banner-meta span,
body .servicepoint-region-banner-meta strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255, 244, 214, 0.42);
  border: 1px solid rgba(180, 111, 10, 0.2);
  color: #6c4308;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .servicepoint-region-banner-meta strong {
  color: #442907;
}

body .servicepoint-directory-page .servicepoint-city-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin: 22px 0 16px;
  padding: 15px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 244, 214, 0.98), rgba(255, 232, 175, 0.94));
  border: 1px solid rgba(211, 137, 20, 0.2);
  box-shadow: 0 12px 20px rgba(198, 128, 17, 0.09);
}

body .servicepoint-city-heading-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body .servicepoint-city-heading-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(68, 41, 7, 0.08);
  color: rgba(68, 41, 7, 0.78);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body .servicepoint-directory-page .servicepoint-city-heading h4 {
  margin: 0;
  color: #5f3907;
  font-size: 22px;
  line-height: 1.2;
}

body .servicepoint-city-heading-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255, 244, 214, 0.42);
  border: 1px solid rgba(180, 111, 10, 0.18);
  color: #6c4308;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.theme-dark .servicepoint-directory-page .servicepoint-page-hero p {
  color: #b4c7dc;
}

body.theme-dark .servicepoint-directory-page .servicepoint-page-hero .kicker {
  background: rgba(96, 165, 250, 0.12);
  border-color: rgba(96, 165, 250, 0.18);
  color: #b9d8ff;
}

body.theme-dark .servicepoint-directory-page .servicepoint-page-hero-stat {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(10, 17, 30, 0.98));
  border-color: rgba(148, 163, 184, 0.14);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.16);
}

body.theme-dark .servicepoint-directory-page .servicepoint-page-hero-stat strong {
  color: #f2f7ff;
}

body.theme-dark .servicepoint-directory-page .servicepoint-page-hero-stat span {
  color: #8fabc8;
}

body.theme-dark .servicepoint-region-banner {
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), transparent 34%),
    rgba(30, 41, 59, 0.92);
  border-color: rgba(96, 165, 250, 0.18);
  box-shadow: none;
}

body.theme-dark .servicepoint-region-banner-kicker,
body.theme-dark .servicepoint-region-banner-meta span,
body.theme-dark .servicepoint-region-banner-meta strong {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #8fabc8;
}

body.theme-dark .servicepoint-region-banner h3 {
  color: #dbe7f5;
}

body.theme-dark .servicepoint-region-banner-meta strong {
  color: #f2f7ff;
}

body.theme-dark .servicepoint-directory-page .servicepoint-city-heading {
  background: rgba(30, 41, 59, 0.92);
  border-color: rgba(96, 165, 250, 0.18);
  box-shadow: none;
}

body.theme-dark .servicepoint-city-heading-kicker,
body.theme-dark .servicepoint-city-heading-count {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #8fabc8;
}

body.theme-dark .servicepoint-directory-page .servicepoint-city-heading h4 {
  color: #bfdbfe;
}

body.theme-dark .servicepoint-directory-page .servicepoint-contact-title {
  background: rgba(255, 214, 126, 0.08);
  border-color: rgba(255, 214, 126, 0.18);
  color: #ffd67e;
}

@media (max-width: 767px) {
  body .servicepoint-directory-page .servicepoint-page-hero {
    padding: 18px 0 6px;
  }

  body .servicepoint-directory-page .servicepoint-page-hero h1 {
    font-size: 30px;
  }

  body .servicepoint-directory-page .servicepoint-page-hero p {
    font-size: 15px;
  }

  body .servicepoint-directory-page .servicepoint-page-hero-stats {
    gap: 10px;
  }

  body .servicepoint-directory-page .servicepoint-page-hero-stat {
    min-width: calc(50% - 5px);
  }

  body .servicepoint-directory-page .servicepoint-city-heading {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 16px;
  }

  body .servicepoint-region-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }

  body .servicepoint-region-banner-meta {
    align-items: flex-start;
  }

  body .servicepoint-directory-page .servicepoint-city-heading h4 {
    font-size: 21px;
  }

  body .servicepoint-region-banner h3 {
    font-size: 24px;
  }
}

body .hero-copy {
  max-width: 640px;
}

body .hero-copy.hero-copy-panel {
  position: relative;
  padding: 34px 34px 30px;
  border-radius: 32px;
  background:
    radial-gradient(220px 160px at 0 0, color-mix(in srgb, var(--cc-accent) 14%, transparent), transparent 72%),
    linear-gradient(160deg, color-mix(in srgb, var(--cc-surface) 96%, transparent), color-mix(in srgb, var(--cc-surface-soft) 92%, transparent));
  border: 1px solid var(--cc-border-soft);
  box-shadow: var(--cc-shadow-strong);
  backdrop-filter: var(--cc-backdrop-blur);
  overflow: hidden;
}

body .hero-copy.hero-copy-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(180px 90px at 100% 0, rgba(255, 194, 62, 0.08), transparent 72%);
  pointer-events: none;
}

body .hero-copy.hero-copy-panel > * {
  position: relative;
  z-index: 1;
}

body .hero-copy-divider {
  width: 92px;
  height: 1px;
  margin: 20px 0 0;
  background: linear-gradient(90deg, rgba(255, 194, 62, 0.78), rgba(255, 255, 255, 0.1));
}

body .hero-intro .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

body.theme-dark .hero-intro .hero-actions .btn.btn-accent-outline,
body.theme-dark .hero-intro .hero-actions .btn.btn-accent-outline span,
body.theme-dark .hero-intro .hero-actions .btn.btn-accent-outline i {
  color: #ffd67e !important;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(10, 17, 30, 0.96)) !important;
  border-color: rgba(240, 191, 86, 0.34) !important;
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

body.theme-dark .hero-intro .hero-actions .btn.btn-accent-outline:hover,
body.theme-dark .hero-intro .hero-actions .btn.btn-accent-outline:focus {
  color: #101827 !important;
  background: linear-gradient(135deg, rgba(255, 214, 126, 0.98), rgba(240, 191, 86, 0.98)) !important;
  border-color: rgba(255, 226, 164, 0.58) !important;
}

body .home-servicepoint-actions .btn.btn-base {
  color: #f8fbff !important;
  background: linear-gradient(135deg, rgba(24, 63, 118, 0.98), rgba(18, 111, 101, 0.98)) !important;
  border-color: rgba(240, 191, 86, 0.18) !important;
}

body .home-servicepoint-actions .btn.btn-base:hover,
body .home-servicepoint-actions .btn.btn-base:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(31, 78, 146, 0.99), rgba(22, 137, 124, 0.99)) !important;
  border-color: rgba(240, 191, 86, 0.34) !important;
}

body .home-servicepoint-actions .btn.btn-accent-outline,
body .company-note .btn.btn-accent-outline {
  color: #d18a13 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 251, 0.96)) !important;
  border-color: rgba(224, 144, 29, 0.28) !important;
  box-shadow:
    0 14px 28px rgba(12, 24, 40, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

body .home-servicepoint-actions .btn.btn-accent-outline:hover,
body .home-servicepoint-actions .btn.btn-accent-outline:focus,
body .company-note .btn.btn-accent-outline:hover,
body .company-note .btn.btn-accent-outline:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(224, 144, 29, 0.96), rgba(244, 198, 90, 0.96)) !important;
  border-color: rgba(228, 168, 77, 0.48) !important;
}

body.theme-dark .home-servicepoint-actions .btn.btn-accent-outline,
body.theme-dark .company-note .btn.btn-accent-outline {
  color: #ffd67e !important;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(10, 17, 30, 0.96)) !important;
  border-color: rgba(240, 191, 86, 0.34) !important;
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

body.theme-dark .home-servicepoint-actions .btn.btn-accent-outline:hover,
body.theme-dark .home-servicepoint-actions .btn.btn-accent-outline:focus,
body.theme-dark .company-note .btn.btn-accent-outline:hover,
body.theme-dark .company-note .btn.btn-accent-outline:focus {
  color: #101827 !important;
  background: linear-gradient(135deg, rgba(255, 214, 126, 0.98), rgba(240, 191, 86, 0.98)) !important;
  border-color: rgba(255, 226, 164, 0.58) !important;
}

body .hero-intro .hero-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

body .hero-intro .hero-proof-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--cc-surface) 84%, transparent);
  border: 1px solid var(--cc-border-soft);
  color: var(--cc-text-soft);
  font-size: 12px;
  font-weight: 700;
  box-shadow: var(--cc-shadow-soft);
  backdrop-filter: var(--cc-backdrop-blur);
}

body .hero-intro .hero-proof-item i {
  color: var(--cc-accent);
}

body .hero-intro .hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

body .hero-intro .hero-metric {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: color-mix(in srgb, var(--cc-surface) 88%, transparent);
  border: 1px solid var(--cc-border-soft);
  box-shadow: var(--cc-shadow-soft);
  backdrop-filter: var(--cc-backdrop-blur);
}

body .hero-intro .hero-metric strong {
  display: block;
  margin-bottom: 8px;
  color: var(--cc-text-main);
  font-size: 18px;
}

body .hero-intro .hero-metric span {
  display: block;
  color: var(--cc-text-soft);
  line-height: 1.6;
  font-size: 13px;
}

body .hero-intro .hero-aside {
  display: flex;
  justify-content: flex-end;
}

body .hero-intro .hero-spotlight {
  width: min(100%, 470px);
  padding: 30px 28px;
  border-radius: 30px;
  background:
    radial-gradient(220px 160px at 100% 0, color-mix(in srgb, var(--cc-accent) 20%, transparent), transparent 72%),
    linear-gradient(160deg, color-mix(in srgb, var(--cc-surface) 95%, transparent), color-mix(in srgb, var(--cc-surface-soft) 92%, transparent));
  border: 1px solid var(--cc-border-soft);
  box-shadow: var(--cc-shadow-strong);
  backdrop-filter: var(--cc-backdrop-blur);
  position: relative;
  overflow: hidden;
}

body .hero-intro .hero-spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 36%),
    radial-gradient(180px 100px at 100% 0, rgba(255, 194, 62, 0.09), transparent 72%);
  pointer-events: none;
}

body .hero-intro .hero-spotlight > * {
  position: relative;
  z-index: 1;
}

body .hero-intro .hero-spotlight-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cc-text-soft);
}

body .hero-intro .hero-spotlight h3 {
  margin: 0 0 12px;
  color: var(--cc-text-main);
  font-size: 26px;
  line-height: 1.15;
}

body .hero-intro .hero-spotlight p {
  margin: 0;
  color: var(--cc-text-soft);
  line-height: 1.75;
}

body .hero-intro .hero-quicklinks {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

body .hero-intro .hero-quicklink {
  display: block;
  padding: 11px 13px;
  border-radius: 13px;
  background: color-mix(in srgb, var(--cc-surface-strong) 82%, transparent);
  border: 1px solid color-mix(in srgb, var(--cc-border-soft) 88%, transparent);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  position: relative;
  overflow: hidden;
}

body .hero-intro .hero-quicklink:hover,
body .hero-intro .hero-quicklink:focus {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--cc-accent) 44%, transparent);
  box-shadow: var(--cc-shadow-soft);
}

body .hero-intro .hero-quicklink::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255, 194, 62, 0.78);
  border-right: 2px solid rgba(255, 194, 62, 0.78);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.7;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

body .hero-intro .hero-quicklink:hover::after,
body .hero-intro .hero-quicklink:focus::after {
  transform: translateY(-50%) translateX(2px) rotate(45deg);
  opacity: 1;
}

body .hero-intro .hero-quicklink strong {
  display: block;
  margin-bottom: 4px;
  color: var(--cc-text-main);
  font-size: 14px;
}

body .hero-intro .hero-quicklink span {
  display: block;
  color: var(--cc-text-soft);
  line-height: 1.4;
  font-size: 11px;
  padding-right: 20px;
}

body .hero-intro .hero-quicklink em {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 194, 62, 0.12);
  color: #8a6300;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .final-cta-row {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(200px, 0.82fr);
  gap: 14px;
  align-items: center;
}

body .final-cta-copy {
  padding-right: 4px;
  max-width: 620px;
}

body .final-cta-copy h1 {
  font-size: 34px;
  line-height: 1.08;
}

body .final-cta-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 223, 150, 0.9);
}

body .final-cta-copy p {
  margin: 10px 0 0;
  color: rgba(241, 246, 255, 0.8);
  line-height: 1.75;
}

body .final-cta-panel {
  padding: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 40px rgba(8, 15, 26, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body .final-cta-panel-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: rgba(255, 223, 150, 0.9);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body .final-cta-button {
  width: 100%;
  justify-content: center;
  min-height: 36px;
  font-size: 9px;
}

body .btn.btn-lg,
body .btn-group-lg > .btn {
  min-height: 46px;
  padding: 11px 18px;
  font-size: 12px;
  line-height: 1.2;
}

body .btn.btn-icon.btn-lg span,
body .btn.btn-icon-right.btn-lg span {
  position: relative;
  top: auto;
}

body.theme-dark .home-servicepoint-section .home-servicepoint-intro,
body.theme-dark .home-servicepoint-section .home-servicepoint-actions,
body.theme-dark .home-servicepoint-section .home-servicepoint-footer-card {
  background: linear-gradient(180deg, rgba(12, 22, 38, 0.94), rgba(9, 18, 31, 0.96));
  border-color: rgba(151, 180, 219, 0.14);
}

body.theme-dark .home-servicepoint-section .home-servicepoint-intro h4,
body.theme-dark .home-servicepoint-section .home-servicepoint-footer-card strong {
  color: #f8fbff;
}

body.theme-dark .home-servicepoint-section .home-servicepoint-intro p,
body.theme-dark .home-servicepoint-section .home-servicepoint-footer-card span {
  color: #b4c7dc;
}

@media (max-width: 1199px) {
  body .home-servicepoint-section .home-servicepoint-header {
    grid-template-columns: 1fr;
  }

  body .home-servicepoint-section .home-servicepoint-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .home-servicepoint-section .home-servicepoint-intro,
  body .home-servicepoint-section .home-servicepoint-actions {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  body .home-servicepoint-section .home-servicepoint-intro {
    padding: 20px 18px;
  }

  body .home-servicepoint-section .home-servicepoint-intro h4 {
    font-size: 24px;
  }

  body .home-servicepoint-section .home-servicepoint-actions,
  body .home-servicepoint-section .home-servicepoint-footer {
    grid-template-columns: 1fr;
  }

  body .home-servicepoint-section .home-servicepoint-actions .btn {
    min-width: 0;
    width: 100%;
  }
}

body .company-section .company-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 26px;
}

body .company-section .company-section-intro {
  padding: 22px 24px;
  border-radius: 24px;
  background: color-mix(in srgb, var(--cc-surface) 92%, transparent);
  border: 1px solid var(--cc-border-soft);
  box-shadow: var(--cc-shadow-soft);
}

body .company-section .company-section-kicker {
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  color: var(--cc-accent-strong);
}

body .company-section .company-section-intro h4 {
  margin: 0;
  font-size: 28px;
  line-height: 1.22;
}

body .company-section .company-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

body .company-section .company-value-card {
  padding: 16px 18px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--cc-surface-strong) 92%, transparent);
  border: 1px solid var(--cc-border-soft);
}

body .company-section .company-value-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--cc-text-main);
}

body .company-section .company-value-card span {
  display: block;
  color: var(--cc-text-soft);
  line-height: 1.65;
}

body .brand-video-section {
  padding: 72px 0 !important;
  position: relative;
  overflow: hidden;
}

body .brand-video-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(440px 220px at 50% 0, rgba(255, 194, 62, 0.16), transparent 72%),
    linear-gradient(180deg, rgba(5, 11, 20, 0.1), rgba(5, 11, 20, 0.24));
  pointer-events: none;
}

body .brand-video-section .brand-electric-stage {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  min-height: 320px;
  padding: 18px 24px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(7, 14, 24, 0.12), rgba(7, 14, 24, 0.24));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 58px rgba(6, 12, 24, 0.14);
  backdrop-filter: blur(6px);
}

body .brand-video-section .brand-electric-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0 auto 6px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(6, 14, 24, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f3c867;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 11px;
  font-weight: 700;
}

body .brand-video-section .brand-electric-title {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

body .brand-video-section .brand-electric-title-text {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0.08em;
  font-size: clamp(28px, 5.1vw, 68px);
  line-height: 1.08;
  letter-spacing: 0.03em;
  font-weight: 900;
  color: #fff1c9;
  text-align: center;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
  text-shadow:
    0 0 4px rgba(255, 214, 120, 0.82),
    0 0 12px rgba(255, 170, 66, 0.62),
    0 0 20px rgba(255, 144, 33, 0.34);
  animation: cc-electric-flicker 4.8s ease-in-out infinite;
}

body .brand-video-section .brand-electric-title-text::before,
body .brand-video-section .brand-electric-title-text::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  text-align: center;
  pointer-events: none;
}

body .brand-video-section .brand-electric-title-text::before {
  color: rgba(255, 193, 86, 0.42);
  transform: translate(-1px, 0);
  filter: blur(0.4px);
  animation: cc-electric-shift 3s steps(2, end) infinite;
}

body .brand-video-section .brand-electric-title-text::after {
  color: rgba(255, 255, 255, 0.12);
  transform: translate(1px, 0);
  filter: blur(2px);
}

body .brand-video-section .brand-electric-subtitle {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 2px auto 0;
  color: rgba(245, 248, 255, 0.9);
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  text-shadow: 0 2px 12px rgba(8, 14, 26, 0.28);
}

body .brand-video-section {
  background-size: cover;
  background-attachment: fixed;
}

body .brand-video-section::before {
  background:
    linear-gradient(90deg, rgba(6, 14, 24, 0.82), rgba(9, 24, 42, 0.52) 48%, rgba(4, 10, 18, 0.84)),
    radial-gradient(520px 220px at 22% 30%, rgba(45, 212, 191, 0.18), transparent 64%),
    radial-gradient(520px 240px at 78% 18%, rgba(255, 194, 62, 0.2), transparent 66%);
}

body .brand-video-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

body .brand-video-section .brand-electric-stage {
  min-height: 300px;
  padding: 42px 42px 38px;
  justify-content: center;
  gap: 16px;
  border-radius: 26px;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(9, 20, 34, 0.86), rgba(10, 31, 50, 0.66) 50%, rgba(7, 15, 26, 0.9)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 34px 80px rgba(3, 8, 15, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(255, 194, 62, 0.12);
  backdrop-filter: blur(10px) saturate(118%);
}

body .brand-video-section .brand-electric-stage::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.18), transparent),
    radial-gradient(360px 120px at 50% 100%, rgba(255, 194, 62, 0.16), transparent 72%);
  opacity: 0.92;
}

body .brand-video-section .brand-electric-stage::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 24px;
  z-index: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.92), rgba(255, 214, 126, 0.96), transparent);
  box-shadow:
    0 0 18px rgba(45, 212, 191, 0.42),
    0 0 26px rgba(255, 194, 62, 0.28);
}

body .brand-video-section .brand-electric-stage > * {
  position: relative;
  z-index: 1;
}

body .brand-video-section .brand-electric-kicker {
  padding: 9px 18px;
  background: rgba(3, 12, 22, 0.54);
  border-color: rgba(255, 214, 126, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.theme-dark .content-card {
  background: linear-gradient(180deg, rgba(12, 22, 38, 0.96), rgba(9, 18, 31, 0.98));
  border-color: rgba(151, 180, 219, 0.16);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.28);
}

body.theme-dark .content-card h4,
body.theme-dark .content-card strong,
body.theme-dark .content-card small {
  color: #f8fbff !important;
}

body.theme-dark .content-card p {
  color: #d6e2f1 !important;
}

body.theme-dark .company-section .company-section-intro,
body.theme-dark .company-section .company-value-card,
body.theme-dark .company-section .company-panel,
body.theme-dark .company-section .highlight,
body.theme-dark .company-section .company-note {
  background: linear-gradient(180deg, rgba(12, 22, 38, 0.94), rgba(9, 18, 31, 0.96));
  border-color: rgba(151, 180, 219, 0.14);
}

body.theme-dark .company-section .company-section-intro h4,
body.theme-dark .company-section .company-value-card strong,
body.theme-dark .company-section .highlight h4 {
  color: #f8fbff;
}

body.theme-dark .company-section .company-value-card span,
body.theme-dark .company-section .highlight span,
body.theme-dark .company-section .company-note-caption {
  color: #b4c7dc;
}

body.theme-dark .company-section .company-content p,
body.theme-dark .company-section .company-note p {
  color: #d6e2f1;
}

body.theme-dark .company-section .company-image-badge {
  background: rgba(255, 214, 126, 0.14);
  color: #ffd67e;
}

@media (max-width: 1199px) {
  body .company-section .company-section-head,
  body .brand-video-section .brand-electric-stage {
    grid-template-columns: 1fr;
  }

  body .company-section .company-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  body .final-cta-row {
    grid-template-columns: 1fr;
  }

  body .final-cta-copy {
    max-width: 100%;
    padding-right: 0;
  }

  body .final-cta-copy h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  body .hero-intro .hero-spotlight h3 {
    font-size: 22px;
  }

  body .hero-intro .hero-quicklinks {
    gap: 7px;
    margin-top: 14px;
  }

  body .hero-intro .hero-quicklink {
    padding: 10px 12px;
    border-radius: 12px;
  }

  body .hero-intro .hero-quicklink strong {
    font-size: 13px;
  }

  body .hero-intro .hero-quicklink span {
    font-size: 10px;
    line-height: 1.35;
    padding-right: 18px;
  }

  body .hero-intro .hero-quicklink em {
    margin-top: 5px;
    padding: 4px 7px;
  }

  body .final-cta-panel {
    padding: 10px;
    border-radius: 14px;
  }

  body .final-cta-copy h1 {
    font-size: 26px;
  }

  body .final-cta-button {
    min-height: 34px;
    font-size: 9px;
  }

  body .company-section .company-panel {
    padding: 22px 20px;
    border-radius: 24px;
  }

  body .company-section .company-section-intro {
    padding: 20px 18px;
  }

  body .company-section .company-section-intro h4 {
    font-size: 24px;
  }

  body .company-section .company-values {
    grid-template-columns: 1fr;
  }

  body .company-section .company-note {
    align-items: flex-start;
  }

  body .brand-video-section .brand-electric-stage {
    max-width: 100%;
    min-height: 240px;
    padding: 16px 14px 22px;
    gap: 10px;
  }

  body .brand-video-section .brand-electric-kicker {
    letter-spacing: 0.24em;
    font-size: 10px;
  }

  body .brand-video-section .brand-electric-title {
    max-width: 100%;
  }

  body .brand-video-section .brand-electric-title-text {
    padding: 0 0.03em;
    font-size: clamp(22px, 7.6vw, 40px);
    letter-spacing: 0.02em;
    line-height: 1.1;
    max-width: min(100%, 92vw);
  }

  body .brand-video-section .brand-electric-subtitle {
    max-width: 94%;
    font-size: 14px;
    line-height: 1.5;
  }
}

@keyframes cc-electric-flicker {
  0%,
  18%,
  22%,
  54%,
  56%,
  100% {
    opacity: 1;
    text-shadow:
      0 0 8px rgba(255, 212, 102, 0.9),
      0 0 18px rgba(255, 164, 54, 0.8),
      0 0 34px rgba(255, 138, 31, 0.56);
  }

  20%,
  55% {
    opacity: 0.88;
    text-shadow:
      0 0 4px rgba(255, 212, 102, 0.7),
      0 0 10px rgba(255, 164, 54, 0.48),
      0 0 18px rgba(255, 138, 31, 0.3);
  }
}

@keyframes cc-electric-shift {
  0%,
  100% {
    transform: translate(-2px, 1px);
  }

  35% {
    transform: translate(2px, -2px);
  }

  70% {
    transform: translate(-1px, 2px);
  }
}

body .servicepoint-directory-sidebar {
  padding: 18px;
}

body .servicepoint-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin: 0 0 28px;
  padding: 22px 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(64, 196, 255, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.96));
  border: 1px solid rgba(198, 210, 224, 0.82);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

body .servicepoint-toolbar-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

body .servicepoint-toolbar-copy h4 {
  margin: 0;
  color: #17375f;
  font-size: 22px;
  line-height: 1.35;
}

body .servicepoint-toolbar-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 224, 145, 0.34);
  color: #8d5606;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body .servicepoint-toolbar-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

body .servicepoint-toolbar-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 244, 214, 0.9);
  border: 1px solid rgba(211, 137, 20, 0.18);
  color: #8d5606;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body .servicepoint-anchor-bar {
  position: sticky;
  top: 88px;
  z-index: 12;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 0 26px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(198, 210, 224, 0.8);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(14px);
}

body .servicepoint-anchor-label {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 224, 145, 0.34);
  color: #8d5606;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body .servicepoint-anchor-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body .servicepoint-anchor-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 244, 214, 0.9);
  border: 1px solid rgba(211, 137, 20, 0.18);
  color: #8d5606;
  font-size: 12px;
  font-weight: 700;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

body .servicepoint-anchor-link:hover,
body .servicepoint-anchor-link:focus {
  transform: translateY(-2px);
  border-color: rgba(243, 166, 43, 0.45);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08);
  color: #d88b09;
  text-decoration: none;
}

body .servicepoint-filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 0 28px;
  padding: 20px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.96));
  border: 1px solid rgba(198, 210, 224, 0.8);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
}

body .servicepoint-filter-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body .servicepoint-filter-copy h4 {
  margin: 0;
  color: #17375f;
  font-size: 20px;
  line-height: 1.35;
}

body .servicepoint-filter-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 224, 145, 0.34);
  color: #8d5606;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body .servicepoint-filter-controls {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: min(100%, 420px);
}

body .servicepoint-search-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(255, 241, 202, 0.82);
  border: 1px solid rgba(211, 137, 20, 0.18);
  color: #8d5606;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

body .servicepoint-empty-state {
  margin: 0 0 28px;
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.96));
  border: 1px solid rgba(198, 210, 224, 0.8);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
}

body .servicepoint-empty-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 224, 145, 0.34);
  color: #8d5606;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body .servicepoint-empty-state h4 {
  margin: 12px 0 8px;
  color: #17375f;
  font-size: 22px;
  line-height: 1.3;
}

body .servicepoint-empty-state p {
  margin: 0;
  color: #698096;
  line-height: 1.7;
}

body .servicepoint-search-input {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(198, 210, 224, 0.9);
  background: rgba(255, 255, 255, 0.92);
  color: #17375f;
  font-size: 14px;
  font-weight: 600;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

body .servicepoint-search-input:focus {
  outline: none;
  border-color: rgba(243, 166, 43, 0.48);
  box-shadow: 0 0 0 4px rgba(243, 166, 43, 0.12);
}

body .servicepoint-search-clear {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(198, 210, 224, 0.9);
  background: rgba(255, 255, 255, 0.92);
  color: #35597f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

body .servicepoint-search-clear:hover,
body .servicepoint-search-clear:focus {
  transform: translateY(-2px);
  border-color: rgba(243, 166, 43, 0.45);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08);
  color: #d88b09;
  outline: none;
}

body .servicepoint-sidebar-intro {
  margin-bottom: 18px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(242, 247, 251, 0.96));
  border: 1px solid rgba(198, 210, 224, 0.82);
  box-shadow: 0 16px 26px rgba(15, 23, 42, 0.08);
}

body .servicepoint-sidebar-intro h4 {
  margin: 10px 0 8px;
  font-size: 22px;
  line-height: 1.24;
  color: #17375f;
}

body .servicepoint-sidebar-intro p {
  margin: 0;
  color: #698096;
  line-height: 1.7;
}

body .servicepoint-region-grid {
  gap: 20px;
}

body .servicepoint-region-card {
  border-radius: 26px;
  box-shadow:
    0 18px 34px rgba(15, 23, 42, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

body .servicepoint-region-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 26px 40px rgba(15, 23, 42, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body .servicepoint-region-head {
  align-items: center;
  padding: 20px 22px;
}

body .servicepoint-region-head-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body .servicepoint-region-label {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(15, 47, 93, 0.08);
  color: #5d7690;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body .servicepoint-region-head-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

body .servicepoint-region-head-meta strong {
  color: #17375f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .servicepoint-city-group {
  border-radius: 18px;
  padding: 16px;
}

body .servicepoint-city-group-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

body .servicepoint-city-group-head span {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(15, 47, 93, 0.07);
  color: #6b8197;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body .servicepoint-point-list {
  grid-template-columns: 1fr;
}

body .servicepoint-point-list li a,
body .servicepoint-point-list li span {
  position: relative;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
}

body .servicepoint-point-list li a::after {
  content: ">";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(15, 47, 93, 0.38);
  font-weight: 800;
  transition: transform 0.2s ease, color 0.2s ease;
}

body .servicepoint-point-list li a:hover::after {
  color: rgba(15, 47, 93, 0.7);
  transform: translate(3px, -50%);
}

body .servicepoint-directory-page .servicepoint-cta-row {
  display: flex;
  align-items: center;
}

body .servicepoint-directory-page .servicepoint-cta-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body .servicepoint-directory-page .servicepoint-cta-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(248, 251, 255, 0.88);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body .servicepoint-directory-page .servicepoint-cta-copy p {
  margin: 0;
  max-width: 660px;
  color: rgba(241, 246, 255, 0.8);
  line-height: 1.7;
}

body .servicepoint-directory-page .servicepoint-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

body .servicepoint-directory-page .servicepoint-cta-point {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(248, 251, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  backdrop-filter: blur(10px);
}

body .servicepoint-directory-page .servicepoint-cta-actions {
  display: flex;
  justify-content: flex-end;
}

body .servicepoint-directory-page .servicepoint-cta-panel {
  width: min(100%, 340px);
  padding: 24px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 34px rgba(8, 15, 27, 0.14);
  backdrop-filter: blur(14px);
}

body .servicepoint-directory-page .servicepoint-cta-panel strong {
  display: block;
  margin-bottom: 8px;
  color: #f8fbff;
  font-size: 18px;
  line-height: 1.4;
}

body .servicepoint-directory-page .servicepoint-cta-panel span {
  display: block;
  margin-bottom: 18px;
  color: rgba(241, 246, 255, 0.8);
  line-height: 1.7;
}

body .servicepoint-directory-page .servicepoint-cta-actions .btn {
  min-width: 220px;
  width: 100%;
  justify-content: center;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-card {
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
  will-change: transform;
}

body .servicepoint-directory-page .listing-card .listing-header.bg-base {
  padding: 11px 16px;
  background: linear-gradient(135deg, rgba(255, 214, 126, 0.96), rgba(243, 166, 43, 0.98)) !important;
  border-bottom: 1px solid rgba(211, 137, 20, 0.2);
  color: #442907 !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 36px rgba(15, 23, 42, 0.12);
}

body .servicepoint-directory-page ul.list-listings-2 .listing-body {
  padding-bottom: 4px;
}

body .servicepoint-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

body .servicepoint-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

body .servicepoint-status-badge-featured {
  background: rgba(255, 214, 126, 0.28);
  border-color: rgba(211, 137, 20, 0.26);
  color: #8d5606;
}

body .servicepoint-status-badge-sales {
  background: rgba(255, 228, 168, 0.5);
  border-color: rgba(211, 137, 20, 0.18);
  color: #9e6509;
}

body .servicepoint-status-badge-service {
  background: rgba(255, 241, 202, 0.72);
  border-color: rgba(211, 137, 20, 0.14);
  color: #b57710;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-body h3 a {
  transition: color 0.22s ease;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-card:hover .listing-body h3 a {
  color: #f3a62b;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-image img {
  transition: transform 0.35s ease, filter 0.35s ease;
}

body .servicepoint-directory-page ul.list-listings-2 .listing-card:hover .listing-image img {
  transform: scale(1.018);
  filter: saturate(1.02);
}

body .servicepoint-directory-page ul.list-listings-2 .servicepoint-contact-list li {
  gap: 10px;
}

body .servicepoint-directory-page ul.list-listings-2 .servicepoint-contact-value {
  line-height: 1.65;
}

body .servicepoint-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

body .servicepoint-action-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(15, 47, 93, 0.06);
  border: 1px solid rgba(198, 210, 224, 0.82);
  color: #24476f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    transform 0.18s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease,
    background 0.22s ease;
}

body .servicepoint-action-chip:hover,
body .servicepoint-action-chip:focus {
  text-decoration: none;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(243, 166, 43, 0.4);
  box-shadow: 0 12px 20px rgba(15, 23, 42, 0.08);
  color: #d88b09;
}

body.theme-dark .servicepoint-directory-sidebar {
  background: transparent;
}

body.theme-dark .servicepoint-toolbar {
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(10, 17, 30, 0.98));
  border-color: rgba(148, 163, 184, 0.14);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.22);
}

body.theme-dark .servicepoint-toolbar-copy h4 {
  color: #f2f7ff;
}

body.theme-dark .servicepoint-toolbar-kicker,
body.theme-dark .servicepoint-toolbar-pill {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #8fabc8;
}

body.theme-dark .servicepoint-anchor-bar {
  background: rgba(10, 17, 30, 0.84);
  border-color: rgba(148, 163, 184, 0.14);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.2);
}

body.theme-dark .servicepoint-anchor-label,
body.theme-dark .servicepoint-anchor-link {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #8fabc8;
}

body.theme-dark .servicepoint-anchor-link:hover,
body.theme-dark .servicepoint-anchor-link:focus {
  color: #ffd67e;
  border-color: rgba(255, 214, 126, 0.3);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
}

body.theme-dark .servicepoint-filter-bar {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(10, 17, 30, 0.98));
  border-color: rgba(148, 163, 184, 0.14);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.2);
}

body.theme-dark .servicepoint-empty-state {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(10, 17, 30, 0.98));
  border-color: rgba(148, 163, 184, 0.14);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.2);
}

body.theme-dark .servicepoint-filter-copy h4 {
  color: #f2f7ff;
}

body.theme-dark .servicepoint-filter-kicker,
body.theme-dark .servicepoint-empty-kicker,
body.theme-dark .servicepoint-search-count,
body.theme-dark .servicepoint-search-clear,
body.theme-dark .servicepoint-search-input {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #d8e2ef;
}

body.theme-dark .servicepoint-empty-state h4 {
  color: #f2f7ff;
}

body.theme-dark .servicepoint-empty-state p {
  color: #8fabc8;
}

body.theme-dark .servicepoint-search-input::placeholder {
  color: rgba(216, 226, 239, 0.64);
}

body.theme-dark .servicepoint-search-input:focus {
  border-color: rgba(255, 214, 126, 0.28);
  box-shadow: 0 0 0 4px rgba(255, 214, 126, 0.08);
}

body.theme-dark .servicepoint-search-clear:hover,
body.theme-dark .servicepoint-search-clear:focus {
  color: #ffd67e;
  border-color: rgba(255, 214, 126, 0.3);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
}

body.theme-dark .servicepoint-sidebar-intro {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(10, 17, 30, 0.98));
  border-color: rgba(148, 163, 184, 0.14);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.16);
}

body.theme-dark .servicepoint-sidebar-intro h4 {
  color: #f2f7ff;
}

body.theme-dark .servicepoint-sidebar-intro p {
  color: #8fabc8;
}

body.theme-dark .servicepoint-region-card {
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.theme-dark .servicepoint-region-card:hover {
  box-shadow:
    0 30px 48px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.theme-dark .servicepoint-region-label,
body.theme-dark .servicepoint-city-group-head span {
  background: rgba(255, 255, 255, 0.06);
  color: #8fabc8;
}

body.theme-dark .servicepoint-region-head-meta strong {
  color: #f2f7ff;
}

body.theme-dark .servicepoint-point-list li a::after {
  color: rgba(226, 233, 245, 0.42);
}

body.theme-dark .servicepoint-point-list li a:hover::after {
  color: rgba(255, 214, 126, 0.82);
}

body.theme-dark .servicepoint-directory-page ul.list-listings-2 .listing-card:hover {
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.24);
}

body.theme-dark .servicepoint-status-badge-featured {
  background: rgba(255, 214, 126, 0.08);
  border-color: rgba(255, 214, 126, 0.22);
  color: #ffd67e;
}

body.theme-dark .servicepoint-status-badge-sales {
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.18);
  color: #86efac;
}

body.theme-dark .servicepoint-status-badge-service {
  background: rgba(56, 189, 248, 0.1);
  border-color: rgba(56, 189, 248, 0.18);
  color: #93c5fd;
}

body.theme-dark .servicepoint-directory-page ul.list-listings-2 .listing-card:hover .listing-body h3 a {
  color: #ffd67e;
}

body.theme-dark .servicepoint-action-chip {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
  color: #d8e2ef;
}

body.theme-dark .servicepoint-action-chip:hover,
body.theme-dark .servicepoint-action-chip:focus {
  background: rgba(255, 214, 126, 0.08);
  border-color: rgba(255, 214, 126, 0.28);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  color: #ffd67e;
}

body.theme-dark .servicepoint-directory-page ul.list-listings-2 .listing-footer ul.aux-info li i {
  color: #8fb4da;
}

body.theme-dark .servicepoint-directory-page .servicepoint-cta-point {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
}

body.theme-dark .servicepoint-directory-page .servicepoint-cta-panel {
  background: rgba(8, 15, 27, 0.2);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.22);
}

/* Home page stability pass: keep text blocks predictable and prevent late layout shifts. */
body #slider-wrapper.layer-slider-wrapper {
  padding: 32px 16px 24px;
  margin: 0;
  overflow: hidden;
}

body #layerslider {
  width: min(100%, 1400px) !important;
  height: 500px !important;
  max-height: 500px;
  margin-inline: auto;
  aspect-ratio: 14 / 5;
}

body #layerslider .ls-bg {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

body #layerslider .cc-slider-main-visual {
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

body #layerslider .ls-slide:first-child .cc-slider-main-visual {
  visibility: visible !important;
  opacity: 1 !important;
}

body .hero-intro,
body .hero-intro *,
body .home-servicepoint-section,
body .home-servicepoint-section *,
body .brand-video-section,
body .brand-video-section *,
body .final-cta-row,
body .final-cta-row *,
body .client-grid,
body .client-grid * {
  letter-spacing: 0;
}

body .hero-intro {
  padding: 64px 0 48px;
}

body .hero-intro .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

body .hero-intro .row > [class*="col-"] {
  display: flex;
  min-width: 0;
}

body .hero-copy,
body .hero-copy.hero-copy-panel,
body .hero-intro .hero-aside,
body .hero-intro .hero-spotlight {
  width: 100%;
}

body .hero-copy.hero-copy-panel,
body .hero-intro .hero-spotlight {
  border-radius: 24px;
}

body .hero-intro h1 {
  max-width: 720px;
  margin: 12px 0 14px;
  font-size: 44px;
  line-height: 1.14;
  overflow-wrap: break-word;
  word-break: normal;
}

body .hero-intro p {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.72;
}

body .hero-intro .kicker,
body .hero-intro .hero-spotlight-kicker,
body .final-cta-kicker,
body .final-cta-panel-label,
body .servicepoint-showcase-kicker,
body .servicepoint-panel-kicker,
body .servicepoint-city-panel-label,
body .brand-video-section .brand-electric-kicker {
  letter-spacing: 0.08em;
}

body .hero-intro .hero-actions .btn,
body .home-servicepoint-actions .btn,
body .final-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 46px;
  white-space: normal;
  text-align: center;
}

body .hero-intro .hero-proof-strip,
body .hero-intro .hero-metrics,
body .hero-intro .hero-quicklinks {
  min-width: 0;
}

body .hero-intro .hero-proof-item,
body .hero-intro .hero-metric,
body .hero-intro .hero-quicklink {
  min-width: 0;
}

body .hero-intro .hero-proof-item {
  flex: 1 1 170px;
  justify-content: center;
  text-align: center;
}

body .hero-intro .hero-metric {
  min-height: 124px;
}

body .hero-intro .hero-metric strong,
body .hero-intro .hero-metric span,
body .hero-intro .hero-quicklink strong,
body .hero-intro .hero-quicklink span,
body .hero-intro .hero-quicklink em {
  overflow-wrap: break-word;
}

body .hero-intro .hero-quicklink {
  min-height: 86px;
  padding-right: 42px;
}

body .hero-intro .hero-quicklink span {
  padding-right: 0;
}

body .home-servicepoint-section .home-servicepoint-header {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(280px, 1.15fr) minmax(220px, 0.7fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 26px;
}

body .home-servicepoint-section .home-servicepoint-intro,
body .home-servicepoint-section .home-servicepoint-actions,
body .home-servicepoint-section .home-servicepoint-footer-card {
  min-width: 0;
  border-radius: 22px;
}

body .home-servicepoint-section .home-servicepoint-intro {
  padding: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 47, 93, 0.08);
}

body .home-servicepoint-section .home-servicepoint-intro h4 {
  margin: 8px 0 8px;
  font-size: 28px;
  line-height: 1.18;
  overflow-wrap: break-word;
}

body .home-servicepoint-section .home-servicepoint-intro p {
  margin: 0;
  line-height: 1.7;
}

body .home-servicepoint-section .home-servicepoint-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-content: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(15, 47, 93, 0.08);
}

body .home-servicepoint-section .servicepoint-showcase-sidebar-card,
body .home-servicepoint-section .servicepoint-showcase-panel {
  max-height: none;
  overflow: visible;
}

body .home-servicepoint-section .servicepoint-showcase-panel {
  min-height: 320px;
}

body .servicepoint-showcase-copy h4,
body .servicepoint-hero-main h5,
body .servicepoint-city-panel-head h6,
body .servicepoint-city-entry-copy strong,
body .servicepoint-city-entry-copy small,
body .servicepoint-city-entry-type {
  overflow-wrap: break-word;
}

body .servicepoint-city-entry-type,
body .servicepoint-city-panel-count,
body .servicepoint-city-panel-badges span {
  white-space: normal;
  text-align: center;
}

body .brand-video-section {
  padding: 56px 0 !important;
  display: grid;
  align-items: center;
  min-height: 440px;
}

body .brand-video-section .wp-section {
  width: 100%;
  display: grid;
  align-items: center;
}

body .brand-video-section .container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .brand-video-section .brand-electric-stage {
  width: min(100%, 1120px);
  min-height: 260px;
  border-radius: 24px;
  margin-inline: auto;
  align-self: center;
}

body .brand-video-section .brand-electric-title-text {
  font-size: 56px;
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

@supports (content-visibility: auto) {
  body .home-servicepoint-section,
  body .brand-video-section,
  body .home-final-cta-section,
  body .home-partners-section,
  body .footer.footer-reimagined {
    content-visibility: auto;
  }

  body .home-servicepoint-section,
  body .brand-video-section,
  body .home-final-cta-section,
  body .home-partners-section {
    contain-intrinsic-size: 720px;
  }

  body .footer.footer-reimagined {
    contain-intrinsic-size: 420px;
  }
}

body .final-cta-row {
  margin-left: 0;
  margin-right: 0;
}

body .final-cta-row > [class*="col-"] {
  float: none;
  width: auto;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

body .final-cta-copy h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.16;
  overflow-wrap: break-word;
}

body .final-cta-copy p {
  max-width: 720px;
}

body .final-cta-panel {
  min-height: 128px;
}

body .final-cta-button {
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
}

body .slice.p-15.base {
  padding: 0;
}

body .slice.p-15.base .cta-wr {
  padding: 46px 0;
}

body .slice.p-15.base .final-cta-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 36px;
  align-items: center;
  margin: 0;
}

body .slice.p-15.base .final-cta-row::before,
body .slice.p-15.base .final-cta-row::after {
  display: none;
  content: none;
}

body .slice.p-15.base .final-cta-row > .col-md-8,
body .slice.p-15.base .final-cta-row > .col-md-4 {
  float: none;
  width: auto;
  min-width: 0;
  padding: 0;
}

body .slice.p-15.base .final-cta-copy {
  max-width: 760px;
  padding: 0;
}

body .slice.p-15.base .final-cta-kicker {
  display: block;
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

body .slice.p-15.base .final-cta-copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: 36px;
  line-height: 1.14;
  text-wrap: balance;
}

body .slice.p-15.base .final-cta-copy p {
  max-width: 680px;
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

body .slice.p-15.base .final-cta-panel {
  width: 100%;
  min-height: 0;
  padding: 18px;
  border-radius: 16px;
  align-self: center;
}

body .slice.p-15.base .final-cta-panel-label {
  display: block;
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

body .slice.p-15.base .final-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0 58px 0 20px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

body .slice.p-15.base .final-cta-button span {
  display: block;
  width: 100%;
  padding: 0;
  position: static;
  top: auto;
  text-align: center;
}

body .slice.p-15.base .final-cta-button.btn-icon-right::before {
  right: 0;
  left: auto;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@media (max-width: 991px) {
  body .slice.p-15.base .final-cta-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body .slice.p-15.base .final-cta-copy h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  body .slice.p-15.base .cta-wr {
    padding: 36px 0;
  }

  body .slice.p-15.base .final-cta-copy h1 {
    font-size: 25px;
    line-height: 1.18;
  }

  body .slice.p-15.base .final-cta-panel {
    padding: 16px;
  }

  body .slice.p-15.base .final-cta-button {
    min-height: 48px;
    font-size: 12px;
  }
}

body .client-grid {
  margin-top: 18px;
}

body .client-grid .client {
  min-height: 124px;
  border-radius: 18px;
}

body .client-grid .client > a {
  min-height: 78px;
}

@media (max-width: 1199px) {
  body #layerslider {
    height: 420px !important;
  }

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

  body .home-servicepoint-section .home-servicepoint-header {
    grid-template-columns: 1fr;
  }

  body .home-servicepoint-section .home-servicepoint-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .brand-video-section .brand-electric-title-text {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  body #layerslider {
    height: 340px !important;
  }

  body .hero-intro {
    padding: 48px 0 38px;
  }

  body .hero-intro .row {
    gap: 22px;
  }

  body .hero-intro .hero-aside {
    justify-content: stretch;
  }

  body .hero-intro .hero-metrics {
    grid-template-columns: 1fr;
  }

  body .servicepoint-showcase-body {
    grid-template-columns: 1fr;
  }

  body .final-cta-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body .pg-opt {
    padding: 14px 0 10px;
  }

  body .pg-opt .row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  body .pg-opt [class*="col-"] {
    width: 100%;
  }

  body .pg-opt h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.18;
  }

  body .pg-opt .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
    margin: 0;
    padding: 0;
  }

  body .page-hero {
    padding: 48px 0 28px;
  }

  body .page-hero .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  body .page-hero h1 {
    font-size: clamp(28px, 7vw, 34px);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  body .page-hero p {
    font-size: 15px;
    line-height: 1.68;
  }

  body .products-directory-page .products-directory-head {
    align-items: flex-start;
    flex-direction: column;
  }

  body .products-directory-page .products-directory-summary {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.65;
  }

  body .products-directory-page .products-directory-tools {
    flex-direction: column;
    align-items: stretch;
  }

  body .products-directory-page .products-search-count,
  body .products-directory-page .products-directory-count {
    width: 100%;
  }

  body .products-directory-page .products-search-input {
    min-height: 50px;
    border-radius: 16px;
    font-size: 14px;
  }

  body .products-directory-page .products-models-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body .products-directory-page .products-model-card {
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
  }

  body .products-directory-page .products-model-card h3 {
    font-size: 21px;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body #slider-wrapper.layer-slider-wrapper {
    padding: 0 0 18px;
  }

  body #layerslider {
    width: 100% !important;
    height: 260px !important;
    border-radius: 0;
  }

  body .hero-copy.hero-copy-panel,
  body .hero-intro .hero-spotlight {
    padding: 24px 20px;
    border-radius: 20px;
    overflow: hidden;
  }

  body .hero-intro .container {
    width: 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  body .hero-intro .row {
    margin-right: 0;
    margin-left: 0;
  }

  body .hero-intro .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  body .hero-intro h1 {
    max-width: 100%;
    font-size: clamp(24px, 8vw, 30px);
    line-height: 1.18;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  body .hero-intro p {
    font-size: 15px;
  }

  body .hero-intro .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body .hero-intro .hero-actions .btn,
  body .home-servicepoint-actions .btn {
    width: 100%;
  }

  body .hero-intro .hero-proof-item {
    flex-basis: 100%;
  }

  body .home-servicepoint-section {
    padding: 48px 0 58px;
  }

  body .home-servicepoint-section .section-title span {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
  }

  body .home-servicepoint-section .home-servicepoint-actions {
    grid-template-columns: 1fr;
  }

  body .servicepoint-showcase-copy {
    padding: 24px 20px;
    border-radius: 20px;
  }

  body .servicepoint-showcase-copy h4,
  body .servicepoint-hero-main h5 {
    font-size: 26px;
    line-height: 1.18;
  }

  body .servicepoint-showcase-panel,
  body .servicepoint-city-panel,
  body .servicepoint-showcase-sidebar-card {
    border-radius: 20px;
  }

  body .servicepoint-city-panel-head {
    display: grid;
    grid-template-columns: 1fr;
  }

  body .servicepoint-city-panel-count {
    justify-self: flex-start;
  }

  body .brand-video-section {
    padding: 44px 0 !important;
  }

  body .brand-video-section .brand-electric-stage {
    min-height: 220px;
    border-radius: 20px;
  }

  body .brand-video-section .brand-electric-title-text {
    font-size: 28px;
    line-height: 1.18;
  }

  body .brand-video-section .brand-electric-subtitle {
    font-size: 14px;
  }

  body .final-cta-copy h1 {
    font-size: 25px;
  }

  body .final-cta-panel {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  body .products-directory-page .products-directory-shell {
    gap: 18px;
  }

  body .products-directory-page .products-model-card {
    padding: 14px;
  }

  body .products-directory-page .products-model-card-media {
    padding: 10px;
  }

  body .products-directory-page .products-model-card h3 {
    font-size: 19px;
  }

  body .servicepoint-directory-page .servicepoint-page-hero h1 {
    max-width: 340px;
    font-size: clamp(25px, 7vw, 30px);
    line-height: 1.12;
  }

  body .servicepoint-directory-page .servicepoint-page-hero p {
    max-width: 340px;
  }

  body .servicepoint-directory-page .servicepoint-page-hero-stat {
    min-width: 100%;
  }

  body .hero-intro .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  body .hero-copy.hero-copy-panel,
  body .hero-intro .hero-spotlight {
    padding: 22px 18px;
    border-radius: 18px;
  }

  body .hero-intro h1 {
    max-width: 330px;
    font-size: clamp(21px, 6.2vw, 24px);
    line-height: 1.2;
  }

  body .hero-intro p {
    font-size: 14px;
    line-height: 1.62;
  }
}

@media (max-width: 767px) {
  body .brand-video-section {
    background-attachment: scroll;
    min-height: 360px;
  }

  body .brand-video-section::after {
    background-size: 38px 38px;
    opacity: 0.22;
  }

  body .brand-video-section .brand-electric-stage {
    padding: 34px 18px 28px;
    border-radius: 18px;
  }

  body .brand-video-section .brand-electric-stage::before {
    inset: 9px;
    border-radius: 14px;
  }

  body .brand-video-section .brand-electric-stage::after {
    left: 18px;
    right: 18px;
    top: 18px;
  }

  body .servicepoint-toolbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    overflow: hidden;
  }

  body .servicepoint-directory-page .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  body .servicepoint-directory-page .row {
    margin-right: 0;
    margin-left: 0;
  }

  body .servicepoint-directory-page .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  body .servicepoint-toolbar-copy,
  body .servicepoint-toolbar-copy h4 {
    width: 100%;
  }

  body .servicepoint-toolbar-copy h4 {
    max-width: 300px;
    font-size: 20px;
    line-height: 1.2;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body .servicepoint-toolbar-pills {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 8px;
    justify-content: flex-start;
  }

  body .servicepoint-toolbar-pill {
    justify-content: center;
    width: 100%;
  }

  body .servicepoint-anchor-bar {
    position: static;
    padding: 14px;
  }

  body .servicepoint-filter-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
  }

  body .servicepoint-filter-controls {
    min-width: 100%;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  body .servicepoint-anchor-links {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-bottom: -6px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  body .servicepoint-anchor-links::-webkit-scrollbar {
    display: none;
  }

  body .servicepoint-anchor-link {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  body .servicepoint-search-count {
    width: 100%;
  }

  body .servicepoint-search-clear {
    width: 100%;
  }

  body .servicepoint-directory-sidebar {
    padding: 14px;
  }

  body .servicepoint-sidebar-intro {
    padding: 16px;
  }

  body .servicepoint-directory-page .servicepoint-cta-row {
    display: block;
  }

  body .servicepoint-directory-page .servicepoint-cta-actions {
    justify-content: flex-start;
    margin-top: 18px;
  }

  body .servicepoint-directory-page .servicepoint-cta-panel {
    width: 100%;
  }

  body .servicepoint-region-head {
    padding: 18px;
  }

  body .servicepoint-region-head-meta {
    align-items: flex-start;
  }

  body .servicepoint-city-group-head {
    align-items: flex-start;
    flex-direction: column;
  }
}






