/* =========================================================
   INDEX PAGE CSS
========================================================= */

/* Index Page Header */
.index-page .header {
  --background-color: rgba(255, 255, 255, 0);
  --heading-color: #ffffff;
  --nav-color: #ffffff;
}

/* Index Page Header on Scroll */
.index-page.scrolled .header {
  --background-color: rgba(40, 58, 90, 0.9);
}

/*--------------------------------------------------------------
# Accounting Hero
--------------------------------------------------------------*/
/* Reset only theme .section padding — NOT height, to avoid collapsing the video section */
.hero-accounting.hero-video-section.section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Override `section { padding: 60px 0 }` and mobile 110px rule in main.css */
section#hero.hero-video-section,
section.hero.hero-video-section,
section.hero-accounting.hero-video-section {
  padding: 0 !important;
  margin: 0 !important;
}

.hero-accounting {
  min-height: auto;
  padding: 140px 0 72px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(71, 178, 228, 0.24), transparent 32%),
    radial-gradient(circle at 88% 82%, rgba(255, 255, 255, 0.11), transparent 34%),
    linear-gradient(130deg, #314a74 0%, #3f5b87 48%, #2c4265 100%);
}

.hero-accounting.hero-video-section {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0 !important;
  background: #000 !important;
  overflow: hidden;
  isolation: isolate;
}

.hero-accounting .hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  line-height: 0;
}

.hero-accounting .hero-bg-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.05) contrast(1.06);
}

.hero-accounting .hero-bg-video-fill {
  display: none !important;
}

/* Hero Video Mute Button Styling */
.hero-audio-toggle {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  padding: 0;
}

.hero-audio-toggle i {
  font-size: 20px;
  line-height: 0;
}

.hero-audio-toggle:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.08);
  border-color: #fff;
}

