/* =========================================================
   ABGSEAL PROMO POPUPS
   Единая система стилей для всех акций
   ========================================================= */

.abg-promo {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 42px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    color: #1f2937;
    background: #ffffff;
    border-radius: 22px;
}

.abg-promo *,
.abg-promo *::before,
.abg-promo *::after {
    box-sizing: border-box;
}

/* Верхняя часть */

.abg-promo__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.abg-promo__intro {
    flex: 1 1 auto;
    min-width: 0;
}

.abg-promo__label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #e6fffb;
    color: #0f766e;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.abg-promo h2 {
    max-width: 650px;
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 700;
}

.abg-promo__lead {
    max-width: 700px;
    margin: 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.65;
}

/* Акцентная карточка справа */

.abg-promo__accent {
    flex: 0 0 210px;
    padding: 22px 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #ffffff;
    text-align: center;
}

.abg-promo__accent-label {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.3;
    opacity: 0.9;
}

.abg-promo__accent-value {
    display: block;
    font-size: 29px;
    line-height: 1.1;
    font-weight: 700;
}

.abg-promo__accent-note {
    display: block;
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.35;
    opacity: 0.9;
}

/* Секции */

.abg-promo__section {
    margin-top: 28px;
}

.abg-promo__section h3 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.abg-promo__section-text {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.65;
}

/* Карточки состава */

.abg-promo__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.abg-promo__item {
    position: relative;
    min-height: 105px;
    padding: 18px 18px 18px 52px;
    border: 1px solid #dbe7e8;
    border-radius: 15px;
    background: #f8fafc;
}

.abg-promo__item::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 19px;
    width: 17px;
    height: 17px;
    border: 5px solid #14b8a6;
    border-radius: 50%;
}

.abg-promo__item strong {
    display: block;
    margin-bottom: 6px;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.35;
}

.abg-promo__item span {
    display: block;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}

/* Преимущества */

.abg-promo__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.abg-promo__benefits li {
    position: relative;
    padding: 17px 15px 17px 39px;
    border-radius: 13px;
    background: #ecfdf9;
    color: #334155;
    font-size: 14px;
    line-height: 1.45;
}

.abg-promo__benefits li::before {
    content: "✓";
    position: absolute;
    top: 16px;
    left: 15px;
    color: #0f766e;
    font-size: 17px;
    font-weight: 700;
}

/* Сравнение / цены / условия */

.abg-promo__compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.abg-promo__compare-card {
    padding: 20px;
    border-radius: 15px;
    background: #f1f5f9;
}

.abg-promo__compare-card--accent {
    background: #e6fffb;
}

.abg-promo__compare-label {
    display: block;
    margin-bottom: 7px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.4;
}

.abg-promo__compare-value {
    display: block;
    color: #0f172a;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
}

.abg-promo__compare-card--accent
.abg-promo__compare-value {
    color: #0f766e;
}

/* Специальный акцентный блок */

.abg-promo__highlight {
    margin-top: 28px;
    padding: 24px;
    border: 1px solid #cceee9;
    border-radius: 17px;
    background: linear-gradient(135deg, #f0fdfa, #ecfeff);
}

.abg-promo__highlight-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #0f766e;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.abg-promo__highlight h3 {
    margin: 0 0 9px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.3;
}

.abg-promo__highlight p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}

/* Условия акции */

.abg-promo__conditions {
    margin-top: 28px;
    padding: 20px 22px;
    border: 1px solid #dbe7e8;
    border-radius: 15px;
    background: #ffffff;
}

.abg-promo__conditions p {
    margin: 0 0 8px;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
}

.abg-promo__conditions p:last-child {
    margin-bottom: 0;
}

.abg-promo__conditions strong {
    color: #0f172a;
}

/* CTA */

.abg-promo__cta {
    margin-top: 28px;
    padding: 25px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f0fdfa, #ecfeff);
    text-align: center;
}

.abg-promo__cta h3 {
    margin: 0 0 9px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.3;
}

.abg-promo__cta p {
    max-width: 620px;
    margin: 0 auto 19px;
    color: #475569;
    font-size: 15px;
    line-height: 1.55;
}

.abg-promo__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 28px;
    border-radius: 12px;
    background: #0f766e;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none !important;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.abg-promo__button:hover {
    background: #0b5f59;
    transform: translateY(-1px);
}

.abg-promo__notice {
    margin: 14px 0 0 !important;
    color: #64748b !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

/* Мобильная адаптация */

@media (max-width: 760px) {
    .abg-promo {
        padding: 32px 22px;
        border-radius: 18px;
    }

    .abg-promo__top {
        display: block;
    }

    .abg-promo h2 {
        font-size: 29px;
    }

    .abg-promo__accent {
        width: 100%;
        margin-top: 22px;
    }

    .abg-promo__grid,
    .abg-promo__compare {
        grid-template-columns: 1fr;
    }

    .abg-promo__benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .abg-promo {
        padding: 27px 17px;
    }

    .abg-promo h2 {
        font-size: 25px;
    }

    .abg-promo__lead {
        font-size: 15px;
    }

    .abg-promo__compare-value {
        font-size: 22px;
    }

    .abg-promo__button {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }
}
