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

body.m9k6p3-main-body {
    font-family: 'Manrope', sans-serif;
    background-color: #110d0e;
    color: #e8e8e8;
    line-height: 1.6;
    overflow-x: hidden;
}

.t2n8k5-page-wrapper {
    position: relative;
    min-height: 100vh;
}

/* Header */
.z7k3m9-header-section {
    background-color: #450b17;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.xv7k2p-header-wrapper {
    padding: 0;
}

.k8n5q2-logo-img {
    max-width: 140px;
    height: auto;
}

.q5n8p3-main-nav ul.m2v7k1-nav-list {
    display: flex;
    list-style: none;
    gap: 25px;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.q5n8p3-main-nav ul.m2v7k1-nav-list li a {
    color: #e0e0e0;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 15px;
}

.q5n8p3-main-nav ul.m2v7k1-nav-list li a:hover {
    color: #ffffff;
}

.w6r8n4-btn-login {
    background-color: #e0e0e0;
    color: #450b17;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.w6r8n4-btn-login:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
    color: #450b17;
}

.z2t5k9-btn-signup {
    background-color: #c7051d;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
}

.z2t5k9-btn-signup:hover {
    background-color: #d50720;
    transform: translateY(-2px);
    color: #ffffff;
}

.y4p9m1-online-counter {
    color: #e0e0e0;
    font-size: 13px;
}

.r3m8q6-counter-text strong {
    color: #ffffff;
    font-weight: 700;
}

/* Mobile Menu */
.j9x4m2-burger {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    margin-left: 10px;
}

.j9x4m2-burger span {
    width: 25px;
    height: 3px;
    background-color: #e0e0e0;
    transition: 0.3s;
    border-radius: 2px;
}

.j9x4m2-burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.j9x4m2-burger.active span:nth-child(2) {
    opacity: 0;
}

.j9x4m2-burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.l6t9k3-mobile-menu {
    display: none;
    background-color: #450b17;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.l6t9k3-mobile-menu.active {
    display: block;
}

.v8k5m2-mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.v8k5m2-mobile-nav-list li {
    margin-bottom: 15px;
}

.v8k5m2-mobile-nav-list li a {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.h3p9m7-mobile-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.h3p9m7-mobile-buttons .btn {
    font-size: 12px;
    padding: 6px 12px;
}

/* Hero Section */
.p6n2k8-hero-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a0f11 0%, #2d1419 100%);
    position: relative;
    overflow: hidden;
}

.p6n2k8-hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(199, 5, 29, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.q3k9m7-hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.w8n4k2-hero-subtitle {
    font-size: 18px;
    color: #d0d0d0;
    margin-bottom: 30px;
    line-height: 1.6;
}

.k9p3x8-btn-primary-hero {
    background-color: #c7051d;
    color: #ffffff;
    padding: 14px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
    display: inline-block;
    font-size: 16px;
    border: none;
}

.k9p3x8-btn-primary-hero:hover {
    background-color: #d50720;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(199, 5, 29, 0.3);
    color: #ffffff;
}

.t2n6k9-btn-secondary-hero {
    background-color: transparent;
    color: #e0e0e0;
    padding: 14px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
    display: inline-block;
    font-size: 16px;
    border: 2px solid #e0e0e0;
    margin-left: 15px;
}

.t2n6k9-btn-secondary-hero:hover {
    background-color: #e0e0e0;
    color: #110d0e;
    transform: translateY(-3px);
}

.v5k8n3-hero-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

/* Sections */
.y3n9k5-jackpots-section,
.m5k8n2-tournaments-section,
.k7n3m9-app-info-section,
.n2k7m9-bonuses-section,
.k9n3m7-wheel-section,
.m6k3n9-content-section,
.y8k2n5-faq-section {
    padding: 60px 0;
}

.r7k4m2-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

/* Jackpots */
.j6n3k8-jackpot-card {
    background: linear-gradient(135deg, #2d1419 0%, #1a0f11 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #450b17;
    transition: all 0.3s;
}

.j6n3k8-jackpot-card:hover {
    transform: translateY(-5px);
    border-color: #c7051d;
    box-shadow: 0 10px 30px rgba(199, 5, 29, 0.2);
}

.p9m2k7-jackpot-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.w5n8k3-jackpot-name {
    font-size: 22px;
    font-weight: 600;
    color: #e0e0e0;
    margin-bottom: 10px;
}

.t2k9m6-jackpot-amount {
    font-size: 32px;
    font-weight: 800;
    color: #c7051d;
    margin-bottom: 5px;
}

.q8n4k1-jackpot-currency {
    font-size: 18px;
    color: #a0a0a0;
}

/* Tournaments */
.p2k7n9-tournament-card {
    background: linear-gradient(135deg, #1a0f11 0%, #2d1419 100%);
    padding: 25px;
    border-radius: 12px;
    border: 2px solid #450b17;
    position: relative;
    transition: all 0.3s;
}

.p2k7n9-tournament-card:hover {
    transform: translateY(-5px);
    border-color: #c7051d;
    box-shadow: 0 10px 30px rgba(199, 5, 29, 0.2);
}

.w8k3m5-tournament-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #c7051d;
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.t6n9k2-tournament-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.q4k8m3-tournament-desc {
    color: #c0c0c0;
    font-size: 14px;
    margin-bottom: 15px;
}

.v7n2k9-tournament-prize {
    font-size: 28px;
    font-weight: 800;
    color: #c7051d;
    margin-bottom: 5px;
}

.y3k8m6-prize-currency {
    font-size: 16px;
    color: #a0a0a0;
    margin-bottom: 15px;
}

.r9k4n5-tournament-timer {
    background-color: rgba(69, 11, 23, 0.5);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #e0e0e0;
}

.z5k9m3-btn-tournament {
    background-color: #c7051d;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: none;
    font-size: 15px;
}

.z5k9m3-btn-tournament:hover {
    background-color: #d50720;
    color: #ffffff;
}

/* App Info Table */
.p9k2n6-app-table-wrapper {
    background: linear-gradient(135deg, #2d1419 0%, #1a0f11 100%);
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #450b17;
}

.m3k8n5-app-info-table {
    width: 100%;
    margin: 0;
    color: #e8e8e8;
}

.m3k8n5-app-info-table tbody tr {
    border-bottom: 1px solid rgba(69, 11, 23, 0.5);
}

.m3k8n5-app-info-table tbody tr:last-child {
    border-bottom: none;
}

.t8k4n2-table-label {
    font-weight: 600;
    padding: 15px 10px;
    color: #a0a0a0;
    width: 40%;
}

.w5k9n3-table-value {
    padding: 15px 10px;
    color: #ffffff;
    font-weight: 500;
}

.v8k3m7-download-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.r2k8n5-download-btn {
    background: linear-gradient(135deg, #2d1419 0%, #1a0f11 100%);
    border: 2px solid #450b17;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    color: #e0e0e0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    font-weight: 600;
}

.r2k8n5-download-btn:hover {
    border-color: #c7051d;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(199, 5, 29, 0.2);
    color: #ffffff;
}

.j9k3m6-store-icon {
    font-size: 24px;
}

/* Bonuses */
.p8k2n6-bonus-card {
    background: linear-gradient(135deg, #1a0f11 0%, #2d1419 100%);
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #450b17;
    text-align: center;
    transition: all 0.3s;
    height: 100%;
}

.p8k2n6-bonus-card:hover {
    transform: translateY(-5px);
    border-color: #c7051d;
    box-shadow: 0 10px 30px rgba(199, 5, 29, 0.2);
}

.w3k9m7-bonus-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.t5k8n2-bonus-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.q9k3m5-bonus-amount {
    font-size: 36px;
    font-weight: 800;
    color: #c7051d;
    margin-bottom: 10px;
}

.v6k2n8-bonus-desc {
    color: #c0c0c0;
    font-size: 15px;
    margin-bottom: 20px;
}

.r3k7m9-bonus-features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}

.r3k7m9-bonus-features li {
    color: #a0a0a0;
    font-size: 13px;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.r3k7m9-bonus-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #c7051d;
    font-weight: 700;
}

.z2k6n9-btn-bonus {
    background-color: #c7051d;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
    border: none;
    font-size: 15px;
}

.z2k6n9-btn-bonus:hover {
    background-color: #d50720;
    color: #ffffff;
}

/* Lucky Wheel */
.w6k2n9-wheel-subtitle {
    color: #c0c0c0;
    font-size: 16px;
}

.p3k8n5-wheel-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.t7k2m9-wheel-canvas {
    width: 100%;
    height: auto;
    display: block;
}

.q5k9n3-spin-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #c7051d;
    color: #ffffff;
    border: 4px solid #ffffff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.q5k9n3-spin-button:hover {
    background-color: #d50720;
    transform: translate(-50%, -50%) scale(1.05);
}

.q5k9n3-spin-button:disabled {
    background-color: #666;
    cursor: not-allowed;
}

.v2k8m6-wheel-result {
    text-align: center;
}

.r9k3n7-result-content {
    background: linear-gradient(135deg, #2d1419 0%, #1a0f11 100%);
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #c7051d;
}

.t4k8m2-result-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.w7k3n5-result-text {
    font-size: 18px;
    color: #c0c0c0;
    margin-bottom: 20px;
}

/* Content Section */
.p9k2n7-content-wrapper {
    background: linear-gradient(135deg, #2d1419 0%, #1a0f11 100%);
    padding: 40px;
    border-radius: 15px;
    border: 2px solid #450b17;
}

.p9k2n7-content-wrapper h2,
.p9k2n7-content-wrapper h3,
.p9k2n7-content-wrapper h4 {
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 700;
}

.p9k2n7-content-wrapper h2 {
    font-size: 32px;
}

.p9k2n7-content-wrapper h3 {
    font-size: 24px;
}

.p9k2n7-content-wrapper h4 {
    font-size: 20px;
}

.p9k2n7-content-wrapper p {
    color: #c0c0c0;
    line-height: 1.8;
    margin-bottom: 15px;
}

.p9k2n7-content-wrapper ul,
.p9k2n7-content-wrapper ol {
    color: #c0c0c0;
    margin-bottom: 20px;
    padding-left: 30px;
}

.p9k2n7-content-wrapper ul li,
.p9k2n7-content-wrapper ol li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.p9k2n7-content-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background-color: rgba(26, 15, 17, 0.5);
    border-radius: 8px;
    overflow: hidden;
}

.p9k2n7-content-wrapper table th,
.p9k2n7-content-wrapper table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid rgba(69, 11, 23, 0.5);
}

.p9k2n7-content-wrapper table th {
    background-color: #450b17;
    color: #ffffff;
    font-weight: 600;
}

.p9k2n7-content-wrapper table td {
    color: #c0c0c0;
}

.p9k2n7-content-wrapper a {
    color: #c7051d;
    text-decoration: none;
    transition: color 0.3s;
}

.p9k2n7-content-wrapper a:hover {
    color: #d50720;
    text-decoration: underline;
}

/* FAQ */
.q3k9m6-faq-accordion .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 15px;
}

.t7k2n8-faq-item {
    background: linear-gradient(135deg, #2d1419 0%, #1a0f11 100%);
    border: 2px solid #450b17 !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.w5k8n3-faq-button {
    background-color: transparent;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 18px 20px;
    border: none;
}

.w5k8n3-faq-button:not(.collapsed) {
    background-color: #450b17;
    color: #ffffff;
}

.w5k8n3-faq-button:focus {
    box-shadow: none;
    border: none;
}

.r9k3m7-faq-body {
    color: #c0c0c0;
    padding: 20px;
    line-height: 1.7;
    background-color: rgba(26, 15, 17, 0.3);
}

/* Footer */
.b9x2m5-footer-wrapper {
    background-color: #450b17;
    color: #e0e0e0;
}

.h6k9n2-footer-logo img {
    max-width: 120px;
}

.q7n4k9-footer-desc {
    font-size: 14px;
    color: #c0c0c0;
    line-height: 1.6;
}

.w2k7p5-footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.z8m3n1-footer-menu {
    list-style: none;
    padding: 0;
}

.z8m3n1-footer-menu li {
    margin-bottom: 10px;
}

.z8m3n1-footer-menu li a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.z8m3n1-footer-menu li a:hover {
    color: #ffffff;
}

.r5n8k2-support-text {
    font-size: 14px;
    color: #c0c0c0;
    margin-bottom: 5px;
}

.j2n7p4-section-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.d3k8m5-payments-grid,
.m8k3p7-providers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 15px;
    text-align: center;
}

.x9p2n6-payment-item,
.q2n9k5-provider-item {
    background-color: rgba(26, 15, 17, 0.5);
    padding: 10px 15px;
    border-radius: 8px;
    color: #d0d0d0;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid rgba(69, 11, 23, 0.3);
}

.n4p9k6-copyright,
.n4p9k6-legal-text {
    color: #c0c0c0;
    font-size: 13px;
    margin: 0;
}

/* Widget */
.m3k9n7-widget-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #450b17 0%, #c7051d 100%);
    padding: 15px;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
    z-index: 999;
    animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.q8k2n5-widget-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.w6k3m9-widget-icon {
    font-size: 28px;
}

.t2k7n4-widget-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.v9k3m6-widget-link {
    background-color: #ffffff;
    color: #c7051d;
    padding: 10px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
    font-size: 15px;
}

.v9k3m6-widget-link:hover {
    background-color: #e0e0e0;
    transform: scale(1.05);
    color: #c7051d;
}

/* Responsive */
@media (max-width: 991px) {
    .q3k9m7-hero-title {
        font-size: 36px;
    }

    .w8n4k2-hero-subtitle {
        font-size: 16px;
    }

    .r7k4m2-section-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .p6n2k8-hero-section {
        padding: 50px 0;
    }

    .q3k9m7-hero-title {
        font-size: 32px;
    }

    .t2n6k9-btn-secondary-hero {
        margin-left: 0;
        margin-top: 10px;
    }

    .p9k2n6-app-table-wrapper {
        padding: 20px;
    }

    .m3k8n5-app-info-table {
        font-size: 14px;
    }

    .t8k4n2-table-label,
    .w5k9n3-table-value {
        display: block;
        width: 100%;
        padding: 10px 5px;
    }

    .t8k4n2-table-label {
        font-weight: 700;
        padding-bottom: 5px;
    }

    .w5k9n3-table-value {
        padding-top: 0;
    }

    .p9k2n7-content-wrapper {
        padding: 25px 20px;
    }

    .t2k7n4-widget-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .q3k9m7-hero-title {
        font-size: 28px;
    }

    .r7k4m2-section-title {
        font-size: 24px;
    }

    .d3k8m5-payments-grid,
    .m8k3p7-providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 10px;
    }
}

.wp-block-legacy {
    display: none;
}

.elementor-widget-deprecated {
    opacity: 0;
}

.yoast-seo-hidden {
    visibility: hidden;
}

:root {
    --cvdr-bg: #110d0e;
    --cvdr-card: rgba(255, 255, 255, .04);
    --cvdr-card2: rgba(0, 0, 0, .28);
    --cvdr-border: rgba(224, 224, 224, .10);
    --cvdr-text: rgba(255, 255, 255, .90);
    --cvdr-muted: rgba(224, 224, 224, .78);
    --cvdr-accent: #c7051d;
    --cvdr-accent2: #e00622;
    --cvdr-hdr: #450b17;
}

.container.cvdr {
    color: var(--cvdr-text);
    padding: 28px 16px;
    border-radius: 18px;
    background: radial-gradient(900px 460px at 18% 0%, rgba(199, 5, 29, .18) 0%, rgba(199, 5, 29, 0) 60%),
    radial-gradient(700px 420px at 90% 10%, rgba(69, 11, 23, .35) 0%, rgba(69, 11, 23, 0) 55%);
}

.container.cvdr > * {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.container.cvdr p {
    margin: 0 0 14px;
    color: var(--cvdr-muted);
    line-height: 1.85;
    font-size: 16px;
}

.container.cvdr h1,
.container.cvdr h2,
.container.cvdr h3 {
    color: #fff;
    line-height: 1.25;
    margin: 26px 0 12px;
    font-weight: 850;
    letter-spacing: .2px;
}

.container.cvdr h2 {
    font-size: 28px;
    position: relative;
    padding-left: 14px;
}

.container.cvdr h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: .25em;
    width: 4px;
    height: 1.05em;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--cvdr-accent) 0%, rgba(199, 5, 29, .25) 100%);
    box-shadow: 0 10px 24px rgba(199, 5, 29, .18);
}

.container.cvdr h3 {
    font-size: 20px;
    font-weight: 800;
    color: rgba(255, 255, 255, .95);
}

.container.cvdr a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(199, 5, 29, .65);
    text-underline-offset: 3px;
    transition: color .2s ease, text-decoration-color .2s ease, opacity .2s ease;
}

