/* =====================================================
   СТРАНИЦЫ ПОДДЕРЖКИ КАМПАНИИ
   Главная /podderzhat/ + банковские инструкции
===================================================== */


/* =====================================================
   ОБЩИЕ КНОПКИ
===================================================== */

.support-hub-page,
.bank-instruction-page {
    box-sizing: border-box;
}

.support-hub-page *,
.support-hub-page *::before,
.support-hub-page *::after,
.bank-instruction-page *,
.bank-instruction-page *::before,
.bank-instruction-page *::after {
    box-sizing: border-box;
}


/* =====================================================
   ГЛАВНАЯ СТРАНИЦА ПОДДЕРЖКИ
   /podderzhat/
===================================================== */

.support-hub-page {
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 48px 20px 72px;
    color: #202020;
}

.support-hub-page__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
    gap: 32px;
    align-items: center;
    margin-bottom: 28px;
    padding: 42px;
    border: 1px solid #e5e5e5;
    border-radius: 22px;
    background: linear-gradient(135deg, #fffafa 0%, #ffffff 65%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.support-hub-page__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #a71924;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.support-hub-page__kicker::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #a71924;
}

.support-hub-page__title {
    margin: 0 0 18px;
    color: #202020;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.support-hub-page__lead {
    max-width: 700px;
    margin: 0;
    color: #5f5f5f;
    font-size: 18px;
    line-height: 1.65;
}

.support-hub-page__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.support-hub-page__hero-side {
    display: flex;
    min-height: 220px;
    align-items: center;
    justify-content: center;
    padding: 28px;
    border-radius: 18px;
    background: #a71924;
    color: #ffffff;
    text-align: center;
}

.support-hub-page__hero-badge {
    max-width: 240px;
}

.support-hub-page__hero-icon {
    display: flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
}

.support-hub-page__hero-badge strong {
    display: block;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.35;
}

.support-hub-page__hero-badge span {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.5;
}

.support-hub-page__section {
    margin-top: 28px;
}

.support-hub-page__section-title {
    margin: 0 0 8px;
    color: #252525;
    font-size: 30px;
    line-height: 1.2;
}

.support-hub-page__section-description {
    max-width: 720px;
    margin: 0 0 20px;
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
}

