/* ── Reset & Base ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: #050508;
  color: #e2e8f0;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.hidden { display: none !important; }

/* ── Nav ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 16px 0;
  transition: all 0.3s;
  background: transparent;
}
.nav.scrolled {
  background: rgba(5,5,8,0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(99,102,241,0.08);
  padding: 10px 0;
}
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo-img { height: 36px; width: 36px; border-radius: 50%; }
.nav-logo-text {
  font-size: 22px; font-weight: 800; letter-spacing: -1px;
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.nav-links { display: flex; gap: 32px; }
.nav-links a {
  font-size: 14px; font-weight: 500; color: #94a3b8;
  transition: color 0.2s; position: relative;
}
.nav-links a:hover { color: #e2e8f0; }
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 2px; background: #6366f1; transform: scaleX(0);
  transition: transform 0.2s; border-radius: 1px;
}
.nav-links a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.btn-nav {
  padding: 8px 20px; background: rgba(99,102,241,0.15);
  border: 1px solid rgba(99,102,241,0.25); border-radius: 8px;
  font-size: 14px; font-weight: 600; color: #a5b4fc;
  transition: all 0.2s;
}
.btn-nav:hover { background: rgba(99,102,241,0.25); }
.lang-toggle {
  padding: 6px 12px; background: rgba(30,30,50,0.6);
  border: 1px solid rgba(99,102,241,0.15); border-radius: 6px;
  color: #94a3b8; font-size: 12px; font-weight: 700;
  transition: all 0.2s;
}
.lang-toggle:hover { background: rgba(99,102,241,0.15); color: #e2e8f0; }
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  padding: 8px; background: none; border: none;
}
.hamburger span {
  width: 22px; height: 2px; background: #94a3b8;
  border-radius: 1px; transition: all 0.2s;
}

/* ── Buttons ── */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 28px; background: linear-gradient(135deg, #4f46e5, #7c3aed);
  border: none; border-radius: 10px; color: #fff;
  font-size: 15px; font-weight: 700; transition: all 0.25s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 35px rgba(79,70,229,0.4); }
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 28px; background: transparent;
  border: 1px solid rgba(99,102,241,0.3); border-radius: 10px;
  color: #a5b4fc; font-size: 15px; font-weight: 600; transition: all 0.25s;
}
.btn-ghost:hover { background: rgba(99,102,241,0.1); border-color: rgba(99,102,241,0.5); }
.btn-lg { padding: 16px 36px; font-size: 16px; }
.btn-full { width: 100%; }

