/* FAQ — yeni login-v2 shell (sol hero + sağ panel) ile uyum */

:root {
    --arkel-blue: #1479c0;
}

body:has(.arkel-faq) .login-panel {
    /* cookie banner (#base-cookie-contracts) altı örtmesin */
    padding-bottom: 140px;
}

.arkel-faq {
    width: 100%;
}

.arkel-faq-head {
    text-align: center;
    margin-bottom: 26px;
}

.arkel-faq-head .arkel-faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    margin-bottom: 14px;
    background: linear-gradient(135deg, var(--arkel-blue) 0%, #0d5c9e 100%);
    box-shadow: 0 10px 24px rgba(20, 121, 192, 0.35);
}

.arkel-faq-head .arkel-faq-icon i {
    font-size: 1.7rem;
    color: #fff;
}

.arkel-faq-head h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #14213a;
    margin-bottom: 6px;
}

.arkel-faq-head p {
    color: #6b7688;
    font-size: 0.98rem;
    margin-bottom: 0;
}

.arkel-faq-search {
    position: relative;
    max-width: 520px;
    margin: 0 auto 26px;
}

.arkel-faq-search i {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    color: var(--arkel-blue);
    font-size: 1.05rem;
}

.arkel-faq-search input {
    width: 100%;
    border: 1px solid #e2e8f2;
    background: #f7fafe;
    border-radius: 14px;
    padding: 13px 18px 13px 46px;
    font-size: 0.97rem;
    color: #1c2b45;
    transition: box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.arkel-faq-search input:focus {
    outline: none;
    background: #fff;
    border-color: var(--arkel-blue);
    box-shadow: 0 0 0 3px rgba(20, 121, 192, 0.15);
}

.arkel-faq .accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.arkel-faq .accordion-item {
    border: 1px solid #e6ecf5;
    border-radius: 16px !important;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(20, 40, 80, 0.04);
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.arkel-faq .accordion-item:hover {
    border-color: #c9dbf0;
    box-shadow: 0 8px 22px rgba(20, 121, 192, 0.1);
}

.arkel-faq .accordion-header {
    margin: 0;
}

.arkel-faq .accordion-button {
    font-size: 1.02rem;
    font-weight: 600;
    color: #1c2b45;
    background: #fff;
    padding: 18px 22px;
    border: none;
    box-shadow: none;
}

.arkel-faq .accordion-button:not(.collapsed) {
    color: var(--arkel-blue);
    background: linear-gradient(90deg, rgba(20, 121, 192, 0.06), rgba(53, 192, 224, 0.04));
    box-shadow: none;
}

.arkel-faq .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.arkel-faq .accordion-button::after {
    width: 1.15rem;
    height: 1.15rem;
    background-size: 1.15rem;
    transition: transform 0.25s ease;
}

.arkel-faq .accordion-body {
    padding: 4px 22px 20px;
    color: #55617a;
    font-size: 0.96rem;
    line-height: 1.65;
}

.arkel-faq .accordion-body p {
    margin-bottom: 0;
}

.arkel-faq-empty {
    display: none;
    text-align: center;
    color: #8a95a8;
    padding: 30px 10px;
    font-size: 0.96rem;
}

.arkel-faq-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 12px;
    padding: 13px 26px;
    border-radius: 14px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, var(--arkel-blue) 0%, #0d5c9e 100%);
    box-shadow: 0 8px 20px rgba(20, 121, 192, 0.35);
    transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
    position: relative;
    z-index: 2;
}

.arkel-faq-back:hover {
    color: #fff !important;
    filter: brightness(1.06);
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(20, 121, 192, 0.45);
}

.arkel-faq-back i {
    font-size: 1.1rem;
}

@media (max-width: 575.98px) {
    body:has(.arkel-faq) .login-panel {
        padding-bottom: 220px;
    }
}
