/**
 * AIVAS MARKET — общая тема (тёмный фон, неоновый фиолетовый акцент)
 */
* { box-sizing: border-box; }
em,
i {
  font-style: normal;
}
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }

:root {
  --radius-sm: 5px;
  --radius-md: 5px;
  --radius-lg: 5px;
  --radius-xl: 5px;
  --radius-pill: 5px;

  --bg-0: #121212;
  --bg-1: #161616;
  --bg-2: #1c1c1c;
  --bg-3: #252525;
  --bg-card: #1a1a1e;

  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.14);

  --ink-0: #fafafa;
  --ink-1: #e5e5e5;
  --ink-2: #a3a3a3;
  --ink-3: #737373;
  --ink-4: #525252;

  --acc: #7c3aed;
  --acc-hover: color-mix(in srgb, var(--acc) 74%, black 26%);
  --acc-soft: rgba(124, 58, 237, 0.18);
  --acc-muted: rgba(124, 58, 237, 0.3);
  --acc-line: rgba(124, 58, 237, 0.6);
  --acc-text-on-fill: #ffffff;
  --badge-tech-bg: rgba(16, 12, 28, 0.94);
  --badge-tech-border: rgba(124, 58, 237, 0.58);
  --badge-tech-glow: 0 0 14px rgba(124, 58, 237, 0.26);
  --badge-tech-fs: 8px;
  --badge-tech-pad-y: 3px;
  --badge-tech-pad-x: 7px;
  --badge-tech-letter: 0.1em;

  --warn: #fb923c;

  --header-grad-start: rgba(18, 18, 18, 0.94);
  --header-grad-end: rgba(18, 18, 18, 0.82);

  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.35);
  --shadow-hover: 0 12px 40px rgba(124, 58, 237, 0.14);

  /* Секции каталога / «почему мы» — фон и карточки (зависят от темы) */
  --panel-section-bg: linear-gradient(135deg, rgba(18, 18, 18, 0.5), rgba(25, 25, 25, 0.6));
  --panel-grid-fg: rgba(124, 58, 237, 0.02);
  --surface-elevated: rgba(26, 26, 30, 0.35);
  --surface-elevated-2: rgba(26, 26, 30, 0.4);
  --surface-elevated-hover: rgba(26, 26, 30, 0.55);
  --surface-elevated-hover-2: rgba(26, 26, 30, 0.6);
  --surface-field: rgba(26, 26, 30, 0.3);
  --surface-field-focus: rgba(26, 26, 30, 0.5);
  --surface-row: rgba(26, 26, 30, 0.2);
  --surface-row-hover: rgba(26, 26, 30, 0.4);
  --border-acc-008: rgba(124, 58, 237, 0.08);
  --border-acc-012: rgba(124, 58, 237, 0.12);
  --border-acc-015: rgba(124, 58, 237, 0.15);
  --border-acc-020: rgba(124, 58, 237, 0.2);
  --view-toggle-well: rgba(0, 0, 0, 0.2);
  --toggle-active-bg: rgba(124, 58, 237, 0.15);
  --toggle-active-border: rgba(124, 58, 237, 0.3);
  --benefit-card-hover-bg: rgba(26, 26, 30, 0.3);
  --benefit-icon-shimmer: rgba(124, 58, 237, 0.04);
  --product-card-veil: rgba(124, 58, 237, 0.05);
  --product-card-grad-overlay: linear-gradient(135deg, rgba(124, 58, 237, 0.08), transparent);
  --product-card-radial: radial-gradient(600px circle at 30% 30%, rgba(124, 58, 237, 0.05), transparent);
  --shadow-benefit-hover: 0 8px 24px rgba(124, 58, 237, 0.08);
  --btn-details-hover-bg: rgba(124, 58, 237, 0.1);
  --tile-hover-shadow: 0 16px 40px rgba(124, 58, 237, 0.12);
  --shadow-btn-fill-hover: 0 8px 28px rgba(124, 58, 237, 0.35);
}

