/* =========================================================
   INFORMED VISIBILITY PUBLIC PAGE STYLES
   Page-specific styles only - imports shared tokens from marketing.css
========================================================= */

/* =========================
   SECTIONS
========================= */
.iv-section {
  margin-top: 48px;
}

.iv-section h2 {
  font-size: 32px;
  color: rgba(245, 230, 207, 0.98);
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

.iv-description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(245, 230, 207, 0.85);
  max-width: 800px;
  margin-bottom: 32px;
}

/* =========================
   CTA SECTION
========================= */
.iv-cta {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 860px) {
  .iv-section h2 {
    font-size: 26px;
  }

  .iv-description {
    font-size: 15px;
  }
}
