/* ============================================================
   Proteinci — Yeni Nesil E-Ticaret Altyapısı · Sunum teması
   Charcoal base · brand orange accent · blue data · mint success
   ============================================================ */

:root {
  /* surfaces */
  --bg:        #0e1016;
  --bg-deep:   #08090d;
  --surface:   #151823;
  --surface-2: #1c2130;
  --line:      rgba(255,255,255,0.08);
  --line-2:    rgba(255,255,255,0.14);

  /* brand orange (hero accent) */
  --acc:      #ff6a2b;
  --acc-2:    #ff9057;
  --acc-deep: #e8551a;
  --acc-soft: rgba(255,106,43,0.12);
  --acc-glow: rgba(255,106,43,0.30);

  /* blue — data / secondary */
  --blue:      #4aa8ff;
  --blue-2:    #7cc2ff;
  --blue-soft: rgba(74,168,255,0.12);
  --blue-line: rgba(74,168,255,0.34);

  /* mint — success / positive */
  --good:      #34d399;
  --good-2:    #6ee7bc;
  --good-soft: rgba(52,211,153,0.12);
  --good-line: rgba(52,211,153,0.32);

  /* diagnostics */
  --bad:      #f2635f;
  --bad-soft: rgba(242,99,95,0.13);
  --bad-line: rgba(242,99,95,0.34);
  --warn:      #f0a45a;
  --warn-soft: rgba(240,164,90,0.13);
  --gold:      #f0c274;
  --gold-soft: rgba(240,194,116,0.14);

  /* text */
  --fg:       #f4f6fb;
  --fg-mut:   #a9b3c4;
  --fg-faint: #6d7789;

  --r:    18px;
  --r-sm: 12px;
  --shadow: 0 24px 60px -24px rgba(0,0,0,0.78);

  --font-head: 'Sora', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

html, body, .reveal-viewport, .reveal { background-color: var(--bg-deep); }

.has-anim .reveal:not(.ready) .slides { opacity: 0; }
.has-anim .reveal.ready .slides { opacity: 1; transition: opacity 0.2s ease; }

/* ---------- reveal base ---------- */
.reveal { font-family: var(--font-body); color: var(--fg); font-weight: 400; }
.reveal .slides { text-align: left; }
.reveal .slides section { height: 100%; }
.reveal h1, .reveal h2, .reveal h3 { font-family: var(--font-head); color: var(--fg); margin: 0; line-height: 1.08; letter-spacing: -0.02em; }
.reveal p { margin: 0; }
.reveal section { font-size: 26px; }

::selection { background: var(--acc-glow); color: #241004; }

.reveal .progress { color: var(--acc); height: 4px; }
.reveal .controls { color: var(--acc); }
.reveal .slide-number { background: transparent; color: var(--fg-faint); font-family: var(--font-body); font-size: 14px; right: 18px; bottom: 14px; }

/* ---------- slide inner frame ---------- */
.s {
  position: relative; height: 100%; box-sizing: border-box;
  padding: 54px 84px 66px;
  display: flex; flex-direction: column; z-index: 2;
}

/* ---------- persistent brand chrome ---------- */
.brand-chrome {
  position: absolute; left: 84px; bottom: 24px; z-index: 30;
  display: flex; align-items: center; gap: 14px; pointer-events: none;
}
.brand-mark { font-family: var(--font-head); font-weight: 800; letter-spacing: 0.02em; font-size: 16px; color: var(--fg); display: flex; align-items: center; gap: 9px; }
.brand-mark b { color: var(--acc); }
.brand-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--acc); box-shadow: 0 0 14px var(--acc-glow); }
.brand-tag { font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fg-faint); padding-left: 14px; border-left: 1px solid var(--line-2); }

/* ---------- shared headings ---------- */
.kicker {
  font-family: var(--font-head); font-size: 14px; font-weight: 600;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--acc);
  margin-bottom: 14px; display: inline-flex; align-items: center; gap: 12px;
}
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--acc); display: inline-block; }
.kicker.alert { color: var(--bad); }
.kicker.alert::before { background: var(--bad); }
.kicker.blue { color: var(--blue); }
.kicker.blue::before { background: var(--blue); }

