body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#dh-smarthome-landing {
    margin-top: 0;
    padding-top: 0;
}

#dh-smarthome-landing .dh-sh-header {
    margin-top: 0;
}

#dh-smarthome-landing {
    /* Fonts */
    --dh-font-family: 'Montserrat', Arial, Helvetica, sans-serif;

    /* Colors */
    --dh-blue: #1d365e;
    --dh-blue-active: #0054a2;
    --dh-orange: #f39208;
    --dh-orange-btn: #ea942d;
    --dh-text-dark: #081828;
    --dh-text-main: #333333;
    --dh-bg-light: #f4f4f4;

    /* UI Elements */
    --dh-border-radius: 4px;
    --dh-btn-padding: 13px 30px;
    --dh-transition: all 0.2s ease-in-out;
    --box-shadow: 0 10px 30px rgba(0,0,0,0.08);

    font-family: var(--dh-font-family);
    color: var(--dh-text-main);
    line-height: 1.6;
    background-color: #fff;
}

#dh-smarthome-landing *,
#dh-smarthome-landing *::before,
#dh-smarthome-landing *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--dh-font-family) !important;
}

#dh-smarthome-landing h1, 
#dh-smarthome-landing h2, 
#dh-smarthome-landing h3 { color: var(--dh-text-dark); margin-top: 0; font-weight: 700; }
#dh-smarthome-landing section { 
    padding: 80px 0; 
    position: relative; 
    overflow-x: hidden; 
    scroll-margin-top: 100px; 
}
#dh-smarthome-landing .dh-sh-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

#dh-smarthome-landing img { max-width: 100%; height: auto; display: block; }

/* Header New */
#dh-smarthome-landing .dh-sh-header {
    background: var(--dh-blue);
    padding: 12px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    position: sticky;
    top: 0;
    z-index: 1000;
}
#dh-smarthome-landing .dh-sh-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#dh-smarthome-landing .dh-sh-logo {
    flex-shrink: 0;
}
#dh-smarthome-landing .dh-sh-logo a {
    display: block;
}
#dh-smarthome-landing .dh-sh-logo img {
    height: 34px !important;
    width: 314px !important;
    max-width: 100%;
    object-fit: contain;
}
#dh-smarthome-landing .dh-sh-header-contacts {
    display: flex;
    align-items: center;
    gap: 30px;
}
#dh-smarthome-landing .dh-sh-contact-item {
    display: flex;
    flex-direction: column;
    text-align: right;
}
#dh-smarthome-landing .dh-sh-contact-item a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    transition: var(--dh-transition);
    letter-spacing: 0.5px;
}
#dh-smarthome-landing .dh-sh-contact-item a:hover {
    color: var(--dh-orange);
}
#dh-smarthome-landing .dh-sh-email {
    font-size: 0.85rem;
    opacity: 0.8;
    font-weight: 500 !important;
    margin-top: 2px;
}
#dh-smarthome-landing .dh-sh-header-btn {
    padding: 10px 22px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    background-color: var(--dh-orange-btn) !important;
    color: #fff !important;
    border-radius: 6px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}
#dh-smarthome-landing .dh-sh-header-btn:hover {
    background-color: #d67e00 !important;
    transform: translateY(-2px);
}

/* Footer New */
#dh-smarthome-landing .dh-sh-footer {
    background: var(--dh-blue);
    color: white;
    padding: 60px 0;
}
#dh-smarthome-landing .dh-sh-footer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
}
#dh-smarthome-landing .dh-sh-footer-logo {
    flex-shrink: 0;
}
#dh-smarthome-landing .dh-sh-footer-logo img {
    height: 45px !important;
    width: 415px !important;
    max-width: 100%;
    object-fit: contain;
}
#dh-smarthome-landing .dh-sh-footer-info p {
    opacity: 0.8;
    margin-bottom: 10px;
}
#dh-smarthome-landing .dh-sh-footer-contacts a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
}
#dh-smarthome-landing .dh-sh-footer-contacts a:hover {
    color: var(--dh-orange);
}

