/* MebelPro — Modern furniture store prototype */

:root {
  /* Brand — мягкий розовый + графит */
  --color-brand-pink: #D97085;
  --color-brand-pink-dark: #C25B70;
  --color-brand-pink-light: #F0B4C0;
  --color-graphite: #242831;
  --color-graphite-dark: #181B22;
  --color-graphite-light: #323744;
  --gradient-brand: linear-gradient(135deg, #E8879A 0%, #D97085 100%);
  --gradient-brand-hover: linear-gradient(135deg, #EDA0AD 0%, #DE6E84 100%);
  --gradient-logo: linear-gradient(135deg, #D97085 0%, #242831 100%);
  --color-brand-rgb: 217, 112, 133;
  --color-graphite-rgb: 36, 40, 49;

  --color-primary: var(--color-graphite);
  --color-primary-light: var(--color-graphite-light);
  --color-nav: var(--color-graphite);
  --color-nav-dark: var(--color-graphite-dark);
  --color-accent: var(--color-brand-pink);
  --color-accent-hover: var(--color-brand-pink-dark);

  --color-bg: #F5F6F8;
  --color-bg-alt: #EBEDF1;
  --color-surface: #ffffff;
  --color-text: #181B22;
  --color-text-muted: #6B7080;
  --color-border: #D8DCE3;
  --color-success: #4A9B73;
  --color-sale: var(--color-graphite);
  --color-sale-text: #ffffff;
  --color-discount: var(--color-brand-pink-dark);

  --shadow-sm: 0 2px 8px rgba(24, 27, 34, 0.07);
  --shadow-md: 0 8px 24px rgba(24, 27, 34, 0.12);
  --shadow-lg: 0 16px 48px rgba(24, 27, 34, 0.16);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --font: 'Manrope', system-ui, sans-serif;
  --container: 1280px;
  --header-height: 72px;
  --transition: 0.25s ease;
}

[data-theme="terracotta"] {
  --color-brand-pink: #C4694A;
  --color-brand-pink-dark: #A85538;
  --color-brand-pink-light: #E8B8A4;
  --color-graphite: #2C2826;
  --color-graphite-dark: #1A1816;
  --color-graphite-light: #403A37;
  --color-brand-rgb: 196, 105, 74;
  --color-graphite-rgb: 44, 40, 38;
  --gradient-brand: linear-gradient(135deg, #D48A6E 0%, #C4694A 100%);
  --gradient-brand-hover: linear-gradient(135deg, #E0A088 0%, #B85A3C 100%);
  --gradient-logo: linear-gradient(135deg, #C4694A 0%, #2C2826 100%);
}

[data-theme="sage"] {
  --color-brand-pink: #6B8F71;
  --color-brand-pink-dark: #557A5C;
  --color-brand-pink-light: #A8C4AC;
  --color-graphite: #3D3630;
  --color-graphite-dark: #2A2520;
  --color-graphite-light: #524B44;
  --color-brand-rgb: 107, 143, 113;
  --color-graphite-rgb: 61, 54, 48;
  --gradient-brand: linear-gradient(135deg, #8EAE94 0%, #6B8F71 100%);
  --gradient-brand-hover: linear-gradient(135deg, #A4C0A8 0%, #5A8260 100%);
  --gradient-logo: linear-gradient(135deg, #6B8F71 0%, #3D3630 100%);
}

[data-theme="ocean"] {
  --color-brand-pink: #4A8FAB;
  --color-brand-pink-dark: #3A758E;
  --color-brand-pink-light: #9EC4D4;
  --color-graphite: #2A3540;
  --color-graphite-dark: #1B2329;
  --color-graphite-light: #3D4A56;
  --color-brand-rgb: 74, 143, 171;
  --color-graphite-rgb: 42, 53, 64;
  --gradient-brand: linear-gradient(135deg, #6BA8C0 0%, #4A8FAB 100%);
  --gradient-brand-hover: linear-gradient(135deg, #82BDD0 0%, #3D8199 100%);
  --gradient-logo: linear-gradient(135deg, #4A8FAB 0%, #2A3540 100%);
}

[data-theme="lavender"] {
  --color-brand-pink: #8B7CB8;
  --color-brand-pink-dark: #7368A0;
  --color-brand-pink-light: #C4B8E0;
  --color-graphite: #2E2B35;
  --color-graphite-dark: #1E1C24;
  --color-graphite-light: #43404C;
  --color-brand-rgb: 139, 124, 184;
  --color-graphite-rgb: 46, 43, 53;
  --gradient-brand: linear-gradient(135deg, #A899CC 0%, #8B7CB8 100%);
  --gradient-brand-hover: linear-gradient(135deg, #B8ABD8 0%, #7A6BA8 100%);
  --gradient-logo: linear-gradient(135deg, #8B7CB8 0%, #2E2B35 100%);
}

[data-theme="amber"] {
  --color-brand-pink: #D4A054;
  --color-brand-pink-dark: #B8863D;
  --color-brand-pink-light: #E8C88A;
  --color-graphite: #3A2F28;
  --color-graphite-dark: #262018;
  --color-graphite-light: #524538;
  --color-brand-rgb: 212, 160, 84;
  --color-graphite-rgb: 58, 47, 40;
  --gradient-brand: linear-gradient(135deg, #E4B86E 0%, #D4A054 100%);
  --gradient-brand-hover: linear-gradient(135deg, #EEC882 0%, #C49240 100%);
  --gradient-logo: linear-gradient(135deg, #D4A054 0%, #3A2F28 100%);
}

[data-theme="coral"] {
  --color-brand-pink: #E07A5F;
  --color-brand-pink-dark: #C8654C;
  --color-brand-pink-light: #F0B0A0;
  --color-graphite: #3D4451;
  --color-graphite-dark: #2A2E38;
  --color-graphite-light: #525A68;
  --color-brand-rgb: 224, 122, 95;
  --color-graphite-rgb: 61, 68, 81;
  --gradient-brand: linear-gradient(135deg, #EC9A84 0%, #E07A5F 100%);
  --gradient-brand-hover: linear-gradient(135deg, #F0AC98 0%, #D06A50 100%);
  --gradient-logo: linear-gradient(135deg, #E07A5F 0%, #3D4451 100%);
}

[data-theme="emerald"] {
  --color-brand-pink: #4A9078;
  --color-brand-pink-dark: #3D7864;
  --color-brand-pink-light: #8EC4B0;
  --color-graphite: #2A3330;
  --color-graphite-dark: #1A211E;
  --color-graphite-light: #3D4844;
  --color-brand-rgb: 74, 144, 120;
  --color-graphite-rgb: 42, 51, 48;
  --gradient-brand: linear-gradient(135deg, #6AAD94 0%, #4A9078 100%);
  --gradient-brand-hover: linear-gradient(135deg, #7EBEA6 0%, #428A72 100%);
  --gradient-logo: linear-gradient(135deg, #4A9078 0%, #2A3330 100%);
}

html.theme-transition *,
html.theme-transition *::before,
html.theme-transition *::after {
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, fill 0.35s ease, stroke 0.35s ease !important;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main { flex: 1; }

img { max-width: 100%; height: auto; display: block; }

/* Icons */
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}

.icon--sm { width: 16px; height: 16px; }
.icon--md { width: 24px; height: 24px; }
.icon--lg { width: 32px; height: 32px; }
.icon--xl { width: 48px; height: 48px; }
.icon--2xl { width: 64px; height: 64px; }

.icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-wrap--round {
  border-radius: 50%;
  background: var(--color-bg-alt);
  color: var(--color-brand-pink-dark);
}

.icon-wrap--square {
  border-radius: var(--radius-sm);
  background: rgba(var(--color-brand-rgb), 0.1);
  color: var(--color-brand-pink-dark);
}
a { color: inherit; text-decoration: none; transition: color var(--transition); }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* Top bar */
.top-bar {
  background: var(--color-nav-dark);
  color: rgba(255,255,255,0.88);
  font-size: 13px;
  padding: 8px 0;
}

.top-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.top-bar__left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.top-bar__promo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-bar__sep {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.25);
}

.top-bar__link {
  color: rgba(255,255,255,0.88);
  font-size: 13px;
  font-weight: 500;
  transition: color var(--transition);
  white-space: nowrap;
}

.top-bar__link:hover { color: var(--color-brand-pink-light); }

.top-bar__note {
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .top-bar__sep,
  .top-bar__note { display: none; }
  .top-bar__inner { justify-content: center; }
}

.top-bar__promo strong { color: var(--color-brand-pink-light); }

.top-bar__badge {
  background: var(--gradient-brand);
  color: white;
  padding: 2px 10px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 12px;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}

.header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  height: var(--header-height);
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-text);
}

.logo__mark {
  flex-shrink: 0;
}

.logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.logo__name {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.3px;
  color: var(--color-text);
}

.logo__domain {
  color: var(--color-brand-pink-dark);
}

.logo__tagline {
  font-size: 9px;
  font-weight: 600;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 2px;
}

@media (max-width: 1200px) {
  .logo__tagline { display: none; }
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nav__item { position: relative; }

.nav__link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 11px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text);
  border-radius: var(--radius-sm);
  transition: background var(--transition), color var(--transition), box-shadow var(--transition);
  white-space: nowrap;
}

.nav__link:hover,
.nav__link--active:not(.nav__link--catalog):not(.nav__link--sale) {
  background: var(--color-bg-alt);
  color: var(--color-brand-pink-dark);
}

.nav__link.nav__link--catalog,
.nav__link.nav__link--catalog:hover,
.nav__link.nav__link--catalog.nav__link--active {
  background: var(--gradient-brand);
  color: #fff;
  box-shadow: 0 4px 14px rgba(212, 97, 122, 0.25);
}

.nav__link.nav__link--catalog:hover {
  background: var(--gradient-brand-hover);
  color: #fff;
}

.nav__link.nav__link--sale,
.nav__link.nav__link--sale:hover,
.nav__link.nav__link--sale.nav__link--active {
  background: var(--color-sale);
  color: var(--color-sale-text);
  box-shadow: 0 4px 14px rgba(24, 27, 34, 0.35);
}

.nav__link.nav__link--sale:hover {
  background: var(--color-graphite-light);
  color: #fff;
}

.nav__link--catalog .icon,
.nav__link--sale .icon { opacity: 0.9; }

.nav__link svg { opacity: 0.55; }

.nav__link:hover svg { opacity: 0.85; }

/* Mega menu */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 640px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all var(--transition);
}

.nav__item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu--compact {
  min-width: 280px;
  grid-template-columns: 1fr;
}

.mega-menu__title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-brand-pink-dark);
  margin-bottom: 10px;
}

.mega-menu__list a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: var(--color-text-muted);
}

.mega-menu__list a:hover { color: var(--color-primary); }

.header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header__phone {
  text-align: right;
}

.header__phone a {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
  white-space: nowrap;
}

.header__icons {
  display: flex;
  gap: 8px;
}

.icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-alt);
  color: var(--color-text-muted);
  transition: background var(--transition), transform var(--transition), color var(--transition);
  position: relative;
}

.icon-btn .icon { width: 20px; height: 20px; }

.icon-btn:hover {
  background: var(--color-brand-pink);
  color: white;
  transform: scale(1.05);
}

.icon-btn__badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 18px;
  height: 18px;
  background: var(--color-discount);
  color: white;
  font-size: 10px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
}

.btn--primary {
  background: var(--gradient-brand);
  color: white;
}

.btn--primary:hover {
  background: var(--gradient-brand-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(212, 97, 122, 0.3);
}

.btn--accent {
  background: var(--gradient-brand);
  color: white;
}

.btn--accent:hover {
  background: var(--gradient-brand-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(212, 97, 122, 0.28);
}

.btn--outline {
  border: 2px solid var(--color-border);
  color: var(--color-primary);
  background: transparent;
}

.btn--outline:hover {
  border-color: var(--color-brand-pink);
  background: rgba(var(--color-brand-rgb), 0.06);
  color: var(--color-brand-pink-dark);
}

.btn--sm { padding: 8px 14px; font-size: 13px; }

.btn--lg { padding: 16px 32px; font-size: 16px; }

/* Hero Slider */
.hero {
  position: relative;
  overflow: hidden;
  height: clamp(480px, 72vh, 680px);
  background: var(--color-primary);
}

.hero__slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0.9s;
}

.hero__slide--active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero__slide--active .hero__bg img {
  transform: scale(1);
  animation: heroKenBurns 7s ease-out forwards;
}

@keyframes heroKenBurns {
  from { transform: scale(1.12); }
  to   { transform: scale(1); }
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(24, 27, 34, 0.88) 0%,
    rgba(var(--color-graphite-rgb), 0.62) 45%,
    rgba(var(--color-graphite-rgb), 0.25) 100%
  );
  z-index: 1;
}

.hero__container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 56px;
}

.hero__content {
  max-width: 620px;
  color: white;
}

.hero__slide--active .hero__tag {
  animation: heroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

.hero__slide--active .hero__title {
  animation: heroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

.hero__slide--active .hero__text {
  animation: heroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.45s both;
}

.hero__slide--active .hero__actions {
  animation: heroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero__tag {
  display: inline-block;
  background: var(--gradient-brand);
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}

.hero__title {
  font-size: clamp(28px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1.5px;
  margin-bottom: 18px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero__text {
  font-size: clamp(15px, 2vw, 18px);
  opacity: 0.9;
  margin-bottom: 32px;
  max-width: 500px;
  line-height: 1.65;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero__btn-outline {
  color: white;
  border-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(4px);
}

.hero__btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}

/* Arrows */
.hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
}

@media (hover: hover) {
  .hero:hover .hero__arrow { opacity: 1; }
}

.hero__arrow:hover {
  background: var(--color-brand-pink);
  color: white;
  border-color: var(--color-brand-pink);
  transform: translateY(-50%) scale(1.08);
}

.hero__arrow--prev { left: 20px; }
.hero__arrow--next { right: 20px; }

/* Dots with progress */
.hero__nav {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.hero__dot {
  position: relative;
  width: 48px;
  height: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.25);
  overflow: hidden;
  transition: width 0.3s ease;
}

.hero__dot--active {
  width: 64px;
  background: rgba(255,255,255,0.3);
}

.hero__dot-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--color-accent);
  border-radius: 4px;
}

.hero__dot--active .hero__dot-progress {
  background: var(--color-brand-pink);
  animation: heroProgress var(--hero-duration, 6s) linear forwards;
}

@keyframes heroProgress {
  from { width: 0; }
  to   { width: 100%; }
}

/* Features */
.features {
  margin-top: -48px;
  position: relative;
  z-index: 10;
  padding-bottom: 48px;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.feature-card {
  background: var(--color-surface);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-md);
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: transform var(--transition);
}

.feature-card:hover { transform: translateY(-4px); }

.feature-card__icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: rgba(var(--color-brand-rgb), 0.1);
  color: var(--color-brand-pink-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-card__icon .icon { width: 28px; height: 28px; }

.feature-card__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.feature-card__text {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.5;
}

/* Categories */
.section { padding: 64px 0; }

.section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}

.section__title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.section__subtitle {
  font-size: 15px;
  color: var(--color-text-muted);
  margin-top: 4px;
}

.categories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.category-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--color-bg-alt);
  group: hover;
}

.category-card__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.category-card:hover .category-card__photo {
  transform: scale(1.06);
}

.category-card__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24,27,34,0.15) 0%, rgba(24,27,34,0.85) 100%);
  z-index: 1;
  transition: opacity var(--transition);
}

.category-card:hover .category-card__bg {
  background: linear-gradient(180deg, transparent 20%, rgba(24,27,34,0.92) 100%);
}

.category-card__icon {
  display: none;
}

.category-card__icon .icon {
  width: 80px;
  height: 80px;
  stroke-width: 1.25;
}

.category-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
  color: white;
}

.category-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.category-card__count {
  font-size: 13px;
  opacity: 0.8;
}

.category-card__arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transform: translateX(-8px);
  transition: all var(--transition);
  color: white;
}

.category-card:hover .category-card__arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Products */
.products__tabs {
  display: flex;
  gap: 4px;
  background: var(--color-bg-alt);
  padding: 4px;
  border-radius: var(--radius-sm);
}

.products__tab {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  color: var(--color-text-muted);
  transition: all var(--transition);
}

.products__tab--active,
.products__tab:hover {
  background: var(--color-surface);
  color: var(--color-brand-pink-dark);
  box-shadow: var(--shadow-sm);
}

.products__tab--active {
  box-shadow: var(--shadow-sm), inset 0 -2px 0 var(--color-brand-pink);
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.product-card {
  min-width: 0;
  background: var(--color-surface);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--color-border);
  transition: all var(--transition);
}

.product-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: transparent;
}

.product-card__image {
  position: relative;
  aspect-ratio: 1;
  background: var(--color-bg-alt);
  overflow: hidden;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.05);
}

.product-card__image .product-card__badge,
.product-card__image .product-card__fav {
  z-index: 2;
}

.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-card__badge--hit { background: var(--color-nav); color: white; }
.product-card__badge--new { background: var(--color-graphite-light); color: white; }
.product-card__badge--sale { background: var(--color-discount); color: white; }

.product-card__fav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  color: var(--color-text-muted);
  opacity: 0;
  transition: opacity var(--transition), color var(--transition), background var(--transition);
}

.product-card__fav:hover,
.product-card__fav.is-active {
  color: var(--color-brand-pink);
  background: #FFF5F7;
}

.product-card__fav.is-active .icon {
  fill: var(--color-brand-pink);
  stroke: var(--color-brand-pink);
}

.product-card__fav .icon { width: 18px; height: 18px; }

.product-card:hover .product-card__fav { opacity: 1; }

.product-card__body { padding: 16px; }

.product-card__name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}

.product-card__price-current {
  font-size: 18px;
  font-weight: 800;
  color: var(--color-brand-pink-dark);
}

.product-card__price-old {
  font-size: 14px;
  color: var(--color-text-muted);
  text-decoration: line-through;
}

.product-card__price-from {
  font-size: 12px;
  color: var(--color-text-muted);
}

.product-card__actions {
  display: flex;
  gap: 8px;
  padding: 0 16px 16px;
}

.product-card__actions .btn { flex: 1; font-size: 12px; padding: 8px 12px; }

/* Steps */
.steps {
  position: relative;
  background: var(--color-nav);
  color: white;
  padding: 96px 0;
  overflow: hidden;
}

.steps__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(var(--color-brand-rgb), 0.14) 0%, transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(78, 84, 98, 0.2) 0%, transparent 40%);
  pointer-events: none;
}

.steps__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
  opacity: 0;
  transform: translateY(24px);
}

