﻿/* =============================================================================
   ОБЩИЕ СТИЛИ
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Плавная прокрутка для якорных ссылок (работает в современных браузерах) */
html {
  scroll-behavior: smooth;
}

/* Отключаем плавную прокрутку для пользователей с prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding-top: 90px;
  color: #333;
  overflow-x: hidden;
  max-width: 100vw;
  background-color: #1a1a1a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  cursor: default;
}

.mobile-menu,
.burger {
  display: none;
}

.hero__button,
.header__button,
.request__button,
.modal__button,
button {
  text-decoration: none;
}

/* Убираем подчеркивание у ссылок-кнопок */
a.hero__button,
a.header__button,
a.request__button {
  text-decoration: none;
}

/* Container */
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Исключаем header из container */
.header .container {
  max-width: 100%;
  padding: 0;
}

/* =============================================================================
   ШРИФТЫ
   ========================================================================== */

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  src: url('./fonts/montserrat-regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  src: url('./fonts/montserrat-medium.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
  src: url('./fonts/montserrat-semibold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  src: url('./fonts/montserrat-bold.woff2') format('woff2');
  font-display: swap;
}

/* =============================================================================
   ШАПКА
   ========================================================================== */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #1a1a1a;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  /* Фиксация для мобильных устройств */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1a1a1a;
  padding: 0 30px;
  width: 100%;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
  flex-shrink: 0;
}

.header__logo-img {
  width: 70px;
  height: auto;
  cursor: pointer;
}

.header__logo-text {
  font-size: 24px;
  font-weight: 600;
  color: whitesmoke;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

/* Убираем подчёркивание у всех элементов в хедере */
.header a,
.header__logo,
.header__logo *,
.header__logo a,
.header__logo a:hover,
.header__logo a:visited {
  text-decoration: none;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw, 12px);
  margin-left: auto;
  flex-shrink: 0;
}

.header__nav-link {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: whitesmoke;
  transition: color 0.3s ease;
}

.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ff8c00, transparent);
  transition: width 0.15s ease;
}

.header__nav-link:hover {
  color: orange;
}

.header__nav-link:hover::after {
  width: 100%;
}

.header__button {
  background: #1a1a1a;
  border: 1px solid #ff8c00;
  box-shadow: 0 0 8px rgba(255, 140, 0, 0.4), inset 0 1px 0 rgba(255, 200, 100, 0.3);
  border-radius: 8px;
  padding: 14px 20px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.header__button:hover {
  transform: scale(1.05);
  background: #1a1a1a;
}

/* =============================================================================
   ПЕРЕКЛЮЧАТЕЛЬ ЯЗЫКОВ (сегмент-тумблер RU | SR)
   Обёртка .header__lang содержит два сегмента:
   - активный (текущая локаль) — некликабельный <span> с оранжевой заливкой
   - неактивный — <a> на альтернативную локаль
   ========================================================================== */

.header__lang {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  /* сбрасываем возможный дефолтный цвет ссылки-обёртки */
  text-decoration: none;
}

/* Общий вид сегмента (и ссылки, и активного span) */
.header__lang-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  border-radius: 6px;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}

/* Неактивный сегмент — ссылка на другую локаль */
a.header__lang-item {
  color: #bdbdbd;
}

a.header__lang-item:hover {
  color: #fff;
  background: rgba(255, 140, 0, 0.15);
}

/* Активный сегмент — текущая локаль, оранжевая заливка, без кликов */
.header__lang-item--active {
  background: #ff8c00;
  color: #1a1a1a;
  box-shadow: inset 0 1px 0 rgba(255, 200, 100, 0.4);
  cursor: default;
}

/* Мобильный переключатель (отдельная строка под логотипом).
   По умолчанию скрыт — показывается только в мобильном/планшетном
   медиазапросах, где .header__nav (с десктопным тумблером) убрана. */
.header__lang-mobile {
  display: none;
}

/* =============================================================================
   HERO
   ========================================================================== */

.hero {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  padding: 60px 156px;
  color: white;
  position: relative;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  aspect-ratio: 16 / 9;
}

.hero__content {
  width: 100%;
  max-width: 1200px;
  padding: 40px;
  margin: 0 auto;
  color: whitesmoke;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  backdrop-filter: blur(4px);
}

.hero__title {
  font-size: clamp(3.125rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.2;
  max-width: 1000px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.hero__text {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.6;
  max-width: 850px;
}

.hero__buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.hero__buttons .hero__button {
  min-width: 220px;
  text-align: center;
}

.hero__button {
  display: inline-block;
  background: #1a1a1a;
  border: 1px solid #ff8c00;
  box-shadow: 0 0 8px rgba(255, 140, 0, 0.4), inset 0 1px 0 rgba(255, 200, 100, 0.3);
  color: whitesmoke;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.hero__button:hover,
.hero__button:focus {
  transform: scale(1.05);
  background: #1a1a1a;
}

.hero__button:active {
  transform: scale(0.98);
}

/* =============================================================================
   УСЛУГИ
   ========================================================================== */

.services {
  padding: 80px 0;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: none;
  animation: pulseGlow 8s ease-in-out infinite;
  pointer-events: none;
}

.services__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: none;
  letter-spacing: 0.5px;
}

.services__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
}

.services__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Repair services: 3 columns on desktop */
.services__list--repair {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1400px;
}

.service {
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.service::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  z-index: 0;
}

.service::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .service:hover {
    transform: translateY(-12px);
    box-shadow: none;
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95), rgba(20, 20, 20, 1));
  }
}


@media (hover: hover) and (pointer: fine) {
  .service:hover::before {
    opacity: 0;
    transform: rotate(45deg);
  }
}


@media (hover: hover) and (pointer: fine) {
  .service:hover::after {
    opacity: 1;
  }
}


/* Обёртка-ссылка для всей карточки */
.service__link-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.service__photo-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}

@media (hover: hover) and (pointer: fine) {
  .service:hover .service__photo-wrapper {
    transform: scale(1.05);
  }
}


.service__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service__title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 24px 20px 16px;
  text-align: center;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .service:hover .service__title {
    color: #ffa500;
    text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  }
}


.service__desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0 20px 20px;
  text-align: center;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .service:hover .service__desc {
    color: rgba(255, 255, 255, 0.95);
  }
}


.service__price {
  font-size: 24px;
  font-weight: 700;
  color: #ff8c00;
  margin: auto 20px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.service__link {
  display: inline-block;
  color: #ff8c00;
  font-weight: 600;
  text-decoration: none;
  margin: 0 auto 24px;
  position: relative;
  padding-bottom: 4px;
  transition: all 0.3s ease;
  z-index: 1;
  text-shadow: 0 0 10px rgba(255, 140, 0, 0.3);
}

.service__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  transform: translateX(-50%);
  box-shadow: none;
  transition: width 0.15s ease;
}

@media (hover: hover) and (pointer: fine) {
  .service:hover .service__link {
    color: #ffa500;
    text-shadow: 0 0 15px rgba(255, 140, 0, 0.8);
  }
}


.service__link:hover::after {
  width: 100%;
}

/* Контейнер для кнопок в карточке услуги */
.service__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 20px 24px;
  position: relative;
  z-index: 1;
}

/* Общие стили кнопок */
.service__button {
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  border: 1.5px solid;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
}

/* Кнопка "Оставить заявку" (основная) */
.service__button--primary {
  background: #ff8c00;
  color: #fff;
  border-color: #ff8c00;
  box-shadow: 0 0 8px rgba(255, 140, 0, 0.4);
}

.service__button--primary:hover {
  background: #ffa500;
  border-color: #ffa500;
  box-shadow: 0 0 12px rgba(255, 140, 0, 0.6);
  transform: translateY(-2px);
}

/* Кнопка "Подробнее" (вторичная) */
.service__button--secondary {
  background: #1a1a1a;
  color: #ff8c00;
  border-color: #ff8c00;
  box-shadow: 0 0 8px rgba(255, 140, 0, 0.3);
}

.service__button--secondary:hover {
  background: rgba(255, 140, 0, 0.1);
  box-shadow: 0 0 12px rgba(255, 140, 0, 0.5);
  transform: translateY(-2px);
}


/* =============================================================================
   ПРЕИМУЩЕСТВА
   ========================================================================== */

.advantages-cards {
  padding: 80px 0;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.advantages-cards::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: none;
  animation: pulseGlow 8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes pulseGlow {
  0%, 100% { 
    transform: translateX(0) scale(1); 
    opacity: 0.6; 
  }
  50% { 
    transform: translateX(5%) scale(1.1); 
    opacity: 1; 
  }
}

.advantages-cards__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: none;
  letter-spacing: 0.5px;
}

.advantages-cards__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
}

.advantages-cards__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.advantage-cards__item {
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  backdrop-filter: blur(10px);
  border: none;
  padding: 35px 24px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.advantage-cards__item::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.advantage-cards__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .advantage-cards__item:hover {
    transform: translateY(-12px);
    box-shadow: none;
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95), rgba(20, 20, 20, 1));
  }
}


@media (hover: hover) and (pointer: fine) {
  .advantage-cards__item:hover::before {
    opacity: 0;
    transform: rotate(45deg);
  }
}


@media (hover: hover) and (pointer: fine) {
  .advantage-cards__item:hover::after {
    opacity: 1;
  }
}


.advantage-cards__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 50%, #ff8c00 100%);
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  margin: 0 auto 20px;
  box-shadow: none;
  transition: all 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
  .advantage-cards__item:hover .advantage-cards__number {
    transform: scale(1.15) rotate(360deg);
    box-shadow: none;
  }
}


.advantage-cards__item-title {
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .advantage-cards__item:hover .advantage-cards__item-title {
    color: #ffa500;
    text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  }
}


.advantage-cards__desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
}

.advantage-cards__desc a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .advantage-cards__item:hover .advantage-cards__desc {
    color: rgba(255, 255, 255, 0.95);
  }
}


/* =============================================================================
   ЭТАПЫ РАБОТЫ
   ========================================================================== */

.steps {
  padding: 80px 0;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: none;
  animation: pulseGlow 8s ease-in-out infinite;
  pointer-events: none;
}

.steps__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: none;
  letter-spacing: 0.5px;
}

.steps__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
}

.steps__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.step {
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  backdrop-filter: blur(10px);
  border: none;
  padding: 35px 24px;
  border-radius: 16px;
  box-shadow: none;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.step::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.step::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .step:hover {
    transform: translateY(-12px);
    box-shadow: none;
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95), rgba(20, 20, 20, 1));
  }
}


