/* =============================================
   BREADCRUMBS
   ============================================= */
.prl-breadcrumbs {
  position: relative;
  width: 90%;
  margin: auto;
  margin-bottom: 10px;
  text-align: left;
}

.prl-breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: var(--white);
  flex-wrap: wrap;
}

.prl-breadcrumbs ol li a {
  color: var(--white);
  text-decoration: none;
}

.prl-breadcrumbs ol li a:hover {
  text-decoration: underline;
}

.prl-breadcrumbs ol li i {
  font-size: 10px;
}

.prl-breadcrumbs ol li[aria-current="page"] {
  font-weight: 600;
}

/* =============================================
   HERO
   ============================================= */
.prl-hero {
  position: relative;
  min-height: 80vh;
  align-items: center;
  padding: 120px 20px 70px;
  overflow: hidden;
}

.prl-hero__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}

.prl-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0,15,35,.78) 40%, rgba(0,15,35,.35) 100%);
}

.prl-hero__inner {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  gap: 40px;
  align-items: start;
  display: flex;
}

/* Hero left */
.prl-hero__left {
  color: var(--white);
}

.prl-private-badge {
  display: inline-block;
  background: var(--yellow);
  color: var(--dark-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.prl-hero__title {
  font-size: clamp(30px, 4.5vw, 58px);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 16px;
  color: var(--white);
}

.prl-hero__desc {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 600px;
  color: rgba(255,255,255,.88);
}

.prl-hero__stats {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.prl-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.12);
  border-radius: 10px;
  padding: 10px 16px;
}

.prl-stat > i {
  font-size: 22px;
  color: var(--yellow);
  flex-shrink: 0;
}

.prl-stat__label {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,.7);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.prl-stat__value {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
}

.prl-hero__trust {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.prl-trust-stars {
  color: #00b67a;
  font-size: 18px;
  letter-spacing: 2px;
}

.prl-trust-text {
  font-size: 14px;
  color: rgba(255,255,255,.88);
}

.prl-trust-source {
  font-size: 12px;
  color: rgba(255,255,255,.6);
  font-weight: 600;
}

/* Hero right — pricing card */
.prl-hero__right {
  display: flex;
  justify-content: flex-end;
}

.prl-price-card {
  background: var(--white);
  border-radius: 16px;
  padding: 28px 26px;
  width: 100%;
  max-width: 340px;
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
}

.prl-price-card__from {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--yellow);
  margin: 0 0 4px;
}

.prl-price-card__amount {
  font-size: 38px;
  font-weight: 800;
  color: var(--dark-blue);
  line-height: 1;
  margin-bottom: 4px;
}

.prl-price-card__amount .price__abb {
  font-size: 20px;
  font-weight: 500;
  color: #6b7a8d;
}

.prl-price-card__type {
  font-size: 13px;
  color: #6b7a8d;
  margin: 0 0 20px;
  border-bottom: 1px solid #eaeff5;
  padding-bottom: 16px;
}

.prl-price-card__features {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.prl-price-card__features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #33495b;
}

.prl-price-card__features li i {
  color: var(--yellow);
  width: 16px;
  text-align: center;
}

.prl-price-card__btn {
  display: block;
  background: var(--yellow);
  color: var(--dark-blue);
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 14px;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity .2s, transform .15s;
  margin-bottom: 12px;
}

.prl-price-card__btn:hover {
  opacity: .9;
  transform: translateY(-1px);
}

.prl-price-card__note {
  font-size: 12px;
  color: #6b7a8d;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* =============================================
   SHARED
   ============================================= */
.prl-container {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.prl-section-title {
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 700;
  color: var(--dark-blue);
  text-align: center;
  margin: 0 0 10px;
}

.prl-section-title--left { text-align: left; }
.prl-section-title--white { color: var(--white); }

.prl-section-subtitle {
  text-align: center;
  color: #4e6272;
  font-size: 16px;
  margin: 0 0 32px;
}

.prl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 28px;
  cursor: pointer;
  transition: opacity .2s, transform .15s;
  font-family: var(--font);
}

.prl-btn--yellow {
  background: var(--yellow);
  color: var(--dark-blue);
}

.prl-btn--outline {
  background: transparent;
  color: var(--dark-blue);
  border: 2px solid var(--dark-blue);
}

.prl-btn:hover { opacity: .88; transform: translateY(-1px); }

.prl-links {
  margin: 16px 0 0;
  padding-left: 20px;
}

.prl-links li { margin-bottom: 10px; }

.prl-links a {
  color: var(--dark-blue);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/* =============================================
   FEATURES / WHY CHOOSE
   ============================================= */
.prl-features-section {
  padding: 72px 20px;
  background: var(--white);
}

.prl-features-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.prl-feature-card {
  text-align: center;
  padding: 24px 16px;
  border-radius: 14px;
  background: #f8fafd;
  border: 1px solid #e7edf3;
}

.prl-feature-card__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff7df;
  color: var(--yellow);
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.prl-feature-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark-blue);
  margin: 0 0 8px;
}

.prl-feature-card p {
  font-size: 13px;
  color: #4e6272;
  margin: 0;
  line-height: 1.5;
}

/* =============================================
   PRICING TABLE — VEHICLE CARDS
   ============================================= */

.prl-pricing-vehicles {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.prl-pv-card {
  display: flex;
  background: var(--white);
  border: 1px solid #dde6ef;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
}

.prl-pv-card__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 24px 20px;
  min-width: 190px;
  width: 190px;
  flex-shrink: 0;
  background: var(--white);
  border-right: 1px solid #dde6ef;
  text-align: center;
}

.prl-pv-card__left img {
  width: 160px;
  height: 90px;
  object-fit: contain;
}

.prl-pv-card__name {
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.prl-pv-card__id {
  font-size: 12px;
  color: #6b7a8d;
  display: block;
}

.prl-pv-card__cap {
  font-size: 13px;
  color: #4e6272;
  display: flex;
  align-items: center;
  gap: 5px;
}

.prl-pv-card__cap i {
  color: var(--dark-blue);
}

.prl-pv-card__right {
  flex: 1;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.prl-pv-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 320px;
}

.prl-pv-table thead tr {
  color: var(--white);
}

.prl-pv-table thead th {
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.prl-pv-arrow {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.prl-pv-table tbody tr {
  border-bottom: 1px solid #eaeff5;
}

.prl-pv-table tbody tr:last-child {
  border-bottom: none;
}

.prl-pv-table tbody td {
  padding: 16px 20px;
  text-align: center;
  font-size: 15px;
  color: #1a2d4e;
  vertical-align: middle;
}

.prl-pricing-info-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0 0;
  padding: 14px 18px;
  background: #f0f4f8;
  border: 1px solid #dde6ef;
  border-radius: 10px;
  font-size: 13px;
  color: #4e6272;
}

.prl-pricing-info-note i {
  color: #6b7a8d;
  font-size: 15px;
  flex-shrink: 0;
}

/* Mobile pricing cards */
.prl-pv-card__mobile-header,
.prl-pv-card__mobile-cap {
  display: none;
}

@media (max-width: 640px) {
  .prl-pv-card {
    flex-direction: column;
  }

  /* Hide desktop left panel on mobile */
  .prl-pv-card__left {
    display: none;
  }

  /* Colored header: image + name/id */
  .prl-pv-card__mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-betweenx;
    gap: 12px;
    background-color: var(--pv-accent, #1a2d4e);
    padding: 14px 16px;
    color: var(--white);
  }

  .prl-pv-card__mobile-header img {
    height: 80px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .prl-pv-card__mobile-header p {
    font-size: 13px;
  }

  .prl-pv-card__mobile-header strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
  }

  .prl-pv-card__mobile-header span {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,.78);
  }

  /* Capacity row below header */
  .prl-pv-card__mobile-cap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    font-size: 13px;
    color: #4e6272;
    background: #f8fafd;
    border-bottom: 1px solid #dde6ef;
  }

  .prl-pv-card__mobile-cap i {
    color: var(--dark-blue);
  }
}


.prl-pricing-section {
  padding: 72px 20px;
  background: #f4f7fb;
}

.prl-trip-toggle {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 0 0 32px;
  background: #e2e8f0;
  border-radius: 999px;
  width: fit-content;
  margin: 0 auto 32px;
  padding: 4px;
}

.prl-toggle-btn {
  background: transparent;
  border: none;
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  color: #4e6272;
  cursor: pointer;
  transition: background .2s, color .2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font);
}