[data-theme="light"] {
  --bg-0: #f4f4f5;
  --bg-1: #ffffff;
  --bg-2: #fafafa;
  --bg-3: #e4e4e7;
  --bg-card: #ffffff;

  --line: rgba(0, 0, 0, 0.08);
  --line-2: rgba(0, 0, 0, 0.12);

  --ink-0: #18181b;
  --ink-1: #27272a;
  --ink-2: #52525b;
  --ink-3: #71717a;
  --ink-4: #a1a1aa;

  --acc: #6d28d9;
  --acc-soft: rgba(109, 40, 217, 0.14);
  --acc-muted: rgba(109, 40, 217, 0.24);
  --acc-line: rgba(109, 40, 217, 0.48);
  --acc-text-on-fill: #ffffff;
  --badge-tech-bg: rgba(245, 243, 255, 0.97);
  --badge-tech-border: rgba(109, 40, 217, 0.55);
  --badge-tech-glow: 0 0 12px rgba(109, 40, 217, 0.14);

  --header-grad-start: rgba(255, 255, 255, 0.98);
  --header-grad-end: rgba(244, 244, 245, 0.94);

  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 12px 40px rgba(109, 40, 217, 0.12);

  --panel-section-bg: linear-gradient(145deg, #ffffff, rgba(250, 250, 250, 0.97));
  --panel-grid-fg: rgba(109, 40, 217, 0.06);
  --surface-elevated: #ffffff;
  --surface-elevated-2: #ffffff;
  --surface-elevated-hover: #f0fdfa;
  --surface-elevated-hover-2: #ecfeff;
  --surface-field: rgba(244, 244, 245, 0.95);
  --surface-field-focus: #ffffff;
  --surface-row: rgba(255, 255, 255, 0.82);
  --surface-row-hover: rgba(240, 253, 250, 0.92);
  --border-acc-008: rgba(109, 40, 217, 0.1);
  --border-acc-012: rgba(109, 40, 217, 0.14);
  --border-acc-015: rgba(109, 40, 217, 0.16);
  --border-acc-020: rgba(109, 40, 217, 0.22);
  --view-toggle-well: rgba(0, 0, 0, 0.06);
  --toggle-active-bg: rgba(109, 40, 217, 0.12);
  --toggle-active-border: rgba(109, 40, 217, 0.32);
  --benefit-card-hover-bg: rgba(109, 40, 217, 0.08);
  --benefit-icon-shimmer: rgba(109, 40, 217, 0.07);
  --product-card-veil: rgba(109, 40, 217, 0.06);
  --product-card-grad-overlay: linear-gradient(135deg, rgba(109, 40, 217, 0.1), transparent);
  --product-card-radial: radial-gradient(600px circle at 30% 30%, rgba(109, 40, 217, 0.06), transparent);
  --shadow-benefit-hover: 0 8px 24px rgba(109, 40, 217, 0.1);
  --btn-details-hover-bg: rgba(109, 40, 217, 0.1);
  --tile-hover-shadow: 0 16px 40px rgba(109, 40, 217, 0.14);
  --shadow-btn-fill-hover: 0 8px 28px rgba(109, 40, 217, 0.28);
}

body {
  background: var(--bg-0);
  color: var(--ink-1);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

/* ——— Шапка (как в макете стартового экрана) ——— */
.topbar {
  position: sticky;
  top: 0;
  z-index: 62;
  background: #000000;
  border-bottom: 1px solid var(--line);
}

[data-theme="light"] .topbar {
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  background: linear-gradient(180deg, var(--header-grad-start), var(--header-grad-end));
}

.topbar-end {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  min-height: 76px;
  padding: 12px 32px;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.brand-block {
  cursor: pointer;
  flex-shrink: 0;
  line-height: 0;
  margin-left: 18px;
}

.brand-logo {
  height: 60px;
  width: auto;
  border-radius: var(--radius-sm);
  box-sizing: border-box;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  background: transparent;
}

.brand-logo--theme-light {
  display: none;
}

[data-theme="light"] .brand-logo--theme-dark {
  display: none;
}

[data-theme="light"] .brand-logo--theme-light {
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  flex: 1;
  justify-content: center;
  min-width: 0;
}

.main-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.main-nav a:hover {
  color: var(--acc);
}

.topbar-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.topbar-phone {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-0);
  text-decoration: none;
  white-space: nowrap;
}

.topbar-phone:hover {
  color: var(--acc);
}

.btn-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 28px;
  padding: 0 12px;
  border-radius: var(--radius-md);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: var(--acc);
  box-shadow:
    0 0 0 1px rgba(124, 58, 237, 0.45),
    0 4px 24px rgba(124, 58, 237, 0.25);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.btn-header-cta:hover {
  background: var(--acc-hover);
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(124, 58, 237, 0.6),
    0 8px 32px rgba(124, 58, 237, 0.35);
}

.topbar-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 6px;
  height: 28px;
  padding: 0 10px;
  background: var(--acc);
  color: #fff;
  border-radius: var(--radius-md);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 12px rgba(124, 58, 237, 0.25);
}

.cart-btn--compact .cart-btn__label {
  display: inline;
}

.cart-btn__icon {
  font-size: 14px;
  line-height: 1;
}

.cart-btn:hover {
  transform: translateY(-2px);
  background: var(--acc-hover);
  box-shadow: var(--shadow-hover);
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #dc2626;
  color: #fff;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  pointer-events: none;
}

.theme-toggle {
  width: 58px;
  height: 34px;
  border-radius: var(--radius-pill);
  background: var(--bg-2);
  border: 1px solid var(--line-2);
  position: relative;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}

.theme-toggle.active {
  background: var(--acc-soft);
  border-color: var(--acc-line);
}

.theme-toggle::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ink-0);
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  transition: left 0.3s, box-shadow 0.3s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.theme-toggle.active::after {
  left: calc(100% - 3px - 28px);
}

/* Кнопка «гамбургер» и выезжающее меню (только мобила / узкая шапка) */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line-2);
  border-radius: var(--radius-md);
  background: var(--bg-2);
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s, background 0.2s;
}

.nav-toggle:hover {
  border-color: var(--acc-line);
  background: var(--bg-3);
}