@media (hover: hover) and (pointer: fine) {
  .step:hover::before {
    opacity: 0;
    transform: rotate(45deg);
  }
}


@media (hover: hover) and (pointer: fine) {
  .step:hover::after {
    opacity: 1;
  }
}


.step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 50%, #ff8c00 100%);
  color: #0a0a0a;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  margin: 0 auto 20px;
  box-shadow: none;
  transition: all 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
  .step:hover .step__number {
    transform: scale(1.15) rotate(360deg);
    box-shadow: none;
  }
}


.step__title {
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .step:hover .step__title {
    color: #ffa500;
    text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  }
}


.step__desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .step:hover .step__desc {
    color: rgba(255, 255, 255, 0.95);
  }
}


/* =============================================================================
   ТИПЫ ДИВАНОВ
   ========================================================================== */

.sofa-types {
  padding: 80px 0;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.sofa-types::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: none;
  animation: pulseGlow 8s ease-in-out infinite;
  pointer-events: none;
}

.sofa-types__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: none;
  letter-spacing: 0.5px;
}

.sofa-types__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
}

.sofa-types__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.sofa-types__item {
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  backdrop-filter: blur(10px);
  border: none;
  padding: 35px 24px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.sofa-types__item::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.sofa-types__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .sofa-types__item:hover {
    transform: translateY(-12px);
    box-shadow: none;
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95), rgba(20, 20, 20, 1));
  }
}


@media (hover: hover) and (pointer: fine) {
  .sofa-types__item:hover::before {
    opacity: 0;
    transform: rotate(45deg);
  }
}


@media (hover: hover) and (pointer: fine) {
  .sofa-types__item:hover::after {
    opacity: 1;
  }
}


.sofa-types__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 50%, #ff8c00 100%);
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  margin: 0 auto 20px;
  box-shadow: none;
  transition: all 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
  .sofa-types__item:hover .sofa-types__number {
    transform: scale(1.15) rotate(360deg);
    box-shadow: none;
  }
}


.sofa-types__name {
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .sofa-types__item:hover .sofa-types__name {
    color: #ffa500;
    text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  }
}


.sofa-types__desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .sofa-types__item:hover .sofa-types__desc {
    color: rgba(255, 255, 255, 0.95);
  }
}


/* =============================================================================
   ПОПУЛЯРНЫЕ МАТЕРИАЛЫ
   ========================================================================== */

.materials {
  padding: 80px 0;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.materials::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: none;
  animation: pulseGlow 8s ease-in-out infinite;
  pointer-events: none;
}

.materials__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: none;
  letter-spacing: 0.5px;
}

.materials__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
}

.materials__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.materials__item {
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  backdrop-filter: blur(10px);
  border: none;
  padding: 35px 24px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.materials__item::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.materials__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .materials__item:hover {
    transform: translateY(-12px);
    box-shadow: none;
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95), rgba(20, 20, 20, 1));
  }
}


@media (hover: hover) and (pointer: fine) {
  .materials__item:hover::before {
    opacity: 0;
    transform: rotate(45deg);
  }
}


@media (hover: hover) and (pointer: fine) {
  .materials__item:hover::after {
    opacity: 1;
  }
}


.materials__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 50%, #ff8c00 100%);
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  margin: 0 auto 20px;
  box-shadow: none;
  transition: all 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
  .materials__item:hover .materials__number {
    transform: scale(1.15) rotate(360deg);
    box-shadow: none;
  }
}


.materials__name {
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .materials__item:hover .materials__name {
    color: #ffa500;
    text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  }
}


.materials__desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .materials__item:hover .materials__desc {
    color: rgba(255, 255, 255, 0.95);
  }
}


/* =============================================================================
   CTA БЛОК
   ========================================================================== */

.cta-block {
  padding: 80px 0;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.cta-block__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 40px;
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  border-radius: 12px;
  border: 1.5px solid #90EE90;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 8px rgba(144, 238, 144, 0.4), inset 0 1px 0 rgba(200, 255, 200, 0.3);
  position: relative;
}

.cta-block__title {
  font-size: 32px;
  font-weight: 700;
  color: #ffa500;
  text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  margin-bottom: 20px;
}

.cta-block__subtitle {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 30px;
}

.cta-block__highlight {
  color: #ffa500;
  font-weight: 700;
}

.cta-block__buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-block__btn {
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid transparent;
  cursor: pointer;
}

.cta-block__btn--primary {
  background: #ff8c00;
  color: #fff;
  border: 1.5px solid #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.cta-block__btn--primary:hover {
  background: #ffa500;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: none;
}

.cta-block__btn--secondary {
  background: #1a1a1a;
  color: #ff8c00;
  border: 1.5px solid #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.cta-block__btn--secondary:hover {
  background: #ff8c00;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: none;
}

/* =============================================================================
   ПОРТФОЛИО
   ========================================================================== */

.portfolio {
  padding: 80px 0;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.portfolio::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: none;
  animation: pulseGlow 8s ease-in-out infinite;
  pointer-events: none;
}

.portfolio__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: none;
  letter-spacing: 0.5px;
}

.portfolio__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
}

.portfolio__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.portfolio__item {
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  position: relative;
}

.portfolio__item::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  z-index: 0;
}

.portfolio__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .portfolio__item:hover {
    transform: translateY(-12px);
    box-shadow: none;
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95), rgba(20, 20, 20, 1));
  }
}


@media (hover: hover) and (pointer: fine) {
  .portfolio__item:hover::before {
    opacity: 0;
    transform: rotate(45deg);
  }
}


@media (hover: hover) and (pointer: fine) {
  .portfolio__item:hover::after {
    opacity: 1;
  }
}


.portfolio__img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  position: relative;
  z-index: 1;
  transition: transform 0.5s ease;
}

@media (hover: hover) and (pointer: fine) {
  .portfolio__item:hover .portfolio__img {
    transform: scale(1.05);
  }
}


.portfolio__caption {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 1.4;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  padding: 0 12px 12px;
}

@media (hover: hover) and (pointer: fine) {
  .portfolio__item:hover .portfolio__caption {
    color: rgba(255, 255, 255, 0.95);
  }
}


/* =============================================================================
   ОТЗЫВЫ
   ========================================================================== */

.reviews {
  padding: 80px 0;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.reviews::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: none;
  animation: pulseGlow 8s ease-in-out infinite;
  pointer-events: none;
}

.reviews__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: none;
  letter-spacing: 0.5px;
}

.reviews__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
}

.reviews__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.review {
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 16px;
  box-shadow: none !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  cursor: pointer;
}

.review::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: none;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  z-index: 0;
  display: none;
}

.review::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .review:hover {
    transform: translateY(-12px);
    box-shadow: none !important;
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95), rgba(20, 20, 20, 1));
  }
}


@media (hover: hover) and (pointer: fine) {
  .review:hover::before {
    opacity: 0;
    transform: rotate(45deg);
  }
}


@media (hover: hover) and (pointer: fine) {
  .review:hover::after {
    opacity: 1;
  }
}


.review__photo-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}

@media (hover: hover) and (pointer: fine) {
  .review:hover .review__photo-wrapper {
    transform: none;
  }
}


.review__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.review__text {
  padding: 24px 20px 28px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  font-style: italic;
  flex-grow: 1;
  text-align: center;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .review:hover .review__text {
    color: rgba(255, 255, 255, 0.95);
  }
}


/* =============================================================================
   ФОРМА ЗАЯВКИ
   ========================================================================== */

.request {
  position: relative;
  padding: 100px 0;
  color: white;
  text-align: center;
  background: #1a1a1a;
  overflow: hidden;
}

.request__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: none;
  animation: pulseGlow 8s ease-in-out infinite;
  pointer-events: none;
}

.request__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  backdrop-filter: blur(10px);
  border: none;
  padding: 50px 40px;
  border-radius: 16px;
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 140, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.request__content::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.request__content:hover {
  transform: none;
  box-shadow: none;
}

.request__content::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.request__content:hover::before {
  opacity: 0;
  transform: rotate(45deg);
}

.request__content:hover::after {
  opacity: 1;
}

.request__title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #ffa500;
  text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  position: relative;
  z-index: 1;
}

.request__text {
  font-size: 18px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
}

.request__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.request__input {
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  border: 1.5px solid #ff8c00;
  border-radius: 8px;
  outline: none;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 140, 0, 0.3);
  transition: all 0.3s ease;
}

.request__input:focus {
  border-color: transparent;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 1);
}

.request__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.call-modal .modal__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.request__agreement a,
.modal__agreement a {
  color: #ffa500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.request__agreement a:hover,
.modal__agreement a:hover {
  color: #ff8c00;
  text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  text-decoration: underline;
}

.request__button {
  padding: 14px;
  font-size: 18px;
  font-weight: 600;
  background: #1a1a1a;
  border: 1px solid #ff8c00;
  box-shadow: 0 0 8px rgba(255, 140, 0, 0.4), inset 0 1px 0 rgba(255, 200, 100, 0.3);
  color: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.request__button:hover {
  transform: scale(1.05);
  background: #1a1a1a;
}

.request__button:active {
  transform: scale(0.98);
  box-shadow: none;
}

.request__agreement {
  font-size: 13px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  text-align: center;
  max-width: 100%;
}

/* =============================================================================
   КОНТАКТЫ
   ========================================================================== */

.contacts {
  position: relative;
  padding: 80px 0;
  color: white;
  background: #1a1a1a;
  overflow: hidden;
}

.contacts::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: none;
  animation: pulseGlow 8s ease-in-out infinite;
  pointer-events: none;
}

.contacts__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-shadow: none;
  letter-spacing: 0.5px;
}

.contacts__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
}

.contacts__wrapper {
  display: flex;
  gap: 40px;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contacts__info {
  flex: 1;
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  backdrop-filter: blur(10px);
  border: none;
  padding: 35px 30px;
  border-radius: 16px;
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 140, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  text-align: left;
  min-height: 365px;
}

.contacts__info::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .contacts__info:hover {
    transform: none;
    box-shadow: none;
  }
}


.contacts__info::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .contacts__info:hover::before {
    opacity: 0;
    transform: rotate(45deg);
  }
}


