.investor-section {
    padding: 80px 0;
    text-align: center;
}

.investor-section h1 {
    font-weight: 700;
    color: #0a3d62;
    margin-bottom: 20px;
}

.investor-section p.lead {
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 50px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.info-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    background: white;
    padding: 30px 20px;
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.info-card i {
    font-size: 2.3rem;
    color: #007bff;
    margin-bottom: 15px;
}

.cta-buttons a {
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin: 10px;
    padding: 12px 25px;
    border-radius: 30px;
    transition: 0.3s;
}

.btn-outline-primary {
    border: 2px solid #007bff;
    color: #007bff;
}

.btn-outline-primary:hover {
    background: #007bff;
    color: white;
}

.btn-warning {
    background: #ff9800;
    border: none;
    color: white;
}

.btn-warning:hover {
    background: #e68900;
    color: white;
}

.tagline {
    background: #007bff;
    color: white;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    margin-top: 40px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
