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

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

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

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

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

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

/* hero-flat: без фону, просто текст на page bg (WP-style) */
.aj9qym0 {
  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);
}
.aj9qym0 .ebpx77hc {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.aj9qym0 .eov0t2v { color: var(--text-primary); text-shadow: none; }
.aj9qym0 .mubc8hg { color: var(--text-muted); }
.aj9qym0 .lm413dtz { margin-top: 16px; }
.aj9qym0, .aj9qym0.snr3t2of { min-height: auto !important; }
.aj9qym0.xlaydv .ebpx77hc { text-align: center; }
.aj9qym0.ivmmv   .ebpx77hc { text-align: left; }
/* flat hero: byline як звичайний текст, не оверлей */
.aj9qym0~.x6metpk{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}
.aj9qym0~.x6metpk .sv6in{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: градієнтний фон замість фото */
.anl3oss {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
/* hero_anim: shimmer — ледь помітний блиск по поверхні */
.zrjbf3 .anl3oss,
.zrjbf3 .c1npj0kk {
  position: relative; overflow: hidden;
}
.zrjbf3 .anl3oss::after,
.zrjbf3 .c1npj0kk::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 */
.j60w3848 .anl3oss,
.j60w3848 .c1npj0kk {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
/* hero_anim: grain — ледь помітна зернистість поверх градієнту */
.upkwbhx1 .anl3oss,
.upkwbhx1 .c1npj0kk,
.upkwbhx1 .gq8ue .rjdup {
  position: relative; overflow: hidden;
}
.upkwbhx1 .anl3oss::after,
.upkwbhx1 .c1npj0kk::after,
.upkwbhx1 .gq8ue .rjdup::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 */
.t6gwcp8 .anl3oss,
.t6gwcp8 .c1npj0kk {
  position: relative; overflow: hidden;
}
.t6gwcp8 .anl3oss::after,
.t6gwcp8 .c1npj0kk::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); }
}
.t6gwcp8 .gq8ue .rjdup {
  position: relative; overflow: hidden;
}
.t6gwcp8 .gq8ue .rjdup::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 — градієнт з'являється при завантаженні */
.nsgu .anl3oss,
.nsgu .c1npj0kk,
.nsgu .gq8ue .rjdup {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* hero-bg з фото — overlay анімації */
.zrjbf3 .gq8ue .rjdup {
  position: relative; overflow: hidden;
}
.zrjbf3 .gq8ue .rjdup::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;
}
.j60w3848 .gq8ue .rjdup {
  animation: hg-breathe 10s ease-in-out infinite;
}

.anl3oss .rjdup {
  background: none;
}
.anl3oss .eov0t2v { color: #fff; }
.anl3oss .mubc8hg { color: rgba(255,255,255,0.85); }

/* ── Hero anim: split layouts ─────────────────────────────────────────────── */
.zrjbf3 .wtc4r3 { position: relative; overflow: hidden; }
.zrjbf3 .wtc4r3::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;
}
.j60w3848 .wtc4r3 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.upkwbhx1 .wtc4r3 { position: relative; overflow: hidden; }
.upkwbhx1 .wtc4r3::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;
}
.t6gwcp8 .wtc4r3 { position: relative; overflow: hidden; }
.t6gwcp8 .wtc4r3::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;
}
.nsgu .wtc4r3 {
  animation: hg-fadein 1.2s ease-out both;
}


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

/* Split alignment — всередині text-колонки */
.wtc4r3.xlaydv .yltaf { align-items: center; text-align: center; }
.wtc4r3.ivmmv   .yltaf { align-items: flex-start; text-align: left; }

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


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

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

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

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

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

/* ── Hero: split-cards ────────────────────────────────────────────────────── */
.s69icm .rm6p {
  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);
}
.zfuog6 {
  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;
}
.zfuog6:last-child { border-bottom: none; }
.zfuog6:hover { background: rgba(255,255,255,0.14); }
.k9etmh { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1; }
.g50awuzn { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.l0iw { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.z9v1e { font-weight: 700; font-size: 0.95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wv2kq { font-size: 0.82rem; color: rgba(255,255,255,0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.k78orl { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.x4575 { font-weight: 800; font-size: 1.3rem; color: var(--accent-pale); }
.x4575 small { font-size: 0.7rem; font-weight: 500; opacity: 0.6; }
.d5q7tw9 { font-size: 0.8rem; padding: 6px 14px; white-space: nowrap; }

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

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

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

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


@media (max-width: 700px) {
  .wtc4r3 { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .wtc4r3 .s6er { display: none !important; }
  .gpx8kq9 .s6er { display: none !important; }
  .s69icm .rm6p { display: none !important; }
  .bth843 .tnrg { display: none !important; }
  .yltaf  { padding: 36px 24px; }
  .wtc4r3~.x6metpk,.ug302d5~.x6metpk{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  /* cap hero height variants on mobile */
  .snr3t2of, .wtc4r3 { min-height: 320px !important; }
  /* reduce oversized headings on mobile */
  .eov0t2v { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  /* cards-top: hide on mobile */
  .u6v9q6ot { display: none !important; }
  /* numbered: stack */
  .qyx2s2 { flex-direction: column; align-items: center; }
  .sr0bv79 { width: 100%; max-width: 340px; }
}

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

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

/* rounded */
.hfjr4 .rwipy3        { border-radius: 16px; }
.hfjr4 .xtlm4  { border-radius: 16px; }

/* shadow */
.p6ab .rwipy3         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.p6ab .xtlm4   { border-radius: 8px; }


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

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

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

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

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

.sknbjfsp .xlvr8b:nth-child(even) .qpoxtjp .y2k639i4:nth-child(odd),
.yyb411e .xlvr8b:nth-child(even) .qpoxtjp .y2k639i4:nth-child(odd)  { background: var(--bg-card); }
.sknbjfsp .xlvr8b:nth-child(even) .qpoxtjp .y2k639i4:nth-child(even),
.yyb411e .xlvr8b:nth-child(even) .qpoxtjp .y2k639i4:nth-child(even) { background: var(--bg-card-inner); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ymfepj8y .fmlah7,
.ymfepj8y .tjdjr,
.ymfepj8y .kmsl3,
.ymfepj8y .ieui4shp { font-style: normal; color: var(--text-body); }

.t1xr0 .fmlah7,
.t1xr0 .tjdjr {
  font-style: italic;
  border-left: 3px solid var(--border-section); padding-left: 12px;
}
.t1xr0 .kmsl3,
.t1xr0 .ieui4shp {
  font-style: italic;
  border-left: 2px solid var(--border); padding-left: 10px;
}

.zd6bp .fmlah7,
.zd6bp .tjdjr,
.zd6bp .kmsl3,
.zd6bp .ieui4shp {
  font-style: normal;
  background: var(--bg-raised); border-radius: 6px;
  padding: 10px 14px; color: var(--text-sub);
}
────────────────────────────────────────────────────────────────────────────── */

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

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

.vc7j     .enfce { list-style-type: "● "; }
.x1x7  .enfce { list-style-type: "■ "; }
.y89qnz1f .enfce { list-style-type: "◆ "; }
.whn6aj    .enfce { list-style-type: "★ "; }

.vc7j     .xvt4 { list-style-type: "● "; }
.x1x7  .xvt4 { list-style-type: "■ "; }
.y89qnz1f .xvt4 { list-style-type: "◆ "; }
.whn6aj    .xvt4 { list-style-type: "★ "; }

.vc7j    .enfce li::marker, .vc7j    .xvt4 li::marker,
.x1x7 .enfce li::marker, .x1x7 .xvt4 li::marker,
.y89qnz1f .enfce li::marker, .y89qnz1f .xvt4 li::marker,
.whn6aj   .enfce li::marker, .whn6aj   .xvt4 li::marker {
  color: var(--accent); font-size: 0.8em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

/* pill = solid but very rounded */
.mm7l7sr .lm413dtz { border-radius: 50px; }
.mm7l7sr .nffhh  { border-radius: 50px; }
/* btn_pad */
.tltwblq .lm413dtz { padding-left: 22px; padding-right: 22px; }
.tltwblq .nffhh  { padding-left: 12px; padding-right: 12px; }
.f0oamfb5 .lm413dtz { padding-left: 44px; padding-right: 44px; }
.f0oamfb5 .nffhh  { padding-left: 24px; padding-right: 24px; }
.hl11sxnt .lm413dtz { padding-left: 56px; padding-right: 56px; }
.hl11sxnt .nffhh  { padding-left: 32px; padding-right: 32px; }

/* ── btn_icon: SVG-іконки на .lm413dtz і .nffhh (mask на currentColor) ──────*/
/* ::after — усі іконки після тексту (праворуч) */
.egbraxme   .lm413dtz::after, .egbraxme   .nffhh::after,
.mr4a .lm413dtz::after, .mr4a .nffhh::after,
.tvfty3    .lm413dtz::after, .tvfty3    .nffhh::after,
.u9s0    .lm413dtz::after, .u9s0    .nffhh::after,
.oq8axsg    .lm413dtz::after, .oq8axsg    .nffhh::after,
.t76avv     .lm413dtz::after, .t76avv     .nffhh::after,
.ui93zik    .lm413dtz::after, .ui93zik    .nffhh::after,
.gxtkbv   .lm413dtz::after, .gxtkbv   .nffhh::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 — кожна іконка */
.egbraxme .lm413dtz::after, .egbraxme .nffhh::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");
}
.mr4a .lm413dtz::after, .mr4a .nffhh::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");
}
.tvfty3 .lm413dtz::after, .tvfty3 .nffhh::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");
}
.u9s0 .lm413dtz::after, .u9s0 .nffhh::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");
}
.oq8axsg .lm413dtz::after, .oq8axsg .nffhh::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");
}
.t76avv .lm413dtz::after, .t76avv .nffhh::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");
}
.ui93zik .lm413dtz::after, .ui93zik .nffhh::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");
}
.gxtkbv .lm413dtz::after, .gxtkbv .nffhh::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 ────────*/
.f00s8bt   .cem9::after, .f00s8bt   .uj6v::after,
.nw7vh5d4 .cem9::after, .nw7vh5d4 .uj6v::after,
.pj4ue    .cem9::after, .pj4ue    .uj6v::after,
.bhjxla    .cem9::after, .bhjxla    .uj6v::after,
.khsy    .cem9::after, .khsy    .uj6v::after,
.wlxsi     .cem9::after, .wlxsi     .uj6v::after,
.fywwv    .cem9::after, .fywwv    .uj6v::after,
.a3w5zzcc   .cem9::after, .a3w5zzcc   .uj6v::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;
}
.f00s8bt .cem9::after, .f00s8bt .uj6v::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");
}
.nw7vh5d4 .cem9::after, .nw7vh5d4 .uj6v::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");
}
.pj4ue .cem9::after, .pj4ue .uj6v::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");
}
.bhjxla .cem9::after, .bhjxla .uj6v::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");
}
.khsy .cem9::after, .khsy .uj6v::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");
}
.wlxsi .cem9::after, .wlxsi .uj6v::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");
}
.fywwv .cem9::after, .fywwv .uj6v::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");
}
.a3w5zzcc .cem9::after, .a3w5zzcc .uj6v::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 ─────────────────────────────────────────────────────────*/
.kyrm { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }


