/* DCUBE Research — page styles */
.research-page {
  background: #fff;
}

/* Icon sizes — match React lucide size={n} / w-n h-n */
.research-page .icon-hero-sparkle {
  width: 1.125rem;
  height: 1.125rem;
  color: #2563eb;
  flex-shrink: 0;
}

.research-page .icon-hero-sparkle-white {
  width: 1.125rem;
  height: 1.125rem;
  color: #fff;
  flex-shrink: 0;
}

.research-page .icon-hero-arrow {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.research-page .icon-hero-play {
  width: 1rem;
  height: 1rem;
  margin-left: 2px;
  color: #fff;
  flex-shrink: 0;
}

.research-page .icon-cap {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 1.8;
}

.research-page .icon-product {
  width: 1.25rem;
  height: 1.25rem;
}

.research-page .icon-pipeline {
  width: 1.75rem;
  height: 1.75rem;
  stroke-width: 1.6;
}

.research-page .icon-pipeline-arrow {
  width: 1rem;
  height: 1rem;
  color: #d1d5db;
  flex-shrink: 0;
}

.research-page .icon-alert {
  width: 0.875rem;
  height: 0.875rem;
  stroke-width: 1.8;
}

.research-page .navbar-desktop-wrap {
  justify-content: flex-end;
}

.research-page .navbar-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* ── Hero ── */
.res-hero {
  position: relative;
  min-height: calc(100vh - var(--navbar-height, 72px));
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 2.25rem;
  overflow: visible;
}

.res-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(236, 254, 255, 0.85) 0%, #fff 50%, rgba(224, 242, 254, 0.85) 100%);
  animation: resHeroBg 8s ease-in-out infinite;
}

@keyframes resHeroBg {
  0%, 100% { filter: hue-rotate(0deg); }
  50% { filter: hue-rotate(8deg); }
}

.res-hero .hero-dots {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: radial-gradient(circle, rgba(6, 182, 212, 0.8) 1px, transparent 1px);
  background-size: 30px 30px;
  animation: resDotsPulse 5s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes resDotsPulse {
  0%, 100% { opacity: 0.03; }
  50% { opacity: 0.07; }
}

.res-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.res-hero-orb--1 {
  top: 5rem;
  left: 2rem;
  width: 18rem;
  height: 18rem;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.35), rgba(59, 130, 246, 0.35));
  animation: resOrb1 20s ease-in-out infinite;
}

.res-hero-orb--2 {
  bottom: 6rem;
  right: 3rem;
  width: 24rem;
  height: 24rem;
  background: linear-gradient(135deg, rgba(192, 132, 252, 0.3), rgba(236, 72, 153, 0.25));
  animation: resOrb2 18s ease-in-out infinite;
}

.res-hero-orb--3 {
  top: 30%;
  right: 25%;
  width: 20rem;
  height: 20rem;
  background: linear-gradient(135deg, rgba(147, 197, 253, 0.25), rgba(34, 211, 238, 0.2));
  animation: resOrb1 22s ease-in-out infinite reverse;
}

.res-hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12rem;
  opacity: 0.12;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 768px) {
  .res-hero-wave { height: 7rem; }
}

.res-hero-wave-svg {
  width: 200%;
  height: 100%;
  animation: resWaveDrift 20s linear infinite;
}

@keyframes resWaveDrift {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes resOrb1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(4rem, 3rem) scale(1.15); }
}

@keyframes resOrb2 {
  0%, 100% { transform: translate(0, 0) scale(1.1); }
  50% { transform: translate(-3rem, -2rem) scale(1); }
}

.res-hero-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  max-width: var(--layout-max-width, 90rem);
  width: 100%;
  padding: 4rem 1.5rem 2rem;
}

.res-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  width: 100%;
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .res-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.res-hero .hero-badge {
  white-space: nowrap;
}

/* React: text-4xl md:text-5xl lg:text-6xl, font-weight default */
.res-hero-title,
.res-hero .hero-title {
  margin: 0 0 1.5rem;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  overflow: visible;
  color: #111827;
}