.hero-audio-toggle.is-unmuted {
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.hero-accounting .hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.hero-accounting .container {
  position: relative;
  z-index: 2;
}

/* =========================================================
   HERO VIDEO SECTION RESPONSIVE
========================================================= */

/* Force the hero video to fit the available screen without cropping on any device */
body.index-page>main,
.index-page main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.index-page section#hero.hero-accounting.hero-video-section,
body.index-page #hero.hero.hero-video-section,
body.index-page .hero.hero-accounting.hero-video-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.index-page section#hero.hero-accounting.hero-video-section .hero-video-wrap,
body.index-page #hero.hero.hero-video-section .hero-video-wrap,
body.index-page .hero.hero-accounting.hero-video-section .hero-video-wrap {
  min-height: 0 !important;
  margin-top: 0 !important;
}

@media (min-width: 1200px) {

  section#hero.hero-accounting.hero-video-section,
  #hero.hero.hero-video-section,
  .hero.hero-accounting.hero-video-section {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #0a111d !important;
    overflow: hidden !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  section#hero.hero-accounting.hero-video-section,
  #hero.hero.hero-video-section,
  .hero.hero-accounting.hero-video-section {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: #0a111d !important;
    overflow: hidden !important;
  }

  .hero-accounting.hero-video-section .hero-video-wrap,
  section#hero.hero-accounting.hero-video-section .hero-bg-video,
  #hero.hero.hero-video-section .hero-bg-video,
  .hero.hero-accounting.hero-video-section .hero-bg-video,
  .hero-accounting.hero-video-section .hero-video-overlay {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .hero-accounting.hero-video-section .hero-bg-video {
    object-fit: cover !important;
    object-position: center center !important;
  }
}

@media (max-width: 767px) {
  .hero-accounting.hero-video-section {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    padding: 0 !important;
    background: #0a111d !important;
    overflow: hidden !important;
  }

  .hero-accounting.hero-video-section .hero-video-wrap,
  .hero-accounting.hero-video-section .hero-bg-video,
  .hero-accounting.hero-video-section .hero-video-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero-accounting.hero-video-section .hero-bg-video {
    object-fit: cover !important;
  }

  .hero-audio-toggle {
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .hero-accounting.hero-video-section {
    aspect-ratio: auto !important;
    min-height: 0 !important;
    height: auto !important;
    background: transparent !important;
  }

  .hero-accounting.hero-video-section .hero-video-wrap {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    line-height: 0;
  }

  .hero-accounting.hero-video-section .hero-bg-video {
    position: relative !important;
    inset: auto !important;
    display: block;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .hero-accounting.hero-video-section .hero-video-overlay {
    position: absolute !important;
    inset: 0 !important;
  }
}


/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 12px 0 !important;
  background: #f3f3f3;
  overflow: hidden;
}

.clients .clients-marquee {
  width: 100%;
  overflow: hidden;
  padding: 6px 0 !important;
}
.clients .clients-track {
  display: flex;
  align-items: center;
  gap: 0 !important;
  width: max-content;
  animation: clients-marquee 55s linear infinite;
}

.clients .client-item {
  flex: 0 0 auto;
  min-width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}

.clients .client-item img {
  max-height: 42px !important;
  width: auto;
  padding: 0 !important;
  transition: transform 0.3s ease;
}

.clients .client-item:hover img {
  transform: scale(1.05);
}

@keyframes clients-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 991px) {
  .clients {
    padding: 10px 0 !important;
  }

  .clients .client-item {
    padding: 0 18px;
  }

  .clients .client-item img {
    max-height: 30px !important;
  }
}

@media (max-width: 767px) {
  .clients {
    padding: 8px 0 !important;
  }

  .clients .clients-marquee {
    padding: 4px 0 !important;
  }

  .clients .clients-track {
    animation-duration: 35s;
  }

  .clients .client-item {
    padding: 0 12px;
  }

  .clients .client-item img {
    max-height: 22px !important;
  }
}

/*--------------------------------------------------------------
# About Section (Premium & Unique)
--------------------------------------------------------------*/
.about {
  padding: 80px 0;
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

/* Subtle background elements */
.about::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(71, 178, 228, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.about::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(29, 93, 146, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

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

.about .about-kicker {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(71, 178, 228, 0.08);
  color: var(--accent-color);
  border-radius: 50px;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about .about-card-title {
  font-weight: 700;
  font-size: clamp(26px, 4vw, 38px);
  margin-bottom: 20px;
  color: #2c3e50;
  line-height: 1.2;
}

.about .about-experience-badge {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding: 15px 20px;
  background: #f8fbfe;
  border-left: 4px solid var(--accent-color);
  border-radius: 0 12px 12px 0;
}

.about .about-experience-badge h3 {
  font-size: 32px;
  font-weight: 800;
  color: var(--accent-color);
  margin: 0;
}

.about .about-experience-badge span {
  font-size: 14px;
  color: #555;
  font-weight: 500;
  line-height: 1.3;
}

.about .about-overview-card {
  padding-right: 40px;
}

.about ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.about ul li {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
}

.about ul i {
  font-size: 20px;
  padding-right: 10px;
  color: var(--accent-color);
  line-height: 1.2;
}

.about .about-summary-card {
  background: #fff;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about .about-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.about .about-mini-item {
  padding: 25px;
  background: #fdfdfd;
  border-radius: 20px;
  transition: 0.3s;
  border: 1px solid #f0f4f8;
  text-align: center;
}

.about .about-mini-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(71, 178, 228, 0.1);
  border-color: rgba(71, 178, 228, 0.2);
}

.about .about-mini-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--accent-color);
}

.about .about-mini-item p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #6c757d;
}

.about .read-more {
  margin-top: auto;
  align-self: flex-start;
  font-weight: 600;
  font-size: 16px;
  color: var(--accent-color);
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
  padding: 10px 0;
}

.about .read-more i {
  font-size: 18px;
  margin-left: 8px;
  transition: 0.3s;
}

.about .read-more:hover {
  color: #174b7c;
}

.about .read-more:hover i {
  transform: translateX(10px);
}

@media (max-width: 991px) {
  .about .about-overview-card {
    padding-right: 12px;
    margin-bottom: 30px;
  }

  .about .about-summary-card {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .about {
    padding: 60px 0;
  }

  .about .about-mini-grid {
    grid-template-columns: 1fr;
  }

  .about .about-experience-badge {
    padding: 12px 15px;
  }

  .about .about-experience-badge h3 {
    font-size: 26px;
  }
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.services .container {
  overflow: visible;
}

.services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  height: 100%;
}

.services .service-item .icon {
  margin-bottom: 10px;
}

.services .service-item .icon i {
  color: var(--accent-color);
  font-size: 36px;
  transition: 0.3s;
}

.services .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.services .service-item h4 a {
  color: var(--heading-color);
  transition: ease-in-out 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover {
  transform: translateY(-10px);
}

.services .service-item:hover h4 a {
  color: var(--accent-color);
}

/* SERVICES BOX IMPROVED */

.services-slider .service-item {
  background: #ffffff;
  padding: 45px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all .35s ease;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* subtle top border animation */

.services-slider .service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-color), #6bc3e0);
  transition: .4s;
}

.services-slider .service-item:hover::before {
  width: 100%;
}

/* hover effect */

.services-slider .service-item:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}

/* icon */

.services-slider .icon {
  margin-bottom: 18px;
}

.services-slider .icon i {
  font-size: 38px;
  color: var(--accent-color);
  transition: .3s;
}

/* icon hover animation */

.services-slider .service-item:hover .icon i {
  transform: scale(1.15);
  color: #2aa6c9;
}

/* title */

.services-slider .service-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #2c3e50;
}

/* description */

.services-slider .service-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #6c7a89;
}

/* BUTTONS */

.services-prev,
.services-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 30;
  transition: .3s;
}

