/* Material Symbols Rounded — Fill: 1, Weight: 500, Grade: 125, Optical Size: 38px */
.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 125, 'opsz' 38;
}

.slide-num {
  position: absolute;
  bottom: 68px;
  right: 48px;
  font-size: 15px;
  color: var(--text4);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.logo-tag {
  position: absolute;
  top: 120px;
  left: 120px;
  height: 20px;
  display: flex;
  align-items: center;
}

.logo-tag svg {
  height: 36px;
  width: auto;
  fill: var(--text);
}

.rule {
  width: 40px;
  height: 3px;
  background: var(--blue);
  border-radius: 2px;
  margin: 20px 0;
  opacity: 0;
}

.pill {
  display: inline-block;
  background: var(--coral);
  color: var(--card);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 99px;
  margin-bottom: 22px;
  align-self: flex-start;
}

.card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 28px 30px;
  box-shadow: var(--card-shadow);
}

.card.accent-blue { background: var(--blue); color: var(--card); }
.card.accent-coral { background: var(--coral); color: var(--card); }
.card.accent-green { background: var(--green); color: var(--card); }
.card.accent-teal { background: var(--teal); color: var(--card); }

.card[class*="accent-"] .eyebrow { color: var(--card); }
.card[class*="accent-"] .body-sm { color: var(--card); }
.card[class*="accent-"] .check-list li { color: var(--card); }
.card[class*="accent-"] .check-list li::before { color: var(--card); }
.card[class*="accent-"] .check-list.x-list li::before { color: var(--card); }

.stat-big {
  font-size: clamp(52px, 6.875vw, 78px);
  font-weight: 700;
  line-height: 1;
  color: var(--blue);
}

.stat-big.coral { color: var(--coral); }
.stat-big.green { color: var(--green); }

.quote-block {
  background: var(--blue);
  border-radius: var(--radius-sm);
  padding: 20px 25px;
  box-shadow: var(--card-shadow);
  font-style: italic;
  font-size: 18px;
  color: var(--card);
  line-height: 1.65;
}

.quote-attr {
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  color: var(--quote-attr);
  margin-top: 10px;
  letter-spacing: 0.04em;
}

.check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.check-list li {
  font-size: 18px;
  color: var(--text2);
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.55;
}

.check-list li::before {
  content: '\f1df';
  font-family: 'Material Symbols Rounded';
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 125, 'opsz' 38;
  color: var(--blue);
  flex-shrink: 0;
  margin-top: 1px;
}

.x-list li::before {
  content: '\e5cd';
  font-family: 'Material Symbols Rounded';
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 125, 'opsz' 38;
  color: var(--coral);
}
.check-list.tick li::before {
  content: '\e5ca';
  font-family: 'Material Symbols Rounded';
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 125, 'opsz' 38;
  color: var(--green);
}

.p-badge {
  background: var(--card);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  box-shadow: var(--card-shadow);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.p-badge .p-icon {
  width: 32px;
  height: 32px;
  background: var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--card);
  flex-shrink: 0;
}

.p-badge .p-text .p-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
}

.p-badge .p-text .p-sub {
  font-size: 15px;
  color: var(--text3);
  line-height: 1.45;
  margin-top: 4px;
}

.pillar-badge {
  background: var(--card);
  border-radius: var(--radius);
  padding: 22px 25px;
  box-shadow: var(--card-shadow);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pillar-badge .p-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
}

.pillar-badge .p-name {
  font-size: 19px;
  font-weight: 700;
  color: var(--text);
}

.pillar-badge .p-desc {
  font-size: 15px;
  color: var(--text3);
  line-height: 1.5;
}

.phase-block {
  background: var(--card);
  border-radius: var(--radius);
  padding: 28px 30px;
  box-shadow: var(--card-shadow);
  position: relative;
  overflow: hidden;
}

.phase-block::before { content: none; }

.phase-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 10px;
}

.phase-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 5px;
}

.phase-duration {
  font-size: 15px;
  color: var(--text4);
  margin-bottom: 15px;
  font-weight: 500;
}

.phase-body {
  font-size: 16px;
  color: var(--text3);
  line-height: 1.6;
}

.comp-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 18px;
  background: var(--card);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.comp-table th {
  background: color-mix(in srgb, var(--bg) 50%, transparent);
  padding: 15px 22px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  border-bottom: none;
}

.comp-table td {
  padding: 15px 22px;
  color: var(--text2);
  vertical-align: top;
  line-height: 1.5;
  border-bottom: none;
}

.comp-table tr:last-child td { border-bottom: none; }
.comp-table tr:nth-child(even) td { background: var(--row-alt); }
.comp-table .yes { color: var(--green);  }
.comp-table .no { color: var(--coral);  }

.finding-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 0;
  border-bottom: none;
}

.finding-row:last-child { border-bottom: none; }

.finding-icon {
  width: 36px;
  height: 36px;
  background: var(--blue-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.finding-icon .material-symbols-rounded {
  font-size: 22px;
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 125, 'opsz' 24;
}

.cta-icon {
  width: 44px;
  height: 44px;
  background: var(--blue-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
}

.cta-icon .material-symbols-rounded {
  font-size: 28px;
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 125, 'opsz' 24;
}

.cta-icon--green {
  background: var(--green-light);
}

.finding-text .f-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}

.finding-text .f-desc {
  font-size: 16px;
  color: var(--text3);
  line-height: 1.5;
}

.callout {
  background: color-mix(in srgb, var(--bg) 50%, transparent);
  border-radius: var(--radius-sm);
  padding: 18px 25px;
  box-shadow: var(--card-shadow);
}


.meta-bar {
  display: flex;
  gap: 28px;
  margin-top: 12px;
}

.meta-bar .meta-item .meta-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text4);
  margin-bottom: 2px;
}

.meta-bar .meta-item .meta-val {
  font-size: 19px;
  font-weight: 600;
  color: var(--text);
}