.nav-toggle__bar {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 1px;
  background: var(--ink-0);
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.topbar.nav-open .nav-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.topbar.nav-open .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.topbar.nav-open .nav-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: var(--topbar-offset, 80px);
  z-index: 60;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.mobile-menu-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-panel {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--topbar-offset, 72px);
  z-index: 61;
  max-height: min(70vh, 420px);
  overflow-y: auto;
  padding: 16px 20px 20px;
  background: var(--bg-1);
  border-bottom: 1px solid var(--border-acc-015);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
  transform: translateY(-8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.28s;
}

.mobile-menu-panel.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-panel__links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-menu-panel__links a {
  display: block;
  padding: 14px 12px;
  border-radius: var(--radius-md);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink-0);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.mobile-menu-panel__links a:hover,
.mobile-menu-panel__links a:focus-visible {
  background: var(--acc-soft);
  color: var(--acc);
}

.mobile-menu-panel__phone {
  display: inline-block;
  margin-top: 12px;
  padding: 12px;
  font-size: 17px;
  font-weight: 700;
  color: var(--acc);
  text-decoration: none;
}

.mobile-menu-panel__cta {
  display: block;
  margin-top: 12px;
  padding: 14px 18px;
  text-align: center;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 700;
  color: var(--acc-text-on-fill);
  background: var(--acc);
  text-decoration: none;
  border: 1px solid rgba(124, 58, 237, 0.45);
}

[data-theme="light"] .mobile-menu-panel__cta {
  border-color: rgba(109, 40, 217, 0.4);
}

body.mobile-nav-open {
  overflow: hidden;
}

/* ——— Стартовый блок (первый экран, бирюзовый акцент + виджет прайса) ——— */
.start-block {
  position: relative;
  padding: 0 0 48px;
  margin-bottom: 56px;
  overflow: hidden;
}

.start-block__bg {
  position: absolute;
  inset: 0;
  background-color: #0c0e10;
  background-image:
    linear-gradient(rgba(124, 58, 237, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 40%, transparent 100%);
  pointer-events: none;
}

.start-inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 32px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
}

.start-col--copy {
  padding-top: 8px;
}

.start-headline {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  margin: 0 0 24px;
  color: var(--ink-0);
  max-width: min(30rem, 100%);
  text-wrap: balance;
}

.start-headline__row {
  display: block;
  font-size: clamp(1.95rem, 4.3vw, 3.05rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.14;
}

.start-headline__row + .start-headline__row {
  margin-top: 0.16em;
}

.start-headline__accent {
  font-weight: 700;
  color: var(--acc);
}

.start-lead {
  font-size: clamp(15px, 1.6vw, 17px);
  color: var(--ink-2);
  max-width: 520px;
  margin: 0 0 32px;
  line-height: 1.65;
}

.start-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 36px;
}

.start-stat {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.start-stat:hover {
  border-color: rgba(124, 58, 237, 0.25);
  box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.08);
}

.start-stat__val {
  display: block;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 13px;
  font-weight: 600;
  color: var(--acc);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.start-stat__label {
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-3);
}

.start-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn-start {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.btn-start--primary {
  color: var(--acc-text-on-fill);
  background: var(--acc);
  box-shadow:
    0 0 0 1px rgba(124, 58, 237, 0.5),
    0 6px 32px rgba(124, 58, 237, 0.28);
}

.btn-start--primary:hover {
  background: var(--acc-hover);
  transform: translateY(-3px);
  box-shadow:
    0 0 0 1px rgba(124, 58, 237, 0.65),
    0 12px 40px rgba(124, 58, 237, 0.35);
}

.btn-start--ghost {
  color: var(--ink-0);
  border: 1px solid var(--line-2);
  background: rgba(255, 255, 255, 0.03);
}

.btn-start--ghost:hover {
  border-color: rgba(124, 58, 237, 0.45);
  color: var(--acc);
}

/* Виджет топ-прайса */
.start-widget {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-2);
  background: linear-gradient(165deg, rgba(30, 32, 36, 0.95), rgba(18, 18, 18, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(124, 58, 237, 0.06);
  padding: 22px 22px 18px;
}

.start-widget__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.start-widget__file {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.start-widget__stock {
  font-family: "Inter", system-ui, sans-serif;
  font-size: var(--badge-tech-fs);
  font-weight: 700;
  letter-spacing: var(--badge-tech-letter);
  text-transform: uppercase;
  color: var(--acc);
  background: var(--badge-tech-bg);
  border: 1px solid var(--badge-tech-border);
  box-shadow: var(--badge-tech-glow);
  padding: var(--badge-tech-pad-y) var(--badge-tech-pad-x);
  border-radius: var(--radius-sm);
}

.start-widget__title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
  color: var(--ink-0);
}

/* Вертикальная бесшовная прокрутка прайса (две копии списка) */
.start-price-scroll {
  position: relative;
  max-height: min(380px, 52vh);
  overflow: hidden;
  margin: 0 -4px;
  padding: 0 4px;
  border-radius: var(--radius-sm);
  mask-image: linear-gradient(
    180deg,
    transparent 0,
    #000 10px,
    #000 calc(100% - 10px),
    transparent 100%
  );
}

.start-price-scroll__track {
  display: flex;
  flex-direction: column;
  animation: start-price-marquee 90s linear infinite;
  will-change: transform;
}

.start-price-scroll:hover .start-price-scroll__track {
  animation-play-state: paused;
}

@keyframes start-price-marquee {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .start-price-scroll__track {
    animation: none;
  }

  .start-price-scroll {
    max-height: min(480px, 70vh);
    overflow-y: auto;
    mask-image: none;
    scrollbar-gutter: stable;
  }
}

.start-price-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  flex-shrink: 0;
}

.start-price-rows li {
  display: grid;
  grid-template-columns: 36px 1fr auto auto;
  gap: 10px 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.start-price-rows__idx {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: var(--ink-3);
}

.start-price-rows__main {
  min-width: 0;
}

.start-price-rows__name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-0);
  line-height: 1.25;
}

.start-price-rows__sub {
  display: block;
  font-size: 11px;
  color: var(--ink-3);
  margin-top: 2px;
}

.start-price-rows__spec {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: var(--ink-4);
  text-align: right;
}

.start-price-rows__price {
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 600;
  color: var(--acc);
  white-space: nowrap;
  text-align: right;
}

.start-widget__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}

.start-widget__src {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: var(--ink-4);
  letter-spacing: 0.06em;
}

.start-widget__live {
  font-size: 11px;
  font-weight: 600;
  color: var(--acc);
}

