﻿
.support-page {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 14%, #f8fafc 100%);
}

.section-hero {
    position: relative;
    padding: 72px 0 40px;
    background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.06), transparent 28%), linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    overflow: hidden;
}

.section {
    padding: 72px 0;
}

.support-page__hero-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 28px;
    align-items: stretch;
}

.support-page__hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.support-page__hero-title {
    margin: 0 0 16px;
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.14;
    letter-spacing: -0.03em;
    max-width: 760px;
    color: #0f172a;
}

.support-page__hero-text,
.page-text {
    max-width: 760px;
    font-size: 16px;
    line-height: 1.9;
    color: #475569;
}

.support-page__hero-chips,
.chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.support-page__hero-chips {
    margin-top: 22px;
}

.chip-row {
    margin-top: 16px;
}

.chip {
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: #ffffff;
    color: #475569;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.support-page__hero-side {
    display: grid;
    gap: 14px;
}

.support-page__hero-panel {
    padding: 28px;
    border-radius: 26px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
    color: #ffffff;
}

.support-page__hero-panel-title {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.35;
    color: #ffffff;
}

.support-page__hero-panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.8;
}

.support-page__hero-mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.support-page__hero-mini-card {
    padding: 18px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

    .support-page__hero-mini-card strong {
        display: block;
        margin-bottom: 6px;
        font-size: 13px;
        line-height: 1.3;
        color: #0f172a;
    }

    .support-page__hero-mini-card span {
        display: block;
        font-size: 14px;
        line-height: 1.65;
        color: #64748b;
    }

.page-head {
    margin-bottom: 32px;
}

.support-page__section-title {
    font-size: clamp(26px, 3vw, 32px);
    line-height: 1.22;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    color: #0f172a;
}

.page-head .page-text {
    max-width: 820px;
    font-size: 16px;
    line-height: 1.9;
    color: #64748b;
}

.grid-2,
.grid-3 {
    align-items: stretch;
    gap: 24px !important;
}

.card,
.note-box,
.empty-box,
.support-page__footer-box {
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.card,
.note-box,
.empty-box,
.support-page__footer-box {
    padding: 28px;
}

.card {
    height: 100%;
}

    .card h2,
    .card h3,
    .support-page__card-title {
        margin: 0 0 12px;
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: -0.01em;
        color: #0f172a;
        font-weight: 700;
    }

    .card p,
    .note-box p,
    .note-box,
    .empty-box {
        font-size: 15px;
        line-height: 1.85;
        color: #64748b;
    }

.note-box {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, #ffffff 100%);
}

.support-page__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.support-page__video-card {
    overflow: hidden;
}

.support-page__video-thumb {
    display: block;
    position: relative;
    margin: -28px -28px 18px -28px;
    text-decoration: none;
}

    .support-page__video-thumb img {
        display: block;
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        background: #111827;
    }

.support-page__video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}

    .support-page__video-play::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-left: 4px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 18px solid #ffffff;
    }

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.btn,
.btn.btn--secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.btn {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border: 1px solid transparent;
    color: #ffffff;
}

    .btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 12px 28px rgba(37, 99, 235, 0.18);
    }

    .btn.btn--secondary {
        background: #ffffff;
        color: #0f172a;
        border: 1px solid rgba(148, 163, 184, 0.24);
    }

        .btn.btn--secondary:hover {
            border-color: rgba(37, 99, 235, 0.24);
            color: #1d4ed8;
            box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
        }

.support-page__footer-band {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f6fb 100%);
    color: #0f172a;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    border-bottom: 1px solid rgba(148, 163, 184, 0.10);
}

    .support-page__footer-band::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.05), transparent 26%), radial-gradient(circle at bottom left, rgba(15, 23, 42, 0.03), transparent 24%);
        pointer-events: none;
    }

    .support-page__footer-band .container {
        position: relative;
        z-index: 1;
    }

    .support-page__footer-band .eyebrow {
        background: rgba(15, 23, 42, 0.05) !important;
        color: #334155 !important;
        border: 1px solid rgba(148, 163, 184, 0.16);
    }

    .support-page__footer-band .page-title {
        color: #0f172a;
    }

    .support-page__footer-band .page-text {
        color: #475569;
    }

.support-page__footer-note {
    margin: 18px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .section

{
    padding: 56px 0;
}

.section-hero {
    padding: 48px 0 28px;
}

.support-page__hero-wrap,
.grid-2,
.grid-3 {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
}

.support-page__hero-mini-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.card,
.note-box,
.empty-box,
.support-page__footer-box,
.support-page__hero-panel {
    padding: 24px;
    border-radius: 22px;
}

.support-page__video-thumb {
    margin: -24px -24px 16px -24px;
}

}

@media (max-width: 640px) {
    .section

{
    padding: 44px 0;
}

.section-hero {
    padding: 40px 0 24px;
}

.support-page__hero-title {
    font-size: 28px;
}

.support-page__section-title {
    font-size: 24px;
}

.support-page__hero-text,
.page-text,
.page-head .page-text,
.card p,
.note-box,
.empty-box {
    font-size: 15px;
    line-height: 1.8;
}

.page-head {
    margin-bottom: 24px;
}

.support-page__hero-mini-grid {
    grid-template-columns: 1fr;
}

.actions {
    flex-direction: column;
    margin-top: 22px;
}

.btn,
.btn.btn--secondary {
    width: 100%;
}

.chip,
.support-page__hero-chips .chip {
    font-size: 12px;
    padding: 9px 12px;
}

.support-page__hero-chips,
.chip-row {
    gap: 8px;
}

}