/* POSITION */

.services-prev {
  left: 0;
}

.services-next {
  right: 0;
}

/* HOVER */

.services-prev:hover,
.services-next:hover {
  background: var(--accent-color);
  color: #fff;
}

.services-prev i,
.services-next i {
  font-size: 20px;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 120px 0;
  position: relative;
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 35%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  color: var(--default-color);
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: var(--default-color);
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--contrast-color);
  color: var(--contrast-color);
}

.call-to-action .cta-btn:hover {
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
}

@media (max-width: 991px) {
  .call-to-action {
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  .call-to-action {
    padding: 60px 0;
  }

  .call-to-action img {
    position: absolute;
  }
}

/* =================================
   UNIQUE PRODUCTS SECTION
================================= */

.products-grid {
  margin-top: 40px;
}

.btn-view-products {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 184px;
  padding: 10px 24px;
  border-radius: 999px;
  background: var(--accent-color);
  color: var(--contrast-color);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 18px rgba(13, 39, 69, 0.2);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.btn-view-products:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(13, 39, 69, 0.24);
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 576px) {
  .btn-view-products {
    min-width: 164px;
    padding: 9px 20px;
    font-size: 15px;
  }
}

/* PRODUCT CARD */

.product-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
  transition: .4s;
  height: 100%;
}

/* IMAGE */

.product-image {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: .5s;
}

/* GRADIENT OVERLAY */

.product-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, .75),
      rgba(0, 0, 0, .2),
      transparent);
  opacity: 0;
  transition: .4s;
}

/* PRODUCT INFO */

.product-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
  transition: .4s;
  z-index: 2;
}

/* TITLE */

.product-info h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* TAGLINE */

.product-info p {
  font-size: 14px;
  color: #ddd;
}

/* ICONS */

.preview-link,
.details-link {
  position: absolute;
  top: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  transition: .3s;
  z-index: 3;
}

/* ICON POSITIONS */

.preview-link {
  right: 60px;
}

.details-link {
  right: 15px;
}


/* =========================
   HELP CENTER
========================= */
/* view button */


.btn-view-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 184px;
  padding: 10px 24px;
  border-radius: 999px;
  background: var(--accent-color);
  color: var(--contrast-color);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 18px rgba(13, 39, 69, 0.2);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.btn-view-help:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(13, 39, 69, 0.24);
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 576px) {
  .btn-view-help {
    min-width: 164px;
    padding: 9px 20px;
    font-size: 15px;
  }
}

/* help slider arrows */

.help-slider {
  position: relative;
  padding: 0 40px;
}

/* arrows */

.help-next,
.help-prev {

  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 44px;
  height: 44px;

  background: #fff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);

  cursor: pointer;
  z-index: 20;

  transition: .3s;

}

/* left arrow */

.help-prev {
  left: 0;
}

/* right arrow */

.help-next {
  right: 0;
}

