:root {
    --soft-primary: #5e72e4;
    --soft-secondary: #cb0c9f;
    --soft-accent: #f56565;
    --soft-surface: #ffffff;
    --soft-muted: #f8f9ff;
    --soft-shadow: 0 24px 60px rgba(94, 114, 228, 0.14);
}
body.index-page {
    background: radial-gradient(circle at top left, rgba(94, 114, 228, 0.18), transparent 32%),
                radial-gradient(circle at top right, rgba(203, 12, 159, 0.16), transparent 28%),
                linear-gradient(180deg, #f9f7ff 0%, #ffffff 52%, #fff8fe 100%);
}
#header.header {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    box-shadow: 0 14px 34px rgba(94, 114, 228, 0.1);
}
#header .logo .sitename, #header .navmenu a { color: #344767; }
#header .navmenu a:hover, #header .navmenu .active { color: var(--soft-secondary); }
.hero.section { position: relative; overflow: hidden; padding-top: 170px; }
.hero.section::before, .hero.section::after { content: ""; position: absolute; border-radius: 999px; filter: blur(10px); z-index: 0; }
.hero.section::before { width: 260px; height: 260px; left: -80px; top: 40px; background: rgba(94, 114, 228, 0.16); }
.hero.section::after { width: 320px; height: 320px; right: -120px; top: 20px; background: rgba(203, 12, 159, 0.12); }
.hero .container, .testimonials .container { position: relative; z-index: 1; }
.company-badge { display: inline-flex; align-items: center; padding: 10px 18px; border-radius: 999px; color: var(--soft-primary); background: rgba(94, 114, 228, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65); }
.accent-text { background: linear-gradient(135deg, var(--soft-primary), var(--soft-secondary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.star { font-size: 30px; cursor: pointer; color: #ddd; }
.star.active { color: #facc15; }
.tag-btn { margin: 5px; padding: 6px 12px; border: none; border-radius: 20px; background: #eee; }
.tag-btn.active { background: linear-gradient(135deg, var(--soft-primary), var(--soft-secondary)); color: white; }
.btn-getstarted { background: linear-gradient(135deg, var(--soft-primary), var(--soft-secondary)); color: white !important; padding: 10px 25px; border-radius: 25px; display: inline-block; text-decoration: none; font-weight: 500; box-shadow: 0 18px 30px rgba(94, 114, 228, 0.22); }
.btn-getstarted:hover { background: linear-gradient(135deg, #7486eb, #d633b0); transform: translateY(-1px); }
.soft-modal { border-radius: 20px; background: rgba(255, 255, 255, 0.98); box-shadow: var(--soft-shadow); }
.soft-input { border-radius: 12px; border: 1px solid #eef2ff; padding: 12px; background: #f7f8ff; box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.05); }
.soft-btn { border-radius: 12px; font-weight: 500; padding: 10px; background: linear-gradient(135deg, var(--soft-primary), var(--soft-secondary)); border: none; }
.star3d { font-size: 32px; cursor: pointer; color: #ddd; transition: 0.2s; }
.star3d:hover { transform: scale(1.2); }
.star3d.active { color: #facc15; text-shadow: 0 4px 10px rgba(255, 200, 0, 0.6); }
.tag3d { display: inline-block; padding: 8px 14px; margin: 5px; border-radius: 20px; background: #f1f5f9; cursor: pointer; transition: 0.2s; }
.tag3d.active { background: linear-gradient(135deg, var(--soft-primary), var(--soft-secondary)); color: white; box-shadow: 0 10px 24px rgba(94, 114, 228, 0.26); }
.hero-image img, .customers-badge, .testimonial-item { border-radius: 24px; box-shadow: var(--soft-shadow); }
.customers-badge { background: rgba(255, 255, 255, 0.92); }
.testimonials.section { background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.95)), radial-gradient(circle at top right, rgba(203, 12, 159, 0.1), transparent 24%); }
.testimonials .testimonial-item { border: 1px solid rgba(94, 114, 228, 0.08); }
.testimonials .stars i { color: #fbbf24; }
@media (max-width: 991.98px) { .hero.section { padding-top: 140px; } .hero-buttons.d-flex { justify-content: center; } }
.service-section { background: linear-gradient(135deg, #f4f7fb, #eef2ff); padding: 35px 25px; border-radius: 20px; margin-top: 30px; }
.section-title { font-size: 24px; margin-bottom: 20px; }
.service-container { display: flex; justify-content: center; gap: 25px; flex-wrap: wrap; }
.service-card { width: 300px; padding: 25px; border-radius: 20px; background: #ffffff; display: flex; align-items: center; gap: 15px; position: relative; overflow: hidden; box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08), -8px -8px 20px rgba(255, 255, 255, 0.8); transition: all 0.3s ease; }
.service-card:hover { transform: translateY(-8px) scale(1.02); }
.icon-box { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 -3px 6px rgba(0, 0, 0, 0.2); transition: 0.3s; }
.icon-box i { font-size: 24px; }
.service-card:hover .icon-box { transform: rotate(5deg) scale(1.1); }
.content { text-align: left; }
.content h3 { margin: 0; font-size: 18px; font-weight: 600; color: #2d3748; }
.content p { margin: 5px 0; color: #4a5568; }
.content a { color: #4facfe; text-decoration: none; font-weight: 500; }
.badge { font-size: 12px; background: #8a84f1; padding: 5px 10px; border-radius: 10px; }
.libur { color: #ff4d6d; font-weight: bold; }
.bg-circle { position: absolute; bottom: -20px; right: -20px; width: 120px; height: 120px; border-radius: 50%; opacity: 0.15; }
.purple .icon-box { background: linear-gradient(135deg, #6c63ff, #8b7bff); }
.purple .bg-circle { background: #6c63ff; }
.pink .icon-box { background: linear-gradient(135deg, #ff6584, #ff8fa3); }
.pink .bg-circle { background: #ff6584; }
.blue .icon-box { background: linear-gradient(135deg, #4facfe, #00c6ff); }
.blue .bg-circle { background: #4facfe; }
.info-box { margin-top: 30px; padding: 15px; background: #eaf1ff; border-radius: 15px; font-size: 14px; color: #3a5bbf; box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05); }
.testimonials .review-guest-name { display: block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1.35; cursor: help; }
.leaderboard-mobile { position: relative; display: block !important; width: 100%; max-width: 920px; margin: 0 auto; padding: 38px 28px 28px; border: 1px solid rgba(255, 255, 255, 0.82); border-radius: 28px; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 9% 14%, rgba(190, 154, 255, 0.22) 0 18px, transparent 19px), radial-gradient(circle at 88% 16%, rgba(255, 117, 203, 0.2) 0 15px, transparent 16px), radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.8), transparent 20%), linear-gradient(135deg, rgba(249, 246, 255, 0.96), rgba(255, 236, 248, 0.94)); box-shadow: 0 16px 40px rgba(76, 45, 140, 0.16); }
.mobile-podium-row { display: flex; justify-content: center; align-items: flex-end; gap: 16px; flex-wrap: wrap; }
.mobile-winner { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; }
.mobile-avatar { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; background: #d9eefa; border: 4px solid #fff; box-shadow: 0 8px 20px rgba(54, 67, 116, 0.16); }
.mobile-winner.first .mobile-avatar { width: 100px; height: 100px; border-width: 5px; }
.mobile-winner::before { width: 30px; height: 30px; display: grid; place-items: center; margin-bottom: -12px; border: 3px solid #fff; border-radius: 50%; z-index: 2; color: #fff; font-weight: 800; font-size: 15px; box-shadow: 0 4px 12px rgba(68, 54, 94, 0.18); }
.mobile-winner.first::before { content: "1"; background: linear-gradient(135deg, #ffca28, #f6a400); }
.mobile-winner.second::before { content: "2"; background: linear-gradient(135deg, #c77dff, #8f4be8); }
.mobile-winner.third::before { content: "3"; background: linear-gradient(135deg, #ffb45f, #ff8d35); }
.mobile-name, .mobile-visits { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: flex; align-items: center; justify-content: center; border-radius: 10px; width: 110px; margin-top: 10px; padding: 6px 10px; background: rgba(255, 255, 255, 0.94); color: #070c3f; font-size: 11px; font-weight: 700; }
.mobile-visits { width: 100px; margin-top: 6px; padding: 5px 8px; color: #9a00ce; font-size: 10px; border: 1px solid rgba(255, 255, 255, 0.82); }
.mobile-podium { position: relative; width: 100%; margin-top: 10px; border-radius: 10px 10px 0 0; background: linear-gradient(180deg, #ffe987, #ffc322); box-shadow: inset 0 8px 16px rgba(255, 255, 255, 0.28); }
.mobile-podium.gold { height: 130px; }
.mobile-podium.silver { height: 95px; }
.mobile-podium.bronze { height: 75px; }
.select2-container--default .select2-selection--single { border-radius: 12px; height: 48px; border: 1px solid #eef2ff; background: #f7f8ff; padding: 8px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px; }
@media (max-width: 576px) { .mobile-avatar { width: 52px !important; height: 52px !important; } .mobile-winner.first .mobile-avatar { width: 66px !important; height: 66px !important; } .mobile-podium.gold { height: 78px !important; } .mobile-podium.silver { height: 58px !important; } .mobile-podium.bronze { height: 48px !important; } }

@media (max-width: 767px){

    html,
    body{
        overflow-x: hidden;
    }

    .leaderboard-mobile{
        width: 100%;
        max-width: 100%;
        padding: 20px 12px;
        overflow: hidden;
    }

    .mobile-podium-row{
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 10px;
        flex-wrap: nowrap;
        width: 100%;
    }

    .mobile-winner{
        flex: 1;
        min-width: 0;
        max-width: 33%;
        align-items: center;
    }

    .mobile-avatar{
        width: 55px !important;
        height: 55px !important;
        object-fit: cover;
    }

    .mobile-winner.first .mobile-avatar{
        width: 70px !important;
        height: 70px !important;
    }

    .mobile-name{
        width: 100%;
        max-width: 90px;
        font-size: 10px;
        padding: 4px;
        text-align: center;
    }

    .mobile-visits{
        width: 100%;
        max-width: 80px;
        font-size: 9px;
        padding: 3px;
        text-align: center;
    }

    .mobile-podium{
        width: 100%;
    }

    .mobile-podium.gold{
        height: 70px !important;
    }

    .mobile-podium.silver{
        height: 55px !important;
    }

    .mobile-podium.bronze{
        height: 45px !important;
    }

}
