/* ============================================================
   DETAIL PAGES — Styles
   ============================================================ */

/* --- Detail Hero --- */
.detail-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
}

.detail-hero--blue {
  background: linear-gradient(135deg, #0F2D5E 0%, #1C4E9D 60%, #26B9F1 100%);
}

.detail-hero--green {
  background: linear-gradient(135deg, #0F2D5E 0%, #1C4E9D 50%, #0d7a3e 100%);
}

.detail-hero--teal {
  background: linear-gradient(135deg, #0F2D5E 0%, #1C4E9D 50%, #1A9FD4 100%);
}

.detail-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 70% 50%, rgba(38, 185, 241, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(28, 78, 157, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.detail-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.detail-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  margin-bottom: 24px;
  transition: color 0.3s;
}

.detail-back:hover {
  color: var(--secondary);
}

.detail-tag {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--secondary);
  background: rgba(38, 185, 241, 0.12);
  border: 1px solid rgba(38, 185, 241, 0.25);
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 20px;
}

.detail-hero h1 {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 20px;
}

.detail-hero-desc {
  font-size: 1.1875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin-bottom: 32px;
}

.detail-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* --- Detail Features Grid --- */
.detail-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.detail-feature-card {
  background: var(--white);
  border: 1px solid var(--neutral-border);
  border-radius: var(--radius-md);
  padding: 32px 28px;
  transition: all var(--transition);
}

.detail-feature-card:hover {
  border-color: transparent;
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

.detail-feature-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}

.detail-feature-card h3 {
  font-size: 1.0625rem;
  margin-bottom: 10px;
  color: var(--primary);
}

.detail-feature-card p {
  font-size: 0.9375rem;
  color: var(--neutral-mid);
  line-height: 1.6;
}

/* --- Animated Speed Planning Map --- */
.speed-planning-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(38, 185, 241, 0.1) 0%, transparent 30%),
    radial-gradient(circle at 80% 78%, rgba(28, 78, 157, 0.12) 0%, transparent 28%),
    linear-gradient(180deg, #07192f 0%, #0a2142 100%);
  overflow: hidden;
}

.speed-planning-header h2 {
  color: var(--white);
}

.speed-planning-header .section-subtitle {
  color: rgba(255, 255, 255, 0.68);
}

.speed-planning-stage {
  position: relative;
  min-height: 620px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 100%, rgba(94, 205, 245, 0.18) 0%, transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  overflow: hidden;
  isolation: isolate;
}

.speed-planning-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(38, 185, 241, 0.08), rgba(38, 185, 241, 0.02));
  background-size: 22px 22px, 100% 100%;
  opacity: 0.28;
  pointer-events: none;
}

.speed-planning-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.speed-planning-lines marker path {
  fill: rgba(255, 255, 255, 0.9);
}

.speed-planning-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 2.5;
  stroke-linecap: round;
  marker-end: url(#speed-plan-arrow);
  stroke-dasharray: 14 18;
  animation: speedPlanningFlow 7s linear infinite;
}

.line-1 { animation-delay: 0s; }
.line-2 { animation-delay: 0.4s; }
.line-3 { animation-delay: 0.8s; }
.line-4 { animation-delay: 1.2s; }
.line-5 { animation-delay: 1.6s; }
.line-6 { animation-delay: 2s; }
.line-7 { animation-delay: 2.4s; }
.line-8 { animation-delay: 2.8s; }
.line-9 { animation-delay: 3.2s; }
.line-10 { animation-delay: 3.6s; }
.line-11 { animation-delay: 4s; }
.line-12 { animation-delay: 4.4s; }
.line-13 { animation-delay: 4.8s; }

.speed-planning-trace {
  fill: none;
  stroke: #26b9f1;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(38, 185, 241, 0.75));
  opacity: 0;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: speedPlanningTrace 10s ease-out infinite;
}

.trace-1 { animation-delay: 0.2s; }
.trace-2 { animation-delay: 1s; }
.trace-3 { animation-delay: 1.8s; }
.trace-4 { animation-delay: 2.6s; }
.trace-5 { animation-delay: 3.4s; }
.trace-6 { animation-delay: 4.2s; }
.trace-7 { animation-delay: 5s; }
.trace-8 { animation-delay: 5.8s; }
.trace-9 { animation-delay: 6.6s; }

