@import url("case-study.css");

/* ============ Lumi Go — Coded rebuild ============ */
:root {
  --lg-bg: #000000;
  --lg-cyan: #4ecdfd;
  --lg-cyan-dim: #8fd9f7;
  --lg-blue-deep: #00223f;
  --lg-orange: #e0672a;
  --lg-mint: #62d298;
  --lg-card-dark: #12181f;
  --lg-white: #ffffff;
  --lg-ink: #1c1e22;
  --lg-ink-2: #55585e;
}

.lg-sec { padding: 90px 0; }
.lg-sec.black { background: var(--lg-bg); color: #dfe7ee; }
.lg-sec.white { background: var(--lg-white); color: var(--lg-ink); }
.lg-sec.mint { background: var(--lg-mint); color: #12281c; }
.lg-wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }

.lg-sec.black h1, .lg-sec.black h2, .lg-sec.black h3 { color: #fff; }
.lg-sec.black .lg-sub { color: var(--lg-cyan-dim); }

/* section number header, e.g. "1  About ------" */
.lg-numhead { display: flex; align-items: center; gap: 18px; margin-bottom: 50px; }
.lg-numhead .num-circle {
  width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid currentColor;
  display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0;
}
.lg-numhead h2 { font-size: 30px; font-weight: 500; margin: 0; }
.lg-numhead .num-line { flex: 1; height: 1px; background: currentColor; opacity: 0.5; margin-left: -4px; }

/* ---------- Hero ---------- */
.lg-hero { text-align: center; padding-top: 60px; }

/* ---------- Store listing mockup ---------- */
.lg-store { text-align: left; max-width: 1180px; margin: 0 auto 50px; }
.lg-store-top { display: flex; align-items: center; gap: 8px; margin-bottom: 30px; }
.lg-store-left { flex: 2.2; display: flex; flex-direction: column; gap: 24px; }
.lg-store-banner { width: auto; max-width: 100%; height: 280px; object-fit: contain; object-position: left; align-self: flex-start; border-radius: 4px; }
.lg-store-video { flex: 1; margin: 0 0 0 -20px; border-radius: 4px; background: #000; }
.lg-store-video video { display: block; width: 100%; height: auto; object-fit: contain; background: #000; }
.lg-store-title { font-size: 32px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.lg-store-dev { color: var(--lg-mint); font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.lg-store-sub { color: var(--lg-cyan-dim); font-size: 14px; margin-bottom: 20px; }
.lg-store-meta-row { display: flex; align-items: center; gap: 18px; }
.lg-store-icon { width: 68px; height: 68px; border-radius: 0; }
.lg-store-divider { width: 1px; height: 50px; background: rgba(255,255,255,0.15); }
.lg-store-rating { display: flex; align-items: center; gap: 16px; }
.lg-store-rating-summary { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.lg-store-rating-num { font-size: 32px; font-weight: 700; color: #fff; }
.lg-store-stars { font-size: 11px; color: var(--lg-cyan); line-height: 1.4; text-align: center; }
.lg-store-bars { display: grid; gap: 2px; width: 160px; }
.lg-store-bars .bar-row { display: flex; align-items: center; gap: 8px; font-size: 10px; color: var(--lg-cyan-dim); }
.lg-store-bars .bar { flex: 1; height: 4px; background: rgba(255,255,255,0.1); border-radius: 2px; overflow: hidden; }
.lg-store-bars .bar i { display: block; height: 100%; background: var(--lg-cyan); }
.lg-store-downloads { display: flex; flex-direction: column; font-size: 13px; color: var(--lg-cyan-dim); }
.lg-store-downloads strong { font-size: 18px; color: #fff; }
.lg-playstore-badge { height: 44px; width: auto; }
@media (max-width: 700px) {
  .lg-store-top { flex-direction: column; }
  .lg-store-banner { height: 210px; }
  .lg-store-video { height: auto; margin-left: 0; }
  .lg-store-meta-row { flex-wrap: wrap; row-gap: 14px; }
}
.lg-hero-title {
  font-size: 64px; font-weight: 700; letter-spacing: 4px;
  color: var(--lg-cyan); text-shadow: 0 0 24px rgba(78,205,253,0.6);
}
.lg-hero-desc { max-width: 600px; margin: 30px auto 0; font-size: 14px; line-height: 1.6; color: var(--lg-cyan-dim); }
.lg-hero-desc strong { color: #fff; }
.lg-tag-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.lg-tag {
  background: rgba(78,205,253,0.12); border: 1px solid rgba(78,205,253,0.4);
  color: var(--lg-cyan-dim); padding: 8px 20px; border-radius: 99px; font-size: 14px;
}

/* ---------- Placeholder utility (numbered) ---------- */
.lg-ph {
  display: flex; align-items: center; justify-content: center; text-align: center;
  border: 2px dashed rgba(150,150,150,0.4); border-radius: 12px;
  color: #9099a3; font-size: 14px; padding: 20px; background: rgba(255,255,255,0.02);
  min-height: 160px;
}
.lg-sec.white .lg-ph { background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.2); color: #777; }
.lg-shot { display: block; width: 100%; height: auto; border-radius: 12px; object-fit: cover; }
.lg-flow-wrap { margin-top: 30px; }
.lg-flow-svg { display: block; width: 100%; height: auto; }
.lg-shot-overlay-wrap { position: relative; }
.lg-shot-overlay { position: absolute; top: 0; left: 0; width: 42%; padding: 100px 20px 0 60px; }
.lg-shot-overlay h3, .lg-shot-overlay p { color: #fff; }
.lg-shot-overlay .lg-body-text { color: #b7c0c8; }
@media (max-width: 700px) {
  .lg-shot-overlay { position: static; width: 100%; padding: 100px 0 20px 60px; }
}
.lg-ph-grid { min-height: 260px; }
.lg-ph-lg { min-height: 380px; }
.lg-ph-table { min-height: 220px; }
.lg-ph-sm { min-height: 120px; }

/* ---------- Made using ---------- */
.lg-madeusing { text-align: center; margin-top: 70px; }
.lg-madeusing h4 { font-size: 20px; color: #cfd6dc; margin-bottom: 30px; font-weight: 500; }
.lg-tools-row { display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; }
.lg-tool { max-width: 140px; }
.lg-tool .lg-ph { width: 56px; height: 56px; margin: 0 auto 12px; min-height: 0; border-radius: 10px; }
.lg-tool-logo { display: block; width: 56px; height: 56px; margin: 0 auto 12px; object-fit: contain; }
.lg-tool h5 { font-size: 15px; color: #fff; margin-bottom: 4px; }
.lg-tool p { font-size: 12px; color: #8a929b; }

/* ---------- Design thinking wheel (stage cards) ---------- */
.lg-stage-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 40px; }
.lg-stage-card { border-radius: 14px; padding: 22px 18px; text-align: center; }
.lg-stage-card h4 { font-size: 16px; letter-spacing: 1px; margin-bottom: 14px; color: #fff; }
.lg-stage-card ul { list-style: none; text-align: left; display: grid; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.85); }
.lg-stage-card.empathize { background: #2166c9; }
.lg-stage-card.define { background: #d99a1e; }
.lg-stage-card.ideate { background: #1d7a8c; }
.lg-stage-card.prototype { background: #c9432f; }
.lg-stage-card.test { background: #1c3f8c; }

/* ---------- Body copy blocks ---------- */
.lg-intro-text { max-width: 800px; margin: 0 auto 50px; text-align: center; font-size: 17px; line-height: 1.7; color: #c3cbd2; }
.lg-body-text { font-size: 16px; line-height: 1.8; color: #b7c0c8; max-width: 820px; }
.lg-body-text + .lg-body-text { margin-top: 20px; }
.lg-sec.white .lg-body-text, .lg-sec.white .lg-intro-text { color: var(--lg-ink-2); }

/* ---------- Sound design table ---------- */
.lg-table-wrap { overflow-x: auto; margin-top: 20px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.12); }
.lg-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.lg-table th, .lg-table td { padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.1); text-align: left; }
.lg-table thead th { background: rgba(78,205,253,0.1); color: var(--lg-cyan-dim); font-weight: 600; }
.lg-table tr:last-child td { border-bottom: none; }
.lg-sec.white .lg-table { color: var(--lg-ink); }
.lg-sec.white .lg-table th, .lg-sec.white .lg-table td { border-color: #e6e8ec; }
.lg-sec.white .lg-table thead th { background: #f2fbf6; color: #1f8a5c; }

.lg-kv-list { display: grid; gap: 8px; font-size: 14.5px; color: #b7c0c8; }
.lg-kv-list span.k { color: var(--lg-cyan-dim); display: inline-block; min-width: 220px; }
.lg-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }

/* ---------- Iteration blocks ---------- */
.lg-iter-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 40px; }
.lg-stat-list { display: grid; gap: 10px; font-size: 14.5px; }
.lg-stat-row { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px dashed rgba(255,255,255,0.15); padding-bottom: 8px; color: #c3cbd2; }
.lg-stat-row b { color: #fff; }
.lg-inference h4 { color: var(--lg-cyan); font-size: 20px; margin-bottom: 10px; }
.lg-inference p { color: #b7c0c8; font-size: 15px; }

/* ---------- Colour palette / icons ---------- */
.lg-palette-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 20px; }
.lg-palette-group h5 { font-size: 13px; color: #9099a3; margin-bottom: 10px; }
.lg-swatch-row { display: flex; gap: 6px; margin-bottom: 10px; }
.lg-swatch { width: 34px; height: 34px; border-radius: 6px; }
.lg-palette-group p { font-size: 12.5px; color: #8a929b; line-height: 1.5; }

/* ---------- Name voting table ---------- */
.lg-vote-table { width: 100%; max-width: 560px; margin: 30px auto 0; border-collapse: collapse; font-size: 15px; }
.lg-vote-table td { padding: 9px 14px; color: #c3cbd2; border-bottom: 1px solid rgba(255,255,255,0.08); }
.lg-vote-table td:last-child { text-align: right; }
.lg-vote-table tr.winner td { color: #fff; font-weight: 700; border: 1px solid var(--lg-cyan); }

/* ---------- Game screen captions ---------- */
.lg-screen-row {
  display: flex; align-items: center; gap: 40px; margin-bottom: 30px;
  background: #101418; border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 30px;
}
.lg-screen-row.alt { flex-direction: row-reverse; }
.lg-screen-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; align-items: stretch; }
.lg-screen-pair .lg-screen-row,
.lg-screen-pair .lg-screen-row.alt { flex-direction: column; margin-bottom: 0; gap: 20px; }
.lg-screen-media {
  flex: 0 0 auto; background: #000; border-radius: 12px; padding: 16px;
  min-height: 260px; display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.lg-screen-media img { display: block; max-width: 100%; max-height: 340px; width: auto; height: auto; border-radius: 8px; }
.lg-screen-media-wide { width: 100%; padding: 20px; }
.lg-screen-media-wide img { max-height: none; }
.lg-screen-cap {
  flex: 1; background: rgba(255,255,255,0.03);
  padding: 18px 24px; border-radius: 10px;
}
.lg-screen-cap p { font-size: 15px; line-height: 1.7; color: #b7c0c8; margin: 0; }
.lg-screen-cap b { color: #fff; }

/* ---------- Eval report light components ---------- */
.lg-eval-hero { text-align: center; padding: 40px 0; }
.lg-eval-hero .lg-sub { color: var(--lg-mint); font-size: 22px; font-weight: 600; }
.lg-eval-hero h1 { font-size: 46px; margin: 8px 0 20px; }
.lg-eval-hero .credit { color: #8a929b; font-size: 14px; }

.lg-toc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.lg-toc-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); color: #dfe7ee; border-radius: 12px; padding: 40px; }
.lg-toc-card ol { padding-left: 20px; display: grid; gap: 12px; font-size: 15.5px; }
.lg-toc-card ol::marker, .lg-toc-card li::marker { color: var(--lg-cyan); }

.lg-split-row { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.lg-split-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); color: #dfe7ee; border-radius: 12px; padding: 40px; }
.lg-split-card p { margin-bottom: 16px; font-size: 15.5px; line-height: 1.7; color: #b7c0c8; }
.lg-split-card p:last-child { margin-bottom: 0; }

.lg-heading-rule { display: flex; align-items: center; gap: 20px; margin-bottom: 22px; }
.lg-heading-rule h3 { font-size: 26px; font-weight: 500; white-space: nowrap; color: #fff; }
.lg-heading-rule .rule { flex: 1; height: 2px; background: var(--lg-cyan); opacity: 0.5; }

.lg-block { margin-bottom: 50px; }
.lg-block:last-child { margin-bottom: 0; }
.lg-block p, .lg-block li { font-size: 15px; line-height: 1.7; color: #b7c0c8; }
.lg-block ol, .lg-block ul { padding-left: 20px; display: grid; gap: 8px; }
.lg-block ol::marker, .lg-block li::marker { color: var(--lg-cyan-dim); }
.lg-block b { color: #fff; }
.lg-block h5 { font-size: 15px; margin-bottom: 8px; color: var(--lg-cyan-dim); }
.lg-block em { color: #dfe7ee; }
.lg-goal-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 20px; }

.lg-key-question { text-align: center; }
.lg-key-question .lg-sub { display: block; color: var(--lg-cyan-dim); font-size: 15px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.lg-key-question h2 { font-size: 40px; font-weight: 700; margin-bottom: 20px; color: var(--lg-cyan); text-shadow: 0 0 24px rgba(78,205,253,0.35); }
.lg-key-question p { font-size: 22px; max-width: 760px; margin: 0 auto; line-height: 1.5; color: #fff; }

.lg-finding-row {
  display: grid; grid-template-columns: 60% 40%; gap: 48px;
  margin-bottom: 48px; align-items: center;
}
.lg-finding-row:last-child { margin-bottom: 0; }
.lg-finding-group { margin-top: 12px; }
.lg-finding-group > .lg-heading-rule { margin-bottom: 36px; }
.lg-finding-body .lg-heading-rule { margin-bottom: 24px; }
.lg-finding-sub + .lg-finding-sub { margin-top: 22px; }
.lg-finding-body h5, .lg-finding-sub h5 {
  font-size: 15px; font-weight: 600; color: var(--lg-cyan); margin: 0 0 10px;
}

.lg-finding-row-flank { grid-template-columns: 1fr auto 1fr; gap: 28px; }
.lg-sticky-note {
  padding: 22px; border-radius: 4px; box-shadow: 4px 6px 14px rgba(0,0,0,0.35);
  transform: rotate(-2deg);
}
.lg-sticky-note.note-pink { transform: rotate(2deg); }
.lg-sticky-note h5 { color: #4a4320; }
.lg-sticky-note.note-yellow { background: #f4e08a; }
.lg-sticky-note.note-pink { background: #f3b8c4; }
.lg-sticky-note.note-pink h5 { color: #5c2430; }
.lg-sticky-note .lg-finding-list li {
  background: rgba(0,0,0,0.08); border: none; color: #3a341c;
}
.lg-sticky-note.note-pink .lg-finding-list li { color: #4a2028; }
@media (max-width: 900px) {
  .lg-finding-row-flank { grid-template-columns: 1fr; }
  .lg-sticky-note { transform: none; }
}
.lg-finding-media {
  display: flex; align-items: center; justify-content: center;
  background: #0a0e12; border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 20px; align-self: center;
}
.lg-finding-media .lg-shot {
  width: auto; max-width: 100%; max-height: 500px; height: auto;
  object-fit: contain; border-radius: 8px;
}
.lg-finding-list {
  list-style: none; margin: 0; padding: 0; display: grid; gap: 10px;
}
.lg-finding-list li {
  padding: 12px 16px; background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06); border-radius: 10px;
  font-size: 14.5px; line-height: 1.6; color: #b7c0c8;
}
.lg-finding-list--num { counter-reset: finding-num; }
.lg-finding-list--num li {
  position: relative; padding-left: 44px; counter-increment: finding-num;
}
.lg-finding-list--num li::before {
  content: counter(finding-num);
  position: absolute; left: 14px; top: 12px;
  font-family: "Rajdhani", sans-serif; font-size: 14px; font-weight: 700;
  color: var(--lg-cyan); opacity: 0.75;
}

/* ---------- Retrospective insight cards ---------- */
.lg-retro-insights { margin-top: 56px; }
.lg-retro-insights > .lg-heading-rule { margin-bottom: 32px; }
.lg-retro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lg-retro-card {
  display: flex; flex-direction: column; gap: 16px;
  padding: 24px 22px 26px; border-radius: 16px;
  background: linear-gradient(160deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.lg-retro-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.35);
}
.lg-retro-num {
  font-family: "Rajdhani", sans-serif; font-size: 28px; font-weight: 700;
  line-height: 1; color: #fff; opacity: 0.35;
}
.lg-retro-card h4 { font-size: 18px; font-weight: 600; color: #fff; margin: -8px 0 0; }
.lg-retro-card .lg-finding-list { flex: 1; }
.lg-retro-card .lg-finding-list li { background: rgba(0,0,0,0.25); }
.lg-retro-quote {
  margin: 4px 0 0; padding: 14px 16px;
  background: rgba(78,205,253,0.08); border-radius: 10px;
  border: 1px solid rgba(78,205,253,0.15);
  font-size: 13.5px; font-style: italic; line-height: 1.55;
  color: var(--lg-cyan-dim);
}
.lg-retro-card--2 .lg-retro-quote {
  background: rgba(98,210,152,0.08);
  border-color: rgba(98,210,152,0.15);
}
.lg-retro-card--3 .lg-retro-quote {
  background: rgba(122,79,201,0.1);
  border-color: rgba(122,79,201,0.2);
}

.lg-takeaway-list { padding-left: 20px; display: grid; gap: 16px; font-size: 17px; }

/* ---------- Insight cards (Takeaways + Conclusion) ---------- */
.lg-insight-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.lg-insight-card { border-radius: 14px; padding: 22px 20px; }
.lg-insight-card .num { font-family: "Rajdhani", sans-serif; font-size: 26px; font-weight: 700; color: #fff; opacity: 0.6; margin-bottom: 10px; display: block; }
.lg-insight-card p { font-size: 14.5px; line-height: 1.55; color: rgba(255,255,255,0.9); margin: 0; }
.lg-insight-card.c1 { background: #2166c9; }
.lg-insight-card.c2 { background: #1d7a8c; }
.lg-insight-card.c3 { background: #c9432f; }
.lg-insight-card.c4 { background: #1c3f8c; }
.lg-insight-card.c5 { background: #7a4fc9; }
.lg-quote-strip { font-size: 15px; font-style: italic; color: var(--lg-cyan-dim); margin-top: 14px; padding-left: 0; }

/* ---------- Eval methodology cards ---------- */
.lg-eval-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.lg-eval-card {
  position: relative; overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(78,205,253,0.18); border-radius: 18px; padding: 28px 28px 32px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.lg-eval-card:hover {
  transform: translateY(-4px);
  border-color: rgba(78,205,253,0.45);
  box-shadow: 0 16px 40px rgba(78,205,253,0.12);
}
.lg-eval-card--focus { --lg-eval-accent: var(--lg-mint); }
.lg-eval-card--method { --lg-eval-accent: var(--lg-cyan); }
.lg-eval-card--pilot { --lg-eval-accent: #7a4fc9; }
.lg-eval-card--revision { --lg-eval-accent: var(--lg-orange); }
.lg-eval-card-head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.lg-eval-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 20px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
}
.lg-eval-card-head h3 { font-size: 22px; font-weight: 600; margin: 0; letter-spacing: 0.3px; }
.lg-eval-chips { display: grid; gap: 14px; }
.lg-eval-chip {
  background: rgba(0,0,0,0.35); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 14px 16px;
}
.lg-eval-chip-label {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; color: var(--lg-mint); margin-bottom: 6px;
}
.lg-eval-chip p { margin: 0; font-size: 14.5px; line-height: 1.6; color: #b7c0c8; }
.lg-eval-methods { display: grid; gap: 16px; }
.lg-eval-method {
  display: flex; gap: 16px; align-items: flex-start;
  background: rgba(0,0,0,0.3); border-radius: 12px; padding: 16px;
  border: 1px solid rgba(78,205,253,0.12);
}
.lg-eval-method-num {
  font-family: "Rajdhani", sans-serif; font-size: 28px; font-weight: 700;
  line-height: 1; color: var(--lg-cyan); opacity: 0.7; flex-shrink: 0;
}
.lg-eval-method h4 { font-size: 15px; font-weight: 600; color: #fff; margin: 0 0 6px; }
.lg-eval-method p { margin: 0; font-size: 14px; line-height: 1.65; color: #b7c0c8; }
.lg-eval-steps {
  list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; counter-reset: eval-step;
}
.lg-eval-steps li {
  position: relative; padding: 14px 16px 14px 52px;
  background: rgba(0,0,0,0.3); border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 14.5px; line-height: 1.6; color: #b7c0c8;
  counter-increment: eval-step;
}
.lg-eval-steps li::before {
  content: counter(eval-step);
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: "Rajdhani", sans-serif; font-size: 14px; font-weight: 700;
  color: #fff; background: var(--lg-eval-accent, var(--lg-cyan));
  box-shadow: 0 0 12px rgba(78,205,253,0.35);
}

/* ---------- Test protocol cards ---------- */
.lg-protocol-card {
  margin-top: 0; padding: 32px; border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.12);
}
.lg-protocol-card + .lg-protocol-card { margin-top: 40px; }
.lg-protocol-card--func {
  --lg-protocol-accent: var(--lg-cyan);
  background: linear-gradient(145deg, rgba(78,205,253,0.1) 0%, rgba(255,255,255,0.03) 100%);
  border-color: rgba(78,205,253,0.35);
}
.lg-protocol-card--retro {
  --lg-protocol-accent: #7a4fc9;
  background: linear-gradient(145deg, rgba(122,79,201,0.12) 0%, rgba(255,255,255,0.03) 100%);
  border-color: rgba(122,79,201,0.35);
}
.lg-protocol-card-head { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 28px; }
.lg-protocol-badge {
  flex-shrink: 0; width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-family: "Rajdhani", sans-serif; font-size: 22px; font-weight: 700;
  color: #fff; background: var(--lg-protocol-accent, #7a4fc9);
  box-shadow: 0 0 20px rgba(78,205,253,0.35);
}
.lg-protocol-card--retro .lg-protocol-badge { box-shadow: 0 0 20px rgba(122,79,201,0.45); }
.lg-protocol-card-head h4 { font-size: 24px; font-weight: 600; margin: 0 0 10px; color: #fff; }
.lg-protocol-objective { margin: 0; font-size: 15px; line-height: 1.65; color: #b7c0c8; }
.lg-protocol-objective strong { color: var(--lg-cyan-dim); font-weight: 600; }
.lg-checklist-label {
  font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--lg-cyan-dim); margin: 0 0 16px;
}
.lg-task-checklist {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;
  counter-reset: task-step;
}
.lg-task-checklist li {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px; counter-increment: task-step;
  background: rgba(0,0,0,0.35); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; font-size: 14.5px; line-height: 1.45; color: #dfe7ee;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.lg-task-checklist li:hover { border-color: rgba(78,205,253,0.35); background: rgba(78,205,253,0.06); }
.lg-task-checklist li::before {
  content: ""; flex-shrink: 0; width: 22px; height: 22px; border-radius: 6px;
  border: 2px solid var(--lg-protocol-accent, var(--lg-cyan));
  box-shadow: inset 0 0 10px rgba(78,205,253,0.12);
  background: rgba(0,0,0,0.25);
}
.lg-task-checklist li::after {
  content: counter(task-step, decimal-leading-zero);
  margin-left: auto; flex-shrink: 0;
  font-family: "Rajdhani", sans-serif; font-size: 13px; font-weight: 700;
  color: var(--lg-protocol-accent, var(--lg-cyan)); opacity: 0.55;
}
.lg-goal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lg-goal-card {
  background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; padding: 20px 18px 22px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.lg-goal-card:hover { border-color: rgba(122,79,201,0.5); transform: translateY(-2px); }
.lg-goal-num {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; color: #7a4fc9; margin-bottom: 8px;
}
.lg-goal-card h5 { font-size: 16px; font-weight: 600; color: #fff; margin: 0 0 14px; line-height: 1.35; }
.lg-goal-questions { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.lg-goal-questions li {
  position: relative; padding-left: 18px;
  font-size: 13.5px; line-height: 1.55; color: #b7c0c8;
}
.lg-goal-questions li::before {
  content: "?"; position: absolute; left: 0; top: 0;
  font-family: "Rajdhani", sans-serif; font-size: 13px; font-weight: 700;
  color: var(--lg-cyan); opacity: 0.8;
}

@media (max-width: 900px) {
  .lg-stage-row, .lg-iter-stats, .lg-palette-row, .lg-two-col, .lg-toc-row,
  .lg-split-row, .lg-goal-cols, .lg-eval-grid, .lg-goal-grid, .lg-task-checklist, .lg-retro-grid {
    grid-template-columns: 1fr;
  }
  .lg-finding-row { grid-template-columns: 1fr; gap: 28px; }
  .lg-finding-media { max-width: 300px; margin: 0 auto; width: 100%; }
  .lg-screen-row, .lg-screen-row.alt { flex-direction: column; }
  .lg-screen-pair { grid-template-columns: 1fr; }
  .lg-hero-title { font-size: 40px; }
}
