/*$whitesmoke: #e2e2e2;*/
/*#cff0f9*/
.homepage .home-hero {
  margin-top: 72px;
  padding: 40px 24px 56px;
  background: linear-gradient(to top left, rgba(0, 204, 255, 0.3) 0%, #ffffff 100%);
  font-family: "SuisseIntl";
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .homepage .home-hero {
    margin-top: 88px;
    padding: 64px 32px 80px;
  }
}
.homepage .home-hero__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: stretch;
}
@media (min-width: 992px) {
  .homepage .home-hero__grid {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(360px, 560px);
    gap: 40px 56px;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .homepage .home-hero__grid {
    gap: 48px 72px;
  }
}
.homepage .home-hero__content {
  order: 1;
  max-width: 560px;
}
.homepage .home-hero__visual {
  order: 2;
  position: relative;
  min-height: 500px;
  margin: 0 auto;
  width: 100%;
  max-width: 464px;
}
@media (min-width: 992px) {
  .homepage .home-hero__visual {
    max-width: none;
    min-height: 500px;
    margin: 0;
  }
}
.homepage .home-hero__title {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  color: #000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .homepage .home-hero__title {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .homepage .home-hero__title {
    font-size: 52px;
  }
}
.homepage .home-hero__description {
  margin: 0 0 32px;
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  max-width: 480px;
}
.homepage .home-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(90deg, #00CCFF 0%, #80CEAA 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.homepage .home-hero__cta:hover {
  filter: brightness(0.94);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.homepage .home-hero__cta-arrow {
  font-size: 18px;
  line-height: 1;
}
@keyframes spinCW {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.homepage .home-hero__logo-badge {
  position: absolute;
  left: -36px;
  top: calc(38% + 60px);
  width: 60px;
  height: 60px;
  z-index: 2;
  pointer-events: none;
  animation: spinCW 4s linear infinite;
}
.homepage .home-hero__deco--diamond {
  position: absolute;
  left: 4%;
  top: 42%;
  width: 28px;
  height: 28px;
  background: #F29FC0;
  border-radius: 50%;
  z-index: 3;
}
.homepage .home-hero__deco--dot {
  position: absolute;
  right: 8%;
  top: 60%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #9997C1;
  z-index: 2;
}
.homepage .home-hero__pill {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 1px solid #7FE5FF;
  border-radius: 999px;
  background: linear-gradient(90deg, #00CCFF 0%, #80CEAA 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: filter 0.2s ease, transform 0.2s ease;
}
.homepage .home-hero__pill:hover {
  filter: brightness(0.94);
  transform: translateY(-1px);
}
.homepage .home-hero__pill--top {
  top: 0;
  left: 42%;
  right: auto;
  max-width: 58%;
}
.homepage .home-hero__pill--bottom {
  left: auto;
  right: 0;
  bottom: 0;
  max-width: unset;
}
.homepage .home-hero__pill--bottom:hover {
  transform: translateY(-1px);
}
.homepage .home-hero__chat-card {
  position: absolute;
  top: 12%;
  right: 0;
  left: 22%;
  z-index: 1;
  padding: 20px;
  border: 0.5px solid transparent;
  border-radius: 12px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #00CCFF 0%, #80CEAA 100%) border-box;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.homepage .home-hero__chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.homepage .home-hero__chat-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background: #f7f7fc;
}
.homepage .home-hero__chat-logo img {
  width: 32px;
  height: 32px;
}
.homepage .home-hero__chat-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
.homepage .home-hero__chat-subtitle {
  margin: 2px 0 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
}
.homepage .home-hero__chat-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.homepage .home-hero__bubble {
  max-width: 92%;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #000;
}
.homepage .home-hero__bubble--assistant {
  align-self: flex-start;
  background: #F7F7FC;
  border-bottom-left-radius: 4px;
}
.homepage .home-hero__bubble--user {
  align-self: flex-end;
  background: rgba(127, 229, 255, 0.2);
  border-bottom-right-radius: 4px;
  color: #01A5CE;
}
.homepage .home-hero__vehicle-card {
  position: absolute;
  left: 8%;
  right: auto;
  bottom: 11%;
  z-index: 3;
  width: 92%;
  max-width: 309px;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.12));
  pointer-events: none;
}
.homepage #vehicleFilters {
  position: relative !important;
  top: auto !important;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .homepage #vehicleFilters {
    margin-top: 48px;
  }
}
.homepage .filter-quick__container {
  margin-top: 35px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-right: 100px;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.homepage .filter-quick__container::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.homepage .filter-quick__wrapper {
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 10px;
  gap: 10px;
}
.homepage .filter-quick__wrapper > div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
}
.homepage .filter-quick-item {
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100px;
  height: auto;
  flex-shrink: 0 !important;
}
.homepage .filter-quick-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}
.homepage .home-cards {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .homepage .home-cards {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
.homepage .home-cards:has(+ .home-tips) {
  margin-bottom: 0;
}
.homepage .home-cards .card .card-body {
  text-align: left !important;
}
@media (min-width: 768px) {
  .homepage .home-cards .card .card-body {
    padding: 42px !important;
  }
}
.homepage .home-cards .card .card-body h5 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 14px;
}
.homepage .home-cards .card .card-body .promo-card-text {
  font-size: 14px;
  font-weight: normal;
}
.homepage .home-cards .card .btn {
  font-size: 14px;
  font-weight: bold;
}
.homepage .hassle-free .promo-block-container {
  margin-top: 0 !important;
  transform: translateY(-40px);
}
.homepage .hassle-free .promo-block-container > [class*=col-] {
  flex: 0 0 100%;
  max-width: 100%;
}

.home-tips {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .home-tips {
    padding: 48px 0;
  }
}
.home-tips__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.home-tips h2 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
}
.home-tips__more {
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
.home-tips__more:hover {
  color: #000;
  text-decoration: none;
}
.home-tips .tips-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
  align-items: stretch;
}
.home-tips .tips-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.home-tips .tips-card:hover {
  color: inherit;
  text-decoration: none;
}
.home-tips .tips-media {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 12px;
  background: #f5f5f5;
}
.home-tips .tips-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-top: 12px;
}
.home-tips .tips-tag {
  display: inline-block;
  background: #7fe5ff;
  border-radius: 100px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0b0c0e;
}
.home-tips .tips-card-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}
.home-tips .tips-excerpt {
  display: none;
}
.home-tips .tips-meta {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5c6370;
}
@media screen and (max-width: 991px) {
  .home-tips .tips-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .home-tips h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .home-tips .tips-card-title {
    font-size: 18px;
  }
}