@media (max-width: 991px) {
    #dh-smarthome-landing .dh-sh-logo img, 
    #dh-smarthome-landing .dh-sh-footer-logo img {
        height: 35px !important;
        width: 323px !important;
    }
    #dh-smarthome-landing .dh-sh-header-contacts { gap: 20px; }
}
@media (max-width: 767px) {
    #dh-smarthome-landing .dh-sh-header { padding: 15px 0; }
    #dh-smarthome-landing .dh-sh-header-cta { margin-left: 20px; }
    #dh-smarthome-landing .dh-sh-hero-banner-img { transform: scale(1.15); transform-origin: center; }
    #dh-smarthome-landing .dh-sh-header-cta { margin-left: 20px; }
    #dh-smarthome-landing .dh-sh-hero-banner-img { transform: scale(1.15); transform-origin: center; }
...
    #dh-smarthome-landing .dh-sh-logo img, 
    #dh-smarthome-landing .dh-sh-footer-logo img {
        height: 25px !important;
        width: 230px !important;
    }
    #dh-smarthome-landing .dh-sh-header-contacts { gap: 15px; }
    #dh-smarthome-landing .dh-sh-contact-item { display: none; }
    #dh-smarthome-landing .dh-sh-header-btn { padding: 10px 16px !important; font-size: 11px !important; }
}

@media (max-width: 400px) {
    #dh-smarthome-landing .dh-sh-logo img, 
    #dh-smarthome-landing .dh-sh-footer-logo img {
        width: 180px !important;
        height: auto !important;
    }
    #dh-smarthome-landing .dh-sh-header-btn { padding: 8px 12px !important; font-size: 10px !important; }
    #dh-smarthome-landing .dh-sh-header-contacts { gap: 10px; }
}

/* Background patterns */
#dh-smarthome-landing .dh-sh-bg-pattern {
    background-color: var(--dh-bg-light);
}

/* Блок 1. Hero */
#dh-smarthome-landing .dh-sh-hero { padding-top: 0; background-color: white; overflow: hidden; }

#dh-smarthome-landing .dh-sh-hero-banner-wrapper {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 600px;
}

#dh-smarthome-landing .dh-sh-hero-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#dh-smarthome-landing .dh-sh-hero-h1-overlay {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 42%;
    max-width: 550px;
    background: rgba(255, 255, 255, 0.95);
    padding: 50px;
    border-radius: 8px;
    text-align: left;
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    border-left: 8px solid var(--dh-blue-active);
    animation: dhShFadeInSlide 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes dhShFadeInSlide {
    from { opacity: 0; transform: translate(-30px, -50%); }
    to { opacity: 1; transform: translate(0, -50%); }
}

@keyframes dhShFadeInRight {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes dhShFadeInLeft {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
}

#dh-smarthome-landing .dh-sh-china-image {
    animation: dhShFadeInRight 1.2s ease-out forwards;
}

#dh-smarthome-landing .dh-sh-china-content {
    animation: dhShFadeInLeft 1.2s ease-out forwards;
}

#dh-smarthome-landing .dh-sh-hero-h1-overlay h1 { margin: 0; font-size: 3.2rem; line-height: 1.1; color: var(--dh-blue); margin-bottom: 25px; font-weight: 900; }

#dh-smarthome-landing .dh-sh-hero-bottom-content {
    padding: 60px 0;
    background-color: var(--dh-bg-light);
    border-bottom: 1px solid #e9ecef;
}

#dh-smarthome-landing .dh-sh-hero-info-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
}

/* Кнопки и списки */
#dh-smarthome-landing .dh-sh-btn {
    display: inline-block;
    padding: var(--dh-btn-padding);
    background-color: var(--dh-orange-btn);
    color: white;
    text-decoration: none;
    border-radius: var(--dh-border-radius);
    font-weight: 600;
    transition: var(--dh-transition);
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(234, 148, 45, 0.3);
}
#dh-smarthome-landing .dh-sh-btn:hover { 
    background-color: #d67e00; 
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(234, 148, 45, 0.4);
}

#dh-smarthome-landing .dh-sh-btn-outline {
    background-color: transparent !important;
    color: var(--dh-blue-active) !important;
    border: 2.5px solid var(--dh-blue-active) !important;
    padding: 11px 28px !important;
}
#dh-smarthome-landing .dh-sh-btn-outline:hover {
    background-color: var(--dh-blue-active) !important;
    color: white !important;
    box-shadow: 0 10px 25px rgba(0, 84, 162, 0.25) !important;
}
#dh-smarthome-landing .dh-sh-hero-list { 
    list-style: none; 
    padding: 0; 
    margin: 0 0 30px 0; 
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap !important; 
    gap: 30px !important; 
    justify-content: center;
}
#dh-smarthome-landing .dh-sh-hero-list li { 
    padding-left: 30px; 
    position: relative; 
    font-weight: 700; 
    font-size: 1.1rem; 
    flex-shrink: 0;
    color: var(--dh-blue);
}
#dh-smarthome-landing .dh-sh-hero-list li::before { 
    content: "\2713"; /* Use Unicode checkmark like in catalog */
    color: white; 
    position: absolute; 
    left: 0; 
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold; 
    background: var(--dh-blue);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}

