/* Industry landing pages. Uses the marketing design tokens from styles.css
   (--color-accent #6663fd, Aspekta, IBM Plex Mono) and the global .form-* classes
   so the embedded demo form inherits site styling + the shared handleDemoSubmit.
   This stylesheet only loads on /industries/*, so html/body rules are page-scoped. */

/* Free scrolling (site-wide standard); panels stay generous bands. */

.ind {
  --ind-gap: 1.1rem;
  --ind-line: rgba(17, 24, 39, 0.08);
  position: relative;
  z-index: 1;
}
.ind .wrap { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }
.ind-glow { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.ind-glow::before {
  content: ""; position: absolute; top: -40%; right: -10%;
  width: 60vw; aspect-ratio: 1;
  background: radial-gradient(ellipse, rgba(102, 99, 253, 0.1), transparent 62%);
}
.ind-kicker {
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--color-accent-light); margin-bottom: 0.8rem;
}
.ind-kicker a { color: inherit; text-decoration: none; }
.ind-h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.55rem, 2.9vw, 2.3rem); letter-spacing: -0.025em; line-height: 1.1;
  color: var(--color-text); margin: 0; text-wrap: balance;
}
.ind-bd { color: var(--color-text-muted); max-width: 62ch; font-size: 1.04rem; line-height: 1.6; margin-top: 0.9rem; }

/* ===== PANELS (scroll-snap) ===== */
.ind-panel {
  position: relative;
  min-height: 82svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 0 4rem;
}
.ind-hero-panel { overflow: hidden; padding-top: 3.5rem; }
.ind-diagram-panel, .ind-app-panel { border-top: 1px solid var(--ind-line); }

/* ===== HERO ===== */
.ind-hero { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3.5rem; align-items: center; }
.ind-hero-eyebrow { font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-accent-light); }
.ind-hero h1 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem); line-height: 1.03; letter-spacing: -0.035em;
  margin: 1rem 0 0; color: var(--color-text); text-wrap: balance;
}
.ind-hero h1 em { font-style: normal; color: var(--color-accent-light); }
.ind-hero .ind-sub { margin-top: 1.35rem; font-size: 1.14rem; line-height: 1.55; color: var(--color-text-muted); max-width: 40ch; }
.ind-trust { display: flex; flex-wrap: wrap; gap: 0.65rem 1.4rem; margin-top: 2rem; }
.ind-trust .t { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--color-text-muted); }
.ind-trust .t i { width: 15px; height: 15px; color: var(--color-accent-light); }

.ind-hero-copy > * { opacity: 0; transform: translateY(12px); animation: indUp 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) forwards; }
.ind-hero-copy > :nth-child(1) { animation-delay: 0.05s; }
.ind-hero-copy > :nth-child(2) { animation-delay: 0.13s; }
.ind-hero-copy > :nth-child(3) { animation-delay: 0.21s; }
.ind-hero-copy > :nth-child(4) { animation-delay: 0.29s; }
.ind-form-card { opacity: 0; transform: translateY(12px); animation: indUp 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) 0.22s forwards; }
@keyframes indUp { to { opacity: 1; transform: none; } }

.ind-form-card {
  background: #fff;
  border: 1px solid var(--color-border); border-radius: 18px; padding: 1.6rem;
  box-shadow: 0 8px 24px -12px rgba(16, 17, 20, 0.1), var(--shadow-accent);
}
.ind-form-card h2 { font-size: 1.2rem; font-weight: 600; color: var(--color-text); letter-spacing: -0.01em; }
.ind-form-card .ind-form-sub { font-size: 0.86rem; color: var(--color-text-muted); margin-top: 0.35rem; line-height: 1.45; }
.ind-form-card form { margin-top: 1.1rem; }
.ind-form-card .form-privacy-note { font-size: 0.68rem; color: var(--color-text-dim); line-height: 1.45; margin-top: 0.85rem; }
.ind-form-card .form-privacy-note a { color: var(--color-accent-light); }

.ind-scrollhint {
  position: absolute; bottom: 1.4rem; left: 50%; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: none; border: 0; cursor: pointer;
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--color-text-dim);
}
.ind-scrollhint i { width: 16px; height: 16px; animation: indBob 1.8s ease-in-out infinite; }
@keyframes indBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

