:root {
  --ink: #07110e;
  --night: #0d1714;
  --ivory: #fff9ed;
  --paper: #f4efe2;
  --green: #19a66b;
  --lime: #b6f36b;
  --cyan: #65d7e8;
  --coral: #ff6a55;
  --pink: #dd5cff;
  --gold: #ffc857;
  --line: rgba(255, 249, 237, 0.16);
  --muted: rgba(255, 249, 237, 0.68);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ivory);
  background:
    radial-gradient(circle at 82% 8%, rgba(221, 92, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 8% 28%, rgba(25, 166, 107, 0.22), transparent 28rem),
    var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

[dir="rtl"] body {
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
}

button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px clamp(18px, 4vw, 58px);
  background: rgba(7, 17, 14, 0.76);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand, .nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 16px;
  object-fit: cover;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.24));
}

.brand strong { font-size: 22px; }
.nav-links a {
  padding: 10px 13px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}
.nav-links a.active { color: var(--ink); background: var(--lime); border-color: var(--lime); }

.hero, .workspace, .split-entry {
  padding: clamp(44px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 78px);
  overflow: hidden;
}

.hero::before {
  content: "I wish...   لو عندنا...   I would pay...";
  position: absolute;
  left: 4vw;
  top: 12vh;
  width: 150vw;
  color: rgba(255, 249, 237, 0.08);
  font-size: clamp(64px, 11vw, 150px);
  font-weight: 950;
  white-space: nowrap;
  transform: rotate(-6deg);
  pointer-events: none;
}

.hero > *, .workspace > *, .split-entry > * { position: relative; z-index: 2; }

.eyebrow {
  margin: 0 0 16px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(54px, 9vw, 116px);
  line-height: 0.9;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.95;
  letter-spacing: 0;
}
h3 { margin-bottom: 10px; font-size: 24px; }
.lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.55;
}

.primary-button, .secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 950;
  cursor: pointer;
}
.primary-button { color: var(--ink); background: var(--lime); border: 0; }
.secondary-button { color: var(--ivory); background: rgba(255,249,237,.08); border: 1px solid var(--line); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.stage-card, .panel, .entry-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 249, 237, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.stage-card { padding: 26px; }
.stage-card small, .stage-card strong, .stage-card span { display: block; }
.stage-card small { color: var(--muted); font-weight: 900; text-transform: uppercase; }
.stage-card strong { margin: 18px 0 8px; color: var(--lime); font-size: 92px; line-height: .9; }
.stage-card span { color: var(--ivory); line-height: 1.4; font-weight: 850; }

.investor-stage {
  position: relative;
  display: grid;
  gap: 22px;
  min-height: 520px;
  align-content: center;
  overflow: hidden;
}

.investor-stage::before {
  content: "";
  position: absolute;
  inset: -28%;
  background:
    conic-gradient(from 20deg, rgba(182,243,107,.34), transparent 24%, rgba(101,215,232,.28), transparent 54%, rgba(255,200,87,.24), transparent 78%, rgba(182,243,107,.34));
  animation: stageSpin 14s linear infinite;
  opacity: .72;
}

.investor-stage::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 8px;
  background: rgba(7,17,14,.82);
}

.investor-stage > * {
  position: relative;
  z-index: 1;
}

.stage-orbit {
  position: relative;
  display: grid;
  width: min(100%, 310px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(255,249,237,.22);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(182,243,107,.22), transparent 56%),
    rgba(255,249,237,.05);
}

.stage-orbit::before,
.stage-orbit::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.stage-orbit::before {
  inset: 30px;
  border: 1px dashed rgba(101,215,232,.45);
}

.stage-orbit::after {
  width: 18px;
  height: 18px;
  top: 18%;
  left: 22%;
  background: var(--gold);
  box-shadow: 160px 100px 0 var(--cyan), 76px 190px 0 var(--lime);
}