.help-next:hover,
.help-prev:hover {

  background: #2563eb;
  color: #fff;
  transform: translateY(-50%) scale(1.1);

}

/* =========================
   BUSINESS PROOF
========================= */

.business-proof {
  padding-top: 22px;
  background: #ffffff;
}

.business-proof-poster-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.business-proof .business-proof-poster {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: clamp(240px, 45vw, 520px);
  border-radius: 28px;
  background-color: transparent;
  background-image: url("../img/businesses/Bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(34, 67, 111, 0.08);
  box-shadow: 0 20px 48px rgba(18, 44, 78, 0.1);
}

.business-proof .business-proof-poster-title {
  position: relative;
  width: min(72%, 760px);
  max-width: calc(100% - 40px);
  min-height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px 18px;
  margin-top: clamp(12px, 3.5%, 24px);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid rgba(92, 108, 133, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.6),
    0 14px 28px rgba(16, 46, 86, 0.12);
  text-align: center;
  overflow: hidden;
  flex-direction: row;
}

.business-proof .business-proof-poster-title strong {
  font-size: clamp(34px, 4vw, 72px);
  line-height: 1;
  color: #3a3f47;
  text-shadow: none;
  flex: 0 0 auto;
}

.business-proof .business-proof-poster-title span {
  line-height: 1.05;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  position: relative;

  font-size: clamp(20px, 2.7vw, 32px);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--heading-color);
  text-shadow: none;
}

.business-proof .business-proof-poster-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 13px;
  width: 60px;
  height: 3px;
  transform: translateX(-50%);
  background: var(--accent-color);
  z-index: 1;
}

.business-proof .business-proof-poster-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: 160px;
  height: 1px;
  transform: translateX(-50%);
  background: color-mix(in srgb, var(--default-color), transparent 60%);
}

.business-proof .business-proof-poster-title span:before {
  content: none;
}

.business-proof .business-proof-poster-title span:after {
  content: none;
}



.business-proof .business-proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  padding: 0;
}

.business-proof .business-proof-stat {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 16px 20px;
  min-height: 88px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fe 100%);
  border: 1px solid rgba(82, 108, 141, 0.12);
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(18, 44, 78, 0.06);
}

.business-proof .business-proof-stat+.business-proof-stat {
  border-left: none;
}

.business-proof .business-proof-stat i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* background: rgba(40, 86, 154, 0.1); */
  color: #1b467f;
  font-size: 20px;
}

.business-proof .business-proof-stat strong {
  font-size: clamp(22px, 2vw, 38px);
  line-height: 1;
  color: #173d69;
}

.business-proof .business-proof-stat span {
  font-size: clamp(17px, 1.45vw, 21px);
  color: #344d6f;
  font-weight: 700;
}

@media (max-width: 991px) {
  .business-proof {
    padding-top: 18px;
  }

  .business-proof .business-proof-poster {
    aspect-ratio: 16 / 11;
    min-height: 0;
    border-radius: 24px;
    background-size: cover;
  }

  .business-proof .business-proof-poster-title {
    width: min(82%, 640px);
    max-width: calc(100% - 28px);
    min-height: 64px;
    gap: 10px;
    padding: 12px 18px 18px;
    margin-top: 14px;
  }

  .business-proof .business-proof-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .business-proof .business-proof-stat {
    min-height: auto;
    padding: 10px 14px;
    border-radius: 16px;
    justify-content: flex-start;
  }

  .business-proof .business-proof-stat+.business-proof-stat {
    border-left: none;
  }
}

