:root {
    --button-color: #7c3aed;
    --button-color-hover: #6327c9;
    --button-color-light: #a78bfa;
    --button-shadow: rgba(124, 58, 237, 0.28);
    --button-shadow-strong: rgba(124, 58, 237, 0.58);
    --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: #29213d;
    background-color: #faf9ff;
}

.pdmtzpgc {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header Styles */
.eqdo8 {
    background: linear-gradient(105deg, #171126 0%, #2a1850 55%, #171126 100%);
    padding: 1.05rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 5px 22px rgba(23, 17, 38, 0.28);
    border-bottom: 1px solid rgba(167, 139, 250, 0.22);
}

.acp50tril {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fue03f1f {
    display: flex;
    align-items: center;
}

.rc6ur0idf {
    height: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.gw56f16q {
    display: flex;
    gap: 12px;
}

/* Button Styles */
.sppxt1 {
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: 0.01em;
}

.hodq735 {
    background: linear-gradient(135deg, var(--button-color), #5b21b6);
    color: white;
    box-shadow: 0 5px 14px var(--button-shadow);
}

.hodq735:hover {
    background: linear-gradient(135deg, var(--button-color-light), var(--button-color));
    transform: translateY(-2px);
    box-shadow: 0 9px 22px var(--button-shadow-strong);
}

.tap5h6m {
    background-color: rgba(255, 255, 255, 0.04);
    color: var(--button-color);
    border: 2px solid var(--button-color);
}

.tap5h6m:hover {
    background-color: var(--button-color);
    color: white;
    box-shadow: 0 6px 16px var(--button-shadow);
}

.suses8y0x {
    padding: 16px 34px;
    font-size: 1.1rem;
}

.olr30 {
    padding: 8px 17px;
    font-size: 0.9rem;
}

/* Hero Section */
.j4rdvnz {
    background:
        radial-gradient(circle at 18% 15%, rgba(167, 139, 250, 0.28), transparent 32%),
        radial-gradient(circle at 82% 82%, rgba(124, 58, 237, 0.22), transparent 36%),
        linear-gradient(135deg, #161024 0%, #2d1951 55%, #171126 100%);
    padding: 2.5rem 0;
}

.x1s47rd9 {
    text-align: center;
}

.zrdnk83e22 {
    display: block;
    margin-bottom: 2.25rem;
}

.oa5fevp {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 16px 38px rgba(10, 6, 20, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.oa5fevp:hover {
    transform: scale(1.02);
    box-shadow: 0 22px 48px rgba(10, 6, 20, 0.5);
}

.itlljcg {
    margin-top: 2.25rem;
}

.mw7z7s2o {
    background: linear-gradient(110deg, #7c3aed, #a855f7 52%, #c084fc);
    color: white;
    padding: 20px 42px;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    box-shadow: 0 12px 30px var(--button-shadow);
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.yygow97o37 {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 12px 30px var(--button-shadow);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 18px 44px var(--button-shadow-strong);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 12px 30px var(--button-shadow);
    }
}

/* Content Sections */
.td78av {
    padding: 2.5rem 0;
    background-color: #f5f2ff;
}

.td78av:nth-child(even) {
    background-color: #ffffff;
}

.vxct3jo3n4 {
    padding: 2.5rem 0;
    background-color: #ffffff;
}

h1 {
    font-size: 2.65rem;
    color: #21143c;
    margin-bottom: 1.4rem;
    text-align: center;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

h2 {
    font-size: 2.05rem;
    color: #2b174d;
    margin-bottom: 1.35rem;
    text-align: center;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

h3 {
    font-size: 1.5rem;
    color: #32195c;
    margin-bottom: 0.9rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.2rem;
    color: #3d1c68;
    margin-bottom: 0.85rem;
}

.vexiq {
    font-size: 1.12rem;
    text-align: center;
    /*max-width: 800px;*/
    margin: 0 auto 3rem;
    color: #5a5070;
}

/* General paragraph formatting */
p {
    margin-bottom: 1.75rem;
    font-size: 1.08rem;
    color: #5a5070;
    line-height: 1.7;
}

/* Tables */
.sr64o, .z4uv3zgfb {
    margin: 2rem 0;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 9px 24px rgba(49, 25, 92, 0.1);
    border: 1px solid #e8e0fb;
}

th, td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #ece7f8;
}

th {
    background: linear-gradient(135deg, #6d28d9, #8b5cf6);
    color: white;
    font-weight: 700;
}

tr:hover {
    background-color: var(--list-bg-hover);
}

.jwhee9 {
    text-align: center;
    margin-top: 3.25rem;
}

/* Images */
.vbaqgi2te {
    text-align: center;
    margin: 2.25rem 0;
}

.st0pctrd {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 14px 32px rgba(49, 25, 92, 0.16);
    border: 1px solid rgba(124, 58, 237, 0.12);
}

/* Slots Section */
.gd3mk7vob {
    padding: 2.5rem 0;
    background:
        linear-gradient(180deg, #f6f3ff 0%, #fbfaff 100%);
}

.yju28ct5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.75rem;
    margin-top: 2.5rem;
}

.xvvuf1akh {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 9px 26px rgba(49, 25, 92, 0.11);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9e2fa;
}

.xvvuf1akh:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(76, 29, 149, 0.19);
}

.xtvgd98 {
    width: 100%;
    /*height: 200px;*/
    object-fit: cover;
    transition: transform 0.3s ease;
}

.xvvuf1akh:hover .xtvgd98 {
    transform: scale(1.05);
}

.xvvuf1akh h3 {
    padding: 1.15rem 1rem 1rem;
    font-size: 1.13rem;
    text-align: center;
    margin-bottom: 0;
}

.xvvuf1akh h3 a {
    text-decoration: none;
    color: #2b174d;
}

.xvvuf1akh h3 a:hover {
    color: var(--button-color);
}

.xvvuf1akh .sppxt1 {
    margin: 0 1rem 1.15rem;
    display: block;
    width: calc(100% - 2rem);
}

.lr3kh {}

/* VIP Section */
.ciqvucnmu {
    padding: 2.5rem 0;
    background-color: white;
}

.ssuk35 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.25rem;
    align-items: center;
}

.oo5nja8x p {
    /* Inherits from general p styles */
}

/* FAQ Section */
.oz7071usd {
    padding: 2.5rem 0;
    background-color: #f5f2ff;
}

.dyqc2yejf {
    max-width: 800px;
    margin: 0 auto;
}

.yaw8vnnc {
    background: white;
    border-radius: 14px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(49, 25, 92, 0.09);
    border: 1px solid #e9e2fa;
}

.wb78l0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.45rem 1.5rem;
    cursor: pointer;
    background-color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.wb78l0:hover {
    background-color: #faf7ff;
}

.wb78l0 h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #2b174d;
}

.qhvcd {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--button-color);
    transition: transform 0.3s ease;
}

.yaw8vnnc.fa6og .qhvcd {
    transform: rotate(45deg);
}

.k791rcz0iv {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #faf8ff;
}

.yaw8vnnc.fa6og .k791rcz0iv {
    max-height: 2000px;
    padding: 1.5rem;
}

.k791rcz0iv p {
    margin: 0;
    color: #5a5070;
}

/* 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 3.15rem;
    margin-bottom: 0.85rem;
    font-size: 1.1rem;
    color: #5a5070;
    line-height: 1.6;
    padding-left: 3.15rem;
    background-color: #f7f4ff;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #ebe5fa;
}

ul li:hover {
    background-color: var(--list-bg-hover);
    transform: translateX(5px);
    border-color: #d8c8ff;
}

ul li::before {
    content: "✓";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: white;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 3px 9px var(--button-shadow);
}

ol li {
    font-size: 1.1rem;
    color: #5a5070;
    line-height: 1.6;
}

/* Footer */
.xigri6y0 {
    background:
        radial-gradient(circle at 50% 0%, rgba(124, 58, 237, 0.22), transparent 36%),
        #171126;
    color: white;
    padding: 3.25rem 0 1rem;
}

.lt1s5r {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.roa5le {
    /*width: 100%;
    height: auto;*/
    object-fit: contain;
    /*background: white;*/
    padding: 5px;
    /*border-radius: 5px;*/
}

.zn5bx {
    max-width: 1000px;
    margin: 0 auto 2rem;
}

.zn5bx p {
    margin-bottom: 1rem;
    color: #d8d0e9;
    text-align: center;
}

.wnm86 {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(220, 207, 255, 0.18);
}

.wnm86 p {
    color: #a99cbd;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .acp50tril {
        flex-direction: row;
        justify-content: space-between;
    }

    .gw56f16q {
        gap: 10px;
    }

    .sppxt1 {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .yju28ct5 {
        grid-template-columns: 1fr;
    }

    .ssuk35 {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .lt1s5r {
        gap: 1rem;
    }

    /*.roa5le {
        width: 60px;
        height: 45px;
    }*/

    table {
        font-size: 0.9rem;
    }

    th, td {
        padding: 10px 8px;
    }
}

@media (max-width: 480px) {
    .pdmtzpgc {
        padding: 0 15px;
    }

    .sppxt1 {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .mw7z7s2o {
        padding: 15px 30px;
        font-size: 1.1rem;
    }

    h1 {
        font-size: 1.8rem;
    }

    .oa5fevp {
        max-height: 250px;
    }
}

.cr9c98 {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.fzglvcs10u {
    color: #d8d0e9;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.fzglvcs10u:hover {
    color: #ffffff;
    background-color: rgba(167, 139, 250, 0.16);
    /*background-color: var(--button-shadow);*/
}

.pjlhe7 {
    display: flex;
    gap: 1.25rem;
    flex: 1;
    justify-content: center;
}

.pjlhe7.fa6og {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.kn7ts {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.kn7ts:hover {
    color: #ffffff;
    background-color: rgba(167, 139, 250, 0.18);
    /*background-color: var(--button-shadow);*/
}

.lgjfjbhjpj {
    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;
}

.lgjfjbhjpj span {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.lgjfjbhjpj.fa6og span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.lgjfjbhjpj.fa6og span:nth-child(2) {
    opacity: 0;
}

.lgjfjbhjpj.fa6og span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

@media (max-width: 768px) {
    .cr9c98 {
        gap: 1rem;
    }

    .fzglvcs10u {
        padding: 6px 8px;
        font-size: 0.9rem;
    }

    .pjlhe7 {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, #24153f 0%, #171126 100%);
        flex-direction: column;
        padding: 1rem 0;
        box-shadow: 0 8px 18px rgba(15, 8, 28, 0.35);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
    }

    .pjlhe7 .kn7ts {
        padding: 12px 20px;
        border-bottom: 1px solid rgba(220, 207, 255, 0.13);
    }

    .lgjfjbhjpj {
        display: flex;
    }
}
