/* ==========================================
   RESET & CORE VARIABLES
   ========================================== */
:root {
    --header-gradient: linear-gradient(135deg, #0b2545 0%, #134074 40%, #0077b6 85%, #00b4d8 100%);
    --header-height: 110px; /* Высота под новый крупный логотип */
    
    --text-white: #ffffff;
    --text-hover: #90e0ef;
    --btn-accent: #0077b6;
    
    --modal-bg: #f8fafc;
    --text-dark: #0f172a;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/* Фиксируем высоту 82px для мобильных устройств */
@media (max-width: 991px) {
    .site-header {
        height: 82px !important;
    }
    
    /* Чтобы содержимое хедера (лого, кнопка, бургер) ровно встало по центру по вертикали */
    .header-container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0;
    }
}
html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--text-dark);
    background-color: #ffffff;
    line-height: 1.5;
}

/* ==========================================
   HEADER & BRANDING
   ========================================== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--header-gradient);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    height: var(--header-height);
}

.header-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.brand-wrapper {
    display: flex;
    align-items: center;
}

/* Крупный Логотип */
.site-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 85px; /* Увеличено до 85px */
    width: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.2s ease;
}

.logo-img:hover {
    transform: scale(1.02);
}

/* ==========================================
   NAVIGATION & DROPDOWN
   ========================================== */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
}

.nav-item {
    position: relative;
}

.nav-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-link:hover {
    color: var(--text-hover);
}

.arrow {
    font-size: 11px;
    transition: transform 0.2s;
}