@media (min-width: 768px) {
  .res-hero-title,
  .res-hero .hero-title { font-size: 3rem; }
}

@media (min-width: 1024px) {
  .res-hero-title,
  .res-hero .hero-title { font-size: 3.75rem; }
}

.res-hero .hero-line-shimmer,
.res-title-line--shimmer {
  display: inline-block;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 0.2em;
  margin-bottom: -0.12em;
  overflow: visible;
  background: linear-gradient(90deg, #007bff 0%, #00c0ff 50%, #007bff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: resTitleShift 5s linear infinite;
}

.res-title-line--excellence {
  background-image: linear-gradient(90deg, #2563eb, #4f46e5, #06b6d4);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: resTitleShift 4s linear infinite;
}

@keyframes resTitleShift {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.res-title-product-wrap {
  position: relative;
  display: inline-block;
}

.res-title-underline-bar {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 0;
  height: 0.75rem;
  /* background: linear-gradient(90deg, #60a5fa, #818cf8); */
  opacity: 0.4;
  z-index: 0;
  border-radius: 2px;
  animation: resUnderlineGrow 0.8s ease-out 0.8s forwards;
}

@keyframes resUnderlineGrow {
  to { width: 100%; }
}

.res-title-product {
  position: relative;
  z-index: 1;
  color: #111827;
}

.res-hero-lead,
.res-hero .hero-desc {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625;
  color: #4b5563;
  max-width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .res-hero-lead,
  .res-hero .hero-desc { font-size: 1.125rem; }
}

.res-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.res-hero .hero-ctas .btn-hero-primary,
.res-btn-explore,
.res-btn-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  box-sizing: border-box;
  padding: 1rem 2rem;
  min-height: 3.5rem;
  height: 4.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 9999px;
  flex: 0 0 auto;
}

.res-hero .hero-ctas .btn-hero-primary,
.res-btn-explore {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #0891b2, #2563eb);
  border: none;
  box-shadow: 0 10px 25px rgba(6, 182, 212, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}

.res-hero .hero-ctas .btn-hero-primary:hover,
.res-btn-explore:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(6, 182, 212, 0.45);
}

.res-hero .hero-ctas .btn-hero-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: translateX(-100%);
  animation: resBtnShimmer 2.5s linear infinite;
}

@keyframes resBtnShimmer {
  to { transform: translateX(100%); }
}

.res-hero .hero-ctas .btn-hero-primary span,
.res-hero .hero-ctas .btn-hero-primary .icon-lucide {
  position: relative;
  z-index: 1;
}

.res-btn-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: translateX(-100%);
  animation: resBtnShimmer 2s linear infinite;
}

.res-btn-explore-text,
.res-btn-explore .icon-lucide {
  position: relative;
  z-index: 1;
}

.res-btn-demo {
  color: #111827;
  background: #fff;
  border: 2px solid #d1d5db;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.res-btn-demo:hover {
  border-color: #2563eb;
  transform: translateY(-2px) scale(1.02);
}

.res-btn-demo:hover .res-btn-demo-play {
  transform: scale(1.08);
}

.res-btn-demo-play {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6 0%, #4f46e5 100%);
  border-radius: 50%;
  flex-shrink: 0;
  color: #fff;
  transition: transform 0.2s;
}

.res-btn-demo-play-icon {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: 2px;
  flex-shrink: 0;
}

.res-btn-explore .icon-hero-arrow {
  animation: resArrowNudge 1.5s ease-in-out infinite;
}

@keyframes resArrowNudge {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}

.res-hero-visual {
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding: 2.35rem 1.75rem 2.6rem 1.4rem;
}

.res-hero-visual .hero-visual-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  animation: heroCardFloat 7s ease-in-out infinite;
}

.res-hero-visual .hero-visual-stage::before {
  content: '';
  position: absolute;
  inset: -22% -16% -26% -14%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 75% 60% at 50% 45%, rgba(56, 189, 248, 0.28), transparent 68%),
    radial-gradient(ellipse 50% 45% at 18% 12%, rgba(125, 211, 252, 0.3), transparent 60%),
    radial-gradient(ellipse 45% 40% at 88% 88%, rgba(167, 139, 250, 0.16), transparent 62%);
  filter: blur(22px);
}