.stage-orbit span,
.stage-orbit strong,
.stage-orbit em {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}

.stage-orbit span {
  align-self: end;
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
}

.stage-orbit strong {
  margin: 0;
  font-size: 86px;
}

.stage-orbit em {
  align-self: start;
  color: var(--ivory);
  font-style: normal;
  font-weight: 950;
}

.stage-feed {
  display: grid;
  gap: 10px;
}

.stage-feed p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  color: var(--ivory);
  background: rgba(255,249,237,.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 850;
}

.stage-feed span {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  background: var(--lime);
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(182,243,107,.12);
}

@keyframes stageSpin {
  to { transform: rotate(360deg); }
}

.split-entry {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  min-height: calc(100vh - 78px);
}
.entry-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  padding: clamp(28px, 5vw, 54px);
}
.entry-card.people { box-shadow: 12px 12px 0 rgba(182, 243, 107, .85); }
.entry-card.investors { box-shadow: 12px 12px 0 rgba(101, 215, 232, .85); }
.entry-card p { color: var(--muted); font-size: 22px; line-height: 1.5; }

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
}
.metric-strip div { padding: 24px clamp(18px, 4vw, 52px); border-right: 1px solid var(--line); }
.metric-strip strong, .metric-strip span { display: block; }
.metric-strip strong { color: var(--lime); font-size: 36px; }
.metric-strip span { color: var(--muted); font-weight: 800; }

.workspace-head {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.workspace-head h2 {
  margin-bottom: 0;
}

.workspace-signal {
  max-width: 340px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,249,237,.08);
}

.workspace-signal span,
.workspace-signal strong {
  display: block;
}

.workspace-signal span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.workspace-signal strong {
  margin-top: 8px;
  line-height: 1.35;
}