/* Store Badges System */
#dh-smarthome-landing .dh-sh-store-badges { display: flex; gap: 15px; flex-wrap: wrap; margin-top: 25px; align-items: center; justify-content: center; }
#dh-smarthome-landing .dh-sh-store-badge { 
    display: inline-flex;
    height: 40px; 
    transition: var(--dh-transition);
    align-items: center;
    text-decoration: none;
    justify-content: center;
    box-sizing: border-box;
}
#dh-smarthome-landing .dh-sh-store-badge img { 
    height: 100%; 
    width: auto; 
    display: block;
}
#dh-smarthome-landing .dh-sh-store-badge:hover { transform: translateY(-3px); filter: brightness(1.1); }

/* Блок 2. Сценарии */
#dh-smarthome-landing .dh-sh-scenarios { background-color: white; }
#dh-smarthome-landing .dh-sh-section-title { text-align: center; margin-bottom: 60px; }
#dh-smarthome-landing .dh-sh-section-title h2 { font-size: 2.5rem; margin-bottom: 20px; font-weight: 700; }
#dh-smarthome-landing .dh-sh-section-title .dh-sh-divider { 
    width: 80px; 
    height: 5px; 
    background: var(--dh-blue-active); 
    margin: 0 auto; 
    border-radius: 3px;
}

#dh-smarthome-landing .dh-sh-scenarios-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-top: 30px; }
@media (min-width: 768px) { #dh-smarthome-landing .dh-sh-scenarios-grid { grid-template-columns: repeat(3, 1fr); } }

#dh-smarthome-landing .dh-sh-scenario-card {
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: var(--dh-transition);
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
#dh-smarthome-landing .dh-sh-scenario-card:hover { transform: translateY(-15px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }

#dh-smarthome-landing .dh-sh-scenario-img-box {
    width: 100%;
    aspect-ratio: 9 / 16;
    background: #f0f0f0;
    overflow: hidden;
}
#dh-smarthome-landing .dh-sh-scenario-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}
#dh-smarthome-landing .dh-sh-scenario-card:hover .dh-sh-scenario-img-box img { transform: scale(1.1); }
#dh-smarthome-landing .dh-sh-scenario-content { padding: 30px; flex-grow: 1; border-top: 1px solid #e9ecef; }
#dh-smarthome-landing .dh-sh-scenario-content h3 { font-size: 1.4rem; color: var(--dh-blue); margin-bottom: 15px; font-weight: 700; }

/* Блок 4. Экосистема */
#dh-smarthome-landing .dh-sh-eco { background: linear-gradient(135deg, #fff 0%, var(--dh-bg-light) 100%); overflow: hidden; }
#dh-smarthome-landing .dh-sh-eco-grid { display: flex; flex-direction: column; gap: 60px; }
@media (min-width: 768px) { #dh-smarthome-landing .dh-sh-eco-grid { flex-direction: row; align-items: center; } #dh-smarthome-landing .dh-sh-eco-text, #dh-smarthome-landing .dh-sh-eco-visual { flex: 1; } }

#dh-smarthome-landing .dh-sh-eco-visual {
    display: flex;
    justify-content: center;
    position: relative;
}
#dh-smarthome-landing .dh-sh-eco-visual::before {
    content: '';
    position: absolute;
    width: 140%;
    height: 140%;
    background: radial-gradient(circle, rgba(0,84,162,0.08) 0%, transparent 70%);
    z-index: 0;
    top: -20%;
}
#dh-smarthome-landing .dh-sh-eco-visual img {
    max-height: 600px;
    width: auto;
    box-shadow: 0 40px 80px rgba(0,0,0,0.15);
    border-radius: 16px;
    position: relative;
    z-index: 1;
}
#dh-smarthome-landing .dh-sh-eco-text h2 { color: var(--dh-blue); font-size: 2.8rem; font-weight: 700; line-height: 1.2; }
#dh-smarthome-landing .dh-sh-eco-text p { font-size: 1.2rem; margin-bottom: 40px; color: var(--dh-text-main); }
#dh-smarthome-landing .dh-sh-eco-list { list-style: none; padding: 0; }
#dh-smarthome-landing .dh-sh-eco-list li { 
    margin-bottom: 25px; 
    padding-left: 55px; 
    position: relative; 
    font-size: 1.1rem;
}
#dh-smarthome-landing .dh-sh-eco-list li::before {
    content: '✓'; 
    color: white; 
    position: absolute; 
    left: 0; 
    top: 0;
    font-weight: bold; 
    background: var(--dh-blue-active);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 16px;
}
#dh-smarthome-landing .dh-sh-eco-list li strong { display: block; color: var(--dh-blue); font-size: 1.2rem; margin-bottom: 5px; font-weight: 700; }

