/* Route-scoped presentation layer for Article 19. Loaded after screen.css. */

.article19-ghost-body {
    --a19-ink: #081321;
    --a19-muted: #526577;
    --a19-line: #dce7ef;
    --a19-paper: #f7fafc;
    --a19-violet: #5b45df;
    --a19-cyan: #17b8dc;
    color: var(--a19-ink);
    font-size: clamp(1.7rem, 0.4vw + 1.55rem, 1.9rem);
    line-height: 1.68;
}

.article19-ghost-body > * + * {
    margin-top: 2rem;
}

.article19-ghost-body .article-header {
    padding-bottom: clamp(2.4rem, 4vw, 4rem);
    border-bottom: 1px solid var(--a19-line);
}

.article19-ghost-body .lead {
    margin: 0;
    color: #24364a;
    font-size: clamp(2rem, 1vw + 1.65rem, 2.4rem);
    font-weight: 560;
    letter-spacing: -0.015em;
    line-height: 1.5;
}

.article19-ghost-body .scope-callout,
.article19-ghost-body .section-quick-answer,
.article19-ghost-body .limits,
.article19-ghost-body .concise-cta {
    padding: clamp(2.4rem, 5vw, 4rem);
    border: 1px solid #cfe9f1;
    border-radius: 24px;
}

.article19-ghost-body .scope-callout {
    background: #f7fafc;
}

.article19-ghost-body .scope-callout p,
.article19-ghost-body .section-quick-answer p,
.article19-ghost-body .limits p,
.article19-ghost-body .concise-cta p {
    margin: 0;
}

.article19-ghost-body .section {
    margin-top: clamp(5.6rem, 9vw, 8.8rem);
}

.article19-ghost-body .section > h2 {
    margin: 0 0 1.8rem;
    color: var(--a19-ink);
    font-size: clamp(3rem, 2.1vw + 2.1rem, 4.4rem);
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.article19-ghost-body .section > h2::before {
    display: block;
    margin-bottom: 0.9rem;
    color: var(--a19-violet);
    font-family: var(--font-mono);
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.article19-ghost-body .section-start-with-one-real-route > h2::before { content: "Choose the route"; }
.article19-ghost-body .section-the-alternative-contact-card > h2::before { content: "Use the tool"; }
.article19-ghost-body .section-fill-the-card-without-making-promises > h2::before { content: "Fill it honestly"; }
.article19-ghost-body .section-make-the-route-discoverable-without-a-mouse > h2::before { content: "Make it findable"; }
.article19-ghost-body .section-a-clearly-fictional-example > h2::before { content: "See an example"; }
.article19-ghost-body .section-what-this-card-cannot-decide > h2::before { content: "Know the limits"; }
.article19-ghost-body .section-frequently-asked-questions > h2::before { content: "Common questions"; }
.article19-ghost-body .section-your-one-next-action > h2::before { content: "Next step"; }

.article19-ghost-body .section > p,
.article19-ghost-body .section > ul,
.article19-ghost-body .section > ol,
.article19-ghost-body .section > blockquote,
.article19-ghost-body .section > div,
.article19-ghost-body .section > aside {
    margin-top: 1.6rem;
}

.article19-ghost-body a {
    color: #4632c9;
    font-weight: 650;
    text-decoration: underline;
    text-decoration-color: rgb(23 184 220 / 0.65);
    text-decoration-thickness: 2px;
    text-underline-offset: 0.22em;
}

.article19-ghost-body a:hover {
    color: #2b1a9b;
}

.article19-ghost-body a:focus-visible,
.article19-ghost-body [tabindex="0"]:focus-visible {
    outline: 3px solid var(--a19-cyan);
    outline-offset: 4px;
}

.article19-ghost-body .section-quick-answer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #e8fbff, #f2efff 68%, #fff8e7);
}

.article19-ghost-body .section-quick-answer::after {
    position: absolute;
    top: -8rem;
    right: -6rem;
    width: 20rem;
    height: 20rem;
    pointer-events: none;
    content: "";
    background: radial-gradient(circle, rgb(119 92 255 / 0.2), transparent 68%);
}

.article19-ghost-body .section-quick-answer > * {
    position: relative;
    z-index: 1;
}

.article19-ghost-body .section-quick-answer > h2 {
    margin: 0 0 1.5rem;
}

.article19-ghost-body .quick-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    margin: 2.2rem 0 0;
    padding: 0;
    list-style: none;
}

.article19-ghost-body .quick-steps li {
    min-width: 0;
    padding: 1.6rem;
    background: rgb(255 255 255 / 0.72);
    border: 1px solid rgb(91 69 223 / 0.13);
    border-radius: 16px;
}

.article19-ghost-body .quick-steps strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--a19-ink);
}

.article19-ghost-body .source-note,
.article19-ghost-body .public-copy,
.article19-ghost-body .fictional-label {
    padding: 2rem 2.2rem;
    color: #34495d;
    background: var(--a19-paper);
    border-left: 4px solid var(--a19-cyan);
    border-radius: 0 14px 14px 0;
}

.article19-ghost-body .public-copy {
    color: var(--a19-ink);
    background: #eefbff;
    font-size: 1.9rem;
}

.article19-ghost-body .card-intro {
    padding: 1.8rem 2rem;
    background: #f4f2ff;
    border-radius: 16px;
}

.article19-ghost-body .table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--a19-line);
    border-radius: 18px;
    box-shadow: 0 16px 42px rgb(7 17 31 / 0.07);
    -webkit-overflow-scrolling: touch;
}