.support-hub-page__methods {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.support-hub-page__card {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    background: #ffffff;
    color: #202020;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.support-hub-page__card:hover,
.support-hub-page__card:focus {
    border-color: #a71924;
    color: #202020;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(167, 25, 36, 0.14);
}

.support-hub-page__card--accent {
    border-color: #a71924;
    background: #fffafa;
}

.support-hub-page__card-icon {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #f5e8e8;
    color: #a71924;
    font-size: 22px;
}

.support-hub-page__card-title {
    display: block;
    margin-bottom: 9px;
    color: #222222;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
}

.support-hub-page__card-text {
    display: block;
    color: #666666;
    font-size: 15px;
    line-height: 1.55;
}

.support-hub-page__card-link {
    display: block;
    margin-top: auto;
    padding-top: 20px;
    color: #a71924;
    font-size: 14px;
    font-weight: 800;
}

.support-hub-page__info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.support-hub-page__info-card {
    padding: 26px;
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.support-hub-page__info-card--warning {
    border-left: 4px solid #d99a18;
    background: #fff7e6;
}

.support-hub-page__info-card h2 {
    margin: 0 0 12px;
    color: #252525;
    font-size: 23px;
    line-height: 1.3;
}

.support-hub-page__info-card p {
    margin: 8px 0 0;
    color: #555555;
    font-size: 15px;
    line-height: 1.65;
}

.support-hub-page__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.support-hub-page__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

.support-hub-page__button--primary {
    background: #a71924;
    color: #ffffff !important;
}

.support-hub-page__button--primary:hover,
.support-hub-page__button--primary:focus {
    background: #86141d;
    color: #ffffff !important;
    text-decoration: none;
}

.support-hub-page__button--secondary {
    border: 1px solid #a71924;
    background: #ffffff;
    color: #a71924 !important;
}

.support-hub-page__button--secondary:hover,
.support-hub-page__button--secondary:focus {
    background: #a71924;
    color: #ffffff !important;
    text-decoration: none;
}


/* =====================================================
   БАНКОВСКИЕ ИНСТРУКЦИИ
   /podderzhat/sberbank-app/
   /podderzhat/sberbank-online/
   /podderzhat/vtb-app/
   /podderzhat/vtb-online/
   /podderzhat/t-bank/
===================================================== */

.bank-instruction-page {
    display: block;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 48px 20px 72px;
    color: #202020;
}

.bank-instruction-hero {
    margin-bottom: 28px;
    padding: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 22px;
    background: linear-gradient(135deg, #fffafa 0%, #ffffff 65%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.bank-instruction-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #a71924;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.bank-instruction-kicker::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #a71924;
}

.bank-instruction-title {
    margin: 0 0 16px;
    color: #202020;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.bank-instruction-lead {
    max-width: 720px;
    margin: 0;
    color: #5f5f5f;
    font-size: 18px;
    line-height: 1.65;
}

.bank-instruction-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.bank-instruction-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

.bank-instruction-button--primary {
    background: #a71924;
    color: #ffffff !important;
}

.bank-instruction-button--primary:hover,
.bank-instruction-button--primary:focus {
    background: #86141d;
    color: #ffffff !important;
    text-decoration: none;
}

.bank-instruction-button--secondary {
    border: 1px solid #a71924;
    background: #ffffff;
    color: #a71924 !important;
}

.bank-instruction-button--secondary:hover,
.bank-instruction-button--secondary:focus {
    background: #a71924;
    color: #ffffff !important;
    text-decoration: none;
}

.bank-instruction-steps {
    display: grid;
    gap: 18px;
}

.bank-step {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 20px;
    padding: 26px;
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.bank-step__number {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #a71924;
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
}

.bank-step__content h2 {
    margin: 0 0 12px;
    color: #252525;
    font-size: 24px;
    line-height: 1.3;
}

.bank-step__content p,
.bank-step__content li {
    color: #555555;
    font-size: 16px;
    line-height: 1.65;
}

.bank-step__content p {
    margin: 0 0 12px;
}

.bank-step__content ul {
    margin: 10px 0 0;
    padding-left: 22px;
}

.bank-data {
    margin: 18px 0;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    overflow: hidden;
}

.bank-data__row {
    display: grid;
    grid-template-columns: minmax(190px, 0.8fr) 1.5fr auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #ededed;
    background: #ffffff;
}

.bank-data__row:last-child {
    border-bottom: 0;
}

.bank-data__label {
    color: #666666;
    font-size: 14px;
    font-weight: 800;
}

.bank-data__value {
    overflow-wrap: anywhere;
    color: #222222;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.bank-copy-btn {
    border: 1px solid #a71924;
    border-radius: 8px;
    padding: 9px 12px;
    background: #ffffff;
    color: #a71924;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.bank-copy-btn:hover,
.bank-copy-btn:focus,
.bank-copy-btn.is-copied {
    border-color: #a71924;
    background: #a71924;
    color: #ffffff;
}

.bank-purpose-box {
    margin: 18px 0 12px;
    padding: 18px;
    border: 1px solid #e2b8bc;
    border-radius: 12px;
    background: #fff7f7;
    color: #7f1119;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.5;
}

.bank-note {
    margin-top: 14px;
    padding: 18px;
    border-left: 4px solid #d99a18;
    border-radius: 12px;
    background: #fff7e6;
    color: #4f3b0b;
    font-size: 15px;
    line-height: 1.65;
}

.bank-warning {
    margin-top: 24px;
    padding: 22px 24px;
    border-left: 4px solid #d99a18;
    border-radius: 14px;
    background: #fff7e6;
    color: #4f3b0b;
}

.bank-warning strong {
    display: block;
    margin-bottom: 8px;
    color: #4f3b0b;
    font-size: 17px;
}

.bank-warning p {
    margin: 8px 0 0;
    color: #4f3b0b;
    font-size: 15px;
    line-height: 1.65;
}

.bank-bottom-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}


/* =====================================================
   АДАПТИВ
===================================================== */

@media (max-width: 850px) {
    .support-hub-page__hero {
        grid-template-columns: 1fr;
        padding: 32px;
    }

    .support-hub-page__hero-side {
        min-height: 160px;
    }

    .support-hub-page__methods {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .bank-instruction-page {
        padding: 32px 14px 52px;
    }

    .bank-instruction-hero {
        padding: 24px 20px;
    }

    .bank-step {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .bank-data__row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .bank-copy-btn {
        width: 100%;
    }

    .bank-instruction-actions,
    .bank-bottom-actions {
        flex-direction: column;
    }

    .bank-instruction-actions a,
    .bank-bottom-actions a {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .support-hub-page {
        padding: 32px 14px 52px;
    }

    .support-hub-page__hero {
        gap: 24px;
        padding: 24px 20px;
        border-radius: 18px;
    }

    .support-hub-page__title {
        font-size: 34px;
    }

    .support-hub-page__lead {
        font-size: 16px;
    }

    .support-hub-page__hero-actions,
    .support-hub-page__bottom {
        flex-direction: column;
    }

    .support-hub-page__hero-actions a,
    .support-hub-page__bottom a {
        width: 100%;
    }

    .support-hub-page__methods,
    .support-hub-page__info {
        grid-template-columns: 1fr;
    }

    .support-hub-page__card {
        min-height: 0;
    }
}
.bank-note--important {
    border-color: rgba(167, 25, 36, 0.28);
    background: #fff4f4;
    color: #5f1218;
}

.bank-note--important strong {
    color: #a71924;
}