.speed-light-arrow {
  position: absolute;
  left: 10%;
  top: 52%;
  width: 78%;
  height: 44px;
  transform: translateY(-50%) scaleX(0.02);
  transform-origin: left center;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(38, 185, 241, 0.98), rgba(28, 78, 157, 0.96));
  clip-path: polygon(0 22%, 82% 22%, 82% 0, 100% 50%, 82% 100%, 82% 78%, 0 78%);
  opacity: 0;
  z-index: 0;
  box-shadow: 0 0 32px rgba(38, 185, 241, 0.45);
  animation: speedLightArrow 10s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.speed-light-arrow::before {
  content: '';
  position: absolute;
  inset: -20px -8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(38, 185, 241, 0.2), rgba(38, 185, 241, 0.65), rgba(38, 185, 241, 0.08));
  filter: blur(18px);
  opacity: 0.9;
}

.speed-light-arrow::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
  transform: translateX(-120%);
  animation: speedLightArrowShimmer 1s linear infinite;
}

.speed-light-arrow span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-shadow: 0 0 14px rgba(6, 23, 46, 0.4);
  opacity: 0;
  animation: speedLightLabel 10s ease infinite;
}

.speed-production-burst {
  position: absolute;
  left: 91%;
  top: 45%;
  width: 170px;
  height: 170px;
  transform: translate(-50%, -50%) scale(0.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(38, 185, 241, 0.68) 0%, rgba(38, 185, 241, 0.28) 26%, rgba(38, 185, 241, 0.05) 52%, transparent 72%);
  opacity: 0;
  filter: blur(4px);
  z-index: 0;
  animation: speedProductionBurst 10s ease-out infinite;
}

.speed-production-burst::before,
.speed-production-burst::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.speed-production-burst::before {
  animation: speedProductionRing 10s ease-out infinite;
}

.speed-production-burst::after {
  animation: speedProductionRing 10s ease-out infinite 0.22s;
}

.speed-planning-node {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: var(--white);
  animation: speedPlanningNodeFloat 5.6s ease-in-out infinite, speedPlanningNodeCollapse 10s ease-in-out infinite;
  animation-delay: var(--node-delay, 0s), 0s;
}

.speed-planning-node h3 {
  color: var(--white);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
}

.speed-planning-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.node-sales { left: 2%; top: 36%; --node-delay: 0s; }
.node-bom { left: 20%; top: 8%; --node-delay: 0.6s; }
.node-rop { left: 37%; top: 8%; --node-delay: 1.1s; }
.node-mrp { left: 27%; top: 45%; --node-delay: 0.3s; }
.node-purchase { left: 28%; top: 76%; --node-delay: 1.4s; }
.node-workorders { left: 46%; top: 37%; --node-delay: 0.9s; }
.node-quality-spec { left: 60%; top: 76%; --node-delay: 1.8s; }
.node-wms { left: 73%; top: 8%; --node-delay: 0.4s; }
.node-machine { left: 72%; top: 37%; --node-delay: 1.2s; }
.node-shipping { left: 91%; top: 8%; --node-delay: 1.9s; }
.node-production {
  left: 90%;
  top: 39%;
  z-index: 2;
  --node-delay: 0.7s;
  animation: speedPlanningNodeFloat 5.6s ease-in-out infinite, speedPlanningProductionFocus 10s ease-in-out infinite;
  animation-delay: var(--node-delay, 0s), 0s;
}
.node-quality-control { left: 89%; top: 76%; --node-delay: 1.6s; }

.node-production .speed-planning-icon {
  animation: speedPlanningProductionCore 10s ease-in-out infinite;
}

.node-production h3 {
  animation: speedPlanningProductionText 10s ease-in-out infinite;
}

@keyframes speedPlanningFlow {
  0% { stroke-dashoffset: 0; opacity: 0.4; }
  50% { opacity: 1; }
  100% { stroke-dashoffset: -64; opacity: 0.45; }
}

@keyframes speedPlanningTrace {
  0%, 8% { opacity: 0; stroke-dashoffset: 1000; }
  20% { opacity: 1; }
  38% { opacity: 1; stroke-dashoffset: 0; }
  55%, 100% { opacity: 0; stroke-dashoffset: -180; }
}

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

@keyframes speedPlanningNodeCollapse {
  0%, 70% { opacity: 1; filter: none; }
  82% { opacity: 0.18; filter: blur(1px); }
  90% { opacity: 0.08; filter: blur(2px); }
  100% { opacity: 1; filter: none; }
}

