/* ============================================
   САЙТ РЕМОНТ РВТ — Основные стили
   Файл: site.css
   ============================================ */

/* --- Шрифт Intro (кастомный) --- */
@font-face {
    font-family: "Intro";
    src: url("/fonts/Intro-CondLight.woff2") format("woff2"),
         url("/fonts/Intro-CondLight.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Intro";
    src: url("/fonts/Intro-CondBlack.woff2") format("woff2"),
         url("/fonts/Intro-CondBlack.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* --- CSS-переменные --- */
:root {
    --txt-color-white: #fff;
    --txt-color-black: #000;
    --txt-color-orange: #f47920;
    --bg-color-white: #fff;
    --bg-color-white-hover: #e5e5e5;
    --bg-color-orange: #f47920;
    --bg-color-grey: rgba(255, 255, 255, 0.38);
    --bg-hover-orange: #d96a1a;
    --bg-color-submenu: #1e1e1e;
    --line-color-white: #fff;
    --line-color-orange: #f47920;
    --line-color-grey: rgba(255, 255, 255, 0.19);
}

/* --- Сброс и базовые стили --- */
*, ::before, ::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    min-width: 320px;
    overflow-x: hidden;
    margin: 0;
    color: #fff;
}

h1 { font-size: 2em; margin: .67em 0; }
p { margin-top: 24px; margin-bottom: 0; }

:focus { outline: none; }

button, input { border-color: transparent; }
button, a { cursor: pointer; transition: .3s; }

a { color: inherit; text-decoration: none; }
a:hover { color: #f47920; text-decoration: none; }

img { max-width: 100%; height: auto; object-fit: contain; border-style: none; }
.wh-auto { width: auto; height: auto; }

b, strong { font-weight: bolder; }

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input { overflow: visible; }
button, select { text-transform: none; }

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

[hidden] { display: none; }

input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
}

/* --- Контейнер --- */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

@media (min-width: 575px)  { .container { max-width: 540px; } }
@media (min-width: 768px)  { .container { max-width: 720px; } }
@media (min-width: 992px)  { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1080px; } }
@media (min-width: 1360px) { .container { max-width: 1320px; } }
@media (max-width: 574.9px) { .container { max-width: 366px; } }
@media (max-width: 399.9px) { .container { width: 100%; max-width: 396px; padding-left: 15px; padding-right: 15px; } }

/* --- Утилиты --- */
.d-flex { display: flex; }
.items-center { align-items: center; }
.flex-col { display: flex; flex-direction: column; }
.gap-1 { gap: 8px; }
.hidden-block { display: none; }

.title {
    font-size: 60px;
    line-height: 132%;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    letter-spacing: 0.08em;
    /* Убрали uppercase — на оригинале remontvspb.ru обычный регистр */
}

/* --- Кнопки --- */
.button {
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    user-select: none;
    transition: .3s;
    width: 216px;
    height: 77px;
    border-radius: 15px;
    border: none;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.button--secondary {
    background-color: var(--bg-color-orange);
}
.button--secondary:hover {
    background-color: var(--bg-hover-orange);
}

.button.glass--button {
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.25);
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 50px;
    color: #fff;
}

.button.glass--button-yellow {
    background-color: rgba(244,121,32,0.15);
    border: 1px solid rgba(244,121,32,1);
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 50px;
    color: #fff;
}

/* --- Header --- */
.header {
    min-height: 780px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.header__background {
    filter: blur(5px) brightness(.4);
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-color: #1a1a1a;
}

.header__fake-block {
    display: none;
    z-index: -1;
}

.header__main {
    top: 0;
    width: 100%;
    background-color: transparent;
    transition: .2s background-color, .2s box-shadow;
    z-index: 99;
    position: relative;
}

.header__main.header__new-turnkey .button.glass--button {
    gap: 8px;
    border-radius: 50px;
    color: #fff;
    height: 49px;
    font-size: 14px;
}

.header__main.header__new-turnkey .button.glass--button-yellow {
    gap: 8px;
    border-radius: 50px;
    color: #fff;
    height: 49px;
    font-size: 14px;
}

.header__main.header__new-turnkey .header__contacts {
    align-items: center;
}

.header__main.header__new-turnkey .header__right {
    display: flex;
    gap: 0px;
}

.header__main.header__new-turnkey .header__left {
    display: flex;
    gap: 48px;
}

.header__new-turnkey .header__top {
    padding-top: 34px;
    padding-bottom: 24px;
}

.header__new-turnkey .main-menu__list {
    padding: 18px 0;
}

.header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

.header__top::before {
    content: "";
    width: 1150px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: rgba(217,217,217,0.34);
}

.header__contacts {
    display: flex;
    gap: 12px;
    margin-left: 24px;
}

@media (max-width: 991.9px) {
    .header__contacts { display: none; }
}

/* --- Логотип --- */
.logo {
    display: flex;
    justify-content: flex-start;
    max-width: 231px;
}

.logo__img {
    width: 76px;
    height: 76px;
}

/* --- Инфо-список (адрес/время) --- */
.info-list__address {
    padding: 3px 0;
    color: var(--txt-color-white);
    white-space: nowrap;
    font-weight: 400;
    font-size: 20px;
}

.info-list__mode {
    margin-top: 15px;
    padding: 3px 0;
    color: var(--txt-color-white);
    white-space: nowrap;
    font-weight: 400;
    font-size: 20px;
}

/* --- Телефон --- */
.phone-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phone-wrapper__button {
    margin-left: 30px;
}

.link-phone {
    display: flex;
    align-items: center;
    min-height: 25px;
    color: var(--txt-color-white);
    white-space: nowrap;
    font-weight: 800;
    font-size: 27px;
    line-height: 100%;
}

.link-phone:hover {
    color: var(--txt-color-orange);
}

/* --- Мобильное меню --- */
.button-main-menu {
    display: none;
}

/* --- Навигация --- */
.main-menu {
    position: relative;
    z-index: 99;
}

.main-menu__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu__item {
    padding: 14px 0 0;
}

.main-menu__link {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: var(--txt-color-white);
    text-decoration: none;
    padding: 11px 0;
}

.main-menu__link:hover {
    text-decoration: none;
}

.main-menu__sublist {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    list-style: none;
    transition: .3s;
}

.main-menu__item > .main-menu__sublist {
    background-color: #161514;
    max-height: none;
    position: absolute;
    padding: 0;
}

.main-menu__item:hover > .main-menu__sublist {
    display: flex;
}

.main-menu__item > .main-menu__sublist > .main-menu__sublist-item {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 6px 10px;
}

.main-menu__item > .main-menu__sublist > .main-menu__sublist-item:hover {
    background: #232323;
}

.main-menu__sublist-link {
    font-family: "Roboto", sans-serif;
    display: block;
    text-decoration: none;
    width: 100%;
    position: relative;
    color: var(--txt-color-white);
}

.main-menu__sublist-link:hover {
    color: var(--txt-color-white);
}

.main-menu__sublist-item .main-menu__sublist {
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    background: #232323;
    padding-top: 0;
    min-height: 100%;
    z-index: 2;
}

.main-menu__sublist > .main-menu__sublist-item:hover > .main-menu__sublist {
    display: flex;
}

.main-menu__sublist-item .main-menu__sublist-item {
    width: 100%;
    padding: 6px;
}

.main-menu__sublist-item .main-menu__sublist-item:hover {
    background-color: #161514;
}

.main-menu__sublist-item.main-menu__has-sublist > .main-menu__sublist-link {
    padding-right: 28px;
}

.main-menu__sublist-item.main-menu__has-sublist > .main-menu__sublist-link::after {
    content: "";
    color: #fff;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 50%;
    right: 7px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMOCA3TDEgMTMuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat right/contain;
    transform: translateY(-50%);
}

/* --- Hero секция --- */
.header-info__inner {
    position: relative;
}

.header-info__inner.flex {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.header-info__top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.header-info__inner-left {
    width: 60%;
}

.header-info__title {
    margin: 0;
    color: var(--txt-color-white);
    width: 960px;
    max-width: 100%;
}

.header-info__subtitle {
    margin-top: 10px;
    font-weight: 400;
    font-size: 32px;
    line-height: 132%;
    color: var(--txt-color-white);
}

/* --- Бегущая строка / Marquee --- */
.turnkey-page .pretag,
.pretag-servicepage {
    background-color: rgba(244,121,32,0.15);
    padding: 18px;
    text-transform: uppercase;
    font-size: 24px;
    color: rgba(244,121,32,1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transform: rotateZ(-3.85deg);
    width: fit-content;
    border-radius: 50px;
    margin-bottom: 14px;
}

/* --- Секция Услуги (Tabs) --- */
.new-turnkey-pages .services-section {
    background: #fff;
    padding: 80px 0;
}

.services-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
}

.services-tab {
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #333;
    transition: .3s;
}

.services-tab.active,
.services-tab:hover {
    background: var(--bg-color-orange);
    border-color: var(--bg-color-orange);
    color: #000;
}

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

.service-card {
    background: #f8f8f8;
    border-radius: 20px;
    padding: 32px;
    transition: .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}

.service-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

.service-card__title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0 0 16px;
}

.service-card__link {
    color: var(--txt-color-orange);
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* --- Портфолио --- */
.projects.projects-new {
    background-color: transparent;
    position: relative;
    padding: 0;
}

.projects__items-slider .swiper-wrapper {
    display: flex;
}

.projects__tab-pane .projects__item {
    position: relative;
    padding-right: 0;
    height: 1024px;
}

.projects__tab-pane .projects__item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.25);
    z-index: 1;
}

.portfolio-section {
    padding: 80px 0;
    background: #1a1a1a;
}

.portfolio-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
}

