/* ========================================
   Vengo AI - Enterprise Generative AI Search
   ======================================== */

body.enterprise-page {
  background: #070708;
}

.enterprise-page .enterprise-hero,
.enterprise-section {
  position: relative;
  overflow: hidden;
}

.enterprise-container {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
}

.enterprise-hero {
  min-height: 92vh;
  padding: calc(80px + 5rem) 0 6rem;
  display: flex;
  align-items: center;
  background:
    radial-gradient(ellipse 80% 55% at 72% 25%, rgba(124, 105, 255, 0.18), transparent 62%),
    radial-gradient(ellipse 70% 55% at 18% 72%, rgba(255, 255, 255, 0.045), transparent 58%),
    linear-gradient(180deg, #070708 0%, #0b0b0e 52%, #070708 100%);
}

.enterprise-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(ellipse 82% 72% at 50% 40%, #000 22%, transparent 72%);
}

.enterprise-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.1fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.enterprise-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(196, 196, 205, 0.9);
}

.enterprise-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #7c69ff;
  box-shadow: 0 0 18px rgba(124, 105, 255, 0.75);
}

.enterprise-title {
  max-width: 14ch;
  margin: 0 0 1.25rem;
  font-family: var(--lux-font-display);
  font-size: clamp(2.45rem, 5.15vw, 4.55rem);
  line-height: 1.03;
  letter-spacing: -0.058em;
  color: var(--lux-white);
}

.enterprise-title span,
.enterprise-gradient {
  background: linear-gradient(90deg, #f7f7f8 0%, #b8a8ff 46%, #7c69ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.enterprise-subtitle {
  max-width: 42rem;
  margin: 0 0 2rem;
  font-size: 1.12rem;
  line-height: 1.75;
  color: rgba(232, 232, 236, 0.78);
}

.enterprise-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.enterprise-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.15rem;
  padding: 0 1.65rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.enterprise-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #5b4fdf 0%, #7c69ff 50%, #9b8cff 100%);
  border: 1px solid rgba(181, 168, 255, 0.5);
  box-shadow: 0 16px 44px rgba(124, 105, 255, 0.28);
}

.enterprise-btn--secondary {
  color: var(--lux-mist);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.enterprise-btn:hover {
  transform: translateY(-2px);
}

.enterprise-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.8rem;
}

.enterprise-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  color: rgba(232, 232, 236, 0.82);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.78rem;
  font-weight: 600;
}

.search-console,
.search-lab,
.analytics-dashboard,
.enterprise-form-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(8, 8, 10, 0.88);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.enterprise-search-stack {
  position: relative;
  min-height: clamp(26.5rem, 38vw, 31.5rem);
  animation: enterprise-float 7s ease-in-out infinite;
}

.enterprise-search-stack::before {
  content: "";
  position: absolute;
  inset: 5% -8% -6% 4%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 58% 42% at 48% 32%, rgba(124, 105, 255, 0.28), transparent 68%),
    radial-gradient(ellipse 42% 36% at 82% 68%, rgba(59, 130, 246, 0.12), transparent 64%);
  filter: blur(8px);
  animation: enterprise-glow-pulse 4.6s ease-in-out infinite;
}

.search-console {
  position: relative;
  padding: 1.1rem;
  border-radius: 1.35rem;
  overflow: hidden;
  border-color: transparent;
  background:
    linear-gradient(160deg, rgba(18, 18, 22, 0.96), rgba(8, 8, 10, 0.94)) padding-box,
    linear-gradient(135deg, rgba(124, 105, 255, 0.65), rgba(59, 130, 246, 0.25), rgba(255, 255, 255, 0.12)) border-box;
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.72),
    0 0 80px rgba(124, 105, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.search-console--compact {
  position: relative;
  z-index: 2;
  width: min(42rem, 80%);
}

.search-console::before {
  content: "";
  position: absolute;
  inset: -25%;
  z-index: -1;
  background: radial-gradient(ellipse 60% 45% at 55% 35%, rgba(124, 105, 255, 0.2), transparent 68%);
}

.search-console::after {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: calc(1.35rem - 1px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.055);
}

@keyframes enterprise-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes enterprise-glow-pulse {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 0.9; transform: scale(1.04); }
}

.search-console__top,
.search-lab__top,
.analytics-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.95rem;
  margin-bottom: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.window-dots {
  display: flex;
  gap: 0.4rem;
}

