/* =========================
   GLOBAL PAGE UI
========================= */
.vp-wrapper {
    font-family: 'Outfit', Arial, sans-serif;
    color: #334155;
}

.vp-wrapper .row {
    margin-left: -12px;
    margin-right: -12px;
}

.vp-wrapper .row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

/* =========================
   HERO
========================= */
.vp-hero {
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 50%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: clamp(32px, 6vw, 70px);
    text-align: center;
    margin-bottom: clamp(50px, 10vw, 90px);
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.05);
}

.vp-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.10);
    color: #2563eb;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.vp-h1 {
    font-size: clamp(2.1rem, 6vw, 4rem);
    font-weight: 800;
    line-height: 1.08;
    color: #0f172a;
    margin-bottom: 18px;
}

.vp-lead {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.8;
    color: #64748b;
}

/* =========================
   STATS
========================= */
.vp-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 34px;
}

.vp-stat-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 20px 16px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.vp-stat-n {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    margin-bottom: 6px;
}

.vp-stat-t {
    display: block;
    color: #64748b;
    font-size: 0.92rem;
    font-weight: 600;
}

/* =========================
   TITLES / TEXT
========================= */
.vp-title-sub {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2563eb;
    margin-bottom: 12px;
}

.vp-title-main {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    color: #0f172a;
    margin-bottom: 18px;
}

.vp-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #64748b;
    margin-bottom: 24px;
}

/* =========================
   LIST BOX
========================= */
.vp-list-box {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.vp-list-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: rgba(37, 99, 235, 0.10);
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.vp-list-text {
    margin: 0;
    color: #0f172a;
    font-weight: 600;
    font-size: 1rem;
}

/* =========================
   MISSION BOX
========================= */
.vp-mission-blue {
    background: linear-gradient(135deg, #0b1d3d 0%, #12305f 100%);
    border-radius: 26px;
    padding: clamp(28px, 5vw, 48px);
    color: #ffffff;
    box-shadow: 0 16px 45px rgba(18, 48, 95, 0.24);
}

.vp-mission-b-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: rgba(255,255,255,0.14);
    color: #f0c26b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

/* =========================
   FEATURES
========================= */
.vp-feat-wrap {
    margin-bottom: clamp(50px, 10vw, 80px);
}

.vp-feat-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 28px 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vp-feat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.vp-feat-card h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.vp-feat-card.green .vp-feat-icon {
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
}

.vp-feat-card.orange .vp-feat-icon {
    background: rgba(249, 115, 22, 0.12);
    color: #ea580c;
}

.vp-feat-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: rgba(37, 99, 235, 0.10);
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 18px;
}

/* =========================
   CATEGORY LINKS
========================= */
.vp-cat-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none !important;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    min-height: 132px;
    padding: 22px 14px;
    margin-bottom: 16px;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
    transition: all 0.2s ease;
}

.vp-cat-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.vp-cat-link i {
    font-size: 1.5rem;
    color: #2563eb;
    line-height: 1;
}

.vp-cat-link span {
    color: #0f172a;
    font-weight: 700;
    font-size: 0.96rem;
    text-align: center;
}

/* =========================
   CTA
========================= */
.vp-cta-wrap {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.vp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none !important;
    padding: 14px 22px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 0.95rem;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff !important;
    border: 1px solid transparent;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.20);
    transition: all 0.2s ease;
}

.vp-btn:hover {
    transform: translateY(-2px);
    color: #ffffff !important;
}

.vp-btn-out {
    background: #ffffff;
    color: #0f172a !important;
    border: 1px solid #dbeafe;
    box-shadow: none;
}

.vp-btn-out:hover {
    background: #f8fafc;
    color: #0f172a !important;
}

/* =========================
   ICON FIX FOR ABOUT / CTA
========================= */
.vp-wrapper i,
.vp-list-icon i,
.vp-mission-b-icon i,
.vp-feat-icon i,
.vp-cat-link i,
.vp-btn i {
    display: inline-block !important;
    line-height: 1 !important;
}

/* =========================
   HOW IT WORKS PAGE
========================= */
.hiw-wrap {
    font-family: 'Outfit', Arial, sans-serif;
    background-color: #f8fafc;
    border-radius: 20px;
}

