/* ============================================================
   Seekdown — Use Cases page styles
   Scoped under .industrial-story to avoid leaking globally
   ============================================================ */

.industrial-story {
  --industrial-panel-min: auto;
}

.industrial-story .container {
  max-width: 1240px;
}

.industrial-breadcrumb {
  padding-top: 1.25rem;
}

/* Panels */
.industrial-panel {
  min-height: var(--industrial-panel-min);
  display: flex;
  align-items: center;
  padding: 4rem 0 5rem;
}

.industrial-panel + .industrial-panel {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.industrial-panel--hero {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.industrial-panel__shell {
  width: 100%;
  padding: 0;
}

/* Hero layout */
.industrial-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 0.85rem 3rem;
  align-items: start;
  grid-template-areas:
    "title cta"
    "body cta";
}

.industrial-hero-copy {
  display: contents;
}

.industrial-hero-heading {
  grid-area: title;
  max-width: 1180px;
}

.industrial-hero-body {
  grid-area: body;
  max-width: 860px;
}

.industrial-hero-copy .usecase-hero__title {
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(2.7rem, 3.55vw, 4.55rem) !important;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.industrial-hero-copy .usecase-hero__lead {
  margin-bottom: 0.85rem;
  font-size: 1.14rem;
  line-height: 1.34;
}

.industrial-hero-points {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
  max-width: 52ch;
}

.industrial-hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: rgba(226, 232, 240, 0.8);
  font-size: 0.98rem;
  line-height: 1.45;
}

.industrial-hero-points i {
  color: #93c5fd;
  margin-top: 0.12rem;
}

.industrial-hero-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

.industrial-hero-visual {
  grid-area: cta;
  margin-top: 0;
  display: flex;
  align-items: flex-start;
  align-self: end;
}

.industrial-hero-rail {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
}

/* CTA Rail */
.industrial-cta-rail {
  padding: 1.75rem 1.5rem 1.5rem;
  border: 1px solid rgba(99, 102, 241, 0.35);
  border-radius: 20px;
  background:
    radial-gradient(ellipse at top right, rgba(99, 102, 241, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse at bottom left, rgba(56, 189, 248, 0.08) 0%, transparent 50%),
    linear-gradient(160deg, rgba(20, 27, 50, 0.97), rgba(13, 19, 38, 0.98));
  box-shadow:
    0 0 0 1px rgba(99, 102, 241, 0.12),
    0 24px 64px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.industrial-cta-rail__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.15);
  border: 1px solid rgba(129, 140, 248, 0.25);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(165, 180, 252, 0.95);
}

.industrial-cta-rail__title {
  margin: 0 0 0.6rem;
  font-size: 1.55rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #f8fafc;
  max-width: none;
}

.industrial-cta-rail__copy {
  margin: 0 0 1.4rem;
  color: rgba(203, 213, 225, 0.75);
  font-size: 0.9rem;
  line-height: 1.5;
}

.industrial-hero-actions .usecase-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 100%;
}

/* Product page hero */
.product-surface {
  position: relative;
  margin-top: -104px;
  padding-top: 124px;
  overflow: hidden;
}

.product-surface::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 880px;
  transform: translateX(-50%);
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 8%, rgba(96, 165, 250, 0.2), transparent 28%),
    radial-gradient(circle at 72% 0%, rgba(45, 212, 191, 0.24), transparent 34%),
    radial-gradient(circle at 92% 34%, rgba(59, 130, 246, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(8, 13, 26, 0.96), rgba(4, 8, 18, 0.86) 48%, rgba(0, 0, 0, 0) 100%);
}

.product-surface::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 880px;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.42) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.42) 1px, transparent 1px);
  background-size: 42px 42px;
  background-position: 0 8px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, transparent 5.25rem, rgba(0, 0, 0, 0.42) 7rem, black 12rem, black 52%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, transparent 5.25rem, rgba(0, 0, 0, 0.42) 7rem, black 12rem, black 52%, transparent 100%);
}

.product-surface > .container,
.product-surface > .industrial-img-modal,
.product-surface > footer {
  position: relative;
  z-index: 1;
}

body:has(.product-surface) #mainNav {
  z-index: 5;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body:has(.product-surface) #mainNav.navbar-sticky {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:has(.product-surface).headroom--not-top #mainNav,
