/* ============================================
   Clariti AI Plan Review Pillar Page Callouts
   Fonts: Libre Franklin (headings), Public Sans (body)
   ============================================ */

/* Base reset for all callout components */
.cla-callout,
.cla-callout * {
  box-sizing: border-box;
}

/* ============================================
   SHARED VARIABLES
   ============================================ */
.cla-callout {
  max-width: 100%;
  margin: 2rem 0;
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #1E1E1E;
}

/* ============================================
   1. KEY TAKEAWAYS
   ============================================ */
.cla-kt {
  background: #EEF5F8;
  border-radius: 12px;
  padding: 28px 28px 20px;
  border: 1px solid #d4e4eb;
}
.cla-kt-eyebrow {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #FF4E08;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 6px;
  padding: 0;
  border: none;
  background: none;
  line-height: 1.4;
  display: block;
}
.cla-kt-title {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #1E1E1E;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  background: none;
  line-height: 1.2;
}
.cla-kt-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cla-kt-list li {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dbe8ee;
  border-left: 3px solid #FF4E08;
  padding: 11px 14px 11px 12px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0;
  line-height: 1.5;
}
.cla-kt-list li::before,
.cla-kt-list li::after {
  display: none;
  content: none;
}
.cla-kt-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  background: #FF4E08;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  padding: 0;
  border: none;
}
.cla-kt-icon svg {
  width: 9px;
  height: 9px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
.cla-kt-text strong {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #1E1E1E;
  margin: 0 0 2px;
  padding: 0;
  line-height: 1.3;
}
.cla-kt-text span {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  display: block;
  margin: 0;
  padding: 0;
}
.cla-kt-stats {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.cla-kt-stat {
  background: #EEF5F8;
  border-radius: 6px;
  padding: 8px 12px;
  text-align: center;
  flex: 1;
  border: none;
}
.cla-kt-stat-num {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #FF4E08;
  line-height: 1;
  margin: 0 0 2px;
  padding: 0;
  display: block;
}
.cla-kt-stat-label {
  font-size: 11px;
  color: #666;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  display: block;
}
.cla-kt-stat-source {
  font-size: 11px;
  color: #999;
  margin: 6px 0 0;
  padding: 0;
  line-height: 1.4;
  border: none;
  background: none;
  display: block;
}
.cla-kt-source {
  text-align: right;
  font-size: 11px;
  color: #bbb;
  margin: 12px 0 0;
  padding: 0;
  border: none;
  background: none;
  line-height: 1.4;
  display: block;
}

/* ============================================
   2. BOTTOM LINE CALLOUT
   ============================================ */
.cla-bl {
  background: #EEF5F8;
  border-radius: 8px;
  border-left: 4px solid #FF4E08;
  padding: 16px 20px;
  margin: 20px 0;
}
.cla-bl-label {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #FF4E08;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 5px;
  padding: 0;
  display: block;
}
.cla-bl-text {
  font-size: 14px;
  color: #1E1E1E;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

/* ============================================
   3. COMPARISON TABLE (AI tools)
   ============================================ */
.cla-tbl-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  border-radius: 8px;
  border: 1px solid #d4e4eb;
}
.cla-tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  background: #ffffff;
  min-width: 560px;
}
.cla-tbl thead tr {
  background: #124654;
}
.cla-tbl thead th {
  color: #ffffff;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 12px 14px;
  text-align: left;
  border: none;
  letter-spacing: 0.02em;
}
.cla-tbl thead th:first-child {
  border-radius: 7px 0 0 0;
}
.cla-tbl thead th:last-child {
  border-radius: 0 7px 0 0;
}
.cla-tbl tbody tr {
  border-bottom: 1px solid #e8f0f3;
}
.cla-tbl tbody tr:last-child {
  border-bottom: none;
}
.cla-tbl tbody tr:nth-child(even) {
  background: #f7fbfc;
}
.cla-tbl tbody tr.cla-tbl-highlight {
  background: #fff8f5;
}
.cla-tbl tbody td {
  padding: 12px 14px;
  color: #333;
  vertical-align: top;
  border-right: 1px solid #e8f0f3;
  line-height: 1.5;
}
.cla-tbl tbody td:last-child {
  border-right: none;
}
.cla-tbl tbody td:first-child {
  font-weight: 600;
  color: #1E1E1E;
  white-space: nowrap;
}
.cla-tbl tbody tr.cla-tbl-highlight td:first-child {
  color: #FF4E08;
}

/* ============================================
   4. TWO-COLUMN COMPARISON (Ready/Wait,
      Standalone/Integrated, Aug/Auto)
   ============================================ */
.cla-cmp {
  background: #EEF5F8;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #d4e4eb;
  margin: 20px 0;
}
.cla-cmp-title {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #1E1E1E;
  margin: 0 0 16px;
  padding: 0;
  border: none;
  background: none;
  line-height: 1.2;
}
.cla-cmp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.cla-cmp-col {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dbe8ee;
  overflow: hidden;
}
.cla-cmp-col-head {
  padding: 10px 16px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.cla-cmp-col-a .cla-cmp-col-head {
  background: #fff0ea;
  color: #FF4E08;
  border-bottom: 2px solid #FF4E08;
}
.cla-cmp-col-b .cla-cmp-col-head {
  background: #f0f4f6;
  color: #124654;
  border-bottom: 2px solid #124654;
}
.cla-cmp-col ul {
  list-style: none;
  margin: 0;
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cla-cmp-col ul li {
  display: flex;
  gap: 8px;
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.cla-cmp-col ul li::before,
.cla-cmp-col ul li::after {
  display: none;
  content: none;
}
.cla-dot-a {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF4E08;
  margin-top: 5px;
  display: block;
}
.cla-dot-b {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #124654;
  margin-top: 5px;
  display: block;
}
.cla-cmp-note {
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #dbe8ee;
  border-left: 3px solid #124654;
  padding: 12px 16px;
  font-size: 13px;
  color: #444;
  line-height: 1.6;
  margin-top: 14px;
}
.cla-cmp-note strong {
  color: #124654;
  font-weight: 600;
}

/* ============================================
   5. CHECKLIST (What to look for)
   ============================================ */
.cla-chk {
  background: #EEF5F8;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #d4e4eb;
  margin: 20px 0;
}
.cla-chk-title {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #1E1E1E;
  margin: 0 0 16px;
  padding: 0;
  border: none;
  background: none;
}
.cla-chk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
.cla-chk-item {
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #dbe8ee;
  border-left: 3px solid #FF4E08;
  padding: 9px 12px;
  display: flex;
  gap: 9px;
  align-items: flex-start;
}
.cla-chk-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: #FF4E08;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.cla-chk-icon svg {
  width: 8px;
  height: 8px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
.cla-chk-text {
  font-size: 13px;
  color: #1E1E1E;
  font-weight: 500;
  line-height: 1.4;
}
.cla-criteria-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.cla-criterion {
  background: #ffffff;
  border-radius: 8px;
  padding: 14px 12px;
  text-align: center;
  border: 1px solid #dbe8ee;
}
.cla-criterion-num {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #FF4E08;
  line-height: 1;
  margin: 0 0 4px;
  display: block;
}
.cla-criterion-label {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #1E1E1E;
  margin: 0 0 4px;
  display: block;
}
.cla-criterion-desc {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  display: block;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 600px) {
  .cla-cmp-grid,
  .cla-chk-grid {
    grid-template-columns: 1fr;
  }
  .cla-criteria-grid {
    grid-template-columns: 1fr;
  }
}
