/* 
Name: Pixino
Author Name: Fullsky
Author URL: https://www.templatemonster.com/authors/fullsky/
Version: 2.23

/////////////////////

--------------------*
Table of Contents 
--------------------*

1.0 Reset
    1.1 Basic Reset
    1.2 Custom Reset
2.0 Header
    2.1 Navbar
    2.2 Home
3 Section1 
4 About
5 Game
6 Call
7 Faq
8 Price
9 Contact
10 Winner Table

/////////////////////


*/


/* 1.0 Reset */

:root {
    --body: #ffffff;
    --color: #002FB0;
    --bg: #002FB0;
    --bg2: #0F1933;
    --bg-body: #f9f9f9;
    --bg-white: #deeafd;
    --bg-dark: rgba(15, 25, 51, 0.50);
    --heading: #ffffff;
    --text-muted: #a8b0b5;
    --border: #dbdbdb;
}

/* 1.1 Basic Reset */

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
    color: var(--body);
    background-color: #000616;
}

/* 1.2 Custom Reset */

a {
    color: var(--heading);
    text-decoration: none;
    transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
}

a:hover,
a:focus {
    color: var(--color);
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.375;
    font-weight: 500;
    color: var(--heading);
}

h1 {
    font-size: 3.25rem;
    font-weight: 600;
    line-height: 1.25;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 1.875rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-muted) !important;
}

