/* ============================================================
   VNvape.vip — современный мобильный дизайн
   ============================================================ */

:root {
  --bg: #0a0a0f;
  --bg-soft: #12121a;
  --card: rgba(255, 255, 255, 0.045);
  --card-border: rgba(255, 255, 255, 0.09);
  --text: #f4f4f6;
  --text-dim: #9d9daa;
  --amber: #fbbf24;
  --amber-deep: #f59e0b;
  --orange: #fb7a24;
  --green: #34d399;
  --green-deep: #10b981;
  --radius: 20px;
  --font-display: 'Unbounded', 'Manrope', system-ui, sans-serif;
  --font-body: 'Manrope', system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Фоновые эффекты ---------- */

.bg-fx {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
}

.bg-glow--top {
  width: 70vw; height: 70vw;
  max-width: 560px; max-height: 560px;
  top: -18vw; right: -22vw;
  background: radial-gradient(circle, rgba(251, 146, 36, 0.28), transparent 65%);
}

.bg-glow--bottom {
  width: 80vw; height: 80vw;
  max-width: 640px; max-height: 640px;
  bottom: -30vw; left: -28vw;
  background: radial-gradient(circle, rgba(52, 211, 153, 0.14), transparent 65%);
}

.bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 90% 60% at 50% 0%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 60% at 50% 0%, black 30%, transparent 75%);
}

/* ---------- Переключатель языка ---------- */

.lang-switch {
  position: fixed;
  top: calc(12px + env(safe-area-inset-top));
  right: 14px;
  z-index: 60;
  display: flex;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(14, 14, 20, 0.72);
  border: 1px solid var(--card-border);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.lang-btn {
  border: 0;
  background: transparent;
  color: var(--text-dim);
  font: 700 12px/1 var(--font-body);
  letter-spacing: 0.06em;
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s, background 0.2s;
}

.lang-btn.is-active {
  background: linear-gradient(135deg, var(--amber), var(--orange));
  color: #1a1205;
}

/* ---------- Hero ---------- */

.hero {
  padding: calc(76px + env(safe-area-inset-top)) 0 28px;
  text-align: center;
}

.hero__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
  background: rgba(251, 191, 36, 0.09);
  border: 1px solid rgba(251, 191, 36, 0.28);
  border-radius: 999px;
  padding: 7px 16px;
  margin-bottom: 18px;
}

.hero__logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.2rem, 9vw, 4rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  background: linear-gradient(100deg, #fde68a 0%, var(--amber) 38%, var(--orange) 75%, #f97316 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 22px;
  filter: drop-shadow(0 6px 28px rgba(245, 158, 11, 0.32));
}

.hero__points {
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 620px;
  margin: 0 auto 24px;
  text-align: left;
}

.hero__points li {
  position: relative;
  font-size: 15px;
  color: #cdcdd6;
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 12px 16px 12px 42px;
}

.hero__points li::before {
  content: "✦";
  position: absolute;
  left: 16px;
  top: 12px;
  color: var(--amber);
  font-size: 14px;
}

.hero__delivery {
  display: grid;
  gap: 10px;
  max-width: 620px;
  margin: 0 auto 22px;
}

.delivery-chip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  color: #ffe9c2;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.12), rgba(251, 122, 36, 0.08));
  border: 1px solid rgba(251, 191, 36, 0.32);
  border-radius: 14px;
  padding: 13px 16px;
}

.delivery-chip__icon { font-size: 18px; line-height: 1.3; }

.discount-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 14px;
  color: #06281c;
  background: linear-gradient(135deg, #4ade80, var(--green-deep));
  border-radius: 999px;
  padding: 12px 20px;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.35);
  animation: pill-glow 2.4s ease-in-out infinite;
}

@keyframes pill-glow {
  0%, 100% { box-shadow: 0 8px 26px rgba(16, 185, 129, 0.3); transform: scale(1); }
  50% { box-shadow: 0 10px 40px rgba(16, 185, 129, 0.55); transform: scale(1.02); }
}

/* ---------- Галерея ---------- */

.gallery { padding: 12px 0 8px; }

.gallery__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 86%;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 6px 2px 14px;
  -webkit-overflow-scrolling: touch;
}

.gallery__track::-webkit-scrollbar { display: none; }

.gallery__item {
  scroll-snap-align: center;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-soft);
  border: 1px solid rgba(251, 191, 36, 0.22);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.45), 0 4px 22px rgba(245, 158, 11, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery__dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding-bottom: 4px;
}

.dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transition: background 0.25s, width 0.25s;
}