/* Сравнение */
#dh-smarthome-landing .dh-sh-comparison { background-color: white; }

/* China Section Refactor */
#dh-smarthome-landing .dh-sh-china-full {
    padding: 0;
    overflow: visible;
    background: #fff;
    min-height: auto;
    display: block;
}

#dh-smarthome-landing .dh-sh-china-parallax-bg {
    position: relative;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

#dh-smarthome-landing .dh-sh-china-overlay {
    display: none;
}

#dh-smarthome-landing .dh-sh-china-glass-card {
    position: relative;
    z-index: 2;
    max-width: 100%;
    background: #fff;
    padding: 60px 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--dh-text-dark);
    margin: 0;
    animation: none;
}

#dh-smarthome-landing .dh-sh-china-glass-card .dh-sh-container {
    display: block;
    max-width: 1200px;
}

#dh-smarthome-landing .dh-sh-china-main-text {
    color: #555 !important;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    font-size: 1.15rem;
}

#dh-smarthome-landing .dh-sh-china-features-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

#dh-smarthome-landing .dh-sh-feature-text strong,
#dh-smarthome-landing .dh-sh-feature-text p {
    color: var(--dh-text-dark) !important;
}

#dh-smarthome-landing .dh-sh-feature-icon {
    background: var(--dh-blue) !important;
}

#dh-smarthome-landing .dh-sh-china-main-text {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 35px;
}
#dh-smarthome-landing .dh-sh-china-main-text strong {
    color: var(--dh-orange);
}

#dh-smarthome-landing .dh-sh-china-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

#dh-smarthome-landing .dh-sh-china-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

#dh-smarthome-landing .dh-sh-feature-icon {
    width: 50px !important;
    height: 50px !important;
    background: var(--dh-orange);
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
#dh-smarthome-landing .dh-sh-feature-icon svg {
    width: 22px;
    height: 22px;
}

#dh-smarthome-landing .dh-sh-feature-text strong {
    display: block;
    font-size: 1.05rem;
    color: #fff;
    margin-bottom: 2px;
}
#dh-smarthome-landing .dh-sh-feature-text p {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.8);
}

@media (max-width: 991px) {
    #dh-smarthome-landing .dh-sh-china-full { justify-content: center; padding: 60px 0; }
    #dh-smarthome-landing .dh-sh-china-glass-card { margin-right: 0; width: 90%; max-width: none; padding: 40px 25px; }
}

#dh-smarthome-landing .dh-sh-china-main-text {
    font-size: 1.3rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
    margin-bottom: 40px;
}
#dh-smarthome-landing .dh-sh-china-main-text strong {
    color: var(--dh-orange);
}

#dh-smarthome-landing .dh-sh-china-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

#dh-smarthome-landing .dh-sh-china-feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

#dh-smarthome-landing .dh-sh-feature-icon {
    width: 50px !important;
    height: 50px !important;
    background: var(--dh-orange);
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
#dh-smarthome-landing .dh-sh-feature-icon svg {
    width: 24px;
    height: 24px;
}

#dh-smarthome-landing .dh-sh-feature-text strong {
    display: block;
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 3px;
}
#dh-smarthome-landing .dh-sh-feature-text p {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
}

@keyframes dhShSlowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.15); }
}

@media (max-width: 767px) {
    #dh-smarthome-landing .dh-sh-china-full { padding: 80px 0; }
    #dh-smarthome-landing .dh-sh-china-glass-card { padding: 40px 25px; border-radius: 0; border: none; background: rgba(29,54,94,0.9); backdrop-filter: none; }
    #dh-smarthome-landing .dh-sh-china-parallax-bg { background-attachment: scroll; }
    #dh-smarthome-landing .dh-sh-china-overlay { background: rgba(0,0,0,0.5); }
}

#dh-smarthome-landing .dh-sh-comparison-table-wrapper { margin-top: 50px; }