@media (hover: hover) and (pointer: fine) {
  .contacts__info:hover::after {
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  /* Orange gradient border on card hover */
  .service:hover::after,
  .advantage-cards__item:hover::after,
  .step:hover::after,
  .portfolio__item:hover::after,
  .review:hover::after,
  .request__content:hover::after,
  .contacts__info:hover::after {
    background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  }
}


.contacts__info p {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.contacts__info a {
  color: white;
  text-decoration: underline;
  transition: opacity 0.2s;
}

.contacts__info a:hover {
  opacity: 0.8;
}

.contacts__map {
  flex: 1;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: none;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 140, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.contacts__map::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  z-index: 1;
}

.contacts__map:hover {
  transform: none;
  box-shadow: none;
}

.contacts__map:hover::before {
  opacity: 0;
  transform: rotate(45deg);
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
  min-height: 365px;
  border-radius: 16px;
  cursor: grab;
  display: block;
  position: relative;
  z-index: 0;
}

.contacts__map iframe:hover {
  cursor: grabbing;
}

/* Информация о времени в пути */
.map__travel-info {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  padding: 10px 16px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.map__travel-info:hover {
  background: rgba(0, 0, 0, 0.95);
  border-color: transparent;
  box-shadow: none;
}

.map__icon {
  color: #ff8c00;
  flex-shrink: 0;
}

/* Кнопки действий */
.map__actions {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: nowrap;
  justify-content: center;
}

.map__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.map__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
}

.map__button:hover::before {
  width: 300px;
  height: 300px;
}

.map__button-icon {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.map__button span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

/* Основная кнопка - "Открыть в Яндекс.Картах" */
.map__button--primary {
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
  color: white;
  border: none;
}

.map__button--primary:hover {
  background: linear-gradient(135deg, #ffa500 0%, #ff8c00 100%);
  box-shadow: none;
  transform: translateY(-3px);
}

.map__button--primary:active {
  transform: translateY(-1px);
  box-shadow: none;
}

/* Вторичная кнопка - "Копировать адрес" */
.map__button--secondary {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.9);
  border: none;
}

.map__button--secondary:hover {
  background: rgba(20, 20, 20, 0.95);
  color: #ffa500;
  box-shadow: none;
  transform: translateY(-3px);
}

.map__button--secondary:active {
  transform: translateY(-1px);
}

/* Кнопка звонка */
.map__button--call {
  background: linear-gradient(135deg, #28a745 0%, #34ce57 100%);
  color: white;
  border: 2px solid rgba(40, 167, 69, 0.6);
}

.map__button--call:hover {
  background: linear-gradient(135deg, #34ce57 0%, #28a745 100%);
  box-shadow: 
    0 6px 25px rgba(40, 167, 69, 0.5),
    0 0 30px rgba(40, 167, 69, 0.3);
  transform: translateY(-3px);
  border-color: #34ce57;
}

.map__button--call:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
}

/* Fallback для карты */
.map__fallback {
  padding: 40px;
  text-align: center;
  background: rgba(20, 20, 20, 0.9);
  border-radius: 12px;
  border: none;
}

.map__fallback p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  font-size: 16px;
}

.map__fallback a {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.map__fallback a:hover {
  box-shadow: none;
  transform: translateY(-2px);
}

/* =============================================================================
   BREADCRUMBS (Хлебные крошки)
   ========================================================================== */

.breadcrumb {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  background: #f9f9f9;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  color: #555;
}

.breadcrumb li:not(:last-child)::after {
  content: "›";
  margin: 0 8px;
  color: #999;
  font-size: 16px;
}

.breadcrumb a {
  color: #555;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb a:hover {
  color: orange;
  text-decoration: underline;
}

.breadcrumb li:last-child {
  color: #333;
  font-weight: 500;
}

/* Скрываем breadcrumbs на всех устройствах (ломают визуал) */
.breadcrumb {
  display: none;
}

/* =============================================================================
   О НАС / ОПИСАНИЕ УСЛУГИ
   ========================================================================== */

.about {
  padding: 80px 0;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: none;
  animation: pulseGlow 8s ease-in-out infinite;
  pointer-events: none;
}

.about__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: none;
  letter-spacing: 0.5px;
}

.about__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
}

.about__content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about__text {
  font-size: clamp(14px, 3.5vw, 18px);
  line-height: 1.8;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 0 20px;
}

.about__list {
  max-width: 700px;
  margin: 20px auto;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

/* =============================================================================
   ЧТО ВХОДИТ В УСЛУГУ
   ========================================================================== */

.included-services {
  padding: 80px 0;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.included-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: none;
  animation: pulseGlow 8s ease-in-out infinite;
  pointer-events: none;
}

.included-services__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: none;
  letter-spacing: 0.5px;
}

.included-services__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
}

.included-services__list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 1;
}

.included-services__item {
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  backdrop-filter: blur(10px);
  border: none;
  padding: 30px 24px;
  border-radius: 16px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-size: clamp(15px, 3vw, 17px);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  padding-left: 50px;
}

.included-services__item::before {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffa500;
  font-weight: bold;
  font-size: 24px;
  transition: color 0.3s ease;
}

.included-services__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 0;
}

@media (hover: hover) and (pointer: fine) {
  .included-services__item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: none;
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95), rgba(20, 20, 20, 1));
    color: rgba(255, 255, 255, 0.95);
  }
}


@media (hover: hover) and (pointer: fine) {
  .included-services__item:hover::before {
    color: #ff8c00;
  }
}


@media (hover: hover) and (pointer: fine) {
  .included-services__item:hover::after {
    opacity: 1;
  }
}


/* =============================================================================
   RELATED SERVICES
   ========================================================================== */

.related-services {
  padding: 80px 0;
  background: #1a1a1a;
  position: relative;
}

.related-services__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: none;
  letter-spacing: 0.5px;
}

.related-services__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
}

.related-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.related-services__card {
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.95), rgba(15, 15, 15, 1));
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  box-shadow: none;
  border: none;
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .related-services__card:hover {
    transform: translateY(-10px);
    box-shadow: none;
  }
}

.related-services__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .related-services__card:hover::after {
    opacity: 1;
  }
}


.related-services__image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  opacity: 0.9;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .related-services__card:hover .related-services__image {
    opacity: 1;
    transform: scale(1.05);
  }
}


.related-services__name {
  font-size: 24px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  margin: 20px 20px 10px;
  transition: color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .related-services__card:hover .related-services__name {
    color: #ff8c00;
  }
}


.related-services__description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 20px 20px;
  line-height: 1.5;
}

.related-services__card {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.related-services__name {
  text-align: left;
}

.related-services__description {
  text-align: left;
  flex-grow: 1;
}

/* Обёртка-ссылка для изображения и заголовка в блоке "Другие наши услуги" */
.related-services__link-wrapper {
  text-decoration: none;
  color: inherit;
  display: block;
}

.related-services__card .service__link {
  display: inline-block;
  margin: 0 0 20px;
  margin-top: auto;
  align-self: center;
}

@media (hover: hover) and (pointer: fine) {
  .related-services__card:hover .service__link {
    color: #ffa500;
    text-shadow: 0 0 15px rgba(255, 140, 0, 0.8);
  }
}


.related-services__card .service__link::after {
  width: 0;
}

@media (hover: hover) and (pointer: fine) {
  .related-services__card:hover .service__link::after {
    width: 100%;
  }
}


/* Prices Page Button Toggle */
.prices-cta__button--desktop-only {
  display: inline-flex !important;
}

.prices-cta__button--mobile-only {
  display: none !important;
}

@media (max-width: 768px) {
  .prices-cta__button--desktop-only {
    display: none !important;
  }
  
  .prices-cta__button--mobile-only {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
}

/* =============================================================================
   FOOTER
   ========================================================================== */

.footer {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.85);
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: none;
  animation: pulseGlow 8s ease-in-out infinite;
  pointer-events: none;
}

/* Анимация для футера и хедера (десктоп) */
@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

.footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.footer__nav {
  display: flex;
  flex-direction: row;
  gap: clamp(12px, 2vw, 20px);
  min-width: 180px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__link {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  padding: 5px 10px;
}

.footer__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ff8c00, transparent);
  transform: translateX(-50%);
  transition: width 0.15s ease;
  box-shadow: none;
}

.footer__link:hover {
  color: #ffa500;
  text-shadow: 0 0 15px rgba(255, 140, 0, 0.5);
  transform: translateY(-2px);
}

.footer__link:hover::before {
  width: 100%;
}

/* Скрыть ссылку "Главная" на мобильных и планшетах */

.footer__bottom {
  border-top: none;
  padding-top: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer__copyright {
  font-size: clamp(13px, 1.2vw, 15px);
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  transition: color 0.3s ease;
}

.footer__copyright:hover {
  color: rgba(255, 140, 0, 0.8);
}

/* =============================================================================
   ВАЛИДАЦИЯ ФОРМЫ
   ========================================================================== */

.request__input:invalid {
  box-shadow: none;
}

.request__input:focus:invalid {
  border-color: #e74c3c;
}

.request__input:focus:valid {
  border-color: transparent;
}

/* =============================================================================
   LIGHTBOX MODAL (галерея)
   ========================================================================== */

.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px;
  box-sizing: border-box;
}

.lightbox-modal .modal__img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  max-height: 85vh;
  object-fit: contain;
}

.lightbox-modal .modal__close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

.lightbox-modal .modal__close:hover {
  color: #ccc;
}

.lightbox-modal .modal__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 30px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  user-select: none;
}

.lightbox-modal .modal__arrow--prev {
  left: 20px;
}

.lightbox-modal .modal__arrow--next {
  right: 20px;
}

.lightbox-modal .modal__arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.lightbox-modal .modal__counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 16px;
}

.lightbox-modal .modal__caption {
  color: white;
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

/* =============================================================================
   CALL MODAL (попап формы)
   ========================================================================== */

.call-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  box-sizing: border-box;
}

.call-modal .modal__content {
  background: #333;
  max-width: 500px;
  margin: 80px auto;
  padding: 30px;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: modalFadeIn 0.3s ease-out;
}

.call-modal .modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  transition: color 0.2s;
}

.call-modal .modal__close:hover {
  color: orange;
}

.call-modal .modal__title {
  font-size: 24px;
  font-weight: 700;
  color: #ffa500;
  text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  margin-bottom: 10px;
  text-align: center;
}

.call-modal .modal__text {
  text-align: center;
  color: white;
  margin-bottom: 24px;
  font-size: 16px;
}

.call-modal .modal__input {
  width: 100%;
  padding: 14px;
  margin-bottom: 16px;
  border: 1.5px solid #ff8c00;
  border-radius: 8px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(255, 140, 0, 0.3);
  transition: all 0.3s;
}

.call-modal .modal__input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 1);
}