@keyframes speedPlanningProductionFocus {
  0%, 68% { opacity: 1; }
  78% { opacity: 1; transform: translateY(-8px) scale(1.02); }
  86% { opacity: 1; transform: translateY(-10px) scale(1.08); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes speedPlanningProductionCore {
  0%, 68% { box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.06); }
  78% { box-shadow: 0 0 24px rgba(38, 185, 241, 0.4), 0 16px 30px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.08); }
  86% { box-shadow: 0 0 44px rgba(38, 185, 241, 0.82), 0 0 88px rgba(38, 185, 241, 0.45), 0 16px 30px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
  100% { box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.06); }
}

@keyframes speedPlanningProductionText {
  0%, 70% { text-shadow: none; }
  84% { text-shadow: 0 0 18px rgba(38, 185, 241, 0.8); }
  100% { text-shadow: none; }
}

@keyframes speedLightArrow {
  0%, 64% { opacity: 0; transform: translateY(-50%) scaleX(0.02); }
  72% { opacity: 0.95; transform: translateY(-50%) scaleX(0.35); }
  84% { opacity: 1; transform: translateY(-50%) scaleX(1); }
  90% { opacity: 0.9; transform: translateY(-50%) scaleX(1.03); }
  100% { opacity: 0; transform: translateY(-50%) scaleX(1.08); }
}

@keyframes speedLightArrowShimmer {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(150%); }
}

@keyframes speedLightLabel {
  0%, 72% { opacity: 0; }
  78%, 88% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes speedProductionBurst {
  0%, 78% { opacity: 0; transform: translate(-50%, -50%) scale(0.2); }
  86% { opacity: 0.95; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.35); }
}

@keyframes speedProductionRing {
  0%, 80% { opacity: 0; transform: scale(0.25); }
  88% { opacity: 0.75; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.45); }
}

/* --- Table --- */
.detail-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-md);
  border: 1px solid var(--neutral-border);
}

.detail-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.detail-table thead {
  background: var(--primary);
  color: var(--white);
}

.detail-table th {
  padding: 16px 24px;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
}

.detail-table td {
  padding: 16px 24px;
  border-top: 1px solid var(--neutral-border);
  color: var(--neutral-dark);
}

.detail-table tbody tr:hover {
  background: var(--neutral-light);
}

.detail-table td strong {
  color: var(--primary);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.0625rem;
}

/* --- Related Products --- */
.detail-related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.detail-related-card {
  display: block;
  text-decoration: none;
  background: var(--white);
  border: 1px solid var(--neutral-border);
  border-radius: var(--radius-md);
  padding: 32px;
  transition: all var(--transition);
}

.detail-related-card:hover {
  border-color: transparent;
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

.detail-related-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 16px;
}

.detail-related-card h3 {
  font-size: 1.125rem;
  color: var(--primary);
  margin-bottom: 8px;
}

.detail-related-card p {
  font-size: 0.9375rem;
  color: var(--neutral-mid);
  line-height: 1.6;
}

/* --- Animated Scheduler Showcase Section --- */
.scheduler-showcase-section {
  padding: 120px 0 140px;
  background:
    radial-gradient(circle at 20% 20%, rgba(38, 185, 241, 0.12) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(94, 205, 245, 0.1) 0%, transparent 28%),
    linear-gradient(180deg, #051427 0%, #081d3c 100%);
  position: relative;
  overflow: hidden;
}

.scheduler-showcase-header {
  text-align: center;
  margin-bottom: 56px;
}

.scheduler-showcase-header h2 {
  color: var(--white);
}

.scheduler-showcase-header .section-subtitle {
  color: rgba(255, 255, 255, 0.68);
}

.scheduler-showcase {
  position: relative;
  min-height: 720px;
}

.scheduler-stage-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.45;
  pointer-events: none;
}

.scheduler-stage-glow-left {
  left: 0;
  top: 160px;
  background: rgba(38, 185, 241, 0.28);
}

.scheduler-stage-glow-right {
  right: 0;
  bottom: 120px;
  background: rgba(28, 78, 157, 0.28);
}

.scheduler-tablet-wrap {
  display: flex;
  justify-content: center;
  perspective: 1400px;
}

