/* 7one bundled CSS — generated 2026-09-06T19:30:08+00:00 */

/* --- assets/css/tokens.css --- */
:root {
  /* Silver */
  --lx-silver-50: #f4f4f6;
  --lx-silver-100: #ebebef;
  --lx-silver-200: #d8d8df;
  --lx-silver-300: #b8b8c4;
  --lx-silver-400: #9494a3;
  --lx-silver-500: #737382;
  --lx-silver-600: #5c5c68;
  --lx-silver-700: #43434d;
  --lx-silver-800: #2c2c33;
  --lx-silver-900: #18181d;

  /* Purple */
  --lx-purple: #7c3aed;
  --lx-purple-dark: #6d28d9;
  --lx-purple-deep: #5b21b6;
  --lx-purple-soft: #ede9fe;
  --lx-purple-line: #ddd6fe;

  /* Blue */
  --lx-blue: #2563eb;
  --lx-blue-dark: #1d4ed8;
  --lx-blue-soft: #dbeafe;
  --lx-blue-line: #bfdbfe;

  /* System */
  --lx-bg: var(--lx-silver-50);
  --lx-surface: #ffffff;
  --lx-surface-2: #fafafa;
  --lx-ink: var(--lx-silver-900);
  --lx-ink-soft: var(--lx-silver-600);
  --lx-ink-faint: var(--lx-silver-400);
  --lx-border: var(--lx-silver-200);
  --lx-border-strong: var(--lx-silver-300);
  --lx-danger: #dc2626;
  --lx-danger-soft: #fef2f2;
  --lx-warning: #d97706;
  --lx-warning-soft: #fffbeb;

  --lx-radius: 10px;
  --lx-radius-lg: 14px;
  --lx-radius-xl: 20px;
  --lx-radius-pill: 999px;
  --lx-shadow: 0 1px 2px rgba(24, 24, 29, 0.04), 0 8px 24px rgba(24, 24, 29, 0.06);
  --lx-shadow-lg: 0 12px 40px rgba(24, 24, 29, 0.1);
  --lx-container: 1120px;
  --lx-header: 60px;
  --lx-dock: 68px;
  --lx-font: 'Vazirmatn', Tahoma, sans-serif;
  --lx-ease: 0.18s ease;

  /* legacy bridge for unchanged PHP/JS hooks */
  --7o-bg: var(--lx-bg);
  --7o-surface: var(--lx-surface);
  --7o-surface-2: var(--lx-surface-2);
  --7o-border: var(--lx-border);
  --7o-border-strong: var(--lx-border-strong);
  --7o-ink: var(--lx-ink);
  --7o-ink-soft: var(--lx-ink-soft);
  --7o-ink-faint: var(--lx-ink-faint);
  --7o-brand: var(--lx-purple);
  --7o-brand-dark: var(--lx-purple-dark);
  --7o-brand-soft: var(--lx-purple-soft);
  --7o-brand-line: var(--lx-purple-line);
  --7o-danger: var(--lx-danger);
  --7o-danger-soft: var(--lx-danger-soft);
  --7o-warning: var(--lx-warning);
  --7o-warning-soft: var(--lx-warning-soft);
  --7o-radius: var(--lx-radius);
  --7o-radius-lg: var(--lx-radius-lg);
  --7o-radius-xl: var(--lx-radius-xl);
  --7o-shadow: var(--lx-shadow);
  --7o-container: var(--lx-container);
  --7o-header-h: var(--lx-header);
  --7o-mobile-bar: var(--lx-dock);
  --7o-font: var(--lx-font);
  --7o-ease: var(--lx-ease);
  --bg: var(--lx-bg);
  --card: var(--lx-surface);
  --line: var(--lx-border);
  --text: var(--lx-ink);
  --muted: var(--lx-ink-soft);
  --green: var(--lx-purple);
  --green-dark: var(--lx-purple-dark);
  --green-soft: var(--lx-purple-soft);
  --purple: var(--lx-purple);
  --purple-soft: var(--lx-purple-soft);
}

/* --- assets/css/fonts.css --- */
@font-face{font-family:'Vazirmatn';src:url('../fonts/Vazirmatn-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Vazirmatn';src:url('../fonts/Vazirmatn-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}

/* --- assets/css/loader.css --- */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--lx-bg, #f4f4f6);
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
.page-loader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader-stage {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 14px;
  overflow: visible;
}
.loader-orbit,
.loader-orbit-a {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--lx-silver-200, #d8d8df);
  border-top-color: var(--lx-purple, #7c3aed);
  animation: loaderSpin 0.85s linear infinite;
}
.loader-orbit-b {
  inset: 10px;
  animation-direction: reverse;
  animation-duration: 0.7s;
  border-top-color: var(--lx-blue, #2563eb);
}
.loader-logo-wrap {
  position: absolute;
  inset: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  border: 0;
}
.loader-logo {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 14px;
  padding: 0;
  box-sizing: border-box;
}
.loader-text {
  font-family: var(--lx-font, 'Vazirmatn', Tahoma, sans-serif);
  font-size: 11px;
  font-weight: 700;
  color: var(--lx-silver-500, #737382);
  letter-spacing: 0.08em;
}
@keyframes loaderSpin {
  to { transform: rotate(360deg); }
}

/* --- assets/css/image-defer.css --- */
/* Matte placeholder shell — always visible until image fades in */
.lx-img-shell {
  position: relative;
  display: inline-block;
  overflow: hidden;
  flex: none;
  background: linear-gradient(145deg, var(--lx-silver-100), var(--lx-silver-50));
  border: 1px solid rgba(24, 24, 29, 0.06);
  box-sizing: border-box;
  max-width: 100%;
}

.lx-img-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 28%, rgba(255, 255, 255, 0.65) 50%, transparent 72%);
  transform: translateX(-120%);
  animation: lxImgShimmer 1.35s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.lx-img-shell.is-loaded::before,
.lx-img-shell.is-error::before {
  animation: none;
  opacity: 0;
}

.lx-img-shell > img.js-defer-img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  opacity: 0;
  filter: blur(10px) saturate(0.9);
  transform: scale(1.02);
  transition: opacity 0.4s ease, filter 0.4s ease, transform 0.4s ease;
  object-fit: cover;
}

.lx-img-shell > img.js-defer-img[src]:not([data-src]) {
  opacity: 1;
  filter: none;
  transform: none;
}

.lx-img-shell:has(> img[src]:not([data-src]))::before {
  animation: none;
  opacity: 0;
}

.lx-img-shell > img.js-defer-img.is-loaded {
  opacity: 1;
  filter: none;
  transform: none;
}

.lx-img-shell > img.js-defer-img.is-error {
  opacity: 0.4;
  filter: grayscale(0.2);
}

.lx-img-shell.is-error {
  background: linear-gradient(145deg, var(--lx-silver-100), var(--lx-silver-200));
}

/* Header brand */
.lx-brand__logo-wrap .lx-img-shell {
  width: 40px;
  height: 40px;
  border-radius: 14px;
}

.lx-brand__logo-wrap .js-defer-img {
  object-fit: contain;
}

/* Loader — no shell; orbits stay visible (see loader.css) */

/* Profile */
.profile-btn .lx-img-shell,
.profile-sheet__hero .lx-img-shell {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: none;
}

/* Hero banner */
.lx-hero__visual-shell.lx-img-shell {
  display: block;
  width: 100%;
  min-height: 180px;
  border-radius: var(--lx-radius-xl);
  border: none;
}

.lx-hero__banner {
  object-fit: cover;
  min-height: 180px;
}

.lx-visual-node .lx-img-shell {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
}

/* Service cards */
.lx-svc__ico > .lx-img-shell,
.svc-card-icon > .lx-img-shell {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: none;
  background: rgba(255, 255, 255, 0.5);
}

.lx-svc__ico--product > .lx-img-shell,
.svc-card-icon--product > .lx-img-shell {
  background: #fff;
}

.lx-svc__ico:not(.lx-svc__ico--product) > .lx-img-shell .js-defer-img,
.svc-card-icon:not(.svc-card-icon--product) > .lx-img-shell .js-defer-img {
  object-fit: contain;
  padding: 14px;
}

/* Catalog / service pages */
.svc-cat__thumb.lx-img-shell {
  width: 52px;
  height: 52px;
  border-radius: 15px;
}

.svc-sp__image.lx-img-shell {
  width: 108px;
  height: 108px;
  border-radius: 20px;
}

.svc-sp__rel-img.lx-img-shell {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

/* Auth modal */
.auth-modal-logo-shell.lx-img-shell {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  flex: none;
}

.auth-modal-logo-shell .auth-modal-logo {
  object-fit: contain;
  padding: 6px;
}

/* Footer */
.footer-col > .lx-img-shell.footer-logo,
.lx-img-shell:has(> .footer-logo) {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  margin-bottom: 10px;
}

.footer-logo {
  object-fit: contain;
  padding: 6px;
}

.enamad-wrap img {
  width: auto;
  max-width: 120px;
  height: auto;
  display: block;
}

/* Help modal */
.help-item__ico.lx-img-shell,
.help-single__ico.lx-img-shell {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.help-item__ico:not(.help-item__ico--product) > .lx-img-shell .js-defer-img,
.help-single__ico:not(.help-single__ico--product) > .lx-img-shell .js-defer-img {
  object-fit: contain;
  padding: 7px;
}

@keyframes lxImgShimmer {
  to { transform: translateX(120%); }
}

@media (prefers-reduced-motion: reduce) {
  .lx-img-shell::before { animation: none; }
  .lx-img-shell > img.js-defer-img {
    transition: opacity 0.2s ease;
    filter: none;
    transform: none;
  }
}

@media (max-width: 520px) {
  .lx-hero__visual-shell.lx-img-shell {
    min-height: 140px;
  }
}

/* --- assets/css/theme.css --- */


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; scrollbar-gutter: stable; }
body {
  font-family: var(--lx-font);
  font-size: 14px;
  line-height: 1.65;
  color: var(--lx-ink-soft);
  background: var(--lx-bg);
  padding-bottom: calc(var(--lx-dock) + env(safe-area-inset-bottom, 0px) + 12px);
}
body.no-scroll { overflow: hidden; }
body.is-panel { padding-bottom: calc(var(--lx-dock) + env(safe-area-inset-bottom, 0px) + 12px); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

.lx-shell, .o-container, .wrap {
  width: min(var(--lx-container), 100% - 32px);
  margin-inline: auto;
}

/* ── TOP BAR ── */
.lx-top, .site-header, .o-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--lx-header);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--lx-border);
}
.lx-top.scrolled, .site-header.scrolled { box-shadow: var(--lx-shadow); }
.lx-top__inner {
  height: var(--lx-header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}
.lx-brand, .o-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: static;
  transform: none;
}
.lx-brand__logo-wrap {
  position: relative;
  flex-shrink: 0;
  display: block;
  line-height: 0;
}
.lx-brand__logo-wrap::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 17px;
  border: 1px dashed rgba(124, 58, 237, 0.28);
  pointer-events: none;
  animation: lx-logo-orbit 18s linear infinite;
}
@keyframes lx-logo-orbit {
  to { transform: rotate(360deg); }
}
.lx-brand__logo {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.lx-brand__mark {
  display: contents;
}
.lx-brand__mark img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}
.lx-brand__name {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 17px;
  font-weight: 800;
  color: var(--lx-ink);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.lx-brand__name small {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: var(--lx-silver-500);
  letter-spacing: 0.01em;
}

.lx-menu, .header-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}
.lx-menu a, .o-nav-link, .nav-pill {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding-inline: 12px;
  border-radius: var(--lx-radius-pill);
  font-size: 13px;
  font-weight: 600;
  color: var(--lx-silver-500);
  transition: color var(--lx-ease), background var(--lx-ease);
}
.lx-menu a:hover, .o-nav-link:hover, .nav-pill:hover {
  color: var(--lx-ink);
  background: var(--lx-silver-100);
}
.lx-menu a.is-on, .o-nav-link.is-active, .nav-pill.is-active {
  color: var(--lx-purple-deep);
  background: var(--lx-purple-soft);
}

.lx-menu--dock {
  gap: 2px;
}

.lx-actions, .header-nav-end {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lx-wallet, .wallet-pill, .o-wallet-chip {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding-inline: 12px;
  border-radius: var(--lx-radius-pill);
  background: var(--lx-blue-soft);
  border: 1px solid var(--lx-blue-line);
  font-size: 12px;
  font-weight: 800;
  color: var(--lx-blue-dark);
  font-variant-numeric: tabular-nums;
  text-decoration: none;
  transition: border-color var(--lx-ease), background var(--lx-ease), transform var(--lx-ease);
}
a.lx-wallet:hover {
  border-color: var(--lx-blue);
  background: rgba(219, 234, 254, 0.72);
  transform: translateY(-1px);
}

.profile-menu { position: relative; }
.profile-btn {
  width: 40px;
  height: 40px;
  border: 2px solid var(--lx-border);
  border-radius: 50%;
  background: var(--lx-surface);
  cursor: pointer;
  display: grid;
  place-items: center;
  color: var(--lx-purple);
  padding: 0;
  overflow: hidden;
  transition: border-color var(--lx-ease), box-shadow var(--lx-ease);
}
.profile-menu.open .profile-btn {
  border-color: var(--lx-purple-line);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}
.profile-btn--photo { border-color: var(--lx-purple-line); }
.profile-avatar { width: 100%; height: 100%; object-fit: cover; display: block; }
.profile-icon { width: 18px; height: 18px; opacity: 0.85; }

.profile-drop, .profile-sheet {
  position: absolute;
  top: calc(100% + 10px);
  inset-inline-start: auto;
  inset-inline-end: 0;
  width: min(280px, calc(100vw - 24px));
  background: var(--lx-surface);
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-xl);
  box-shadow: var(--lx-shadow-lg);
  padding: 10px;
  display: none;
  z-index: 120;
  transform-origin: top center;
}
.profile-menu.open .profile-drop,
.profile-menu.open .profile-sheet {
  display: block;
  animation: profile-sheet-in 0.22s ease;
}
@keyframes profile-sheet-in {
  from { opacity: 0; transform: translateY(-6px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.profile-sheet__hero {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--lx-border);
}
.profile-sheet__avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid var(--lx-purple-line);
  flex-shrink: 0;
}
.profile-sheet__meta strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--lx-ink);
}
.profile-sheet__meta span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 600;
  color: var(--lx-silver-500);
}
.profile-sheet__wallet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  margin-bottom: 8px;
  border-radius: var(--lx-radius-lg);
  border: 1px solid var(--lx-blue-line);
  background: rgba(219, 234, 254, 0.35);
  text-decoration: none;
  transition: background var(--lx-ease), border-color var(--lx-ease);
}
.profile-sheet__wallet:hover {
  background: rgba(219, 234, 254, 0.55);
  border-color: var(--lx-blue);
}
.profile-sheet__wallet-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--lx-silver-600);
}
.profile-sheet__wallet strong {
  font-size: 14px;
  font-weight: 900;
  color: var(--lx-blue-dark);
  font-variant-numeric: tabular-nums;
}
.profile-sheet__nav {
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
}
.profile-sheet__item,
.profile-sheet__logout {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border-radius: var(--lx-radius-lg);
  border: 1px solid transparent;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  color: var(--lx-ink);
  text-decoration: none;
  cursor: pointer;
  text-align: start;
  transition: background var(--lx-ease), border-color var(--lx-ease);
}
.profile-sheet__item:hover,
.profile-sheet__logout:hover {
  background: var(--lx-silver-50);
  border-color: var(--lx-border);
}
.profile-sheet__icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--lx-purple-soft);
  border: 1px solid var(--lx-purple-line);
  color: var(--lx-purple-deep);
  flex-shrink: 0;
}
.profile-sheet__icon svg { width: 16px; height: 16px; }
.profile-sheet__logout {
  margin-top: 4px;
  border-top: 1px solid var(--lx-border);
  border-radius: 0 0 var(--lx-radius-lg) var(--lx-radius-lg);
  padding-top: 12px;
  color: var(--lx-danger);
}
.profile-sheet__logout .profile-sheet__icon {
  background: rgba(254, 242, 242, 0.65);
  border-color: #fecaca;
  color: var(--lx-danger);
}