.call-modal .modal__button {
  width: 100%;
  padding: 14px;
  background: #1a1a1a;
  border: 1px solid #ff8c00;
  box-shadow: 0 0 8px rgba(255, 140, 0, 0.4), inset 0 1px 0 rgba(255, 200, 100, 0.3);
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.call-modal .modal__button:hover {
  transform: scale(1.05);
  background: #1a1a1a;
}

.call-modal .modal__button:active {
  transform: scale(0.98);
  box-shadow: none;
}

.call-modal .modal__agreement {
  font-size: 12px;
  color: white;
  text-align: center;
  margin-top: 16px;
  line-height: 1.6;
  max-width: 100%;
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes buttonPulse {
  0%, 100% {
    box-shadow: none;
    transform: scale(1);
  }
  50% {
    box-shadow: none;
    transform: scale(1.015);
  }
}

/* Цвет ссылки в формах */
.request__agreement a,
.modal__agreement a {
  color: #ffa500 !important;
  text-decoration: none;
  transition: all 0.3s ease;
}

.request__agreement a:hover,
.modal__agreement a:hover {
  color: #ff8c00;
  text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  text-decoration: underline;
}

/* =============================================================================
   НОВЫЕ СТРАНИЦЫ: FAQ, ABOUT, PRIVACY
   ========================================================================== */

/* Privacy Policy Page */
.privacy-content {
  padding: 60px 0;
  background: #1a1a1a;
  min-height: 100vh;
}

.privacy-content__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: none;
  letter-spacing: 0.5px;
}

.privacy-content__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
}

.privacy-content__text {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
}

.privacy-content__intro {
  font-size: 18px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.privacy-content__text h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ffa500;
  margin-top: 40px;
  margin-bottom: 20px;
}

.privacy-content__text ul {
  margin: 15px 0;
  padding-left: 25px;
}

.privacy-content__text li {
  margin-bottom: 10px;
}

.privacy-content__text strong {
  color: #ff8c00;
}

.privacy-content__text a {
  color: #ff8c00;
  text-decoration: underline;
}

.privacy-content__text a:hover {
  color: #ffa500;
}

.privacy-content__date {
  margin-top: 40px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

/* FAQ Page */
.faq-content {
  padding: 60px 0;
  background: #1a1a1a;
  min-height: 100vh;
}

.faq-content__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: none;
  letter-spacing: 0.5px;
}

.faq-content__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
}

.faq-content__intro {
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq-content__intro a {
  color: #ff8c00;
  text-decoration: none;
  font-weight: 600;
}

.faq-content__intro a:hover {
  color: #ffa500;
  text-decoration: underline;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 20px;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .faq-item:hover {
    border-color: transparent;
    box-shadow: none;
    transform: translateY(-2px);
  }
}

.faq-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 0;
}

@media (hover: hover) and (pointer: fine) {
  .faq-item:hover::after,
  .faq-item.active::after {
    opacity: 1;
  }
}

.faq-item.active::after {
  background: #90EE90;
}

.faq-item.active {
  border-color: rgba(144, 238, 144, 0.6);
  box-shadow: 0 0 20px rgba(144, 238, 144, 0.3);
  background: rgba(144, 238, 144, 0.05);
}

.faq-item__question {
  width: 100%;
  background: #1a1a1a;
  border: none;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.faq-item__question:hover {
  color: #ffa500;
}

.faq-item.active .faq-item__question {
  color: #90ee90;
}

.faq-item__icon {
  font-size: 24px;
  font-weight: 700;
  color: #ff8c00;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
}

.faq-item.active .faq-item__icon {
  transform: rotate(45deg);
  color: #90ee90;
}

.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #1a1a1a;
}

.faq-item.active .faq-item__answer {
  max-height: 1500px;
}

.faq-item__answer p,
.faq-item__answer ul {
  padding: 0 25px 20px;
  margin: 0;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
}

.faq-item__answer p:first-child {
  padding-top: 10px;
}

.faq-item__answer ul {
  padding-left: 45px;
  padding-top: 10px;
}

.faq-item__answer li {
  margin-bottom: 8px;
}

.faq-item__answer strong {
  color: #ffa500;
}

.faq-item__answer a {
  color: #ff8c00;
  text-decoration: none;
}

.faq-item__answer a:hover {
  color: #ffa500;
  text-decoration: underline;
}

.faq-cta {
  max-width: 800px;
  margin: 60px auto 0;
  text-align: center;
  padding: 40px;
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  border-radius: 12px;
  border: 1.5px solid #90EE90;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 8px rgba(144, 238, 144, 0.4), inset 0 1px 0 rgba(200, 255, 200, 0.3);
  position: relative;
}

.faq-cta h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.faq-cta p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 30px;
}

.faq-cta__buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.faq-cta__button {
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.faq-cta__button--primary {
  background: #ff8c00;
  color: #fff;
  border: 1.5px solid #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.faq-cta__button--primary:hover {
  background: #ffa500;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: none;
}

.faq-cta__button--secondary {
  background: #1a1a1a;
  color: #ff8c00;
  border: 1.5px solid #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.faq-cta__button--secondary:hover {
  background: #ff8c00;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: none;
}

/* About Page */
.about-content {
  padding: 60px 0;
  background: #1a1a1a;
  min-height: 100vh;
}

.about-content__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: none;
  letter-spacing: 0.5px;
}

.about-content__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
}

.about-story,
.about-values,
.about-why,
.about-process,
.about-equipment {
  max-width: 1200px;
  margin: 0 auto 80px;
}

.about-story__title,
.about-values__title,
.about-why__title,
.about-process__title,
.about-equipment__title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

.about-story__text {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 2px solid #90EE90;
  box-shadow: 0 0 12px rgba(144, 238, 144, 0.5);
}

.about-story__text p {
  margin-bottom: 20px;
}

.about-story__text strong {
  color: #ffa500;
}

.about-values__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.about-values__item {
  text-align: center;
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  backdrop-filter: blur(10px);
  border: none;
  padding: 35px 24px;
  border-radius: 16px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.about-values__item::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.about-values__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .about-values__item:hover {
    transform: translateY(-12px);
    box-shadow: none;
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95), rgba(20, 20, 20, 1));
  }
}


@media (hover: hover) and (pointer: fine) {
  .about-values__item:hover::before {
    opacity: 0;
    transform: rotate(45deg);
  }
}


@media (hover: hover) and (pointer: fine) {
  .about-values__item:hover::after {
    opacity: 1;
  }
}


.about-values__icon {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.about-values__item-title {
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .about-values__item:hover .about-values__item-title {
    color: #ffa500;
    text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  }
}


.about-values__desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .about-values__item:hover .about-values__desc {
    color: rgba(255, 255, 255, 0.95);
  }
}


.about-why__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.about-why__card {
  text-align: center;
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  backdrop-filter: blur(10px);
  border: none;
  padding: 35px 24px;
  border-radius: 16px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.about-why__card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.about-why__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .about-why__card:hover {
    transform: translateY(-12px);
    box-shadow: none;
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95), rgba(20, 20, 20, 1));
  }
}


@media (hover: hover) and (pointer: fine) {
  .about-why__card:hover::before {
    opacity: 0;
    transform: rotate(45deg);
  }
}


@media (hover: hover) and (pointer: fine) {
  .about-why__card:hover::after {
    opacity: 1;
  }
}


.about-why__number {
  font-size: 48px;
  font-weight: 700;
  color: #ff8c00;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.about-why__label {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .about-why__card:hover .about-why__label {
    color: #ffa500;
  }
}


.about-why__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .about-why__card:hover .about-why__text {
    color: rgba(255, 255, 255, 0.95);
  }
}


.about-process__text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 2px solid #90EE90;
  box-shadow: 0 0 12px rgba(144, 238, 144, 0.5);
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
}

.about-process__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.about-process__step {
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  backdrop-filter: blur(10px);
  border: none;
  padding: 35px 24px;
  border-radius: 16px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.about-process__step::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.about-process__step::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .about-process__step:hover {
    transform: translateY(-12px);
    box-shadow: none;
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95), rgba(20, 20, 20, 1));
  }
}


@media (hover: hover) and (pointer: fine) {
  .about-process__step:hover::before {
    opacity: 0;
    transform: rotate(45deg);
  }
}


@media (hover: hover) and (pointer: fine) {
  .about-process__step:hover::after {
    opacity: 1;
  }
}


.about-process__step-number {
  font-size: 28px;
  font-weight: 700;
  color: #ff8c00;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.about-process__step-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .about-process__step:hover .about-process__step-title {
    color: #ffa500;
    text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  }
}


.about-process__step-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .about-process__step:hover .about-process__step-desc {
    color: rgba(255, 255, 255, 0.95);
  }
}


.about-equipment__text {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 2px solid #90EE90;
  box-shadow: 0 0 12px rgba(144, 238, 144, 0.5);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
}

.about-equipment__text ul {
  margin: 20px 0;
  padding-left: 25px;
}

.about-equipment__text li {
  margin-bottom: 10px;
}

.about-equipment__text strong {
  color: #ffa500;
}

.about-cta {
  max-width: 900px;
  margin: 80px auto 0;
  text-align: center;
  padding: 50px;
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  border-radius: 12px;
  border: 1.5px solid #90EE90;
  box-shadow: 0 0 8px rgba(144, 238, 144, 0.4), inset 0 1px 0 rgba(200, 255, 200, 0.3);
  position: relative;
  color: #fff;
}

.about-cta__title {
  font-size: 36px;
  font-weight: 700;
  color: #ffa500;
  text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  margin-bottom: 20px;
}

.about-cta__text {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  opacity: 0.95;
}

