/* ============================================================
   HOME / INICIO — DISENO PREMIUM
   Se aplica a: .page-id-891, .elementor-page-891
   ============================================================ */

/* ===== RESET Y BASE ===== */
.page-id-891 .elementor-section,
.elementor-page-891 .elementor-section {
  position: relative;
  overflow: hidden;
}

/* ===== SECCION 1: HERO PREMIUM ===== */
.page-id-891 .elementor-section:first-child,
.elementor-page-891 .elementor-section:first-child {
  background: linear-gradient(135deg, rgba(4, 47, 61, 0.95) 0%, rgba(11, 97, 126, 0.9) 50%, rgba(4, 47, 61, 0.98) 100%) !important;
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.page-id-891 .elementor-section:first-child::before,
.elementor-page-891 .elementor-section:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse at 30% 50%, rgba(165, 200, 63, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 50%, rgba(11, 97, 126, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 50% 100%, rgba(165, 200, 63, 0.05) 0%, transparent 40%);
  pointer-events: none;
  z-index: 1;
}

.page-id-891 .elementor-section:first-child .elementor-container,
.elementor-page-891 .elementor-section:first-child .elementor-container {
  position: relative;
  z-index: 2;
}

/* Animacion de entrada */
.page-id-891 .elementor-section:first-child .elementor-widget,
.elementor-page-891 .elementor-section:first-child .elementor-widget {
  opacity: 0;
  transform: translateY(40px);
  animation: homeFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.page-id-891 .elementor-section:first-child .elementor-widget:nth-child(1) { animation-delay: 0.1s; }
.page-id-891 .elementor-section:first-child .elementor-widget:nth-child(2) { animation-delay: 0.2s; }
.page-id-891 .elementor-section:first-child .elementor-widget:nth-child(3) { animation-delay: 0.3s; }
.page-id-891 .elementor-section:first-child .elementor-widget:nth-child(4) { animation-delay: 0.4s; }
.page-id-891 .elementor-section:first-child .elementor-widget:nth-child(5) { animation-delay: 0.5s; }
.page-id-891 .elementor-section:first-child .elementor-widget:nth-child(6) { animation-delay: 0.6s; }

@keyframes homeFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Eyebrow premium */
.page-id-891 .elementor-section:first-child h6,
.elementor-page-891 .elementor-section:first-child h6 {
  display: inline-block !important;
  background: rgba(165, 200, 63, 0.15) !important;
  border: 1px solid rgba(165, 200, 63, 0.3) !important;
  border-radius: 50px !important;
  padding: 8px 24px !important;
  font-size: 12px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #a5c83f !important;
  margin-bottom: 24px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
}

/* H1 Hero */
.page-id-891 .elementor-section:first-child h1,
.elementor-page-891 .elementor-section:first-child h1 {
  font-size: clamp(36px, 5vw, 64px) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  color: #FFFFFF !important;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.3) !important;
  max-width: 900px !important;
  margin: 0 auto 24px !important;
}

/* Subtitulo hero */
.page-id-891 .elementor-section:first-child .elementor-text-editor,
.elementor-page-891 .elementor-section:first-child .elementor-text-editor {
  font-size: clamp(16px, 2vw, 20px) !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  max-width: 600px !important;
  margin: 0 auto 40px !important;
}

/* Botones premium en hero */
.page-id-891 .elementor-section:first-child .elementor-button-wrapper a[href*='wa.me'],
.elementor-page-891 .elementor-section:first-child .elementor-button-wrapper a[href*='wa.me'] {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
  background-color: #25D366 !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.4) !important;
  border-radius: 50px !important;
  padding: 16px 40px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.5px !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.page-id-891 .elementor-section:first-child .elementor-button-wrapper a[href*='wa.me']:hover,
.elementor-page-891 .elementor-section:first-child .elementor-button-wrapper a[href*='wa.me']:hover {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.5) !important;
}

.page-id-891 .elementor-section:first-child .elementor-button-wrapper a[href*='catalogo'],
.elementor-page-891 .elementor-section:first-child .elementor-button-wrapper a[href*='catalogo'] {
  background: transparent !important;
  background-color: transparent !important;
  color: #FFFFFF !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 50px !important;
  padding: 16px 40px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.page-id-891 .elementor-section:first-child .elementor-button-wrapper a[href*='catalogo']:hover,
.elementor-page-891 .elementor-section:first-child .elementor-button-wrapper a[href*='catalogo']:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #FFFFFF !important;
  transform: translateY(-3px) !important;
}

/* Trust items */
.page-id-891 .elementor-section:first-child ul li,
.elementor-page-891 .elementor-section:first-child ul li {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  letter-spacing: 1px !important;
}

/* ===== SECCION 2: STATS COUNTER ===== */
.page-id-891 .elementor-section:nth-child(2),
.elementor-page-891 .elementor-section:nth-child(2) {
  background: #042f3d !important;
  padding: 60px 0 !important;
  position: relative;
}

.page-id-891 .elementor-section:nth-child(2)::before,
.elementor-page-891 .elementor-section:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #a5c83f, transparent);
  opacity: 0.3;
}

.page-id-891 .elementor-section:nth-child(2) .elementor-counter-number,
.elementor-page-891 .elementor-section:nth-child(2) .elementor-counter-number {
  font-size: 48px !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #a5c83f 0%, #8ab030 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  line-height: 1 !important;
}

.page-id-891 .elementor-section:nth-child(2) .elementor-counter-title,
.elementor-page-891 .elementor-section:nth-child(2) .elementor-counter-title {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

/* ===== SECCION 3: MAQUILA / TRUST ===== */
.page-id-891 .elementor-section:nth-child(3),
.elementor-page-891 .elementor-section:nth-child(3) {
  background: #F5F8EE !important;
  padding: 100px 0 !important;
}

.page-id-891 .elementor-section:nth-child(3) h2,
.elementor-page-891 .elementor-section:nth-child(3) h2 {
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 700 !important;
  color: #042f3d !important;
  text-align: center !important;
  margin-bottom: 16px !important;
}

.page-id-891 .elementor-section:nth-child(3) .elementor-text-editor,
.elementor-page-891 .elementor-section:nth-child(3) .elementor-text-editor {
  text-align: center !important;
  color: #64748B !important;
  font-size: 18px !important;
  max-width: 700px !important;
  margin: 0 auto 48px !important;
  line-height: 1.7 !important;
}

/* ===== SECCION 4: FEATURES ===== */
.page-id-891 .elementor-section:nth-child(4),
.elementor-page-891 .elementor-section:nth-child(4) {
  background: white !important;
  padding: 100px 0 !important;
}

.page-id-891 .elementor-section:nth-child(4) .elementor-column,
.elementor-page-891 .elementor-section:nth-child(4) .elementor-column {
  background: white !important;
  border-radius: 20px !important;
  padding: 40px 32px !important;
  box-shadow: 0 4px 24px rgba(4, 47, 61, 0.06) !important;
  border: 1px solid rgba(226, 232, 224, 0.5) !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  margin: 0 16px !important;
}

.page-id-891 .elementor-section:nth-child(4) .elementor-column:hover,
.elementor-page-891 .elementor-section:nth-child(4) .elementor-column:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 40px rgba(4, 47, 61, 0.12) !important;
  border-color: rgba(165, 200, 63, 0.3) !important;
}

.page-id-891 .elementor-section:nth-child(4) h3,
.elementor-page-891 .elementor-section:nth-child(4) h3 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #042f3d !important;
  margin: 16px 0 8px !important;
}