.reveal .title { font-size: 47px; font-weight: 700; margin-bottom: 16px; flex: none; }
.reveal .title .u { color: var(--acc); }
.reveal .lead { font-size: 19.5px; color: var(--fg-mut); margin-bottom: 20px; max-width: 76ch; line-height: 1.5; }
.reveal .lead b { color: var(--fg); font-weight: 600; }

/* ---------- backgrounds ---------- */
.bg-grid {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 78%);
          mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 78%);
}
.bg-glow {
  position: absolute; z-index: 0; inset: 0; pointer-events: none;
  background:
    radial-gradient(30% 42% at 72% 28%, var(--acc-glow), transparent 70%),
    radial-gradient(26% 40% at 16% 84%, rgba(74,168,255,0.08), transparent 70%);
}
.bg-glow.blue {
  background:
    radial-gradient(32% 44% at 74% 30%, rgba(74,168,255,0.18), transparent 70%),
    radial-gradient(26% 40% at 16% 82%, var(--acc-glow), transparent 72%);
}
.bg-glow.red {
  background:
    radial-gradient(32% 44% at 72% 32%, rgba(242,99,95,0.18), transparent 70%),
    radial-gradient(26% 40% at 18% 80%, rgba(240,164,90,0.07), transparent 70%);
}

.fill { flex: 1 1 auto; min-height: 0; }

/* ---------- inline SVG icon system ---------- */
.ic { width: 26px; height: 26px; display: block; stroke: var(--acc); fill: none;
      stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ic.bad { stroke: var(--bad); }
.ic.warn { stroke: var(--warn); }
.ic.blue { stroke: var(--blue); }
.ic.good { stroke: var(--good); }

/* ============================================================
   1 · TITLE
   ============================================================ */
.s-title { justify-content: center; align-items: flex-start; }
.confidential {
  font-size: 12.5px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--fg-faint); margin-bottom: 26px;
  padding: 8px 16px; border: 1px solid var(--line-2); border-radius: 999px;
}
.wordmark { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.wm-badge { width: 52px; height: 52px; border-radius: 15px; background: linear-gradient(150deg, var(--acc-2), var(--acc-deep)); color: #241004; font-family: var(--font-head); font-weight: 800; font-size: 26px; display: grid; place-items: center; box-shadow: 0 12px 30px -10px var(--acc-glow); }
.wm-name { font-family: var(--font-head); font-weight: 800; letter-spacing: 0.02em; font-size: 23px; color: var(--fg); }
.wm-name b { color: var(--acc); }
.hero-title { font-size: 76px; font-weight: 800; line-height: 1.02; display: flex; flex-direction: column; }
.hero-title .accent { color: var(--acc); }
/* `.reveal p { margin: 0 }` outranks a bare class — keep the .reveal prefix here */
.reveal .hero-sub { font-size: 21px; color: var(--fg-mut); margin-top: 24px; max-width: 60ch; line-height: 1.5; }
.hero-meta { margin-top: 30px; display: flex; align-items: center; gap: 18px; font-size: 13.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-faint); }
.hero-meta .sep { width: 5px; height: 5px; border-radius: 50%; background: var(--acc); }

/* ============================================================
   2 · CONTEXT / note
   ============================================================ */
.note-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; flex: 1; align-items: center; margin-top: 8px; }
.note-body p { font-size: 20px; line-height: 1.6; color: var(--fg); margin-bottom: 18px; }
.note-body p.mut { color: var(--fg-mut); font-size: 18px; }
.note-body strong { color: var(--acc-2); font-weight: 600; }
.note-card { background: linear-gradient(160deg, var(--acc-soft), rgba(255,106,43,0.02)); border: 1px solid rgba(255,106,43,0.3); border-radius: var(--r); padding: 30px 32px; }
.note-card .nc-head { font-family: var(--font-head); font-size: 13px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--acc); margin-bottom: 18px; }
.note-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 15px; }
.note-list li { display: flex; align-items: flex-start; gap: 14px; font-size: 16px; color: var(--fg); line-height: 1.4; }
.note-list li .ib { flex: none; width: 36px; height: 36px; border-radius: 9px; background: var(--acc-soft); border: 1px solid rgba(255,106,43,0.3); display: grid; place-items: center; }
.note-list li .ib .ic { width: 20px; height: 20px; }