.container.cvdr a:hover {
    text-decoration-color: rgba(224, 224, 224, .7);
    opacity: .95;
}

.container.cvdr strong {
    color: #fff;
    font-weight: 850;
}

.container.cvdr ul,
.container.cvdr ol {
    margin: 12px auto 18px;
    line-height: 1.85;
    color: var(--cvdr-muted);
}

.container.cvdr ul {
    list-style: none;
    padding-left: 0;
}

.container.cvdr ul > li {
    position: relative;
    padding-left: 22px;
    margin: 10px 0;
}

.container.cvdr ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: rgba(199, 5, 29, .95);
    box-shadow: 0 10px 22px rgba(199, 5, 29, .22);
    transform: translateY(-50%);
}

.container.cvdr ol {
    counter-reset: cvdr-step;
    list-style: none;
    padding-left: 0;
}

.container.cvdr ol > li {
    counter-increment: cvdr-step;
    position: relative;
    margin: 10px 0;
    padding: 12px 14px 12px 42px;
    background: var(--cvdr-card2);
    border: 1px solid rgba(224, 224, 224, .08);
    border-radius: 14px;
}

.container.cvdr ol > li:before {
    content: counter(cvdr-step);
    position: absolute;
    left: 12px;
    top: 12px;
    width: 26px;
    height: 26px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, var(--cvdr-accent) 0%, var(--cvdr-accent2) 100%);
    box-shadow: 0 12px 26px rgba(199, 5, 29, .25);
}