.reviews-section {
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .reviews-section {
    padding: 50px 0;
    padding-bottom: 100px;
  }
}
.reviews-section .image-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.reviews-section .review-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  object-position: center;
  object-fit: cover;
  z-index: -1;
}
.reviews-section h2 {
  padding-top: 60px;
  text-align: left;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
}
.reviews-section .container-reviews {
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-right: 50px;
}
@media screen and (min-width: 768px) {
  .reviews-section .container-reviews {
    padding-right: 120px;
  }
}
.reviews-section .container-reviews {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.reviews-section .container-reviews::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.reviews-section .reviews-wrapper {
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 10px;
  gap: 10px;
}
.reviews-section .reviews-wrapper .review-card {
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  color: #333;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
.reviews-section .reviews-wrapper .review-card::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.reviews-section .reviews-wrapper .review-card .review-header {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.reviews-section .reviews-wrapper .review-card .review-header .profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
.reviews-section .reviews-wrapper .review-card .review-header .info {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.reviews-section .reviews-wrapper .review-card .review-header .info h3 {
  margin: 0;
  font-size: 16px;
  margin-bottom: 5px;
}
.reviews-section .reviews-wrapper .review-card .review-header .info .stars span {
  color: #666666;
}
.reviews-section .reviews-wrapper .review-card .review-header .info .stars span.active {
  color: #08c0ed;
}
.reviews-section .reviews-wrapper .review-card .review-header .info .stars {
  font-size: 16px;
  white-space: nowrap;
}
.reviews-section .reviews-wrapper .review-card p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.22px;
  text-align: left;
  color: #000;
  margin-bottom: 16px;
}
.reviews-section .reviews-wrapper .review-card .review-footer {
  text-align: right;
}
.reviews-section .reviews-wrapper .review-card .review-footer img {
  width: 24px;
  height: auto;
}
