/* ── Semantic color tokens — dark theme defaults ─────────────────────────────
   Будь-яка тема-варіант може переоверрайдити ці змінні через :root {}
   Змінні акцент-кольорів (--accent, --accent-light тощо) живуть у css_vars
   що генерується theme_css_vars() у build.duwct.
────────────────────────────────────────────────────────────────────────────── */
: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 ──────────────────────────────────────────────────────────────────*/
.ouqq5 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.st5qln4j {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.rupqsv0k {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.n6876 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ohrh3w { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ohrh3w a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ohrh3w a:hover { color: var(--accent-light); }

/* ── Navbar dropdown ─────────────────────────────────────────────────────────*/
.s6fis1rk { position: relative; }
.b3493 {
  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 */
.f5or   .b3493 { border-radius: 0; }
.x4n9p6ne     .b3493 { border-radius: 6px; }
.wzhcvtz  .b3493 { border-radius: 14px; }
.moyk     .b3493 { border-radius: 24px; padding: 8px; }
/* rounded items to match container shape */
.x4n9p6ne .b3493 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.x4n9p6ne .b3493 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.wzhcvtz .b3493 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.wzhcvtz .b3493 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.moyk .b3493 li a { border-radius: 16px; }
/* nav_drop_sep — горизонтальні роздільники між пунктами дропдауну */
.sgshhcrn  .b3493 li + li { border-top: 1px solid var(--border-alt); }
.mp01h2hg .b3493 li + li { border-top: 1px dashed var(--border-alt); }
.mm9ehxa6 .b3493 li + li { border-top: 1px dotted var(--border-alt); }
.tx7jn .b3493 li + li { border-top: 3px double var(--border-alt); }
/* Invisible bridge so mouse can travel from trigger to dropdown without losing hover */
.s6fis1rk::after {
  content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 10px;
}
.s6fis1rk:hover .b3493,
.s6fis1rk:focus-within .b3493 { display: block; }
.b3493 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;
}
.b3493 li a:hover {
  color: var(--accent-light); background: var(--bg-hover);
}
@media (max-width: 640px) {
  .b3493 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .s6fis1rk:hover .b3493,
  .s6fis1rk:focus-within .b3493 { display: block; }
  .b3493 li a { padding: 8px 16px; font-size: 0.88rem; }
}

.ees3c34 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.wnjmf74g { display: none; }
@media (max-width: 640px) {
  .wnjmf74g {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .wnjmf74g.v301s { display: block; }
}
@media (max-width: 640px) {
  .ees3c34 { display: block; }
  .ohrh3w > li + li::before { display: none !important; }
  .ohrh3w {
    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;
  }
  .ohrh3w.v301s { display: flex; }
  .ohrh3w li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ohrh3w li:last-child a { border-bottom: none; }
}

/* ── Hero: спільні стилі ─────────────────────────────────────────────────────*/
.pd903 { min-height: 480px; }
.wag20r {
  font-size: 2.6rem; font-weight: 800; color: var(--accent-pale);
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.movhwmy { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.p0ievwd .movhwmy { margin-left: 0; margin-right: 0; }
.fsfn {
  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;
}
.fsfn:hover { opacity: 0.88; }

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

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

/* hero-flat: без фону, просто текст на page bg (WP-style) */
.ud7sy {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.ud7sy .g09st5r {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ud7sy .wag20r { color: var(--text-primary); text-shadow: none; }
.ud7sy .movhwmy { color: var(--text-muted); }
.ud7sy .fsfn { margin-top: 16px; }
.ud7sy, .ud7sy.pd903 { min-height: auto !important; }
.ud7sy.m75nzzom .g09st5r { text-align: center; }
.ud7sy.p0ievwd   .g09st5r { text-align: left; }
/* flat hero: byline як звичайний текст, не оверлей */
.ud7sy~.t5sahr7{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.ud7sy~.t5sahr7 .s4hp1m{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}

/* bg-color: градієнтний фон замість фото */
.hwshai {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
/* hero_anim: shimmer — ледь помітний блиск по поверхні */
.gm7nnyhs .hwshai,
.gm7nnyhs .gi6bed {
  position: relative; overflow: hidden;
}
.gm7nnyhs .hwshai::after,
.gm7nnyhs .gi6bed::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 */
.h9ir .hwshai,
.h9ir .gi6bed {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
/* hero_anim: grain — ледь помітна зернистість поверх градієнту */
.ps9b6hh .hwshai,
.ps9b6hh .gi6bed,
.ps9b6hh .wcvufo .fgnr {
  overflow: hidden;
}
.ps9b6hh .hwshai::after,
.ps9b6hh .gi6bed::after,
.ps9b6hh .wcvufo .fgnr::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 */
.dntk5a .hwshai,
.dntk5a .gi6bed {
  position: relative; overflow: hidden;
}
.dntk5a .hwshai::after,
.dntk5a .gi6bed::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); }
}
.dntk5a .wcvufo .fgnr {
  overflow: hidden;
}
.dntk5a .wcvufo .fgnr::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 — градієнт з'являється при завантаженні */
.fiw31 .hwshai,
.fiw31 .gi6bed,
.fiw31 .wcvufo .fgnr {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* hero-bg з фото — overlay анімації */
.gm7nnyhs .wcvufo .fgnr {
  overflow: hidden;
}
.gm7nnyhs .wcvufo .fgnr::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;
}
.h9ir .wcvufo .fgnr {
  animation: hg-breathe 10s ease-in-out infinite;
}

.hwshai .fgnr {
  background: none;
}
.hwshai .wag20r { color: #fff; }
.hwshai .movhwmy { color: rgba(255,255,255,0.85); }
.hwshai .fsfn { background: #fff; color: var(--accent); }
.hwshai .fsfn:hover { opacity: 0.92; }

/* ── Hero anim: split layouts ─────────────────────────────────────────────── */
.gm7nnyhs .pru0i9 { position: relative; overflow: hidden; }
.gm7nnyhs .pru0i9::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;
}
.h9ir .pru0i9 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.ps9b6hh .pru0i9 { position: relative; overflow: hidden; }
.ps9b6hh .pru0i9::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;
}
.dntk5a .pru0i9 { position: relative; overflow: hidden; }
.dntk5a .pru0i9::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;
}
.fiw31 .pru0i9 {
  animation: hg-fadein 1.2s ease-out both;
}


/* ── Hero: Split layout (текст + картинка поряд) ─────────────────────────────*/
.pru0i9 {
  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%);
}
.uczr {
  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);
}
.syj3xrn {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
/* img абсолютний щоб заповнити комірку grid повністю */
.vbtpw0q {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.gi6bed {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--grad-start), var(--grad-end));
}
.pru0i9 .wag20r { text-shadow: none; color: var(--accent-pale); }
.pru0i9 .movhwmy { color: var(--text-muted); }

/* Split alignment — всередині text-колонки */
.pru0i9.m75nzzom .uczr { align-items: center; text-align: center; }
.pru0i9.p0ievwd   .uczr { align-items: flex-start; text-align: left; }

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


/* split-rounded: картинка з rounded corners + тінь, не на весь блок */
.e1otdy .syj3xrn {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.e1otdy .vbtpw0q {
  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);
}
.e1otdy .gi6bed {
  position: static; width: 100%; aspect-ratio: 4/3; border-radius: 16px;
}
.e1otdy.b666q .syj3xrn { padding: 32px 0 32px 32px; }

/* split-inset: картинка з відступами і тінню, не на весь блок */
.cxzi .syj3xrn {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.cxzi .vbtpw0q {
  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);
}
.cxzi .gi6bed {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}

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

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

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

/* ── Hero: split-cards ────────────────────────────────────────────────────── */
.lnssy .l28a2xr {
  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);
}
.kgcb6 {
  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;
}
.kgcb6:last-child { border-bottom: none; }
.kgcb6:hover { background: rgba(255,255,255,0.14); }
.jp9b { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1; }
.ur2jh3f { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.ygzprya2 { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mpz13k3q { font-weight: 700; font-size: 0.95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gxldtj4 { font-size: 0.82rem; color: rgba(255,255,255,0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hfphti { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.jx9z { font-weight: 800; font-size: 1.3rem; color: var(--accent-pale); }
.jx9z small { font-size: 0.7rem; font-weight: 500; opacity: 0.6; }
.n0cvzpo { font-size: 0.8rem; padding: 6px 14px; white-space: nowrap; }

/* ── Hero: cards-top ─────────────────────────────────────────────────────── */
.cx04sqf { padding-bottom: 0; }
.cx04sqf .g09st5r { padding-bottom: 24px; }
.kswz38 {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  padding: 0 24px 32px; max-width: 960px; margin: 0 auto; width: 100%;
}
.jpdm9 {
  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;
}
.jpdm9:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.4); }
.y70m { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.z9k3 { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.gneal1 { font-weight: 700; font-size: 0.9rem; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hcb0vkp { font-size: 0.8rem; color: rgba(255,255,255,0.75); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nocqrk { font-weight: 800; font-size: 1.3rem; color: var(--accent-pale); flex-shrink: 0; }
.nocqrk small { font-size: 0.7rem; font-weight: 500; opacity: 0.6; }

/* ── Hero: offer-cards ──────────────────────────────────────────────────── */
.dxmijed .ti32v32f {
  display: flex !important; flex-direction: column; justify-content: center;
  gap: 6px; padding: 28px 24px;
}
.ojhf9gm {
  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;
}
.ojhf9gm:hover { background: var(--bg-hover); }

/* ── Hero: floating-cards ────────────────────────────────────────────────── */
.movhxb .syj3xrn { display: flex !important; align-items: center; justify-content: center; position: relative; }
.e161eze3 {
  display: flex; flex-direction: column; gap: 12px;
  padding: 32px 24px; width: 100%; max-width: 420px;
}
.eiytub {
  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;
}
.eiytub:hover { transform: translateX(calc(var(--fi) * 12px)) translateY(-2px); }
.i21um9k { width: 46px; height: 46px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.s1wne { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.y7qdi { font-weight: 700; font-size: 0.85rem; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ny6flur { font-size: 0.78rem; color: rgba(255,255,255,0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.e9thml2 { font-weight: 800; font-size: 1.2rem; color: var(--accent-pale); flex-shrink: 0; }

/* ── Hero: numbered-top ──────────────────────────────────────────────────── */
.bkoxqqa1 .g09st5r { max-width: 960px; }
.axko5y {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  margin: 28px 0 32px;
}
.khk8 {
  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;
}
.khk8:hover { transform: translateY(-2px); background: rgba(0,0,0,0.55); }
.hz68y5 { font-weight: 900; font-size: 1.5rem; color: var(--accent-pale); flex-shrink: 0; line-height: 1; }
.sfgav5x1 { width: 36px; height: 36px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.aaeof3 { font-weight: 700; font-size: 0.85rem; white-space: nowrap; }
.rbm7om { font-size: 0.78rem; color: rgba(255,255,255,0.7); white-space: nowrap; }


@media (max-width: 700px) {
  .pru0i9 { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .pru0i9 .syj3xrn { display: none !important; }
  .movhxb .syj3xrn { display: none !important; }
  .lnssy .l28a2xr { display: none !important; }
  .dxmijed .ti32v32f { display: none !important; }
  .uczr  { padding: 36px 24px; }
  .pru0i9~.t5sahr7,.b666q~.t5sahr7{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  /* cap hero height variants on mobile */
  .pd903, .pru0i9 { min-height: 320px !important; }
  /* reduce oversized headings on mobile */
  .wag20r { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  /* cards-top: hide on mobile */
  .kswz38 { display: none !important; }
  /* numbered: stack */
  .axko5y { flex-direction: column; align-items: center; }
  .khk8 { width: 100%; max-width: 340px; }
}

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

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

/* rounded */
.tgej .pkobeov9        { border-radius: 16px; }
.tgej .hld4ffm  { border-radius: 16px; }

/* shadow */
.or2uvd9 .pkobeov9         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.or2uvd9 .hld4ffm   { border-radius: 8px; }


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

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

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

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

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

.l7rwudt .jtae:nth-child(even) .pn0dzp .hfiyilx8:nth-child(odd),
.wcip .jtae:nth-child(even) .pn0dzp .hfiyilx8:nth-child(odd)  { background: var(--bg-card); }
.l7rwudt .jtae:nth-child(even) .pn0dzp .hfiyilx8:nth-child(even),
.wcip .jtae:nth-child(even) .pn0dzp .hfiyilx8:nth-child(even) { background: var(--bg-card-inner); }

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

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

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

/* ── Reviews heading above lead (review_visible=hide variant) ───────────────*/
.dx14o { font-size: 1.35rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }

/* ── Lead & intro/outro ──────────────────────────────────────────────────────*/
.nxorsk4v { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .nxorsk4v { display: none; } }
.oa49 {
  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;
}
.zlpxtv { margin-right: 8px; color: var(--c-arrow); }
/* intro/outro — blended with body text (classes kept for easy re-styling) */
.izfw { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.nlexvbog { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }

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

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

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

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

/* pills: горизонтальні pill-бейджі, без заголовка, без рамки контейнера */
.rj51 .tk0gtg1 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.rj51 .c0j7 { display: none; }
.rj51 .xfl5lty { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.rj51 .xfl5lty li { margin-bottom: 0; }
.rj51 .xfl5lty 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;
}
.rj51 .xfl5lty a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

/* cards: сітка карток з номером-кружечком, з заголовком */
.m7upk .tk0gtg1 { padding: 20px 20px 16px; }
.m7upk .xfl5lty {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px;
  counter-reset: toc-c;
}
.m7upk .xfl5lty li { counter-increment: toc-c; margin-bottom: 0; }
.m7upk .xfl5lty 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);
}
.m7upk .xfl5lty 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;
}
.m7upk .xfl5lty a:hover { color: var(--accent-light); border-color: var(--accent); }

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

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

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

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

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

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

/* subs-flat: мінімальний, без фону */
.cqb9jg2g .hfiyilx8 { background: none; border-radius: 0; padding: 12px 0; }
.cqb9jg2g .hfiyilx8 + .hfiyilx8 { border-top: 1px solid var(--border-section); }
.ggi0 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.u0vqiwd { color: var(--text-body); margin-top: 12px; font-size: inherit; }

/* ── intro_style variants (disabled — all blend with body text now) ──────────
   To re-enable visual distinction, uncomment the blocks below.

.hfq6fe .izfw,
.hfq6fe .nlexvbog,
.hfq6fe .ggi0,
.hfq6fe .u0vqiwd { font-style: normal; color: var(--text-body); }

.qhig .izfw,
.qhig .nlexvbog {
  font-style: italic;
  border-left: 3px solid var(--border-section); padding-left: 12px;
}
.qhig .ggi0,
.qhig .u0vqiwd {
  font-style: italic;
  border-left: 2px solid var(--border); padding-left: 10px;
}

.z77k .izfw,
.z77k .nlexvbog,
.z77k .ggi0,
.z77k .u0vqiwd {
  font-style: normal;
  background: var(--bg-raised); border-radius: 6px;
  padding: 10px 14px; color: var(--text-sub);
}
────────────────────────────────────────────────────────────────────────────── */

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

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

.drlsjl     .fq1q { list-style-type: "● "; }
.v6xu  .fq1q { list-style-type: "■ "; }
.suexx .fq1q { list-style-type: "◆ "; }
.a52volji    .fq1q { list-style-type: "★ "; }

.drlsjl     .t6te { list-style-type: "● "; }
.v6xu  .t6te { list-style-type: "■ "; }
.suexx .t6te { list-style-type: "◆ "; }
.a52volji    .t6te { list-style-type: "★ "; }

.drlsjl    .fq1q li::marker, .drlsjl    .t6te li::marker,
.v6xu .fq1q li::marker, .v6xu .t6te li::marker,
.suexx .fq1q li::marker, .suexx .t6te li::marker,
.a52volji   .fq1q li::marker, .a52volji   .t6te li::marker {
  color: var(--accent); font-size: 0.8em;
}

/* ol: CSS-лічильник з кольоровим маркером */
.drlsjl .ynprgjbh,
.v6xu .ynprgjbh,
.suexx .ynprgjbh,
.a52volji .ynprgjbh {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.drlsjl .ynprgjbh li,
.v6xu .ynprgjbh li,
.suexx .ynprgjbh li,
.a52volji .ynprgjbh li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.drlsjl .ynprgjbh li::before,
.v6xu .ynprgjbh li::before,
.suexx .ynprgjbh li::before,
.a52volji .ynprgjbh 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 — залежно від варіанту */
.drlsjl     .ynprgjbh li::before { border-radius: 50%; }
.v6xu  .ynprgjbh li::before { border-radius: 3px; }
.suexx .ynprgjbh li::before { border-radius: 3px; }
.a52volji    .ynprgjbh li::before { border-radius: 50%; }

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

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

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

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

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

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

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

.ebv8z { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.w5ym64c9 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.es2uj4pg { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.aiu6 { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.uq8he { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.t6te { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.t6te li { margin-bottom: 3px; }
.fhnap9 {
  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%;
}
.fhnap9::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%}
.bxdnlr .fhnap9 { margin-left: auto; margin-right: auto; }
.bxdnlr .aiu6 { background: transparent; text-align: center; }

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

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

/* top-circle: маленький кружечок по центру зверху */
.b8agn52c .es2uj4pg {
  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 — повна ширина */
.bifg0c .w5ym64c9 { display: grid; grid-template-columns: auto 1fr; }
.bifg0c .es2uj4pg {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.bifg0c .aiu6 { grid-column: 2; }
.bifg0c .uq8he,
.bifg0c .t6te { grid-column: 1 / -1; }

/* side-circle: кружечок зліва лише в першому рядку; body/list — повна ширина */
.aem7v .w5ym64c9 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.aem7v .es2uj4pg {
  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);
}
.aem7v .aiu6 { grid-column: 2; }
.aem7v .uq8he,
.aem7v .t6te { grid-column: 1 / -1; }


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

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

/* glass: напівпрозорий фон з blur, без рамок */
.cge84dz .w5ym64c9 { 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); }
.cge84dz .aiu6 { background: none; color: var(--accent-light); font-weight: 700; }

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

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

/* numbered: CSS-лічильник у вигляді кружечка перед заголовком */
.rvpc9u .ebv8z { counter-reset: card-n; }
.rvpc9u .w5ym64c9  { counter-increment: card-n; }
.rvpc9u .aiu6 { display: flex; align-items: center; gap: 10px; }
.rvpc9u .aiu6::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: мінімальний, нейтральний заголовок, тонка рамка */
.kmykfg .w5ym64c9 { background: var(--bg-surface); border: 1px solid var(--border); }
.kmykfg .aiu6 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }

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

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

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

/* ── CTA button ──────────────────────────────────────────────────────────────*/
.scnkl81 {
  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;
}
.scnkl81:hover { opacity: 0.85; }

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

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

/* pill = solid but very rounded */
.d1h4e .fsfn { border-radius: 50px; }
.d1h4e .scnkl81  { border-radius: 50px; }
/* btn_pad */
.llw0 .fsfn { padding-left: 22px; padding-right: 22px; }
.llw0 .scnkl81  { padding-left: 12px; padding-right: 12px; }
.s668k0xd .fsfn { padding-left: 44px; padding-right: 44px; }
.s668k0xd .scnkl81  { padding-left: 24px; padding-right: 24px; }
.abdkbpu7 .fsfn { padding-left: 56px; padding-right: 56px; }
.abdkbpu7 .scnkl81  { padding-left: 32px; padding-right: 32px; }

/* ── btn_icon: SVG-іконки на .fsfn і .scnkl81 (mask на currentColor) ──────*/
/* ::after — усі іконки після тексту (праворуч) */
.oqz3o   .fsfn::after, .oqz3o   .scnkl81::after,
.i4l5zpv .fsfn::after, .i4l5zpv .scnkl81::after,
.wpy7    .fsfn::after, .wpy7    .scnkl81::after,
.ilcpq    .fsfn::after, .ilcpq    .scnkl81::after,
.mio5    .fsfn::after, .mio5    .scnkl81::after,
.elwu1     .fsfn::after, .elwu1     .scnkl81::after,
.pm1p14    .fsfn::after, .pm1p14    .scnkl81::after,
.g27env6a   .fsfn::after, .g27env6a   .scnkl81::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 — кожна іконка */
.oqz3o .fsfn::after, .oqz3o .scnkl81::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");
}
.i4l5zpv .fsfn::after, .i4l5zpv .scnkl81::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");
}
.wpy7 .fsfn::after, .wpy7 .scnkl81::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");
}
.ilcpq .fsfn::after, .ilcpq .scnkl81::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");
}
.mio5 .fsfn::after, .mio5 .scnkl81::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");
}
.elwu1 .fsfn::after, .elwu1 .scnkl81::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");
}
.pm1p14 .fsfn::after, .pm1p14 .scnkl81::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");
}
.g27env6a .fsfn::after, .g27env6a .scnkl81::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 ────────*/
.oqjy   .ztrfxt::after, .oqjy   .lnrp::after,
.coch0v .ztrfxt::after, .coch0v .lnrp::after,
.fe6m0y    .ztrfxt::after, .fe6m0y    .lnrp::after,
.kqf72    .ztrfxt::after, .kqf72    .lnrp::after,
.gyu0    .ztrfxt::after, .gyu0    .lnrp::after,
.yc2tfd6     .ztrfxt::after, .yc2tfd6     .lnrp::after,
.jx0xeyr    .ztrfxt::after, .jx0xeyr    .lnrp::after,
.y1xze   .ztrfxt::after, .y1xze   .lnrp::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;
}
.oqjy .ztrfxt::after, .oqjy .lnrp::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");
}
.coch0v .ztrfxt::after, .coch0v .lnrp::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");
}
.fe6m0y .ztrfxt::after, .fe6m0y .lnrp::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");
}
.kqf72 .ztrfxt::after, .kqf72 .lnrp::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");
}
.gyu0 .ztrfxt::after, .gyu0 .lnrp::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");
}
.yc2tfd6 .ztrfxt::after, .yc2tfd6 .lnrp::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");
}
.jx0xeyr .ztrfxt::after, .jx0xeyr .lnrp::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");
}
.y1xze .ztrfxt::after, .y1xze .lnrp::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 ─────────────────────────────────────────────────────────*/
.fp72z7 { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }


.txxnld {
  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 */
.txxnld > [itemprop="item"] { display: contents; }
.txxnld:hover { background: var(--bg-hover); }
.ceajrq {
  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;
}
/* cs_logo_bg variants — override default accent-bg */
.n58jvmwq .ceajrq { background: #1a1a1a; }
.d6hb6k3e .ceajrq { background: rgba(128,128,128,.12); }
.feffdob .ceajrq { background: var(--bg-raised); }
.n2mx .ceajrq { background: transparent; padding: 0; }
.zn69jfj { max-height: 34px; max-width: 80px; object-fit: contain; }
.upc3 { font-weight: 700; font-size: .85rem; color: var(--accent-light); }
.qan1wzat { display: flex; align-items: center; gap: 12px; flex-shrink: 1; min-width: 0; }
.midb { font-weight: 700; font-size: .88rem; color: var(--text-primary); flex-shrink: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.zwpcu { color: var(--accent); font-size: .8rem; letter-spacing: 1px; flex-shrink: 1; min-width: 0; }
.fx5h { display: flex; flex-direction: column; align-items: center; font-size: .78rem; flex: 1 1 0; min-width: 0; }
.g14n { color: var(--text-label); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.gn9hw7 { color: var(--text-value); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.ig6fk { margin-left: auto; flex-shrink: 0; white-space: nowrap; }
.ig6fk.scnkl81 { padding-left: 16px !important; padding-right: 16px !important; }
/* планшет / мобіль: 1 картка в ряд */
@media (max-width: 720px) {
  .fp72z7 { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .fp72z7 .txxnld { flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px; }
  .fp72z7 .qan1wzat { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
  .fp72z7 .ceajrq { width: 100%; min-width: unset; height: 52px; }
  .fp72z7 .zn69jfj { max-height: 40px; max-width: 110px; }
  .fp72z7 .midb { min-width: unset; text-align: center; white-space: normal; }
  .fp72z7 .fx5h { flex-direction: row; justify-content: space-between; width: 100%; border-top: 1px solid var(--border); padding-top: 5px; }
  .fp72z7 .ig6fk { width: 100%; text-align: center; margin-left: 0; }
  .edexvys1 .txxnld { row-gap: 8px !important; gap: 8px !important; }
}

/* ── Casino reviews ──────────────────────────────────────────────────────────*/
.wbsn {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.pt8iuhh {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.htv8 {
  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;
}
.htv8 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.ubj0twoi { color: var(--accent); font-weight: 700; font-size: 0.85rem; text-align: center; }
.zofj { flex: 1; }
.zofj h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.cek5ttq9 { color: var(--c-stars); font-size: 1.1rem; }
.v6f2g { margin-bottom: 8px; }
.fauk { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.y32m65::before   { content: "★ "; color: var(--accent); }
.ebar3mck::before { content: "↓ "; color: var(--accent); }
.cczqo1wk::before { content: "✦ "; color: var(--accent); }
.bp7k { flex-shrink: 0; }
.y3njjdk img.yt1ovi34 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.ej4a { padding: 20px 24px; }
.y2nk6vgs { color: var(--text-muted); margin-bottom: 16px; }
.o3ht7m { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.lar87d, .he1u { list-style: none; font-size: 0.9rem; }
.lar87d li { color: var(--c-pros); margin-bottom: 4px; }
.he1u li { color: var(--c-cons); margin-bottom: 4px; }
/* CSS маркери для pros/cons замість символів в HTML */
.lar87d li::before { content: "✓"; margin-right: 5px; }
.he1u li::before { content: "✗"; margin-right: 5px; }
.gz7lz7he .lar87d li::before { content: "→"; }
.gz7lz7he .he1u li::before { content: "–"; }
.oqptcxg  .lar87d li::before { content: "★"; }
.oqptcxg  .he1u li::before { content: "✕"; }
.oi67v3d    .lar87d li::before { content: "◆"; }
.oi67v3d    .he1u li::before { content: "▲"; }
.amt6857  .lar87d li::before { content: "▶"; }
.amt6857  .he1u li::before { content: "■"; }
.mwra { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.xucdr8vw { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.fynpb { background: var(--bg-pros); color: var(--c-tag-pay); }

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


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

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

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

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

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

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

/* ── Brand card (single brand, two-column hero) ─────────────────────────────*/
/* ═══════════════════════════════════════════════════════════════════════════
   BRAND CARD — shared tokens
   ═══════════════════════════════════════════════════════════════════════════ */
.ojg73rj8 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 12px;
  margin: 28px 0;
  overflow: hidden;
}
.mdqrl {
  width: 100px; height: 68px;
  display: flex; align-items: center; justify-content: center;
  background: var(--surface); border-radius: 10px; padding: 8px;
  flex-shrink: 0;
}
.mdqrl img { max-width: 100%; max-height: 100%; object-fit: contain; }
.ny1ro { font-size: 1.15rem; font-weight: 700; color: var(--text); }
.a5w57dz { display: flex; align-items: center; gap: 8px; }
.a5w57dz .cek5ttq9 { font-size: .95rem; }
.a5w57dz strong { font-size: 1.1rem; color: var(--text); }
.nlr5q { border-radius: 8px; overflow: hidden; }
.nlr5q img { width: 100%; display: block; border-radius: 8px; }
.sjxykv { text-align: center; flex-shrink: 0; }
.c5byhl8g { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; }
.bj9duje { font-size: .82rem; color: var(--text-muted); font-weight: 500; }
.cto1 { font-size: .88rem; font-weight: 600; color: var(--text); }
.qt30 .cto1 { font-size: 1.02rem; font-weight: 700; color: var(--accent); }
.ojg73rj8 .hah31 { gap: 10px; }
.ojg73rj8 .fbt86r6, .ojg73rj8 .n72knik { padding: 12px; }
.ojg73rj8 .fbt86r6 ul, .ojg73rj8 .n72knik ul { margin: 4px 0 0; padding-left: 18px; }
.ojg73rj8 .fbt86r6 li, .ojg73rj8 .n72knik li { font-size: .85rem; margin-bottom: 3px; }
.tsur { font-size: .8rem; color: var(--text-muted); margin-top: 10px; }
.tsur strong { color: var(--text-secondary); }
.tsur .xucdr8vw { margin: 2px 4px 2px 0; }

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

/* ── LAYOUT 2: hero — full-width screenshot header ────────────────────────── */
.rv53bb {
  position: relative; max-height: 240px; overflow: hidden;
}
.rv53bb > img { width: 100%; display: block; object-fit: cover; min-height: 160px; }
.ihjmj4g {
  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;
}
.ihjmj4g .mdqrl { background: rgba(255,255,255,.15); backdrop-filter: blur(8px); border-radius: 10px; }
.ihjmj4g .ny1ro { color: #fff; font-size: 1.25rem; }
.ihjmj4g .a5w57dz strong { color: #fff; }
.ihjmj4g .a5w57dz .cek5ttq9 { filter: brightness(1.2); }
.ihjmj4g .sjxykv { margin-left: auto; white-space: nowrap; }
.j1ea7w { flex: 1; }
.bkrg2rs {
  display: flex; align-items: center; gap: 16px; padding: 20px 24px;
  border-bottom: 1px solid var(--border-alt);
}
.bkrg2rs .sjxykv { margin-left: auto; }
.qzvytusg { display: flex; flex-direction: column; gap: 16px; padding: 20px 24px; }
.amvdb .hnw6uia {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden;
}
.amvdb .c5byhl8g {
  flex: 1 1 auto; min-width: 120px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
}
.amvdb .qt30 { flex-basis: 100%; background: var(--accent-bg); border-right: none; }
@media (max-width: 720px) {
  .ihjmj4g { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .qzvytusg { padding: 16px; }
  .amvdb .c5byhl8g { min-width: 50%; }
}

/* ── LAYOUT 3: magazine — editorial 3-column ──────────────────────────────── */
.dl7bpooe {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.pnos { flex: 1; }
.pnos .ny1ro { font-size: 1.3rem; }
.buc890b4 {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0;
}
.n45b0b { padding: 16px; border-right: 1px solid var(--border-alt); }
.n45b0b .nlr5q { height: 100%; }
.n45b0b .nlr5q img { height: 100%; object-fit: cover; }
.onwc { padding: 0; border-right: 1px solid var(--border-alt); }
.onwc .hnw6uia { display: flex; flex-direction: column; }
.onwc .c5byhl8g { border-bottom: 1px solid var(--border-alt); }
.onwc .qt30 { background: var(--accent-bg); }
.dhhuer2h { padding: 16px; }
.dhhuer2h .hah31 { grid-template-columns: 1fr; }
.awnh7fm {
  padding: 12px 24px; border-top: 1px solid var(--border-alt);
  display: flex; flex-wrap: wrap; gap: 12px;
}
@media (max-width: 860px) {
  .buc890b4 { grid-template-columns: 1fr; }
  .n45b0b { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .onwc { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .dl7bpooe { flex-wrap: wrap; padding: 16px; }
}

/* ── LAYOUT 4: compact — header bar → screenshot → data ──────────────────── */
.k728 {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 16px 20px; border-bottom: 1px solid var(--border-alt);
}
.yh27bxz {
  display: flex; align-items: center; gap: 12px; flex: 1;
}
.yh27bxz .mdqrl { width: 72px; height: 50px; }
.yh27bxz .ny1ro { font-size: 1rem; white-space: nowrap; }
.cz7aupn { border-bottom: 1px solid var(--border-alt); max-height: 280px; overflow: hidden; }
.cz7aupn img { width: 100%; display: block; object-fit: cover; }
.o444 {
  display: flex; flex-direction: column; gap: 10px; padding: 14px 16px; overflow: hidden;
}
.hvg8r6 .hnw6uia { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.hvg8r6 .c5byhl8g { padding: 0; flex: 0 0 auto; gap: 6px; }
.hvg8r6 .qt30 { display: none; }
.hvg8r6 .hah31 { gap: 8px; }
.hvg8r6 .fbt86r6, .hvg8r6 .n72knik { padding: 8px; }
@media (max-width: 480px) {
  .k728 { flex-direction: column; align-items: stretch; }
}

/* ── LAYOUT 8: mini — compact single-row bar for topic pages ─────────────── */
.ls63tp7 { padding: 0; }
.q7hq5ul {
  display: flex; align-items: center; gap: 16px; padding: 12px 20px; flex-wrap: wrap;
}
.fcpth {
  display: flex; align-items: center; gap: 10px; flex-shrink: 0;
}
.fcpth .mdqrl { width: 48px; height: 48px; }
.fcpth .ny1ro { font-size: 0.95rem; font-weight: 700; white-space: nowrap; }
.fcpth .a5w57dz { font-size: 0.8rem; }
.fcpth .a5w57dz strong { font-size: 0.85rem; }
.ffwql8f { flex: 1; min-width: 0; overflow: hidden; }
.ls63tp7 .hnw6uia {
  display: flex; flex-wrap: wrap; gap: 4px 14px;
}
.ls63tp7 .c5byhl8g { padding: 0; flex: 0 0 auto; gap: 4px; }
.ls63tp7 .bj9duje { font-size: 0.7rem; }
.ls63tp7 .cto1 { font-size: 0.8rem; }
.ls63tp7 .qt30 .cto1 { font-size: 0.85rem; font-weight: 700; }
.ls63tp7 .sjxykv .scnkl81 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .q7hq5ul { flex-direction: column; align-items: stretch; gap: 10px; }
  .ls63tp7 .sjxykv { text-align: center; }
}

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

/* ── LAYOUT 6: scorecard — big score centerpiece ──────────────────────────── */
.tx9e0n {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: center;
  border-bottom: 1px solid var(--border-alt);
}
.d6ou {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 20px; text-align: center;
}
.pt43p {
  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;
}
.krz0z { font-size: 1.8rem; font-weight: 800; color: var(--accent); line-height: 1; }
.krz0z .hneu7gz { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.pt43p .cek5ttq9 { font-size: .75rem; margin-top: 2px; }
.im5y5 { padding: 12px; display: flex; align-items: center; flex: 1; }
.im5y5 .nlr5q { width: 100%; }
.a1e5t {
  padding: 0; border-bottom: 1px solid var(--border-alt);
}
.zwvdb66b .hnw6uia {
  display: flex; flex-wrap: wrap;
}
.zwvdb66b .c5byhl8g {
  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;
}
.zwvdb66b .c5byhl8g:last-child { border-right: none; }
.zwvdb66b .bj9duje { font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; }
.zwvdb66b .qt30 { background: var(--accent-bg); }
.kbjv3l { padding: 16px 20px; display: flex; flex-direction: column; gap: 14px; }
@media (max-width: 720px) {
  .tx9e0n { grid-template-columns: 1fr; }
  .pt43p { width: 100px; height: 100px; margin: 16px auto; }
  .krz0z { font-size: 1.4rem; }
  .im5y5 { justify-content: center; }
  .zwvdb66b .c5byhl8g { min-width: 50%; }
}

/* ── LAYOUT 7: stack — vertical full-width flow ──────────────────────────── */
.p7zq2t {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.vzgg { max-height: 240px; overflow: hidden; border-bottom: 1px solid var(--border-alt); }
.vzgg img { width: 100%; display: block; object-fit: cover; }
.o1mja { padding: 16px 24px; border-bottom: 1px solid var(--border-alt); }
.m3hx .hnw6uia {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.m3hx .c5byhl8g {
  background: var(--surface); border: 1px solid var(--border-alt);
  border-radius: 20px; padding: 6px 14px; gap: 8px;
}
.m3hx .qt30 {
  background: var(--accent-bg); border-color: var(--accent-pale);
}
.m3hx .hah31 { margin: 0 24px; padding-top: 16px; }
.m3hx .tsur { padding: 0 24px; }
.rmsztos { padding: 16px 24px; border-top: 1px solid var(--border-alt); text-align: center; }
.rmsztos .sjxykv { display: inline-block; }
@media (max-width: 540px) {
  .p7zq2t { flex-wrap: wrap; padding: 14px 16px; }
  .o1mja { padding: 12px 16px; }
  .m3hx .hah31 { margin: 0 16px; }
  .m3hx .tsur { padding: 0 16px; }
  .rmsztos { padding: 12px 16px; }
}


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

/* grid: showcase в 2-col grid, review компактніший */
.q2tuhwbf .fp72z7 {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px;
}
.q2tuhwbf .fp72z7 .txxnld:only-child {
  grid-column: 1 / -1; flex-direction: row; align-items: center; padding: 18px 24px; gap: 16px;
}
.q2tuhwbf .fp72z7 .txxnld:only-child .qan1wzat { flex-direction: row; width: auto; }
.q2tuhwbf .fp72z7 .txxnld:only-child .ceajrq { width: 72px; height: 52px; min-width: 72px; }
.q2tuhwbf .fp72z7 .txxnld:only-child .midb { text-align: left; }
.q2tuhwbf .fp72z7 .txxnld:only-child .fx5h { flex-direction: row; width: auto; border-top: none; padding-top: 0; }
.q2tuhwbf .fp72z7 .txxnld:only-child .ig6fk { width: auto; }
.q2tuhwbf .fp72z7 .txxnld {
  flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px;
}
.q2tuhwbf .fp72z7 .qan1wzat { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
.q2tuhwbf .fp72z7 .ceajrq { width: 100%; min-width: unset; height: 52px; }
.q2tuhwbf .fp72z7 .midb { min-width: unset; text-align: center; white-space: normal; }
.q2tuhwbf .fp72z7 .fx5h {
  flex-direction: row; justify-content: space-between;
  width: 100%; border-top: 1px solid var(--border); padding-top: 5px;
}
.q2tuhwbf .fp72z7 .ig6fk { width: 100%; text-align: center; margin-left: 0; }
.q2tuhwbf .pt8iuhh { gap: 14px; }

/* ranked: accent-pill значення + uppercase лейбли (нумерація — через cs_rank) */
.pkvu .g14n {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.pkvu .gn9hw7 {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.pkvu .zwpcu { color: var(--accent); }
.pkvu .pt8iuhh { background: var(--accent-bg); }
.pkvu .y32m65, .pkvu .ebar3mck, .pkvu .cczqo1wk {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}

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

/* accent: акцентна смуга зверху на showcase-картках, кольоровий заголовок review */
.de73 .txxnld { border-top: 3px solid var(--accent); }
/* casino-accent logo bg тепер через cs_logo_bg варіант */
.de73 .wbsn { overflow: hidden; }
.de73 .pt8iuhh { background: var(--accent-bg); }

/* compact: менші відступи всюди */
.lzqnwot .txxnld { padding: 8px 14px; gap: 12px; }
.lzqnwot .ceajrq { height: 32px; min-width: 52px; }
.lzqnwot .zn69jfj { max-height: 24px; }
.lzqnwot .midb { font-size: 0.82rem; }
.lzqnwot .pt8iuhh { padding: 14px 18px; gap: 14px; }
.lzqnwot .ej4a { padding: 14px 18px; }
.lzqnwot .htv8 { width: 70px; }
.lzqnwot .zofj h3 { font-size: 1.05rem; }

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

/* bordered: таблиця з усіма рамками */
.edexvys1 .fp72z7 {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.edexvys1 .txxnld {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.edexvys1 .txxnld:last-child { border-bottom: none; }
/* вертикальні межі між колонками */
.edexvys1 .zwpcu,
.edexvys1 .dz8k86,
.edexvys1 .cdm6 { border-left: 1px solid var(--border); padding-left: 10px; }
.edexvys1 .midb { padding: 0 10px; }

/* ── casino-named: назва під лого (column) ────────────────────────────────*/
.hkqs3tm .qan1wzat { flex-direction: column; align-items: center; gap: 4px; min-width: 110px; flex-shrink: 0; }
.hkqs3tm .midb { text-align: center; white-space: normal; font-size: .82rem; line-height: 1.2; }
.hkqs3tm .ceajrq { min-width: 80px; height: 52px; }
.hkqs3tm .zn69jfj { max-height: 42px; max-width: 100px; }

/* ── casino-named-top: назва над лого ─────────────────────────────────────*/
.rwr1u5 .qan1wzat { flex-direction: column-reverse; align-items: center; gap: 4px; min-width: 110px; flex-shrink: 0; }
.rwr1u5 .midb { text-align: center; white-space: normal; font-size: .82rem; line-height: 1.2; }
.rwr1u5 .ceajrq { min-width: 80px; height: 52px; }
.rwr1u5 .zn69jfj { max-height: 42px; max-width: 100px; }

/* ── casino-wide: високі горизонтальні картки з великим лого ───────────────*/
.y5ag4wid .fp72z7 { gap: 12px; }
.y5ag4wid .txxnld {
  padding: 18px 24px; gap: 20px; border-radius: 12px;
  min-height: 80px;
}
.y5ag4wid .ceajrq {
  min-width: 90px; height: 64px; padding: 6px 12px; border-radius: 10px;
}
.y5ag4wid .zn69jfj { max-height: 52px; max-width: 120px; }
.y5ag4wid .midb { font-size: 1rem; }
.y5ag4wid .fx5h { font-size: .85rem; }
.y5ag4wid .gn9hw7 { font-size: .9rem; }
.y5ag4wid .ig6fk.scnkl81 { padding: 10px 24px !important; font-size: .9rem; }

/* ── casino-jumbo: дуже великі картки, лого + інтерфейс скриншот ──────────*/
.judmj .fp72z7 { gap: 16px; }
.judmj .txxnld {
  padding: 24px 28px; gap: 24px; border-radius: 14px;
  min-height: 100px; border-width: 2px;
}
.judmj .ceajrq {
  min-width: 110px; height: 80px; padding: 8px 14px; border-radius: 12px;
  background: var(--bg-raised);
}
.judmj .zn69jfj { max-height: 64px; max-width: 140px; }
.judmj .midb { font-size: 1.1rem; font-weight: 800; }
.judmj .zwpcu { font-size: .95rem; letter-spacing: 2px; }
.judmj .fx5h { font-size: .9rem; }
.judmj .gn9hw7 { font-size: .95rem; font-weight: 700; }
.judmj .g14n { font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; }
.judmj .ig6fk.scnkl81 { padding: 12px 32px !important; font-size: .95rem; font-weight: 700; }

/* ── grid / compact: на мобілі допускаємо 2 колонки (картки досить вузькі) */
@media (max-width: 720px) {
  .q2tuhwbf .fp72z7,
  .lzqnwot .fp72z7 {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── cs_cols: feature — бонус-колонка виділена як головна ──────────────────*/
.ongh .dz8k86 { flex: 1.8; }
.ongh .dz8k86 .gn9hw7 {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.ongh .dz8k86 .g14n { font-weight: 700; color: var(--text-primary); }
.ongh .cnt2iqh,
.ongh .srvv2qm,
.ongh .q7zeg0p6 { flex: 0.75; opacity: 0.65; }

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

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

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

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

/* score в оглядах — ховаємо зірки */
.vfltcce0 .v6f2g .cek5ttq9,
.s2o8w .v6f2g .cek5ttq9,
.whcdfj2 .v6f2g .cek5ttq9 { display: none; }

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

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

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

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

/* ── Sections ────────────────────────────────────────────────────────────────*/
.jtae { margin-bottom: 0; }
.b1j0grge h2.bpa5h0 { color: var(--accent-light); border-color: var(--accent); }
.yq5bi23 h2.bpa5h0 { color: var(--accent-light); border-color: var(--accent); }

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

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

/* vivid: смарагд / рожевий / фіолетовий */
.mw7ma .h7lk1     { background: #052e16; border-color: #10b981; }
.mw7ma .ms5qg { background: #2d0a1e; border-color: #f43f5e; }
.mw7ma .x0gs    { background: #1e1036; border-color: #a855f7; }
.mw7ma .gau7mg strong  { color: #f1f5f9; }
.mw7ma .gau7mg p       { color: #cbd5e1; }
.mw7ma .ngje7725    .h7lk1     .eqq6::before,
.mw7ma .b7z14  .h7lk1     .eqq6::before,
.mw7ma .cvfvyi  .h7lk1     .eqq6::before,
.mw7ma .ga2nvz2 .h7lk1     .eqq6::before { color: #10b981; }
.mw7ma .ngje7725    .ms5qg .eqq6::before,
.mw7ma .b7z14  .ms5qg .eqq6::before,
.mw7ma .cvfvyi  .ms5qg .eqq6::before,
.mw7ma .ga2nvz2 .ms5qg .eqq6::before { color: #f43f5e; }
.mw7ma .ngje7725    .x0gs    .eqq6::before,
.mw7ma .b7z14  .x0gs    .eqq6::before,
.mw7ma .cvfvyi  .x0gs    .eqq6::before,
.mw7ma .ga2nvz2 .x0gs    .eqq6::before { color: #a855f7; }

/* warm: жовтий / червоний / помаранчевий */
.stt3j .h7lk1     { background: #2d2000; border-color: #eab308; }
.stt3j .ms5qg { background: #2d0b0b; border-color: #ef4444; }
.stt3j .x0gs    { background: #2d1600; border-color: #f97316; }
.stt3j .gau7mg strong  { color: #f1f5f9; }
.stt3j .gau7mg p       { color: #cbd5e1; }
.stt3j .ngje7725    .h7lk1     .eqq6::before,
.stt3j .b7z14  .h7lk1     .eqq6::before,
.stt3j .cvfvyi  .h7lk1     .eqq6::before,
.stt3j .ga2nvz2 .h7lk1     .eqq6::before { color: #eab308; }
.stt3j .ngje7725    .ms5qg .eqq6::before,
.stt3j .b7z14  .ms5qg .eqq6::before,
.stt3j .cvfvyi  .ms5qg .eqq6::before,
.stt3j .ga2nvz2 .ms5qg .eqq6::before { color: #ef4444; }
.stt3j .ngje7725    .x0gs    .eqq6::before,
.stt3j .b7z14  .x0gs    .eqq6::before,
.stt3j .cvfvyi  .x0gs    .eqq6::before,
.stt3j .ga2nvz2 .x0gs    .eqq6::before { color: #f97316; }

/* cool: блакитний / індиго / бірюзовий */
.pyybx9 .h7lk1     { background: #0c1a2e; border-color: #38bdf8; }
.pyybx9 .ms5qg { background: #12103a; border-color: #818cf8; }
.pyybx9 .x0gs    { background: #0a2020; border-color: #2dd4bf; }
.pyybx9 .gau7mg strong  { color: #f1f5f9; }
.pyybx9 .gau7mg p       { color: #cbd5e1; }
.pyybx9 .ngje7725    .h7lk1     .eqq6::before,
.pyybx9 .b7z14  .h7lk1     .eqq6::before,
.pyybx9 .cvfvyi  .h7lk1     .eqq6::before,
.pyybx9 .ga2nvz2 .h7lk1     .eqq6::before { color: #38bdf8; }
.pyybx9 .ngje7725    .ms5qg .eqq6::before,
.pyybx9 .b7z14  .ms5qg .eqq6::before,
.pyybx9 .cvfvyi  .ms5qg .eqq6::before,
.pyybx9 .ga2nvz2 .ms5qg .eqq6::before { color: #818cf8; }
.pyybx9 .ngje7725    .x0gs    .eqq6::before,
.pyybx9 .b7z14  .x0gs    .eqq6::before,
.pyybx9 .cvfvyi  .x0gs    .eqq6::before,
.pyybx9 .ga2nvz2 .x0gs    .eqq6::before { color: #2dd4bf; }

/* accent: використовує динамічний акцент */
.ervtthn0 .h7lk1     { background: var(--accent-bg); border-color: var(--accent); }
.ervtthn0 .ms5qg { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ervtthn0 .x0gs    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ervtthn0 .ngje7725    .eqq6::before,
.ervtthn0 .b7z14  .eqq6::before,
.ervtthn0 .cvfvyi  .eqq6::before,
.ervtthn0 .ga2nvz2 .eqq6::before { color: var(--accent-light) !important; }

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

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

/* classic — фіксовані контрастні кольори незалежно від акценту */
.k62h43ud .fbt86r6 ul li,
.k62h43ud .lar87d li         { color: #4ade80; }
.k62h43ud .fbt86r6 .m08yi { color: #22c55e; }
.k62h43ud .n72knik ul li,
.k62h43ud .he1u li         { color: #f87171; }
.k62h43ud .n72knik .vpw7 { color: #ef4444; }

/* blue: синій pros / amber cons */
.issq6un .fbt86r6 { background: #0c1a2e; }
.issq6un .n72knik { background: #2d1f00; }
.issq6un .fbt86r6 .m08yi { color: #93c5fd; }
.issq6un .n72knik .vpw7 { color: #fcd34d; }
.issq6un .fbt86r6 ul li,
.issq6un .lar87d li            { color: #bfdbfe; }
.issq6un .n72knik ul li,
.issq6un .he1u li            { color: #fde68a; }

/* accent: label акцентний, текст завжди читабельний */
.vdy22 .fbt86r6 { background: var(--accent-bg); }
.vdy22 .n72knik { background: var(--accent-bg-light); }
.vdy22 .fbt86r6 .m08yi { color: var(--accent-pale); }
.vdy22 .n72knik .vpw7 { color: var(--accent-light); }
.vdy22 .fbt86r6 ul li,
.vdy22 .lar87d li          { color: var(--text-body); }
.vdy22 .n72knik ul li,
.vdy22 .he1u li          { color: var(--text-body); }

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

/* check: ✓ / ✗ */
.bpw9c6xq .m08yi::before { content: "✓ "; }
.bpw9c6xq .vpw7::before { content: "✗ "; }

/* arrows: → / ← */
.gz7lz7he .m08yi::before { content: "→ "; }
.gz7lz7he .vpw7::before { content: "← "; }

/* marks: ★ / ✕ */
.oqptcxg .m08yi::before { content: "★ "; }
.oqptcxg .vpw7::before { content: "✕ "; }

/* geo: ◆ / ▲ */
.oi67v3d .m08yi::before { content: "◆ "; }
.oi67v3d .vpw7::before { content: "▲ "; }

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

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

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

/* topbar: смуга зверху */
.pr8c .gau7mg { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.pr8c .h7lk1     { border-top-color: var(--c-tip-border); }
.pr8c .ms5qg { border-top-color: var(--c-warn-border); }
.pr8c .x0gs    { border-top-color: #60a5fa; }

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

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

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

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

.ngje7725 .eqq6,
.b7z14 .eqq6,
.cvfvyi .eqq6,
.ga2nvz2 .eqq6 { font-size: 0; width: 1.1rem; flex-shrink: 0; }

.ngje7725 .eqq6::before,
.b7z14 .eqq6::before,
.cvfvyi .eqq6::before,
.ga2nvz2 .eqq6::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}

/* geo: ✦ ▲ ◉ */
.ngje7725 .h7lk1     .eqq6::before { content: "✦"; color: var(--c-tip-border); }
.ngje7725 .ms5qg .eqq6::before { content: "▲"; color: var(--c-warn-border); }
.ngje7725 .x0gs    .eqq6::before { content: "◉"; color: #60a5fa; }

/* marks: ★ ◆ ● */
.b7z14 .h7lk1     .eqq6::before { content: "★"; color: var(--c-tip-border); }
.b7z14 .ms5qg .eqq6::before { content: "◆"; color: var(--c-warn-border); }
.b7z14 .x0gs    .eqq6::before { content: "●"; color: #60a5fa; }

/* sharp: ▶ ■ ▸ */
.cvfvyi .h7lk1     .eqq6::before { content: "▶"; color: var(--c-tip-border); }
.cvfvyi .ms5qg .eqq6::before { content: "■"; color: var(--c-warn-border); }
.cvfvyi .x0gs    .eqq6::before { content: "▸"; color: #60a5fa; }

/* arrows: → ⬥ ◈ */
.ga2nvz2 .h7lk1     .eqq6::before { content: "→"; color: var(--c-tip-border); }
.ga2nvz2 .ms5qg .eqq6::before { content: "⬥"; color: var(--c-warn-border); }
.ga2nvz2 .x0gs    .eqq6::before { content: "◈"; color: #60a5fa; }

/* ── shadow variant ──────────────────────────────────────────────────────────*/
.jxz5 .menfwl .hfiyilx8,
.jxz5 .pn0dzp .hfiyilx8  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.jxz5 .w5ym64c9                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.jxz5 .txxnld                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.jxz5 .wbsn            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.jxz5 .lwggme3          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.jxz5 .tk0gtg1                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }

/* shadow-none: скидаємо будь-які тіні */
.lqad55 .menfwl .hfiyilx8,
.lqad55 .pn0dzp .hfiyilx8,
.lqad55 .w5ym64c9,
.lqad55 .txxnld,
.lqad55 .wbsn,
.lqad55 .lwggme3,
.lqad55 .tk0gtg1,
.lqad55 .r6t2 .gau7mg { box-shadow: none; }

/* ── text_size variants ──────────────────────────────────────────────────────*/
.dniqb   body, .dniqb   { font-size: 0.9rem; }
.dniqb   .xuymmbm, .dniqb .ggi0, .dniqb .u0vqiwd,
.dniqb   .izfw, .dniqb .nlexvbog { font-size: 0.9rem; }
.dniqb   .fq1q, .dniqb .ynprgjbh { font-size: 0.9rem; }

.j4aw   .xuymmbm, .j4aw .ggi0, .j4aw .u0vqiwd,
.j4aw   .izfw, .j4aw .nlexvbog { font-size: 0.9rem; }
.j4aw   .fq1q, .j4aw .ynprgjbh { font-size: 0.9rem; }

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

.cfbb019j   .xuymmbm, .cfbb019j .ggi0, .cfbb019j .u0vqiwd,
.cfbb019j   .izfw, .cfbb019j .nlexvbog { font-size: 1.08rem; }
.cfbb019j   .fq1q, .cfbb019j .ynprgjbh { font-size: 1.05rem; }
.cfbb019j   .hybq8mu { font-size: 0.97rem; }

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

/* large */
.qsykmh .wag20r      { font-size: 3.2rem; }
.qsykmh h2.bpa5h0 { font-size: 1.9rem; }
.qsykmh h3.lorwf     { font-size: 1.4rem; }

/* display */
.nqz7 .wag20r      { font-size: 3.8rem; }
.nqz7 h2.bpa5h0 { font-size: 2.2rem; }
.nqz7 h3.lorwf     { font-size: 1.6rem; }

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

/* Спільна база: abs-позиція на межі між секціями */
.fm14   .jtae + .jtae::before,
.nhgqk  .jtae + .jtae::before,
.tw46oyt   .jtae + .jtae::before,
.qz7y   .jtae + .jtae::before,
.xvv2rka   .jtae + .jtae::before,
.bh71s8 .jtae + .jtae::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}

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

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

/* dots: три крапки по центру */
.tw46oyt .jtae + .jtae::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: лінія що розчиняється по краях */
.qz7y .jtae + .jtae::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}

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

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

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

/* wave: заповнена хвиля hero-style — ::before виступає вгору з нової секції */
.xnpwb .jtae + .jtae::before,
.pucrjs .jtae + .jtae::before,
.y74m6f .jtae + .jtae::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 */
.l7rwudt .xnpwb .jtae:nth-child(even)::before,
.l7rwudt .pucrjs .jtae:nth-child(even)::before,
.l7rwudt .y74m6f .jtae:nth-child(even)::before { background: var(--bg-surface); }

/* section_bg=stripe: парні секції мають bg-card */
.wcip .xnpwb .jtae:nth-child(even)::before,
.wcip .pucrjs .jtae:nth-child(even)::before,
.wcip .y74m6f .jtae:nth-child(even)::before { background: var(--bg-card); }

/* wave-a: плавна S-хвиля (1 гребінь) */
.xnpwb .jtae + .jtae::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 гребені */
.pucrjs .jtae + .jtae::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: глибока дуга */
.y74m6f .jtae + .jtae::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 у формі хвилі */
.nytii1 .wcvufo,
.q9dccld .wcvufo,
.wyul9ecf .wcvufo { overflow: hidden; }

/* wave: додатковий простір щоб хвиля не закривала CTA */
.nytii1 .g09st5r,
.q9dccld .g09st5r { margin-bottom: 60px; }
.wyul9ecf .g09st5r { margin-bottom: 70px; }
.nytii1 .uczr,
.q9dccld .uczr { padding-bottom: 60px; }
.wyul9ecf .uczr { padding-bottom: 70px; }

.nytii1 .wcvufo::before,
.q9dccld .wcvufo::before,
.wyul9ecf .wcvufo::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 гребінь) */
.nytii1 .wcvufo::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 гребені */
.q9dccld .wcvufo::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: глибока дуга */
.wyul9ecf .wcvufo::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 */
.as3irr .wcvufo:not(.hwshai) .fgnr { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.q0s2zqr .wcvufo:not(.hwshai) .fgnr { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.cnqwpxo  .wcvufo:not(.hwshai) .fgnr { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.jef8yqo7  .wcvufo:not(.hwshai) .fgnr { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }

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

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

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

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

/* hg-solid: суцільний колір без градієнту */
.tns0fox .hwshai { background: var(--accent); }
.tns0fox .hwshai .fgnr { background: none; }
.tns0fox .gi6bed { background: var(--accent); }
.tns0fox .pru0i9 { background: var(--accent-bg); }
.tns0fox .wcvufo:not(.hwshai) .fgnr { background: rgba(0,0,0,0.6); }


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

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

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

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

/* Великі блочні елементи — clear float щоб не стискались */
.th70l .ebv8z,
.th70l .fp72z7,
.kjtmnoou .ebv8z,
.kjtmnoou .fp72z7,
.qr5q0g .ebv8z,
.qr5q0g .fp72z7 { clear: both; }

/* Маркери списків не мають налазити на float-картинку */
.th70l .fq1q,
.th70l .ynprgjbh,
.kjtmnoou .fq1q,
.kjtmnoou .ynprgjbh,
.qr5q0g .fq1q,
.qr5q0g .ynprgjbh { overflow: hidden; }


@media (max-width: 640px) {
  .th70l .pkobeov9,
  .kjtmnoou .pkobeov9,
  .qr5q0g .pkobeov9 { float: none; width: 100%; margin: 0 0 16px 0; }
}

/* ── content_width: ширина контентного контейнера ───────────────────────────*/
/* default = 1100px (задано в .sjqbjyv, .lgvf6c, .i8n8x) */
.bj7rm4z9 .sjqbjyv,
.bj7rm4z9 .lgvf6c,
.bj7rm4z9 .i8n8x  { max-width: 1100px; }
.bj7rm4z9 { --content-mw: 1100px; }
.xvo1 .sjqbjyv,
.xvo1 .lgvf6c,
.xvo1 .i8n8x  { max-width: 1200px; }
.xvo1 { --content-mw: 1200px; }
.kgg2fm .sjqbjyv,
.kgg2fm .lgvf6c,
.kgg2fm .i8n8x  { max-width: 1320px; }
.kgg2fm { --content-mw: 1320px; }

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

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

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

/* float: bc-float-wrap — зовнішній контейнер; bc-inner тільки внутрішній padding картки */
.io2ybnlv {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.nustu6y9 .fgmj950 { padding: 0 16px; }
.nustu6y9 .zyyvdhh {
  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);
}
.nustu6y9 .sjqbjyv { padding-top: 28px; }

/* content-width: above — обидва класи на <body>, тому без пробілу */
.bj7rm4z9.eyoh14g .fgmj950 { max-width: 1100px; }
.xvo1.eyoh14g .fgmj950 { max-width: 1200px; }
.kgg2fm.eyoh14g .fgmj950 { max-width: 1320px; }
/* float — bc-float-wrap окремий елемент, тому з пробілом */
.bj7rm4z9 .io2ybnlv { max-width: 1100px; }
.xvo1 .io2ybnlv { max-width: 1200px; }
.kgg2fm .io2ybnlv { max-width: 1320px; }

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

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

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

/* ── font_weight: жирність тексту ────────────────────────────────────────────*/
/* fw-300: тонкий */
.qlds05w1 { font-weight: 300; }
.qlds05w1 h2.bpa5h0 { font-weight: 600; }
.qlds05w1 h3.lorwf     { font-weight: 600; }
/* fw-400: default — без override */
/* fw-500: medium */
.tw41b { font-weight: 500; }
.tw41b h2.bpa5h0 { font-weight: 800; }
.tw41b h3.lorwf     { font-weight: 700; }
/* fw-600: semibold */
.zeyvef6 { font-weight: 600; }
.zeyvef6 h2.bpa5h0 { font-weight: 900; }
.zeyvef6 h3.lorwf     { font-weight: 800; }
.zeyvef6 .gau7mg strong,
.zeyvef6 .gau7mg strong { font-weight: 600; }
/* .zeyvef6 .ggi0, .zeyvef6 .izfw { font-weight: 600; } */

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

/* ── Sticky corner CTA button ────────────────────────────────────────────────*/
.lnrp {
  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;
}
.lnrp:hover { transform: translateY(-2px); opacity: 0.92; }
/* always solid background regardless of btn_style variant */
.lnrp { background: var(--accent) !important; color: #fff !important; border: none !important; }
/* position by variant */
.x4ddg .lnrp { display: none; }
.clrlxkc5 .lnrp { right: 32px; }
.ljhml6c  .lnrp { left: 32px; }
@media (max-width: 480px) {
  .clrlxkc5 .lnrp { right: 20px; bottom: 20px; }
  .ljhml6c  .lnrp { left: 20px; bottom: 20px; }
}

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

/* minimal */
.jbb8gc .i8n8x { text-align: center; }
.jbb8gc .akx1dj0 { justify-content: center; margin-bottom: 16px; }
.jbb8gc .d7jg { margin-top: 0; }

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

/* mobile footer */
@media (max-width: 640px) {
  .i8n8x { padding-left: 16px; padding-right: 16px; }
  .sfal9 .i8n8x { padding: 20px 16px; }
  .akx1dj0 { gap: 4px 12px; }
  .d7jg { font-size: 0.78rem; }
}


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


/* ribbon — компактний 1 рядок, service + disclaimer дрібно знизу */
.o7o0 .hr2jyjq0 { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.o7o0 .ypk3eu { 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; }
.o7o0 .e3qxtkac { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.o7o0 .e3qxtkac a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.o7o0 .e3qxtkac a:hover { color: var(--accent); }
.or6z2a { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.o7o0 .u8jku { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.o7o0 .g2jz { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.o7o0 .g2jz a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.o7o0 .g2jz a:hover { color: var(--accent); }
.o7o0 .d7jg { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .o7o0 .hr2jyjq0 { gap: 12px; } .o7o0 .ypk3eu { margin-right: 0; width: 100%; } }

/* mega — верхня зона лого+2 колонки лінків, нижня legal-смуга */
.mshhl28l .wkor6 { 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; }
.mshhl28l .gvbxg2c .ypk3eu { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; color: var(--text); margin-bottom: 10px; }
.mshhl28l .y6u2yts { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.mshhl28l .mpfi { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-faint); margin: 0 0 12px; }
.mshhl28l .tw0q7tco { display: flex; flex-direction: column; gap: 9px; }
.mshhl28l .tw0q7tco a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.mshhl28l .tw0q7tco a:hover { color: var(--accent); }
.mshhl28l .vqhzed48 { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.mshhl28l .d7jg { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.mshhl28l .hpo3 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .mshhl28l .wkor6 { grid-template-columns: 1fr 1fr; } .mshhl28l .gvbxg2c { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mshhl28l .wkor6 { grid-template-columns: 1fr; } }

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

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

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

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

/* dark: завжди темний, незалежно від теми */
.y09n .ouqq5      { background: #0d1117; border-bottom-color: #21262d; }
.y09n .rupqsv0k { color: var(--accent-light); }
.y09n .ohrh3w { --msep-color: #8b949e; }
.y09n .ohrh3w a { color: #8b949e; }
.y09n .ohrh3w a:hover { color: var(--accent-light); }
.y09n .ees3c34 { color: #8b949e; }
.y09n .t41j31 { background: #0d1117; border-top-color: #21262d; }
.y09n .d7jg,
.y09n .hpo3 { color: #6e7681; }
.y09n .sim2j9lr a, .y09n .akx1dj0 a,
.y09n .tw0q7tco a, .y09n .e3qxtkac a,
.y09n .g2jz a, .y09n .ypk3eu { color: #8b949e; }
.y09n .sim2j9lr a:hover, .y09n .akx1dj0 a:hover,
.y09n .tw0q7tco a:hover, .y09n .e3qxtkac a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .y09n .ohrh3w { background: #0d1117; border-top-color: #21262d; }
  .y09n .ohrh3w li a { border-bottom-color: #21262d; }
}

/* light: завжди світлий */
.imai .ouqq5      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.imai .rupqsv0k { color: var(--accent); }
.imai .ohrh3w { --msep-color: #475569; }
.imai .ohrh3w a { color: #475569; }
.imai .ohrh3w a:hover { color: var(--accent); }
.imai .ees3c34 { color: #64748b; }
.imai .t41j31 { background: #f0f4f8; border-top-color: #cbd5e1; }
.imai .d7jg,
.imai .hpo3 { color: #64748b; }
.imai .sim2j9lr a, .imai .akx1dj0 a,
.imai .tw0q7tco a, .imai .e3qxtkac a,
.imai .g2jz a, .imai .ypk3eu { color: #374151; }
.imai .sim2j9lr a:hover, .imai .akx1dj0 a:hover,
.imai .tw0q7tco a:hover, .imai .e3qxtkac a:hover { color: var(--accent); }
@media (max-width: 640px) {
  .imai .ohrh3w { background: #f0f4f8; border-top-color: #cbd5e1; }
  .imai .ohrh3w li a { border-bottom-color: #cbd5e1; color: #475569; }
}

/* accent: кольоровий акцентний фон */
.n6ice7a8 .ouqq5      { background: var(--accent); border-bottom-color: var(--accent-light); }
.n6ice7a8 .rupqsv0k { color: #fff; }
.n6ice7a8 .ohrh3w { --msep-color: rgba(255,255,255,0.82); }
.n6ice7a8 .ohrh3w a { color: rgba(255,255,255,0.82); }
.n6ice7a8 .ohrh3w a:hover { color: #fff; }
.n6ice7a8 .ees3c34 { color: rgba(255,255,255,0.9); }
.n6ice7a8 .b3493 a { color: var(--text-primary) !important; }
.n6ice7a8 .b3493 a:hover { color: var(--accent) !important; }
.n6ice7a8 .t41j31 { background: var(--accent); border-top-color: var(--accent-light); }
.n6ice7a8 .d7jg,
.n6ice7a8 .hpo3 { color: rgba(255,255,255,0.72); }
.n6ice7a8 .sim2j9lr a, .n6ice7a8 .akx1dj0 a,
.n6ice7a8 .tw0q7tco a, .n6ice7a8 .e3qxtkac a,
.n6ice7a8 .g2jz a, .n6ice7a8 .ypk3eu { color: rgba(255,255,255,0.82); }
.n6ice7a8 .sim2j9lr a:hover, .n6ice7a8 .akx1dj0 a:hover,
.n6ice7a8 .tw0q7tco a:hover, .n6ice7a8 .e3qxtkac a:hover { color: #fff; }
@media (max-width: 640px) {
  .n6ice7a8 .ohrh3w { background: var(--accent); border-top-color: var(--accent-light); }
  .n6ice7a8 .ohrh3w li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}

/* glass: напівпрозорий з blur */
.kw6t .ouqq5 {
  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);
}
.kw6t .t41j31 {
  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) {
  .kw6t .ohrh3w {
    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 */
.kfl6gcu9 .st5qln4j { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.mjyojl5 .st5qln4j { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.t8xxsy9 .st5qln4j { min-height: 72px; height: auto; }
.fylow5 .st5qln4j { min-height: 84px; height: auto; }

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

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


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

/* ── nav_logo_bg: фон на wrap-блоці (не на img) ─────────────────────────────*/
/* none = без фону (default) */
.i6mxbe9, .pg8k {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.s20qdk .i6mxbe9,
.s20qdk .pg8k { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.ka2jx .i6mxbe9,
.ka2jx .pg8k { 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; }
.ue7j3q .i6mxbe9,
.ue7j3q .pg8k { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.d87o .i6mxbe9,
.d87o .pg8k { 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 */
.iy3t6   .ohrh3w a { font-weight: 500; }
.hk915j .ohrh3w a { font-weight: 600; }
.aeqbku     .ohrh3w a { font-weight: 700; }
.vwz2v0e0    .ohrh3w a { font-weight: 800; letter-spacing: 0.01em; }

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

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

  /* ховаємо ☰ символ і центруємо кнопку */
  .ifjhvi .ees3c34,
  .dvmh .ees3c34,
  .p7k2dcrp .ees3c34,
  .qtrzd0xg .ees3c34,
  .l4rf .ees3c34 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  /* базовий ::before */
  .ifjhvi .ees3c34::before,
  .dvmh .ees3c34::before,
  .p7k2dcrp .ees3c34::before,
  .qtrzd0xg .ees3c34::before,
  .l4rf .ees3c34::before { content: ""; display: block; flex-shrink: 0; }

  /* 2 лінії: повна + 68% */
  .ifjhvi .ees3c34::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 лінії рівні */
  .dvmh .ees3c34::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% */
  .p7k2dcrp .ees3c34::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% */
  .qtrzd0xg .ees3c34::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% */
  .l4rf .ees3c34::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) {
  .aph9 .ees3c34 {
    padding: 5px 14px;
  }
  .aph9 .ohrh3w {
    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;
  }
  .aph9 .ohrh3w li a {
    border-bottom: none; padding: 10px 22px;
  }
  .aph9 .ohrh3w li a:hover { background: var(--bg-raised); }
}

/* drawer: висувається з правого боку ───────────────────────────────────── */
@media (max-width: 640px) {
  .x3lf7r .ees3c34 {
    padding: 5px 10px;
  }
  .x3lf7r .ohrh3w {
    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);
  }
  .x3lf7r .ohrh3w.v301s { transform: translateX(0); }
  .x3lf7r .ohrh3w li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .x3lf7r .ohrh3w li:last-child a { border-bottom: none; }
  .n6ice7a8 .ohrh3w,
  .y09n .ohrh3w { background: var(--accent) !important; }
  .n6ice7a8 .ohrh3w li a,
  .y09n .ohrh3w li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}

/* sheet: з'їжджає знизу ────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .lvseylx9 .ees3c34 {
    padding: 5px 10px;
  }
  .lvseylx9 .ohrh3w {
    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);
  }
  .lvseylx9 .ohrh3w::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .lvseylx9 .ohrh3w.v301s { transform: translateY(0); }
  .lvseylx9 .ohrh3w li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}

/* overlay: повноекранне меню ───────────────────────────────────────────── */
@media (max-width: 640px) {
  .pe7yu .ees3c34 {
    padding: 5px 10px;
  }
  .pe7yu .ohrh3w {
    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;
  }
  .pe7yu .ohrh3w.v301s { opacity: 1; pointer-events: auto; }
  .pe7yu .ohrh3w 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) {
  .uoqygo     .ees3c34 { border-radius: 0 !important; }
  .wt18g   .ees3c34 { border-radius: 8px !important; }
  .d8r8f1 .ees3c34 { border-radius: 50% !important; }
  .o66ez6   .ees3c34 { border-radius: 999px !important; }
}

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

/* ── star_style: вигляд зірок (showcase + review) ───────────────────────────*/
/* default = accent color (задано в базових стилях .zwpcu / .cek5ttq9) */
.saklt7    .zwpcu, .saklt7    .cek5ttq9 { color: #f59e0b; }
.hbwac      .zwpcu { font-size: 1rem; letter-spacing: 1.5px; }
.hbwac      .cek5ttq9   { font-size: 1.35rem; }
.vx2tv    .zwpcu, .vx2tv    .cek5ttq9 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.tu7xcv2     .zwpcu, .tu7xcv2     .cek5ttq9 { color: var(--accent); letter-spacing: 3px; font-size: 0.7rem; }
.dcndhd .zwpcu, .dcndhd .cek5ttq9 { color: var(--accent); letter-spacing: 2px; }
.onyvin   .zwpcu, .onyvin   .cek5ttq9 { color: #e91e63; letter-spacing: 2px; }
.huliieco  .zwpcu, .huliieco  .cek5ttq9 { color: var(--accent); letter-spacing: 2px; font-size: 0.65rem; }
.ovw8     .zwpcu, .ovw8     .cek5ttq9 { color: var(--accent); letter-spacing: 2px; font-size: 0.7rem; }

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

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

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

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

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

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

/* corner: маленький #1/#2 у правому верхньому куті */
.igmp .fp72z7 { counter-reset: cs-rank; }
.igmp .txxnld { position: relative; counter-increment: cs-rank; }
.igmp .txxnld::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-колонка рядка */
.a15ls .fp72z7 { counter-reset: cs-rank; }
.a15ls .txxnld::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 + +/− тогл (базові стилі .b1gb3 вже задано) */

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

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

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

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

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

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

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

.irdnyp9 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.vncvxbus { margin-bottom: 20px; }
.icvj {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.cmnpk6 {
  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;
}
.cmnpk6:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.qhyukx0g { resize: vertical; min-height: 130px; }
.ilysew { width: 100%; margin-top: 8px; }

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

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

/* contact FAQ */
.m62zppn5 { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.h9o5x7h {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden;
}
.wtlp5c {
  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;
}
.wtlp5c::after { content: "+"; color: var(--accent); font-size: 1.2rem; flex-shrink: 0; }
.h9o5x7h[open] .wtlp5c::after { content: "−"; }
.c49swwu { padding: 0 18px 14px; color: var(--text-muted); line-height: 1.65; margin: 0; }

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

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

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

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

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

/* ── Privacy timeline layout ─────────────────────────────────────────────────*/
.cds7 { max-width: 760px; margin: 0 auto; }
.c3xcwf { position: relative; padding-left: 28px; }
.c3xcwf::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.feykcv { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.feykcv:last-child { padding-bottom: 0; }
.c0kml9r { 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; }
.xmrn6p87 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.xmrn6p87 p { color: var(--text-muted); line-height: 1.75; margin: 0; }

/* ── Static hero variants ────────────────────────────────────────────────────*/
.e7pgd {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.e7pgd .ocqi7p8 { color: var(--accent-light); }
.ia9pc5 {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.ia9pc5 .ocqi7p8 { font-size: 2rem; }
.ia9pc5 .dylg25 { max-width: 680px; }
.omgutt3 {
  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;
}
.omgutt3 .ocqi7p8 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.omgutt3 .dylg25  { margin: 0; }
@media (max-width: 640px) { .omgutt3 { flex-direction: column; } }

.rb4mhgc {
  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;
}
.rb4mhgc .ocqi7p8 { color: var(--accent-light); }
.a7psp {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.a7psp .ocqi7p8 { color: #fff; }
.a7psp .dylg25  { color: rgba(255,255,255,0.85); }

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

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

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

/* ── Privacy: accordion layout ───────────────────────────────────────────────*/
.l0e8 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.l0e8 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;
}
.l0e8 summary::-webkit-details-marker { display: none; }
.l0e8 summary::after { content: "+"; color: var(--accent); font-size: 1.2rem; flex-shrink: 0; }
.l0e8[open] summary::after { content: "−"; }
.aguul44q {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}

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

/* ── Privacy: numbered layout ────────────────────────────────────────────────*/
.hoem { counter-reset: priv-count; }
.rwi67 {
  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);
}
.rwi67:last-child { border-bottom: none; }
.or755 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.rwi67 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.rwi67 p { color: var(--text-muted); line-height: 1.75; margin: 0; }

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

/* ── Byline slots — position control ── */
.eufoc{display:none}
.eufoc:empty,.s4hp1m:empty{display:none}
.x8ir{position:relative;overflow:visible}

/* hero slot — shown for all hero positions */
.omiu0 .t5sahr7,.etpbjd .t5sahr7,
.x4bfn .t5sahr7,.tb0u9 .t5sahr7,
.zwy5h .t5sahr7,.z6ge4 .t5sahr7{display:block}
.nral .yg26qde{display:block}

/* shared overlay: centered container matching hero-content width (always 1100px) */
.omiu0 .t5sahr7,.etpbjd .t5sahr7,
.x4bfn .t5sahr7,.tb0u9 .t5sahr7,
.zwy5h .t5sahr7{position:absolute;z-index:3;left:50%;transform:translateX(-50%);width:100%;max-width:1100px;padding:0 24px;box-sizing:border-box}
/* overlay byline badge */
.omiu0 .t5sahr7 .s4hp1m,.etpbjd .t5sahr7 .s4hp1m,
.x4bfn .t5sahr7 .s4hp1m,.tb0u9 .t5sahr7 .s4hp1m,
.zwy5h .t5sahr7 .s4hp1m{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
/* overlay positions: strip per-date backgrounds and borders — container badge is enough */
.omiu0 .wpnmf,.etpbjd .wpnmf,
.x4bfn .wpnmf,.tb0u9 .wpnmf,
.zwy5h .wpnmf{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
/* top positions */
.omiu0 .t5sahr7,.etpbjd .t5sahr7{top:12px}
.omiu0 .t5sahr7 .s4hp1m{margin-right:auto}
.etpbjd .t5sahr7 .s4hp1m{margin-left:auto}
.etpbjd .t5sahr7{text-align:right}
/* bottom positions */
.x4bfn .t5sahr7,.tb0u9 .t5sahr7{bottom:12px}
.x4bfn .t5sahr7 .s4hp1m{margin-right:auto}
.tb0u9 .t5sahr7 .s4hp1m{margin-left:auto}
.tb0u9 .t5sahr7{text-align:right}
/* center overlay at bottom of hero */
.zwy5h .t5sahr7{bottom:16px}
.zwy5h .t5sahr7 .s4hp1m{margin:0 auto}

/* hero-bottom: below hero, matches page-wrap width */
.z6ge4 .t5sahr7{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.z6ge4 .t5sahr7 .s4hp1m{margin:0}
/* hero-bottom + split: align to text column start */
.z6ge4 .pru0i9~.t5sahr7,
.z6ge4 .b666q~.t5sahr7{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.z6ge4 .pru0i9~.t5sahr7 .s4hp1m,
.z6ge4 .b666q~.t5sahr7 .s4hp1m{justify-content:flex-start}

/* split hero: overlay positions fall back to static below hero (too complex to overlay on split 50/50) */
.pru0i9~.t5sahr7,.b666q~.t5sahr7{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.pru0i9~.t5sahr7 .s4hp1m{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.b666q~.t5sahr7 .s4hp1m{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}

/* post-hero: inside page-wrap, inherits its width naturally */
.yg26qde .s4hp1m{margin:0 0 12px}

/* ── Byline (compact author + dates) ── */
.s4hp1m{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.jqh7st{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.airbn{font-weight:600;color:var(--text-heading);opacity:1}
.xzqypk::before{content:"·";margin:0 2px;opacity:.5}
.wpnmf{white-space:nowrap}

/* byline author style: text — no avatar */
.qzuci .jqh7st{display:none}

/* byline: hide author parts when author_pos=none or end (dates still show) */
/* author visibility controlled structurally in templates (not CSS display:none) */

/* ── Date style variants ── */
/* plain: default, no extra styling */

/* chips: pill badges */
.hw5p .wpnmf{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.hw5p .xzqypk::before{content:""}

/* cards: mini bordered cards */
.afi4dv8 .wpnmf{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.afi4dv8 .xzqypk::before{content:""}

/* bar: single row with background */
.lpr3bzm5 .s4hp1m{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}

/* tag: accent left border tag */
.cj5fzs .wpnmf{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.cj5fzs .xzqypk::before{content:""}

/* accent: date text in accent color */
.a057n3j2 .wpnmf{color:var(--accent);opacity:1;font-weight:500}

/* underline: thin line beneath dates */
.wfu1w .wpnmf{border-bottom:1px solid currentColor;padding-bottom:2px}

/* muted: extra small and faded */
.rnw5il6o .s4hp1m{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}

/* ── Date background variants ── */
.i8vxvo{--date-bg:var(--accent-bg)}
.e6iqn{--date-bg:var(--accent-bg-light)}
.l41lf62{--date-bg:transparent}

/* ── Date separator variants ── */
.oamxycz .xzqypk::before{content:""}
.wif93pk .xzqypk::before{content:"•";opacity:.4}
.wif93pk .wpnmf + .wpnmf::before{content:"•";margin-right:6px;opacity:.4}
.iak2flve .xzqypk::before{content:"/";opacity:.35}
.iak2flve .wpnmf + .wpnmf::before{content:"/";margin-right:6px;opacity:.35}
.ax4e50 .xzqypk::before{content:"|";opacity:.3}
.ax4e50 .wpnmf + .wpnmf::before{content:"|";margin-right:6px;opacity:.3}
.g048 .xzqypk::before{content:"—";opacity:.3}
.g048 .wpnmf + .wpnmf::before{content:"—";margin-right:6px;opacity:.3}
.r1yg7ho .xzqypk::before{content:"◆";font-size:.5em;opacity:.35}
.r1yg7ho .wpnmf + .wpnmf::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.a4s8 .xzqypk::before{content:"·";opacity:.4}
.a4s8 .wpnmf + .wpnmf::before{content:"·";margin-right:6px;opacity:.4}
.n5rmkp19 .xzqypk::before{content:"›";opacity:.4}
.n5rmkp19 .wpnmf + .wpnmf::before{content:"›";margin-right:6px;opacity:.4}
.w3mvo .xzqypk::before{content:"→";opacity:.35;font-size:.85em}
.w3mvo .wpnmf + .wpnmf::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}


/* ── Author box (full card at article end) ── */
.adp2b5{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.yxct{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ypnvuh00{display:flex;flex-direction:column;gap:3px}
.ju5jk3u{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.l763{font-weight:700;font-size:1rem;color:var(--text-heading)}
.w14g7yxh{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}

/* author box variants */
.akkvt .adp2b5{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.h2kuy .adp2b5{border-top:3px solid var(--accent);padding-top:18px}
.msbk .adp2b5{border-left:3px solid var(--accent);border-radius:0}
.ocpc .adp2b5{padding:20px 0}

/* author box visibility by author_pos */
/* author-box visibility controlled structurally in templates */

@media(max-width:640px){
  .adp2b5{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .w14g7yxh{max-width:100%}
}


/* ── color scheme ── */
:root {
  --accent:          #1f6177;
  --accent-light:    #5893ab;
  --accent-pale:     #8ec9e3;
  --grad-start:      #7eb9d2;
  --grad-end:        #bbe9ff;
  --bg-page: #d2dbe1;
  --bg-surface: #f7fafc;
  --bg-card: #eff4f8;
  --bg-card-inner: #e9eff3;
  --bg-raised: #e2e9ee;
  --bg-hover: #dbe4e9;
  --border: #aab3b8;
  --border-alt: #737c81;
  --border-section: #aab3b8;
  --text-primary: #2b3438;
  --text-muted: #586065;
  --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: #2d3133;
  --text-sub: #43474a;
  --text-faint: #676b6d;
  --text-dim: #8d9194;
  --text-label: #5b5f61;
  --text-value: #383c3e;
  --accent-bg:       #bbe9ff;
  --accent-bg-light: #a2ddf7;
  --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: 35%; }

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

.uq2wzbnc .eqq6 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.uq2wzbnc .eqq6::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.uq2wzbnc .h7lk1     .eqq6::before { content: "";  color: var(--c-tip-border); }.uq2wzbnc .ms5qg .eqq6::before { content: ""; color: var(--c-warn-border); }.uq2wzbnc .x0gs    .eqq6::before { content: ""; color: #60a5fa; }.mw7ma .uq2wzbnc .h7lk1     .eqq6::before { color: #10b981; }.mw7ma .uq2wzbnc .ms5qg .eqq6::before { color: #f43f5e; }.mw7ma .uq2wzbnc .x0gs    .eqq6::before { color: #a855f7; }.stt3j  .uq2wzbnc .h7lk1     .eqq6::before { color: #eab308; }.stt3j  .uq2wzbnc .ms5qg .eqq6::before { color: #ef4444; }.stt3j  .uq2wzbnc .x0gs    .eqq6::before { color: #f97316; }.pyybx9  .uq2wzbnc .h7lk1     .eqq6::before { color: #38bdf8; }.pyybx9  .uq2wzbnc .ms5qg .eqq6::before { color: #818cf8; }.pyybx9  .uq2wzbnc .x0gs    .eqq6::before { color: #2dd4bf; }.ervtthn0 .uq2wzbnc .eqq6::before { color: var(--accent-light) !important; }

.l1kz9be2 .lar87d li::before, .l1kz9be2 .he1u 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; }.l1kz9be2 .lar87d li::before { content: ""; }.l1kz9be2 .he1u li::before { content: ""; }.l1kz9be2 .m08yi::before, .l1kz9be2 .vpw7::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.l1kz9be2 .m08yi::before { content: ""; }.l1kz9be2 .vpw7::before { content: ""; }

.uu3nwo .pd903, .uu3nwo .pru0i9 { min-height: 780px; }

.qtr2g .fsfn::after, .qtr2g .scnkl81::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; }

.hx40m7 .ztrfxt::after,.hx40m7 .lnrp::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; }

.ducn6l::before { content: '>'; }

.yptsd8 .wpnmf::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.yptsd8 .wpnmf:first-of-type::before{content:"\f15b"}.yptsd8 .wpnmf:last-of-type::before{content:"\f044"}