/* DexAgent — light theme design system */
:root {
  --bg: #ffffff;
  --bg-soft: #f6f8fb;
  --bg-card: #ffffff;
  --text: #0b1220;
  --muted: #5b6474;
  --border: #e6eaf1;
  --accent: #2563eb;
  --accent-dark: #1d4ed8;
  --accent-soft: #eff4ff;
  --cyan: #06b6d4;
  --green: #059669;
  --green-soft: #ecfdf5;
  --red: #dc2626;
  --red-soft: #fef2f2;
  --amber: #b45309;
  --amber-soft: #fffbeb;
  --shadow: 0 1px 2px rgba(15,23,42,.05), 0 8px 24px -12px rgba(15,23,42,.12);
  --shadow-lg: 0 4px 12px rgba(15,23,42,.06), 0 24px 48px -20px rgba(37,99,235,.18);
  --radius: 16px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; }
img, svg { vertical-align: middle; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }
.logo { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 20px; letter-spacing: -.02em; }
.logo-mark { width: 30px; height: 30px; flex: none; }
.logo-accent { background: linear-gradient(90deg, var(--accent), var(--cyan)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.main-nav { display: flex; gap: 4px; }
.main-nav a { padding: 8px 14px; border-radius: 10px; font-size: 14.5px; font-weight: 500; color: var(--muted); transition: .15s; }
.main-nav a:hover { color: var(--text); background: var(--bg-soft); }
.header-actions { display: flex; align-items: center; gap: 8px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border-radius: 12px; font-size: 14.5px; font-weight: 600; border: 1px solid transparent; cursor: pointer; transition: .15s; font-family: inherit; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 4px 14px -4px rgba(37,99,235,.45); }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); }
.btn-ghost { color: var(--text); border-color: var(--border); background: #fff; }
.btn-ghost:hover { background: var(--bg-soft); }
.btn-lg { padding: 14px 28px; font-size: 16px; border-radius: 14px; }
.btn-full { width: 100%; }

/* Language switcher */
.lang-switch { position: relative; }
.lang-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 10px; border: 1px solid var(--border); background: #fff; font-size: 13px; font-weight: 600; cursor: pointer; color: var(--muted); font-family: inherit; }
.lang-btn:hover { color: var(--text); }
.lang-menu { position: absolute; right: 0; top: calc(100% + 8px); background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow-lg); padding: 6px; display: none; min-width: 180px; max-height: 70vh; overflow: auto; }
.lang-menu.open { display: block; }
.lang-menu a { display: block; padding: 8px 12px; border-radius: 8px; font-size: 14px; }
.lang-menu a:hover { background: var(--bg-soft); }
.lang-menu a.active { color: var(--accent); font-weight: 600; background: var(--accent-soft); }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 84px 0 56px; background:
  radial-gradient(1000px 500px at 80% -10%, rgba(37,99,235,.10), transparent 60%),
  radial-gradient(800px 400px at 10% 0%, rgba(6,182,212,.08), transparent 55%),
  var(--bg); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(15,23,42,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(800px 500px at 50% 0%, #000 30%, transparent 80%); -webkit-mask-image: radial-gradient(800px 500px at 50% 0%, #000 30%, transparent 80%); pointer-events: none; }
#heroCanvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero .container { position: relative; z-index: 1; }
.hero-inner { position: relative; text-align: center; max-width: 860px; margin: 0 auto; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-dark); font-size: 13.5px; font-weight: 600; border: 1px solid #dbe7ff; }
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); animation: pulse 1.6s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(5,150,105,.4);} 50% { opacity: .7; box-shadow: 0 0 0 6px rgba(5,150,105,0);} }
.hero h1 { font-size: clamp(34px, 6vw, 60px); line-height: 1.08; letter-spacing: -.03em; font-weight: 800; margin: 22px 0 18px; }
.hero h1 .grad { background: linear-gradient(90deg, var(--accent), var(--cyan)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero p.sub { font-size: clamp(16px, 2.2vw, 19px); color: var(--muted); max-width: 640px; margin: 0 auto 30px; }
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hero-note { margin-top: 14px; font-size: 13.5px; color: var(--muted); }

/* Live table */
.live-wrap { margin: 46px auto 0; max-width: 980px; position: relative; }
.live-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden; }
.live-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid var(--border); }
.live-head h3 { font-size: 15px; font-weight: 700; display: flex; align-items: center; gap: 9px; }
.live-head .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); animation: pulse 1.6s infinite; }