.start-ticker {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.start-ticker__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 12px 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.start-ticker__dot {
  opacity: 0.45;
}

[data-theme="light"] .start-block__bg {
  background-color: #f0f0f2;
  background-image:
    linear-gradient(rgba(124, 58, 237, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.06) 1px, transparent 1px);
  mask-image: none;
}

[data-theme="light"] .start-widget {
  background: var(--bg-card);
  box-shadow: var(--shadow-card);
}

[data-theme="light"] .start-ticker {
  background: rgba(255, 255, 255, 0.65);
}

[data-theme="light"] .product-card {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

[data-theme="light"] .start-headline__accent {
  color: var(--acc);
  text-shadow: none;
}

[data-theme="light"] .start-stat__val,
[data-theme="light"] .start-price-rows__price,
[data-theme="light"] .start-widget__live {
  color: var(--acc);
}

[data-theme="light"] .btn-start--primary {
  background: var(--acc);
  box-shadow: 0 4px 24px rgba(124, 58, 237, 0.18);
  color: #fff;
}

[data-theme="light"] .btn-header-cta {
  background: var(--acc);
  color: #fff;
  box-shadow: 0 4px 20px rgba(124, 58, 237, 0.15);
}

[data-theme="light"] .start-stat {
  background: var(--bg-2);
}

@media (max-width: 1100px) {
  :root {
    --topbar-offset: 88px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .main-nav {
    display: none;
  }

  .topbar-inner {
    column-gap: 10px;
    row-gap: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-rows: auto auto;
    align-items: center;
    padding-top: max(14px, env(safe-area-inset-top, 0px));
    padding-bottom: 12px;
    padding-left: clamp(14px, 3vw, 28px);
    padding-right: clamp(14px, 3vw, 28px);
    min-height: 0;
  }

  .brand-block {
    margin-left: 0;
    min-width: 0;
    grid-column: 1;
    grid-row: 1;
  }

  .brand-logo {
    height: clamp(46px, 10vw, 52px);
  }

  .nav-toggle {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .topbar-end {
    display: contents;
  }

  .topbar-tools {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-self: end;
  }

  .topbar-cta {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    width: 100%;
    justify-content: stretch;
    min-width: 0;
    flex: unset;
  }

  .btn-header-cta {
    flex: 1;
    min-height: 32px;
    height: auto;
    padding: 6px 14px;
    font-size: 13px;
    justify-content: center;
  }

  .cart-btn--compact {
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
  }

  /* С темой и корзиной одна высота и тот же скруглённый прямоугольник, что у гамбургера */
  .theme-toggle {
    box-sizing: border-box;
    width: 64px;
    height: 44px;
    border-radius: var(--radius-md);
  }

  .theme-toggle::after {
    width: 32px;
    height: 32px;
    left: 6px;
  }

  .theme-toggle.active::after {
    left: calc(100% - 6px - 32px);
  }
}

@media (max-width: 900px) {
  .start-inner {
    grid-template-columns: 1fr;
    padding-top: 32px;
  }

  /* Две CTA в герое — как одна ширина и высота у «Запросить прайс» */
  .start-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .btn-start {
    width: 100%;
    box-sizing: border-box;
    min-height: 52px;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.35;
  }

  .cart-btn--compact .cart-btn__label {
    display: none;
  }

  .start-widget {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .start-price-rows {
    min-width: 520px;
  }

  .start-price-scroll .start-price-rows {
    min-width: 0;
    width: 100%;
  }
}

/* ORDER FORM SECTION */
.order-section {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 110;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(4px);
  overflow-y: auto;
}

.order-section.active {
  display: flex;
}

.order-container {
  background: var(--bg-1);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 900px;
  padding: 40px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.order-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  color: var(--ink-2);
  width: 40px;
  height: 40px;
  font-size: 24px;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.2s;
}

.order-close:hover {
  color: var(--acc);
  border-color: var(--acc-line);
}

.order-header {
  margin-bottom: 32px;
  text-align: center;
}

.order-header h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--ink-0);
  margin: 0 0 8px;
}

.order-subtitle {
  font-size: 15px;
  color: var(--ink-2);
  margin: 0;
}

.order-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.order-cart {
  background: var(--bg-2);
  border-radius: var(--radius-md);
  padding: 24px;
}

.order-cart h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-0);
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.order-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.order-item:last-child {
  border-bottom: none;
}

.order-item-name {
  font-weight: 600;
  color: var(--ink-0);
}

.order-item-qty {
  color: var(--ink-2);
  margin: 0 8px;
}

.order-item-price {
  color: var(--acc);
  font-weight: 600;
}

.order-empty {
  text-align: center;
  padding: 24px 0;
  color: var(--ink-3);
  font-size: 14px;
}

.order-summary {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.order-total {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: var(--ink-0);
}

.order-total-price {
  color: var(--acc);
}

.order-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-1);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.form-group input,
.form-group textarea {
  padding: 12px 14px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line-2);
  background: var(--bg-0);
  color: var(--ink-0);
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--acc-line);
  box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.btn-submit {
  padding: 14px 24px;
  background: var(--acc);
  color: #fff;
  border: none;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 8px;
}

.btn-submit:hover {
  background: var(--acc-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.35);
}

.btn-submit:disabled {
  background: var(--ink-4);
  cursor: not-allowed;
  transform: none;
}

.form-notice {
  font-size: 12px;
  color: var(--ink-3);
  margin: 0;
  text-align: center;
}

.form-error {
  color: #ef4444;
  font-size: 12px;
  margin-top: 4px;
}

.form-success {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid #22c55e;
  color: #22c55e;
  padding: 14px;
  border-radius: var(--radius-md);
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
}

/* ===== CATALOG HEADER ===== */
.catalog-header {
  padding: 64px 32px 48px;
  max-width: 1400px;
  margin: 0 auto 56px;
}

.catalog-header__content {
  text-align: center;
}

.catalog-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 16px;
  color: var(--ink-0);
  letter-spacing: -0.02em;
}

.catalog-subtitle {
  font-size: clamp(14px, 1.5vw, 16px);
  color: var(--ink-2);
  max-width: 700px;
  margin: 0 auto 28px;
  line-height: 1.6;
}

.catalog-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--ink-3);
}

.stat {
  color: var(--ink-2);
  font-weight: 600;
}

.stat-dot {
  color: var(--line-2);
}

/* ===== FILTERS TOP (UNIFIED) ===== */
.filters-top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.filters-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.search-controls {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.search-box {
  flex: 1;
  min-width: 240px;
}

.search-input {
  width: 100%;
  padding: 10px 16px;
  background: var(--surface-field);
  border: 1px solid var(--border-acc-020);
  border-radius: 8px;
  color: var(--ink-0);
  font-size: 14px;
  font-family: inherit;
  transition: all 0.2s ease;
}

.search-input::placeholder {
  color: var(--ink-3);
}

.search-input:focus {
  outline: none;
  border-color: var(--acc-line);
  background: var(--surface-field-focus);
}

.view-toggle {
  display: flex;
  gap: 8px;
  background: var(--view-toggle-well);
  padding: 4px;
  border-radius: 6px;
}

.toggle-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
  color: var(--ink-3);
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.toggle-btn:hover {
  color: var(--acc);
}

.toggle-btn.active {
  background: var(--toggle-active-bg);
  color: var(--acc);
  border-color: var(--toggle-active-border);
}

.sort-box {
  display: flex;
  align-items: center;
}

.sort-select {
  padding: 10px 14px;
  background: var(--surface-field);
  border: 1px solid var(--border-acc-020);
  color: var(--ink-0);
  font-size: 13px;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s ease;
}

.sort-select:hover, .sort-select:focus {
  border-color: var(--acc-line);
  background: var(--surface-field-focus);
}

.sort-select:focus {
  outline: none;
}

/* ===== PREMIUM PRODUCT CARDS ===== */
.product-card {
  background: var(--surface-elevated);
  border: 1px solid var(--border-acc-012);
  border-radius: 12px;
  padding: 20px 18px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(4px);
}

.product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--product-card-grad-overlay);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.product-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--product-card-radial);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.product-card:hover {
  border-color: var(--acc-line);
  transform: translateY(-4px);
  background: var(--surface-elevated-hover);
  box-shadow: var(--tile-hover-shadow);
}