.prl-toggle-btn--active {
  background: var(--dark-blue);
  color: var(--white);
}

.prl-discount-badge {
  background: #ff5c5c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
}

.prl-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,.07);
}

.prl-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  min-width: 360px;
}

.prl-table thead tr {
  background: var(--dark-blue);
  color: var(--white);
}

.prl-table thead th {
  padding: 16px 20px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.prl-table__vehicle-col { text-align: left !important; }

.prl-table tbody tr {
  border-bottom: 1px solid #eaeff5;
}

.prl-table tbody tr:last-child { border-bottom: none; }

.prl-table tbody td {
  padding: 18px 20px;
  text-align: center;
  vertical-align: middle;
}

.prl-table__vehicle-cell {
  text-align: left !important;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 200px;
}

.prl-table__vehicle-cell img {
  width: 80px;
  object-fit: contain;
  flex-shrink: 0;
}

.prl-table__vehicle-cell strong {
  display: block;
  font-size: 14px;
  color: var(--dark-blue);
}

.prl-table__vehicle-cell small {
  display: block;
  font-size: 12px;
  color: #6b7a8d;
  margin-bottom: 4px;
}

.prl-vehicle-icons {
  font-size: 12px;
  color: #6b7a8d;
  display: block;
}

.prl-vehicle-icons i { color: var(--dark-blue); }

.prl-table-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-blue);
  line-height: 1.2;
}