.scheduler-tablet {
  width: min(100%, 920px);
  padding: 18px;
  border-radius: 36px;
  background: linear-gradient(145deg, #111111, #2b2b2b);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.08);
  position: relative;
  transform: rotateX(10deg) rotateY(-12deg) rotateZ(2deg);
  animation: schedulerTabletFloat 6s ease-in-out infinite;
}

.scheduler-tablet-camera {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 84px;
  height: 8px;
  margin-left: -42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.scheduler-screen {
  background: #f9fbff;
  border-radius: 24px;
  overflow: hidden;
  min-height: 460px;
  box-shadow: inset 0 0 0 1px rgba(28, 78, 157, 0.08);
}

.scheduler-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  background: linear-gradient(135deg, #ffffff, #eef5ff);
  border-bottom: 1px solid rgba(28, 78, 157, 0.1);
}

.scheduler-toolbar-brand,
.scheduler-toolbar-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--primary-dark);
}

.scheduler-toolbar-meta {
  color: var(--neutral-mid);
  font-weight: 600;
}

.scheduler-toolbar-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 18px rgba(38, 185, 241, 0.55);
}

.scheduler-grid-shell {
  padding: 18px 18px 24px;
}

.scheduler-grid-head {
  display: grid;
  grid-template-columns: 120px repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 14px;
  color: var(--neutral-mid);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.scheduler-grid-head span:first-child {
  color: var(--primary-dark);
}

.scheduler-grid-body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scheduler-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  align-items: center;
}

.scheduler-resource {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary-dark);
}

.scheduler-track {
  position: relative;
  height: 52px;
  border-radius: 14px;
  background:
    repeating-linear-gradient(
      to right,
      rgba(28, 78, 157, 0.05) 0,
      rgba(28, 78, 157, 0.05) calc(16.66% - 1px),
      rgba(28, 78, 157, 0.12) calc(16.66% - 1px),
      rgba(28, 78, 157, 0.12) 16.66%
    ),
    #ffffff;
  box-shadow: inset 0 0 0 1px rgba(28, 78, 157, 0.06);
  overflow: hidden;
}

.scheduler-bar {
  position: absolute;
  top: 50%;
  height: 10px;
  margin-top: -5px;
  border-radius: 999px;
  transform-origin: left center;
  animation: schedulerBarPulse 4.5s ease-in-out infinite;
}

.scheduler-bar::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08));
  transform: translateX(-100%);
  animation: schedulerShimmer 3.6s linear infinite;
}

