:root {
    --button-color: #15b8a6;
    --button-color-hover: #0c8f83;
    --button-color-light: #5cdbc9;
    --button-shadow: rgba(21, 184, 166, 0.28);
    --button-shadow-strong: rgba(21, 184, 166, 0.58);
    --list-bg-hover: #e4faf5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.65;
    color: #20323a;
    background-color: #f3f8f7;
}

.uhb8u4zj7 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header Styles */
.pppcu2 {
    background: linear-gradient(105deg, #082c35 0%, #0b4249 52%, #0c303b 100%);
    padding: 0.9rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 8px 24px rgba(4, 31, 39, 0.28);
    border-bottom: 1px solid rgba(112, 227, 209, 0.18);
}

.zcn4bqlda {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.olrzfsid {
    display: flex;
    align-items: center;
}

.b1nrq6 {
    height: 50px;
    border-radius: 14px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
}

.i469glfmgd {
    display: flex;
    gap: 12px;
}

/* Button Styles */
.pf59w {
    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;
}

.erxpej {
    background: linear-gradient(135deg, var(--button-color), #0d9a94);
    color: white;
    box-shadow: 0 5px 14px var(--button-shadow);
}

.erxpej:hover {
    background: linear-gradient(135deg, var(--button-color-hover), var(--button-color));
    transform: translateY(-3px);
    box-shadow: 0 9px 22px var(--button-shadow-strong);
}

.ipnmrvjm96 {
    background-color: rgba(255, 255, 255, 0.03);
    color: var(--button-color);
    border: 2px solid var(--button-color);
}

.ipnmrvjm96:hover {
    background-color: var(--button-color);
    color: white;
    box-shadow: 0 6px 18px var(--button-shadow);
}

.pcb19 {
    padding: 17px 34px;
    font-size: 1.1rem;
}

.c02ke {
    padding: 8px 17px;
    font-size: 0.9rem;
}

/* Hero Section */
.xdor2 {
    background:
        radial-gradient(circle at 15% 15%, rgba(57, 203, 183, 0.2) 0%, transparent 31%),
        radial-gradient(circle at 85% 78%, rgba(51, 144, 179, 0.23) 0%, transparent 35%),
        linear-gradient(135deg, #062d37 0%, #0b4b52 48%, #103042 100%);
    padding: 2.6rem 0 3rem;
}

.a9b123d5 {
    text-align: center;
}

.fmr953k1gc {
    display: block;
    margin-bottom: 2rem;
}

.yw0ci {
    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(163, 255, 239, 0.28);
    box-shadow: 0 16px 38px rgba(0, 15, 22, 0.33);
}

.yw0ci:hover {
    transform: scale(1.02);
    box-shadow: 0 22px 46px rgba(0, 15, 22, 0.42);
}

.zglex5iu {
    margin-top: 2rem;
}

.yv3askdi6h {
    background: linear-gradient(115deg, #0ba694 0%, var(--button-color) 48%, var(--button-color-light) 100%);
    color: white;
    padding: 20px 42px;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    box-shadow: 0 12px 30px var(--button-shadow);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.w3ykghw {
    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 */
.x5asgmc9o {
    padding: 2.7rem 0;
    background-color: #edf6f4;
}

.x5asgmc9o:nth-child(even) {
    background-color: #ffffff;
}

.kdtujjiasw {
    padding: 2.8rem 0;
    background-color: white;
}

h1 {
    font-size: 2.65rem;
    color: #0b3c46;
    margin-bottom: 1.4rem;
    text-align: center;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

h2 {
    font-size: 2.05rem;
    color: #0b3c46;
    margin-bottom: 1.4rem;
    text-align: center;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

h3 {
    font-size: 1.5rem;
    color: #124852;
    margin-bottom: 1rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.2rem;
    color: #124852;
    margin-bottom: 0.85rem;
}

.wifp8e1gu {
    font-size: 1.12rem;
    text-align: center;
    margin: 0 auto 3rem;
    color: #45616a;
}

/* General paragraph formatting */
p {
    margin-bottom: 1.8rem;
    font-size: 1.1rem;
    color: #45616a;
    line-height: 1.7;
}

/* Tables */
.oknobm7o, .xnen6j {
    margin: 2rem 0;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(13, 63, 70, 0.12);
    border: 1px solid #d9ebe8;
}

th, td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #deece9;
}

th {
    background: linear-gradient(110deg, #0a5358, #0f8d84);
    color: white;
    font-weight: 700;
    letter-spacing: 0.02em;
}

tr:hover {
    background-color: var(--list-bg-hover);
}

.gby9itskk {
    text-align: center;
    margin-top: 3rem;
}

/* Images */
.a2ppas6da0 {
    text-align: center;
    margin: 2.2rem 0;
}

.miomrj6 {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(11, 57, 65, 0.16);
    border: 1px solid #d8ebe8;
}

/* Slots Section */
.uhbge {
    padding: 2.7rem 0;
    background:
        linear-gradient(rgba(237, 246, 244, 0.94), rgba(237, 246, 244, 0.94)),
        linear-gradient(135deg, #e9f8f4 0%, #eff9f8 100%);
}

.r7pnl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.hzg4re6k {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(10, 63, 69, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #d9ebe8;
}

.hzg4re6k:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 38px rgba(10, 63, 69, 0.2);
}

.ekamvgw1qa {
    width: 100%;
    /*height: 200px;*/
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hzg4re6k:hover .ekamvgw1qa {
    transform: scale(1.05);
}

.hzg4re6k h3 {
    padding: 1.2rem 1rem 1rem;
    font-size: 1.12rem;
    text-align: center;
    margin-bottom: 0;
}

.hzg4re6k h3 a {
    text-decoration: none;
    color: #124852;
}

.hzg4re6k h3 a:hover {
    color: var(--button-color);
}

.hzg4re6k .pf59w {
    margin: 0 1rem 1.2rem;
    display: block;
    width: calc(100% - 2rem);
}

.i9nnrhb5s {}

/* VIP Section */
.t889n9c5 {
    padding: 2.7rem 0;
    background-color: white;
}

.hoqckeb4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem;
    align-items: center;
}

.gipq83mfca p {
    /* Inherits from general p styles */
}

/* FAQ Section */
.e8w34h {
    padding: 2.7rem 0;
    background-color: #edf6f4;
}

.xoub9bm {
    max-width: 800px;
    margin: 0 auto;
}

.nky29d {
    background: white;
    border-radius: 14px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 7px 20px rgba(11, 61, 67, 0.1);
    border: 1px solid #dcece9;
}

.akgdwqn {
    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;
}

.akgdwqn:hover {
    background-color: #effaf8;
}

.akgdwqn h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #124852;
}

.h0ty1qa {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--button-color);
    transition: transform 0.3s ease;
}

.nky29d.fr67brua2 .h0ty1qa {
    transform: rotate(45deg);
}

.xw2akxks5q {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #f1faf8;
}

.nky29d.fr67brua2 .xw2akxks5q {
    max-height: 2000px;
    padding: 1.5rem;
}

.xw2akxks5q p {
    margin: 0;
    color: #45616a;
}

/* 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.8rem;
    font-size: 1.1rem;
    color: #45616a;
    line-height: 1.6;
    padding-left: 3rem;
    background-color: #f0f8f6;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #e0efec;
}

ul li:hover {
    background-color: var(--list-bg-hover);
    transform: translateX(5px);
    border-color: #afe8dc;
}

ul li::before {
    content: "✓";
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #0b8e85, var(--button-color));
    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: #45616a;
    line-height: 1.6;
}

/* Footer */
.sg3vdr {
    background: linear-gradient(135deg, #062d37 0%, #093e49 52%, #082c38 100%);
    color: white;
    padding: 3rem 0 1rem;
    border-top: 3px solid #15b8a6;
}

.qeqrh0 {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.llgi2w7 {
    /*width: 100%;
    height: auto;*/
    object-fit: contain;
    /*background: white;*/
    padding: 5px;
    /*border-radius: 5px;*/
}

.wjh77 {
    max-width: 1000px;
    margin: 0 auto 2rem;
}

.wjh77 p {
    margin-bottom: 1rem;
    color: #c6dedb;
    text-align: center;
}

.zb4ktg {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(170, 225, 216, 0.2);
}

.zb4ktg p {
    color: #8fb2b3;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .zcn4bqlda {
        flex-direction: row;
        justify-content: space-between;
    }

    .i469glfmgd {
        gap: 10px;
    }

    .pf59w {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .r7pnl {
        grid-template-columns: 1fr;
    }

    .hoqckeb4 {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .qeqrh0 {
        gap: 1rem;
    }

    /*.llgi2w7 {
        width: 60px;
        height: 45px;
    }*/

    table {
        font-size: 0.9rem;
    }

    th, td {
        padding: 10px 8px;
    }
}

@media (max-width: 480px) {
    .uhb8u4zj7 {
        padding: 0 15px;
    }

    .pf59w {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .yv3askdi6h {
        padding: 15px 30px;
        font-size: 1.1rem;
    }

    h1 {
        font-size: 1.8rem;
    }

    .yw0ci {
        max-height: 250px;
    }
}

.voo2e6z {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.zerga {
    color: #c6dedb;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 999px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.zerga:hover {
    color: #ffffff;
    background-color: rgba(21, 184, 166, 0.2);
}

.n3wujb {
    display: flex;
    gap: 1.5rem;
    flex: 1;
    justify-content: center;
}

.n3wujb.fr67brua2 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.als52 {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 999px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.als52:hover {
    color: #ffffff;
    background-color: rgba(83, 220, 202, 0.18);
}

.q2br6z {
    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;
}

.q2br6z span {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.q2br6z.fr67brua2 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.q2br6z.fr67brua2 span:nth-child(2) {
    opacity: 0;
}

.q2br6z.fr67brua2 span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

@media (max-width: 768px) {
    .voo2e6z {
        gap: 1rem;
    }

    .zerga {
        padding: 6px 8px;
        font-size: 0.9rem;
    }

    .n3wujb {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #082f39, #0b4650);
        flex-direction: column;
        padding: 1rem 0;
        box-shadow: 0 8px 20px rgba(0, 22, 28, 0.36);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
    }

    .n3wujb .als52 {
        padding: 12px 20px;
        border-bottom: 1px solid rgba(159, 229, 219, 0.16);
        border-radius: 0;
    }

    .q2br6z {
        display: flex;
    }
}
