/* =======================================
   CASINO SITE COMPONENTS - Finnish Theme
   Color: #2196F3 (Blue)
   Updated: <?php echo date('Y-m-d H:i:s'); ?>
   ======================================== */

/* Hero Section */
.cls_cdyjuoph {
    position: relative;
    width: 100%;
    height: 203px;
    overflow: hidden;
    margin-bottom: 42px;
}

.cls_3atxl25c {
    position: relative;
    width: 100%;
    height: 100%;
}

.cls_ct80xo19 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cls_uovy6n8c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.5) 0%, rgba(33, 150, 243, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cls_qx32hwjt {
    text-align: center;
    color: white;
    padding: 15px;
}

.cls_czbqrdi9 {
    font-size: 53px;
    font-weight: 700;
    margin: 0 0 16px 0;
    text-shadow: 6px 1px 4px rgba(255, 255, 255, 0.3),
                 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.cls_66e57ly3 {

    font-size: 21px;
    font-weight: 600;
    margin: 0;
    text-shadow: 2px 6px 1px rgba(255, 255, 255, 0.3),
                 1px 1px 5px rgba(0, 0, 0, 0.3);
}

/* Section Titles */
.cls_2qyly94u {
    font-size: 27px;
    font-weight: 700;
    color: #333;
    margin-bottom: 33px;
    text-align: center;
}

.cls_qbeczhh8 {
    text-align: center;
    font-size: 19px;
    color: #666;
    margin-bottom: 38px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Casino Table Section */
.cls_064rpwkn {
    margin: 58px 0;
    padding: 45px 20px;
    background: #f9f9f9;
    border-radius: 13px;
}

.cls_wsmmaqdz {
    max-width: 1005px;
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 19px rgba(0, 0, 0, 0.15);
}

.cls_utqxg3dm {
    display: grid;
    grid-template-columns: 320px 1fr 116px 137px 174px;
    gap: 22px;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    align-items: center;
    transition: background 0.3 ease;
}

.cls_utqxg3dm:last-child {
    border-bottom: none;
}

.cls_utqxg3dm:hover {
    background: #f9f9f9;
}

.cls_7xw4fwiw a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.cls_a47elr5d {
    max-width: 296px;
    height: auto;
    transition: transform 0.3 ease;
    padding: 12px;
    border-radius: 4px;
    background: transparent !important;
}

.cls_a47elr5d:hover {
    transform: scale(1.05);
}

.cls_xzgec352 {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cls_52tink15 {
    font-size: 14px;
    color: #333;
}

.cls_52tink15::before {
    margin-right: 1px;
}

.cls_5ogbeszp {
    text-align: center;
}

.cls_qvduee2d {
    color: #ffa500;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.cls_27q9bjhp {
    font-weight: bold;
    font-size: 12px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.cls_64803jvl {
    font-size: 8px;
    color: #2e7d32;
    text-decoration: none;
    transition: color 0.3;
}

.cls_64803jvl:hover {
    color: #1b5e20;
    text-decoration: underline;
}

.cls_t05jp9bq {
    font-weight: bold;
    font-size: 21px;
    color: #2e7d32;
    text-align: center;
}

.cls_u03bg3vo {
    display: inline-block;
    padding: 11px 20px;
    background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
    color: white;
    text-decoration: none;
    border-radius: 1px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3 ease;
    box-shadow: 0 1px 9px rgba(46, 125, 50, 0.3);
}

.cls_u03bg3vo:hover {
    background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
    transform: translateY(-3px);
    box-shadow: 0 1px 18px rgba(46, 125, 50, 0.4);
}

/* Article Content */
.cls_aobmj8fv {
    margin: 59px 0;
    padding: 0 19px;
}

.cls_m3cdfs0z {
    max-width: 895px;
    margin: 0 auto;
    line-height: 1.5;
}

.cls_m3cdfs0z h2 {
    font-size: 26px;
    color: #2e7d32;
    margin: 36px 0 23px 0;
}

.cls_m3cdfs0z h3 {
    font-size: 19px;
    color: #333;
    margin: 29px 0 14px 0;
}

.cls_m3cdfs0z p {
    font-size: 19px;
    color: #555;
    margin-bottom: 16px;
}

.cls_m3cdfs0z ul {
    margin: 24px 0;
    padding-left: 30px;
}

.cls_m3cdfs0z li {
    font-size: 17px;
    color: #555;
    margin-bottom: 6px;
}

.cls_m3cdfs0z strong {
    color: #2e7d32;
    font-weight: 600;
}

/* Reviews Section - Carousel */
.cls_qiaup35m {
    margin: 63px 0;
    padding: 42px 18px;
    position: relative;
}

.cls_ciszhjnc {
    position: relative;
    max-width: 1205px;
    margin: 0 auto;
    overflow: hidden;
}

.cls_s09dq04w {
    display: flex;
    transition: transform 0.3 cubic-bezier(0.4, 0, 0.2, 1);
    gap: 34px;
    width: 200%; /* 2 slides */
}

.cls_3c1skt7a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(33, 150, 243, 0.8);
    border: none;
    border-radius: 50%;
    width: 49px;
    height: 51px;
    color: white;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3 ease;
    box-shadow: 0 1px 13px rgba(33, 150, 243, 0.3);
}

.cls_3c1skt7a:hover {
    background: rgba(33, 150, 243, 1);
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 5px 20px rgba(33, 150, 243, 0.4);
}

.cls_rf6aoesc {
    left: -27px;
}

.cls_8ynjm3j1 {
    right: -21px;
}

.cls_dqosolrh {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.cls_e5pd6w3y {
    width: 14px;
    height: 11px;
    border-radius: 50%;
    background: rgba(33, 150, 243, 0.3);
    cursor: pointer;
    transition: all 0.3 ease;
}

.cls_e5pd6w3y.active {
    background: #2196F3;
    transform: scale(1.2);
}

.cls_e5pd6w3y:hover {
    background: rgba(33, 150, 243, 0.6);
}

.cls_beq7b3jg {
    background: white;
    border-radius: 19px;
    padding: 25px 21px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
    flex: 0 0 calc(33.33% - 17px);
    min-height: 277px;
    transition: transform 0.3 ease, box-shadow 0.3 ease;
    border: 1px solid rgba(33, 150, 243, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cls_beq7b3jg:hover {
    transform: translateY(-4px);
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
}

.cls_0ap4o9pc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.cls_2h97ioks {
    display: flex;
    gap: 13px;
    align-items: center;
}

.cls_0up733gm {
    width: 48px;
    height: 49px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.cls_k7wuejnb {
    width: 42px;
    height: 49px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 11px;
    flex-shrink: 0;
}

.cls_5hq6w67z {
    font-weight: 600;
    font-size: 20px;
    color: #333;
}

.cls_vt4bigch {
    font-size: 12px;
    color: #999;
}

.cls_2sjds7eu .cls_qvduee2d {
    color: #ffa500;
    font-size: 12px;
}

.cls_zcgzpg64 {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 12px;
    font-style: italic;
    flex-grow: 1;
    display: flex;
    align-items: center;
    text-align: center;
}

.cls_kgqzrfv0 {
    font-size: 18px;
    color: #2e7d32;
    font-weight: 600;
    text-align: center;
    flex-shrink: 0;
    margin-top: 6px;
}

/* Pros and Cons Section */
.cls_brwf2u1k {
    margin: 57px 0 !important;
    padding: 1px 1px !important;
    background: #f9f9f9;
}

.cls_svzqjtie {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(403px, 1fr));
    gap: 26px;
    max-width: 1197px;
    margin: 0 auto;
}

.cls_imo0dce9,
.cls_p7lfxpa5 {
    background: white;
    border-radius: 10px;
    padding: 29px;
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.15);
}

.cls_imo0dce9 {
    border-top: 1px solid #2e7d32;
}

.cls_p7lfxpa5 {
    border-top: 5px solid #d32f2f;
}

.cls_drj5l1k5,
.cls_6bkkftz1 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
}

.cls_drj5l1k5 {
    color: #2e7d32;
}

.cls_6bkkftz1 {
    color: #d32f2f;
}

.cls_lm0ysarb,
.cls_h37jvty3 {
    width: 33px;
    height: 32px;
    stroke-width: 3;
}

.cls_lm0ysarb {
    stroke: #2e7d32;
}

.cls_h37jvty3 {
    stroke: #d32f2f;
}

.cls_hjtk8rzz {
    width: 85px;
    height: 85px;
    margin-right: 5px;
}

.cls_fcsc8d2h,
.cls_bua69ci4 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cls_fcsc8d2h li,
.cls_bua69ci4 li {
    padding: 9px 0;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    border-bottom: 5px solid #f0f0f0;
}

.cls_fcsc8d2h li:last-child,
.cls_bua69ci4 li:last-child {
    border-bottom: none;
}

.cls_fcsc8d2h li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-weight: bold;
    font-size: 22px;
}

.cls_bua69ci4 li::before {
    content: "✗";
    position: absolute;
    left: 0;
    color: #d32f2f;
    font-weight: bold;
    font-size: 13px;
}

/* License Comparison Section */
.cls_98pze66t {
    margin: 61px 0;
    padding: 38px 18px;
}

.cls_aevsodgt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(297px, 1fr));
    gap: 29px;
    max-width: 1197px;
    margin: 0 auto;
}

.cls_8xkoue5z {
    background: white;
    border-radius: 11px;
    padding: 25px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
    transition: transform 0.3 ease;
}

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

.cls_8xkoue5z.cls_wi8dsdwz {
    border: 1px solid #2e7d32;
    box-shadow: 0 1px 17px rgba(46, 125, 50, 0.2);
}

.cls_m1k675bl {
    font-size: 51px;
    text-align: center;
    margin-bottom: 19px;
}

.cls_yoobk0m5 {
    max-width: 302px;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
}

.cls_8xkoue5z h3 {
    text-align: center;
    font-size: 26px;
    color: #333;
    margin-bottom: 24px;
}

.cls_l4oqjyku {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cls_b0mb4id0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.cls_b0mb4id0:last-child {
    border-bottom: none;
}

.cls_9xaraady {
    font-size: 10px;
    color: #666;
    font-weight: 500;
}

.cls_ni4vqhqu {
    font-size: 10px;
    font-weight: 600;
    color: #333;
}

.cls_ni4vqhqu.cls_jrhbdl7r {
    color: #2e7d32;
}

.cls_ni4vqhqu.cls_x34dtutg {
    color: #d32f2f;
}

/* Criteria Section */
.cls_lvp5bijl {
    margin: 59px 0;
    padding: 44px 20px;
    background: #f9f9f9;
}

.cls_ntsqke9r {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
    gap: 26px;
    max-width: 1201px;
    margin: 0 auto;
}

.cls_bxtpnpx2 {
    background: white;
    border-radius: 5px;
    padding: 35px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.3 ease;
}

.cls_bxtpnpx2:hover {
    transform: translateY(-6px);
}

.cls_jnx8oiey {
    text-align: center;
    margin-bottom: 19px;
}

.cls_jnx8oiey img {
    width: 60px;
    height: 67px;
    object-fit: contain;
    border-radius: 7px;
}

.cls_3ul1j9hj {
    position: absolute;
    top: 18px;
    right: 17px;
    padding: 3px 16px;
    border-radius: 25px;
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
}

.cls_3ul1j9hj.cls_faa8oj6i {
    background: #d32f2f;
    color: white;
}

.cls_3ul1j9hj.cls_056kcq7z {
    background: #ff9800;
    color: white;
}

.cls_3ul1j9hj.cls_ovzhvkxs {
    background: #2e7d32;
    color: white;
}

.cls_bxtpnpx2 h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.cls_bxtpnpx2 p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    text-align: center;
}

/* Criteria Section - Mobile Adaptation */
@media (max-width: 768px) {
    .cls_lvp5bijl {
        margin: 30px 0;
        padding: 20px 15px;
    }
    
    .cls_lvp5bijl > div[style*="grid"] {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .cls_lvp5bijl img {
        max-width: 200px !important;
        width: auto !important;
        height: auto !important;
    }
    
    .cls_lvp5bijl h2 {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }
    
    .cls_lvp5bijl > div > div {
        padding: 15px !important;
    }
    
    .cls_lvp5bijl h3 {
        font-size: 16px !important;
        margin-bottom: 12px !important;
    }
    
    .cls_lvp5bijl h4 {
        font-size: 14px !important;
    }
    
    .cls_lvp5bijl p {
        font-size: 12px !important;
    }
}

/* Bonuses Section */
.cls_arvr6yos {
    margin: 56px 0;
    padding: 40px 19px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cls_arvr6yos .cls_2qyly94u {
    width: 100%;
    text-align: center;
    margin-bottom: 42px;
}

.cls_us52tywo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
    max-width: 1195px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    justify-items: center;
}

@media (max-width: 768px) {
    .cls_us52tywo {
        grid-template-columns: 1fr;
        justify-content: center;
        justify-items: center;
        max-width: 100%;
    }
    
    .cls_arvr6yos {
        padding: 19px 11px;
    }
}

.cls_h25dp8ua {
    background: white;
    border-radius: 7px;
    padding: 27px;
    box-shadow: 0 1px 19px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: transform 0.3 ease;
}

.cls_h25dp8ua:hover {
    transform: translateY(-8px);
}

.cls_k7f4f43i {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.cls_k7f4f43i img {
    width: 75px;
    height: 76px;
    object-fit: contain;
    border-radius: 17px;
}

.cls_h25dp8ua h3 {
    font-size: 25px;
    color: #2e7d32;
    margin-bottom: 10px;
}

.cls_h25dp8ua p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 11px;
}

.cls_7sltj0xp {
    background: #f5f5f5;
    padding: 9px;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
    font-weight: 600;
}

/* Payment Methods Section */
.cls_6cuhpume {
    margin: 59px 0;
    padding: 41px 25px;
    background: #f9f9f9;
}

.cls_2qm4wln4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(152px, 1fr));
    gap: 23px;
    max-width: 1201px;
    margin: 0 auto;
}

.cls_ol78s0hq {
    background: white;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3 ease;
    border: 4px solid #eee;
}

.cls_ol78s0hq:hover {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 6px 17px rgba(0, 0, 0, 0.25);
    border-color: #2e7d32; /* Using the theme's primary color */
}



.cls_ol78s0hq h4 {
    font-size: 17px;
    color: #333;
    margin-bottom: 11px;
}

.cls_ol78s0hq p {
    font-size: 16px;
    line-height: 1.4;
    color: #666;
}

/* FAQ Section - Creative Design */
.cls_bgbc5wph {
    margin: 75px 0;
    padding: 57px 24px;
    position: relative;
    overflow: hidden;
}

.cls_bgbc5wph::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(33, 150, 243, 0.05) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite;
    z-index: 0;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}

