/* ============================================================
   WPDEEPLY — PRODUCT / SECURITY LAYER
   Loads after pages.css. Adds the Risk Monitor homepage blocks,
   plugin-profile + vulnerability views, and the mega-menu fix.
   Uses the existing design tokens only.
   ============================================================ */

:root {
  --sev-critical: oklch(56% 0.19 22);
  --sev-high:     oklch(64% 0.17 45);
  --sev-medium:   oklch(74% 0.14 85);
  --sev-low:      oklch(62% 0.13 230);
  --sev-ok:       oklch(58% 0.14 152);
  --sev-critical-bg: oklch(96% 0.03 22);
  --sev-high-bg:     oklch(96.5% 0.03 55);
  --sev-medium-bg:   oklch(97% 0.035 90);
  --sev-low-bg:      oklch(96.5% 0.025 235);
  --sev-ok-bg:       oklch(96.5% 0.03 152);
}

/* ============================================================
   MEGA MENU — two-column layout so the product panel sits
   beside the topic grid instead of as a full-width bottom strip.
   ============================================================ */
.mega { width: min(780px, calc(100vw - 40px)); }
.mega-body { display: grid; grid-template-columns: minmax(0, 1fr) 228px; gap: 16px; align-items: stretch; }
.mega-body .mega-grid { align-content: start; }

.mega-promo {
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
  margin-top: 0; padding: 18px; border-radius: 16px; text-decoration: none;
  position: relative; overflow: hidden;
  background: radial-gradient(130% 160% at 0% 0%, oklch(40% 0.15 285), oklch(22% 0.09 278));
  box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.14);
}
.mega-promo-ic { width: 38px; height: 38px; }
.mega-promo-tx { flex: 0 0 auto; gap: 5px; }
.mega-promo-title { font-size: 15.5px; line-height: 1.25; }
.mega-promo-sub { font-size: 12px; }
.mega-promo-cta {
  margin-top: auto; padding: 9px 14px; border-radius: 10px;
  background: linear-gradient(100deg, var(--purple), var(--pink));
  box-shadow: 0 6px 18px oklch(40% 0.14 285 / 0.5);
}
.mega-promo-meta { font-size: 11px; color: oklch(74% 0.03 280); letter-spacing: 0.02em; }

/* ============================================================
   MEGA MENU RESPONSIVE — must stay after every base .mega rule
   above, or the two-column default wins on equal specificity.
   The panel is centred on its nav item, so at laptop widths a
   wide panel cannot fit either side of it: right-anchor it to
   the item and collapse to one column.
   ============================================================ */