.nav-item:hover .arrow {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 240px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 8px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu a {
    display: block;
    padding: 10px 20px;
    color: #1e293b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
}

.dropdown-menu a:hover {
    background: #f1f5f9;
    color: var(--btn-accent);
}

/* Header Buttons */
.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-call {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: color 0.2s;
}

.btn-call:hover {
    color: var(--text-hover);
}

.btn-book {
    background-color: #ffffff;
    color: #0b2545;
    padding: 12px 26px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.btn-book:hover {
    background-color: var(--text-hover);
    color: #0b2545;
    transform: translateY(-1px);
}

/* ==========================================
   MOBILE BURGER & DRAWER
   ========================================== */
.mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 32px;
    height: 24px;
    position: relative;
    z-index: 1002;
    flex-direction: column;
    justify-content: space-between;
}

.burger-bar {
    width: 100%;
    height: 3px;
    background-color: var(--text-white);
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-toggle.active .burger-bar:nth-child(1) {
    transform: translateY(10.5px) rotate(45deg);
}
.mobile-toggle.active .burger-bar:nth-child(2) {
    opacity: 0;
}
.mobile-toggle.active .burger-bar:nth-child(3) {
    transform: translateY(-10.5px) rotate(-45deg);
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: rgba(11, 37, 69, 0.7);
    
    /* ТЕПЕРЬ МОЖНО СМЕЛО ВЕРНУТЬ РАЗМЫТИЕ! */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    
    z-index: 1000; /* Он строго ниже хедера */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    :root {
        --header-height: 85px;
    }

    .mobile-toggle { display: flex; }

    .logo-img {
        height: 60px;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        height: 100vh;
        background: linear-gradient(180deg, #0b2545 0%, #134074 100%);
        flex-direction: column;
        align-items: flex-start;
        padding: 90px 24px 40px;
        gap: 0;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25);
        z-index: 1001;
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
        overflow-y: auto;
    }

    .nav-menu.active {
        transform: translateX(0);
    }

    .nav-item { width: 100%; }

    .nav-link {
        padding: 14px 0;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        justify-content: space-between;
    }

    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: rgba(255, 255, 255, 0.05);
        box-shadow: none;
        border-radius: 8px;
        margin: 5px 0 10px;
        display: none;
    }

    .nav-item.open .dropdown-menu { display: block; }

    .dropdown-menu a {
        color: rgba(255, 255, 255, 0.85);
        padding: 10px 16px;
    }

    .btn-call span { display: none; }
}

/* ==========================================
   MODAL WINDOW
   ========================================== */
.modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(11, 37, 69, 0.5);
    backdrop-filter: blur(5px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 15px;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-card {
    background: var(--modal-bg);
    width: 100%;
    max-width: 600px;
    border-radius: 16px;
    padding: 35px 30px;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-card {
    transform: translateY(0);
}

.modal-close-btn {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 36px;
    height: 36px;
    background-color: #0077b6;
    color: #ffffff;
    border-radius: 50%;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.modal-title {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: #0b2545;
    margin-bottom: 4px;
}

.modal-subtitle {
    text-align: center;
    font-size: 14px;
    color: #64748b;
    margin-bottom: 22px;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-group label {
    font-size: 13px;
    font-weight: 700;
    color: #0b2545;
}

.form-control {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 14px;
    background-color: #ffffff;
    color: #334155;
    outline: none;
    transition: border-color 0.2s;
}

.form-control:focus {
    border-color: #0077b6;
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%3c64748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.btn-submit {
    background-color: #0b2545;
    color: #ffffff;
    padding: 14px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 8px;
    transition: background-color 0.2s;
}

.btn-submit:hover {
    background-color: #0077b6;
}

@media (max-width: 576px) {
    .logo-img { height: 48px; }
    .form-row { grid-template-columns: 1fr; }
    .modal-card { padding: 25px 18px; }
}
/* ==========================================
   RESET & CORE VARIABLES
   ========================================== */
:root {
    --header-gradient: linear-gradient(135deg, #0b2545 0%, #134074 40%, #0077b6 85%, #00b4d8 100%);
    --header-height: 110px;
    
    --text-white: #ffffff;
    --text-hover: #90e0ef;
    --btn-accent: #0077b6;
    --cyan-accent: #00b4d8;
    
    --modal-bg: #f8fafc;
    --text-dark: #0f172a;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--text-dark);
    background-color: #ffffff;
    line-height: 1.5;
}

/* ==========================================
   HEADER & BRANDING
   ========================================== */
/* 1. Поднимаем Header выше оверлея */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1005; /* Было 1000, стало 1005 */
    background: var(--header-gradient);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    height: var(--header-height);
}
.header-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.brand-wrapper {
    display: flex;
    align-items: center;
}

.site-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 85px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.2s ease;
}

.logo-img:hover {
    transform: scale(1.02);
}

/* Nav Menu */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
}

.nav-item { position: relative; }

.nav-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-link:hover { color: var(--text-hover); }

.arrow {
    font-size: 11px;
    transition: transform 0.2s;
}

.nav-item:hover .arrow { transform: rotate(180deg); }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 240px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 8px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu a {
    display: block;
    padding: 10px 20px;
    color: #1e293b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
}

.dropdown-menu a:hover {
    background: #f1f5f9;
    color: var(--btn-accent);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-call {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: color 0.2s;
}

.btn-call:hover { color: var(--text-hover); }

.btn-book {
    background-color: #ffffff;
    color: #0b2545;
    padding: 12px 26px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.btn-book:hover {
    background-color: var(--text-hover);
    color: #0b2545;
    transform: translateY(-1px);
}

/* Mobile Toggle */
.mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 32px;
    height: 24px;
    position: relative;
    z-index: 1002;
    flex-direction: column;
    justify-content: space-between;
}

.burger-bar {
    width: 100%;
    height: 3px;
    background-color: var(--text-white);
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================
   HERO SECTION
   ========================================== */
.hero-section {
    position: relative;
    min-height: calc(100vh - var(--header-height));
    background: url('img/herodesktop.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 40px 0 60px;
    overflow: hidden;
}

/* Затемняющий градиент-оверлей для высокой читаемости */
.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(11, 37, 69, 0.88) 0%, rgba(19, 64, 116, 0.82) 50%, rgba(0, 119, 182, 0.2) 100%);
    z-index: 1;
}

.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

/* --- Top Center: Services Pills --- */
.hero-services-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.hero-services-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    color: var(--cyan-accent);
}

.hero-services-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1100px;
}

.service-pill {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    padding: 9px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: all 0.25s ease;
}

.service-pill:hover {
    background: #ffffff;
    color: #0b2545;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* --- Hero Main Content Grid --- */
.hero-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

/* Left Column */
.hero-left-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Free Estimate Box */
.free-estimate-box {
    display: inline-block;
}

.estimate-sub {
    display: block;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--cyan-accent);
    margin-bottom: 2px;
}

.estimate-title {
    font-size: 58px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 4px 20px rgba(0, 180, 216, 0.4);
    letter-spacing: -1px;
}

/* CTA Buttons Group */
.hero-cta-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Phone Call Button */
.hero-btn-call {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #0077b6 0%, #00b4d8 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0, 180, 216, 0.35);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-btn-call:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 180, 216, 0.5);
    background: linear-gradient(135deg, #00b4d8 0%, #90e0ef 100%);
    color: #0b2545;
}

.call-text-wrap {
    display: flex;
    flex-direction: column;
}

.call-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    opacity: 0.9;
}

.phone-number {
    font-size: 18px;
    font-weight: 800;
}

/* Book Now Hero Button */
.hero-btn-book {
    background-color: #ffffff;
    color: #0b2545;
    padding: 17px 36px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.hero-btn-book:hover {
    background-color: var(--text-hover);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(144, 224, 239, 0.4);
}

/* Bullet Highlights */
.hero-highlights {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 14px 20px;
    border-radius: 14px;
    backdrop-filter: blur(6px);
}

.highlight-icon {
    font-size: 22px;
    width: 42px;
    height: 42px;
    background: rgba(0, 180, 216, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.highlight-text {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-size: 15px;
}

.highlight-text strong {
    font-weight: 700;
    font-size: 16px;
}

.highlight-text span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

/* --- Center Lower: Seal Badge --- */
.hero-center-seal-wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
}

.seal-badge-hero {
    width: 190px;
    height: 190px;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.4));
}

.seal-badge-hero:hover {
    transform: scale(1.08) rotate(12deg);
}

.seal-svg-hero {
    width: 100%;
    height: 100%;
}

/* ==========================================
   MODAL WINDOW STYLES
   ========================================== */
.modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(11, 37, 69, 0.6);
    backdrop-filter: blur(6px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 15px;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-card {
    background: var(--modal-bg);
    width: 100%;
    max-width: 600px;
    border-radius: 16px;
    padding: 35px 30px;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-card { transform: translateY(0); }

.modal-close-btn {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 36px;
    height: 36px;
    background-color: #0077b6;
    color: #ffffff;
    border-radius: 50%;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.modal-title {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: #0b2545;
    margin-bottom: 4px;
}

.modal-subtitle {
    text-align: center;
    font-size: 14px;
    color: #64748b;
    margin-bottom: 22px;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-group label {
    font-size: 13px;
    font-weight: 700;
    color: #0b2545;
}

.form-control {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 14px;
    background-color: #ffffff;
    color: #334155;
    outline: none;
    transition: border-color 0.2s;
}

.form-control:focus { border-color: #0077b6; }

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%3c64748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.btn-submit {
    background-color: #0b2545;
    color: #ffffff;
    padding: 14px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 8px;
    transition: background-color 0.2s;
}

.btn-submit:hover { background-color: #0077b6; }

/* ==========================================
   RESPONSIVE DESIGN (TABLETS & MOBILE)
   ========================================== */
@media (max-width: 991px) {
    :root { var(--header-height): 85px; }

    .mobile-toggle { display: flex; }
    .logo-img { height: 60px; }

    .nav-menu {
        position: fixed;
        top: 0; right: 0;
        width: 300px; height: 100vh;
        background: linear-gradient(180deg, #0b2545 0%, #134074 100%);
        flex-direction: column;
        align-items: flex-start;
        padding: 90px 24px 40px;
        gap: 0;
        z-index: 1001;
        transform: translateX(100%);
        transition: transform 0.35s ease;
    }

    .hero-center-seal-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .nav-menu.active { transform: translateX(0); }
    .nav-item { width: 100%; }
    .nav-link { padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .btn-call span { display: none; }

    /* Hero Responsive */
    .hero-content-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 35px;
    }

    .hero-left-col {
        align-items: center;
    }

    .estimate-title {
        font-size: 42px;
    }

    .hero-cta-buttons {
        justify-content: center;
    }

    .hero-highlights {
        align-items: center;
    }

    .seal-badge-hero {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 576px) {
    .logo-img { height: 48px; }
    .estimate-title { font-size: 34px; }
    .hero-btn-call, .hero-btn-book { width: 100%; justify-content: center; }
    .form-row { grid-template-columns: 1fr; }
    .modal-card { padding: 25px 18px; }
}

/* ==========================================
   МОБИЛЬНОЕ ПОДМЕНЮ (ИСПРАВЛЕННЫЙ АККОРДЕОН)
   ========================================== */
@media (max-width: 991px) {
    /* Сбрасываем десктопное позиционирование и скрываем высоту */
    .nav-item.dropdown .dropdown-menu {
        position: static !important;
        transform: none !important;
        background: rgba(0, 0, 0, 0.22) !important;
        box-shadow: none !important;
        border: none !important;
        border-radius: 8px;
        margin: 0 !important;
        
        /* Фикс для выезда по высоте */
        display: block !important; 
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding: 0 10px;
        transition: max-height 0.35s cubic-bezier(0, 1, 0, 1), 
                    opacity 0.25s ease, 
                    padding 0.35s ease;
    }

    /* Состояние открытия: подхватывает классы open, active или show */
    .nav-item.dropdown.open > .dropdown-menu,
    .nav-item.dropdown.active > .dropdown-menu,
    .nav-item.dropdown .dropdown-menu.open,
    .nav-item.dropdown .dropdown-menu.active,
    .nav-item.dropdown .dropdown-menu.show {
        max-height: 500px !important; /* Гарантированный запас по высоте */
        opacity: 1 !important;
        padding: 8px 10px !important;
        transition: max-height 0.4s ease-in-out, opacity 0.3s ease, padding 0.3s ease;
    }

    /* Ссылки подменю */
    .nav-item.dropdown .dropdown-menu a {
        color: rgba(255, 255, 255, 0.9) !important;
        padding: 10px 15px 10px 20px !important;
        display: block;
        font-size: 15px;
        text-decoration: none;
    }

    /* Поворот стрелки при открытии */
    .arrow {
        display: inline-block;
        transition: transform 0.3s ease;
    }

    .nav-item.dropdown.open > .nav-link .arrow,
    .nav-item.dropdown.active > .nav-link .arrow {
        transform: rotate(180deg);
    }
}
/* ==========================================
   SECTON: BREATHE BETTER, LIVE HEALTHIER
   ========================================== */

.health-section {
    padding: 90px 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.health-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* --- Текстовый блок --- */
.health-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 180, 216, 0.1);
    color: #0077b6;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 180, 216, 0.2);
}

.health-title {
    font-size: 2.75rem;
    line-height: 1.2;
    font-weight: 800;
    color: #0b2545;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.health-title .gradient-text {
    background: linear-gradient(135deg, #0077b6 0%, #00b4d8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.health-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 18px;
}

.health-text.highlight-p {
    font-size: 1.15rem;
    color: #1e293b;
}

.health-text strong {
    color: #0b2545;
}

/* CTA Блок с кнопкой и статой */
.health-cta-box {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.health-stat {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #00b4d8;
    line-height: 1;
}

.stat-label {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 600;
}

.health-btn {
    background: linear-gradient(135deg, #0b2545 0%, #134074 100%);
    color: #ffffff;
    padding: 14px 28px;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(11, 37, 69, 0.2);
    transition: all 0.3s ease;
}

.health-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 25px rgba(11, 37, 69, 0.3);
    background: linear-gradient(135deg, #134074 0%, #0077b6 100%);
}

/* --- Картинка и декоративные элементы --- */
.health-image-wrapper {
    position: relative;
}

.image-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(11, 37, 69, 0.12);
    border: 6px solid #ffffff;
    transition: transform 0.4s ease;
}

.image-card:hover {
    transform: scale(1.02);
}

.health-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Плавающий бейдж поверх картинки */
.floating-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #ffffff;
    padding: 16px 20px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #f1f5f9;
    animation: floatAnim 4s ease-in-out infinite;
}

.floating-icon {
    width: 42px;
    height: 42px;
    background: rgba(0, 180, 216, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.floating-info {
    display: flex;
    flex-direction: column;
}

.floating-info strong {
    font-size: 0.95rem;
    color: #0b2545;
}

.floating-info span {
    font-size: 0.8rem;
    color: #64748b;
}

@keyframes floatAnim {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* --- Адаптивность для мобильных устройств --- */
@media (max-width: 991px) {
    .health-section {
        padding: 60px 20px;
    }

    .health-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .health-title {
        font-size: 2.1rem;
    }

    .health-image-wrapper {
        order: -1; /* На телефонах картинка идет ПЕРЕД текстом */
        margin-bottom: 10px;
    }

    .floating-badge {
        bottom: 10px;
        left: 10px;
        padding: 12px 16px;
    }

    .health-cta-box {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .health-btn {
        width: 100%;
        text-align: center;
    }
}

/* ==========================================
   SECTION: WHY CLEAN YOUR AIR DUCTS
   ========================================== */

.why-clean-section {
    padding: 100px 20px;
    background: #f8fafc; /* Светлый приятный фон для контраста */
    position: relative;
}

.why-clean-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Заголовок секции */
.section-header-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.sub-badge {
    display: inline-block;
    color: #0077b6;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: rgba(0, 180, 216, 0.1);
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0b2545;
    margin-bottom: 20px;
}

.section-intro {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a5568;
}

/* Баннер EPA */
.epa-alert-box {
    background: linear-gradient(135deg, #0b2545 0%, #134074 100%);
    border-radius: 16px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow: 0 12px 30px rgba(11, 37, 69, 0.15);
    margin-bottom: 70px;
    border-left: 6px solid #00b4d8;
}

.epa-icon-wrap {
    width: 56px;
    height: 56px;
    background: rgba(0, 180, 216, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00b4d8;
    flex-shrink: 0;
}

.epa-title {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.epa-desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
}

.epa-desc strong {
    color: #00b4d8;
}

/* --- ТАЙМЛАЙН ПРИЧИН --- */
.timeline-wrapper {
    position: relative;
    padding: 20px 0;
    margin-bottom: 90px;
}

/* Вертикальная центральная линия */
.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #00b4d8 0%, #0b2545 100%);
    transform: translateX(-50%);
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    width: 50%;
    margin-bottom: 50px;
    display: flex;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-item.left {
    left: 0;
    padding-right: 45px;
    justify-content: flex-end;
}

.timeline-item.right {
    left: 50%;
    padding-left: 45px;
    justify-content: flex-start;
}

/* Точки на центральной линии */
.timeline-dot {
    position: absolute;
    top: 25px;
    width: 20px;
    height: 20px;
    background: #00b4d8;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(0, 180, 216, 0.25);
    z-index: 2;
}

.timeline-item.left .timeline-dot {
    right: -10px;
}

.timeline-item.right .timeline-dot {
    left: -10px;
}

/* Карточки таймлайна */
.timeline-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    max-width: 500px;
}

.timeline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(11, 37, 69, 0.1);
    border-color: rgba(0, 180, 216, 0.4);
}

.card-icon {
    font-size: 2rem;
    margin-bottom: 12px;
}

.timeline-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 12px;
}

.timeline-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* --- НИЖНИЙ БЛОК: SIGNS & EFFECTS --- */
.signs-container {
    background: #ffffff;
    border-radius: 24px;
    padding: 60px 40px;
    box-shadow: 0 15px 40px rgba(11, 37, 69, 0.06);
    border: 1px solid #e2e8f0;
}

.signs-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.signs-header h2 {
    font-size: 2.1rem;
    font-weight: 800;
    color: #0b2545;
    margin-bottom: 15px;
}

.signs-header p {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
}

.signs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.sign-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border: 1px solid #edf2f7;
    transition: background 0.3s ease, transform 0.3s ease;
}

.sign-card:hover {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 180, 216, 0.3);
}

.sign-icon {
    font-size: 2.2rem;
    background: #ffffff;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    flex-shrink: 0;
}

.sign-body h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 8px;
}

.sign-body p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
}

/* ==========================================
   АДАПТИВНОСТЬ (МОБИЛЬНЫЕ УСТРОЙСТВА)
   ========================================== */
@media (max-width: 991px) {
    .why-clean-section {
        padding: 60px 15px;
    }

    .main-title {
        font-size: 2rem;
    }

    .epa-alert-box {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
    }

    .timeline-line {
        left: 20px; /* Переносим линию влево на смартфонах */
    }

    .timeline-item {
        width: 100%;
        margin-bottom: 35px;
    }

    .timeline-item.left, 
    .timeline-item.right {
        left: 0;
        padding-left: 55px;
        padding-right: 0;
        justify-content: flex-start;
    }

    .timeline-item.left .timeline-dot,
    .timeline-item.right .timeline-dot {
        left: 10px; /* Выравниваем точки по левой линии */
        right: auto;
    }

    .timeline-card {
        max-width: 100%;
    }

    .signs-container {
        padding: 35px 20px;
    }

    .signs-grid {
        grid-template-columns: 1fr; /* 1 колонка на смартфонах */
    }

    .sign-card {
        flex-direction: column;
        gap: 12px;
    }
}
/* ==========================================
   SECTION: OUR SERVICES (ENHANCED DESIGN)
   ========================================== */

.services-section {
    padding: 100px 20px;
    background: #f8fafc; /* Приятный светлый фоновый контраст */
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Заголовок секции */
.services-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 60px auto;
}

.services-badge {
    display: inline-block;
    color: #0077b6;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: rgba(0, 180, 216, 0.1);
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 14px;
    border: 1px solid rgba(0, 180, 216, 0.2);
}

.services-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #0b2545;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.services-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.6;
}

/* Сетка карточек */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* Карточка сервиса */
.service-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 10px 25px rgba(11, 37, 69, 0.03);
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 180, 216, 0.5);
    box-shadow: 0 20px 45px rgba(11, 37, 69, 0.12);
}

/* Картинка (Крупная, сочная) */
.service-img-wrap {
    width: 100%;
    height: 200px; /* Увеличенная высота */
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #edf2f7;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Эффект Zoom при наведении на карточку */
.service-card:hover .service-img {
    transform: scale(1.07);
}

/* Бейдж на карточке (например "Popular") */
.service-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #0077b6 0%, #00b4d8 100%);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Текстовый контент карточки */
.service-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 6px 6px 6px;
}

.service-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 10px;
    line-height: 1.3;
}

.service-desc {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1; /* Выравнивает кнопки внизу */
}

/* Кнопка Learn More */
.service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #f1f5f9;
    color: #0b2545 !important;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid #e2e8f0;
}

.service-btn svg {
    transition: transform 0.3s ease;
}

.service-card:hover .service-btn {
    background: linear-gradient(135deg, #0b2545 0%, #134074 100%);
    color: #ffffff !important;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(11, 37, 69, 0.2);
}

.service-card:hover .service-btn svg {
    transform: translateX(5px);
}

/* Выделенная карточка галереи */
.highlight-card {
    background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 100%);
    border-color: rgba(0, 180, 216, 0.3);
}

/* ==========================================
   АДАПТИВНОСТЬ (АДАПТАЦИЯ ПОД ЭКРАНЫ)
   ========================================== */

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 640px) {
    .services-section {
        padding: 60px 15px;
    }

    .services-title {
        font-size: 2.1rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-img-wrap {
        height: 180px;
    }
}
/* ==========================================
   SECTION: FREE ESTIMATE (PREMIUM CTA)
   ========================================== */

.free-estimate-section {
    padding: 80px 20px;
    background: #ffffff;
}

.free-estimate-container {
    max-width: 1050px;
    margin: 0 auto;
}

/* Главная баннерная карточка */
.estimate-card {
    background: linear-gradient(135deg, #0b2545 0%, #134074 100%);
    border-radius: 28px;
    padding: 55px 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(11, 37, 69, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Эффекты свечения на фоне */
.glow-effect {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.glow-top-right {
    top: -60px;
    right: -60px;
    width: 250px;
    height: 250px;
    background: rgba(0, 180, 216, 0.25);
}

.glow-bottom-left {
    bottom: -60px;
    left: -60px;
    width: 250px;
    height: 250px;
    background: rgba(0, 119, 182, 0.3);
}

.estimate-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* Заголовок и Бейдж */
.estimate-header {
    margin-bottom: 35px;
}

.estimate-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #00b4d8;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 20px;
    border: 1px solid rgba(0, 180, 216, 0.3);
    margin-bottom: 18px;
}

/* Пульсирующая зеленая точка "Онлайн" */
.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: pulse 1.8s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.estimate-title {
    font-size: 2.7rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.title-highlight {
    color: #00b4d8;
    position: relative;
}

.estimate-subtitle {
    font-size: 1.05rem;
    color: #cbd5e1;
    margin: 0;
}

/* Плашки с преимуществами */
.estimate-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.feature-box {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    transition: all 0.3s ease;
}

.feature-box:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    border-color: rgba(0, 180, 216, 0.4);
}

.feature-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #0077b6 0%, #00b4d8 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 6px 15px rgba(0, 180, 216, 0.3);
}

.feature-info h4 {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.feature-info p {
    color: #94a3b8;
    font-size: 0.88rem;
    margin: 0;
}

/* Действия: Кнопки и Телефон */
.estimate-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.action-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
}

/* Кнопка Call Now */
.btn-call-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #0077b6 0%, #00b4d8 100%);
    color: #ffffff !important;
    padding: 15px 32px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 180, 216, 0.4);
    min-width: 180px;
}

.btn-call-now:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 180, 216, 0.6);
    filter: brightness(1.08);
}

/* Кнопка Book Now */
.btn-book-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #ffffff !important;
    padding: 15px 32px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.25);
    min-width: 180px;
}

.btn-book-now:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    border-color: #ffffff;
}

