:root {
  --bg: #050706;
  --bg-soft: #090d0b;
  --surface: #0c110f;
  --surface-raised: #101713;
  --surface-bright: #151e19;
  --line: rgba(218, 238, 226, 0.11);
  --line-strong: rgba(218, 238, 226, 0.2);
  --text: #f2f8f4;
  --muted: #92a299;
  --muted-strong: #b4c0b8;
  --accent: #37e887;
  --accent-strong: #20d876;
  --accent-deep: #0a6d3a;
  --cyan: #42bff5;
  --amber: #f4bb3a;
  --purple: #8f7bff;
  --danger: #fa6f71;
  /* Sexto tom das categorias do demo. Mercado e Lazer usavam dois verdes quase
     iguais, e cor e a unica coisa que separa uma barra da outra ali. */
  --magenta: #e87ac4;
  --font-display: "Sora", sans-serif;
  --font-body: "Manrope", sans-serif;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow: 0 32px 80px rgba(0, 0, 0, 0.44);
  --container: 1180px;
  --z-nav: 50;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 70% 6%, rgba(34, 218, 115, 0.065), transparent 24rem),
    var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.022;
  z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.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; }
body.intro-active { overflow: hidden; }

.site-intro {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #030504;
  clip-path: inset(0);
}
.site-intro[hidden] { display: none; }
.site-intro::before { content: ""; position: absolute; z-index: -2; width: min(720px, 90vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(55,232,135,0.11), rgba(55,232,135,0.025) 34%, transparent 68%); filter: blur(18px); opacity: 0; animation: intro-glow 1200ms 500ms ease-out forwards; }
.intro-grid { position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(55,232,135,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(55,232,135,0.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(circle at center, black, transparent 65%); opacity: 0; animation: intro-grid-in 900ms 350ms ease-out forwards; }
.intro-content { width: min(820px, calc(100% - 38px)); display: grid; justify-items: center; transition: opacity 440ms ease, transform 540ms cubic-bezier(.4,0,1,1), filter 440ms ease; }
.intro-wordmark { position: relative; display: flex; align-items: baseline; justify-content: center; gap: 0.07em; color: var(--text); font-family: var(--font-display); font-size: clamp(3rem, 8vw, 7.25rem); font-weight: 700; line-height: 0.95; letter-spacing: -0.085em; animation: intro-wordmark-impact 500ms 1040ms cubic-bezier(.2,.8,.2,1) both; }
.intro-economy { display: flex; overflow: hidden; padding: 0.08em 0.08em 0.12em 0; }
.intro-economy i { display: block; opacity: 0; font-style: normal; transform: translateY(118%) rotate(5deg); filter: blur(8px); animation: intro-letter-in 660ms cubic-bezier(.16,1,.3,1) forwards; }
.intro-economy i:nth-child(1) { animation-delay: 100ms; }
.intro-economy i:nth-child(2) { animation-delay: 160ms; }
.intro-economy i:nth-child(3) { animation-delay: 220ms; }
.intro-economy i:nth-child(4) { animation-delay: 280ms; }
.intro-economy i:nth-child(5) { animation-delay: 340ms; }
.intro-economy i:nth-child(6) { animation-delay: 400ms; }
.intro-economy i:nth-child(7) { animation-delay: 460ms; }
.intro-zee { position: relative; display: inline-block; color: var(--accent); opacity: 0; transform: translateX(-0.5em) scale(0.74); transform-origin: left center; filter: blur(12px); text-shadow: 0 0 40px rgba(55,232,135,0.28); animation: intro-zee-in 720ms 650ms cubic-bezier(.16,1,.3,1) forwards; }
.intro-zee::after { content: ""; position: absolute; inset: -12% auto -12% -18%; width: 18%; background: linear-gradient(90deg, transparent, rgba(225,255,237,0.75), transparent); transform: skewX(-18deg) translateX(0); opacity: 0; animation: intro-zee-shine 620ms 960ms ease-out forwards; }
.intro-bolt { position: absolute; left: 52%; top: -16%; width: 2px; height: 132%; border-radius: 99px; background: linear-gradient(transparent, #e9fff1 28%, var(--accent) 65%, transparent); box-shadow: 0 0 18px rgba(55,232,135,0.9); opacity: 0; transform: rotate(24deg) scaleY(0); transform-origin: top; animation: intro-bolt-strike 420ms 780ms cubic-bezier(.2,.8,.2,1) forwards; }
.intro-progress { width: min(510px, 62vw); height: 2px; margin-top: 32px; overflow: hidden; border-radius: 99px; background: rgba(225,245,233,0.1); opacity: 0; animation: intro-meta-in 380ms 360ms ease-out forwards; }
.intro-progress i { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #0b6e3b, var(--accent), #b6ffd2); box-shadow: 0 0 18px rgba(55,232,135,0.5); transform: scaleX(0); transform-origin: left; animation: intro-progress-fill 1450ms 300ms cubic-bezier(.65,0,.2,1) forwards; }
.intro-content > p { margin: 13px 0 0; color: var(--muted); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0; transform: translateY(7px); animation: intro-meta-in 520ms 700ms ease-out forwards; }
.site-intro.is-leaving { pointer-events: none; animation: intro-curtain-out 700ms cubic-bezier(.76,0,.24,1) forwards; }
.site-intro.is-leaving .intro-content { opacity: 0; transform: translateY(-34px) scale(0.97); filter: blur(7px); }

@keyframes intro-letter-in { to { opacity: 1; transform: translateY(0) rotate(0); filter: blur(0); } }
@keyframes intro-zee-in { 0% { opacity: 0; transform: translateX(-0.5em) scale(0.74); filter: blur(12px); } 62% { opacity: 1; transform: translateX(0.045em) scale(1.06); filter: blur(0); } 100% { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); } }
@keyframes intro-bolt-strike { 0% { opacity: 0; transform: rotate(24deg) scaleY(0); } 42% { opacity: 1; transform: rotate(24deg) scaleY(1); } 100% { opacity: 0; transform: rotate(24deg) scaleY(1); } }
@keyframes intro-zee-shine { 0% { opacity: 0; transform: skewX(-18deg) translateX(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: skewX(-18deg) translateX(6em); } }
@keyframes intro-progress-fill { 0% { transform: scaleX(0); } 38% { transform: scaleX(0.28); } 72% { transform: scaleX(0.68); } 100% { transform: scaleX(1); } }
@keyframes intro-meta-in { to { opacity: 1; transform: translateY(0); } }
@keyframes intro-glow { to { opacity: 1; transform: scale(1.08); } }
@keyframes intro-grid-in { to { opacity: 0.55; } }
@keyframes intro-wordmark-impact { 0%, 55% { transform: scale(1); } 72% { transform: scale(1.018); } 100% { transform: scale(1); } }
@keyframes intro-curtain-out { to { opacity: 0.15; clip-path: inset(0 0 100% 0); } }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { display: block; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 200;
  padding: 12px 18px;
  background: var(--accent);
  color: #03150a;
  border-radius: 0 0 10px 10px;
  font-weight: 700;
  transition: top 180ms ease;
}
.skip-link:focus { top: 0; }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.section-shell { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.kicker { margin: 0 0 14px; color: var(--accent); font-size: 0.73rem; font-weight: 700; letter-spacing: 0.16em; }

.site-header {
  position: fixed;
  z-index: var(--z-nav);
  top: 16px;
  left: 0;
  width: 100%;
  padding-inline: 20px;
}

.nav-shell {
  width: min(100%, 1240px);
  min-height: 66px;
  margin-inline: auto;
  padding: 9px 10px 9px 18px;
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(7, 10, 8, 0.78);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transition: background 280ms ease, border-color 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}
.site-header.is-scrolled .nav-shell { transform: translateY(-5px); border-color: rgba(218, 238, 226, 0.16); background: rgba(5, 8, 6, 0.93); box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42); }

.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-size: 1.01rem; font-weight: 700; letter-spacing: -0.04em; }
.brand > span:last-child > span { color: var(--accent); }
.brand-mark { display: grid; width: 34px; height: 34px; overflow: hidden; place-items: center; color: var(--accent); background: rgba(55, 232, 135, 0.09); border: 1px solid rgba(55, 232, 135, 0.16); border-radius: 10px; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.82); }

.desktop-nav { margin-inline: auto; display: flex; align-items: center; gap: 30px; color: var(--muted-strong); font-size: 0.82rem; font-weight: 600; }
.desktop-nav a { padding-block: 11px; transition: color 180ms ease; }
.desktop-nav a:hover { color: var(--text); }

.button {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1;
  cursor: pointer;
  transition: color 200ms ease, background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: #02150a; background: var(--accent); box-shadow: 0 12px 34px rgba(55, 232, 135, 0.18); }
.button-primary:hover { background: #58f29b; box-shadow: 0 16px 40px rgba(55, 232, 135, 0.28); }
.button-primary .telegram-icon { fill: currentColor; stroke: none; }
.button-ghost { color: var(--text); background: rgba(255,255,255,0.035); border-color: var(--line); }
.button-ghost:hover { background: rgba(255,255,255,0.07); border-color: var(--line-strong); }
.button-small { min-height: 44px; padding-inline: 16px; font-size: 0.78rem; }
.button-small svg, .button-link svg { width: 16px; }
.button-link { min-height: 48px; padding-inline: 4px; color: var(--muted-strong); }
.button-link:hover { color: var(--text); }
.button-large { min-height: 58px; padding-inline: 30px; font-size: 0.94rem; }

.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); cursor: pointer; }
.menu-toggle span { display: block; width: 17px; height: 1.5px; margin: 5px auto; background: var(--text); transition: transform 180ms ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
.mobile-nav { width: min(calc(100% - 40px), 1240px); margin: 8px auto 0; padding: 12px; background: rgba(7, 10, 8, 0.96); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.mobile-nav a:not(.button) { display: block; padding: 12px; color: var(--muted-strong); font-size: 0.9rem; }
.mobile-nav .button { margin-top: 8px; width: 100%; }

.hero { padding-top: 166px; }
.hero-grid { display: grid; grid-template-columns: 0.9fr 1.22fr; align-items: center; gap: 54px; min-height: 630px; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 10px; margin-bottom: 25px; padding: 7px 11px; border: 1px solid rgba(55,232,135,0.17); border-radius: 999px; background: rgba(55,232,135,0.055); color: #bfe8ce; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.035em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(55,232,135,0.1), 0 0 18px rgba(55,232,135,0.7); }
h1, h2, h3 { margin-top: 0; font-family: var(--font-display); line-height: 1.08; letter-spacing: -0.055em; }
h1 { max-width: 680px; margin-bottom: 25px; font-size: clamp(2.75rem, 5.1vw, 5.25rem); font-weight: 600; }
h1 span { color: var(--accent); }
.hero-lead { max-width: 600px; margin: 0; color: var(--muted-strong); font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 32px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 22px; margin: 25px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 0.75rem; }
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list svg { width: 15px; fill: none; stroke: var(--accent); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.hero-visual { position: relative; min-width: 0; padding: 58px 0 44px 34px; perspective: 1300px; }
.hero-visual::before { content: ""; position: absolute; z-index: -2; inset: 3% 0 0 8%; border-radius: 50%; background: radial-gradient(circle, rgba(55,232,135,0.14), transparent 64%); filter: blur(20px); }
.hero-visual::after { content: ""; position: absolute; z-index: -1; inset: 6% -5% -8% 12%; background-image: linear-gradient(rgba(55,232,135,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(55,232,135,0.04) 1px, transparent 1px); background-size: 36px 36px; mask-image: radial-gradient(circle, black, transparent 72%); }
.signal-line { position: absolute; z-index: 3; border: 1px dashed rgba(55,232,135,0.25); border-left: 0; border-bottom: 0; border-radius: 0 70px 0 0; }
.signal-one { left: 16px; top: 145px; width: 122px; height: 54px; }
.signal-two { right: 7px; bottom: 53px; width: 105px; height: 48px; transform: rotate(180deg); }
.signal-pulse { position: absolute; left: 0; top: 0; width: 7px; height: 7px; border-radius: 50%; background: #d9ffe7; box-shadow: 0 0 0 5px rgba(55,232,135,0.12), 0 0 18px rgba(55,232,135,0.95); opacity: 0; offset-path: path("M 0 54 H 70 Q 122 54 122 4"); offset-distance: 0%; }
.signal-two .signal-pulse { offset-path: path("M 0 48 H 58 Q 105 48 105 4"); }
.hero-visual.is-visible .signal-one .signal-pulse { animation: signal-travel 1050ms 1350ms cubic-bezier(.2,.7,.2,1) 3; }
.hero-visual.is-visible .signal-two .signal-pulse { animation: signal-travel 1050ms 2100ms cubic-bezier(.2,.7,.2,1) 3; }
.hero-data-particles { position: absolute; z-index: 5; inset: 0; pointer-events: none; }
.hero-data-particles i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); opacity: 0; box-shadow: 0 0 12px rgba(55,232,135,0.8); }
.hero-data-particles i:nth-child(1) { left: 18%; top: 28%; --particle-x: 36px; --particle-y: -24px; }
.hero-data-particles i:nth-child(2) { left: 42%; top: 14%; --particle-x: -20px; --particle-y: -32px; }
.hero-data-particles i:nth-child(3) { right: 17%; bottom: 18%; --particle-x: 28px; --particle-y: 22px; }
.hero-data-particles i:nth-child(4) { right: 5%; top: 48%; --particle-x: 34px; --particle-y: -10px; }
.hero-visual.is-visible .hero-data-particles i { animation: data-particle-burst 1050ms 1750ms ease-out 2; }
.hero-visual.is-visible .hero-data-particles i:nth-child(2) { animation-delay: 1900ms; }
.hero-visual.is-visible .hero-data-particles i:nth-child(3) { animation-delay: 2200ms; }
.hero-visual.is-visible .hero-data-particles i:nth-child(4) { animation-delay: 2400ms; }

.dashboard-frame { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(204,234,215,0.16); border-radius: 17px; background: #060908; box-shadow: 0 35px 110px rgba(0,0,0,0.65), 0 0 70px rgba(40,218,119,0.06); transform: perspective(1300px) rotateY(var(--hero-ry, -3deg)) rotateX(var(--hero-rx, 1.5deg)); transform-origin: center; transform-style: preserve-3d; will-change: transform; transition: transform 240ms ease-out, box-shadow 280ms ease; }
.hero-visual:hover .dashboard-frame { box-shadow: 0 42px 125px rgba(0,0,0,0.7), 0 0 90px rgba(40,218,119,0.1); }
.dashboard-frame::after { content: ""; position: absolute; inset: -30% auto -30% -45%; width: 28%; background: linear-gradient(90deg, transparent, rgba(190,255,218,0.13), transparent); transform: skewX(-18deg) translateX(0); opacity: 0; pointer-events: none; }
.hero-visual.is-visible .dashboard-frame::after { animation: dashboard-sheen 1100ms 500ms cubic-bezier(.2,.7,.2,1) both; }
.dashboard-frame img { width: 100%; min-height: 330px; object-fit: cover; object-position: left top; transform: scale(1.025); transform-origin: center; transition: transform 900ms cubic-bezier(.2,.7,.2,1); }
.hero-visual.is-visible .dashboard-frame img { transform: scale(1); }
.dashboard-sync-flash { position: absolute; z-index: 3; left: 4%; right: 4%; top: 18%; height: 2px; background: linear-gradient(90deg, transparent, rgba(55,232,135,0.85), transparent); box-shadow: 0 0 22px rgba(55,232,135,0.65); opacity: 0; transform: translateY(0) scaleX(0.2); pointer-events: none; }
.hero-visual.is-visible .dashboard-sync-flash { animation: dashboard-sync 1450ms 1550ms cubic-bezier(.2,.7,.2,1) forwards; }
.browser-bar { min-height: 38px; padding-inline: 13px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.055); background: #0b0f0d; color: #657169; }
.browser-bar > div { display: flex; gap: 5px; }
.browser-bar > div span { width: 6px; height: 6px; border-radius: 50%; background: #273029; }
.browser-bar p { margin: 0; font-size: 0.55rem; letter-spacing: 0.04em; }
.secure-dot { width: 6px; height: 6px; justify-self: end; border-radius: 50%; background: var(--accent); box-shadow: 0 0 9px rgba(55,232,135,0.55); }

.message-card { position: absolute; z-index: 4; left: -50px; top: 0; width: 235px; padding: 14px; border: 1px solid rgba(130,203,255,0.21); border-radius: 17px; background: rgba(13,24,28,0.9); box-shadow: 0 20px 48px rgba(0,0,0,0.52); backdrop-filter: blur(15px); opacity: 0; transform: translateY(18px) scale(0.96); }
.hero-visual.is-visible .message-card { animation: hero-message-live 6200ms 250ms cubic-bezier(.2,.7,.2,1) forwards; }
.message-head { display: flex; align-items: center; gap: 9px; }
.telegram-badge { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: #2aabee; }
.telegram-badge svg { width: 17px; fill: white; }
.message-head div, .bot-reply div { display: grid; }
.message-head strong { font-size: 0.67rem; }
.message-head small { color: var(--muted); font-size: 0.55rem; }
.message-bubble { margin: 13px 0 9px 32px; padding: 8px 11px; border-radius: 11px 11px 3px 11px; background: #236a4c; font-size: 0.61rem; line-height: 1.4; opacity: 0; transform: translateX(10px); }
.hero-visual.is-visible .message-bubble { animation: chat-bubble-in 480ms 680ms cubic-bezier(.2,.8,.2,1) forwards; }
.bot-reply { display: flex; gap: 8px; margin-left: 7px; padding: 9px; border-radius: 10px; background: rgba(55,232,135,0.07); opacity: 0; transform: translateY(7px); }
.hero-visual.is-visible .bot-reply { animation: bot-reply-in 520ms 1080ms cubic-bezier(.2,.8,.2,1) forwards; }
.bot-reply > span { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: rgba(55,232,135,0.13); }
.bot-reply svg, .processed-chip svg { width: 12px; fill: none; stroke: var(--accent); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.bot-reply strong { font-size: 0.57rem; color: #bdeace; }
.bot-reply small { color: var(--muted); font-size: 0.51rem; }

.processed-chip { position: absolute; z-index: 4; right: -18px; bottom: 10px; display: flex; align-items: center; gap: 10px; min-width: 205px; padding: 11px 13px; border: 1px solid rgba(55,232,135,0.17); border-radius: 13px; background: rgba(10,19,14,0.9); box-shadow: 0 18px 44px rgba(0,0,0,0.42); backdrop-filter: blur(15px); opacity: 0; transform: translateY(16px) scale(0.94); }
.hero-visual.is-visible .processed-chip { animation: processed-chip-live 5200ms 1750ms cubic-bezier(.2,.7,.2,1) forwards; }
.chip-icon { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; background: rgba(55,232,135,0.1); }
.processed-chip div { display: grid; }
.processed-chip strong { font-size: 0.63rem; }
.processed-chip small { color: var(--muted); font-size: 0.54rem; }

@keyframes float-card { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes signal-travel { 0% { opacity: 0; offset-distance: 0%; } 12% { opacity: 1; } 82% { opacity: 1; } 100% { opacity: 0; offset-distance: 100%; } }
@keyframes data-particle-burst { 0% { opacity: 0; transform: translate(0,0) scale(.5); } 25% { opacity: 1; } 100% { opacity: 0; transform: translate(var(--particle-x), var(--particle-y)) scale(1.25); } }
@keyframes hero-message-live { 0% { opacity: 0; transform: translateY(18px) scale(.96); } 10% { opacity: 1; transform: translateY(0) scale(1); } 38% { transform: translateY(-7px) scale(1); } 62% { transform: translateY(0) scale(1); } 82% { transform: translateY(-5px) scale(1); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes chat-bubble-in { to { opacity: 1; transform: translateX(0); } }
@keyframes bot-reply-in { 0% { opacity: 0; transform: translateY(7px); } 70% { opacity: 1; transform: translateY(-2px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes dashboard-sync { 0% { opacity: 0; transform: translateY(0) scaleX(.2); } 18% { opacity: 1; transform: translateY(0) scaleX(1); } 100% { opacity: 0; transform: translateY(250px) scaleX(.72); } }
@keyframes processed-chip-live { 0% { opacity: 0; transform: translateY(16px) scale(.94); } 12% { opacity: 1; transform: translateY(-3px) scale(1.02); } 18% { transform: translateY(0) scale(1); } 58% { transform: translateY(-6px) scale(1); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes dashboard-sheen { 0% { opacity: 0; transform: skewX(-18deg) translateX(0); } 25% { opacity: 1; } 100% { opacity: 0; transform: skewX(-18deg) translateX(720px); } }

.hero-proof { margin-top: 70px; padding: 20px 26px; display: grid; grid-template-columns: 0.55fr 1.35fr 0.9fr; align-items: center; border-block: 1px solid var(--line); color: var(--muted); font-size: 0.72rem; }
.hero-proof > p { margin: 0; }
.proof-items { display: flex; justify-content: center; gap: 34px; }
.proof-items span { display: flex; align-items: center; gap: 8px; color: var(--muted-strong); font-weight: 700; }
.proof-items svg { width: 18px; fill: none; stroke: var(--accent); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.proof-result { display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.proof-result span, .live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px rgba(55,232,135,0.55); }

.process-section { margin-top: 100px; padding: 124px 0; border-block: 1px solid rgba(255,255,255,0.045); background: linear-gradient(180deg, rgba(10,15,12,0.92), rgba(6,9,7,0.93)), radial-gradient(circle at 50% 20%, rgba(55,232,135,0.08), transparent 36rem); }
.section-heading, .dashboard-heading { display: grid; grid-template-columns: 1.2fr 0.68fr; align-items: end; gap: 80px; }
.section-heading h2, .dashboard-heading h2, .conversation-copy h2, .trust-copy h2, .faq-heading h2 { margin-bottom: 0; font-size: clamp(2rem, 4.2vw, 4rem); font-weight: 600; }
.section-heading > p, .dashboard-heading > p, .conversation-copy > p, .trust-copy > p, .faq-heading > p { margin: 0; color: var(--muted); line-height: 1.75; }

.process-grid { position: relative; margin: 65px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; list-style: none; }
.process-grid::before { content: ""; position: absolute; z-index: 0; left: 5%; right: 5%; top: 55px; height: 1px; background: linear-gradient(90deg, transparent, rgba(55,232,135,0.5) 18%, rgba(66,191,245,0.34) 82%, transparent); box-shadow: 0 0 14px rgba(55,232,135,0.16); transform: scaleX(0); transform-origin: left; transition: transform 1150ms 260ms cubic-bezier(.2,.8,.2,1); }
.process-grid::after { content: ""; position: absolute; z-index: 3; top: 51px; left: 5%; width: 9px; height: 9px; border-radius: 50%; background: #b7ffcf; box-shadow: 0 0 0 5px rgba(55,232,135,0.08), 0 0 22px rgba(55,232,135,0.8); opacity: 0; pointer-events: none; }
.process-grid.is-in-view::before { transform: scaleX(1); }
.process-grid.is-in-view::after { animation: process-signal 1750ms 650ms cubic-bezier(.4,0,.2,1) 2 both; }
.process-card { position: relative; min-height: 350px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(145deg, rgba(15,22,18,0.9), rgba(9,13,11,0.9)); overflow: hidden; transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease; }
.process-card > * { position: relative; z-index: 2; }
.process-card::before { content: ""; position: absolute; z-index: 1; inset: -1px; border-radius: inherit; background: radial-gradient(280px circle at var(--spot-x, 50%) var(--spot-y, 15%), rgba(55,232,135,0.13), transparent 55%); opacity: 0; transition: opacity 320ms ease; pointer-events: none; }
.process-card:hover { transform: translateY(-7px); border-color: rgba(55,232,135,0.2); box-shadow: 0 24px 60px rgba(0,0,0,0.24); }
.process-card:hover::before { opacity: 1; }
.process-card:hover .step-icon { transform: translateY(-3px) rotate(-3deg); }
.process-card.featured { background: linear-gradient(150deg, rgba(18,37,27,0.96), rgba(8,15,11,0.97)); border-color: rgba(55,232,135,0.22); }
.process-card.featured::after { content: ""; position: absolute; width: 210px; height: 210px; right: -95px; top: -95px; border-radius: 50%; background: rgba(55,232,135,0.09); filter: blur(12px); }
.step-number { position: absolute; right: 25px; top: 22px; color: rgba(225,241,231,0.2); font-family: var(--font-display); font-size: 0.7rem; letter-spacing: 0.12em; }
.step-icon, .feature-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: auto; border: 1px solid rgba(55,232,135,0.14); border-radius: 13px; color: var(--accent); background: rgba(55,232,135,0.07); transition: transform 260ms ease, background 260ms ease; }
.step-icon svg, .feature-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.process-card h3 { margin: 45px 0 10px; font-size: 1.35rem; letter-spacing: -0.035em; }
.process-card > p { min-height: 52px; margin: 0; color: var(--muted); font-size: 0.87rem; line-height: 1.65; }
.step-detail { width: fit-content; margin-top: 24px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted-strong); background: rgba(0,0,0,0.18); font-size: 0.63rem; }
.step-detail.success { color: #9be7b9; border-color: rgba(55,232,135,0.14); }
.ai-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 22px; }
.ai-tags span { padding: 5px 8px; color: #afe9c4; border-radius: 7px; background: rgba(55,232,135,0.09); font-size: 0.6rem; }

.process-grid.is-in-view .process-card .step-icon { animation: step-icon-arrive 680ms cubic-bezier(.2,.85,.2,1) both; animation-delay: calc(260ms + var(--motion-delay, 0ms)); }
.process-grid.is-in-view .process-card .step-detail,
.process-grid.is-in-view .process-card .ai-tags { animation: step-detail-arrive 600ms cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(620ms + var(--motion-delay, 0ms)); }
.process-grid.is-in-view .process-card.featured::after { animation: featured-bloom 1300ms 720ms cubic-bezier(.2,.7,.2,1) both; }
@keyframes process-signal { 0% { left: 5%; opacity: 0; transform: scale(.55); } 12% { opacity: 1; } 50% { transform: scale(1.15); } 88% { opacity: 1; } 100% { left: calc(95% - 9px); opacity: 0; transform: scale(.55); } }
@keyframes step-icon-arrive { 0% { opacity: .15; transform: translateY(16px) rotate(-8deg) scale(.72); } 65% { opacity: 1; transform: translateY(-3px) rotate(2deg) scale(1.07); } 100% { opacity: 1; transform: none; } }
@keyframes step-detail-arrive { from { opacity: 0; transform: translateY(10px) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes featured-bloom { 0% { opacity: 0; transform: scale(.5); } 55% { opacity: 1; transform: scale(1.15); } 100% { opacity: 1; transform: scale(1); } }

.conversation-section { padding-block: 150px; }
.conversation-grid { display: grid; grid-template-columns: 0.88fr 1fr; align-items: center; gap: 105px; }
.conversation-copy h2 { max-width: 550px; margin-bottom: 25px; }
.conversation-copy > p { max-width: 535px; }
.mode-tabs { display: flex; width: fit-content; margin-top: 38px; padding: 5px; gap: 3px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.mode-tab { min-width: 100px; min-height: 44px; padding: 0 14px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; font-size: 0.74rem; font-weight: 700; cursor: pointer; transition: color 180ms ease, background 180ms ease; }
.mode-tab:hover { color: var(--text); }
.mode-tab.active { color: #04180c; background: var(--accent); }
.mode-tab svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mode-description { margin-top: 23px; display: flex; gap: 12px; max-width: 495px; }
.mode-check { flex: 0 0 auto; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 8px; background: rgba(55,232,135,0.09); }
.mode-check svg { width: 15px; fill: none; stroke: var(--accent); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mode-description strong { font-size: 0.8rem; }
.mode-description p { margin: 3px 0 0; color: var(--muted); font-size: 0.75rem; line-height: 1.6; }

.phone-wrap { position: relative; min-height: 660px; display: grid; place-items: center; perspective: 1200px; }
.phone-glow { position: absolute; width: 490px; height: 490px; border-radius: 50%; background: radial-gradient(circle, rgba(55,232,135,0.18), rgba(55,232,135,0.025) 48%, transparent 68%); filter: blur(12px); transition: transform 500ms ease, opacity 500ms ease; }
.phone-wrap.mode-changing .phone-glow { animation: phone-glow-pulse 820ms cubic-bezier(.2,.7,.2,1); }
.phone-orbit { position: absolute; z-index: 1; border: 1px solid rgba(55,232,135,0.12); border-radius: 50%; opacity: 0.52; pointer-events: none; }
.phone-orbit-one { width: 470px; height: 470px; transform: rotateX(67deg) rotateZ(-12deg); }
.phone-orbit-two { width: 560px; height: 330px; transform: rotateY(64deg) rotateZ(18deg); border-color: rgba(66,191,245,0.1); }
.phone-wrap.mode-changing .phone-orbit-one { animation: orbit-pulse-one 900ms cubic-bezier(.2,.7,.2,1); }
.phone-wrap.mode-changing .phone-orbit-two { animation: orbit-pulse-two 900ms 80ms cubic-bezier(.2,.7,.2,1); }
.phone-data-particles { position: absolute; z-index: 4; inset: 0; pointer-events: none; }
.phone-data-particles i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 14px rgba(55,232,135,0.9); opacity: 0; }
.phone-data-particles i:nth-child(1) { left: 24%; top: 31%; --phone-px: -32px; --phone-py: -22px; }
.phone-data-particles i:nth-child(2) { right: 20%; top: 23%; --phone-px: 30px; --phone-py: -28px; background: var(--cyan); }
.phone-data-particles i:nth-child(3) { right: 15%; bottom: 22%; --phone-px: 36px; --phone-py: 20px; }
.phone-wrap.mode-changing .phone-data-particles i { animation: phone-particle-out 780ms ease-out; }
.phone-wrap.mode-changing .phone-data-particles i:nth-child(2) { animation-delay: 90ms; }
.phone-wrap.mode-changing .phone-data-particles i:nth-child(3) { animation-delay: 160ms; }
.phone { position: relative; z-index: 2; width: 330px; height: 635px; overflow: hidden; border: 7px solid #1b211e; border-radius: 42px; background: #101b1f; box-shadow: 0 42px 100px rgba(0,0,0,0.65), inset 0 0 0 1px #343e39; transform: perspective(1100px) rotateX(var(--phone-rx, 0deg)) rotateY(var(--phone-ry, 0deg)); transform-style: preserve-3d; will-change: transform; transition: transform 240ms ease-out, box-shadow 280ms ease; }
.phone-wrap:hover .phone { box-shadow: 0 48px 118px rgba(0,0,0,0.72), 0 0 60px rgba(55,232,135,0.06), inset 0 0 0 1px #3b4841; }
.phone::before { content: ""; position: absolute; z-index: 5; top: 9px; left: 50%; width: 88px; height: 22px; transform: translateX(-50%); border-radius: 999px; background: #090c0b; }
.phone-top { height: 41px; padding: 10px 17px 0; display: flex; align-items: center; justify-content: space-between; background: #18272b; color: #e7eeec; font-size: 0.59rem; font-weight: 700; }
.phone-top > div { display: flex; gap: 3px; }
.phone-top b { display: block; width: 4px; height: 4px; border-radius: 50%; background: #e7eeec; }
.chat-head { height: 62px; padding: 0 15px; display: flex; align-items: center; gap: 9px; background: #1b2b30; border-bottom: 1px solid rgba(255,255,255,0.04); }
.chat-back svg { width: 18px; fill: none; stroke: #92a6ac; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.chat-avatar { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #27dc7a, #139c53); color: #052313; font-family: var(--font-display); font-size: 0.68rem; font-weight: 700; }
.chat-head div { display: grid; line-height: 1.3; }
.chat-head strong { font-size: 0.73rem; }
.chat-head small { color: #5bc589; font-size: 0.56rem; }
.chat-more { margin-left: auto; color: #87999f; letter-spacing: 0.05em; }
.chat-body { position: relative; height: 474px; padding: 28px 13px; background: #0d171a; background-image: radial-gradient(circle at 10% 10%, rgba(55,232,135,0.035), transparent 18rem); }
.chat-body::before { content: ""; position: absolute; z-index: 3; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(55,232,135,0.7), transparent); box-shadow: 0 0 16px rgba(55,232,135,0.55); opacity: 0; transform: translateY(0); pointer-events: none; }
.phone-wrap.is-visible .chat-body::before { animation: phone-scan 1800ms 500ms cubic-bezier(.2,.7,.2,1) forwards; }
.chat-body::after { content: "EZ  •  EZ  •  EZ  •  EZ  •  EZ  •  EZ  •  EZ"; position: absolute; inset: 100px -30px auto; transform: rotate(-25deg); color: rgba(255,255,255,0.015); font-family: var(--font-display); font-size: 2.8rem; letter-spacing: 0.1em; white-space: nowrap; }
.chat-day { position: relative; z-index: 1; width: fit-content; margin: 0 auto 23px; padding: 3px 8px; border-radius: 7px; color: #84979c; background: rgba(2,8,9,0.45); font-size: 0.48rem; font-weight: 700; }
.chat-message { position: relative; z-index: 2; width: fit-content; max-width: 86%; padding: 9px 11px; border-radius: 11px; font-size: 0.67rem; line-height: 1.55; box-shadow: 0 4px 12px rgba(0,0,0,0.14); transition: opacity 180ms ease, transform 220ms ease, filter 180ms ease; }
.user-message { margin-left: auto; border-radius: 11px 11px 3px 11px; background: #246c4d; }
.bot-message { min-width: 224px; margin-top: 14px; border-radius: 11px 11px 11px 3px; background: #172529; }
.phone.is-switching .user-message { opacity: 0; transform: translateX(18px) scale(.96); filter: blur(4px); }
.phone.is-switching .bot-message { opacity: 0; transform: translateY(12px) scale(.96); filter: blur(4px); }
.phone.is-processing .user-message { animation: phone-user-in 420ms cubic-bezier(.2,.8,.2,1) both; }
.phone.is-processing .bot-message { opacity: 0; transform: translateY(10px) scale(.97); }
.phone.is-processing .typing-indicator { opacity: 1; transform: translateY(0) scale(1); }
.phone.is-resolved .bot-message { animation: phone-bot-in 560ms cubic-bezier(.2,.8,.2,1) both; }
.typing-indicator { position: absolute; z-index: 3; left: 13px; top: 119px; width: 43px; height: 27px; padding: 0 9px; display: flex; align-items: center; justify-content: center; gap: 3px; border-radius: 10px 10px 10px 3px; background: #172529; opacity: 0; transform: translateY(7px) scale(.94); transition: opacity 180ms ease, transform 220ms ease; }
.typing-indicator i { width: 4px; height: 4px; border-radius: 50%; background: #7f9499; animation: typing-dot 640ms ease-in-out infinite alternate; }
.typing-indicator i:nth-child(2) { animation-delay: 120ms; }
.typing-indicator i:nth-child(3) { animation-delay: 240ms; }
.audio-wave { min-width: 150px; min-height: 23px; display: flex; align-items: center; justify-content: flex-end; gap: 3px; }
.audio-wave i { width: 2px; border-radius: 99px; background: #c5f5d7; transform-origin: center; animation: audio-bar 620ms ease-in-out 6 alternate; }
.audio-wave i:nth-child(1) { height: 7px; }
.audio-wave i:nth-child(2) { height: 13px; animation-delay: 90ms; }
.audio-wave i:nth-child(3) { height: 18px; animation-delay: 180ms; }
.audio-wave i:nth-child(4) { height: 10px; animation-delay: 270ms; }
.audio-wave i:nth-child(5) { height: 15px; animation-delay: 360ms; }
.audio-wave i:nth-child(6) { height: 8px; animation-delay: 450ms; }
.audio-wave b { margin-left: 7px; font-size: 0.55rem; font-weight: 600; }
.receipt-message { min-width: 172px; display: flex; align-items: center; gap: 9px; }
.receipt-message > span:first-child { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; background: rgba(255,255,255,0.09); }
.receipt-message svg { width: 16px; fill: none; stroke: #d1f7df; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.receipt-message > span:last-child { display: grid; text-align: left; }
.receipt-message strong { font-size: 0.58rem; }
.receipt-message small { color: #addcc0; font-size: 0.48rem; }
.mini-success { position: absolute; right: 10px; top: 10px; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: rgba(55,232,135,0.11); }
.mini-success svg { width: 11px; fill: none; stroke: var(--accent); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.bot-message p { display: grid; margin: 0 0 10px; }
.bot-message p strong { color: #9ce5b7; font-size: 0.65rem; }
.bot-message p span { color: #83969b; font-size: 0.56rem; }
.bot-message dl { margin: 0; }
.bot-message dl div { display: flex; justify-content: space-between; padding: 6px 0; border-top: 1px solid rgba(255,255,255,0.045); }
.bot-message dt { color: #73868b; font-size: 0.54rem; }
.bot-message dd { margin: 0; font-size: 0.57rem; font-weight: 700; }
.bot-message > small { display: block; margin-top: 8px; color: #57bd80; font-size: 0.49rem; }
.chat-input { height: 51px; margin: 0 10px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,0.06); border-radius: 18px; background: #142125; color: #73878c; font-size: 0.6rem; }
.chat-input svg { width: 17px; fill: none; stroke: #7e9196; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.floating-total { position: absolute; z-index: 3; right: -10px; bottom: 55px; min-width: 182px; padding: 14px 16px; display: grid; border: 1px solid rgba(55,232,135,0.2); border-radius: 14px; background: rgba(10,18,14,0.92); box-shadow: 0 18px 55px rgba(0,0,0,0.48); backdrop-filter: blur(14px); transform: translate3d(var(--phone-fx, 0), var(--phone-fy, 0), 30px); will-change: transform; transition: transform 240ms ease-out, border-color 240ms ease; }
.floating-total.is-updating { animation: total-update 620ms cubic-bezier(.2,.8,.2,1); }
.floating-total > span { color: var(--muted); font-size: 0.57rem; }
.floating-total > strong { margin: 2px 0 5px; font-family: var(--font-display); font-size: 1.06rem; }
.floating-total small { display: flex; align-items: center; gap: 5px; color: #6dd797; font-size: 0.51rem; }
.floating-total svg { width: 12px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

@keyframes phone-glow-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 48% { opacity: .72; transform: scale(1.13); } }
@keyframes orbit-pulse-one { 0%, 100% { opacity: .52; transform: rotateX(67deg) rotateZ(-12deg) scale(1); } 50% { opacity: .95; transform: rotateX(67deg) rotateZ(7deg) scale(1.08); } }
@keyframes orbit-pulse-two { 0%, 100% { opacity: .52; transform: rotateY(64deg) rotateZ(18deg) scale(1); } 50% { opacity: .88; transform: rotateY(64deg) rotateZ(-4deg) scale(1.06); } }
@keyframes phone-particle-out { 0% { opacity: 0; transform: translate(0,0) scale(.5); } 24% { opacity: 1; } 100% { opacity: 0; transform: translate(var(--phone-px), var(--phone-py)) scale(1.2); } }
@keyframes phone-scan { 0% { opacity: 0; transform: translateY(0); } 15% { opacity: .8; } 100% { opacity: 0; transform: translateY(470px); } }
@keyframes phone-user-in { 0% { opacity: 0; transform: translateX(16px) scale(.96); filter: blur(4px); } 100% { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); } }
@keyframes phone-bot-in { 0% { opacity: 0; transform: translateY(12px) scale(.96); filter: blur(4px); } 70% { opacity: 1; transform: translateY(-2px) scale(1.01); filter: blur(0); } 100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); } }
@keyframes typing-dot { from { opacity: .35; transform: translateY(1px); } to { opacity: 1; transform: translateY(-2px); } }
@keyframes audio-bar { from { transform: scaleY(.45); opacity: .55; } to { transform: scaleY(1); opacity: 1; } }
@keyframes total-update { 0%, 100% { transform: translate3d(var(--phone-fx, 0), var(--phone-fy, 0), 30px) scale(1); border-color: rgba(55,232,135,0.2); } 48% { transform: translate3d(var(--phone-fx, 0), calc(var(--phone-fy, 0px) - 6px), 30px) scale(1.045); border-color: rgba(55,232,135,0.55); } }

.dashboard-section { padding-block: 130px 0; border-block: 1px solid rgba(255,255,255,0.045); background: #080b09; }
.dashboard-heading { margin-bottom: 0; grid-template-columns: minmax(0, 1.55fr) minmax(260px, .58fr); }
.dashboard-heading h2 { font-size: clamp(2.15rem, 3.65vw, 3.55rem); }
.kinetic-title { display: grid; }
.kinetic-line { display: block; overflow: hidden; padding-bottom: .06em; }
.kinetic-line > span { display: block; transform: translateY(112%) rotate(1.3deg); transform-origin: left bottom; opacity: 0; filter: blur(8px); transition: transform 900ms cubic-bezier(.16,1,.3,1), opacity 620ms ease, filter 720ms ease; }
.dashboard-heading.is-visible .kinetic-line > span { transform: translateY(0) rotate(0); opacity: 1; filter: blur(0); }
.dashboard-heading.is-visible .kinetic-line:nth-child(2) > span { transition-delay: 130ms; }
.kinetic-line-accent > span { width: fit-content; color: transparent; background: linear-gradient(100deg, #f1f7f3 0%, #f1f7f3 35%, #7ff2aa 48%, #f1f7f3 61%, #f1f7f3 100%); background-size: 240% 100%; background-position: 100% 0; -webkit-background-clip: text; background-clip: text; }
.dashboard-heading.is-visible .kinetic-line-accent > span { animation: title-sheen 1500ms 720ms cubic-bezier(.2,.7,.2,1) both; }
.dashboard-heading > p { transform: translateY(12px); opacity: 0; transition: transform 700ms 360ms cubic-bezier(.2,.8,.2,1), opacity 700ms 360ms ease; }
.dashboard-heading.is-visible > p { transform: none; opacity: 1; }
@keyframes title-sheen { from { background-position: 100% 0; } to { background-position: -45% 0; } }
.showcase { display: grid; grid-template-columns: 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, #0d120f, #080b09); box-shadow: var(--shadow); }
.showcase-stage { position: relative; min-width: 0; padding: 26px 26px 22px; display: grid; align-content: center; background: radial-gradient(circle at var(--screen-glow-x, 38%) 0%, rgba(55,232,135,0.1), transparent 28rem); overflow: hidden; transition: background 500ms ease; }
.showcase-stage::before { content: ""; position: absolute; inset: 4% 3% 10%; border-radius: 50%; background: radial-gradient(circle, rgba(55,232,135,0.12), transparent 65%); opacity: var(--chapter-glow-opacity, .22); transform: translateY(var(--screen-glow-y, 0px)) scale(var(--chapter-glow-scale, .96)); filter: blur(26px); pointer-events: none; }
.showcase-browser { position: relative; overflow: hidden; border: 1px solid rgba(204,234,215,0.14); border-radius: 15px; background: #050807; box-shadow: 0 30px 80px rgba(0,0,0,0.5); transform: translateY(var(--screen-browser-y, 0px)) scale(1); filter: blur(0); transition: transform 420ms cubic-bezier(.2,.7,.2,1), filter 240ms ease, opacity 240ms ease, border-color 320ms ease; will-change: transform; }
.showcase-browser.is-entering .showcase-browser.is-entering @keyframes screen-enter { 0% { opacity: .15; transform: translate3d(var(--screen-entry-x, 24px), 12px, 0) scale(1.035); filter: blur(7px); } 65% { opacity: 1; filter: blur(0); } 100% { opacity: 1; transform: translate3d(0, var(--screen-image-y, 0px), 0) scale(1.012); filter: blur(0); } }
@keyframes screen-grid-flash { 0% { opacity: 0; } 32% { opacity: .48; } 100% { opacity: 0; } }
@keyframes screen-scan { 0% { opacity: 0; transform: translateY(0); } 16% { opacity: 1; } 100% { opacity: 0; transform: translateY(430px); } }

.features-section { padding-block: 145px; }
.section-heading.compact h2 { max-width: 670px; }
.bento-grid { margin-top: 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bento-card { position: relative; min-height: 390px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(145deg, rgba(15,21,17,0.96), rgba(8,11,9,0.98)); transition: transform 320ms cubic-bezier(.2,.7,.2,1), border-color 320ms ease, box-shadow 320ms ease; }
.bento-card::before, .trust-card::before { content: ""; position: absolute; z-index: 0; inset: -1px; border-radius: inherit; background: radial-gradient(340px circle at var(--spot-x, 50%) var(--spot-y, 20%), rgba(55,232,135,0.11), transparent 58%); opacity: 0; pointer-events: none; transition: opacity 320ms ease; }
.bento-card > *, .trust-card > * { position: relative; z-index: 1; }
.bento-card:hover { transform: translateY(-6px); border-color: rgba(218,238,226,0.18); box-shadow: 0 28px 70px rgba(0,0,0,0.28); }
.bento-card:hover::before, .trust-card:hover::before { opacity: 1; }
.bento-card:hover .feature-icon { transform: rotate(-4deg) scale(1.04); }
.bento-wide { min-height: 470px; grid-column: 1 / -1; display: grid; grid-template-columns: 0.74fr 1.26fr; gap: 45px; }
.bento-tall { min-height: 440px; }
.bento-copy { position: relative; z-index: 2; max-width: 480px; }
.feature-icon { margin-bottom: 34px; }
.feature-icon.blue { color: var(--cyan); border-color: rgba(66,191,245,0.14); background: rgba(66,191,245,0.07); }
.feature-icon.amber { color: var(--amber); border-color: rgba(244,187,58,0.14); background: rgba(244,187,58,0.07); }
.feature-icon.purple { color: var(--purple); border-color: rgba(143,123,255,0.14); background: rgba(143,123,255,0.07); }
.bento-card h3 { max-width: 440px; margin: 0 0 13px; font-size: clamp(1.4rem, 2.5vw, 2.15rem); font-weight: 600; }
.bento-card p:not(.kicker) { margin: 0; max-width: 470px; color: var(--muted); font-size: 0.86rem; }
.bento-image { align-self: end; overflow: hidden; border: 1px solid var(--line); border-radius: 14px 14px 0 0; box-shadow: 0 20px 55px rgba(0,0,0,0.45); clip-path: inset(100% 0 0 0 round 14px 14px 0 0); opacity: .4; transition: clip-path 1050ms 180ms cubic-bezier(.16,1,.3,1), opacity 600ms 180ms ease, box-shadow 320ms ease; }
.bento-image img { width: 100%; height: 340px; object-fit: cover; object-position: left top; transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.018); transition: transform 180ms linear; will-change: transform; }
.bento-grid.is-in-view .bento-image { clip-path: inset(0 0 0 0 round 14px 14px 0 0); opacity: 1; }
.bento-card:hover .bento-image { box-shadow: 0 28px 70px rgba(0,0,0,.56), 0 0 0 1px rgba(55,232,135,.06); }
.analytics-crop { transform: translateY(31px); }
.report-stack { position: absolute; left: 50%; bottom: -15px; width: 360px; height: 225px; transform: translateX(-50%) translateY(var(--bento-float, 0px)); transition: transform 180ms linear; will-change: transform; }
.report-card { position: absolute; inset: 0; padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: #0a0f0c; box-shadow: 0 25px 60px rgba(0,0,0,0.5); }
.report-card.back { transform: translate(20px, 20px) rotate(4deg); background: #111713; }
.report-card.front { display: grid; align-content: start; }
.bento-grid.is-in-view .report-card.front { animation: report-front-arrive 850ms 320ms cubic-bezier(.16,1,.3,1) both; }
.bento-grid.is-in-view .report-card.back { animation: report-back-arrive 900ms 390ms cubic-bezier(.16,1,.3,1) both; }
.report-card > span { color: var(--muted); font-size: 0.48rem; letter-spacing: 0.14em; }
.report-card > strong { margin: 5px 0 20px; font-family: var(--font-display); font-size: 0.85rem; }
.report-line { display: flex; justify-content: space-between; padding: 9px 0; border-top: 1px solid var(--line); }
.report-line i { width: 32%; height: 5px; border-radius: 4px; background: #263029; }
.report-line b { width: 18%; height: 5px; border-radius: 4px; background: #37443c; }
.report-line.short i { width: 22%; }
.report-total { margin-top: 14px; display: grid; }
.report-total small { color: var(--muted); font-size: 0.48rem; }
.report-total strong { color: var(--accent); font-family: var(--font-display); font-size: 1.08rem; }
.mini-calendar { position: absolute; left: 30px; right: 30px; bottom: 30px; padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: rgba(0,0,0,0.2); }
.mini-calendar > div { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }
.mini-calendar span { display: grid; height: 38px; place-items: center; border-radius: 8px; color: var(--muted); background: rgba(255,255,255,0.025); font-size: 0.6rem; }
.mini-calendar .today { color: var(--accent); border: 1px solid rgba(55,232,135,0.35); background: rgba(55,232,135,0.08); }
.bento-grid.is-in-view .mini-calendar span { animation: calendar-day-arrive 480ms cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(420ms + var(--day-delay, 0ms)); }
.bento-grid.is-in-view .mini-calendar .today { animation-name: calendar-day-arrive, calendar-today-pulse; animation-duration: 480ms, 800ms; animation-delay: calc(420ms + var(--day-delay, 0ms)), 920ms; animation-timing-function: cubic-bezier(.2,.8,.2,1), ease-out; animation-fill-mode: both, both; }
.mini-calendar small { margin-top: 12px; display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 0.54rem; }
.mini-calendar i { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }
.member-row { position: absolute; left: 30px; right: 30px; bottom: 30px; padding: 14px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 13px; background: rgba(0,0,0,0.2); }
.member-row > span { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; color: #b9adff; background: rgba(143,123,255,0.14); font-size: 0.65rem; font-weight: 700; }
.member-row div { display: grid; }
.member-row strong { font-size: 0.68rem; }
.member-row small { color: var(--muted); font-size: 0.55rem; }
.member-row i { width: 85px; height: 5px; margin-left: auto; overflow: hidden; border-radius: 4px; background: #202724; }
.member-row i::after { content: ""; display: block; width: 72%; height: 100%; border-radius: inherit; background: var(--purple); transform: scaleX(0); transform-origin: left; }
.bento-grid.is-in-view .member-row i::after { animation: member-progress 900ms 650ms cubic-bezier(.2,.8,.2,1) forwards; }
@keyframes report-front-arrive { from { opacity: 0; transform: translateY(38px) rotate(-1.5deg) scale(.94); } to { opacity: 1; transform: none; } }
@keyframes report-back-arrive { from { opacity: 0; transform: translate(8px, 45px) rotate(-2deg) scale(.9); } to { opacity: 1; transform: translate(20px, 20px) rotate(4deg); } }
@keyframes calendar-day-arrive { from { opacity: 0; transform: translateY(10px) scale(.9); } to { opacity: 1; transform: none; } }
@keyframes calendar-today-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(55,232,135,0); } 50% { box-shadow: 0 0 0 5px rgba(55,232,135,.1), 0 0 24px rgba(55,232,135,.18); } }
@keyframes member-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.trust-section { padding-block: 135px; border-block: 1px solid rgba(255,255,255,0.045); background: linear-gradient(135deg, #090d0b, #070908); }
.trust-grid { display: grid; grid-template-columns: 0.8fr 1fr; gap: 95px; align-items: center; }
.trust-copy h2 { max-width: 550px; margin-bottom: 24px; }
.trust-copy > p { max-width: 480px; }
.trust-copy .button-link { margin-top: 20px; color: var(--accent); }
.trust-cards { position: relative; display: grid; gap: 12px; }
.trust-cards::before { content: ""; position: absolute; z-index: 0; left: 44px; top: 42px; bottom: 42px; width: 1px; background: linear-gradient(180deg, rgba(55,232,135,.75), rgba(55,232,135,.16)); box-shadow: 0 0 15px rgba(55,232,135,.25); transform: scaleY(0); transform-origin: top; transition: transform 1050ms 260ms cubic-bezier(.2,.8,.2,1); }
.trust-cards.is-in-view::before { transform: scaleY(1); }
.trust-card { position: relative; padding: 22px; display: flex; align-items: flex-start; gap: 17px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: rgba(13,19,15,0.8); transition: transform 280ms cubic-bezier(.2,.8,.2,1), border-color 280ms ease, background 280ms ease; }
.trust-card:hover { transform: translateX(-6px); border-color: rgba(55,232,135,.22); background: rgba(15,26,19,.92); }
.trust-card > span { flex: 0 0 auto; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; color: var(--accent); background: rgba(55,232,135,0.07); }
.trust-cards.is-in-view .trust-card > span { animation: trust-icon-arrive 650ms cubic-bezier(.16,1,.3,1) both; animation-delay: calc(280ms + var(--motion-delay, 0ms)); }
.trust-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(110deg, transparent 20%, rgba(181,255,208,.08) 48%, transparent 76%); transform: translateX(-120%); pointer-events: none; }
.trust-cards.is-in-view .trust-card::after { animation: trust-sheen 900ms cubic-bezier(.2,.7,.2,1) both; animation-delay: calc(460ms + var(--motion-delay, 0ms)); }
.trust-card svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.trust-card h3 { margin: 1px 0 5px; font-size: 0.95rem; letter-spacing: -0.025em; }
.trust-card p { margin: 0; color: var(--muted); font-size: 0.75rem; line-height: 1.6; }
@keyframes trust-icon-arrive { 0% { opacity: 0; transform: scale(.55) rotate(-12deg); } 68% { opacity: 1; transform: scale(1.09) rotate(2deg); } 100% { opacity: 1; transform: none; } }
@keyframes trust-sheen { from { transform: translateX(-120%); } to { transform: translateX(120%); } }

.faq-section { padding-block: 145px; display: grid; grid-template-columns: 0.68fr 1fr; gap: 110px; align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-heading h2 { margin-bottom: 20px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; list-style: none; cursor: pointer; font-family: var(--font-display); font-size: 0.94rem; font-weight: 600; letter-spacing: -0.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 auto; width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 50%; transition: background 180ms ease, transform 180ms ease; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 9px; height: 1px; background: var(--muted-strong); transform: translate(-50%, -50%); }
.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform 180ms ease; }
.faq-list details[open] summary span { background: rgba(55,232,135,0.08); border-color: rgba(55,232,135,0.2); }
.faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.faq-list details p { max-width: 660px; margin: -4px 55px 28px 0; color: var(--muted); font-size: 0.82rem; line-height: 1.75; }

.final-cta { padding-bottom: 120px; }
.cta-panel { position: relative; min-height: 500px; padding: 85px 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; text-align: center; border: 1px solid rgba(55,232,135,0.17); border-radius: var(--radius-lg); background: radial-gradient(circle at 50% 50%, rgba(55,232,135,0.13), transparent 35%), linear-gradient(145deg, #0d1711, #070a08); }
.cta-panel::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(55,232,135,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(55,232,135,0.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(circle, black, transparent 68%); }
.cta-orbit { position: absolute; border: 1px solid rgba(55,232,135,0.1); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; }
.orbit-two { width: 680px; height: 680px; }
.cta-mark { position: relative; z-index: 1; display: grid; width: 64px; height: 64px; margin-bottom: 25px; overflow: hidden; place-items: center; color: var(--accent); border: 1px solid rgba(55,232,135,0.2); border-radius: 17px; background: rgba(55,232,135,0.08); box-shadow: 0 0 40px rgba(55,232,135,0.13); }
.cta-mark img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.78); }
.cta-panel .kicker, .cta-panel h2, .cta-panel p, .cta-panel .button, .cta-panel > small { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 780px; margin: 0 0 20px; font-size: clamp(2.1rem, 4.8vw, 4.25rem); font-weight: 600; }
.cta-panel > p:not(.kicker) { max-width: 560px; margin: 0 0 28px; color: var(--muted-strong); }
.cta-panel > small { margin-top: 13px; color: var(--muted); font-size: 0.65rem; }

.site-footer { padding-top: 68px; border-top: 1px solid var(--line); background: #040605; }
.footer-grid { padding-bottom: 55px; display: grid; grid-template-columns: 1fr auto auto; gap: 110px; }
.footer-brand p { margin: 14px 0 0; color: var(--muted); font-size: 0.75rem; }
.footer-links { min-width: 140px; display: grid; gap: 10px; align-content: start; }
.footer-links strong { margin-bottom: 4px; color: var(--text); font-size: 0.7rem; }
.footer-links a { min-height: 44px; display: flex; align-items: center; color: var(--muted); font-size: 0.7rem; transition: color 180ms ease; }
.footer-links a:hover { color: var(--text); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #647068; font-size: 0.62rem; }
.footer-bottom p:last-child { display: flex; align-items: center; gap: 7px; }
.footer-bottom p:last-child span { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px rgba(55,232,135,0.5); }

.reveal { opacity: 0; transform: translateY(28px) scale(0.988); filter: blur(5px); transition: opacity 760ms cubic-bezier(.2,.7,.2,1), transform 760ms cubic-bezier(.2,.7,.2,1), filter 620ms ease; transition-delay: var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; filter: none; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { width: min(100%, 850px); margin-inline: auto; padding-left: 55px; }
  .message-card { left: 0; }
  .hero-proof { margin-top: 35px; }
  .conversation-grid { gap: 45px; }
  .section-heading, .dashboard-heading { gap: 45px; }
}

@media (max-width: 900px) {
  .desktop-nav, .nav-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .hero { padding-top: 130px; }
  .hero-grid { min-height: auto; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .trust-list { justify-content: center; }
  .hero-proof { grid-template-columns: 1fr; justify-items: center; gap: 14px; }
  .proof-result { justify-content: center; }
  .section-heading, .dashboard-heading, .trust-grid, .faq-section { grid-template-columns: 1fr; gap: 28px; }
  .section-heading > p, .dashboard-heading > p { max-width: 650px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid::before, .process-grid::after { display: none; }
  .process-card { min-height: 295px; }
  .conversation-grid { grid-template-columns: 1fr; }
  .conversation-copy { text-align: center; }
  .conversation-copy > p, .conversation-copy h2, .mode-description { margin-inline: auto; }
  .mode-tabs { margin-inline: auto; }
  .showcase { grid-template-columns: 1fr; }
            .bento-wide { grid-template-columns: 1fr; }
  .bento-wide .bento-image { max-width: 670px; }
  .trust-copy { text-align: center; }
  .trust-copy h2, .trust-copy > p { margin-inline: auto; }
  .faq-heading { position: static; }
  .footer-grid { gap: 50px; }
}

@media (max-width: 680px) {
  .section-shell { width: min(calc(100% - 28px), var(--container)); }
  .site-header { top: 8px; padding-inline: 8px; }
  .nav-shell { min-height: 60px; padding-left: 12px; border-radius: 15px; }
  .mobile-nav { width: calc(100% - 16px); }
  .brand { font-size: 0.92rem; }
  .brand-mark { width: 32px; height: 32px; }
  .intro-wordmark { font-size: clamp(2.85rem, 13.2vw, 4.1rem); }
  .intro-progress { width: min(310px, 78vw); margin-top: 24px; }
  .hero { padding-top: 112px; }
  h1 { font-size: clamp(2.45rem, 12.5vw, 4rem); }
  .hero-actions { width: 100%; flex-direction: column; gap: 5px; }
  .hero-actions .button { width: 100%; }
  .trust-list { gap: 10px 18px; }
  .hero-visual { padding: 75px 0 70px; }
  .message-card { left: -3px; top: 4px; width: 205px; }
  .dashboard-frame { transform: none; border-radius: 12px; }
  .dashboard-frame img { min-height: 230px; }
  .processed-chip { right: -2px; bottom: 14px; min-width: 185px; }
  .hero-proof { padding-inline: 10px; }
  .proof-items { width: 100%; gap: 0; justify-content: space-around; }
  .proof-items span { flex-direction: column; gap: 4px; font-size: 0.62rem; }
  .process-section { margin-top: 72px; padding-block: 85px; }
  .process-grid { margin-top: 42px; }
  .process-card { padding: 24px; }
  .conversation-section, .features-section, .faq-section { padding-block: 95px; }
  .phone-wrap { min-height: 620px; transform: scale(0.92); margin: -25px -20px; }
  .phone-glow { width: 360px; height: 360px; }
  .floating-total { right: 0; }
  .dashboard-section, .trust-section { padding-block: 90px; }
  .dashboard-section { padding-bottom: 0; }
  .kinetic-line-accent > span { width: auto; }
      .showcase { min-height: 430px; border-radius: 17px; }
    .showcase-stage { padding: 15px 10px 0; }
      .bento-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .bento-wide { grid-column: auto; min-height: 600px; }
  .bento-card { min-height: 410px; padding: 24px; }
  .bento-wide .bento-image { position: absolute; left: 24px; right: 24px; bottom: 0; }
  .bento-image img { height: 240px; }
  .analytics-crop { transform: none; }
  .report-stack { width: 300px; }
  .mini-calendar, .member-row { left: 24px; right: 24px; bottom: 24px; }
  .faq-list summary { min-height: 74px; font-size: 0.84rem; }
  .faq-list details p { margin-right: 10px; }
  .cta-panel { min-height: 520px; padding-inline: 18px; border-radius: 20px; }
  .final-cta { padding-bottom: 80px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { padding-block: 18px; flex-direction: column; justify-content: center; gap: 2px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  body.intro-active { overflow: auto; }
  .site-intro { display: none; }
  .message-card, .message-bubble, .bot-reply, .processed-chip { opacity: 1; transform: none; animation: none !important; }
  .dashboard-frame, .dashboard-frame img, .phone, .floating-total { transform: none; transition: none; }
  .signal-pulse, .hero-data-particles, .dashboard-sync-flash, .phone-data-particles, .phone-orbit { display: none; }
  .audio-wave i, .typing-indicator i, .chat-body::before { animation: none !important; }
  .reveal { opacity: 1; transform: none; filter: none; transition: none; }
      .showcase-browser { transition: none; }
  .kinetic-line > span, .dashboard-heading > p { opacity: 1; transform: none; filter: none; transition: none; }
  .dashboard-heading.is-visible .kinetic-line-accent > span { animation: none; }
    .bento-image { clip-path: none; opacity: 1; transition: none; }
  .bento-image img, .report-stack { transform: none; transition: none; }
  .analytics-crop { transform: none; }
  .report-stack { left: 50%; transform: translateX(-50%); }
  .member-row i::after { transform: scaleX(1); }
  }

/* ==========================================================================
   DEMONSTRACAO AO VIVO
   --------------------------------------------------------------------------
   Aqui nao ha replica do painel: o que roda dentro da moldura e o aplicativo
   de verdade, em modo demonstracao, com dados em memoria. O visitante navega
   pelo menu do proprio app, abre o modal de lancamento e ve o saldo mudar.

   Foi feito assim porque copia estatica sai de sincronia no primeiro ajuste do
   produto e passa a mentir sobre ele. Deste jeito, qualquer melhoria no painel
   chega a demonstracao no mesmo deploy.
   ========================================================================== */

.app-quadro {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #0b0d12;
  overflow: hidden;
}

.app-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  /* O painel foi desenhado para telas grandes. Dentro da moldura ele e
     renderizado numa largura confortavel e reduzido por transform, em vez de
     ser espremido — assim os graficos e a barra lateral mantem as proporcoes
     que teriam no computador do visitante. */
  transform-origin: top left;
  transform: scale(var(--escala, 1));
}

/* Cortina de carregamento: sem ela a moldura fica um retangulo vazio ate o
   aplicativo montar, e parece que quebrou. */
.app-carregando {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  background: #0b0d12;
  color: var(--muted);
  font-size: 0.85rem;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.app-quadro.is-pronto .app-carregando {
  opacity: 0;
  visibility: hidden;
}

.app-carregando-marca {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.8rem;
  background: linear-gradient(140deg, #a9ee5c, #8ceec2);
  color: #0a2e14;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  animation: app-pulso 1.6s ease-in-out infinite;
}

@keyframes app-pulso {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(0.92); opacity: 0.72; }
}

/* Aviso sob a moldura */
.showcase-aviso {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.showcase-aviso svg { width: 14px; height: 14px; flex-shrink: 0; }

@media (prefers-reduced-motion: reduce) {
  .app-carregando-marca { animation: none; }
  .app-carregando { transition: none; }
}

/* A secao trocou de id (#experimentar). Esta ancora invisivel mantem o link
   "Dashboard" do menu funcionando, com deslocamento para o cabecalho fixo
   nao cobrir o titulo. */
.ancora-secao {
  display: block;
  position: relative;
  top: -96px;
  visibility: hidden;
}
