* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
body {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('images/bg-suhengbet.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #f0f0f0;
    line-height: 1.6;
    min-height: 100vh;
}

.site-header {
    max-width: 1200px;
    margin: 20px auto 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.site-logo { height: 32px; width: auto; }
.search-area { 
    position: relative;
    min-width: 250px;
}
.search-area input {
    width: 100%; padding: 8px 40px 8px 16px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 20px; 
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    color: #f0f0f0;
    font-size: 14px;
}
.search-area input::placeholder { color: #e5e7eb; }
.search-area svg {
    position: absolute; right: 12px;
    top: 50%; transform: translateY(-50%);
    width: 18px; height: 18px; 
    color: #4169E1;
}
.top-nav { 
    display: flex; 
    align-items: center; 
    gap: 10px; 
}
.nav-btn {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fcb901e7;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}
.nav-btn:hover {
    background: rgba(65, 105, 225, 0.3);
    color: white;
    transform: translateY(-1px);
}

.main-container { max-width: 1200px; margin: 20px auto 0; padding: 0 20px; }
.main-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
    margin-bottom: 16px;
}
.gallery-area { display: flex; flex-direction: column; gap: 8px; }
.hero-image {
    width: 100%; height: 480px;
    object-fit: cover; border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3); cursor: pointer;
    transition: transform 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.hero-image:hover { transform: scale(1.02); }
.thumb-row { display: flex; gap: 6px; }
.thumb-img {
    width: 72px; height: 72px;
    object-fit: cover; border-radius: 8px;
    cursor: pointer; border: 2px solid rgba(255, 255, 255, 0.3); 
    transition: all 0.3s ease;
}
.thumb-img.active { border-color: #4169E1; }

.info-panel {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    padding: 28px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2); 
    position: sticky; top: 20px;
}
.main-title {
    font-size: 28px;
    font-weight: 700; margin-bottom: 12px;
    color: #ffffffe7;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.offer-price {
    font-size: 30px;
    font-weight: 800; color: #fcb901e7; margin-bottom: 16px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.quick-info {
    font-size: 15px;
    color: #f0f0f0; margin-bottom: 24px;
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.vip-button {
    width: 100%; background: linear-gradient(135deg, #fcb901e7, #a87b00e7);
    color: white; border: none;
    padding: 14px 20px;
    font-size: 17px;
    font-weight: 600; border-radius: 12px;
    cursor: pointer; transition: all 0.3s ease; margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(225, 201, 65, 0.4);
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    text-decoration: none;
    display: block;
}
.vip-button:hover { 
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(65, 105, 225, 0.6);
}
.spec-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px; font-size: 13px;
}
.spec-item { display: flex; flex-direction: column; }
.spec-key { font-weight: 600; color: #fcb901e7; margin-bottom: 3px; }
.spec-data { color: #f0f0f0; }

.about-panel {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    padding: 28px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    height: 500px;
    display: flex; flex-direction: column; justify-content: flex-start;
    margin-bottom: 16px;
    overflow-y: auto;
}
.about-main {
    font-size: 24px;
    font-weight: 800; color: white;
    margin-bottom: 16px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.about-highlight {
    font-size: 18px;
    font-weight: 700; color: #fcb901e7;
    margin-bottom: 16px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.about-text {
    font-size: 15px;
    color: #f0f0f0; line-height: 1.7;
    margin-bottom: 16px;
}
.benefit-list {
    list-style: none;
    margin: 20px 0;
}
.benefit-list li {
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    font-size: 15px;
    color: #f0f0f0;
}
.benefit-list li::before {
    content: "⭐";
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #4169E1;
}

.trust-bar {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    padding: 12px 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    display: flex; 
    align-items: center; gap: 12px;
    max-width: 350px;
    margin: 0 auto 16px;
}
.trust-icon {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, #4169E1, #1E90FF);
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
    color: white; font-size: 14px;
    font-weight: 700; flex-shrink: 0;
}
.trust-details { flex: 1; }
.trust-title {
    font-size: 15px;
    font-weight: 700; color: white; margin-bottom: 2px;
}
.trust-score { 
    display: flex; align-items: center; gap: 4px;
    flex-wrap: wrap;
}
.score-num { font-size: 13px; font-weight: 700; color: #4169E1; }
.trust-info { 
    color: #e5e7eb; font-size: 11px; 
    white-space: nowrap;
}

.pay-section {
    width: 100%; max-width: 420px;
    height: 52px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    padding: 8px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2); 
    display: flex; align-items: center; justify-content: center;
}
.pay-logos {
    display: flex; gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
.pay-option {
    display: flex; flex-direction: column; align-items: center; gap: 3px;
    min-width: 50px;
}
.pay-icon {
    width: 30px; height: 30px;
    border-radius: 6px; object-fit: contain;
    background: rgba(255, 255, 255, 0.9);
    padding: 2px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.pay-name {
    font-size: 8px;
    color: #f0f0f0; line-height: 1;
    text-align: center;
    font-weight: 500;
}

.feedback-panel {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2); 
    flex: 1;
    display: flex; flex-direction: column;
}
.feedback-top {
    display: flex; align-items: center; gap: 8px; margin-bottom: 12px;
}
.feedback-rate { font-size: 28px; font-weight: 800; color: #fcb901e7; }
.feedback-count { color: #e5e7eb; font-size: 13px; }
.star-row { 
    display: flex; gap: 2px; margin-bottom: 16px; 
}
.star-icon {
    width: 16px; height: 16px;
    fill: #fcb901e7;
}
.feedback-items { 
    display: flex; flex-direction: column; 
    gap: 10px;
    flex: 1;
}
.feedback-card {
    padding: 8px;
    background: rgba(248, 250, 252, 0.3); 
    border-radius: 8px; font-size: 12px;
    display: flex; flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.user-name { 
    font-weight: 600; color: #fcb901e7; margin-bottom: 2px; 
}
.user-comment { color: #f0f0f0; }

.logo-showcase {
    max-width: 1200px;
    margin: 40px auto 20px;
    padding: 0 20px;
    text-align: center;
}
.main-logo {
    width: 400px;
    height: auto;
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(65, 105, 225, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}
.main-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 60px rgba(65, 105, 225, 0.5);
}

.page-footer {
    max-width: 1200px;
    margin: 40px auto 20px;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    color: white;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
.footer-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    padding: 0;
}
.footer-block h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fcb901e7;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.footer-block ul {
    list-style: none;
}
.footer-block ul li {
    margin-bottom: 10px;
}
.footer-block ul li a {
    color: #e5e7eb;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.footer-block ul li a:hover {
    color: #4169E1;
}
.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}
.social-icons a {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fcb901e7;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.2);
}
.social-icons a:hover {
    background: rgba(65, 105, 225, 0.8);
    transform: translateY(-2px);
    border-color: #4169E1;
}
.footer-end {
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px 0 0 0;
    font-size: 13px;
}
.footer-end p {
    color: #d1d5db;
    margin: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.end-links {
    display: flex;
    gap: 20px;
}
.end-links a {
    color: #d1d5db;
    text-decoration: none;
    font-size: 13px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.end-links a:hover {
    color: #4169E1;
}

@media (max-width: 768px) {
    .site-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .search-area {
        min-width: 100%;
        order: -1;
    }
    .main-grid { grid-template-columns: 1fr; }
    .sidebar-area { max-width: 100%; margin-left: 0; }
    .about-panel {
        height: auto;
    }
    .pay-section { 
        height: 48px; 
        padding: 6px 12px; 
    }
    .pay-logos { gap: 12px; }
    .pay-option { min-width: 42px; }
    .pay-icon { width: 26px; height: 26px; }
    .pay-name { font-size: 7px; }
    .site-logo { height: 28px; }
    .trust-bar { 
        flex-direction: column; 
        text-align: center; 
        max-width: 100%;
        padding: 16px;
    }
    .main-logo {
        width: 300px;
    }
    .footer-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .footer-end {
        flex-direction: column;
        text-align: center;
    }
    .page-footer {
        margin: 20px auto;
        padding: 20px;
    }
}
/* BESARKAN LOGO HEADER SUHENGBET */
.site-logo {
    height: 90px !important;  /* Ganti 60px sesuai keinginan */
    width: auto !important;
    min-width: 250px !important;
}

/* Responsive */
@media (max-width: 768px) {
    .site-logo {
        height: 50px !important;
        min-width: 180px !important;
    }
}
/* GANTI TRUST ICON JADI LOGO */
.trust-icon {
    width: 44px !important;
    height: 44px !important;
    background: none !important;  /* Hapus background gradient */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,0.3);
    flex-shrink: 0;
}

.trust-icon img {
    width: 36px !important;
    height: 36px !important;
    object-fit: contain;
}

.trust-logo-mini {
    width: 36px !important;
    height: 36px !important;
    object-fit: contain;
}