.about-cta__buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.about-cta__button {
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.about-cta__button--primary {
  background: #ff8c00;
  color: #fff;
  border: 1.5px solid #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.about-cta__button--primary:hover {
  background: #1a1a1a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

.about-cta__button--secondary {
  background: #1a1a1a;
  color: #ff8c00;
  border: 1.5px solid #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.about-cta__button--secondary:hover {
  background: #fff;
  color: #ff8c00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

/* Review author and date styles */
.review__author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 10px;
  padding: 0 20px;
}

.review__author strong {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.review__rating {
  color: #ffa500;
  font-size: 18px;
  letter-spacing: 2px;
}

.review__date {
  display: none;
}

/* Review card link wrapper */
.review-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-link:hover {
  transform: none;
  box-shadow: none;
}

.review-link:hover .review {
  border-color: transparent;
}

/* 2GIS link text at bottom of review cards */
.review__2gis-link {
  display: block;
  text-align: center;
  margin-top: 15px;
  padding: 12px 20px 20px;
  font-size: 14px;
  color: #ffa500;
  font-weight: 500;
  transition: color 0.3s ease;
  text-decoration: none !important;
  border-bottom: none !important;
}

.review-link:hover .review__2gis-link {
  color: #ffb733;
}

/* Prices Page */
.prices-content {
  padding: 60px 0;
  background: #1a1a1a;
  min-height: 100vh;
}

.prices-content__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: none;
  letter-spacing: 0.5px;
}

.prices-content__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
}

.prices-intro {
  max-width: 900px;
  margin: 0 auto 50px;
  padding: 30px 40px;
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1.5px solid #90EE90;
  box-shadow: 0 0 8px rgba(144, 238, 144, 0.4), inset 0 1px 0 rgba(200, 255, 200, 0.3);
  text-align: center;
  position: relative;
}

.prices-intro p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.prices-list {
  max-width: 1000px;
  margin: 0 auto 80px;
  display: grid;
  gap: 20px;
}

.price-item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .price-item:hover {
    border-color: transparent;
    box-shadow: none;
    transform: translateY(-3px);
  }
}

.price-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .price-item:hover::after {
    opacity: 1;
  }
}


.price-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 20px;
}

.price-item__title {
  font-size: 22px;
  font-weight: 600;
  color: #ffa500;
  margin: 0;
  flex: 1;
}

.price-item__cost {
  font-size: 24px;
  font-weight: 700;
  color: #ff8c00;
  white-space: nowrap;
  flex-shrink: 0;
}

.price-item__desc {
  padding: 25px 30px;
}

.price-item__desc p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.prices-info {
  max-width: 1000px;
  margin: 0 auto 80px;
}

.prices-info h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.prices-info__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}

.prices-info__item {
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .prices-info__item:hover {
    border-color: transparent;
    transform: translateY(-5px);
    box-shadow: none;
  }
}

.prices-info__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .prices-info__item:hover::after {
    opacity: 1;
  }
}


.prices-info__icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.prices-info__item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffa500;
  margin-bottom: 12px;
}

.prices-info__item p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.prices-info__item p a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.price-value {
  color: #90ee90;
  font-weight: 600;
  text-decoration: none !important;
}

.prices-cta {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 40px;
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  border-radius: 12px;
  border: 1.5px solid #90EE90;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 8px rgba(144, 238, 144, 0.4), inset 0 1px 0 rgba(200, 255, 200, 0.3);
  position: relative;
}
.prices-cta h2,
.faq-cta h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffa500;
  text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  margin-bottom: 20px;
}

.prices-cta h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffa500;
  text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  margin-bottom: 20px;
}

.prices-cta p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 30px;
}

.prices-cta p strong {
  color: #ffa500;
}

.prices-cta__buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.prices-cta__button {
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid transparent;
  cursor: pointer;
}

.prices-cta__button--primary {
  background: #ff8c00;
  color: #fff;
  border: 1.5px solid #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.prices-cta__button--primary:hover {
  background: #ffa500;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: none;
}

.prices-cta__button--secondary {
  background: #1a1a1a;
  color: #ff8c00;
  border: 1.5px solid #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.prices-cta__button--secondary:hover {
  background: #ff8c00;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: none;
}

/* =============================================================================
   МОБИЛЬНАЯ И ПЛАНШЕТНАЯ АДАПТАЦИЯ ДЛЯ НОВЫХ СТРАНИЦ
   ========================================================================== */