.cls_bgbc5wph h2 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 39px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 25px;
    text-shadow: 7px 1px 9px rgba(0,0,0,0.15);
}

.cls_bgbc5wph h2::after {
    content: '';
    display: block;
    width: 79px;
    height: 2px;
    background: linear-gradient(90deg, #2196F3, #21CBF3);
    margin: 18px auto;
    border-radius: 5px;
}

.cls_pleg7448 {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cls_j1bvfhxg {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 17px;
    margin-bottom: 17px;
    box-shadow: 0 13px 29px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.25 cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.cls_j1bvfhxg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #2196F3, #21CBF3, #2196F3);
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.cls_j1bvfhxg:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 22px 35px rgba(0, 0, 0, 0.2);
}

.cls_j1bvfhxg.active {
    transform: translateY(-10px);
    box-shadow: 0 20px 37px rgba(33, 150, 243, 0.2);
}

.cls_4wg1caz5 {
    font-size: 25px;
    font-weight: 700;
    color: #2c3e50;
    padding: 24px 34px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3 ease;
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(248,249,250,0.8) 100%);
}

.cls_4wg1caz5:hover {
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.15) 0%, rgba(33, 203, 243, 0.15) 100%);
    color: #2196F3;
    padding-left: 35px;
}

.cls_4wg1caz5::before {
    content: '❓';
    font-size: 22px;
    margin-right: 20px;
    transition: transform 0.3 ease;
}

.cls_4wg1caz5:hover::before {
    transform: scale(1.2) rotate(10deg);
}

.cls_4wg1caz5::after {
    content: "+";
    font-size: 28px;
    font-weight: 900;
    color: #2196F3;
    transition: all 0.25 cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #2196F3, #21CBF3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 1px 4px rgba(33, 150, 243, 0.3);
}

