:root {
  --bg: #070b14;
  --bg-soft: #0d1426;
  --text: #ecf3ff;
  --muted: #9fb0d0;
  --line: rgba(160, 182, 220, 0.2);
  --brand: #3dd6ff;
  --brand-2: #7f5cff;
  --good: #36f3b8;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: Inter, sans-serif; background: var(--bg); color: var(--text); scroll-behavior: smooth; }
body {
  background:
    radial-gradient(1200px 700px at 92% 6%, rgba(61, 214, 255, .08), transparent 62%),
    radial-gradient(900px 520px at 8% 92%, rgba(127, 92, 255, .12), transparent 64%),
    linear-gradient(180deg, #050910 0%, #060b14 45%, #070d18 100%);
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); background: rgba(7, 11, 20, 0.72); border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 1rem; }
.logo { display: inline-flex; align-items: center; font-weight: 800; letter-spacing: 0.04em; gap: .5rem; }
.logo-mark { width: 1.9rem; height: 1.9rem; border-radius: 10px; display: grid; place-items: center; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #05101f; font-weight: 900; }
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  flex: 1;
  min-width: 0;
}
.desktop-nav a {
  color: var(--muted);
  font-weight: 500;
  transition: .25s;
  white-space: nowrap;
  font-size: .92rem;
}
.desktop-nav a:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: .55rem; }
.btn { border: 1px solid transparent; border-radius: 12px; padding: .82rem 1.2rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(140deg, var(--brand), var(--brand-2)); color: #061326; box-shadow: var(--shadow); }
.btn:hover { transform: translateY(-1px); }
.btn-outline { background: transparent; border-color: var(--line); color: var(--text); box-shadow: none; }
.btn-sm { padding: .52rem .9rem; border-radius: 10px; }
.lang-switch { display: flex; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.lang-btn { background: transparent; color: var(--muted); border: 0; padding: .45rem .7rem; cursor: pointer; font-weight: 700; }
.lang-btn.active { color: #09142b; background: var(--brand); }
.menu-btn, .mobile-nav { display: none; }
.hero { padding: 7rem 0 3rem; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 2rem; align-items: center; }
.hero h1 { font-size: clamp(2rem, 5vw, 4rem); line-height: 1.04; margin: 0 0 1rem; }
.hero p { color: var(--muted); font-size: 1.1rem; }
.hero-ctas { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 1.3rem; }
.hero-track-row { margin-top: .55rem; max-width: 430px; }
.hero-track-btn { width: 100%; justify-content: center; }
.hero-premium {
  background:
    radial-gradient(900px 500px at 82% 18%, rgba(61, 214, 255, .20), transparent 60%),
    radial-gradient(700px 400px at 68% 62%, rgba(127, 92, 255, .26), transparent 58%),
    linear-gradient(165deg, #050a15, #070f1f 45%, #0b1730 100%);
}
.hero-overlay-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(117, 149, 210, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(117, 149, 210, .08) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: .2;
  pointer-events: none;
}
.hero-particles { position: absolute; inset: 0; pointer-events: none; }
.hero-particles span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 214, 255, .9), rgba(125, 214, 255, .05));
  animation: floatParticle 7s ease-in-out infinite;
}
.hero-particles span:nth-child(1) { top: 14%; left: 12%; animation-delay: .3s; }
.hero-particles span:nth-child(2) { top: 22%; right: 26%; animation-delay: 1.1s; }
.hero-particles span:nth-child(3) { top: 58%; right: 14%; animation-delay: 1.8s; }
.hero-particles span:nth-child(4) { bottom: 20%; left: 42%; animation-delay: .7s; }
.hero-particles span:nth-child(5) { bottom: 8%; right: 42%; animation-delay: 2.4s; }
@keyframes floatParticle {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: .45; }
  50% { transform: translate3d(0, -18px, 0); opacity: .95; }
}
.hero-grid-premium { grid-template-columns: 1.03fr .97fr; }
.hero-title-premium {
  font-size: clamp(2.3rem, 5.4vw, 4.6rem);
  letter-spacing: -.02em;
  text-wrap: balance;
  margin-bottom: 1rem;
}
.hero-title-premium::first-letter { color: #d2deff; }
.hero-left p { max-width: 780px; }
.hero-kickers { display: flex; gap: .55rem; flex-wrap: wrap; margin-top: 1rem; }
.hero-kickers span {
  border: 1px solid rgba(125, 145, 206, .35);
  border-radius: 999px;
  padding: .36rem .72rem;
  font-size: .78rem;
  color: #bfd0ef;
  background: rgba(19, 31, 58, .6);
}
.btn-cta-premium {
  background: linear-gradient(120deg, #35d0ff, #7c63ff 52%, #3ff2d6);
  background-size: 180% 180%;
  animation: ctaFlow 5s ease infinite;
}
@keyframes ctaFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.market-chip-wrap { margin-top: .9rem; }
.market-chip-grid { display: flex; gap: .55rem; flex-wrap: wrap; }
.market-chip {
  border: 1px solid rgba(132, 163, 224, .35);
  border-radius: 999px;
  padding: .34rem .72rem;
  font-size: .78rem;
  color: #d6e3ff;
  background: linear-gradient(180deg, rgba(34, 53, 94, .72), rgba(15, 26, 49, .72));
  box-shadow: 0 8px 24px rgba(5, 9, 20, .35);
}
.hero-visual { position: relative; min-height: 460px; }
.hero-control {
  padding: 1.15rem;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(130, 166, 234, .35);
}
.hero-control h3 { margin-top: 0; }
.route-map {
  position: relative;
  border: 1px solid rgba(124, 151, 208, .3);
  border-radius: 16px;
  height: 160px;
  margin-top: .9rem;
  background:
    radial-gradient(240px 120px at 18% 60%, rgba(96, 170, 255, .16), transparent 60%),
    radial-gradient(210px 120px at 84% 32%, rgba(145, 96, 255, .15), transparent 64%),
    rgba(10, 18, 34, .72);
}
.dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #42dcff;
  box-shadow: 0 0 14px rgba(66, 220, 255, .85);
}
.dot-1 { top: 70%; left: 14%; }
.dot-2 { top: 22%; left: 48%; background: #8f67ff; box-shadow: 0 0 14px rgba(143, 103, 255, .85); }
.dot-3 { top: 48%; right: 11%; }
.route-line {
  position: absolute;
  left: 15%;
  right: 12%;
  top: 48%;
  height: 2px;
  background: linear-gradient(90deg, rgba(66, 220, 255, .15), rgba(143, 103, 255, .9), rgba(66, 220, 255, .15));
  animation: pulseLine 2.8s ease-in-out infinite;
}
@keyframes pulseLine {
  0%, 100% { opacity: .5; }
  50% { opacity: 1; }
}
.route-card {
  position: absolute;
  padding: .28rem .52rem;
  border-radius: 999px;
  font-size: .72rem;
  color: #dce6ff;
  border: 1px solid rgba(139, 162, 222, .35);
  background: rgba(18, 30, 57, .75);
}
.route-a { left: 8%; top: 54%; }
.route-b { right: 7%; top: 34%; }
.status-stack { display: grid; gap: .6rem; margin-top: .9rem; }
.status-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(119, 151, 212, .33);
  border-radius: 12px;
  padding: .56rem .72rem;
  background: rgba(12, 21, 39, .7);
}
.status-card b { font-size: .86rem; }
.status-card span { color: #a8bedf; font-size: .8rem; }
.floating-mini {
  position: absolute;
  border-radius: 999px;
  padding: .35rem .68rem;
  font-size: .74rem;
  border: 1px solid rgba(130, 160, 220, .35);
  color: #d6e4ff;
  animation: floatMini 4.5s ease-in-out infinite;
}
.pricing-hero { padding-bottom: 2.6rem; }
.pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pricing-card { display: flex; flex-direction: column; gap: .8rem; }
.pricing-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.pricing-list li {
  color: #bfd1ef;
  border-left: 2px solid rgba(115, 153, 220, .55);
  padding-left: .5rem;
  font-size: .92rem;
}
.extras-chips { display: flex; flex-wrap: wrap; gap: .55rem; }
.pricing-instant { padding: 1.2rem; border: 1px solid rgba(126, 159, 227, .35); }
.mini-one { top: 12%; right: 4%; }
.mini-two { bottom: 18%; left: -3%; animation-delay: .9s; }
.mini-three { top: 58%; right: -2%; animation-delay: 1.6s; }
@keyframes floatMini {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
.market-scroll { margin-top: 1rem; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: rgba(13, 20, 38, .7); }
.market-track { display: flex; align-items: center; width: max-content; min-width: 100%; animation: marketRun 18s linear infinite; will-change: transform; }
.market-group { display: inline-flex; align-items: center; flex-shrink: 0; gap: 0; padding: .55rem 0; }
.market-track span { color: #c4d5f2; font-size: .9rem; font-weight: 600; white-space: nowrap; padding: 0 .85rem; }
.market-track span::after { content: "•"; margin-left: .85rem; color: rgba(196, 213, 242, .35); }
.market-group span:last-child::after { content: ""; margin-left: 0; }
@keyframes marketRun { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-50%, 0, 0); } }
.badge { border: 1px solid rgba(127, 92, 255, .35); border-radius: 999px; color: #cbbeff; padding: .33rem .7rem; font-size: .8rem; display: inline-flex; margin-bottom: 1rem; background: rgba(127, 92, 255, .12); }
.glass { background: linear-gradient(180deg, rgba(28, 36, 60, .62), rgba(15, 22, 38, .72)); border: 1px solid rgba(120, 146, 201, .24); border-radius: 22px; backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.hero-card { padding: 1.15rem; }
.track-line { display: flex; justify-content: space-between; color: var(--muted); font-size: .85rem; }
.progress { height: .6rem; border-radius: 99px; background: rgba(99, 119, 163, .2); overflow: hidden; margin: .9rem 0; }
.progress > span { display: block; height: 100%; width: 76%; background: linear-gradient(90deg, var(--brand), var(--good)); animation: load 3.6s infinite alternate ease-in-out; }
@keyframes load { from { width: 28%; } to { width: 88%; } }
.section {
  padding: 4.8rem 0;
  position: relative;
  overflow: hidden;
}
.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 220px at 10% -10%, rgba(64, 166, 255, .08), transparent 72%),
    radial-gradient(560px 200px at 88% 110%, rgba(136, 92, 255, .08), transparent 72%);
  pointer-events: none;
}
.section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(116, 151, 225, .35), transparent);
  opacity: .8;
  pointer-events: none;
}
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.section h2 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.5rem); }
.muted { color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.card {
  --mx: 50%;
  --my: 50%;
  --rx: 0deg;
  --ry: 0deg;
  padding: 1.2rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(80, 171, 255, .14), transparent 48%),
    linear-gradient(180deg, rgba(20, 29, 51, .72), rgba(9, 14, 26, .72));
  transition: transform .35s ease, border-color .28s ease, box-shadow .32s ease;
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
  box-shadow: 0 12px 32px rgba(0, 0, 0, .25);
  position: relative;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(130deg, rgba(74, 194, 255, .18), transparent 38%, rgba(143, 97, 255, .16));
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}
.card:hover { transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-7px) scale(1.01); border-color: rgba(61, 214, 255, .55); box-shadow: 0 20px 50px rgba(14, 23, 44, .55); }
.card:hover::before { opacity: 1; }
.kpi { font-size: 2rem; font-weight: 800; }
.steps { display: grid; gap: 1rem; }
.step { padding: 1rem 1.1rem; border-radius: 16px; border: 1px solid var(--line); background: rgba(20, 31, 55, .5); display: grid; grid-template-columns: 36px 1fr; gap: .8rem; }
.step b { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(130deg, var(--brand), var(--brand-2)); color: #071226; display: grid; place-items: center; }
.faq-item { padding: 1rem; border: 1px solid var(--line); border-radius: 14px; margin-bottom: .8rem; background: rgba(20, 31, 55, .4); }
.faq-item h3 { margin: 0 0 .5rem; font-size: 1rem; }
.contact-form { display: grid; gap: .85rem; }
input, textarea, select { width: 100%; border-radius: 12px; border: 1px solid var(--line); background: #0b1324; color: #e6f0ff; padding: .75rem .85rem; font: inherit; }
textarea { min-height: 130px; resize: vertical; }
.site-footer { border-top: 1px solid var(--line); margin-top: 3rem; padding: 2.5rem 0 1.2rem; background: rgba(7, 11, 20, .8); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 1.2rem; }
.footer-bottom { padding-top: 1rem; border-top: 1px solid var(--line); margin-top: 1rem; }
.aurora { position: fixed; pointer-events: none; width: 420px; height: 420px; border-radius: 999px; filter: blur(75px); opacity: .16; z-index: 0; }
.aurora-1 { top: -120px; right: -130px; background: #3dd6ff; animation: drift 13s infinite alternate ease-in-out; }
.aurora-2 { bottom: -160px; left: -110px; background: #7f5cff; animation: drift 11s infinite alternate-reverse ease-in-out; }
@keyframes drift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(25px,-15px,0) scale(1.15); } }
main, .topbar, .site-footer { position: relative; z-index: 2; }
[data-animate] { opacity: 0; transform: translateY(26px); transition: .55s ease; }
[data-animate].in { opacity: 1; transform: translateY(0); }
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 130px;
  background: linear-gradient(180deg, transparent, rgba(7, 12, 22, .95));
  pointer-events: none;
}

.section:nth-of-type(odd)::before {
  background:
    radial-gradient(650px 240px at 84% -10%, rgba(76, 180, 255, .09), transparent 72%),
    radial-gradient(520px 210px at 14% 112%, rgba(136, 92, 255, .1), transparent 72%);
}
.section:nth-of-type(even)::before {
  background:
    radial-gradient(650px 240px at 14% -10%, rgba(53, 228, 202, .08), transparent 72%),
    radial-gradient(520px 210px at 86% 112%, rgba(118, 113, 255, .1), transparent 72%);
}

.glass, .status-card, .market-chip {
  position: relative;
  overflow: hidden;
}
.glass::after, .status-card::after, .market-chip::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 70%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .08), transparent);
  transition: left .6s ease;
  pointer-events: none;
}
.glass:hover::after, .status-card:hover::after, .market-chip:hover::after { left: 160%; }