.btn {
    background-color: var(--color);
    font-weight: 500;
    padding: 12px 26px;
    border: none;
    color: white;
    border-radius: 25px;
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.btn.btn-primary {
    background-color: var(--color);
}

.btn.btn-secondary {
    background-color: #6c757d;
}

.btn.btn-success {
    background-color: #4caf4f;
}

.btn.btn-danger {
    background-color: #e73f3b;
}

.btn.btn-warning {
    background-color: #fc930a;
}

.btn.btn-info {
    background-color: #d9dee4;
}

.btn.btn-dark {
    background-color: #28282a;
}

.btn.btn-light {
    background-color: #e6e6e6;
    color: var(--body);
}

.btn.btn-outline-primary {
    border: 1px solid var(--color);
    background-color: transparent;
    color: var(--body);
}

.btn.btn-outline-secondary {
    border: 1px solid #6c757d;
    background-color: transparent;
    color: var(--body);
}

.btn.btn-outline-success {
    border: 1px solid #4caf4f;
    background-color: transparent;
    color: var(--body);
}

.btn.btn-outline-danger {
    border: 1px solid #e73f3b;
    background-color: transparent;
    color: var(--body);
}

.btn.btn-outline-warning {
    border: 1px solid #fc930a;
    background-color: transparent;
    color: var(--body);
}

.btn.btn-outline-info {
    border: 1px solid #d9dee4;
    background-color: transparent;
    color: var(--body);
}

.btn.btn-outline-light {
    border: 1px solid #e6e6e6;
    background-color: transparent;
    color: var(--body);
}

.btn.btn-outline-dark {
    border: 1px solid #28282a;
    background-color: transparent;
    color: var(--body);
}

.btn.btn-outline-primary:hover {
    background-color: var(--color);
}

.btn.btn-outline-secondary:hover {
    background-color: #6c757d;
}

.btn.btn-outline-success:hover {
    background-color: #4caf4f;
}

.btn.btn-outline-danger:hover {
    background-color: #e73f3b;
}

.btn.btn-outline-warning:hover {
    background-color: #fc930a;
}

.btn.btn-outline-info:hover {
    background-color: #d9dee4;
}

.btn.btn-outline-dark:hover {
    background-color: #28282a;
}

.btn.btn-outline-light:hover {
    background-color: #e6e6e6;
}

.btn.btn-sm {
    padding: 8px 14px;
    font-size: 12px;
}

.btn.btn-lg {
    padding: 10px 26px;
}

.btn:hover,
.btn:focus {
    background-color: var(--bg2);
    color: white;
    box-shadow: 10px 10px 0 0 inherit;
}

img {
    height: auto;
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

ul>li {
    list-style: none;
    line-height: 1.6;
}

.bg-white {
    background-color: var(--bg-white);
}

.bg-dark {
    background-color: var(--bg-dark) !important;
}

.bg-color {
    background-color: var(--bg) !important;
}

.home-wrapper {
    padding: 120px 0;
    position: relative;
}

.home-wrapper-full {
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-center {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.home-center-desc {
    display: table-cell;
    vertical-align: middle;
}

.opa {
    position: relative;
    z-index: 1;
}

.justify-vertical {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.no-gutter>.col,
.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

.color {
    color: var(--color);
}

.full-vh-75 {
    height: 75vh;
}

@media only screen and (max-width: 767.98px) {
    .section-title p {
        width: 100%;
    }
}

@media only screen and (min-width: 997.98px) {
    .section-title p {
        width: 50%;
    }
}

/* Some Margin - Padding Custom */

/*  margin Top */

.mt-60 {
    margin-top: 60px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

/*  padding  */

.pt-60 {
    padding-top: 60px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

/* 1.0 Reset end */

/* 2.0 Header */

/* 2.1 Navbar */

.navbar {
    background-color: transparent;
}

.navbar .navbar-brand {
    font-size: 42px;
    font-weight: 600;
    color: white;
}

.navbar-custom .navbar-brand img {
    width: 150px;
    height: 50px;
}

.navbar-custom .navbar-brand:hover {
    color: var(--bg);
}

.navbar-brand.logo .logo-dark {
    display: none;
}

.navbar-brand.logo .logo-light {
    display: inline-block;
}

.navbar .nav-item .nav-link {
    color: white;
    margin-left: 5px;
    font-weight: 400;
}

.navbar .nav-link.active,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link:focus {
    color: #002FB0 !important;
}

.sticky {
    margin-top: 0;
    padding: 0 10px;
    background-color: #000616;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.sticky .nav-link.active,
.sticky .nav-item .nav-link:hover,
.sticky .nav-item .nav-link:focus {
    color: var(--bg);
}

.sticky .navbar-brand {
    color: white;
}

.sticky .navbar-brand.logo .logo-dark {
    display: inline-block;
}

.sticky .navbar-brand.logo .logo-light {
    display: none;
}

@media only screen and (max-width: 997.98px) {
    .navbar {
        background-color: #002FB0;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
        padding: 0 10px;
    }
    
    .navbar .nav-link.active,
    .navbar .nav-item .nav-link:hover,
    .navbar .nav-item .nav-link:focus {
        color: #fff !important;
        opacity: .5;
    }

    .sticky .nav-link.active,
    .sticky .nav-item .nav-link:hover,
    .sticky .nav-item .nav-link:focus {
        color: #ffffff !important;
        opacity: .5;
    }
}

/* 2.2 Home */

.hero {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-wrapper-full .bg-overlay {
    background: rgba(0, 0, 0, 0.7);
}

.home-wrapper-full .carousel-item {
    padding: 120px 0;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
    opacity: 1;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    margin-bottom: 2.5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* 3 Section 1 */

.sec-1 .section-item1 {
    margin-bottom: 30px;
}

.sec-1 i {
    font-size: 42px;
    margin-bottom: 20px;
}

/* 4 About */

/* 5 Game */

.game .filtering {
    margin: 20px 0 40px;
}

.game .filtering span {
    padding: 10px 20px;
    margin: 10px;
    color: #ffffff;
    background-color: var(--bg);
    cursor: pointer;
    display: inline-block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.game .filtering span:hover {
    background-color: var(--bg2);
    color: white;
    cursor: pointer;
}

.game .filtering span.active {
    background-color: var(--bg2);
    color: white;
    cursor: pointer;
}

.game .grid {
    position: relative;
    padding: 0;
    margin: 0;
}

.game .grid img {
    min-height: 300px;
    height: auto;
}

.game .grid .overlay {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.game .grid .overlay:hover {
    opacity: 1;
}

.game .grid .overlay-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
}

.game .grid .overlay-item i {
    font-size: 32px;
    margin-bottom: 20px;
}

/* 6 call */

.call-counter h2 {
    font-size: 72px;
}

@media only screen and (max-width: 767.98px) {
    .call-counter h2 {
        font-size: calc(100% + 8vw);
    }
}

/* 7 Faq */

.faq .accordion-item {
    margin-bottom: 20px;
}

.faq .accordion-button:not(.collapsed) {
    color: var(--bg);
}

.faq .accordion-item:hover {
    box-shadow: none;
}

/* 8 Price */

.price .nav-tabs {
    border: none;
}

.price .nav-tabs button {
    background-color: var(--bg2);
    color: #ffffff;
}

.price .nav-tabs button.active {
    background-color: var(--bg);
    color: #ffffff;
    border: none;
}

.price .nav-tabs .nav-link {
    border: none;
}

.price-item {
    padding: 40px 26px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.price-item h6 {
    font-size: 24px;
}

.price-item h3 {
    font-size: 42px;
}

.price-item ul li {
    margin: 10px 0;
}

.price-item:hover {
    box-shadow: 0 0 10px 5px rgba(15, 25, 51, 0.50);
}

/* 9 Contact */

.contact-form .form-control,
.contact-form .form-control::placeholder {
    color: rgb(199, 199, 199);
}

.contact-form input {
    margin: 10px 0;
    line-height: 34px;
}

.contact-form textarea {
    margin: 10px 0;
}

.contact-form input,
.contact-form textarea {
    box-shadow: none;
    background-color: #000616;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.contact-form input:hover,
.contact-form input:focus,
.contact-form textarea:hover,
.contact-form textarea:focus {
    box-shadow: none;
    border: none;
    background-color: #000616;
}

.contact-content li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.contact-content i {
    font-size: 38px;
    margin-right: 20px;
}

/* 10 Winner Table */

.winner-item table {
    border-spacing: 10px 0;
}

.winner-item table thead .title {
    background-color: transparent;
    background: #002fb0;
}

.table>:not(caption)>*>* {
    padding: 1rem;
    background-color: rgba(15, 25, 51, 0.50);
    color: #ffffff;
    border: none;
}

.table tbody tr {
    margin-bottom: 20px;
}

.table-hover>tbody>tr {
    margin-bottom: 20px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: #000616;
    color: #ffffff;
    cursor: pointer;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

/* Floating animation */
.hero-img {
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* ===== HERO PREMIUM SECTION ===== */

.hero {
    position: relative;
    overflow: hidden;
}

.hero-row {
    position: relative;
    z-index: 2;
}

.hero .bg-overlay {
    background:
        linear-gradient(90deg, rgba(2, 8, 24, 0.78) 0%, rgba(2, 8, 24, 0.58) 38%, rgba(2, 8, 24, 0.28) 100%);
}

.hero-content-box {
    max-width: 720px;
    padding: 38px 36px;
    border-radius: 28px;
    background: rgba(7, 14, 30, 0.34);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 14px 44px rgba(0, 0, 0, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    margin-bottom: 26px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0, 47, 176, 0.96), rgba(24, 88, 255, 0.90));
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    box-shadow: 0 10px 24px rgba(0, 47, 176, 0.30);
    overflow: hidden;
}

.hero-badge::after {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    transform: skewX(-20deg);
    animation: badgeShine 4.5s linear infinite;
}

@keyframes badgeShine {
    0% {
        left: -130%;
    }
    100% {
        left: 160%;
    }
}

.hero-title {
    margin-bottom: 24px;
    color: #ffffff;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -1.6px;
    max-width: 680px;
}

.hero-title span {
    display: block;
}

.hero-text {
    margin-bottom: 24px;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.80) !important;
    font-size: 1.12rem;
    line-height: 1.75;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-bottom: 26px;
}

.hero-trust span {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.98rem;
    font-weight: 500;
}

.hero-trust i {
    color: #ffc107;
}

.hero-offer {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    margin-bottom: 30px;
    border-radius: 16px;
    background: rgba(255, 193, 7, 0.08);
    border: 1px solid rgba(255, 193, 7, 0.92);
    color: #ffc107;
    font-size: 1.05rem;
    font-weight: 700;
    box-shadow:
        0 0 0 1px rgba(255, 193, 7, 0.08),
        0 10px 24px rgba(255, 193, 7, 0.10);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.hero-btn-primary {
    min-width: 210px;
    padding: 15px 30px;
    font-size: 1.06rem;
    font-weight: 600;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 47, 176, 0.32);
}

.hero-btn-secondary {
    min-width: 190px;
    padding: 15px 30px;
    font-size: 1.06rem;
    font-weight: 600;
    border-radius: 999px;
    border-width: 1.5px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.hero-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.hero-actions .btn:hover {
    transform: translateY(-2px);
}

.hero-actions .btn i {
    transition: transform 0.25s ease;
}

.hero-actions .btn:hover i {
    transform: translateX(2px);
}

/* Hero image */
.hero-img {
    position: relative;
    text-align: center;
    animation: heroFloat 4.5s ease-in-out infinite;
}

.hero-img img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 0 24px rgba(255, 193, 7, 0.22));
    transition: filter 0.3s ease;
}

.hero-img:hover img {
    filter: drop-shadow(0 0 36px rgba(255, 193, 7, 0.38));
}

@keyframes heroFloat {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-14px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* Responsive */
@media only screen and (max-width: 1199.98px) {
    .hero-title {
        font-size: 3.4rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .hero-content-box {
        padding: 28px 22px;
        margin-bottom: 20px;
    }

    .hero-title {
        font-size: 2.7rem;
        line-height: 1.1;
        letter-spacing: -1px;
    }

    .hero-text {
        font-size: 1rem;
        line-height: 1.7;
    }

    .hero-offer {
        font-size: 0.98rem;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hero-actions {
        gap: 12px;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        min-width: 100%;
    }

    .hero-img {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575.98px) {
    .hero-content-box {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .hero-badge {
        font-size: 13px;
        padding: 10px 14px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-trust {
        gap: 10px 14px;
    }

    .hero-trust span {
        font-size: 0.9rem;
    }

    .hero-offer {
        padding: 12px 16px;
        font-size: 0.92rem;
    }
}

/* ===== STEPS / GET STARTED SECTION ===== */

.steps-section {
    position: relative;
    background:
        radial-gradient(circle at top center, rgba(255, 193, 7, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(8, 14, 28, 0.96) 0%, rgba(5, 10, 22, 1) 100%);
    overflow: hidden;
}

.steps-shell {
    position: relative;
    padding: 44px 38px 48px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        0 18px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.steps-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.16);
    border: 1px solid rgba(72, 123, 255, 0.28);
    color: #dbe7ff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.steps-section .section-title h2 {
    font-size: 3rem;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.2px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.steps-intro {
    max-width: 760px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 1.08rem;
    line-height: 1.8;
}

.steps-bonus-banner {
    margin: 36px 0 34px;
}

.steps-bonus-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 18px 30px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.12), rgba(255, 193, 7, 0.04));
    border: 1px solid rgba(255, 193, 7, 0.9);
    box-shadow:
        0 0 0 1px rgba(255, 193, 7, 0.08),
        0 12px 30px rgba(255, 193, 7, 0.10);
}

.steps-bonus-label {
    color: #ffc107;
    font-size: 1.02rem;
    font-weight: 700;
}

.steps-bonus-value {
    color: #ffffff;
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.steps-grid {
    margin-top: 10px;
}

.steps-card {
    position: relative;
    height: 100%;
    padding: 34px 28px 30px;
    text-align: center;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.steps-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 193, 7, 0.05), transparent 45%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.steps-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 193, 7, 0.45);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 193, 7, 0.08);
}

.steps-card:hover::before {
    opacity: 1;
}

.steps-number {
    position: absolute;
    top: 18px;
    right: 20px;
    color: rgba(255, 255, 255, 0.12);
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
}

.steps-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.18), rgba(255, 193, 7, 0.06));
    border: 1px solid rgba(255, 193, 7, 0.28);
    box-shadow: 0 12px 24px rgba(255, 193, 7, 0.08);
}

.steps-icon i {
    color: #ffc107;
    font-size: 2rem;
}

.steps-card-title {
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 600;
}

.steps-card-text {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1rem;
    line-height: 1.75;
}

.steps-actions {
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.steps-btn-primary,
.steps-btn-secondary {
    min-width: 220px;
    padding: 15px 30px;
    font-size: 1.02rem;
    font-weight: 600;
    border-radius: 999px;
}

.steps-btn-primary {
    box-shadow: 0 12px 28px rgba(0, 47, 176, 0.26);
}

.steps-btn-secondary {
    border-width: 1.5px;
    background: rgba(255, 255, 255, 0.03);
}

.steps-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.steps-actions .btn:hover {
    transform: translateY(-2px);
}

.steps-actions .btn i {
    transition: transform 0.25s ease;
}

.steps-actions .btn:hover i {
    transform: translateX(2px);
}

/* Responsive */
@media only screen and (max-width: 991.98px) {
    .steps-shell {
        padding: 34px 22px 38px;
    }

    .steps-section .section-title h2 {
        font-size: 2.35rem;
    }

    .steps-intro {
        font-size: 1rem;
    }

    .steps-bonus-inner {
        padding: 16px 18px;
    }

    .steps-bonus-value {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .steps-section .section-title h2 {
        font-size: 2rem;
        line-height: 1.15;
    }

    .steps-card {
        padding: 30px 22px 26px;
    }

    .steps-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .steps-btn-primary,
    .steps-btn-secondary {
        width: 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .steps-shell {
        padding: 28px 16px 30px;
        border-radius: 22px;
    }

    .steps-kicker {
        font-size: 0.8rem;
        padding: 9px 14px;
    }

    .steps-section .section-title h2 {
        font-size: 1.8rem;
    }

    .steps-bonus-label,
    .steps-bonus-value {
        width: 100%;
        text-align: center;
    }

    .steps-icon {
        width: 70px;
        height: 70px;
    }

    .steps-icon i {
        font-size: 1.8rem;
    }

    .steps-card-title {
        font-size: 1.28rem;
    }
}

/* ===== POPULAR GAMES / SHOWCASE SECTION ===== */

.games-showcase {
    position: relative;
    background:
        radial-gradient(circle at top center, rgba(0, 47, 176, 0.10), transparent 28%),
        linear-gradient(180deg, rgba(7, 12, 24, 0.98) 0%, rgba(4, 8, 18, 1) 100%);
    overflow: hidden;
}

.games-showcase-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.16);
    border: 1px solid rgba(72, 123, 255, 0.26);
    color: #dbe7ff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.games-showcase .section-title h2 {
    font-size: 3rem;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.2px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.games-showcase-intro {
    max-width: 760px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1.06rem;
    line-height: 1.8;
}

.game-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

.game-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 193, 7, 0.35);
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.30),
        0 0 0 1px rgba(255, 193, 7, 0.07);
}

.game-card img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.45s ease;
}

.game-card:hover img {
    transform: scale(1.06);
}

.game-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(180deg, rgba(5, 10, 22, 0.15) 0%, rgba(5, 10, 22, 0.78) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.game-card:hover .game-card-overlay {
    opacity: 1;
}

.game-card-btn {
    min-width: 120px;
    padding: 9px 18px;
    border-radius: 999px;
    background-color: #ffc107;
    color: #000000;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 10px 20px rgba(255, 193, 7, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.game-card-btn:hover {
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(255, 193, 7, 0.24);
}

/* Responsive */
@media only screen and (max-width: 991.98px) {
    .games-showcase .section-title h2 {
        font-size: 2.35rem;
    }

    .games-showcase-intro {
        font-size: 1rem;
    }

    .game-card {
        border-radius: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .games-showcase .section-title h2 {
        font-size: 2rem;
        line-height: 1.15;
    }
}

@media only screen and (max-width: 575.98px) {
    .games-showcase-kicker {
        font-size: 0.8rem;
        padding: 9px 14px;
    }

    .games-showcase .section-title h2 {
        font-size: 1.8rem;
    }

    .games-showcase-intro {
        font-size: 0.96rem;
        line-height: 1.7;
    }

    .game-card-btn {
        min-width: 110px;
        padding: 8px 16px;
        font-size: 0.85rem;
    }
}

/* ===== ABOUT SECTION ===== */

.about-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, 0.08), transparent 24%),
        radial-gradient(circle at bottom right, rgba(0, 47, 176, 0.10), transparent 28%),
        linear-gradient(180deg, rgba(7, 12, 24, 0.98) 0%, rgba(4, 8, 18, 1) 100%);
    overflow: hidden;
}

.about-shell {
    position: relative;
    padding: 42px 38px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.028);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        0 18px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* Left side */
.about-side {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.about-media {
    position: relative;
    max-width: 560px;
    margin: 0 auto 0 0;
}

.about-media-glow {
    position: absolute;
    inset: 8% 10% auto 10%;
    height: 78%;
    border-radius: 30px;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.16) 0%, transparent 70%);
    filter: blur(24px);
    z-index: 1;
    pointer-events: none;
}

.about-media-frame {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.about-media-frame img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.45s ease;
}

.about-media:hover .about-media-frame img {
    transform: scale(1.04);
}

.about-floating-badge {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 0.92rem;
    font-weight: 600;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.about-floating-badge-primary {
    top: 18px;
    left: -8px;
    background: rgba(5, 14, 34, 0.82);
    border: 1px solid rgba(255, 193, 7, 0.40);
    color: #ffffff;
}

.about-floating-badge-primary i {
    color: #ffc107;
}

.about-floating-badge-secondary {
    right: -10px;
    bottom: 18px;
    background: rgba(5, 14, 34, 0.84);
    border: 1px solid rgba(72, 123, 255, 0.34);
    color: #dbe7ff;
}

.about-floating-badge-secondary i {
    color: #78a6ff;
}

.about-side-card {
    padding: 22px 22px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.about-side-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.10);
    border: 1px solid rgba(255, 193, 7, 0.24);
    color: #ffc107;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.about-side-title {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1.35;
    font-weight: 600;
}

.about-side-text {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 0.98rem;
    line-height: 1.75;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.about-stat-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.about-stat-icon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 193, 7, 0.12);
    color: #ffc107;
    font-size: 1rem;
}

.about-stat-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about-stat-title {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.about-stat-text {
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.45;
}

/* Right content */
.about-content {
    position: relative;
    padding-top: 6px;
}

.about-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.16);
    border: 1px solid rgba(72, 123, 255, 0.26);
    color: #dbe7ff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.about-title {
    margin-top: 22px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 3.05rem;
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -1.4px;
}

.about-title span {
    display: block;
}

.about-lead {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 1.06rem;
    line-height: 1.9;
}

.about-divider {
    width: 110px;
    height: 2px;
    margin: 28px 0 26px;
    background: linear-gradient(90deg, #ffc107 0%, rgba(255, 193, 7, 0.10) 100%);
    border-radius: 999px;
}

.about-subtitle {
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 1.68rem;
    line-height: 1.25;
    font-weight: 600;
}

.about-text {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1rem;
    line-height: 1.85;
}

.about-feature-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 24px 0 30px;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.about-feature-item i {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 193, 7, 0.12);
    color: #ffc107;
    font-size: 1rem;
}

.about-feature-item span {
    color: rgba(255, 255, 255, 0.80);
    font-size: 0.98rem;
    line-height: 1.7;
}

.about-highlight-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 16px;
    padding: 22px 22px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.10), rgba(255, 193, 7, 0.03));
    border: 1px solid rgba(255, 193, 7, 0.28);
    box-shadow:
        0 12px 28px rgba(255, 193, 7, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.about-highlight-icon {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 193, 7, 0.14);
    color: #ffc107;
    font-size: 1.2rem;
}

.about-highlight-content h4 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
}

.about-highlight-content p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78) !important;
    line-height: 1.75;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.about-btn-primary,
.about-btn-secondary {
    min-width: 210px;
    padding: 15px 30px;
    font-size: 1.02rem;
    font-weight: 600;
    border-radius: 999px;
}

.about-btn-primary {
    box-shadow: 0 12px 28px rgba(0, 47, 176, 0.26);
}

.about-btn-secondary {
    border-width: 1.5px;
    background: rgba(255, 255, 255, 0.03);
}

.about-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.about-actions .btn:hover {
    transform: translateY(-2px);
}

.about-actions .btn i {
    transition: transform 0.25s ease;
}

.about-actions .btn:hover i {
    transform: translateX(2px);
}

/* Responsive */
@media only screen and (max-width: 1199.98px) {
    .about-title {
        font-size: 2.65rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .about-shell {
        padding: 32px 22px;
    }

    .about-title {
        font-size: 2.3rem;
    }

    .about-stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-floating-badge-primary {
        left: 10px;
    }

    .about-floating-badge-secondary {
        right: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .about-title {
        font-size: 2rem;
    }

    .about-highlight-box {
        flex-direction: column;
    }

    .about-stats-grid {
        grid-template-columns: 1fr;
    }

    .about-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .about-btn-primary,
    .about-btn-secondary {
        width: 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .about-shell {
        padding: 26px 16px;
        border-radius: 24px;
    }

    .about-kicker {
        font-size: 0.8rem;
        padding: 9px 14px;
    }

    .about-title {
        font-size: 1.8rem;
        letter-spacing: -0.8px;
    }

    .about-subtitle {
        font-size: 1.28rem;
    }

    .about-floating-badge {
        position: static;
        margin-top: 14px;
    }
}

/* ===== ABOUT PROMO BLOCK ===== */

.about-side-promo {
    position: relative;
    padding: 24px 22px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(0, 47, 176, 0.18), rgba(0, 47, 176, 0.05));
    border: 1px solid rgba(72, 123, 255, 0.28);
    box-shadow:
        0 14px 34px rgba(0, 47, 176, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.about-side-promo::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -30%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(72, 123, 255, 0.25), transparent 70%);
    filter: blur(30px);
    pointer-events: none;
}

.about-side-promo-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-bottom: 14px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 1.1rem;
}

.about-side-promo-title {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
}

.about-side-promo-text {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 0.95rem;
    line-height: 1.7;
}

.about-side-promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 20px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    background: #ffffff;
    color: #000000;
    transition: all 0.25s ease;
}

.about-side-promo-btn:hover {
    transform: translateY(-2px);
    background: #ffc107;
    color: #000000;
}

/* ===== BENEFITS / ADVANTAGES SECTION ===== */

.benefits-section {
    position: relative;
    background:
        radial-gradient(circle at top center, rgba(255, 193, 7, 0.08), transparent 24%),
        radial-gradient(circle at bottom left, rgba(0, 47, 176, 0.10), transparent 26%),
        linear-gradient(180deg, rgba(8, 14, 28, 0.98) 0%, rgba(5, 10, 22, 1) 100%);
    overflow: hidden;
}

.benefits-shell {
    position: relative;
    padding: 44px 38px 46px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.028);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        0 18px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.benefits-shell::before,
.benefits-shell::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(50px);
    opacity: 0.35;
}

