/*
Theme Name: Батя VPN Ru
Theme URI: https://batyavpn.icu/
Description: Русскоязычный сайт о VPN-сервисе Батя VPN — возможности, тарифы в рублях, подключение, отзывы и альтернативы. Уникальная тема, entity-first SEO-каркас.
Author: Батя VPN Ru
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: batya-theme
*/

/* ============================================================
   БАТЯ VPN RU — style.css
   Дизайн уникальный под бренд: тёмная «щит/защита» тема,
   синий акцент (как офсайт) + тёплый янтарь «бати».
   ============================================================ */

:root {
  --bg:        #0a1020;
  --bg-alt:    #0e1730;
  --surface:   #121d38;
  --surface-2: #16244a;
  --line:      #24345c;
  --line-soft: #1a294b;

  --ink:       #eef3ff;
  --text:      #c4d0e8;
  --muted:     #8493b4;

  --accent:    #2f6bff;
  --accent-2:  #5c93ff;
  --accent-ink:#0a1020;
  --grad:      linear-gradient(135deg, #2f6bff 0%, #55b0ff 100%);
  --grad-soft: linear-gradient(135deg, rgba(47,107,255,.18), rgba(85,176,255,.05));

  --gold:      #f5b23e;
  --green:     #34d399;
  --danger:    #ff6b6b;

  --radius:    18px;
  --radius-sm: 12px;
  --shadow:    0 20px 50px -22px rgba(3,10,30,.9);
  --shadow-blue: 0 18px 44px -18px rgba(47,107,255,.55);

  --container: 1160px;
  --font-display: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-2); text-decoration: none; }
a:hover { color: #8fb8ff; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0 0 .6em;
  font-weight: 700;
}
h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; }
h2 { font-size: clamp(1.55rem, 3.4vw, 2.3rem); }
h3 { font-size: 1.22rem; }
p  { margin: 0 0 1rem; }

.bv-container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.bv-center { text-align: center; margin-left: auto; margin-right: auto; }
.bv-muted { color: var(--muted); }
.bv-flex { display: flex; align-items: center; }
.bv-gap-8 { gap: 8px; }
.bv-hidden-seo { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ── Sections ─────────────────────────────────────── */
.bv-section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.bv-section--alt { background: var(--bg-alt); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.bv-section__head { max-width: 760px; margin: 0 0 2.4rem; }
.bv-section__head.bv-center { margin-left: auto; margin-right: auto; }
.bv-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-display); font-weight: 600; font-size: .8rem;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--accent-2); margin-bottom: .8rem;
}
.bv-eyebrow::before { content: ""; width: 20px; height: 2px; background: var(--grad); border-radius: 2px; }
.bv-lead { font-size: 1.12rem; color: var(--text); }

/* ── Buttons ──────────────────────────────────────── */
.bv-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  padding: .82rem 1.5rem; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .25s ease, background .2s;
  white-space: nowrap;
}
.bv-btn__ic { width: 19px; height: 19px; }
.bv-btn--primary { background: var(--grad); color: #fff; box-shadow: var(--shadow-blue); }
.bv-btn--primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 22px 50px -16px rgba(47,107,255,.7); }
.bv-btn--ghost { background: rgba(255,255,255,.03); color: var(--ink); border-color: var(--line); }
.bv-btn--ghost:hover { color: var(--ink); border-color: var(--accent); background: rgba(47,107,255,.08); }
.bv-btn--tg { background: #229ed9; color: #fff; }
.bv-btn--tg:hover { color: #fff; transform: translateY(-2px); background: #2aa9e6; }
.bv-btn--lg { padding: 1rem 1.9rem; font-size: 1.08rem; }
.bv-btn--sm { padding: .58rem 1.1rem; font-size: .92rem; }
.bv-btn--block { display: flex; width: 100%; }

/* ── Badges / pills ───────────────────────────────── */
.bv-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .82rem; font-weight: 600; padding: .34rem .72rem;
  border-radius: 999px; background: var(--surface); border: 1px solid var(--line);
  color: var(--text);
}
.bv-badge--live { color: var(--green); }
.bv-badge--live .bv-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(52,211,153,.6); animation: bvPulse 2s infinite; }
@keyframes bvPulse { 0% { box-shadow: 0 0 0 0 rgba(52,211,153,.55);} 70% { box-shadow: 0 0 0 8px rgba(52,211,153,0);} 100% { box-shadow: 0 0 0 0 rgba(52,211,153,0);} }
.bv-badge--gold { color: var(--gold); border-color: rgba(245,178,62,.35); }

