.home-cta-787558c5-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px clamp(16px, 5vw, 32px);
}

.home-cta-787558c5-box {
    background: linear-gradient(135deg, #0A1F44 0%, #0D2860 100%);
    border-radius: 32px;
    padding: clamp(48px, 5vw, 64px);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.home-cta-787558c5-deco {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(212, 168, 67, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.home-cta-787558c5-content {
    position: relative;
    z-index: 1;
}

.home-cta-787558c5-subtitle {
    display: inline-block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #F0CD7A;
    margin-bottom: 16px;
}

.home-cta-787558c5-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.home-cta-787558c5-desc {
    color: rgba(255, 255, 255, 0.72);
    max-width: 520px;
    margin: 0 auto 32px;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    line-height: 1.7;
}

.home-cta-787558c5-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.home-cta-787558c5-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 32px;
    border-radius: 9999px;
    background: #D4A843;
    color: #0A1F44;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(212, 168, 67, 0.30);
    transition: all 0.3s ease;
}

.home-cta-787558c5-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(212, 168, 67, 0.40);
    color: #0A1F44;
}

.home-cta-787558c5-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 32px;
    border-radius: 9999px;
    background: transparent;
    color: #FFFFFF;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    transition: all 0.3s ease;
}

.home-cta-787558c5-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #FFFFFF;
    color: #FFFFFF;
}
