.support-page {
    background: #f6f7f9;
    color: #182033;
}

.support-center {
    background: #f6f7f9;
}

.support-container {
    max-width: 1120px;
}

.support-hero {
    padding: 76px 0 86px;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.2), transparent 24%),
        linear-gradient(135deg, #128d55 0%, #20bb73 68%, #35ca87 100%);
    color: #fff;
    text-align: center;
}

.support-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 13px;
    font-weight: 700;
}

.support-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 800;
    letter-spacing: -1.5px;
}

.support-hero > .support-container > p {
    max-width: 630px;
    margin: 14px auto 28px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
}

.support-search {
    position: relative;
    width: min(680px, 100%);
    margin: 0 auto;
}

.support-search > .bi-search {
    position: absolute;
    top: 50%;
    left: 20px;
    color: #667085;
    font-size: 20px;
    transform: translateY(-50%);
}

.support-search input {
    width: 100%;
    height: 62px;
    padding: 0 56px 0 54px;
    border: 0;
    border-radius: 14px;
    background: #fff;
    color: #182033;
    box-shadow: 0 16px 38px rgba(8, 67, 40, 0.2);
    font-size: 16px;
    outline: none;
}

.support-search input:focus {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3), 0 16px 38px rgba(8, 67, 40, 0.2);
}

.support-search button {
    position: absolute;
    top: 50%;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f1f4f6;
    color: #344054;
    transform: translateY(-50%);
}

.support-content {
    padding: 56px 0 72px;
}

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

.support-category {
    overflow: hidden;
    border: 1px solid #e3e7ec;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.support-category__head {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 24px;
    border-bottom: 1px solid #edf0f3;
}

.support-category__icon {
    display: inline-flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #e9f8f1;
    color: #159c5e;
    font-size: 22px;
}

.support-category__head h2 {
    margin: 0 0 4px;
    color: #182033;
    font-size: 20px;
    font-weight: 750;
}

.support-category__head p {
    margin: 0;
    color: #697386;
    font-size: 14px;
}

.support-question {
    border-bottom: 1px solid #edf0f3;
}

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

.support-question summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 24px;
    color: #253047;
    font-size: 15px;
    font-weight: 650;
    cursor: pointer;
    list-style: none;
}

.support-question summary::-webkit-details-marker {
    display: none;
}

.support-question summary:hover {
    color: #159c5e;
    background: #fbfcfc;
}

.support-question summary i {
    flex: 0 0 auto;
    color: #8992a3;
    transition: transform 0.2s ease;
}

.support-question[open] summary {
    color: #128d55;
}

.support-question[open] summary i {
    transform: rotate(180deg);
}

.support-answer {
    padding: 0 24px 20px;
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
}

.support-empty {
    padding: 60px 20px;
    text-align: center;
}

.support-empty > i {
    display: block;
    margin-bottom: 12px;
    color: #9aa3b2;
    font-size: 36px;
}

.support-empty h2 {
    margin-bottom: 8px;
    color: #182033;
    font-size: 22px;
}

.support-empty p {
    margin: 0;
    color: #697386;
}

.support-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 32px;
    padding: 30px 34px;
    border-radius: 16px;
    background: #182033;
    color: #fff;
}

.support-contact span {
    color: #68d5a3;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.support-contact h2 {
    margin: 4px 0 6px;
    color: #fff;
    font-size: 25px;
}

.support-contact p {
    margin: 0;
    color: #b9c0cd;
}

.support-contact__button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    padding: 13px 20px;
    border-radius: 10px;
    background: #20bb73;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
}

.support-contact__button:hover {
    background: #159c5e;
}

@media (max-width: 767.98px) {
    .support-hero {
        padding: 50px 0 58px;
    }

    .support-hero h1 {
        font-size: 34px;
    }

    .support-hero > .support-container > p {
        font-size: 15px;
    }

    .support-search input {
        height: 56px;
    }

    .support-content {
        padding: 30px 0 48px;
    }

    .support-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .support-category__head,
    .support-question summary {
        padding-right: 18px;
        padding-left: 18px;
    }

    .support-answer {
        padding-right: 18px;
        padding-left: 18px;
    }

    .support-contact {
        align-items: flex-start;
        flex-direction: column;
        padding: 26px 24px;
    }
}
