/* Shared product-page styles used by research, opinion, compliance, corporate, casemgmt */

.page-hero { background: var(--navy); color: #fff; padding: 72px 0 56px; }
.crumbs { font-size: 13px; color: rgba(255,255,255,.55); letter-spacing: 0.04em; margin-bottom: 24px; }
.crumbs a { color: rgba(255,255,255,.7); }
.crumbs a:hover { color: var(--amber); }
.crumbs span { margin: 0 10px; }

.hero-row {
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 56px; align-items: start;
}
.svc-num {
  font-family: var(--serif); font-size: 14px; font-weight: 600;
  color: var(--amber); letter-spacing: 0.12em; margin-bottom: 18px;
  font-feature-settings: 'tnum';
}
.svc-num::before { content: 'Service '; }
.page-hero h1 { color: #fff; font-size: clamp(36px, 3.8vw, 54px); margin-bottom: 20px; text-wrap: balance; }
.page-hero p { color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.65; max-width: 560px; }
.hero-ctas { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn-ghost-dark { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.btn-ghost-dark:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }

.hero-side { }
.hero-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  overflow: hidden;
}
.hero-card-head {
  padding: 14px 20px;
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(0,0,0,.15);
}
.hero-card-head .mono { font-family: var(--mono); font-size: 11px; color: var(--amber); letter-spacing: 0.1em; }
.hero-tag { font-size: 11px; color: rgba(255,255,255,.65); background: rgba(255,255,255,.08); padding: 3px 9px; border-radius: 4px; letter-spacing: 0.05em; }
.hero-card-body { padding: 22px; }
.hero-card-body h4 { font-family: var(--serif); font-size: 18px; color: #fff; font-weight: 500; line-height: 1.4; margin-bottom: 18px; letter-spacing: -0.01em; }
.hero-card-body dl { display: grid; grid-template-columns: 130px 1fr; gap: 10px 14px; font-size: 13px; }
.hero-card-body dt { color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 0.08em; font-size: 11px; padding-top: 2px; }
.hero-card-body dd { color: rgba(255,255,255,.92); }

/* Facts band */
.facts-band { background: var(--cream); border-bottom: 1px solid var(--rule); padding: 40px 0; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.facts-grid > div { border-left: 2px solid var(--indigo); padding-left: 18px; }
.facts-grid strong { display: block; font-family: var(--serif); font-size: 32px; color: var(--navy); font-weight: 700; line-height: 1; margin-bottom: 6px; letter-spacing: -0.01em; }
.facts-grid span { color: var(--slate); font-size: 13px; }

/* Section head */
.section-head { margin-bottom: 48px; max-width: 720px; }
.section-head .label { margin-bottom: 14px; }
.section-head h2 { font-size: clamp(28px, 3vw, 40px); text-wrap: balance; }

/* How it works steps */
.how { padding: 88px 0; background: #fff; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.step { padding-right: 16px; position: relative; }
.step::after {
  content: ''; position: absolute; right: 0; top: 8px; bottom: 8px; width: 1px;
  background: var(--rule);
}
.step:last-child::after { display: none; }
.step-n {
  font-family: var(--serif); font-size: 22px; font-weight: 700;
  color: var(--indigo); margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.step h4 { font-family: var(--sans); font-size: 17px; color: var(--navy); margin-bottom: 10px; font-weight: 600; letter-spacing: -0.01em; text-wrap: balance; }
.step p { font-size: 14.5px; color: var(--slate); line-height: 1.6; }

/* Deliverable */
.deliverable { padding: 88px 0; background: var(--parchment); }
.deliv-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: start; }

.memo-doc {
  background: #fff; border: 1px solid var(--rule);
  border-radius: 10px; padding: 44px 48px;
  box-shadow: 0 10px 32px rgba(10,22,40,.06);
  font-family: var(--serif); color: var(--ink);
  position: relative;
}
.memo-doc::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--indigo));
  border-radius: 10px 10px 0 0;
}
.memo-head { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--rule); margin-bottom: 20px; font-family: var(--sans); }
.memo-label { font-size: 10.5px; letter-spacing: 0.14em; color: var(--slate); font-weight: 600; }
.memo-ref { font-family: var(--mono); font-size: 11px; color: var(--slate); }
.memo-meta { display: grid; grid-template-columns: 80px 1fr; gap: 8px 16px; margin-bottom: 28px; font-family: var(--sans); font-size: 13.5px; }
.memo-meta dt { color: var(--slate); text-transform: uppercase; font-size: 11px; letter-spacing: 0.08em; padding-top: 2px; font-weight: 600; }
.memo-meta dd { color: var(--ink); }
.memo-doc h5 { font-family: var(--sans); font-size: 11.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); margin: 22px 0 12px; }
.memo-list { padding-left: 22px; font-size: 15px; line-height: 1.7; }
.memo-list li { margin-bottom: 6px; }
.memo-list li.more { color: var(--slate); font-style: italic; list-style: none; margin-left: -22px; padding-top: 6px; font-size: 14px; }
.memo-p { font-size: 15px; line-height: 1.7; margin-bottom: 8px; }
.verify {
  display: inline-block; font-family: var(--mono); font-size: 10px;
  background: rgba(201,168,76,.18); color: #8A6B17;
  padding: 2px 7px; border-radius: 3px; letter-spacing: 0.08em; font-weight: 600;
  vertical-align: 2px;
}