@media (max-width: 1140px) {
  .has-mega .mega { left: auto; right: 0; width: min(400px, calc(100vw - 32px)); transform: translateX(0) translateY(10px) scale(0.98); }
  .has-mega:hover .mega, .has-mega:focus-within .mega { transform: translateX(0) translateY(0) scale(1); }
  .mega-body { grid-template-columns: 1fr; }
  .mega-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   SECTION SHELL
   ============================================================ */
.wsec { padding: 76px 48px; }
.wsec-alt { background: var(--bg-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.wsec-inner { max-width: var(--max-w); margin: 0 auto; }
.wsec-head { max-width: 720px; margin-bottom: 40px; }
.wsec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.weyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--purple); margin-bottom: 14px; }
.wsec h2 { font-family: var(--font-display); font-size: clamp(28px, 3.4vw, 42px); font-weight: 700; letter-spacing: -1.2px; line-height: 1.1; color: var(--navy); text-wrap: balance; }
.wsec h2 em { font-style: normal; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.wsec-lede { margin-top: 16px; font-size: 17px; line-height: 1.7; color: var(--navy-mid); text-wrap: pretty; }
.wsec-foot { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* ============================================================
   HERO RISK DASHBOARD (dark, sits inside .splash-right)
   ============================================================ */
.rdash { position: relative; z-index: 1; background: oklch(100% 0 0 / 0.05); border: 1px solid oklch(100% 0 0 / 0.12); border-radius: 22px; padding: 22px;
  box-shadow: 0 30px 70px oklch(18% 0.1 280 / 0.5); }
.rdash-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid oklch(100% 0 0 / 0.1); }
.rdash-label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: oklch(80% 0.06 285); }
.rdash-site { font-family: var(--font-mono); font-size: 12px; color: oklch(72% 0.02 280); margin-top: 5px; }
.rdash-score { display: flex; align-items: baseline; gap: 3px; font-family: var(--font-display); flex-shrink: 0; white-space: nowrap; }
.rdash-score b { font-size: 40px; font-weight: 700; line-height: 1; color: #fff; letter-spacing: -1.5px; }
.rdash-score span { font-size: 14px; color: oklch(72% 0.02 280); }
.rdash-bar { height: 6px; border-radius: 100px; background: oklch(100% 0 0 / 0.1); margin: 18px 0 18px; overflow: hidden; }
.rdash-bar i { display: block; height: 100%; border-radius: 100px; background: linear-gradient(90deg, oklch(72% 0.16 45), oklch(76% 0.15 150)); }
.rdash-rows { display: flex; flex-direction: column; gap: 8px; }
.rdash-row { display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; align-items: center; gap: 12px;
  background: oklch(100% 0 0 / 0.05); border: 1px solid oklch(100% 0 0 / 0.1); border-radius: 12px; padding: 11px 13px; }
.rdash-dot { width: 10px; height: 10px; border-radius: 50%; margin-left: 8px; }
.rdash-dot.c { background: oklch(64% 0.2 22); box-shadow: 0 0 10px oklch(64% 0.2 22 / 0.8); }
.rdash-dot.h { background: oklch(72% 0.17 55); box-shadow: 0 0 10px oklch(72% 0.17 55 / 0.7); }
.rdash-dot.m { background: oklch(82% 0.15 90); box-shadow: 0 0 10px oklch(82% 0.15 90 / 0.6); }
.rdash-dot.o { background: oklch(76% 0.15 152); box-shadow: 0 0 10px oklch(76% 0.15 152 / 0.6); }
.rdash-name { font-size: 13.5px; color: #fff; font-weight: 600; font-family: var(--font-display); letter-spacing: -0.2px; }
.rdash-sub { display: block; font-size: 11.5px; color: oklch(74% 0.02 280); font-weight: 400; font-family: var(--font-body); letter-spacing: 0; }
.rdash-tag { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 8px; border-radius: 7px;
  background: oklch(100% 0 0 / 0.08); color: oklch(84% 0.03 280); white-space: nowrap; }
.rdash-tag.c { background: oklch(45% 0.16 22 / 0.35); color: oklch(88% 0.09 30); }
.rdash-tag.h { background: oklch(50% 0.14 55 / 0.3); color: oklch(90% 0.09 70); }
.rdash-tag.o { background: oklch(45% 0.12 152 / 0.3); color: oklch(88% 0.09 152); }
.rdash-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 16px; border-top: 1px solid oklch(100% 0 0 / 0.1); }
.rdash-scan { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: oklch(82% 0.02 280); }
.rdash-scan-dot { width: 8px; height: 8px; border-radius: 50%; background: oklch(75% 0.16 150); box-shadow: 0 0 10px oklch(75% 0.16 150); }
.rdash-link { font-size: 13px; font-weight: 600; color: #fff; text-decoration: none; }
.rdash-link:hover { color: oklch(85% 0.1 285); }

/* ============================================================
   CHECK CARDS
   ============================================================ */
.chk-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.chk-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out), border-color 0.2s; }
.chk-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: oklch(85% 0.05 285); }
.chk-ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: var(--grad-brand);
  box-shadow: var(--shadow-purple); margin-bottom: 16px; }
.chk-ic svg { width: 21px; height: 21px; }
.chk-card h3 { font-family: var(--font-display); font-size: 17px; font-weight: 700; letter-spacing: -0.4px; color: var(--navy); margin-bottom: 8px; }
.chk-card p { font-size: 14.5px; line-height: 1.65; color: var(--navy-mid); }

/* ============================================================
   EXAMPLE RISK REPORT
   ============================================================ */
.rep-wrap { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 24px; align-items: start; }
.rep-card { background: var(--card); border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow-md); overflow: hidden; }
.rep-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 22px; border-bottom: 1px solid var(--border); background: var(--bg-2); }
.rep-title { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--navy); letter-spacing: -0.3px; }
.rep-meta { font-family: var(--font-mono); font-size: 11px; color: var(--muted); }
.rep-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 15px 22px; border-bottom: 1px solid var(--border); }
.rep-row:last-child { border-bottom: 0; }
.rep-comp { display: flex; align-items: center; gap: 11px; min-width: 0; }
.rep-comp-name { font-family: var(--font-display); font-size: 14.5px; font-weight: 600; color: var(--navy); letter-spacing: -0.2px; }
.rep-comp-ver { font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); }
.rep-status { font-size: 13px; font-weight: 600; text-align: right; }
.sev-pill { display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px; border-radius: 100px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.02em; white-space: nowrap; }
.sev-pill::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.sev-critical { color: var(--sev-critical); background: var(--sev-critical-bg); }
.sev-high     { color: var(--sev-high);     background: var(--sev-high-bg); }
.sev-medium   { color: oklch(58% 0.13 85);  background: var(--sev-medium-bg); }
.sev-low      { color: var(--sev-low);      background: var(--sev-low-bg); }
.sev-ok       { color: var(--sev-ok);       background: var(--sev-ok-bg); }

