.sf-page-hero-full {
    position: relative;
    width: 100%;
    min-height: 350px;         
    display: flex;
    align-items: center;
    background-color: #fcfaf7; 
    background-size: 100% 5px; 
    overflow: hidden;
    margin-top: -30px;         
}

.hero-bg-wrap { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; }
.hero-full-img { width: 100% !important; height: 100% !important; object-fit: cover; display: block; }

.hero-content-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--sf-container-width, 1040px); 
    margin: 0 auto;
    padding: 0 30px;
}


.sf-split-layout {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}

.sf-page-hero-left {
    flex: 1;
    max-width: 500px;
    z-index: 2;
}

.sf-page-hero-header {
    display: flex;
    align-items: center; 
    justify-content: flex-start;
    gap: 15px; 
    margin-bottom: 20px; 
}

.sf-page-hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #1d1d1f !important; 
    margin: 0 !important; 
    letter-spacing: -1px;
    line-height: 1; 
    text-shadow: none !important; 
}

.sf-page-hero-icon-img {
    height: 50px !important; 
    width: auto;  
    flex-shrink: 0; 
    user-select: none;
    pointer-events: none; 
    margin: 0; 
    display: block; 
}

.sf-page-hero-subtitle {
    font-size: 18px;
    color: #86868b !important; 
    max-width: 600px;
    line-height: 1.6;
    margin: 0; 
}

.sf-page-hero-right {
    flex: 1;
    position: relative;
    height: 320px;
    max-width: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.sf-scattered-images {
    position: relative;
    width: 100%;
    height: 100%;
}

.scatter-img {
    position: absolute;
    border-radius: 12px; 
    border: 6px solid #ffffff; 
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    object-fit: cover;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
}

.scatter-img.img-1 { width: 150px; height: 220px; left: 0%; bottom: 10%; transform: rotate(-15deg); z-index: 1; }
.scatter-img.img-2 { width: 180px; height: 140px; right: 0%; bottom: 20%; transform: rotate(10deg); z-index: 2; }
.scatter-img.img-3 { width: 220px; height: 220px; left: 25%; top: 5%; transform: rotate(4deg); z-index: 3; }

.scatter-img:hover {
    transform: translateY(-10px) rotate(0deg) scale(1.08);
    z-index: 10 !important;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}



@media (max-width: 768px) {
    .sf-page-hero-full { 
        min-height: auto !important; 
        width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        margin-top: 0 !important; 
        padding: 35px 0 !important; 
        overflow: hidden !important; 
    }
    
    .hero-content-wrap {
        padding: 0 20px !important; 
        box-sizing: border-box !important;
    }
    
    .sf-split-layout { 
        display: flex !important; 
        flex-direction: row !important;
        align-items: center !important; 
        justify-content: space-between !important;
        gap: 10px !important; 
    }
    
    .sf-page-hero-left {
        display: block !important;
        flex: 0 0 55% !important; 
        max-width: 55% !important;
        margin-bottom: 0 !important; 
    }
    
    .sf-page-hero-title { font-size: 24px !important; line-height: 1.2 !important; }
    .sf-page-hero-icon-img { height: 22px !important; } 
    .sf-page-hero-subtitle { font-size: 13px !important; margin-top: 6px !important; line-height: 1.4 !important; }
    
    .sf-page-hero-right { 
        display: block !important; 
        flex: 0 0 45% !important; 
        max-width: 45% !important; 
        height: 120px !important; 
        margin-top: 0 !important;
        position: relative !important;
    }

    .sf-scattered-images {
        position: absolute !important;
        width: 150% !important; 
        height: 100% !important;
        left: 0;
        top: 0;
    }
    
    .scatter-img { border-width: 3px !important; }

    .scatter-img.img-1 { 
        width: 65px !important; 
        height: 90px !important; 
        left: 0 !important;
        top: 20px !important; 
        z-index: 2 !important;
    }
    .scatter-img.img-2 { 
        width: 85px !important; 
        height: 55px !important; 
        left: 50px !important;
        top: 65px !important; 
        z-index: 3 !important; 
    }
    .scatter-img.img-3 { 
        width: 75px !important; 
        height: 75px !important; 
        left: 90px !important; 
        top: 0px !important; 
        z-index: 1 !important;
    }
}

.sf-reading-container-no-sidebar {
    max-width: 800px !important; 
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 25px;
}

.sf-comments-area { 
    background: transparent; 
    border-radius: 0; 
    padding: 0px 0px 0 0px; 
    margin-top: 50px; 
    border-top: 0px solid #EFEFEF; 
}