@media (max-width: 768px) {
  .privacy-content__title,
  .faq-content__title,
  .about-content__title,
  .prices-content__title {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .privacy-content,
  .faq-content,
  .about-content {
    padding: 40px 0;
  }

  .privacy-content__text {
    margin: 0 15px;
    padding: 25px 20px;
  }

  .faq-list,
  .about-story,
  .about-values,
  .about-why,
  .about-process,
  .about-equipment {
    padding: 0 15px;
  }

  .about-story__text,
  .about-equipment__text {
    padding: 25px 20px;
  }

  .privacy-content__text h2,
  .about-story__title,
  .about-values__title,
  .about-why__title,
  .about-process__title,
  .about-equipment__title {
    font-size: 24px;
  }

  .faq-item {
    margin-bottom: 15px;
  }

  .faq-item__question {
    padding: 15px;
    font-size: 16px;
    flex-wrap: wrap;
  }

  .faq-item__question span:first-child {
    flex: 1;
    padding-right: 10px;
  }

  .faq-item__icon {
    font-size: 20px;
    margin-left: 10px;
  }

  .faq-item__answer p,
  .faq-item__answer ul {
    padding: 0 15px 15px;
    font-size: 15px;
  }

  .faq-item__answer ul {
    padding-left: 35px;
  }

  .faq-cta,
  .about-cta {
    padding: 30px 20px;
    margin: 40px 15px 0;
  }

  .faq-cta h2,
  .about-cta__title {
    font-size: 24px;
  }

  .faq-cta p,
  .about-cta__text {
    font-size: 16px;
  }

  .faq-cta__buttons,
  .about-cta__buttons {
    flex-direction: column;
  }

  .faq-cta__button,
  .about-cta__button {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
  }

  .about-values__list {
    grid-template-columns: 1fr;
  }

  .about-why__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .about-why__number {
    font-size: 36px;
  }

  .about-why__label {
    font-size: 14px;
  }

  .about-why__text {
    font-size: 12px;
  }

  .about-process__steps {
    grid-template-columns: 1fr;
  }

  .review__author {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .review__rating {
    font-size: 16px;
  }

  /* Prices mobile */
  .prices-content__title {
    font-size: 26px;
  }

  .prices-intro {
    margin: 0 15px 40px;
    padding: 20px 25px;
  }

  .prices-intro p {
    font-size: 16px;
  }

  .prices-list {
    padding: 0 15px;
    gap: 15px;
  }

  .price-item__header {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 10px;
  }

  .price-item__title {
    font-size: 18px;
  }

  .price-item__cost {
    font-size: 22px;
  }

  .price-item__desc {
    padding: 20px;
  }

  .price-item__desc p {
    font-size: 15px;
  }

  .prices-info {
    padding: 0 15px;
  }

  .prices-info h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .prices-info__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .prices-info__item {
    padding: 25px 20px;
  }

  .prices-cta {
    margin: 0 15px;
    padding: 30px 25px;
  }
.prices-cta h2,
.faq-cta h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffa500;
  text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  margin-bottom: 20px;
}

  .prices-cta h2 {
    font-size: 24px;
  }

  .prices-cta p {
    font-size: 16px;
  }

  .prices-cta__buttons {
    flex-direction: column;
  }

  .prices-cta__button {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
  }

  /* Related Services Mobile */
  .related-services {
    padding: 50px 0;
  }

  .related-services__title {
    font-size: 26px;
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .related-services__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .related-services__image {
    height: 250px;
  }

  .related-services__name {
    font-size: 20px;
  }

  .related-services__description {
    font-size: 15px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* Remove orange glow from cards on tablets */
  .advantage-cards__item::before,
  .step::before,
  .service::before,
  .portfolio__item::before,
  .contacts__info::before,
  .request__content::before {
    display: none !important;
  }

  .privacy-content__title,
  .faq-content__title,
  .about-content__title,
  .prices-content__title {
    font-size: 26px;
  }

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

  .about-why__grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  /* Related Services Tablet */
  .related-services__title {
    font-size: 26px;
  }

  .related-services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

/* =============================================================================
   ДЕСКТОПЫ (≥1025px) - СТИЛЬ ФУТЕРА ДЛЯ ШАПКИ
   ========================================================================== */

@media (min-width: 1025px) {
  .header {
    background: #1a1a1a;
    overflow: hidden;
  }

  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: none;
    animation: pulseGlow 8s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
  }

  .header__inner {
    background-color: transparent;
    position: relative;
    z-index: 1;
  }

  .header__logo-text {
    color: rgba(255, 255, 255, 0.85);
  }

  .header__nav-link {
    color: rgba(255, 255, 255, 0.75);
    padding: 5px 10px;
    transition: all 0.3s ease;
  }

  .header__nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ff8c00, transparent);
    transform: translateX(-50%);
    transition: width 0.15s ease;
    box-shadow: none;
  }

  .header__nav-link:hover {
    color: #ffa500;
    text-shadow: 0 0 15px rgba(255, 140, 0, 0.5);
    transform: translateY(-2px);
  }

  .header__nav-link:hover::after {
    width: 100%;
  }

  .header__button {
    border: 1px solid #ff8c00;
    box-shadow: 0 0 8px rgba(255, 140, 0, 0.4), inset 0 1px 0 rgba(255, 200, 100, 0.3);
    background: #1a1a1a;
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease;
  }

  .header__button:hover {
    transform: scale(1.05);
    background: #1a1a1a;
  }

  /* Стиль для кнопки "Рассчитать по фото" (один в один с "Вызвать мастера") */
  .hero__button {
    border: 1px solid #ff8c00;
    box-shadow: 0 0 8px rgba(255, 140, 0, 0.4), inset 0 1px 0 rgba(255, 200, 100, 0.3);
    background: #1a1a1a;
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
  }

  .hero__button:hover,
  .hero__button:focus {
    transform: scale(1.05);
    background: #1a1a1a;
  }

  .hero__button:active {
    transform: scale(0.98);
    box-shadow: none;
  }
}

/* =============================================================================
   ЗЕЛЕНАЯ МИГАЮЩАЯ ТОЧКА (только мобильные и планшеты)
   ========================================================================== */

.header__status-dot {
  display: none; /* Скрыта по умолчанию для десктопов */
}

/* Показываем точку только на мобильных (до 768px) */
@media (max-width: 768px) {
  .header__status-dot {
    display: block;
    width: 10px;
    height: 10px;
    background: #00ff00;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    align-self: center;
    animation: dotPulse 1.5s ease-in-out infinite;
  }

  /* Анимация мигания точки */
  @keyframes dotPulse {
    0%, 100% {
      opacity: 1;
      box-shadow: 
        0 0 18px rgba(0, 255, 0, 1),
        0 0 32px rgba(0, 255, 0, 0.8),
        0 0 48px rgba(0, 255, 0, 0.6);
    }
    50% {
      opacity: 0.3;
      box-shadow: 
        0 0 8px rgba(0, 255, 0, 0.6),
        0 0 16px rgba(0, 255, 0, 0.4),
        0 0 24px rgba(0, 255, 0, 0.2);
    }
  }

}

/* =============================================================================
   МОБИЛЬНЫЕ УСТРОЙСТВА (до 768px)
   ========================================================================== */

@media (max-width: 768px) {
  body {
    padding-top: 100px;
  }

  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .header {
    padding: 12px 15px;
    height: auto;
    margin-bottom: 0;
  }

  .header .container {
    max-width: 100%;
    padding: 0 !important;
  }

  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
    width: 100%;
    gap: 15px;
    /* Разрешаем перенос: мобильный тумблер уходит на вторую строку */
    flex-wrap: wrap;
  }

  .header__logo {
    padding: 0;
    flex: 0 1 auto;
    min-width: 0;
  }

  /* Мобильный переключатель языков — отдельная строка на всю ширину
     под логотипом и бургером. Переиспользует стили .header__lang-item. */
  .header__lang-mobile {
    display: flex;
    flex-basis: 100%;
    width: 100%;
    gap: 3px;
    padding: 3px;
    margin-top: 4px;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
  }

  .header__lang-mobile .header__lang-item {
    flex: 1;
    min-width: 0;
    padding: 9px;
    font-size: 14px;
  }

  .header__logo-img {
    display: none;
  }

  /* На внутренних страницах логотип-картинка обёрнута в <a href="/ru/">.
     В мобайле картинка скрыта (display:none), но пустая ссылка-обёртка
     оставалась flex-элементом и добавляла лишний gap:12px у .header__logo —
     из-за этого текст "Aurora | телефон" на внутренних страницах был
     смещён на 12px вправо относительно главной ("скачок" шапки).
     Скрываем и саму обёртку, чтобы раскладка совпадала на всех страницах. */
  .header__logo > a:has(.header__logo-img) {
    display: none;
  }

  .header__logo-text {
    font-size: 1.1rem !important;
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
    display: block;
    font-weight: 700;
  }

  .header a[href^="tel"] {
    color: white !important;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }

  .header__nav,
  .header__button {
    display: none;
  }

  .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    flex-shrink: 0;
    position: relative;
  }

  .burger span {
    display: block;
    height: 3.5px;
    width: 100%;
    background-color: orange;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* Средняя полоска короче слева */
  .burger span:nth-child(2) {
    width: 70%;
    margin-left: auto;
  }

  .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
    background-color: #c62828;
    width: 100%;
  }

  .burger.active span:nth-child(2) {
    opacity: 0;
    width: 0;
    margin-left: 0;
    visibility: hidden;
  }

  .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    background-color: #c62828;
    width: 100%;
  }

  .mobile-menu {
    position: fixed;
    top: 44px; /* Начинается сразу под шапкой */
    left: 0;
    width: 100vw;
    height: calc(100vh - 44px); /* Высота экрана минус высота шапки */
    background-color: rgba(51, 51, 51, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .mobile-menu.active {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.3rem;
    transition: all 0.3s ease;
  }

  .mobile-menu a:hover {
    color: orange;
    transform: scale(1.05);
  }

  .mobile-cta {
    border: 1px solid #ff8c00;
    box-shadow: 0 0 8px rgba(255, 140, 0, 0.4), inset 0 1px 0 rgba(255, 200, 100, 0.3);
    background: #1a1a1a;
    color: rgba(255, 255, 255, 0.85) !important;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.3s ease;
  }

  .mobile-cta:hover,
  .mobile-cta:active {
    transform: scale(1.05);
    background: #1a1a1a;
  }

  .hero {
    width: 100vw;
    padding: 0;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
  }

  .hero__content {
    padding: 20px;
    margin: 20px;
  }

  .hero__title {
    font-size: clamp(20px, 5vw, 30px);
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
  }

  .hero__text {
    font-size: clamp(10px, 5vw, 20px);
    max-width: none;
    text-align: left;
  }

  .hero__buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .hero__buttons .hero__button {
    min-width: 220px;
    width: auto;
    text-align: center;
  }

  .hero__button {
    padding: 12px 24px;
    font-size: 16px;
    margin: 0;
  }

  .services__list,
  .advantages-cards__list,
  .reviews__list,
  .steps__list,
  .sofa-types__grid,
  .materials__grid,
  .portfolio__list {
    grid-template-columns: 1fr !important;
    gap: 25px;
  }

  .services__title,
  .advantages-cards__title,
  .steps__title,
  .sofa-types__title,
  .materials__title,
  .cta-block__title,
  .portfolio__title,
  .reviews__title,
  .contacts__title,
  .included-services__title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  /* Оптимизация для всех секций на мобильных */
  .advantage-cards__item,
  .step,
  .service,
  .portfolio__item,
  .included-services__item,
  .contacts__info,
  .contacts__map,
  .request__content {
    /* Яркое постоянное свечение для мобильных */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6) !important;
    
  }

  .advantage-cards__item::before,
  .step::before,
  .service::before,
  .portfolio__item::before,
  .contacts__info::before,
  .request__content::before,
  .about-values__item::before,
  .about-why__card::before,
  .about-process__step::before {
    display: none !important;
  }

  /* Remove orange glow from reviews on mobile */
  .review {
    box-shadow: none !important;
  }

  .advantage-cards__number,
  .step__number {
    box-shadow: 
      
      0 5px 15px rgba(0, 0, 0, 0.5),
      inset 0 -3px 10px rgba(0, 0, 0, 0.3),
      inset 0 2px 5px rgba(255, 255, 255, 0.3);
  }

  /* Hover-эффекты карточек теперь только для мыши (@media hover: hover),
     на тач-устройствах не срабатывают — «залипания» при скролле нет.
     Оставляем лёгкую тактильную отдачу при нажатии. */
  .advantage-cards__item:active,
  .step:active,
  .service:active,
  .portfolio__item:active {
    transform: scale(0.98);
  }

  /* Адаптация кнопок в карточках услуг */
  .service__buttons {
    gap: 10px;
    margin: 0 15px 20px;
  }

  .service__button {
    padding: 12px 20px;
    font-size: 16px;
  }

  .contacts__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  /* Адаптация элементов карты для планшетов */
  .map__travel-info {
    top: 12px;
    left: 12px;
    padding: 9px 14px;
    font-size: 13px;
  }

  .map__actions {
    bottom: 12px;
    gap: 10px;
  }

  .map__button {
    padding: 11px 18px;
    font-size: 14px;
  }

  .contacts__map {
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: center;
  }

  .contacts__map iframe {
    width: 100% !important;
    height: 280px !important;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  }

  /* Адаптация элементов карты для мобильных */
  .map__travel-info {
    top: 10px;
    left: 10px;
    padding: 8px 12px;
    font-size: 12px;
    gap: 6px;
  }

  .map__icon {
    width: 14px;
    height: 14px;
  }

  .map__actions {
    bottom: 10px;
    left: 10px;
    right: 10px;
    transform: none;
    flex-direction: column;
    gap: 8px;
    width: calc(100% - 20px);
  }

  .map__button {
    width: 100%;
    padding: 10px 16px;
    font-size: 13px;
    justify-content: center;
  }

  .map__button-icon {
    width: 16px;
    height: 16px;
  }

  .request {
    padding: 60px 0;
  }

  .request__title {
    font-size: 28px;
  }

  .request__text {
    font-size: 16px;
  }

  /* Адаптивность текста блока "Почему стоит" на мобильных */
  .about__title {
    font-size: 26px;
  }

  .about__text {
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.6;
  }

  .about__list {
    font-size: clamp(14px, 3.8vw, 16px);
  }

  .footer__content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
    width: 100%;
    max-width: 400px;
  }
  
  .footer__link {
    white-space: nowrap;
    justify-content: center;
    text-align: center;
  }

  /* Global rule: Remove ALL orange glow on mobile devices */
  .advantage-cards__item,
  .step,
  .service,
  .portfolio__item,
  .included-services__item,
  .contacts__info,
  .contacts__map,
  .request__content,
  .advantage-cards__number,
  .step__number {
    box-shadow: none !important;
  }

}

/* =============================================================================
   ПЛАНШЕТЫ (769px – 1024px)
   ========================================================================== */