.rep-detail { background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 24px; box-shadow: var(--shadow-md); }
.rep-detail-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.rep-detail h3 { font-family: var(--font-display); font-size: 19px; font-weight: 700; letter-spacing: -0.5px; color: var(--navy); }
.rep-cve { font-family: var(--font-mono); font-size: 12px; color: var(--muted); margin-top: 4px; }
.rep-facts { display: flex; flex-direction: column; gap: 0; margin: 18px 0; border-top: 1px solid var(--border); }
.rep-fact { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--border); }
.rep-fact dt { font-size: 13px; color: var(--muted); }
.rep-fact dd { font-family: var(--font-mono); font-size: 13px; color: var(--navy); font-weight: 600; text-align: right; }
.rep-action { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 13px; background: var(--purple-dim); }
.rep-action-ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: #fff; background: var(--grad-brand); flex-shrink: 0; }
.rep-action-ic svg { width: 17px; height: 17px; }
.rep-action-tx { font-size: 13.5px; line-height: 1.5; color: var(--navy); }
.rep-action-tx b { font-family: var(--font-display); display: block; font-size: 14.5px; }

/* ============================================================
   RISK PRIORITIES
   ============================================================ */
.prio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.prio-card { background: var(--card); border: 1px solid var(--border); border-left: 4px solid var(--muted); border-radius: 14px; padding: 24px; box-shadow: var(--shadow-sm); }
.prio-card.fix { border-left-color: var(--sev-critical); }
.prio-card.replace { border-left-color: var(--sev-high); }
.prio-card.review { border-left-color: oklch(58% 0.13 85); }
.prio-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.prio-card h3 { font-family: var(--font-display); font-size: 18px; font-weight: 700; letter-spacing: -0.4px; color: var(--navy); }
.prio-target { font-family: var(--font-mono); font-size: 12.5px; color: var(--navy); background: var(--bg-2); border: 1px solid var(--border);
  border-radius: 8px; padding: 7px 10px; display: inline-block; margin-bottom: 12px; }
.prio-card p { font-size: 14.5px; line-height: 1.65; color: var(--navy-mid); }
.prio-do { display: flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 14px; font-weight: 700; color: var(--purple); }
.prio-do svg { width: 16px; height: 16px; stroke: currentColor; fill: none; }

/* ============================================================
   PLUGIN CHECKER BOX
   ============================================================ */
.checker { background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 32px; box-shadow: var(--shadow-md); max-width: 780px; margin: 0 auto; }
.checker-form { display: flex; gap: 10px; flex-wrap: wrap; }
.checker-input { flex: 1 1 260px; min-width: 0; font-family: var(--font-body); font-size: 15px; color: var(--ink);
  background: var(--bg-2); border: 1px solid var(--border); border-radius: 12px; padding: 15px 16px; }
.checker-input:focus { outline: 2px solid oklch(70% 0.12 285); outline-offset: 1px; background: var(--card); }
.checker-hint { margin-top: 14px; font-size: 13px; color: var(--muted); }
.checker-examples { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.checker-chip { font-size: 12.5px; font-weight: 600; text-decoration: none; color: var(--navy-mid); background: var(--bg-2);
  border: 1px solid var(--border); border-radius: 100px; padding: 7px 14px; transition: color 0.2s, border-color 0.2s; }
.checker-chip:hover { color: var(--purple); border-color: oklch(80% 0.1 285); }

.checker-result { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--border); }
.checker-empty { font-size: 14.5px; line-height: 1.7; color: var(--navy-mid); }

/* ============================================================
   RESEARCH + PROFILE CARDS
   ============================================================ */
.res-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.res-card { display: flex; flex-direction: column; gap: 12px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 24px; text-decoration: none; box-shadow: var(--shadow-sm); transition: transform 0.25s var(--ease-out), box-shadow 0.25s, border-color 0.2s; }
.res-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: oklch(85% 0.05 285); }
.res-cve { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.04em; color: var(--muted); }
.res-card h3 { font-family: var(--font-display); font-size: 18px; font-weight: 700; letter-spacing: -0.5px; line-height: 1.25; color: var(--navy); }
.res-card p { font-size: 14px; line-height: 1.6; color: var(--navy-mid); }
.res-more { margin-top: auto; font-size: 13px; font-weight: 700; color: var(--purple); display: flex; align-items: center; gap: 6px; }

