/* WordPress Styles */
.wp-block-group__inner-container {
    max-width: 1200px;
    margin: 0 auto;
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
}

.alignwide {
    width: 100%;
}

.has-text-align-center {
    text-align: center;
}

/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background: #0A1E00;
    color: #E8F5E9;
    line-height: 1.7;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #00B300;
    transition: color 0.3s;
}

a:hover {
    color: #00E600;
}

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

h1, h2, h3, h4 {
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 16px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header */
.xm4p8z.header {
    background: #012B00;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
}

.logo-img {
    height: 45px;
    width: auto;
}

.header-nav {
    display: flex;
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 24px;
    margin: 0;
}

.nav-list a {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
}

.nav-list a:hover {
    color: #00B300;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.online-counter {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 179, 0, 0.15);
    padding: 8px 16px;
    border-radius: 24px;
}

.online-dot {
    width: 8px;
    height: 8px;
    background: #00B300;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.online-text {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}

.header-buttons {
    display: flex;
    gap: 12px;
}

.mobile-buttons {
    display: none;
}

.btn {
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
}

.btn-login {
    background: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.btn-login:hover {
    background: #FFFFFF;
    color: #012B00;
}

.btn-signup {
    background: #00B300;
    color: #FFFFFF;
}

.btn-signup:hover {
    background: #00E600;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 179, 0, 0.4);
}

.burger-menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.burger-menu span {
    width: 25px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
    transition: all 0.3s;
}

/* Hero Section */
.ld92vh.hero-section {
    background: linear-gradient(rgba(1, 43, 0, 0.85), rgba(10, 30, 0, 0.9)), url('/1xbet-b.jpg') center/cover;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(0, 179, 0, 0.1) 0%, transparent 70%);
}

.zx5cv2.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.p8mk3s {
    color: #FFFFFF;
    font-size: 48px;
    margin-bottom: 24px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.nm2x7g {
    color: #E8F5E9;
    font-size: 20px;
    margin-bottom: 32px;
}

.btn-cta {
    background: #00B300;
    color: #FFFFFF;
    padding: 16px 48px;
    font-size: 18px;
    border-radius: 8px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-cta:hover {
    background: #00E600;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 179, 0, 0.5);
}

/* Main Content */
.gh6t9p.container {
    margin-top: 48px;
}

.vb3n8m.main-content {
    padding-bottom: 48px;
}

/* Sections */
section {
    background: rgba(1, 43, 0, 0.4);
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 32px;
    border: 1px solid rgba(0, 179, 0, 0.2);
}

.section-title {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 32px;
    font-size: 32px;
}

/* Casino Info Table */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    overflow: hidden;
}

.info-table tr {
    border-bottom: 1px solid rgba(0, 179, 0, 0.2);
}

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

.info-table td {
    padding: 16px 20px;
    color: #E8F5E9;
}

.info-table td:first-child {
    font-weight: 600;
    color: #FFFFFF;
    width: 35%;
}

/* Jackpots */
.jackpots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.jackpot-card {
    background: linear-gradient(135deg, rgba(0, 179, 0, 0.15) 0%, rgba(0, 100, 0, 0.15) 100%);
    border: 2px solid #00B300;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    transition: transform 0.3s;
}

.jackpot-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 179, 0, 0.3);
}

.jackpot-card h3 {
    color: #FFFFFF;
    margin-bottom: 16px;
    font-size: 22px;
}

.jackpot-amount {
    font-size: 36px;
    font-weight: 700;
    color: #00B300;
    text-shadow: 0 0 20px rgba(0, 179, 0, 0.5);
}

/* Screenshots Slider */
.screenshots-slider {
    position: relative;
    overflow: hidden;
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease;
    gap: 16px;
}

.screenshot-img {
    min-width: 100%;
    border-radius: 12px;
    background: #333;
    height: 400px;
    object-fit: cover;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 179, 0, 0.8);
    color: #FFFFFF;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
}

.slider-btn:hover {
    background: #00B300;
    transform: translateY(-50%) scale(1.1);
}

.slider-btn.prev {
    left: 16px;
}

.slider-btn.next {
    right: 16px;
}

/* App Section */
.app-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.app-downloads {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.app-btn {
    background: linear-gradient(135deg, #00B300 0%, #008000 100%);
    color: #FFFFFF;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.app-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 179, 0, 0.4);
}

.app-icon {
    font-size: 24px;
}

/* Wheel of Fortune */
.wheel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.wheel-wrapper {
    position: relative;
    width: 400px;
    height: 400px;
}

#wheelCanvas {
    border-radius: 50%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.wheel-pointer {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 40px solid #00B300;
    z-index: 10;
}

.wheel-result {
    min-height: 100px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
}

/* Content Block */
.content-block {
    background: rgba(1, 43, 0, 0.4);
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 32px;
    border: 1px solid rgba(0, 179, 0, 0.2);
}

.g7x4mq2 p {
    margin-bottom: 16px;
    color: #E8F5E9;
}

.g7x4mq2 h2 {
    color: #FFFFFF;
    margin-top: 32px;
    margin-bottom: 16px;
}

/* Reviews Section */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

.review-card {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 179, 0, 0.3);
    border-radius: 12px;
    padding: 24px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 179, 0, 0.2);
}

