:root {
    --primary: #0d47a1;
    --secondary: #ffb300;
    --light-bg: #f4f7fb;
}

body {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    background: #ffffff;
    color: #223044;
}

/* Navbar Logo Styling */
.navbar-brand img {
    max-height: 50px;
}

@media (max-width: 576px) {
    .navbar-brand img {
        max-height: 40px;
    }
}


/* HOME BANNER */
.home-banner {
    background: #fff;
}

.home-banner-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.home-banner .btn {
    min-width: 190px;
}

.home-intro h1 {
    color: #10233f;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.18;
}

.home-intro .lead {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    color: #4b5563;
}

.home-journey h2,
.home-investment h2,
.home-final-cta h2 {
    color: #10233f;
    font-weight: 700;
}

.home-journey p,
.home-investment p,
.home-final-cta p {
    color: #4b5563;
}

.home-investment h5 {
    color: var(--primary);
    font-weight: 700;
}

.home-final-cta {
    background: var(--primary);
    color: #fff;
    padding: 60px 0;
}

.home-final-cta h2,
.home-final-cta p {
    color: #fff;
}

.home-final-cta p {
    margin: 12px auto 24px;
    max-width: 620px;
    opacity: .86;
}

.home-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #052a63;
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 29, 70, .92), rgba(3, 29, 70, .58), rgba(3, 29, 70, .16));
}

.home-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-hero .container {
    position: relative;
    z-index: 1;
}

.home-hero-content {
    max-width: 720px;
    color: #fff;
    padding: 80px 0;
}

.home-eyebrow,
.home-section-head span,
.detail-panel span,
.home-final-cta span {
    display: inline-flex;
    align-items: center;
    color: #0b5caf;
    background: #e8f3ff;
    border: 1px solid #cfe7ff;
    border-radius: 999px;
    padding: 7px 13px;
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.home-hero-content .home-eyebrow {
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .22);
}

.home-hero h1 {
    margin: 18px 0;
    max-width: 680px;
    font-size: clamp(2.2rem, 5vw, 4.6rem);
    line-height: 1.04;
    font-weight: 850;
    letter-spacing: 0;
}

.home-hero p {
    max-width: 650px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .88);
    font-size: 1.16rem;
    line-height: 1.72;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.home-notice {
    background: #fff;
    padding: 24px 0 0;
}

.notice-box {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 20px;
    border: 1px solid #d9e5f3;
    border-radius: 8px;
    background: #f8fbff;
}

.notice-box i {
    color: var(--primary);
    font-size: 1.35rem;
}

.notice-box p {
    margin: 0;
    color: #516070;
    line-height: 1.62;
}

.home-section {
    padding: 78px 0;
}

.home-muted {
    background: #f5f8fc;
}

.home-section-head {
    max-width: 780px;
    margin: 0 auto 40px;
    text-align: center;
}

.home-section-head h2,
.detail-panel h2 {
    margin: 14px 0;
    color: #10233f;
    font-size: clamp(1.85rem, 3vw, 2.65rem);
    line-height: 1.16;
    font-weight: 820;
}

.home-section-head p,
.detail-panel p {
    margin: 0;
    color: #566579;
    font-size: 1.05rem;
    line-height: 1.72;
}

.support-card,
.process-step,
.detail-panel {
    height: 100%;
    padding: 26px;
    border: 1px solid #dfe8f3;
    border-radius: 8px;
    background: #fff;
}

.support-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 8px;
    color: #fff;
    background: #0d47a1;
    font-size: 1.35rem;
}

.support-card h3,
.process-step h3 {
    margin-bottom: 10px;
    color: #10233f;
    font-size: 1.1rem;
    font-weight: 800;
}

.support-card p,
.process-step p {
    margin: 0;
    color: #5d6a7a;
    line-height: 1.62;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.process-step b {
    display: inline-flex;
    margin-bottom: 16px;
    color: #ffb300;
    font-size: 1.7rem;
    line-height: 1;
}

.detail-panel {
    padding: 34px;
}

.detail-panel-blue {
    color: #fff;
    background: #0d47a1;
    border-color: #0d47a1;
}

.detail-panel-blue h2,
.detail-panel-blue p {
    color: #fff;
}

.detail-panel-blue span {
    color: #10233f;
    background: #ffcf56;
    border-color: #ffcf56;
}

.home-benefits {
    background: #fff;
}

.benefit-list,
.eligibility-grid,
.trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.benefit-list div,
.eligibility-grid div,
.trust-strip div {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 15px 18px;
    border: 1px solid #dfe8f3;
    border-radius: 8px;
    background: #fff;
    color: #26384f;
    font-weight: 700;
    line-height: 1.4;
}

.benefit-list i {
    margin-right: 10px;
    color: #16834a;
    font-size: 1.15rem;
}

.eligibility-grid {
    grid-template-columns: repeat(2, 1fr);
}

.eligibility-grid div::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin-right: 12px;
    border-radius: 50%;
    background: #ffb300;
}

