@font-face {
    font-family: 'Geologica';
    src: url('../Geologica-VariableFont_CRSV,SHRP,slnt,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

:focus {
    outline: 0 !important
}

.hidden {
    display: none;
}

.rotate-180 {
    transform: rotate(180deg);
}

.rotate--90 {
    margin-left: 4px;
    transform: rotate(-90deg);
}

table {
    border-collapse: collapse;
    width: 100%
}

table tr {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff
}

table td {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    min-width: 120px
}

.c-table__wrapper {
    overflow-x: auto;
    margin: 20px 0;
    padding-bottom: 2px
}

.text-block-second-content h2,
.text-block-second-content h3,
.text-block-second-content h4 .text-block-content h2,
.text-block-content h3,
.text-block-content h4,
.text-block-second-content table,
.text-block-content table {
    margin-bottom: 15px;
}

.text-block-second-content img,
.text-block-content img {
    margin: 2rem auto
}

.text-block-second-content p,
.text-block-content p {
    margin-bottom: 10px;
}

.text-block-second-content ul,
.text-block-content ul {
    padding-left: 25px;
    list-style-type: disc;
    margin-bottom: 15px
}

.text-block-second-content ol,
.text-block-content ol {
    padding-left: 25px;
    list-style-type: decimal;
    margin-bottom: 15px
}

.text-block-second-content a:not([class]),
.text-block-content a:not([class]) {
    color: #31cb6a;
    text-decoration: none
}

.text-block-second-content a:not([class]):focus,
.text-block-second-content a:not([class]):hover,
.text-block-second-content a:not([class]):focus,
.text-block-second-content a:not([class]):hover {
    text-decoration: underline
}

@media screen and (max-width: 1200px) {
    .header {
        padding: 0px 12px;
    }

    .base-block {
        padding: 0px 48px;
    }
}

@media screen and (max-width: 1024px) {
    .base-block {
        margin-top: 32px;
        padding: 0px 32px;
    }
}

@media screen and (max-width: 668px) {
    .base-block {
        padding: 0px 8px;
        row-gap: 32px;
        margin-top: 20px;
    }

    .h2-base-title {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 33px;
    }
}

.lazyload,
.lazyloading {
    opacity: 0
}

.header-buttons-wrapper.active {
    transform: translateX(0);
}

.header-register-button:hover::after {
    z-index: 0;
    opacity: 1;
}

.header-register-button:active::after {
    background: radial-gradient(100% 100% at 50% 0%, #CC2031 0%, #FE5163 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.header-social-button:hover::after {
    z-index: 0;
    opacity: 1;
}

.header-social-button:active::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(99.97% 100% at 50% 0%, #41415E 0%, #55557D 100%), radial-gradient(100.01% 100% at 50% 0%, #484868 0%, #33334A 100%);
}

@media screen and (max-width: 1024px) {
    .header {
        position: fixed;
        left: 0;
        top: 0;
        min-height: 56px;
        padding: 0px 8px;
    }

    .header-wrapper {
        position: relative;
        height: 56px;
    }

    .header-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 24px;
    }

    .header-logo img {
        height: 24px;
        width: 158px;
    }

    .header-burger-button-wrapper {
        position: absolute;
        right: 0;
    }

    .header-burger-button {
        display: flex;
        position: relative;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 2px 4px 0px #0000003D;
        border-radius: 4px;
    }

    .header-burger-button img {
        z-index: 2;
    }

    .header-burger-button::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(100.01% 100% at 50% 0%, #333348 0%, #252535 100%);
        opacity: 0;
        transition: opacity 0.3s ease-out;
        z-index: -1;
    }

    .header-burger-button:hover::after {
        z-index: 0;
        opacity: 1;
    }

    .header-burger-button::before {
        border-radius: 4px;
    }

    .overlay {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1049;
    }

    .overlay.active {
        display: block;
    }

    .header-buttons-wrapper {
        overflow-y: auto;
        padding: 16px 16px 20px 16px;
        transition: transform 0.3s ease;
        position: fixed;
        flex-direction: column;
        row-gap: 28px;
        right: 0;
        top: 0;
        width: 320px;
        height: 100svh;
        background: #0d0f14;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        transform: translateX(100%);
        z-index: 1050;
    }

    .header-nav {
        display: flex;
        flex-direction: column;
    }

    .header-nav-item {
        padding: 12px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0px;
        text-align: left;
        color: #31CB6A;
        border-radius: 4px;
    }

    .header-nav-item:hover {
        color: white;
        background-color: #41415E;
        transition: all 0.3s ease-out;
    }

    .header-close-btn {
        display: block;
        margin: 6.5px 0px;
        align-self: end;
    }

    .header-lang {
        align-self: center;
    }

    .header-social-buttons-wrapper {
        order: 3;
        align-self: center;
    }

    .header-vertical-divider {
        display: none;
    }

    .header-horizontal-divider {
        display: block;
        margin: 0px -16px 20px -16px;
        height: 1px;
        background: linear-gradient(270deg, rgba(58, 58, 82, 0.08) 0%, #3A3A52 55.73%, rgba(58, 58, 82, 0.08) 100%);
    }

    .header-register-button-wrapper {
        margin-top: auto;
        order: 4;
    }

    .header-button.header-register-button {
        min-height: 40px;
        height: 40px;
    }

    .header-button.header-enter-button {
        height: 40px;
        min-height: 40px;
    }

    .main {
        margin-top: 56px;
    }
}

.banner-title-wrapper {
    display: flex;
    justify-content: center;
    padding: 16px 0px;
    width: 100%;
    margin-top: -60px;
    position: relative;
    backdrop-filter: blur(5px);
}

.banner-title-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0.04) 93.23%) border-box;
    -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
    mask-composite: exclude;
}