/* legacy profile-drop children fallback */
.profile-drop-head { display: none; }
.profile-drop a:not(.profile-sheet__item),
.profile-drop button:not(.profile-sheet__logout) { display: none; }
.profile-logout { display: none; }

.hide-mobile { display: inline-flex; }
.show-mobile { display: none; }

.lx-nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--lx-border);
  border-radius: 12px;
  background: var(--lx-surface);
  color: var(--lx-ink);
  cursor: pointer;
  place-items: center;
  padding: 0;
}
.lx-nav-toggle svg { width: 20px; height: 20px; }

.lx-nav-sheet {
  position: fixed;
  inset: 0;
  z-index: 130;
  background: rgba(16, 18, 33, 0.45);
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px;
}
.lx-nav-sheet.open { display: flex; }
.lx-nav-sheet__panel {
  width: min(300px, 100%);
  max-height: calc(100vh - 24px);
  overflow: auto;
  background: var(--lx-surface);
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-xl);
  box-shadow: var(--lx-shadow-lg);
}
.lx-nav-sheet__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--lx-border);
  font-weight: 800;
  color: var(--lx-ink);
}
.lx-nav-sheet__close {
  width: 34px;
  height: 34px;
  border: 1px solid var(--lx-border);
  border-radius: 10px;
  background: var(--lx-surface);
  cursor: pointer;
  font-size: 18px;
  color: var(--lx-silver-500);
}
.lx-nav-sheet__links { padding: 8px; }
.lx-nav-sheet__links a {
  display: block;
  padding: 12px 14px;
  border-radius: var(--lx-radius-lg);
  font-size: 14px;
  font-weight: 700;
  color: var(--lx-ink-soft);
}
.lx-nav-sheet__links a.is-on,
.lx-nav-sheet__links a:hover { background: var(--lx-purple-soft); color: var(--lx-purple-deep); }
.lx-nav-sheet__actions {
  padding: 8px 12px 12px;
  border-top: 1px solid var(--lx-border);
  display: grid;
  gap: 8px;
}
.lx-nav-sheet__wallet {
  display: block;
  padding: 10px 12px;
  border-radius: var(--lx-radius-lg);
  background: var(--lx-blue-soft);
  border: 1px solid var(--lx-blue-line);
  font-size: 12px;
  font-weight: 800;
  color: var(--lx-blue-dark);
  text-align: center;
  text-decoration: none;
}
}

.lx-icon-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--lx-border);
  border-radius: 12px;
  background: var(--lx-surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.lx-icon-btn img { width: 20px; height: 20px; display: block; }
.lx-icon-btn--login {
  background: var(--lx-blue-soft);
  border-color: var(--lx-blue-line);
}
.lx-nav-sheet__actions .lx-icon-btn { width: 100%; height: 44px; }

.lx-top-btn {
  position: fixed;
  inset-inline-end: 16px;
  bottom: calc(var(--lx-dock) + env(safe-area-inset-bottom, 0px) + 16px);
  z-index: 85;
  width: 44px;
  height: 44px;
  border: 1px solid var(--lx-border);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  box-shadow: var(--lx-shadow-lg);
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
  transition: opacity var(--lx-ease), transform var(--lx-ease);
}
.lx-top-btn.is-visible { display: inline-flex; }
.lx-top-btn svg {
  width: 18px;
  height: 18px;
  color: var(--lx-ink-soft);
}
.lx-top-btn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
  margin: 0;
  flex-shrink: 0;
}

/* hide old header layout */
.header-grid, .header-frame, .o-header__row, .o-brand-spot, .header-logo-anchor,
.header-logo-float, .o-logo__ring, .o-header__line { all: unset; }