.hiw-wrap .hiw-title {
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.hiw-wrap .hiw-lead {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.hiw-wrap .hiw-card {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    padding: 30px 20px;
    background: #ffffff;
    height: 100%;
    text-align: center;
}

.hiw-wrap .hiw-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2rem;
    background-color: rgba(0, 86, 179, 0.08);
    color: #0056b3;
}

.hiw-wrap .hiw-icon.green {
    background-color: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.hiw-wrap .hiw-step {
    display: inline-block;
    background-color: #0056b3;
    color: #ffffff;
    font-size: 0.85rem;
    padding: 6px 12px;
    border-radius: 8px;
    margin-bottom: 10px;
    font-weight: 700;
}

.hiw-wrap .hiw-step.green {
    background-color: #10b981;
}

.hiw-wrap .hiw-card h4 {
    font-weight: 800;
    color: #0f172a;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.hiw-wrap .hiw-card p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.hiw-wrap .hiw-bottom {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.hiw-wrap .hiw-bottom p {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.hiw-wrap .bi,
.container.py-5 .bi {
    line-height: 1 !important;
    display: inline-block !important;
}

/* =========================
   FAQ / HELP PAGE
========================= */
.faq-container-main {
    font-family: 'Outfit', Arial, sans-serif;
    color: #334155;
}

.faq-container-main .list-group {
    background: #ffffff;
    border-radius: 16px;
    padding: 15px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.05);
}

.faq-container-main .list-group-item {
    border: 0 !important;
    border-radius: 12px !important;
    margin-bottom: 8px;
    font-weight: 700;
    color: #334155;
    padding: 14px 16px;
    transition: all 0.2s ease;
    background: transparent;
}

.faq-container-main .list-group-item:last-child {
    margin-bottom: 0;
}

.faq-container-main .list-group-item:hover {
    background: #f8fafc;
    color: #0f172a;
}

.faq-container-main .list-group-item.active {
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

.faq-container-main .list-group-item i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    line-height: 1 !important;
}

.faq-container-main .list-group-item.active i {
    color: #ffffff !important;
}

.faq-container-main .tab-pane h3 {
    font-weight: 800;
    color: #0f172a;
    font-size: 1.8rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e8f0;
    text-transform: uppercase;
}

.faq-container-main .card {
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    margin-bottom: 14px;
    background: #ffffff;
}

.faq-container-main .card-header {
    background: #ffffff;
    border-bottom: 1px solid #eef2f7;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    font-weight: 700;
    color: #0f172a;
    padding: 18px 20px;
    transition: background 0.2s ease;
}

.faq-container-main .card-header:hover {
    background: #f8fafc;
}

.faq-container-main .card-header i {
    color: #2563eb;
    line-height: 1 !important;
    flex: 0 0 auto;
}

.faq-container-main .collapse-body-inner {
    padding: 18px 20px !important;
    color: #475569 !important;
    line-height: 1.75 !important;
    background: #ffffff;
}

.faq-container-main .collapse-body-inner p {
    margin-bottom: 14px;
}

.faq-container-main .collapse-body-inner ul {
    margin: 0;
    padding-left: 18px;
}

.faq-container-main .collapse-body-inner li {
    margin-bottom: 12px;
}

.faq-container-main .vp-hero {
    margin-top: clamp(40px, 8vw, 60px);
    margin-bottom: 0;
}

.faq-container-main .vp-btn {
    min-width: 220px;
}

.faq-container-main .vp-btn i {
    line-height: 1 !important;
}

.faq-container-main .fa-solid,
.faq-container-main .fa-regular,
.faq-container-main .fa-brands,
.faq-container-main .fas,
.faq-container-main .far,
.faq-container-main .fab,
.faq-container-main [class^="fa-"],
.faq-container-main [class*=" fa-"] {
    line-height: 1 !important;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 991px) {
    .vp-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .faq-container-main .list-group {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .vp-hero {
        border-radius: 20px;
        padding: 28px 18px;
    }

    .vp-stats {
        grid-template-columns: 1fr;
    }

    .vp-feat-card,
    .vp-cat-link {
        border-radius: 18px;
    }

    .vp-cta-wrap {
        flex-direction: column;
    }

    .vp-btn {
        width: 100%;
    }

    .faq-container-main .tab-pane h3 {
        font-size: 1.45rem;
    }

    .faq-container-main .card-header {
        padding: 16px 16px;
        font-size: 0.95rem;
    }

    .faq-container-main .collapse-body-inner {
        padding: 16px !important;
    }
}