.scheduler-bar-orange { background: linear-gradient(90deg, #ff9966, #ff7f50); }
.scheduler-bar-green { background: linear-gradient(90deg, #68d391, #48bb78); }
.scheduler-bar-blue { background: linear-gradient(90deg, #63b3ed, #4299e1); }
.scheduler-bar-gray { background: linear-gradient(90deg, #cbd5e1, #94a3b8); }

.scheduler-bar-a { left: 8%; width: 20%; animation-delay: 0s; }
.scheduler-bar-b { left: 38%; width: 42%; animation-delay: 0.9s; }
.scheduler-bar-c { left: 18%; width: 34%; animation-delay: 0.3s; }
.scheduler-bar-d { left: 58%; width: 16%; animation-delay: 1.2s; }
.scheduler-bar-e { left: 10%; width: 14%; animation-delay: 0.5s; }
.scheduler-bar-f { left: 44%; width: 31%; animation-delay: 1.1s; }
.scheduler-bar-g { left: 12%; width: 26%; animation-delay: 0.4s; }
.scheduler-bar-h { left: 47%; width: 36%; animation-delay: 1.4s; }
.scheduler-bar-i { left: 22%; width: 22%; animation-delay: 0.8s; }
.scheduler-bar-j { left: 56%; width: 24%; animation-delay: 1.6s; }

.scheduler-now-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 46%;
  width: 2px;
  background: linear-gradient(180deg, rgba(38, 185, 241, 0), rgba(38, 185, 241, 1), rgba(38, 185, 241, 0));
  box-shadow: 0 0 22px rgba(38, 185, 241, 0.7);
  animation: schedulerNowMove 7s ease-in-out infinite;
}

.scheduler-badges {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: -56px;
  position: relative;
  z-index: 3;
}

.scheduler-badge {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, #0f73b7, #1aa6e3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  color: var(--white);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: 0 26px 44px rgba(6, 23, 46, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  animation: schedulerBadgeFloat 5.5s ease-in-out infinite;
}

.scheduler-badge span {
  display: block;
}

.scheduler-badge-1 { animation-delay: 0s; }
.scheduler-badge-2 { animation-delay: 0.8s; }
.scheduler-badge-3 { animation-delay: 1.6s; }
.scheduler-badge-4 { animation-delay: 2.4s; }
.scheduler-badge-5 { animation-delay: 3.2s; }

@keyframes schedulerTabletFloat {
  0%, 100% { transform: rotateX(10deg) rotateY(-12deg) rotateZ(2deg) translateY(0); }
  50% { transform: rotateX(12deg) rotateY(-10deg) rotateZ(1deg) translateY(-10px); }
}

@keyframes schedulerBarPulse {
  0%, 100% { transform: scaleX(0.96); opacity: 0.92; }
  50% { transform: scaleX(1.04); opacity: 1; }
}

@keyframes schedulerShimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(220%); }
}

@keyframes schedulerNowMove {
  0%, 100% { left: 44%; }
  50% { left: 72%; }
}

@keyframes schedulerBadgeFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.02); }
}

/* --- Carbon Showcase Section --- */
.carbon-showcase-section {
  padding: 120px 0 140px;
  background: radial-gradient(circle at center, #0e201b 0%, #06100d 100%);
  position: relative;
  overflow: hidden;
}

.carbon-showcase-header {
  text-align: center;
  margin-bottom: 54px;
}

.carbon-showcase-header .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #11abc1;
  margin-bottom: 16px;
  background: transparent;
  border: none;
  padding: 0;
}
.carbon-showcase-header .section-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #11abc1;
}

.carbon-showcase-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.carbon-showcase-header .section-subtitle {
  font-size: 1rem;
  color: #a1b0a9;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

.carbon-showcase {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 520px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.02);
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 20px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Core Orbit Setup */
.carbon-orbit-core {
  position: absolute;
  top: 50%;
  left: 36%;
  transform: translate(-50%, -50%);
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(16, 218, 102, 0.15) 0%, rgba(16, 218, 102, 0) 70%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

.carbon-core-kicker {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #a1b0a9;
  font-weight: 700;
  margin-bottom: 6px;
}

.carbon-orbit-core strong {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 6px;
}

.carbon-orbit-core p {
  font-size: 0.6875rem;
  color: #a1b0a9;
  max-width: 140px;
  line-height: 1.4;
  margin: 0;
}

.carbon-orbit-core::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid rgba(81, 255, 149, 0.5);
}

/* Rings */
.carbon-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}

.carbon-ring-inner {
  width: 220px;
  height: 220px;
  border: 1px dashed rgba(81, 255, 149, 0.4);
  box-shadow: inset 0 0 40px rgba(81, 255, 149, 0.1);
  animation: carbonOrbitRotate 40s linear infinite;
}

.carbon-ring-outer {
  width: 260px;
  height: 260px;
  border: 1px solid rgba(81, 255, 149, 0.2);
  background: radial-gradient(circle, transparent 60%, rgba(81, 255, 149, 0.05) 100%);
}

/* Nodes */
.carbon-source {
  position: absolute;
  padding: 16px 20px;
  background: rgba(28, 43, 36, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
  z-index: 5;
  transition: all 0.3s ease;
  min-width: 140px;
}

.carbon-source:hover {
  border-color: rgba(81, 255, 149, 0.4);
  box-shadow: 0 10px 30px rgba(81, 255, 149, 0.15);
}

.carbon-source span {
  font-size: 0.625rem;
  color: #a1b0a9;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 2px;
}

.carbon-source strong {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
}

.carbon-source-energy { top: 18%; left: 5%; }
.carbon-source-logistics { bottom: 18%; left: 8%; }
.carbon-source-production { top: 16%; left: 45%; }
.carbon-source-supply { bottom: 18%; left: 46%; }

/* Flows */
.carbon-flow {
  position: absolute;
  z-index: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.06);
  opacity: 1;
  transform-origin: left center;
  overflow: hidden;
}
.carbon-flow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: linear-gradient(90deg, transparent, rgba(81, 255, 149, 1), transparent);
  box-shadow: 0 0 10px rgba(81, 255, 149, 0.8);
  animation: tracePulse 2.5s ease-in-out infinite;
}