.res-hero-visual .hero-visual-layers {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}

.res-hero-visual .hero-visual-panel {
  position: absolute;
  pointer-events: none;
}

.res-hero-visual .hero-visual-panel--back {
  z-index: 0;
  top: 0;
  left: 0;
  width: 105%;
  height: 103%;
  border-radius: 2.15rem;
  background: linear-gradient(145deg, rgba(165, 243, 252, 0.34) 0%, rgb(186 230 253 / 53%) 52%, rgba(219, 234, 254, 0.16) 100%);
  border: 1px solid rgba(186, 230, 253, 0.32);
  transform: skew(-13deg);
}

.res-hero-visual .hero-visual-panel--accent {
  z-index: 1;
  top: 14%;
  left: 15%;
  width: 90%;
  height: 77%;
  border-radius: 2rem;
  background: linear-gradient(333deg, #7dd3fc 0%, #58a2fd 38%, #5ca0fe 72%, #58a0fd 100%);
  opacity: 0.92;
  box-shadow: 0 16px 32px rgba(14, 165, 233, 0.22);
  transform: skew(-21deg);
}

.res-hero-visual .hero-carousel {
  position: relative;
  z-index: 2;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
  border-radius: 2rem;
  overflow: hidden;
  background: #e8f6ff;
  border: 2px solid #67dbfb;
  box-shadow:
    inset 0 0 0 1.5px rgba(224, 252, 255, 0.78),
    inset 0 0 18px rgba(165, 243, 252, 0.22),
    0 0 0 1px rgba(125, 211, 252, 0.35),
    0 0 28px rgba(56, 189, 248, 0.42),
    0 0 64px rgba(14, 165, 233, 0.2),
    0 26px 50px rgba(12, 74, 110, 0.16);
  transform-origin: center center;
  transform: perspective(1200px) rotateZ(5.8deg) rotateY(-10deg);
}

.res-hero-visual .hero-carousel::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(125, 211, 252, 0.75) 22%,
    rgba(56, 189, 248, 0.45) 50%,
    rgba(165, 243, 252, 0.8) 78%,
    rgba(255, 255, 255, 0.7) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.res-hero-visual .hero-carousel::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(125, 211, 252, 0.28),
    inset 1px 0 0 rgba(224, 252, 255, 0.35),
    inset -1px 0 0 rgba(125, 211, 252, 0.32);
}

.res-hero-visual .hero-carousel-inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: inherit;
  overflow: hidden;
}

.res-hero-visual .hero-carousel-inner .hero-slide {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  background: #e8f6ff;
}

.res-hero-visual .hero-carousel-glow {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, transparent 42%, rgba(6, 182, 212, 0.08) 100%);
  mix-blend-mode: soft-light;
}

@keyframes heroCardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 1500px) {
  .res-hero-visual {
    width: 98%;
  }
}

@media (max-width: 1250px) {
  .res-hero-visual {
    width: 95%;
  }
}

@media (max-width: 1000px) {
  .res-hero-visual {
    width: 95%;
  }
}

@media (max-width: 991.98px) {
  .res-hero-visual {
    max-width: 36rem;
    margin: 0 auto;
    padding: 2rem 1.4rem 2.3rem;
  }
  .res-hero-lead {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .res-hero-visual {
    max-width: 100%;
    padding: 1.5rem 0.85rem 1.85rem;
  }

  .res-hero-visual .hero-carousel {
    border-radius: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .res-hero-visual .hero-visual-stage {
    animation: none;
  }
}

.res-float-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  z-index: 4;
}

.res-float-badge--tl {
  top: 1.5rem;
  left: 1.5rem;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #111827;
  border: none;
}

.res-float-badge--br {
  bottom: 6rem;
  right: -1.5rem;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid #f3f4f6;
}

.res-patent-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6, #4f46e5);
  border-radius: 0.75rem;
  flex-shrink: 0;
}