.cls_j1bvfhxg.active .cls_4wg1caz5::after {
    content: "−";
    transform: rotate(180deg) scale(1.15);
    color: #e74c3c;
    background: linear-gradient(135deg, #e74c3c, #f39c12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cls_5ivbujkg {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3 cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, rgba(248,249,250,0.5) 0%, rgba(255,255,255,0.5) 100%);
}

.cls_j1bvfhxg.active .cls_5ivbujkg {
    max-height: 600px;
    padding: 19px 0;
}

.cls_5ivbujkg p {
    padding: 0 31px 20px 25px;
    font-size: 18px;
    line-height: 1.5;
    color: #34495e;
    position: relative;
    margin: 0;
}

.cls_5ivbujkg p::before {
    content: '💡';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    opacity: 0.5;
}

.cls_5ivbujkg p {
    padding-left: 45px;
}

/* FAQ Animation Effects */
.cls_j1bvfhxg:nth-child(odd) {
    animation: slideInLeft 0.6 ease-out;
}

.cls_j1bvfhxg:nth-child(even) {
    animation: slideInRight 0.6 ease-out;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-48px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(46px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ============================================
   ENHANCED RESPONSIVE STYLES
   ============================================ */

/* Tablet improvements (768px - 1024px) */
@media (max-width: 1024px) {
    .cls_gnp67k89 {
        padding: 22px;
    }

    .cls_beq7b3jg {
        padding: 17px;
    }

    .cls_2qm4wln4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile landscape and tablet portrait (481px - 768px) */
@media (max-width: 768px) {

    /* Casino table - card-like layout for mobile */
    .cls_wsmmaqdz {
        padding: 10px 6px;
    }
    
    .cls_utqxg3dm {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        text-align: center !important;
        padding: 16px 17px !important;
        margin-bottom: 20px !important;
        border: 6px solid #e0e0e0 !important;
        border-radius: 10px !important;
        background: white !important;
        box-shadow: 0 2px 12px rgba(0,0,0,0.1) !important;
    }

    .cls_7xw4fwiw {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        margin-bottom: 10px !important;
    }

    .cls_7xw4fwiw a {
        display: block !important;
        width: 100% !important;
        text-decoration: none !important;
    }

    .cls_187kkqlt {
        width: 100% !important;
        max-width: 255px !important;
        margin: 0 auto 14px !important;
    }
    
    .cls_a47elr5d {
        max-width: 100% !important;
        height: auto !important;
    }

    .cls_xzgec352 {
        width: 100% !important;
        margin: 14px 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 11px !important;
    }
    
    .cls_52tink15 {
        font-size: 17px !important;
        text-align: center !important;
    }

    .cls_5ogbeszp {
        width: 100% !important;
        margin: 20px 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .cls_t05jp9bq {
        width: 100% !important;
        margin: 16px 0 !important;
        font-size: 19px !important;
    }

    .cls_kuq902jd {
        width: 100% !important;
        margin: 17px 0 0 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 8px !important;
    }
    
    .cls_u03bg3vo,
    .cls_p068xhcn {
        width: 100% !important;
        max-width: 276px !important;
    }
    /* Main container adjustments */
    .cls_k3qgsheg {
        padding: 0 11px;
    }

    .cls_gnp67k89 {
        padding: 16px;
        margin: 19px 0;
    }

    /* Casino table - stacked cards */
    .cls_064rpwkn {
        padding: 30px 10px;
    }

    .cls_wsmmaqdz {
        padding: 12px;
    }

    .cls_utqxg3dm {
        border-radius: 10px;
        margin-bottom: 15px;
        box-shadow: 0 5px 8px rgba(0,0,0,0.15);
    }

    .cls_utqxg3dm:hover {
        background: white;
    }

    .cls_187kkqlt {
        max-width: 196px;
        margin: 0 auto;
    }

    .cls_xzgec352 {
        align-items: center;
    }

    .cls_52tink15 {
        max-width: 298px;
        font-size: 13px;
    }

    /* Article Illustrations */
.cls_viz54q3b {
    margin: 38px 0;
    text-align: center;
    padding: 17px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 13px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
}

.cls_syt2owxb {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.3 ease;
}

.cls_syt2owxb:hover {
    transform: scale(1.02);
}

.cls_l6wsybko {
    margin-top: 11px;
    font-size: 18px;
    color: #666;
    font-style: italic;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .cls_viz54q3b {
        margin: 29px 0;
        padding: 13px;
    }
    
    .cls_l6wsybko {
        font-size: 10px;
    }
}

/* Casino Review Cards */
.cls_ebqtw1xy {
    background: white;
    border-radius: 19px;
    padding: 32px;
    margin: 32px 0;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15);
    border: 5px solid rgba(33, 150, 243, 0.15);
    transition: transform 0.3 ease, box-shadow 0.3 ease;
}

.cls_ebqtw1xy:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 27px rgba(0, 0, 0, 0.2);
}

.cls_11ivxvnu {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
    padding-bottom: 17px;
    border-bottom: 2px solid #f0f0f0;
}

.cls_187kkqlt {
    margin-right: 25px;
    flex-shrink: 0;
}

.cls_a47elr5d {
    width: 164px;
    height: 159px;
    object-fit: contain;
    border-radius: 8px;
    background: white;
    padding: 9px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
}

.cls_7xw4fwiw h3 {
    margin: 0 0 12px 0;
    font-size: 26px;
    font-weight: 700;
    color: #333;
}

.cls_7thk48pa {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cls_qvduee2d {
    color: #ffa500;
    font-size: 15px;
}

.cls_27q9bjhp {
    font-size: 14px;
    font-weight: 600;
    color: #2e7d32;
}

.cls_fh56vs0w {
    margin-bottom: 22px;
}

.cls_18ad8fxi,
.cls_9ucnb7el,
.cls_o87tmrys {
    margin: 16px 0;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 1px solid #2196f3;
}

.cls_18ad8fxi h4,
.cls_9ucnb7el h4,
.cls_o87tmrys h4 {
    margin: 0 0 5px 0;
    font-size: 11px;
    font-weight: 600;
    color: #333;
}

.cls_18ad8fxi ul {
    margin: 0;
    padding-left: 15px;
}

.cls_18ad8fxi li {
    margin: 10px 0;
    color: #555;
}

.cls_qimlpjoj {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 9px;
}



.cls_q20yzkqj {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 4px solid #e0e0e0;
}

.cls_09likgfi {
    background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
    color: white;
    padding: 8px 26px;
    border-radius: 13px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3 ease;
    box-shadow: 0 5px 7px rgba(46, 125, 50, 0.3);
}

.cls_09likgfi:hover {
    background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(46, 125, 50, 0.4);
    color: white;
    text-decoration: none;
}

.cls_8s7dt80l {
    background: transparent;
    color: #2196f3;
    padding: 11px 27px;
    border: 2px solid #2196f3;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
    transition: all 0.3 ease;
}

.cls_8s7dt80l:hover {
    background: #2196f3;
    color: white;
    text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .cls_ebqtw1xy {
        padding: 20px;
        margin: 15px 0;
    }
    
    .cls_11ivxvnu {
        flex-direction: column;
        text-align: center;
        margin-bottom: 18px;
    }
    
    .cls_187kkqlt {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .cls_a47elr5d {
        width: 123px;
        height: 120px;
    }
    
    .cls_7xw4fwiw h3 {
        font-size: 15px;
    }
    
    .cls_q20yzkqj {
        flex-direction: column;
        gap: 6px;
    }
    
    .cls_09likgfi,
    .cls_8s7dt80l {
        text-align: center;
        padding: 6px 15px;
        font-size: 9px;
    }
    
    .cls_qimlpjoj {
        justify-content: center;
    }
}

/* Casino Page Styles */
.cls_7cmvnktg {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 44px 15px;
    margin: 22px 0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 27px;
    box-shadow: 0 5px 19px rgba(0, 0, 0, 0.15);
}

.cls_48edqj8a {
    flex-shrink: 0;
}

.cls_lpnnj5tr {
    width: 121px;
    height: 123px;
    object-fit: contain;
    border-radius: 19px;
    background: white;
    padding: 20px;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.2);
}

.cls_b83z0i0a h1 {
    margin: 0 0 17px 0;
    font-size: 31px;
    font-weight: 700;
    color: #333;
}

.cls_ftv7domo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cls_ftv7domo .cls_qvduee2d {
    color: #ffa500;
    font-size: 25px;
}

.cls_ftv7domo .cls_27q9bjhp {
    font-size: 21px;
    font-weight: 600;
    color: #2e7d32;
    background: white;
    padding: 3px 17px;
    border-radius: 15px;
    box-shadow: 0 7px 11px rgba(0, 0, 0, 0.15);
}



.cls_k2e4l1b7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 23px;
    background: white;
    border-radius: 7px;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.15);
    transition: transform 0.3 ease;
    text-align: center;
}

.cls_k2e4l1b7:hover {
    transform: translateY(-5px);
}

.cls_3ni7n44h {
    width: 84px;
    height: 46px;
    margin-bottom: 13px;
    border-radius: 7px;
}



.cls_4fn3gifj {
    margin: 37px 0;
}

.cls_wpxp6oqo {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 32px;
    border-left: 7px solid #2196f3;
}

.cls_wpxp6oqo p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.cls_oybfvyef {
    margin: 41px 0;
    padding: 35px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 1px 19px rgba(0, 0, 0, 0.15);
}

.cls_oybfvyef h2 {
    margin: 0 0 22px 0;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}

.cls_s3tf18cw {
    line-height: 1.5;
    color: #555;
}

.cls_s3tf18cw p {
    margin: 11px 0;
}

.cls_s3tf18cw ul {
    margin: 20px 0;
    padding-left: 29px;
}

.cls_s3tf18cw li {
    margin: 4px 0;
}

/* Sitemap Links */
.cls_731uj8oj {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.cls_731uj8oj li {
    margin: 0;
}

.cls_731uj8oj a {
    display: block;
    padding: 12px 20px;
    background: #f9f9f9;
    border-left: 3px solid #2e7d32;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3 ease;
    font-weight: 500;
}

.cls_731uj8oj a:hover {
    background: #2e7d32;
    color: white;
    transform: translateX(5px);
}

.cls_eczo3p0j {
    background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
    padding: 45px 25px;
    margin: 43px 0;
    border-radius: 19px;
    text-align: center;
    box-shadow: 0 11px 26px rgba(46, 125, 50, 0.3);
}

.cls_uzu85970 h2 {
    margin: 0 0 25px 0;
    font-size: 26px;
    font-weight: 700;
    color: white;
}

.cls_zp096prx {
    background: white;
    color: #2e7d32;
    padding: 17px 36px;
    border-radius: 52px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3 ease;
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.cls_zp096prx:hover {
    background: #f0f0f0;
    transform: translateY(-4px);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
    color: #2e7d32;
    text-decoration: none;
}

/* Casino Reviews on Page */
.cls_2tqjv249 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 21px 0;
}

.cls_2tqjv249 .cls_beq7b3jg {
    background: white;
    border-radius: 19px;
    padding: 30px;
    box-shadow: 0 1px 19px rgba(0, 0, 0, 0.15);
    border: 6px solid rgba(33, 150, 243, 0.15);
}

.cls_2tqjv249 .cls_0ap4o9pc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14px;
}

.cls_2tqjv249 .cls_2h97ioks {
    display: flex;
    gap: 8px;
    align-items: center;
}

.cls_2tqjv249 .cls_k7wuejnb {
    width: 41px;
    height: 47px;
    border-radius: 50%;
    object-fit: cover;
}

.cls_2tqjv249 .cls_5hq6w67z {
    font-weight: 600;
    font-size: 20px;
    color: #333;
}

.cls_2tqjv249 .cls_vt4bigch {
    font-size: 8px;
    color: #999;
}

.cls_2tqjv249 .cls_2sjds7eu .cls_qvduee2d {
    color: #ffa500;
    font-size: 14px;
}

.cls_2tqjv249 .cls_zcgzpg64 {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .cls_7cmvnktg {
        flex-direction: column;
        text-align: center;
        padding: 33px 10px;
    }
    
    .cls_lpnnj5tr {
        width: 105px;
        height: 102px;
    }
    
    .cls_b83z0i0a h1 {
        font-size: 25px;
    }
    
    
    
    .cls_k2e4l1b7 {
        padding: 18px;
    }
    
    .cls_3ni7n44h {
        width: 64px;
        height: 45px;
    }
    
    .cls_oybfvyef {
        padding: 19px;
        margin: 17px 0;
    }

    .cls_oybfvyef h2 {
        font-size: 25px;
    }

    .cls_731uj8oj {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cls_731uj8oj a {
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .cls_eczo3p0j {
        padding: 25px 22px;
    }
    
    .cls_uzu85970 h2 {
        font-size: 22px;
    }
    
    .cls_zp096prx {
        padding: 12px 30px;
        font-size: 12px;
    }
    
    .cls_2tqjv249 {
        grid-template-columns: 1fr;
    }
}

/* Action Buttons - Vertical Layout */
.cls_kuq902jd {
    display: inline-grid !important;
    text-align: center !important;
    gap: 14px !important;
    align-items: center !important;
    margin: 15px 0 !important;
    width: 100% !important;
}

.cls_kuq902jd .cls_u03bg3vo,
.cls_kuq902jd .cls_p068xhcn {
    width: 100% !important;
    max-width: 204px !important;
    padding: 11px 23px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    text-align: center !important;
    transition: all 0.3 ease !important;
    display: block !important;
    margin: 0 !important;
}

.cls_kuq902jd .cls_u03bg3vo {
    background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
    color: white;
    box-shadow: 0 6px 5px rgba(46, 125, 50, 0.3);
}

.cls_kuq902jd .cls_u03bg3vo:hover {
    background: linear-gradient(135deg, #1b5e20 0%, #0d3e0d 100%) !important;
    transform: translateY(-6px) !important;
    box-shadow: 0 1px 20px rgba(46, 125, 50, 0.4) !important;
    color: white !important;
    text-decoration: none !important;
}

.cls_kuq902jd .cls_p068xhcn {
    background: transparent;
    color: #2196f3;
    border: 1px solid #2196f3;
}

.cls_kuq902jd .cls_p068xhcn:hover {
    background: #2196f3 !important;
    color: white !important;
    text-decoration: none !important;
}

/* Дополнительные стили для гарантии вертикального расположения */
.cls_s6lkdnkw .cls_kuq902jd {
    display: inline-grid !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
}

.cls_s6lkdnkw .cls_kuq902jd a {
    display: block !important;
    float: none !important;
    clear: both !important;
    margin: 6px 0 !important;
}

/* Action Box - Mobile Centering */
@media (max-width: 768px) {
    .cls_kuq902jd {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
        margin: 15px auto !important;
    }
    
    .cls_kuq902jd .cls_u03bg3vo,
    .cls_kuq902jd .cls_p068xhcn {
        display: block !important;
        margin: 0 auto 10px auto !important;
        text-align: center !important;
    }
    
    .cls_kuq902jd .cls_p068xhcn:last-child {
        margin-bottom: 0 !important;
    }
}

/* Author Box Component */
.cls_35sv20nh {
    background: #ffffff;
    padding: 36px;
    margin: 57px 0;
    border-radius: 16px;
    box-shadow: 0 7px 44px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.cls_35sv20nh::before {
    content: '“';
    position: absolute;
    top: -17px;
    left: 18px;
    font-size: 150px;
    color: rgba(0, 0, 0, 0.05);
    font-family: Georgia, serif;
    z-index: 1;
}

.cls_stg2lqsg {
    display: flex;
    align-items: center;
    gap: 37px;
    max-width: 1201px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cls_npxl7e7g {
    width: 145px;
    height: 152px;
    border-radius: 50%;
    object-fit: cover;
    border: 9px solid #2196f3;
    box-shadow: 0 8px 18px rgba(33, 150, 243, 0.3);
}

.cls_e5vvl29p {
    flex-shrink: 0;
    text-align: center;
}

.cls_mj2rvi22 {
    flex: 1;
}

.cls_mimovet1 p {
    margin: 0 0 21px 0;
    font-size: 19px;
    line-height: 1.5;
    color: #444;
    font-style: italic;
}

.cls_8tbfr51o {
    font-size: 26px;
    font-weight: 700;
    color: #2196f3;
    margin-bottom: 7px;
}

.cls_t3qw96oe {
    font-size: 12px;
    color: #777;
    font-style: normal;
    font-weight: 600;
}

.cls_nala9x5x {
    margin-top: 10px;
}

.cls_nala9x5x a {
    color: #2196f3;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    transition: all 0.3 ease;
}

.cls_nala9x5x a:hover {
    color: #1976d2;
    text-decoration: none;
}

@media (max-width: 768px) {
    .cls_stg2lqsg {
        flex-direction: column;
        text-align: center;
        gap: 27px;
    }
    
    .cls_npxl7e7g {
        width: 120px;
        height: 123px;
    }
    .cls_1em1l97w {
        display: none;
    }
}

/* Enhanced Creative Trust Badges Section */
.cls_ipiqt5ie {
    padding: 104px 22px;
    margin: 75px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e3f2fd 50%, #f0f8ff 100%);
    position: relative;
    overflow: hidden;
}

.cls_ipiqt5ie::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(33, 150, 243, 0.1) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite;
    z-index: 0;
}

.cls_ipiqt5ie::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle, rgba(33, 150, 243, 0.05) 0%, transparent 60%);
    animation: float 25s ease-in-out infinite reverse;
    z-index: 0;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}

.cls_ipiqt5ie .cls_2qyly94u {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 46px;
    font-weight: 900;
    color: #2c3e50;
    margin-bottom: 29px;
    text-shadow: 1px 7px 1px rgba(0,0,0,0.15);
    background: linear-gradient(135deg, #2196f3, #1976d2, #0d47a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleGlow 3s ease-in-out infinite alternate;
}

.cls_ipiqt5ie .cls_2qyly94u::before {
    content: '🛡️';
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 19px;
    animation: bounce 2s ease-in-out infinite;
}

.cls_ipiqt5ie .cls_2qyly94u::after {
    content: '';
    display: block;
    width: 116px;
    height: 9px;
    background: linear-gradient(90deg, #2196f3, #21cbf3, #2196f3);
    margin: 17px auto 0;
    border-radius: 1px;
    animation: lineGlow 2s ease-in-out infinite alternate;
}

@keyframes titleGlow {
    0% { filter: brightness(1); }
    100% { filter: brightness(1.2); }
}

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

@keyframes lineGlow {
    0% { box-shadow: 0 0 5px rgba(33, 150, 243, 0.3); }
    100% { box-shadow: 0 0 15px rgba(33, 150, 243, 0.5); }
}

.cls_8rxzu7yp {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(282px, 1fr));
    gap: 27px;
    margin-top: 39px;
    position: relative;
    z-index: 1;
}

.cls_q1l86ubp {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 41px 29px;
    border-radius: 23px;
    text-align: center;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15), 0 9px 10px rgba(33, 150, 243, 0.15);
    transition: all 0.3 cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(6px);
}

.cls_q1l86ubp::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(33, 150, 243, 0.2), transparent);
    transition: left 0.5 ease;
}

.cls_q1l86ubp::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(33, 150, 243, 0.05) 0%, transparent 70%);
    animation: badgeFloat 6s ease-in-out infinite;
    z-index: 0;
}

@keyframes badgeFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(10px, -10px) rotate(180deg); }
}