/* ── BUTTONS ── */
.btn, .o-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding-inline: 20px;
  border: 1px solid transparent;
  border-radius: var(--lx-radius-lg);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--lx-ease), border-color var(--lx-ease), color var(--lx-ease), transform var(--lx-ease);
}
.btn:active { transform: scale(0.98); }
.btn-sm { height: 36px; padding-inline: 14px; font-size: 12px; border-radius: var(--lx-radius); }
.btn-lg { width: 100%; height: 48px; font-size: 14px; margin-top: 8px; }
.btn-primary, .o-btn--primary, .btn-success {
  background: var(--lx-purple);
  color: #fff;
}
.btn-primary:hover, .btn-success:hover { background: var(--lx-purple-dark); }
.btn-accent { background: var(--lx-blue); color: #fff; }
.btn-accent:hover { background: var(--lx-blue-dark); }
.btn-ghost, .o-btn--ghost {
  background: var(--lx-surface);
  border-color: var(--lx-border);
  color: var(--lx-ink-soft);
}
.btn-ghost:hover { border-color: var(--lx-border-strong); color: var(--lx-ink); }
.btn-silver {
  background: var(--lx-silver-100);
  border-color: var(--lx-border);
  color: var(--lx-silver-600);
}
.btn-silver:hover { background: var(--lx-surface); color: var(--lx-ink); }
.btn-warning { background: var(--lx-warning); color: #fff; }
.btn-danger { background: var(--lx-danger); color: #fff; }
.link-btn { background: none; border: 0; padding: 0; color: var(--lx-blue); font-weight: 700; cursor: pointer; text-decoration: underline; }

/* ── PAGE ── */
.lx-page, .o-main, .site-main { padding: 16px 0 48px; }

.lx-home-band {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-bottom: 36px;
  margin-bottom: 4px;
  isolation: isolate;
}
.lx-home-band::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: var(--lx-bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Crect x='1' y='1' width='30' height='30' rx='2' fill='none' stroke='%237c3aed' stroke-opacity='0.1' stroke-width='1.25'/%3E%3Crect x='33' y='33' width='30' height='30' rx='2' fill='none' stroke='%237c3aed' stroke-opacity='0.1' stroke-width='1.25'/%3E%3C/svg%3E");
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.22) 28%, rgba(0, 0, 0, 0.1) 52%, rgba(0, 0, 0, 0.03) 72%, transparent 92%);
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.22) 28%, rgba(0, 0, 0, 0.1) 52%, rgba(0, 0, 0, 0.03) 72%, transparent 92%);
}
.lx-home-band::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, transparent 72%, rgba(244, 244, 246, 0.18) 86%, rgba(244, 244, 246, 0.55) 94%, var(--lx-bg) 100%);
}
.lx-home-band .lx-shell { position: relative; z-index: 1; }

.lx-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  padding: 32px 0 8px;
  margin-bottom: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.lx-hero__copy,
.lx-hero__visual {
  position: relative;
  z-index: 1;
}
.lx-hero__copy {
  text-align: start;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.lx-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.lx-hero__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lx-purple);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.14);
  flex-shrink: 0;
  animation: lxHeroPulse 2.4s ease-in-out infinite;
}
@keyframes lxHeroPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.92); opacity: 0.72; }
}
.lx-tag--hero {
  margin-bottom: 0;
  height: 30px;
  padding-inline: 13px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
}
.lx-hero__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 12px;
  align-items: end;
  margin-bottom: 14px;
  width: 100%;
  max-width: 100%;
}
.lx-hero__title {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  line-height: 1.12;
  letter-spacing: -0.04em;
  min-width: 0;
}
.lx-hero__title-line {
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 800;
  color: var(--lx-silver-600);
}
.lx-hero__title-accent {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 900;
  color: var(--lx-ink);
  position: relative;
  width: fit-content;
}
.lx-hero__title-accent::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 4px;
  height: 10px;
  border-radius: 4px;
  background: var(--lx-purple-soft);
  z-index: -1;
}
.lx-hero__perks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  max-width: 36rem;
}
.lx-hero__perks li {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding-inline: 12px;
  border-radius: var(--lx-radius-pill);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--lx-border);
  font-size: 11px;
  font-weight: 700;
  color: var(--lx-silver-600);
  white-space: nowrap;
}
.lx-hero__perks li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lx-purple);
  margin-inline-end: 7px;
  opacity: 0.65;
  flex-shrink: 0;
}
.lx-hero__speed {
  width: 196px;
  max-width: 100%;
  margin: 6px 0 0;
  padding: 11px 13px;
  border-radius: 13px;
  border: 1px solid var(--lx-blue-line);
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.45), rgba(91, 75, 138, 0.06));
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.lx-hero__speed-time {
  font-size: 13px;
  font-weight: 800;
  color: var(--lx-blue-dark);
  line-height: 1.2;
}
.lx-hero__speed-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--lx-silver-600);
}
.lx-hero__speed-text strong {
  font-weight: 800;
}
.lx-hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.btn-hero {
  height: 46px;
  padding-inline: 22px;
  border-radius: var(--lx-radius-pill);
}
.btn-primary.btn-hero {
  box-shadow: 0 8px 22px rgba(124, 58, 237, 0.22);
}
.btn-primary.btn-hero svg {
  transform: scaleX(-1);
}
.btn-primary.btn-hero:hover {
  box-shadow: 0 10px 26px rgba(124, 58, 237, 0.28);
}
.btn-ghost.btn-hero {
  background: rgba(255, 255, 255, 0.75);
  border-color: var(--lx-border);
}
.lx-hero__visual {
  border-radius: var(--lx-radius-xl);
  overflow: hidden;
}
.lx-hero__visual img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: var(--lx-radius-xl);
  display: block;
}

.lx-visual-strip {
  margin-bottom: 8px;
  padding-top: 4px;
  position: relative;
  z-index: 1;
}

.lx-visual-constellation {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.lx-visual-spokes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}
.lx-visual-spokes__line {
  stroke: rgba(124, 58, 237, 0.2);
  stroke-width: 1;
  stroke-linecap: round;
}
.lx-visual-spokes__crown {
  stroke: rgba(124, 58, 237, 0.42);
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-dasharray: 5 9;
  animation: lx-thread-shift 14s linear infinite;
}
.lx-visual-spokes__base {
  stroke: rgba(37, 99, 235, 0.22);
  stroke-width: 1;
  stroke-linecap: round;
}
.lx-visual-spokes__hub {
  fill: #fff;
  stroke: rgba(124, 58, 237, 0.75);
  stroke-width: 1.25;
}
.lx-visual-spokes__hub--ring {
  fill: none;
  stroke: rgba(37, 99, 235, 0.28);
  stroke-width: 1;
  animation: lx-hub-pulse 3.6s ease-in-out infinite;
}

.lx-visual-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 176px 52px 176px 52px 176px 52px 176px;
  align-items: center;
  justify-content: center;
}

.lx-visual-node {
  position: relative;
  width: 176px;
  height: 176px;
  margin: 0;
}
.lx-visual-node__frame {
  position: absolute;
  inset: -5px;
  border-radius: calc(var(--lx-radius-lg) + 5px);
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(var(--lx-purple), var(--lx-purple)) top right / 14px 1px no-repeat,
    linear-gradient(var(--lx-purple), var(--lx-purple)) top right / 1px 14px no-repeat,
    linear-gradient(var(--lx-blue), var(--lx-blue)) bottom left / 14px 1px no-repeat,
    linear-gradient(var(--lx-blue), var(--lx-blue)) bottom left / 1px 14px no-repeat;
  opacity: 0.55;
  transition: opacity var(--lx-ease), transform var(--lx-ease);
}
.lx-visual-node__frame::before {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: var(--lx-radius-lg);
  border: 1px solid rgba(124, 58, 237, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}
.lx-visual-node__port {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(124, 58, 237, 0.55);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.08);
  z-index: 3;
}
.lx-visual-node__port--start { inset-inline-start: -3px; }
.lx-visual-node__port--end { inset-inline-end: -3px; }
.lx-visual-node:hover .lx-visual-node__frame {
  opacity: 0.95;
  transform: scale(1.01);
}
.lx-visual-node:hover .lx-visual-node__port {
  border-color: rgba(37, 99, 235, 0.75);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.lx-visual-link {
  width: 52px;
  height: 176px;
  display: grid;
  place-items: center;
}
.lx-visual-link svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: scaleX(-1);
}
.lx-visual-link__strand {
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.lx-visual-link__strand--a {
  stroke: rgba(124, 58, 237, 0.55);
  stroke-width: 1.25;
  stroke-dasharray: 3 7;
  animation: lx-thread-shift 9s linear infinite;
}
.lx-visual-link__strand--b {
  stroke: rgba(37, 99, 235, 0.35);
  stroke-width: 1;
  stroke-dasharray: 2 10;
  animation: lx-thread-shift 12s linear infinite;
}
.lx-visual-link__strand--core {
  stroke: rgba(124, 58, 237, 0.18);
  stroke-width: 1;
}
.lx-visual-link__gem {
  fill: #fff;
  stroke: rgba(37, 99, 235, 0.7);
  stroke-width: 1.1;
  animation: lx-gem-pulse 2.8s ease-in-out infinite;
  animation-delay: calc(var(--vi, 0) * 0.35s);
}

.lx-visual-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--lx-radius-lg);
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 28px rgba(24, 24, 29, 0.08);
  transition: transform var(--lx-ease), box-shadow var(--lx-ease);
}
.lx-visual-node:hover .lx-visual-img {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(124, 58, 237, 0.14);
}

@keyframes lx-thread-shift {
  from { stroke-dashoffset: 120; }
  to { stroke-dashoffset: 0; }
}
@keyframes lx-hub-pulse {
  0%, 100% { transform-origin: center; opacity: 0.45; }
  50% { opacity: 0.9; }
}
@keyframes lx-gem-pulse {
  0%, 100% { transform-origin: center; opacity: 0.75; }
  50% { opacity: 1; }
}

/* legacy strip hidden */
.lx-strip { display: none; }

/* INTRO / HERO legacy */
.lx-intro, .o-hero {
  padding: 36px 0 28px;
  text-align: center;
}
.lx-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding-inline: 14px;
  border-radius: var(--lx-radius-pill);
  background: var(--lx-purple-soft);
  border: 1px solid var(--lx-purple-line);
  color: var(--lx-purple-deep);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 18px;
}
.lx-intro h1, .hero-copy h1, .o-hero__copy h1 {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 900;
  line-height: 1.25;
  color: var(--lx-ink);
  letter-spacing: -0.03em;
  max-width: 16ch;
  margin-inline: auto;
  margin-bottom: 14px;
}
.lx-intro h1 em, .hero-copy h1 strong {
  font-style: normal;
  color: var(--lx-blue);
}
.lx-intro p, .hero-lead, .o-hero__lead {
  font-size: 15px;
  color: var(--lx-silver-500);
  max-width: 42ch;
  margin-inline: auto;
  margin-bottom: 24px;
}
.lx-intro__cta, .hero-actions, .o-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
}
.lx-metrics, .hero-stats, .o-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  list-style: none;
}
.lx-metrics li, .hero-stat, .o-hero__meta-item {
  min-width: 110px;
  padding: 14px 18px;
  background: var(--lx-surface);
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-lg);
  box-shadow: var(--lx-shadow);
  text-align: center;
}
.lx-metrics b, .hero-stat b, .o-hero__meta-item b {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: var(--lx-purple);
  font-variant-numeric: tabular-nums;
  margin-bottom: 2px;
}
.lx-metrics span, .hero-stat span, .o-hero__meta-item span {
  font-size: 11px;
  font-weight: 600;
  color: var(--lx-silver-400);
}

