body {
  background: linear-gradient(135deg, #0c082b 0%, #182c4f 100%) fixed !important;
}

.autovoz-hero {
  padding: 150px 20px 50px;
  position: relative;
  overflow: hidden;
  min-height: 555px;
}

.autovoz-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at 70% 50%,
    rgba(0, 150, 255, 0.08) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.autovoz-hero .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}

.autovoz-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 60px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.autovoz-hero__breadcrumb-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.autovoz-hero__breadcrumb-link:hover {
  color: #0096ff;
}

.autovoz-hero__separator {
  color: rgba(255, 255, 255, 0.4);
}

.autovoz-hero__breadcrumb-current {
  color: #0096ff;
}

.autovoz-hero__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}

.autovoz-hero__text {
  width: 100%;
}

.autovoz-hero__title {
  font-size: 72px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.autovoz-hero__description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  max-width: 600px;
}

.autovoz-hero__buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.autovoz-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.autovoz-hero__btn--primary {
  background: linear-gradient(135deg, #0096ff 0%, #00c3ff 100%);
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 150, 255, 0.4);
}

.autovoz-hero__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(0, 150, 255, 0.6);
}

.autovoz-hero__btn-icon {
  transition: transform 0.3s ease;
}

.autovoz-hero__btn--primary:hover .autovoz-hero__btn-icon {
  transform: translateX(4px);
}

.autovoz-hero__btn--phone {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.autovoz-hero__btn--phone:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}

.autovoz-hero__phone-icon {
  width: 18px;
  height: 18px;
}

.autovoz-hero__image {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 0;
  width: 50%;
}

.autovoz-hero__image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 60px rgba(0, 150, 255, 0.3));
  animation: float 6s ease-in-out infinite;
}

.fleet-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.fleet-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.fleet-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 40px;
}

.fleet-title {
  position: relative;
}

.fleet-title__line {
  display: block;
  width: 60px;
  height: 4px;
  background: #0096ff;
  margin-bottom: 20px;
}

.fleet-title__text {
  font-size: 64px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

.fleet-title__text br:nth-child(1) {
  color: #0096ff;
}

.fleet-subtitle {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: right;
  max-width: 400px;
  margin: 0;
  margin-left: auto;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 140px 30px;
  position: relative;
}

.fleet-card-wrapper {
  position: relative;
  padding-left: 40px;
}

.fleet-card-wrapper:nth-child(2) {
  top: -80px;
}

.fleet-card-wrapper:nth-child(3) {
  top: -60px;
}

.fleet-card-wrapper:nth-child(4) {
  top: -120px;
}

.fleet-card__number {
  position: absolute;
  left: -20px;
  top: -60px;
  font-size: 200px;
  font-weight: 900;
  color: #1f2748;
  line-height: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
}

.fleet-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.fleet-card__image-wrapper {
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
}

.fleet-card__image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.fleet-card__content {
  padding: 30px;
}

.fleet-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.fleet-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #0f1736;
  margin: 0;
  text-transform: uppercase;
  flex: 1;
}

.fleet-card__badge {
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  background: rgba(0, 150, 255, 0.1);
  color: #0096ff;
}

.fleet-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 20px;
}

.fleet-card__feature {
  font-size: 14px;
  color: rgba(15, 23, 54, 0.7);
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
  margin: 0;
}

.fleet-card__feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #0096ff;
  border-radius: 50%;
}

.fleet-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #0f1736;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.fleet-card__btn:hover {
  color: #0096ff;
  gap: 12px;
}

.fleet-card__btn svg {
  transition: transform 0.3s ease;
}

.fleet-card__btn:hover svg {
  transform: translateX(4px);
}

.fleet-card-wrapper:hover .fleet-card__number {
  color: #0d3d6d;
  transform: scale(1.05);
}

.fleet-card:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.fleet-card:hover .fleet-card__image {
  transform: scale(1.05);
}

.pricing-section {
  padding: 100px 0;
  position: relative;
}