@media (max-width: 575px) {
  .business-proof {
    padding-top: 14px;
  }

  .business-proof .business-proof-poster {
    aspect-ratio: 4 / 3;
    background-position: center center;
    background-size: cover;
    border-radius: 18px;
  }

  .business-proof .business-proof-poster-title {
    width: fit-content;
    max-width: calc(100% - 16px);
    min-height: 0;
    gap: 8px;
    padding: 8px 18px 10px;
    border-radius: 12px;
    margin-top: 6px;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
  }

  .business-proof .business-proof-poster-title strong {
    font-size: 22px;
  }

  .business-proof .business-proof-poster-title span {
    font-size: 12px;
    padding: 0;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .business-proof .business-proof-poster-title::after {
    width: 82px;
    bottom: 6px;
  }

  .business-proof .business-proof-poster-title::before {
    width: 30px;
    bottom: 5px;
  }

  .business-proof .business-proof-metrics {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .business-proof .business-proof-stat {
    width: 100%;
    justify-content: flex-start;
    min-height: 0;
    padding: 12px 14px;
    gap: 10px;
  }

  .business-proof .business-proof-stat i {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .business-proof .business-proof-stat strong {
    font-size: 22px;
  }

  .business-proof .business-proof-stat span {
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  .business-proof .business-proof-poster-title {
    max-width: calc(100% - 12px);
    gap: 6px;
    padding: 7px 14px 9px;
    margin-top: 4px;
    border-radius: 10px;
  }

  .business-proof .business-proof-poster-title strong {
    font-size: 19px;
  }

  .business-proof .business-proof-poster-title span {
    font-size: 10px;
    letter-spacing: 0.01em;
  }

  .business-proof .business-proof-poster-title::after {
    width: 68px;
    bottom: 5px;
  }

  .business-proof .business-proof-poster-title::before {
    width: 24px;
    bottom: 4px;
  }
}

/* =========================
   HERO RESPONSIVE FIX
========================= */

#hero,
.hero,
section#hero {
  overflow: hidden;
}

#hero .container,
.hero .container,
section#hero .container {
  position: relative;
  z-index: 2;
}

#hero .row,
.hero .row,
section#hero .row {
  align-items: center;
}

#hero .hero-content,
#hero .hero-text,
#hero .hero-copy,
#hero .hero-info,
.hero .hero-content,
.hero .hero-text,
.hero .hero-copy,
.hero .hero-info,
section#hero .hero-content,
section#hero .hero-text,
section#hero .hero-copy,
section#hero .hero-info {
  width: 100%;
  max-width: 680px;
}

#hero .hero-actions,
#hero .hero-btns,
#hero .hero-buttons,
#hero .hero-cta-group,
.hero .hero-actions,
.hero .hero-btns,
.hero .hero-buttons,
.hero .hero-cta-group,
section#hero .hero-actions,
section#hero .hero-btns,
section#hero .hero-buttons,
section#hero .hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#hero .hero-actions a,
#hero .hero-btns a,
#hero .hero-buttons a,
#hero .hero-cta-group a,
.hero .hero-actions a,
.hero .hero-btns a,
.hero .hero-buttons a,
.hero .hero-cta-group a,
section#hero .hero-actions a,
section#hero .hero-btns a,
section#hero .hero-buttons a,
section#hero .hero-cta-group a {
  white-space: nowrap;
}

#hero .hero-points,
#hero .hero-list,
#hero .hero-highlights,
#hero .hero-features,
.hero .hero-points,
.hero .hero-list,
.hero .hero-highlights,
.hero .hero-features,
section#hero .hero-points,
section#hero .hero-list,
section#hero .hero-highlights,
section#hero .hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

#hero .hero-points>*,
#hero .hero-list>*,
#hero .hero-highlights>*,
#hero .hero-features>*,
.hero .hero-points>*,
.hero .hero-list>*,
.hero .hero-highlights>*,
.hero .hero-features>*,
section#hero .hero-points>*,
section#hero .hero-list>*,
section#hero .hero-highlights>*,
section#hero .hero-features>* {
  flex: 0 0 auto;
}

#hero .hero-video,
#hero .hero-video-wrap,
#hero .hero-media,
#hero .hero-visual,
.hero .hero-video,
.hero .hero-video-wrap,
.hero .hero-media,
.hero .hero-visual,
section#hero .hero-video,
section#hero .hero-video-wrap,
section#hero .hero-media,
section#hero .hero-visual {
  width: 100%;
}

