/* ============================================================
   PlateLogic product page — extends styles.css
   PlateLogic identity: Sifu navy + PlateLogic orange accent.
   ============================================================ */
/* PlateLogic: orange accent for type/icons/highlights, but buttons
   inherit the Sifu Logic blue/teal gradient (--grad) from styles.css */
:root {
  --accent:   #e2622a;
  --accent-2: #f2894a;
  /* keep buttons on the Sifu Logic blue gradient (no orange, no bright-teal tail) */
  --grad: linear-gradient(120deg, var(--navy) 0%, var(--blue) 100%);
}
.hl { color: var(--accent); }

/* PlateLogic nav lockup: PZ mark + wordmark */
.brand-mark.pl-mark { height: 34px; }
.brand-name.pl-word { color: var(--navy); font-weight: 800; }
.brand-name.pl-word .lg { color: #2f6e97; font-weight: 500; }

/* product wordmark logo in nav */
.brand .nav-logo { height: 42px; width: auto; display: block; }

/* product label in nav */
.prod-badge {
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-3); border-left: 1px solid var(--line-2); padding-left: 11px; margin-left: 3px;
}

/* ---- hero (centered, big shot below) ---- */
.plhero { position: relative; overflow: hidden; }
.plhero::before {
  content:""; position:absolute; top:-300px; left:50%; transform:translateX(-50%);
  width:900px; height:640px;
  background: radial-gradient(ellipse, rgba(226,98,42,.14), rgba(226,98,42,0) 64%);
  pointer-events:none;
}
.plhero-inner { position: relative; padding: clamp(40px,5vw,72px) 0 0; text-align: center; }
.plhero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(38px, 5.4vw, 66px); letter-spacing: -0.03em; line-height: 1.03;
  max-width: 16ch; margin: 22px auto 0; text-wrap: balance; color: var(--ink);
}
.plhero .lead { color: var(--ink-2); font-size: clamp(17px,1.7vw,21px); max-width: 620px; margin: 22px auto 0; line-height: 1.6; }
.plhero .cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.plhero .platform { margin-top: 24px; font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-3); letter-spacing: .02em; }
.plhero-shot { max-width: 1080px; margin: clamp(44px,5vw,68px) auto 0; }

/* ---- problem ---- */
.problem { background: var(--navy); color: #fff; }
.problem .eyebrow { color: var(--accent-2); }
.problem h2 { color: #fff; }
.problem .section-head p { color: rgba(255,255,255,.72); }
.prob-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 12px; }
.prob-step { border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 28px 26px; background: rgba(255,255,255,.035); }
.prob-step .n { font-family: var(--font-display); font-weight: 800; font-size: 40px; color: var(--accent-2); line-height: 1; letter-spacing: -.02em; }
.prob-step h3 { color: #fff; font-size: 19px; margin: 18px 0 10px; }
.prob-step p { color: rgba(255,255,255,.66); font-size: 14.5px; line-height: 1.55; }
.problem .kicker-foot { margin-top: 30px; font-family: var(--font-mono); font-size: 13px; color: var(--accent-2); text-align: center; letter-spacing: .02em; }

/* ---- solution capability grid ---- */
.sol-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.cap {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow-sm);
  transition: transform .18s, box-shadow .2s, border-color .2s;
}
.cap:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--line-2); }
.cap .ico { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: rgba(226,98,42,.1); margin-bottom: 16px; }
.cap .ico svg { width: 21px; height: 21px; color: var(--accent); }
.cap h3 { font-size: 18px; color: var(--ink); margin-bottom: 8px; }
.cap p { color: var(--ink-2); font-size: 14.5px; line-height: 1.55; }

/* ---- architecture ---- */
.arch { background: var(--bg); }
.arch-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.arch-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-sm); position: relative; }
.arch-card.hub { border-color: var(--accent); box-shadow: 0 14px 40px -16px rgba(226,98,42,.35); }
.arch-card .tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.arch-card .plat { font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); margin-top: 4px; }
.arch-card h3 { font-size: 21px; color: var(--navy); margin: 16px 0 10px; }
.arch-card p { color: var(--ink-2); font-size: 15px; line-height: 1.58; }
.arch-card .pin { position: absolute; top: 22px; right: 22px; font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; background: var(--accent); color: #fff; padding: 3px 8px; border-radius: 6px; }
.arch-note { margin-top: 26px; text-align: center; color: var(--ink-2); font-size: 15.5px; max-width: 760px; margin-inline: auto; }
.arch-note b { color: var(--navy); }

/* ---- feature rows (reuse .prod look) ---- */
.feat-rows { display: flex; flex-direction: column; gap: clamp(56px, 7vw, 104px); }
.prod.rev .prod-visual { order: -1; }

/* ---- OCR vote diagram ---- */
.vote { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-md); }
.vote-engines { display: flex; gap: 10px; }
.engine { flex: 1; text-align: center; border: 1px solid var(--line-2); border-radius: 10px; padding: 12px 8px; font-family: var(--font-mono); font-size: 13px; color: var(--navy); background: #fbfcfe; }
.vote-arrow { text-align: center; color: var(--ink-3); font-size: 20px; margin: 12px 0; }
.vote-result { border: 1.5px solid var(--accent); border-radius: 12px; padding: 16px 18px; background: rgba(226,98,42,.05); }
.vote-result .vr-l { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); }
.vote-result .vr-v { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--navy); margin-top: 6px; }
.vote-result .vr-v small { font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); font-weight: 500; }
.rules { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 9px; }
.rules li { font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-2); display: flex; gap: 9px; align-items: center; }
.rules li::before { content: "✓"; color: var(--accent); font-weight: 700; }

