/* ── Semantic color tokens — dark theme defaults ─────────────────────────────
   Будь-яка тема-варіант може переоверрайдити ці змінні через :root {}
   Змінні акцент-кольорів (--accent, --accent-light тощо) живуть у css_vars
   що генерується theme_css_vars() у build.byezh.
────────────────────────────────────────────────────────────────────────────── */
:root {
  /* фони */
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  /* бордери */
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  /* текст */
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  /* семантичні (callout / pros-cons) */
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}

/* ── reset ───────────────────────────────────────────────────────────────────*/
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: 1.7;
}

/* ── Navbar ──────────────────────────────────────────────────────────────────*/
.xrvntor {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.oojsl {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.bj8tpt7i {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.w4bvhkf5 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.vx7zqwf { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.vx7zqwf a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.vx7zqwf a:hover { color: var(--accent-light); }

/* ── Navbar dropdown ─────────────────────────────────────────────────────────*/
.xg8c81 { position: relative; }
.y4uj {
  display: none; position: absolute; top: calc(100% + 6px); left: 50%;
  transform: translateX(-50%);
  background: var(--bg-surface); border: 1px solid var(--border-alt);
  border-radius: 10px; padding: 8px 0; min-width: 190px;
  box-shadow: 0 8px 24px rgba(0,0,0,.45); z-index: 200;
  list-style: none;
}
/* nav_drop_shape */
.vdohc   .y4uj { border-radius: 0; }
.xuxnf     .y4uj { border-radius: 6px; }
.j6dh6  .y4uj { border-radius: 14px; }
.e476l5wb     .y4uj { border-radius: 24px; padding: 8px; }
/* rounded items to match container shape */
.xuxnf .y4uj li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.xuxnf .y4uj li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.j6dh6 .y4uj li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.j6dh6 .y4uj li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.e476l5wb .y4uj li a { border-radius: 16px; }
/* nav_drop_sep — горизонтальні роздільники між пунктами дропдауну */
.d1ob3  .y4uj li + li { border-top: 1px solid var(--border-alt); }
.lbzw83 .y4uj li + li { border-top: 1px dashed var(--border-alt); }
.h48wuus .y4uj li + li { border-top: 1px dotted var(--border-alt); }
.k63ay0 .y4uj li + li { border-top: 3px double var(--border-alt); }
/* Invisible bridge so mouse can travel from trigger to dropdown without losing hover */
.xg8c81::after {
  content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 10px;
}
.xg8c81:hover .y4uj,
.xg8c81:focus-within .y4uj { display: block; }
.y4uj li a {
  display: block; padding: 8px 18px; white-space: nowrap;
  color: var(--text-muted); font-size: 0.86rem; text-decoration: none;
  transition: color .15s, background .15s;
}
.y4uj li a:hover {
  color: var(--accent-light); background: var(--bg-hover);
}
@media (max-width: 640px) {
  .y4uj {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .xg8c81:hover .y4uj,
  .xg8c81:focus-within .y4uj { display: block; }
  .y4uj li a { padding: 8px 16px; font-size: 0.88rem; }
}

.lcid206r {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.po3g { display: none; }
@media (max-width: 640px) {
  .po3g {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .po3g.es8tr { display: block; }
}
@media (max-width: 640px) {
  .lcid206r { display: block; }
  .vx7zqwf {
    display: none; flex-direction: column; gap: 0; align-items: stretch; flex-wrap: nowrap;
    position: absolute; top: 56px; left: 0; right: 0;
    background: var(--bg-surface);
    border-top: 1px solid var(--border); padding: 8px 0;
  }
  .vx7zqwf.es8tr { display: flex; }
  .vx7zqwf li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .vx7zqwf li:last-child a { border-bottom: none; }
}

/* ── Hero: спільні стилі ─────────────────────────────────────────────────────*/
.smrby { min-height: 480px; }
.k28q {
  font-size: 2.6rem; font-weight: 800; color: var(--accent-pale);
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.e9tua0 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.aiu1b .e9tua0 { margin-left: 0; margin-right: 0; }
.wunvt4x {
  background: var(--accent); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.wunvt4x:hover { opacity: 0.88; }

/* ── Hero: BG layout (картинка — повноширокий фон) ───────────────────────────*/
.f2m94o {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.eh16ryn {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 50%, var(--accent-bg) 100%);
  opacity: 0.85;
}
/* hero-content — такий самий контейнер як page-wrap (1000px) */
.f2m94o .ybsj {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.f2m94o .k28q { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.f2m94o .e9tua0 { color: #e2e8f0; }

/* BG alignment — лише text-align в межах 1000px контейнера */
.f2m94o.lhy9 .ybsj { text-align: center; }
.f2m94o.aiu1b   .ybsj { text-align: left; }

/* bg-color: градієнтний фон замість фото */
.bkpbm {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
/* hero_anim: shimmer — ледь помітний блиск по поверхні */
.iwrqi8 .bkpbm,
.iwrqi8 .nrqwte {
  position: relative; overflow: hidden;
}
.iwrqi8 .bkpbm::after,
.iwrqi8 .nrqwte::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
/* hero_anim: breathe — ледь помітне дихання opacity */
.fm7flri .bkpbm,
.fm7flri .nrqwte {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
/* hero_anim: grain — ледь помітна зернистість поверх градієнту */
.qunpv6pa .bkpbm,
.qunpv6pa .nrqwte,
.qunpv6pa .f2m94o .eh16ryn {
  position: relative; overflow: hidden;
}
.qunpv6pa .bkpbm::after,
.qunpv6pa .nrqwte::after,
.qunpv6pa .f2m94o .eh16ryn::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
/* hero_anim: drift — повільне зміщення розмитого blob */
.o1u0eusu .bkpbm,
.o1u0eusu .nrqwte {
  position: relative; overflow: hidden;
}
.o1u0eusu .bkpbm::after,
.o1u0eusu .nrqwte::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.o1u0eusu .f2m94o .eh16ryn {
  position: relative; overflow: hidden;
}
.o1u0eusu .f2m94o .eh16ryn::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
/* hero_anim: fade-in — градієнт з'являється при завантаженні */
.bb3us .bkpbm,
.bb3us .nrqwte,
.bb3us .f2m94o .eh16ryn {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* hero-bg з фото — overlay анімації */
.iwrqi8 .f2m94o .eh16ryn {
  position: relative; overflow: hidden;
}
.iwrqi8 .f2m94o .eh16ryn::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.fm7flri .f2m94o .eh16ryn {
  animation: hg-breathe 10s ease-in-out infinite;
}

.bkpbm .eh16ryn {
  background: none;
}
.bkpbm .k28q { color: #fff; }
.bkpbm .e9tua0 { color: rgba(255,255,255,0.85); }

/* ── Hero anim: split layouts ─────────────────────────────────────────────── */
.iwrqi8 .hs78 { position: relative; overflow: hidden; }
.iwrqi8 .hs78::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.fm7flri .hs78 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.qunpv6pa .hs78 { position: relative; overflow: hidden; }
.qunpv6pa .hs78::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
.o1u0eusu .hs78 { position: relative; overflow: hidden; }
.o1u0eusu .hs78::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.bb3us .hs78 {
  animation: hg-fadein 1.2s ease-out both;
}


/* ── Hero: Split layout (текст + картинка поряд) ─────────────────────────────*/
.hs78 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.cjs0j592 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  /* padding-left вирівняний з page-wrap (max-width 1000px) */
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.cpp3t {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
/* img абсолютний щоб заповнити комірку grid повністю */
.qe4n {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.nrqwte {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--grad-start), var(--grad-end));
}
.hs78 .k28q { text-shadow: none; color: var(--accent-pale); }
.hs78 .e9tua0 { color: var(--text-muted); }

/* Split alignment — всередині text-колонки */
.hs78.lhy9 .cjs0j592 { align-items: center; text-align: center; }
.hs78.aiu1b   .cjs0j592 { align-items: flex-start; text-align: left; }

/* split-overlay: картинка на всю половину з gradient overlay, текст може заходити */
.w1bk26o .cpp3t { position: relative; }
.w1bk26o .cpp3t::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.w1bk26o.l10hp .cpp3t::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}


/* split-rounded: картинка з rounded corners + тінь, не на весь блок */
.n1aq .cpp3t {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.n1aq .qe4n {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.n1aq .nrqwte {
  position: static; width: 100%; aspect-ratio: 4/3; border-radius: 16px;
}
.n1aq.l10hp .cpp3t { padding: 32px 0 32px 32px; }

/* split-inset: картинка з відступами і тінню, не на весь блок */
.ry9b0a .cpp3t {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.ry9b0a .qe4n {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.ry9b0a .nrqwte {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}

/* ── Split reversed: зображення ліворуч, текст праворуч ─────────────────────*/
.l10hp { grid-template-areas: "media text"; }

/* флiп padding: тепер права сторона виходить до краю сторінки */
.l10hp .cjs0j592 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}

/* inset-left: інвертувати padding */
.ry9b0a.l10hp .cpp3t { padding: 40px 16px 40px 48px; }

/* ── Hero: split-cards ────────────────────────────────────────────────────── */
.hq2f3x .z3y2mda {
  display: flex !important; flex-direction: column; justify-content: center;
  gap: 0; padding: 24px 20px;
  background: rgba(0,0,0,0.78); backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-left: 1px solid rgba(255,255,255,0.08);
}
.xog311j {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 22px 20px; text-decoration: none; color: #fff;
  background: rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: background 0.2s;
}
.xog311j:last-child { border-bottom: none; }
.xog311j:hover { background: rgba(255,255,255,0.14); }
.fqiles { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1; }
.iu07gvk { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.zwg1 { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.dd3bp0b { font-weight: 700; font-size: 0.95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.d1agy { font-size: 0.82rem; color: rgba(255,255,255,0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wsvzv { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.awyk { font-weight: 800; font-size: 1.3rem; color: var(--accent-pale); }
.awyk small { font-size: 0.7rem; font-weight: 500; opacity: 0.6; }
.zvyr { font-size: 0.8rem; padding: 6px 14px; white-space: nowrap; }

/* ── Hero: cards-top ─────────────────────────────────────────────────────── */
.ogvgf8l { padding-bottom: 0; }
.ogvgf8l .ybsj { padding-bottom: 24px; }
.b4ln7451 {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  padding: 0 24px 32px; max-width: 960px; margin: 0 auto; width: 100%;
}
.kz9ceay {
  display: flex; align-items: center; gap: 12px;
  background: rgba(0,0,0,0.45); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px; padding: 12px 16px;
  flex: 1 1 260px; max-width: 320px;
  text-decoration: none; color: #fff; transition: transform 0.2s, box-shadow 0.2s;
}
.kz9ceay:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.4); }
.ul5z { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.ekepf { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.of4h3 { font-weight: 700; font-size: 0.9rem; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cyrtxt { font-size: 0.8rem; color: rgba(255,255,255,0.75); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.s0yl { font-weight: 800; font-size: 1.3rem; color: var(--accent-pale); flex-shrink: 0; }
.s0yl small { font-size: 0.7rem; font-weight: 500; opacity: 0.6; }

/* ── Hero: offer-cards ──────────────────────────────────────────────────── */
.u5w2 .d6sc4cz {
  display: flex !important; flex-direction: column; justify-content: center;
  gap: 6px; padding: 28px 24px;
}
.pnu5fh4n {
  display: flex; align-items: center; gap: 10px; width: 100%;
  background: var(--bg-card); border: 1px solid var(--border-alt);
  overflow: hidden;
  border-radius: 10px; padding: 10px 16px;
  text-decoration: none; color: var(--text-primary);
  transition: background .15s;
}
.pnu5fh4n:hover { background: var(--bg-hover); }

/* ── Hero: floating-cards ────────────────────────────────────────────────── */
.e4zrv .cpp3t { display: flex !important; align-items: center; justify-content: center; position: relative; }
.jbd2c {
  display: flex; flex-direction: column; gap: 12px;
  padding: 32px 24px; width: 100%; max-width: 420px;
}
.lxhm2 {
  display: flex; align-items: center; gap: 14px; width: 100%;
  background: rgba(0,0,0,0.5); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px; padding: 20px 18px;
  transform: translateX(calc(var(--fi) * 12px));
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  transition: transform 0.3s;
}
.lxhm2:hover { transform: translateX(calc(var(--fi) * 12px)) translateY(-2px); }
.ngs7frx { width: 46px; height: 46px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.s0x62h { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.tbtg5bi { font-weight: 700; font-size: 0.85rem; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fgzplwmf { font-size: 0.78rem; color: rgba(255,255,255,0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rnwz7g { font-weight: 800; font-size: 1.2rem; color: var(--accent-pale); flex-shrink: 0; }

/* ── Hero: numbered-top ──────────────────────────────────────────────────── */
.ory3nb2 .ybsj { max-width: 960px; }
.fek3 {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  margin: 28px 0 32px;
}
.r18t14qa {
  display: flex; align-items: center; gap: 10px;
  background: rgba(0,0,0,0.45); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px; padding: 10px 16px;
  text-decoration: none; color: #fff; transition: transform 0.2s, background 0.2s;
}
.r18t14qa:hover { transform: translateY(-2px); background: rgba(0,0,0,0.55); }
.lnrh5zjs { font-weight: 900; font-size: 1.5rem; color: var(--accent-pale); flex-shrink: 0; line-height: 1; }
.eipp { width: 36px; height: 36px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.hjjje0am { font-weight: 700; font-size: 0.85rem; white-space: nowrap; }
.we2jvu { font-size: 0.78rem; color: rgba(255,255,255,0.7); white-space: nowrap; }


@media (max-width: 700px) {
  .hs78 { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .hs78 .cpp3t { display: none !important; }
  .e4zrv .cpp3t { display: none !important; }
  .hq2f3x .z3y2mda { display: none !important; }
  .u5w2 .d6sc4cz { display: none !important; }
  .cjs0j592  { padding: 36px 24px; }
  /* cap hero height variants on mobile */
  .smrby, .hs78 { min-height: 320px !important; }
  /* reduce oversized headings on mobile */
  .k28q { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  /* cards-top: hide on mobile */
  .b4ln7451 { display: none !important; }
  /* numbered: stack */
  .fek3 { flex-direction: column; align-items: center; }
  .r18t14qa { width: 100%; max-width: 340px; }
}

/* ── Image wrap + style variants ─────────────────────────────────────────────*/
/* img-wrap: обгортка для section-banner, transition для всіх ефектів */
.ntr3n { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.x3fa2ej { width: 100%; height: 300px; object-fit: cover; display: block; }

/* plain — без ефектів */

/* rounded */
.xarr .ntr3n        { border-radius: 16px; }
.xarr .x3fa2ej  { border-radius: 16px; }

/* shadow */
.j2u0zo .ntr3n         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.j2u0zo .x3fa2ej   { border-radius: 8px; }


/* ── Page wrap (hero post-content + TOC) ────────────────────────────────────*/
.xg8q1f86 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }

/* ── Section: повноширокий блок, вміст обмежений section-inner ──────────────*/
.xy6uu { width: 100%; padding: 32px 0; position: relative; }
.d4dlj { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }

/* ── section-bg variants ─────────────────────────────────────────────────────*/
/* even: чергування bg-page / bg-surface */
.a6w9 .xy6uu:nth-child(even) { background: var(--bg-surface); }
.a6w9 .xy6uu:nth-child(odd)  { background: var(--bg-page); }
/* stripe: чергування bg-page / bg-card (сильніший контраст) */
.ay0ud .xy6uu:nth-child(even) { background: var(--bg-card); }
.ay0ud .xy6uu:nth-child(odd)  { background: var(--bg-page); }

/* ── контраст коли секція має кольоровий фон ─────────────────────────────────*/
/* section-inner отримує чіткіший фон щоб виділятись від фону секції */
.a6w9 .xy6uu:nth-child(odd)  .d4dlj { background: var(--bg-card); border-radius: 6px; }
.a6w9 .xy6uu:nth-child(even) .d4dlj { background: var(--bg-raised); border-radius: 6px; }
.ay0ud .xy6uu:nth-child(odd)  .d4dlj { background: var(--bg-card); border-radius: 6px; }
.ay0ud .xy6uu:nth-child(even) .d4dlj { background: var(--bg-raised); border-radius: 6px; }

/* підсекції теж підіймаємо вище (щоб виділялись від section-inner) */
.a6w9 .xy6uu:nth-child(even) .jfuz .hy7ufwq3,
.ay0ud .xy6uu:nth-child(even) .jfuz .hy7ufwq3 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.a6w9 .xy6uu:nth-child(odd) .jfuz .hy7ufwq3,
.ay0ud .xy6uu:nth-child(odd) .jfuz .hy7ufwq3 { background: var(--bg-card-inner); }

.a6w9 .xy6uu:nth-child(even) .b5u4 .hy7ufwq3:nth-child(odd),
.ay0ud .xy6uu:nth-child(even) .b5u4 .hy7ufwq3:nth-child(odd)  { background: var(--bg-card); }
.a6w9 .xy6uu:nth-child(even) .b5u4 .hy7ufwq3:nth-child(even),
.ay0ud .xy6uu:nth-child(even) .b5u4 .hy7ufwq3:nth-child(even) { background: var(--bg-card-inner); }

/* ── Headings: base ──────────────────────────────────────────────────────────*/
h1.tdn56atk { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.tdn56atk {
  font-size: 1.6rem; font-weight: 700; color: var(--accent-light);
  margin: 0 0 16px;
  /* декорація — лише через .j4uh79* клас на body */
}
h3.uqhz { font-size: 1.2rem; font-weight: 700; color: var(--accent-pale); margin: 0 0 10px; }

/* ── Heading style variants (клас на <body>) ─────────────────────────────────*/

/* bar: ліва кольорова смуга */
.f4np7ydt h2.tdn56atk {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
/* underline: підкреслення знизу */
.p6rrpmj h2.tdn56atk {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
/* overline: тонка лінія зверху */
.dlzus h2.tdn56atk {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
/* dot: маленька кольорова крапка перед заголовком */
.zb82n8ww h2.tdn56atk::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
/* plain: просто жирний текст, без декорацій */
.ucflfw h2.tdn56atk {
  color: var(--text-primary); font-size: 1.7rem;
}
/* slash: коса риска акцентного кольору перед текстом */
.zqhxq7pq h2.tdn56atk::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
/* caps: великі літери, розріджений трекінг, тонка нижня лінія */
.g9q5u5 h2.tdn56atk {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}

/* ── Lead & intro/outro ──────────────────────────────────────────────────────*/
.ulee2c { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ulee2c { display: none; } }
.s4fgjx {
  background: linear-gradient(90deg, var(--grad-start), var(--grad-end));
  border-radius: 8px; padding: 12px 20px; margin-bottom: 24px;
  font-size: 1rem; font-weight: 600; color: #ede9fe;
}
.ngqr79 { margin-right: 8px; color: var(--c-arrow); }
.oe6zhsw { font-size: 1rem; color: var(--text-muted); margin: 8px 0 20px; }
.b5l3vqp { font-size: 1rem; color: var(--text-muted); margin: 24px 0 0; }

/* ── TOC ─────────────────────────────────────────────────────────────────────*/
.oypd3niq {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.dw7hhd { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.fd6je6r0 { padding-left: 20px; }
.fd6je6r0 li { margin-bottom: 6px; }
.fd6je6r0 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.fd6je6r0 a:hover { color: var(--accent-light); }

/* ── toc_style variants ──────────────────────────────────────────────────────*/

/* notitle: список з нумерацією, без заголовка */
.cgvuhsiy .dw7hhd { display: none; }

/* plain: без нумерації, тире перед кожним пунктом */
.lwnhg9 .dw7hhd { display: none; }
.lwnhg9 .fd6je6r0 { padding-left: 0; list-style: none; }
.lwnhg9 .fd6je6r0 li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.lwnhg9 .fd6je6r0 a { font-size: 0.92rem; }

/* pills: горизонтальні pill-бейджі, без заголовка, без рамки контейнера */
.jvxj .oypd3niq { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jvxj .dw7hhd { display: none; }
.jvxj .fd6je6r0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jvxj .fd6je6r0 li { margin-bottom: 0; }
.jvxj .fd6je6r0 a {
  display: inline-block;
  background: var(--accent-bg); color: var(--accent-light);
  border: 1px solid var(--accent-pale); border-radius: 999px;
  padding: 5px 16px; font-size: 0.88rem; font-weight: 500;
}
.jvxj .fd6je6r0 a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

/* cards: сітка карток з номером-кружечком, з заголовком */
.wam5 .oypd3niq { padding: 20px 20px 16px; }
.wam5 .fd6je6r0 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px;
  counter-reset: toc-c;
}
.wam5 .fd6je6r0 li { counter-increment: toc-c; margin-bottom: 0; }
.wam5 .fd6je6r0 a {
  display: flex; align-items: center; gap: 10px;
  background: var(--bg-card); border-radius: 8px;
  padding: 9px 12px; border: 1px solid var(--border);
  font-size: 0.88rem; color: var(--text-muted);
}
.wam5 .fd6je6r0 a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 22px; height: 22px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 700;
}
.wam5 .fd6je6r0 a:hover { color: var(--accent-light); border-color: var(--accent); }

/* inline: пункти в рядок через кому, без рамки, без заголовка */
.tjzyd4 .oypd3niq { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.tjzyd4 .dw7hhd { display: none; }
.tjzyd4 .fd6je6r0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.tjzyd4 .fd6je6r0 li { margin-bottom: 0; }
.tjzyd4 .fd6je6r0 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.tjzyd4 .fd6je6r0 li:last-child::after { content: ""; margin-right: 0; }
.tjzyd4 .fd6je6r0 a { font-size: 0.9rem; }

/* ── Subsection: base ────────────────────────────────────────────────────────*/
.hy7ufwq3 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }

/* subs-cards (default) */
.jfuz .hy7ufwq3 { background: var(--bg-card); }

/* subs-even: через рядок різний фон */
.b5u4 .hy7ufwq3:nth-child(odd)  { background: var(--bg-card); }
.b5u4 .hy7ufwq3:nth-child(even) { background: var(--bg-raised); }

/* subs-lines: горизонтальні роздільники */
.yygidlro .hy7ufwq3 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.yygidlro .hy7ufwq3:last-child { border-bottom: none; }
.yygidlro h3.uqhz { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }

/* subs-bordered: акцентна смуга зліва */
.ughr .hy7ufwq3 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ughr .hy7ufwq3 + .hy7ufwq3 { margin-top: 4px; }

/* subs-flat: мінімальний, без фону */
.dbder9 .hy7ufwq3 { background: none; border-radius: 0; padding: 12px 0; }
.dbder9 .hy7ufwq3 + .hy7ufwq3 { border-top: 1px solid var(--border-section); }
.c855 { color: var(--text-sub); margin-bottom: 12px; font-size: 0.95rem; }
.xvwica2w { color: var(--text-sub); margin-top: 12px; font-size: 0.95rem; }

/* ── intro_style variants ────────────────────────────────────────────────────*/

/* plain: простий текст */
.b34d .oe6zhsw,
.b34d .b5l3vqp,
.b34d .c855,
.b34d .xvwica2w { font-style: normal; color: var(--text-body); }

/* dash: ліва вертикальна чорточка */
.jkib .oe6zhsw,
.jkib .b5l3vqp {
  font-style: italic;
  border-left: 3px solid var(--border-section); padding-left: 12px;
}
.jkib .c855,
.jkib .xvwica2w {
  font-style: italic;
  border-left: 2px solid var(--border); padding-left: 10px;
}

/* bg: підкладка з фоном */
.is4dhm9e .oe6zhsw,
.is4dhm9e .b5l3vqp,
.is4dhm9e .c855,
.is4dhm9e .xvwica2w {
  font-style: normal;
  background: var(--bg-raised); border-radius: 6px;
  padding: 10px 14px; color: var(--text-sub);
}

/* ── Elements ────────────────────────────────────────────────────────────────*/
.yfjshep { color: var(--text-body); margin-bottom: 10px; }
.tdp5a5, .o3bsye { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.tdp5a5 li, .o3bsye li { margin-bottom: 6px; }
.o3bsye li { list-style: decimal; }

/* ── list_style variants ─────────────────────────────────────────────────────*/
/* Використовуємо ::marker замість ::before — не ламає float-контекст */

.orvlz     .tdp5a5 { list-style-type: "● "; }
.acdz  .tdp5a5 { list-style-type: "■ "; }
.nn504l .tdp5a5 { list-style-type: "◆ "; }
.sux5cm    .tdp5a5 { list-style-type: "★ "; }

.orvlz     .phcrf5p { list-style-type: "● "; }
.acdz  .phcrf5p { list-style-type: "■ "; }
.nn504l .phcrf5p { list-style-type: "◆ "; }
.sux5cm    .phcrf5p { list-style-type: "★ "; }

.orvlz    .tdp5a5 li::marker, .orvlz    .phcrf5p li::marker,
.acdz .tdp5a5 li::marker, .acdz .phcrf5p li::marker,
.nn504l .tdp5a5 li::marker, .nn504l .phcrf5p li::marker,
.sux5cm   .tdp5a5 li::marker, .sux5cm   .phcrf5p li::marker {
  color: var(--accent); font-size: 0.8em;
}

/* ol: CSS-лічильник з кольоровим маркером */
.orvlz .o3bsye,
.acdz .o3bsye,
.nn504l .o3bsye,
.sux5cm .o3bsye {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.orvlz .o3bsye li,
.acdz .o3bsye li,
.nn504l .o3bsye li,
.sux5cm .o3bsye li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.orvlz .o3bsye li::before,
.acdz .o3bsye li::before,
.nn504l .o3bsye li::before,
.sux5cm .o3bsye li::before {
  content: counter(el-step);
  position: absolute; left: -2.2em; top: 0.05em;
  width: 1.45em; height: 1.45em;
  background: var(--accent); color: #fff;
  font-size: 0.72em; font-weight: 700;
  line-height: 1.45em; text-align: center;
}
/* форма маркера ol — залежно від варіанту */
.orvlz     .o3bsye li::before { border-radius: 50%; }
.acdz  .o3bsye li::before { border-radius: 3px; }
.nn504l .o3bsye li::before { border-radius: 3px; }
.sux5cm    .o3bsye li::before { border-radius: 50%; }

.q7s9lt5 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.esbe2h .q7s9lt5,
.qw1c9 .q7s9lt5 { background: transparent; border: none; border-radius: 0; }
.b5lyjol2 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.b5lyjol2 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.b5lyjol2 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.b5lyjol2 tr:hover td { background: var(--bg-hover); }

/* ── table_style variants ────────────────────────────────────────────────────*/

/* stripe: зебра */
.mne9 .b5lyjol2 tbody tr:nth-child(even) td { background: var(--bg-surface); }

/* grid: рамки з усіх боків */
.ylt6 .b5lyjol2 { border: 1px solid var(--border-alt); }
.ylt6 .b5lyjol2 th,
.ylt6 .b5lyjol2 td { border: 1px solid var(--border-alt); }

/* minimal: тільки лінія під th, рядки без рамок */
.rahnag .b5lyjol2 th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.rahnag .b5lyjol2 td { border-bottom: none; }
.rahnag .b5lyjol2 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }

/* accent: насичений заголовок */
.jxg0v .b5lyjol2 th {
  background: var(--accent); color: #fff; letter-spacing: 0.03em;
}

/* card: таблиця як картка */
.nx9u .q7s9lt5 {
  overflow: hidden;
}
.nx9u .b5lyjol2 th { border-bottom: 1px solid var(--border-alt); }
.nx9u .b5lyjol2 tr:last-child td { border-bottom: none; }

.zij058n { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.bo8d { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.gxfl { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.jq1ire2 { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.vs8zc1 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.phcrf5p { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.phcrf5p li { margin-bottom: 3px; }
.v6qti {
  display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px;
  margin: 16px auto 4px; padding: 0;
  font-size: 1.5rem; color: var(--accent);
  background: color-mix(in srgb, var(--accent) 15%, transparent);
  border-radius: 50%;
}
.v6qti::before { font-family: "Font Awesome 6 Free"; font-weight: 900; }
/* icon chars */
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
/* colors */
[data-c="a"]{color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
/* shapes */
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.f478 .v6qti { margin-left: auto; margin-right: auto; }
.f478 .jq1ire2 { background: transparent; text-align: center; }

/* ── card_img: розміщення та форма зображень в картках ──────────────────────*/

/* top-round: картинка зверху, rounded corners, трохи менша */
.l0fd27 .gxfl {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}

/* top-circle: маленький кружечок по центру зверху */
.e0ofv .gxfl {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: 3px solid var(--accent-bg);
}

/* side: картинка зліва, лише в першому рядку; body/list — повна ширина */
.siy7g .bo8d { display: grid; grid-template-columns: auto 1fr; }
.siy7g .gxfl {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.siy7g .jq1ire2 { grid-column: 2; }
.siy7g .vs8zc1,
.siy7g .phcrf5p { grid-column: 1 / -1; }

/* side-circle: кружечок зліва лише в першому рядку; body/list — повна ширина */
.e3zp7let .bo8d { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.e3zp7let .gxfl {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.e3zp7let .jq1ire2 { grid-column: 2; }
.e3zp7let .vs8zc1,
.e3zp7let .phcrf5p { grid-column: 1 / -1; }


/* ── card_style variants ─────────────────────────────────────────────────────*/

/* accent: тонка ліва акцентна смужка, чистий заголовок */
.z397x2 .bo8d { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.z397x2 .jq1ire2 { background: none; color: var(--accent-light); font-weight: 700; }

/* glass: напівпрозорий фон з blur, без рамок */
.flrmcy .bo8d { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.flrmcy .jq1ire2 { background: none; color: var(--accent-light); font-weight: 700; }

/* minimal: без рамок і фону, separator між картками */
.blsvzlg .bo8d { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.blsvzlg .bo8d:last-child { border-bottom: none; }
.blsvzlg .jq1ire2 { background: none; color: var(--accent-light); font-weight: 700; }

/* line-top: 3px акцентна смуга зверху, заголовок без заливки */
.vu9tx .bo8d { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.vu9tx .jq1ire2 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }

/* numbered: CSS-лічильник у вигляді кружечка перед заголовком */
.o8g35 .zij058n { counter-reset: card-n; }
.o8g35 .bo8d  { counter-increment: card-n; }
.o8g35 .jq1ire2 { display: flex; align-items: center; gap: 10px; }
.o8g35 .jq1ire2::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}

/* flat: мінімальний, нейтральний заголовок, тонка рамка */
.rbp5 .bo8d { background: var(--bg-surface); border: 1px solid var(--border); }
.rbp5 .jq1ire2 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }

.sq4spm6 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.bw0s1ss  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.m1inwm { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.c8v3 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.zgtxmz54 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.sq4spm6 strong { color: var(--text-primary); font-size: 0.95rem; }
.sq4spm6 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }

.lkyw { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.lum9kmii, .x9z7nn { border-radius: 8px; padding: 14px; }
.lum9kmii { background: var(--bg-pros); }
.x9z7nn { background: var(--bg-cons); }
.capy { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.lum9kmii .capy { color: var(--c-pros-label); }
.x9z7nn .capy { color: #f87171; }
.lum9kmii ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.x9z7nn ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }

.x3fa2ej { width: 100%; height: 300px; object-fit: cover; border-radius: 10px; display: block; }

/* ── CTA button ──────────────────────────────────────────────────────────────*/
.lqd6lv14 {
  background: var(--accent); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.lqd6lv14:hover { opacity: 0.85; }

/* ── btn_style variants ──────────────────────────────────────────────────────*/
/* solid = default (accent bg, white text) — no override needed */

/* outline / ghost — only .lqd6lv14; .wunvt4x NEVER changes (always solid accent) */
.mcjaun .lqd6lv14  { background: transparent; border: 2px solid var(--accent); color: var(--accent-light); }
.mcjaun .lqd6lv14:hover  { background: var(--accent); color: #fff; opacity: 1; }
.xsw7vm .lqd6lv14  { background: var(--accent-bg); border: 1px solid var(--accent); color: var(--accent-light); }
.xsw7vm .lqd6lv14:hover  { background: var(--accent); color: #fff; opacity: 1; }

/* pill = solid but very rounded */
.qkrdlu .wunvt4x { border-radius: 50px; }
.qkrdlu .lqd6lv14  { border-radius: 50px; }
/* btn_pad */
.l1cmq .wunvt4x { padding-left: 22px; padding-right: 22px; }
.l1cmq .lqd6lv14  { padding-left: 12px; padding-right: 12px; }
.nkyysnp .wunvt4x { padding-left: 44px; padding-right: 44px; }
.nkyysnp .lqd6lv14  { padding-left: 24px; padding-right: 24px; }
.jyzo .wunvt4x { padding-left: 56px; padding-right: 56px; }
.jyzo .lqd6lv14  { padding-left: 32px; padding-right: 32px; }

/* ── btn_icon: SVG-іконки на .wunvt4x і .lqd6lv14 (mask на currentColor) ──────*/
/* ::after — усі іконки після тексту (праворуч) */
.ar1pxd   .wunvt4x::after, .ar1pxd   .lqd6lv14::after,
.ugqdd54d .wunvt4x::after, .ugqdd54d .lqd6lv14::after,
.dfw0w    .wunvt4x::after, .dfw0w    .lqd6lv14::after,
.ok3zhxh    .wunvt4x::after, .ok3zhxh    .lqd6lv14::after,
.s8yg48r    .wunvt4x::after, .s8yg48r    .lqd6lv14::after,
.ard7y     .wunvt4x::after, .ard7y     .lqd6lv14::after,
.lxkw9    .wunvt4x::after, .lxkw9    .lqd6lv14::after,
.b82olucz   .wunvt4x::after, .b82olucz   .lqd6lv14::after {
  content: ""; display: inline-block;
  width: 1em; height: 1em; margin-left: 6px; vertical-align: -0.15em;
  background: currentColor;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}

/* SVG masks — кожна іконка */
.ar1pxd .wunvt4x::after, .ar1pxd .lqd6lv14::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
}
.ugqdd54d .wunvt4x::after, .ugqdd54d .lqd6lv14::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}
.dfw0w .wunvt4x::after, .dfw0w .lqd6lv14::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
}
.ok3zhxh .wunvt4x::after, .ok3zhxh .lqd6lv14::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
}
.s8yg48r .wunvt4x::after, .s8yg48r .lqd6lv14::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
}
.ard7y .wunvt4x::after, .ard7y .lqd6lv14::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
}
.lxkw9 .wunvt4x::after, .lxkw9 .lqd6lv14::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
}
.b82olucz .wunvt4x::after, .b82olucz .lqd6lv14::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
}

/* ── cta_icon: незалежні іконки для navbar-cta-btn і sticky-cta-btn ────────*/
.i6pw22   .k2ua::after, .i6pw22   .lkrd5j0::after,
.owje1b .k2ua::after, .owje1b .lkrd5j0::after,
.yyjud    .k2ua::after, .yyjud    .lkrd5j0::after,
.oyrptfte    .k2ua::after, .oyrptfte    .lkrd5j0::after,
.xvph7    .k2ua::after, .xvph7    .lkrd5j0::after,
.ypumva     .k2ua::after, .ypumva     .lkrd5j0::after,
.d6py39r    .k2ua::after, .d6py39r    .lkrd5j0::after,
.lgqbr2s   .k2ua::after, .lgqbr2s   .lkrd5j0::after {
  content: "" !important; display: inline-block !important;
  width: 1em; height: 1em; margin-left: 6px; vertical-align: -0.15em;
  background: currentColor !important;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.i6pw22 .k2ua::after, .i6pw22 .lkrd5j0::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
}
.owje1b .k2ua::after, .owje1b .lkrd5j0::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}
.yyjud .k2ua::after, .yyjud .lkrd5j0::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
}
.oyrptfte .k2ua::after, .oyrptfte .lkrd5j0::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
}
.xvph7 .k2ua::after, .xvph7 .lkrd5j0::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
}
.ypumva .k2ua::after, .ypumva .lkrd5j0::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
}
.d6py39r .k2ua::after, .d6py39r .lkrd5j0::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
}
.lgqbr2s .k2ua::after, .lgqbr2s .lkrd5j0::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
}

/* ── Casino showcase ─────────────────────────────────────────────────────────*/
.m1qw { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }


.as88d {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px; padding: 10px 16px;
  display: flex; flex-direction: row; align-items: center; gap: 14px;
  transition: background .15s;
}
/* microdata wrapper — invisible to layout */
.as88d > [itemprop="item"] { display: contents; }
.as88d:hover { background: var(--bg-hover); }
.beu22ha {
  background: var(--accent-bg);
  border-radius: 8px; padding: 4px 8px;
  display: flex; align-items: center; justify-content: center;
  min-width: 56px; height: 42px; flex-shrink: 1;
}
.e5rxt2 { max-height: 34px; max-width: 80px; object-fit: contain; }
.iux7ha { font-weight: 700; font-size: .85rem; color: var(--accent-light); }
.mtx8 { font-weight: 700; font-size: .88rem; color: var(--text-primary); flex-shrink: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.qh8l1 { color: var(--accent); font-size: .8rem; letter-spacing: 1px; flex-shrink: 1; min-width: 0; }
.sz0icf { display: flex; flex-direction: column; align-items: center; font-size: .78rem; flex: 1 1 0; min-width: 0; }
.dp3e { color: var(--text-label); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.hs5z { color: var(--text-value); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.b7rqk { margin-left: auto; flex-shrink: 0; white-space: nowrap; }
.b7rqk.lqd6lv14 { padding-left: 16px !important; padding-right: 16px !important; }
/* планшет / мобіль: 2-колонкова сітка вертикальних карток */
@media (max-width: 720px) {
  .m1qw { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .m1qw .as88d { flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px; }
  .m1qw .beu22ha { width: 100%; min-width: unset; height: 52px; }
  .m1qw .e5rxt2 { max-height: 40px; max-width: 110px; }
  .m1qw .mtx8 { min-width: unset; text-align: center; }
  .m1qw .sz0icf { flex-direction: row; justify-content: space-between; width: 100%; border-top: 1px solid var(--border); padding-top: 5px; }
  .m1qw .b7rqk { width: 100%; text-align: center; margin-left: 0; }
  .blhf .as88d { row-gap: 8px !important; gap: 8px !important; }
}

/* ── Casino reviews ──────────────────────────────────────────────────────────*/
.yben {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.zfi72 {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.lzn1609 {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.lzn1609 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.rpxbs { color: var(--accent); font-weight: 700; font-size: 0.85rem; text-align: center; }
.ok96 { flex: 1; }
.ok96 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.enpem53z { color: var(--c-stars); font-size: 1.1rem; }
.mtm3t6le { margin-bottom: 8px; }
.og823 { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.jv04c7::before   { content: "★ "; color: var(--accent); }
.b5akx2::before { content: "↓ "; color: var(--accent); }
.a3ewr6e::before { content: "✦ "; color: var(--accent); }
.o26g6y { flex-shrink: 0; }
.v66vjs img.votsez { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.esbe2h { padding: 20px 24px; }
.intyv { color: var(--text-muted); margin-bottom: 16px; }
.t7nft { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.cc4hp, .kfdewavj { list-style: none; font-size: 0.9rem; }
.cc4hp li { color: var(--c-pros); margin-bottom: 4px; }
.kfdewavj li { color: var(--c-cons); margin-bottom: 4px; }
/* CSS маркери для pros/cons замість символів в HTML */
.cc4hp li::before { content: "✓"; margin-right: 5px; }
.kfdewavj li::before { content: "✗"; margin-right: 5px; }
.ibb166je .cc4hp li::before { content: "→"; }
.ibb166je .kfdewavj li::before { content: "–"; }
.n6sg35  .cc4hp li::before { content: "★"; }
.n6sg35  .kfdewavj li::before { content: "✕"; }
.azl3    .cc4hp li::before { content: "◆"; }
.azl3    .kfdewavj li::before { content: "▲"; }
.it0x  .cc4hp li::before { content: "▶"; }
.it0x  .kfdewavj li::before { content: "■"; }
.df350d6h { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.kadtbz { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.mgpol { background: var(--bg-pros); color: var(--c-tag-pay); }

/* ── expert note — використовує callout CSS, власних стилів немає ────────────*/
/* review-expert-note — callout прикріплений до низу картки огляду */
.y8kt { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.bbwlw .y8kt { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.tqx05p .y8kt { border: none; border-top: 1.5px solid; }


/* ── review_cols: 2-колонки на десктопі ─────────────────────────────────────*/
@media (min-width: 860px) {
  .p03aqiud .ku7d9 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .p03aqiud .yben { margin: 0; }
}

/* ── review_style variants ───────────────────────────────────────────────────*/
/* default = current, без override */

/* accent: акцентний фон хедера картки */
.wo674w .zfi72 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.wo674w .ok96 h3 { color: var(--accent-light); }
.wo674w .lzn1609 { background: var(--bg-page); border: 1px solid var(--border); }

/* top: жирна акцентна смуга зверху картки */
.y57f .yben { border-top: 4px solid var(--accent); }
.y57f .zfi72 { background: var(--bg-card); }

/* flat: мінімалістичний, без радіусів */
.xpwx9 .yben { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.xpwx9 .zfi72 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.xpwx9 .esbe2h { padding: 14px 16px; }
.xpwx9 .lzn1609 { border-radius: 4px; }
.xpwx9 .y8kt { border-radius: 0; }

/* split: лого в окремій кольоровій панелі зліва */
.c3v9k9 .zfi72 { padding: 0; gap: 0; overflow: hidden; }
.c3v9k9 .lzn1609 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.c3v9k9 .ok96 { padding: 16px 20px; }
.c3v9k9 .o26g6y { padding: 16px 20px; align-self: center; }

/* ── Brand card (single brand, two-column hero) ─────────────────────────────*/
/* ═══════════════════════════════════════════════════════════════════════════
   BRAND CARD — shared tokens
   ═══════════════════════════════════════════════════════════════════════════ */
.qw1c9 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 12px;
  margin: 28px 0;
  overflow: hidden;
}
.cj351204 {
  width: 100px; height: 68px;
  display: flex; align-items: center; justify-content: center;
  background: var(--surface); border-radius: 10px; padding: 8px;
  flex-shrink: 0;
}
.cj351204 img { max-width: 100%; max-height: 100%; object-fit: contain; }
.y5ja { font-size: 1.15rem; font-weight: 700; color: var(--text); }
.plet6i { display: flex; align-items: center; gap: 8px; }
.plet6i .enpem53z { font-size: .95rem; }
.plet6i strong { font-size: 1.1rem; color: var(--text); }
.nh6eqk { border-radius: 8px; overflow: hidden; }
.nh6eqk img { width: 100%; display: block; border-radius: 8px; }
.i1ca { text-align: center; flex-shrink: 0; }
.rw19af { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; }
.t1zx { font-size: .82rem; color: var(--text-muted); font-weight: 500; }
.haoq { font-size: .88rem; font-weight: 600; color: var(--text); }
.gbwsfjsh .haoq { font-size: 1.02rem; font-weight: 700; color: var(--accent); }
.qw1c9 .lkyw { gap: 10px; }
.qw1c9 .lum9kmii, .qw1c9 .x9z7nn { padding: 12px; }
.qw1c9 .lum9kmii ul, .qw1c9 .x9z7nn ul { margin: 4px 0 0; padding-left: 18px; }
.qw1c9 .lum9kmii li, .qw1c9 .x9z7nn li { font-size: .85rem; margin-bottom: 3px; }
.makovv { font-size: .8rem; color: var(--text-muted); margin-top: 10px; }
.makovv strong { color: var(--text-secondary); }
.makovv .kadtbz { margin: 2px 4px 2px 0; }

/* ── LAYOUT 1: split — sidebar | data column ─────────────────────────────── */
.cjrv { display: grid; grid-template-columns: 260px 1fr; gap: 0; }
.q2s5 {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  text-align: center; padding: 24px; border-right: 1px solid var(--border-alt);
}
.q2s5 .nh6eqk { width: 100%; margin-top: 4px; }
.q2s5 .i1ca { width: 100%; margin-top: auto; }
.cgio9 { display: flex; flex-direction: column; gap: 14px; padding: 20px; }
.cjrv .xqa20 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden;
}
.cjrv .rw19af { border-bottom: 1px solid var(--border-alt); }
.cjrv .rw19af:nth-child(odd) { border-right: 1px solid var(--border-alt); }
.cjrv .gbwsfjsh { grid-column: 1 / -1; background: var(--accent-bg); border-right: none; }
@media (max-width: 720px) {
  .cjrv { grid-template-columns: 1fr; }
  .q2s5 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .q2s5 .cj351204 { width: 72px; height: 50px; }
  .q2s5 .nh6eqk { max-width: 180px; }
  .q2s5 .i1ca { width: auto; }
}

/* ── LAYOUT 2: hero — full-width screenshot header ────────────────────────── */
.cw5ve090 {
  position: relative; max-height: 240px; overflow: hidden;
}
.cw5ve090 > img { width: 100%; display: block; object-fit: cover; min-height: 160px; }
.i919zj6 {
  position: absolute; bottom: 0; left: 0; right: 0;
  display: flex; align-items: center; gap: 16px;
  padding: 16px 24px;
  background: linear-gradient(transparent, rgba(0,0,0,.75));
  color: #fff;
}
.i919zj6 .cj351204 { background: rgba(255,255,255,.15); backdrop-filter: blur(8px); border-radius: 10px; }
.i919zj6 .y5ja { color: #fff; font-size: 1.25rem; }
.i919zj6 .plet6i strong { color: #fff; }
.i919zj6 .plet6i .enpem53z { filter: brightness(1.2); }
.i919zj6 .i1ca { margin-left: auto; white-space: nowrap; }
.ax732f { flex: 1; }
.yz7gq8 {
  display: flex; align-items: center; gap: 16px; padding: 20px 24px;
  border-bottom: 1px solid var(--border-alt);
}
.yz7gq8 .i1ca { margin-left: auto; }
.k20zxbu { display: flex; flex-direction: column; gap: 16px; padding: 20px 24px; }
.u831 .xqa20 {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden;
}
.u831 .rw19af {
  flex: 1 1 auto; min-width: 120px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
}
.u831 .gbwsfjsh { flex-basis: 100%; background: var(--accent-bg); border-right: none; }
@media (max-width: 720px) {
  .i919zj6 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .k20zxbu { padding: 16px; }
  .u831 .rw19af { min-width: 50%; }
}

/* ── LAYOUT 3: magazine — editorial 3-column ──────────────────────────────── */
.p8o7 {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.gtnkx { flex: 1; }
.gtnkx .y5ja { font-size: 1.3rem; }
.d4rhe6j {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0;
}
.lrfmj23z { padding: 16px; border-right: 1px solid var(--border-alt); }
.lrfmj23z .nh6eqk { height: 100%; }
.lrfmj23z .nh6eqk img { height: 100%; object-fit: cover; }
.ekr428os { padding: 0; border-right: 1px solid var(--border-alt); }
.ekr428os .xqa20 { display: flex; flex-direction: column; }
.ekr428os .rw19af { border-bottom: 1px solid var(--border-alt); }
.ekr428os .gbwsfjsh { background: var(--accent-bg); }
.e8x9h { padding: 16px; }
.e8x9h .lkyw { grid-template-columns: 1fr; }
.alie {
  padding: 12px 24px; border-top: 1px solid var(--border-alt);
  display: flex; flex-wrap: wrap; gap: 12px;
}
@media (max-width: 860px) {
  .d4rhe6j { grid-template-columns: 1fr; }
  .lrfmj23z { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ekr428os { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .p8o7 { flex-wrap: wrap; padding: 16px; }
}

/* ── LAYOUT 4: compact — header bar → screenshot → data ──────────────────── */
.btiai {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 16px 20px; border-bottom: 1px solid var(--border-alt);
}
.iq66rja {
  display: flex; align-items: center; gap: 12px; flex: 1;
}
.iq66rja .cj351204 { width: 72px; height: 50px; }
.iq66rja .y5ja { font-size: 1rem; white-space: nowrap; }
.md31h { border-bottom: 1px solid var(--border-alt); max-height: 280px; overflow: hidden; }
.md31h img { width: 100%; display: block; object-fit: cover; }
.q574 {
  display: flex; flex-direction: column; gap: 10px; padding: 14px 16px; overflow: hidden;
}
.aao12 .xqa20 { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.aao12 .rw19af { padding: 0; flex: 0 0 auto; gap: 6px; }
.aao12 .gbwsfjsh { display: none; }
.aao12 .lkyw { gap: 8px; }
.aao12 .lum9kmii, .aao12 .x9z7nn { padding: 8px; }
@media (max-width: 480px) {
  .btiai { flex-direction: column; align-items: stretch; }
}

/* ── LAYOUT 5: dossier — bar → screenshot → two-col data ─────────────────── */
.vegcdn {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 24px; border-bottom: 1px solid var(--border-alt);
  background: var(--surface);
}
.mi9p7ae5 { flex: 1; }
.smcm1d { max-height: 220px; overflow: hidden; border-bottom: 1px solid var(--border-alt); }
.smcm1d img { width: 100%; display: block; object-fit: cover; }
.yrvo {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
}
.jxvfyj7 { padding: 16px 20px; border-right: 1px solid var(--border-alt); display: flex; flex-direction: column; gap: 14px; }
.jxvfyj7 .xqa20 { display: flex; flex-direction: column; border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden; }
.jxvfyj7 .rw19af { border-bottom: 1px solid var(--border-alt); }
.jxvfyj7 .rw19af:last-child { border-bottom: none; }
.jxvfyj7 .gbwsfjsh { background: var(--accent-bg); }
.g6f1h58n { padding: 16px 20px; }
@media (max-width: 720px) {
  .yrvo { grid-template-columns: 1fr; }
  .jxvfyj7 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .vegcdn { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}

/* ── LAYOUT 6: scorecard — big score centerpiece ──────────────────────────── */
.azors {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: center;
  border-bottom: 1px solid var(--border-alt);
}
.ka2hncyu {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 20px; text-align: center;
}
.fxsxiet {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 130px; height: 130px; border-radius: 50%;
  background: var(--accent-bg); border: 3px solid var(--accent);
  position: relative;
}
.wlzd7gad { font-size: 1.8rem; font-weight: 800; color: var(--accent); line-height: 1; }
.wlzd7gad .vmpj64d7 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.fxsxiet .enpem53z { font-size: .75rem; margin-top: 2px; }
.jpiytl0 { padding: 12px; display: flex; align-items: center; flex: 1; }
.jpiytl0 .nh6eqk { width: 100%; }
.at3m9 {
  padding: 0; border-bottom: 1px solid var(--border-alt);
}
.cacc .xqa20 {
  display: flex; flex-wrap: wrap;
}
.cacc .rw19af {
  flex: 1 1 auto; min-width: 100px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
  flex-direction: column; align-items: center; gap: 2px; padding: 12px 8px; text-align: center;
}
.cacc .rw19af:last-child { border-right: none; }
.cacc .t1zx { font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; }
.cacc .gbwsfjsh { background: var(--accent-bg); }
.axw1q90k { padding: 16px 20px; display: flex; flex-direction: column; gap: 14px; }
@media (max-width: 720px) {
  .azors { grid-template-columns: 1fr; }
  .fxsxiet { width: 100px; height: 100px; margin: 16px auto; }
  .wlzd7gad { font-size: 1.4rem; }
  .jpiytl0 { justify-content: center; }
  .cacc .rw19af { min-width: 50%; }
}

/* ── LAYOUT 7: stack — vertical full-width flow ──────────────────────────── */
.kq51q {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.uq0zi9u { max-height: 240px; overflow: hidden; border-bottom: 1px solid var(--border-alt); }
.uq0zi9u img { width: 100%; display: block; object-fit: cover; }
.b0rxy { padding: 16px 24px; border-bottom: 1px solid var(--border-alt); }
.sjj5rz2 .xqa20 {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.sjj5rz2 .rw19af {
  background: var(--surface); border: 1px solid var(--border-alt);
  border-radius: 20px; padding: 6px 14px; gap: 8px;
}
.sjj5rz2 .gbwsfjsh {
  background: var(--accent-bg); border-color: var(--accent-pale);
}
.sjj5rz2 .lkyw { margin: 0 24px; padding-top: 16px; }
.sjj5rz2 .makovv { padding: 0 24px; }
.ynamlfhv { padding: 16px 24px; border-top: 1px solid var(--border-alt); text-align: center; }
.ynamlfhv .i1ca { display: inline-block; }
@media (max-width: 540px) {
  .kq51q { flex-wrap: wrap; padding: 14px 16px; }
  .b0rxy { padding: 12px 16px; }
  .sjj5rz2 .lkyw { margin: 0 16px; }
  .sjj5rz2 .makovv { padding: 0 16px; }
  .ynamlfhv { padding: 12px 16px; }
}


/* ── casino_style variants ───────────────────────────────────────────────────*/

/* grid: showcase в 2-col grid, review компактніший */
.th9a8 .m1qw {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px;
}
.th9a8 .m1qw .as88d {
  flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px;
}
.th9a8 .m1qw .beu22ha { width: 100%; min-width: unset; height: 52px; }
.th9a8 .m1qw .mtx8 { min-width: unset; text-align: center; }
.th9a8 .m1qw .sz0icf {
  flex-direction: row; justify-content: space-between;
  width: 100%; border-top: 1px solid var(--border); padding-top: 5px;
}
.th9a8 .m1qw .b7rqk { width: 100%; text-align: center; margin-left: 0; }
.th9a8 .zfi72 { gap: 14px; }

/* ranked: accent-pill значення + uppercase лейбли (нумерація — через cs_rank) */
.yiskqwzz .dp3e {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.yiskqwzz .hs5z {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.yiskqwzz .qh8l1 { color: var(--accent); }
.yiskqwzz .zfi72 { background: var(--accent-bg); }
.yiskqwzz .jv04c7, .yiskqwzz .b5akx2, .yiskqwzz .a3ewr6e {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}

/* pill: label стекований над value, значення як rounded accent-badge */
.smjn3l5v .sz0icf { flex-direction: column; align-items: flex-start; gap: 2px; padding-top: 6px; }
.smjn3l5v .dp3e {
  font-size: 0.67rem; text-transform: uppercase; letter-spacing: .06em;
  color: var(--text-muted); line-height: 1;
}
.smjn3l5v .hs5z {
  font-weight: 700; font-size: 0.85rem;
  color: var(--accent); background: var(--accent-bg);
  border-radius: 6px; padding: 2px 10px; display: inline-block;
}
.smjn3l5v .qh8l1 { color: var(--accent); }
.smjn3l5v .zfi72 { border-bottom: 2px solid var(--accent-bg); }
.smjn3l5v .jv04c7, .smjn3l5v .b5akx2, .smjn3l5v .a3ewr6e {
  background: var(--accent-bg); color: var(--accent); border-radius: 100px;
  padding: 2px 10px; font-weight: 600; border: none;
}

/* accent: акцентна смуга зверху на showcase-картках, кольоровий заголовок review */
.igtiskj .as88d { border-top: 3px solid var(--accent); }
.igtiskj .beu22ha { background: var(--accent-bg); }
.igtiskj .yben { overflow: hidden; }
.igtiskj .zfi72 { background: var(--accent-bg); }

/* compact: менші відступи всюди */
.z62su .as88d { padding: 8px 14px; gap: 12px; }
.z62su .beu22ha { height: 32px; min-width: 52px; }
.z62su .e5rxt2 { max-height: 24px; }
.z62su .mtx8 { font-size: 0.82rem; }
.z62su .zfi72 { padding: 14px 18px; gap: 14px; }
.z62su .esbe2h { padding: 14px 18px; }
.z62su .lzn1609 { width: 70px; }
.z62su .ok96 h3 { font-size: 1.05rem; }

/* stripe: смугасті рядки */
.a9j0um7 .m1qw { gap: 0; }
.a9j0um7 .as88d {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.a9j0um7 .as88d:last-child { border-bottom: none; }
.a9j0um7 .as88d:nth-child(odd) { background: var(--accent-bg); }
.a9j0um7 .as88d:nth-child(odd):hover { background: var(--bg-hover); }

/* bordered: таблиця з усіма рамками */
.blhf .m1qw {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.blhf .as88d {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.blhf .as88d:last-child { border-bottom: none; }
/* вертикальні межі між колонками */
.blhf .qh8l1,
.blhf .nurv0s,
.blhf .chjc { border-left: 1px solid var(--border); padding-left: 10px; }
.blhf .mtx8 { padding: 0 10px; }

/* ── cs_cols: feature — бонус-колонка виділена як головна ──────────────────*/
.sqfe40g .nurv0s { flex: 1.8; }
.sqfe40g .nurv0s .hs5z {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.sqfe40g .nurv0s .dp3e { font-weight: 700; color: var(--text-primary); }
.sqfe40g .lji89k,
.sqfe40g .fupn6tv,
.sqfe40g .lfewa { flex: 0.75; opacity: 0.65; }

/* ── cs_rating: вигляд рейтингу в showcase ──────────────────────────────────*/
/* show = default (accent color, базові стилі) */
.xntwc { display: none; }
.norci .qh8l1 { display: none; }
.ngmmm .qh8l1 { font-size: 1rem; letter-spacing: 2px; }
.fqut .qh8l1 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--accent); font-weight: 700; letter-spacing: .5px;
}
/* score: цифровий рейтинг замість зірок — спільна база */
.znwemim .qh8l1,
.b7rnu .qh8l1,
.ht96eme .qh8l1 { display: none; }
.znwemim .xntwc,
.b7rnu .xntwc,
.ht96eme .xntwc { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }

/* score: велике число без /10 */
.znwemim .xntwc { font-size: 1.4rem; font-weight: 900; color: var(--accent); }
.znwemim .xntwc small { display: none; }

/* score-pill: number/10 в pill, однаковий розмір */
.b7rnu .xntwc {
  font-size: 0.85rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 2px 10px; gap: 0;
}
.b7rnu .xntwc small { font-size: 1em; font-weight: 600; color: var(--accent); opacity: 0.65; }

/* score-box: ціле число в суцільному блоці */
.ht96eme .xntwc {
  font-size: 1rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 3px 9px; gap: 0;
}
.ht96eme .xntwc small { display: none; }

/* score в оглядах — ховаємо зірки */
.znwemim .mtm3t6le .enpem53z,
.b7rnu .mtm3t6le .enpem53z,
.ht96eme .mtm3t6le .enpem53z { display: none; }

/* score: тільки велике число, /10 приховано */
.znwemim .mtm3t6le strong { font-size: 1.6rem; font-weight: 900; color: var(--accent); }
.znwemim .vmpj64d7 { display: none; }

/* score-pill: число/10 рівного розміру в pill */
.b7rnu .mtm3t6le strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.b7rnu .rfyes,
.b7rnu .vmpj64d7 { font-size: 1em; }

/* score-box: тільки число в суцільному квадраті */
.ht96eme .mtm3t6le strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.ht96eme .vmpj64d7 { display: none; }

/* ── FAQ ─────────────────────────────────────────────────────────────────────*/
.co6t { margin: 16px 0; }
.w750zyz { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.w750zyz summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.w750zyz summary::after { content: "+"; color: var(--accent); }
.w750zyz[open] summary::after { content: "−"; }
.w750zyz p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }

/* ── Sections ────────────────────────────────────────────────────────────────*/
.xy6uu { margin-bottom: 0; }
.hdycr h2.tdn56atk { color: var(--accent-light); border-color: var(--accent); }
.qbf3eu h2.tdn56atk { color: var(--accent-light); border-color: var(--accent); }

/* ── callout_colors variants ─────────────────────────────────────────────────*/

/* classic — default, вже задано в color_scheme */

/* vivid: смарагд / рожевий / фіолетовий */
.mxw3sa8 .bw0s1ss     { background: #052e16; border-color: #10b981; }
.mxw3sa8 .m1inwm { background: #2d0a1e; border-color: #f43f5e; }
.mxw3sa8 .c8v3    { background: #1e1036; border-color: #a855f7; }
.mxw3sa8 .sq4spm6 strong  { color: #f1f5f9; }
.mxw3sa8 .sq4spm6 p       { color: #cbd5e1; }
.mxw3sa8 .ghzsh    .bw0s1ss     .zgtxmz54::before,
.mxw3sa8 .ivk0hs  .bw0s1ss     .zgtxmz54::before,
.mxw3sa8 .b4src  .bw0s1ss     .zgtxmz54::before,
.mxw3sa8 .ktryw .bw0s1ss     .zgtxmz54::before { color: #10b981; }
.mxw3sa8 .ghzsh    .m1inwm .zgtxmz54::before,
.mxw3sa8 .ivk0hs  .m1inwm .zgtxmz54::before,
.mxw3sa8 .b4src  .m1inwm .zgtxmz54::before,
.mxw3sa8 .ktryw .m1inwm .zgtxmz54::before { color: #f43f5e; }
.mxw3sa8 .ghzsh    .c8v3    .zgtxmz54::before,
.mxw3sa8 .ivk0hs  .c8v3    .zgtxmz54::before,
.mxw3sa8 .b4src  .c8v3    .zgtxmz54::before,
.mxw3sa8 .ktryw .c8v3    .zgtxmz54::before { color: #a855f7; }

/* warm: жовтий / червоний / помаранчевий */
.iakxkrr .bw0s1ss     { background: #2d2000; border-color: #eab308; }
.iakxkrr .m1inwm { background: #2d0b0b; border-color: #ef4444; }
.iakxkrr .c8v3    { background: #2d1600; border-color: #f97316; }
.iakxkrr .sq4spm6 strong  { color: #f1f5f9; }
.iakxkrr .sq4spm6 p       { color: #cbd5e1; }
.iakxkrr .ghzsh    .bw0s1ss     .zgtxmz54::before,
.iakxkrr .ivk0hs  .bw0s1ss     .zgtxmz54::before,
.iakxkrr .b4src  .bw0s1ss     .zgtxmz54::before,
.iakxkrr .ktryw .bw0s1ss     .zgtxmz54::before { color: #eab308; }
.iakxkrr .ghzsh    .m1inwm .zgtxmz54::before,
.iakxkrr .ivk0hs  .m1inwm .zgtxmz54::before,
.iakxkrr .b4src  .m1inwm .zgtxmz54::before,
.iakxkrr .ktryw .m1inwm .zgtxmz54::before { color: #ef4444; }
.iakxkrr .ghzsh    .c8v3    .zgtxmz54::before,
.iakxkrr .ivk0hs  .c8v3    .zgtxmz54::before,
.iakxkrr .b4src  .c8v3    .zgtxmz54::before,
.iakxkrr .ktryw .c8v3    .zgtxmz54::before { color: #f97316; }

/* cool: блакитний / індиго / бірюзовий */
.fc3sb9i .bw0s1ss     { background: #0c1a2e; border-color: #38bdf8; }
.fc3sb9i .m1inwm { background: #12103a; border-color: #818cf8; }
.fc3sb9i .c8v3    { background: #0a2020; border-color: #2dd4bf; }
.fc3sb9i .sq4spm6 strong  { color: #f1f5f9; }
.fc3sb9i .sq4spm6 p       { color: #cbd5e1; }
.fc3sb9i .ghzsh    .bw0s1ss     .zgtxmz54::before,
.fc3sb9i .ivk0hs  .bw0s1ss     .zgtxmz54::before,
.fc3sb9i .b4src  .bw0s1ss     .zgtxmz54::before,
.fc3sb9i .ktryw .bw0s1ss     .zgtxmz54::before { color: #38bdf8; }
.fc3sb9i .ghzsh    .m1inwm .zgtxmz54::before,
.fc3sb9i .ivk0hs  .m1inwm .zgtxmz54::before,
.fc3sb9i .b4src  .m1inwm .zgtxmz54::before,
.fc3sb9i .ktryw .m1inwm .zgtxmz54::before { color: #818cf8; }
.fc3sb9i .ghzsh    .c8v3    .zgtxmz54::before,
.fc3sb9i .ivk0hs  .c8v3    .zgtxmz54::before,
.fc3sb9i .b4src  .c8v3    .zgtxmz54::before,
.fc3sb9i .ktryw .c8v3    .zgtxmz54::before { color: #2dd4bf; }

/* accent: використовує динамічний акцент */
.ji340l .bw0s1ss     { background: var(--accent-bg); border-color: var(--accent); }
.ji340l .m1inwm { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ji340l .c8v3    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ji340l .ghzsh    .zgtxmz54::before,
.ji340l .ivk0hs  .zgtxmz54::before,
.ji340l .b4src  .zgtxmz54::before,
.ji340l .ktryw .zgtxmz54::before { color: var(--accent-light) !important; }

/* ── pros_cons_colors variants ───────────────────────────────────────────────*/

/* base: іконки через ::before на .qlisai / .v48ne5do */
.qlisai::before,
.v48ne5do::before { margin-right: 5px; }

/* classic — фіксовані контрастні кольори незалежно від акценту */
.y4q7nrg .lum9kmii ul li,
.y4q7nrg .cc4hp li         { color: #4ade80; }
.y4q7nrg .lum9kmii .qlisai { color: #22c55e; }
.y4q7nrg .x9z7nn ul li,
.y4q7nrg .kfdewavj li         { color: #f87171; }
.y4q7nrg .x9z7nn .v48ne5do { color: #ef4444; }

/* blue: синій pros / amber cons */
.upozva .lum9kmii { background: #0c1a2e; }
.upozva .x9z7nn { background: #2d1f00; }
.upozva .lum9kmii .qlisai { color: #93c5fd; }
.upozva .x9z7nn .v48ne5do { color: #fcd34d; }
.upozva .lum9kmii ul li,
.upozva .cc4hp li            { color: #bfdbfe; }
.upozva .x9z7nn ul li,
.upozva .kfdewavj li            { color: #fde68a; }

/* accent: label акцентний, текст завжди читабельний */
.dsxubrm .lum9kmii { background: var(--accent-bg); }
.dsxubrm .x9z7nn { background: var(--accent-bg-light); }
.dsxubrm .lum9kmii .qlisai { color: var(--accent-pale); }
.dsxubrm .x9z7nn .v48ne5do { color: var(--accent-light); }
.dsxubrm .lum9kmii ul li,
.dsxubrm .cc4hp li          { color: var(--text-body); }
.dsxubrm .x9z7nn ul li,
.dsxubrm .kfdewavj li          { color: var(--text-body); }

/* ── pros_cons_icons variants ────────────────────────────────────────────────*/

/* check: ✓ / ✗ */
.kwhprxt .qlisai::before { content: "✓ "; }
.kwhprxt .v48ne5do::before { content: "✗ "; }

/* arrows: → / ← */
.ibb166je .qlisai::before { content: "→ "; }
.ibb166je .v48ne5do::before { content: "← "; }

/* marks: ★ / ✕ */
.n6sg35 .qlisai::before { content: "★ "; }
.n6sg35 .v48ne5do::before { content: "✕ "; }

/* geo: ◆ / ▲ */
.azl3 .qlisai::before { content: "◆ "; }
.azl3 .v48ne5do::before { content: "▲ "; }

/* ── callout_style variants ──────────────────────────────────────────────────*/

/* sidebar (default) — вже визначено в базових .hsi5vmrg* */

/* outline: рамка з усіх боків, без заливки */
.tqx05p .sq4spm6 { background: transparent; border-left: none; border: 1.5px solid; }
.tqx05p .bw0s1ss     { border-color: var(--c-tip-border); }
.tqx05p .m1inwm { border-color: var(--c-warn-border); }
.tqx05p .c8v3    { border-color: #60a5fa; }
/* outline: прозорий фон — текст завжди від сторінки */
.tqx05p .sq4spm6 strong { color: var(--text-primary); }
.tqx05p .sq4spm6 p      { color: var(--text-muted); }

/* topbar: смуга зверху */
.bbwlw .sq4spm6 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.bbwlw .bw0s1ss     { border-top-color: var(--c-tip-border); }
.bbwlw .m1inwm { border-top-color: var(--c-warn-border); }
.bbwlw .c8v3    { border-top-color: #60a5fa; }

/* filled: насичений кольоровий фон — завжди темний, білий текст завжди читабельний */
.izb2f .sq4spm6 { border-left: none; border-radius: 8px; }
.izb2f .bw0s1ss     { background: #065f46; }  /* dark emerald */
.izb2f .m1inwm { background: #92400e; }  /* dark amber */
.izb2f .c8v3    { background: #1e3a8a; }  /* dark blue */
.izb2f .sq4spm6 strong,
.izb2f .sq4spm6 p { color: #fff; }
.izb2f .zgtxmz54::before { color: rgba(255,255,255,0.85) !important; }
/* colors варіанти overrideять фони і для filled */
.mxw3sa8.izb2f .bw0s1ss,
.mxw3sa8 .izb2f .bw0s1ss     { background: #052e16; }
.mxw3sa8.izb2f .m1inwm,
.mxw3sa8 .izb2f .m1inwm { background: #2d0a1e; }
.mxw3sa8.izb2f .c8v3,
.mxw3sa8 .izb2f .c8v3    { background: #1e1036; }
.iakxkrr.izb2f .bw0s1ss,
.iakxkrr .izb2f .bw0s1ss      { background: #2d2000; }
.iakxkrr.izb2f .m1inwm,
.iakxkrr .izb2f .m1inwm  { background: #2d0b0b; }
.iakxkrr.izb2f .c8v3,
.iakxkrr .izb2f .c8v3     { background: #2d1600; }
.fc3sb9i.izb2f .bw0s1ss,
.fc3sb9i .izb2f .bw0s1ss      { background: #0c1a2e; }
.fc3sb9i.izb2f .m1inwm,
.fc3sb9i .izb2f .m1inwm  { background: #12103a; }
.fc3sb9i.izb2f .c8v3,
.fc3sb9i .izb2f .c8v3     { background: #0a2020; }

/* ghost: без рамки, мінімальний фон */
.eaofk .sq4spm6 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.eaofk .bw0s1ss     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.eaofk .m1inwm { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.eaofk .c8v3    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
/* ghost: майже прозорий фон — текст завжди від сторінки */
.eaofk .sq4spm6 strong { color: var(--text-primary); }
.eaofk .sq4spm6 p      { color: var(--text-muted); }

/* card: картка з тінню */
.tj5n8 .sq4spm6 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }

/* ── callout_icons variants ──────────────────────────────────────────────────*/
/* Приховуємо порожній span та рендеримо іконку через ::before */

.ghzsh .zgtxmz54,
.ivk0hs .zgtxmz54,
.b4src .zgtxmz54,
.ktryw .zgtxmz54 { font-size: 0; width: 1.1rem; flex-shrink: 0; }

.ghzsh .zgtxmz54::before,
.ivk0hs .zgtxmz54::before,
.b4src .zgtxmz54::before,
.ktryw .zgtxmz54::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}

/* geo: ✦ ▲ ◉ */
.ghzsh .bw0s1ss     .zgtxmz54::before { content: "✦"; color: var(--c-tip-border); }
.ghzsh .m1inwm .zgtxmz54::before { content: "▲"; color: var(--c-warn-border); }
.ghzsh .c8v3    .zgtxmz54::before { content: "◉"; color: #60a5fa; }

/* marks: ★ ◆ ● */
.ivk0hs .bw0s1ss     .zgtxmz54::before { content: "★"; color: var(--c-tip-border); }
.ivk0hs .m1inwm .zgtxmz54::before { content: "◆"; color: var(--c-warn-border); }
.ivk0hs .c8v3    .zgtxmz54::before { content: "●"; color: #60a5fa; }

/* sharp: ▶ ■ ▸ */
.b4src .bw0s1ss     .zgtxmz54::before { content: "▶"; color: var(--c-tip-border); }
.b4src .m1inwm .zgtxmz54::before { content: "■"; color: var(--c-warn-border); }
.b4src .c8v3    .zgtxmz54::before { content: "▸"; color: #60a5fa; }

/* arrows: → ⬥ ◈ */
.ktryw .bw0s1ss     .zgtxmz54::before { content: "→"; color: var(--c-tip-border); }
.ktryw .m1inwm .zgtxmz54::before { content: "⬥"; color: var(--c-warn-border); }
.ktryw .c8v3    .zgtxmz54::before { content: "◈"; color: #60a5fa; }

/* ── shadow variant ──────────────────────────────────────────────────────────*/
.ktb3pto .jfuz .hy7ufwq3,
.ktb3pto .b5u4 .hy7ufwq3  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ktb3pto .bo8d                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ktb3pto .as88d                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.ktb3pto .yben            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.ktb3pto .q7s9lt5          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ktb3pto .oypd3niq                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }

/* shadow-none: скидаємо будь-які тіні */
.ownwo .jfuz .hy7ufwq3,
.ownwo .b5u4 .hy7ufwq3,
.ownwo .bo8d,
.ownwo .as88d,
.ownwo .yben,
.ownwo .q7s9lt5,
.ownwo .oypd3niq,
.ownwo .tj5n8 .sq4spm6 { box-shadow: none; }

/* ── text_size variants ──────────────────────────────────────────────────────*/
.n4p8tjh   body, .n4p8tjh   { font-size: 0.9rem; }
.n4p8tjh   .yfjshep, .n4p8tjh .c855, .n4p8tjh .xvwica2w,
.n4p8tjh   .oe6zhsw, .n4p8tjh .b5l3vqp { font-size: 0.9rem; }
.n4p8tjh   .tdp5a5, .n4p8tjh .o3bsye { font-size: 0.9rem; }

.gc4ke6vb   .yfjshep, .gc4ke6vb .c855, .gc4ke6vb .xvwica2w,
.gc4ke6vb   .oe6zhsw, .gc4ke6vb .b5l3vqp { font-size: 0.9rem; }
.gc4ke6vb   .tdp5a5, .gc4ke6vb .o3bsye { font-size: 0.9rem; }

/* base — default, вже задано */

.k74z   .yfjshep, .k74z .c855, .k74z .xvwica2w,
.k74z   .oe6zhsw, .k74z .b5l3vqp { font-size: 1.08rem; }
.k74z   .tdp5a5, .k74z .o3bsye { font-size: 1.05rem; }
.k74z   .b5lyjol2 { font-size: 0.97rem; }

/* ── type_scale variants ─────────────────────────────────────────────────────*/
/* default — базові розміри вже визначені (h1=2.6 h2=1.6 h3=1.2) */

/* large */
.hwg2j1k .k28q      { font-size: 3.2rem; }
.hwg2j1k h2.tdn56atk { font-size: 1.9rem; }
.hwg2j1k h3.uqhz     { font-size: 1.4rem; }

/* display */
.zip5g .k28q      { font-size: 3.8rem; }
.zip5g h2.tdn56atk { font-size: 2.2rem; }
.zip5g h3.uqhz     { font-size: 1.6rem; }

/* ── section_divider variants ────────────────────────────────────────────────*/
/* ::before — абсолютно позиційований на верхньому краю нової секції */
.xy6uu + .xy6uu { position: relative; }

/* Спільна база: abs-позиція на межі між секціями */
.los927mx   .xy6uu + .xy6uu::before,
.ap4xk47o  .xy6uu + .xy6uu::before,
.wyezww   .xy6uu + .xy6uu::before,
.cal6s0   .xy6uu + .xy6uu::before,
.r732vbrk   .xy6uu + .xy6uu::before,
.cjnhqaj4 .xy6uu + .xy6uu::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}

/* line: тонка акцентна лінія */
.los927mx .xy6uu + .xy6uu::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}

/* thick: товста градієнтна смуга */
.ap4xk47o .xy6uu + .xy6uu::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}

/* dots: три крапки по центру */
.wyezww .xy6uu + .xy6uu::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}

/* fade: лінія що розчиняється по краях */
.cal6s0 .xy6uu + .xy6uu::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}

/* gap: трохи більший відступ, без декору; скасовуємо inner_pad щоб не стекалось */
.agjrdo .xy6uu { margin-bottom: 16px; }
.agjrdo .xy6uu + .xy6uu { margin-top: 0; }
.agjrdo .d4dlj { padding-top: 0; padding-bottom: 0; }

/* dash: пунктирна лінія */
.r732vbrk .xy6uu + .xy6uu::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}

/* stitch: строчка (дрібні крапки) */
.cjnhqaj4 .xy6uu + .xy6uu::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}

/* wave: заповнена хвиля hero-style — ::before виступає вгору з нової секції */
.q8dxhu2s .xy6uu + .xy6uu::before,
.w0upa .xy6uu + .xy6uu::before,
.jglnzz .xy6uu + .xy6uu::before {
  content: ""; display: block;
  position: absolute; top: -70px; left: 0; right: 0; height: 70px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%; mask-size: 100% 100%;
}

/* section_bg=even: парні секції мають bg-surface, непарні — bg-page */
.a6w9 .q8dxhu2s .xy6uu:nth-child(even)::before,
.a6w9 .w0upa .xy6uu:nth-child(even)::before,
.a6w9 .jglnzz .xy6uu:nth-child(even)::before { background: var(--bg-surface); }

/* section_bg=stripe: парні секції мають bg-card */
.ay0ud .q8dxhu2s .xy6uu:nth-child(even)::before,
.ay0ud .w0upa .xy6uu:nth-child(even)::before,
.ay0ud .jglnzz .xy6uu:nth-child(even)::before { background: var(--bg-card); }

/* wave-a: плавна S-хвиля (1 гребінь) */
.q8dxhu2s .xy6uu + .xy6uu::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}

/* wave-b: 2 гребені */
.w0upa .xy6uu + .xy6uu::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}

/* wave-c: глибока дуга */
.jglnzz .xy6uu + .xy6uu::before {
  height: 80px; top: -80px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}

/* ── hero_wave: SVG-хвиля на нижньому краю hero-bg ──────────────────────────*/
/* ::after з bg-page перекриває нижній край hero у формі хвилі */
.c4j09 .f2m94o,
.ffyjsv0t .f2m94o,
.edfw2b .f2m94o { overflow: hidden; }

/* wave: додатковий простір щоб хвиля не закривала CTA */
.c4j09 .ybsj,
.ffyjsv0t .ybsj { margin-bottom: 60px; }
.edfw2b .ybsj { margin-bottom: 70px; }
.c4j09 .cjs0j592,
.ffyjsv0t .cjs0j592 { padding-bottom: 60px; }
.edfw2b .cjs0j592 { padding-bottom: 70px; }

.c4j09 .f2m94o::before,
.ffyjsv0t .f2m94o::before,
.edfw2b .f2m94o::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* wave-a: плавна S-хвиля (1 гребінь) */
.c4j09 .f2m94o::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}

/* wave-b: 2 гребені */
.ffyjsv0t .f2m94o::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}

/* wave-c: глибока дуга */
.edfw2b .f2m94o::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}

/* ── hero_grad: gradient direction + color mix ────────────────────────────*/
/* hg-br (default): grad-start → grad-end → accent, 135deg — set in base rules */

/* hero-overlay varies per hg-* too */
.lekgfsq1 .eh16ryn { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }
.rt0hbd .eh16ryn { background: linear-gradient(45deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.65) 100%); }
.wcv3i  .eh16ryn { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }
.jr50ukop  .eh16ryn { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }

/* hg-bl: зворотний кут */
.lekgfsq1 .bkpbm { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.lekgfsq1 .nrqwte { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.lekgfsq1 .hs78 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }

/* hg-tr: діагональ вгору */
.rt0hbd .bkpbm { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.rt0hbd .nrqwte { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.rt0hbd .hs78 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }

/* hg-r: горизонтальний */
.wcv3i .bkpbm { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.wcv3i .nrqwte { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.wcv3i .hs78 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }

/* hg-b: вертикальний */
.jr50ukop .bkpbm { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.jr50ukop .nrqwte { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.jr50ukop .hs78 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }


/* ── section_img: розміщення банерного зображення в секції ─────────────────*/
/* top = current (banner вгорі, повна ширина — без override) */

/* left: зображення зліва ~38%, текст обтікає справа */
.rbgphu .ntr3n { float: left; width: 38%; margin: 0 28px 16px 0; }
.rbgphu .ntr3n .x3fa2ej { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.rbgphu .d4dlj::after { content: ''; display: block; clear: both; }

/* right: зображення справа ~38%, текст обтікає зліва */
.ijul1btl .ntr3n { float: right; width: 38%; margin: 0 0 16px 28px; }
.ijul1btl .ntr3n .x3fa2ej { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.ijul1btl .d4dlj::after { content: ''; display: block; clear: both; }

/* alt: непарні зліва, парні справа */
.culzkd .xy6uu:nth-child(odd)  .ntr3n { float: left;  width: 38%; margin: 0 28px 16px 0; }
.culzkd .xy6uu:nth-child(even) .ntr3n { float: right; width: 38%; margin: 0 0 16px 28px; }
.culzkd .ntr3n .x3fa2ej { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.culzkd .d4dlj::after { content: ''; display: block; clear: both; }

/* Великі блочні елементи — clear float щоб не стискались */
.rbgphu .zij058n,
.rbgphu .m1qw,
.ijul1btl .zij058n,
.ijul1btl .m1qw,
.culzkd .zij058n,
.culzkd .m1qw { clear: both; }

/* Маркери списків не мають налазити на float-картинку */
.rbgphu .tdp5a5,
.rbgphu .o3bsye,
.ijul1btl .tdp5a5,
.ijul1btl .o3bsye,
.culzkd .tdp5a5,
.culzkd .o3bsye { overflow: hidden; }


@media (max-width: 640px) {
  .rbgphu .ntr3n,
  .ijul1btl .ntr3n,
  .culzkd .ntr3n { float: none; width: 100%; margin: 0 0 16px 0; }
}

/* ── content_width: ширина контентного контейнера ───────────────────────────*/
/* default = 1000px (задано в .xg8q1f86, .d4dlj, .a5yn) */
.bmi3j7eh .xg8q1f86,
.bmi3j7eh .d4dlj,
.bmi3j7eh .a5yn  { max-width: 1100px; }
.optma3t5 .xg8q1f86,
.optma3t5 .d4dlj,
.optma3t5 .a5yn  { max-width: 1200px; }
.glzeocj9 .xg8q1f86,
.glzeocj9 .d4dlj,
.glzeocj9 .a5yn  { max-width: 1320px; }

/* ── Breadcrumb ─────────────────────────────────────────────────────────────*/
.aishm6ht { font-size: 0.82rem; color: var(--text-muted); }
/* bc-inner: лише flex-контейнер, без padding/max-width — кожен варіант задає сам */
.tsl06 { display: flex; align-items: center; }
.v90g1x9 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.yn2hmu { display: flex; align-items: center; }
.j6uy5yn { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.j6uy5yn:hover { text-decoration: underline; }
.xmtep8 { margin: 0 3px; opacity: 0.45; }
.xmtep8::before { content: '/'; }
.h1wir { padding: 2px 5px; color: var(--text-main); }

/* above: bc-inner центрує як page-wrap */
.ye2ewvwo .aishm6ht {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ye2ewvwo .tsl06 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* below: всередині page-wrap — bc-inner лише відступ під ліву смугу */
.f2qb .aishm6ht {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.f2qb .tsl06 { padding: 0 0 0 12px; }

/* float: bc-float-wrap — зовнішній контейнер; bc-inner тільки внутрішній padding картки */
.yi8xl {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.j2q3k .tsl06 { padding: 0 16px; }
.j2q3k .aishm6ht {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 11px 0;
  box-shadow: 0 4px 18px rgba(0,0,0,0.28);
}
.j2q3k .xg8q1f86 { padding-top: 28px; }

/* content-width: above — обидва класи на <body>, тому без пробілу */
.bmi3j7eh.ye2ewvwo .tsl06 { max-width: 1100px; }
.optma3t5.ye2ewvwo .tsl06 { max-width: 1200px; }
.glzeocj9.ye2ewvwo .tsl06 { max-width: 1320px; }
/* float — bc-float-wrap окремий елемент, тому з пробілом */
.bmi3j7eh .yi8xl { max-width: 1100px; }
.optma3t5 .yi8xl { max-width: 1200px; }
.glzeocj9 .yi8xl { max-width: 1320px; }

/* ── section_gap: відстань між секціями (padding на .xy6uu) ───────────*/
.apzo .xy6uu { padding-top: 16px; padding-bottom: 16px; }
.ddfylh .xy6uu { padding-top: 24px; padding-bottom: 24px; }
/* gap-md = base (32px) — без override */
.g0i28k7h .xy6uu { padding-top: 40px; padding-bottom: 40px; }
.zmvu38yc .xy6uu { padding-top: 52px; padding-bottom: 52px; }

/* gap-varied: кожна секція має власний відступ циклом 4 */
.tj44gdz .xy6uu:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.tj44gdz .xy6uu:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.tj44gdz .xy6uu:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.tj44gdz .xy6uu:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }

/* ── inner_pad: вертикальний відступ всередині section-inner ─────────────────*/
/* base = 24px (задано в .d4dlj вище) */
.c4h6 .d4dlj { padding-top: 10px;  padding-bottom: 10px; }
.aiwelt .d4dlj { padding-top: 18px;  padding-bottom: 18px; }
/* ipad-md = base (24px) — без override */
.o170lmmo .d4dlj { padding-top: 36px;  padding-bottom: 36px; }
.kb0pao .d4dlj { padding-top: 48px;  padding-bottom: 48px; }

/* ── font_weight: жирність тексту ────────────────────────────────────────────*/
/* fw-300: тонкий */
.l4zkt { font-weight: 300; }
.l4zkt h2.tdn56atk { font-weight: 600; }
.l4zkt h3.uqhz     { font-weight: 600; }
/* fw-400: default — без override */
/* fw-500: medium */
.zopy6hnf { font-weight: 500; }
.zopy6hnf h2.tdn56atk { font-weight: 800; }
.zopy6hnf h3.uqhz     { font-weight: 700; }
/* fw-600: semibold */
.rik9u { font-weight: 600; }
.rik9u h2.tdn56atk { font-weight: 900; }
.rik9u h3.uqhz     { font-weight: 800; }
.rik9u .sq4spm6 strong,
.rik9u .c855,
.rik9u .oe6zhsw { font-weight: 600; }

/* ── Navbar CTA button ───────────────────────────────────────────────────────*/
.k2ua {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
/* show/hide via body class */
.q5o5xwmz .k2ua { display: none; }
/* on mobile: hide navbar cta when menu is open (it's inside the burger zone) */
@media (max-width: 640px) { .k2ua { display: none; } }
/* solid by default */
.k2ua { background: var(--accent) !important; color: #fff !important; border: none !important; }
.k2ua:hover { opacity: 0.85; }
/* gradient variant — синхронізовано з hg-* btn gradients */
.eec2 .k2ua { background: linear-gradient(135deg, var(--accent), var(--accent-light)) !important; }
/* on accent/glass navbar: grad-start → accent-light — контрастує з accent-фоном */
.dvvo .k2ua,
.z66t  .k2ua { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.dvvo .k2ua:hover,
.z66t  .k2ua:hover { opacity: 0.88; }
.eec2.dvvo .k2ua,
.eec2.z66t  .k2ua { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }

/* ── Sticky corner CTA button ────────────────────────────────────────────────*/
.lkrd5j0 {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.lkrd5j0:hover { transform: translateY(-2px); opacity: 0.92; }
/* always solid background regardless of btn_style variant */
.lkrd5j0 { background: var(--accent) !important; color: #fff !important; border: none !important; }
/* position by variant */
.z3be5 .lkrd5j0 { display: none; }
.fdjdu786 .lkrd5j0 { right: 32px; }
.muvb  .lkrd5j0 { left: 32px; }
@media (max-width: 480px) {
  .fdjdu786 .lkrd5j0 { right: 20px; bottom: 20px; }
  .muvb  .lkrd5j0 { left: 20px; bottom: 20px; }
}

/* ── Footer ──────────────────────────────────────────────────────────────────*/
.fpq92 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.a5yn { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.fs4v98tw { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.jxdirw { color: var(--text-dim); font-size: 0.8rem; }
/* brand/logo */
.xv7df { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.xv7df img { height: 26px; width: auto; object-fit: contain; }
.msyzb { color: var(--text-faint); font-size: 0.82rem; margin: 0; }
/* footer nav links */
.gpwa { display: flex; flex-direction: column; gap: 6px; }
.gpwa a, .wpkes6o a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.gpwa a:hover, .wpkes6o a:hover { color: var(--accent-light); }
.gpwa .owqnw { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.wpkes6o { display: flex; flex-wrap: wrap; gap: 4px 18px; }

/* minimal */
.td5gyl1 .a5yn { text-align: center; }
.td5gyl1 .wpkes6o { justify-content: center; margin-bottom: 16px; }
.td5gyl1 .fs4v98tw { margin-top: 0; }

/* service links — менший розмір, відступ зверху */
.q22mv { margin-top: 10px; }
.q22mv a { font-size: 0.8rem; opacity: 0.65; }

/* mobile footer */
@media (max-width: 640px) {
  .a5yn { padding-left: 16px; padding-right: 16px; }
  .r72aop .a5yn { padding: 20px 16px; }
  .wpkes6o { gap: 4px 12px; }
  .fs4v98tw { font-size: 0.78rem; }
}


/* split — лого+tagline | topic nav (2-col grid) | service+legal */
.w98ny .y5ja8 { display: grid; grid-template-columns: 1fr 1.6fr 1fr; gap: 2.5rem; align-items: start; }
.w98ny .nb3u3 .xv7df { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; color: var(--text); margin-bottom: 10px; }
.w98ny .msyzb { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.w98ny .l9hp5n0w { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.w98ny .l9hp5n0w a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.w98ny .l9hp5n0w a:hover { color: var(--accent); }
.w98ny .fs4v98tw { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.w98ny .jxdirw { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .w98ny .y5ja8 { grid-template-columns: 1fr 1fr; } .w98ny .nb3u3 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .w98ny .y5ja8 { grid-template-columns: 1fr; } }


/* ribbon — компактний 1 рядок, service + disclaimer дрібно знизу */
.fhx0y .xewl { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.fhx0y .xv7df { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; color: var(--text); margin-right: auto; flex-shrink: 0; }
.fhx0y .slwyv { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.fhx0y .slwyv a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.fhx0y .slwyv a:hover { color: var(--accent); }
.b2wh { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.fhx0y .zvxfq2 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.fhx0y .fi8lh { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.fhx0y .fi8lh a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.fhx0y .fi8lh a:hover { color: var(--accent); }
.fhx0y .fs4v98tw { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .fhx0y .xewl { gap: 12px; } .fhx0y .xv7df { margin-right: 0; width: 100%; } }

/* mega — верхня зона лого+2 колонки лінків, нижня legal-смуга */
.zp2rdj .h5falw2 { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.zp2rdj .fyafg .xv7df { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; color: var(--text); margin-bottom: 10px; }
.zp2rdj .msyzb { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.zp2rdj .di020 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-faint); margin: 0 0 12px; }
.zp2rdj .l9hp5n0w { display: flex; flex-direction: column; gap: 9px; }
.zp2rdj .l9hp5n0w a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.zp2rdj .l9hp5n0w a:hover { color: var(--accent); }
.zp2rdj .faq0ayfd { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.zp2rdj .fs4v98tw { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.zp2rdj .jxdirw { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .zp2rdj .h5falw2 { grid-template-columns: 1fr 1fr; } .zp2rdj .fyafg { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zp2rdj .h5falw2 { grid-template-columns: 1fr; } }

/* columns — 3 колонки: бренд | links (2-col grid) | legal */
.yx9ahggj .arapczgo { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.yx9ahggj .gpwa { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .yx9ahggj .arapczgo { grid-template-columns: 1fr 1fr; } .yx9ahggj .nzfkx92g:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .yx9ahggj .arapczgo { grid-template-columns: 1fr; } }
/* columns без topic-сторінок — 2 колонки: бренд | service-лінки у grid */
.ahyy6 .arapczgo { grid-template-columns: 1fr 2fr; }
.ahyy6 .zy9e .gpwa { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .ahyy6 .arapczgo { grid-template-columns: 1fr; } }

/* centered — всі елементи по центру */
.sbyby .a5yn { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.sbyby .wpkes6o { justify-content: center; }

/* ── nav_theme: колір фону navbar і footer ───────────────────────────────────*/
/* surface = default — без override */

/* page: bg-page замість bg-surface */
.kgts .xrvntor      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.kgts .fpq92 { background: var(--bg-page); border-top-color: var(--border-alt); }

/* dark: завжди темний, незалежно від теми */
.ga4f .xrvntor      { background: #0d1117; border-bottom-color: #21262d; }
.ga4f .bj8tpt7i { color: var(--accent-light); }
.ga4f .vx7zqwf { --msep-color: #8b949e; }
.ga4f .vx7zqwf a { color: #8b949e; }
.ga4f .vx7zqwf a:hover { color: var(--accent-light); }
.ga4f .lcid206r { color: #8b949e; }
.ga4f .fpq92 { background: #0d1117; border-top-color: #21262d; }
.ga4f .fs4v98tw,
.ga4f .jxdirw { color: #6e7681; }
.ga4f .gpwa a, .ga4f .wpkes6o a,
.ga4f .l9hp5n0w a, .ga4f .slwyv a,
.ga4f .fi8lh a, .ga4f .xv7df { color: #8b949e; }
.ga4f .gpwa a:hover, .ga4f .wpkes6o a:hover,
.ga4f .l9hp5n0w a:hover, .ga4f .slwyv a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .ga4f .vx7zqwf { background: #0d1117; border-top-color: #21262d; }
  .ga4f .vx7zqwf li a { border-bottom-color: #21262d; }
}

/* light: завжди світлий */
.a2bf8f1z .xrvntor      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.a2bf8f1z .bj8tpt7i { color: var(--accent); }
.a2bf8f1z .vx7zqwf { --msep-color: #475569; }
.a2bf8f1z .vx7zqwf a { color: #475569; }
.a2bf8f1z .vx7zqwf a:hover { color: var(--accent); }
.a2bf8f1z .lcid206r { color: #64748b; }
.a2bf8f1z .fpq92 { background: #f0f4f8; border-top-color: #cbd5e1; }
.a2bf8f1z .fs4v98tw,
.a2bf8f1z .jxdirw { color: #64748b; }
.a2bf8f1z .gpwa a, .a2bf8f1z .wpkes6o a,
.a2bf8f1z .l9hp5n0w a, .a2bf8f1z .slwyv a,
.a2bf8f1z .fi8lh a, .a2bf8f1z .xv7df { color: #374151; }
.a2bf8f1z .gpwa a:hover, .a2bf8f1z .wpkes6o a:hover,
.a2bf8f1z .l9hp5n0w a:hover, .a2bf8f1z .slwyv a:hover { color: var(--accent); }
@media (max-width: 640px) {
  .a2bf8f1z .vx7zqwf { background: #f0f4f8; border-top-color: #cbd5e1; }
  .a2bf8f1z .vx7zqwf li a { border-bottom-color: #cbd5e1; color: #475569; }
}

/* accent: кольоровий акцентний фон */
.dvvo .xrvntor      { background: var(--accent); border-bottom-color: var(--accent-light); }
.dvvo .bj8tpt7i { color: #fff; }
.dvvo .vx7zqwf { --msep-color: rgba(255,255,255,0.82); }
.dvvo .vx7zqwf a { color: rgba(255,255,255,0.82); }
.dvvo .vx7zqwf a:hover { color: #fff; }
.dvvo .lcid206r { color: rgba(255,255,255,0.9); }
.dvvo .fpq92 { background: var(--accent); border-top-color: var(--accent-light); }
.dvvo .fs4v98tw,
.dvvo .jxdirw { color: rgba(255,255,255,0.72); }
.dvvo .gpwa a, .dvvo .wpkes6o a,
.dvvo .l9hp5n0w a, .dvvo .slwyv a,
.dvvo .fi8lh a, .dvvo .xv7df { color: rgba(255,255,255,0.82); }
.dvvo .gpwa a:hover, .dvvo .wpkes6o a:hover,
.dvvo .l9hp5n0w a:hover, .dvvo .slwyv a:hover { color: #fff; }
@media (max-width: 640px) {
  .dvvo .vx7zqwf { background: var(--accent); border-top-color: var(--accent-light); }
  .dvvo .vx7zqwf li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}

/* glass: напівпрозорий з blur */
.z66t .xrvntor {
  background: color-mix(in srgb, var(--bg-surface) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.z66t .fpq92 {
  background: color-mix(in srgb, var(--bg-surface) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top-color: color-mix(in srgb, var(--border) 50%, transparent);
}
@media (max-width: 640px) {
  .z66t .vx7zqwf {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}

/* ── nav_height: висота navbar (вертикальний padding пунктів меню) ───────────*/
/* md = default (62px) — без override */
.s0us28 .oojsl { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.si09 .oojsl { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.grjfq .oojsl { min-height: 72px; height: auto; }
.j3qd .oojsl { min-height: 84px; height: auto; }

/* ── nav_width: ширина контейнера ────────────────────────────────────────────*/
/* content = default (max-width: 1100px) — без override */
.r72aop .oojsl { max-width: none; padding: 0 32px; }
.r72aop .a5yn  { max-width: none; padding: 24px 32px; }
/* navbar-inner expands with content when nav-w-content (never narrower than 1000px default) */
.l2v47yj1.optma3t5 .oojsl { max-width: 1200px; }
.l2v47yj1.glzeocj9 .oojsl { max-width: 1320px; }

/* ── nav_brand: кейс бренднейму (CSS text-transform) ────────────────────────*/
/* cap = default: перша з великої, далі lowercase */
.gn1h   .bj8tpt7i { text-transform: capitalize; }
.ov7uk4bm .bj8tpt7i { text-transform: lowercase; }
.c3ht .bj8tpt7i { text-transform: uppercase; letter-spacing: 0.06em; }


/* ── nav_logo_shape: форма логотипа ─────────────────────────────────────────*/
/* sq = default */

/* ── nav_logo_bg: фон на wrap-блоці (не на img) ─────────────────────────────*/
/* none = без фону (default) */
.ytjuryw, .gbz53xwm {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.zh2g .ytjuryw,
.zh2g .gbz53xwm { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.x5lzv .ytjuryw,
.x5lzv .gbz53xwm { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.q7bzk .ytjuryw,
.q7bzk .gbz53xwm { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.qb19x .ytjuryw,
.qb19x .gbz53xwm { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }

/* ── nav_menu_weight: жирність пунктів меню ─────────────────────────────────*/
/* regular = default, успадковує font-weight */
.rae6   .vx7zqwf a { font-weight: 500; }
.anpcuu .vx7zqwf a { font-weight: 600; }
.r6hyjkzp     .vx7zqwf a { font-weight: 700; }
.p4bs    .vx7zqwf a { font-weight: 800; letter-spacing: 0.01em; }

/* ── nav_menu_sep: розділювач між пунктами на desktop ───────────────────────*/
/* none = без розділювача */
.gg3t4ae2     .vx7zqwf > li + li::before,
.gnc1077    .vx7zqwf > li + li::before,
.ag8y0    .vx7zqwf > li + li::before,
.dx5d .vx7zqwf > li + li::before,
.f7kur .vx7zqwf > li + li::before,
.ydgveor5  .vx7zqwf > li + li::before,
.emfr    .vx7zqwf > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.gg3t4ae2     .vx7zqwf > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.gnc1077    .vx7zqwf > li + li::before { content: "|"; }
.ag8y0    .vx7zqwf > li + li::before { content: "—"; }
.dx5d .vx7zqwf > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.f7kur .vx7zqwf > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ydgveor5  .vx7zqwf > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.emfr    .vx7zqwf > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }

/* ── nav_burger: CSS-лінії замість символу ☰ ─────────────────────────────────*/
/* default = символ ☰ без змін; всі інші — тільки @media (завжди перемагають) */
@media (max-width: 640px) {

  /* ховаємо ☰ символ і центруємо кнопку */
  .k2nrw78 .lcid206r,
  .li6vk .lcid206r,
  .zwala .lcid206r,
  .o3er .lcid206r,
  .vjh0juk .lcid206r {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  /* базовий ::before */
  .k2nrw78 .lcid206r::before,
  .li6vk .lcid206r::before,
  .zwala .lcid206r::before,
  .o3er .lcid206r::before,
  .vjh0juk .lcid206r::before { content: ""; display: block; flex-shrink: 0; }

  /* 2 лінії: повна + 68% */
  .k2nrw78 .lcid206r::before {
    width: 22px; height: 11px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% /  68% 2px no-repeat;
  }

  /* 3 лінії рівні */
  .li6vk .lcid206r::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  /* 3 лінії спадні: 100 → 70 → 42% */
  .zwala .lcid206r::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  /  70% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% /  42% 2px no-repeat;
  }

  /* 3 лінії, середня коротша: 100 → 52 → 100% */
  .o3er .lcid206r::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  /  52% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  /* 4 лінії спадні: 100 → 76 → 52 → 28% */
  .vjh0juk .lcid206r::before {
    width: 22px; height: 25px;
    background:
      linear-gradient(currentColor, currentColor) 0 0     / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 33.3% /  76% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 66.6% /  52% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100%  /  28% 2px no-repeat;
  }

}

/* ── nav_mobile: стиль мобільного меню та кнопки бургера ────────────────────*/
/* default = поточна поведінка, без overrides */

/* float: плаваюча картка поряд із бургером ─────────────────────────────── */
@media (max-width: 640px) {
  .mxa4 .lcid206r {
    padding: 5px 14px;
  }
  .mxa4 .vx7zqwf {
    left: auto; right: 12px; top: 54px;
    width: auto; min-width: 180px;
    border-radius: 14px;
    border: 1px solid var(--border);
    box-shadow: 0 8px 28px rgba(0,0,0,0.2);
    padding: 6px 0;
  }
  .mxa4 .vx7zqwf li a {
    border-bottom: none; padding: 10px 22px;
  }
  .mxa4 .vx7zqwf li a:hover { background: var(--bg-raised); }
}

/* drawer: висувається з правого боку ───────────────────────────────────── */
@media (max-width: 640px) {
  .oumc21d .lcid206r {
    padding: 5px 10px;
  }
  .oumc21d .vx7zqwf {
    display: flex !important;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: auto;
    width: 72vw; max-width: 280px;
    background: var(--bg-surface);
    border-left: 1px solid var(--border);
    border-top: none; border-radius: 0;
    padding: 72px 0 24px;
    transform: translateX(105%);
    transition: transform 0.28s cubic-bezier(0.4,0,0.2,1);
    z-index: 900;
    box-shadow: -4px 0 24px rgba(0,0,0,0.22);
  }
  .oumc21d .vx7zqwf.es8tr { transform: translateX(0); }
  .oumc21d .vx7zqwf li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .oumc21d .vx7zqwf li:last-child a { border-bottom: none; }
}

/* sheet: з'їжджає знизу ────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .j6l2t0c .lcid206r {
    padding: 5px 10px;
  }
  .j6l2t0c .vx7zqwf {
    display: flex !important;
    position: fixed;
    bottom: 0; left: 0; right: 0; top: auto;
    border-radius: 18px 18px 0 0;
    border-top: 1px solid var(--border); border-left: none; border-right: none;
    padding: 20px 0 28px;
    transform: translateY(110%);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    z-index: 900;
    box-shadow: 0 -6px 28px rgba(0,0,0,0.2);
  }
  .j6l2t0c .vx7zqwf::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .j6l2t0c .vx7zqwf.es8tr { transform: translateY(0); }
  .j6l2t0c .vx7zqwf li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}

/* overlay: повноекранне меню ───────────────────────────────────────────── */
@media (max-width: 640px) {
  .fb4br5 .lcid206r {
    padding: 5px 10px;
  }
  .fb4br5 .vx7zqwf {
    display: flex !important;
    position: fixed; inset: 0;
    background: color-mix(in srgb, var(--bg-surface) 96%, transparent);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    flex-direction: column; align-items: center; justify-content: center;
    gap: 4px; border: none; border-radius: 0; padding: 0;
    opacity: 0; pointer-events: none;
    transition: opacity 0.22s ease; z-index: 900;
  }
  .fb4br5 .vx7zqwf.es8tr { opacity: 1; pointer-events: auto; }
  .fb4br5 .vx7zqwf li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}

/* ── nav_burger_shape: форма обводки бургера (перевизначає hardcoded radius) */
@media (max-width: 640px) {
  .i7htm0dl     .lcid206r { border-radius: 0 !important; }
  .s7kvrqj   .lcid206r { border-radius: 8px !important; }
  .nr6i .lcid206r { border-radius: 50% !important; }
  .p5ohrn   .lcid206r { border-radius: 999px !important; }
}

/* ── nav_logo_size: розмір логотипу в навбарі ──────────────────────────────*/
/* default = 46px (задано в базовому .w4bvhkf5) */
.zlonq .w4bvhkf5 { height: 28px; }
.du0xzq1 .w4bvhkf5 { height: 54px; }
.eyi5 .w4bvhkf5 { height: 54px; }

/* ── star_style: вигляд зірок (showcase + review) ───────────────────────────*/
/* default = accent color (задано в базових стилях .qh8l1 / .enpem53z) */
.qj90s0n2    .qh8l1, .qj90s0n2    .enpem53z { color: #f59e0b; }
.ioc3u      .qh8l1 { font-size: 1rem; letter-spacing: 1.5px; }
.ioc3u      .enpem53z   { font-size: 1.35rem; }
.bk5qw7z    .qh8l1, .bk5qw7z    .enpem53z { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.y2fu     .qh8l1, .y2fu     .enpem53z { color: var(--accent); letter-spacing: 3px; font-size: 0.7rem; }
.i1qopcf .qh8l1, .i1qopcf .enpem53z { color: var(--accent); letter-spacing: 2px; }
.dfmp   .qh8l1, .dfmp   .enpem53z { color: #e91e63; letter-spacing: 2px; }
.mwr3jr  .qh8l1, .mwr3jr  .enpem53z { color: var(--accent); letter-spacing: 2px; font-size: 0.65rem; }
.myexhll6     .qh8l1, .myexhll6     .enpem53z { color: var(--accent); letter-spacing: 2px; font-size: 0.7rem; }

/* ── cs_cols: вигляд колонок таблиці оферів ────────────────────────────────*/
/* default = current: label above val, centered, flex:1 */

/* divided: вертикальний роздільник між сусідніми колонками даних */
.bbf7vo5k .sz0icf + .sz0icf {
  border-left: 1px solid var(--border); padding-left: 10px;
}

/* tall: вищі рядки showcase з більшими відступами */
.afmr0r .as88d { padding: 18px 24px; min-height: 68px; }

/* bold: великі акцентні значення + малі uppercase лейбли */
.eivwke0 .dp3e {
  font-size: 0.62rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.eivwke0 .hs5z {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}

/* tinted: кожна колонка даних з тонованим фоном */
.uz3rs .sz0icf {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}

/* ── cs_rank: нумерація рядків showcase ────────────────────────────────────*/
/* none = без нумерації (default) */

/* corner: маленький #1/#2 у правому верхньому куті */
.drot01o7 .m1qw { counter-reset: cs-rank; }
.drot01o7 .as88d { position: relative; counter-increment: cs-rank; }
.drot01o7 .as88d::before {
  content: "#" counter(cs-rank);
  position: absolute; top: 8px; right: 10px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: -.01em;
  color: var(--accent); opacity: 0.5; font-variant-numeric: tabular-nums;
}

/* col: велика напівпрозора цифра як перша flex-колонка рядка */
.kfan .m1qw { counter-reset: cs-rank; }
.kfan .as88d::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}

/* ── faq_style: вигляд FAQ ─────────────────────────────────────────────────*/
/* default = bg-card + +/− тогл (базові стилі .w750zyz вже задано) */

/* line: тільки нижня межа, без карток */
.jc4eik1 .w750zyz {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.jc4eik1 .w750zyz summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.jc4eik1 .w750zyz p { padding: 0 2px 16px; }

/* pill: summary як pill-бейдж з акцентним фоном */
.y97h55 .w750zyz { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.y97h55 .w750zyz summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.y97h55 .w750zyz summary::after { content: "›"; font-size: 1.2em; }
.y97h55 .w750zyz[open] summary::after { content: "‹"; }
.y97h55 .w750zyz p { padding: 10px 22px 4px; }

/* outlined: ліва акцентна смуга замість суцільного фону */
.r45474gn .w750zyz {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.r45474gn .w750zyz summary { color: var(--text-primary); padding-left: 16px; }
.r45474gn .w750zyz summary::after { content: "›"; font-size: 1.1em; }
.r45474gn .w750zyz[open] summary::after { content: "‹"; }
.r45474gn .w750zyz p { padding-left: 16px; }

/* flush: суцільний акордеон без відступів між питаннями */
.ohzv .co6t { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ohzv .w750zyz {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ohzv .w750zyz:last-child { border-bottom: none; }
.ohzv .w750zyz summary { color: var(--text-primary); border-radius: 0; }
.ohzv .w750zyz summary::after { content: "›"; font-size: 1.1em; }
.ohzv .w750zyz[open] summary::after { content: "‹"; }

/* accent: заливка summary акцентним кольором */
.t6j5 .w750zyz { overflow: hidden; }
.t6j5 .w750zyz summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.t6j5 .w750zyz summary::after { color: rgba(255,255,255,.75); }
.t6j5 .w750zyz[open] summary { border-radius: 0; }

/* ── Static pages: contact & privacy ────────────────────────────────────────*/
.f7qclcd0 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ugtpl {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.hx13ik1m {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.n0gkhne1 { color: var(--text-muted); font-size: 1.05rem; }

/* ── Contact form ────────────────────────────────────────────────────────────*/
.nc3nvq {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}

.uvnuiqr {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.a54k0ryi { margin-bottom: 20px; }
.hyuz {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.wa29 {
  width: 100%; background: var(--bg-page);
  border: 1px solid var(--border-alt); border-radius: 8px;
  padding: 10px 14px; color: var(--text-primary);
  font-size: 0.95rem; font-family: inherit;
  outline: none; transition: border-color .15s; box-sizing: border-box;
}
.wa29:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.i6my4d { resize: vertical; min-height: 130px; }
.z36cp12e { width: 100%; margin-top: 8px; }

.uhwq { display: flex; flex-direction: column; gap: 14px; }
.qcx2q {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 18px 20px;
  display: flex; align-items: flex-start; gap: 14px;
}
.kr952 { font-size: 1.15rem; color: var(--accent); flex-shrink: 0; margin-top: 1px; }
.dod3 {
  color: var(--text-muted); font-size: 0.75rem;
  text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 3px;
}
.eoefzw8 { color: var(--text-primary); font-weight: 600; font-size: 0.92rem; word-break: break-all; }
.baoz { align-items: flex-start; }
.baoz p { color: var(--text-faint); font-size: 0.82rem; line-height: 1.55; margin: 0; }
.xsbi .h21n { color: var(--text-muted); font-size: 0.88rem; line-height: 1.55; margin: 4px 0 0; }

/* ── Static page sections (about, faq on contact page) ───────────────────────*/
.qg3l {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.n9l997 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.omplxcw { color: var(--text-muted); line-height: 1.75; }
.zjkq { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.zjkq li { margin-bottom: 6px; }

/* contact FAQ */
.naexms { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.wl2l1qo {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden;
}
.tvo7m {
  padding: 14px 18px; cursor: pointer; font-weight: 600;
  color: var(--text-primary); font-size: 0.95rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.tvo7m::after { content: "+"; color: var(--accent); font-size: 1.2rem; flex-shrink: 0; }
.wl2l1qo[open] .tvo7m::after { content: "−"; }
.xk6xfz { padding: 0 18px 14px; color: var(--text-muted); line-height: 1.65; margin: 0; }

/* ── Privacy policy ──────────────────────────────────────────────────────────*/
.nzy36u96 { max-width: 760px; margin: 0 auto; }
.pzys6c0 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.gl9u2iri { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.gl9u2iri:last-child { border-bottom: none; }
.gl9u2iri h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.gl9u2iri p { color: var(--text-muted); line-height: 1.75; margin: 0; }

/* ── About page layouts ──────────────────────────────────────────────────────*/
.qokupw { max-width: 760px; margin: 0 auto; }
.lw6q0dw7 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.lw6q0dw7:last-child { border-bottom: none; }
.xtziwv7x { font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.lw6q0dw7 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.lw6q0dw7 ul.zjkq { margin: 0; }

.yyfqlbi { max-width: 900px; margin: 0 auto; }
.tp2f4lpj { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.tp2f4lpj:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.tp2f4lpj .xtziwv7x { margin: 0; font-size: 1rem; }
.tp2f4lpj .dqkw5 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .tp2f4lpj { grid-template-columns: 1fr; gap: 10px; } }

.ui6dub86 { max-width: 640px; margin: 0 auto; text-align: center; }
.c1rgn { margin-bottom: 48px; }
.c1rgn .xtziwv7x { font-size: 1.2rem; font-weight: 700; color: var(--accent-light); margin-bottom: 14px; }
.c1rgn p { color: var(--text-muted); line-height: 1.75; margin: 0; }

.rpknyeqm { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.j68d1r { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.uxb46fe { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.j68d1r p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.j68d1r .zjkq { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .rpknyeqm { grid-template-columns: 1fr; } }

/* ── Privacy timeline layout ─────────────────────────────────────────────────*/
.zro1ofyd { max-width: 760px; margin: 0 auto; }
.ty8c { position: relative; padding-left: 28px; }
.ty8c::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.e9xf { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.e9xf:last-child { padding-bottom: 0; }
.ee68kpd { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.c8jcpx h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.c8jcpx p { color: var(--text-muted); line-height: 1.75; margin: 0; }

/* ── Static hero variants ────────────────────────────────────────────────────*/
.vb18k {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.vb18k .hx13ik1m { color: var(--accent-light); }
.keod {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.keod .hx13ik1m { font-size: 2rem; }
.keod .n0gkhne1 { max-width: 680px; }
.s354r {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.s354r .hx13ik1m { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.s354r .n0gkhne1  { margin: 0; }
@media (max-width: 640px) { .s354r { flex-direction: column; } }

.d0tdm {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.d0tdm .hx13ik1m { color: var(--accent-light); }
.gux9cn4 {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.gux9cn4 .hx13ik1m { color: #fff; }
.gux9cn4 .n0gkhne1  { color: rgba(255,255,255,0.85); }

/* ── Contact: layout variants ────────────────────────────────────────────────*/
/* side = default (already in .nc3nvq) */

/* top layout: info row above, full-width form */
.bhl86ew {
  display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px;
}
.bhl86ew .qcx2q { flex: 1 1 180px; }
.b7i3znnu { max-width: 680px; margin: 0 auto; }
.ujb1h {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .ujb1h { grid-template-columns: 1fr; } }

/* ── Contact: form style variants ────────────────────────────────────────────*/
/* card = default (already set) */
.dlhkhp9 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.dlhkhp9 .wa29 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.dlhkhp9 .wa29:focus { border-bottom-color: var(--accent); box-shadow: none; }
.uednq .wa29 { background: var(--bg-raised); border-color: transparent; }
.uednq .wa29:focus { background: var(--bg-card); border-color: var(--accent); }
.p280ys1i .wa29 { border-radius: 100px; padding: 11px 20px; }
.p280ys1i .i6my4d { border-radius: 14px; }

/* ── Privacy: accordion layout ───────────────────────────────────────────────*/
.m4r8h9s1 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.m4r8h9s1 summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.m4r8h9s1 summary::-webkit-details-marker { display: none; }
.m4r8h9s1 summary::after { content: "+"; color: var(--accent); font-size: 1.2rem; flex-shrink: 0; }
.m4r8h9s1[open] summary::after { content: "−"; }
.l2oc {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}

/* ── Privacy: grid layout ────────────────────────────────────────────────────*/
.q76k74ue {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .q76k74ue { grid-template-columns: 1fr; } }
.wj2mp {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.wj2mp h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.wj2mp p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }

/* ── Privacy: numbered layout ────────────────────────────────────────────────*/
.xqq8 { counter-reset: priv-count; }
.q6nqwfr9 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.q6nqwfr9:last-child { border-bottom: none; }
.vrolkdw {
  font-size: 2.4rem; font-weight: 800; color: var(--accent);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.q6nqwfr9 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.q6nqwfr9 p { color: var(--text-muted); line-height: 1.75; margin: 0; }

/* Service page list + faq elements */
.c95wammw { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.c95wammw li { margin-bottom: 6px; }
.zwwwu8 dt { font-weight: 600; color: var(--text); margin-top: 16px; }
.zwwwu8 dd { color: var(--text-muted); line-height: 1.75; margin: 4px 0 0 0; }


/* ── color scheme ── */
:root {
  --accent:          #8f515c;
  --accent-light:    #b5717c;
  --accent-pale:     #f0a4b0;
  --grad-start:      #f0a4b0;
  --grad-end:        #ffd2d7;
  --bg-page: #ebd5d7;
  --bg-surface: #fff8f7;
  --bg-card: #fff0f1;
  --bg-card-inner: #fde9eb;
  --bg-raised: #f8e3e5;
  --bg-hover: #f4dddf;
  --border: #c2adaf;
  --border-alt: #897678;
  --border-section: #c2adaf;
  --text-primary: #3d2f31;
  --text-muted: #6c5b5d;
  --bg-page:        #f8f9fa;
  --bg-surface:     #ffffff;
  --bg-card:        #ffffff;
  --bg-card-inner:  #f3f4f6;
  --bg-raised:      #eef0f2;
  --bg-hover:       #f3f4f6;
  --border:         #e5e7eb;
  --border-alt:     #d1d5db;
  --border-section: #e5e7eb;
  --text-body: #372e2f;
  --text-sub: #4e4445;
  --text-faint: #736869;
  --text-dim: #9a8e8f;
  --text-label: #665c5d;
  --text-value: #42393a;
  --accent-bg:       #ffd9de;
  --accent-bg-light: #ffc6ce;
  --bg-tip:        #f0fdf4;
  --bg-warning:    #fffbeb;
  --bg-info:       #eff6ff;
  --bg-pros:       #f0fdf4;
  --bg-cons:       #fef2f2;
  --c-pros:        #15803d;
  --c-cons:        #b91c1c;
  --c-pros-label:  #16a34a;
  --c-tip-border:  #059669;
  --c-warn-border: #d97706;
  --c-stars:       #b45309;
  --c-arrow:       #d97706;
  --c-tag-pay:     #15803d;
}
:root { --logo-bg-opacity: 48%; }

/* ── variants ── */
body, button, input { font-family: "Quantico", sans-serif; }

.s3cgdqr4 .cc4hp li::before, .s3cgdqr4 .kfdewavj li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.s3cgdqr4 .cc4hp li::before { content: ""; }.s3cgdqr4 .kfdewavj li::before { content: ""; }.s3cgdqr4 .qlisai::before, .s3cgdqr4 .v48ne5do::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.s3cgdqr4 .qlisai::before { content: ""; }.s3cgdqr4 .v48ne5do::before { content: ""; }

.zaul .smrby, .zaul .hs78 { min-height: 520px; }

.eztdw2w .wunvt4x::after, .eztdw2w .lqd6lv14::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }

.tt97g .k2ua::after,.tt97g .lkrd5j0::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }

.xmtep8::before { content: '|'; opacity: 0.3; }