.deliv-side h3 { font-size: 24px; margin-bottom: 20px; }
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid var(--rule); font-size: 15px; line-height: 1.55; color: var(--ink); }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before {
  content: '✓'; position: absolute; left: 0; top: 12px;
  color: var(--green); font-weight: 700;
}

.callout {
  margin-top: 20px; padding: 18px 20px;
  background: rgba(58,91,219,.08);
  border-left: 3px solid var(--indigo);
  border-radius: 0 8px 8px 0;
  font-size: 14px; line-height: 1.6;
  color: var(--ink);
}
.callout strong { color: var(--navy); }
.callout .mono { font-family: var(--mono); font-size: 11.5px; background: rgba(201,168,76,.18); color: #8A6B17; padding: 1px 6px; border-radius: 3px; }

/* Fit section */
.fit { padding: 72px 0 88px; background: #fff; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.fit-col { padding: 32px; background: var(--parchment); border: 1px solid var(--rule); border-radius: 10px; }
.fit-col:last-child { background: var(--cream); }
.fit-col h4 { font-family: var(--serif); font-size: 22px; color: var(--navy); margin-bottom: 18px; font-weight: 600; }
.fit-col ul { list-style: none; padding: 0; }
.fit-col li { padding: 10px 0 10px 26px; position: relative; font-size: 15px; line-height: 1.55; border-bottom: 1px solid var(--rule); color: var(--ink); }
.fit-col li:last-child { border-bottom: 0; }
.fit-col:first-child li::before { content: '→'; position: absolute; left: 0; top: 10px; color: var(--indigo); font-weight: 700; }
.fit-col:last-child li::before { content: '✕'; position: absolute; left: 0; top: 10px; color: var(--slate); font-weight: 700; }

/* Bottom CTA */
.cta-band { background: var(--navy); color: #fff; padding: 72px 0; text-align: center; }
.cta-band h2 { color: #fff; margin-bottom: 16px; text-wrap: balance; }
.cta-band p { color: rgba(255,255,255,.72); font-size: 18px; max-width: 640px; margin: 0 auto 32px; }
.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 960px) {
  .hero-row { grid-template-columns: 1fr; gap: 40px; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 32px; }
  .step::after { display: none; }
  .deliv-grid { grid-template-columns: 1fr; }
  .fit-grid { grid-template-columns: 1fr; }
  .memo-doc { padding: 32px 28px; }
}
