:root {
  --primary-yellow: #fcc82c;
  --primary-blue: #058beb;
  --dark-blue: #091a3f;
  --text-dark: #09090b;
  --text-light: #ffffff;
  --text-muted: #71717a;
  --text-white-muted: rgba(255, 255, 255, 0.9);
  --bg-light: #ffffff;
  --bg-light-gray: #fafafa;
  --bg-medium-gray: #f3f9ff;
  --border-light: #e4e4e7;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter Tight", sans-serif;
  background-color: var(--bg-light);
  color: var(--text-dark);
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border: none;
}
.btn-primary {
  background-color: var(--primary-yellow);
  color: #27272a;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.btn-primary:hover {
  opacity: 0.9;
}

.text-center {
  text-align: center;
}

.section-title {
  color: var(--text-dark);
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin: 0;
}

.section-subtitle {
  color: var(--text-muted);
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 754px;
  margin: 16px auto 0;
}

.hat-title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  background-color: var(--bg-light);
  color: var(--primary-blue);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  box-shadow: 0 29px 8px 0 rgba(0, 0, 0, 0), 0 18px 7px 0 rgba(0, 0, 0, 0.01), 0 10px 6px 0 rgba(0, 0, 0, 0.02), 0 5px 5px 0 rgba(0, 0, 0, 0.03), 0 1px 3px 0 rgba(0, 0, 0, 0.04);
}

.mobile-view {
  display: none !important;
}

.text-yellow {
  color: var(--primary-yellow);
}

@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }
  .section-title {
    font-size: 24px;
  }
  .btn-primary {
    width: calc(100% - 64px);
  }
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }
}
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.site-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: transparent;
  backdrop-filter: blur(20px);
}
.site-header-wrapper .top-banner {
  background-color: var(--primary-blue);
  color: var(--text-light);
}
.site-header-wrapper .top-banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.site-header-wrapper .top-banner-container p {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.site-header-wrapper .main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background-color: var(--bg-light);
  border-radius: 12px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.04), 0px 5px 5px 0px rgba(0, 0, 0, 0.03), 0px 12px 7px 0px rgba(0, 0, 0, 0.02), 0px 21px 8px 0px rgba(0, 0, 0, 0.01), 0px 32px 9px 0px rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-header-wrapper .main-header .logo img {
  width: 100px;
  height: auto;
  display: block;
}
.site-header-wrapper .main-header .header-btn {
  padding: 10px 16px;
}
@media (max-width: 768px) {
  .site-header-wrapper {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    background-color: white;
    backdrop-filter: none;
  }
  .site-header-wrapper .btn {
    width: auto !important;
  }
  .site-header-wrapper .main-header-wrapper {
    background-color: white;
  }
  .site-header-wrapper .main-header {
    padding: 10px;
    margin: 0;
    box-shadow: none;
  }
  .site-header-wrapper .main-header .logo img {
    width: 80px;
  }
  .site-header-wrapper .main-header .header-btn {
    font-size: 12px;
    padding: 8px 12px;
  }
}

