.support-page {
    background: linear-gradient(180deg, #fff 0%, #fff 44%, #fafafa 100%);
    padding: 38px 0 84px;
}

.support-page .support-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr);
    gap: 54px;
    align-items: center;
    overflow: hidden;
    min-height: 430px;
    padding: 58px 62px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 84% 20%, rgba(229, 57, 53, .18), transparent 30%),
        radial-gradient(circle at 12% 92%, rgba(255, 255, 255, .08), transparent 26%),
        linear-gradient(135deg, #1d1c2c 0%, #232234 64%, #321e29 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(30, 30, 47, .16);
}

.support-page .support-hero:before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    pointer-events: none;
}

.support-page .support-hero .eyebrow,
.support-page .support-panel .eyebrow {
    color: var(--red);
}

.support-hero-copy h1 {
    max-width: 540px;
    margin: 10px 0 14px;
    font-size: clamp(3rem, 4.8vw, 5rem);
    line-height: .96;
    color: #fff;
}

.support-hero-copy p {
    max-width: 550px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 1rem;
}

.support-page .support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.support-page .support-actions .button {
    min-height: 48px;
    padding-inline: 22px;
    border-radius: 12px;
}

.support-page .support-actions .button-outline {
    border-color: rgba(255, 255, 255, .35);
    color: #fff;
    background: rgba(255, 255, 255, .05);
}

.support-page .support-actions .button-outline:hover {
    border-color: rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .1);
}

.support-hero-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.support-hero-notes span {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .8);
    font-size: .74rem;
    font-weight: 800;
}

.support-hero-notes span:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 3px rgba(229, 57, 53, .16);
}

.support-hero-visual {
    position: relative;
    min-height: 320px;
}

.support-orbit {
    position: absolute;
    inset: 10px 0 10px 24px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .03)),
        radial-gradient(circle at 78% 24%, rgba(229, 57, 53, .22), transparent 28%);
}

.support-agent-card,
.support-message-card,
.support-delivery-card {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
    backdrop-filter: blur(12px);
}

.support-agent-card {
    left: 0;
    right: 28px;
    top: 50px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
}

.support-agent-card small,
.support-message-card span {
    color: rgba(255, 255, 255, .64);
}

.support-avatar {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--red), #ff6260);
    color: #fff;
    font-size: .8rem;
    font-weight: 900;
}

.support-message-card {
    right: 0;
    bottom: 62px;
    width: min(292px, 82%);
    padding: 20px;
}

.support-message-card b,
.support-message-card span {
    display: block;
}

.support-delivery-card {
    left: 38px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
}

.support-delivery-card span,
.support-icon {
    display: inline-grid;
    place-items: center;
    min-width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--pink);
    color: var(--red);
    font-size: .7rem;
    font-weight: 900;
}

.support-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 26px 0 36px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.support-benefits article {
    padding: 24px 22px;
    border-right: 1px solid var(--line);
    transition: background .18s ease, transform .18s ease;
}

.support-benefits article:hover {
    background: #fffafa;
}

.support-benefits article:last-child {
    border-right: 0;
}

.support-benefits b {
    display: block;
    margin-top: 12px;
}

.support-benefits p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: .78rem;
}

.support-page .support-grid {
    display: grid;
    grid-template-columns: 292px minmax(0, 1fr);
    gap: 30px;
    padding-block: 0;
}

