/* Hero */
.lite-hero {
  background: #000;
  display: flex;
  align-items: stretch;
}

.lite-hero-content {
  flex: 1;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.lite-hero-image {
  flex: 1;
  overflow: hidden;
}

.lite-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.lite-hero-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.05;
  color: #fff;
  margin: 0;
}

.lite-hero-subhead {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.lite-hero-ctas {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 8px;
}

.btn {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-primary {
  background: #22B573;
  color: #fff;
  border: 2px solid #22B573;
}

.btn-primary:hover {
  background: #1a9960;
  border-color: #1a9960;
}

.cta-text-link {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #22B573;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.cta-text-link:hover {
  opacity: 0.75;
}

.lite-hero-microcopy {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
}

/* Feature List */
.lite-features {
  background: #000;
  padding: 100px 80px;
}

.lite-features-header {
  max-width: 720px;
  margin: 0 auto 72px;
  text-align: center;
}

.lite-features-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.15;
  color: #fff;
  margin: 0 0 20px;
}

.lite-features-subhead {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: clamp(0.95rem, 1.25vw, 1.0625rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.lite-feature-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.lite-feature-card {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 36px 32px;
}

.feature-accent {
  width: 36px;
  height: 4px;
  background: #22B573;
  border-radius: 2px;
  margin-bottom: 24px;
}

.feature-title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
  margin: 0 0 12px;
}

.feature-body {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* Who It's For */
.lite-whos-for {
  background: #000;
  padding: 100px 80px;
}

.lite-whos-header {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}

.lite-whos-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.15;
  color: #fff;
  margin: 0 0 20px;
}

.lite-whos-subhead {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: clamp(0.95rem, 1.25vw, 1.0625rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.lite-whos-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.lite-whos-item {
  display: flex;
  gap: 24px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.whos-label {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  flex: 0 0 240px;
}

.whos-body {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
}

.lite-whos-upgrade {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  margin: 48px auto 0;
  max-width: 800px;
}

/* CTA Banner */
.lite-cta {
  background: #000;
  padding: 100px 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.lite-cta-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.1;
  color: #fff;
  margin: 0;
}

.lite-cta-subhead {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: clamp(0.95rem, 1.25vw, 1.0625rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  max-width: 620px;
  margin: 0;
}

.lite-cta-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}

.lite-cta-microcopy {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.35);
  max-width: 560px;
  margin: 0;
}

@media (max-width: 900px) {
  .lite-hero {
    flex-direction: column;
  }

  .lite-hero-content {
    padding: 60px 32px;
    text-align: center;
  }

  .lite-hero-ctas {
    justify-content: center;
  }

  .lite-hero-image {
    width: 100%;
    height: 280px;
  }

  .lite-features {
    padding: 72px 32px;
  }

  .lite-feature-cards {
    grid-template-columns: 1fr;
  }

  .lite-whos-for {
    padding: 72px 32px;
  }

  .lite-whos-item {
    flex-direction: column;
    gap: 8px;
  }

  .whos-label {
    flex: unset;
  }

  .lite-cta {
    padding: 72px 32px;
  }
}