.benefits-shell::before {
    top: 80px;
    left: -60px;
    width: 180px;
    height: 180px;
    background: rgba(0, 47, 176, 0.22);
}

.benefits-shell::after {
    right: -40px;
    bottom: 60px;
    width: 200px;
    height: 200px;
    background: rgba(255, 193, 7, 0.14);
}

.benefits-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.16);
    border: 1px solid rgba(72, 123, 255, 0.26);
    color: #dbe7ff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.benefits-section .section-title h2 {
    font-size: 3rem;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.2px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.benefits-intro {
    max-width: 760px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1.06rem;
    line-height: 1.8;
}

.benefits-grid {
    position: relative;
    z-index: 2;
}

.benefit-card {
    position: relative;
    height: 100%;
    padding: 30px 26px 26px;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 193, 7, 0.30);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 193, 7, 0.06);
}

.benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 193, 7, 0.04), transparent 42%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.benefit-card:hover::before {
    opacity: 1;
}

.benefit-card-featured {
    border-color: rgba(255, 193, 7, 0.22);
}

.benefit-card-glow {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.16), transparent 70%);
    filter: blur(24px);
    pointer-events: none;
}

.benefit-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.18), rgba(255, 193, 7, 0.05));
    border: 1px solid rgba(255, 193, 7, 0.24);
    box-shadow: 0 12px 24px rgba(255, 193, 7, 0.08);
}

.benefit-icon i {
    color: #ffc107;
    font-size: 1.55rem;
}

.benefit-title {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 600;
}

.benefit-text {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 1rem;
    line-height: 1.8;
}

.benefit-line {
    width: 80px;
    height: 2px;
    margin: 18px 0 14px;
    background: linear-gradient(90deg, #ffc107 0%, rgba(255, 193, 7, 0.12) 100%);
    border-radius: 999px;
}

.benefit-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.09);
    border: 1px solid rgba(255, 193, 7, 0.20);
    color: #ffc107;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.benefit-mini-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 18px;
}

.benefit-mini-points span {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.80);
    font-size: 0.92rem;
    font-weight: 500;
}

.benefit-mini-points i {
    color: #ffc107;
}

/* Bottom panel */
.benefits-bottom-panel {
    position: relative;
    z-index: 2;
    margin-top: 34px;
    padding: 26px 28px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 193, 7, 0.18);
    box-shadow:
        0 16px 36px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.benefits-bottom-content {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex: 1 1 520px;
}

.benefits-bottom-icon {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 193, 7, 0.14);
    color: #ffc107;
    font-size: 1.25rem;
}

.benefits-bottom-text h4 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
}

.benefits-bottom-text p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.74) !important;
    line-height: 1.75;
}

.benefits-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.benefits-btn-primary,
.benefits-btn-secondary {
    min-width: 200px;
    padding: 15px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 999px;
}

.benefits-btn-primary {
    box-shadow: 0 12px 28px rgba(0, 47, 176, 0.26);
}

.benefits-btn-secondary {
    border-width: 1.5px;
    background: rgba(255, 255, 255, 0.03);
}

.benefits-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.benefits-actions .btn:hover {
    transform: translateY(-2px);
}

.benefits-actions .btn i {
    transition: transform 0.25s ease;
}

.benefits-actions .btn:hover i {
    transform: translateX(2px);
}

/* Responsive */
@media only screen and (max-width: 1199.98px) {
    .benefits-section .section-title h2 {
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .benefits-shell {
        padding: 34px 22px 36px;
    }

    .benefits-section .section-title h2 {
        font-size: 2.25rem;
    }

    .benefits-intro {
        font-size: 1rem;
    }

    .benefits-bottom-panel {
        padding: 22px 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .benefits-section .section-title h2 {
        font-size: 2rem;
        line-height: 1.15;
    }

    .benefit-card {
        padding: 26px 20px 22px;
    }

    .benefits-actions {
        width: 100%;
        flex-direction: column;
    }

    .benefits-btn-primary,
    .benefits-btn-secondary {
        width: 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .benefits-shell {
        padding: 28px 16px 30px;
        border-radius: 24px;
    }

    .benefits-kicker {
        font-size: 0.8rem;
        padding: 9px 14px;
    }

    .benefits-section .section-title h2 {
        font-size: 1.8rem;
    }

    .benefit-title {
        font-size: 1.24rem;
    }

    .benefit-text {
        font-size: 0.96rem;
        line-height: 1.7;
    }

    .benefits-bottom-content {
        flex-direction: column;
    }
}

/* ===== PARALLAX PROMO BANNER (CENTERED) ===== */

.promo-banner {
    --banner-overlay: 0.58;

    position: relative;
    padding: 68px 0;

    background-image:
        linear-gradient(
            rgba(4, 10, 22, var(--banner-overlay)),
            rgba(4, 10, 22, var(--banner-overlay))
        ),
        url("../img/banner-bg.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    overflow: hidden;
}

.promo-banner-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 193, 7, 0.10), transparent 28%),
        radial-gradient(circle at 80% 70%, rgba(0, 47, 176, 0.14), transparent 30%);
}

.promo-banner .container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.promo-banner-shell {
    max-width: 760px;
    width: 100%;
    padding: 30px 30px;
    border-radius: 24px;

    background: rgba(7, 14, 30, 0.34);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    border: 1px solid rgba(255, 255, 255, 0.08);

    box-shadow:
        0 16px 42px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);

    text-align: center;
}

.promo-banner-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border-radius: 999px;

    background: rgba(0, 47, 176, 0.18);
    border: 1px solid rgba(72, 123, 255, 0.28);

    color: #dbe7ff;
    font-size: 0.84rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.promo-banner-title {
    margin-top: 18px;
    margin-bottom: 14px;

    color: #ffffff;
    font-size: 2.35rem;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -1px;

    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.promo-banner-text {
    margin-bottom: 20px;

    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 0.98rem;
    line-height: 1.72;

    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.promo-banner-offer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 10px 16px;
    margin-bottom: 22px;

    border-radius: 16px;

    background: rgba(255, 193, 7, 0.08);
    border: 1px solid rgba(255, 193, 7, 0.9);

    color: #ffc107;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.5;

    max-width: 100%;
}

.promo-banner-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

.promo-banner-btn-primary {
    padding: 13px 24px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;

    box-shadow: 0 12px 28px rgba(0, 47, 176, 0.24);

    display: inline-flex;
    align-items: center;
    gap: 8px;

    transition: all 0.25s ease;
}

.promo-banner-btn-primary:hover {
    transform: translateY(-2px);
}

.promo-banner-btn-primary i {
    transition: transform 0.25s ease;
}

.promo-banner-btn-primary:hover i {
    transform: translateX(2px);
}

@media (max-width: 991px) {
    .promo-banner {
        background-attachment: scroll;
        padding: 58px 0;
    }

    .promo-banner-shell {
        max-width: 100%;
        padding: 24px 22px;
    }

    .promo-banner-title {
        font-size: 2rem;
        line-height: 1.15;
    }

    .promo-banner-text {
        font-size: 0.95rem;
        line-height: 1.68;
    }
}

@media (max-width: 575px) {
    .promo-banner {
        padding: 48px 0;
    }

    .promo-banner-shell {
        padding: 22px 16px;
        border-radius: 20px;
    }

    .promo-banner-kicker {
        font-size: 0.76rem;
        padding: 8px 13px;
    }

    .promo-banner-title {
        font-size: 1.7rem;
        margin-top: 16px;
        margin-bottom: 12px;
    }

    .promo-banner-text {
        margin-bottom: 18px;
        font-size: 0.92rem;
    }

    .promo-banner-offer {
        width: 100%;
        text-align: center;
        padding: 10px 14px;
        font-size: 0.88rem;
        margin-bottom: 18px;
    }

    .promo-banner-actions {
        width: 100%;
    }

    .promo-banner-btn-primary {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
}

/* ===== REWARDS / LOYALTY SECTION ===== */

.rewards-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, 0.08), transparent 22%),
        radial-gradient(circle at bottom right, rgba(0, 47, 176, 0.10), transparent 28%),
        linear-gradient(180deg, rgba(8, 14, 28, 0.98) 0%, rgba(5, 10, 22, 1) 100%);
    overflow: hidden;
}

.rewards-shell {
    position: relative;
    padding: 44px 38px 46px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.028);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        0 18px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.rewards-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.16);
    border: 1px solid rgba(72, 123, 255, 0.26);
    color: #dbe7ff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.rewards-section .section-title h2 {
    font-size: 3rem;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.2px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.rewards-intro {
    max-width: 820px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1.06rem;
    line-height: 1.8;
}