/* ===== SIGNATURE DIAGRAM ===== */
.ind-diagram { margin-top: 1.75rem; background: radial-gradient(60% 90% at 55% 50%, rgba(102, 99, 253, 0.08), transparent 70%), var(--color-surface); border: 1px solid var(--color-border); border-radius: 18px; padding: 1.5rem; }
.ind-flow { width: 100%; height: auto; display: block; max-height: 56vh; }
.ind-flow .flowline { fill: none; stroke: rgba(139, 136, 255, 0.5); stroke-width: 1.5; stroke-dasharray: 4 7; animation: flowDash 1.1s linear infinite; }
.ind-flow .flowline.out { stroke: rgba(139, 136, 255, 0.85); stroke-width: 2; }
@keyframes flowDash { to { stroke-dashoffset: -22; } }
.ind-flow .sysnode rect { fill: #ffffff; stroke: #e0e0e8; stroke-width: 1; }
.ind-flow .sysdot { fill: rgba(102, 99, 253, 0.2); stroke: rgba(139, 136, 255, 0.5); }
.ind-flow .sysmono { fill: var(--color-accent-light); font-family: var(--font-mono); font-size: 11px; font-weight: 600; text-anchor: middle; }
.ind-flow .sysname { fill: #26262c; font-family: var(--font-body); font-size: 14px; font-weight: 500; }
.ind-flow .syscat { fill: #7d7bd6; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; }
.ind-flow .answernode rect { fill: rgba(102, 99, 253, 0.14); stroke: rgba(139, 136, 255, 0.5); stroke-width: 1; }
.ind-flow .ans-t { fill: var(--color-text); font-family: var(--font-display); font-size: 15px; font-weight: 500; }
.ind-flow .ans-s { fill: var(--color-accent-light); font-family: var(--font-display); font-size: 14px; }
.ind-flow .sysnode, .ind-flow .core, .ind-flow .corelogo, .ind-flow .answernode { opacity: 0; }
.ind-flow .core, .ind-flow .sysnode, .ind-flow .answernode { transform-box: fill-box; transform-origin: center; }
.ind-diagram-panel.in .ind-flow .sysnode { animation: indNode 0.55s ease forwards; animation-delay: calc(var(--i) * 0.08s + 0.15s); }
.ind-diagram-panel.in .ind-flow .core { animation: indPop 0.5s cubic-bezier(0.2, 1.5, 0.4, 1) 0.55s forwards; }
.ind-diagram-panel.in .ind-flow .corelogo { animation: indNode 0.4s ease 0.75s forwards; }
.ind-diagram-panel.in .ind-flow .answernode { animation: indNode 0.55s ease 0.8s forwards; }
@keyframes indNode { from { opacity: 0; transform: translateX(-8px); } to { opacity: 1; transform: none; } }
@keyframes indPop { from { opacity: 0; transform: scale(0.6); } to { opacity: 1; transform: none; } }
.ind-diagram-cap { color: var(--color-text-muted); font-size: 0.98rem; line-height: 1.55; margin-top: 1.4rem; max-width: 68ch; }

/* ===== APP-SIM CHAT ===== */
.ind-chatwin {
  margin-top: 1.75rem; background: #fff; border: 1px solid var(--color-border);
  border-radius: 16px; overflow: hidden; box-shadow: 0 24px 60px -30px rgba(16, 17, 20, 0.22);
}
.cw-bar { display: flex; align-items: center; gap: 0.6rem; padding: 0.8rem 1.1rem; background: #101017; border-bottom: 1px solid var(--color-border); }
.cw-logo { width: 20px; height: auto; }
.cw-title { font-weight: 600; color: #fff; font-size: 0.92rem; }
.cw-live { margin-left: auto; display: inline-flex; align-items: center; gap: 0.45rem; font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-text-dim); }
.cw-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #3fb950; box-shadow: 0 0 8px #3fb950; }
.cw-body { padding: 1.4rem 1.3rem; display: flex; flex-direction: column; gap: 1rem; min-height: 200px; }
.cw-msg { display: flex; }
.cw-msg--user { justify-content: flex-end; }
.cw-msg--user .cw-bubble { background: var(--color-accent); color: #fff; border-radius: 14px 14px 4px 14px; padding: 0.7rem 1rem; font-size: 0.95rem; max-width: 80%; }
.cw-msg--bot { justify-content: flex-start; }
.cw-ans { max-width: 92%; }
.cw-ans-text { color: var(--color-text); font-size: 0.98rem; line-height: 1.5; }
.cw-chart { margin-top: 1rem; border: 1px solid var(--ind-line); border-radius: 12px; padding: 1rem 1.1rem; background: linear-gradient(180deg, rgba(102, 99, 253, 0.05), transparent); }
.cw-chart-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 0.9rem; }
.cw-chart-head > span:first-child { color: var(--color-text); font-size: 0.86rem; font-weight: 600; }
.cw-sources { margin-top: 0.9rem; font-family: var(--font-mono); font-size: 0.72rem; color: var(--color-text-dim); }
.cw-sources-tag { color: var(--color-accent-light); margin-right: 0.5rem; }

.cw-think { display: flex; align-items: center; gap: 0.55rem; font-size: 0.86rem; color: var(--color-text-muted); }
.cw-think-logo { width: 16px; height: auto; opacity: 0.8; }
.cw-dots { display: inline-flex; gap: 3px; }
.cw-dots span { width: 5px; height: 5px; border-radius: 50%; background: var(--color-accent-light); animation: cwDot 1.1s infinite; }
.cw-dots span:nth-child(2) { animation-delay: 0.15s; }
.cw-dots span:nth-child(3) { animation-delay: 0.3s; }
@keyframes cwDot { 0%, 60%, 100% { opacity: 0.3; } 30% { opacity: 1; } }

/* bar chart (shared) */
.ap-spans { display: inline-flex; align-items: center; gap: 0.4rem; font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--color-text-dim); white-space: nowrap; }
.ap-spans i { width: 12px; height: 12px; color: var(--color-accent-light); }
.ap-bars { display: flex; flex-direction: column; gap: 0.5rem; }
.ap-bar { display: grid; grid-template-columns: 74px 1fr auto; align-items: center; gap: 0.75rem; }
.ap-bar-label { font-size: 0.82rem; color: var(--color-text-muted); text-align: right; }
.ap-bar-track { height: 20px; background: rgba(17, 24, 39, 0.06); border-radius: 6px; overflow: hidden; }
.ap-bar-fill { display: block; height: 100%; width: var(--w); border-radius: 6px; background: linear-gradient(90deg, var(--color-accent), var(--color-accent-light)); }
.ap-bar-val { font-family: var(--font-mono); font-size: 0.78rem; color: var(--color-text); font-variant-numeric: tabular-nums; }

/* chat prompt + suggestions */
.cw-prompt { display: flex; align-items: center; gap: 0.6rem; margin: 0 1.3rem 1.3rem; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 12px; padding: 0.8rem 1rem; }
.cw-prompt > i { width: 17px; height: 17px; color: var(--color-accent-light); flex-shrink: 0; }
.cw-prompt-text { flex: 1; color: var(--color-text); font-size: 0.94rem; min-height: 1.2em; }
.cw-send { width: 30px; height: 30px; border-radius: 8px; background: var(--color-accent); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cw-send i { width: 16px; height: 16px; color: #fff; }
.cw-suggest { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; margin-top: 1.1rem; }
.cw-suggest-lbl { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-text-dim); }
.cw-chip { font-size: 0.82rem; color: var(--color-text-muted); background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 20px; padding: 0.45rem 0.85rem; }

/* chat animation states (only when JS arms it) */
.cw-armed [data-cw="user"], .cw-armed [data-cw="answer"] { opacity: 0; transform: translateY(8px); }
.cw-armed [data-cw="think"] { opacity: 0; max-height: 0; overflow: hidden; }
.cw-armed .ap-bar-fill { width: 0; }
.cw-armed.cw-s-user [data-cw="user"] { opacity: 1; transform: none; transition: opacity 0.4s ease, transform 0.4s ease; }
.cw-armed.cw-s-think:not(.cw-s-answer) [data-cw="think"] { opacity: 1; max-height: 40px; transition: opacity 0.3s ease; }
.cw-armed.cw-s-answer [data-cw="answer"] { opacity: 1; transform: none; transition: opacity 0.5s ease 0.05s, transform 0.5s ease 0.05s; }
.cw-armed.cw-s-answer .ap-bar-fill { width: var(--w); transition: width 0.9s cubic-bezier(0.2, 0.7, 0.2, 1); transition-delay: calc(var(--bi) * 0.09s + 0.25s); }

/* ===== BANNER -> HOW IT WORKS ===== */
.ind-howbanner { display: block; text-decoration: none; border-top: 1px solid var(--ind-line); border-bottom: 1px solid var(--ind-line); background: linear-gradient(180deg, rgba(102, 99, 253, 0.06), transparent); }
.ind-howbanner-in { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.6rem 0; }
.ind-howbanner-k { display: block; font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-accent-light); margin-bottom: 0.35rem; }
.ind-howbanner-t { color: var(--color-text); font-size: 1.1rem; font-weight: 500; }
.ind-howbanner-cta { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--color-accent-light); font-weight: 600; white-space: nowrap; }
.ind-howbanner-cta i { width: 17px; height: 17px; transition: transform 0.15s ease; }
.ind-howbanner:hover .ind-howbanner-cta i { transform: translateX(4px); }

/* ===== SECTIONS ===== */
.ind-section { padding: 3.5rem 0; border-top: 1px solid var(--ind-line); }

.ind-silos { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--ind-gap); }
.ind-silo { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 14px; padding: 1.15rem 1.2rem; }
.reveal.in .ind-silo { animation: indUp 0.5s ease backwards; animation-delay: calc(var(--i) * 0.05s); }
.ind-silo-top { display: flex; align-items: center; gap: 0.6rem; }
.ind-silo-dot { width: 8px; height: 8px; border-radius: 2px; background: var(--color-accent); box-shadow: 0 0 10px rgba(102, 99, 253, 0.7); flex-shrink: 0; }
.ind-silo .name { font-size: 0.98rem; color: var(--color-text); font-weight: 600; }
.ind-silo .tools { font-family: var(--font-mono); font-size: 0.72rem; color: var(--color-accent-light); margin-top: 0.55rem; line-height: 1.4; }
.ind-silo .stuck { font-size: 0.83rem; color: var(--color-text-muted); margin-top: 0.7rem; line-height: 1.45; }

.ind-cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--ind-gap); }
.ind-case { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 14px; padding: 1.3rem; }
.reveal.in .ind-case { animation: indUp 0.5s ease backwards; animation-delay: calc(var(--i) * 0.06s); }
.ind-case-ic { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: rgba(102, 99, 253, 0.12); border: 1px solid rgba(139, 136, 255, 0.25); margin-bottom: 0.9rem; }
.ind-case-ic i { width: 19px; height: 19px; color: var(--color-accent-light); }
.ind-case h3 { font-size: 1.02rem; color: var(--color-text); font-weight: 600; }
.ind-case p { font-size: 0.88rem; color: var(--color-text-muted); margin-top: 0.55rem; line-height: 1.5; }
.ind-case-out { display: flex; gap: 0.5rem; align-items: flex-start; color: var(--color-accent-light) !important; margin-top: 0.75rem !important; font-weight: 500; }
.ind-case-out i { width: 15px; height: 15px; margin-top: 3px; flex-shrink: 0; }

