.elementor-1006 .elementor-element.elementor-element-e4d620f{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1006 .elementor-element.elementor-element-e4d620f:not(.elementor-motion-effects-element-type-background), .elementor-1006 .elementor-element.elementor-element-e4d620f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050505;background-image:url("https://liberfile.com/wp-content/uploads/2026/04/Develop-environment.png");}/* Start custom CSS for html, class: .elementor-element-5441ad2 */.planes-liberfile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
}

.plan-card {
  background: rgba(15, 10, 58, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border-radius: 18px;
  padding: 30px;
  text-align: center;

  border: 1px solid rgba(0, 224, 255, 0.2);

  box-shadow:
    0 0 25px rgba(0, 224, 255, 0.15),
    0 15px 40px rgba(0, 0, 0, 0.7);

  transition: all 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow:
    0 0 40px rgba(0, 224, 255, 0.4),
    0 20px 50px rgba(0, 0, 0, 0.9);
}

/* DESTACADO */
.plan-card.popular {
  border: 1px solid rgba(255, 158, 207, 0.4);
  box-shadow:
    0 0 30px rgba(255, 158, 207, 0.3),
    0 15px 40px rgba(0, 0, 0, 0.8);
}

/* TEXTOS */
.plan-card h3 {
  color: #00e0ff;
  font-size: 24px;
  margin-bottom: 10px;
}

.subtitle {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 20px;
}

.price {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.price span {
  font-size: 14px;
  color: #aaa;
}

/* LISTA */
.plan-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.plan-card ul li {
  margin: 8px 0;
  color: #e6faff;
}

/* BOTÓN */
.btn-plan {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, #00e0ff, #ff9ecf);
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-plan:hover {
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(0, 224, 255, 0.6);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .planes-liberfile {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e4d620f */h1.entry-title {
  display: none;
}/* End custom CSS */