/* Left side */
.rewards-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rewards-side-card,
.rewards-benefits-box,
.rewards-highlight-panel,
.rewards-main-card,
.promo-card,
.promo-wide-card,
.rewards-note-box {
    position: relative;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.rewards-side-card {
    padding: 24px 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.rewards-side-card-primary::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.14), transparent 70%);
    filter: blur(24px);
    pointer-events: none;
}

.rewards-side-icon {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.18), rgba(255, 193, 7, 0.05));
    border: 1px solid rgba(255, 193, 7, 0.22);
    color: #ffc107;
    font-size: 1.3rem;
    box-shadow: 0 12px 24px rgba(255, 193, 7, 0.08);
}

.rewards-side-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.10);
    border: 1px solid rgba(255, 193, 7, 0.24);
    color: #ffc107;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.rewards-side-title {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.42rem;
    line-height: 1.35;
    font-weight: 600;
}

.rewards-side-text {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 0.98rem;
    line-height: 1.75;
}

/* Benefits box */
.rewards-benefits-box {
    padding: 24px 22px;
}

.rewards-box-title {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 600;
}

.rewards-benefits-list {
    display: grid;
    gap: 14px;
}

.rewards-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.rewards-benefit-item i {
    color: #ffc107;
    margin-top: 2px;
}

.rewards-benefit-item span {
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.65;
}

/* Highlight */
.rewards-highlight-panel {
    padding: 24px 22px;
    background:
        linear-gradient(135deg, rgba(0, 47, 176, 0.14), rgba(255, 255, 255, 0.02));
    border-color: rgba(72, 123, 255, 0.24);
}

.rewards-highlight-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.18);
    border: 1px solid rgba(72, 123, 255, 0.26);
    color: #dbe7ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.rewards-highlight-title {
    margin-top: 14px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.26rem;
    font-weight: 600;
}

.rewards-highlight-text {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.75;
}

.rewards-highlight-offer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 16px;
    background: rgba(255, 193, 7, 0.08);
    border: 1px solid rgba(255, 193, 7, 0.9);
    color: #ffc107;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.5;
}

/* Right column */
.rewards-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rewards-main-card {
    padding: 26px 24px;
}

.rewards-main-title,
.rewards-promos-title {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.22;
    font-weight: 600;
    margin-bottom: 14px;
}

.rewards-main-text {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 1rem;
    line-height: 1.82;
}

.rewards-main-text:last-child {
    margin-bottom: 0;
}

.rewards-mini-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: #ffc107;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

/* Promo cards */
.promo-card {
    height: 100%;
    padding: 24px 22px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.promo-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 193, 7, 0.28);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.26),
        0 0 0 1px rgba(255, 193, 7, 0.06);
}

.promo-card-accent {
    border-color: rgba(255, 193, 7, 0.22);
}

.promo-card-accent::before {
    content: "";
    position: absolute;
    top: -26px;
    right: -18px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.15), transparent 70%);
    filter: blur(22px);
    pointer-events: none;
}

.promo-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.promo-card-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.18), rgba(255, 193, 7, 0.06));
    border: 1px solid rgba(255, 193, 7, 0.22);
    color: #ffc107;
    font-size: 1.2rem;
}

.promo-card-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.promo-card-title {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.28rem;
    font-weight: 600;
}

.promo-card-offer {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(255, 193, 7, 0.08);
    color: #ffc107;
    font-weight: 700;
    line-height: 1.4;
}

.promo-card-text {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.74) !important;
    line-height: 1.75;
}

/* Wide card */
.promo-wide-card {
    padding: 24px 22px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.08), rgba(255, 255, 255, 0.02));
    border-color: rgba(255, 193, 7, 0.22);
}

.promo-wide-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.10);
    border: 1px solid rgba(255, 193, 7, 0.24);
    color: #ffc107;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.promo-wide-title {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.36rem;
    font-weight: 600;
}

.promo-wide-text {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.75;
}

/* Note box */
.rewards-note-box {
    padding: 22px 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.rewards-note-icon {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 193, 7, 0.12);
    color: #ffc107;
    font-size: 1.2rem;
}

.rewards-note-content h4 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 600;
}

.rewards-note-content p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.75;
}

/* Actions */
.rewards-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.rewards-btn-primary,
.rewards-btn-secondary {
    min-width: 220px;
    padding: 15px 30px;
    font-size: 1.02rem;
    font-weight: 600;
    border-radius: 999px;
}

.rewards-btn-primary {
    box-shadow: 0 12px 28px rgba(0, 47, 176, 0.26);
}

.rewards-btn-secondary {
    border-width: 1.5px;
    background: rgba(255, 255, 255, 0.03);
}

.rewards-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.rewards-actions .btn:hover {
    transform: translateY(-2px);
}

.rewards-actions .btn i {
    transition: transform 0.25s ease;
}

.rewards-actions .btn:hover i {
    transform: translateX(2px);
}

/* Responsive */
@media only screen and (max-width: 1199.98px) {
    .rewards-section .section-title h2 {
        font-size: 2.55rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .rewards-shell {
        padding: 34px 22px 36px;
    }

    .rewards-section .section-title h2 {
        font-size: 2.2rem;
    }

    .rewards-intro {
        font-size: 1rem;
    }

    .rewards-main-title,
    .rewards-promos-title {
        font-size: 1.55rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .rewards-section .section-title h2 {
        font-size: 2rem;
        line-height: 1.15;
    }

    .rewards-side-card,
    .rewards-benefits-box,
    .rewards-highlight-panel,
    .rewards-main-card,
    .promo-card,
    .promo-wide-card,
    .rewards-note-box {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .rewards-note-box {
        flex-direction: column;
    }

    .rewards-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .rewards-btn-primary,
    .rewards-btn-secondary {
        width: 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .rewards-shell {
        padding: 28px 16px 30px;
        border-radius: 24px;
    }

    .rewards-kicker {
        font-size: 0.8rem;
        padding: 9px 14px;
    }

    .rewards-section .section-title h2 {
        font-size: 1.78rem;
    }

    .rewards-side-title,
    .promo-card-title,
    .promo-wide-title {
        font-size: 1.18rem;
    }

    .rewards-main-title,
    .rewards-promos-title {
        font-size: 1.4rem;
    }

    .promo-card-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .rewards-highlight-offer {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/* ===== GAMING OPTIONS SECTION ===== */

.gaming-section {
    position: relative;
    background:
        radial-gradient(circle at top right, rgba(255, 193, 7, 0.08), transparent 24%),
        radial-gradient(circle at bottom left, rgba(0, 47, 176, 0.10), transparent 28%),
        linear-gradient(180deg, rgba(8, 14, 28, 0.98) 0%, rgba(5, 10, 22, 1) 100%);
    overflow: hidden;
}

.gaming-shell {
    position: relative;
    padding: 44px 38px 46px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.028);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        0 18px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.gaming-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.16);
    border: 1px solid rgba(72, 123, 255, 0.26);
    color: #dbe7ff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.gaming-section .section-title h2 {
    font-size: 3rem;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.2px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.gaming-intro {
    max-width: 820px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1.06rem;
    line-height: 1.8;
}

/* Main panels */
.gaming-panel,
.gaming-bottom-card {
    position: relative;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.gaming-panel {
    height: 100%;
    padding: 28px 26px;
    overflow: hidden;
}

.gaming-panel-primary::before {
    content: "";
    position: absolute;
    top: -34px;
    right: -18px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.15), transparent 70%);
    filter: blur(24px);
    pointer-events: none;
}

.gaming-panel-head {
    margin-bottom: 18px;
}

.gaming-panel-badge {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.10);
    border: 1px solid rgba(255, 193, 7, 0.22);
    color: #ffc107;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.gaming-panel-title {
    margin-top: 16px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: 600;
}

.gaming-panel-text {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 1rem;
    line-height: 1.82;
}

.gaming-panel-text:last-of-type {
    margin-bottom: 0;
}

/* Info cards */
.gaming-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.gaming-info-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.gaming-info-icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 193, 7, 0.12);
    color: #ffc107;
    font-size: 1rem;
}

.gaming-info-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gaming-info-title {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.gaming-info-value {
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.45;
}

/* Feature list */
.gaming-feature-list {
    display: grid;
    gap: 14px;
    margin-bottom: 22px;
}

.gaming-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.gaming-feature-item i {
    color: #ffc107;
    margin-top: 2px;
}

.gaming-feature-item span {
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.65;
}

/* Highlight box */
.gaming-highlight-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.10), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 193, 7, 0.24);
    box-shadow:
        0 12px 28px rgba(255, 193, 7, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.gaming-highlight-icon {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 193, 7, 0.14);
    color: #ffc107;
    font-size: 1.2rem;
}

.gaming-highlight-content h4 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 600;
}

.gaming-highlight-content p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.75;
}

/* Online categories */
.gaming-category-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 22px;
}

.gaming-category-card {
    height: 100%;
    padding: 22px 20px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.gaming-category-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 193, 7, 0.28);
    box-shadow:
        0 16px 36px rgba(0, 0, 0, 0.24),
        0 0 0 1px rgba(255, 193, 7, 0.06);
}

.gaming-category-card-accent {
    border-color: rgba(255, 193, 7, 0.20);
}

.gaming-category-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.gaming-category-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.18), rgba(255, 193, 7, 0.06));
    border: 1px solid rgba(255, 193, 7, 0.22);
    color: #ffc107;
    font-size: 1.15rem;
}

.gaming-category-card h4 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 1.22rem;
    font-weight: 600;
}

.gaming-category-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.74) !important;
    line-height: 1.75;
}

/* Note strip */
.gaming-note-strip {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
    padding: 16px 16px;
    border-radius: 18px;
    background: rgba(0, 47, 176, 0.12);
    border: 1px solid rgba(72, 123, 255, 0.20);
}

.gaming-note-strip i {
    color: #78a6ff;
    margin-top: 3px;
}

.gaming-note-strip span {
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.7;
}

/* Bottom card */
.gaming-bottom-card {
    margin-top: 26px;
    padding: 24px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.gaming-bottom-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1 1 520px;
}

.gaming-bottom-icon {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 193, 7, 0.14);
    color: #ffc107;
    font-size: 1.25rem;
}

.gaming-bottom-text h4 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
}

.gaming-bottom-text p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.74) !important;
    line-height: 1.75;
}

/* Actions */
.gaming-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.gaming-btn-primary,
.gaming-btn-secondary {
    min-width: 200px;
    padding: 15px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 999px;
}

.gaming-btn-primary {
    box-shadow: 0 12px 28px rgba(0, 47, 176, 0.26);
}

.gaming-btn-secondary {
    border-width: 1.5px;
    background: rgba(255, 255, 255, 0.03);
}

.gaming-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.gaming-actions .btn:hover {
    transform: translateY(-2px);
}

.gaming-actions .btn i {
    transition: transform 0.25s ease;
}

.gaming-actions .btn:hover i {
    transform: translateX(2px);
}