/* Tables */
.table-scroll { overflow-x: auto; }
table.data { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 640px; }
table.data th { text-align: left; padding: 10px 16px; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); background: var(--bg-soft); border-bottom: 1px solid var(--border); white-space: nowrap; }
table.data td { padding: 12px 16px; border-bottom: 1px solid var(--border); white-space: nowrap; }
table.data tr:last-child td { border-bottom: none; }
table.data tbody tr { transition: background .12s; }
table.data tbody tr:hover { background: #fafbfe; }
.pair { font-weight: 700; }
.profit-pos { color: var(--green); font-weight: 700; }
.exch { display: inline-flex; align-items: center; gap: 6px; font-weight: 500; }
.exch .px { color: var(--muted); font-size: 12.5px; }
.badge { display: inline-block; padding: 2px 9px; border-radius: 999px; font-size: 11.5px; font-weight: 600; }
.badge-net { background: var(--bg-soft); color: var(--muted); border: 1px solid var(--border); margin-right: 4px; }
.badge-long { background: var(--green-soft); color: var(--green); }
.badge-short { background: var(--red-soft); color: var(--red); }
.locked-cell { filter: blur(0); color: var(--muted); letter-spacing: 2px; }

/* Sections */
section.block { padding: 76px 0; }
section.block.soft { background: var(--bg-soft); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-head h2 { font-size: clamp(26px, 4vw, 38px); letter-spacing: -.02em; font-weight: 800; margin-bottom: 12px; }
.section-head p { color: var(--muted); font-size: 16.5px; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: -30px; position: relative; z-index: 2; }
.stat { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; text-align: center; box-shadow: var(--shadow); }
.stat b { display: block; font-size: 30px; font-weight: 800; letter-spacing: -.02em; background: linear-gradient(90deg, var(--accent), var(--cyan)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat span { font-size: 13.5px; color: var(--muted); }

/* Features */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; transition: .2s; }
.feature:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: #d8e4ff; }
.feature .icon { width: 46px; height: 46px; border-radius: 13px; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--accent); }
.feature h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.feature p { font-size: 14.5px; color: var(--muted); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.step { position: relative; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 26px 26px; }
.step .num { display: inline-flex; width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--cyan)); color: #fff; font-weight: 800; align-items: center; justify-content: center; font-size: 16px; margin-bottom: 14px; }
.step h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.step p { font-size: 14.5px; color: var(--muted); }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 30px 28px; display: flex; flex-direction: column; transition: .2s; }
.price-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.price-card.featured { border: 2px solid var(--accent); box-shadow: var(--shadow-lg); }
.price-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg, var(--accent), var(--cyan)); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 14px; border-radius: 999px; white-space: nowrap; }
.price-name { font-size: 15px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.price-amount { font-size: 44px; font-weight: 800; letter-spacing: -.03em; margin: 10px 0 2px; }
.price-amount span { font-size: 17px; font-weight: 600; color: var(--muted); }
.price-alt { font-size: 14px; color: var(--muted); margin-bottom: 20px; }
.price-feats { list-style: none; margin: 0 0 26px; flex: 1; }
.price-feats li { display: flex; gap: 10px; align-items: flex-start; padding: 7px 0; font-size: 14.5px; }
.price-feats svg { flex: none; margin-top: 4px; color: var(--green); }
.period-toggle { display: inline-flex; background: var(--bg-soft); border: 1px solid var(--border); border-radius: 12px; padding: 4px; margin: 0 auto 34px; }
.period-toggle button { border: 0; background: transparent; padding: 8px 22px; border-radius: 9px; font-size: 14px; font-weight: 600; color: var(--muted); cursor: pointer; font-family: inherit; }
.period-toggle button.active { background: #fff; color: var(--text); box-shadow: var(--shadow); }

/* Payment info */
.pay-info { max-width: 720px; margin: 40px auto 0; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 30px; box-shadow: var(--shadow); }
.pay-info h3 { text-align: center; font-size: 19px; margin-bottom: 18px; }
.wallet-box { background: var(--bg-soft); border: 1px solid var(--border); border-radius: 14px; padding: 18px; }
.wallet-box .label { font-size: 13px; color: var(--muted); margin-bottom: 8px; }
.wallet-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.wallet-row code { flex: 1 1 260px; background: #fff; border: 1px solid var(--border); padding: 12px 14px; border-radius: 10px; font-size: 13.5px; word-break: break-all; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; color: var(--accent-dark); }
.pay-note { margin-top: 14px; font-size: 13.5px; color: var(--muted); display: flex; gap: 8px; }
.pay-support { text-align: center; margin-top: 18px; font-size: 14px; color: var(--muted); }
.pay-support a { color: var(--accent); font-weight: 600; }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--border); border-radius: 14px; margin-bottom: 12px; overflow: hidden; }
.faq summary { padding: 18px 22px; font-weight: 600; font-size: 15.5px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; color: var(--muted); font-weight: 400; transition: .2s; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .answer { padding: 0 22px 18px; color: var(--muted); font-size: 14.5px; }

/* CTA band */
.cta-band { background: linear-gradient(120deg, #0b1220 0%, #14264d 55%, #0b3a53 100%); border-radius: 24px; padding: 60px 40px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 260px at 70% 0%, rgba(6,182,212,.25), transparent 60%); }
.cta-band h2 { font-size: clamp(24px, 4vw, 36px); font-weight: 800; letter-spacing: -.02em; margin-bottom: 10px; position: relative; }
.cta-band p { color: #b6c2d9; margin-bottom: 26px; position: relative; }
.cta-band .btn { position: relative; }

/* Footer */
.site-footer { border-top: 1px solid var(--border); background: var(--bg-soft); margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; padding: 44px 20px 28px; }
.footer-brand p { color: var(--muted); font-size: 14px; margin-top: 12px; max-width: 300px; }
.footer-grid h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 12px; }
.footer-grid a { display: block; padding: 5px 0; font-size: 14.5px; color: var(--text); opacity: .8; }
.footer-grid a:hover { color: var(--accent); opacity: 1; }
.footer-bottom { border-top: 1px solid var(--border); padding: 18px 20px; font-size: 13px; color: var(--muted); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* Auth & forms */
.auth-wrap { max-width: 420px; margin: 60px auto; padding: 0 20px; }
.card { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 32px; box-shadow: var(--shadow); }
.card h1 { font-size: 24px; letter-spacing: -.02em; margin-bottom: 22px; text-align: center; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 6px; }
.field input { width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: 12px; font-size: 15px; font-family: inherit; background: #fff; color: var(--text); transition: .15s; }
.field input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(37,99,235,.15); }
.form-error { background: var(--red-soft); color: var(--red); border: 1px solid #fecaca; border-radius: 12px; padding: 11px 14px; font-size: 14px; margin-bottom: 16px; }
.auth-alt { text-align: center; margin-top: 18px; font-size: 14px; color: var(--muted); }
.auth-alt a { color: var(--accent); font-weight: 600; }

/* Account */
.page-wrap { max-width: 860px; margin: 44px auto; padding: 0 20px; }
.page-wrap h1 { font-size: 28px; letter-spacing: -.02em; margin-bottom: 8px; }
.page-sub { color: var(--muted); margin-bottom: 28px; }
.sub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 34px; }
.sub-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 20px; }
.sub-card .plan { font-weight: 700; font-size: 15px; }
.sub-card .status { font-size: 13px; margin-top: 6px; }
.status-active { color: var(--green); font-weight: 600; }
.status-off { color: var(--muted); }

/* Pay page */
.pay-wrap { max-width: 560px; margin: 44px auto; padding: 0 20px; }
.amount-big { font-size: 40px; font-weight: 800; letter-spacing: -.02em; text-align: center; color: var(--accent-dark); margin: 6px 0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.qr-box { display: flex; justify-content: center; margin: 18px 0; }
.qr-box img { width: 190px; height: 190px; border: 1px solid var(--border); border-radius: 16px; padding: 10px; background: #fff; }
.status-line { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 13px; border-radius: 12px; font-size: 14.5px; font-weight: 600; margin-top: 18px; }
.status-line.waiting { background: var(--amber-soft); color: var(--amber); }
.status-line.paid { background: var(--green-soft); color: var(--green); }
.status-line.expired { background: var(--red-soft); color: var(--red); }
.spinner { width: 15px; height: 15px; border: 2px solid currentColor; border-top-color: transparent; border-radius: 50%; animation: spin .8s linear infinite; flex: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.warn-box { background: var(--amber-soft); border: 1px solid #fde68a; color: var(--amber); font-size: 13.5px; border-radius: 12px; padding: 11px 14px; margin-top: 14px; }

/* Scanner app */
.app-shell { max-width: 1280px; margin: 0 auto; padding: 20px; }
.app-tabs { display: inline-flex; background: var(--bg-soft); border: 1px solid var(--border); border-radius: 13px; padding: 4px; margin-bottom: 16px; }
.app-tabs button { border: 0; background: transparent; padding: 9px 20px; border-radius: 10px; font-size: 14px; font-weight: 600; color: var(--muted); cursor: pointer; font-family: inherit; transition: .15s; }
.app-tabs button.active { background: #fff; color: var(--accent-dark); box-shadow: var(--shadow); }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; align-items: flex-end; }
.filters .f { display: flex; flex-direction: column; gap: 4px; }
.filters label { font-size: 11.5px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.filters input, .filters select { padding: 9px 12px; border: 1px solid var(--border); border-radius: 10px; font-size: 14px; font-family: inherit; background: #fff; color: var(--text); min-width: 120px; }
.filters input:focus, .filters select:focus { outline: none; border-color: var(--accent); }
.filters .toggle { display: flex; align-items: center; gap: 7px; font-size: 13.5px; color: var(--muted); padding: 9px 0; }
.app-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.app-meta { display: flex; justify-content: space-between; align-items: center; padding: 10px 16px; font-size: 12.5px; color: var(--muted); border-bottom: 1px solid var(--border); background: var(--bg-soft); }
.lock-banner { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; background: linear-gradient(90deg, var(--accent-soft), #ecfeff); border: 1px solid #dbe7ff; border-radius: 14px; padding: 14px 18px; margin-bottom: 16px; font-size: 14.5px; }
.empty-state { text-align: center; padding: 60px 20px; color: var(--muted); }
th.sortable { cursor: pointer; user-select: none; }
th.sortable:hover { color: var(--text); }
tr.row-locked td { color: #9aa3b2; }

/* Admin */
.admin-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 26px; }

/* Scroll-reveal animations (added by hero.js) */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-badge .dot, .live-head .dot { animation: none; }
}

/* Hero entrance */
.hero-inner > * { animation: heroUp .7s cubic-bezier(.16,1,.3,1) both; }
.hero-inner > *:nth-child(2) { animation-delay: .08s; }
.hero-inner > *:nth-child(3) { animation-delay: .16s; }
.hero-inner > *:nth-child(4) { animation-delay: .24s; }
.hero-inner > *:nth-child(5) { animation-delay: .3s; }
.live-wrap { animation: heroUp .8s cubic-bezier(.16,1,.3,1) .35s both; }
@keyframes heroUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .hero-inner > *, .live-wrap { animation: none; } }

/* Live table row refresh flash */
@keyframes rowIn { from { background: var(--accent-soft); } to { background: transparent; } }
#liveTable tbody tr { animation: rowIn 1.2s ease-out; }

/* Utils / responsive */
.hide-sm { }
@media (max-width: 960px) {
  .features, .steps, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .features, .steps, .pricing-grid, .sub-grid, .admin-stats { grid-template-columns: 1fr; }
  .hide-sm { display: none; }
  .hero { padding: 56px 0 40px; }
  section.block { padding: 54px 0; }
  .price-card.featured { transform: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 44px 22px; }
}

/* ============================================================ v3 — visual upgrade */
:root {
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif;
  --font-display: "Space Grotesk", "Inter", -apple-system, sans-serif;
}
body { font-family: var(--font); }
.hero h1, .section-head h2, .cta-band h2, .page-wrap h1, .card h1 { font-family: var(--font-display); }
.logo-word, .price-amount, .stat b, .amount-big { font-family: var(--font-display); }

/* gradient shimmer on hero accent */
.hero h1 .grad {
  background: linear-gradient(90deg, var(--accent), var(--cyan) 40%, #7c3aed 70%, var(--accent));
  background-size: 250% 100%;
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  animation: shimmer 6s linear infinite;
}
@keyframes shimmer { to { background-position: -250% 0; } }

/* glossy primary buttons */
.btn-primary {
  background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
  position: relative; overflow: hidden;
  box-shadow: 0 4px 16px -4px rgba(37,99,235,.5), inset 0 1px 0 rgba(255,255,255,.25);
}
.btn-primary::after {
  content: ""; position: absolute; top: 0; left: -80%; width: 50%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-20deg); transition: left .5s ease;
}
.btn-primary:hover { background: linear-gradient(135deg, #1d4ed8, #0284c7); box-shadow: 0 10px 28px -6px rgba(37,99,235,.6), inset 0 1px 0 rgba(255,255,255,.25); }
.btn-primary:hover::after { left: 130%; }

/* header state on scroll */
.site-header { transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 6px 24px -12px rgba(15,23,42,.18); }

/* ticker tape */
.ticker {
  overflow: hidden; border-bottom: 1px solid var(--border);
  background: linear-gradient(90deg, #f8fafc, #eff6ff 50%, #f8fafc);
  height: 38px; display: flex; align-items: center; position: relative;
}
.ticker::before, .ticker::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none;
}
.ticker::before { left: 0; background: linear-gradient(90deg, #f8fafc, transparent); }
.ticker::after { right: 0; background: linear-gradient(-90deg, #f8fafc, transparent); }
.ticker-track { display: flex; gap: 34px; white-space: nowrap; animation: tickerScroll 40s linear infinite; will-change: transform; padding-left: 20px; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes tickerScroll { to { transform: translateX(-50%); } }
.tk { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; color: var(--muted); }
.tk b { color: var(--text); font-weight: 700; }
.tk .up { color: var(--green); }
.tk .dot-sep { width: 4px; height: 4px; border-radius: 50%; background: #cbd5e1; }
@media (prefers-reduced-motion: reduce) { .ticker { display: none; } }

/* exchange chips */
.exch-chips { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin-top: 26px; }
.exch-chip {
  display: inline-flex; align-items: center; gap: 7px; padding: 7px 15px; border-radius: 999px;
  background: rgba(255,255,255,.75); border: 1px solid var(--border); font-size: 13px; font-weight: 600;
  color: #37415b; backdrop-filter: blur(6px); transition: .2s;
}
.exch-chip:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: #c7d7fe; }
.exch-chip i { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }

/* live card: browser chrome + glow + tilt */
.live-card { transform-style: preserve-3d; transition: transform .18s ease-out, box-shadow .3s; position: relative; }
.live-wrap::before {
  content: ""; position: absolute; inset: -26px -40px; z-index: -1;
  background: radial-gradient(50% 60% at 50% 45%, rgba(37,99,235,.14), transparent 70%);
  filter: blur(4px);
}
.win-dots { display: inline-flex; gap: 6px; margin-right: 12px; }
.win-dots i { width: 10px; height: 10px; border-radius: 50%; }
.win-dots i:nth-child(1) { background: #fca5a5; } .win-dots i:nth-child(2) { background: #fcd34d; } .win-dots i:nth-child(3) { background: #86efac; }

/* animated stat counters */
.stat b { font-variant-numeric: tabular-nums; }
.stat { transition: .2s; }
.stat:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

/* steps connector */
@media (min-width: 961px) {
  .steps { position: relative; }
  .steps::before {
    content: ""; position: absolute; top: 49px; left: 12%; right: 12%; height: 2px;
    background: linear-gradient(90deg, transparent, #bfdbfe 15%, #a5f3fc 85%, transparent);
  }
  .step { background: #fff; }
}
.step .num { box-shadow: 0 6px 16px -6px rgba(37,99,235,.55); animation: numPulse 3s ease-in-out infinite; }
.step:nth-child(2) .num { animation-delay: 1s; } .step:nth-child(3) .num { animation-delay: 2s; }
@keyframes numPulse { 0%,100% { box-shadow: 0 6px 16px -6px rgba(37,99,235,.55); } 50% { box-shadow: 0 6px 26px -4px rgba(6,182,212,.7); } }

/* featured pricing card: breathing gradient border */
.price-card.featured {
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(120deg, #2563eb, #06b6d4, #7c3aed, #2563eb) border-box;
  background-size: auto, 320% 320%;
  animation: borderFlow 7s linear infinite;
}
@keyframes borderFlow { to { background-position: 0 0, 320% 0; } }
.price-card { will-change: transform; }
.price-card:hover { transform: translateY(-6px); }

/* faq hover */
.faq details { transition: border-color .2s, box-shadow .2s; }
.faq details:hover { border-color: #c7d7fe; }
.faq details[open] { box-shadow: var(--shadow); border-color: #c7d7fe; }

/* CTA band upgrade */
.cta-band {
  background: linear-gradient(120deg, #0a0f1e 0%, #12234d 50%, #083344 100%);
}
.cta-band::before {
  background:
    radial-gradient(520px 240px at 75% -10%, rgba(6,182,212,.30), transparent 60%),
    radial-gradient(420px 220px at 15% 110%, rgba(124,58,237,.25), transparent 60%);
}
.cta-band::after {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: linear-gradient(rgba(148,163,184,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(148,163,184,.09) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(70% 90% at 50% 50%, #000, transparent);
  -webkit-mask-image: radial-gradient(70% 90% at 50% 50%, #000, transparent);
  animation: gridDrift 14s linear infinite;
}
@keyframes gridDrift { to { background-position: 36px 36px, 36px 36px; } }
.cta-band h2, .cta-band p, .cta-band .btn { z-index: 1; }

/* footer hover */
.footer-grid a { transition: .15s; }
.footer-grid a:hover { transform: translateX(3px); }

/* smooth table update */
#liveTable tbody tr td { transition: color .3s; }

/* ============================================================ v4 — max cool */

/* scroll progress bar */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--accent), var(--cyan), #7c3aed);
  z-index: 200; border-radius: 0 3px 3px 0;
  box-shadow: 0 0 10px rgba(37,99,235,.5);
}

/* glow cards — border + inner light follow the cursor (via --mx/--my from JS) */
.glow-card { position: relative; overflow: hidden; }
.glow-card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(320px circle at var(--mx, 50%) var(--my, 50%), rgba(37,99,235,.09), transparent 65%);
  opacity: 0; transition: opacity .3s;
}
.glow-card::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(37,99,235,.55), rgba(6,182,212,.25) 45%, transparent 70%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .3s;
}
.glow-card:hover::before, .glow-card:hover::after { opacity: 1; }

/* comet beam orbiting the live data card */
@property --orbit { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
.live-card { border: 1px solid transparent; background:
  linear-gradient(#fff, #fff) padding-box,
  conic-gradient(from var(--orbit),
    rgba(37,99,235,.0) 0deg, rgba(37,99,235,.0) 300deg,
    rgba(6,182,212,.9) 330deg, rgba(37,99,235,.9) 345deg, rgba(37,99,235,0) 360deg) border-box,
  linear-gradient(var(--border), var(--border)) border-box; }
@supports (background: conic-gradient(from 0deg, #000, #fff)) {
  .live-card { animation: orbit 5s linear infinite; }
}
@keyframes orbit { to { --orbit: 360deg; } }
@media (prefers-reduced-motion: reduce) { .live-card { animation: none; } }

/* floating glass coins in hero */
.coins { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.coin {
  position: absolute; width: 54px; height: 54px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(240,246,255,.6));
  border: 1px solid rgba(37,99,235,.18);
  box-shadow: 0 14px 30px -12px rgba(37,99,235,.35), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(6px);
  animation: coinFloat 7s ease-in-out infinite;
  will-change: transform;
}
.coin small { font-size: 9px; font-weight: 600; color: var(--muted); position: absolute; bottom: 6px; display: none; }
.coin.btc { color: #f7931a; } .coin.eth { color: #4d6bfb; } .coin.sol { color: #14b8a6; } .coin.usdt { color: #26a17b; }
.coin:nth-child(2) { animation-delay: 1.4s; animation-duration: 8s; }
.coin:nth-child(3) { animation-delay: 2.8s; animation-duration: 6.4s; }
.coin:nth-child(4) { animation-delay: 0.7s; animation-duration: 9s; }
@keyframes coinFloat { 0%,100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-16px) rotate(5deg); } }
@media (max-width: 900px) { .coins { display: none; } }
@media (prefers-reduced-motion: reduce) { .coin { animation: none; } }

/* exchange chips gently bobbing */
.exch-chip { animation: chipBob 5.5s ease-in-out infinite; }
.exch-chip:nth-child(2n) { animation-delay: .8s; }
.exch-chip:nth-child(3n) { animation-delay: 1.6s; }
.exch-chip:nth-child(4n) { animation-delay: 2.4s; }
@keyframes chipBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@media (prefers-reduced-motion: reduce) { .exch-chip { animation: none; } }

/* pricing amount pop on period switch */
.price-amount { transition: transform .18s ease; }
.price-amount.pop { transform: scale(1.08); }

/* hero badge conic sheen */
.hero-badge { position: relative; overflow: hidden; }
.hero-badge::after {
  content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(37,99,235,.14), transparent);
  transform: skewX(-20deg); animation: badgeSheen 4.5s ease-in-out infinite;
}
@keyframes badgeSheen { 0%, 60% { left: -60%; } 100% { left: 140%; } }

/* live table: profit cells glow slightly */
.profit-pos { text-shadow: 0 0 14px rgba(5,150,105,.25); }

/* ============================================================ v5 — WebGL layer */
#glCanvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-grid { z-index: 0; }
#heroCanvas { z-index: 0; }
.sparkline { margin-left: 12px; opacity: .9; }
@media (max-width: 620px) { .sparkline { display: none; } }

/* ============================================================ v6 — monolog-level motion */

/* preloader */
.preloader {
  position: fixed; inset: 0; z-index: 400; background: #0b1220;
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 22px;
  transition: transform .85s cubic-bezier(.76, 0, .24, 1);
}
.preloader.done { transform: translateY(-101%); }
.pl-count { font-family: var(--font-display); font-weight: 700; font-size: clamp(56px, 10vw, 120px); color: #fff; line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -.03em; }
.pl-count::after { content: "%"; font-size: .35em; color: #64748b; margin-left: 6px; }
.pl-bar { width: min(300px, 56vw); height: 2px; background: rgba(255,255,255,.12); border-radius: 2px; overflow: hidden; }
.pl-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--accent), var(--cyan)); transition: width .2s linear; }
.pl-logo { width: 52px; height: 52px; }

/* split-text reveal */
.w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .08em; margin-bottom: -.08em; }
.wi { display: inline-block; transform: translateY(118%); will-change: transform; transition: transform .95s cubic-bezier(.16, 1, .3, 1); }
.split-in .wi { transform: none; }
@media (prefers-reduced-motion: reduce) { .wi { transform: none; transition: none; } }

/* custom cursor */
@media (hover: hover) and (pointer: fine) {
  html.has-cursor, html.has-cursor body, html.has-cursor a, html.has-cursor button,
  html.has-cursor input, html.has-cursor select, html.has-cursor summary { cursor: none; }
  .cur-dot {
    position: fixed; top: 0; left: 0; z-index: 501; width: 7px; height: 7px; border-radius: 50%;
    background: var(--accent); pointer-events: none; transition: width .2s, height .2s, background .2s;
  }
  .cur-dot.on { width: 5px; height: 5px; background: var(--cyan); }
  .cur-ring {
    position: fixed; top: 0; left: 0; z-index: 500; width: 34px; height: 34px; border-radius: 50%;
    border: 1.5px solid rgba(37,99,235,.5); pointer-events: none;
    transition: width .28s cubic-bezier(.22,1,.36,1), height .28s cubic-bezier(.22,1,.36,1), border-color .28s, background .28s;
  }
  .cur-ring.on { width: 58px; height: 58px; border-color: rgba(6,182,212,.85); background: rgba(6,182,212,.07); }
  .cur-ring.down { width: 26px; height: 26px; }
}

/* magnetic buttons */
.magnetic { transition: transform .45s cubic-bezier(.22, 1, .36, 1); will-change: transform; }

/* velocity marquee */
.marquee { overflow: hidden; padding: 30px 0 34px; background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.mq-row { display: flex; gap: 56px; white-space: nowrap; will-change: transform; align-items: baseline; }
.mq-row + .mq-row { margin-top: 6px; }
.mq-row span {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(40px, 6.5vw, 88px); line-height: 1.1; letter-spacing: -.02em;
  color: transparent; -webkit-text-stroke: 1.5px rgba(11, 18, 32, .22); flex: none;
}
.mq-row span.fill {
  -webkit-text-stroke: 0;
  background: linear-gradient(90deg, var(--accent), var(--cyan));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
@media (prefers-reduced-motion: reduce) { .marquee { display: none; } }

/* giant footer wordmark */
.footer-word {
  font-family: var(--font-display); font-weight: 700; text-align: center; user-select: none;
  font-size: clamp(64px, 13.5vw, 200px); line-height: .95; letter-spacing: -.04em;
  color: transparent; -webkit-text-stroke: 1.5px rgba(37, 99, 235, .20);
  padding: 24px 10px 0; overflow: hidden;
  background: linear-gradient(180deg, rgba(37,99,235,.10), rgba(6,182,212,.02));
  -webkit-background-clip: text; background-clip: text;
}

/* ============================================================ v7 — preloader v2, demo, account, app pro, prose */

/* preloader v2 */
.pl-veil { position: fixed; inset: 0; z-index: 399; background: linear-gradient(135deg, #2563eb, #06b6d4); transition: transform .8s cubic-bezier(.76, 0, .24, 1) .22s; }
.pl-veil.done { transform: translateY(-101%); }
.pl-draw { stroke-dasharray: 110; stroke-dashoffset: 110; animation: plDraw 1.1s cubic-bezier(.65,0,.35,1) forwards; }
.pl-draw2 { stroke-dasharray: 40; stroke-dashoffset: 40; animation-delay: .55s; animation-duration: .7s; }
@keyframes plDraw { to { stroke-dashoffset: 0; } }
.pl-dot { opacity: 0; animation: plDot .3s ease 1.15s forwards; }
@keyframes plDot { to { opacity: 1; } }
.pl-word { display: flex; gap: 1px; font-family: var(--font-display); font-weight: 700; font-size: 30px; color: #fff; letter-spacing: -.02em; overflow: hidden; }
.pl-word span { display: inline-block; transform: translateY(120%); animation: plUp .6s cubic-bezier(.16,1,.3,1) forwards; }
.pl-word span.c { background: linear-gradient(90deg, #3b82f6, #06b6d4); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.pl-word span:nth-child(1){animation-delay:.15s}.pl-word span:nth-child(2){animation-delay:.20s}.pl-word span:nth-child(3){animation-delay:.25s}.pl-word span:nth-child(4){animation-delay:.32s}.pl-word span:nth-child(5){animation-delay:.37s}.pl-word span:nth-child(6){animation-delay:.42s}.pl-word span:nth-child(7){animation-delay:.47s}.pl-word span:nth-child(8){animation-delay:.52s}
@keyframes plUp { to { transform: none; } }
.pl-count { font-size: clamp(44px, 8vw, 88px); }

/* net chips row */
.net-chips { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin-top: 12px; }
.net-chip { font-size: 11px; font-weight: 700; letter-spacing: .05em; color: var(--muted); border: 1px dashed #cfd9ea; border-radius: 7px; padding: 3px 9px; background: rgba(255,255,255,.6); }
.exch-chip svg { flex: none; }

/* ---------- animated loop demo (12s CSS timeline) ---------- */
.demo { max-width: 900px; margin: 0 auto; }
.demo-stage { position: relative; display: flex; align-items: center; gap: 18px; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 38px 30px 46px; box-shadow: var(--shadow-lg); overflow: hidden; }
.demo-scan { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(37,99,235,.10), transparent); width: 40%; animation: demoScan 12s linear infinite; }
@keyframes demoScan { 0% { transform: translateX(-110%);} 18% { transform: translateX(300%);} 100% { transform: translateX(300%);} }
.dx { flex: 1; background: var(--bg-soft); border: 2px solid var(--border); border-radius: 16px; padding: 18px; text-align: center; position: relative; transition: .3s; min-width: 0; }
.dx-name { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14px; }
.dx-price { display: block; font-family: var(--font-display); font-size: clamp(17px, 3vw, 24px); margin-top: 6px; }
.dx-tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%) scale(0); padding: 3px 12px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .06em; color: #fff; }
.dx-tag.buy { background: var(--green); animation: tagA 12s infinite; }
.dx-tag.sell { background: var(--red); animation: tagB 12s infinite; }
.dx-a { animation: glowA 12s infinite; }
.dx-b { animation: glowB 12s infinite; }
@keyframes glowA { 0%,24%,50%,100% { border-color: var(--border); box-shadow: none; } 30%,44% { border-color: var(--green); box-shadow: 0 0 0 4px rgba(5,150,105,.12); } }
@keyframes tagA  { 0%,24%,50%,100% { transform: translateX(-50%) scale(0); } 30%,44% { transform: translateX(-50%) scale(1); } }
@keyframes glowB { 0%,74%,97%,100% { border-color: var(--border); box-shadow: none; } 80%,94% { border-color: var(--red); box-shadow: 0 0 0 4px rgba(220,38,38,.10); } }
@keyframes tagB  { 0%,74%,97%,100% { transform: translateX(-50%) scale(0); } 80%,94% { transform: translateX(-50%) scale(1); } }
.demo-track { position: relative; flex: 1.2; height: 40px; min-width: 90px; }
.demo-line { position: absolute; inset: 0; width: 100%; height: 100%; }
.demo-net { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); font-size: 11px; font-weight: 700; color: var(--accent-dark); background: var(--accent-soft); border: 1px solid #dbe7ff; border-radius: 999px; padding: 2px 10px; white-space: nowrap; }
.demo-coin { position: absolute; top: 50%; left: 0; width: 26px; height: 26px; margin-top: -13px; border-radius: 50%; background: linear-gradient(135deg, #26a17b, #0ea47a); color: #fff; font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px -3px rgba(14,164,122,.6); opacity: 0; animation: coinRun 12s cubic-bezier(.45,0,.55,1) infinite; }
@keyframes coinRun { 0%,52% { left: -4%; opacity: 0; } 56% { opacity: 1; } 72% { left: 96%; opacity: 1; } 76%,100% { left: 96%; opacity: 0; } }
.demo-profit { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%) scale(0); background: var(--green-soft); color: var(--green); border: 1px solid #a7f3d0; font-weight: 800; font-size: 14px; padding: 6px 16px; border-radius: 999px; animation: profitPop 12s cubic-bezier(.34,1.56,.64,1) infinite; }
@keyframes profitPop { 0%,78% { transform: translateX(-50%) scale(0); } 84%,96% { transform: translateX(-50%) scale(1); } 100% { transform: translateX(-50%) scale(0); } }
.demo-caps { list-style: none; margin: 22px auto 0; position: relative; height: 30px; max-width: 640px; text-align: center; }
.demo-caps li { position: absolute; inset: 0; opacity: 0; font-size: 15.5px; color: var(--muted); font-weight: 600; animation: capCycle 12s infinite; }
.demo-caps li:nth-child(1) { animation-delay: 0s; } .demo-caps li:nth-child(2) { animation-delay: 3s; }
.demo-caps li:nth-child(3) { animation-delay: 6s; } .demo-caps li:nth-child(4) { animation-delay: 9s; }
@keyframes capCycle { 0% { opacity: 0; transform: translateY(10px); } 4%,22% { opacity: 1; transform: none; } 27%,100% { opacity: 0; transform: translateY(-8px); } }
.demo-caps li b { color: var(--text); }
@media (max-width: 640px) { .demo-stage { flex-direction: column; padding: 30px 16px 52px; } .demo-track { width: 100%; height: 34px; } .demo-caps { height: 48px; } }
@media (prefers-reduced-motion: reduce) { .demo-scan, .demo-coin, .dx-tag, .demo-profit { animation: none; } .demo-caps li { position: static; opacity: 1; animation: none; } .demo-caps { height: auto; } }

/* ---------- article prose ---------- */
.article-body { font-size: 16.5px; line-height: 1.75; color: #232b3b; }
.article-body h2 { font-family: var(--font-display); font-size: 24px; letter-spacing: -.01em; margin: 34px 0 12px; }
.article-body p { margin: 14px 0; }
.article-body ul, .article-body ol { margin: 14px 0 14px 24px; }
.article-body li { margin: 8px 0; }
.article-body a { color: var(--accent); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(37,99,235,.3); text-underline-offset: 3px; }
.article-body strong { color: var(--text); }

/* ---------- account v2 ---------- */
.acc-hero { display: flex; align-items: center; gap: 18px; background: linear-gradient(120deg, #0b1220, #14264d 60%, #0b3a53); border-radius: 20px; padding: 26px 28px; color: #fff; margin-bottom: 28px; position: relative; overflow: hidden; }
.acc-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(400px 180px at 85% 0%, rgba(6,182,212,.3), transparent 60%); }
.acc-avatar { width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--cyan)); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 26px; color: #fff; flex: none; box-shadow: 0 8px 22px -6px rgba(37,99,235,.6); }
.acc-hero .em { font-weight: 700; font-size: 17px; position: relative; z-index: 1; word-break: break-all; }
.acc-hero .sub { color: #9fb0cc; font-size: 13px; margin-top: 3px; position: relative; z-index: 1; }
.acc-hero .btn { position: relative; z-index: 1; margin-left: auto; }
.sub-card { position: relative; overflow: hidden; transition: .2s; }
.sub-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.sub-card .plan { display: flex; align-items: center; gap: 9px; }
.sub-card .plan .ic { width: 34px; height: 34px; border-radius: 10px; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; flex: none; }
.sub-progress { height: 6px; border-radius: 4px; background: var(--bg-soft); border: 1px solid var(--border); margin-top: 12px; overflow: hidden; }
.sub-progress i { display: block; height: 100%; width: 0; border-radius: 4px; background: linear-gradient(90deg, var(--accent), var(--cyan)); transition: width 1s cubic-bezier(.16,1,.3,1); }

/* ---------- scanner app pro ---------- */
.app-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 16px; }
.app-summary .as { background: #fff; border: 1px solid var(--border); border-radius: 13px; padding: 12px 16px; }
.app-summary .as b { display: block; font-family: var(--font-display); font-size: 20px; font-variant-numeric: tabular-nums; }
.app-summary .as span { font-size: 11.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.app-summary .as b.pos { color: var(--green); }
@media (max-width: 720px) { .app-summary { grid-template-columns: repeat(2, 1fr); } }
.app-hint { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--muted); background: var(--bg-soft); border: 1px dashed #cfd9ea; border-radius: 11px; padding: 9px 14px; margin-bottom: 14px; }
table.data thead th { position: sticky; top: 0; z-index: 2; }
.vol-bar { height: 3px; background: var(--bg-soft); border-radius: 2px; margin-top: 4px; overflow: hidden; max-width: 90px; }
.vol-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--accent), var(--cyan)); border-radius: 2px; }
tr.flash td { animation: rowFlash 1.4s ease-out; }
@keyframes rowFlash { 0% { background: #ecfdf5; } 100% { background: transparent; } }
.skel td { padding: 14px 16px; }
.skel .sk { height: 12px; border-radius: 6px; background: linear-gradient(90deg, #eef2f8 25%, #f8fafc 50%, #eef2f8 75%); background-size: 200% 100%; animation: skShine 1.2s linear infinite; }
@keyframes skShine { to { background-position: -200% 0; } }
tr.expandable { cursor: pointer; }
tr.detail-row td { background: #f8fafc; padding: 14px 18px; white-space: normal; }
.loop-plan { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-size: 13.5px; }
.loop-step { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 7px 12px; }
.loop-step b { font-family: ui-monospace, monospace; }
.loop-arrow { color: var(--muted); }
.refresh-ring { display: inline-block; width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--border); border-top-color: var(--accent); animation: spin 10s linear infinite; vertical-align: -2px; margin-right: 5px; }

/* ============================================================ v8 — mobile pro + RTL + misc */

/* exchange initial chips in table */
.x-ic { display: inline-flex; width: 20px; height: 20px; border-radius: 6px; background: var(--accent-soft); color: var(--accent-dark); font-size: 11px; font-weight: 800; align-items: center; justify-content: center; margin-right: 6px; flex: none; }

/* mobile bottom tab bar */
.m-tabbar { display: none; }
@media (max-width: 760px) {
  .m-tabbar {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 150;
    background: rgba(255,255,255,.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid var(--border);
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
  .m-tabbar a {
    flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px;
    padding: 9px 4px 8px; font-size: 10.5px; font-weight: 600; color: var(--muted);
  }
  .m-tabbar a.active, .m-tabbar a:active { color: var(--accent); }
  .m-tabbar svg { width: 21px; height: 21px; }
  body { padding-bottom: 64px; }
  .site-footer { margin-bottom: -64px; padding-bottom: 64px; }
}

/* scanner table → cards on phones */
@media (max-width: 640px) {
  #grid { min-width: 0; }
  #grid thead { display: none; }
  #grid tbody tr:not(.detail-row):not(.skel) { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 12px; padding: 13px 14px; border-bottom: 1px solid var(--border); }
  #grid tbody td { display: flex; align-items: center; gap: 6px; padding: 2px 0; border: none; white-space: normal; font-size: 13.5px; }
  #grid tbody td::before { content: attr(data-l); font-size: 10px; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); font-weight: 700; flex: none; }
  #grid tbody td[data-l=""]::before { display: none; }
  #grid tbody td.pair { grid-column: 1 / -1; font-size: 15px; }
  #grid tbody td.pair::before { display: none; }
  .detail-row td { display: block !important; }
  .filters { gap: 8px; }
  .filters input, .filters select { min-width: 100px; flex: 1; }
  .app-shell { padding: 14px; }
  .hero-ctas .btn { width: 100%; }
  .exch-chips { gap: 6px; }
  .exch-chip { padding: 6px 11px; font-size: 12px; }
  .mq-row span { font-size: 34px; }
  .footer-word { font-size: 21vw; }
  .cur-dot, .cur-ring { display: none; }
}

/* RTL support */
[dir="rtl"] .lang-menu { right: auto; left: 0; }
[dir="rtl"] .main-nav a, [dir="rtl"] .footer-grid a { text-align: right; }
[dir="rtl"] .x-ic { margin-right: 0; margin-left: 6px; }
[dir="rtl"] .badge-net { margin-right: 0; margin-left: 4px; }
[dir="rtl"] .demo-track { transform: scaleX(-1); }
[dir="rtl"] .footer-grid { direction: rtl; }

/* larger tap targets on touch */
@media (hover: none) {
  .btn { padding: 12px 20px; }
  .lang-btn { padding: 10px 14px; }
  .faq summary { padding: 20px 22px; }
  th.sortable { padding-top: 14px; padding-bottom: 14px; }
}

/* ============================================================ v9 — referral */
.nav-ref {
  background: linear-gradient(90deg, rgba(37,99,235,.10), rgba(6,182,212,.10));
  color: var(--accent-dark) !important; font-weight: 700 !important;
  border: 1px solid #dbe7ff;
}
.nav-ref:hover { background: linear-gradient(90deg, rgba(37,99,235,.18), rgba(6,182,212,.18)) !important; }

/* ============================================================ v10 — live analysis (WebGL) + reviews */
.an-wrap { display: grid; grid-template-columns: 1.5fr 1fr; gap: 22px; align-items: stretch; }
.an-viz {
  position: relative; min-height: 380px; border-radius: 20px; overflow: hidden;
  background: radial-gradient(120% 120% at 50% 0%, #0b1220, #0a1428 60%, #071019);
  border: 1px solid #16233f; box-shadow: var(--shadow-lg);
}
.an-gl, .an-fx { position: absolute; inset: 0; width: 100%; height: 100%; }
.an-fx { z-index: 1; }
.an-livebadge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  display: inline-flex; align-items: center; gap: 7px; padding: 5px 12px; border-radius: 999px;
  background: rgba(220,38,38,.15); color: #fca5a5; font-size: 11px; font-weight: 800; letter-spacing: .08em;
  border: 1px solid rgba(220,38,38,.3);
}
.an-livebadge .dot { width: 7px; height: 7px; border-radius: 50%; background: #ef4444; animation: pulse 1.4s infinite; }
.an-side { display: flex; flex-direction: column; gap: 16px; }
.an-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.an-metric { background: #fff; border: 1px solid var(--border); border-radius: 15px; padding: 16px 18px; }
.an-metric b { display: block; font-family: var(--font-display); font-size: 26px; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.an-metric b.pos { color: var(--green); }
.an-metric span { font-size: 12px; color: var(--muted); }
.an-topbox { background: #fff; border: 1px solid var(--border); border-radius: 15px; padding: 16px 18px; flex: 1; }
.an-toph { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); font-weight: 700; margin-bottom: 10px; }
.an-toprow { display: flex; align-items: center; gap: 10px; padding: 7px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.an-toprow:last-child { border-bottom: none; }
.an-mk { width: 18px; height: 18px; border-radius: 5px; font-size: 10px; font-weight: 800; color: #fff; display: flex; align-items: center; justify-content: center; flex: none; }
.an-mk-spot { background: #2563eb; } .an-mk-futures { background: #7c3aed; } .an-mk-dex { background: #06b6d4; }
.an-tk { font-weight: 700; }
.an-pp { margin-left: auto; color: var(--green); font-weight: 800; font-variant-numeric: tabular-nums; }
.an-disc { text-align: center; color: var(--muted); font-size: 12.5px; max-width: 760px; margin: 20px auto 0; }
@media (max-width: 860px) { .an-wrap { grid-template-columns: 1fr; } .an-viz { min-height: 300px; } }

/* reviews */
.reviews { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.review { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 24px; margin: 0; transition: .2s; }
.review:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: #d8e4ff; }
.rv-stars { color: #f5a623; letter-spacing: 2px; font-size: 15px; margin-bottom: 12px; }
.review blockquote { margin: 0 0 16px; font-size: 15.5px; line-height: 1.6; color: #232b3b; }
.review figcaption { display: flex; align-items: center; gap: 12px; }
.rv-av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--cyan)); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 18px; display: flex; align-items: center; justify-content: center; flex: none; }
.review figcaption b { display: block; font-size: 14.5px; }
.review figcaption small { color: var(--muted); font-size: 12.5px; }
@media (max-width: 640px) { .reviews { grid-template-columns: 1fr; } }
[dir="rtl"] .an-pp { margin-left: 0; margin-right: auto; }

/* ============================================================ v11 — analysis command center */
.an-viz {
  background:
    linear-gradient(rgba(96,140,220,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96,140,220,.05) 1px, transparent 1px),
    radial-gradient(120% 120% at 50% 0%, #0b1220, #0a1428 60%, #071019);
  background-size: 36px 36px, 36px 36px, 100% 100%;
}
.an-corner { position: absolute; width: 16px; height: 16px; border: 2px solid rgba(6,182,212,.45); z-index: 2; }
.an-corner-tl { top: 8px; left: 8px; border-right: 0; border-bottom: 0; }
.an-corner-tr { top: 8px; right: 8px; border-left: 0; border-bottom: 0; }
.an-corner-bl { bottom: 8px; left: 8px; border-right: 0; border-top: 0; }
.an-corner-br { bottom: 8px; right: 8px; border-left: 0; border-top: 0; }

/* node tooltip */
.an-tip {
  display: none; position: absolute; z-index: 3; pointer-events: none;
  background: rgba(10,20,40,.92); border: 1px solid rgba(6,182,212,.5); border-radius: 9px;
  padding: 6px 10px; font-size: 12px; color: #e2ecff; backdrop-filter: blur(4px);
  transform: translateY(-100%); white-space: nowrap;
}
.an-tip b { color: #a5f3fc; margin-right: 7px; }
.an-tip span { color: #7dd3fc; font-variant-numeric: tabular-nums; font-weight: 700; }

/* terminal signal feed */
.an-feed {
  position: absolute; left: 12px; bottom: 12px; z-index: 2; display: flex; flex-direction: column-reverse;
  gap: 5px; max-width: calc(100% - 24px); pointer-events: none;
}
.an-sig {
  display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px;
  background: rgba(10,20,40,.78); border: 1px solid rgba(96,140,220,.25);
  border-radius: 8px; padding: 5px 10px; color: #c8d6f0; backdrop-filter: blur(4px);
  animation: sigIn .4s cubic-bezier(.16,1,.3,1);
  font-variant-numeric: tabular-nums; width: max-content; max-width: 100%;
}
.an-sig i { color: #64748b; font-style: normal; font-size: 10.5px; }
.an-sig b { color: #fff; }
.an-sig em { font-style: normal; font-size: 9px; font-weight: 800; letter-spacing: .06em; padding: 1px 6px; border-radius: 5px; color: #fff; }
.an-sig em.mk-spot { background: #2563eb; } .an-sig em.mk-futures { background: #7c3aed; } .an-sig em.mk-dex { background: #06b6d4; }
.an-sig span { color: #34d399; font-weight: 800; }
.an-sig:nth-child(2) { opacity: .75; } .an-sig:nth-child(3) { opacity: .5; } .an-sig:nth-child(4) { opacity: .28; }
@keyframes sigIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .an-sig { animation: none; } }

/* metric deltas */
.an-metric { position: relative; }
.an-delta { position: absolute; top: 14px; right: 14px; font-style: normal; font-size: 11.5px; font-weight: 800; font-variant-numeric: tabular-nums; }
.an-delta.up { color: var(--green); } .an-delta.down { color: var(--red); }

/* market split bar */
.an-splitbox { background: #fff; border: 1px solid var(--border); border-radius: 15px; padding: 14px 18px; }
.an-split { display: flex; height: 10px; border-radius: 6px; overflow: hidden; background: var(--bg-soft); }
.an-split i { display: block; height: 100%; transition: width 1s cubic-bezier(.16,1,.3,1); }
.sp-spot { background: #2563eb; } .sp-futures { background: #7c3aed; } .sp-dex { background: #06b6d4; }
.an-legend { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 10px; font-size: 12px; color: var(--muted); }
.an-legend b { color: var(--text); font-variant-numeric: tabular-nums; }
.an-legend .lg { display: inline-block; width: 9px; height: 9px; border-radius: 3px; margin-right: 5px; vertical-align: -1px; }
.lg-spot { background: #2563eb; } .lg-futures { background: #7c3aed; } .lg-dex { background: #06b6d4; }
[dir="rtl"] .an-legend .lg { margin-right: 0; margin-left: 5px; }
[dir="rtl"] .an-delta { right: auto; left: 14px; }
[dir="rtl"] .an-feed { left: auto; right: 12px; }

/* ============================================================ v12 — analysis v3: tabs, chart, fullscreen; chip badges */
.an-hud { position: absolute; top: 12px; right: 12px; z-index: 3; display: flex; gap: 8px; align-items: center; }
.an-tabs { display: flex; gap: 3px; background: rgba(10,20,40,.75); border: 1px solid rgba(96,140,220,.3); border-radius: 10px; padding: 3px; backdrop-filter: blur(4px); }
.an-tabs button {
  border: 0; background: transparent; color: #8fa3c8; font-size: 11px; font-weight: 700;
  padding: 5px 10px; border-radius: 7px; cursor: pointer; font-family: inherit; transition: .15s;
  letter-spacing: .02em; white-space: nowrap;
}
.an-tabs button:hover { color: #cfe0ff; }
.an-tabs button.active { background: rgba(6,182,212,.22); color: #a5f3fc; }
.an-fsbtn {
  border: 1px solid rgba(96,140,220,.3); background: rgba(10,20,40,.75); color: #8fa3c8;
  width: 30px; height: 30px; border-radius: 9px; cursor: pointer; display: flex; align-items: center;
  justify-content: center; transition: .15s; backdrop-filter: blur(4px);
}
.an-fsbtn:hover { color: #a5f3fc; border-color: rgba(6,182,212,.6); }
.an-viz:fullscreen { border-radius: 0; }

.an-chartbox {
  position: absolute; right: 12px; bottom: 12px; z-index: 2; width: 236px;
  background: rgba(10,20,40,.72); border: 1px solid rgba(96,140,220,.25); border-radius: 11px;
  padding: 9px 10px 7px; backdrop-filter: blur(4px); pointer-events: none;
}
.an-chartlbl { display: block; font-size: 9.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: #64748b; margin-bottom: 4px; }
#anChart { display: block; width: 100%; height: 56px; }
@media (max-width: 720px) {
  .an-chartbox { display: none; }
  .an-tabs button { padding: 5px 7px; font-size: 10px; }
  .an-feed { max-width: calc(100% - 24px); }
}
[dir="rtl"] .an-hud { right: auto; left: 12px; }
[dir="rtl"] .an-chartbox { right: auto; left: 12px; }

/* scanline over the viz */
.an-viz::after {
  content: ""; position: absolute; left: 0; right: 0; top: -40%; height: 34%; z-index: 2; pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(6,182,212,.045), transparent);
  animation: scanline 7s linear infinite;
}
@keyframes scanline { to { top: 110%; } }
@media (prefers-reduced-motion: reduce) { .an-viz::after { animation: none; display: none; } }

/* exchange chips: app-icon badges */
.exch-chip { padding: 6px 14px 6px 8px; gap: 8px; }
.exch-chip svg { border-radius: 6px; box-shadow: 0 2px 6px -2px rgba(15,23,42,.35); }

/* ============================================================ v13 — pay v2, scanner tools, account ref */
/* pay page v2 */
.pay-steps { display: flex; align-items: center; justify-content: center; gap: 0; margin-bottom: 22px; }
.pay-steps .ps {
  width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 14px; background: var(--bg-soft); border: 2px solid var(--border); color: var(--muted);
}
.pay-steps .ps.act { border-color: var(--accent); color: var(--accent); background: var(--accent-soft); animation: pulse 2s infinite; }
.pay-steps .ps.done { background: var(--green); border-color: var(--green); color: #fff; }
.pay-steps i { width: 52px; height: 2px; background: var(--border); }
.pay-card { padding: 28px; }
.pay-grid { display: grid; grid-template-columns: 240px 1fr; gap: 28px; align-items: start; }
.pay-left .qr-box { margin: 0 0 14px; }
.pay-left .qr-box img { width: 100%; height: auto; max-width: 220px; }
.pay-plan { font-family: var(--font-display); font-weight: 700; font-size: 19px; }
.pay-plan span { color: var(--muted); font-weight: 500; font-size: 15px; }
.amount-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.amount-big small { font-size: 18px; color: var(--muted); font-weight: 600; }
.pay-timer { margin-top: 12px; font-size: 13.5px; color: var(--muted); }
.pay-timer b { font-family: ui-monospace, monospace; color: var(--amber); font-size: 15px; }
@media (max-width: 680px) { .pay-grid { grid-template-columns: 1fr; } .pay-left { text-align: center; } .pay-left .qr-box { display: flex; justify-content: center; } }

/* scanner: meta buttons, row actions */
.meta-btn {
  border: 1px solid var(--border); background: #fff; border-radius: 8px; padding: 4px 10px;
  font-size: 12px; font-weight: 600; color: var(--muted); cursor: pointer; font-family: inherit;
  display: inline-flex; align-items: center; gap: 4px; transition: .15s;
}
.meta-btn:hover { color: var(--accent); border-color: #c7d7fe; }
.row-act { cursor: pointer; opacity: .35; transition: .15s; font-size: 13px; padding: 2px 5px; user-select: none; }
.row-act:hover { opacity: 1; }
.row-act.fav { color: #cbd5e1; margin-right: 4px; }
.row-act.fav.on { color: #f5a623; opacity: 1; }
.row-act.hide { color: var(--red); }
tr.row-fav td { background: #fffdf4; }
tr.row-fav:hover td { background: #fdf6e3; }
.loop-link { display: inline-flex; align-items: center; gap: 6px; background: var(--accent-soft); border: 1px solid #dbe7ff; border-radius: 10px; padding: 7px 12px; font-size: 13px; font-weight: 600; color: var(--accent-dark); transition: .15s; }
.loop-link:hover { background: #dbeafe; }

/* account referral strip */
.acc-ref {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  background: linear-gradient(90deg, var(--accent-soft), #ecfeff); border: 1px solid #dbe7ff;
  border-radius: 16px; padding: 16px 20px; margin-bottom: 28px;
}
.acc-ref-info { display: flex; flex-direction: column; gap: 3px; }
.acc-ref-info > b { font-size: 15px; }
.acc-ref-info > span { font-size: 12.5px; color: var(--muted); }

/* ============================================================ v14 — iOS app section */
.mob-hero { display: grid; grid-template-columns: 320px 1fr; gap: 48px; align-items: center; }
.mob-hero-landing { grid-template-columns: 280px 1fr; }
.phone-wrap { display: flex; justify-content: center; }
.phone {
  position: relative; width: 240px; height: 490px; border-radius: 38px;
  background: #0b1220; padding: 10px; box-shadow: 0 30px 60px -20px rgba(11,18,32,.45), inset 0 0 0 2px #26324d;
  animation: coinFloat 8s ease-in-out infinite;
}
.ph-notch { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 90px; height: 22px; background: #0b1220; border-radius: 0 0 14px 14px; z-index: 2; }
.ph-screen { width: 100%; height: 100%; border-radius: 30px; overflow: hidden; background: linear-gradient(180deg, #f6f8fb, #fff); display: flex; flex-direction: column; }
.ph-head { display: flex; align-items: center; gap: 7px; padding: 34px 14px 12px; font-weight: 800; font-size: 14px; font-family: var(--font-display); border-bottom: 1px solid var(--border); }
.ph-logo { width: 18px; height: 18px; border-radius: 5px; background: linear-gradient(135deg, var(--accent), var(--cyan)); flex: none; }
.ph-live { margin-left: auto; font-size: 8.5px; font-weight: 800; letter-spacing: .08em; color: #ef4444; background: #fef2f2; border: 1px solid #fecaca; border-radius: 99px; padding: 2px 7px; }
.ph-rows { padding: 8px 12px; display: flex; flex-direction: column; gap: 7px; }
.ph-row { display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--border); border-radius: 11px; padding: 10px 12px; font-size: 12px; }
.ph-row b { font-family: var(--font-display); }
.ph-row i { flex: 1; height: 4px; border-radius: 3px; background: linear-gradient(90deg, var(--accent-soft), #ecfeff); }
.ph-row span { color: var(--green); font-weight: 800; font-variant-numeric: tabular-nums; }
.ph-row:nth-child(2n) { animation: rowGlow 4s ease-in-out infinite; }
@keyframes rowGlow { 0%,100% { border-color: var(--border); } 50% { border-color: #a7f3d0; box-shadow: 0 0 0 3px rgba(5,150,105,.07); } }

.as-badge {
  display: inline-flex; align-items: center; gap: 11px; background: #0b1220; color: #fff;
  border-radius: 14px; padding: 11px 22px 11px 16px; transition: .2s; border: 1px solid #26324d;
}
.as-badge:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -10px rgba(11,18,32,.55); }
.as-badge small { display: block; font-size: 10.5px; color: #9fb0cc; line-height: 1.2; }
.as-badge b { display: block; font-size: 19px; font-family: var(--font-display); line-height: 1.15; }
.mob-cta-row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.mob-qr { display: flex; align-items: center; gap: 12px; }
.mob-qr img { border: 1px solid var(--border); border-radius: 12px; padding: 6px; background: #fff; }
.mob-qr span { font-size: 12px; color: var(--muted); max-width: 150px; }
.mob-feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.mob-feat { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 16px; }
.mob-feat b { display: block; font-size: 14.5px; margin-bottom: 5px; }
.mob-feat span { font-size: 13px; color: var(--muted); }
@media (max-width: 860px) {
  .mob-hero, .mob-hero-landing { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .mob-cta-row { justify-content: center; }
  .mob-feats { grid-template-columns: 1fr; text-align: left; }
  .phone { width: 210px; height: 430px; }
  .mob-qr { display: none; }
}
[dir="rtl"] .as-badge { padding: 11px 16px 11px 22px; }

/* v15 — byline + real app icon */
.byline { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.byline b { display: block; font-size: 14px; }
.byline small { color: var(--muted); font-size: 12.5px; }
img.ph-logo { border-radius: 5px; object-fit: cover; }