.prl-table-price small {
  font-size: 11px;
  font-weight: 500;
  color: #6b7a8d;
}

.prl-table-na {
  color: #c0c8d2;
  font-size: 18px;
}

.prl-pricing-note {
  margin: 20px 0 0;
  font-size: 13px;
  color: #4e6272;
  display: flex;
  align-items: center;
  gap: 6px;
}

.prl-pricing-note i { color: var(--yellow); }

/* =============================================
   ROUTE INFORMATION
   ============================================= */
.prl-route-section {
  padding: 72px 20px;
  background: var(--white);
}

.prl-route-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.prl-route-info p {
  color: #33495b;
  line-height: 1.7;
  margin: 0 0 24px;
  font-size: 15px;
}

.prl-route-details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.prl-route-details li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #33495b;
}

.prl-route-details li i {
  color: var(--yellow);
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.prl-map-container {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  background: #e9f0fb;
  min-height: 320px;
}

.prl-map-link {
  display: block;
  text-decoration: none;
}

.prl-map-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  gap: 12px;
  background: linear-gradient(135deg, #d4e6f8 0%, #b8d4f0 100%);
  color: var(--dark-blue);
  transition: background .2s;
}

.prl-map-link:hover .prl-map-placeholder {
  background: linear-gradient(135deg, #c4d9f2 0%, #a4c4e8 100%);
}

.prl-map-placeholder i {
  font-size: 48px;
  color: var(--mid-blue);
}

.prl-map-placeholder span {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-blue);
}

.prl-map-placeholder small {
  font-size: 13px;
  color: var(--mid-blue);
  text-decoration: underline;
}

.prl-map-badge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: var(--white);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  font-size: 14px;
  font-weight: 700;
  color: var(--dark-blue);
}

.prl-map-badge i { color: var(--yellow); }

.prl-map-badge div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.prl-map-badge small {
  font-size: 12px;
  font-weight: 400;
  color: #6b7a8d;
}

/*============================
  OUR FLEET SECTION
=============================*/

.fleet-section {
  padding: 50px 5%;
}

.fleet-header {
  text-align: center;
}

.fleet-header__pretitle {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--light-blue);
  font-size: 14px;
}

.fleet-header__title {
  margin-top: 20px;
  font-size: 40px;
  color: var(--dark-blue);
}

.fleet-grid__handler {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-top: 60px;
}

.fleet-grid__handler-item {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  padding: 5px;
  padding-bottom: 25px;
  border-bottom: 5px solid #3b6cb769;
}

.fleet-grid__handler-item:hover {
  cursor: pointer;
  border-bottom: 5px solid #3b6cb7;
}

.fleet-grid__handler-item.is-active {
  border-bottom: 5px solid #3b6cb7;
}

.fleet-grid__details-item {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}

.fleet-grid__details-item.is-active {
  display: flex;
}

.fleet-grid__details-img-wrapper {
  width: 40%;
  flex-shrink: 0;
}

.fleet-grid__details-img-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.fleet-grid__details-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  text-align: left;
  height: 200px;
}

.fleet-grid__details-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark-blue);
}

.fleet-grid__details-text {
  font-size: 16px;
  color: var(--dark-blue);
  width: 50%;
}

.fleet-grid__details-cta {
  margin-top: 20px;
  padding: 20px;
  color: var(--light-blue);
  border: 3px solid var(--light-blue);
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  width: 300px;
}

/*============================
  BENEFITS / WHY CHOOSE US
=============================*/

.prl-benefits-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 5%;
  background-color: #87b6ff40;
  margin-top: 80px;
}

.prl-benefits-text {
  width: 40%;
  text-align: left;
}

.prl-benefits-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.prl-benefits-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 18px;
  background: none;
}

.prl-benefits-badge i {
  height: 30px;
  width: 30px;
  font-size: 30px;
  color: var(--light-blue);
  background-color: #3b6cb729;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

/* =============================================
   REVIEWS
   ============================================= */
.prl-reviews-section {
  padding: 72px 20px;
  background: var(--dark-blue);
}

.prl-reviews-section .prl-container { position: relative; }

.prl-reviews-carousel {
  position: relative;
  margin-top: 36px;
}

.prl-reviews-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
}