/* Desktop Table */
@media (min-width: 768px) {
    #dh-smarthome-landing table { width: 100%; border-collapse: separate; border-spacing: 0; background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.05); border: 1px solid #e9ecef; }
    #dh-smarthome-landing th { background-color: var(--dh-text-dark); color: white; font-weight: 700; padding: 30px 25px; border: none; font-size: 1.2rem; text-transform: uppercase; letter-spacing: 1px; }
    #dh-smarthome-landing th.dh-sh-highlight-col { background-color: var(--dh-blue-active); position: relative; color: white; }
    #dh-smarthome-landing th.dh-sh-highlight-col span { display: block; font-size: 0.7rem; letter-spacing: 2px; margin-bottom: 5px; opacity: 0.9; }
    
    #dh-smarthome-landing td { padding: 30px 25px; border-bottom: 1px solid #e9ecef; text-align: center; font-size: 1.1rem; }
    #dh-smarthome-landing tr:last-child td { border-bottom: none; }
    #dh-smarthome-landing .dh-sh-highlight-col { background-color: #f0f8ff; color: var(--dh-blue); font-weight: 600; border-left: 2px solid #cce5ff; border-right: 2px solid #cce5ff; }
}

/* Mobile Card Comparison */
@media (max-width: 767px) {
    #dh-smarthome-landing .dh-sh-desktop-only { display: none; }
    #dh-smarthome-landing .dh-sh-mobile-comparison { display: flex; flex-direction: column; gap: 30px; }
    #dh-smarthome-landing .dh-sh-comp-card {
        background: white;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        border: 1px solid #e9ecef;
    }
    #dh-smarthome-landing .dh-sh-comp-card-header {
        padding: 20px 25px;
        font-weight: 700;
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
    }
    #dh-smarthome-landing .dh-sh-comp-card.dh-sh-recommended { border: 2px solid var(--dh-blue-active); }
    #dh-smarthome-landing .dh-sh-comp-card.dh-sh-recommended .dh-sh-comp-card-header { background: var(--dh-blue-active); color: white; }
    #dh-smarthome-landing .dh-sh-comp-card.dh-sh-standard .dh-sh-comp-card-header { background: var(--dh-text-dark); color: white; }
    
    #dh-smarthome-landing .dh-sh-comp-card-body { padding: 25px; }
    #dh-smarthome-landing .dh-sh-comp-row { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid #e9ecef; }
    #dh-smarthome-landing .dh-sh-comp-row:last-child { border-bottom: none; }
    #dh-smarthome-landing .dh-sh-comp-label { color: var(--dh-text-main); font-size: 0.95rem; font-weight: 500; }
    #dh-smarthome-landing .dh-sh-comp-value { font-weight: 600; text-align: right; color: var(--dh-text-dark); }
    #dh-smarthome-landing .dh-sh-recommended .dh-sh-comp-value { color: var(--dh-blue); }
}
@media (min-width: 768px) { #dh-smarthome-landing .dh-sh-mobile-comparison { display: none; } }

/* FAQ */
#dh-smarthome-landing .dh-sh-faq { background: #fff; }
#dh-smarthome-landing .dh-sh-faq-container { max-width: 900px; margin: 0 auto; }
#dh-smarthome-landing .dh-sh-faq-item { 
    background: var(--dh-bg-light); 
    margin-bottom: 20px; 
    border-radius: 12px; 
    overflow: hidden; 
    border: 1px solid #e9ecef;
    transition: var(--dh-transition);
}
#dh-smarthome-landing .dh-sh-faq-item:hover { border-color: var(--dh-blue-active); transform: scale(1.01); }
#dh-smarthome-landing .dh-sh-faq-question { 
    padding: 25px 35px; 
    font-weight: 600; 
    cursor: pointer; 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    color: var(--dh-blue);
    font-size: 1.15rem;
}
#dh-smarthome-landing .dh-sh-faq-answer { max-height: 0; overflow: hidden; transition: all 0.5s cubic-bezier(0, 1, 0, 1); background: white; }
#dh-smarthome-landing .dh-sh-faq-answer p { padding: 30px 35px; margin: 0; color: var(--dh-text-main); line-height: 1.8; font-size: 1.05rem; }
#dh-smarthome-landing .dh-sh-faq-question span { 
    width: 30px; 
    height: 30px; 
    flex-shrink: 0;
    background: var(--dh-blue-active); 
    color: #fff; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 20px;
    transition: var(--dh-transition);
}
#dh-smarthome-landing .dh-sh-faq-item.dh-sh-active .dh-sh-faq-question { background: var(--dh-blue-active); color: white; }
#dh-smarthome-landing .dh-sh-faq-item.dh-sh-active .dh-sh-faq-question span { transform: rotate(45deg); background: white; color: var(--dh-blue-active); }