/* Большой телефон */
.phone-link-display {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 8px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.phone-link-display svg {
    color: #00b4d8;
    transition: transform 0.3s ease;
}

.phone-link-display:hover {
    color: #00b4d8 !important;
}

.phone-link-display:hover svg {
    transform: rotate(12deg) scale(1.1);
}

/* ==========================================
   АДАПТИВНОСТЬ
   ========================================== */

@media (max-width: 768px) {
    .estimate-card {
        padding: 40px 20px;
        border-radius: 20px;
    }

    .estimate-title {
        font-size: 2rem;
    }

    .estimate-features {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .action-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-call-now, 
    .btn-book-now {
        width: 100%;
    }

    .phone-link-display {
        font-size: 1.3rem;
    }
}

/* ==========================================
   SECTION: DRYER VENT BENEFITS & SIGNS
   ========================================== */

.dryer-info-section {
    padding: 90px 20px;
    background: #ffffff;
}

.dryer-info-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Header */
.dryer-info-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px auto;
}

.dryer-info-badge {
    display: inline-block;
    color: #0077b6;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: rgba(0, 180, 216, 0.1);
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.dryer-info-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0b2545;
    margin-bottom: 10px;
}

.dryer-info-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0077b6;
    margin-bottom: 16px;
}

.dryer-info-desc {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.65;
}

/* === HAZARD ALERT BOX === */
.hazard-alert-box {
    background: #fff5f5;
    border: 1px solid #fed7d7;
    border-left: 5px solid #e53e3e;
    border-radius: 16px;
    padding: 24px 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 60px;
    box-shadow: 0 10px 25px rgba(229, 62, 62, 0.05);
}