.res-patent-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.3;
}

.res-patent-title {
  font-size: 0.875rem;
  font-weight: 400;
  color: #111827;
}

.res-patent-sub {
  font-size: 0.75rem;
  color: #6b7280;
}

.res-float-badge .res-live-dot {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.35rem;
  background: #22c55e;
  border-radius: 50%;
  animation: resPulse 2s ease-in-out infinite;
}

/* Hero visual mini product badges */
.res-mini-logo {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.55rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.res-mini-logo--dia {
  background: linear-gradient(135deg, #06b6d4, #2563eb);
}

.res-mini-logo--dmon {
  background: linear-gradient(135deg, #6366f1, #2563eb);
}

/* If we use an actual PNG/SVG logo inside the mini chip */
.res-mini-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0.55rem;
}

/* DMON logo image already includes its own styling */
.res-mini-logo--dmon {
  background: transparent;
  box-shadow: none;
}

@keyframes resPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.2); }
}

/* Hero metrics — matches home page stats band */
.res-hero-metrics {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 2.5rem 0 0;
  padding: 1.75rem 0 1.85rem;
  box-sizing: border-box;
  background: transparent;
}

.res-hero .hero-stats-band-inner {
  max-width: var(--layout-max-width, 90rem);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.res-hero .hero-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  margin: 0;
  width: 100%;
  max-width: none !important;
  padding: 0.35rem 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.res-hero .hero-stat-item {
  --stat-accent: #2563eb;
  --stat-glow: rgba(59, 130, 246, 0.22);
  position: relative;
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: none;
  padding: 0.55rem 1.25rem;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.res-hero .hero-stat--blue {
  --stat-accent: #1d4ed8;
  --stat-glow: rgba(59, 130, 246, 0.24);
}

.res-hero .hero-stat--purple {
  --stat-accent: #6d28d9;
  --stat-glow: rgba(139, 92, 246, 0.24);
}

.res-hero .hero-stat--cyan {
  --stat-accent: #0e7490;
  --stat-glow: rgba(6, 182, 212, 0.24);
}

.res-hero .hero-stat--pink {
  --stat-accent: #db2777;
  --stat-glow: rgba(236, 72, 153, 0.24);
}

.res-hero .hero-stat-sep {
  position: absolute;
  top: 18%;
  bottom: 18%;
  right: 0;
  width: 1px;
  background: #e2e8f0;
  pointer-events: none;
}

.res-hero .hero-stat-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  text-align: center;
}

.res-hero .hero-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 50%;
  color: var(--stat-accent);
  background: radial-gradient(circle, var(--stat-glow) 0%, rgba(255, 255, 255, 0) 72%);
}

.res-hero .hero-stat-icon svg {
  width: 1.45rem;
  height: 1.45rem;
  display: block;
}

.res-hero .hero-stat-value {
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  text-align: center;
  color: var(--stat-accent);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.res-hero .hero-stat-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-align: center;
  max-width: 12.5rem;
}

/* ── Ticker ── */
.res-ticker {
  overflow: hidden;
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  background: #fff;
  padding: 0.75rem 0;
}

.res-ticker-track {
  display: flex;
  width: max-content;
  flex-shrink: 0;
  will-change: transform;
  animation: resTicker 28s linear infinite;
}

.res-ticker-set {
  display: flex;
  flex-shrink: 0;
}

.res-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1.5rem;
  font-size: 0.875rem;
  color: #6b7280;
  white-space: nowrap;
  flex-shrink: 0;
}

.res-ticker-item::before {
  content: '·';
  color: #60a5fa;
  font-weight: 700;
}

@keyframes resTicker {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-100% / var(--ticker-sets, 2))); }
}

/* ── Section labels ── */
.res-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.res-label--blue { color: #3b82f6; }
.res-label--indigo { color: #6366f1; }

.res-section-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
}

/* ── Layout (match dcube-services index: 90rem) ── */
.research-page main .container {
  max-width: var(--layout-max-width, 90rem);
}

/* ── Products ── */
.res-products {
  padding: 5rem 0;
}

.res-products-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .res-products-grid {
    grid-template-columns: 2fr 3fr;
  }
}