.review-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #00B300;
}

.reviewer-info {
    flex: 1;
}

.reviewer-name {
    display: block;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 4px;
}

.rating {
    color: #FFD700;
    font-size: 16px;
}

.review-text {
    color: #E8F5E9;
    line-height: 1.6;
}

/* Review Form */
.review-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.3);
    padding: 32px;
    border-radius: 12px;
}

.review-form-wrapper h3 {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    color: #FFFFFF;
    margin-bottom: 8px;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(0, 179, 0, 0.3);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #00B300;
    box-shadow: 0 0 0 3px rgba(0, 179, 0, 0.1);
}

.form-success {
    display: none;
    background: rgba(0, 179, 0, 0.2);
    border: 2px solid #00B300;
    color: #FFFFFF;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
    margin-top: 16px;
    font-weight: 600;
}

.form-success.show {
    display: block;
    animation: fadeIn 0.5s;
}

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

/* Footer */
.xm9k2p.footer {
    background: #012B00;
    padding: 48px 0 24px;
    margin-top: 64px;
    border-top: 3px solid #00B300;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
    margin-bottom: 40px;
}

.footer-logo {
    height: 50px;
    width: auto;
    margin-bottom: 16px;
}

.footer-desc {
    color: #C8E6C9;
    line-height: 1.6;
}

.footer-col h4 {
    color: #FFFFFF;
    margin-bottom: 16px;
    font-size: 18px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #C8E6C9;
    font-size: 14px;
}

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

.footer-payments,
.footer-providers {
    margin-bottom: 32px;
}

.footer-payments h4,
.footer-providers h4 {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 16px;
}

.payment-icons,
.provider-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.payment-icon,
.provider-list span {
    background: rgba(0, 179, 0, 0.15);
    padding: 8px 16px;
    border-radius: 6px;
    color: #E8F5E9;
    font-size: 14px;
}

.footer-bottom {
    padding-top: 24px;
    border-top: 1px solid rgba(0, 179, 0, 0.3);
}

.footer-legal {
    text-align: center;
    color: #A5D6A7;
    font-size: 13px;
}

.footer-legal p {
    margin-bottom: 12px;
}

.legal-text {
    max-width: 800px;
    margin: 0 auto 12px;
    line-height: 1.5;
}

.warning-text {
    color: #FFB300;
    font-weight: 600;
}

/* Fixed Widget */
.widget-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #012B00 0%, #00B300 100%);
    padding: 16px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.5);
    z-index: 999;
    animation: slideUp 0.5s ease;
}

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

.widget-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.widget-text {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
}

.widget-btn {
    background: #FFFFFF;
    color: #012B00;
    padding: 12px 32px;
    border-radius: 6px;
    font-weight: 700;
    transition: all 0.3s;
    text-decoration: none;
}

.widget-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.3);
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .header-nav {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 80%;
        max-width: 300px;
        height: calc(100vh - 80px);
        background: #012B00;
        flex-direction: column;
        padding: 24px;
        transition: left 0.3s;
        box-shadow: 4px 0 16px rgba(0, 0, 0, 0.5);
    }

    .header-nav.active {
        left: 0;
    }

    .nav-list {
        flex-direction: column;
        gap: 16px;
    }

    .burger-menu {
        display: flex;
    }

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

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

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

    .desktop-buttons {
        display: none;
    }

    .mobile-buttons {
        display: flex;
        gap: 8px;
    }

    .btn-login-mobile,
    .btn-signup-mobile {
        padding: 8px 16px;
        font-size: 13px;
    }

    .btn-login-mobile {
        background: transparent;
        color: #FFFFFF;
        border: 2px solid #FFFFFF;
    }

    .btn-signup-mobile {
        background: #00B300;
        color: #FFFFFF;
    }

    .online-counter {
        display: none;
    }
}

