@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #151028;
    color: #e8e0ff;
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-family: inherit;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.x9f2a {
    display: none;
}

.qm71b {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.zk39d {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.site-header {
    background: #231d47;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(138, 70, 246, 0.25);
    box-shadow: 0 2px 24px rgba(21, 16, 40, 0.7);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px;
    min-height: 64px;
}

.header-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.header-logo img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.header-logo .logo-text {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
}

.header-logo .logo-text span {
    color: #8a46f6;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 8px;
    color: #c4b8f0;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s;
    white-space: nowrap;
}

.nav-link:hover {
    background: rgba(138, 70, 246, 0.15);
    color: #fff;
}

.nav-link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.header-online {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(138, 70, 246, 0.12);
    border: 1px solid rgba(138, 70, 246, 0.3);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 0.75rem;
    color: #b8a8e8;
    white-space: nowrap;
}

.online-dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
    flex-shrink: 0;
}

@keyframes pulse-dot {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
    }
    50% {
        box-shadow: 0 0 0 5px rgba(34, 197, 94, 0);
    }
}

.lang-dropdown {
    position: relative;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 6px 10px;
    color: #e8e0ff;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.lang-btn:hover {
    background: rgba(138, 70, 246, 0.2);
}

.lang-btn .flag {
    font-size: 1rem;
}

.lang-dropdown-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: #231d47;
    border: 1px solid rgba(138, 70, 246, 0.3);
    border-radius: 10px;
    min-width: 150px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 100;
}

.lang-dropdown-menu.open {
    display: block;
    animation: fadeInDown 0.2s ease;
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    font-size: 0.85rem;
    color: #c4b8f0;
    cursor: pointer;
    transition: background 0.15s;
}

.lang-option:hover {
    background: rgba(138, 70, 246, 0.2);
    color: #fff;
}

.lang-option .flag {
    font-size: 1rem;
}

.header-btns {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.22s;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

.btn-demo {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-demo:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.btn-money {
    background: linear-gradient(135deg, #8a46f6, #6d28d9);
    color: #fff;
    border: 1px solid rgba(138, 70, 246, 0.5);
    box-shadow: 0 2px 12px rgba(138, 70, 246, 0.35);
}

.btn-money:hover {
    background: linear-gradient(135deg, #9a56ff, #7c3aed);
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(138, 70, 246, 0.5);
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
}

.burger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #e8e0ff;
    border-radius: 2px;
    transition: all 0.3s;
}

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

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

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

.mobile-menu {
    display: none;
    background: #231d47;
    border-top: 1px solid rgba(138, 70, 246, 0.2);
    padding: 12px 16px 20px;
    flex-direction: column;
    gap: 4px;
}

.mobile-menu.open {
    display: flex;
    animation: fadeInDown 0.25s ease;
}

.mobile-menu .nav-link {
    padding: 10px 14px;
    border-radius: 8px;
    color: #c4b8f0;
}

.mobile-menu .nav-link:hover {
    background: rgba(138, 70, 246, 0.15);
    color: #fff;
}

.mobile-menu-btns {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(138, 70, 246, 0.15);
}

.mobile-menu-btns .btn {
    flex: 1;
    justify-content: center;
}

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

.hero {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.hero-slider {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.7s ease;
}

.hero-slide.active {
    opacity: 1;
}

.hero-slide-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(21, 16, 40, 0.92) 0%, rgba(21, 16, 40, 0.6) 60%, rgba(21, 16, 40, 0.2) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 0 80px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(138, 70, 246, 0.2);
    border: 1px solid rgba(138, 70, 246, 0.4);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #b89dff;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hero-title {
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 16px;
    max-width: 580px;
}

.hero-title .accent {
    color: #8a46f6;
}

.hero-desc {
    font-size: 1.05rem;
    color: #c4b8f0;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 480px;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #8a46f6, #6d28d9);
    color: #fff;
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 4px 24px rgba(138, 70, 246, 0.45);
    border: none;
    transition: all 0.22s;
}

.btn-hero-primary:hover {
    background: linear-gradient(135deg, #9a56ff, #7c3aed);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(138, 70, 246, 0.6);
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.22s;
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

.hero-stats {
    display: flex;
    gap: 28px;
    margin-top: 36px;
    flex-wrap: wrap;
}

.hero-stat {
    display: flex;
    flex-direction: column;
}

.hero-stat-val {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
}

.hero-stat-label {
    font-size: 0.78rem;
    color: #9580c8;
}

.hero-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 3;
}

.hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s;
}

.hero-dot.active {
    background: #8a46f6;
    width: 24px;
    border-radius: 4px;
}

/* =====  ===== */
.section {
    padding: 64px 0;
}

.section-sm {
    padding: 40px 0;
}

.section-title {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}

.section-subtitle {
    color: #9580c8;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 36px;
}

.section-header {
    margin-bottom: 36px;
}

/* =====  ===== */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}

.adv-card {
    background: #1e1838;
    border: 1px solid rgba(138, 70, 246, 0.18);
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
}

.adv-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(138, 70, 246, 0.06) 0%, transparent 60%);
    pointer-events: none;
}

