* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}







html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

body { background: #0a061a; margin: 0; padding: 0; font-family: 'Poppins', sans-serif; background-image: radial-gradient(circle at center, rgba(30, 20, 60, 0.4) 0%, transparent 70%), url('data:image/svg+xml,<svg width="2" height="2" xmlns="http://www.w3.org/2000/svg"><rect width="2" height="2" fill="none"/><rect width="1" height="1" fill="rgba(255,255,255,0.03)"/></svg>'); min-height: 100dvh; display: flex; flex-direction: column; color: white; transition: all 0.3s; }

.splash-screen {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 50% 42%, rgba(0, 229, 255, .20), transparent 32%),
        radial-gradient(circle at 48% 62%, rgba(255, 122, 0, .18), transparent 38%),
        #03050d;
    overflow: hidden;
    opacity: 1;
    transition: opacity .5s ease, visibility .5s ease;
}

.splash-screen.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.splash-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #03050d;
    opacity: 0;
    transition: opacity .18s ease;
}

.splash-screen.ready .splash-video {
    opacity: 1;
}

.splash-skip {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 229, 255, .45);
    background: rgba(3, 5, 13, .55);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 22px rgba(0, 229, 255, .18);
    cursor: pointer;
}

.modern-home {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
    padding: 14px 0 40px;
    position: relative;
    z-index: 1;
}

.money-video-layer {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    opacity: .18;
    filter: saturate(1.2) contrast(1.08) brightness(.72);
    mix-blend-mode: screen;
}

.modern-home::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        linear-gradient(115deg, transparent 0 38%, rgba(0,229,255,.08) 39%, transparent 42%),
        linear-gradient(62deg, transparent 0 58%, rgba(255,171,0,.08) 59%, transparent 62%),
        radial-gradient(circle at 55% 18%, rgba(255,171,0,.18), transparent 22%),
        radial-gradient(circle at 80% 70%, rgba(0,229,255,.16), transparent 26%);
    animation: casinoAurora 9s ease-in-out infinite alternate;
}

.modern-home::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        conic-gradient(from 120deg at 50% 20%, transparent, rgba(255,171,0,.08), transparent, rgba(0,229,255,.1), transparent),
        repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0 1px, transparent 1px 5px);
    animation: hologramSweep 8s linear infinite;
    opacity: .8;
}

.rupee-rain {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    contain: layout paint;
    z-index: 0;
    opacity: .42;
    mix-blend-mode: screen;
}

.aviator-sky {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    contain: layout paint;
}

.aviator-video-burst {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    opacity: .36;
    filter: saturate(1.28) contrast(1.12) brightness(.72);
    mix-blend-mode: screen;
    z-index: 0;
    animation: aviatorVideoFloat 5.5s ease-in-out infinite;
}

.aviator-glow {
    position: fixed;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,229,255,.22), transparent 62%);
    filter: blur(4px);
    animation: aviatorGlowPulse 4s ease-in-out infinite;
}

.glow-a { left: 8%; top: 22%; }
.glow-b { right: 10%; bottom: 18%; animation-delay: -1.8s; background: radial-gradient(circle, rgba(255,122,0,.2), transparent 62%); }

.flight-path {
    position: absolute;
    width: min(360px, 30vw);
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0,229,255,.65), rgba(255,171,0,.45), transparent);
    filter: blur(.2px);
    opacity: .42;
    transform: rotate(-16deg);
    animation: speedLine 3.8s linear infinite;
}

.path-a { top: 18%; left: -45%; animation-delay: -.3s; }
.path-b { top: 62%; left: -55%; transform: rotate(-10deg); animation-delay: -1.8s; }

.flight-plane {
    position: absolute;
    width: 58px;
    height: 24px;
    border-radius: 50% 18px 18px 50%;
    background: linear-gradient(90deg, #ffab00, #fff3c4 45%, #00e5ff);
    box-shadow: 0 0 22px rgba(0,229,255,.45), 0 0 34px rgba(255,171,0,.28);
    clip-path: polygon(0 50%, 42% 0, 100% 48%, 42% 100%);
    opacity: .82;
}

.flight-plane::before {
    content: "";
    position: absolute;
    right: 49px;
    top: 7px;
    width: 80px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(0,229,255,.55), rgba(255,171,0,.5));
    filter: blur(2px);
}

.plane-a { top: 23%; left: -90px; animation: planeRun 7s linear infinite; }
.plane-b { top: 70%; left: -90px; transform: scale(.72) rotate(4deg); animation: planeRun 9.5s linear infinite; animation-delay: -3.5s; opacity: .55; }

.rupee-note {
    position: absolute;
    top: -90px;
    left: min(calc(var(--x) * 1%), calc(100vw - 120px));
    width: 82px;
    height: 38px;
    border-radius: 5px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.24), transparent 14%, transparent 86%, rgba(255,255,255,.2)),
        repeating-linear-gradient(135deg, rgba(255,255,255,.12) 0 2px, transparent 2px 7px),
        linear-gradient(135deg, #8edb86, #d8f2a2 42%, #f1c36a);
    border: 1px solid rgba(255,255,255,.26);
    box-shadow: 0 12px 24px rgba(0,0,0,.22);
    transform: rotate(var(--r));
    animation: rupeeFall var(--d) linear infinite;
    animation-delay: var(--delay);
}

.rupee-note::before {
    content: "";
    position: absolute;
    inset: 5px 9px;
    border: 1px solid rgba(26, 80, 48, .34);
    border-radius: 3px;
}

