/* =================================================================
   BURRI STUDIO — DISCORD SYSTEMS
   Rich Discord-infrastructure showcase. Matches the VP/WebDev
   header system; adapts Discord UI to the ice-blue design language.
   ================================================================= */

section.ds-section {
  position: relative; overflow: hidden; background: var(--bg);
  padding: 32px 0 var(--section-py);
}
.ds-atmo {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 48% 36% at 28% 16%, rgba(56,109,255,0.05), transparent 60%),
    radial-gradient(ellipse 40% 42% at 78% 78%, rgba(100,181,255,0.03), transparent 62%);
}
.ds-section .container { position: relative; z-index: 1; }

/* ---------- Header (identical system to VP) ---------- */
.ds-header {
  text-align: center; max-width: 720px;
  margin: 0 auto 52px; position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center;
}
.ds-header-icon {
  width: 40px; height: 40px; color: var(--ice);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px; opacity: 0.92;
}
.ds-header-icon svg { width: 100%; height: 100%; }
.ds-h2 {
  font-family: var(--font-display); font-size: clamp(40px,5.5vw,72px);
  font-weight: 700; line-height: 1.0; letter-spacing: -0.04em;
  color: var(--text); margin: 0; text-transform: uppercase;
}
.ds-accent { color: var(--ice); }
.ds-bar { width: 48px; height: 3px; background: var(--ice); margin: 12px auto 16px; box-shadow: 0 0 8px var(--ice-glow); }
.ds-lead {
  font-family: var(--font-display); font-size: clamp(18px,2.2vw,24px); font-weight: 300;
  line-height: 1.35; color: var(--text-2); margin: 0 0 16px; letter-spacing: -0.01em;
}
.ds-desc {
  font-family: var(--font-body); font-size: 17px; font-weight: 300;
  line-height: 1.6; color: var(--text-3); margin: 0 auto; max-width: 640px;
}

/* ---------- Main layout: editorial col + dashboard ---------- */
.ds-layout {
  display: grid; grid-template-columns: 256px 1fr; gap: 48px;
  align-items: start; margin-bottom: 64px;
}

/* ----- LEFT editorial services column (mirrors VP) ----- */
.ds-editorial-col { position: relative; padding-top: 4px; }
.ds-edit-eyebrow {
  font-family: var(--font-mono); font-size: 15px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ice-soft);
  margin-bottom: 28px; opacity: 0.95;
}
.ds-edit-list { list-style: none; margin: 0; padding: 0; counter-reset: dsedit; }
.ds-edit-item {
  position: relative; display: flex; gap: 16px; padding: 18px 0;
  border-top: 1px solid var(--hairline);
  transition: transform 0.5s var(--ease-out);
}
.ds-edit-item:last-child { border-bottom: 1px solid var(--hairline); }
.ds-edit-num {
  font-family: var(--font-mono); font-size: 12px; font-weight: 500;
  color: var(--text-4); padding-top: 3px; min-width: 20px;
  transition: color 0.4s var(--ease-out);
}
.ds-edit-body { flex: 1; }
.ds-edit-head { display: flex; align-items: center; gap: 10px; margin-bottom: 5px; }
.ds-edit-ico {
  width: 17px; height: 17px; color: var(--text-3); flex-shrink: 0;
  transition: color 0.4s var(--ease-out), filter 0.4s var(--ease-out);
}
.ds-edit-ico svg { width: 100%; height: 100%; }
.ds-edit-title {
  font-family: var(--font-display); font-size: 16px; font-weight: 500;
  color: var(--text); margin: 0; letter-spacing: -0.01em;
}
.ds-edit-desc {
  font-family: var(--font-body); font-size: 13.5px; font-weight: 300;
  line-height: 1.5; color: var(--text-3); margin: 0;
}
.ds-edit-item:hover { transform: translateX(4px); }
.ds-edit-item:hover .ds-edit-num { color: var(--ice); }
.ds-edit-item:hover .ds-edit-ico { color: var(--ice); filter: drop-shadow(0 0 6px var(--ice-glow)); }

