/* ==========================================================================
   HERO STYLE
   ========================================================================== */
.hero-section {
  min-height: 100vh;
  position: relative;
  background: var(--color-gradient-hero);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 100px;
}

.hero-container {
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  z-index: 10;
}

.hero-content {
  max-width: 600px;
}

.hero-content h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: var(--font-h1);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.hero-content p {
  font-weight: 300;
  font-size: 1.25rem;
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: 40px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
}

.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatars {
  display: flex;
  padding-left: 8px;
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #0a0a0a;
  background: var(--color-bg-elevated);
  margin-left: -8px;
}

.hero-social-proof p {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-text-muted);
  margin-bottom: 0;
}

/* Hero Visual Card */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glass-card {
  width: 100%;
  max-width: 480px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
  animation: float 6s ease-in-out infinite;
}

  .glow-bg {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 183, 217, 0.15), transparent 70%);
  filter: blur(60px);
  z-index: -1;
}

/* ==========================================================================
   TRUST BAR
   ========================================================================== */
.trust-bar {
  background: var(--color-bg-primary);
  padding: 48px 0;
  border-top: 1px solid rgba(12, 147, 130, 0.08);
  border-bottom: 1px solid rgba(12, 147, 130, 0.08);
}

.trust-bar .overline {
  text-align: center;
  display: block;
  margin-bottom: 32px;
}

.logo-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  flex-wrap: wrap;
}

.logo-placeholder {
  height: 28px;
  color: var(--color-text-muted);
  opacity: 0.4;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
}

.logo-placeholder:hover {
  opacity: 1;
}

/* ==========================================================================
   BENEFITS SECTION
   ========================================================================== */
.benefits-section {
  background: var(--color-bg-primary);
  padding: clamp(5rem, 8vh, 8rem) clamp(1.5rem, 4vw, 6rem);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 64px;
}

.benefit-card {
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 32px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-card:hover {
  transform: translateY(-8px);
  border-color: var(--color-border-hover);
  box-shadow: var(--color-glow-teal);
}

.benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(0, 183, 217, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.benefit-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: white;
  margin-bottom: 12px;
}

.benefit-card p {
  font-size: 0.9375rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

/* ==========================================================================
   CTA FINAL SECTION
   ========================================================================== */
.cta-final {
  background: linear-gradient(135deg, #0a0a0a 0%, #01524c 100%);
  padding: clamp(5rem, 10vh, 10rem) clamp(1.5rem, 4vw, 6rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-final .h1 {
  margin-bottom: 24px;
}

.cta-final .body-lg {
  max-width: 600px;
  margin: 0 auto 48px;
}

.cta-final .btn-lg {
  padding: 20px 48px;
  font-size: 1.125rem;
}

.cta-decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(12, 147, 130, 0.08);
  pointer-events: none;
}

.cta-decorative-circle:nth-child(1) {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  animation: rotate 40s linear infinite;
}

.cta-decorative-circle:nth-child(2) {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: -80px;
  animation: rotate 35s linear infinite reverse;
}

/* ==========================================================================
   STATS STYLE
   ========================================================================== */
.stats-section {
  background: var(--color-deep);
  padding: clamp(5rem, 8vh, 8rem) clamp(1.5rem, 4vw, 6rem);
  position: relative;
}

.stats-section .section-header p {
  color: #a0d6d0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 64px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: var(--font-stat);
  color: white;
  display: inline-block;
}

.stat-item .suffix {
  font-family: 'JetBrains Mono', monospace;
  font-size: var(--font-stat);
  color: var(--color-cyan);
}

.stat-label {
  font-size: 1rem;
  color: #a0d6d0;
  margin-top: 8px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-container { grid-template-columns: 1fr; gap: 64px; }
  .hero-content { text-align: center; margin: 0 auto; }
  .hero-actions { justify-content: center; }
  .hero-social-proof { justify-content: center; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: 1fr; }
}