@media (min-width: 769px) and (max-width: 1024px) {
  /* Remove orange glow from cards on tablets */
  .advantage-cards__item::before,
  .step::before,
  .sofa-types__item::before,
  .materials__item::before,
  .service::before,
  .portfolio__item::before,
  .contacts__info::before,
  .request__content::before,
  .about-values__item::before,
  .about-why__card::before,
  .about-process__step::before {
    display: none !important;
  }

  /* Скрываем навигацию и кнопку на планшетах */
  .header__nav,
  .header__button {
    display: none;
  }

  /* Разрешаем перенос строки в шапке для мобильного тумблера */
  .header__inner {
    flex-wrap: wrap;
  }

  /* Мобильный переключатель языков — отдельная строка на всю ширину
     под логотипом и бургером. Переиспользует стили .header__lang-item. */
  .header__lang-mobile {
    display: flex;
    flex-basis: 100%;
    width: 100%;
    gap: 3px;
    padding: 3px;
    margin-top: 6px;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
  }

  .header__lang-mobile .header__lang-item {
    flex: 1;
    min-width: 0;
    padding: 10px;
    font-size: 14px;
  }

  /* Показываем бургер на планшетах */
  .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    flex-shrink: 0;
    position: relative;
  }

  .burger span {
    display: block;
    height: 3.5px;
    width: 100%;
    background-color: orange;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .burger span:nth-child(2) {
    width: 70%;
    margin-left: auto;
  }

  .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
    background-color: #c62828;
    width: 100%;
  }

  .burger.active span:nth-child(2) {
    opacity: 0;
    width: 0;
    margin-left: 0;
    visibility: hidden;
  }

  .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    background-color: #c62828;
    width: 100%;
  }

  /* Мобильное меню для планшетов */
  .mobile-menu {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 100px);
    background-color: rgba(51, 51, 51, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .mobile-menu.active {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.5rem;
    transition: all 0.3s ease;
  }

  .mobile-menu a:hover {
    color: orange;
    transform: scale(1.05);
  }

  .mobile-cta {
    border: 1px solid #ff8c00;
    box-shadow: 0 0 8px rgba(255, 140, 0, 0.4), inset 0 1px 0 rgba(255, 200, 100, 0.3);
    background: #1a1a1a;
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  .mobile-cta:hover {
    transform: scale(1.05);
    background: #1a1a1a;
  }

  .header__inner {
    padding: 0 20px;
  }

  .hero {
    padding: 40px 40px;
  }

  .hero__title {
    font-size: 42px;
    text-align: left;
  }

  .hero__text {
    font-size: 20px;
    text-align: left;
  }

  .services__list,
  .advantages-cards__list,
  .reviews__list,
  .portfolio__list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px;
  }

  /* Repair services: 2 columns on tablet */
  .services__list--repair {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .steps__list,
  .sofa-types__grid,
  .materials__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* Оптимизация для всех секций на планшетах */
  .advantage-cards__item,
  .step,
  .service,
  .review {
    padding: 30px 20px;
  }

  .advantage-cards__number,
  .step__number {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .advantage-cards__item-title,
  .step__title,
  .service__title,
  .review__text {
    font-size: 18px;
  }

  .advantage-cards__desc,
  .step__desc,
  .service__desc {
    font-size: 14px;
  }

  /* Адаптация кнопок в карточках услуг для планшетов */
  .service__buttons {
    gap: 10px;
  }

  .service__button {
    padding: 13px 22px;
    font-size: 15px;
  }

  .portfolio__item {
    padding: 0;
  }

  .portfolio__caption {
    font-size: 13px;
    padding: 0 10px 10px;
  }

  .contacts__wrapper {
    gap: 30px;
  }

}

/* =============================================================================
   СРЕДНИЕ МОБИЛЬНЫЕ УСТРОЙСТВА (376px - 480px)
   ========================================================================== */

@media (min-width: 376px) and (max-width: 480px) {
  .header {
    padding: 12px 15px;
  }

  .header__logo-text {
    font-size: 1.2rem !important;
    line-height: 1.35;
  }

  .header__inner {
    gap: 12px;
  }

  .burger {
    width: 30px;
    height: 22px;
  }

  /* Repair services: 1 column on mobile */
  .services__list--repair {
    grid-template-columns: 1fr !important;
  }


  /* Средние экраны */
  .about__title {
    font-size: 26px;
  }

  .about__text {
    font-size: clamp(14px, 4vw, 16px);
  }

  .about__list {
    font-size: clamp(14px, 3.8vw, 16px);
  }
}

/* =============================================================================
   БОЛЬШИЕ МОБИЛЬНЫЕ УСТРОЙСТВА (481px - 768px)
   ========================================================================== */

@media (min-width: 481px) and (max-width: 768px) {
  .header {
    padding: 14px 18px;
  }

  .header__logo-text {
    font-size: 1.4rem !important;
    line-height: 1.4;
  }
  
  .header__inner {
    gap: 20px;
  }

  .burger {
    width: 32px;
    height: 24px;
  }

  .burger span {
    height: 3.5px;
  }

  /* Большие мобильные */
  .about__title {
    font-size: 26px;
  }

  .about__text {
    font-size: clamp(15px, 3.5vw, 17px);
  }

  .about__list {
    font-size: clamp(15px, 3.5vw, 17px);
  }
}

/* =============================================================================
   МАЛЕНЬКИЕ ЭКРАНЫ (до 375px)
   ========================================================================== */

@media (max-width: 375px) {
  .header {
    padding: 10px 12px;
  }

  .header__inner {
    gap: 10px;
  }

  .header__logo-text {
    font-size: 1.1rem !important;
    line-height: 1.3;
  }

  .burger {
    width: 28px;
    height: 20px;
  }

  .burger span {
    height: 3px;
  }

  /* Меньший для маленьких экранов */
  .about__title {
    font-size: 26px;
  }

  .about__text {
    font-size: clamp(13px, 4vw, 15px);
    line-height: 1.5;
  }

  .about__list {
    font-size: clamp(13px, 3.5vw, 15px);
  }
}

/* =============================================================================
   SUCCESS MODAL (УВЕДОМЛЕНИЕ ОБ УСПЕШНОЙ ОТПРАВКЕ ФОРМЫ)
   ============================================================================= */

.success-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  animation: modalFadeIn 0.3s ease;
}

.success-modal__content {
  position: relative;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  margin: 10% auto;
  padding: 40px;
  width: 90%;
  max-width: 500px;
  border-radius: 20px;
  text-align: center;
  box-shadow: none;
  border: none;
  animation: modalSlideIn 0.4s ease;
}

@keyframes modalSlideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.success-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #ff8c00;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
}

.success-modal__close:hover,
.success-modal__close:focus {
  color: #ffa500;
  transform: rotate(90deg);
}

.success-modal__icon {
  margin: 0 auto 30px;
  animation: checkmarkAnimation 0.6s ease 0.3s both;
}

@keyframes checkmarkAnimation {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  50% {
    transform: scale(1.2) rotate(180deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
    opacity: 1;
  }
}

.success-modal__icon svg {
  filter: drop-shadow(0 0 10px rgba(255, 140, 0, 0.5));
}

.success-modal__title {
  font-size: clamp(28px, 5vw, 36px);
  font-weight: 700;
  color: #ff8c00;
  margin-bottom: 20px;
  text-shadow: 0 0 20px rgba(255, 140, 0, 0.4);
}

.success-modal__text {
  font-size: clamp(16px, 3vw, 18px);
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 30px;
}

.success-modal__button {
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
  color: white;
  border: none;
  padding: 15px 40px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: none;
}

.success-modal__button:hover {
  background: linear-gradient(135deg, #ffa500 0%, #ff8c00 100%);
  transform: translateY(-2px);
  box-shadow: none;
}

.success-modal__button:active {
  transform: translateY(0);
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
  .success-modal__content {
    margin: 20% auto;
    padding: 30px 20px;
    width: 85%;
  }

  .success-modal__icon svg {
    width: 60px;
    height: 60px;
  }

  /* CTA блок на мобильных */
  .cta-block__content {
    padding: 40px 20px;
    border-radius: 16px;
  }

  .cta-block__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .cta-block__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .cta-block__buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .cta-block__btn {
    width: auto;
    padding: 16px 30px;
    font-size: 16px;
  }
}

/* =============================================================================
   SCROLL INDICATOR (стрелка прокрутки)
   ============================================================================= */

.scroll-indicator {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
  animation: scrollBounce 2s ease-in-out infinite;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.scroll-indicator:hover {
  transform: translateX(-50%) scale(1.1);
  opacity: 0.8;
}

.scroll-indicator svg {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
}

/* Анимация движения вверх-вниз */
@keyframes scrollBounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(15px);
  }
}

/* Скрывать стрелку при прокрутке вниз */
.scroll-indicator.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
  .scroll-indicator {
    bottom: 90px;
  }
  
  .scroll-indicator svg {
    width: 30px;
    height: 25px;
  }
}

/* =============================================================================
   EXIT INTENT MODAL
   ============================================================================= */

.exit-intent-modal {
  display: none;
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  animation: modalFadeIn 0.3s ease;
}

.exit-intent-modal__content {
  position: relative;
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.95), rgba(15, 15, 15, 0.98));
  margin: 2% auto;
  padding: 30px 25px;
  width: 90%;
  max-width: 550px;
  max-height: 95vh;
  overflow-y: auto;
  border-radius: 16px;
  text-align: center;
  border: 2px solid #ff8c00;
  box-shadow: 0 0 40px rgba(255, 140, 0, 0.3), inset 0 1px 0 rgba(255, 200, 100, 0.2);
  animation: exitIntentSlideIn 0.5s ease;
}

@keyframes exitIntentSlideIn {
  from {
    transform: translateY(-100px) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.exit-intent-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
  z-index: 10;
}

.exit-intent-modal__close:hover,
.exit-intent-modal__close:focus {
  color: #ff8c00;
  transform: rotate(90deg) scale(1.1);
}

.exit-intent-modal__badge {
  display: inline-block;
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
  color: #fff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4);
  animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.6);
  }
}

.exit-intent-modal__title {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 700;
  color: #ff8c00;
  margin-bottom: 8px;
  text-shadow: 0 0 20px rgba(255, 140, 0, 0.5);
  animation: titleShake 0.6s ease 0.3s both;
}

@keyframes titleShake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
  20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.exit-intent-modal__subtitle {
  font-size: clamp(16px, 3vw, 18px);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  font-weight: 500;
}

.exit-intent-modal__offer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background: rgba(255, 140, 0, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(255, 140, 0, 0.3);
}

.exit-intent-modal__discount {
  font-size: clamp(40px, 8vw, 60px);
  font-weight: 900;
  color: #7FFF00;
  text-shadow: 0 0 30px rgba(127, 255, 0, 0.6);
  line-height: 1;
  animation: discountBounce 1s ease-in-out infinite;
}

@keyframes discountBounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.exit-intent-modal__offer-text {
  font-size: clamp(14px, 3vw, 17px);
  color: #fff;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

.exit-intent-modal__offer-text strong {
  color: #ff8c00;
  font-weight: 700;
}

.exit-intent-modal__description {
  font-size: clamp(13px, 2.5vw, 15px);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin-bottom: 20px;
}

.exit-intent-modal__description strong {
  color: #ffa500;
  font-weight: 600;
}

.exit-intent-modal__countdown-wrap {
  margin-bottom: 20px;
}

.exit-intent-modal__countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.exit-intent-modal__countdown-label {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

.exit-intent-modal__countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 64px;
  padding: 10px 6px;
  background: rgba(255, 140, 0, 0.1);
  border: 1px solid rgba(255, 140, 0, 0.35);
  border-radius: 12px;
  box-shadow: inset 0 0 18px rgba(255, 140, 0, 0.08);
}

.exit-intent-modal__countdown-num {
  font-size: clamp(28px, 7vw, 40px);
  font-weight: 900;
  line-height: 1;
  color: #7fff3f;
  text-shadow: 0 0 14px rgba(127, 255, 63, 0.45);
  font-variant-numeric: tabular-nums;
}

.exit-intent-modal__countdown-sep {
  font-size: clamp(24px, 6vw, 34px);
  font-weight: 900;
  color: #ff8c00;
  line-height: 1;
  animation: countdownBlink 1s steps(1) infinite;
}

@keyframes countdownBlink {
  50% { opacity: 0.25; }
}

.exit-intent-modal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 15px;
}

.exit-intent-modal__input {
  padding: 14px 18px;
  font-size: 15px;
  border: 2px solid #ff8c00;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  transition: all 0.3s ease;
  font-family: inherit;
}

.exit-intent-modal__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.exit-intent-modal__input:focus {
  outline: none;
  border-color: #ffa500;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(255, 140, 0, 0.3);
}