.support-sidebar,
.support-content {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.support-sidebar {
    height: max-content;
    padding: 22px;
    position: sticky;
    top: 150px;
}

.support-sidebar-title {
    display: block;
    margin-bottom: 12px;
    color: var(--muted);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
}

.support-page .support-nav {
    display: grid;
    gap: 10px;
}

.support-page .support-nav a {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 62px;
    padding: 11px;
    border-radius: 13px;
    color: var(--navy);
    border: 1px solid transparent;
}

.support-page .support-nav a:hover {
    border-color: var(--line);
    background: #fbfbfc;
}

.support-page .support-nav a span {
    display: grid;
    place-items: center;
    height: 38px;
    border-radius: 11px;
    background: var(--gray);
    color: var(--muted);
    font-size: .68rem;
    font-weight: 900;
}

.support-page .support-nav a.active {
    background: var(--pink);
    border-color: rgba(229, 57, 53, .16);
    color: var(--red);
}

.support-page .support-nav a.active span {
    background: #fff;
    color: var(--red);
}

.support-cta-card {
    display: grid;
    gap: 5px;
    margin-top: 22px;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff1f1, #fff);
    border: 1px solid rgba(229, 57, 53, .12);
    color: var(--navy);
}

.support-cta-card span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #fff;
    color: var(--red);
    font-size: .66rem;
    font-weight: 900;
}

.support-cta-card small {
    color: var(--muted);
}

.support-cta-card strong {
    margin-top: 8px;
    color: var(--red);
    font-size: .82rem;
}

.support-content {
    max-width: none;
    padding: 38px;
}

.support-panel > h2 {
    margin: 8px 0 10px;
    font-size: clamp(2.1rem, 3vw, 3.1rem);
    line-height: 1;
}

.support-panel > p,
.policy-section p,
.contact-panel p {
    color: var(--muted);
}

.support-panel[hidden] {
    display: none;
}

.support-page .policy-section {
    padding: 24px;
    border-bottom: 1px solid var(--line);
    border-inline: 1px solid var(--line);
    background: #fff;
}

.support-page .policy-section:first-of-type {
    margin-top: 24px;
    border-top: 1px solid var(--line);
    border-radius: 16px 16px 0 0;
}

.support-page .policy-section:last-child {
    border-bottom: 1px solid var(--line);
    border-radius: 0 0 16px 16px;
}

.support-page .policy-section h3 {
    margin: 0 0 10px;
}

.support-page .policy-section ul {
    margin: 10px 0 14px;
    padding-left: 20px;
    color: var(--navy);
}

.support-accordion {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.support-accordion button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 13px;
    padding: 19px 20px;
    background: #fff;
    color: var(--navy);
    font: inherit;
    font-weight: 900;
    text-align: left;
}

.support-accordion button:hover {
    border-color: rgba(229, 57, 53, .22);
    background: #fffafa;
}

.support-accordion button[aria-expanded="true"] {
    border-color: rgba(229, 57, 53, .38);
    background: #fffafa;
    color: var(--red);
}

.support-accordion button span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--gray);
}

.support-accordion div {
    margin-top: -12px;
    padding: 0 20px 18px;
    border: 1px solid rgba(229, 57, 53, .18);
    border-top: 0;
    border-radius: 0 0 13px 13px;
    background: #fffafa;
}

.support-accordion p {
    margin: 0;
    color: var(--muted);
}

.contact-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 26px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: linear-gradient(135deg, #fbfbfc, #fffafa);
}

.contact-panel h3 {
    margin: 14px 0 6px;
}

@media (max-width: 900px) {
    .support-page .support-hero,
    .support-page .support-grid {
        grid-template-columns: 1fr;
    }

    .support-hero-visual {
        min-height: 260px;
    }

    .support-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .support-benefits article:nth-child(2) {
        border-right: 0;
    }

    .support-benefits article {
        border-bottom: 1px solid var(--line);
    }

    .support-benefits article:nth-child(n+3) {
        border-bottom: 0;
    }

    .support-sidebar {
        position: static;
    }
}

@media (max-width: 560px) {
    .support-page {
        padding-top: 24px;
    }

    .support-page .support-hero {
        padding: 30px 22px;
        border-radius: 20px;
    }

    .support-hero-copy h1 {
        font-size: 2.8rem;
    }

    .support-benefits {
        grid-template-columns: 1fr;
    }

    .support-benefits article,
    .support-benefits article:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .support-benefits article:last-child {
        border-bottom: 0;
    }

    .support-content {
        padding: 24px 18px;
    }

    .contact-panel {
        align-items: stretch;
        flex-direction: column;
    }
}