.steps__label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-brand-pink);
  background: rgba(var(--color-brand-rgb), 0.15);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.steps__title {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}

.steps__subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.steps__progress {
  position: relative;
  max-width: 900px;
  margin: 0 auto 40px;
  opacity: 0;
}

.steps__progress-track {
  height: 3px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  overflow: hidden;
}

.steps__progress-fill {
  height: 100%;
  width: 0;
  background: var(--gradient-brand);
  border-radius: 2px;
  transition: width 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}

.steps__progress-dots {
  display: flex;
  justify-content: space-between;
  margin-top: -7px;
  padding: 0 2px;
}

.steps__progress-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid var(--color-nav);
  transform: scale(0);
  transition: transform 0.4s ease, background 0.3s ease;
}

.steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.step-card {
  position: relative;
  text-align: left;
  padding: 28px 24px 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  opacity: 0;
  transform: translateY(32px);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.step-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(var(--color-brand-rgb), 0.35);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.step-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.step-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(var(--color-brand-rgb), 0.15);
  color: var(--color-brand-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease, background 0.35s ease;
}

.step-card__icon .icon {
  width: 22px;
  height: 22px;
}

.step-card:hover .step-card__icon {
  transform: scale(1.08) rotate(-4deg);
  background: rgba(var(--color-brand-rgb), 0.28);
}

.step-card__num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient-brand);
  color: white;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(var(--color-brand-rgb), 0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.step-card:hover .step-card__num {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(var(--color-brand-rgb), 0.5);
}

.step-card__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.step-card__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  margin-bottom: 14px;
}