.dot.is-active {
  width: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--amber), var(--orange));
}

/* ---------- Заголовки секций ---------- */

.section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 5.4vw, 2rem);
  text-align: center;
  margin-bottom: 26px;
  background: linear-gradient(100deg, #fde68a, var(--amber) 60%, var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Товары ---------- */

.products { padding: 40px 0 12px; }

.products__grid {
  display: grid;
  gap: 16px;
}

.product-card {
  position: relative;
  text-align: center;
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 26px 20px 22px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(251, 191, 36, 0.5);
  box-shadow: 0 16px 44px rgba(245, 158, 11, 0.14);
}

.product-card--popular {
  border-color: rgba(52, 211, 153, 0.45);
  background: linear-gradient(160deg, rgba(52, 211, 153, 0.08), rgba(255, 255, 255, 0.03) 55%);
  box-shadow: 0 14px 40px rgba(16, 185, 129, 0.12);
}

.product-card--popular:hover {
  border-color: rgba(52, 211, 153, 0.7);
  box-shadow: 0 18px 48px rgba(16, 185, 129, 0.2);
}

.product-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #06281c;
  background: linear-gradient(135deg, #4ade80, var(--green-deep));
  border-radius: 999px;
  padding: 5px 16px;
  box-shadow: 0 6px 18px rgba(16, 185, 129, 0.4);
  white-space: nowrap;
}

.product-card__emoji { font-size: 34px; margin-bottom: 12px; }

.product-card__name {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 4px;
}

.product-card__desc {
  color: var(--text-dim);
  font-size: 14px;
  margin-bottom: 12px;
}

.product-card__price {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  color: var(--amber);
  margin-bottom: 8px;
}

.product-card__price--green { color: var(--green); }

.product-card__note { font-size: 13px; color: var(--text-dim); }

.note-amber { color: var(--amber); }
.note-green { color: var(--green); }

/* ---------- Оплата ---------- */

.payment { padding: 40px 0 12px; }

.payment__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.pay-tile {
  text-align: center;
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 18px 12px;
  font-size: 14px;
  font-weight: 600;
  transition: border-color 0.25s, transform 0.25s;
}

.pay-tile:hover {
  border-color: rgba(251, 191, 36, 0.4);
  transform: translateY(-2px);
}

.pay-tile__icon {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 8px;
}

.pay-tile__icon img { height: 30px; width: auto; object-fit: contain; }

/* ---------- Контакты ---------- */

.contacts { padding: 40px 0 20px; }

.contacts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 640px;
  margin: 0 auto;
}

.contacts__grid--single {
  grid-template-columns: 1fr;
  max-width: 320px;
}

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  text-align: center;
  border-radius: var(--radius);
  padding: 22px 12px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.contact-card:active { transform: scale(0.97); }

