/* ══════════════════════════════════════════════════════════════════════
   LANDING PAGES
   Shared styles for the commercial topic pages (/cyber-risk-quantification/,
   /fair-risk-quantification/, …). Layers on top of styles.css and reuses its
   tokens, nav, footer, buttons and .fade-in reveal — these pages are part of
   the same site, not a separate microsite.
   ══════════════════════════════════════════════════════════════════════ */

/* ── Breadcrumb ── */
.lp-crumbs {
  padding: 7.5rem 0 0;
  font-size: 0.76rem;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}
.lp-crumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}
.lp-crumbs a { color: var(--text-muted); text-decoration: none; }
.lp-crumbs a:hover { color: var(--gold); }
.lp-crumbs li[aria-current] { color: var(--gold); }
.lp-crumbs .sep { opacity: 0.45; }

/* ── Hero ── */
.lp-hero { padding: 2.5rem 0 4.5rem; }
.lp-hero h1 {
  font-size: clamp(2rem, 4.6vw, 3.1rem);
  line-height: 1.1;
  color: var(--text-light);
  margin: 1rem 0 1.25rem;
  max-width: 20ch;
}
.lp-lede {
  font-size: 1.04rem;
  line-height: 1.75;
  color: var(--text-muted);
  max-width: 62ch;
  margin: 0 0 2rem;
}
.lp-hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* ── Generic section ── */
.lp-section { padding: 4rem 0; border-top: 1px solid rgba(184,134,11,0.12); }
.lp-section > .container > h2 {
  font-size: clamp(1.5rem, 2.9vw, 2.05rem);
  line-height: 1.2;
  color: var(--text-light);
  margin: 0.75rem 0 1rem;
  max-width: 24ch;
}
.lp-body {
  font-size: 0.97rem;
  line-height: 1.8;
  color: var(--text-muted);
  max-width: 68ch;
}
.lp-body p { margin: 0 0 1.05rem; }
.lp-body p:last-child { margin-bottom: 0; }
.lp-body strong { color: var(--text-light); font-weight: 600; }
.lp-body a { color: var(--gold); }

/* ── Section intro (optional standfirst under an h2) ── */
.lp-section-intro {
  font-size: 0.97rem;
  line-height: 1.75;
  color: var(--text-muted);
  max-width: 64ch;
  margin: 0;
}

/* ── Inline icons ── */
.lp-ico { width: 1.35rem; height: 1.35rem; flex-shrink: 0; }

/* ── Before / after split ──
   Two short columns instead of three paragraphs: the state most businesses
   are in, and the state the product puts them in. */
.lp-split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.15rem;
  margin-top: 2rem;
}
.lp-split-col {
  border: 1px solid rgba(184,134,11,0.15);
  border-radius: 14px;
  padding: 1.4rem 1.5rem 1.5rem;
  background: rgba(32, 16, 8, 0.45);
}
.lp-split-col.is-after {
  border-color: rgba(184,134,11,0.34);
  background: linear-gradient(150deg, rgba(42,20,10,0.72), rgba(24,8,6,0.6));
}
.lp-split-col h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: var(--text-muted);
}
.lp-split-col.is-after h3 { color: var(--gold); }
.lp-split-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.lp-split-col li {
  display: flex;
  gap: 0.6rem;
  font-size: 0.89rem;
  line-height: 1.55;
  color: var(--text-muted);
}
.lp-split-col.is-after li { color: var(--text-light); }
.lp-split-m {
  flex-shrink: 0;
  width: 1.05rem;
  text-align: center;
  font-weight: 700;
  color: rgba(192,57,43,0.85);
}
.lp-split-col.is-after .lp-split-m { color: var(--gold-light); }

/* ── Process flow ──
   The eight-step business flow on the OneOps page. One row on wide screens
   with a connector line behind the markers; it wraps to 4 / 2 columns below,
   where the connector is dropped because the line cannot follow a wrap. */