/* ══ HEADER ═══════════════════════════════════════════ */
.bv-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(10,16,32,.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.bv-header__inner { display: flex; align-items: center; gap: 18px; height: 68px; }
.bv-logo { display: inline-flex; align-items: center; gap: 10px; }
.bv-logo__icon {
  width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0;
  background: var(--grad); display: grid; place-items: center; box-shadow: var(--shadow-blue);
}
.bv-logo__icon svg { width: 22px; height: 22px; }
.bv-logo__text { font-family: var(--font-display); font-weight: 800; font-size: 1.24rem; color: var(--ink); letter-spacing: -.02em; }
.bv-logo__text b { color: var(--accent-2); font-weight: 800; }

.bv-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.bv-nav__link {
  font-family: var(--font-display); font-weight: 500; font-size: .96rem;
  color: var(--text); padding: .5rem .72rem; border-radius: 9px;
}
.bv-nav__link:hover { color: var(--ink); background: rgba(255,255,255,.04); }
.bv-nav__cta { margin-left: 10px; }

.bv-cta-mobile { display: none; }
.bv-burger { display: none; background: none; border: 0; width: 42px; height: 42px; cursor: pointer; padding: 10px; }
.bv-burger__line { display: block; height: 2px; background: var(--ink); border-radius: 2px; margin: 4px 0; transition: .25s; }
.bv-burger[aria-expanded="true"] .bv-burger__line:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.bv-burger[aria-expanded="true"] .bv-burger__line:nth-child(2) { opacity: 0; }
.bv-burger[aria-expanded="true"] .bv-burger__line:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.bv-mobile-nav { display: none; flex-direction: column; gap: 2px; padding: 12px 0 18px; border-top: 1px solid var(--line-soft); }
.bv-mobile-nav.is-open { display: flex; }
.bv-mobile-nav .bv-nav__link { padding: .7rem .5rem; font-size: 1.02rem; }
.bv-mobile-nav .bv-nav__cta { margin: .6rem 0 0; }

/* ══ HERO ═════════════════════════════════════════════ */
.bv-hero { position: relative; padding: clamp(2.6rem, 6vw, 4.6rem) 0 clamp(2.6rem, 6vw, 4rem); overflow: hidden; }
.bv-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 55% at 82% 8%, rgba(47,107,255,.20), transparent 60%),
    radial-gradient(45% 45% at 10% 20%, rgba(85,176,255,.10), transparent 60%);
}
.bv-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.bv-hero h1 { margin-bottom: .5em; }
.bv-hero h1 .bv-accent { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.bv-hero__sub { font-size: 1.2rem; color: var(--text); max-width: 40ch; }
.bv-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 1.6rem 0 1.1rem; }
.bv-hero__sats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.3rem; }
.bv-hero__trust { display: flex; align-items: center; gap: 14px; margin-top: 1.5rem; flex-wrap: wrap; }
.bv-hero__rating { display: flex; align-items: center; gap: 9px; font-weight: 600; color: var(--ink); }
.bv-hero__rating b { font-family: var(--font-display); font-size: 1.15rem; }