.rupee-note::after {
    content: "₹";
    position: absolute;
    right: 10px;
    top: 7px;
    color: rgba(16, 74, 42, .76);
    font-weight: 900;
    font-size: 18px;
}

.rupee-note b,
.rupee-note em {
    position: absolute;
    z-index: 1;
    font-style: normal;
    color: rgba(10, 61, 35, .72);
    letter-spacing: 0;
}

.rupee-note b {
    left: 10px;
    top: 7px;
    font-size: 10px;
    font-weight: 900;
}

.rupee-note em {
    left: 10px;
    bottom: 5px;
    font-size: 12px;
    font-weight: 900;
}

.rupee-note.note-1 { background: linear-gradient(135deg, #cf9ef6, #f5d5ff 45%, #8ed4ff); }
.rupee-note.note-2 { background: linear-gradient(135deg, #f2b57d, #ffe2a2 46%, #f09476); }
.rupee-note.note-3 { background: linear-gradient(135deg, #83d6ce, #dcfff8 44%, #8ac6ff); }
.rupee-note.note-4 { background: linear-gradient(135deg, #d9b06d, #fff0ad 44%, #e8885e); }
.rupee-note.note-5 { background: linear-gradient(135deg, #b3d18a, #f3ffbf 44%, #d5c078); }

@keyframes rupeeFall {
    0% { transform: translate3d(0, -110px, 0) rotate(var(--r)) rotateY(0deg); opacity: 0; }
    8% { opacity: .9; }
    48% { transform: translate3d(34px, 48vh, 0) rotate(calc(var(--r) + 96deg)) rotateY(150deg); }
    100% { transform: translate3d(-28px, 112vh, 0) rotate(calc(var(--r) + 220deg)) rotateY(360deg); opacity: 0; }
}

@keyframes casinoAurora {
    0% { opacity: .72; filter: hue-rotate(0deg); }
    100% { opacity: 1; filter: hue-rotate(24deg); }
}

@keyframes hologramSweep {
    0% { transform: translateY(-2%) rotate(0deg); filter: hue-rotate(0deg); }
    100% { transform: translateY(2%) rotate(0deg); filter: hue-rotate(55deg); }
}

@keyframes speedLine {
    0% { transform: translateX(0) rotate(-16deg); opacity: 0; }
    14% { opacity: .7; }
    100% { transform: translateX(120vw) rotate(-16deg); opacity: 0; }
}

@keyframes planeRun {
    0% { transform: translate3d(0, 0, 0) rotate(-8deg) scale(.82); opacity: 0; }
    8% { opacity: .85; }
    50% { transform: translate3d(52vw, -10vh, 0) rotate(-12deg) scale(1); }
    100% { transform: translate3d(112vw, -24vh, 0) rotate(-18deg) scale(.92); opacity: 0; }
}

@keyframes aviatorVideoFloat {
    0%, 100% { transform: translateY(0) rotate(-1deg); opacity: .28; }
    50% { transform: translateY(-16px) rotate(1deg); opacity: .42; }
}

@keyframes aviatorGlowPulse {
    0%, 100% { transform: scale(.88); opacity: .35; }
    50% { transform: scale(1.18); opacity: .7; }
}

.home-nav {
    position: sticky;
    top: 10px;
    z-index: 60;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: rgba(11, 15, 25, .72);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 44px rgba(0,0,0,.32);
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    background: transparent;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.brand-lockup img, .home-footer img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 8px;
}

.nav-actions, .hero-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.nav-btn, .icon-pill, .button-glass {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 14px;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-weight: 800;
    background: rgba(255,255,255,.06);
}

.nav-btn.primary {
    color: #001016;
    border-color: rgba(0,229,255,.5);
    background: linear-gradient(135deg, #00E5FF, #7C4DFF);
}

.icon-pill {
    width: 42px;
    padding: 0;
    cursor: pointer;
}

.home-hero {
    position: relative;
    min-height: calc(100dvh - 118px);
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 28px;
    padding: 70px 0 54px;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 5% -10% auto;
    height: 520px;
    background:
        radial-gradient(circle at 28% 45%, rgba(0,229,255,.24), transparent 30%),
        radial-gradient(circle at 72% 35%, rgba(124,77,255,.24), transparent 32%);
    filter: blur(12px);
    pointer-events: none;
}

.hero-copy, .hero-visual, .home-section, .stats-band, .telegram-cta, .home-footer {
    position: relative;
    z-index: 1;
}

.eyebrow, .section-title span {
    color: #00E5FF;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.hero-copy h1 {
    font-size: clamp(44px, 8vw, 86px);
    line-height: .95;
    margin: 14px 0 18px;
    letter-spacing: 0;
}

.hero-copy p, .section-title h2 + p, .telegram-cta p {
    color: #A0AEC0;
    font-size: 18px;
    line-height: 1.7;
}

.device-mockup {
    min-height: 460px;
    border-radius: 8px;
    border: 1px solid rgba(0,229,255,.22);
    background:
        linear-gradient(145deg, rgba(0,229,255,.10), rgba(124,77,255,.12)),
        rgba(20,27,45,.78);
    display: grid;
    place-items: center;
    align-content: center;
    gap: 14px;
    box-shadow: 0 34px 90px rgba(0,0,0,.48), 0 0 54px rgba(0,229,255,.12);
    animation: floatCard 4s ease-in-out infinite;
}

.device-mockup img {
    width: 132px;
    height: 132px;
    object-fit: contain;
}

.device-mockup strong {
    font-size: 30px;
}

.device-mockup span {
    color: #A0AEC0;
}

.mock-line {
    width: 72%;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(0,229,255,.8), rgba(124,77,255,.4));
}

.mock-line.short { width: 48%; }

.device-mockup button {
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    color: #031018;
    font-weight: 900;
    background: #00E5FF;
}

.home-section {
    padding: 56px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 24px;
}

.section-title.left { text-align: left; }

.section-title h2, .telegram-cta h2 {
    font-size: clamp(30px, 5vw, 52px);
    margin: 8px 0 0;
}

.service-grid, .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.service-card, .reason-card, .testimonial-card, .floating-panel, .telegram-cta {
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(27,35,53,.72);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 46px rgba(0,0,0,.24);
}

.service-card {
    padding: 18px;
    transition: transform .22s ease, border-color .22s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0,229,255,.48);
}

.service-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(0,229,255,.22), rgba(124,77,255,.22));
}

.service-card h3 { margin: 14px 0 8px; }
.service-card p, .testimonial-card p, .floating-panel span { color: #A0AEC0; line-height: 1.5; }

.stats-band {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(0,229,255,.12), rgba(124,77,255,.12));
    border: 1px solid rgba(255,255,255,.12);
}

.stats-band div { text-align: center; }
.stats-band strong { display: block; font-size: 32px; color: #00E5FF; }
.stats-band span { color: #A0AEC0; font-weight: 800; }

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
}

.reason-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.reason-card {
    padding: 16px;
    font-weight: 900;
}

.preview-stack {
    display: grid;
    gap: 14px;
}

.floating-panel {
    padding: 22px;
    display: grid;
    gap: 8px;
    transform: translateX(18px);
}

.floating-panel.big {
    min-height: 170px;
    align-content: center;
    transform: translateX(0);
    border-color: rgba(0,229,255,.36);
}

.testimonial-card {
    padding: 18px;
}

.avatar {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #00E5FF, #7C4DFF);
    color: #001016;
    font-weight: 900;
    margin-bottom: 12px;
}

.telegram-cta {
    text-align: center;
    padding: 42px 22px;
    margin: 28px 0;
}

.home-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    color: #A0AEC0;
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,.10);
}

.home-footer div, .home-footer nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-footer a { color: #fff; text-decoration: none; font-weight: 800; }

@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@media (max-width: 860px) {
    .home-hero, .two-col { grid-template-columns: 1fr; }
    .home-hero { padding-top: 34px; }
    .hero-copy { text-align: center; }
    .hero-actions { justify-content: center; }
    .earning-device { min-height: 380px; }
    .service-grid, .testimonial-grid, .stats-band { grid-template-columns: repeat(2, 1fr); }
    .home-footer { flex-direction: column; text-align: center; }
}

@media (max-width: 560px) {
    .home-nav { align-items: flex-start; flex-direction: column; }
    .nav-actions { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); }
    .icon-pill { width: 100%; }
    .service-grid, .testimonial-grid, .stats-band, .reason-grid { grid-template-columns: 1fr; }
    .home-hero { min-height: auto; padding: 28px 0 36px; }
    .hero-copy h1 { font-size: 40px; }
    .hero-copy p { font-size: 15px; }
    .device-mockup { min-height: 330px; }
}






[dir="rtl"] body {
    text-align: right;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

.header {
    text-align: center;
    margin-bottom: 30px;
}

.logo {
    width: 140px;
    height: 140px;
    margin: 20px auto;
}

.maintenance-screen {
    width: min(560px, calc(100% - 32px));
    min-height: 100dvh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;
    padding: 28px 0;
}

.maintenance-logo {
    width: 132px;
    height: 132px;
    object-fit: contain;
    border-radius: 8px;
    padding: 10px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
}

.maintenance-screen h1 {
    font-size: clamp(30px, 7vw, 54px);
    line-height: 1.05;
    margin: 0;
    letter-spacing: 0;
}

.maintenance-screen p {
    margin: 0;
    color: #d1d5db;
    font-size: 18px;
    line-height: 1.5;
}

.maintenance-telegram {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 8px;
    background: #22c55e;
    color: #06220f;
    text-decoration: none;
    font-weight: 800;
}

.welcome-frame {
    border: 2px solid #4caf50;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
}

.welcome-frame .video-container {
    margin: 0 0 20px 0;
}

.welcome-frame .welcome-text {
    margin: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 30px 0;
    border-radius: 8px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.welcome-text {
    text-align: center;
    font-size: 24px;
    margin: 30px 0;
    font-weight: 600;
}

.button {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px 0;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.button-green {
    background-color: #4caf50;
    color: #fff;
}

.button-orange {
    background: linear-gradient(90deg, #ee7600, #fe9227);
    color: #fff;
}

.button-blue {
    background-color: #06b6d4;
    color: #fff;
}

.alert {
    background-color: #1e3a8a; /* Dark Blue */
    border: 2px solid #3b82f6; /* Lighter Blue */
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    position: relative;
    animation: slideIn 0.3s ease;
    font-weight: bold;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lang-selector-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
    z-index: 100;
}

[dir="rtl"] .lang-selector-button {
    right: auto;
    left: 20px;
}

.lang-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    animation: fadeIn 0.3s ease;
}

.lang-modal-content {
    background-color: #1f2937;
    border: 1px solid #4b5563;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    max-width: 90%;
    width: 300px;
    color: #fff;
    max-height: 80vh;
    overflow-y: auto;
}

.lang-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.lang-modal-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.lang-list {
    list-style: none;
}

.lang-list-item {
    padding: 12px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-align: left;
}

[dir="rtl"] .lang-list-item {
    text-align: right;
}

.lang-list-item:hover {
    background-color: #374151;
}

.alert-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[dir="rtl"] .alert-close {
    right: auto;
    left: 10px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content {
    background-color: #dc2626; /* red background */
    border: 2px solid #f97316; /* orange border */
    padding: 40px;
    border-radius: 8px;
    position: relative;
    max-width: 90%;
    width: 500px;
    color: #fff;
    font-size: 18px;
    animation: slideIn 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}

.modal-content.success {
    background-color: #1f2937; /* dark gray background */
    border-color: #10b981; /* green border */
    color: #fff;
    text-align: center;
    display: block; /* Override flex for centered content */
}

.activation-code-container {
    background-color: #374151;
    border-radius: 8px;
    padding: 15px;
    margin-top: 10px;
}

.activation-code-container p {
    font-size: 16px;
    margin-bottom: 10px;
}

#activationCodeText {
    font-size: 24px;
    font-weight: bold;
    color: #facc15; /* yellow */
    display: block;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.modal-copy-button {
    width: 100%;
}

.warning-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.modal-close {
    color: #ffffff; 
    background-color: #ff3b30;
    width: 35px;
    height: 35px;
    border-radius: 50%; 
    border: 2px solid #fff; 
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: -15px; 
    right: -15px; 
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); 
    z-index: 100;
}

.modal-close:hover {
    background-color: #d63025; 
    transform: scale(1.1);
}



[dir="rtl"] .modal-close {
    right: auto;
    left: 10px;
}

.promo-container {
    margin: 30px 0;
}

.promo-item {
    display: flex;
    align-items: center;
    margin: 20px 0;
    gap: 10px;
}

.hand-icon {
    width: 40px;
    height: 26px;
    animation: pointLeft 1s ease-in-out infinite;
}

@keyframes pointLeft {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-10px); }
}

[dir="rtl"] .hand-icon {
    transform: scaleX(-1);
    animation-name: pointRight;
}

@keyframes pointRight {
    0%, 100% { transform: translateX(0) scaleX(-1); }
    50% { transform: translateX(10px) scaleX(-1); }
}

.promo-link {
    flex: 1;
}

.promo-image {
    width: 160px;
    height: 40px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.promo-image:hover {
    transform: scale(1.05);
}

.promo-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background-color: #1f1f1f;
    padding: 10px 15px;
    border-radius: 8px;
}

.promo-text {
    font-size: 16px;
    font-weight: 600;
    color: #10b981;
    text-align: center;
}

.promo-code-value {
    color: yellow;
}

.copy-button {
    background-color: #4caf50;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.copy-button:hover {
    background-color: #45a049;
}

.input-container-wrapper {
    border: 2px solid #4caf50;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
}

.activation-gate {
    margin-top: 26px;
    display: grid;
    gap: 12px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(0, 229, 255, .32);
    background:
        linear-gradient(135deg, rgba(0, 229, 255, .10), rgba(255, 122, 0, .10)),
        rgba(255, 255, 255, .04);
    box-shadow: 0 0 26px rgba(0, 229, 255, .12);
}

.gate-pill {
    min-height: 42px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #ffcc80;
    background: rgba(255, 122, 0, .14);
    border: 1px solid rgba(255, 171, 0, .32);
    font-weight: 900;
    animation: gatePulse 1.7s ease-in-out infinite;
}

.gate-pill.ready {
    color: #b9ffd3;
    background: rgba(0, 200, 83, .16);
    border-color: rgba(0, 200, 83, .45);
}

@keyframes gatePulse {
    0%, 100% { transform: translateY(0); box-shadow: 0 0 0 rgba(255, 171, 0, 0); }
    50% { transform: translateY(-2px); box-shadow: 0 0 24px rgba(255, 171, 0, .16); }
}

.platform-selection-container {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    justify-content: center;
}

.platform-option {
    flex: 1;
    background-color: #1f1f1f;
    border: 2px solid #333;
    border-radius: 12px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0.7;
}

.platform-option:hover {
    border-color: #666;
    opacity: 1;
    transform: translateY(-2px);
}

.platform-option.selected {
    border-color: #4caf50;
    background-color: #1f2937;
    box-shadow: 0 0 15px rgba(76, 175, 80, 0.4);
    opacity: 1;
    transform: scale(1.05);
}

.platform-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 5px;
}

.platform-name {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.input-container-wrapper .input-group {
    margin: 0;
}

.input-container-wrapper .input-group:first-child {
    margin-bottom: 20px;
}

.input-group {
    margin: 20px 0;
}

.input-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.input-field {
    width: 100%;
    padding: 12px;
    background-color: #1f1f1f;
    border: 2px solid #333;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.input-field:focus {
    outline: none;
    border-color: #06b6d4;
}

.input-field.valid {
    border-color: #10b981;
}

.input-field.invalid {
    border-color: #dc2626;
}

.upload-message {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}

.screenshot-example-btn {
    display: block;
    margin: -10px auto 20px auto;
    padding: 8px 16px;
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: transform 0.2s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.screenshot-example-btn:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #172554, #2563eb);
}

.screenshot-example-btn:disabled {
    cursor: not-allowed;
    opacity: 0.58;
    transform: none;
    background: linear-gradient(135deg, #3a3020, #5b4320);
    box-shadow: none;
}

.upload-button {
    width: 60%;
    display: block;
    margin: 0 auto;
    padding: 20px;
    background-color: #1f1f1f;
    border: 2px dashed #333;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.upload-button:hover {
    border-color: #06b6d4;
    background-color: #2a2a2a;
}

.file-name {
    margin-top: 10px;
    color: #10b981;
    font-size: 14px;
    text-align: center;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.premium-loader {
    position: relative;
    display: grid;
    place-items: center;
    gap: 18px;
    min-width: 220px;
    padding: 28px 30px;
    border: 1px solid rgba(0, 229, 255, .28);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(20, 27, 45, .92), rgba(8, 10, 22, .84));
    box-shadow: 0 22px 80px rgba(0, 0, 0, .52), 0 0 34px rgba(0, 229, 255, .16);
    overflow: hidden;
}

.premium-loader::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 90deg, transparent, rgba(0, 229, 255, .26), transparent, rgba(255, 171, 0, .22), transparent);
    animation: spin 2.4s linear infinite;
}

.premium-loader > * {
    position: relative;
    z-index: 1;
}

.loader-ring {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .09);
    border-top-color: var(--theme-primary, #00e5ff);
    border-right-color: var(--theme-accent, #ffab00);
    animation: spin .85s linear infinite;
    box-shadow: 0 0 28px rgba(0, 229, 255, .28);
}

.loader-core {
    position: absolute;
    top: 45px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff 0 18%, var(--theme-primary, #00e5ff) 20% 52%, transparent 54%);
    box-shadow: 0 0 22px rgba(0, 229, 255, .7);
    animation: loaderPulse 1.1s ease-in-out infinite;
}

.premium-loader p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes loaderPulse {
    0%, 100% { transform: scale(.88); opacity: .65; }
    50% { transform: scale(1.08); opacity: 1; }
}

.back-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1f1f1f;
    border: none;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 100;
}

[dir="rtl"] .back-button {
    left: auto;
    right: 20px;
    transform: scaleX(-1);
}

.back-button:hover {
    background-color: #2a2a2a;
    transform: scale(1.1);
}

[dir="rtl"] .back-button:hover {
    background-color: #2a2a2a;
    transform: scale(1.1) scaleX(-1);
}

.back-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.modal-content.screenshot-modal {
    background-color: #1f2937;
    border: 2px solid #4b5563;
    padding: 20px;
    width: 350px;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.slider-container {
    width: 100%;
    height: 400px;
    overflow-x: auto;
    display: flex;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    border-radius: 8px;
    border: 1px solid #374151;
    -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.slider-container::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.slider-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.slide {
    min-width: 100%;
    height: 100%;
    scroll-snap-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.slider-nav {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: center;
}

.nav-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.2s;
    flex: 1;
}

.nav-btn:hover {
    opacity: 0.9;
}

.nav-btn-1 {
    background-color: #276aa5; /* Dark Green */
}

.nav-btn-2 {
    background-color: #a30d0d; /* Dark Purple */
}

.nav-btn-3 {
    background-color: #a30d0d; /* Dark Purple */
}

.hidden {
    display: none;
}

@media (max-width: 640px) {
    .welcome-text {
        font-size: 20px;
    }
    
    .button {
        font-size: 16px;
    }
}






.logo-title {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #eaff00;
    text-align: center;
}





.telegram-mini-button {
    position: absolute;
    top: 16px;
    left: 18px; 
    width: 40px;
    height: 40px;
    background-color: #24A1DE;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: transform 0.25s ease, background 0.25s ease;
}

.telegram-mini-button:hover {
    transform: scale(1.08);
    background-color: #1b8cc5;
}

.telegram-mini-icon {
    width: 21px;
    height: 21px;
}


[dir="rtl"] .telegram-mini-button {
    left: auto;
    right: 20px;
}






.country-alert {
    margin-top: 12px;
    padding: 12px;
    font-size: 0.9rem;
    border-radius: 6px;
    line-height: 1.6;
}

/* VPN message */
.vpn-alert {
    background: rgba(255, 0, 0, 0.12);
    border-left: 4px solid #ff4d4d;
    color: #ffb3b3;
}

/* Megapari only */
.megapari-alert {
    background: rgba(255, 165, 0, 0.15);
    border-left: 4px solid #ffa500;
    color: #ffd699;
}







.title-icon {
    width: 24px; 
    height: auto; 
    vertical-align: middle;
    margin-left: 8px; 
    margin-bottom: 4px; 
}






.tg-dynamic-profile {
    display: none; 
    align-items: center; 
    justify-content: center; 
    gap: 15px; /* 1. تكبير المسافة بين الصورة والنص (كانت 12) */
    margin: 20px auto; /* زيادة المسافة الخارجية قليلاً */
    background: rgba(0, 183, 255, 0.08); 
    padding: 12px 30px; /* 2. تكبير حجم الصندوق من الداخل (كانت 8px 20px) */
    border-radius: 50px; 
    border: 1px solid rgba(0, 183, 255, 0.2); 
    width: fit-content; 
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); /* إبراز الظل قليلاً ليتناسب مع الحجم */
    animation: fadeInDown 0.5s ease;
}

.tg-user-photo { 
    width: 45px; /* 3. تكبير عرض الصورة (كانت 35) */
    height: 45px; /* 3. تكبير طول الصورة (كانت 35) */
    border-radius: 50%; 
    border: 2px solid #00b7ff; 
    object-fit: cover; 
}

.tg-welcome-text { 
    font-family: 'Orbitron', sans-serif; 
    font-weight: bold; 
    color: #ffffff; 
    font-size: 16px; /* 4. تكبير حجم نص الترحيب (كان 14) */
}

.tg-user-name { 
    color: #00b7ff; 
    font-size: 17px; /* 5. جعل اسم المستخدم أكبر قليلاً ليكون بارزاً */
}

@keyframes fadeInDown { 
    from { opacity: 0; transform: translateY(-10px); } 
    to { opacity: 1; transform: translateY(0); } 
}

.home-nav.simple {
    justify-content: center;
}

.home-nav.simple .brand-lockup {
    margin: 0 auto;
}

.pulse-action {
    position: relative;
    overflow: hidden;
    animation: vipButtonPulse 1.65s ease-in-out infinite;
}

.pulse-action::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -70%;
    width: 50%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.7), transparent);
    transform: skewX(-22deg);
    animation: vipButtonShine 2.1s infinite;
}

@keyframes vipButtonPulse {
    0%, 100% { box-shadow: 0 0 0 rgba(255, 171, 0, 0), 0 12px 28px rgba(255, 92, 0, .24); }
    50% { box-shadow: 0 0 34px rgba(255, 171, 0, .32), 0 18px 42px rgba(0, 229, 255, .18); }
}

@keyframes vipButtonShine {
    0% { left: -70%; opacity: 0; }
    18% { opacity: 1; }
    42% { left: 125%; opacity: 0; }
    100% { left: 125%; opacity: 0; }
}

.vip-activation-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 171, 0, .26);
    box-shadow: 0 0 60px rgba(255, 171, 0, .12), inset 0 0 42px rgba(0, 229, 255, .06);
}

.vip-bg-money {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .28;
    overflow: hidden;
}

.vip-step-header,
.vip-step-card,
.vip-steps {
    position: relative;
    z-index: 1;
}

.vip-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 18px 0;
}

.vip-steps span {
    min-height: 42px;
    display: grid;
    place-items: center;
    padding: 8px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.055);
    color: rgba(255,255,255,.62);
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}

.vip-steps span.active,
.vip-steps span.done {
    color: #fff;
    background: linear-gradient(135deg, rgba(255, 61, 0, .42), rgba(0, 229, 255, .2));
    border-color: rgba(255, 171, 0, .45);
}

.step-panel {
    display: grid;
    gap: 14px;
    text-align: center;
}

.step-panel h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 5vw, 34px);
    line-height: 1.1;
}

