/* ═══════════════════════════════════════════════════════════════
   Book Content — Stats, Tools, Author Bio, Journey CTA
   ═══════════════════════════════════════════════════════════════ */

/* ── Download CTA block ─────────────────────────────────────── */
.book-download-block {
    background: linear-gradient(135deg, #1a1612 0%, #0e0c0a 100%);
    border: 1px solid rgba(196, 168, 116, 0.25);
    border-radius: 14px;
    padding: 28px 28px 24px;
    margin-bottom: 20px;
}
.book-download-block .book-cta-strip__label {
    color: rgba(245, 240, 232, 0.75);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 16px;
}
.book-download-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.book-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    background: linear-gradient(135deg, #C4A874 0%, #9A7530 100%);
    color: #1a1a1a !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 9px;
    text-decoration: none;
    transition: opacity 0.15s, transform 0.15s;
    border: none;
}
.book-download-btn:hover { opacity: 0.88; transform: translateY(-2px); }
.book-companion-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    background: rgba(196, 168, 116, 0.1);
    border: 1px solid rgba(196, 168, 116, 0.4);
    color: #C4A874 !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 9px;
    text-decoration: none;
    transition: background 0.15s, transform 0.15s;
}
.book-companion-btn:hover {
    background: rgba(196, 168, 116, 0.18);
    transform: translateY(-2px);
}
.book-companion-btn__ext {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 2px 6px;
    background: rgba(196, 168, 116, 0.2);
    border-radius: 4px;
    text-transform: uppercase;
}
@media (max-width: 540px) {
    .book-download-btns { flex-direction: column; align-items: stretch; }
    .book-download-btn, .book-companion-btn { justify-content: center; }
}