.adv-card:hover {
    transform: translateY(-4px);
    border-color: rgba(138, 70, 246, 0.4);
    box-shadow: 0 8px 32px rgba(138, 70, 246, 0.15);
}

.adv-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(138, 70, 246, 0.25), rgba(138, 70, 246, 0.1));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a46f6;
    flex-shrink: 0;
}

.adv-icon svg {
    width: 26px;
    height: 26px;
}

.adv-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

.adv-desc {
    font-size: 0.875rem;
    color: #9580c8;
    line-height: 1.6;
}

.winners-table-wrap {
    background: #1e1838;
    border: 1px solid rgba(138, 70, 246, 0.18);
    border-radius: 16px;
    overflow: hidden;
}

.winners-header {
    background: linear-gradient(135deg, #231d47, #1a1535);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(138, 70, 246, 0.2);
}

.winners-header-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.winners-live-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 0.73rem;
    font-weight: 600;
    color: #22c55e;
}

.winners-scroll {
    max-height: 480px;
    overflow-y: auto;
    overflow-x: auto;
}

.winners-scroll::-webkit-scrollbar {
    width: 4px;
}

.winners-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.winners-scroll::-webkit-scrollbar-thumb {
    background: rgba(138, 70, 246, 0.4);
    border-radius: 4px;
}

.winners-table {
    width: 100%;
    border-collapse: collapse;
}

.winners-table th {
    background: rgba(138, 70, 246, 0.12);
    padding: 12px 16px;
    text-align: left;
    font-size: 0.78rem;
    font-weight: 600;
    color: #9580c8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.winners-table td {
    padding: 12px 16px;
    font-size: 0.875rem;
    color: #c4b8f0;
    border-bottom: 1px solid rgba(138, 70, 246, 0.08);
    white-space: nowrap;
}

.winners-table tr:last-child td {
    border-bottom: none;
}

.winners-table tr:hover td {
    background: rgba(138, 70, 246, 0.07);
}

.winner-rank {
    font-weight: 700;
    color: #fff;
}

.winner-rank.gold {
    color: #f59e0b;
}

.winner-rank.silver {
    color: #94a3b8;
}

.winner-rank.bronze {
    color: #cd7c39;
}

.winner-nick {
    display: flex;
    align-items: center;
    gap: 8px;
}

.winner-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8a46f6, #6d28d9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.winner-amount {
    font-weight: 700;
    color: #22c55e;
}

.winner-mult {
    font-size: 0.8rem;
    color: #8a46f6;
    font-weight: 600;
}

.app-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.app-info {
}

.app-table-wrap {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid rgba(138, 70, 246, 0.18);
}

.app-table {
    width: 100%;
    border-collapse: collapse;
    background: #1e1838;
}

.app-table td {
    padding: 12px 18px;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(138, 70, 246, 0.1);
}

.app-table tr:last-child td {
    border-bottom: none;
}