.trust-strip div {
    justify-content: center;
    text-align: center;
    color: #0d47a1;
    background: #f8fbff;
}

.home-faq {
    max-width: 860px;
    margin: 0 auto;
}

.home-faq .accordion-item {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #dfe8f3;
    border-radius: 8px;
}

.home-faq .accordion-button {
    font-weight: 800;
    color: #10233f;
}

.home-faq .accordion-button:not(.collapsed) {
    color: #0d47a1;
    background: #eaf4ff;
    box-shadow: none;
}

.home-final-cta span {
    color: #10233f;
    background: #ffcf56;
    border-color: #ffcf56;
}

.content-home-section {
    padding: 66px 0;
}

.banner-apply {
    padding: 24px 0 0;
    background: #fff;
}

.content-home-muted {
    background: #f5f8fc;
}

.content-home-head,
.content-section-title {
    max-width: 920px;
    margin: 0 auto 34px;
    text-align: center;
}

.content-home-head h1 {
    margin-bottom: 12px;
    color: #0d47a1;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 850;
    line-height: 1.14;
}

.content-home-head h2,
.content-section-title h2,
.content-home-cta h2 {
    margin-bottom: 16px;
    color: #10233f;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    font-weight: 820;
    line-height: 1.2;
}

.content-home-head p,
.content-center-text,
.content-home-cta p {
    max-width: 920px;
    margin: 0 auto 16px;
    color: #526274;
    font-size: 1.04rem;
    line-height: 1.78;
}

.content-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.content-card,
.content-faq-list > div {
    height: 100%;
    padding: 24px;
    border: 1px solid #dfe8f3;
    border-radius: 8px;
    background: #fff;
}

.content-card h3,
.content-faq-list h3 {
    margin-bottom: 10px;
    color: #0d47a1;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.35;
}

.content-card p,
.content-faq-list p {
    margin: 0;
    color: #5c6b7c;
    line-height: 1.66;
}

.content-card-tall p + p {
    margin-top: 14px;
}

.content-list-grid,
.content-step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 26px;
}

.content-list-grid div,
.content-step-grid div {
    min-height: 60px;
    padding: 16px 18px;
    border: 1px solid #dfe8f3;
    border-radius: 8px;
    background: #fff;
    color: #26384f;
    font-weight: 700;
    line-height: 1.42;
}

.content-process-list {
    max-width: 860px;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
    counter-reset: process-counter;
}

.content-process-list li {
    position: relative;
    margin-bottom: 14px;
    padding: 18px 18px 18px 64px;
    border: 1px solid #dfe8f3;
    border-radius: 8px;
    background: #fff;
    color: #425268;
    line-height: 1.56;
    counter-increment: process-counter;
}

.content-process-list li::before {
    content: counter(process-counter);
    position: absolute;
    left: 18px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0d47a1;
    color: #fff;
    text-align: center;
    font-weight: 800;
    line-height: 30px;
}

.content-step-grid div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.content-step-grid strong {
    color: #0d47a1;
}

.content-step-grid span {
    color: #526274;
    font-weight: 500;
}

.content-faq-list {
    display: grid;
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
}

.content-home-cta {
    background: #0d47a1;
    color: #fff;
}

.content-home-cta h2,
.content-home-cta p {
    color: #fff;
}