.container.cvdr > ul,
.container.cvdr > ol,
.container.cvdr > dl,
.container.cvdr > table {
    background: var(--cvdr-card);
    border: 1px solid var(--cvdr-border);
    border-radius: 16px;
    padding: 18px 18px 6px;
    margin: 18px auto;
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .35);
}

.container.cvdr > ul {
    padding: 18px;
}

.container.cvdr > ol {
    padding: 18px;
}

.container.cvdr dl {
    padding: 18px 18px 6px;
}

.container.cvdr dt {
    color: #fff;
    font-weight: 850;
    margin: 0 0 8px;
}

.container.cvdr dd {
    margin: 0 0 16px;
    color: var(--cvdr-muted);
}

.container.cvdr table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .22) 0%, rgba(0, 0, 0, .10) 100%);
    border: 1px solid rgba(224, 224, 224, .10);
    border-radius: 16px;
    overflow: hidden;
    margin: 18px auto;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .35);
}

.container.cvdr th,
.container.cvdr td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(224, 224, 224, .08);
    border-right: 1px solid rgba(224, 224, 224, .06);
    vertical-align: top;
    color: var(--cvdr-muted);
}

.container.cvdr tr:last-child td,
.container.cvdr tr:last-child th {
    border-bottom: none;
}

.container.cvdr th:last-child,
.container.cvdr td:last-child {
    border-right: none;
}

