/* ============================================================
   LifeWave — сайт-консультация. Базовые токены и компоненты.
   ============================================================ */
:root {
  --bg: #f5f7fa;
  --bg-2: #eef3f9;
  --surface: #ffffff;
  --ink: #10233f;
  --muted: #56667c;
  --line: #e1e7ef;
  --navy: #0c3566;
  --navy-2: #164b8a;
  --sky: #e7f0fa;
  --gold: #c38d45;
  --gold-soft: #f7ecdc;
  --x39: #2f6fb5;
  --alavida: #1b9aa6;
  --aculife: #c0392b;
  --ok: #1f8a5b;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 10px 30px rgba(16, 35, 63, .08);
  --shadow-lg: 0 24px 60px rgba(16, 35, 63, .14);
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --script: 'Great Vibes', 'Segoe Script', cursive;
  --wrap: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.01em; text-wrap: balance; }
h1 { font-size: clamp(34px, 5.2vw, 60px); }
h2 { font-size: clamp(28px, 3.8vw, 44px); }
h3 { font-size: clamp(20px, 2vw, 24px); }
p { margin: 0 0 1em; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 16px; }
@media (min-width: 760px) { .wrap { padding: 0 28px; } }
.muted { color: var(--muted); }
.script { font-family: var(--script); color: var(--navy); line-height: 1; font-weight: 400; }
.kicker { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.section { padding: 64px 0; }
@media (min-width: 1040px) { .section { padding: 96px 0; } }
.section-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 24px; margin-bottom: 32px; }
.section-head h2 { margin: 0; }
.section-head .muted { flex: 1 1 260px; margin: 0; }
.section-head .link-more { margin-left: auto; }
.link-more { font-weight: 700; color: var(--navy-2); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.link-more:hover { color: var(--navy); }
.icon { width: 22px; height: 22px; flex: none; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px; border-radius: 999px; border: 1.5px solid transparent;
  font-weight: 700; font-size: 16px; transition: transform .15s, background .2s, box-shadow .2s, color .2s;
  text-align: center; line-height: 1.2;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--navy); color: #fff; box-shadow: 0 8px 20px rgba(12, 53, 102, .25); }
.btn-primary:hover { background: var(--navy-2); }
.btn-outline { border-color: var(--navy); color: var(--navy); background: rgba(255,255,255,.7); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: var(--sky); }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #ad7a35; }
.btn-ghost-light { border-color: rgba(255,255,255,.7); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,.15); }
.btn-sm { min-height: 42px; padding: 0 18px; font-size: 15px; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .5; pointer-events: none; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid rgba(225,231,239,.8); }
.header-in { display: flex; align-items: center; gap: 16px; height: 72px; }
.logo { display: flex; flex-direction: column; line-height: 1; }
.logo-word { font-family: var(--sans); font-weight: 300; font-size: 26px; letter-spacing: .06em; color: var(--navy); display: flex; align-items: center; }
.logo-word b { font-weight: 700; }
.logo-wave { width: 34px; height: 14px; margin-left: -2px; color: var(--x39); }
.logo-tag { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.main-nav { display: none; gap: 4px; margin-left: 20px; }
.main-nav a { padding: 8px 12px; border-radius: 999px; font-size: 15px; font-weight: 600; color: var(--muted); }
.main-nav a:hover, .main-nav a.active { color: var(--navy); background: var(--sky); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.lang { position: relative; }
.lang-btn { display: flex; align-items: center; gap: 6px; height: 44px; padding: 0 12px; border-radius: 999px; background: transparent; border: 1px solid var(--line); font-weight: 700; font-size: 14px; color: var(--navy); }
.lang-menu { position: absolute; right: 0; top: calc(100% + 6px); background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg); padding: 6px; min-width: 150px; display: none; }
.lang.open .lang-menu { display: block; }
.lang-menu button { display: flex; width: 100%; gap: 10px; align-items: center; padding: 10px 12px; border: 0; background: none; border-radius: 10px; font-size: 15px; text-align: left; }
.lang-menu button:hover, .lang-menu button.on { background: var(--sky); color: var(--navy); font-weight: 700; }
.icon-btn { position: relative; width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--line); background: #fff; display: inline-flex; align-items: center; justify-content: center; color: var(--navy); }
.cart-count { position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: var(--gold); color: #fff; font-size: 12px; font-weight: 800; display: none; align-items: center; justify-content: center; }
.cart-count.show { display: flex; }
.header-ask { display: none; }
.burger { display: inline-flex; }
@media (min-width: 1040px) {
  .main-nav { display: flex; }
  .header-ask { display: inline-flex; }
  .burger { display: none; }
}
.mobile-nav { display: none; border-top: 1px solid var(--line); background: #fff; padding: 8px 16px 20px; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 14px 4px; font-size: 18px; font-weight: 600; border-bottom: 1px solid var(--line); }
.mobile-nav .btn { margin-top: 16px; width: 100%; }
@media (min-width: 1040px) { .mobile-nav, .mobile-nav.open { display: none; } }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #eaf2fb 0%, #f5f8fc 100%); }
.hero-media { position: relative; height: 300px; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.hero-body { position: relative; z-index: 1; padding: 28px 0 40px; }
.hero h1 { color: var(--navy); margin-bottom: 14px; }
.hero-sub { font-size: 19px; color: var(--ink); max-width: 30ch; }
.hero-feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0 28px; max-width: 560px; }
.hero-feat { display: flex; flex-direction: column; gap: 8px; font-size: 14px; line-height: 1.35; color: var(--muted); }
.hero-feat .icon { width: 28px; height: 28px; color: var(--navy); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-strip { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--muted); }
.hero-strip span + span::before { content: '|'; margin-right: 18px; color: var(--line); }
.hero-script { position: absolute; right: 16px; top: 18px; font-size: 38px; transform: rotate(-8deg); text-align: right; color: var(--navy); text-shadow: 0 2px 16px rgba(255,255,255,.8); }
.hero-badge { position: absolute; right: 16px; bottom: 14px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; color: var(--navy); background: rgba(255,255,255,.85); padding: 6px 12px; border-radius: 999px; }
@media (min-width: 900px) {
  .hero { min-height: 680px; display: flex; align-items: center; }
  .hero-media { position: absolute; inset: 0 0 0 auto; width: min(1180px, 74%); height: 100%; }
  .hero-media img { object-position: right center; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 18%, #000 42%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 18%, #000 42%); }
  .hero-body::before { content: ''; position: absolute; inset: -40px -120px -40px -60px; z-index: -1; background: radial-gradient(closest-side, rgba(240,246,253,.92), rgba(240,246,253,0)); }
  .hero-body { padding: 80px 0; max-width: 560px; }
  .hero-script { right: 40px; top: 40px; font-size: 64px; }
  .hero-badge { right: 40px; bottom: 36px; font-size: 13px; }
}

/* ---------- Directions ---------- */
.dir-grid { display: grid; gap: 16px; }
@media (min-width: 760px) { .dir-grid { grid-template-columns: repeat(3, 1fr); } }
.dir-card { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; background: #dfe8f3; box-shadow: var(--shadow); isolation: isolate; transition: transform .25s, box-shadow .25s; }
.dir-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.dir-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s; }
.dir-card:hover img { transform: scale(1.04); }
.dir-card img.flip { transform: scaleX(-1); }
.dir-card:hover img.flip { transform: scale(-1.04, 1.04); }
.dir-card::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(110deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.7) 38%, rgba(255,255,255,0) 68%); }
.dir-card h3 { font-size: 24px; text-transform: uppercase; letter-spacing: .02em; color: var(--navy); max-width: 11ch; }
.dir-card p { font-size: 15px; color: var(--ink); max-width: 18ch; margin: 0; }
.dir-card .btn { align-self: flex-start; margin-top: 20px; background: rgba(255,255,255,.92); }
.dir-card:hover .btn { background: var(--navy); border-color: var(--navy); color: #fff; }
.dir-card .tagline-dot { width: 36px; height: 3px; border-radius: 3px; margin-bottom: 14px; }

/* ---------- Tech ---------- */
.tech { background: linear-gradient(180deg, #fff 0%, var(--bg) 100%); position: relative; overflow: hidden; }
.tech-top { display: grid; gap: 32px; align-items: center; }
@media (min-width: 900px) { .tech-top { grid-template-columns: 1fr 1.15fr; } }
.tech-img { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.tech-img img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.tech-img .script { position: absolute; right: 18px; top: 14px; font-size: 44px; transform: rotate(-6deg); color: var(--navy); text-shadow: 0 2px 12px rgba(255,255,255,.9); }
.tech-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 24px 0 0; }
.tech-ic { text-align: center; font-size: 13px; line-height: 1.3; font-weight: 600; color: var(--muted); }
.tech-ic span { width: 56px; height: 56px; margin: 0 auto 8px; border-radius: 50%; border: 1.5px solid var(--navy-2); display: flex; align-items: center; justify-content: center; color: var(--navy); background: #fff; }
.steps { display: grid; gap: 14px; margin-top: 48px; counter-reset: s; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { background: #fff; border-radius: var(--radius); padding: 22px; border: 1px solid var(--line); position: relative; }
.step::before { counter-increment: s; content: '0' counter(s); font-family: var(--serif); font-size: 32px; color: var(--gold); display: block; margin-bottom: 6px; }
.step b { display: block; font-size: 17px; margin-bottom: 4px; color: var(--navy); }
.step p { font-size: 15px; color: var(--muted); margin: 0; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; text-align: center; }
.fact b { display: block; font-family: var(--serif); font-size: clamp(30px, 4vw, 46px); color: var(--navy); font-weight: 500; line-height: 1.1; }
.fact span { font-size: 14px; color: var(--muted); }

/* ---------- Savings ---------- */
.save-box { position: relative; background: linear-gradient(135deg, #f1f6fc, #fbfcfe); border-radius: 28px; border: 1px solid var(--line); box-shadow: var(--shadow); padding: 28px 18px; display: grid; gap: 32px; overflow: hidden; }
@media (min-width: 760px) { .save-box { padding: 44px; } }
@media (min-width: 1040px) { .save-box { grid-template-columns: 1.35fr 1fr; } }
.save-box h2 { text-transform: uppercase; font-size: clamp(26px, 3.4vw, 40px); color: var(--navy); }
.price-compare { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; background: #fff; border-radius: var(--radius); padding: 22px 16px; box-shadow: var(--shadow); margin: 24px 0; }
.pc-col { text-align: center; }
.pc-col small { display: block; font-size: 13px; font-weight: 600; color: var(--muted); line-height: 1.3; }
.pc-old { font-family: var(--serif); font-size: clamp(34px, 5vw, 52px); color: #9aa6b6; text-decoration: line-through; text-decoration-thickness: 2px; }
.pc-new { font-family: var(--serif); font-size: clamp(44px, 6.5vw, 72px); color: var(--navy); line-height: 1; }
.pc-arrow { color: var(--gold); }
.pc-arrow .icon { width: 34px; height: 34px; }
.pc-diff { grid-column: 1 / -1; text-align: center; background: var(--gold-soft); color: #8a5a18; font-weight: 800; border-radius: 999px; padding: 8px 14px; font-size: 15px; justify-self: center; }
.pc-per { grid-column: 1 / -1; text-align: center; font-size: 13px; color: var(--muted); margin-top: -4px; }
.nochecks { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 26px; }
.nochecks span { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 15px; }
.nochecks .icon { color: var(--ok); width: 20px; height: 20px; }
.mini-steps { display: grid; gap: 12px; margin: 14px 0 28px; }
.mini-step { display: flex; gap: 14px; align-items: flex-start; }
.mini-step i { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: #fff; font-style: normal; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.mini-step span { padding-top: 5px; }
.support-col { display: grid; gap: 12px; align-content: start; }
.support-card { display: grid; grid-template-columns: 1.1fr 1fr; background: #fff; border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow); min-height: 116px; }
.support-card img { width: 100%; height: 100%; object-fit: cover; }
.support-card div { padding: 14px 16px; font-family: var(--serif); font-size: 17px; line-height: 1.3; color: var(--navy); display: flex; align-items: center; }
.support-list { list-style: none; padding: 0; margin: 8px 0 0; display: grid; gap: 10px; }
.support-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; }
.support-list .icon { color: var(--navy-2); margin-top: 1px; }
.save-note { font-size: 14px; color: var(--muted); }

/* ---------- Bonus: консультация специалиста ---------- */
.bonus { position: relative; overflow: hidden; background: radial-gradient(120% 140% at 100% 0%, #1d5aa0 0%, var(--navy) 45%, #08254a 100%); color: #fff; border-radius: 32px; box-shadow: var(--shadow-lg); padding: 32px 18px; }
.bonus::after { content: ''; position: absolute; right: -80px; top: -80px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(195, 141, 69, .35), transparent 70%); pointer-events: none; }
@media (min-width: 760px) { .bonus { padding: 52px 48px; } }
.bonus-kicker { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 8px 16px; border-radius: 999px; margin-bottom: 20px; }
.bonus-kicker .icon { width: 18px; height: 18px; }
.bonus-title { color: #fff; font-size: clamp(28px, 3.6vw, 46px); max-width: none; text-wrap: pretty; margin-bottom: 28px; }
.bonus-pick { font-weight: 700; color: rgba(255,255,255,.75); margin-bottom: 14px; }
.bonus-specs { display: grid; gap: 12px; }
@media (min-width: 760px) { .bonus-specs { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
.bonus-spec { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; text-align: left; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); padding: 20px; color: #fff; }
.bonus-spec-ic { width: 52px; height: 52px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.bonus-spec-ic .icon { width: 26px; height: 26px; color: #fff; }
.bonus-spec b { font-size: 19px; }
.bonus-spec small { font-size: 14px; color: rgba(255,255,255,.7); }
@media (max-width: 759px) { .bonus-spec { flex-direction: row; flex-wrap: wrap; align-items: center; column-gap: 14px; padding: 14px 16px; } .bonus-spec-ic { margin: 0; width: 44px; height: 44px; } .bonus-spec b, .bonus-spec small { flex: 1 1 calc(100% - 60px); } .bonus-spec small { margin-left: 58px; margin-top: -6px; } }
.bonus-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); }
.bonus-btns { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 759px) { .bonus-btns { width: 100%; } .bonus-btns .btn { width: 100%; } }

/* ---------- Where to buy ---------- */

/* ---------- Earn ---------- */
.earn { position: relative; color: #fff; overflow: hidden; isolation: isolate; }
.earn > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; z-index: -2; }
.earn::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(95deg, rgba(8, 34, 68, .94) 0%, rgba(8, 34, 68, .82) 45%, rgba(8, 34, 68, .25) 100%); }
.earn .wrap { padding-top: 80px; padding-bottom: 80px; }
.earn-body { max-width: 580px; }
.earn .kicker { color: #f0c98f; }
.earn h2 { color: #fff; }
.earn p { color: rgba(255,255,255,.88); font-size: 18px; }
.earn ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 12px; }
.earn li { display: flex; gap: 12px; align-items: center; font-weight: 600; }
.earn li .icon { color: #f0c98f; }
.earn .btns { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Reviews ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.chip { min-height: 42px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-weight: 700; font-size: 15px; color: var(--muted); display: inline-flex; align-items: center; gap: 8px; }
.chip:hover { color: var(--navy); border-color: var(--navy-2); }
.chip.on { background: var(--navy); border-color: var(--navy); color: #fff; }
.chip .dot { width: 10px; height: 10px; border-radius: 50%; }
.masonry { columns: 1; column-gap: 16px; }
@media (min-width: 640px) { .masonry { columns: 2; } }
@media (min-width: 1040px) { .masonry { columns: 3; } }
.review { break-inside: avoid; margin: 0 0 16px; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; box-shadow: 0 4px 14px rgba(16,35,63,.04); display: block; width: 100%; text-align: left; padding: 0; }
.review-media { position: relative; }
.review-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.review.video .review-media img { aspect-ratio: 9/11; }
.play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(8,34,68,.55)); }
.play span { width: 68px; height: 68px; border-radius: 50%; background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center; color: var(--navy); box-shadow: 0 8px 24px rgba(0,0,0,.25); transition: transform .2s; }
.review:hover .play span { transform: scale(1.08); }
.play .icon { width: 26px; height: 26px; fill: currentColor; margin-left: 4px; }
.review-type { position: absolute; left: 12px; top: 12px; background: rgba(255,255,255,.92); color: var(--navy); font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: 999px; text-transform: uppercase; letter-spacing: .08em; }
.review-body { padding: 20px; }
.review.text .review-body::before { content: '“'; display: block; font-family: var(--serif); font-size: 64px; line-height: .6; color: var(--gold); margin: 8px 0 6px; }
.review-text { font-size: 16px; margin-bottom: 14px; }
.review-meta { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; font-size: 17px; background: var(--sky); color: var(--navy); display: flex; align-items: center; justify-content: center; font-weight: 800; flex: none; }
.review-meta b { display: block; font-size: 15px; }
.review-meta small { color: var(--muted); }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 14px; margin-left: auto; }
.sample-badge { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); border: 1px dashed #b7c2d0; border-radius: 6px; padding: 1px 6px; margin-top: 10px; }
.line-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.line-tag i { width: 8px; height: 8px; border-radius: 50%; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 10px; max-width: 860px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 20px; font-weight: 700; font-size: 17px; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 26px; font-weight: 300; color: var(--navy-2); line-height: 1; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 20px 20px; color: var(--muted); }
.faq-layout { display: grid; gap: 32px; }
@media (min-width: 1040px) { .faq-layout { grid-template-columns: 1fr 2fr; } }
.faq-aside { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 28px; align-self: start; }
.faq-aside h3 { color: #fff; }
.faq-aside p { color: rgba(255,255,255,.85); }

/* ---------- Final CTA / trust / footer ---------- */
.final { text-align: center; }
.final-box { background: radial-gradient(120% 140% at 50% 0%, #ffffff 0%, var(--sky) 70%); border-radius: 28px; padding: 48px 20px; border: 1px solid var(--line); position: relative; overflow: hidden; }
.final-box .script { font-size: 44px; display: block; margin-bottom: 10px; }
.final-box .btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 20px; }
.trust-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 32px 0; border-top: 1px solid var(--line); }
@media (min-width: 900px) { .trust-row { grid-template-columns: repeat(4, 1fr); } }
.trust { display: flex; align-items: center; gap: 12px; font-size: 14px; line-height: 1.35; color: var(--muted); font-weight: 600; }
.trust .icon { width: 32px; height: 32px; color: var(--navy); stroke-width: 1.3; }
.site-footer { background: #fff; border-top: 1px solid var(--line); padding: 40px 0 28px; font-size: 14px; color: var(--muted); }
.footer-top { display: flex; flex-wrap: wrap; gap: 20px 40px; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.footer-nav { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.footer-nav a { font-weight: 600; color: var(--ink); }
.footer-nav a:hover { color: var(--navy-2); }
.socials { display: flex; gap: 10px; }
.socials a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--navy); }
.socials a:hover { background: var(--sky); }
.disclaimer { margin-top: 22px; padding: 16px 18px; border-radius: var(--radius-sm); background: var(--bg); border: 1px solid var(--line); font-size: 13px; line-height: 1.55; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 18px; font-size: 13px; }
.footer-bottom a { text-decoration: underline; }

/* ---------- Page head ---------- */
.page-head { background: linear-gradient(180deg, #eaf2fb, var(--bg)); padding: 44px 0 28px; }
.page-head h1 { color: var(--navy); margin-bottom: 10px; }
.page-head p { max-width: 62ch; color: var(--muted); font-size: 18px; margin: 0; }
.crumbs { font-size: 14px; color: var(--muted); margin-bottom: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs a:hover { color: var(--navy); text-decoration: underline; }

/* ---------- Shop ---------- */
.product-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 560px) { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .product-grid { grid-template-columns: repeat(4, 1fr); } }
.p-card { background: #fff; border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .25s, transform .25s; }
.p-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.p-card-img { position: relative; aspect-ratio: 27/22; background: linear-gradient(160deg, #f4f7fb, #e6edf6); overflow: hidden; }
.p-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.p-card:hover .p-card-img img { transform: scale(1.04); }
.p-badge { position: absolute; left: 12px; top: 12px; background: var(--navy); color: #fff; font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: 999px; }
.p-off { position: absolute; right: 12px; top: 12px; background: var(--gold); color: #fff; font-size: 13px; font-weight: 800; padding: 4px 10px; border-radius: 999px; }
.p-card-body { padding: 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.p-card h3 { font-size: 21px; margin: 0; }
.p-card p { font-size: 15px; color: var(--muted); margin: 0; flex: 1; }
.price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.price b { font-size: 26px; color: var(--navy); font-weight: 800; }
.price s { color: #97a3b3; font-size: 16px; }
.p-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.p-card-actions .btn { min-height: 46px; padding: 0 10px; font-size: 14px; }

/* ---------- Price mode switch ---------- */
.mode-box { display: grid; gap: 12px; margin-bottom: 22px; }
@media (min-width: 760px) { .mode-box { grid-template-columns: auto 1fr; align-items: center; gap: 20px; } }
.mode-switch { position: relative; display: grid; grid-template-columns: 1fr 1fr; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 5px; box-shadow: var(--shadow); min-width: 0; }
@media (min-width: 760px) { .mode-switch { min-width: 400px; } }
.mode-switch button { position: relative; z-index: 1; border: 0; background: none; min-height: 48px; padding: 0 14px; border-radius: 999px; font-weight: 800; font-size: 15px; color: var(--muted); transition: color .25s; }
.mode-switch button.on { color: #fff; }
.mode-thumb { position: absolute; top: 5px; bottom: 5px; left: 5px; width: calc(50% - 5px); border-radius: 999px; background: var(--navy); transition: transform .3s ease; box-shadow: 0 6px 16px rgba(12,53,102,.25); }
.mode-thumb.right { transform: translateX(100%); background: var(--gold); }
.mode-info { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; }
.mode-info p { margin: 0; font-size: 15px; color: var(--muted); flex: 1 1 280px; }
.no-ship { display: block; font-size: 13px; color: var(--muted); font-weight: 600; }
.mode-info .no-ship { display: inline; color: var(--ink); }
.buy-box .mode-box { grid-template-columns: 1fr; margin: 20px 0 0; }
.buy-box .mode-switch { min-width: 0; }

/* ---------- Product page ---------- */
.product-top { display: grid; gap: 32px; padding: 28px 0 56px; }
@media (min-width: 960px) { .product-top { grid-template-columns: 1fr 1.15fr; gap: 48px; } }
.gallery-main { border-radius: var(--radius); overflow: hidden; background: #f3f3f3; aspect-ratio: 27/22; box-shadow: var(--shadow); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; padding-bottom: 4px; }
.thumbs button { flex: none; width: 84px; height: 64px; border-radius: 10px; overflow: hidden; border: 2px solid transparent; padding: 0; background: #fff; }
.thumbs button.on { border-color: var(--navy); }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }
.buy-box h1 { font-size: clamp(32px, 4.2vw, 48px); color: var(--navy); }
.buy-box .lead { font-size: 19px; }
.buy-price { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 16px; margin: 22px 0 8px; }
.buy-price b { font-size: 42px; font-weight: 800; color: var(--navy); line-height: 1; }
.buy-price s { font-size: 20px; color: #97a3b3; }
.buy-price .save-pill { background: var(--gold-soft); color: #8a5a18; font-weight: 800; padding: 6px 12px; border-radius: 999px; font-size: 14px; }
.qty-row { display: flex; align-items: center; gap: 14px; margin: 18px 0; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.qty button { width: 46px; height: 46px; border: 0; background: none; font-size: 22px; color: var(--navy); }
.qty span { min-width: 34px; text-align: center; font-weight: 800; font-size: 17px; }
.buy-actions { display: grid; gap: 10px; }
@media (min-width: 480px) { .buy-actions { grid-template-columns: 1fr 1fr; } }
.buy-actions .btn-ask { grid-column: 1 / -1; }
.perks { margin-top: 16px; font-size: 14px; color: var(--muted); display: flex; gap: 8px; align-items: center; }
.perks .icon { color: var(--ok); }
.p-sections { display: grid; gap: 18px; }
@media (min-width: 900px) { .p-sections { grid-template-columns: repeat(2, 1fr); } }
.p-sec { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.p-sec.wide { grid-column: 1 / -1; }
.p-sec h2 { font-size: 26px; color: var(--navy); }
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.ticks li { display: flex; gap: 12px; align-items: flex-start; }
.ticks .icon { color: var(--ok); margin-top: 2px; }
.num-list { list-style: none; padding: 0; margin: 0; counter-reset: n; display: grid; gap: 12px; }
.num-list li { counter-increment: n; display: flex; gap: 14px; }
.num-list li::before { content: counter(n); flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--sky); color: var(--navy); font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.p-disclaimer { margin-top: 18px; }

/* ---------- Forms ---------- */
.form-grid { display: grid; gap: 14px; }
@media (min-width: 640px) { .form-grid.two { grid-template-columns: 1fr 1fr; } .form-grid .full { grid-column: 1 / -1; } }
label.field { display: grid; gap: 6px; font-size: 14px; font-weight: 700; color: var(--ink); }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 16px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; font: inherit; font-size: 16px; color: var(--ink); }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy-2); box-shadow: 0 0 0 4px rgba(22,75,138,.12); }
.field.err input { border-color: var(--aculife); }
.req::after { content: ' *'; color: var(--aculife); }
.form-msg { font-size: 14px; color: var(--aculife); min-height: 1em; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.card h2 { font-size: 24px; color: var(--navy); }

/* ---------- Checkout ---------- */
.co-layout { display: grid; gap: 22px; padding: 28px 0 72px; }
@media (min-width: 960px) { .co-layout { grid-template-columns: 1.4fr 1fr; align-items: start; } .co-summary { position: sticky; top: 92px; } }
.sum-line { display: flex; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.sum-line img { width: 56px; height: 56px; border-radius: 10px; object-fit: cover; }
.sum-line div { flex: 1; font-size: 15px; line-height: 1.3; }
.sum-line small { color: var(--muted); }
.sum-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 15px; }
.sum-row.total { font-size: 20px; font-weight: 800; color: var(--navy); border-top: 1px solid var(--line); margin-top: 6px; padding-top: 14px; }
.sum-row.saved { color: var(--ok); font-weight: 700; }
#paypal-box { margin-top: 14px; min-height: 50px; }
.fallback-btns { display: grid; gap: 10px; margin-top: 14px; }
.success { text-align: center; padding: 72px 0; }
.success .ok-ic { width: 84px; height: 84px; border-radius: 50%; background: #e3f4ec; color: var(--ok); margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; }
.success .ok-ic .icon { width: 42px; height: 42px; stroke-width: 2.2; }

/* ---------- Account ---------- */
.acc-layout { display: grid; gap: 22px; padding: 28px 0 72px; }
@media (min-width: 960px) { .acc-layout { grid-template-columns: 1.5fr 1fr; align-items: start; } }
.timeline { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 0; }
.timeline li { position: relative; display: flex; gap: 16px; padding-bottom: 22px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: ''; position: absolute; left: 15px; top: 32px; bottom: 0; width: 2px; background: var(--line); }
.timeline li:last-child::before { display: none; }
.timeline li.done::before { background: var(--ok); }
.tl-dot { flex: none; width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--line); background: #fff; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; color: #fff; }
.timeline li.done .tl-dot { background: var(--ok); border-color: var(--ok); }
.timeline li.current .tl-dot { background: var(--navy); border-color: var(--navy); box-shadow: 0 0 0 6px rgba(12,53,102,.14); }
.tl-dot .icon { width: 16px; height: 16px; stroke-width: 2.6; }
.tl-text b { display: block; }
.tl-text small { color: var(--muted); }
.timeline li.todo .tl-text { color: #9aa6b6; }
.order-head { display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between; align-items: baseline; }
.order-head h2 { margin: 0; }
.status-pill { background: var(--sky); color: var(--navy); font-weight: 800; border-radius: 999px; padding: 6px 14px; font-size: 14px; }
.track-box { margin-top: 20px; padding: 16px; border-radius: 12px; background: var(--bg); display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; }
.track-box code { font-size: 17px; font-weight: 800; color: var(--navy); letter-spacing: .04em; }
.contact-list { display: grid; gap: 10px; margin: 16px 0; }
.contact-list a { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; font-weight: 600; }
.contact-list a:hover { background: var(--sky); }
.contact-list .icon { color: var(--navy); }
.local-orders { display: grid; gap: 8px; margin-top: 14px; }
.local-orders button { text-align: left; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line); background: #fff; display: flex; justify-content: space-between; gap: 10px; }
.local-orders button:hover { border-color: var(--navy-2); }
.hint { font-size: 13px; color: var(--muted); margin-top: 10px; }

/* ---------- Drawer / Modal ---------- */
.overlay { position: fixed; inset: 0; background: rgba(8, 22, 44, .45); z-index: 90; opacity: 0; pointer-events: none; transition: opacity .25s; }
.overlay.show { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(420px, 100%); background: #fff; z-index: 100; transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; box-shadow: var(--shadow-lg); }
.drawer.show { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.drawer-head h3 { margin: 0; }
.drawer-body { flex: 1; overflow-y: auto; padding: 8px 20px; }
.drawer-foot { padding: 18px 20px; border-top: 1px solid var(--line); display: grid; gap: 10px; }
.cart-item { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 72px; height: 72px; border-radius: 12px; object-fit: cover; }
.cart-item .ci-body { flex: 1; display: grid; gap: 6px; }
.cart-item .ci-name { font-weight: 700; line-height: 1.3; }
.cart-item .ci-row { display: flex; justify-content: space-between; align-items: center; }
.cart-item .qty button { width: 36px; height: 36px; font-size: 18px; }
.link-btn { background: none; border: 0; padding: 0; color: var(--muted); font-size: 13px; text-decoration: underline; }
.empty { text-align: center; color: var(--muted); padding: 48px 0; }
.modal { position: fixed; inset: 0; z-index: 110; display: flex; align-items: center; justify-content: center; padding: 16px; pointer-events: none; opacity: 0; transition: opacity .25s; }
.modal.show { opacity: 1; pointer-events: auto; }
.modal-card { background: #fff; border-radius: 24px; width: min(560px, 100%); max-height: calc(100vh - 32px); overflow-y: auto; padding: 28px 22px; position: relative; box-shadow: var(--shadow-lg); }
@media (min-width: 640px) { .modal-card { padding: 36px; } }
.modal-card h2 { color: var(--navy); font-size: 30px; padding-right: 40px; }
.modal-close { position: absolute; right: 14px; top: 14px; }
.modal-video .modal-card { width: min(900px, 100%); padding: 0; background: #000; overflow: hidden; }
.modal-video .modal-close { z-index: 2; background: rgba(255,255,255,.9); }
.video-frame { aspect-ratio: 16/9; width: 100%; }
.video-frame iframe, .video-frame video { width: 100%; height: 100%; border: 0; display: block; }
.video-soon { color: #fff; padding: 60px 24px; text-align: center; }
.via-btns { display: grid; gap: 10px; grid-template-columns: 1fr; margin-top: 12px; }
@media (min-width: 480px) { .via-btns { grid-template-columns: repeat(3, 1fr); } .via-btns.two { grid-template-columns: repeat(2, 1fr); } }
.via-btns .btn { min-height: 48px; padding: 0 12px; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); background: var(--navy); color: #fff; padding: 12px 20px; border-radius: 999px; font-weight: 700; z-index: 120; opacity: 0; transition: .25s; pointer-events: none; box-shadow: var(--shadow-lg); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ---------- Legal ---------- */
.legal { max-width: 820px; padding: 28px 0 72px; }
.legal h2 { font-size: 26px; color: var(--navy); margin-top: 36px; }
.legal p, .legal li { color: var(--ink); }

/* ---------- Motion ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: .01ms !important; }
}
:focus-visible { outline: 3px solid rgba(22,75,138,.45); outline-offset: 2px; }

/* ---------- Small phones ---------- */
@media (max-width: 899px) {
  .hero-strip { flex-direction: column; }
  .hero-strip span + span::before { display: none; }
}
@media (max-width: 480px) {
  .header-in { gap: 8px; height: 64px; }
  .logo-word { font-size: 21px; }
  .logo-wave { width: 26px; }
  .logo-tag { display: none; }
  .header-actions { gap: 6px; }
  .lang-btn { padding: 0 10px; gap: 4px; }
  .lang-btn .icon:last-child { display: none; }
  .hero-feats { gap: 8px; }
  .hero-feat { font-size: 13px; }
  .hero-ctas .btn { width: 100%; }
}
.buy-box .mode-info .btn { display: none; }

/* ---------- Product: two prices ---------- */
.price-duo { display: grid; gap: 12px; margin: 22px 0 14px; }
@media (min-width: 560px) { .price-duo { grid-template-columns: 1fr 1fr; } }
.pd-col { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.pd-pc { border: 2px solid var(--gold); background: linear-gradient(180deg, #fffaf2, #fff); }
.pd-label { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.pd-pc .pd-label { color: #8a5a18; }
.pd-price { font-size: 38px; font-weight: 800; color: var(--navy); line-height: 1; }
.pd-sub { color: var(--muted); font-size: 14px; }
.pd-col .qty-row { margin: 4px 0; }
.pd-col .save-pill { align-self: flex-start; background: var(--gold-soft); color: #8a5a18; font-weight: 800; padding: 5px 12px; border-radius: 999px; font-size: 14px; }
.pd-cond { list-style: none; padding: 0; margin: 2px 0 auto; display: grid; gap: 8px; font-size: 14px; line-height: 1.4; }
.pd-cond li { display: flex; gap: 10px; align-items: flex-start; }
.pd-cond .icon { width: 18px; height: 18px; color: var(--gold); margin-top: 1px; }
.pd-col .btn { min-height: 48px; }
.tiers { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 18px; margin-bottom: 12px; font-size: 14px; }
.tiers table { width: 100%; border-collapse: collapse; margin: 10px 0 6px; }
.tiers th, .tiers td { text-align: right; padding: 7px 6px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.tiers th:first-child, .tiers td:first-child { text-align: left; white-space: normal; }
.tiers th { font-size: 12px; color: var(--muted); font-weight: 700; }
.tiers .pc-row td { color: #8a5a18; font-weight: 800; }
.pd-noship { display: flex; gap: 8px; align-items: center; font-size: 14px; font-weight: 600; color: var(--ink); margin: 0 0 12px; }
.pd-noship .icon { color: var(--navy-2); }
.btn-ghost-dark { color: var(--navy); background: transparent; border-color: var(--line); }
.btn-ghost-dark:hover { border-color: var(--navy); background: var(--sky); }
.pd-col .btn { padding: 0 14px; font-size: 15px; gap: 8px; }
@media (min-width: 960px) and (max-width: 1239px) { .pd-col .btn .icon { display: none; } .pd-price { font-size: 32px; } }

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

/* ---------- Photo header / band (stock) ---------- */
.page-head-photo { position: relative; overflow: hidden; isolation: isolate; padding: 72px 0 56px; background: #dfe8f3; }
@media (min-width: 900px) { .page-head-photo { padding: 120px 0 96px; } }
.page-head-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 18%; z-index: -2; }
.page-head-photo::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(245,248,252,.95) 0%, rgba(245,248,252,.7) 40%, rgba(245,248,252,0) 70%); }
@media (max-width: 759px) { .page-head-photo::before { background: linear-gradient(180deg, rgba(245,248,252,.75), rgba(245,248,252,.95)); } }
.page-head-photo p { color: var(--ink); }
.photo-band { position: relative; overflow: hidden; isolation: isolate; color: #fff; padding: 96px 0; text-align: center; }
.photo-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; z-index: -2; }
.photo-band::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8,34,68,.45), rgba(8,34,68,.7)); }
.photo-band .script { color: #f0c98f; font-size: 44px; display: block; margin-bottom: 8px; }
.photo-band h2 { color: #fff; }
.photo-band p { max-width: 52ch; margin: 0 auto; color: rgba(255,255,255,.9); font-size: 18px; }

/* ---------- Gift: 3 единицы товара ---------- */
.gift-box { display: grid; gap: 14px; background: linear-gradient(135deg, var(--navy) 0%, #0a2b54 100%); color: #fff; border-radius: var(--radius); padding: 20px; margin: 0 0 16px; }
.gift-head { display: flex; gap: 14px; align-items: flex-start; }
.gift-head b { display: block; font-size: 17px; line-height: 1.3; }
.gift-head p { margin: 4px 0 0; font-size: 14px; line-height: 1.45; color: rgba(255,255,255,.75); }
.gift-ic { width: 42px; height: 42px; padding: 9px; border-radius: 50%; background: var(--gold); color: #fff; stroke-width: 1.8; }
.gift-progress { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; font-size: 14px; font-weight: 700; }
.gift-progress span { display: inline-flex; align-items: center; gap: 6px; }
.gift-progress .icon { width: 18px; height: 18px; stroke-width: 2.4; }
.gift-dots { display: flex; gap: 6px; }
.gift-dots i { width: 28px; height: 8px; border-radius: 999px; background: rgba(255,255,255,.22); }
.gift-dots i.on { background: var(--gold); }
.gift-progress.done span { color: var(--gold); }
.gift-box .btn { min-height: 50px; }
/* в корзине */
.gift-note { display: flex; gap: 12px; align-items: flex-start; background: var(--gold-soft); border-radius: var(--radius-sm); padding: 14px; margin: 12px 0 4px; }
.gift-note .gift-ic { width: 36px; height: 36px; padding: 7px; }
.gift-note b { display: block; font-size: 15px; color: var(--navy); margin-bottom: 6px; }
.gift-note .gift-progress { color: var(--ink); font-size: 14px; }
.gift-note .gift-dots i { background: rgba(12, 53, 102, .15); }
.gift-note .gift-dots i.on { background: var(--gold); }
.gift-note .gift-progress.done span { color: var(--ok); }
.gift-note .link-more { margin-top: 8px; font-size: 14px; }
/* полоса на всю ширину (компьютер) / блок под ценой (телефон) */
.gift-band { display: none; position: relative; overflow: hidden; background: radial-gradient(90% 160% at 0% 100%, #1d5aa0 0%, var(--navy) 50%, #08254a 100%); color: #fff; margin: 0 0 64px; }
.gift-band::after { content: ''; position: absolute; right: -120px; top: -140px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(195, 141, 69, .28), transparent 70%); pointer-events: none; }
@media (min-width: 960px) {
  .gift-band { display: block; }
  .gift-inline { display: none; }
}
.gift-band-in { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 48px; padding-top: 56px; padding-bottom: 56px; }
.gift-band .gift-box { background: none; padding: 0; margin: 0; gap: 20px; }
.gift-band .gift-head b { font-family: var(--serif); font-weight: 500; font-size: clamp(28px, 2.6vw, 38px); line-height: 1.15; }
.gift-band .gift-head p { font-size: 17px; margin-top: 10px; }
.gift-band .gift-head > .gift-ic { display: none; }
.gift-band .gift-progress { font-size: 16px; }
.gift-band .gift-dots i { width: 44px; height: 10px; }
.gift-band .btn { justify-self: start; min-width: 300px; }
.gift-visual { display: flex; align-items: center; padding: 40px 0 40px 18px; }
.gift-tile { position: relative; flex: none; width: clamp(120px, 11.5vw, 168px); aspect-ratio: 1; margin-left: -18px; border-radius: 18px; border: 5px solid #fff; background: #fff; box-shadow: 0 18px 40px rgba(0, 0, 0, .35); }
.gift-tile img { width: 100%; height: 100%; object-fit: cover; border-radius: 13px; }
.gift-tile i { position: absolute; left: -12px; top: -12px; width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: #fff; font-style: normal; font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0, 0, 0, .25); }
.gift-tile-1 { transform: translateY(40px) rotate(-7deg); z-index: 1; }
.gift-tile-2 { transform: translateY(0) rotate(-1deg); z-index: 2; }
.gift-tile-3 { transform: translateY(-40px) rotate(6deg); z-index: 3; }
.gift-eq { font-family: var(--serif); font-size: 56px; line-height: 1; color: var(--gold); margin: 0 18px 0 26px; }
.gift-prize { flex: none; width: clamp(96px, 9vw, 132px); aspect-ratio: 1; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 10px rgba(195, 141, 69, .22), 0 18px 40px rgba(0, 0, 0, .3); }
.gift-prize .icon { width: 48%; height: 48%; color: #fff; stroke-width: 1.6; }
/* оформление заказа */
.co-gift { display: flex; gap: 12px; align-items: flex-start; background: var(--navy); color: #fff; border-radius: var(--radius-sm); padding: 14px 16px; margin-top: 14px; }
.co-gift .gift-ic { width: 34px; height: 34px; padding: 7px; }
.co-gift p { margin: 0; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.8); }
.co-gift b { color: #fff; }
.co-gift a { color: var(--gold); font-weight: 700; text-decoration: underline; }
.co-gift.soon { background: var(--sky); color: var(--ink); }
.co-gift.soon p { color: var(--ink); font-weight: 600; }
.co-gift.soon a { color: var(--navy-2); }
/* цена по количеству */
.pd-total { display: block; margin-top: -4px; font-size: 14px; font-weight: 700; color: var(--navy-2); }
.tiers th.on, .tiers td.on { background: var(--sky); }
.tiers .pc-row td.on { background: var(--gold-soft); }

/* ---------- Языки: арабский (RTL) ---------- */
html[lang="ar"] { --sans: 'Noto Sans Arabic', 'Segoe UI', Tahoma, Arial, sans-serif; --serif: 'Noto Kufi Arabic', 'Noto Sans Arabic', 'Segoe UI', Tahoma, serif; }
html[lang="ar"] body, html[lang="ar"] body * { letter-spacing: 0 !important; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3 { line-height: 1.35; }
[dir="rtl"] .ic-arrow, [dir="rtl"] .gift-eq { transform: scaleX(-1); }
[dir="rtl"] .lang-menu { right: auto; left: 0; }
[dir="rtl"] .lang-menu button { text-align: right; }
[dir="rtl"] .section-head .link-more { margin-left: 0; margin-right: auto; }
[dir="rtl"] .tiers th, [dir="rtl"] .tiers td { text-align: left; }
[dir="rtl"] .tiers th:first-child, [dir="rtl"] .tiers td:first-child { text-align: right; }
[dir="rtl"] .bonus-spec { text-align: right; }
[dir="rtl"] .gift-tile i { left: auto; right: -12px; }
.lang-menu { max-height: min(70vh, 520px); overflow-y: auto; }
[dir="rtl"] .main-nav { margin-left: 0; margin-right: 20px; }
[dir="rtl"] .header-actions { margin-left: 0; margin-right: auto; }
[dir="rtl"] .stars { margin-left: 0; margin-right: auto; }
[dir="rtl"] .review-type, [dir="rtl"] .p-badge { left: auto; right: 12px; }
[dir="rtl"] .mode-thumb { left: auto; right: 5px; }
[dir="rtl"] .mode-thumb.right { transform: translateX(-100%); }
[dir="rtl"] .timeline li::before { left: auto; right: 15px; }
[dir="rtl"] .local-orders button { text-align: right; }
[dir="rtl"] .gift-tile { margin-left: 0; margin-right: -18px; }
[dir="rtl"] .gift-visual { padding: 40px 18px 40px 0; }
[dir="rtl"] .logo-word { direction: ltr; }
[dir="rtl"] .hero-strip span + span::before { margin-right: 0; margin-left: 18px; }
/* фото героя затемнено справа и светлое слева — текст оставляем на светлой части */
@media (min-width: 900px) { [dir="rtl"] .hero-body { margin-right: auto; } }
/* RTL: фото без надписей отражаем зеркально, чтобы текст справа не ложился на главное в кадре.
   Фото с упаковками товаров (герой, линейка, галерея, карточки товаров) не отражаем — там надписи. */
[dir="rtl"] .dir-card img { transform: scaleX(-1); }
[dir="rtl"] .dir-card:hover img { transform: scale(-1.04, 1.04); }
[dir="rtl"] .dir-card img.flip { transform: none; }
[dir="rtl"] .dir-card:hover img.flip { transform: scale(1.04); }
[dir="rtl"] .dir-card::before { background: linear-gradient(250deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.7) 38%, rgba(255,255,255,0) 68%); }
[dir="rtl"] .earn > img, [dir="rtl"] .page-head-photo > img, [dir="rtl"] .photo-band > img { transform: scaleX(-1); }
[dir="rtl"] .earn::before { background: linear-gradient(265deg, rgba(8, 34, 68, .94) 0%, rgba(8, 34, 68, .82) 45%, rgba(8, 34, 68, .25) 100%); }
@media (min-width: 760px) { [dir="rtl"] .page-head-photo::before { background: linear-gradient(270deg, rgba(245,248,252,.95) 0%, rgba(245,248,252,.7) 40%, rgba(245,248,252,0) 70%); } }

/* ---------- Личный кабинет: аватар, вкладки, заказы, бонусы ---------- */
.form-msg.ok { color: var(--ok); }
.acc-head { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
.acc-head b { display: block; font-size: 20px; color: var(--navy); }
.acc-head small { display: block; font-size: 14px; }
.acc-ava-links { display: flex; gap: 14px; margin-top: 6px; }
.acc-ava-btn { position: relative; flex: none; border: 0; padding: 0; background: none; border-radius: 50%; }
.acc-ava { width: 84px; height: 84px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--navy-2), var(--navy)); color: #fff; font-size: 32px; font-weight: 800; box-shadow: var(--shadow); }
.acc-ava img { width: 100%; height: 100%; object-fit: cover; }
.acc-ava .icon { width: 38px; height: 38px; }
.acc-ava-cam { position: absolute; right: -2px; bottom: -2px; width: 30px; height: 30px; border-radius: 50%; background: var(--gold); color: #fff; display: flex; align-items: center; justify-content: center; border: 3px solid var(--bg); }
.acc-ava-cam .icon { width: 15px; height: 15px; }
.acc-tabs { display: flex; gap: 6px; padding: 6px; background: #fff; border: 1px solid var(--line); border-radius: 999px; margin-bottom: 18px; overflow-x: auto; }
.acc-tabs button { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 18px; border: 0; border-radius: 999px; background: none; font-weight: 700; color: var(--muted); white-space: nowrap; }
.acc-tabs button.on { background: var(--navy); color: #fff; }
.acc-tabs .icon { width: 18px; height: 18px; }
.acc-layout .card + .card, .acc-layout .card + details { margin-top: 18px; }
.order-list { display: grid; gap: 10px; margin-top: 8px; }
.order-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; text-align: start; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.order-row:hover, .order-row.on { border-color: var(--navy); background: var(--sky); }
.order-row small { display: block; font-size: 13px; }
.order-row .status-pill { font-size: 12px; padding: 5px 12px; white-space: nowrap; }
.acc-find summary { cursor: pointer; font-weight: 700; color: var(--navy); }
.acc-find[open] summary { margin-bottom: 14px; }
.acc-aside h3 { color: var(--navy); }
.acc-mail { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; font-weight: 600; word-break: break-all; }
.acc-mail:hover { background: var(--sky); }
.acc-mail .icon { color: var(--navy); }
.bonus-count { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--navy); }
.bonus-list { display: grid; gap: 12px; }
.bonus-item { display: grid; grid-template-columns: auto 1fr; gap: 12px 16px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: #fafbfd; }
.bonus-item > :last-child { grid-column: 1 / -1; justify-self: start; }
@media (min-width: 640px) { .bonus-item { grid-template-columns: auto 1fr auto; } .bonus-item > :last-child { grid-column: auto; } }
.bonus-item b { color: var(--navy); }
.bonus-item p { margin: 2px 0 0; font-size: 14px; }
.bonus-item.open { background: #fff; border-color: var(--gold); }
.bonus-item-ic { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--line); color: var(--muted); }
.bonus-item.open .bonus-item-ic { background: var(--gold); color: #fff; }
.bonus-lock { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--muted); }
.bonus-lock .icon { width: 16px; height: 16px; }
.bonus-bar { height: 6px; border-radius: 999px; background: var(--line); margin-top: 8px; overflow: hidden; max-width: 260px; }
.bonus-bar i { display: block; height: 100%; background: var(--gold); border-radius: 999px; }
.bonus-item .status-pill { display: inline-flex; align-items: center; gap: 6px; }
.bonus-item .status-pill .icon { width: 16px; height: 16px; }
/* окно обрезки аватара */
.crop-box { position: relative; width: 260px; height: 260px; margin: 18px auto; border-radius: 50%; overflow: hidden; background: #e9eef5; cursor: grab; touch-action: none; box-shadow: 0 0 0 4px #fff, 0 0 0 5px var(--line); }
.crop-box:active { cursor: grabbing; }
.crop-box img { position: absolute; left: 0; top: 0; max-width: none; user-select: none; -webkit-user-drag: none; }
.crop-zoom { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; font-weight: 700; font-size: 14px; }
.crop-zoom input { flex: 1; accent-color: var(--navy); }
/* ---------- Чат поддержки ---------- */
.chat-fab { position: fixed; right: 20px; bottom: 20px; z-index: 90; width: 60px; height: 60px; border-radius: 50%; border: 0; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 30px rgba(12, 53, 102, .35); transition: transform .2s; }
.chat-fab:hover { transform: scale(1.06); }
.chat-fab .icon { width: 28px; height: 28px; }
@media (max-width: 759px) { .chat-fab { right: 14px; bottom: 14px; width: 54px; height: 54px; } }
.chat-soon { text-align: center; }
.chat-soon h2 { padding: 0 !important; }
.chat-soon-ic { width: 56px; height: 56px; padding: 14px; border-radius: 50%; background: var(--sky); color: var(--navy); margin: 0 auto 12px; display: block; }

/* ---------- Блог ---------- */
.b-ages { align-items: center; margin-top: -12px; }
.b-ages-label { font-size: 14px; font-weight: 700; color: var(--muted); margin-right: 4px; }
.b-lang-note { display: flex; align-items: center; gap: 8px; margin-top: 14px !important; font-size: 15px !important; color: var(--navy-2) !important; }
.b-lang-note .icon { width: 18px; height: 18px; flex: none; }
.b-grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .b-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .b-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.b-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .25s, transform .25s; }
.b-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.b-card-img { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--bg-2); }
.b-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.b-card:hover .b-card-img img { transform: scale(1.04); }
.b-cat { position: absolute; left: 14px; top: 14px; background: rgba(255,255,255,.94); color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.b-cat-inline { position: static; display: inline-block; background: var(--gold-soft); color: #8a5b1c; margin: 6px 0 14px; }
.b-card-body { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.b-card h3 { font-size: 22px; margin: 0; }
.b-card h3 a:hover { color: var(--navy-2); }
.b-card p { margin: 0; color: var(--muted); font-size: 15px; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.b-meta { display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: 13px; color: var(--muted); }
.b-meta span { display: inline-flex; align-items: center; gap: 6px; }
.b-meta .icon { width: 15px; height: 15px; }
.b-author { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; color: var(--ink); }
.b-author small { display: block; font-weight: 500; color: var(--muted); font-size: 13px; }
.b-ava { width: 34px; height: 34px; border-radius: 50%; background: var(--sky); color: var(--navy); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.b-ava .icon { width: 18px; height: 18px; }
.b-card-big { margin-bottom: 24px; }
@media (min-width: 900px) {
  .b-card-big { display: grid; grid-template-columns: 1.3fr 1fr; }
  .b-card-big .b-card-img { aspect-ratio: auto; min-height: 380px; }
  .b-card-big .b-card-body { padding: 36px; justify-content: center; }
  .b-card-big h3 { font-size: clamp(26px, 2.6vw, 36px); }
  .b-card-big p { -webkit-line-clamp: 5; font-size: 17px; flex: none; }
}

.a-wrap { max-width: 820px; }
.article h1 { color: var(--navy); font-size: clamp(32px, 4.6vw, 52px); margin-bottom: 18px; }
.a-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.a-cover { margin: 24px 0 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16/9; background: var(--bg-2); }
.a-cover img { width: 100%; height: 100%; object-fit: cover; }
.a-lead { font-size: clamp(19px, 2vw, 22px); line-height: 1.55; color: var(--ink); font-weight: 500; margin: 28px 0 8px; }
.a-body { font-size: 18px; line-height: 1.75; }
.a-body p { margin: 0 0 1.1em; }
.a-body h2 { font-size: clamp(24px, 2.6vw, 32px); color: var(--navy); margin: 1.6em 0 .6em; }
.a-list { margin: 0 0 1.2em; padding: 0; list-style: none; display: grid; gap: 10px; }
.a-list li { position: relative; padding-left: 26px; }
.a-list li::before { content: ''; position: absolute; left: 4px; top: .7em; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
[dir="rtl"] .a-list li { padding-left: 0; padding-right: 26px; }
[dir="rtl"] .a-list li::before { left: auto; right: 4px; }
.a-link { color: var(--navy-2); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(22,75,138,.35); text-underline-offset: 3px; }
.a-link:hover { color: var(--navy); text-decoration-color: currentColor; }
.a-prod { color: #8a5b1c; text-decoration-color: rgba(195,141,69,.5); }
.a-tip { display: flex; gap: 14px; align-items: flex-start; background: var(--sky); border-radius: var(--radius-sm); padding: 18px 20px; margin: 1.4em 0; }
.a-tip .icon { width: 22px; height: 22px; flex: none; color: var(--navy-2); margin-top: 3px; }
.a-tip p { margin: 0; font-size: 17px; }
.a-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 24px; margin: 36px 0 12px; padding: 24px; border-radius: var(--radius); background: var(--navy); color: #fff; }
.a-cta b { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.a-cta p { margin: 4px 0 0; color: rgba(255,255,255,.8); max-width: 48ch; font-size: 16px; }
@media (max-width: 559px) { .a-cta .btn { width: 100%; } }
.a-sources { padding-top: 24px; border-top: 1px solid var(--line); }
.a-sources h3 { font-family: var(--sans); font-size: 15px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.a-sources ol { margin: 0; padding-left: 22px; font-size: 14px; color: var(--muted); display: grid; gap: 6px; }
.a-sources a { word-break: break-word; }
.a-sources a:hover { color: var(--navy); text-decoration: underline; }
.a-faq { margin: 40px 0 8px; }
.a-faq h2 { font-size: clamp(24px, 2.6vw, 32px); color: var(--navy); margin-bottom: 16px; }
.a-faq .faq-item { margin-bottom: 10px; }
/* список статей до загрузки скриптов (для поисковиков) */
.b-seo-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.b-seo-list img { width: 160px; height: auto; border-radius: 8px; }
