/* ── CTA Widget ─────────────────────────────────────────────────────────────── */
.neweb-cta {
    padding: 9rem 1.5rem 12rem;
    overflow: hidden;
}

.neweb-cta__inner {
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
}

.neweb-cta__heading {
    font-family: var(--font-body);
    font-size: clamp(2rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.08;
    color: #0f172a;
}

[data-theme="dark"] .neweb-cta__heading {
    color: #ffffff;
}

.neweb-cta__heading-italic {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--color-brand);
}

.neweb-cta__description {
    margin-top: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #64748b;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}

[data-theme="dark"] .neweb-cta__description {
    color: #94a3b8;
}

.neweb-cta__button {
    margin-top: 2.5rem;
    padding: 20px 40px;
    box-shadow: 0 0 40px rgba(36, 127, 195, 0.15);
}

.neweb-cta__note {
    margin-top: 1.5rem;
    font-size: 13px;
    letter-spacing: 0.025em;
    color: #94a3b8;
}

[data-theme="dark"] .neweb-cta__note {
    color: #64748b;
}
