:root {
    --button-color: #6c4dff;
    --button-color-hover: #5136d8;
    --button-color-light: #a58cff;
    --button-shadow: rgba(108, 77, 255, 0.28);
    --button-shadow-strong: rgba(108, 77, 255, 0.58);
    --list-bg-hover: #eeeaff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.65;
    color: #25233b;
    background-color: #f5f4fb;
}

.l7bs4awf {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header Styles */
.qpjpd7i {
    background-color: #17142b;
    background-image: linear-gradient(115deg, #17142b 0%, #252047 55%, #17142b 100%);
    padding: 0.9rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 5px 22px rgba(22, 17, 54, 0.28);
    border-bottom: 1px solid rgba(181, 166, 255, 0.18);
}

.h4acezrqqu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tou59 {
    display: flex;
    align-items: center;
}

.or8x19p {
    height: 50px;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.24);
}

.l1cirfd {
    display: flex;
    gap: 12px;
}

/* Button Styles */
.a7a4etbiae {
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: 0.01em;
}

.qsuamcdcy {
    background-color: var(--button-color);
    color: white;
    box-shadow: 0 5px 14px var(--button-shadow);
}

.qsuamcdcy:hover {
    background-color: var(--button-color-hover);
    transform: translateY(-2px);
    box-shadow: 0 9px 22px var(--button-shadow-strong);
}

.dpeoney7 {
    background-color: rgba(255, 255, 255, 0.04);
    color: var(--button-color);
    border: 2px solid var(--button-color);
}

.dpeoney7:hover {
    background-color: var(--button-color);
    color: white;
    box-shadow: 0 7px 18px var(--button-shadow);
}

.qj3ae47 {
    padding: 17px 35px;
    font-size: 1.1rem;
}

.xo5apmo1v8 {
    padding: 8px 17px;
    font-size: 0.9rem;
}

/* Hero Section */
.rwlarr012v {
    background: radial-gradient(circle at 85% 10%, rgba(151, 119, 255, 0.28) 0%, transparent 30%), linear-gradient(135deg, #17142b 0%, #2d2460 48%, #15122b 100%);
    padding: 2.5rem 0;
}

.oso40 {
    text-align: center;
}

.hgqxd0j7oq {
    display: block;
    margin-bottom: 2rem;
}

.ourcox39 {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.3s ease;
    border: 1px solid rgba(203, 193, 255, 0.35);
    box-shadow: 0 16px 42px rgba(5, 4, 17, 0.42);
}

.ourcox39:hover {
    transform: scale(1.02);
}

.bc25v {
    margin-top: 2rem;
}

.beq86y6iow {
    background: linear-gradient(120deg, var(--button-color), #8a68ff 52%, var(--button-color-light));
    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.28);
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.j4ij6cuy {
    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 16px 42px var(--button-shadow-strong);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 10px 30px var(--button-shadow);
    }
}

/* Content Sections */
.n21j3 {
    padding: 2.5rem 0;
    background-color: #f5f4fb;
}

.n21j3:nth-child(even) {
    background-color: #ffffff;
}

.r3dv8548 {
    padding: 2.5rem 0;
    background-color: white;
}

h1 {
    font-size: 2.6rem;
    color: #211b49;
    margin-bottom: 1.35rem;
    text-align: center;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

h2 {
    font-size: 2rem;
    color: #211b49;
    margin-bottom: 1.4rem;
    text-align: center;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

h3 {
    font-size: 1.5rem;
    color: #29234f;
    margin-bottom: 1rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.2rem;
    color: #29234f;
    margin-bottom: 0.9rem;
}

.ynm6wsbr {
    font-size: 1.12rem;
    text-align: center;
    /*max-width: 800px;*/
    margin: 0 auto 3rem;
    color: #5c5875;
}

/* General paragraph formatting */
p {
    margin-bottom: 1.8rem;
    font-size: 1.1rem;
    color: #5c5875;
    line-height: 1.7;
}

/* Tables */
.rafi0e, .ko33rauti7 {
    margin: 2rem 0;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(45, 35, 104, 0.1);
    border: 1px solid #e7e3f6;
}

th, td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #ebe8f5;
}

th {
    background-color: var(--button-color);
    background-image: linear-gradient(110deg, #5840d4, #7b5cff);
    color: white;
    font-weight: 700;
}

tr:hover {
    background-color: var(--list-bg-hover);
}

.kqdxe36 {
    text-align: center;
    margin-top: 3rem;
}

/* Images */
.gfzzf {
    text-align: center;
    margin: 2.25rem 0;
}

.aw3fqmwag {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(41, 29, 92, 0.16);
    border: 1px solid rgba(108, 77, 255, 0.13);
}

/* Slots Section */
.ec004zl {
    padding: 2.5rem 0;
    background-color: #f5f4fb;
}

.hnssdx4ret {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.to9b1j {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 9px 25px rgba(45, 35, 104, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e7e3f6;
}

.to9b1j:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(56, 39, 131, 0.2);
}

.b7ys0wj {
    width: 100%;
    /*height: 200px;*/
    object-fit: cover;
    transition: transform 0.3s ease;
}

.to9b1j:hover .b7ys0wj {
    transform: scale(1.05);
}

.to9b1j h3 {
    padding: 1.15rem 1rem 0.9rem;
    font-size: 1.13rem;
    text-align: center;
    margin-bottom: 0;
}

.to9b1j h3 a {
    text-decoration: none;
    color: #29234f;
}

.to9b1j h3 a:hover {
    color: var(--button-color);
}

.to9b1j .a7a4etbiae {
    margin: 0 1rem 1.15rem;
    display: block;
    width: calc(100% - 2rem);
}

.rlp611y0yp {}

/* VIP Section */
.ne6jzcf {
    padding: 2.5rem 0;
    background-color: white;
}

.izue49f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.vg3hvrs p {
    /* Inherits from general p styles */
}

/* FAQ Section */
.qrq50lml9 {
    padding: 2.5rem 0;
    background-color: #f5f4fb;
}

.c1bg7cq7m {
    max-width: 800px;
    margin: 0 auto;
}

.np3a1fxi {
    background: white;
    border-radius: 14px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(45, 35, 104, 0.1);
    border: 1px solid #e8e4f5;
}

.vqfkx2ol {
    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;
}

.vqfkx2ol:hover {
    background-color: #f6f3ff;
}

.vqfkx2ol h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #29234f;
}

.mhkh9nw3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--button-color);
    transition: transform 0.3s ease;
}

.np3a1fxi.all0e98s .mhkh9nw3 {
    transform: rotate(45deg);
}

.k1wsqi373 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #f8f7fd;
}

.np3a1fxi.all0e98s .k1wsqi373 {
    max-height: 2000px;
    padding: 1.5rem;
}

.k1wsqi373 p {
    margin: 0;
    color: #5c5875;
}

/* 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: 0.85rem;
    font-size: 1.1rem;
    color: #5c5875;
    line-height: 1.6;
    padding-left: 3rem;
    background-color: #f5f3fc;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #ebe7f8;
}

ul li:hover {
    background-color: var(--list-bg-hover);
    transform: translateX(5px);
    border-color: #d8ceff;
}

ul li::before {
    content: "✓";
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--button-color);
    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: #5c5875;
    line-height: 1.6;
}

/* Footer */
.uryqtkj69q {
    background-color: #17142b;
    background-image: linear-gradient(145deg, #17142b 0%, #292151 100%);
    color: white;
    padding: 3rem 0 1rem;
    border-top: 1px solid rgba(175, 159, 255, 0.18);
}

.tyudq9 {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.ap6c2bq54 {
    /*width: 100%;
    height: auto;*/
    object-fit: contain;
    /*background: white;*/
    padding: 5px;
    /*border-radius: 5px;*/
}

.raqmt {
    max-width: 1000px;
    margin: 0 auto 2rem;
}

.raqmt p {
    margin-bottom: 1rem;
    color: #d3cee8;
    text-align: center;
}

.l4qog {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(206, 198, 255, 0.16);
}

.l4qog p {
    color: #a9a2c5;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .h4acezrqqu {
        flex-direction: row;
        justify-content: space-between;
    }

    .l1cirfd {
        gap: 10px;
    }

    .a7a4etbiae {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .hnssdx4ret {
        grid-template-columns: 1fr;
    }

    .izue49f {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .tyudq9 {
        gap: 1rem;
    }

    /*.ap6c2bq54 {
        width: 60px;
        height: 45px;
    }*/

    table {
        font-size: 0.9rem;
    }

    th, td {
        padding: 10px 8px;
    }
}

@media (max-width: 480px) {
    .l7bs4awf {
        padding: 0 15px;
    }

    .a7a4etbiae {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .beq86y6iow {
        padding: 15px 30px;
        font-size: 1.1rem;
    }

    h1 {
        font-size: 1.8rem;
    }

    .ourcox39 {
        max-height: 250px;
    }
}

.faf4xdxqlf {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.vttkxk {
    color: #d3cee8;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.vttkxk:hover {
    color: #ffffff;
    background-color: rgba(165, 140, 255, 0.16);
}

.mpj2owvog {
    display: flex;
    gap: 1.5rem;
    flex: 1;
    justify-content: center;
}

.mpj2owvog.all0e98s {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.i1ta6n {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.i1ta6n:hover {
    color: #ffffff;
    background-color: rgba(165, 140, 255, 0.16);
}

.jg5uzq {
    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;
}

.jg5uzq span {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.jg5uzq.all0e98s span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.jg5uzq.all0e98s span:nth-child(2) {
    opacity: 0;
}

.jg5uzq.all0e98s span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

@media (max-width: 768px) {
    .faf4xdxqlf {
        gap: 1rem;
    }

    .vttkxk {
        padding: 6px 8px;
        font-size: 0.9rem;
    }

    .mpj2owvog {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #1d1839;
        background-image: linear-gradient(145deg, #1d1839, #2b2353);
        flex-direction: column;
        padding: 1rem 0;
        box-shadow: 0 8px 18px rgba(10, 8, 29, 0.38);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
    }

    .mpj2owvog .i1ta6n {
        padding: 12px 20px;
        border-bottom: 1px solid rgba(205, 196, 255, 0.14);
    }

    .jg5uzq {
        display: flex;
    }
}
