        :root {
            --brand-purple: #4611a7;
            --brand-purple-dark: #16042f;
            --brand-purple-deep: #26075b;
            --brand-yellow: #ffe800;
            --brand-gold: #ffc400;
            --brand-ink: #12051f;
            --brand-white: #ffffff;
            --brand-muted: #efe7ff;
            --brand-border: rgba(255, 232, 0, 0.26);
            --brand-card: rgba(255, 255, 255, 0.94);
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            background:
                radial-gradient(circle at top left, rgba(255, 232, 0, 0.16), transparent 28rem),
                radial-gradient(circle at top right, rgba(70, 17, 167, 0.28), transparent 34rem),
                linear-gradient(180deg, #fff8bb 0, #fffdf1 15rem, #f7f1ff 40rem, #ffffff 100%) !important;
            color: var(--brand-ink);
            overflow-x: hidden;
        }

        [data-aos] {
            opacity: 1 !important;
            transform: none !important;
        }

        a {
            color: var(--brand-purple);
        }

        .container {
            max-width: 1180px;
        }

        .header-nav {
            position: sticky !important;
            top: 0;
            z-index: 999;
            background: var(--brand-yellow) !important;
            box-shadow: 0 14px 35px rgba(70, 17, 167, 0.18);
            border-bottom: 3px solid rgba(70, 17, 167, 0.12);
        }

        .navbar {
            min-height: 78px;
        }
        .logoset{
            background: transparent !important;
            padding: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
        }

        .navbar-brand img {
            width: 188px;
            height: 54px;
            object-fit: contain;
            object-position: center;
            border-radius: 0 !important;
            box-shadow: none !important;
            background: transparent !important;
        }

        .navbar-light .navbar-nav .nav-link {
            color: var(--brand-purple) !important;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0;
            padding: 14px 15px !important;
            border-radius: 8px;
        }

        .navbar-light .navbar-nav .active>.nav-link,
        .navbar-light .navbar-nav .nav-link:hover,
        .navbar-light .navbar-nav .nav-link:focus {
            background: rgba(70, 17, 167, 0.11);
            color: #21004f !important;
        }

        .header-nav a,
        .header-nav button:not(.navbar-toggler),
        .header-nav [data-toggle="dropdown"],
        .header-nav .dropdown-toggle,
        .header-nav .dropdown-item {
            pointer-events: none !important;
        }

        .navbar-toggler {
            pointer-events: auto !important;
            cursor: pointer !important;
            position: relative;
            z-index: 1001;
        }

        .header-nav .dropdown-menu,
        .header-nav .dropdown-menu.show,
        .header-nav .dropdown.show .dropdown-menu {
            display: none !important;
            visibility: hidden !important;
            opacity: 0 !important;
            pointer-events: none !important;
        }

        .navbar-toggler {
            background: var(--brand-purple) !important;
            border: 0;
            border-radius: 10px !important;
            padding: 6px !important;
        }

        .nav-toggle-icon .line {
            stroke: var(--brand-yellow) !important;
        }

        .dropdown-menu {
            border: 0;
            border-radius: 8px;
            padding: 10px;
            background: #fffdf0;
            box-shadow: 0 20px 45px rgba(24, 4, 55, 0.18);
            max-height: 360px;
            overflow-y: auto;
        }

        .dropdown-item {
            color: var(--brand-purple);
            font-weight: 700;
            border-radius: 6px;
            padding: 9px 12px;
        }

        .dropdown-item:hover {
            background: var(--brand-yellow);
            color: var(--brand-purple);
        }

        .btn,
        button {
            border-radius: 999px !important;
            font-weight: 800;
            letter-spacing: 0;
        }

        .btn-primary,
        .navbar-button .btn,
        button.btn-primary,
        .knowmoreBtns {
            background: linear-gradient(135deg, var(--brand-yellow), var(--brand-gold)) !important;
            color: var(--brand-purple) !important;
            border: 2px solid rgba(255, 255, 255, 0.5) !important;
            box-shadow: 0 14px 30px rgba(255, 198, 0, 0.35);
        }

        .btn-outline-primary,
        .chart {
            background: var(--brand-purple) !important;
            color: var(--brand-yellow) !important;
            border: 1px solid rgba(255, 232, 0, 0.75) !important;
            box-shadow: 0 8px 18px rgba(70, 17, 167, 0.18);
        }

        .btn:hover,
        button:hover,
        .knowmoreBtns:hover {
            transform: translateY(-1px);
            filter: brightness(1.03);
        }

        a[href*="/apk/"][download] {
            display: inline-flex;
            width: max-content;
            max-width: 100%;
            text-decoration: none !important;
        }

        a[href*="/apk/"][download]>button {
            position: relative;
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-width: 176px;
            min-height: 54px;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.22) !important;
            border-radius: 999px !important;
            background:
                linear-gradient(120deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.72) 42%, rgba(255, 255, 255, 0) 62%),
                linear-gradient(135deg, #4611a7 0%, #6f23f4 52%, #26075b 100%) !important;
            background-size: 220% 100%, 100% 100% !important;
            color: #ffffff !important;
            padding: 13px 28px !important;
            font-size: 16px;
            font-weight: 950;
            line-height: 1;
            letter-spacing: 0;
            box-shadow:
                0 16px 34px rgba(70, 17, 167, 0.34),
                inset 0 0 0 1px rgba(255, 255, 255, 0.16);
            animation: downloadPulse 3.8s ease-in-out infinite, downloadShine 5.4s linear infinite !important;
        }

        a[href*="/apk/"][download]>button::before {
            content: "↓";
            width: 34px;
            height: 34px;
            min-width: 34px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #ffffff, #efe7ff);
            color: var(--brand-purple);
            font-size: 24px;
            line-height: 1;
            font-weight: 950;
            box-shadow: inset 0 -4px 0 rgba(70, 17, 167, 0.12), 0 8px 18px rgba(70, 17, 167, 0.22);
        }

        a[href*="/apk/"][download]>button:has(svg)::before {
            display: none;
        }

        a[href*="/apk/"][download]>button::after {
            content: "";
            position: absolute;
            inset: 5px;
            border-radius: inherit;
            border: 1px solid rgba(255, 255, 255, 0.18);
            pointer-events: none;
        }

        a[href*="/apk/"][download]>button svg {
            position: relative;
            z-index: 1;
            width: 22px !important;
            height: 22px !important;
            margin: 0 !important;
            color: #ffffff !important;
            filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.18));
        }

        a[href*="/apk/"][download]>button strong {
            position: relative;
            z-index: 1;
            color: #ffffff !important;
            font-size: inherit !important;
            line-height: 1;
        }

        a[href*="/apk/"][download]>button:hover {
            transform: translateY(-3px) scale(1.01);
            color: #ffffff !important;
            border-color: rgba(255, 255, 255, 0.72) !important;
            box-shadow:
                0 22px 46px rgba(70, 17, 167, 0.42),
                0 0 0 6px rgba(70, 17, 167, 0.14);
        }

        .navbar-button a[href*="/apk/"][download]>button {
            min-width: 166px;
            min-height: 48px;
            padding: 11px 24px !important;
            background:
                linear-gradient(120deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.62) 42%, rgba(255, 255, 255, 0) 62%),
                linear-gradient(135deg, #4611a7 0%, #26075b 100%) !important;
        }

        .navbar-button a[href*="/apk/"][download]>button::before {
            width: 28px;
            height: 28px;
            min-width: 28px;
        }

        /* Mobile view: download button fix inside navbar collapse */
        @media (max-width: 1199px) {
            .navbar-button {
                padding: 10px 16px 14px;
                width: 100%;
            }

            .navbar-button a[download] {
                display: flex !important;
                width: 100% !important;
                max-width: 100% !important;
                margin: 0 !important;
                text-decoration: none !important;
            }

            .navbar-button a[download]>button,
            .navbar-button button[type="submit"] {
                width: 100% !important;
                min-width: 0 !important;
                min-height: 44px !important;
                max-width: 100% !important;
                padding: 10px 18px !important;
                font-size: 15px !important;
                border-radius: 25px !important;
                display: inline-flex !important;
                align-items: center !important;
                justify-content: center !important;
                gap: 8px !important;
                animation: none !important;
                white-space: nowrap !important;
            }

            .navbar-button a[download]>button svg,
            .navbar-button button[type="submit"] svg {
                width: 20px !important;
                height: 20px !important;
                margin-bottom: 0 !important;
            }

            .navbar-button a[download]>button strong,
            .navbar-button button[type="submit"] strong {
                font-size: 14px !important;
            }
        }

        .banner>a[href*="/apk/"][download],
        #contents>a[href*="/apk/"][download],
        #contents a[href*="/apk/"][download]:has(> button[type="submit"]) {
            display: flex;
            width: min(760px, calc(100% - 32px));
            margin: 24px auto !important;
        }

        .banner>a[href*="/apk/"][download]>button,
        #contents>a[href*="/apk/"][download]>button,
        #contents a[href*="/apk/"][download]>button[type="submit"] {
            width: 100% !important;
            min-height: 72px;
            margin: 0 !important;
            padding: 17px 34px !important;
            font-size: 24px;
        }

        @keyframes downloadShine {
            0% {
                background-position: 180% 0, 0 0;
            }

            100% {
                background-position: -80% 0, 0 0;
            }
        }

        @keyframes downloadPulse {

            0%,
            100% {
                box-shadow:
                    0 16px 34px rgba(70, 17, 167, 0.32),
                    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
            }

            50% {
                box-shadow:
                    0 20px 44px rgba(70, 17, 167, 0.42),
                    0 0 0 5px rgba(70, 17, 167, 0.14),
                    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
            }
        }

        .banner {
            min-height: auto !important;
            padding: 74px 0 38px;
            background:
                radial-gradient(circle at 82% 18%, rgba(255, 232, 0, 0.28), transparent 22rem),
                radial-gradient(circle at 12% 18%, rgba(143, 71, 255, 0.28), transparent 20rem),
                linear-gradient(135deg, #170434 0%, #26075b 46%, #4611a7 100%) !important;
            color: var(--brand-white);
            overflow: hidden;
        }

        .banner::before,
        .banner::after {
            content: "";
            position: absolute;
            pointer-events: none;
            border-radius: 999px;
        }

        .banner::before {
            width: 620px;
            height: 620px;
            right: -210px;
            bottom: -300px;
            border: 72px solid rgba(255, 232, 0, 0.16);
        }

        .banner::after {
            width: 340px;
            height: 340px;
            left: -150px;
            top: 84px;
            background: rgba(255, 232, 0, 0.09);
            filter: blur(2px);
        }

        .banner .container {
            position: relative;
            z-index: 2;
        }

        .banner .d-block.d-lg-flex {
            display: grid !important;
            grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.35fr);
            gap: 42px;
            align-items: center;
        }

        .banner .order-lg-0,
        .banner .order-lg-1 {
            max-width: none;
            flex: none;
        }

        .banner .order-lg-0 {
            grid-column: 1;
            grid-row: 1;
            text-align: left !important;
            width: 100%;
        }

        .banner .order-lg-1 {
            grid-column: 2;
            grid-row: 1;
            width: 100%;
        }

        .banner h1 {
            color: var(--brand-white);
            font-size: clamp(42px, 6vw, 78px);
            line-height: 0.98;
            font-weight: 950;
            max-width: 550px;
            margin: 0 0 24px;
            text-shadow: 0 8px 28px rgba(0, 0, 0, 0.34);
        }

        .banner h1::before {
            content: "Premium Gaming App";
            display: flex;
            width: max-content;
            max-width: 100%;
            margin-bottom: 18px;
            padding: 9px 16px;
            border: 1px solid rgba(255, 232, 0, 0.55);
            border-radius: 999px;
            background: rgba(255, 232, 0, 0.08);
            color: var(--brand-yellow);
            font-size: 14px;
            line-height: 1;
            text-transform: uppercase;
            text-shadow: none;
        }

        .banner h1::after {
            content: "Fast access, clean charts, trusted support aur premium purple-yellow experience.";
            display: block;
            max-width: 520px;
            margin-top: 20px;
            color: rgba(255, 255, 255, 0.88);
            font-size: 20px;
            line-height: 1.55;
            font-weight: 500;
            text-shadow: none;
        }

        .banner-image {
            margin: 0 !important;
        }

        .banner-image img {
            width: 100%;
            max-height: 510px;
            object-fit: cover;
            border-radius: 8px;
            border: 8px solid rgba(255, 232, 0, 0.9);
            box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.1);
            transform: rotate(1deg);
        }

        .shape-1,
        .shape-2,
        .shape-3,
        .shape-4,
        .shape-5,
        .shape-6,
        .shape-7,
        .shape-8,
        .shape-lg,
        .shape-md,
        .shape-sm,
        .shape-xs,
        .shape-xs-2 {
            opacity: 0.35 !important;
            background: var(--brand-yellow) !important;
        }

        .banner>a .btn,
        #timetable+a .btn,
        #contents a .btn {
            max-width: 780px;
            display: block;
            margin: 24px auto !important;
            color: var(--brand-purple) !important;
            border-radius: 999px !important;
            padding: 14px 28px !important;
            background: linear-gradient(121deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.78) 45%, rgba(255, 255, 255, 0) 62%), var(--brand-yellow) !important;
            box-shadow: 0 18px 40px rgba(255, 232, 0, 0.3);
        }

        .banner>a[href*="/apk/"][download],
        #contents .container>a[href*="/apk/"][download],
        #contents a[href*="/apk/"][download]:has(> button),
        body>a[href*="/apk/"][download] {
            display: flex !important;
            width: min(760px, calc(100% - 32px)) !important;
            max-width: 760px !important;
            margin: 26px auto !important;
            text-decoration: none !important;
        }

        .banner>a[href*="/apk/"][download]>button,
        #contents .container>a[href*="/apk/"][download]>button,
        #contents a[href*="/apk/"][download]>button,
        body>a[href*="/apk/"][download]>button {
            position: relative;
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            gap: 12px;
            width: 100% !important;
            min-width: 280px;
            min-height: 66px;
            margin: 0 !important;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.24) !important;
            border-radius: 999px !important;
            background:
                linear-gradient(120deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.58) 42%, rgba(255, 255, 255, 0) 64%),
                linear-gradient(135deg, #4611a7 0%, #6f23f4 52%, #26075b 100%) !important;
            background-size: 220% 100%, 100% 100% !important;
            color: #ffffff !important;
            padding: 16px 32px !important;
            font-size: 22px;
            font-weight: 950;
            line-height: 1;
            white-space: nowrap;
            box-shadow: 0 18px 42px rgba(70, 17, 167, 0.36), 0 0 0 6px rgba(70, 17, 167, 0.08) !important;
            animation: downloadShine 5.4s linear infinite !important;
        }

        .banner>a[href*="/apk/"][download]>button strong,
        #contents .container>a[href*="/apk/"][download]>button strong,
        #contents a[href*="/apk/"][download]>button strong,
        body>a[href*="/apk/"][download]>button strong {
            color: #ffffff !important;
            font-size: inherit !important;
            line-height: 1 !important;
            white-space: nowrap;
        }

        .banner>a[href*="/apk/"][download]>button svg,
        #contents .container>a[href*="/apk/"][download]>button svg,
        body>a[href*="/apk/"][download]>button svg {
            width: 28px !important;
            height: 28px !important;
            margin: 0 !important;
            color: #ffffff !important;
        }

        .banner>a[href*="/apk/"][download] {
            display: flex !important;
            width: min(610px, calc(100% - 32px)) !important;
            max-width: 610px !important;
            margin: 24px auto !important;
        }

        .banner>a[href*="/apk/"][download]>button {
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100% !important;
            min-width: 0;
            min-height: 50px;
            margin: 0 !important;
            padding: 10px 27px !important;
            border: 0 !important;
            border-radius: 999px !important;
            background:
                linear-gradient(121.19deg, rgba(133, 239, 49, 0) 25.73%, rgba(255, 248, 186, 0.78) 45.27%, rgba(133, 239, 49, 0) 62.27%),
                #ffd600 !important;
            color: #666666 !important;
            box-shadow: 0 14px 30px rgba(255, 232, 0, 0.24), 0 10px 28px rgba(0, 0, 0, 0.18) !important;
            animation: shine 30s linear infinite !important;
            white-space: normal;
        }

        .banner>a[href*="/apk/"][download]>button::before,
        .banner>a[href*="/apk/"][download]>button::after {
            display: none !important;
        }

        .banner>a[href*="/apk/"][download]>button svg {
            color: #666666 !important;
            width: 28px !important;
            height: 28px !important;
            margin-bottom: 6px !important;
        }

        .banner>a[href*="/apk/"][download]>button strong {
            color: #666666 !important;
            font-size: x-large !important;
        }

        .banner .h2 {
            color: var(--brand-yellow);
            text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
        }

        .banner a[href^="tel"] button,
        .banner a[href*="wa.me"] button {
            width: auto !important;
            min-width: 150px;
            margin: 4px 6px;
            padding: 11px 18px !important;
            background: rgba(255, 255, 255, 0.12) !important;
            color: #ffffff !important;
            border: 1px solid rgba(255, 232, 0, 0.45) !important;
            backdrop-filter: blur(12px);
        }

        .section-padding {
            padding: 72px 0 !important;
        }

        #rate,
        #timetable,
        #blogs,
        #contents,
        section.section-padding.pt-0,
        .bg-light-gray.has-shapes {
            background-image: none !important;
            background-color: transparent !important;
        }

        #rate,
        #blogs,
        section.section-padding.pt-0 {
            background:
                radial-gradient(circle at top right, rgba(70, 17, 167, 0.08), transparent 28rem),
                linear-gradient(180deg, #fffdf1 0%, #ffffff 100%) !important;
        }

        #timetable {
            background:
                radial-gradient(circle at top left, rgba(255, 232, 0, 0.16), transparent 24rem),
                linear-gradient(180deg, #2a075d 0%, #16042f 100%) !important;
            color: #ffffff;
        }

        #contents {
            background: linear-gradient(180deg, #ffffff 0%, #faf6ff 100%) !important;
        }

        .banner.bg-light-gray.has-shapes {
            background:
                radial-gradient(circle at 2% 28%, rgba(255, 232, 0, 0.16), transparent 12rem),
                radial-gradient(circle at 94% 86%, rgba(255, 232, 0, 0.13), transparent 18rem),
                radial-gradient(circle at 70% 8%, rgba(255, 232, 0, 0.15), transparent 20rem),
                linear-gradient(135deg, #170434 0%, #26075b 48%, #4611a7 100%) !important;
            background-image:
                radial-gradient(circle at 2% 28%, rgba(255, 232, 0, 0.16), transparent 12rem),
                radial-gradient(circle at 94% 86%, rgba(255, 232, 0, 0.13), transparent 18rem),
                radial-gradient(circle at 70% 8%, rgba(255, 232, 0, 0.15), transparent 20rem),
                linear-gradient(135deg, #170434 0%, #26075b 48%, #4611a7 100%) !important;
            background-color: #170434 !important;
            color: #ffffff;
        }

        .banner.banner-reference-layout {
            padding: 0 0 54px;
            background:
                radial-gradient(circle at 10% 8%, rgba(255, 232, 0, 0.18), transparent 24rem),
                radial-gradient(circle at 92% 14%, rgba(255, 232, 0, 0.13), transparent 22rem),
                linear-gradient(180deg, #fff8bb 0, #fffdf1 42%, #ffffff 100%) !important;
            color: var(--brand-ink);
        }

        .banner-reference-layout::before,
        .banner-reference-layout::after {
            display: none;
        }

        .banner-reference-layout .banner-media {
            position: relative;
            min-height: 540px;
            overflow: hidden;
            isolation: isolate;
            background:
                radial-gradient(circle at 82% 25%, rgba(255, 232, 0, 0.28), transparent 16rem),
                radial-gradient(circle at 18% 18%, rgba(145, 72, 255, 0.34), transparent 20rem),
                linear-gradient(135deg, #120326 0%, #26075b 54%, #4611a7 100%);
        }

        .banner-reference-layout .banner-media::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(112deg, rgba(255, 232, 0, 0.16) 0 2px, transparent 2px 140px),
                radial-gradient(circle at 72% 36%, rgba(255, 232, 0, 0.26), transparent 19rem);
            opacity: 0.82;
            pointer-events: none;
            animation: heroPatternDrift 18s ease-in-out infinite alternate;
        }

        .banner-reference-layout .banner-media::after {
            content: "";
            position: absolute;
            right: 10%;
            bottom: -150px;
            width: 470px;
            height: 470px;
            border: 58px solid rgba(255, 232, 0, 0.24);
            border-radius: 50%;
            pointer-events: none;
            animation: heroRingFloat 7s ease-in-out infinite;
        }

        .banner-reference-layout .hero-stage {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: minmax(0, 1.12fr) minmax(320px, 500px);
            align-items: center;
            gap: 28px;
            width: min(1180px, calc(100% - 40px));
            min-height: 540px;
            margin: 0 auto;
            padding: 58px 0 86px;
        }

        .banner-reference-layout .hero-stage::before {
            content: "";
            position: absolute;
            inset: 8% auto auto 47%;
            width: min(42vw, 470px);
            height: min(42vw, 470px);
            border-radius: 50%;
            background:
                radial-gradient(circle, rgba(255, 232, 0, 0.18) 0 2px, transparent 3px),
                radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 58%);
            background-size: 34px 34px, 100% 100%;
            filter: blur(0.2px);
            opacity: 0.74;
            pointer-events: none;
            animation: heroParticleOrbit 12s ease-in-out infinite;
        }

        .banner-reference-layout .hero-stage::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 3;
            background: linear-gradient(112deg, transparent 0%, transparent 42%, rgba(255, 255, 255, 0.16) 49%, transparent 57%, transparent 100%);
            transform: translateX(-120%);
            mix-blend-mode: screen;
            pointer-events: none;
            animation: heroLensSweep 5.8s ease-in-out 1.2s infinite;
        }

        .banner-reference-layout .hero-copy {
            position: relative;
            max-width: 700px;
            color: #ffffff;
            animation: heroCopyEnter 0.9s cubic-bezier(0.2, 0.75, 0.22, 1) both;
        }

        .banner-reference-layout .hero-copy::after {
            content: "";
            display: block;
            width: min(260px, 58%);
            height: 4px;
            margin-top: 24px;
            border-radius: 999px;
            background: linear-gradient(90deg, transparent, rgba(255, 232, 0, 0.95), rgba(255, 255, 255, 0.7), transparent);
            background-size: 220% 100%;
            filter: drop-shadow(0 0 12px rgba(255, 232, 0, 0.28));
            animation: heroUnderlineFlow 3.6s ease-in-out infinite;
        }

        .banner-reference-layout .hero-badges {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 12px;
            margin: 0 0 20px;
            animation: heroItemRise 0.75s cubic-bezier(0.2, 0.75, 0.22, 1) 0.12s both;
        }

        .banner-reference-layout .hero-kicker {
            position: relative;
            overflow: hidden;
            display: inline-flex;
            padding: 10px 16px;
            border: 1px solid rgba(255, 232, 0, 0.55);
            border-radius: 999px;
            background: rgba(255, 232, 0, 0.1);
            color: var(--brand-yellow);
            font-size: 14px;
            font-weight: 950;
            line-height: 1;
            text-transform: uppercase;
            box-shadow: inset 0 0 18px rgba(255, 232, 0, 0.08);
            animation: heroBadgeGlow 3.5s ease-in-out infinite;
        }

        .banner-reference-layout .hero-kicker::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(105deg, transparent 0%, transparent 34%, rgba(255, 255, 255, 0.28) 48%, transparent 62%, transparent 100%);
            transform: translateX(-130%);
            animation: heroBadgeSweep 4.2s ease-in-out infinite;
            pointer-events: none;
        }

        .banner-reference-layout .hero-kicker.premium {
            background: var(--brand-yellow);
            color: var(--brand-purple);
            box-shadow: 0 12px 26px rgba(255, 232, 0, 0.24);
            animation-delay: 0.6s;
        }

        .banner-reference-layout .hero-title {
            margin: 0;
            color: #ffffff;
            font-size: clamp(52px, 5.2vw, 72px);
            line-height: 0.96;
            font-weight: 950;
            text-shadow:
                0 3px 0 rgba(70, 17, 167, 0.75),
                0 7px 0 rgba(24, 4, 55, 0.68),
                0 18px 32px rgba(0, 0, 0, 0.5);
            animation: heroTitleEnter 0.9s cubic-bezier(0.16, 0.84, 0.31, 1) 0.24s both;
        }

        .banner-reference-layout .hero-title span {
            display: block;
            color: transparent;
            background: linear-gradient(90deg, #fff8a8 0%, var(--brand-yellow) 38%, #ffffff 50%, var(--brand-gold) 62%, #fff8a8 100%);
            background-size: 220% 100%;
            -webkit-background-clip: text;
            background-clip: text;
            filter:
                drop-shadow(0 3px 0 rgba(70, 17, 167, 0.75))
                drop-shadow(0 7px 0 rgba(24, 4, 55, 0.62))
                drop-shadow(0 14px 24px rgba(255, 232, 0, 0.26));
            animation: heroTextShine 3.8s ease-in-out infinite;
        }

        .banner-reference-layout .hero-subtitle {
            max-width: 520px;
            margin: 22px 0 0;
            color: rgba(255, 255, 255, 0.86);
            font-size: 20px;
            line-height: 1.55;
            font-weight: 600;
            animation: heroItemRise 0.75s cubic-bezier(0.2, 0.75, 0.22, 1) 0.42s both;
        }

        .banner-reference-layout .dhoni-frame {
            position: relative;
            align-self: end;
            justify-self: center;
            width: min(100%, 520px);
            min-height: 460px;
            animation: heroImageEnter 1s cubic-bezier(0.16, 0.84, 0.31, 1) 0.2s both, heroImageFloat 5.8s ease-in-out 1.35s infinite;
            transform-origin: 50% 90%;
        }

        .banner-reference-layout .dhoni-frame::before {
            content: "";
            position: absolute;
            right: 4%;
            bottom: 22px;
            width: 86%;
            height: 64%;
            border-radius: 34px;
            background: linear-gradient(135deg, rgba(255, 232, 0, 0.95), rgba(255, 196, 0, 0.22));
            transform: skewX(-10deg) rotate(-3deg);
            box-shadow: 0 30px 70px rgba(0, 0, 0, 0.26);
            animation: heroCardPulse 4.6s ease-in-out infinite;
        }

        .banner-reference-layout .dhoni-frame:hover::before {
            animation-duration: 2.8s;
        }

        .banner-reference-layout .dhoni-frame::after {
            content: "";
            position: absolute;
            right: 0;
            bottom: 18px;
            width: 72%;
            height: 72%;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 232, 0, 0.32), transparent 64%);
            filter: blur(8px);
            opacity: 0.8;
            pointer-events: none;
            animation: heroAuraPulse 4.8s ease-in-out infinite;
        }

        .banner-reference-layout .dhoni-frame img {
            position: absolute;
            right: 0;
            bottom: -4px;
            z-index: 2;
            width: min(100%, 500px);
            max-height: 510px;
            object-fit: contain;
            filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.34));
            animation: heroPlayerFocus 5.8s ease-in-out 1.35s infinite;
        }

        .banner-reference-layout .dhoni-frame:hover img {
            filter: drop-shadow(0 34px 52px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 22px rgba(255, 232, 0, 0.28));
        }

        @keyframes heroCopyEnter {
            from {
                opacity: 0;
                transform: translateX(-34px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes heroItemRise {
            from {
                opacity: 0;
                transform: translateY(22px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes heroTitleEnter {
            from {
                opacity: 0;
                transform: translateY(28px) scale(0.96);
            }

            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        @keyframes heroTextShine {

            0%,
            100% {
                background-position: 0% 50%;
            }

            48%,
            56% {
                background-position: 100% 50%;
            }
        }

        @keyframes heroBadgeGlow {

            0%,
            100% {
                transform: translateY(0);
                box-shadow: inset 0 0 18px rgba(255, 232, 0, 0.08), 0 0 0 rgba(255, 232, 0, 0);
            }

            50% {
                transform: translateY(-3px);
                box-shadow: inset 0 0 18px rgba(255, 232, 0, 0.12), 0 12px 28px rgba(255, 232, 0, 0.16);
            }
        }

        @keyframes heroBadgeSweep {
            0% {
                transform: translateX(-130%);
            }

            42%,
            100% {
                transform: translateX(130%);
            }
        }

        @keyframes heroUnderlineFlow {

            0%,
            100% {
                background-position: 0% 50%;
                opacity: 0.72;
            }

            50% {
                background-position: 100% 50%;
                opacity: 1;
            }
        }

        @keyframes heroImageEnter {
            from {
                opacity: 0;
                transform: translateX(48px) translateY(18px) scale(0.92) rotate(2deg);
            }

            to {
                opacity: 1;
                transform: translateX(0) translateY(0) scale(1) rotate(0);
            }
        }

        @keyframes heroImageFloat {

            0%,
            100% {
                transform: translateY(0) rotate(0deg);
            }

            50% {
                transform: translateY(-14px) rotate(-1deg);
            }
        }

        @keyframes heroPlayerFocus {

            0%,
            100% {
                filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.34));
            }

            50% {
                filter: drop-shadow(0 34px 52px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 18px rgba(255, 232, 0, 0.22));
            }
        }

        @keyframes heroCardPulse {

            0%,
            100% {
                transform: skewX(-10deg) rotate(-3deg) scale(1);
                box-shadow: 0 30px 70px rgba(0, 0, 0, 0.26);
            }

            50% {
                transform: skewX(-10deg) rotate(-1deg) scale(1.03);
                box-shadow: 0 38px 86px rgba(0, 0, 0, 0.34);
            }
        }

        @keyframes heroAuraPulse {

            0%,
            100% {
                opacity: 0.55;
                transform: scale(0.94);
            }

            50% {
                opacity: 0.9;
                transform: scale(1.06);
            }
        }

        @keyframes heroPatternDrift {
            from {
                transform: translate3d(-12px, -8px, 0) scale(1);
            }

            to {
                transform: translate3d(16px, 10px, 0) scale(1.04);
            }
        }

        @keyframes heroRingFloat {

            0%,
            100% {
                transform: translateY(0) rotate(0deg);
            }

            50% {
                transform: translateY(-20px) rotate(8deg);
            }
        }

        @keyframes heroParticleOrbit {

            0%,
            100% {
                transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
                opacity: 0.55;
            }

            50% {
                transform: translate3d(18px, -16px, 0) rotate(10deg) scale(1.05);
                opacity: 0.9;
            }
        }

        @keyframes heroLensSweep {
            0%,
            42% {
                transform: translateX(-120%);
                opacity: 0;
            }

            50% {
                opacity: 1;
            }

            64%,
            100% {
                transform: translateX(120%);
                opacity: 0;
            }
        }

        @media (prefers-reduced-motion: reduce) {

            .banner-reference-layout .banner-media::before,
            .banner-reference-layout .banner-media::after,
            .banner-reference-layout .hero-copy,
            .banner-reference-layout .hero-badges,
            .banner-reference-layout .hero-kicker,
            .banner-reference-layout .hero-kicker::after,
            .banner-reference-layout .hero-title,
            .banner-reference-layout .hero-title span,
            .banner-reference-layout .hero-subtitle,
            .banner-reference-layout .hero-copy::after,
            .banner-reference-layout .hero-stage::before,
            .banner-reference-layout .hero-stage::after,
            .banner-reference-layout .dhoni-frame,
            .banner-reference-layout .dhoni-frame::before,
            .banner-reference-layout .dhoni-frame::after,
            .banner-reference-layout .dhoni-frame img,
            .banner-reference-layout .download-pill {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
            }
        }

        .banner-reference-layout .download-pill-wrap {
            position: relative;
            z-index: 3;
            width: min(95%, 1748px);
            margin: -22px auto 0;
        }

        .banner-reference-layout .download-pill {
            position: relative;
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            gap: 16px;
            width: 100% !important;
            min-height: 92px;
            margin: 0 !important;
            padding: 18px 34px !important;
            overflow: hidden;
            border: 0 !important;
            border-radius: 999px !important;
            background:
                linear-gradient(121.19deg, rgba(255, 248, 186, 0) 25.73%, rgba(255, 248, 186, 0.78) 45.27%, rgba(255, 248, 186, 0) 62.27%),
                linear-gradient(135deg, #4611a7 0%, red 52%, #16042f 100%) !important;
            background-size: 260% 100%, 100% 100% !important;
            background-position: 180% 0, 0 0;
            color: #ffffff !important;
            font-size: clamp(22px, 2vw, 32px);
            line-height: 1;
            box-shadow: 0 18px 44px rgba(35, 6, 75, 0.23);
            animation: downloadShine 4s linear infinite !important;
        }

        .banner-reference-layout .download-pill::after {
            content: "";
            position: absolute;
            top: -45%;
            bottom: -45%;
            left: -45%;
            width: 38%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.94), rgba(255, 248, 186, 0.95), transparent);
            filter: blur(4px);
            opacity: 0.95;
            transform: translateX(-180%) skewX(-22deg);
            animation: downloadPillSweep 3.2s linear infinite;
            pointer-events: none;
        }

        .banner-reference-layout .download-pill strong,
        .banner-reference-layout .download-pill svg {
            position: relative;
            z-index: 1;
        }

        @keyframes downloadPillSweep {
            0% {
                transform: translateX(-180%) skewX(-22deg);
            }

            100% {
                transform: translateX(420%) skewX(-22deg);
            }
        }

        a[download]>button,
        .download-pill {
            background:
                linear-gradient(120deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.18) 42%, rgba(255, 255, 255, 0) 64%),
                linear-gradient(135deg, #4611a7 0%, #26075b 52%, #16042f 100%) !important;
            color: #ffffff !important;
        }

        .banner-reference-layout .download-pill strong {
            color: #ffffff !important;
            font-size: inherit !important;
            line-height: 1 !important;
        }

        .banner-reference-layout .download-pill svg {
            width: 34px !important;
            height: 34px !important;
            margin: 0 !important;
            color: #ffffff !important;
        }

        .banner-reference-layout .banner-contact {
            display: grid;
            grid-template-columns: 390px 398px;
            align-items: center;
            justify-content: center;
            gap: 32px;
            max-width: 860px;
            margin: 62px auto 0;
            color: #201032;
        }

        .banner-reference-layout .contact-copy {
            text-align: center;
        }

        .banner-reference-layout .contact-label {
            margin: 0 0 12px;
            color: #342548;
            font-size: 19px;
            font-weight: 500;
        }

        .banner-reference-layout .contact-phone {
            margin: 0;
            color: #201032;
            font-size: clamp(30px, 2.7vw, 36px);
            line-height: 1;
            font-weight: 950;
            letter-spacing: 0;
        }

        .banner-reference-layout .contact-actions {
            display: grid;
            grid-template-columns: repeat(2, 190px);
            justify-content: center;
            gap: 18px;
            padding-bottom: 0;
        }

        .banner-reference-layout .contact-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-height: 56px;
            padding: 13px 22px !important;
            border: 0 !important;
            border-radius: 999px !important;
            color: #ffffff !important;
            font-size: 16px;
            font-weight: 700;
            box-shadow: none !important;
        }

        .banner-reference-layout .contact-btn.call {
            background: linear-gradient(135deg, red, #16042f) !important;
        }

        .banner-reference-layout .contact-btn.whatsapp {
            background: #25d366 !important;
        }

        .banner-reference-layout .contact-btn svg {
            width: 22px;
            height: 22px;
            margin: 0 !important;
        }

        .top-winners {
            padding: 36px 0 40px;
            background: #ffffff;
            overflow: hidden;
        }

        .top-winners h2 {
            margin: 0 0 24px;
            text-align: center;
            color: #09020f;
            font-size: clamp(26px, 3vw, 34px);
            line-height: 1.2;
            font-weight: 950;
        }

        .winner-strip {
            position: relative;
            display: flex;
            gap: 20px;
            overflow: hidden;
            padding: 0 12px 8px;
            scrollbar-width: none;
        }

        .winner-strip::-webkit-scrollbar {
            display: none;
        }

        .winner-strip:hover .winner-card {
            animation-play-state: paused;
        }

        .winner-card {
            flex: 0 0 min(260px, 78vw);
            min-height: 112px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            border: 1px solid var(--brand-yellow);
            border-radius: 18px;
            background:
                linear-gradient(135deg, rgba(255, 232, 0, 0.11), rgba(255, 255, 255, 0.96)),
                #ffffff;
            box-shadow: 0 14px 30px rgba(35, 6, 75, 0.08);
            animation: winnerMoveRight 24s linear infinite;
        }

        @keyframes winnerMoveRight {
            from {
                transform: translateX(calc(-100% * 6 - 120px));
            }

            to {
                transform: translateX(0);
            }
        }

        .winner-name {
            color: var(--brand-purple);
            font-size: 14px;
            font-weight: 700;
        }

        .winner-amount {
            color: #09020f;
            font-size: 28px;
            line-height: 1;
            font-weight: 950;
        }

        .section-padding h2.h2,
        #contents h2,
        .accordionFAQ>h2 {
            color: var(--brand-purple) !important;
            font-size: clamp(30px, 4vw, 46px);
            line-height: 1.12;
            text-align: center;
            margin-bottom: 34px !important;
        }

        #timetable h2.h2 {
            color: var(--brand-yellow) !important;
        }

        #contents h2 {
            text-align: left;
            margin-top: 36px;
            margin-bottom: 14px !important;
            font-size: clamp(25px, 3vw, 36px);
        }

        #contents h3 {
            color: var(--brand-purple);
            margin-top: 26px;
            font-weight: 800;
        }

        #contents p,
        #contents li {
            color: #342548;
            font-size: 17px;
            line-height: 1.75;
        }

        #contents ul {
            padding-left: 22px;
        }

        #contents li::marker {
            color: var(--brand-purple);
        }

        #contents .content-panel {
            margin: 34px 0;
            padding: clamp(22px, 4vw, 38px);
            border: 1px solid rgba(70, 17, 167, 0.12);
            border-radius: 8px;
            background:
                linear-gradient(145deg, rgba(255, 232, 0, 0.12), rgba(255, 255, 255, 0.96) 38%),
                #ffffff;
            box-shadow: 0 18px 44px rgba(35, 6, 75, 0.1);
        }

        #contents .content-panel.is-dark {
            background:
                radial-gradient(circle at 92% 8%, rgba(255, 232, 0, 0.2), transparent 18rem),
                linear-gradient(135deg, #240653, var(--brand-purple));
            color: #ffffff;
        }

        #contents .content-panel.is-dark h2,
        #contents .content-panel.is-dark h3,
        #contents .content-panel.is-dark p,
        #contents .content-panel.is-dark li {
            color: #ffffff !important;
        }

        #contents .content-panel.is-dark li {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 232, 0, 0.28);
        }

        #contents .content-panel h2 {
            margin-top: 0;
        }

        #contents .feature-grid,
        #contents .step-grid,
        #contents .chart-list {
            display: grid;
            gap: 14px;
            margin: 22px 0;
            padding: 0;
            list-style: none;
        }

        #contents .feature-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        #contents .step-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }

        #contents .chart-list {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        #contents .feature-grid li,
        #contents .step-grid li,
        #contents .chart-list li {
            position: relative;
            padding: 16px 16px 16px 42px;
            border: 1px solid rgba(70, 17, 167, 0.12);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.86);
            color: #2f2142;
            line-height: 1.55;
            box-shadow: 0 12px 26px rgba(35, 6, 75, 0.06);
        }

        #contents .feature-grid li::before,
        #contents .step-grid li::before,
        #contents .chart-list li::before {
            content: "";
            position: absolute;
            left: 16px;
            top: 22px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--brand-yellow);
            box-shadow: 0 0 0 4px rgba(255, 232, 0, 0.2);
        }

        #contents .step-grid strong {
            display: block;
            margin-bottom: 6px;
            color: inherit;
        }

        #contents .content-note {
            margin-top: 20px;
            padding: 16px 18px;
            border-left: 5px solid var(--brand-yellow);
            border-radius: 8px;
            background: rgba(255, 232, 0, 0.13);
            font-weight: 700;
        }

        #contents .intro-content-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 24px;
            margin: 0 0 32px;
        }

        #contents .intro-copy-card {
            position: relative;
            min-height: 100%;
            overflow: hidden;
            padding: clamp(24px, 4vw, 38px);
            border: 1px solid rgba(255, 232, 0, 0.3);
            border-radius: 8px;
            background:
                radial-gradient(circle at 92% 8%, rgba(255, 232, 0, 0.2), transparent 13rem),
                linear-gradient(145deg, #1a0439 0%, #2a075d 52%, #4611a7 100%);
            box-shadow: 0 24px 58px rgba(35, 6, 75, 0.22);
            color: #ffffff;
        }

        #contents .intro-copy-card::before {
            content: "";
            position: absolute;
            inset: 0 0 auto;
            height: 8px;
            background: linear-gradient(90deg, var(--brand-yellow), rgba(255, 232, 0, 0.18), var(--brand-yellow));
        }

        #contents .intro-copy-card::after {
            content: "";
            position: absolute;
            right: -58px;
            bottom: -58px;
            width: 170px;
            height: 170px;
            border-radius: 50%;
            border: 34px solid rgba(255, 232, 0, 0.12);
            pointer-events: none;
        }

        #contents .intro-copy-card h2 {
            position: relative;
            margin: 0 0 18px !important;
            color: #ffffff !important;
            font-size: clamp(26px, 3vw, 38px);
            line-height: 1.14;
            text-align: left;
            text-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
            z-index: 1;
        }

        #contents .intro-copy-card h2::before {
            content: "Kalyan567";
            display: flex;
            width: max-content;
            max-width: 100%;
            margin-bottom: 14px;
            padding: 8px 13px;
            border-radius: 999px;
            background: var(--brand-yellow);
            color: var(--brand-purple);
            font-size: 12px;
            line-height: 1;
            font-weight: 950;
            text-transform: uppercase;
            text-shadow: none;
            box-shadow: 0 10px 22px rgba(255, 232, 0, 0.2);
        }

        #contents .intro-copy-card:nth-child(2) h2::before {
            content: "Android APK";
        }

        #contents .intro-copy-card p {
            position: relative;
            margin-bottom: 14px;
            color: rgba(255, 255, 255, 0.88);
            font-size: 17px;
            line-height: 1.78;
            z-index: 1;
        }

        #contents .intro-copy-card p:last-child {
            margin-bottom: 0;
        }

        .card,
        .accordionFAQ .card {
            border-radius: 8px !important;
            background: var(--brand-card) !important;
            border: 1px solid rgba(70, 17, 167, 0.1) !important;
            box-shadow: 0 18px 42px rgba(35, 6, 75, 0.11) !important;
            overflow: hidden;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .card:hover {
            transform: translateY(-3px);
            box-shadow: 0 24px 52px rgba(35, 6, 75, 0.16) !important;
        }

        #rate .card {
            margin-bottom: 24px;
            background:
                linear-gradient(135deg, rgba(255, 232, 0, 0.14), rgba(255, 255, 255, 0.96) 45%),
                #ffffff !important;
        }

        #rate .card-body>div {
            border-left-color: var(--brand-yellow) !important;
            padding: 6px 8px;
        }

        #rate h3,
        #rate h4 {
            color: var(--brand-purple);
        }

        #rate h4 {
            font-weight: 900;
            color: #201032;
        }

        #rate {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at 12% 14%, rgba(255, 232, 0, 0.18), transparent 22rem),
                radial-gradient(circle at 88% 18%, rgba(255, 232, 0, 0.12), transparent 20rem),
                linear-gradient(135deg, #16042f 0%, #26075b 48%, #4611a7 100%) !important;
            color: #ffffff;
        }

        #rate::before,
        #rate::after {
            content: "";
            position: absolute;
            pointer-events: none;
            border-radius: 999px;
        }

        #rate::before {
            width: 520px;
            height: 520px;
            right: -210px;
            top: -250px;
            border: 62px solid rgba(255, 232, 0, 0.13);
        }

        #rate::after {
            width: 360px;
            height: 360px;
            left: -160px;
            bottom: -180px;
            background: rgba(255, 232, 0, 0.1);
        }

        #rate .container {
            position: relative;
            z-index: 1;
        }

        #rate h2.h2 {
            position: relative;
            width: max-content;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 46px !important;
            padding: 0 18px 18px;
            color: #ffffff !important;
            font-size: clamp(34px, 5vw, 56px);
            font-weight: 950;
            text-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
        }

        #rate h2.h2::before {
            content: "Premium Payout Board";
            display: flex;
            width: max-content;
            max-width: 100%;
            margin: 0 auto 13px;
            padding: 8px 15px;
            border: 1px solid rgba(255, 232, 0, 0.42);
            border-radius: 999px;
            background: rgba(255, 232, 0, 0.1);
            color: var(--brand-yellow);
            font-size: 13px;
            line-height: 1;
            font-weight: 950;
            text-transform: uppercase;
            text-shadow: none;
        }

        #rate h2.h2::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 96px;
            height: 5px;
            border-radius: 999px;
            background: var(--brand-yellow);
            transform: translateX(-50%);
            box-shadow: 0 0 28px rgba(255, 232, 0, 0.55);
        }

        #rate .row {
            counter-reset: rate-card;
            row-gap: 26px;
        }

        #rate .col-xl-4,
        #rate .col-md-6 {
            display: flex;
        }

        #rate .card {
            position: relative;
            width: 100%;
            min-height: 188px;
            margin-bottom: 0;
            border: 1px solid rgba(255, 232, 0, 0.25) !important;
            border-radius: 8px !important;
            background:
                linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 196, 0.96)) !important;
            box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22) !important;
            isolation: isolate;
        }

        #rate .card::before {
            content: "";
            position: absolute;
            inset: 0 0 auto 0;
            height: 9px;
            background: linear-gradient(90deg, var(--brand-yellow), var(--brand-purple), var(--brand-yellow));
            z-index: 1;
        }

        #rate .card::after {
            content: "";
            position: absolute;
            right: 18px;
            bottom: 18px;
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background:
                radial-gradient(circle, rgba(255, 232, 0, 0.55), rgba(255, 232, 0, 0.08) 62%, transparent 64%);
            z-index: -1;
        }

        #rate .card-body {
            width: 100%;
            padding: 0 !important;
            text-align: left !important;
        }

        #rate .card-body>div {
            counter-increment: rate-card;
            position: relative;
            display: flex;
            min-height: 188px;
            height: 100%;
            flex-direction: column;
            justify-content: space-between;
            gap: 20px;
            padding: 30px 22px 22px;
            border-left: 0 !important;
        }

        #rate .card-body>div::before {
            content: "Rate " counter(rate-card, decimal-leading-zero);
            display: inline-flex;
            width: max-content;
            max-width: 100%;
            padding: 7px 12px;
            border-radius: 999px;
            background: rgba(70, 17, 167, 0.1);
            color: var(--brand-purple);
            font-size: 12px;
            line-height: 1;
            font-weight: 950;
            text-transform: uppercase;
        }

        #rate .card-body>div::after {
            content: "";
            position: absolute;
            right: 22px;
            top: 30px;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background:
                linear-gradient(135deg, var(--brand-purple), #26075b);
            box-shadow: inset 0 0 0 7px rgba(255, 232, 0, 0.88), 0 12px 26px rgba(70, 17, 167, 0.24);
        }

        #rate h3 {
            max-width: calc(100% - 58px);
            margin: 0 !important;
            color: var(--brand-purple) !important;
            font-size: 22px;
            line-height: 1.25;
            font-weight: 950 !important;
            text-transform: uppercase;
            letter-spacing: 0;
        }

        #rate span.h4 {
            display: flex !important;
            width: 100%;
            margin: 0 !important;
        }

        #rate h4 {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            min-height: 58px;
            margin: 0;
            padding: 12px 14px;
            border: 2px solid rgba(70, 17, 167, 0.16);
            border-radius: 8px;
            background:
                linear-gradient(135deg, var(--brand-yellow), var(--brand-gold));
            color: var(--brand-purple-dark) !important;
            font-size: 24px;
            line-height: 1.2;
            font-weight: 950;
            text-align: center;
            box-shadow: inset 0 -5px 0 rgba(70, 17, 167, 0.08), 0 14px 28px rgba(255, 232, 0, 0.24);
        }

        #rate {
            padding: 42px 0 52px !important;
            background:
                linear-gradient(30deg, transparent 0 92px, rgba(70, 17, 167, 0.07) 93px, transparent 95px),
                radial-gradient(circle at 8% 18%, transparent 0 14px, rgba(70, 17, 167, 0.08) 15px, transparent 16px),
                radial-gradient(circle at 72% 68%, transparent 0 16px, rgba(255, 232, 0, 0.16) 17px, transparent 18px),
                #ffffff !important;
            background-size: 290px 170px, 260px 210px, 340px 240px, auto;
            color: var(--brand-ink);
        }

        #rate::before,
        #rate::after,
        #rate>[class*="shape-"] {
            display: none !important;
        }

        #rate h2.h2 {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            width: max-content;
            max-width: 100%;
            margin: 0 auto 22px !important;
            padding: 0 !important;
            color: #09020f !important;
            font-size: clamp(30px, 3vw, 38px);
            line-height: 1.18;
            font-weight: 950;
            text-shadow: 0 8px 18px rgba(70, 17, 167, 0.16);
        }

        #rate h2.h2::before,
        #rate h2.h2::after {
            content: "\1F4B0";
            position: static;
            display: inline-flex;
            width: auto;
            height: auto;
            margin: 0;
            padding: 0;
            border: 0;
            background: none;
            box-shadow: none;
            color: var(--brand-yellow);
            font-size: 28px;
            line-height: 1;
            text-shadow: none;
            transform: none;
        }

        #rate .row {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 30px 34px;
            max-width: 1296px;
            margin: 0 auto !important;
            padding: 28px 42px 22px;
            border: 2px solid var(--brand-yellow);
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.82);
            box-shadow: 0 22px 52px rgba(35, 6, 75, 0.08);
        }

        #rate .col-xl-4,
        #rate .col-md-6 {
            display: block;
            width: auto;
            max-width: none;
            padding: 0 !important;
            flex: none;
        }

        #rate .card,
        #rate .card:hover {
            min-height: 0;
            margin: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            transform: none;
            overflow: visible;
        }

        #rate .card::before,
        #rate .card::after,
        #rate .card-body>div::before,
        #rate .card-body>div::after {
            display: none !important;
        }

        #rate .card-body {
            padding: 0 !important;
            text-align: center !important;
        }

        #rate .card-body>div {
            display: block;
            min-height: 0;
            padding: 0 !important;
            border-left: 0 !important;
            text-align: center;
        }

        #rate h3 {
            max-width: none;
            margin: 0 0 10px !important;
            color: var(--brand-purple) !important;
            font-size: 20px;
            line-height: 1.25;
            font-weight: 700 !important;
            text-transform: none;
        }

        #rate span.h4 {
            display: block !important;
            width: 100%;
            margin: 0 !important;
        }

        #rate h4 {
            display: block;
            min-height: 0;
            margin: 0;
            padding: 0;
            border: 0;
            background: transparent;
            color: #12051f !important;
            font-size: 22px;
            line-height: 1.3;
            font-weight: 850;
            box-shadow: none;
        }

        #timetable .card {
            min-height: 228px;
            margin-bottom: 26px !important;
            background:
                radial-gradient(circle at 88% 10%, rgba(255, 232, 0, 0.28), transparent 7rem),
                linear-gradient(145deg, #ffffff 0%, #fff9bf 100%) !important;
            border: 1px solid rgba(255, 232, 0, 0.55) !important;
            box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18) !important;
        }

        #timetable .card-body {
            position: relative;
            display: flex;
            min-height: 228px;
            flex-direction: column;
            justify-content: space-between;
            padding: 0 !important;
            text-align: left !important;
        }

        #timetable .card-body::before {
            content: "Live Market";
            display: flex;
            align-items: center;
            min-height: 36px;
            padding: 9px 18px;
            background: linear-gradient(135deg, var(--brand-purple), #22034d);
            color: var(--brand-yellow);
            font-size: 12px;
            font-weight: 950;
            text-transform: uppercase;
        }

        #timetable .card-body>div:first-child {
            position: relative;
            min-height: 126px;
            padding: 18px 92px 12px 18px;
        }

        #timetable h3 {
            color: var(--brand-purple);
            padding-right: 0;
            font-size: 18px;
            line-height: 1.3;
            margin-bottom: 8px !important;
            text-transform: uppercase;
        }

        #timetable .time img {
            width: 17px !important;
            height: 17px !important;
            padding: 3px;
            border-radius: 50%;
            background: rgba(70, 17, 167, 0.12);
        }

        #timetable span.h2 {
            display: inline-flex !important;
            position: relative;
            margin: 6px 0 0 !important;
            padding: 14px 16px 12px;
            min-width: 175px;
            border-radius: 8px;
            background: #ffffff;
            border: 1px solid rgba(70, 17, 167, 0.11);
            box-shadow: inset 0 -4px 0 rgba(255, 232, 0, 0.45), 0 12px 26px rgba(70, 17, 167, 0.09);
        }

        #timetable span.h2::before {
            content: "Result";
            position: absolute;
            left: 15px;
            top: -10px;
            padding: 3px 8px;
            border-radius: 999px;
            background: var(--brand-yellow);
            color: var(--brand-purple);
            font-size: 11px;
            font-weight: 950;
        }

        #timetable .h2 h3,
        #timetable .font-weight-bold {
            color: #190733;
            margin: 0;
            font-size: 22px;
            letter-spacing: 0;
        }

        #timetable .card-body>div:first-child>div[style*="position: absolute"] {
            top: 52px !important;
            right: 16px !important;
            width: 68px;
            padding: 0;
        }

        #timetable .red {
            display: inline-block;
            max-width: 68px;
            padding: 5px 8px;
            color: #ffffff !important;
            background: #e22929;
            border-radius: 999px;
            font-size: 10px !important;
            line-height: 1.15;
            font-weight: 800;
        }

        #timetable .green {
            color: #147a2e !important;
        }

        #timetable .card-body>div:first-child>div[style*="position: absolute"] svg {
            width: 54px;
            height: 54px;
            margin-top: 10px;
            filter: drop-shadow(0 12px 18px rgba(70, 17, 167, 0.2));
        }

        #timetable .card-body>div[style*="text-align: center"] {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
            padding: 14px 16px 16px;
            background: rgba(70, 17, 167, 0.06);
            border-top: 1px solid rgba(70, 17, 167, 0.1);
        }

        #timetable .card-body>div[style*="text-align: center"] a {
            min-width: 0;
        }

        #timetable .chart {
            width: 100% !important;
            min-height: 38px;
            padding: 7px 10px !important;
            border-radius: 8px !important;
            font-size: 13px;
            background: linear-gradient(135deg, var(--brand-purple), #26075b) !important;
            color: var(--brand-yellow) !important;
            border: 1px solid rgba(255, 232, 0, 0.62) !important;
        }

        #timetable {
            padding: 42px 0 56px !important;
            background:
                radial-gradient(circle at 8% 18%, rgba(70, 17, 167, 0.08) 0 1px, transparent 2px 42px),
                radial-gradient(circle at 88% 26%, rgba(255, 232, 0, 0.18), transparent 18rem),
                linear-gradient(180deg, #ffffff 0%, #fffdf1 100%) !important;
            color: var(--brand-ink);
        }

        #timetable::before,
        #timetable::after,
        #timetable>[class*="shape-"] {
            display: none !important;
        }

        #timetable h2.h2 {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            margin: 0 0 24px !important;
            color: #1b0a2d !important;
            font-size: clamp(30px, 3vw, 38px);
            line-height: 1.2;
            font-weight: 950;
            text-shadow: 0 8px 18px rgba(70, 17, 167, 0.12);
        }

        #timetable h2.h2::before,
        #timetable h2.h2::after {
            content: "\2B50";
            color: var(--brand-yellow);
            font-size: 30px;
            line-height: 1;
        }

        #timetable .row {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px 18px;
            margin: 0 !important;
        }

        #timetable .col-xl-4,
        #timetable .col-md-6 {
            display: block;
            width: auto;
            max-width: none;
            padding: 0 !important;
            flex: none;
        }

        #timetable .card,
        #timetable .card:hover {
            min-height: 128px;
            margin: 0 !important;
            border: 1px solid rgba(70, 17, 167, 0.1) !important;
            border-radius: 10px !important;
            background: rgba(255, 255, 255, 0.94) !important;
            box-shadow: 0 18px 40px rgba(35, 6, 75, 0.1) !important;
            transform: none;
            overflow: hidden;
        }

        #timetable .card-body {
            position: relative;
            display: block;
            min-height: 128px;
            padding: 18px 92px 34px 12px !important;
            text-align: left !important;
        }

        #timetable .card-body::before {
            display: none;
        }

        #timetable .card-body>div:first-child {
            min-height: 0;
            padding: 0;
        }

        #timetable h3 {
            margin: 0 0 12px !important;
            padding: 0;
            color: var(--brand-purple) !important;
            font-family: inherit;
            font-size: 22px;
            line-height: 1.18;
            font-weight: 950 !important;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        #timetable .time {
            display: none !important;
        }

        #timetable span.h2 {
            display: block !important;
            min-width: 0;
            margin: 0 !important;
            padding: 0;
            border: 0;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
        }

        #timetable span.h2::before {
            display: none;
        }

        #timetable .h2 h3,
        #timetable .font-weight-bold {
            margin: 0 !important;
            color: #12051f !important;
            font-size: 23px;
            line-height: 1.2;
            font-weight: 950 !important;
            letter-spacing: 1px;
        }

        #timetable .card-body>div:first-child>div[style*="position: absolute"] {
            display: none !important;
        }

        #timetable .card-body>div[style*="text-align: center"] {
            position: absolute;
            top: 14px;
            right: 12px;
            display: grid;
            grid-template-columns: 1fr;
            gap: 6px;
            width: 78px;
            padding: 0 !important;
            border: 0;
            background: transparent;
        }

        #timetable .card-body>div[style*="text-align: center"] a {
            display: block;
            width: 100%;
        }

        #timetable .chart {
            width: 100% !important;
            min-height: 32px;
            padding: 6px 10px !important;
            border: 0 !important;
            border-radius: 10px !important;
            background: linear-gradient(135deg, var(--brand-yellow), var(--brand-gold)) !important;
            color: var(--brand-purple) !important;
            font-size: 0 !important;
            line-height: 1 !important;
            font-weight: 950;
            box-shadow: 0 10px 22px rgba(255, 232, 0, 0.22);
        }

        #timetable .card-body>div[style*="text-align: center"] a:first-child .chart::before {
            content: "Jodi";
            font-size: 13px;
        }

        #timetable .card-body>div[style*="text-align: center"] a:nth-child(2) .chart::before {
            content: "Pana";
            font-size: 13px;
        }

        #timetable .market-times {
            position: absolute;
            top: auto !important;
            left: 12px;
            right: 12px;
            bottom: 10px;
            display: flex;
            justify-content: space-between;
            gap: 12px;
            width: auto !important;
            padding-top: 9px;
            border-top: 1px solid rgba(70, 17, 167, 0.12);
            background: transparent !important;
            color: #6a6076;
            font-size: 11px;
            line-height: 1.2;
        }

        #timetable .market-times strong {
            color: #1b0a2d;
            font-weight: 950;
        }

        #video path[fill="#fc0"],
        #video path[fill="#fab028"] {
            fill: var(--brand-yellow) !important;
        }

        .knowmoreBtns {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 20px;
            text-decoration: none !important;
        }

        .accordionFAQ {
            position: relative;
            background:
                radial-gradient(circle at 92% 0%, rgba(255, 232, 0, 0.18), transparent 18rem),
                linear-gradient(135deg, rgba(70, 17, 167, 0.08), rgba(255, 255, 255, 0.96));
            border-radius: 8px;
            padding: clamp(18px, 4vw, 34px);
            border: 1px solid rgba(70, 17, 167, 0.12);
            box-shadow: 0 22px 55px rgba(70, 17, 167, 0.13);
        }

        .accordionFAQ .card {
            margin-bottom: 14px;
            border-bottom: 0 !important;
            background: #ffffff !important;
            border: 1px solid rgba(70, 17, 167, 0.12) !important;
            box-shadow: 0 14px 34px rgba(35, 6, 75, 0.08) !important;
        }

        .accordionFAQ h4 {
            display: flex;
            align-items: center;
            gap: 12px;
            color: var(--brand-purple);
            font-weight: 800;
            cursor: pointer;
            line-height: 1.35;
            margin: 0;
            padding: 18px 18px !important;
        }

        .accordionFAQ .faq-number {
            display: inline-flex;
            width: 36px;
            height: 36px;
            min-width: 36px;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: var(--brand-yellow);
            color: var(--brand-purple);
            font-size: 14px;
            font-weight: 950;
            box-shadow: 0 8px 18px rgba(255, 232, 0, 0.32);
        }

        .accordionFAQ .accordion-arrow {
            margin-left: auto;
            color: var(--brand-purple);
            font-size: 14px;
        }

        .accordionFAQ .card-body p {
            color: #413251;
            font-size: 16px;
            line-height: 1.75;
            padding: 0 18px 18px 66px;
            margin: 0;
        }

        .faq-kicker {
            display: flex;
            width: max-content;
            max-width: 100%;
            margin: 0 auto 12px;
            padding: 8px 15px;
            border-radius: 999px;
            background: var(--brand-purple);
            color: var(--brand-yellow);
            font-size: 13px;
            font-weight: 900;
            text-transform: uppercase;
        }

        .faq-section>.container>.row:first-child .border-bottom {
            display: none;
        }

        .faq-section .accordionFAQ .card.border-bottom {
            display: block !important;
        }

        .faq-section {
            position: relative;
            overflow: hidden;
            padding: 82px 0 !important;
            background:
                radial-gradient(circle at 10% 8%, rgba(255, 232, 0, 0.2), transparent 20rem),
                radial-gradient(circle at 92% 18%, rgba(255, 232, 0, 0.14), transparent 18rem),
                linear-gradient(135deg, #16042f 0%, #26075b 48%, #4611a7 100%) !important;
        }

        .faq-section::before {
            content: "";
            position: absolute;
            right: -180px;
            top: -220px;
            width: 520px;
            height: 520px;
            border: 64px solid rgba(255, 232, 0, 0.12);
            border-radius: 50%;
            pointer-events: none;
        }

        .faq-section::after {
            content: "";
            position: absolute;
            left: -110px;
            bottom: -140px;
            width: 290px;
            height: 290px;
            border-radius: 50%;
            background: rgba(255, 232, 0, 0.1);
            pointer-events: none;
        }

        .faq-section .container {
            position: relative;
            z-index: 1;
        }

        .faq-section .mt-40 {
            margin-top: 0 !important;
        }

        .accordionFAQ {
            max-width: 980px;
            margin-left: auto;
            margin-right: auto;
            padding: clamp(20px, 4vw, 40px);
            border: 1px solid rgba(255, 232, 0, 0.28);
            border-radius: 8px;
            background:
                linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 209, 0.96)) !important;
            box-shadow: 0 30px 78px rgba(0, 0, 0, 0.28);
        }

        .accordionFAQ .faq-kicker {
            display: flex;
            width: max-content;
            max-width: 100%;
            margin: 0 auto 14px;
            padding: 9px 16px;
            border: 1px solid rgba(255, 232, 0, 0.42);
            border-radius: 999px;
            background: var(--brand-purple);
            color: var(--brand-yellow);
            font-size: 13px;
            line-height: 1;
            font-weight: 950;
            text-transform: uppercase;
            box-shadow: 0 12px 26px rgba(70, 17, 167, 0.16);
        }

        .accordionFAQ>h2 {
            margin: 0 auto 32px !important;
            color: var(--brand-purple) !important;
            font-size: clamp(32px, 5vw, 54px);
            line-height: 1.08;
            font-weight: 950;
            text-align: center;
        }

        .accordionFAQ>h2 strong {
            color: #1a0439;
        }

        .accordionFAQ .card {
            margin-bottom: 14px;
            border: 1px solid rgba(70, 17, 167, 0.12) !important;
            border-radius: 8px !important;
            background: #ffffff !important;
            box-shadow: 0 14px 34px rgba(35, 6, 75, 0.08) !important;
        }

        .accordionFAQ .card:hover {
            transform: translateY(-2px);
            box-shadow: 0 20px 46px rgba(35, 6, 75, 0.14) !important;
        }

        .accordionFAQ .card-header {
            padding: 0 !important;
        }

        .accordionFAQ h4 {
            display: grid;
            grid-template-columns: 46px minmax(0, 1fr) 34px;
            align-items: center;
            gap: 14px;
            margin: 0;
            padding: 18px 18px !important;
            color: var(--brand-purple);
            font-size: 18px;
            line-height: 1.35;
            font-weight: 950;
            cursor: pointer;
        }

        .accordionFAQ .faq-number {
            display: inline-flex;
            width: 46px;
            height: 46px;
            min-width: 46px;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--brand-yellow), var(--brand-gold));
            color: var(--brand-purple);
            font-size: 14px;
            font-weight: 950;
            box-shadow: inset 0 -4px 0 rgba(70, 17, 167, 0.12), 0 10px 22px rgba(255, 232, 0, 0.28);
        }

        .accordionFAQ .accordion-arrow {
            display: inline-flex;
            width: 34px;
            height: 34px;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(70, 17, 167, 0.08);
            color: var(--brand-purple);
            font-size: 13px;
        }

        .accordionFAQ .card-body {
            padding: 0 !important;
        }

        .accordionFAQ .card-body p {
            margin: 0;
            padding: 0 70px 20px 78px;
            color: #3b2a51;
            font-size: 16px;
            line-height: 1.75;
        }

        body>.site-footer-premium.bg-light-gray.has-shapes {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at 12% 10%, rgba(255, 232, 0, 0.2), transparent 22rem),
                radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.12), transparent 20rem),
                linear-gradient(135deg, #16042f 0%, #26075b 48%, #4611a7 100%) !important;
            color: #ffffff;
            padding-top: 64px;
            border-top: 6px solid var(--brand-yellow);
        }

        body>.site-footer-premium.bg-light-gray.has-shapes::before,
        body>.site-footer-premium.bg-light-gray.has-shapes::after {
            content: "";
            position: absolute;
            pointer-events: none;
            border-radius: 50%;
        }

        body>.site-footer-premium.bg-light-gray.has-shapes::before {
            width: 520px;
            height: 520px;
            right: -220px;
            top: -250px;
            border: 64px solid rgba(255, 232, 0, 0.12);
        }

        body>.site-footer-premium.bg-light-gray.has-shapes::after {
            width: 300px;
            height: 300px;
            left: -120px;
            bottom: 54px;
            background: rgba(255, 232, 0, 0.08);
        }

        body>.site-footer-premium.bg-light-gray.has-shapes>.container {
            position: relative;
            z-index: 1;
            max-width: 1120px;
        }

        body>.site-footer-premium.bg-light-gray.has-shapes .row {
            position: relative;
        }

        body>.site-footer-premium.bg-light-gray.has-shapes .row:first-child {
            padding: 0 0 20px !important;
            margin-bottom: 22px;
        }

        body>.site-footer-premium.bg-light-gray.has-shapes img.mb-25 {
            width: 310px;
            height: 104px;
            object-fit: contain;
            object-position: center;
            margin-bottom: 0 !important;
            padding: 12px 18px;
            border: 1px solid rgba(255, 232, 0, 0.28);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.96);
            box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
        }

        body>.site-footer-premium.bg-light-gray.has-shapes .row:nth-child(2) {
            display: grid;
            grid-template-columns: 96px minmax(0, 1fr) 126px;
            align-items: center;
            gap: 18px;
            margin: 0 0 24px;
            padding: 22px !important;
            border: 1px solid rgba(255, 232, 0, 0.24);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.08);
            box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
            backdrop-filter: blur(14px);
        }

        body>.site-footer-premium.bg-light-gray.has-shapes .row:nth-child(2)>[class*="col-"] {
            width: auto;
            max-width: none;
            flex: none;
            padding: 0 !important;
            color: rgba(255, 255, 255, 0.9);
            font-size: 17px;
            line-height: 1.6;
            font-weight: 700;
        }

        body>.site-footer-premium.bg-light-gray.has-shapes .row:nth-child(2) img[src*="18plus"] {
            width: 58px;
            height: 58px;
            padding: 8px;
            border-radius: 50%;
            background: var(--brand-yellow);
            box-shadow: 0 14px 30px rgba(255, 232, 0, 0.22);
        }

        body>.site-footer-premium.bg-light-gray.has-shapes .row:nth-child(2) svg {
            width: 82px;
            height: 54px;
            padding: 10px 14px;
            border-radius: 999px;
            background: #ffffff;
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
        }

        body>.site-footer-premium.bg-light-gray.has-shapes .row:nth-child(3) {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-bottom: 24px;
        }

        body>.site-footer-premium.bg-light-gray.has-shapes .row:nth-child(3)>[class*="col-"] {
            width: auto;
            max-width: none;
            flex: none;
            padding: 22px !important;
            border: 1px solid rgba(255, 255, 255, 0.13);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.96);
            box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
        }

        body>.site-footer-premium.bg-light-gray.has-shapes .row:nth-child(3) img {
            max-width: 100%;
            height: 58px !important;
            object-fit: contain;
        }

        .linking-footerhome {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            justify-content: center;
            padding: 20px 0 0;
            margin: 0;
            list-style: none;
            color: transparent;
        }

        .linking-footerhome li {
            display: inline-flex;
        }

        .linking-footerhome a,
        .footer-bottom a {
            color: #ffffff !important;
            font-weight: 800;
        }

        .linking-footerhome a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            padding: 10px 16px;
            border: 1px solid rgba(255, 232, 0, 0.28);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.09);
            text-decoration: none !important;
        }

        .linking-footerhome a:hover {
            background: var(--brand-yellow);
            color: var(--brand-purple) !important;
            transform: translateY(-1px);
        }

        body>.site-footer-premium.bg-light-gray.has-shapes .row.pt-30.pb-30 {
            margin-top: 22px;
            padding: 22px 0 34px !important;
        }

        body>.site-footer-premium.bg-light-gray.has-shapes .row.pt-30.pb-30 p {
            max-width: 920px;
            margin: 0 auto;
            padding: 22px 24px;
            border-left: 5px solid var(--brand-yellow);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.08);
            color: rgba(255, 255, 255, 0.78);
            font-size: 15px;
            line-height: 1.8;
        }

        .footer-bottom {
            position: relative;
            z-index: 1;
            background: rgba(0, 0, 0, 0.26);
        }

        .footer-bottom .block {
            padding: 22px 0;
            color: rgba(255, 255, 255, 0.82);
            border-top-color: rgba(255, 232, 0, 0.18) !important;
            font-weight: 700;
        }

        .footer-bottom a {
            color: var(--brand-yellow) !important;
        }

        .modal-content {
            border: 0;
            border-radius: 8px;
            box-shadow: 0 24px 70px rgba(22, 4, 47, 0.28);
        }

        #timeModal tr[style] {
            background: var(--brand-yellow) !important;
            color: var(--brand-purple);
        }

        .scroll-to-top-btn {
            background: var(--brand-yellow) !important;
            color: var(--brand-purple) !important;
            border: 2px solid #ffffff !important;
            box-shadow: 0 16px 34px rgba(70, 17, 167, 0.22);
        }

        @media (max-width: 1199px) {
            .navbar-collapse {
                margin-top: 14px;
                padding: 14px;
                background: rgba(255, 255, 255);
                border-radius: 8px;
                box-shadow: 0 14px 30px rgba(70, 17, 167, 0.12);
            }
        }

        @media (max-width: 991px) {
            .banner {
                padding-top: 48px;
            }

            .banner.banner-reference-layout {
                padding-top: 0;
            }

            .banner .d-block.d-lg-flex {
                grid-template-columns: 1fr;
                gap: 28px;
            }

            .banner .order-lg-0,
            .banner .order-lg-1 {
                grid-column: 1;
            }

            .banner .order-lg-0 {
                grid-row: 1;
                text-align: center !important;
            }

            .banner .order-lg-1 {
                grid-row: 2;
            }

            .banner h1,
            .banner h1::after {
                margin-left: auto;
                margin-right: auto;
            }

            .banner-image img {
                transform: none;
                max-height: none;
            }

            .banner-reference-layout .banner-contact {
                grid-template-columns: 1fr;
                align-items: center;
                gap: 26px;
                margin-top: 48px;
            }

            .banner-reference-layout .banner-media,
            .banner-reference-layout .hero-stage {
                min-height: auto;
            }

            .banner-reference-layout .hero-stage {
                grid-template-columns: 1fr;
                gap: 14px;
                padding: 22px 0 40px;
                text-align: center;
            }

            .banner-reference-layout .hero-copy,
            .banner-reference-layout .hero-subtitle {
                margin-left: auto;
                margin-right: auto;
            }

            .banner-reference-layout .dhoni-frame {
                min-height: 400px;
            }

            .banner-reference-layout .dhoni-frame img {
                left: 50%;
                right: auto;
                transform: translateX(-50%);
            }

            .banner-reference-layout .contact-actions {
                width: fit-content;
                max-width: 100%;
                margin: 0 auto;
                padding-bottom: 0;
            }

            #timetable .row {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 575px) {
            html,
            body {
                width: 100%;
                max-width: 100%;
                overflow-x: hidden !important;
            }

            .header-nav,
            .banner,
            .banner.banner-reference-layout,
            .banner-reference-layout .banner-media,
            .top-winners,
            #rate,
            #contents {
                width: 100%;
                max-width: 100vw;
                overflow-x: hidden !important;
            }

            .navbar {
                min-height: 66px;
                width: 100%;
            }

            .navbar-brand img {
                width: 145px;
                max-width: 100%;
                height: 46px;
            }

            .header-nav .container {
                width: 100%;
                max-width: 100vw;
                padding-left: 18px !important;
                padding-right: 18px !important;
                box-sizing: border-box;
            }

            .header-nav .navbar {
                width: 100%;
                max-width: 100%;
                padding-left: 0 !important;
                padding-right: 0 !important;
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-wrap: nowrap;
            }

            .navbar-brand {
                max-width: calc(100% - 76px);
                margin-right: 0 !important;
            }

            .navbar-toggler {
                display: inline-flex !important;
                flex: 0 0 56px;
                width: 56px;
                height: 56px;
                min-width: 56px;
                align-items: center;
                justify-content: center;
                margin-left: auto !important;
            }

            .banner {
                padding: 34px 0 24px;
            }

            .banner.banner-reference-layout {
                padding: 0 0 38px;
                overflow-x: clip;
            }

            .banner-reference-layout .banner-media {
                min-height: 430px;
                overflow: hidden;
            }

            .banner h1 {
                font-size: 36px;
                line-height: 1.08;
            }

            .banner h1::before {
                margin-left: auto;
                margin-right: auto;
            }

            .banner h1::after {
                font-size: 16px;
            }

            .banner-image img {
                border-width: 5px;
            }

            .banner-reference-layout .hero-stage {
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
                max-width: 100%;
                min-width: 0;
                min-height: 430px;
                margin: 0;
                padding: 18px 16px 26px;
                gap: 8px;
                overflow: hidden;
                box-sizing: border-box;
                text-align: center;
            }

            .banner-reference-layout .hero-stage::before {
                opacity: 0.32;
            }

            .banner-reference-layout .hero-stage::after {
                display: none;
            }

            .banner-reference-layout .hero-copy {
                position: relative;
                z-index: 5;
                width: 100%;
            }

            .banner-reference-layout .hero-copy,
            .banner-reference-layout .hero-subtitle,
            .banner-reference-layout .dhoni-frame,
            .banner-reference-layout .download-pill-wrap,
            .banner-reference-layout .banner-contact {
                max-width: 100%;
                min-width: 0;
                box-sizing: border-box;
            }

            .banner-reference-layout .hero-kicker {
                margin-bottom: 4px;
                font-size: 11px;
                padding: 6px 10px;
            }

            .banner-reference-layout .hero-badges {
                display: grid;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                width: 100%;
                gap: 8px;
                justify-content: center;
                margin-bottom: 12px;
            }

            .banner-reference-layout .hero-badges .hero-kicker {
                max-width: 100%;
                min-width: 0;
                justify-content: center;
                text-align: center;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-left: 7px;
                padding-right: 7px;
                font-size: 10px;
            }

            .banner-reference-layout .hero-title {
                width: 100%;
                max-width: 100%;
                color: #ffffff !important;
                font-size: 32px !important;
                font-style: italic;
                line-height: 1.04 !important;
                overflow-wrap: anywhere;
                text-align: center;
                white-space: normal;
                transform: skewX(-4deg);
                transform-origin: center;
                text-shadow:
                    0 2px 0 #26075b,
                    0 5px 0 rgba(18, 3, 38, 0.72),
                    0 12px 24px rgba(0, 0, 0, 0.72) !important;
            }

            .banner-reference-layout .hero-title span {
                display: block;
                color: #ffe800 !important;
                -webkit-text-fill-color: transparent !important;
                background: linear-gradient(96deg, #fff8b8 0%, #ffe800 30%, #ffffff 48%, #ffca05 64%, #fff06a 100%) !important;
                background-size: 180% 100% !important;
                -webkit-background-clip: text !important;
                background-clip: text !important;
                font-style: italic;
                letter-spacing: 0.3px;
                -webkit-text-stroke: 0.7px rgba(70, 17, 167, 0.88);
                filter:
                    drop-shadow(0 3px 0 rgba(70, 17, 167, 0.94))
                    drop-shadow(0 8px 16px rgba(255, 232, 0, 0.34))
                    drop-shadow(0 0 10px rgba(255, 255, 255, 0.3)) !important;
                transform: skewX(-8deg) scale(1.07);
                transform-origin: center;
                text-shadow:
                    0 2px 0 rgba(255, 255, 255, 0.18),
                    0 8px 16px rgba(0, 0, 0, 0.46),
                    0 0 20px rgba(255, 232, 0, 0.34) !important;
            }

            .banner-reference-layout .hero-subtitle {
                margin-top: 6px;
                width: 100%;
                max-width: 330px;
                margin-left: auto;
                margin-right: auto;
                color: #ffffff;
                font-size: 11px;
                line-height: 1.38;
                overflow-wrap: anywhere;
                text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
            }

            .banner-reference-layout .hero-copy::after {
                width: min(220px, 64%);
                height: 3px;
                margin: 16px auto 0;
            }

            .banner-reference-layout .dhoni-frame {
                align-self: center;
                justify-self: center;
                width: 230px;
                min-height: 210px;
                margin-left: auto;
                margin-right: auto;
                overflow: visible;
            }

            .banner-reference-layout .dhoni-frame::before {
                right: 8%;
                bottom: 10px;
                width: 82%;
                height: 46%;
                border-radius: 16px;
            }

            .banner-reference-layout .dhoni-frame img {
                left: 50% !important;
                right: auto !important;
                bottom: 0 !important;
                width: 230px !important;
                max-width: 230px !important;
                max-height: 230px !important;
                opacity: 1 !important;
                visibility: visible !important;
                transform: translateX(-50%) !important;
            }

            .banner-reference-layout .download-pill-wrap {
                width: calc(100vw - 32px);
                margin-top: -2px;
                margin-bottom: 0;
                margin-left: auto;
                margin-right: auto;
            }

            .banner-reference-layout .download-pill {
                width: 100%;
                max-width: 100%;
                min-height: 56px;
                padding: 12px 18px !important;
                font-size: 20px;
            }

            .banner-reference-layout .download-pill svg {
                width: 24px !important;
                height: 24px !important;
            }

            .banner-reference-layout .banner-contact {
                display: block;
                width: calc(100vw - 32px);
                margin-top: 20px;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
            }

            .banner-reference-layout .contact-label {
                display: none;
            }

            .banner-reference-layout .contact-phone {
                margin-bottom: 18px;
                font-size: 34px;
                line-height: 1.05;
            }

            .banner-reference-layout .contact-actions {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 148px));
                justify-content: center;
                gap: 8px;
                width: min(100%, 304px);
                max-width: 100%;
                margin: 0 auto;
            }

            .banner-reference-layout .contact-btn {
                width: 100%;
                max-width: 100%;
                min-height: 46px;
                min-width: 0;
                font-size: 13px;
                gap: 7px;
                padding: 10px 8px !important;
                white-space: nowrap;
            }

            .banner-reference-layout .contact-btn svg {
                width: 19px;
                height: 19px;
            }

            .top-winners {
                padding: 24px 0 30px;
                overflow: hidden;
            }

            .top-winners h2 {
                width: 100%;
                max-width: 100vw;
                padding: 0 18px;
                margin-bottom: 18px;
                box-sizing: border-box;
                font-size: 22px;
                line-height: 1.2;
                overflow: hidden;
            }

            .winner-strip {
                gap: 14px;
                overflow-x: auto !important;
                padding-left: 16px;
                padding-right: 16px;
                -webkit-overflow-scrolling: touch;
            }

            .winner-card {
                flex-basis: min(220px, 72vw);
            }

            .section-padding {
                padding: 48px 0 !important;
            }

            #rate h2.h2 {
                margin-bottom: 34px !important;
                font-size: 34px;
            }

            #rate .row {
                grid-template-columns: 1fr;
                gap: 22px;
                width: calc(100% - 20px);
                padding: 24px 18px;
            }

            #rate .card,
            #rate .card-body>div {
                min-height: 0;
            }

            #rate .card-body>div {
                padding: 0 !important;
            }

            #rate h3 {
                font-size: 18px;
            }

            #rate h4 {
                min-height: 0;
                font-size: 20px;
            }

            .banner>a[href*="/apk/"][download],
            #contents .container>a[href*="/apk/"][download],
            #contents a[href*="/apk/"][download]:has(> button),
            body>a[href*="/apk/"][download] {
                width: calc(100% - 24px) !important;
            }

            .banner>a[href*="/apk/"][download]>button,
            #contents .container>a[href*="/apk/"][download]>button,
            #contents a[href*="/apk/"][download]>button,
            body>a[href*="/apk/"][download]>button {
                min-width: 0;
                min-height: 60px;
                padding: 14px 18px !important;
                font-size: 19px;
            }

            .banner>a[href*="/apk/"][download]>button {
                display: inline-flex !important;
                width: 100% !important;
                min-height: 50px;
                margin: 0 !important;
                padding: 10px 27px !important;
                background:
                    linear-gradient(121.19deg, rgba(133, 239, 49, 0) 25.73%, rgba(255, 248, 186, 0.78) 45.27%, rgba(133, 239, 49, 0) 62.27%),
                    #ffd600 !important;
                color: #666666 !important;
                font-size: inherit;
            }

            body>.site-footer-premium.bg-light-gray.has-shapes {
                padding-top: 44px;
            }

            body>.site-footer-premium.bg-light-gray.has-shapes img.mb-25 {
                width: 240px;
                height: 84px;
            }

            body>.site-footer-premium.bg-light-gray.has-shapes .row:nth-child(2),
            body>.site-footer-premium.bg-light-gray.has-shapes .row:nth-child(3) {
                grid-template-columns: 1fr;
                gap: 14px;
            }

            body>.site-footer-premium.bg-light-gray.has-shapes .row:nth-child(2) {
                padding: 20px 16px !important;
                text-align: center;
            }

            body>.site-footer-premium.bg-light-gray.has-shapes .row:nth-child(2)>[class*="col-"] {
                font-size: 15px;
            }

            .linking-footerhome {
                gap: 8px;
                padding-top: 12px;
            }

            .linking-footerhome a {
                min-height: 38px;
                padding: 9px 12px;
                font-size: 14px;
            }

            body>.site-footer-premium.bg-light-gray.has-shapes .row.pt-30.pb-30 p {
                padding: 18px 16px;
                font-size: 14px;
            }

            #timetable h3 {
                font-size: 17px;
                padding-right: 0;
            }

            #timetable .card-body {
                padding-left: 0 !important;
                padding-right: 0 !important;
            }

            #timetable .card-body>div:first-child {
                padding: 16px 86px 12px 14px;
            }

            #timetable span.h2 {
                min-width: 150px;
                padding-left: 12px;
                padding-right: 12px;
            }

            #timetable .chart {
                width: 100% !important;
                min-width: 0;
                margin-top: 0;
            }

            #timetable {
                padding: 34px 0 42px !important;
            }

            #timetable h2.h2 {
                gap: 9px;
                font-size: 28px;
            }

            #timetable h2.h2::before,
            #timetable h2.h2::after {
                font-size: 23px;
            }

            #timetable .row {
                grid-template-columns: 1fr;
                gap: 14px;
            }

            #timetable .card,
            #timetable .card:hover {
                min-height: 128px;
            }

            #timetable .card-body {
                min-height: 128px;
                padding: 17px 88px 34px 12px !important;
            }

            #timetable .card-body>div:first-child {
                padding: 0;
            }

            #timetable h3 {
                font-size: 18px;
            }

            #timetable .h2 h3,
            #timetable .font-weight-bold {
                font-size: 21px;
            }

            #contents p,
            #contents li {
                font-size: 16px;
            }

            #contents .feature-grid,
            #contents .step-grid,
            #contents .chart-list,
            #contents .intro-content-grid {
                grid-template-columns: 1fr;
            }

            #contents .intro-copy-card {
                padding: 24px 18px;
            }

            #contents .intro-copy-card h2 {
                font-size: 25px;
            }

            #contents .intro-copy-card p {
                font-size: 16px;
            }

            .accordionFAQ {
                padding: 10px 8px;
            }

            .accordionFAQ > h2 {
                font-size: 18px !important;
                margin-bottom: 12px !important;
            }

            .accordionFAQ .faq-kicker {
                font-size: 10px;
                padding: 5px 10px;
                margin-bottom: 8px;
            }

            .accordionFAQ h4 {
                grid-template-columns: 28px minmax(0, 1fr) 22px;
                align-items: center;
                gap: 6px;
                font-size: 14px;
                line-height: 1.3;
                padding: 9px 8px !important;
            }

            .accordionFAQ .faq-number {
                width: 28px;
                height: 28px;
                min-width: 28px;
                font-size: 10px;
            }

            .accordionFAQ .accordion-arrow {
                width: 22px;
                height: 22px;
                font-size: 10px;
            }

            .accordionFAQ .card-body p {
                padding: 0 8px 10px 42px;
                font-size: 11px;
                line-height: 1.55;
            }

            .accordionFAQ .card {
                margin-bottom: 7px;
            }
        }

        .banner-reference-layout .hero-title::before,
        .banner-reference-layout .hero-title::after {
            display: none !important;
            content: none !important;
        }

        body>a[download],
        #contents .container>a[download] {
            display: flex !important;
            width: min(780px, calc(100% - 32px)) !important;
            max-width: 780px !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        body>a[download]>button,
        #contents .container>a[download]>button {
            width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            background:
                linear-gradient(120deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.18) 42%, rgba(255, 255, 255, 0) 64%),
                linear-gradient(135deg, #4611a7 0%, red 52%, #16042f 100%) !important;
            color: #ffffff !important;
            border-color: rgba(255, 232, 0, 0.26) !important;
        }

        body>a[download]>button strong,
        #contents .container>a[download]>button strong {
            color: #ffffff !important;
        }