/* Hero device/shield visual */
.bv-hero__art { position: relative; }
.bv-device {
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line); border-radius: 24px; padding: 22px;
  box-shadow: var(--shadow); position: relative;
}
.bv-device__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.bv-device__brand { display: flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 700; color: var(--ink); }
.bv-device__brand .bv-logo__icon { width: 30px; height: 30px; border-radius: 9px; }
.bv-device__brand .bv-logo__icon svg { width: 17px; height: 17px; }
.bv-shieldbig {
  margin: 6px auto 18px; width: 118px; height: 118px; border-radius: 50%;
  background: var(--grad-soft); border: 1px solid rgba(47,107,255,.35);
  display: grid; place-items: center; position: relative;
}
.bv-shieldbig::after { content: ""; position: absolute; inset: -10px; border-radius: 50%; border: 1px dashed rgba(85,176,255,.28); animation: bvSpin 22s linear infinite; }
@keyframes bvSpin { to { transform: rotate(360deg); } }
.bv-shieldbig svg { width: 54px; height: 54px; color: var(--accent-2); }
.bv-device__status { text-align: center; margin-bottom: 16px; }
.bv-device__status .bv-badge--live { font-size: .9rem; }
.bv-device__rows { display: grid; gap: 10px; }
.bv-srv { display: flex; align-items: center; gap: 12px; padding: 11px 13px; border-radius: 12px; background: rgba(255,255,255,.03); border: 1px solid var(--line-soft); }
.bv-srv__flag { width: 30px; height: 30px; border-radius: 8px; background: var(--surface-2); display: grid; place-items: center; font-size: 1rem; flex-shrink: 0; }
.bv-srv__name { font-weight: 600; color: var(--ink); font-size: .95rem; }
.bv-srv__ping { margin-left: auto; font-size: .82rem; color: var(--green); font-weight: 600; }
.bv-srv__bars { display: inline-flex; gap: 2px; align-items: flex-end; height: 14px; }
.bv-srv__bars i { width: 3px; background: var(--accent-2); border-radius: 2px; display: block; }

/* ── Stat row ─────────────────────────────────────── */
.bv-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bv-stat { text-align: center; padding: 1.2rem .6rem; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.bv-stat__num { font-family: var(--font-display); font-weight: 800; font-size: 1.9rem; color: var(--ink); background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.bv-stat__lbl { font-size: .9rem; color: var(--muted); margin-top: .2rem; }

/* ── Cards grid ───────────────────────────────────── */
.bv-grid { display: grid; gap: 20px; }
.bv-grid--2 { grid-template-columns: repeat(2, 1fr); }
.bv-grid--3 { grid-template-columns: repeat(3, 1fr); }
.bv-grid--4 { grid-template-columns: repeat(4, 1fr); }

.bv-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem; transition: transform .22s ease, border-color .22s ease;
}
.bv-card:hover { transform: translateY(-4px); border-color: rgba(47,107,255,.5); }
.bv-card__icon { width: 46px; height: 46px; border-radius: 12px; background: var(--grad-soft); border: 1px solid rgba(47,107,255,.3); display: grid; place-items: center; margin-bottom: 1rem; }
.bv-card__icon svg { width: 23px; height: 23px; color: var(--accent-2); stroke: currentColor; }
.bv-card h3 { margin-bottom: .4rem; }
.bv-card p { margin: 0; color: var(--text); font-size: .98rem; }
.bv-card__tag { display: inline-block; margin-top: .8rem; font-size: .82rem; color: var(--muted); }

/* ── Chips (satellite entities / models) ──────────── */
.bv-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.bv-chip { display: inline-flex; align-items: center; gap: 7px; padding: .5rem .9rem; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-size: .92rem; font-weight: 500; color: var(--text); }
.bv-chip__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-2); }