.window-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5f57;
}

.window-dots span:nth-child(2) { background: #febc2e; }
.window-dots span:nth-child(3) { background: #28c840; }

.console-label {
  color: rgba(196, 196, 205, 0.92);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.search-bar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.4rem;
  padding: 0 1rem;
  border-radius: 0.9rem;
  color: rgba(247, 247, 248, 0.9);
  background: rgba(0, 0, 0, 0.48);
  border: 1px solid rgba(124, 105, 255, 0.28);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  overflow: hidden;
}

.search-bar:focus,
.search-bar:hover {
  outline: none;
  border-color: rgba(155, 140, 255, 0.72);
  background: rgba(0, 0, 0, 0.58);
  box-shadow: 0 0 0 4px rgba(124, 105, 255, 0.12), 0 0 34px rgba(124, 105, 255, 0.18);
}

.search-bar i {
  color: #9b8cff;
  animation: enterprise-search-pulse 2.3s ease-in-out infinite;
}

@keyframes enterprise-search-pulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.08); opacity: 1; }
}

.search-bar__rotator {
  position: relative;
  display: block;
  flex: 1;
  min-height: 1.35rem;
}

.search-bar__rotator span {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
  animation: enterprise-placeholder-rotate 9s ease-in-out infinite;
}

.search-bar__rotator span:nth-child(2) { animation-delay: 3s; }
.search-bar__rotator span:nth-child(3) { animation-delay: 6s; }

@keyframes enterprise-placeholder-rotate {
  0%, 8% { opacity: 0; transform: translateY(8px); }
  12%, 30% { opacity: 1; transform: translateY(0); }
  36%, 100% { opacity: 0; transform: translateY(-8px); }
}

.answer-card,
.source-card,
.knowledge-panel,
.query-pill,
.analytics-card,
.metric-card,
.use-card,
.step-card,
.compare-card,
.feature-card-enterprise {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.answer-card {
  margin-top: 0.9rem;
  padding: 1rem;
}

.answer-card h3,
.knowledge-panel h3,
.enterprise-section-title {
  color: var(--lux-white);
}

.answer-card p,
.knowledge-panel p,
.enterprise-section-lead,
.feature-card-enterprise p,
.compare-card li,
.use-card p,
.step-card p,
.analytics-card span {
  color: rgba(196, 196, 205, 0.86);
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.source-card {
  padding: 0.85rem;
}

.source-card strong {
  display: block;
  color: #f7f7f8;
  margin-bottom: 0.3rem;
}

.source-card span {
  color: rgba(196, 196, 205, 0.78);
  font-size: 0.8rem;
}

.search-console__status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.search-console__status span,
.search-console__footer span {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0.38rem 0.55rem;
  border-radius: 999px;
  color: rgba(247, 247, 248, 0.9);
  background: rgba(124, 105, 255, 0.12);
  border: 1px solid rgba(181, 168, 255, 0.22);
  box-shadow: 0 0 18px rgba(124, 105, 255, 0.08);
  font-size: 0.68rem;
  font-weight: 700;
}

.search-console__status i {
  color: #b8a8ff;
}

.search-console__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 13.5rem;
  gap: 0.9rem;
  margin-top: 0.9rem;
  align-items: stretch;
}

.search-console__main {
  position: relative;
  min-width: 0;
}

.pdf-preview-card {
  position: absolute;
  top: -0.75rem;
  right: 0.9rem;
  width: 12rem;
  padding: 0.75rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
  filter: blur(0.1px);
  opacity: 0.78;
  transform: rotate(2deg);
  z-index: 0;
}

.pdf-preview-card--floating {
  z-index: 1;
  top: auto;
  right: 1.5rem;
  bottom: 0.75rem;
  width: min(14rem, 32%);
  opacity: 0.9;
  transform: rotate(-2deg);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(18, 18, 22, 0.86);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.52),
    0 0 34px rgba(124, 105, 255, 0.09);
  animation: source-fade-up 0.7s ease 0.24s both;
}

.preview-label {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(232, 232, 236, 0.72);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pdf-preview-card i {
  display: block;
  height: 5px;
  margin: 0.35rem 0;
  border-radius: 999px;
  background: rgba(232, 232, 236, 0.22);
}

.pdf-preview-card .is-highlighted {
  height: 8px;
  background: rgba(124, 105, 255, 0.45);
  box-shadow: 0 0 18px rgba(124, 105, 255, 0.18);
}

.answer-card--enterprise {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13.5rem, 0.92fr);
  column-gap: 1rem;
  row-gap: 0.55rem;
  overflow: hidden;
}