.product-card:hover::before {
  opacity: 1;
}

.product-card:hover::after {
  opacity: 1;
}

.product-card__header {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.product-badge {
  font-family: "Inter", system-ui, sans-serif;
  font-size: var(--badge-tech-fs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--badge-tech-letter);
  padding: var(--badge-tech-pad-y) var(--badge-tech-pad-x);
  border-radius: var(--radius-sm);
  display: inline-block;
  background: var(--badge-tech-bg);
  color: var(--acc);
  border: 1px solid var(--badge-tech-border);
  box-shadow: var(--badge-tech-glow);
}

.product-badge--cat,
.product-badge--stock {
  background: var(--badge-tech-bg);
  color: var(--acc);
  border: 1px solid var(--badge-tech-border);
  box-shadow: var(--badge-tech-glow);
}

.product-sku {
  position: relative;
  z-index: 1;
  font-size: 10px;
  color: var(--ink-3);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}

.product-name {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-0);
  margin-bottom: 8px;
  line-height: 1.3;
}

.product-desc {
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: var(--ink-2);
  margin-bottom: 14px;
  flex-grow: 1;
  line-height: 1.5;
}

.product-price {
  position: relative;
  z-index: 1;
  font-size: 17px;
  font-weight: 700;
  color: var(--acc);
  margin-bottom: 4px;
}

.product-unit {
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-2);
  margin-left: 4px;
}

.product-note {
  position: relative;
  z-index: 1;
  font-size: 11px;
  color: var(--ink-3);
  margin-bottom: 14px;
}

.product-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
  margin-top: auto;
}

.btn-add-cart {
  flex: 1 1 calc(100% - 48px);
  min-width: min(100%, 140px);
  background: var(--acc);
  color: white;
  border: 1px solid var(--acc);
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  white-space: normal;
  line-height: 1.3;
  text-align: center;
  word-break: break-word;
}

.btn-add-cart:hover {
  background: var(--acc-hover);
  border-color: var(--acc-hover);
  transform: scale(1.02);
}

.btn-add-cart.added {
  background: rgba(34, 197, 94, 0.15);
  border-color: #22c55e;
  color: #22c55e;
}

.btn-details {
  flex: 0 0 auto;
  padding: 10px 12px;
  background: transparent;
  border: 1px solid var(--border-acc-020);
  color: var(--acc);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-details:hover {
  border-color: var(--acc-line);
  background: var(--btn-details-hover-bg);
}

.btn-details-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--border-acc-020);
  color: var(--acc);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-details-icon:hover {
  border-color: var(--acc-line);
  background: var(--btn-details-hover-bg);
}

/* ===== PRODUCT ROWS (LIST MODE) ===== */
.product-row {
  display: grid;
  grid-template-columns: minmax(0, 2.4fr) 1.35fr 1fr 0.75fr 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  background: var(--surface-row);
  border: 1px solid var(--border-acc-008);
  border-radius: 8px;
  transition: all 0.2s ease;
}

.product-row:hover {
  background: var(--surface-row-hover);
  border-color: var(--border-acc-020);
}

.product-row__lead {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.product-row__thumb {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--border-acc-015);
  background: var(--bg-2);
}

.product-row__thumb--empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  color: var(--acc);
  opacity: 0.75;
}

.product-row__name {
  font-weight: 600;
  color: var(--ink-0);
  font-size: 13px;
  min-width: 0;
}

.product-row__cat {
  color: var(--ink-2);
  font-size: 12px;
}

.product-row__price {
  font-weight: 700;
  color: var(--acc);
  font-size: 13px;
}

.product-row__unit {
  color: var(--ink-3);
  font-size: 11px;
}

.product-row__actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.btn-row-add {
  width: 36px;
  height: 36px;
  padding: 0;
  background: var(--acc);
  color: white;
  border: 1px solid var(--acc);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-row-add:hover {
  background: var(--acc-hover);
  transform: scale(1.05);
}

.btn-row-add.added {
  background: rgba(34, 197, 94, 0.2);
  border-color: #22c55e;
  color: #22c55e;
}

.btn-row-details {
  width: 36px;
  height: 36px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(124, 58, 237, 0.25);
  color: var(--acc);
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-row-details:hover {
  border-color: var(--acc-line);
  background: rgba(124, 58, 237, 0.1);
}

/* ===== EMPTY STATE ===== */
.empty-state {
  grid-column: 1 / -1;
  padding: 60px 32px;
  text-align: center;
}

.empty-state__icon {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.5;
}

.empty-state__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink-0);
  margin-bottom: 8px;
}

.empty-state__desc {
  font-size: 14px;
  color: var(--ink-2);
  max-width: 400px;
  margin: 0 auto;
}

/* ===== PRODUCTS GRID MODES ===== */
.products-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: 16px;
}