/* ── Steps (howto) ────────────────────────────────── */
.bv-steps { display: grid; gap: 18px; counter-reset: step; }
.bv-step { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; padding: 1.3rem 1.5rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.bv-step__n { counter-increment: step; width: 40px; height: 40px; border-radius: 12px; background: var(--grad); color: #fff; font-family: var(--font-display); font-weight: 800; display: grid; place-items: center; }
.bv-step__n::before { content: counter(step); }
.bv-step h3 { margin-bottom: .3rem; }
.bv-step p { margin: 0; font-size: .98rem; }

/* ── Plans ────────────────────────────────────────── */
.bv-plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.bv-plan {
  position: relative; display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.7rem 1.4rem;
}
.bv-plan--pop { border-color: var(--accent); box-shadow: var(--shadow-blue); background: linear-gradient(180deg, rgba(47,107,255,.10), var(--surface)); }
.bv-plan__tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: .78rem; padding: .3rem .85rem; border-radius: 999px; white-space: nowrap; }
.bv-plan__name { font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: 1.1rem; }
.bv-plan__price { font-family: var(--font-display); font-weight: 800; font-size: 2rem; color: var(--ink); margin: .5rem 0 .1rem; }
.bv-plan__price span { font-size: .95rem; font-weight: 500; color: var(--muted); }
.bv-plan__permo { font-size: .9rem; color: var(--accent-2); font-weight: 600; margin-bottom: .3rem; }
.bv-plan__save { display: inline-block; font-size: .8rem; color: var(--gold); font-weight: 600; margin-bottom: 1rem; }
.bv-plan__list { list-style: none; padding: 0; margin: .4rem 0 1.3rem; display: grid; gap: .6rem; flex: 1; }
.bv-plan__list li { display: flex; gap: 9px; align-items: flex-start; font-size: .94rem; color: var(--text); }
.bv-plan__list svg { width: 17px; height: 17px; color: var(--green); flex-shrink: 0; margin-top: 3px; }

/* ── Calculator (interactive) ─────────────────────── */
.bv-calc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2.2rem); }
.bv-calc__terms { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 1.6rem; }
.bv-calc__term { padding: .9rem .6rem; border-radius: 12px; background: rgba(255,255,255,.03); border: 1px solid var(--line); color: var(--text); font-family: var(--font-display); font-weight: 600; cursor: pointer; text-align: center; transition: .18s; }
.bv-calc__term small { display: block; font-weight: 500; font-size: .78rem; color: var(--muted); margin-top: 2px; }
.bv-calc__term.is-active { border-color: var(--accent); background: rgba(47,107,255,.12); color: var(--ink); }
.bv-calc__out { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; text-align: center; margin-bottom: 1.5rem; }
.bv-calc__cell { padding: 1rem; border-radius: 12px; background: var(--bg-alt); border: 1px solid var(--line-soft); }
.bv-calc__val { font-family: var(--font-display); font-weight: 800; font-size: 1.7rem; color: var(--ink); }
.bv-calc__val--accent { color: var(--gold); }
.bv-calc__lbl { font-size: .84rem; color: var(--muted); }

/* ── Reviews ──────────────────────────────────────── */
.bv-review { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.bv-review__head { display: flex; align-items: center; gap: 12px; margin-bottom: .8rem; }
.bv-review__ava { width: 44px; height: 44px; border-radius: 50%; background: var(--grad); color: #fff; font-family: var(--font-display); font-weight: 700; display: grid; place-items: center; }
.bv-review__name { font-weight: 700; color: var(--ink); }
.bv-review__meta { font-size: .84rem; color: var(--muted); }
.bv-review p { margin: .7rem 0 0; font-size: .97rem; }
.bv-review__src { margin-top: .8rem; font-size: .8rem; color: var(--muted); }

/* ── Star rating ──────────────────────────────────── */
.bv-stars { position: relative; display: inline-flex; line-height: 0; vertical-align: middle; }
.bv-stars__row { display: flex; gap: 2px; }
.bv-stars__bg { color: var(--muted); opacity: .3; }
.bv-stars__fill { position: absolute; inset: 0; overflow: hidden; white-space: nowrap; }
.bv-stars__fill .bv-stars__row { color: var(--gold); }
.bv-stars svg { width: 18px; height: 18px; flex-shrink: 0; fill: currentColor; }

/* ── Rating hero (reviews page) ───────────────────── */
.bv-ratingbox { display: grid; grid-template-columns: auto 1fr; gap: 30px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; }
.bv-ratingbox__big { text-align: center; }
.bv-ratingbox__num { font-family: var(--font-display); font-weight: 800; font-size: 3.4rem; color: var(--ink); line-height: 1; }
.bv-ratingbox__stars svg { width: 22px; height: 22px; }
.bv-bars { display: grid; gap: .5rem; }
.bv-bar { display: grid; grid-template-columns: 60px 1fr 44px; gap: 10px; align-items: center; font-size: .88rem; }
.bv-bar__track { height: 8px; border-radius: 6px; background: var(--line-soft); overflow: hidden; }
.bv-bar__fill { height: 100%; background: var(--grad); border-radius: 6px; }

/* ── Comparison table ─────────────────────────────── */
.bv-tablewrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); }
.bv-table { width: 100%; border-collapse: collapse; min-width: 640px; font-size: .95rem; }
.bv-table th, .bv-table td { padding: .9rem 1rem; text-align: left; border-bottom: 1px solid var(--line-soft); }
.bv-table thead th { background: var(--surface-2); color: var(--ink); font-family: var(--font-display); font-weight: 600; font-size: .9rem; }
.bv-table tbody tr:hover { background: rgba(255,255,255,.02); }
.bv-table td:first-child { color: var(--ink); font-weight: 600; }
.bv-table .bv-hl { color: var(--accent-2); font-weight: 700; }
.bv-yes { color: var(--green); font-weight: 700; }
.bv-no { color: var(--danger); }