.alert-icon-wrap {
    width: 46px;
    height: 46px;
    background: #e53e3e;
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.alert-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #9b2c2c;
    margin-bottom: 6px;
}

.alert-desc {
    font-size: 0.95rem;
    color: #742a2a;
    line-height: 1.55;
    margin: 0;
}

/* === TIMELINE GRID === */
.benefits-timeline {
    position: relative;
    max-width: 950px;
    margin: 0 auto 80px auto;
    padding: 20px 0;
}

/* Вертикальная направляющая линия по центру */
.timeline-center-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #e2e8f0 0%, #00b4d8 50%, #e2e8f0 100%);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    width: 50%;
    margin-bottom: 35px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-left {
    left: 0;
    padding-right: 40px;
}

.timeline-right {
    left: 50%;
    padding-left: 40px;
}

/* Кружочки на центральной линии */
.timeline-dot {
    position: absolute;
    top: 20px;
    width: 42px;
    height: 42px;
    background: #0b2545;
    color: #00b4d8;
    border: 4px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(11, 37, 69, 0.15);
    z-index: 2;
    transition: all 0.3s ease;
}

.timeline-left .timeline-dot {
    right: -21px;
}

.timeline-right .timeline-dot {
    left: -21px;
}

.timeline-item:hover .timeline-dot {
    background: #00b4d8;
    color: #ffffff;
    transform: scale(1.15);
}

/* Карточки событий */
.timeline-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 26px 28px;
    transition: all 0.35s ease;
    box-shadow: 0 6px 18px rgba(11, 37, 69, 0.03);
}

.timeline-item:hover .timeline-card {
    background: #ffffff;
    border-color: rgba(0, 180, 216, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(11, 37, 69, 0.08);
}

.card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 10px;
}

.card-desc {
    font-size: 0.94rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* === SIGNS & EFFECTS BLOCK === */
.signs-block {
    background: linear-gradient(135deg, #0b2545 0%, #134074 100%);
    border-radius: 24px;
    padding: 50px 40px;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(11, 37, 69, 0.15);
}

.signs-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

.signs-title {
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 14px;
    color: #ffffff;
}

.signs-intro {
    font-size: 0.98rem;
    color: #cbd5e1;
    line-height: 1.6;
}

.signs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sign-card {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 26px 22px;
    transition: all 0.3s ease;
}

.sign-card:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-5px);
    border-color: rgba(0, 180, 216, 0.5);
}

.sign-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #0077b6 0%, #00b4d8 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 18px;
    box-shadow: 0 6px 15px rgba(0, 180, 216, 0.3);
}

.sign-info h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.sign-info p {
    font-size: 0.9rem;
    color: #cbd5e1;
    line-height: 1.55;
    margin: 0;
}

/* ==========================================
   АДАПТИВНОСТЬ
   ========================================== */

@media (max-width: 992px) {
    .signs-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .dryer-info-section {
        padding: 60px 15px;
    }

    .dryer-info-title {
        font-size: 2rem;
    }

    .hazard-alert-box {
        flex-direction: column;
        padding: 20px;
    }

    /* Превращаем таймлайн в обычный 1-колоночный список на телефонах */
    .timeline-center-line {
        left: 20px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 55px !important;
        padding-right: 0 !important;
    }

    .timeline-right {
        left: 0;
    }

    .timeline-left .timeline-dot,
    .timeline-right .timeline-dot {
        left: 0;
        right: auto;
    }

    .signs-block {
        padding: 35px 20px;
    }

    .signs-title {
        font-size: 1.7rem;
    }
}
/* ==========================================
   SECTION: CONTACT FORM (PREMIUM OVERLAY)
   ========================================== */

.section-contact-form {
    position: relative;
    padding: 90px 20px;
    
    /* Точный путь к вашему файлу в папке img */
    background: url('img/sectioncontactform.jpg') center/cover no-repeat fixed;
    
    /* Если стили находятся внутри папки (например css/style.css), используйте путь от папки стилей: */
    /* background: url('../img/sectioncontactform.jpg') center/cover no-repeat fixed; */

    overflow: hidden;
}

/* Элегантное затемнение фона */
.contact-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(11, 37, 69, 0.92) 0%, rgba(19, 64, 116, 0.5) 100%);
    backdrop-filter: blur(0px);
    z-index: 1;
}

.contact-form-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* === ЛЕВАЯ КАРТОЧКА: ИНФО И КАРТА === */
.contact-info-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    padding: 40px;
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.info-card-title {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 28px;
    color: #ffffff;
    border-bottom: 2px solid rgba(0, 180, 216, 0.4);
    padding-bottom: 12px;
}

.info-items-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.info-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #0077b6 0%, #00b4d8 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 180, 216, 0.3);
}

.info-text {
    display: flex;
    flex-direction: column;
}

.info-label {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #00b4d8;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.info-value {
    font-size: 0.98rem;
    color: #e2e8f0;
    font-weight: 500;
}

.info-link {
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.info-link.highlight {
    font-size: 1.2rem;
    color: #00b4d8;
    font-weight: 800;
}

.info-link:hover {
    color: #00b4d8;
}

/* Теги штатов */
.states-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 10px;
}

.states-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.state-tag {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 0.82rem;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 500;
}

.map-wrapper {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* === ПРАВАЯ КАРТОЧКА: ФОРМА === */
.contact-form-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.form-header h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #0b2545;
    margin-bottom: 6px;
}

