/* RL MARKET 2.0 - CASES DE SUCESSO */
.rl-cases-hero {
  background: linear-gradient(135deg, #1E40AF 0%, #FBBF24 100%);
  padding: 4rem 1.5rem;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.rl-cases-hero-content {
  position: relative; max-width: 900px; margin: 0 auto;
}
.rl-cases-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800; line-height: 1.2;
}
.rl-cases-hero p { font-size: 1.0625rem; opacity: .92; margin: 1rem auto; max-width: 600px; }

.rl-cases-wrap {
  max-width: 1300px; margin: 0 auto;
  padding: 3rem 1.5rem;
}
.rl-cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
}

.rl-case-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  transition: all .3s;
  display: flex;
  flex-direction: column;
}
.rl-case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(15,23,42,.12);
  border-color: #FBBF24;
}

.rl-case-img {
  height: 200px;
  background: #F1F5F9;
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.rl-case-img img { width: 100%; height: 100%; object-fit: cover; }
.rl-case-placeholder { font-size: 4rem; color: #CBD5E1; }
.rl-case-segment {
  position: absolute; top: 12px; left: 12px;
  background: rgba(255,255,255,.95);
  color: #1E40AF;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: .6875rem;
  font-weight: 800;
  letter-spacing: .5px;
}

.rl-case-body {
  padding: 1.5rem;
  display: flex; flex-direction: column;
  flex: 1;
}
.rl-case-body h3 {
  font-size: 1.125rem; font-weight: 800;
  color: #0F172A; margin-bottom: 1rem;
}

.rl-case-metric {
  background: linear-gradient(135deg, #FBBF24, #F97316);
  color: #fff;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.rl-case-metric strong {
  display: block;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
}
.rl-case-metric span {
  display: block;
  font-size: .75rem;
  margin-top: 4px;
  opacity: .95;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.rl-case-testimonial {
  font-style: italic;
  color: #475569;
  font-size: .9375rem;
  line-height: 1.6;
  padding: 12px 16px;
  background: #F8FAFC;
  border-left: 3px solid #FBBF24;
  border-radius: 4px;
  margin: 0 0 1rem;
  flex: 1;
}

.rl-case-author {
  display: flex; align-items: center; gap: 10px;
  margin-top: auto;
}
.rl-case-author img {
  width: 40px; height: 40px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  padding: 4px;
  border: 1px solid #E2E8F0;
}
.rl-case-author strong { color: #0F172A; font-size: .9375rem; }

.rl-cases-cta {
  margin-top: 4rem;
  text-align: center;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, #1E40AF 0%, #1E1B4B 100%);
  border-radius: 20px;
  color: #fff;
}
.rl-cases-cta h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  margin-bottom: 8px;
}
.rl-cases-cta p { opacity: .92; margin-bottom: 1.5rem; }

.rl-btn-cta-big {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 1rem 2rem;
  background: #FBBF24; color: #1E3A8A;
  border-radius: 50px;
  font-weight: 800; font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(251,191,36,.35);
  transition: all .2s;
}
.rl-btn-cta-big:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(251,191,36,.5); }