.page-id-891 .elementor-section:nth-child(4) .elementor-text-editor,
.elementor-page-891 .elementor-section:nth-child(4) .elementor-text-editor {
  font-size: 15px !important;
  color: #64748B !important;
  line-height: 1.6 !important;
}

/* ===== SECCION 5: PROCESO 4 PASOS ===== */
.page-id-891 .elementor-section:nth-child(5),
.elementor-page-891 .elementor-section:nth-child(5) {
  background: linear-gradient(180deg, #F5F8EE 0%, #FFFFFF 100%) !important;
  padding: 100px 0 !important;
}

.page-id-891 .elementor-section:nth-child(5) h2,
.elementor-page-891 .elementor-section:nth-child(5) h2 {
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 700 !important;
  color: #042f3d !important;
  text-align: center !important;
}

.page-id-891 .elementor-section:nth-child(5) .elementor-column,
.elementor-page-891 .elementor-section:nth-child(5) .elementor-column {
  position: relative !important;
  padding: 40px 24px !important;
}

/* Numeros de paso */
.page-id-891 .elementor-section:nth-child(5) h3,
.elementor-page-891 .elementor-section:nth-child(5) h3 {
  font-size: 48px !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #a5c83f 0%, #8ab030 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  line-height: 1 !important;
  margin-bottom: 16px !important;
}

.page-id-891 .elementor-section:nth-child(5) h4,
.elementor-page-891 .elementor-section:nth-child(5) h4 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #042f3d !important;
  margin-bottom: 8px !important;
}

