/* 4. Menha Media Services - Cinematic Luxury v2 */
.menha-media-section { position: relative; padding: 70px 0; background: #000; overflow: hidden; color: #fff; }

/* Hiệu ứng nền Bokeh */
.menha-media-section::before { content: ''; position: absolute; top: -10%; left: -10%; width: 40%; height: 60%; background: radial-gradient(circle, rgba(233,178,17,0.08) 0%, transparent 70%); filter: blur(50px); z-index: 1; }

.menha-media-content { position: relative; z-index: 10; }

.menha-title-wrap { position: relative; margin-bottom: 40px; }
.menha-small-title { color: #E9B211; text-transform: uppercase; font-weight: 800; letter-spacing: 5px; font-size: 14px; display: flex; align-items: center; gap: 15px; margin-bottom: 10px; }
.menha-small-title::after { content: ''; height: 2px; width: 50px; background: #E9B211; display: inline-block; }

.menha-media-section h2 { 
    font-size: 62px; 
    font-weight: 900; 
    line-height: 1.1; 
    margin: 0;
    background: linear-gradient(135deg, #ffffff 0%, #E9B211 50%, #8a6d1d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
}

.menha-media-desc { 
    font-size: 19px; 
    line-height: 1.8; 
    color: rgba(255,255,255,0.6); 
    margin-top: 25px; 
    max-width: 90%; 
    border-left: 2px solid rgba(233,178,17,0.3); 
    padding-left: 25px;
}

.menha-service-feature-wrap { position: relative; padding: 20px; }
.menha-service-img { 
    position: relative; 
    z-index: 5; 
    border-radius: 40px 10px 40px 10px; 
    box-shadow: 0 50px 80px rgba(0,0,0,0.8); 
    transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1); 
    width: 100%; 
    height: 550px; 
    object-fit: cover; 
    border: 1px solid rgba(255,255,255,0.1); 
}

.menha-media-section:hover .menha-service-img { transform: scale(1.02); border-color: rgba(233,178,17,0.5); }

.menha-service-deco { 
    position: absolute; 
    inset: 0px; 
    border: 1px solid #E9B211; 
    border-radius: 40px 10px 40px 10px; 
    opacity: 0.3; 
    z-index: 1; 
    transform: rotate(-4deg); 
    transition: all 0.8s ease; 
}
.menha-media-section:hover .menha-service-deco { transform: rotate(2deg) scale(1.05); opacity: 0.6; }

.menha-media-btn { 
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #E9B211 0%, #8a6d1d 100%) !important; 
    color: #000 !important; 
    padding: 22px 55px; 
    border-radius: 100px; 
    font-weight: 800; 
    text-transform: uppercase; 
    letter-spacing: 1px;
    box-shadow: 0 15px 40px rgba(233, 178, 17, 0.4); 
    transition: all 0.4s; 
    border: none;
}
.menha-media-btn:hover { transform: translateY(-8px); box-shadow: 0 25px 60px rgba(233, 178, 17, 0.6); background: #fff !important; }

@media (max-width: 849px) { 
    .menha-media-section { padding: 80px 20px; text-align: center; } 
    .menha-media-section h2 { font-size: 42px; } 
    .menha-media-desc { margin: 25px auto; border-left: none; padding-left: 0; }
    .menha-service-img { height: 400px; margin-top: 60px; border-radius: 20px; } 
    .menha-small-title { justify-content: center; }
}