.container.cvdr th {
    color: #fff;
    font-weight: 850;
    background: rgba(69, 11, 23, .55);
}

.container.cvdr td:first-child {
    color: rgba(255, 255, 255, .92);
    font-weight: 800;
    background: rgba(199, 5, 29, .10);
}

.container.cvdr hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, rgba(224, 224, 224, 0) 0%, rgba(224, 224, 224, .18) 50%, rgba(224, 224, 224, 0) 100%);
    margin: 22px auto;
}

@media (max-width: 992px) {
    .container.cvdr {
        padding: 24px 14px;
        border-radius: 16px;
    }

    .container.cvdr > * {
        max-width: 860px;
    }

    .container.cvdr h2 {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .container.cvdr {
        padding: 20px 12px;
        border-radius: 14px;
    }

    .container.cvdr p {
        font-size: 15px;
    }

    .container.cvdr h2 {
        font-size: 22px;
        padding-left: 12px;
    }

    .container.cvdr h2:before {
        width: 3px;
    }

    .container.cvdr h3 {
        font-size: 18px;
    }

    .container.cvdr table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .container.cvdr th,
    .container.cvdr td {
        padding: 11px 12px;
        white-space: nowrap;
    }

    .container.cvdr ol > li {
        padding-left: 40px;
    }
}

:root {
    --hdr-bg: #450b17;
    --hdr-bg2: #5a0e1f;
    --hdr-accent: #c7051d;
    --hdr-accent2: #e00622;
    --hdr-text: rgba(255, 255, 255, .92);
    --hdr-muted: rgba(224, 224, 224, .78);
    --hdr-border: rgba(255, 255, 255, .10);
}

.xv7k2p-header-wrapper {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: radial-gradient(900px 320px at 20% -20%, rgba(199, 5, 29, .28) 0%, rgba(199, 5, 29, 0) 55%),
    linear-gradient(135deg, var(--hdr-bg) 0%, var(--hdr-bg2) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .35);
}

.xv7k2p-header-wrapper .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
}