.banner-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 0em;
    background: linear-gradient(180deg, #FFF47A 0%, #F4B200 37.5%, #FFC30C 45.31%, #FFF47A 99.48%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media screen and (max-width: 668px) {
    .banner-title-wrapper {
        margin-top: -28px;
        padding: 4px 0px;
    }

    .banner-title {
        font-size: 10px;
        font-weight: 800;
        line-height: 20px;
        letter-spacing: 0em;
    }
}

.prize-fund-button:hover::after {
    z-index: 0;
    opacity: 1;
}

.prize-fund-button:active::after {
    background: radial-gradient(165.13% 100% at 50% 0%, #529900 0%, #CCFF00 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.04) 100%);
}

@media screen and (max-width: 668px) {
    .prize-fund-wrapper {
        margin-top: -36px;
    }

    .prize-fund {
        width: auto;
        display: flex;
        column-gap: 8px;
        height: 36px;
        padding: 6px 24px;
        border-radius: 16px 16px 0 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
    }

    .prize-fund::before {
        border-radius: 16px 16px 0 0;
    }

    .prize-fund-desktop-section {
        display: none;
        background: #0d0f14;
    }

    .prize-fund-mobile-section {
        display: block;
    }

    .prize-fund-mobile-second-block-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        display: flex;
        column-gap: 4px;
        padding: 4px 8px;
        margin-bottom: 16px;
        border-radius: 4px;
        background: #0d1b0e;
    }

    .prize-fund-mobile-second-block {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #0d0f14;
        box-shadow: 0px 2px 2px 0px #00000099;
        border-radius: 0px 0px 8px 8px;
        padding: 0px 8px 8px 8px;
    }

    .prize-fund-mobile-second-block-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0px;
        margin: 12px 0px;
    }

    .prize-fund-mobile-second-block-button {
        height: 40px;
        width: 100%;
    }
}

.navigation-menu .menu-item:nth-child(1):hover {
    background: radial-gradient(48.61% 48.61% at 50% 100%, rgba(8, 193, 250, 0.1) 0%, rgba(10, 194, 250, 0) 100%);
}

.navigation-menu .menu-item:nth-child(1):active::after {
    border-bottom: 2px solid #07BCF7;
}

.navigation-menu .menu-item:nth-child(2):hover {
    background: radial-gradient(48.61% 48.61% at 50% 100%, rgba(251, 121, 3, 0.1) 0%, rgba(251, 121, 3, 0) 100%);
}

.navigation-menu .menu-item:nth-child(2):active::after {
    border-bottom: 2px solid #FB7903;
}

.navigation-menu .menu-item:nth-child(3):hover {
    background: radial-gradient(48.61% 48.61% at 50% 100%, rgba(125, 250, 0, 0.1) 0%, rgba(125, 250, 0, 0) 100%);
}

.navigation-menu .menu-item:nth-child(3):active::after {
    border-bottom: 2px solid #7DFA00
}