.exit-intent-modal__button {
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
  color: white;
  border: none;
  padding: 14px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 3vw, 17px);
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.exit-intent-modal__button:hover {
  background: linear-gradient(135deg, #ffa500 0%, #ff8c00 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 140, 0, 0.6);
}

.exit-intent-modal__button:active {
  transform: translateY(-1px);
}

.exit-intent-modal__agreement {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.5;
}

.exit-intent-modal__agreement a {
  color: #ff8c00;
  text-decoration: none;
  transition: color 0.3s ease;
}

.exit-intent-modal__agreement a:hover {
  color: #ffa500;
  text-decoration: underline;
}

.exit-intent-modal__timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(255, 140, 0, 0.15);
  border-radius: 50px;
  border: 1px solid rgba(255, 140, 0, 0.3);
  margin-top: 15px;
}

.exit-intent-modal__timer svg {
  animation: timerRotate 2s linear infinite;
}

@keyframes timerRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.exit-intent-modal__timer span {
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(
    100deg,
    #ffa500 0%,
    #ffa500 40%,
    #fff6e0 50%,
    #ffa500 60%,
    #ffa500 100%
  );
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: timerShine 2.8s linear infinite;
}

@keyframes timerShine {
  0% {
    background-position: 150% 0;
  }
  100% {
    background-position: -50% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exit-intent-modal__timer span {
    animation: none;
    background: none;
    -webkit-text-fill-color: #ffa500;
    color: #ffa500;
  }
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
  .exit-intent-modal__content {
    margin: 2% auto;
    padding: 25px 20px;
    width: 92%;
    max-width: 95%;
    max-height: 96vh;
  }

  .exit-intent-modal__offer {
    flex-direction: column;
    gap: 15px;
    padding: 18px 12px;
  }

  .exit-intent-modal__discount {
    font-size: 48px;
  }

  .exit-intent-modal__offer-text {
    text-align: center;
    font-size: 14px;
  }

  .exit-intent-modal__button {
    padding: 14px 25px;
    font-size: 15px;
  }

  .exit-intent-modal__description {
    font-size: 13px;
    margin-bottom: 18px;
  }
}

/* Адаптив для очень маленьких экранов */
@media (max-height: 700px) {
  .exit-intent-modal__content {
    margin: 1% auto;
    padding: 20px 18px;
    max-height: 98vh;
  }

  .exit-intent-modal__badge {
    padding: 5px 14px;
    font-size: 11px;
    margin-bottom: 10px;
  }

  .exit-intent-modal__title {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .exit-intent-modal__subtitle {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .exit-intent-modal__offer {
    gap: 12px;
    padding: 15px 10px;
    margin-bottom: 15px;
  }

  .exit-intent-modal__discount {
    font-size: 36px;
  }

  .exit-intent-modal__description {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .exit-intent-modal__input {
    padding: 12px 16px;
    font-size: 14px;
  }

  .exit-intent-modal__button {
    padding: 12px 25px;
    font-size: 14px;
  }

  .exit-intent-modal__timer {
    padding: 8px 15px;
    margin-top: 10px;
  }

  .exit-intent-modal__timer span {
    font-size: 12px;
  }
}
/* =============================================================================
   ����
   ========================================================================== */

/* Blog Hero */
.blog-hero {
  padding: 80px 0 60px;
  background: #1a1a1a;
  text-align: center;
}

.blog-hero__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: none;
  letter-spacing: 0.5px;
}

.blog-hero__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: none;
  position: relative;
  z-index: 0;
}

.blog-hero__subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Blog Content */
.blog-content {
  padding: 60px 0 80px;
  background: #1a1a1a;
  min-height: 60vh;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

/* Blog Card */
.blog-card {
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  border-radius: 16px;
  overflow: hidden;
  border: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .blog-card:hover {
    transform: translateY(-10px);
    border-color: transparent;
    box-shadow: 
      0 20px 60px rgba(0, 0, 0, 0.7),
      0 0 40px rgba(255, 140, 0, 0.4);
  }
}

.blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .blog-card:hover::after {
    opacity: 1;
  }
}


.blog-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.blog-card__image {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
  .blog-card:hover .blog-card__image img {
    transform: scale(1.1);
  }
}


.blog-card__category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 140, 0, 0.9);
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-card__content {
  padding: 25px;
}

.blog-card__title {
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 15px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .blog-card:hover .blog-card__title {
    color: #ffa500;
  }
}


.blog-card__excerpt {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 20px;
}

.blog-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-card__date,
.blog-card__read-time {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Blog CTA */
.blog-cta {
  padding: 80px 0;
  background: #1a1a1a;
}

.blog-cta__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 40px;
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(15, 15, 15, 0.95));
  border-radius: 16px;
  border: 1.5px solid #90EE90;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 8px rgba(144, 238, 144, 0.4), inset 0 1px 0 rgba(200, 255, 200, 0.3);
  position: relative;
}

.blog-cta__title {
  font-size: 32px;
  font-weight: 700;
  color: #ffa500;
  text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  margin-bottom: 20px;
}

.blog-cta__text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: 30px;
}

.blog-cta__buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.blog-cta__button {
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid transparent;
}

.blog-cta__button--primary {
  background: #ff8c00;
  color: #fff;
  border: 1.5px solid #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.blog-cta__button--primary:hover {
  background: #ffa500;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: none;
}

.blog-cta__button--secondary {
  background: #1a1a1a;
  color: #ff8c00;
  border: 1.5px solid #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.blog-cta__button--secondary:hover {
  background: #ff8c00;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: none;
}

/* Hide/show buttons based on device */
.blog-cta__button--desktop {
  display: none;
}

.blog-cta__button--mobile {
  display: inline-block;
}

@media (min-width: 1024px) {
  .blog-cta__button--desktop {
    display: inline-block;
  }
  
  .blog-cta__button--mobile {
    display: none;
  }
}

/* Blog Article Page */
.article-hero {
  padding: 100px 0 60px;
  background: #1a1a1a;
  text-align: center;
}

.article-hero__category {
  display: inline-block;
  background: rgba(255, 140, 0, 0.2);
  color: #ffa500;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.article-hero__title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  max-width: 900px;
  margin: 0 auto 20px;
  line-height: 1.3;
}

.article-hero__meta {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.article-content {
  padding: 60px 0;
  background: #1a1a1a;
  min-height: 60vh;
}

.article-content__wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.article-content__wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffa500;
  margin-top: 40px;
  margin-bottom: 20px;
}

.article-content__wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ff8c00;
  margin-top: 30px;
  margin-bottom: 15px;
}

.article-content__wrapper p {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}

.article-content__wrapper ul,
.article-content__wrapper ol {
  padding-left: 30px;
  margin-bottom: 20px;
}

.article-content__wrapper li {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.article-content__wrapper strong {
  color: #ffa500;
  font-weight: 600;
}

.article-content__wrapper a {
  color: #ff8c00;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.article-content__wrapper a:hover {
  color: #ffa500;
}

.article-content__wrapper blockquote {
  background: rgba(255, 255, 255, 0.95);
  border-left: 4px solid rgba(255, 255, 255, 0.3);
  padding: 20px 25px;
  margin: 30px 0;
  border-radius: 8px;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.article-content__wrapper blockquote strong {
  color: #ff8c00;
  font-weight: 700;
}

/* Mobile Adaptations for Blog */
@media (max-width: 768px) {
  .blog-hero {
    padding: 60px 20px 40px;
  }

  .blog-hero__title {
    font-size: 26px;
  }

  .blog-hero__subtitle {
    font-size: 16px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 20px;
  }

  .blog-card__image {
    height: 200px;
  }

  .blog-card__title {
    font-size: 18px;
  }

  .blog-card__excerpt {
    font-size: 14px;
  }

  .blog-cta__content {
    padding: 30px 25px;
    margin: 0 20px;
  }

  .blog-cta__title {
    font-size: 24px;
  }

  .blog-cta__text {
    font-size: 16px;
  }

  .blog-cta__buttons {
    flex-direction: column;
  }

  .blog-cta__button {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
  }

  .article-hero {
    padding: 80px 20px 40px;
  }

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

  .article-content__wrapper {
    padding: 25px 20px;
    margin: 0 15px;
  }

  .article-content__wrapper h2 {
    font-size: 24px;
  }

  .article-content__wrapper h3 {
    font-size: 20px;
  }

  .article-content__wrapper p,
  .article-content__wrapper li {
    font-size: 16px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* Remove orange glow from cards on tablets */
  .advantage-cards__item::before,
  .step::before,
  .service::before,
  .portfolio__item::before,
  .contacts__info::before,
  .request__content::before {
    display: none !important;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .article-hero__title {
    font-size: 36px;
  }
}


/* ������ ������ "���������" ��� ������ �� desktop (���������� ������ �� ��������� � ���������) */
@media (min-width: 1025px) {
  .map__button--secondary {
    display: none !important;
  }
}

/* =============================================================================
   ПОСТОЯННАЯ РАМКА-СВЕЧЕНИЕ КАРТОЧЕК УСЛУГ НА МОБ/ПЛАНШЕТЕ
   (hover-эффекты карточек вынесены в @media hover: hover — на тач не срабатывают)
   ========================================================================== */

@media (max-width: 1024px) {
  .related-services__card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1.5px;
    background: linear-gradient(145deg, transparent, #ff8c00, #ffa500, #ff8c00, transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 1;
    transition: opacity 0.5s ease;
    pointer-events: none;
  }
}

/* =============================================================================
   МЕДИА-ЗАПРОСЫ ДЛЯ ОРИЕНТАЦИИ УСТРОЙСТВА
   ============================================================================= */

/* Альбомная ориентация на мобильных устройствах (низкая высота экрана) */
@media (orientation: landscape) and (max-height: 500px) {
  /* Уменьшаем отступы для экономии вертикального пространства */
  .hero {
    min-height: 400px;
    padding: 40px 0;
  }
  
  .hero__title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: 15px;
  }
  
  .hero__subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin-bottom: 20px;
  }
  
  /* Модальные окна на весь экран */
  .call-modal .modal__content {
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px 20px;
  }
  
  .success-modal__content {
    padding: 30px 20px;
  }
  
  /* Уменьшаем отступы в формах */
  .request__content {
    padding: 30px 20px;
  }
  
  .request__input,
  .modal__input {
    padding: 10px 15px;
    margin-bottom: 12px;
  }
  
  /* FAQ в альбомной ориентации */
  .faq-item {
    padding: 15px;
  }
}

/* Портретная ориентация на планшетах */
@media (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) {
  /* Оптимизация для планшетов в портретном режиме */
  .services__grid,
  .portfolio__grid,
  .reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

