/* --- RESET & DASAR --- */
:root {
    --bg-color: #e7e7e7; /* Warna dasar Neumorphism yang bersih */
    --shadow-light: #ffffff;
    --shadow-dark: #c2c2c2;
    --text-primary: #3f3f3f;
    --text-secondary: #8a8a8a;
    --icon-color: #a5a5a5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #e0e0e0; /* Background luar desktop (lebih gelap sedikit) */
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

/* --- MOBILE VIEW LOCK --- */
.mobile-container {
    width: 100%;
    max-width: 480px;
    min-height: 100vh;
    background-color: var(--bg-color);
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    overflow-x: hidden;
    padding: 15px 25px;
    color: var(--text-primary);
}

/* --- NEUMORPHISM CLASSES --- */
.neumorph-card {
    background: var(--bg-color);
    border-radius: 24px;
    box-shadow: 8px 8px 16px var(--shadow-dark), 
               -8px -8px 16px var(--shadow-light);
}

.neumorph-inner {
    background: var(--bg-color);
    box-shadow: inset 4px 4px 8px var(--shadow-dark), 
                inset -4px -4px 8px var(--shadow-light);
}

.neumorph-btn {
    background: var(--bg-color);
    border-radius: 20px;
    box-shadow: 6px 6px 12px var(--shadow-dark), 
               -6px -6px 12px var(--shadow-light);
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.neumorph-btn:active {
    box-shadow: inset 5px 5px 10px var(--shadow-dark), 
                inset -5px -5px 10px var(--shadow-light);
    transform: scale(0.98);
}

/* --- HEADER --- */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
.logo {
    height: 18px;
    object-fit: contain;
    /* TRIK: Mengubah logo apapun menjadi warna #3f3f3f */
    filter: brightness(0) invert(25%);
}
.official-text {
    font-size: 11px;
    color: var(--text-secondary);
    font-weight: 500;
}

/* --- PROFILE --- */
.profile-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
.profile-img-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 3px; /* Jarak antara gambar dan efek neumorph */
}
.profile-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.brand-name {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--text-primary);
}
.brand-desc {
    font-size: 11px;
    color: var(--text-secondary);
    margin-top: 2px;
}

/* --- HERO COVER --- */
.hero-card {
    width: 100%;
    padding: 8px; /* Memberikan bingkai tebal ala neumorphism */
    background-color: var(--bg-color);
    box-shadow: 8px 8px 16px #b1b0b0, 
               -8px -8px 16px var(--shadow-light);
    margin-bottom: 30px;
}
.hero-img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    display: block;
    object-fit: cover;
}

/* --- ACTION BUTTONS (Sesuai Gambar 1) --- */
.action-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 35px;
}
.action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    text-decoration: none;
}
.action-btn i {
    font-size: 32px;
    color: var(--icon-color);
    margin-bottom: 10px;
}
.action-btn span {
    font-size: 9px;
    font-weight: 600;
    color: var(--text-secondary);
}

/* --- TEXT DESC --- */
.desc-text {
    margin-bottom: 35px;
}
.desc-text h2 {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--text-primary);
}
.desc-text p {
    font-size: 10px;
    color: var(--text-secondary);
    line-height: 1.6;
    text-align: justify;
}

/* --- SLIDESHOW CARD --- */
.slideshow-card {
    padding: 20px;
    margin-bottom: 15px;
}
.slideshow-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 6px 6px 12px var(--shadow-dark);
}
.slides-container {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.slides-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}
.slideshow-info {
    margin-top: 20px;
}
.slideshow-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary);
}
.sub-info {
    font-size: 11px;
    color: var(--text-secondary);
    margin-top: 4px;
}
.divider {
    height: 2px; /* Dibuat sedikit tebal untuk efek inset */
    margin: 15px 0;
    border-radius: 2px;
}
.info-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.label {
    font-size: 10px;
    color: var(--text-secondary);
}
.value {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-primary);
}
.stars i {
    color: #e2b49a; /* Warna bintang oranye */
    font-size: 10px;
}

/* --- MODALS / POPUPS --- */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.7); /* Background overlay terang blur */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.modal.active {
    opacity: 1;
    visibility: visible;
}
.modal-content {
    width: 85%;
    max-width: 360px;
    padding: 30px 25px;
    text-align: center;
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.modal.active .modal-content {
    transform: scale(1);
}
.modal-content h3 {
    margin-bottom: 25px;
    font-size: 16px;
    color: var(--text-primary);
}
.modal-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.modal-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    text-decoration: none;
    color: var(--text-secondary);
    font-weight: 600;
    font-size: 13px;
}
.modal-item i {
    font-size: 18px;
    color: var(--icon-color);
}
.close-btn {
    margin-top: 30px;
    padding: 14px 40px;
    color: var(--text-secondary);
    font-weight: 700;
    font-size: 13px;
}

.footer-section {
    padding: 20px 20px;
    text-align: center;
    background-color: transparent;
}

.footer-label {
    font-size: 10px;
    letter-spacing: 1px;
    color: #999;
   /* text-transform: uppercase;*/
    margin-bottom: 4px;
}

.footer-credit {
    font-size: 10px;
    color: #bbb;
    letter-spacing: 0.5px;
}

.footer-credit a {
    color: #888;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-credit a:hover {
    color: #333;
}