.step-panel p {
    max-width: 420px;
    margin: 0 auto;
    color: rgba(255,255,255,.74);
    line-height: 1.6;
    font-weight: 700;
}

.step-badge {
    width: fit-content;
    margin: 0 auto;
    padding: 8px 14px;
    border-radius: 999px;
    color: #00e5ff;
    background: rgba(0, 229, 255, .1);
    border: 1px solid rgba(0, 229, 255, .35);
    font-weight: 900;
}

.slide-up-step {
    animation: stepSlideUp .5s cubic-bezier(.2, .9, .2, 1) both;
}

@keyframes stepSlideUp {
    from { transform: translateY(32px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.portal-transition {
    position: fixed;
    inset: 0;
    z-index: 1000000;
    display: grid;
    place-items: center;
    background: #02040a;
    animation: portalIn .2s ease both;
}

.portal-transition.hide {
    animation: portalOut .36s ease both;
}

.portal-transition video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portal-caption {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 18px;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    background: rgba(0,0,0,.35);
    border: 1px solid rgba(0,229,255,.32);
    box-shadow: 0 0 28px rgba(0,229,255,.22);
}

@keyframes portalIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes portalOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

.vip-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 900;
    transform: translateX(-50%);
    width: min(390px, calc(100vw - 24px));
    min-height: 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 8px;
    border-radius: 26px;
    border: 1px solid rgba(0, 229, 255, .28);
    background: rgba(9, 11, 24, .72);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 60px rgba(0,0,0,.48), 0 0 30px rgba(0,229,255,.14);
}

.vip-bottom-nav button,
.vip-bottom-nav a {
    display: grid;
    place-items: center;
    gap: 2px;
    min-height: 48px;
    border: 0;
    border-radius: 18px;
    color: rgba(255,255,255,.72);
    background: transparent;
    text-decoration: none;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.vip-bottom-nav span {
    font-size: 19px;
    line-height: 1;
}

.vip-bottom-nav .nav-icon {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
}

.vip-bottom-nav .nav-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    filter: drop-shadow(0 0 8px rgba(0,229,255,.24));
}

.vip-bottom-nav b {
    font-size: 11px;
    letter-spacing: 0;
}

.vip-bottom-nav .active {
    color: #fff;
    background: linear-gradient(135deg, rgba(255,171,0,.28), rgba(0,229,255,.22));
    box-shadow: inset 0 0 20px rgba(0,229,255,.12), 0 0 18px rgba(255,171,0,.18);
}

.modal-overlay,
.lang-modal-overlay {
    backdrop-filter: blur(14px);
    animation: dialogBackdrop .24s ease both;
}

.modal-content,
.lang-modal-content {
    width: min(430px, calc(100vw - 28px));
    border-radius: 24px;
    border: 1px solid rgba(0,229,255,.28);
    background:
        linear-gradient(145deg, rgba(22, 12, 31, .94), rgba(8, 10, 24, .92)),
        radial-gradient(circle at 20% 0%, rgba(255,171,0,.16), transparent 40%);
    box-shadow: 0 28px 80px rgba(0,0,0,.58), 0 0 34px rgba(0,229,255,.16);
    animation: premiumDialogIn .34s cubic-bezier(.2, .95, .2, 1) both;
}

.modal-close,
.lang-modal-close {
    border: 1px solid rgba(255,255,255,.2);
    background: linear-gradient(135deg, #ff1744, #ff8a00);
    color: #fff;
    box-shadow: 0 8px 22px rgba(255,23,68,.28);
}

.vip-success-dialog {
    border-color: rgba(0, 200, 83, .48);
    box-shadow: 0 28px 80px rgba(0,0,0,.58), 0 0 38px rgba(0,200,83,.2);
}

.success-checkmark {
    width: 66px;
    height: 66px;
    margin: 0 auto 14px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #00c853, #00e5ff);
    box-shadow: 0 0 34px rgba(0,200,83,.34);
    font-size: 34px;
    font-weight: 900;
    animation: successPop .65s cubic-bezier(.2, 1.3, .2, 1) both;
}

.input-field {
    min-height: 54px;
    border-radius: 16px;
    background: rgba(5, 8, 18, .72);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}

.input-field:focus {
    box-shadow: 0 0 0 4px rgba(0,229,255,.12), inset 0 0 0 1px rgba(0,229,255,.34);
}

@keyframes dialogBackdrop {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes premiumDialogIn {
    from { opacity: 0; transform: scale(.9) translateY(18px); filter: blur(8px); }
    to { opacity: 1; transform: scale(1) translateY(0); filter: blur(0); }
}

@keyframes successPop {
    0% { transform: scale(.55) rotate(-18deg); opacity: 0; }
    70% { transform: scale(1.08) rotate(4deg); opacity: 1; }
    100% { transform: scale(1) rotate(0); }
}

@media (max-width: 768px) {
    body { overflow-x: hidden; }
    .modern-home { width: min(100% - 20px, 680px); padding-bottom: 92px; }
    .home-nav { top: 8px; border-radius: 22px; }
    .home-hero { gap: 24px; }
    .stats-band { grid-template-columns: repeat(2, 1fr); }
    .vip-activation-shell { width: min(100% - 18px, 520px); margin-bottom: 90px; }
    .vip-steps { gap: 6px; }
    .vip-steps span { font-size: 10px; min-height: 40px; padding: 6px; }
}

@media (max-width: 420px) {
    .container { width: calc(100% - 16px); padding: 16px; }
    .step-panel h3 { font-size: 24px; }
    .step-panel p { font-size: 13px; }
    .button { min-height: 50px; }
    .modal-content { padding: 22px 18px; }
}

.earning-device {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.earning-device > :not(.aviator-video-burst) {
    position: relative;
    z-index: 2;
}

.earning-device::before {
    content: "AVIATOR JACKPOT";
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 12px;
    border-radius: 999px;
    color: #ffea9a;
    font-size: 10px;
    font-weight: 900;
    background: rgba(255,171,0,.12);
    border: 1px solid rgba(255,171,0,.28);
    box-shadow: 0 0 22px rgba(255,171,0,.15);
    z-index: 3;
}

.earning-device::after {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: inherit;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent),
        linear-gradient(135deg, rgba(255,171,0,.4), rgba(0,229,255,.35), transparent);
    opacity: .48;
    mix-blend-mode: screen;
    animation: borderScan 2.8s linear infinite;
    z-index: 1;
}

.earning-device img {
    animation: jackpotLogo 2.4s ease-in-out infinite;
}

.floating-panel {
    animation: panelHover 3.2s ease-in-out infinite;
}

.floating-panel:nth-child(2) { animation-delay: -.75s; }
.floating-panel:nth-child(3) { animation-delay: -1.45s; }

.proof-section {
    position: relative;
}

.proof-photo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.proof-photo-card {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    border-radius: 24px;
    border: 1px solid rgba(0, 229, 255, .28);
    background: rgba(10, 6, 26, .8);
    box-shadow: 0 26px 76px rgba(0,0,0,.38), 0 0 36px rgba(0,229,255,.12);
    isolation: isolate;
}

.proof-photo-card img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    filter: saturate(1.08) contrast(1.05);
    transition: transform .45s ease, filter .45s ease;
}

.proof-photo-card:hover img {
    transform: scale(1.07);
    filter: saturate(1.2) contrast(1.1);
}

.proof-photo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 45%, rgba(3, 5, 13, .86)),
        radial-gradient(circle at 18% 18%, rgba(255,171,0,.18), transparent 28%);
    z-index: 1;
}

.proof-photo-card div {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    display: grid;
    gap: 4px;
}

.proof-photo-card strong {
    color: #fff;
    font-size: clamp(18px, 3vw, 28px);
    font-weight: 900;
}

.proof-photo-card span {
    color: #ffea9a;
    font-weight: 900;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.proof-card {
    position: relative;
    min-height: 190px;
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 22px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 171, 0, .3);
    background:
        linear-gradient(145deg, rgba(255, 171, 0, .13), rgba(0, 229, 255, .08)),
        rgba(18, 12, 31, .78);
    box-shadow: 0 22px 70px rgba(0,0,0,.34), inset 0 0 32px rgba(255,255,255,.035);
    backdrop-filter: blur(14px);
    animation: proofLift 3.5s ease-in-out infinite;
}

.proof-card:nth-child(2) { animation-delay: -.9s; }
.proof-card:nth-child(3) { animation-delay: -1.8s; }

.proof-card::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -60%;
    width: 42%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.16), transparent);
    transform: skewX(-22deg);
    animation: vipButtonShine 2.8s infinite;
}