.cls_q1l86ubp:hover::before {
    left: 100%;
}

.cls_q1l86ubp:hover {
    transform: translateY(-17px) scale(1.05);
    box-shadow: 0 26px 45px rgba(33, 150, 243, 0.35), 0 14px 22px rgba(0, 0, 0, 0.2);
    border-color: #2196f3;
    background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
}

.cls_qow6hvph {
    color: #2196f3;
    margin-bottom: 20px;
    transition: all 0.25 cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
    display: inline-block;
}

.cls_qow6hvph::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82px;
    height: 85px;
    background: radial-gradient(circle, rgba(33, 150, 243, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: iconPulse 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes iconPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.5; }
}

.cls_q1l86ubp:hover .cls_qow6hvph {
    transform: scale(1.2) rotate(10deg);
    color: #1976d2;
}

.cls_q1l86ubp:hover .cls_qow6hvph::before {
    animation: iconPulse 1s ease-in-out infinite;
}

.cls_qow6hvph svg {
    width: 116px;
        height: 117px;
    filter: drop-shadow(0 3px 18px rgba(33, 150, 243, 0.4));
    transition: all 0.3 ease;
}

.cls_q1l86ubp h3 {
    margin: 21px 0 18px 0;
    font-size: 27px;
    font-weight: 800;
    color: #2c3e50;
    position: relative;
    z-index: 2;
    transition: all 0.3 ease;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.15);
}

