/* Line 2353 (2026-09-25) — /ai-employees, B build 'job first'. Page-only; the shell
   (layouts/content) owns the fonts, the dark ground and the .ns-content-btn-* buttons.
   Tokens mirror the shell's own values so the page never brings a second look. */
.ns-aie-hero, .ns-aie, .ns-aie-final {
    --aie-ink: #f0f0f5;
    --aie-text: #e2e8f0;
    --aie-muted: #94a3b8;
    --aie-accent: #f59e0b;
    --aie-card: rgba(22, 33, 62, .5);
    --aie-line: rgba(255, 255, 255, .08);
    --aie-live: #34d399;
    --aie-dfy: #60a5fa;
    --aie-build: #fbbf24;
}

.ns-aie *, .ns-aie-hero *, .ns-aie-final * { box-sizing: border-box; min-width: 0; }

/* Hero: h1, sub and both buttons fit the first phone viewport. */
.ns-aie-hero { padding: 1.75rem 0 2rem; text-align: left; }
.ns-aie-hero-inner { max-width: 880px; }
.ns-aie-host { display: flex; align-items: center; gap: .6rem; margin: 0 0 .9rem; color: var(--aie-muted); font-size: .9rem; }
.ns-aie-face { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 2px solid var(--aie-accent); flex: 0 0 auto; }
.ns-aie-hero h1 { font-size: clamp(1.75rem, 6vw, 3.4rem); font-weight: 900; letter-spacing: -.03em; line-height: 1.08; color: var(--aie-ink); margin: 0 0 .8rem; }
.ns-aie-sub { color: var(--aie-text); font-size: clamp(1rem, 2.4vw, 1.2rem); line-height: 1.55; margin: 0 0 1.1rem; max-width: 680px; }
.ns-aie-ctas { display: flex; flex-wrap: wrap; gap: .6rem; }
.ns-aie-btn { padding: 12px 22px; font-size: .98rem; justify-content: center; }
.ns-aie-quiet { color: var(--aie-muted); font-size: .88rem; margin: .9rem 0 0; }

/* Sections */
.ns-aie-section { padding: 2.25rem 0; border-top: 1px solid var(--aie-line); }
.ns-aie-section:first-child { border-top: 0; padding-top: 0; }
.ns-aie-section h2 { font-size: clamp(1.45rem, 4vw, 2.2rem); font-weight: 900; color: var(--aie-ink); letter-spacing: -.02em; margin: 0 0 .5rem; }
.ns-aie-lead { color: var(--aie-muted); margin: 0 0 1.25rem; max-width: 680px; }

/* Tags */
.ns-aie-tag { display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; padding: 2px 8px; border-radius: 999px; border: 1px solid currentColor; white-space: nowrap; vertical-align: 1px; }
.ns-aie-tag--live { color: var(--aie-live); }
.ns-aie-tag--done_for_you { color: var(--aie-dfy); }
.ns-aie-tag--in_build { color: var(--aie-build); }
.ns-aie-proposed { display: inline-block; margin-left: .45rem; font-size: .72rem; font-weight: 800; text-transform: uppercase; color: var(--aie-build); border: 1px dashed var(--aie-build); border-radius: 6px; padding: 1px 6px; }
.ns-aie-legend { color: var(--aie-muted); font-size: .88rem; display: flex; flex-wrap: wrap; gap: .4rem .8rem; align-items: center; margin: 1.1rem 0 0; }