.d4m9x1-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    border-radius: 14px;
    transition: transform .2s ease, background .2s ease;
}

.d4m9x1-logo-link:hover {
    background: rgba(255, 255, 255, .06);
    transform: translateY(-1px);
}

.k8n5q2-logo-img {
    height: 46px;
    width: auto;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .35));
    border-radius: 10px;
}

.q5n8p3-main-nav {
    display: flex;
    justify-content: center;
}

.m2v7k1-nav-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.m2v7k1-nav-list a {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 12px;
    border-radius: 12px;
    color: var(--hdr-text);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .2px;
    transition: background .2s ease, transform .2s ease, color .2s ease;
}

.m2v7k1-nav-list a:hover {
    background: rgba(255, 255, 255, .07);
    transform: translateY(-1px);
    color: #fff;
}

.m2v7k1-nav-list a:after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 7px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(199, 5, 29, 0) 0%, rgba(199, 5, 29, .9) 50%, rgba(199, 5, 29, 0) 100%);
    opacity: 0;
    transform: scaleX(.7);
    transition: opacity .2s ease, transform .2s ease;
}

.m2v7k1-nav-list a:hover:after {
    opacity: 1;
    transform: scaleX(1);
}

.t8k3n6-desktop-buttons,
.h3p9m7-mobile-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.w6r8n4-btn-login,
.z2t5k9-btn-signup {
    border-radius: 12px;
    padding: 10px 16px;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    border: 1px solid transparent;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.w6r8n4-btn-login {
    background: rgba(255, 255, 255, .92);
    color: #1b0d10;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .25);
}

.w6r8n4-btn-login:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .32);
}