.prl-reviews-track::-webkit-scrollbar { display: none; }

.prl-review-card {
  background: var(--white);
  border-radius: 14px;
  padding: 24px;
  flex-shrink: 0;
  width: calc(25% - 15px);
  min-width: 220px;
  box-shadow: 0 4px 16px rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prl-review-card__stars {
  color: #00b67a;
  font-size: 18px;
  letter-spacing: 2px;
}

.prl-review-card__text {
  font-size: 14px;
  color: #33495b;
  line-height: 1.6;
  flex: 1;
  margin: 0;
}

.prl-review-card__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.prl-review-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--light-blue);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}

.prl-review-card__author strong {
  display: block;
  font-size: 14px;
  color: var(--dark-blue);
}

.prl-review-card__author small {
  font-size: 12px;
  color: #6b7a8d;
}

.prl-reviews-nav {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--dark-blue);
  font-size: 16px;
  transition: background .2s;
  z-index: 2;
}

.prl-reviews-nav:hover { background: var(--yellow); }

/* =============================================
   FAQ
   ============================================= */
.prl-faq-section {
  padding: 72px 20px;
  background: var(--white);
}

.prl-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.prl-faq-item {
  border: 1px solid #dde6ef;
  border-radius: 10px;
  overflow: hidden;
}

.prl-faq-item__btn {
  width: 100%;
  background: var(--white);
  border: none;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-blue);
  cursor: pointer;
  transition: background .15s;
}

.prl-faq-item__btn:hover { background: #f8fafd; }

.prl-faq-item__btn i {
  flex-shrink: 0;
  font-size: 14px;
  color: var(--dark-blue);
  transition: transform .25s;
}

.prl-faq-item__btn[aria-expanded="true"] i { transform: rotate(45deg); }

.prl-faq-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.prl-faq-item__body p {
  padding: 0 18px 16px;
  margin: 0;
  font-size: 14px;
  color: #33495b;
  line-height: 1.7;
}

.prl-faq-cta {
  text-align: center;
  margin-top: 36px;
}

/* =============================================
   OTHER ROUTES
   ============================================= */
.prl-other-routes-section {
  padding: 48px 20px;
  background: #f4f7fb;
}

.prl-other-routes-section p {
  color: #4e6272;
  margin: 0 0 12px;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1100px) {
  .prl-features-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .prl-vehicles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prl-review-card {
    width: calc(50% - 10px);
  }

  .fleet-grid__details-text {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .prl-hero__inner {
    flex-direction: column;
    align-items: center;
  }

  .prl-hero__right {
    justify-content: center;
  }

  .prl-price-card {
    max-width: 100%;
  }

  .prl-route-grid {
    grid-template-columns: 1fr;
  }

  .prl-faq-grid {
    grid-template-columns: 1fr;
  }

  .prl-reviews-nav {
    display: none;
  }

    .fleet-grid__details-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .fleet-grid__details-img-wrapper {
    width: 100%;
  }

  .fleet-grid__details-description {
    width: 100%;
    height: auto;
    gap: 20px;
  }

  .fleet-grid__details-cta {
    width: 100%;
    text-align: center;
  }

  .fleet-header__title {
    font-size: 34px;
  }
  .prl-benefits-section {
    flex-direction: column;
    gap: 40px;
  }

  .prl-benefits-text {
    width: 100%;
    text-align: center;
  }

  .prl-benefits-badges {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .prl-hero {
    padding: 120px 16px 50px;
  }

  .prl-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .prl-vehicles-grid {
    grid-template-columns: 1fr 1fr;
  }

  .prl-review-card {
    width: 100%;
  }

  .prl-hero__stats {
    gap: 12px;
  }

  .prl-stat {
    padding: 8px 12px;
  }

  .fleet-grid__handler {
    flex-direction: column;
    gap: 12px;
  }

  .fleet-grid__handler-item {
    border: 2px solid #d8d8d8;
    border-radius: 12px;
    padding: 16px;
  }

  .fleet-grid__handler-item.is-active {
    border-color: var(--light-blue);
  }

  .fleet-grid__details-item {
    margin-top: 30px;
  }

  .fleet-grid__details-title {
    font-size: 28px;
  }

  .fleet-grid__details-text {
    font-size: 15px;
    line-height: 1.8;
  }

  .fleet-grid__details-cta {
    padding: 18px;
  }

  .prl-benefits-badges {
    grid-template-columns: 1fr;
  }

  .prl-benefits-badge {
    padding: 12px 0;
  }

}

@media (max-width: 420px) {
  .prl-features-grid {
    grid-template-columns: 1fr;
  }

  .prl-vehicles-grid {
    grid-template-columns: 1fr;
  }
}