.res-product-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.res-product-head .res-icon-box {
  margin-bottom: 0;
}

.res-product-eyebrow {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.res-product-eyebrow--blue { color: #3b82f6; }
.res-product-eyebrow--indigo { color: #818cf8; }

.res-dia-intro {
  padding-top: 0;
}

@media (min-width: 992px) {
  .res-dia-intro {
    padding-top: 2.5rem;
  }
}

.res-dmon-kicker {
  font-size: 0.875rem;
  font-weight: 600;
  color: #149ff0;
}

.res-card-dia {
  height: 100%;
  padding: 2rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s;
}

.res-card-dia:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.res-card-dmon {
  height: 100%;
  padding: 2rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #0e1f4a 0%, #0a1628 60%, #110a30 100%);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s;
}

.res-card-dmon:hover { transform: translateY(-4px); }

.res-card-dmon-glow {
  position: absolute;
  top: -4rem;
  right: -4rem;
  width: 14rem;
  height: 14rem;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.25), transparent 70%);
  pointer-events: none;
}

.res-live-pill {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #34d399;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 999px;
}

.res-live-pill .res-live-dot {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  flex-shrink: 0;
  background: #34d399;
  border-radius: 50%;
  animation: resLiveDotPulse 2s ease-in-out infinite;
}

.res-live-pill .res-live-label {
  line-height: 1;
  color: #34d399;
}

@keyframes resLiveDotPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); }
}

.res-icon-box {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  flex-shrink: 0;
}

.res-icon-box--blue { background: #2563eb; color: #fff; }
.res-icon-box--indigo { background: #4f46e5; color: #fff; }

.res-product-name {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

.res-card-dia .res-product-sub { color: #3b82f6; font-weight: 500; font-size: 0.9rem; }
.res-card-dmon .res-product-name { color: #fff; }
.res-card-dmon .res-product-sub { color: #818cf8; font-weight: 500; font-size: 0.9rem; }
.res-card-dmon p { color: #d1d5db; font-size: 0.875rem; }

.res-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-top: 1.25rem;
  margin-top: auto;
  border-top: 1px solid #f3f4f6;
}

.res-mini-stat-val { font-size: 1.1rem; font-weight: 700; color: #149ff0; }
.res-mini-stat-lbl { font-size: 0.7rem; color: #9ca3af; }

.res-dmon-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}

.res-dmon-tag {
  padding: 0.35rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #a5b4fc;
  background: rgba(99, 102, 241, 0.15);
  border: 1px solid rgba(99, 102, 241, 0.3);
  border-radius: 0.5rem;
}

/* ── About DIA ── */
.res-about-dia {
  padding: 5rem 0;
  background: rgba(249, 250, 251, 0.6);
}

.res-about-dia .row.g-4.mb-5 {
  margin-bottom: 3.5rem !important;
}

.res-cap-card {
  height: 100%;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.res-cap-card:hover {
  transform: translateY(-3px);
  border-color: #93c5fd;
  box-shadow: 0 12px 28px rgba(59, 130, 246, 0.1);
}

.res-cap-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}

.res-cap-icon .icon-lucide,
.res-cap-icon .icon-cap {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 1.8;
}

.res-cap-card h4 {
  font-size: 0.875rem;
  font-weight: 600;
}

.res-cap-card p {
  font-size: 0.75rem;
}

.res-cap-card h4 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.res-cap-card p {
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.55;
  margin: 0;
}

.res-outcomes {
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(135deg, #0d3e8f 0%, #147fd1 100%);
}

.res-outcomes-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}

.res-outcomes-head span:last-child {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e9e9e9;
  font-weight: 500;
}

.res-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .res-outcomes-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 992px) {
  .res-outcomes-grid { grid-template-columns: repeat(6, 1fr); }
}

.res-outcome-cell {
  text-align: center;
  padding: 1.75rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.res-outcome-cell:last-child { border-right: none; }

.res-outcome-val {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.25rem;
}

.res-outcome-lbl {
  font-size: 0.7rem;
  color: #eaeaea;
}

/* ── About DMON ── */
.res-about-dmon {
  padding: 5rem 0;
}

.res-patent-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 1rem;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #b45309;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 999px;
}

.res-pipeline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 3.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .res-pipeline {
    flex-wrap: nowrap;
    gap: 0.75rem;
  }
}

.res-pipeline-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 1rem;
}

.res-pipeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  flex: 0 0 auto;
  min-width: 5.5rem;
}

.res-pipeline-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e0e7ff;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #6366f1;
  flex-shrink: 0;
}

.res-pipeline-icon .icon-lucide,
.res-pipeline-icon .icon-pipeline {
  width: 1.75rem;
  height: 1.75rem;
  stroke-width: 1.6;
  flex-shrink: 0;
}

.res-pipeline-label {
  display: block;
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.25;
}

.res-feature-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, border-color 0.2s;
}

.res-feature-tile:hover {
  transform: translateY(-3px);
  border-color: #c7d2fe;
}

.res-feature-tile-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
  color: #4f46e5;
  border-radius: 0.75rem;
}