.step-card__details {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.step-card__details li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.5;
  margin-bottom: 6px;
}

.step-card__details li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-brand-pink);
}

.step-card__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.steps__footer {
  text-align: center;
  margin-top: 48px;
  opacity: 0;
  transform: translateY(20px);
}

.steps__footer-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 20px;
}

/* Steps scroll animations */
.steps--visible .steps__header {
  animation: heroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.steps--visible .steps__progress {
  animation: heroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}

.steps--visible .steps__progress-fill {
  width: 100%;
}

.steps--visible .steps__progress-dots span {
  transform: scale(1);
}

.steps--visible .steps__progress-dots span:nth-child(1) { transition-delay: 0.3s; background: var(--color-brand-pink); }
.steps--visible .steps__progress-dots span:nth-child(2) { transition-delay: 0.45s; }
.steps--visible .steps__progress-dots span:nth-child(3) { transition-delay: 0.6s; }
.steps--visible .steps__progress-dots span:nth-child(4) { transition-delay: 0.75s; }
.steps--visible .steps__progress-dots span:nth-child(5) { transition-delay: 0.9s; }
.steps--visible .steps__progress-dots span:nth-child(6) { transition-delay: 1.05s; background: var(--color-brand-pink); }

.steps--visible .step-card {
  animation: stepCardReveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.steps--visible .step-card:nth-child(1) { animation-delay: 0.2s; }
.steps--visible .step-card:nth-child(2) { animation-delay: 0.32s; }
.steps--visible .step-card:nth-child(3) { animation-delay: 0.44s; }
.steps--visible .step-card:nth-child(4) { animation-delay: 0.56s; }
.steps--visible .step-card:nth-child(5) { animation-delay: 0.68s; }
.steps--visible .step-card:nth-child(6) { animation-delay: 0.8s; }

.steps--visible .steps__footer {
  animation: heroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.95s forwards;
}

@keyframes stepCardReveal {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* CTA */
.cta {
  padding: 80px 0;
}

.cta__box {
  background: linear-gradient(135deg, var(--color-bg-alt), var(--color-surface));
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta__box::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(var(--color-brand-rgb),0.12), transparent 70%);
  border-radius: 50%;
}

.cta__title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
  position: relative;
}

.cta__text {
  font-size: 16px;
  color: var(--color-text-muted);
  margin-bottom: 28px;
  position: relative;
}

/* Brands */
.brands {
  padding: 48px 0;
  border-top: 1px solid var(--color-border);
}

.brands__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.brand-item {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-muted);
  opacity: 0.6;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: opacity var(--transition);
}

.brand-item:hover { opacity: 1; }

/* Footer */
.footer {
  position: relative;
  background: linear-gradient(180deg, var(--color-graphite) 0%, var(--color-graphite-dark) 100%);
  color: rgba(255,255,255,0.78);
  padding: 0 0 28px;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-brand);
}

.footer::after {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(var(--color-brand-rgb),0.08) 0%, transparent 70%);
  pointer-events: none;
}

.footer > .container {
  position: relative;
  z-index: 1;
  padding-top: 56px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer__brand { max-width: 340px; }

.footer__logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.footer__logo-mark {
  flex-shrink: 0;
  opacity: 0.95;
}

.footer__logo {
  font-size: 22px;
  font-weight: 800;
  color: white;
  letter-spacing: 0.5px;
  line-height: 1;
}

.footer__logo-domain { color: var(--color-brand-pink-light); }

.footer__desc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.72);
}

.footer__cta {
  margin-bottom: 24px;
}

.footer__legal {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  line-height: 1.6;
}

.footer__title {
  font-size: 12px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(var(--color-brand-rgb),0.35);
  display: inline-block;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  transition: color var(--transition), transform var(--transition);
}

.footer__links a::before {
  content: '';
  width: 0;
  height: 2px;
  background: var(--color-brand-pink);
  transition: width var(--transition);
  flex-shrink: 0;
}

.footer__links a:hover {
  color: white;
  transform: translateX(4px);
}

.footer__links a:hover::before { width: 10px; }

.footer__contacts { display: flex; flex-direction: column; gap: 14px; }

.footer__contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-sm);
  transition: background var(--transition), border-color var(--transition);
}

.footer__contact-item:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(var(--color-brand-rgb),0.2);
}

.footer__contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(var(--color-brand-rgb),0.12);
  color: var(--color-brand-pink-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer__contact-icon .icon { width: 18px; height: 18px; }

.footer__contact-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.45);
  margin-bottom: 2px;
}

.footer__contact-value {
  font-size: 14px;
  font-weight: 600;
  color: white;
  line-height: 1.4;
}

.footer__contact-value a:hover { color: var(--color-brand-pink-light); }

.footer__contact-value--sm {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
}

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}

/* Page stub */
.page-stub {
  padding: 80px 0;
  text-align: center;
}

.page-stub__icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
  border-radius: 24px;
  background: rgba(var(--color-brand-rgb), 0.1);
  color: var(--color-brand-pink-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-stub__icon .icon { width: 48px; height: 48px; }

.page-stub__title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
}

.page-stub__text {
  color: var(--color-text-muted);
  max-width: 480px;
  margin: 0 auto 28px;
}

.breadcrumb {
  padding: 16px 0;
  font-size: 13px;
  color: var(--color-text-muted);
}

.breadcrumb a:hover { color: var(--color-brand-pink); }

.breadcrumb span { margin: 0 8px; }

/* Mobile nav */
.burger { display: none; }

.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
}

.mobile-nav--open {
  opacity: 1;
  visibility: visible;
}

.mobile-nav__panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(320px, 85vw);
  background: var(--color-surface);
  padding: 24px;
  transform: translateX(100%);
  transition: transform var(--transition);
  overflow-y: auto;
}

.mobile-nav--open .mobile-nav__panel { transform: translateX(0); }

.mobile-nav__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  background: var(--color-bg-alt);
}

.mobile-nav__link {
  display: block;
  padding: 12px 0;
  font-weight: 600;
  border-bottom: 1px solid var(--color-border);
}

.mobile-nav__link:hover { color: var(--color-brand-pink-dark); }

.mobile-nav__link--phone { color: var(--color-brand-pink-dark); font-size: 16px; }

/* Floating bar mobile */
.floating-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  padding: 8px 0;
  z-index: 90;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.08);
}

.floating-bar__inner {
  display: flex;
  justify-content: space-around;
}

.floating-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 10px;
  font-weight: 600;
  color: var(--color-text-muted);
  padding: 4px 12px;
}

.floating-bar__item--active { color: var(--color-brand-pink); }

.floating-bar__item .icon {
  width: 22px;
  height: 22px;
  margin-bottom: 2px;
}

/* Floating contact widget (left) */
.contact-fab {
  position: fixed;
  left: 20px;
  bottom: 32px;
  z-index: 95;
}

.contact-fab__panel {
  position: absolute;
  left: 0;
  bottom: calc(100% + 14px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.96);
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1), visibility 0.3s;
  pointer-events: none;
}

.contact-fab--open .contact-fab__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.contact-fab--open .contact-fab__item {
  animation: contactFabIn 0.35s cubic-bezier(0.34, 1.4, 0.64, 1) both;
}

.contact-fab--open .contact-fab__item:nth-child(1) { animation-delay: 0.04s; }
.contact-fab--open .contact-fab__item:nth-child(2) { animation-delay: 0.08s; }
.contact-fab--open .contact-fab__item:nth-child(3) { animation-delay: 0.12s; }
.contact-fab--open .contact-fab__item:nth-child(4) { animation-delay: 0.16s; }