.proof-card strong {
    color: #fff;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1;
}

.proof-card span {
    color: #ffea9a;
    font-weight: 900;
}

.proof-card p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-weight: 800;
}

.review-wall {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.review-ticket {
    position: relative;
    min-height: 160px;
    padding: 20px;
    border-radius: 22px;
    border: 1px dashed rgba(0, 229, 255, .34);
    background:
        radial-gradient(circle at 0 0, rgba(0,229,255,.18), transparent 34%),
        linear-gradient(145deg, rgba(15, 18, 34, .82), rgba(36, 14, 28, .72));
    box-shadow: 0 18px 54px rgba(0,0,0,.28);
    overflow: hidden;
    transform-style: preserve-3d;
    animation: ticketTilt 4s ease-in-out infinite;
}

.review-ticket:nth-child(2) { animation-delay: -.7s; }
.review-ticket:nth-child(3) { animation-delay: -1.4s; }
.review-ticket:nth-child(4) { animation-delay: -2.1s; }

.ticket-number {
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    color: #001016;
    background: linear-gradient(135deg, #00e5ff, #ffab00);
    font-size: 12px;
    font-weight: 900;
}

.review-ticket p {
    margin: 18px 0;
    color: #fff;
    font-weight: 900;
    line-height: 1.45;
}

.review-ticket strong {
    color: #a0aec0;
    font-size: 12px;
}

.modern-home > :not(.money-video-layer):not(.rupee-rain):not(.aviator-sky) {
    position: relative;
    z-index: 1;
}

.proof-card:hover,
.review-ticket:hover {
    transform: translateY(-8px) scale(1.015);
    border-color: rgba(255, 234, 154, .58);
    box-shadow: 0 26px 78px rgba(0,0,0,.42), 0 0 34px rgba(255,171,0,.16);
}

.review-ticket::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0a061a;
    opacity: .86;
}

@keyframes proofLift {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes ticketTilt {
    0%, 100% { transform: rotateX(0deg) rotateY(0deg) translateY(0); }
    50% { transform: rotateX(2deg) rotateY(-3deg) translateY(-5px); }
}

@media (max-width: 900px) {
    .proof-photo-grid,
    .proof-grid,
    .review-wall {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .money-video-layer {
        opacity: .14;
    }

    .proof-photo-grid,
    .proof-grid,
    .review-wall {
        grid-template-columns: 1fr;
    }

    .proof-photo-card,
    .proof-photo-card img {
        min-height: 220px;
    }

    .proof-card,
    .review-ticket {
        min-height: 148px;
        border-radius: 20px;
        padding: 18px;
    }

    .proof-card strong {
        font-size: 34px;
    }
}

.aviator-energy {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.aviator-energy span {
    position: absolute;
    width: 140px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(0,229,255,.72), rgba(255,122,0,.62), transparent);
    box-shadow: 0 0 22px rgba(0,229,255,.22);
    animation: activationFlightLine 3.8s ease-in-out infinite;
}

.aviator-energy span:nth-child(1) { top: 16%; left: 7%; transform: rotate(-16deg); }
.aviator-energy span:nth-child(2) { top: 10%; right: 9%; animation-delay: -1.1s; transform: rotate(10deg); }
.aviator-energy span:nth-child(3) { bottom: 18%; right: 12%; animation-delay: -2.2s; transform: rotate(-10deg); }

@keyframes activationFlightLine {
    0%, 100% { opacity: .18; filter: blur(.2px); }
    50% { opacity: .75; filter: blur(0); }
}

.step-panel {
    position: relative;
}

.step-panel::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: -1;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255,171,0,.12), transparent 42%),
        radial-gradient(circle at 90% 10%, rgba(0,229,255,.14), transparent 34%);
    animation: stepGlow 3s ease-in-out infinite;
}