/* hide old hero pieces */
.hero-trust, .hero-main, .hero-banner-img, .o-hero__visual, .o-hero__grid { display: contents; }
.hero-copy, .o-hero__copy { padding: 0; border: 0; text-align: center; }

/* STRIP / FEATURES */
.lx-strip, .o-band, .features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  max-width: var(--lx-container);
  margin-inline: auto;
}
.lx-strip__item, .feature-item, .o-band__item {
  padding: 18px 16px;
  background: var(--lx-surface);
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-xl);
  box-shadow: var(--lx-shadow);
  text-align: center;
}
.lx-strip__ico, .feat-ico { display: none; }
.lx-strip__item b, .feature-item b {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--lx-ink);
  margin-bottom: 4px;
}
.lx-strip__item span, .feature-item span {
  font-size: 11px;
  color: var(--lx-silver-400);
}

/* SERVICES */
.lx-services, .services-section { padding-bottom: 32px; }
.lx-services__head, .section-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.lx-services__head h2, .section-top h2 {
  font-size: 22px;
  font-weight: 900;
  color: var(--lx-ink);
  letter-spacing: -0.02em;
}
.section-sub {
  font-size: 13px;
  color: var(--lx-silver-400);
  margin-top: 4px;
}
.section-tools { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }

.lx-search, .search-box input {
  width: min(280px, 100%);
  height: 42px;
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-lg);
  padding-inline: 16px;
  background: var(--lx-surface);
  font-size: 13px;
  color: var(--lx-ink);
}
.lx-search:focus, .search-box input:focus {
  outline: none;
  border-color: var(--lx-purple);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}

.lx-tabs, .cat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 4px;
  overflow-x: auto;
}
.lx-tab, .cat-tab {
  height: 36px;
  padding-inline: 16px;
  border-radius: var(--lx-radius-pill);
  border: 1px solid var(--lx-border);
  background: var(--lx-surface);
  font-size: 12px;
  font-weight: 700;
  color: var(--lx-silver-500);
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.lx-tab.is-on, .cat-tab.active {
  background: var(--lx-purple);
  color: #fff;
  border-color: var(--lx-purple);
}
.lx-tab:hover:not(.is-on), .cat-tab:hover:not(.active) {
  border-color: var(--lx-purple-line);
  color: var(--lx-purple-deep);
}

.group-title {
  font-size: 13px;
  font-weight: 800;
  color: var(--lx-silver-500);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 28px 0 12px;
  padding: 0;
  border: 0;
}

.lx-svc-grid, .svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 16px;
}

.svc-card, .lx-svc {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  background: var(--lx-surface);
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-xl);
  box-shadow: var(--lx-shadow);
  transition: border-color var(--lx-ease), box-shadow var(--lx-ease), transform var(--lx-ease);
}
.svc-card:hover {
  border-color: var(--lx-purple-line);
  box-shadow: var(--lx-shadow-lg);
  transform: translateY(-2px);
}

/* Product cards — same compact layout, refined neutral theme */
.lx-svc--product {
  position: relative;
  padding: 16px 16px 14px;
  gap: 12px;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(124, 58, 237, 0.04) 0%, transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #fafafb 100%);
  border-color: rgba(24, 24, 29, 0.07);
  box-shadow: 0 1px 2px rgba(24, 24, 29, 0.03), 0 8px 22px rgba(24, 24, 29, 0.045);
  overflow: hidden;
}
.lx-svc--product::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.55), rgba(99, 102, 241, 0.35));
  opacity: 0;
  transition: opacity var(--lx-ease);
}
.lx-svc--product:hover {
  border-color: rgba(124, 58, 237, 0.16);
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.07), 0 14px 32px rgba(24, 24, 29, 0.06);
  transform: translateY(-2px);
}
.lx-svc--product:hover::before { opacity: 1; }
.lx-svc--product .lx-svc__text strong {
  font-size: 13.5px;
  letter-spacing: -0.01em;
}
.lx-svc--product .lx-svc__text small {
  color: var(--lx-silver-500);
  line-height: 1.55;
}
.lx-svc--product .svc-card-foot {
  padding-top: 11px;
  border-top: 1px solid rgba(24, 24, 29, 0.06);
  gap: 7px;
}
.lx-svc--product .svc-card-price {
  margin-inline-end: auto;
  padding: 5px 10px;
  border-radius: var(--lx-radius-pill);
  background: rgba(24, 24, 29, 0.045);
  border: 1px solid rgba(24, 24, 29, 0.06);
  color: var(--lx-ink);
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.lx-svc--product .btn-ghost {
  height: 34px;
  padding-inline: 12px;
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(24, 24, 29, 0.09);
  color: var(--lx-ink-soft);
  font-weight: 600;
}
.lx-svc--product .btn-ghost:hover {
  background: #fff;
  border-color: rgba(24, 24, 29, 0.14);
  color: var(--lx-ink);
}
.lx-svc--product .btn-primary {
  height: 34px;
  padding-inline: 14px;
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
  border-color: transparent;
  box-shadow: 0 2px 10px rgba(124, 58, 237, 0.22);
  font-weight: 700;
}
.lx-svc--product .btn-primary:hover {
  background: linear-gradient(135deg, #6d28d9 0%, #5b21b6 100%);
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.28);
}
.lx-svc--product .svc-popular-badge {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(124, 58, 237, 0.14);
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.08);
}
.svc-card-top, .lx-svc__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-direction: row-reverse;
}
.svc-card-body, .lx-svc__text { flex: 1; min-width: 0; text-align: start; }
.svc-card-body strong, .lx-svc__text strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: var(--lx-ink);
  margin-bottom: 4px;
}
.svc-card-body small, .lx-svc__text small {
  display: block;
  font-size: 12px;
  color: var(--lx-silver-400);
  line-height: 1.5;
}
.svc-card-icon, .lx-svc__ico {
  --ico-tone: var(--lx-purple);
  --ico-bg: var(--lx-purple-soft);
  --ico-line: var(--lx-purple-line);
  width: 56px;
  height: 56px;
  border-radius: 18px;
  position: relative;
  display: grid;
  place-items: center;
  flex: none;
  color: var(--ico-tone);
  background: var(--ico-bg);
  border: 1.5px solid var(--ico-line);
  box-shadow: 0 6px 18px rgba(124, 58, 237, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  transition: transform var(--lx-ease), box-shadow var(--lx-ease), border-color var(--lx-ease);
  overflow: hidden;
}
.svc-card-icon::before, .lx-svc__ico::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: -10px;
  inset-inline-start: -10px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.85);
  pointer-events: none;
}
.svc-card-icon::after, .lx-svc__ico::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: 8px;
  inset-inline-end: 8px;
  background: var(--ico-tone);
  opacity: 0.35;
  pointer-events: none;
}
.svc-card:hover .svc-card-icon,
.svc-card:hover .lx-svc__ico {
  transform: translateY(-2px) scale(1.04);
  border-color: var(--ico-tone);
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.14), inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}
.svc-card-icon img, .lx-svc__ico img {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 1;
  object-fit: contain;
}
.svc-card-icon--product,
.lx-svc__ico--product {
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(24, 24, 29, 0.08);
  box-shadow:
    0 2px 8px rgba(24, 24, 29, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}
.svc-card-icon--product::before,
.svc-card-icon--product::after,
.lx-svc__ico--product::before,
.lx-svc__ico--product::after {
  display: none;
}
.svc-card-icon--product img,
.lx-svc__ico--product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.35s var(--lx-ease);
}
.lx-svc--product:hover .lx-svc__ico--product img {
  transform: scale(1.06);
}
.lx-svc-grid .lx-svc--product .lx-svc__ico,
.lx-svc-grid .lx-svc--product .svc-card-icon {
  --ico-tone: var(--lx-purple);
  --ico-bg: #fff;
  --ico-line: rgba(24, 24, 29, 0.08);
  box-shadow:
    0 2px 8px rgba(24, 24, 29, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}
.lx-svc--product:hover .lx-svc__ico,
.lx-svc--product:hover .svc-card-icon {
  transform: translateY(-2px) scale(1.03);
  border-color: rgba(124, 58, 237, 0.18);
  box-shadow: 0 6px 16px rgba(124, 58, 237, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}
.help-item__ico--product,
.help-single__ico--product {
  padding: 0;
  overflow: hidden;
}
.help-item__ico--product img,
.help-single__ico--product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lx-svc-grid .svc-card:nth-child(4n+2) .lx-svc__ico,
.lx-svc-grid .svc-card:nth-child(4n+2) .svc-card-icon {
  --ico-tone: var(--lx-blue);
  --ico-bg: var(--lx-blue-soft);
  --ico-line: var(--lx-blue-line);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}
.lx-svc-grid .svc-card:nth-child(4n+3) .lx-svc__ico,
.lx-svc-grid .svc-card:nth-child(4n+3) .svc-card-icon {
  --ico-tone: var(--lx-purple-deep);
  --ico-bg: #f3efff;
  --ico-line: #d4c4fd;
}
.lx-svc-grid .svc-card:nth-child(4n) .lx-svc__ico,
.lx-svc-grid .svc-card:nth-child(4n) .svc-card-icon {
  --ico-tone: var(--lx-blue-dark);
  --ico-bg: #eef4ff;
  --ico-line: #c7dafc;
}
.svc-card-foot, .lx-svc__acts {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--lx-silver-100);
}
.svc-card-price {
  margin-inline-end: auto;
  font-size: 13px;
  font-weight: 900;
  color: var(--lx-blue-dark);
  font-variant-numeric: tabular-nums;
  background: var(--lx-blue-soft);
  padding: 6px 10px;
  border-radius: var(--lx-radius);
}

/* FOOTER */
.lx-foot, .site-footer, .o-footer {
  background: var(--lx-silver-900);
  color: var(--lx-silver-300);
  margin-top: 48px;
  padding: 40px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr auto;
  gap: 28px;
  padding-bottom: 24px;
}
.footer-logo {
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
  opacity: 0.95;
  background: transparent;
  border-radius: 12px;
  padding: 6px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
}
.footer-col h4 { color: #fff; font-size: 13px; font-weight: 800; margin-bottom: 12px; }
.footer-col a, .footer-col p {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
  color: var(--lx-silver-400);
}
.footer-col a:hover { color: var(--lx-purple-line); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
  font-size: 11px;
  text-align: center;
  color: var(--lx-silver-500);
}
.enamad-wrap img { height: 72px; width: auto; }
.footer-trust .trust-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.bitpay-trust-wrap {
  display: flex;
  align-items: center;
  min-height: 72px;
}
.bitpay-trust-wrap img,
.bitpay-trust-wrap a img,
.bitpay-trust-link img {
  height: 72px;
  width: auto;
  max-width: 120px;
  display: block;
  cursor: pointer;
}

/* MOBILE DOCK */
.lx-dock, .mobile-nav {
  position: fixed;
  bottom: 0;
  inset-inline: 12px;
  z-index: 90;
  height: calc(var(--lx-dock) + env(safe-area-inset-bottom, 0px));
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border: 1px solid var(--lx-border);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  box-shadow: 0 -8px 32px rgba(24, 24, 29, 0.08);
}
.lx-dock__item, .mobile-nav a, .mobile-nav button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  color: var(--lx-silver-400);
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px 4px;
  position: relative;
}
.lx-dock__item svg, .mobile-nav svg { width: 22px; height: 22px; stroke-width: 1.8; }
.lx-dock__item.is-on, .mobile-nav .active {
  color: var(--lx-purple);
}
.lx-dock__item.is-on::before, .mobile-nav .active::before {
  content: '';
  position: absolute;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--lx-purple);
}
.mobile-nav img { display: none; }

