/* Job Profit Workbook product page — extends site brand, not the homepage layout. */

.jpw-page {
    color: #e2e8f0;
}

.jpw-page a:focus-visible,
.jpw-page button:focus-visible,
.jpw-page summary:focus-visible {
    outline: 3px solid #38bdf8;
    outline-offset: 3px;
}

.jpw-skip {
    position: absolute;
    left: 12px;
    top: -48px;
    z-index: 50;
    background: #0ea5e9;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
}

.jpw-skip:focus {
    top: 12px;
}

.jpw-header .logo {
    text-decoration: none;
}

.jpw-header .logo:hover {
    color: #7dd3fc;
}

.jpw-header nav a[aria-current="page"] {
    color: #38bdf8;
}

.jpw-hero {
    min-height: 88vh;
    text-align: left;
    background: #020617;
    border-bottom: 1px solid #1e293b;
}

.jpw-hero .container {
    max-width: 820px;
    margin: 0 auto;
}

.jpw-kicker {
    color: #38bdf8;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.92rem;
    margin-bottom: 16px;
}

.jpw-hero h1 {
    font-size: 46px;
    line-height: 1.15;
    margin-bottom: 18px;
}

.jpw-lede {
    font-size: 21px;
    color: #cbd5e1;
    margin-bottom: 22px;
}

.jpw-offer-line {
    font-size: 18px;
    color: #f8fafc;
    margin-bottom: 28px;
}

.jpw-note {
    display: block;
    margin-top: 14px;
    color: #94a3b8;
    font-size: 15px;
}

.jpw-hero .btn {
    font-size: 18px;
}

.jpw-section {
    padding: 72px 0;
}

.jpw-section h2 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 18px;
    text-align: left;
}

.jpw-section p {
    font-size: 18px;
    color: #cbd5e1;
    margin-bottom: 16px;
    max-width: 720px;
}

.jpw-muted {
    background: #111827;
}

.jpw-problem strong {
    color: #f8fafc;
}

.jpw-stages {
    display: grid;
    gap: 48px;
    margin-top: 36px;
}

.jpw-stage h3 {
    color: #38bdf8;
    font-size: 22px;
    margin-bottom: 8px;
}

.jpw-stage p {
    margin-bottom: 16px;
}

.jpw-shot {
    display: block;
    width: 100%;
    max-width: 960px;
    height: auto;
    border: 1px solid #334155;
    border-radius: 12px;
    background: #0b1220;
}

.jpw-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
    max-width: 960px;
}

.jpw-point {
    padding: 22px 24px;
    border: 1px solid #334155;
    border-radius: 12px;
    background: #0b1220;
}

.jpw-point-span {
    grid-column: 1 / -1;
}

.jpw-points h3 {
    font-size: 20px;
    color: #f8fafc;
    margin-bottom: 6px;
}

.jpw-points p {
    margin-bottom: 0;
    max-width: none;
}

.jpw-questions {
    display: grid;
    gap: 12px;
    margin: 28px 0;
}

.jpw-questions p {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: #f8fafc;
    max-width: none;
}

.jpw-position .aside {
    color: #94a3b8;
    font-size: 17px;
    max-width: 720px;
}

.jpw-offer-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 28px 0 24px;
    max-width: 960px;
}

.jpw-offer-card {
    padding: 22px 24px;
    border: 1px solid #334155;
    border-radius: 12px;
    background: #0b1220;
}

.jpw-offer-card h3 {
    color: #f8fafc;
    font-size: 22px;
    margin-bottom: 8px;
}

.jpw-offer-card p {
    margin-bottom: 0;
    max-width: none;
}

.jpw-keep {
    margin-top: 28px;
    padding: 22px 24px;
    border: 1px solid #334155;
    border-radius: 12px;
    background: #0b1220;
    max-width: 720px;
}

.jpw-keep h3 {
    color: #f8fafc;
    margin-bottom: 8px;
}

.jpw-keep p {
    margin-bottom: 10px;
}

.jpw-keep p:last-child {
    margin-bottom: 0;
}

.jpw-faq {
    max-width: 760px;
}

.jpw-faq details {
    border-bottom: 1px solid #1f2937;
    padding: 14px 0;
}

.jpw-faq summary {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #f8fafc;
    list-style: none;
}

.jpw-faq summary::-webkit-details-marker {
    display: none;
}

.jpw-faq summary::after {
    content: "+";
    float: right;
    color: #38bdf8;
    font-weight: normal;
}

.jpw-faq details[open] summary::after {
    content: "–";
}

.jpw-faq details p {
    margin: 12px 0 4px;
    max-width: none;
}

.jpw-final {
    text-align: center;
}

.jpw-final h2,
.jpw-final p,
.jpw-final .jpw-note {
    margin-left: auto;
    margin-right: auto;
}

.jpw-final .jpw-note {
    display: block;
}

@media (max-width: 650px) {
    .jpw-hero h1 {
        font-size: 32px;
    }

    .jpw-lede,
    .jpw-section p {
        font-size: 17px;
    }

    .jpw-section h2 {
        font-size: 28px;
    }

    .jpw-points,
    .jpw-offer-pair {
        grid-template-columns: 1fr;
    }

    .jpw-point-span {
        grid-column: auto;
    }

    .jpw-questions p {
        font-size: 19px;
    }
}