@media (max-width: 768px) {
  .topbar-phone {
    display: none;
  }

  .start-stats {
    grid-template-columns: 1fr;
  }

  .start-ticker__inner {
    flex-direction: column;
    text-align: center;
    letter-spacing: 0.08em;
  }

  .start-ticker__dot {
    display: none;
  }

  .order-container {
    padding: 24px;
  }

  .order-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .order-header h2 {
    font-size: 1.5rem;
  }

  /* CATALOG MOBILE */
  .catalog-header {
    padding: 40px 16px 32px;
    margin: 0 auto 40px;
  }

  .catalog-title {
    font-size: 1.4rem;
    margin: 0 0 12px;
  }

  .catalog-subtitle {
    font-size: 13px;
    margin: 0 auto 16px;
  }

  .catalog-stats {
    font-size: 12px;
    gap: 8px;
  }

  .filters-top {
    gap: 16px;
    margin-bottom: 16px;
  }

  .search-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

  .search-box {
    flex: none;
    width: 100%;
    min-width: 0;
  }

  .search-input {
    box-sizing: border-box;
    min-height: 44px;
    padding: 11px 14px;
    font-size: 15px;
  }

  .view-toggle {
    width: 100%;
    justify-content: stretch;
    box-sizing: border-box;
    min-height: 44px;
  }

  .view-toggle .toggle-btn {
    flex: 1;
    height: auto;
    min-height: 40px;
  }

  .sort-box {
    width: 100%;
  }

  .sort-select {
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    padding: 11px 14px;
    font-size: 15px;
  }

  .filters-section {
    padding: 24px 16px 0;
  }

  .filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    flex-wrap: unset;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0;
    margin-bottom: 16px;
    -webkit-overflow-scrolling: auto;
  }

  .filter-btn:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .filter-btn {
    flex-shrink: unset;
    min-height: 44px;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 1.28;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    word-break: break-word;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .products-section {
    padding: 0 16px 32px;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-card {
    padding: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .product-card__media {
    border-radius: 11px 11px 0 0;
    aspect-ratio: 16 / 10;
  }

  .product-card__main {
    padding: 16px;
  }

  .product-name {
    font-size: 14px;
  }

  .product-price {
    font-size: 16px;
  }

  .btn-add-cart {
    font-size: 12px;
    padding: 9px 10px;
  }

  .product-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    padding: 12px 14px;
  }

  .product-row__lead {
    flex: 1 1 100%;
    grid-column: unset;
  }

  .product-row__cat {
    display: none;
  }

  .product-row__price {
    flex: 1 1 auto;
    min-width: 0;
  }

  .product-row__unit {
    display: none;
  }

  .product-row__actions {
    flex: 0 0 auto;
    margin-left: auto;
    gap: 4px;
  }

  .btn-row-add, .btn-row-details {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

/* BENEFITS */
.benefits-section {
  position: relative;
  padding: 56px 32px;
  max-width: 1400px;
  margin: 0 auto 56px;
  border-radius: 12px;
  background: var(--panel-section-bg);
  border: 1px solid var(--line-2);
  overflow: hidden;
}

.benefits-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--panel-grid-fg) 1px, transparent 1px),
    linear-gradient(90deg, var(--panel-grid-fg) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 30%, transparent 100%);
  pointer-events: none;
  border-radius: 12px;
}

.benefits-header {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 40px;
}

.benefits-title {
  font-size: clamp(1.5rem, 2.5vw, 1.75rem);
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--ink-0);
  letter-spacing: -0.02em;
}

.benefits-subtitle {
  font-size: 14px;
  color: var(--ink-2);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.5;
}

.benefits-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.benefit-card {
  background: transparent;
  border: 1px solid var(--border-acc-020);
  border-radius: 8px;
  padding: 18px 16px;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.benefit-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--benefit-icon-shimmer);
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
  border-radius: 8px;
}

.benefit-card:hover {
  border-color: var(--acc-line);
  background: var(--benefit-card-hover-bg);
  transform: translateY(-2px);
  box-shadow: var(--shadow-benefit-hover);
}

.benefit-card:hover::before {
  opacity: 1;
}

.benefit-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: block;
  color: var(--acc);
  stroke: currentColor;
  stroke-width: 1.5;
  transition: transform 0.25s;
}

.benefit-card:hover .benefit-icon {
  transform: scale(1.08);
}

.benefit-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-0);
  margin-bottom: 4px;
  letter-spacing: -0.005em;
}

.benefit-desc {
  font-size: 12px;
  color: var(--ink-2);
  line-height: 1.5;
}

/* FILTERS + PRODUCTS (UNIFIED CATALOG SECTION) */
.filters-section {
  position: relative;
  padding: 48px 32px 0;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 12px 12px 0 0;
  background: var(--panel-section-bg);
  border: 1px solid var(--line-2);
  border-bottom: none;
  overflow: hidden;
}

.filters-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--panel-grid-fg) 1px, transparent 1px),
    linear-gradient(90deg, var(--panel-grid-fg) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 30%, transparent 100%);
  pointer-events: none;
}

.filters-title {
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-3);
  margin-bottom: 14px;
  display: block;
}

.filters {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
}

.filter-btn {
  padding: 8px 16px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid rgba(124, 58, 237, 0.2);
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-btn:hover {
  border-color: var(--acc-line);
  color: var(--acc);
  background: rgba(124, 58, 237, 0.08);
}

.filter-btn.active {
  background: var(--badge-tech-bg);
  border: 1px solid var(--badge-tech-border);
  color: var(--acc);
  box-shadow: var(--badge-tech-glow);
}

/* PRODUCTS */
.products-section {
  position: relative;
  padding: 0 32px 48px;
  max-width: 1400px;
  margin: 0 auto 56px;
  border-radius: 0 0 12px 12px;
  background: var(--panel-section-bg);
  border: 1px solid var(--line-2);
  border-top: none;
  overflow: hidden;
}

.products-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--panel-grid-fg) 1px, transparent 1px),
    linear-gradient(90deg, var(--panel-grid-fg) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.section-title {
  position: relative;
  z-index: 1;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 32px;
  color: var(--ink-0);
  letter-spacing: -0.02em;
}

.products-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 16px;
}

.product-card {
  background: var(--surface-elevated-2);
  border: 1px solid var(--border-acc-015);
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  color: inherit;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  align-items: stretch;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--product-card-veil);
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
  z-index: 0;
}

.product-card:hover {
  border-color: var(--acc-line);
  transform: translateY(-3px);
  box-shadow: var(--tile-hover-shadow);
  background: var(--surface-elevated-hover-2);
}

.product-card:hover::before {
  opacity: 1;
}

.product-card__media {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 0;
  overflow: hidden;
  background: #e2e5e9;
  border-bottom: 1px solid var(--border-acc-008);
  border-radius: 11px 11px 0 0;
}

[data-theme="light"] .product-card__media {
  background: #eceef0;
  border-bottom-color: var(--border-acc-012);
}

