body {
  font-family: 'Figtree', sans-serif;
  background-color: #ffffff;
  color: #212529;
}
h1 {
  font-size: 2.8rem;
  font-weight: 800;
}
h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
h5 {
  font-size: 1.2rem;
  font-weight: 600;
}
p {
  font-size: 1.1rem;
}
.hero {
  padding: 6rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/hero_bg.png');
  background-size: cover;
  background-position: center;
  filter: blur(1.5px);
  opacity: 0.3;
  z-index: -1;
}

.icon-box {
  padding: 2rem;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  text-align: center;
  transition: 0.3s;
}
.icon-box:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}
.icon-box i {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #0d6efd;
}
.footer {
  padding: 2rem 0;
  text-align: center;
  font-size: 0.9rem;
  color: #6c757d;
}
.lang-selector {
  font-size: 0.9rem;
}
.plan-destacado {
  border: 2px solid #0d6efd !important;
  box-shadow: 0 0 10px rgba(13, 110, 253, 0.2);
  position: relative;
}
.plan-destacado::before {
  content: "Recomendado";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #0d6efd;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
}
.plan-price {
  font-size: 1.6rem;
  font-weight: 700;
}

#logo{height: 50px;width: auto;}