/* Cooperação sem Fronteiras - Widgets Elementor */
.csf-section { padding: 80px 0; font-family: 'Inter', system-ui, -apple-system, sans-serif; color: #1a2b2b; }
.csf-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.csf-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #c9a227; display: block; margin-bottom: 12px; }
.csf-title { font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 700; line-height: 1.1; margin: 0 0 16px; }
.csf-title em { font-style: normal; color: #0d4a4a; }
.csf-subtitle { font-size: 17px; color: #5a6b6b; line-height: 1.6; margin: 0; }

/* Reconhece */
.csf-reconhece .csf-head { max-width: 640px; margin-bottom: 56px; }
.csf-reconhece .csf-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.csf-card { background: #fff; border: 1px solid #e6ebeb; border-radius: 14px; padding: 26px; transition: all .3s ease; }
.csf-card:hover { border-color: rgba(13,74,74,.4); box-shadow: 0 8px 24px rgba(13,74,74,.08); transform: translateY(-2px); }
.csf-card-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(13,74,74,.1); color: #0d4a4a; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: all .3s ease; font-size: 22px; }
.csf-card:hover .csf-card-icon { background: #0d4a4a; color: #fff; }
.csf-card h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.csf-card p { font-size: 14px; color: #5a6b6b; line-height: 1.6; margin: 0; }

/* Como funciona */
.csf-funciona { background: #f5f7f7; }
.csf-funciona .csf-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.csf-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; position: relative; }
.csf-step { background: #fff; border-radius: 18px; padding: 28px; border: 1px solid #e6ebeb; box-shadow: 0 4px 16px rgba(13,74,74,.05); position: relative; }
.csf-step-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.csf-step-icon { width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(135deg, #0d4a4a, #1a6b6b); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; }
.csf-step-num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 48px; font-weight: 700; color: rgba(13,74,74,.12); line-height: 1; }
.csf-step h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 20px; font-weight: 700; margin: 0 0 8px; }
.csf-step p { color: #5a6b6b; line-height: 1.6; margin: 0; }

/* Nossas frentes */
.csf-frentes .csf-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.csf-services { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }
.csf-service { background: #fff; border: 1px solid #e6ebeb; border-radius: 18px; overflow: hidden; transition: all .3s ease; }
.csf-service:hover { box-shadow: 0 12px 32px rgba(13,74,74,.1); }
.csf-service-image { position: relative; height: 220px; overflow: hidden; }
.csf-service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.csf-service:hover .csf-service-image img { transform: scale(1.05); }
.csf-service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,74,74,.8), rgba(13,74,74,.2) 50%, transparent); }
.csf-service-tag { position: absolute; top: 16px; left: 16px; z-index: 2; background: #c9a227; color: #2a1f00; font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 999px; }
.csf-service-body { padding: 28px; }
.csf-service-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.csf-service-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(13,74,74,.1); color: #0d4a4a; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.csf-service-body h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 22px; font-weight: 700; margin: 0; }
.csf-service-body > p { color: #5a6b6b; line-height: 1.6; margin: 0 0 18px; }
.csf-service-bullets { list-style: none; padding: 0; margin: 0 0 22px; }
.csf-service-bullets li { display: flex; align-items: center; gap: 8px; padding: 4px 0; font-size: 14px; }
.csf-service-bullets li::before { content: "✓"; color: #0d4a4a; font-weight: 700; }
.csf-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border: 1px solid rgba(13,74,74,.3); color: #0d4a4a; border-radius: 10px; text-decoration: none; font-weight: 600; font-size: 14px; transition: all .2s ease; }
.csf-btn:hover { background: #0d4a4a; color: #fff; border-color: #0d4a4a; }

/* Histórias reais */
.csf-historias { background: #f3f7f7; }
.csf-historias .csf-head { max-width: 720px; margin-bottom: 56px; }
.csf-historias-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.csf-historia { background: #fff; border: 1px solid #e6ebeb; border-radius: 16px; padding: 28px; box-shadow: 0 4px 16px rgba(13,74,74,.05); display: flex; flex-direction: column; }
.csf-historia-quote { font-family: 'Plus Jakarta Sans', Georgia, serif; font-size: 36px; line-height: 1; color: #c9a227; margin-bottom: 12px; font-weight: 700; }
.csf-historia-text { color: rgba(26,43,43,.9); line-height: 1.6; margin: 0 0 24px; flex: 1; font-size: 15px; }
.csf-historia-author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid #e6ebeb; }
.csf-historia-avatar { width: 44px; height: 44px; border-radius: 999px; background: #c9a227; color: #2a1f00; display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; flex-shrink: 0; overflow: hidden; }
.csf-historia-avatar--img { object-fit: cover; }
.csf-historia-name { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600; font-size: 14px; color: #1a2b2b; }
.csf-historia-from { font-size: 12px; color: #5a6b6b; margin-top: 2px; }

/* ============ RESPONSIVIDADE ============ */
@media (max-width: 1024px) {
  .csf-services { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
  .csf-service-image { height: 200px; }
}
@media (max-width: 768px) {
  .csf-container { padding: 0 16px; }
  .csf-title { font-size: clamp(24px, 6vw, 32px); }
  .csf-subtitle { font-size: 15px; }
  .csf-reconhece .csf-grid,
  .csf-steps,
  .csf-services,
  .csf-historias-grid { grid-template-columns: 1fr; gap: 16px; }
  .csf-reconhece .csf-head,
  .csf-funciona .csf-head,
  .csf-frentes .csf-head,
  .csf-historias .csf-head { margin-bottom: 32px; }
  .csf-service-body,
  .csf-card,
  .csf-step,
  .csf-historia { padding: 20px; }
  .csf-service-image { height: 180px; }
  .csf-service-body h3 { font-size: 20px; }
  .csf-service-head { gap: 10px; }
  .csf-service-icon { width: 40px; height: 40px; font-size: 18px; }
  .csf-step-icon { width: 48px; height: 48px; font-size: 22px; }
  .csf-step-num { font-size: 40px; }
  .csf-btn { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .csf-service-image { height: 160px; }
  .csf-service-tag { font-size: 11px; padding: 5px 12px; }
}
