.cta-section-f4207365 {
    background-color: var(--cta-bg, #0b1120);
    color: #fff;
    padding: 4rem 2rem;
    box-sizing: border-box;
    font-family: inherit;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.cta-section-f4207365-inner {
    max-width: 1536px;
    margin: 0 auto;
    text-align: center;
}
.cta-section-f4207365-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    letter-spacing: -0.05em;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 0;
    color: #fff;
}
.cta-section-f4207365-desc {
    max-width: 28rem;
    margin: 0 auto 2rem;
    color: #cbd5e1;
    line-height: 1.5;
}
.cta-section-f4207365-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}
@media (min-width: 640px) {
    .cta-section-f4207365-buttons {
        flex-direction: row;
    }
}
.cta-section-f4207365-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2.5rem;
    border-radius: 1rem;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}
.cta-section-f4207365-btn-primary {
    background-color: #ffffff;
    color: #0f172a;
}
.cta-section-f4207365-btn-primary:hover {
    background-color: #f1f5f9;
}
.cta-section-f4207365-btn-secondary {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
}
.cta-section-f4207365-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.05);
}