/* ── Inline quote ───────────────────────────────────────────── */
.book-intro-quote {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2218 100%);
    border-left: 4px solid #C4A874;
    border-radius: 0 10px 10px 0;
    padding: 24px 28px;
    margin: 0 0 32px;
}
.book-intro-quote blockquote,
.prose .book-intro-quote blockquote,
.book-meta-content .book-intro-quote blockquote {
    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif !important;
    font-size: 18px !important;
    font-style: italic !important;
    font-weight: 500 !important;
    color: #f5f0e8 !important;
    margin: 0 0 10px !important;
    line-height: 1.7 !important;
    background: transparent !important;
    border-left: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.book-intro-quote blockquote::before,
.book-intro-quote blockquote::after,
.prose .book-intro-quote blockquote::before,
.prose .book-intro-quote blockquote::after { display: none !important; }
.book-intro-quote blockquote p,
.book-intro-quote blockquote em,
.prose .book-intro-quote blockquote p,
.prose .book-intro-quote blockquote em,
.book-meta-content .book-intro-quote blockquote p,
.book-meta-content .book-intro-quote blockquote em {
    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif !important;
    font-size: 18px !important;
    font-style: italic !important;
    font-weight: 500 !important;
    color: #f5f0e8 !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    background: transparent !important;
}
.book-intro-quote cite {
    font-size: 13px;
    color: #C4A874;
    font-style: normal;
    letter-spacing: 0.03em;
}
.book-inline-quote {
    border-left: 3px solid #C4A874;
    padding: 12px 20px;
    margin: 24px 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 16px;
    color: var(--color-heading, #1a1a1a);
}

/* ── Book stats grid ────────────────────────────────────────── */
.book-stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0;
    padding: 24px;
    background: var(--color-surface, #f9f6f1);
    border-radius: 12px;
    border: 1px solid rgba(196, 168, 116, 0.2);
}
.book-stat {
    flex: 1 1 100px;
    text-align: center;
    padding: 12px 8px;
}
.book-stat__number {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 30px;
    font-weight: 700;
    color: #C4A874;
    line-height: 1;
    margin-bottom: 6px;
}
.book-stat__label {
    display: block;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--color-muted, #666);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.3;
}

/* ── Tools badge grid ───────────────────────────────────────── */
.book-tools-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 24px;
}
.book-tool-badge {
    display: inline-block;
    padding: 5px 12px;
    background: rgba(196, 168, 116, 0.1);
    border: 1px solid rgba(196, 168, 116, 0.35);
    border-radius: 20px;
    font-size: 12.5px;
    font-weight: 600;
    color: #9A7530;
    letter-spacing: 0.02em;
}

/* ── Honest note box ────────────────────────────────────────── */
.book-honest-note {
    margin-top: 28px;
    padding: 18px 22px;
    background: rgba(196, 168, 116, 0.06);
    border: 1px solid rgba(196, 168, 116, 0.25);
    border-radius: 8px;
    font-size: 13.5px;
    color: var(--color-muted, #555);
    line-height: 1.6;
}
.book-honest-note p { margin: 0; }

/* ── Author bio section ─────────────────────────────────────── */
.book-author-section {
    padding: 64px 0;
    margin-top: 0;
}
.book-author-inner {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.book-author-avatar-col { flex-shrink: 0; }
.book-author-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(196, 168, 116, 0.4);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.book-author-avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2a2218 0%, #1a1a1a 100%);
    color: #C4A874;
}
.book-author-content { flex: 1; }
.book-author-label {
    font-size: 12px;
    font-weight: 700;
    color: #C4A874;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 6px;
}
.book-author-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--color-heading, #1a1a1a);
    margin: 0 0 16px;
    line-height: 1.2;
}
.book-author-bio {
    font-size: 15px;
    line-height: 1.75;
    color: var(--color-body, #444);
}
.book-author-bio p { margin-bottom: 14px; }
.book-author-bio p:last-child { margin-bottom: 0; }
.book-author-link {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #C4A874;
    text-decoration: none;
    border-bottom: 1px solid rgba(196, 168, 116, 0.4);
    padding-bottom: 2px;
    transition: border-color 0.15s, color 0.15s;
}
.book-author-link:hover {
    color: #9A7530;
    border-color: #9A7530;
}

@media (max-width: 640px) {
    .book-author-inner { flex-direction: column; gap: 24px; }
    .book-author-avatar { width: 90px; height: 90px; }
}

/* ── Journey CTA section ────────────────────────────────────── */
.book-journey-section {
    padding: 72px 0;
    background: linear-gradient(180deg, #0e0c0a 0%, #1a1612 100%);
}
.book-journey-header {
    text-align: center;
    margin-bottom: 48px;
}
.book-journey-eyebrow {
    font-size: 12px;
    font-weight: 700;
    color: #C4A874;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 10px;
}
.book-journey-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    color: #f5f0e8;
    margin: 0 0 12px;
    line-height: 1.2;
}
.book-journey-subtitle {
    font-size: 16px;
    color: rgba(245, 240, 232, 0.65);
    margin: 0;
    line-height: 1.6;
}
.book-journey-subtitle strong { color: #C4A874; }

/* Journey steps row */
.book-journey-steps {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 48px;
}
.book-journey-step {
    flex: 1;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(196, 168, 116, 0.15);
    border-radius: 14px;
    padding: 28px 22px 24px;
    text-align: center;
    position: relative;
    transition: border-color 0.2s, background 0.2s;
}
.book-journey-step.is-current {
    background: rgba(196, 168, 116, 0.1);
    border-color: #C4A874;
    box-shadow: 0 0 0 1px rgba(196, 168, 116, 0.3), 0 8px 32px rgba(0,0,0,0.3);
}
.book-journey-step__current-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #C4A874 0%, #9A7530 100%);
    color: #1a1a1a;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}
.book-journey-step__number {
    font-size: 11px;
    font-weight: 700;
    color: #C4A874;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
}
.book-journey-step__label {
    font-size: 12px;
    color: rgba(245, 240, 232, 0.5);
    margin-bottom: 16px;
    font-style: italic;
}
.book-journey-step__cover {
    margin: 0 auto 16px;
    width: 90px;
}
.book-journey-step__cover img {
    width: 90px;
    height: 135px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}
.book-journey-step__cover-placeholder {
    width: 90px;
    height: 135px;
    background: rgba(196, 168, 116, 0.1);
    border: 1px solid rgba(196, 168, 116, 0.25);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    padding: 8px;
    font-size: 11px;
    color: rgba(245, 240, 232, 0.4);
    line-height: 1.3;
    text-align: center;
}
.book-journey-step__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 15px;
    font-weight: 700;
    color: #f5f0e8;
    margin: 0 0 6px;
    line-height: 1.3;
}
.book-journey-step__sub {
    font-size: 11.5px;
    color: rgba(245, 240, 232, 0.45);
    margin: 0 0 10px;
    font-style: italic;
    line-height: 1.4;
}
.book-journey-step__desc {
    font-size: 12.5px;
    color: rgba(245, 240, 232, 0.6);
    margin: 0 0 8px;
    line-height: 1.5;
}
.book-journey-step__audience {
    font-size: 11px;
    color: rgba(196, 168, 116, 0.7);
    margin: 0 0 14px;
    font-style: italic;
}
.book-journey-step__price {
    font-size: 18px;
    font-weight: 700;
    color: #C4A874;
    margin: 0 0 14px;
    font-family: 'Playfair Display', Georgia, serif;
}
.book-journey-step__cta {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(135deg, #C4A874 0%, #9A7530 100%);
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 700;
    border-radius: 7px;
    text-decoration: none;
    transition: opacity 0.15s, transform 0.15s;
}
.book-journey-step__cta:hover { opacity: 0.88; transform: translateY(-1px); }
.book-journey-step__cta--current {
    background: rgba(196, 168, 116, 0.12);
    color: #C4A874;
    border: 1px solid rgba(196, 168, 116, 0.35);
    cursor: default;
}
.book-journey-step__cta--current:hover { opacity: 1; transform: none; }

/* Arrow between steps */
.book-journey-arrow {
    flex-shrink: 0;
    margin-top: 120px;
    color: rgba(196, 168, 116, 0.4);
}

/* Route callout boxes */
.book-journey-routes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}
.book-journey-route {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 22px;
}
.book-journey-route__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-journey-route--jobloss .book-journey-route__icon {
    background: rgba(239, 108, 78, 0.12);
    color: #ef6c4e;
}
.book-journey-route--smallbiz .book-journey-route__icon {
    background: rgba(196, 168, 116, 0.12);
    color: #C4A874;
}
.book-journey-route__heading {
    font-weight: 700;
    color: #f5f0e8;
    font-size: 14px;
    margin: 0 0 6px;
}
.book-journey-route__text {
    font-size: 13px;
    color: rgba(245, 240, 232, 0.55);
    margin: 0 0 10px;
    line-height: 1.55;
}
.book-journey-route__link {
    font-size: 13px;
    font-weight: 600;
    color: #C4A874;
    text-decoration: none;
    border-bottom: 1px solid rgba(196, 168, 116, 0.3);
    padding-bottom: 1px;
    transition: color 0.15s;
}
.book-journey-route__link:hover { color: #f5f0e8; }

@media (max-width: 860px) {
    .book-journey-steps { flex-direction: column; }
    .book-journey-arrow { margin: 0 auto; transform: rotate(90deg); }
    .book-journey-routes { grid-template-columns: 1fr; }
    .book-journey-title { font-size: 24px; }
}