.portfolio-tab {
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.2);
    background: transparent;
    color: #fff;
    transition: .3s;
}

.portfolio-tab.active,
.portfolio-tab:hover {
    background: var(--bg-color-orange);
    border-color: var(--bg-color-orange);
    color: #000;
}

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

.portfolio-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
    background-size: cover;
    background-position: center;
    transition: .3s;
}

.portfolio-card:hover {
    transform: scale(1.02);
}

.portfolio-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
}

.portfolio-card__title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
}

.portfolio-card__meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    opacity: 0.8;
}

/* --- Преимущества (Why RVT) --- */
.why-rvt {
    padding: 50px 0 100px;
}

.why-rvt__wrapper {
    margin-top: 50px;
    display: flex;
    gap: 40px;
}

.why-rvt__wrapper .subtitle {
    color: rgba(90,90,90,0.94);
}

.why-rvt__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 70px;
}

.why-rvt__inner {
    position: relative;
}

.why-rvt .title {
    text-align: center;
}

.why-rvt__item {
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.why-rvt-new .why-rvt__item {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 50px;
    gap: 24px;
    width: calc(33% - 16px);
    box-shadow: 1px 1px 32px rgba(0,0,0,0.05);
    padding: 36px;
    justify-content: initial;
}

.why-rvt-new .why-rvt__item .item-info {
    width: 100%;
}

.why-rvt-new .why-rvt__inner > p {
    text-align: center;
}

.why-rvt-new .why-rvt__item .descr {
    color: rgba(0,0,0,0.6);
}

.why-rvt-new .why-rvt__item .icon {
    background-color: transparent;
}

.why-rvt-new .why-rvt__item span.heading {
    text-transform: uppercase;
    font-size: 24px;
}

.why-rvt__item .icon {
    width: 50px;
    height: 50px;
    background-color: #f47920;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-rvt__item .item-info {
    width: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.why-rvt__item span.heading {
    font-size: 16px;
    font-weight: 600;
}

/* --- Процесс работы --- */
.process-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 60px;
    max-width: 800px;
}

.process-step {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.process-step__number {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: var(--bg-color-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    color: #000;
}

.process-step__content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0 0 8px;
}

.process-step__content p {
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    margin: 0;
    line-height: 1.6;
}

/* --- Статистика --- */
.stats-section {
    padding: 60px 0;
    background: #1a1a1a;
    color: #fff;
}

.stats-grid {
    display: flex;
    justify-content: center;
    gap: 80px;
    text-align: center;
}

.stat-item__number {
    font-size: 72px;
    font-weight: 900;
    color: var(--txt-color-orange);
    font-family: "Inter", sans-serif;
}

.stat-item__label {
    font-size: 18px;
    margin-top: 8px;
    opacity: 0.7;
}

/* --- Команда --- */
.team-section {
    padding: 80px 0;
    background: #fff;
}

.team-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 20px;
}

.team-card {
    min-width: 280px;
    text-align: center;
}

.team-card__photo {
    width: 280px;
    height: 350px;
    border-radius: 24px;
    object-fit: cover;
    background: #f3f3f3;
}

.team-card__name {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 16px 0 4px;
}

.team-card__role {
    font-size: 14px;
    color: rgba(0,0,0,0.5);
    text-transform: uppercase;
}

/* --- Отзывы --- */
.reviews-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.review-card {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
}

.review-card__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.review-card__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.review-card__name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.review-card__text {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(0,0,0,0.7);
}

.review-platforms {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
}

.review-platforms img {
    height: 40px;
    opacity: 0.6;
    transition: .3s;
}

.review-platforms img:hover {
    opacity: 1;
}

/* --- Калькулятор --- */
.calculator {
    padding: 68px 0 60px;
    background: #1a1a1a;
    color: #fff;
}

.calculator__container {
    position: relative;
    padding-bottom: 15px;
}

.calculator__title {
    margin-top: 0;
    margin-bottom: 0;
}

.calculator__description {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-top: 25px;
}

.calculator__inner {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    align-items: flex-start;
}

.calculator-options {
    width: 376px;
}

.calculator-options__group {
    position: relative;
    display: flex;
}

.calculator-options .calculator-options__group,
.clc-opt__project {
    margin-top: 18px;
}

.clc-opt__project {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.options-rem, .housing-type-group {
    flex-direction: column;
    gap: 20px;
}

.calculator-options__button {
    width: 200px;
    height: 56px;
    border-radius: 34px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 20px;
    background: #f2f2f2;
    border: 1px solid transparent;
    margin-right: 20px;
    color: #000;
    cursor: pointer;
    transition: .3s;
}

.calculator-options__button.active {
    background-color: #f47920;
    border-color: #ffe79e;
}

.calculator-options__button:hover {
    border-color: #ffe79e;
    background-color: #ffe79e;
}

.calculator-options__button--special {
    width: 294px;
    border-radius: 6px;
    height: 57px;
    color: #000;
}

.calculator-options__button--special.active {
    background-color: #f47920;
}

.calculator-options__circle-button {
    width: 40px;
    height: 40px;
    background: #f47920;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    transition: .3s;
}

.calculator-options__circle-button:hover {
    background-color: #ffe79e;
}

.calculator-options__input-number {
    width: 120px;
    height: 56px;
    border-radius: 34px;
    border: 1px solid #e0e0e0;
    text-align: center;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    margin: 0 12px;
}

.calculator-options__input-number:hover {
    border-color: #ffe79e;
}

.calculator-options__input-number-wrapper {
    display: flex;
    align-items: center;
    margin-right: 56px;
}

.calculator-options__room-button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.calculator-options__room-button:hover {
    background: #ffe79e;
}

.calculator-options__room-button.active {
    background: #f47920;
    border-color: #ffe79e;
}

.calculator-result {
    background: #f47920;
    border-radius: 24px;
    padding: 40px;
    width: 400px;
    color: #000;
}

.calculator-result__label {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
}

.calculator-result__price {
    font-size: 48px;
    font-weight: 900;
    font-family: "Inter", sans-serif;
    margin: 8px 0 16px;
}

.calculator-result__note {
    font-size: 13px;
    opacity: 0.6;
    line-height: 1.5;
}

.calculator-result__button {
    width: 100%;
    height: 60px;
    border-radius: 12px;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    margin-top: 24px;
    transition: .3s;
}

.calculator-result__button:hover {
    background: #333;
}

/* --- FAQ (Аккордеон) --- */
.faq-section {
    padding: 80px 0;
    background: #fff;
}

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

.faq-item {
    border-bottom: 1px solid #e8e8e8;
}

.faq-item__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    transition: .3s;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}

.faq-item__question:hover {
    color: var(--txt-color-orange);
}

.faq-item__question::after {
    content: "+";
    font-size: 28px;
    font-weight: 300;
    min-width: 30px;
    text-align: center;
    transition: .3s;
}

.faq-item.active .faq-item__question::after {
    transform: rotate(45deg);
}

.faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(0,0,0,0.65);
}

