:root {
    --button-color: #d93b78;
    --button-color-hover: #b9235d;
    --button-color-light: #f06fa2;
    --button-shadow: rgba(217, 59, 120, 0.28);
    --button-shadow-strong: rgba(217, 59, 120, 0.58);
    --list-bg-hover: #fff0f6;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.65;
    color: #292236;
    background-color: #fffafd;
}

.jh9nvrlm4 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header Styles */
.cofcic {
    background: linear-gradient(110deg, #20142f 0%, #341c4e 54%, #25172f 100%);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 5px 22px rgba(30, 13, 48, 0.28);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dwe2lvp5eh {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cfab8s {
    display: flex;
    align-items: center;
}

.k2is2uhso {
    height: 50px;
    border-radius: 14px;
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.24);
}

.px1pj48q86 {
    display: flex;
    gap: 12px;
}

/* Button Styles */
.snxyizzf {
    display: inline-block;
    padding: 12px 25px;
    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.015em;
}

.fi77tbdqve {
    background: linear-gradient(135deg, var(--button-color), #b92268);
    color: white;
    box-shadow: 0 6px 16px var(--button-shadow);
}

.fi77tbdqve:hover {
    background: linear-gradient(135deg, var(--button-color-hover), #96194d);
    transform: translateY(-2px);
    box-shadow: 0 10px 23px var(--button-shadow);
}

.o5f7cjnr0 {
    background-color: rgba(255, 255, 255, 0.03);
    color: var(--button-color);
    border: 2px solid var(--button-color);
}

.o5f7cjnr0:hover {
    background-color: var(--button-color);
    color: white;
    box-shadow: 0 7px 18px var(--button-shadow);
}

.fcfrcf {
    padding: 17px 34px;
    font-size: 1.1rem;
}

.jrvnjyje {
    padding: 8px 17px;
    font-size: 0.9rem;
}

/* Hero Section */
.p7f12c {
    background:
        radial-gradient(circle at 18% 20%, rgba(232, 86, 157, 0.24), transparent 30%),
        radial-gradient(circle at 82% 78%, rgba(109, 71, 182, 0.32), transparent 34%),
        linear-gradient(135deg, #1d112b 0%, #35204d 52%, #20162d 100%);
    padding: 2.5rem 0;
}

.pa3y44g6vo {
    text-align: center;
}

.svja4c {
    display: block;
    margin-bottom: 2rem;
}

.u33p4lb7j {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 18px 45px rgba(10, 4, 20, 0.36);
}

.u33p4lb7j:hover {
    transform: scale(1.02);
    box-shadow: 0 22px 52px rgba(10, 4, 20, 0.5);
}

.ph7vs83w6 {
    margin-top: 2rem;
}

.vfy6tzj {
    background: linear-gradient(115deg, #cc2e70 0%, var(--button-color-light) 48%, #c44bd2 100%);
    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.25);
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hdbnel08 {
    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 */
.sq5z8z2c4 {
    padding: 2.75rem 0;
    background-color: #f8f3fa;
}

.sq5z8z2c4:nth-child(even) {
    background-color: #fff;
}

.fxp2htwbx0 {
    padding: 2.75rem 0;
    background-color: #fffafd;
}

h1 {
    font-size: 2.65rem;
    color: #28143d;
    margin-bottom: 1.4rem;
    text-align: center;
    line-height: 1.16;
    letter-spacing: -0.035em;
}

h2 {
    font-size: 2.05rem;
    color: #32184b;
    margin-bottom: 1.35rem;
    text-align: center;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

h3 {
    font-size: 1.5rem;
    color: #391b52;
    margin-bottom: 1rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.2rem;
    color: #391b52;
    margin-bottom: 0.9rem;
}

.v2sn91jav {
    font-size: 1.1rem;
    text-align: center;
    /*max-width: 800px;*/
    margin: 0 auto 3rem;
    color: #63596d;
}

/* General paragraph formatting */
p {
    margin-bottom: 1.8rem;
    font-size: 1.1rem;
    color: #62596b;
    line-height: 1.7;
}

/* Tables */
.o24q89jaox, .zcsdz5ucm {
    margin: 2rem 0;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 9px 25px rgba(55, 27, 78, 0.1);
    border: 1px solid #efe4f1;
}

th, td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #f0e7f1;
}

th {
    background: linear-gradient(110deg, #45205f, #8d2a69);
    color: white;
    font-weight: 700;
    letter-spacing: 0.02em;
}

tr:hover {
    background-color: var(--list-bg-hover);
}

.f2exzew {
    text-align: center;
    margin-top: 3rem;
}

/* Images */
.v9agy {
    text-align: center;
    margin: 2.25rem 0;
}

.kqmjw3 {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 14px 33px rgba(55, 27, 78, 0.16);
    border: 1px solid rgba(103, 55, 126, 0.12);
}

/* Slots Section */
.yri35s2oo {
    padding: 2.75rem 0;
    background:
        linear-gradient(180deg, #f9f3fb 0%, #f5eef8 100%);
}

.itsgt0ng2o {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.yk9rh {
    background: linear-gradient(180deg, #ffffff 0%, #fffaff 100%);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(55, 27, 78, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee1f0;
}

.yk9rh:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(87, 29, 95, 0.2);
}

.valkkg {
    width: 100%;
    /*height: 200px;*/
    object-fit: cover;
    transition: transform 0.3s ease;
}

.yk9rh:hover .valkkg {
    transform: scale(1.05);
}

.yk9rh h3 {
    padding: 1.15rem 1rem 0.9rem;
    font-size: 1.12rem;
    text-align: center;
    margin-bottom: 0;
}

.yk9rh h3 a {
    text-decoration: none;
    color: #351a4b;
}

.yk9rh h3 a:hover {
    color: var(--button-color);
}

.yk9rh .snxyizzf {
    margin: 0 1rem 1.15rem;
    display: block;
    width: calc(100% - 2rem);
}

.yvaefy6y61 {}

/* VIP Section */
.h01wzcbkzw {
    padding: 2.75rem 0;
    background-color: #fff;
}

.qcosrkz9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.25rem;
    align-items: center;
}

.r2l98ybs p {
    /* Inherits from general p styles */
}

/* FAQ Section */
.ufe8ed {
    padding: 2.75rem 0;
    background-color: #f8f3fa;
}

.k4046rz {
    max-width: 800px;
    margin: 0 auto;
}

.qy5bxxust {
    background: white;
    border-radius: 14px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 5px 16px rgba(55, 27, 78, 0.09);
    border: 1px solid #eee4f0;
}

.vzmh76 {
    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, color 0.3s ease;
}

.vzmh76:hover {
    background-color: #fff3f8;
}

.vzmh76 h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #351a4b;
}

.ch0aa {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--button-color);
    transition: transform 0.3s ease;
}

.qy5bxxust.kr0azl8ygt .ch0aa {
    transform: rotate(45deg);
}

.bi0c5si1 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #fcf7fd;
}

.qy5bxxust.kr0azl8ygt .bi0c5si1 {
    max-height: 2000px;
    padding: 1.5rem;
}

.bi0c5si1 p {
    margin: 0;
    color: #62596b;
}

/* 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: #62596b;
    line-height: 1.6;
    padding-left: 3rem;
    background-color: #faf5fb;
    border-radius: 13px;
    transition: all 0.3s ease;
    border: 1px solid #f0e4f0;
}

ul li:hover {
    background-color: var(--list-bg-hover);
    transform: translateX(5px);
    box-shadow: 0 6px 15px rgba(217, 59, 120, 0.1);
}

ul li::before {
    content: "✓";
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, var(--button-color), #a339b5);
    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: #62596b;
    line-height: 1.6;
}

/* Footer */
.i9ivz1kimh {
    background:
        radial-gradient(circle at 15% 0%, rgba(177, 48, 132, 0.25), transparent 28%),
        linear-gradient(115deg, #1d112d 0%, #321847 52%, #1d132a 100%);
    color: white;
    padding: 3.25rem 0 1rem;
}

.r8rzxdp9 {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.qcljj3nptz {
    /*width: 100%;
    height: auto;*/
    object-fit: contain;
    /*background: white;*/
    padding: 5px;
    /*border-radius: 5px;*/
}

.pxe3kb {
    max-width: 1000px;
    margin: 0 auto 2rem;
}

.pxe3kb p {
    margin-bottom: 1rem;
    color: #e2d8e6;
    text-align: center;
}

.xqzxgz {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.xqzxgz p {
    color: #bfb0c5;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dwe2lvp5eh {
        flex-direction: row;
        justify-content: space-between;
    }

    .px1pj48q86 {
        gap: 10px;
    }

    .snxyizzf {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .itsgt0ng2o {
        grid-template-columns: 1fr;
    }

    .qcosrkz9 {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .r8rzxdp9 {
        gap: 1rem;
    }

    /*.qcljj3nptz {
        width: 60px;
        height: 45px;
    }*/

    table {
        font-size: 0.9rem;
    }

    th, td {
        padding: 10px 8px;
    }
}

@media (max-width: 480px) {
    .jh9nvrlm4 {
        padding: 0 15px;
    }

    .snxyizzf {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .vfy6tzj {
        padding: 15px 30px;
        font-size: 1.1rem;
    }

    h1 {
        font-size: 1.8rem;
    }

    .u33p4lb7j {
        max-height: 250px;
        border-radius: 14px;
    }
}

.n1ohmf {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.o4iyi3 {
    color: #e3d8e8;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 999px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.o4iyi3:hover {
    color: white;
    background-color: rgba(217, 59, 120, 0.2);
    /*background-color: var(--button-shadow);*/
}

.e4fbb5m {
    display: flex;
    gap: 1.5rem;
    flex: 1;
    justify-content: center;
}

.e4fbb5m.kr0azl8ygt {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.chwt7ps4m9 {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 999px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.chwt7ps4m9:hover {
    color: white;
    background-color: rgba(217, 59, 120, 0.28);
    /*background-color: var(--button-shadow);*/
}

.pxemvy6 {
    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;
}

.pxemvy6 span {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.pxemvy6.kr0azl8ygt span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.pxemvy6.kr0azl8ygt span:nth-child(2) {
    opacity: 0;
}

.pxemvy6.kr0azl8ygt span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

@media (max-width: 768px) {
    .n1ohmf {
        gap: 1rem;
    }

    .o4iyi3 {
        padding: 6px 8px;
        font-size: 0.9rem;
    }

    .e4fbb5m {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, #321847 0%, #241331 100%);
        flex-direction: column;
        padding: 1rem 0;
        box-shadow: 0 7px 17px rgba(20, 8, 30, 0.38);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
    }

    .e4fbb5m .chwt7ps4m9 {
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 0;
    }

    .pxemvy6 {
        display: flex;
    }
}