@keyframes contactFabIn {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.contact-fab__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px 10px 12px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  box-shadow: var(--shadow-md);
  text-decoration: none;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.contact-fab__item:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-lg, 0 8px 24px rgba(24, 27, 34, 0.15));
  border-color: rgba(var(--color-brand-rgb), 0.3);
}

.contact-fab__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-fab__icon .icon {
  width: 20px;
  height: 20px;
  color: #fff;
}

.contact-fab__icon--phone { background: var(--gradient-brand); }
.contact-fab__icon--telegram { background: #2AABEE; }
.contact-fab__icon--viber { background: #7360F2; }
.contact-fab__icon--whatsapp { background: #25D366; }

.contact-fab__toggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: var(--gradient-brand);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(var(--color-brand-rgb), 0.45);
  transition: transform 0.3s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.3s;
  position: relative;
}

.contact-fab__toggle::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(var(--color-brand-rgb), 0.35);
  animation: contactFabPulse 2.5s ease-out infinite;
}

@keyframes contactFabPulse {
  0% { transform: scale(1); opacity: 0.7; }
  70% { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}

.contact-fab__toggle:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 28px rgba(var(--color-brand-rgb), 0.55);
}

.contact-fab__toggle .icon {
  width: 26px;
  height: 26px;
  transition: transform 0.3s ease, opacity 0.2s;
}

.contact-fab__toggle-icon--close {
  position: absolute;
  opacity: 0;
  transform: rotate(-90deg) scale(0.5);
}

.contact-fab--open .contact-fab__toggle-icon--open {
  opacity: 0;
  transform: rotate(90deg) scale(0.5);
}

.contact-fab--open .contact-fab__toggle-icon--close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.contact-fab--open .contact-fab__toggle::before {
  animation: none;
  opacity: 0;
}

@media (max-width: 640px) {
  .contact-fab {
    left: 12px;
    bottom: 76px;
  }

  .contact-fab__toggle {
    width: 50px;
    height: 50px;
  }

  .contact-fab__toggle .icon {
    width: 22px;
    height: 22px;
  }

  .contact-fab__item {
    font-size: 13px;
    padding: 8px 14px 8px 10px;
  }

  .contact-fab__icon {
    width: 36px;
    height: 36px;
  }
}

/* Theme palette picker (right) */
.theme-fab {
  position: fixed;
  right: 20px;
  bottom: 32px;
  z-index: 96;
}

.theme-fab__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 14px);
  width: min(300px, calc(100vw - 40px));
  padding: 16px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.96);
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1), visibility 0.3s;
  pointer-events: none;
}

.theme-fab--open .theme-fab__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.theme-fab__header {
  margin-bottom: 12px;
}

.theme-fab__title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text);
}

.theme-fab__hint {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--color-text-muted);
}

.theme-fab__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.theme-fab__option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 8px 4px;
  border: 2px solid transparent;
  border-radius: var(--radius-md);
  background: var(--color-bg);
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.theme-fab__option:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.theme-fab__option--active {
  border-color: var(--color-brand-pink);
  box-shadow: 0 0 0 3px rgba(var(--color-brand-rgb), 0.15);
}

.theme-fab__swatch {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--swatch-a) 0%, var(--swatch-a) 50%, var(--swatch-b) 50%, var(--swatch-b) 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.theme-fab__option-name {
  font-size: 10px;
  font-weight: 600;
  color: var(--color-text-muted);
  line-height: 1.2;
  text-align: center;
}

.theme-fab__option--active .theme-fab__option-name {
  color: var(--color-brand-pink-dark);
}

.theme-fab__current {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--color-border);
  font-size: 12px;
  color: var(--color-text-muted);
  text-align: center;
}

.theme-fab__current strong {
  color: var(--color-brand-pink-dark);
}

.theme-fab__toggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: var(--gradient-brand);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(var(--color-brand-rgb), 0.45);
  transition: transform 0.3s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.3s;
  position: relative;
}

.theme-fab__toggle::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(var(--color-brand-rgb), 0.35);
  animation: themeFabPulse 2.5s ease-out infinite;
}

@keyframes themeFabPulse {
  0% { transform: scale(1); opacity: 0.7; }
  70% { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}

.theme-fab__toggle:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 28px rgba(var(--color-brand-rgb), 0.55);
}

.theme-fab__toggle .icon {
  width: 26px;
  height: 26px;
  transition: transform 0.3s ease, opacity 0.2s;
}

.theme-fab__toggle-icon--close {
  position: absolute;
  opacity: 0;
  transform: rotate(-90deg) scale(0.5);
}

.theme-fab--open .theme-fab__toggle-icon--open {
  opacity: 0;
  transform: rotate(90deg) scale(0.5);
}

.theme-fab--open .theme-fab__toggle-icon--close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.theme-fab--open .theme-fab__toggle::before {
  animation: none;
  opacity: 0;
}

@media (max-width: 640px) {
  .theme-fab {
    right: 12px;
    bottom: 76px;
  }

  .theme-fab__toggle {
    width: 50px;
    height: 50px;
  }

  .theme-fab__toggle .icon {
    width: 22px;
    height: 22px;
  }

  .theme-fab__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }

  .theme-fab__swatch {
    width: 34px;
    height: 34px;
  }

  .theme-fab__option-name {
    font-size: 9px;
  }
}

.callback-modal__perks li span {
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0;
}

.callback-modal__perks li .icon {
  width: 16px;
  height: 16px;
  color: var(--color-brand-pink-light);
}

/* Modal base */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s;
}

.modal-overlay--open {
  opacity: 1;
  visibility: visible;
}

body.modal-open { overflow: hidden; }

/* Callback modal */
.callback-modal {
  background: rgba(24, 27, 34, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.callback-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 780px;
  background: var(--color-surface);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(24, 27, 34, 0.4), 0 0 0 1px rgba(255,255,255,0.06);
  transform: scale(0.88) translateY(40px);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.34, 1.4, 0.64, 1),
              opacity 0.35s ease;
}

.modal-overlay--open .callback-modal__dialog {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.callback-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  box-shadow: var(--shadow-sm);
}

.callback-modal__close:hover {
  background: var(--color-brand-pink);
  color: white;
  transform: rotate(90deg);
}

.callback-modal__body {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 480px;
}

/* Aside panel */
.callback-modal__aside {
  position: relative;
  padding: 40px 32px;
  color: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.callback-modal__aside-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, var(--color-graphite-dark) 0%, var(--color-graphite) 50%, var(--color-graphite-light) 100%);
  z-index: 0;
}

.callback-modal__aside-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(var(--color-brand-rgb),0.22) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(78, 84, 98, 0.25) 0%, transparent 40%);
}

.callback-modal__aside-bg::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -30%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: rgba(var(--color-brand-rgb),0.07);
  animation: callbackGlow 6s ease-in-out infinite alternate;
}

@keyframes callbackGlow {
  from { transform: scale(1) translate(0, 0); }
  to   { transform: scale(1.15) translate(-10px, 10px); }
}

.callback-modal__aside-content {
  position: relative;
  z-index: 1;
}

.callback-modal__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(var(--color-brand-rgb),0.2);
  border: 1px solid rgba(var(--color-brand-rgb),0.35);
  color: var(--color-brand-pink-light);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.callback-modal__aside-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.callback-modal__aside-text {
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 28px;
}

.callback-modal__perks {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.callback-modal__perks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  opacity: 0.9;
}

.callback-modal__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-brand-pink-light);
  transition: opacity 0.2s;
}

.callback-modal__phone:hover { opacity: 0.8; }

/* Form panel */
.callback-modal__form-panel {
  padding: 40px 36px;
  display: flex;
  align-items: center;
}

.callback-modal__form {
  width: 100%;
}

.callback-field {
  position: relative;
  margin-bottom: 22px;
}

.callback-field input {
  width: 100%;
  padding: 18px 16px 10px 44px;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-md);
  font-family: inherit;
  font-size: 16px;
  background: var(--color-bg);
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}

.callback-field input:focus {
  outline: none;
  border-color: var(--color-brand-pink);
  background: var(--color-surface);
  box-shadow: 0 0 0 4px rgba(var(--color-brand-rgb),0.12);
}

.callback-field input:focus + label,
.callback-field input:not(:placeholder-shown) + label {
  top: 8px;
  font-size: 11px;
  color: var(--color-brand-pink-dark);
  font-weight: 700;
}

.callback-field label {
  position: absolute;
  left: 44px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--color-text-muted);
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.callback-field__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-text-muted);
  transition: color 0.25s;
  pointer-events: none;
}

.callback-field input:focus ~ .callback-field__icon { color: var(--color-brand-pink); }

.callback-field--error input {
  border-color: var(--color-sale);
  box-shadow: 0 0 0 4px rgba(192,57,43,0.12);
}

.callback-field__error {
  display: block;
  font-size: 12px;
  color: var(--color-sale);
  margin-top: 6px;
  padding-left: 4px;
}

/* Time chips */
.callback-chips {
  border: none;
  margin: 0 0 24px;
  padding: 0;
}

.callback-chips legend {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}

.callback-chips__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.callback-chip {
  cursor: pointer;
}