.page-id-891 .elementor-section:nth-child(5) .elementor-text-editor,
.elementor-page-891 .elementor-section:nth-child(5) .elementor-text-editor {
  font-size: 15px !important;
  color: #64748B !important;
  line-height: 1.7 !important;
}

/* ===== SECCION 6: PRODUCT CARDS ===== */
.page-id-891 .elementor-section:nth-child(6),
.elementor-page-891 .elementor-section:nth-child(6) {
  background: white !important;
  padding: 100px 0 !important;
}

.page-id-891 .elementor-section:nth-child(6) h2,
.elementor-page-891 .elementor-section:nth-child(6) h2 {
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 700 !important;
  color: #042f3d !important;
  text-align: center !important;
}

.page-id-891 .elementor-section:nth-child(6) figure,
.elementor-page-891 .elementor-section:nth-child(6) figure {
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 24px rgba(4, 47, 61, 0.08) !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.page-id-891 .elementor-section:nth-child(6) figure:hover,
.elementor-page-891 .elementor-section:nth-child(6) figure:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 40px rgba(4, 47, 61, 0.15) !important;
}

.page-id-891 .elementor-section:nth-child(6) figure img,
.elementor-page-891 .elementor-section:nth-child(6) figure img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.page-id-891 .elementor-section:nth-child(6) figure:hover img,
.elementor-page-891 .elementor-section:nth-child(6) figure:hover img {
  transform: scale(1.05) !important;
}