@media (max-width: 991px) {
    .home-hero {
        min-height: 560px;
    }

    .home-hero::after {
        background: linear-gradient(90deg, rgba(3, 29, 70, .9), rgba(3, 29, 70, .72));
    }

    .process-grid,
    .benefit-list,
    .trust-strip,
    .content-card-grid,
    .content-list-grid,
    .content-step-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .home-hero {
        min-height: 520px;
        align-items: flex-end;
    }

    .home-hero-image {
        object-position: center top;
    }

    .home-hero-content {
        padding: 56px 0 42px;
    }

    .home-hero h1 {
        font-size: 2rem;
        line-height: 1.14;
    }

    .home-hero p {
        font-size: 1rem;
        line-height: 1.62;
    }

    .home-hero-actions .btn {
        width: 100%;
        max-width: none;
    }

    .notice-box {
        padding: 16px;
    }

    .home-section {
        padding: 48px 0;
    }

    .home-section-head {
        margin-bottom: 26px;
        text-align: left;
    }

    .home-section-head h2,
    .detail-panel h2 {
        font-size: 1.65rem;
    }

    .support-card,
    .process-step,
    .detail-panel {
        padding: 20px;
    }

    .process-grid,
    .benefit-list,
    .eligibility-grid,
    .trust-strip,
    .content-card-grid,
    .content-list-grid,
    .content-step-grid {
        grid-template-columns: 1fr;
    }

    .benefit-list div,
    .eligibility-grid div,
    .trust-strip div {
        min-height: auto;
    }

    .home-final-cta h2 {
        font-size: 1.7rem;
        line-height: 1.25;
    }

    .content-home-section {
        padding: 42px 0;
    }

    .content-home-head,
    .content-section-title {
        margin-bottom: 24px;
        text-align: left;
    }

    .content-home-head h1 {
        font-size: 1.85rem;
    }

    .content-home-head h2,
    .content-section-title h2,
    .content-home-cta h2 {
        font-size: 1.5rem;
    }

    .content-home-head p,
    .content-center-text,
    .content-home-cta p {
        font-size: .98rem;
        line-height: 1.68;
    }

    .content-card,
    .content-faq-list > div {
        padding: 18px;
    }

    .content-process-list li {
        padding-right: 14px;
    }
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {

    .home-banner-image {
        object-fit: contain;
    }

    .home-banner .container {
        padding-top: 16px !important;
        padding-bottom: 24px !important;
    }

    .btn-lg {
        width: 100%;
        max-width: 260px;
    }

    .home-intro,
    .home-card-section,
    .home-journey,
    .home-investment {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .home-intro .container,
    .home-card-section .container,
    .home-journey .container,
    .home-investment .container,
    .home-final-cta .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-intro {
        text-align: left !important;
    }

    .home-intro h1 {
        font-size: 1.8rem;
        margin-bottom: 14px !important;
    }

    .home-intro .lead {
        font-size: 1rem;
        line-height: 1.62;
    }

    .section-title {
        margin-bottom: 22px !important;
    }

    .section-title h2,
    .home-journey h2,
    .home-investment h2,
    .home-final-cta h2 {
        font-size: 1.55rem;
        line-height: 1.25;
    }

    .home-card-section .row {
        --bs-gutter-y: .85rem;
    }

    .home-journey p {
        font-size: 1rem !important;
        line-height: 1.62;
    }

    .home-investment h5 {
        font-size: 1.05rem;
        margin-top: 20px;
    }

    .home-investment p {
        font-size: .98rem;
        line-height: 1.65;
    }

    .home-final-cta {
        padding: 42px 0;
    }
}



/* ===== SECTION ===== */
section {
    position: relative;
}

.section-title h2 {
    font-weight: 700;
    color: var(--primary);
}

/* ===== CARDS ===== */
.info-card {
    border-radius: 8px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: all .35s ease;
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,.15);
}

/* ICON */
.info-card i {
    font-size: 34px;
    color: var(--primary);
    margin-bottom: 12px;
}

.info-card h6 {
    margin: 0;
    color: #1f2937;
    font-weight: 700;
    line-height: 1.45;
}

@media (max-width: 768px) {
    .info-card {
        padding: 18px 16px;
        text-align: left !important;
        box-shadow: 0 8px 22px rgba(0,0,0,.07);
    }

    .info-card:hover {
        transform: none;
    }

    .info-card h6 {
        font-size: .98rem;
    }
}

/* ===== INVESTMENT SECTION ===== */
.bg-soft {
    background: var(--light-bg);
}

/* ===== MODERN APPLY FORM ===== */
.modern-form-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.modern-form-box .form-label {
    font-weight: 600;
    color: #333;
}

.modern-form-box .form-control,
.modern-form-box .form-select {
    border-radius: 12px;
    border: 1px solid #d0d7de;
}

.modern-form-box .form-control:focus,
.modern-form-box .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13,110,253,.15);
}

@media (max-width: 576px) {
    .modern-form-box {
        padding: 25px 20px;
    }
}


/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 30px;
    }
}


/* ===== MOBILE MENU PREMIUM ===== */
.mobile-menu {
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,0.95);
}

.mobile-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border-radius: 12px;
    text-decoration: none;
    transition: all .3s ease;
}

.mobile-link i {
    font-size: 18px;
    color: var(--primary);
}

.mobile-link:hover {
    background: #f1f5ff;
    color: var(--primary);
    transform: translateX(5px);
}



/* ===== FOOTER ===== */
.footer-text {
    color: #e0e0e0;
    line-height: 1.6;
}

.footer-links a {
    color: #d1d5db;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 6px;
}

.footer-divider {
    border-top: 1px solid rgba(255,255,255,0.15);
    color: #cfd8dc;
}

/* ===== Check Status Page ===== */

.status-hero {
    min-height: 80vh;
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.status-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.status-card h4 {
    font-weight: 700;
    color: #0d6efd;
}

.status-card .form-control {
    border-radius: 10px;
}

.status-card button {
    border-radius: 10px;
    font-weight: 600;
}

@media (max-width: 576px) {
    .status-card {
        padding: 25px 20px;
    }
}


.invalid-feedback {
    display: block;
    font-size: 0.85rem;
}