.contact-card__icon {
  width: 52px; height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-card__icon svg { width: 46px; height: 46px; }

.contact-card__label { line-height: 1.35; white-space: pre-line; }

.contact-card--tg {
  color: #4fc3ff;
  background: rgba(0, 136, 204, 0.12);
  border-color: rgba(0, 170, 255, 0.25);
}

.contact-card--tg:hover { background: rgba(0, 136, 204, 0.3); color: #fff; }

.contact-card--wa {
  color: #3ddb74;
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.25);
}

.contact-card--wa:hover { background: rgba(37, 211, 102, 0.28); color: #fff; }

.contact-card--kakao {
  color: #fee500;
  background: rgba(254, 229, 0, 0.1);
  border-color: rgba(254, 229, 0, 0.25);
}

.contact-card--kakao:hover { background: rgba(254, 229, 0, 0.4); color: #191600; }

.contact-card--channel {
  color: #6fd8ff;
  background: rgba(0, 170, 255, 0.16);
  border-color: rgba(0, 170, 255, 0.4);
  box-shadow: 0 6px 26px rgba(0, 170, 255, 0.3);
  animation: channel-pulse 2.6s ease-in-out infinite;
}

.contact-card--channel:hover {
  background: rgba(0, 170, 255, 0.5);
  color: #fff;
}

@keyframes channel-pulse {
  0%, 100% { box-shadow: 0 6px 22px rgba(0, 170, 255, 0.28); }
  50% { box-shadow: 0 10px 38px rgba(0, 170, 255, 0.55); }
}

/* ---------- Футер ---------- */

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 28px;
  padding: 32px 0 calc(96px + env(safe-area-inset-bottom));
}

.footer__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer__age {
  width: 52px; height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ef4444;
  color: #ef4444;
  border-radius: 50%;
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 4px;
}

.footer__note {
  color: var(--text-dim);
  font-size: 13px;
  max-width: 420px;
}

.footer__copy {
  color: #6b6b78;
  font-size: 13px;
  margin-top: 10px;
}

.footer__dot { margin: 0 6px; }

.footer__copy a {
  color: var(--text-dim);
  text-decoration: none;
  transition: color 0.2s;
}

.footer__copy a:hover { color: var(--amber); }

/* ---------- Плавающая кнопка заказа ---------- */

.order-bar {
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  z-index: 50;
  padding: 10px 16px calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(to top, rgba(10, 10, 15, 0.94) 55%, transparent);
  pointer-events: none;
}

.order-bar__icons {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 480px;
  margin: 0 auto;
}

.order-bar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.order-bar__icon:active { transform: scale(0.92); }

.order-bar__icon--tg {
  background: linear-gradient(135deg, #0088cc, #00aaff);
  color: #fff;
  box-shadow: 0 6px 22px rgba(0, 136, 204, 0.5);
}

.order-bar__icon--wa {
  background: linear-gradient(135deg, #25d366, #128c3c);
  color: #fff;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.45);
}

.order-bar__icon--kakao {
  background: linear-gradient(135deg, #fee500, #e6cf00);
  color: #3c1e1e;
  box-shadow: 0 6px 22px rgba(254, 229, 0, 0.4);
}

/* ---------- Появление при скролле ---------- */

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .discount-pill, .contact-card--channel { animation: none; }
}

/* ---------- Wiki ---------- */

.wiki-page { padding: calc(28px + env(safe-area-inset-top)) 0 40px; }

.wiki-back {
  display: inline-block;
  color: var(--amber);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 28px;
}

.wiki-back:hover { color: #fde68a; }

.wiki-header { text-align: center; margin-bottom: 40px; }

.wiki-header h1 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 6vw, 2.2rem);
  background: linear-gradient(100deg, #fde68a, var(--amber) 60%, var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}

.wiki-header p { color: var(--text-dim); font-size: 13px; margin-bottom: 18px; }

.wiki-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.wiki-nav a {
  color: var(--amber);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  background: rgba(251, 191, 36, 0.08);
  border: 1px solid rgba(251, 191, 36, 0.25);
  border-radius: 999px;
  padding: 7px 14px;
  transition: background 0.2s;
}

.wiki-nav a:hover { background: rgba(251, 191, 36, 0.2); }

.wiki-article { margin-bottom: 48px; scroll-margin-top: 24px; }

.wiki-article h2, .wiki-reviews h2 {
  font-size: 21px;
  font-weight: 800;
  color: var(--amber);
  border-bottom: 1px solid rgba(251, 191, 36, 0.3);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.wiki-article p {
  color: #cdcdd6;
  margin-bottom: 14px;
  font-size: 15.5px;
}

.wiki-article strong { color: var(--text); }

.wiki-reviews { margin-bottom: 40px; scroll-margin-top: 24px; }

.wiki-reviews h3 {
  font-size: 16px;
  font-weight: 700;
  color: #d9d9e0;
  margin: 26px 0 14px;
}

.wiki-reviews ul { list-style: none; display: grid; gap: 12px; }

.wiki-reviews li {
  color: var(--text-dim);
  font-size: 14px;
  background: var(--card);
  border: 1px solid var(--card-border);
  border-left: 3px solid rgba(251, 191, 36, 0.5);
  border-radius: 12px;
  padding: 12px 16px;
}

.wiki-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 28px;
  text-align: center;
  color: #6b6b78;
  font-size: 13px;
}

.wiki-footer p { margin-top: 12px; }

/* ---------- Wiki: расширенные элементы ---------- */

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  color: var(--text-dim);
  margin-bottom: 20px;
}

.crumbs a { color: var(--amber); text-decoration: none; }
.crumbs a:hover { color: #fde68a; }
.crumbs .sep { opacity: 0.5; }

.wiki-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding: 14px 16px;
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  margin-bottom: 24px;
  font-size: 13px;
  color: var(--text-dim);
}

.wiki-meta__author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 700;
}

.wiki-meta__avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  color: #1a1205;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
}

.wiki-meta__date { color: var(--text-dim); }

.disclaimer {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(239, 68, 68, 0.35);
  background: rgba(239, 68, 68, 0.08);
  color: #ffd7d7;
  font-size: 13.5px;
  line-height: 1.55;
  margin: 20px 0 28px;
}

.disclaimer__icon {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: #ef4444;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
}

.wiki-article h3 {
  font-size: 17px;
  font-weight: 700;
  color: #e8e8ef;
  margin: 22px 0 10px;
}

.wiki-article ul, .wiki-article ol {
  list-style: none;
  padding: 0;
  margin: 8px 0 14px;
  display: grid;
  gap: 8px;
}

.wiki-article ul li, .wiki-article ol li {
  position: relative;
  padding-left: 22px;
  color: #cdcdd6;
  font-size: 15.5px;
  line-height: 1.55;
}

.wiki-article ul li::before {
  content: "";
  position: absolute;
  left: 8px; top: 10px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--amber);
}

.wiki-article ol { counter-reset: wiki; }
.wiki-article ol li { counter-increment: wiki; }
.wiki-article ol li::before {
  content: counter(wiki) ".";
  position: absolute;
  left: 0; top: 0;
  color: var(--amber);
  font-weight: 800;
  font-size: 14px;
}

.wiki-article blockquote {
  border-left: 3px solid var(--amber);
  padding: 4px 0 4px 16px;
  color: #d9d9e0;
  font-style: italic;
  margin: 14px 0;
}

.faq {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.faq details {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 0;
  overflow: hidden;
  transition: border-color 0.2s;
}

.faq details[open] { border-color: rgba(251, 191, 36, 0.35); }

.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 46px 14px 16px;
  font-weight: 700;
  color: var(--text);
  font-size: 15px;
  position: relative;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(251, 191, 36, 0.12);
  color: var(--amber);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: transform 0.2s;
}

.faq details[open] summary::after {
  content: "−";
}

.faq details > *:not(summary) {
  padding: 0 16px 14px;
  color: #cdcdd6;
  font-size: 14.5px;
  line-height: 1.6;
}

.sources {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 16px 18px;
  margin-top: 20px;
}

.sources h3 {
  margin: 0 0 10px !important;
  font-size: 14px !important;
  color: var(--amber) !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sources ol {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
  counter-reset: src;
}

.sources ol li {
  counter-increment: src;
  color: var(--text-dim);
  font-size: 13px;
  padding-left: 22px;
  position: relative;
}

.sources ol li::before {
  content: counter(src) ".";
  position: absolute;
  left: 0;
  color: var(--amber);
  font-weight: 700;
}

.sources a {
  color: #cdcdd6;
  text-decoration: underline;
  text-decoration-color: rgba(251, 191, 36, 0.4);
  text-underline-offset: 3px;
  word-break: break-word;
}

.sources a:hover { color: var(--amber); }

.wiki-reviews li {
  padding: 14px 16px;
}

.review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  font-size: 12px;
  color: var(--text-dim);
  margin-bottom: 6px;
}

.review-meta strong { color: var(--amber); font-weight: 700; }
.review-meta .stars { color: #fbbf24; letter-spacing: 1px; }

.next-article {
  display: block;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.08), rgba(52, 211, 153, 0.06));
  border: 1px solid rgba(251, 191, 36, 0.25);
  border-radius: 16px;
  padding: 18px 20px;
  margin: 32px 0;
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s;
}

