.header-area .tesla-approved-badge {
  flex-basis: 190px !important;
  width: 190px !important;
  padding: 2px 0 !important;
}

.header-area .tesla-approved-badge img {
  width: 190px !important;
  max-width: none !important;
}

@media (max-width: 991.98px) {
  .header-area .header-wrapper .mobile-header-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 14px !important;
  }

  .header-area .mobile-header-actions .language-switch,
  .header-area .mobile-header-actions .menu_bar {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }
}

.rs-tesla-hero {
  display: grid;
  gap: 15px;
}

.tesla-hero-visual {
  position: relative;
  min-height: clamp(620px, calc(100vh - 120px), 860px);
  overflow: hidden;
  border-radius: 12px;
  background: #111719;
}

.tesla-hero-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center 58%;
}

.tesla-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(8 11 13 / 82%) 0%, rgb(8 11 13 / 46%) 34%, transparent 64%),
    linear-gradient(180deg, rgb(0 0 0 / 8%), transparent 50%, rgb(0 0 0 / 34%));
  pointer-events: none;
}

.tesla-hero-copy {
  position: absolute;
  top: 50%;
  left: clamp(42px, 5vw, 84px);
  z-index: 2;
  width: min(570px, 44vw);
  transform: translateY(-50%);
  color: #fff;
}

.tesla-hero-title {
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 5vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.tesla-hero-title span {
  display: block;
  margin-top: 8px;
  color: var(--rs-color-theme-primary);
}

.tesla-hero-description {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  max-width: 500px;
  margin-top: 34px;
  padding: 22px 0;
  border-top: 1px solid rgb(255 255 255 / 18%);
  border-bottom: 1px solid rgb(255 255 255 / 18%);
}

.tesla-hero-description p {
  margin: 0;
  color: rgb(255 255 255 / 76%);
  font-size: 17px;
  line-height: 1.55;
}

.tesla-hero-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-right: 1px solid rgb(255 255 255 / 18%);
  color: #fff;
  font-size: 42px;
}

.tesla-hero-contact i {
  transform: rotate(-45deg);
}

.tesla-hero-scroll {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  background: rgb(17 23 25 / 80%);
  backdrop-filter: blur(10px);
  font-size: 25px;
}

@media (max-width: 767.98px) {
  .rs-tesla-hero {
    gap: 14px;
    margin-top: 16px;
  }

  .tesla-hero-visual {
    min-height: calc(100svh - 112px);
    max-height: 720px;
  }

  .tesla-hero-visual > img {
    object-position: center center;
  }

  .tesla-hero-visual::after {
    background:
      linear-gradient(180deg, rgb(7 10 12 / 88%) 0%, rgb(7 10 12 / 40%) 42%, transparent 68%, rgb(0 0 0 / 30%) 100%);
  }

  .tesla-hero-copy {
    top: 34px;
    left: 22px;
    right: 22px;
    width: auto;
    transform: none;
  }

  .tesla-hero-title {
    max-width: 360px;
    font-size: clamp(34px, 9.6vw, 43px);
    line-height: 0.98;
  }

  .tesla-hero-title span {
    margin-top: 5px;
  }

  .tesla-hero-description {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    max-width: 350px;
    margin-top: 20px;
    padding: 14px 0;
  }

  .tesla-hero-description p {
    font-size: 13px;
    line-height: 1.45;
  }

  .tesla-hero-contact {
    width: 44px;
    height: 50px;
    font-size: 30px;
  }

  .tesla-hero-scroll {
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 48px;
  }

}