.hero-section {
  margin-top: -100px;
  padding-top: 120px;
  padding-bottom: 80px;
  background: #ffffff url("../images/hero-background-decoration.svg") no-repeat center top;
  background-size: cover;
  border-radius: 0 0 40px 40px;
  position: relative;
}
.hero-section .hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 48px;
}
.hero-section .hero-content .customer-reviews {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-section .hero-content .customer-reviews .avatar-group {
  display: flex;
}
.hero-section .hero-content .customer-reviews .avatar-group .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid white;
}
.hero-section .hero-content .customer-reviews .avatar-group .avatar:not(:first-child) {
  margin-left: -12px;
}
.hero-section .hero-content .customer-reviews .review-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-section .hero-content .customer-reviews .review-text .stars {
  display: flex;
  gap: 1px;
}
.hero-section .hero-content .customer-reviews .review-text .stars img {
  width: 16px;
  height: 16px;
}
.hero-section .hero-content .customer-reviews .review-text p {
  font-size: 12px;
  color: var(--text-muted);
  margin: 0;
}
.hero-section .hero-content .hero-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 496px;
}
.hero-section .hero-content .hero-left .hero-heading {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  letter-spacing: 0.48px;
  text-align: left;
}
.hero-section .hero-content .hero-left .hero-heading .heading-muted {
  color: var(--text-muted);
  display: block;
}
.hero-section .hero-content .hero-left .hero-heading .heading-highlight {
  color: var(--text-dark);
  display: block;
  position: relative;
}
.hero-section .hero-content .hero-left .hero-heading .heading-highlight::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 380px;
  height: 20px;
  background-image: url("../images/underline-decoration.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: -1;
}
.hero-section .hero-content .hero-left .hero-subheading {
  font-size: 16px;
  color: var(--text-muted);
  margin: 0;
}
.hero-section .hero-content .hero-left .hero-subheading-logos {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 16px;
  color: var(--text-muted);
}
.hero-section .hero-content .hero-left .hero-subheading-logos .brand-logo-google {
  height: 25.6px;
  width: auto;
}
.hero-section .hero-content .hero-left .hero-subheading-logos .brand-logo-fb {
  height: 15px;
  width: auto;
}
.hero-section .hero-content .hero-left .industries {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #058beb;
  width: fit-content;
}
.hero-section .hero-content .hero-left .industries-title {
  font-size: 12px;
  color: white;
  font-weight: 500;
  margin: 0;
}
.hero-section .hero-content .hero-left .industries-list {
  display: flex;
  column-gap: 16px;
  row-gap: 5px;
  font-size: 12px;
  color: var(--text-muted);
  border-radius: 4px;
  background: #fff;
  padding: 4px 10px;
  width: fit-content;
}
.hero-section .hero-content .hero-left .hero-cta {
  align-self: flex-start;
}
.hero-section .hero-content .hero-right {
  flex: 1;
  display: flex;
  gap: 16px;
}
.hero-section .hero-content .hero-right .testimonial-video {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 15px 15px rgba(0, 0, 0, 0.03);
}
.hero-section .hero-content .hero-right .testimonial-video-1 {
  width: 248px;
  height: 248px;
  overflow: hidden;
  position: relative;
}
.hero-section .hero-content .hero-right .testimonial-video-1 .video-player {
  height: 130% !important;
}
.hero-section .hero-content .hero-right .testimonial-video-2 {
  width: 248px;
  height: 248px;
  margin-top: 162px;
}
.hero-section .hero-content .hero-right .testimonial-video .video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .hero-content .hero-right .testimonial-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  opacity: var(--dark-overlay-opacity, 1);
  transition: opacity 0.3s ease;
}
.hero-section .hero-content .hero-right .testimonial-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 2;
}
.hero-section .hero-content .hero-right .testimonial-video .video-overlay {
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: white;
  z-index: 2;
}
.hero-section .hero-content .hero-right .testimonial-video .video-overlay p {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 2px 0;
}
.hero-section .hero-content .hero-right .testimonial-video .video-overlay .stars {
  display: flex;
  gap: 1px;
}
.hero-section .hero-content .hero-right .testimonial-video .video-overlay .stars img {
  width: 16px;
  height: 16px;
}
@media (max-width: 1024px) {
  .hero-section .hero-content {
    flex-direction: column;
    gap: 32px;
  }
  .hero-section .hero-content .hero-left,
  .hero-section .hero-content .hero-right {
    max-width: 100%;
    text-align: center;
    align-items: center;
  }
  .hero-section .hero-content .hero-heading,
  .hero-section .hero-content .hero-subheading,
  .hero-section .hero-content .hero-subheading-logos,
  .hero-section .hero-content .industries-title,
  .hero-section .hero-content .industries-list {
    text-align: center;
    justify-content: center;
  }
  .hero-section .hero-content .heading-highlight::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-section .hero-content .hero-cta {
    align-self: center;
  }
  .hero-section .hero-content .hero-right {
    margin-top: 0;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }
  .hero-section .hero-content .hero-right .testimonial-video-1, .hero-section .hero-content .hero-right .testimonial-video-2 {
    width: 160px;
    height: 160px;
  }
  .hero-section .hero-content .hero-right .testimonial-video-2 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .hero-section {
    background-image: none;
  }
  .hero-section .hero-content .hero-left {
    gap: 12px;
  }
  .hero-section .hero-content .hero-left .hero-subheading-logos {
    justify-content: left;
  }
  .hero-section .customer-reviews.mobile-view {
    display: flex !important;
  }
  .hero-section .hero-content .hero-left,
  .hero-section .hero-content .hero-right {
    max-width: 100%;
    align-items: start !important;
  }
  .hero-section .hero-heading {
    font-size: 32px !important;
    line-height: 1.2;
  }
  .hero-section .hero-content .hero-left .hero-heading .heading-highlight {
    text-align: left;
  }
  .hero-section .hero-content .hero-left .hero-heading .heading-highlight::after {
    background-image: url("../images/mobile-underline-decoration.svg");
    left: 123px;
    width: 251px;
  }
  .hero-section .hero-subheading {
    font-size: 14px;
  }
  .hero-section .hero-content .hero-left .hero-subheading {
    text-align: left;
  }
  .hero-section .hero-subheading-logos {
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-section .industries-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .hero-section .hero-right {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
  }
  .hero-section .hero-right .testimonial-video-1, .hero-section .hero-right .testimonial-video-2 {
    width: 120px;
    height: 120px;
  }
}

.local-pros-section {
  color: var(--text-light);
  padding: 40px 0;
}
.local-pros-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.local-pros-section .local-pros-content {
  display: flex;
  align-items: center;
  gap: 20px;
  background: radial-gradient(circle at bottom left, rgb(0, 86, 157) 0%, var(--dark-blue) 40%, var(--dark-blue) 100%);
  border-radius: 24px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
}
.local-pros-section .local-pros-content .local-pros-left {
  flex: 1.5;
  padding: 40px;
  position: relative;
}
.local-pros-section .local-pros-content .local-pros-left .local-pros-text-wrapper {
  position: relative;
}
.local-pros-section .local-pros-content .local-pros-left .local-pros-text-wrapper .heading-underline {
  position: absolute;
  top: -10px;
  left: 128px;
  width: 167px;
  height: auto;
  z-index: 1;
}
.local-pros-section .local-pros-content .local-pros-left .local-pros-text-wrapper .local-pros-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 16px;
  position: relative;
  z-index: 2;
}
.local-pros-section .local-pros-content .local-pros-left .local-pros-text-wrapper .local-pros-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 16px;
}
.local-pros-section .local-pros-content .local-pros-left .local-pros-text-wrapper .benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.local-pros-section .local-pros-content .local-pros-left .local-pros-text-wrapper .benefits-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-white-muted);
}
.local-pros-section .local-pros-content .local-pros-left .local-pros-text-wrapper .local-pros-cta {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.local-pros-section .local-pros-content .local-pros-left .local-pros-text-wrapper .local-pros-cta .cta-highlight {
  color: var(--primary-yellow);
}
.local-pros-section .local-pros-content .local-pros-right {
  flex: 1;
  align-self: stretch;
  max-height: 360px;
}
.local-pros-section .local-pros-content .local-pros-right .local-pros-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0 24px 24px 0;
  overflow: hidden;
}
.local-pros-section .local-pros-content .local-pros-right .local-pros-image-container .local-pros-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.local-pros-section .local-pros-content .local-pros-right .local-pros-image-container .image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.local-pros-section .local-pros-content .local-pros-right .local-pros-image-container .image-caption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.local-pros-section .pros-section-cta {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .local-pros-section {
    padding: 120px 0 40px 0;
  }
  .local-pros-section .local-pros-content {
    flex-direction: column-reverse;
    padding-top: 80px;
    background: radial-gradient(circle at bottom left, rgb(0, 86, 157) 0%, var(--dark-blue) 80%, var(--dark-blue) 100%);
  }
  .local-pros-section .local-pros-content .local-pros-left .local-pros-text-wrapper .heading-underline {
    top: -6px;
    left: 98px;
    width: 125px;
    z-index: 1;
  }
  .local-pros-section .local-pros-content .local-pros-left .local-pros-text-wrapper .local-pros-title {
    font-size: 24px;
    max-width: 250px;
    z-index: 2;
  }
  .local-pros-section .local-pros-content .local-pros-right {
    position: absolute;
    top: 0;
    align-self: auto;
  }
  .local-pros-section .local-pros-content .local-pros-right .local-pros-image-container {
    border-radius: 24px;
    width: 280px;
    height: 196px;
  }
}