.res-feature-tile-icon .icon-lucide {
  width: 1.25rem;
  height: 1.25rem;
  color: #4f46e5;
}

.res-feature-tile p {
  font-size: 0.7rem;
  color: #4b5563;
  margin: 0;
  line-height: 1.3;
}

.res-features-7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 576px) {
  .res-features-7 { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 992px) {
  .res-features-7 { grid-template-columns: repeat(7, 1fr); }
}

.res-monitor-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
  color: #4f46e5;
  border-radius: 0.65rem;
  font-size: 1.1rem;
}

.res-monitor-icon .icon-lucide,
.res-monitor-icon .icon-cap {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 1.8;
  color: #4f46e5;
}

.res-monitor-card {
  height: 100%;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.res-monitor-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(99, 102, 241, 0.1);
  border-color: #c7d2fe;
}

.res-monitor-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.res-monitor-card li {
  font-size: 0.75rem;
  color: #6b7280;
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.res-monitor-card li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #818cf8;
  flex-shrink: 0;
}

.res-info-card {
  height: 100%;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
}

.res-protocol-tag {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  margin: 0.2rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: #fff;
  background: #4f46e5;
  border-radius: 0.5rem;
}

.res-alert-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  margin: 0.2rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: #4f46e5;
  background: #eef2ff;
  border: 1px solid #e0e7ff;
  border-radius: 0.5rem;
}

.res-industries {
  padding: 2rem;
  background: rgba(249, 250, 251, 0.6);
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
}

.res-industry-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  cursor: default;
}

.res-industry-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  color: #6366f1;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.res-industry-icon .icon-lucide {
  width: 1.25rem;
  height: 1.25rem;
  color: #6366f1;
}

.res-industry-item:hover .res-industry-icon {
  border-color: #c7d2fe;
  box-shadow: 0 6px 16px rgba(99, 102, 241, 0.12);
}

.res-industry-item span {
  font-size: 0.7rem;
  color: #6b7280;
}

/* ── Callout ── */
.res-callout {
  padding: 5rem 0;
  border-top: 1px solid #f3f4f6;
}

.research-page .res-callout-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  color: #111827;
  max-width: 20rem;
  margin: 0;
}

.res-callout-accent {
  color: #2563eb;
  font-weight: 500;
}

.res-callout-stat-val {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.25rem;
}

.res-callout-stat-lbl {
  font-size: 0.7rem;
  color: #9ca3af;
}

.res-products .text-center {
  margin-bottom: 3rem;
}

