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

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

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

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

/* ── Hero: BG layout (картинка — повноширокий фон) ───────────────────────────*/
.ws3tx6t {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.v6uevl1 {
  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) */
.ws3tx6t .w73l {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ws3tx6t .x3h8 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ws3tx6t .gls1g { color: #e2e8f0; }

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

/* hero-flat: без фону, просто текст на page bg (WP-style) */
.vjbad623 {
  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);
}
.vjbad623 .w73l {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.vjbad623 .x3h8 { color: var(--text-primary); text-shadow: none; }
.vjbad623 .gls1g { color: var(--text-muted); }
.vjbad623 .zjgjf { margin-top: 16px; }
.vjbad623, .vjbad623.iv3ebm01 { min-height: auto !important; }
.vjbad623.di1up .w73l { text-align: center; }
.vjbad623.dy8mmh   .w73l { text-align: left; }
/* flat hero: byline як звичайний текст, не оверлей */
.vjbad623~.c1s87d1{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}
.vjbad623~.c1s87d1 .yb09ou{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: градієнтний фон замість фото */
.wbms {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
/* hero_anim: shimmer — ледь помітний блиск по поверхні */
.zdw0st .wbms,
.zdw0st .drcza {
  position: relative; overflow: hidden;
}
.zdw0st .wbms::after,
.zdw0st .drcza::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 */
.gueosts .wbms,
.gueosts .drcza {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
/* hero_anim: grain — ледь помітна зернистість поверх градієнту */
.e3ontkd9 .wbms,
.e3ontkd9 .drcza,
.e3ontkd9 .ws3tx6t .v6uevl1 {
  position: relative; overflow: hidden;
}
.e3ontkd9 .wbms::after,
.e3ontkd9 .drcza::after,
.e3ontkd9 .ws3tx6t .v6uevl1::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 */
.gfxz .wbms,
.gfxz .drcza {
  position: relative; overflow: hidden;
}
.gfxz .wbms::after,
.gfxz .drcza::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); }
}
.gfxz .ws3tx6t .v6uevl1 {
  position: relative; overflow: hidden;
}
.gfxz .ws3tx6t .v6uevl1::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 — градієнт з'являється при завантаженні */
.s9t62l .wbms,
.s9t62l .drcza,
.s9t62l .ws3tx6t .v6uevl1 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* hero-bg з фото — overlay анімації */
.zdw0st .ws3tx6t .v6uevl1 {
  position: relative; overflow: hidden;
}
.zdw0st .ws3tx6t .v6uevl1::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;
}
.gueosts .ws3tx6t .v6uevl1 {
  animation: hg-breathe 10s ease-in-out infinite;
}

.wbms .v6uevl1 {
  background: none;
}
.wbms .x3h8 { color: #fff; }
.wbms .gls1g { color: rgba(255,255,255,0.85); }

/* ── Hero anim: split layouts ─────────────────────────────────────────────── */
.zdw0st .iqot { position: relative; overflow: hidden; }
.zdw0st .iqot::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;
}
.gueosts .iqot {
  animation: hg-breathe 7s ease-in-out infinite;
}
.e3ontkd9 .iqot { position: relative; overflow: hidden; }
.e3ontkd9 .iqot::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;
}
.gfxz .iqot { position: relative; overflow: hidden; }
.gfxz .iqot::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;
}
.s9t62l .iqot {
  animation: hg-fadein 1.2s ease-out both;
}


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

/* Split alignment — всередині text-колонки */
.iqot.di1up .igk1 { align-items: center; text-align: center; }
.iqot.dy8mmh   .igk1 { align-items: flex-start; text-align: left; }

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


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

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

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

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

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

/* ── Hero: split-cards ────────────────────────────────────────────────────── */
.jmpn2 .fdwsxhps {
  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);
}
.b6kuf1vu {
  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;
}
.b6kuf1vu:last-child { border-bottom: none; }
.b6kuf1vu:hover { background: rgba(255,255,255,0.14); }
.h6o19vs2 { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1; }
.yqn4jl { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.t1an2 { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.huv2 { font-weight: 700; font-size: 0.95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.z85t { font-size: 0.82rem; color: rgba(255,255,255,0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cvhgh { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.p0jix4fo { font-weight: 800; font-size: 1.3rem; color: var(--accent-pale); }
.p0jix4fo small { font-size: 0.7rem; font-weight: 500; opacity: 0.6; }
.h272a60d { font-size: 0.8rem; padding: 6px 14px; white-space: nowrap; }

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

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

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

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


@media (max-width: 700px) {
  .iqot { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .iqot .hrjmmw2 { display: none !important; }
  .xgmodtv .hrjmmw2 { display: none !important; }
  .jmpn2 .fdwsxhps { display: none !important; }
  .ql1lf7 .ifdsf9n { display: none !important; }
  .igk1  { padding: 36px 24px; }
  .iqot~.c1s87d1,.v1yoih~.c1s87d1{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  /* cap hero height variants on mobile */
  .iv3ebm01, .iqot { min-height: 320px !important; }
  /* reduce oversized headings on mobile */
  .x3h8 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  /* cards-top: hide on mobile */
  .nwu0wsf { display: none !important; }
  /* numbered: stack */
  .vpay { flex-direction: column; align-items: center; }
  .vqrd1 { width: 100%; max-width: 340px; }
}

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

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

/* rounded */
.s6mctnh .yka5h        { border-radius: 16px; }
.s6mctnh .fsw2  { border-radius: 16px; }

/* shadow */
.myvznv .yka5h         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.myvznv .fsw2   { border-radius: 8px; }


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

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

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

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

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

.x7qmdmm6 .g9bxtkny:nth-child(even) .hkojz .p97ey:nth-child(odd),
.ama5641w .g9bxtkny:nth-child(even) .hkojz .p97ey:nth-child(odd)  { background: var(--bg-card); }
.x7qmdmm6 .g9bxtkny:nth-child(even) .hkojz .p97ey:nth-child(even),
.ama5641w .g9bxtkny:nth-child(even) .hkojz .p97ey:nth-child(even) { background: var(--bg-card-inner); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vrzxid .ttdcu,
.vrzxid .t85kzdcs,
.vrzxid .sm832,
.vrzxid .sbvj5uuv { font-style: normal; color: var(--text-body); }

.c7tzcy .ttdcu,
.c7tzcy .t85kzdcs {
  font-style: italic;
  border-left: 3px solid var(--border-section); padding-left: 12px;
}
.c7tzcy .sm832,
.c7tzcy .sbvj5uuv {
  font-style: italic;
  border-left: 2px solid var(--border); padding-left: 10px;
}

.tn9u .ttdcu,
.tn9u .t85kzdcs,
.tn9u .sm832,
.tn9u .sbvj5uuv {
  font-style: normal;
  background: var(--bg-raised); border-radius: 6px;
  padding: 10px 14px; color: var(--text-sub);
}
────────────────────────────────────────────────────────────────────────────── */

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

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

.iywac0r6     .haweecf2 { list-style-type: "● "; }
.utgxeyxv  .haweecf2 { list-style-type: "■ "; }
.c19g .haweecf2 { list-style-type: "◆ "; }
.isat    .haweecf2 { list-style-type: "★ "; }

.iywac0r6     .umulq { list-style-type: "● "; }
.utgxeyxv  .umulq { list-style-type: "■ "; }
.c19g .umulq { list-style-type: "◆ "; }
.isat    .umulq { list-style-type: "★ "; }

.iywac0r6    .haweecf2 li::marker, .iywac0r6    .umulq li::marker,
.utgxeyxv .haweecf2 li::marker, .utgxeyxv .umulq li::marker,
.c19g .haweecf2 li::marker, .c19g .umulq li::marker,
.isat   .haweecf2 li::marker, .isat   .umulq li::marker {
  color: var(--accent); font-size: 0.8em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

/* pill = solid but very rounded */
.bgkzqj2 .zjgjf { border-radius: 50px; }
.bgkzqj2 .am060pmh  { border-radius: 50px; }
/* btn_pad */
.fjlqjp .zjgjf { padding-left: 22px; padding-right: 22px; }
.fjlqjp .am060pmh  { padding-left: 12px; padding-right: 12px; }
.rn02q .zjgjf { padding-left: 44px; padding-right: 44px; }
.rn02q .am060pmh  { padding-left: 24px; padding-right: 24px; }
.rxt9tsy .zjgjf { padding-left: 56px; padding-right: 56px; }
.rxt9tsy .am060pmh  { padding-left: 32px; padding-right: 32px; }

/* ── btn_icon: SVG-іконки на .zjgjf і .am060pmh (mask на currentColor) ──────*/
/* ::after — усі іконки після тексту (праворуч) */
.vxyzr8q   .zjgjf::after, .vxyzr8q   .am060pmh::after,
.o761pe .zjgjf::after, .o761pe .am060pmh::after,
.bojjgg    .zjgjf::after, .bojjgg    .am060pmh::after,
.rqmbimd    .zjgjf::after, .rqmbimd    .am060pmh::after,
.mlxn1    .zjgjf::after, .mlxn1    .am060pmh::after,
.d07u9vnp     .zjgjf::after, .d07u9vnp     .am060pmh::after,
.jpryp8    .zjgjf::after, .jpryp8    .am060pmh::after,
.h863p   .zjgjf::after, .h863p   .am060pmh::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 — кожна іконка */
.vxyzr8q .zjgjf::after, .vxyzr8q .am060pmh::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");
}
.o761pe .zjgjf::after, .o761pe .am060pmh::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");
}
.bojjgg .zjgjf::after, .bojjgg .am060pmh::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");
}
.rqmbimd .zjgjf::after, .rqmbimd .am060pmh::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");
}
.mlxn1 .zjgjf::after, .mlxn1 .am060pmh::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");
}
.d07u9vnp .zjgjf::after, .d07u9vnp .am060pmh::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");
}
.jpryp8 .zjgjf::after, .jpryp8 .am060pmh::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");
}
.h863p .zjgjf::after, .h863p .am060pmh::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 ────────*/
.yizn4hwe   .uonw1w1::after, .yizn4hwe   .ivz3v7::after,
.bnghi6 .uonw1w1::after, .bnghi6 .ivz3v7::after,
.w859v    .uonw1w1::after, .w859v    .ivz3v7::after,
.nh5i8oq    .uonw1w1::after, .nh5i8oq    .ivz3v7::after,
.ndes    .uonw1w1::after, .ndes    .ivz3v7::after,
.qizr7i     .uonw1w1::after, .qizr7i     .ivz3v7::after,
.blpn9s    .uonw1w1::after, .blpn9s    .ivz3v7::after,
.th539991   .uonw1w1::after, .th539991   .ivz3v7::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;
}
.yizn4hwe .uonw1w1::after, .yizn4hwe .ivz3v7::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");
}
.bnghi6 .uonw1w1::after, .bnghi6 .ivz3v7::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");
}
.w859v .uonw1w1::after, .w859v .ivz3v7::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");
}
.nh5i8oq .uonw1w1::after, .nh5i8oq .ivz3v7::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");
}
.ndes .uonw1w1::after, .ndes .ivz3v7::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");
}
.qizr7i .uonw1w1::after, .qizr7i .ivz3v7::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");
}
.blpn9s .uonw1w1::after, .blpn9s .ivz3v7::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");
}
.th539991 .uonw1w1::after, .th539991 .ivz3v7::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 ─────────────────────────────────────────────────────────*/
.ss95jx5r { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }


