/* --- MODERN RESET & ANIMATION --- */
body {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif;
    background: radial-gradient(circle at top right, #efebe9 0%, #d7ccc8 50%, #a1887f 100%);
    background-attachment: fixed;
    color: #2e1c16;
    margin: 0;
    padding: 60px 15px;
    position: relative;
    overflow-x: hidden;
}

/* --- ORNAMEN LATAR BELAKANG (Biar Gak Polos) --- */
body::before, body::after {
    content: "";
    position: fixed;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: -1;
    filter: blur(80px);
    opacity: 0.5;
}
body::before {
    top: 10%;
    left: 10%;
    background: #5d4037;
}
body::after {
    bottom: 10%;
    right: 10%;
    background: #bcaaa4;
}

/* --- MAIN LAYOUT (Konsep Kaca/Glassmorphism) --- */
.main-table {
    border: none !important;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px) saturate(120%);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
    max-width: 950px;
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(43, 23, 0, 0.15);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

/* --- HEADER BANNER WITH GRADIENT OVERLAY --- */
.header-bg {
    position: relative;
    background: linear-gradient(135deg, #3e2723 0%, #1a0c00 100%);
    padding: 0;
    border: none;
}
.header-bg img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 200px;
    opacity: 0.85;
    filter: grayscale(20%) sepia(20%);
}

/* --- NAVIGASI MINIMALIS MODERN --- */
.menu-row {
    background: rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.menu-cell {
    padding: 0;
    text-align: center;
}
.menu-cell a {
    text-decoration: none;
    color: #4e342e;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    padding: 22px 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-cell a:hover {
    background: rgba(62, 39, 35, 0.08);
    color: #2b1700;
    transform: translateY(-1px);
}

/* --- AREA KONTEN UTAMA --- */
.content-cell {
    padding: 60px 50px;
    vertical-align: top;
}
.content-cell h1 {
    color: #2b1700;
    font-size: 36px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: -1px;
    background: linear-gradient(45deg, #2b1700, #5d4037);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-cell p {
    font-size: 16px;
    line-height: 1.8;
    color: #5d4037;
    margin-bottom: 40px;
}

/* --- KOTAK FORM INOVATIF --- */
.form-container {
    max-width: 380px;
    margin: 10px auto;
    padding: 45px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    text-align: left;
    box-shadow: 0 20px 40px -15px rgba(62, 39, 35, 0.1);
}
.form-group {
    margin-bottom: 24px;
}
.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 11px;
    color: #6d4c41;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.form-input {
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid #e0d7d5;
    border-radius: 12px;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #fdfdfd;
    color: #3e2723;
    transition: all 0.25s ease;
}
.form-input:focus {
    border-color: #5d4037;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(93, 64, 55, 0.15);
}
.btn-submit {
    width: 100%;
    background: linear-gradient(135deg, #3e2723 0%, #2b1700 100%);
    color: #ffffff;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 20px -5px rgba(62, 39, 35, 0.3);
    transition: all 0.25s ease;
}
.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(62, 39, 35, 0.4);
}

/* --- KARTU PROFIL PREMIUM --- */
.profile-card {
    max-width: 580px;
    margin: 35px auto 0 auto;
    border-collapse: collapse;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.profile-card td {
    padding: 20px 26px;
    font-size: 15px;
    color: #4e342e;
    border-bottom: 1px solid rgba(239, 235, 233, 0.5);
}
.profile-card tr:last-child td {
    border-bottom: none;
}
.profile-label {
    font-weight: 700;
    color: #2b1700;
    width: 35%;
    background: rgba(245, 242, 235, 0.7);
    letter-spacing: 0.5px;
}

/* --- MULTIMEDIA DENGAN EFEK EMBOSS --- */
.media-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 35px -10px rgba(43, 23, 0, 0.2);
    border: 4px solid #ffffff;
}
.media-container iframe {
    display: block;
    width: 100%;
}

/* --- FOOTER GLASS --- */
.footer-cell {
    background: rgba(43, 23, 0, 0.95);
    color: #d7ccc8;
    font-size: 13px;
    padding: 35px;
    text-align: center;
    letter-spacing: 0.8px;
}
.footer-cell strong {
    color: #ffccbc;
    font-weight: 600;
}

/* --- UTILITY --- */
a.link-secondary {
    color: #8d6e63;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    transition: color 0.2s ease;
}
a.link-secondary:hover {
    color: #2b1700;
}