/* ============================================================
   3 · DIAGNOSIS — current-site findings (reuse audit grid)
   ============================================================ */
.audit-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 15px; flex: 1; margin-top: 8px; }
.audit-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.audit-card.sev-hi { border-color: var(--bad-line); background: linear-gradient(155deg, var(--bad-soft), rgba(242,99,95,0.015)); }
.audit-card.sev-md { border-color: rgba(240,164,90,0.3); background: linear-gradient(155deg, var(--warn-soft), rgba(240,164,90,0.015)); }
.au-head { display: flex; align-items: center; gap: 11px; margin-bottom: 10px; }
.au-ic { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; flex: none; background: var(--acc-soft); border: 1px solid rgba(255,106,43,0.28); }
.audit-card.sev-hi .au-ic { background: var(--bad-soft); border-color: var(--bad-line); }
.audit-card.sev-md .au-ic { background: var(--warn-soft); border-color: rgba(240,164,90,0.32); }
.au-ic .ic { width: 20px; height: 20px; }
.au-head h3 { font-size: 16px; font-weight: 600; line-height: 1.2; }
.au-body { font-size: 13px; color: var(--fg-mut); line-height: 1.5; }
.au-body b { color: var(--fg); font-weight: 600; }
.au-vs { margin-top: auto; padding-top: 10px; font-size: 12px; color: var(--fg-faint); line-height: 1.4; border-top: 1px solid var(--line); }
.au-vs b { color: var(--good-2); font-weight: 600; }
.sev-badge { position: absolute; top: 15px; right: 15px; font-family: var(--font-head); font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; }
.sev-hi .sev-badge { color: var(--bad); background: var(--bad-soft); border: 1px solid var(--bad-line); }
.sev-md .sev-badge { color: var(--warn); background: var(--warn-soft); border: 1px solid rgba(240,164,90,0.32); }

/* ============================================================
   4 · PILLARS (vision) — feature grid
   ============================================================ */
.card-grid { display: grid; grid-auto-rows: 1fr; gap: 18px; flex: 1; margin-top: 14px; }
.g-2c { grid-template-columns: repeat(2, 1fr); }
.g-3c { grid-template-columns: repeat(3, 1fr); }
.g-4c { grid-template-columns: repeat(4, 1fr); }
.g-5c { grid-template-columns: repeat(5, 1fr); }
.feat-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 22px; display: flex; flex-direction: column; transition: .3s; }
.feat-card:hover { border-color: rgba(255,106,43,0.4); transform: translateY(-3px); }
.feat-card.hl { background: linear-gradient(155deg, var(--acc-soft), rgba(255,106,43,0.02)); border-color: rgba(255,106,43,0.34); }
.feat-card.blue { background: linear-gradient(155deg, var(--blue-soft), rgba(74,168,255,0.02)); border-color: var(--blue-line); }
.feat-ic { width: 48px; height: 48px; border-radius: 12px; background: var(--acc-soft); border: 1px solid rgba(255,106,43,0.28); display: grid; place-items: center; margin-bottom: 16px; flex: none; }
.feat-card.hl .feat-ic { background: rgba(255,106,43,0.18); border-color: rgba(255,106,43,0.42); }
.feat-card.blue .feat-ic { background: var(--blue-soft); border-color: var(--blue-line); }
.feat-ic .ic { width: 25px; height: 25px; }
.feat-card h3 { font-size: 18px; font-weight: 600; margin-bottom: 8px; line-height: 1.22; }
.feat-card p { font-size: 14.5px; color: var(--fg-mut); line-height: 1.48; }
.feat-card p b { color: var(--fg); font-weight: 600; }
.feat-tag { margin-top: auto; padding-top: 13px; font-family: var(--font-head); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--acc); }
.feat-card.blue .feat-tag { color: var(--blue); }

/* ============================================================
   5 · DEALER PRICE COMPARE
   ============================================================ */