.app-table td:first-child {
    color: #9580c8;
    font-weight: 500;
    width: 50%;
}

.app-table td:last-child {
    color: #fff;
    font-weight: 600;
}

.app-table tr:hover td {
    background: rgba(138, 70, 246, 0.05);
}

.app-download-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.btn-download {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #1e1838;
    border: 1px solid rgba(138, 70, 246, 0.25);
    border-radius: 12px;
    padding: 14px 20px;
    color: #fff;
    transition: all 0.22s;
    width: 100%;
}

.btn-download:hover {
    border-color: #8a46f6;
    background: rgba(138, 70, 246, 0.1);
    transform: translateX(4px);
}

.btn-download svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    color: #8a46f6;
}

.btn-download-text {
    display: flex;
    flex-direction: column;
}

.btn-download-sub {
    font-size: 0.72rem;
    color: #9580c8;
}

.btn-download-main {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}

.app-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.app-phone-mockup {
    width: 240px;
    max-width: 100%;
    background: #231d47;
    border: 2px solid rgba(138, 70, 246, 0.3);
    border-radius: 32px;
    padding: 16px;
    box-shadow: 0 16px 48px rgba(138, 70, 246, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.04);
    position: relative;
    overflow: hidden;
}

.app-phone-screen {
    background: linear-gradient(160deg, #1a0f3a, #0f0a20);
    border-radius: 20px;
    aspect-ratio: 9/16;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    position: relative;
}

.app-phone-screen .phone-game-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.phone-notch {
    width: 60px;
    height: 10px;
    background: #0f0a20;
    border-radius: 10px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.demo-block {
    background: #1e1838;
    border: 1px solid rgba(138, 70, 246, 0.2);
    border-radius: 20px;
}

.demo-header {
    background: linear-gradient(135deg, #231d47, #1a1535);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(138, 70, 246, 0.15);
}

.demo-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.demo-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.demo-badge {
    background: rgba(138, 70, 246, 0.2);
    border: 1px solid rgba(138, 70, 246, 0.35);
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #b89dff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.demo-iframe-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #0f0a20;
}

.demo-iframe-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.demo-footer {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.demo-info {
    font-size: 0.85rem;
    color: #9580c8;
}

.demo-info span {
    color: #b89dff;
    font-weight: 600;
}

.btn-play-money {
    background: linear-gradient(135deg, #8a46f6, #6d28d9);
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 4px 18px rgba(138, 70, 246, 0.4);
    transition: all 0.22s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-play-money:hover {
    background: linear-gradient(135deg, #9a56ff, #7c3aed);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(138, 70, 246, 0.55);
}

.content-review {
    background: #1e1838;
    border: 1px solid rgba(138, 70, 246, 0.15);
    border-radius: 16px;
    padding: 36px;
}

.content-review h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin: 28px 0 12px;
}

.content-review h2:first-child {
    margin-top: 0;
}

.content-review h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #b89dff;
    margin: 20px 0 8px;
}

.content-review p {
    color: #c4b8f0;
    line-height: 1.75;
    margin-bottom: 14px;
}

.content-review ul, .content-review ol {
    padding-left: 24px;
    margin-bottom: 14px;
}

.content-review li {
    color: #c4b8f0;
    line-height: 1.7;
    margin-bottom: 6px;
}

.content-review ul li {
    list-style: disc;
}

.content-review ol li {
    list-style: decimal;
}

.content-review table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    border: 1px solid rgba(138, 70, 246, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.content-review table th {
    background: rgba(138, 70, 246, 0.15);
    padding: 10px 14px;
    text-align: left;
    font-size: 0.85rem;
    font-weight: 600;
    color: #b89dff;
}

.content-review table td {
    padding: 10px 14px;
    text-align: left;
    color: #c4b8f0;
    border-top: 1px solid rgba(138, 70, 246, 0.1);
    font-size: 0.875rem;
}

.content-review a {
    color: #8a46f6;
    text-decoration: underline;
}

.content-review strong {
    color: #fff;
    font-weight: 600;
}

.content-review blockquote {
    border-left: 3px solid #8a46f6;
    padding: 12px 20px;
    background: rgba(138, 70, 246, 0.07);
    border-radius: 0 8px 8px 0;
    margin: 16px 0;
    color: #c4b8f0;
    font-style: italic;
}

.pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.pros-cons-card {
    background: #1e1838;
    border-radius: 16px;
    padding: 24px;
}

.pros-card {
    border: 1px solid rgba(34, 197, 94, 0.25);
}

.cons-card {
    border: 1px solid rgba(239, 68, 68, 0.25);
}

.pros-cons-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.pros-card .pros-cons-title {
    color: #22c55e;
}

.cons-card .pros-cons-title {
    color: #ef4444;
}

.pros-cons-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pros-cons-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.875rem;
    color: #c4b8f0;
    line-height: 1.5;
}

.pros-cons-item .check {
    flex-shrink: 0;
    margin-top: 1px;
}

.pros-cons-item .check.good {
    color: #22c55e;
}

.pros-cons-item .check.bad {
    color: #ef4444;
}

/* =====  ===== */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: #1e1838;
    border: 1px solid rgba(138, 70, 246, 0.18);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s;
}

.faq-item.open {
    border-color: rgba(138, 70, 246, 0.4);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 22px;
    cursor: pointer;
}

.faq-q-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
}

.faq-icon {
    width: 24px;
    height: 24px;
    background: rgba(138, 70, 246, 0.2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s, background 0.2s;
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
    background: rgba(138, 70, 246, 0.4);
}

.faq-icon svg {
    width: 14px;
    height: 14px;
    color: #8a46f6;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-item.open .faq-answer {
    max-height: 500px;
}

.faq-answer-inner {
    padding: 0 22px 20px;
    font-size: 0.875rem;
    color: #9580c8;
    line-height: 1.75;
}

.author-card {
    background: #1e1838;
    border: 1px solid rgba(138, 70, 246, 0.2);
    border-radius: 16px;
    padding: 28px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.author-avatar-wrap {
    flex-shrink: 0;
}

.author-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8a46f6, #6d28d9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    border: 2px solid rgba(138, 70, 246, 0.4);
}

.author-info {
}

.author-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.author-role {
    font-size: 0.8rem;
    color: #8a46f6;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.author-bio {
    font-size: 0.875rem;
    color: #9580c8;
    line-height: 1.65;
    margin-bottom: 12px;
}

.author-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8a46f6;
    font-size: 0.85rem;
    font-weight: 600;
    transition: color 0.2s;
}

.author-link:hover {
    color: #a060ff;
}

.site-footer {
    background: #231d47;
    border-top: 1px solid rgba(138, 70, 246, 0.2);
    margin-top: auto;
}

.footer-inner {
    padding: 48px 0 0;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(138, 70, 246, 0.12);
}

.footer-brand {
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.footer-logo img {
    height: 36px;
}

.footer-logo .logo-text {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
}

.footer-logo .logo-text span {
    color: #8a46f6;
}

.footer-brand-desc {
    font-size: 0.85rem;
    color: #7a6fa0;
    line-height: 1.65;
    max-width: 300px;
}

.footer-col-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    font-size: 0.875rem;
    color: #7a6fa0;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #b89dff;
}

.footer-mid {
    padding: 28px 0;
    border-bottom: 1px solid rgba(138, 70, 246, 0.1);
}

.footer-logos-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-logos-label {
    font-size: 0.75rem;
    color: #7a6fa0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 6px;
    white-space: nowrap;
}

.footer-payment-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 6px 12px;
    min-width: 60px;
    height: 36px;
}

.footer-payment-logo span {
    font-size: 0.75rem;
    font-weight: 700;
    color: #c4b8f0;
    white-space: nowrap;
}

.footer-license-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 8px;
    padding: 6px 12px;
}

.footer-license-badge span {
    font-size: 0.73rem;
    font-weight: 600;
    color: #4ade80;
}

.footer-provider {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-provider-label {
    font-size: 0.73rem;
    color: #7a6fa0;
}

.footer-provider img {
    height: 24px;
    opacity: 0.7;
}

.footer-bottom {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-copy {
    font-size: 0.78rem;
    color: #5a5070;
    line-height: 1.6;
}

.footer-legal {
    font-size: 0.73rem;
    color: #5a5070;
    max-width: 500px;
    text-align: right;
    line-height: 1.5;
}

.tech-content {
    background: #1e1838;
    border: 1px solid rgba(138, 70, 246, 0.15);
    border-radius: 16px;
    padding: 40px;
}

.tech-content h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin: 28px 0 12px;
}

.tech-content h2:first-child {
    margin-top: 0;
}

.tech-content h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #b89dff;
    margin: 20px 0 8px;
}

.tech-content p {
    color: #c4b8f0;
    line-height: 1.75;
    margin-bottom: 14px;
}

.tech-content ul, .tech-content ol {
    padding-left: 24px;
    margin-bottom: 14px;
}

.tech-content li {
    color: #c4b8f0;
    line-height: 1.7;
    margin-bottom: 6px;
    list-style: disc;
}

.tech-content ol li {
    list-style: decimal;
}

.tech-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 0.8rem;
}

