.route-category-page {
  min-width: 320px;
  margin: 0;
  background: #fff;
}

.route-category,
.route-category * { box-sizing: border-box; }

.route-category {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: #020a0a;
  font-family: Montserrat, Arial, sans-serif;
}

.route-category img,
.route-category video { max-width: 100%; }

.route-category h2,
.route-category h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.route-category__inner {
  width: 100%;
  min-width: 0;
  max-width: 1553px;
  margin-inline: auto;
}

.route-category__inner > section {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

/* Имитирует внешний контейнер .alandings только на локальной странице. */
body > .route-category {
  width: min(calc(100% - 40px), 1553px);
  margin-inline: auto;
}

/* Первый экран. */
.route-hero {
  position: relative;
  isolation: isolate;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  background: #000204;
  color: #fff;
}

.route-hero .route-hero__video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  pointer-events: none;
}

.route-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(-57.288deg, #000 9.2696%, transparent 32.677%),
    linear-gradient(94.603deg, #000 1.8892%, transparent 68.161%);
  pointer-events: none;
}

.route-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 830px;
  padding: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 254px;
  border-radius: 0 0 8px 0;
  background: rgba(217, 217, 217, 0.17);
  backdrop-filter: blur(6px);
}

.route-hero__title {
  margin: 0;
  color: #fff;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.route-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.route-hero__copy h2,
.route-hero__copy p {
  margin: 0;
  color: #fff;
}

.route-hero__copy h2 {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-wrap: balance;
}

.route-hero__copy p {
  font-size: 16px;
  line-height: 1.5;
}

/* Инновационные материалы и влагозащита. */
.route-materials {
  margin-top: 100px;
  container-type: inline-size;
}

.route-materials__heading {
  display: flex;
  align-items: center;
  gap: 30px;
}

.route-materials__title,
.route-materials__intro {
  max-width: 100%;
  margin: 0;
}

.route-materials__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 868px;
  width: 100%;
  flex-shrink: 0;
  color: #020a0a;
}

.route-materials__intro {
  font-size: 16px;
  line-height: 1.5;
  flex-shrink: 1;
  color: #020a0a;
}

.material-cards {
  position: relative;
  display: grid;
  width: 100%;
  margin-top: 50px;
  padding: 396px 50px min(3.0303vw, 50px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 30px;
  border-radius: 8px;
  background: #181912 url('/image/catalog/category_photo/route-category/materials-background-v2.webp') top center / 100% auto no-repeat;
  color: #fff;
}

.material-feature {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 24px;
}

.material-feature > p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.material-card {
  position: relative;
  display: flex;
  width: 100%;
  height: 508px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.75);
}

.material-card--ripstop {
  background-image: url('/image/catalog/category_photo/route-category/ripstop-overlay.webp'), url('/image/catalog/category_photo/route-category/ripstop.webp');
}

.material-card--coating { background-image: url('/image/catalog/category_photo/route-category/coating.webp'); }
.material-card--mesh { background-image: url('/image/catalog/category_photo/route-category/mesh.webp'); }

