/* CleanForm splash — Content gaps A2/A3 + visual polish B1–B6 */

/* ── B1: Hero showcase uses original cleanform-hero.webp (clad frame in index.html) ── */

/* ── B2: Serif on major section H2s (fixes) ── */
.pvd__title {
  font-family: var(--serif, "Instrument Serif", Georgia, serif);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.chatbot__copy h2,
.analytics .section-head h2,
.pdf-demo__head h2 {
  font-family: var(--serif, "Instrument Serif", Georgia, serif);
  font-weight: 400;
}

/* ── B3: Pipeline step legibility ── */
.industry-pipeline__step strong {
  font-size: 0.94rem;
  margin-bottom: 4px;
}

.industry-pipeline__step span {
  font-size: 0.84rem;
  color: #475569;
  line-height: 1.6;
}

/* ── B4: Platform intel strip contrast ── */
.platform-intel__item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.platform-intel__item strong {
  color: #f8fafc;
}

.platform-intel__item span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.55;
}

.platform-intel__icon {
  color: var(--teal-400, #2dd4bf);
  background: rgba(45, 212, 191, 0.15);
  border: 1px solid rgba(45, 212, 191, 0.25);
}

/* ── B5: Flat card elevation system ── */
.card,
.pillar,
.price-card,
.industry-pipeline__step,
.faq__item,
.step,
.security__item,
.security-feature,
.proof-card,
.integrations__card,
.cf-cio__check-card,
.cf-case {
  box-shadow: none !important;
}

.card,
.pillar,
.price-card,
.faq__item,
.step,
.security__item,
.security-feature,
.proof-card,
.integrations__card {
  border: 1px solid #e2e8f0;
  background: #fff;
}

.card:hover,
.pillar:hover,
.price-card:hover,
.industry-pipeline__step:hover,
.faq__item:hover,
.step:hover {
  box-shadow: none !important;
  transform: none;
  border-color: rgba(13, 148, 136, 0.35);
}

.card::before,
.pillar::before,
.price-card::before,
.step::before,
.security__item::before {
  display: none;
}

/* ── B6: Background beats ── */
.beat-light {
  background: #ffffff !important;
}

.beat-light-alt {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important;
}

.beat-mint {
  background: linear-gradient(180deg, #f0fdf9 0%, #ffffff 100%) !important;
}

.industry-pipeline:nth-child(even),
.industry-pipeline:nth-child(odd) {
  background: unset;
}

/* ── A3: CIO checklist (dark cards) ── */
.cf-cio--checklist {
  padding: 72px 0;
  background: linear-gradient(168deg, #081220 0%, #0f2744 62%, #0c2239 100%);
}

.cf-cio__checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.cf-cio__check-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 18px 16px;
}

.cf-cio__check-card h4 {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal-400, #2dd4bf);
  font-family: var(--font, "DM Sans", system-ui, sans-serif);
}

.cf-cio__check-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cf-cio__check-card li {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
  padding: 4px 0 4px 1rem;
  position: relative;
}

.cf-cio__check-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--teal-400, #2dd4bf);
  font-weight: 700;
  font-size: 0.75rem;
}

.cf-cio__check-card--wide {
  grid-column: span 1;
}

/* ── A2: Customer proof / case studies ── */
.customer-proof {
  padding: 80px 0;
  background: #ffffff;
}

.customer-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.proof-card {
  padding: 20px 18px;
  border-radius: 12px;
  border: 1px solid rgba(13, 148, 136, 0.12);
}

.proof-card__tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-600, #0d9488);
  margin-bottom: 8px;
}

.proof-card h3 {
  font-family: var(--serif, "Instrument Serif", Georgia, serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--navy-900, #0f2744);
  margin: 0 0 6px;
  line-height: 1.25;
}

.proof-card__use {
  font-size: 0.84rem;
  color: #475569;
  margin: 0 0 12px;
  line-height: 1.5;
}

.proof-card__results {
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-card__results li {
  font-size: 0.8rem;
  color: #64748b;
  padding: 4px 0 4px 1rem;
  position: relative;
  line-height: 1.45;
}

.proof-card__results li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--teal-600, #0d9488);
}

.customer-proof__note {
  text-align: center;
  margin-top: 24px;
  font-size: 0.85rem;
  color: #64748b;
}

@media (max-width: 960px) {
  .cf-cio__checklist { grid-template-columns: 1fr 1fr; }
  .customer-proof__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .cf-cio__checklist { grid-template-columns: 1fr; }
}
