﻿:root {
  color-scheme: light;
  --ink: #171717;
  --muted: #666b76;
  --soft: #f5f2ec;
  --line: #d8d2c6;
  --panel: #ffffff;
  --brand: #26285b;
  --brand-2: #b70b68;
  --ok: #087f5b;
  --warn: #b7791f;
  --shadow: 0 18px 55px rgba(28, 27, 23, .14);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: #ece8df; }
button, input, select, textarea { font: inherit; }
.app-shell { min-height: 100vh; }
.login-view, .training-view { min-height: 100vh; }
.login-view { display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at top left, #fff 0, #f4efe5 38%, #e6ded1 100%); }
.login-card { width: min(760px, 100%); background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 34px; }
.brand-row { display: flex; gap: 14px; align-items: center; margin-bottom: 26px; }
.logo-mark { width: 50px; height: 50px; border-radius: 14px; background: var(--brand); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 24px; }
.eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: 12px; color: var(--brand-2); font-weight: 800; }
h1 { margin: 0; font-size: clamp(34px, 5vw, 60px); line-height: 1.02; letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(28px, 4vw, 48px); line-height: 1.08; letter-spacing: 0; }
p { line-height: 1.55; }
.lead { font-size: 18px; color: var(--muted); max-width: 66ch; }
.login-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; margin-top: 26px; }
.input { border: 1px solid var(--line); border-radius: 12px; padding: 15px 16px; background: #fff; min-width: 0; }
.btn { border: 0; border-radius: 12px; padding: 13px 18px; font-weight: 800; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; }
.btn-primary { background: var(--brand-2); color: #fff; }
.btn-ghost { background: #fff; border: 1px solid var(--line); color: var(--ink); }
.btn-dark { background: var(--brand); color: #fff; }
.btn:disabled { opacity: .45; cursor: not-allowed; }
.meta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.meta-card { border: 1px solid var(--line); background: #fbfaf7; border-radius: 14px; padding: 16px; }
.meta-card strong { display: block; font-size: 22px; }
.meta-card span { color: var(--muted); font-size: 13px; }
.training-view { display: grid; grid-template-rows: auto 1fr auto; }
.topbar { position: sticky; top: 0; z-index: 5; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 14px 22px; background: rgba(255,255,255,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.progress-wrap { min-width: 0; }
.progress-label { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--muted); margin-bottom: 8px; }
.progress-track { height: 8px; background: #e2ddd2; border-radius: 99px; overflow: hidden; }
.progress-fill { height: 100%; width: 0; background: linear-gradient(90deg, var(--brand), var(--brand-2)); }
.top-actions { display: flex; align-items: center; gap: 10px; }
.timer { min-width: 86px; text-align: center; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; background: #fff; font-weight: 800; }
.slide { width: min(1180px, calc(100% - 40px)); margin: 28px auto; background: var(--panel); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); min-height: min(720px, calc(100vh - 180px)); padding: clamp(24px, 4vw, 54px); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 4vw, 52px); align-items: start; position: relative; padding-bottom: 76px; }
.slide.full { grid-template-columns: 1fr; }
.slide-signature { position: absolute; right: 28px; bottom: 22px; display: inline-flex; align-items: center; gap: 10px; color: #74717a; letter-spacing: .08em; font-size: 11px; font-weight: 650; }
.slide-signature strong { width: 28px; height: 28px; border-radius: 999px; display: grid; place-items: center; background: #f1edf4; color: var(--brand); letter-spacing: 0; font-size: 13px; font-weight: 750; }
.slide-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 16px; }
.page-chip, .source-chip, .section-chip { display: inline-flex; align-items: center; min-height: 30px; border-radius: 999px; padding: 7px 11px; font-size: 12px; font-weight: 900; line-height: 1; }
.page-chip { background: var(--brand); color: #fff; }
.source-chip { background: #fff7e3; color: #7d4e00; border: 1px solid #ead8a5; }
.section-chip { background: #f3edf2; color: var(--brand-2); border: 1px solid #ead1df; }
.module { color: var(--brand-2); font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; margin-bottom: 14px; }
.subtitle { font-size: 18px; color: var(--muted); margin: 18px 0 24px; }
.slide-body { display: grid; gap: 12px; max-width: 720px; }
.training-slide .slide-body { max-width: none; }
.body-paragraph { margin: 0; color: #263042; font-size: 16px; line-height: 1.62; }
.body-paragraph.subtopic { margin-top: 6px; color: var(--brand); font-weight: 900; font-size: 18px; line-height: 1.3; }
.bullet-list { padding: 0; margin: 4px 0 0; list-style: none; }
.bullet-list.compact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.bullet-list.detailed { display: grid; gap: 8px; }
.bullet-list li { display: grid; grid-template-columns: 28px 1fr; gap: 9px; align-items: start; color: #1d2534; line-height: 1.42; }
.bullet-list.compact li { min-height: 42px; border: 1px solid #ece4d9; background: #fbfaf6; border-radius: 8px; padding: 9px 10px; }
.bullet-list.detailed li { border-bottom: 1px solid #ece4d9; padding: 8px 0 10px; }
.bullet-no { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 999px; background: var(--brand); color: #fff; font-size: 12px; font-weight: 900; }
.topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 8px; }
.topic-block { border: 1px solid #e8dfd2; border-radius: 8px; background: #fffdfa; padding: 16px; }
.topic-block h3 { margin: 0 0 10px; color: var(--brand); font-size: 18px; line-height: 1.3; }
.topic-block p { margin: 0 0 8px; color: #263042; line-height: 1.5; }
.topic-block p:last-child { margin-bottom: 0; }
.topic-block ul { margin: 8px 0 0; padding-left: 20px; color: #263042; line-height: 1.45; }
.academy-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 340px); gap: clamp(24px, 4vw, 46px); align-items: start; }
.academy-copy h2 { max-width: 920px; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.02; }
.academy-sections { display: grid; gap: 16px; margin-top: 28px; }
.academy-section { border: 1px solid #e7dfd4; border-radius: 10px; background: #fffdfa; padding: 18px 20px; }
.academy-section h3 { margin: 0 0 10px; color: var(--brand); font-size: 21px; line-height: 1.25; }
.academy-section p { margin: 0; color: #263042; font-size: 17px; line-height: 1.62; }
.academy-bullets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; list-style: none; margin: 12px 0 0; padding: 0; }
.academy-bullets li { position: relative; padding-left: 22px; color: #263042; line-height: 1.45; font-weight: 650; }
.academy-bullets li:before { content: ''; position: absolute; left: 0; top: .58em; width: 8px; height: 8px; border-radius: 50%; background: var(--brand-2); }
.academy-flow { border: 1px solid #dad2c6; border-radius: 12px; background: linear-gradient(180deg, #fbfaf7, #f4efe6); padding: 18px; position: sticky; top: 96px; }
.flow-title { color: var(--brand-2); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.academy-flow ol { display: grid; gap: 12px; list-style: none; margin: 0; padding: 0; }
.academy-flow li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; }
.academy-flow li span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 999px; background: var(--brand); color: #fff; font-weight: 900; }
.academy-flow li strong { color: #263042; line-height: 1.28; font-size: 14px; }
.visual-board { min-height: 420px; border: 1px solid #cfc8ba; border-radius: 10px; background: #fbfaf5; position: relative; overflow: hidden; padding: 24px; display: grid; place-items: center; }
.visual-board:before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(#dad4ca 1px, transparent 1px), linear-gradient(90deg, #dad4ca 1px, transparent 1px); background-size: 58px 58px; opacity: .55; }
.visual-content { position: relative; z-index: 1; width: 100%; }
.scenario-figure { min-height: 420px; margin: 0; border: 1px solid #cfc8ba; border-radius: 10px; background: #171717; position: relative; overflow: hidden; box-shadow: 0 16px 32px rgba(0,0,0,.18); }
.scenario-figure img { width: 100%; height: 100%; min-height: 420px; display: block; object-fit: cover; }
.scenario-figure figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 12px 14px; border-radius: 8px; background: rgba(23,23,23,.78); color: #fff; font-weight: 700; line-height: 1.35; }
.visual-placeholder { background: #f7f4ec; border-style: dashed; display: grid; place-items: center; box-shadow: none; }
.placeholder-inner { width: min(420px, 88%); min-height: 220px; border: 2px dashed #b8b0a3; border-radius: 12px; display: grid; place-items: center; align-content: center; gap: 12px; text-align: center; padding: 24px; color: var(--muted); background: rgba(255,255,255,.58); }
.placeholder-inner strong { color: var(--brand); font-size: 28px; }
.placeholder-inner span { line-height: 1.45; }
.zoomable-figure { cursor: zoom-in; }
.zoom-hint { position: absolute; top: 14px; right: 14px; border: 0; border-radius: 999px; padding: 9px 12px; background: rgba(255,255,255,.9); color: var(--ink); font-weight: 800; box-shadow: 0 8px 18px rgba(0,0,0,.16); pointer-events: none; }
.pdf-figure { background: #f6f3ec; display: grid; grid-template-rows: 1fr auto; }
.pdf-figure img { object-fit: contain; background: #f6f3ec; padding: 8px; }
.pdf-figure figcaption { position: static; border-radius: 0; background: #252525; }
.pdf-figure .zoom-hint { top: 18px; right: 18px; }
.image-modal { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; padding: 24px; background: rgba(0,0,0,.86); cursor: zoom-out; }
.image-modal-inner { width: min(1280px, 96vw); max-height: 92vh; display: grid; gap: 10px; cursor: default; }
.image-modal-inner img { width: 100%; max-height: 84vh; object-fit: contain; border-radius: 10px; background: #f6f3ec; box-shadow: 0 24px 70px rgba(0,0,0,.45); }
.image-modal-caption { color: #fff; font-weight: 700; text-align: center; line-height: 1.4; }
.image-modal-close { position: fixed; top: 18px; right: 18px; border: 0; border-radius: 999px; padding: 11px 15px; background: #fff; color: #111; font-weight: 900; cursor: pointer; }
.channel-map { display: grid; grid-template-columns: 1fr 150px 1fr; gap: 20px; align-items: center; }
.person-node { width: 150px; height: 150px; border: 8px solid var(--brand); border-radius: 50%; display: grid; place-items: center; margin: auto; background: #fff; color: var(--brand); font-size: 64px; }
.channel-col { display: grid; gap: 18px; }
.channel { background: #fff; border: 2px solid #aaa394; border-radius: 8px; padding: 12px 14px; font-weight: 800; display: flex; align-items: center; gap: 10px; box-shadow: 0 5px 12px rgba(0,0,0,.08); }
.channel b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: var(--brand); color: #fff; }
.loop-visual { min-height: 320px; display: grid; place-items: center; }
.infinity { width: min(680px, 100%); height: 250px; position: relative; }
.infinity:before, .infinity:after { content: ''; position: absolute; width: 44%; height: 72%; border: 8px solid var(--brand); border-radius: 50%; top: 14%; }
.infinity:before { left: 8%; transform: rotate(35deg); }
.infinity:after { right: 8%; transform: rotate(-35deg); }
.loop-label { position: absolute; background: #fff; border: 1px solid #a9a293; padding: 9px 12px; border-radius: 4px; box-shadow: 0 4px 9px rgba(0,0,0,.12); font-weight: 700; }
.l1 { left: 0; top: 38%; } .l2 { left: 28%; bottom: 3%; } .l3 { right: 31%; top: 4%; } .l4 { right: 0; top: 36%; } .l5 { right: 12%; bottom: 8%; }
.center-caption { margin-top: 22px; background: #364d63; color: #fff; padding: 14px 18px; border-radius: 6px; text-align: center; }
.system-visual { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.system-tile { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 16px; min-height: 118px; }
.system-tile strong { display: block; font-size: 17px; margin-bottom: 7px; }
.system-tile span { color: var(--muted); font-size: 14px; line-height: 1.45; }
.content-visual { text-align: center; }
.content-visual .big-number { font-size: 92px; font-weight: 900; color: var(--brand); }
.content-visual .ring { width: 230px; height: 230px; border-radius: 50%; border: 18px solid #ded8cc; border-top-color: var(--brand-2); margin: 0 auto 18px; display: grid; place-items: center; color: var(--brand); font-size: 54px; font-weight: 900; }
.footerbar { position: sticky; bottom: 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 22px; background: rgba(255,255,255,.92); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
.footer-left, .footer-right { display: flex; gap: 10px; align-items: center; }
.small-note { color: var(--muted); font-size: 13px; }
.paused-badge { color: var(--warn); font-weight: 800; }
.choice-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.assessment-slide { align-items: start; }
.application-form { width: min(980px, 100%); box-shadow: none; border: 0; background: transparent; padding: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-grid label { display: grid; gap: 7px; color: var(--muted); font-size: 13px; font-weight: 800; }
.form-grid .input { width: 100%; color: var(--ink); font-weight: 500; }
.form-span { grid-column: 1 / -1; }
textarea.input { min-height: 96px; resize: vertical; line-height: 1.45; }
.schedule-block { display: grid; gap: 10px; }
.schedule-row { display: grid; grid-template-columns: 1.3fr 1fr 1fr auto; gap: 10px; align-items: center; }
.answer-list { display: grid; gap: 12px; margin-top: 24px; }
.answer-option { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #fbfaf7; padding: 15px; display: grid; grid-template-columns: 42px 1fr; gap: 12px; text-align: left; cursor: pointer; color: var(--ink); }
.answer-option strong { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: #ebe5d8; color: var(--brand); }
.answer-option span { line-height: 1.45; }
.answer-option.selected { border-color: var(--brand-2); background: #fff4fa; box-shadow: 0 0 0 3px rgba(183, 11, 104, .12); }
.answer-option.selected strong { background: var(--brand-2); color: #fff; }
@media (max-width: 860px) {
  .login-form, .slide, .topbar { grid-template-columns: 1fr; }
  .meta-grid, .system-visual { grid-template-columns: 1fr; }
  .channel-map { grid-template-columns: 1fr; }
  .person-node { width: 110px; height: 110px; font-size: 46px; }
  .visual-board { min-height: 360px; }
  .footerbar { flex-direction: column; align-items: stretch; }
  .footer-left, .footer-right { justify-content: space-between; }
  .choice-actions { flex-direction: column; }
  .answer-option { grid-template-columns: 36px 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .schedule-row { grid-template-columns: 1fr; }
  .bullet-list.compact { grid-template-columns: 1fr; }
  .topic-grid { grid-template-columns: 1fr; }
  .academy-layout { grid-template-columns: 1fr; }
  .academy-bullets { grid-template-columns: 1fr; }
  .academy-flow { position: static; }
}

/* Fixed academy slide template */
.academy-layout { display: block; width: min(980px, 100%); margin: 0 auto; }
.academy-copy h2 { max-width: 920px; font-size: clamp(40px, 4.7vw, 64px); line-height: 1.02; font-weight: 760; letter-spacing: 0; }
.academy-copy .subtitle { max-width: 920px; font-size: 19px; line-height: 1.58; font-weight: 450; color: #596273; }
.audio-card { margin-top: 18px; }
.audio-card p { margin: 9px 0 0 2px; color: #667085; font-size: 14.5px; line-height: 1.45; }
.audio-card .audio-error { color: #b42318; font-size: 13px; }
.audio-toggle { border: 1px solid #dfd5c8; background: #fffdfa; color: var(--brand); border-radius: 999px; padding: 10px 16px 10px 10px; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; font-weight: 620; box-shadow: 0 8px 22px rgba(28, 27, 23, .08); }
.audio-toggle:hover { border-color: var(--brand-2); }
.audio-toggle.playing { color: var(--brand-2); border-color: #e8bfd4; background: #fff7fb; }
.audio-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 999px; background: var(--brand); color: #fff; font-size: 14px; line-height: 1; }
.audio-toggle.playing .audio-icon { background: var(--brand-2); }
.academy-sections { display: grid; gap: 14px; margin-top: 30px; }
.academy-section { border: 1px solid #e7dfd4; border-radius: 8px; background: rgba(255,253,250,.92); padding: 20px 22px; }
.academy-section h3 { margin: 0 0 12px; color: var(--brand-2); font-size: 21px; font-weight: 760; line-height: 1.22; }
.academy-section p { margin: 0; color: #172033; font-size: 18px; font-weight: 360; line-height: 1.66; }
.academy-bullets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; list-style: none; margin: 12px 0 0; padding: 0; }
.academy-bullets li { position: relative; padding-left: 20px; color: #172033; line-height: 1.48; font-weight: 380; font-size: 16.5px; }
.academy-bullets li:before { content: ''; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-2); }
.academy-section.principle { background: #f8f5ee; border-color: #ddd2c2; }
.academy-section.principle p { font-size: 18.5px; font-weight: 360; color: #172033; }
.image-slide-layout { width: 100%; height: 100%; display: grid; grid-template-rows: auto 1fr; gap: 14px; }
.full-slide-figure { margin: 0; min-height: min(650px, calc(100vh - 265px)); border: 1px solid #ded5c8; border-radius: 8px; background: #f8f6ef; overflow: hidden; display: grid; place-items: center; }
.full-slide-figure img { width: 100%; height: 100%; max-height: calc(100vh - 265px); object-fit: contain; display: block; }

@media (max-width: 860px) {
  .academy-bullets { grid-template-columns: 1fr; }
}

.academy-media-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: flex-start; margin-top: 18px; }
.media-card { min-width: 250px; max-width: 390px; }
.resource-card p { margin: 9px 0 0 2px; color: #667085; font-size: 14.5px; line-height: 1.45; }
.resource-link { border: 1px solid #dfd5c8; background: #fffdfa; color: var(--brand); border-radius: 999px; padding: 10px 16px 10px 10px; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; font-weight: 620; box-shadow: 0 8px 22px rgba(28, 27, 23, .08); text-decoration: none; }
.resource-link:hover { border-color: var(--brand-2); color: var(--brand-2); }
.resource-icon { min-width: 44px; height: 34px; padding: 0 10px; display: grid; place-items: center; border-radius: 999px; background: var(--brand); color: #fff; font-size: 11px; line-height: 1; letter-spacing: .04em; }
@media (max-width: 720px) { .academy-media-row { display: grid; } .media-card { min-width: 0; max-width: none; } }

/* Academy v5: consistent slide rhythm */
.academy-copy h2 { font-size: clamp(34px, 3.7vw, 56px); line-height: 1.06; font-weight: 680; max-width: 980px; }
.academy-sections { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.academy-section { padding: 18px 20px; min-height: 0; }
.academy-section:has(.academy-bullets) { background: #fffdfa; }
.academy-section h3:empty { display: none; }
.academy-section p { font-size: 16.5px; line-height: 1.52; }
.academy-section p + p { margin-top: 8px; }
.academy-bullets { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 20px; }
.academy-bullets li { font-size: 15.8px; line-height: 1.42; font-weight: 390; }
.academy-section.principle { grid-column: 1 / -1; }
.academy-section.principle p, .academy-section.principle li { font-size: 17px; }
.audio-icon { width: auto; min-width: 42px; padding: 0 10px; font-size: 11px; letter-spacing: .02em; }
@media (max-width: 920px) { .academy-sections { grid-template-columns: 1fr; } }

/* Academy v8: clean aligned action strip and calmer content blocks */
.academy-media-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 26px;
}
.academy-media-row .media-card,
.academy-media-row .audio-card,
.academy-media-row .resource-card {
  min-width: 0;
  max-width: none;
  margin: 0;
}
.academy-media-row .media-card p,
.academy-media-row .audio-card p,
.academy-media-row .resource-card p {
  display: none;
}
.academy-media-row .audio-toggle,
.academy-media-row .resource-link {
  height: 48px;
  padding: 7px 17px 7px 8px;
  box-shadow: none;
  border-color: #ddd3c5;
  background: #fffdf9;
  white-space: nowrap;
}
.academy-media-row .audio-icon,
.academy-media-row .resource-icon {
  height: 34px;
  min-width: 42px;
}
.academy-section {
  border-color: #e3dbcf;
  background: #fffefa;
  box-shadow: none;
}
.academy-section p,
.academy-bullets li {
  font-weight: 360;
}
.academy-section h3 {
  font-weight: 620;
}
@media (max-width: 760px) {
  .academy-media-row { align-items: stretch; flex-direction: column; }
  .academy-media-row .audio-toggle,
  .academy-media-row .resource-link { justify-content: flex-start; width: 100%; }
}

/* Academy v9: remove inner box/card logic */
.academy-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 44px;
  margin-top: 28px;
  align-items: start;
}
.academy-section,
.academy-section.principle,
.academy-section:has(.academy-bullets) {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}
.academy-section h3 {
  margin: 0 0 10px;
  color: var(--brand-2);
  font-size: 20px;
  font-weight: 620;
  line-height: 1.24;
}
.academy-section h3:empty { display: none; }
.academy-section p {
  margin: 0;
  color: #172033;
  font-size: 17px;
  line-height: 1.58;
  font-weight: 340;
}
.academy-section p + p { margin-top: 7px; }
.academy-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.academy-section h3 + .academy-bullets { margin-top: 10px; }
.academy-bullets li {
  position: relative;
  padding-left: 18px;
  color: #172033;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 340;
}
.academy-bullets li:before {
  content: '';
  position: absolute;
  left: 0;
  top: .62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-2);
}
.academy-section.principle {
  grid-column: 1 / -1;
  border-top: 1px solid #e5ddd2 !important;
  padding-top: 18px !important;
  margin-top: 2px;
}
.academy-section.principle p,
.academy-section.principle li {
  font-size: 17px;
}
@media (max-width: 920px) {
  .academy-sections { grid-template-columns: 1fr; gap: 18px; }
  .academy-bullets { grid-template-columns: 1fr; }
}

/* Academy v10: no inner boxes, balanced training pages */
.slide.full.training-slide { width: min(1180px, calc(100vw - 120px)); padding: 58px 70px 70px; }
.academy-layout { width: 100%; max-width: none; margin: 0; display: block; }
.academy-copy { width: 100%; max-width: none; }
.academy-copy h2 { font-size: clamp(34px, 3.25vw, 54px); line-height: 1.08; font-weight: 650; max-width: 1040px; margin-bottom: 26px; }
.academy-sections { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 54px; margin-top: 24px; align-items: start; }
.academy-section, .academy-section.principle, .academy-section:has(.academy-bullets) { border: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; padding: 0 !important; min-height: 0 !important; }
.academy-section h3 { margin: 0 0 10px; color: var(--brand-2); font-size: 20px; line-height: 1.22; font-weight: 620; }
.academy-section h3:empty { display: none; }
.academy-section p { margin: 0; color: #172033; font-size: 17px; line-height: 1.54; font-weight: 340; }
.academy-section p + p { margin-top: 8px; }
.academy-lines, .academy-bullets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 32px; list-style: none; margin: 0; padding: 0; }
.academy-section h3 + .academy-lines, .academy-section h3 + .academy-bullets { margin-top: 10px; }
.academy-lines li, .academy-bullets li { position: relative; padding-left: 18px; color: #172033; font-size: 16px; line-height: 1.42; font-weight: 340; }
.academy-lines li:before, .academy-bullets li:before { content: ''; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-2); }
.academy-section.principle { grid-column: 1 / -1; border-top: 1px solid #e5ddd2 !important; padding-top: 18px !important; margin-top: 2px; }
.assessment-slide { width: min(1180px, calc(100vw - 120px)); padding: 46px 64px 84px; overflow: auto; }
.assessment-slide .login-card.application-form { width: 100%; max-width: none; box-shadow: none; border: 0; padding: 0; }
@media (max-width: 920px) { .slide.full.training-slide, .assessment-slide { width: min(100%, calc(100vw - 28px)); padding: 34px 24px 86px; } .academy-sections, .academy-lines, .academy-bullets { grid-template-columns: 1fr; } }

/* ===== PPTX SLIDE LAYOUT ===== */
.pptx-training-slide { padding: 0 !important; }
.pptx-slide-layout { width:100%; height:100%; display:flex; flex-direction:column; padding:10px 16px 4px; box-sizing:border-box; }
.pptx-slide-container { flex:1; position:relative; width:100%; display:flex; align-items:center; justify-content:center; }
.pptx-slide { width:100% !important; padding-bottom:56.25% !important; position:relative !important; overflow:hidden; border-radius:8px; box-shadow:0 4px 24px rgba(0,0,0,.18); }
.pptx-slide > * { box-sizing:border-box; }
.pptx-slide img { max-width:none; }

/* ===== CANVA SLIDE ===== */
.canva-slide-layout { width:100%;height:100%;display:flex;flex-direction:column;padding:8px 16px;box-sizing:border-box;gap:10px; }
.canva-iframe-wrap { position:relative;flex:1;width:100%;aspect-ratio:16/9;border-radius:8px;overflow:visible;box-shadow:0 4px 24px rgba(0,0,0,.18); }
.canva-iframe-wrap iframe { position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:8px; }
.canva-actions { display:flex;flex-direction:column;gap:8px;padding:8px 0 4px; }
.canva-audio-note { margin:0;font-size:13px;color:#555;font-style:italic;line-height:1.5; }
.canva-btns { display:flex;gap:10px;flex-wrap:wrap; }
.canva-audio-btn { background:linear-gradient(135deg,#c2185b,#e91e63);color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;transition:opacity .2s; }
.canva-audio-btn:hover { opacity:.85; }
.canva-pdf-btn { padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:6px; }
.canva-training-slide { padding:0!important; min-height:unset!important; height:auto!important; padding-bottom:0!important; }

/* ===== INDEX CARDS ===== */
.academy-index-tree { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 32px; }
.index-card { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; border: none; border-radius: 16px; padding: 36px 24px; background: linear-gradient(135deg, #26285b, #3a3d7a); color: #fff; cursor: pointer; transition: transform .2s, box-shadow .2s; box-shadow: 0 8px 28px rgba(0,0,0,.18); min-height: 180px; text-align: center; }
.index-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(0,0,0,.25); }
.index-card-icon { font-size: 48px; line-height: 1; }
.index-card-title { font-size: 18px; font-weight: 700; line-height: 1.3; }
.index-card-author { font-size: 13px; opacity: .75; font-weight: 400; }
@media (max-width: 600px) { .academy-index-tree { grid-template-columns: 1fr; } .index-card { min-height: 140px; } }