@media (max-width: 991.98px) {
  .res-float-badge--br { right: 0.5rem; bottom: 3.5rem; }
  .res-outcome-cell { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
}

@media (max-width: 767.98px) {
  .res-hero-title {
    font-size: clamp(1.75rem, 6.5vw, 2.25rem) !important;
  }

  .res-hero-lead {
    font-size: 1rem !important;
    line-height: 1.6;
  }

  .res-hero-ctas {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
  }

  .res-btn-explore,
  .res-btn-demo {
    width: 100%;
    max-width: 100%;
    min-height: 2.75rem;
    height: auto;
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .res-hero-metrics {
    margin-top: 1.75rem;
    padding: 1.15rem 0 1.25rem;
  }

  .res-hero .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0.15rem 0;
  }

  .res-hero .hero-stat-item {
    flex: none;
    max-width: none;
    padding: 0.95rem 0.85rem;
  }

  .res-hero .hero-stat-item:nth-child(2n) .hero-stat-sep {
    display: none;
  }

  .res-hero .hero-stat-item:nth-child(-n+2)::before {
    content: '';
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: 0;
    height: 1px;
    background: #e2e8f0;
    pointer-events: none;
  }

  .res-hero .hero-stat-icon {
    width: 2.75rem;
    height: 2.75rem;
  }

  .res-hero .hero-stat-label {
    font-size: 0.8125rem;
    max-width: 10rem;
  }
}

/* ── Visual page flow (products → flows → patent → industries) ── */
.res-section-lead {
  max-width: 32rem;
}

.res-product-showcase {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.res-product-panel {
  position: relative;
  padding: 2rem 2rem 1.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.res-product-panel--dia {
  background: #fff;
  border: 1px solid #e0e7ff;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}

.res-product-panel--dmon {
  background: linear-gradient(135deg, #0e1f4a 0%, #0a1628 60%, #110a30 100%);
  border: 1px solid rgba(99, 102, 241, 0.35);
  color: #e5e7eb;
}

.res-product-panel--dmon .res-product-panel__desc {
  color: #cbd5e1;
}

.res-product-panel--dmon .res-product-panel__col-title {
  color: #e0e7ff;
}

.res-product-panel__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.res-product-panel__desc {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 1.5rem;
  max-width: 52rem;
}

.res-product-panel__col-title {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.85rem;
}

.res-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.res-check-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1e293b;
}

.res-check-list--light li {
  color: #e2e8f0;
}

.res-check-list li span[data-lucide] {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  flex-shrink: 0;
}

.res-check-list--light li span[data-lucide] {
  background: rgba(99, 102, 241, 0.2);
  color: #a5b4fc;
}

.res-impact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
}

.res-impact-list li {
  padding: 0.55rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.15);
  border-radius: 0.5rem;
}

.res-impact-list--light li {
  color: #c7d2fe;
  background: rgba(99, 102, 241, 0.15);
  border-color: rgba(129, 140, 248, 0.35);
}

.res-product-panel__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}

.res-product-panel__link:hover {
  color: #1d4ed8;
}

.res-product-panel__link--light {
  color: #a5b4fc;
}

.res-product-panel__link--light:hover {
  color: #c7d2fe;
}

/* Flow sections */
.res-flow-section {
  padding: 5rem 0;
  position: relative;
}

.res-flow-section--dia {
  background: linear-gradient(180deg, #f8fafc 0%, #eff6ff 100%);
}

.res-flow-section--dmon {
  background: #fff;
}

.res-flow-tagline {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2563eb;
  margin: 0;
}

.res-flow-tagline--indigo {
  color: #4f46e5;
}

.res-flow-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

@media (min-width: 768px) {
  .res-flow-track {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 0.5rem 0.25rem;
    align-items: start;
  }

  .res-flow-track--4 {
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  }
}

.res-flow-step {
  position: relative;
  text-align: center;
  padding: 1.5rem 1rem;
  background: #fff;
  border: 1px solid #e0e7ff;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.res-flow-section--dia .res-flow-step {
  border-color: #bfdbfe;
}

.res-flow-step__num {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

.res-flow-step__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0.5rem auto 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
}

.res-flow-step__icon--blue {
  background: #eff6ff;
  color: #2563eb;
}

.res-flow-step__icon--indigo {
  background: #eef2ff;
  color: #4f46e5;
}

.res-flow-step__title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.35rem;
}

.res-flow-step__text {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0;
  line-height: 1.45;
}

.res-flow-connector {
  display: none;
}

@media (min-width: 768px) {
  .res-flow-connector {
    display: block;
    align-self: center;
    width: 2rem;
    height: 2px;
    margin-top: 3.5rem;
    background: linear-gradient(90deg, #93c5fd, #6366f1);
    border-radius: 1px;
  }
}

/* Patent */
.res-patent-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #0d3e8f 0%, #147fd1 55%, #2563eb 100%);
  color: #fff;
}

.res-patent-section .res-section-title,
.res-patent-section .res-label {
  color: #fff;
}

.res-patent-section .res-label--blue {
  color: #bae6fd;
}

.res-patent-section .text-secondary {
  color: rgba(255, 255, 255, 0.85) !important;
}

.res-patent-highlight {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  backdrop-filter: blur(8px);
}

.res-patent-highlight__icon {
  font-size: 1.75rem;
  line-height: 1;
}

.res-patent-highlight__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.9;
  margin: 0 0 0.15rem;
}