.navigation-menu .menu-item:nth-child(4):hover {
    background: radial-gradient(48.61% 48.61% at 50% 100%, rgba(255, 161, 74, 0.1) 0%, rgba(255, 161, 74, 0) 100%);
}

.navigation-menu .menu-item:nth-child(4):active::after {
    border-bottom: 2px solid #FFDE26
}

@media screen and (max-width: 1024px) {
    .navigation-menu .menu-item {
        flex-direction: column;
        height: 100px;
    }

    .navigation-menu .menu-item img {
        margin-right: 0px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 668px) {
    .navigation {
        border-radius: 8px;
        margin: 32px 8px 0px 8px;
    }

    .navigation-menu .menu-item {
        flex-direction: column;
        height: 64px;
    }

    .navigation-menu .menu-item::before {
        border-width: 1px;
    }

    .navigation-menu .menu-item:first-child::before {
        border-radius: 8px 0px;
    }

    .navigation-menu .menu-item:last-child::before {
        border-radius: 0px 8px;
    }

    .navigation-menu .menu-item img {
        margin-right: 0px;
        margin-bottom: 4px;
        width: 24px;
        height: 24px;
    }

    .navigation-menu .menu-item .menu-item-text {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        letter-spacing: 0px;
    }
}

.flex-display {
    display: flex;
}

@media screen and (max-width: 668px) {
    .text-block {
        padding: 16px;
        margin-bottom: 12px;
    }

    .text-and-articles-block-title {
        font-size: 20px;
        line-height: 24px;
    }

    .text-block-content,
    .text-block-content-visible,
    .text-block-content-hidden {
        row-gap: 20px;
        font-size: 14px;
        font-weight: 100;
        line-height: 20px;
    }

    .text-block-button {
        margin-top: -4px;
    }
}

.articles-header-wrapper img.open {
    transform: rotate(0deg);
}

.articles-item:hover::before {
    opacity: 1;
}

.articles-item:active::before {
    background: #33334A;
    opacity: 1;
}

.articles-item:hover,
.articles-item:active {
    color: white;
}

@media screen and (max-width: 1200px) {
    .articles-item {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 668px) {
    .articles-header-wrapper {
        padding: 16px 16px 16px 16px;
    }

    .articles-item {
        padding: 12px;
    }
}

.inline-display {
    display: inline;
}

.text-block-second-button:hover {
    color: white;
}

.text-block-second-button:active {
    color: #41415c;
}

@media screen and (max-width: 668px) {
    .text-block-second-content {
        margin-bottom: 8px;
    }

    .text-block-second-button {
        font-size: 16px;
        line-height: 16px;
    }
}

.advantages-item:hover::after {
    z-index: 0;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .advantages-item {
        flex: 0 0 calc(50% - 6px);
    }
}

@media screen and (max-width: 668px) {
    .advantages-content {
        padding: 12px;
    }

    .advantages-item {
        flex: 0 0 100%;
    }
}

.faq-item-content-visible.hide,
.review-item-content-visible.hide {
    display: none;
}

.faq-item-content-hidden.open,
.review-item-content-hidden.open {
    display: block;
}

.faq-pagination-prev-button:not(:disabled):hover::after,
.faq-pagination-next-button:not(:disabled):hover::after,
.review-pagination-prev-button:not(:disabled):hover::after,
.review-pagination-next-button:not(:disabled):hover::after {
    z-index: 0;
    opacity: 1;
}

.faq-pagination-prev-button:not(:disabled):active::after,
.faq-pagination-next-:not(:disabled):active::after,
.review-pagination-prev-button:not(:disabled):active::after,
.review-pagination-next-:not(:disabled):active::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(99.97% 100% at 50% 0%, #41415E 0%, #55557D 100%), radial-gradient(100.01% 100% at 50% 0%, #484868 0%, #33334A 100%);
}

@media screen and (max-width: 668px) {
    .review {
        margin-bottom: 32px;
    }

    .faq-content,
    .review-content {
        margin-bottom: 20px;
    }

    .faq-item,
    .review-item {
        padding: 16px;
    }

    .faq-item-title,
    .review-item-title {
        margin-bottom: 8px;
        font-size: 12px;
        font-weight: 300;
        line-height: 16px;
        letter-spacing: 0px;
        color: #31CB6A;
    }

    .faq-pagination-prev-button,
    .faq-pagination-next-button,
    .review-pagination-prev-button,
    .review-pagination-next-button {
        width: 40px;
        height: 36px;
    }

    .faq-pagination-label,
    .review-pagination-label {
        width: 86px;
        font-size: 12px;
    }
}

.footer-nav-item:hover {
    color: white;
    transition: all 0.3s ease-out;
}

.footer-social-btn:hover {
    opacity: 0.8;
}

.footer-social-btn:active {
    background: black;
}

@media screen and (max-width: 1024px) {

    .footer-content-first-part,
    .footer-content-second-part {
        flex-wrap: wrap;
    }

    .footer-content-first-part {
        justify-content: center;
    }

    .footer-content-second-part .footer-second-part-item:first-child {
        max-width: 100%;
    }

    .footer-content-second-part .footer-second-part-item:nth-child(2) {
        max-width: calc(100% - 214px);
    }
}

@media screen and (max-width: 668px) {
    .footer {
        margin: 0px 20px;
    }

    .footer-content-first-part {
        justify-content: center;
        padding: 20px 0px;
    }

    .footer-content-second-part {
        justify-content: center;
        padding: 20px 0px;
    }

    .footer-content-second-part .footer-second-part-item:nth-child(1) {
        order: 2;
    }

    .footer-content-second-part .footer-second-part-item:nth-child(2) {
        max-width: 100%;
        order: 3;
    }

    .footer-content-second-part .footer-second-part-item:nth-child(3) {
        order: 1;
    }

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

    .footer-second-part-item-text {
        font-size: 10px;
    }
}

.header-lang .choose-lang-button:hover,
.footer-lang .choose-lang-button:hover {
    background: #41415E;
}

.header-lang .choose-lang-list li:first-child:nth-last-child(even) {
    grid-column: inherit;
}

.choose-lang-list.show {
    visibility: visible;
    transform: scale(1);
}

.choose-lang-list li:hover {
    background-color: #2d3047;
}

.choose-lang .lang-native-select {
    display: none;
}

@media screen and (max-width: 1024px) {
    .header-lang .choose-lang-button span {
        display: block;
    }

    .header-lang .choose-lang-list {
        display: flex;
        flex-direction: column;
        border-radius: 4px;
        top: -260px;
        right: -19px;
        transform-origin: top right;
    }
}

h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 24px;
}

.text-block-second h2 {
    margin-top: 30px;
    margin-bottom: 24px;
}



.providers-section {
    margin: 48px 0 0;
}

.providers-section-inner {
    width: 100%;
}

.providers-section-header {
    margin-bottom: 22px;
}

.providers-section-text {
    margin: 12px 0 0;
    line-height: 1.6;
}

.providers-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.providers-item {
    margin: 0;
    padding: 0;
}

.providers-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 108px;
    padding: 18px;
    border-radius: 18px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px);
}

