.section-header {
  width: 100%;
  padding: 4rem 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #212121;
  padding-top: 2rem;
}
.section-header .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
.section-header .logo-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-header .brand-container .navbar-brand {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 0;
}
.section-header .brand-container .navbar-brand img {
  width: 200px;
}
.section-header .brand-container .navbar-brand:hover {
  color: #ffffff;
}
.section-header .btn {
  padding: 14px 30px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 12px;
  transition: all 0.2s ease;
}
.section-header .btn-outline-light {
  border-width: 1px;
  border-color: #616161;
  color: #ffffff;
  background-color: transparent;
}
.section-header .btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgb(87.3, 87.3, 87.3);
  color: #ffffff;
}
.section-header .btn-primary {
  background-color: #0165ba;
  border: none;
}
.section-header .btn-primary:hover {
  background-color: rgb(0.85, 85.85, 158.1);
}
.section-header .navbar .navbar-nav {
  gap: 20px;
}
.section-header .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.section-header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.section-header .navbar .navbar-nav .nav-item .nav-link .material-icons {
  font-size: 22px;
  margin-left: 2px;
}
.section-header .navbar .navbar-toggler {
  display: none;
  padding: 8px;
  border: 1px solid #616161;
}
.section-header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.section-header .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.section-hero {
  width: 100%;
  padding: 4rem 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #212121;
  margin-top: -4rem;
  padding-bottom: 10rem;
}
.section-hero .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
.section-hero .container {
  position: relative;
}
.section-hero .content-wrapper {
  max-width: 50%;
  position: relative;
  z-index: 2;
}
.section-hero .hero-image {
  position: absolute;
  right: 24px;
  top: 60%;
  transform: translateY(-50%);
  width: 45%;
  max-width: 600px;
  border-radius: 24px;
  z-index: 1;
}
.section-hero .hero-image-mobile {
  display: none;
}
.section-hero .brand-subtitle {
  color: #758ca1;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  padding-top: 4rem;
}
.section-hero .hero-title {
  color: #ffffff;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
}
.section-hero .hero-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}
.section-hero .email-input-wrapper {
  max-width: 480px;
  margin-top: 2rem;
  display: flex;
  gap: 12px;
}
.section-hero .email-input {
  flex: 1;
  background-color: rgb(59.4, 59.4, 59.4);
  border: 1px solid #616161;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 15px;
  transition: all 0.2s ease;
}
.section-hero .email-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.section-hero .email-input:focus {
  outline: none;
  border-color: rgba(97, 97, 97, 0.2);
  box-shadow: 0 0 0 1px rgba(97, 97, 97, 0.1);
}
.section-hero .btn-get-started {
  background-color: #0165ba;
  color: #ffffff;
  border: none;
  padding: 15px 30px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.section-hero .btn-get-started:hover {
  background-color: rgba(1, 101, 186, 0.9);
}
.section-hero .btn-get-started:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(1, 101, 186, 0.3);
}
.section-hero .trial-info {
  margin-top: 2.5rem;
}
.section-hero .trial-info .trial-item {
  gap: 8px;
}
.section-hero .trial-info .trial-item .material-icons {
  color: #758ca1;
  font-size: 20px;
}
.section-hero .trial-info .trial-item .trial-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.section-about {
  width: 100%;
  padding: 4rem 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgb(39.66, 39.66, 39.66);
  padding: 8rem 0;
}
.section-about .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
.section-about .section-subtitle {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #0165ba;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.section-about .section-title {
  color: #ffffff;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
}
.section-about .section-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}
.section-about .content-left {
  max-width: 60%;
}
.section-about .stats-container {
  padding-top: 3rem;
}
.section-about .stats-container .stats-column {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
}
.section-about .stats-container .stats-column:first-child {
  margin-right: 2rem;
}
.section-about .stats-container .stats-column .stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.section-about .stats-container .stats-column .stat-item .stat-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1.4;
}
.section-about .stats-container .stats-column:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 120%;
  height: 1px;
  transform: translateY(-50%);
}
.section-about .brands-list {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
  width: 100%;
}
.section-about .brands-list .coin-item {
  background-color: rgb(59.4, 59.4, 59.4);
  border: none;
  padding: 1.5rem 2rem;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  width: 120px;
}
.section-about .brands-list .coin-item img {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}
.section-about .brands-list .coin-item div {
  color: #ccc;
  margin-top: 5px;
  font-size: 12px;
}

