/* ============================================================
   SALE SAMOKAT — redesign design system
   Display: Unbounded · Body: Manrope · Accent: electric blue
   ============================================================ */

:root {
  /* brand */
  --blue:      #2563EB;
  --blue-600:  #1D4ED8;
  --blue-700:  #1E3A8A;
  --blue-soft: #EAF0FF;
  --cyan:      #22D3EE;
  --spark:     #C6F23A; /* electric lime — energetic spark */

  /* ink / text */
  --ink:       #0A0E1A;
  --ink-2:     #121829;
  --text:      #161C2B;
  --muted:     #6A7283;
  --muted-2:   #9AA1B2;

  /* surface */
  --bg:        #FFFFFF;
  --bg-soft:   #F2F5FC;
  --bg-soft-2: #E9EEF8;
  --line:      #E6EBF4;
  --line-2:    #D9E0EE;

  /* status */
  --green:     #14A24A;
  --green-bg:  #E2F7EA;
  --sale:      #FF4555;
  --sale-bg:   #FFE9EB;
  --amber:     #F59E0B;

  /* effects */
  --shadow-sm: 0 1px 2px rgba(16,24,40,.05), 0 1px 3px rgba(16,24,40,.06);
  --shadow-md: 0 6px 24px rgba(16,24,40,.08);
  --shadow-lg: 0 20px 50px rgba(16,24,40,.14);
  --shadow-blue: 0 14px 30px rgba(37,99,235,.32);

  --r-sm: 12px;
  --r:    18px;
  --r-lg: 26px;
  --r-xl: 34px;

  --maxw: 1320px;
  --pad: clamp(16px, 4vw, 40px);

  --font-display: "Unbounded", system-ui, sans-serif;
  --font: "Manrope", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.05; margin: 0; letter-spacing: -.01em; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font); font-weight: 800; font-size: 12px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--blue);
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--blue); border-radius: 2px; }

.section { padding-block: clamp(48px, 7vw, 96px); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; flex-wrap: wrap; }
.section-head h2 { font-size: clamp(28px, 4.4vw, 48px); color: var(--ink); }
.section-head p { margin: 10px 0 0; color: var(--muted); max-width: 52ch; font-size: 16px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 800; font-size: 15px; padding: 14px 24px; border-radius: 999px;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease; white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: var(--shadow-blue); }
.btn-primary:hover { background: var(--blue-600); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-2); transform: translateY(-2px); }
.btn-ghost { background: var(--bg-soft); color: var(--ink); }
.btn-ghost:hover { background: var(--bg-soft-2); }
.btn-spark { background: var(--spark); color: var(--ink); box-shadow: 0 14px 30px rgba(198,242,58,.4); }
.btn-spark:hover { transform: translateY(-2px); }
.btn-lg { padding: 17px 30px; font-size: 16px; }

/* ============================================================
   TOP BAR + HEADER
   ============================================================ */