/* Responsive */
@media only screen and (max-width: 1199.98px) {
    .gaming-section .section-title h2 {
        font-size: 2.55rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .gaming-shell {
        padding: 34px 22px 36px;
    }

    .gaming-section .section-title h2 {
        font-size: 2.2rem;
    }

    .gaming-intro {
        font-size: 1rem;
    }

    .gaming-panel-title {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .gaming-section .section-title h2 {
        font-size: 2rem;
        line-height: 1.15;
    }

    .gaming-panel,
    .gaming-bottom-card {
        padding: 22px 18px;
        border-radius: 24px;
    }

    .gaming-info-grid,
    .gaming-category-grid {
        grid-template-columns: 1fr;
    }

    .gaming-highlight-box,
    .gaming-bottom-content {
        flex-direction: column;
    }

    .gaming-actions {
        width: 100%;
        flex-direction: column;
    }

    .gaming-btn-primary,
    .gaming-btn-secondary {
        width: 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .gaming-shell {
        padding: 28px 16px 30px;
        border-radius: 24px;
    }

    .gaming-kicker {
        font-size: 0.8rem;
        padding: 9px 14px;
    }

    .gaming-section .section-title h2 {
        font-size: 1.78rem;
    }

    .gaming-panel-title {
        font-size: 1.38rem;
    }

    .gaming-category-card h4,
    .gaming-highlight-content h4,
    .gaming-bottom-text h4 {
        font-size: 1.12rem;
    }
}

/* ===== TABLE GAMES SECTION ===== */

.table-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, 0.08), transparent 25%),
        radial-gradient(circle at bottom right, rgba(0, 47, 176, 0.10), transparent 30%),
        linear-gradient(180deg, rgba(8, 14, 28, 0.98) 0%, rgba(5, 10, 22, 1) 100%);
}

.table-shell {
    padding: 44px 38px;
    border-radius: 32px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    backdrop-filter: blur(10px);
}

.table-kicker {
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0,47,176,0.18);
    border: 1px solid rgba(72,123,255,0.26);
    color: #dbe7ff;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.table-intro {
    max-width: 800px;
    color: rgba(255,255,255,0.75);
}

/* Panels */
.table-panel {
    padding: 26px;
    border-radius: 26px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    height: 100%;
}

.table-panel-primary::before {
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    background: radial-gradient(circle, rgba(255,193,7,0.15), transparent);
    filter: blur(20px);
}

.table-panel-title {
    color:#fff;
    font-size:1.7rem;
}

.table-panel-text {
    color: rgba(255,255,255,0.75);
}

/* Games */
.table-games-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:20px;
}

.table-game-item {
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px;
    border-radius:14px;
    background: rgba(255,255,255,0.03);
    border:1px solid rgba(255,255,255,0.06);
}

.table-game-item i {
    color:#ffc107;
}

/* Feature */
.table-feature-box {
    margin-top:20px;
    padding:14px;
    border-radius:14px;
    background: rgba(0,47,176,0.15);
    display:flex;
    gap:10px;
}

/* Bottom */
.table-bottom-card {
    margin-top:30px;
    padding:24px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.table-bottom-content {
    display:flex;
    gap:15px;
}

.table-bottom-icon {
    width:50px;
    height:50px;
    background: rgba(255,193,7,0.15);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    color:#ffc107;
}

.table-actions .btn {
    padding:14px 28px;
    border-radius:999px;
}

/* ===== SLOTS SECTION ===== */

.slots-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, 0.08), transparent 24%),
        radial-gradient(circle at bottom right, rgba(0, 47, 176, 0.10), transparent 28%),
        linear-gradient(180deg, rgba(8, 14, 28, 0.98) 0%, rgba(5, 10, 22, 1) 100%);
    overflow: hidden;
}

.slots-shell {
    position: relative;
    padding: 44px 38px 46px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.028);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        0 18px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.slots-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.16);
    border: 1px solid rgba(72, 123, 255, 0.26);
    color: #dbe7ff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.slots-section .section-title h2 {
    font-size: 3rem;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.2px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.slots-intro {
    max-width: 820px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1.06rem;
    line-height: 1.8;
}

/* panels */
.slots-panel,
.slots-bottom-card,
.slots-providers-box,
.slots-games-box {
    position: relative;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.slots-panel {
    height: 100%;
    padding: 28px 26px;
    overflow: hidden;
}

.slots-panel-primary::before {
    content: "";
    position: absolute;
    top: -34px;
    right: -18px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.15), transparent 70%);
    filter: blur(24px);
    pointer-events: none;
}

.slots-panel-head {
    margin-bottom: 18px;
}

.slots-panel-badge {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.10);
    border: 1px solid rgba(255, 193, 7, 0.22);
    color: #ffc107;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.slots-panel-title {
    margin-top: 16px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: 600;
}

.slots-panel-text {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 1rem;
    line-height: 1.82;
}

.slots-panel-text:last-of-type {
    margin-bottom: 0;
}

/* info cards */
.slots-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.slots-info-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.slots-info-icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 193, 7, 0.12);
    color: #ffc107;
    font-size: 1rem;
}

.slots-info-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.slots-info-title {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.slots-info-value {
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.45;
}

/* feature list */
.slots-feature-list {
    display: grid;
    gap: 14px;
    margin-bottom: 22px;
}

.slots-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.slots-feature-item i {
    color: #ffc107;
    margin-top: 2px;
}

.slots-feature-item span {
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.65;
}

/* highlight */
.slots-highlight-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.10), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 193, 7, 0.24);
    box-shadow:
        0 12px 28px rgba(255, 193, 7, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.slots-highlight-icon {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 193, 7, 0.14);
    color: #ffc107;
    font-size: 1.2rem;
}

.slots-highlight-content h4 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 600;
}

.slots-highlight-content p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.75;
}

/* categories */
.slots-category-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.slots-category-card {
    height: 100%;
    padding: 22px 20px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.slots-category-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 193, 7, 0.28);
    box-shadow:
        0 16px 36px rgba(0, 0, 0, 0.24),
        0 0 0 1px rgba(255, 193, 7, 0.06);
}

.slots-category-card-accent {
    border-color: rgba(255, 193, 7, 0.20);
}

.slots-category-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.slots-category-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.18), rgba(255, 193, 7, 0.06));
    border: 1px solid rgba(255, 193, 7, 0.22);
    color: #ffc107;
    font-size: 1.15rem;
}

.slots-category-card h4 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 1.22rem;
    font-weight: 600;
}

.slots-category-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.74) !important;
    line-height: 1.75;
}

/* providers and games boxes */
.slots-providers-box,
.slots-games-box {
    padding: 22px 20px;
    margin-top: 18px;
}

.slots-providers-title,
.slots-games-title {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 600;
}

.slots-providers-text,
.slots-games-text {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.75;
}

.slots-provider-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.slots-provider-tags span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.08);
    border: 1px solid rgba(255, 193, 7, 0.20);
    color: #ffc107;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.2px;
}

/* bottom card */
.slots-bottom-card {
    margin-top: 26px;
    padding: 24px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.slots-bottom-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1 1 520px;
}

.slots-bottom-icon {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 193, 7, 0.14);
    color: #ffc107;
    font-size: 1.25rem;
}

.slots-bottom-text h4 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
}

.slots-bottom-text p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.74) !important;
    line-height: 1.75;
}

/* actions */
.slots-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.slots-btn-primary,
.slots-btn-secondary {
    min-width: 200px;
    padding: 15px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 999px;
}

.slots-btn-primary {
    box-shadow: 0 12px 28px rgba(0, 47, 176, 0.26);
}

.slots-btn-secondary {
    border-width: 1.5px;
    background: rgba(255, 255, 255, 0.03);
}

.slots-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.slots-actions .btn:hover {
    transform: translateY(-2px);
}

.slots-actions .btn i {
    transition: transform 0.25s ease;
}

.slots-actions .btn:hover i {
    transform: translateX(2px);
}

/* responsive */
@media only screen and (max-width: 1199.98px) {
    .slots-section .section-title h2 {
        font-size: 2.55rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .slots-shell {
        padding: 34px 22px 36px;
    }

    .slots-section .section-title h2 {
        font-size: 2.2rem;
    }

    .slots-intro {
        font-size: 1rem;
    }

    .slots-panel-title {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .slots-section .section-title h2 {
        font-size: 2rem;
        line-height: 1.15;
    }

    .slots-panel,
    .slots-bottom-card,
    .slots-providers-box,
    .slots-games-box {
        padding: 22px 18px;
        border-radius: 24px;
    }

    .slots-info-grid,
    .slots-category-grid {
        grid-template-columns: 1fr;
    }

    .slots-highlight-box,
    .slots-bottom-content {
        flex-direction: column;
    }

    .slots-actions {
        width: 100%;
        flex-direction: column;
    }

    .slots-btn-primary,
    .slots-btn-secondary {
        width: 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .slots-shell {
        padding: 28px 16px 30px;
        border-radius: 24px;
    }

    .slots-kicker {
        font-size: 0.8rem;
        padding: 9px 14px;
    }

    .slots-section .section-title h2 {
        font-size: 1.78rem;
    }

    .slots-panel-title {
        font-size: 1.38rem;
    }

    .slots-category-card h4,
    .slots-highlight-content h4,
    .slots-bottom-text h4,
    .slots-providers-title,
    .slots-games-title {
        font-size: 1.12rem;
    }
}

/* ===== EXTRA BLOCKS FOR LEFT SLOTS COLUMN ===== */

.slots-extra-box {
    margin-top: 18px;
    padding: 22px 20px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.slots-extra-box-accent {
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.08), rgba(255, 255, 255, 0.02));
    border-color: rgba(255, 193, 7, 0.20);
}

.slots-extra-title {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 600;
}

.slots-extra-text {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.75;
}

.slots-extra-text:last-child {
    margin-bottom: 0;
}

/* ===== LIVE GAMES SECTION ===== */

.live-section {
    position: relative;
    background:
        radial-gradient(circle at top center, rgba(0, 47, 176, 0.10), transparent 26%),
        linear-gradient(180deg, rgba(7, 12, 24, 0.98) 0%, rgba(4, 8, 18, 1) 100%);
    overflow: hidden;
}

.live-section-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.16);
    border: 1px solid rgba(72, 123, 255, 0.26);
    color: #dbe7ff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.live-section .section-title h2 {
    font-size: 3rem;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.2px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.live-section-intro {
    max-width: 760px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1.06rem;
    line-height: 1.8;
}

/* Card */
.game-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

.game-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 193, 7, 0.35);
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.30),
        0 0 0 1px rgba(255, 193, 7, 0.07);
}

.game-card img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.45s ease;
}

.game-card:hover img {
    transform: scale(1.06);
}

.game-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(180deg, rgba(5, 10, 22, 0.15) 0%, rgba(5, 10, 22, 0.78) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.game-card:hover .game-card-overlay {
    opacity: 1;
}

.game-card-btn {
    min-width: 120px;
    padding: 9px 18px;
    border-radius: 999px;
    background-color: #ffc107;
    color: #000000;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 10px 20px rgba(255, 193, 7, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.game-card-btn:hover {
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(255, 193, 7, 0.24);
}

/* Responsive */
@media only screen and (max-width: 991.98px) {
    .live-section .section-title h2 {
        font-size: 2.35rem;
    }

    .live-section-intro {
        font-size: 1rem;
    }

    .game-card {
        border-radius: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .live-section .section-title h2 {
        font-size: 2rem;
        line-height: 1.15;
    }
}

@media only screen and (max-width: 575.98px) {
    .live-section-kicker {
        font-size: 0.8rem;
        padding: 9px 14px;
    }

    .live-section .section-title h2 {
        font-size: 1.8rem;
    }

    .live-section-intro {
        font-size: 0.96rem;
        line-height: 1.7;
    }

    .game-card-btn {
        min-width: 110px;
        padding: 8px 16px;
        font-size: 0.85rem;
    }
}

/* ===== BONUS BUYS SECTION ===== */

.bonus-section {
    position: relative;
    background:
        radial-gradient(circle at top center, rgba(255, 193, 7, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(7, 12, 24, 0.98) 0%, rgba(4, 8, 18, 1) 100%);
    overflow: hidden;
}

.bonus-section-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.16);
    border: 1px solid rgba(72, 123, 255, 0.26);
    color: #dbe7ff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.bonus-section .section-title h2 {
    font-size: 3rem;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.2px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.bonus-section-intro {
    max-width: 760px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1.06rem;
    line-height: 1.8;
}

/* Reuse card styling */
.game-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

.game-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 193, 7, 0.35);
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.30),
        0 0 0 1px rgba(255, 193, 7, 0.07);
}