.material-card__title {
  width: 100%;
  padding: 20px;
  background: rgba(217, 217, 217, 0.17);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.material-card__title span br {
  display: none;
}
.material-card--ripstop .material-card__title { backdrop-filter: blur(17px); }

.material-card__title span {
  display: block;
}

/* Прочный и ветроустойчивый каркас. */
.route-framework {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
  color: #fff;
}

.route-framework::before,
.route-framework::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.route-framework::before {
  z-index: 0;
  top: 0;
  left: -21.52%;
  width: 100%;
  height: 100%;
  background: url('/image/catalog/category_photo/route-category/framework-background.webp') center / cover no-repeat;
}

.route-framework::after {
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, transparent 25%, rgba(0, 0, 0, 1) 64%, #000 100%);
}

.route-framework__content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  margin-left: 45%;
  padding: 50px 50px 50px 0;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.route-framework__intro,
.route-framework__features {
  display: flex;
  flex-direction: column;
}

.route-framework__intro { gap: 48px; }
.route-framework__features { gap: 16px; }

.route-framework h2,
.route-framework p {
  margin: 0;
  color: #fff;
}

.route-framework h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.route-framework__intro p,
.route-framework__features p {
  font-size: 16px;
  line-height: 1.5;
}

.route-framework__features p {
  padding: 24px;
  border-radius: 8px;
  background: rgba(120, 120, 120, 0.27);
  backdrop-filter: blur(21px);
  letter-spacing: 0.32px;
}

.route-framework__features p:not(:first-child) { background: rgba(217, 217, 217, 0.17); }
.route-framework__features strong { font-weight: 700; }

/* Надежная SBS фурнитура. */
.route-hardware {
  margin-top: 100px;
  padding: 48px 0;
  border-radius: 8px;
  background: #000204;
  color: #fff;
}

.route-hardware__header {
  display: flex;
  padding-inline: 50px;
  flex-direction: column;
  gap: 16px;
}

.route-hardware__header h2,
.route-hardware__header p,
.route-hardware__text h3,
.route-hardware__text p {
  margin: 0;
  color: #fff;
}

.route-hardware__header h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.route-hardware__header p {
  width: 808px;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.5;
}

.route-hardware__header strong { font-weight: 800; }

.route-hardware__items {
  display: flex;
  margin-top: 10px;
  padding-inline: 48px;
  flex-direction: column;
  gap: 48px;
}

.route-hardware__item {
  position: relative;
  display: flex;
  height: 561px;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
  background-size: cover;
}

.route-hardware__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #000204 0%, transparent 10%, transparent 90%, #000204 100%), linear-gradient(180deg, #000204 0%, transparent 20%, transparent 75.616%, #000204 100%);
  pointer-events: none;
}

.route-hardware__item--resource { background-image: url('/image/catalog/category_photo/route-category/hardware-1-overlay.webp'), url('/image/catalog/category_photo/route-category/hardware-1.webp'); }
.route-hardware__item--weather { background-image: url('/image/catalog/category_photo/route-category/hardware-2.webp'); }
.route-hardware__item--dirt { background-image: url('/image/catalog/category_photo/route-category/hardware-3.webp'); }

.route-hardware__text {
  position: relative;
  z-index: 1;
  display: flex;
  width: 982px;
  max-width: 100%;
  flex-direction: column;
  gap: 24px;
}

.route-hardware__text h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.route-hardware__text p {
  font-size: 16px;
  line-height: 1.5;
}

/* Нижние блоки будут уточняться по макету отдельно. */
.route-section,
.route-image-section,
.route-buy { margin-top: 100px; }

.route-image-section {
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.route-image-section picture,
.route-image-section img {
  display: block;
  width: 100%;
  height: auto;
}

.route-comparison h2 {
  margin: 0;
  font-size: 50px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #020a0a;
}

.route-comparison > p {
  max-width: 963px;
  font-size: 16px;
  line-height: 1.5;
  color: #020a0a;
}

.comparison-wrap {
  max-width: 100%;
  margin-top: 36px;
  overflow-x: auto;
}

.route-comparison table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  font-size: 18px;
  margin: 0 -10px ;
  border-radius: 45px;
  overflow: hidden;
}
.route-comparison th {
  padding: 20px;
  background: #22372C;
  color: #fff;
  font-size: 18px;
}

.route-comparison td {
  min-width: 170px;
  padding: 20px;
  background: #F2F8F9;
  text-align: center;
  color: #020a0a;
}

.route-comparison tr:nth-child(even) td { background: #F0F4F2; }

.route-buy {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 566px;
  padding: 50px;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #2c2c2c url('/image/catalog/category_photo/route-category/banner.webp') center / cover no-repeat;
  color: #fff;
}

.route-buy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.2) 70%, transparent 79%);
  pointer-events: none;
}

.route-buy > div {
  width: 795px;
  max-width: 100%;
}

