/* Hero Section Styles */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 10;
}

.hero-image {
  position: relative;
}

.hero-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.hero-corner {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.hero-guarantee {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1.5rem;
}

.hero-stat-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(16, 185, 129, 0.1);
  text-align: center;
}