.game-card img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.45s ease;
}

.game-card:hover img {
    transform: scale(1.06);
}

.game-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(180deg, rgba(5, 10, 22, 0.15) 0%, rgba(5, 10, 22, 0.78) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.game-card:hover .game-card-overlay {
    opacity: 1;
}

.game-card-btn {
    min-width: 120px;
    padding: 9px 18px;
    border-radius: 999px;
    background-color: #ffc107;
    color: #000000;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 10px 20px rgba(255, 193, 7, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.game-card-btn:hover {
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(255, 193, 7, 0.24);
}

/* Responsive */
@media only screen and (max-width: 991.98px) {
    .bonus-section .section-title h2 {
        font-size: 2.35rem;
    }

    .bonus-section-intro {
        font-size: 1rem;
    }

    .game-card {
        border-radius: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .bonus-section .section-title h2 {
        font-size: 2rem;
        line-height: 1.15;
    }
}

@media only screen and (max-width: 575.98px) {
    .bonus-section-kicker {
        font-size: 0.8rem;
        padding: 9px 14px;
    }

    .bonus-section .section-title h2 {
        font-size: 1.8rem;
    }

    .bonus-section-intro {
        font-size: 0.96rem;
        line-height: 1.7;
    }

    .game-card-btn {
        min-width: 110px;
        padding: 8px 16px;
        font-size: 0.85rem;
    }
}

/* ===== VISITOR INFORMATION SECTION ===== */

.visitor-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, 0.08), transparent 22%),
        radial-gradient(circle at bottom right, rgba(0, 47, 176, 0.10), transparent 28%),
        linear-gradient(180deg, rgba(8, 14, 28, 0.98) 0%, rgba(5, 10, 22, 1) 100%);
    overflow: hidden;
}

.visitor-shell {
    position: relative;
    padding: 44px 38px 46px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.028);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        0 18px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.visitor-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.16);
    border: 1px solid rgba(72, 123, 255, 0.26);
    color: #dbe7ff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.visitor-section .section-title h2 {
    font-size: 3rem;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.2px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.visitor-intro {
    max-width: 820px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1.06rem;
    line-height: 1.8;
}

/* Left side */
.visitor-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.visitor-card,
.visitor-note-box,
.visitor-main-card,
.visitor-info-card,
.visitor-highlight-panel {
    position: relative;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow:
        0 14px 34px rgba(0,0,0,0.20),
        inset 0 1px 0 rgba(255,255,255,0.04);
}

.visitor-card {
    padding: 24px 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.visitor-card-primary::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.14), transparent 70%);
    filter: blur(24px);
    pointer-events: none;
}

.visitor-card-icon,
.visitor-highlight-icon,
.visitor-info-icon,
.visitor-fact-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffc107;
    background: rgba(255, 193, 7, 0.12);
}

.visitor-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 1.3rem;
    border: 1px solid rgba(255, 193, 7, 0.22);
    box-shadow: 0 12px 24px rgba(255, 193, 7, 0.08);
}

.visitor-card-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.10);
    border: 1px solid rgba(255, 193, 7, 0.24);
    color: #ffc107;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.visitor-card-title {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.42rem;
    line-height: 1.35;
    font-weight: 600;
}

.visitor-card-text,
.visitor-note-text,
.visitor-main-text,
.visitor-info-card p,
.visitor-highlight-content p {
    color: rgba(255,255,255,0.76) !important;
    line-height: 1.78;
}

.visitor-card-text {
    margin-bottom: 12px;
}

.visitor-card-text:last-child {
    margin-bottom: 0;
}

/* Facts */
.visitor-facts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.visitor-fact-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.visitor-fact-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 1rem;
}

.visitor-fact-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.visitor-fact-title {
    color: rgba(255,255,255,0.58);
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.visitor-fact-text {
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.45;
}

/* Left note */
.visitor-note-box {
    padding: 24px 22px;
    background:
        linear-gradient(135deg, rgba(0, 47, 176, 0.12), rgba(255, 255, 255, 0.02));
    border-color: rgba(72, 123, 255, 0.24);
}

.visitor-note-title {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 600;
}

/* Right side */
.visitor-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.visitor-main-card {
    padding: 26px 24px;
}

.visitor-main-title {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 1.75rem;
    line-height: 1.22;
    font-weight: 600;
}

.visitor-main-text {
    margin-bottom: 14px;
    font-size: 1rem;
}

.visitor-main-text:last-child {
    margin-bottom: 0;
}

.visitor-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.visitor-info-card {
    padding: 22px 20px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.visitor-info-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 193, 7, 0.28);
    box-shadow:
        0 18px 40px rgba(0,0,0,0.26),
        0 0 0 1px rgba(255,193,7,0.06);
}

.visitor-info-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.visitor-info-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 1.15rem;
    border: 1px solid rgba(255, 193, 7, 0.22);
}

.visitor-info-card h4 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 1.22rem;
    font-weight: 600;
}

.visitor-info-card p {
    margin-bottom: 0;
}

/* Highlight panel */
.visitor-highlight-panel {
    padding: 22px 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.10), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 193, 7, 0.24);
    box-shadow:
        0 12px 28px rgba(255, 193, 7, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.visitor-highlight-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    font-size: 1.2rem;
}

.visitor-highlight-content h4 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
}

/* Actions */
.visitor-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.visitor-btn-primary,
.visitor-btn-secondary {
    min-width: 210px;
    padding: 15px 30px;
    font-size: 1.02rem;
    font-weight: 600;
    border-radius: 999px;
}

.visitor-btn-primary {
    box-shadow: 0 12px 28px rgba(0, 47, 176, 0.26);
}

.visitor-btn-secondary {
    border-width: 1.5px;
    background: rgba(255,255,255,0.03);
}

.visitor-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.visitor-actions .btn:hover {
    transform: translateY(-2px);
}

.visitor-actions .btn i {
    transition: transform 0.25s ease;
}

.visitor-actions .btn:hover i {
    transform: translateX(2px);
}

/* Responsive */
@media only screen and (max-width: 1199.98px) {
    .visitor-section .section-title h2 {
        font-size: 2.55rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .visitor-shell {
        padding: 34px 22px 36px;
    }

    .visitor-section .section-title h2 {
        font-size: 2.2rem;
    }

    .visitor-intro {
        font-size: 1rem;
    }

    .visitor-main-title {
        font-size: 1.55rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .visitor-section .section-title h2 {
        font-size: 2rem;
        line-height: 1.15;
    }

    .visitor-card,
    .visitor-note-box,
    .visitor-main-card,
    .visitor-info-card,
    .visitor-highlight-panel {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .visitor-grid,
    .visitor-facts-grid {
        grid-template-columns: 1fr;
    }

    .visitor-highlight-panel {
        flex-direction: column;
    }

    .visitor-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .visitor-btn-primary,
    .visitor-btn-secondary {
        width: 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .visitor-shell {
        padding: 28px 16px 30px;
        border-radius: 24px;
    }

    .visitor-kicker {
        font-size: 0.8rem;
        padding: 9px 14px;
    }

    .visitor-section .section-title h2 {
        font-size: 1.78rem;
    }

    .visitor-card-title,
    .visitor-main-title,
    .visitor-info-card h4,
    .visitor-highlight-content h4,
    .visitor-note-title {
        font-size: 1.16rem;
    }
}

/* ===== EXTRA LEFT BLOCK FOR VISITOR SECTION ===== */

.visitor-side-summary {
    padding: 22px 20px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 193, 7, 0.20);
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.visitor-side-summary-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.10);
    border: 1px solid rgba(255, 193, 7, 0.24);
    color: #ffc107;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.visitor-side-summary-title {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 600;
    line-height: 1.4;
}

.visitor-side-summary-text {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.75;
}

.visitor-side-summary-list {
    display: grid;
    gap: 12px;
}

.visitor-side-summary-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.visitor-side-summary-item i {
    color: #ffc107;
    margin-top: 2px;
}

.visitor-side-summary-item span {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
}

/* ===== AUTH SECTION ===== */

.auth-section {
    background:
        radial-gradient(circle at top right, rgba(0,47,176,0.10), transparent 30%),
        linear-gradient(180deg, rgba(8,14,28,0.98) 0%, rgba(5,10,22,1) 100%);
}

.auth-shell {
    padding: 44px 38px;
    border-radius: 32px;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.07);
}

/* title */
.auth-kicker {
    display: inline-flex;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0,47,176,0.18);
    border: 1px solid rgba(72,123,255,0.28);
    color: #dbe7ff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.auth-intro {
    max-width: 760px;
    color: rgba(255,255,255,0.72);
    line-height: 1.8;
}

/* cards */
.auth-card {
    height: 100%;
    padding: 28px 24px;
    border-radius: 24px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.3s ease;
}

.auth-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255,193,7,0.25);
}

.auth-card-accent {
    background: linear-gradient(135deg, rgba(255,193,7,0.08), rgba(255,255,255,0.02));
    border-color: rgba(255,193,7,0.25);
}

/* icon */
.auth-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,193,7,0.12);
    color: #ffc107;
    margin-bottom: 16px;
}

/* text */
.auth-card-title {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.auth-card-text {
    color: rgba(255,255,255,0.75);
    margin-bottom: 16px;
}

/* steps */
.auth-steps {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
}

.auth-step {
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    color: #fff;
    font-size: 0.95rem;
}

/* highlight */
.auth-highlight {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #ffc107;
    font-weight: 600;
}

/* bottom */
.auth-bottom {
    margin-top: 40px;
    text-align: center;
}

.auth-bottom-box {
    padding: 22px;
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    margin-bottom: 20px;
}

.auth-bottom-box h4 {
    color: #fff;
    margin-bottom: 10px;
}

.auth-bottom-box p {
    color: rgba(255,255,255,0.75);
}

/* buttons */
.auth-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.auth-btn-primary {
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 600;
}

.auth-btn-secondary {
    padding: 14px 28px;
    border-radius: 999px;
}

/* ===== APP SECTION ===== */

.app-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(0, 47, 176, 0.10), transparent 26%),
        radial-gradient(circle at bottom right, rgba(255, 193, 7, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(8, 14, 28, 0.98) 0%, rgba(5, 10, 22, 1) 100%);
    overflow: hidden;
}

.app-shell {
    position: relative;
    padding: 44px 38px 46px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.028);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        0 18px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.app-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.16);
    border: 1px solid rgba(72, 123, 255, 0.26);
    color: #dbe7ff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.app-section .section-title h2 {
    font-size: 3rem;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.2px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.app-intro {
    max-width: 780px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1.06rem;
    line-height: 1.8;
}

/* columns */
.app-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* image card */
.app-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow:
        0 14px 34px rgba(0,0,0,0.20),
        inset 0 1px 0 rgba(255,255,255,0.04);
}

.app-image-glow {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.15), transparent 70%);
    filter: blur(24px);
    pointer-events: none;
    z-index: 1;
}

.app-image-card img {
    position: relative;
    z-index: 2;
    display: block;
    width: 60%;
    height: auto;
    transition: transform 0.45s ease;
}

.app-image-card:hover img {
    transform: scale(1.03);
}

/* text cards */
.app-text-card,
.app-feature-box,
.app-install-card {
    position: relative;
    padding: 24px 22px;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow:
        0 14px 34px rgba(0,0,0,0.20),
        inset 0 1px 0 rgba(255,255,255,0.04);
}

.app-text-card-primary {
    background:
        linear-gradient(135deg, rgba(0, 47, 176, 0.12), rgba(255, 255, 255, 0.02));
    border-color: rgba(72, 123, 255, 0.24);
}