.faq-item.active .faq-item__answer {
    max-height: 500px;
    padding-bottom: 24px;
}

/* --- CTA секция --- */
.cta-section {
    padding: 100px 0;
    background: #1a1a1a;
    text-align: center;
    position: relative;
}

.cta-section__title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 16px;
    font-family: "Inter", sans-serif;
}

.cta-section__subtitle {
    font-size: 20px;
    color: rgba(255,255,255,0.6);
    margin: 0 0 40px;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

/* --- Footer --- */
.footer {
    background: #111;
    padding: 40px 0;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__links {
    display: flex;
    gap: 24px;
}

.footer__links a:hover {
    color: var(--txt-color-orange);
}

/* --- Модальные окна --- */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.modal-overlay.active {
    display: flex;
}

.modal {
    background: #1a1a1a;
    border-radius: 24px;
    padding: 48px;
    max-width: 520px;
    width: 100%;
    position: relative;
    color: #fff;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    opacity: 0.6;
    transition: .3s;
}

.modal__close:hover {
    opacity: 1;
}

.modal__title {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 8px;
}

.modal__subtitle {
    font-size: 15px;
    color: rgba(255,255,255,0.5);
    margin: 0 0 32px;
}

.modal__input {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.05);
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 16px;
    transition: .3s;
}

.modal__input:focus {
    border-color: var(--bg-color-orange);
}

.modal__input::placeholder {
    color: rgba(255,255,255,0.3);
}

.modal__button {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    background: var(--bg-color-orange);
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: .3s;
    margin-top: 8px;
}

.modal__button:hover {
    background: var(--bg-hover-orange);
}

.modal__consent {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    margin-top: 16px;
    text-align: center;
    line-height: 1.5;
}

.modal__consent a {
    color: rgba(255,255,255,0.5);
    text-decoration: underline;
}

.modal__success {
    display: none;
    text-align: center;
    padding: 40px 0;
}

.modal__success h3 {
    font-size: 24px;
    margin: 0 0 12px;
    color: var(--txt-color-orange);
}

.modal__success p {
    color: rgba(255,255,255,0.6);
    margin: 0;
}

/* --- Бегущая строка (marquee) --- */
.marquee-section {
    overflow: hidden;
    padding: 20px 0;
    background: #fff;
}

.marquee-track {
    display: flex;
    gap: 32px;
    animation: marquee 60s linear infinite;
    white-space: nowrap;
    will-change: transform;
}

.marquee-track:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.marquee-item-link {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    background: #f3f3f3;
    transition: .3s;
    text-decoration: none;
}

.marquee-item-link:hover {
    background: var(--bg-color-orange);
    color: #000;
}

.marquee-item-text {
    flex-shrink: 0;
    font-size: 15px;
    color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
}

.marquee-item-text::before {
    content: "•";
    margin-right: 12px;
    color: var(--bg-color-orange);
    font-size: 24px;
}

/* --- Адаптивность --- */
@media (max-width: 1199.9px) {
    .title { font-size: 42px; }
    .header-info__title { width: 100%; }
    .header-info__subtitle { font-size: 24px; }
    .calculator__inner { flex-direction: column; gap: 40px; }
    .calculator-result { width: 100%; }
    .stats-grid { gap: 40px; }
    .stat-item__number { font-size: 56px; }
}

@media (max-width: 991.9px) {
    .title { font-size: 36px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
    .reviews-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { flex-wrap: wrap; gap: 30px; }
    .why-rvt-new .why-rvt__item { width: calc(50% - 10px); }
    .header__left { flex-direction: column; gap: 16px !important; }
    .button-main-menu { display: block; }
    .main-menu { display: none; }
    .main-menu.active { display: block; }
    .main-menu__list { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767.9px) {
    .title { font-size: 28px; }
    .header-info__subtitle { font-size: 18px; }
    .services-grid { grid-template-columns: 1fr; }
    .portfolio-grid { grid-template-columns: 1fr; }
    .reviews-grid { grid-template-columns: 1fr; }
    .portfolio-card { height: 300px; }
    .why-rvt-new .why-rvt__item { width: 100%; }
    .stats-grid { flex-direction: column; align-items: center; gap: 20px; }
    .process-step { flex-direction: column; align-items: center; text-align: center; }
    .cta-section__title { font-size: 32px; }
    .cta-buttons { flex-direction: column; align-items: center; }
    .team-card__photo { width: 220px; height: 280px; }
    .calculator-options { width: 100%; }
    .modal { padding: 32px 24px; margin: 16px; }
    .header { min-height: 600px; }
}

@media (max-width: 574.9px) {
    .title { font-size: 22px; }
    .header-info__subtitle { font-size: 16px; }
    .header-info__inner-left { width: 100%; }
    .link-phone { font-size: 20px; }
    .info-list__address, .info-list__mode { font-size: 14px; }
    .header { min-height: 500px; }
    .faq-item__question { font-size: 16px; }
}

/* --- Форма WPCF7 --- */
.wpcf7-response-output {
    color: #fff;
    margin-top: 15px;
    text-align: center;
}

/* --- Swiper (если используется CDN) --- */
.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex-shrink: 0;
}

/* --- Секция "Новые turnkey страницы" --- */
.new-turnkey-pages {
    font-family: "Inter", sans-serif;
}

/* --- Секция-заголовок --- */
.section-header {
    margin-bottom: 40px;
}

.section-header .title {
    color: #000;
    text-align: center;
}

.section-header .subtitle {
    text-align: center;
    font-size: 18px;
    color: rgba(0,0,0,0.5);
    margin-top: 12px;
}

/* --- Кнопка "Все проекты" --- */
.btn-all-projects {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.btn-all-projects a {
    padding: 16px 40px;
    border-radius: 50px;
    background: var(--bg-color-orange);
    color: #000;
    font-weight: 700;
    font-size: 16px;
    transition: .3s;
}

.btn-all-projects a:hover {
    background: var(--bg-hover-orange);
    color: #000;
}

/* --- Дополнительные стили для тёмного фона --- */
.dark-section {
    background: #1a1a1a;
    color: #fff;
}

.dark-section .title {
    color: #fff;
}

.dark-section .section-header .subtitle {
    color: rgba(255,255,255,0.5);
}

.light-section {
    background: #fff;
    color: #000;
}

/* --- Radio кнопки --- */
.button-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.button-radio__icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: 9px solid #f2f2f2;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.26);
    transition: .3s;
    min-width: 40px;
}

.button-radio.active .button-radio__icon {
    background-color: #fbb702;
    border-color: #fff;
}

.button-radio__text {
    font-family: Roboto, sans-serif;
    margin-left: 14px;
    font-size: 16px;
}

.button-radio:hover .button-radio__icon {
    background-color: #ffe79e;
}

/* --- SEO блок --- */
.seo-section {
    padding: 60px 0;
    background: #fff;
}

.seo-section__text {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(0,0,0,0.65);
}

/* --- Анимация тряски (звонок) --- */
@keyframes shaking {
    0% { transform: rotate(0); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(-5deg); }
    75% { transform: rotate(5deg); }
    100% { transform: rotate(0); }
}

/* --- Checkbox стили --- */
.checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}

.checkbox-label input[type="checkbox"] {
    accent-color: var(--bg-color-orange);
    width: 18px;
    height: 18px;
}

/* --- Бегущая полоса преимуществ --- */
.benefits-marquee {
    overflow: hidden;
    margin-top: 40px;
    padding: 20px 0;
}

.benefits-marquee__track {
    display: flex;
    gap: 20px;
    animation: benefits-scroll 40s linear infinite;
    will-change: transform;
}

.benefits-marquee__track:hover {
    animation-play-state: paused;
}

@keyframes benefits-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.benefits-marquee__card {
    flex-shrink: 0;
    width: 340px;
    background: #fff;
    border-radius: 32px;
    padding: 32px;
    box-shadow: 1px 1px 32px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.benefits-marquee__icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-marquee__heading {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.benefits-marquee__descr {
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    line-height: 1.6;
    margin: 0;
}

/* --- Sticky header --- */
.header__main.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.95);
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
    z-index: 999;
}

.header__fake-block.is-visible {
    display: block;
}

/* --- Стрелка в навигации --- */
.arrow-down {
    font-size: 10px;
    margin-left: 2px;
    opacity: 0.7;
}

/* --- Подсказка калькулятора --- */
.calculator-result__sublabel {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.8;
    margin-top: 4px;
}

/* --- Опции калькулятора (модальное окно) --- */
.options-form {
    margin-top: 24px;
}

.options-form .checkbox-label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

/* --- Секция-разделитель --- */
.section-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    max-width: 1080px;
    margin: 0 auto;
}