.z2t5k9-btn-signup {
    color: #fff;
    background: linear-gradient(135deg, var(--hdr-accent) 0%, var(--hdr-accent2) 100%);
    box-shadow: 0 14px 30px rgba(199, 5, 29, .28);
}

.z2t5k9-btn-signup:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(199, 5, 29, .38);
}

.y4p9m1-online-counter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .10);
    color: var(--hdr-muted);
    font-size: 13px;
    backdrop-filter: blur(10px);
}

.n7k2x5-counter-icon {
    font-size: 16px;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .25));
}

.r3m8q6-counter-text strong {
    color: #4ade80;
    font-weight: 900;
}

.j9x4m2-burger {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.j9x4m2-burger:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .18);
}

.j9x4m2-burger span {
    width: 22px;
    height: 2px;
    background: rgba(255, 255, 255, .92);
    border-radius: 999px;
    transition: transform .2s ease, opacity .2s ease;
}

.j9x4m2-burger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.j9x4m2-burger.active span:nth-child(2) {
    opacity: 0;
}

.j9x4m2-burger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.l6t9k3-mobile-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 72px;
    max-height: calc(100vh - 72px);
    overflow: auto;
    background: radial-gradient(900px 360px at 30% 0%, rgba(199, 5, 29, .22) 0%, rgba(199, 5, 29, 0) 55%),
    linear-gradient(180deg, rgba(17, 13, 14, .98) 0%, rgba(17, 13, 14, .92) 100%);
    border-top: 1px solid rgba(255, 255, 255, .08);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
    backdrop-filter: blur(12px);
    z-index: 999;
}

