.support-page {
    min-height: 100vh;
}

.support-main {
    position: relative;
    padding: 86px 0 24px;
}

.support-main::before {
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: -1;
    width: min(92vw, 980px);
    height: 360px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(20, 120, 255, 0.12), transparent 68%);
    pointer-events: none;
}

.support-workspace {
    position: relative;
}

.support-heading {
    display: flex;
    gap: 48px;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 44px;
}

.support-heading-copy {
    max-width: 850px;
}

.support-heading h1 {
    margin: 16px 0 0;
    color: #f7f9fd;
    font-size: clamp(3.25rem, 6.2vw, 5.3rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.065em;
}

.support-heading h1 span {
    background: linear-gradient(120deg, #f7f9fd 8%, #2f91ff 54%, #1bc8f2 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.support-heading p {
    max-width: 630px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.6vw, 1.12rem);
}

.support-heading-mark {
    display: flex;
    min-width: 238px;
    gap: 13px;
    align-items: center;
    padding: 15px 17px;
    border: 1px solid rgba(105, 174, 255, 0.22);
    border-radius: 16px;
    background:
        radial-gradient(circle at 18% 0%, rgba(20, 120, 255, 0.15), transparent 48%),
        rgba(7, 18, 33, 0.78);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.support-heading-mark > span {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border: 1px solid rgba(68, 162, 255, 0.3);
    border-radius: 12px;
    background: rgba(20, 120, 255, 0.09);
    color: #4aa8ff;
}

.support-heading-mark svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.support-heading-mark div {
    display: grid;
    gap: 2px;
}

.support-heading-mark strong {
    color: var(--text);
    font-size: 0.9rem;
}

.support-heading-mark small {
    color: var(--muted);
    font-size: 0.76rem;
}

.support-note {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 58px;
    padding: 13px 16px;
    border: 1px solid rgba(49, 205, 162, 0.24);
    border-radius: 14px;
    background: rgba(12, 56, 55, 0.26);
    color: #acd1ca;
    font-size: 0.84rem;
}

.support-note-icon {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    border: 1px solid rgba(49, 205, 162, 0.32);
    border-radius: 9px;
    color: #45d9af;
}

.support-note-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.support-section {
    margin-top: 52px;
}

.support-section + .support-section {
    margin-top: 48px;
    padding-top: 0;
    border-top: 0;
}

.support-section-heading {
    display: flex;
    gap: 24px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 18px;
}

.support-section-heading h2 {
    margin: 7px 0 0;
    color: #f5f8fc;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 870;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.support-section-heading p {
    max-width: 440px;
    margin: 0;
    color: #7f97b1;
    font-size: 0.84rem;
    text-align: right;
}

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

.support-channel {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    min-height: 136px;
    padding: 21px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 19px;
    background:
        radial-gradient(circle at 100% 0%, rgba(20, 120, 255, 0.11), transparent 48%),
        linear-gradient(155deg, rgba(9, 23, 42, 0.91), rgba(4, 13, 26, 0.88));
    box-shadow: 0 22px 62px rgba(0, 0, 0, 0.2);
    color: #eaf2fc;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.support-channel:hover {
    transform: translateY(-2px);
    border-color: rgba(60, 159, 255, 0.56);
    background: rgba(7, 30, 53, 0.9);
}

.support-channel-primary {
    border-color: rgba(85, 174, 255, 0.74);
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.16), transparent 45%),
        linear-gradient(135deg, #177be7, #299aff);
    box-shadow: 0 16px 38px rgba(20, 120, 255, 0.22);
}

.support-channel-primary:hover {
    border-color: rgba(181, 222, 255, 0.9);
    background: linear-gradient(135deg, #1d83ee, #33a1ff);
}

.support-channel-icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(88, 174, 255, 0.45);
    border-radius: 15px;
    background: rgba(22, 93, 154, 0.22);
    color: #52afff;
}

.support-channel-primary .support-channel-icon {
    border-color: rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.11);
    color: #fff;
}

.support-channel-icon-whatsapp {
    border-color: rgba(62, 218, 159, 0.36);
    background: rgba(18, 107, 78, 0.18);
    color: #42dba3;
}

.support-channel-icon-discord {
    border-color: rgba(128, 137, 255, 0.42);
    background: rgba(71, 72, 163, 0.2);
    color: #8992ff;
}

.support-channel-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.support-channel-icon-discord svg {
    fill: currentColor;
    stroke: none;
}

.support-channel-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.support-channel-kicker {
    color: #5facf4;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.support-channel-primary .support-channel-kicker {
    color: rgba(255, 255, 255, 0.74);
}

.support-channel-copy strong {
    margin-top: 2px;
    color: #f7f9fc;
    font-size: 1.06rem;
}

.support-channel-copy small {
    margin-top: 2px;
    overflow: hidden;
    color: #7f98b2;
    font-size: 0.76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.support-channel-primary .support-channel-copy small {
    color: rgba(255, 255, 255, 0.76);
}

.support-channel-arrow {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(83, 160, 237, 0.22);
    border-radius: 10px;
    color: #58adff;
    font-size: 1.05rem;
}

.support-channel-primary .support-channel-arrow {
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.support-footer {
    margin-top: 72px;
}

@media (max-width: 980px) {
    .support-main {
        padding-top: 68px;
    }

    .support-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .support-heading-mark {
        min-width: min(100%, 280px);
    }
}

@media (max-width: 760px) {
    .support-main {
        padding-top: 52px;
    }

    .support-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
        padding-bottom: 36px;
    }

    .support-heading-mark {
        min-width: min(100%, 280px);
    }

    .support-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .support-section-heading p {
        text-align: left;
    }

    .support-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 500px) {
    .support-main {
        padding-top: 42px;
    }

    .support-heading {
        gap: 24px;
    }

    .support-heading h1 {
        font-size: clamp(3rem, 15vw, 4.5rem);
        letter-spacing: -0.055em;
    }

    .support-channel {
        grid-template-columns: 46px minmax(0, 1fr) auto;
        gap: 12px;
        min-height: 106px;
        padding: 14px;
    }

    .support-channel-icon {
        width: 46px;
        height: 46px;
        border-radius: 13px;
    }

    .support-channel-copy small {
        max-width: 190px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .support-channel {
        transition: none;
    }
}
