/* =============================================================================
   Natural Wording feature page (/features/natural-wording).

   Section shells come from marketing.css (hero, org-hero-panel, light-section,
   how-section, cta-section), the feature grid from chrome-extension.css and the
   FAQ list from resume-score-marketing.css. This file adds only the before/after
   showcase, which mirrors the editor's Natural Wording card (resume-editor.css
   .nw-*) at marketing sizes, and the dark-section text the other feature pages
   set inline.
   ============================================================================= */

.nw-showcase {
    background: var(--dark-bg);
    padding: 0 24px 80px;
}

.nw-showcase-inner {
    max-width: 980px;
    margin: 0 auto;
}

.nw-demo {
    background: #f8fafc;
    padding: 32px;
}

.nw-demo-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 22px 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(17, 35, 73, 0.06);
}

.nw-demo-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.nw-demo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #f1ebfb;
    color: #7d54c9;
}

.nw-demo-title {
    font-size: 16px;
    font-weight: 700;
    color: #112349;
}

.nw-demo-intro {
    margin: 0 0 14px;
    font-size: 14.5px;
    line-height: 1.55;
    color: #4c6188;
}

.nw-demo-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nw-demo-item {
    padding: 12px 14px;
    background: #faf9fd;
    border: 1px solid #ebe5f7;
    border-radius: 10px;
}

.nw-demo-section {
    margin-bottom: 6px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #7d54c9;
}

.nw-demo-line {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 10px;
    font-size: 14.5px;
    line-height: 1.55;
}

.nw-demo-line + .nw-demo-line {
    margin-top: 4px;
}

.nw-demo-label {
    padding-top: 2px;
    font-size: 12px;
    font-weight: 600;
    color: #8a93a1;
}

.nw-demo-before {
    color: #5b6472;
}

.nw-demo-after {
    color: #1b2330;
}

.nw-demo del {
    padding: 0 3px;
    border-radius: 4px;
    background: #fdecec;
    color: #b42318;
    text-decoration: line-through;
}

.nw-demo ins {
    padding: 0 3px;
    border-radius: 4px;
    background: #e3f5ea;
    color: #1d6b43;
    font-weight: 600;
    text-decoration: none;
}

.nw-demo-caption {
    margin: 16px 0 0;
    text-align: center;
    font-size: 13px;
    color: var(--text-secondary);
}

/* Dark "What stays yours" section: the eyebrow and side note other feature pages style inline. */
.nw-page .nw-eyebrow-dark {
    color: #7ab3f5;
}

.nw-page .nw-eyebrow-dark .eyebrow-line {
    background: #7ab3f5;
}

.nw-how-sub {
    max-width: 420px;
    margin: 0;
    line-height: 1.65;
    color: var(--text-secondary);
}

@media (max-width: 640px) {
    .nw-showcase {
        padding: 0 16px 56px;
    }

    .nw-demo {
        padding: 16px;
    }

    .nw-demo-card {
        padding: 16px;
    }

    .nw-demo-line {
        grid-template-columns: 1fr;
        gap: 2px;
    }
}