body:has(.product-surface).navbar-active #mainNav,
body:has(.product-surface) #mainNav.headroom--not-top,
body:has(.product-surface) #mainNav.navbar-active {
  position: fixed;
  background: rgba(2, 6, 23, 0.72) !important;
  background-color: rgba(2, 6, 23, 0.72) !important;
  border: 0 !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(18px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(120%) !important;
}

.product-hero-showcase {
  position: relative;
  min-height: auto;
  padding-top: 1.2rem;
  padding-bottom: 2rem;
  overflow: visible;
}

.product-hero-showcase + .industrial-panel {
  border-top: 0;
}

.product-hero-showcase::before {
  display: none;
}

.product-hero-showcase .industrial-panel__shell,
.product-hero-showcase .industrial-hero-layout {
  position: relative;
  z-index: 1;
}

.product-hero-showcase .industrial-hero-layout {
  display: block;
}

.product-hero-showcase .industrial-hero-copy .usecase-hero__title {
  margin-top: 0;
  font-size: clamp(3.4rem, 5vw, 5.55rem) !important;
  line-height: 0.9;
  max-width: 760px;
}

.product-hero-showcase .industrial-hero-body {
  align-self: end;
  max-width: 560px;
  padding-top: 0.8rem;
}

.product-hero-showcase .industrial-hero-visual {
  align-self: start;
  margin-top: 0;
}

.product-hero-showcase .industrial-hero-copy .usecase-hero__lead {
  max-width: none;
  margin-top: 0;
  font-size: clamp(1.22rem, 1.6vw, 1.65rem);
  line-height: 1.36;
  color: rgba(226, 232, 240, 0.82) !important;
}

.product-hero-showcase .industrial-hero-points {
  grid-template-columns: 1fr;
  gap: 0.7rem;
  max-width: none;
  margin: 1.35rem 0 0;
}

.product-hero-showcase .industrial-hero-points li {
  min-height: auto;
  padding: 0.85rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
}

.product-command-deck {
  position: relative;
  width: 100%;
  min-height: 790px;
  padding: 1.55rem 0 1.25rem;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: none;
  box-shadow: none;
}

.product-command-deck::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -7rem;
  bottom: -2.8rem;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
  background:
    radial-gradient(circle at 92% 12%, rgba(96, 165, 250, 0.22), transparent 38%),
    radial-gradient(circle at 6% 72%, rgba(45, 212, 191, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(8, 13, 26, 0.42), rgba(15, 23, 42, 0.18));
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%),
    linear-gradient(180deg, black 0%, black 50%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%),
    linear-gradient(180deg, black 0%, black 50%, transparent 100%);
}

.product-command-deck__grid {
  position: absolute;
  top: -7rem;
  bottom: -2.8rem;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.42) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.42) 1px, transparent 1px);
  background-size: 42px 42px;
  background-position: 0 8px;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%),
    linear-gradient(180deg, black 0%, black 50%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%),
    linear-gradient(180deg, black 0%, black 50%, transparent 100%);
}

.product-command-deck__header {
  position: relative;
  z-index: 1;
  padding: 1.65rem 0.85rem 1.25rem;
}

.product-command-deck__title {
  max-width: 980px;
  margin: 0;
  color: #f8fafc;
  font-size: clamp(3.1rem, 5vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.product-command-deck__subtitle {
  max-width: 760px;
  margin: 1.1rem 0 0;
  color: #cbd5e1;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.55;
}

.usecase-group--narrow {
  max-width: 820px;
}

.usecase-group--narrow > p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #cbd5e1;
}

.product-command-deck__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(480px, 1.08fr) minmax(440px, 0.92fr);
  gap: 2.25rem;
  align-items: center;
  min-height: 560px;
  margin-top: 1.9rem;
}

.product-platform-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.product-platform-point {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
  min-height: 82px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(96, 165, 250, 0.12), transparent 42%),
    rgba(15, 23, 42, 0.72);
  color: rgba(226, 232, 240, 0.9);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.25);
}

.product-platform-point i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  margin-top: 0.05rem;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.16);
  color: #60a5fa;
}

.product-platform-point strong,
.product-platform-point span {
  display: block;
}

.product-platform-point strong {
  color: #f8fafc;
  font-size: 1rem;
  line-height: 1.25;
}

.product-platform-point span {
  margin-top: 0.25rem;
  color: rgba(203, 213, 225, 0.66);
  font-size: 0.86rem;
  line-height: 1.35;
}

.product-platform-point.is-active {
  border-color: rgba(96, 165, 250, 0.38);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.22), rgba(15, 23, 42, 0.74));
}