.pricing-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.pricing-header {
  margin-bottom: 40px;
}

.pricing-label {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 150, 255, 0.15);
  color: #0096ff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.pricing-title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.pricing-table-wrapper {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.pricing-table__header {
  padding: 20px 30px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pricing-table__header--route {
  width: 70%;
}

.pricing-table__header--price {
  width: 30%;
  text-align: right;
}

.pricing-table__row {
  transition: background 0.3s ease;
}

.pricing-table__row:hover {
  background: rgba(0, 150, 255, 0.03);
}

.pricing-table__cell {
  padding: 14px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  font-size: 16px;
  color: #ffffff;
}

.pricing-table__cell--route {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.pricing-table__cell--price {
  text-align: right;
  font-weight: 700;
  color: #0096ff;
}

.pricing-table__icon {
  flex-shrink: 0;
  color: rgba(0, 150, 255, 0.6);
}

.pricing-table__row:last-child .pricing-table__cell {
  border-bottom: none;
}

.pricing-note {
  margin-top: 30px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
}

.fleet-showcase {
  padding: 50px 0;
  position: relative;
}

.fleet-showcase .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.fleet-showcase__header {
  margin-bottom: 50px;
}

.fleet-showcase__label {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 150, 255, 0.15);
  color: #0096ff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.fleet-showcase__title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.fleet-showcase__content {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}

.fleet-showcase__sidebar-title {
  font-size: 12px;
  font-weight: 700;
  color: #0096ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.fleet-showcase__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fleet-showcase__nav-btn {
  padding: 16px;
  padding-left: 16px;
  background: transparent;
  border: none;
  border-left: 4px solid transparent;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.fleet-showcase__nav-btn:hover {
  background: rgba(0, 150, 255, 0.1);
  color: #f7f7f7;
  border-left-color: #e4e4e4;
}

.fleet-showcase__nav-btn.active {
  background: rgba(0, 150, 255, 0.1);
  color: #0096ff;
  border-left-color: #0096ff;
  box-shadow: 0 0 8px rgba(0, 150, 255, 0.3);
}

.fleet-showcase__main {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 40px;
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.08);
}

.fleet-showcase__gallery {
  position: relative;
}

.fleet-showcase__swiper {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}

.fleet-showcase__main-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.fleet-showcase__nav-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.fleet-showcase__nav-arrow:hover {
  background: rgba(0, 150, 255, 0.8);
}

.fleet-showcase__nav-arrow--prev {
  left: 20px;
}

.fleet-showcase__nav-arrow--next {
  right: 20px;
}

.fleet-showcase__thumbs {
  border-radius: 12px;
  overflow: hidden;
}

.fleet-showcase__thumb {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.6;
}

.fleet-showcase__thumb.swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #0096ff;
}

.fleet-showcase__info {
  display: flex;
  flex-direction: column;
}

.fleet-showcase__category-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(0, 150, 255, 0.15);
  color: #0096ff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  width: fit-content;
}

.fleet-showcase__subtitle {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.fleet-showcase__description {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 40px;
}

.fleet-showcase__specs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.fleet-showcase__spec {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fleet-showcase__spec-icon {
  width: 44px;
  height: 44px;
  background: rgba(0, 150, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0096ff;
  flex-shrink: 0;
}

.fleet-showcase__spec-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fleet-showcase__spec-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.fleet-showcase__spec-value {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.fleet-showcase__btn {
  display: block;
  padding: 18px 32px;
  background: linear-gradient(135deg, #0096ff 0%, #00c3ff 100%);
  color: #ffffff;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 16px;
}

.fleet-showcase__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 150, 255, 0.4);
}

.fleet-showcase__link {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.3s ease;
}

.fleet-showcase__link:hover {
  color: #0096ff;
}

.vehicle-types {
  padding: 50px 0;
  position: relative;
}

.vehicle-types .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.vehicle-types__header {
  margin-bottom: 50px;
}

.vehicle-types__label {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 150, 255, 0.15);
  color: #0096ff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.vehicle-types__title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.vehicle-types__subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 700px;
  margin: 0;
}

.vehicle-types__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vehicle-types__card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 30px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: row;
  gap: 16px;
  cursor: pointer;
}

.vehicle-types__card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 150, 255, 0.2);
  transform: translateY(-4px);
}

