/* ══════════════════════════════════════════
   LUMINAFLOW UI — style.css
   Cyberpunk Glassmorphic Design System
══════════════════════════════════════════ */

/* ── VARIABLES ── */
:root {
  --pink:   #ff007f;
  --cyan:   #00f0ff;
  --red:    #ff2244;
  --purple: #7c3aed;
  --bg:     #050508;
  --glass:  rgba(255,255,255,.04);
  --border: rgba(255,255,255,.07);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-thumb { background: var(--pink); border-radius: 2px; }

/* ── BASE ── */
body {
  background: var(--bg);
  color: #e0e0f0;
  font-family: 'Rajdhani', sans-serif;
  overflow-x: hidden;
}

/* ── GRID BACKGROUND ── */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image:
    linear-gradient(rgba(0,240,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,240,255,.022) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}

/* ── CANVAS ── */
#cvs {
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 9990;
  width: 100%; height: 100%;
}

/* ── TOAST ── */
#toast {
  position: fixed; bottom: 1.5rem; right: 1.5rem;
  background: rgba(8,8,14,.97);
  border: 1px solid var(--pink);
  border-radius: 10px;
  padding: .8rem 1.3rem;
  z-index: 5000;
  transform: translateY(130%); opacity: 0;
  transition: transform .4s cubic-bezier(.4,0,.2,1), opacity .4s;
  box-shadow: 0 0 24px rgba(255,0,127,.3);
  font-family: 'Rajdhani', sans-serif;
  font-size: .95rem; color: #fff;
  max-width: 280px;
}
#toast.show { transform: translateY(0); opacity: 1; }

/* ── TYPOGRAPHY HELPERS ── */
.orb  { font-family: 'Orbitron', sans-serif !important; }
.mono { font-family: 'JetBrains Mono', monospace !important; }
.ey   { font-family: 'JetBrains Mono', monospace; font-size: .65rem; letter-spacing: .2em; color: var(--cyan); text-transform: uppercase; display: block; margin-bottom: 10px; }
.sec-title { font-family: 'Orbitron', sans-serif; font-weight: 700; font-size: clamp(1.6rem,4vw,2.6rem); line-height: 1.1; }
.sm-title  { font-size: clamp(1.3rem,3vw,1.9rem) !important; }
.grad { background: linear-gradient(135deg,#fff 0%,var(--pink) 50%,var(--cyan) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* ── GLASS CARD ── */
.glass {
  background: var(--glass);
  backdrop-filter: blur(14px);
  border: 1px solid var(--border);
  border-radius: 16px;
  position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.glass::before {
  content: '';
  position: absolute; inset: 0; border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,0,127,.12), rgba(0,240,255,.06), transparent 60%);
  pointer-events: none;
}
.glass:hover { transform: translateY(-4px); box-shadow: 0 16px 44px rgba(255,0,127,.1); }

/* ── NEON CARD ── */
.neon-c {
  background: rgba(10,10,18,.92);
  border-radius: 16px;
  position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.neon-c::after {
  content: '';
  position: absolute; inset: -1px; border-radius: 17px;
  background: linear-gradient(90deg, var(--pink), var(--cyan), var(--pink));
  background-size: 200%;
  animation: bspin 4s linear infinite;
  z-index: -1; opacity: .4;
  transition: opacity .3s;
}
.neon-c:hover { transform: translateY(-6px); box-shadow: 0 20px 55px rgba(255,0,127,.22); }
.neon-c:hover::after { opacity: 1; }

/* ── BUTTONS ── */
.btnp {
  display: inline-flex; align-items: center; gap: 6px;
  padding: .65rem 1.6rem;
  background: linear-gradient(135deg, var(--pink), #aa0044);
  color: #fff;
  font-family: 'Orbitron', sans-serif; font-size: .62rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  border: none; border-radius: 8px; cursor: pointer;
  position: relative; overflow: hidden;
  transition: box-shadow .3s, transform .2s;
  white-space: nowrap;
}
.btnp::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent, rgba(255,255,255,.18), transparent);
  transform: skewX(-20deg) translateX(-120%);
  transition: transform .5s;
}
.btnp:hover::before { transform: skewX(-20deg) translateX(120%); }
.btnp:hover { box-shadow: 0 0 28px rgba(255,0,127,.6); transform: translateY(-2px); }
.btnp.full { width: 100%; justify-content: center; }

.btns {
  display: inline-flex; align-items: center; gap: 6px;
  padding: .6rem 1.4rem;
  background: transparent; color: var(--cyan);
  font-family: 'Orbitron', sans-serif; font-size: .6rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  border: 1px solid var(--cyan); border-radius: 8px; cursor: pointer;
  transition: background .3s, box-shadow .3s, transform .2s;
  white-space: nowrap;
}
.btns:hover { background: rgba(0,240,255,.1); box-shadow: 0 0 22px rgba(0,240,255,.4); transform: translateY(-2px); }

/* ── LOGO ── */
.logo {
  font-family: 'Orbitron', sans-serif; font-weight: 900;
  font-size: clamp(.95rem,3vw,1.3rem); letter-spacing: .1em;
  text-shadow: 0 0 10px rgba(255,0,127,.8), 0 0 20px rgba(0,240,255,.5);
  color: #fff; cursor: pointer;
  background: none; border: none; white-space: nowrap; flex-shrink: 0;
  transition: text-shadow .3s;
}
.logo span { color: var(--pink); }
.logo:hover { text-shadow: 0 0 20px var(--pink), 0 0 40px rgba(0,240,255,.9); }

/* ── NAVBAR ── */
#nav {
  position: sticky; top: 0; z-index: 500;
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  background: rgba(5,5,8,.82);
  border-bottom: 1px solid rgba(255,0,127,.14);
  padding: .85rem 1.2rem;
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  transition: background .4s, border-color .4s;
}
#nav.sc { background: rgba(5,5,8,.97); border-bottom-color: rgba(0,240,255,.28); }

