/* Home2 — Destek yardım sayfası */

body.home2-help-page {
    background: #050608 !important;
}

body.home2-help-page .home-body-bg,
body.home2-help-page .special-container,
body.home2-help-page main {
    background: transparent !important;
}

.home2-help__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home2-help__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home2-help__cta-btn--primary {
    border: 1px solid rgba(255, 210, 64, 0.45);
    background: linear-gradient(180deg, #ffc107 0%, #ffb020 100%);
    color: #151515;
}

.home2-help__cta-btn--primary:hover {
    color: #151515;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(255, 176, 32, 0.24);
}

.home2-help__cta-btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.92);
}

.home2-help__cta-btn--ghost:hover {
    border-color: rgba(255, 176, 32, 0.35);
    background: rgba(255, 176, 32, 0.08);
    color: #ffffff;
    text-decoration: none !important;
}

/* home2-page__content a { color: #ffb020 } kuralını geçersiz kıl */
.home2-page__content .home2-help__cta-btn--primary,
.home2-page__content .home2-help__cta-btn--primary:hover,
.home2-page__content .home2-help__cta-btn--primary:focus {
    color: #151515;
}

.home2-page__content .home2-help__cta-btn--ghost,
.home2-page__content .home2-help__cta-btn--ghost:hover,
.home2-page__content .home2-help__cta-btn--ghost:focus {
    color: rgba(255, 255, 255, 0.92);
}

.home2-page__content .home2-help__cta-btn--ghost:hover,
.home2-page__content .home2-help__cta-btn--ghost:focus {
    color: #ffffff;
}

.home2-help__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.home2-help__tab {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home2-help__tab:hover {
    border-color: rgba(255, 176, 32, 0.28);
    color: #ffffff;
}

.home2-help__tab.is-active {
    border-color: rgba(255, 176, 32, 0.45);
    background: rgba(255, 176, 32, 0.12);
    color: #ffb020;
}

.home2-help__panel {
    display: none;
}

.home2-help__panel.is-active {
    display: block;
}

.home2-help__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home2-help__item {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
}

.home2-help__item[open] {
    border-color: rgba(255, 176, 32, 0.22);
    background: rgba(255, 176, 32, 0.04);
}

.home2-help__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    cursor: pointer;
    list-style: none;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    color: #ffffff;
}

.home2-help__question::-webkit-details-marker {
    display: none;
}

.home2-help__question::after {
    content: '';
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffb020;
    border-bottom: 2px solid #ffb020;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-top: -4px;
}

.home2-help__item[open] .home2-help__question::after {
    transform: rotate(-135deg);
    margin-top: 4px;
}

.home2-help__answer {
    padding: 0 18px 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.75;
}

.home2-help__answer a {
    color: #ffb020;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.home2-help__answer a:hover {
    color: #ffd54a;
}

.home2-help__answer b,
.home2-help__answer strong {
    color: #ffffff;
}

@media (max-width: 767px) {
    .home2-help__tabs {
        flex-direction: column;
    }

    .home2-help__tab {
        width: 100%;
        justify-content: center;
    }

    .home2-help__question {
        font-size: 14px;
    }
}
