
 .o3zSG8V6gYiZ-card {
    width: 100%;
    max-width: 90%;
    margin: 0 auto 32px;
    padding: 20px 16px;
    background: #1a1a1f;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    font-family: "Inter", sans-serif!important;
}
 .o3zSG8V6gYiZ-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.6);
}

 .o3zSG8V6gYiZ-card__header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

 .o3zSG8V6gYiZ-card__logo {
    flex: 0 1 auto;
    max-width: 140px;
}

 .o3zSG8V6gYiZ-card__logo img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(1) contrast(1.1);
    transition: filter 0.2s ease;
}

 .o3zSG8V6gYiZ-card__logo img:hover {
    filter: brightness(1.2) contrast(1.15);
}

 .o3zSG8V6gYiZ-card__pros {
    flex: 1 1 auto;
    list-style: none;
    padding: 0;
    margin: 0;
}
 .o3zSG8V6gYiZ-card__pros li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 1rem;
    color: #d0d0d0;
    line-height: 1.3;
}
 .o3zSG8V6gYiZ-card__pros li:last-child {
    margin-bottom: 0;
}
 .o3zSG8V6gYiZ-card__pros li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: #4caf50;
    font-weight: bold;
    font-size: 1.1rem;
}

 .o3zSG8V6gYiZ-card__bonus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
    text-align: center;
}
 .o3zSG8V6gYiZ-card__bonus-label {
    font-weight: 600;
    color: #ffffff;
    font-size: 0.95rem;
    margin-right: 4px;
    white-space: nowrap;
}
 .o3zSG8V6gYiZ-card__bonus-value {
    display: inline-block;
    background-color: #27272b;
    color: #6ecdfc;
    font-size: 0.95rem;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}
 .o3zSG8V6gYiZ-card__bonus-value:hover {
    background-color: #3a3a40;
}

 .o3zSG8V6gYiZ-card__button {
    display: block;
    width: calc(100% - 40px);
    max-width: 320px;
    margin: 0 auto 24px;
    padding: 14px 0;
    text-align: center;
    background-color: #7b1fa2;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.2s ease, transform 0.15s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
 .o3zSG8V6gYiZ-card__button:focus,
 .o3zSG8V6gYiZ-card__button:hover {
    background-color: #9c27b0;
    transform: translateY(-1px);
}

 .o3zSG8V6gYiZ-card__payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #333;
    margin-top: 8px;
}
 .o3zSG8V6gYiZ-card__payments img {
    max-width: 44px;
    max-height: 28px;
    object-fit: contain;
    opacity: 0.85;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
 .o3zSG8V6gYiZ-card__payments img:hover {
    opacity: 1;
    transform: scale(1.08);
}

@media (min-width: 576px) {
     .o3zSG8V6gYiZ-card {
        max-width: 800px;
    }
}

@media (max-width: 400px) {
     .o3zSG8V6gYiZ-card {
        padding: 16px 12px;
    }
     .o3zSG8V6gYiZ-card__bonus-value {
        font-size: 0.88rem;
        padding: 4px 8px;
    }
     .o3zSG8V6gYiZ-card__button {
        width: 100%;
        max-width: none;
        padding: 12px 0;
        font-size: 0.95rem;
    }

     .o3zSG8V6gYiZ-card__logo {
        max-width: 100px;
    }
}

 .content-block {
    width: 100%;
    max-width: 90%;
    margin: 0 auto 32px;
    background-color: #1a1a1f;
    border-left: 4px solid #6ecdfc;
    border-radius: 8px;
    padding: 24px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

 .content-block h2 {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.3;
    border-bottom: 2px solid #333;
    padding-bottom: 8px;
}

 .content-block h3 {
    font-size: 1.2rem;
    color: #6ecdfc;
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 1.3;
}

 .content-block p {
    font-size: 1rem;
    color: #e0e0e0;
    margin-bottom: 16px;
    line-height: 1.6;
}

 .content-block ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}
 .content-block ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 1rem;
    color: #d0d0d0;
    line-height: 1.4;
}
 .content-block ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: #6ecdfc;
    font-weight: bold;
    font-size: 1.1rem;
}

 .faq {
    width: 100%;
    max-width: 90%;
    margin: 0 auto 32px;
}

 .faq h2 {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.3;
    text-align: center;
}

 .faq details {
    background-color: #1a1a1f;
    border: 1px solid #333;
    border-radius: 6px;
    margin-bottom: 12px;
    padding: 12px 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

 .faq details summary {
    list-style: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: #6ecdfc;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}

 .faq details summary::-webkit-details-marker {
    display: none;
}

 .faq details summary::after {
    content: "\25B6";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1rem;
    color: #e0e0e0;
    transition: transform 0.2s ease;
}

 .faq details[open] summary::after {
    transform: rotate(90deg);
}

 .faq details p {
    font-size: 1rem;
    color: #e0e0e0;
    margin-top: 12px;
    line-height: 1.5;
}

 .faq details p a {
    color: #6ecdfc;
    text-decoration: underline;
}

@media (max-width: 400px) {
     .content-block {
        padding: 18px 14px;
    }
     .content-block h2 {
        font-size: 1.6rem;
    }
     .content-block h3 {
        font-size: 1.1rem;
    }
     .content-block p,
     .content-block ul li {
        font-size: 0.95rem;
    }
     .faq h2 {
        font-size: 1.6rem;
    }
     .faq details {
        padding: 10px 12px;
    }
     .faq details summary {
        font-size: 1rem;
    }
     .faq details p {
        font-size: 0.95rem;
    }
}





.content-desktop {
    display: block;
}
.page_content_wrap {
    display: none;
}

.without_bg_image{
    display: none;
}
@media (min-width: 576px) {
    .content-desktop {
        display: none;
    }

    .without_bg_image{
        display: block;

    }


    .page_content_wrap {
        display: block;
    }
}


.promo-hero-374__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
}

.container h2,
.container h3 {
    font-weight: 600;
    font-size: 1.8rem;
    color: #ffffff!important;
    margin-bottom: 16px;
    line-height: 1.3;
    text-align: center;
    border-bottom: 2px solid #333;
    padding-bottom: 8px;

}

.container p,
.container ul li {
    font-size: 1rem;
    color: #e0e0e0;
    margin-bottom: 16px;
    line-height: 1.6;
    font-family: "Inter", sans-serif!important;
}