.gaapn {
  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 */
.gaapn > [itemprop="item"] { display: contents; }
.gaapn:hover { background: var(--bg-hover); }
.w9dg9cd {
  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 */
.gz7rwn4r .w9dg9cd { background: #1a1a1a; }
.q75io5m .w9dg9cd { background: rgba(128,128,128,.12); }
.xt80i6 .w9dg9cd { background: var(--bg-raised); }
.ft32hn2 .w9dg9cd { background: transparent; padding: 0; }
.kc0lgj { max-height: 34px; max-width: 80px; object-fit: contain; }
.iuevc7 { font-weight: 700; font-size: .85rem; color: var(--accent-light); }
.kt1xm { display: flex; align-items: center; gap: 12px; flex-shrink: 1; min-width: 0; }
.ci8g { font-weight: 700; font-size: .88rem; color: var(--text-primary); flex-shrink: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dx32n2x { color: var(--accent); font-size: .8rem; letter-spacing: 1px; flex-shrink: 1; min-width: 0; }
.jizv { display: flex; flex-direction: column; align-items: center; font-size: .78rem; flex: 1 1 0; min-width: 0; }
.syizo3rx { color: var(--text-label); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.xoq8ax { color: var(--text-value); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.t0x4cp { margin-left: auto; flex-shrink: 0; white-space: nowrap; }
.t0x4cp.nffhh { padding-left: 16px !important; padding-right: 16px !important; }
/* планшет / мобіль: 2-колонкова сітка вертикальних карток */
@media (max-width: 720px) {
  .kyrm { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .kyrm .gaapn { flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px; }
  .kyrm .kt1xm { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
  .kyrm .w9dg9cd { width: 100%; min-width: unset; height: 52px; }
  .kyrm .kc0lgj { max-height: 40px; max-width: 110px; }
  .kyrm .ci8g { min-width: unset; text-align: center; white-space: normal; }
  .kyrm .jizv { flex-direction: row; justify-content: space-between; width: 100%; border-top: 1px solid var(--border); padding-top: 5px; }
  .kyrm .t0x4cp { width: 100%; text-align: center; margin-left: 0; }
  .pmoek .gaapn { row-gap: 8px !important; gap: 8px !important; }
}

/* ── Casino reviews ──────────────────────────────────────────────────────────*/
.bygs77 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.rwoqrn {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.utj9 {
  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;
}
.utj9 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.dnxsr { color: var(--accent); font-weight: 700; font-size: 0.85rem; text-align: center; }
.srful7l5 { flex: 1; }
.srful7l5 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.lndrj { color: var(--c-stars); font-size: 1.1rem; }
.kh3h6 { margin-bottom: 8px; }
.oqres2 { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.na8i99s::before   { content: "★ "; color: var(--accent); }
.np8n::before { content: "↓ "; color: var(--accent); }
.zf75::before { content: "✦ "; color: var(--accent); }
.v09t { flex-shrink: 0; }
.onxq5 img.t4nzon1 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.hu3if7g { padding: 20px 24px; }
.p82n4 { color: var(--text-muted); margin-bottom: 16px; }
.g6e3kkd { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.kn9aom, .bh43cjh0 { list-style: none; font-size: 0.9rem; }
.kn9aom li { color: var(--c-pros); margin-bottom: 4px; }
.bh43cjh0 li { color: var(--c-cons); margin-bottom: 4px; }
/* CSS маркери для pros/cons замість символів в HTML */
.kn9aom li::before { content: "✓"; margin-right: 5px; }
.bh43cjh0 li::before { content: "✗"; margin-right: 5px; }
.e91p41pz .kn9aom li::before { content: "→"; }
.e91p41pz .bh43cjh0 li::before { content: "–"; }
.p7rcj1  .kn9aom li::before { content: "★"; }
.p7rcj1  .bh43cjh0 li::before { content: "✕"; }
.d1cak5    .kn9aom li::before { content: "◆"; }
.d1cak5    .bh43cjh0 li::before { content: "▲"; }
.k52kjo  .kn9aom li::before { content: "▶"; }
.k52kjo  .bh43cjh0 li::before { content: "■"; }
.fpmfm { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.dd183 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.gqbrlz { background: var(--bg-pros); color: var(--c-tag-pay); }

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


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

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

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

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

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

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

/* ── Brand card (single brand, two-column hero) ─────────────────────────────*/
/* ═══════════════════════════════════════════════════════════════════════════
   BRAND CARD — shared tokens
   ═══════════════════════════════════════════════════════════════════════════ */
.otoboy {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 12px;
  margin: 28px 0;
  overflow: hidden;
}
.akgfk5d {
  width: 100px; height: 68px;
  display: flex; align-items: center; justify-content: center;
  background: var(--surface); border-radius: 10px; padding: 8px;
  flex-shrink: 0;
}
.akgfk5d img { max-width: 100%; max-height: 100%; object-fit: contain; }
.dd92q { font-size: 1.15rem; font-weight: 700; color: var(--text); }
.e45t { display: flex; align-items: center; gap: 8px; }
.e45t .lndrj { font-size: .95rem; }
.e45t strong { font-size: 1.1rem; color: var(--text); }
.z9tzmn { border-radius: 8px; overflow: hidden; }
.z9tzmn img { width: 100%; display: block; border-radius: 8px; }
.cn3oue { text-align: center; flex-shrink: 0; }
.b7o06 { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; }
.cqr7m { font-size: .82rem; color: var(--text-muted); font-weight: 500; }
.s8v8q6d { font-size: .88rem; font-weight: 600; color: var(--text); }
.gf0yv0m .s8v8q6d { font-size: 1.02rem; font-weight: 700; color: var(--accent); }
.otoboy .pw2kw { gap: 10px; }
.otoboy .xcvas, .otoboy .uymfxr { padding: 12px; }
.otoboy .xcvas ul, .otoboy .uymfxr ul { margin: 4px 0 0; padding-left: 18px; }
.otoboy .xcvas li, .otoboy .uymfxr li { font-size: .85rem; margin-bottom: 3px; }
.ptg1s5no { font-size: .8rem; color: var(--text-muted); margin-top: 10px; }
.ptg1s5no strong { color: var(--text-secondary); }
.ptg1s5no .dd183 { margin: 2px 4px 2px 0; }

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

/* ── LAYOUT 2: hero — full-width screenshot header ────────────────────────── */
.yhv32uee {
  position: relative; max-height: 240px; overflow: hidden;
}
.yhv32uee > img { width: 100%; display: block; object-fit: cover; min-height: 160px; }
.bkw320 {
  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;
}
.bkw320 .akgfk5d { background: rgba(255,255,255,.15); backdrop-filter: blur(8px); border-radius: 10px; }
.bkw320 .dd92q { color: #fff; font-size: 1.25rem; }
.bkw320 .e45t strong { color: #fff; }
.bkw320 .e45t .lndrj { filter: brightness(1.2); }
.bkw320 .cn3oue { margin-left: auto; white-space: nowrap; }
.hmag { flex: 1; }
.vvgveu0 {
  display: flex; align-items: center; gap: 16px; padding: 20px 24px;
  border-bottom: 1px solid var(--border-alt);
}
.vvgveu0 .cn3oue { margin-left: auto; }
.t480uqx { display: flex; flex-direction: column; gap: 16px; padding: 20px 24px; }
.qiszy .xu5p {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden;
}
.qiszy .b7o06 {
  flex: 1 1 auto; min-width: 120px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
}
.qiszy .gf0yv0m { flex-basis: 100%; background: var(--accent-bg); border-right: none; }
@media (max-width: 720px) {
  .bkw320 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .t480uqx { padding: 16px; }
  .qiszy .b7o06 { min-width: 50%; }
}

/* ── LAYOUT 3: magazine — editorial 3-column ──────────────────────────────── */
.q85u {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.qr7h8 { flex: 1; }
.qr7h8 .dd92q { font-size: 1.3rem; }
.gehj9iuv {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0;
}
.t6v2 { padding: 16px; border-right: 1px solid var(--border-alt); }
.t6v2 .z9tzmn { height: 100%; }
.t6v2 .z9tzmn img { height: 100%; object-fit: cover; }
.otswj3 { padding: 0; border-right: 1px solid var(--border-alt); }
.otswj3 .xu5p { display: flex; flex-direction: column; }
.otswj3 .b7o06 { border-bottom: 1px solid var(--border-alt); }
.otswj3 .gf0yv0m { background: var(--accent-bg); }
.fj7w { padding: 16px; }
.fj7w .pw2kw { grid-template-columns: 1fr; }
.uvk89kj7 {
  padding: 12px 24px; border-top: 1px solid var(--border-alt);
  display: flex; flex-wrap: wrap; gap: 12px;
}
@media (max-width: 860px) {
  .gehj9iuv { grid-template-columns: 1fr; }
  .t6v2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .otswj3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .q85u { flex-wrap: wrap; padding: 16px; }
}

/* ── LAYOUT 4: compact — header bar → screenshot → data ──────────────────── */
.ddqqrl7 {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 16px 20px; border-bottom: 1px solid var(--border-alt);
}
.edfx {
  display: flex; align-items: center; gap: 12px; flex: 1;
}
.edfx .akgfk5d { width: 72px; height: 50px; }
.edfx .dd92q { font-size: 1rem; white-space: nowrap; }
.c9potuc { border-bottom: 1px solid var(--border-alt); max-height: 280px; overflow: hidden; }
.c9potuc img { width: 100%; display: block; object-fit: cover; }
.c2abxs2 {
  display: flex; flex-direction: column; gap: 10px; padding: 14px 16px; overflow: hidden;
}
.c944d .xu5p { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.c944d .b7o06 { padding: 0; flex: 0 0 auto; gap: 6px; }
.c944d .gf0yv0m { display: none; }
.c944d .pw2kw { gap: 8px; }
.c944d .xcvas, .c944d .uymfxr { padding: 8px; }
@media (max-width: 480px) {
  .ddqqrl7 { flex-direction: column; align-items: stretch; }
}

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

/* ── LAYOUT 6: scorecard — big score centerpiece ──────────────────────────── */
.jbji5 {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: center;
  border-bottom: 1px solid var(--border-alt);
}
.m5nzqa {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 20px; text-align: center;
}
.ujqyt {
  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;
}
.gy4ms3 { font-size: 1.8rem; font-weight: 800; color: var(--accent); line-height: 1; }
.gy4ms3 .bjsgeq { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.ujqyt .lndrj { font-size: .75rem; margin-top: 2px; }
.xt6res { padding: 12px; display: flex; align-items: center; flex: 1; }
.xt6res .z9tzmn { width: 100%; }
.b9ogp {
  padding: 0; border-bottom: 1px solid var(--border-alt);
}
.hjna0 .xu5p {
  display: flex; flex-wrap: wrap;
}
.hjna0 .b7o06 {
  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;
}
.hjna0 .b7o06:last-child { border-right: none; }
.hjna0 .cqr7m { font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; }
.hjna0 .gf0yv0m { background: var(--accent-bg); }
.ddepbvk { padding: 16px 20px; display: flex; flex-direction: column; gap: 14px; }
@media (max-width: 720px) {
  .jbji5 { grid-template-columns: 1fr; }
  .ujqyt { width: 100px; height: 100px; margin: 16px auto; }
  .gy4ms3 { font-size: 1.4rem; }
  .xt6res { justify-content: center; }
  .hjna0 .b7o06 { min-width: 50%; }
}

/* ── LAYOUT 7: stack — vertical full-width flow ──────────────────────────── */
.xpe0 {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.y2vdii5 { max-height: 240px; overflow: hidden; border-bottom: 1px solid var(--border-alt); }
.y2vdii5 img { width: 100%; display: block; object-fit: cover; }
.yb1z469v { padding: 16px 24px; border-bottom: 1px solid var(--border-alt); }
.yc5o7nah .xu5p {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.yc5o7nah .b7o06 {
  background: var(--surface); border: 1px solid var(--border-alt);
  border-radius: 20px; padding: 6px 14px; gap: 8px;
}
.yc5o7nah .gf0yv0m {
  background: var(--accent-bg); border-color: var(--accent-pale);
}
.yc5o7nah .pw2kw { margin: 0 24px; padding-top: 16px; }
.yc5o7nah .ptg1s5no { padding: 0 24px; }
.osgtb { padding: 16px 24px; border-top: 1px solid var(--border-alt); text-align: center; }
.osgtb .cn3oue { display: inline-block; }
@media (max-width: 540px) {
  .xpe0 { flex-wrap: wrap; padding: 14px 16px; }
  .yb1z469v { padding: 12px 16px; }
  .yc5o7nah .pw2kw { margin: 0 16px; }
  .yc5o7nah .ptg1s5no { padding: 0 16px; }
  .osgtb { padding: 12px 16px; }
}


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

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

/* ranked: accent-pill значення + uppercase лейбли (нумерація — через cs_rank) */
.fpln1qi .syizo3rx {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.fpln1qi .xoq8ax {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.fpln1qi .dx32n2x { color: var(--accent); }
.fpln1qi .rwoqrn { background: var(--accent-bg); }
.fpln1qi .na8i99s, .fpln1qi .np8n, .fpln1qi .zf75 {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}

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

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

/* compact: менші відступи всюди */
.aahojv5 .gaapn { padding: 8px 14px; gap: 12px; }
.aahojv5 .w9dg9cd { height: 32px; min-width: 52px; }
.aahojv5 .kc0lgj { max-height: 24px; }
.aahojv5 .ci8g { font-size: 0.82rem; }
.aahojv5 .rwoqrn { padding: 14px 18px; gap: 14px; }
.aahojv5 .hu3if7g { padding: 14px 18px; }
.aahojv5 .utj9 { width: 70px; }
.aahojv5 .srful7l5 h3 { font-size: 1.05rem; }

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

/* bordered: таблиця з усіма рамками */
.pmoek .kyrm {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.pmoek .gaapn {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.pmoek .gaapn:last-child { border-bottom: none; }
/* вертикальні межі між колонками */
.pmoek .dx32n2x,
.pmoek .t6c6c3d,
.pmoek .or7bg { border-left: 1px solid var(--border); padding-left: 10px; }
.pmoek .ci8g { padding: 0 10px; }

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

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

/* ── casino-wide: високі горизонтальні картки з великим лого ───────────────*/
.tzmc .kyrm { gap: 12px; }
.tzmc .gaapn {
  padding: 18px 24px; gap: 20px; border-radius: 12px;
  min-height: 80px;
}
.tzmc .w9dg9cd {
  min-width: 90px; height: 64px; padding: 6px 12px; border-radius: 10px;
}
.tzmc .kc0lgj { max-height: 52px; max-width: 120px; }
.tzmc .ci8g { font-size: 1rem; }
.tzmc .jizv { font-size: .85rem; }
.tzmc .xoq8ax { font-size: .9rem; }
.tzmc .t0x4cp.nffhh { padding: 10px 24px !important; font-size: .9rem; }

/* ── casino-jumbo: дуже великі картки, лого + інтерфейс скриншот ──────────*/
.x240ath .kyrm { gap: 16px; }
.x240ath .gaapn {
  padding: 24px 28px; gap: 24px; border-radius: 14px;
  min-height: 100px; border-width: 2px;
}
.x240ath .w9dg9cd {
  min-width: 110px; height: 80px; padding: 8px 14px; border-radius: 12px;
  background: var(--bg-raised);
}
.x240ath .kc0lgj { max-height: 64px; max-width: 140px; }
.x240ath .ci8g { font-size: 1.1rem; font-weight: 800; }
.x240ath .dx32n2x { font-size: .95rem; letter-spacing: 2px; }
.x240ath .jizv { font-size: .9rem; }
.x240ath .xoq8ax { font-size: .95rem; font-weight: 700; }
.x240ath .syizo3rx { font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; }
.x240ath .t0x4cp.nffhh { padding: 12px 32px !important; font-size: .95rem; font-weight: 700; }

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

/* ── cs_cols: feature — бонус-колонка виділена як головна ──────────────────*/
.byaza1z .t6c6c3d { flex: 1.8; }
.byaza1z .t6c6c3d .xoq8ax {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.byaza1z .t6c6c3d .syizo3rx { font-weight: 700; color: var(--text-primary); }
.byaza1z .kfjnz,
.byaza1z .ipa774,
.byaza1z .szx7v53 { flex: 0.75; opacity: 0.65; }

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

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

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

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

/* score в оглядах — ховаємо зірки */
.q8j3a .kh3h6 .lndrj,
.as9xncl .kh3h6 .lndrj,
.mpaq7rn4 .kh3h6 .lndrj { display: none; }

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

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

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

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

/* ── Sections ────────────────────────────────────────────────────────────────*/
.xlvr8b { margin-bottom: 0; }
.ia14xwlx h2.wdidus { color: var(--accent-light); border-color: var(--accent); }
.zvvn h2.wdidus { color: var(--accent-light); border-color: var(--accent); }

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

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

/* vivid: смарагд / рожевий / фіолетовий */
.n37k .icqr9y     { background: #052e16; border-color: #10b981; }
.n37k .iaunlg { background: #2d0a1e; border-color: #f43f5e; }
.n37k .zbkvjx    { background: #1e1036; border-color: #a855f7; }
.n37k .q6xvjq0 strong  { color: #f1f5f9; }
.n37k .q6xvjq0 p       { color: #cbd5e1; }
.n37k .n1s13i    .icqr9y     .iz0b966h::before,
.n37k .ndhu  .icqr9y     .iz0b966h::before,
.n37k .wibb3k13  .icqr9y     .iz0b966h::before,
.n37k .yz4tsz .icqr9y     .iz0b966h::before { color: #10b981; }
.n37k .n1s13i    .iaunlg .iz0b966h::before,
.n37k .ndhu  .iaunlg .iz0b966h::before,
.n37k .wibb3k13  .iaunlg .iz0b966h::before,
.n37k .yz4tsz .iaunlg .iz0b966h::before { color: #f43f5e; }
.n37k .n1s13i    .zbkvjx    .iz0b966h::before,
.n37k .ndhu  .zbkvjx    .iz0b966h::before,
.n37k .wibb3k13  .zbkvjx    .iz0b966h::before,
.n37k .yz4tsz .zbkvjx    .iz0b966h::before { color: #a855f7; }

/* warm: жовтий / червоний / помаранчевий */
.r573b4r .icqr9y     { background: #2d2000; border-color: #eab308; }
.r573b4r .iaunlg { background: #2d0b0b; border-color: #ef4444; }
.r573b4r .zbkvjx    { background: #2d1600; border-color: #f97316; }
.r573b4r .q6xvjq0 strong  { color: #f1f5f9; }
.r573b4r .q6xvjq0 p       { color: #cbd5e1; }
.r573b4r .n1s13i    .icqr9y     .iz0b966h::before,
.r573b4r .ndhu  .icqr9y     .iz0b966h::before,
.r573b4r .wibb3k13  .icqr9y     .iz0b966h::before,
.r573b4r .yz4tsz .icqr9y     .iz0b966h::before { color: #eab308; }
.r573b4r .n1s13i    .iaunlg .iz0b966h::before,
.r573b4r .ndhu  .iaunlg .iz0b966h::before,
.r573b4r .wibb3k13  .iaunlg .iz0b966h::before,
.r573b4r .yz4tsz .iaunlg .iz0b966h::before { color: #ef4444; }
.r573b4r .n1s13i    .zbkvjx    .iz0b966h::before,
.r573b4r .ndhu  .zbkvjx    .iz0b966h::before,
.r573b4r .wibb3k13  .zbkvjx    .iz0b966h::before,
.r573b4r .yz4tsz .zbkvjx    .iz0b966h::before { color: #f97316; }

/* cool: блакитний / індиго / бірюзовий */
.ks1wxt .icqr9y     { background: #0c1a2e; border-color: #38bdf8; }
.ks1wxt .iaunlg { background: #12103a; border-color: #818cf8; }
.ks1wxt .zbkvjx    { background: #0a2020; border-color: #2dd4bf; }
.ks1wxt .q6xvjq0 strong  { color: #f1f5f9; }
.ks1wxt .q6xvjq0 p       { color: #cbd5e1; }
.ks1wxt .n1s13i    .icqr9y     .iz0b966h::before,
.ks1wxt .ndhu  .icqr9y     .iz0b966h::before,
.ks1wxt .wibb3k13  .icqr9y     .iz0b966h::before,
.ks1wxt .yz4tsz .icqr9y     .iz0b966h::before { color: #38bdf8; }
.ks1wxt .n1s13i    .iaunlg .iz0b966h::before,
.ks1wxt .ndhu  .iaunlg .iz0b966h::before,
.ks1wxt .wibb3k13  .iaunlg .iz0b966h::before,
.ks1wxt .yz4tsz .iaunlg .iz0b966h::before { color: #818cf8; }
.ks1wxt .n1s13i    .zbkvjx    .iz0b966h::before,
.ks1wxt .ndhu  .zbkvjx    .iz0b966h::before,
.ks1wxt .wibb3k13  .zbkvjx    .iz0b966h::before,
.ks1wxt .yz4tsz .zbkvjx    .iz0b966h::before { color: #2dd4bf; }

/* accent: використовує динамічний акцент */
.a9br7 .icqr9y     { background: var(--accent-bg); border-color: var(--accent); }
.a9br7 .iaunlg { background: var(--accent-bg-light); border-color: var(--accent-light); }
.a9br7 .zbkvjx    { background: var(--accent-bg); border-color: var(--accent-pale); }
.a9br7 .n1s13i    .iz0b966h::before,
.a9br7 .ndhu  .iz0b966h::before,
.a9br7 .wibb3k13  .iz0b966h::before,
.a9br7 .yz4tsz .iz0b966h::before { color: var(--accent-light) !important; }

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

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

/* classic — фіксовані контрастні кольори незалежно від акценту */
.fjvw6 .xcvas ul li,
.fjvw6 .kn9aom li         { color: #4ade80; }
.fjvw6 .xcvas .m5we { color: #22c55e; }
.fjvw6 .uymfxr ul li,
.fjvw6 .bh43cjh0 li         { color: #f87171; }
.fjvw6 .uymfxr .h1l1 { color: #ef4444; }

/* blue: синій pros / amber cons */
.h982jlr .xcvas { background: #0c1a2e; }
.h982jlr .uymfxr { background: #2d1f00; }
.h982jlr .xcvas .m5we { color: #93c5fd; }
.h982jlr .uymfxr .h1l1 { color: #fcd34d; }
.h982jlr .xcvas ul li,
.h982jlr .kn9aom li            { color: #bfdbfe; }
.h982jlr .uymfxr ul li,
.h982jlr .bh43cjh0 li            { color: #fde68a; }

/* accent: label акцентний, текст завжди читабельний */
.sz2l7o .xcvas { background: var(--accent-bg); }
.sz2l7o .uymfxr { background: var(--accent-bg-light); }
.sz2l7o .xcvas .m5we { color: var(--accent-pale); }
.sz2l7o .uymfxr .h1l1 { color: var(--accent-light); }
.sz2l7o .xcvas ul li,
.sz2l7o .kn9aom li          { color: var(--text-body); }
.sz2l7o .uymfxr ul li,
.sz2l7o .bh43cjh0 li          { color: var(--text-body); }

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

/* check: ✓ / ✗ */
.lea0z25 .m5we::before { content: "✓ "; }
.lea0z25 .h1l1::before { content: "✗ "; }

/* arrows: → / ← */
.e91p41pz .m5we::before { content: "→ "; }
.e91p41pz .h1l1::before { content: "← "; }

/* marks: ★ / ✕ */
.p7rcj1 .m5we::before { content: "★ "; }
.p7rcj1 .h1l1::before { content: "✕ "; }

/* geo: ◆ / ▲ */
.d1cak5 .m5we::before { content: "◆ "; }
.d1cak5 .h1l1::before { content: "▲ "; }

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

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

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

/* topbar: смуга зверху */
.gnpmet .q6xvjq0 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.gnpmet .icqr9y     { border-top-color: var(--c-tip-border); }
.gnpmet .iaunlg { border-top-color: var(--c-warn-border); }
.gnpmet .zbkvjx    { border-top-color: #60a5fa; }

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

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

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

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

.n1s13i .iz0b966h,
.ndhu .iz0b966h,
.wibb3k13 .iz0b966h,
.yz4tsz .iz0b966h { font-size: 0; width: 1.1rem; flex-shrink: 0; }

.n1s13i .iz0b966h::before,
.ndhu .iz0b966h::before,
.wibb3k13 .iz0b966h::before,
.yz4tsz .iz0b966h::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}

/* geo: ✦ ▲ ◉ */
.n1s13i .icqr9y     .iz0b966h::before { content: "✦"; color: var(--c-tip-border); }
.n1s13i .iaunlg .iz0b966h::before { content: "▲"; color: var(--c-warn-border); }
.n1s13i .zbkvjx    .iz0b966h::before { content: "◉"; color: #60a5fa; }

/* marks: ★ ◆ ● */
.ndhu .icqr9y     .iz0b966h::before { content: "★"; color: var(--c-tip-border); }
.ndhu .iaunlg .iz0b966h::before { content: "◆"; color: var(--c-warn-border); }
.ndhu .zbkvjx    .iz0b966h::before { content: "●"; color: #60a5fa; }

/* sharp: ▶ ■ ▸ */
.wibb3k13 .icqr9y     .iz0b966h::before { content: "▶"; color: var(--c-tip-border); }
.wibb3k13 .iaunlg .iz0b966h::before { content: "■"; color: var(--c-warn-border); }
.wibb3k13 .zbkvjx    .iz0b966h::before { content: "▸"; color: #60a5fa; }

/* arrows: → ⬥ ◈ */
.yz4tsz .icqr9y     .iz0b966h::before { content: "→"; color: var(--c-tip-border); }
.yz4tsz .iaunlg .iz0b966h::before { content: "⬥"; color: var(--c-warn-border); }
.yz4tsz .zbkvjx    .iz0b966h::before { content: "◈"; color: #60a5fa; }

/* ── shadow variant ──────────────────────────────────────────────────────────*/
.l60c .u22r12 .y2k639i4,
.l60c .qpoxtjp .y2k639i4  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.l60c .j2fymc                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.l60c .gaapn                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.l60c .bygs77            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.l60c .x94h          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.l60c .zpj9fc8                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }

/* shadow-none: скидаємо будь-які тіні */
.jwggl .u22r12 .y2k639i4,
.jwggl .qpoxtjp .y2k639i4,
.jwggl .j2fymc,
.jwggl .gaapn,
.jwggl .bygs77,
.jwggl .x94h,
.jwggl .zpj9fc8,
.jwggl .nzoxyu .q6xvjq0 { box-shadow: none; }

/* ── text_size variants ──────────────────────────────────────────────────────*/
.og3w   body, .og3w   { font-size: 0.9rem; }
.og3w   .mvcfr, .og3w .kmsl3, .og3w .ieui4shp,
.og3w   .fmlah7, .og3w .tjdjr { font-size: 0.9rem; }
.og3w   .enfce, .og3w .u0ttslm { font-size: 0.9rem; }

.plft   .mvcfr, .plft .kmsl3, .plft .ieui4shp,
.plft   .fmlah7, .plft .tjdjr { font-size: 0.9rem; }
.plft   .enfce, .plft .u0ttslm { font-size: 0.9rem; }

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

.n9uoj7nd   .mvcfr, .n9uoj7nd .kmsl3, .n9uoj7nd .ieui4shp,
.n9uoj7nd   .fmlah7, .n9uoj7nd .tjdjr { font-size: 1.08rem; }
.n9uoj7nd   .enfce, .n9uoj7nd .u0ttslm { font-size: 1.05rem; }
.n9uoj7nd   .xe9ur6 { font-size: 0.97rem; }

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

/* large */
.mll2 .eov0t2v      { font-size: 3.2rem; }
.mll2 h2.wdidus { font-size: 1.9rem; }
.mll2 h3.qdr4     { font-size: 1.4rem; }

/* display */
.nzk4b6x .eov0t2v      { font-size: 3.8rem; }
.nzk4b6x h2.wdidus { font-size: 2.2rem; }
.nzk4b6x h3.qdr4     { font-size: 1.6rem; }

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

/* Спільна база: abs-позиція на межі між секціями */
.kkwu4yt   .xlvr8b + .xlvr8b::before,
.b7oex  .xlvr8b + .xlvr8b::before,
.qfze   .xlvr8b + .xlvr8b::before,
.dxmp   .xlvr8b + .xlvr8b::before,
.j13lrsz   .xlvr8b + .xlvr8b::before,
.s0ev0v .xlvr8b + .xlvr8b::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}

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

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

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

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

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

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

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

/* section_bg=stripe: парні секції мають bg-card */
.yyb411e .u959e .xlvr8b:nth-child(even)::before,
.yyb411e .ue524k .xlvr8b:nth-child(even)::before,
.yyb411e .k048 .xlvr8b:nth-child(even)::before { background: var(--bg-card); }

/* wave-a: плавна S-хвиля (1 гребінь) */
.u959e .xlvr8b + .xlvr8b::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 гребені */
.ue524k .xlvr8b + .xlvr8b::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: глибока дуга */
.k048 .xlvr8b + .xlvr8b::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 у формі хвилі */
.ljyis .gq8ue,
.jsjkrkg .gq8ue,
.xalnplc .gq8ue { overflow: hidden; }

/* wave: додатковий простір щоб хвиля не закривала CTA */
.ljyis .ebpx77hc,
.jsjkrkg .ebpx77hc { margin-bottom: 60px; }
.xalnplc .ebpx77hc { margin-bottom: 70px; }
.ljyis .yltaf,
.jsjkrkg .yltaf { padding-bottom: 60px; }
.xalnplc .yltaf { padding-bottom: 70px; }

.ljyis .gq8ue::before,
.jsjkrkg .gq8ue::before,
.xalnplc .gq8ue::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 гребінь) */
.ljyis .gq8ue::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 гребені */
.jsjkrkg .gq8ue::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: глибока дуга */
.xalnplc .gq8ue::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 */
.q0f33i9 .rjdup { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }
.lfi5s .rjdup { background: linear-gradient(45deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.65) 100%); }
.tn5x6r  .rjdup { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }
.wrkpbka  .rjdup { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }

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

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

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

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

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

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

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

/* Великі блочні елементи — clear float щоб не стискались */
.sqfxarlk .hyh8gzh,
.sqfxarlk .kyrm,
.v4t6fl .hyh8gzh,
.v4t6fl .kyrm,
.a876t9 .hyh8gzh,
.a876t9 .kyrm { clear: both; }

/* Маркери списків не мають налазити на float-картинку */
.sqfxarlk .enfce,
.sqfxarlk .u0ttslm,
.v4t6fl .enfce,
.v4t6fl .u0ttslm,
.a876t9 .enfce,
.a876t9 .u0ttslm { overflow: hidden; }


@media (max-width: 640px) {
  .sqfxarlk .rwipy3,
  .v4t6fl .rwipy3,
  .a876t9 .rwipy3 { float: none; width: 100%; margin: 0 0 16px 0; }
}

/* ── content_width: ширина контентного контейнера ───────────────────────────*/
/* default = 1100px (задано в .ernhr085, .jlt645bd, .xajj) */
.ne6q0h .ernhr085,
.ne6q0h .jlt645bd,
.ne6q0h .xajj  { max-width: 1100px; }
.ne6q0h { --content-mw: 1100px; }
.nri4l .ernhr085,
.nri4l .jlt645bd,
.nri4l .xajj  { max-width: 1200px; }
.nri4l { --content-mw: 1200px; }
.k7x4o12 .ernhr085,
.k7x4o12 .jlt645bd,
.k7x4o12 .xajj  { max-width: 1320px; }
.k7x4o12 { --content-mw: 1320px; }

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

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

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

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

/* content-width: above — обидва класи на <body>, тому без пробілу */
.ne6q0h.r7wvma26 .u1gq9r { max-width: 1100px; }
.nri4l.r7wvma26 .u1gq9r { max-width: 1200px; }
.k7x4o12.r7wvma26 .u1gq9r { max-width: 1320px; }
/* float — bc-float-wrap окремий елемент, тому з пробілом */
.ne6q0h .sk0gk01b { max-width: 1100px; }
.nri4l .sk0gk01b { max-width: 1200px; }
.k7x4o12 .sk0gk01b { max-width: 1320px; }

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

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

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

/* ── font_weight: жирність тексту ────────────────────────────────────────────*/
/* fw-300: тонкий */
.xhdsk { font-weight: 300; }
.xhdsk h2.wdidus { font-weight: 600; }
.xhdsk h3.qdr4     { font-weight: 600; }
/* fw-400: default — без override */
/* fw-500: medium */
.wkaxzv8r { font-weight: 500; }
.wkaxzv8r h2.wdidus { font-weight: 800; }
.wkaxzv8r h3.qdr4     { font-weight: 700; }
/* fw-600: semibold */
.tyxlbf2p { font-weight: 600; }
.tyxlbf2p h2.wdidus { font-weight: 900; }
.tyxlbf2p h3.qdr4     { font-weight: 800; }
.tyxlbf2p .q6xvjq0 strong,
.tyxlbf2p .q6xvjq0 strong { font-weight: 600; }
/* .tyxlbf2p .kmsl3, .tyxlbf2p .fmlah7 { font-weight: 600; } */

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

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

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

/* minimal */
.x9cmt .xajj { text-align: center; }
.x9cmt .xjas2 { justify-content: center; margin-bottom: 16px; }
.x9cmt .q1sq6sa { margin-top: 0; }

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

/* mobile footer */
@media (max-width: 640px) {
  .xajj { padding-left: 16px; padding-right: 16px; }
  .o8j6c8 .xajj { padding: 20px 16px; }
  .xjas2 { gap: 4px 12px; }
  .q1sq6sa { font-size: 0.78rem; }
}


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


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

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

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

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

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

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

/* dark: завжди темний, незалежно від теми */
.vujix .qyl88      { background: #0d1117; border-bottom-color: #21262d; }
.vujix .bp5x { color: var(--accent-light); }
.vujix .ln8ix1 { --msep-color: #8b949e; }
.vujix .ln8ix1 a { color: #8b949e; }
.vujix .ln8ix1 a:hover { color: var(--accent-light); }
.vujix .xdui { color: #8b949e; }
.vujix .qdr5map { background: #0d1117; border-top-color: #21262d; }
.vujix .q1sq6sa,
.vujix .ql905a { color: #6e7681; }
.vujix .h09l9 a, .vujix .xjas2 a,
.vujix .flepm a, .vujix .ad2mq a,
.vujix .jkaf6 a, .vujix .ipdxgxx3 { color: #8b949e; }
.vujix .h09l9 a:hover, .vujix .xjas2 a:hover,
.vujix .flepm a:hover, .vujix .ad2mq a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .vujix .ln8ix1 { background: #0d1117; border-top-color: #21262d; }
  .vujix .ln8ix1 li a { border-bottom-color: #21262d; }
}

/* light: завжди світлий */
.roaqf .qyl88      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.roaqf .bp5x { color: var(--accent); }
.roaqf .ln8ix1 { --msep-color: #475569; }
.roaqf .ln8ix1 a { color: #475569; }
.roaqf .ln8ix1 a:hover { color: var(--accent); }
.roaqf .xdui { color: #64748b; }
.roaqf .qdr5map { background: #f0f4f8; border-top-color: #cbd5e1; }
.roaqf .q1sq6sa,
.roaqf .ql905a { color: #64748b; }
.roaqf .h09l9 a, .roaqf .xjas2 a,
.roaqf .flepm a, .roaqf .ad2mq a,
.roaqf .jkaf6 a, .roaqf .ipdxgxx3 { color: #374151; }
.roaqf .h09l9 a:hover, .roaqf .xjas2 a:hover,
.roaqf .flepm a:hover, .roaqf .ad2mq a:hover { color: var(--accent); }
@media (max-width: 640px) {
  .roaqf .ln8ix1 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .roaqf .ln8ix1 li a { border-bottom-color: #cbd5e1; color: #475569; }
}

/* accent: кольоровий акцентний фон */
.gtdneo .qyl88      { background: var(--accent); border-bottom-color: var(--accent-light); }
.gtdneo .bp5x { color: #fff; }
.gtdneo .ln8ix1 { --msep-color: rgba(255,255,255,0.82); }
.gtdneo .ln8ix1 a { color: rgba(255,255,255,0.82); }
.gtdneo .ln8ix1 a:hover { color: #fff; }
.gtdneo .xdui { color: rgba(255,255,255,0.9); }
.gtdneo .qdr5map { background: var(--accent); border-top-color: var(--accent-light); }
.gtdneo .q1sq6sa,
.gtdneo .ql905a { color: rgba(255,255,255,0.72); }
.gtdneo .h09l9 a, .gtdneo .xjas2 a,
.gtdneo .flepm a, .gtdneo .ad2mq a,
.gtdneo .jkaf6 a, .gtdneo .ipdxgxx3 { color: rgba(255,255,255,0.82); }
.gtdneo .h09l9 a:hover, .gtdneo .xjas2 a:hover,
.gtdneo .flepm a:hover, .gtdneo .ad2mq a:hover { color: #fff; }
@media (max-width: 640px) {
  .gtdneo .ln8ix1 { background: var(--accent); border-top-color: var(--accent-light); }
  .gtdneo .ln8ix1 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}

/* glass: напівпрозорий з blur */
.yi8ln .qyl88 {
  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);
}
.yi8ln .qdr5map {
  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) {
  .yi8ln .ln8ix1 {
    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 */
.uwg7 .vyog1o { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ss07 .vyog1o { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.c0b0 .vyog1o { min-height: 72px; height: auto; }
.tymynu .vyog1o { min-height: 84px; height: auto; }

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

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


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

/* ── nav_logo_bg: фон на wrap-блоці (не на img) ─────────────────────────────*/
/* none = без фону (default) */
.jn6q5v3c, .b4vxc8 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.q451 .jn6q5v3c,
.q451 .b4vxc8 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.odsf3dh4 .jn6q5v3c,
.odsf3dh4 .b4vxc8 { 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; }
.scwitj .jn6q5v3c,
.scwitj .b4vxc8 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.bfey .jn6q5v3c,
.bfey .b4vxc8 { 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 */
.db5nvvww   .ln8ix1 a { font-weight: 500; }
.atz25 .ln8ix1 a { font-weight: 600; }
.mnsvz     .ln8ix1 a { font-weight: 700; }
.ttjtl    .ln8ix1 a { font-weight: 800; letter-spacing: 0.01em; }

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

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

  /* ховаємо ☰ символ і центруємо кнопку */
  .o07z6 .xdui,
  .lckqcr6w .xdui,
  .btxjlv5i .xdui,
  .hfygby .xdui,
  .nnbt .xdui {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  /* базовий ::before */
  .o07z6 .xdui::before,
  .lckqcr6w .xdui::before,
  .btxjlv5i .xdui::before,
  .hfygby .xdui::before,
  .nnbt .xdui::before { content: ""; display: block; flex-shrink: 0; }

  /* 2 лінії: повна + 68% */
  .o07z6 .xdui::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 лінії рівні */
  .lckqcr6w .xdui::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% */
  .btxjlv5i .xdui::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% */
  .hfygby .xdui::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% */
  .nnbt .xdui::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) {
  .n3gjf .xdui {
    padding: 5px 14px;
  }
  .n3gjf .ln8ix1 {
    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;
  }
  .n3gjf .ln8ix1 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .n3gjf .ln8ix1 li a:hover { background: var(--bg-raised); }
}

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

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

/* overlay: повноекранне меню ───────────────────────────────────────────── */
@media (max-width: 640px) {
  .flbol7 .xdui {
    padding: 5px 10px;
  }
  .flbol7 .ln8ix1 {
    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;
  }
  .flbol7 .ln8ix1.qlp3 { opacity: 1; pointer-events: auto; }
  .flbol7 .ln8ix1 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) {
  .wop8ky     .xdui { border-radius: 0 !important; }
  .jn4t   .xdui { border-radius: 8px !important; }
  .z8o0 .xdui { border-radius: 50% !important; }
  .bvwked7   .xdui { border-radius: 999px !important; }
}

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

/* ── star_style: вигляд зірок (showcase + review) ───────────────────────────*/
/* default = accent color (задано в базових стилях .dx32n2x / .lndrj) */
.ghavat8    .dx32n2x, .ghavat8    .lndrj { color: #f59e0b; }
.o6qfkc      .dx32n2x { font-size: 1rem; letter-spacing: 1.5px; }
.o6qfkc      .lndrj   { font-size: 1.35rem; }
.h9kfsul    .dx32n2x, .h9kfsul    .lndrj { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.kd9l     .dx32n2x, .kd9l     .lndrj { color: var(--accent); letter-spacing: 3px; font-size: 0.7rem; }
.h6qg8 .dx32n2x, .h6qg8 .lndrj { color: var(--accent); letter-spacing: 2px; }
.kzkmx   .dx32n2x, .kzkmx   .lndrj { color: #e91e63; letter-spacing: 2px; }
.tcfbxdq  .dx32n2x, .tcfbxdq  .lndrj { color: var(--accent); letter-spacing: 2px; font-size: 0.65rem; }
.mq7bdfqd     .dx32n2x, .mq7bdfqd     .lndrj { color: var(--accent); letter-spacing: 2px; font-size: 0.7rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ── Byline slots — position control ── */
.yelnk6z{display:none}
.yelnk6z:empty,.sv6in:empty{display:none}
.hszp78hz{position:relative;overflow:visible}

/* hero slot — shown for all hero positions */
.vu8ka6 .x6metpk,.xkof3 .x6metpk,
.hh7l .x6metpk,.lha5uvp1 .x6metpk,
.afgqrq8 .x6metpk,.fi4vp .x6metpk{display:block}
.ihzee .l3e2{display:block}

/* shared overlay: centered container matching hero-content width (always 1100px) */
.vu8ka6 .x6metpk,.xkof3 .x6metpk,
.hh7l .x6metpk,.lha5uvp1 .x6metpk,
.afgqrq8 .x6metpk{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 */
.vu8ka6 .x6metpk .sv6in,.xkof3 .x6metpk .sv6in,
.hh7l .x6metpk .sv6in,.lha5uvp1 .x6metpk .sv6in,
.afgqrq8 .x6metpk .sv6in{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 */
.vu8ka6 .l9fp,.xkof3 .l9fp,
.hh7l .l9fp,.lha5uvp1 .l9fp,
.afgqrq8 .l9fp{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
/* top positions */
.vu8ka6 .x6metpk,.xkof3 .x6metpk{top:12px}
.vu8ka6 .x6metpk .sv6in{margin-right:auto}
.xkof3 .x6metpk .sv6in{margin-left:auto}
.xkof3 .x6metpk{text-align:right}
/* bottom positions */
.hh7l .x6metpk,.lha5uvp1 .x6metpk{bottom:12px}
.hh7l .x6metpk .sv6in{margin-right:auto}
.lha5uvp1 .x6metpk .sv6in{margin-left:auto}
.lha5uvp1 .x6metpk{text-align:right}
/* center overlay at bottom of hero */
.afgqrq8 .x6metpk{bottom:16px}
.afgqrq8 .x6metpk .sv6in{margin:0 auto}

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

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

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

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

/* cards: mini bordered cards */
.dychr .l9fp{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}
.dychr .bxziu::before{content:""}

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

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

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

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

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

/* ── Date background variants ── */
.b602o{--date-bg:var(--accent-bg)}
.hpwl{--date-bg:var(--accent-bg-light)}
.op1jmsd{--date-bg:transparent}

/* ── Date separator variants ── */
.b3dm .bxziu::before{content:""}
.qamoja3 .bxziu::before{content:"•";opacity:.4}
.qamoja3 .l9fp + .l9fp::before{content:"•";margin-right:6px;opacity:.4}
.q9kc .bxziu::before{content:"/";opacity:.35}
.q9kc .l9fp + .l9fp::before{content:"/";margin-right:6px;opacity:.35}
.ylis4j8 .bxziu::before{content:"|";opacity:.3}
.ylis4j8 .l9fp + .l9fp::before{content:"|";margin-right:6px;opacity:.3}
.kypf .bxziu::before{content:"—";opacity:.3}
.kypf .l9fp + .l9fp::before{content:"—";margin-right:6px;opacity:.3}
.pt55o2w .bxziu::before{content:"◆";font-size:.5em;opacity:.35}
.pt55o2w .l9fp + .l9fp::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.sp3v8 .bxziu::before{content:"·";opacity:.4}
.sp3v8 .l9fp + .l9fp::before{content:"·";margin-right:6px;opacity:.4}
.jtdt88t .bxziu::before{content:"›";opacity:.4}
.jtdt88t .l9fp + .l9fp::before{content:"›";margin-right:6px;opacity:.4}
.fbvye .bxziu::before{content:"→";opacity:.35;font-size:.85em}
.fbvye .l9fp + .l9fp::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}


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

/* author box variants */
.qya4vsh .ycuaw{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.mepyyo .ycuaw{border-top:3px solid var(--accent);padding-top:18px}
.pm2y .ycuaw{border-left:3px solid var(--accent);border-radius:0}
.zrggve32 .ycuaw{padding:20px 0}

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

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


/* ── color scheme ── */
:root {
  --accent:          #c38fa6;
  --accent-light:    #f5bcd5;
  --accent-pale:     #ffd8e8;
  --grad-start:      #4f283c;
  --grad-end:        #93647a;
  --bg-page: #120d0f;
  --bg-surface: #120d0f;
  --bg-card: #191114;
  --bg-card-inner: #20171b;
  --bg-raised: #271d21;
  --bg-hover: #2e2327;
  --border: #52444a;
  --border-alt: #817177;
  --border-section: #52444a;
  --text-primary: #f5e0e7;
  --text-muted: #b8a6ad;
  --text-body: #d0c3c7;
  --text-sub: #a69b9e;
  --text-faint: #72686b;
  --text-dim: #595053;
  --text-label: #8b8184;
  --text-value: #c2b6b9;
  --accent-bg:       #4a2437;
  --accent-bg-light: #562f43;
  --bg-tip:        #1a2e1a;
  --bg-warning:    #2d1f0e;
  --bg-info:       #1a1f2e;
  --bg-pros:       #1a2e1a;
  --bg-cons:       #2d1a1a;
  --c-pros:        #6ee7b7;
  --c-cons:        #fca5a5;
  --c-pros-label:  #34d399;
  --c-tip-border:  #34d399;
  --c-warn-border: #f59e0b;
  --c-stars:       #f59e0b;
  --c-arrow:       #f59e0b;
  --c-tag-pay:     #6ee7b7;
}
:root { --logo-bg-opacity: 56%; }

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

.i12kx .iz0b966h { font-size: 0; width: 1.2rem; flex-shrink: 0; }.i12kx .iz0b966h::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.i12kx .icqr9y     .iz0b966h::before { content: "";  color: var(--c-tip-border); }.i12kx .iaunlg .iz0b966h::before { content: ""; color: var(--c-warn-border); }.i12kx .zbkvjx    .iz0b966h::before { content: ""; color: #60a5fa; }.n37k .i12kx .icqr9y     .iz0b966h::before { color: #10b981; }.n37k .i12kx .iaunlg .iz0b966h::before { color: #f43f5e; }.n37k .i12kx .zbkvjx    .iz0b966h::before { color: #a855f7; }.r573b4r  .i12kx .icqr9y     .iz0b966h::before { color: #eab308; }.r573b4r  .i12kx .iaunlg .iz0b966h::before { color: #ef4444; }.r573b4r  .i12kx .zbkvjx    .iz0b966h::before { color: #f97316; }.ks1wxt  .i12kx .icqr9y     .iz0b966h::before { color: #38bdf8; }.ks1wxt  .i12kx .iaunlg .iz0b966h::before { color: #818cf8; }.ks1wxt  .i12kx .zbkvjx    .iz0b966h::before { color: #2dd4bf; }.a9br7 .i12kx .iz0b966h::before { color: var(--accent-light) !important; }

.cjhbv1qy .snr3t2of, .cjhbv1qy .wtc4r3 { min-height: 520px; }

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

.vlfub::before { content: '•'; }

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