:root {
    --button-color: #7b2cbf;
    --button-color-hover: #5a189a;
    --button-color-light: #c77dff;
    --button-shadow: rgba(123, 44, 191, 0.32);
    --button-shadow-strong: rgba(123, 44, 191, 0.65);
    --list-bg-hover: #f3e8ff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.65;
    color: #241630;
    background-color: #fcfaff;
}

.ofwcj9yev {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header Styles */
.lsprlil {
    background: linear-gradient(105deg, #180d27 0%, #2e1249 52%, #102e31 100%);
    padding: 0.9rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 5px 20px rgba(31, 10, 48, 0.28);
    border-bottom: 1px solid rgba(214, 169, 255, 0.2);
}

.lrhj9 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oeb6x {
    display: flex;
    align-items: center;
}

.q05b1q {
    height: 50px;
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
}

.kj04owjai {
    display: flex;
    gap: 12px;
}

/* Button Styles */
.u3pdtw {
    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;
}

.iqws6shuxm {
    background: linear-gradient(135deg, var(--button-color) 0%, #9d4edd 100%);
    color: white;
    box-shadow: 0 5px 14px var(--button-shadow);
}

.iqws6shuxm:hover {
    background: linear-gradient(135deg, var(--button-color-hover) 0%, #7b2cbf 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 19px var(--button-shadow);
}

.isckxfk {
    background-color: transparent;
    color: var(--button-color);
    border: 2px solid var(--button-color);
}

.isckxfk:hover {
    background-color: var(--button-color);
    color: white;
    box-shadow: 0 5px 14px var(--button-shadow);
}

.bg7hpv3d6 {
    padding: 16px 34px;
    font-size: 1.1rem;
}

.g0zyluayd {
    padding: 8px 17px;
    font-size: 0.9rem;
}

/* Hero Section */
.jxat7t {
    background:
        radial-gradient(circle at 14% 20%, rgba(199, 125, 255, 0.25), transparent 29%),
        radial-gradient(circle at 86% 75%, rgba(64, 224, 208, 0.16), transparent 28%),
        linear-gradient(135deg, #180d27 0%, #30114e 52%, #0d3034 100%);
    padding: 2.5rem 0;
}

.adh93nq {
    text-align: center;
}

.ku5eng41ll {
    display: block;
    margin-bottom: 2rem;
}

.gvedl {
    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(255, 255, 255, 0.28);
    box-shadow: 0 18px 45px rgba(5, 2, 10, 0.42);
}

.gvedl:hover {
    transform: scale(1.02);
    box-shadow: 0 22px 52px rgba(5, 2, 10, 0.52);
}

.i5wtet {
    margin-top: 2rem;
}

.qkst9 {
    background: linear-gradient(105deg, #7b2cbf 0%, #c77dff 52%, #5eead4 100%);
    color: white;
    padding: 20px 42px;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-shadow: 0 1px 2px rgba(35, 7, 59, 0.35);
    box-shadow: 0 12px 32px var(--button-shadow);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.r2yv800 {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 12px 32px var(--button-shadow);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 17px 43px var(--button-shadow-strong);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 12px 32px var(--button-shadow);
    }
}

/* Content Sections */
.vd511fiv {
    padding: 2.5rem 0;
    background-color: #f7f1fb;
}

.vd511fiv:nth-child(even) {
    background-color: #ffffff;
}

.fae4r {
    padding: 2.5rem 0;
    background-color: white;
}

h1 {
    font-size: 2.65rem;
    color: #29113f;
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

h2 {
    font-size: 2.05rem;
    color: #351452;
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

h3 {
    font-size: 1.5rem;
    color: #351452;
    margin-bottom: 1rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.2rem;
    color: #351452;
    margin-bottom: 1rem;
}

.qb664zxm {
    font-size: 1.12rem;
    text-align: center;
    margin: 0 auto 3rem;
    color: #5c5067;
}

/* General paragraph formatting */
p {
    margin-bottom: 1.8rem;
    font-size: 1.1rem;
    color: #5c5067;
    line-height: 1.7;
}

/* Tables */
.mqpu15kc, .n4azo8 {
    margin: 2rem 0;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 9px 25px rgba(63, 30, 85, 0.12);
    border: 1px solid #eadcf4;
}

th, td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #eee5f4;
}

th {
    background: linear-gradient(100deg, #5a189a 0%, #7b2cbf 65%, #8b5cf6 100%);
    color: white;
    font-weight: 700;
    letter-spacing: 0.02em;
}

tr:hover {
    background-color: var(--list-bg-hover);
}

.t969mt {
    text-align: center;
    margin-top: 3rem;
}

/* Images */
.lfr86i5 {
    text-align: center;
    margin: 2rem 0;
}

.xk3q7k8 {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 13px 32px rgba(52, 20, 82, 0.16);
    border: 1px solid rgba(123, 44, 191, 0.12);
}

/* Slots Section */
.rymdd99b5 {
    padding: 2.5rem 0;
    background:
        linear-gradient(180deg, #f8f2fc 0%, #f3fbfa 100%);
}

.k35lfhor0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.mua4e7mtoa {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(58, 25, 85, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee2f5;
}

.mua4e7mtoa:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(58, 25, 85, 0.2);
}

.ximp0w {
    width: 100%;
    /*height: 200px;*/
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mua4e7mtoa:hover .ximp0w {
    transform: scale(1.05);
}

.mua4e7mtoa h3 {
    padding: 1.15rem 1rem 1rem;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0;
}

.mua4e7mtoa h3 a {
    text-decoration: none;
    color: #351452;
}

.mua4e7mtoa h3 a:hover {
    color: var(--button-color);
}

.mua4e7mtoa .u3pdtw {
    margin: 0 1rem 1.15rem;
    display: block;
    width: calc(100% - 2rem);
}

.aocgqfd {}

/* VIP Section */
.d2ensqyor {
    padding: 2.5rem 0;
    background-color: white;
}

.utq1m {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}

.l5h4z3 p {
    /* Inherits from general p styles */
}

/* FAQ Section */
.g7et0hijuk {
    padding: 2.5rem 0;
    background-color: #f7f1fb;
}

.n9exo9rms {
    max-width: 800px;
    margin: 0 auto;
}

.vkt0q {
    background: white;
    border-radius: 14px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 5px 16px rgba(59, 28, 82, 0.1);
    border: 1px solid #ecdef4;
}

.rg1wo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.4rem 1.5rem;
    cursor: pointer;
    background-color: white;
    transition: background-color 0.3s ease;
}

.rg1wo:hover {
    background-color: #fbf7fe;
}

.rg1wo h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #351452;
}

.nzosz {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--button-color);
    transition: transform 0.3s ease;
}

.vkt0q.id12xf4ouu .nzosz {
    transform: rotate(45deg);
}

.rmxqkh {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #fbf7fe;
}

.vkt0q.id12xf4ouu .rmxqkh {
    max-height: 2000px;
    padding: 1.5rem;
}

.rmxqkh p {
    margin: 0;
    color: #5c5067;
}

/* 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.1rem 1rem 3rem;
    margin-bottom: 0.85rem;
    font-size: 1.1rem;
    color: #5c5067;
    line-height: 1.6;
    padding-left: 3rem;
    background-color: #f8f3fc;
    border-radius: 12px;
    transition: all 0.3s ease;
    border-left: 3px solid rgba(123, 44, 191, 0.28);
}

ul li:hover {
    background-color: var(--list-bg-hover);
    transform: translateX(5px);
    border-left-color: var(--button-color);
}

ul li::before {
    content: "✓";
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #7b2cbf, #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 9px var(--button-shadow);
}

ol li {
    font-size: 1.1rem;
    color: #5c5067;
    line-height: 1.6;
}

/* Footer */
.ctph4ltjp {
    background:
        radial-gradient(circle at 16% 0%, rgba(151, 70, 201, 0.3), transparent 30%),
        linear-gradient(110deg, #160b25 0%, #28103f 55%, #0d3034 100%);
    color: white;
    padding: 3rem 0 1rem;
}

.vjbv65x2id {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.dbigvlyjw {
    /*width: 100%;
    height: auto;*/
    object-fit: contain;
    /*background: white;*/
    padding: 5px;
    /*border-radius: 5px;*/
}

.w2j5i {
    max-width: 1000px;
    margin: 0 auto 2rem;
}

.w2j5i p {
    margin-bottom: 1rem;
    color: #e3d7eb;
    text-align: center;
}

.duszj {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(235, 211, 249, 0.2);
}

.duszj p {
    color: #b8a5c5;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .lrhj9 {
        flex-direction: row;
        justify-content: space-between;
    }

    .kj04owjai {
        gap: 10px;
    }

    .u3pdtw {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .k35lfhor0 {
        grid-template-columns: 1fr;
    }

    .utq1m {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .vjbv65x2id {
        gap: 1rem;
    }

    /*.dbigvlyjw {
        width: 60px;
        height: 45px;
    }*/

    table {
        font-size: 0.9rem;
    }

    th, td {
        padding: 10px 8px;
    }
}

@media (max-width: 480px) {
    .ofwcj9yev {
        padding: 0 15px;
    }

    .u3pdtw {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .qkst9 {
        padding: 15px 30px;
        font-size: 1.1rem;
    }

    h1 {
        font-size: 1.8rem;
    }

    .gvedl {
        max-height: 250px;
    }
}

.fnhci {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.t98jn9kl4 {
    color: #e3d7eb;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 999px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.t98jn9kl4:hover {
    color: #ffffff;
    /*background-color: var(--button-shadow);*/
}

.xe731fnux {
    display: flex;
    gap: 1.5rem;
    flex: 1;
    justify-content: center;
}

.xe731fnux.id12xf4ouu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.knn0kcy2p {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 999px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.knn0kcy2p:hover {
    color: #ffffff;
    /*background-color: var(--button-shadow);*/
}

.i3fmn {
    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;
}

.i3fmn span {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.i3fmn.id12xf4ouu span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.i3fmn.id12xf4ouu span:nth-child(2) {
    opacity: 0;
}

.i3fmn.id12xf4ouu span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

@media (max-width: 768px) {
    .fnhci {
        gap: 1rem;
    }

    .t98jn9kl4 {
        padding: 6px 8px;
        font-size: 0.9rem;
    }

    .xe731fnux {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #241037 0%, #32114e 65%, #143a3d 100%);
        flex-direction: column;
        padding: 1rem 0;
        box-shadow: 0 8px 18px rgba(12, 4, 20, 0.38);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
    }

    .xe731fnux .knn0kcy2p {
        padding: 12px 20px;
        border-bottom: 1px solid rgba(236, 211, 249, 0.16);
    }

    .i3fmn {
        display: flex;
    }
}
