/* NeonPe beta overrides */

/* Footer – spacing */
.cs_footer.cs_style_1 .cs_footer_main {
  padding: 50px 0 50px;
}

.cs_footer.cs_style_1 .cs_footer_bottom {
  padding: 10px 0;
}

/* Footer – 50% about/contact | 50% link columns */
.cs_footer.cs_style_1 .neonpe_footer_layout.cs_footer_widget_wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px 36px;
  justify-content: stretch;
}

.neonpe_footer_links_col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 16px;
  align-content: start;
}

.neonpe_footer_layout .cs_footer_widget,
.cs_footer.cs_style_1 .cs_footer_widget.cs_text_widget {
  max-width: none;
}

.neonpe_footer_links_col .cs_footer_widget_title {
  font-size: 18px;
  margin-bottom: 16px;
  padding-bottom: 10px;
}

.neonpe_footer_links_col .cs_footer_menu li {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .cs_footer.cs_style_1 .neonpe_footer_layout.cs_footer_widget_wrapper {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cs_footer.cs_style_1 .neonpe_footer_layout.cs_footer_widget_wrapper .neonpe_footer_about_col {
    grid-column: auto;
  }

  .neonpe_footer_links_col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .neonpe_footer_links_col {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Footer & contact page – shared contact block */
.neonpe_footer_contact,
.neonpe_contact_details {
  padding-top: 24px;
  border-top: 1px solid rgba(0, 88, 149, 0.12);
}

.neonpe_footer_contact_list,
.neonpe_contact_details_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.neonpe_footer_contact_list li,
.neonpe_contact_details_list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.neonpe_footer_contact_list li:not(:last-child) {
  align-items: center;
}

.neonpe_footer_contact_list li:not(:last-child) .neonpe_contact_text {
  justify-content: center;
}

.neonpe_contact_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--neonpe-primary-tint);
  color: var(--neonpe-primary);
  font-size: 16px;
}

.neonpe_contact_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.neonpe_contact_label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neonpe-primary);
}

.neonpe_contact_text a,
.neonpe_contact_phones a {
  color: var(--heading-color);
  font-weight: 600;
  line-height: 1.5;
  transition: color 0.2s ease;
}

.neonpe_contact_text a:hover,
.neonpe_contact_phones a:hover {
  color: var(--neonpe-primary);
}

.neonpe_contact_address {
  font-style: normal;
  color: var(--heading-color);
  line-height: 1.65;
  font-size: 15px;
}

.neonpe_contact_address_compact {
  line-height: 1.5;
  font-size: 14px;
}

