/* Career Reality — Tools bundle (analyzer, calculator, layoff, escape) */
/* ── Post-Tool Inline Newsletter CTA ── */
.az-calc-newsletter {
    margin: 2rem 0;
    border: 2px solid var(--c-black);
    border-radius: 12px;
    overflow: hidden;
}

.az-calc-newsletter-inner {
    background: #0f172a;
    color: #fff;
    padding: 2rem;
    text-align: center;
}

.az-calc-newsletter-headline {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.az-calc-newsletter-sub {
    font-size: 0.9rem;
    opacity: 0.85;
    margin: 0 0 1.25rem;
    line-height: 1.5;
}

.az-calc-newsletter-form {
    display: flex;
    gap: 0;
    max-width: 420px;
    margin: 0 auto 0.75rem;
}

.az-calc-newsletter-input {
    flex: 1;
    padding: 11px 14px;
    border: 2px solid rgba(255,255,255,0.5);
    border-right: none;
    background: transparent;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 8px 0 0 8px;
    outline: none;
    transition: border-color 0.2s;
}

.az-calc-newsletter-input::placeholder { color: rgba(255,255,255,0.5); }
.az-calc-newsletter-input:focus { border-color: rgba(255,255,255,0.9); }

.az-calc-newsletter-btn {
    padding: 11px 20px;
    background: #38bdf8;
    color: #0f172a;
    border: 2px solid #38bdf8;
    border-radius: 0 8px 8px 0;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
}

.az-calc-newsletter-btn:hover {
    background: #0ea5e9;
    border-color: #0ea5e9;
}

.az-calc-newsletter-note {
    font-size: 0.75rem;
    opacity: 0.55;
    margin: 0;
}

@media (max-width: 480px) {
    .az-calc-newsletter-form {
        flex-direction: column;
    }
    .az-calc-newsletter-input {
        border-right: 2px solid rgba(255,255,255,0.5);
        border-radius: 8px 8px 0 0;
        border-bottom: none;
    }
    .az-calc-newsletter-input:focus { border-color: rgba(255,255,255,0.9); }
    .az-calc-newsletter-btn {
        border-radius: 0 0 8px 8px;
    }
}

/* ── Post-Risk-Result Inline Newsletter CTA ── */
.az-result-newsletter {
    border: 2px solid #0f172a;
    border-radius: 12px;
    overflow: hidden;
    margin: 1.5rem 0;
}

.az-result-newsletter-inner {
    background: #0f172a;
    color: #fff;
    padding: 1.5rem 2rem;
}

.az-result-newsletter-headline {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
}

.az-result-newsletter-sub {
    font-size: 0.875rem;
    opacity: 0.8;
    margin: 0 0 1.1rem;
    line-height: 1.5;
}

.az-result-newsletter-form {
    display: flex;
    gap: 0;
    max-width: 400px;
    margin: 0 0 0.6rem;
}

.az-result-newsletter-input {
    flex: 1;
    padding: 10px 13px;
    border: 2px solid rgba(255,255,255,0.45);
    border-right: none;
    background: transparent;
    color: #fff;
    font-size: 0.875rem;
    border-radius: 8px 0 0 8px;
    outline: none;
    transition: border-color 0.2s;
}

.az-result-newsletter-input::placeholder { color: rgba(255,255,255,0.45); }
.az-result-newsletter-input:focus { border-color: rgba(255,255,255,0.9); }

.az-result-newsletter-btn {
    padding: 10px 18px;
    background: #38bdf8;
    color: #0f172a;
    border: 2px solid #38bdf8;
    border-radius: 0 8px 8px 0;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.az-result-newsletter-btn:hover { background: #0ea5e9; border-color: #0ea5e9; }

.az-result-newsletter-note {
    font-size: 0.72rem;
    opacity: 0.5;
    margin: 0;
/* ═══════════════════════════════════════════════
   ANALYZER — az-* classes
   ═══════════════════════════════════════════════ */

/* ── Intro Page ── */
.az-intro-container {
    max-width: var(--w-medium);
    margin: var(--space-lg) auto var(--space-xl);
    padding: 0 var(--space-sm);
}
.az-intro-header {
    text-align: center;
    margin-bottom: var(--space-md);
}
.az-intro-title {
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.az-intro-subtitle {
    font-size: 1.1rem;
    color: var(--c-grey-mid);
    max-width: 480px;
    margin: 0 auto;
}
.az-intro-card {
    background: #fff;
    border: 1px solid var(--c-divider);
    border-radius: 14px;
    padding: 2rem;
}
.az-methodology-strip {
    font-size: 12px;
    color: var(--c-grey-light);
    background: #fafafa;
    padding: 10px 14px;
    border-radius: 6px;
    margin-bottom: 2rem;
    text-align: center;
}
.az-methodology-strip a { color: inherit; text-decoration: underline; }
.az-section-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.az-info-text {
    font-size: 15px;
    color: var(--c-grey-mid);
    line-height: 1.65;
    margin-bottom: 1.5rem;
}
.az-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: grid;
    gap: 0.6rem;
}
.az-feature-list li {
    font-size: 14px;
    padding: 10px 14px;
    background: #fafafa;
    border-radius: 6px;
}
.az-feature-list li::before {
    content: "✓ ";
    font-weight: 700;
    color: var(--c-black);
}
.az-privacy-box {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 2rem;
}
.az-privacy-heading {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #92400e;
}
.az-privacy-text {
    font-size: 14px;
    color: #78350f;
    margin: 0;
    line-height: 1.5;
}
.az-btn-start {
    display: block;
    width: 100%;
    padding: 16px;
    text-align: center;
    background: var(--c-black);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
}
.az-btn-start:hover { opacity: 0.85; color: #fff; }

/* ── Intro newsletter nudge ── */
.az-intro-newsletter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 20px;
    background: #f8f9fa;
    border: 1px solid var(--c-divider);
    border-radius: 10px;
    margin-bottom: 16px;
}
.az-intro-newsletter-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 180px;
}
.az-intro-newsletter-copy strong {
    font-size: 13px;
    font-weight: 700;
}
.az-intro-newsletter-copy span {
    font-size: 11px;
    color: var(--c-grey-mid);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.az-intro-newsletter-form {
    display: flex;
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--c-divider);
}
.az-intro-newsletter-input {
    padding: 10px 14px;
    font-size: 13px;
    border: none;
    outline: none;
    background: var(--c-white);
    min-width: 180px;
    color: var(--c-black);
}
.az-intro-newsletter-btn {
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 700;
    background: var(--c-black);
    color: var(--c-ink-inverse);
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.2s;
}
.az-intro-newsletter-btn:hover { opacity: 0.85; }

.az-faq-section { margin-top: 2.5rem; }
.az-faq-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* ── Result Page ── */
.az-result-container {
    max-width: var(--w-medium);
    margin: var(--space-md) auto var(--space-xl);
    padding: 0 var(--space-sm);
}

.trust-strip {
    text-align: center;
    font-size: 12px;
    color: var(--c-grey-light);
    padding: 10px;
    background: #fafafa;
    border-radius: 6px;
    margin-bottom: 2rem;
}
.trust-strip a { color: inherit; text-decoration: underline; }

.risk-banner {
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}
.bg-red { background: #fef2f2; border: 1px solid #fecaca; }
.bg-yellow { background: #fffbeb; border: 1px solid #fde68a; }
.bg-green { background: #f0fdf4; border: 1px solid #bbf7d0; }

.risk-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--c-grey-light);
    margin-bottom: 0.5rem;
}
.risk-h1 {
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 900;
    color: var(--c-black);
    margin-bottom: 0.75rem;
}
.risk-summary {
    font-size: 15px;
    color: var(--c-grey-mid);
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto 0.75rem;
}
.risk-score-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--c-grey-light);
    background: rgba(0,0,0,0.06);
    border-radius: 20px;
    padding: 3px 12px;
    margin-bottom: 0.75rem;
}
.az-profile-summary {
    font-size: 13px;
    color: var(--c-grey-mid);
    font-style: italic;
    margin-top: 0.5rem;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.85;
}

/* AI Narrative */
.az-narrative {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}
.az-narrative-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #0369a1;
    font-weight: 700;
    margin: 0 0 0.6rem;
}
.az-narrative-text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #0c4a6e;
}

