/*--------------------------------------------------------------
# Gestão Pro - Product Page Styles
# Arquivo CSS específico para gestao-pro.html
# Contém estilos para: hero, dashboard preview, métricas, preços
--------------------------------------------------------------*/

/* Hero Product Section */
#hero-product {
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

#hero-product::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ffffff08" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>') repeat;
  z-index: 0;
}

#hero-product .container {
  position: relative;
  z-index: 1;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(134, 66, 202, 0.1);
  border: 1px solid rgba(134, 66, 202, 0.3);
  color: #8642ca;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.product-badge i {
  font-size: 16px;
}

.hero-stats {
  display: flex;
  gap: 30px;
  margin: 30px 0 40px 0;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 32px;
  font-weight: 700;
  color: #8642ca;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 14px;
  color: #ccc;
}

.dashboard-preview {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
  transition: all 0.3s ease;
}

.dashboard-preview:hover {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.dashboard-header {
  background: #f8f9fa;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #eee;
}

.dashboard-controls {
  display: flex;
  gap: 8px;
}

.control {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.control.red { background: #ff5f57; }
.control.yellow { background: #ffbd2e; }
.control.green { background: #28ca42; }

.dashboard-header span {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.dashboard-content {
  padding: 30px;
  height: 250px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
}

.chart-placeholder {
  background: rgba(255, 255, 255, 0.1);
  height: 120px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.metrics-row {
  display: flex;
  gap: 10px;
}

.metric-card {
  flex: 1;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

/* Features Section */
.features {
  padding: 100px 0;
  background: #f8f9fa;
}

.features .row {
  row-gap: 20px;
}

.features .col-lg-4,
.features .col-md-6 {
  margin-bottom: 5px;
}

.features-badge {
  display: inline-block;
  background: rgba(134, 66, 202, 0.1);
  color: #8642ca;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-subtitle {
  text-align: center !important;
  margin: 0 auto !important;
  max-width: 600px;
  width: 100% !important;
  display: block !important;
}

.features .section-title {
  text-align: center !important;
}

.features .section-title .section-subtitle {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.feature-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  height: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(134, 66, 202, 0.1);
}

.feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(134, 66, 202, 0.15);
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #8642ca 0%, #a855f7 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.feature-icon i {
  font-size: 32px;
  color: white;
}

.feature-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.feature-box > p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.feature-list {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 20px;
}

.feature-list li {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

/* Benefits Section */
.benefits {
  padding: 100px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.benefits h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.benefits-intro {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 40px;
  line-height: 1.6;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.benefit-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon i {
  font-size: 24px;
  color: #4fc891;
}

.benefit-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.benefit-text p {
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.6;
}

.success-metrics {
  position: relative;
  height: 400px;
}

.metric-card.large {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 200px;
  height: 130px;
  background: white;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: #333;
  padding: 15px 10px;
}

.metric-card.medium {
  position: absolute;
  top: 100px;
  right: 80px;
  width: 150px;
  height: 100px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  color: #333;
  padding: 12px 8px;
}

.metric-card.small {
  position: absolute;
  bottom: 80px;
  left: 120px;
  width: 120px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  color: #333;
  padding: 10px 6px;
}

.metric-icon {
  font-size: 24px;
  margin-bottom: 6px;
  line-height: 1;
}

.metric-value {
  font-size: 24px;
  font-weight: 700;
  color: #8642ca;
  line-height: 1;
  margin-bottom: 4px;
}

.metric-label {
  font-size: 13px;
  color: #666;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  max-width: 100%;
  word-wrap: break-word;
}

/* Pricing Section */
.pricing {
  padding: 100px 0;
  background: #f8f9fa;
}

.pricing-badge {
  display: inline-block;
  background: rgba(134, 66, 202, 0.1);
  color: #8642ca;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.pricing-card {
  background: white;
  border-radius: 20px;
  padding: 0;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.pricing-card.featured {
  transform: scale(1.05);
  border: 2px solid #8642ca;
}

.popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #8642ca;
  color: white;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
}

.pricing-card .card-header {
  background: linear-gradient(135deg, #8642ca 0%, #a855f7 100%);
  color: white;
  padding: 40px 30px;
  text-align: center;
}

.pricing-card.starter .card-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.pricing-card.enterprise .card-header {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.pricing-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.price {
  margin-bottom: 15px;
}

.currency {
  font-size: 20px;
  vertical-align: top;
}

.amount {
  font-size: 48px;
  font-weight: 700;
}

.period {
  font-size: 16px;
  opacity: 0.9;
}

.card-header p {
  opacity: 0.9;
  margin: 0;
}

.card-body {
  padding: 40px 30px;
}

.features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features-list li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 10px;
}

.features-list li:last-child {
  border-bottom: none;
}

.features-list i {
  color: #4fc891;
  font-size: 16px;
}

.btn-pricing {
  width: 100%;
  background: #8642ca;
  color: white;
  padding: 15px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}

.btn-pricing:hover {
  background: #7c3aed;
  color: white;
  transform: translateY(-2px);
}

.pricing-footer {
  text-align: center;
  margin-top: 50px;
}

.pricing-footer p {
  font-size: 18px;
  color: #666;
}

/* CTA Section */
.cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: white;
  text-align: center;
}

.cta-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-content p {
  font-size: 20px;
  opacity: 0.9;
  margin-bottom: 40px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.btn-cta-primary,
.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-cta-primary {
  background: #8642ca;
  color: white;
  border: 2px solid #8642ca;
}

.btn-cta-primary:hover {
  background: #7c3aed;
  border-color: #7c3aed;
  color: white;
  transform: translateY(-2px);
}

.btn-cta-secondary {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
}

.cta-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.cta-feature i {
  color: #4fc891;
  font-size: 18px;
}

/* Responsive Design */
@media (max-width: 768px) {
  #hero-product {
    height: auto;
    padding: 120px 0 80px;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 20px;
  }
  
  .dashboard-preview {
    transform: none;
    margin-top: 40px;
  }
  
  .dashboard-content {
    height: 200px;
  }
  
  .benefits h2,
  .cta-content h2 {
    font-size: 32px;
  }
  
  .pricing-card.featured {
    transform: none;
  }
  
  .success-metrics .metric-card {
    position: static !important;
    margin: 20px auto;
    display: flex !important;
    width: 200px !important;
    height: auto !important;
    min-height: 100px;
    padding: 20px 15px !important;
  }
  
  .success-metrics .metric-card .metric-label {
    font-size: 14px !important;
    margin-top: 8px;
  }
  
  .success-metrics .metric-card .metric-value {
    font-size: 28px !important;
  }
  
  .success-metrics .metric-card .metric-icon {
    font-size: 28px !important;
    margin-bottom: 8px !important;
  }
  
  .features .row {
    row-gap: 40px !important;
  }
  
  .features .col-lg-4,
  .features .col-md-6 {
    margin-bottom: 40px !important;
  }
  
  .feature-box {
    margin-bottom: 30px !important;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-features {
    flex-direction: column;
    gap: 20px;
  }
}