.callback-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.callback-chip span {
  display: block;
  padding: 8px 16px;
  border: 2px solid var(--color-border);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
  background: var(--color-bg);
  transition: all 0.2s ease;
}

.callback-chip input:checked + span {
  background: var(--gradient-brand);
  border-color: transparent;
  color: white;
}

.callback-chip:hover span {
  border-color: var(--color-brand-pink);
}

/* Submit button */
.callback-modal__submit {
  position: relative;
  width: 100%;
  padding: 16px 24px;
  background: var(--gradient-brand);
  color: white;
  border-radius: var(--radius-md);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}

.callback-modal__submit::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.5s;
}

.callback-modal__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212,97,122,0.35);
}

.callback-modal__submit:hover::before { transform: translateX(100%); }

.callback-modal__submit:active { transform: translateY(0); }

.callback-modal__submit-icon {
  display: flex;
  transition: transform 0.25s;
}

.callback-modal__submit:hover .callback-modal__submit-icon { transform: translateX(4px); }

.callback-modal__submit--loading .callback-modal__submit-text,
.callback-modal__submit--loading .callback-modal__submit-icon { opacity: 0; }

.callback-modal__submit-loader {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 3px solid rgba(255,255,255,0.3);
  border-top-color: white;
  border-radius: 50%;
  opacity: 0;
  animation: none;
}

.callback-modal__submit--loading .callback-modal__submit-loader {
  opacity: 1;
  animation: spin 0.7s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

.callback-modal__privacy {
  font-size: 11px;
  color: var(--color-text-muted);
  text-align: center;
  margin-top: 14px;
  line-height: 1.5;
}

/* Success state */
.callback-modal__success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 64px 40px;
  min-height: 400px;
}

.callback-modal--success .callback-modal__body { display: none; }
.callback-modal--success .callback-modal__success { display: flex; }

.callback-modal__success-circle {
  width: 88px;
  height: 88px;
  margin-bottom: 24px;
}

.callback-modal__check {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: var(--color-success);
  stroke-miterlimit: 10;
}

.callback-modal__check-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke: var(--color-success);
  fill: rgba(45,106,79,0.08);
}

.callback-modal--success .callback-modal__check-circle {
  animation: strokeCircle 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.callback-modal__check-path {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke: var(--color-success);
  stroke-width: 3;
}

.callback-modal--success .callback-modal__check-path {
  animation: strokeCheck 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.5s forwards;
}

@keyframes strokeCircle {
  to { stroke-dashoffset: 0; }
}

@keyframes strokeCheck {
  to { stroke-dashoffset: 0; }
}

.callback-modal__success-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 8px;
  animation: heroFadeUp 0.5s 0.6s both;
}

.callback-modal__success-text {
  font-size: 15px;
  color: var(--color-text-muted);
  animation: heroFadeUp 0.5s 0.75s both;
}

/* Stagger form animation on open */
.modal-overlay--open .callback-field:nth-child(1) { animation: heroFadeUp 0.4s 0.1s both; }
.modal-overlay--open .callback-field:nth-child(2) { animation: heroFadeUp 0.4s 0.2s both; }
.modal-overlay--open .callback-chips { animation: heroFadeUp 0.4s 0.3s both; }
.modal-overlay--open .callback-modal__submit { animation: heroFadeUp 0.4s 0.4s both; }
.modal-overlay--open .callback-modal__privacy { animation: heroFadeUp 0.4s 0.5s both; }

/* Buy in 1 click modal */
.buy-modal__aside-content {
  gap: 16px;
}

.buy-modal__product {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 16px;
  backdrop-filter: blur(4px);
}

.buy-modal__product-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
  display: block;
}

.buy-modal__product-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
}

.buy-modal__product-prices {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.buy-modal__product-price {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

.buy-modal__product-price-old {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: line-through;
  display: none;
}

.buy-modal__product-price-old:not(:empty) {
  display: inline;
}

.buy-modal__form-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 6px;
  width: 100%;
  line-height: 1.25;
}

.buy-modal__form-subtitle {
  font-size: 14px;
  color: var(--color-text-muted);
  margin-bottom: 24px;
  width: 100%;
  line-height: 1.5;
}

.buy-modal .callback-modal__form-panel {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

@media (max-width: 720px) {
  .buy-modal__product-img {
    max-height: 160px;
    aspect-ratio: auto;
  }
}

/* Reviews */
.reviews-section {
  background: var(--color-bg);
}

.reviews__summary {
  margin-bottom: 32px;
}

.reviews__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  padding: 20px 24px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
}

.reviews__score {
  font-size: 36px;
  font-weight: 800;
  color: var(--color-text);
  line-height: 1;
}

.reviews__stars {
  display: flex;
  gap: 2px;
}

.review-star {
  width: 18px;
  height: 18px;
  color: var(--color-brand-pink);
}

.review-star--empty {
  color: var(--color-border);
  opacity: 0.6;
}

.reviews__count {
  font-size: 14px;
  color: var(--color-text-muted);
}

.reviews__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.review-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
}

.review-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  border-color: rgba(var(--color-brand-rgb), 0.25);
}

.review-card__header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px 14px;
  align-items: start;
  margin-bottom: 16px;
}

.review-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-brand);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.review-card__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}

.review-card__meta {
  font-size: 12px;
  color: var(--color-text-muted);
}

.review-card__stars {
  display: flex;
  gap: 1px;
  grid-column: 3;
  grid-row: 1;
}

.review-card__stars .review-star {
  width: 14px;
  height: 14px;
}

.review-card__text {
  font-size: 14px;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin-bottom: 14px;
}

.review-card__date {
  font-size: 12px;
  color: var(--color-text-muted);
  opacity: 0.75;
}

.reviews__footer {
  text-align: center;
  margin-top: 32px;
}

.reviews--visible .review-card {
  animation: stepCardReveal 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.reviews--visible .review-card:nth-child(1) { animation-delay: 0.05s; }
.reviews--visible .review-card:nth-child(2) { animation-delay: 0.15s; }
.reviews--visible .review-card:nth-child(3) { animation-delay: 0.25s; }
.reviews--visible .review-card:nth-child(4) { animation-delay: 0.35s; }

.review-card {
  opacity: 0;
  transform: translateY(20px);
}

.reviews--visible .review-card:hover {
  transform: translateY(-3px);
}

/* Review modal */
.review-modal__dialog {
  max-width: 560px;
}

.review-modal__body {
  padding: 40px 36px 36px;
}

.review-modal__title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 6px;
}

.review-modal__subtitle {
  font-size: 14px;
  color: var(--color-text-muted);
  margin-bottom: 28px;
  line-height: 1.5;
}

.review-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.review-rating {
  margin-bottom: 22px;
}

.review-rating__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 10px;
}

.review-rating__stars {
  display: flex;
  gap: 6px;
}

.review-rating__star {
  width: 40px;
  height: 40px;
  border: 2px solid var(--color-border);
  border-radius: 10px;
  background: var(--color-bg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
  padding: 0;
}

.review-rating__star .icon {
  width: 20px;
  height: 20px;
  color: var(--color-border);
  transition: color 0.2s;
}

.review-rating__star:hover,
.review-rating__star.is-active {
  border-color: var(--color-brand-pink);
  background: rgba(var(--color-brand-rgb), 0.08);
  transform: scale(1.05);
}

.review-rating__star.is-active .icon,
.review-rating__star:hover .icon {
  color: var(--color-brand-pink);
}

.review-rating__error {
  display: block;
  font-size: 12px;
  color: var(--color-sale);
  margin-top: 8px;
}

.review-field {
  margin-bottom: 22px;
}

.review-field__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--color-text);
}

.review-field__select {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-md);
  font-family: inherit;
  font-size: 15px;
  background: var(--color-bg);
  transition: border-color 0.25s, box-shadow 0.25s;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.review-field__select:focus {
  outline: none;
  border-color: var(--color-brand-pink);
  box-shadow: 0 0 0 4px rgba(var(--color-brand-rgb), 0.12);
}

.review-field--error .review-field__select {
  border-color: var(--color-sale);
}

.callback-field select,
.callback-field textarea {
  width: 100%;
  padding: 18px 16px 10px;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-md);
  font-family: inherit;
  font-size: 16px;
  background: var(--color-bg);
  transition: border-color 0.25s, box-shadow 0.25s;
  appearance: none;
}

.callback-field textarea {
  resize: vertical;
  min-height: 110px;
  padding-top: 22px;
}

.callback-field select:focus,
.callback-field textarea:focus {
  outline: none;
  border-color: var(--color-brand-pink);
  background: var(--color-surface);
  box-shadow: 0 0 0 4px rgba(var(--color-brand-rgb), 0.12);
}

.callback-field select:focus + label,
.callback-field select:valid + label,
.callback-field textarea:focus + label,
.callback-field textarea:not(:placeholder-shown) + label {
  top: 8px;
  font-size: 11px;
  color: var(--color-brand-pink-dark);
  font-weight: 700;
}

.callback-field--textarea label {
  top: 16px;
  transform: none;
}

.callback-field--error select,
.callback-field--error textarea {
  border-color: var(--color-sale);
}

.review-modal.callback-modal--success .review-modal__body {
  display: none;
}

.review-modal.callback-modal--success .callback-modal__success {
  display: flex;
}