.form-grid, .filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.form-grid label, .filters label, .big-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
}
input, select, textarea {
  width: 100%;
  min-height: 50px;
  color: var(--ivory);
  background: rgba(255,249,237,.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 13px;
}

select option,
select optgroup {
  color: var(--ink) !important;
  background: var(--ivory) !important;
}

select option:checked {
  color: white !important;
  background: #1f6feb !important;
}
textarea { min-height: 118px; padding: 13px; resize: vertical; }
::placeholder { color: rgba(255,249,237,.42); }

.big-form {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}
.big-form .wide { grid-column: 1 / -1; }
.big-form footer { display: flex; justify-content: flex-end; gap: 10px; }

.voice-grid, .opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.voice-card, .opportunity-card {
  display: grid;
  gap: 14px;
  min-height: 260px;
  padding: 22px;
  text-align: left;
  color: var(--ivory);
  background: rgba(255,249,237,.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

[dir="rtl"] .voice-card,
[dir="rtl"] .opportunity-card {
  text-align: right;
}
.voice-card strong, .opportunity-card strong { font-size: 23px; line-height: 1.14; }
.voice-card p, .opportunity-card p { color: var(--muted); line-height: 1.45; }
.voice-card.active, .opportunity-card.active {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}
.voice-card.active p, .opportunity-card.active p { color: rgba(7,17,14,.72); }

.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.tag {
  padding: 6px 9px;
  color: inherit;
  background: rgba(7,17,14,.16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.support-button {
  width: fit-content;
  min-height: 42px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--cyan);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 950;
}

.founder-layout {
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
  gap: 18px;
}
.opportunity-list { display: grid; gap: 12px; max-height: 780px; overflow: auto; }
.canvas-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.canvas-tile {
  min-height: 112px;
  padding: 16px;
  color: var(--ink);
  background: var(--ivory);
  border-radius: 8px;
}
.canvas-tile:nth-child(2) { background: var(--gold); }
.canvas-tile:nth-child(3) { background: var(--cyan); }
.canvas-tile:nth-child(4) { color: white; background: var(--coral); }
.canvas-tile:nth-child(5) { color: white; background: var(--pink); }
.canvas-tile.feasibility { color: var(--ink); background: var(--lime); }
.canvas-tile span, .canvas-tile strong { display: block; }
.canvas-tile span { opacity: .72; font-size: 13px; font-weight: 950; }
.canvas-tile strong { margin-top: 12px; font-size: 24px; line-height: 1; }

.canvas-section {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,249,237,.08);
}
.canvas-section strong { display: block; margin-bottom: 10px; color: var(--lime); font-size: 18px; }
.canvas-section ul { margin: 0; padding-left: 20px; line-height: 1.65; }

[dir="rtl"] .canvas-section ul {
  padding-left: 0;
  padding-right: 20px;
}

.pilot-plan {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.pilot-plan div {
  min-height: 120px;
  padding: 16px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 8px;
  font-weight: 850;
}
.pilot-plan span { display: block; margin-bottom: 16px; color: var(--green); font-weight: 950; }

.feasibility-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.feasibility-grid div {
  min-height: 112px;
  padding: 14px;
  color: var(--ink);
  background: var(--ivory);
  border-radius: 8px;
}

.feasibility-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.feasibility-grid p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 850;
}

.investor-brief {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(320px, 1.25fr);
  gap: 14px;
  margin-bottom: 18px;
}

.brief-lead {
  padding: 18px;
}

.brief-lead h3 {
  margin: 14px 0 8px;
  color: var(--ivory);
  font-size: 28px;
  line-height: 1.08;
}

.brief-lead p {
  margin-bottom: 16px;
  color: var(--muted);
  line-height: 1.45;
}

.brief-lead > strong {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 8px;
  font-weight: 950;
}

.brief-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.brief-metrics div {
  min-height: 108px;
  padding: 16px;
  color: var(--ink);
  background: var(--ivory);
  border-radius: 8px;
}

.brief-metrics div:nth-child(2) { background: var(--cyan); }
.brief-metrics div:nth-child(3) { background: var(--gold); }
.brief-metrics div:nth-child(4) { background: var(--lime); }
.brief-metrics span,
.brief-metrics strong {
  display: block;
}

.brief-metrics span {
  opacity: .74;
  font-size: 12px;
  font-weight: 950;
}

.brief-metrics strong {
  margin-top: 12px;
  font-size: 24px;
  line-height: 1.05;
}

.market-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  grid-column: 1 / -1;
  padding: 20px;
  border-color: rgba(101, 215, 232, .42);
  background:
    linear-gradient(135deg, rgba(182,243,107,.16), transparent 48%),
    linear-gradient(315deg, rgba(101,215,232,.13), transparent 42%),
    rgba(255,249,237,.07);
}

.city-demand-map {
  min-height: 260px;
}

.map-title {
  grid-column: 1 / -1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.map-title span,
.map-title strong {
  display: block;
}

.map-title span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 950;
}

.map-title strong {
  margin-top: 4px;
  font-size: 22px;
  line-height: 1.15;
}

.city-demand-card {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 132px;
  overflow: hidden;
  padding: 13px;
  color: var(--ivory);
  text-align: right;
  background: rgba(255,249,237,.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.city-demand-card.active {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.city-demand-card span,
.city-demand-card strong,
.city-demand-card em {
  position: relative;
  z-index: 1;
  display: block;
}

.city-demand-card span {
  color: inherit;
  font-size: 13px;
  font-weight: 950;
}

.city-demand-card strong {
  font-size: 30px;
  line-height: 1;
}

.city-demand-card em {
  color: inherit;
  opacity: .74;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
}

.city-demand-card i {
  position: absolute;
  inset: auto 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, var(--cyan), var(--lime), var(--gold));
}

[dir="rtl"] .city-demand-card i {
  left: auto;
  right: 0;
}

.launch-verdict {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.launch-verdict div {
  min-height: 118px;
  padding: 16px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 8px;
}

.launch-verdict div:nth-child(2) { background: var(--cyan); }
.launch-verdict div:nth-child(3) { background: var(--gold); }
.launch-verdict span,
.launch-verdict strong {
  display: block;
}

.launch-verdict span {
  opacity: .72;
  font-size: 12px;
  font-weight: 950;
}

.launch-verdict strong {
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.18;
}

.memo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.memo-grid p {
  min-height: 116px;
  margin: 0;
  padding: 16px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 8px;
  font-weight: 850;
  line-height: 1.4;
}

.memo-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.wow-lab {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap: 14px;
  margin-bottom: 18px;
}

.transform-panel,
.recommend-panel,
.heat-panel {
  padding: 18px;
}

.transform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.transform-grid div,
.recommend-list button,
.city-heat button {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,249,237,.08);
}

.transform-grid div {
  min-height: 170px;
  padding: 16px;
}

.transform-grid div:nth-child(2) {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.transform-grid span,
.transform-grid strong,
.transform-grid p {
  display: block;
}

.transform-grid span {
  color: inherit;
  opacity: .72;
  font-size: 12px;
  font-weight: 950;
}

.transform-grid strong {
  margin-top: 12px;
  font-size: 24px;
  line-height: 1.1;
}

.transform-grid p {
  margin: 12px 0 0;
  color: inherit;
  opacity: .82;
  line-height: 1.45;
  font-weight: 800;
}

.recommend-list,
.city-heat {
  display: grid;
  gap: 8px;
}

.recommend-list button,
.city-heat button {
  width: 100%;
  padding: 12px;
  color: var(--ivory);
  text-align: right;
  cursor: pointer;
}

.recommend-list button {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  align-items: center;
}

.recommend-list span {
  grid-row: span 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--ink);
  background: var(--gold);
  border-radius: 8px;
  font-weight: 950;
}

.recommend-list strong {
  line-height: 1.2;
}

.recommend-list small {
  color: var(--muted);
  font-weight: 850;
}

.city-heat button {
  position: relative;
  min-height: 48px;
  overflow: hidden;
}

.city-heat button.active {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.city-heat strong {
  position: absolute;
  inset: 0 auto 0 0;
  background: linear-gradient(90deg, rgba(101,215,232,.18), rgba(182,243,107,.42));
}

[dir="rtl"] .city-heat strong {
  left: auto;
  right: 0;
}

.city-heat span,
.city-heat em {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 950;
}

.city-heat em {
  float: left;
  color: var(--muted);
  font-size: 12px;
}

.canvas-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.lead-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.lead-grid div {
  min-height: 106px;
  padding: 16px;
  color: var(--ink);
  background: var(--ivory);
  border-radius: 8px;
}

.lead-grid div:nth-child(2) { background: var(--cyan); }
.lead-grid div:nth-child(3) { background: var(--gold); }
.lead-grid span,
.lead-grid small {
  display: block;
}

.lead-grid span {
  font-size: 19px;
  font-weight: 950;
  line-height: 1.18;
}

.lead-grid small {
  margin-top: 12px;
  opacity: .72;
  font-weight: 900;
}

.printable-memo {
  display: none;
}

.printable-memo pre {
  margin: 0;
  white-space: pre-wrap;
  color: var(--ivory);
  font-family: inherit;
  line-height: 1.6;
}

.print-brand,
.print-summary,
.print-sections,
.print-footer {
  display: none;
}

@media (max-width: 1100px) {
  .hero, .split-entry, .founder-layout { grid-template-columns: 1fr; }
  .workspace-head { align-items: stretch; flex-direction: column; }
  .investor-brief, .wow-lab { grid-template-columns: 1fr; }
  .market-map { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-grid, .filters, .voice-grid, .opportunity-grid, .canvas-grid, .pilot-plan, .metric-strip, .feasibility-grid, .launch-verdict, .lead-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .topbar { align-items: flex-start; }
  .nav-links { flex-wrap: wrap; justify-content: flex-end; }
  .market-map,
  .form-grid, .filters, .voice-grid, .opportunity-grid, .canvas-grid, .pilot-plan, .metric-strip, .feasibility-grid, .brief-metrics, .launch-verdict, .memo-grid, .transform-grid, .lead-grid {
    grid-template-columns: 1fr;
  }
  .map-title { align-items: start; flex-direction: column; }
  h1 { font-size: 48px; }
}

@media print {
  @page {
    size: A4;
    margin: 14mm;
  }

  body {
    color: #07110e;
    background: white;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .topbar,
  .hero,
  .metric-strip,
  .filters,
  .investor-brief,
  .wow-lab,
  .opportunity-list,
  .canvas-actions,
  .canvas-grid,
  .feasibility-section,
  .canvas-section:not(.printable-memo) {
    display: none !important;
  }

  .workspace {
    padding: 0;
  }

  .founder-layout,
  #opportunityCanvas {
    display: block;
  }

  .panel {
    box-shadow: none;
    border: 0;
    background: white;
  }

  .printable-memo {
    display: block;
    color: #07110e;
    border: 0;
    background: white;
    padding: 0;
  }

  .printable-memo strong,
  .printable-memo pre {
    color: #07110e;
  }

  .printable-memo > strong,
  .printable-memo pre {
    display: none;
  }

  .print-brand,
  .print-summary,
  .print-sections,
  .print-footer {
    display: grid;
  }

  .print-brand {
    grid-template-columns: 54px 1fr;
    gap: 14px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 3px solid #07110e;
  }

  .print-brand img {
    width: 54px;
    height: 54px;
    border-radius: 14px;
  }

  .print-brand span,
  .print-brand strong {
    display: block;
  }

  .print-brand span {
    color: #19a66b;
    font-size: 18px;
    font-weight: 950;
  }

  .print-brand strong {
    margin-top: 4px;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .print-title {
    margin: 22px 0 16px;
  }

  .print-title p {
    margin: 0 0 8px;
    color: #19a66b;
    font-size: 13px;
    font-weight: 950;
  }

  .print-title h1 {
    margin: 0;
    color: #07110e;
    font-size: 34px;
    line-height: 1.08;
  }

  .print-summary {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 18px;
  }

  .print-summary div {
    min-height: 82px;
    padding: 12px;
    color: #07110e;
    background: #f4efe2;
    border: 1px solid #d8cfbd;
    border-radius: 8px;
  }

  .print-summary div:first-child {
    background: #b6f36b;
    border-color: #91c957;
  }

  .print-summary span,
  .print-summary strong {
    display: block;
  }

  .print-summary span {
    color: #315047;
    font-size: 11px;
    font-weight: 950;
  }

  .print-summary strong {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.12;
  }

  .print-sections {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .print-sections section {
    break-inside: avoid;
    padding: 14px;
    border: 1px solid #d8cfbd;
    border-radius: 8px;
    background: #fff9ed;
  }

  .print-sections .wide {
    grid-column: 1 / -1;
  }

  .print-sections h2 {
    margin: 0 0 8px;
    color: #19a66b;
    font-size: 16px;
    line-height: 1.2;
  }

  .print-sections p,
  .print-sections li {
    color: #07110e;
    font-size: 12px;
    line-height: 1.55;
  }

  .print-sections p {
    margin: 0 0 6px;
  }

  .print-sections ul,
  .print-sections ol {
    margin: 0;
    padding-right: 18px;
  }

  .print-decision {
    background: #07110e !important;
  }

  .print-decision h2,
  .print-decision p {
    color: #fff9ed;
  }

  .print-footer {
    grid-template-columns: 1fr auto;
    gap: 12px;
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #d8cfbd;
    color: #315047;
    font-size: 11px;
    font-weight: 900;
  }
}
