:root {
  /* brand — real Altriks */
  --accent:        #465FFF;
  --accent-press:  #3A4FE0;
  --accent-2:      #8B7DFF;
  --accent-soft:   #E7EBFF;
  --accent-tint:   #F2F4FF;
  --accent-ring:   rgba(70,95,255,.40);

  /* ink / surfaces */
  --ink:    #0A0E1F;
  --ink-2:  #3A4254;
  --ink-3:  #6B7280;
  --line:   #E7E8EE;
  --line-2: #EEF0F6;
  --bg:     #FFFFFF;

  /* status */
  --ok:      #15935F;
  --ok-text: #0F7A4E;
  --warn:    #C9871A;

  /* elevation scale */
  --sh-1: 0 1px 2px rgba(10,14,31,.06), 0 1px 1px rgba(10,14,31,.04);
  --sh-2: 0 8px 24px -12px rgba(10,14,31,.18);
  --sh-3: 0 24px 50px -28px rgba(30,40,90,.34);
  --sh-mock: 0 50px 100px -40px rgba(56,72,160,.45);

  /* motion easings */
  --ease-out:    cubic-bezier(.2,.7,.2,1);
  --ease-spring: cubic-bezier(.34,1.56,.64,1);
  --ease-inout:  cubic-bezier(.65,0,.35,1);

  --heading-font: "Poppins";
  --body-font: "Hanken Grotesk";
  --maxw: 1240px;
  --radius: 18px;
  --section-y: clamp(72px,9vw,120px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body-font), system-ui, sans-serif;
  color: var(--ink-2);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { text-decoration: none; color: inherit; }
.alt-wrap { overflow-x: clip; }

/* ---- background styles ---- */
.alt-hero-bg { position: relative; }
.bg-aurora .alt-hero-bg::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(120% 90% at 82% -12%, #DEE4FF 0%, rgba(222,228,255,0) 55%),
    radial-gradient(90% 80% at 6% -4%, #ECE8FF 0%, rgba(236,232,255,0) 50%),
    linear-gradient(180deg, #F1F3FF 0%, #F7F8FF 60%, #FFFFFF 100%);
}
/* diamond-lattice texture behind the hero — geometric, distinctive (not the vic.ai arc) */
.alt-hero-bg::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    repeating-linear-gradient(45deg,  color-mix(in srgb, var(--accent) 7%, transparent) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(-45deg, color-mix(in srgb, var(--accent) 7%, transparent) 0 1px, transparent 1px 26px);
  -webkit-mask-image: radial-gradient(125% 85% at 50% 2%, #000 0%, transparent 64%);
          mask-image: radial-gradient(125% 85% at 50% 2%, #000 0%, transparent 64%);
}
.bg-mesh .alt-hero-bg::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 50% at 15% 20%, rgba(70,95,255,.14), transparent 60%),
    radial-gradient(50% 45% at 85% 10%, rgba(139,125,255,.16), transparent 60%),
    radial-gradient(55% 60% at 60% 90%, rgba(70,95,255,.08), transparent 60%),
    #F7F8FC;
}
.bg-clean .alt-hero-bg::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(180deg, #F7F8FC 0%, #FFFFFF 100%);
}
/* decorative arc, like the reference */
.alt-arc { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.alt-arc svg { position: absolute; top: -12%; right: -7%; left: auto; transform: none; width: 560px; height: 560px; opacity: .9; }
.alt-arc rect { fill: none; vector-effect: non-scaling-stroke; }
.alt-arc .dia    { stroke: color-mix(in srgb, var(--accent-2) 48%, transparent); }
.alt-arc .dia-2  { stroke: color-mix(in srgb, var(--accent-2) 30%, transparent); }
.alt-arc .dia-3  { stroke: color-mix(in srgb, var(--accent-2) 17%, transparent); }
.alt-arc .dia-fill { fill: color-mix(in srgb, var(--accent) 7%, transparent); stroke: none; }

/* ---- layout helpers ---- */
.alt-container { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; position: relative; z-index: 1; }

/* ---- type ---- */
.alt-h1 {
  font-family: var(--heading-font), sans-serif;
  font-weight: 800; color: var(--ink);
  font-size: clamp(40px, 5.4vw, 76px); line-height: 1.02;
  letter-spacing: -0.025em; margin: 18px 0 0; text-wrap: balance;
}
.alt-h1--giant { font-size: clamp(46px, 7vw, 104px); }
.alt-h2 {
  font-family: var(--heading-font), sans-serif; font-weight: 800; color: var(--ink);
  font-size: clamp(32px, 4vw, 56px); line-height: 1.06; letter-spacing: -0.02em;
  margin: 0; max-width: 18ch; text-wrap: balance;
}
.alt-h3 {
  font-family: var(--heading-font), sans-serif; font-weight: 800; color: var(--ink);
  font-size: clamp(28px, 3vw, 42px); line-height: 1.08; letter-spacing: -0.02em; margin: 12px 0 0;
}
.alt-h3--center { text-align: center; }
.alt-eyebrow { font-weight: 800; color: var(--accent); font-size: 17px; letter-spacing: .01em; }
.alt-eyebrow--sm { font-size: 14px; text-transform: uppercase; letter-spacing: .12em; }
.alt-lede { font-size: clamp(18px, 1.5vw, 21px); line-height: 1.5; color: var(--ink-2); max-width: 36ch; margin: 22px 0 0; font-weight: 500; }
.alt-grad-text { background: linear-gradient(100deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.alt-mono { font-family: "JetBrains Mono", monospace; font-size: .92em; }

/* ---- buttons ---- */
.alt-btn { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; border-radius: 12px; transition: transform .15s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; font-family: var(--heading-font), sans-serif; white-space: nowrap; }
.alt-btn--md { padding: 11px 18px; font-size: 15px; }
.alt-btn--lg { padding: 15px 26px; font-size: 16.5px; }
.alt-btn--primary { background: var(--accent); color: #fff; box-shadow: 0 8px 20px -8px color-mix(in srgb, var(--accent) 70%, transparent); }
.alt-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -10px color-mix(in srgb, var(--accent) 75%, transparent); }
.alt-btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.alt-btn--ghost:hover { border-color: var(--accent); color: var(--accent); }
.alt-btn--nav { background: var(--accent); color: #fff; padding: 11px 20px; font-size: 15px; border-radius: 11px; }
.alt-btn--nav:hover { transform: translateY(-1px); box-shadow: 0 10px 22px -10px var(--accent); }

/* ---- nav ---- */
.alt-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s; }
.alt-nav.is-stuck { background: rgba(255,255,255,.82); backdrop-filter: saturate(160%) blur(14px); box-shadow: 0 1px 0 rgba(11,16,32,.07); }
.alt-nav__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.alt-wordmark { font-family: var(--heading-font), sans-serif; font-weight: 800; font-size: 24px; letter-spacing: -0.02em; }
.alt-nav__links { display: flex; gap: 34px; }
.alt-nav__links a { font-weight: 600; font-size: 16px; color: var(--ink); opacity: .82; transition: opacity .15s; white-space: nowrap; }
.alt-nav__links a:hover { opacity: 1; color: var(--accent); }
.alt-nav__right { display: flex; align-items: center; gap: 18px; }
.alt-nav__acct { width: 22px; height: 22px; color: var(--ink); opacity: .8; }

/* ---- hero shells ---- */
.alt-hero { padding: 150px 0 90px; }
.alt-hero--grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.alt-hero__ctas { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.alt-hero__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.alt-statcard { background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.9); border-radius: 20px; padding: 32px 30px; box-shadow: 0 24px 50px -28px rgba(45,55,90,.35); backdrop-filter: blur(6px); }
.alt-statcard__value { font-family: var(--heading-font), sans-serif; font-weight: 800; color: var(--ink); font-size: clamp(38px, 3.4vw, 52px); line-height: 1.05; letter-spacing: -0.03em; }
.alt-statcard__label { margin-top: 12px; font-weight: 600; color: var(--ink-2); font-size: 16px; }

/* centered variant */
.alt-hero--centered { text-align: center; padding-bottom: 40px; }
.alt-hero__copy--center { max-width: 820px; margin: 0 auto; }
.alt-hero__copy--center .alt-lede { max-width: 52ch; margin-left: auto; margin-right: auto; }
.alt-hero__inline-stats { display: flex; gap: 38px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
.alt-inlinestat { display: flex; flex-direction: column; }
.alt-inlinestat b { font-family: var(--heading-font), sans-serif; font-size: 30px; color: var(--ink); letter-spacing: -0.02em; }
.alt-inlinestat span { font-size: 14px; color: var(--ink-3); font-weight: 600; }
.alt-hero__preview { margin-top: 56px; }

/* split variant */
.alt-hero--split { display: grid; grid-template-columns: 1fr 1.08fr; gap: 56px; align-items: center; }
.alt-trustline { margin-top: 26px; display: inline-flex; align-items: center; gap: 9px; font-weight: 600; color: var(--ink-2); font-size: 15px; }

/* bold variant */
.alt-hero--bold { text-align: center; padding: 170px 0 80px; }
.alt-hero--bold .alt-eyebrow { display: inline-block; }
.alt-hero__statbar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 64px; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: rgba(255,255,255,.5); }
.alt-barstat { padding: 30px 18px; border-right: 1px solid var(--line); }
.alt-barstat:last-child { border-right: none; }
.alt-barstat__value { font-family: var(--heading-font), sans-serif; font-weight: 800; font-size: clamp(34px, 3.6vw, 52px); color: var(--ink); letter-spacing: -0.03em; line-height: 1; }
.alt-barstat__label { margin-top: 10px; font-weight: 600; color: var(--ink-2); font-size: 14.5px; }

/* ---- live dot ---- */
.alt-live { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); display: inline-block; position: relative; box-shadow: 0 0 0 0 color-mix(in srgb, var(--ok) 60%, transparent); animation: altpulse 2s infinite; }
@keyframes altpulse { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--ok) 55%, transparent); } 70% { box-shadow: 0 0 0 7px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }

/* ---- browser frame ---- */
.alt-browser { background: #fff; border-radius: 16px; border: 1px solid var(--line); box-shadow: 0 40px 90px -40px rgba(30,40,80,.5); overflow: hidden; }
.alt-browser__bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; background: #F6F7FA; border-bottom: 1px solid var(--line); }
.alt-dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.alt-browser__url { margin-left: 14px; font-size: 12.5px; color: var(--ink-3); font-family: "JetBrains Mono", monospace; background: #fff; border: 1px solid var(--line); border-radius: 7px; padding: 4px 12px; }
.alt-browser__body { background: #FBFBFD; }

/* ---- product app mock ---- */
.alt-app { display: grid; grid-template-columns: 168px 1fr; min-height: 360px; font-size: 13px; }
.alt-app__side { background: #0B1020; padding: 16px 12px; color: #fff; }
.alt-app__brand { padding: 4px 8px 18px; }
.alt-app__brand .alt-wordmark { color: #fff; font-size: 17px; }
.alt-app__nav { display: flex; align-items: center; gap: 9px; padding: 9px 10px; border-radius: 9px; color: #B7BECE; font-weight: 600; }
.alt-app__nav.is-active { background: rgba(255,255,255,.1); color: #fff; }
.alt-app__navdot { width: 6px; height: 6px; border-radius: 2px; background: currentColor; opacity: .6; }
.alt-app__main { padding: 20px 22px; }
.alt-app__head { display: flex; justify-content: space-between; align-items: flex-start; }
.alt-app__title { font-family: var(--heading-font), sans-serif; font-weight: 800; font-size: 18px; color: var(--ink); }
.alt-app__sub { color: var(--ink-3); font-weight: 500; margin-top: 3px; }
.alt-app__autopilot { display: inline-flex; align-items: center; gap: 7px; background: color-mix(in srgb, var(--ok) 12%, #fff); color: var(--ok); font-weight: 700; padding: 7px 12px; border-radius: 999px; font-size: 12px; }
.alt-table { margin-top: 18px; }
.alt-table__head, .alt-table__row { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr .8fr; gap: 8px; align-items: center; }
.alt-table__head { color: var(--ink-3); font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; padding: 0 0 10px; border-bottom: 1px solid var(--line); }
.alt-table__row { padding: 13px 0; border-bottom: 1px solid #F0F1F5; }
.alt-table__vendor { font-weight: 700; color: var(--ink); }
.alt-pill { font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.alt-pill--ok { background: color-mix(in srgb, var(--ok) 14%, #fff); color: var(--ok); }
.alt-pill--warn { background: color-mix(in srgb, var(--warn) 16%, #fff); color: var(--warn); }
.alt-conf b { font-weight: 800; }

/* ---- proof strip ---- */
.alt-proof { padding: 56px 0 8px; text-align: center; }
.alt-proof__label { color: var(--ink-3); font-weight: 600; font-size: 14px; letter-spacing: .04em; }
.alt-proof__logos { display: flex; flex-wrap: wrap; gap: 48px; justify-content: center; align-items: center; margin-top: 26px; }
.alt-proof__logo { font-family: var(--heading-font), sans-serif; font-weight: 800; font-size: 23px; color: #A8AEBD; letter-spacing: -0.01em; transition: color .2s; }
.alt-proof__logo:hover { color: var(--ink); }

/* ---- statement + pillars ---- */
.alt-statement { padding: 110px 0 40px; }
.alt-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 56px; }
.alt-pillar { border-top: 2px solid var(--ink); padding-top: 20px; }
.alt-pillar__num { font-family: "JetBrains Mono", monospace; font-weight: 600; color: var(--accent); font-size: 14px; }
.alt-pillar__title { font-family: var(--heading-font), sans-serif; font-weight: 800; color: var(--ink); font-size: 21px; margin: 12px 0 0; letter-spacing: -0.01em; }
.alt-pillar__body { margin: 10px 0 0; font-size: 15.5px; line-height: 1.5; color: var(--ink-2); }

/* ---- feature rows ---- */
.alt-feature { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; padding: 80px 0; }
.alt-feature--flip .alt-feature__copy { order: 2; }
.alt-feature__body { font-size: 18px; line-height: 1.55; color: var(--ink-2); margin: 18px 0 0; max-width: 42ch; }
.alt-checklist { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
.alt-checklist li { display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--ink); font-size: 16px; }

/* capture visual */
.alt-capture { display: grid; grid-template-columns: 1fr 1.1fr; gap: 0; }
.alt-capture__doc { background: #fff; padding: 22px; border-right: 1px solid var(--line); position: relative; overflow: hidden; }
.alt-doc__head { font-family: var(--heading-font), sans-serif; font-weight: 800; font-size: 12px; letter-spacing: .12em; color: var(--ink); margin-bottom: 16px; }
.alt-doc__line { height: 8px; border-radius: 4px; background: #EAECF2; margin-bottom: 11px; }
.alt-doc__scan { position: absolute; left: 0; right: 0; height: 40px; background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--accent) 22%, transparent), transparent); animation: altscan 2.6s ease-in-out infinite; }
@keyframes altscan { 0% { top: 8%; } 50% { top: 78%; } 100% { top: 8%; } }
.alt-capture__fields { padding: 22px; }
.alt-capture__title { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ok); font-size: 13px; margin-bottom: 14px; }
.alt-capture__field { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #F0F1F5; font-size: 13.5px; }
.alt-capture__field span { color: var(--ink-3); }
.alt-capture__field b { color: var(--ink); font-weight: 700; }

/* approval flow visual */
.alt-flow { padding: 24px; }
.alt-flow__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.alt-flow__step { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 12px; margin-bottom: 10px; border: 1px solid var(--line); }
.alt-flow__step.is-done { background: color-mix(in srgb, var(--ok) 7%, #fff); border-color: color-mix(in srgb, var(--ok) 22%, #fff); }
.alt-flow__step.is-pending { background: #fff; border-style: dashed; }
.alt-flow__node { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 13px; color: #fff; }
.is-done .alt-flow__node { background: var(--ok); }
.is-pending .alt-flow__node { background: var(--accent); }
.alt-flow__who { font-weight: 700; color: var(--ink); font-size: 14px; }
.alt-flow__role { color: var(--ink-3); font-size: 12.5px; }
.alt-flow__time { font-family: "JetBrains Mono", monospace; font-size: 12px; color: var(--ink-3); }

/* match visual */
.alt-match { padding: 24px; }
.alt-match__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.alt-match__card { border: 1px solid var(--line); border-radius: 12px; padding: 14px; background: #fff; }
.alt-match__t { font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: var(--ink-3); font-weight: 700; }
.alt-match__id { color: var(--accent); margin: 8px 0 6px; font-weight: 600; }
.alt-match__b { font-weight: 800; color: var(--ink); font-size: 15px; }
.alt-match__c { color: var(--ink-3); font-size: 12.5px; margin-top: 2px; }
.alt-match__result { display: flex; align-items: center; gap: 14px; margin-top: 16px; background: color-mix(in srgb, var(--ok) 9%, #fff); border: 1px solid color-mix(in srgb, var(--ok) 25%, #fff); border-radius: 12px; padding: 16px 18px; }
.alt-check-big { width: 34px; height: 34px; border-radius: 50%; background: var(--ok); color: #fff; display: grid; place-items: center; font-weight: 800; }
.alt-match__result b { display: block; color: var(--ink); font-size: 15px; }
.alt-match__result span { color: var(--ink-2); font-size: 13px; }

/* ---- ERP band ---- */
.alt-erp { text-align: center; padding: 90px 0; }
.alt-erp__sub { color: var(--ink-2); font-size: 17px; margin: 14px auto 0; max-width: 48ch; font-weight: 500; }
.alt-erp__grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 44px; }
.alt-erp__chip { font-family: var(--heading-font), sans-serif; font-weight: 700; font-size: 17px; color: var(--ink); padding: 14px 26px; border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: border-color .2s, transform .2s; }
.alt-erp__chip:hover { border-color: var(--accent); transform: translateY(-2px); }

/* ---- dark stats ---- */
.alt-darkstats { background: var(--ink); padding: 84px 0; }
.alt-darkstats__inner { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.alt-darkstat { text-align: center; }
.alt-darkstat__value { font-family: var(--heading-font), sans-serif; font-weight: 800; font-size: clamp(34px, 3.4vw, 50px); background: linear-gradient(120deg, #fff, #C9CFFF); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -0.02em; line-height: 1; }
.alt-darkstat__label { color: #9BA3B8; margin-top: 12px; font-weight: 600; font-size: 15px; }

/* ---- testimonial ---- */
.alt-quote { padding: 110px 0; text-align: center; }
.alt-quote__mark { font-family: var(--heading-font), sans-serif; font-size: 90px; line-height: .4; color: var(--accent); height: 50px; }
.alt-quote__text { font-family: var(--heading-font), sans-serif; font-weight: 700; color: var(--ink); font-size: clamp(26px, 3.2vw, 42px); line-height: 1.25; letter-spacing: -0.02em; max-width: 20ch; margin: 0 auto; text-wrap: balance; }
.alt-quote__by { display: inline-flex; align-items: center; gap: 14px; margin-top: 34px; }
.alt-quote__avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; display: grid; place-items: center; font-weight: 800; font-family: var(--heading-font), sans-serif; }
.alt-quote__name { font-weight: 800; color: var(--ink); text-align: left; }
.alt-quote__role { color: var(--ink-3); font-size: 14px; text-align: left; }

/* ---- final CTA ---- */
.alt-cta { padding: 20px 0 110px; }
.alt-cta__card { max-width: var(--maxw); margin: 0 auto; background: linear-gradient(135deg, var(--accent), var(--accent-2)); border-radius: 28px; padding: 74px 40px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.alt-cta__card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 80% 0%, rgba(255,255,255,.18), transparent 60%); }
.alt-cta__title { font-family: var(--heading-font), sans-serif; font-weight: 800; font-size: clamp(32px, 4vw, 54px); letter-spacing: -0.02em; margin: 0; position: relative; }
.alt-cta__sub { font-size: 18px; opacity: .92; margin: 16px 0 0; position: relative; font-weight: 500; }
.alt-cta .alt-btn--primary { background: #fff; color: var(--accent); box-shadow: 0 14px 30px -12px rgba(0,0,0,.3); }
.alt-cta .alt-btn--ghost { border-color: rgba(255,255,255,.5); color: #fff; }
.alt-cta .alt-btn--ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.12); }
.alt-cta .alt-hero__ctas { position: relative; }

/* ---- footer ---- */
.alt-footer { background: #fff; border-top: 1px solid var(--line); padding: 64px 0 36px; }
.alt-footer__top { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1.3fr 2fr; gap: 50px; }
.alt-footer__tag { color: var(--ink-2); font-size: 15px; max-width: 30ch; margin: 18px 0 0; line-height: 1.5; }
.alt-footer__addr { font-style: normal; color: var(--ink-2); font-size: 14px; line-height: 1.55; margin: 18px 0 0; }
.alt-footer__addr-name { display: block; font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.alt-footer__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.alt-footer__h { font-weight: 800; color: var(--ink); font-size: 14px; margin-bottom: 14px; }
.alt-footer__link { display: block; color: var(--ink-2); font-size: 14.5px; padding: 6px 0; transition: color .15s; }
.alt-footer__link:hover { color: var(--accent); }
.alt-footer__bottom { max-width: var(--maxw); margin: 40px auto 0; padding: 24px 40px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--ink-3); font-size: 13.5px; }
.alt-footer--min { padding: 56px 0 32px; }
.alt-footer__min { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.alt-footer__email { color: var(--accent); font-size: 14.5px; font-weight: 600; }
.alt-footer__email:hover { text-decoration: underline; }

/* ---- reveal ---- */
.alt-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.alt-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .alt-reveal { opacity: 1; transform: none; } .alt-doc__scan, .alt-live { animation: none; } }

/* ======================================================================
   NEW SECTIONS (content-kit build)
   ====================================================================== */
.alt-h2--center { margin-left: auto; margin-right: auto; max-width: 22ch; text-align: center; }

/* proof bar metrics */
.alt-proof__metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
.alt-proofstat { text-align: center; }
.alt-proofstat__value { font-family: var(--heading-font), sans-serif; font-weight: 800; color: var(--ink); font-size: clamp(34px, 3.2vw, 50px); line-height: 1.05; letter-spacing: -0.03em; }
.alt-proofstat__label { margin-top: 10px; color: var(--ink-3); font-weight: 600; font-size: 15px; }

/* problem (dark band) */
.alt-problem { background: var(--ink); margin: 96px 0 0; border-radius: 28px; }
.alt-problem__inner { padding: 86px clamp(28px, 5vw, 80px); display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.alt-problem__title { color: #fff; }
.alt-problem__body { color: #C3C9DA; font-size: 19px; line-height: 1.62; font-weight: 500; }
.alt-problem__body p { margin: 0; }
.alt-problem__kicker { margin-top: 22px !important; color: #fff; font-weight: 700; font-size: 21px; }
.alt-problem__kicker span { color: var(--accent-2); }

/* how it works */
.alt-how { padding: 110px 0 40px; }
.alt-how__head { text-align: center; margin-bottom: 56px; }
.alt-how__head .alt-eyebrow { display: inline-block; }
.alt-how__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.alt-how__steps::before { content: ""; position: absolute; top: 21px; left: 11%; right: 11%; height: 2px; background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px); z-index: 0; }
.alt-step { padding: 0 24px; position: relative; z-index: 1; }
.alt-step__top { display: flex; align-items: center; gap: 12px; }
.alt-step__icon { width: 44px; height: 44px; border-radius: 12px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; flex: none; }
.alt-step__num { font-family: "JetBrains Mono", monospace; font-weight: 600; color: var(--ink-3); font-size: 13px; border: 1px solid var(--line); border-radius: 999px; width: 24px; height: 24px; display: grid; place-items: center; background: #fff; }
.alt-step__title { font-family: var(--heading-font), sans-serif; font-weight: 800; color: var(--ink); font-size: 21px; margin: 18px 0 0; letter-spacing: -0.01em; }
.alt-step__body { margin: 10px 0 0; font-size: 15.5px; line-height: 1.55; color: var(--ink-2); }

/* features grid */
.alt-features { padding: 90px 0; }
.alt-features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.alt-fcard { border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; background: #fff; transition: border-color .2s, transform .2s, box-shadow .2s; }
.alt-fcard:hover { border-color: color-mix(in srgb, var(--accent) 40%, var(--line)); transform: translateY(-3px); box-shadow: 0 22px 44px -28px rgba(30,40,80,.4); }
.alt-fcard__icon { width: 46px; height: 46px; border-radius: 12px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; }
.alt-fcard__title { font-family: var(--heading-font), sans-serif; font-weight: 800; color: var(--ink); font-size: 19px; margin: 18px 0 0; letter-spacing: -0.01em; }
.alt-fcard__body { margin: 9px 0 0; font-size: 15.5px; line-height: 1.5; color: var(--ink-2); }

/* integrations */
.alt-erp { text-align: center; padding: 90px 0; }
.alt-erp .alt-eyebrow { display: inline-block; }
.alt-erp__flow { display: inline-flex; align-items: center; gap: 18px; margin: 34px auto 0; flex-wrap: wrap; justify-content: center; }
.alt-erp__io { font-family: var(--heading-font), sans-serif; font-weight: 700; color: var(--ink); font-size: 18px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 22px; }
.alt-erp__io em { font-style: normal; color: var(--accent); font-weight: 800; margin-left: 6px; }
.alt-erp__arrow { color: var(--ink-3); }
.alt-erp__grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 40px; }
.alt-erp__chip { font-family: var(--heading-font), sans-serif; font-weight: 700; font-size: 17px; color: var(--ink); padding: 14px 26px; border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: border-color .2s, transform .2s; }
.alt-erp__chip:hover { border-color: var(--accent); transform: translateY(-2px); }
.alt-erp__lead { color: var(--ink-2); font-size: 17px; line-height: 1.6; max-width: 62ch; margin: 30px auto 0; font-weight: 500; }
.alt-erp__list { color: var(--ink-2); font-size: 15.5px; line-height: 1.55; max-width: 66ch; margin: 24px auto 0; }
.alt-erp__note { color: var(--ink-3); font-size: 13px; margin-top: 18px; font-style: italic; }

/* security */
.alt-security { padding: 30px 0 90px; }
.alt-security__inner { background: linear-gradient(135deg, #0B1020, #15203C); border-radius: 28px; padding: 70px clamp(28px, 5vw, 70px); display: grid; grid-template-columns: 1fr 1.15fr; gap: 50px; align-items: center; }
.alt-security__copy .alt-h2 { color: #fff; }
.alt-security__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.alt-security__list li { display: flex; align-items: center; gap: 16px; color: #DCE0EC; font-size: 17px; font-weight: 500; }
.alt-security__icon { width: 42px; height: 42px; flex: none; border-radius: 11px; background: color-mix(in srgb, var(--accent-2) 22%, transparent); color: color-mix(in srgb, var(--accent-2) 70%, #fff); display: grid; place-items: center; }

/* roadmap */
.alt-roadmap { padding: 30px 0 90px; }
.alt-roadmap__card { border: 1px solid var(--line); border-radius: 28px; padding: 64px clamp(28px, 5vw, 70px); background: linear-gradient(180deg, #FAFBFF, #fff); text-align: center; }
.alt-roadmap__card .alt-eyebrow { display: inline-block; }
.alt-roadmap__body { color: var(--ink-2); font-size: 18px; line-height: 1.55; max-width: 52ch; margin: 14px auto 0; font-weight: 500; }
.alt-roadmap__groups { display: grid; gap: 28px; margin-top: 46px; text-align: left; max-width: 760px; margin-left: auto; margin-right: auto; }
.alt-roadmap__group { display: grid; grid-template-columns: 150px 1fr; gap: 20px; align-items: start; }
.alt-roadmap__glabel { display: inline-flex; align-items: center; gap: 9px; font-family: var(--heading-font), sans-serif; font-weight: 800; color: var(--ink-3); font-size: 14px; text-transform: uppercase; letter-spacing: .06em; padding-top: 9px; }
.alt-roadmap__glabel.is-live { color: var(--accent); }
.alt-roadmap__gdot { width: 9px; height: 9px; border-radius: 50%; background: #CDD2DE; flex: none; }
.alt-roadmap__glabel.is-live .alt-roadmap__gdot { background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.alt-roadmap__chips { display: flex; flex-wrap: wrap; gap: 10px; }
.alt-modchip { display: inline-flex; align-items: center; gap: 7px; font-family: var(--heading-font), sans-serif; font-weight: 700; font-size: 15px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px; }
.alt-modchip.is-live { background: var(--accent); color: #fff; border-color: var(--accent); box-shadow: 0 8px 18px -10px color-mix(in srgb, var(--accent) 70%, transparent); }

/* ======================================================================
   ORDERS PRODUCT MOCK (.aox) — recreated from the real app
   ====================================================================== */
.aox { display: grid; grid-template-columns: 232px 1fr; background: #FFFFFF; font-size: 12px; color: var(--ink-2); min-height: 560px; overflow: hidden; }
.aox__side { border-right: 1px solid #ECEEF2; padding: 18px 14px 14px; display: flex; flex-direction: column; background: #fff; }
.aox__brand { padding: 2px 8px 16px; }
.aox__brand .alt-wordmark { font-size: 19px; }
.aox__nav { display: flex; flex-direction: column; gap: 1px; }
.aox__item { display: flex; align-items: center; gap: 11px; padding: 9px 10px; border-radius: 9px; color: #3A4254; font-weight: 600; font-size: 13px; cursor: default; white-space: nowrap; }
.aox__ico { color: #8A93A6; display: inline-flex; flex: none; }
.aox__label { flex: 1; }
.aox__badge { background: #EEF0F4; color: #8A93A6; font-size: 11px; font-weight: 700; min-width: 18px; height: 18px; border-radius: 6px; display: grid; place-items: center; padding: 0 5px; }
.aox__chev { color: #AAB1C0; display: inline-flex; }
.aox__item--active { background: #EFF2FE; }
.aox__item--active .aox__ico { color: var(--accent); }
.aox__sub { display: flex; flex-direction: column; gap: 1px; padding: 4px 0; }
.aox__subitem { display: flex; align-items: center; gap: 11px; padding: 9px 10px 9px 22px; border-radius: 9px; color: #4A5364; font-weight: 600; font-size: 13px; white-space: nowrap; }
.aox__subitem .aox__ico { color: #9AA2B2; }
.aox__subitem.is-active { background: #E4E9FF; color: var(--accent); font-weight: 700; }
.aox__subitem.is-active .aox__ico { color: var(--accent); }
.aox__user { margin-top: auto; display: flex; align-items: center; gap: 10px; padding: 12px 8px 4px; border-top: 1px solid #F0F2F5; }
.aox__avatar { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; font-weight: 800; font-size: 12px; display: grid; place-items: center; flex: none; }
.aox__username { font-weight: 800; color: var(--ink); font-size: 13px; }
.aox__userrole { color: #8A93A6; font-size: 11.5px; display: flex; align-items: center; gap: 6px; margin-top: 1px; }
.aox__roletag { background: #E4E9FF; color: var(--accent); font-weight: 700; font-size: 10px; padding: 1px 6px; border-radius: 5px; }
.aox__userinfo { flex: 1; }
.aox__logout { display: flex; align-items: center; gap: 10px; padding: 12px 10px 2px; color: #E5484D; font-weight: 700; font-size: 13px; }

.aox__main { padding: 18px 22px; min-width: 0; background: #fff; }
.aox__head { display: flex; align-items: center; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid #ECEEF2; }
.aox__menubtn { width: 38px; height: 32px; border: 1px solid #E2E5EC; border-radius: 9px; background: #fff; color: #5A6478; display: grid; place-items: center; }
.aox__headicon { color: var(--accent); display: inline-flex; }
.aox__title { font-family: var(--heading-font), sans-serif; font-weight: 800; color: var(--ink); font-size: 19px; letter-spacing: -0.01em; }
.aox__subtitle { color: #8A93A6; font-size: 12.5px; margin-top: 1px; white-space: nowrap; }
.aox__viewing { margin-left: auto; display: inline-flex; align-items: center; gap: 9px; border: 1px solid #C9D4FF; background: #F2F5FF; color: var(--accent); font-weight: 700; font-size: 13px; padding: 8px 13px; border-radius: 9px; }
.aox__tabs { display: flex; gap: 28px; padding: 14px 2px 0; border-bottom: 1px solid #ECEEF2; }
.aox__tab { padding-bottom: 12px; color: #8A93A6; font-weight: 700; font-size: 14px; }
.aox__tab.is-active { color: var(--accent); box-shadow: inset 0 -2px 0 var(--accent); }

.aox__filters { display: flex; align-items: flex-end; gap: 14px; background: #F8F9FB; border: 1px solid #ECEEF2; border-radius: 12px; padding: 18px; margin-top: 18px; }
.aox__field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.aox__field--grow { flex: 1; }
.aox__field label { font-size: 12px; font-weight: 600; color: #5A6478; }
.aox__input { display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid #E2E5EC; border-radius: 9px; padding: 10px 13px; color: #5A6478; font-size: 13px; white-space: nowrap; }
.aox__input .aox__ph { color: #A2AAB8; }
.aox__field--grow .aox__input { min-width: 200px; }
.aox__select { gap: 24px; justify-content: space-between; }
.aox__apply { display: inline-flex; align-items: center; gap: 7px; background: var(--accent); color: #fff; border: none; font-weight: 700; font-size: 13.5px; padding: 11px 18px; border-radius: 9px; }
.aox__clear { display: inline-flex; align-items: center; gap: 7px; background: #fff; color: #5A6478; border: 1px solid #E2E5EC; font-weight: 700; font-size: 13.5px; padding: 11px 18px; border-radius: 9px; }

.aox__table { border: 1px solid #ECEEF2; border-radius: 12px; margin-top: 18px; overflow: hidden; }
.aox__trow { display: grid; grid-template-columns: 1.5fr .85fr .85fr .95fr 1.45fr 1.45fr 1.05fr .85fr; align-items: center; gap: 10px; padding: 16px 20px; border-bottom: 1px solid #F1F3F6; }
.aox__trow--head { color: #6B7280; font-weight: 700; font-size: 12.5px; background: #fff; }
.aox__trow.is-hi { background: #FEFBF1; }
.aox__po { font-weight: 600; color: var(--ink); }
.aox__amt { font-weight: 600; color: var(--ink); }
.aox__ellip { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--ink-2); }
.aox__pill { background: #D9F2E3; color: #1B8A53; font-weight: 700; font-size: 11.5px; padding: 5px 12px; border-radius: 999px; }
.aox__actions { display: flex; gap: 7px; }
.aox__act { width: 30px; height: 30px; border: 1px solid #E6E8EE; border-radius: 8px; display: grid; place-items: center; color: #6B7280; flex: none; }
.aox__act--blue { border-color: #C9D4FF; color: var(--accent); }
.aox__foot { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; }
.aox__foot > span { color: #6B7280; font-size: 13px; }
.aox__pager { display: flex; align-items: center; gap: 8px; }
.aox__pg { font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 8px; }
.aox__pg.is-off { color: #B6BCC8; }
.aox__pg.is-cur { background: var(--accent); color: #fff; }

/* ---- responsive ---- */
@media (max-width: 980px) {
  .alt-nav__links { display: none; }
  .alt-hero--grid, .alt-hero--split { grid-template-columns: 1fr; gap: 40px; }
  .alt-darkstats__inner, .alt-footer__cols { grid-template-columns: 1fr 1fr; }
  .alt-footer__top { grid-template-columns: 1fr; }
  .alt-hero__statbar { grid-template-columns: 1fr 1fr; }
  .alt-barstat:nth-child(2) { border-right: none; }
  .alt-problem__inner, .alt-security__inner { grid-template-columns: 1fr; gap: 32px; }
  .alt-how__steps, .alt-features__grid, .alt-proof__metrics { grid-template-columns: 1fr 1fr; }
  .alt-how__steps::before { display: none; }
  .alt-step { padding: 0; }
  .alt-how__steps { gap: 36px 28px; }
}
@media (max-width: 560px) {
  .alt-container { padding: 0 22px; }
  .alt-hero__stats { grid-template-columns: 1fr 1fr; }
  .alt-how__steps, .alt-features__grid, .alt-proof__metrics { grid-template-columns: 1fr; }
  .alt-erp__flow { gap: 10px; }
  .alt-roadmap__group { grid-template-columns: 1fr; gap: 10px; }
}

/* ======================================================================
   v2 UPGRADE — brand polish, capture, animated story, supporting motion
   ====================================================================== */

/* ---- typography (Fraunces display + tabular stat numerals) ---- */
.alt-h1, .alt-h2, .alt-h3 { font-weight: 600; font-optical-sizing: auto; }
.alt-h1 { letter-spacing: -0.02em; }
.alt-wordmark { font-family: "Poppins", sans-serif; font-weight: 600; letter-spacing: -0.02em; }
.alt-statcard__value, .alt-proofstat__value, .alt-barstat__value, .alt-darkstat__value {
  font-variant-numeric: tabular-nums; letter-spacing: -0.03em; }

/* ---- eyebrow → pill ---- */
.alt-eyebrow--sm { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px;
  background: var(--accent-soft); color: var(--accent-press); border: 1px solid rgba(70,95,255,.18); }

/* ---- keyboard focus ring on the whole conversion path (the a{} reset strips UA defaults) ---- */
.alt-btn:focus-visible, .alt-nav__links a:focus-visible, .alt-hero__seehow:focus-visible,
.alt-footer__link:focus-visible, .alt-footer__bottom a:focus-visible, .alt-erp__chip:focus-visible,
.alt-sticky__x:focus-visible, .alt-nav__acct:focus-visible {
  outline: 3px solid var(--accent-ring); outline-offset: 3px; border-radius: 10px; }

/* ---- visually-hidden text for screen readers ---- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ---- elevation + reveal polish ---- */
.alt-browser { box-shadow: var(--sh-mock); }
.alt-statcard { box-shadow: var(--sh-3); }
.alt-reveal { will-change: opacity, transform; transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.alt-reveal.is-in { will-change: auto; }

/* ---- feature card gradient hairline + icon ---- */
.alt-fcard { background: linear-gradient(#fff,#fff) padding-box, linear-gradient(180deg, var(--line), #fff) border-box;
  border: 1px solid transparent; box-shadow: var(--sh-1); }
.alt-fcard:hover { background: linear-gradient(#fff,#fff) padding-box, linear-gradient(115deg, var(--accent), var(--accent-2)) border-box;
  box-shadow: var(--sh-3); transform: translateY(-3px); }
.alt-fcard__icon { box-shadow: inset 0 0 0 1px rgba(70,95,255,.14); transition: transform .25s var(--ease-out); }
.alt-fcard:hover .alt-fcard__icon { transform: scale(1.06) rotate(-4deg); }

/* ---- hero conversion block ---- */
.alt-hero__capture { display: flex; flex-direction: column; }
.alt-hero__trust { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 6px;
  font-weight: 600; font-size: 14px; color: var(--ink-2); background: rgba(255,255,255,.6); border: 1px solid var(--line);
  border-radius: 999px; padding: 7px 14px; }
.alt-hero__seehow { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-weight: 700; font-size: 15px;
  color: var(--ink); opacity: .72; font-family: var(--body-font), sans-serif; }
.alt-hero__seehow:hover { opacity: 1; color: var(--accent); }
.alt-hero__mock, .alt-hero__preview { position: relative; }
.alt-hero__preview { max-width: 1000px; margin: 52px auto 0; }
.alt-hero__mock::before, .alt-hero__preview::before { content: ""; position: absolute; inset: -8% -4% -12%; z-index: -1;
  border-radius: 40px; background: radial-gradient(60% 60% at 60% 30%, var(--accent-ring), transparent 70%); filter: blur(44px); opacity: .55; pointer-events: none; }

/* ---- capture form ---- */
.alt-capture-form { width: 100%; }
.alt-capture-form--hero { max-width: 560px; margin: 22px 0 0; }
.alt-capture-form--cta { max-width: 620px; margin: 28px auto 0; }
.alt-cf__row { display: flex; gap: 10px; flex-wrap: wrap; align-items: stretch; }
.alt-cf__input { flex: 1 1 200px; min-width: 0; height: 54px; padding: 0 18px; font: 500 16px var(--body-font), sans-serif;
  color: var(--ink); background: #fff; border: 1.5px solid var(--line); border-radius: 12px; transition: border-color .15s, box-shadow .15s; }
.alt-cf__input::placeholder { color: var(--ink-3); }
.alt-cf__input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 16%, transparent); }
.alt-cf__input--co { flex: 0 1 180px; }
.alt-capture-form .alt-btn--lg { height: 54px; flex: 0 0 auto; }
.alt-cf__micro { margin: 12px 0 0; font-size: 13.5px; color: var(--ink-3); font-weight: 500; }
.alt-cf__err { margin: 10px 0 0; color: #D7263D; font-size: 13.5px; font-weight: 600; }
.alt-cf__spinner { width: 14px; height: 14px; border-radius: 50%; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff;
  display: inline-block; animation: altSpinSm .7s linear infinite; }
@keyframes altSpinSm { to { transform: rotate(360deg); } }
.alt-cf__success { display: flex; align-items: center; gap: 16px; max-width: 620px; margin: 24px 0 0; padding: 20px 24px; text-align: left;
  background: color-mix(in srgb, var(--ok) 9%, #fff); border: 1px solid color-mix(in srgb, var(--ok) 28%, #fff); border-radius: 16px; animation: altPopIn .35s var(--ease-spring) both; }
.alt-cf__success--hero { margin-left: 0; margin-right: 0; }
.alt-cf__success--cta { margin-left: auto; margin-right: auto; }
.alt-cf__success--compact { max-width: 100%; margin: 0; padding: 10px 14px; gap: 10px; }
.alt-cf__success--compact .alt-cf__check { width: 28px; height: 28px; }
.alt-cf__success--compact b { font-size: 14px; } .alt-cf__success--compact span { font-size: 12.5px; }
.alt-cf__check { width: 40px; height: 40px; flex: none; border-radius: 50%; background: var(--ok); color: #fff; display: grid; place-items: center; }
.alt-cf__check svg path { stroke-dasharray: 30; stroke-dashoffset: 30; animation: altDrawCheck .5s .1s ease forwards; }
.alt-cf__success b { display: block; color: var(--ink); font-size: 16.5px; }
.alt-cf__success span { color: var(--ink-2); font-size: 14.5px; }
.alt-cf__success i { font-style: normal; font-weight: 700; color: var(--ink); }
@keyframes altPopIn { from { opacity: 0; transform: translateY(10px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes altDrawCheck { to { stroke-dashoffset: 0; } }
/* dark-band (cta) variant sits above the card's ::after glow */
.alt-cta .alt-capture-form, .alt-cta .alt-cf__success, .alt-cta__helper { position: relative; z-index: 1; }
.alt-cta .alt-cf__input { background: rgba(255,255,255,.96); border-color: transparent; }
.alt-cta .alt-cf__micro { display: none; } /* avoid 3× repeating the same promise under the CTA */
.alt-capture-form--cta .alt-cf__row { justify-content: center; }
.alt-cta__helper { margin: 18px 0 0; font-size: 13px; color: rgba(255,255,255,.9); font-weight: 500; }
.alt-cta__sub { opacity: 1; }

/* ---- proof provenance ---- */
.alt-proof__src { margin-top: 18px; font-size: 12.5px; color: var(--ink-3); font-style: italic; text-align: center; }

/* ---- how it works: drawn connector + sequential ignition + state ---- */
.alt-how__dek { text-align: center; color: var(--ink-3); font-size: 16px; margin: 12px auto 0; font-weight: 500; }
.alt-how__line { position: absolute; top: 21px; left: 11%; right: 11%; height: 2px; z-index: 0; overflow: visible; }
.alt-how__line path { stroke: var(--accent); stroke-width: 2; fill: none; stroke-dasharray: 1000; stroke-dashoffset: 1000; }
.alt-how.is-in .alt-how__line path { animation: altDraw 1.4s var(--ease-inout) .2s forwards; }
@keyframes altDraw { to { stroke-dashoffset: 0; } }
.alt-step__icon { transition: background .35s var(--ease-out), color .35s var(--ease-out), transform .35s var(--ease-spring), box-shadow .35s var(--ease-out); }
.alt-step__icon.is-lit { background: var(--accent); color: #fff; transform: scale(1.08); box-shadow: 0 12px 24px -10px var(--accent-ring); }
.alt-step__state { margin-top: 12px; font-family: "JetBrains Mono", monospace; font-size: 12.5px; color: var(--accent);
  opacity: 0; transform: translateY(4px); transition: opacity .4s var(--ease-out), transform .4s var(--ease-out); }
.alt-step__state.is-on { opacity: 1; transform: none; }

/* ---- ERP marquee ---- */
.alt-mq { margin-top: 40px; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.alt-mq__track { display: flex; gap: 56px; width: max-content; animation: altMarquee 28s linear infinite; will-change: transform; }
.alt-mq:hover .alt-mq__track { animation-play-state: paused; }
.alt-mq__logo { font-family: var(--heading-font), sans-serif; font-weight: 600; font-size: 22px; color: #A8AEBD; white-space: nowrap; transition: color .2s; }
.alt-mq__logo:hover { color: var(--ink); }
@keyframes altMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---- founder block ---- */
.alt-founder { padding-top: 96px; }
.alt-founder__h { max-width: 22ch; margin: 16px auto 0; }
.alt-founder__body { color: var(--ink-2); font-size: 18px; line-height: 1.6; max-width: 60ch; margin: 22px auto 0; font-weight: 500; }

/* ======================================================================
   HERO PIPELINE — Vic.ai-style guided storyboard
   Capture → Extract → Match → Validate → Review → Deliver: a journey rail
   fills stage-by-stage while a narrative card crossfades over per-stage
   product "moments", landing on the real Orders app.
   ====================================================================== */
.alt-pipe { position: relative; }
.alt-pipe__screen { position: relative; }
.alt-pipe .alt-browser { position: relative; z-index: 1; }
/* cap the app-mock height so the hero reads as a wide landscape, not a tall portrait
   (the Orders table's empty lower half is wasted space during the animated stages) */
.alt-pipe .alt-browser__body { height: 520px; overflow: hidden; }

/* overlay that holds the narrative card + product moments (above the app, below the rail).
   Flex-centered so the card + moment sit as one balanced group in the middle of the frame. */
.alt-pipe__stagewrap { position: absolute; top: 46px; left: 0; right: 0; bottom: 0; z-index: 5;
  overflow: hidden; border-radius: 0 0 16px 16px; pointer-events: none;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 20px; }
/* soft pastel backdrop (Vic.ai look) — fades in while a stage plays, lifts on the payoff */
.alt-pipe__stagewrap::before { content: ""; position: absolute; inset: 0; opacity: 0;
  background: radial-gradient(120% 95% at 50% 0%, #F1EEFF 0%, #E9F0FF 44%, #F5F7FC 100%);
  transition: opacity .5s var(--ease-out); }
.alt-pipe[data-phase="capture"]  .alt-pipe__stagewrap::before,
.alt-pipe[data-phase="extract"]  .alt-pipe__stagewrap::before,
.alt-pipe[data-phase="match"]    .alt-pipe__stagewrap::before,
.alt-pipe[data-phase="validate"] .alt-pipe__stagewrap::before,
.alt-pipe[data-phase="review"]   .alt-pipe__stagewrap::before { opacity: 1; }

/* ---- product moments: fixed-height stack, cross-faded by [data-phase].
   No narrative card — the journey rail below names each stage. ---- */
.alt-pipe__focus { position: relative; width: 100%; height: 300px; z-index: 2; flex: none;
  display: grid; place-items: center; opacity: 1; transform: none;
  transition: opacity .55s var(--ease-out), transform .65s var(--ease-inout); }
.alt-pipe__moment { position: absolute; width: min(80%, 520px); opacity: 0; transform: translateY(10px) scale(.985);
  transition: opacity .5s var(--ease-out), transform .5s var(--ease-out); }
.alt-pipe[data-phase="capture"]  .alt-pipe__moment--capture,
.alt-pipe[data-phase="extract"]  .alt-pipe__moment--extract,
.alt-pipe[data-phase="match"]    .alt-pipe__moment--match,
.alt-pipe[data-phase="validate"] .alt-pipe__moment--validate,
.alt-pipe[data-phase="review"]   .alt-pipe__moment--review { opacity: 1; transform: none; }
/* collapse the whole focus area into the landing row on deliver/hold/reset */
.alt-pipe[data-phase="deliver"] .alt-pipe__focus,
.alt-pipe[data-phase="hold"]    .alt-pipe__focus,
.alt-pipe[data-phase="reset"]   .alt-pipe__focus { opacity: 0; transform: translateY(48px) scale(.55); }

.alt-pipe__doc { position: relative; width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px;
  box-shadow: 0 30px 60px -30px rgba(30,40,80,.45); overflow: hidden; }
.alt-pipe__chip { display: flex; align-items: center; gap: 7px; font-family: "JetBrains Mono", monospace; font-size: 11px;
  font-weight: 600; color: var(--ink); padding-bottom: 11px; border-bottom: 1px solid var(--line-2); margin-bottom: 11px; }
.alt-pipe__from { display: inline-flex; align-items: center; gap: 5px; color: var(--ink-3); font-weight: 500; margin-left: auto; }
.alt-pipe__lines { display: grid; gap: 8px; }
.alt-pipe__lines i { display: block; height: 6px; border-radius: 4px; background: #E1E5EE; }
.alt-pipe[data-phase="capture"] .alt-pipe__lines i { animation: altLineIn .5s var(--ease-out) both; }
.alt-pipe[data-phase="capture"] .alt-pipe__lines i:nth-child(1) { animation-delay: .10s; }
.alt-pipe[data-phase="capture"] .alt-pipe__lines i:nth-child(2) { animation-delay: .17s; }
.alt-pipe[data-phase="capture"] .alt-pipe__lines i:nth-child(3) { animation-delay: .24s; }
.alt-pipe[data-phase="capture"] .alt-pipe__lines i:nth-child(4) { animation-delay: .31s; }
.alt-pipe[data-phase="capture"] .alt-pipe__lines i:nth-child(5) { animation-delay: .38s; }
.alt-pipe[data-phase="capture"] .alt-pipe__lines i:nth-child(6) { animation-delay: .45s; }
@keyframes altLineIn { from { opacity: 0; transform: translateX(-10px); } to { opacity: 1; transform: none; } }
/* scan beam (extract): sweeps over the fields panel as values type in */
.alt-pipe__beam { position: absolute; left: 0; right: 0; top: 0; height: 42px; opacity: 0; pointer-events: none; z-index: 1; transform: translateY(-150%);
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--accent) 26%, transparent), transparent); }
.alt-pipe[data-phase="extract"] .alt-pipe__beam { opacity: 1; animation: altPipeBeam 1.25s var(--ease-inout); }
@keyframes altPipeBeam { 0% { transform: translateY(-130%); } 100% { transform: translateY(360%); } }

.alt-pipe__fields { position: relative; width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 4px 18px; box-shadow: var(--sh-2); overflow: hidden; }
.alt-pipe__field { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 9px 0;
  border-bottom: 1px solid var(--line-2); font-size: 12.5px; opacity: 0; transform: translateY(8px); }
.alt-pipe__field:last-child { border-bottom: none; }
.alt-pipe__field > span { color: var(--ink-3); white-space: nowrap; }
.alt-pipe__field b { color: var(--ink); font-weight: 700; text-align: right; }
.alt-pipe__type { display: inline-block; overflow: hidden; white-space: nowrap; max-width: 0; vertical-align: bottom; }
.alt-pipe[data-phase="extract"] .alt-pipe__field { animation: altFieldIn .4s var(--ease-out) var(--d, 0s) forwards; }
.alt-pipe[data-phase="extract"] .alt-pipe__type { animation: altType .5s steps(28, end) var(--d, 0s) forwards; }
@keyframes altFieldIn { to { opacity: 1; transform: none; } }
@keyframes altType { to { max-width: 30ch; } }

.alt-pipe__match { display: grid; gap: 9px; width: 100%; }
.alt-pipe__matchcard { position: relative; display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line);
  border-radius: 12px; padding: 9px 12px; box-shadow: var(--sh-1); opacity: 0; transform: translateY(10px); }
.alt-pipe[data-phase="match"] .alt-pipe__matchcard { animation: altFieldIn .42s var(--ease-out) both; }
.alt-pipe[data-phase="match"] .alt-pipe__matchcard:nth-child(1) { animation-delay: .10s; }
.alt-pipe[data-phase="match"] .alt-pipe__matchcard:nth-child(2) { animation-delay: .26s; }
.alt-pipe[data-phase="match"] .alt-pipe__matchcard:nth-child(3) { animation-delay: .42s; }
.alt-pipe__mcicon { width: 28px; height: 28px; border-radius: 8px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; flex: none; }
.alt-pipe__mcbody { flex: 1; min-width: 0; }
.alt-pipe__mclabel { font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); font-weight: 700; }
.alt-pipe__mcfrom { font-size: 11px; color: var(--ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.alt-pipe__mcto { font-size: 12.5px; color: var(--ink); font-weight: 700; }
.alt-pipe__mcto em { font-style: normal; font-weight: 600; color: var(--accent); font-size: 10.5px; margin-left: 6px; }
.alt-pipe__matchcard .ring { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--line); border-top-color: var(--accent); flex: none; opacity: 0; }
.alt-pipe[data-phase="match"] .alt-pipe__matchcard .ring { opacity: 1; animation: altRingSpin .6s linear; }
.alt-pipe__check { position: absolute; right: 12px; width: 22px; height: 22px; border-radius: 50%; background: var(--ok); color: #fff;
  display: grid; place-items: center; transform: scale(0); }
.alt-pipe[data-phase="match"] .alt-pipe__matchcard:nth-child(1) .alt-pipe__check { animation: altCheckPop .4s var(--ease-spring) .62s forwards; }
.alt-pipe[data-phase="match"] .alt-pipe__matchcard:nth-child(2) .alt-pipe__check { animation: altCheckPop .4s var(--ease-spring) .80s forwards; }
.alt-pipe[data-phase="match"] .alt-pipe__matchcard:nth-child(3) .alt-pipe__check { animation: altCheckPop .4s var(--ease-spring) .98s forwards; }
@keyframes altRingSpin { to { transform: rotate(360deg); } }
@keyframes altCheckPop { to { transform: scale(1); } }

/* ---- VALIDATE: quote check (price ✓ / quantity ⚠) ---- */
.alt-pipe__quote { width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 13px 15px; box-shadow: var(--sh-2); }
.alt-pipe__qhead { display: flex; align-items: center; gap: 7px; font-family: "JetBrains Mono", monospace; font-size: 11px; font-weight: 600;
  color: var(--ink); padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid var(--line-2); }
.alt-pipe__qhead span { margin-left: auto; color: var(--ink-3); font-weight: 500; }
.alt-pipe__qrow { display: flex; align-items: center; gap: 10px; padding: 9px 11px; border-radius: 10px; margin-top: 8px; opacity: 0; transform: translateY(8px); }
.alt-pipe[data-phase="validate"] .alt-pipe__qrow--ok { animation: altFieldIn .4s var(--ease-out) .25s both; }
.alt-pipe[data-phase="validate"] .alt-pipe__qrow--warn { animation: altFieldIn .4s var(--ease-out) .58s both; }
.alt-pipe__qrow--ok { background: color-mix(in srgb, var(--ok) 9%, #fff); border: 1px solid color-mix(in srgb, var(--ok) 26%, #fff); }
.alt-pipe__qrow--warn { background: #FEF6E7; border: 1px solid #F4DFAC; }
.alt-pipe__qlabel { font-size: 12px; font-weight: 700; color: var(--ink); width: 70px; flex: none; }
.alt-pipe__qval { font-size: 12.5px; color: var(--ink-2); font-weight: 600; }
.alt-pipe__qval em { font-style: normal; margin: 0 7px; color: var(--ink-3); font-weight: 700; }
.alt-pipe__qbadge { margin-left: auto; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; flex: none; transform: scale(0); }
.alt-pipe[data-phase="validate"] .alt-pipe__qbadge--ok { animation: altCheckPop .4s var(--ease-spring) .55s forwards; }
.alt-pipe[data-phase="validate"] .alt-pipe__qbadge--warn { animation: altCheckPop .4s var(--ease-spring) .9s forwards; }
.alt-pipe__qbadge--ok { background: var(--ok); }
.alt-pipe__qbadge--warn { background: #E8A317; }
.alt-pipe__qflag { margin-top: 11px; font-size: 11.5px; font-weight: 700; color: #9A6B05; background: #FEF6E7;
  border: 1px solid #F4DFAC; border-radius: 999px; padding: 5px 11px; display: inline-flex; opacity: 0; }
.alt-pipe[data-phase="validate"] .alt-pipe__qflag { animation: altFieldIn .4s var(--ease-out) 1.15s both; }

/* ---- REVIEW: exception queue resolves mid-stage (1 → 0) ---- */
.alt-pipe__queue { width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 13px 15px; box-shadow: var(--sh-2); }
.alt-pipe__qhdr { display: flex; align-items: center; justify-content: space-between; font-size: 12.5px; font-weight: 700; color: var(--ink);
  padding-bottom: 10px; border-bottom: 1px solid var(--line-2); }
.alt-pipe__qhdr > span:first-child { display: inline-flex; align-items: center; gap: 7px; }
.alt-pipe__qcount { position: relative; min-width: 22px; height: 22px; display: inline-grid; }
.alt-pipe__qcount b { grid-area: 1 / 1; min-width: 22px; height: 22px; padding: 0 7px; border-radius: 999px; display: grid; place-items: center;
  font-family: "JetBrains Mono", monospace; font-weight: 700; font-size: 12px; }
.alt-pipe__qc1 { background: #FEF1D8; color: #9A6B05; }
.alt-pipe__qc0 { background: color-mix(in srgb, var(--ok) 14%, #fff); color: var(--ok-text); opacity: 0; }
.alt-pipe[data-phase="review"] .alt-pipe__qc1 { animation: altFadeOut .3s 1.0s both; }
.alt-pipe[data-phase="review"] .alt-pipe__qc0 { animation: altFadeIn .3s 1.1s both; }
.alt-pipe__qitem { position: relative; display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 11px 12px; border-radius: 10px;
  background: #FEF6E7; border: 1px solid #F4DFAC; }
.alt-pipe[data-phase="review"] .alt-pipe__qitem { animation: altQResolve .3s var(--ease-out) 1.05s forwards; }
@keyframes altQResolve { to { background: color-mix(in srgb, var(--ok) 9%, #fff); border-color: color-mix(in srgb, var(--ok) 26%, #fff); } }
.alt-pipe__qidesc { font-size: 12.5px; font-weight: 700; color: var(--ink); }
.alt-pipe__qibefore { margin-left: auto; font-family: "JetBrains Mono", monospace; font-size: 12px; color: var(--ink-2); }
.alt-pipe[data-phase="review"] .alt-pipe__qibefore { animation: altFadeOut .3s 1.15s both; }
.alt-pipe__qicheck { position: absolute; right: 12px; width: 22px; height: 22px; border-radius: 50%; background: var(--ok); color: #fff;
  display: grid; place-items: center; transform: scale(0); }
.alt-pipe[data-phase="review"] .alt-pipe__qicheck { animation: altCheckPop .4s var(--ease-spring) 1.2s forwards; }
.alt-pipe__qready { margin-top: 11px; font-size: 11.5px; font-weight: 700; color: var(--ok-text); opacity: 0; }
.alt-pipe[data-phase="review"] .alt-pipe__qready { animation: altFieldIn .4s var(--ease-out) 1.45s both; }
@keyframes altFadeIn { to { opacity: 1; } }
@keyframes altFadeOut { to { opacity: 0; } }

/* ---- journey rail (below the frame, always visible; fills L→R via --rail-i) ---- */
.alt-pipe__rail { position: relative; height: 54px; margin-top: 18px; }
.alt-pipe__railtrack { position: absolute; left: calc(100% / 12); right: calc(100% / 12); top: 8px; height: 3px; border-radius: 2px; background: var(--line); }
.alt-pipe__railfill { position: absolute; left: 0; top: 0; bottom: 0; right: 0; border-radius: 2px; transform-origin: left center;
  transform: scaleX(calc(max(var(--rail-i, 0), 0) / 5)); background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transition: transform .7s var(--ease-inout); }
.alt-pipe__dot { position: absolute; top: 0; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; }
.alt-pipe__dotwrap { height: 20px; display: grid; place-items: center; }
.alt-pipe__dotcore { position: relative; width: 9px; height: 9px; border-radius: 50%; background: #C7CDDA;
  transition: width .35s var(--ease-spring), height .35s var(--ease-spring), background .35s, box-shadow .35s; }
.alt-pipe__dot[data-state="done"] .alt-pipe__dotcore { width: 12px; height: 12px; background: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 20%, #fff); }
.alt-pipe__dot[data-state="active"] .alt-pipe__dotcore { width: 15px; height: 15px; background: var(--accent); box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent) 16%, transparent); }
.alt-pipe__dot[data-state="active"] .alt-pipe__dotcore::after { content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 34%, transparent); animation: altRailPulse 1.8s var(--ease-inout) infinite; }
@keyframes altRailPulse { 0% { transform: scale(1); opacity: .55; } 70% { transform: scale(2.6); opacity: 0; } 100% { transform: scale(2.6); opacity: 0; } }
.alt-pipe__dotlabel { margin-top: 7px; font-family: "JetBrains Mono", monospace; font-size: 10.5px; font-weight: 600; letter-spacing: .02em;
  white-space: nowrap; color: var(--ink-3); transition: color .3s; }
.alt-pipe__dot[data-state="active"] .alt-pipe__dotlabel { color: var(--accent); }
.alt-pipe__dot[data-state="done"] .alt-pipe__dotlabel { color: var(--ink-2); }

/* destination row landing */
.aox__trow.is-hi { position: relative; max-height: 64px; transition: max-height .6s var(--ease-out), opacity .5s var(--ease-out), padding .6s var(--ease-out); }
.aox__trow--landing { max-height: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; opacity: 0; overflow: hidden; }
.alt-pipe[data-phase="deliver"] .aox__trow.is-hi span { animation: altCellIn .4s var(--ease-out) both; }
.alt-pipe[data-phase="deliver"] .aox__trow.is-hi span:nth-child(2) { animation-delay: .05s; }
.alt-pipe[data-phase="deliver"] .aox__trow.is-hi span:nth-child(3) { animation-delay: .1s; }
.alt-pipe[data-phase="deliver"] .aox__trow.is-hi span:nth-child(4) { animation-delay: .15s; }
.alt-pipe[data-phase="deliver"] .aox__trow.is-hi span:nth-child(5) { animation-delay: .2s; }
.alt-pipe[data-phase="deliver"] .aox__trow.is-hi span:nth-child(6) { animation-delay: .25s; }
.alt-pipe[data-phase="deliver"] .aox__trow.is-hi span:nth-child(7) { animation-delay: .3s; }
.alt-pipe[data-phase="deliver"] .aox__trow.is-hi span:nth-child(8) { animation-delay: .35s; }
@keyframes altCellIn { from { opacity: 0; transform: translateX(-8px); } to { opacity: 1; transform: none; } }

/* ---- sticky capture bar ---- */
.alt-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; transform: translateY(110%);
  transition: transform .4s var(--ease-out); background: rgba(255,255,255,.9); -webkit-backdrop-filter: saturate(160%) blur(14px);
  backdrop-filter: saturate(160%) blur(14px); border-top: 1px solid var(--line); box-shadow: 0 -8px 30px -12px rgba(11,16,32,.18); }
.alt-sticky.is-in { transform: translateY(0); }
.alt-sticky__inner { max-width: var(--maxw); margin: 0 auto; padding: 14px 40px; display: flex; align-items: center; gap: 22px; }
.alt-sticky__msg b { display: block; color: var(--ink); font-size: 16px; font-weight: 800; }
.alt-sticky__msg span { color: var(--ink-3); font-size: 13.5px; }
.alt-sticky__inner .alt-capture-form { margin: 0; flex: 1; max-width: 480px; }
.alt-sticky__inner .alt-cf__micro, .alt-sticky__inner .alt-cf__err { display: none; }
.alt-sticky__inner .alt-cf__input { height: 46px; }
.alt-sticky__inner .alt-capture-form .alt-btn--lg { height: 46px; padding: 0 18px; }
.alt-sticky__x { margin-left: auto; width: 34px; height: 34px; flex: none; border-radius: 9px; border: 1px solid var(--line);
  background: #fff; color: var(--ink-3); cursor: pointer; font-size: 14px; line-height: 1; }
.alt-sticky__x:hover { color: var(--ink); border-color: var(--ink-3); }

/* ---- responsive (v2 additions) ---- */
@media (max-width: 980px) {
  .alt-capture-form--hero { margin-left: auto; margin-right: auto; }
}
@media (max-width: 720px) {
  .alt-sticky__msg { display: none; }
  .alt-sticky__inner { padding: 12px 22px; gap: 12px; }
}
@media (max-width: 600px) {
  /* phone: the animation keeps playing — drop the desktop sidebar so the Orders table
     (the story's destination) fills the frame, and tighten the staged story to fit */
  .alt-pipe .aox { grid-template-columns: 1fr; min-height: 440px; }
  .alt-pipe .aox__side { display: none; }
  .aox__main { padding: 14px 14px; }
  .aox__filters { display: none; }            /* filters row is noise at phone width */
  .aox__trow { grid-template-columns: 1.5fr .9fr 1fr .8fr; gap: 8px; }
  .aox__trow > :nth-child(5), .aox__trow > :nth-child(6),
  .aox__trow > :nth-child(7), .aox__trow > :nth-child(8) { display: none; } /* keep PO·Date·Status·Amount */
  .alt-arc svg { width: 340px; height: 340px; top: -5%; right: -16%; opacity: .7; }
  /* staged story at phone width */
  .alt-pipe__stagewrap { top: 42px; }
  .alt-pipe__focus { height: 250px; }
  .alt-pipe__moment { width: 94%; }
  .alt-pipe__rail { height: 30px; margin-top: 12px; }
  .alt-pipe__dotlabel { display: none; }   /* dots-only at phone width; the rail still marks the stage */
}
@media (max-width: 560px) {
  .alt-cf__input--co { flex: 1 1 100%; }
  .alt-capture-form .alt-btn--lg { flex: 1 1 100%; }
  .alt-nav__acct { display: none; }
  .alt-nav__inner { height: 64px; }
  .alt-btn--nav { padding: 9px 13px; font-size: 13.5px; }
}

/* ---- reduced motion (covers all v2 motion) ---- */
@media (prefers-reduced-motion: reduce) {
  .alt-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .alt-live, .alt-doc__scan { animation: none !important; }
  .alt-pipe__beam { display: none !important; }
  .alt-pipe__moment, .alt-pipe__doc, .alt-pipe__lines i, .alt-pipe__field, .alt-pipe__matchcard,
  .alt-pipe__check, .alt-pipe__type, .alt-pipe__qrow, .alt-pipe__qbadge, .alt-pipe__qflag, .alt-pipe__qitem,
  .alt-pipe__qicheck, .alt-pipe__qready, .alt-pipe__qc0, .alt-pipe__qc1, .alt-pipe__railfill { transition: none !important; animation: none !important; }
  .alt-pipe__dotcore::after { display: none !important; animation: none !important; }
  .alt-how__line path { stroke-dashoffset: 0 !important; animation: none !important; }
  .alt-step__icon, .alt-step__state { transition: none !important; }
  .alt-step__state { opacity: 1 !important; transform: none !important; }
  .alt-mq__track { animation: none !important; flex-wrap: wrap; justify-content: center; }
  .alt-cf__spinner { animation: none !important; }
  .alt-cf__check svg path { stroke-dashoffset: 0 !important; animation: none !important; }
  .alt-cf__success, .alt-sticky, .alt-fcard, .alt-fcard__icon { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto !important; }
  /* park the pipeline on its finished frame regardless of JS: row landed, story overlay gone */
  .aox__trow--landing { max-height: 64px !important; opacity: 1 !important; padding-top: 16px !important; padding-bottom: 16px !important; }
  .alt-pipe__focus { opacity: 0 !important; }
}

/* ---- contact page (KAN-237) ---- */
.alt-contact { max-width: var(--maxw); margin: 0 auto; padding: 132px 40px 90px; }
.alt-contact__head { text-align: center; max-width: 760px; margin: 0 auto 50px; }
.alt-contact__sub { color: var(--ink-2); font-size: 18px; line-height: 1.55; margin: 16px auto 0; max-width: 54ch; }
.alt-contact__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: start; }
.alt-contact__card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px; box-shadow: 0 1px 2px rgba(11,16,32,.04); }
.alt-contact__card h2 { font-family: var(--heading-font), sans-serif; font-weight: 600; font-size: 21px; color: var(--ink); margin: 0 0 18px; }
.alt-contact__map { width: 100%; height: 320px; border: 0; border-radius: 14px; display: block; }
.alt-contact__addr { font-style: normal; color: var(--ink-2); font-size: 15px; line-height: 1.6; margin: 0 0 20px; }
.alt-contact__addr-name { display: block; font-weight: 700; color: var(--ink); margin-bottom: 4px; font-size: 16px; }
.alt-contact__addr a { color: var(--accent); font-weight: 600; }
.opcrm-webform { min-height: 220px; }
@media (max-width: 860px) { .alt-contact__grid { grid-template-columns: 1fr; gap: 28px; } .alt-contact { padding: 112px 22px 70px; } }

/* redesigned header avatar (KAN-237) — filled, distinct from the old thin outline; links to /contact */
.alt-nav__avatar { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: color-mix(in srgb, var(--accent) 12%, #fff); border: 1px solid color-mix(in srgb, var(--accent) 26%, var(--line)); color: var(--accent); transition: background .15s, transform .15s; flex: none; }
.alt-nav__avatar:hover { background: color-mix(in srgb, var(--accent) 20%, #fff); transform: translateY(-1px); }
.alt-logo-link { text-decoration: none; cursor: pointer; display: inline-flex; }

/* sticky-bar CTA button (KAN-237) — push right on desktop, full-width on mobile */
.alt-sticky__cta { margin-left: auto; }
@media (max-width: 600px) { .alt-sticky__cta { margin-left: 0; flex: 1 1 auto; justify-content: center; } }