.page-id-891 .elementor-section:nth-child(6) h3 a,
.elementor-page-891 .elementor-section:nth-child(6) h3 a {
  color: #042f3d !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.page-id-891 .elementor-section:nth-child(6) h3 a:hover,
.elementor-page-891 .elementor-section:nth-child(6) h3 a:hover {
  color: #a5c83f !important;
}

.page-id-891 .elementor-section:nth-child(6) .elementor-text-editor,
.elementor-page-891 .elementor-section:nth-child(6) .elementor-text-editor {
  color: #64748B !important;
  font-size: 15px !important;
}

/* ===== SECCION 7: TESTIMONIAL ===== */
.page-id-891 .elementor-section:nth-child(7),
.elementor-page-891 .elementor-section:nth-child(7) {
  background: linear-gradient(135deg, #042f3d 0%, #0b617e 100%) !important;
  padding: 100px 0 !important;
  position: relative;
  overflow: hidden;
}

.page-id-891 .elementor-section:nth-child(7)::before,
.elementor-page-891 .elementor-section:nth-child(7)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse at 20% 50%, rgba(165, 200, 63, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(11, 97, 126, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.page-id-891 .elementor-section:nth-child(7) h2,
.elementor-page-891 .elementor-section:nth-child(7) h2 {
  font-size: 80px !important;
  color: rgba(165, 200, 63, 0.3) !important;
  line-height: 1 !important;
  margin-bottom: 24px !important;
}

.page-id-891 .elementor-section:nth-child(7) h3,
.elementor-page-891 .elementor-section:nth-child(7) h3 {
  font-size: clamp(18px, 2.5vw, 24px) !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
  font-style: italic !important;
  line-height: 1.7 !important;
  max-width: 800px !important;
  margin: 0 auto 24px !important;
}

.page-id-891 .elementor-section:nth-child(7) .elementor-text-editor,
.elementor-page-891 .elementor-section:nth-child(7) .elementor-text-editor {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 14px !important;
}

/* ===== SECCION 8: CTA BANNER ===== */
.page-id-891 .elementor-section:nth-child(8),
.elementor-page-891 .elementor-section:nth-child(8) {
  background: linear-gradient(135deg, #a5c83f 0%, #8ab030 50%, #7a9c2a 100%) !important;
  padding: 100px 0 !important;
  position: relative;
  overflow: hidden;
}

.page-id-891 .elementor-section:nth-child(8)::before,
.elementor-page-891 .elementor-section:nth-child(8)::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
  animation: homeRotate 20s linear infinite;
}

@keyframes homeRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.page-id-891 .elementor-section:nth-child(8) h2,
.elementor-page-891 .elementor-section:nth-child(8) h2 {
  color: #042f3d !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  position: relative;
  z-index: 2;
}

.page-id-891 .elementor-section:nth-child(8) .elementor-text-editor,
.elementor-page-891 .elementor-section:nth-child(8) .elementor-text-editor {
  color: rgba(4, 47, 61, 0.8) !important;
  position: relative;
  z-index: 2;
}

.page-id-891 .elementor-section:nth-child(8) .elementor-button-wrapper a[href*='wa.me'],
.elementor-page-891 .elementor-section:nth-child(8) .elementor-button-wrapper a[href*='wa.me'] {
  background: #042f3d !important;
  color: white !important;
  border-radius: 50px !important;
  padding: 18px 48px !important;
  font-weight: 600 !important;
  box-shadow: 0 8px 32px rgba(4, 47, 61, 0.3) !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative;
  z-index: 2;
}

.page-id-891 .elementor-section:nth-child(8) .elementor-button-wrapper a[href*='wa.me']:hover,
.elementor-page-891 .elementor-section:nth-child(8) .elementor-button-wrapper a[href*='wa.me']:hover {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 12px 40px rgba(4, 47, 61, 0.4) !important;
  background: #08394A !important;
}

/* ===== SECCION 9: FAQ ===== */
.page-id-891 .elementor-section:nth-child(9),
.elementor-page-891 .elementor-section:nth-child(9) {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F8EE 100%) !important;
  padding: 100px 0 !important;
}

.page-id-891 .elementor-section:nth-child(9) h2,
.elementor-page-891 .elementor-section:nth-child(9) h2 {
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 700 !important;
  color: #042f3d !important;
  text-align: center !important;
}

.page-id-891 .elementor-section:nth-child(9) .elementor-accordion-item,
.elementor-page-891 .elementor-section:nth-child(9) .elementor-accordion-item {
  background: white !important;
  border-radius: 16px !important;
  margin-bottom: 16px !important;
  box-shadow: 0 2px 12px rgba(4, 47, 61, 0.04) !important;
  border: 1px solid rgba(226, 232, 224, 0.5) !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}

.page-id-891 .elementor-section:nth-child(9) .elementor-accordion-item:hover,
.elementor-page-891 .elementor-section:nth-child(9) .elementor-accordion-item:hover {
  box-shadow: 0 4px 20px rgba(4, 47, 61, 0.08) !important;
  transform: translateX(4px) !important;
}

.page-id-891 .elementor-section:nth-child(9) .elementor-tab-title,
.elementor-page-891 .elementor-section:nth-child(9) .elementor-tab-title {
  padding: 24px 32px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #042f3d !important;
}

.page-id-891 .elementor-section:nth-child(9) .elementor-tab-content,
.elementor-page-891 .elementor-section:nth-child(9) .elementor-tab-content {
  padding: 0 32px 24px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #64748B !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .page-id-891 .elementor-section:first-child,
  .elementor-page-891 .elementor-section:first-child {
    min-height: auto !important;
    padding: 80px 20px !important;
  }
  
  .page-id-891 .elementor-section:nth-child(4) .elementor-column,
  .elementor-page-891 .elementor-section:nth-child(4) .elementor-column {
    margin: 0 0 24px 0 !important;
  }
  
  .page-id-891 .elementor-section:nth-child(5) .elementor-column,
  .elementor-page-891 .elementor-section:nth-child(5) .elementor-column {
    padding: 24px 16px !important;
  }
}

/* ===== SCROLLBAR PERSONALIZADA ===== */
.page-id-891::-webkit-scrollbar,
.elementor-page-891::-webkit-scrollbar {
  width: 8px;
}

.page-id-891::-webkit-scrollbar-track,
.elementor-page-891::-webkit-scrollbar-track {
  background: #F5F8EE;
}

.page-id-891::-webkit-scrollbar-thumb,
.elementor-page-891::-webkit-scrollbar-thumb {
  background: #a5c83f;
  border-radius: 4px;
}

.page-id-891::-webkit-scrollbar-thumb:hover,
.elementor-page-891::-webkit-scrollbar-thumb:hover {
  background: #8ab030;
}
/* REDISENO FEATURES CARDS - HOME */

/* Seccion 4: Features */
.page-id-891 .elementor-section:nth-child(4),
.elementor-page-891 .elementor-section:nth-child(4) {
  background: linear-gradient(135deg, #042f3d 0%, #0b617e 50%, #042f3d 100%) !important;
  padding: 120px 0 !important;
  position: relative;
  overflow: hidden;
}

.page-id-891 .elementor-section:nth-child(4)::before,
.elementor-page-891 .elementor-section:nth-child(4)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse at 20% 50%, rgba(165, 200, 63, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(11, 97, 126, 0.15) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

.page-id-891 .elementor-section:nth-child(4) .elementor-container,
.elementor-page-891 .elementor-section:nth-child(4) .elementor-container {
  position: relative;
  z-index: 2;
}

/* Cards premium con glassmorphism */
.page-id-891 .elementor-section:nth-child(4) .elementor-column,
.elementor-page-891 .elementor-section:nth-child(4) .elementor-column {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-radius: 24px !important;
  padding: 48px 32px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative;
  overflow: hidden;
  margin: 0 12px !important;
}

.page-id-891 .elementor-section:nth-child(4) .elementor-column::before,
.elementor-page-891 .elementor-section:nth-child(4) .elementor-column::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #a5c83f, #8ab030);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.page-id-891 .elementor-section:nth-child(4) .elementor-column:hover::before,
.elementor-page-891 .elementor-section:nth-child(4) .elementor-column:hover::before {
  opacity: 1;
}

.page-id-891 .elementor-section:nth-child(4) .elementor-column:hover,
.elementor-page-891 .elementor-section:nth-child(4) .elementor-column:hover {
  transform: translateY(-12px) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(165, 200, 63, 0.3) !important;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(165, 200, 63, 0.1) !important;
}

/* Iconos circulares */
.page-id-891 .elementor-section:nth-child(4) .elementor-icon,
.elementor-page-891 .elementor-section:nth-child(4) .elementor-icon {
  width: 80px !important;
  height: 80px !important;
  background: linear-gradient(135deg, rgba(165, 200, 63, 0.2) 0%, rgba(165, 200, 63, 0.1) 100%) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 24px !important;
  border: 2px solid rgba(165, 200, 63, 0.3) !important;
  transition: all 0.4s ease !important;
}

.page-id-891 .elementor-section:nth-child(4) .elementor-column:hover .elementor-icon,
.elementor-page-891 .elementor-section:nth-child(4) .elementor-column:hover .elementor-icon {
  background: linear-gradient(135deg, rgba(165, 200, 63, 0.3) 0%, rgba(165, 200, 63, 0.2) 100%) !important;
  transform: scale(1.1) !important;
  box-shadow: 0 8px 32px rgba(165, 200, 63, 0.2) !important;
}

.page-id-891 .elementor-section:nth-child(4) .elementor-icon i,
.elementor-page-891 .elementor-section:nth-child(4) .elementor-icon i {
  font-size: 32px !important;
  color: #a5c83f !important;
}

/* Titulos */
.page-id-891 .elementor-section:nth-child(4) h3,
.elementor-page-891 .elementor-section:nth-child(4) h3 {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  margin: 0 0 12px 0 !important;
  font-family: 'Poppins', sans-serif !important;
}

/* Descripciones */
.page-id-891 .elementor-section:nth-child(4) .elementor-text-editor,
.elementor-page-891 .elementor-section:nth-child(4) .elementor-text-editor {
  font-size: 15px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  line-height: 1.7 !important;
}

/* Numero decorativo en fondo */
.page-id-891 .elementor-section:nth-child(4) .elementor-column::after,
.elementor-page-891 .elementor-section:nth-child(4) .elementor-column::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 120px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.02);
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
  .page-id-891 .elementor-section:nth-child(4) .elementor-column,
  .elementor-page-891 .elementor-section:nth-child(4) .elementor-column {
    margin: 0 0 24px 0 !important;
    padding: 36px 24px !important;
  }
}
/* REDISENO FEATURES - CSS ESPECIFICO POR DATA-ID */

/* Seccion Features - ebf707b */
.elementor-element-ebf707b {
  background: linear-gradient(135deg, #042f3d 0%, #0b617e 50%, #042f3d 100%) !important;
  padding: 120px 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.elementor-element-ebf707b::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse at 20% 50%, rgba(165, 200, 63, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(11, 97, 126, 0.15) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

.elementor-element-ebf707b .elementor-container {
  position: relative;
  z-index: 2;
}

/* Columnas/cards */
.elementor-element-ebf707b .elementor-column {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-radius: 24px !important;
  padding: 48px 32px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative;
  overflow: hidden;
  margin: 0 12px !important;
}

.elementor-element-ebf707b .elementor-column::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #a5c83f, #8ab030);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.elementor-element-ebf707b .elementor-column:hover::before {
  opacity: 1;
}

.elementor-element-ebf707b .elementor-column:hover {
  transform: translateY(-12px) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(165, 200, 63, 0.3) !important;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(165, 200, 63, 0.1) !important;
}

/* Iconos */
.elementor-element-ebf707b .elementor-icon {
  width: 80px !important;
  height: 80px !important;
  background: linear-gradient(135deg, rgba(165, 200, 63, 0.2) 0%, rgba(165, 200, 63, 0.1) 100%) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 24px !important;
  border: 2px solid rgba(165, 200, 63, 0.3) !important;
  transition: all 0.4s ease !important;
}

.elementor-element-ebf707b .elementor-column:hover .elementor-icon {
  background: linear-gradient(135deg, rgba(165, 200, 63, 0.3) 0%, rgba(165, 200, 63, 0.2) 100%) !important;
  transform: scale(1.1) !important;
  box-shadow: 0 8px 32px rgba(165, 200, 63, 0.2) !important;
}

.elementor-element-ebf707b .elementor-icon i {
  font-size: 32px !important;
  color: #a5c83f !important;
}

/* Titulos */
.elementor-element-ebf707b .elementor-icon-box-title {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  margin: 0 0 12px 0 !important;
  font-family: 'Poppins', sans-serif !important;
}

/* Descripciones */
.elementor-element-ebf707b .elementor-icon-box-description {
  font-size: 15px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  line-height: 1.7 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .elementor-element-ebf707b .elementor-column {
    margin: 0 0 24px 0 !important;
    padding: 36px 24px !important;
  }
}