.providers-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.25s ease;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.02) 58%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.providers-card img {
    display: block;
    max-width: 100%;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(1) brightness(0.95);
    opacity: 0.9;
    transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.providers-card:hover,
.providers-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.14);
}

.providers-card:hover::before,
.providers-card:focus-visible::before {
    opacity: 1;
}

.providers-card:hover img,
.providers-card:focus-visible img {
    filter: grayscale(0) brightness(1.06);
    opacity: 1;
    transform: scale(1.04);
}

.providers-card:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: 2px;
}

@media (max-width: 991px) {
    .providers-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .providers-section {
        margin-top: 36px;
    }

    .providers-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .providers-card {
        min-height: 92px;
        padding: 14px;
        border-radius: 14px;
    }

    .providers-card img {
        max-height: 40px;
    }
}

@media (max-width: 479px) {
    .providers-list {
        grid-template-columns: 1fr;
    }
}

.vivi-bonus-table-section {
    margin: 32px 0;
}

.vivi-bonus-table-wrap {
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(86, 53, 167, 0.34);
    background:
        radial-gradient(circle at top right, rgba(49, 203, 106, 0.10), transparent 32%),
        radial-gradient(circle at top left, rgba(87, 30, 144, 0.22), transparent 30%),
        linear-gradient(145deg, #151342 0%, #1e1c49 42%, #341b80 100%);
    box-shadow:
        0 24px 60px rgba(21, 19, 66, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vivi-bonus-table-header {
    padding: 24px 24px 10px;
}

.vivi-bonus-table-title {
    margin: 0 0 10px;
    color: #f4f7fb;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15;
}

.vivi-bonus-table-lead {
    margin: 0;
    max-width: 980px;
    color: #c5c8f1;
    font-size: 15px;
    line-height: 1.75;
}

.vivi-bonus-table-scroll {
    width: 100%;
    overflow-x: auto;
    padding: 18px 24px 24px;
}

.vivi-bonus-table {
    width: 100%;
    min-width: 980px;
    border-collapse: separate;
    border-spacing: 0;
    color: #f4f7fb;
}

.vivi-bonus-table caption {
    position: absolute;
    left: -9999px;
}

.vivi-bonus-table thead th {
    padding: 16px 14px;
    text-align: left;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #eceeff;
    background: rgba(86, 53, 167, 0.32);
    border-bottom: 1px solid rgba(86, 53, 167, 0.34);
    white-space: nowrap;
}

.vivi-bonus-table thead th:first-child {
    border-top-left-radius: 18px;
}

.vivi-bonus-table thead th:last-child {
    border-top-right-radius: 18px;
}

.vivi-bonus-table tbody tr {
    background: rgba(255, 255, 255, 0.025);
    transition: background 0.2s ease;
}

.vivi-bonus-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.04);
}

.vivi-bonus-table tbody tr:hover {
    background: rgba(87, 30, 144, 0.24);
}

.vivi-bonus-table tbody td {
    padding: 18px 14px;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 14px;
    line-height: 1.65;
    color: #e0e5ff;
}

.vivi-bonus-name {
    min-width: 180px;
}

.vivi-bonus-name strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.45;
}

