/* ===================== TOKENS ===================== */
:root {
  --blue:   #3A7BD5;
  --blue-text: #2E63B8;
  --blue-2: #6EA8F0;
  --cyan:   #00C6FB;
  --teal:   #2BB6A3;
  --teal-2: #34C2A8;
  --amber:  #F5B945;
  --euro:   #3CC28E;
  --lavender:#8B8FF0;
  --export-cyan:    #14B8A6;
  --export-magenta: #F43F8E;
  --ink:    #0F2A4A;
  --ink-2:  #18233B;
  --muted:  #64748B;
  --bg:     #F6F9FF;
  --bg-2:   #EAF2FF;
  --mint:   #EAF4F1;
  --card:   #FFFFFF;
  --line:   #E4EAF3;
  --radius: 20px;
  --shadow-sm: 0 4px 16px rgba(15, 42, 74, .06);
  --shadow:    0 18px 50px rgba(15, 42, 74, .12);
  --shadow-lg: 0 30px 80px rgba(15, 42, 74, .18);
  --grad: linear-gradient(120deg, var(--blue), var(--cyan));
  --grad-teal: linear-gradient(135deg, var(--teal-2), var(--teal));
  --maxw: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink); background: var(--bg); line-height: 1.6;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: absolute; left: 50%; top: -60px; transform: translateX(-50%); z-index: 300; background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 0 0 12px 12px; font-weight: 700; font-size: .9rem; transition: top .2s; }
