.capaliglu-condiciones {
  background-color: #ffffff;
  padding: 80px 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #2b302c;
}

.capaliglu-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Header */
.condiciones-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px auto;
}

.condiciones-header .badge-tag {
  background-color: #e8f3eb;
  color: #295f2f;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.condiciones-header h2 {
  color: #1c3b1d;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 16px;
}

.condiciones-header p {
  color: #556056;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Perfiles Box */
.perfiles-box {
  background-color: #f8faf9;
  border-left: 4px solid #295f2f;
  border-radius: 0 12px 12px 0;
  padding: 24px 30px;
  margin-bottom: 40px;
}

.perfiles-box h3 {
  color: #1c3b1d;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.perfiles-box h3 svg {
  width: 22px;
  height: 22px;
  stroke: #295f2f;
}

.perfiles-box p {
  color: #445045;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Requisitos Sanitarios */
.requisitos-sanitarios {
  background: #ffffff;
  border: 1px solid #e2ebd3;
  border-radius: 16px;
  padding: 36px;
  margin-bottom: 48px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.sanitarios-title {
  margin-bottom: 24px;
}

.badge-required {
  background-color: #295f2f;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.sanitarios-title h3 {
  color: #1c3b1d;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.sanitarios-title p {
  color: #5c685e;
  margin: 0;
}

.sanitarios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}

.sanitario-card {
  background-color: #f8faf9;
  border-radius: 12px;
  padding: 24px;
  position: relative;
}

.card-badge {
  color: #295f2f;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.sanitario-card h4 {
  color: #1c3b1d;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.sanitario-card p {
  color: #5c685e;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.sanitarios-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background-color: #e8f3eb;
  padding: 16px 20px;
  border-radius: 10px;
  color: #295f2f;
  font-size: 0.92rem;
  line-height: 1.5;
}

.sanitarios-note svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke: #295f2f;
  margin-top: 2px;
}

/* Pasos para Alta */
.pasos-alta {
  margin-bottom: 50px;
}

.pasos-alta h3 {
  text-align: center;
  color: #1c3b1d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 32px;
}

.pasos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.paso-item {
  text-align: center;
  padding: 20px;
}

.paso-number {
  width: 44px;
  height: 44px;
  background-color: #295f2f;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
}

.paso-item h4 {
  color: #1c3b1d;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.paso-item p {
  color: #5c685e;
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0;
}

/* CTA */
.condiciones-cta {
  background-color: #f0f7f2;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
}

.condiciones-cta h3 {
  color: #1c3b1d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.condiciones-cta p {
  color: #5c685e;
  font-size: 1rem;
  margin-bottom: 24px;
}

.btn-asociarse {
  background-color: #295f2f;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
}

.btn-asociarse:hover {
  background-color: #1c3b1d;
  transform: translateY(-2px);
}

/* Responsivo */
@media (max-width: 768px) {
  .capaliglu-condiciones {
    padding: 50px 16px;
  }
  
  .condiciones-header h2 {
    font-size: 1.75rem;
  }
  
  .requisitos-sanitarios {
    padding: 24px 18px;
  }
  
  .sanitarios-note {
    flex-direction: column;
  }
}

.capaliglu-beneficios {
  background-color: #f8faf9;
  padding: 80px 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #2b302c;
}

.capaliglu-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.beneficios-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 50px auto;
}

.beneficios-header .badge-tag {
  background-color: #e8f3eb;
  color: #295f2f;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.beneficios-header h2 {
  color: #1c3b1d;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 18px;
}

.beneficios-header h2 span {
  color: #295f2f;
}

.beneficios-header p {
  color: #556056;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Grid layout */
.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-bottom: 50px;
}

/* Card base style */
.beneficio-card {
  background: #ffffff;
  border: 1px solid #e2ebd3;
  border-radius: 16px;
  padding: 32px 28px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.beneficio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(41, 95, 47, 0.12);
  border-color: #295f2f;
}

.card-icon {
  width: 52px;
  height: 52px;
  background-color: #f0f7f2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-icon svg {
  width: 26px;
  height: 26px;
  stroke: #295f2f;
}

.beneficio-card h3 {
  color: #1c3b1d;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.beneficio-card p {
  color: #5c685e;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}

/* Badges sobre tarjetas */
.badge-card {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 12px;
  background-color: #e8f3eb;
  color: #295f2f;
}

/* Tarjeta destacada - Laboratorios */
.beneficio-featured {
  background: linear-gradient(145deg, #ffffff 0%, #f3f9f4 100%);
  border: 2px solid #295f2f;
}

.badge-discount {
  background-color: #295f2f;
  color: #ffffff;
}

/* CTA Box */
.beneficios-cta {
  background: linear-gradient(135deg, #295f2f 0%, #1a3e1f 100%);
  border-radius: 20px;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #ffffff;
  box-shadow: 0 12px 32px rgba(41, 95, 47, 0.25);
}

.cta-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}

.cta-content p {
  font-size: 1.05rem;
  color: #d4e8d7;
  margin: 0;
}

.btn-asociarse {
  background-color: #ffffff;
  color: #295f2f;
  font-weight: 800;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-asociarse:hover {
  background-color: #f0f7f2;
  transform: scale(1.04);
  color: #1c3b1d;
}

/* Responsivo */
@media (max-width: 768px) {
  .capaliglu-beneficios {
    padding: 50px 16px;
  }
  
  .beneficios-header h2 {
    font-size: 1.75rem;
  }
  
  .beneficios-grid {
    grid-template-columns: 1fr;
  }
  
  .beneficios-cta {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
  }
  
  .btn-asociarse {
    width: 100%;
    box-sizing: border-box;
  }
}