.nex-ai-related,
.nex-ai-faq,
.nex-ai-cta {
    margin: 3rem 0;
}

.nex-ai-article-illustration {
    margin: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(2rem, 5vw, 3.5rem);
}

.nex-ai-article-illustration-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 16px 38px rgba(54, 40, 25, .08);
}

.nex-ai-related {
    padding: 1.5rem 1.75rem;
    border-left: 4px solid #9b1b1b;
    background: #faf8f4;
}

.nex-ai-related h2 {
    margin-top: 0;
}

.nex-ai-related li + li {
    margin-top: .65rem;
}

.nex-ai-faq-item {
    border-top: 1px solid #ded8ce;
    padding: 1rem 0;
}

.nex-ai-faq-item:last-child {
    border-bottom: 1px solid #ded8ce;
}

.nex-ai-faq-item summary {
    cursor: pointer;
    font-weight: 700;
}

.nex-ai-faq-item p {
    margin: .85rem 0 0;
}

.nex-ai-cta {
    padding: clamp(1.75rem, 5vw, 3rem);
    border: 1px solid #ded8ce;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff 0%, #f8f3ea 100%);
    box-shadow: 0 18px 50px rgba(54, 40, 25, .08);
    text-align: center;
}

.nex-ai-cta h2 {
    margin: .35rem 0 1rem;
}

.nex-ai-cta-kicker {
    color: #795a3a;
    font-size: .9em;
    letter-spacing: .04em;
}

.nex-ai-cta-button {
    display: inline-block;
    margin-top: .75rem;
    padding: .9rem 1.5rem;
    border-radius: 999px;
    background: #8e1717;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.nex-ai-cta-button:hover,
.nex-ai-cta-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(142, 23, 23, .2);
}

@media (max-width: 600px) {
    .nex-ai-related,
    .nex-ai-cta {
        padding: 1.25rem;
    }
}