.carbon-flow-a { top: 24%; left: 20%; width: 15%; transform: rotate(20deg); }
.carbon-flow-b { top: 76%; left: 23%; width: 13%; transform: rotate(-35deg); animation-delay: 0.5s; }
.carbon-flow-c { top: 22%; left: 44%; width: 12%; transform: rotate(180deg); transform-origin: right center; animation-delay: 1s; }
.carbon-flow-d { top: 76%; left: 45%; width: 14%; transform: rotate(150deg); transform-origin: right center; animation-delay: 0.3s; }

/* Interactive Panel */
.carbon-ledger-panel {
  position: absolute;
  top: 15%;
  right: 5%;
  width: 320px;
  background: rgba(28, 43, 36, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  z-index: 15;
}

.carbon-ledger-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}

.carbon-ledger-head span:first-child {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #e2e8f0;
}

.carbon-ledger-head span:last-child {
  font-size: 0.6875rem;
  color: #a1b0a9;
  background: rgba(255, 255, 255, 0.06);
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 500;
}

.carbon-progress-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.carbon-progress-item span {
  display: block;
  font-size: 0.6875rem;
  color: #a1b0a9;
  margin-bottom: 6px;
}

.carbon-progress-bar {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  overflow: hidden;
}

.carbon-progress-bar span {
  display: block;
  height: 100%;
  background: #51ff95;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(81, 255, 149, 0.4);
  animation: carbonBarFill 1.5s ease-out forwards;
  transform-origin: left;
}

/* Target Card */
.carbon-target-card {
  position: absolute;
  bottom: 8%;
  right: 18%;
  background: #112d22;
  padding: 24px 20px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(81, 255, 149, 0.15);
  width: 160px;
  z-index: 16;
}

.carbon-target-card span {
  display: block;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #a1b0a9;
  font-weight: 700;
  margin-bottom: 8px;
}

.carbon-target-card strong {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
  color: #fff;
  margin-right: 6px;
}

.carbon-target-card small {
  font-size: 0.6875rem;
  color: #a1b0a9;
  line-height: 1.3;
  display: inline;
}