/* ── Hero ── */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 120px 24px 80px;
}
.hero-bg {
  position: absolute; inset: 0; overflow: hidden;
}
.hero-glow {
  position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.15;
}
.hero-glow.g1 { width: 600px; height: 600px; top: -150px; left: -100px; background: #4f46e5; }
.hero-glow.g2 { width: 500px; height: 500px; bottom: -100px; right: -50px; background: #7c3aed; }
.hero-glow.g3 { width: 400px; height: 400px; top: 40%; left: 50%; transform: translateX(-50%); background: #06b6d4; opacity: 0.08; }
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(99,102,241,0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(99,102,241,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
}
.hero-content {
  position: relative; text-align: center; max-width: 800px;
}
.hero-logo { width: 360px; height: auto; margin: 0 auto 32px; }
.hero-badge {
  display: inline-block; padding: 6px 16px; margin-bottom: 24px;
  background: rgba(99,102,241,0.1); border: 1px solid rgba(99,102,241,0.2);
  border-radius: 20px; font-size: 13px; font-weight: 600; color: #a5b4fc;
}
.hero-title {
  font-size: clamp(40px, 6vw, 72px); font-weight: 900; line-height: 1.1;
  letter-spacing: -2px; margin-bottom: 24px;
}
.hero-title span { display: block; }
.gradient-text {
  background: linear-gradient(135deg, #60a5fa, #a78bfa, #f472b6);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-desc {
  font-size: 18px; color: #94a3b8; max-width: 600px;
  margin: 0 auto 40px; line-height: 1.7;
}
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; }
.hero-stats {
  display: flex; align-items: center; justify-content: center; gap: 32px;
}
.stat { text-align: center; }
.stat-num { display: block; font-size: 28px; font-weight: 800; color: #fff; }
.stat-label { font-size: 13px; color: #64748b; }
.stat-divider { width: 1px; height: 40px; background: rgba(99,102,241,0.2); }

/* ── Section headers ── */
.section-header { text-align: center; margin-bottom: 60px; }
.section-tag {
  display: inline-block; padding: 4px 14px; margin-bottom: 16px;
  background: rgba(99,102,241,0.1); border: 1px solid rgba(99,102,241,0.15);
  border-radius: 16px; font-size: 12px; font-weight: 700; color: #a5b4fc;
  text-transform: uppercase; letter-spacing: 1px;
}
.section-title {
  font-size: clamp(28px, 4vw, 44px); font-weight: 800;
  letter-spacing: -1px; margin-bottom: 16px;
}
.section-desc { font-size: 16px; color: #94a3b8; max-width: 550px; margin: 0 auto; }

/* ── Showcase Sections ── */
.showcase {
  padding: 100px 0; overflow: hidden;
  position: relative;
}
.showcase-bg-img {
  position: absolute; inset: -30px; background-size: cover; background-position: center;
  z-index: 0; will-change: transform; transform: scale(1.08);
}
.showcase-bg-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, rgba(5,5,8,0.92) 0%, rgba(5,5,8,0.82) 50%, rgba(5,5,8,0.7) 100%);
}
.showcase > .container { position: relative; z-index: 2; }
.showcase-alt { background: none; }
.showcase-row {
  display: grid; grid-template-columns: 2fr 3fr; gap: 50px; align-items: center;
}
.showcase-row-reverse { direction: rtl; }
.showcase-row-reverse > * { direction: ltr; }
.showcase-text { max-width: 520px; }
.showcase-icon-wrap {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 14px; margin-bottom: 20px;
}
.yt-accent { background: rgba(255,0,0,0.1); border: 1px solid rgba(255,0,0,0.2); color: #ff4444; }
.sb-accent { background: rgba(52,211,153,0.1); border: 1px solid rgba(52,211,153,0.2); color: #34d399; }
.tp-accent { background: rgba(96,165,250,0.1); border: 1px solid rgba(96,165,250,0.2); color: #60a5fa; }
.sc-accent { background: rgba(167,139,250,0.1); border: 1px solid rgba(167,139,250,0.2); color: #a78bfa; }
.showcase-title {
  font-size: clamp(26px, 3.5vw, 38px); font-weight: 900;
  line-height: 1.15; letter-spacing: -1px; margin-bottom: 14px;
}
.showcase-desc { font-size: 15px; color: #cbd5e1; line-height: 1.7; margin-bottom: 24px; }
.showcase-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.showcase-list li {
  font-size: 14px; color: #e2e8f0; font-weight: 500; padding-left: 26px; position: relative;
}
.showcase-list li::before {
  content: ''; position: absolute; left: 0; top: 4px;
  width: 16px; height: 16px; border-radius: 50%;
  background: rgba(99,102,241,0.15);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 10px; background-repeat: no-repeat; background-position: center;
}
.showcase-sim { perspective: 1000px; will-change: transform; }
.showcase-text { will-change: transform; }
.showcase-sim-sm .ez-app { transform-origin: center center; scale: 0.7; }

/* ── ez-app: real theme ── */
.ez-app {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  background: #060A14; color: #F8FAFC; border-radius: 10px;
  border: 1px solid #334155; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 80px rgba(6,182,212,0.05);
  transform: rotateY(-6deg) rotateX(2deg);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
  user-select: none;
}
.showcase-row-reverse .ez-app {
  transform: rotateY(6deg) rotateX(2deg);
}
.ez-app:hover {
  transform: rotateY(0) rotateX(0) scale(1.01);
  box-shadow: 0 35px 90px rgba(0,0,0,0.5), 0 0 100px rgba(6,182,212,0.08);
}
.ez-dragbar {
  display: flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-bottom: 1px solid #334155;
}
.ez-drag-label { font-size: 11px; font-weight: 800; color: #06B6D4; letter-spacing: 0.1em; text-transform: uppercase; }
.ez-drag-sub { font-size: 9px; font-weight: 500; color: #94A3B8; letter-spacing: 0.08em; }
.ez-drag-status { margin-left: auto; display: flex; align-items: center; gap: 5px; font-size: 10px; color: #94A3B8; }
.ez-status-dot { width: 6px; height: 6px; border-radius: 50%; background: #94A3B8; display: inline-block; }
.ez-status-dot.on { background: #22C55E; box-shadow: 0 0 6px rgba(34,197,94,0.5); }

/* ── Playlist (ez24h-desktop style) ── */
.ez-noar {
  display: flex; align-items: stretch; background: #0F172A;
  border-bottom: 1px solid #334155; min-height: 60px;
}
.ez-noar-badge {
  display: flex; align-items: center; justify-content: center;
  padding: 12px 16px; min-width: 70px; background: #E11D48; color: #fff;
  font-size: 12px; font-weight: 800; letter-spacing: 0.15em; writing-mode: horizontal-tb;
}
.ez-noar-badge.paused { background: #F59E0B; }
.ez-noar-info { flex: 1; padding: 10px 14px; display: flex; flex-direction: column; gap: 3px; }
.ez-noar-cat { font-size: 10px; font-weight: 700; color: #F59E0B; text-transform: uppercase; letter-spacing: 0.08em; }
.ez-noar-title { font-size: 13px; font-weight: 600; color: #F8FAFC; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ez-noar-progress-wrap { height: 6px; background: #060A14; border-radius: 3px; cursor: pointer; margin: 2px 0; }
.ez-noar-progress { height: 100%; width: 0; background: linear-gradient(90deg, #F59E0B, #06B6D4); border-radius: 3px; transition: width 0.3s linear; }
.ez-noar-time-row { display: flex; align-items: center; justify-content: space-between; }
.ez-noar-time { font-size: 11px; color: #94A3B8; font-weight: 600; font-variant-numeric: tabular-nums; }
.ez-noar-btns { display: flex; gap: 4px; }
.ez-noar-btn {
  width: 28px; height: 28px; border: 1px solid #334155; border-radius: 6px;
  background: #1E293B; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05); transition: all 0.15s;
}
.ez-noar-btn:hover { background: #0F172A; }
.ez-noar-btn-play { background: rgba(6,182,212,0.3); border-color: #06B6D4; }
/* Playlist tabs */
.ez-pl-tabs {
  display: flex; border-bottom: 1px solid #334155;
}
.ez-pl-tab {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 5px;
  padding: 8px 0; border: none; background: transparent; color: #94A3B8;
  font-size: 11px; font-weight: 600; cursor: pointer; transition: all 0.15s;
  border-bottom: 2px solid transparent;
}
.ez-pl-tab:hover { color: #F8FAFC; background: rgba(255,255,255,0.02); }
.ez-pl-tab.active { color: #06B6D4; border-bottom-color: #06B6D4; background: rgba(6,182,212,0.05); }
.ez-pl-panel { }
.ez-pl-hidden { display: none; }

/* Add bar */
.ez-pl-add-bar {
  display: flex; gap: 6px; padding: 8px 10px; border-bottom: 1px solid #334155;
}
.ez-pl-add-input {
  flex: 1; padding: 7px 10px; background: #0F172A; border: 1px solid #334155;
  border-radius: 6px; color: #F8FAFC; font-size: 12px; font-family: inherit; outline: none;
  transition: border-color 0.15s;
}
.ez-pl-add-input:focus { border-color: #06B6D4; }
.ez-pl-add-input::placeholder { color: #64748b; }
.ez-pl-add-btn {
  display: flex; align-items: center; gap: 4px; padding: 7px 12px;
  background: linear-gradient(180deg, rgba(6,182,212,0.25), rgba(8,145,178,0.15));
  border: 1px solid rgba(6,182,212,0.4); border-radius: 6px; color: #06B6D4;
  font-size: 11px; font-weight: 600; cursor: pointer; transition: all 0.15s; white-space: nowrap;
}
.ez-pl-add-btn:hover { background: rgba(6,182,212,0.3); }

/* Playlist list */
.ez-pl-list { display: flex; flex-direction: column; gap: 4px; padding: 8px 10px; max-height: 210px; overflow-y: auto; }
.ez-pl-list::-webkit-scrollbar { width: 3px; }
.ez-pl-list::-webkit-scrollbar-thumb { background: rgba(148,163,184,0.2); border-radius: 2px; }
.ez-pl-item {
  display: flex; align-items: center; gap: 8px; padding: 8px 10px;
  background: #1E293B; border-radius: 6px; border: 1px solid transparent;
  cursor: pointer; transition: all 0.15s;
}
.ez-pl-item:hover { background: #0F172A; border-color: #334155; }
.ez-pl-item.active { border-left: 4px solid #06B6D4; background: rgba(6,182,212,0.08); }
.ez-pl-item.drag-over { box-shadow: 0 -2px 0 0 #06B6D4; }
.ez-pl-item.dragging { opacity: 0.4; }
.ez-pl-drag { cursor: grab; color: #334155; font-size: 14px; line-height: 1; flex-shrink: 0; transition: color 0.15s; }
.ez-pl-item:hover .ez-pl-drag { color: #94A3B8; }
.ez-pl-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.ez-pl-thumb { width: 64px; height: 36px; border-radius: 4px; object-fit: cover; flex-shrink: 0; }
.ez-pl-meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.ez-pl-name { font-size: 12px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ez-pl-dur { font-size: 11px; color: #94A3B8; }
@keyframes ez-pl-flash { 0%{background:rgba(6,182,212,0.3)} 100%{background:#1E293B} }
.ez-pl-item.just-added { animation: ez-pl-flash 1s ease-out; }

/* Calendar */
.ez-cal-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 10px; border-bottom: 1px solid #334155;
}
.ez-cal-title { font-size: 11px; font-weight: 700; color: #06B6D4; text-transform: uppercase; letter-spacing: 0.08em; }
.ez-cal-hint { font-size: 9px; color: #64748b; font-style: italic; }
.ez-cal-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px;
  padding: 8px 6px;
}
.ez-cal-col { display: flex; flex-direction: column; gap: 3px; }
.ez-cal-day {
  text-align: center; font-size: 9px; font-weight: 800; color: #94A3B8;
  text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 0;
  border-bottom: 1px solid #334155;
}
.ez-cal-slot {
  padding: 4px 4px; border-radius: 4px; font-size: 8px; display: flex;
  flex-direction: column; gap: 1px; transition: all 0.15s;
}
.ez-cal-filled {
  background: #1E293B; color: #F8FAFC; cursor: pointer;
}
.ez-cal-filled:hover { background: #0F172A; filter: brightness(1.1); }
.ez-cal-filled span:first-child { font-weight: 700; color: #94A3B8; font-variant-numeric: tabular-nums; }
.ez-cal-sname { font-weight: 600; font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ez-cal-empty {
  background: rgba(15,23,42,0.6); color: #334155; cursor: pointer;
  align-items: center; border-left: 3px solid #334155;
}
.ez-cal-empty:hover { background: rgba(6,182,212,0.08); border-left-color: #06B6D4; }
.ez-cal-empty:hover .ez-cal-add { color: #06B6D4; }
.ez-cal-add { font-size: 14px; font-weight: 300; line-height: 1; }

/* ── Soundboard (ez24h-soundboard style) ── */
.ez-sb-toolbar {
  display: flex; align-items: center; gap: 6px;
  padding: 8px 12px; border-bottom: 1px solid #334155;
}
.ez-tb-btn {
  display: flex; align-items: center; gap: 4px;
  padding: 4px 8px; border: 1px solid #334155; border-radius: 5px;
  background: #1E293B; color: #94A3B8; font-size: 11px; font-weight: 500;
  cursor: pointer; transition: all 0.15s;
}
.ez-tb-btn:hover { background: #0F172A; color: #F8FAFC; border-color: #94A3B8; }
.ez-tb-active { color: #22C55E; border-color: rgba(34,197,94,0.5); background: rgba(34,197,94,0.1); }
.ez-tb-stop { color: #E11D48; border-color: rgba(225,29,72,0.4); }
.ez-sb-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  padding: 10px 16px 16px;
}
.ez-sb-btn {
  aspect-ratio: 1; border-radius: 18%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 6px; padding: 12px 8px;
  border: none; cursor: pointer; color: #fff; position: relative; overflow: hidden;
  transition: transform 0.08s, box-shadow 0.15s, filter 0.15s;
}
.ez-sb-btn:hover { transform: translateY(-1px); filter: brightness(1.12); }
.ez-sb-btn:active { transform: scale(0.96); }
.ez-sb-icon { width: 28px; height: 28px; opacity: 0.8; }
.ez-sb-name { font-size: 11px; font-weight: 600; text-align: center; line-height: 1.2; text-shadow: 0 1px 3px rgba(0,0,0,0.5); }
.ez-sb-hotkey {
  position: absolute; bottom: 6px; left: 6px;
  padding: 1px 5px; background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 3px; font-size: 9px; font-weight: 700; font-family: monospace;
}
.ez-sb-prog {
  position: absolute; bottom: 0; left: 0; height: 3px; width: 0;
  background: #06B6D4; border-radius: 0 0 10px 10px; transition: width 0.1s linear;
}
@keyframes ez-sb-glow { 0%,100%{filter:brightness(1)} 50%{filter:brightness(1.3)} }
.ez-sb-btn.playing { animation: ez-sb-glow 1.2s ease-in-out infinite; }

/* ── Teleprompter (ez24h-teleprompter style) ── */
.ez-tp-app { display: flex; flex-direction: column; }
.ez-tp-controls {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-bottom: 1px solid #334155;
}
.ez-ctrl-btn {
  padding: 6px 12px; border: 1px solid #334155; border-radius: 6px;
  background: #1E293B; color: #F8FAFC; font-size: 11px; font-weight: 600;
  cursor: pointer; transition: all 0.12s;
}
.ez-ctrl-btn:hover { border-color: #94A3B8; filter: brightness(1.15); }
.ez-ctrl-btn:active { transform: scale(0.96); }
.ez-ctrl-btn.ez-playing { background: #F59E0B; border-color: #F59E0B; color: #fff; }
.ez-ctrl-btn.ez-mirror-on { background: #06B6D4; border-color: #06B6D4; color: #fff; }
.ez-btn-green { background: #22C55E; border-color: #22C55E; color: #fff; }
.ez-btn-green:hover { filter: brightness(1.15); }
.ez-ctrl-sep { width: 1px; height: 24px; background: #334155; }
.ez-ctrl-group { display: flex; align-items: center; gap: 4px; }
.ez-ctrl-label { font-size: 8px; font-weight: 700; color: #94A3B8; text-transform: uppercase; letter-spacing: 0.08em; }
.ez-ctrl-sm {
  width: 24px; height: 24px; border: 1px solid #334155; border-radius: 4px;
  background: #1E293B; color: #F8FAFC; font-size: 14px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: all 0.12s;
}
.ez-ctrl-sm:hover { border-color: #06B6D4; color: #06B6D4; }
.ez-ctrl-val { min-width: 28px; text-align: center; font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums; }
.ez-tp-msg-row {
  display: flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-bottom: 1px solid #334155;
}
.ez-tp-msg-input {
  flex: 1; padding: 6px 10px; border-radius: 5px;
  border: 1px solid #334155; background: #1E293B; color: #F8FAFC;
  font-size: 12px; font-weight: 600; outline: none; font-family: inherit;
}
.ez-tp-msg-input:focus { border-color: #06B6D4; }
.ez-tp-msg-input::placeholder { color: #94A3B8; font-weight: 400; }
.ez-tp-view {
  position: relative; height: 280px; background: #000; overflow: hidden;
}
.ez-tp-fade-top, .ez-tp-fade-bottom { position: absolute; left: 0; right: 0; height: 18%; z-index: 5; pointer-events: none; }
.ez-tp-fade-top { top: 0; background: linear-gradient(to bottom, #000, transparent); }
.ez-tp-fade-bottom { bottom: 0; background: linear-gradient(to top, #000, transparent); }
.ez-tp-guide-line {
  position: absolute; top: 38%; left: 4%; right: 4%; height: 2px;
  background: rgba(6,182,212,0.35); z-index: 10;
}
.ez-tp-guide-line::before {
  content: '\25B6'; position: absolute; left: -14px; top: -6px;
  font-size: 12px; color: rgba(6,182,212,0.5);
}
.ez-tp-scroller {
  position: absolute; top: 38%; left: 10%; right: 10%;
  color: #fff; font-weight: 600; line-height: 1.6; text-align: center;
  white-space: pre-wrap; word-wrap: break-word; font-size: 16px;
  cursor: grab; padding-top: 2px;
}
.ez-tp-scroller:active { cursor: grabbing; }
.ez-tp-hud {
  position: absolute; top: 0; left: 0; right: 0; z-index: 30;
  padding: 8px 12px; display: flex; flex-direction: column; align-items: center;
}
.ez-tp-hud-msg {
  font-size: 20px; font-weight: 800; text-align: center; color: #FF4444; line-height: 1.2;
  padding: 4px 12px; max-width: 95%;
}
.ez-tp-hud-msg.blink { animation: sim-blink 0.8s ease-in-out infinite; }
.ez-tp-hud-bar {
  display: flex; gap: 16px; margin-top: 4px;
  font-weight: 600; color: rgba(255,255,255,0.35); font-variant-numeric: tabular-nums;
}
.ez-tp-hud-clock { font-size: 14px; }
.ez-tp-hud-timer { font-size: 14px; }
.ez-tp-hud.has-msg { background: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 70%, transparent 100%); }

/* ── Scene Board (ez24h-sceneboard style) ── */
.ez-sc-app { }
.ez-sc-row-top {
  display: flex; gap: 10px; padding: 8px 10px; align-items: flex-start;
  border-bottom: 1px solid #334155;
}
.ez-sc-small-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 5px; flex: 1; }
.ez-sc-aux-right { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; min-width: 100px; }
.ez-sc-clock { font-size: 22px; font-weight: 800; color: rgba(255,255,255,0.85); text-shadow: 0 0 15px rgba(6,182,212,0.3); font-family: monospace; font-variant-numeric: tabular-nums; }
.ez-sc-status { display: flex; align-items: center; gap: 5px; font-size: 10px; color: #94A3B8; }
.ez-sc-row-main { display: flex; gap: 10px; padding: 8px 10px; align-items: flex-end; }
.ez-sc-big-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; flex: 1; }
.ez-sc-trans-grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 5px; }
.ez-sc-btn {
  aspect-ratio: 1; border-radius: 18%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 4px;
  border: none; cursor: pointer; color: #94A3B8; position: relative;
  transition: transform 0.08s, box-shadow 0.15s, background 0.15s;
}
.ez-sc-btn:hover { transform: translateY(-1px); filter: brightness(1.12); }
.ez-sc-btn:active { transform: scale(0.96); }
.ez-sc-btn svg { opacity: 0.7; }
.ez-sc-btn span { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; text-shadow: 0 1px 3px rgba(0,0,0,0.5); }
.ez-sc-btn-sm { background: #1E293B; padding: 4px; }
.ez-sc-btn-sm span { font-size: 8px; }
.ez-sc-btn-lg { background: #1E293B; padding: 8px; }
.ez-sc-btn-lg span { font-size: 11px; font-weight: 700; }
.ez-sc-active { background: #cc0000 !important; color: #fff; box-shadow: 0 0 20px rgba(204,0,0,0.5), 0 0 40px rgba(204,0,0,0.2); }
.ez-sc-active svg { opacity: 1; color: #fff; }
.ez-sc-active span { color: #fff; font-weight: 800; text-shadow: 0 0 10px rgba(255,255,255,0.8); }
.ez-sc-hotkey { position: absolute; bottom: 5px; right: 5px; font-size: 8px; font-weight: 700; background: rgba(0,0,0,0.6); padding: 1px 4px; border-radius: 3px; color: #fff; }
.ez-sc-num { position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%); font-size: 18px; font-weight: 900; color: rgba(255,255,255,0.08); }
.ez-sc-active .ez-sc-num { color: rgba(255,255,255,0.25); }
.ez-sc-trans {
  aspect-ratio: 1; width: 50px; border-radius: 18%; border: none;
  background: #1E293B; color: #F8FAFC; font-size: 12px; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer;
  transition: all 0.15s;
}
.ez-sc-trans:hover { filter: brightness(1.15); }
.ez-sc-trans:active { transform: scale(0.96); }
.ez-sc-trans-auto { background: #1a2a3a; color: #06B6D4; }
.ez-sc-trans-ftb { background: #2a1520; color: #E11D48; }

@media (max-width: 1100px) {
  .showcase-row { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 900px) {
  .showcase-row { grid-template-columns: 1fr; gap: 40px; }
  .showcase-row-reverse { direction: ltr; }
  .showcase-text { max-width: 100%; }
  .ez-app, .showcase-row-reverse .ez-app { transform: rotateY(0) rotateX(0); }
  .ez-sc-small-grid { grid-template-columns: repeat(3, 1fr); }
  .ez-sc-big-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── How it works ── */
.how-it-works { padding: 100px 0; }
.steps {
  display: flex; align-items: flex-start; justify-content: center; gap: 0;
}
.step {
  text-align: center; max-width: 260px; padding: 0 20px;
}
.step-num {
  width: 56px; height: 56px; margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  border-radius: 16px; font-size: 22px; font-weight: 800; color: #fff;
}
.step h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.step p { font-size: 14px; color: #94a3b8; }
.step-line {
  width: 80px; height: 2px; margin-top: 28px;
  background: linear-gradient(90deg, rgba(99,102,241,0.3), rgba(99,102,241,0.05));
  flex-shrink: 0;
}

/* ── Pricing ── */
.pricing { padding: 120px 0; }
.billing-toggle {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  margin-bottom: 48px;
}
.billing-label { font-size: 14px; font-weight: 600; color: #64748b; transition: color 0.2s; }
.billing-label.active { color: #e2e8f0; }
.toggle-switch {
  position: relative; width: 48px; height: 26px;
  background: rgba(30,30,50,0.8); border: 1px solid rgba(99,102,241,0.2);
  border-radius: 13px; padding: 0; transition: all 0.2s;
}
.toggle-knob {
  position: absolute; top: 3px; left: 3px; width: 18px; height: 18px;
  background: #6366f1; border-radius: 50%; transition: transform 0.2s;
}
.toggle-switch.active .toggle-knob { transform: translateX(22px); }
.billing-save {
  padding: 3px 10px; background: rgba(52,211,153,0.15);
  border-radius: 12px; font-size: 12px; font-weight: 700; color: #34d399;
}
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  align-items: start;
}
.price-card {
  position: relative;
  background: linear-gradient(135deg, rgba(15,23,42,0.6), rgba(15,15,25,0.8));
  border: 1px solid rgba(99,102,241,0.08); border-radius: 20px;
  padding: 36px 32px; transition: all 0.3s;
}
.price-card:hover { border-color: rgba(99,102,241,0.15); }
.price-card.featured {
  border-color: rgba(99,102,241,0.3);
  background: linear-gradient(135deg, rgba(79,70,229,0.08), rgba(124,58,237,0.05));
  transform: scale(1.03);
}
.price-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  padding: 4px 16px; background: linear-gradient(135deg, #4f46e5, #7c3aed);
  border-radius: 12px; font-size: 12px; font-weight: 700; color: #fff;
  white-space: nowrap;
}
.price-header { margin-bottom: 24px; }
.price-header h3 { font-size: 22px; font-weight: 800; }
.price-tagline { font-size: 14px; color: #64748b; margin-top: 4px; }
.price-amount {
  display: flex; align-items: baseline; gap: 2px; margin-bottom: 4px;
}
.price-currency { font-size: 20px; font-weight: 600; color: #94a3b8; }
.price-value { font-size: 48px; font-weight: 900; line-height: 1; }
.price-decimal { font-size: 20px; font-weight: 600; }
.price-period { font-size: 14px; color: #64748b; margin-bottom: 24px; }
.price-features {
  list-style: none; margin-bottom: 28px;
  display: flex; flex-direction: column; gap: 12px;
}
.price-features li {
  font-size: 14px; color: #cbd5e1; padding-left: 24px; position: relative;
}
.price-features li::before {
  content: ''; position: absolute; left: 0; top: 6px;
  width: 14px; height: 14px; border-radius: 50%;
  background: rgba(99,102,241,0.15);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 10px; background-repeat: no-repeat; background-position: center;
}

/* ── FAQ ── */
.faq { padding: 120px 0; }
.faq-list { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: rgba(15,23,42,0.4); border: 1px solid rgba(99,102,241,0.06);
  border-radius: 12px; overflow: hidden; transition: border-color 0.2s;
}
.faq-item.open { border-color: rgba(99,102,241,0.15); }
.faq-q {
  width: 100%; padding: 20px 24px; background: none; border: none;
  text-align: left; font-size: 15px; font-weight: 600; color: #e2e8f0;
  display: flex; justify-content: space-between; align-items: center;
}
.faq-q::after {
  content: '+'; font-size: 20px; color: #6366f1; font-weight: 300;
  transition: transform 0.2s;
}
.faq-item.open .faq-q::after { content: '\2212'; }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s;
}
.faq-item.open .faq-a { max-height: 200px; }
.faq-a p { padding: 0 24px 20px; font-size: 14px; color: #94a3b8; line-height: 1.7; }

/* ── Auth ── */
.auth-section { padding: 120px 0; }
.auth-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: linear-gradient(135deg, rgba(15,23,42,0.7), rgba(15,15,25,0.9));
  border: 1px solid rgba(99,102,241,0.1); border-radius: 24px;
  overflow: hidden;
}
.auth-left {
  padding: 48px;
  background: linear-gradient(135deg, rgba(79,70,229,0.08), transparent);
  display: flex; flex-direction: column; justify-content: center;
}
.auth-left h2 { font-size: 32px; font-weight: 800; margin-bottom: 12px; }
.auth-left p { color: #94a3b8; font-size: 15px; margin-bottom: 28px; }
.auth-perks { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.auth-perks li {
  font-size: 14px; color: #cbd5e1; padding-left: 28px; position: relative;
}
.auth-perks li::before {
  content: ''; position: absolute; left: 0; top: 3px;
  width: 18px; height: 18px; border-radius: 50%;
  background: rgba(52,211,153,0.15);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%2334d399' stroke-width='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 12px; background-repeat: no-repeat; background-position: center;
}
.auth-right { padding: 48px; }
.auth-tabs { display: flex; gap: 4px; background: rgba(30,30,50,0.6); border-radius: 10px; padding: 4px; margin-bottom: 28px; }
.auth-tab {
  flex: 1; padding: 10px 0; text-align: center;
  font-size: 14px; font-weight: 600; color: #64748b;
  background: transparent; border: none; border-radius: 8px; transition: all 0.2s;
}
.auth-tab.active { background: rgba(99,102,241,0.2); color: #a5b4fc; }
.auth-form { display: flex; flex-direction: column; gap: 16px; }
.auth-field label {
  display: block; font-size: 12px; font-weight: 600; color: #94a3b8;
  margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px;
}
.auth-field input {
  width: 100%; padding: 12px 16px; background: rgba(15,23,42,0.8);
  border: 1px solid rgba(99,102,241,0.12); border-radius: 10px;
  color: #e2e8f0; font-size: 15px; outline: none; transition: border-color 0.2s;
}
.auth-field input:focus { border-color: rgba(99,102,241,0.4); }
.auth-field input::placeholder { color: #334155; }
.auth-msg { text-align: center; font-size: 13px; min-height: 20px; margin-top: 4px; }
.auth-msg.error { color: #f87171; }
.auth-msg.success { color: #34d399; }

/* ── Footer ── */
.footer {
  padding: 60px 0 30px;
  border-top: 1px solid rgba(99,102,241,0.06);
  background: rgba(5,5,8,0.9);
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-icon { width: 32px; height: 32px; border-radius: 50%; }
.footer-logo-text {
  font-size: 20px; font-weight: 800;
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.footer-brand p { font-size: 14px; color: #64748b; max-width: 300px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h4 { font-size: 14px; font-weight: 700; color: #e2e8f0; margin-bottom: 4px; }
.footer-col a { font-size: 14px; color: #64748b; transition: color 0.2s; }
.footer-col a:hover { color: #a5b4fc; }
.footer-bottom { text-align: center; padding-top: 24px; border-top: 1px solid rgba(99,102,241,0.06); }
.footer-bottom p { font-size: 13px; color: #475569; }

/* ── Animations ── */
[data-aos] {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-aos].visible { opacity: 1; transform: translateY(0); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .price-card.featured { transform: none; }
  .auth-card { grid-template-columns: 1fr; }
  .auth-left { padding: 36px 32px 24px; }
  .auth-right { padding: 24px 32px 36px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .steps { flex-direction: column; align-items: center; gap: 24px; }
  .step-line { width: 2px; height: 40px; margin: 0; }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(5,5,8,0.95); backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(99,102,241,0.08);
    padding: 16px 24px;
  }
  .nav-links.open a { padding: 12px 0; border-bottom: 1px solid rgba(99,102,241,0.05); }
  .features-grid { grid-template-columns: 1fr; }
  .hero-title { letter-spacing: -1px; }
  .hero-stats { flex-direction: column; gap: 16px; }
  .stat-divider { width: 40px; height: 1px; }
}