.res-patent-highlight__num {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}

.res-patent-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 576px) {
  .res-patent-benefits {
    grid-template-columns: 1fr 1fr;
  }
}

.res-patent-benefit {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.85rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.res-patent-benefit span[data-lucide] {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  flex-shrink: 0;
}

/* Industries */
.res-industries-section {
  padding: 5rem 0;
  background: #f8fafc;
}

.res-industry-card {
  height: 100%;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e0e7ff;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}

.res-industry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.res-industry-card__icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 0.75rem;
}

.res-industry-card__title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  color: #111827;
  margin: 0;
}

.res-callout-lead {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 1.6;
  max-width: 36rem;
}

@media (max-width: 767.98px) {
  .res-flow-track--4 .res-flow-step {
    min-width: 0;
  }
}

/* Keep research page from spilling horizontally on phones */
html:has(.research-page),
.research-page,
.research-page main {
  overflow-x: hidden;
  max-width: 100%;
}

.research-page main img:not(.hero-slide) {
  max-width: 100%;
  height: auto;
}

.research-page .navbar-dcube .navbar-brand img {
  max-width: none;
  width: auto;
  height: 60px;
}

.res-hero-col,
.res-hero-grid,
.res-hero-visual,
.res-hero-visual .hero-visual-stage {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .res-hero {
    min-height: 0;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .res-hero-inner.container,
  .res-hero-inner {
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 100%;
  }

  .res-hero-grid {
    gap: 1.5rem;
  }

  .res-hero-orb--1,
  .res-hero-orb--2,
  .res-hero-orb--3 {
    width: 11rem;
    height: 11rem;
    filter: blur(42px);
  }

  .res-hero-visual {
    width: 100%;
    max-width: 22.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.35rem 1.1rem 1.6rem;
  }

  .res-hero-visual .hero-visual-stage::before {
    inset: -10% -8% -12% -8%;
    filter: blur(14px);
  }

  .res-hero-visual .hero-carousel {
    transform: perspective(900px) rotateZ(3.2deg) rotateY(-7deg);
  }

  .res-hero-visual .hero-visual-panel--back {
    width: 100%;
    height: 100%;
    transform: skew(-8deg);
  }

  .res-hero-visual .hero-visual-panel--accent {
    top: 14%;
    left: 10%;
    width: 86%;
    height: 76%;
    transform: skew(-12deg);
  }

  .res-float-badge--br {
    right: 0.25rem;
    bottom: 1.5rem;
  }

  .res-hero-badge {
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .res-hero-visual {
    max-width: 100%;
    padding: 1.1rem 0.65rem 1.35rem;
  }

  .res-hero-visual .hero-carousel {
    border-radius: 1.25rem;
    transform: perspective(800px) rotateZ(2.4deg) rotateY(-5deg);
  }

  .res-hero .hero-stat-item {
    flex: none;
    max-width: none;
    padding: 0.8rem 0.5rem;
  }

  .res-hero .hero-stat-value {
    font-size: 1.5rem;
  }

  .res-hero .hero-stat-label {
    max-width: none;
  }

  .navbar-dcube .navbar-brand img {
    height: 40px;
  }
}