.oyfu3v {
  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 */
.oyfu3v > [itemprop="item"] { display: contents; }
.oyfu3v:hover { background: var(--bg-hover); }
.mkcjty {
  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 */
.nolsbi .mkcjty { background: #1a1a1a; }
.ld5zh .mkcjty { background: rgba(128,128,128,.12); }
.sjow .mkcjty { background: var(--bg-raised); }
.scpch53a .mkcjty { background: transparent; padding: 0; }
.afhwoi3 { max-height: 34px; max-width: 80px; object-fit: contain; }
.pvww { font-weight: 700; font-size: .85rem; color: var(--accent-light); }
.hiz0oyh { display: flex; align-items: center; gap: 12px; flex-shrink: 1; min-width: 0; }
.dmr88jsg { font-weight: 700; font-size: .88rem; color: var(--text-primary); flex-shrink: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tw6m { color: var(--accent); font-size: .8rem; letter-spacing: 1px; flex-shrink: 1; min-width: 0; }
.q2qes0u { display: flex; flex-direction: column; align-items: center; font-size: .78rem; flex: 1 1 0; min-width: 0; }
.ps8gce7 { color: var(--text-label); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.xt7c { color: var(--text-value); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.x8mnf { margin-left: auto; flex-shrink: 0; white-space: nowrap; }
.x8mnf.am060pmh { padding-left: 16px !important; padding-right: 16px !important; }
/* планшет / мобіль: 1 картка в ряд */
@media (max-width: 720px) {
  .ss95jx5r { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .ss95jx5r .oyfu3v { flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px; }
  .ss95jx5r .hiz0oyh { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
  .ss95jx5r .mkcjty { width: 100%; min-width: unset; height: 52px; }
  .ss95jx5r .afhwoi3 { max-height: 40px; max-width: 110px; }
  .ss95jx5r .dmr88jsg { min-width: unset; text-align: center; white-space: normal; }
  .ss95jx5r .q2qes0u { flex-direction: row; justify-content: space-between; width: 100%; border-top: 1px solid var(--border); padding-top: 5px; }
  .ss95jx5r .x8mnf { width: 100%; text-align: center; margin-left: 0; }
  .ekmm .oyfu3v { row-gap: 8px !important; gap: 8px !important; }
}

/* ── Casino reviews ──────────────────────────────────────────────────────────*/
.ara79r {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.ylfl8ig {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.b36fsk {
  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;
}
.b36fsk img { max-width: 80px; max-height: 50px; object-fit: contain; }
.dslklx { color: var(--accent); font-weight: 700; font-size: 0.85rem; text-align: center; }
.mpxii { flex: 1; }
.mpxii h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.hmkbxeo { color: var(--c-stars); font-size: 1.1rem; }
.vosm0r9 { margin-bottom: 8px; }
.b52ljqh { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.stg05x1g::before   { content: "★ "; color: var(--accent); }
.f2lcrv::before { content: "↓ "; color: var(--accent); }
.mlyez::before { content: "✦ "; color: var(--accent); }
.nl0gkx3 { flex-shrink: 0; }
.vg9zjajk img.n6zqioi { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.mnbq { padding: 20px 24px; }
.g4pq4 { color: var(--text-muted); margin-bottom: 16px; }
.leg5yzl7 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.gtd5wn3, .ymrlr { list-style: none; font-size: 0.9rem; }
.gtd5wn3 li { color: var(--c-pros); margin-bottom: 4px; }
.ymrlr li { color: var(--c-cons); margin-bottom: 4px; }
/* CSS маркери для pros/cons замість символів в HTML */
.gtd5wn3 li::before { content: "✓"; margin-right: 5px; }
.ymrlr li::before { content: "✗"; margin-right: 5px; }
.isjz .gtd5wn3 li::before { content: "→"; }
.isjz .ymrlr li::before { content: "–"; }
.l4zilnof  .gtd5wn3 li::before { content: "★"; }
.l4zilnof  .ymrlr li::before { content: "✕"; }
.ysxlxkl    .gtd5wn3 li::before { content: "◆"; }
.ysxlxkl    .ymrlr li::before { content: "▲"; }
.zhsnv8gp  .gtd5wn3 li::before { content: "▶"; }
.zhsnv8gp  .ymrlr li::before { content: "■"; }
.chuyjv { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.c6c38s { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.o99gxp2 { background: var(--bg-pros); color: var(--c-tag-pay); }

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


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

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

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

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

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

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

/* ── Brand card (single brand, two-column hero) ─────────────────────────────*/
/* ═══════════════════════════════════════════════════════════════════════════
   BRAND CARD — shared tokens
   ═══════════════════════════════════════════════════════════════════════════ */
.mqab {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 12px;
  margin: 28px 0;
  overflow: hidden;
}
.qelnaw {
  width: 100px; height: 68px;
  display: flex; align-items: center; justify-content: center;
  background: var(--surface); border-radius: 10px; padding: 8px;
  flex-shrink: 0;
}
.qelnaw img { max-width: 100%; max-height: 100%; object-fit: contain; }
.qb9kqln9 { font-size: 1.15rem; font-weight: 700; color: var(--text); }
.ut8j3qst { display: flex; align-items: center; gap: 8px; }
.ut8j3qst .hmkbxeo { font-size: .95rem; }
.ut8j3qst strong { font-size: 1.1rem; color: var(--text); }
.p8crf { border-radius: 8px; overflow: hidden; }
.p8crf img { width: 100%; display: block; border-radius: 8px; }
.kfm1 { text-align: center; flex-shrink: 0; }
.auwqx { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; }
.nnyueja { font-size: .82rem; color: var(--text-muted); font-weight: 500; }
.aw661vuc { font-size: .88rem; font-weight: 600; color: var(--text); }
.y655wknv .aw661vuc { font-size: 1.02rem; font-weight: 700; color: var(--accent); }
.mqab .j92jpyxo { gap: 10px; }
.mqab .f33o, .mqab .tdk97s { padding: 12px; }
.mqab .f33o ul, .mqab .tdk97s ul { margin: 4px 0 0; padding-left: 18px; }
.mqab .f33o li, .mqab .tdk97s li { font-size: .85rem; margin-bottom: 3px; }
.frrxn { font-size: .8rem; color: var(--text-muted); margin-top: 10px; }
.frrxn strong { color: var(--text-secondary); }
.frrxn .c6c38s { margin: 2px 4px 2px 0; }

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

/* ── LAYOUT 2: hero — full-width screenshot header ────────────────────────── */
.aka1n45 {
  position: relative; max-height: 240px; overflow: hidden;
}
.aka1n45 > img { width: 100%; display: block; object-fit: cover; min-height: 160px; }
.cckgh {
  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;
}
.cckgh .qelnaw { background: rgba(255,255,255,.15); backdrop-filter: blur(8px); border-radius: 10px; }
.cckgh .qb9kqln9 { color: #fff; font-size: 1.25rem; }
.cckgh .ut8j3qst strong { color: #fff; }
.cckgh .ut8j3qst .hmkbxeo { filter: brightness(1.2); }
.cckgh .kfm1 { margin-left: auto; white-space: nowrap; }
.g0qql2 { flex: 1; }
.due9 {
  display: flex; align-items: center; gap: 16px; padding: 20px 24px;
  border-bottom: 1px solid var(--border-alt);
}
.due9 .kfm1 { margin-left: auto; }
.f0il89 { display: flex; flex-direction: column; gap: 16px; padding: 20px 24px; }
.gtd5123 .c8wlx {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden;
}
.gtd5123 .auwqx {
  flex: 1 1 auto; min-width: 120px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
}
.gtd5123 .y655wknv { flex-basis: 100%; background: var(--accent-bg); border-right: none; }
@media (max-width: 720px) {
  .cckgh { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .f0il89 { padding: 16px; }
  .gtd5123 .auwqx { min-width: 50%; }
}

/* ── LAYOUT 3: magazine — editorial 3-column ──────────────────────────────── */
.nkeqm5 {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.ofwslnqh { flex: 1; }
.ofwslnqh .qb9kqln9 { font-size: 1.3rem; }
.y62igug {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0;
}
.dcsnwhx { padding: 16px; border-right: 1px solid var(--border-alt); }
.dcsnwhx .p8crf { height: 100%; }
.dcsnwhx .p8crf img { height: 100%; object-fit: cover; }
.e64o4wl { padding: 0; border-right: 1px solid var(--border-alt); }
.e64o4wl .c8wlx { display: flex; flex-direction: column; }
.e64o4wl .auwqx { border-bottom: 1px solid var(--border-alt); }
.e64o4wl .y655wknv { background: var(--accent-bg); }
.d30pk7l { padding: 16px; }
.d30pk7l .j92jpyxo { grid-template-columns: 1fr; }
.bamw80t {
  padding: 12px 24px; border-top: 1px solid var(--border-alt);
  display: flex; flex-wrap: wrap; gap: 12px;
}
@media (max-width: 860px) {
  .y62igug { grid-template-columns: 1fr; }
  .dcsnwhx { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .e64o4wl { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .nkeqm5 { flex-wrap: wrap; padding: 16px; }
}

/* ── LAYOUT 4: compact — header bar → screenshot → data ──────────────────── */
.zqpmv {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 16px 20px; border-bottom: 1px solid var(--border-alt);
}
.seei {
  display: flex; align-items: center; gap: 12px; flex: 1;
}
.seei .qelnaw { width: 72px; height: 50px; }
.seei .qb9kqln9 { font-size: 1rem; white-space: nowrap; }
.axwv { border-bottom: 1px solid var(--border-alt); max-height: 280px; overflow: hidden; }
.axwv img { width: 100%; display: block; object-fit: cover; }
.loogj2vi {
  display: flex; flex-direction: column; gap: 10px; padding: 14px 16px; overflow: hidden;
}
.crqm .c8wlx { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.crqm .auwqx { padding: 0; flex: 0 0 auto; gap: 6px; }
.crqm .y655wknv { display: none; }
.crqm .j92jpyxo { gap: 8px; }
.crqm .f33o, .crqm .tdk97s { padding: 8px; }
@media (max-width: 480px) {
  .zqpmv { flex-direction: column; align-items: stretch; }
}

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

/* ── LAYOUT 6: scorecard — big score centerpiece ──────────────────────────── */
.bggwpx7j {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: center;
  border-bottom: 1px solid var(--border-alt);
}
.ack7qvg {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 20px; text-align: center;
}
.jhh6 {
  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;
}
.u8y94 { font-size: 1.8rem; font-weight: 800; color: var(--accent); line-height: 1; }
.u8y94 .iau3d8iy { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.jhh6 .hmkbxeo { font-size: .75rem; margin-top: 2px; }
.ikukq2 { padding: 12px; display: flex; align-items: center; flex: 1; }
.ikukq2 .p8crf { width: 100%; }
.bidt6y {
  padding: 0; border-bottom: 1px solid var(--border-alt);
}
.f95k6v7 .c8wlx {
  display: flex; flex-wrap: wrap;
}
.f95k6v7 .auwqx {
  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;
}
.f95k6v7 .auwqx:last-child { border-right: none; }
.f95k6v7 .nnyueja { font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; }
.f95k6v7 .y655wknv { background: var(--accent-bg); }
.s28b8 { padding: 16px 20px; display: flex; flex-direction: column; gap: 14px; }
@media (max-width: 720px) {
  .bggwpx7j { grid-template-columns: 1fr; }
  .jhh6 { width: 100px; height: 100px; margin: 16px auto; }
  .u8y94 { font-size: 1.4rem; }
  .ikukq2 { justify-content: center; }
  .f95k6v7 .auwqx { min-width: 50%; }
}

/* ── LAYOUT 7: stack — vertical full-width flow ──────────────────────────── */
.v7fobw {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.i48e7ww { max-height: 240px; overflow: hidden; border-bottom: 1px solid var(--border-alt); }
.i48e7ww img { width: 100%; display: block; object-fit: cover; }
.n3q6oqk { padding: 16px 24px; border-bottom: 1px solid var(--border-alt); }
.mm7t .c8wlx {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.mm7t .auwqx {
  background: var(--surface); border: 1px solid var(--border-alt);
  border-radius: 20px; padding: 6px 14px; gap: 8px;
}
.mm7t .y655wknv {
  background: var(--accent-bg); border-color: var(--accent-pale);
}
.mm7t .j92jpyxo { margin: 0 24px; padding-top: 16px; }
.mm7t .frrxn { padding: 0 24px; }
.m0kx1fz { padding: 16px 24px; border-top: 1px solid var(--border-alt); text-align: center; }
.m0kx1fz .kfm1 { display: inline-block; }
@media (max-width: 540px) {
  .v7fobw { flex-wrap: wrap; padding: 14px 16px; }
  .n3q6oqk { padding: 12px 16px; }
  .mm7t .j92jpyxo { margin: 0 16px; }
  .mm7t .frrxn { padding: 0 16px; }
  .m0kx1fz { padding: 12px 16px; }
}


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

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

/* ranked: accent-pill значення + uppercase лейбли (нумерація — через cs_rank) */
.v1fl6br .ps8gce7 {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.v1fl6br .xt7c {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.v1fl6br .tw6m { color: var(--accent); }
.v1fl6br .ylfl8ig { background: var(--accent-bg); }
.v1fl6br .stg05x1g, .v1fl6br .f2lcrv, .v1fl6br .mlyez {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}

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

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

/* compact: менші відступи всюди */
.ohpuesk .oyfu3v { padding: 8px 14px; gap: 12px; }
.ohpuesk .mkcjty { height: 32px; min-width: 52px; }
.ohpuesk .afhwoi3 { max-height: 24px; }
.ohpuesk .dmr88jsg { font-size: 0.82rem; }
.ohpuesk .ylfl8ig { padding: 14px 18px; gap: 14px; }
.ohpuesk .mnbq { padding: 14px 18px; }
.ohpuesk .b36fsk { width: 70px; }
.ohpuesk .mpxii h3 { font-size: 1.05rem; }

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

/* bordered: таблиця з усіма рамками */
.ekmm .ss95jx5r {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.ekmm .oyfu3v {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.ekmm .oyfu3v:last-child { border-bottom: none; }
/* вертикальні межі між колонками */
.ekmm .tw6m,
.ekmm .borsd4,
.ekmm .cfh748 { border-left: 1px solid var(--border); padding-left: 10px; }
.ekmm .dmr88jsg { padding: 0 10px; }

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

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

/* ── casino-wide: високі горизонтальні картки з великим лого ───────────────*/
.trn3jn .ss95jx5r { gap: 12px; }
.trn3jn .oyfu3v {
  padding: 18px 24px; gap: 20px; border-radius: 12px;
  min-height: 80px;
}
.trn3jn .mkcjty {
  min-width: 90px; height: 64px; padding: 6px 12px; border-radius: 10px;
}
.trn3jn .afhwoi3 { max-height: 52px; max-width: 120px; }
.trn3jn .dmr88jsg { font-size: 1rem; }
.trn3jn .q2qes0u { font-size: .85rem; }
.trn3jn .xt7c { font-size: .9rem; }
.trn3jn .x8mnf.am060pmh { padding: 10px 24px !important; font-size: .9rem; }

/* ── casino-jumbo: дуже великі картки, лого + інтерфейс скриншот ──────────*/
.kfd83zr .ss95jx5r { gap: 16px; }
.kfd83zr .oyfu3v {
  padding: 24px 28px; gap: 24px; border-radius: 14px;
  min-height: 100px; border-width: 2px;
}
.kfd83zr .mkcjty {
  min-width: 110px; height: 80px; padding: 8px 14px; border-radius: 12px;
  background: var(--bg-raised);
}
.kfd83zr .afhwoi3 { max-height: 64px; max-width: 140px; }
.kfd83zr .dmr88jsg { font-size: 1.1rem; font-weight: 800; }
.kfd83zr .tw6m { font-size: .95rem; letter-spacing: 2px; }
.kfd83zr .q2qes0u { font-size: .9rem; }
.kfd83zr .xt7c { font-size: .95rem; font-weight: 700; }
.kfd83zr .ps8gce7 { font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; }
.kfd83zr .x8mnf.am060pmh { padding: 12px 32px !important; font-size: .95rem; font-weight: 700; }

/* ── fullrow: мобіль — 1 картка в ряд, ширша ─────────────────────────────*/
@media (max-width: 720px) {
  .pjw48 .ss95jx5r {
    grid-template-columns: 1fr;
  }
}

/* ── cs_cols: feature — бонус-колонка виділена як головна ──────────────────*/
.sb4m .borsd4 { flex: 1.8; }
.sb4m .borsd4 .xt7c {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.sb4m .borsd4 .ps8gce7 { font-weight: 700; color: var(--text-primary); }
.sb4m .iaql,
.sb4m .jszib7h,
.sb4m .rcwo6j { flex: 0.75; opacity: 0.65; }

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

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

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

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

/* score в оглядах — ховаємо зірки */
.yf1scau .vosm0r9 .hmkbxeo,
.rjxuk0s1 .vosm0r9 .hmkbxeo,
.lqnt0r .vosm0r9 .hmkbxeo { display: none; }

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

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

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

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

/* ── Sections ────────────────────────────────────────────────────────────────*/
.g9bxtkny { margin-bottom: 0; }
.d04ftiw h2.ui8xu4u1 { color: var(--accent-light); border-color: var(--accent); }
.zdvcgu4e h2.ui8xu4u1 { color: var(--accent-light); border-color: var(--accent); }

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

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

/* vivid: смарагд / рожевий / фіолетовий */
.cd608h1g .c5go0c     { background: #052e16; border-color: #10b981; }
.cd608h1g .lvki5pa4 { background: #2d0a1e; border-color: #f43f5e; }
.cd608h1g .d787hjs    { background: #1e1036; border-color: #a855f7; }
.cd608h1g .xmiddyr strong  { color: #f1f5f9; }
.cd608h1g .xmiddyr p       { color: #cbd5e1; }
.cd608h1g .zi0u3    .c5go0c     .g1v0::before,
.cd608h1g .m5ai  .c5go0c     .g1v0::before,
.cd608h1g .b66b8x  .c5go0c     .g1v0::before,
.cd608h1g .zo29xy .c5go0c     .g1v0::before { color: #10b981; }
.cd608h1g .zi0u3    .lvki5pa4 .g1v0::before,
.cd608h1g .m5ai  .lvki5pa4 .g1v0::before,
.cd608h1g .b66b8x  .lvki5pa4 .g1v0::before,
.cd608h1g .zo29xy .lvki5pa4 .g1v0::before { color: #f43f5e; }
.cd608h1g .zi0u3    .d787hjs    .g1v0::before,
.cd608h1g .m5ai  .d787hjs    .g1v0::before,
.cd608h1g .b66b8x  .d787hjs    .g1v0::before,
.cd608h1g .zo29xy .d787hjs    .g1v0::before { color: #a855f7; }

/* warm: жовтий / червоний / помаранчевий */
.j2bspdd .c5go0c     { background: #2d2000; border-color: #eab308; }
.j2bspdd .lvki5pa4 { background: #2d0b0b; border-color: #ef4444; }
.j2bspdd .d787hjs    { background: #2d1600; border-color: #f97316; }
.j2bspdd .xmiddyr strong  { color: #f1f5f9; }
.j2bspdd .xmiddyr p       { color: #cbd5e1; }
.j2bspdd .zi0u3    .c5go0c     .g1v0::before,
.j2bspdd .m5ai  .c5go0c     .g1v0::before,
.j2bspdd .b66b8x  .c5go0c     .g1v0::before,
.j2bspdd .zo29xy .c5go0c     .g1v0::before { color: #eab308; }
.j2bspdd .zi0u3    .lvki5pa4 .g1v0::before,
.j2bspdd .m5ai  .lvki5pa4 .g1v0::before,
.j2bspdd .b66b8x  .lvki5pa4 .g1v0::before,
.j2bspdd .zo29xy .lvki5pa4 .g1v0::before { color: #ef4444; }
.j2bspdd .zi0u3    .d787hjs    .g1v0::before,
.j2bspdd .m5ai  .d787hjs    .g1v0::before,
.j2bspdd .b66b8x  .d787hjs    .g1v0::before,
.j2bspdd .zo29xy .d787hjs    .g1v0::before { color: #f97316; }

/* cool: блакитний / індиго / бірюзовий */
.brmnqw .c5go0c     { background: #0c1a2e; border-color: #38bdf8; }
.brmnqw .lvki5pa4 { background: #12103a; border-color: #818cf8; }
.brmnqw .d787hjs    { background: #0a2020; border-color: #2dd4bf; }
.brmnqw .xmiddyr strong  { color: #f1f5f9; }
.brmnqw .xmiddyr p       { color: #cbd5e1; }
.brmnqw .zi0u3    .c5go0c     .g1v0::before,
.brmnqw .m5ai  .c5go0c     .g1v0::before,
.brmnqw .b66b8x  .c5go0c     .g1v0::before,
.brmnqw .zo29xy .c5go0c     .g1v0::before { color: #38bdf8; }
.brmnqw .zi0u3    .lvki5pa4 .g1v0::before,
.brmnqw .m5ai  .lvki5pa4 .g1v0::before,
.brmnqw .b66b8x  .lvki5pa4 .g1v0::before,
.brmnqw .zo29xy .lvki5pa4 .g1v0::before { color: #818cf8; }
.brmnqw .zi0u3    .d787hjs    .g1v0::before,
.brmnqw .m5ai  .d787hjs    .g1v0::before,
.brmnqw .b66b8x  .d787hjs    .g1v0::before,
.brmnqw .zo29xy .d787hjs    .g1v0::before { color: #2dd4bf; }

/* accent: використовує динамічний акцент */
.bdg5nqj .c5go0c     { background: var(--accent-bg); border-color: var(--accent); }
.bdg5nqj .lvki5pa4 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.bdg5nqj .d787hjs    { background: var(--accent-bg); border-color: var(--accent-pale); }
.bdg5nqj .zi0u3    .g1v0::before,
.bdg5nqj .m5ai  .g1v0::before,
.bdg5nqj .b66b8x  .g1v0::before,
.bdg5nqj .zo29xy .g1v0::before { color: var(--accent-light) !important; }

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

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

/* classic — фіксовані контрастні кольори незалежно від акценту */
.jbomne8h .f33o ul li,
.jbomne8h .gtd5wn3 li         { color: #4ade80; }
.jbomne8h .f33o .o11f { color: #22c55e; }
.jbomne8h .tdk97s ul li,
.jbomne8h .ymrlr li         { color: #f87171; }
.jbomne8h .tdk97s .wrpp34t5 { color: #ef4444; }

/* blue: синій pros / amber cons */
.rbs0 .f33o { background: #0c1a2e; }
.rbs0 .tdk97s { background: #2d1f00; }
.rbs0 .f33o .o11f { color: #93c5fd; }
.rbs0 .tdk97s .wrpp34t5 { color: #fcd34d; }
.rbs0 .f33o ul li,
.rbs0 .gtd5wn3 li            { color: #bfdbfe; }
.rbs0 .tdk97s ul li,
.rbs0 .ymrlr li            { color: #fde68a; }

/* accent: label акцентний, текст завжди читабельний */
.q6ia58 .f33o { background: var(--accent-bg); }
.q6ia58 .tdk97s { background: var(--accent-bg-light); }
.q6ia58 .f33o .o11f { color: var(--accent-pale); }
.q6ia58 .tdk97s .wrpp34t5 { color: var(--accent-light); }
.q6ia58 .f33o ul li,
.q6ia58 .gtd5wn3 li          { color: var(--text-body); }
.q6ia58 .tdk97s ul li,
.q6ia58 .ymrlr li          { color: var(--text-body); }

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

/* check: ✓ / ✗ */
.kllos9bv .o11f::before { content: "✓ "; }
.kllos9bv .wrpp34t5::before { content: "✗ "; }

/* arrows: → / ← */
.isjz .o11f::before { content: "→ "; }
.isjz .wrpp34t5::before { content: "← "; }

/* marks: ★ / ✕ */
.l4zilnof .o11f::before { content: "★ "; }
.l4zilnof .wrpp34t5::before { content: "✕ "; }

/* geo: ◆ / ▲ */
.ysxlxkl .o11f::before { content: "◆ "; }
.ysxlxkl .wrpp34t5::before { content: "▲ "; }

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

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

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

/* topbar: смуга зверху */
.hd0sq8 .xmiddyr { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.hd0sq8 .c5go0c     { border-top-color: var(--c-tip-border); }
.hd0sq8 .lvki5pa4 { border-top-color: var(--c-warn-border); }
.hd0sq8 .d787hjs    { border-top-color: #60a5fa; }

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

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

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

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

.zi0u3 .g1v0,
.m5ai .g1v0,
.b66b8x .g1v0,
.zo29xy .g1v0 { font-size: 0; width: 1.1rem; flex-shrink: 0; }

.zi0u3 .g1v0::before,
.m5ai .g1v0::before,
.b66b8x .g1v0::before,
.zo29xy .g1v0::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}

/* geo: ✦ ▲ ◉ */
.zi0u3 .c5go0c     .g1v0::before { content: "✦"; color: var(--c-tip-border); }
.zi0u3 .lvki5pa4 .g1v0::before { content: "▲"; color: var(--c-warn-border); }
.zi0u3 .d787hjs    .g1v0::before { content: "◉"; color: #60a5fa; }

/* marks: ★ ◆ ● */
.m5ai .c5go0c     .g1v0::before { content: "★"; color: var(--c-tip-border); }
.m5ai .lvki5pa4 .g1v0::before { content: "◆"; color: var(--c-warn-border); }
.m5ai .d787hjs    .g1v0::before { content: "●"; color: #60a5fa; }

/* sharp: ▶ ■ ▸ */
.b66b8x .c5go0c     .g1v0::before { content: "▶"; color: var(--c-tip-border); }
.b66b8x .lvki5pa4 .g1v0::before { content: "■"; color: var(--c-warn-border); }
.b66b8x .d787hjs    .g1v0::before { content: "▸"; color: #60a5fa; }

/* arrows: → ⬥ ◈ */
.zo29xy .c5go0c     .g1v0::before { content: "→"; color: var(--c-tip-border); }
.zo29xy .lvki5pa4 .g1v0::before { content: "⬥"; color: var(--c-warn-border); }
.zo29xy .d787hjs    .g1v0::before { content: "◈"; color: #60a5fa; }

/* ── shadow variant ──────────────────────────────────────────────────────────*/
.i8agw .j3c5 .p97ey,
.i8agw .hkojz .p97ey  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.i8agw .dka0g7                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.i8agw .oyfu3v                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.i8agw .ara79r            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.i8agw .jt3k0m          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.i8agw .zzzxjco                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }

/* shadow-none: скидаємо будь-які тіні */
.to6e0lk .j3c5 .p97ey,
.to6e0lk .hkojz .p97ey,
.to6e0lk .dka0g7,
.to6e0lk .oyfu3v,
.to6e0lk .ara79r,
.to6e0lk .jt3k0m,
.to6e0lk .zzzxjco,
.to6e0lk .omq7u .xmiddyr { box-shadow: none; }

/* ── text_size variants ──────────────────────────────────────────────────────*/
.yzavj   body, .yzavj   { font-size: 0.9rem; }
.yzavj   .ld6x8, .yzavj .sm832, .yzavj .sbvj5uuv,
.yzavj   .ttdcu, .yzavj .t85kzdcs { font-size: 0.9rem; }
.yzavj   .haweecf2, .yzavj .afiez { font-size: 0.9rem; }

.fwiho94   .ld6x8, .fwiho94 .sm832, .fwiho94 .sbvj5uuv,
.fwiho94   .ttdcu, .fwiho94 .t85kzdcs { font-size: 0.9rem; }
.fwiho94   .haweecf2, .fwiho94 .afiez { font-size: 0.9rem; }

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

.v5vpy   .ld6x8, .v5vpy .sm832, .v5vpy .sbvj5uuv,
.v5vpy   .ttdcu, .v5vpy .t85kzdcs { font-size: 1.08rem; }
.v5vpy   .haweecf2, .v5vpy .afiez { font-size: 1.05rem; }
.v5vpy   .u0n6wtu { font-size: 0.97rem; }

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

/* large */
.qkk1ia .x3h8      { font-size: 3.2rem; }
.qkk1ia h2.ui8xu4u1 { font-size: 1.9rem; }
.qkk1ia h3.z3yf     { font-size: 1.4rem; }

/* display */
.c3qcp .x3h8      { font-size: 3.8rem; }
.c3qcp h2.ui8xu4u1 { font-size: 2.2rem; }
.c3qcp h3.z3yf     { font-size: 1.6rem; }

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

/* Спільна база: abs-позиція на межі між секціями */
.pn2l7   .g9bxtkny + .g9bxtkny::before,
.gnlp  .g9bxtkny + .g9bxtkny::before,
.m8mvcy   .g9bxtkny + .g9bxtkny::before,
.zpobe9   .g9bxtkny + .g9bxtkny::before,
.mo06kc   .g9bxtkny + .g9bxtkny::before,
.cvyhdp .g9bxtkny + .g9bxtkny::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}

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

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

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

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

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

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

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

/* section_bg=stripe: парні секції мають bg-card */
.ama5641w .crlxr0ze .g9bxtkny:nth-child(even)::before,
.ama5641w .e8xn0 .g9bxtkny:nth-child(even)::before,
.ama5641w .crmrb .g9bxtkny:nth-child(even)::before { background: var(--bg-card); }

/* wave-a: плавна S-хвиля (1 гребінь) */
.crlxr0ze .g9bxtkny + .g9bxtkny::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 гребені */
.e8xn0 .g9bxtkny + .g9bxtkny::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: глибока дуга */
.crmrb .g9bxtkny + .g9bxtkny::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 у формі хвилі */
.wz5z .ws3tx6t,
.vquteh2 .ws3tx6t,
.f9xjy .ws3tx6t { overflow: hidden; }

/* wave: додатковий простір щоб хвиля не закривала CTA */
.wz5z .w73l,
.vquteh2 .w73l { margin-bottom: 60px; }
.f9xjy .w73l { margin-bottom: 70px; }
.wz5z .igk1,
.vquteh2 .igk1 { padding-bottom: 60px; }
.f9xjy .igk1 { padding-bottom: 70px; }

.wz5z .ws3tx6t::before,
.vquteh2 .ws3tx6t::before,
.f9xjy .ws3tx6t::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 гребінь) */
.wz5z .ws3tx6t::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 гребені */
.vquteh2 .ws3tx6t::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: глибока дуга */
.f9xjy .ws3tx6t::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 */
.es0j .v6uevl1 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }
.b2g5t .v6uevl1 { background: linear-gradient(45deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.65) 100%); }
.f6aenv5h  .v6uevl1 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }
.zgkvnp2  .v6uevl1 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }

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

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

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

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

/* hg-solid: суцільний колір без градієнту */
.whfcf .wbms { background: var(--accent); }
.whfcf .wbms .v6uevl1 { background: none; }
.whfcf .drcza { background: var(--accent); }
.whfcf .iqot { background: var(--accent-bg); }
.whfcf .v6uevl1 { 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%, текст обтікає справа */
.w4kjj0h .yka5h { float: left; width: 38%; margin: 0 28px 16px 0; }
.w4kjj0h .yka5h .fsw2 { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.w4kjj0h .x2b9083m::after { content: ''; display: block; clear: both; }

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

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

/* Великі блочні елементи — clear float щоб не стискались */
.w4kjj0h .ezsdfvfv,
.w4kjj0h .ss95jx5r,
.gvcyb .ezsdfvfv,
.gvcyb .ss95jx5r,
.tycli .ezsdfvfv,
.tycli .ss95jx5r { clear: both; }

/* Маркери списків не мають налазити на float-картинку */
.w4kjj0h .haweecf2,
.w4kjj0h .afiez,
.gvcyb .haweecf2,
.gvcyb .afiez,
.tycli .haweecf2,
.tycli .afiez { overflow: hidden; }


@media (max-width: 640px) {
  .w4kjj0h .yka5h,
  .gvcyb .yka5h,
  .tycli .yka5h { float: none; width: 100%; margin: 0 0 16px 0; }
}

/* ── content_width: ширина контентного контейнера ───────────────────────────*/
/* default = 1100px (задано в .t1cxh3ay, .x2b9083m, .g376) */
.t7w8zz1 .t1cxh3ay,
.t7w8zz1 .x2b9083m,
.t7w8zz1 .g376  { max-width: 1100px; }
.t7w8zz1 { --content-mw: 1100px; }
.ystfcwb .t1cxh3ay,
.ystfcwb .x2b9083m,
.ystfcwb .g376  { max-width: 1200px; }
.ystfcwb { --content-mw: 1200px; }
.q6gvgi .t1cxh3ay,
.q6gvgi .x2b9083m,
.q6gvgi .g376  { max-width: 1320px; }
.q6gvgi { --content-mw: 1320px; }

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

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

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

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

/* content-width: above — обидва класи на <body>, тому без пробілу */
.t7w8zz1.qc72 .atq4n { max-width: 1100px; }
.ystfcwb.qc72 .atq4n { max-width: 1200px; }
.q6gvgi.qc72 .atq4n { max-width: 1320px; }
/* float — bc-float-wrap окремий елемент, тому з пробілом */
.t7w8zz1 .bqz6i5 { max-width: 1100px; }
.ystfcwb .bqz6i5 { max-width: 1200px; }
.q6gvgi .bqz6i5 { max-width: 1320px; }

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

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

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

/* ── font_weight: жирність тексту ────────────────────────────────────────────*/
/* fw-300: тонкий */
.r79kf8 { font-weight: 300; }
.r79kf8 h2.ui8xu4u1 { font-weight: 600; }
.r79kf8 h3.z3yf     { font-weight: 600; }
/* fw-400: default — без override */
/* fw-500: medium */
.nccdz0o4 { font-weight: 500; }
.nccdz0o4 h2.ui8xu4u1 { font-weight: 800; }
.nccdz0o4 h3.z3yf     { font-weight: 700; }
/* fw-600: semibold */
.gulbpp8d { font-weight: 600; }
.gulbpp8d h2.ui8xu4u1 { font-weight: 900; }
.gulbpp8d h3.z3yf     { font-weight: 800; }
.gulbpp8d .xmiddyr strong,
.gulbpp8d .xmiddyr strong { font-weight: 600; }
/* .gulbpp8d .sm832, .gulbpp8d .ttdcu { font-weight: 600; } */

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

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

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

/* minimal */
.pjm3 .g376 { text-align: center; }
.pjm3 .t6oq0pb { justify-content: center; margin-bottom: 16px; }
.pjm3 .prl82z9 { margin-top: 0; }

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

/* mobile footer */
@media (max-width: 640px) {
  .g376 { padding-left: 16px; padding-right: 16px; }
  .ihz1r .g376 { padding: 20px 16px; }
  .t6oq0pb { gap: 4px 12px; }
  .prl82z9 { font-size: 0.78rem; }
}


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


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

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

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

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

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

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

/* dark: завжди темний, незалежно від теми */
.hfio .rh1fq91m      { background: #0d1117; border-bottom-color: #21262d; }
.hfio .mlr1nqg { color: var(--accent-light); }
.hfio .vv7i790d { --msep-color: #8b949e; }
.hfio .vv7i790d a { color: #8b949e; }
.hfio .vv7i790d a:hover { color: var(--accent-light); }
.hfio .wby0af { color: #8b949e; }
.hfio .cxtg { background: #0d1117; border-top-color: #21262d; }
.hfio .prl82z9,
.hfio .chwg4be7 { color: #6e7681; }
.hfio .puqdkes a, .hfio .t6oq0pb a,
.hfio .irehr2ba a, .hfio .odibx a,
.hfio .jdrdggas a, .hfio .m4tx0 { color: #8b949e; }
.hfio .puqdkes a:hover, .hfio .t6oq0pb a:hover,
.hfio .irehr2ba a:hover, .hfio .odibx a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .hfio .vv7i790d { background: #0d1117; border-top-color: #21262d; }
  .hfio .vv7i790d li a { border-bottom-color: #21262d; }
}

/* light: завжди світлий */
.nwk3k .rh1fq91m      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.nwk3k .mlr1nqg { color: var(--accent); }
.nwk3k .vv7i790d { --msep-color: #475569; }
.nwk3k .vv7i790d a { color: #475569; }
.nwk3k .vv7i790d a:hover { color: var(--accent); }
.nwk3k .wby0af { color: #64748b; }
.nwk3k .cxtg { background: #f0f4f8; border-top-color: #cbd5e1; }
.nwk3k .prl82z9,
.nwk3k .chwg4be7 { color: #64748b; }
.nwk3k .puqdkes a, .nwk3k .t6oq0pb a,
.nwk3k .irehr2ba a, .nwk3k .odibx a,
.nwk3k .jdrdggas a, .nwk3k .m4tx0 { color: #374151; }
.nwk3k .puqdkes a:hover, .nwk3k .t6oq0pb a:hover,
.nwk3k .irehr2ba a:hover, .nwk3k .odibx a:hover { color: var(--accent); }
@media (max-width: 640px) {
  .nwk3k .vv7i790d { background: #f0f4f8; border-top-color: #cbd5e1; }
  .nwk3k .vv7i790d li a { border-bottom-color: #cbd5e1; color: #475569; }
}

/* accent: кольоровий акцентний фон */
.u15f6mo9 .rh1fq91m      { background: var(--accent); border-bottom-color: var(--accent-light); }
.u15f6mo9 .mlr1nqg { color: #fff; }
.u15f6mo9 .vv7i790d { --msep-color: rgba(255,255,255,0.82); }
.u15f6mo9 .vv7i790d a { color: rgba(255,255,255,0.82); }
.u15f6mo9 .vv7i790d a:hover { color: #fff; }
.u15f6mo9 .wby0af { color: rgba(255,255,255,0.9); }
.u15f6mo9 .cxtg { background: var(--accent); border-top-color: var(--accent-light); }
.u15f6mo9 .prl82z9,
.u15f6mo9 .chwg4be7 { color: rgba(255,255,255,0.72); }
.u15f6mo9 .puqdkes a, .u15f6mo9 .t6oq0pb a,
.u15f6mo9 .irehr2ba a, .u15f6mo9 .odibx a,
.u15f6mo9 .jdrdggas a, .u15f6mo9 .m4tx0 { color: rgba(255,255,255,0.82); }
.u15f6mo9 .puqdkes a:hover, .u15f6mo9 .t6oq0pb a:hover,
.u15f6mo9 .irehr2ba a:hover, .u15f6mo9 .odibx a:hover { color: #fff; }
@media (max-width: 640px) {
  .u15f6mo9 .vv7i790d { background: var(--accent); border-top-color: var(--accent-light); }
  .u15f6mo9 .vv7i790d li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}

/* glass: напівпрозорий з blur */
.fjzvg .rh1fq91m {
  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);
}
.fjzvg .cxtg {
  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) {
  .fjzvg .vv7i790d {
    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 */
.r1nwcf .ji4wh { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.zeg6ao4 .ji4wh { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.l1wm3ni .ji4wh { min-height: 72px; height: auto; }
.txldy2v .ji4wh { min-height: 84px; height: auto; }

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

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


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

/* ── nav_logo_bg: фон на wrap-блоці (не на img) ─────────────────────────────*/
/* none = без фону (default) */
.nd67h7wp, .azyw {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lmevee .nd67h7wp,
.lmevee .azyw { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.idqjmw .nd67h7wp,
.idqjmw .azyw { 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; }
.kvirq9mz .nd67h7wp,
.kvirq9mz .azyw { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.fuj07qc8 .nd67h7wp,
.fuj07qc8 .azyw { 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 */
.v1m2u   .vv7i790d a { font-weight: 500; }
.a8qyii3t .vv7i790d a { font-weight: 600; }
.akwh     .vv7i790d a { font-weight: 700; }
.u4byk    .vv7i790d a { font-weight: 800; letter-spacing: 0.01em; }

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

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

  /* ховаємо ☰ символ і центруємо кнопку */
  .cbu3 .wby0af,
  .wlih .wby0af,
  .n9lr .wby0af,
  .mtptd .wby0af,
  .hqet .wby0af {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  /* базовий ::before */
  .cbu3 .wby0af::before,
  .wlih .wby0af::before,
  .n9lr .wby0af::before,
  .mtptd .wby0af::before,
  .hqet .wby0af::before { content: ""; display: block; flex-shrink: 0; }

  /* 2 лінії: повна + 68% */
  .cbu3 .wby0af::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 лінії рівні */
  .wlih .wby0af::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% */
  .n9lr .wby0af::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% */
  .mtptd .wby0af::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% */
  .hqet .wby0af::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) {
  .tjtm8 .wby0af {
    padding: 5px 14px;
  }
  .tjtm8 .vv7i790d {
    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;
  }
  .tjtm8 .vv7i790d li a {
    border-bottom: none; padding: 10px 22px;
  }
  .tjtm8 .vv7i790d li a:hover { background: var(--bg-raised); }
}

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

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

/* overlay: повноекранне меню ───────────────────────────────────────────── */
@media (max-width: 640px) {
  .qy0l8nb .wby0af {
    padding: 5px 10px;
  }
  .qy0l8nb .vv7i790d {
    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;
  }
  .qy0l8nb .vv7i790d.bhvkkey { opacity: 1; pointer-events: auto; }
  .qy0l8nb .vv7i790d 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) {
  .zht4nkb     .wby0af { border-radius: 0 !important; }
  .aiq327yf   .wby0af { border-radius: 8px !important; }
  .pkdxm3 .wby0af { border-radius: 50% !important; }
  .j1nlk7   .wby0af { border-radius: 999px !important; }
}

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

/* ── star_style: вигляд зірок (showcase + review) ───────────────────────────*/
/* default = accent color (задано в базових стилях .tw6m / .hmkbxeo) */
.ojvbc    .tw6m, .ojvbc    .hmkbxeo { color: #f59e0b; }
.a4isv4o      .tw6m { font-size: 1rem; letter-spacing: 1.5px; }
.a4isv4o      .hmkbxeo   { font-size: 1.35rem; }
.xz0x    .tw6m, .xz0x    .hmkbxeo { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.f4dcj     .tw6m, .f4dcj     .hmkbxeo { color: var(--accent); letter-spacing: 3px; font-size: 0.7rem; }
.y2pxblm .tw6m, .y2pxblm .hmkbxeo { color: var(--accent); letter-spacing: 2px; }
.rdi2g4   .tw6m, .rdi2g4   .hmkbxeo { color: #e91e63; letter-spacing: 2px; }
.f0rqgi6  .tw6m, .f0rqgi6  .hmkbxeo { color: var(--accent); letter-spacing: 2px; font-size: 0.65rem; }
.vzqdqmd     .tw6m, .vzqdqmd     .hmkbxeo { color: var(--accent); letter-spacing: 2px; font-size: 0.7rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ── Byline slots — position control ── */
.egvgnbck{display:none}
.egvgnbck:empty,.yb09ou:empty{display:none}
.yxyz{position:relative;overflow:visible}

/* hero slot — shown for all hero positions */
.m5v27e2 .c1s87d1,.i9nle93m .c1s87d1,
.k7vzeyc2 .c1s87d1,.abwcsx7j .c1s87d1,
.lxrexw74 .c1s87d1,.kn1d14 .c1s87d1{display:block}
.lmbzrr .quv46{display:block}

/* shared overlay: centered container matching hero-content width (always 1100px) */
.m5v27e2 .c1s87d1,.i9nle93m .c1s87d1,
.k7vzeyc2 .c1s87d1,.abwcsx7j .c1s87d1,
.lxrexw74 .c1s87d1{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 */
.m5v27e2 .c1s87d1 .yb09ou,.i9nle93m .c1s87d1 .yb09ou,
.k7vzeyc2 .c1s87d1 .yb09ou,.abwcsx7j .c1s87d1 .yb09ou,
.lxrexw74 .c1s87d1 .yb09ou{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 */
.m5v27e2 .wcsvkbw,.i9nle93m .wcsvkbw,
.k7vzeyc2 .wcsvkbw,.abwcsx7j .wcsvkbw,
.lxrexw74 .wcsvkbw{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
/* top positions */
.m5v27e2 .c1s87d1,.i9nle93m .c1s87d1{top:12px}
.m5v27e2 .c1s87d1 .yb09ou{margin-right:auto}
.i9nle93m .c1s87d1 .yb09ou{margin-left:auto}
.i9nle93m .c1s87d1{text-align:right}
/* bottom positions */
.k7vzeyc2 .c1s87d1,.abwcsx7j .c1s87d1{bottom:12px}
.k7vzeyc2 .c1s87d1 .yb09ou{margin-right:auto}
.abwcsx7j .c1s87d1 .yb09ou{margin-left:auto}
.abwcsx7j .c1s87d1{text-align:right}
/* center overlay at bottom of hero */
.lxrexw74 .c1s87d1{bottom:16px}
.lxrexw74 .c1s87d1 .yb09ou{margin:0 auto}

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

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

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

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

/* cards: mini bordered cards */
.efg2rvo .wcsvkbw{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}
.efg2rvo .cub54p73::before{content:""}

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

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

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

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

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

/* ── Date background variants ── */
.fjfj{--date-bg:var(--accent-bg)}
.ni00{--date-bg:var(--accent-bg-light)}
.mr62{--date-bg:transparent}

/* ── Date separator variants ── */
.dpbf8p0w .cub54p73::before{content:""}
.d3s01g .cub54p73::before{content:"•";opacity:.4}
.d3s01g .wcsvkbw + .wcsvkbw::before{content:"•";margin-right:6px;opacity:.4}
.x6u1j1 .cub54p73::before{content:"/";opacity:.35}
.x6u1j1 .wcsvkbw + .wcsvkbw::before{content:"/";margin-right:6px;opacity:.35}
.sk46y8 .cub54p73::before{content:"|";opacity:.3}
.sk46y8 .wcsvkbw + .wcsvkbw::before{content:"|";margin-right:6px;opacity:.3}
.mjezx3u .cub54p73::before{content:"—";opacity:.3}
.mjezx3u .wcsvkbw + .wcsvkbw::before{content:"—";margin-right:6px;opacity:.3}
.tkb03f .cub54p73::before{content:"◆";font-size:.5em;opacity:.35}
.tkb03f .wcsvkbw + .wcsvkbw::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.fkjvl .cub54p73::before{content:"·";opacity:.4}
.fkjvl .wcsvkbw + .wcsvkbw::before{content:"·";margin-right:6px;opacity:.4}
.ypatbs9 .cub54p73::before{content:"›";opacity:.4}
.ypatbs9 .wcsvkbw + .wcsvkbw::before{content:"›";margin-right:6px;opacity:.4}
.ps7bp8n .cub54p73::before{content:"→";opacity:.35;font-size:.85em}
.ps7bp8n .wcsvkbw + .wcsvkbw::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}


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

/* author box variants */
.qrpybi .w8iqwg{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.ibuy1 .w8iqwg{border-top:3px solid var(--accent);padding-top:18px}
.x7mtvfto .w8iqwg{border-left:3px solid var(--accent);border-radius:0}
.ipcwk60 .w8iqwg{padding:20px 0}

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

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


/* ── color scheme ── */
:root {
  --accent:          #196273;
  --accent-light:    #5494a7;
  --accent-pale:     #8bcbde;
  --grad-start:      #7abacd;
  --grad-end:        #afecff;
  --bg-page: #d2dcdf;
  --bg-surface: #f6fafc;
  --bg-card: #eff4f7;
  --bg-card-inner: #e8eff2;
  --bg-raised: #e2e9ed;
  --bg-hover: #dae4e8;
  --border: #aab4b7;
  --border-alt: #737c80;
  --border-section: #aab4b7;
  --text-primary: #2b3437;
  --text-muted: #576164;
  --bg-page:        #f8f9fa;
  --bg-surface:     #ffffff;
  --bg-card:        #ffffff;
  --bg-card-inner:  #f3f4f6;
  --bg-raised:      #eef0f2;
  --bg-hover:       #f3f4f6;
  --border:         #e5e7eb;
  --border-alt:     #d1d5db;
  --border-section: #e5e7eb;
  --text-body: #2d3133;
  --text-sub: #434749;
  --text-faint: #676b6d;
  --text-dim: #8d9193;
  --text-label: #5b5f61;
  --text-value: #383c3e;
  --accent-bg:       #afecff;
  --accent-bg-light: #9edef2;
  --bg-tip:        #f0fdf4;
  --bg-warning:    #fffbeb;
  --bg-info:       #eff6ff;
  --bg-pros:       #f0fdf4;
  --bg-cons:       #fef2f2;
  --c-pros:        #15803d;
  --c-cons:        #b91c1c;
  --c-pros-label:  #16a34a;
  --c-tip-border:  #059669;
  --c-warn-border: #d97706;
  --c-stars:       #b45309;
  --c-arrow:       #d97706;
  --c-tag-pay:     #15803d;
}
:root { --logo-bg-opacity: 54%; }

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

.sxmt7e4b .g1v0 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.sxmt7e4b .g1v0::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.sxmt7e4b .c5go0c     .g1v0::before { content: "";  color: var(--c-tip-border); }.sxmt7e4b .lvki5pa4 .g1v0::before { content: ""; color: var(--c-warn-border); }.sxmt7e4b .d787hjs    .g1v0::before { content: ""; color: #60a5fa; }.cd608h1g .sxmt7e4b .c5go0c     .g1v0::before { color: #10b981; }.cd608h1g .sxmt7e4b .lvki5pa4 .g1v0::before { color: #f43f5e; }.cd608h1g .sxmt7e4b .d787hjs    .g1v0::before { color: #a855f7; }.j2bspdd  .sxmt7e4b .c5go0c     .g1v0::before { color: #eab308; }.j2bspdd  .sxmt7e4b .lvki5pa4 .g1v0::before { color: #ef4444; }.j2bspdd  .sxmt7e4b .d787hjs    .g1v0::before { color: #f97316; }.brmnqw  .sxmt7e4b .c5go0c     .g1v0::before { color: #38bdf8; }.brmnqw  .sxmt7e4b .lvki5pa4 .g1v0::before { color: #818cf8; }.brmnqw  .sxmt7e4b .d787hjs    .g1v0::before { color: #2dd4bf; }.bdg5nqj .sxmt7e4b .g1v0::before { color: var(--accent-light) !important; }

.i5is .iv3ebm01, .i5is .iqot { min-height: 320px; }

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

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

.iuv5p .wcsvkbw::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.iuv5p .wcsvkbw:first-of-type::before{content:"\f058"}.iuv5p .wcsvkbw:last-of-type::before{content:"\f021"}