
.how-it-works-title {
    opacity: 1 !important;
}

.how-it-works-item {
    opacity: 1 !important;
}

.how-it-works-item .item-inner {
    opacity: 1 !important;
}


.cta-buttons-container {
    gap: 1em; 
    flex-wrap: wrap;
}

.cta-btns .cta-btns-row > a {
    min-width: 170px; 
}

@media (max-width: 600px) {
    .cta-btns .cta-btns-row {
        flex-wrap: wrap !important;
    }
    .cta-btns .cta-btns-row > a {
        flex: 1 1 50%;
        margin-bottom: 0.5em;
        justify-content: start;
        max-width: 50%;
    }

    .cta-btns .cta-btns-row {
        flex-direction: column !important;
        gap: 0.5em !important;
    }
    .cta-btns .cta-btns-row > a {
        max-width: 100%;
        flex: 1 1 100%;
        margin-bottom: 0;
    }
}


.main-hero-image {
    max-width: 70%; 
    min-width: 0;
}

@media (max-width: 576px) {
    .main-hero-image {
        min-width: 100% !important;
        max-width: 100% !important;
    }
}


.telegram-btn,
.vk-btn,
.max-btn {
    height: 54px;
    display: flex;
    align-items: center;
}

.vk-btn {
    background-color: #4c75a3 !important;
    border-color: #4c75a3 !important;
}

.max-btn {
    background-color: #7c35e2 !important;
    border-color: #7c35e2 !important;
}

.telegram-icon {
    font-size: 2em;
    line-height: 1;
}

.vk-icon {
    font-size: 1.9em;
    line-height: 1;
}

.max-icon {
    width: 32px;
    margin-right: 8px;
}

.btn-text {
    display: flex;
    align-items: center;
}


.advantages-list {
    font-size: 120%;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.advantages-list li {
    margin-bottom: 0.5em;
    display: flex;
    align-items: flex-start;
}

.advantage-highlight {
    background: #47b0df;
    color: #fff;
    padding: 0.1em 0.3em;
    border-radius: 0.3em;
    white-space: nowrap;
    margin-left: 0;
}

.advantage-bullet {
    width: 0.47em;
    height: 0.47em;
    min-width: 0.47em;
    min-height: 0.47em;
    background: #47b0df;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.7em;
    margin-top: 0.45em;
    flex-shrink: 0;
}

.advantages-list .with-bullet {
    padding-left: 1.2em;
}

.advantages-list .advantage-section-gap {
    margin-top: 1.4em;
}


@media (max-width: 575.98px) {
    .features-section .card { 
        min-height: unset; 
    }
}


.how-it-works-number {
    display: inline-block;
    font-size: 3em;
    color: #47b0df;
    font-weight: bold;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 50%;
    background: rgba(13,110,253,0.08);
}


.logo-icon {
    width: 30px;
    border-radius: 6px;
}


.logo-text .alt {
    font-size: 0.9rem;
}


.site-subtitle {
    color: #888;
    font-weight: bold;
}

/* Стили для элементов code */
code {
    color: #495057 !important;
    font-size: 0.8em !important;
}

.main {
    color: #47b0df;
}

/* Стили для скидок */
.discount-badge {
    color: green;
    font-weight: 600;
    font-size: 0.8em;
    vertical-align: super;
}

/* Стили для скриншотов модулей */
.module-screenshot {
    border-radius: 20px;
    border-color: silver;
    border-width: 6px;
    border-style: solid;
}