.article19-ghost-body table {
    width: 100%;
    min-width: 64rem;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.article19-ghost-body th,
.article19-ghost-body td {
    padding: 1.6rem 1.8rem;
    border: 0;
    border-bottom: 1px solid var(--a19-line);
    vertical-align: top;
    text-align: left;
}

.article19-ghost-body th:first-child,
.article19-ghost-body td:first-child {
    width: 32%;
    min-width: 18rem;
}

.article19-ghost-body thead th {
    color: #fff;
    background: var(--a19-ink);
    font-size: 1.5rem;
}

.article19-ghost-body tbody tr:nth-child(even) {
    background: var(--a19-paper);
}

.article19-ghost-body tbody tr:last-child > * {
    border-bottom: 0;
}

.article19-ghost-body .field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    margin: 2.2rem 0 0;
    padding: 0;
    list-style: none;
}

.article19-ghost-body .field-grid li {
    padding: 1.8rem;
    background: #fff;
    border: 1px solid var(--a19-line);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgb(7 17 31 / 0.05);
}

.article19-ghost-body .field-grid strong {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--a19-violet);
}

.article19-ghost-body .fictional-example {
    padding: clamp(2.4rem, 5vw, 4rem);
    background: linear-gradient(145deg, #07111f, #101d2f);
    border-radius: 24px;
    box-shadow: 0 20px 58px rgb(7 17 31 / 0.16);
}

.article19-ghost-body .fictional-example > h2,
.article19-ghost-body .fictional-example > p {
    color: #fff;
}

.article19-ghost-body .fictional-example > h2::before {
    color: #7de7ff;
}

.article19-ghost-body .fictional-label {
    color: #d9e5ee !important;
    background: rgb(255 255 255 / 0.07);
    border-left-color: #a892ff;
}

.article19-ghost-body .fictional-example .table-wrap {
    color: var(--a19-ink);
    background: #fff;
}

.article19-ghost-body .fictional-example tbody tr {
    color: var(--a19-ink);
    background: #fff;
}

.article19-ghost-body .fictional-example tbody tr:nth-child(even) {
    background: var(--a19-paper);
}

.article19-ghost-body .fictional-example > p strong {
    color: #fff;
}

.article19-ghost-body .fictional-example .table-wrap strong {
    color: var(--a19-ink);
}

.article19-ghost-body .faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
}

.article19-ghost-body .faq-list > h2 {
    grid-column: 1 / -1;
}

.article19-ghost-body .faq-item {
    margin: 0;
    padding: 2rem;
    background: #fff;
    border: 1px solid var(--a19-line);
    border-radius: 16px;
}

.article19-ghost-body .faq-item h3 {
    margin: 0 0 0.8rem;
    color: var(--a19-ink);
    font-size: 1.9rem;
    line-height: 1.3;
}

.article19-ghost-body .faq-item p {
    margin: 0;
    color: var(--a19-muted);
    font-size: 1.6rem;
}

.article19-ghost-body .limits {
    background: #fff8e7;
    border-color: #f0dca5;
}

.article19-ghost-body .concise-cta {
    color: #fff;
    background:
        radial-gradient(circle at 88% 12%, rgb(119 92 255 / 0.38), transparent 34%),
        radial-gradient(circle at 10% 90%, rgb(34 201 239 / 0.24), transparent 38%),
        #07111f;
    border-color: rgb(125 231 255 / 0.2);
    box-shadow: 0 22px 64px rgb(7 17 31 / 0.2);
}

.article19-ghost-body .concise-cta > h2,
.article19-ghost-body .concise-cta > p {
    color: #fff;
}

.article19-ghost-body .concise-cta > h2::before {
    color: #7de7ff;
}

.article19-ghost-body .concise-cta .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 2.2rem;
    padding: 1.2rem 1.8rem;
    color: var(--a19-ink);
    background: linear-gradient(135deg, #7de7ff, #d8ceff);
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 680px) {
    .article19-ghost-body .quick-steps,
    .article19-ghost-body .field-grid,
    .article19-ghost-body .faq-list {
        grid-template-columns: 1fr;
    }

    .article19-ghost-body .faq-list > h2 {
        grid-column: auto;
    }

    .article19-ghost-body .scope-callout,
    .article19-ghost-body .section-quick-answer,
    .article19-ghost-body .fictional-example,
    .article19-ghost-body .limits,
    .article19-ghost-body .concise-cta {
        padding: 2.2rem 1.8rem;
        border-radius: 18px;
    }

    .article19-ghost-body .section {
        margin-top: 5.2rem;
    }

    .article19-ghost-body .section > h2 {
        font-size: clamp(2.8rem, 9vw, 3.7rem);
    }

    .article19-ghost-body table {
        min-width: 0;
    }

    .article19-ghost-body thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .article19-ghost-body tbody,
    .article19-ghost-body tr,
    .article19-ghost-body th,
    .article19-ghost-body td {
        display: block;
        width: 100%;
    }

    .article19-ghost-body tbody tr {
        padding: 1.6rem;
        border-bottom: 1px solid var(--a19-line);
    }

    .article19-ghost-body tbody tr:last-child {
        border-bottom: 0;
    }

    .article19-ghost-body th,
    .article19-ghost-body td {
        min-width: 0;
        padding: 0;
        border: 0;
    }

    .article19-ghost-body tbody th {
        margin-bottom: 0.5rem;
        color: var(--a19-violet);
        font-size: 1.45rem;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }
}

@media (prefers-reduced-motion: reduce) {
    .article19-ghost-body * {
        scroll-behavior: auto !important;
    }
}