.next-article:hover {
  border-color: rgba(251, 191, 36, 0.6);
  transform: translateY(-2px);
}

.next-article__label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--amber);
  margin-bottom: 4px;
}

.next-article__title {
  display: block;
  color: var(--text);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
}

.next-article__arrow {
  float: right;
  color: var(--amber);
  font-size: 20px;
  line-height: 1;
}

/* ---------- Планшеты и десктоп ---------- */

@media (min-width: 700px) {
  .hero { padding-top: calc(96px + env(safe-area-inset-top)); }

  .hero__points {
    grid-template-columns: 1fr 1fr;
  }

  .gallery__track {
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: unset;
    overflow: visible;
    gap: 20px;
  }

  .gallery__dots { display: none; }

  .products__grid { grid-template-columns: repeat(3, 1fr); }

  .product-card--popular { transform: scale(1.03); }
  .product-card--popular:hover { transform: scale(1.03) translateY(-4px); }

  .payment__grid { grid-template-columns: repeat(4, 1fr); }

  .contacts__grid { grid-template-columns: repeat(4, 1fr); max-width: none; }

  .footer { padding-bottom: 40px; }

  .order-bar {
    left: auto;
    right: 28px;
    bottom: 28px;
    width: auto;
    padding: 0;
    background: none;
  }

  .order-bar__icons {
    flex-direction: column;
    gap: 12px;
    max-width: none;
    margin: 0;
  }

  .order-bar__icon:hover { transform: scale(1.08); }
}
