:root {
    /* Цвета: #380606, #FFC909, #000000, #FFFFFF */
    /* --deep-red: #380606; */
    /* --deep-red: #440000; */
    --beige: #EDDED2;
    --gold-light: #FDE885;
    --gold-bright: #FFC909;
    --deep-red: #210202;
    --deepest-red: #110205;
    --black: #000000;
    --white: #FFFFFF;
    --extra-background: #0000006a;

    --ff-headings: 'Lora', Georgia, serif;
    --ff-body: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --faq-line: rgba(240, 220, 210, 0.85);
    --faq-text: #e7d1c8;
    --faq-accent: #f2e2d7;
    --fs-section-title: clamp(2rem, 1.4rem + 2vw, 2.8125rem);
    /* 32px → 45px */
    --fs-main-text: clamp(1rem, 0.9rem + 0.4vw, 1.25rem);
    /* 16px → 20px */
    --fs-little-text: clamp(0.875rem, 0.8rem + 0.2vw, 1rem);
    /* 14px → 16px */
    --fs-btn-text: clamp(0.875rem, 0.8rem + 0.2vw, 1rem);
    /* 14px → 16px */
    --fs-card-text: clamp(1.25rem, 1rem + 1.2vw, 1.875rem);
    /* 20px → 30px */
    --fs-36-text: clamp(1.5rem, 1.2rem + 1.5vw, 2.25rem);
    /* 24px → 36px */
    --fs-20-text: clamp(1rem, 0.9rem + 0.4vw, 1.25rem);
    /* 16px → 20px */
    --fs-14-text: clamp(0.875rem, 0.8rem + 0.15vw, 0.875rem);
    /* 14px fixed */
    --card-border: 1px solid #edded2cf;
    --card-border-red: 1px solid rgba(75, 0, 8, 0.7);
}

/* Hero */
.cleaning-hero {
    background-color: var(--deepest-red);
    width: 100%;
}

.cleaning-hero-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    background-color: var(--deepest-red);
}

.cleaning-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    max-width: 800px;
}

.cleaning-hero-badge {
    font-size: var(--fs-20-text);
}

.cleaning-hero-subtitle {
    font-size: var(--fs-20-text);
    opacity: 0.8;
    padding: 1em 0 1.875em 0;
    text-align: center;
}

.cleaning-hero-photo-wrap {
    display: flex;
    justify-content: center;
    width: 50%;
}

.cleaning-hero-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sections */
.cleaning-here-if-section {
    background-color: var(--deep-red);
}

.cleaning-here-if-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

.cleaning-here-if-content {
    list-style: none;
    font-size: var(--fs-20-text);
    opacity: 0.8;
    max-width: 518px;
    text-align: center;
    margin-top: 1em;
}

.cleaning-list {
    list-style: none;
    font-size: var(--fs-20-text);
    opacity: 0.8;
    max-width: 518px;
    text-align: center;
    margin-top: 1em;
    max-width: 100% !important;
}

.cleaning-list li+li {
    margin-top: 1em;
}

li.sparkle {
    width: 100%;
    margin: 0 auto;
}

.sparkle {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sparkle svg {
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 0 6px rgba(255, 219, 120, 0.35));
}

.sparkle path {
    fill: var(--gold-light);
}

.cleaning-accent {
    opacity: 1;
}

.cleaning-steps {
    max-width: 1000px !important;
    width: 100%;
}

.cleaning-steps {
    width: 100%;
    text-align: center;
    font-size: var(--fs-section-title);
    color: var(--beige);
    font-weight: 100;
    font-family: var(--ff-headings);
}

.cleaning-what-is-it,
.cleaning-after {
    background-color: var(--deep-red);
}

.cleaning-what-is-it-wrap,
.cleaning-after-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cleaning-what-is-it-subtitle,
.cleaning-after-subtitle {
    width: 100%;
    max-width: 670px;
    color: var(--beige);
    font-size: var(--fs-20-text);
    opacity: 0.8;
}

.cleaning-include-section {
    background-color: var(--deepest-red);
}

.cleaning-after-wrap {
    /* max-width: 700px; */
}

.cleaning-after-subtitle {
    padding-bottom: 1em;
}

.cleaning-after-wrap a {
    margin-top: 1.87em;
}













@media (max-width: 900px) {
    .cleaning-hero-grid {
        gap: 20px;
    }

    .cleaning-hero-subtitle {
        padding: 0.2em 0 1em 0;
    }

    .cleaning-card {
        grid-template-columns: 1fr;
    }

    .cleaning-card-image {
        min-height: 260px;
    }

    .cleaning-card-content {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .cleaning-link {
        justify-self: start;
        min-width: 100%;
    }

    .cleaning-price {
        margin-top: 8px;
    }
}

@media (max-width: 800px) {
    .cleaning-hero-grid {
        flex-direction: column;
        gap: 40px;
    }

    .cleaning-hero-content {
        width: 100%;
    }

    .cleaning-hero-subtitle {
        width: 100%;
        max-width: unset;
    }

    .cleaning-hero-photo-wrap {
        width: 100%;
        max-width: 400px;
    }

}