.section-services {
  width: 100%;
  padding: 4rem 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #212121;
  padding: 8rem 0;
}
.section-services .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
.section-services .section-subtitle {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #0165ba;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.section-services .section-title {
  color: #ffffff;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
}
.section-services .section-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.section-services .services-box {
  background-color: rgb(59.4, 59.4, 59.4);
  border-radius: 16px;
  padding: 40px;
  border: 1px solid #616161;
  margin-top: 6rem;
  min-height: 400px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.section-services .services-box .logo-square {
  width: 40px;
  height: 40px;
  background-color: rgb(78.96, 78.96, 78.96);
  border-radius: 10px;
  position: static;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-services .services-box .logo-square .material-icons {
  color: #ffffff;
  font-size: 24px;
}
.section-services .services-box .box-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 0;
}
.section-services .services-box .box-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.6;
  padding-left: 0;
  margin: 0;
  max-width: 500px;
}
.section-services .services-box .right-box {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 45%;
  background-color: #212121;
  border-radius: 16px 16px 0 0;
  z-index: 1;
  border: 1px solid #616161;
  border-bottom: none;
  height: calc(100% - 50px);
  bottom: auto;
  overflow: hidden;
}
.section-services .services-box .right-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-services .services-box:before {
  z-index: 2;
}
.section-services .services-grid {
  background-color: rgb(59.4, 59.4, 59.4);
  border: 1px solid #616161;
  border-radius: 16px;
  width: 100%;
  margin-top: 2rem;
  min-height: 300px;
  position: relative;
  display: flex;
  align-items: stretch;
}
.section-services .services-grid .grid-item {
  flex: 1;
  padding: 40px;
  position: relative;
  z-index: 1;
}
.section-services .services-grid .grid-item .grid-logo-square {
  width: 40px;
  height: 40px;
  background-color: rgb(78.96, 78.96, 78.96);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-services .services-grid .grid-item .grid-logo-square .material-icons {
  color: #ffffff;
  font-size: 24px;
}
.section-services .services-grid .grid-item .grid-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 16px;
  line-height: 1.4;
  white-space: nowrap;
}
.section-services .services-grid .grid-item .grid-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 300px;
}
.section-services .services-grid .grid-separator {
  width: 1px;
  background-color: #616161;
  margin: 0;
  position: relative;
}
.section-services .services-grid .grid-separator::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px #616161;
}
.section-services .verification-wrapper {
  margin-top: 10rem;
  display: flex;
  gap: 60px;
  min-height: 500px;
}
.section-services .verification-box-left {
  flex: 1;
  background-color: #212121;
  border: 1px solid #616161;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.section-services .verification-box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.section-services .verification-content {
  flex: 1;
  justify-content: left;
  align-items: flex-start;
}
.section-services .verification-content .section-subtitle {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #0165ba;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.section-services .verification-content .section-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
}
.section-services .verification-content .section-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 3rem;
  max-width: 500px;
  margin-left: 0;
  text-align: left;
}
.section-services .verification-content .features-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.section-services .verification-content .features-list .feature-item {
  display: flex;
  flex-direction: column;
}
.section-services .verification-content .features-list .feature-item .feature-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.section-services .verification-content .features-list .feature-item .feature-logo {
  width: 40px;
  height: 40px;
  background-color: rgb(59.4, 59.4, 59.4);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-services .verification-content .features-list .feature-item .feature-logo .material-icons {
  color: #ffffff;
  font-size: 24px;
}
.section-services .verification-content .features-list .feature-item .feature-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.section-services .verification-content .features-list .feature-item .feature-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding-left: 60px;
}