.comparison-section {
  background-color: var(--dark-blue);
  color: var(--text-light);
}
.comparison-section .section-title,
.comparison-section .section-subtitle {
  color: var(--text-light);
}
.comparison-section .section-subtitle {
  color: var(--text-white-muted);
}
.comparison-section .text-yellow {
  color: var(--primary-yellow);
}
.comparison-section .comparison-table-wrapper {
  margin: auto;
  max-width: 800px;
  position: relative;
}
.comparison-section .comparison-table-wrapper .comparison-table {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  min-height: 450px;
}
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container .voolt-content,
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container .competitor-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container .voolt-content .company-logo,
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container .competitor-content .company-logo {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container .voolt-content .company-logo p,
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container .competitor-content .company-logo p {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container .voolt-content .features-list,
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container .competitor-content .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 600px;
}
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container .voolt-content .features-list .feature-row,
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container .competitor-content .features-list .feature-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-direction: row;
}
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container .voolt-content .features-list .feature-row img,
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container .competitor-content .features-list .feature-row img {
  width: 16px;
  height: 16px;
}
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container .voolt-content .features-list li,
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container .competitor-content .features-list li {
  border: 1px solid var(--primary-blue);
  padding: 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  text-wrap-mode: nowrap;
}
.comparison-section .comparison-table-wrapper .comparison-table .overlay-container .competitor-content .features-list li {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.comparison-section .comparison-table-wrapper .comparison-table .center-divider {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 10;
  cursor: grab;
}
.comparison-section .comparison-table-wrapper .comparison-table .center-divider:active {
  cursor: grabbing;
}
.comparison-section .comparison-table-wrapper .comparison-table .center-divider .slider-image {
  width: 306px;
  height: auto;
  margin-top: 100px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .comparison-section .section-title {
    font-size: 24px;
    text-align: left;
  }
  .comparison-section .section-subtitle {
    font-size: 16px;
    text-align: left;
  }
  .comparison-section .comparison-table-wrapper .comparison-table {
    flex-direction: column;
    gap: 60px;
  }
  .comparison-section .comparison-table-wrapper .comparison-table .center-divider .slider-image {
    width: 360px;
    margin-top: 73px;
    height: auto;
  }
  .comparison-section .comparison-table-wrapper .comparison-table::before {
    display: none;
  }
  .comparison-section .comparison-table-wrapper .comparison-table .features-list {
    grid-template-columns: 1fr;
  }
  .comparison-section .comparison-table-wrapper .comparison-table .features-list .feature-row {
    flex-direction: column !important;
    align-items: center;
  }
}

.mobile-cta-section {
  color: var(--text-light);
  padding: 32px 0;
  margin: 0;
}
.mobile-cta-section .mobile-cta-wrapper {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: radial-gradient(circle at bottom left, rgb(0, 86, 157) 0%, var(--dark-blue) 80%, var(--dark-blue) 100%);
  padding: 20px;
  border-radius: 24px;
}
.mobile-cta-section .mobile-cta-top-btn {
  background-color: var(--bg-light);
  color: var(--primary-blue);
  border: 1px solid var(--border-light);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  align-self: flex-start;
  margin: 0 auto;
  cursor: default;
}
.mobile-cta-section .mobile-cta-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  color: var(--text-light);
}
.mobile-cta-section .mobile-cta-description {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-white-muted);
  margin: 0;
}
.mobile-cta-section .mobile-cta-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.mobile-cta-section .mobile-cta-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: var(--text-light);
}
.mobile-cta-section .mobile-cta-benefits li img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.mobile-cta-section .btn-primary {
  width: fit-content;
  margin: auto;
}
@media (min-width: 769px) {
  .mobile-cta-section {
    padding: 48px 0;
  }
  .mobile-cta-section .mobile-cta-wrapper {
    max-width: 100%;
    padding: 32px;
    gap: 16px;
    background: linear-gradient(40deg, rgb(0, 86, 157) 0%, rgb(0, 86, 157) 10%, var(--dark-blue) 44%, var(--dark-blue) 86%, rgb(0, 86, 157) 105%, rgb(0, 86, 157) 69%);
  }
  .mobile-cta-section .mobile-cta-top-btn {
    font-size: 16px;
    padding: 8px 12px;
  }
  .mobile-cta-section .mobile-cta-title {
    font-size: 32px;
    line-height: 40px;
  }
  .mobile-cta-section .mobile-cta-description {
    font-size: 14px;
    line-height: 28px;
    max-width: 500px;
    margin: 0 auto;
  }
  .mobile-cta-section .mobile-cta-benefits {
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
  }
  .mobile-cta-section .mobile-cta-benefits li {
    font-size: 14px;
    gap: 16px;
  }
  .mobile-cta-section .mobile-cta-benefits li img {
    width: 24px;
    height: 24px;
  }
}