.dealer-layout { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; flex: 1; align-items: center; margin-top: 6px; }
.price-compare { display: flex; flex-direction: column; gap: 16px; }
.pc-card { border-radius: var(--r); border: 1px solid var(--line); background: var(--surface); padding: 22px 26px; position: relative; }
.pc-card.guest { }
.pc-card.dealer { border-color: var(--good-line); background: linear-gradient(150deg, var(--good-soft), rgba(52,211,153,0.02)); }
.pc-role { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-faint); margin-bottom: 14px; }
.pc-card.dealer .pc-role { color: var(--good); }
.pc-role .ic { width: 18px; height: 18px; }
.pc-prod { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.pc-name { font-size: 16px; color: var(--fg); }
.pc-name small { display: block; color: var(--fg-faint); font-size: 12.5px; margin-top: 2px; }
.pc-price { font-family: var(--font-head); font-weight: 800; font-size: 30px; color: var(--fg); white-space: nowrap; }
.pc-card.dealer .pc-price { color: var(--good-2); }
.pc-old { font-size: 15px; color: var(--fg-faint); text-decoration: line-through; margin-right: 8px; font-weight: 400; }
.pc-save { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-size: 13px; font-weight: 600; color: var(--good); background: var(--good-soft); border: 1px solid var(--good-line); border-radius: 999px; padding: 5px 13px; }
.dealer-note p { font-size: 19px; line-height: 1.55; color: var(--fg); margin-bottom: 16px; }
.dealer-note p strong { color: var(--acc-2); font-weight: 600; }
.dealer-note .pull { font-family: var(--font-head); font-weight: 400; font-size: 25px; line-height: 1.4; border-left: 3px solid var(--good); padding-left: 22px; color: var(--fg); }
.dealer-note .pull b { color: var(--good-2); font-weight: 700; }
.dealer-note .sub { font-size: 15.5px; color: var(--fg-mut); line-height: 1.55; margin-top: 18px; }

/* ============================================================
   6 · FLOW PIPELINE (order → cargo → invoice)
   ============================================================ */
.flow-stage { position: relative; flex: 0 0 auto; height: 220px; margin-top: 2px; }
.flow-stage svg { width: 100%; height: 100%; display: block; overflow: visible; }
.flow-notes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 22px; }
.flow-note { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 16px 18px; border-top: 3px solid var(--acc); }
.flow-note.b2 { border-top-color: var(--blue); }
.flow-note.b3 { border-top-color: var(--good); }
.flow-note.b4 { border-top-color: var(--gold); }
.flow-note h4 { font-size: 14.5px; font-weight: 600; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.flow-note h4 .n { font-family: var(--font-head); font-weight: 800; color: var(--acc); }
.flow-note.b2 h4 .n { color: var(--blue); } .flow-note.b3 h4 .n { color: var(--good); } .flow-note.b4 h4 .n { color: var(--gold); }
.flow-note p { font-size: 12.5px; color: var(--fg-mut); line-height: 1.45; }
.flow-note p b { color: var(--fg); font-weight: 600; }

/* ============================================================
   7 · CONVERSION (fast register + one page checkout)
   ============================================================ */
.conv-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; flex: 1; align-items: stretch; margin-top: 6px; }
.conv-col { display: flex; flex-direction: column; gap: 16px; }
.stat-bars { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 28px; }
.sb-head { font-family: var(--font-head); font-weight: 600; font-size: 16px; margin-bottom: 20px; color: var(--fg); }
.sb-row { margin-bottom: 18px; }
.sb-row:last-child { margin-bottom: 0; }
.sb-lab { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 8px; color: var(--fg-mut); }
.sb-lab b { color: var(--fg); font-weight: 600; }
.sb-track { height: 12px; border-radius: 999px; background: var(--surface-2); overflow: hidden; }
.sb-bar { height: 100%; border-radius: 999px; }
.sb-bar.phone { background: linear-gradient(90deg, var(--acc-deep), var(--acc)); }
.sb-bar.mail { background: var(--surface-2); border: 1px solid var(--line-2); }
.checkout-mock { flex: 1; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 24px; }
.cm-head { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 600; font-size: 16px; margin-bottom: 16px; }
.cm-head .ic { width: 20px; height: 20px; }
.cm-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.cm-steps li { display: flex; align-items: center; gap: 13px; font-size: 15px; color: var(--fg); background: var(--surface-2); border: 1px solid var(--line); border-radius: 10px; padding: 12px 15px; }
.cm-steps li .cm-ic { width: 30px; height: 30px; border-radius: 8px; background: var(--good-soft); border: 1px solid var(--good-line); display: grid; place-items: center; flex: none; }
.cm-steps li .cm-ic .ic { width: 17px; height: 17px; }
.cm-steps li small { color: var(--fg-faint); font-size: 12.5px; margin-left: auto; }
.cm-old { margin-top: 16px; font-size: 13px; color: var(--fg-faint); line-height: 1.5; padding-top: 14px; border-top: 1px dashed var(--line-2); }
.cm-old b { color: var(--bad); font-weight: 600; }

