.p2-page { background: var(--bg); }

/* Hero */
.p2-hero { padding: 72px 0 56px; background: linear-gradient(180deg, #0d0d1e 0%, #1a1a2e 100%); }
.p2-hero-inner { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.p2-headline { font-size: clamp(2rem, 4vw, 3rem); font-weight: 400; color: #f5f3ee; line-height: 1.15; margin: 16px 0 20px; font-family: var(--font-serif); }
.p2-sub { font-size: 1.05rem; color: #9a9580; line-height: 1.75; max-width: 640px; margin: 0 0 20px; }
.p2-proof-anchor { color: #7fc47f; font-size: 0.85rem; font-family: var(--font-sans); letter-spacing: 0.04em; }

/* Section common */
.p2-section-inner { max-width: 860px; margin: 0 auto; padding: 0 24px; }
.p2-section-heading { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 400; color: #f5f3ee; line-height: 1.2; margin: 0 0 40px; font-family: var(--font-serif); }

/* Why section */
.p2-why { padding: 64px 0; background: #12122b; border-bottom: 1px solid #2a2a4a; }
.p2-why-text { color: #9a9580; font-size: 1.05rem; line-height: 1.8; max-width: 720px; margin: 0 0 20px; }
.p2-why-text:last-child { margin-bottom: 0; }
.p2-why-text a { color: #C8B88F; }

/* Chapters */
.p2-chapters { padding: 72px 0; border-bottom: 1px solid #2a2a4a; }
.p2-chapters-header { margin-bottom: 40px; }
.p2-chapters-grid { display: grid; gap: 32px; }
.p2-chapter-card { display: grid; grid-template-columns: 56px 1fr; gap: 20px; background: #12122b; border: 1px solid #2a2a4a; border-radius: 8px; padding: 28px; }
.p2-chapter-num { font-size: 1.8rem; font-weight: 300; color: #C8B88F; font-family: var(--font-serif); line-height: 1; padding-top: 4px; }
.p2-chapter-title { font-size: 1.1rem; font-weight: 600; color: #f5f3ee; margin: 0 0 12px; font-family: var(--font-sans); }
.p2-chapter-desc { color: #8b8b8b; font-size: 0.92rem; line-height: 1.7; margin: 0; }

/* Comparison table */
.p2-comparison { padding: 72px 0; background: #12122b; border-bottom: 1px solid #2a2a4a; }
.p2-comparison-table { background: #1a1a2e; border: 1px solid #2a2a4a; border-radius: 8px; overflow: hidden; }
.p2-comp-row { display: grid; grid-template-columns: 48px 1fr 2fr; gap: 0; padding: 16px 20px; border-bottom: 1px solid #2a2a4a; }
.p2-comp-row:last-child { border-bottom: none; }
.p2-comp-row--header { background: #0d0d1e; }
.p2-comp-row--header span { color: #555577; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; font-family: var(--font-sans); font-weight: 600; }
.p2-comp-ch { color: #C8B88F; font-weight: 700; font-size: 0.9rem; font-family: var(--font-sans); }
.p2-comp-title { color: #f5f3ee; font-size: 0.9rem; font-weight: 600; font-family: var(--font-sans); }
.p2-comp-desc { color: #8b8b8b; font-size: 0.85rem; line-height: 1.5; }

/* Email gate */
.p2-email-gate { padding: 72px 0; background: #12122b; border-bottom: 1px solid #2a2a4a; }
.p2-gate-box { max-width: 560px; margin: 0 auto; background: #1a1a2e; border: 1px solid #2a2a4a; border-radius: 8px; padding: 36px 40px; }
.p2-gate-label { color: #C8B88F; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; font-family: var(--font-sans); font-weight: 600; margin-bottom: 12px; }
.p2-gate-headline { font-size: 1.4rem; font-weight: 400; color: #f5f3ee; margin: 0 0 12px; font-family: var(--font-serif); }
.p2-gate-sub { color: #8b8b8b; font-size: 0.92rem; line-height: 1.6; margin: 0 0 24px; }
.p2-gate-form { margin: 0; }
.p2-gate-fields { display: flex; gap: 12px; }
.p2-gate-fields input { flex: 1; background: #0d0d1e; border: 1px solid #2a2a4a; color: #f5f3ee; padding: 12px 14px; border-radius: 4px; font-size: 0.9rem; font-family: var(--font-sans); outline: none; transition: border-color 0.15s; }
.p2-gate-fields input::placeholder { color: #555577; }
.p2-gate-fields input:focus { border-color: #C8B88F; }
.p2-gate-submit { background: #C8B88F; color: #1a1a2e; padding: 12px 20px; border: none; border-radius: 4px; font-size: 0.9rem; font-weight: 700; font-family: var(--font-sans); cursor: pointer; white-space: nowrap; transition: background 0.15s; }
.p2-gate-submit:hover { background: #b8a87f; }
.p2-gate-feedback { font-size: 0.85rem; margin-top: 10px; }
.p2-gate-feedback--loading { color: #555577; }
.p2-gate-feedback--error { color: #e06060; }
.p2-gate-found { display: flex; align-items: flex-start; gap: 12px; }
.p2-gate-found svg { flex-shrink: 0; margin-top: 2px; }
.p2-gate-found p { color: #7fc47f; font-size: 0.95rem; line-height: 1.5; margin: 0; }
.p2-gate-found a { color: #C8B88F; }
.p2-post-download-cta { margin-top: 18px; padding: 18px 20px; background: rgba(200, 184, 143, 0.08); border: 1px solid rgba(200, 184, 143, 0.24); border-radius: 8px; }
.p2-post-download-cta strong { display: block; color: #f5f3ee; font-size: 0.98rem; line-height: 1.35; margin-bottom: 6px; font-family: var(--font-sans); }
.p2-post-download-cta span { display: block; color: #9a9580; font-size: 0.86rem; line-height: 1.55; margin-bottom: 12px; }
.p2-post-download-cta a { display: inline-flex; align-items: center; color: #1a1a2e; background: #C8B88F; border-radius: 4px; padding: 10px 14px; font-size: 0.86rem; font-weight: 700; text-decoration: none; }
.p2-post-download-cta a:hover { background: #b8a87f; color: #1a1a2e; }
.p2-gate-not-found { display: flex; align-items: flex-start; gap: 12px; }
.p2-gate-not-found svg { flex-shrink: 0; margin-top: 2px; }
.p2-gate-not-found p { color: #C8B88F; font-size: 0.95rem; line-height: 1.5; margin: 0; }
.p2-gate-not-found a { color: #C8B88F; }
.p2-gate-footer { margin-top: 20px; text-align: center; }
.p2-gate-footer a { color: #555577; font-size: 0.85rem; }
.p2-gate-footer a:hover { color: #C8B88F; }

/* Full playbook bridge */
.p2-full-playbook-cta { padding: 72px 0; background: #0d0d1e; border-bottom: 1px solid #2a2a4a; }
.p2-full-box { background: #1a1a2e; border: 1px solid rgba(200, 184, 143, 0.25); border-radius: 8px; padding: 36px 40px; }
.p2-full-box h2 { font-size: clamp(1.45rem, 3vw, 2rem); font-weight: 400; color: #f5f3ee; line-height: 1.22; margin: 0 0 16px; font-family: var(--font-serif); }
.p2-full-box p { color: #9a9580; font-size: 0.98rem; line-height: 1.75; margin: 0 0 26px; }
.p2-full-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0 0 28px; }
.p2-full-grid span { display: block; min-height: 48px; background: #12122b; border: 1px solid #2a2a4a; border-radius: 6px; color: #d8d4c8; font-size: 0.82rem; line-height: 1.45; padding: 12px 14px; }
.p2-full-btn { display: inline-block; background: #C8B88F; color: #1a1a2e; padding: 14px 24px; border-radius: 4px; font-weight: 700; font-size: 0.95rem; text-decoration: none; font-family: var(--font-sans); transition: background 0.15s; }
.p2-full-btn:hover { background: #b8a87f; color: #1a1a2e; }

/* FAQ */
.p2-faq { padding: 72px 0; border-bottom: 1px solid #2a2a4a; }
.p2-faq-header { margin-bottom: 40px; }
.p2-faq-list { display: grid; gap: 0; }
.p2-faq-item { padding: 28px 0; border-bottom: 1px solid #2a2a4a; }
.p2-faq-item:last-child { border-bottom: none; }
.p2-faq-q { font-size: 1rem; font-weight: 600; color: #f5f3ee; margin: 0 0 10px; font-family: var(--font-sans); }
.p2-faq-a { color: #8b8b8b; font-size: 0.92rem; line-height: 1.7; margin: 0; }
.p2-faq-a a { color: #C8B88F; }

/* Engagement CTA */
.p2-engagement-cta { padding: 72px 0; background: #0d0d1e; }
.p2-engagement-box { max-width: 640px; margin: 0 auto; text-align: center; }
.p2-engagement-box h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 400; color: #f5f3ee; margin: 0 0 20px; font-family: var(--font-serif); }
.p2-engagement-box p { color: #8b8b8b; font-size: 1rem; line-height: 1.7; margin: 0 0 28px; }
.p2-engagement-btn { display: inline-block; background: transparent; border: 1px solid #C8B88F; color: #C8B88F; padding: 14px 28px; border-radius: 4px; font-weight: 600; font-size: 0.95rem; text-decoration: none; font-family: var(--font-sans); transition: background 0.15s, color 0.15s; }
.p2-engagement-btn:hover { background: #C8B88F; color: #1a1a2e; }

@media (max-width: 600px) {
  .p2-chapter-card { grid-template-columns: 1fr; }
  .p2-comp-row { grid-template-columns: 40px 1fr; grid-template-rows: auto auto; }
  .p2-comp-row span:nth-child(3) { grid-column: 2; }
  .p2-gate-fields { flex-direction: column; }
  .p2-full-box { padding: 28px 24px; }
  .p2-full-grid { grid-template-columns: 1fr; }
}