.form-header p {
    color: #64748b;
    font-size: 0.95rem;
    margin-bottom: 28px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-group label {
    font-size: 0.88rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    font-size: 0.98rem;
    color: #0f172a;
    background-color: #f8fafc;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0077b6;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 119, 182, 0.12);
}

.btn-submit-form {
    width: 100%;
    background: linear-gradient(135deg, #0077b6 0%, #00b4d8 100%);
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 180, 216, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-submit-form:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 180, 216, 0.5);
    filter: brightness(1.05);
}

/* Статусы отправки */
.form-status-msg {
    margin-top: 15px;
    padding: 12px;
    border-radius: 10px;
    font-size: 0.92rem;
    text-align: center;
    font-weight: 600;
}

.form-status-msg.success {
    background-color: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.form-status-msg.error {
    background-color: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

/* ==========================================
   АДАПТИВНОСТЬ
   ========================================== */

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .section-contact-form {
        padding: 50px 15px;
    }

    .contact-info-card,
    .contact-form-card {
        padding: 25px 20px;
        border-radius: 18px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
/* ==========================================
   FLOATING CALL BUTTON (GLOW & BORDER EFFECT)
   ========================================== */
.floating-call-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    display: flex;
    align-items: center;
    
    /* Сочный бирюзово-синий градиент */
    background: linear-gradient(135deg, #00d2ff, #006699);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    padding: 8px 18px 8px 10px;
    
    /* Выразительная светящаяся граница */
    border: 2px solid rgba(255, 255, 255, 0.8);
    
    /* Двойное свечение: внешняя тень + неоновый ореол */
    box-shadow: 0 0 20px rgba(0, 210, 255, 0.6), 0 8px 25px rgba(0, 0, 0, 0.4);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    user-select: none;
}

.floating-call-btn .btn-icon {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    color: #006699; /* Иконка в цвет градиента */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    animation: phoneShake 3s infinite ease-in-out;
}

/* Текст (видимый только на десктопе) */
.floating-call-btn .btn-label {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    color: #ffffff;
    white-space: nowrap;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.floating-call-btn .btn-label small {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    opacity: 0.9;
}

.floating-call-btn .btn-label strong {
    font-size: 15px;
    font-weight: 700;
}

/* Анимированные волны свечения */
.floating-call-btn .btn-wave {
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border: 2px solid rgba(0, 210, 255, 0.8);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.floating-call-btn .btn-wave-1 {
    animation: pulseWave 2.2s infinite ease-out;
}

.floating-call-btn .btn-wave-2 {
    animation: pulseWave 2.2s infinite ease-out 0.9s;
}

/* Hover-эффект */
.floating-call-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 0 30px rgba(0, 210, 255, 0.9), 0 12px 30px rgba(0, 0, 0, 0.5);
}

/* --- АНИМАЦИИ --- */
@keyframes phoneShake {
    0%, 100% { transform: rotate(0deg); }
    10%, 30%, 50%, 70% { transform: rotate(-12deg); }
    20%, 40%, 60%, 80% { transform: rotate(12deg); }
    90% { transform: rotate(0deg); }
}

@keyframes pulseWave {
    0% {
        width: 44px;
        height: 44px;
        opacity: 1;
        border-width: 2px;
    }
    100% {
        width: 100px;
        height: 100px;
        opacity: 0;
        border-width: 1px;
    }
}

/* ==========================================
   МОБИЛЬНАЯ ВЕРСИЯ (ТОЛЬКО КРУГЛАЯ ИКОНКА)
   ========================================== */
@media (max-width: 768px) {
    .floating-call-btn {
        bottom: 20px;
        right: 20px;
        padding: 0;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        justify-content: center;
    }

    /* Скрываем весь текст */
    .floating-call-btn .btn-label {
        display: none !important;
    }

    /* Иконка занимает весь круг с сочной белой рамкой */
    .floating-call-btn .btn-icon {
        width: 100%;
        height: 100%;
        background: transparent;
        color: #ffffff;
        box-shadow: none;
    }

    /* Центрируем анимированные волны строго по кнопке */
    .floating-call-btn .btn-wave {
        left: 50%;
    }
}
/* ==========================================
   FIXED MODAL STYLES (MOBILE SCROLL FIX)
   ========================================== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 26, 45, 0.85); /* Затемнение фона */
    backdrop-filter: blur(4px); /* Легкий размытый фон */
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* ВАЖНО: flex-start вместо center, чтобы карточка не вылезала наверх */
    padding: 20px 15px;
    overflow-y: auto; /* Включаем вертикальный скролл контейнера */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Активное состояние модалки */
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-card {
    background: #ffffff;
    width: 100%;
    max-width: 520px;
    border-radius: 16px;
    padding: 30px 25px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    margin: auto 0; /* Авто-отступы сверху и снизу удерживают карту по центру, если помещается */
    max-height: calc(100vh - 40px); /* Ограничение по высоте экрана */
    overflow-y: auto; /* Внутренний скролл, если экран совсем небольшой */
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-card {
    transform: translateY(0);
}

/* Кнопка закрытия (крестик) */
.modal-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f1f5f9;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #64748b;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 5;
}

.modal-close-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* Адаптивность для мобильных */
@media (max-width: 576px) {
    .modal-overlay {
        padding: 10px; /* Уменьшаем внешние отступы */
    }

    .modal-card {
        padding: 25px 18px 20px 18px; /* Компактные внутренние отступы */
        max-height: calc(100vh - 20px);
        border-radius: 12px;
    }

    .modal-title {
        font-size: 20px;
        padding-right: 30px; /* Чтобы заголовок не налезал на крестик */
    }

    .modal-subtitle {
        font-size: 13px;
        margin-bottom: 15px;
    }
}
/* ==========================================
   PERFECT MOBILE MODAL WITH STICKY CLOSE BUTTON
   ========================================== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 26, 45, 0.85);
    backdrop-filter: blur(5px);
    z-index: 10000; /* Максимальный приоритет */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-card {
    background: #ffffff;
    width: 100%;
    max-width: 500px;
    border-radius: 16px;
    padding: 25px;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    margin: auto;
    max-height: calc(100vh - 30px);
    overflow-y: auto;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-card {
    transform: translateY(0);
}

/* Шапка модалки (заголовок + крестик) */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
    position: sticky;
    top: -25px; /* Липнет к верху при скролле внутри карточки */
    background: #ffffff;
    z-index: 10;
    padding-top: 5px;
}

.modal-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}
.modal-subtitle {
    font-size: 13px;
    color: #64748b;
    margin: 4px 0 0 0;
}
/* Яркая и заметная кнопка закрытия */
.modal-close-btn {
    background: #f1f5f9;
    border: none;
    font-size: 26px;
    line-height: 1;
    color: #475569;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-left: 10px;
}
.modal-close-btn:hover,
.modal-close-btn:active {
    background: #e2e8f0;
    color: #0f172a;
    transform: scale(1.08);
}
/* Адаптив для маленьких экранов */
@media (max-width: 576px) {
    .modal-overlay {
        padding: 10px;
    }
    .modal-card {
        padding: 20px 16px;
        border-radius: 14px;
        max-height: calc(100vh - 20px);
    }
    .modal-header {
        top: -20px;
        margin-bottom: 15px;
    }
    .modal-title {
        font-size: 19px;
    }
    .modal-close-btn {
        width: 34px;
        height: 34px;
        font-size: 22px;
    }
}
/* ==========================================
   FORM INPUTS, SELECT & SUBMIT BUTTON STYLES
   ========================================== */
.modal-card .form-group {
    margin-bottom: 16px;
    text-align: left;
}

.modal-card label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

/* Общие стили для инпутов и селектора */
.modal-card input[type="text"],
.modal-card input[type="tel"],
.modal-card input[type="email"],
.modal-card select {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    color: #0f172a;
    background-color: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    font-family: inherit;
}

/* Красивая кастомная стрелочка для селектора <select> */
.modal-card select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%3c475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
    padding-right: 40px;
    cursor: pointer;
}

/* Подсветка полей при фокусе */
.modal-card input:focus,
.modal-card select:focus {
    border-color: #00b4db;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 180, 219, 0.15);
}

/* Стилизация синей кнопки отправки */
.modal-card .submit-btn {
    width: 100%;
    padding: 14px 20px;
    margin-top: 10px;
    background: linear-gradient(135deg, #00b4db, #0083b0);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 180, 219, 0.35);
    transition: all 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-card .submit-btn:hover {
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    box-shadow: 0 10px 25px rgba(0, 180, 219, 0.5);
    transform: translateY(-1px);
}

.modal-card .submit-btn:active {
    transform: translateY(1px);
}
/* ==========================================
   FOOTER STYLES (MR. DUCT DESIGN SYSTEM)
   ========================================== */
.site-footer {
    background-color: #0b1a2d; /* Глубокий темно-синий цвет сайта */
    color: #94a3b8;
    padding-top: 60px;
    font-size: 14px;
    line-height: 1.6;
    border-top: 3px solid #00b4db;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px 20px;
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 1.3fr 1.1fr;
    gap: 35px;
}

.footer-col .footer-title {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.footer-col .footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #00b4db;
    border-radius: 2px;
}

.footer-desc {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #94a3b8;
    font-size: 13.5px;
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.04);
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 9px;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
    font-size: 13.5px;
}

.footer-links a:hover {
    color: #00b4db;
    padding-left: 4px;
}

.contact-info {
    font-style: normal;
}

.contact-info p {
    margin-bottom: 14px;
}

.contact-info a {
    color: #00b4db;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.footer-btn {
    display: inline-block;
    margin-top: 5px;
    background: linear-gradient(135deg, #00b4db, #0083b0);
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 180, 219, 0.3);
    transition: all 0.2s ease;
}

.footer-btn:hover {
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    box-shadow: 0 6px 20px rgba(0, 180, 219, 0.5);
    transform: translateY(-2px);
}

.footer-bottom {
    background-color: #06101e;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 20px 0;
}

.footer-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 13px;
    color: #64748b;
}

.footer-legal a {
    color: #64748b;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.2s ease;
}

.footer-legal a:hover {
    color: #ffffff;
}

/* Адаптивность футера */
@media (max-width: 991px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-bottom-container {
        flex-direction: column;
        text-align: center;
    }
}
.footer-brand img,
.logo img {
    width: 160px; /* Задаете нужную ширину */
    height: auto; /* Высота подстраивается автоматически по пропорциям оригинала */
    object-fit: contain;
}
/* === SEAMLESS TICKER / MARQUEE STYLES === */
.site-ticker {
    background: linear-gradient(90deg, #0b2545, #134074, #00b4d8);
    color: #ffffff;
    padding: 12px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 99;
}

.ticker-track {
    display: inline-flex;
    width: max-content;
    animation: scrollTicker 25s linear infinite;
}

.ticker-track:hover {
    animation-play-state: paused;
}

.ticker-group {
    display: inline-flex;
    gap: 30px;
    align-items: center;
    padding-right: 30px; /* Отступ между группами для бесшовности */
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.12);
    padding: 6px 18px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.ticker-item span {
    font-size: 15px;
}

@keyframes scrollTicker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* === КРУГЛЫЙ GOOGLE БЕЙДЖ (180px, Сочный градиент + четкая обводка) === */
a.google-circle-badge {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* Мобильный размер */
    width: 130px !important;
    height: 130px !important;
    
    /* Более сочный, глубокий бирюзово-синий перелив */
    background: linear-gradient(135deg, #00d2ff 0%, #0096c7 50%, #0b2545 100%) !important;
    border-radius: 50% !important;
    
    /* Отчетливая яркая обводка и объемная сочная тень с легким свечением */
    border: 3.5px solid rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 16px 40px rgba(0, 180, 216, 0.45), inset 0 2px 6px rgba(255, 255, 255, 0.4) !important;
    
    text-decoration: none !important;
    text-align: center !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    
    /* Отступ слева */
    margin: 20px 0 20px 20px !important;
    
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    position: relative !important;
}

/* Строго 180px для десктопа */
@media (min-width: 992px) {
    a.google-circle-badge {
        width: 180px !important;
        height: 180px !important;
    }
}

/* Максимально сочный эффект при наведении */
a.google-circle-badge:hover {
    transform: translateY(-6px) scale(1.06) !important;
    box-shadow: 0 22px 50px rgba(0, 210, 255, 0.65), inset 0 2px 10px rgba(255, 255, 255, 0.6) !important;
    border-color: #ffffff !important;
    background: linear-gradient(135deg, #38bdf8 0%, #0284c7 50%, #0f172a 100%) !important;
}

/* Белая подложка под логотип Google */
a.google-circle-badge .GCB-logo {
    background: #ffffff !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 6px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) !important;
}

@media (min-width: 992px) {
    a.google-circle-badge .GCB-logo {
        width: 46px !important;
        height: 46px !important;
        margin-bottom: 8px !important;
    }
    a.google-circle-badge .GCB-logo svg {
        width: 24px !important;
        height: 24px !important;
    }
}

/* Звездочки */
a.google-circle-badge .GCB-stars {
    color: #fbbc05 !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

@media (min-width: 992px) {
    a.google-circle-badge .GCB-stars {
        font-size: 16px !important;
        letter-spacing: 2px !important;
        margin-bottom: 6px !important;
    }
}

/* Текст рейтинга */
a.google-circle-badge .GCB-text {
    font-size: 13px !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
    a.google-circle-badge .GCB-text {
        font-size: 17px !important;
    }
}

a.google-circle-badge .GCB-text strong {
    color: #ffffff !important;
    font-weight: 800 !important;
}

/* Текст ссылки Reviews */
a.google-circle-badge .GCB-link-text {
    font-size: 10px !important;
    color: #e0f2fe !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
    margin-top: 4px !important;
    transition: color 0.2s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
    a.google-circle-badge .GCB-link-text {
        font-size: 12px !important;
        margin-top: 6px !important;
        letter-spacing: 1.2px !important;
    }
}

a.google-circle-badge:hover .GCB-link-text {
    color: #ffffff !important;
    text-decoration: underline;
}

/* === HOT OFFER SECTION STYLES === */
.hot-offer-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #0b2545 0%, #13315c 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.offer-container {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}

.offer-badge-tag {
    display: inline-block;
    background: rgba(0, 210, 255, 0.15);
    color: #00d2ff;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    border: 1px solid rgba(0, 210, 255, 0.3);
}

.offer-title {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #ffffff;
}

.offer-subtitle {
    font-size: 15.5px;
    color: #94a3b8;
    margin-bottom: 35px;
}

/* Карточка предложения (сетка на 2 колонки) */
.offer-card-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 30px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.offer-info-side {
    text-align: left;
}

.offer-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.offer-features li {
    font-size: 15px;
    color: #e2e8f0;
    margin-bottom: 12px;
    font-weight: 500;
}

/* Цветовой блок цен */
.price-display {
    display: flex;
    align-items: center;
    gap: 15px;
}

.old-price {
    font-size: 22px;
    color: #94a3b8;
    text-decoration: line-through;
}

.new-price {
    font-size: 36px;
    font-weight: 800;
    color: #00d2ff;
}

.discount-tag {
    background: #f59e0b;
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    text-transform: uppercase;
}

/* Блок таймера */
.offer-timer-side {
    background: rgba(11, 37, 69, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
}

.timer-label {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
}

.time-block {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 10px 14px;
    min-width: 60px;
}

.time-number {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.time-text {
    display: block;
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
    margin-top: 4px;
    letter-spacing: 0.5px;
}

.time-separator {
    font-size: 22px;
    font-weight: 800;
    color: #00d2ff;
}

/* Кнопка */
.offer-cta-btn {
    display: inline-block;
    width: 100%;
    background: linear-gradient(135deg, #00d2ff 0%, #0096c7 100%);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 20px rgba(0, 180, 216, 0.4);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.offer-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 210, 255, 0.6);
    background: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%);
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .offer-card-grid {
        grid-template-columns: 1fr;
        padding: 25px;
    }
    .offer-title {
        font-size: 26px;
    }
}
/* === ABOUT US SECTION STYLES === */
.about-us-section {
    padding: 80px 20px;
    background: #f8fafc;
    color: #1e293b;
}

.about-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Верхний баннер */
.about-hero-banner {
    background: linear-gradient(135deg, #0b2545 0%, #13315c 100%);
    color: #ffffff;
    padding: 60px 40px;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 60px;
    box-shadow: 0 20px 40px rgba(11, 37, 69, 0.15);
}

.about-badge-tag {
    display: inline-block;
    background: rgba(0, 210, 255, 0.15);
    color: #00d2ff;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 210, 255, 0.3);
}

.about-title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #ffffff;
}

.about-subtitle {
    font-size: 16px;
    color: #94a3b8;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Сетка "Кто мы" (Текст + Картинка) */
.about-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 80px;
}

.section-heading {
    font-size: 30px;
    font-weight: 800;
    color: #0b2545;
    margin-bottom: 20px;
}

.section-heading.text-center {
    text-align: center;
    margin-bottom: 40px;
}

.about-desc {
    font-size: 15.5px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 20px;
}

.about-desc strong {
    color: #0b2545;
}

/* Обертка для картинки с плавающим бейджем */
.about-image-wrapper {
    position: relative;
}

.about-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    object-fit: cover;
    display: block;
    border: 3px solid #ffffff;
}

.about-floating-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: linear-gradient(135deg, #00d2ff 0%, #0096c7 100%);
    color: #ffffff;
    padding: 18px 24px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 180, 216, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #ffffff;
}

.floating-number {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.floating-text {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

/* Секция преимуществ (Why Choose Us) */
.why-choose-wrapper {
    margin-top: 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 180, 216, 0.12);
    border-color: #00b4d8;
}

.feature-icon-box {
    width: 50px;
    height: 50px;
    background: rgba(0, 180, 216, 0.1);
    color: #00b4d8;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .features-grid {
        grid-template-columns: 1fr;
    }
    .about-hero-banner {
        padding: 40px 20px;
    }
    .about-title {
        font-size: 28px;
    }
    .about-floating-badge {
        bottom: 15px;
        left: 15px;
        padding: 12px 16px;
    }
}
/* === AIR DUCT CLEANING SERVICE PAGE STYLES === */
.service-page-main {
    background: #f8fafc;
    color: #1e293b;
    padding-bottom: 80px;
}

.service-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.service-hero-section {
    padding: 60px 0 40px;
    text-align: center;
}

.service-badge-tag {
    display: inline-block;
    background: rgba(0, 180, 216, 0.1);
    color: #00b4d8;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 180, 216, 0.2);
}

.service-main-title {
    font-size: 36px;
    font-weight: 800;
    color: #0b2545;
    margin-bottom: 20px;
    line-height: 1.25;
}

.service-main-subtitle {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 35px;
}

/* Info Highlight Box */
.service-info-highlight {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #00b4d8;
    padding: 20px 25px;
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    text-align: left;
    max-width: 850px;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.info-icon-wrapper {
    background: rgba(0, 180, 216, 0.1);
    color: #00b4d8;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-text-content strong {
    display: block;
    font-size: 16px;
    color: #0b2545;
    margin-bottom: 4px;
}

.info-text-content span {
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
}

/* 4 Steps Section */
.steps-section {
    padding: 40px 0 60px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.step-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: all 0.3s ease;
}

.step-card:hover {
    transform: translateY(-6px);
    border-color: #00b4d8;
    box-shadow: 0 20px 35px rgba(0, 180, 216, 0.1);
}

.step-number {
    font-size: 32px;
    font-weight: 900;
    color: #00b4d8;
    opacity: 0.85;
    margin-bottom: 12px;
}

.step-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 10px;
}

.step-card p {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
}

/* Before / After Section */
.before-after-section {
    padding: 20px 0 60px;
}

.ba-card-box {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 40px;
}

.ba-tag {
    display: inline-block;
    background: #f1f5f9;
    color: #0b2545;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.ba-text-side h2 {
    font-size: 28px;
    font-weight: 800;
    color: #0b2545;
    margin-bottom: 15px;
}

.ba-text-side p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ba-list {
    list-style: none;
    padding: 0;
}

.ba-list li {
    font-size: 14.5px;
    color: #334155;
    font-weight: 600;
    margin-bottom: 10px;
}

.ba-image-side .ba-img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    object-fit: cover;
    border: 2px solid #f1f5f9;
}

/* Featured Project Section */
.featured-project-section {
    padding: 20px 0 60px;
}

.project-box-dark {
    background: linear-gradient(135deg, #0b2545 0%, #13315c 100%);
    border-radius: 24px;
    padding: 50px;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
    box-shadow: 0 25px 50px rgba(11, 37, 69, 0.25);
}

.project-badge {
    display: inline-block;
    background: rgba(0, 210, 255, 0.15);
    color: #00d2ff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 210, 255, 0.3);
}

.project-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ffffff;
}

.project-desc {
    font-size: 14.5px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 20px;
}

.project-quote {
    font-size: 14px;
    color: #94a3b8;
    font-style: italic;
    border-left: 3px solid #00d2ff;
    padding-left: 15px;
    line-height: 1.6;
}

/* Pricing Card Inside Dark Section */
.pricing-card {
    background: #ffffff;
    color: #1e293b;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.pricing-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 20px;
    text-align: center;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14.5px;
    color: #64748b;
}

.old-price {
    text-decoration: line-through;
    color: #94a3b8;
    font-weight: 600;
}

.discount-badge {
    background: #dcfce7;
    color: #16a34a;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 6px;
}

.price-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 15px 0;
}

.total-row {
    font-size: 16px;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 20px;
}

.final-price {
    font-size: 24px;
    font-weight: 900;
    color: #0b2545;
}

.pricing-cta-btn {
    width: 100%;
    background: linear-gradient(135deg, #0b2545 0%, #13315c 100%);
    color: #ffffff;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(11, 37, 69, 0.2);
}

.pricing-cta-btn:hover {
    background: linear-gradient(135deg, #13315c 0%, #00b4d8 100%);
    transform: translateY(-2px);
}

/* Bottom CTA Box */
.service-bottom-cta {
    padding: 20px 0;
}

.cta-box-light {
    background: linear-gradient(135deg, #f0fdf4 0%, #e0f2fe 100%);
    border: 2px dashed #bae6fd;
    border-radius: 24px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 180, 216, 0.05);
}

.cta-box-light h2 {
    font-size: 28px;
    font-weight: 800;
    color: #0b2545;
    margin-bottom: 12px;
}

.cta-box-light p {
    font-size: 15px;
    color: #475569;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.cta-buttons-group {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn-phone-action {
    background: #0b2545;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(11, 37, 69, 0.15);
}

.btn-phone-action:hover {
    background: #13315c;
    transform: translateY(-2px);
}

.btn-estimate-action {
    background: #ffffff;
    color: #0b2545;
    border: 2px solid #cbd5e1;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-estimate-action:hover {
    border-color: #0b2545;
    background: #f8fafc;
    transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ba-card-box,
    .project-box-dark {
        grid-template-columns: 1fr;
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .steps-grid {
        grid-template-columns: 1fr;
    }
    .service-main-title {
        font-size: 28px;
    }
    .cta-buttons-group {
        flex-direction: column;
    }
}
/* === IMAGE ZOOM / LIGHTBOX STYLES === */
.zoomable-img {
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.zoomable-img:hover {
    transform: scale(1.02);
}

/* Модальное окно для зума */
.image-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    cursor: zoom-out;
    padding: 20px;
}

.image-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.image-lightbox img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 12px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: scale(0.95);
    transition: transform 0.3s ease;
    object-fit: contain;
}

.image-lightbox.active img {
    transform: scale(1);
}

/* === GALLERY PAGE STYLES === */

.gallery-hero {
    padding-bottom: 30px;
}

.gallery-hero-container {
    text-align: center;
}

.gallery-hero-badge {
    margin: 0 auto 15px auto !important;
}

.gallery-hero-sub {
    max-width: 700px;
    margin: 0 auto;
}

/* Скрываем карусель на десктопе, показываем каскад */
.mobile-gallery-carousel {
    display: none;
}

.desktop-masonry-grid {
    column-count: 4;
    column-gap: 16px;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 16px;
}

.masonry-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.masonry-item img:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Секция описаний проектов */
.project-case-studies-section {
    padding: 60px 0;
    background: #f8fafc;
}

.project-case-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    border: 1px solid #e2e8f0;
}

.project-case-card:last-child {
    margin-bottom: 0;
}

.project-card-badge {
    margin-bottom: 12px !important;
    display: inline-block;
}

.project-card-title {
    font-size: 26px;
    color: #1e293b;
    margin-bottom: 15px;
    font-weight: 700;
}

.project-card-text {
    color: #475569;
    font-size: 15.5px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.services-completed-box {
    background: #f1f5f9;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.services-completed-title {
    display: block;
    color: #0f172a;
    margin-bottom: 10px;
    font-size: 16px;
}

.services-completed-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    color: #334155;
    font-size: 14.5px;
}

.project-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.project-mini-grid img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.gallery-bottom-cta {
    padding: 60px 0;
}

/* Мобильная адаптация: карусель для телефонов */
@media (max-width: 768px) {
    .desktop-masonry-grid {
        display: none;
    }

    .mobile-gallery-carousel {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 15px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-gallery-carousel::-webkit-scrollbar {
        height: 6px;
    }

    .mobile-gallery-carousel::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 10px;
    }

    .carousel-item {
        flex: 0 0 80%;
        scroll-snap-align: center;
    }

    .carousel-item img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }
}


@media (max-width: 480px) {
    .carousel-item {
        flex: 0 0 88%;
    }
    
    .project-case-card {
        padding: 20px;
    }
}
/* === GALLERY PAGE STYLES === */

.gallery-hero {
    padding-bottom: 30px;
}

.gallery-hero-container {
    text-align: center;
}

.gallery-hero-badge {
    margin: 0 auto 15px auto !important;
}

.gallery-hero-sub {
    max-width: 700px;
    margin: 0 auto;
}

/* Скрываем карусель на десктопе, показываем каскад */
.mobile-gallery-carousel {
    display: none;
}

.desktop-masonry-grid {
    column-count: 4;
    column-gap: 16px;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 16px;
}

.masonry-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.masonry-item img:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Секция описаний проектов */
.project-case-studies-section {
    padding: 60px 0;
    background: #f8fafc;
}

.project-case-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    border: 1px solid #e2e8f0;
}

.project-case-card:last-child {
    margin-bottom: 0;
}

.project-card-badge {
    margin-bottom: 12px !important;
    display: inline-block;
}

.project-card-title {
    font-size: 26px;
    color: #1e293b;
    margin-bottom: 15px;
    font-weight: 700;
}

.project-card-text {
    color: #475569;
    font-size: 15.5px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.services-completed-box {
    background: #f1f5f9;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.services-completed-title {
    display: block;
    color: #0f172a;
    margin-bottom: 10px;
    font-size: 16px;
}

.services-completed-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    color: #334155;
    font-size: 14.5px;
}

.project-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.project-mini-grid img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.gallery-bottom-cta {
    padding: 60px 0;
}

/* === IMAGE ZOOM MODAL STYLES === */
.img-zoom-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.img-zoom-content {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 8px;
    object-fit: contain;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
    animation: zoomInAnim 0.25s ease;
}

.img-zoom-close {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
}

.img-zoom-close:hover {
    color: #cbd5e1;
}

@keyframes zoomInAnim {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* Мобильная адаптация: карусель для телефонов */
@media (max-width: 768px) {
    .desktop-masonry-grid {
        display: none;
    }

    .mobile-gallery-carousel {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 15px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-gallery-carousel::-webkit-scrollbar {
        height: 6px;
    }

    .mobile-gallery-carousel::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 10px;
    }

    .carousel-item {
        flex: 0 0 80%;
        scroll-snap-align: center;
    }

    .carousel-item img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }
}

@media (max-width: 480px) {
    .carousel-item {
        flex: 0 0 88%;
    }
    
    .project-case-card {
        padding: 20px;
    }
}
/* === GET QUOTE / CONTACT PAGE STYLES === */

.get-quote-main {
    padding: 50px 0 80px 0;
    background: #f8fafc;
}

.quote-page-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}

/* Левая часть: информация и таймер */
.promo-discount-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eff6ff;
    color: #1d4ed8;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13.5px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #bfdbfe;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #2563eb;
    border-radius: 50%;
    animation: pulseAnim 1.5s infinite;
}

@keyframes pulseAnim {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(37, 99, 235, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
}

.quote-main-title {
    font-size: 36px;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
}

.text-highlight {
    color: #2563eb;
    background: linear-gradient(120deg, rgba(37, 99, 235, 0.1) 0%, rgba(37, 99, 235, 0.2) 100%);
    padding: 0 6px;
    border-radius: 4px;
}

.quote-main-desc {
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Таймер карточка */
.discount-timer-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
    margin-bottom: 30px;
}

.timer-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1e293b;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 16px;
}

.timer-card-header svg {
    color: #2563eb;
}

.countdown-timer-grid {
    display: flex;
    align-items: center;
    gap: 12px;
}

.timer-box {
    background: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    padding: 12px 16px;
    text-align: center;
    flex: 1;
}

.timer-box span {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #1d4ed8;
    line-height: 1;
}

.timer-box small {
    display: block;
    font-size: 11px;
    color: #64748b;
    text-transform: uppercase;
    margin-top: 4px;
    font-weight: 600;
}

.timer-colon {
    font-size: 24px;
    font-weight: 800;
    color: #94a3b8;
}

/* Преимущества список */
.quote-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.benefit-icon {
    width: 24px;
    height: 24px;
    background: #dcfce7;
    color: #16a34a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-item strong {
    display: block;
    color: #1e293b;
    font-size: 15px;
    margin-bottom: 2px;
}

.benefit-item p {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

/* Правая часть: карточка формы */
.quote-form-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
}

.quote-form-top-phone {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #cbd5e1;
}

.quote-form-top-phone a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 26px;
    font-weight: 800;
    color: #1d4ed8;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.2s;
}

.quote-form-top-phone a:hover {
    color: #1e40af;
}

.response-speed-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    color: #2563eb;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12.5px;
    font-weight: 600;
}

.quote-form-header {
    text-align: center;
    margin-bottom: 25px;
}

.quote-form-header h2 {
    font-size: 24px;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 6px;
}

.quote-form-header p {
    color: #64748b;
    font-size: 14.5px;
    margin: 0;
}

/* Элементы формы */
.quote-form-card .form-group {
    margin-bottom: 18px;
}

.quote-form-card label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.quote-form-card input,
.quote-form-card select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 14.5px;
    color: #0f172a;
    background: #fff;
    transition: all 0.2s;
    box-sizing: border-box;
}