.topbar { background: var(--ink); color: #cfd6e6; font-size: 12px; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 38px; }
.topbar-marquee { font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #aeb8cf; overflow: hidden; white-space: nowrap; }
.topbar-marquee b { color: var(--spark); }
.topbar-right { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.topbar-socials { display: flex; gap: 10px; }
.topbar-socials a { width: 22px; height: 22px; display: grid; place-items: center; color: #aeb8cf; transition: color .2s; }
.topbar-socials a:hover { color: #fff; }
.topbar-phone { display: flex; align-items: center; gap: 8px; font-weight: 800; color: #fff; }
.topbar-phone svg { color: var(--spark); }

.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.86); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header .wrap { display: flex; align-items: center; gap: 22px; min-height: 76px; }
.logo { display: flex; align-items: center; gap: 0; font-family: var(--font-display); font-weight: 800; flex-shrink: 0; }
.logo-mark {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--ink); color: #fff; padding: 9px 14px; border-radius: 12px;
  transform: skewX(-7deg); box-shadow: var(--shadow-sm);
}
.logo-mark span { transform: skewX(7deg); display: inline-flex; align-items: center; gap: 8px; }
.logo-mark .bolt { color: var(--spark); }
.logo b { font-size: 17px; letter-spacing: -.02em; }
.logo b i { color: var(--blue); font-style: normal; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav-catalog {
  display: inline-flex; align-items: center; gap: 10px; background: var(--blue); color: #fff;
  font-weight: 800; font-size: 15px; padding: 12px 20px; border-radius: 12px; box-shadow: var(--shadow-blue);
  transition: background .2s, transform .15s;
}
.nav-catalog:hover { background: var(--blue-600); transform: translateY(-1px); }
.nav-links { display: flex; align-items: center; gap: 2px; margin-left: 6px; }
.nav-links a { padding: 10px 14px; border-radius: 10px; font-weight: 700; font-size: 15px; color: var(--text); transition: background .2s, color .2s; white-space: nowrap; }
.nav-links a:hover { background: var(--bg-soft); color: var(--blue); }

.header-actions { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.icon-btn { position: relative; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; color: var(--ink); transition: background .2s, color .2s; }
.icon-btn:hover { background: var(--bg-soft); color: var(--blue); }
.icon-btn .count { position: absolute; top: 4px; right: 4px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 9px; background: var(--blue); color: #fff; font-size: 11px; font-weight: 800; display: grid; place-items: center; }
.icon-btn.cart .count { background: var(--spark); color: var(--ink); }

/* ============================================================
   HERO
   ============================================================ */
.hero { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(900px 520px at 18% -10%, rgba(37,99,235,.55), transparent 60%),
    radial-gradient(700px 500px at 90% 120%, rgba(34,211,238,.28), transparent 55%);
  pointer-events: none;
}
.hero .wrap { position: relative; padding-block: clamp(36px, 5vw, 64px); display: grid; grid-template-columns: 1.55fr 1fr; gap: 26px; align-items: stretch; }

.hero-main { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 460px; display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(180deg, rgba(10,14,26,0) 30%, rgba(10,14,26,.85) 100%); }
.hero-main .hero-img { position: absolute; inset: 0; z-index: 0; }
.hero-main .hero-img image-slot { width: 100%; height: 100%; }
.hero-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(10,14,26,.78) 0%, rgba(10,14,26,.25) 48%, transparent 72%); z-index: 1; }
.hero-content { position: relative; z-index: 2; padding: clamp(26px, 4vw, 46px); }
.hero-flag { display: inline-flex; align-items: center; gap: 9px; background: var(--spark); color: var(--ink); font-weight: 800; font-size: 13px; padding: 8px 15px; border-radius: 999px; letter-spacing: .02em; }
.hero-flag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ink); animation: pulse 1.6s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.hero h1 { font-size: clamp(40px, 7vw, 86px); line-height: .92; margin: 18px 0 0; text-transform: uppercase; letter-spacing: -.02em; }
.hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.55); }
.hero h1 .g3 { color: var(--spark); }
.hero-sub { margin: 16px 0 0; font-size: clamp(15px, 1.6vw, 19px); color: #c9d1e4; max-width: 40ch; font-weight: 500; }
.hero-cta { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 28px; margin-top: 30px; flex-wrap: wrap; }
.hero-stats .st b { font-family: var(--font-display); font-size: clamp(22px, 3vw, 32px); display: block; line-height: 1; }
.hero-stats .st span { font-size: 12.5px; color: #9aa6c0; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.hero-stats .st b i { color: var(--spark); font-style: normal; }

/* best-deal aside */
.deal-card { background: #fff; color: var(--text); border-radius: var(--r-lg); padding: 24px; display: flex; flex-direction: column; position: relative; box-shadow: var(--shadow-lg); }
.deal-tag { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); background: var(--ink); color: #fff; font-weight: 800; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 7px 16px; border-radius: 999px; white-space: nowrap; }
.deal-head { text-align: center; margin-top: 26px; }
.deal-head .price { font-family: var(--font-display); font-size: 30px; color: var(--ink); }
.deal-head .price s { color: var(--muted-2); font-size: 17px; font-family: var(--font); font-weight: 600; margin-right: 8px; }
.deal-head h3 { font-family: var(--font); font-weight: 800; font-size: 19px; margin-top: 4px; color: var(--text); }
.deal-img { flex: 1; min-height: 230px; margin: 12px 0; display: grid; place-items: center; }
.deal-img image-slot { width: 100%; height: 240px; }
.deal-meta { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.chip { font-size: 12px; font-weight: 700; padding: 6px 11px; border-radius: 999px; background: var(--bg-soft); color: var(--muted); }
.chip.ok { background: var(--green-bg); color: var(--green); }
.deal-card .btn { width: 100%; }

/* slider dots */
.hero-dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 7px; z-index: 3; }
.hero-dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.35); }
.hero-dots i.on { width: 26px; border-radius: 5px; background: var(--spark); }

/* ============================================================
   CATEGORIES
   ============================================================ */
.cats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.cat {
  position: relative; border-radius: var(--r); padding: 18px; background: var(--bg-soft);
  border: 1px solid transparent; transition: transform .2s, box-shadow .2s, border-color .2s; overflow: hidden;
}
.cat:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-2); background: #fff; }
.cat .cat-img { height: 110px; display: grid; place-items: center; margin-bottom: 12px; }
.cat .cat-img image-slot { width: 100%; height: 110px; }
.cat h4 { font-family: var(--font); font-weight: 800; font-size: 14.5px; color: var(--ink); line-height: 1.25; }
.cat .go { margin-top: 8px; font-size: 12px; font-weight: 800; color: var(--blue); display: inline-flex; align-items: center; gap: 5px; }

/* ============================================================
   ADVANTAGES
   ============================================================ */
.adv-band { background: var(--ink); color: #fff; border-radius: var(--r-xl); padding: clamp(28px, 4vw, 44px); position: relative; overflow: hidden; }
.adv-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 400px at 100% 0%, rgba(37,99,235,.4), transparent 60%); }
.adv-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.adv {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r);
  padding: 22px; transition: background .2s, transform .2s;
}
.adv:hover { background: rgba(255,255,255,.09); transform: translateY(-3px); }
.adv-ic { width: 48px; height: 48px; border-radius: 13px; background: var(--blue); display: grid; place-items: center; color: #fff; margin-bottom: 16px; }
.adv.spark .adv-ic { background: var(--spark); color: var(--ink); }
.adv h4 { font-family: var(--font); font-weight: 800; font-size: 16.5px; }
.adv p { margin: 7px 0 0; color: #aab3c9; font-size: 13.5px; line-height: 1.5; }

/* ============================================================
   CATALOG
   ============================================================ */
.catalog-layout { display: grid; grid-template-columns: 264px 1fr; gap: 28px; align-items: start; }

.filters { position: sticky; top: 96px; background: var(--bg-soft); border-radius: var(--r-lg); padding: 22px; }
.filters h3 { font-family: var(--font); font-weight: 800; font-size: 16px; color: var(--ink); display: flex; align-items: center; gap: 9px; margin-bottom: 6px; }
.filter-group { border-top: 1px solid var(--line-2); padding-block: 16px; }
.filter-group:first-of-type { border-top: none; }
.filter-group > label { font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); display: block; margin-bottom: 12px; }
.check { display: flex; align-items: center; gap: 10px; padding: 6px 0; font-size: 14.5px; font-weight: 600; color: var(--text); cursor: pointer; }
.check .box { width: 20px; height: 20px; border-radius: 6px; border: 2px solid var(--line-2); display: grid; place-items: center; flex-shrink: 0; transition: .15s; }
.check.on .box { background: var(--blue); border-color: var(--blue); color: #fff; }
.check.on { color: var(--ink); }
.check .num { margin-left: auto; font-size: 12px; color: var(--muted-2); font-weight: 700; }
.price-range { display: flex; gap: 8px; margin-top: 4px; }
.price-range input { width: 100%; border: 1.5px solid var(--line-2); background: #fff; border-radius: 10px; padding: 9px 11px; font-family: inherit; font-size: 14px; font-weight: 700; color: var(--ink); }
.range-track { height: 5px; background: var(--line-2); border-radius: 3px; margin: 16px 4px 4px; position: relative; }
.range-track .fill { position: absolute; left: 18%; right: 26%; top: 0; bottom: 0; background: var(--blue); border-radius: 3px; }
.range-track .knob { position: absolute; top: 50%; width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 3px solid var(--blue); transform: translate(-50%,-50%); box-shadow: var(--shadow-sm); }

.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; flex-wrap: wrap; }
.tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.tab { padding: 10px 18px; border-radius: 999px; background: var(--bg-soft); font-weight: 700; font-size: 14px; color: var(--text); transition: .2s; }
.tab:hover { background: var(--bg-soft-2); }
.tab.on { background: var(--ink); color: #fff; }
.sort { display: flex; align-items: center; gap: 8px; }
.sort .select { display: inline-flex; align-items: center; gap: 8px; background: var(--bg-soft); border-radius: 999px; padding: 10px 16px; font-weight: 700; font-size: 14px; color: var(--ink); }
.result-count { color: var(--muted); font-weight: 600; font-size: 14px; }

.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s, border-color .2s; position: relative;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--line-2); }
.card-media { position: relative; background: var(--bg-soft); padding: 16px; }
.card-media image-slot { width: 100%; height: 196px; }
.badges { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.badge { font-size: 11px; font-weight: 800; padding: 6px 10px; border-radius: 8px; letter-spacing: .01em; }
.badge.hit { background: var(--ink); color: var(--spark); }
.badge.bonus { background: var(--green); color: #fff; }
.badge.sale { background: var(--sale); color: #fff; }
.card-fav { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border-radius: 10px; background: #fff; display: grid; place-items: center; color: var(--muted); box-shadow: var(--shadow-sm); z-index: 2; transition: color .2s, transform .15s; }
.card-fav:hover { color: var(--sale); transform: scale(1.08); }
.card-body { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.card-cat { font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--blue); }
.card-title { font-family: var(--font); font-weight: 800; font-size: 15.5px; color: var(--ink); margin: 7px 0 0; line-height: 1.3; min-height: 2.6em; }
.card-specs { display: flex; gap: 12px; margin: 12px 0; flex-wrap: wrap; }
.card-specs .sp { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; color: var(--muted); }
.card-specs .sp svg { color: var(--blue); }
.card-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 12px; border-top: 1px solid var(--line); }
.card-price { line-height: 1.1; }
.card-price .now { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--ink); }
.card-price .was { font-size: 13px; color: var(--muted-2); text-decoration: line-through; font-weight: 700; }
.card-buy { width: 44px; height: 44px; border-radius: 12px; background: var(--blue); color: #fff; display: grid; place-items: center; transition: background .2s, transform .15s; box-shadow: var(--shadow-blue); flex-shrink: 0; }
.card-buy:hover { background: var(--blue-600); transform: translateY(-2px); }
.card-rating { display: flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 700; color: var(--muted); margin-top: 8px; }
.card-rating .stars { color: var(--amber); letter-spacing: 1px; }

.load-more { text-align: center; margin-top: 36px; }

/* ============================================================
   PROMO / HITS BAND
   ============================================================ */
.promo { background: linear-gradient(120deg, var(--blue-700), var(--blue)); color: #fff; border-radius: var(--r-xl); padding: clamp(30px, 4vw, 52px); position: relative; overflow: hidden; display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: center; }
.promo::before { content: ""; position: absolute; right: -80px; top: -80px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(198,242,58,.45), transparent 65%); }
.promo .eyebrow { color: var(--spark); }
.promo .eyebrow::before { background: var(--spark); }
.promo h2 { font-size: clamp(28px, 4vw, 46px); margin: 14px 0 0; text-transform: uppercase; }
.promo p { margin: 14px 0 0; color: #d7e2ff; font-size: 16px; max-width: 44ch; }
.promo-cta { margin-top: 26px; display: flex; gap: 12px; flex-wrap: wrap; }
.promo-visual { position: relative; z-index: 1; }
.promo-visual image-slot { width: 100%; height: 280px; }
.promo-countdown { display: flex; gap: 10px; margin-top: 24px; }
.cd { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; padding: 12px 16px; text-align: center; min-width: 64px; }
.cd b { font-family: var(--font-display); font-size: 26px; display: block; line-height: 1; }
.cd span { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: #c4d3ff; }

/* ============================================================
   DELIVERY / PAYMENT
   ============================================================ */
.split { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.info-card { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; background: #fff; }
.info-card h3 { font-family: var(--font); font-weight: 800; font-size: 21px; color: var(--ink); display: flex; align-items: center; gap: 12px; }
.info-card h3 .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--blue-soft); color: var(--blue); display: grid; place-items: center; }
.info-list { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.info-list li { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); }
.info-list li:first-child { border-top: none; }
.info-list .li-ic { width: 40px; height: 40px; border-radius: 11px; background: var(--bg-soft); display: grid; place-items: center; color: var(--blue); flex-shrink: 0; }
.info-list b { font-weight: 800; color: var(--ink); font-size: 15px; }
.info-list p { margin: 3px 0 0; color: var(--muted); font-size: 13.5px; }
.info-list .free { margin-left: auto; background: var(--green-bg); color: var(--green); font-weight: 800; font-size: 12px; padding: 5px 11px; border-radius: 999px; white-space: nowrap; }
.pay-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.pay-chip { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid var(--line-2); border-radius: 12px; padding: 11px 15px; font-weight: 700; font-size: 14px; color: var(--ink); }
.pay-chip .badge-pay { font-family: var(--font-display); font-size: 12px; }

/* ============================================================
   REVIEWS
   ============================================================ */
.rev-top { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-bottom: 32px; }
.rev-score { display: flex; align-items: center; gap: 18px; background: var(--ink); color: #fff; border-radius: var(--r-lg); padding: 22px 28px; }
.rev-score .big { font-family: var(--font-display); font-size: 50px; line-height: 1; }
.rev-score .stars { color: var(--spark); font-size: 18px; letter-spacing: 2px; }
.rev-score small { color: #aab3c9; font-size: 13px; font-weight: 600; }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; background: #fff; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.review:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.review .q { color: var(--blue); font-family: var(--font-display); font-size: 40px; line-height: .6; height: 22px; }
.review .stars { color: var(--amber); letter-spacing: 1px; font-size: 14px; margin-bottom: 10px; }
.review p { color: var(--text); font-size: 15px; line-height: 1.6; margin: 0 0 20px; }
.review .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review .ava { width: 44px; height: 44px; border-radius: 50%; background: var(--blue-soft); color: var(--blue); display: grid; place-items: center; font-weight: 800; font-family: var(--font-display); }
.review .who b { display: block; font-size: 14.5px; color: var(--ink); font-weight: 800; }
.review .who span { font-size: 12.5px; color: var(--muted); }
.review .vbadge { margin-left: auto; font-size: 11px; font-weight: 800; color: var(--green); display: inline-flex; align-items: center; gap: 4px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: start; }
.faq-aside h2 { font-size: clamp(28px, 4vw, 44px); color: var(--ink); }
.faq-aside p { color: var(--muted); margin: 16px 0 24px; font-size: 16px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r); background: #fff; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.faq-item[open] { border-color: var(--blue); box-shadow: var(--shadow-md); }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 24px; display: flex; align-items: center; gap: 16px; font-weight: 800; font-size: 16.5px; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus { margin-left: auto; width: 30px; height: 30px; border-radius: 9px; background: var(--bg-soft); display: grid; place-items: center; color: var(--blue); flex-shrink: 0; transition: transform .25s, background .2s; font-size: 18px; }
.faq-item[open] summary .plus { transform: rotate(45deg); background: var(--blue); color: #fff; }
.faq-item .a { padding: 0 24px 22px 70px; color: var(--muted); font-size: 14.5px; line-height: 1.65; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink); color: #cfd6e6; padding-top: clamp(48px, 6vw, 80px); margin-top: 40px; }
.footer-cta { background: linear-gradient(120deg, var(--blue), var(--cyan)); border-radius: var(--r-xl); padding: clamp(28px,4vw,46px); display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; align-items: center; color: #fff; margin-bottom: 56px; position: relative; overflow: hidden; }
.footer-cta::before { content:""; position:absolute; inset:0; background: radial-gradient(500px 300px at 90% 120%, rgba(198,242,58,.4), transparent 60%); }
.footer-cta h3 { position: relative; font-size: clamp(24px, 3.4vw, 38px); text-transform: uppercase; }
.footer-cta p { position: relative; color: rgba(255,255,255,.85); margin: 10px 0 0; }
.footer-cta-form { position: relative; display: flex; gap: 10px; }
.footer-cta-form input { flex: 1; border: none; border-radius: 999px; padding: 16px 22px; font-family: inherit; font-size: 15px; font-weight: 600; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 32px; padding-bottom: 44px; }
.footer h5 { font-family: var(--font); font-weight: 800; color: #fff; font-size: 15px; margin: 0 0 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer ul a { color: #aab3c9; font-size: 14px; transition: color .2s; }
.footer ul a:hover { color: #fff; }
.footer-contact-li { display: flex; align-items: center; gap: 12px; color: #aab3c9; font-size: 14px; margin-bottom: 14px; }
.footer-contact-li svg { color: var(--spark); flex-shrink: 0; }
.footer-contact-li b { color: #fff; font-weight: 700; }
.footer-logo .logo-mark { background: rgba(255,255,255,.08); }
.footer-rating { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 14px 16px; margin-top: 18px; }
.footer-rating .stars { color: var(--amber); font-size: 15px; letter-spacing: 1px; }
.footer-rating b { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: #8b94aa; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.06); display: grid; place-items: center; color: #cfd6e6; transition: background .2s, color .2s; }
.footer-socials a:hover { background: var(--blue); color: #fff; }

/* image-slot base look */
image-slot { --is-bg: var(--bg-soft); border-radius: 14px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .cats { grid-template-columns: repeat(3, 1fr); }
  .grid { grid-template-columns: repeat(3, 1fr); }
  .adv-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-layout { grid-template-columns: 1fr; }
  .filters { position: static; }
  .reviews { grid-template-columns: 1fr; }
  .promo, .faq-layout, .footer-cta { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 720px) {
  .topbar-marquee { font-size: 10px; }
  .cats { grid-template-columns: repeat(2, 1fr); }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .header-actions .icon-btn.search { display: none; }
}
@media (max-width: 520px) {
  .grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 18px; }
}