#section-ad-examples {
  background-color: var(--bg-light);
}
#section-ad-examples .section-title {
  margin-top: 16px;
}
#section-ad-examples .ad-examples-content {
  margin-top: 40px;
  display: flex;
  gap: 40px;
  align-items: center;
}
#section-ad-examples .ad-examples-content .testimonial-column {
  flex: 1;
}
#section-ad-examples .ad-examples-content .testimonial-column .testimonial-card {
  text-align: center;
}
#section-ad-examples .ad-examples-content .testimonial-column .testimonial-card .testimonial-image {
  width: 100%;
  max-height: 500px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 16px;
}
#section-ad-examples .ad-examples-content .testimonial-column .testimonial-card .testimonial-author {
  font-size: 12px;
  margin: 0 0 8px;
}
#section-ad-examples .ad-examples-content .testimonial-column .testimonial-card .testimonial-text {
  font-size: 12px;
  color: var(--text-dark);
  max-width: 342px;
  margin: 0 auto 8px;
}
#section-ad-examples .ad-examples-content .testimonial-column .testimonial-card .stars {
  justify-content: center;
  display: flex;
  gap: 1px;
}
#section-ad-examples .ad-examples-content .ads-column {
  flex: 1.5;
  display: flex !important;
  justify-content: center;
  min-height: 200px;
}
#section-ad-examples .ad-examples-content .ads-column .ads-wrapper {
  max-width: 520px;
  background-image: url("../images/ad-preview-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0 40px 40px;
  border-radius: 24px;
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
}
#section-ad-examples .ad-examples-content .ads-column .ads-wrapper .tabs,
#section-ad-examples .ad-examples-content .ads-column .ads-wrapper .ad-preview,
#section-ad-examples .ad-examples-content .ads-column .ads-wrapper .carousel-dots {
  position: relative;
  z-index: 1;
}
#section-ad-examples .ad-examples-content .ads-column .ads-wrapper .tabs {
  display: inline-flex;
  background-color: var(--bg-light);
  border: 1px solid var(--border-light);
  border-radius: 6px;
  padding: 4px;
  width: fit-content;
  margin: 0 auto 12px auto;
}
#section-ad-examples .ad-examples-content .ads-column .ads-wrapper .tabs .tab-btn {
  border: none;
  background-color: transparent;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
#section-ad-examples .ad-examples-content .ads-column .ads-wrapper .tabs .tab-btn.active {
  background-color: var(--primary-blue);
  color: var(--text-light);
}
#section-ad-examples .ad-examples-content .ads-column .ads-wrapper .ad-preview img {
  max-width: 100%;
  height: auto;
}
#section-ad-examples .ad-examples-content .ads-column .ads-wrapper .carousel-dots {
  margin-top: 12px;
}
@media (max-width: 992px) {
  #section-ad-examples .ad-examples-content {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  #section-ad-examples .section-title {
    margin-top: 0;
  }
  #section-ad-examples .ad-examples-content .ads-column {
    width: 100%;
  }
  #section-ad-examples .ad-examples-content .ads-column .ads-wrapper {
    background-image: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