.quote-form-card input:focus,
.quote-form-card select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    outline: none;
}

.form-row-dual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.quote-submit-btn {
    width: 100%;
    background: #1d4ed8;
    color: #ffffff;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    margin-top: 10px;
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.25);
}

.quote-submit-btn:hover {
    background: #1e40af;
}

/* Нижний блок с услугами (чипсы) */
.quote-services-footer-section {
    border-top: 1px dashed #cbd5e1;
    padding-top: 40px;
    text-align: center;
}

.services-footer-title {
    font-size: 15px;
    font-weight: 700;
    color: #475569;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.services-chips-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.service-chip {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.service-chip:hover {
    background: #1d4ed8;
    color: #ffffff;
    border-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.2);
}

/* Адаптивность для телефонов */
@media (max-width: 900px) {
    .quote-page-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .quote-form-card {
        padding: 20px;
    }

    .form-row-dual {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .quote-main-title {
        font-size: 28px;
    }
}
/* === GET QUOTE / CONTACT PAGE STYLES === */

.get-quote-main {
    padding: 50px 0 80px 0;
    background: #f8fafc;
}

.quote-page-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}

.quote-info-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Левая часть: информация и таймер */
.promo-discount-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eff6ff;
    color: #1d4ed8;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13.5px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #bfdbfe;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #2563eb;
    border-radius: 50%;
    animation: pulseAnim 1.5s infinite;
}