@media (max-width: 768px) {
  .reviews__grid { grid-template-columns: 1fr; }
  .review-card__header { grid-template-columns: auto 1fr; }
  .review-card__stars { grid-column: 2; grid-row: 2; }
  .review-form-row { grid-template-columns: 1fr; }
  .review-modal__body { padding: 32px 24px 28px; }
}

/* Contacts page */
.contacts-page {
  padding-bottom: 0;
}

.contacts-hero {
  background: linear-gradient(135deg, var(--color-graphite-dark) 0%, var(--color-graphite) 55%, var(--color-graphite-light) 100%);
  color: #fff;
  padding: 40px 0 48px;
}

.contacts-hero__title {
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 800;
  margin: 16px 0 12px;
}

.contacts-hero__text {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  max-width: 560px;
}

.contacts-quick {
  margin-top: -24px;
  position: relative;
  z-index: 2;
  padding-bottom: 8px;
}

.contacts-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.contacts-quick__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: var(--color-text);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.contacts-quick__item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(var(--color-brand-rgb), 0.3);
}

.contacts-quick__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(var(--color-brand-rgb), 0.12);
  color: var(--color-brand-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.contacts-quick__icon .icon {
  width: 20px;
  height: 20px;
}

.contacts-quick__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-muted);
}

.contacts-quick__value {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text);
}

.contacts-quick__hint {
  font-size: 12px;
  color: var(--color-text-muted);
}

.contacts-stores__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contacts-store {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: box-shadow 0.3s, transform 0.3s;
}

.contacts-store:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.contacts-store--primary {
  border-color: rgba(var(--color-brand-rgb), 0.25);
  background: linear-gradient(180deg, var(--color-surface) 0%, rgba(var(--color-brand-rgb), 0.04) 100%);
}

.contacts-store__head {
  margin-bottom: 24px;
}

.contacts-store__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(var(--color-brand-rgb), 0.12);
  color: var(--color-brand-pink-dark);
  margin-bottom: 10px;
}

.contacts-store__title {
  font-size: 22px;
  font-weight: 800;
}

.contacts-store__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.contacts-store__list li {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.contacts-store__list li:last-child {
  margin-bottom: 0;
}

.contacts-store__list .icon {
  width: 20px;
  height: 20px;
  color: var(--color-brand-pink);
  flex-shrink: 0;
  margin-top: 2px;
}

.contacts-store__list strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-text-muted);
  margin-bottom: 4px;
}

.contacts-store__list span,
.contacts-store__list a {
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-text);
}

.contacts-store__list a {
  font-weight: 700;
  color: var(--color-brand-pink-dark);
  text-decoration: none;
}

.contacts-store__list a:hover {
  text-decoration: underline;
}

.contacts-store__messengers {
  display: block;
  font-size: 12px !important;
  color: var(--color-text-muted) !important;
  margin-top: 2px;
}

.contacts-store__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contacts-map {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-surface);
}

.contacts-map__tabs {
  display: flex;
  gap: 4px;
  padding: 12px 12px 0;
  background: var(--color-bg-alt);
  border-bottom: 1px solid var(--color-border);
}

.contacts-map__tab {
  padding: 10px 24px;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-muted);
  cursor: pointer;
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  transition: background 0.2s, color 0.2s;
}

.contacts-map__tab--active {
  background: var(--color-surface);
  color: var(--color-brand-pink-dark);
  box-shadow: 0 -2px 0 var(--color-brand-pink) inset;
}

.contacts-map__frame {
  display: none;
  aspect-ratio: 16 / 7;
  min-height: 320px;
}

.contacts-map__frame--active {
  display: block;
}

.contacts-map__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contacts-info {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
}

.contacts-info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.contacts-info__title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 14px;
}

.contacts-info__block p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin-bottom: 12px;
}

.contacts-info__block a {
  color: var(--color-brand-pink);
  font-weight: 600;
}

.contacts-info__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contacts-info__list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 14px;
}

.contacts-info__list span {
  font-size: 12px;
  color: var(--color-text-muted);
}

.contacts-info__list strong,
.contacts-info__list a {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text);
}

.contacts-info__block--cta {
  background: linear-gradient(135deg, rgba(var(--color-brand-rgb), 0.08), rgba(var(--color-graphite-rgb), 0.04));
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
}

@media (max-width: 1024px) {
  .contacts-quick__grid { grid-template-columns: repeat(2, 1fr); }
  .contacts-stores__grid { grid-template-columns: 1fr; }
  .contacts-info__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .contacts-quick__grid { grid-template-columns: 1fr; }
  .contacts-map__frame { min-height: 280px; aspect-ratio: auto; }
}

/* Catalog page */
.catalog-page {
  padding-bottom: 0;
  overflow-x: clip;
}

.catalog-hero {
  background: linear-gradient(135deg, var(--color-graphite-dark) 0%, var(--color-graphite) 55%, var(--color-graphite-light) 100%);
  color: #fff;
  padding: 40px 0 72px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.catalog-hero--compact {
  padding: 20px 0 28px;
}

.catalog-hero--compact .catalog-hero__inner {
  display: block;
}

.catalog-hero--compact .breadcrumb {
  font-size: 13px;
  margin-bottom: 10px;
}

.catalog-hero__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}

.catalog-hero--compact .catalog-hero__title {
  font-size: clamp(22px, 3.5vw, 28px);
  margin-bottom: 0;
}

.catalog-hero--compact .catalog-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  border: none;
}

.catalog-stat-inline {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

.catalog-stat-inline strong {
  color: var(--color-brand-pink-light);
  font-weight: 800;
}

.catalog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(var(--color-brand-rgb), 0.2) 0%, transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(78, 84, 98, 0.3) 0%, transparent 40%);
  pointer-events: none;
}

.catalog-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.catalog-hero__inner .breadcrumb {
  grid-column: 1 / -1;
}

@media (min-width: 900px) {
  .catalog-hero__inner {
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: end;
  }

  .catalog-hero__content {
    grid-column: 1;
    grid-row: 2;
  }

  .catalog-hero__stats {
    grid-column: 2;
    grid-row: 2;
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    padding-left: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

.breadcrumb--light a {
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb--light a:hover {
  color: var(--color-brand-pink-light);
}

.breadcrumb--light span {
  color: rgba(255, 255, 255, 0.45);
}

.catalog-hero__content {
  max-width: 620px;
  margin-top: 20px;
}

.catalog-hero__title {
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
}

.catalog-hero__text {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 28px;
}

.catalog-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.catalog-hero__actions .btn--outline {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.catalog-hero__actions .btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.catalog-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.catalog-stat__num {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: var(--color-brand-pink-light);
  line-height: 1;
  margin-bottom: 6px;
}

.catalog-stat__label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}

.catalog-quick {
  margin-top: -48px;
  position: relative;
  z-index: 2;
  padding-bottom: 8px;
  isolation: isolate;
}

.catalog-quick--compact {
  margin-top: 0;
  padding: 12px 0 0;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
}

.catalog-quick__strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-quick__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.catalog-quick__link:hover {
  border-color: rgba(var(--color-brand-rgb), 0.4);
  color: var(--color-brand-pink-dark);
}

.catalog-quick__link .icon {
  color: var(--color-brand-pink);
  flex-shrink: 0;
}

.catalog-quick__link--sale {
  background: var(--color-graphite);
  border-color: transparent;
  color: #fff;
}

.catalog-quick__link--sale .icon { color: var(--color-brand-pink-light); }

.catalog-quick__link--sale:hover {
  background: var(--color-graphite-light);
  color: #fff;
}

.catalog-categories {
  position: relative;
  z-index: 0;
}

.section--compact {
  padding: 32px 0 48px;
}

.catalog-products-section {
  background: var(--color-surface);
}

.catalog-products__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.catalog-products__title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.catalog-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.catalog-quick__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 20px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  text-decoration: none;
  color: var(--color-text);
}

.catalog-quick__item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(var(--color-brand-rgb), 0.3);
}

.catalog-quick__item .icon {
  width: 28px;
  height: 28px;
  color: var(--color-brand-pink);
  margin-bottom: 4px;
}

.catalog-quick__item span {
  font-size: 15px;
  font-weight: 700;
}

.catalog-quick__item small {
  font-size: 12px;
  color: var(--color-text-muted);
}

.catalog-quick__item--sale {
  background: linear-gradient(135deg, var(--color-graphite) 0%, var(--color-graphite-light) 100%);
  color: #fff;
  border-color: transparent;
}

.catalog-quick__item--sale .icon { color: var(--color-brand-pink-light); }
.catalog-quick__item--sale small { color: rgba(255, 255, 255, 0.65); }

.catalog-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

.catalog-cat {
  position: relative;
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 280px;
  min-width: 0;
  text-decoration: none;
  color: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.catalog-cat:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(24, 27, 34, 0.25);
}

.catalog-cat__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.catalog-cat:hover .catalog-cat__img {
  transform: scale(1.06);
}

.catalog-cat__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 27, 34, 0.1) 0%, rgba(24, 27, 34, 0.88) 100%);
  z-index: 1;
}

.catalog-cat__body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px;
  z-index: 2;
}

.catalog-cat__title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 4px;
}

.catalog-cat__count {
  font-size: 13px;
  opacity: 0.75;
  display: block;
  margin-bottom: 14px;
}