.vivi-bonus-name span {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(49, 203, 106, 0.14);
    color: #9df0bc;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.vivi-bonus-promocode {
    min-width: 150px;
}

.vivi-bonus-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 14px;
    border: 1px dashed rgba(49, 203, 106, 0.52);
    background: rgba(49, 203, 106, 0.09);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.vivi-bonus-code.is-empty {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    color: #c5c8f1;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
}

.vivi-bonus-amount {
    color: #ffffff;
    font-weight: 700;
}

.vivi-bonus-note {
    display: block;
    margin-top: 6px;
    color: #aeb6ec;
    font-size: 12px;
    line-height: 1.5;
}

.vivi-bonus-actions {
    min-width: 230px;
}

.vivi-bonus-actions-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vivi-bonus-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vivi-bonus-btn:hover {
    transform: translateY(-1px);
}

.vivi-bonus-btn-copy {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.10);
}

.vivi-bonus-btn-copy:hover {
    box-shadow: 0 10px 24px rgba(21, 19, 66, 0.24);
}

.vivi-bonus-btn-claim {
    background: linear-gradient(135deg, #571e90, #5635a7 55%, #31cb6a);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(52, 27, 128, 0.34);
}

.vivi-bonus-btn-claim:hover {
    box-shadow: 0 18px 36px rgba(52, 27, 128, 0.42);
}

.vivi-bonus-btn-copy.is-copied {
    background: rgba(49, 203, 106, 0.16);
    border-color: rgba(49, 203, 106, 0.30);
    color: #b8f7d0;
}

.vivi-bonus-loyalty {
    padding: 0 24px 24px;
}

.vivi-bonus-loyalty-card {
    padding: 18px 20px;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
        linear-gradient(145deg, #1e1c49 0%, #341b80 100%);
    border: 1px solid rgba(86, 53, 167, 0.30);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vivi-bonus-loyalty-title {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
}

.vivi-bonus-loyalty-text {
    margin: 0;
    color: #c5c8f1;
    font-size: 14px;
    line-height: 1.75;
}

.vivi-bonus-loyalty-text strong {
    color: #ffffff;
}

@media (max-width: 767px) {
    .vivi-bonus-table-header {
        padding: 20px 18px 8px;
    }

    .vivi-bonus-table-scroll {
        padding: 14px 18px 18px;
    }

    .vivi-bonus-loyalty {
        padding: 0 18px 18px;
    }

    .vivi-bonus-table-title {
        font-size: 26px;
    }

    .vivi-bonus-table-lead,
    .vivi-bonus-loyalty-text {
        font-size: 14px;
    }
}

.vivi-registration-section {
    --vivi-purple: #5635a7;
    --vivi-purple-dark: #341b80;
    --vivi-violet: #571e90;
    --vivi-green: #31cb6a;
    --vivi-green-dark: #28ac5a;
    --vivi-surface: #151342;
    --vivi-surface-2: #1e1c49;
    --vivi-surface-3: #341b80;
    --vivi-text: #f4f7fb;
    --vivi-muted: #c5c8f1;
    --vivi-border: rgba(86, 53, 167, 0.30);
    --vivi-shadow: 0 24px 60px rgba(21, 19, 66, 0.36);

    margin: 32px 0;
}

.vivi-registration-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
    gap: 28px;
    align-items: start;
    padding: 28px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(49, 203, 106, 0.12), transparent 34%),
        radial-gradient(circle at top left, rgba(87, 30, 144, 0.22), transparent 30%),
        linear-gradient(145deg, #151342 0%, #1e1c49 48%, #341b80 100%);
    border: 1px solid var(--vivi-border);
    box-shadow: var(--vivi-shadow);
    overflow: hidden;
}

.vivi-registration-content {
    min-width: 0;
}

.vivi-registration-title {
    margin: 0 0 10px;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.12;
    color: var(--vivi-text);
}

.vivi-registration-lead {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--vivi-muted);
    max-width: 720px;
}

.vivi-registration-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
    counter-reset: vivi-steps;
}