#nav-links { display: flex; align-items: center; gap: 1.4rem; flex: 1; justify-content: center; }

.nl {
  font-family: 'Orbitron', sans-serif; font-size: .58rem; font-weight: 700;
  letter-spacing: .12em; color: rgba(190,190,255,.6);
  text-transform: uppercase; cursor: pointer;
  position: relative; padding: .3rem .1rem;
  border: none; background: none;
  transition: color .25s; white-space: nowrap;
}
.nl::after {
  content: ''; position: absolute; bottom: -2px; left: 0;
  width: 0; height: 1.5px;
  background: linear-gradient(90deg, var(--pink), var(--cyan));
  transition: width .3s;
}
.nl:hover, .nl.on { color: #fff; text-shadow: 0 0 10px rgba(0,240,255,.5); }
.nl:hover::after, .nl.on::after { width: 100%; }

.nav-right { display: flex; align-items: center; gap: 6px; }

#lang-row { display: flex; gap: 3px; }

.lb {
  font-family: 'JetBrains Mono', monospace; font-size: .55rem;
  padding: .18rem .42rem; background: transparent;
  border: 1px solid rgba(255,255,255,.12); border-radius: 4px;
  color: rgba(160,160,200,.6); cursor: pointer;
  transition: all .2s; letter-spacing: .04em;
}
.lb:hover, .lb.on { background: rgba(255,0,127,.14); border-color: var(--pink); color: var(--pink); }

#cart-btn {
  background: none; border: none; cursor: pointer;
  color: #aaa; position: relative; padding: 6px;
  transition: color .25s;
}
#cart-btn:hover { color: var(--pink); }
#cart-count {
  position: absolute; top: -2px; right: -2px;
  background: var(--pink); color: #fff;
  border-radius: 50%; width: 15px; height: 15px;
  display: none; align-items: center; justify-content: center;
  font-size: .5rem; font-weight: bold; font-family: monospace;
}
#cart-count.show { display: flex; }