/* ============================================================
   8 · SPLIT TWO-CARD (outside orders + bulk messaging)
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; flex: 1; margin-top: 12px; }
.split-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 28px 30px; display: flex; flex-direction: column; }
.split-card.hl { background: linear-gradient(160deg, var(--acc-soft), rgba(255,106,43,0.02)); border-color: rgba(255,106,43,0.32); }
.split-card.blue { background: linear-gradient(160deg, var(--blue-soft), rgba(74,168,255,0.02)); border-color: var(--blue-line); }
.split-h { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.split-h .sh-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--acc-soft); border: 1px solid rgba(255,106,43,0.3); display: grid; place-items: center; flex: none; }
.split-card.blue .sh-ic { background: var(--blue-soft); border-color: var(--blue-line); }
.split-h .sh-ic .ic { width: 24px; height: 24px; }
.split-h h3 { font-size: 21px; font-weight: 700; line-height: 1.2; }
.split-h .sh-sub { font-size: 12px; color: var(--fg-faint); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 4px; }
.split-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.split-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--fg-mut); line-height: 1.45; }
.split-list li .ic { width: 18px; height: 18px; flex: none; margin-top: 2px; }
.split-list li b { color: var(--fg); font-weight: 600; }
.split-foot { margin-top: auto; padding-top: 18px; }
.cost-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.cost-chip { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-size: 12.5px; font-weight: 600; color: var(--blue-2); background: var(--blue-soft); border: 1px solid var(--blue-line); border-radius: 999px; padding: 7px 14px; }
.cost-chip b { color: #fff; font-weight: 700; }

/* ============================================================
   9 · GROWTH ENGINE — mixed feature list
   ============================================================ */
.engine-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 15px; flex: 1; margin-top: 10px; }
.eng-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 22px; display: flex; flex-direction: column; }
.eng-card.hl { background: linear-gradient(155deg, var(--acc-soft), rgba(255,106,43,0.02)); border-color: rgba(255,106,43,0.32); }
.eng-head { display: flex; align-items: center; gap: 11px; margin-bottom: 9px; }
.eng-ic { width: 38px; height: 38px; border-radius: 10px; background: var(--acc-soft); border: 1px solid rgba(255,106,43,0.28); display: grid; place-items: center; flex: none; }
.eng-ic .ic { width: 21px; height: 21px; }
.eng-head h3 { font-size: 16.5px; font-weight: 600; line-height: 1.18; }
.eng-card p { font-size: 13px; color: var(--fg-mut); line-height: 1.5; }
.eng-card p b { color: var(--fg); font-weight: 600; }

/* ============================================================
   10 · PANEL MOCKUP
   ============================================================ */
