/* Empresa Landing Page — uses fs- design tokens from features-showcase */

.empresa-landing {
  font-family: inherit;
  color: #212121;
}

/* ===== HERO ===== */
.el-hero {
  padding: 70px 0 50px;
  background: linear-gradient(170deg, #f8fbff 0%, #ffffff 50%, #f0f6fc 100%);
}

.el-hero-kicker {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00659b;
  margin-bottom: 10px;
}

.el-hero h1 {
  font-size: 36px;
  font-weight: 700;
  color: #013e5e;
  line-height: 1.25;
  margin-bottom: 18px;
  margin-top: 0;
}

.el-hero-subtitle {
  font-size: 17px;
  color: #555;
  line-height: 1.65;
  margin-bottom: 30px;
  max-width: 520px;
}

.el-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.el-hero-actions .btn.fs-btn-secondary {
  margin-top: 0;
  padding: 12px 30px;
  border-width: 2px;
  font-size: 15px;
}

.el-hero-actions .btn.fs-btn-secondary:hover,
.el-hero-actions .btn.fs-btn-secondary:focus {
  background-color: #00659b;
  border-color: #00659b;
  color: #fff;
}

.el-hero-actions .btn.fs-btn-primary {
  border-width: 2px;
  font-size: 15px;
}

.el-hero-actions .btn.fs-btn-primary:hover,
.el-hero-actions .btn.fs-btn-primary:focus {
  background-color: #013e5e;
  border-color: #013e5e;
  color: #fff;
}

/* Hero illustration — floating stat cards */
.el-hero-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.el-hero-stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 300px;
  width: 100%;
}

.el-stat-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #eaeef3;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.el-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.el-stat-1 { transform: translateX(0); }
.el-stat-2 { transform: translateX(24px); }
.el-stat-3 { transform: translateX(8px); }

.el-stat-1:hover { transform: translateX(0) translateY(-3px); }
.el-stat-2:hover { transform: translateX(24px) translateY(-3px); }
.el-stat-3:hover { transform: translateX(8px) translateY(-3px); }

.el-stat-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #f0f6fc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-stat-info {
  display: flex;
  flex-direction: column;
}

.el-stat-number {
  font-size: 16px;
  font-weight: 700;
  color: #013e5e;
}

.el-stat-label {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

/* ===== FEATURES ===== */
.el-features {
  padding: 70px 0;
  background-color: #f5f7fa;
}

.el-feature-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 32px 24px;
  text-align: center;
  margin-bottom: 20px;
  border-top: 3px solid transparent;
  transition: border-top-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.el-feature-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
  transform: translateY(-4px);
}

.el-feature-card[data-color="#00659b"]:hover { border-top-color: #00659b; }
.el-feature-card[data-color="#2e7d32"]:hover { border-top-color: #2e7d32; }
.el-feature-card[data-color="#5e35b1"]:hover { border-top-color: #5e35b1; }

.el-feature-icon {
  margin-bottom: 20px;
}

.el-feature-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 10px;
}

.el-feature-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.55;
  margin-bottom: 12px;
}

.el-feature-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #00659b;
  text-decoration: none;
  transition: color 0.3s;
}

.el-feature-link:hover,
.el-feature-link:focus {
  color: #013e5e;
  text-decoration: none;
}

/* ===== TOOLS PREVIEW ===== */
.el-tools-preview {
  padding: 70px 0;
  background: #fff;
}

.el-tools-preview .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.el-tools-title {
  font-size: 28px;
  font-weight: 700;
  color: #013e5e;
  margin-bottom: 14px;
  margin-top: 0;
}

.el-tools-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.65;
  margin-bottom: 18px;
}

.el-tools-preview .btn.fs-btn-primary {
  background-color: #00659b;
  border-color: #00659b;
  color: #fff;
}

.el-tools-preview .btn.fs-btn-primary:hover,
.el-tools-preview .btn.fs-btn-primary:focus {
  background-color: #013e5e;
  border-color: #013e5e;
  color: #fff;
}

/* ===== HOW IT WORKS ===== */
.el-how-it-works {
  padding: 70px 0;
  background: linear-gradient(135deg, #013e5e 0%, #00506e 50%, #013e5e 100%);
  color: #fff;
}

.el-how-it-works .fs-section-title {
  color: #fff;
}

.el-how-it-works .fs-section-title::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
}