#section-ad-examples .ad-preview {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
#section-ad-examples .ad-preview .swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#section-ad-examples .ad-preview .swiper-slide {
  text-align: center;
}
#section-ad-examples .ad-preview .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
#section-ad-examples .ad-preview .swiper-pagination {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#section-ad-examples .ad-preview .swiper-button-next,
#section-ad-examples .ad-preview .swiper-button-prev {
  color: var(--primary-blue);
  background-color: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#section-ad-examples .ad-preview .swiper-button-next::after,
#section-ad-examples .ad-preview .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}
#section-ad-examples .ad-preview .swiper-button-next:hover,
#section-ad-examples .ad-preview .swiper-button-prev:hover {
  background-color: var(--primary-blue);
  color: white;
}

#section-how-it-works {
  background-color: var(--bg-light);
}
#section-how-it-works .how-it-works-header .left-item,
#section-how-it-works .how-it-works-header .right-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
}
#section-how-it-works .section-title {
  margin-top: 16px;
}
#section-how-it-works .section-subtitle {
  text-align: left;
}
#section-how-it-works .how-it-works-content {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
#section-how-it-works .how-it-works-content .how-it-works-item {
  flex: 1;
  max-width: 410px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#section-how-it-works .how-it-works-content .how-it-works-item .how-it-works-image-container {
  background-color: var(--bg-light-gray);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-how-it-works .how-it-works-content .how-it-works-item .how-it-works-image-container img {
  max-width: 100%;
  height: auto;
}
#section-how-it-works .how-it-works-content .how-it-works-item .how-it-works-text {
  display: flex;
  gap: 8px;
}
#section-how-it-works .how-it-works-content .how-it-works-item .how-it-works-text h3 {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-blue);
  margin: 0;
  white-space: nowrap;
}
#section-how-it-works .how-it-works-content .how-it-works-item .how-it-works-text p {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0;
  line-height: 1.5;
}
#section-how-it-works .how-it-works-header {
  margin-bottom: 40px;
}
#section-how-it-works .how-it-works-header .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#section-how-it-works .how-it-works-header .title-wrapper .hat-title {
  margin-bottom: 0;
}
#section-how-it-works .how-it-works-header .title-wrapper .section-title {
  margin-bottom: 0;
}
#section-how-it-works .how-it-works-header .title-wrapper .section-subtitle {
  margin-bottom: 0;
  max-width: 600px;
}
#section-how-it-works .how-it-works-header .title-wrapper .btn-primary {
  margin-top: 10px;
}
#section-how-it-works .how-it-works-swiper-container {
  margin-top: 0;
}
#section-how-it-works .how-it-works-swiper-container .how-it-works-swiper {
  width: 100%;
  height: auto;
  padding: 5px;
}
#section-how-it-works .how-it-works-swiper-container .how-it-works-swiper .swiper-slide {
  text-align: left;
}
#section-how-it-works .how-it-works-swiper-container .how-it-works-swiper .swiper-slide .how-it-works-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0px;
}
#section-how-it-works .how-it-works-swiper-container .how-it-works-swiper .swiper-slide .how-it-works-item .how-it-works-image-container {
  width: 100%;
  border-radius: var(--Radius-rounded-xl, 12px);
  border: 1px solid var(--Border---border, #e4e4e7);
  background: var(--Background---light-background, #fafafa);
}
#section-how-it-works .how-it-works-swiper-container .how-it-works-swiper .swiper-slide .how-it-works-item .how-it-works-image-container img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
#section-how-it-works .how-it-works-swiper-container .how-it-works-swiper .swiper-slide .how-it-works-item .how-it-works-text {
  text-align: left;
}
#section-how-it-works .how-it-works-swiper-container .how-it-works-swiper .swiper-slide .how-it-works-item .how-it-works-text h3 {
  color: var(--primary-blue);
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
#section-how-it-works .how-it-works-swiper-container .how-it-works-swiper .swiper-slide .how-it-works-item .how-it-works-text p {
  color: #09090b;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
#section-how-it-works .how-it-works-swiper-container .how-it-works-swiper .swiper-pagination {
  position: relative;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 20;
}
@media (max-width: 992px) {
  #section-how-it-works .how-it-works-header {
    margin-bottom: 20px;
  }
  #section-how-it-works .how-it-works-header .title-wrapper {
    flex-direction: column;
    align-items: start;
  }
  #section-how-it-works .how-it-works-content {
    flex-direction: column;
    align-items: left;
  }
  #section-how-it-works .section-subtitle {
    margin: 0;
  }
  #section-how-it-works .btn-primary {
    text-align: center;
  }
  #section-how-it-works .btn-primary img {
    margin-bottom: -3px;
  }
}

