.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:1024px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS */:root {
  --ink: #0E2538;
  --ink-soft: #2a3f52;
  --ink-muted: #6b8090;
  --paper: #f5f7fa;
  --paper-warm: #f0f4f8;
  --rule: #dde3ea;
  --gold: #E5C14F;
  --gold-dark: #c9a73e;
  --gold-pale: #fffbf0;
  --white: #ffffff;
  --s1: #1a6b4a; --s1-pale: #e8f5ef;
  --s2: #0E2538; --s2-pale: #e8eef4;
  --s3: #c9a73e; --s3-pale: #fffbf0;
  --s4: #c0392b; --s4-pale: #fff5f5;
  --s5: #27ae60; --s5-pale: #f0fff4;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Heebo', sans-serif; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.8; }

/* NAV */
.nav { border-bottom: 1px solid var(--rule); padding: 14px 40px; display: flex; align-items: center; justify-content: space-between; background: var(--ink); position: sticky; top: 0; z-index: 100; }
.nav-brand { font-family: 'Heebo', sans-serif; font-size: 17px; font-weight: 900; color: var(--gold); text-decoration: none; letter-spacing: .01em; }
.nav-brand span { color: #fff; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 13px; color: rgba(255,255,255,.6); text-decoration: none; letter-spacing: .04em; transition: color .2s; }
.nav-links a:hover { color: var(--gold); }

/* HERO */
.hero { background: linear-gradient(135deg, #0E2538, #0d3048); padding: 60px 40px 48px; }
.hero-inner { max-width: 780px; margin: 0 auto; }
.hero-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.hero-ep { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); background: rgba(229,193,79,.15); border: 1px solid rgba(229,193,79,.35); padding: 4px 12px; border-radius: 20px; }
.hero-date { font-size: 12px; color: rgba(255,255,255,.4); }
.hero h1 { font-family: 'Heebo', sans-serif; font-size: clamp(28px, 5vw, 44px); font-weight: 900; line-height: 1.2; margin-bottom: 18px; color: #fff; }
.hero h1 span { color: var(--gold); }
.hero-sub { font-size: 17px; color: rgba(255,255,255,.7); line-height: 1.7; margin-bottom: 32px; max-width: 560px; }
.hero-guest { display: flex; align-items: center; gap: 14px; padding: 14px 18px; background: rgba(255,255,255,.08); border-radius: 10px; border: 1px solid rgba(229,193,79,.25); width: fit-content; }
.hero-guest-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Heebo', sans-serif; font-size: 16px; font-weight: 900; color: var(--ink); flex-shrink: 0; }
.hero-guest-name { font-size: 15px; font-weight: 700; margin-bottom: 2px; color: #fff; }
.hero-guest-title { font-size: 12px; color: rgba(255,255,255,.5); }
.hero-guest-stat { font-size: 12px; font-weight: 700; color: var(--ink); background: var(--gold); padding: 3px 10px; border-radius: 20px; margin-right: 8px; }

.divider { max-width: 780px; margin: 0 auto 40px; padding: 0 40px; border: none; border-top: 1px solid var(--rule); }
.container { max-width: 780px; margin: 0 auto; padding: 40px 40px 0; }
.section { margin-bottom: 48px; }
.section-label { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.section-label::after { content: ''; flex: 1; height: 1px; background: var(--rule); }
.section h2 { font-family: 'Heebo', sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 14px; color: var(--ink); }
.section p { color: var(--ink-soft); margin-bottom: 14px; }

/* STATIONS */
.stations { display: flex; flex-direction: column; gap: 3px; margin: 20px 0; }
.station { display: grid; grid-template-columns: 160px 1fr; border-radius: 10px; overflow: hidden; border: 1px solid var(--rule); transition: transform .15s, box-shadow .15s; }
.station:hover { transform: translateX(-3px); box-shadow: 0 4px 16px rgba(14,37,56,.08); }
.station-left { padding: 16px 18px; display: flex; flex-direction: column; gap: 4px; }
.station-num { font-family: 'Heebo', sans-serif; font-size: 26px; font-weight: 900; opacity: .2; line-height: 1; }
.station-icon { margin-bottom: 4px; } .station-icon img { width: 46px; height: 46px; object-fit: contain; display: block; }
.station-name { font-size: 11px; font-weight: 700; line-height: 1.3; letter-spacing: .03em; }
.station-right { padding: 16px 20px; background: var(--white); border-right: 1px solid var(--rule); display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.station-insight { font-size: 12px; color: var(--ink-muted); line-height: 1.55; padding-top: 8px; border-top: 1px solid var(--rule); }
.station-quote { font-family: 'Heebo', sans-serif; font-size: 16px; font-weight: 500; line-height: 1.6; color: var(--ink); font-style: italic; }
.station-quote::before { content: '"'; color: var(--gold); font-size: 22px; line-height: 0; vertical-align: -4px; margin-left: 4px; }
.station-quote::after { content: '"'; color: var(--gold); font-size: 22px; line-height: 0; vertical-align: -4px; margin-right: 4px; }
.s1 .station-left { background: var(--s1-pale); } .s1 .station-num, .s1 .station-name { color: var(--s1); }
.s2 .station-left { background: #e8eef4; } .s2 .station-num, .s2 .station-name { color: var(--ink); }
.s3 .station-left { background: var(--s3-pale); } .s3 .station-num, .s3 .station-name { color: var(--gold-dark); }
.s4 .station-left { background: var(--s4-pale); } .s4 .station-num, .s4 .station-name { color: var(--s4); }
.s5 .station-left { background: var(--s5-pale); } .s5 .station-num, .s5 .station-name { color: var(--s5); }

/* ANALYSIS BLOCK */
.analysis-block { border: 1px solid var(--rule); border-radius: 12px; overflow: hidden; margin-top: 20px; }
.analysis-q { padding: 16px 20px; background: var(--ink); }
.analysis-q-label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 6px; }
.analysis-q-text { font-size: 15px; color: rgba(255,255,255,.9); font-style: italic; line-height: 1.6; }
.analysis-quote { padding: 16px 20px; background: var(--gold-pale); border-bottom: 1px solid #e8d5a8; }
.analysis-quote-text { font-family: 'Heebo', sans-serif; font-size: 16px; font-weight: 500; color: var(--ink); line-height: 1.65; font-style: italic; }
.analysis-quote-text::before { content: '"'; color: var(--gold-dark); font-size: 22px; line-height: 0; vertical-align: -3px; margin-left: 3px; }
.analysis-quote-text::after { content: '"'; color: var(--gold-dark); font-size: 22px; line-height: 0; vertical-align: -3px; margin-right: 3px; }
.analysis-row { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); }
.analysis-cell { padding: 16px 18px; border-right: 1px solid var(--rule); }
.analysis-cell:last-child { border-right: none; }
.analysis-cell-title { font-size: 10px; font-weight: 700; color: var(--ink-muted); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 7px; }
.analysis-cell-body { font-size: 13px; color: var(--ink-soft); line-height: 1.6; }

/* HILL BOX */
.hill-box { display: flex; gap: 16px; align-items: flex-start; background: var(--white); border: 1px solid var(--rule); border-right: 4px solid var(--gold); border-radius: 0 10px 10px 0; padding: 18px 20px; }
.hill-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.hill-label { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 6px; }
.hill-text { font-size: 14px; color: var(--ink-soft); line-height: 1.75; }

/* FINDING */
.finding { background: var(--gold-pale); border: 1px solid #e8d5a8; border-right: 4px solid var(--gold); border-radius: 0 10px 10px 0; padding: 20px 22px; margin: 24px 0; position: relative; }
.finding::before { content: '!'; position: absolute; top: -12px; right: 20px; width: 24px; height: 24px; background: var(--gold); color: var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 13px; }
.finding-label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 8px; }
.finding p { font-size: 14px; color: var(--ink); line-height: 1.7; margin: 0; }

/* TOPICS */
.topics { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.topic { font-size: 12px; padding: 4px 12px; border-radius: 20px; border: 1px solid var(--rule); color: var(--ink-soft); background: var(--white); }

/* CODING */
.coding-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 18px 0; padding: 16px; background: var(--ink); border-radius: 10px; }
.coding-item { text-align: center; }
.coding-val { font-size: 20px; font-weight: 900; color: var(--gold); line-height: 1; margin-bottom: 3px; }
.coding-lbl { font-size: 10px; color: rgba(255,255,255,.5); letter-spacing: .04em; font-weight: 700; text-transform: uppercase; }
.coding-exp { font-size: 10px; color: rgba(255,255,255,.4); margin-top: 3px; line-height: 1.4; }

/* LISTEN */
.listen-row { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0; }
.listen-btn { display: flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 8px; text-decoration: none; font-size: 13px; font-weight: 700; border: 1px solid var(--rule); background: var(--white); color: var(--ink); transition: border-color .2s, transform .15s; }
.listen-btn:hover { border-color: var(--gold); transform: translateY(-1px); }
.listen-btn .btn-icon { font-size: 16px; }

/* BOOK CTA */
.book-cta { background: linear-gradient(135deg, #0E2538, #0d3048); border-radius: 12px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 28px; }
.book-cta-img { width: 100px; height: auto; object-fit: contain; flex-shrink: 0; border-radius: 6px; }
.book-cta-label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 6px; }
.book-cta-title { font-family: 'Heebo', sans-serif; font-size: 18px; font-weight: 900; color: var(--gold); margin-bottom: 4px; }
.book-cta-sub { font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.5; }
.book-cta-btn { display: inline-block; font-size: 14px; font-weight: 700; color: var(--ink); background: var(--gold); padding: 11px 24px; border-radius: 8px; text-decoration: none; white-space: nowrap; flex-shrink: 0; transition: opacity .2s; }
.book-cta-btn:hover { opacity: .88; }

/* LEARN */
.learn-block { background: var(--paper-warm); border: 1px solid var(--rule); border-radius: 12px; padding: 24px 28px; margin-bottom: 28px; }
.learn-intro { font-size: 15px; color: var(--ink); line-height: 1.7; margin-bottom: 18px; font-weight: 700; }
.learn-points { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.learn-point { display: flex; gap: 12px; align-items: flex-start; }
.learn-point-icon { color: var(--gold-dark); font-weight: 900; font-size: 15px; flex-shrink: 0; margin-top: 2px; }
.learn-point div { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }
.learn-cta { border-top: 1px solid var(--rule); padding-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.learn-cta-text { font-size: 14px; color: var(--ink-soft); flex: 1; min-width: 180px; font-weight: 500; }
.learn-cta-btn { font-size: 13px; font-weight: 700; color: var(--ink); background: var(--gold); padding: 10px 22px; border-radius: 8px; text-decoration: none; white-space: nowrap; transition: opacity .2s; }
.learn-cta-btn:hover { opacity: .88; }

/* QUESTION BOX */
.question-box { background: linear-gradient(135deg, #0E2538, #0d3048); border-radius: 12px; padding: 28px 32px; margin: 28px 0; }
.question-box .q-label { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 10px; }
.question-box .q-text { font-family: 'Heebo', sans-serif; font-size: 19px; font-weight: 700; color: #fff; line-height: 1.55; margin-bottom: 16px; }
.question-box .q-cta { display: inline-block; font-size: 13px; font-weight: 700; color: var(--ink); background: var(--gold); padding: 8px 18px; border-radius: 8px; text-decoration: none; transition: opacity .2s; margin-left: 8px; margin-bottom: 8px; }
.question-box .q-cta:hover { opacity: .88; }

/* NEXT EP */
.next-ep { background: var(--white); border: 1px solid var(--rule); border-radius: 12px; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-decoration: none; transition: border-color .2s, box-shadow .2s; margin-bottom: 60px; }
.next-ep:hover { border-color: var(--gold); box-shadow: 0 4px 16px rgba(14,37,56,.08); }
.next-ep-label { font-size: 10px; font-weight: 700; color: var(--ink-muted); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 6px; }
.next-ep-title { font-family: 'Heebo', sans-serif; font-size: 17px; font-weight: 700; color: var(--ink); }
.next-ep-arrow { font-size: 22px; color: var(--gold); flex-shrink: 0; }

/* MID CTA */
.mid-cta { background: var(--gold-pale); border: 1px solid #e8d5a8; border-right: 4px solid var(--gold); border-radius: 0 10px 10px 0; padding: 16px 20px; margin: 0 0 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.mid-cta-text { font-size: 14px; color: var(--ink); line-height: 1.6; flex: 1; min-width: 200px; font-weight: 500; }
.mid-cta-btn { font-size: 13px; font-weight: 700; color: var(--ink); background: var(--gold); padding: 9px 20px; border-radius: 8px; text-decoration: none; white-space: nowrap; transition: opacity .2s; }
.mid-cta-btn:hover { opacity: .88; }

/* AEO */
.aeo-block { background: var(--paper-warm); border: 1px solid var(--rule); border-radius: 10px; padding: 16px 20px; margin: 0 0 20px; }
.aeo-label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 8px; }
.aeo-text { font-size: 14px; color: var(--ink-soft); line-height: 1.75; margin: 0; }

/* SNIPPET */
.snippet-block { border: 1px solid var(--rule); border-radius: 10px; overflow: hidden; margin: 0 0 36px; }
.snippet-q { background: var(--ink); color: #fff; padding: 12px 18px; font-size: 14px; font-weight: 700; }
.snippet-a { padding: 14px 18px 4px; font-size: 14px; color: var(--ink-soft); line-height: 1.7; background: var(--white); }
.snippet-list { padding: 8px 18px 16px; margin: 0; list-style: none; background: var(--white); }
.snippet-list li { font-size: 13px; color: var(--ink-soft); padding: 6px 20px 6px 0; border-bottom: 1px solid var(--rule); position: relative; }
.snippet-list li:last-child { border-bottom: none; }
.snippet-list li::before { content: '→'; position: absolute; right: 0; color: var(--gold-dark); font-size: 12px; font-weight: 700; }

footer { background: var(--ink); border-top: none; padding: 28px 40px; text-align: center; font-size: 12px; color: rgba(255,255,255,.4); }
footer strong { color: var(--gold); }

@media (max-width: 600px) {
  .nav { padding: 12px 20px; } .nav-links { display: none; }
  .hero { padding: 40px 20px 36px; }
  .container { padding: 28px 20px 0; }
  .station { grid-template-columns: 120px 1fr; }
  .analysis-row { grid-template-columns: 1fr; }
  .analysis-cell { border-right: none; border-bottom: 1px solid var(--rule); }
  .analysis-cell:last-child { border-bottom: none; }
  .coding-strip { grid-template-columns: repeat(2, 1fr); }
  .next-ep { flex-direction: column; }
  .book-cta { flex-direction: column; }
  .learn-cta { flex-direction: column; }
}/* End custom CSS */