/* ── Home Hero ── */

.home-hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 7rem 2.5rem 5rem;
  text-align: center;
}

.home-hero .eyebrow {
  margin: 0 auto 2rem;
}

.home-h1 {
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 1.5rem;
}

.home-h1-outline {
  color: transparent;
  -webkit-text-stroke: 2px rgba(134, 239, 172, 0.7);
}

.home-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
}

.home-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 3rem;
}

/* ── Use Cases ── */

.usecases-section {
  border-top: 0.5px solid rgba(255, 255, 255, 0.06);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.06);
}

.usecases-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.usecases-inner .how-eyebrow {
  margin-bottom: 1.25rem;
}

.usecases-heading {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 3rem;
}

.usecases-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.usecase-card {
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.02);
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
}

.usecase-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.16);
}

.usecase-icon {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: rgba(34, 197, 94, 0.07);
  border: 0.5px solid rgba(34, 197, 94, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #22c55e;
  margin-bottom: 1.1rem;
}

.usecase-title {
  font-size: 17px;
  font-weight: 600;
  color: #e2e2dc;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
  line-height: 1.25;
}

.usecase-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  font-weight: 300;
  flex: 1;
  margin-bottom: 1.25rem;
}

.usecase-link {
  font-family: 'Geist Mono', monospace;
  font-size: 16px;
  color: rgba(34, 197, 94, 0.7);
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.15s;
}

.usecase-card:hover .usecase-link {
  color: #22c55e;
}

/* ── Features ── */

.features-section {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.06);
}

.features-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.features-inner .how-eyebrow {
  margin-bottom: 1.25rem;
}

.features-heading {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 3rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.feature-card {
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.02);
  border: 0.5px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(34, 197, 94, 0.07);
  border: 0.5px solid rgba(34, 197, 94, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #22c55e;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.feature-title {
  font-size: 17px;
  font-weight: 600;
  color: #e2e2dc;
  margin-bottom: 8px;
  line-height: 1.25;
  letter-spacing: -0.2px;
}

.feature-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  font-weight: 300;
  flex: 1;
  margin-bottom: 1rem;
}

/* ── Comparison Table ── */

.compare-section {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.06);
}

.compare-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.compare-inner .how-eyebrow {
  margin-bottom: 1.25rem;
}

.compare-heading {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 3rem;
}

.compare-table {
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.05);
}

.compare-row:last-child {
  border-bottom: none;
}

.compare-row-head {
  background: rgba(255, 255, 255, 0.03);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.compare-cell {
  padding: 1rem 1.25rem;
  border-right: 0.5px solid rgba(255, 255, 255, 0.05);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
}

.compare-cell:last-child {
  border-right: none;
}

.compare-row-head .compare-cell {
  font-family: 'Geist Mono', monospace;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0.75rem 1.25rem;
}

.compare-cell-feature {
  font-weight: 600;
  color: #e2e2dc;
  font-size: 16px;
}

.compare-cell--ecora {
  background: rgba(34, 197, 94, 0.04);
}

.compare-bad i {
  color: rgba(255, 80, 80, 0.7);
  font-size: 16px;
  flex-shrink: 0;
}

.compare-good {
  color: rgba(255, 255, 255, 0.8);
}

.compare-good i {
  color: #22c55e;
  font-size: 16px;
  flex-shrink: 0;
}

/* ── Responsive ── */

@media (max-width: 768px) {
  .home-hero {
    padding: 4rem 1.25rem 3rem;
  }

  .usecases-grid {
    grid-template-columns: 1fr 1fr;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-inner {
    padding: 3.5rem 1.25rem;
  }

  .compare-inner {
    padding: 3.5rem 1.25rem;
  }

  .compare-row {
    grid-template-columns: 1fr;
  }

  .compare-cell {
    border-right: none;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.04);
  }

  .compare-cell:last-child {
    border-bottom: none;
  }

  .compare-row-head {
    display: none;
  }
}