.client-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 300px 1fr;
}
.client-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  border-right: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(8, 13, 25, .96), rgba(9, 15, 29, .88));
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.client-brand {
  display: flex;
  align-items: center;
  gap: .65rem;
}
.client-brand p {
  margin: 0;
  color: var(--muted);
  font-size: .8rem;
}
.client-nav {
  display: grid;
  gap: .4rem;
}
.client-nav a {
  border: 1px solid transparent;
  border-radius: 10px;
  padding: .56rem .65rem;
  color: #cfe0ff;
  background: rgba(16, 25, 45, .5);
}
.client-nav a:hover {
  border-color: rgba(64, 214, 255, .45);
  background: rgba(18, 34, 62, .74);
}
.client-user {
  padding: .8rem;
  margin-top: auto;
}
.client-user p {
  margin: 0;
  font-weight: 700;
}
.client-user span {
  color: var(--muted);
  font-size: .84rem;
}
.client-main {
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.2rem 0 2rem;
  display: grid;
  gap: 1rem;
}
.client-topbar h1 {
  margin: 0;
}
.client-topbar p {
  margin-top: .4rem;
}
.client-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.client-grid-2 {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 1rem;
}
.client-main .card h2 {
  margin-top: 0;
  font-size: 1.2rem;
}
.compact-grid { display:grid; gap:.75rem; }
.compact-grid.cols-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.compact-grid.cols-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.compact-grid.cols-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.panel-card { padding:.9rem 1rem; border-radius:14px; }
.panel-card h3 { margin:.1rem 0 .45rem; font-size:1rem; }
.panel-card p { margin:.2rem 0; font-size:.88rem; color:var(--muted); }
.client-nav a.active { border-color: rgba(64, 214, 255, .55); background: rgba(22, 38, 68, .88); color:#fff; }
.page-actions { display:flex; gap:.6rem; flex-wrap:wrap; }
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(3, 7, 14, .74);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 120;
  padding: 1rem;
}
.modal-overlay.open { display:flex; }
.modal-box {
  width: min(760px, 100%);
  max-height: 88vh;
  overflow: auto;
  border: 1px solid rgba(133, 161, 220, .35);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(16, 26, 46, .98), rgba(10, 17, 31, .98));
  padding: 1rem;
}
.modal-head { display:flex; justify-content:space-between; align-items:center; gap:.8rem; margin-bottom:.8rem; }
.icon-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: #39d3ff; box-shadow: 0 0 12px rgba(57,211,255,.9);
  display:inline-block; margin-right:.35rem;
}
.track-progress { margin-top:.45rem; }
.track-progress .progress > span {
  animation: none;
  width: var(--target, 0%);
}
.track-progress .progress.once > span {
  width: 0;
  animation: fillOnce .9s ease forwards;
}
@keyframes fillOnce { to { width: var(--target, 0%); } }
.progress-label {
  display:flex; justify-content:space-between; font-size:.78rem; color:#b8c9e8; margin-top:.18rem;
}
.courier-card { display:grid; grid-template-columns:64px 1fr; gap:.75rem; align-items:center; }
.courier-avatar {
  width:64px; height:64px; border-radius:50%;
  object-fit:cover; border:1px solid rgba(130,165,230,.45);
  background: linear-gradient(145deg, #1d2f57, #243b74);
}
.courier-meta strong { display:block; font-size:.95rem; }
.courier-meta span { display:block; font-size:.82rem; color:var(--muted); }
.compact-tracking-card { padding: .75rem .8rem; }
.compact-event { padding: .62rem .7rem; margin-bottom: .45rem; }
.compact-event p { margin: .2rem 0 0; font-size: .82rem; }
.tracking-public-shell {
  min-height: 100vh;
  padding: 1.1rem 0 1.3rem;
}
.tracking-public-wrap {
  width: min(1100px, calc(100% - 1.4rem));
  margin: 0 auto;
  display: grid;
  gap: .7rem;
}
.data-table { width:100%; border-collapse: collapse; font-size:.88rem; }
.data-table th, .data-table td { border-bottom:1px solid var(--line); padding:.52rem .4rem; text-align:left; vertical-align:top; }
.data-table th { color:#d8e6ff; font-size:.8rem; text-transform: uppercase; letter-spacing:.04em; }

.auth-shell {
  min-height: 100vh;
  display: grid;
  align-content: center;
  padding: 1.2rem 0;
}
.auth-panel {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 1rem;
}
.auth-showcase, .auth-form-wrap {
  padding: 1.2rem;
  border: 1px solid rgba(119, 151, 212, .33);
}
.auth-showcase h1 {
  margin: 0 0 .8rem;
  font-size: clamp(1.6rem, 3.8vw, 2.6rem);
}
.auth-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 1rem 0;
}
.auth-form-wrap h2 {
  margin-top: 0;
}
.auth-tabs {
  display: flex;
  gap: .6rem;
  margin-bottom: .9rem;
}
.auth-error {
  color: #ff9db0;
  margin-top: 0;
}
.auth-note {
  margin-top: .8rem;
  font-size: .88rem;
}
.auth-footer-links {
  display: flex;
  gap: .9rem;
  justify-content: center;
  flex-wrap: wrap;
}
.auth-footer-links a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .32rem .65rem;
  color: #c9d8f5;
  font-size: .84rem;
}
.auth-modal-box {
  width: min(540px, 100%);
  border: 1px solid rgba(131, 159, 220, .4);
  animation: authModalPop .3s ease;
}
@keyframes authModalPop {
  from { transform: translateY(12px) scale(.98); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}
.auth-tabs-inline { display:flex; gap:.55rem; margin-bottom:.7rem; }
.auth-form-tab { display:none; }
.auth-form-tab.active { display:grid; }

@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .nav-actions { display: none; }
  .menu-btn { display: inline-flex; background: transparent; color: #fff; border: 0; font-size: 1.5rem; }
  .mobile-nav { display: none; border-top: 1px solid var(--line); padding: .8rem 1rem; gap: .7rem; background: #091224; }
  .mobile-nav.open { display: grid; }
  .hero-grid, .hero-grid-premium, .grid-3, .grid-2, .footer-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 5.2rem; }
  .hero-visual { min-height: auto; }
  .floating-mini { position: static; display: inline-flex; margin-top: .45rem; }
  .client-shell { grid-template-columns: 1fr; }
  .client-sidebar {
    position: static;
    height: auto;
  }
  .client-kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .client-grid-2 { grid-template-columns: 1fr; }
  .auth-panel { grid-template-columns: 1fr; }
  .compact-grid.cols-4, .compact-grid.cols-3, .compact-grid.cols-2 { grid-template-columns: 1fr; }
  .data-table { display:block; overflow:auto; white-space:nowrap; }
}

