/* /destek — destek merkezi */
.destek-page-hero {
    border-bottom: 1px solid rgba(226, 232, 240, 0.95);
    background:
        radial-gradient(ellipse 50% 42% at 0% 0%, rgba(253, 105, 5, 0.07), transparent 55%),
        radial-gradient(ellipse 45% 40% at 100% 0%, rgba(253, 105, 5, 0.05), transparent 50%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 72%);
}
.destek-page-hero__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    text-align: center;
}
.destek-page-hero__crumb {
    justify-content: center;
}
.destek-page-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 0.4rem;
    border: 1px solid rgba(253, 105, 5, 0.22);
    background: rgba(253, 105, 5, 0.06);
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fd6905;
}

.destek-page-search {
    position: relative;
    margin-top: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
}
.destek-page-search .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.destek-page-search__icon {
    position: absolute;
    left: 0.95rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.1rem;
    height: 1.1rem;
    color: #94a3b8;
    pointer-events: none;
}
.destek-page-search__input {
    width: 100%;
    min-height: 2.85rem;
    padding: 0.7rem 1rem 0.7rem 2.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.55rem;
    background: #ffffff;
    color: #0f172a;
    font-size: 0.9375rem;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.destek-page-search__input::placeholder {
    color: #94a3b8;
}
.destek-page-search__input:focus {
    border-color: rgba(253, 105, 5, 0.55);
    box-shadow: 0 0 0 3px rgba(253, 105, 5, 0.12);
}

.destek-page-quick {
    margin-top: 2rem;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) {
    .destek-page-quick {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.85rem;
    }
}
.destek-page-quick__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 5.5rem;
    padding: 0.85rem 0.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.55rem;
    background: #ffffff;
    color: #0f172a;
    text-decoration: none;
    text-align: center;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.destek-page-quick__card:hover {
    border-color: rgba(253, 105, 5, 0.45);
    box-shadow: 0 8px 24px -12px rgba(253, 105, 5, 0.35);
    transform: translateY(-1px);
    color: #fd6905;
}
.destek-page-quick__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.45rem;
    background: rgba(253, 105, 5, 0.1);
    color: #fd6905;
}
.destek-page-quick__icon svg {
    width: 1.1rem;
    height: 1.1rem;
}
.destek-page-quick__label {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.25;
}

.destek-page-body {
    background: #f4f7f9;
}
.destek-page-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}
.destek-page-toolbar__title {
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #64748b;
}
.destek-page-toolbar__sub {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #64748b;
}
.destek-page-toolbar__link {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #fd6905;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(253, 105, 5, 0.35);
    transition: text-decoration-color 0.15s ease;
}
.destek-page-toolbar__link:hover {
    text-decoration-color: #fd6905;
}

.destek-page-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    margin-bottom: 1.75rem;
}
.destek-page-filters button {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.4rem 0.9rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.45rem;
    background: #ffffff;
    color: #334155;
    font-size: 0.8125rem;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.destek-page-filters button:hover {
    border-color: rgba(253, 105, 5, 0.4);
    color: #fd6905;
}
.destek-page-filters button.is-active {
    border-color: #fd6905;
    background: #fd6905;
    color: #ffffff;
}
.destek-page-result-count {
    margin: -1rem 0 1.25rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    min-height: 1.125rem;
}
.destek-page-grid--empty {
    display: none;
}

.destek-page-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 640px) {
    .destek-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .destek-page-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.15rem;
    }
}

.destek-topic-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.35rem 1.35rem 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    background: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.destek-topic-card--hidden {
    display: none !important;
}
.destek-topic-card:hover {
    border-color: rgba(253, 105, 5, 0.35);
    box-shadow: 0 12px 32px -16px rgba(15, 23, 42, 0.18);
    transform: translateY(-2px);
}
.destek-topic-card__head {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.destek-topic-card__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.5rem;
    background: rgba(253, 105, 5, 0.09);
    color: #fd6905;
}
.destek-topic-card__icon svg {
    width: 1.15rem;
    height: 1.15rem;
}
.destek-topic-card__title {
    margin: 0;
    padding-top: 0.15rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
    color: #0f172a;
}
.destek-topic-card__links {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}
.destek-topic-card__links li + li {
    margin-top: 0.55rem;
}
.destek-topic-card__links a {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.35rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #475569;
    text-decoration: none;
    transition: color 0.15s ease;
}
.destek-topic-card__links a::before {
    content: "→";
    flex-shrink: 0;
    margin-top: 0.05rem;
    color: #fd6905;
    font-weight: 700;
    opacity: 0.65;
    transition: opacity 0.15s ease, transform 0.15s ease;
}
.destek-topic-card__links a:hover {
    color: #fd6905;
}
.destek-topic-card__links a:hover::before {
    opacity: 1;
    transform: translateX(2px);
}

.destek-page-empty {
    display: none;
    padding: 2.5rem 1rem;
    border: 1px dashed #cbd5e1;
    border-radius: 0.65rem;
    background: #ffffff;
    text-align: center;
    font-size: 0.9375rem;
    color: #64748b;
}
.destek-page-empty.is-visible {
    display: block;
}
.destek-page-empty a {
    font-weight: 700;
    color: #fd6905;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.destek-page-cta {
    border-top: 1px solid rgba(226, 232, 240, 0.95);
    background: #ffffff;
}
.destek-page-cta__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
}
@media (min-width: 640px) {
    .destek-page-cta__inner {
        flex-direction: row;
        align-items: center;
    }
}
.destek-page-cta__eyebrow {
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fd6905;
}
.destek-page-cta__title {
    margin-top: 0.35rem;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
}
.destek-page-cta__text {
    margin-top: 0.5rem;
    max-width: 28rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #64748b;
}
.destek-page-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    width: 100%;
}
@media (min-width: 640px) {
    .destek-page-cta__actions {
        width: auto;
        flex-shrink: 0;
        justify-content: flex-end;
    }
}
.destek-page-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.55rem 1.15rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.destek-page-cta__btn--primary {
    border: 1px solid #fd6905;
    background: #fd6905;
    color: #ffffff;
}
.destek-page-cta__btn--primary:hover {
    background: #e55f04;
    border-color: #e55f04;
    color: #ffffff;
}
.destek-page-cta__btn--ghost {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #0f172a;
}
.destek-page-cta__btn--ghost:hover {
    border-color: rgba(253, 105, 5, 0.45);
    color: #fd6905;
}