.catalog-cat__subs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-cat__subs a {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}

.catalog-cat__subs a:hover {
  background: rgba(var(--color-brand-rgb), 0.5);
}

.catalog-cat__arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.catalog-cat:hover .catalog-cat__arrow {
  opacity: 1;
  transform: translateX(0);
}

.catalog-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  align-items: start;
}

.catalog-sidebar {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.catalog-sidebar__block {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 20px;
}

.catalog-sidebar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 16px;
}

.catalog-sidebar__title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}

.catalog-sidebar__demo {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(var(--color-brand-rgb), 0.12);
  color: var(--color-brand-pink-dark);
}

.catalog-sidebar__block--filters .catalog-sidebar__title {
  margin-bottom: 0;
}

.catalog-filter-group {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid var(--color-border);
}

.catalog-filter-group:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.catalog-filter-group__title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}

.catalog-filter__range {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.catalog-filter__slider {
  width: 100%;
  accent-color: var(--color-brand-pink);
  cursor: pointer;
}

.catalog-filter__range-values {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--color-text-muted);
}

.catalog-filter__checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.catalog-filter__check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--color-text);
  cursor: pointer;
  padding: 4px 0;
}

.catalog-filter__check input {
  width: 16px;
  height: 16px;
  accent-color: var(--color-brand-pink);
  flex-shrink: 0;
  cursor: pointer;
}

.catalog-filter__check span {
  flex: 1;
}

.catalog-filter__check em {
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-text-muted);
}

.catalog-filter__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
}

.catalog-filter__apply,
.catalog-filter__reset {
  width: 100%;
}

.catalog-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-filter li {
  margin-bottom: 6px;
}

.catalog-filter__btn {
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  border: none;
  border-radius: var(--radius-sm);
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-muted);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.catalog-filter__btn:hover {
  background: var(--color-surface);
  color: var(--color-text);
}

.catalog-filter__btn--active {
  background: rgba(var(--color-brand-rgb), 0.12);
  color: var(--color-brand-pink-dark);
  font-weight: 700;
}

.catalog-sidebar__cta p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.5;
  margin-bottom: 14px;
}

.catalog-products__count {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-muted);
  white-space: nowrap;
}

.catalog-products__chips {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.catalog-chip {
  padding: 8px 16px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-bg);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
  cursor: pointer;
  transition: all 0.2s;
}

.catalog-chip--active,
.catalog-chip:hover {
  border-color: var(--color-brand-pink);
  color: var(--color-brand-pink-dark);
  background: rgba(var(--color-brand-rgb), 0.08);
}

.catalog-products__grid {
  margin-top: 0;
}

.catalog-product__cat {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-brand-pink);
  margin-bottom: 6px;
}

.catalog-products__empty {
  text-align: center;
  padding: 48px 20px;
  color: var(--color-text-muted);
  font-size: 15px;
}

.catalog-banner {
  background: linear-gradient(135deg, rgba(var(--color-brand-rgb), 0.08) 0%, rgba(var(--color-graphite-rgb), 0.06) 100%);
  border-top: 1px solid var(--color-border);
  padding: 56px 0;
}

.catalog-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.catalog-banner__title {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  margin-bottom: 8px;
}

.catalog-banner__text {
  font-size: 15px;
  color: var(--color-text-muted);
  max-width: 520px;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .catalog-hero__row { flex-direction: column; align-items: flex-start; }
  .catalog-hero--compact .catalog-hero__stats { gap: 6px 12px; }
  .catalog-quick__strip { gap: 6px; }
  .catalog-quick__link { padding: 7px 12px; font-size: 12px; }
}

@media (max-width: 1024px) {
  .catalog-quick__grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-categories__grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-sidebar { position: static; display: none; }
  .catalog-products__chips { display: flex; }
}

@media (max-width: 640px) {
  .catalog-hero__stats { gap: 20px; }
  .catalog-stat__num { font-size: 26px; }
  .catalog-categories__grid { grid-template-columns: 1fr; }
  .catalog-cat { min-height: 240px; }
  .catalog-banner__inner { flex-direction: column; align-items: flex-start; }
  .catalog-products__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .catalog-products__grid { grid-template-columns: 1fr; }
}

.product-card__top {
  display: block;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.product-card__top:hover .product-card__name {
  color: var(--color-brand-pink-dark);
}

/* Product page */
.product-page {
  padding: 24px 0 64px;
}

.product-page__breadcrumb {
  margin-bottom: 24px;
}

.product-page__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.product-page__gallery {
  position: relative;
}

.product-page__zoom {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-bg);
  cursor: zoom-in;
}

.product-page__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.product-page__zoom-hint {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(24, 27, 34, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.product-page__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.product-page__thumb {
  width: 72px;
  height: 72px;
  padding: 0;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--color-surface);
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s;
}

.product-page__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page__thumb--active,
.product-page__thumb:hover {
  border-color: var(--color-brand-pink);
}

.product-page__thumb--active {
  transform: translateY(-2px);
}

.product-page__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  pointer-events: none;
}

.product-page__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin-bottom: 10px;
}

.product-page__cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-brand-pink);
}

.product-page__sku {
  font-size: 12px;
  color: var(--color-text-muted);
}

.product-page__stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-success);
}

.product-page__stock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-success);
}

.product-page__title {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}

.product-page__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin-bottom: 20px;
}

.product-page__price-current {
  font-size: 28px;
  font-weight: 800;
  color: var(--color-graphite-dark);
}

.product-page__price-old {
  font-size: 18px;
  color: var(--color-text-muted);
  text-decoration: line-through;
}

.product-page__desc {
  font-size: 15px;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin-bottom: 24px;
}

.product-page__perks {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-page__perks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--color-text);
}

.product-page__perks .icon {
  color: var(--color-brand-pink);
}

.product-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.product-page__payment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border);
}

.product-page__payment ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-page__payment li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--color-text);
}

.product-contacts {
  margin-top: 8px;
}

.product-contacts__title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
}

.product-contacts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.product-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 12px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  text-decoration: none;
  color: var(--color-text);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.product-contact:hover {
  border-color: rgba(var(--color-brand-rgb), 0.35);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.product-contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.product-contact__icon .icon {
  width: 18px;
  height: 18px;
}

.product-contact--phone .product-contact__icon,
.product-contact--callback .product-contact__icon { background: rgba(var(--color-brand-rgb), 0.12); color: var(--color-brand-pink); }
.product-contact--telegram .product-contact__icon { background: rgba(42, 171, 238, 0.12); color: #2AABEE; }
.product-contact--viber .product-contact__icon { background: rgba(115, 96, 242, 0.12); color: #7360F2; }
.product-contact--whatsapp .product-contact__icon { background: rgba(37, 211, 102, 0.12); color: #25D366; }
.product-contact--mail .product-contact__icon { background: var(--color-bg-alt); color: var(--color-graphite); }
.product-contact--store .product-contact__icon,
.product-contact--map .product-contact__icon { background: rgba(var(--color-graphite-rgb), 0.08); color: var(--color-graphite); }

.product-contact__label {
  font-size: 13px;
  font-weight: 700;
}

.product-contact__hint {
  font-size: 11px;
  color: var(--color-text-muted);
}

.product-tabs {
  margin-top: 48px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.product-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 12px 12px 0;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
}

.product-tabs__btn {
  padding: 12px 18px;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-muted);
  cursor: pointer;
  margin-bottom: -1px;
  transition: color 0.2s, border-color 0.2s;
}

.product-tabs__btn--active,
.product-tabs__btn:hover {
  color: var(--color-brand-pink-dark);
  border-bottom-color: var(--color-brand-pink);
}

.product-tabs__panel {
  display: none;
  padding: 24px;
}

.product-tabs__panel--active {
  display: block;
}

.product-tabs__content {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text-muted);
}

.product-tabs__content p {
  margin-bottom: 14px;
}

.product-tabs__content ul {
  margin: 0 0 14px 18px;
}

.product-tabs__content li {
  margin-bottom: 6px;
}

.product-specs {
  width: 100%;
  border-collapse: collapse;
}

.product-specs th,
.product-specs td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
  font-size: 14px;
}

.product-specs th {
  width: 40%;
  font-weight: 600;
  color: var(--color-text-muted);
  background: var(--color-bg);
}

.product-specs tr:last-child th,
.product-specs tr:last-child td {
  border-bottom: none;
}

.product-similar {
  margin-top: 16px;
  background: var(--color-bg);
}

.product-similar .product-card__actions {
  display: none;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.lightbox--open {
  opacity: 1;
  visibility: visible;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 27, 34, 0.88);
  cursor: zoom-out;
}

.lightbox__dialog {
  position: relative;
  z-index: 1;
  max-width: min(900px, 92vw);
  max-height: 90vh;
  width: 100%;
}

.lightbox__image {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}

.lightbox__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox__nav--prev { left: -56px; }
.lightbox__nav--next { right: -56px; }

.lightbox__counter {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 900px) {
  .product-page__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-contacts__grid {
    grid-template-columns: 1fr;
  }

  .lightbox__nav--prev { left: 8px; }
  .lightbox__nav--next { right: 8px; }
  .lightbox__close { top: 8px; right: 8px; }
}

/* Legacy simple modal (stub pages) */
.modal {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: 40px;
  max-width: 440px;
  width: 100%;
  transform: scale(0.95);
  transition: transform var(--transition);
  position: relative;
}

.modal-overlay--open .modal { transform: scale(1); }

.modal__title { font-size: 24px; font-weight: 800; margin-bottom: 8px; }
.modal__text { color: var(--color-text-muted); margin-bottom: 24px; font-size: 14px; }
.modal__close { position: absolute; top: 16px; right: 16px; font-size: 24px; color: var(--color-text-muted); }

.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.form-group input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 15px;
  transition: border-color var(--transition);
}
.form-group input:focus { outline: none; border-color: var(--color-accent); }