/* MODALS */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(24, 24, 29, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 200;
}
.overlay.open { display: flex; }
.modal {
  width: min(420px, 100%);
  background: var(--lx-surface);
  border-radius: var(--lx-radius-xl);
  overflow: hidden;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--lx-border);
  box-shadow: var(--lx-shadow-lg);
  position: relative;
}
.auth-modal { overflow: visible; }
.auth-modal__glow {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  border: 1px solid rgba(124, 58, 237, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.auth-modal-head,
.auth-modal-steps,
.auth-modal-body { position: relative; z-index: 1; }
.auth-modal-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--lx-border);
  background: rgba(237, 233, 254, 0.45);
}
.auth-modal-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.auth-modal-titles strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: var(--lx-ink);
}
.auth-modal-titles span {
  display: block;
  font-size: 12px;
  color: var(--lx-silver-500);
  margin-top: 2px;
}
.auth-modal-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px 0;
  background: var(--lx-surface);
}
.auth-modal-step {
  width: 28px;
  height: 4px;
  border-radius: 4px;
  background: var(--lx-silver-200);
  transition: background var(--lx-ease), width var(--lx-ease);
}
.auth-modal-step.is-on {
  width: 40px;
  background: var(--lx-purple);
}
.auth-modal-body { padding: 18px 20px 20px; overflow-x: hidden; }
.auth-modal-close { flex-shrink: 0; }
.auth-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--lx-blue-soft);
  color: var(--lx-blue-dark);
  font-size: 10px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: var(--lx-radius-pill);
  margin-bottom: 14px;
  border: 1px solid var(--lx-blue-line);
}
.auth-badge.purple { background: var(--lx-purple-soft); color: var(--lx-purple-deep); border-color: var(--lx-purple-line); }
.auth-shell {
  gap: 10px;
  padding-inline: 12px;
}
.auth-shell__icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--lx-purple-soft);
  border: 1px solid var(--lx-purple-line);
  color: var(--lx-purple-deep);
  flex-shrink: 0;
}
.auth-shell__icon svg { width: 16px; height: 16px; }
.auth-submit { width: 100%; margin-top: 4px; }
.auth-otp-sub { margin-bottom: 12px; }
.auth-otp-row { margin: 10px 0 12px; }
.auth-otp {
  width: 52px;
  height: 56px;
  background: var(--lx-silver-50);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.auth-resend-row {
  padding: 10px;
  border-radius: var(--lx-radius-lg);
  background: var(--lx-silver-50);
  border: 1px solid var(--lx-border);
}
.m-close {
  margin-inline-start: auto;
  width: 34px;
  height: 34px;
  border: 1px solid var(--lx-border);
  border-radius: 10px;
  background: var(--lx-surface);
  cursor: pointer;
  font-size: 18px;
  color: var(--lx-silver-500);
}
.m-body { padding: 20px; overflow-y: auto; overflow-x: hidden; }
.panel { display: none; }
.panel.active { display: block; }
.panel-title { font-size: 18px; font-weight: 800; text-align: center; margin-bottom: 8px; color: var(--lx-ink); }
.panel-sub { text-align: center; font-size: 13px; color: var(--lx-silver-500); margin-bottom: 16px; }
.field .lab { font-size: 12px; font-weight: 700; color: var(--lx-silver-600); margin-bottom: 6px; }
.shell {
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-lg);
  padding-inline: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  background: var(--lx-surface);
}
.shell:focus-within { border-color: var(--lx-purple); box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1); }
.shell input { border: 0; outline: 0; width: 100%; height: 100%; font-size: 15px; background: transparent; }
.shell.ok { border-color: var(--lx-blue); }
.shell.bad { border-color: var(--lx-danger); }
.fmsg { font-size: 12px; min-height: 16px; margin-top: 4px; }
.fmsg.err { color: var(--lx-danger); }
.auth-hint { font-size: 11px; color: var(--lx-silver-400); text-align: center; margin-top: 12px; }
.otp-row { display: flex; justify-content: center; gap: 10px; direction: ltr; margin: 14px 0; }
.otp {
  width: 48px;
  height: 52px;
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-lg);
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}
.otp:focus { border-color: var(--lx-purple); outline: none; box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1); }
.resend-row { display: flex; flex-direction: column; align-items: center; gap: 8px; margin: 12px 0; }
.timer-text { font-size: 12px; color: var(--lx-silver-400); }
.btn-resend {
  height: 36px;
  padding-inline: 16px;
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius);
  background: var(--lx-surface);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.inq-trust-strip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--lx-blue-line);
  background: rgba(219, 234, 254, 0.28);
}
.inq-trust-strip__icon {
  flex-shrink: 0;
  color: var(--lx-blue-dark);
  margin-top: 2px;
}
.inq-trust-strip p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: var(--lx-silver-600);
}
.inq-trust-box {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--lx-border);
  background: var(--lx-surface-sunken, #f8fafc);
}
.inq-price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--lx-silver-600);
}
.inq-price-line strong {
  color: var(--lx-blue-dark);
  font-size: 15px;
}
.inq-price-note {
  font-size: 11px;
  font-weight: 700;
  color: var(--lx-purple-deep);
}
.inq-refund-box {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--lx-blue-line);
  background: rgba(219, 234, 254, 0.35);
}
.inq-refund-box--inline { margin-top: 10px; }
.inq-refund-box__icon { flex-shrink: 0; color: var(--lx-blue-dark); margin-top: 1px; }
.inq-refund-box p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  color: var(--lx-silver-600);
}
.inq-speed-note {
  margin: 0;
  font-size: 11px;
  color: var(--lx-silver-500);
  text-align: center;
}
.pay-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 12px 0; }
.pay-opt {
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-lg);
  padding: 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  background: var(--lx-surface);
}
.pay-opt.selected { border-color: var(--lx-purple); background: var(--lx-purple-soft); color: var(--lx-purple-deep); }
.pay-opt.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(0.15);
}
.plate-field .lab { text-align: center; }
.plate-field .plate-inq {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: var(--lx-radius-lg);
  border: 1px solid var(--lx-border);
  background: var(--lx-silver-50);
  max-width: 100%;
}
.plate-field.is-invalid .plate-inq {
  border-color: #f87171;
  box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.15);
}
.plate-field.is-complete .plate-inq {
  border-color: rgba(34, 197, 94, 0.45);
}
.plate-inq__iran {
  font-size: 13px;
  font-weight: 800;
  color: var(--lx-purple-deep);
  padding-inline: 4px;
}
.plate-inq__sep {
  color: var(--lx-silver-500);
  font-weight: 700;
}
.plate-inq__box {
  width: 52px;
  height: 44px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--lx-border);
  background: var(--lx-surface);
  font-size: 18px;
  font-weight: 800;
  color: var(--lx-ink);
  direction: ltr;
}
.plate-inq__box--mid { width: 68px; }
.plate-inq__letter-wrap {
  position: relative;
  flex: none;
}
.plate-inq__letter-btn {
  width: 52px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--lx-border);
  background: var(--lx-surface);
  font-size: 17px;
  font-weight: 800;
  color: var(--lx-ink);
  padding: 0;
  cursor: pointer;
  transition: border-color var(--lx-ease), box-shadow var(--lx-ease);
}
.plate-inq__letter-btn:hover,
.plate-inq__letter-wrap.is-open .plate-inq__letter-btn {
  border-color: var(--lx-purple);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}
.plate-inq__letter-ph {
  font-size: 11px;
  font-weight: 700;
  color: var(--lx-silver-500);
}
.plate-inq__letter-btn.has-value .plate-inq__letter-val {
  font-size: 18px;
  color: var(--lx-purple-deep);
}
.plate-inq__letter-wrap.is-open {
  z-index: 50;
}
.plate-inq__letter-menu {
  position: absolute;
  z-index: 40;
  bottom: calc(100% + 6px);
  top: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: min(200px, calc(100vw - 48px));
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 3px;
  border-radius: 10px;
  border: 1px solid var(--lx-border);
  background: var(--lx-surface);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}
