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

html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000;
    color: #fff;
    font-size: 17px;
}

.xrt5p {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1.5rem;
    overflow-x: hidden;
}

/* Common Section Styles */
section {
    padding: 4rem 0;
}

section h2 {
    text-align: center;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 3rem;
    text-transform: uppercase;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
}

/* H3 Heading Styles */
h3 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: bold;
    position: relative;
}

section h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    display: inline-block;
    text-align: center;
    width: 100%;
}

section h3::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 40px;
    height: 2px;
    background-color: #97ff00;
    transform: translateX(-50%);
    border-radius: 2px;
}

section h3:hover::after {
    width: 80px;
}

@media (max-width: 768px) {
    section {
        padding: 3rem 0;
    }
    
    section h2 {
        font-size: 2rem;
    }
    
    section h3 {
        font-size: 1.3rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    
    .y6f2d {
        margin: 0 auto 1.5rem;
    }
    
    section p {
        margin-bottom: 1.5rem;
        line-height: 1.6;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    section {
        padding: 2rem 0;
    }
    
    section h2 {
        font-size: 1.6rem;
        line-height: 1.3;
        padding: 0 10px;
    }
    
    section h3 {
        font-size: 1.1rem;
    }
    
    .y6f2d {
        margin: 0 auto 1.5rem;
    }
    
    section p {
        margin-bottom: 1.2rem;
        line-height: 1.5;
        font-size: 15px;
    }
}

.y6f2d {
    height: 4px;
    width: 80px;
    background-color: #97ff00;
    margin: 0 auto 2rem;
    border-radius: 2px;
}

section p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #e0e0e0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
}

section p:last-of-type {
    margin-bottom: 0;
}

/* Header Styles */
header {
    padding: 1rem 0;
}

.tp4k8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

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

.v3p7r {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.j6q2s {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    color: #97ff00;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #97ff00;
    border-radius: 2rem;
    transition: all 0.3s ease;
}

.j6q2s:hover {
    background-color: rgba(151, 255, 0, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(151, 255, 0, 0.2);
}

/* Hero Section - New Design */
.hero-section {
    background: #0a0a0a;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(20, 20, 20, 0.9) 100%), url('img/Swiper-Casino-Banner.webp');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    border-bottom: 1px solid #222;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(151, 255, 0, 0.08), transparent 70%);
    z-index: 1;
}

.hero-container {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 700px;
}

.hero-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.license-badge {
    background-color: rgba(151, 255, 0, 0.1);
    color: #97ff00;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 3px;
    border: 1px solid rgba(151, 255, 0, 0.3);
}

.review-date {
    color: #999;
    font-size: 0.8rem;
}

.hero-section h1 {
    font-size: 3.2rem;
    background: linear-gradient(90deg, #fff, #97ff00);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-tagline {
    font-size: 1.3rem;
    color: #ddd;
    margin-bottom: 25px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.hero-rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.stars {
    color: #97ff00;
    font-size: 1.6rem;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(151, 255, 0, 0.4);
}

.score {
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #97ff00;
    color: #000;
    padding: 5px 12px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(151, 255, 0, 0.3);
}

.hero-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: left;
    display: block;
}

.hero-highlights li {
    color: #e0e0e0;
    margin-bottom: 12px;
    font-size: 1.05rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.hero-highlights li::before {
    content: "✓";
    color: #97ff00;
    margin-right: 10px;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(151, 255, 0, 0.5);
}

.hero-cta {
    margin-top: 25px;
    text-align: left;
}

.bonus-btn {
    display: inline-block;
    background: linear-gradient(90deg, #97ff00, #7dd800);
    color: #000;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(151, 255, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.bonus-btn::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    left: -40px;
    background-color: rgba(255, 255, 255, 0.3);
    transform: skewX(-30deg);
    transition: all 0.5s ease;
}

.bonus-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(151, 255, 0, 0.4);
}

.bonus-btn:hover::after {
    left: 120%;
}

.bonus-terms {
    margin-top: 8px;
    font-size: 0.75rem;
    color: #999;
    text-align: left;
    opacity: 0.8;
}

.hero-image {
    flex: 0 0 45%;
    position: relative;
    background-color: #181818;
    border-radius: 8px;
    min-height: 200px;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    display: block;
}

/* Responsive Styles for Hero */
@media (max-width: 768px) {
    .hero-section {
        padding: 50px 0 60px;
    }
    
    .hero-section h1 {
        font-size: 2.6rem;
    }
    
    .hero-top {
        justify-content: center;
        margin-bottom: 30px;
    }
    
    .hero-tagline {
        text-align: center;
        margin-bottom: 30px;
        font-size: 1.2rem;
    }
    
    .hero-rating {
        justify-content: center;
        margin-bottom: 35px;
    }
    
    .stars {
        font-size: 1.4rem;
    }
    
    .hero-highlights {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    
    .hero-highlights li {
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    
    .hero-cta {
        text-align: center;
        margin-top: 40px;
    }
    
    .bonus-btn {
        padding: 14px 36px;
        font-size: 1.1rem;
    }
    
    .bonus-terms {
        text-align: center;
        margin-top: 15px;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 50px 0 60px;
    }
    
    .hero-section h1 {
        font-size: 2.2rem;
    }
    
    .hero-highlights {
        width: 100%;
    }
    
    .hero-highlights li {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }
    
    .bonus-btn {
        width: 100%;
        padding: 16px 20px;
        font-size: 1rem;
    }
}

/* Button Styles */
.btn64k {
    margin-top: 2rem;
}

.g7h2p {
    display: inline-block;
    background-color: #97ff00;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding: 0.8rem 2rem;
    border-radius: 2rem;
    text-transform: uppercase;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.g7h2p:hover {
    background-color: #86e500;
    transform: scale(1.05);
}

.g7h2p-sm {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    background-color: #97ff00;
    color: #000;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 0 15px rgba(151, 255, 0, 0.7);
    border: none;
    text-align: center;
}

.i4p6s:hover .g7h2p-sm {
    background-color: #97ff00;
    box-shadow: 0 0 20px rgba(151, 255, 0, 0.9);
    transform: scale(1.05);
}

/* Info Boxes Section */
.h2f3y {
    /* Background color removed */
}

.q7w2z {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin: 1.8rem auto;
    padding-top: 1.5rem;
}

.j9k4n {
    background-color: #111;
    border-radius: 8px;
    padding: 1.4rem 1.2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    transition: transform 0.3s ease;
    border-bottom: 3px solid #97ff00;
}

.j9k4n:hover {
    transform: translateY(-4px);
}

.m5r2t {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #97ff00;
    margin-bottom: 0.2rem;
}

.c6d5x {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 768px) {
    .q7w2z {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin: 1.5rem auto;
        padding-top: 1rem;
    }
    
    .j9k4n {
        padding: 1.2rem 1rem;
        gap: 0.4rem;
    }
    
    .c6d5x {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .q7w2z {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
    
    .j9k4n {
        padding: 1rem 0.8rem;
    }
    
    .c6d5x {
        font-size: 1rem;
    }
}

/* Registration Process Section */
.r3g2s {
    /* Background color removed */
}

.z8k1q {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    max-width: 800px;
    margin: 1.5rem auto 1rem;
}

.w5n3e {
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.2s ease;
    padding: 0.5rem;
    border-radius: 6px;
}

.w5n3e:hover {
    transform: translateX(5px);
    background-color: rgba(151, 255, 0, 0.05);
}

.f2p6j {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    background-color: #111;
    color: #97ff00;
    border-radius: 50%;
    font-size: 1.3rem;
    font-weight: bold;
    flex-shrink: 0;
    border: 2px solid #97ff00;
    transition: all 0.3s ease;
}

.w5n3e:hover .f2p6j {
    background-color: #97ff00;
    color: #000;
}

.w5n3e p {
    margin: 0;
    padding-top: 0;
    line-height: 1.4;
    color: #e0e0e0;
    font-size: 17px;
}

@media (max-width: 768px) {
    .z8k1q {
        gap: 0.6rem;
        margin: 1.2rem auto 0;
    }
    
    .w5n3e {
        gap: 0.8rem;
        padding: 0.4rem;
    }
    
    .f2p6j {
        width: 2.5rem;
        height: 2.5rem;
        min-width: 2.5rem;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .w5n3e {
        gap: 0.6rem;
        padding: 0.3rem;
    }
    
    .f2p6j {
        width: 2.2rem;
        height: 2.2rem;
        min-width: 2.2rem;
        font-size: 1.1rem;
    }
}

/* Key Features Section */
.a9t4b {
    /* Background color removed */
}

.p2h7d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.s6j3l {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.n5v8c {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background-color: #111;
    border-radius: 6px;
    transition: transform 0.2s ease;
}

.n5v8c:hover {
    transform: translateY(-3px);
}

.g1r7e {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 2.8rem;
    min-width: 2.8rem;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.g1r7e-pros {
    border: 2px solid #97ff00;
}

.g1r7e-cons {
    border: 2px solid #ff3333;
}

.n5v8c p {
    margin: 0;
    padding-top: 0.4rem;
    line-height: 1.3;
    color: #e0e0e0;
    font-size: 17px;
}

/* Game Showcase Section */
.l8k2r {
    /* Background color removed */
}

.u3m7p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 3rem 0;
}

.t5b9x {
    flex: 0 0 auto;
    max-width: 400px;
    width: 100%;
}

.i4p6s {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    background-color: #111;
    transition: transform 0.3s ease;
}

.i4p6s:hover {
    transform: translateY(-10px);
}

.i4p6s svg {
    display: block;
    border-radius: 12px 12px 0 0;
}

.o2c7v {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #111;
}

.e6d1f h3 {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
    color: #fff;
}

.e6d1f p {
    font-size: 0.8rem;
    color: #97ff00;
    margin: 0;
}

/* Customer Support Section */
.x5j2k {
    /* Background color removed to maintain black bg */
}

.v6h9m {
    margin: 3rem 0 1rem;
}

.b3g7n {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.b3g7n th, 
.b3g7n td {
    padding: 1rem;
    text-align: left;
    border: 1px solid #333;
}

.b3g7n th {
    background-color: #97ff00;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.b3g7n tr:nth-child(odd) td {
    background-color: #111;
}

.b3g7n tr:nth-child(even) td {
    background-color: #0a0a0a;
}

.k2l4j {
    color: #97ff00;
    text-decoration: none;
    transition: all 0.3s ease;
}

.k2l4j:hover {
    text-decoration: underline;
    color: #86e500;
}

/* Security and Licensing Section */
.j8h2s {
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.f5g9d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.l4k7e {
    padding-right: 2rem;
}

.l4k7e h2 {
    text-align: left;
}

.l4k7e .y6f2d {
    margin-left: 0;
    margin-right: auto;
}

.p3d6r {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.b7n1q {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Bonus Promotion Section */
.h4d9k {
    position: relative;
    overflow: hidden;
    background: url('img/bonus-bg.svg');
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
}

.h4d9k::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.m7p3v {
    position: relative;
    z-index: 2;
}

.r2t8j {
    max-width: 500px;
}

.r2t8j h3 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.v8y5p {
    font-size: 3.5rem;
    font-weight: bold;
    color: #FFD700;
    margin-bottom: 1rem;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

/* FAQ Section */
.t3f9q {
    position: relative;
    background-color: #000;
}

/* Popular Slots Styles */
.popular-slots {
    background-color: #111;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    border-left: 4px solid #97ff00;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.popular-slots h4 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
}

.popular-slots h4::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 60px;
    height: 2px;
    background-color: #97ff00;
    transform: translateX(-50%);
    border-radius: 2px;
}

.slots-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.slot-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.slot-item:hover {
    transform: translateY(-5px);
    background-color: rgba(151, 255, 0, 0.1);
    box-shadow: 0 5px 15px rgba(151, 255, 0, 0.2);
}

.slot-icon, 
.game-icon, 
.responsible-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    flex-shrink: 0;
}

.slot-icon svg, 
.game-icon svg, 
.responsible-icon svg {
    width: 22px;
    height: 22px;
}

.slot-item span {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

/* Live Casino Games Styles */
.live-casino-games {
    background-color: #111;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    border-right: 4px solid #97ff00;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.live-casino-games h4 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
}

.live-casino-games h4::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 60px;
    height: 2px;
    background-color: #97ff00;
    transform: translateX(-50%);
    border-radius: 2px;
}

.casino-games-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.game-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.game-item:hover {
    transform: translateY(-5px);
    background-color: rgba(151, 255, 0, 0.1);
    border-bottom: 2px solid #97ff00;
    box-shadow: 0 5px 15px rgba(151, 255, 0, 0.2);
}

.game-icon {
    flex-shrink: 0;
}

.game-item span {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

/* Responsible Gaming Styles */
.responsible-gaming {
    background-color: #111;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    border-top: 4px solid #97ff00;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.responsible-gaming h4 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
}

.responsible-gaming h4::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 60px;
    height: 2px;
    background-color: #97ff00;
    transform: translateX(-50%);
    border-radius: 2px;
}

.responsible-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.responsible-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.responsible-item:hover {
    transform: translateY(-5px);
    background-color: rgba(151, 255, 0, 0.1);
    box-shadow: 0 5px 15px rgba(151, 255, 0, 0.2);
}

.responsible-icon {
    flex-shrink: 0;
}

.responsible-item span {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 768px) {
    .slots-list,
    .casino-games-list,
    .responsible-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .popular-slots,
    .live-casino-games,
    .responsible-gaming {
        padding: 1.5rem;
        margin: 1.5rem 0;
    }
    
    .popular-slots h4,
    .live-casino-games h4,
    .responsible-gaming h4 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }
    
    .slot-item,
    .game-item,
    .responsible-item {
        padding: 1rem;
        gap: 0.8rem;
    }
    
    .slot-item span,
    .game-item span,
    .responsible-item span {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .slots-list,
    .casino-games-list,
    .responsible-list {
        grid-template-columns: 1fr;
    }
    
    .popular-slots,
    .live-casino-games,
    .responsible-gaming {
        padding: 1.5rem;
        margin: 1.5rem 0;
    }
    
    .popular-slots h4,
    .live-casino-games h4,
    .responsible-gaming h4 {
        font-size: 1.2rem;
        margin-bottom: 1.2rem;
    }
    
    .slot-item span,
    .game-item span,
    .responsible-item span {
        font-size: 15px;
    }
}

.d4j8p {
    max-width: 900px;
    margin: 2rem auto 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.c2l7b {
    background-color: #111;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-left: 3px solid #97ff00;
}

.c2l7b:hover {
    transform: translateX(5px);
    box-shadow: 0 0 15px rgba(151, 255, 0, 0.2);
}

.a6e3w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.8rem;
    cursor: pointer;
    position: relative;
}

.a6e3w h3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding-right: 2rem;
}

.x7k9i {
    position: relative;
    width: 20px;
    height: 20px;
}

.x7k9i::before,
.x7k9i::after {
    content: '';
    position: absolute;
    background-color: #97ff00;
    transition: all 0.3s ease;
}

.x7k9i::before {
    top: 9px;
    left: 0;
    width: 20px;
    height: 2px;
}

.x7k9i::after {
    top: 0;
    left: 9px;
    width: 2px;
    height: 20px;
}

.a6e3w.active .x7k9i::after {
    transform: rotate(90deg);
    opacity: 0;
}

.y8r6t {
    padding: 1.5rem 1.8rem 1.8rem;
    border-top: 1px solid #222;
}

.y8r6t p {
    margin: 0;
    color: #e0e0e0;
    line-height: 1.8;
    font-size: 17px;
}

@media (max-width: 768px) {
    .a6e3w h3 {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .d4j8p {
        margin: 1.5rem auto 1rem;
    }
    
    .a6e3w {
        padding: 1rem;
    }
    
    .a6e3w h3 {
        font-size: 0.9rem;
    }
    
    .y8r6t {
        padding: 0 1rem 1rem;
    }
    
    .y8r6t p {
        font-size: 15px;
        line-height: 1.5;
    }
}

/* Footer Styles */
.f7p9r {
    background-color: #0a0a0a;
    padding: 4rem 0 2rem;
    border-top: 1px solid #222;
}

.g2v8s {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.q4z7x {
    grid-column: span 1;
}

.s8j4t {
    margin-bottom: 1.5rem;
}

.s8j4t img {
    max-height: 30px;
    width: auto;
}

.q4z7x p {
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.j1w7d {
    display: flex;
    gap: 1rem;
}

.e5t9n {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #111;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.e5t9n:hover {
    background-color: #97ff00;
    transform: translateY(-3px);
}

.e5t9n:hover svg path {
    fill: #000;
}

.u1p9m h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.8rem;
}

.u1p9m h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #97ff00;
    border-radius: 2px;
}

.v3n6y {
    list-style: none;
    padding: 0;
}

.v3n6y li {
    margin-bottom: 0.8rem;
}

.v3n6y a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 0.95rem;
    position: relative;
    padding-left: 15px;
}

.v3n6y a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #97ff00;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.v3n6y a:hover {
    color: #97ff00;
    padding-left: 20px;
}

.v3n6y a:hover::before {
    width: 8px;
    height: 8px;
}

.o7w4d {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
}

.i9g5x {
    background-color: #111;
    border-radius: 5px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.i9g5x:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.i9g5x span {
    font-size: 0.8rem;
    font-weight: bold;
    color: #97ff00;
}

.t6h1s {
    padding: 2rem 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    margin-bottom: 2rem;
}

.t6h1s p {
    color: #777;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 1rem;
}

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

.u9p1r {
    text-align: center;
}

.u9p1r p {
    color: #777;
    font-size: 17px;
}

@media (max-width: 992px) {
    .g2v8s {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .q4z7x {
        grid-column: span 2;
    }
}

@media (max-width: 576px) {
    .g2v8s {
        grid-template-columns: 1fr;
    }
    
    .q4z7x {
        grid-column: span 1;
    }
    
    .f7p9r {
        padding: 3rem 0 1.5rem;
    }
    
    .o7w4d {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    section {
        padding: 3rem 0;
    }
    
    section h2 {
        font-size: 2rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .hd9k3 {
        min-height: 350px;
    }
    
    .hd9k3 h1 {
        font-size: 2.2rem;
    }
    
    .rating-stars {
        font-size: 1.4rem;
    }
    
    .rating-value {
        font-size: 1rem;
    }
    
    .hero-feature {
        font-size: 0.9rem;
    }
    
    .q7w2z {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin: 1.5rem auto;
        padding-top: 1rem;
    }
    
    .j9k4n {
        padding: 1.2rem 1rem;
        gap: 0.5rem;
    }
    
    .z8k1q {
        gap: 1.5rem;
        margin: 2rem auto 0;
    }
    
    .p2h7d {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin: 1.5rem 0;
    }
    
    .s6j3l {
        gap: 1.5rem;
    }
    
    .n5v8c {
        padding: 0.8rem;
        gap: 0.8rem;
    }
    
    .g1r7e {
        width: 2.5rem;
        height: 2.5rem;
        min-width: 2.5rem;
    }
    
    .f2p6j {
        width: 2.5rem;
        height: 2.5rem;
        min-width: 2.5rem;
        font-size: 1.2rem;
    }
    
    .t5b9x {
        max-width: 350px;
    }
}

@media (max-width: 480px) {
    section {
        padding: 2rem 0;
    }
    
    .xrt5p {
        padding: 0 1rem;
    }
    
    section h2 {
        font-size: 1.6rem;
        line-height: 1.3;
        padding: 0 10px;
    }
    
    .hd9k3 {
        min-height: 320px;
        padding: 1.5rem 1rem;
    }
    
    .hd9k3 h1 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    
    .star-rating {
        padding: 0.4rem 0.8rem;
    }
    
    .rating-stars {
        font-size: 1.1rem;
        margin-right: 0.5rem;
    }
    
    .rating-value {
        font-size: 0.9rem;
    }
    
    .hero-badges {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }
    
    .tp4k8 img {
        height: 32px;
    }
    
    .q7w2z {
        grid-template-columns: 1fr;
    }
    
    .j9k4n {
        padding: 1rem 0.8rem;
    }
    
    .c6d5x {
        font-size: 1.3rem;
    }
    
    .w5n3e {
        gap: 0.5rem;
    }
    
    .f2p6j {
        width: 2.2rem;
        height: 2.2rem;
        min-width: 2.2rem;
        font-size: 1.1rem;
    }
    
    .n5v8c {
        padding: 0.8rem;
        gap: 0.8rem;
    }
    
    .g1r7e {
        width: 2.2rem;
        height: 2.2rem;
        min-width: 2.2rem;
    }
    
    .g1r7e svg {
        width: 18px;
        height: 18px;
    }
    
    .t5b9x {
        max-width: 100%;
    }
    
    .o2c7v {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .e6d1f {
        text-align: center;
    }
    
    .g7h2p-sm {
        width: 100%;
        text-align: center;
    }
}

/* Responsive table */
@media (max-width: 600px) {
    .b3g7n {
        border: 0;
        box-shadow: none;
    }
    
    .b3g7n thead {
        display: none;
    }
    
    .b3g7n tr {
        margin-bottom: 1rem;
        display: block;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }
    
    .b3g7n td {
        display: block;
        text-align: right;
        position: relative;
        padding-left: 50%;
        border: none;
        border-bottom: 1px solid #333;
    }
    
    .b3g7n td:before {
        content: attr(data-label);
        position: absolute;
        left: 1rem;
        width: 45%;
        white-space: nowrap;
        font-weight: bold;
        text-align: left;
    }
    
    .b3g7n td:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 992px) {
    .f5g9d {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .l4k7e {
        padding-right: 0;
        order: 1;
    }
    
    .l4k7e h2 {
        text-align: center;
    }
    
    .l4k7e .y6f2d {
        margin-left: auto;
        margin-right: auto;
    }
    
    .p3d6r {
        justify-content: center;
        order: 0;
    }
    
    .b7n1q {
        max-width: 400px;
    }
    
    .r2t8j h3 {
        font-size: 1.8rem;
    }
    
    .v8y5p {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .h4d9k::before {
        width: 100%;
        opacity: 0.4;
    }
    
    .r2t8j {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .b7n1q {
        max-width: 100%;
    }
    
    .r2t8j h3 {
        font-size: 1.5rem;
    }
    
    .v8y5p {
        font-size: 2.5rem;
    }
}

/* Section-specific styles */
.k9p7m, .h2f3y, .r3g2s, .a9t4b, .b5p8n, .e2m7v, .p9g6n, .t3f9q, .x5j2k {
    background-color: #000;
    position: relative;
    overflow: hidden;
    border-bottom: none;
}

.k9p7m:after, .h2f3y:after, .r3g2s:after, .a9t4b:after, .b5p8n:after, .e2m7v:after, .p9g6n:after, .t3f9q:after, .x5j2k:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(151, 255, 0, 0.02), transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.k9p7m .xrt5p, .h2f3y .xrt5p, .r3g2s .xrt5p, .a9t4b .xrt5p, .b5p8n .xrt5p, .e2m7v .xrt5p, .p9g6n .xrt5p, .t3f9q .xrt5p, .x5j2k .xrt5p {
    position: relative;
    z-index: 1;
}

/* Remove alternating section colors to keep everything black */
.h2f3y, .a9t4b, .e2m7v, .x5j2k {
    background-color: #000;
}

/* Adjust specific sections */
.k9p7m {
    padding-top: 2rem;
}

/* Hero section - remove extra spacing */
.hero-section {
    padding: 60px 0;
}

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

/* Ensure all section content is properly spaced */
.k9p7m p, .h2f3y p, .r3g2s p, .a9t4b p, .b5p8n p, .e2m7v p, .p9g6n p, .t3f9q p, .x5j2k p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .k9p7m, .h2f3y, .r3g2s, .a9t4b, .b5p8n, .e2m7v, .p9g6n, .t3f9q, .x5j2k {
        border-bottom: none;
    }
    
    .t6h1s p {
        font-size: 16px;
    }
    
    .u9p1r p {
        font-size: 16px;
    }
    
    /* Fix for mobile step numbers and icons */
    .f2p6j {
        width: 2.5rem;
        height: 2.5rem;
        min-width: 2.5rem;
        font-size: 1.2rem;
    }
    
    .g1r7e {
        width: 2.5rem;
        height: 2.5rem;
        min-width: 2.5rem;
    }
    
    .slot-icon, 
    .game-icon, 
    .responsible-icon {
        width: 2.5rem;
        height: 2.5rem;
        min-width: 2.5rem;
    }
    
    .slot-icon svg, 
    .game-icon svg, 
    .responsible-icon svg,
    .g1r7e svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .t6h1s p {
        font-size: 15px;
    }
    
    .u9p1r p {
        font-size: 15px;
    }
    
    /* Fix for mobile step numbers and icons */
    .f2p6j {
        width: 2.2rem;
        height: 2.2rem;
        min-width: 2.2rem;
        font-size: 1.1rem;
    }
    
    .g1r7e {
        width: 2.2rem;
        height: 2.2rem;
        min-width: 2.2rem;
    }
    
    .slot-icon, 
    .game-icon, 
    .responsible-icon {
        width: 2.2rem;
        height: 2.2rem;
        min-width: 2.2rem;
    }
    
    .slot-icon svg, 
    .game-icon svg, 
    .responsible-icon svg,
    .g1r7e svg {
        width: 18px;
        height: 18px;
    }
}

/* Reduce animation for the pros/cons boxes to make them more compact */
.a9t4b .n5v8c {
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

.a9t4b .n5v8c:hover {
    border-left-color: #97ff00;
    transform: translateX(3px);
}

.a9t4b .g1r7e-pros {
    border: 2px solid #97ff00;
}

.a9t4b .g1r7e-cons {
    border: 2px solid #ff3333;
}

/* Responsive header button styles */
@media (max-width: 480px) {
    .tp4k8 img {
        height: 32px;
    }
    
    .v3p7r {
        gap: 0.5rem;
    }
    
    .j6q2s {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
    
    .g7h2p {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 350px) {
    .v3p7r {
        gap: 0.4rem;
    }
    
    .j6q2s {
        padding: 0.3rem 0.6rem;
        font-size: 0.8rem;
    }
    
    .g7h2p {
        padding: 0.3rem 0.6rem;
        font-size: 0.8rem;
    }
}

/* Payment Methods Styles - Fixed */
.payment-methods {
    background-color: #111;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    border-top: 4px solid #97ff00;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Account Process Styles */
.account-process {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 2rem auto;
    max-width: 1000px;
}

.process-section {
    flex: 1;
    min-width: 300px;
    background-color: #111;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-left: 3px solid #97ff00;
}

.process-title {
    color: #97ff00;
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(151, 255, 0, 0.2);
    text-align: left;
}

.process-title::after {
    display: none;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.steps-list .w5n3e {
    padding: 8px 12px;
}

/* Responsive styles for account process */
@media (max-width: 768px) {
    .account-process {
        flex-direction: column;
        gap: 25px;
    }
    
    .process-section {
        width: 100%;
        min-width: auto;
    }
    
    .process-title {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }
}

.payment-methods-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
}

.payment-method-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background-color: rgba(20, 20, 20, 0.7);
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.payment-method-item:hover {
    transform: translateY(-3px);
    background-color: rgba(151, 255, 0, 0.1);
    box-shadow: 0 5px 15px rgba(151, 255, 0, 0.2);
    border-color: rgba(151, 255, 0, 0.3);
}

.payment-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.payment-icon svg {
    width: 20px;
    height: 20px;
}

.payment-method-item span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 768px) {
    .payment-methods-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .payment-methods {
        padding: 1.5rem;
        margin: 1.5rem 0;
    }
    
    .payment-method-item {
        padding: 10px;
        gap: 8px;
    }
    
    .payment-method-item span {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .payment-methods-list {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .payment-methods {
        padding: 1.2rem;
    }
    
    .payment-icon {
        width: 26px;
        height: 26px;
        min-width: 26px;
    }
    
    .payment-icon svg {
        width: 16px;
        height: 16px;
    }
}

/* Currency and Payment Method Styles */
.payment-currencies {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin: 2rem 0;
}

.currency-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    background: linear-gradient(145deg, #151515, #1c1c1c);
    border-radius: 8px;
    width: 120px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border: 1px solid #222;
}

.currency-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(151, 255, 0, 0.15);
    border-color: #97ff00;
}

.currency-icon {
    font-size: 2.5rem;
    color: #97ff00;
    margin-bottom: 0.8rem;
    font-weight: bold;
}

.currency-name {
    font-size: 1rem;
    color: #e0e0e0;
}

.payment-category {
    margin-bottom: 2rem;
}

.payment-category h3 {
    text-align: left;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    color: #fff;
    border-bottom: 1px solid rgba(151, 255, 0, 0.3);
    display: block;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.payment-category h3::after {
    display: none;
}

.payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}

.payment-option {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background-color: rgba(20, 20, 20, 0.8);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #222;
    width: calc(50% - 0.5rem);
    max-width: 400px;
}

.payment-option:hover {
    background-color: rgba(30, 30, 30, 0.8);
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(151, 255, 0, 0.1);
    border-color: #97ff00;
}

.payment-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(151, 255, 0, 0.1);
    border-radius: 50%;
    margin-right: 0.5rem;
}

.payment-icon svg {
    width: 24px;
    height: 24px;
}

.payment-option span {
    color: #e0e0e0;
    font-size: 0.95rem;
}

@media (max-width: 992px) {
    .payment-option {
        width: 100%;
        max-width: 100%;
    }
    
    .currency-box {
        width: 100px;
    }
    
    .currency-icon {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .payment-currencies {
        gap: 1rem;
    }
    
    .currency-box {
        width: 80px;
        padding: 1rem;
    }
    
    .currency-icon {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }
    
    .currency-name {
        font-size: 0.85rem;
    }
    
    .payment-option {
        padding: 0.8rem 1rem;
    }
    
    .payment-icon {
        width: 32px;
        height: 32px;
    }
    
    .payment-icon svg {
        width: 18px;
        height: 18px;
    }
    
    .payment-option span {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .payment-currencies {
        gap: 0.8rem;
    }
    
    .currency-box {
        width: 70px;
        padding: 0.8rem;
    }
    
    .currency-icon {
        font-size: 1.5rem;
    }
    
    .currency-name {
        font-size: 0.75rem;
    }
}

/* VIP Cashback List Styles */
.vip-cashback-list {
    max-width: 900px;
    margin: 1.5rem auto;
    padding: 1.5rem;
    background: linear-gradient(145deg, #111111, #191919);
    border-radius: 10px;
    border-left: 3px solid #97ff00;
    list-style-type: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.vip-cashback-list li {
    padding: 1rem 1.2rem;
    margin-bottom: 0.8rem;
    background-color: rgba(20, 20, 20, 0.7);
    border-radius: 8px;
    color: #e0e0e0;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
}

.vip-cashback-list li:last-child {
    margin-bottom: 0;
}

.vip-cashback-list li:hover {
    transform: translateY(-3px);
    background-color: rgba(151, 255, 0, 0.1);
    box-shadow: 0 5px 15px rgba(151, 255, 0, 0.1);
    border-color: rgba(151, 255, 0, 0.3);
}

.vip-cashback-list li:nth-child(1) {
    border-left: 3px solid #97ff00;
}

.vip-cashback-list li:nth-child(2) {
    border-left: 3px solid #ffaa00;
}

.vip-cashback-list li:nth-child(3) {
    border-left: 3px solid #ff5555;
}

@media (max-width: 768px) {
    .vip-cashback-list {
        padding: 1.2rem;
        margin: 1.2rem auto;
    }
    
    .vip-cashback-list li {
        padding: 0.8rem 1rem;
        font-size: 1rem;
        margin-bottom: 0.6rem;
    }
}

@media (max-width: 480px) {
    .vip-cashback-list {
        padding: 1rem;
        margin: 1rem auto;
    }
    
    .vip-cashback-list li {
        padding: 0.7rem 0.8rem;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
}

/* Withdrawal Methods Styles */
.withdrawal-methods {
    max-width: 900px;
    margin: 2rem auto;
    background-color: #111;
    border-radius: 12px;
    padding: 2rem;
    border-left: 4px solid #97ff00;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.withdrawal-category h3 {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    margin-bottom: 1.8rem;
    position: relative;
}

.withdrawal-category h3::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 80px;
    height: 3px;
    background-color: #97ff00;
    transform: translateX(-50%);
    border-radius: 2px;
}

.withdrawal-options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.withdrawal-option {
    display: flex;
    align-items: center;
    background: linear-gradient(145deg, #151515, #1c1c1c);
    border-radius: 10px;
    padding: 1.2rem;
    transition: all 0.3s ease;
    border: 1px solid #222;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.withdrawal-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(151, 255, 0, 0.15);
    border-color: #97ff00;
}

.withdrawal-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    background-color: rgba(151, 255, 0, 0.1);
    border-radius: 50%;
    margin-right: 1rem;
    border: 2px solid rgba(151, 255, 0, 0.3);
}

.withdrawal-icon svg {
    width: 28px;
    height: 28px;
}

.withdrawal-details {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.method-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
}

.method-limits {
    font-size: 0.9rem;
    color: #97ff00;
    font-weight: 500;
}

@media (max-width: 992px) {
    .withdrawal-options {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .withdrawal-methods {
        padding: 1.5rem;
        margin: 1.5rem auto;
    }
    
    .withdrawal-category h3 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    
    .withdrawal-options {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 1.5rem;
    }
    
    .withdrawal-option {
        padding: 1rem;
    }
    
    .withdrawal-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    
    .withdrawal-icon svg {
        width: 22px;
        height: 22px;
    }
    
    .method-name {
        font-size: 1rem;
    }
    
    .method-limits {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .withdrawal-methods {
        padding: 1.2rem;
        margin: 1.2rem auto;
    }
    
    .withdrawal-category h3 {
        font-size: 1.2rem;
        margin-bottom: 1.2rem;
    }
    
    .withdrawal-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin-right: 0.8rem;
    }
    
    .withdrawal-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .method-name {
        font-size: 0.9rem;
    }
    
    .method-limits {
        font-size: 0.8rem;
    }
}

/* Promotional Table Styles */
.promo-table {
    width: 100%;
    max-width: 900px;
    margin: 2rem auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background-color: #111;
    border-left: 3px solid #97ff00;
}

.promo-table-header {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: rgba(151, 255, 0, 0.15);
    width: 100%;
}

.promo-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    transition: all 0.3s ease;
    border-bottom: 1px solid #222;
    width: 100%;
}

.promo-row:last-child {
    border-bottom: none;
}

.promo-row:hover {
    background-color: rgba(151, 255, 0, 0.05);
}

.promo-cell {
    padding: 1rem;
    text-align: center;
    color: #e0e0e0;
}

@media (max-width: 768px) {
    .promo-table {
        display: block;
        background-color: transparent;
        box-shadow: none;
        border-left: none;
    }
    
    .promo-table-header {
        display: none;
    }
    
    .promo-row {
        display: block;
        margin-bottom: 1.5rem;
        border-radius: 8px;
        background-color: #111;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        border-left: 3px solid #97ff00;
        overflow: hidden;
    }
    
    .promo-cell {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.8rem 1rem;
        text-align: right;
        border-bottom: 1px solid #222;
    }
    
    .promo-cell:last-child {
        border-bottom: none;
    }
    
    .promo-cell:nth-child(1)::before {
        content: "Vrsta promocije";
        font-weight: bold;
        color: #97ff00;
        text-align: left;
    }
    
    .promo-cell:nth-child(2)::before {
        content: "Razpoložljiv dan";
        font-weight: bold;
        color: #97ff00;
        text-align: left;
    }
    
    .promo-cell:nth-child(3)::before {
        content: "Bonus vrednost";
        font-weight: bold;
        color: #97ff00;
        text-align: left;
    }
    
    .promo-cell:nth-child(4)::before {
        content: "Zahteve za stave";
        font-weight: bold;
        color: #97ff00;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .promo-table {
        margin: 1.5rem auto;
    }
    
    .promo-row {
        margin-bottom: 1rem;
    }
    
    .promo-cell {
        padding: 0.7rem;
        font-size: 0.9rem;
    }
}

/* Provider List Styles */
.provider-list {
    max-width: 900px;
    margin: 2rem auto;
}

.provider-intro {
    background-color: #111;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
    border-left: 3px solid #97ff00;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.provider-intro h3 {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.provider-intro h3::after {
    display: none;
}

.provider-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.provider-highlights li {
    padding: 0.8rem 1.2rem;
    margin-bottom: 0.8rem;
    background-color: rgba(20, 20, 20, 0.7);
    border-radius: 8px;
    color: #e0e0e0;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
    border-left: 2px solid rgba(151, 255, 0, 0.5);
    padding-left: 2rem;
}

.provider-highlights li::before {
    content: "";
    position: absolute;
    left: 0.8rem;
    width: 8px;
    height: 8px;
    background-color: #97ff00;
    border-radius: 50%;
}

.provider-highlights li:hover {
    transform: translateX(5px);
    background-color: rgba(151, 255, 0, 0.1);
    border-left-color: #97ff00;
}

.provider-intro p {
    margin: 1rem 0 0;
    line-height: 1.6;
}

.highlight {
    color: #97ff00;
    font-weight: bold;
}

.provider-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}

.provider-card {
    background: linear-gradient(145deg, #151515, #1c1c1c);
    border-radius: 10px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid rgba(151, 255, 0, 0.3);
}

.provider-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(151, 255, 0, 0.15);
    border-color: #97ff00;
}

.provider-logo {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(45deg, #86e500, #97ff00);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(151, 255, 0, 0.3);
}

.provider-logo span {
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
}

.provider-info {
    flex: 1;
}

.provider-info h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.provider-info p {
    margin: 0;
    font-size: 0.9rem;
    color: #e0e0e0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .provider-intro {
        padding: 1.5rem;
    }
    
    .provider-intro h3 {
        font-size: 1.2rem;
    }
    
    .provider-highlights li {
        font-size: 1rem;
        padding: 0.7rem 1rem 0.7rem 1.8rem;
    }
    
    .provider-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 1rem;
    }
    
    .provider-card {
        padding: 1.2rem;
    }
    
    .provider-logo {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    
    .provider-logo span {
        font-size: 1.5rem;
    }
    
    .provider-info h4 {
        font-size: 1.1rem;
    }
    
    .provider-info p {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .provider-intro {
        padding: 1.2rem;
    }
    
    .provider-intro h3 {
        font-size: 1.1rem;
    }
    
    .provider-highlights li {
        font-size: 0.9rem;
        padding: 0.6rem 0.8rem 0.6rem 1.6rem;
        margin-bottom: 0.6rem;
    }
    
    .provider-highlights li::before {
        left: 0.6rem;
        width: 6px;
        height: 6px;
    }
    
    .provider-grid {
        grid-template-columns: 1fr;
    }
    
    .provider-card {
        padding: 1rem;
    }
    
    .provider-logo {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }
    
    .provider-logo span {
        font-size: 1.3rem;
    }
    
    .provider-info h4 {
        font-size: 1rem;
    }
    
    .provider-info p {
        font-size: 0.8rem;
    }
}

/* Game Categories Styles */
.game-categories {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2.5rem 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.game-category {
    background: linear-gradient(145deg, #151515, #1c1c1c);
    border-radius: 12px;
    padding: 1.8rem;
    display: flex;
    gap: 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border-left: 3px solid rgba(151, 255, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.game-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
    border-left: 3px solid #97ff00;
}

.game-category::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle at top right, rgba(151, 255, 0, 0.08), transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.category-icon {
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    background-color: rgba(20, 20, 20, 0.7);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(151, 255, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.category-content {
    flex: 1;
}

.category-content h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #fff;
    text-align: left;
}

.category-content h3::after {
    display: none;
}

.category-content p {
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.game-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.game-tags span {
    background-color: rgba(151, 255, 0, 0.1);
    color: #97ff00;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.4rem 0.8rem;
    border-radius: 50px;
    border: 1px solid rgba(151, 255, 0, 0.3);
    transition: all 0.3s ease;
}

.game-tags span:hover {
    background-color: rgba(151, 255, 0, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(151, 255, 0, 0.2);
}

@media (max-width: 768px) {
    .game-category {
        padding: 1.5rem;
        gap: 1.2rem;
    }
    
    .category-icon {
        width: 60px;
        height: 60px;
    }
    
    .category-icon svg {
        width: 30px;
        height: 30px;
    }
    
    .category-content h3 {
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }
    
    .category-content p {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
    }
    
    .game-tags span {
        font-size: 0.75rem;
        padding: 0.3rem 0.7rem;
    }
}

@media (max-width: 576px) {
    .game-category {
        flex-direction: column;
        padding: 1.2rem;
        gap: 1rem;
    }
    
    .category-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 0.5rem;
    }
    
    .category-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .category-content h3 {
        font-size: 1.2rem;
        margin-bottom: 0.7rem;
    }
    
    .category-content p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .game-tags {
        gap: 0.6rem;
    }
    
    .game-tags span {
        font-size: 0.7rem;
        padding: 0.25rem 0.6rem;
    }
}

.promo-header-cell {
    padding: 1rem;
    font-weight: bold;
    color: #97ff00;
    text-align: center;
    border-bottom: 1px solid rgba(151, 255, 0, 0.3);
}

/* Make sure images don't cause overflow */
img {
    max-width: 100%;
    height: auto;
}

/* Fix for tables on mobile */
@media (max-width: 768px) {
    .promo-table, 
    .b3g7n,
    .withdrawal-methods,
    .payment-methods {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .promo-row,
    .promo-cell {
        width: 100%;
        word-break: break-word;
    }
    
    /* Fix for potential flex/grid container overflow */
    .f5g9d,
    .provider-grid,
    .game-categories,
    .o7w4d {
        width: 100%;
        flex-wrap: wrap;
    }
}

/* === New Hero Section V2 === */
.hero-section-v2 {
    background: linear-gradient(110deg, #0f0f0f 40%, #1a1a1a 100%);
    padding: 4rem 0 5rem;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #97ff00;
}

.hero-section-v2::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(151, 255, 0, 0.1) 0%, rgba(151, 255, 0, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-v2-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 3rem;
    position: relative;
    z-index: 1;
}

.hero-v2-content {
    /* Content styles */
}

.hero-v2-label {
    display: inline-block;
    background-color: rgba(151, 255, 0, 0.1);
    color: #97ff00;
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border: 1px solid rgba(151, 255, 0, 0.2);
}

.hero-v2-content h1 {
    font-size: 3rem; /* Adjust as needed */
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.hero-v2-description {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.hero-v2-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem 0;
}

.hero-v2-features li {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    font-size: 1rem;
    color: #e0e0e0;
}

.feature-icon {
    display: inline-block;
    margin-right: 0.8rem;
    color: #97ff00;
    font-size: 1.2rem;
}

.hero-v2-action {
    /* CTA button and terms container */
}

.button-primary.hero-v2-cta { /* Use existing button style if available, or define new */
    display: inline-block;
    background: linear-gradient(90deg, #97ff00, #7dd800);
    color: #000;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    padding: 0.9rem 2.2rem;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 12px rgba(151, 255, 0, 0.25);
}

.button-primary.hero-v2-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(151, 255, 0, 0.35);
}

.hero-v2-cta-terms {
    font-size: 0.8rem;
    color: #888;
    margin-top: 0.8rem;
}

.hero-v2-cta-terms a {
    color: #aaa;
    text-decoration: underline;
}

.hero-v2-cta-terms a:hover {
    color: #97ff00;
}

.hero-v2-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-v2-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Responsive Adjustments for Hero V2 */
@media (max-width: 992px) {
    .hero-v2-grid {
        grid-template-columns: 1fr;
        /* text-align: center; REMOVED */
    }
    .hero-v2-content {
        /* order: 2; REMOVED */
        order: 1; /* Content first */
        text-align: center; /* Center content within its column first */
    }
    .hero-v2-visual {
        /* order: 1; REMOVED */
        order: 2; /* Image second */
        margin-bottom: 2rem;
    }
    .hero-v2-features li {
       justify-content: center;
    }
    .hero-v2-cta-terms {
        text-align: center;
    }
     .hero-v2-content h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) { /* Apply left alignment on smaller mobile */
    .hero-v2-grid {
        text-align: left;
    }
    .hero-v2-content {
         text-align: left;
    }
    .hero-v2-features li {
       justify-content: flex-start;
    }
     .hero-v2-cta-terms {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .hero-section-v2 {
        padding: 3rem 0 4rem;
    }
    .hero-v2-content h1 {
        font-size: 2rem;
    }
     .hero-v2-description {
        font-size: 1rem;
    }
     .hero-v2-features li {
        font-size: 0.9rem;
    }
    .button-primary.hero-v2-cta {
        font-size: 1rem;
        padding: 0.8rem 1.8rem;
        width: 100%;
    }
}

/* Login Steps Styling */
.login-steps {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.login-steps li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
}

.step-number {
    background-color: #97ff00;
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.step-text {
    padding-top: 3px;
    line-height: 1.5;
    flex: 1;
}

.login-steps strong {
    color: #97ff00;
    font-weight: bold;
}

@media (max-width: 768px) {
    .login-steps li {
        margin-bottom: 12px;
    }
    
    .step-number {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
    
    .step-text {
        font-size: 15px;
    }
} 

/* Alternative Login Option */
h4 {
    font-size: 1.4rem;
    color: #fff;
    margin: 30px 0 15px;
    font-weight: bold;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.alternative-login {
    background-color: rgba(151, 255, 0, 0.05);
    border-radius: 10px;
    padding: 20px;
    max-width: 900px;
    margin: 15px auto 30px;
    border-left: 3px solid #97ff00;
}

.alternative-login .login-steps {
    margin: 10px 0;
}

.alternative-login .step-number {
    background-color: #000;
    color: #97ff00;
    border: 2px solid #97ff00;
}

@media (max-width: 768px) {
    h4 {
        font-size: 1.2rem;
        margin: 25px 0 12px;
    }
    
    .alternative-login {
        padding: 15px;
        margin: 12px auto 25px;
    }
}

/* Bonus Cards Styling */
.bonus-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 30px 0;
}

.bonus-card {
    background-color: #111;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 280px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 3px solid #97ff00;
}

.bonus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.bonus-icon {
    font-size: 2.5rem;
    color: #97ff00;
    text-shadow: 0 0 10px rgba(151, 255, 0, 0.3);
}

.bonus-content {
    flex: 1;
}

.bonus-content h4 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    color: #fff;
}

.bonus-content p {
    margin: 0;
    font-size: 0.95rem;
    color: #e0e0e0;
}

.bonus-content strong {
    color: #97ff00;
    font-weight: bold;
}

@media (max-width: 768px) {
    .bonus-cards {
        gap: 15px;
    }
    
    .bonus-card {
        width: 100%;
        padding: 15px;
    }
    
    .bonus-icon {
        font-size: 2rem;
    }
    
    .bonus-content h4 {
        font-size: 1.1rem;
    }
    
    .bonus-content p {
        font-size: 0.9rem;
    }
}

/* Bonus Section Styling */
.b5p8n h3 {
    color: #fff;
    font-size: 1.5rem;
    margin: 30px 0 15px;
    padding-bottom: 10px;
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: block;
    width: 100%;
}

.b5p8n h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #97ff00;
    transform: none;
    border-radius: 0;
}

.b5p8n h3:hover::after {
    width: 60px;
}

@media (max-width: 768px) {
    .b5p8n h3 {
        font-size: 1.3rem;
        margin: 25px 0 12px;
    }
}

/* VIP Benefits Block */
.vip-benefits {
    background: linear-gradient(145deg, #111111, #191919);
    border-radius: 12px;
    padding: 25px;
    margin: 30px auto;
    max-width: 900px;
    border-left: 3px solid #97ff00;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.vip-benefits-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.vip-icon {
    font-size: 2.2rem;
    background-color: rgba(151, 255, 0, 0.1);
    color: #97ff00;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid rgba(151, 255, 0, 0.2);
    box-shadow: 0 0 15px rgba(151, 255, 0, 0.1);
}

.vip-benefits-header h4 {
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
    max-width: none;
    text-align: left;
}

.vip-benefits-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.vip-benefits-list li {
    padding: 12px 15px;
    margin-bottom: 10px;
    background-color: rgba(20, 20, 20, 0.7);
    border-radius: 8px;
    font-size: 1rem;
    color: #e0e0e0;
    line-height: 1.5;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.vip-benefits-list li:last-child {
    margin-bottom: 0;
}

.vip-benefits-list li:hover {
    transform: translateX(5px);
    background-color: rgba(151, 255, 0, 0.1);
}

.benefit-highlight {
    color: #97ff00;
    font-weight: bold;
}

@media (max-width: 768px) {
    .vip-benefits {
        padding: 20px;
        margin: 25px auto;
    }
    
    .vip-benefits-header {
        gap: 12px;
        margin-bottom: 15px;
    }
    
    .vip-icon {
        font-size: 1.8rem;
        width: 50px;
        height: 50px;
    }
    
    .vip-benefits-header h4 {
        font-size: 1.3rem;
    }
    
    .vip-benefits-list li {
        padding: 10px 12px;
        margin-bottom: 8px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .vip-benefits {
        padding: 15px;
        margin: 20px auto;
    }
    
    .vip-benefits-header {
        gap: 10px;
        margin-bottom: 12px;
    }
    
    .vip-icon {
        font-size: 1.5rem;
        width: 40px;
        height: 40px;
    }
    
    .vip-benefits-header h4 {
        font-size: 1.2rem;
    }
    
    .vip-benefits-list li {
        padding: 8px 10px;
        margin-bottom: 6px;
        font-size: 0.9rem;
    }
}

/* Payment Methods Container */
.payment-methods-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 30px 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.payment-method {
    background-color: #111;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 280px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 3px solid #97ff00;
}

.payment-method:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.payment-icon {
    font-size: 2.5rem;
    color: #97ff00;
    text-shadow: 0 0 10px rgba(151, 255, 0, 0.3);
}

.payment-details {
    flex: 1;
}

.payment-details h4 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    color: #fff;
    text-align: left;
    max-width: none;
}

.payment-details p {
    margin: 0;
    font-size: 0.95rem;
    color: #e0e0e0;
}

/* Withdrawal Info Styles */
.withdrawal-info {
    background-color: #111;
    border-radius: 10px;
    padding: 25px;
    margin: 30px auto;
    max-width: 900px;
    border-left: 3px solid #97ff00;
}

.processing-time h4 {
    margin: 0 0 20px 0;
    font-size: 1.3rem;
    color: #fff;
    text-align: left;
    max-width: none;
}

.processing-time ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.processing-time li {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    margin-bottom: 10px;
    background-color: rgba(20, 20, 20, 0.7);
    border-radius: 8px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.processing-time li:last-child {
    margin-bottom: 0;
}

.processing-time li:hover {
    transform: translateX(5px);
    background-color: rgba(151, 255, 0, 0.1);
}

.method {
    font-weight: bold;
    color: #fff;
}

.time {
    color: #97ff00;
    font-weight: bold;
}

@media (max-width: 768px) {
    .payment-methods-container {
        gap: 15px;
    }
    
    .payment-method {
        width: 100%;
        padding: 15px;
    }
    
    .payment-icon {
        font-size: 2rem;
    }
    
    .payment-details h4 {
        font-size: 1.1rem;
    }
    
    .payment-details p {
        font-size: 0.9rem;
    }
    
    .withdrawal-info {
        padding: 20px;
    }
    
    .processing-time h4 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    
    .processing-time li {
        padding: 10px 12px;
        margin-bottom: 8px;
        font-size: 0.95rem;
    }
}