body.index .escrow-promo {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
    border: 1px solid #e9ddff;
    border-radius: 16px;
    background: linear-gradient(110deg, #fff 65%, #faf7ff);
    color: #222;
}
body.index .escrow-promo__badge {
    position: absolute;
    top: -13px;
    left: 24px;
    padding: 5px 10px;
    border-radius: 20px;
    background: #7c3aed;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
body.index .escrow-promo__intro,
body.index .escrow-promo__feature {
    min-width: 0;
    padding: 26px 24px;
}
body.index .escrow-promo__title {
    margin: 0 0 8px;
    padding: 0;
    color: #222;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}
body.index .escrow-promo__title span { color: #7c3aed; }
body.index .escrow-promo__badge::before { content: '• '; }
body.index .escrow-promo__intro p {
    margin: 0 0 10px;
    color: #777;
    font-size: 14px;
    line-height: 1.5;
}
body.index .escrow-promo__more {
    color: #c44734;
    font-size: 15px;
}
body.index .escrow-promo__feature {
    display: flex;
    align-items: center;
    gap: 16px;
    border-left: 1px solid #eee;
}
body.index .escrow-promo__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    height: 44px;
    border: 1px solid #dfccff;
    border-radius: 12px;
    background: #f8f4ff;
    color: #7c3aed;
}
body.index .escrow-promo__icon--delivery {
    border-color: #e5dedb;
    background: #f8f6f5;
    color: #c44734;
}
body.index .escrow-promo__label {
    margin: 0 0 8px;
    color: #777;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
}
body.index .escrow-promo__brands {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
body.index .escrow-promo__other { color: #777; font-weight: 400; }
body.index .escrow-promo__seb { color: #008c44; }
body.index .escrow-promo__lhv { color: #111; }
body.index .escrow-promo__swedbank,
body.index .escrow-promo__omniva { color: #df6500; }
body.index .escrow-promo__dpd { color: #dc0032; font-style: italic; }
body.index .escrow-promo__smartposti { color: #0055a5; }
body.index .escrow-promo__actions {
    margin: 16px 0 8px;
    text-align: center;
}
body.index .escrow-promo__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    max-width: 100%;
    padding: 10px 24px;
    border: 1px solid #c44734;
    border-radius: 10px;
    background: #fff;
    color: #c44734;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}
body.index .escrow-promo__button svg { flex-shrink: 0; }
body.index .escrow-promo__button:hover { background: #fff5f2; }
body.index .escrow-promo a:focus-visible {
    outline: 2px solid #7c3aed;
    outline-offset: 4px;
}
body.index .escrow-promo__button:focus-visible {
    outline: 2px solid #7c3aed;
    outline-offset: 4px;
}
@media (max-width: 991px) {
    body.index .escrow-promo { grid-template-columns: 1fr; }
    body.index .escrow-promo__intro,
    body.index .escrow-promo__feature { padding: 20px; }
    body.index .escrow-promo__intro { padding-top: 28px; }
    body.index .escrow-promo__feature {
        border-left: 0;
        border-top: 1px solid #eee;
    }
}
@media (max-width: 767px) {
    body.index .escrow-promo-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