.product-conversation-demo {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  height: 560px;
  padding: 1rem;
  border: 1px solid rgba(45, 212, 191, 0.2);
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(20, 184, 166, 0.12), rgba(15, 23, 42, 0.72)),
    rgba(15, 23, 42, 0.8);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.product-conversation-demo__header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding-bottom: 0.62rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.product-conversation-demo__header img {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.14);
}

.product-conversation-demo__header strong,
.product-conversation-demo__header span {
  display: block;
}

.product-conversation-demo__header strong {
  color: #f8fafc;
  font-size: 0.92rem;
  line-height: 1.2;
}

.product-conversation-demo__header span {
  color: rgba(203, 213, 225, 0.64);
  font-size: 0.78rem;
}

.product-chat-window {
  position: relative;
  min-height: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 6%, black 91%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, black 6%, black 91%, transparent 100%);
}

.product-chat-track {
  display: grid;
  gap: 0.72rem;
  padding: 0.1rem 0 1.2rem;
  transform: translateY(0);
  transition: transform 0.85s cubic-bezier(0.65, 0, 0.35, 1);
}

.product-chat-message {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition:
    max-height 0.45s ease,
    opacity 0.42s ease,
    transform 0.42s ease,
    padding-top 0.42s ease,
    padding-bottom 0.42s ease;
}

.product-chat-message--user {
  justify-self: end;
  width: min(90%, 395px);
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(96, 165, 250, 0.22);
  border-radius: 18px 18px 4px 18px;
  background: rgba(37, 99, 235, 0.16);
}

.product-chat-message--assistant {
  padding: 0.78rem 0.85rem;
  border: 1px solid rgba(45, 212, 191, 0.18);
  border-radius: 18px 18px 18px 4px;
  background: rgba(2, 6, 23, 0.36);
}

.product-chat-message span {
  display: block;
  margin-bottom: 0.35rem;
  color: #5eead4;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-chat-message--user span {
  color: #93c5fd;
}

.product-chat-message p {
  margin: 0;
  color: #f8fafc;
  font-size: 0.9rem;
  line-height: 1.34;
}

.product-related-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.7rem;
}

.product-related-results a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.15rem 0.5rem;
  padding: 0.62rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.58);
  color: rgba(226, 232, 240, 0.86);
  text-decoration: none;
}

.product-related-results a:hover {
  color: #fff;
  border-color: rgba(96, 165, 250, 0.34);
  background: rgba(37, 99, 235, 0.13);
}

.product-related-results i {
  grid-row: span 2;
  color: #60a5fa;
  margin-top: 0.15rem;
}

.product-related-results strong,
.product-related-results small {
  display: block;
}

.product-related-results strong {
  font-size: 0.82rem;
  line-height: 1.2;
}

.product-related-results small {
  color: rgba(203, 213, 225, 0.58);
  font-size: 0.72rem;
  line-height: 1.25;
}

.product-chat-input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 40px;
  padding: 0.5rem 0.55rem 0.5rem 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.62);
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.78rem;
}

.product-chat-input__field {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f8fafc;
  caret-color: #dffdf8;
  font: inherit;
}

.product-chat-input__field::placeholder {
  color: rgba(226, 232, 240, 0.78);
}

.product-chat-input i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 12px;
  color: #dffdf8;
  background: #1f8f83;
}

.product-chat-message.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-chat-message--user.is-visible {
  max-height: 110px;
}

.product-chat-message--assistant.is-visible {
  max-height: 310px;
}

/* CTA action buttons */
.industrial-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 48px;
  padding: 0.8rem 1.25rem;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.industrial-action:hover {
  transform: translateY(-1px);
}

.industrial-action--primary {
  color: #fff;
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  border: 1px solid rgba(129, 140, 248, 0.4);
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.35);
}

.industrial-action--primary:hover {
  color: #fff;
  background: linear-gradient(135deg, #818cf8, #6366f1);
  box-shadow: 0 10px 30px rgba(79, 70, 229, 0.45);
}

.industrial-action--secondary {
  color: rgba(203, 213, 225, 0.85);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.2);
  font-weight: 500;
}

.industrial-action--secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(148, 163, 184, 0.32);
}

/* Screenshot slider */
.industrial-slider-wrap {
  margin-top: 1.75rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.13);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.38);
}