#hero video,
#hero .hero-bg-video,
#hero .hero-background-video,
.hero video,
.hero .hero-bg-video,
.hero .hero-background-video,
section#hero video,
section#hero .hero-bg-video,
section#hero .hero-background-video {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {

  #hero,
  .hero,
  section#hero {
    min-height: auto !important;
    padding-top: 110px !important;
    padding-bottom: 56px !important;
  }

  #hero .container,
  .hero .container,
  section#hero .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #hero .row,
  .hero .row,
  section#hero .row {
    row-gap: 28px;
  }

  #hero h1,
  .hero h1,
  section#hero h1 {
    font-size: clamp(34px, 5vw, 52px) !important;
    line-height: 1.08 !important;
  }

  #hero h2,
  #hero .hero-subtitle,
  .hero h2,
  .hero .hero-subtitle,
  section#hero h2,
  section#hero .hero-subtitle {
    font-size: clamp(18px, 2.8vw, 28px) !important;
    line-height: 1.35 !important;
  }

  #hero p,
  #hero .hero-description,
  .hero p,
  .hero .hero-description,
  section#hero p,
  section#hero .hero-description {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  #hero .hero-content,
  #hero .hero-text,
  #hero .hero-copy,
  #hero .hero-info,
  .hero .hero-content,
  .hero .hero-text,
  .hero .hero-copy,
  .hero .hero-info,
  section#hero .hero-content,
  section#hero .hero-text,
  section#hero .hero-copy,
  section#hero .hero-info {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  #hero .hero-actions,
  #hero .hero-btns,
  #hero .hero-buttons,
  #hero .hero-cta-group,
  .hero .hero-actions,
  .hero .hero-btns,
  .hero .hero-buttons,
  .hero .hero-cta-group,
  section#hero .hero-actions,
  section#hero .hero-btns,
  section#hero .hero-buttons,
  section#hero .hero-cta-group {
    justify-content: center;
  }

  #hero .hero-points,
  #hero .hero-list,
  #hero .hero-highlights,
  #hero .hero-features,
  .hero .hero-points,
  .hero .hero-list,
  .hero .hero-highlights,
  .hero .hero-features,
  section#hero .hero-points,
  section#hero .hero-list,
  section#hero .hero-highlights,
  section#hero .hero-features {
    justify-content: center;
  }
}

@media (max-width: 767px) {

  #hero .container,
  .hero .container,
  section#hero .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #hero h1,
  .hero h1,
  section#hero h1 {
    font-size: clamp(28px, 8vw, 40px) !important;
  }

  #hero h2,
  #hero .hero-subtitle,
  .hero h2,
  .hero .hero-subtitle,
  section#hero h2,
  section#hero .hero-subtitle {
    font-size: 16px !important;
  }

  #hero p,
  #hero .hero-description,
  .hero p,
  .hero .hero-description,
  section#hero p,
  section#hero .hero-description {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  #hero .hero-actions,
  #hero .hero-btns,
  #hero .hero-buttons,
  #hero .hero-cta-group,
  .hero .hero-actions,
  .hero .hero-btns,
  .hero .hero-buttons,
  .hero .hero-cta-group,
  section#hero .hero-actions,
  section#hero .hero-btns,
  section#hero .hero-buttons,
  section#hero .hero-cta-group {
    flex-direction: column;
    align-items: stretch;
  }

  #hero .hero-content,
  #hero .hero-text,
  #hero .hero-copy,
  #hero .hero-info,
  .hero .hero-content,
  .hero .hero-text,
  .hero .hero-copy,
  .hero .hero-info,
  section#hero .hero-content,
  section#hero .hero-text,
  section#hero .hero-copy,
  section#hero .hero-info {
    padding-top: 8px;
  }

  #hero .hero-actions a,
  #hero .hero-btns a,
  #hero .hero-buttons a,
  #hero .hero-cta-group a,
  .hero .hero-actions a,
  .hero .hero-btns a,
  .hero .hero-buttons a,
  .hero .hero-cta-group a,
  section#hero .hero-actions a,
  section#hero .hero-btns a,
  section#hero .hero-buttons a,
  section#hero .hero-cta-group a {
    width: 100%;
    text-align: center;
  }

  #hero .hero-points,
  #hero .hero-list,
  #hero .hero-highlights,
  #hero .hero-features,
  .hero .hero-points,
  .hero .hero-list,
  .hero .hero-highlights,
  .hero .hero-features,
  section#hero .hero-points,
  section#hero .hero-list,
  section#hero .hero-highlights,
  section#hero .hero-features {
    flex-direction: column;
    gap: 10px;
  }

  #hero .hero-video,
  #hero .hero-video-wrap,
  #hero .hero-media,
  #hero .hero-visual,
  .hero .hero-video,
  .hero .hero-video-wrap,
  .hero .hero-media,
  .hero .hero-visual,
  section#hero .hero-video,
  section#hero .hero-video-wrap,
  section#hero .hero-media,
  section#hero .hero-visual {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* Help Center Section */