.app-card-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.10);
    border: 1px solid rgba(255, 193, 7, 0.24);
    color: #ffc107;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.app-card-title {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 1.42rem;
    line-height: 1.35;
    font-weight: 600;
}

.app-card-text {
    margin-bottom: 12px;
    color: rgba(255,255,255,0.76) !important;
    line-height: 1.78;
}

.app-card-text:last-child {
    margin-bottom: 0;
}

/* feature list */
.app-feature-title {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 600;
}

.app-feature-list {
    display: grid;
    gap: 14px;
}

.app-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
}

.app-feature-item i {
    color: #ffc107;
    margin-top: 2px;
}

.app-feature-item span {
    color: rgba(255,255,255,0.82);
    line-height: 1.65;
}

/* info grid */
.app-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 18px;
}

.app-info-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
}

.app-info-icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 193, 7, 0.12);
    color: #ffc107;
    font-size: 1rem;
}

.app-info-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.app-info-title {
    color: rgba(255,255,255,0.58);
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.app-info-text {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
}

/* install */
.app-install-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.app-install-block {
    padding: 16px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
}

.app-install-block h4 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 600;
}

.app-install-block p {
    margin-bottom: 0;
    color: rgba(255,255,255,0.76) !important;
    line-height: 1.72;
}

/* store buttons */
.app-store-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 8px;
    margin-bottom: 18px;
}

.app-store-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 10px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.app-store-link:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 193, 7, 0.25);
}

.app-store-link img {
    display: block;
    height: 42px;
    width: auto;
    max-width: 180px;
}

/* note */
.app-install-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 14px;
    border-radius: 16px;
    background: rgba(0, 47, 176, 0.12);
    border: 1px solid rgba(72, 123, 255, 0.20);
}

.app-install-note i {
    color: #78a6ff;
    margin-top: 2px;
}

.app-install-note span {
    color: rgba(255,255,255,0.82);
    line-height: 1.65;
}

/* responsive */
@media only screen and (max-width: 1199.98px) {
    .app-section .section-title h2 {
        font-size: 2.55rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .app-shell {
        padding: 34px 22px 36px;
    }

    .app-section .section-title h2 {
        font-size: 2.2rem;
    }

    .app-intro {
        font-size: 1rem;
    }

    .app-card-title {
        font-size: 1.28rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .app-section .section-title h2 {
        font-size: 2rem;
        line-height: 1.15;
    }

    .app-text-card,
    .app-feature-box,
    .app-install-card {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .app-info-grid,
    .app-install-columns {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 575.98px) {
    .app-shell {
        padding: 28px 16px 30px;
        border-radius: 24px;
    }

    .app-kicker {
        font-size: 0.8rem;
        padding: 9px 14px;
    }

    .app-section .section-title h2 {
        font-size: 1.78rem;
    }

    .app-card-title,
    .app-feature-title,
    .app-install-block h4 {
        font-size: 1.12rem;
    }

    .app-store-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .app-store-link {
        justify-content: center;
    }
}

.app-image-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; 
}

.app-image-card img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ===== SECOND PROMO BANNER (PLAY) ===== */

.promo-banner-play {
    background-image:
        linear-gradient(
            rgba(4, 10, 22, var(--banner-overlay)),
            rgba(4, 10, 22, var(--banner-overlay))
        ),
        url("../img/banner-play.jpg"); 
}

/* ===== PAYMENTS SECTION ===== */

.payments-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, 0.08), transparent 22%),
        radial-gradient(circle at bottom right, rgba(0, 47, 176, 0.10), transparent 28%),
        linear-gradient(180deg, rgba(8, 14, 28, 0.98) 0%, rgba(5, 10, 22, 1) 100%);
    overflow: hidden;
}

.payments-shell {
    position: relative;
    padding: 44px 38px 46px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.028);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        0 18px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.payments-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.16);
    border: 1px solid rgba(72, 123, 255, 0.26);
    color: #dbe7ff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.payments-section .section-title h2 {
    font-size: 3rem;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.2px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.payments-intro {
    max-width: 820px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1.06rem;
    line-height: 1.8;
}

/* Left side */
.payments-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.payments-info-card,
.payments-feature-box,
.payments-side-note,
.payments-main-card,
.payments-support-card,
.payments-important-box,
.payments-table-wrap {
    position: relative;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.payments-info-card {
    padding: 24px 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.payments-info-card-primary::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.14), transparent 70%);
    filter: blur(24px);
    pointer-events: none;
}

.payments-info-icon,
.payments-support-icon,
.payments-important-icon {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 193, 7, 0.12);
    color: #ffc107;
    font-size: 1.18rem;
}

.payments-info-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.10);
    border: 1px solid rgba(255, 193, 7, 0.24);
    color: #ffc107;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.payments-info-title,
.payments-main-title {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 1.45rem;
    line-height: 1.3;
    font-weight: 600;
}

.payments-info-text,
.payments-main-text,
.payments-side-note-text,
.payments-support-card p,
.payments-important-content p {
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.78;
}

.payments-info-text,
.payments-main-text {
    margin-bottom: 12px;
}

.payments-info-text:last-child,
.payments-main-text:last-child {
    margin-bottom: 0;
}

.payments-feature-box,
.payments-side-note,
.payments-main-card {
    padding: 24px 22px;
}

.payments-feature-title,
.payments-side-note-title {
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 1.16rem;
    font-weight: 600;
}

.payments-feature-list {
    display: grid;
    gap: 14px;
}

.payments-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.payments-feature-item i {
    color: #ffc107;
    margin-top: 2px;
}

.payments-feature-item span {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
}

.payments-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Tabs + table */
.payments-table-wrap {
    padding: 24px 22px;
    max-width: 980px;
    margin: 0 auto;
}

.payments-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.payments-tab-btn {
    min-width: 150px;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    border-radius: 999px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.payments-tab-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 193, 7, 0.28);
}

.payments-tab-btn.is-active {
    background: rgba(0, 47, 176, 0.92);
    border-color: rgba(72, 123, 255, 0.40);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 47, 176, 0.24);
}

.payments-table-panel {
    display: none;
}

.payments-table-panel.is-active {
    display: block;
}

.payments-table-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 16px;
    padding: 0 14px 12px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.payments-table-body {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.payments-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 16px;
    align-items: center;
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.payments-row:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 193, 7, 0.22);
}

.payments-method {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.payments-method span {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
    word-break: break-word;
}

.payments-limit {
    color: #ffc107;
    font-weight: 700;
    text-align: right;
    line-height: 1.4;
}

/* Fixed-size SVG icons */
.payments-method-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    max-width: 56px;
    max-height: 56px;
    display: block;
    object-fit: contain;
    padding: 8px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Support blocks */
.payments-support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.payments-support-card {
    padding: 22px 20px;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.payments-support-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 193, 7, 0.24);
}

.payments-support-icon {
    margin-bottom: 14px;
}

.payments-support-card h4,
.payments-important-content h4 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.14rem;
    font-weight: 600;
}

/* Important box */
.payments-important-box {
    padding: 22px 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.10), rgba(255, 255, 255, 0.02));
    border-color: rgba(255, 193, 7, 0.22);
}

/* Responsive */
@media only screen and (max-width: 1199.98px) {
    .payments-section .section-title h2 {
        font-size: 2.55rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .payments-shell {
        padding: 34px 22px 36px;
    }

    .payments-section .section-title h2 {
        font-size: 2.2rem;
    }

    .payments-intro {
        font-size: 1rem;
    }

    .payments-support-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767.98px) {
    .payments-section .section-title h2 {
        font-size: 2rem;
        line-height: 1.15;
    }

    .payments-info-card,
    .payments-feature-box,
    .payments-side-note,
    .payments-main-card,
    .payments-support-card,
    .payments-important-box,
    .payments-table-wrap {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .payments-info-card,
    .payments-important-box {
        flex-direction: column;
    }

    .payments-table-head,
    .payments-row {
        grid-template-columns: 1fr;
    }

    .payments-limit {
        text-align: left;
        padding-left: 70px;
    }
}

@media only screen and (max-width: 575.98px) {
    .payments-shell {
        padding: 28px 16px 30px;
        border-radius: 24px;
    }

    .payments-kicker {
        font-size: 0.8rem;
        padding: 9px 14px;
    }

    .payments-section .section-title h2 {
        font-size: 1.78rem;
    }

    .payments-info-title,
    .payments-main-title,
    .payments-support-card h4,
    .payments-important-content h4,
    .payments-feature-title,
    .payments-side-note-title {
        font-size: 1.1rem;
    }

    .payments-tab-btn {
        width: 100%;
    }

    .payments-method-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
        min-height: 52px;
        max-width: 52px;
        max-height: 52px;
    }

    .payments-limit {
        padding-left: 66px;
    }
}

/* ===== PAYMENTS SUPPORT CARDS - STACKED ===== */

.payments-support-grid,
.payments-support-grid-side {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.payments-support-card {
    padding: 22px 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.payments-support-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 193, 7, 0.24);
}

.payments-support-icon {
    flex: 0 0 auto;
    margin-bottom: 0;
}

.payments-support-card h4 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.14rem;
    font-weight: 600;
}

.payments-support-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.75;
}

/* ===== TRUST / SAFETY / REGULATION SECTION ===== */

.trust-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, 0.08), transparent 22%),
        radial-gradient(circle at bottom right, rgba(0, 47, 176, 0.10), transparent 28%),
        linear-gradient(180deg, rgba(8, 14, 28, 0.98) 0%, rgba(5, 10, 22, 1) 100%);
    overflow: hidden;
}

.trust-shell {
    position: relative;
    padding: 44px 38px 46px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.028);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        0 18px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.trust-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.16);
    border: 1px solid rgba(72, 123, 255, 0.26);
    color: #dbe7ff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.trust-section .section-title h2 {
    font-size: 3rem;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.2px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.trust-intro {
    max-width: 840px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1.06rem;
    line-height: 1.8;
}

/* left column */
.trust-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.trust-card,
.trust-list-box,
.trust-note-box,
.trust-main-card,
.trust-info-card,
.trust-highlight-panel {
    position: relative;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.trust-card {
    padding: 24px 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.trust-card-primary::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.14), transparent 70%);
    filter: blur(24px);
    pointer-events: none;
}

.trust-card-icon,
.trust-info-icon,
.trust-highlight-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 193, 7, 0.12);
    color: #ffc107;
}

.trust-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    font-size: 1.18rem;
}

.trust-card-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.10);
    border: 1px solid rgba(255, 193, 7, 0.24);
    color: #ffc107;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.trust-card-title,
.trust-main-title {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 1.42rem;
    line-height: 1.32;
    font-weight: 600;
}

.trust-card-text,
.trust-note-text,
.trust-main-text,
.trust-info-card p,
.trust-highlight-content p {
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.78;
}

.trust-card-text,
.trust-main-text {
    margin-bottom: 12px;
}

.trust-card-text:last-child,
.trust-main-text:last-child {
    margin-bottom: 0;
}

.trust-list-box,
.trust-note-box,
.trust-main-card {
    padding: 24px 22px;
}

.trust-box-title,
.trust-note-title {
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 1.16rem;
    font-weight: 600;
}

.trust-list {
    display: grid;
    gap: 14px;
}

.trust-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-list-item i {
    color: #ffc107;
    margin-top: 2px;
}

.trust-list-item span {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
}

/* right */
.trust-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.trust-info-card {
    padding: 22px 20px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.trust-info-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 193, 7, 0.24);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.26),
        0 0 0 1px rgba(255, 193, 7, 0.06);
}

.trust-info-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.trust-info-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 1.12rem;
}

.trust-info-card h4 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 600;
}

.trust-info-card p {
    margin-bottom: 10px;
}

.trust-info-card p:last-child {
    margin-bottom: 0;
}

/* highlight */
.trust-highlight-panel {
    padding: 22px 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.10), rgba(255, 255, 255, 0.02));
    border-color: rgba(255, 193, 7, 0.22);
}