.ind-chips { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.25rem; }
.ind-chip { font-family: var(--font-mono); font-size: 0.76rem; color: var(--color-text); background: var(--color-surface-raised); border: 1px solid var(--color-border); border-radius: 9px; padding: 0.55rem 0.9rem; }
.ind-chip.more { color: var(--color-text-dim); background: transparent; }
.ind-ask-more { list-style: none; margin: 1.5rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.7rem; }
.ind-ask-more li { display: flex; gap: 0.6rem; align-items: flex-start; color: var(--color-text-muted); font-size: 0.95rem; line-height: 1.4; }
.ind-ask-more li i { width: 15px; height: 15px; color: var(--color-accent); margin-top: 3px; flex-shrink: 0; }

.ind-faqs { display: flex; flex-direction: column; gap: 0.7rem; margin-top: 1.25rem; max-width: 840px; }
.ind-faq { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 12px; padding: 1.1rem 1.3rem; }
.ind-faq summary { font-weight: 600; color: var(--color-text); cursor: pointer; font-size: 0.98rem; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.ind-faq summary::-webkit-details-marker { display: none; }
.ind-faq summary::after { content: "+"; color: var(--color-accent-light); font-family: var(--font-mono); font-size: 1.1rem; line-height: 1; }
.ind-faq[open] summary::after { content: "\2013"; }
.ind-faq p { color: var(--color-text-muted); font-size: 0.92rem; line-height: 1.55; margin-top: 0.7rem; }

.ind-final { position: relative; overflow: hidden; text-align: center; padding: 5rem 0; border-top: 1px solid var(--ind-line); }
.ind-final .wrap { position: relative; z-index: 1; }
.ind-final h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.7rem, 3.2vw, 2.5rem); letter-spacing: -0.025em; color: var(--color-text); text-wrap: balance; }
.ind-final p { color: var(--color-text-muted); margin-top: 0.8rem; }
.ind-final .btn { margin-top: 1.6rem; }