/* ---- mobile phones ---- */
.mobile { background: var(--navy); color: #fff; overflow: hidden; position: relative; }
.mobile .eyebrow { color: var(--accent-2); }
.mobile h2 { color: #fff; }
.mobile .section-head p { color: rgba(255,255,255,.72); }
.phones { display: flex; gap: clamp(16px,3vw,36px); justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }
.phone { width: clamp(190px, 22vw, 248px); border-radius: 32px; background: #060c16; padding: 9px; box-shadow: 0 30px 70px -24px rgba(0,0,0,.6); border: 1px solid #1c2c44; }
.phone img { width: 100%; display: block; border-radius: 24px; }
.phone .cap-l { text-align: center; font-family: var(--font-mono); font-size: 12px; color: rgba(255,255,255,.66); margin-top: 14px; letter-spacing: .02em; }
.mfeat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.mfeat .mf-h { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: #fff; margin-bottom: 8px; }
.mfeat p { color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.55; }
.mfeat { border-top: 2px solid var(--accent-2); padding-top: 16px; }

/* ---- privacy ---- */
.privacy { background: var(--bg); }
.priv-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.priv {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 24px; box-shadow: var(--shadow-sm);
}
.priv .lock { width: 34px; height: 34px; border-radius: 9px; background: rgba(15,39,71,.07); display: grid; place-items: center; margin-bottom: 14px; }
.priv .lock svg { width: 18px; height: 18px; color: var(--navy); }
.priv h3 { font-size: 16.5px; color: var(--ink); margin-bottom: 7px; }
.priv p { color: var(--ink-2); font-size: 14px; line-height: 1.55; }

/* ---- ROI stats ---- */
.roi { background: var(--surface); }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.stat { padding: 8px 30px; border-left: 2px solid var(--line); }
.stat:first-child { border-left: none; padding-left: 0; }
.stat .big { font-family: var(--font-display); font-weight: 800; font-size: clamp(40px,5vw,60px); color: var(--accent); letter-spacing: -.03em; line-height: 1; }
.stat .lbl { font-size: 16px; color: var(--ink); margin-top: 12px; font-weight: 600; }
.stat .delta { font-family: var(--font-mono); font-size: 13px; color: var(--ink-3); margin-top: 8px; }
.roi-foot { font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); margin-top: 34px; }

/* ---- pricing ---- */
.pricing { background: var(--bg); }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: start; }
.price-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); position: relative; }
.price-card.pop { border-color: var(--accent); box-shadow: 0 18px 48px -18px rgba(226,98,42,.4); }
.price-card .pop-tag { position: absolute; top: -12px; left: 28px; background: var(--accent); color: #fff; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; padding: 5px 11px; border-radius: 999px; }
.price-card .tier { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.price-card .amt { font-family: var(--font-display); font-weight: 800; font-size: 42px; color: var(--navy); margin-top: 14px; letter-spacing: -.02em; }
.price-card .amt span { font-family: var(--font-mono); font-size: 14px; color: var(--ink-3); font-weight: 500; letter-spacing: 0; }
.price-card .who { color: var(--ink-2); font-size: 14.5px; margin-top: 8px; }
.price-card ul { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; gap: 11px; border-top: 1px solid var(--line); padding-top: 22px; }
.price-card li { font-size: 14.5px; color: var(--ink); display: flex; gap: 10px; align-items: flex-start; line-height: 1.45; }
.price-card li svg { width: 17px; height: 17px; color: var(--accent); flex: none; margin-top: 2px; }
.price-card .btn { width: 100%; justify-content: center; }
.price-note { text-align: center; font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-3); margin-top: 28px; }

@media (max-width: 940px) {
  .prob-grid, .sol-grid, .arch-grid, .priv-grid, .mfeat-grid, .price-grid, .stats { grid-template-columns: 1fr; }
  .stat { border-left: none; padding-left: 0; padding-right: 0; border-top: 2px solid var(--line); padding-top: 18px; }
  .stat:first-child { border-top: none; }
  .prod.rev .prod-visual { order: 0; }
  .sol-grid { grid-template-columns: 1fr 1fr; }
  .mfeat-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .sol-grid, .mfeat-grid { grid-template-columns: 1fr; }
}