.skip-link:focus { top: 0; outline: 2px solid var(--cyan); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* ===================== AURORA BG + GRAIN ===================== */
.bg-blobs { position: fixed; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .55; }
.blob-1 { width: 540px; height: 540px; background: radial-gradient(circle, #9CC6FF, transparent 70%); top: -180px; left: -120px; animation: drift 24s ease-in-out infinite; }
.blob-2 { width: 480px; height: 480px; background: radial-gradient(circle, #A6F0E4, transparent 70%); top: 26%; right: -180px; animation: drift 30s ease-in-out infinite reverse; }
.blob-3 { width: 440px; height: 440px; background: radial-gradient(circle, #C9D4FF, transparent 70%); bottom: -180px; left: 32%; animation: drift 27s ease-in-out infinite; }
@keyframes drift { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(44px,-30px) scale(1.08); } 66% { transform: translate(-30px,28px) scale(.94); } }
.grain {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 1rem; padding: 14px 24px; border-radius: 14px;
  border: 0; cursor: pointer; transition: transform .2s, box-shadow .2s, opacity .2s; white-space: nowrap;
}
.btn-sm { padding: 10px 18px; font-size: .92rem; border-radius: 12px; }
.btn-ghost { background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--blue-2); }
.btn-primary { position: relative; background: var(--grad); color: #fff; box-shadow: 0 10px 24px rgba(58,123,213,.35); overflow: hidden; }
.btn-primary.handoff::after { transform: translateX(130%); transition: transform .9s ease; }
.btn-primary::after {
  content: ''; position: absolute; inset: 0; transform: translateX(-130%);
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.45) 50%, transparent 70%);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(58,123,213,.45); }
.btn-primary:hover::after { transform: translateX(130%); transition: transform .8s ease; }
.btn-primary:active { transform: translateY(0); }

/* ===================== NAV ===================== */
.nav {
  position: sticky; top: 0; z-index: 100; background: rgba(246,249,255,.7);
  backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .3s, background .3s, box-shadow .3s;
}
.nav.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-logo { width: 36px; height: 36px; border-radius: 10px; box-shadow: var(--shadow-sm); }
.brand-name {
  font-family: 'Baloo 2', 'Inter', sans-serif; font-weight: 800; font-size: 1.4rem;
  letter-spacing: -.01em; color: var(--ink); position: relative;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  background: linear-gradient(90deg, var(--ink) 40%, var(--blue) 50%, var(--ink) 60%);
  background-size: 250% 100%; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav .brand-name { animation: sheen 1.4s ease-out 1; }
@keyframes sheen { 0% { background-position: 120% 0; } 100% { background-position: 0 0; } }
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .brand-name, .grad-text { background: none; -webkit-text-fill-color: currentColor; color: var(--ink); }
}
.nav-links { display: flex; gap: 26px; }
.nav-links a { color: var(--muted); font-weight: 600; font-size: .95rem; position: relative; }
.nav-links a::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--grad); border-radius: 2px; transition: width .25s; }
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.lang-switch { display: inline-flex; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 3px; box-shadow: var(--shadow-sm); }
.lang-btn { border: 0; background: transparent; font-weight: 700; font-size: .82rem; color: var(--muted); padding: 5px 10px; border-radius: 7px; cursor: pointer; transition: .2s; }
.lang-btn.is-active { background: var(--ink); color: #fff; }

/* ===================== HERO ===================== */
.hero { padding: 64px 0 40px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line);
  color: var(--blue-text); font-weight: 700; font-size: .82rem; padding: 7px 14px; border-radius: 100px;
  box-shadow: var(--shadow-sm); margin-bottom: 18px;
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(43,182,163,.5);} 70%{box-shadow:0 0 0 10px rgba(43,182,163,0);} 100%{box-shadow:0 0 0 0 rgba(43,182,163,0);} }
.hero-kicker { font-weight: 800; font-size: 1.1rem; letter-spacing: -.01em; margin-bottom: 6px; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-title {
  font-family: 'Baloo 2', 'Inter', sans-serif; font-size: clamp(2.5rem, 5.6vw, 4rem);
  line-height: 1.05; font-weight: 800; letter-spacing: -.02em; color: var(--ink);
}
.hero-sub { font-size: 1.13rem; color: var(--muted); margin: 18px 0 26px; max-width: 520px; }

.waitlist-form { display: flex; gap: 10px; max-width: 480px; }
.waitlist-form input {
  flex: 1; min-width: 0; padding: 14px 18px; border-radius: 14px; border: 1px solid var(--line);
  background: #fff; font-size: 1rem; font-family: inherit; color: var(--ink); transition: border-color .2s, box-shadow .2s;
}
.waitlist-form input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(58,123,213,.15); }
.waitlist-form input.err { border-color: #E0524F; box-shadow: 0 0 0 4px rgba(224,82,79,.12); }
.form-note { font-size: .85rem; color: var(--muted); margin-top: 12px; }
/* Honeypot — hidden from humans, tempting to bots. Not display:none (some bots skip those). */
.hp-field { position: absolute !important; left: -9999px !important; top: auto; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.hero-trust { display: flex; align-items: center; gap: 12px; margin-top: 24px; font-size: .9rem; color: var(--muted); max-width: 480px; }
.avatars { display: flex; }
.ava { width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--bg); margin-left: -10px; box-shadow: var(--shadow-sm); }
.ava:first-child { margin-left: 0; }
.ava-1 { background: linear-gradient(135deg,#3A7BD5,#00C6FB); }
.ava-2 { background: linear-gradient(135deg,#2BB6A3,#34C2A8); }
.ava-3 { background: linear-gradient(135deg,#F5B945,#FFD36A); }
.ava-4 { background: linear-gradient(135deg,#8B8FF0,#A8ABF7); }

/* ----- Scan theatre ----- */
.hero-visual { position: relative; display: flex; justify-content: center; }
.scan-stage { position: relative; width: 300px; max-width: 100%; }
.phone-svg { width: 100%; height: auto; filter: drop-shadow(0 30px 50px rgba(15,42,74,.22)); animation: floaty 6s ease-in-out infinite; transform: translate3d(calc(var(--mx,0) * 6px), calc(var(--my,0) * 6px), 0); }
/* floaty animates the translate/rotate longhands (NOT transform) so the JS
   parallax (.phone-svg transform) and the chip spring-dock (.chip transform) compose. */
@keyframes floaty { 0%,100% { translate: 0 0; rotate: -1deg; } 50% { translate: 0 -12px; rotate: 1deg; } }

/* receipt rows resolve */
.r-val { opacity: 0; transition: opacity .45s ease; }
.r-skel { opacity: 1; transition: opacity .45s ease; }
.r-row.resolved .r-val { opacity: 1; }
.r-row.resolved .r-skel { opacity: 0; }

/* scan beam */
.scan-sweep { transform: translateY(0); }
.scanning .scan-sweep { animation: sweep 3.2s linear infinite; }
@keyframes sweep { 0% { transform: translateY(0); opacity: .35; } 8% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translateY(300px); opacity: .2; } }
.parsed .scan-sweep { opacity: 0; }

/* chips */
.chip {
  position: absolute; background: rgba(255,255,255,.9); border-radius: 15px; padding: 9px 13px;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 10px; font-size: .8rem;
  border: 1px solid transparent; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  opacity: 0; transform: scale(.82) translateY(8px); transition: opacity .5s, transform .5s cubic-bezier(.34,1.56,.64,1);
  background-image: linear-gradient(rgba(255,255,255,.86),rgba(255,255,255,.86)), linear-gradient(120deg, var(--teal-2), var(--cyan));
  background-origin: border-box; background-clip: padding-box, border-box;
}
.chip.docked { opacity: 1; transform: scale(1) translateY(0); }
.chip b { display: block; font-size: .82rem; color: var(--ink); }
.chip small { color: var(--muted); }
.chip-ic { width: 30px; height: 30px; flex: 0 0 30px; }
.chip-store { top: 9%; left: -8%; transform: scale(.82) translate(-6px,8px); }
.chip-store.docked { transform: scale(1) translate(0,0); }
.chip-amount { top: 45%; right: -12%; transform: scale(.82) translate(8px,8px); }
.chip-amount.docked { transform: scale(1) translate(0,0); }
.chip-warranty { bottom: 9%; left: -4%; transform: scale(.82) translate(-6px,10px); }
.chip-warranty.docked { transform: scale(1) translate(0,0); }
.hero-visual .chip { animation: floaty 6.5s ease-in-out infinite; }
.chip-amount { animation-delay: .5s !important; }
.chip-warranty { animation-delay: .9s !important; }

/* ===================== TRUST + MARQUEE ===================== */
.trust-section { padding: 22px 0 8px; text-align: center; }
.trust-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.trust-pill { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: 8px 16px; font-size: .85rem; font-weight: 600; color: var(--ink); box-shadow: var(--shadow-sm); }
.trust-ic { width: 18px; height: 18px; }
.marquee-title { color: var(--muted); font-weight: 600; font-size: .92rem; margin-bottom: 16px; }
.marquee { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; gap: 14px; width: max-content; animation: scroll-x 34s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.mq-name { color: var(--ink); font-weight: 700; font-size: 1rem; opacity: .55; padding: 6px 4px; white-space: nowrap; }
.mq-dot { color: var(--teal); opacity: .5; align-self: center; }
@keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===================== SECTION HEAD ===================== */
section { position: relative; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.kicker { display: inline-block; font-weight: 800; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--blue-text); margin-bottom: 12px; }
.section-head h2 { font-family: 'Baloo 2','Inter',sans-serif; font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.14; }

/* ===================== FEATURES ===================== */
.features { padding: 80px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feature-card {
  background: rgba(255,255,255,.85); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px;
  box-shadow: var(--shadow-sm); transition: transform .3s, box-shadow .3s;
}
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.f-ico { width: 66px; height: 66px; margin-bottom: 16px; }
.f-ico svg { width: 100%; height: 100%; }
.tile-teal { box-shadow: 0 14px 34px rgba(43,182,163,.10); }
.tile-blue { box-shadow: 0 14px 34px rgba(58,123,213,.10); }
.tile-amber { box-shadow: 0 14px 34px rgba(245,185,69,.12); }
.tile-euro { box-shadow: 0 14px 34px rgba(60,194,142,.12); }
.feature-card h3 { font-size: 1.16rem; font-weight: 800; margin-bottom: 8px; letter-spacing: -.01em; }
.feature-card p { color: var(--muted); font-size: .96rem; }
.f-bell { transform-origin: 50% 12%; }
.tile-amber.ring .f-bell { animation: bell-swing 1s ease-in-out; }
@keyframes bell-swing { 0%,100%{transform:rotate(0);} 15%{transform:rotate(11deg);} 30%{transform:rotate(-9deg);} 45%{transform:rotate(6deg);} 60%{transform:rotate(-4deg);} 75%{transform:rotate(2deg);} }
.tile-amber { position: relative; }
.tile-amber .f-ico::before, .tile-amber .f-ico::after {
  content: ''; position: absolute; top: 14px; left: 14px; width: 38px; height: 38px;
  border: 2px solid var(--amber); border-radius: 50%; opacity: 0;
}
.tile-amber.ring .f-ico::before { animation: ring-pulse 1s ease-out; }
.tile-amber.ring .f-ico::after { animation: ring-pulse 1s ease-out .25s; }
@keyframes ring-pulse { 0%{opacity:.7; transform:scale(.6);} 100%{opacity:0; transform:scale(1.9);} }

/* ===================== HOW ===================== */
.how { padding: 80px 0; background: linear-gradient(180deg, transparent, var(--mint) 50%, transparent); }
.steps { position: relative; display: flex; align-items: flex-start; justify-content: center; gap: 30px; flex-wrap: wrap; }
.steps-connector { position: absolute; top: 38px; left: 8%; width: 84%; height: 20px; z-index: 0; opacity: 0; transition: opacity .6s; }
.steps.in-view .steps-connector { opacity: 1; }
#conn-path { stroke-dashoffset: 0; }
.step { position: relative; z-index: 1; flex: 1; min-width: 220px; max-width: 300px; text-align: center; padding: 0 16px; }
.step-ico { width: 80px; height: 80px; margin: 0 auto 18px; background: #fff; border-radius: 24px; box-shadow: var(--shadow); display: grid; place-items: center; }
.step-ico svg { width: 48px; height: 48px; }
.step h3 { font-size: 1.22rem; font-weight: 800; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .96rem; }

/* ===================== ZZP ===================== */
.zzp { padding: 84px 0; background: linear-gradient(180deg, transparent, #EDF3FB 18%, #EDF3FB 82%, transparent); }
.zzp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.zzp-copy h2 { font-family: 'Baloo 2','Inter',sans-serif; font-size: clamp(1.8rem,3.6vw,2.5rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.16; margin-bottom: 16px; }
.zzp-sub { color: var(--muted); font-size: 1.05rem; margin-bottom: 24px; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 1.02rem; color: var(--ink-2); }
.check { flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: var(--grad-teal); color: #fff; display: grid; place-items: center; font-size: .8rem; font-weight: 900; margin-top: 2px; }

.zzp-visual { display: grid; place-items: center; }
.dash-card { width: 100%; max-width: 400px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid var(--line); border-radius: 24px; padding: 22px; box-shadow: var(--shadow-lg); }
.dash-head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.dash-pdf { width: 40px; height: 40px; flex: 0 0 40px; }
.dash-head b { font-size: 1rem; color: var(--ink); display: block; }
.dash-head small { color: var(--muted); font-size: .82rem; }
.dash-tag { margin-left: auto; background: linear-gradient(120deg, var(--export-cyan), var(--export-magenta)); color: #fff; font-weight: 700; font-size: .72rem; padding: 5px 11px; border-radius: 100px; }
.dash-body { display: flex; align-items: center; gap: 22px; }
.doughnut { width: 130px; height: 130px; flex: 0 0 130px; }
.dn-seg { transition: stroke-dasharray 1.1s cubic-bezier(.4,0,.2,1); }
.bars { flex: 1; display: flex; align-items: flex-end; gap: 12px; height: 110px; }
.bar { flex: 1; height: var(--h); min-height: 8px; border-radius: 8px 8px 4px 4px; background: linear-gradient(180deg, var(--blue-2), var(--blue)); transform: scaleY(0); transform-origin: bottom; transition: transform .9s cubic-bezier(.34,1.56,.64,1); }
.bars.in-view .bar { transform: scaleY(1); }
.bars.in-view .bar:nth-child(2){ transition-delay:.1s; } .bars.in-view .bar:nth-child(3){ transition-delay:.2s; } .bars.in-view .bar:nth-child(4){ transition-delay:.3s; }

/* ===================== WALLET ===================== */
.wallet { padding: 84px 0; }
.wallet-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.wallet-copy h2 { font-family: 'Baloo 2','Inter',sans-serif; font-size: clamp(1.8rem,3.6vw,2.5rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.16; margin-bottom: 24px; }
.wallet-visual { position: relative; height: 320px; display: grid; place-items: center; }
.wallet-cards { position: relative; width: 280px; height: 280px; }
.wcard { position: absolute; left: 50%; width: 240px; height: 148px; border-radius: 20px; color: #fff; font-weight: 800; font-size: 1.1rem; padding: 20px; box-shadow: var(--shadow); display: flex; align-items: flex-end; transition: transform .4s ease; }
.wcard::before { content: ''; position: absolute; inset: 0; border-radius: 20px; background: linear-gradient(180deg, rgba(255,255,255,.25), transparent 50%); }
.wcard::after { content: ''; position: absolute; right: 18px; top: 18px; width: 40px; height: 28px; border-radius: 6px; background: rgba(255,255,255,.4); }
.wcard-1 { background: linear-gradient(135deg,#3A7BD5,#00C6FB); transform: translateX(-50%) translateY(-50px) rotate(-8deg); z-index: 1; }
.wcard-2 { background: linear-gradient(135deg,#2BB6A3,#34C2A8); transform: translateX(-50%) translateY(6px) rotate(3deg); z-index: 3; }
.wcard-3 { background: linear-gradient(135deg,#8B8FF0,#A8ABF7); transform: translateX(-50%) translateY(58px) rotate(-3deg); z-index: 2; }
.wallet-visual:hover .wcard-1 { transform: translateX(-50%) translateY(-64px) rotate(-12deg); }
.wallet-visual:hover .wcard-3 { transform: translateX(-50%) translateY(72px) rotate(-6deg); }

/* ===================== STATS ===================== */
.stats { padding: 30px 0 84px; }
.stats-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.stat { position: relative; background: rgba(255,255,255,.85); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 24px; text-align: center; box-shadow: var(--shadow-sm); }
.stat b { font-size: 3rem; font-weight: 900; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -.03em; }
.stat span { font-size: 1.4rem; font-weight: 800; color: var(--blue); }
.stat p { color: var(--muted); font-size: .95rem; margin-top: 8px; }
.stat-coin .coin { position: absolute; top: -26px; left: 50%; width: 52px; height: 52px; transform: translate(-50%,-60px); opacity: 0; }
.stat-coin.drop .coin { animation: coin-drop .9s cubic-bezier(.34,1.56,.64,1) forwards; }
@keyframes coin-drop { 0%{ transform: translate(-50%,-60px) rotate(-20deg); opacity:0; } 60%{ opacity:1; } 100%{ transform: translate(-50%,-26px) rotate(0); opacity:1; } }

/* ===================== FAQ ===================== */
.faq { padding: 30px 0 84px; }
.faq-narrow { max-width: 760px; }
.accordion { display: flex; flex-direction: column; gap: 12px; }
.accordion details { background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 16px; padding: 4px 22px; box-shadow: var(--shadow-sm); transition: box-shadow .2s; }
.accordion details[open] { box-shadow: var(--shadow); }
.accordion summary { list-style: none; cursor: pointer; font-weight: 700; font-size: 1.05rem; padding: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: '+'; font-size: 1.5rem; font-weight: 400; color: var(--blue); transition: transform .25s; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion p { color: var(--muted); padding: 0 0 18px; font-size: .98rem; }

/* ===================== CTA ===================== */
.cta { padding: 24px 0 84px; }
.cta-card { text-align: center; background: linear-gradient(135deg,#0f1830,#1a2540); color: #fff; border-radius: 30px; padding: 60px 30px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.cta-glow { position: absolute; inset: 0; }
.cta-glow::before { content: ''; position: absolute; width: 380px; height: 380px; background: radial-gradient(circle,rgba(0,198,251,.45),transparent 70%); top: -130px; right: -90px; animation: breathe 7s ease-in-out infinite; }
.cta-glow::after { content: ''; position: absolute; width: 340px; height: 340px; background: radial-gradient(circle,rgba(43,182,163,.4),transparent 70%); bottom: -130px; left: -70px; animation: breathe 8s ease-in-out infinite reverse; }
@keyframes breathe { 0%,100%{ transform: scale(1); opacity:.8; } 50%{ transform: scale(1.18); opacity:1; } }
.cta-card h2 { font-family: 'Baloo 2','Inter',sans-serif; font-size: clamp(1.8rem,4vw,2.6rem); font-weight: 800; letter-spacing: -.02em; position: relative; }
.cta-card p { color: #C7D3E8; margin: 14px 0 26px; position: relative; }
.waitlist-form--lg { margin: 0 auto; position: relative; z-index: 1; }
.cta-card .form-note { color: #93A3C0; }

/* ===================== FOOTER ===================== */
.footer { border-top: 1px solid var(--line); padding: 50px 0 30px; background: #fff; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-tag { color: var(--muted); font-size: .9rem; }
.footer-links { display: flex; gap: 26px; }
.footer-links a { color: var(--muted); font-weight: 600; font-size: .95rem; }
.footer-links a:hover { color: var(--ink); }
.footer-disclaimer { max-width: var(--maxw); margin: 22px auto 0; padding: 0 22px; color: #475569; font-size: .78rem; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 18px; color: var(--muted); font-size: .85rem; }

/* ===================== TOAST ===================== */
.toast { position: fixed; left: 50%; bottom: 30px; transform: translate(-50%, 120%); background: var(--ink-2); color: #fff; padding: 14px 22px; border-radius: 14px; box-shadow: var(--shadow-lg); font-weight: 600; font-size: .95rem; z-index: 200; transition: transform .4s cubic-bezier(.2,.8,.2,1); max-width: 90vw; text-align: center; }
.toast.show { transform: translate(-50%, 0); }
.toast.err { background: #B33A37; }

/* ===================== SCROLL REVEAL ===================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.feature-grid .reveal.in:nth-child(2) { transition-delay: .08s; }
.feature-grid .reveal.in:nth-child(3) { transition-delay: .16s; }
.feature-grid .reveal.in:nth-child(4) { transition-delay: .24s; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .zzp-grid, .wallet-grid { grid-template-columns: 1fr; gap: 40px; }
  .nav-links { display: none; }
  .steps-connector { display: none; }
}
@media (max-width: 620px) {
  /* Compact nav so logo + wordmark + lang + CTA never overlap */
  .nav .nav-inner { padding-left: 16px; padding-right: 16px; }
  .brand-logo { width: 30px; height: 30px; }
  .brand-name { font-size: 1.1rem; }
  .nav-actions { gap: 8px; }
  .lang-switch .lang-btn { padding: 5px 8px; font-size: .78rem; }
  /* Hide the redundant nav CTA on mobile — the hero email form sits right below */
  .nav-actions .btn-ghost { display: none; }
  .hero { padding: 36px 0 20px; }
  .feature-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .waitlist-form { flex-direction: column; }
  .waitlist-form .btn { width: 100%; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .scan-stage { width: min(300px, 80vw); margin: 10px auto 0; }
  .chip { font-size: .72rem; padding: 7px 10px; }
  .chip-ic { width: 24px; height: 24px; flex-basis: 24px; }
  .chip-store { left: 1%; }
  .chip-amount { right: 1%; }
  .chip-warranty { left: 1%; }
  .dash-body { flex-direction: column; }
  .bars { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .phone-svg { transform: none; }
  .r-val { opacity: 1; } .r-skel { opacity: 0; }
  .chip { opacity: 1; transform: scale(1) translate(0,0); }
  .scan-sweep { opacity: 0; }
  .bar { transform: scaleY(1); }
  .stat-coin .coin { opacity: 1; transform: translate(-50%,-26px); }
  .marquee-track { animation: none; }
  /* SMIL is not affected by CSS animation overrides — hide the looping connector dot. */
  #conn-dot, .steps-connector { display: none !important; }
}