.decision-panel {
    background: #fff;
    border: 1px solid var(--c-divider);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.decision-panel h2 {
    font-size: 16px;
    margin: 0 0 0.5rem;
}
.decision-panel p { margin: 0; font-size: 15px; color: var(--c-grey-mid); }

.share-card {
    background: #fff;
    border: 1px solid var(--c-divider);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
.share-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0.25rem;
}
.share-meta {
    font-size: 13px;
    color: var(--c-grey-light);
    margin: 0 0 1rem;
}
.share-actions { display: flex; justify-content: center; gap: 8px; }
.share-btn {
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid var(--c-divider);
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: background 0.15s;
}
.share-btn:hover { background: #f5f5f5; }

.paywall-card {
    background: #fff;
    border: 1px solid var(--c-divider);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.paywall-lock {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    padding: 1rem;
}

.interview-card {
    background: #f8fafc;
    border: 1px solid var(--c-divider);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.section-box {
    background: #fff;
    border: 1px solid var(--c-divider);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.box-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0.75rem;
}
.risk-list {
    margin: 0;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.7;
}

.trust-block {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 1.25rem;
    font-size: 14px;
    color: var(--c-grey-mid);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.trust-block strong { color: var(--c-black); }

.upgrade-btn {
    display: inline-block;
    padding: 12px 24px;
    background: var(--c-black);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
}
.upgrade-btn:hover { opacity: 0.85; color: #fff; }

/* Checkout inside result */
.az-price { font-size: 2rem; font-weight: 900; }
.az-price-old { font-size: 0.85rem; color: #9ca3af; text-decoration: line-through; }
.az-price-badge {
    background: #fef3c7;
    color: #92400e;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}
.az-email-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}
.az-pay-btn {
    width: 100%;
    padding: 14px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    background: var(--c-black);
    color: #fff;
    font-weight: 700;
}
.az-pay-btn:hover { opacity: 0.85; }
.az-pay-loading {
    display: none;
    text-align: center;
    color: #6b7280;
    font-size: 0.85rem;
    margin-top: 0.5rem;
}
.az-payment-success {
    display: none;
    background: #f0fdf4;
    border: 1px solid #86efac;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 0.5rem;
}
.az-payment-success strong { color: #166534; }
.az-payment-success p { margin: 0.5rem 0 0; color: #166534; font-size: 0.9rem; }

/* Resources box */
.az-resources {
    margin: 2rem 0;
    padding: 1.5rem;
    border: 1px solid var(--c-divider);
    border-radius: 12px;
    background: #fafafa;
}
.az-resources h3 {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
}
.az-resources p {
    font-size: 0.95rem;
    color: var(--c-grey-mid);
    margin-bottom: 1rem;
}
.az-resources-btn {
    display: inline-block;
    background: var(--c-black);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
}
.az-resources-btn:hover { opacity: 0.85; color: #fff; }

/* Footer section of result */
.az-result-footer {
    margin-top: 3rem;
    text-align: center;
}
.az-result-footer p { margin-bottom: 1rem; }
.az-result-footer a { color: #999; font-size: 0.9rem; }

/* ── Layoff Radar ── */
.az-radar-hero {
    text-align: center;
    margin-bottom: 3rem;
}
.az-radar-title {
    font-size: 36px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.az-radar-title span { color: #d93025; }
.az-radar-btn {
    display: inline-block;
    margin-top: 2rem;
    background: #d93025;
    color: white;
    border: none;
    font-weight: 700;
    padding: 12px 24px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 4px;
}
.az-radar-btn:hover { opacity: 0.85; color: #fff; }

.az-stats-bar {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}
.stat-card {
    text-align: center;
    min-width: 100px;
    padding: 1rem;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.stat-value { display: block; font-size: 24px; font-weight: 800; }
.stat-label { font-size: 10px; text-transform: uppercase; color: #666; letter-spacing: 0.1em; }

.az-search-box {
    max-width: 500px;
    margin: 0 auto 3rem;
}
.az-search-input {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border: 2px solid var(--c-black);
    border-radius: 4px;
}

.radar-feed { max-width: 800px; margin: 0 auto; }
.radar-card {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s;
}
.radar-card:hover { transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0,0,0,0.1); }

.radar-status-bar {
    width: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.status-danger { background: #d93025; }
.status-warn { background: #f57f17; }
.status-safe { background: #2e7d32; }

.radar-content { padding: 1.5rem 1.5rem 1.5rem 2rem; }
.radar-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.company-name { margin: 0; font-size: 20px; font-weight: 700; color: #000; }
.meta-info {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    margin-top: 4px;
    letter-spacing: 0.05em;
}
.radar-card-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}
.status-badge {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 4px;
    letter-spacing: 0.05em;
}
.badge-danger { background: #ffebee; color: #d93025; }
.badge-warn { background: #fff3e0; color: #f57f17; }
.badge-safe { background: #e8f5e9; color: #2e7d32; }

.confidence-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #999;
}
.role-tag {
    margin-top: 1rem;
    font-size: 12px;
    background: #f5f5f5;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 2px;
}
.report-details {
    margin: 1rem 0 0 0;
    font-size: 14px;
    color: #444;
    font-style: italic;
    line-height: 1.5;
}
.radar-empty {
    text-align: center;
    padding: 3rem;
    color: #999;
}

/* ── Form pages (submit salary, report layoff) ── */
.az-form-hero {
    text-align: center;
    margin-bottom: 2rem;
}
.az-form-title { font-size: 32px; margin-bottom: 0.5rem; }
.az-form-subtitle {
    max-width: 500px;
    margin: 0 auto;
    color: var(--c-grey-mid);
    font-size: 15px;
    line-height: 1.5;
}

.az-form-card {
    background: #fafafa;
    border: 1px solid var(--c-divider);
    padding: 2rem;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
}
.az-field {
    margin-bottom: 1.5rem;
}
.az-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.az-input,
.az-select,
.az-textarea {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border: 2px solid var(--c-black);
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    font-family: inherit;
}
.az-input--light,
.az-select--light {
    border: 1px solid #ccc;
}
.az-input-hint {
    font-size: 11px;
    color: var(--c-grey-mid);
    margin-top: 4px;
}
.az-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.az-submit-btn {
    width: 100%;
    padding: 16px;
    background: var(--c-black);
    color: white;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}
.az-submit-btn:hover { opacity: 0.85; }
.az-submit-btn--danger {
    background: #d93025;
}
.az-form-note {
    font-size: 11px;
    color: #999;
    text-align: center;
    margin-top: 1rem;
}

/* ── Salary Calculator ── */
.az-calc-hero {
    text-align: center;
    margin-bottom: var(--space-lg);
}
.az-calc-title { font-size: 36px; }
.az-calc-subtitle {
    max-width: 600px;
    margin: 1rem auto 0;
    color: var(--c-grey-mid);
}

.az-calc-card {
    background: #fafafa;
    border: 1px solid var(--c-divider);
    padding: 2rem;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.az-calc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.az-calc-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.az-calc-input {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    border: 2px solid var(--c-black);
    background: white;
    box-sizing: border-box;
}
.az-calc-input--light {
    border: 1px solid #ccc;
    font-size: 16px;
}
.az-calc-hint {
    font-size: 11px;
    color: var(--c-grey-mid);
    margin-top: 4px;
}
.az-calc-divider {
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    border-top: 1px dashed #ddd;
}
.az-calc-heading {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.az-calc-btn {
    width: 100%;
    padding: 16px;
    background: var(--c-black);
    color: white;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    border-radius: 4px;
}
.az-calc-btn:hover { opacity: 0.85; }

/* Results display */
.az-calc-result-hero {
    text-align: center;
    margin-bottom: 2rem;
}
.az-calc-result-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--c-grey-mid);
    margin-bottom: 0.5rem;
}
.az-calc-result-value {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}
.az-calc-regime-note {
    margin-top: 0.5rem;
    font-size: 14px;
    color: var(--c-grey-light);
}
.az-calc-regime-note strong { color: var(--c-black); }

.az-calc-breakdown {
    background: white;
    border: 1px solid #eee;
    padding: 2rem;
    border-radius: 8px;
}
.az-calc-breakdown h3 {
    font-size: 16px;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.az-calc-note {
    font-size: 12px;
    color: #999;
    margin-top: 1rem;
    text-align: center;
}

/* Table rows */
.az-calc-row--offer { background: #fdfdfd; }
.az-calc-row--offer td { font-weight: 700; }
.az-calc-row--ghost { color: #d93025; }
.az-calc-row--ghost td:first-child { padding-left: 1.5rem; }
.az-calc-row--subtotal { border-top: 1px dashed #ccc; background: #fafafa; }
.az-calc-row--subtotal td { font-weight: 600; }
.az-calc-row--deduct { color: #e67c00; }
.az-calc-row--deduct td:first-child { padding-left: 1.5rem; }
.az-calc-row--final { background: var(--c-black); font-size: 16px; }
.az-calc-row--final td { font-weight: 700; padding: 1.5rem; color: #ffffff !important; }
.az-calc-td-right { text-align: right; }
.az-calc-inline-note { font-size: 11px; opacity: 0.7; }
.az-calc-regime-badge { font-size: 10px; background: #eee; padding: 2px 4px; border-radius: 4px; }
.az-calc-noscript { max-width: 800px; margin: 2rem auto; padding: 1.5rem; border: 1px solid var(--c-divider); background: #fafafa; border-radius: 8px; }
.az-calc-noscript h2 { font-size: 18px; margin-top: 0; }
.az-calc-noscript h3 { font-size: 16px; }
.az-calc-noscript ul { padding-left: 20px; }
.az-calc-results { max-width: 800px; margin: 0 auto; }
.az-calc-bottom { max-width: 800px; margin: var(--space-xl) auto 0; }
.az-calc-bottom .collapsible ul { padding-left: 20px; margin: 0; }
.az-calc-footer-note { font-size: 12px; color: var(--c-grey-light); text-align: center; margin-top: 1.5rem; }

.az-calc-cta {
    text-align: center;
    margin-top: var(--space-xl);
}
.az-calc-cta p { font-size: 14px; color: var(--c-grey-mid); }
.az-calc-cta-btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 12px 24px;
    background: var(--c-black);
    color: white;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 4px;
}
.az-calc-cta-btn:hover { opacity: 0.85; color: #fff; }

@media (max-width: 768px) {
    .az-calc-grid { grid-template-columns: 1fr; }
    .az-grid-2 { grid-template-columns: 1fr; }
    .az-stats-bar { gap: 1rem; }
    .az-calc-result-value { font-size: 36px; }
}

/* Salary Reality page */
.sal-role-context { font-size: 12px; color: var(--c-grey-light); }
.sal-hype { color: #d93025; text-decoration: line-through; }
.sal-summary-box { border: 1px solid var(--c-divider); padding: 1.5rem; background: #fafafa; border-radius: 8px; }
.sal-summary-box p:first-child { margin: 0 0 0.75rem; font-weight: 600; color: var(--c-black); }
.sal-summary-box ul { margin: 0; padding-left: 20px; }
.sal-summary-date { font-size: 12px; color: var(--c-grey-light); margin-top: 0.75rem; }
.sal-sources ul { padding-left: 20px; margin-top: 1rem; }
.sal-sources a { text-decoration: underline; }
.sal-methodology { font-size: 15px; color: var(--c-grey-mid); }
.sal-coverage ul { padding-left: 20px; margin: 0; }
.sal-coverage-note { font-size: 14px; color: var(--c-grey-mid); margin-top: 1rem; }
.sal-submit-btn {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 10px 18px;
    border: 1px solid var(--c-black);
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--c-black);
    border-radius: 4px;
}
.sal-submit-btn:hover { background: var(--c-black); color: #fff; }
.sal-explainer {
    background-color: #f9f9f9;
    padding: var(--space-md);
    border-left: 2px solid var(--c-black);
    border-radius: 0 8px 8px 0;
}
.sal-explainer h3 { margin-top: 0; font-size: 15px; text-transform: uppercase; letter-spacing: 0.05em; }
.sal-explainer p { font-size: 15px; margin-bottom: 0; }
.sal-changelog ul { padding-left: 20px; margin: 0; }
.sal-changelog-note { font-size: 13px; color: var(--c-grey-light); margin-top: 1rem; }
.sal-meta { font-size: 13px; color: var(--c-grey-light); display: inline-block; }

/* ═══════════════════════════════════════════════
   ESCAPE PLAN / ROT CHECK QUIZ
═══════════════════════════════════════════════ */
.ep-page {
    margin-top: var(--space-lg);
    margin-bottom: var(--space-xl);
}
.ep-hero {
    text-align: center;
    margin-bottom: 3rem;
}
.ep-hero-title {
    font-size: clamp(32px, 5vw, 42px);
    line-height: 1.1;
    margin-bottom: 1rem;
}
.ep-hero-accent { color: #d93025; }
.ep-hero-sub {
    max-width: 600px;
    margin: 1rem auto 0;
}
.ep-quiz-card {
    background: #fff;
    border: 2px solid var(--c-black);
    padding: 2rem;
    margin-bottom: 4rem;
}
.ep-hidden { display: none; }
.quiz-step-title { margin-top: 0; font-size: 16px; font-weight: 700; }
.quiz-options {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}
.quiz-options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
}
.quiz-btn {
    padding: 1rem;
    border: 1px solid #ccc;
    background: white;
    text-align: left;
    cursor: pointer;
    font-family: var(--font-main);
    font-size: 14px;
    transition: border-color 0.2s, background 0.2s;
    border-radius: 4px;
}
.quiz-btn:hover {
    border-color: var(--c-black);
    background: #fafafa;
}
.ep-result {
    text-align: center;
    padding-top: 1rem;
}
.ep-result-badge {
    display: inline-block;
    padding: 6px 16px;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 1rem;
}
.ep-result-title {
    font-size: clamp(24px, 4vw, 32px);
    margin: 0 0 1rem;
}
.ep-result-desc {
    max-width: 500px;
    margin: 0 auto 2rem;
    color: var(--c-grey-mid);
}
.ep-reveal-btn {
    display: inline-block;
    padding: 12px 28px;
    background: var(--c-black);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    transition: opacity 0.2s;
}
.ep-reveal-btn:hover { opacity: 0.85; }
.ep-roadmap-section {
    padding-top: 2rem;
}
.ep-roadmap-title {
    font-size: 28px;
    border-bottom: 2px solid var(--c-black);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.ep-roadmap-intro {
    color: var(--c-grey-mid);
    margin-bottom: 2rem;
}
.ep-roadmap-highlight {
    border: 2px solid var(--c-black) !important;
}
.roadmap-step {
    margin-bottom: 2.5rem;
    background: #fafafa;
    padding: 1.5rem;
    border-left: 4px solid var(--c-black);
}
.step-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.step-list {
    padding-left: 1.5rem;
    margin-top: 1rem;
    list-style-type: disc;
}
.step-list li { margin-bottom: 0.5rem; }
@media (max-width: 600px) {
    .quiz-options-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════
   SALARY REALITY PAGE
═══════════════════════════════════════════════ */
.sal-page-header {
    margin-top: var(--space-lg);
    margin-bottom: var(--space-md);
}
.sal-page-header h1 { margin-bottom: 24px; }
.sal-context {
    margin-bottom: var(--space-lg);
}
.sal-methodology-section {
    margin-bottom: var(--space-xl);
}
.sal-section-title {
    font-size: 18px;
    margin-bottom: var(--space-md);
}
.sal-subsection-title {
    font-size: 16px;
    margin-top: var(--space-lg);
    margin-bottom: var(--space-sm);
}
.sal-table-section {
    margin-bottom: var(--space-xl);
}
.sal-table-title {
    font-size: 22px;
    border-bottom: 2px solid var(--c-black);
    padding-bottom: 12px;
    margin-bottom: var(--space-md);
}
.sal-table-intro {
    margin-bottom: var(--space-md);
    color: var(--c-grey-mid);
    font-size: 14px;
}
.sal-cta-section {
    margin-bottom: var(--space-xl);
}
/* Salary table column widths */
.sal-col-role  { width: 40%; }
.sal-col-exp   { width: 15%; }
.sal-col-range { width: 25%; }
.sal-col-hype  { width: 20%; }
.sal-explainer { margin-bottom: var(--space-xl); }
.sal-methodology-section { margin-bottom: var(--space-xl); }

/* ═══════════════════════════════════════════════
   REPORT LAYOFF PAGE
═══════════════════════════════════════════════ */
.az-report-page {
    margin-top: var(--space-lg);
    margin-bottom: var(--space-xl);
}
.az-report-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
    font-size: 14px;
    font-weight: 600;
    color: #15803d;
}
.az-report-success p { margin: 0 0 0.5rem; }
.az-report-success-link {
    font-size: 13px;
    font-weight: 600;
    color: #15803d;
    text-decoration: underline;
}
