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

@media (min-width: 768px) {
    .neweb-cta {
        padding: 12rem 1.5rem;
    }
}

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

.neweb-cta__heading {
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    line-height: 1.08;
    color: #0f172a;
}

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

.neweb-cta__heading-italic {
    font-style: italic;
    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;
}