.industrial-slider-chrome {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 1rem;
  background: rgba(255, 255, 255, 0.035);
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.industrial-slider-chrome__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.industrial-slider-chrome__dot:nth-child(1) { background: rgba(239, 68, 68, 0.5); }
.industrial-slider-chrome__dot:nth-child(2) { background: rgba(234, 179, 8, 0.5); }
.industrial-slider-chrome__dot:nth-child(3) { background: rgba(34, 197, 94, 0.5); }

.industrial-slider {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 1.25rem;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 1.25rem 1.25rem 0;
  background: rgba(8, 12, 25, 0.5);
}

.industrial-slider::-webkit-scrollbar { display: none; }

.industrial-slider__item {
  flex: 0 0 calc((100% - 5rem) / 6);
  scroll-snap-align: start;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.13);
  background: rgba(13, 19, 38, 0.8);
  flex-shrink: 0;
}

.industrial-slider__placeholder {
  width: 100%;
  height: 240px;
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(148, 163, 184, 0.04),
      rgba(148, 163, 184, 0.04) 1px,
      transparent 1px,
      transparent 10px
    ),
    rgba(15, 23, 42, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.industrial-slider__item img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top;
  cursor: zoom-in;
}

.industrial-slider__caption {
  padding: 0.65rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(203, 213, 225, 0.8);
  background: rgba(13, 19, 38, 0.95);
  border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.industrial-slider-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem 1rem;
  background: rgba(8, 12, 25, 0.5);
  border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.industrial-slider-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.18);
  color: rgba(203, 213, 225, 0.8);
  cursor: pointer;
  transition: background 0.18s, color 0.18s, opacity 0.18s;
  font-size: 0.85rem;
  line-height: 1;
}

.industrial-slider-btn:hover {
  background: rgba(99, 102, 241, 0.25);
  border-color: rgba(99, 102, 241, 0.4);
  color: #fff;
}

.industrial-slider-btn[hidden] { display: none; }

.industrial-slider-dots {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.industrial-slider-dot {
  width: 6px;
  height: 6px;
  background: rgba(148, 163, 184, 0.3);
  transition: background 0.2s, width 0.2s;
  border-radius: 3px;
}

.industrial-slider-dot.is-active {
  width: 18px;
  background: rgba(99, 102, 241, 0.85);
}

/* Image modal */
.industrial-img-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.industrial-img-modal.is-open {
  display: flex;
}

.industrial-img-modal__inner {
  position: relative;
  max-width: min(1100px, 100%);
  max-height: 90vh;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 32px 96px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.15);
}

.industrial-img-modal__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 85vh;
  object-fit: contain;
}

.industrial-img-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: rgba(13, 19, 38, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: rgba(226, 232, 240, 0.9);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s;
}

.industrial-img-modal__close:hover {
  background: rgba(99, 102, 241, 0.35);
  color: #fff;
}

/* Pain grid */
.industrial-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.industrial-pain-card {
  height: 100%;
  padding: 1.5rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.1) !important;
}

.industrial-pain-card .usecase-card__icon {
  margin-bottom: 1rem;
}

.industrial-pain-card .usecase-card__body,
.industrial-pain-card:last-child .usecase-card__body {
  border-bottom: none;
  padding-bottom: 0;
}

/* How Seekdown helps — two-column asymmetric layout */
.industrial-helps-layout {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 2rem 5rem;
  align-items: start;
}

.industrial-helps-sticky {
  position: sticky;
  top: 5rem;
}

.industrial-helps-sticky .usecase-group__title {
  font-size: clamp(2.4rem, 3.8vw, 4rem);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.industrial-helps-intro {
  margin-top: 0.75rem;
  color: #94a3b8;
  font-size: 1rem;
  line-height: 1.6;
}

.industrial-helps-features {
  display: flex;
  flex-direction: column;
}

.industrial-helps-item {
  display: flex;
  gap: 1.25rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
  align-items: flex-start;
}

.industrial-helps-item:first-child {
  padding-top: 0;
}

.industrial-helps-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.industrial-helps-item__icon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.18), rgba(56, 189, 248, 0.1));
  border: 1px solid rgba(99, 102, 241, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a5b4fc;
  font-size: 1rem;
}

.industrial-helps-item__body strong {
  display: block;
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.industrial-helps-item__body p {
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}

/* Misc section overrides */

.industrial-steps .usecase-card-grid {
  margin-top: 1.5rem;
}

/* FAQ accordion */
.industrial-accordion {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.industrial-accordion .accordion-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.12) !important;
  border-radius: 12px !important;
  overflow: hidden;
}