/* Animations */
@keyframes carbonOrbitRotate {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes tracePulse {
  0% { left: -40px; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

@keyframes carbonBarFill {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@media (max-width: 1024px) {
  .carbon-showcase { height: auto; min-height: 500px; }
  .carbon-orbit-core { left: 50%; top: 40%; }
  .carbon-source-energy { top: 5%; left: 5%; }
  .carbon-source-production { top: 5%; left: auto; right: 5%; }
  .carbon-source-logistics { bottom: 35%; left: 5%; }
  .carbon-source-supply { bottom: 35%; left: auto; right: 5%; }
  .carbon-ledger-panel { top: auto; bottom: 5%; left: 50%; transform: translateX(-50%); width: 90%; }
  .carbon-target-card { display: none; }
  .carbon-flow { display: none; }
}

@media (max-width: 768px) {
  .carbon-showcase-section { padding: 80px 0; }
  .carbon-showcase {
    background: transparent; border: none; box-shadow: none; display: flex; flex-direction: column; gap: 16px; min-height: auto;
  }
  .carbon-orbit-core, .carbon-source, .carbon-ledger-panel {
    position: relative; left: auto; top: auto; right: auto; bottom: auto; transform: none; width: 100%; max-width: 100%;
  }
  .carbon-orbit-core { height: 200px; margin-bottom: 24px; background: transparent; }
  .carbon-source { padding: 20px; flex-direction: row; justify-content: space-between; align-items: center; }
  .carbon-source span { margin-bottom: 0; }
  .carbon-ring-outer { display: none; }
}

/* --- CMMS Showcase Section --- */
.cmms-showcase-section {
  padding: 120px 0 140px;
  background: radial-gradient(circle at center, #0a1f33 0%, #05101a 100%);
  position: relative;
  overflow: hidden;
}

.cmms-showcase-header {
  text-align: center;
  margin-bottom: 54px;
}
.cmms-showcase-header .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #1A9FD4;
  margin-bottom: 16px;
  background: transparent;
  border: none;
  padding: 0;
}
.cmms-showcase-header .section-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #1A9FD4;
}
.cmms-showcase-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.cmms-showcase-header .section-subtitle {
  font-size: 1rem;
  color: #94a3b8;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

.cmms-showcase {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 520px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.02);
  background-image: 
    linear-gradient(rgba(26, 159, 212, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 159, 212, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  background-position: center;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
}

/* Machine Card */
.cmms-machine-card {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  width: 280px;
  padding: 24px;
  background: rgba(15, 31, 51, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  z-index: 5;
  overflow: hidden;
}

.cmms-chip {
  align-self: flex-start;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1A9FD4;
  font-weight: 700;
  margin-bottom: 12px;
  padding: 4px 10px;
  background: rgba(26, 159, 212, 0.15);
  border-radius: 99px;
  border: 1px solid rgba(26, 159, 212, 0.3);
}

.cmms-machine-card strong {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}

.cmms-machine-card p {
  font-size: 0.8125rem;
  color: #94a3b8;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.cmms-health-track {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.cmms-health-track span {
  display: block;
  width: 65%;
  height: 100%;
  background: linear-gradient(90deg, #1A9FD4, #51ff95);
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(81, 255, 149, 0.4);
  animation: carbonBarFill 1.5s ease-out forwards;
}

.cmms-gear-wrap {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 140px;
  height: 140px;
  opacity: 0.1;
  pointer-events: none;
  z-index: 1;
}
.cmms-gear {
  position: absolute;
  border: 6px dashed #fff;
  border-radius: 50%;
}
.cmms-gear-lg {
  width: 100px;
  height: 100px;
  right: 20px;
  bottom: 20px;
  animation: cmmsGearRotate 10s linear infinite;
}
.cmms-gear-sm {
  width: 60px;
  height: 60px;
  right: 80px;
  bottom: 80px;
  animation: cmmsGearRotate 6s linear infinite reverse;
}

/* Flows */
.cmms-flow {
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}
.cmms-flow::before {
  content: '';
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(26, 159, 212, 1), transparent);
  box-shadow: 0 0 10px rgba(26, 159, 212, 0.8);
}
.cmms-flow-h {
  top: 50%;
  left: 34%;
  width: 12%;
  height: 2px;
}
.cmms-flow-h::before {
  left: 0; top: 0; width: 60px; height: 100%;
  animation: tracePulseH 2.5s ease-in-out infinite;
}
.cmms-flow-v {
  top: 15%;
  left: 46%;
  width: 2px;
  height: 70%;
}
.cmms-flow-v::before {
  left: 0; top: 0; width: 100%; height: 60px;
  background: linear-gradient(180deg, transparent, rgba(26, 159, 212, 1), transparent);
  animation: tracePulseV 3s ease-in-out infinite;
}

/* Command Panel */
.cmms-command-panel {
  position: absolute;
  top: 10%;
  right: 6%;
  width: 440px;
  background: rgba(10, 20, 36, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.cmms-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 20px;
}

.cmms-panel-head span:first-child {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cmms-panel-head span:last-child {
  font-size: 0.625rem;
  color: #51ff95;
  background: rgba(81, 255, 149, 0.1);
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cmms-panel-head span:last-child::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #51ff95;
  border-radius: 50%;
  box-shadow: 0 0 6px #51ff95;
  animation: cmmsPulseDot 2s infinite;
}

.cmms-command-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.cmms-command-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 16px;
  border-radius: 12px;
  border-left: 3px solid #1A9FD4;
}

.cmms-command-item span {
  font-size: 0.8125rem;
  color: #94a3b8;
}

.cmms-command-item strong {
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 600;
}

.cmms-task-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.cmms-task-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
  transition: all 0.3s ease;
}

.cmms-task-card:hover {
  background: rgba(26, 159, 212, 0.05);
  border-color: rgba(26, 159, 212, 0.3);
  transform: translateY(-2px);
}

.cmms-task-card span {
  display: block;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #1A9FD4;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 8px;
}

.cmms-task-card strong {
  display: block;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}

/* Floating Cards */
.cmms-floating-card {
  position: absolute;
  background: rgba(15, 31, 51, 0.95);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(26, 159, 212, 0.2);
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  z-index: 15;
  animation: carbonNodesFloat 6s ease-in-out infinite;
}

.cmms-floating-card span {
  font-size: 0.625rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.cmms-floating-card strong {
  font-size: 0.875rem;
  color: #fff;
}

.cmms-card-spare { top: 12%; left: 28%; animation-delay: 0s; }
.cmms-card-mobile { bottom: 12%; left: 28%; animation-delay: 1.5s; }
.cmms-card-kpi { bottom: 20%; right: 48%; animation-delay: 0.8s; }

/* Animations */
@keyframes cmmsGearRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes tracePulseH {
  0% { left: -60px; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}
@keyframes tracePulseV {
  0% { top: -60px; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}
@keyframes cmmsPulseDot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

@media (max-width: 1024px) {
  .cmms-showcase { height: auto; min-height: 520px; }
  .cmms-machine-card { left: 2%; transform: translateY(-50%) scale(0.9); }
  .cmms-command-panel { right: 2%; transform: scale(0.9); transform-origin: right top; }
  .cmms-card-spare { left: 25%; }
  .cmms-card-mobile { left: 20%; }
}

@media (max-width: 768px) {
  .cmms-showcase-section { padding: 80px 0; }
  .cmms-showcase {
    background: transparent; border: none; box-shadow: none; display: flex; flex-direction: column; gap: 16px; min-height: auto;
  }
  .cmms-machine-card, .cmms-command-panel, .cmms-floating-card {
    position: relative; left: auto; top: auto; right: auto; bottom: auto; transform: none; width: 100%; max-width: 100%;
    animation: none;
  }
  .cmms-flow, .cmms-gear-wrap { display: none; }
  .cmms-task-grid { grid-template-columns: 1fr; }
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .detail-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .speed-planning-stage {
    min-height: 860px;
  }

  .speed-light-arrow {
    left: 12%;
    top: 47%;
    width: 72%;
  }

  .speed-production-burst {
    left: 86%;
    top: 42%;
  }

  .node-sales { left: 4%; top: 33%; }
  .node-bom { left: 17%; top: 6%; }
  .node-rop { left: 35%; top: 6%; }
  .node-mrp { left: 22%; top: 34%; }
  .node-purchase { left: 18%; top: 69%; }
  .node-workorders { left: 44%; top: 34%; }
  .node-quality-spec { left: 52%; top: 70%; }
  .node-wms { left: 67%; top: 6%; }
  .node-machine { left: 66%; top: 34%; }
  .node-shipping { left: 84%; top: 6%; }
  .node-production { left: 84%; top: 36%; }
  .node-quality-control { left: 83%; top: 71%; }

  .scheduler-tablet {
    transform: rotateX(8deg) rotateY(-8deg) rotateZ(1deg);
  }

  .scheduler-badges {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    justify-content: center;
  }

  .scheduler-badge {
    max-width: 180px;
    justify-self: center;
  }
}

@media (max-width: 768px) {
  .detail-hero {
    min-height: auto;
    padding: 120px 0 60px;
  }

  .detail-hero h1 {
    font-size: 2.5rem;
  }

  .detail-hero-desc {
    font-size: 1rem;
  }

  .detail-features-grid {
    grid-template-columns: 1fr;
  }

  .detail-related {
    grid-template-columns: 1fr;
  }

  .detail-hero-actions {
    flex-direction: column;
  }

  .speed-planning-stage {
    min-height: auto;
    padding: 24px 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 14px;
  }

  .speed-planning-lines {
    display: none;
  }

  .speed-light-arrow,
  .speed-production-burst {
    display: none;
  }

  .speed-planning-node {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 16px 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .speed-planning-node h3 {
    font-size: 0.9375rem;
  }

  .speed-planning-icon {
    width: 60px;
    height: 60px;
    font-size: 1.625rem;
    border-radius: 18px;
  }

  .node-quality-control {
    grid-column: 1 / -1;
    max-width: 220px;
    justify-self: center;
  }

  .scheduler-showcase-section {
    padding: 88px 0 96px;
  }

  .scheduler-showcase {
    min-height: auto;
  }

  .scheduler-tablet {
    padding: 12px;
    border-radius: 24px;
    transform: none;
    animation: none;
  }

  .scheduler-screen {
    min-height: 320px;
    border-radius: 16px;
  }

  .scheduler-toolbar {
    padding: 12px 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .scheduler-grid-shell {
    padding: 12px;
  }

  .scheduler-grid-head,
  .scheduler-row {
    grid-template-columns: 88px 1fr;
    gap: 8px;
  }

  .scheduler-grid-head {
    font-size: 0.5625rem;
  }

  .scheduler-resource {
    font-size: 0.625rem;
  }

  .scheduler-track {
    height: 40px;
  }

  .scheduler-badges {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
  }

  .scheduler-badge {
    max-width: 180px;
    padding: 18px;
    font-size: 0.8125rem;
  }

  .scheduler-badge-5 {
    grid-column: 1 / -1;
  }
}