.vip-bottom-nav button:hover,
.vip-bottom-nav a:hover {
    transform: translateY(-2px);
}

@keyframes panelHover {
    0%, 100% { transform: translateY(0) translateX(18px); }
    50% { transform: translateY(-6px) translateX(18px); }
}

.floating-panel.big {
    animation-name: panelHoverBig;
}

@keyframes panelHoverBig {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

@keyframes borderScan {
    0% { filter: hue-rotate(0deg); opacity: .36; transform: translateX(-12px); }
    50% { opacity: .72; }
    100% { filter: hue-rotate(65deg); opacity: .36; transform: translateX(12px); }
}

@keyframes jackpotLogo {
    0%, 100% { transform: scale(1) rotate(0deg); filter: drop-shadow(0 0 16px rgba(0,229,255,.3)); }
    50% { transform: scale(1.05) rotate(-2deg); filter: drop-shadow(0 0 26px rgba(255,171,0,.42)); }
}

@keyframes stepGlow {
    0%, 100% { opacity: .6; filter: blur(0); }
    50% { opacity: 1; filter: blur(1px); }
}

@media (max-width: 480px) {
    .flight-plane { width: 42px; height: 18px; }
    .aviator-video-burst { opacity: .3; }
    .rupee-note { width: 68px; height: 32px; }
    .earning-device::before { font-size: 9px; }
}