.trust-highlight-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    font-size: 1.2rem;
}

.trust-highlight-content h4 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 600;
}

/* responsive */
@media only screen and (max-width: 1199.98px) {
    .trust-section .section-title h2 {
        font-size: 2.55rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .trust-shell {
        padding: 34px 22px 36px;
    }

    .trust-section .section-title h2 {
        font-size: 2.2rem;
    }

    .trust-intro {
        font-size: 1rem;
    }

    .trust-card-title,
    .trust-main-title {
        font-size: 1.28rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .trust-section .section-title h2 {
        font-size: 2rem;
        line-height: 1.15;
    }

    .trust-card,
    .trust-list-box,
    .trust-note-box,
    .trust-main-card,
    .trust-info-card,
    .trust-highlight-panel {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .trust-card,
    .trust-highlight-panel {
        flex-direction: column;
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 575.98px) {
    .trust-shell {
        padding: 28px 16px 30px;
        border-radius: 24px;
    }

    .trust-kicker {
        font-size: 0.8rem;
        padding: 9px 14px;
    }

    .trust-section .section-title h2 {
        font-size: 1.78rem;
    }

    .trust-box-title,
    .trust-note-title,
    .trust-info-card h4,
    .trust-highlight-content h4 {
        font-size: 1.08rem;
    }
}

/* ===== REVIEWS SECTION ===== */

.reviews-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, 0.08), transparent 24%),
        radial-gradient(circle at bottom right, rgba(0, 47, 176, 0.10), transparent 28%),
        linear-gradient(180deg, rgba(8, 14, 28, 0.98) 0%, rgba(5, 10, 22, 1) 100%);
    overflow: hidden;
}

.reviews-shell {
    position: relative;
    padding: 42px 38px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.028);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        0 18px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* Media */
.reviews-media {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
}

.reviews-media-glow {
    position: absolute;
    inset: 8% 10% auto 10%;
    height: 78%;
    border-radius: 30px;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.16) 0%, transparent 70%);
    filter: blur(24px);
    z-index: 1;
    pointer-events: none;
}

.reviews-media-frame {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.reviews-media-frame img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.45s ease;
}

.reviews-media:hover .reviews-media-frame img {
    transform: scale(1.03);
}

.reviews-floating-badge {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 0.92rem;
    font-weight: 600;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.reviews-floating-badge-top {
    top: 22px;
    left: -10px;
    background: rgba(5, 14, 34, 0.82);
    border: 1px solid rgba(255, 193, 7, 0.40);
    color: #ffffff;
}

.reviews-floating-badge-top i {
    color: #ffc107;
}

.reviews-floating-badge-bottom {
    right: -12px;
    bottom: 26px;
    background: rgba(5, 14, 34, 0.84);
    border: 1px solid rgba(72, 123, 255, 0.34);
    color: #dbe7ff;
}

.reviews-floating-badge-bottom i {
    color: #78a6ff;
}

/* Content */
.reviews-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.16);
    border: 1px solid rgba(72, 123, 255, 0.26);
    color: #dbe7ff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.reviews-title {
    margin-top: 22px;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 3rem;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.2px;
}

.reviews-title span {
    display: block;
}

.reviews-intro {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 1.03rem;
    line-height: 1.8;
}

/* Slider */
.reviews-slider {
    position: relative;
    min-height: 290px;
}

.review-card {
    display: none;
    padding: 28px 24px;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow:
        0 14px 34px rgba(0,0,0,0.20),
        inset 0 1px 0 rgba(255,255,255,0.04);
    animation: fadeReview 0.35s ease;
}

.review-card.is-active {
    display: block;
}

@keyframes fadeReview {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.review-stars {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ffc107;
    font-size: 0.95rem;
}

.review-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.10);
    border: 1px solid rgba(255, 193, 7, 0.22);
    color: #ffc107;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.review-text {
    margin-bottom: 18px;
    color: rgba(255,255,255,0.84) !important;
    font-size: 1.08rem;
    line-height: 1.85;
}

.review-author {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.review-name {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}

.review-meta {
    color: rgba(255,255,255,0.58);
    font-size: 0.9rem;
    font-weight: 500;
}

/* Controls */
.reviews-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
}

.reviews-arrow {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
    color: #ffffff;
    transition: all 0.25s ease;
}

.reviews-arrow:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 193, 7, 0.24);
    color: #ffc107;
}

.reviews-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1 1 auto;
}

.reviews-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.22);
    transition: all 0.25s ease;
    cursor: pointer;
}

.reviews-dot.is-active {
    width: 26px;
    border-radius: 999px;
    background: #ffc107;
}

/* Responsive */
@media only screen and (max-width: 1199.98px) {
    .reviews-title {
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .reviews-shell {
        padding: 32px 22px;
    }

    .reviews-title {
        font-size: 2.25rem;
    }

    .reviews-floating-badge-top {
        left: 10px;
    }

    .reviews-floating-badge-bottom {
        right: 10px;
    }

    .reviews-slider {
        min-height: auto;
    }
}

@media only screen and (max-width: 767.98px) {
    .reviews-title {
        font-size: 2rem;
    }

    .reviews-controls {
        gap: 12px;
    }

    .review-card {
        padding: 24px 18px;
    }
}

@media only screen and (max-width: 575.98px) {
    .reviews-shell {
        padding: 26px 16px;
        border-radius: 24px;
    }

    .reviews-kicker {
        font-size: 0.8rem;
        padding: 9px 14px;
    }

    .reviews-title {
        font-size: 1.75rem;
        letter-spacing: -0.8px;
    }

    .review-text {
        font-size: 0.98rem;
        line-height: 1.75;
    }

    .reviews-floating-badge {
        position: static;
        margin-top: 14px;
    }

    .reviews-media {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .reviews-arrow {
        width: 46px;
        height: 46px;
    }
}

/* ===== FAQ SECTION ===== */

.faq-section {
    background:
        radial-gradient(circle at top left, rgba(255,193,7,0.08), transparent 25%),
        linear-gradient(180deg, #060d1f 0%, #040914 100%);
}

.faq-shell {
    padding: 40px 35px;
    border-radius: 30px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
}

/* kicker */
.faq-kicker {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(0,47,176,0.18);
    border: 1px solid rgba(72,123,255,0.28);
    color: #dbe7ff;
    font-size: 0.9rem;
    font-weight: 600;
}

/* item */
.faq-item {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 14px;
    transition: all 0.25s ease;
}

/* question */
.faq-question {
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    background: none;
    border: none;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 1rem;
}

.faq-question i {
    color: #ffc107;
}

/* answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
    line-height: 1.7;
    transition: all 0.3s ease;
}

/* active */
.faq-item.active {
    border-color: rgba(255,193,7,0.3);
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 20px 18px;
}

/* hover */
.faq-item:hover {
    transform: translateY(-2px);
}

/* responsive */
@media (max-width: 991px) {
    .faq-shell {
        padding: 28px 20px;
    }
}

/* ===== FOOTER ===== */

.site-footer {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, 0.08), transparent 22%),
        radial-gradient(circle at bottom right, rgba(0, 47, 176, 0.10), transparent 28%),
        linear-gradient(180deg, rgba(7, 12, 24, 0.98) 0%, rgba(4, 8, 18, 1) 100%);
    overflow: hidden;
}

.footer-top {
    padding: 0 0 24px;
}

.footer-shell {
    position: relative;
    padding: 42px 38px 28px;
    border-radius: 32px 32px 0 0;
    background: rgba(255, 255, 255, 0.028);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: none;
    box-shadow:
        0 18px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* Brand */
.footer-logo-wrap {
    margin-bottom: 16px;
}

.footer-logo {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.8px;
    text-decoration: none;
}

.footer-logo:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-brand-text {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.72) !important;
    line-height: 1.82;
    font-size: 0.98rem;
}

.footer-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-trust-list span {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.85rem;
    font-weight: 600;
}

.footer-trust-list i {
    color: #ffc107;
}

/* Titles */
.footer-title {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Links */
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
    display: inline-flex;
    align-items: center;
}

.footer-links a:hover {
    color: #ffc107;
    transform: translateX(3px);
    text-decoration: none;
}

/* Bottom info panel */
.footer-bottom-panel {
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 193, 7, 0.20);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.footer-disclaimer-icon {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 193, 7, 0.12);
    color: #ffc107;
    font-size: 1.15rem;
}

.footer-disclaimer-content h5 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 600;
}

.footer-disclaimer-content p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.74) !important;
    line-height: 1.75;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(0, 47, 176, 0.14);
    border: 1px solid rgba(72, 123, 255, 0.22);
    color: #dbe7ff;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

/* Copyright */
.footer-bottom {
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

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

.footer-copy p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
    line-height: 1.7;
}

/* Responsive */
@media only screen and (max-width: 991.98px) {
    .footer-shell {
        padding: 34px 22px 24px;
        border-radius: 28px 28px 0 0;
    }

    .footer-logo {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer-disclaimer {
        flex-direction: column;
    }

    .footer-badges {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 575.98px) {
    .footer-shell {
        padding: 28px 16px 22px;
        border-radius: 24px 24px 0 0;
    }

    .footer-logo {
        font-size: 1.55rem;
    }

    .footer-title {
        font-size: 1rem;
    }

    .footer-brand-text,
    .footer-disclaimer-content p,
    .footer-copy p {
        font-size: 0.92rem;
    }
}

/* ===== NAVBAR MOBILE FIX ===== */

#navbar {
    background: rgba(4, 10, 22, 0.96);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#navbar .container.navbar-custom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: nowrap;
}

/* Brand */
.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    margin-right: 12px;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.8px;
}

.navbar-brand:hover {
    color: #ffffff !important;
    text-decoration: none;
}

/* brand versions */
.brand-text-full,
.brand-text-short {
    min-width: 0;
    white-space: nowrap;
}

.brand-text-short {
    display: none;
}

.brand-icon {
    flex: 0 0 auto;
    font-size: 1.6rem;
    color: #ffffff;
}

/* Toggler */
.navbar-toggler {
    flex: 0 0 auto;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

/* Actions */
.navbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar-btn-primary,
.navbar-btn-secondary {
    min-width: 150px;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.96rem;
    white-space: nowrap;
}

/* Tablet */
@media (max-width: 1199.98px) {
    .navbar-brand {
        font-size: 1.8rem;
    }

    .brand-icon {
        font-size: 1.35rem;
    }
}

/* Collapse menu */
@media (max-width: 991.98px) {
    #navbar .container.navbar-custom-wrap {
        align-items: center;
    }

    .navbar-brand {
        max-width: calc(100% - 80px);
        margin-right: 0;
        font-size: 1.4rem;
    }

    .brand-icon {
        font-size: 1.1rem;
    }

    #navbarSupportedContent {
        width: 100%;
        margin-top: 16px;
        padding: 16px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .navbar-actions {
        flex-direction: column;
        align-items: stretch !important;
        width: 100%;
        gap: 12px;
    }

    .navbar-btn-primary,
    .navbar-btn-secondary {
        width: 100%;
        min-width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/* MOBILE FIX  */
@media (max-width: 575.98px) {
    .navbar-brand {
        max-width: calc(100% - 65px);
        font-size: 1rem;
        letter-spacing: -0.2px;
        gap: 6px;
    }

    .brand-text-full {
        display: none;
    }

    .brand-text-short {
        display: inline;
    }

    .brand-icon {
        display: none;
    }

    .navbar-toggler {
        padding: 8px 10px;
        border-radius: 14px;
    }

    #navbarSupportedContent {
        margin-top: 14px;
        padding: 14px;
        border-radius: 18px;
    }

    .navbar-btn-primary,
    .navbar-btn-secondary {
        padding: 11px 18px;
        font-size: 0.9rem;
    }
}