.plate-inq__letter-menu[hidden] { display: none !important; }
.plate-inq__letter-opt {
  width: 100%;
  height: 24px;
  border: 0;
  border-radius: 6px;
  background: var(--lx-silver-50);
  color: var(--lx-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}
.plate-inq__letter-opt:hover,
.plate-inq__letter-opt.is-on {
  background: var(--lx-purple-soft);
  color: var(--lx-purple-deep);
}
.plate-inq__hint {
  margin: 8px 2px 0;
  font-size: 12px;
  color: var(--lx-silver-500);
  line-height: 1.6;
  text-align: center;
}
.plate-inq__hint strong {
  color: var(--lx-purple-deep);
  font-weight: 800;
}
@media (max-width: 420px) {
  .plate-inq { gap: 6px; padding: 10px 8px; }
  .plate-inq__box {
    width: 44px;
    height: 40px;
    font-size: 16px;
    border-radius: 10px;
  }
  .plate-inq__box--mid { width: 58px; }
  .plate-inq__letter-btn {
    width: 44px;
    height: 40px;
    font-size: 15px;
    border-radius: 10px;
  }
  .plate-inq__iran { font-size: 12px; padding-inline: 2px; }
}
.inq-gateway-warn {
  margin: 10px 0 12px;
  padding: 14px;
  border-radius: var(--lx-radius-lg);
  border: 1px solid #fecaca;
  background: #fef2f2;
  text-align: center;
}
.inq-gateway-warn p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--lx-danger);
  font-weight: 700;
}
.inq-gateway-warn .btn { width: 100%; }
.help-modal {
  width: min(560px, 100%);
  position: relative;
  border: 1px solid var(--lx-purple-line);
  box-shadow: 0 24px 60px rgba(24, 24, 29, 0.16);
  transform: translateY(14px) scale(0.98);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}
#helpOverlay.open .help-modal {
  transform: none;
  opacity: 1;
}
.help-modal__glow {
  position: absolute;
  inset-inline-end: -40px;
  top: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--lx-purple-soft);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}
.help-modal__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--lx-purple-line);
  background: rgba(237, 233, 254, 0.55);
}
.help-modal__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.help-modal__badge {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--lx-purple-deep);
  background: var(--lx-surface);
  border: 1px solid var(--lx-purple-line);
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.1);
  flex-shrink: 0;
}
.help-modal__titles {
  min-width: 0;
}
.help-modal__titles strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: var(--lx-ink);
  letter-spacing: -0.02em;
}
.help-modal__titles span {
  display: block;
  font-size: 11px;
  color: var(--lx-silver-500);
  margin-top: 3px;
  font-weight: 600;
}
.help-modal__close {
  margin-inline-start: auto;
  flex-shrink: 0;
}
.help-modal__body {
  position: relative;
  z-index: 1;
  padding: 16px 18px 18px;
  background:
    linear-gradient(to bottom, rgba(244, 244, 246, 0.35) 0%, transparent 120px),
    var(--lx-surface);
}

.help-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 8px;
  border-radius: var(--lx-radius-pill);
  background: var(--lx-silver-50);
  border: 1px solid var(--lx-border);
}
.help-search {
  flex: 1;
  min-width: 0;
  height: 38px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  color: var(--lx-ink);
  padding-inline: 8px;
}
.help-search::placeholder { color: var(--lx-silver-400); }
.help-count {
  flex-shrink: 0;
  height: 30px;
  padding-inline: 12px;
  border-radius: var(--lx-radius-pill);
  background: var(--lx-purple-soft);
  border: 1px solid var(--lx-purple-line);
  font-size: 11px;
  font-weight: 800;
  color: var(--lx-purple-deep);
  display: inline-flex;
  align-items: center;
}

.help-list {
  display: grid;
  gap: 8px;
  max-height: min(58vh, 520px);
  overflow: auto;
  padding-inline-end: 2px;
}
.help-item {
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-lg);
  background: var(--lx-surface);
  overflow: hidden;
  transition: border-color var(--lx-ease), box-shadow var(--lx-ease);
}
.help-item.is-open {
  border-color: var(--lx-purple-line);
  box-shadow: 0 8px 22px rgba(124, 58, 237, 0.08);
}
.help-item[hidden] { display: none; }
.help-item__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: start;
  color: inherit;
}
.help-item__toggle:hover { background: var(--lx-silver-50); }
.help-item__ico {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--lx-purple-soft);
  border: 1px solid var(--lx-purple-line);
  flex-shrink: 0;
}
.help-item__ico img { width: 18px; height: 18px; object-fit: contain; }
.help-item__ico.is-fallback,
.help-single__ico.is-fallback {
  font-size: 12px;
  font-weight: 900;
  color: var(--lx-purple-deep);
}
.help-single__ico.is-fallback { font-size: 18px; }
.help-item__meta { flex: 1; min-width: 0; }
.help-item__meta strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--lx-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.help-item__meta small {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 700;
  color: var(--lx-silver-400);
}
.help-item__chev {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  border: 1px solid var(--lx-border);
  background: var(--lx-silver-50);
  position: relative;
  flex-shrink: 0;
  transition: transform var(--lx-ease), background var(--lx-ease), border-color var(--lx-ease);
}
.help-item__chev::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-inline-end: 2px solid var(--lx-silver-500);
  border-bottom: 2px solid var(--lx-silver-500);
  transform: rotate(45deg) translateY(-1px);
}
.help-item.is-open .help-item__chev {
  transform: rotate(180deg);
  background: var(--lx-purple-soft);
  border-color: var(--lx-purple-line);
}
.help-item__body {
  display: none;
  padding: 0 14px 14px 60px;
}
.help-item.is-open .help-item__body { display: block; }
.help-item__body p {
  font-size: 12px;
  color: var(--lx-silver-600);
  line-height: 1.85;
  margin: 0;
  padding: 10px 12px;
  border-radius: var(--lx-radius);
  background: var(--lx-silver-50);
  border: 1px solid var(--lx-border);
}

.help-single {
  display: grid;
  gap: 14px;
}
.help-single__hero {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: var(--lx-radius-xl);
  background: var(--lx-silver-50);
  border: 1px solid var(--lx-border);
}
.help-single__ico {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--lx-purple-soft);
  border: 1px solid var(--lx-purple-line);
  box-shadow: 0 6px 18px rgba(124, 58, 237, 0.1);
  flex-shrink: 0;
}
.help-single__ico img { width: 26px; height: 26px; object-fit: contain; }
.help-single__hero h3 {
  font-size: 17px;
  font-weight: 900;
  color: var(--lx-ink);
  letter-spacing: -0.02em;
  margin: 0 0 4px;
}
.help-single__tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding-inline: 10px;
  border-radius: var(--lx-radius-pill);
  background: var(--lx-surface);
  border: 1px solid var(--lx-purple-line);
  font-size: 10px;
  font-weight: 800;
  color: var(--lx-purple-deep);
}
.help-single__content p {
  font-size: 14px;
  color: var(--lx-silver-600);
  line-height: 1.9;
  margin: 0;
  padding: 14px 16px;
  border-radius: var(--lx-radius-lg);
  background: var(--lx-surface);
  border: 1px solid var(--lx-border);
}
.help-single__tip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: var(--lx-radius-lg);
  background: var(--lx-blue-soft);
  border: 1px solid var(--lx-blue-line);
}
.help-single__tip strong {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 900;
  color: var(--lx-blue-dark);
  background: var(--lx-surface);
  border: 1px solid var(--lx-blue-line);
  border-radius: var(--lx-radius-pill);
  padding: 4px 8px;
}
.help-single__tip span {
  font-size: 12px;
  font-weight: 600;
  color: var(--lx-blue-dark);
  line-height: 1.7;
}
.res-json {
  background: var(--lx-silver-900);
  color: #e5e7eb;
  border-radius: var(--lx-radius-lg);
  padding: 12px;
  font-family: Consolas, monospace;
  font-size: 11px;
  direction: ltr;
  text-align: left;
  white-space: pre-wrap;
  max-height: 220px;
  overflow: auto;
}
.err-msg { color: var(--lx-danger); font-size: 13px; text-align: center; }
.result-actions { display: grid; gap: 8px; margin: 12px 0; }

.inq-share-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 10px 0 4px;
}
.inq-act-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-pill);
  background: var(--lx-surface);
  color: var(--lx-ink-muted);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: color var(--lx-ease), border-color var(--lx-ease), background var(--lx-ease), box-shadow var(--lx-ease);
}
.inq-act-btn svg { flex-shrink: 0; opacity: 0.75; }
.inq-act-btn:hover {
  color: var(--lx-purple-deep);
  border-color: var(--lx-purple-line);
  background: #faf8ff;
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.08);
}
.result-actions .inq-share-actions { margin: 0; justify-content: stretch; }
.result-actions .inq-act-btn { flex: 1; justify-content: center; min-width: 0; }

.svc-popular-badge {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding-inline: 8px;
  margin-bottom: 4px;
  border-radius: var(--lx-radius-pill);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(236, 72, 153, 0.08));
  color: var(--lx-purple-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.share-page {
  min-height: calc(100vh - 72px);
  padding: 28px 0 48px;
  background: linear-gradient(180deg, #f8f6ff 0%, var(--lx-bg) 40%);
}
.share-card {
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-xl);
  background: var(--lx-surface);
  box-shadow: 0 12px 40px rgba(24, 24, 29, 0.06);
  overflow: hidden;
}
.share-card__head {
  padding: 24px 24px 16px;
  border-bottom: 1px solid var(--lx-border);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.06), transparent);
}
.share-card__eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--lx-purple);
  margin-bottom: 6px;
}
.share-card__head h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--lx-ink);
}
.share-card__meta {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--lx-ink-muted);
}
.share-card__section {
  padding: 18px 24px;
  border-bottom: 1px solid var(--lx-border);
}
.share-card__section h2 {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--lx-ink);
}
.share-card__dl { margin: 0; }
.share-card__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--lx-border);
  font-size: 13px;
}
.share-card__row:last-child { border-bottom: 0; }
.share-card__row dt { color: var(--lx-ink-muted); font-weight: 500; }
.share-card__row dd { margin: 0; font-weight: 600; color: var(--lx-ink); text-align: end; }
.share-card__result { font-size: 14px; line-height: 1.7; }
.share-card__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 24px 20px;
  background: var(--lx-bg);
}
.share-card__foot p {
  margin: 0;
  font-size: 11px;
  color: var(--lx-ink-muted);
  max-width: 320px;
}

