/* ============================================================
   Championsys CRM — Section & component styles
   ============================================================ */

/* ---------------- Navbar ---------------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: padding .35s cubic-bezier(.2,.8,.2,1);
  padding-top: 1rem;
}
.nav-inner {
  display: flex; align-items: center; gap: 1.5rem;
  max-width: var(--maxw); margin-inline: auto;
  padding: 0.7rem clamp(1rem, 3vw, 1.4rem);
  border-radius: 100px;
  transition: background .35s, box-shadow .35s, border-color .35s, max-width .35s;
  border: 1px solid transparent;
}
.nav.scrolled { padding-top: 0.6rem; }
.nav.scrolled .nav-inner {
  max-width: 1140px;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(24px) saturate(170%);
  -webkit-backdrop-filter: blur(24px) saturate(170%);
  border-color: var(--hairline);
  box-shadow: var(--sh-md);
}
.brand { display: flex; align-items: center; gap: 0.6rem; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
  background: var(--grad-cta); color: #fff; box-shadow: var(--sh-violet);
}
.brand-mark svg { width: 19px; height: 19px; }
.brand small { display: block; font-family: var(--font-sans); font-weight: 500; font-size: 0.62rem; letter-spacing: 0.14em; color: var(--ink-3); text-transform: uppercase; margin-top: -2px; }
.nav-links { display: flex; align-items: center; gap: 0.4rem; margin-left: auto; }
.nav-links a { padding: 0.5rem 0.85rem; border-radius: 100px; font-weight: 500; font-size: 0.94rem; color: var(--ink-2); transition: color .2s, background .2s; }
.nav-links a:hover { color: var(--ink); background: var(--surface-tint); }
.nav-cta { display: flex; align-items: center; gap: 0.6rem; }
.nav-toggle { display: none; width: 42px; height: 42px; border-radius: 12px; place-items: center; margin-left: auto; }
.nav-toggle svg { width: 24px; height: 24px; }

.mobile-menu { display: none; }
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: grid; }
  .nav.scrolled .nav-inner, .nav-inner { background: rgba(255,255,255,0.85); backdrop-filter: blur(24px) saturate(170%); border-color: var(--hairline); box-shadow: var(--sh-sm); }
  .mobile-menu {
    display: block; position: fixed; inset: 0; z-index: 99;
    background: rgba(255,255,255,0.96); backdrop-filter: blur(20px);
    padding: 6rem var(--gutter) 2rem; opacity: 0; pointer-events: none; transition: opacity .3s;
  }
  .mobile-menu.open { opacity: 1; pointer-events: auto; }
  .mobile-menu a { display: block; font-family: var(--font-display); font-size: 1.6rem; font-weight: 500; padding: 0.9rem 0; border-bottom: 1px solid var(--hairline); }
  .mobile-menu .btn { width: 100%; margin-top: 1rem; }
}

/* ---------------- Hero ---------------- */
.hero { position: relative; padding-top: clamp(7rem, 14vw, 10rem); padding-bottom: clamp(3rem, 6vw, 5rem); overflow: hidden; }
.hero .blob-v { top: -12vw; left: -8vw; }
.hero .blob-c { top: 8vw; right: -10vw; animation-delay: -6s; }
.hero .blob-f { bottom: -12vw; left: 30vw; animation-delay: -11s; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero-h1 { font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1.02; letter-spacing: -0.03em; }
.hero-h1 .word { display: inline-block; opacity: 0; transform: translateY(0.4em); animation: wordUp .7s cubic-bezier(.2,.8,.2,1) forwards; }
@keyframes wordUp { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .hero-h1 .word { opacity: 1; transform: none; animation: none; } }
.hero-sub { margin-top: 1.5rem; font-size: clamp(1.08rem, 1.7vw, 1.3rem); color: var(--ink-2); max-width: 34ch; }
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.9rem 1rem; margin-top: 2rem; }
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; margin-top: 2.2rem; color: var(--ink-2); font-size: 0.9rem; }
.hero-trust .stars { display: inline-flex; gap: 2px; color: var(--amber); }
.hero-trust .stars svg { width: 16px; height: 16px; fill: currentColor; }
.avatars { display: flex; }
.avatars span { width: 32px; height: 32px; border-radius: 50%; border: 2px solid #fff; margin-left: -10px; background: var(--grad-cta); display: grid; place-items: center; color: #fff; font-size: 0.72rem; font-weight: 600; }
.avatars span:first-child { margin-left: 0; }
.avatars span:nth-child(2) { background: linear-gradient(135deg, #06b6d4, #10b981); }
.avatars span:nth-child(3) { background: linear-gradient(135deg, #d946ef, #7c3aed); }
.avatars span:nth-child(4) { background: linear-gradient(135deg, #f59e0b, #ef4444); }

/* Hero bento */
.hero-bento { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; position: relative; }
.tile { padding: 1.1rem; border-radius: var(--radius-sm); position: relative; overflow: hidden; }
.tile-head { display: flex; align-items: center; gap: 0.55rem; font-weight: 600; font-size: 0.85rem; margin-bottom: 0.85rem; }
.tile-ic { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; flex: none; }
.tile-ic svg { width: 16px; height: 16px; }
.ic-violet { background: var(--violet-50); color: var(--violet); }
.ic-cyan { background: var(--cyan-50); color: var(--cyan-600); }
.ic-fuchsia { background: var(--fuchsia-50); color: var(--fuchsia); }
.ic-emerald { background: var(--emerald-50); color: var(--emerald); }

.tile-chat { grid-row: span 2; }
.chat-log { display: flex; flex-direction: column; gap: 0.55rem; }
.bubble { padding: 0.6rem 0.8rem; border-radius: 13px; font-size: 0.82rem; max-width: 92%; line-height: 1.45; }
.bubble.user { align-self: flex-end; background: var(--grad-cta); color: #fff; border-bottom-right-radius: 4px; }
.bubble.ai { align-self: flex-start; background: var(--surface-tint); color: var(--ink); border-bottom-left-radius: 4px; border: 1px solid var(--hairline); }
.typing { display: inline-flex; gap: 3px; padding: 0.7rem 0.85rem; }
.typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--ink-3); animation: bounce 1.2s infinite; }
.typing i:nth-child(2) { animation-delay: .18s; } .typing i:nth-child(3) { animation-delay: .36s; }
@keyframes bounce { 0%,60%,100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-5px); opacity: 1; } }

.writer { font-size: 0.84rem; color: var(--ink-2); line-height: 1.5; min-height: 3.6em; }
.writer .caret { display: inline-block; width: 2px; height: 1em; background: var(--violet); margin-left: 1px; vertical-align: -2px; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }

/* Scoring dial */
.dial-wrap { display: flex; align-items: center; gap: 0.9rem; }
.dial { position: relative; width: 74px; height: 74px; flex: none; }
.dial svg { transform: rotate(-90deg); width: 74px; height: 74px; }
.dial .track { stroke: var(--surface-tint); }
.dial .fill { stroke: url(#dialgrad); stroke-linecap: round; transition: stroke-dashoffset 1.4s cubic-bezier(.2,.8,.2,1); }
.dial-num { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; }
.dial-meta .lab { font-size: 0.78rem; color: var(--ink-3); }
.dial-meta .val { font-weight: 600; font-size: 0.9rem; }

/* Q4 bars */
.bars { display: flex; align-items: flex-end; gap: 8px; height: 66px; margin-top: 0.3rem; }
.bars .bar { flex: 1; border-radius: 6px 6px 0 0; background: var(--grad-cta); height: 0; transition: height 1.1s cubic-bezier(.2,.8,.2,1); opacity: .85; }
.bars .bar:last-child { background: linear-gradient(180deg, var(--fuchsia), var(--violet)); opacity: 1; }
.q4-top { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 0.2rem; }
.q4-top .big { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; }

.float-chip {
  position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.5rem 0.8rem; border-radius: 100px; font-size: 0.8rem; font-weight: 600;
  animation: float 6s ease-in-out infinite;
}
.float-chip svg { width: 15px; height: 15px; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }
.chip-1 { top: -14px; right: 8%; color: var(--emerald); }
.chip-2 { bottom: -14px; left: -10px; color: var(--violet); animation-delay: -3s; }

/* ---------------- Social proof strip ---------------- */
.proof { border-block: 1px solid var(--hairline); background: var(--base-subtle); }
.proof-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem 3rem; padding-block: 2rem; text-align: center; }
.proof-stat { display: flex; align-items: center; gap: 0.7rem; }
.proof-stat .n { font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; }
.proof-stat .t { color: var(--ink-2); font-size: 0.9rem; max-width: 16ch; text-align: left; }
.proof-sep { width: 1px; height: 34px; background: var(--hairline-strong); }
@media (max-width: 720px) { .proof-sep { display: none; } }

/* ---------------- Problem → Promise ---------------- */
.pp-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(1rem, 3vw, 2.5rem); align-items: stretch; }
.pp-col { padding: clamp(1.5rem, 3vw, 2.4rem); border-radius: var(--radius); }
.pp-old { background: var(--surface-tint); border: 1px solid var(--hairline); }
.pp-new { background: var(--ink); color: #fff; border: 1px solid var(--ink); position: relative; overflow: hidden; }
.pp-new .aurora .blob { opacity: .4; }
.pp-new .blob-v { top: -30%; right: -20%; } .pp-new .blob-c { bottom: -30%; left: -10%; }
.pp-col h3 { font-size: 1.35rem; margin-bottom: 1.1rem; position: relative; z-index: 2; }
.pp-list { display: flex; flex-direction: column; gap: 0.8rem; position: relative; z-index: 2; }
.pp-item { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.98rem; }
.pp-item svg { width: 20px; height: 20px; flex: none; margin-top: 2px; }
.pp-old .pp-item { color: var(--ink-2); } .pp-old .pp-item svg { color: var(--red); }
.pp-new .pp-item { color: rgba(255,255,255,.9); } .pp-new .pp-item svg { color: var(--emerald); }
.pp-arrow { display: grid; place-items: center; }
.pp-arrow div { width: 54px; height: 54px; border-radius: 50%; background: var(--grad-cta); display: grid; place-items: center; color: #fff; box-shadow: var(--sh-violet); }
.pp-arrow svg { width: 24px; height: 24px; }
@media (max-width: 860px) {
  .pp-grid { grid-template-columns: 1fr; }
  .pp-arrow div { transform: rotate(90deg); }
}

/* ---------------- Features bento ---------------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.25rem; }
.feat { padding: 1.6rem; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; }
.feat:hover { transform: translateY(-8px); box-shadow: var(--sh-lg); }
.feat .glow { position: absolute; width: 200px; height: 200px; border-radius: 50%; filter: blur(70px); opacity: 0; transition: opacity .4s; top: -60px; right: -40px; z-index: 0; }
.feat:hover .glow { opacity: .5; }
.feat > * { position: relative; z-index: 1; }
.feat-linkedin { grid-column: span 4; grid-row: span 2; display: flex; flex-direction: column; gap: 1.3rem; } .feat-linkedin .glow { background: var(--cyan); }
.feat-score { grid-column: span 2; } .feat-score .glow { background: var(--cyan); }
.feat-writer { grid-column: span 2; } .feat-writer .glow { background: var(--fuchsia); }
.feat-agent { grid-column: span 6; background: var(--base-subtle); display: flex; flex-direction: row; align-items: center; gap: 1.2rem; padding: 1.3rem 1.5rem; }
.feat-agent:hover { transform: translateY(-4px); }
.feat-agent .feat-ic { flex: none; }
.feat-agent h3 { font-size: 1.08rem; margin: 0; }
.feat-agent p { font-size: 0.92rem; margin-top: 0.3rem; }
.feat h3 { font-size: 1.3rem; margin: 0.9rem 0 0.5rem; }
.feat p { color: var(--ink-2); font-size: 0.96rem; }
.feat-ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; }
.feat-ic svg { width: 23px; height: 23px; }
.feat-title-row { display: flex; align-items: center; gap: 0.55rem; margin: 0.9rem 0 0.5rem; }
.feat-title-row h3 { margin: 0; }
.fl-copy .feat-ic { margin-bottom: 0; }
.fl-title { margin: 0.9rem 0 0.5rem; }
.fl-title h3 { margin: 0; }
.fl-eyebrow { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.8rem; font-weight: 600; color: var(--cyan-600); margin-top: 0.2rem; }
.fl-eyebrow svg { width: 14px; height: 14px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.tag { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.82rem; font-weight: 500; padding: 0.4rem 0.75rem; border-radius: 100px; background: var(--surface-tint); border: 1px solid var(--hairline); color: var(--ink-2); }
.tag svg { width: 14px; height: 14px; color: var(--cyan-600); }

/* LinkedIn live "despiece" profile card */
.fl-visual { margin-top: auto; position: relative; }
.li-sync { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; font-weight: 600; color: var(--cyan-600); background: var(--cyan-50); border: 1px solid rgba(6,182,212,.2); padding: 0.4rem 0.75rem; border-radius: 100px; margin-bottom: 0.9rem; transition: all .3s; }
.li-sync.done { color: #047857; background: var(--emerald-50); border-color: rgba(16,185,129,.25); }
.li-card { position: relative; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-sm); box-shadow: var(--sh-md); overflow: hidden; }
.li-banner { height: 56px; background: linear-gradient(120deg, #0a66c2, #378fe9); position: relative; overflow: hidden; }
.li-bg { position: absolute; right: 10px; top: 8px; width: 40px; height: 40px; color: rgba(255,255,255,.35); }
.li-avatar { position: absolute; top: 30px; left: 20px; width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg,#7c3aed,#6366f1); border: 3px solid #fff; color: #fff; display: grid; place-items: center; font-weight: 700; z-index: 2; }
.li-info { padding: 1.6rem 1.2rem 1.2rem; }
.li-line { position: relative; }
.li-name { height: 1.4em; margin-bottom: 0.25rem; }
.li-role { height: 1.2em; margin-bottom: 0.8rem; }
.li-sk { position: absolute; inset: 0; width: 60%; border-radius: 6px; background: linear-gradient(90deg, var(--surface-tint), var(--hairline), var(--surface-tint)); background-size: 200% 100%; animation: skwave 1.3s linear infinite; }
.li-role .li-sk { width: 45%; }
.li-tx { opacity: 0; font-weight: 700; transition: opacity .4s; }
.li-name .li-tx { font-size: 1.05rem; }
.li-role .li-tx { font-size: 0.85rem; font-weight: 500; color: var(--ink-2); }
.li-card.done .li-sk { display: none; }
.li-card.done .li-tx { opacity: 1; }
@keyframes skwave { from { background-position: 200% 0; } to { background-position: -120% 0; } }
.li-badges { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.li-badge { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.75rem; font-weight: 600; padding: 0.28rem 0.6rem; border-radius: 100px; background: var(--emerald-50); color: #047857; opacity: 0; transform: translateY(8px) scale(.9); transition: opacity .4s, transform .4s cubic-bezier(.2,1.3,.4,1); }
.li-badge svg { width: 13px; height: 13px; }
.li-badge.signal { background: var(--violet-50); color: var(--violet-600); }
.li-badge.show { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .li-sk { display: none; } .li-tx, .li-badge { opacity: 1; transform: none; } }

/* Predictive scoring mini */
.score-mini { margin-top: auto; padding-top: 1.1rem; }
.score-mini-top { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 0.5rem; }
.score-mini-top span:first-child { font-size: 0.85rem; font-weight: 600; }
.score-mini-num { font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.score-mini-track { height: 9px; border-radius: 100px; background: var(--surface-tint); overflow: hidden; }
.score-mini-fill { display: block; height: 100%; width: 0; border-radius: 100px; background: var(--grad-cta); transition: width 1.3s cubic-bezier(.2,.8,.2,1); }
.score-mini-lab { font-size: 0.78rem; color: var(--ink-3); margin-top: 0.6rem; display: flex; align-items: center; gap: 0.4rem; }

/* Redactor mini writer */
.mini-writer { margin-top: auto; padding-top: 1rem; font-size: 0.82rem; color: var(--ink-2); line-height: 1.5; min-height: 4.2em; }
.mini-writer .caret { display: inline-block; width: 2px; height: 1em; background: var(--fuchsia); margin-left: 1px; vertical-align: -2px; animation: blink 1s steps(1) infinite; }

@media (max-width: 900px) {
  .bento { grid-template-columns: 1fr 1fr; }
  .feat-linkedin, .feat-score, .feat-writer, .feat-agent { grid-column: span 2; grid-row: auto; }
}
@media (max-width: 560px) {
  .bento { grid-template-columns: 1fr; }
  .feat-linkedin, .feat-score, .feat-writer, .feat-agent { grid-column: span 1; }
  .feat-agent { flex-direction: column; align-items: flex-start; }
}

/* ---------------- Product showcase ---------------- */
.showcase { position: relative; overflow: hidden; }
.showcase .blob-v { top: 10%; left: -10%; opacity: .35; } .showcase .blob-f { bottom: -10%; right: -10%; opacity: .3; }
.os { position: relative; z-index: 2; perspective: 1800px; }
.os-frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--sh-lg); border: 1px solid var(--hairline); background: var(--surface); transform: rotateX(6deg); transform-style: preserve-3d; transition: transform .5s ease-out; }
.os-frame.flat { transform: none; }
.os-bar { display: flex; align-items: center; gap: 0.5rem; padding: 0.8rem 1.1rem; border-bottom: 1px solid var(--hairline); background: var(--base-subtle); }
.os-bar .dots { display: flex; gap: 6px; } .os-bar .dots span { width: 11px; height: 11px; border-radius: 50%; background: var(--hairline-strong); }
.os-tabs { display: flex; gap: 0.3rem; margin-left: 1rem; }
.os-tab { font-size: 0.82rem; font-weight: 500; color: var(--ink-2); padding: 0.35rem 0.8rem; border-radius: 100px; transition: all .2s; }
.os-tab.active { background: var(--violet-50); color: var(--violet-600); }
.os-body { padding: clamp(1rem, 3vw, 1.8rem); background: var(--base-subtle); min-height: 380px; }
.os-view { display: none; animation: fadeIn .5s ease-out; }
.os-view.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 1.2rem; }
.stat-card { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-sm); padding: 1.1rem; box-shadow: var(--sh-sm); }
.stat-card .lab { font-size: 0.8rem; color: var(--ink-3); display: flex; align-items: center; gap: 0.4rem; }
.stat-card .lab svg { width: 15px; height: 15px; }
.stat-card .num { font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; margin: 0.35rem 0 0.2rem; }
.stat-card .trend { font-size: 0.8rem; font-weight: 600; display: inline-flex; align-items: center; gap: 0.2rem; }
.trend.up { color: var(--emerald); } .trend.down { color: var(--red); }
@media (max-width: 640px) { .stat-grid { grid-template-columns: 1fr 1fr; } }

.kanban { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.kcol { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-sm); padding: 0.9rem; }
.kcol h5 { font-size: 0.82rem; font-weight: 600; color: var(--ink-2); display: flex; justify-content: space-between; margin-bottom: 0.8rem; }
.kcol h5 span { color: var(--ink-3); }
.deal { background: var(--surface-tint); border: 1px solid var(--hairline); border-radius: 11px; padding: 0.7rem; margin-bottom: 0.6rem; cursor: grab; transition: transform .25s, box-shadow .25s; }
.deal:hover { transform: translateY(-3px); box-shadow: var(--sh-sm); }
.deal .co { font-weight: 600; font-size: 0.88rem; }
.deal .row { display: flex; align-items: center; justify-content: space-between; margin-top: 0.4rem; }
.deal .amt { font-size: 0.82rem; color: var(--ink-2); }
.pill-score { font-size: 0.72rem; font-weight: 700; padding: 0.15rem 0.5rem; border-radius: 100px; }
.ps-hi { background: var(--emerald-50); color: #047857; } .ps-mid { background: #fffbeb; color: #b45309; } .ps-lo { background: #fef2f2; color: #b91c1c; }
@media (max-width: 640px) { .kanban { grid-template-columns: 1fr; } }

/* automations flow */
.flow { display: flex; align-items: center; justify-content: center; gap: 0.8rem; flex-wrap: wrap; padding: 1rem 0; }
.node { background: var(--surface); border: 1px solid var(--hairline); border-radius: 14px; padding: 0.9rem 1.1rem; font-size: 0.88rem; font-weight: 600; display: flex; align-items: center; gap: 0.5rem; box-shadow: var(--sh-sm); }
.node svg { width: 17px; height: 17px; }
.node.ai { background: var(--grad-cta); color: #fff; border-color: transparent; }
.node-branch { display: flex; flex-direction: column; gap: 0.6rem; }
.flow-arrow { color: var(--ink-3); }
.flow-arrow svg { width: 22px; height: 22px; }
@media (max-width: 700px) { .flow { flex-direction: column; } .flow-arrow { transform: rotate(90deg); } }

/* ---------------- Demo (voice → record) ---------------- */
.demo { position: relative; overflow: hidden; }
.demo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
@media (max-width: 860px) { .demo-grid { grid-template-columns: 1fr; } }
.voice-box { padding: 1.5rem; }
.voice-head { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1rem; }
.mic { width: 46px; height: 46px; border-radius: 50%; background: var(--grad-cta); display: grid; place-items: center; color: #fff; flex: none; position: relative; }
.mic svg { width: 20px; height: 20px; }
.mic::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid var(--violet); opacity: 0; animation: pulse 2s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(.9); opacity: .7; } 100% { transform: scale(1.5); opacity: 0; } }
.wave { display: flex; align-items: center; gap: 3px; height: 28px; }
.wave i { width: 3px; border-radius: 3px; background: var(--violet); height: 30%; animation: wave 1s ease-in-out infinite; }
@keyframes wave { 0%,100% { height: 25%; } 50% { height: 100%; } }
.voice-text { font-size: 0.98rem; color: var(--ink); line-height: 1.55; background: var(--surface-tint); border: 1px solid var(--hairline); border-radius: var(--radius-sm); padding: 1rem; min-height: 5em; }
.voice-text .caret { display: inline-block; width: 2px; height: 1em; background: var(--violet); vertical-align: -2px; animation: blink 1s steps(1) infinite; }
.record { padding: 1.5rem; opacity: 0; transform: translateY(20px); transition: opacity .6s, transform .6s; }
.record.show { opacity: 1; transform: none; }
.record-head { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.1rem; }
.record-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #06b6d4, #10b981); display: grid; place-items: center; color: #fff; font-weight: 700; }
.record-field { display: flex; align-items: center; justify-content: space-between; padding: 0.7rem 0; border-bottom: 1px solid var(--hairline); font-size: 0.92rem; }
.record-field:last-child { border-bottom: none; }
.record-field .k { color: var(--ink-3); } .record-field .v { font-weight: 600; }
.sparkle { position: absolute; pointer-events: none; color: var(--violet); animation: sparkle .9s ease-out forwards; }
@keyframes sparkle { 0% { transform: scale(0) rotate(0); opacity: 1; } 100% { transform: scale(1.4) rotate(90deg); opacity: 0; } }

/* ---------------- Feature matrix ---------------- */
.matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 900px) { .matrix { grid-template-columns: 1fr; } }
.mcol { padding: 1.6rem; }
.mcol-head { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--hairline); }
.mcol-head h3 { font-size: 1.15rem; }
.mcol-ic { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; flex: none; }
.mcol-ic svg { width: 20px; height: 20px; }
.mrow { display: flex; align-items: flex-start; gap: 0.6rem; padding: 0.55rem 0; font-size: 0.94rem; color: var(--ink-2); }
.mrow svg { width: 18px; height: 18px; color: var(--emerald); flex: none; margin-top: 2px; }

/* ---------------- Comparison (dark contrast block) ---------------- */
.compare { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.compare .aurora .blob { opacity: .3; } .compare .blob-v { top: -20%; left: -5%; } .compare .blob-f { bottom: -20%; right: -5%; }
.compare .eyebrow { background: rgba(124,58,237,.2); border-color: rgba(124,58,237,.3); color: #c4b5fd; }
.compare .h2 { color: #fff; }
.compare .lede { color: rgba(255,255,255,.7); }
.ctable { position: relative; z-index: 2; width: 100%; border-collapse: collapse; margin-top: 2.5rem; background: rgba(255,255,255,.03); border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.ctable th, .ctable td { padding: 1rem 1.2rem; text-align: left; }
.ctable thead th { font-family: var(--font-display); font-size: 0.9rem; font-weight: 500; color: rgba(255,255,255,.6); border-bottom: 1px solid rgba(255,255,255,.1); }
.ctable thead th.us { color: #fff; }
.ctable .us { background: linear-gradient(180deg, rgba(124,58,237,.22), rgba(6,182,212,.1)); position: relative; text-align: center; }
.ctable thead .us { border-bottom: 2px solid var(--violet); }
.ctable tbody td { border-bottom: 1px solid rgba(255,255,255,.06); font-size: 0.94rem; }
.ctable tbody tr:last-child td { border-bottom: none; }
.ctable .feat-name { color: rgba(255,255,255,.85); font-weight: 500; }
.ctable .col-comp { text-align: center; color: rgba(255,255,255,.4); }
.ctable .yes { color: var(--emerald); display: inline-flex; } .ctable .yes svg { width: 20px; height: 20px; }
.ctable .no { color: rgba(255,255,255,.25); display: inline-flex; } .ctable .no svg { width: 18px; height: 18px; }
.ctable .excl { display: inline-block; font-size: 0.62rem; font-weight: 700; color: var(--fuchsia-400); letter-spacing: .08em; margin-left: 0.4rem; vertical-align: middle; }
.ctable-scroll { overflow-x: auto; }
@media (max-width: 640px) { .ctable th, .ctable td { padding: 0.75rem 0.7rem; font-size: 0.82rem; } }

/* ---------------- Pricing ---------------- */
.pricing { position: relative; overflow: hidden; }
.pricing .blob-v { top: 0; right: -10%; opacity: .3; }
.toggle { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.35rem; background: var(--surface-tint); border: 1px solid var(--hairline); border-radius: 100px; margin: 1.5rem auto 0; }
.toggle button { padding: 0.55rem 1.1rem; border-radius: 100px; font-weight: 600; font-size: 0.92rem; color: var(--ink-2); transition: all .3s; position: relative; }
.toggle button.active { background: var(--surface); color: var(--ink); box-shadow: var(--sh-sm); }
.toggle .save { font-size: 0.68rem; color: var(--emerald); font-weight: 700; margin-left: 0.3rem; }
.price-card { max-width: 460px; margin: 2.5rem auto 0; padding: 2.5rem; text-align: center; position: relative; z-index: 2; border: 1px solid var(--hairline); box-shadow: var(--sh-lg); }
.price-card::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; background: var(--grad-conic); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: .5; animation: spin 6s linear infinite; z-index: -1; }
@keyframes spin { to { transform: rotate(360deg); } }
.price-amt { display: flex; align-items: baseline; justify-content: center; gap: 0.3rem; margin: 1rem 0 0.3rem; }
.price-amt .strike { font-size: 1.3rem; color: var(--ink-3); text-decoration: line-through; margin-right: 0.4rem; }
.price-amt .num { font-family: var(--font-display); font-weight: 700; font-size: 4rem; line-height: 1; }
.price-amt .per { color: var(--ink-2); font-size: 0.95rem; }
.price-billed { color: var(--ink-3); font-size: 0.88rem; }
.price-feats { text-align: left; display: grid; gap: 0.7rem; margin: 1.8rem 0; }
.price-feats li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.95rem; }
.price-feats svg { width: 19px; height: 19px; color: var(--emerald); flex: none; margin-top: 2px; }
.price-card .btn { width: 100%; }
.trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.8rem 1.5rem; margin-top: 2.5rem; color: var(--ink-2); font-size: 0.88rem; }
.trust-badges span { display: inline-flex; align-items: center; gap: 0.45rem; }
.trust-badges svg { width: 17px; height: 17px; color: var(--emerald); }

/* ---------------- FAQ ---------------- */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 2.5rem; max-width: 960px; margin-inline: auto; }
@media (max-width: 760px) { .faq-grid { grid-template-columns: 1fr; } }
.faq-item { border-bottom: 1px solid var(--hairline); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: 100%; text-align: left; padding: 1.2rem 0; font-family: var(--font-display); font-weight: 500; font-size: 1.08rem; }
.faq-q svg { width: 20px; height: 20px; color: var(--violet); flex: none; transition: transform .3s; }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; color: var(--ink-2); font-size: 0.96rem; }
.faq-a p { padding-bottom: 1.2rem; }

/* ---------------- CTA final ---------------- */
.cta-final { position: relative; overflow: hidden; }
.cta-box { background: var(--ink); border-radius: var(--radius-lg); padding: clamp(2.5rem, 6vw, 5rem); text-align: center; position: relative; overflow: hidden; color: #fff; }
.cta-box .aurora .blob { opacity: .5; }
.cta-box .blob-v { top: -30%; left: 10%; } .cta-box .blob-c { bottom: -30%; right: 5%; } .cta-box .blob-f { top: 20%; right: 30%; }
.cta-box > * { position: relative; z-index: 2; }
.cta-box h2 { font-size: clamp(2rem, 5vw, 3.6rem); color: #fff; }
.cta-box p { color: rgba(255,255,255,.75); font-size: 1.15rem; max-width: 46ch; margin: 1.2rem auto 2rem; }
.cta-box .hero-cta { justify-content: center; }
.cta-box .btn-secondary { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.2); backdrop-filter: blur(10px); }
.cta-box .cta-note { color: rgba(255,255,255,.6); }

/* ---------------- Contact ---------------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info .h2 { margin-top: 1rem; }
.contact-mail { display: inline-flex; align-items: center; gap: 0.6rem; margin-top: 1.5rem; font-weight: 600; color: var(--violet-600); }
.contact-mail svg { width: 18px; height: 18px; }
.contact-note { display: flex; align-items: center; gap: 0.5rem; margin-top: 1.5rem; color: var(--ink-3); font-size: 0.88rem; }
.contact-note svg { width: 16px; height: 16px; color: var(--emerald); }
.form { padding: 1.8rem; }
.form-ai { display: flex; align-items: center; gap: 0.6rem; padding: 0.8rem 1rem; border-radius: var(--radius-sm); background: var(--violet-50); border: 1px solid rgba(124,58,237,.14); font-size: 0.88rem; color: var(--violet-600); margin-bottom: 1.3rem; font-weight: 500; }
.form-ai svg { width: 17px; height: 17px; flex: none; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.4rem; }
.field input, .field textarea { width: 100%; padding: 0.8rem 1rem; border-radius: var(--radius-sm); border: 1px solid var(--hairline-strong); background: var(--surface-tint); font: inherit; font-size: 0.95rem; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--violet); box-shadow: 0 0 0 3px rgba(124,58,237,.12); background: #fff; }
.field textarea { resize: vertical; min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 480px) { .form-row { grid-template-columns: 1fr; } }
.form .btn { width: 100%; margin-top: 0.5rem; }

/* ---------------- Footer ---------------- */
.footer { background: var(--base-band); border-top: 1px solid var(--hairline); padding-block: 3.5rem 2rem; }
.footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.footer .brand { margin-bottom: 0.8rem; }
.footer-tag { color: var(--ink-2); font-size: 0.92rem; max-width: 34ch; }
.footer-cols { display: flex; gap: clamp(2rem, 6vw, 5rem); flex-wrap: wrap; }
.footer-col h5 { font-size: 0.8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 1rem; font-family: var(--font-sans); font-weight: 600; }
.footer-col a { display: block; color: var(--ink-2); font-size: 0.92rem; padding: 0.35rem 0; transition: color .2s; }
.footer-col a:hover { color: var(--violet-600); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 2rem; border-top: 1px solid var(--hairline); color: var(--ink-3); font-size: 0.86rem; }

/* ---------------- Mobile sticky CTA ---------------- */
.sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; display: none; padding: 0.8rem var(--gutter); background: rgba(255,255,255,.9); backdrop-filter: blur(20px); border-top: 1px solid var(--hairline); box-shadow: 0 -8px 30px -12px rgba(15,15,22,.15); transform: translateY(120%); transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.sticky-cta.show { transform: none; }
.sticky-cta .btn { width: 100%; }
@media (max-width: 900px) { .sticky-cta { display: block; } body { padding-bottom: 0; } }

/* ---------------- FAB chat ---------------- */
.fab { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 88; width: 58px; height: 58px; border-radius: 50%; background: var(--grad-cta); color: #fff; display: grid; place-items: center; box-shadow: var(--sh-violet); transition: transform .3s; }
.fab:hover { transform: scale(1.08) translateY(-2px); }
.fab svg { width: 25px; height: 25px; }
.fab::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--violet); animation: pulse 2.4s ease-out infinite; }
@media (max-width: 900px) { .fab { bottom: 5.2rem; width: 50px; height: 50px; } .fab svg { width: 22px; height: 22px; } }

/* hero responsive */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-sub { max-width: 46ch; }
  .hero-bento { max-width: 520px; }
}

/* secondary pages */
.doc { padding-top: clamp(7rem, 12vw, 9rem); padding-bottom: 5rem; }
.doc-body { max-width: 780px; }
.doc-body h2 { font-size: 1.5rem; margin: 2.5rem 0 1rem; }
.doc-body h3 { font-size: 1.15rem; margin: 1.8rem 0 0.6rem; }
.doc-body p, .doc-body li { color: var(--ink-2); margin-bottom: 0.9rem; font-size: 1rem; }
.doc-body ul { padding-left: 1.3rem; list-style: disc; }
.doc-body ul li { margin-bottom: 0.5rem; }
.back-link { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--violet-600); font-weight: 600; margin-bottom: 1.5rem; }
.back-link svg { width: 17px; height: 17px; }
.support-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 2.5rem; }
@media (max-width: 800px){ .support-grid { grid-template-columns: 1fr; } }
.urgency-table { width: 100%; border-collapse: collapse; margin-top: 1.5rem; }
.urgency-table th, .urgency-table td { padding: 0.85rem 1rem; text-align: left; border-bottom: 1px solid var(--hairline); font-size: 0.92rem; }
.urgency-table th { font-family: var(--font-display); font-weight: 500; color: var(--ink); background: var(--surface-tint); }
.urgency-table td { color: var(--ink-2); }
.u-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 0.5rem; vertical-align: middle; }

/* ============================================================
   Brand lockup (real logo + CRM·IA)
   ============================================================ */
.brand { display: flex; align-items: center; gap: 0.65rem; }
.brand-logo { height: 26px; width: auto; object-fit: contain; opacity: .95; transition: opacity .2s; }
.brand:hover .brand-logo { opacity: 1; }
.brand-sep { width: 1px; height: 22px; background: var(--hairline-strong); flex: none; }
.brand-lockup { display: inline-flex; align-items: center; gap: 0.35rem; position: relative; }
.brand-crm {
  font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; letter-spacing: -0.04em;
  background: linear-gradient(135deg, #7c3aed, #6366f1); -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent; background-size: 200% 100%;
  transition: background-position .5s;
}
.brand:hover .brand-crm { background-position: 100% 0; }
.brand-ia {
  font-size: 0.6rem; font-weight: 800; letter-spacing: 0.06em; color: #fff; line-height: 1;
  background: linear-gradient(90deg, #7c3aed, #6366f1); padding: 0.18rem 0.42rem; border-radius: 100px;
  box-shadow: 0 2px 8px -2px rgba(124,58,237,.5); transition: box-shadow .3s, transform .3s;
}
.brand:hover .brand-ia { box-shadow: 0 5px 16px -3px rgba(124,58,237,.7); transform: translateY(-1px); }
.brand-spark { width: 12px; height: 12px; color: var(--violet); transition: transform .35s; animation: sparklePulse 2.6s ease-in-out infinite; }
.brand:hover .brand-spark { transform: scale(1.35) rotate(90deg); }
@keyframes sparklePulse { 0%,100% { opacity: .55; transform: scale(1); } 50% { opacity: 1; transform: scale(1.18) rotate(12deg); } }
@media (max-width: 400px) { .brand-logo { height: 22px; } .brand-crm { font-size: 1.05rem; } }

/* Star eyebrow */
.eyebrow-star { background: linear-gradient(90deg, var(--violet-50), var(--fuchsia-50)); border-color: rgba(217,70,239,.2); color: var(--fuchsia); position: relative; overflow: hidden; }
.eyebrow-star::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.6) 50%, transparent 70%); background-size: 220% 100%; animation: shimmer 3.5s linear infinite; }

/* ============================================================
   Agentic demo (star)
   ============================================================ */
.demo .blob-v { top: -10%; left: -8%; opacity: .3; } .demo .blob-c { bottom: -10%; right: -8%; opacity: .28; }

/* Light-premium agent console */
.agent-console { position: relative; z-index: 2; border-radius: var(--radius-lg); padding: clamp(1.4rem, 3vw, 2.5rem); overflow: hidden;
  background: linear-gradient(165deg, #ffffff 0%, #fbf8ff 48%, #f2fbff 100%);
  border: 1px solid var(--hairline);
  box-shadow: 0 40px 90px -34px rgba(124,58,237,.38), 0 12px 44px -20px rgba(6,182,212,.3), inset 0 1px 0 #fff; }
.agent-console::before { content:""; position:absolute; width:440px; height:440px; border-radius:50%; top:-190px; left:-130px; background:radial-gradient(circle, rgba(124,58,237,.16), transparent 70%); filter:blur(30px); pointer-events:none; z-index:0; animation: blob 16s ease-in-out infinite; }
.agent-console::after { content:""; position:absolute; width:400px; height:400px; border-radius:50%; bottom:-190px; right:-130px; background:radial-gradient(circle, rgba(34,211,238,.16), transparent 70%); filter:blur(30px); pointer-events:none; z-index:0; animation: blob 20s ease-in-out infinite reverse; }
@media (prefers-reduced-motion: reduce){ .agent-console::before, .agent-console::after { animation:none; } }
.ac-glow { position: absolute; inset: -1.5px; border-radius: inherit; padding: 1.5px; background: var(--grad-conic); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: .7; animation: spin 8s linear infinite; pointer-events: none; }
@media (prefers-reduced-motion: reduce){ .ac-glow{ animation:none; } }

.ac-head { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.3rem; position: relative; z-index: 2; flex-wrap: wrap; }
.ac-badge { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-display); font-weight: 500; font-size: 0.82rem; letter-spacing: .04em; color: var(--violet-600); padding: 0.4rem 0.85rem; border-radius: 100px; background: var(--violet-50); border: 1px solid rgba(124,58,237,.16); }
.ac-live { width: 8px; height: 8px; border-radius: 50%; background: var(--emerald); animation: livedot 1.8s ease-out infinite; }
@keyframes livedot { 0%{ box-shadow:0 0 0 0 rgba(16,185,129,.55);} 100%{ box-shadow:0 0 0 8px rgba(16,185,129,0);} }
.ac-state { font-size: 0.76rem; font-weight: 600; color: var(--ink-3); padding: 0.28rem 0.7rem; border-radius: 100px; background: var(--surface-tint); border: 1px solid var(--hairline); transition: all .3s; }
.ac-state.working { color: var(--violet-600); background: var(--violet-50); border-color: rgba(124,58,237,.22); }
.ac-state.done { color: #047857; background: var(--emerald-50); border-color: rgba(16,185,129,.28); }
.ac-replay { margin-left: auto; display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.8rem; font-weight: 600; color: var(--ink-2); padding: 0.45rem 0.9rem; border-radius: 100px; border: 1px solid var(--hairline-strong); background: var(--surface); transition: all .25s; }
.ac-replay:hover { color: var(--violet-600); border-color: rgba(124,58,237,.5); background: var(--violet-50); }
.ac-replay svg { width: 15px; height: 15px; }

.ac-input { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; border-radius: var(--radius-sm); background: var(--surface-tint); border: 1px solid var(--hairline); position: relative; z-index: 2; }
.ac-input .mic { flex: none; }
.ac-input-body { flex: 1; min-width: 0; }
.ac-wave { display: flex; align-items: center; gap: 3px; height: 20px; margin-bottom: 0.4rem; }
.ac-wave i { width: 3px; border-radius: 3px; background: linear-gradient(180deg,#22d3ee,#7c3aed); height: 25%; }
.agent-console.listening .ac-wave i { animation: wave 0.9s ease-in-out infinite; }
.agent-console.listening .ac-wave i:nth-child(2n){ animation-delay:.15s; } .agent-console.listening .ac-wave i:nth-child(3n){ animation-delay:.3s; }
.ac-transcript { font-size: 0.95rem; color: var(--ink); line-height: 1.5; min-height: 1.4em; }
.ac-transcript .caret { display:inline-block; width:2px; height:1em; background:var(--cyan-600); margin-left:1px; vertical-align:-2px; animation: blink 1s steps(1) infinite; }

.ac-fire { display: grid; grid-template-columns: auto 1fr; gap: clamp(1rem,3vw,2rem); align-items: center; margin-top: 1.4rem; position: relative; z-index: 2; }
.ac-core { position: relative; width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; flex: none; color: #fff; background: var(--grad-cta); box-shadow: 0 14px 40px -8px rgba(124,58,237,.6); }
.ac-core svg { width: 30px; height: 30px; position: relative; z-index: 2; }
.ac-core-ring { position: absolute; inset: 0; border-radius: 50%; border: 1.5px solid rgba(124,58,237,.5); opacity: 0; }
.agent-console.working .ac-core-ring { animation: coreRing 1.6s ease-out infinite; }
.agent-console.working .ac-core-ring.r2 { animation-delay: .8s; }
@keyframes coreRing { 0%{ transform:scale(1); opacity:.7;} 100%{ transform:scale(2.1); opacity:0;} }
.ac-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; }
.ac-action { display: flex; align-items: center; gap: 0.55rem; padding: 0.7rem 0.75rem; border-radius: 13px; background: var(--surface); border: 1px solid var(--hairline); box-shadow: var(--sh-sm); opacity: 0; transform: translateY(14px) scale(.96); transition: opacity .35s cubic-bezier(.2,.8,.2,1), transform .35s cubic-bezier(.2,.9,.3,1), border-color .3s, box-shadow .3s; }
.ac-action.show { opacity: 1; transform: none; }
.ac-ic { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; flex: none; }
.ac-ic svg { width: 16px; height: 16px; }
.ac-action[data-tint="v"] .ac-ic { background: var(--violet-50); color: var(--violet); }
.ac-action[data-tint="c"] .ac-ic { background: var(--cyan-50); color: var(--cyan-600); }
.ac-action[data-tint="f"] .ac-ic { background: var(--fuchsia-50); color: var(--fuchsia); }
.ac-action[data-tint="e"] .ac-ic { background: var(--emerald-50); color: var(--emerald); }
.ac-txt { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.ac-txt .t { font-weight: 600; font-size: 0.82rem; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-txt .d { font-size: 0.72rem; color: var(--ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-chk { margin-left: auto; width: 20px; height: 20px; border-radius: 50%; flex: none; display: grid; place-items: center; background: var(--surface-tint); color: transparent; transform: scale(.6); transition: all .3s cubic-bezier(.2,1.4,.4,1); }
.ac-chk svg { width: 12px; height: 12px; }
.ac-action.done { border-color: rgba(16,185,129,.4); box-shadow: 0 10px 26px -12px rgba(16,185,129,.55); }
.ac-action.done .ac-chk { background: var(--emerald); color: #fff; transform: scale(1); }
@media (prefers-reduced-motion: reduce){ .ac-action{ opacity:1; transform:none;} .ac-chk{ transform:scale(1); background:var(--emerald); color:#fff; } }

.ac-result { display: flex; align-items: center; flex-wrap: wrap; gap: 0.8rem 1.2rem; margin-top: 1.4rem; padding: 1.1rem 1.3rem; border-radius: var(--radius-sm); background: linear-gradient(120deg, var(--emerald-50), var(--cyan-50)); border: 1px solid rgba(16,185,129,.3); opacity: 0; transform: translateY(14px); transition: opacity .5s, transform .5s; position: relative; z-index: 2; }
.ac-result.show { opacity: 1; transform: none; }
.ar-lab { display: flex; align-items: center; gap: 0.45rem; font-weight: 700; color: #047857; font-size: 0.98rem; }
.ar-lab svg { width: 18px; height: 18px; }
.ar-mid { color: var(--ink-2); font-size: 0.92rem; } .ar-mid strong { color: var(--ink); }
.ar-score { font-size: 0.78rem; font-weight: 700; color: #047857; background: rgba(16,185,129,.16); padding: 0.3rem 0.65rem; border-radius: 100px; }
.ar-cta { margin-left: auto; }

@media (max-width: 760px) {
  .ac-actions { grid-template-columns: 1fr 1fr; }
  .ac-fire { grid-template-columns: 1fr; }
  .ac-core { margin: 0 auto; }
  .ar-cta { margin-left: 0; width: 100%; }
}
@media (max-width: 440px) { .ac-actions { grid-template-columns: 1fr; } }

/* Supporting: contract + web-to-lead */
.demo-support { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 1.25rem; }
@media (max-width: 820px) { .demo-support { grid-template-columns: 1fr; } }
.ds-card { padding: 1.5rem; }
.ds-head { display: flex; gap: 0.9rem; align-items: flex-start; margin-bottom: 1.2rem; }
.ds-head h3 { font-size: 1.12rem; }
.ds-head p { color: var(--ink-2); font-size: 0.9rem; margin-top: 0.25rem; }
.contract-mock { background: var(--surface-tint); border: 1px solid var(--hairline); border-radius: var(--radius-sm); padding: 1.2rem; }
.cm-line { height: 8px; border-radius: 4px; background: linear-gradient(90deg, var(--hairline-strong), var(--hairline)); margin-bottom: 0.7rem; opacity: 0; transform: translateX(-8px); transition: opacity .4s, transform .4s; }
.cm-line.show { opacity: 1; transform: none; }
.cm-sign { display: flex; align-items: center; gap: 0.8rem; margin-top: 1rem; }
.cm-sign-svg { width: 130px; height: 44px; flex: none; }
.cm-sign-svg path { stroke-dasharray: 520; stroke-dashoffset: 520; }
.cm-sign-svg.draw path { animation: drawSign 1.6s cubic-bezier(.6,0,.4,1) forwards; }
@keyframes drawSign { to { stroke-dashoffset: 0; } }
.cm-sign-lab { font-size: 0.8rem; font-weight: 600; color: var(--emerald); opacity: 0; transition: opacity .4s; }
.cm-sign-lab.show { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .cm-line { opacity: 1; transform: none; } .cm-sign-svg path { stroke-dashoffset: 0; } .cm-sign-lab { opacity: 1; } }

.w2l { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0.8rem; align-items: center; }
.w2l-form { background: var(--surface-tint); border: 1px solid var(--hairline); border-radius: var(--radius-sm); padding: 0.9rem; }
.w2l-field { padding: 0.4rem 0; border-bottom: 1px solid var(--hairline); }
.w2l-field:last-child { border-bottom: none; }
.w2l-k { display: block; font-size: 0.68rem; color: var(--ink-3); text-transform: uppercase; letter-spacing: .06em; }
.w2l-v { display: block; font-size: 0.86rem; font-weight: 600; min-height: 1.2em; }
.w2l-v .caret { display: inline-block; width: 2px; height: 0.9em; background: var(--violet); vertical-align: -1px; animation: blink 1s steps(1) infinite; }
.w2l-arrow { color: var(--cyan-600); } .w2l-arrow svg { width: 20px; height: 20px; }
.w2l-lead { text-align: center; padding: 1rem; border: 1px solid var(--hairline); border-radius: var(--radius-sm); background: var(--surface); opacity: 0; transform: scale(.9); transition: opacity .5s, transform .5s cubic-bezier(.2,1.3,.4,1); }
.w2l-lead.show { opacity: 1; transform: none; }
.w2l-avatar { width: 40px; height: 40px; border-radius: 50%; margin: 0 auto 0.5rem; background: linear-gradient(135deg,#06b6d4,#7c3aed); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 0.85rem; }
.w2l-name { font-weight: 700; font-size: 0.9rem; }
.w2l-role { font-size: 0.76rem; color: var(--ink-2); }
.w2l-tags { display: flex; gap: 0.4rem; justify-content: center; align-items: center; margin-top: 0.6rem; }
@media (max-width: 480px) { .w2l { grid-template-columns: 1fr; } .w2l-arrow { transform: rotate(90deg); justify-self: center; } }

/* ============================================================
   WOW: hero upgrades + navigation transitions
   ============================================================ */
/* Scroll progress bar */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 200; background: var(--grad-text); box-shadow: 0 0 12px rgba(124,58,237,.5); transition: width .1s linear; }

/* Hero dot-grid texture */
.hero-dots { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(15,15,22,0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 30%, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 30%, transparent 75%); }

/* Hero kicker: rotating verb */
.hero-kicker { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.15rem, 2.2vw, 1.6rem); color: var(--ink); margin-top: 1.1rem; display: flex; align-items: center; flex-wrap: wrap; }
.rotator { display: inline-block; height: 1.35em; overflow: hidden; vertical-align: bottom; }
.rot-list { display: flex; flex-direction: column; transition: transform .6s cubic-bezier(.66,0,.34,1); }
.rot-list > span { height: 1.35em; line-height: 1.35em; font-weight: 700; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; white-space: nowrap; }
@media (prefers-reduced-motion: reduce) { .rot-list { transition: none; } }

/* Hero headline gradient sheen */
.hero-h1 .grad-text { background: linear-gradient(90deg, #06b6d4, #7c3aed, #d946ef, #7c3aed, #06b6d4); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; animation: sheen 6s linear infinite; }
@keyframes sheen { to { background-position: -220% 0; } }
@media (prefers-reduced-motion: reduce) { .hero-h1 .grad-text { animation: none; } }

/* Hero conic halo behind bento */
.hero-halo { position: absolute; inset: -8% -6%; z-index: 0; border-radius: 40px; background: var(--grad-conic); filter: blur(46px); opacity: .16; animation: spin 14s linear infinite; pointer-events: none; }
@media (prefers-reduced-motion: reduce) { .hero-halo { animation: none; } }
.hero-bento > .tile { position: relative; z-index: 1; }
.hero-bento > .float-chip { z-index: 3; }

/* Parallax base (JS sets --px/--py) */
[data-parallax] { transition: transform .3s cubic-bezier(.2,.8,.2,1); }

/* Magnetic button wrapper */
.btn-primary { will-change: transform; }