/* ===== PRICING ===== */
.el-pricing {
  padding: 70px 0;
  background-color: #f5f7fa;
}

.el-pricing-card {
  background: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 12px;
  padding: 36px 28px 28px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  position: relative;
}

.el-pricing-card:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.el-popular {
  border-color: #00659b;
  border-width: 2px;
}

.el-premium {
  border-color: #013e5e;
  border-width: 2px;
  background: linear-gradient(180deg, #fafcff 0%, #fff 100%);
}

.el-popular-badge {
  display: inline-block;
  background-color: #00659b;
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.el-badge-premium {
  background: linear-gradient(135deg, #013e5e, #00659b);
}

.el-pricing-header h3 {
  color: #013e5e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 22px;
}

.el-price {
  font-size: 44px;
  font-weight: 700;
  color: #212121;
  margin: 16px 0;
}

.el-currency {
  font-size: 18px;
  vertical-align: top;
  color: #999;
}

.el-period {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}

.el-plan-features {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px;
  text-align: left;
}

.el-plan-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
  color: #444;
  font-size: 14px;
  line-height: 1.4;
}

.el-plan-features li:last-child {
  border-bottom: none;
}

.el-check {
  flex-shrink: 0;
}

.btn.el-btn-plan {
  display: block;
  width: 100%;
  border-radius: 6px;
  font-weight: 600;
  padding: 12px 20px;
  font-size: 14px;
  background: #fff;
  border: 2px solid #00659b;
  color: #00659b;
  transition: all 0.3s;
}

.btn.el-btn-plan:hover,
.btn.el-btn-plan:focus {
  background: #00659b;
  border-color: #00659b;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 101, 155, 0.25);
}

.btn.el-btn-plan:disabled,
.btn.el-btn-plan[disabled] {
  background: #f5f5f5;
  border-color: #ccc;
  color: #999;
  cursor: not-allowed;
  box-shadow: none;
}

.btn.el-btn-plan:disabled:hover,
.btn.el-btn-plan[disabled]:hover {
  transform: none;
  background: #f5f5f5;
  color: #999;
}

.btn.el-btn-popular {
  background: #00659b;
  border-color: #00659b;
  color: #fff;
}

.btn.el-btn-popular:hover,
.btn.el-btn-popular:focus {
  background: #013e5e;
  border-color: #013e5e;
  color: #fff;
}

.btn.el-btn-premium {
  background: #013e5e;
  border-color: #013e5e;
  color: #fff;
}

.btn.el-btn-premium:hover,
.btn.el-btn-premium:focus {
  background: #00506e;
  border-color: #00506e;
  color: #fff;
}

/* ===== FINAL CTA ===== */
.el-cta {
  padding: 70px 0;
  background: linear-gradient(135deg, #00659b 0%, #013e5e 100%);
  color: #fff;
}

.el-cta h2 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 14px;
}

.el-cta p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.el-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.el-cta .btn.fs-btn-cta-white {
  background-color: #fff;
  border: 2px solid #fff;
  color: #013e5e;
}

.el-cta .btn.fs-btn-cta-white:hover,
.el-cta .btn.fs-btn-cta-white:focus {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .el-hero h1 {
    font-size: 30px;
  }

  .el-tools-preview .row {
    display: block;
  }

  .el-tools-preview .fs-mockup {
    margin-top: 24px;
  }

  .el-tools-title {
    font-size: 24px;
  }

  .el-cta h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .el-hero {
    padding: 44px 0 24px;
    text-align: center;
  }

  .el-hero h1 {
    font-size: 24px;
  }

  .el-hero-subtitle {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .el-hero-actions {
    justify-content: center;
  }

  .el-features,
  .el-tools-preview,
  .el-how-it-works,
  .el-pricing,
  .el-cta {
    padding: 44px 0;
  }

  .el-feature-card {
    margin-bottom: 16px;
  }

  .el-tools-preview {
    text-align: center;
  }

  .el-tools-preview .fs-feature-list li {
    text-align: left;
  }

  .el-cta h2 {
    font-size: 22px;
  }

  .el-stat-1,
  .el-stat-2,
  .el-stat-3 {
    transform: none;
  }

  .el-stat-1:hover,
  .el-stat-2:hover,
  .el-stat-3:hover {
    transform: translateY(-3px);
  }
}