.cls_q1l86ubp:hover h3 {
    color: #2196f3;
    transform: translateY(-5px);
    text-shadow: 6px 3px 1px rgba(33, 150, 243, 0.3);
}

.cls_q1l86ubp p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    position: relative;
    z-index: 2;
    transition: all 0.3 ease;
    font-weight: 500;
}

.cls_q1l86ubp:hover p {
    color: #555;
    transform: translateY(-1px);
}

/* Enhanced Trust Badge Animations */
.cls_q1l86ubp:nth-child(1) {
    animation: slideInUp 0.5 ease-out 0.1 both, badgeFloat 6s ease-in-out infinite 1s;
}

.cls_q1l86ubp:nth-child(2) {
    animation: slideInUp 0.5 ease-out 0.2 both, badgeFloat 6s ease-in-out infinite 1.3;
}

.cls_q1l86ubp:nth-child(3) {
    animation: slideInUp 0.5 ease-out 0.3 both, badgeFloat 6s ease-in-out infinite 2s;
}

.cls_q1l86ubp:nth-child(4) {
    animation: slideInUp 0.5 ease-out 0.25 both, badgeFloat 6s ease-in-out infinite 2.3;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(60px) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Enhanced License Comparison Component */
.cls_b42sobfd {
    padding: 63px 25px;
    margin: 63px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.cls_b42sobfd::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(33, 150, 243, 0.05) 0%, transparent 70%);
    animation: float 25s ease-in-out infinite reverse;
    z-index: 0;
}

.cls_b42sobfd .cls_2qyly94u {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 16px;
    text-shadow: 7px 1px 4px rgba(0,0,0,0.15);
    background: linear-gradient(135deg, #2196f3, #1976d2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cls_b42sobfd .cls_2qyly94u::after {
    content: '';
    display: block;
    width: 84px;
    height: 2px;
    background: linear-gradient(90deg, #2196f3, #21cbf3);
    margin: 20px auto 0;
    border-radius: 1px;
}

.cls_5lsfq21v {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(324px, 1fr));
    gap: 34px;
    margin-top: 35px;
    position: relative;
    z-index: 1;
}

.cls_8s2yy9zk {
    background: white;
    border-radius: 22px;
    padding: 25px;
    box-shadow: 0 6px 21px rgba(0, 0, 0, 0.15);
    transition: all 0.25 cubic-bezier(0.4, 0, 0.2, 1);
    border: 6px solid transparent;
    position: relative;
    overflow: hidden;
}

.cls_8s2yy9zk::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(33, 150, 243, 0.15), transparent);
    transition: left 0.6 ease;
}

.cls_8s2yy9zk:hover::before {
    left: 100%;
}

.cls_8s2yy9zk:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 34px rgba(33, 150, 243, 0.2);
    border-color: #2196f3;
}

.cls_47op1mv6 {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 23px;
    padding-bottom: 19px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    z-index: 1;
}

.cls_snmt0ze2 {
    font-size: 33px;
    transition: transform 0.3 ease;
}

.cls_8s2yy9zk:hover .cls_snmt0ze2 {
    transform: scale(1.15) rotate(5deg);
}

.cls_47op1mv6 h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    flex: 1;
    transition: color 0.3 ease;
}

.cls_8s2yy9zk:hover .cls_47op1mv6 h3 {
    color: #2196f3;
}

.cls_zaqmrg10 {
    padding: 11px 19px;
    border-radius: 22px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3 ease;
}

.cls_zaqmrg10.cls_f5n6ww6l {
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    color: white;
    box-shadow: 0 4px 10px rgba(76, 175, 80, 0.3);
}