.route-buy h2 {
  margin: 0 0 50px;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.route-buy p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.route-buy p + p { margin-top: 24px; }

.route-faq {
  padding-bottom: 80px;
}

.route-faq__title {
  margin: 0 0 50px;
  color: #020a0a;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.route-faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.route-faq__item {
  border-bottom: 1px solid #d9d9d9;
}

.route-faq__button {
  display: flex;
  width: 100%;
  padding: 0;
  align-items: flex-start;
  gap: 30px;
  border: 0;
  background: transparent;
  color: #020a0a;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.route-faq__item.is-active .route-faq__button {
  padding: 0 0 20px;
}
.route-faq__icon {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.route-faq__icon::before,
.route-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #266141;
  transform: translate(-50%, -50%);
  transition: transform 0.32s ease, opacity 0.24s ease;
}

.route-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.route-faq__item.is-active .route-faq__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.route-faq__question {
  min-width: 0;
  flex: 1 1 auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  transition: color 0.25s ease;
}

.route-faq__button:hover .route-faq__question {
  color: #266141;
}

.route-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.35s ease, opacity 0.25s ease;
}

.route-faq__item.is-active .route-faq__answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.route-faq__answer-inner {
  min-height: 0;
  overflow: hidden;
  padding: 0 0 20px 0;
}

.route-faq__text {
  margin: 0;
  color: #020a0a;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1450px) {
  .route-materials__title { flex-shrink: 1; }

  .material-cards { padding: 372px 30px min(3.7879vw, 50px); }
  .material-card--ripstop { background-image: url('/image/catalog/category_photo/route-category/ripstop-overlay.webp'), url('/image/catalog/category_photo/route-category/ripstop.webp'); }
  .material-card--coating { background-image: url('/image/catalog/category_photo/route-category/coating.webp'); }
  .material-card--mesh { background-image: url('/image/catalog/category_photo/route-category/mesh.webp'); }


  .route-framework::before {
    left: -23%;
  }

  .route-framework__content {
    margin-left: 30%;
  }

  .route-framework h2 {
    font-size: 50px;
    letter-spacing: 2.5px;
  }
  .material-card__title span br {
    display: block;
  }
}