.answer-card--enterprise::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 70% 40% at 20% 0%, rgba(124, 105, 255, 0.13), transparent 62%);
}

.answer-card__meta {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.65rem;
  color: rgba(196, 196, 205, 0.92);
  font-size: 0.72rem;
  font-weight: 800;
}

.answer-card__meta strong {
  flex-shrink: 0;
  padding: 0.32rem 0.55rem;
  border-radius: 999px;
  color: #c9ffe0;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(134, 239, 172, 0.22);
}

.answer-card--enterprise h3,
.answer-card--enterprise p,
.answer-card--enterprise .source-grid,
.answer-card--enterprise .suggestions {
  position: relative;
  z-index: 1;
}

.answer-card--enterprise h3 {
  grid-column: 1;
  margin-bottom: 0.1rem;
  font-size: clamp(1.65rem, 3.1vw, 2.35rem);
  line-height: 1.05;
}

.answer-card--enterprise p {
  grid-column: 1;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.62;
}

.answer-card--enterprise .source-grid {
  grid-column: 2;
  grid-row: 2 / span 2;
  margin-top: 0;
}

.answer-card--enterprise .suggestions {
  grid-column: 1 / -1;
  margin-top: 0.25rem;
}

.answer-stream {
  animation: answer-stream-in 1.25s ease both;
}

@keyframes answer-stream-in {
  from { opacity: 0; filter: blur(4px); transform: translateY(5px); }
  to { opacity: 1; filter: blur(0); transform: translateY(0); }
}

.source-grid--rich {
  grid-template-columns: 1fr;
}