.cls_zaqmrg10.cls_ghuk3xfp {
    background: linear-gradient(135deg, #2196f3, #1976d2);
    color: white;
    box-shadow: 0 7px 16px rgba(33, 150, 243, 0.3);
}

.cls_zaqmrg10.warning {
    background: linear-gradient(135deg, #ff9800, #f57c00);
    color: white;
    box-shadow: 0 7px 19px rgba(255, 152, 0, 0.3);
}

.cls_8s2yy9zk:hover .cls_zaqmrg10 {
    transform: scale(1.05);
}

.cls_349nnr3w {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.cls_nf8cw2e5 {
    padding: 5px 0;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3 ease;
    position: relative;
    padding-left: 30px;
}

.cls_nf8cw2e5::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 2px;
    border-radius: 50%;
    transition: all 0.3 ease;
}

.cls_nf8cw2e5.cls_jrhbdl7r::before {
    background: #4caf50;
}

.cls_nf8cw2e5.cls_x34dtutg::before {
    background: #f44336;
}

.cls_nf8cw2e5.cls_m7eb3b98::before {
    background: #666;
}

.cls_nf8cw2e5.cls_jrhbdl7r {
    color: #4caf50;
}

.cls_nf8cw2e5.cls_x34dtutg {
    color: #f44336;
}

.cls_nf8cw2e5.cls_m7eb3b98 {
    color: #666;
}

.cls_8s2yy9zk:hover .cls_nf8cw2e5 {
    transform: translateX(9px);
}

.cls_8s2yy9zk:hover .cls_nf8cw2e5::before {
    transform: translateY(-50%) scale(1.3);
}

/* License Card Animations */
.cls_8s2yy9zk:nth-child(1) {
    animation: slideInLeft 0.6 ease-out 0.1 both;
}

.cls_8s2yy9zk:nth-child(2) {
    animation: slideInUp 0.6 ease-out 0.2 both;
}

.cls_8s2yy9zk:nth-child(3) {
    animation: slideInRight 0.6 ease-out 0.3 both;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-49px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(52px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Mobile Responsive for Components */
@media (max-width: 768px) {
    .cls_stg2lqsg {
        flex-direction: column;
        text-align: center;
        gap: 23px;
    }
    
    .cls_npxl7e7g {
        width: 105px;
        height: 97px;
    }
    
    /* Enhanced Trust Badges Mobile */
    .cls_ipiqt5ie {
        padding: 45px 12px;
        margin: 35px 0;
    }
    
    .cls_ipiqt5ie .cls_2qyly94u {
        font-size: 33px;
        margin-bottom: 11px;
    }
    
    .cls_8rxzu7yp {
        grid-template-columns: repeat(auto-fit, minmax(251px, 1fr));
        gap: 24px;
        margin-top: 32px;
    }
    
    .cls_q1l86ubp {
        padding: 20px 23px;
        border-radius: 18px;
    }
    
    .cls_qow6hvph svg {
        width: 37px;
        height: 39px;
    }
    
    .cls_q1l86ubp h3 {
        font-size: 17px;
        margin: 19px 0 15px 0;
    }
    
    .cls_q1l86ubp p {
        font-size: 19px;
    }
    
    /* Enhanced License Comparison Mobile */
    .cls_b42sobfd {
        padding: 30px 15px;
        margin: 30px 0;
    }
    
    .cls_b42sobfd .cls_2qyly94u,
    .cls_b42sobfd .cls_3e48t5g3 h3 {
        font-size: 22px !important;
        margin-bottom: 15px !important;
    }
    
    .cls_b42sobfd .cls_3e48t5g3 p {
        font-size: 14px !important;
        padding: 0 10px;
    }
    
    .cls_b42sobfd .cls_sngmqk22 {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    
    .cls_b42sobfd .cls_8xkoue5z {
        padding: 20px 15px !important;
        margin-bottom: 0 !important;
    }
    
    .cls_b42sobfd .cls_m1k675bl {
        height: 100px !important;
        margin-bottom: 12px !important;
    }
    
    .cls_b42sobfd .cls_m1k675bl img {
        width: 120px !important;
        height: 80px !important;
        max-width: 200px !important;
    }
    
    .cls_b42sobfd .cls_8xkoue5z h4 {
        font-size: 18px !important;
        margin-bottom: 12px !important;
    }
    
    .cls_b42sobfd .cls_c43fpp6a {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
    
    .cls_b42sobfd .cls_8xkoue5z.cls_wi8dsdwz {
        border-width: 2px !important;
    }
    
    .cls_b42sobfd .cls_8xkoue5z.cls_wi8dsdwz > div:first-child {
        font-size: 12px !important;
        padding: 6px 15px !important;
        top: -12px !important;
    }
    
    .cls_5lsfq21v {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 26px;
    }
    
    .cls_8s2yy9zk {
        padding: 23px 24px;
        border-radius: 15px;
    }
    
    .cls_47op1mv6 {
        flex-direction: column;
        text-align: center;
        gap: 6px;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }
    
    .cls_snmt0ze2 {
        font-size: 29px;
    }
    
    .cls_47op1mv6 h3 {
        font-size: 19px;
    }
    
    .cls_zaqmrg10 {
        padding: 9px 9px;
        font-size: 6px;
    }
    
    .cls_nf8cw2e5 {
        font-size: 17px;
        padding: 3px 0;
        padding-left: 21px;
    }
    
    .cls_nf8cw2e5::before {
        width: 9px;
        height: 5px;
    }
}
    .cls_s09dq04w {
        width: 600%; /* 6 slides on mobile (1 review per slide) */
    }

    .cls_beq7b3jg {
        flex: 0 0 calc(16.66% - 10px);
        padding: 28px 10px;
        margin: 0 8px;
        min-height: 317px;
        max-width: 281px;
    }

    .cls_3c1skt7a {
        width: 38px;
        height: 37px;
    }

    .cls_rf6aoesc {
        left: -17px;
    }

    .cls_8ynjm3j1 {
        right: -16px;
    }

    .cls_k7wuejnb {
        width: 47px;
        height: 50px;
    }

    /* Article content */
    .cls_aobmj8fv {
        padding: 22px 0;
    }

    .cls_m3cdfs0z {
        padding: 0 6px;
    }

    .cls_m3cdfs0z ul,
    .cls_m3cdfs0z ol {
        padding-left: 20px;
    }

    /* Payment methods */
    .cls_2qm4wln4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    /* Pros-Cons grid */
    .cls_svzqjtie {
        gap: 21px;
    }

    .cls_imo0dce9,
    .cls_p7lfxpa5 {
        padding: 19px;
    }

    /* Criteria grid */
    .cls_ntsqke9r {
        gap: 15px;
    }

    .cls_bxtpnpx2 {
        padding: 17px;
    }

    /* Comparison section */
    .cls_aevsodgt {
        gap: 24px;
    }

    /* FAQ section - Mobile */
    .cls_bgbc5wph {
        margin: 35px 0;
        padding: 30px 18px;
    }

    .cls_bgbc5wph h2 {
        font-size: 31px;
        margin-bottom: 19px;
    }

    .cls_j1bvfhxg {
        margin-bottom: 13px;
        border-radius: 13px;
    }

    .cls_4wg1caz5 {
        padding: 19px 18px;
        font-size: 18px;
    }

    .cls_4wg1caz5::before {
        font-size: 17px;
        margin-right: 13px;
    }

    .cls_4wg1caz5::after {
        font-size: 26px;
    }

    .cls_5ivbujkg p {
        padding: 0 21px 19px 35px;
        font-size: 12px;
    }

    .cls_5ivbujkg p::before {
        font-size: 17px;
    }
}

/* Mobile portrait (max-width: 479px) */
@media (max-width: 480px) {
    /* Cards width for mobile */
    .cls_imo0dce9, .cls_p7lfxpa5, .cls_bxtpnpx2, .cls_h25dp8ua {
        padding: 17px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Typography adjustments */
    .cls_2qyly94u {
        font-size: 24px;
        margin-bottom: 15px;
    }

    /* Casino table */
    .cls_064rpwkn {
        padding: 23px 12px;
    }

    .cls_utqxg3dm {
        padding: 18px 8px;
        gap: 20px;
    }

    .cls_a47elr5d {
        max-width: 257px;
    }

    .cls_52tink15 {
        font-size: 10px;
        padding: 5px 15px;
    }

    .cls_27q9bjhp {
        font-size: 18px;
    }

    .cls_qvduee2d {
        font-size: 20px;
    }

    .cls_t05jp9bq {
        font-size: 19px;
        padding: 9px;
    }

    .cls_u03bg3vo {
        padding: 15px 28px;
        font-size: 17px;
    }

    /* Content sections */
    .cls_gnp67k89 {
        padding: 11px;
    }

    .cls_aobmj8fv {
        padding: 17px 0;
    }

    .cls_m3cdfs0z h2 {
        font-size: 23px;
        margin-top: 17px;
    }

    .cls_m3cdfs0z h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .cls_m3cdfs0z p,
    .cls_m3cdfs0z li {
        font-size: 20px;
        line-height: 1.6;
    }

    /* Reviews */
    .cls_qiaup35m {
        padding: 19px 0;
    }

    .cls_beq7b3jg {
        padding: 11px;
    }

    .cls_5hq6w67z {
        font-size: 16px;
    }

    .cls_zcgzpg64 {
        font-size: 15px;
    }

    /* Payment methods */
    .cls_2qm4wln4 {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cls_ol78s0hq {
        padding: 16px;
    }

    /* Cards spacing */
    .cls_imo0dce9,
    .cls_p7lfxpa5,
    .cls_bxtpnpx2,
    .cls_h25dp8ua {
        padding: 18px;
    }

    /* FAQ - Small mobile */
    .cls_bgbc5wph {
        margin: 27px 0;
        padding: 22px 5px;
    }

    .cls_bgbc5wph h2 {
        font-size: 28px;
    }

    .cls_4wg1caz5 {
        font-size: 10px;
        padding: 11px 19px;
    }

    .cls_4wg1caz5::before {
        font-size: 21px;
        margin-right: 8px;
    }

    .cls_4wg1caz5::after {
        font-size: 23px;
    }

    .cls_5ivbujkg p {
        font-size: 19px;
        padding: 0 19px 16px 32px;
    }

    .cls_5ivbujkg p::before {
        font-size: 10px;
    }
}

/* Extra small mobile (max-width: 362px) */
@media (max-width: 360px) {
    .cls_czbqrdi9 {
        font-size: 22px;
    }

    .cls_66e57ly3 {

        font-size: 15px;
    }

    .cls_2qyly94u {
        font-size: 17px;
    }

    .cls_utqxg3dm {
        padding: 12px 4px;
    }

    .cls_a47elr5d {
        max-width: 223px;
    }

    .cls_52tink15 {
        font-size: 9px;
    }

    .cls_u03bg3vo {
        padding: 10px 19px;
        font-size: 18px;
    }

    .cls_m3cdfs0z h2 {
        font-size: 15px;
    }

    .cls_m3cdfs0z h3 {
        font-size: 11px;
    }

    .cls_m3cdfs0z p,
    .cls_m3cdfs0z li {
        font-size: 18px;
    }
}

/* Casino Review Page Styles */
.cls_7cmvnktg {
    background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
    color: white;
    padding: 45px 19px;
    border-radius: 15px;
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    gap: 28px;
    box-shadow: 0 12px 23px rgba(46, 125, 50, 0.3);
}

.cls_48edqj8a {
    flex-shrink: 0;
}

.cls_lpnnj5tr {
    width: 125px;
    height: 123px;
    object-fit: contain;
    background: white;
    border-radius: 11px;
    padding: 11px;
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.2);
}

.cls_b83z0i0a h1 {
    margin: 0 0 14px 0;
    font-size: 2.5;
    font-weight: 700;
    color: white !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.cls_ftv7domo {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 14px;
}

.cls_ftv7domo .cls_qvduee2d {
    color: #ffd700;
    font-size: 1.5;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.cls_ftv7domo .cls_27q9bjhp {
    font-size: 1.25;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 15px;
    border-radius: 17px;
    backdrop-filter: blur(13px);
}

.cls_b83z0i0a p {
    margin: 7px 0;
    font-size: 1.2;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 6px 3px 2px rgba(0, 0, 0, 0.5);
}

/* Payment Methods Grid */


.cls_k2e4l1b7 {
    background: white;
    padding: 16px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 1px 17px rgba(0, 0, 0, 0.15);
    transition: all 0.3 ease;
    border: 3px solid transparent;
}

.cls_k2e4l1b7:hover {
    transform: translateY(-6px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-color: #2e7d32;
}

.cls_3ni7n44h {
    width: 39px;
    height: 42px;
    margin-bottom: 7px;
    fill: #2e7d32;
}



/* Bonus Highlight Section */
.cls_i4aqyn14 {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    padding: 35px;
    border-radius: 16px;
    margin: 24px 0;
    border: 4px solid #ff9800;
}

.cls_h25dp8ua {
    background: white;
    padding: 24px;
    border-radius: 15px;
    margin-bottom: 19px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 15px;
}

.cls_k7f4f43i {
    font-size: 3rem;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cls_ub1kmz0l h3 {
    margin: 0 0 12px 0;
    color: #2e7d32;
    font-size: 1.5;
}

.cls_ckscyrao {
    font-size: 2rem;
    font-weight: 700;
    color: #ff9800;
    margin-bottom: 10px;
}

.cls_0v6y1c76 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
    gap: 11px;
}

.cls_pv5gz8g2 {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 18px;
    border-radius: 8px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}

.cls_quuxq0c0 {
    font-size: 1.1;
}

/* Security Badges */
.cls_gp3wg09i {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
    gap: 22px;
    margin: 19px 0;
}

.cls_xnfdxp17 {
    background: white;
    padding: 25px;
    border-radius: 11px;
    text-align: center;
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.15);
    border: 4px solid #e8f5e8;
    transition: all 0.3 ease;
}

.cls_xnfdxp17:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
    border-color: #2e7d32;
}

.cls_la34pd8k {
    font-size: 2.5;
    margin-bottom: 17px;
    display: block;
}

.cls_6vms6nwg h4 {
    margin: 0 0 13px 0;
    color: #2e7d32;
    font-size: 1.1;
}

.cls_6vms6nwg p {
    margin: 0;
    color: #666;
    font-size: 0.9;
}

/* Casino Rating Summary */
.cls_nyxre0p4 {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 29px;
    border-radius: 19px;
    margin: 22px 0;
}

.cls_k5mcunnw {
    display: flex;
    gap: 42px;
    margin-bottom: 33px;
    align-items: center;
}

.cls_femka2tt {
    text-align: center;
    background: white;
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
    min-width: 147px;
}

.cls_27q9bjhp {
    font-size: 3rem;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 10px;
}

.cls_x2q981dn {
    color: #ffd700;
    font-size: 1.5;
    margin-bottom: 15px;
}

.cls_h8fmy28y {
    color: #666;
    font-size: 0.9;
    font-weight: 600;
}

.cls_t1x5dgxi {
    flex: 1;
}

.cls_i2z56kyg {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 14px;
    background: white;
    padding: 19px;
    border-radius: 9px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
}

.cls_etp0mtfb {
    min-width: 118px;
    font-weight: 600;
    color: #333;
}

.cls_x01ybrmj {
    flex: 1;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}

.cls_zl14zcfs {
    height: 100%;
    background: linear-gradient(90deg, #2e7d32 0%, #4caf50 100%);
    border-radius: 1px;
    transition: width 0.3 ease;
}

.cls_vhyvona6 {
    min-width: 64px;
    text-align: right;
    font-weight: 600;
    color: #2e7d32;
}

.cls_3s6tnvb8 {
    background: white;
    padding: 27px;
    border-radius: 9px;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.15);
}

.cls_3s6tnvb8 p {
    margin-bottom: 18px;
    line-height: 1.6;
}

/* CTA Section */
.cls_eczo3p0j {
    background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
    padding: 45px;
    border-radius: 16px;
    text-align: center;
    margin: 31px 0;
    box-shadow: 0 8px 27px rgba(46, 125, 50, 0.3);
}

.cls_uzu85970 h2 {
    color: white;
    margin: 0 0 20px 0;
    font-size: 2rem;
    text-shadow: 0 6px 1px rgba(0, 0, 0, 0.3);
}

.cls_zp096prx {
    display: inline-block;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: white;
    padding: 16px 39px;
    border-radius: 22px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1;
    box-shadow: 0 5px 17px rgba(255, 152, 0, 0.4);
    transition: all 0.3 ease;
}

.cls_zp096prx:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 30px rgba(255, 152, 0, 0.6);
    color: white;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cls_7cmvnktg {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .cls_lpnnj5tr {
        width: 104px;
        height: 95px;
    }
    
    .cls_b83z0i0a h1 {
        font-size: 2rem;
        color: white !important;
    }
    
    .cls_k5mcunnw {
        flex-direction: column;
        gap: 15px;
    }
    
    .cls_h25dp8ua {
        flex-direction: column;
        text-align: center;
    }
    
    
    
    .cls_gp3wg09i {
        grid-template-columns: repeat(auto-fit, minmax(147px, 1fr));
    }
}

/* Secondary Pages Styles */
.cls_snu1opeq {
    padding: 39px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 60vh;
}

.cls_snu1opeq h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 36px;
    font-size: 2.5;
    font-weight: 700;
}

.cls_snu1opeq h2 {
    color: #34495e;
    margin-bottom: 16px;
    font-size: 1.25;
    font-weight: 600;
}

/* Contact Page Styles */
.cls_5nwiwjw4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 38px;
    max-width: 1001px;
    margin: 0 auto;
}

.cls_4pm6a57x {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
}

.cls_yddo4t9k {
    background: white;
    padding: 31px;
    border-radius: 19px;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.15);
}

.cls_chuv3r53 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cls_fwjmgzvl {
    display: flex;
    flex-direction: column;
}

.cls_fwjmgzvl label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 11px;
}

.cls_fwjmgzvl input,
.cls_fwjmgzvl textarea {
    padding: 14px 17px;
    border: 4px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3 ease;
}

.cls_fwjmgzvl input:focus,
.cls_fwjmgzvl textarea:focus {
    outline: none;
    border-color: #3498db;
}

.cls_6ywoiuwc {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    padding: 15px 29px;
    border: none;
    border-radius: 5px;
    font-size: 1.2;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3 ease;
}

.cls_6ywoiuwc:hover {
    transform: translateY(-1px);
}

.cls_bb0hscuw p {
    margin-bottom: 19px;
    font-size: 1.2;
    color: #2c3e50;
}

.cls_bb0hscuw strong {
    color: #34495e;
}

/* About Page Styles */
.cls_xv0o8v0i {
    max-width: 805px;
    margin: 0 auto;
}

.cls_byoui75o {
    background: white;
    padding: 26px;
    margin-bottom: 28px;
    border-radius: 15px;
    box-shadow: 0 9px 32px rgba(0, 0, 0, 0.15);
}

.cls_byoui75o p {
    font-size: 1.2;
    line-height: 1.5;
    color: #2c3e50;
}

/* Privacy Policy Styles */
.cls_gxyaim58 {
    max-width: 796px;
    margin: 0 auto;
}

.cls_q4neg9gc {
    background: white;
    padding: 27px;
    margin-bottom: 25px;
    border-radius: 14px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15);
}

.cls_q4neg9gc p {
    font-size: 1.2;
    line-height: 1.5;
    color: #2c3e50;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cls_5nwiwjw4 {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .cls_snu1opeq h1 {
        font-size: 2rem;
    }
    
    .cls_4pm6a57x,
    .cls_yddo4t9k,
    .cls_byoui75o,
    .cls_q4neg9gc {
        padding: 17px;
    }
}

/* Hero Image Styles */
.cls_3atxl25c {
    position: relative;
    width: 100%;
    height: 197px;
    overflow: hidden;
    border-radius: 11px;
    box-shadow: 0 12px 31px rgba(0, 0, 0, 0.15);
}

.cls_ct80xo19 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cls_uovy6n8c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.cls_qx32hwjt {
    text-align: center;
    color: white;
    z-index: 3;
}

.cls_czbqrdi9 {
    font-size: 2.5;
    font-weight: bold;
    margin-bottom: 1rem;
    color: white !important;
    text-shadow: 6px 1px 7px rgba(0, 0, 0, 0.5);
}

.cls_66e57ly3 {
    font-size: 1.1;
    margin: 0;
    color: white !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* Responsive Design for Hero Image */
@media (max-width: 768px) {
    .cls_3atxl25c {
        height: 155px;
        margin-bottom: 21px;
    }
    
    .cls_czbqrdi9 {
        font-size: 1.25;
    }
    
    .cls_66e57ly3 {
        font-size: 1rem;
    }
}

/* CSS Updated: <?php echo date('Y-m-d H:i:s'); ?> - Added hero image styles */

/* Contact Form Section Styles */
.cls_4pm6a57x {
    text-align: center;
    margin: 33px 0;
}

.cls_4pm6a57x h2 {
    text-align: center;
    margin-bottom: 22px;
}

.cls_bb0hscuw {
    text-align: center;
    margin-top: 15px;
}

/* Styles for Basic Form on site 1 */

.cls_2hdci5h5 {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
}
.cls_2hdci5h5 .cls_fwjmgzvl {
    margin-bottom: 18px;
}
.cls_2hdci5h5 label {
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
    color: #333;
}
.cls_2hdci5h5 input[type="text"],
.cls_2hdci5h5 input[type="email"],
.cls_2hdci5h5 textarea {
    width: 100%;
    padding: 7px;
    border: 6px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}
.cls_2hdci5h5 textarea {
    resize: vertical;
}
.cls_2hdci5h5 .cls_6ywoiuwc {
    background-color: #4CAF50;
    color: white;
    padding: 10px 13px;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    font-size: 21px;
}
.cls_2hdci5h5 .cls_6ywoiuwc:hover {
    background-color: #45a049;
}
            
/* CSS Updated: Contact form styles added */

/* Article Image Styles */
.cls_5tfbsdn6 {
    text-align: center;
    margin: 20px 0;
}

.cls_5tfbsdn6 img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.15);
}