.lp-flow {
  list-style: none;
  margin: 2.25rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem 1rem;
  position: relative;
}
.lp-flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.55rem;
  position: relative;
}
.lp-flow-n {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--gold-light);
  font-variant-numeric: tabular-nums;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, rgba(192,57,43,0.55), rgba(32,16,8,0.9));
  border: 1px solid rgba(184,134,11,0.4);
  position: relative;
  z-index: 1;
}
.lp-flow-c {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1.45;
  max-width: 16ch;
  /* Two lines' worth, so the module labels below sit on one baseline
     whether the caption wraps or not. */
  min-height: 2.9em;
}
.lp-flow-m {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-light);
  line-height: 1.35;
}
.lp-flow-tag {
  margin: 2rem 0 0;
  text-align: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
@media (min-width: 620px) { .lp-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1000px) {
  .lp-flow { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 0 0.5rem; }
  .lp-flow::before {
    content: '';
    position: absolute;
    top: 1.25rem;
    left: 8%;
    right: 8%;
    height: 1px;
    background: linear-gradient(90deg, rgba(184,134,11,0.05), rgba(184,134,11,0.45), rgba(184,134,11,0.05));
  }
}

/* ── Module groups ──
   Capability groups (Grow / Plan & Move / Run), each holding module cards
   with their feature lists. Used by the OneOps page. */
.lp-groups { display: grid; gap: 1.25rem; margin-top: 2rem; }
.lp-group {
  background: rgba(24, 8, 6, 0.55);
  border: 1px solid rgba(184,134,11,0.15);
  border-radius: 16px;
  padding: 1.6rem 1.7rem 1.75rem;
}
.lp-group-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(184,134,11,0.14);
}
.lp-group-n {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(192,57,43,0.75);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.lp-group-title { flex: 1 1 18rem; }
.lp-group-title h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-light);
  margin: 0 0 0.25rem;
  line-height: 1.3;
}
.lp-group-title p {
  font-size: 0.86rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
}
.lp-group-pull {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1.6;
  max-width: 20ch;
  text-align: right;
  margin-left: auto;
}
.lp-mods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.1rem;
  margin-top: 1.35rem;
}
.lp-mod {
  background: rgba(32, 16, 8, 0.45);
  border: 1px solid rgba(184,134,11,0.12);
  border-radius: 12px;
  padding: 1.1rem 1.2rem 1.15rem;
}
.lp-mod h4 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 0.75rem;
  line-height: 1.35;
}
.lp-mod ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.3rem; }
.lp-mod li {
  position: relative;
  padding-left: 0.85rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--text-muted);
}
.lp-mod li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(192,57,43,0.8);
}
@media (max-width: 700px) {
  .lp-group { padding: 1.3rem 1.15rem 1.4rem; }
  .lp-group-pull { text-align: left; margin-left: 0; max-width: none; }
}

/* ── Outcome chips (under the flow) ── */
.lp-outcomes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
  gap: 1rem;
  margin-top: 2.25rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(184,134,11,0.12);
}
.lp-outcome { display: grid; justify-items: center; text-align: center; gap: 0.35rem; }
.lp-outcome .lp-ico { color: var(--gold); width: 1.6rem; height: 1.6rem; }
.lp-outcome-t {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-light);
}
.lp-outcome-d { font-size: 0.82rem; line-height: 1.55; color: var(--text-muted); max-width: 22ch; }

/* ── Icon tiles ── */
.lp-tiles {
  display: grid;
  /* Fixed tracks rather than auto-fit: six tiles read as 3x2 or 2x3, never
     as a row of five with one orphan underneath. */
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 860px) { .lp-tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 420px) { .lp-tiles { grid-template-columns: minmax(0, 1fr); } }
.lp-tile {
  background: rgba(32, 16, 8, 0.5);
  border: 1px solid rgba(184,134,11,0.15);
  border-radius: 14px;
  padding: 1.35rem 1.4rem 1.45rem;
}
.lp-tile .lp-ico { color: var(--gold); width: 1.6rem; height: 1.6rem; margin-bottom: 0.85rem; }
.lp-tile h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--text-light);
  margin: 0 0 0.3rem;
}
.lp-tile p { font-size: 0.84rem; line-height: 1.55; color: var(--text-muted); margin: 0; }