/* Final CTA */
#dh-smarthome-landing .dh-sh-final-cta { background: var(--dh-blue); color: white; padding: 120px 0; overflow: hidden; }
#dh-smarthome-landing .dh-sh-final-cta h2 { color: white; text-align: center; font-size: 3rem; margin-bottom: 60px; font-weight: 700; }
#dh-smarthome-landing .dh-sh-cta-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
}
@media (min-width: 768px) { #dh-smarthome-landing .dh-sh-cta-wrapper { grid-template-columns: 1.2fr 1fr; align-items: center; } }

#dh-smarthome-landing .dh-sh-cta-text-side p { font-size: 1.3rem; line-height: 1.6; opacity: 0.95; margin-bottom: 50px; }

#dh-smarthome-landing .dh-sh-form-container { 
    background: #fff; 
    padding: 40px; 
    border-radius: 16px; 
    box-shadow: 0 30px 70px rgba(0,0,0,0.3); 
    border-top: 8px solid var(--dh-orange-btn);
    color: var(--dh-text-dark);
}
#dh-smarthome-landing .dh-sh-form-container h3 { color: var(--dh-blue); font-size: 1.8rem; margin-bottom: 25px; text-align: center; font-weight: 700; }

#dh-smarthome-landing .dh-sh-input,
#dh-smarthome-landing .callback__input { 
    width: 100% !important; 
    padding: 16px !important; 
    margin-bottom: 18px !important; 
    border: 2px solid #e9ecef !important; 
    border-radius: 4px !important; 
    box-sizing: border-box !important; 
    font-size: 1rem !important; 
    transition: border-color 0.3s !important; 
    font-family: var(--dh-font-family) !important;
    display: block !important;
}
#dh-smarthome-landing .dh-sh-input:focus,
#dh-smarthome-landing .callback__input:focus { outline: none; border-color: var(--dh-blue-active) !important; }

#dh-smarthome-landing .dh-sh-form-container form {
    display: flex;
    flex-direction: column;
}

#dh-smarthome-landing .submit.dh-sh-btn {
    margin-top: 0 !important;
    width: 100% !important;
}

#dh-smarthome-landing .dh-sh-cta-download-box { text-align: left; }
#dh-smarthome-landing .dh-sh-cta-download-box h3 { color: white; margin-bottom: 30px; font-size: 2rem; font-weight: 700; }
#dh-smarthome-landing .dh-sh-cta-download-box .dh-sh-store-badges { justify-content: flex-start; gap: 20px; }
#dh-smarthome-landing .dh-sh-cta-download-box .dh-sh-store-badge { height: 40px; }

#dh-smarthome-landing footer { background: #111; color: #666; padding: 60px 0; text-align: center; font-size: 1rem; }

/* Mobile adaptation tweaks */
@media (max-width: 767px) {
    section { padding: 60px 0; }
    #dh-smarthome-landing .dh-sh-hero-h1-overlay { 
        position: relative; 
        top: 0; 
        left: 0; 
        transform: none; 
        width: 100%; 
        max-width: none; 
        box-sizing: border-box;
        border-left: none;
        border-bottom: 8px solid var(--dh-blue-active);
        padding: 50px 30px;
        border-radius: 0;
    }
    #dh-smarthome-landing .dh-sh-hero-h1-overlay h1 { font-size: 2.5rem; }
    #dh-smarthome-landing .dh-sh-hero-banner-wrapper { height: auto; min-height: 400px; }
    #dh-smarthome-landing .dh-sh-hero-list { flex-direction: column; gap: 20px; }
    #dh-smarthome-landing .dh-sh-section-title h2 { font-size: 2rem; }
    #dh-smarthome-landing .dh-sh-form-container { padding: 40px 25px; }
    #dh-smarthome-landing .dh-sh-final-cta { padding: 80px 0; }
    #dh-smarthome-landing .dh-sh-final-cta h2 { font-size: 2.2rem; }
    #dh-smarthome-landing .dh-sh-cta-download-box { text-align: center; }
    #dh-smarthome-landing .dh-sh-cta-download-box .dh-sh-store-badges { justify-content: center; }
}


/* ==================================================================== */
/* === БЛОК 3. КАТАЛОГ (МОДУЛИ) - ВЫНЕСЕН ДЛЯ УДОБСТВА РЕДАКТИРОВАНИЯ === */
/* ==================================================================== */