/* ── Prose ────────────────────────────────────────── */
.bv-prose { max-width: 760px; }
.bv-prose p { color: var(--text); }
.bv-prose h2 { margin-top: 2rem; }
.bv-prose h3 { margin-top: 1.5rem; }
.bv-prose ul, .bv-prose ol { padding-left: 1.3rem; margin: 0 0 1.2rem; }
.bv-prose li { margin-bottom: .5rem; }
.bv-prose strong { color: var(--ink); }

/* ── TL;DR box ────────────────────────────────────── */
.bv-tldr { background: var(--grad-soft); border: 1px solid rgba(47,107,255,.3); border-left: 3px solid var(--accent); border-radius: var(--radius-sm); padding: 1.1rem 1.3rem; margin: 0 0 1.6rem; }
.bv-tldr p { margin: 0; color: var(--ink); }
.bv-tldr strong { color: var(--accent-2); }

/* ── FAQ ──────────────────────────────────────────── */
.bv-faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.bv-faq__item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.bv-faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; background: none; border: 0; cursor: pointer; padding: 1.15rem 1.3rem; text-align: left; font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; color: var(--ink); }
.bv-faq__q svg { width: 20px; height: 20px; color: var(--accent-2); flex-shrink: 0; transition: transform .25s; }
.bv-faq__item.is-open .bv-faq__q svg { transform: rotate(45deg); }
.bv-faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.bv-faq__a > div { padding: 0 1.3rem; }
.bv-faq__a > div > div { padding: 0 0 1.2rem; color: var(--text); }
.bv-faq__item.is-open .bv-faq__a { max-height: 500px; }

/* ── CTA band ─────────────────────────────────────── */
.bv-ctaband { text-align: center; background: linear-gradient(135deg, rgba(47,107,255,.16), rgba(85,176,255,.06)); border: 1px solid rgba(47,107,255,.35); border-radius: 26px; padding: clamp(2rem, 5vw, 3.4rem); position: relative; overflow: hidden; }
.bv-ctaband h2 { margin-bottom: .5rem; }
.bv-ctaband .bv-lead { max-width: 560px; margin: 0 auto 1.6rem; }
.bv-ctaband__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── Related ──────────────────────────────────────── */
.bv-related { display: flex; flex-wrap: wrap; gap: 12px; }
.bv-related a { display: inline-flex; align-items: center; gap: 8px; padding: .6rem 1.1rem; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); color: var(--text); font-weight: 500; font-size: .94rem; }
.bv-related a:hover { border-color: var(--accent); color: var(--ink); }

