/* =============================================
   CH TIPS FOTOGRAFÍA — ciudadhome-home.css
   Color principal sitio: #ff3e0c
   ============================================= */

.ch-foto-wrap {
  max-width: 860px !important;
  margin: 0 auto !important;
  padding: 20px 16px 60px !important;
  color: #2c2c2c !important;
}

/* INTRO */
.ch-foto-lead {
  font-size: 1.1rem !important;
  line-height: 1.8 !important;
  color: #444 !important;
  margin-bottom: 24px !important;
  border-left: 4px solid #ff3e0c !important;
  padding-left: 16px !important;
  text-wrap: balance !important;
}

.ch-foto-checklist {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-bottom: 48px !important;
  justify-content: center !important;
}

.ch-foto-checklist span {
  background: #fff !important;
  border: 1px solid #ddd !important;
  color: #444 !important;
  padding: 5px 11px !important;
  border-radius: 4px !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

/* BLOQUES NUMERADOS */
.ch-foto-block {
  display: flex !important;
  gap: 28px !important;
  margin-bottom: 44px !important;
  align-items: flex-start !important;
  border-bottom: 1px solid #ebebeb !important;
  padding-bottom: 40px !important;
}

.ch-foto-num {
  font-size: 2.6rem !important;
  font-weight: 800 !important;
  color: rgba(255, 62, 12, 0.13) !important;
  line-height: 1 !important;
  min-width: 58px !important;
  padding-top: 4px !important;
  letter-spacing: -0.03em !important;
  flex-shrink: 0 !important;
}

.ch-foto-content {
  flex: 1 !important;
  min-width: 0 !important;
}

.ch-foto-content h2 {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin: 0 0 12px !important;
  padding-bottom: 8px !important;
  border-bottom: 2px solid #ff3e0c !important;
  display: inline-block !important;
  text-wrap: balance !important;
}

.ch-foto-content p {
  font-size: 0.95rem !important;
  line-height: 1.75 !important;
  color: #555 !important;
  margin-bottom: 12px !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
}

/* ITEMS SIN VIÑETAS */
.ch-foto-items {
  margin: 12px 0 16px !important;
  border-top: 1px solid #f0f0f0 !important;
}

.ch-foto-item {
  padding: 10px 0 !important;
  font-size: 0.93rem !important;
  color: #444 !important;
  border-bottom: 1px solid #f0f0f0 !important;
  line-height: 1.5 !important;
}

/* TIP */
.ch-foto-tip {
  background: #fff6f4 !important;
  border-left: 3px solid #ff3e0c !important;
  padding: 10px 14px !important;
  border-radius: 0 4px 4px 0 !important;
  font-size: 0.9rem !important;
  color: #c23000 !important;
  margin-top: 14px !important;
}

/* HIGHLIGHT */
.ch-foto-highlight {
  background: #f9f9f9 !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 8px !important;
  padding: 20px !important;
  margin-top: 16px !important;
}

.ch-foto-highlight strong {
  display: block !important;
  font-size: 0.97rem !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin-bottom: 8px !important;
}

.ch-foto-highlight p {
  margin-bottom: 14px !important;
}

.ch-foto-highlight img {
  max-width: 100% !important;
  border-radius: 6px !important;
  display: block !important;
  margin: 0 auto !important;
}

/* SEPARADOR */
.ch-foto-divider {
  text-align: center !important;
  margin: 20px 0 40px !important;
  position: relative !important;
}

.ch-foto-divider::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: #ddd !important;
}

.ch-foto-divider span {
  position: relative !important;
  background: #fff !important;
  padding: 0 20px !important;
  font-size: 0.78rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  font-weight: 700 !important;
  color: #999 !important;
}

/* CARDS 2x2 SIMÉTRICAS — sin imágenes adentro */
.ch-foto-cards {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px !important;
  margin-bottom: 24px !important;
}

.ch-foto-card {
  border: 1px solid #e8e8e8 !important;
  border-radius: 8px !important;
  padding: 24px !important;
  background: #fff !important;
}

.ch-foto-card-num {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #ff3e0c !important;
  color: #fff !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 12px !important;
}

.ch-foto-card h3 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin: 0 0 8px !important;
  text-wrap: balance !important;
}

.ch-foto-card p {
  font-size: 0.9rem !important;
  line-height: 1.65 !important;
  color: #666 !important;
  margin: 0 !important;
  overflow-wrap: break-word !important;
}

/* EXTERIOR — bloque ancho con imagen */
.ch-foto-exterior {
  display: flex !important;
  gap: 0 !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  margin-bottom: 32px !important;
  min-height: 220px !important;
}

.ch-foto-exterior-text {
  flex: 1 !important;
  padding: 28px 28px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.ch-foto-exterior-tag {
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  font-weight: 700 !important;
  color: #ff3e0c !important;
  margin-bottom: 10px !important;
}

.ch-foto-exterior-text h3 {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin: 0 0 10px !important;
  text-wrap: balance !important;
}

.ch-foto-exterior-text p {
  font-size: 0.92rem !important;
  line-height: 1.7 !important;
  color: #555 !important;
  margin: 0 !important;
}

.ch-foto-exterior-img {
  flex: 1 !important;
  max-width: 420px !important;
  overflow: hidden !important;
}

.ch-foto-exterior-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* CTA */
.ch-foto-cta {
  background: #1a1a1a !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 36px 32px !important;
  text-align: center !important;
}

.ch-foto-cta h3 {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 0 12px !important;
  text-wrap: balance !important;
}

.ch-foto-cta p {
  font-size: 0.95rem !important;
  color: #bbb !important;
  margin-bottom: 24px !important;
  line-height: 1.7 !important;
}

.ch-foto-btn {
  display: inline-block !important;
  background: #ff3e0c !important;
  color: #fff !important;
  padding: 12px 32px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  letter-spacing: 0.02em !important;
}

.ch-foto-btn:hover {
  background: #d93000 !important;
  color: #fff !important;
}

/* ===== MÓVIL ===== */
@media (max-width: 640px) {
  .ch-foto-block {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .ch-foto-num {
    font-size: 2rem !important;
    min-width: unset !important;
  }

  .ch-foto-cards {
    grid-template-columns: 1fr !important;
  }

  .ch-foto-exterior {
    flex-direction: column !important;
    min-height: unset !important;
  }

  .ch-foto-exterior-img {
    max-width: 100% !important;
    height: 220px !important;
  }

  .ch-foto-exterior-text {
    padding: 20px !important;
  }

  .ch-foto-cta {
    padding: 28px 20px !important;
  }
}
/* FIN TIPS FOTOGRAFÍA */