/* ── Point cards ── */
.lp-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
  gap: 1.15rem;
  margin-top: 2rem;
}
.lp-point {
  background: rgba(32, 16, 8, 0.5);
  border: 1px solid rgba(184,134,11,0.15);
  border-radius: 14px;
  padding: 1.5rem 1.6rem;
}
.lp-point h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 0.55rem;
  line-height: 1.35;
}
.lp-point p {
  font-size: 0.88rem;
  line-height: 1.68;
  color: var(--text-muted);
  margin: 0;
}

/* ── Capability list ── */
.lp-caps { display: grid; gap: 0; margin-top: 1.75rem; }
.lp-cap {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0 1.1rem;
  padding: 1.35rem 0;
  border-top: 1px solid rgba(184,134,11,0.12);
}
.lp-cap:last-child { border-bottom: 1px solid rgba(184,134,11,0.12); }
.lp-cap-n {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--rust);
  padding-top: 0.15rem;
  font-variant-numeric: tabular-nums;
}
.lp-cap h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text-light);
  margin: 0 0 0.4rem;
}
.lp-cap p {
  font-size: 0.89rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
  max-width: 62ch;
}

/* ── FAQ ── */
.lp-faq { display: grid; gap: 0.7rem; margin-top: 1.75rem; max-width: 72ch; }
.lp-faq-item {
  background: rgba(32, 16, 8, 0.42);
  border: 1px solid rgba(184,134,11,0.14);
  border-radius: 12px;
  overflow: hidden;
}
.lp-faq-item > summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 1.35rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--text-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.lp-faq-item > summary::-webkit-details-marker { display: none; }
.lp-faq-item > summary::after {
  content: '+';
  color: var(--gold);
  font-size: 1.15rem;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.25s;
}
.lp-faq-item[open] > summary::after { content: '\2212'; }
.lp-faq-item > summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -2px;
}
.lp-faq-answer {
  padding: 0 1.35rem 1.25rem;
  font-size: 0.89rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0;
  max-width: 66ch;
}

/* ── Related pages ── */
.lp-related {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(232px, 1fr));
  gap: 0.9rem;
  margin-top: 1.75rem;
}
.lp-related a {
  display: block;
  padding: 1.15rem 1.3rem;
  background: rgba(32, 16, 8, 0.45);
  border: 1px solid rgba(184,134,11,0.15);
  border-radius: 12px;
  text-decoration: none;
  transition: border-color 0.3s, transform 0.3s, background 0.3s;
}
.lp-related a:hover,
.lp-related a:focus-visible {
  border-color: rgba(184,134,11,0.42);
  background: rgba(42, 20, 10, 0.62);
  transform: translateY(-2px);
}
.lp-related a:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.lp-related-t {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 0.28rem;
  line-height: 1.35;
}
.lp-related-d { display: block; font-size: 0.79rem; color: var(--text-muted); line-height: 1.55; }

/* ── Closing CTA ── */
.lp-cta { padding: 4.5rem 0 5.5rem; border-top: 1px solid rgba(184,134,11,0.12); }
.lp-cta-box {
  background: linear-gradient(135deg, #0F0503 0%, #1C0A06 50%, #0F0503 100%);
  border: 1px solid rgba(184,134,11,0.22);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  text-align: center;
}
.lp-cta-box h2 {
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  color: var(--text-light);
  margin: 0 0 0.85rem;
  line-height: 1.25;
}
.lp-cta-box p {
  font-size: 0.94rem;
  color: var(--text-muted);
  max-width: 54ch;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
}
.lp-cta-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; justify-content: center; }

@media (max-width: 700px) {
  .lp-crumbs { padding-top: 6rem; }
  .lp-cta-box { padding: 2.25rem 1.5rem; }
  .lp-cap { grid-template-columns: 1fr; gap: 0.35rem; }
}


/* The 4sight executive dashboard, shown on the product page. Its own styles
   live in styles.css (.hero-dashboard and .dashboard-*); this only sizes and
   centres it in the landing-page column. */
.solution-dashboard {
  max-width: 720px;
  margin: 2rem auto 0;
}
.solution-dashboard .hero-dashboard { margin: 0; }
