.triva-premium-cta-2d040590 {
    background-color: #081B33;
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-family: inherit;
}

.triva-cta-content-2d040590 {
    max-width: 800px;
    width: 100%;
}

.triva-cta-heading-2d040590 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
    line-height: 1.2;
}

.triva-cta-subheading-2d040590 {
    font-size: 1.125rem;
    margin-bottom: 40px;
    color: #e2e8f0;
    line-height: 1.6;
}

.triva-cta-buttons-2d040590 {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.triva-cta-btn-2d040590 {
    display: inline-block;
    padding: 14px 32px;
    border: 2px solid #D4AF37;
    border-radius: 40px;
    color: #D4AF37;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: transparent;
}

.triva-cta-btn-2d040590:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
    color: #ffffff;
    background-color: #D4AF37;
}

@media (max-width: 768px) {
    .triva-premium-cta-2d040590 {
        padding: 60px 15px;
    }
    .triva-cta-heading-2d040590 {
        font-size: 2rem;
    }
    .triva-cta-buttons-2d040590 {
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }
    .triva-cta-btn-2d040590 {
        width: 100%;
        text-align: center;
    }
}