
#hero-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 68vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: right;
}
#hero-18 .hero-overlay-18 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-18 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#hero-18 .hero-content-wrapper-18 {
  max-width: 680px;
  margin-right: 0;
  margin-left: auto;
}
#hero-18 .hero-title-18 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-18 .hero-subtitle-18 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-18 .hero-cta-button-18 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
#hero-18 .hero-cta-button-18:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-18 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-18 .container {
    justify-content: center;
  }
  #hero-18 .hero-content-wrapper-18 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-18 .hero-title-18 {
    font-size: 2.4rem;
  }
  #hero-18 .hero-subtitle-18 {
    font-size: 1.1rem;
  }
}



#mobile-app-24 {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
#mobile-app-24 .gradient-cta-content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#mobile-app-24 .cta-icon {
  max-width: 60px;
  height: auto;
  margin-bottom: 1.5rem;
}
#mobile-app-24 .cta-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
#mobile-app-24 .cta-description {
  font-size: 1.15rem;
  margin-bottom: 2.5rem;
  line-height: 1.7;
  opacity: 0.9;
}
#mobile-app-24 .cta-download-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
#mobile-app-24 .btn-download-app-cta {
  background-color: rgba(255, 255, 255, 0.95);
  color: #333;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#mobile-app-24 .btn-download-app-cta:hover {
  background-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
#mobile-app-24 .btn-download-app-cta i {
  font-size: 2em;
  margin-right: 12px;
  color: #555;
}
#mobile-app-24 .btn-download-app-cta .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-24 .btn-download-app-cta .button-text span:first-child {
  font-size: 0.85em;
  color: #6c757d;
}
#mobile-app-24 .btn-download-app-cta .button-text span:last-child {
  font-size: 1.15em;
  font-weight: 600;
  color: #212529;
}
@media (max-width: 767.98px) {
  #mobile-app-24 {
    padding: 80px 0;
  }
  #mobile-app-24 .cta-title {
    font-size: 2.2rem;
  }
  #mobile-app-24 .cta-description {
    font-size: 1.05rem;
  }
}
@media (max-width: 575.98px) {
  #mobile-app-24 .cta-download-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  #mobile-app-24 .btn-download-app-cta {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
  }
}



#how-it-works-17 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f9fa;
}
#how-it-works-17 .section-title-container {
  margin-bottom: 40px;
}
#how-it-works-17 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-17 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-17 .accordion-item {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  margin-bottom: 10px;
  border-radius: 0.35rem;
}
#how-it-works-17 .accordion-item:first-of-type {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}
#how-it-works-17 .accordion-item:last-of-type {
  border-bottom-left-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}
#how-it-works-17 .accordion-header .accordion-button {
  font-size: 1.15rem;
  font-weight: 500;
  color: #212529;
  background-color: #f8f9fa;
  border-radius: 0;
  padding: 1rem 1.25rem;
  box-shadow: none;
  border-bottom: none;
}
#how-it-works-17 .accordion-header .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
#how-it-works-17 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
}
#how-it-works-17 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
#how-it-works-17 .accordion-body {
  padding: 1.25rem 1.5rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #495057;
}
#how-it-works-17 .accordion-button-icon {
  margin-right: 10px;
  font-size: 1.1rem;
  color: #0d6efd;
}
#how-it-works-17 .accordion-button:not(.collapsed) .accordion-button-icon {
  color: #0c63e4;
}



#features-23 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-23']['bg_color'] ?? '#ffffff' }};
}
#features-23 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-23 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 25px);
}
#features-23 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-23 .comparison-table {
  width: 100%;
  border-collapse: collapse; 
}
#features-23 .comparison-table th,
#features-23 .comparison-table td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dee2e6; 
}
#features-23 .comparison-table th {
  background-color: #f8f9fa;
  font-weight: 600;
  font-size: 18px;
  color: #495057;
  position: relative; 
}
#features-23 .comparison-table th .plan-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: var(--bs-danger, #dc3545);
    color: #fff;
}
#features-23 .comparison-table tbody th {
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
}
#features-23 .comparison-table tbody td {
  font-size: 15px;
  color: #6c757d;
}
#features-23 .comparison-table tbody tr:nth-child(odd) td {
   background-color: #f8f9fa; 
}
#features-23 .comparison-table tbody tr:hover td {
   background-color: #f1f3f5; 
}
#features-23 .comparison-table .icon-cell i {
  font-size: 1.2rem;
}
#features-23 .comparison-table .highlight {
  background-color: var(--bs-primary-light, #e7f1ff); 
  border-left: 3px solid var(--bs-primary, #0d6efd);
  border-right: 3px solid var(--bs-primary, #0d6efd);
}
#features-23 .comparison-table th.highlight {
  background-color: var(--bs-primary-lighter, #d0e3ff);
  color: var(--bs-primary-dark, #0a58ca);
}
.table-responsive {
    padding: 1.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 767.98px) {
  #features-23 .comparison-table th,
  #features-23 .comparison-table td {
    padding: 10px;
    font-size: 14px;
  }
  #features-23 .comparison-table th {
    font-size: 16px;
  }
  #features-23 .comparison-table tbody th {
     font-size: 15px;
  }
}