#dh-smarthome-landing .dh-sh-modules { background-color: var(--dh-bg-light); }
#dh-smarthome-landing .dh-sh-modules-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-top: 30px; }
@media (min-width: 768px) { #dh-smarthome-landing .dh-sh-modules-grid { grid-template-columns: repeat(3, 1fr); } }

#dh-smarthome-landing .dh-sh-module-card {
    background: white;
    padding: 45px 35px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    
    /* Карточка как флекс-контейнер */
    display: flex;
    flex-direction: column;
    height: 100%;
    
    box-sizing: border-box;
    border: 2px solid transparent;
    transition: var(--dh-transition);
}
#dh-smarthome-landing .dh-sh-module-card:hover { transform: scale(1.02); box-shadow: 0 15px 35px rgba(0,84,162,0.1); }

/* 1. Название сверху */
#dh-smarthome-landing .dh-sh-module-card h3 { 
    order: 1; 
    font-size: 1.15rem; 
    font-weight: 700; 
    color: var(--dh-text-dark); 
    margin: 0 0 15px 0; 
    line-height: 1.3;
}

/* 2. Картинка под названием */
#dh-smarthome-landing .dh-sh-module-img-box {
    order: 2;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 10px;
    flex-shrink: 0;
}

#dh-smarthome-landing .dh-sh-module-img-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* 3. Описание забирает свободное место сверху и прижимает себя и кнопки вниз */
#dh-smarthome-landing .catalog-item-desc { 
    order: 3; 
    color: var(--dh-text-main); 
    font-size: 0.95rem; 
    margin-bottom: 25px; 
}

/* 4. Блок маркетплейсов идет следом за описанием в самом низу */
#dh-smarthome-landing .dh-sh-marketplaces {
    order: 4; 
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: flex-start;
    
    /* margin-top: auto убран отсюда, так как родительский сдвиг теперь на описании */
    min-height: 110px; /* Фиксированный размер под 3 кнопки сохранен */
    
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    width: 100%;
}

#dh-smarthome-landing .dh-sh-btn-market {
    background: transparent;
    color: #000 !important;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    border: none;
    text-transform: none;
    font-size: 1.1rem;
    line-height: 1;
}

#dh-smarthome-landing .dh-sh-btn-market:hover {
    opacity: 0.7;
    transform: translateY(-2px);
}

#dh-smarthome-landing .dh-sh-btn-market img {
    height: 24px;
    width: auto;
    margin: 0 !important;
    display: block;
}

#dh-smarthome-landing .dh-sh-btn-market.disabled {
    display: none;
}
/* Burger & Mobile Menu */
#dh-smarthome-landing .dh-sh-burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 20px;
    z-index: 1001;
}

#dh-smarthome-landing .dh-sh-burger span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

#dh-smarthome-landing .dh-sh-burger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

#dh-smarthome-landing .dh-sh-burger.active span:nth-child(2) {
    opacity: 0;
}

#dh-smarthome-landing .dh-sh-burger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

#dh-smarthome-landing .dh-sh-mobile-menu {
    display: none;
    background: var(--dh-blue);
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

#dh-smarthome-landing .dh-sh-mobile-contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

#dh-smarthome-landing .dh-sh-mobile-contacts a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
}

@media (max-width: 767px) {
    #dh-smarthome-landing .dh-sh-burger {
        display: flex;
    }
    
    #dh-smarthome-landing .dh-sh-mobile-menu.active {
        display: block;
    }
}

/* Product Feature Lists */
#dh-smarthome-landing .dh-sh-module-features {
    order: 3; /* Ensure it stays below name (1) and image (2) */
    list-style: none;
    padding: 0;
    margin: 15px 0 25px 0;
    text-align: left;
}

#dh-smarthome-landing .dh-sh-module-features li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.4;
    color: var(--dh-text-main);
}

#dh-smarthome-landing .dh-sh-module-features li::before {
    content: "\2713"; /* Unicode Checkmark */
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--dh-blue); /* Changed to site blue */
    font-weight: 900;
    font-size: 16px;
}

/* FINAL REFINEMENTS */

/* Task 13: Fix huge gap before scenarios */
#dh-smarthome-landing .dh-sh-scenarios { 
    padding-top: 20px !important; 
    margin-top: -30px !important; 
}

/* Task 14: Reduce scenario image sizes */
#dh-smarthome-landing .dh-sh-scenario-img-box {
    height: 420px !important;
    aspect-ratio: auto !important;
}