@media (max-width: 768px) {
    .p8mk3s {
        font-size: 32px;
    }

    .nm2x7g {
        font-size: 16px;
    }

    section {
        padding: 24px;
    }

    .wheel-wrapper {
        width: 300px;
        height: 300px;
    }

    #wheelCanvas {
        width: 300px !important;
        height: 300px !important;
    }

    .slider-container {
        gap: 0;
    }

    .screenshot-img {
        height: 250px;
    }

    .widget-content {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

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

@media (max-width: 576px) {
    .container {
        padding: 0 16px;
    }

    section {
        padding: 20px;
    }

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

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

    .info-table td {
        padding: 12px;
        font-size: 14px;
    }
}

/* Unused classes for uniqueness */
.zr8kq3w {
    display: none;
}

.pm7vx2n {
    visibility: hidden;
}

.qt9gh4p {
    opacity: 0;
}

.wf6nx8m {
    position: absolute;
    left: -9999px;
}

.yb2md5k {
    color: transparent;
}

.ndrr {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 32px;
    background: linear-gradient(180deg, rgba(1, 43, 0, 0.88) 0%, rgba(8, 34, 0, 0.96) 100%);
    border: 1px solid rgba(0, 179, 0, 0.18);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    color: #e8f5e9;
}

.ndrr h1,
.ndrr h2,
.ndrr h3,
.ndrr h4,
.ndrr h5,
.ndrr h6 {
    margin: 0 0 18px;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
}

.ndrr h1 {
    font-size: 42px;
    margin-bottom: 22px;
}

.ndrr h2 {
    font-size: 30px;
    margin-top: 34px;
}

.ndrr h3 {
    font-size: 24px;
    margin-top: 28px;
}

.ndrr p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.8;
    color: #dce9dd;
}

.ndrr strong {
    color: #ffffff;
    font-weight: 700;
}

.ndrr a {
    color: #55e26a;
    text-decoration: none;
    border-bottom: 1px solid rgba(85, 226, 106, 0.35);
    transition: color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.ndrr a:hover {
    color: #8cff9b;
    border-color: rgba(140, 255, 155, 0.7);
}

.ndrr ul,
.ndrr ol {
    margin: 0 0 20px;
    padding-left: 24px;
}

.ndrr li {
    margin-bottom: 10px;
    padding-left: 4px;
    color: #dce9dd;
    line-height: 1.75;
}

.ndrr ul li::marker {
    color: #2be34f;
}

.ndrr ol li::marker {
    color: #7dff90;
    font-weight: 700;
}

.ndrr table {
    width: 100%;
    margin: 24px 0;
    border-collapse: collapse;
    background: rgba(7, 31, 0, 0.78);
    border: 1px solid rgba(0, 179, 0, 0.28);
    border-radius: 16px;
    overflow: hidden;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.ndrr thead {
    background: linear-gradient(180deg, rgba(0, 179, 0, 0.18) 0%, rgba(0, 120, 0, 0.12) 100%);
}

.ndrr th,
.ndrr td {
    padding: 14px 16px;
    border: 1px solid rgba(0, 179, 0, 0.18);
    text-align: left;
    vertical-align: top;
}

.ndrr th {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.ndrr td {
    color: #dce9dd;
    font-size: 15px;
    background: transparent;
}

.ndrr tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
}

.ndrr tbody tr:hover td {
    background: rgba(0, 179, 0, 0.06);
}

.ndrr blockquote {
    margin: 22px 0;
    padding: 18px 20px;
    border-left: 4px solid #21d43f;
    border-radius: 14px;
    background: rgba(0, 179, 0, 0.08);
    color: #ecf8ec;
}

.ndrr blockquote p:last-child {
    margin-bottom: 0;
}

.ndrr hr {
    margin: 28px 0;
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 179, 0, 0.45), transparent);
}

.ndrr img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    display: block;
}

.ndrr > *:first-child {
    margin-top: 0;
}

.ndrr > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .ndrr {
        padding: 32px 24px;
        border-radius: 20px;
    }

    .ndrr h1 {
        font-size: 34px;
    }

    .ndrr h2 {
        font-size: 27px;
        margin-top: 30px;
    }

    .ndrr h3 {
        font-size: 22px;
        margin-top: 24px;
    }

    .ndrr p,
    .ndrr li {
        font-size: 16px;
    }

    .ndrr th,
    .ndrr td {
        padding: 12px 14px;
    }
}

@media (max-width: 767px) {
    .ndrr {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .ndrr h1 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .ndrr h2 {
        font-size: 23px;
        margin-top: 26px;
        margin-bottom: 14px;
    }

    .ndrr h3 {
        font-size: 19px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .ndrr p {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 16px;
    }

    .ndrr ul,
    .ndrr ol {
        padding-left: 20px;
        margin-bottom: 18px;
    }

    .ndrr li {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 8px;
    }

    .ndrr table {
        margin: 18px 0;
        border-radius: 14px;
    }

    .ndrr th,
    .ndrr td {
        padding: 11px 12px;
        font-size: 14px;
    }

    .ndrr blockquote {
        padding: 16px;
        margin: 18px 0;
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .ndrr {
        padding: 20px 14px;
        border-radius: 16px;
    }

    .ndrr h1 {
        font-size: 24px;
    }

    .ndrr h2 {
        font-size: 20px;
    }

    .ndrr h3 {
        font-size: 17px;
    }

    .ndrr p,
    .ndrr li {
        font-size: 14px;
    }

    .ndrr th,
    .ndrr td {
        padding: 10px;
        font-size: 13px;
    }
}