@media (max-width: 1100px) {
  .route-hero::after {
    background: linear-gradient(-61.935deg, #000 9.2696%, transparent 32.677%), linear-gradient(93.824deg, #000 1.8892%, transparent 68.161%);
  }

  .route-hero__content {
    width: 575px;
    padding: 40px;
    gap: 150px;
  }

  .route-hero__title,
  .route-hero__title { font-size: 48px; }


  .route-materials__title {
    font-size: 40px;
    max-width: none;
  }

  .material-card__title span br {
    display: none;
  }
  .material-cards {
    margin-top: 40px;
    padding: 366px 20px min(4.0323vw, 40px);
    grid-template-columns: 1fr;
  }

  .material-card--ripstop { background-image: url('/image/catalog/category_photo/route-category/ripstop-overlay.webp'), url('/image/catalog/category_photo/route-category/ripstop.webp'); }
  .material-card--coating { background-image: url('/image/catalog/category_photo/route-category/coating.webp'); }
  .material-card--mesh { background-image: url('/image/catalog/category_photo/route-category/mesh.webp'); }

  .route-framework::before {
    left: 0;
    width: 100%;
    background-size: 1100px;
    background-position: top center;
  }

  .route-framework::after {
    background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 1) 58%, #000 100%);
  }

  .route-framework__content {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: min(54.43vw, 418px) 40px 40px;
  }

  .route-framework h2 {
    font-size: 40px;
    letter-spacing: 2px;
    text-wrap: balance;
  }

  .route-hardware__header h2 { font-size: 40px; }
  .route-hardware__text { width: 100%; }

  .route-comparison h2 { font-size: 40px; }

  .route-faq__title { font-size: 40px; }

  .route-hardware {
    padding: 40px 0;
  }
  .route-hardware__header {
    padding-inline: 40px;
  }
  .route-hardware__items {
    padding-inline: 40px;
    gap: 40px;
  }

  .route-buy {
    display: block;
    min-height: 0;
    padding: 0;
    background: #000;
  }

  .route-buy::before {
    position: relative;
    z-index: 0;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 8px 8px 0 0;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 52%,
        rgba(0, 0, 0, 0.2) 72%,
        #000 94%
      ),
      url('/image/catalog/category_photo/route-category/banner.webp') center / cover no-repeat;
  }

  .route-buy > div {
    position: relative;
    z-index: 1;
    width: 795px;
    max-width: calc(100% - 80px);
    margin: 20px 40px 40px;
  }

  .route-buy h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .route-comparison .comparison-wrap {
    margin-top: 30px;
    overflow: visible;
  }

  .route-comparison table,
  .route-comparison tbody,
  .route-comparison tr,
  .route-comparison td {
    display: block;
    width: 100%;
  }

  .route-comparison table {
    margin: 0;
    border-spacing: 0;
    border-radius: 0;
  }

  .route-comparison thead {
    display: none;
  }

  .route-comparison tbody {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .route-comparison tr {
    overflow: hidden;
    border: 1px solid rgba(34, 55, 44, 0.10);
    border-radius: 8px;
    background: #f2f8f9;
  }

  .route-comparison td {
    min-width: 0;
    padding: 14px 20px;
    background: #f2f8f9;
    text-align: left;
  }

  .route-comparison tr:nth-child(even) td {
    background: #f2f8f9;
  }

  .route-comparison td:first-child,
  .route-comparison tr:nth-child(even) td:first-child {
    padding: 14px 20px;
    background: #22372c;
    color: #fff;
  }

  .route-comparison td:nth-child(2),
  .route-comparison td:nth-child(4),
  .route-comparison tr:nth-child(even) td:nth-child(2),
  .route-comparison tr:nth-child(even) td:nth-child(4) {
    background: #f1f1f1;
  }

  .route-comparison td::before {
    display: block;
    margin-bottom: 7px;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
  }

  .route-comparison td:first-child::before {
    content: "Модель";
    color: #fff;
    font-size: 14px;
  }

  .route-comparison td:nth-child(2)::before {
    content: "Вместимость";
  }

  .route-comparison td:nth-child(3)::before {
    content: "Габариты (внутренний тент)";
  }

  .route-comparison td:nth-child(4)::before {
    content: "Вес палатки";
  }

  .route-comparison td:nth-child(5)::before {
    content: "Материал пола и тента";
  }

  .route-section,
  .route-image-section,
  .route-buy { margin-top: 70px; }

  .route-buy { margin-top: 100px; }

  .route-materials,
  .route-framework,
  .route-hardware { margin-top: 100px; }

  .route-materials__heading {flex-direction: column; gap: 20px;}
  .route-hardware__item {
    height: 461px;
  }

  .route-hardware__text {
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 1) 52%, #000 100%);
  }
}

@media (max-width: 768px) {
  .route-buy {
    margin-top: 80px;
  }

  .route-buy h2 { margin-bottom: 40px; }

 .route-hero .route-hero__video {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1928 / 1072;
    object-fit: cover;
  }

  .route-hero::after {
    content: none;
  }

  .route-hero__content {
    width: 100%;
    margin-top: -10px;
    padding: 40px;
    gap: 20px;
    border-radius: 0 0 8px 8px;
  }

  .route-hero__title,
  .route-hero__copy { width: 100%; }
  .route-hero__title { font-size: 40px; }

  .route-materials__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .route-materials__title,
  .route-materials__intro {
    width: 100%;
    flex: 1 1 100%;
  }

  .route-materials__title { font-size: clamp(22px, 6vw, 40px); }

  .material-cards {
    padding-top: 42vw;
    padding-bottom: 20px;
    margin-top: 20px;
  }

  .material-card--ripstop { background-image: url('/image/catalog/category_photo/route-category/ripstop-overlay.webp'), url('/image/catalog/category_photo/route-category/ripstop.webp'); }
  .material-card--coating { background-image: url('/image/catalog/category_photo/route-category/coating.webp'); }
  .material-card--mesh { background-image: url('/image/catalog/category_photo/route-category/mesh.webp'); }


  .route-framework::before {
    background-size: 991px;
  }
  .route-framework::after {
      background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 1) 52%, #000 100%);
  }
  .route-framework__intro { gap: 20px; }
    .route-framework h2 {
      font-size: 32px;
      letter-spacing: 1.2px;
      text-wrap: balance;
  }

  .route-hardware { padding-block: 40px; }
  .route-hardware__header { padding-inline: 40px; }
  .route-hardware__item {
    height: auto;
    background-image: none;
  }

  .route-hardware__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 620 / 461;
    position: relative;
  }
  .route-hardware__image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(270deg, #000204 0%, transparent 5%, transparent 95%, #000204 100%), linear-gradient(180deg, #000204 0%, transparent 10%, transparent 85.616%, #000204 100%);
      pointer-events: none;
  }
  .route-hardware__item--resource .route-hardware__image { background-image: url('/image/catalog/category_photo/route-category/hardware-1-overlay.webp')}
  .route-hardware__item--weather .route-hardware__image { background-image: url('/image/catalog/category_photo/route-category/hardware-2.webp'); }
  .route-hardware__item--dirt .route-hardware__image { background-image: url('/image/catalog/category_photo/route-category/hardware-3.webp'); }
}

