/*
Theme Name: Plita24 Remont
Theme URI:
Author:
Author URI:
Description: Тема-лендинг по ремонту плит и холодильников в голубых тонах. Разбита на шаблоны (header, index, footer). Источник разметки — remont.html.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plita24-remont
Tags: one-column, custom-menu, translation-ready
*/

:root {
    --deep: #0e2b4a;
    --blue: #1565c0;
    --blue-dark: #0d47a1;
    --sky: #29b6f6;
    --light: #eaf4ff;
    --ice: #d8ecff;
    --white: #ffffff;
    --text: #243b52;
    --muted: #5f7a96;
    --radius: 16px;
    --radius-lg: 20px;
    --shadow: 0 10px 30px rgba(14, 43, 74, 0.10);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Onest', Arial, sans-serif; color: var(--deep); background: var(--white); line-height: 1.6; font-size: 16px; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 28px; border-radius: 16px; font-weight: 600; cursor: pointer; border: none; transition: background .2s, transform .2s; font-size: 15px; }
.btn:hover { transform: translateY(-2px); }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue-dark); }
.btn-sky { background: var(--sky); color: var(--deep); }
.btn-sky:hover { background: #1e9fe0; }
.btn-outline { background: transparent; border: 1px solid rgba(21,101,192,.4); color: var(--blue); }
.btn-outline:hover { background: rgba(21,101,192,.08); }
.section-pad { padding: 90px 0; }
.section-title { font-size: 40px; font-weight: 700; line-height: 1.2; margin-bottom: 16px; }
.section-sub { font-size: 18px; color: var(--muted); max-width: 640px; }
.tac { text-align: center; }
.tac .section-sub { margin: 0 auto 20px; }
.rating-stars { color: #ffb627; letter-spacing: 2px; }

/* ===== Header ===== */
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-bottom: 1px solid #e2ecf7; }
.header-top__inner { display: flex; align-items: center; gap: 20px; min-height: 76px; padding-top: 12px; padding-bottom: 12px; }
.header-sep-v { flex: 0 0 auto; width: 1px; height: 44px; background: #d7e5f4; border-radius: 1px; }
.header-tagline { margin: 0; max-width: 330px; font-size: 13.5px; line-height: 1.45; color: var(--muted); }
.header-top__right { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.header-geo { display: flex; align-items: center; gap: 8px; }
.header-geo svg { width: 22px; height: 22px; fill: var(--blue); flex: 0 0 auto; }
.header-geo__text { display: flex; flex-direction: column; line-height: 1.25; }
.header-geo__text small { color: var(--muted); font-size: 12.5px; white-space: nowrap; }
.header-geo__text strong { color: var(--text); font-size: 14.5px; font-weight: 600; white-space: nowrap; }
.logo { font-size: 24px; font-weight: 800; display: flex; align-items: center; gap: 8px; }
.logo-icon { width: 38px; height: 38px; border-radius: 12px; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; animation: logo-pulse 2.4s ease-in-out infinite; transition: transform .3s ease; }
.logo-icon .flame { display: inline-block; transform-origin: 50% 80%; animation: flame-flicker 1.8s ease-in-out infinite; }
.logo:hover .logo-icon { transform: scale(1.1) rotate(-6deg); }
.logo:hover .logo-icon .flame { animation-duration: .9s; }

/* Анимация логотипа */
@keyframes logo-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(41, 182, 246, .45); }
    50% { box-shadow: 0 0 0 8px rgba(41, 182, 246, 0); }
}
@keyframes flame-flicker {
    0%, 100% { transform: scale(1) rotate(0deg); }
    30% { transform: scale(1.15) rotate(-5deg); }
    60% { transform: scale(.95) rotate(4deg); }
}
@media (prefers-reduced-motion: reduce) {
    .logo-icon, .logo-icon .flame { animation: none; }
}
.logo span.accent { color: var(--sky); }
.header-phone { display: flex; align-items: center; gap: 8px; line-height: 1.25; }
.header-phone svg { width: 22px; height: 22px; fill: var(--blue); flex: 0 0 auto; }
.header-phone__text { display: flex; flex-direction: column; }
.header-phone a { font-weight: 700; font-size: 16px; white-space: nowrap; }
.header-phone a:hover { color: var(--blue); }
.header-phone small { color: var(--muted); font-size: 12.5px; white-space: nowrap; }
.header-social { display: flex; align-items: center; gap: 8px; }
.social-link { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; transition: transform .2s ease, background .2s ease; }
.social-link svg { width: 20px; height: 20px; fill: currentColor; }
.social-link:hover { transform: translateY(-2px); }
.social-tg { background: #229ed9; }
.social-tg:hover { background: #1e8dc2; }
.social-viber { background: #7360f2; }
.social-viber:hover { background: #6352dd; }
.header-call { flex: 0 0 auto; height: 44px; padding: 0 13px; border: none; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: var(--blue); color: #fff; font-family: inherit; font-size: 12.5px; font-weight: 600; letter-spacing: .2px; white-space: nowrap; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.header-call:hover { background: var(--blue-dark); transform: translateY(-2px); }
.social-viber svg { width: 22px; height: 22px; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { font-weight: 500; color: var(--text); transition: color .2s; font-size: 15px; }
.nav a:hover { color: var(--blue); }

/* ===== Второй уровень шапки (меню) ===== */
.header-sep { height: 1px; background: #d7e5f4; }
.header-bottom__inner { display: flex; align-items: center; min-height: 54px; }
.header-bottom .nav a { position: relative; padding: 16px 0 15px; }
.header-bottom .nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 9px; height: 2px; border-radius: 2px; background: var(--sky); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.header-bottom .nav a:hover::after { transform: scaleX(1); }

.burger { display: none; }
.nav-mobile { display: none; }

/* ===== Hero ===== */
.hero { background: linear-gradient(135deg, #eaf4ff 0%, #cfe6ff 100%); }
.hero__inner { display: flex; align-items: center; gap: 40px; padding: 80px 20px; }
.hero__content { flex: 1.2; }
.hero__content .badge { display: inline-block; background: var(--blue); color: #fff; padding: 8px 16px; border-radius: 30px; font-size: 14px; font-weight: 600; margin-bottom: 20px; }
.hero__content h1 { font-size: 48px; line-height: 1.15; font-weight: 800; margin-bottom: 24px; }
.hero__content h1 span.accent { color: var(--blue); }
.hero__text { font-size: 18px; color: var(--text); max-width: 520px; margin-bottom: 28px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero__right { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 18px; }
.hero__visual {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Статичная картинка техники в hero */
.hero__image {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    pointer-events: none;
    filter: drop-shadow(0 18px 32px rgba(6, 30, 60, .35));
}
.hero__ratings { display: flex; gap: 14px; flex-wrap: wrap; }
.rating-badge { flex: 1 1 200px; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--white); border: 1px solid #e2ecf7; border-radius: 16px; padding: 10px 16px; box-shadow: var(--shadow); }
.rating-logo { display: flex; }
.rating-logo svg { width: 44px; height: 44px; display: block; }
.rating-num { font-size: 30px; font-weight: 800; line-height: 1; color: var(--deep); }
.rating-meta { display: flex; flex-direction: column; gap: 2px; line-height: 1.25; }
.rating-meta .rating-stars { font-size: 14px; letter-spacing: 1px; }
.rating-meta small { color: var(--muted); font-size: 12.5px; white-space: nowrap; }

/* ===== Features ===== */
.features { background: var(--white); }
.features__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 40px; }
.feature { background: var(--ice); border-radius: var(--radius-lg); padding: 28px; }
.feature__icon { width: 54px; height: 54px; background: var(--sky); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 18px; }
.feature h3 { font-size: 19px; margin-bottom: 10px; }
.feature p { color: var(--text); font-size: 15px; }

/* ===== Devices / Услуги ===== */
.devices { background: var(--light); }
.devices__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.device { background: var(--white); border-radius: var(--radius-lg); padding: 30px 24px; text-align: center; cursor: pointer; transition: transform .2s, box-shadow .2s; border: 1px solid #e2ecf7; }
.device:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.device__img { width: 70px; height: 70px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; font-size: 48px; }
.device h3 { font-size: 18px; font-weight: 600; }
/* ===== Не нашли свою технику ===== */
.notfound {
    margin-top: 40px;
    padding: 56px 36px;
    text-align: center;
    border-radius: var(--radius-lg);
    box-shadow: 0 14px 34px rgba(13, 71, 161, .28);
    background: linear-gradient(135deg, var(--deep) 0%, var(--blue-dark) 48%, #1e7ad1 100%);
    position: relative;
    overflow: hidden;
}
.notfound__waves {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
}
.notfound h3,
.notfound p,
.notfound .msgs {
    position: relative;
}
.notfound h3 { font-size: 22px; margin-bottom: 10px; color: #fff; }
.notfound p { color: rgba(255, 255, 255, .82); margin-bottom: 22px; max-width: 520px; margin-left: auto; margin-right: auto; }
.notfound .msgs { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.notfound .btn-outline { border-color: rgba(255, 255, 255, .45); color: #fff; }
.notfound .btn-outline:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .75); }

/* ===== About ===== */
.about { background: var(--white); }
.about__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
/* О нас — визуал */
.about__visual {
    position: relative;
    min-height: 360px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--deep) 0%, var(--blue-dark) 52%, #1e7ad1 100%);
    box-shadow: 0 16px 36px rgba(13, 71, 161, .25);
    display: flex;
    align-items: center;
    justify-content: center;
}
.about__waves {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    border-radius: inherit;
}
.float-emoji {
    position: absolute;
    line-height: 1;
    pointer-events: none;
    filter: drop-shadow(0 10px 18px rgba(6, 30, 60, .45));
    will-change: transform;
    z-index: 2;
}
.fe-master { animation: bob 7s ease-in-out infinite; }
.about-stove {
    width: 225px;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 46px rgba(41, 182, 246, .5)) drop-shadow(0 12px 20px rgba(6, 30, 60, .5));
}
.fe-flame  { font-size: 54px; top: -22px;  right: -20px; animation: bob 4.6s ease-in-out infinite .3s; }
.fe-snow   { font-size: 46px; bottom: -18px; left: -22px; animation: bob 5.2s ease-in-out infinite .8s; }
.fe-bolt   { font-size: 40px; top: 26%;   left: -26px;  animation: bob 4.2s ease-in-out infinite 1.2s; }
.fe-pan    { font-size: 44px; bottom: 20%; right: -26px; animation: bob 5.6s ease-in-out infinite .6s; }

@keyframes bob {
    0%, 100% { transform: translateY(0) rotate(-4deg); }
    50%      { transform: translateY(-14px) rotate(5deg); }
}
@media (prefers-reduced-motion: reduce) {
    .float-emoji { animation: none; }
}

/* Статистика: цифра слева, подпись справа */
.about__stats { display: flex; gap: 44px; margin-top: 30px; }
.about__stat { display: flex; align-items: center; gap: 14px; }
.about__stat .num { font-size: 46px; font-weight: 800; color: var(--blue); line-height: 1; white-space: nowrap; }
.about__stat .lbl { color: #7f96ad; font-size: 13px; line-height: 1.35; max-width: 190px; }
.why__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
.why { display: flex; gap: 16px; background: var(--ice); border-radius: var(--radius-lg); padding: 24px; }
.why__icon { flex: 0 0 50px; font-size: 26px; }
.why h3 { font-size: 18px; margin-bottom: 6px; }
.why p { color: var(--text); font-size: 15px; }

/* ===== Team ===== */
.team { background: var(--light); }
.team__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 40px; }
.member { background: var(--white); border-radius: var(--radius-lg); padding: 26px; text-align: center; border: 1px solid #e2ecf7; }
.member__avatar {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--blue) 0%, var(--sky) 100%);
    transition: transform .25s ease;
}
.avatar-emoji { font-size: 30px; font-weight: 700; line-height: 1; color: #fff; text-shadow: 0 3px 5px rgba(6, 30, 60, .35); }
.member__avatar svg { width: 100%; height: 100%; display: block; }
.avatar-badge {
    position: absolute;
    right: -6px;
    bottom: -2px;
    font-size: 22px;
    line-height: 1;
    filter: drop-shadow(0 3px 5px rgba(14, 43, 74, .35));
}
.member:hover .member__avatar { transform: translateY(-5px); }
.member h3 { font-size: 18px; }
.member .role { color: var(--blue); font-weight: 600; font-size: 14px; }

/* ===== Акция ===== */
.promo {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--deep) 0%, var(--blue-dark) 48%, #1e7ad1 100%);
    color: #fff;
    padding: 80px 0;
}
.promo__waves { position: absolute; inset: 0; width: 100%; height: 100%; display: block; pointer-events: none; }
.promo .container { position: relative; z-index: 1; }
.promo__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.promo h2 { font-size: 38px; font-weight: 700; line-height: 1.2; }

/* Кнопка скидки */
.promo-cta { position: relative; display: inline-block; }
.btn-sale {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 42px;
    border: none;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffe082 0%, #ffb300 55%, #ff8f00 100%);
    color: var(--deep);
    font-family: inherit;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .3px;
    cursor: pointer;
    white-space: nowrap;
    transition: transform .2s ease;
    animation: sale-pulse 1.8s ease-in-out infinite;
}
.btn-sale:hover { transform: translateY(-3px) scale(1.03); animation-play-state: paused; }
.sparkle { position: absolute; pointer-events: none; line-height: 1; animation: sparkle-twinkle 2.4s ease-in-out infinite; }
.sp-1 { top: -16px; left: -24px; font-size: 22px; }
.sp-2 { bottom: -14px; right: -26px; font-size: 27px; animation-delay: .8s; }
.sp-3 { top: -26px; right: 26%; font-size: 17px; animation-delay: 1.5s; }

@keyframes sale-pulse {
    0%, 100% { box-shadow: 0 12px 26px rgba(255, 179, 0, .35), 0 0 0 0 rgba(255, 213, 79, .55); }
    50%      { box-shadow: 0 14px 32px rgba(255, 179, 0, .5), 0 0 0 18px rgba(255, 213, 79, 0); }
}
@keyframes sparkle-twinkle {
    0%, 100% { opacity: .3; transform: scale(.65) rotate(-12deg); }
    50%      { opacity: 1; transform: scale(1.2) rotate(14deg); }
}
@media (prefers-reduced-motion: reduce) {
    .btn-sale, .sparkle { animation: none; }
}

/* ===== Prices ===== */
.prices { background: var(--light); }
.prices__table { background: var(--white); border-radius: var(--radius-lg); border: 1px solid #e2ecf7; overflow: hidden; width: 100%; margin: 36px 0 0; }
.price-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 16px; align-items: center; padding: 20px 26px; border-bottom: 1px solid #e2ecf7; }
.price-row:last-child { border-bottom: none; }
.price-row:hover { background: var(--ice); }
.price-row .p-name { font-weight: 600; }
.price-row .p-desc { color: var(--muted); font-size: 14px; }
.price-row .p-price { font-weight: 700; font-size: 18px; color: var(--blue); text-align: right; }
.price-row .p-btn .btn { padding: 10px 20px; font-size: 14px; }
.prices__note { text-align: center; color: var(--muted); font-size: 14px; margin-top: 20px; }

/* ===== Steps ===== */
.steps { background: var(--white); }
.steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.step { background: var(--light); border-radius: var(--radius-lg); padding: 62px 30px 30px; position: relative; }
.step__num {
    position: absolute;
    top: -34px;
    left: -14px;
    font-size: 78px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
    background: linear-gradient(135deg, var(--sky) 20%, var(--blue) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 10px 16px rgba(21, 101, 192, .35));
    pointer-events: none;
}
.step h3 { font-size: 19px; margin-bottom: 10px; }
.step p { color: var(--text); font-size: 15px; }

/* ===== Отзывы ===== */
.testi { background: var(--white); }
.reviews-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.reviews-nav { display: flex; gap: 10px; }
.reviews-arrow {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid #d7e7f7;
    background: var(--white);
    color: var(--blue);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.reviews-arrow:hover { background: var(--blue); border-color: var(--blue); color: #fff; transform: translateY(-2px); }
.reviews-arrow svg { width: 20px; height: 20px; }
.reviews-viewport { overflow: hidden; margin-top: 34px; padding: 10px 4px; }
.reviews-track { display: flex; gap: 24px; will-change: transform; }
.reviews-track .testi-card { flex: 0 0 350px; box-shadow: var(--shadow); }
.testi-card { background: var(--ice); border-radius: var(--radius-lg); padding: 28px; }
.testi-card .stars { color: #ffb627; margin-bottom: 14px; letter-spacing: 3px; }
.testi-card p.quote { color: var(--text); margin-bottom: 18px; }
.testi-card .who { display: flex; align-items: center; gap: 12px; }
.testi-card .who .init { width: 42px; height: 42px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.testi-card .who .name { font-weight: 600; }
.testi-card .who .svc { font-size: 13px; color: var(--muted); }

/* ===== FAQ ===== */
.faq { background: var(--light); }
.faq__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.faq__msgs { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.faq__list { margin: 6px 0 0; }
.answer-wrap { height: 0; overflow: hidden; transition: height .38s ease; }
.faq-item { background: var(--white); border-radius: var(--radius-lg); margin-bottom: 14px; overflow: hidden; border: 1px solid #e2ecf7; }
.faq-item summary { padding: 22px 26px; cursor: pointer; font-weight: 600; font-size: 17px; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 26px; color: var(--blue); font-weight: 300; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .answer { padding: 0 26px 22px; color: var(--text); }

/* ===== Заявка (Не можете определить поломку?) ===== */
.actionform { background: var(--white); }
.actionform__box {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 56px 48px;
    background: linear-gradient(135deg, var(--deep) 0%, var(--blue-dark) 48%, #1e7ad1 100%);
    box-shadow: 0 14px 34px rgba(13, 71, 161, .28);
}
.actionform__waves { position: absolute; inset: 0; width: 100%; height: 100%; display: block; pointer-events: none; }
.actionform__content { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; width: 100%; }
.actionform h2 { font-size: 34px; line-height: 1.2; margin-bottom: 16px; color: #fff; }
.actionform p { color: rgba(255, 255, 255, .85); }
.actionform h3 { font-size: 22px; margin-bottom: 18px; color: #fff; }
.actionform .btn-sky { width: 100%; }
.actionform .form-note { margin-top: 14px; color: rgba(255, 255, 255, .6); }
.actionform .form-note a { color: var(--sky); }

/* ===== Contacts ===== */
.contacts { background: var(--white); }
.contacts__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.contact-item { display: flex; gap: 16px; margin-bottom: 26px; }
.contact-item .ic { width: 48px; height: 48px; background: var(--ice); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.contact-item h3 { font-size: 15px; color: var(--muted); font-weight: 500; margin-bottom: 4px; }
.contact-item a, .contact-item p { font-weight: 600; font-size: 17px; }
.contact-form { background: var(--light); border-radius: 20px; padding: 34px; border: 1px solid #e2ecf7; }
.contact-form h3 { font-size: 24px; margin-bottom: 6px; }
.contact-form .form-sub { color: var(--muted); margin-bottom: 22px; font-size: 15px; }
.form-field { margin-bottom: 16px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 16px 18px; border-radius: 14px; border: 1px solid #e2ecf7; background: var(--white); font-family: inherit; font-size: 15px; transition: border-color .2s; }
.form-field input:focus, .form-field select:focus { outline: none; border-color: var(--blue); }
.form-note { font-size: 12px; color: var(--muted); margin-top: 14px; }
.form-note a { color: var(--blue); }

/* ===== Brands ===== */
.brands { background: var(--white); padding: 40px 0; }
.brands__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.brand { background: var(--ice); border-radius: var(--radius); padding: 18px 22px; display: flex; align-items: center; justify-content: center; min-height: 74px; }
.bm { display: inline-flex; align-items: center; gap: 9px; line-height: 1; filter: grayscale(1); opacity: .62; transition: filter .25s ease, opacity .25s ease; }
.brand:hover .bm { filter: none; opacity: 1; }
.brand-sym { width: 27px; height: 27px; display: block; }
.brand-sym-wide { width: 110px; height: 29px; display: block; }
.bm-txt { font-weight: 800; white-space: nowrap; }
.c-gefest  { color: #d0021b; font-size: 19px; letter-spacing: 3px; }
.c-darina  { color: #2e9e4f; font-size: 18px; font-weight: 700; letter-spacing: 2px; }
.c-hansa   { color: #8c1d2f; font-size: 18px; letter-spacing: 4px; }
.c-bosch   { color: #e20015; font-size: 17px; letter-spacing: 2.5px; }
.c-atlant  { color: #005baa; font-size: 18px; letter-spacing: 2px; }
.c-indesit { color: #0050a0; font-size: 19px; font-weight: 700; letter-spacing: .5px; text-transform: lowercase; }
.c-lg      { color: #a50034; font-size: 21px; letter-spacing: 1px; }

/* ===== Footer ===== */
.footer { background: var(--deep); color: #c9d7ea; padding: 60px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer h3 { color: #fff; font-size: 16px; margin-bottom: 16px; }
.footer ul li { margin-bottom: 10px; }
.footer a { color: #c9d7ea; font-size: 14px; transition: color .2s; }
.footer a:hover { color: var(--sky); }
.footer .logo { color: #fff; margin-bottom: 16px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: #8aa3c0; }
.footer-requisites { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: #8aa3c0; }

/* ===== Modal ===== */
.modal { display: none; position: fixed; inset: 0; background: rgba(10, 35, 60, .55); z-index: 200; align-items: center; justify-content: center; padding: 20px; }
.modal.open { display: flex; }
.modal__box { background: #fff; border-radius: 20px; padding: 36px; max-width: 480px; width: 100%; position: relative; }
.modal__close { position: absolute; top: 16px; right: 20px; background: none; border: none; font-size: 30px; cursor: pointer; color: var(--muted); line-height: 1; }
.modal h3 { font-size: 24px; margin-bottom: 8px; }
.modal .form-sub { color: var(--muted); margin-bottom: 22px; font-size: 15px; }

/* ===== Плавающая кнопка ===== */
.fab { position: fixed; bottom: 24px; right: 24px; z-index: 150; background: var(--sky); color: var(--deep); border: none; border-radius: 50%; width: 60px; height: 60px; font-size: 26px; cursor: pointer; box-shadow: 0 10px 30px rgba(14,43,74,.25); transition: transform .2s; }
.fab:hover { transform: scale(1.08); }

/* ===== Responsive ===== */
@media (max-width: 1200px) {
    .header-tagline, .header-geo { display: none; }
}
@media (max-width: 1024px) {
    .nav { display: none; }
    .burger { display: flex; background: var(--ice); border: none; width: 46px; height: 46px; border-radius: 12px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; }
    .burger span { width: 20px; height: 2px; background: var(--deep); border-radius: 2px; }
    .nav-mobile { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; padding: 20px; border-bottom: 1px solid #e2ecf7; gap: 4px; z-index: 10; }
    .nav-mobile.open { display: flex; }
    .nav-mobile a { padding: 12px; font-weight: 500; border-radius: 10px; }
    .nav-mobile a:hover { background: var(--ice); }
    .header-bottom { display: none; }
    .features__grid { grid-template-columns: repeat(2, 1fr); }
    .devices__grid { grid-template-columns: repeat(2, 1fr); }
    .team__grid { grid-template-columns: repeat(2, 1fr); }
    .faq__inner { grid-template-columns: 1fr; gap: 40px; }
    .steps__grid { grid-template-columns: 1fr; }
    .brands__grid { grid-template-columns: repeat(2, 1fr); }
    .actionform__content { grid-template-columns: 1fr; gap: 26px; }
    .actionform__box { padding: 40px 28px; }
}
@media (max-width: 800px) {
    .hero__inner, .about__inner, .promo__inner, .contacts__inner { flex-direction: column; }
    .hero__inner { display: block; }
    .hero__visual { min-height: 240px; }
    .hero__ratings { justify-content: center; }
    .section-title { font-size: 32px; }
    .section-pad { padding: 60px 0; }
    .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .features__grid, .devices__grid, .team__grid, .why__grid { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: 1fr; }
    .header-phone, .header-social { display: none; }
    .about__stats { flex-direction: column; gap: 20px; }
    .price-row { grid-template-columns: 1fr auto; }
    .price-row .p-btn { grid-column: 1 / -1; }
    .hero__content h1 { font-size: 38px; }
}