.uk-loan-page-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-badge {
    font-size: 24px;
    color: #fec64f;
}

.hero-text {
    transform: translateX(-87px);
    padding-right: 10px;
    margin-right: -100px;
}

.hero-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.hero-image {
    transform: translateX(50px) !important;
}

.text-gold {
    color: #fec64f;
}

.bg-navy {
    background-color: #042048;
}

.approval-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.highlight-item {
    font-weight: 700;
    color: #042048;
    background: #f8fafc;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 1rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.decision-section {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 32px;
    margin: 40px auto;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 1100px;
}

.decision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.decision-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease;
}

.decision-card:hover {
    border-color: #042048;
    transform: translateY(-5px);
}

.decision-card i {
    font-size: 2rem;
    color: #042048;
    margin-bottom: 15px;
}

.decision-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.decision-footer {
    background: #042048;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 30px;
    font-weight: 600;
}

.lender-logos-card {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    border-radius: 12px;
    margin-top: 10px;
    border: 1px solid #e2e8f0;
}

.lender-logos-card img {
    height: 45px;
    max-width: 150px;
    object-fit: contain;
}

/* Pathway Card Optimizations */
.pathway-card {
    padding: 30px !important;
}

.pathway-card h3 {
    font-size: 1.9rem !important;
    margin-bottom: 10px !important;
}

.pathway-card p.lead-text {
    font-size: 1.5rem !important;
    margin-bottom: 20px !important;
}

.pathway-list {
    margin-bottom: 15px !important;
}

.pathway-list li {
    padding: 3px 0 !important;
    font-size: 1.25rem !important;
}

.pathway-footer {
    padding: 15px !important;
    margin-bottom: 20px !important;
}

.pathway-footer h4 {
    margin-bottom: 10px !important;
}

.pathway-footer ul li {
    font-size: 1.15rem !important;
}

.btn-pathway {
    padding: 15px !important;
    font-size: 1.3rem !important;
    margin-top: auto !important;
}

.infrastructure-badge {
    background: #fec64f33;
    color: #042048;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 40px;
    font-weight: 700;
    border: 1px solid #fec64f55;
}

/* Ghana Theme Accents */
.highlight {
    color: #fec64f;
}

.badge-blue {
    background: #042048;
    color: white;
}

.badge-teal {
    background: #0a4d4a;
    /* Dark green hint for Ghana */
    color: white;
}

@media (max-width: 991px) {
    .hero-grid {
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        transform: none !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .hero-image {
        transform: none !important;
        margin-top: 2rem !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .hero-image img {
        width: 100% !important;
        max-width: 450px !important;
        height: auto !important;
    }

    .decision-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.2rem !important;
    }

    .hero-badge {
        font-size: 1.1rem !important;
    }

    .hero-feature-card {
        font-size: 1rem !important;
        padding: 8px 15px !important;
    }

    .hero-access-notice {
        flex-direction: column;
        text-align: center;
        padding: 15px !important;
    }

    .hero-counselor-card {
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
    }

    .hero-counselor-btns {
        justify-content: center;
    }
    
    .review-card img, .sanction-card img {
        height: 250px !important;
    }
}

@media (max-width: 576px) {
    .decision-grid {
        grid-template-columns: 1fr;
    }
    
    .hero h1 {
        font-size: 1.8rem !important;
    }
}

/* Ensure horizontal scrolling works for Ghana as well */
.slider-wrapper, .sanction-wrapper {
    display: flex;
    width: max-content;
}