.help-center .help-slider-wrap {
  position: relative;
  padding: 0 60px;
}

.help-center .help-slider {
  padding: 40px 0 60px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 575px) {
  .help-center .help-slider-wrap {
    padding: 0;
  }
  .help-center .help-slider {
    padding: 20px 0 40px;
  }
}

.help-center .help-card {
  background: var(--surface-color);
  border-radius: 18px;
  padding: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(var(--default-color-rgb), 0.05);
  height: 100%;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (max-width: 575px) {
  .help-center .help-card {
    border-radius: 14px;
  }
}

.help-center .help-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: rgba(var(--accent-color-rgb), 0.2);
}

/* Stop card hover-lift when video is playing */
.help-center .help-card.playing-video:hover {
  transform: none;
}

.help-center .video-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 14px 14px;
  background: linear-gradient(to top, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
  z-index: 5;
  pointer-events: none;
}

.help-center .video-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.help-center .video-thumb {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.4s ease;
  z-index: 1;
}

/* Expand in-place when playing */
.help-center .video-thumb.playing {
  transform: scale(1.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  z-index: 20;
  border-radius: 12px;
}

.help-center .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  opacity: 0;
}

.help-center .video-thumbnail.loaded {
  opacity: 1;
}

/* Close button for in-place video */
.help-center .video-close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 30;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease;
  backdrop-filter: blur(4px);
}

.help-center .video-close-btn:hover {
  background: rgba(220, 40, 40, 0.9);
}

.help-center .help-card:hover .video-thumbnail {
  transform: scale(1.1);
}

.help-center .play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

.help-center .play-overlay i {
  width: 40px;
  height: 40px;
  background: var(--accent-color);
  background: rgba(255, 0, 0, 0.9);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding-left: 3px;
  box-shadow: 0 0 16px rgba(var(--accent-color-rgb), 0.4);
  transition: all 0.3s ease;
}

.help-center .help-card:hover .play-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.help-center .help-card:hover .play-overlay i {
  transform: scale(1.1);
  background: rgba(255, 80, 80, 0.9);
}

.help-center .help-prev,
.help-center .help-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: var(--surface-color);
  color: var(--heading-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(var(--default-color-rgb), 0.05);
}

.help-center .help-prev {
  left: 0;
}

.help-center .help-next {
  right: 0;
}

@media (max-width: 1200px) {
  .help-center .help-prev {
    left: 10px;
  }

  .help-center .help-next {
    right: 10px;
  }
}

@media (max-width: 575px) {

  .help-center .help-prev,
  .help-center .help-next {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .help-center .help-prev {
    left: -5px;
  }

  .help-center .help-next {
    right: -5px;
  }
}

.help-center .help-prev:hover,
.help-center .help-next:hover {
  background: var(--accent-color);
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

.btn-view-help {
  padding: 12px 36px;
  border-radius: 50px;
  background: transparent;
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.btn-view-help:hover {
  background: var(--accent-color);
  color: #fff;
  box-shadow: 0 10px 30px rgba(var(--accent-color-rgb), 0.3);
  transform: translateY(-3px);
}

/* ===============================
   Video Modal Popup
================================ */

.video-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.0);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  backdrop-filter: blur(0px);
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
}

.video-modal-backdrop.active {
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
}

.video-modal-box {
  position: relative;
  width: 92vw;
  max-width: 1400px;
  background: #111;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8);
  transform: scale(0.88);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}

.video-modal-backdrop.active .video-modal-box {
  transform: scale(1);
  opacity: 1;
}

.video-modal-title {
  padding: 14px 52px 14px 18px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  background: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 10;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.video-modal-close:hover {
  background: rgba(220, 40, 40, 0.9);
}

.video-modal-iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}

@media (max-width: 575px) {
  .video-modal-box {
    border-radius: 12px;
  }
  .video-modal-title {
    font-size: 0.82rem;
    padding: 10px 44px 10px 14px;
  }
}