.tech-breadcrumb a {
    color: #8a46f6;
}

.tech-breadcrumb span {
    color: #5a5070;
}

.tech-breadcrumb .current {
    color: #9580c8;
}

.games-promo {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.game-promo-card {
    flex: 1;
    min-width: 200px;
    background: #1e1838;
    border: 1px solid rgba(138, 70, 246, 0.2);
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    overflow: hidden;
    transition: all 0.25s;
}

.game-promo-card:hover {
    border-color: rgba(138, 70, 246, 0.45);
    transform: translateY(-3px);
}

.game-promo-card-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #f59e0b;
    color: #000;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.game-promo-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

.game-promo-card-rtp {
    font-size: 0.8rem;
    color: #22c55e;
    font-weight: 600;
}

.game-promo-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #8a46f6, #6d28d9);
    color: #fff;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: auto;
    transition: all 0.2s;
}

.game-promo-card-btn:hover {
    background: linear-gradient(135deg, #9a56ff, #7c3aed);
}

/* =====  ===== */
@media (max-width: 1024px) {
    .header-nav {
        display: none;
    }

    .burger {
        display: flex;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .app-block {
        grid-template-columns: 1fr;
    }

    .app-visual {
        order: -1;
    }

    .app-phone-mockup {
        width: 180px;
    }
}

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

    .advantages-grid {
        grid-template-columns: 1fr 1fr;
    }

    .pros-cons-grid {
        grid-template-columns: 1fr;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero-content {
        padding: 60px 0 60px;
    }

    .hero-stats {
        gap: 16px;
    }

    .content-review {
        padding: 24px 16px;
    }

    .tech-content {
        padding: 24px 16px;
    }

    .author-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-inner {
        padding: 8px 12px;
    }

    .demo-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-play-money {
        text-align: center;
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-legal {
        text-align: left;
    }

    .bonus-widget {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .advantages-grid {
        grid-template-columns: 1fr;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn-hero-primary, .btn-hero-secondary {
        text-align: center;
        justify-content: center;
    }
}

.wp-block-group {
    display: block;
}

.entry-content {
    display: block;
}

.wp-site-blocks {
    display: contents;
}

.elementor-section {
    display: contents;
}

.wc-block-checkout__form {
    display: none;
}

.yoast-seo-comment-hack {
    display: none;
}

.wp-widget-area {
    display: none;
}

.elementor-widget-container {
    display: none;
}

.tm-post-thumbnail {
    display: none;
}

.wp-post-image {
    display: none;
}

.vc_column_inner {
    display: none;
}

.rev_slider_wrapper {
    display: none;
}

.bypostauthor {
    display: none;
}

body.page-template-default .comment-respond {
    display: none;
}

.logged-in.admin-bar {
    display: none;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
