﻿.help-page {
    background: #f4f7fb;
    min-height: 100vh;
    padding-bottom: 3rem;
}

.help-hero {
    background: linear-gradient(135deg, #0b1f3a, #163d6b);
    color: #fff;
    border-radius: 1rem;
    padding: 2rem;
}

.help-badge {
    background: rgba(255,255,255,.15);
    padding: .3rem .7rem;
    border-radius: 999px;
    font-size: .8rem;
    display: inline-block;
    margin-bottom: .8rem;
}

.help-section-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0b1f3a;
}

.help-panel {
    background: #fff;
    border-radius: 1rem;
    padding: 1.2rem;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
}

/* FAQ */
.accordion-button {
    font-weight: 600;
}

.faq-question {
    font-weight: 700;
}

.faq-answer {
    color: #555;
}

/* Guides */
.guide-card {
    border-radius: 1rem;
    border: none;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
}

.guide-icon {
    width: 45px;
    height: 45px;
    background: #eaf2ff;
    border-radius: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .8rem;
}

.guide-card-title {
    font-weight: 600;
}

.guide-card-text {
    font-size: .9rem;
    color: #666;
}

/* Tabs */
.help-guide-tabs .nav-link {
    border-radius: 999px;
    background: #eef4ff;
    margin-right: .4rem;
}

    .help-guide-tabs .nav-link.active {
        background: #163d6b;
        color: #fff;
    }

/* Quick links */
.quick-links-card {
    border-radius: 1rem;
}

    .quick-links-card .card-header {
        background: #0b1f3a;
        color: white;
    }

    .quick-links-card a {
        display: block;
        padding: .5rem 0;
        text-decoration: none;
    }