.form-section {
  overflow: visible !important;
  /* Left Column - Form */
  /* Progress Bar */
  /* Form Steps */
  /* Form Groups */
  /* Input Styles */
  /* Add more space for select arrow */
  /* Dropdown Styles */
  /* Error Message Styles */
  /* Radio and Checkbox Styles */
  /* Hide the custom spans completely */
  /* URL Fields */
  /* Show URL fields when active class is present */
  /* Show website URL field when "Yes" radio is checked */
  /* Form Actions */
  /* Right Column - Image Slider */
  /* Disabled button styles */
  /* Responsive Design */
}
.form-section .form-section {
  background-color: var(--bg-light);
  padding: 40px 0;
}
.form-section .form-container {
  display: flex;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: end;
}
.form-section .form-left {
  flex: 1;
  max-width: 500px;
}
.form-section .form-content {
  padding: 24px;
  border-radius: var(--Radius-rounded-3xl, 24px);
  border: 1px solid var(--Border---border, #e4e4e7);
  background: var(--Background---light-background, #fafafa);
  box-shadow: 0 93px 26px 0 rgba(0, 0, 0, 0), 0 59px 24px 0 rgba(0, 0, 0, 0.01), 0 33px 20px 0 rgba(0, 0, 0, 0.02), 0 15px 15px 0 rgba(0, 0, 0, 0.03), 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}
.form-section .form-header {
  margin-bottom: 24px;
}
.form-section .form-step-title {
  color: var(--Foreground---foreground, #09090b);
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.18px;
}
.form-section .form-logo {
  display: inline-block;
  margin-bottom: 24px;
}
.form-section .form-logo img {
  height: 32px;
  width: auto;
}
.form-section .form-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 12px 0;
}
.form-section .form-subtitle {
  font-size: 16px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}
.form-section .back-to-home-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--text-muted);
  margin: 0 0 16px 0;
  cursor: pointer;
  transition: color 0.3s ease;
  text-decoration: none;
}
.form-section .back-to-home-btn:hover {
  color: var(--text-dark);
}
.form-section .back-to-home-btn svg {
  transition: transform 0.3s ease;
}
.form-section .back-to-home-btn:hover svg {
  transform: translateX(-2px);
}
.form-section .progress-bar {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.form-section .step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--border-light);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 2px solid white;
}
.form-section .step-circle.active {
  background-color: var(--primary-blue);
  color: white;
  border-color: white;
}
.form-section .step-circle.completed {
  background-color: var(--primary-blue);
  color: white;
  border-color: white;
}
.form-section .step-line {
  flex: 1;
  height: 2px;
  background-color: var(--border-light);
  margin: 0 8px;
  transition: background-color 0.3s ease;
}
.form-section .step-line.active {
  background-color: var(--primary-blue);
}
.form-section .step-line.completed {
  background-color: var(--primary-blue);
}
.form-section .form-steps {
  position: relative;
}
.form-section .form-step {
  display: none;
  animation: fadeIn 0.3s ease;
}
.form-section .form-step.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-section .form-group {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.form-section .form-group label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.form-section .form-hint {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0 0 16px 0;
}
.form-section .input-wrapper {
  position: relative;
  width: 100%;
  display: flex;
}
.form-section .input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.form-section input[type=text],
.form-section input[type=email],
.form-section input[type=tel],
.form-section input[type=url],
.form-section select {
  padding: 12px 16px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  font-size: 16px;
  background-color: white;
  transition: border-color 0.3s ease;
  flex-grow: 1;
  color: var(--Foreground---muted-foreground, #71717a);
  /* Base M/Regular */
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.14px;
}
.form-section select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}
.form-section .input-wrapper input {
  padding-left: 40px;
}
.form-section input:focus,
.form-section select:focus {
  outline: none;
  border-color: var(--primary-blue);
}
.form-section .dropdown-wrapper {
  position: relative;
  width: 100%;
}
.form-section .dropdown-input-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.form-section .dropdown-input {
  padding-left: 40px !important;
  padding-right: 40px !important;
  cursor: pointer;
}
.form-section .dropdown-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 16px;
  height: 16px;
  opacity: 0.5;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.form-section .dropdown-wrapper.open .dropdown-arrow {
  transform: translateY(-50%) rotate(-90deg);
}
.form-section .dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid var(--border-light);
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.form-section .dropdown-wrapper.open .dropdown-options {
  display: block;
}
.form-section .dropdown-option {
  padding: 12px 16px;
  cursor: pointer;
  font-size: 14px;
  color: var(--text-dark);
  transition: background-color 0.2s ease;
  border-bottom: 1px solid var(--border-light);
}
.form-section .dropdown-option:last-child {
  border-bottom: none;
}
.form-section .dropdown-option:hover {
  background-color: #f3f4f6;
}
.form-section .dropdown-option.selected {
  background-color: #e5e7eb;
  font-weight: 500;
}
.form-section .dropdown-option.hidden {
  display: none;
}
.form-section .error-message {
  color: #e53e3e;
  font-size: 12px;
  margin-top: 4px;
  font-weight: 500;
  display: block;
}
.form-section .radio-group,
.form-section .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-section .radio-option,
.form-section .checkbox-option {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  color: var(--text-dark);
}
.form-section .radio-option input,
.form-section .checkbox-option input {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0;
}
.form-section .radio-custom,
.form-section .checkbox-custom {
  display: none !important;
}
.form-section .radio-item.active-field-wrapper .radio-option,
.form-section .checkbox-item .checkbox-option {
  margin-bottom: 0px !important;
}
.form-section .radio-item.inactive-field-wrapper {
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.form-section .website-url-field,
.form-section .service-url-field {
  margin-left: 6px;
  display: none;
}
.form-section .website-url-field.active,
.form-section .service-url-field.active {
  display: flex;
  animation: slideDown 0.3s ease;
  margin-top: 8px;
}
.form-section .service-url-field.active {
  display: flex;
  flex-direction: column;
  animation: slideDown 0.3s ease;
  margin-top: 8px;
}
.form-section input[name=website][value=yes]:checked ~ .website-url-field {
  display: flex;
  flex-direction: column;
  animation: slideDown 0.3s ease;
  margin-top: 8px;
}
.form-section .active-field-wrapper {
  border-radius: var(--8px, 8px);
  border: 1px solid var(--color-pallete-main-pallete-colorPrimary, #058beb);
  background: var(--Color-Blue-25, #f5fbff);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding: 12px;
}
.form-section .inactive-field-wrapper {
  border-radius: var(--8px, 8px);
  border: 1px solid var(--Color-Gray-200, #ebedef);
  background: var(--neutralWhite, #fff);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding: 12px 12px 4px 12px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}
.form-section .inactive-field-wrapper:hover {
  background-color: #f5fbff;
}
.form-section .radio-item.inactive-field-wrapper:hover {
  background-color: #f5fbff;
}
.form-section .form-step[data-step="2"] .inactive-field-wrapper {
  padding: 23px 12px;
}
.form-section .form-step[data-step="2"] .active-field-wrapper {
  padding: 12px;
}
.form-section .p-inactive {
  padding: 23px 12px !important;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-section .form-actions {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.form-section .btn {
  color: #27272a !important;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.form-section .btn-primary {
  background-color: var(--primary-yellow);
  color: var(--text-dark);
  flex-grow: 1;
}
.form-section .btn-primary:hover {
  background-color: #e6b800;
}
.form-section .btn-secondary {
  background-color: white;
  color: var(--text-dark);
  border: 1px solid var(--border-light);
}
.form-section .btn-secondary:hover {
  background-color: var(--bg-light-gray);
}
.form-section .form-right {
  flex: 1;
  max-width: 480px;
}
.form-section .image-slider-container {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.form-section .image-slider {
  height: 100%;
  width: 100%;
}
.form-section .image-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-section .image-slider .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.form-section .image-slider .swiper-pagination {
  bottom: 20px;
}
.form-section .image-slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.form-section .image-slider .swiper-pagination-bullet-active {
  background: white;
}
.form-section .success-screen {
  text-align: center;
  padding: 40px 20px;
  max-width: 400px;
  margin: 0 auto;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-section .success-icon {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
.form-section .success-title {
  font-size: 10px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
  line-height: 1.3;
}
.form-section .success-message {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}
.form-section .loading-spinner {
  animation: spin 1s linear infinite;
  margin-right: 8px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-section .submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.form-section .submit-btn:disabled:hover {
  background-color: var(--primary-color);
  transform: none;
}
@media (max-width: 992px) {
  .form-section .form-container {
    flex-direction: column;
    gap: 40px;
  }
  .form-section .form-left,
  .form-section .form-right {
    max-width: 100%;
  }
  .form-section .form-title {
    font-size: 28px;
  }
  .form-section .image-slider-container {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .form-section .form-content {
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
  }
  .form-section .form-title {
    font-size: 24px;
  }
  .form-section .image-slider-container {
    height: 250px;
  }
  .form-section .form-actions {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 16px 0;
    border-top: 1px solid #e4e4e7;
    z-index: 1000;
  }
  .form-section .btn {
    width: 100%;
    justify-content: center;
  }
  .form-section .success-screen {
    height: 200px;
    padding: 0;
  }
}
.form-section .address-input-map-loader {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  margin-top: 8px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.form-section .address-input-map-loader #map {
  width: 100%;
  height: 100%;
}
.form-section .pac-container {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  font-family: inherit;
  z-index: 1000;
}
.form-section .pac-item {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
}
.form-section .pac-item:hover {
  background-color: #f9fafb;
}
.form-section .pac-item:last-child {
  border-bottom: none;
}
.form-section .pac-item-query {
  font-weight: 500;
  color: #1f2937;
}
.form-section .pac-matched {
  font-weight: 600;
  color: #3b82f6;
}
.form-section .location-error-message {
  color: #dc2626;
  font-size: 14px;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-section input[id=location].error {
  border-color: #dc2626;
  box-shadow: 0 0 0 1px #dc2626;
}

.charging-info-section {
  background: linear-gradient(to top, rgb(0, 86, 157) 0%, var(--dark-blue) 70%);
  color: var(--text-light);
}
.charging-info-section .section-title {
  color: var(--text-light);
}
.charging-info-section .charging-steps {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 40px 0;
}
.charging-info-section .charging-steps .charging-step {
  flex: 1;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.charging-info-section .charging-steps .charging-step .step-text {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.charging-info-section .charging-steps .charging-step .step-text .step-number {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10.5px;
  border: 0.875px solid var(--primary-blue);
  background-color: var(--bg-light);
  color: var(--primary-blue);
  font-size: 21px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.charging-info-section .charging-steps .charging-step .step-text p {
  font-family: "General Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.charging-info-section .charging-steps .charging-step .step-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .charging-info-section .charging-steps {
    flex-direction: column;
    align-items: center;
  }
}

#section-features {
  background-color: var(--bg-light);
}
#section-features .features-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 40px;
}
#section-features .features-header-left {
  flex: 1;
}
#section-features .features-header-right {
  flex: 1;
  max-width: 400px;
}
#section-features .features-header-right p {
  font-size: 16px;
  color: var(--text-muted);
  margin: 0;
}
#section-features .features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
#section-features .feature-card,
#section-features .feature-card-full {
  background-color: var(--bg-medium-gray);
  border: 1px solid var(--border-light);
  border-radius: 24px;
  padding: 32px 40px 0;
  overflow: hidden;
}
#section-features .feature-card h3,
#section-features .feature-card-full h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 16px;
}
#section-features .feature-card p,
#section-features .feature-card-full p {
  font-size: 16px;
  color: var(--text-muted);
  margin: 0 0 24px;
  line-height: 1.5;
}
#section-features .feature-card .feature-image-container,
#section-features .feature-card-full .feature-image-container {
  text-align: center;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 60px 60px 0 0;
}
#section-features .feature-card .feature-image-container img,
#section-features .feature-card-full .feature-image-container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#section-features .feature-card-full {
  margin-top: 40px;
  text-align: center;
}
#section-features .feature-card-full .feature-image-container-full {
  max-width: 648px;
  margin: 24px auto 0 auto;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}
#section-features .feature-card-full .feature-image-container-full img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  #section-features .features-header {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  #section-features .features-header-right {
    max-width: 100%;
  }
  #section-features h3 {
    font-size: 18px;
  }
  #section-features .features-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  #section-features .feature-card-full {
    margin-top: 0;
    text-align: left;
  }
}

.cta-section {
  background-color: var(--dark-blue);
  color: var(--text-light);
  border-radius: 24px;
  margin: 0 20px;
}
.cta-section .section-title,
.cta-section .section-subtitle {
  color: var(--text-light);
}
.cta-section .section-subtitle {
  color: var(--text-white-muted);
}
.cta-section .benefits-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px 0 40px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-white-muted);
}
.cta-section .benefits-container span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .cta-section .benefits-container {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

#section-faq {
  background-color: var(--bg-light);
}
#section-faq .faq-container {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#section-faq .faq-container .faq-item {
  border-bottom: 1px solid var(--border-light);
  cursor: pointer;
}
#section-faq .faq-container .faq-item:last-child {
  border-bottom: none;
}
#section-faq .faq-container .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
}
#section-faq .faq-container .faq-item .faq-question p {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0;
  text-align: left;
}
#section-faq .faq-container .faq-item .faq-question .toggle-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  transition: transform 0.3s ease;
}
#section-faq .faq-container .faq-item .faq-question .toggle-icon.rotated {
  transform: rotate(90deg);
}
#section-faq .faq-container .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0;
}
#section-faq .faq-container .faq-item .faq-answer.active {
  max-height: 500px;
  padding: 0 0 24px 0;
}
#section-faq .faq-container .faq-item .faq-answer p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 16px 0;
}
#section-faq .faq-container .faq-item .faq-answer p:last-child {
  margin-bottom: 0;
}
#section-faq .faq-container .faq-item .faq-answer ul {
  margin: 16px 0;
  padding-left: 20px;
}
#section-faq .faq-container .faq-item .faq-answer ul li {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 8px;
}
#section-faq .faq-container .faq-item .faq-answer ul li:last-child {
  margin-bottom: 0;
}
#section-faq .faq-container .faq-item .faq-answer em {
  font-style: italic;
  color: var(--text-muted);
  font-size: 14px;
}
@media (max-width: 768px) {
  #section-faq .faq-container .faq-item .faq-question p {
    font-size: 14px;
  }
  #section-faq .faq-container .faq-item .faq-answer p,
  #section-faq .faq-container .faq-item .faq-answer ul li {
    font-size: 14px;
  }
}

.site-footer {
  background-color: var(--dark-blue);
  color: var(--text-light);
  padding: 40px 0;
}
.site-footer .footer-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.site-footer .footer-container .footer-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.site-footer .footer-container .footer-left .footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-footer .footer-container .footer-left .footer-logo img {
  width: 108px;
  height: auto;
}
.site-footer .footer-container .footer-left .footer-description {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-white-muted);
  margin: 0;
}
.site-footer .footer-container .footer-left .partner-badge {
  margin-top: 8px;
}
.site-footer .footer-container .footer-left .partner-badge img {
  height: 95px;
  width: auto;
  border-radius: 4px;
}
.site-footer .footer-container .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .footer-container .footer-bottom .copyright {
  font-size: 12px;
  color: var(--text-white-muted);
  margin: 0;
}
.site-footer .footer-container .footer-bottom .social-links {
  display: flex;
  gap: 12px;
}
.site-footer .footer-container .footer-bottom .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
}
.site-footer .footer-container .footer-bottom .social-links a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.site-footer .footer-container .footer-bottom .social-links a img {
  width: 28px;
  height: 28px;
}
@media (max-width: 768px) {
  .site-footer .footer-container .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    align-items: start;
  }
}

/*# sourceMappingURL=main.css.map */