/* Contact page – restore gradient info card (no video) */
.neonpe_contact_desc_fill {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cs_contact_desc .cs_contact_info_list.neonpe_contact_info_only {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(245deg, var(--neonpe-primary-dark) -67.04%, var(--neonpe-primary) 129.05%);
}

.cs_contact_desc .cs_contact_info_list.neonpe_contact_info_only li:last-child {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cs_contact_desc .cs_contact_info_list.neonpe_contact_info_only li:last-child .cs_iconbox.cs_style_6 {
  flex: 1;
  align-items: flex-start;
}

.neonpe_contact_page_phones a {
  color: #fff;
}

.neonpe_contact_page_phones a:hover {
  color: var(--neonpe-primary-tint-strong);
}

.cs_contact_desc .cs_iconbox.cs_style_6 {
  flex-wrap: wrap;
  align-items: flex-start;
}

.neonpe_contact_page_phones {
  word-break: break-word;
}

.cs_contact_desc .cs_iconbox.cs_style_6 .cs_iconbox_icon {
  margin-top: 2px;
}

.cs_contact_desc .cs_iconbox.cs_style_6 .cs_iconbox_info {
  flex: 1;
  min-width: 0;
}

.neonpe_contact_page_address {
  font-style: normal;
  line-height: 1.65;
  font-size: 16px !important;
}

.neonpe_contact_message {
  min-height: 90px;
}

.neonpe_captcha_field {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.neonpe_captcha_question {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  padding: 14px 18px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  color: var(--heading-color);
  background: var(--neonpe-primary-tint);
  border: 1px solid var(--border-color);
  pointer-events: none;
}

.neonpe_captcha_answer {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  margin-bottom: 0;
}

#neonpe_contact_result.neonpe_contact_result_error {
  color: #c62828;
}

.cs_footer.cs_style_1 .cs_footer_widget.cs_text_widget p {
  line-height: 1.65;
  font-size: 15px;
}

/* How It Works – vertical steps */
.neonpe_how_intro {
  max-width: 760px;
  line-height: 1.75;
  color: var(--body-color);
}

.neonpe_steps_vertical {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 760px;
  margin: 0 auto;
}

.neonpe_steps_vertical .cs_feature_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-right: 0 !important;
}

.neonpe_steps_vertical .cs_feature_step:not(:last-child) {
  margin-bottom: 36px;
  padding-bottom: 0;
}

.neonpe_steps_vertical .cs_feature_step::before {
  display: none;
}

.neonpe_steps_vertical .cs_feature_step {
  transition: transform 0.35s ease;
}

.neonpe_steps_vertical .cs_feature_step:hover {
  transform: translateY(-4px);
}

.neonpe_steps_vertical .cs_step_index {
  background-color: #fff;
  border-color: rgba(0, 88, 149, 0.18);
  transition: color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.neonpe_steps_vertical .cs_step_index::before {
  background-image: linear-gradient(245deg, var(--neonpe-primary-dark) -67.04%, var(--neonpe-primary) 129.05%);
}

.neonpe_steps_vertical .cs_vertical_line {
  height: 40px;
  flex-shrink: 0;
  background-color: rgba(0, 88, 149, 0.2);
  transition: background-color 0.35s ease, height 0.35s ease;
}

.neonpe_steps_vertical .cs_feature_step:hover .cs_vertical_line {
  background-color: var(--neonpe-primary);
  height: 44px;
}

.neonpe_steps_vertical .cs_step_indfo_wrapper {
  width: 100%;
  padding: 28px 32px 30px;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(0, 88, 149, 0.12);
  box-shadow: 0 10px 30px rgba(0, 88, 149, 0.08);
  transition: color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.neonpe_steps_vertical .cs_step_indfo_wrapper::before {
  background-image: linear-gradient(245deg, var(--neonpe-primary-dark) -67.04%, var(--neonpe-primary) 129.05%);
}

.neonpe_steps_vertical .cs_step_indfo_wrapper img {
  display: none;
}

.neonpe_steps_vertical .cs_step_indfo_wrapper h3 {
  color: var(--heading-color);
  transition: color 0.35s ease;
}

.neonpe_steps_vertical .cs_step_indfo_wrapper p,
.neonpe_steps_vertical .cs_step_indfo_wrapper strong {
  transition: color 0.35s ease;
}

.neonpe_steps_vertical .cs_step_indfo_wrapper p {
  line-height: 1.75;
  color: var(--body-color);
}

.neonpe_steps_vertical .cs_step_indfo_wrapper a {
  color: var(--neonpe-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.35s ease;
}

.neonpe_steps_vertical .cs_step_indfo_wrapper a:hover {
  color: var(--neonpe-primary-dark);
}

/* Gradient hover – same animation as services steps, readable text */
.neonpe_steps_vertical .cs_feature_step:hover .cs_step_index,
.neonpe_steps_vertical .cs_feature_step:hover .cs_step_indfo_wrapper {
  color: #fff;
  border-color: transparent;
  box-shadow: 0 16px 40px rgba(0, 88, 149, 0.22);
}

.neonpe_steps_vertical .cs_feature_step:hover .cs_step_indfo_wrapper h3,
.neonpe_steps_vertical .cs_feature_step:hover .cs_step_indfo_wrapper p,
.neonpe_steps_vertical .cs_feature_step:hover .cs_step_indfo_wrapper strong {
  color: #fff;
}

.neonpe_steps_vertical .cs_feature_step:hover .cs_step_indfo_wrapper a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.85);
}

.neonpe_steps_vertical .cs_feature_step:hover .cs_step_indfo_wrapper a:hover {
  color: var(--neonpe-primary-tint-strong);
  text-decoration-color: var(--neonpe-primary-tint-strong);
}

.neonpe_steps_vertical .cs_feature_step:hover .cs_step_index span {
  color: #fff;
}

.neonpe_steps_vertical .cs_feature_step:hover .cs_step_indfo_wrapper::before,
.neonpe_steps_vertical .cs_feature_step:hover .cs_step_index::before {
  opacity: 1;
}

.neonpe_steps_vertical .cs_feature_step:hover .cs_step_indfo_wrapper {
  transform: translateY(-2px);
}

.neonpe_how_cta {
  margin-top: 80px;
}

@media (max-width: 575px) {
  .neonpe_steps_vertical .cs_feature_step:not(:last-child) {
    margin-bottom: 28px;
  }

  .neonpe_steps_vertical .cs_step_indfo_wrapper {
    padding: 22px 20px 24px;
  }

  .neonpe_how_cta {
    margin-top: 56px;
  }
}

/* Disable page preloader – show content immediately */
.cs_preloader {
  display: none !important;
}

/* Brand palette – primary #005895 */
:root {
  --neonpe-primary: #005895;
  --neonpe-primary-dark: #003d66;
  --neonpe-primary-light: #0077be;
  --neonpe-primary-tint: #e6f0f8;
  --neonpe-primary-tint-strong: #b8d9ee;

  --accent-color: var(--neonpe-primary);
  --theme-color-1: var(--neonpe-primary-tint);
  --theme-color-4: var(--neonpe-primary-tint-strong);
  --green-color: var(--neonpe-primary);
  --purple-color: var(--neonpe-primary);
}

/* Primary buttons */
.cs_btn.cs_style_1.cs_bg_1 {
  background: linear-gradient(245deg, var(--neonpe-primary-dark) -67.04%, var(--neonpe-primary) 129.05%);
}

.cs_btn.cs_style_1:hover.cs_bg_1 {
  background: linear-gradient(245deg, var(--neonpe-primary) -77.04%, var(--neonpe-primary-light) 119.05%);
}

/* Section subtitle pill border */
.cs_section_heading.cs_style_1 .cs_section_subtitle::before {
  background: linear-gradient(90deg, var(--neonpe-primary-dark) 0%, var(--neonpe-primary-light) 100%);
}

/* Icon boxes & feature cards */
.cs_iconbox.cs_style_1 .cs_iconbox_icon.cs_bg_1,
.cs_iconbox.cs_style_2 .cs_iconbox_icon.cs_bg_1 {
  background: linear-gradient(90deg, var(--neonpe-primary-dark) 0%, var(--neonpe-primary) 100%);
}

.cs_feature_item .cs_feature_icon,
.cs_feature_item .cs_feature_icon.cs_bg_1 {
  background-color: var(--neonpe-primary-tint);
}

.cs_feature_item h3 a:hover {
  background: linear-gradient(245deg, var(--neonpe-primary-dark) -67.04%, var(--neonpe-primary-light) 129.05%);
  background-clip: text;
  -webkit-background-clip: text;
}

.cs_card.cs_style_1 .cs_elipse_1 {
  background: linear-gradient(211deg, var(--neonpe-primary) -15.3%, rgba(250, 248, 255, 0) 94.38%);
}

.cs_pricing_control.cs_type_1 {
  background: linear-gradient(90deg, var(--neonpe-primary-dark) 0%, var(--neonpe-primary-light) 100%);
}

/* Soft section backgrounds */
.cs_gray_bg_1 {
  background-color: var(--neonpe-primary-tint);
}

/* Decorative blurs & shapes (replace template greens) */
.cs_vector_shape_6 {
  background: linear-gradient(187deg, var(--neonpe-primary) 5.76%, rgba(0, 88, 149, 0) 147.33%);
}

.cs_elipse_2,
.cs_elipse_3 {
  background: linear-gradient(197deg, var(--neonpe-primary-tint) -22.98%, rgba(250, 248, 255, 0) 99.39%);
}

.cs_elipse_4 {
  background: linear-gradient(205deg, var(--neonpe-primary-tint) -14.5%, rgba(230, 240, 248, 0) 89.88%);
}

.cs_gray_bg_3::before {
  background: linear-gradient(270deg, var(--neonpe-primary-light) 0%, var(--neonpe-primary) 100%);
}

/* Footer accents */
.cs_footer.cs_style_1 .cs_location_list .cs_location_icon {
  background-color: var(--neonpe-primary-dark);
}

/* Scroll-to-top & pagination */
.cs_scrollup,
.cs_purple_bg {
  background-color: var(--neonpe-primary) !important;
}

.cs_pagination.cs_style_1 li.slick-active {
  background: var(--neonpe-primary);
}

/* Sidebar / blog accents */
.cs_sidebar.cs_style_1 .cs_search .cs_search_button {
  background: linear-gradient(245deg, var(--neonpe-primary-dark) -67.04%, var(--neonpe-primary) 129.05%);
}

.cs_sidebar.cs_style_1 .cs_search .cs_search_button:hover {
  background: linear-gradient(245deg, var(--neonpe-primary-dark) -67.04%, var(--neonpe-primary-light) 129.05%);
}

/* Recent posts – readable date/title (avoid gradient background on meta text) */
.cs_sidebar.cs_style_1 .cs_recent_post .cs_post_meta {
  background: none;
  background-image: none;
  -webkit-text-fill-color: currentColor;
  color: var(--body-color);
}

.cs_sidebar.cs_style_1 .cs_recent_post .cs_post_meta i {
  color: var(--neonpe-primary);
}

.cs_sidebar.cs_style_1 .cs_recent_post h3 a {
  color: var(--heading-color);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.cs_sidebar.cs_style_1 .cs_recent_post h3 a:hover {
  color: var(--neonpe-primary);
  background: none;
  background-image: none;
  -webkit-text-fill-color: currentColor;
}

/* Logo sizing – same on all pages */
.cs_site_branding img {
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.cs_footer .cs_brand img {
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Footer: remove excess top space */
.cs_footer.cs_style_1 {
  padding-top: 0;
}

.cs_footer.cs_style_1 > .cs_height_130,
.cs_footer.cs_style_1 > .cs_height_120 {
  display: none;
}

/* App screenshots */
.neonpe-screenshot,
.cs_hero_thumbnail img,
.cs_card_thumbnail img.neonpe-screenshot,
.cs_faq_thumbnail img.neonpe-screenshot {
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.15);
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
}

/* Section headings */
h2.cs_section_title {
  font-size: 25px;
}

/* Home Main layout – vertically center side images */
.cs_card.cs_style_1.cs_type_3 .cs_card_thumbnail,
.cs_card.cs_style_1.cs_type_4 .cs_card_thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cs_card.cs_style_1.cs_type_4 .row.align-items-center .cs_card_content {
  padding-bottom: 0;
}

/* Bill category icons (toolset section) */
.neonpe-bill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  color: var(--neonpe-primary);
  background: var(--neonpe-primary-tint);
  border-radius: 12px;
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

/* All Utility Bills – floating category boxes */
.neonpe-bill-section {
  isolation: isolate;
}

.neonpe-bill-section .cs_toolset_text {
  position: relative;
  z-index: 1;
}

.neonpe_bill_categories .cs_iconbox.cs_style_3 {
  z-index: 1;
}

.neonpe_bill_categories .cs_iconbox.cs_style_3 {
  border: 1px solid rgba(0, 88, 149, 0.12);
  box-shadow:
    0 16px 40px rgba(0, 88, 149, 0.1),
    0 6px 16px rgba(45, 54, 67, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  animation: neonpe-bill-float 6s ease-in-out infinite;
  will-change: transform;
}

.neonpe_bill_categories .cs_iconbox.cs_style_3:nth-child(even) {
  animation-name: neonpe-bill-float-alt;
}

.neonpe_bill_categories .cs_iconbox.cs_style_3:nth-child(1)  { animation-delay: 0s;    animation-duration: 5.5s; }
.neonpe_bill_categories .cs_iconbox.cs_style_3:nth-child(2)  { animation-delay: -1.2s; animation-duration: 6.2s; }
.neonpe_bill_categories .cs_iconbox.cs_style_3:nth-child(3)  { animation-delay: -2.4s; animation-duration: 5.8s; }
.neonpe_bill_categories .cs_iconbox.cs_style_3:nth-child(4)  { animation-delay: -0.8s; animation-duration: 6.5s; }
.neonpe_bill_categories .cs_iconbox.cs_style_3:nth-child(5)  { animation-delay: -1.8s; animation-duration: 5.4s; }
.neonpe_bill_categories .cs_iconbox.cs_style_3:nth-child(6)  { animation-delay: -3s;   animation-duration: 6.8s; }
.neonpe_bill_categories .cs_iconbox.cs_style_3:nth-child(7)  { animation-delay: -0.4s; animation-duration: 6.1s; }
.neonpe_bill_categories .cs_iconbox.cs_style_3:nth-child(8)  { animation-delay: -2.1s; animation-duration: 5.6s; }
.neonpe_bill_categories .cs_iconbox.cs_style_3:nth-child(9)  { animation-delay: -1.5s; animation-duration: 6.4s; }
.neonpe_bill_categories .cs_iconbox.cs_style_3:nth-child(10) { animation-delay: -2.8s; animation-duration: 5.9s; }
.neonpe_bill_categories .cs_iconbox.cs_style_3:nth-child(11) { animation-delay: -0.6s; animation-duration: 6.3s; }
.neonpe_bill_categories .cs_iconbox.cs_style_3:nth-child(12) { animation-delay: -2.2s; animation-duration: 5.7s; }

.neonpe_bill_categories .cs_iconbox.cs_style_3:hover {
  animation-play-state: paused;
  transform: translateY(-8px) scale(1.04);
  border-color: rgba(0, 88, 149, 0.28);
  box-shadow:
    0 22px 48px rgba(0, 88, 149, 0.16),
    0 10px 24px rgba(45, 54, 67, 0.08);
  z-index: 2;
}

.neonpe_bill_categories .cs_iconbox.cs_style_3:hover .neonpe-bill-icon {
  transform: scale(1.08);
  background: linear-gradient(135deg, var(--neonpe-primary-dark), var(--neonpe-primary));
  color: #fff;
}

.neonpe_bill_categories .cs_iconbox.cs_style_3 p {
  font-size: 14px;
  color: var(--heading-color);
}

/* Decorative shapes – same feel as cs_star_shape_5 */
.neonpe_bill_deco {
  pointer-events: none;
  z-index: 0;
}

.neonpe_bill_deco img {
  display: block;
  width: 100%;
  height: auto;
}

.neonpe_bill_deco_1 {
  top: 8%;
  left: 6%;
  width: 42px;
  animation: circular-rotation 12s linear infinite;
}

.neonpe_bill_deco_2 {
  bottom: 14%;
  right: 8%;
  width: 72px;
  animation: circular-rotation 10s linear infinite;
}

.neonpe_bill_deco_3 {
  top: 22%;
  right: 14%;
  width: 28px;
  opacity: 0.7;
  animation: circular-rotation 14s linear infinite reverse;
}

@keyframes neonpe-bill-float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotate(2deg);
  }
}

@keyframes neonpe-bill-float-alt {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(-2deg);
  }
}

@media (max-width: 991px) {
  .neonpe_bill_categories .cs_iconbox.cs_style_3 {
    animation: none;
    will-change: auto;
  }

  .neonpe_bill_categories .cs_iconbox.cs_style_3:hover {
    transform: translateY(-4px);
  }

  .neonpe_bill_deco {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .neonpe_bill_categories .cs_iconbox.cs_style_3,
  .neonpe_bill_deco {
    animation: none !important;
  }
}

/* Footer services list */
.neonpe_footer_services li {
  padding: 4px 0;
}

/* Services page – anchor scroll offset below fixed header */
[id^="service-"],
[id^="step-"],
#neonpe-retailer-steps {
  scroll-margin-top: 100px;
}

/* Footer copyright letter spacing */
.neonpe_footer_copyright {
  letter-spacing: 0.08em;
}

/* Testimonial avatars – initials instead of stock photos */
.neonpe_avatar_initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  user-select: none;
}

.cs_single_product_nav .slick-current .neonpe_avatar_initials {
  font-size: 28px;
}

.neonpe_avatar_1 { background-color: var(--neonpe-primary); }
.neonpe_avatar_2 { background-color: var(--neonpe-primary-light); }
.neonpe_avatar_3 { background-color: var(--neonpe-primary-dark); }
.neonpe_avatar_4 { background-color: #0066a8; }
.neonpe_avatar_5 { background-color: #004070; }

@media (max-width: 575px) {
  .neonpe_avatar_initials {
    font-size: 12px;
  }

  .cs_single_product_nav .slick-current .neonpe_avatar_initials {
    font-size: 18px;
  }
}

/* About – team member photos */
.neonpe-team-photo {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.neonpe-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.neonpe-team-row .cs_team.cs_style_1 .cs_team_info {
  padding-bottom: 24px;
}

/* Blog detail – page heading title */
#neonpe-blog-heading-title {
  font-size: 35px;
  line-height: 1.3;
}

@media (max-width: 575px) {
  #neonpe-blog-heading-title {
    font-size: 26px;
  }
}

/* Legal pages – privacy policy, terms */
.neonpe_legal_content {
  color: var(--body-color);
  line-height: 1.75;
}

.neonpe_legal_content h2 {
  color: var(--heading-color);
  font-size: 22px;
  margin-top: 2em;
  margin-bottom: 0.75em;
}

.neonpe_legal_content h2:first-of-type {
  margin-top: 1.25em;
}

.neonpe_legal_content p {
  margin-bottom: 1em;
}

.neonpe_legal_content ul {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.neonpe_legal_content li {
  margin-bottom: 0.5em;
}

.neonpe_legal_content a {
  color: var(--neonpe-primary);
  font-weight: 600;
}

.neonpe_legal_content a:hover {
  color: var(--neonpe-primary-dark);
}

.neonpe_legal_updated {
  font-size: 15px;
  color: var(--heading-color);
}

/* Blog content from API */
.neonpe_blog_content {
  color: var(--body-color);
  line-height: 1.75;
}

.neonpe_blog_content h2,
.neonpe_blog_content h3,
.neonpe_blog_content h4 {
  color: var(--heading-color);
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

.neonpe_blog_content h2 { font-size: 28px; }
.neonpe_blog_content h3 { font-size: 22px; }
.neonpe_blog_content h4 { font-size: 18px; }

.neonpe_blog_content p {
  margin-bottom: 1em;
}

.neonpe_blog_content ul,
.neonpe_blog_content ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.neonpe_blog_content li {
  margin-bottom: 0.5em;
}

.neonpe_blog_content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.neonpe_blog_content,
.neonpe_legal_content {
  overflow-wrap: anywhere;
}

.neonpe_blog_content table,
.neonpe_legal_content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cs_post_thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Internal pages – compact page heading */
.cs_page_heading {
  width: 100%;
  height: 300px;
  padding: 160px 0 80px;
}

@media (max-width: 991px) {
  .cs_page_heading {
    height: auto;
    min-height: 200px;
    padding: 130px 0 48px;
  }
}

@media (max-width: 767px) {
  .cs_page_heading {
    min-height: 180px;
    padding: 110px 0 40px;
  }
}

@media (max-width: 575px) {
  .cs_page_heading {
    min-height: 150px;
    padding: 100px 0 32px;
  }

  .cs_page_heading .cs_fs_64 {
    font-size: 32px;
    line-height: 1.25;
  }
}

/* Section spacing */
.cs_height_120 {
  height: 60px;
}

/* Hero – Home Main layout */
.cs_hero.cs_style_2 {
  padding: 200px 0 510px;
}

@media (max-width: 991px) {
  .cs_hero.cs_style_2 {
    padding: 190px 0 300px;
  }
}

@media (max-width: 767px) {
  .cs_hero.cs_style_2 {
    padding: 140px 0 120px;
  }

  .cs_hero.cs_style_2 .cs_hero_title br,
  .cs_hero.cs_style_2 .cs_hero_desc br {
    display: none;
  }
}

@media (max-width: 575px) {
  .cs_hero.cs_style_2 {
    padding: 120px 0 80px;
  }
}

/* Main navigation – bold links + active state */
.cs_site_header .cs_nav_list > li > a {
  font-weight: 600;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.cs_site_header .cs_nav_list > li > a:hover {
  color: var(--neonpe-primary);
}

.cs_site_header .cs_nav_list > li.active > a {
  color: var(--neonpe-primary);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--neonpe-primary);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.cs_site_header.cs_type_1 .cs_nav_list > li.active > a,
.cs_site_header.cs_heading_color .cs_nav_list > li.active > a {
  color: var(--neonpe-primary);
}

@media (max-width: 1199px) {
  .cs_site_header .cs_nav_list > li.active > a {
    background-color: var(--neonpe-primary-tint);
    border-radius: 6px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
  }
}

/* Trust badges – global strip above footer */
.neonpe_trust_badges_section {
  padding: 22px 0;
  background-color: #efefef;
  position: relative;
  overflow: hidden;
}

.neonpe_trust_badges_section .container {
  position: relative;
  z-index: 1;
}

.neonpe_trust_badges_eyebrow {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--heading-color);
  margin-bottom: 12px;
}

.neonpe_trust_badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.neonpe_trust_badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 100%),
    linear-gradient(135deg, var(--neonpe-primary-dark) 0%, var(--neonpe-primary) 55%, var(--neonpe-primary-light) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.neonpe_trust_badge:hover {
  transform: translateY(-3px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.12) 100%),
    linear-gradient(135deg, var(--neonpe-primary-dark) 0%, var(--neonpe-primary) 55%, var(--neonpe-primary-light) 100%);
  border-color: rgba(255, 255, 255, 0.34);
}

.neonpe_trust_badge_icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  color: var(--neonpe-primary);
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.neonpe_trust_badge_text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.neonpe_trust_badge_text strong {
  font-size: 15px;
  color: #fff;
}

.neonpe_trust_badge_text span {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 991px) {
  .neonpe_trust_badges_section {
    padding: 18px 0;
  }

  .neonpe_trust_badges {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* FAQ categories */
.neonpe_faq_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.neonpe_faq_category_btn {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  color: var(--heading-color);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.neonpe_faq_category_btn:hover,
.neonpe_faq_category_btn.active {
  background: var(--neonpe-primary);
  border-color: var(--neonpe-primary);
  color: #fff;
}

.neonpe_faq_item.neonpe_faq_hidden {
  display: none !important;
}

.neonpe_faq_empty {
  text-align: center;
  color: var(--body-color);
  padding: 24px 0;
}

/* WhatsApp CTA */
.neonpe_whatsapp_btn {
  position: fixed;
  right: 92px;
  bottom: 10px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.neonpe_whatsapp_btn i {
  font-size: 22px;
}

.neonpe_whatsapp_btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.45);
}

@media (max-width: 575px) {
  .neonpe_whatsapp_btn {
    right: 16px;
    bottom: 72px;
    padding: 12px 14px;
  }

  .neonpe_whatsapp_label {
    display: none;
  }

  .cs_scrollup {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }
}

/* Services steps – hide horizontal connector when stacked */
@media (max-width: 991px) {
  .cs_features_steps_wrapper .cs_feature_step::before {
    display: none;
  }

  .cs_features_steps_wrapper .cs_feature_step:not(:last-child) {
    padding-right: 0;
  }
}

/* Contact map – shorter on mobile */
@media (max-width: 767px) {
  .cs_location_map iframe {
    min-height: 320px;
  }
}

/* Header login – keep visible on small phones */
@media (max-width: 480px) {
  .cs_site_header.cs_style_1 .cs_main_header_right {
    display: flex !important;
  }

  .cs_site_header.cs_style_1 .cs_main_header_right .cs_btn {
    padding: 10px 12px;
    font-size: 11px;
  }
}