/* ===== reveal ===== */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }
.ind-panel.reveal { transition: opacity 0.7s ease; transform: none; }

/* ===== INDEX + FAMILY HUB PAGES ===== */
.ind-hub-hero { position: relative; overflow: hidden; padding: 4.5rem 0 2.75rem; }
.ind-hub-hero .wrap { position: relative; z-index: 1; }
.ind-hub-hero h1 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2.1rem, 4.4vw, 3.4rem); letter-spacing: -0.035em; line-height: 1.04; color: var(--color-text); margin: 0.5rem 0 0; text-wrap: balance; }
.ind-hub-hero h1 em { font-style: normal; color: var(--color-accent-light); }
.ind-hub-lead { color: var(--color-text-muted); max-width: 62ch; margin-top: 1.25rem; font-size: 1.1rem; line-height: 1.6; }
.ind-family-block { padding: 2.25rem 0; border-top: 1px solid var(--ind-line); }
.ind-family-block .fam-head { margin-bottom: 0.4rem; }
.ind-family-block h2 { font-size: 1.4rem; color: var(--color-text); font-weight: 600; letter-spacing: -0.015em; margin: 0; }
.ind-family-block h2 a { color: inherit; text-decoration: none; }
.ind-family-block h2 a:hover { color: var(--color-accent-light); }
.ind-family-block .fam-pattern { color: var(--color-text-muted); font-size: 0.98rem; max-width: 74ch; line-height: 1.55; margin: 0 0 1.2rem; }
/* Two-column plain-link index (no boxes) — a hairline divider per row keeps it
   scannable across 100+ industries without the card clutter. */