@media (max-width: 700px) {
  .route-framework { aspect-ratio: auto; }

  .route-buy > div {
    width: auto;
    max-width: none;
    margin: 20px;
  }

  .route-buy h2 { margin-bottom: 50px; }
}

@media (max-width: 600px) {
  .route-comparison tbody {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .route-comparison td {
    padding: 14px 16px;
  }

  .route-comparison td:first-child {
    padding: 18px 16px;
  }
  .route-hero__content { padding: 20px; }
  .route-hero__title { font-size: clamp(25px, 6.51vw, 50px); }
  .route-hero__copy h2 { font-size: clamp(20px, 3.125vw, 24px); }
  .route-framework::before {
      background-size: 700px;
  }
    .route-framework::after {
        background: linear-gradient(180deg, transparent 22%, rgba(0, 0, 0, 1) 40%, #000 100%);
    }
  .material-card {
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .material-card__title {
    font-size: 20px;
  }
  .material-feature > p,
  .route-buy p { font-size: 14px; }

  .route-framework__content {
    padding: min(64vw, 418px) 20px 20px;
    gap: 20px;
  }

  .route-framework h2 {
    font-size: clamp(18px, 5vw, 40px);
    letter-spacing: 0.05em;
  }

  .route-framework__intro { gap: 20px; }

  .route-framework__intro p,
  .route-framework__features p { font-size: 14px; }

  .route-framework__features { gap: 12px; }
  .route-framework__features p { padding: 20px; }

  .route-image-section { margin-top: 50px; }

  .route-comparison h2 { font-size: 30px; }

  .route-faq__title { font-size: 24px; }

  .route-buy h2 { font-size: 24px; }

  .route-comparison table,
  .route-comparison th { font-size: 13px; }

  .route-comparison th,
  .route-comparison td { padding: 12px; }

  .route-buy {
    margin-top: 60px;
  }

  .route-buy h2 { margin-bottom: 20px; }
  .route-faq { padding-bottom: 40px; }

  .route-faq__title { margin-bottom: 20px; }
  .route-faq__question { font-size: 18px; }
  .route-faq__text { font-size: 14px; }
  .route-hardware {
      padding-block: 20px;
  }
  .route-hardware__header {
        padding-inline: 20px;
  }
  .route-hardware__items {
      padding-inline: 20px;
      gap: 20px;
  }
  .route-hardware__header h2 {
      font-size: clamp(18px, 5vw, 40px);
      letter-spacing: 0.05em;
  }
  .route-hardware__header p {
    font-size: 14px;
  }
  .route-faq__button {
    gap: 15px;
  }

}
@media (max-width: 500px) {
  .route-framework::before {
    background-size: 140%;
  }
  .route-framework__content {
    padding: min(72vw, 418px) 20px 20px;
    gap: 20px;
  }
  .route-framework::after {
    background: linear-gradient(180deg, transparent 12%, rgba(0, 0, 0, 1) 30%, #000 100%);
    top: 50vw;
    height: 50vw;
  }
}