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

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

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

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

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

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

/* hero-flat: без фону, просто текст на page bg (WP-style) */
.pboo7qha {
  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);
}
.pboo7qha .ju3t6v {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.pboo7qha .m5t0e7j { color: var(--text-primary); text-shadow: none; }
.pboo7qha .eb56 { color: var(--text-muted); }
.pboo7qha .jaos { margin-top: 16px; }
.pboo7qha, .pboo7qha.rm4678 { min-height: auto !important; }
.pboo7qha.f85wox4 .ju3t6v { text-align: center; }
.pboo7qha.kosvq   .ju3t6v { text-align: left; }
/* flat hero: byline як звичайний текст, не оверлей */
.pboo7qha~.afgiecl{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}
.pboo7qha~.afgiecl .xykeidwt{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: градієнтний фон замість фото */
.s7b7 {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
/* hero_anim: shimmer — ледь помітний блиск по поверхні */
.mxbnof .s7b7,
.mxbnof .myqssj {
  position: relative; overflow: hidden;
}
.mxbnof .s7b7::after,
.mxbnof .myqssj::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 */
.oym4cwe3 .s7b7,
.oym4cwe3 .myqssj {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
/* hero_anim: grain — ледь помітна зернистість поверх градієнту */
.a0ce7nc .s7b7,
.a0ce7nc .myqssj,
.a0ce7nc .m6y8lq7 .pm1zfo {
  position: relative; overflow: hidden;
}
.a0ce7nc .s7b7::after,
.a0ce7nc .myqssj::after,
.a0ce7nc .m6y8lq7 .pm1zfo::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 */
.l09m0 .s7b7,
.l09m0 .myqssj {
  position: relative; overflow: hidden;
}
.l09m0 .s7b7::after,
.l09m0 .myqssj::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); }
}
.l09m0 .m6y8lq7 .pm1zfo {
  position: relative; overflow: hidden;
}
.l09m0 .m6y8lq7 .pm1zfo::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 — градієнт з'являється при завантаженні */
.rekl0ujw .s7b7,
.rekl0ujw .myqssj,
.rekl0ujw .m6y8lq7 .pm1zfo {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* hero-bg з фото — overlay анімації */
.mxbnof .m6y8lq7 .pm1zfo {
  position: relative; overflow: hidden;
}
.mxbnof .m6y8lq7 .pm1zfo::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;
}
.oym4cwe3 .m6y8lq7 .pm1zfo {
  animation: hg-breathe 10s ease-in-out infinite;
}

.s7b7 .pm1zfo {
  background: none;
}
.s7b7 .m5t0e7j { color: #fff; }
.s7b7 .eb56 { color: rgba(255,255,255,0.85); }

/* ── Hero anim: split layouts ─────────────────────────────────────────────── */
.mxbnof .g4k0h { position: relative; overflow: hidden; }
.mxbnof .g4k0h::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;
}
.oym4cwe3 .g4k0h {
  animation: hg-breathe 7s ease-in-out infinite;
}
.a0ce7nc .g4k0h { position: relative; overflow: hidden; }
.a0ce7nc .g4k0h::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;
}
.l09m0 .g4k0h { position: relative; overflow: hidden; }
.l09m0 .g4k0h::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;
}
.rekl0ujw .g4k0h {
  animation: hg-fadein 1.2s ease-out both;
}


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

/* Split alignment — всередині text-колонки */
.g4k0h.f85wox4 .nufmx2h { align-items: center; text-align: center; }
.g4k0h.kosvq   .nufmx2h { align-items: flex-start; text-align: left; }

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


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

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

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

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

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

/* ── Hero: split-cards ────────────────────────────────────────────────────── */
.m8eks .rpbo86xz {
  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);
}
.p375fhw {
  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;
}
.p375fhw:last-child { border-bottom: none; }
.p375fhw:hover { background: rgba(255,255,255,0.14); }
.k2p31qu { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1; }
.s1u2zx { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.jj32g8 { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.rlgd80m { font-weight: 700; font-size: 0.95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bp3xhk { font-size: 0.82rem; color: rgba(255,255,255,0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.kceavv { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.z5sh34 { font-weight: 800; font-size: 1.3rem; color: var(--accent-pale); }
.z5sh34 small { font-size: 0.7rem; font-weight: 500; opacity: 0.6; }
.y57s { font-size: 0.8rem; padding: 6px 14px; white-space: nowrap; }

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

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

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

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


@media (max-width: 700px) {
  .g4k0h { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .g4k0h .c4t5p { display: none !important; }
  .nsd6m .c4t5p { display: none !important; }
  .m8eks .rpbo86xz { display: none !important; }
  .quuzyq3x .nceg { display: none !important; }
  .nufmx2h  { padding: 36px 24px; }
  .g4k0h~.afgiecl,.nlo263g~.afgiecl{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  /* cap hero height variants on mobile */
  .rm4678, .g4k0h { min-height: 320px !important; }
  /* reduce oversized headings on mobile */
  .m5t0e7j { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  /* cards-top: hide on mobile */
  .b3ot0t { display: none !important; }
  /* numbered: stack */
  .qmu1j7f { flex-direction: column; align-items: center; }
  .k5uuvh68 { width: 100%; max-width: 340px; }
}

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

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

/* rounded */
.k3sfkd .wuvlr        { border-radius: 16px; }
.k3sfkd .zhk82  { border-radius: 16px; }

/* shadow */
.dxpz .wuvlr         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.dxpz .zhk82   { border-radius: 8px; }


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

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

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

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

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

.ida61x .iuaqyu6:nth-child(even) .zfznm8 .k6d4:nth-child(odd),
.sobwnwk .iuaqyu6:nth-child(even) .zfznm8 .k6d4:nth-child(odd)  { background: var(--bg-card); }
.ida61x .iuaqyu6:nth-child(even) .zfznm8 .k6d4:nth-child(even),
.sobwnwk .iuaqyu6:nth-child(even) .zfznm8 .k6d4:nth-child(even) { background: var(--bg-card-inner); }

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

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

/* bar: ліва кольорова смуга */
.norkkd1 h2.gui6k8hp {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
/* underline: підкреслення знизу */
.eojxdssg h2.gui6k8hp {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
/* overline: тонка лінія зверху */
.cg2a h2.gui6k8hp {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
/* dot: маленька кольорова крапка перед заголовком */
.utsq15c h2.gui6k8hp::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
/* plain: просто жирний текст, без декорацій */
.ayri1899 h2.gui6k8hp {
  color: var(--text-primary); font-size: 1.7rem;
}
/* slash: коса риска акцентного кольору перед текстом */
.zvai4 h2.gui6k8hp::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
/* caps: великі літери, розріджений трекінг, тонка нижня лінія */
.i1ki h2.gui6k8hp {
  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) ───────────────*/
.orx7lcx { font-size: 1.35rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* subs-flat: мінімальний, без фону */
.pz116 .k6d4 { background: none; border-radius: 0; padding: 12px 0; }
.pz116 .k6d4 + .k6d4 { border-top: 1px solid var(--border-section); }
.lf4k6 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.nvhxiqio { 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.

.mox7x0k .no6b,
.mox7x0k .b64ncg0o,
.mox7x0k .lf4k6,
.mox7x0k .nvhxiqio { font-style: normal; color: var(--text-body); }

.hysfujw .no6b,
.hysfujw .b64ncg0o {
  font-style: italic;
  border-left: 3px solid var(--border-section); padding-left: 12px;
}
.hysfujw .lf4k6,
.hysfujw .nvhxiqio {
  font-style: italic;
  border-left: 2px solid var(--border); padding-left: 10px;
}

.ofqwvl .no6b,
.ofqwvl .b64ncg0o,
.ofqwvl .lf4k6,
.ofqwvl .nvhxiqio {
  font-style: normal;
  background: var(--bg-raised); border-radius: 6px;
  padding: 10px 14px; color: var(--text-sub);
}
────────────────────────────────────────────────────────────────────────────── */

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

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

.pqkd     .v69wdoro { list-style-type: "● "; }
.pzefji9w  .v69wdoro { list-style-type: "■ "; }
.sg34ent .v69wdoro { list-style-type: "◆ "; }
.i2nr    .v69wdoro { list-style-type: "★ "; }

.pqkd     .jot5ocb { list-style-type: "● "; }
.pzefji9w  .jot5ocb { list-style-type: "■ "; }
.sg34ent .jot5ocb { list-style-type: "◆ "; }
.i2nr    .jot5ocb { list-style-type: "★ "; }

.pqkd    .v69wdoro li::marker, .pqkd    .jot5ocb li::marker,
.pzefji9w .v69wdoro li::marker, .pzefji9w .jot5ocb li::marker,
.sg34ent .v69wdoro li::marker, .sg34ent .jot5ocb li::marker,
.i2nr   .v69wdoro li::marker, .i2nr   .jot5ocb li::marker {
  color: var(--accent); font-size: 0.8em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

/* pill = solid but very rounded */
.bdu405 .jaos { border-radius: 50px; }
.bdu405 .leobt  { border-radius: 50px; }
/* btn_pad */
.c50x .jaos { padding-left: 22px; padding-right: 22px; }
.c50x .leobt  { padding-left: 12px; padding-right: 12px; }
.xpdjmbch .jaos { padding-left: 44px; padding-right: 44px; }
.xpdjmbch .leobt  { padding-left: 24px; padding-right: 24px; }
.b0f6x .jaos { padding-left: 56px; padding-right: 56px; }
.b0f6x .leobt  { padding-left: 32px; padding-right: 32px; }

/* ── btn_icon: SVG-іконки на .jaos і .leobt (mask на currentColor) ──────*/
/* ::after — усі іконки після тексту (праворуч) */
.z3sa67j   .jaos::after, .z3sa67j   .leobt::after,
.dk0u4b .jaos::after, .dk0u4b .leobt::after,
.b7m3lp    .jaos::after, .b7m3lp    .leobt::after,
.l0shfk8    .jaos::after, .l0shfk8    .leobt::after,
.t9fygy    .jaos::after, .t9fygy    .leobt::after,
.d9mr2jb     .jaos::after, .d9mr2jb     .leobt::after,
.xrvqzo    .jaos::after, .xrvqzo    .leobt::after,
.izxlxu   .jaos::after, .izxlxu   .leobt::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 — кожна іконка */
.z3sa67j .jaos::after, .z3sa67j .leobt::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");
}
.dk0u4b .jaos::after, .dk0u4b .leobt::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");
}
.b7m3lp .jaos::after, .b7m3lp .leobt::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");
}
.l0shfk8 .jaos::after, .l0shfk8 .leobt::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");
}
.t9fygy .jaos::after, .t9fygy .leobt::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");
}
.d9mr2jb .jaos::after, .d9mr2jb .leobt::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");
}
.xrvqzo .jaos::after, .xrvqzo .leobt::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");
}
.izxlxu .jaos::after, .izxlxu .leobt::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 ────────*/
.de2v   .tmgv::after, .de2v   .t9u237::after,
.avbsect .tmgv::after, .avbsect .t9u237::after,
.qphe9    .tmgv::after, .qphe9    .t9u237::after,
.xwfcxlh7    .tmgv::after, .xwfcxlh7    .t9u237::after,
.beek    .tmgv::after, .beek    .t9u237::after,
.gisb     .tmgv::after, .gisb     .t9u237::after,
.l7mri    .tmgv::after, .l7mri    .t9u237::after,
.etd3r   .tmgv::after, .etd3r   .t9u237::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;
}
.de2v .tmgv::after, .de2v .t9u237::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");
}
.avbsect .tmgv::after, .avbsect .t9u237::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");
}
.qphe9 .tmgv::after, .qphe9 .t9u237::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");
}
.xwfcxlh7 .tmgv::after, .xwfcxlh7 .t9u237::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");
}
.beek .tmgv::after, .beek .t9u237::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");
}
.gisb .tmgv::after, .gisb .t9u237::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");
}
.l7mri .tmgv::after, .l7mri .t9u237::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");
}
.etd3r .tmgv::after, .etd3r .t9u237::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 ─────────────────────────────────────────────────────────*/
.adc4v0m { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }


