  /* START COMMON CSS */

  html,
  body {
    height: 100%;
  }

  body {
    display: flex;
    flex-direction: column;
  }

  .text-gradient-border {
    font-size: 65px;
    font-weight: bold;
    color: white;
    color: black;
    text-shadow: 2px -2px 0 #c7baba, 1px -1px 0 #ecd3d3, 2px -1px 0 #000, 1px 1px 0 #000;
    -webkit-text-stroke: 1px white;
  }

  .divider-img {
    position: relative;
    width: 100%;
    top: -10px;
  }

  .phone-icon {
    transform: rotate(90deg) !important;
  }

  /* END COMMON CSS */

  /* START NAVBAR */

  .main-nav {
    background-color: #000000 !important;
    height: 75px;
  }

  .nav-img {
    border-radius: 15%;
  }

  .nav-text {
    font-weight: 700;
  }

  /* END  NAVBAR */

  /* STAT BACKGROUND IMAGE */

  .bg-img-section {
    position: relative;
  }

  .content {
    position: absolute;
    top: 55px;
    left: 220px;
    color: white;
  }

  .bg-image {
    width: 100%;
    height: 840px;
    display: block;
    object-fit: cover;
  }

  .bg-text {
    font-size: 55px;
    margin-bottom: 10px;
    font-weight: 700;
    width: 60%;
  }

  .app-section {
    margin-top: 20px;
  }

  .web-icon-img {
    width: 150px;
    height: auto;
    margin-right: 10px;
    cursor: pointer;
  }

  @media (max-width: 992px) {
    .bg-image {
      width: 100%;
      height: auto;
      height: 500px !important;
      object-fit: cover !important;
    }

    .content {
      top: 40px !important;
      left: 20px !important;
    }

    .bg-text {
      font-size: 37px !important;
    }

    .web-icon-img {
      width: 145px !important;
    }

  }

  /* END BACKGROUND IMAGE */

  /* START OUR MISSION SECTION */

  .our-mission {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .our-mission-img {
    width: 100%;
  }

  .our-mission-p {
    text-align: left;
    word-spacing: normal;
  }

  /* END OUR MISSION SECTION */

  /* START WHY CHOOSE SECTION */

  .why-choose-section {
    position: relative;
    width: 100%;
  }

  .whychoose_image {
    width: 100%;
    display: block;
    max-height: 100%;
  }

  .content-overlay {
    position: relative;
    width: 100%;
  }

  .why-choose-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1490px;
    padding: 20px;
    z-index: 1;
  }

  .why-choose-content .container-fluid {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .why-choose-content h2 {
    font-size: 60px;
    margin-bottom: 25px;
  }

  .why-choose-content h6 {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .why-choose-card {
    background-color: transparent !important;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  .why-choose-card-body {
    background-color: #ddd9 !important;
    border: none !important;
    border-radius: 5% !important;
    transition: max-height 0.3s ease;
  }

  .why-round-image {
    width: 90px;
    height: 90px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border: 4px solid gainsboro;
  }

  .why-p {
    color: #cfcfd0 !important;
    max-height: 100px;
    line-height: 2;
    overflow: hidden;
    transition: height 0.3s ease;
  }

  .why-choose-card-body.expanded {
    max-height: none;
  }

  .why-choose-card-body.expanded .why-p {
    max-height: none;
  }

  .read-less {
    font-size: 10px;
    cursor: pointer;
    font-weight: bold;
    display: none;
  }

  .why-h5 {
    height: 50px;
    overflow: hidden;
  }

  .read-more {
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
  }

  /* END WHY CHOOSE SECTION */

  /* START TESTIMONIAL */

  .testimonial-container {
    margin-bottom: 8rem;
    background-color: #f1f1f1 !important;
    height: 730px;
  }

  .testimonial-content {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .testimonial-content h2 {
    font-size: 50px;
    margin-top: 60px;
  }

  .testimonial-content p {
    margin-top: 5px;
    font-size: 20px;
  }

  .testimonial-item h5 {
    color: #757575;
  }

  .testimonial {
    height: 300px;
    background-color: #000000;
  }

  .testimonial-p {
    height: 100px;
    line-height: 1.6;
    overflow: hidden;
  }

  .marbot-30 {
    margin-bottom: 30px;
  }

  .profile-border-img {
    height: 400px !important;
    position: relative;
  }

  .profile-image-wrapper {
    position: absolute;
    top: 50%;
    left: 68%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 360px;
  }

  .profile-image {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* END TESTIMONIAL */

  /* START MOBILE SECTION */

  .download-section {
    margin-bottom: 4rem;
  }

  .mobile-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* END MOBILE SECTION */

  /* START TERMS & SERVICE */

  .terms-service {
    margin-top: 2rem;
  }

  .terms-service p {
    color: rgb(83, 83, 83) !important;
    font-size: 15px;
  }

  .terms-service ul li {
    color: rgb(83, 83, 83) !important;
    font-size: 15px;
  }

  /* END TERMS & SERVICE */

  /* START PRIVACY POLICY */

  .privacy-policy {
    margin-top: 2rem;
  }

  .privacy-policy p {
    font-size: 15px;
    color: rgb(83, 83, 83) !important;
  }

  .privacy-policy ul li {
    color: rgb(83, 83, 83) !important;
    font-size: 15px;
  }

  /* END PRIVACY POLICY */

  /* START MEDIA QUERY */

  @media (min-width: 1200px) {
    .nav-container {
      margin-left: 225px !important;
    }
  }

  @media (max-width: 768px) {
    .our-mission {
      margin-top: 2rem !important;
    }

    .mobile_image {
      margin-top: 3rem !important;
    }

    .testimonial-image-div {
      display: none !important;
    }

    .bg-text {
      width: 90% !important;
    }

    .text-gradient-border {
      font-size: 40px !important;
    }

    .testimonial-container {
      height: 660px !important;
      margin-bottom: 5rem !important;
    }

    .mobile-section {
      display: flex;
      flex-direction: row !important;
      justify-content: start !important;
    }

    .copyright {
      margin-top: 15px !important;
    }

    .testimonial-content {
      margin-top: 0rem !important;
    }

    .why-choose-content h2 {
      font-size: 35px !important;
    }

    .why-choose-content .container-fluid {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }

    .why-choose-content {
      width: 100% !important;
    }

    .why-choose-card {
      max-width: none !important;
    }

  }

  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .profile-image-wrapper {
      top: 50% !important;
      left: 51% !important;
      width: 200px !important;
      height: 200px !important;
    }

    .profile-border-img {
      height: 225px !important;
    }

    .download-now {
      font-size: 45px !important;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .profile-image-wrapper {
      left: 55% !important;
    }

    .content {
      top: 60px !important;
      left: 80px !important;
    }

  }

  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .profile-image-wrapper {
      left: 63% !important;
    }

    .content {
      top: 60px !important;
      left: 110px !important;
    }
  }

  /* END MEDIA QUERY */

  /* START FOOTER */

  .pages {
      margin-top: 4rem;
  }

  .pages p {
      font-size: 14px;
  }

  .footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    width: 100%;
  }

  .footer-container {
    margin-top: 3rem;
  }

  .footer-bottom {
    margin-bottom: 3rem;
  }

  .footer a {
    text-decoration: none;
  }

  .footer-content {
    color: #959595;
  }

  .footer-heading {
    font-size: 18px;
    margin-bottom: 1rem;
  }

  .footer-link {
    font-size: 14px;
    line-height: 2;
  }

  .footer .social-icons a {
    margin: 0 10px;
    font-size: 25px;
  }

  .footer .divider {
    border-top: 1px solid #4d4d4d;
    margin: 20px 0;
  }

  .terms-condition {
    font-size: 13px;
    font-weight: 700;
  }

  .logo-name {
    font-weight: 700;
  }

  .copyright {
    font-size: 13px;
  }

  .hover-stop {
    color: #959595 !important;
  }

  @media (min-width: 768px) {
    .footer-container {
      padding-left: 50px !important;
      padding-right: 50px !important;
    }
  }

  @media (min-width: 992px) {
    .footer-container {
      padding-left: 100px !important;
      padding-right: 100px !important;
    }
  }

  @media (min-width: 1300px) {
    .footer-container {
      padding-left: 240px !important;
      padding-right: 240px !important;
    }

    .social-icons {
      text-align: center;
    }
  }

  /* END FOOTER */


  /* START CUSTOM SCROLLBAR */

  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
    background: #909088;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #555556;
  }

  /* END CUSTOM SCROLLBAR */

  /* LOCAL LANDING PAGE DEFAULTS */

  :root {
    --taxi-yellow: #ffd12e;
    --taxi-ink: #11151d;
    --taxi-muted: #626a78;
    --taxi-surface: #f6f7f9;
  }

  body {
    color: var(--taxi-ink);
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
  }

  .main-nav {
    position: relative;
    z-index: 1000;
    height: 78px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .08);
  }

  .nav-img {
    border-radius: 11px;
  }

  .nav-text {
    font-size: 1.08rem;
    letter-spacing: -.01em;
  }

  .landing-nav-links {
    align-items: center;
    gap: clamp(.35rem, 1.2vw, 1.35rem);
  }

  .landing-nav-links .nav-link {
    position: relative;
    padding: .75rem .25rem !important;
    color: rgba(255, 255, 255, .88) !important;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s ease;
  }

  .landing-nav-links .nav-link::after {
    position: absolute;
    right: .25rem;
    bottom: .48rem;
    left: .25rem;
    height: 2px;
    content: "";
    background: var(--taxi-yellow);
    border-radius: 999px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .2s ease;
  }

  .landing-nav-links .nav-link:hover,
  .landing-nav-links .nav-link:focus-visible {
    color: #fff !important;
  }

  .landing-nav-links .nav-link:hover::after,
  .landing-nav-links .nav-link:focus-visible::after {
    transform: scaleX(1);
  }

  .landing-nav-toggler {
    padding: .35rem .55rem;
    border-color: rgba(255, 255, 255, .45) !important;
    border-radius: 8px;
  }

  #home,
  #how-it-works,
  #earn-via-momentassist,
  #download-app,
  #contact {
    scroll-margin-top: 24px;
  }

  .bg-img-section {
    overflow: hidden;
    background: #0b0f18;
  }

  .bg-img-section::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, rgba(8, 11, 17, .82) 0%, rgba(8, 11, 17, .48) 42%, rgba(8, 11, 17, 0) 72%);
  }

  .bg-img-section .content {
    z-index: 2;
    top: 50% !important;
    left: max(6vw, calc((100vw - 1320px) / 2)) !important;
    transform: translateY(-50%);
    max-width: 760px;
  }

  .bg-image {
    height: min(780px, calc(100vh - 78px));
    min-height: 610px;
  }

  .bg-text {
    width: 100%;
    max-width: 700px;
    margin: 0;
    font-size: clamp(3rem, 4.7vw, 5rem);
    line-height: 1.07;
    letter-spacing: -.025em;
    word-spacing: .045em;
    text-wrap: balance;
  }

  .hero-eyebrow,
  .section-kicker {
    margin-bottom: 14px;
    color: #ba8900;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .11em;
    word-spacing: .08em;
    text-transform: uppercase;
  }

  .hero-eyebrow {
    color: var(--taxi-yellow);
  }

  .hero-subtitle {
    width: min(90%, 600px);
    margin: 24px 0 0;
    color: #d8dce4;
    font-size: 1.15rem;
    line-height: 1.65;
    letter-spacing: .005em;
    word-spacing: .025em;
    text-wrap: pretty;
  }

  .app-section {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
  }

  .web-icon-img {
    width: 158px;
    margin-right: 0;
    transition: transform .2s ease, opacity .2s ease;
  }

  .info-share a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
  }

  .social-x {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
  }

  .social-tiktok {
    width: 17px;
    height: 17px;
  }

  .web-icon-img:hover {
    opacity: .88;
    transform: translateY(-2px);
  }

  .divider-img {
    z-index: 3;
    top: -3px;
  }

  .our-mission {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .our-mission .row {
    align-items: center;
    --bs-gutter-x: 6rem;
  }

  .our-mission-img {
    border-radius: 36px;
  }

  .text-gradient-border {
    color: var(--taxi-ink);
    font-size: clamp(2.7rem, 4.5vw, 4.5rem);
    line-height: 1.08;
    letter-spacing: -.025em;
    word-spacing: .025em;
    text-shadow: none;
    text-wrap: balance;
    -webkit-text-stroke: 0;
  }

  .our-mission-p {
    margin-top: 28px;
    color: var(--taxi-muted);
    font-size: 1.08rem;
    line-height: 1.85;
    text-align: left;
    word-spacing: normal;
  }

  .why-choose-section {
    background: #0b0f18;
  }

  .whychoose_image {
    min-height: 760px;
    object-fit: cover;
  }

  .why-choose-content {
    max-width: 1360px;
  }

  .why-choose-content .container-fluid {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .why-choose-content h2 {
    max-width: 780px;
    margin-bottom: 16px;
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -.025em;
    word-spacing: .025em;
    text-wrap: balance;
  }

  .why-choose-content h6 {
    max-width: 640px;
    margin-bottom: 42px;
    color: #abb2bd !important;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .005em;
    word-spacing: .025em;
  }

  .why-choose-card {
    max-width: none;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    border-radius: 24px !important;
    overflow: hidden;
  }

  .why-choose-card-body {
    padding: 30px !important;
    background: rgba(255, 255, 255, .075) !important;
    border-radius: 0 !important;
    backdrop-filter: blur(10px);
  }

  .why-round-image {
    width: 74px;
    height: 74px;
    margin-top: 0;
    border: 0;
  }

  .why-round-image img {
    width: 74px;
    height: 74px;
  }

  .why-h5 {
    height: auto;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -.01em;
    word-spacing: .02em;
  }

  .why-p {
    color: #c7ccd4 !important;
    line-height: 1.7;
    letter-spacing: .005em;
    word-spacing: .02em;
  }

  .read-more,
  .read-less {
    color: var(--taxi-yellow) !important;
    letter-spacing: .08em;
  }

  .testimonial-container {
    height: 720px;
    margin-bottom: 0;
    background: var(--taxi-surface) !important;
  }

  .testimonial-content {
    margin-top: 2rem;
    margin-bottom: 3.5rem;
  }

  .testimonial-content h2 {
    margin-top: 35px;
    font-size: clamp(2.5rem, 4vw, 4rem);
  }

  .testimonial-content p {
    color: var(--taxi-muted);
    letter-spacing: .005em;
    word-spacing: .02em;
  }

  .testimonial {
    height: 320px;
    padding: 45px !important;
    border-radius: 30px;
    background: var(--taxi-ink);
    box-shadow: 0 24px 70px rgba(17, 21, 29, .16);
  }

  .testimonial-p {
    height: auto;
    max-width: 540px;
    color: #cbd0d8 !important;
  }

  .profile-border-img {
    height: 350px !important;
    opacity: .3;
  }

  .profile-image-wrapper {
    left: 66%;
    width: 285px;
    height: 285px;
    border: 10px solid var(--taxi-yellow);
    border-radius: 50%;
    overflow: hidden;
  }

  #download-app {
    overflow: hidden;
    background: #fff;
  }

  .download-section {
    max-width: 1300px;
    margin: 0 auto;
    padding: 7rem 0 5rem;
    align-items: center;
  }

  .mobile-section {
    align-items: flex-start;
  }

  .mobile-section > div {
    max-width: 570px;
  }

  .mobile-section p:not(.section-kicker) {
    color: var(--taxi-muted);
    font-size: 1.08rem;
    line-height: 1.75;
  }

  .mobile_image {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .footer {
    position: relative;
    background-color: #090c11;
  }

  .footer::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(5, 7, 10, .76);
  }

  .footer > * {
    position: relative;
  }

  @media (max-width: 991px) {
    .main-nav .nav-container {
      position: relative;
    }

    .main-nav .navbar-collapse {
      position: absolute;
      top: calc(100% + 18px);
      right: 12px;
      left: 12px;
      padding: 14px 22px;
      background: rgba(9, 12, 17, .98);
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 14px;
      box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
    }

    .landing-nav-links {
      align-items: stretch;
      gap: 0;
    }

    .landing-nav-links .nav-link {
      padding: .75rem .25rem !important;
    }

    .landing-nav-links .nav-link::after {
      right: auto;
      width: 34px;
      transform-origin: left;
    }

    .bg-image {
      height: 600px !important;
      min-height: 600px;
    }

    .bg-img-section .content {
      top: 50% !important;
      left: 6vw !important;
      transform: translateY(-50%);
    }

    .our-mission .row {
      --bs-gutter-x: 2rem;
    }

    .whychoose_image {
      min-height: 1120px;
    }

    .testimonial {
      height: auto;
      min-height: 300px;
    }
  }

  @media (max-width: 767px) {
    .main-nav {
      height: 68px;
    }

    .bg-image {
      height: 590px !important;
      min-height: 590px;
      object-position: 68% center;
    }

    .bg-img-section::after {
      background: rgba(8, 11, 17, .62);
    }

    .bg-img-section .content {
      right: 6vw;
      width: auto;
      max-width: none;
    }

    .bg-text {
      width: 100% !important;
      max-width: 340px;
      font-size: clamp(2.45rem, 11.5vw, 3.15rem) !important;
      line-height: 1.1;
      letter-spacing: -.018em;
      word-spacing: .05em;
      text-wrap: pretty;
    }

    .hero-eyebrow {
      max-width: 320px;
      line-height: 1.45;
    }

    .hero-subtitle {
      width: 100%;
      max-width: 335px;
      margin-top: 22px;
      font-size: 1rem;
      line-height: 1.65;
    }

    .why-p,
    .testimonial-p {
      letter-spacing: .003em;
      word-spacing: .018em;
    }

    .text-gradient-border,
    .why-choose-content h2 {
      line-height: 1.12;
      letter-spacing: -.018em;
      word-spacing: .025em;
    }

    .our-mission {
      margin-bottom: 4rem;
    }

    .our-mission .row {
      --bs-gutter-x: 1.5rem;
    }

    .whychoose_image {
      min-height: 1420px;
    }

    .why-choose-content {
      padding: 22px;
    }

    .why-choose-content .container-fluid {
      margin-top: 10px !important;
      margin-bottom: 10px !important;
    }

    .testimonial-container {
      height: 670px !important;
      margin-bottom: 0 !important;
    }

    .testimonial {
      padding: 32px !important;
    }

    .testimonial-item {
      width: 100%;
    }

    .download-section {
      padding: 5rem 12px 3rem;
    }

    .mobile-section {
      display: flex;
      flex-direction: column !important;
    }

    .footer .d-flex.align-items-center.justify-content-between {
      gap: 18px;
      align-items: flex-start !important;
      flex-direction: column;
    }
  }

  /* MOMENTASSIST LANDING SECTIONS */

  .section-heading {
    max-width: 780px;
    margin: 0 auto 54px;
  }

  .section-heading > p:not(.section-kicker) {
    margin: 18px auto 0;
    color: var(--taxi-muted);
    font-size: 1.08rem;
    line-height: 1.7;
  }

  .why-choose-section {
    position: relative;
    min-height: 820px;
    overflow: hidden;
  }

  .why-choose-section .content-overlay {
    position: relative;
    min-height: 820px;
  }

  .why-choose-section .content-overlay::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background: linear-gradient(90deg, rgba(7, 10, 16, .86), rgba(7, 10, 16, .48));
  }

  .whychoose_image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    min-height: 0;
    object-fit: cover;
  }

  .why-choose-content {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    width: 100%;
    max-width: 1320px;
    padding: 92px 24px 78px;
    transform: none;
  }

  .why-choose-content h2 {
    margin-bottom: 16px;
  }

  .why-section-subtitle {
    max-width: 650px;
    margin: 0 0 42px;
    color: #e1e5ea;
    font-size: 1.08rem;
    line-height: 1.65;
  }

  .why-carousel {
    position: relative;
    padding: 0 54px 52px;
    --visible-cards: 3;
  }

  .why-carousel-viewport {
    overflow: hidden;
  }

  .why-carousel-track {
    display: flex;
    gap: 24px;
    transition: transform .38s ease;
    will-change: transform;
  }

  .why-carousel-item {
    flex: 0 0 calc((100% - (24px * (var(--visible-cards) - 1))) / var(--visible-cards));
    min-width: 0;
  }

  .why-choose-card {
    min-height: 370px;
    color: #fff;
  }

  .why-choose-card-body {
    display: flex;
    height: 100%;
    min-height: 370px;
    padding: 34px !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .why-round-image,
  .why-round-image img {
    width: 82px;
    height: 82px;
  }

  .why-h5 {
    margin: 25px 0 14px;
    color: #fff;
    font-size: 1.34rem;
    font-weight: 750;
  }

  .why-p {
    max-height: none;
    margin: 0;
    overflow: visible;
  }

  .why-carousel-arrow {
    position: absolute;
    top: 43%;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    color: #fff;
    background: rgba(6, 9, 14, .58);
    transform: translateY(-50%);
    transition: opacity .2s ease, background .2s ease;
  }

  .why-carousel-arrow:hover:not(:disabled) {
    background: #1769e0;
  }

  .why-carousel-arrow:disabled {
    opacity: .32;
  }

  .why-carousel-prev {
    left: 0;
  }

  .why-carousel-next {
    right: 0;
  }

  .why-carousel-dots {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .why-carousel-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .42);
    transition: width .2s ease, border-radius .2s ease, background .2s ease;
  }

  .why-carousel-dots button.active {
    width: 28px;
    border-radius: 8px;
    background: var(--taxi-yellow);
  }

  .how-section,
  .become-section,
  .testimonials-section,
  .download-app-section {
    padding: 110px 0;
  }

  .how-section {
    background: #fff;
  }

  .how-gallery {
    display: grid;
    max-width: 980px;
    margin: 0 auto 70px;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .how-gallery img {
    width: 100%;
    height: 430px;
    border-radius: 26px;
    box-shadow: 0 22px 55px rgba(17, 21, 29, .14);
    object-fit: cover;
  }

  .how-gallery img:nth-child(2) {
    transform: translateY(30px);
  }

  .how-steps {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .how-step {
    display: flex;
    min-height: 210px;
    padding: 28px;
    border: 1px solid #e4e8ef;
    border-radius: 24px;
    background: #f8f9fb;
    flex-direction: column;
  }

  .how-step-number {
    display: inline-flex;
    width: 42px;
    height: 42px;
    margin-bottom: 24px;
    align-items: center;
    border-radius: 50%;
    color: #101722;
    background: var(--taxi-yellow);
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
  }

  .how-step h3 {
    margin-bottom: 10px;
    color: var(--taxi-ink);
    font-size: 1.18rem;
    line-height: 1.35;
  }

  .how-step p {
    margin: 0;
    color: var(--taxi-muted);
    line-height: 1.65;
  }

  .become-section {
    background: #f4f7fa;
  }

  .become-grid {
    display: grid;
    overflow: hidden;
    border-radius: 36px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(17, 21, 29, .11);
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  }

  .become-image-wrap {
    min-height: 650px;
  }

  .become-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .become-copy {
    display: flex;
    padding: 72px;
    flex-direction: column;
    justify-content: center;
  }

  .become-intro {
    margin: 24px 0 30px;
    color: var(--taxi-muted);
    font-size: 1.08rem;
    line-height: 1.75;
    white-space: pre-line;
  }

  .become-highlights {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 14px;
    list-style: none;
  }

  .become-highlights li {
    display: flex;
    align-items: center;
    color: #283141;
    font-size: 1.05rem;
    gap: 12px;
  }

  .become-highlights span {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background: #20a779;
    font-weight: 800;
    justify-content: center;
  }

  .testimonials-section {
    background: #0b0f18;
  }

  .testimonials-section .text-gradient-border {
    color: #fff;
  }

  .testimonials-section .section-heading > p:not(.section-kicker) {
    color: #abb2bd;
  }

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

  .testimonial-card {
    position: relative;
    min-height: 330px;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 26px;
    color: #fff;
    background: rgba(255, 255, 255, .055);
  }

  .testimonial-person {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .testimonial-person > img,
  .testimonial-person > span {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    color: #101722;
    background: var(--taxi-yellow);
    font-weight: 800;
    justify-content: center;
    object-fit: cover;
  }

  .testimonial-person h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 1.18rem;
  }

  .testimonial-person p {
    margin: 0;
    color: #aeb5c0;
  }

  .testimonial-stars {
    margin: 24px 0 14px;
    color: var(--taxi-yellow);
    font-size: 1.12rem;
    letter-spacing: .12em;
  }

  .testimonial-card blockquote {
    margin: 0 0 26px;
    color: #e0e4ea;
    font-size: 1.05rem;
    line-height: 1.75;
  }

  .download-app-section {
    background: #fff;
  }

  .download-app-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    scroll-margin-block: 24px;
  }

  .download-app-card {
    display: grid;
    min-height: 580px;
    overflow: hidden;
    border: 1px solid #e4e8ef;
    border-radius: 30px;
    background: #f7f8fa;
    grid-template-columns: minmax(0, 1fr) minmax(230px, .9fr);
  }

  .download-device {
    display: flex;
    min-height: 580px;
    padding: 30px 0 0 20px;
    align-items: flex-end;
    justify-content: center;
  }

  .download-device img {
    width: 100%;
    max-width: 350px;
    max-height: 550px;
    object-fit: contain;
    object-position: bottom center;
  }

  .download-app-copy {
    display: flex;
    padding: 44px 28px;
    flex-direction: column;
    justify-content: center;
  }

  .download-app-copy h3 {
    margin-bottom: 24px;
    color: var(--taxi-ink);
    font-size: 1.55rem;
    line-height: 1.28;
  }

  .download-badges {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .download-badges a,
  .download-badge-disabled {
    display: inline-flex;
    width: 170px;
    border-radius: 8px;
  }

  .download-badges img {
    width: 170px;
    height: auto;
  }

  .download-badge-disabled {
    cursor: not-allowed;
    opacity: .48;
    filter: grayscale(1);
  }

  @media (max-width: 1199px) {
    .how-steps {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .download-app-card {
      grid-template-columns: 1fr;
    }

    .download-device {
      min-height: 420px;
      padding: 25px 20px 0;
    }

    .download-device img {
      max-height: 410px;
    }

    .download-app-copy {
      align-items: center;
      text-align: center;
    }
  }

  @media (max-width: 767px) {
    .how-section,
    .become-section,
    .testimonials-section,
    .download-app-section {
      padding: 76px 0;
    }

    .section-heading {
      margin-bottom: 38px;
      padding: 0 14px;
    }

    .why-choose-section,
    .why-choose-section .content-overlay {
      min-height: 710px;
    }

    .why-choose-content {
      padding: 70px 20px 56px;
    }

    .why-section-subtitle {
      margin-bottom: 28px;
    }

    .why-carousel {
      padding: 0 42px 46px;
    }

    .why-choose-card,
    .why-choose-card-body {
      min-height: 360px;
    }

    .why-choose-card-body {
      padding: 28px 22px !important;
    }

    .why-carousel-arrow {
      width: 34px;
      height: 34px;
    }

    .how-gallery {
      padding: 0 14px;
      margin-bottom: 48px;
      gap: 10px;
    }

    .how-gallery img {
      height: 230px;
      border-radius: 16px;
    }

    .how-gallery img:nth-child(2) {
      transform: translateY(16px);
    }

    .how-steps {
      padding: 0 14px;
      grid-template-columns: 1fr;
    }

    .how-step {
      min-height: 0;
    }

    .become-section {
      padding-right: 14px;
      padding-left: 14px;
    }

    .become-grid {
      grid-template-columns: 1fr;
    }

    .become-image-wrap {
      min-height: 460px;
    }

    .become-copy {
      padding: 44px 28px;
    }

    .testimonial-grid {
      padding: 0 14px;
      grid-template-columns: 1fr;
    }

    .download-app-section {
      padding: 64px 0;
    }

    .download-app-section .container {
      width: 100%;
      max-width: none;
      padding-right: 8px;
      padding-left: 8px;
    }

    .download-app-section .section-heading {
      margin-bottom: 30px;
      padding: 0 10px;
    }

    .download-app-grid {
      padding: 0;
      gap: 8px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .testimonial-card {
      min-height: 0;
      padding: 28px 24px;
    }

    .download-app-card {
      min-height: 0;
      min-width: 0;
      border-radius: 18px;
      grid-template-columns: 1fr;
      grid-template-rows: auto 1fr;
    }

    .download-device {
      min-height: 250px;
      padding: 12px 5px 0;
    }

    .download-device img {
      width: min(100%, 140px);
      max-height: 240px;
    }

    .download-app-copy {
      padding: 16px 6px 18px;
      align-items: center;
      justify-content: flex-start;
      text-align: center;
    }

    .download-app-copy h3 {
      min-height: 2.4em;
      margin-bottom: 12px;
      font-size: clamp(.72rem, 3.6vw, .95rem);
      line-height: 1.2;
    }

    .download-badges {
      width: 100%;
      align-items: center;
      gap: 7px;
    }

    .download-badges a,
    .download-badge-disabled {
      width: min(100%, 115px);
    }

    .download-badges img {
      width: 100%;
    }
  }