.section-footer {
  width: 100%;
  padding: 4rem 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 200px;
  background-color: #212121;
  position: relative;
  padding-bottom: 20px !important;
}
.section-footer .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
.section-footer .footer-box {
  width: 90vw;
  margin-left: calc(-45vw + 50%);
  margin-right: calc(-45vw + 50%);
  min-height: 400px;
  background-color: rgb(39.66, 39.66, 39.66);
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12), 0 2px 12px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  padding: 80px;
  text-align: center;
}
.section-footer .footer-box .footer-title {
  color: #ffffff;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}
.section-footer .footer-box .footer-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.section-footer .footer-box .footer-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
}
.section-footer .footer-box .footer-buttons button {
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.section-footer .footer-box .footer-buttons .btn-get-started {
  background-color: #0165ba;
  color: #ffffff;
  border: none;
  padding: 15px 30px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
}
.section-footer .footer-box .footer-buttons .btn-get-started:hover {
  background-color: rgba(1, 101, 186, 0.9);
}
.section-footer .footer-box .footer-buttons .btn-contact {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #616161;
  padding: 15px 30px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
}
.section-footer .footer-box .footer-buttons .btn-contact:hover {
  border-color: rgb(87.3, 87.3, 87.3);
  background-color: rgba(255, 255, 255, 0.1);
}
.section-footer .footer-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  padding: 0 40px;
}
.section-footer .footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.section-footer .footer-brand .footer-brand-content .footer-name {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  height: 40px;
}
.section-footer .footer-brand .footer-brand-content .footer-tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.section-footer .footer-brand .footer-brand-content .social-icons {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.section-footer .footer-brand .footer-brand-content .social-icons .social-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
.section-footer .footer-brand .footer-brand-content .social-icons .social-icon .material-icons {
  color: #ffffff;
  font-size: 18px;
}
.section-footer .footer-brand .footer-brand-content .social-icons .social-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.section-footer .footer-links {
  display: flex;
  gap: 75px;
}
.section-footer .footer-links .footer-link-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section-footer .footer-links .footer-link-item span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.section-footer .footer-links .footer-link-item a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}
.section-footer .footer-links .footer-link-item a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.section-footer .footer-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  margin-top: 40px;
  position: relative;
  min-height: 60px;
}
.section-footer .footer-legal:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 40px;
  right: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.section-footer .footer-legal .copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin: 0;
}
.section-footer .footer-legal .legal-links {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 0;
}
.section-footer .footer-legal .legal-links .legal-link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-decoration: underline;
}
.section-footer .footer-legal .legal-links .legal-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.section-features {
  width: 100%;
  padding: 4rem 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 80vh;
  background-color: rgb(39.66, 39.66, 39.66);
  padding: 8rem 0;
  overflow: hidden;
}
.section-features .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
.section-features .features-header {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.section-features .features-header .navigation-arrows {
  position: absolute;
  right: 15px;
  bottom: 400px;
  display: flex;
  gap: 12px;
}
.section-features .content-left {
  max-width: 100%;
}
.section-features .content-left .story-boxes {
  margin-top: 3rem;
  display: flex;
  gap: 24px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-left: calc(50vw - 700px);
  padding-right: calc(50vw - 700px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.section-features .content-left .story-boxes::-webkit-scrollbar {
  display: none;
}
.section-features .content-left .story-boxes .story-box {
  flex: 0 0 700px;
  height: 350px;
  min-width: 700px;
  background-color: rgb(59.4, 59.4, 59.4);
  border-radius: 16px;
  border: 1px solid #616161;
  display: flex;
  overflow: hidden;
}
.section-features .content-left .story-boxes .story-box .story-image {
  width: 50%;
  background-color: #212121;
  position: relative;
  overflow: hidden;
}
.section-features .content-left .story-boxes .story-box .story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-features .content-left .story-boxes .story-box .story-content {
  width: 50%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-features .content-left .story-boxes .story-box .story-content h3 {
  font-size: 16px;
  margin: 0;
  color: #ffffff;
}
.section-features .content-left .story-boxes .story-box .story-content .story-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.section-features .content-left .story-boxes .story-box .story-content .story-text.saving-label {
  margin-top: auto;
  margin-bottom: 8px;
}
.section-features .content-left .story-boxes .story-box .story-content h1 {
  font-size: 48px;
  margin: 0;
  color: #ffffff;
}
.section-features .content-left .story-boxes .story-box .story-content .story-link {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  color: black;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.section-features .content-left .section-subtitle {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #0165ba;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.section-features .content-left .section-title {
  color: #ffffff;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
}
.section-features .content-left .section-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.section-features .content-left .features-header {
  position: relative;
}

@media (max-width: 991px) {
  .section-header .navbar .navbar-toggler {
    display: block;
    margin-left: auto;
    z-index: 1001;
    width: 40px;
    height: 40px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-header .navbar .navbar-toggler .navbar-toggler-icon {
    width: 20px;
    height: 20px;
  }
  .section-header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='rgba(255,255,255,0.7)' d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  }
  .section-header .navbar .navbar-collapse {
    display: none;
    flex-direction: column !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: calc(100vh - 100%);
    background-color: #212121;
    padding: 2rem 1rem;
    z-index: 1000;
  }
  .section-header .navbar .navbar-collapse.show {
    display: flex;
    flex-direction: column;
  }
  .section-header .navbar .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 1rem 0;
  }
  .section-header .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 0.75rem 0;
    text-align: center;
  }
  .section-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 0;
    font-size: 24px;
    justify-content: center;
  }
  .section-header .navbar .navbar-collapse .d-flex.gap-3 {
    margin: 1rem 0 !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .section-header .navbar .navbar-collapse .d-flex.gap-3 .btn {
    width: 80%;
  }
  .section-hero {
    padding-bottom: 4rem;
  }
  .section-hero .brand-subtitle {
    padding-top: 0;
  }
  .section-hero .hero-title {
    font-size: 40px;
  }
  .section-hero .email-input-wrapper {
    flex-direction: column;
  }
  .section-hero .email-input-wrapper .btn-get-started {
    width: 100%;
  }
  .section-hero .trial-info {
    flex-direction: column;
    gap: 12px;
  }
  .section-hero .content-wrapper {
    max-width: 100%;
  }
  .section-hero .hero-image {
    display: none;
  }
  .section-hero .hero-image-mobile {
    display: block;
    border-radius: 24px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: 100%;
  }
  .section-about .d-flex.justify-content-between.align-items-start {
    flex-direction: column;
    gap: 48px;
  }
  .section-about .content-left {
    max-width: 100%;
  }
  .section-about .stats-container {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-about .stats-container .d-flex {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 48px;
  }
  .section-about .stats-container .stats-column {
    margin: 0 !important;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    float: none;
  }
  .section-about .stats-container .stats-column .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .section-about .stats-container .stats-column .stat-item .stat-number {
    text-align: center;
  }
  .section-about .stats-container .stats-column .stat-item .stat-label {
    text-align: center;
  }
  .section-about .stats-container .stats-column:after {
    display: none;
  }
  .section-about .section-title {
    font-size: 36px;
  }
  .section-about .brands-list {
    flex-wrap: wrap;
    gap: 20px;
    margin: 2rem 0;
    padding: 0;
  }
  .section-about .brands-list .brand-item {
    width: calc(50% - 10px);
    padding: 0;
    text-align: center;
  }
  .section-about .brands-list .brand-item:first-child, .section-about .brands-list .brand-item:last-child {
    padding: 0;
  }
  .section-services .services-box {
    padding: 20px;
  }
  .section-services .services-box .box-title {
    font-size: 24px;
  }
  .section-services .services-box .right-box {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .section-services .services-box .right-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .section-services .services-box .right-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
  }
  .section-services .services-box .box-title,
  .section-services .services-box .box-description {
    color: #ffffff;
  }
  .section-services .services-grid {
    flex-direction: column;
  }
  .section-services .services-grid .grid-separator {
    width: 100%;
    height: 1px;
    margin: 0;
  }
  .section-services .verification-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .section-features .story-boxes {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .section-features .story-boxes .story-box {
    width: 70% !important;
    min-width: auto !important;
    flex: none !important;
    flex-direction: column !important;
    height: auto !important;
    margin: 0 auto 24px;
  }
  .section-features .story-boxes .story-box .story-image {
    width: 100% !important;
    height: 200px !important;
  }
  .section-features .story-boxes .story-box .story-content {
    width: 100% !important;
    padding: 24px;
    text-align: center;
  }
  .section-features .story-boxes .story-box .story-content .story-link {
    justify-content: center;
  }
  .section-features .navigation-arrows {
    display: none !important;
  }
  .section-footer .footer-box {
    padding: 40px 20px;
  }
  .section-footer .footer-box .footer-title {
    font-size: 36px;
  }
  .section-footer .footer-box .footer-description br {
    display: none;
  }
  .section-footer .footer-box .footer-buttons {
    flex-direction: column;
    gap: 12px;
  }
  .section-footer .footer-box .footer-buttons button {
    width: 100%;
  }
  .section-footer .footer-content-wrapper {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }
  .section-footer .footer-brand {
    width: 100%;
  }
  .section-footer .footer-brand .footer-tagline br {
    display: none;
  }
  .section-footer .footer-links {
    flex-direction: column;
    gap: 32px;
    width: 100%;
    align-items: center;
  }
  .section-footer .footer-links .footer-link-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 24px;
  }
  .section-footer .footer-links .footer-link-item span {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .section-footer .footer-links .footer-link-item small {
    width: 100%;
    text-align: center;
    display: block;
    padding: 8px 0;
  }
  .section-footer .footer-legal {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 20px;
  }
  .section-footer .footer-legal .legal-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    width: 100%;
  }
  .container {
    padding: 0 36px !important;
  }
  .section-features .features-header {
    text-align: center;
  }
  .section-features .features-header .content-left .section-subtitle {
    text-align: center;
  }
  .section-features .features-header .content-left .section-title {
    text-align: center;
  }
  .section-features .features-header .content-left .section-title br {
    display: none;
  }
  .section-features .features-header .content-left .section-description {
    text-align: center;
  }
  .section-features .features-header .content-left .section-description br {
    display: none;
  }
  .section-about .container,
  .section-services .container,
  .section-hero .container {
    padding: 0 24px !important;
  }
}
@media (max-width: 576px) {
  .section-footer .footer-links .footer-link-item {
    width: 100%;
  }
  .fs-3-sm {
    font-size: 1.5rem !important;
  }
}

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