.prof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.prof-card { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 13px; text-decoration: none;
  background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 14px 16px; box-shadow: var(--shadow-sm); transition: border-color 0.2s, transform 0.2s; }
.prof-card:hover { border-color: oklch(80% 0.1 285); transform: translateX(3px); }
.prof-ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #fff; background: var(--grad-brand); }
.prof-ic svg { width: 19px; height: 19px; }
.prof-name { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: var(--navy); letter-spacing: -0.3px; }
.prof-sub { font-size: 11.5px; color: var(--muted); }

/* ============================================================
   RISK BADGE (profiles, vulnerability records)
   ============================================================ */
.risk-badge { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-size: 13px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; padding: 8px 14px; border-radius: 100px; }
.risk-badge::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: currentColor; }
.risk-low { color: var(--sev-ok); background: var(--sev-ok-bg); }
.risk-medium { color: oklch(58% 0.13 85); background: var(--sev-medium-bg); }
.risk-high { color: var(--sev-high); background: var(--sev-high-bg); }
.risk-critical { color: var(--sev-critical); background: var(--sev-critical-bg); }

/* ============================================================
   PRICING
   ============================================================ */
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.price-card { position: relative; background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 28px; box-shadow: var(--shadow-sm); }
.price-card.feature { border-color: oklch(78% 0.12 285); box-shadow: var(--shadow-lg); }
.price-card.feature::before { content: ''; position: absolute; top: 0; left: 24px; right: 24px; height: 3px; border-radius: 3px; background: var(--grad-brand); }
.price-flag { position: absolute; top: -12px; right: 20px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: #fff; background: var(--grad-brand); border-radius: 100px; padding: 6px 12px; box-shadow: var(--shadow-purple); }
.price-name { font-family: var(--font-display); font-size: 20px; font-weight: 700; letter-spacing: -0.5px; color: var(--navy); }
.price-tag { display: flex; align-items: baseline; gap: 5px; margin: 12px 0 6px; }
.price-tag b { font-family: var(--font-display); font-size: 40px; font-weight: 700; letter-spacing: -1.8px; color: var(--navy); line-height: 1; }
.price-tag span { font-size: 13.5px; color: var(--muted); }
.price-for { font-size: 14px; line-height: 1.6; color: var(--navy-mid); min-height: 44px; }
.price-list { list-style: none; margin: 20px 0 24px; display: flex; flex-direction: column; gap: 10px; }
.price-list li { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 10px; font-size: 14px; line-height: 1.55; color: var(--navy-mid); }
.price-list svg { width: 16px; height: 16px; stroke: var(--purple); fill: none; stroke-width: 2.6; margin-top: 3px; }
.price-note { margin-top: 14px; font-size: 12px; color: var(--muted); line-height: 1.5; }

/* ============================================================
   FINAL CTA BAND
   ============================================================ */
.cta-band { position: relative; overflow: hidden; background: #0a0c16; color: #fff; padding: 78px 48px; text-align: center; }
.cta-band-bg { position: absolute; inset: 0; z-index: 0; background:
  radial-gradient(110% 130% at 12% 0%, oklch(42% 0.16 285) 0%, transparent 56%),
  radial-gradient(110% 120% at 92% 8%, oklch(40% 0.13 250 / 0.85) 0%, transparent 52%),
  linear-gradient(180deg, #0c0e1a 0%, #090a12 100%); }
.cta-band-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.cta-band h2 { font-family: var(--font-display); font-size: clamp(28px, 3.6vw, 44px); font-weight: 700; letter-spacing: -1.4px; line-height: 1.1; text-wrap: balance; }
.cta-band p { margin-top: 18px; font-size: 17px; line-height: 1.7; color: oklch(80% 0.02 280); }
.cta-band-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.cta-band .btn-ghost { background: oklch(100% 0 0 / 0.07); color: #fff; border: 1px solid oklch(100% 0 0 / 0.2); }
.cta-band-meta { margin-top: 22px; font-size: 12.5px; color: oklch(70% 0.02 280); }

/* ============================================================
   PLUGIN PROFILE (single-wpd_plugin)
   ============================================================ */
.pp-bar { border-bottom: 1px solid var(--border); background: var(--bg-2); }
.pp-bar-inner { max-width: var(--max-w); margin: 0 auto; padding: 34px 48px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.pp-bar h1 { font-family: var(--font-display); font-size: clamp(26px, 3.2vw, 38px); font-weight: 700; letter-spacing: -1.2px; line-height: 1.1; color: var(--navy); }
.pp-bar .pp-slug { font-family: var(--font-mono); font-size: 12.5px; color: var(--muted); margin-top: 8px; }
.pp-body { max-width: var(--max-w); margin: 0 auto; padding: 48px; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: start; }
.pp-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 34px; }
.pp-stat { background: var(--card); border: 1px solid var(--border); border-radius: 13px; padding: 15px 17px; }
.pp-stat dt { font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.pp-stat dd { font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--navy); margin-top: 5px; letter-spacing: -0.3px; }
.pp-aside { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 96px; }
.pp-timeline { list-style: none; display: flex; flex-direction: column; gap: 0; border-left: 2px solid var(--border); margin: 18px 0 0; padding-left: 22px; }
.pp-timeline li { position: relative; padding: 0 0 22px; }
.pp-timeline li::before { content: ''; position: absolute; left: -29px; top: 4px; width: 12px; height: 12px; border-radius: 50%;
  background: var(--card); border: 2px solid var(--purple); }
.pp-tl-date { font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); }
.pp-tl-title { font-family: var(--font-display); font-size: 15.5px; font-weight: 600; color: var(--navy); margin: 3px 0 4px; letter-spacing: -0.2px; }
.pp-tl-body { font-size: 14px; line-height: 1.6; color: var(--navy-mid); }
.pp-tl-body a { font-weight: 600; }

/* ============================================================
   VULNERABILITY RECORD (single-wpd_vuln)
   ============================================================ */
.vuln-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0 0 30px; }
.vuln-fact { background: var(--card); border: 1px solid var(--border); border-radius: 13px; padding: 15px 17px; }
.vuln-fact dt { font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.vuln-fact dd { font-family: var(--font-mono); font-size: 14.5px; color: var(--navy); margin-top: 6px; font-weight: 600; }

/* ============================================================
   ARCHIVE / DIRECTORY TABLE
   ============================================================ */
.dir-wrap { max-width: var(--max-w); margin: 0 auto; padding: 48px; }
.dir-table { width: 100%; border-collapse: collapse; background: var(--card); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-sm); }
.dir-table th { text-align: left; font-family: var(--font-display); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); padding: 14px 18px; background: var(--bg-2); border-bottom: 1px solid var(--border); }
.dir-table td { padding: 15px 18px; border-bottom: 1px solid var(--border); font-size: 14.5px; color: var(--navy-mid); vertical-align: middle; }
.dir-table tr:last-child td { border-bottom: 0; }
.dir-table a { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.2px; text-decoration: none; }
.dir-table a:hover { text-decoration: underline; }
.dir-mono { font-family: var(--font-mono); font-size: 13px; color: var(--muted); }

/* ============================================================
   DOWNLOAD PAGE
   ============================================================ */
.dl-card { max-width: 680px; margin: 0 auto; background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 34px; box-shadow: var(--shadow-md); text-align: center; }
.dl-file { font-family: var(--font-mono); font-size: 13px; color: var(--muted); margin-top: 16px; }
.dl-steps { list-style: none; counter-reset: dl; text-align: left; margin: 28px 0 0; display: flex; flex-direction: column; gap: 14px; }
.dl-steps li { counter-increment: dl; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 13px; font-size: 14.5px; line-height: 1.6; color: var(--navy-mid); }
.dl-steps li::before { content: counter(dl); display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px;
  background: var(--purple-dim); color: var(--purple); font-family: var(--font-display); font-weight: 700; font-size: 13px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 860px; }
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 20px 22px; }
.faq-item h3 { font-family: var(--font-display); font-size: 16.5px; font-weight: 700; letter-spacing: -0.3px; color: var(--navy); margin-bottom: 8px; }
.faq-item p { font-size: 14.5px; line-height: 1.7; color: var(--navy-mid); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .chk-grid, .res-grid, .prof-grid, .prio-grid, .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rep-wrap { grid-template-columns: 1fr; }
  .pp-body { grid-template-columns: 1fr; gap: 36px; padding: 36px 24px; }
  .pp-aside { position: static; }
}
@media (max-width: 720px) {
  .wsec { padding: 56px 22px; }
  .cta-band { padding: 60px 22px; }
  .chk-grid, .res-grid, .prof-grid, .prio-grid, .price-grid, .pp-stats, .vuln-facts { grid-template-columns: 1fr; }
  .checker { padding: 22px; }
  .dir-wrap { padding: 28px 16px; }
  .dir-table th:nth-child(3), .dir-table td:nth-child(3) { display: none; }
  .pp-bar-inner { padding: 26px 22px; }
  .rdash { padding: 18px; }
  .rdash-row { grid-template-columns: 26px minmax(0, 1fr); }
  .rdash-tag { grid-column: 2; justify-self: start; }
}