@media (max-width: 767px) {
    #dh-smarthome-landing .dh-sh-scenario-img-box {
        height: 300px !important;
    }
}

/* Task 3: China section mobile improvements */
@media (max-width: 767px) {
    #dh-smarthome-landing .dh-sh-china-full {
        text-align: center !important;
    }
    #dh-smarthome-landing .dh-sh-china-glass-card {
        text-align: center !important;
        margin: 0 auto !important;
        width: 100% !important;
        padding: 40px 20px !important;
    }
    #dh-smarthome-landing .dh-sh-china-features-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px !important;
    }
    #dh-smarthome-landing .dh-sh-china-feature-item {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
    #dh-smarthome-landing .dh-sh-china-main-text {
        color: #000 !important; /* Maximum contrast */
        font-weight: 700 !important;
        font-size: 1.2rem !important;
    }
    #dh-smarthome-landing .dh-sh-feature-text strong {
        color: #000 !important;
        font-size: 1.2rem !important;
        display: block !important;
        margin-bottom: 5px !important;
    }
    #dh-smarthome-landing .dh-sh-feature-text p {
        color: #222 !important;
        font-weight: 600 !important;
    }
    
    /* Task 11: Hero banner zoom increase */
    #dh-smarthome-landing .dh-sh-hero-banner-img { 
        transform: scale(1.4) !important; 
        transform-origin: center center !important; 
    }
}

/* Task 5: Background position for China on PC */
#dh-smarthome-landing .dh-sh-china-parallax-bg {
    background-position: center bottom !important;
}

/* Brighten China section text generally */
#dh-smarthome-landing .dh-sh-china-main-text {
    color: #222 !important;
    font-weight: 500;
}

/* User requested green accents on blue theme */
#dh-smarthome-landing .dh-sh-hero-h1-overlay h1 {
    color: #4f831f !important;
}
#dh-smarthome-landing .dh-sh-hero-h1-overlay {
    border-left-color: #4f831f !important;
}
@media (max-width: 767px) {
    #dh-smarthome-landing .dh-sh-hero-h1-overlay {
        border-bottom-color: #4f831f !important;
    }
}

/* === FINAL TWEAKS === */

/* Mobile Burger Menu Margin */
@media (max-width: 767px) {
    #dh-smarthome-landing .dh-sh-burger {
        margin-right: 15px !important;
        margin-left: auto !important;
    }
}

/* 1. Hero Block Restyle (padding, white border, white button) */
#dh-smarthome-landing .dh-sh-hero-h1-overlay {
    background: rgba(79, 131, 31, 0.85) !important; 
    border: 4px solid #ffffff !important; /* Thicker white contour all around */
    padding: 25px 35px !important; /* Minimal padding */
}
#dh-smarthome-landing .dh-sh-hero-h1-overlay h1 {
    color: #ffffff !important;
    font-size: 2.2rem !important; 
    line-height: 1.2 !important;
}
#dh-smarthome-landing .dh-sh-hero-h1-overlay p {
    color: rgba(255, 255, 255, 0.9) !important;
}

#dh-smarthome-landing .dh-sh-hero-h1-overlay .dh-sh-btn {
    background-color: #ffffff !important;
    color: #4f831f !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.25) !important;
}

@media (max-width: 767px) {
    #dh-smarthome-landing .dh-sh-hero-h1-overlay {
        border: 4px solid #ffffff !important;
        padding: 20px !important;
    }
    #dh-smarthome-landing .dh-sh-hero-h1-overlay h1 {
        font-size: 1.8rem !important;
    }
}

/* Hero Banner Shift Left */
#dh-smarthome-landing .dh-sh-hero-banner-img {
    object-position: 80% center !important;
}
@media (max-width: 767px) {
    #dh-smarthome-landing .dh-sh-hero-banner-img {
        object-position: 100% center !important; /* Shifted fully right to show phone */
    }
    #dh-smarthome-landing .dh-sh-hero-banner-wrapper { 
        min-height: 550px !important; /* Give more space under the overlay */
    }
}

/* 4. China Section Factory Image Unzoom */
#dh-smarthome-landing .dh-sh-china-parallax-bg {
    max-width: 1200px !important;
    margin: 0 auto !important;
    border-radius: 12px !important;
    background-size: contain !important; /* Changed from cover to contain */
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 600px !important; /* Increased from 400px to 600px */
}
@media (max-width: 767px) {
    #dh-smarthome-landing .dh-sh-china-parallax-bg {
        max-width: 90% !important;
        height: 250px !important;
        background-size: cover !important;
    }
}
