:root {
    --button-color: #7c3aed;
    --button-color-hover: #5b21b6;
    --button-color-light: #a78bfa;
    --button-shadow: rgba(124, 58, 237, 0.32);
    --button-shadow-strong: rgba(167, 139, 250, 0.6);
    --list-bg-hover: #f1ebff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.65;
    color: #29233d;
    background-color: #fcfbff;
}

.kmfck {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header Styles */
.lwr7d1 {
    background: linear-gradient(105deg, #171027 0%, #2c1749 52%, #161126 100%);
    padding: 1.05rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 7px 24px rgba(25, 11, 51, 0.3);
    border-bottom: 1px solid rgba(190, 167, 255, 0.2);
}

.fo90m {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lvnz5qu7 {
    display: flex;
    align-items: center;
}

.r41glek {
    height: 50px;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.i4226fo15q {
    display: flex;
    gap: 12px;
}

/* Button Styles */
.r98g7t498u {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: 0.01em;
}

.mmyb2 {
    background: linear-gradient(135deg, var(--button-color), #6230c5);
    color: white;
    box-shadow: 0 5px 14px var(--button-shadow);
}

.mmyb2:hover {
    background: linear-gradient(135deg, var(--button-color-hover), #4c1d95);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px var(--button-shadow);
}

.yc1h85 {
    background-color: rgba(255, 255, 255, 0.04);
    color: var(--button-color);
    border: 2px solid var(--button-color);
}

.yc1h85:hover {
    background-color: var(--button-color);
    color: white;
    box-shadow: 0 5px 15px var(--button-shadow);
}

.ibj4b {
    padding: 16px 32px;
    font-size: 1.1rem;
}

.tizygaym {
    padding: 8px 16px;
    font-size: 0.9rem;
}

/* Hero Section */
.xo7gvko28 {
    background:
        radial-gradient(circle at 16% 12%, rgba(167, 139, 250, 0.25), transparent 31%),
        radial-gradient(circle at 84% 86%, rgba(124, 58, 237, 0.3), transparent 35%),
        linear-gradient(135deg, #161025 0%, #281246 52%, #101827 100%);
    padding: 2.5rem 0;
}

.kotvbt24 {
    text-align: center;
}

.mifhhcg {
    display: block;
    margin-bottom: 2rem;
}

.o3agorm {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 22px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(216, 203, 255, 0.3);
    box-shadow: 0 18px 42px rgba(5, 3, 13, 0.45);
}

.o3agorm:hover {
    transform: scale(1.02);
    box-shadow: 0 24px 55px rgba(5, 3, 13, 0.55);
}

.ilfd3l743 {
    margin-top: 2rem;
}

.y2ext {
    background: linear-gradient(100deg, #6d28d9, #a855f7 52%, #8b5cf6);
    color: white;
    padding: 20px 40px;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    box-shadow: 0 10px 30px var(--button-shadow);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.b6f5r4 {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 10px 30px var(--button-shadow);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 15px 40px var(--button-shadow-strong);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 10px 30px var(--button-shadow);
    }
}

/* Content Sections */
.yz5f4 {
    padding: 2.5rem 0;
    background-color: #f7f5ff;
}

.yz5f4:nth-child(even) {
    background-color: #ffffff;
}

.q440z {
    padding: 2.75rem 0;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfaff 100%);
}

h1 {
    font-size: 2.65rem;
    color: #21133c;
    margin-bottom: 1.25rem;
    text-align: center;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

h2 {
    font-size: 2rem;
    color: #281548;
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

h3 {
    font-size: 1.5rem;
    color: #312052;
    margin-bottom: 1rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.2rem;
    color: #312052;
    margin-bottom: 1rem;
}

.ra8so {
    font-size: 1.12rem;
    text-align: center;
    margin: 0 auto 3rem;
    color: #5b5370;
}

p {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    color: #5b5370;
    line-height: 1.7;
}

/* Tables */
.mpshv81fed, .gxw9r5w5g7 {
    margin: 2rem 0;
    overflow-x: auto;
    border-radius: 16px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(57, 35, 103, 0.1);
    border: 1px solid #e9e2fb;
}

th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #eee9f8;
}

th {
    background: linear-gradient(135deg, #6d28d9, #8b5cf6);
    color: white;
    font-weight: 700;
    letter-spacing: 0.015em;
}

tr:hover {
    background-color: var(--list-bg-hover);
}

.s0x7dblw1h {
    text-align: center;
    margin-top: 3rem;
}

/* Images */
.wc01ea5 {
    text-align: center;
    margin: 2rem 0;
}

.y1naf {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(49, 25, 91, 0.16);
    border: 1px solid #eee9fb;
}

/* Slots Section */
.yo8ileq {
    padding: 2.5rem 0;
    background:
        linear-gradient(180deg, #f7f4ff 0%, #fdfcff 100%);
}

.zsywf53a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.s1fly {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(47, 25, 90, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee9fa;
}

.s1fly:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 42px rgba(47, 25, 90, 0.2);
}

.uhjk054m4i {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.s1fly:hover .uhjk054m4i {
    transform: scale(1.05);
}

.s1fly h3 {
    padding: 1.15rem 1rem 1rem;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0;
}

.s1fly h3 a {
    text-decoration: none;
    color: #2c1b4c;
}

.s1fly h3 a:hover {
    color: var(--button-color);
}

.s1fly .r98g7t498u {
    margin: 0 1rem 1.2rem;
    display: block;
    width: calc(100% - 2rem);
}

.l944t8c33 {}

/* VIP Section */
.oi9ds2wmka {
    padding: 2.5rem 0;
    background-color: white;
}

.y0uoodg119 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.xkfu0 p {
    /* Inherits from general p styles */
}

/* FAQ Section */
.vtfwzk28 {
    padding: 2.5rem 0;
    background-color: #f7f5ff;
}

.ru72yu {
    max-width: 800px;
    margin: 0 auto;
}

.ljk2p1y {
    background: white;
    border-radius: 14px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 5px 16px rgba(54, 29, 99, 0.1);
    border: 1px solid #ece6fa;
}

.k797rufrv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    cursor: pointer;
    background-color: white;
    transition: background-color 0.3s ease;
}

.k797rufrv:hover {
    background-color: #faf8ff;
}

.k797rufrv h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #2d1c4c;
}

.lmqn9nr {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--button-color);
    transition: transform 0.3s ease;
}

.ljk2p1y.wi5ij6yl37 .lmqn9nr {
    transform: rotate(45deg);
}

.pkrrkvget {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #faf8ff;
}

.ljk2p1y.wi5ij6yl37 .pkrrkvget {
    max-height: 2000px;
    padding: 1.5rem;
}

.pkrrkvget p {
    margin: 0;
    color: #5b5370;
}

/* Styled Lists - applies to all ul in content sections */
ul {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

ul li {
    position: relative;
    padding: 1rem 1.15rem 1rem 3rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: #5b5370;
    line-height: 1.6;
    padding-left: 3rem;
    background-color: #f7f4ff;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #eee7fb;
}

ul li:hover {
    background-color: var(--list-bg-hover);
    transform: translateX(5px);
    border-color: #d8c8ff;
}

ul li::before {
    content: "✓";
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #6d28d9, #a855f7);
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 3px 10px var(--button-shadow);
}

ol li {
    font-size: 1.1rem;
    color: #5b5370;
    line-height: 1.6;
}

/* Footer */
.ueew0s1t {
    background:
        radial-gradient(circle at 50% 0%, rgba(124, 58, 237, 0.26), transparent 45%),
        #171027;
    color: white;
    padding: 3rem 0 1rem;
    border-top: 1px solid rgba(183, 156, 255, 0.18);
}

.mqebyp3pi1 {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.w8qpt0a {
    object-fit: contain;
    padding: 5px;
}

.rknpa {
    max-width: 1000px;
    margin: 0 auto 2rem;
}

.rknpa p {
    margin-bottom: 1rem;
    color: #d9d0eb;
    text-align: center;
}

.eusxei70y {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(214, 195, 255, 0.2);
}

.eusxei70y p {
    color: #a99fbc;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .fo90m {
        flex-direction: row;
        justify-content: space-between;
    }

    .i4226fo15q {
        gap: 10px;
    }

    .r98g7t498u {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .zsywf53a {
        grid-template-columns: 1fr;
    }

    .y0uoodg119 {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mqebyp3pi1 {
        gap: 1rem;
    }

    /*.w8qpt0a {
        width: 60px;
        height: 45px;
    }*/

    table {
        font-size: 0.9rem;
    }

    th, td {
        padding: 10px 8px;
    }
}

@media (max-width: 480px) {
    .kmfck {
        padding: 0 15px;
    }

    .r98g7t498u {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .y2ext {
        padding: 15px 30px;
        font-size: 1.1rem;
    }

    h1 {
        font-size: 1.8rem;
    }

    .o3agorm {
        max-height: 250px;
        border-radius: 16px;
    }
}

.l0h76ut1b {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.l10ancyy {
    color: #d9d0eb;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 999px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.l10ancyy:hover {
    color: white;
    background-color: rgba(167, 139, 250, 0.18);
}

.kyox9 {
    display: flex;
    gap: 1.5rem;
    flex: 1;
    justify-content: center;
}

.kyox9.wi5ij6yl37 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.t0dcna3lc {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 999px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.t0dcna3lc:hover {
    color: white;
    background-color: rgba(167, 139, 250, 0.2);
}

.vw9o7 {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    gap: 4px;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
}

.vw9o7 span {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.vw9o7.wi5ij6yl37 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.vw9o7.wi5ij6yl37 span:nth-child(2) {
    opacity: 0;
}

.vw9o7.wi5ij6yl37 span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

@media (max-width: 768px) {
    .l0h76ut1b {
        gap: 1rem;
    }

    .l10ancyy {
        padding: 6px 8px;
        font-size: 0.9rem;
    }

    .kyox9 {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, #2c1749 0%, #171027 100%);
        flex-direction: column;
        padding: 1rem 0;
        box-shadow: 0 8px 20px rgba(10, 4, 23, 0.38);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
    }

    .kyox9 .t0dcna3lc {
        padding: 12px 20px;
        border-bottom: 1px solid rgba(216, 195, 255, 0.14);
        border-radius: 0;
    }

    .vw9o7 {
        display: flex;
    }
}