.l6t9k3-mobile-menu.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.p2x7n4-mobile-nav {
    padding: 14px 16px 22px;
}

.v8k5m2-mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.v8k5m2-mobile-nav-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .10);
    color: rgba(255, 255, 255, .92);
    font-weight: 800;
    letter-spacing: .2px;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.v8k5m2-mobile-nav-list a:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .06);
    border-color: rgba(199, 5, 29, .35);
}

.v8k5m2-mobile-nav-list a:after {
    content: "›";
    color: rgba(255, 255, 255, .65);
    font-size: 18px;
}

@media (max-width: 576px) {
    .xv7k2p-header-wrapper .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    .k8n5q2-logo-img {
        height: 42px;
    }

    .w6r8n4-btn-login,
    .z2t5k9-btn-signup {
        padding: 9px 12px;
        font-size: 13px;
        border-radius: 12px;
    }

    .l6t9k3-mobile-menu {
        top: 68px;
        max-height: calc(100vh - 68px);
    }
}

@media (min-width: 768px) {
    .l6t9k3-mobile-menu {
        display: none;
    }
}

:root {
    --app-bg: #0b0a0d;
    --app-surface: rgba(255, 255, 255, .04);
    --app-surface2: rgba(0, 0, 0, .35);
    --app-border: rgba(255, 255, 255, .10);
    --app-text: rgba(255, 255, 255, .92);
    --app-muted: rgba(255, 255, 255, .70);
    --app-accent: #c7051d;
    --app-accent2: #e00622;
    --app-glow: rgba(199, 5, 29, .28);
}

.k7n3m9-app-info-section {
    padding: 70px 0;
    background: radial-gradient(900px 420px at 15% 0%, rgba(199, 5, 29, .20) 0%, rgba(199, 5, 29, 0) 60%),
    radial-gradient(700px 420px at 90% 10%, rgba(69, 11, 23, .30) 0%, rgba(69, 11, 23, 0) 55%),
    linear-gradient(180deg, rgba(11, 10, 13, .0) 0%, rgba(11, 10, 13, .35) 100%);
    color: var(--app-text);
}

.k7n3m9-app-info-section .r7k4m2-section-title {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: .2px;
    color: #fff;
    margin: 0 0 18px;
    text-shadow: 0 14px 34px rgba(0, 0, 0, .35);
}

.k7n3m9-app-info-section .p9k2n6-app-table-wrapper {
    background: linear-gradient(180deg, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, .02) 100%),
    radial-gradient(900px 360px at 20% -20%, rgba(199, 5, 29, .18) 0%, rgba(199, 5, 29, 0) 55%),
    rgba(0, 0, 0, .22);
    border: 1px solid var(--app-border);
    border-radius: 18px;
    padding: 26px;
    backdrop-filter: blur(14px);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .45);
}

