.elementor-3410 .elementor-element.elementor-element-e45567d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3410 .elementor-element.elementor-element-23503c6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-3410 .elementor-element.elementor-element-377cf28{width:var( --container-widget-width, 94.397% );max-width:94.397%;--container-widget-width:94.397%;--container-widget-flex-grow:0;}.elementor-3410 .elementor-element.elementor-element-377cf28.elementor-element{--flex-grow:0;--flex-shrink:0;}body.elementor-page-3410 .container{max-width:1460px;}body.elementor-page-3410 .elementor-section.elementor-section-boxed>.elementor-container{max-width:1460px;}body.elementor-page-3410 .e-con {--container-max-width:1460px;}/* Start custom CSS for html, class: .elementor-element-377cf28 */.saas-landing {
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: #111;
}

/* HERO */
.hero {
  position: relative;
  padding: 140px 20px;
  text-align: center;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(99,91,255,0.2), transparent 60%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(100px);
  animation: float 10s ease-in-out infinite alternate;
}

@keyframes float {
  to { transform: translate(-40%, -60%) scale(1.2); }
}

.hero h1 {
  font-size: 42px;
  margin-bottom: 15px;
}

.hero p {
  color: #555;
  margin-bottom: 25px;
}

/* BOTÓN */
.cta-primary {
  background: #635bff;
  color: #fff;
  padding: 14px 24px;
  border-radius: 10px;
  text-decoration: none;
}

/* PRICING */
.pricing {
  max-width: 1200px;
  margin: 80px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.plan {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid #eee;
  text-align: center;
  transition: all .3s ease;
}

/* HOVER */
.plan:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* SVG ICON */
.icon {
  margin-bottom: 15px;
}

.icon svg {
  width: 40px;
  height: 40px;
  fill: #635bff;
}

/* PRICE */
.price {
  font-size: 32px;
  font-weight: bold;
}

/* BUTTONS */
.btn {
  display: block;
  margin-top: 20px;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
}

.primary {
  background: #635bff;
  color: white;
}

.ghost {
  border: 1px solid #ddd;
  color: #333;
}

/* FEATURED */
.featured {
  border: 2px solid #635bff;
}

/* CTA */
.cta {
  text-align: center;
  padding: 100px 20px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .pricing { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .pricing { grid-template-columns: 1fr; }
}/* End custom CSS */