.ind-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 2.75rem; row-gap: 0; margin-top: 0.75rem; }
a.ind-card { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.62rem 0.15rem; border-bottom: 1px solid var(--ind-line); text-decoration: none; transition: color 0.14s ease; }
a.ind-card:hover .ct { color: var(--color-accent-light); }
a.ind-card .ct { color: var(--color-text); font-weight: 500; font-size: 0.98rem; transition: color 0.14s ease; }
a.ind-card .ind-card-arrow { width: 15px; height: 15px; color: var(--color-text-dim); flex-shrink: 0; opacity: 0; transition: opacity 0.14s ease, transform 0.14s ease, color 0.14s ease; }
a.ind-card:hover .ind-card-arrow { opacity: 1; color: var(--color-accent-light); transform: translateX(2px); }

/* Industry search filter */
.ind-search { margin: 1.5rem 0 0.25rem; }
.ind-search input { width: 100%; max-width: 440px; padding: 0.7rem 1rem; border: 1px solid var(--color-border); border-radius: 10px; background: var(--color-surface); font-family: var(--font-body); font-size: 1rem; color: var(--color-text); }
.ind-search input:focus { outline: none; border-color: var(--color-accent); box-shadow: 0 0 0 3px rgba(102, 99, 253, 0.12); }
.ind-search input::placeholder { color: var(--color-text-dim); }
.ind-search-empty { color: var(--color-text-muted); font-size: 0.98rem; padding: 1.5rem 0; display: none; }

/* ===== responsive ===== */
@media (max-width: 900px) {
  html { scroll-snap-type: none; }
  .ind-panel { min-height: auto; scroll-snap-align: none; padding: 3rem 0; }
  .ind-hero { grid-template-columns: 1fr; gap: 2rem; }
  .ind-scrollhint { display: none; }
  .ind-steps, .ind-silos, .ind-cases, .ind-cards { grid-template-columns: 1fr; }
  .ind-howbanner-in { flex-direction: column; align-items: flex-start; gap: 1rem; }
}
@media (max-width: 620px) {
  .ind .wrap { padding: 0 1.15rem; }
  .ap-bar { grid-template-columns: 62px 1fr auto; }
  .cw-body { padding: 1.1rem; }
}
@media (max-width: 900px) { .ind-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .ind-cards { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-snap-type: none; }
  .ind-hero-copy > *, .ind-form-card, .reveal { animation: none !important; opacity: 1 !important; transform: none !important; transition: none !important; }
  .ind-flow .flowline, .cw-dots span, .ind-scrollhint i { animation: none !important; }
  .ind-flow .sysnode, .ind-flow .core, .ind-flow .corelogo, .ind-flow .answernode { opacity: 1 !important; animation: none !important; }
}
