/* ── Wrapper ─────────────────────────────────────────────────────────── */
.imf-ci-wrap { background: #fff; }

/* ── Eyebrow ─────────────────────────────────────────────────────────── */
.imf-ci-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: .18em; color: #E94E1B; margin-bottom: 16px;
}
.imf-ci-eyebrow span { display: block; width: 24px; height: 1px; background: #E94E1B; }

.imf-ci-h1 {
  font-size: clamp(32px, 3.5vw, 56px); font-weight: 700;
  line-height: 1.03; letter-spacing: -.02em; color: #1A1A1A; margin: 0 0 20px;
}

.imf-ci-desc {
  font-size: 17px; color: #5A5A5A; line-height: 1.65;
  margin: 0 0 40px; max-width: 520px;
}

/* ── Botones de contacto ─────────────────────────────────────────────── */
.imf-ci-links { display: flex; flex-direction: column; gap: 12px; }

.imf-ci-link {
  display: flex; align-items: center; gap: 16px;
  background: #F5F5F5; border: 1px solid #E5E5E5;
  border-radius: 12px; padding: 16px 20px;
  text-decoration: none !important; transition: background .2s, border-color .2s;
}
.imf-ci-link:hover {
  background: #fff; border-color: #E94E1B;
}

.imf-ci-link-icon {
  flex-shrink: 0 !important;
  width: 48px !important; height: 48px !important;
  min-width: 48px !important; min-height: 48px !important;
  max-width: 48px !important; max-height: 48px !important;
  border-radius: 10px; display: grid; place-items: center; transition: background .2s;
}
.imf-ci-link-icon svg,
.imf-ci-link-icon svg * {
  width: 20px !important; height: 20px !important;
  max-width: 20px !important; max-height: 20px !important;
  flex-shrink: 0 !important;
}

/* Naranja */
.imf-ci-link--orange .imf-ci-link-icon { background: rgba(233,78,27,.1); }
.imf-ci-link--orange .imf-ci-link-icon svg { stroke: #E94E1B !important; fill: none !important; }
.imf-ci-link--orange:hover .imf-ci-link-icon { background: #E94E1B; }
.imf-ci-link--orange:hover .imf-ci-link-icon svg { stroke: #fff !important; }

/* Verde (WhatsApp) */
.imf-ci-link--green .imf-ci-link-icon { background: rgba(37,211,102,.12); }
.imf-ci-link--green .imf-ci-link-icon svg { stroke: #25D366 !important; fill: none !important; }
.imf-ci-link--green:hover .imf-ci-link-icon { background: #25D366; }
.imf-ci-link--green:hover .imf-ci-link-icon svg { stroke: #fff !important; }

.imf-ci-link-body { flex: 1; min-width: 0; }
.imf-ci-link-lbl { font-size: 12px !important; color: #5A5A5A !important; margin-bottom: 3px; }
.imf-ci-link-val { font-size: 18px !important; font-weight: 700 !important; color: #1A1A1A !important; }

.imf-ci-link-arrow { flex-shrink: 0 !important; }
.imf-ci-link-arrow svg {
  width: 16px !important; height: 16px !important;
  max-width: 16px !important; max-height: 16px !important;
  stroke: #BBBBBB !important; fill: none !important; transition: stroke .2s;
}
.imf-ci-link:hover .imf-ci-link-arrow svg { stroke: #E94E1B !important; }

/* ── Tarjeta Visítanos ───────────────────────────────────────────────── */
.imf-ci-visit {
  background: #1A1A1A; color: #fff;
  border-radius: 12px; padding: 28px 32px;
  margin-top: 32px;
}
.imf-ci-visit-h3 { font-size: 18px; font-weight: 700; margin: 0 0 18px; }
.imf-ci-visit-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.imf-ci-visit-item { display: flex; align-items: center; gap: 12px; font-size: 14px; color: rgba(255,255,255,.9); }
.imf-ci-visit-item svg { width: 16px; height: 16px; stroke: #E94E1B; flex-shrink: 0; }