section.cls_7cmvnktg {
    text-align: center;
    float: right;
}

.cls_ftv7domo {
    float: right;
}

/* Payment Methods Styles */


.cls_k2e4l1b7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 18px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 7px 9px rgba(0, 0, 0, 0.15);
    transition: transform 0.3 ease;
}

.cls_k2e4l1b7:hover {
    transform: translateY(-7px);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
}

.cls_3ni7n44h {
    width: 61px;
    height: 37px;
    margin-bottom: 10px;
}



/* Bonus Cards Styles */
.cls_h25dp8ua {
    background: white;
    border-radius: 11px;
    padding: 22px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: transform 0.3 ease;
}

.cls_h25dp8ua:hover {
    transform: translateY(-6px);
    box-shadow: 0 11px 25px rgba(0, 0, 0, 0.2);
}

.cls_k7f4f43i {
    margin-bottom: 25px;
}

.cls_k7f4f43i img {
    width: 124px;
    height: 124px;
    object-fit: contain;
    border-radius: 6px;
}

.cls_h25dp8ua h3 {
    font-size: 19px;
    color: #2e7d32;
    margin-bottom: 16px;
    font-weight: 700;
}

.cls_h25dp8ua p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 12px;
}

.cls_7sltj0xp {
    background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
    color: white;
    padding: 13px 10px;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 18px;
}