.inq-loading { text-align: center; padding: 28px; }
.inq-loading-spin {
  width: 36px;
  height: 36px;
  border: 2px solid var(--lx-border);
  border-top-color: var(--lx-purple);
  border-radius: 50%;
  margin: 0 auto 14px;
  animation: spin 0.8s linear infinite;
}
.inq-result-badge {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding-inline: 12px;
  border-radius: var(--lx-radius-pill);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 12px;
}
.inq-result-badge.ok { background: var(--lx-blue-soft); color: var(--lx-blue-dark); }
.inq-result-badge.fail { background: var(--lx-danger-soft); color: var(--lx-danger); }
.inq-result-badge.pending { background: var(--lx-warning-soft); color: var(--lx-warning); }
.inq-result h3 { font-size: 18px; font-weight: 800; margin-bottom: 8px; color: var(--lx-ink); }
.inq-track, .inq-msg { font-size: 13px; color: var(--lx-silver-600); margin-bottom: 10px; }
.inq-block {
  background: var(--lx-silver-50);
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-lg);
  padding: 14px;
  margin-top: 12px;
}
.inq-block-title { font-size: 11px; font-weight: 800; color: var(--lx-silver-400); margin-bottom: 8px; }
.inq-dl { display: grid; grid-template-columns: 100px 1fr; gap: 8px 12px; font-size: 13px; }
.inq-dl dt { color: var(--lx-silver-400); }
.inq-dl dd { color: var(--lx-ink); font-weight: 700; word-break: break-word; }

/* STATIC PAGES */
.page-hero, .o-page-hero {
  padding: 36px 0 32px;
  background: var(--lx-silver-50);
  border-bottom: 1px solid var(--lx-border);
  margin-bottom: 24px;
  text-align: center;
}
.page-hero--contact {
  background: rgba(219, 234, 254, 0.25);
  border-bottom-color: var(--lx-blue-line);
}
.page-hero--about {
  background: rgba(237, 233, 254, 0.35);
  border-bottom-color: var(--lx-purple-line);
}
.page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding-inline: 12px;
  margin-bottom: 10px;
  border-radius: var(--lx-radius-pill);
  background: var(--lx-surface);
  border: 1px solid var(--lx-border);
  font-size: 11px;
  font-weight: 800;
  color: var(--lx-purple-deep);
}
.page-hero--contact .page-hero__eyebrow {
  border-color: var(--lx-blue-line);
  color: var(--lx-blue-dark);
}
.page-hero h1 { font-size: clamp(26px, 4vw, 32px); font-weight: 900; color: var(--lx-ink); letter-spacing: -0.02em; }
.page-hero p { max-width: 48ch; color: var(--lx-silver-600); margin: 10px auto 0; font-size: 14px; }

/* ── CONTACT PAGE ── */
.contact-page { margin-bottom: 40px; }
.contact-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 14px;
}
.contact-page__cards {
  display: grid;
  gap: 10px;
}
.contact-page__card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--lx-radius-xl);
  border: 1px solid var(--lx-border);
  background: var(--lx-surface);
  box-shadow: var(--lx-shadow);
  text-decoration: none;
  color: inherit;
  transition: border-color var(--lx-ease), transform var(--lx-ease), box-shadow var(--lx-ease);
}
.contact-page__card:hover {
  border-color: var(--lx-purple-line);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.08);
}
.contact-page__card--wide { cursor: default; }
.contact-page__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--lx-purple-soft);
  border: 1px solid var(--lx-purple-line);
  color: var(--lx-purple-deep);
  flex-shrink: 0;
}
.contact-page__icon--blue {
  background: rgba(219, 234, 254, 0.45);
  border-color: var(--lx-blue-line);
  color: var(--lx-blue-dark);
}
.contact-page__icon--silver {
  background: var(--lx-silver-50);
  border-color: var(--lx-border);
  color: var(--lx-silver-600);
}
.contact-page__icon svg { width: 20px; height: 20px; }
.contact-page__card b {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: var(--lx-ink);
  margin-bottom: 4px;
}
.contact-page__card p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--lx-silver-600);
  line-height: 1.6;
}
.contact-page__side {
  position: relative;
  min-height: 320px;
  border-radius: var(--lx-radius-xl);
  overflow: hidden;
  border: 1px solid var(--lx-border);
  box-shadow: var(--lx-shadow);
}
.contact-page__side::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 24, 29, 0.15) 0%, rgba(24, 24, 29, 0.82) 100%);
  z-index: 1;
}
.contact-page__side::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--contact-photo);
  background-size: cover;
  background-position: center;
}
.contact-page__side-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 22px;
  color: #fff;
}
.contact-page__side-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding-inline: 10px;
  border-radius: var(--lx-radius-pill);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 11px;
  font-weight: 800;
  width: fit-content;
}
.contact-page__side h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.contact-page__side p {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.65;
}
.contact-page__hours {
  padding: 12px 14px;
  border-radius: var(--lx-radius-lg);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  margin: 4px 0 8px;
}
.contact-page__hours b {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
.contact-page__hours p { font-size: 12px; color: rgba(255, 255, 255, 0.9); }
.contact-page__side .btn { width: 100%; justify-content: center; }

/* ── ABOUT PAGE ── */
.about-page { margin-bottom: 40px; }
.about-page__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.about-page__stat {
  padding: 16px 14px;
  text-align: center;
  border-radius: var(--lx-radius-xl);
  border: 1px solid var(--lx-border);
  background: var(--lx-surface);
  box-shadow: var(--lx-shadow);
}
.about-page__stat strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: var(--lx-purple-deep);
  margin-bottom: 4px;
}
.about-page__stat span {
  font-size: 11px;
  font-weight: 700;
  color: var(--lx-silver-500);
}
.about-page__stat--info { border-color: var(--lx-purple-line); background: rgba(237, 233, 254, 0.35); }
.about-page__stat--info strong { color: var(--lx-purple-deep); }
.about-page__stat--ok { border-color: var(--lx-blue-line); background: rgba(219, 234, 254, 0.25); }
.about-page__stat--ok strong { color: var(--lx-blue-dark); }
.about-page__stat--secure { border-color: var(--lx-border); background: var(--lx-silver-50); }
.about-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.about-page__card {
  padding: 18px;
  border-radius: var(--lx-radius-xl);
  border: 1px solid var(--lx-border);
  background: var(--lx-surface);
  box-shadow: var(--lx-shadow);
}
.about-page__card--purple { border-color: var(--lx-purple-line); background: rgba(237, 233, 254, 0.2); }
.about-page__card--blue { border-color: var(--lx-blue-line); background: rgba(219, 234, 254, 0.18); }
.about-page__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--lx-purple-soft);
  border: 1px solid var(--lx-purple-line);
  color: var(--lx-purple-deep);
  margin-bottom: 12px;
}
.about-page__card--purple .about-page__icon { background: var(--lx-surface); }
.about-page__card--blue .about-page__icon {
  background: var(--lx-surface);
  border-color: var(--lx-blue-line);
  color: var(--lx-blue-dark);
}
.about-page__icon svg { width: 18px; height: 18px; }
.about-page__card h2 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 900;
  color: var(--lx-ink);
}
.about-page__card p {
  margin: 0;
  font-size: 13px;
  color: var(--lx-silver-600);
  line-height: 1.65;
}
.about-page__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.about-page__panel {
  padding: 20px;
  border-radius: var(--lx-radius-xl);
  border: 1px solid var(--lx-border);
  background: var(--lx-surface);
  box-shadow: var(--lx-shadow);
}
.about-page__panel--mission {
  border-color: var(--lx-purple-line);
  background: rgba(237, 233, 254, 0.22);
}
.about-page__panel h2 {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 900;
  color: var(--lx-ink);
}
.about-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.about-page__list li {
  position: relative;
  padding-inline-start: 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--lx-silver-600);
  line-height: 1.55;
}
.about-page__list li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lx-purple);
}
.about-page__panel p {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--lx-silver-600);
  line-height: 1.65;
}

.page-content {
  background: var(--lx-surface);
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-xl);
  padding: 28px;
  margin-bottom: 40px;
  box-shadow: var(--lx-shadow);
}
.page-content h2 { font-size: 17px; font-weight: 800; color: var(--lx-ink); margin: 20px 0 8px; }
.page-content p, .page-content li { font-size: 14px; color: var(--lx-silver-600); margin-bottom: 8px; }
.page-content code {
  background: var(--lx-purple-soft);
  color: var(--lx-purple-deep);
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 12px;
  direction: ltr;
  display: inline-block;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 24px 0;
}
.about-stat {
  padding: 18px;
  text-align: center;
  background: var(--lx-surface);
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-xl);
  box-shadow: var(--lx-shadow);
}
.about-stat b { display: block; font-size: 20px; font-weight: 900; color: var(--lx-purple); }
.about-stat span { font-size: 11px; color: var(--lx-silver-400); }
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0; }
.about-card {
  padding: 20px;
  background: var(--lx-surface);
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-xl);
  box-shadow: var(--lx-shadow);
}
.about-card.green { border-top: 3px solid var(--lx-purple); }
.about-card.purple { border-top: 3px solid var(--lx-blue); }
.about-card.silver { border-top: 3px solid var(--lx-silver-300); }
.about-card b { display: block; font-size: 14px; font-weight: 800; margin-bottom: 8px; color: var(--lx-ink); }
.about-card p { font-size: 13px; color: var(--lx-silver-600); margin: 0; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 16px; margin-bottom: 40px; }
.contact-cards {
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-xl);
  overflow: hidden;
  background: var(--lx-surface);
  box-shadow: var(--lx-shadow);
}
.contact-card { display: flex; gap: 14px; padding: 18px; border-bottom: 1px solid var(--lx-border); }
.contact-card:last-child { border-bottom: 0; }
.contact-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--lx-purple-soft);
  display: grid;
  place-items: center;
  flex: none;
}
.contact-card-icon img { width: 20px; height: 20px; }
.contact-card b { display: block; font-size: 14px; font-weight: 800; margin-bottom: 4px; color: var(--lx-ink); }
.svc-card--no-icon .lx-svc__main,
.lx-svc--no-icon .svc-card-top { flex-direction: row; }

