/* Product showcase and richer audience experiences */
.motion-paused,.motion-paused *,.motion-paused::before,.motion-paused::after,.motion-paused *::before,.motion-paused *::after,
.page-inactive *,.page-inactive *::before,.page-inactive *::after { animation-play-state: paused!important; }
/* Background phones keep their soft depth, but only the foreground screen animates. */
.phone-slide:not(.is-active) *,.phone-slide:not(.is-active) *::before,.phone-slide:not(.is-active) *::after { animation-play-state: paused!important; }
.sentence-window:hover .sentence-track,.sentence-window:focus-within .sentence-track { animation-play-state: paused; }
.phone-stage::before { pointer-events: none; }
@media (max-width:720px) {
  .header { backdrop-filter: none; background: #0b2830; }
  .voice-card,.transaction-card,.floating-note { backdrop-filter: none!important; }
}
#demo,#how,#features,#use-cases,#plans,#roadmap,#waitlist { scroll-margin-top: 105px; }

.voice-strip.say-it {
  min-height: 142px;
  padding: 17px 20px;
  display: grid;
  grid-template-columns: minmax(230px,.7fr) minmax(0,1.7fr) 56px;
  gap: 16px;
  border-radius: 23px;
  overflow: hidden;
  background:
    radial-gradient(25rem 15rem at 10% 50%, rgba(114,244,220,.1), transparent 70%),
    linear-gradient(145deg, rgba(24,66,73,.72), rgba(7,30,37,.82));
}
.say-intro { display: flex; align-items: center; gap: 13px; padding: 4px 2px; }
.say-intro > div { min-width: 0; display: block!important; margin-top: 0!important; }
.say-intro p,.say-intro strong { display: block; margin: 0; }
.say-intro p { color: var(--radiant-muted); font-size: 10px; font-weight: 600; }
.say-intro strong { margin-top: 2px; color: var(--radiant-text); font-size: 15px; line-height: 1.6; }
.say-mic { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; position: relative; border-radius: 50%; color: #062b31; background: linear-gradient(135deg,var(--aqua-bright),var(--aqua)); box-shadow: 0 0 0 7px rgba(114,244,220,.06), 0 12px 30px rgba(114,244,220,.2); }
.say-mic svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.say-mic i { position: absolute; inset: -8px; border: 1px solid rgba(114,244,220,.2); border-radius: 50%; animation: say-pulse 2s ease-out infinite; }
.sentence-window { min-width: 0; display: block!important; margin-top: 0!important; overflow: hidden; border-radius: 16px; -webkit-mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.sentence-track { width: max-content; height: 100%; display: flex; flex-wrap: nowrap!important; align-items: center; gap: 10px; direction: rtl; animation: sentence-drift 26s linear infinite; }
.sentence-track article { width: 275px; min-height: 91px; padding: 13px 14px; display: grid; grid-template-columns: auto 1fr; gap: 3px 9px; align-content: center; border: 1px solid rgba(202,255,244,.1); border-radius: 15px; background: rgba(255,255,255,.032); box-shadow: inset 0 1px rgba(255,255,255,.03); }
.sentence-track article:hover { border-color: rgba(114,244,220,.25); background: rgba(114,244,220,.055); }
.sentence-type { grid-row: 1 / span 2; align-self: center; padding: 5px 7px; border-radius: 8px; font-size: 8px; font-weight: 900; }
.sentence-type.income { color: var(--aqua-bright); background: rgba(114,244,220,.11); }
.sentence-type.debt { color: #c3b4ff; background: rgba(155,124,255,.12); }
.sentence-type.expense { color: var(--gold); background: rgba(245,212,119,.11); }
.sentence-track p { margin: 0; color: #e2f1ef; font-size: 11px; font-weight: 700; white-space: nowrap; }
.sentence-track small { display: flex; align-items: center; gap: 5px; color: var(--radiant-muted); font-size: 8px; }
.sentence-track small i { width: 5px; height: 5px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 8px var(--aqua); }
.say-wave { height: 56px; align-self: center; display: flex; direction: ltr; justify-content: center; align-items: center; gap: 3px; border-right: 1px solid rgba(255,255,255,.07); }
.say-wave i { width: 2px; height: 13px; border-radius: 9px; background: var(--aqua); box-shadow: 0 0 9px rgba(114,244,220,.45); animation: voice-wave .9s ease-in-out infinite alternate; }
.say-wave i:nth-child(2),.say-wave i:nth-child(4){height:27px;animation-delay:-.5s}.say-wave i:nth-child(3){height:40px;animation-delay:-.25s}.say-wave i:nth-child(5){animation-delay:-.72s}
.header .brand { position: relative; }
.header .brand img {
  animation: logo-listen 3.2s ease-in-out infinite;
  transform-origin: center;
}
.brand-wave { direction: ltr; height: 20px; display: inline-flex; align-items: center; gap: 2px; margin-inline-start: 5px; }
.brand-wave i { display: block; width: 2px; height: 17px; border-radius: 99px; background: var(--aqua); box-shadow: 0 0 8px rgba(114,244,220,.5); animation: brand-wave 1.1s ease-in-out infinite; }
.brand-wave i:nth-child(2) { animation-delay: -.35s; }
.brand-wave i:nth-child(3) { animation-delay: -.65s; }
.brand-wave i:nth-child(4) { animation-delay: -.2s; }

.wave b {
  transform-origin: center;
  animation: voice-wave 1.15s ease-in-out infinite alternate;
}
.wave b:nth-child(2n) { animation-delay: -.45s; animation-duration: .9s; }
.wave b:nth-child(3n) { animation-delay: -.75s; animation-duration: 1.35s; }
.wave b:nth-child(5n) { animation-delay: -.2s; animation-duration: .72s; }
.voice-card .mini-mark { position: relative; animation: mic-pulse 2.2s ease-out infinite; }

.product-demo {
  width: min(calc(100% - 36px), 1260px);
  min-height: 760px;
  margin: 100px auto 40px;
  padding: clamp(42px, 6vw, 82px);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--radiant-border);
  border-radius: 34px;
  background:
    radial-gradient(34rem 34rem at 80% 46%, rgba(114,244,220,.14), transparent 68%),
    radial-gradient(28rem 26rem at 3% 95%, rgba(155,124,255,.11), transparent 70%),
    linear-gradient(145deg, rgba(18,58,66,.78), rgba(5,25,32,.92));
  box-shadow: var(--radiant-shadow), inset 0 1px rgba(255,255,255,.05);
}
.product-demo::before {
  content: '';
  position: absolute;
  width: 580px;
  height: 580px;
  left: -250px;
  bottom: -390px;
  border: 1px solid rgba(155,124,255,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(155,124,255,.025), 0 0 0 110px rgba(155,124,255,.015);
}
.demo-copy { position: relative; z-index: 4; }
.demo-copy h2 { margin: 0; font-size: clamp(38px,4.8vw,66px); line-height: 1.25; letter-spacing: -2px; color: var(--radiant-text); }
.demo-copy > p:not(.eyebrow) { max-width: 510px; margin: 22px 0 30px; color: var(--radiant-muted); line-height: 2; }
.demo-flow { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; color: #c8dedb; font-size: 12px; }
.demo-flow span { display: flex; align-items: center; gap: 7px; }
.demo-flow b { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid rgba(114,244,220,.25); border-radius: 50%; background: rgba(114,244,220,.08); color: var(--aqua); font-size: 10px; }
.demo-flow i { width: 24px; height: 1px; background: linear-gradient(90deg, rgba(114,244,220,.55), transparent); }

.phone-stage { height: 610px; position: relative; z-index: 2; direction: ltr; perspective: 1400px; }
.phone-stage::before { content: ''; position: absolute; inset: 12% 5%; border-radius: 50%; background: rgba(114,244,220,.13); filter: blur(70px); }
.phone-slide {
  position: absolute;
  width: 300px;
  height: 606px;
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) scale(.78) translateZ(-120px);
  filter: blur(9px) saturate(.6);
  z-index: 1;
  transition: transform .8s cubic-bezier(.22,1,.36,1), opacity .6s ease;
  pointer-events: none;
}
.phone-slide.is-active { opacity: 1; z-index: 4; filter: none; transform: translateX(-50%) scale(1) translateZ(0); }
.phone-slide.is-prev { opacity: .27; z-index: 2; filter: blur(5px) saturate(.75); transform: translateX(-108%) scale(.78) rotateY(-12deg) translateZ(-90px); }
.phone-slide.is-next { opacity: .4; z-index: 3; filter: blur(3px) saturate(.82); transform: translateX(8%) scale(.84) rotateY(10deg) translateZ(-65px); }
.phone-frame { height: 100%; padding: 9px; border: 1px solid rgba(210,255,247,.27); border-radius: 47px; background: linear-gradient(145deg, #325860, #071a20 30%, #06151a 70%, #2b5056); box-shadow: 0 42px 80px -25px rgba(0,0,0,.85), inset 0 0 0 2px rgba(255,255,255,.04); position: relative; }
.phone-speaker { position: absolute; z-index: 5; top: 17px; left: 50%; width: 76px; height: 21px; transform: translateX(-50%); border-radius: 20px; background: #041015; }
.phone-screen { height: 100%; padding: 50px 17px 20px; overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.04); border-radius: 39px; color: var(--radiant-text); background: radial-gradient(22rem 18rem at 50% 0%, rgba(68,183,169,.13), transparent 63%), #071c23; font-family: var(--display); direction: rtl; }
.phone-top { direction: ltr; height: 23px; display: flex; align-items: center; justify-content: space-between; color: #c5dbd8; font-size: 9px; }
.phone-top b { direction: rtl; font-size: 10px; letter-spacing: 0; }
.screen-hello { margin: 15px 0 11px; color: #b2cbc8; font-size: 11px; }
.balance-card { padding: 17px; border: 1px solid rgba(114,244,220,.13); border-radius: 18px; background: linear-gradient(145deg, rgba(35,92,96,.62), rgba(12,42,50,.7)); box-shadow: 0 18px 35px -25px rgba(114,244,220,.55); }
.balance-card small,.balance-card strong,.balance-card span { display: block; }
.balance-card small { color: #9ab9b5; font-size: 9px; }
.balance-card strong { margin: 5px 0 7px; font-size: 22px; letter-spacing: -.7px; }
.balance-card strong em { font-size: 8px; color: #9ab9b5; font-style: normal; }
.balance-card span { color: var(--aqua); font-size: 8px; }
.mini-chart { margin-top: 10px; padding: 12px 13px 7px; border: 1px solid rgba(255,255,255,.07); border-radius: 15px; background: rgba(255,255,255,.025); }
.mini-chart > div { display: flex; align-items: center; justify-content: space-between; font-size: 8px; color: #8faeaa; }
.mini-chart > div b { color: #d9ebe8; font-size: 9px; }
.mini-chart svg { width: 100%; height: 72px; display: block; margin-top: 4px; overflow: visible; }
.chart-area { fill: url(#chartFill); }
.chart-line { fill: none; stroke: var(--aqua); stroke-width: 2; stroke-linecap: round; filter: drop-shadow(0 0 5px rgba(114,244,220,.5)); stroke-dasharray: 360; animation: chart-draw 5s ease-in-out infinite; }
.screen-title { display: flex; justify-content: space-between; align-items: center; margin: 13px 2px 7px; font-size: 9px; }
.screen-title span { color: var(--aqua); font-size: 8px; }
.phone-row { display: flex; align-items: center; gap: 8px; padding: 9px 2px; border-bottom: 1px solid rgba(255,255,255,.05); }
.phone-row > i { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 10px; font-style: normal; font-size: 11px; }
.phone-row > i.income { color: var(--aqua); background: rgba(114,244,220,.09); }
.phone-row > i.expense { color: #f5ae86; background: rgba(245,174,134,.09); }
.phone-row > span { display: grid; }
.phone-row b { font-size: 9px; }
.phone-row small { color: #718f8c; font-size: 7px; }
.phone-row > strong { margin-left: auto; font-size: 8px; direction: ltr; }
.voice-fab { width: 52px; height: 52px; position: absolute; right: 50%; bottom: 17px; transform: translateX(50%); display: flex; align-items: center; justify-content: center; gap: 2px; border: 0; border-radius: 50%; color: #05242a; background: linear-gradient(135deg,var(--aqua-bright),var(--aqua)); box-shadow: 0 0 0 7px rgba(114,244,220,.08), 0 8px 30px rgba(114,244,220,.3); }
.voice-fab span { width: 2px; height: 12px; background: #073238; border-radius: 5px; animation: fab-wave .8s ease-in-out infinite alternate; }
.voice-fab span:nth-child(2) { height: 20px; animation-delay: -.5s; }
.voice-fab span:nth-child(3) { height: 16px; animation-delay: -.25s; }
.voice-fab span:nth-child(4) { height: 8px; animation-delay: -.65s; }

.listening-screen { text-align: center; }
.listen-orb { width: 150px; height: 150px; display: grid; place-items: center; position: relative; margin: 45px auto 25px; }
.orb-ring { position: absolute; inset: 0; border: 1px solid rgba(114,244,220,.18); border-radius: 50%; animation: listen-ring 2.4s ease-out infinite; }
.orb-ring.ring-two { inset: 18px; animation-delay: -.8s; }
.orb-core { width: 84px; height: 84px; display: flex; justify-content: center; align-items: center; gap: 3px; border-radius: 50%; background: radial-gradient(circle at 35% 25%, #d4fff8, var(--aqua) 40%, #2bb9aa 100%); box-shadow: 0 0 45px rgba(114,244,220,.32), inset 0 1px 3px rgba(255,255,255,.7); }
.orb-core i { width: 3px; height: 17px; border-radius: 4px; background: #07343a; animation: voice-wave .75s ease-in-out infinite alternate; }
.orb-core i:nth-child(2),.orb-core i:nth-child(4){height:28px;animation-delay:-.5s}.orb-core i:nth-child(3){height:38px;animation-delay:-.25s}.orb-core i:nth-child(5){animation-delay:-.7s}
.listening-screen h3 { margin: 0; font-size: 18px; }
.listening-screen > p { min-height: 62px; margin: 9px 0 26px; color: #9dbab6; font-size: 11px; line-height: 2; }
.recognized-card { text-align: right; padding: 12px; border: 1px solid rgba(114,244,220,.16); border-radius: 16px; background: rgba(255,255,255,.035); }
.recognized-card > span { color: var(--aqua); font-size: 8px; }
.recognized-card > div { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.recognized-card i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--aqua); background: rgba(114,244,220,.1); font-style: normal; }
.recognized-card p { display: grid; margin: 0; }
.recognized-card b { font-size: 9px; }.recognized-card small { color: #7e9c98; font-size: 7px; }
.recognized-card strong { margin-right: auto; font-size: 10px; }.recognized-card strong small { font-weight: 400; }
.voice-hint { display: block; margin-top: 16px; color: #70908c; font-size: 8px; }

.business-total { display: flex; align-items: center; justify-content: space-between; padding: 15px; border: 1px solid rgba(114,244,220,.14); border-radius: 16px; background: rgba(114,244,220,.05); }
.business-total span { display: grid; }.business-total small { color: #8ba9a5; font-size: 8px; }.business-total strong { font-size: 21px; }
.business-total > b { padding: 4px 7px; border-radius: 8px; background: rgba(114,244,220,.1); color: var(--aqua); font-size: 9px; }
.business-bars { height: 100px; margin-top: 10px; padding: 13px 12px 5px; display: flex; align-items: end; gap: 7px; border: 1px solid rgba(255,255,255,.06); border-radius: 15px; background: rgba(255,255,255,.02); }
.business-bars i { flex: 1; height: var(--h); border-radius: 5px 5px 2px 2px; background: linear-gradient(to top, rgba(114,244,220,.13), var(--aqua)); opacity: .75; animation: bar-rise 4s ease-in-out infinite alternate; }
.business-bars i:nth-child(2n){animation-delay:-1s}.business-bars i:nth-child(3n){animation-delay:-2s}
.business-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 9px; }
.business-grid div { padding: 10px; display: flex; justify-content: space-between; align-items: center; border-radius: 12px; background: rgba(255,255,255,.035); }
.business-grid span { color: var(--aqua-bright); font-size: 17px; font-weight: 900; }.business-grid small { color: #89a6a3; font-size: 8px; }
.alert-row { display: flex; align-items: center; gap: 8px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.alert-row::before { content: ''; width: 7px; height: 7px; border-radius: 50%; box-shadow: 0 0 9px currentColor; }.alert-row.amber-dot::before { color: var(--gold); background: var(--gold); }.alert-row.aqua-dot::before { color: var(--aqua); background: var(--aqua); }
.alert-row span { display: grid; }.alert-row b { font-size: 8px; }.alert-row small { color: #789692; font-size: 7px; }.alert-row em { margin-right: auto; color: #87aaa6; font-size: 7px; font-style: normal; }

.audience { grid-template-columns: .72fr 1.28fr; gap: 26px 55px; }
.audience-heading > p:not(.eyebrow) { max-width: 360px; color: var(--radiant-muted); font-size: 14px; line-height: 1.95; }
.audience-tabs { grid-column: 2; }
.audience-body { grid-column: 1 / -1; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(28px,5vw,70px); align-items: center; }
.audience-content { grid-column: auto; max-width: none; }
.audience-content.is-changing,.audience-preview.is-changing { animation: content-swap .5s cubic-bezier(.22,1,.36,1); }
.audience-description { margin: 0 0 17px; color: var(--radiant-muted); font-size: 13px; line-height: 1.9; }
.audience-content ul { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 18px; }
.audience-content li { margin: 4px 0; font-size: 12px; }
.audience-metrics { display: flex; gap: 11px; margin: 22px 0; }
.audience-metrics > span { min-width: 130px; padding: 12px 14px; display: grid; border: 1px solid var(--radiant-border); border-radius: 13px; background: rgba(255,255,255,.025); }
.audience-metrics b { color: var(--aqua-bright); font-size: 15px; }.audience-metrics small { color: var(--radiant-muted); font-size: 9px; }
.audience-preview { min-height: 430px; padding: clamp(18px,3vw,28px); border: 1px solid rgba(114,244,220,.17); border-radius: 23px; background: linear-gradient(145deg, rgba(7,31,38,.82), rgba(19,58,65,.72)); box-shadow: 0 30px 60px -35px rgba(0,0,0,.9), inset 0 1px rgba(255,255,255,.05); }
.preview-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 10px; color: var(--radiant-muted); }
.preview-head span { display: flex; align-items: center; gap: 7px; color: #d9ebe8; font-weight: 800; }.preview-head i { width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 12px var(--aqua); }
.preview-balance { padding: 22px 0 18px; }.preview-balance > small,.preview-balance > strong { display: block; }.preview-balance > small { color: var(--radiant-muted); font-size: 10px; }.preview-balance > strong { margin: 5px 0 12px; font-size: clamp(22px,3vw,30px); }.preview-balance em { color: var(--radiant-muted); font-size: 10px; font-style: normal; }
.preview-balance > div { display: flex; align-items: center; gap: 10px; }.preview-balance > div i { height: 7px; flex: 1; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.07); }.preview-balance > div i b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--aqua),var(--gold)); box-shadow: 0 0 12px rgba(114,244,220,.3); }.preview-balance > div span { color: var(--aqua); font-size: 10px; }
.preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.preview-grid > div { padding: 14px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1px 8px; border-radius: 14px; background: rgba(255,255,255,.035); }.preview-grid span { grid-row: span 2; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: var(--aqua); background: rgba(114,244,220,.08); }.preview-grid small { color: var(--radiant-muted); font-size: 9px; }.preview-grid b { font-size: 11px; }
.preview-list { margin-top: 19px; }.preview-list > p { display: flex; justify-content: space-between; font-size: 10px; }.preview-list > p span { color: var(--aqua); font-size: 9px; }.preview-list > div { display: flex; align-items: center; gap: 9px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.05); }.preview-list i { width: 8px; height: 8px; border-radius: 50%; }.preview-list i.violet-dot { background: #b59eff; box-shadow: 0 0 10px #9b7cff; }.preview-list i.aqua-dot { background: var(--aqua); box-shadow: 0 0 10px var(--aqua); }.preview-list div span { display: grid; }.preview-list div b { font-size: 10px; }.preview-list div small { color: var(--radiant-muted); font-size: 8px; }.preview-list div > strong { margin-right: auto; font-size: 9px; }

@keyframes voice-wave { from { transform: scaleY(.42); opacity: .65; } to { transform: scaleY(1.1); opacity: 1; } }
@keyframes brand-wave { 0%,100% { transform: scaleY(.3); opacity: .6; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes logo-listen { 0%,100% { transform: scale(1); } 50% { transform: scale(1.035); } }
@keyframes mic-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(114,244,220,.26); } 50% { box-shadow: 0 0 0 8px rgba(114,244,220,0); } }
@keyframes fab-wave { from { transform: scaleY(.45); } to { transform: scaleY(1.08); } }
@keyframes chart-draw { 0% { stroke-dashoffset: 360; opacity: .45; } 35%,100% { stroke-dashoffset: 0; opacity: 1; } }
@keyframes listen-ring { 0% { transform: scale(.62); opacity: .8; } 75%,100% { transform: scale(1.08); opacity: 0; } }
@keyframes bar-rise { from { transform: scaleY(.55); transform-origin: bottom; opacity: .45; } to { transform: scaleY(1); transform-origin: bottom; opacity: .9; } }
@keyframes content-swap { from { opacity: .25; transform: translateY(12px); filter: blur(4px); } to { opacity: 1; transform: none; filter: none; } }
@keyframes say-pulse { from { transform: scale(.72); opacity: .8; } to { transform: scale(1.18); opacity: 0; } }
@keyframes sentence-drift { from { transform: translateX(0); } to { transform: translateX(50%); } }

@media (max-width: 1000px) {
  .product-demo { grid-template-columns: 1fr 1fr; padding-inline: 35px; }
  .phone-slide { width: 270px; height: 560px; }
  .phone-stage { height: 565px; }
  .phone-slide.is-prev { transform: translateX(-96%) scale(.72) rotateY(-10deg); }
  .phone-slide.is-next { transform: translateX(-2%) scale(.77) rotateY(9deg); }
}
@media (max-width: 900px) {
  .voice-strip.say-it { grid-template-columns: minmax(210px,.7fr) minmax(0,1.3fr); }
  .say-wave { display: none; }
  .product-demo { grid-template-columns: 1fr; text-align: center; }
  .demo-copy .eyebrow,.demo-flow { margin-inline: auto; justify-content: center; }
  .demo-copy > p:not(.eyebrow) { margin-inline: auto; }
  .phone-stage { width: min(100%,520px); margin-inline: auto; }
  .audience { grid-template-columns: 1fr; }
  .audience-tabs { grid-column: 1; }
  .audience-body { grid-column: 1; grid-template-columns: 1fr; }
  .audience-content { grid-row: auto; }
}
@media (max-width: 590px) {
  .voice-strip.say-it { min-height: 0; padding: 18px 14px 14px; display: block; }
  .say-intro { margin-top: 0!important; padding: 0 3px 14px; }
  .say-mic { width: 44px; height: 44px; }
  .sentence-window { padding-top: 10px; border-top: 1px solid rgba(255,255,255,.06); border-radius: 0; }
  .voice-strip .say-wave { display: none; }
  .sentence-track article { width: 250px; }
  .header .brand > span:not(.brand-wave) { display: none; }
  .brand-wave { margin-inline-start: 0; }
  .product-demo { width: calc(100% - 24px); margin-top: 70px; padding: 36px 16px 22px; border-radius: 25px; }
  .demo-copy h2 { font-size: 36px; }
  .demo-flow { gap: 7px; }.demo-flow i { display: none; }
  .phone-stage { height: 565px; overflow: visible; }
  .phone-slide { width: 264px; height: 550px; }
  .phone-slide.is-prev { opacity: .16; transform: translateX(-88%) scale(.68) rotateY(-8deg); }
  .phone-slide.is-next { opacity: .23; transform: translateX(-12%) scale(.72) rotateY(8deg); }
  .audience-heading h2 { font-size: 37px; }
  .audience-body { gap: 30px; }
  .audience-content ul { grid-template-columns: 1fr; }
  .audience-metrics > span { min-width: 0; flex: 1; padding-inline: 10px; }
  .audience-preview { min-height: 400px; }
  .preview-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .header .brand img,.brand-wave i,.wave b,.voice-card .mini-mark,.chart-line,.voice-fab span,.orb-ring,.orb-core i,.business-bars i { animation: none; }
  .phone-slide { transition: none; }
  .say-mic i,.sentence-track,.say-wave i { animation: none; }
}