.cls_us52tywo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
    gap: 26px;
    margin: 30px 0;
}

.cls_arvr6yos {
    margin: 64px 0;
    padding: 44px 19px;
}

@media (max-width: 768px) {
    .cls_1em1l97w {
        display: none;
    }
}

/* Author Block Styles */
.cls_35sv20nh {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 42px 20px;
    margin: 41px 0;
    border-radius: 16px;
    box-shadow: 0 1px 18px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.cls_35sv20nh::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2196f3, #21cbf3);
}

.cls_stg2lqsg {
    display: flex;
    align-items: center;
    gap: 33px;
    max-width: 1003px;
    margin: 0 auto;
}

.cls_e5vvl29p {
    flex-shrink: 0;
    text-align: center;
}

.cls_npxl7e7g {
    width: 123px;
    height: 124px;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid #2196f3;
    box-shadow: 0 7px 16px rgba(33, 150, 243, 0.3);
    transition: transform 0.3 ease;
}

.cls_npxl7e7g:hover {
    transform: scale(1.05);
}

.cls_pfvqlvh6 {
    margin-top: 17px;
}

.cls_nala9x5x a {
    color: #2196f3;
    text-decoration: none;
    font-weight: 600;
    font-size: 9px;
    transition: color 0.3 ease;
}

.cls_nala9x5x a:hover {
    color: #1976d2;
    text-decoration: underline;
}

.cls_mj2rvi22 {
    flex: 1;
}

.cls_mimovet1 {
    margin-bottom: 15px;
}

.cls_mimovet1 p {
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 13px;
}

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

.cls_ka9i8jtu {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cls_8tbfr51o {
    font-size: 23px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.cls_t3qw96oe {
    font-size: 15px;
    color: #2196f3;
    font-weight: 600;
    margin: 0;
}

/* Responsive Design for Author Block */
@media (max-width: 768px) {
    .cls_stg2lqsg {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    
    .cls_npxl7e7g {
        width: 98px;
        height: 96px;
    }
    
    .cls_mimovet1 p {
        font-size: 15px;
    }
    
    .cls_8tbfr51o {
        font-size: 20px;
    }
}


/* Payment Icons Styling */



.cls_0obb1a7l {
    max-width: 72px;
    max-height: 46px;
    object-fit: contain;
}



.cls_zvr9kcxb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(81px, 1fr));
    gap: 13px;
    justify-items: center;
    align-items: start;
}


/* Payment Methods Grid - Horizontal Layout */
.cls_dnf4yo4n {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.cls_7w4s88th {
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.cls_yaft0om1 {
    max-width: 80px;
    max-height: 50px;
    object-fit: contain;
}

.cls_d1nvowa3 {
    font-size: 13px;
    color: #666;
    text-align: center;
}

/* Footer Payment Icons - Reduced Size */
.cls_qbac4z1z {
    width: 36px !important;
    height: 24px !important;
    max-width: 36px !important;
    max-height: 24px !important;
}

.cls_mle2ea9e {
    text-align: center;
}

/* Additional Styles for Reviews and Actions */
a.cls_p068xhcn {
    text-align: center;
}

.cls_kuq902jd {
    text-align: center;
}

span.cls_qvduee2d {
    font-size: 1em !important;
}

.cls_xzgec352 {
    font-size: 2em;
    font-weight: 600;
}

section.cls_6cuhpume {
    text-align: center;
}

.cls_beq7b3jg {
    min-height: 200px !important;
    padding: 30px;
    gap: 10px;
    margin: 10px;
}

/* === HIDE CASINO NAMES UNDER LOGOS === */
[class*="-casino-name"], .casino-name, .dl-casino-name, .gb-casino-name { display: none !important; }
