.imf-cond {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  font-family: 'Inter', sans-serif;
}

.imf-cond__intro { grid-column: span 4; }

.imf-cond__eyebrow {
  color: #E94E1B;
  font-weight: 700;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 8px;
}

.imf-cond__titulo {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -.025em;
  line-height: 1.08;
  color: #1A1A1A;
  margin: 0;
}

.imf-cond__texto {
  margin-top: 16px;
  font-size: 14.5px;
  color: #5A5A5A;
  line-height: 1.6;
}

.imf-cond__items {
  grid-column: span 8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  row-gap: 28px;
}

.imf-cond__item h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0 0 8px;
}
.imf-cond__item h3 svg { width: 16px; height: 16px; color: #E94E1B; flex-shrink: 0; }

.imf-cond__item p {
  margin: 0;
  font-size: 13.5px;
  color: #5A5A5A;
  line-height: 1.6;
}
.imf-cond__item p a { color: #E94E1B; text-decoration: none; }
.imf-cond__item p a:hover { text-decoration: underline; }

@media (max-width: 1024px) {
  .imf-cond { grid-template-columns: 1fr; gap: 24px; }
  .imf-cond__intro, .imf-cond__items { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .imf-cond__items { grid-template-columns: 1fr; }
  .imf-cond__titulo { font-size: 24px; }
}
