.card-produk {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    transition: 0.3s cubic-bezier(0.4,0,0.2,1);
    margin-bottom: 30px;
    padding: 20px;
    
}

.card-produk:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.page-header-custom {
    background: #0d1e3f;
    padding: 140px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header-custom::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0,184,169,0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(244,167,66,0.08) 0%, transparent 40%);
}

.page-header-custom h1 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    color: white;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.page-header-custom p {
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    margin-top: 16px;
    position: relative;
    z-index: 1;
}
.atas1{
    margin-top: 50px  
}

.atas{
    margin-top: 100px  
}