@keyframes pulseAnim {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(37, 99, 235, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
}

.quote-main-title {
    font-size: 36px;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
}

.text-highlight {
    color: #2563eb;
    background: linear-gradient(120deg, rgba(37, 99, 235, 0.1) 0%, rgba(37, 99, 235, 0.2) 100%);
    padding: 0 6px;
    border-radius: 4px;
}

.quote-main-desc {
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Таймер карточка */
.discount-timer-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.timer-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1e293b;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 16px;
}

.timer-card-header svg {
    color: #2563eb;
}

.countdown-timer-grid {
    display: flex;
    align-items: center;
    gap: 12px;
}

.timer-box {
    background: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    padding: 12px 16px;
    text-align: center;
    flex: 1;
}

.timer-box span {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #1d4ed8;
    line-height: 1;
}

.timer-box small {
    display: block;
    font-size: 11px;
    color: #64748b;
    text-transform: uppercase;
    margin-top: 4px;
    font-weight: 600;
}

.timer-colon {
    font-size: 24px;
    font-weight: 800;
    color: #94a3b8;
}

/* Преимущества список */
.quote-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.benefit-icon {
    width: 24px;
    height: 24px;
    background: #dcfce7;
    color: #16a34a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-item strong {
    display: block;
    color: #1e293b;
    font-size: 15px;
    margin-bottom: 2px;
}

.benefit-item p {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

/* Правая часть: карточка формы */
.quote-form-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
}

.quote-form-top-phone {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #cbd5e1;
}

.quote-form-top-phone a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 26px;
    font-weight: 800;
    color: #1d4ed8;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.2s;
}