/* Callback modal responsive */
@media (max-width: 700px) {
  .callback-modal__body {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .callback-modal__aside {
    padding: 28px 24px 24px;
  }

  .callback-modal__aside-title { font-size: 22px; }
  .callback-modal__perks { display: none; }
  .callback-modal__phone { font-size: 16px; }

  .callback-modal__form-panel { padding: 28px 24px 32px; }

  .callback-modal__dialog {
    max-height: 92vh;
    overflow-y: auto;
    border-radius: 20px 20px 0 0;
    align-self: flex-end;
    transform: translateY(100%);
  }

  .modal-overlay--open .callback-modal__dialog {
    transform: translateY(0);
  }

  .callback-modal {
    align-items: flex-end;
    padding: 0;
  }
}

/* Blog */
.blog-page {
  padding: 32px 0 64px;
}

.blog-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
}

.blog-page__header {
  margin-bottom: 32px;
}

.blog-page__title {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 800;
  color: var(--color-text);
  margin-bottom: 12px;
}

.blog-page__intro {
  font-size: 16px;
  color: var(--color-text-muted);
  line-height: 1.6;
  max-width: 640px;
}

.blog-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.blog-preview {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  transition: box-shadow 0.25s, transform 0.25s;
}

.blog-preview:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.blog-preview__image {
  position: relative;
  display: block;
  min-height: 200px;
  overflow: hidden;
}

.blog-preview__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.blog-preview:hover .blog-preview__image img {
  transform: scale(1.04);
}

.blog-preview__cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--color-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
}

.blog-preview__body {
  padding: 24px 24px 24px 0;
  display: flex;
  flex-direction: column;
}

.blog-preview__meta {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}

.blog-preview__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
}

.blog-preview__title a {
  color: var(--color-text);
  text-decoration: none;
}

.blog-preview__title a:hover {
  color: var(--color-accent);
}

.blog-preview__excerpt {
  font-size: 15px;
  color: var(--color-text-muted);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}

.blog-preview__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-accent);
  text-decoration: none;
}

.blog-preview__more:hover {
  gap: 10px;
}

/* Blog post */
.blog-post__hero {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 24px;
  aspect-ratio: 16 / 9;
}

.blog-post__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-size: 14px;
  color: var(--color-text-muted);
  margin-bottom: 16px;
}

.blog-post__cat {
  background: rgba(var(--color-brand-rgb), 0.12);
  color: var(--color-accent);
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
}

.blog-post__title {
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 28px;
  color: var(--color-text);
}

.blog-post__content {
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-text);
}

.blog-post__content h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 32px 0 14px;
  color: var(--color-text);
}

.blog-post__content p {
  margin-bottom: 16px;
  color: var(--color-text-muted);
}

.blog-post__content a {
  color: var(--color-accent);
  font-weight: 600;
}

.blog-post__figure {
  margin: 28px 0;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.blog-post__figure img {
  width: 100%;
  display: block;
}

.blog-post__figure figcaption {
  font-size: 13px;
  color: var(--color-text-muted);
  padding: 10px 14px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-top: none;
}

.blog-post__tip {
  margin-top: 32px;
  padding: 20px 24px;
  background: linear-gradient(135deg, rgba(var(--color-brand-rgb), 0.08), rgba(var(--color-graphite-rgb), 0.06));
  border-left: 4px solid var(--color-accent);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.blog-post__tip strong {
  color: var(--color-text);
}

.blog-post__nav {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
  font-size: 15px;
}

.blog-post__nav span {
  display: block;
  color: var(--color-text-muted);
  margin-bottom: 8px;
}

.blog-post__nav a {
  font-weight: 600;
  color: var(--color-accent);
}

/* Blog sidebar */
.blog-sidebar {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-sidebar__widget {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 20px;
}

.blog-sidebar__title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--color-text);
}

.blog-sidebar__search {
  display: flex;
  gap: 8px;
}

.blog-sidebar__search input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 14px;
  background: var(--color-bg);
}

.blog-sidebar__search button {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: var(--radius-sm);
  background: var(--color-accent);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-sidebar__posts,
.blog-sidebar__cats {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-sidebar__posts li,
.blog-sidebar__cats li {
  margin-bottom: 10px;
}

.blog-sidebar__posts li:last-child,
.blog-sidebar__cats li:last-child {
  margin-bottom: 0;
}

.blog-sidebar__posts a,
.blog-sidebar__cats a {
  font-size: 14px;
  color: var(--color-text-muted);
  text-decoration: none;
  line-height: 1.4;
  display: block;
}

.blog-sidebar__posts a:hover,
.blog-sidebar__cats a:hover {
  color: var(--color-accent);
}

.blog-sidebar__cta p {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.5;
  margin-bottom: 14px;
}

/* Blog carousel (homepage) */
.blog-carousel-section {
  background: var(--color-surface);
}

.blog-carousel {
  position: relative;
}

.blog-carousel__viewport {
  overflow: hidden;
  margin: 0 -8px;
}

.blog-carousel__track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 4px 8px 8px;
}

.blog-card {
  flex: 0 0 calc(50% - 12px);
  min-width: 280px;
  background: var(--color-bg);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  transition: box-shadow 0.25s, transform 0.25s;
}

.blog-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.blog-card__image {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.05);
}

.blog-card__cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--color-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
}

.blog-card__body {
  padding: 20px;
}

.blog-card__meta {
  font-size: 12px;
  color: var(--color-text-muted);
  margin-bottom: 8px;
}

.blog-card__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
}

.blog-card__title a {
  color: var(--color-text);
  text-decoration: none;
}

.blog-card__title a:hover {
  color: var(--color-accent);
}

.blog-card__excerpt {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
  color: var(--color-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: var(--shadow-sm);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.blog-carousel__arrow:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}

.blog-carousel__arrow--prev { left: -16px; }
.blog-carousel__arrow--next { right: -16px; }

.blog-carousel__arrow:disabled {
  opacity: 0.35;
  pointer-events: none;
}

.nav__link--active:not(.nav__link--catalog):not(.nav__link--sale) {
  color: var(--color-accent);
}

@media (max-width: 1024px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .blog-preview {
    grid-template-columns: 1fr;
  }

  .blog-preview__body {
    padding: 0 20px 20px;
  }

  .blog-card {
    flex: 0 0 calc(50% - 12px);
  }

  .blog-carousel__arrow--prev { left: 0; }
  .blog-carousel__arrow--next { right: 0; }
}

@media (max-width: 640px) {
  .blog-sidebar {
    grid-template-columns: 1fr;
  }

  .blog-card {
    flex: 0 0 85%;
  }

  .blog-carousel__arrow {
    width: 36px;
    height: 36px;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .nav, .header__phone { display: none; }
  .burger { display: flex; }
  .header__inner { grid-template-columns: 1fr auto; }
  .hero {
    height: clamp(420px, 65vh, 560px);
  }

  .hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(24, 27, 34, 0.5) 0%,
      rgba(var(--color-graphite-rgb), 0.82) 60%,
      rgba(24, 27, 34, 0.94) 100%
    );
  }

  .hero__container {
    align-items: flex-end;
    padding-bottom: 72px;
  }

  .hero__content { max-width: 100%; }

  .hero__arrow { display: none; }
  .features__grid { grid-template-columns: 1fr; margin-top: 0; }
  .features { margin-top: 0; }
  .categories__grid { grid-template-columns: repeat(2, 1fr); }
  .products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps__grid { grid-template-columns: repeat(2, 1fr); }
  .steps__progress { display: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .logo__tagline { display: none; }
  .logo__name { font-size: 17px; }
  .header__actions .btn--accent { padding: 8px 14px; font-size: 12px; }
  .header__icons .icon-btn:not(.burger) { display: none; }

  .hero {
    height: 70vh;
    min-height: 400px;
    max-height: 520px;
  }

  .hero__container { padding-bottom: 64px; }

  .hero__tag { font-size: 11px; padding: 5px 12px; margin-bottom: 14px; }

  .hero__text { margin-bottom: 24px; }

  .hero__actions { gap: 8px; }

  .hero__actions .btn--lg {
    padding: 12px 20px;
    font-size: 14px;
    flex: 1;
    min-width: 140px;
  }

  .hero__nav { bottom: 18px; gap: 8px; }

  .hero__dot { width: 36px; }
  .hero__dot--active { width: 48px; }

  .categories__grid { grid-template-columns: 1fr 1fr; }
  .products__grid { grid-template-columns: minmax(0, 1fr); }
  .steps__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .cta__box { padding: 40px 24px; }
  .floating-bar { display: block; }
  body { padding-bottom: 64px; }
  .section__header { flex-direction: column; align-items: flex-start; }
}
