/* =========================================================================
   LIST ENRICHMENT PAGE — le- prefix
   ========================================================================= */


/* FEATURES SECTION */

.le-features-section {
  background: #dbeafe;
  position: relative;
  z-index: 1;
}

.le-features-section::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C480,80 960,0 1440,60 L1440,80 L0,80 Z' fill='%23dbeafe'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

.le-features-section .content-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.le-features-section .le-features-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.le-features-section .le-features-grid .le-feature-card {
  background: var(--color-surface);
  border-radius: 10px;
  padding: 50px;
  border: 1px solid var(--color-border);
}

.le-features-section .le-features-grid .le-feature-card .le-feature-card__icon {
  width: 50px;
  height: 50px;
  color: var(--color-primary);
  margin-bottom: 25px;
}

.le-features-section .le-features-grid .le-feature-card .le-feature-card__icon svg {
  width: 50px;
  height: 50px;
}

.le-features-section .le-features-grid .le-feature-card .le-feature-card__title {
  font-weight: 700;
  color: var(--color-ink);
  margin-bottom: 10px;
}

.le-features-section .le-features-grid .le-feature-card .le-feature-card__description {
  color: var(--color-muted);
  line-height: 1.7;
  margin-bottom: 25px;
}

.le-features-section .le-features-grid .le-feature-card .le-feature-card__highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.le-features-section .le-features-grid .le-feature-card .le-feature-card__highlights li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #334155;
  line-height: 1.5;
}

.le-features-section .le-features-grid .le-feature-card .le-feature-card__highlights li svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}


/* HOW IT WORKS SECTION */

.le-how-section {
  background: var(--color-surface);
  position: relative;
  z-index: 1;
}

.le-how-section::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C360,80 1080,0 1440,60 L1440,80 L0,80 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

.le-how-section .content-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.le-how-section .le-steps-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.le-how-section .le-steps-grid .le-step-card {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 25px;
  background: var(--color-background);
  border-radius: 10px;
  border: 1px solid var(--color-border);
}

.le-how-section .le-steps-grid .le-step-card .le-step-card__number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.le-how-section .le-steps-grid .le-step-card .le-step-card__content .le-step-card__title {
  font-weight: 700;
  color: var(--color-ink);
  margin-bottom: 10px;
}

.le-how-section .le-steps-grid .le-step-card .le-step-card__content .le-step-card__description {
  color: var(--color-muted);
  line-height: 1.7;
}


/* DATA FIELDS SECTION (DARK) */

.le-data-section {
  background: var(--color-ink);
  position: relative;
  z-index: 1;
}

.le-data-section::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C480,80 960,0 1440,60 L1440,80 L0,80 Z' fill='%230f172a'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

.le-data-section .content-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.le-data-section .section-header .section-title {
  color: #ffffff;
}

.le-data-section .section-header .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.le-data-section .le-data-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.le-data-section .le-data-grid .le-data-card {
  flex: 1 1 280px;
  background: #1e293b;
  border: 1px solid rgba(28, 145, 228, 0.15);
  border-radius: 10px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.le-data-section .le-data-grid .le-data-card .le-data-card__icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  color: var(--color-secondary);
  margin-top: 2px;
}

.le-data-section .le-data-grid .le-data-card .le-data-card__icon svg {
  width: 25px;
  height: 25px;
}

.le-data-section .le-data-grid .le-data-card .le-data-card__content .le-data-card__label {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.le-data-section .le-data-grid .le-data-card .le-data-card__content .le-data-card__description {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}


/* BENEFITS SECTION */

.le-benefits-section {
  background: #dbeafe;
  position: relative;
  z-index: 1;
}

.le-benefits-section::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C360,80 1080,0 1440,60 L1440,80 L0,80 Z' fill='%23dbeafe'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

.le-benefits-section .content-inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.le-benefits-section .le-benefits-body {
  max-width: 720px;
  color: #334155;
  line-height: 1.7;
}

.le-benefits-section .le-benefits-body p {
  margin: 0 0 10px;
}

.le-benefits-section .le-benefits-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.le-benefits-section .le-benefits-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #334155;
  line-height: 1.5;
}

.le-benefits-section .le-benefits-highlights li svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: var(--color-primary);
}


/* CTA SECTION */

.le-cta-section {
  background: var(--color-accent);
  position: relative;
  z-index: 1;
}

.le-cta-section::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C480,80 960,0 1440,60 L1440,80 L0,80 Z' fill='%23ff6f3c'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

.le-cta-section .content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
}

.le-cta-section .le-cta-title {
  color: #ffffff;
  font-weight: 700;
}

.le-cta-section .le-cta-subtitle {
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  line-height: 1.7;
}

.le-cta-section .le-cta-subtext {
  color: rgba(255, 255, 255, 0.8);
}


/* HERO VISUAL */

.le-hero-visual {
  display: none;
}

@media (min-width: 768px) {

  .le-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .le-features-section .le-features-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .le-features-section .le-features-grid .le-feature-card {
    flex: 1 1 300px;
  }

  .le-how-section .le-steps-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .le-how-section .le-steps-grid .le-step-card {
    flex: 1 1 300px;
  }

}


/* HERO SPREADSHEET DEMO */

.le-spreadsheet-demo {
  width: 320px;
  background: var(--color-surface);
  border-radius: 10px;
  border: 1px solid var(--color-border);
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.le-spreadsheet-demo .le-spreadsheet-demo__header {
  background: var(--color-background);
  padding: 10px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--color-border);
}

.le-spreadsheet-demo .le-spreadsheet-demo__header .le-spreadsheet-demo__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-border);
}

.le-spreadsheet-demo .le-spreadsheet-demo__header .le-spreadsheet-demo__title {
  color: var(--color-muted);
  font-weight: 600;
}

.le-spreadsheet-demo .le-spreadsheet-demo__rows {
  padding: 10px 0;
}

.le-spreadsheet-demo .le-spreadsheet-demo__rows .le-spreadsheet-row {
  display: flex;
  align-items: center;
  padding: 10px 25px;
  gap: 10px;
  border-bottom: 1px solid var(--color-border);
}

.le-spreadsheet-demo .le-spreadsheet-demo__rows .le-spreadsheet-row:last-child {
  border-bottom: none;
}

.le-spreadsheet-demo .le-spreadsheet-demo__rows .le-spreadsheet-row .le-spreadsheet-row__company {
  flex: 1;
  font-weight: 600;
  color: var(--color-ink);
}

.le-spreadsheet-demo .le-spreadsheet-demo__rows .le-spreadsheet-row .le-spreadsheet-row__field {
  color: var(--color-muted);
}

.le-spreadsheet-demo .le-spreadsheet-demo__rows .le-spreadsheet-row .le-spreadsheet-row__field--empty {
  color: var(--color-border);
}

.le-spreadsheet-demo .le-spreadsheet-demo__rows .le-spreadsheet-row .le-spreadsheet-row__field--filled {
  color: #22c55e;
  font-weight: 600;
}


/* SCROLL REVEAL */

.le-reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.le-reveal--visible {
  opacity: 1;
  transform: translateY(0);
}


/* MOBILE RESPONSIVE */

@media (max-width: 767px) {

  .le-features-section::before,
  .le-how-section::before,
  .le-data-section::before,
  .le-benefits-section::before,
  .le-cta-section::before {
    height: 50px;
    top: -49px;
  }

  .le-features-section .le-features-grid .le-feature-card {
    padding: 25px;
  }

}