.contact-side--photo {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.contact-side--photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(24, 24, 29, 0.68);
}
.contact-side--photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--contact-photo);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.contact-side__inner {
  position: relative;
  z-index: 1;
  padding: 28px;
  color: #fff;
}
.contact-side--photo h3 { font-size: 18px; font-weight: 900; margin-bottom: 12px; }
.contact-side--photo p { font-size: 13px; color: #e4e4e7; margin-bottom: 8px; }
.contact-side--photo .contact-hours {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.contact-side__btn { margin-top: 16px; width: 100%; }
.contact-card { padding: 18px 20px; }
.contact-card-icon { display: none; }

.auth-modal-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  background: transparent;
  border-radius: 12px;
  padding: 6px;
  border: 1px solid var(--lx-border);
  box-sizing: border-box;
}
.doc-pre {
  background: var(--lx-silver-900);
  color: #e5e7eb;
  border-radius: var(--lx-radius-lg);
  padding: 16px;
  font-size: 12px;
  direction: ltr;
  text-align: left;
  overflow: auto;
  font-family: Consolas, monospace;
}
.dev-service {
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-xl);
  padding: 20px;
  margin: 16px 0;
  background: var(--lx-surface);
  box-shadow: var(--lx-shadow);
}
.dev-service h3 { font-size: 16px; font-weight: 800; color: var(--lx-ink); margin-bottom: 8px; }
.dev-fields { font-size: 13px; color: var(--lx-silver-500); }

.badge, .ac-badge {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding-inline: 10px;
  border-radius: var(--lx-radius-pill);
  font-size: 11px;
  font-weight: 800;
}
.badge.ok, .ac-badge--done { background: var(--lx-blue-soft); color: var(--lx-blue-dark); }
.badge.fail, .ac-badge--cancel { background: var(--lx-danger-soft); color: var(--lx-danger); }
.badge.pending { background: var(--lx-warning-soft); color: var(--lx-warning); }
.table, .ac-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.table th, .ac-table th {
  padding: 12px 14px;
  border-bottom: 1px solid var(--lx-border);
  text-align: start;
  font-size: 11px;
  font-weight: 700;
  color: var(--lx-silver-400);
  background: var(--lx-silver-50);
}
.table td, .ac-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--lx-border);
  vertical-align: middle;
}
.table tbody tr:last-child td, .ac-table tr:last-child td { border-bottom: 0; }
.table tbody tr:hover td, .ac-table tbody tr:hover td { background: var(--lx-silver-50); }
.table td a { color: var(--lx-blue); font-weight: 700; font-size: 12px; }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: 12px; font-weight: 700; color: var(--lx-silver-600); margin-bottom: 6px; }
.form-row input, .form-row textarea, .form-row select {
  width: 100%;
  height: 44px;
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius-lg);
  padding-inline: 14px;
  font-size: 13px;
  background: var(--lx-surface);
}
.form-row textarea { height: 96px; padding-block: 12px; }
.form-row input:focus, .form-row textarea:focus {
  outline: none;
  border-color: var(--lx-purple);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}
.alert-ok {
  background: var(--lx-blue-soft);
  border: 1px solid var(--lx-blue-line);
  color: var(--lx-blue-dark);
  border-radius: var(--lx-radius-lg);
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.toasts {
  position: fixed;
  bottom: calc(var(--lx-dock) + env(safe-area-inset-bottom, 0px) + 16px);
  inset-inline-start: 16px;
  z-index: 300;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.toast {
  background: var(--lx-surface);
  border: 1px solid var(--lx-border);
  border-inline-start: 3px solid var(--lx-purple);
  border-radius: var(--lx-radius-lg);
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: var(--lx-shadow-lg);
}
.toast.err { border-inline-start-color: var(--lx-danger); background: var(--lx-danger-soft); }

.reveal { opacity: 1; transform: none; }
html.js-anim .reveal { opacity: 0; transform: translateY(10px); transition: opacity 0.4s ease, transform 0.4s ease; }
html.js-anim .reveal.in { opacity: 1; transform: none; }
.anim-chip { animation: chipIn 0.4s ease both; }
@keyframes chipIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes spin { to { transform: rotate(360deg); } }
.btn-spin {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  display: none;
  flex-shrink: 0;
}
.btn-spin:not([hidden]) { display: inline-block; }
[hidden] { display: none !important; }

@media (max-width: 900px) {
  .hide-mobile, .lx-menu, .lx-actions { display: none !important; }
  .show-mobile, .lx-nav-toggle { display: grid; }
  .lx-hero { grid-template-columns: 1fr; gap: 20px; padding: 24px 0 4px; }
  .lx-hero__copy { text-align: center; align-items: stretch; }
  .lx-hero__eyebrow { justify-content: center; }
  .lx-hero__head {
    grid-template-columns: minmax(0, 1fr) minmax(162px, 46%);
    column-gap: 10px;
    align-items: end;
    align-self: stretch;
  }
  .lx-hero__title {
    align-items: flex-start;
    text-align: start;
  }
  .lx-hero__title-line { font-size: clamp(18px, 5vw, 24px); }
  .lx-hero__title-accent { font-size: clamp(22px, 6.5vw, 30px); }
  .lx-hero__speed {
    width: auto;
    min-width: 0;
    margin-top: 8px;
    padding: 10px 11px;
  }
  .lx-hero__speed-time { font-size: 12px; }
  .lx-hero__speed-text { font-size: 11px; line-height: 1.45; }
  .lx-hero__title-accent::after { inset-inline: 8px; }
  .lx-hero__perks { justify-content: center; }
  .lx-hero__cta { justify-content: center; }
  .lx-hero__visual {
    width: 100%;
    border-radius: var(--lx-radius-xl);
    overflow: hidden;
    border: 1px solid var(--lx-border);
    background: var(--lx-surface);
    box-shadow: var(--lx-shadow);
  }
  .lx-hero__visual img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    border-radius: var(--lx-radius-xl);
  }
  .lx-home-band { padding-bottom: 20px; margin-bottom: 4px; }
  .lx-visual-grid {
    grid-template-columns: repeat(2, 148px);
    gap: 28px 44px;
    justify-content: center;
  }
  .lx-visual-node { width: 148px; height: 148px; }
  .lx-visual-link { display: none; }
  .lx-visual-spokes { display: none; }
  .lx-top-btn { bottom: calc(var(--lx-dock) + env(safe-area-inset-bottom, 0px) + 16px); }
  .lx-svc-grid, .svc-grid { grid-template-columns: 1fr; }
  .footer-grid, .about-grid, .about-stats, .contact-grid,
  .about-page__stats, .about-page__grid, .about-page__body, .contact-page__grid { grid-template-columns: 1fr; }
  .about-page__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .inq-dl { grid-template-columns: 1fr; }
  .lx-dock, .mobile-nav { display: grid; inset-inline: 0; border-radius: 0; border-inline: 0; }
}
@media (min-width: 901px) {
  body { padding-bottom: 0; }
  .lx-dock, .mobile-nav { display: none; }
  .toasts { bottom: 20px; }
  .lx-top-btn { bottom: 24px; }

  .lx-top, .site-header {
    height: 74px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(16px) saturate(1.15);
    border-bottom: 1px solid rgba(216, 216, 223, 0.85);
    box-shadow: 0 10px 30px rgba(24, 24, 29, 0.04);
  }
  .lx-top__inner {
    height: 74px;
  }
  .lx-top__inner::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(420px, 42vw);
    height: 2px;
    border-radius: 2px;
    background: var(--lx-purple-line);
    opacity: 0.55;
    pointer-events: none;
  }

  .lx-brand {
    gap: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    align-items: stretch;
    transition: none;
  }
  .lx-brand:hover {
    border-color: transparent;
    box-shadow: none;
    transform: none;
  }
  .lx-brand__logo {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(124, 58, 237, 0.14);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }
  .lx-brand:hover .lx-brand__logo {
    transform: none;
    box-shadow: 0 6px 18px rgba(124, 58, 237, 0.14);
  }
  .lx-brand__name {
    justify-content: center;
    padding-inline: 12px 0;
    margin-inline-start: 12px;
    border-inline-start: 2px solid var(--lx-purple-line);
  }
  .lx-brand__name small {
    color: var(--lx-purple-deep);
    opacity: 0.72;
    font-weight: 700;
  }

  .lx-menu--dock {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    white-space: nowrap;
    padding: 6px;
    border-radius: var(--lx-radius-pill);
    background: var(--lx-silver-50);
    border: 1px solid var(--lx-border);
    box-shadow: 0 4px 18px rgba(24, 24, 29, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    gap: 3px;
  }
  .lx-menu--dock a {
    height: 38px;
    padding-inline: 17px;
    font-weight: 700;
    letter-spacing: -0.02em;
    position: relative;
    border-radius: var(--lx-radius-pill);
    transition: color var(--lx-ease), background var(--lx-ease), box-shadow var(--lx-ease), transform var(--lx-ease);
  }
  .lx-menu--dock a + a::before {
    content: '';
    position: absolute;
    inset-inline-start: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: var(--lx-silver-200);
    pointer-events: none;
  }
  .lx-menu--dock a:hover:not(.is-on) {
    color: var(--lx-ink);
    background: var(--lx-surface);
    box-shadow: 0 2px 8px rgba(24, 24, 29, 0.05);
    transform: translateY(-1px);
  }
  .lx-menu--dock a.is-on {
    color: var(--lx-purple-deep);
    background: var(--lx-surface);
    box-shadow: 0 4px 14px rgba(124, 58, 237, 0.12), inset 0 0 0 1px var(--lx-purple-line);
  }

  .lx-actions {
    padding: 5px;
    border-radius: var(--lx-radius-pill);
    border: 1px solid var(--lx-border);
    background: var(--lx-surface);
    box-shadow: 0 2px 12px rgba(24, 24, 29, 0.04);
    gap: 6px;
  }
  .lx-wallet {
    height: 38px;
    padding-inline: 14px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  }
  .profile-btn {
    width: 42px;
    height: 42px;
    border-width: 2px;
    box-shadow: 0 2px 10px rgba(124, 58, 237, 0.1);
    transition: transform var(--lx-ease), box-shadow var(--lx-ease), border-color var(--lx-ease);
  }
  .profile-btn:hover {
    transform: translateY(-1px);
    border-color: var(--lx-purple);
    box-shadow: 0 6px 16px rgba(124, 58, 237, 0.14);
  }

  .lx-brand, .lx-actions { position: relative; z-index: 4; }
}
