:root {
    --color-primary: #F61067;
    --color-secondary: #5E239D;
    --color-accent1: #00F0B5;
    --color-accent2: #6DECAF;
    --color-light: #F4F4ED;

    --bg: #0b0f17;
    --card: #111827;
    --text: #e5e7eb;
    --muted: #9ca3af;
    --accent: #3b82f6;
    --accent-press: #2563eb;
    --overlay: rgba(0, 0, 0, 0.6);
    --radius: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    background: var(--color-light);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md {
    flex: 1;
    padding: 0 15px;
}

.col-md-12 {
    width: 100%;
    padding: 0 15px;
}

.col-lg-2 {
    width: 16.666667%;
    padding: 0 15px;
}

.col-lg-10 {
    width: 83.333333%;
    padding: 0 15px;
}

.col-md-8 {
    width: 66.666667%;
    padding: 0 15px;
}

.col-full-center {
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.header-area {
    position: absolute;
    padding: 6px 0;
    left: 50%;
    width: 80%;
    z-index: 1;
    transform: translate(-50%, 0);
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1)
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .header-area {
        width: 90%
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-area {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .header-area {
        width: 100%
    }
}

.logo-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-area img {
    max-width: 100px;
    height: auto;
}

.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}

.site-blocks-cover.overlay {
    position: relative;
}

.site-blocks-cover.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.site-blocks-cover,
.site-blocks-cover > .container > .row {
    min-height: 600px;
}

.site-blocks-cover .container {
    position: relative;
    z-index: 1;
}

.site-blocks-cover h1 {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.site-blocks-cover .sub-text {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.8;
}

.align-items-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.justify-content-center {
    justify-content: center;
}

.font-weight-bold {
    font-weight: 700;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.d-block {
    display: block;
}

.ftco-footer {
    font-size: 17px;
    background: #0a0a0a;
    padding: 7.3em 0;
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 42px;
    font-size: 21px;
    font-weight: 420;
    text-align: center;
}

.footer-logo-img {
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ftco-footer .ftco-footer-widget ul {
    list-style: none;
    padding: 0;
}

.ftco-footer .ftco-footer-widget ul li a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.72);
}

.ftco-footer a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.ftco-footer a:hover {
    color: #fff;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.ml-md-5 {
    margin-left: 3rem;
}

.block-23 ul {
    padding: 0;
    list-style: none;
}

.block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.6;
    margin-bottom: 16px;
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.72);
}

.block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-23 ul li .icon {
    width: 42px;
    font-size: 19px;
    padding-top: 3px;
    color: white;
}

.list-unstyled {
    list-style: none;
    padding: 0;
}

.promo-wrap-main {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #f4f4ed 0%, #e8e8dd 100%);
    overflow: hidden;
}

.promo-header-txt {
    text-align: center;
    margin-bottom: 50px;
}

.promo-header-txt h2 {
    font-size: 2.8rem;
    color: #5E239D;
    margin-bottom: 15px;
    font-weight: 700;
}

.promo-header-txt p {
    font-size: 1.2rem;
    color: #666;
}

.promo-grid-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.promo-card-item {
    background: #fff;
    border-radius: 12px;
    padding: 35px 28px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.promo-card-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(246, 16, 103, 0.15);
}

.promo-badge-top {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #F61067;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
}

.promo-badge-top.popular {
    background: #00F0B5;
    color: #000;
}

.promo-badge-top.verified {
    background: #5E239D;
}

.promo-logo-box {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;

    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.promo-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.promo-content-area {
    text-align: center;
}

.promo-site-name {
    font-size: 1.8rem;
    color: #131230;
    margin-bottom: 12px;
    font-weight: 600;
}

.promo-rating-stars {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.star-icon {
    color: #FFB606;
    font-size: 20px;
}

.star-icon.half {
    background: linear-gradient(90deg, #FFB606 50%, #ddd 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.star-icon.empty {
    color: #ddd;
}

.rating-num {
    margin-left: 8px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.promo-bonus-highlight {
    background: linear-gradient(135deg, #F61067 0%, #5E239D 100%);
    color: #fff;
    padding: 18px 20px;
    border-radius: 8px;
    margin-bottom: 18px;
}

.promo-bonus-highlight strong {
    font-size: 1.1rem;
    display: block;
    line-height: 1.4;
}

.promo-description-txt {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 22px;
}

.promo-claim-btn {
    display: inline-block;
    background: #00F0B5;
    color: #000;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.promo-claim-btn:hover {
    background: #6DECAF;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 240, 181, 0.3);
}

.promo-decor-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    pointer-events: none;
}

.promo-decor-circle.circle-1 {
    width: 100px;
    height: 100px;
    background: #F61067;
    top: -30px;
    left: -30px;
}

.promo-decor-circle.circle-2 {
    width: 80px;
    height: 80px;
    background: #00F0B5;
    bottom: -20px;
    right: -20px;
}

.promo-decor-bg-shape {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    opacity: 0.05;
    pointer-events: none;
}

.promo-decor-bg-shape.shape-left {
    background: #5E239D;
    top: -100px;
    left: -150px;
}

.promo-decor-bg-shape.shape-right {
    background: #F61067;
    bottom: -100px;
    right: -150px;
}

.warning-gambling-block {
    background: linear-gradient(135deg, #F61067 0%, #5E239D 100%);
    padding: 35px 40px;
    border-radius: 10px;
    margin-bottom: 45px;
}

.warning-gambling-block h3 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.warning-gambling-block p {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
}

.regulators-section-wrap {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
    text-align: center;
}

.regulators-section-wrap h4 {
    color: #00F0B5;
    font-size: 1.4rem;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.regulators-logos-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.regulators-logos-grid a {
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.85;
}

.regulators-logos-grid a:hover {
    transform: scale(1.1);
    opacity: 1;
}

.regulators-logos-grid img {
    max-width: 140px;
    height: auto;
    filter: brightness(0) invert(1);
}

.policy-page-content {
    padding: 120px 0 80px 0;
    background: #F4F4ED;
    min-height: 60vh;
}

.policy-page-content .container {
    max-width: 900px;
    background: #fff;
    padding: 50px 60px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.policy-page-content h1 {
    font-size: 2.8rem;
    color: #5E239D;
    margin-bottom: 12px;
    font-weight: 700;
}

.policy-page-content .update-date {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 35px;
    font-style: italic;
}

.policy-page-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 22px;
    text-align: justify;
}

.policy-page-content p:last-of-type {
    margin-bottom: 0;
}

.about-simple-wrap {
    padding: 120px 0 75px 0;
    background: #F4F4ED;
}

.about-inner-box {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.09);
}

.about-img-section {
    width: 100%;
}

.about-img-section img {
    width: 100%;
    height: auto;
    display: block;
}

.about-txt-section {
    padding: 45px 50px;
}

.about-txt-section h1 {
    font-size: 2.5rem;
    color: #5E239D;
    margin-bottom: 28px;
    font-weight: 700;
}

.about-txt-section p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #555;
    margin-bottom: 18px;
}

.about-txt-section p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .promo-grid-layout {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .promo-header-txt h2 {
        font-size: 2.2rem;
    }

    .promo-wrap-main {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .site-blocks-cover h1 {
        font-size: 2.5rem;
    }

    .site-blocks-cover .sub-text {
        font-size: 1.1rem;
    }

    .col-md,
    .col-lg-2,
    .col-lg-10,
    .col-md-8 {
        width: 100%;
    }

    .header-area {
        top: 10px;
    }

    .logo-area img {
        max-width: 160px;
    }

    .warning-gambling-block {
        padding: 25px 20px;
    }

    .warning-gambling-block h3 {
        font-size: 1.5rem;
    }

    .warning-gambling-block p {
        font-size: 0.95rem;
    }

    .regulators-logos-grid {
        gap: 25px;
    }

    .regulators-logos-grid img {
        max-width: 110px;
    }

    .policy-page-content {
        padding: 100px 0 60px 0;
    }

    .policy-page-content .container {
        padding: 35px 25px;
    }

    .policy-page-content h1 {
        font-size: 2.2rem;
    }

    .policy-page-content p {
        font-size: 1rem;
        text-align: left;
    }

    .about-simple-wrap {
        padding: 100px 0 60px 0;
    }

    .about-txt-section {
        padding: 30px 25px;
    }

    .about-txt-section h1 {
        font-size: 2rem;
        margin-bottom: 22px;
    }

    .about-txt-section p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .promo-card-item {
        padding: 25px 18px;
    }

    .promo-header-txt h2 {
        font-size: 1.8rem;
    }

    .promo-site-name {
        font-size: 1.5rem;
    }

    .promo-bonus-highlight strong {
        font-size: 1rem;
    }
}


.about-page-wrapper {
    padding: 120px 0 80px 0;
    background: #F4F4ED;
}

.about-content-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 45px;
    align-items: start;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.about-image-box {
    position: sticky;
    top: 140px;
}

.about-main-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(94, 35, 157, 0.15);
}

.about-text-box h1 {
    font-size: 2.6rem;
    color: #5E239D;
    margin-bottom: 30px;
    font-weight: 700;
}

.about-text-box p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

.about-text-box p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .about-content-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 40px 30px;
    }

    .about-image-box {
        position: relative;
        top: 0;
    }

    .about-text-box h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .about-page-wrapper {
        padding: 100px 0 60px 0;
    }

    .about-content-grid {
        padding: 30px 20px;
    }

    .about-text-box h1 {
        font-size: 1.9rem;
        margin-bottom: 25px;
    }

    .about-text-box p {
        font-size: 1rem;
        text-align: left;
    }
}

.policy-page-content {
    padding: 120px 0 80px 0;
    background: #F4F4ED;
    min-height: 60vh;
}

.policy-page-content .container {
    max-width: 900px;
    background: #fff;
    padding: 50px 60px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.policy-page-content h1 {
    font-size: 2.8rem;
    color: #5E239D;
    margin-bottom: 12px;
    font-weight: 700;
}

.policy-page-content .update-date {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 35px;
    font-style: italic;
}

.policy-page-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 22px;
    text-align: justify;
}

.policy-page-content p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .policy-page-content {
        padding: 100px 0 60px 0;
    }

    .policy-page-content .container {
        padding: 35px 25px;
    }

    .policy-page-content h1 {
        font-size: 2.2rem;
    }

    .policy-page-content p {
        font-size: 1rem;
        text-align: left;
    }
}

.license-info-wrapper {
    padding: 70px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.license-info-wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: rgba(94, 35, 157, 0.88);
}

.license-info-wrapper > .container {
    position: relative;
    z-index: 1;
}

.license-info-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: stretch;
}

.license-info-wrapper .col-md-6 {
    width: 50%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.license-info-wrapper .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.license-info-wrapper .shadow {
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.content-box-white {
    background: #fff;
    height: 100%;
    padding: 40px 35px;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.section-heading-style {
    margin-bottom: 25px;
    font-weight: 600;
    color: #5E239D;
    font-size: 1.85rem;
    line-height: 1.3;
}

.content-box-white p {
    line-height: 1.7;
    color: #555;
    font-weight: 400;
    font-size: 1.02rem;
    margin-bottom: 18px;
}

.content-box-white p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .license-info-wrapper {
        padding: 50px 0;
    }

    .license-info-wrapper .col-md-6 {
        width: 100%;
        margin-bottom: 25px;
    }

    .license-info-wrapper .col-md-6:last-child {
        margin-bottom: 0;
    }

    .content-box-white {
        padding: 30px 25px;
    }

    .section-heading-style {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .content-box-white p {
        font-size: 0.98rem;
    }
}

.questions-wrap-section {
    padding: 85px 0;
    background: #F4F4ED;
    position: relative;
}

.faq-top-header {
    text-align: center;
    margin-bottom: 55px;
}

.faq-top-header h2 {
    font-size: 2.6rem;
    color: #5E239D;
    margin-bottom: 18px;
    font-weight: 700;
}

.faq-top-header p {
    font-size: 1.15rem;
    color: #666;
    line-height: 1.6;
}

.faq-items-container {
    max-width: 850px;
    margin: 0 auto;
}

.faq-single-item {
    background: #fff;
    margin-bottom: 18px;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
    overflow: hidden;
    border-left: 4px solid #F61067;
}

.faq-toggle-input {
    display: none;
}

.faq-question-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 28px;
    cursor: pointer;
    transition: background 0.3s ease;
    user-select: none;
}

.faq-question-label:hover {
    background: #f9f9f9;
}

.faq-question-text {
    font-size: 1.15rem;
    font-weight: 600;
    color: #131230;
    flex: 1;
    padding-right: 20px;
}

.faq-icon-toggle {
    font-size: 28px;
    color: #F61067;
    font-weight: 600;
    transition: transform 0.3s ease;
    min-width: 30px;
    text-align: center;
}

.faq-toggle-input:checked + .faq-question-label .faq-icon-toggle {
    transform: rotate(45deg);
    color: #5E239D;
}

.faq-answer-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 28px;
}

.faq-toggle-input:checked ~ .faq-answer-content {
    max-height: 500px;
    padding: 0 28px 25px 28px;
}

.faq-answer-content p {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .questions-wrap-section {
        padding: 60px 0;
    }

    .faq-top-header h2 {
        font-size: 2rem;
    }

    .faq-top-header p {
        font-size: 1rem;
    }

    .faq-question-label {
        padding: 18px 20px;
    }

    .faq-question-text {
        font-size: 1.05rem;
    }

    .faq-answer-content {
        padding: 0 20px;
    }

    .faq-toggle-input:checked ~ .faq-answer-content {
        padding: 0 20px 20px 20px;
    }
}

.overlay {
    position: fixed;
    inset: 0;
    background: var(--overlay);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 9999;
}

.overlay[data-open="true"] { display: flex; }

.modal {
    width: 100%;
    max-width: 520px;
    background: var(--card);
    border-radius: var(--radius);
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    padding: 28px;
    transform: translateY(8px) scale(.98);
    opacity: 0;
    transition: transform .2s ease, opacity .2s ease;
}

.overlay[data-open="true"] .modal {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.modal h2 {
    margin: 0 0 6px;
    font-size: 1.35rem;
}

.modal p { color: var(--muted); margin: 0 0 18px; }

.actions { display: flex; gap: 12px; justify-content: center; }

.btn {
    appearance: none;
    border: none;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 600;
    cursor: pointer;
    background: var(--accent);
    color: white;
    transition: transform .06s ease, background .15s ease, box-shadow .15s ease;
    box-shadow: 0 6px 16px rgba(59, 130, 246, .35);
}

.btn:active { transform: translateY(1px); background: var(--accent-press); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px}