/* ----------------------------------------------------------------
 * JIL Sovereign - vertical product page (.vp-*) standard
 * File:   apps/central-portal/public/assets/jil-vp-page.css
 *
 * Shared styles for the v2 product/vertical pages that follow the
 * Phantom Employee Detection template (vp-hero, vp-section,
 * container, eyebrow, vp-typology, vp-tile, vp-table, vp-cta).
 *
 * This file replaces the per-page inline <style> blocks that were
 * duplicated across each docs-page product page. Inherits colour from
 * /assets/jil-tokens.css (sovereign-light).
 * ---------------------------------------------------------------- */

.container { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }

.vp-hero { padding: 56px 0 32px; border-bottom: 1px solid var(--border-soft, #E1E5EA); }
.vp-hero h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--text-heading, #0D2044);
  margin: 12px 0 16px;
}
.vp-hero h1 em { color: var(--label-eyebrow, #7C5F18); font-style: normal; }
.vp-hero .lede {
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-body, #2A2826);
  margin: 0 0 18px;
}

.vp-section { padding: 40px 0; border-bottom: 1px solid var(--border-soft, rgba(0,0,0,0.06)); }
.vp-section h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--text-heading, #0D2044);
  margin: 10px 0 14px;
}
.vp-section h2 em { color: var(--label-eyebrow, #7C5F18); font-style: normal; }
.vp-section .lede { font-size: 15px; line-height: 1.65; color: var(--text-body, #2A2826); margin: 0 0 14px; }
.vp-section .lede strong { color: var(--text-heading, #0D2044); }

.eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--label-eyebrow, #7C5F18);
  text-transform: uppercase;
  font-weight: 600;
}

.vp-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; margin-top: 16px; }
.vp-tile {
  padding: 14px 16px;
  border: 1px solid var(--border, #E1E5EA);
  border-left: 3px solid var(--label-eyebrow, #7C5F18);
  background: var(--surface-deep, #FAF6EF);
  border-radius: 4px;
}
.vp-tile .v { font-family: 'Fraunces', Georgia, serif; font-size: 22px; font-weight: 600; color: var(--text-heading, #0D2044); }
.vp-tile .l { font-size: 11px; color: var(--muted-fg, #5A6678); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.05em; }

.vp-typologies { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; margin-top: 16px; }
.vp-typology {
  padding: 18px 18px 20px;
  border: 1px solid var(--border, #E1E5EA);
  border-top: 3px solid var(--label-eyebrow, #7C5F18);
  background: var(--surface, #fff);
  border-radius: 0 0 6px 6px;
}
.vp-typology .num { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.12em; color: var(--label-eyebrow, #7C5F18); font-weight: 600; }
.vp-typology h3 { font-family: 'Fraunces', Georgia, serif; font-size: 18px; font-weight: 600; color: var(--text-heading, #0D2044); margin: 6px 0 8px; }
.vp-typology p { font-size: 13.5px; line-height: 1.55; color: var(--text-body, #2A2826); margin: 0; }

table.vp-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-top: 12px; }
table.vp-table th {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted-fg, #5A6678);
  padding: 8px 12px;
  background: var(--surface-deep, #FAF6EF);
  text-align: left;
}
table.vp-table td { padding: 9px 12px; border-bottom: 1px solid var(--border-soft, rgba(0,0,0,0.06)); vertical-align: top; }

.vp-cta { padding: 36px 0 56px; background: linear-gradient(180deg, var(--surface-deep, #FAF6EF) 0%, transparent 100%); }
.vp-cta h2 { font-family: 'Fraunces', Georgia, serif; font-size: 26px; font-weight: 600; color: var(--text-heading, #0D2044); margin: 0 0 12px; }
.vp-cta h2 em { color: var(--label-eyebrow, #7C5F18); font-style: normal; }
.vp-cta p { font-size: 15px; line-height: 1.6; color: var(--text-body, #2A2826); margin: 0 0 18px; }
.vp-cta a.btn {
  display: inline-block;
  padding: 10px 18px;
  background: var(--text-heading, #0D2044);
  color: #FFF;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  margin-right: 8px;
}
.vp-cta a.btn-ghost {
  background: transparent;
  color: var(--text-heading, #0D2044);
  border: 1px solid var(--border, #C9CFD8);
}