.k7n3m9-app-info-section .m3k8n5-app-info-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: var(--app-text);
}

.k7n3m9-app-info-section .m3k8n5-app-info-table tbody tr {
    transition: background .2s ease, transform .2s ease;
}

.k7n3m9-app-info-section .m3k8n5-app-info-table tbody tr:hover {
    background: rgba(255, 255, 255, .03);
}

.k7n3m9-app-info-section .m3k8n5-app-info-table td {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.k7n3m9-app-info-section .m3k8n5-app-info-table tbody tr:last-child td {
    border-bottom: none;
}

.k7n3m9-app-info-section .t8k4n2-table-label {
    width: 42%;
    color: var(--app-muted);
    font-weight: 800;
    letter-spacing: .2px;
}

.k7n3m9-app-info-section .w5k9n3-table-value {
    color: rgba(255, 255, 255, .95);
    font-weight: 700;
}

.k7n3m9-app-info-section .w5k9n3-table-value a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(199, 5, 29, .55);
}

.k7n3m9-app-info-section .w5k9n3-table-value a:hover {
    border-bottom-color: rgba(255, 255, 255, .55);
}

.k7n3m9-app-info-section .q6k9n2-download-buttons {
    margin-top: 28px;
}

.k7n3m9-app-info-section .v8k3m7-download-title {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 14px;
}

.k7n3m9-app-info-section .r2k8n5-download-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: linear-gradient(135deg, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .02) 100%),
    rgba(0, 0, 0, .30);
    color: rgba(255, 255, 255, .92);
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .15px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .40);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.k7n3m9-app-info-section .r2k8n5-download-btn:before {
    content: "";
    position: absolute;
    inset: -2px;
    background: radial-gradient(340px 160px at 20% 20%, rgba(199, 5, 29, .22) 0%, rgba(199, 5, 29, 0) 60%);
    opacity: .9;
    pointer-events: none;
}

.k7n3m9-app-info-section .r2k8n5-download-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(199, 5, 29, .45);
    box-shadow: 0 22px 58px rgba(0, 0, 0, .55);
    background: linear-gradient(135deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .03) 100%),
    rgba(0, 0, 0, .36);
}

.k7n3m9-app-info-section .r2k8n5-download-btn:active {
    transform: translateY(0);
}

.k7n3m9-app-info-section .j9k3m6-store-icon {
    font-size: 22px;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .35));
}

.k7n3m9-app-info-section .t5k8n2-store-text {
    font-size: 14px;
}

.k7n3m9-app-info-section .r2k8n5-appstore {
    border-color: rgba(255, 255, 255, .14);
}

.k7n3m9-app-info-section .r2k8n5-playmarket {
    border-color: rgba(255, 255, 255, .14);
}

.k7n3m9-app-info-section .r2k8n5-apk {
    border-color: rgba(255, 255, 255, .14);
}

@media (max-width: 768px) {
    .k7n3m9-app-info-section {
        padding: 54px 0;
    }

    .k7n3m9-app-info-section .r7k4m2-section-title {
        font-size: 28px;
    }

    .k7n3m9-app-info-section .p9k2n6-app-table-wrapper {
        padding: 18px;
        border-radius: 16px;
    }

    .k7n3m9-app-info-section .m3k8n5-app-info-table td {
        padding: 12px 10px;
    }

    .k7n3m9-app-info-section .t8k4n2-table-label,
    .k7n3m9-app-info-section .w5k9n3-table-value {
        display: block;
        width: 100%;
    }

    .k7n3m9-app-info-section .t8k4n2-table-label {
        padding-bottom: 4px;
    }

    .k7n3m9-app-info-section .w5k9n3-table-value {
        padding-top: 0;
    }
}

.m3k8n5-app-info-table {
    background: none;
    --bs-table-bg: transparent;
}

.m3k8n5-app-info-table * {
    background: none;
}