.industrial-accordion .accordion-button {
  background: transparent;
  color: #f8fafc;
  font-weight: 600;
  font-size: 1rem;
  padding: 1.2rem 1.25rem;
  box-shadow: none !important;
  border-radius: 0 !important;
  gap: 0.65rem;
}

.industrial-faq-icon {
  flex-shrink: 0;
  font-size: 1rem;
  color: #a5b4fc;
  opacity: 0.85;
}

.industrial-accordion .accordion-button.collapsed .industrial-faq-icon {
  color: rgba(148, 163, 184, 0.6);
}

.industrial-accordion .accordion-button:not(.collapsed) {
  background: rgba(99, 102, 241, 0.08);
  color: #c7d2fe;
}

.industrial-accordion .accordion-button::after {
  filter: invert(1) opacity(0.5);
}

.industrial-accordion .accordion-button:not(.collapsed)::after {
  filter: invert(1) opacity(0.9);
}

.industrial-accordion .accordion-body {
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1.7;
  padding: 0.75rem 1.25rem 1.25rem;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.industrial-cta .usecase-cta {
  margin-top: 0;
}

/* Section typography */
.industrial-story .usecase-group__title {
  margin-bottom: 0.4rem;
}

.industrial-story .usecase-group__title + p {
  margin-top: 0.25rem;
}

.industrial-story .usecase-group > p {
  margin-bottom: 0;
  color: #cbd5e1 !important;
  font-size: 1.14rem;
  line-height: 1.5;
}

/* Responsive */
@media (min-width: 992px) {
  .industrial-slider {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    scroll-snap-type: none;
    padding: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .industrial-panel {
    min-height: auto;
    padding: 2.5rem 0 3rem;
  }

  .industrial-hero-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "body"
      "cta";
  }

  .industrial-hero-copy .usecase-hero__title,
  .industrial-hero-copy .usecase-hero__lead {
    max-width: none;
  }

  .industrial-hero-copy .usecase-hero__title {
    font-size: clamp(2.8rem, 11vw, 4.1rem) !important;
  }

  .industrial-hero-actions {
    justify-content: flex-start;
  }

  .industrial-hero-actions .usecase-hero__actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .industrial-hero-visual {
    margin-top: 0.5rem;
  }

  .industrial-pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industrial-slider__item {
    flex: 0 0 calc((100% - 2rem) / 3);
  }

  .industrial-helps-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .industrial-helps-sticky {
    position: static;
  }

  .industrial-helps-item:first-child {
    padding-top: 1.35rem;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
  }

  .product-hero-showcase {
    min-height: auto;
    padding-bottom: 3rem;
  }

  .product-hero-showcase .industrial-hero-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "body"
      "cta";
    gap: 1.75rem;
  }

  .product-hero-showcase .industrial-hero-body {
    align-self: start;
    max-width: none;
    padding-top: 0;
  }

  .product-hero-showcase .industrial-hero-copy .usecase-hero__title {
    font-size: clamp(3.35rem, 13vw, 5.3rem) !important;
  }

  .product-hero-showcase .industrial-hero-points {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .product-hero-showcase .industrial-hero-points li {
    min-height: auto;
  }

  .product-command-deck {
    min-height: auto;
  }

  .product-command-deck__body {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 1.25rem 0;
  }

  .product-platform-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .product-surface .container {
    padding-right: 0.85rem;
    padding-left: 0.85rem;
  }

  .product-hero-showcase {
    padding-top: 0.4rem;
  }

  .industrial-pain-grid {
    grid-template-columns: 1fr;
  }

  .industrial-slider__item {
    flex: 0 0 100%;
  }

  .product-command-deck {
    padding: 0.35rem 0 0;
    border-radius: 0;
  }

  .product-command-deck__header {
    padding: 1.35rem 0 1rem;
  }

  .product-command-deck__title {
    font-size: clamp(2.65rem, 14.5vw, 4.1rem);
    letter-spacing: -0.05em;
  }

  .product-command-deck__header,
  .product-platform-points,
  .product-related-results {
    grid-template-columns: 1fr;
  }

  .product-command-deck__header {
    align-items: flex-start;
    flex-direction: column;
    letter-spacing: 0.1em;
  }

  .product-conversation-demo,
  .product-platform-point,
  .product-related-results a {
    border-radius: 18px;
  }
}