/* ----- RIGHT dashboard mosaic ----- */
.ds-dashboard {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-template-rows: auto auto;
  gap: 16px;
}
.ds-app { grid-column: 1; grid-row: 1 / 3; }
.ds-bot { grid-column: 2; grid-row: 1; }
.ds-analytics { grid-column: 2; grid-row: 2; }

/* Shared panel chrome */
.ds-panel {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.008));
  border: 1px solid var(--hairline-2);
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 30px 70px -40px rgba(0,0,0,0.85);
}

/* =========== Discord app interface =========== */
.ds-app {
  display: grid; grid-template-columns: 60px 188px 1fr 156px;
  min-height: 460px; background: #0A0E16;
}
@media (max-width: 1180px) {
  .ds-app { grid-template-columns: 60px 188px 1fr; }
  .ds-app-members { display: none; }
}

/* Server rail */
.ds-rail {
  background: #070A11; display: flex; flex-direction: column;
  align-items: center; gap: 10px; padding: 12px 0;
}
.ds-rail-item {
  position: relative; width: 38px; height: 38px; border-radius: 50%;
  background: var(--bg-4); display: flex; align-items: center; justify-content: center;
  color: var(--text-2); font-family: var(--font-display); font-weight: 700; font-size: 13px;
  cursor: pointer; transition: border-radius 0.2s var(--ease-out), background 0.2s;
  overflow: hidden;
}
.ds-rail-item img { width: 100%; height: 100%; object-fit: cover; }
.ds-rail-item.is-active { border-radius: 14px; background: var(--ice); color: #fff; }
.ds-rail-item.is-active::before {
  content: ''; position: absolute; left: -12px; top: 50%; transform: translateY(-50%);
  width: 4px; height: 28px; background: #fff; border-radius: 0 4px 4px 0;
}
.ds-rail-item:not(.is-active):hover { border-radius: 14px; background: var(--ice-deep); }
.ds-rail-sep { width: 26px; height: 2px; background: var(--hairline-2); border-radius: 2px; }
.ds-rail-add {
  width: 38px; height: 38px; border-radius: 50%; background: var(--bg-4);
  display: flex; align-items: center; justify-content: center; color: #3BA55D;
  font-size: 20px; cursor: pointer; transition: border-radius 0.2s, background 0.2s, color 0.2s;
}
.ds-rail-add:hover { border-radius: 14px; background: #3BA55D; color: #fff; }

/* Channel sidebar */
.ds-channels { background: #0B0F19; display: flex; flex-direction: column; }
.ds-server-head {
  height: 48px; flex-shrink: 0; padding: 0 16px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--text);
  box-shadow: 0 1px 0 rgba(255,255,255,0.02);
}
.ds-server-head svg { width: 14px; height: 14px; color: var(--text-3); }
.ds-channels-scroll { padding: 12px 8px; overflow: hidden; flex: 1; }
.ds-cat {
  display: flex; align-items: center; gap: 4px;
  font-family: var(--font-mono); font-size: 10px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-4);
  padding: 12px 8px 4px; cursor: default;
}
.ds-cat svg { width: 9px; height: 9px; }
.ds-chan {
  display: flex; align-items: center; gap: 7px;
  padding: 6px 8px; border-radius: 5px; margin: 1px 0;
  font-family: var(--font-body); font-size: 14px; font-weight: 400; color: var(--text-3);
  cursor: pointer; transition: background 0.15s, color 0.15s;
}
.ds-chan svg { width: 15px; height: 15px; opacity: 0.6; flex-shrink: 0; }
.ds-chan:hover { background: rgba(255,255,255,0.03); color: var(--text-2); }
.ds-chan.is-active { background: rgba(56,109,255,0.16); color: #fff; }
.ds-chan.is-active svg { opacity: 1; color: var(--ice-soft); }
.ds-chan .ds-chan-badge {
  margin-left: auto; background: var(--ice); color: #fff;
  font-size: 10px; font-weight: 700; padding: 1px 6px; border-radius: 8px;
  font-family: var(--font-mono);
}

/* User footer in sidebar */
.ds-user {
  height: 50px; flex-shrink: 0; background: #070A11; padding: 0 8px;
  display: flex; align-items: center; gap: 8px;
}
.ds-user-av {
  width: 30px; height: 30px; border-radius: 50%; position: relative;
  background-size: cover; background-position: center; flex-shrink: 0;
}
.ds-user-av::after {
  content: ''; position: absolute; right: -2px; bottom: -2px; width: 11px; height: 11px;
  border-radius: 50%; background: #3BA55D; border: 2.5px solid #070A11;
}
.ds-user-meta { line-height: 1.1; overflow: hidden; }
.ds-user-name { font-family: var(--font-display); font-size: 13px; font-weight: 600; color: var(--text); }
.ds-user-tag { font-family: var(--font-mono); font-size: 10px; color: var(--text-3); }

/* Chat main */
.ds-main { background: #0D1119; display: flex; flex-direction: column; min-width: 0; }
.ds-chan-head {
  height: 48px; flex-shrink: 0; padding: 0 16px; display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid rgba(0,0,0,0.4); box-shadow: 0 1px 0 rgba(255,255,255,0.02);
}
.ds-chan-head .ds-hash { width: 18px; height: 18px; color: var(--text-3); }
.ds-chan-head .ds-chan-name { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--text); }
.ds-chan-head .ds-chan-div { width: 1px; height: 18px; background: var(--hairline-2); margin: 0 4px; }
.ds-chan-head .ds-chan-topic { font-family: var(--font-body); font-size: 12px; color: var(--text-3); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ds-chat { flex: 1; padding: 14px 16px; display: flex; flex-direction: column; gap: 16px; overflow: hidden; }

.ds-msg { display: flex; gap: 12px; }
.ds-msg-av {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  background-size: cover; background-position: center;
}
.ds-msg-av.is-bot { background: var(--ice); display: flex; align-items: center; justify-content: center; }
.ds-msg-av.is-bot svg { width: 20px; height: 20px; color: #fff; }
.ds-msg-body { min-width: 0; }
.ds-msg-head { display: flex; align-items: baseline; gap: 8px; margin-bottom: 3px; }
.ds-msg-name { font-family: var(--font-display); font-size: 14px; font-weight: 600; color: var(--text); }
.ds-msg-name.staff { color: var(--ice-soft); }
.ds-msg-bot-tag {
  background: var(--ice); color: #fff; font-family: var(--font-mono);
  font-size: 9px; font-weight: 700; letter-spacing: 0.04em;
  padding: 1px 5px; border-radius: 4px; text-transform: uppercase;
}
.ds-msg-time { font-family: var(--font-mono); font-size: 10px; color: var(--text-4); }
.ds-msg-text { font-family: var(--font-body); font-size: 14px; font-weight: 300; line-height: 1.45; color: var(--text-2); }

/* Bot embed */
.ds-embed {
  margin-top: 6px; border-left: 3px solid var(--ice);
  background: rgba(255,255,255,0.025); border-radius: 0 6px 6px 0;
  padding: 12px 14px; max-width: 380px;
}
.ds-embed-title { font-family: var(--font-display); font-size: 14px; font-weight: 600; color: var(--ice-soft); margin-bottom: 5px; }
.ds-embed-desc { font-family: var(--font-body); font-size: 13px; font-weight: 300; line-height: 1.5; color: var(--text-3); margin-bottom: 10px; }
.ds-embed-fields { display: flex; gap: 24px; }
.ds-embed-field-k { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-4); margin-bottom: 3px; }
.ds-embed-field-v { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--text); }

/* Typing indicator */
.ds-typing { display: flex; align-items: center; gap: 9px; padding-left: 2px; }
.ds-typing-dots { display: flex; gap: 4px; }
.ds-typing-dots span {
  width: 6px; height: 6px; border-radius: 50%; background: var(--text-3);
  animation: dsTyping 1.4s var(--ease-in-out) infinite;
}
.ds-typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.ds-typing-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes dsTyping {
  0%, 60%, 100% { opacity: 0.3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-3px); }
}
.ds-typing-text { font-family: var(--font-body); font-size: 12px; color: var(--text-3); }
.ds-typing-text b { color: var(--text-2); font-weight: 600; }

/* Member list */
.ds-app-members { background: #0B0F19; padding: 16px 10px; overflow: hidden; }
.ds-mem-cat {
  font-family: var(--font-mono); font-size: 10px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-4);
  padding: 14px 8px 6px;
}
.ds-mem-cat:first-child { padding-top: 0; }
.ds-mem {
  display: flex; align-items: center; gap: 9px; padding: 5px 8px;
  border-radius: 6px; transition: background 0.15s;
}
.ds-mem:hover { background: rgba(255,255,255,0.03); }
.ds-mem-av {
  width: 28px; height: 28px; border-radius: 50%; position: relative; flex-shrink: 0;
  background-size: cover; background-position: center;
}
.ds-mem-av.is-bot { background: var(--ice); display: flex; align-items: center; justify-content: center; }
.ds-mem-av.is-bot svg { width: 15px; height: 15px; color: #fff; }
.ds-mem-av .ds-status {
  position: absolute; right: -1px; bottom: -1px; width: 9px; height: 9px;
  border-radius: 50%; border: 2px solid #0B0F19;
}
.ds-status.online { background: #3BA55D; }
.ds-status.idle { background: #FAA61A; }
.ds-status.dnd { background: #ED4245; }
.ds-mem-name { font-family: var(--font-body); font-size: 13px; font-weight: 400; color: var(--text-3); }
.ds-mem.staff .ds-mem-name { color: var(--ice-soft); font-weight: 500; }
.ds-mem-bot-tag {
  margin-left: auto; background: var(--ice); color: #fff; font-family: var(--font-mono);
  font-size: 8px; font-weight: 700; padding: 1px 4px; border-radius: 3px; text-transform: uppercase;
}

/* =========== Custom Bot panel — premium robot =========== */
.ds-bot { padding: 20px 18px; display: flex; flex-direction: column; align-items: center; }
.ds-robot-stage {
  position: relative; width: 100%; height: 116px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  margin-bottom: 6px;
}
.ds-robot-glow {
  position: absolute; width: 130px; height: 130px; border-radius: 50%;
  background: radial-gradient(circle, rgba(56,109,255,0.28), rgba(56,109,255,0.06) 55%, transparent 72%);
  filter: blur(6px);
  animation: dsRobotBreathe 5s ease-in-out infinite;
}
@keyframes dsRobotBreathe {
  0%, 100% { opacity: 0.55; transform: scale(0.92); }
  50%      { opacity: 1;    transform: scale(1.06); }
}
.ds-robot-float { position: relative; z-index: 1; animation: dsRobotFloat 6s ease-in-out infinite; }
@keyframes dsRobotFloat {
  0%, 100% { transform: translateY(-4px); }
  50%      { transform: translateY(5px); }
}
.ds-robot { width: 104px; height: 104px; display: block; filter: drop-shadow(0 12px 18px rgba(0,0,0,0.5)); }
.ds-robot-eye {
  filter: drop-shadow(0 0 5px rgba(100,181,255,0.9));
  animation: dsEyePulse 3.6s ease-in-out infinite;
}
@keyframes dsEyePulse {
  0%, 92%, 100% { opacity: 1; }
  94%, 96%      { opacity: 0.25; }   /* subtle blink */
}
.ds-robot-antenna { animation: dsAntenna 2.8s ease-in-out infinite; }
@keyframes dsAntenna {
  0%, 100% { opacity: 0.5; r: 3.4px; }
  50%      { opacity: 1;   r: 4.4px; }
}

.ds-bot-title {
  font-family: var(--font-display); font-size: 15px; font-weight: 600;
  letter-spacing: 0.02em; color: var(--text); text-transform: uppercase;
  text-align: center; margin-bottom: 16px;
}
.ds-bot-caps { list-style: none; margin: 0 0 18px; padding: 0; width: 100%; display: flex; flex-direction: column; gap: 11px; }
.ds-bot-caps li {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 13px; font-weight: 300; color: var(--text-2);
}
.ds-bot-caps li svg {
  width: 15px; height: 15px; color: var(--ice-soft); flex-shrink: 0;
  padding: 2px; border-radius: 50%; background: rgba(56,109,255,0.12);
  box-sizing: content-box;
}
.ds-bot-status {
  margin-top: auto; width: 100%; padding-top: 14px; border-top: 1px solid var(--hairline);
  display: flex; align-items: center; justify-content: center; gap: 9px; flex-wrap: wrap;
}
.ds-bot-stat {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.03em; color: var(--text-3);
}
.ds-bot-stat-div { width: 3px; height: 3px; border-radius: 50%; background: var(--text-4); }
.ds-live-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #3BA55D;
  box-shadow: 0 0 0 0 rgba(59,165,93,0.5); animation: dsLive 2.4s ease-out infinite;
}
@keyframes dsLive {
  0% { box-shadow: 0 0 0 0 rgba(59,165,93,0.5); }
  70%, 100% { box-shadow: 0 0 0 6px rgba(59,165,93,0); }
}

@media (prefers-reduced-motion: reduce) {
  .ds-robot-glow, .ds-robot-float, .ds-robot-eye, .ds-robot-antenna { animation: none; }
}

/* =========== Analytics panel =========== */
.ds-analytics { padding: 18px; display: flex; flex-direction: column; }
.ds-stats-row { display: flex; gap: 12px; margin-bottom: 16px; }
.ds-stat { flex: 1; }
.ds-stat-v { font-family: var(--font-display); font-size: 24px; font-weight: 700; color: var(--text); letter-spacing: -0.02em; line-height: 1; }
.ds-stat-v .ds-stat-plus { color: var(--ice); font-size: 16px; }
.ds-stat-k { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-4); margin-top: 5px; }
.ds-stat-trend { font-family: var(--font-mono); font-size: 9.5px; color: #3BA55D; margin-top: 2px; }
.ds-chart { display: flex; align-items: flex-end; gap: 5px; height: 64px; margin-top: auto; }
.ds-chart-bar {
  flex: 1; background: linear-gradient(180deg, var(--ice), var(--ice-deep));
  border-radius: 3px 3px 0 0; min-height: 6px; opacity: 0.85;
  transition: height 0.8s var(--ease-out);
}
.ds-chart-bar.peak { background: linear-gradient(180deg, var(--ice-soft), var(--ice)); opacity: 1; box-shadow: 0 0 12px rgba(100,181,255,0.4); }
.ds-chart-label { display: flex; justify-content: space-between; margin-top: 8px; }
.ds-chart-label span { font-family: var(--font-mono); font-size: 9px; color: var(--text-4); }

/* =========== Workflow timeline =========== */
.ds-workflow {
  position: relative; margin-bottom: 56px; padding: 32px 0 0;
}
.ds-workflow-track {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  position: relative;
}
.ds-workflow-line {
  position: absolute; top: 19px; left: 10%; right: 10%; height: 2px;
  background: var(--hairline-2); z-index: 0; overflow: hidden;
}
.ds-workflow-line::after {
  content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 40%;
  background: linear-gradient(90deg, transparent, var(--ice), transparent);
  animation: dsFlow 4.5s linear infinite;
}
@keyframes dsFlow {
  0% { left: -40%; }
  100% { left: 100%; }
}
.ds-wf-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 8px; }
.ds-wf-node {
  width: 40px; height: 40px; border-radius: 50%; background: var(--bg-2);
  border: 2px solid var(--hairline-3); display: flex; align-items: center; justify-content: center;
  color: var(--text-3); margin-bottom: 14px; position: relative;
  transition: border-color 0.4s, color 0.4s, box-shadow 0.4s;
}
.ds-wf-node svg { width: 18px; height: 18px; }
.ds-wf-step.is-active .ds-wf-node {
  border-color: var(--ice); color: var(--ice-soft);
  box-shadow: 0 0 0 4px rgba(56,109,255,0.12), 0 0 20px -2px var(--ice-glow);
}
.ds-wf-num { font-family: var(--font-mono); font-size: 10px; color: var(--ice); letter-spacing: 0.1em; margin-bottom: 4px; }
.ds-wf-title { font-family: var(--font-display); font-size: 14px; font-weight: 500; color: var(--text-2); letter-spacing: -0.01em; }
.ds-wf-step.is-active .ds-wf-title { color: var(--text); }

/* =========== Feature cards row =========== */
.ds-features {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
}
.ds-feature {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.006));
  border: 1px solid var(--hairline); border-radius: 14px; padding: 22px 18px;
  transition: transform 0.5s var(--ease-out), border-color 0.5s, box-shadow 0.5s;
}
.ds-feature::before {
  content: ''; position: absolute; inset: 0; opacity: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(56,109,255,0.1), transparent 70%);
  transition: opacity 0.5s var(--ease-out);
}
.ds-feature:hover { transform: translateY(-5px); border-color: rgba(56,109,255,0.32); box-shadow: 0 24px 50px -28px rgba(0,0,0,0.8); }
.ds-feature:hover::before { opacity: 1; }
.ds-feature-ico {
  width: 38px; height: 38px; border-radius: 11px; position: relative;
  background: rgba(56,109,255,0.12); border: 1px solid rgba(56,109,255,0.26);
  display: flex; align-items: center; justify-content: center; color: var(--ice-soft);
  margin-bottom: 16px; transition: box-shadow 0.5s;
}
.ds-feature:hover .ds-feature-ico { box-shadow: 0 0 18px -2px var(--ice-glow); }
.ds-feature-ico svg { width: 19px; height: 19px; }
.ds-feature-title {
  font-family: var(--font-display); font-size: 15px; font-weight: 600;
  color: var(--text); margin: 0 0 7px; letter-spacing: -0.01em; position: relative;
}
.ds-feature-desc {
  font-family: var(--font-body); font-size: 13px; font-weight: 300;
  line-height: 1.5; color: var(--text-3); margin: 0; position: relative;
}

/* =========== Responsive =========== */
@media (max-width: 1080px) {
  .ds-layout { grid-template-columns: 1fr; gap: 40px; }
  .ds-dashboard { grid-template-columns: 1fr; }
  .ds-app { grid-column: 1; grid-row: auto; }
  .ds-bot { grid-column: 1; grid-row: auto; }
  .ds-analytics { grid-column: 1; grid-row: auto; }
  .ds-features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .ds-app { grid-template-columns: 56px 1fr; }
  .ds-channels { display: none; }
  .ds-workflow-track { grid-template-columns: 1fr; gap: 14px; }
  .ds-workflow-line { display: none; }
  .ds-wf-step { flex-direction: row; gap: 14px; text-align: left; }
  .ds-wf-node { margin-bottom: 0; }
  .ds-features { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .ds-workflow-line::after, .ds-typing-dots span, .ds-ph-sub .ds-live-dot { animation: none; }
}