/* Jobs */
.ns-aie-jobs { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 700px) { .ns-aie-jobs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .ns-aie-jobs { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.ns-aie-job { display: flex; flex-direction: column; background: var(--aie-card); border: 1px solid var(--aie-line); border-radius: 14px; padding: 1.25rem; }
.ns-aie-job.is-proposed { border-style: dashed; }
.ns-aie-job-title { font-size: 1.2rem; font-weight: 800; color: var(--aie-ink); margin: 0 0 .25rem; line-height: 1.25; }
.ns-aie-job-name { color: var(--aie-muted); font-size: .9rem; margin: 0 0 .75rem; }
.ns-aie-price { font-size: 1.6rem; font-weight: 900; color: var(--aie-accent); margin: 0; line-height: 1.2; }
.ns-aie-price-note { color: var(--aie-muted); font-size: .82rem; margin: .25rem 0 .9rem; }
.ns-aie-includes { list-style: none; padding: 0; margin: 0 0 1rem; display: grid; gap: .55rem; }
.ns-aie-includes li { color: var(--aie-text); font-size: .93rem; line-height: 1.45; }
.ns-aie-job-cta { margin-top: auto; display: block; text-align: center; padding: 11px 16px; border-radius: 999px; background: rgba(245, 158, 11, .12); border: 1px solid rgba(245, 158, 11, .45); color: var(--aie-ink); font-weight: 800; text-decoration: none; }
.ns-aie-job-cta:hover, .ns-aie-job-cta:focus-visible { background: rgba(245, 158, 11, .22); color: var(--aie-ink); }

/* A day */
.ns-aie-day { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; counter-reset: aieday; }
@media (min-width: 1000px) { .ns-aie-day { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
.ns-aie-moment { counter-increment: aieday; background: var(--aie-card); border: 1px solid var(--aie-line); border-radius: 12px; padding: 1rem; }
.ns-aie-moment::before { content: counter(aieday); display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--aie-accent); color: #0a0a0f; font-weight: 900; font-size: .85rem; margin-bottom: .5rem; }
.ns-aie-moment p { margin: 0 0 .4rem; color: var(--aie-text); font-size: .93rem; }
.ns-aie-moment-head strong { color: var(--aie-ink); display: block; margin-bottom: .25rem; }
.ns-aie-proof { color: var(--aie-accent); font-weight: 700; font-size: .9rem; }

/* Compare: a table on wide screens, one collapsible block per package on a phone. */
.ns-aie-compare-table-wrap { display: none; }
.ns-aie-compare-table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.ns-aie-compare-table th, .ns-aie-compare-table td { text-align: left; padding: .6rem .75rem; border-bottom: 1px solid var(--aie-line); vertical-align: top; color: var(--aie-text); }
.ns-aie-compare-table thead th { color: var(--aie-muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .04em; }
.ns-aie-compare-table tbody th { color: var(--aie-ink); font-weight: 800; width: 24%; }
.ns-aie-compare-price { color: var(--aie-accent); font-weight: 800; font-size: .9rem; }
.ns-aie-compare-stack { display: grid; gap: .6rem; }
.ns-aie-compare-block { background: var(--aie-card); border: 1px solid var(--aie-line); border-radius: 12px; padding: .2rem 1rem; }
.ns-aie-compare-block summary { display: flex; justify-content: space-between; gap: .75rem; align-items: baseline; padding: .8rem 0; cursor: pointer; color: var(--aie-ink); font-weight: 800; }
.ns-aie-compare-block[open] { padding-bottom: 1rem; }
@media (min-width: 900px) {
    .ns-aie-compare-table-wrap { display: block; }
    .ns-aie-compare-stack { display: none; }
}

/* After, human, FAQ */
.ns-aie-steps { margin: 0; padding-left: 1.3rem; display: grid; gap: .6rem; color: var(--aie-text); }
.ns-aie-steps strong { color: var(--aie-ink); }
.ns-aie-human p { color: var(--aie-muted); }
.ns-aie-human-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .6rem; }
.ns-aie-human-list a { display: inline-block; padding: 10px 18px; border-radius: 999px; border: 1px solid var(--aie-line); color: var(--aie-ink); font-weight: 700; text-decoration: none; }
.ns-aie-human-list a:hover, .ns-aie-human-list a:focus-visible { border-color: rgba(245, 158, 11, .45); }
.ns-aie-faq { border-bottom: 1px solid var(--aie-line); padding: .8rem 0; }
.ns-aie-faq summary { cursor: pointer; color: var(--aie-ink); font-weight: 800; }
.ns-aie-faq p { color: var(--aie-text); margin: .6rem 0 0; }

.ns-aie-final { text-align: center; }
.ns-aie-final-inner h2 { font-size: clamp(1.5rem, 4vw, 2.4rem); font-weight: 900; color: var(--aie-ink); margin: 0 0 .6rem; }
.ns-aie-final-inner p { color: var(--aie-muted); margin: 0 0 1.2rem; }
.ns-aie-final .ns-aie-ctas { justify-content: center; }

@media (max-width: 480px) {
    .ns-aie-btn { flex: 1 1 100%; }
}
