.cta-section {
    background-color: #f3f4f6; /* abu-abu terang */
    padding: 3rem 1rem;
    margin-top: 4rem;
    text-align: center;
}

.cta-section h2 {
    font-size: 2rem;
    color: #1e40af;
    margin-bottom: 1rem;
    font-weight: bold;
}

.cta-section p {
    font-size: 1.125rem;
    color: #4b5563;
    margin-bottom: 1.5rem;
}

.cta-section a {
    background-color: #1e40af;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.cta-section a:hover {
    background-color: #1e3a8a;
}