/* ── HAMBURGER ── */
#ham {
  background: none; border: none; cursor: pointer;
  padding: 6px; display: flex; flex-direction: column; gap: 5px;
}
.hl {
  display: block; width: 22px; height: 2px;
  background: #fff; border-radius: 2px;
  transition: transform .3s, opacity .3s; transform-origin: center;
}
#ham.open .hl:nth-child(1) { transform: translateY(7px) rotate(45deg); }
#ham.open .hl:nth-child(2) { opacity: 0; }
#ham.open .hl:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE MENU ── */
#mob-menu {
  position: fixed; inset: 0;
  background: rgba(5,5,8,.98); backdrop-filter: blur(28px);
  z-index: 490;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
  opacity: 0; pointer-events: none;
  transition: opacity .35s;
}
#mob-menu.open { opacity: 1; pointer-events: all; }
.mob-nl {
  font-family: 'Orbitron', sans-serif; font-size: 1.4rem; font-weight: 700;
  letter-spacing: .12em; color: #fff; cursor: pointer;
  text-transform: uppercase; border: none; background: none;
  transition: color .25s;
}
.mob-nl:hover { color: var(--pink); text-shadow: 0 0 18px rgba(255,0,127,.7); }
.mob-langs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }

/* ── CART DRAWER ── */
#cart-drawer {
  position: fixed; top: 0; right: 0;
  width: min(370px,100vw); height: 100vh;
  background: rgba(7,7,13,.98); backdrop-filter: blur(24px);
  border-left: 1px solid rgba(255,0,127,.2);
  z-index: 600; display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.4,0,.2,1);
}
#cart-drawer.open { transform: translateX(0); }
#cart-bd {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.6); z-index: 599;
  opacity: 0; pointer-events: none; transition: opacity .4s;
}
#cart-bd.show { opacity: 1; pointer-events: all; }
.cart-header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 1.3rem;
  border-bottom: 1px solid rgba(255,255,255,.07);
  font-size: .85rem; font-weight: 700; letter-spacing: .15em; color: #fff;
}
.close-btn { background: none; border: none; cursor: pointer; color: #555; font-size: 1.4rem; line-height: 1; transition: color .2s; }
.close-btn:hover { color: #fff; }
#cart-items { flex: 1; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: 8px; }
.cart-footer { padding: 1rem 1.3rem; border-top: 1px solid rgba(255,255,255,.07); }
.cart-total-row { display: flex; justify-content: space-between; margin-bottom: 12px; }
.label-muted { color: #555; font-family: 'Rajdhani',sans-serif; text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; }
#cart-total { font-size: 1rem; font-weight: 700; color: #fff; }

/* ── PAGES ── */
.page { display: none; position: relative; z-index: 1; }
.page.on { display: block; }
.page-inner { padding: 2rem 1.5rem 5rem; max-width: 1160px; margin: 0 auto; }

/* ── SECTION HELPERS ── */
.sec { padding: 4.5rem 1.5rem; max-width: 1160px; margin: 0 auto; }
.sec-hd { text-align: center; margin-bottom: 3rem; }
.sec-hd .ey { margin-bottom: 10px; }

/* ── GRIDS ── */
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 1.3rem; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 1.4rem; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); gap: 1.4rem; }

/* ── HERO ── */
#hero {
  min-height: 90vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 5rem 1.5rem 3rem;
  position: relative; overflow: hidden;
  background: radial-gradient(ellipse at 15% 50%,rgba(255,0,127,.12) 0%,transparent 56%),
              radial-gradient(ellipse at 85% 30%,rgba(0,240,255,.08) 0%,transparent 56%),
              var(--bg);
}
#hero-video-render {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; opacity: .22;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 60%, var(--bg) 100%);
}
.scanlines::after {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.05) 2px,rgba(0,0,0,.05) 4px);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; max-width: 780px; width: 100%; }
.hero-logo {
  font-family: 'Orbitron', sans-serif; font-weight: 900;
  font-size: clamp(2rem,9vw,5rem); letter-spacing: .08em;
  color: #fff; display: block; margin: .2rem 0 .4rem;
  background: none; border: none; cursor: pointer;
}
.hero-logo span { color: var(--pink); }
.hero-sub { color: #777; font-size: 1rem; max-width: 520px; margin: 0 auto 2.5rem; line-height: 1.78; }
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.stat-pills { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 2.5rem; }
.stat-pill {
  background: rgba(255,255,255,.04); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.08); border-radius: 12px;
  padding: .65rem 1rem; display: inline-flex; align-items: center; gap: 10px;
  transition: border-color .3s, transform .3s;
}
.stat-pill:hover { border-color: rgba(255,0,127,.4); transform: translateY(-3px); }
.pill-icon { font-size: 1.4rem; }
.stat-num {
  font-family: 'Orbitron', sans-serif; font-weight: 900; font-size: 1.1rem;
  background: linear-gradient(135deg,var(--pink),var(--cyan));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-lbl { font-family: 'JetBrains Mono',monospace; color: #444; font-size: .57rem; text-transform: uppercase; letter-spacing: .12em; margin-top: 2px; }
.scroll-ind { position: absolute; bottom: 1.6rem; left: 50%; transform: translateX(-50%); text-align: center; z-index: 2; }
.scroll-line { width: 1px; height: 34px; background: linear-gradient(to bottom,var(--pink),transparent); margin: 0 auto; }

/* ── FEATURES ── */
.feat-c {
  background: rgba(255,255,255,.04); backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.07); border-radius: 16px;
  padding: 1.75rem;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.feat-c:hover { transform: translateY(-5px); border-color: rgba(255,0,127,.22); box-shadow: 0 14px 40px rgba(255,0,127,.1); }
.feat-icon { font-size: 2.1rem; margin-bottom: 12px; }
.feat-title-sm { color: #fff; font-size: .78rem; font-weight: 700; margin-bottom: 8px; }
.feat-desc { color: #555; line-height: 1.7; font-size: .88rem; }

/* ── TIMELINE ── */
.tl-sec { background: linear-gradient(to bottom, transparent, rgba(0,0,0,.55)); }
.tl-wrap { max-width: 720px; margin: 0 auto; position: relative; }
.tl-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom,transparent,var(--pink) 20%,var(--cyan) 80%,transparent); transform: translateX(-50%); }
.tl-items { display: flex; flex-direction: column; gap: 2rem; }
.tl-row { display: grid; grid-template-columns: 1fr 26px 1fr; gap: 1rem; align-items: center; }
.tl-center { display: flex; justify-content: center; }
.tl-card { padding: 1rem 1.2rem; }
.tl-year { font-family: 'JetBrains Mono',monospace; color: var(--cyan); font-size: .58rem; letter-spacing: .15em; display: block; }
.tl-label { color: #fff; font-weight: 700; font-size: .75rem; margin: 5px 0 6px; }
.tl-desc { color: #555; font-size: .83rem; line-height: 1.6; }
.tl-dot {
  width: 13px; height: 13px; border-radius: 50%;
  background: var(--bg); border: 2px solid var(--pink);
  box-shadow: 0 0 10px var(--pink); cursor: pointer;
  transition: transform .3s, box-shadow .3s;
}
.tl-dot:hover { transform: scale(1.6); box-shadow: 0 0 20px var(--cyan),0 0 40px var(--pink); border-color: var(--cyan); }

/* ── BIG STATS ── */
.stats-bar { border-top: 1px solid rgba(255,255,255,.05); padding: 3.5rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,.05); }
.stats-inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit,minmax(140px,1fr)); gap: 1.8rem; text-align: center; }
.big-stat { display: flex; flex-direction: column; align-items: center; }
.big-num {
  font-family: 'Orbitron', sans-serif; font-weight: 900; font-size: clamp(1.6rem,4vw,2.7rem);
  background: linear-gradient(135deg,var(--pink),var(--cyan));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ── STORE ── */
.filter-row { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 2.5rem; }
.fb {
  font-family: 'Orbitron', sans-serif; font-size: .58rem; font-weight: 700;
  letter-spacing: .08em; padding: .42rem .95rem; border-radius: 6px;
  cursor: pointer; text-transform: uppercase; transition: all .25s;
}
.fb.on { background: linear-gradient(135deg,var(--pink),#aa0044); color: #fff; border: none; }
.fb.off { background: transparent; color: var(--cyan); border: 1px solid var(--cyan); }
.fb.off:hover { background: rgba(0,240,255,.08); }
.badge-p { background: rgba(255,0,127,.18); color: var(--pink); border: 1px solid rgba(255,0,127,.3); border-radius: 20px; padding: 2px 8px; font-family: 'JetBrains Mono',monospace; font-size: .54rem; }
.badge-c { background: rgba(0,240,255,.12); color: var(--cyan); border: 1px solid rgba(0,240,255,.22); border-radius: 20px; padding: 2px 7px; font-family: 'JetBrains Mono',monospace; font-size: .54rem; }
.prod-img { aspect-ratio: 4/3; background: linear-gradient(135deg,rgba(255,0,127,.07),rgba(0,240,255,.04)); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.prod-name { color: #fff; font-size: .76rem; font-weight: 700; margin-bottom: 6px; }
.prod-desc { color: #555; font-size: .84rem; line-height: 1.65; }
.prod-footer { display: flex; align-items: center; justify-content: space-between; }
.prod-price { color: var(--cyan); font-weight: 900; font-size: 1.1rem; }

/* ── ABOUT ── */
.about-desc { color: #666; max-width: 520px; margin: 1.2rem auto 0; font-size: .97rem; line-height: 1.78; }
.hex-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(90px,1fr)); gap: 1.3rem; margin-bottom: 3rem; }
.hex-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hex {
  clip-path: polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);
  background: linear-gradient(135deg,rgba(255,0,127,.2),rgba(0,240,255,.1));
  width: 62px; height: 62px; font-size: 1.6rem;
  display: flex; align-items: center; justify-content: center;
  transition: transform .4s, filter .4s; cursor: default;
}
.hex:hover { transform: scale(1.12) rotate(6deg); filter: drop-shadow(0 0 14px rgba(255,0,127,.7)); }
.hex-lbl { color: #555; font-size: .55rem; text-align: center; text-transform: uppercase; letter-spacing: .1em; }
.team-grid { margin-bottom: 3rem; }
.team-card { padding: 1.7rem; text-align: center; }
.team-av { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; font-family: 'Orbitron',sans-serif; font-weight: 900; color: #fff; font-size: .9rem; }
.team-name { color: #fff; font-weight: 700; font-size: .73rem; margin-bottom: 5px; }
.team-role { color: #444; font-size: .58rem; }
.vals-grid { margin-bottom: 2.5rem; }
.val-card { padding: 2rem; text-align: center; }
.val-icon { font-size: 2.3rem; margin-bottom: 10px; }
.val-title { color: #fff; font-weight: 700; letter-spacing: .1em; margin-bottom: 10px; font-size: .82rem; }
.val-desc { color: #555; line-height: 1.7; font-size: .88rem; }
.company-stats { padding: 2.2rem; }

/* ── DASHBOARD ── */
.dash-header { margin-bottom: 2rem; }
.dash-top { display: grid; grid-template-columns: minmax(180px,260px) 1fr; gap: 1.2rem; margin-bottom: 1.2rem; }
.profile-card { padding: 1.7rem; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.profile-av { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg,var(--pink),var(--cyan)); display: flex; align-items: center; justify-content: center; font-family: 'Orbitron',sans-serif; font-weight: 900; color: #fff; font-size: 1.15rem; }
.profile-name { color: #fff; font-weight: 700; letter-spacing: .1em; font-size: .92rem; }
.profile-email { color: #444; font-size: .58rem; margin-top: 4px; }
.profile-stats { width: 100%; display: flex; flex-direction: column; gap: 8px; text-align: left; margin-top: 4px; }
.ps-row { display: flex; justify-content: space-between; font-size: .84rem; color: #555; }
.ps-val { font-size: .74rem; color: #fff; }
.ps-val.cyan { color: var(--cyan); }
.ps-val.pink { color: var(--pink); }
.licenses-card { padding: 1.7rem; }
.card-title { color: #fff; font-weight: 700; letter-spacing: .12em; font-size: .76rem; margin-bottom: 1.2rem; display: block; }
.lic-list { display: flex; flex-direction: column; gap: 10px; }
.lic-item {
  display: flex; align-items: center; gap: 12px;
  padding: .85rem; border-radius: 10px;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06);
  transition: border-color .3s;
}
.lic-item:hover { border-color: rgba(255,0,127,.26); }
.lic-icon { width: 36px; height: 36px; border-radius: 8px; background: linear-gradient(135deg,rgba(255,0,127,.2),rgba(0,240,255,.1)); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.lic-info { flex: 1; min-width: 0; }
.lic-name { color: #fff; font-size: .7rem; font-weight: 700; }
.lic-exp { color: #444; font-size: .56rem; margin-top: 3px; }
.lic-right { text-align: right; flex-shrink: 0; }
.lic-tier { color: #444; font-size: .54rem; margin-top: 4px; }
.usage-card { padding: 1.7rem; margin-bottom: 1.2rem; }
.usage-bars { display: flex; flex-direction: column; gap: 1rem; }
.bar-row { display: flex; flex-direction: column; gap: 5px; }
.bar-info { display: flex; justify-content: space-between; }
.bar-lbl { color: #777; font-size: .66rem; letter-spacing: .08em; }
.bar-pct { color: #fff; font-size: .66rem; }
.bar-track { height: 4px; background: rgba(255,255,255,.06); border-radius: 2px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 2px; transform-origin: left; transform: scaleX(0); transition: transform 1.3s cubic-bezier(.4,0,.2,1); }
.contact-card { padding: 1.7rem; }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(190px,1fr)); gap: 1rem; margin-bottom: 1rem; }
.full-col { grid-column: 1/-1; }
.msg-fg { margin-bottom: 1.3rem; }
.form-footer { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.form-msg { font-size: .7rem; display: none; }
.form-msg.show { display: block; }

/* ── FLOAT LABELS ── */
.fg { position: relative; }
.fg-input {
  width: 100%; background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.1); border-radius: 8px;
  color: #e0e0f0; padding: 1.1rem 1rem .45rem;
  font-family: 'Rajdhani',sans-serif; font-size: 1rem;
  outline: none; transition: border-color .3s, box-shadow .3s; resize: none;
}
.fg-input:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,240,255,.08); }
.fg-label {
  position: absolute; left: 1rem; top: .82rem;
  font-family: 'Rajdhani',sans-serif; font-size: .9rem;
  color: rgba(180,180,220,.48); pointer-events: none;
  transition: top .22s, font-size .22s, color .22s;
}
.fg-input:focus ~ .fg-label,
.fg-input:not(:placeholder-shown) ~ .fg-label {
  top: .2rem; font-size: .58rem; color: var(--cyan);
  letter-spacing: .1em; text-transform: uppercase;
}

/* ── FOOTER ── */
#footer { border-top: 1px solid rgba(255,255,255,.05); padding: 2rem 1.5rem; position: relative; z-index: 1; }
.footer-inner { max-width: 1160px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.footer-copy { color: #333; font-size: .58rem; }
.footer-links { display: flex; gap: 16px; }
.footer-link { color: #333; font-size: .58rem; cursor: pointer; transition: color .25s; }
.footer-link:hover { color: var(--pink); }

/* ── ANIMATIONS ── */
@keyframes bspin { 0%{background-position:0% 50%} 100%{background-position:200% 50%} }
@keyframes float  { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(-12px)} }
@keyframes pglow  { 0%,100%{text-shadow:0 0 10px rgba(255,0,127,.8),0 0 20px rgba(0,240,255,.5)} 50%{text-shadow:0 0 24px var(--pink),0 0 48px rgba(0,240,255,.7)} }
@keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }

.float { animation: float 5s ease-in-out infinite; }
.pglow { animation: pglow 2.5s ease-in-out infinite; }
.fu    { opacity: 0; animation: fadeUp .7s ease forwards; }

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  #nav-links { display: none; }
  #lang-row  { display: none; }
  .dash-top  { grid-template-columns: 1fr; }
}
@media (min-width: 601px) {
  #ham { display: none; }
}

/* ── RTL ── */
[dir=rtl] #cart-drawer { right: auto; left: 0; border-left: none; border-right: 1px solid rgba(255,0,127,.2); transform: translateX(-100%); }
[dir=rtl] #cart-drawer.open { transform: translateX(0); }
[dir=rtl] .fg-label { left: auto; right: 1rem; }
[dir=rtl] .tl-line  { left: auto; right: 50%; }