.product-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.product-card__ph {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 0;
  max-height: none;
  background:
    linear-gradient(145deg, rgba(124, 58, 237, 0.12) 0%, transparent 55%),
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 16px,
      rgba(124, 58, 237, 0.06) 16px,
      rgba(124, 58, 237, 0.06) 17px
    );
  border-radius: 0;
}

.product-card__ph-letter {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(1.75rem, 4.5vw, 2.25rem);
  font-weight: 600;
  color: var(--acc);
  opacity: 0.45;
  line-height: 1;
  letter-spacing: 0.02em;
}

.product-card__ph-hint {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-4);
}

.product-card__main {
  position: relative;
  z-index: 1;
  padding: 18px 18px 17px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.product-card .product-price {
  margin-bottom: 14px;
}

.product-badge--stock-low {
  color: #fb923c;
  border-color: rgba(251, 146, 60, 0.45);
  box-shadow: 0 0 12px rgba(251, 146, 60, 0.15);
}

.product-badge--stock-out {
  color: #f87171;
  border-color: rgba(248, 113, 113, 0.45);
  box-shadow: 0 0 12px rgba(248, 113, 113, 0.12);
}

[data-theme="light"] .product-badge--stock-low {
  color: #c2410c;
}

[data-theme="light"] .product-badge--stock-out {
  color: #b91c1c;
}

.product-sku {
  position: relative;
  z-index: 1;
  font-size: 9px;
  color: var(--acc);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}

.product-name {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-0);
  margin-bottom: 8px;
  line-height: 1.3;
}

.product-desc {
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: var(--ink-2);
  margin-bottom: 16px;
  flex-grow: 1;
  line-height: 1.5;
}

.product-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 0;
}

.product-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--acc);
}

.product-btn {
  background: transparent;
  border: 1px solid var(--border-acc-020);
  color: var(--ink-0);
  padding: 7px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.product-card:hover .product-btn {
  background: var(--acc);
  border-color: var(--acc);
  color: #fff;
  transform: scale(1.05);
}

/* CART DRAWER — альбомная панель: широкая, умеренная по высоте, по центру экрана */
.cart-drawer {
  position: fixed;
  top: 50%;
  right: 0;
  width: min(96vw, 1080px);
  max-width: 100%;
  height: min(68vh, 580px);
  min-height: 260px;
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  background:
    linear-gradient(168deg, rgba(5, 9, 11, 0.99) 0%, rgba(2, 5, 7, 0.995) 45%, rgba(4, 11, 14, 0.99) 100%),
    repeating-linear-gradient(
      -10deg,
      transparent,
      transparent 44px,
      rgba(124, 58, 237, 0.028) 44px,
      rgba(124, 58, 237, 0.028) 45px
    );
  border-left: 1px solid rgba(124, 58, 237, 0.38);
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  box-shadow:
    -28px 0 90px rgba(0, 0, 0, 0.72),
    inset 1px 0 0 rgba(124, 58, 237, 0.14),
    0 0 72px rgba(124, 58, 237, 0.07);
  z-index: 100;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translate(100%, -50%);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.cart-drawer.active {
  transform: translate(0, -50%);
}

.cart-drawer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 130% 55% at 100% -10%, rgba(124, 58, 237, 0.16), transparent 52%);
  pointer-events: none;
  z-index: 0;
}

.cart-header,
.cart-items,
.cart-footer {
  position: relative;
  z-index: 1;
}

.cart-header {
  padding: 18px 22px 16px;
  border-bottom: 1px solid rgba(124, 58, 237, 0.22);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.32);
  flex-shrink: 0;
}

.cart-header__brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-header__title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink-0);
  letter-spacing: -0.02em;
}

.cart-header__meta {
  margin: 0;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(124, 58, 237, 0.78);
}

.cart-header__meta strong {
  color: var(--acc);
  font-weight: 600;
}

.cart-close {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(124, 58, 237, 0.38);
  border-radius: var(--radius-sm);
  color: var(--ink-1);
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 0 22px rgba(124, 58, 237, 0.08);
}

.cart-close:hover {
  color: #fff;
  border-color: var(--acc);
  box-shadow: 0 0 26px rgba(124, 58, 237, 0.28);
}

.cart-items {
  flex: 1;
  min-height: 0;
  padding: 18px 20px 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(124, 58, 237, 0.35) transparent;
}