.quote-form-top-phone a:hover {
    color: #1e40af;
}

.response-speed-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    color: #2563eb;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12.5px;
    font-weight: 600;
}

.quote-form-header {
    text-align: center;
    margin-bottom: 25px;
}

.quote-form-header h2 {
    font-size: 24px;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 6px;
}

.quote-form-header p {
    color: #64748b;
    font-size: 14.5px;
    margin: 0;
}

/* Элементы формы */
.quote-form-card .form-group {
    margin-bottom: 18px;
}

.quote-form-card label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.quote-form-card input,
.quote-form-card select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 14.5px;
    color: #0f172a;
    background: #fff;
    transition: all 0.2s;
    box-sizing: border-box;
}

.quote-form-card input:focus,
.quote-form-card select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    outline: none;
}

.form-row-dual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.quote-submit-btn {
    width: 100%;
    background: #1d4ed8;
    color: #ffffff;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    margin-top: 10px;
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.25);
}

.quote-submit-btn:hover {
    background: #1e40af;
}

/* Нижний блок с услугами (чипсы) */
.quote-services-footer-section {
    border-top: 1px dashed #cbd5e1;
    padding-top: 40px;
    text-align: center;
}

.services-footer-title {
    font-size: 15px;
    font-weight: 700;
    color: #475569;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.services-chips-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.service-chip {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.service-chip:hover {
    background: #1d4ed8;
    color: #ffffff;
    border-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.2);
}

/* Мобильная адаптация и порядок блоков */
@media (max-width: 900px) {
    .quote-page-wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    /* 1. Сначала форма */
    .quote-form-card {
        order: 1;
    }

    /* 2. Затем блок с оффером и таймером */
    .quote-promo-block {
        order: 2;
    }

    /* 3. Затем вся остальная инфа (преимущества) */
    .quote-benefits-block {
        order: 3;
    }
}

/* === GET QUOTE / CONTACT PAGE STYLES === */

.get-quote-main {
    padding: 50px 0 80px 0;
    background: #f8fafc;
}

.quote-page-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}

/* Левая часть: информация и таймер */
.promo-discount-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eff6ff;
    color: #1d4ed8;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13.5px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #bfdbfe;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #2563eb;
    border-radius: 50%;
    animation: pulseAnim 1.5s infinite;
}

@keyframes pulseAnim {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(37, 99, 235, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
}

.quote-main-title {
    font-size: 36px;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
}

.text-highlight {
    color: #2563eb;
    background: linear-gradient(120deg, rgba(37, 99, 235, 0.1) 0%, rgba(37, 99, 235, 0.2) 100%);
    padding: 0 6px;
    border-radius: 4px;
}

.quote-main-desc {
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Таймер карточка */
.discount-timer-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.desktop-timer-card {
    margin-bottom: 30px;
}

.mobile-timer-card {
    display: none;
    margin-top: 25px;
}

.timer-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1e293b;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 16px;
}

.timer-card-header svg {
    color: #2563eb;
}

.countdown-timer-grid {
    display: flex;
    align-items: center;
    gap: 12px;
}

.timer-box {
    background: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    padding: 12px 16px;
    text-align: center;
    flex: 1;
}

.timer-box span {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #1d4ed8;
    line-height: 1;
}

.timer-box small {
    display: block;
    font-size: 11px;
    color: #64748b;
    text-transform: uppercase;
    margin-top: 4px;
    font-weight: 600;
}

.timer-colon {
    font-size: 24px;
    font-weight: 800;
    color: #94a3b8;
}

/* Преимущества список */
.quote-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.benefit-icon {
    width: 24px;
    height: 24px;
    background: #dcfce7;
    color: #16a34a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-item strong {
    display: block;
    color: #1e293b;
    font-size: 15px;
    margin-bottom: 2px;
}

.benefit-item p {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

/* Правая часть: карточка формы */
.quote-form-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
}

.quote-form-top-phone {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #cbd5e1;
}

.quote-form-top-phone a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 26px;
    font-weight: 800;
    color: #1d4ed8;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.2s;
}

.quote-form-top-phone a:hover {
    color: #1e40af;
}

.response-speed-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    color: #2563eb;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12.5px;
    font-weight: 600;
}

.quote-form-header {
    text-align: center;
    margin-bottom: 25px;
}

.quote-form-header h2 {
    font-size: 24px;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 6px;
}

.quote-form-header p {
    color: #64748b;
    font-size: 14.5px;
    margin: 0;
}

/* Элементы формы */
.quote-form-card .form-group {
    margin-bottom: 18px;
}

.quote-form-card label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.quote-form-card input,
.quote-form-card select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 14.5px;
    color: #0f172a;
    background: #fff;
    transition: all 0.2s;
    box-sizing: border-box;
}

.quote-form-card input:focus,
.quote-form-card select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    outline: none;
}

.form-row-dual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.quote-submit-btn {
    width: 100%;
    background: #1d4ed8;
    color: #ffffff;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    margin-top: 10px;
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.25);
}

.quote-submit-btn:hover {
    background: #1e40af;
}

/* Нижний блок с услугами (чипсы) */
.quote-services-footer-section {
    border-top: 1px dashed #cbd5e1;
    padding-top: 40px;
    text-align: center;
}

.services-footer-title {
    font-size: 15px;
    font-weight: 700;
    color: #475569;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.services-chips-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.service-chip {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.service-chip:hover {
    background: #1d4ed8;
    color: #ffffff;
    border-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.2);
}

/* Мобильная адаптация и порядок блоков */
@media (max-width: 900px) {
    .quote-page-wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    /* 1. На мобильных форма идет ПЕРВОЙ */
    .quote-form-card {
        order: 1;
    }

    /* 2. На мобильных вся остальная инфа идет ПОСЛЕ формы и таймера */
    .quote-info-sidebar {
        order: 2;
    }

    /* Переключение видимости таймеров */
    .desktop-timer-card {
        display: none;
    }

    .mobile-timer-card {
        display: block;
    }
}

@media (max-width: 480px) {
    .quote-form-card {
        padding: 20px;
    }

    .form-row-dual {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .quote-main-title {
        font-size: 28px;
    }
}

/* Усиление контраста для бейджей и заголовков секций */
.badge-text, 
.sub-badge, 
.services-badge, 
.dryer-info-badge, 
.stat-number {
    color: #1d4ed8; /* Используйте более глубокий/темный синий или другой темный оттенок */
}

/* Контраст для текста в футере / копирайта */
.footer-bottom, 
.site-footer p {
    color: #475569; /* Сделайте текст копирайта темнее для читаемости */
}

@media (max-width: 1000px) {
    /* Делаем карточку с картинкой блочной на мобилках */
    .ba-card-box {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .image-zoom-wrapper img{
        max-width: 100%;
    }
    /* Ограничиваем обертку картинки шириной экрана */
    .image-zoom-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }

    /* Делаем саму картинку адаптивной */
    .ba-img, 
    .zoomable-img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        object-fit: cover;
        display: block;
    }
}
.image-zoom-wrapper , .zoomable-img {
        max-width: 100%; }