/* ── Breadcrumb ───────────────────────────────────── */
.bv-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: .88rem; color: var(--muted); }
.bv-breadcrumb a { color: var(--muted); }
.bv-breadcrumb a:hover { color: var(--accent-2); }
.bv-breadcrumb__sep { opacity: .5; }
.bv-breadcrumb__current { color: var(--text); }

/* ── Page hero ────────────────────────────────────── */
.bv-page-hero { padding: 2.4rem 0 0; position: relative; }
.bv-page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(50% 60% at 80% 0%, rgba(47,107,255,.14), transparent 60%); }

/* ── Contacts ─────────────────────────────────────── */
.bv-contact { display: flex; align-items: center; gap: 14px; padding: 1.1rem 1.3rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.bv-contact__ic { width: 42px; height: 42px; border-radius: 11px; background: var(--grad-soft); border: 1px solid rgba(47,107,255,.3); display: grid; place-items: center; flex-shrink: 0; }
.bv-contact__ic svg { width: 21px; height: 21px; color: var(--accent-2); }
.bv-contact__lbl { font-size: .82rem; color: var(--muted); }
.bv-contact__val { font-weight: 600; color: var(--ink); }
.bv-disclaimer { margin-top: 1.6rem; font-size: .9rem; color: var(--muted); background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius-sm); padding: 1.1rem 1.3rem; }

/* ══ FOOTER ═══════════════════════════════════════════ */
.bv-footer { background: var(--bg-alt); border-top: 1px solid var(--line-soft); padding: 3rem 0 2rem; margin-top: 1rem; }
.bv-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 2.2rem; }
.bv-footer__brand p { color: var(--muted); font-size: .93rem; margin: .9rem 0 1rem; max-width: 40ch; }
.bv-footer__col-title { font-family: var(--font-display); font-weight: 600; color: var(--ink); margin-bottom: .9rem; font-size: .96rem; }
.bv-footer__links { display: flex; flex-direction: column; gap: .55rem; }
.bv-footer__links a { color: var(--muted); font-size: .93rem; }
.bv-footer__links a:hover { color: var(--accent-2); }
.bv-footer__bottom { border-top: 1px solid var(--line-soft); padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.bv-footer__copy { font-size: .84rem; color: var(--muted); max-width: 70ch; margin: 0; }
.bv-footer__legal { display: flex; gap: 16px; }
.bv-footer__legal a { color: var(--muted); font-size: .84rem; }

/* ══ Reveal motion ════════════════════════════════════ */
.js .bv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js .bv-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .bv-reveal { opacity: 1; transform: none; transition: none; } }

/* ══ Responsive ═══════════════════════════════════════ */
@media (max-width: 960px) {
  .bv-hero__grid { grid-template-columns: 1fr; }
  .bv-hero__art { max-width: 420px; }
  .bv-grid--3, .bv-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .bv-plans { grid-template-columns: repeat(2, 1fr); }
  .bv-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .bv-nav { display: none; }
  .bv-burger { display: block; }
  .bv-cta-mobile { display: inline-flex; margin-left: auto; }
  .bv-header__inner { gap: 10px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .bv-grid--2, .bv-grid--3, .bv-grid--4 { grid-template-columns: 1fr; }
  .bv-plans { grid-template-columns: 1fr; }
  .bv-stats { grid-template-columns: repeat(2, 1fr); }
  .bv-calc__terms { grid-template-columns: repeat(2, 1fr); }
  .bv-calc__out { grid-template-columns: 1fr; }
  .bv-ratingbox { grid-template-columns: 1fr; text-align: center; }
  .bv-step { grid-template-columns: 1fr; gap: 10px; }
  .bv-footer__bottom { flex-direction: column; }
}
@media (max-width: 400px) {
  .bv-logo__text { display: none; }
  .bv-cta-mobile { font-size: .86rem; padding: .5rem .85rem; }
}
.bv-hero__art {
margin: 0 auto;
}

@media (max-width: 350px) {
.bv-hero__art {
margin: 0;
}

.bv-hero__art img {
width: 270px;
}
}