.qvlg {
  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 */
.qvlg > [itemprop="item"] { display: contents; }
.qvlg:hover { background: var(--bg-hover); }
.fis39q {
  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 */
.rm9mjhtj .fis39q { background: #1a1a1a; }
.uauqtjk3 .fis39q { background: rgba(128,128,128,.12); }
.obg06bx8 .fis39q { background: var(--bg-raised); }
.lbqs9rsp .fis39q { background: transparent; padding: 0; }
.jr0n { max-height: 34px; max-width: 80px; object-fit: contain; }
.t29usi86 { font-weight: 700; font-size: .85rem; color: var(--accent-light); }
.t5jivj { display: flex; align-items: center; gap: 12px; flex-shrink: 1; min-width: 0; }
.eo8yzm { font-weight: 700; font-size: .88rem; color: var(--text-primary); flex-shrink: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fmzm4w { color: var(--accent); font-size: .8rem; letter-spacing: 1px; flex-shrink: 1; min-width: 0; }
.oseez6bk { display: flex; flex-direction: column; align-items: center; font-size: .78rem; flex: 1 1 0; min-width: 0; }
.szcj { color: var(--text-label); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.l6743w { color: var(--text-value); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.ixdg5bb { margin-left: auto; flex-shrink: 0; white-space: nowrap; }
.ixdg5bb.leobt { padding-left: 16px !important; padding-right: 16px !important; }
/* планшет / мобіль: 1 картка в ряд */
@media (max-width: 720px) {
  .adc4v0m { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .adc4v0m .qvlg { flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px; }
  .adc4v0m .t5jivj { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
  .adc4v0m .fis39q { width: 100%; min-width: unset; height: 52px; }
  .adc4v0m .jr0n { max-height: 40px; max-width: 110px; }
  .adc4v0m .eo8yzm { min-width: unset; text-align: center; white-space: normal; }
  .adc4v0m .oseez6bk { flex-direction: row; justify-content: space-between; width: 100%; border-top: 1px solid var(--border); padding-top: 5px; }
  .adc4v0m .ixdg5bb { width: 100%; text-align: center; margin-left: 0; }
  .ttuk .qvlg { row-gap: 8px !important; gap: 8px !important; }
}

/* ── Casino reviews ──────────────────────────────────────────────────────────*/
.yqjj7v {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.p7qzg {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.akrbrik8 {
  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;
}
.akrbrik8 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.sq6msjre { color: var(--accent); font-weight: 700; font-size: 0.85rem; text-align: center; }
.wjf25 { flex: 1; }
.wjf25 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.e9m1i9 { color: var(--c-stars); font-size: 1.1rem; }
.yc8g { margin-bottom: 8px; }
.pthu4d { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.ttjz5i::before   { content: "★ "; color: var(--accent); }
.dm8b4q8::before { content: "↓ "; color: var(--accent); }
.lp92::before { content: "✦ "; color: var(--accent); }
.hez9xk { flex-shrink: 0; }
.ii9n0 img.s8ls { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.j5z9 { padding: 20px 24px; }
.f2zkb { color: var(--text-muted); margin-bottom: 16px; }
.v9rd { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.mp4i, .y3qfd0c { list-style: none; font-size: 0.9rem; }
.mp4i li { color: var(--c-pros); margin-bottom: 4px; }
.y3qfd0c li { color: var(--c-cons); margin-bottom: 4px; }
/* CSS маркери для pros/cons замість символів в HTML */
.mp4i li::before { content: "✓"; margin-right: 5px; }
.y3qfd0c li::before { content: "✗"; margin-right: 5px; }
.bukm .mp4i li::before { content: "→"; }
.bukm .y3qfd0c li::before { content: "–"; }
.lc50  .mp4i li::before { content: "★"; }
.lc50  .y3qfd0c li::before { content: "✕"; }
.uak30    .mp4i li::before { content: "◆"; }
.uak30    .y3qfd0c li::before { content: "▲"; }
.ma4s  .mp4i li::before { content: "▶"; }
.ma4s  .y3qfd0c li::before { content: "■"; }
.aul0v8q { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.ha24 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.jtookdn { background: var(--bg-pros); color: var(--c-tag-pay); }

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


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

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

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

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

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

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

/* ── Brand card (single brand, two-column hero) ─────────────────────────────*/
/* ═══════════════════════════════════════════════════════════════════════════
   BRAND CARD — shared tokens
   ═══════════════════════════════════════════════════════════════════════════ */
.lmhlk6 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 12px;
  margin: 28px 0;
  overflow: hidden;
}
.pi6we {
  width: 100px; height: 68px;
  display: flex; align-items: center; justify-content: center;
  background: var(--surface); border-radius: 10px; padding: 8px;
  flex-shrink: 0;
}
.pi6we img { max-width: 100%; max-height: 100%; object-fit: contain; }
.qlzez { font-size: 1.15rem; font-weight: 700; color: var(--text); }
.rcvli { display: flex; align-items: center; gap: 8px; }
.rcvli .e9m1i9 { font-size: .95rem; }
.rcvli strong { font-size: 1.1rem; color: var(--text); }
.whut { border-radius: 8px; overflow: hidden; }
.whut img { width: 100%; display: block; border-radius: 8px; }
.x5i60 { text-align: center; flex-shrink: 0; }
.nlyp5 { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; }
.zdaq { font-size: .82rem; color: var(--text-muted); font-weight: 500; }
.mj47rdfh { font-size: .88rem; font-weight: 600; color: var(--text); }
.spkl53s5 .mj47rdfh { font-size: 1.02rem; font-weight: 700; color: var(--accent); }
.lmhlk6 .pb72d7 { gap: 10px; }
.lmhlk6 .d90v, .lmhlk6 .yqvvxl33 { padding: 12px; }
.lmhlk6 .d90v ul, .lmhlk6 .yqvvxl33 ul { margin: 4px 0 0; padding-left: 18px; }
.lmhlk6 .d90v li, .lmhlk6 .yqvvxl33 li { font-size: .85rem; margin-bottom: 3px; }
.kduvn3sh { font-size: .8rem; color: var(--text-muted); margin-top: 10px; }
.kduvn3sh strong { color: var(--text-secondary); }
.kduvn3sh .ha24 { margin: 2px 4px 2px 0; }

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

/* ── LAYOUT 2: hero — full-width screenshot header ────────────────────────── */
.v2ltguw {
  position: relative; max-height: 240px; overflow: hidden;
}
.v2ltguw > img { width: 100%; display: block; object-fit: cover; min-height: 160px; }
.m7w1c2zw {
  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;
}
.m7w1c2zw .pi6we { background: rgba(255,255,255,.15); backdrop-filter: blur(8px); border-radius: 10px; }
.m7w1c2zw .qlzez { color: #fff; font-size: 1.25rem; }
.m7w1c2zw .rcvli strong { color: #fff; }
.m7w1c2zw .rcvli .e9m1i9 { filter: brightness(1.2); }
.m7w1c2zw .x5i60 { margin-left: auto; white-space: nowrap; }
.w95b { flex: 1; }
.td4q27 {
  display: flex; align-items: center; gap: 16px; padding: 20px 24px;
  border-bottom: 1px solid var(--border-alt);
}
.td4q27 .x5i60 { margin-left: auto; }
.c2ng5w { display: flex; flex-direction: column; gap: 16px; padding: 20px 24px; }
.zv4y .q6qjd2 {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden;
}
.zv4y .nlyp5 {
  flex: 1 1 auto; min-width: 120px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
}
.zv4y .spkl53s5 { flex-basis: 100%; background: var(--accent-bg); border-right: none; }
@media (max-width: 720px) {
  .m7w1c2zw { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .c2ng5w { padding: 16px; }
  .zv4y .nlyp5 { min-width: 50%; }
}

/* ── LAYOUT 3: magazine — editorial 3-column ──────────────────────────────── */
.qbltdpm {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.roagnlz3 { flex: 1; }
.roagnlz3 .qlzez { font-size: 1.3rem; }
.a5gl2nf {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0;
}
.lk1c { padding: 16px; border-right: 1px solid var(--border-alt); }
.lk1c .whut { height: 100%; }
.lk1c .whut img { height: 100%; object-fit: cover; }
.yp1b { padding: 0; border-right: 1px solid var(--border-alt); }
.yp1b .q6qjd2 { display: flex; flex-direction: column; }
.yp1b .nlyp5 { border-bottom: 1px solid var(--border-alt); }
.yp1b .spkl53s5 { background: var(--accent-bg); }
.eh3l8iz { padding: 16px; }
.eh3l8iz .pb72d7 { grid-template-columns: 1fr; }
.ng9v08 {
  padding: 12px 24px; border-top: 1px solid var(--border-alt);
  display: flex; flex-wrap: wrap; gap: 12px;
}
@media (max-width: 860px) {
  .a5gl2nf { grid-template-columns: 1fr; }
  .lk1c { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .yp1b { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .qbltdpm { flex-wrap: wrap; padding: 16px; }
}

/* ── LAYOUT 4: compact — header bar → screenshot → data ──────────────────── */
.phf5 {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 16px 20px; border-bottom: 1px solid var(--border-alt);
}
.hdvpc8j {
  display: flex; align-items: center; gap: 12px; flex: 1;
}
.hdvpc8j .pi6we { width: 72px; height: 50px; }
.hdvpc8j .qlzez { font-size: 1rem; white-space: nowrap; }
.hzs149tx { border-bottom: 1px solid var(--border-alt); max-height: 280px; overflow: hidden; }
.hzs149tx img { width: 100%; display: block; object-fit: cover; }
.ix9pa9p6 {
  display: flex; flex-direction: column; gap: 10px; padding: 14px 16px; overflow: hidden;
}
.a0t4 .q6qjd2 { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.a0t4 .nlyp5 { padding: 0; flex: 0 0 auto; gap: 6px; }
.a0t4 .spkl53s5 { display: none; }
.a0t4 .pb72d7 { gap: 8px; }
.a0t4 .d90v, .a0t4 .yqvvxl33 { padding: 8px; }
@media (max-width: 480px) {
  .phf5 { flex-direction: column; align-items: stretch; }
}

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

/* ── LAYOUT 6: scorecard — big score centerpiece ──────────────────────────── */
.ha85l5oa {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: center;
  border-bottom: 1px solid var(--border-alt);
}
.d83361xl {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 20px; text-align: center;
}
.cgsf0h {
  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;
}
.vohd961 { font-size: 1.8rem; font-weight: 800; color: var(--accent); line-height: 1; }
.vohd961 .oqh9pj { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.cgsf0h .e9m1i9 { font-size: .75rem; margin-top: 2px; }
.wqqncu7d { padding: 12px; display: flex; align-items: center; flex: 1; }
.wqqncu7d .whut { width: 100%; }
.tqtf3 {
  padding: 0; border-bottom: 1px solid var(--border-alt);
}
.t7oj .q6qjd2 {
  display: flex; flex-wrap: wrap;
}
.t7oj .nlyp5 {
  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;
}
.t7oj .nlyp5:last-child { border-right: none; }
.t7oj .zdaq { font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; }
.t7oj .spkl53s5 { background: var(--accent-bg); }
.s0t2w1 { padding: 16px 20px; display: flex; flex-direction: column; gap: 14px; }
@media (max-width: 720px) {
  .ha85l5oa { grid-template-columns: 1fr; }
  .cgsf0h { width: 100px; height: 100px; margin: 16px auto; }
  .vohd961 { font-size: 1.4rem; }
  .wqqncu7d { justify-content: center; }
  .t7oj .nlyp5 { min-width: 50%; }
}

/* ── LAYOUT 7: stack — vertical full-width flow ──────────────────────────── */
.cpc8d {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.r11off4l { max-height: 240px; overflow: hidden; border-bottom: 1px solid var(--border-alt); }
.r11off4l img { width: 100%; display: block; object-fit: cover; }
.xiyfj3r { padding: 16px 24px; border-bottom: 1px solid var(--border-alt); }
.qh31 .q6qjd2 {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.qh31 .nlyp5 {
  background: var(--surface); border: 1px solid var(--border-alt);
  border-radius: 20px; padding: 6px 14px; gap: 8px;
}
.qh31 .spkl53s5 {
  background: var(--accent-bg); border-color: var(--accent-pale);
}
.qh31 .pb72d7 { margin: 0 24px; padding-top: 16px; }
.qh31 .kduvn3sh { padding: 0 24px; }
.m3cxx69 { padding: 16px 24px; border-top: 1px solid var(--border-alt); text-align: center; }
.m3cxx69 .x5i60 { display: inline-block; }
@media (max-width: 540px) {
  .cpc8d { flex-wrap: wrap; padding: 14px 16px; }
  .xiyfj3r { padding: 12px 16px; }
  .qh31 .pb72d7 { margin: 0 16px; }
  .qh31 .kduvn3sh { padding: 0 16px; }
  .m3cxx69 { padding: 12px 16px; }
}


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

/* grid: showcase в 2-col grid, review компактніший */
.ost23r .adc4v0m {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px;
}
.ost23r .adc4v0m .qvlg {
  flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px;
}
.ost23r .adc4v0m .t5jivj { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
.ost23r .adc4v0m .fis39q { width: 100%; min-width: unset; height: 52px; }
.ost23r .adc4v0m .eo8yzm { min-width: unset; text-align: center; white-space: normal; }
.ost23r .adc4v0m .oseez6bk {
  flex-direction: row; justify-content: space-between;
  width: 100%; border-top: 1px solid var(--border); padding-top: 5px;
}
.ost23r .adc4v0m .ixdg5bb { width: 100%; text-align: center; margin-left: 0; }
.ost23r .p7qzg { gap: 14px; }

/* ranked: accent-pill значення + uppercase лейбли (нумерація — через cs_rank) */
.mtp776 .szcj {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.mtp776 .l6743w {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.mtp776 .fmzm4w { color: var(--accent); }
.mtp776 .p7qzg { background: var(--accent-bg); }
.mtp776 .ttjz5i, .mtp776 .dm8b4q8, .mtp776 .lp92 {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}

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

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

/* compact: менші відступи всюди */
.hsxsvcco .qvlg { padding: 8px 14px; gap: 12px; }
.hsxsvcco .fis39q { height: 32px; min-width: 52px; }
.hsxsvcco .jr0n { max-height: 24px; }
.hsxsvcco .eo8yzm { font-size: 0.82rem; }
.hsxsvcco .p7qzg { padding: 14px 18px; gap: 14px; }
.hsxsvcco .j5z9 { padding: 14px 18px; }
.hsxsvcco .akrbrik8 { width: 70px; }
.hsxsvcco .wjf25 h3 { font-size: 1.05rem; }

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

/* bordered: таблиця з усіма рамками */
.ttuk .adc4v0m {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.ttuk .qvlg {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.ttuk .qvlg:last-child { border-bottom: none; }
/* вертикальні межі між колонками */
.ttuk .fmzm4w,
.ttuk .sbnngp7h,
.ttuk .z6xz { border-left: 1px solid var(--border); padding-left: 10px; }
.ttuk .eo8yzm { padding: 0 10px; }

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

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

/* ── casino-wide: високі горизонтальні картки з великим лого ───────────────*/
.v68a682 .adc4v0m { gap: 12px; }
.v68a682 .qvlg {
  padding: 18px 24px; gap: 20px; border-radius: 12px;
  min-height: 80px;
}
.v68a682 .fis39q {
  min-width: 90px; height: 64px; padding: 6px 12px; border-radius: 10px;
}
.v68a682 .jr0n { max-height: 52px; max-width: 120px; }
.v68a682 .eo8yzm { font-size: 1rem; }
.v68a682 .oseez6bk { font-size: .85rem; }
.v68a682 .l6743w { font-size: .9rem; }
.v68a682 .ixdg5bb.leobt { padding: 10px 24px !important; font-size: .9rem; }

/* ── casino-jumbo: дуже великі картки, лого + інтерфейс скриншот ──────────*/
.zb0l4fn .adc4v0m { gap: 16px; }
.zb0l4fn .qvlg {
  padding: 24px 28px; gap: 24px; border-radius: 14px;
  min-height: 100px; border-width: 2px;
}
.zb0l4fn .fis39q {
  min-width: 110px; height: 80px; padding: 8px 14px; border-radius: 12px;
  background: var(--bg-raised);
}
.zb0l4fn .jr0n { max-height: 64px; max-width: 140px; }
.zb0l4fn .eo8yzm { font-size: 1.1rem; font-weight: 800; }
.zb0l4fn .fmzm4w { font-size: .95rem; letter-spacing: 2px; }
.zb0l4fn .oseez6bk { font-size: .9rem; }
.zb0l4fn .l6743w { font-size: .95rem; font-weight: 700; }
.zb0l4fn .szcj { font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; }
.zb0l4fn .ixdg5bb.leobt { padding: 12px 32px !important; font-size: .95rem; font-weight: 700; }

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

/* ── cs_cols: feature — бонус-колонка виділена як головна ──────────────────*/
.eqmtx .sbnngp7h { flex: 1.8; }
.eqmtx .sbnngp7h .l6743w {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.eqmtx .sbnngp7h .szcj { font-weight: 700; color: var(--text-primary); }
.eqmtx .arankmq,
.eqmtx .uhjo,
.eqmtx .h7tq { flex: 0.75; opacity: 0.65; }

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

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

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

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

/* score в оглядах — ховаємо зірки */
.oe1027 .yc8g .e9m1i9,
.df22 .yc8g .e9m1i9,
.my3mhdb .yc8g .e9m1i9 { display: none; }

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

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

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

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

/* ── Sections ────────────────────────────────────────────────────────────────*/
.iuaqyu6 { margin-bottom: 0; }
.c5w3y h2.gui6k8hp { color: var(--accent-light); border-color: var(--accent); }
.r78g8bjn h2.gui6k8hp { color: var(--accent-light); border-color: var(--accent); }

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

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

/* vivid: смарагд / рожевий / фіолетовий */
.i7jtr .i44o1     { background: #052e16; border-color: #10b981; }
.i7jtr .gur2xmo { background: #2d0a1e; border-color: #f43f5e; }
.i7jtr .h2t6    { background: #1e1036; border-color: #a855f7; }
.i7jtr .o8pduos strong  { color: #f1f5f9; }
.i7jtr .o8pduos p       { color: #cbd5e1; }
.i7jtr .s1zff4    .i44o1     .ohwpqx3c::before,
.i7jtr .eux49y35  .i44o1     .ohwpqx3c::before,
.i7jtr .jinf75f  .i44o1     .ohwpqx3c::before,
.i7jtr .u3pe .i44o1     .ohwpqx3c::before { color: #10b981; }
.i7jtr .s1zff4    .gur2xmo .ohwpqx3c::before,
.i7jtr .eux49y35  .gur2xmo .ohwpqx3c::before,
.i7jtr .jinf75f  .gur2xmo .ohwpqx3c::before,
.i7jtr .u3pe .gur2xmo .ohwpqx3c::before { color: #f43f5e; }
.i7jtr .s1zff4    .h2t6    .ohwpqx3c::before,
.i7jtr .eux49y35  .h2t6    .ohwpqx3c::before,
.i7jtr .jinf75f  .h2t6    .ohwpqx3c::before,
.i7jtr .u3pe .h2t6    .ohwpqx3c::before { color: #a855f7; }

/* warm: жовтий / червоний / помаранчевий */
.dkzlpz3 .i44o1     { background: #2d2000; border-color: #eab308; }
.dkzlpz3 .gur2xmo { background: #2d0b0b; border-color: #ef4444; }
.dkzlpz3 .h2t6    { background: #2d1600; border-color: #f97316; }
.dkzlpz3 .o8pduos strong  { color: #f1f5f9; }
.dkzlpz3 .o8pduos p       { color: #cbd5e1; }
.dkzlpz3 .s1zff4    .i44o1     .ohwpqx3c::before,
.dkzlpz3 .eux49y35  .i44o1     .ohwpqx3c::before,
.dkzlpz3 .jinf75f  .i44o1     .ohwpqx3c::before,
.dkzlpz3 .u3pe .i44o1     .ohwpqx3c::before { color: #eab308; }
.dkzlpz3 .s1zff4    .gur2xmo .ohwpqx3c::before,
.dkzlpz3 .eux49y35  .gur2xmo .ohwpqx3c::before,
.dkzlpz3 .jinf75f  .gur2xmo .ohwpqx3c::before,
.dkzlpz3 .u3pe .gur2xmo .ohwpqx3c::before { color: #ef4444; }
.dkzlpz3 .s1zff4    .h2t6    .ohwpqx3c::before,
.dkzlpz3 .eux49y35  .h2t6    .ohwpqx3c::before,
.dkzlpz3 .jinf75f  .h2t6    .ohwpqx3c::before,
.dkzlpz3 .u3pe .h2t6    .ohwpqx3c::before { color: #f97316; }

/* cool: блакитний / індиго / бірюзовий */
.xfrg .i44o1     { background: #0c1a2e; border-color: #38bdf8; }
.xfrg .gur2xmo { background: #12103a; border-color: #818cf8; }
.xfrg .h2t6    { background: #0a2020; border-color: #2dd4bf; }
.xfrg .o8pduos strong  { color: #f1f5f9; }
.xfrg .o8pduos p       { color: #cbd5e1; }
.xfrg .s1zff4    .i44o1     .ohwpqx3c::before,
.xfrg .eux49y35  .i44o1     .ohwpqx3c::before,
.xfrg .jinf75f  .i44o1     .ohwpqx3c::before,
.xfrg .u3pe .i44o1     .ohwpqx3c::before { color: #38bdf8; }
.xfrg .s1zff4    .gur2xmo .ohwpqx3c::before,
.xfrg .eux49y35  .gur2xmo .ohwpqx3c::before,
.xfrg .jinf75f  .gur2xmo .ohwpqx3c::before,
.xfrg .u3pe .gur2xmo .ohwpqx3c::before { color: #818cf8; }
.xfrg .s1zff4    .h2t6    .ohwpqx3c::before,
.xfrg .eux49y35  .h2t6    .ohwpqx3c::before,
.xfrg .jinf75f  .h2t6    .ohwpqx3c::before,
.xfrg .u3pe .h2t6    .ohwpqx3c::before { color: #2dd4bf; }

/* accent: використовує динамічний акцент */
.st1vz0cb .i44o1     { background: var(--accent-bg); border-color: var(--accent); }
.st1vz0cb .gur2xmo { background: var(--accent-bg-light); border-color: var(--accent-light); }
.st1vz0cb .h2t6    { background: var(--accent-bg); border-color: var(--accent-pale); }
.st1vz0cb .s1zff4    .ohwpqx3c::before,
.st1vz0cb .eux49y35  .ohwpqx3c::before,
.st1vz0cb .jinf75f  .ohwpqx3c::before,
.st1vz0cb .u3pe .ohwpqx3c::before { color: var(--accent-light) !important; }

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

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

/* classic — фіксовані контрастні кольори незалежно від акценту */
.cz8hq1p .d90v ul li,
.cz8hq1p .mp4i li         { color: #4ade80; }
.cz8hq1p .d90v .ou5ad { color: #22c55e; }
.cz8hq1p .yqvvxl33 ul li,
.cz8hq1p .y3qfd0c li         { color: #f87171; }
.cz8hq1p .yqvvxl33 .dkye { color: #ef4444; }

/* blue: синій pros / amber cons */
.rszt2 .d90v { background: #0c1a2e; }
.rszt2 .yqvvxl33 { background: #2d1f00; }
.rszt2 .d90v .ou5ad { color: #93c5fd; }
.rszt2 .yqvvxl33 .dkye { color: #fcd34d; }
.rszt2 .d90v ul li,
.rszt2 .mp4i li            { color: #bfdbfe; }
.rszt2 .yqvvxl33 ul li,
.rszt2 .y3qfd0c li            { color: #fde68a; }

/* accent: label акцентний, текст завжди читабельний */
.s33e .d90v { background: var(--accent-bg); }
.s33e .yqvvxl33 { background: var(--accent-bg-light); }
.s33e .d90v .ou5ad { color: var(--accent-pale); }
.s33e .yqvvxl33 .dkye { color: var(--accent-light); }
.s33e .d90v ul li,
.s33e .mp4i li          { color: var(--text-body); }
.s33e .yqvvxl33 ul li,
.s33e .y3qfd0c li          { color: var(--text-body); }

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

/* check: ✓ / ✗ */
.y75rxw .ou5ad::before { content: "✓ "; }
.y75rxw .dkye::before { content: "✗ "; }

/* arrows: → / ← */
.bukm .ou5ad::before { content: "→ "; }
.bukm .dkye::before { content: "← "; }

/* marks: ★ / ✕ */
.lc50 .ou5ad::before { content: "★ "; }
.lc50 .dkye::before { content: "✕ "; }

/* geo: ◆ / ▲ */
.uak30 .ou5ad::before { content: "◆ "; }
.uak30 .dkye::before { content: "▲ "; }

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

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

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

/* topbar: смуга зверху */
.wsh74dh .o8pduos { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.wsh74dh .i44o1     { border-top-color: var(--c-tip-border); }
.wsh74dh .gur2xmo { border-top-color: var(--c-warn-border); }
.wsh74dh .h2t6    { border-top-color: #60a5fa; }

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

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

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

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

.s1zff4 .ohwpqx3c,
.eux49y35 .ohwpqx3c,
.jinf75f .ohwpqx3c,
.u3pe .ohwpqx3c { font-size: 0; width: 1.1rem; flex-shrink: 0; }

.s1zff4 .ohwpqx3c::before,
.eux49y35 .ohwpqx3c::before,
.jinf75f .ohwpqx3c::before,
.u3pe .ohwpqx3c::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}

/* geo: ✦ ▲ ◉ */
.s1zff4 .i44o1     .ohwpqx3c::before { content: "✦"; color: var(--c-tip-border); }
.s1zff4 .gur2xmo .ohwpqx3c::before { content: "▲"; color: var(--c-warn-border); }
.s1zff4 .h2t6    .ohwpqx3c::before { content: "◉"; color: #60a5fa; }

/* marks: ★ ◆ ● */
.eux49y35 .i44o1     .ohwpqx3c::before { content: "★"; color: var(--c-tip-border); }
.eux49y35 .gur2xmo .ohwpqx3c::before { content: "◆"; color: var(--c-warn-border); }
.eux49y35 .h2t6    .ohwpqx3c::before { content: "●"; color: #60a5fa; }

/* sharp: ▶ ■ ▸ */
.jinf75f .i44o1     .ohwpqx3c::before { content: "▶"; color: var(--c-tip-border); }
.jinf75f .gur2xmo .ohwpqx3c::before { content: "■"; color: var(--c-warn-border); }
.jinf75f .h2t6    .ohwpqx3c::before { content: "▸"; color: #60a5fa; }

/* arrows: → ⬥ ◈ */
.u3pe .i44o1     .ohwpqx3c::before { content: "→"; color: var(--c-tip-border); }
.u3pe .gur2xmo .ohwpqx3c::before { content: "⬥"; color: var(--c-warn-border); }
.u3pe .h2t6    .ohwpqx3c::before { content: "◈"; color: #60a5fa; }

/* ── shadow variant ──────────────────────────────────────────────────────────*/
.mirg80 .ntq5xv .k6d4,
.mirg80 .zfznm8 .k6d4  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.mirg80 .op7im                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.mirg80 .qvlg                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.mirg80 .yqjj7v            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.mirg80 .k5ic          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.mirg80 .zt4ratt2                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }

/* shadow-none: скидаємо будь-які тіні */
.ot5yvx .ntq5xv .k6d4,
.ot5yvx .zfznm8 .k6d4,
.ot5yvx .op7im,
.ot5yvx .qvlg,
.ot5yvx .yqjj7v,
.ot5yvx .k5ic,
.ot5yvx .zt4ratt2,
.ot5yvx .wwb79wks .o8pduos { box-shadow: none; }

/* ── text_size variants ──────────────────────────────────────────────────────*/
.b16sd   body, .b16sd   { font-size: 0.9rem; }
.b16sd   .n5pl9g1z, .b16sd .lf4k6, .b16sd .nvhxiqio,
.b16sd   .no6b, .b16sd .b64ncg0o { font-size: 0.9rem; }
.b16sd   .v69wdoro, .b16sd .zw3c { font-size: 0.9rem; }

.rhv5xa3f   .n5pl9g1z, .rhv5xa3f .lf4k6, .rhv5xa3f .nvhxiqio,
.rhv5xa3f   .no6b, .rhv5xa3f .b64ncg0o { font-size: 0.9rem; }
.rhv5xa3f   .v69wdoro, .rhv5xa3f .zw3c { font-size: 0.9rem; }

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

.lgcd3qin   .n5pl9g1z, .lgcd3qin .lf4k6, .lgcd3qin .nvhxiqio,
.lgcd3qin   .no6b, .lgcd3qin .b64ncg0o { font-size: 1.08rem; }
.lgcd3qin   .v69wdoro, .lgcd3qin .zw3c { font-size: 1.05rem; }
.lgcd3qin   .kelk5xeu { font-size: 0.97rem; }

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

/* large */
.yy5hnt .m5t0e7j      { font-size: 3.2rem; }
.yy5hnt h2.gui6k8hp { font-size: 1.9rem; }
.yy5hnt h3.hvjy08     { font-size: 1.4rem; }

/* display */
.vrjyjnx .m5t0e7j      { font-size: 3.8rem; }
.vrjyjnx h2.gui6k8hp { font-size: 2.2rem; }
.vrjyjnx h3.hvjy08     { font-size: 1.6rem; }

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

/* Спільна база: abs-позиція на межі між секціями */
.kw2g6gmt   .iuaqyu6 + .iuaqyu6::before,
.xkpc  .iuaqyu6 + .iuaqyu6::before,
.hr2wm   .iuaqyu6 + .iuaqyu6::before,
.f5je   .iuaqyu6 + .iuaqyu6::before,
.x6v3   .iuaqyu6 + .iuaqyu6::before,
.sn47vur4 .iuaqyu6 + .iuaqyu6::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}

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

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

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

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

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

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

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

/* section_bg=stripe: парні секції мають bg-card */
.sobwnwk .cgnpnwwe .iuaqyu6:nth-child(even)::before,
.sobwnwk .wzxwugs .iuaqyu6:nth-child(even)::before,
.sobwnwk .xyili2e .iuaqyu6:nth-child(even)::before { background: var(--bg-card); }

/* wave-a: плавна S-хвиля (1 гребінь) */
.cgnpnwwe .iuaqyu6 + .iuaqyu6::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 гребені */
.wzxwugs .iuaqyu6 + .iuaqyu6::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: глибока дуга */
.xyili2e .iuaqyu6 + .iuaqyu6::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 у формі хвилі */
.ucamp8 .m6y8lq7,
.ohyp4 .m6y8lq7,
.htd8l .m6y8lq7 { overflow: hidden; }

/* wave: додатковий простір щоб хвиля не закривала CTA */
.ucamp8 .ju3t6v,
.ohyp4 .ju3t6v { margin-bottom: 60px; }
.htd8l .ju3t6v { margin-bottom: 70px; }
.ucamp8 .nufmx2h,
.ohyp4 .nufmx2h { padding-bottom: 60px; }
.htd8l .nufmx2h { padding-bottom: 70px; }

.ucamp8 .m6y8lq7::before,
.ohyp4 .m6y8lq7::before,
.htd8l .m6y8lq7::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 гребінь) */
.ucamp8 .m6y8lq7::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 гребені */
.ohyp4 .m6y8lq7::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: глибока дуга */
.htd8l .m6y8lq7::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 */
.c8vn .pm1zfo { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }
.ult5xa .pm1zfo { background: linear-gradient(45deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.65) 100%); }
.i9g8  .pm1zfo { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }
.kcv0a7fu  .pm1zfo { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }

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

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

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

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

/* hg-solid: суцільний колір без градієнту */
.bsh57 .s7b7 { background: var(--accent); }
.bsh57 .s7b7 .pm1zfo { background: none; }
.bsh57 .myqssj { background: var(--accent); }
.bsh57 .g4k0h { background: var(--accent-bg); }
.bsh57 .pm1zfo { background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 100%); }


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

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

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

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

/* Великі блочні елементи — clear float щоб не стискались */
.ymkc9 .zpd43b1,
.ymkc9 .adc4v0m,
.dn5hm .zpd43b1,
.dn5hm .adc4v0m,
.jopwkri .zpd43b1,
.jopwkri .adc4v0m { clear: both; }

/* Маркери списків не мають налазити на float-картинку */
.ymkc9 .v69wdoro,
.ymkc9 .zw3c,
.dn5hm .v69wdoro,
.dn5hm .zw3c,
.jopwkri .v69wdoro,
.jopwkri .zw3c { overflow: hidden; }


@media (max-width: 640px) {
  .ymkc9 .wuvlr,
  .dn5hm .wuvlr,
  .jopwkri .wuvlr { float: none; width: 100%; margin: 0 0 16px 0; }
}

/* ── content_width: ширина контентного контейнера ───────────────────────────*/
/* default = 1100px (задано в .uk88rys, .kqtvz, .bf0nrba) */
.mcx3sa .uk88rys,
.mcx3sa .kqtvz,
.mcx3sa .bf0nrba  { max-width: 1100px; }
.mcx3sa { --content-mw: 1100px; }
.bvsdwkr .uk88rys,
.bvsdwkr .kqtvz,
.bvsdwkr .bf0nrba  { max-width: 1200px; }
.bvsdwkr { --content-mw: 1200px; }
.b1jfcy3 .uk88rys,
.b1jfcy3 .kqtvz,
.b1jfcy3 .bf0nrba  { max-width: 1320px; }
.b1jfcy3 { --content-mw: 1320px; }

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

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

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

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

/* content-width: above — обидва класи на <body>, тому без пробілу */
.mcx3sa.fjai .nt24wdv { max-width: 1100px; }
.bvsdwkr.fjai .nt24wdv { max-width: 1200px; }
.b1jfcy3.fjai .nt24wdv { max-width: 1320px; }
/* float — bc-float-wrap окремий елемент, тому з пробілом */
.mcx3sa .rwo0 { max-width: 1100px; }
.bvsdwkr .rwo0 { max-width: 1200px; }
.b1jfcy3 .rwo0 { max-width: 1320px; }

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

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

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

/* ── font_weight: жирність тексту ────────────────────────────────────────────*/
/* fw-300: тонкий */
.gum8m { font-weight: 300; }
.gum8m h2.gui6k8hp { font-weight: 600; }
.gum8m h3.hvjy08     { font-weight: 600; }
/* fw-400: default — без override */
/* fw-500: medium */
.p535js9 { font-weight: 500; }
.p535js9 h2.gui6k8hp { font-weight: 800; }
.p535js9 h3.hvjy08     { font-weight: 700; }
/* fw-600: semibold */
.zskg4qsl { font-weight: 600; }
.zskg4qsl h2.gui6k8hp { font-weight: 900; }
.zskg4qsl h3.hvjy08     { font-weight: 800; }
.zskg4qsl .o8pduos strong,
.zskg4qsl .o8pduos strong { font-weight: 600; }
/* .zskg4qsl .lf4k6, .zskg4qsl .no6b { font-weight: 600; } */

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

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

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

/* minimal */
.s44r0h0h .bf0nrba { text-align: center; }
.s44r0h0h .p2a4 { justify-content: center; margin-bottom: 16px; }
.s44r0h0h .z975xl4 { margin-top: 0; }

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

/* mobile footer */
@media (max-width: 640px) {
  .bf0nrba { padding-left: 16px; padding-right: 16px; }
  .ujv4jv .bf0nrba { padding: 20px 16px; }
  .p2a4 { gap: 4px 12px; }
  .z975xl4 { font-size: 0.78rem; }
}


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


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

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

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

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

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

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

/* dark: завжди темний, незалежно від теми */
.mszpu .cf99      { background: #0d1117; border-bottom-color: #21262d; }
.mszpu .cocoquvk { color: var(--accent-light); }
.mszpu .ozgxuf { --msep-color: #8b949e; }
.mszpu .ozgxuf a { color: #8b949e; }
.mszpu .ozgxuf a:hover { color: var(--accent-light); }
.mszpu .xwbi { color: #8b949e; }
.mszpu .nq2gxzrb { background: #0d1117; border-top-color: #21262d; }
.mszpu .z975xl4,
.mszpu .ryqw { color: #6e7681; }
.mszpu .qhvyv a, .mszpu .p2a4 a,
.mszpu .pzup a, .mszpu .emoz a,
.mszpu .tstg60x a, .mszpu .vugy { color: #8b949e; }
.mszpu .qhvyv a:hover, .mszpu .p2a4 a:hover,
.mszpu .pzup a:hover, .mszpu .emoz a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .mszpu .ozgxuf { background: #0d1117; border-top-color: #21262d; }
  .mszpu .ozgxuf li a { border-bottom-color: #21262d; }
}

/* light: завжди світлий */
.vwi3 .cf99      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.vwi3 .cocoquvk { color: var(--accent); }
.vwi3 .ozgxuf { --msep-color: #475569; }
.vwi3 .ozgxuf a { color: #475569; }
.vwi3 .ozgxuf a:hover { color: var(--accent); }
.vwi3 .xwbi { color: #64748b; }
.vwi3 .nq2gxzrb { background: #f0f4f8; border-top-color: #cbd5e1; }
.vwi3 .z975xl4,
.vwi3 .ryqw { color: #64748b; }
.vwi3 .qhvyv a, .vwi3 .p2a4 a,
.vwi3 .pzup a, .vwi3 .emoz a,
.vwi3 .tstg60x a, .vwi3 .vugy { color: #374151; }
.vwi3 .qhvyv a:hover, .vwi3 .p2a4 a:hover,
.vwi3 .pzup a:hover, .vwi3 .emoz a:hover { color: var(--accent); }
@media (max-width: 640px) {
  .vwi3 .ozgxuf { background: #f0f4f8; border-top-color: #cbd5e1; }
  .vwi3 .ozgxuf li a { border-bottom-color: #cbd5e1; color: #475569; }
}

/* accent: кольоровий акцентний фон */
.iw7bskgh .cf99      { background: var(--accent); border-bottom-color: var(--accent-light); }
.iw7bskgh .cocoquvk { color: #fff; }
.iw7bskgh .ozgxuf { --msep-color: rgba(255,255,255,0.82); }
.iw7bskgh .ozgxuf a { color: rgba(255,255,255,0.82); }
.iw7bskgh .ozgxuf a:hover { color: #fff; }
.iw7bskgh .xwbi { color: rgba(255,255,255,0.9); }
.iw7bskgh .pqby a { color: var(--text-primary) !important; }
.iw7bskgh .pqby a:hover { color: var(--accent) !important; }
.iw7bskgh .nq2gxzrb { background: var(--accent); border-top-color: var(--accent-light); }
.iw7bskgh .z975xl4,
.iw7bskgh .ryqw { color: rgba(255,255,255,0.72); }
.iw7bskgh .qhvyv a, .iw7bskgh .p2a4 a,
.iw7bskgh .pzup a, .iw7bskgh .emoz a,
.iw7bskgh .tstg60x a, .iw7bskgh .vugy { color: rgba(255,255,255,0.82); }
.iw7bskgh .qhvyv a:hover, .iw7bskgh .p2a4 a:hover,
.iw7bskgh .pzup a:hover, .iw7bskgh .emoz a:hover { color: #fff; }
@media (max-width: 640px) {
  .iw7bskgh .ozgxuf { background: var(--accent); border-top-color: var(--accent-light); }
  .iw7bskgh .ozgxuf li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}

/* glass: напівпрозорий з blur */
.k8cm5v .cf99 {
  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);
}
.k8cm5v .nq2gxzrb {
  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) {
  .k8cm5v .ozgxuf {
    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 */
.v3hgaa2e .yrye { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.f6vr2 .yrye { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.t0o21n8g .yrye { min-height: 72px; height: auto; }
.tjy72 .yrye { min-height: 84px; height: auto; }

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

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


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

/* ── nav_logo_bg: фон на wrap-блоці (не на img) ─────────────────────────────*/
/* none = без фону (default) */
.rnq2rsim, .wygg {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.mvop4q .rnq2rsim,
.mvop4q .wygg { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.v8rmx8a .rnq2rsim,
.v8rmx8a .wygg { 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; }
.sqrt0c0 .rnq2rsim,
.sqrt0c0 .wygg { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.yucsoymq .rnq2rsim,
.yucsoymq .wygg { 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 */
.zcujpelv   .ozgxuf a { font-weight: 500; }
.mxve .ozgxuf a { font-weight: 600; }
.huelf     .ozgxuf a { font-weight: 700; }
.ikwm    .ozgxuf a { font-weight: 800; letter-spacing: 0.01em; }

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

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

  /* ховаємо ☰ символ і центруємо кнопку */
  .gjospgp7 .xwbi,
  .ayr5 .xwbi,
  .m96t .xwbi,
  .brl96n .xwbi,
  .k6qd .xwbi {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  /* базовий ::before */
  .gjospgp7 .xwbi::before,
  .ayr5 .xwbi::before,
  .m96t .xwbi::before,
  .brl96n .xwbi::before,
  .k6qd .xwbi::before { content: ""; display: block; flex-shrink: 0; }

  /* 2 лінії: повна + 68% */
  .gjospgp7 .xwbi::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 лінії рівні */
  .ayr5 .xwbi::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% */
  .m96t .xwbi::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% */
  .brl96n .xwbi::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% */
  .k6qd .xwbi::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) {
  .arh8pdny .xwbi {
    padding: 5px 14px;
  }
  .arh8pdny .ozgxuf {
    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;
  }
  .arh8pdny .ozgxuf li a {
    border-bottom: none; padding: 10px 22px;
  }
  .arh8pdny .ozgxuf li a:hover { background: var(--bg-raised); }
}

/* drawer: висувається з правого боку ───────────────────────────────────── */
@media (max-width: 640px) {
  .atufurs .xwbi {
    padding: 5px 10px;
  }
  .atufurs .ozgxuf {
    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);
  }
  .atufurs .ozgxuf.x4tmsur0 { transform: translateX(0); }
  .atufurs .ozgxuf li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .atufurs .ozgxuf li:last-child a { border-bottom: none; }
}

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

/* overlay: повноекранне меню ───────────────────────────────────────────── */
@media (max-width: 640px) {
  .ovz7k4 .xwbi {
    padding: 5px 10px;
  }
  .ovz7k4 .ozgxuf {
    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;
  }
  .ovz7k4 .ozgxuf.x4tmsur0 { opacity: 1; pointer-events: auto; }
  .ovz7k4 .ozgxuf 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) {
  .i506gkm     .xwbi { border-radius: 0 !important; }
  .biqw   .xwbi { border-radius: 8px !important; }
  .vo4uh .xwbi { border-radius: 50% !important; }
  .lav5e   .xwbi { border-radius: 999px !important; }
}

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

/* ── star_style: вигляд зірок (showcase + review) ───────────────────────────*/
/* default = accent color (задано в базових стилях .fmzm4w / .e9m1i9) */
.lys6c9m    .fmzm4w, .lys6c9m    .e9m1i9 { color: #f59e0b; }
.j120svt      .fmzm4w { font-size: 1rem; letter-spacing: 1.5px; }
.j120svt      .e9m1i9   { font-size: 1.35rem; }
.y8kn    .fmzm4w, .y8kn    .e9m1i9 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.ui0oo     .fmzm4w, .ui0oo     .e9m1i9 { color: var(--accent); letter-spacing: 3px; font-size: 0.7rem; }
.o47xx8io .fmzm4w, .o47xx8io .e9m1i9 { color: var(--accent); letter-spacing: 2px; }
.m60cnp   .fmzm4w, .m60cnp   .e9m1i9 { color: #e91e63; letter-spacing: 2px; }
.ijfz5b  .fmzm4w, .ijfz5b  .e9m1i9 { color: var(--accent); letter-spacing: 2px; font-size: 0.65rem; }
.ktytk     .fmzm4w, .ktytk     .e9m1i9 { color: var(--accent); letter-spacing: 2px; font-size: 0.7rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ── Byline slots — position control ── */
.usws{display:none}
.usws:empty,.xykeidwt:empty{display:none}
.dmqt{position:relative;overflow:visible}

/* hero slot — shown for all hero positions */
.l436daqc .afgiecl,.tq9p9ew .afgiecl,
.hvh24iz .afgiecl,.k8fqggd .afgiecl,
.co20y .afgiecl,.rsxj0d .afgiecl{display:block}
.q1b99 .hrhas{display:block}

/* shared overlay: centered container matching hero-content width (always 1100px) */
.l436daqc .afgiecl,.tq9p9ew .afgiecl,
.hvh24iz .afgiecl,.k8fqggd .afgiecl,
.co20y .afgiecl{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 */
.l436daqc .afgiecl .xykeidwt,.tq9p9ew .afgiecl .xykeidwt,
.hvh24iz .afgiecl .xykeidwt,.k8fqggd .afgiecl .xykeidwt,
.co20y .afgiecl .xykeidwt{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 */
.l436daqc .zqxmhd,.tq9p9ew .zqxmhd,
.hvh24iz .zqxmhd,.k8fqggd .zqxmhd,
.co20y .zqxmhd{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
/* top positions */
.l436daqc .afgiecl,.tq9p9ew .afgiecl{top:12px}
.l436daqc .afgiecl .xykeidwt{margin-right:auto}
.tq9p9ew .afgiecl .xykeidwt{margin-left:auto}
.tq9p9ew .afgiecl{text-align:right}
/* bottom positions */
.hvh24iz .afgiecl,.k8fqggd .afgiecl{bottom:12px}
.hvh24iz .afgiecl .xykeidwt{margin-right:auto}
.k8fqggd .afgiecl .xykeidwt{margin-left:auto}
.k8fqggd .afgiecl{text-align:right}
/* center overlay at bottom of hero */
.co20y .afgiecl{bottom:16px}
.co20y .afgiecl .xykeidwt{margin:0 auto}

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

/* split hero: overlay positions fall back to static below hero (too complex to overlay on split 50/50) */
.g4k0h~.afgiecl,.nlo263g~.afgiecl{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}
.g4k0h~.afgiecl .xykeidwt{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.nlo263g~.afgiecl .xykeidwt{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 */
.hrhas .xykeidwt{margin:0 0 12px}

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

/* byline author style: text — no avatar */
.ckmb2 .fz9c85d{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 */
.kl5xty .zqxmhd{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.kl5xty .whxinx3p::before{content:""}

/* cards: mini bordered cards */
.mlsqnh .zqxmhd{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}
.mlsqnh .whxinx3p::before{content:""}

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

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

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

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

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

/* ── Date background variants ── */
.ngcxl{--date-bg:var(--accent-bg)}
.s49pacdl{--date-bg:var(--accent-bg-light)}
.mkbe{--date-bg:transparent}

/* ── Date separator variants ── */
.jbbbbho .whxinx3p::before{content:""}
.k9z2466 .whxinx3p::before{content:"•";opacity:.4}
.k9z2466 .zqxmhd + .zqxmhd::before{content:"•";margin-right:6px;opacity:.4}
.x0jt .whxinx3p::before{content:"/";opacity:.35}
.x0jt .zqxmhd + .zqxmhd::before{content:"/";margin-right:6px;opacity:.35}
.mmet84hz .whxinx3p::before{content:"|";opacity:.3}
.mmet84hz .zqxmhd + .zqxmhd::before{content:"|";margin-right:6px;opacity:.3}
.ufpf1 .whxinx3p::before{content:"—";opacity:.3}
.ufpf1 .zqxmhd + .zqxmhd::before{content:"—";margin-right:6px;opacity:.3}
.hogvhow .whxinx3p::before{content:"◆";font-size:.5em;opacity:.35}
.hogvhow .zqxmhd + .zqxmhd::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.w7lye2i .whxinx3p::before{content:"·";opacity:.4}
.w7lye2i .zqxmhd + .zqxmhd::before{content:"·";margin-right:6px;opacity:.4}
.vni9y .whxinx3p::before{content:"›";opacity:.4}
.vni9y .zqxmhd + .zqxmhd::before{content:"›";margin-right:6px;opacity:.4}
.fa4ip17u .whxinx3p::before{content:"→";opacity:.35;font-size:.85em}
.fa4ip17u .zqxmhd + .zqxmhd::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}


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

/* author box variants */
.dn9h9qoq .acyloxp1{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.gs3o7q .acyloxp1{border-top:3px solid var(--accent);padding-top:18px}
.ey9pscq .acyloxp1{border-left:3px solid var(--accent);border-radius:0}
.riw99ts .acyloxp1{padding:20px 0}

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

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


/* ── color scheme ── */
:root {
  --accent:          #96a371;
  --accent-light:    #c4d29b;
  --accent-pale:     #dbe9b0;
  --grad-start:      #2e3911;
  --grad-end:        #6b7748;
  --bg-page: #0d0f09;
  --bg-surface: #0d0f09;
  --bg-card: #12140d;
  --bg-card-inner: #181a12;
  --bg-raised: #1e2117;
  --bg-hover: #24271c;
  --border: #47493c;
  --border-alt: #747768;
  --border-section: #47493c;
  --text-primary: #e5e7d5;
  --text-muted: #aaac9d;
  --text-body: #c7c7bd;
  --text-sub: #9e9e95;
  --text-faint: #6b6b63;
  --text-dim: #52534c;
  --text-label: #84847c;
  --text-value: #bab9b0;
  --accent-bg:       #2a340d;
  --accent-bg-light: #353f17;
  --bg-tip:        #1a2e1a;
  --bg-warning:    #2d1f0e;
  --bg-info:       #1a1f2e;
  --bg-pros:       #1a2e1a;
  --bg-cons:       #2d1a1a;
  --c-pros:        #6ee7b7;
  --c-cons:        #fca5a5;
  --c-pros-label:  #34d399;
  --c-tip-border:  #34d399;
  --c-warn-border: #f59e0b;
  --c-stars:       #f59e0b;
  --c-arrow:       #f59e0b;
  --c-tag-pay:     #6ee7b7;
}
:root { --logo-bg-opacity: 46%; }

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

.ln03g9 .ohwpqx3c { font-size: 0; width: 1.2rem; flex-shrink: 0; }.ln03g9 .ohwpqx3c::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.ln03g9 .i44o1     .ohwpqx3c::before { content: "";  color: var(--c-tip-border); }.ln03g9 .gur2xmo .ohwpqx3c::before { content: ""; color: var(--c-warn-border); }.ln03g9 .h2t6    .ohwpqx3c::before { content: ""; color: #60a5fa; }.i7jtr .ln03g9 .i44o1     .ohwpqx3c::before { color: #10b981; }.i7jtr .ln03g9 .gur2xmo .ohwpqx3c::before { color: #f43f5e; }.i7jtr .ln03g9 .h2t6    .ohwpqx3c::before { color: #a855f7; }.dkzlpz3  .ln03g9 .i44o1     .ohwpqx3c::before { color: #eab308; }.dkzlpz3  .ln03g9 .gur2xmo .ohwpqx3c::before { color: #ef4444; }.dkzlpz3  .ln03g9 .h2t6    .ohwpqx3c::before { color: #f97316; }.xfrg  .ln03g9 .i44o1     .ohwpqx3c::before { color: #38bdf8; }.xfrg  .ln03g9 .gur2xmo .ohwpqx3c::before { color: #818cf8; }.xfrg  .ln03g9 .h2t6    .ohwpqx3c::before { color: #2dd4bf; }.st1vz0cb .ln03g9 .ohwpqx3c::before { color: var(--accent-light) !important; }

.tdy8rdap .rm4678, .tdy8rdap .g4k0h { min-height: 420px; }

.bah8mk::before { content: '›'; font-size: 1.1em; }

.n7byw .zqxmhd::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.n7byw .zqxmhd:first-of-type::before{content:"\f073"}.n7byw .zqxmhd:last-of-type::before{content:"\f303"}