#features-15 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-15 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-15 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-15 .feature-item {
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  background-color: #f8f9fa;
  margin-bottom: 20px;
  cursor: pointer;
}
#features-15 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-15 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-15 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-15 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#cta-banner-13 {
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  position: relative;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
  color: #084298;
}
#cta-banner-13.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
#cta-banner-13.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
#cta-banner-13.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
#cta-banner-13.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
#cta-banner-13 .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
#cta-banner-13 .alert-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 1.5rem;
}
#cta-banner-13 .alert-icon {
  flex-shrink: 0;
  font-size: 1.2rem;
}
#cta-banner-13 .alert-text {
  flex-grow: 1;
  margin-bottom: 0;
  font-size: 0.95rem;
}
#cta-banner-13 .alert-text strong {
  font-weight: 600;
}
#cta-banner-13 .alert-link-wrapper {
  flex-shrink: 0;
}
#cta-banner-13 .alert-link {
  font-weight: 600;
  font-size: 0.95rem;
}
#cta-banner-13 .btn-close {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  padding: 0.75rem;
  opacity: 0.6;
  filter: invert(1) grayscale(100%) brightness(200%);
}
#cta-banner-13 .btn-close:hover {
  opacity: 0.8;
}
#cta-banner-13.alert-warning .btn-close {
  filter: none;
  opacity: 0.5;
}
@media (min-width: 768px) {
  #cta-banner-13 .alert-content-wrapper {
    justify-content: flex-start;
  }
  #cta-banner-13 .alert-text {
    text-align: left;
  }
  #cta-banner-13 .alert-link-wrapper {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  #cta-banner-13 {
    padding: 0.8rem 1rem;
  }
  #cta-banner-13 .alert-text,
  #cta-banner-13 .alert-link {
    font-size: 0.9rem;
  }
  #cta-banner-13 .alert-content-wrapper {
    gap: 0.5rem 1rem;
  }
}



#press-mentions-5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f8f9fa;
  overflow: hidden;
  position: relative;
}
#press-mentions-5 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#press-mentions-5 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-5 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-5 .pm5-swiper-container {
  overflow: hidden;
  position: relative;
}
#press-mentions-5 .swiper-slide .quote-slide-content {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 2.5rem 2rem;
  height: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  text-align: left;
}
#press-mentions-5 .quote-slide-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #343a40;
  margin-bottom: 1.5rem;
  line-height: 1.7;
  flex-grow: 1;
  position: relative;
}
#press-mentions-5 .quote-slide-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 2rem;
  color: var(--bs-primary);
  opacity: 0.15;
}
#press-mentions-5 .quote-slide-source {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
}
#press-mentions-5 .quote-slide-source .source-logo img {
  height: 30px;
  width: auto;
  max-width: 100px;
  margin-right: 1rem;
  filter: contrast(0) brightness(1.5);
  opacity: 0.8;
}
#press-mentions-5 .quote-slide-source .source-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: #495057;
}
#press-mentions-5 .quote-slide-source .article-link {
  font-size: 0.8rem;
  color: var(--bs-primary);
  text-decoration: none;
  display: block;
}
#press-mentions-5 .quote-slide-source .article-link:hover {
  text-decoration: underline;
}
#press-mentions-5 .quote-slide-source .article-link i {
  margin-left: 0.3rem;
  font-size: 0.8em;
}
#press-mentions-5 .swiper-slide .logo-slide-content {
  text-align: center;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
#press-mentions-5 .logo-slide-content a {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#press-mentions-5 .logo-slide-content a:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#press-mentions-5 .logo-slide-content img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
  vertical-align: middle;
}
#press-mentions-5 .swiper-pagination-pm5 {
  position: static;
  margin-top: 2rem;
}
#press-mentions-5 .swiper-pagination-pm5 .swiper-pagination-bullet {
  background-color: var(--bs-primary);
  opacity: 0.5;
  width: 10px;
  height: 10px;
}
#press-mentions-5 .swiper-pagination-pm5 .swiper-pagination-bullet-active {
  opacity: 1;
}
#press-mentions-5 .swiper-button-next-pm5,
#press-mentions-5 .swiper-button-prev-pm5 {
  color: var(--bs-primary);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
#press-mentions-5 .swiper-button-next-pm5:hover,
#press-mentions-5 .swiper-button-prev-pm5:hover {
  background-color: #ffffff;
}
#press-mentions-5 .swiper-button-next-pm5::after,
#press-mentions-5 .swiper-button-prev-pm5::after {
  font-size: 1rem;
  font-weight: 900;
}
#press-mentions-5 .swiper-button-prev-pm5 {
  left: 10px;
}
#press-mentions-5 .swiper-button-next-pm5 {
  right: 10px;
}
@media (max-width: 767.98px) {
  #press-mentions-5 {
    padding-bottom: 5rem;
  }
  #press-mentions-5 .swiper-button-next-pm5,
  #press-mentions-5 .swiper-button-prev-pm5 {
    display: none;
  }
  #press-mentions-5 .quote-slide-content {
    padding: 1.5rem;
    min-height: 240px;
  }
  #press-mentions-5 .quote-slide-quote {
    font-size: 1rem;
  }
}



#faq-28 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-28 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-28 .top-questions-row {
  margin-bottom: 4rem;
}
#faq-28 .top-question-card {
  background-color: #e7f1ff;
  border: none;
  border-radius: 10px;
  padding: 1.8rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#faq-28 .top-question-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.1);
}
#faq-28 .top-question-card .top-question-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #0a58ca;
  margin-bottom: 0.8rem;
}
#faq-28 .top-question-card .top-question-answer {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
#faq-28 .other-faqs-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #495057;
}
#faq-28 .accordion-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-28 .accordion-button {
  font-weight: 500;
  color: #495057;
  background-color: #f8f9fa;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none !important;
  text-align: left;
}
#faq-28 .accordion-button:not(.collapsed) {
  color: #0b5ed7;
  background-color: #f0f7ff;
}
#faq-28 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
  filter: brightness(0.6);
}
#faq-28 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230b5ed7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  filter: none;
}
#faq-28 .accordion-body {
  padding: 1.25rem 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-28 .accordion-body p:last-child {
  margin-bottom: 0;
}