.cart-item {
  background: rgba(7, 11, 14, 0.82);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-left: 3px solid rgba(124, 58, 237, 0.7);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cart-item-info {
  flex: 1;
  min-width: 0;
}

.cart-item-name {
  color: var(--ink-0);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

.cart-item-price {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  color: rgba(124, 58, 237, 0.95);
  letter-spacing: 0.02em;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-btn {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(124, 58, 237, 0.35);
  color: var(--ink-0);
  width: 30px;
  height: 30px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-weight: 600;
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.qty-btn:hover {
  color: var(--acc);
  border-color: var(--acc);
  box-shadow: 0 0 16px rgba(124, 58, 237, 0.2);
}

.qty-value {
  min-width: 26px;
  text-align: center;
  color: var(--ink-0);
  font-weight: 700;
  font-size: 14px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
}

.cart-remove {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.35);
  border-radius: var(--radius-sm);
  color: #f87171;
  cursor: pointer;
  font-weight: 600;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1;
  transition: background 0.2s, border-color 0.2s;
}

.cart-remove:hover {
  background: rgba(239, 68, 68, 0.18);
  border-color: #ef4444;
}

.cart-footer {
  padding: 18px 20px 22px;
  border-top: 1px solid rgba(124, 58, 237, 0.24);
  background: rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.cart-total-price {
  font-size: 18px;
  color: var(--acc);
  letter-spacing: 0;
  text-transform: none;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 800;
}

.btn-checkout {
  width: 100%;
  background: var(--acc);
  color: #fff;
  padding: 13px;
  border: 1px solid rgba(124, 58, 237, 0.55);
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 0 32px rgba(124, 58, 237, 0.22);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.btn-checkout:hover {
  transform: translateY(-2px);
  background: var(--acc-hover);
  box-shadow: 0 10px 36px rgba(124, 58, 237, 0.38);
}

[data-theme="light"] .cart-drawer {
  background:
    linear-gradient(168deg, rgba(252, 252, 253, 0.99) 0%, rgba(245, 245, 250, 0.995) 100%),
    repeating-linear-gradient(-10deg, transparent, transparent 44px, rgba(124, 58, 237, 0.04) 44px, rgba(124, 58, 237, 0.04) 45px);
  border-left-color: rgba(124, 58, 237, 0.32);
  box-shadow: -20px 0 64px rgba(0, 0, 0, 0.14);
}

[data-theme="light"] .cart-drawer::before {
  background: radial-gradient(ellipse 120% 50% at 100% 0%, rgba(124, 58, 237, 0.12), transparent 55%);
}

[data-theme="light"] .cart-header {
  background: rgba(255, 255, 255, 0.72);
}

[data-theme="light"] .cart-item {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(124, 58, 237, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .cart-footer {
  background: rgba(250, 250, 252, 0.95);
}

[data-theme="light"] .qty-btn {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink-0);
}

.cart-empty {
  text-align: center;
  padding: 56px 24px;
  color: var(--ink-3);
  font-size: 13px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px dashed rgba(124, 58, 237, 0.22);
  border-radius: var(--radius-md);
  margin-top: 8px;
  background: rgba(124, 58, 237, 0.04);
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 99;
  display: none;
  backdrop-filter: blur(4px);
}

.overlay.active {
  display: block;
}

/* Карточка товара: совместимость с .overlay.show (страница товара) */
.overlay.show {
  display: block;
}

@media (max-width: 768px) {
  .cart-drawer {
    width: 100%;
    max-width: 100%;
    height: min(70vh, 520px);
    min-height: 240px;
    top: auto;
    bottom: 0;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    transform: translateY(100%);
  }
  .cart-drawer.active {
    transform: translateY(0);
  }
  .topbar-inner {
    padding: max(20px, env(safe-area-inset-top)) 16px 10px;
  }
  .start-inner {
    padding: 28px 16px 24px;
  }
  .start-block {
    margin-bottom: 40px;
  }
  .benefits-section {
    padding: 48px 16px;
  }
  .filters-section {
    padding: 32px 16px 0;
    border-radius: 12px 12px 0 0;
  }
  .filters {
    margin-bottom: 16px;
  }

  .products-section {
    padding: 0 16px 32px;
    border-radius: 0 0 12px 12px;
    margin-bottom: 48px;
  }
  .section-title {
    font-size: 1.35rem;
    margin-bottom: 24px;
  }
  .products-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .benefits-section {
    padding: 40px 16px;
  }
  .benefits-title {
    font-size: 1.35rem;
  }
}

/* ===== SEO TEXT SECTION ===== */
.seo-section {
  padding: 80px 32px;
  max-width: 1400px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.seo-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.seo-cols {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
}

.seo-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--ink-0);
  margin: 0 0 20px;
  line-height: 1.35;
}

.seo-subtitle {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-0);
  margin: 28px 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.seo-col:first-child .seo-subtitle {
  margin-top: 28px;
}

.seo-section p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--ink-2);
  margin: 0 0 16px;
}

.seo-section a {
  color: var(--acc);
  text-decoration: none;
}

.seo-section a:hover {
  text-decoration: underline;
}

.seo-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.seo-list li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.75;
  color: var(--ink-2);
  margin-bottom: 6px;
}

.seo-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--acc);
  font-weight: 700;
}

.seo-feature {
  margin-top: 34px;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
}

.seo-feature .seo-subtitle {
  margin-top: 0;
}

.seo-list--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 22px;
  margin-bottom: 0;
}

/* ===== PARTNER GALLERY ===== */
.partner-gallery {
  padding: 0 32px 72px;
  max-width: 1400px;
  margin: 0 auto;
}

.partner-gallery__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.partner-gallery__head {
  margin-bottom: 18px;
}

.partner-gallery__head h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 10px;
  color: var(--ink-0);
}

.partner-gallery__head p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.7;
}

.partner-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.partner-gallery__item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0d0f12;
}

.partner-gallery__item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.partner-gallery__item:hover img {
  transform: scale(1.03);
}

.partner-gallery__cta {
  margin-top: 16px;
}

.partner-gallery__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  color: var(--ink-1);
  text-decoration: none;
  border-radius: 10px;
  padding: 11px 15px;
  font-size: 13px;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.partner-gallery__btn:hover {
  border-color: var(--acc);
  color: var(--acc);
  background: rgba(124, 58, 237, 0.08);
}

/* ===== SITE FOOTER ===== */
.site-footer {
  background: #0a0a0a;
  border-top: 1px solid var(--line-2);
  padding: 56px 32px 32px;
}

[data-theme="light"] .site-footer {
  background: #fafafa;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-logo {
  font-size: 18px;
  font-weight: 800;
  color: var(--ink-0);
  letter-spacing: -0.02em;
}

.footer-tagline {
  font-size: 13px;
  color: var(--ink-3);
  max-width: 240px;
  line-height: 1.5;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col__title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-3);
  margin-bottom: 4px;
}

.footer-col a {
  font-size: 13px;
  color: var(--ink-2);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: var(--acc);
}

.footer-phone {
  font-weight: 700;
  color: var(--ink-0) !important;
}

.footer-address,
.footer-hours {
  font-size: 12px;
  color: var(--ink-3);
  line-height: 1.4;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 12px;
  padding-top: 28px;
  font-size: 12px;
  color: var(--ink-4);
}

.footer-bottom__dot {
  opacity: 0.4;
}

@media (max-width: 900px) {
  .seo-cols {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .seo-list--grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .seo-section {
    padding: 56px 16px;
  }

  .seo-feature {
    margin-top: 26px;
    padding: 20px 16px;
  }

  .partner-gallery {
    padding: 0 16px 56px;
  }

  .partner-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .site-footer {
    padding: 40px 16px 24px;
  }
}

@media (max-width: 520px) {
  .partner-gallery__grid {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom__dot {
    display: none;
  }
}