.vehicle-types__card-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0096ff;
  margin-bottom: 0;
}

.vehicle-types__card-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
}

.vehicle-types__card-text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.specs-section {
  padding: 50px 0;
  position: relative;
}

.specs-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.specs-header {
  margin-bottom: 50px;
}

.specs-label {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 150, 255, 0.15);
  color: #0096ff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.specs-title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.specs-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 600px;
  margin: 0;
}

.specs-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.03);
  padding: 6px;
  border-radius: 16px;
  width: fit-content;
}

.specs-filter-btn {
  padding: 12px 24px;
  background: transparent;
  border: none;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.specs-filter-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

.specs-filter-btn.active {
  background: linear-gradient(135deg, #0096ff 0%, #00c3ff 100%);
  color: #ffffff;
}

.specs-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

.specs-filter-btn.active .specs-filter-count {
  background: rgba(255, 255, 255, 0.2);
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.specs-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
}

.specs-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 150, 255, 0.2);
  transform: translateY(-4px);
}

.specs-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}

.specs-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.specs-card__badge {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.specs-card__badge--city {
  background: rgba(0, 150, 255, 0.15);
  color: #0096ff;
}

.specs-card__badge--address {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
}

.specs-card__subtitle {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  margin-top: 12px;
}

.specs-card__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.specs-card__stat {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  align-self: center;
}

.specs-card__value {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.specs-card__number {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

.specs-card__unit {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}

.specs-card__label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.specs-card__indicator {
  display: flex;
  gap: 6px;
  width: 100%;
}

.specs-card__segment {
  flex: 1;
  max-width: 4px;
  min-width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.specs-card__segment.active {
  background: linear-gradient(90deg, #0096ff 0%, #00c3ff 100%);
  box-shadow: 0 0 10px rgba(0, 150, 255, 0.4);
}

.specs-card__bar {
  height: 100%;
  background: linear-gradient(90deg, #0096ff 0%, #00c3ff 100%);
  border-radius: 2px;
  transition: width 0.6s ease;
}

.specs-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.specs-footer__info {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.specs-footer__info svg {
  color: #0096ff;
}

.specs-footer__link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0096ff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.specs-footer__link:hover {
  gap: 12px;
}

.seo-block {
  padding: 50px 0;
  position: relative;
}

.seo-block .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.seo-block__content {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px;
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.seo-block__content.expanded {
  max-height: 5000px;
}

.seo-block__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, transparent, rgba(12, 8, 43, 1));
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.seo-block__content.expanded::after {
  opacity: 0;
}

.seo-block__title {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 30px 0;
  line-height: 1.3;
}

.seo-block__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.8;
}

.seo-block__text h3 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 20px 0;
  line-height: 1.4;
}

.seo-block__text p {
  margin: 0 0 20px 0;
}

.seo-block__text blockquote {
  position: relative;
  margin: 24px 0;
  padding: 18px 22px 18px 56px;
  background: #f5f8fc1c;
  border-left: 4px solid #0b5fff;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  line-height: 1.65;
  color: #ffffff;
}

.seo-block__text blockquote::before {
  content: "\201C";
  position: absolute;
  left: 16px;
  top: 10px;
  font-family: Georgia, serif;
  font-size: 44px;
  line-height: 1;
  color: #0b5fff;
}

.seo-block__text blockquote strong {
  color: #0b5fff;
}

.seo-block__text ol {
  list-style-type: auto;
  margin-left: 30px;
}

.seo-block__text strong {
  color: #ffffff;
  font-weight: 600;
}

.seo-block__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px auto 0;
  padding: 16px 32px;
  background: rgba(0, 150, 255, 0.1);
  border: 1px solid rgba(0, 150, 255, 0.3);
  border-radius: 12px;
  color: #0096ff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.seo-block__toggle:hover {
  background: rgba(0, 150, 255, 0.2);
  border-color: #0096ff;
  transform: translateY(-2px);
}

.seo-block__toggle.expanded {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

span.seo-block__toggle-text {
  color: #fff;
}

.seo-block__toggle-icon {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.seo-block__toggle.expanded .seo-block__toggle-icon {
  transform: rotate(180deg);
}

.faq-section {
  padding: 50px 0;
  position: relative;
}

.faq-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-header {
  margin-bottom: 50px;
}

.faq-label {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 150, 255, 0.15);
  color: #0096ff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.faq-title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 150, 255, 0.2);
}

.faq-item.active {
  background: rgba(0, 150, 255, 0.05);
  border-color: rgba(0, 150, 255, 0.3);
}

.faq-item__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 24px 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}

.faq-item__question {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
  flex: 1;
}

.faq-item__icon {
  flex-shrink: 0;
  color: #0096ff;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}

.faq-item.active .faq-item__content {
  max-height: 500px;
  transition: max-height 0.4s ease-in-out;
}

.faq-item__text {
  padding: 0 28px 24px 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

.faq-item__text p {
  margin: 0 0 16px 0;
}

.faq-item__text ul {
  margin: 0 0 16px 0;
  padding-left: 20px;
}

.faq-item__text li {
  margin-bottom: 8px;
  position: relative;
}

.faq-item__text strong {
  color: #ffffff;
  font-weight: 600;
}

.order-section {
  padding: 50px 0;
  position: relative;
}

.order-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at 20% 50%,
    rgba(0, 150, 255, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.order-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.order-section__wrapper {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.order-section__label {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 150, 255, 0.15);
  color: #0096ff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.order-section__title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.order-section__title-highlight {
  color: #0096ff;
}

.order-section__description {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}

.order-section__features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.order-section__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.order-section__feature-icon {
  color: #0096ff;
  flex-shrink: 0;
}

.order-section__phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0096ff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.order-section__phone:hover {
  color: #00c3ff;
  transform: translateY(-2px);
}

.order-form {
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 60px rgba(0, 0, 0, 0.1);
}

.order-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.order-form__group {
  margin-bottom: 20px;
}

.order-form__label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}

.order-form__label svg {
  color: #0096ff;
}

.order-form__input,
.order-form__select,
.order-form__textarea {
  width: 100%;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.3s ease;
  outline: none;
}

.order-form__input:focus,
.order-form__select:focus,
.order-form__textarea:focus {
  border-color: #0096ff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(0, 150, 255, 0.1);
}

.order-form__input::placeholder,
.order-form__textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.order-form__select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%230096ff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.order-form__select option {
  background: #182c4f;
  color: #ffffff;
}

.order-form__textarea {
  resize: vertical;
  min-height: 80px;
}

.order-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 20px;
  background: linear-gradient(135deg, #0096ff 0%, #00c3ff 100%);
  border: none;
  border-radius: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 16px;
}

.order-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 150, 255, 0.4);
}

.order-form__privacy {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1200px) {
  .fleet-showcase__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .fleet-showcase__sidebar {
    display: flex;
  }

  .fleet-showcase__sidebar-title {
    display: none;
  }

  .fleet-showcase__nav-btn {
    padding: 10px;
    padding-left: 8px;
    border-left: 2px solid transparent;
    border-radius: 8px;
  }

  .fleet-showcase__nav {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }

  .fleet-showcase__main {
    width: 100%;
  }

  .fleet-showcase__gallery {
    margin-bottom: 30px;
  }

  .fleet-showcase__main-image {
    height: 350px;
  }

  .fleet-showcase__info {
    gap: 20px;
  }

  .fleet-showcase__subtitle {
    font-size: 28px;
  }

  .fleet-showcase__specs {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .autovoz-hero__description,
  .specs-subtitle,
  .vehicle-types__subtitle {
    max-width: 100%;
  }

  .autovoz-hero__buttons {
    justify-content: center;
  }

  .autovoz-hero__btn {
    padding: 12px 26px;
  }

  .content__card,
  .faq-item__text,
  h2.order-section__title {
    text-align: left;
  }

  .faq-item__trigger {
    padding: 18px 20px;
  }

  .vehicle-types__card {
    padding: 20px;
  }

  .vehicle-types__card-icon {
    height: 30px;
  }

  .fleet-section,
  .pricing-section {
    padding: 60px 0;
  }

  .fleet-title__text {
    font-size: 60px;
  }

  .fleet-card-wrapper:nth-child(2) {
    top: -40px;
  }

  .pricing-title,
  .fleet-showcase__title,
  .vehicle-types__title,
  .specs-title,
  .faq-title,
  .order-section__title,
  .fleet-title__text {
    font-size: 42px;
  }

  .order-section__wrapper {
    padding: 40px;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    text-align: left;
  }

  .order-form__label {
    display: none;
  }

  .order-form {
    padding: 20px;
  }

  .order-form__row {
    margin-bottom: 20px;
  }

  .order-section__phone {
    gap: 12px;
    font-size: 16px;
  }

  .fleet-showcase__nav-arrow {
    top: 40%;
  }
}

@media (max-width: 1024px) {
  .autovoz-hero__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .autovoz-hero__title {
    font-size: 48px;
  }

  .autovoz-hero__image {
    order: -1;
  }

  .autovoz-hero__image img {
    max-width: 80%;
  }

  .fleet-card__number {
    left: -18px;
    top: -50px;
    font-size: 140px;
  }

  .fleet-section,
  .pricing-section,
  .fleet-showcase,
  .vehicle-types,
  .specs-section,
  .seo-block,
  .faq-section,
  .order-section {
    padding: 40px 0;
  }

  .fleet-card__features {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .fleet-card__image {
    height: 200px;
  }

  .fleet-card__title,
  .fleet-showcase__spec-content {
    text-align: left;
  }

  .fleet-card__content {
    padding: 20px;
  }

  .fleet-card-wrapper {
    padding-left: 8px;
  }

  .fleet-showcase__gallery {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .fleet-showcase__swiper,
  .fleet-showcase__thumbs {
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }

  .fleet-showcase__swiper .swiper-wrapper,
  .fleet-showcase__thumbs .swiper-wrapper {
    max-width: 100%;
  }

  .fleet-showcase__swiper .swiper-slide,
  .fleet-showcase__thumbs .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }

  .fleet-showcase__main-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
  }

  .fleet-showcase__thumb {
    width: 100%;
    height: 70px;
    object-fit: cover;
    display: block;
  }

  .fleet-showcase__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .fleet-showcase__category-tag {
    display: flex;
    align-self: center;
  }

  .fleet-showcase__description {
    margin-bottom: 20px;
    text-align: left;
  }

  .fleet-showcase__sidebar {
    position: static;
  }

  .fleet-showcase__nav {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .fleet-showcase__specs {
    grid-template-columns: 1fr;
    display: grid;
    gap: 16px;
    padding: 20px;
  }

  .fleet-showcase__info {
    gap: 20px;
  }

  .fleet-showcase__nav-btn {
    flex: 1;
    min-width: calc(33.333% - 8px);
    text-align: center;
  }

  .fleet-showcase__main {
    padding: 30px;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
  }

  .fleet-showcase__title {
    font-size: 40px;
  }

  .fleet-showcase__nav-arrow {
    width: 40px;
    height: 40px;
  }

  .fleet-showcase__nav-arrow--prev {
    left: 16px;
  }

  .fleet-showcase__nav-arrow--next {
    right: 16px;
  }

  .vehicle-types__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .specs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .order-section__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .order-section__content {
    text-align: center;
  }

  .order-section__features {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .order-section__phone {
    justify-content: center;
  }

  .fleet-showcase__btn {
    padding: 16px 26px;
    margin-bottom: 0;
    width: 100%;
  }

  .fleet-showcase__nav-arrow {
    top: 35%;
  }
}

@media (min-width: 768px) {
  .specs-card__stat {
    flex-direction: column;
  }

  .specs-card__indicator {
    width: max-content;
  }
}

@media (max-width: 768px) {
  .autovoz-hero {
    padding: 140px 20px 60px;
  }

  .autovoz-hero__breadcrumb {
    margin-bottom: 40px;
  }

  .fleet-card__number {
    left: 2px;
    top: -50px;
    font-size: 140px;
  }

  .autovoz-hero__title {
    font-size: 36px;
    line-height: 1.15;
  }

  .autovoz-hero__description {
    font-size: 15px;
  }

  .autovoz-hero__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .autovoz-hero__btn {
    justify-content: center;
  }

  .autovoz-hero__breadcrumb {
    font-size: 13px;
    flex-wrap: wrap;
  }

  .fleet-showcase__swiper .swiper-slide {
    width: 100% !important;
    max-width: 100%;
  }

  .fleet-showcase__thumbs .swiper-slide {
    width: calc(25% - 10px) !important;
    max-width: 100px;
  }

  .fleet-showcase__main-image {
    height: 280px;
  }

  .fleet-showcase__thumb {
    height: 70px;
  }

  .fleet-showcase {
    padding: 60px 0;
  }

  .fleet-showcase .container {
    padding: 0 16px;
  }

  .fleet-showcase__header {
    margin-bottom: 30px;
  }

  .fleet-showcase__title {
    font-size: 32px;
  }

  .fleet-showcase__content {
    gap: 24px;
  }

  .fleet-showcase__sidebar {
    position: static;
  }

  .fleet-showcase__sidebar-title {
    font-size: 11px;
    margin-bottom: 16px;
    padding-bottom: 12px;
  }

  .fleet-showcase__nav {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .fleet-showcase__nav-btn {
    padding: 8px 12px;
    font-size: 13px;
    text-align: left;
  }

  .fleet-showcase__main {
    padding: 24px;
    border-radius: 20px;
  }

  .fleet-showcase__gallery {
    margin-bottom: 30px;
  }

  .fleet-showcase__main-image {
    height: 280px;
    border-radius: 12px;
  }

  .fleet-showcase__nav-arrow {
    width: 36px;
    height: 36px;
  }

  .fleet-showcase__nav-arrow--prev {
    left: 12px;
  }

  .fleet-showcase__nav-arrow--next {
    right: 12px;
  }

  .fleet-showcase__thumbs {
    margin-top: 16px;
  }

  .fleet-showcase__thumb {
    height: 70px;
    border-radius: 8px;
  }

  .fleet-showcase__info {
    gap: 20px;
  }

  .fleet-showcase__category-tag {
    font-size: 11px;
    padding: 6px 14px;
  }

  .fleet-showcase__subtitle {
    font-size: 24px;
  }

  .fleet-showcase__description {
    font-size: 14px;
  }

  .fleet-showcase__specs {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .fleet-showcase__spec {
    gap: 10px;
  }

  .fleet-showcase__spec-icon {
    width: 36px;
    height: 36px;
  }

  .fleet-showcase__spec-label {
    font-size: 9px;
  }

  .fleet-showcase__spec-value {
    font-size: 13px;
  }

  .fleet-showcase__btn {
    padding: 16px 24px;
    font-size: 15px;
    width: 100%;
  }

  .fleet-showcase__link {
    font-size: 14px;
  }

  .pricing-title {
    font-size: 32px;
  }

  .pricing-table__header {
    padding: 16px 20px;
    font-size: 11px;
  }

  .pricing-table__cell {
    padding: 18px 20px;
    font-size: 14px;
  }

  .pricing-table__header--route {
    width: 65%;
  }

  .pricing-table__header--price {
    width: 35%;
  }

  .fleet-showcase {
    padding: 60px 0;
  }

  .fleet-showcase__title {
    font-size: 32px;
  }

  .fleet-showcase__main {
    padding: 24px;
  }

  .fleet-showcase__main-image {
    height: 300px;
  }

  .fleet-showcase__subtitle {
    font-size: 24px;
  }

  .fleet-showcase__nav-arrow {
    width: 36px;
    height: 36px;
    top: 40%;
  }

  .vehicle-types {
    padding: 60px 0;
  }

  .vehicle-types__title {
    font-size: 32px;
  }

  .vehicle-types__grid {
    grid-template-columns: 1fr;
  }

  .vehicle-types__card {
    padding: 24px;
  }

  .specs-section {
    padding: 60px 0;
  }

  .specs-title {
    font-size: 32px;
  }

  .specs-filters {
    flex-wrap: wrap;
  }

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

  .specs-footer {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .seo-block {
    padding: 60px 0;
  }

  .seo-block__content {
    padding: 30px 20px;
    max-height: 400px;
  }

  .seo-block__title {
    font-size: 28px;
  }

  .seo-block__subtitle {
    font-size: 20px;
  }

  .seo-block__text {
    font-size: 14px;
    text-align: left;
  }

  .faq-section {
    padding: 60px 0;
  }

  .faq-title {
    font-size: 32px;
  }

  .faq-item__trigger {
    padding: 20px 20px;
  }

  .faq-item__question {
    font-size: 16px;
  }

  .faq-item__text {
    padding: 0 20px 20px 20px;
    font-size: 14px;
  }

  .order-section {
    padding: 60px 0;
  }

  .order-section__wrapper {
    padding: 40px 30px;
  }

  .order-section__title {
    font-size: 32px;
  }

  .order-form {
    padding: 30px 20px;
  }

  .order-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fleet-showcase__main {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .fleet-showcase__specs {
    margin-bottom: 20px;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .autovoz-hero {
    padding: 140px 20px 60px;
  }

  .autovoz-hero__title {
    font-size: 28px;
  }

  .autovoz-hero__btn {
    padding: 14px 24px;
    font-size: 15px;
  }

  .fleet-showcase__swiper .swiper-slide {
    width: 100% !important;
  }

  .fleet-showcase__thumbs .swiper-slide {
    width: calc(25% - 8px) !important;
    max-width: 80px;
  }

  .fleet-showcase__main-image {
    height: 240px;
  }

  .fleet-showcase__thumb {
    height: 60px;
  }

  .fleet-showcase {
    padding: 40px 0;
  }

  .fleet-showcase__header {
    margin-bottom: 24px;
  }

  .fleet-showcase__title {
    font-size: 28px;
  }

  .fleet-showcase__main {
    padding: 20px;
    border-radius: 16px;
  }

  .fleet-showcase__main-image {
    height: 240px;
  }

  .fleet-showcase__nav-btn {
    padding: 10px 14px;
    font-size: 12px;
    min-width: 100%;
  }

  .fleet-showcase__subtitle {
    font-size: 22px;
  }

  .fleet-showcase__description {
    font-size: 13px;
  }

  .fleet-showcase__specs {
    padding: 0;
    gap: 14px;
  }

  .fleet-showcase__spec-icon {
    width: 32px;
    height: 32px;
  }

  .fleet-showcase__spec-label {
    font-size: 9px;
  }

  .fleet-showcase__spec-value {
    font-size: 13px;
  }

  .fleet-showcase__btn {
    padding: 14px 20px;
    font-size: 14px;
  }

  .fleet-showcase__link {
    font-size: 13px;
  }

  .pricing-title {
    font-size: 24px;
  }

  .pricing-table__cell {
    padding: 16px 16px;
    font-size: 13px;
  }

  .pricing-table__icon {
    width: 14px;
    height: 14px;
  }

  .pricing-note {
    font-size: 12px;
  }

  .fleet-showcase__title {
    font-size: 24px;
  }

  .fleet-showcase__main-image {
    height: 240px;
  }

  .fleet-showcase__subtitle {
    font-size: 20px;
  }

  .fleet-showcase__btn {
    padding: 16px 24px;
    font-size: 15px;
  }

  .vehicle-types__title {
    font-size: 24px;
  }

  .vehicle-types__card {
    padding: 20px;
  }

  .specs-title {
    font-size: 24px;
  }

  .specs-card__stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .specs-card__number {
    font-size: 28px;
  }

  .seo-block__content {
    padding: 24px 16px;
    max-height: 350px;
  }

  .seo-block__title {
    font-size: 24px;
  }

  .seo-block__subtitle {
    font-size: 18px;
  }

  .seo-block__toggle {
    padding: 14px 24px;
    font-size: 14px;
  }

  .faq-title {
    font-size: 24px;
  }

  .faq-item {
    border-radius: 12px;
  }

  .faq-item__trigger {
    padding: 18px 16px;
    gap: 12px;
  }

  .faq-item__question {
    font-size: 15px;
  }

  .faq-item__icon {
    width: 18px;
    height: 18px;
  }

  .order-section__wrapper {
    padding: 30px 20px;
    border-radius: 16px;
  }

  .order-section__title {
    font-size: 24px;
  }

  .order-section__description {
    font-size: 14px;
  }

  .order-form__input,
  .order-form__select,
  .order-form__textarea {
    padding: 14px 16px;
    font-size: 14px;
  }

  .order-form__submit {
    padding: 18px;
    font-size: 15px;
  }

  .vehicle-types__card {
    padding: 14px;
    gap: 10px;
  }

  .order-section__features {
    grid-template-columns: repeat(1, 1fr);
  }

  h2.order-section__title {
    text-align: center;
  }

  h2.order-section__title {
    text-align: center;
  }

  .fleet-card__number {
    left: -10px;
    top: -50px;
    font-size: 140px;
    opacity: 0.5;
    z-index: 2;
  }

  .fleet-card-wrapper:nth-child(2) {
    top: 0px;
  }

  .fleet-card-wrapper:nth-child(3) {
    top: 0px;
  }

  .fleet-card-wrapper:nth-child(4) {
    top: 0px;
  }

  .fleet-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }

  .specs-filters {
    gap: 8px;
    margin-bottom: 30px;
    padding: 12px;
  }

  .specs-card__stat {
    flex-direction: row;
    gap: 8px;
    align-items: center;
    align-self: center;
  }

  .specs-card__subtitle {
    font-size: 12px;
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .fleet-section,
  .pricing-section,
  .fleet-showcase,
  .vehicle-types,
  .specs-section,
  .seo-block,
  .faq-section,
  .order-section {
    padding: 40px 0;
  }

  ol,
  ul {
    list-style-type: disc;
  }

  .pricing-table__cell--price {
    white-space: nowrap;
    text-align: right;
    width: 1%;
    min-width: 140px;
  }

  .pricing-table__cell--route {
    white-space: nowrap;
    width: auto;
  }

  .pricing-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .pricing-table__row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .pricing-table__row:last-child {
    border-bottom: none;
  }

  .pricing-table__cell {
    padding: 18px 20px;
    vertical-align: middle;
    border: none;
  }

  .pricing-table__cell--route {
    width: 60%;
    white-space: nowrap;
  }

  .pricing-table__cell--price {
    width: 40%;
    white-space: nowrap;
    text-align: right;
    color: #0096ff;
    font-weight: 700;
  }

  .fleet-showcase__nav {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .content ul,
  .content li {
    list-style: none;
  }

  .specs-footer__info {
    text-align: left;
  }

  .specs-footer__link {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
