
/* crmIQ Essentials marketing additions */
.essentials-feature {
  background: linear-gradient(135deg, #fff 0%, #fff8ed 100%);
  border-top: 1px solid rgba(244,157,11,.16);
  border-bottom: 1px solid rgba(244,157,11,.16);
}
.essentials-feature-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 34px;
  align-items: center;
}
.essentials-logo-lockup {
  max-width: 280px;
  height: auto;
  display: block;
  margin-bottom: 18px;
}
.essentials-pill-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px 0 24px;
}
.essentials-screenshot-stack {
  position: relative;
  min-height: 420px;
}
.essentials-shot {
  position: absolute;
  background: #fff;
  border: 1px solid rgba(23,32,51,.10);
  border-radius: 20px;
  box-shadow: 0 22px 50px rgba(16,24,40,.14);
  overflow: hidden;
}
.essentials-shot img {
  display: block;
  width: 100%;
  height: auto;
}
.essentials-shot.one { width: 82%; right: 0; top: 0; }
.essentials-shot.two { width: 62%; left: 0; top: 168px; }
.essentials-shot.three { width: 58%; right: 24px; bottom: 0; }
.essentials-card-link {
  text-decoration: none;
  color: inherit;
}
.essentials-hero-page {
  background: linear-gradient(135deg, #fff 0%, #fff5e6 100%);
  border-bottom: 1px solid rgba(244,157,11,.16);
}
.essentials-page-hero-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
}
.essentials-page-logo {
  max-width: 320px;
  margin-bottom: 20px;
}
.essentials-hero-image {
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(16,24,40,.16);
  border: 1px solid rgba(23,32,51,.10);
  width: 100%;
  display: block;
}
.feature-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.feature-list div {
  padding: 14px 16px;
  border: 1px solid rgba(23,32,51,.10);
  background: #fff;
  border-radius: 16px;
}
.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.screenshot-card {
  background: #fff;
  border: 1px solid rgba(23,32,51,.10);
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 16px 38px rgba(16,24,40,.09);
}
.screenshot-card img {
  width: 100%;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(23,32,51,.08);
}
.essentials-price-band {
  background: #2b2b2b;
  color: #fff;
  border-radius: 26px;
  padding: 34px;
}
.essentials-price-band h2, .essentials-price-band h3 { color: #fff; }
.essentials-price-band .orange { color: #f49d0b; }
@media (max-width: 920px) {
  .essentials-feature-grid,
  .essentials-page-hero-grid,
  .screenshot-grid {
    grid-template-columns: 1fr;
  }
  .essentials-screenshot-stack {
    min-height: auto;
    display: grid;
    gap: 14px;
  }
  .essentials-shot,
  .essentials-shot.one,
  .essentials-shot.two,
  .essentials-shot.three {
    position: static;
    width: 100%;
  }
}