.panel-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 32px; flex: 1; align-items: center; margin-top: 6px; }
.panel-mock { border-radius: 13px; overflow: hidden; border: 1px solid var(--line-2); background: #0c0e14; box-shadow: var(--shadow); }
.pm-bar { display: flex; align-items: center; gap: 7px; padding: 10px 14px; background: #12141d; border-bottom: 1px solid var(--line); }
.pm-bar i { width: 10px; height: 10px; border-radius: 50%; background: #333a49; }
.pm-bar i:nth-child(1){ background:#f2635f; } .pm-bar i:nth-child(2){ background:var(--gold); } .pm-bar i:nth-child(3){ background:var(--good); }
.pm-bar .pm-url { margin-left: 10px; flex: 1; background: #1a1d29; border-radius: 6px; padding: 4px 12px; font-size: 11.5px; color: var(--fg-faint); }
.pm-body { display: grid; grid-template-columns: 128px 1fr; min-height: 300px; }
.pm-side { background: #10121a; border-right: 1px solid var(--line); padding: 14px 12px; display: flex; flex-direction: column; gap: 4px; }
.pm-logo { font-family: var(--font-head); font-weight: 800; font-size: 14px; color: var(--fg); padding: 4px 8px 12px; display: flex; align-items: center; gap: 7px; }
.pm-logo .d { width: 8px; height: 8px; border-radius: 50%; background: var(--acc); }
.pm-nav { font-size: 11.5px; color: var(--fg-mut); padding: 7px 9px; border-radius: 7px; display: flex; align-items: center; gap: 8px; }
.pm-nav.on { background: var(--acc-soft); color: var(--acc-2); font-weight: 600; }
.pm-nav .dot { width: 6px; height: 6px; border-radius: 2px; background: currentColor; opacity: .7; }
.pm-main { padding: 16px 18px; }
.pm-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.pm-stat { background: #12141d; border: 1px solid var(--line); border-radius: 9px; padding: 11px 13px; }
.pm-stat .v { font-family: var(--font-head); font-weight: 800; font-size: 19px; color: var(--fg); }
.pm-stat .v.g { color: var(--good-2); } .pm-stat .v.o { color: var(--acc-2); }
.pm-stat .k { font-size: 10.5px; color: var(--fg-faint); margin-top: 2px; }
.pm-tabletitle { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-faint); margin-bottom: 8px; }
.pm-row { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; background: #12141d; border: 1px solid var(--line); border-radius: 8px; padding: 9px 12px; margin-bottom: 6px; font-size: 11.5px; }
.pm-row .who { color: var(--fg); font-weight: 500; }
.pm-row .who small { display: block; color: var(--fg-faint); font-size: 10px; }
.pm-pill { font-size: 9.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; white-space: nowrap; }
.pm-pill.b { background: var(--blue-soft); color: var(--blue-2); border: 1px solid var(--blue-line); }
.pm-pill.g { background: var(--good-soft); color: var(--good-2); border: 1px solid var(--good-line); }
.pm-pill.o { background: var(--acc-soft); color: var(--acc-2); border: 1px solid rgba(255,106,43,.3); }
.panel-side { display: flex; flex-direction: column; gap: 14px; }
.ps-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 17px 20px; }
.ps-card.hl { border-color: rgba(255,106,43,0.3); background: linear-gradient(150deg, var(--acc-soft), rgba(255,106,43,0.015)); }
.ps-card h3 { font-size: 15.5px; font-weight: 600; margin-bottom: 6px; display: flex; align-items: center; gap: 9px; }
.ps-card h3 .ic { width: 18px; height: 18px; }
.ps-card p { font-size: 13.5px; color: var(--fg-mut); line-height: 1.5; }
.ps-card p b { color: var(--fg); font-weight: 600; }

/* ============================================================
   11 · MODULE MATRIX (optional / roadmap features)
   ============================================================ */
.mod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; flex: 1; margin-top: 10px; align-content: start; }
.mod-col { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 20px; }
.mod-col h3 { font-size: 15px; font-weight: 700; margin-bottom: 14px; padding-bottom: 11px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 9px; color: var(--fg); }
.mod-col h3 .ic { width: 19px; height: 19px; }
.mod-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.mod-col li { font-size: 13px; color: var(--fg-mut); line-height: 1.35; padding-left: 18px; position: relative; }
.mod-col li::before { content: ""; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 2px; background: var(--acc); opacity: .8; }
.mod-note { margin-top: 14px; font-size: 14px; color: var(--fg-faint); text-align: center; }
.mod-note b { color: var(--acc-2); }

/* ============================================================
   12 · WHY ME / references (reuse from Keyon)
   ============================================================ */
.why-layout { display: flex; flex-direction: column; gap: 20px; flex: 1; margin-top: 10px; justify-content: center; }
.why-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bigstat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 24px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.bigstat::before { content:""; position:absolute; right:-30px; top:-30px; width:120px; height:120px; border-radius:50%; background: var(--acc-soft); filter: blur(22px); }
.bs-num { font-family: var(--font-head); font-weight: 800; font-size: 44px; color: var(--acc-2); line-height: 1; display: flex; align-items: baseline; position: relative; }
.bs-num .prefix { font-size: 26px; margin-right: 1px; }
.bs-num .suffix { font-size: 26px; margin-left: 2px; }
.bs-label { font-size: 14.5px; color: var(--fg-mut); margin-top: 12px; line-height: 1.35; position: relative; }

.ref-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ref-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 18px 20px; }
.ref-card.hl { background: linear-gradient(155deg, var(--acc-soft), rgba(255,106,43,0.02)); border-color: rgba(255,106,43,0.34); }
.ref-sector { display: flex; align-items: center; gap: 9px; font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--acc); margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.ref-card.hl .ref-sector { color: var(--acc-2); }
.ref-names { display: flex; flex-wrap: wrap; gap: 7px; }
.ref-name { font-size: 13px; color: var(--fg); background: var(--surface-2); border: 1px solid var(--line); border-radius: 7px; padding: 6px 11px; }
.ref-card.hl .ref-name { background: rgba(255,106,43,0.1); border-color: rgba(255,106,43,0.24); color: var(--acc-2); font-weight: 500; }

.verdict { margin-top: 4px; background: linear-gradient(150deg, var(--acc-soft), rgba(255,106,43,0.02)); border: 1px solid rgba(255,106,43,0.34); border-radius: var(--r); padding: 20px 28px; display: flex; align-items: center; gap: 18px; }
.verdict .ic { width: 30px; height: 30px; flex: none; }
.verdict p { font-family: var(--font-head); font-size: 20px; font-weight: 600; color: var(--fg); line-height: 1.4; }
.verdict p b { color: var(--acc-2); }

/* ============================================================
   13 · ROADMAP
   ============================================================ */
.road-stage { position: relative; flex: 1 1 auto; min-height: 0; margin-top: 4px; }
.road-stage svg { width: 100%; height: 100%; display: block; overflow: visible; }

/* ============================================================
   14 · CLOSING
   ============================================================ */
.close-layout { display: flex; flex-direction: column; justify-content: center; flex: 1; }
/* .reveal prefix needed: the h2/p margin resets outrank a bare class */
.reveal .close-title { font-family: var(--font-head); font-weight: 800; font-size: 56px; line-height: 1.1; margin-bottom: 28px; }
.close-title .accent { color: var(--acc); }
.reveal .close-sub { font-size: 20px; color: var(--fg-mut); max-width: 64ch; line-height: 1.55; margin-bottom: 40px; }
.close-contact { display: flex; flex-direction: column; gap: 7px; padding-left: 24px; border-left: 3px solid var(--acc); }
.close-contact b { font-family: var(--font-head); font-weight: 700; font-size: 23px; color: var(--fg); }
.close-contact span { font-size: 17px; color: var(--fg-mut); }
.reveal .menu-btn { display: inline-flex; align-items: center; gap: 10px; margin-top: 34px; align-self: flex-start; font-family: var(--font-head); font-weight: 600; font-size: 17px; color: #241004; background: var(--acc); border-radius: 12px; padding: 14px 26px; text-decoration: none; box-shadow: 0 12px 30px -12px var(--acc-glow); transition: transform .2s ease, background .2s ease; }
.reveal .menu-btn:hover { background: var(--acc-2); transform: translateY(-2px); }
.reveal .menu-btn svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* ============================================================
   auto slide-entrance animation
   ============================================================ */
.has-anim .anim,
.has-anim .kicker,
.has-anim .title,
.has-anim .lead { opacity: 0; will-change: transform, opacity; }