.vivi-registration-step {
    position: relative;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
        var(--vivi-surface-2);
    border: 1px solid rgba(86, 53, 167, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 10px 24px rgba(21, 19, 66, 0.10);
}

.vivi-registration-step::before {
    counter-increment: vivi-steps;
    content: counter(vivi-steps, decimal-leading-zero);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #571e90, #5635a7 60%, #31cb6a);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow:
        0 12px 28px rgba(52, 27, 128, 0.32),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.vivi-registration-step-content {
    min-width: 0;
}

.vivi-registration-step-title {
    margin: 0 0 6px;
    font-size: 17px;
    line-height: 1.4;
    color: var(--vivi-text);
}

.vivi-registration-step-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: var(--vivi-muted);
}

.vivi-registration-step-text strong {
    color: #ffffff;
}

.vivi-registration-actions {
    margin-top: 22px;
}

.vivi-registration-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #571e90, #5635a7 55%, #31cb6a);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    box-shadow:
        0 16px 32px rgba(52, 27, 128, 0.36),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.vivi-registration-button:hover {
    transform: translateY(-2px);
    box-shadow:
        0 20px 38px rgba(52, 27, 128, 0.44),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.vivi-registration-button:focus-visible {
    outline: 3px solid rgba(49, 203, 106, 0.35);
    outline-offset: 3px;
}

.vivi-registration-visual {
    position: relative;
    min-width: 0;
    align-self: start;
}

.vivi-registration-visual-card {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    padding: 14px;
    border-radius: 24px;
    background:
        linear-gradient(160deg, rgba(87, 30, 144, 0.20), rgba(49, 203, 106, 0.10)),
        linear-gradient(145deg, #1e1c49 0%, #341b80 100%);
    border: 1px solid rgba(86, 53, 167, 0.30);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 14px 34px rgba(21, 19, 66, 0.18);
}

.vivi-registration-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    min-height: unset;
    max-height: 420px;
    object-fit: cover;
    object-position: center top;
    border-radius: 20px;
}

.vivi-registration-badge {
    position: absolute;
    left: 28px;
    bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: calc(100% - 56px);
    padding: 12px 16px;
    border-radius: 16px;
    background: rgba(21, 19, 66, 0.78);
    color: #fff;
    border: 1px solid rgba(49, 203, 106, 0.22);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 28px rgba(21, 19, 66, 0.28);
}

.vivi-registration-badge::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--vivi-green);
    box-shadow: 0 0 0 6px rgba(49, 203, 106, 0.16);
    flex: 0 0 auto;
}

.vivi-registration-badge-text {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}

@media (max-width: 991px) {
    .vivi-registration-wrap {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .vivi-registration-visual-card {
        max-width: 100%;
        margin-left: 0;
    }

    .vivi-registration-image {
        aspect-ratio: auto;
        min-height: 380px;
        max-height: none;
    }
}

@media (max-width: 640px) {
    .vivi-registration-image {
        min-height: 300px;
    }
}

.article-image-link {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 16px 0 20px;
}

.article-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}