.search-console--compact .source-grid--rich {
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.source-card--rich {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.72rem;
  align-items: center;
  animation: source-fade-up 0.7s ease both;
}

.source-card--rich:nth-child(2) {
  animation-delay: 0.16s;
}

@keyframes source-fade-up {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.source-card--rich > i {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 0.55rem;
  color: #fca5a5;
  background: rgba(248, 113, 113, 0.12);
  border: 1px solid rgba(248, 113, 113, 0.2);
}

.source-card--rich em {
  display: inline-block;
  margin-top: 0.26rem;
  color: #86efac;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
}

.source-card--rich button,
.suggestions--pills button {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(247, 247, 248, 0.9);
  background: rgba(255, 255, 255, 0.07);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: default;
}

.search-console--compact .source-card--rich {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.55rem;
  padding: 0.65rem;
}

.search-console--compact .source-card--rich button {
  grid-column: auto;
  justify-self: end;
  white-space: nowrap;
}

.source-card--rich button {
  padding: 0.45rem 0.6rem;
}

.suggestions--pills button {
  padding: 0.5rem 0.68rem;
}

.knowledge-sources {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.knowledge-sources--floating {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 4.4rem;
  width: min(14.5rem, 32%);
  min-height: 13.25rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(12, 12, 16, 0.9);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.58),
    0 0 50px rgba(124, 105, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: source-fade-up 0.75s ease 0.12s both;
}

.knowledge-sources h3 {
  margin: 0 0 0.85rem;
  color: #f7f7f8;
  font-size: 1rem;
}

.knowledge-sources ul {
  list-style: none;
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
}

.knowledge-sources li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(232, 232, 236, 0.88);
  font-size: 0.8rem;
  font-weight: 700;
}

.knowledge-sources i {
  color: #86efac;
}

.search-console__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.9rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.search-console__footer--floating {
  position: absolute;
  left: 5%;
  right: 23%;
  bottom: 0.4rem;
  z-index: 4;
  margin-top: 0;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(7, 7, 8, 0.72);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* Hero composition: one wide search console with supporting cards beneath it */
.enterprise-search-stack--clean {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  align-items: start;
  min-height: 0;
}

.enterprise-search-stack--clean .search-console--clean {
  width: auto;
  padding: clamp(0.85rem, 1.35vw, 1.05rem);
}

.enterprise-search-stack--clean .answer-card--enterprise {
  grid-template-columns: 1fr;
  padding: clamp(0.9rem, 1.55vw, 1.15rem);
}

.enterprise-search-stack--clean .answer-card--enterprise h3,
.enterprise-search-stack--clean .answer-card--enterprise p,
.enterprise-search-stack--clean .answer-card--enterprise .suggestions {
  grid-column: auto;
}

.enterprise-search-stack--clean .answer-card--enterprise h3 {
  font-size: clamp(1.85rem, 3.65vw, 2.75rem);
}

.enterprise-search-stack--clean .answer-card--enterprise p {
  max-width: 38rem;
  font-size: clamp(0.95rem, 1.18vw, 1.08rem);
  line-height: 1.48;
}

.enterprise-search-rail {
  display: grid;
  grid-template-columns: 0.92fr 1fr 1fr;
  gap: 0.6rem;
  align-items: stretch;
}

.search-console__status--inside {
  position: relative;
  z-index: 1;
  margin: 0.8rem 0 0;
  padding-top: 0.2rem;
}

.source-panel {
  padding: 1rem;
  border-radius: 1rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(10, 10, 13, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

.source-panel h3 {
  margin: 0 0 0.75rem;
  color: #f7f7f8;
  font-size: 1rem;
}

.source-panel .source-grid--rich {
  grid-template-columns: 1fr;
  gap: 0.6rem;
  margin-top: 0;
}

.source-panel .source-card--rich {
  grid-template-columns: auto minmax(0, 1fr);
  padding: 0.68rem;
}

.source-panel .source-card--rich button {
  grid-column: 1 / -1;
  justify-self: start;
}

.source-panel--single .source-card--rich > i {
  color: #fca5a5;
  background: rgba(248, 113, 113, 0.12);
  border-color: rgba(248, 113, 113, 0.2);
}

.enterprise-search-rail .knowledge-sources {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.enterprise-search-rail .search-console__footer {
  margin-top: 0;
  padding: 0;
  border-top: 0;
}

.suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.suggestions span,
.query-pill {
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  color: rgba(232, 232, 236, 0.88);
  font-size: 0.78rem;
}

.enterprise-section {
  padding: 6rem 0;
  background: #070708;
}

.enterprise-section--mist {
  background: linear-gradient(180deg, #f0f0f3 0%, #e7e7eb 100%);
  color: #121214;
}

.enterprise-section--mist .enterprise-section-title,
.enterprise-section--mist h3 {
  color: #101014;
}

.enterprise-section--mist .enterprise-section-lead,
.enterprise-section--mist p,
.enterprise-section--mist li {
  color: #3f3f49;
}

.enterprise-section--mist .use-card,
.enterprise-section--mist .metric-card {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.08);
}

.enterprise-section--mist .metric-card strong {
  color: #101014;
}

.enterprise-section--mist .logo-tile {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(0, 0, 0, 0.06);
  color: #2a2a34;
}

.enterprise-section-header {
  max-width: 46rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.enterprise-section-title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.enterprise-section-lead {
  font-size: 1.08rem;
  line-height: 1.7;
}

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

.feature-card-enterprise,
.use-card,
.metric-card {
  padding: 1.4rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.feature-card-enterprise:hover,
.use-card:hover,
.metric-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 105, 255, 0.32);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.38), 0 0 36px rgba(124, 105, 255, 0.08);
}

.enterprise-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 0.7rem;
  color: #ddd8ff;
  background: rgba(124, 105, 255, 0.2);
  border: 1px solid rgba(181, 168, 255, 0.35);
}

.search-lab {
  border-radius: 1.35rem;
  padding: 1.2rem;
  color: var(--lux-mist);
  background:
    linear-gradient(160deg, rgba(18, 18, 22, 0.98), rgba(8, 8, 10, 0.96)),
    #101014;
  border-color: rgba(255, 255, 255, 0.14);
}

.search-lab__body {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.9fr;
  gap: 1rem;
}

.query-stack,
.knowledge-stack {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.query-pill {
  text-align: left;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(247, 247, 248, 0.95);
  font-weight: 600;
}

.knowledge-panel {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.13);
}

.search-lab .knowledge-panel h3 {
  color: #f7f7f8;
  -webkit-text-fill-color: #f7f7f8;
  text-shadow: none;
}

.search-lab .knowledge-panel p {
  color: rgba(232, 232, 236, 0.88);
}

.search-lab .source-card {
  background: rgba(255, 255, 255, 0.105);
  border-color: rgba(255, 255, 255, 0.16);
}

.search-lab .source-card strong {
  color: #ffffff;
}

.search-lab .source-card span {
  color: rgba(232, 232, 236, 0.82);
}

.download-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.8rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(247, 247, 248, 0.9);
  font-size: 0.82rem;
}

.download-row strong {
  color: #ffffff;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.compare-card {
  padding: 1.5rem;
}

.compare-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.compare-card li {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.compare-card--bad i { color: #fb7185; }
.compare-card--good i { color: #86efac; }

.mini-preview {
  margin-top: 1rem;
  padding: 0.7rem;
  border-radius: 0.7rem;
  background: rgba(0, 0, 0, 0.22);
}

.mini-line {
  display: block;
  height: 6px;
  margin: 0.35rem 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(124, 105, 255, 0.8), rgba(255, 255, 255, 0.14));
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  position: relative;
}

.step-card {
  position: relative;
  padding: 1.4rem;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  color: #fff;
  background: #7c69ff;
  box-shadow: 0 0 24px rgba(124, 105, 255, 0.35);
  font-weight: 800;
}

.analytics-dashboard {
  border-radius: 1.35rem;
  padding: 1.2rem;
}

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

.analytics-card {
  padding: 1rem;
}

.analytics-card strong,
.metric-card strong {
  display: block;
  color: #f7f7f8;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.bar-chart {
  display: flex;
  align-items: end;
  gap: 0.45rem;
  height: 8rem;
  padding-top: 1rem;
}

.bar-chart span {
  flex: 1;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, #9b8cff, #5b4fdf);
}

.topic-list {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.topic-list span {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0.7rem;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.055);
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.logo-tile {
  display: grid;
  place-items: center;
  min-height: 5rem;
  border-radius: 1rem;
  color: rgba(232, 232, 236, 0.76);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.enterprise-final {
  padding: 7rem 0;
  text-align: center;
  background:
    radial-gradient(ellipse 70% 70% at 50% 30%, rgba(124, 105, 255, 0.18), transparent 62%),
    #070708;
}

.enterprise-form-wrap {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
  align-items: start;
}

.enterprise-form-card {
  border-radius: 1.25rem;
  padding: 1.4rem;
}

.enterprise-form {
  display: grid;
  gap: 1rem;
}

.enterprise-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.enterprise-form label {
  display: grid;
  gap: 0.45rem;
  color: rgba(232, 232, 236, 0.86);
  font-size: 0.85rem;
  font-weight: 700;
}

.enterprise-form input,
.enterprise-form select,
.enterprise-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.75rem;
  padding: 0.9rem 1rem;
  color: #f7f7f8;
  background: rgba(0, 0, 0, 0.38);
  font: inherit;
}

.enterprise-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.price-note {
  margin-top: 1rem;
  color: rgba(196, 196, 205, 0.78);
  font-size: 0.9rem;
}

@media (max-width: 1040px) {
  .enterprise-hero__inner,
  .search-lab__body,
  .compare-grid,
  .enterprise-form-wrap {
    grid-template-columns: 1fr;
  }

  .enterprise-title {
    max-width: 100%;
    font-size: clamp(2.35rem, 7.4vw, 4rem);
  }

  .enterprise-search-stack {
    max-width: 720px;
    margin: 0 auto;
  }

  .enterprise-search-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .enterprise-grid-4,
  .use-grid,
  .process-flow,
  .metrics-grid,
  .logo-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 840px) {
  .enterprise-search-stack--clean,
  .enterprise-search-rail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .enterprise-container {
    width: min(100% - 2rem, 1180px);
  }

  .enterprise-hero {
    min-height: auto;
    padding: calc(80px + 1.75rem) 0 3.25rem;
  }

  .enterprise-title {
    font-size: clamp(2.15rem, 10.8vw, 3.15rem);
    line-height: 1.04;
    letter-spacing: -0.055em;
  }

  .enterprise-actions,
  .enterprise-btn {
    width: 100%;
  }

  .enterprise-search-stack {
    display: none;
  }

  .enterprise-grid-4,
  .use-grid,
  .process-flow,
  .metrics-grid,
  .logo-row,
  .analytics-grid,
  .source-grid,
  .enterprise-form-grid {
    grid-template-columns: 1fr;
  }
}
