/**
 * E-Sevai Enquiry — world elevation
 */
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@700;800;900&family=Outfit:wght@600;700;800&display=swap");

body.esevai-mode #esEnqSection.es-enq-world.active-section {
  --eq-ink: #0b1220;
  --eq-teal: #0f766e;
  background:
    radial-gradient(ellipse 70% 40% at 88% 0%, rgba(251, 113, 133, 0.12), transparent 55%),
    linear-gradient(180deg, #fff1f2 0%, #f8fafc 42%, #ffffff 100%) !important;
  min-height: calc(100vh - 110px);
  padding: 8px 12px 40px !important;
  font-family: "Outfit", "Catamaran", system-ui, sans-serif;
}

body.esevai-mode #esEnqSection.es-enq-world > .glass-card {
  max-width: 1320px;
  margin: 0 auto;
  padding: 16px !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.esevai-mode #esEnqSection .es-enq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 auto 14px;
  max-width: 1320px;
  padding: 18px 22px;
  border-radius: 22px;
  background: linear-gradient(125deg, #4c0519 0%, #be123c 48%, #fb7185 100%);
  color: #fff;
  box-shadow: 0 22px 48px rgba(190, 18, 60, 0.28);
}

body.esevai-mode #esEnqSection .es-enq-header__title {
  margin: 0;
  font-family: "Catamaran", sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 900;
}

body.esevai-mode #esEnqSection .es-enq-header__sub {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.92;
}

body.esevai-mode #esEnqSection .es-enq-header__acts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.esevai-mode #esEnqSection .es-enq-header__btn {
  min-height: 46px;
  border: none;
  border-radius: 14px;
  padding: 12px 18px;
  font-weight: 900;
  background: #fff;
  color: #be123c;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

body.esevai-mode #esEnqSection .es-enq-header__btn--ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

body.esevai-mode #esEnqSection .es-enq-health {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
  max-width: 1320px;
  margin: 0 auto 12px;
}

body.esevai-mode #esEnqSection .es-enq-kpi {
  border-radius: 16px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

body.esevai-mode #esEnqSection .es-enq-kpi span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.esevai-mode #esEnqSection .es-enq-kpi b {
  display: block;
  margin-top: 4px;
  font-size: 1.25rem;
  font-weight: 1000;
  color: #0f172a;
}

body.esevai-mode #esEnqSection .es-enq-kpi--ok {
  background: linear-gradient(160deg, #ecfdf5, #d1fae5);
  border-color: #a7f3d0;
}

body.esevai-mode #esEnqSection .es-enq-kpi--warn {
  background: linear-gradient(160deg, #fffbeb, #fef3c7);
  border-color: #fde68a;
}

body.esevai-mode #esEnqSection .es-enq-kpi--due {
  background: linear-gradient(160deg, #fff1f2, #ffe4e6);
  border-color: #fecdd3;
}

body.esevai-mode #esEnqSection .es-enq-kpi--due b {
  color: #be123c;
}

body.esevai-mode #esEnqSection .es-enq-guide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 1320px;
  margin: 0 auto 14px;
}

body.esevai-mode #esEnqSection .es-enq-guide__step {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #fecdd3;
  font-size: 12px;
  font-weight: 800;
  color: #334155;
}

body.esevai-mode #esEnqSection .es-enq-guide__step b {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff1f2;
  color: #be123c;
  flex: 0 0 auto;
}

body.esevai-mode #esEnqSection #esEnqGrid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
  gap: 16px !important;
}

body.esevai-mode #esEnqSection .es-enq-card {
  position: relative;
  border-radius: 18px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07) !important;
  overflow: hidden;
}

body.esevai-mode #esEnqSection .es-enq-card.is-demo {
  border-color: rgba(217, 119, 6, 0.45) !important;
  background: linear-gradient(180deg, #fffbeb 0%, #ffffff 55%) !important;
}

body.esevai-mode #esEnqSection .es-enq-demo-badge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: -4px -4px 10px;
  padding: 6px 10px;
  border-radius: 10px;
  background: #fef3c7;
  color: #92400e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

body.esevai-mode #esEnqSection .es-enq-demo-badge button {
  border: 1px solid #f59e0b;
  background: #fff;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  color: #92400e;
}

body.esevai-mode #esEnqSection .es-enq-status {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  background: #e0f2fe;
  color: #0369a1;
}

body.esevai-mode #esEnqSection .es-enq-status--converted {
  background: #dcfce7;
  color: #166534;
}

body.esevai-mode #esEnqSection .es-enq-status--lost {
  background: #fee2e2;
  color: #991b1b;
}

body.esevai-mode #esEnqSection .es-enq-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 36px 20px;
  border-radius: 18px;
  border: 2px dashed #fda4af;
  background: #fff1f2;
  color: #9f1239;
}

body.esevai-mode #esEnqSection .es-enq-empty b {
  display: block;
  font-size: 1.1rem;
  font-weight: 1000;
}

body.esevai-mode #esEnqSection .es-enq-empty p {
  margin: 8px auto 16px;
  max-width: 420px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  color: #be123c;
}

body.esevai-mode #esEnqSection .es-enq-empty__acts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

@media (max-width: 720px) {
  body.esevai-mode #esEnqSection .es-enq-guide {
    grid-template-columns: 1fr;
  }

  body.esevai-mode #esEnqSection .es-enq-header__btn {
    width: 100%;
  }

  body.esevai-mode #esEnqSection .es-enq-header__acts {
    width: 100%;
  }
}
