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

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

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

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

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

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

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

.fq1y2a .r0c2j9 {
  background: none;
}
.fq1y2a .movm { color: #fff; }
.fq1y2a .s51mu9 { color: rgba(255,255,255,0.85); }

/* ── Hero anim: split layouts ─────────────────────────────────────────────── */
.mlsmnlxq .x8xoq { position: relative; overflow: hidden; }
.mlsmnlxq .x8xoq::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;
}
.ac94j .x8xoq {
  animation: hg-breathe 7s ease-in-out infinite;
}
.taopy .x8xoq { position: relative; overflow: hidden; }
.taopy .x8xoq::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;
}
.zri6z4 .x8xoq { position: relative; overflow: hidden; }
.zri6z4 .x8xoq::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;
}
.fet4k9 .x8xoq {
  animation: hg-fadein 1.2s ease-out both;
}


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

/* Split alignment — всередині text-колонки */
.x8xoq.x67kb .y9kh { align-items: center; text-align: center; }
.x8xoq.dpalgw   .y9kh { align-items: flex-start; text-align: left; }

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


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

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

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

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

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

/* ── Hero: split-cards ────────────────────────────────────────────────────── */
.v2uwzu .vv8sq {
  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);
}
.e22z {
  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;
}
.e22z:last-child { border-bottom: none; }
.e22z:hover { background: rgba(255,255,255,0.14); }
.uw33h { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1; }
.s3o068 { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.zmncm5ef { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.xfb67z8 { font-weight: 700; font-size: 0.95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ef7rt { font-size: 0.82rem; color: rgba(255,255,255,0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gsxsk { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.yiucj { font-weight: 800; font-size: 1.3rem; color: var(--accent-pale); }
.yiucj small { font-size: 0.7rem; font-weight: 500; opacity: 0.6; }
.vxmy { font-size: 0.8rem; padding: 6px 14px; white-space: nowrap; }

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

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

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

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


@media (max-width: 700px) {
  .x8xoq { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .x8xoq .uh20n711 { display: none !important; }
  .lf5pv .uh20n711 { display: none !important; }
  .v2uwzu .vv8sq { display: none !important; }
  .qzuxm .ffso { display: none !important; }
  .y9kh  { padding: 36px 24px; }
  /* cap hero height variants on mobile */
  .gi002d, .x8xoq { min-height: 320px !important; }
  /* reduce oversized headings on mobile */
  .movm { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  /* cards-top: hide on mobile */
  .wb1m { display: none !important; }
  /* numbered: stack */
  .tuhx { flex-direction: column; align-items: center; }
  .jp4uajcd { width: 100%; max-width: 340px; }
}

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

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

/* rounded */
.ru2c .wp4yx3jv        { border-radius: 16px; }
.ru2c .gsik1r2w  { border-radius: 16px; }

/* shadow */
.tzy1a2 .wp4yx3jv         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.tzy1a2 .gsik1r2w   { border-radius: 8px; }


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

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

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

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

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

.qp5qg .c4wu:nth-child(even) .zc03pm .cjgy4:nth-child(odd),
.ffwhy6y .c4wu:nth-child(even) .zc03pm .cjgy4:nth-child(odd)  { background: var(--bg-card); }
.qp5qg .c4wu:nth-child(even) .zc03pm .cjgy4:nth-child(even),
.ffwhy6y .c4wu:nth-child(even) .zc03pm .cjgy4:nth-child(even) { background: var(--bg-card-inner); }

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

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

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

/* ── Lead & intro/outro ──────────────────────────────────────────────────────*/
.pb6vwmr { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .pb6vwmr { display: none; } }
.ll21g32a {
  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;
}
.hv577w { margin-right: 8px; color: var(--c-arrow); }
.lvh3nq { font-size: 1rem; color: var(--text-muted); margin: 8px 0 20px; }
.gc4qgbcc { font-size: 1rem; color: var(--text-muted); margin: 24px 0 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* plain: простий текст */
.x71snqrw .lvh3nq,
.x71snqrw .gc4qgbcc,
.x71snqrw .irv9woc3,
.x71snqrw .hyt5jz { font-style: normal; color: var(--text-body); }

/* dash: ліва вертикальна чорточка */
.hi7mty5 .lvh3nq,
.hi7mty5 .gc4qgbcc {
  font-style: italic;
  border-left: 3px solid var(--border-section); padding-left: 12px;
}
.hi7mty5 .irv9woc3,
.hi7mty5 .hyt5jz {
  font-style: italic;
  border-left: 2px solid var(--border); padding-left: 10px;
}

/* bg: підкладка з фоном */
.lzyvq7sf .lvh3nq,
.lzyvq7sf .gc4qgbcc,
.lzyvq7sf .irv9woc3,
.lzyvq7sf .hyt5jz {
  font-style: normal;
  background: var(--bg-raised); border-radius: 6px;
  padding: 10px 14px; color: var(--text-sub);
}

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

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

.lmj41847     .bfuo { list-style-type: "● "; }
.y42815c  .bfuo { list-style-type: "■ "; }
.qgswbc .bfuo { list-style-type: "◆ "; }
.dp5uud9v    .bfuo { list-style-type: "★ "; }

.lmj41847     .uhvxla3z { list-style-type: "● "; }
.y42815c  .uhvxla3z { list-style-type: "■ "; }
.qgswbc .uhvxla3z { list-style-type: "◆ "; }
.dp5uud9v    .uhvxla3z { list-style-type: "★ "; }

.lmj41847    .bfuo li::marker, .lmj41847    .uhvxla3z li::marker,
.y42815c .bfuo li::marker, .y42815c .uhvxla3z li::marker,
.qgswbc .bfuo li::marker, .qgswbc .uhvxla3z li::marker,
.dp5uud9v   .bfuo li::marker, .dp5uud9v   .uhvxla3z li::marker {
  color: var(--accent); font-size: 0.8em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

/* pill = solid but very rounded */
.vgzxn80 .zawr9fqr { border-radius: 50px; }
.vgzxn80 .n8us  { border-radius: 50px; }
/* btn_pad */
.cpib .zawr9fqr { padding-left: 22px; padding-right: 22px; }
.cpib .n8us  { padding-left: 12px; padding-right: 12px; }
.vrjxw .zawr9fqr { padding-left: 44px; padding-right: 44px; }
.vrjxw .n8us  { padding-left: 24px; padding-right: 24px; }
.ll10exb .zawr9fqr { padding-left: 56px; padding-right: 56px; }
.ll10exb .n8us  { padding-left: 32px; padding-right: 32px; }

/* ── btn_icon: SVG-іконки на .zawr9fqr і .n8us (mask на currentColor) ──────*/
/* ::after — усі іконки після тексту (праворуч) */
.ba71   .zawr9fqr::after, .ba71   .n8us::after,
.o9i1mn .zawr9fqr::after, .o9i1mn .n8us::after,
.vsqy70    .zawr9fqr::after, .vsqy70    .n8us::after,
.y02xobok    .zawr9fqr::after, .y02xobok    .n8us::after,
.sh0ti1    .zawr9fqr::after, .sh0ti1    .n8us::after,
.mp84ds     .zawr9fqr::after, .mp84ds     .n8us::after,
.u9luwbid    .zawr9fqr::after, .u9luwbid    .n8us::after,
.woo9   .zawr9fqr::after, .woo9   .n8us::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 — кожна іконка */
.ba71 .zawr9fqr::after, .ba71 .n8us::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");
}
.o9i1mn .zawr9fqr::after, .o9i1mn .n8us::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");
}
.vsqy70 .zawr9fqr::after, .vsqy70 .n8us::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");
}
.y02xobok .zawr9fqr::after, .y02xobok .n8us::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");
}
.sh0ti1 .zawr9fqr::after, .sh0ti1 .n8us::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");
}
.mp84ds .zawr9fqr::after, .mp84ds .n8us::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");
}
.u9luwbid .zawr9fqr::after, .u9luwbid .n8us::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");
}
.woo9 .zawr9fqr::after, .woo9 .n8us::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 ────────*/
.rh61   .i5oqomwz::after, .rh61   .jf8pno::after,
.lyytc .i5oqomwz::after, .lyytc .jf8pno::after,
.srse    .i5oqomwz::after, .srse    .jf8pno::after,
.ajdq93    .i5oqomwz::after, .ajdq93    .jf8pno::after,
.jf6jzwf    .i5oqomwz::after, .jf6jzwf    .jf8pno::after,
.dyk525e     .i5oqomwz::after, .dyk525e     .jf8pno::after,
.h3cp6    .i5oqomwz::after, .h3cp6    .jf8pno::after,
.sc358   .i5oqomwz::after, .sc358   .jf8pno::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;
}
.rh61 .i5oqomwz::after, .rh61 .jf8pno::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");
}
.lyytc .i5oqomwz::after, .lyytc .jf8pno::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");
}
.srse .i5oqomwz::after, .srse .jf8pno::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");
}
.ajdq93 .i5oqomwz::after, .ajdq93 .jf8pno::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");
}
.jf6jzwf .i5oqomwz::after, .jf6jzwf .jf8pno::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");
}
.dyk525e .i5oqomwz::after, .dyk525e .jf8pno::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");
}
.h3cp6 .i5oqomwz::after, .h3cp6 .jf8pno::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");
}
.sc358 .i5oqomwz::after, .sc358 .jf8pno::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 ─────────────────────────────────────────────────────────*/
.enwej7zu { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }


.k6hniqm {
  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 */
.k6hniqm > [itemprop="item"] { display: contents; }
.k6hniqm:hover { background: var(--bg-hover); }
.cw96du3 {
  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;
}
.eg2okld { max-height: 34px; max-width: 80px; object-fit: contain; }
.krri { font-weight: 700; font-size: .85rem; color: var(--accent-light); }
.r734xc { font-weight: 700; font-size: .88rem; color: var(--text-primary); flex-shrink: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.u5r50gy { color: var(--accent); font-size: .8rem; letter-spacing: 1px; flex-shrink: 1; min-width: 0; }
.b5g6ttg { display: flex; flex-direction: column; align-items: center; font-size: .78rem; flex: 1 1 0; min-width: 0; }
.y305m { color: var(--text-label); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.trahtfhm { color: var(--text-value); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.ia50r { margin-left: auto; flex-shrink: 0; white-space: nowrap; }
.ia50r.n8us { padding-left: 16px !important; padding-right: 16px !important; }
/* планшет / мобіль: 2-колонкова сітка вертикальних карток */
@media (max-width: 720px) {
  .enwej7zu { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .enwej7zu .k6hniqm { flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px; }
  .enwej7zu .cw96du3 { width: 100%; min-width: unset; height: 52px; }
  .enwej7zu .eg2okld { max-height: 40px; max-width: 110px; }
  .enwej7zu .r734xc { min-width: unset; text-align: center; }
  .enwej7zu .b5g6ttg { flex-direction: row; justify-content: space-between; width: 100%; border-top: 1px solid var(--border); padding-top: 5px; }
  .enwej7zu .ia50r { width: 100%; text-align: center; margin-left: 0; }
  .xv1vpa .k6hniqm { row-gap: 8px !important; gap: 8px !important; }
}

/* ── Casino reviews ──────────────────────────────────────────────────────────*/
.iygodzd {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.siwcu {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.edzgqj {
  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;
}
.edzgqj img { max-width: 80px; max-height: 50px; object-fit: contain; }
.w98d46 { color: var(--accent); font-weight: 700; font-size: 0.85rem; text-align: center; }
.gp8ltqfx { flex: 1; }
.gp8ltqfx h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.a5tzdcg8 { color: var(--c-stars); font-size: 1.1rem; }
.q64o { margin-bottom: 8px; }
.o72x { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.p22cvk8r::before   { content: "★ "; color: var(--accent); }
.zlya3b::before { content: "↓ "; color: var(--accent); }
.fe0w1a::before { content: "✦ "; color: var(--accent); }
.l4nnia2 { flex-shrink: 0; }
.rtms63kp img.jmh5cmte { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.pl38v { padding: 20px 24px; }
.dzlqd { color: var(--text-muted); margin-bottom: 16px; }
.ytv72g { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.j3n2o5c, .nlky { list-style: none; font-size: 0.9rem; }
.j3n2o5c li { color: var(--c-pros); margin-bottom: 4px; }
.nlky li { color: var(--c-cons); margin-bottom: 4px; }
/* CSS маркери для pros/cons замість символів в HTML */
.j3n2o5c li::before { content: "✓"; margin-right: 5px; }
.nlky li::before { content: "✗"; margin-right: 5px; }
.u9eal .j3n2o5c li::before { content: "→"; }
.u9eal .nlky li::before { content: "–"; }
.fx3f3n  .j3n2o5c li::before { content: "★"; }
.fx3f3n  .nlky li::before { content: "✕"; }
.flp8pw0    .j3n2o5c li::before { content: "◆"; }
.flp8pw0    .nlky li::before { content: "▲"; }
.jwt5719u  .j3n2o5c li::before { content: "▶"; }
.jwt5719u  .nlky li::before { content: "■"; }
.k69js { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.c8ck { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.x38g3 { background: var(--bg-pros); color: var(--c-tag-pay); }

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


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

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

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

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

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

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

/* ── Brand card (single brand, two-column hero) ─────────────────────────────*/
/* ═══════════════════════════════════════════════════════════════════════════
   BRAND CARD — shared tokens
   ═══════════════════════════════════════════════════════════════════════════ */
.xr2a {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 12px;
  margin: 28px 0;
  overflow: hidden;
}
.dhpcbx {
  width: 100px; height: 68px;
  display: flex; align-items: center; justify-content: center;
  background: var(--surface); border-radius: 10px; padding: 8px;
  flex-shrink: 0;
}
.dhpcbx img { max-width: 100%; max-height: 100%; object-fit: contain; }
.nrqw7v { font-size: 1.15rem; font-weight: 700; color: var(--text); }
.azpc7do4 { display: flex; align-items: center; gap: 8px; }
.azpc7do4 .a5tzdcg8 { font-size: .95rem; }
.azpc7do4 strong { font-size: 1.1rem; color: var(--text); }
.ni5h { border-radius: 8px; overflow: hidden; }
.ni5h img { width: 100%; display: block; border-radius: 8px; }
.rcqkmj { text-align: center; flex-shrink: 0; }
.x7r6qy { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; }
.wuym { font-size: .82rem; color: var(--text-muted); font-weight: 500; }
.lvpmnh8e { font-size: .88rem; font-weight: 600; color: var(--text); }
.fj9y6mn6 .lvpmnh8e { font-size: 1.02rem; font-weight: 700; color: var(--accent); }
.xr2a .a99rx { gap: 10px; }
.xr2a .y6s1a, .xr2a .o0dd8g { padding: 12px; }
.xr2a .y6s1a ul, .xr2a .o0dd8g ul { margin: 4px 0 0; padding-left: 18px; }
.xr2a .y6s1a li, .xr2a .o0dd8g li { font-size: .85rem; margin-bottom: 3px; }
.pjfsgzur { font-size: .8rem; color: var(--text-muted); margin-top: 10px; }
.pjfsgzur strong { color: var(--text-secondary); }
.pjfsgzur .c8ck { margin: 2px 4px 2px 0; }

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

/* ── LAYOUT 2: hero — full-width screenshot header ────────────────────────── */
.zficxu {
  position: relative; max-height: 240px; overflow: hidden;
}
.zficxu > img { width: 100%; display: block; object-fit: cover; min-height: 160px; }
.x3880zz {
  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;
}
.x3880zz .dhpcbx { background: rgba(255,255,255,.15); backdrop-filter: blur(8px); border-radius: 10px; }
.x3880zz .nrqw7v { color: #fff; font-size: 1.25rem; }
.x3880zz .azpc7do4 strong { color: #fff; }
.x3880zz .azpc7do4 .a5tzdcg8 { filter: brightness(1.2); }
.x3880zz .rcqkmj { margin-left: auto; white-space: nowrap; }
.n8wqxx { flex: 1; }
.h01j59rg {
  display: flex; align-items: center; gap: 16px; padding: 20px 24px;
  border-bottom: 1px solid var(--border-alt);
}
.h01j59rg .rcqkmj { margin-left: auto; }
.rei0 { display: flex; flex-direction: column; gap: 16px; padding: 20px 24px; }
.lm3eo5w .zvdhs {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden;
}
.lm3eo5w .x7r6qy {
  flex: 1 1 auto; min-width: 120px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
}
.lm3eo5w .fj9y6mn6 { flex-basis: 100%; background: var(--accent-bg); border-right: none; }
@media (max-width: 720px) {
  .x3880zz { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .rei0 { padding: 16px; }
  .lm3eo5w .x7r6qy { min-width: 50%; }
}

/* ── LAYOUT 3: magazine — editorial 3-column ──────────────────────────────── */
.chlq9 {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.qzy0uan { flex: 1; }
.qzy0uan .nrqw7v { font-size: 1.3rem; }
.v0pngti2 {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0;
}
.yimv { padding: 16px; border-right: 1px solid var(--border-alt); }
.yimv .ni5h { height: 100%; }
.yimv .ni5h img { height: 100%; object-fit: cover; }
.iqz0 { padding: 0; border-right: 1px solid var(--border-alt); }
.iqz0 .zvdhs { display: flex; flex-direction: column; }
.iqz0 .x7r6qy { border-bottom: 1px solid var(--border-alt); }
.iqz0 .fj9y6mn6 { background: var(--accent-bg); }
.bhvxr0 { padding: 16px; }
.bhvxr0 .a99rx { grid-template-columns: 1fr; }
.v7b99g1r {
  padding: 12px 24px; border-top: 1px solid var(--border-alt);
  display: flex; flex-wrap: wrap; gap: 12px;
}
@media (max-width: 860px) {
  .v0pngti2 { grid-template-columns: 1fr; }
  .yimv { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .iqz0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .chlq9 { flex-wrap: wrap; padding: 16px; }
}

/* ── LAYOUT 4: compact — header bar → screenshot → data ──────────────────── */
.laywfvy {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 16px 20px; border-bottom: 1px solid var(--border-alt);
}
.vw5xu8es {
  display: flex; align-items: center; gap: 12px; flex: 1;
}
.vw5xu8es .dhpcbx { width: 72px; height: 50px; }
.vw5xu8es .nrqw7v { font-size: 1rem; white-space: nowrap; }
.g4f9m5z { border-bottom: 1px solid var(--border-alt); max-height: 280px; overflow: hidden; }
.g4f9m5z img { width: 100%; display: block; object-fit: cover; }
.ptw0echn {
  display: flex; flex-direction: column; gap: 10px; padding: 14px 16px; overflow: hidden;
}
.f1i9edq .zvdhs { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.f1i9edq .x7r6qy { padding: 0; flex: 0 0 auto; gap: 6px; }
.f1i9edq .fj9y6mn6 { display: none; }
.f1i9edq .a99rx { gap: 8px; }
.f1i9edq .y6s1a, .f1i9edq .o0dd8g { padding: 8px; }
@media (max-width: 480px) {
  .laywfvy { flex-direction: column; align-items: stretch; }
}

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

/* ── LAYOUT 6: scorecard — big score centerpiece ──────────────────────────── */
.b5s3xh1 {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: center;
  border-bottom: 1px solid var(--border-alt);
}
.eclet0t {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 20px; text-align: center;
}
.c9ls {
  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;
}
.jqfyoxlt { font-size: 1.8rem; font-weight: 800; color: var(--accent); line-height: 1; }
.jqfyoxlt .qdku6tk { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.c9ls .a5tzdcg8 { font-size: .75rem; margin-top: 2px; }
.e0oe { padding: 12px; display: flex; align-items: center; flex: 1; }
.e0oe .ni5h { width: 100%; }
.l185a {
  padding: 0; border-bottom: 1px solid var(--border-alt);
}
.uou4xba .zvdhs {
  display: flex; flex-wrap: wrap;
}
.uou4xba .x7r6qy {
  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;
}
.uou4xba .x7r6qy:last-child { border-right: none; }
.uou4xba .wuym { font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; }
.uou4xba .fj9y6mn6 { background: var(--accent-bg); }
.mauwx64m { padding: 16px 20px; display: flex; flex-direction: column; gap: 14px; }
@media (max-width: 720px) {
  .b5s3xh1 { grid-template-columns: 1fr; }
  .c9ls { width: 100px; height: 100px; margin: 16px auto; }
  .jqfyoxlt { font-size: 1.4rem; }
  .e0oe { justify-content: center; }
  .uou4xba .x7r6qy { min-width: 50%; }
}

/* ── LAYOUT 7: stack — vertical full-width flow ──────────────────────────── */
.rexgop {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.pxiv0b { max-height: 240px; overflow: hidden; border-bottom: 1px solid var(--border-alt); }
.pxiv0b img { width: 100%; display: block; object-fit: cover; }
.viuqub { padding: 16px 24px; border-bottom: 1px solid var(--border-alt); }
.whmi3mlg .zvdhs {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.whmi3mlg .x7r6qy {
  background: var(--surface); border: 1px solid var(--border-alt);
  border-radius: 20px; padding: 6px 14px; gap: 8px;
}
.whmi3mlg .fj9y6mn6 {
  background: var(--accent-bg); border-color: var(--accent-pale);
}
.whmi3mlg .a99rx { margin: 0 24px; padding-top: 16px; }
.whmi3mlg .pjfsgzur { padding: 0 24px; }
.ee2x0 { padding: 16px 24px; border-top: 1px solid var(--border-alt); text-align: center; }
.ee2x0 .rcqkmj { display: inline-block; }
@media (max-width: 540px) {
  .rexgop { flex-wrap: wrap; padding: 14px 16px; }
  .viuqub { padding: 12px 16px; }
  .whmi3mlg .a99rx { margin: 0 16px; }
  .whmi3mlg .pjfsgzur { padding: 0 16px; }
  .ee2x0 { padding: 12px 16px; }
}


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

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

/* ranked: accent-pill значення + uppercase лейбли (нумерація — через cs_rank) */
.ckfjot51 .y305m {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.ckfjot51 .trahtfhm {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.ckfjot51 .u5r50gy { color: var(--accent); }
.ckfjot51 .siwcu { background: var(--accent-bg); }
.ckfjot51 .p22cvk8r, .ckfjot51 .zlya3b, .ckfjot51 .fe0w1a {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}

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

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

/* compact: менші відступи всюди */
.fyf0fe .k6hniqm { padding: 8px 14px; gap: 12px; }
.fyf0fe .cw96du3 { height: 32px; min-width: 52px; }
.fyf0fe .eg2okld { max-height: 24px; }
.fyf0fe .r734xc { font-size: 0.82rem; }
.fyf0fe .siwcu { padding: 14px 18px; gap: 14px; }
.fyf0fe .pl38v { padding: 14px 18px; }
.fyf0fe .edzgqj { width: 70px; }
.fyf0fe .gp8ltqfx h3 { font-size: 1.05rem; }

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

/* bordered: таблиця з усіма рамками */
.xv1vpa .enwej7zu {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.xv1vpa .k6hniqm {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.xv1vpa .k6hniqm:last-child { border-bottom: none; }
/* вертикальні межі між колонками */
.xv1vpa .u5r50gy,
.xv1vpa .iom2sxt4,
.xv1vpa .izyu { border-left: 1px solid var(--border); padding-left: 10px; }
.xv1vpa .r734xc { padding: 0 10px; }

/* ── cs_cols: feature — бонус-колонка виділена як головна ──────────────────*/
.hhx6p .iom2sxt4 { flex: 1.8; }
.hhx6p .iom2sxt4 .trahtfhm {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.hhx6p .iom2sxt4 .y305m { font-weight: 700; color: var(--text-primary); }
.hhx6p .tl0l0t9,
.hhx6p .ed0wbh,
.hhx6p .rm79vav { flex: 0.75; opacity: 0.65; }

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

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

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

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

/* score в оглядах — ховаємо зірки */
.kcn5e .q64o .a5tzdcg8,
.kze5c4 .q64o .a5tzdcg8,
.lnnqix .q64o .a5tzdcg8 { display: none; }

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

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

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

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

/* ── Sections ────────────────────────────────────────────────────────────────*/
.c4wu { margin-bottom: 0; }
.bpay98d h2.y1n7ywvb { color: var(--accent-light); border-color: var(--accent); }
.c6x7gf3i h2.y1n7ywvb { color: var(--accent-light); border-color: var(--accent); }

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

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

/* vivid: смарагд / рожевий / фіолетовий */
.rmrtud47 .ouy1     { background: #052e16; border-color: #10b981; }
.rmrtud47 .pm0bmn9 { background: #2d0a1e; border-color: #f43f5e; }
.rmrtud47 .mn48zt6x    { background: #1e1036; border-color: #a855f7; }
.rmrtud47 .hssk6c67 strong  { color: #f1f5f9; }
.rmrtud47 .hssk6c67 p       { color: #cbd5e1; }
.rmrtud47 .aa9lwp7n    .ouy1     .mmkqz30::before,
.rmrtud47 .srpx7k  .ouy1     .mmkqz30::before,
.rmrtud47 .xezaew  .ouy1     .mmkqz30::before,
.rmrtud47 .ums67 .ouy1     .mmkqz30::before { color: #10b981; }
.rmrtud47 .aa9lwp7n    .pm0bmn9 .mmkqz30::before,
.rmrtud47 .srpx7k  .pm0bmn9 .mmkqz30::before,
.rmrtud47 .xezaew  .pm0bmn9 .mmkqz30::before,
.rmrtud47 .ums67 .pm0bmn9 .mmkqz30::before { color: #f43f5e; }
.rmrtud47 .aa9lwp7n    .mn48zt6x    .mmkqz30::before,
.rmrtud47 .srpx7k  .mn48zt6x    .mmkqz30::before,
.rmrtud47 .xezaew  .mn48zt6x    .mmkqz30::before,
.rmrtud47 .ums67 .mn48zt6x    .mmkqz30::before { color: #a855f7; }

/* warm: жовтий / червоний / помаранчевий */
.hqafrud .ouy1     { background: #2d2000; border-color: #eab308; }
.hqafrud .pm0bmn9 { background: #2d0b0b; border-color: #ef4444; }
.hqafrud .mn48zt6x    { background: #2d1600; border-color: #f97316; }
.hqafrud .hssk6c67 strong  { color: #f1f5f9; }
.hqafrud .hssk6c67 p       { color: #cbd5e1; }
.hqafrud .aa9lwp7n    .ouy1     .mmkqz30::before,
.hqafrud .srpx7k  .ouy1     .mmkqz30::before,
.hqafrud .xezaew  .ouy1     .mmkqz30::before,
.hqafrud .ums67 .ouy1     .mmkqz30::before { color: #eab308; }
.hqafrud .aa9lwp7n    .pm0bmn9 .mmkqz30::before,
.hqafrud .srpx7k  .pm0bmn9 .mmkqz30::before,
.hqafrud .xezaew  .pm0bmn9 .mmkqz30::before,
.hqafrud .ums67 .pm0bmn9 .mmkqz30::before { color: #ef4444; }
.hqafrud .aa9lwp7n    .mn48zt6x    .mmkqz30::before,
.hqafrud .srpx7k  .mn48zt6x    .mmkqz30::before,
.hqafrud .xezaew  .mn48zt6x    .mmkqz30::before,
.hqafrud .ums67 .mn48zt6x    .mmkqz30::before { color: #f97316; }

/* cool: блакитний / індиго / бірюзовий */
.tvd6 .ouy1     { background: #0c1a2e; border-color: #38bdf8; }
.tvd6 .pm0bmn9 { background: #12103a; border-color: #818cf8; }
.tvd6 .mn48zt6x    { background: #0a2020; border-color: #2dd4bf; }
.tvd6 .hssk6c67 strong  { color: #f1f5f9; }
.tvd6 .hssk6c67 p       { color: #cbd5e1; }
.tvd6 .aa9lwp7n    .ouy1     .mmkqz30::before,
.tvd6 .srpx7k  .ouy1     .mmkqz30::before,
.tvd6 .xezaew  .ouy1     .mmkqz30::before,
.tvd6 .ums67 .ouy1     .mmkqz30::before { color: #38bdf8; }
.tvd6 .aa9lwp7n    .pm0bmn9 .mmkqz30::before,
.tvd6 .srpx7k  .pm0bmn9 .mmkqz30::before,
.tvd6 .xezaew  .pm0bmn9 .mmkqz30::before,
.tvd6 .ums67 .pm0bmn9 .mmkqz30::before { color: #818cf8; }
.tvd6 .aa9lwp7n    .mn48zt6x    .mmkqz30::before,
.tvd6 .srpx7k  .mn48zt6x    .mmkqz30::before,
.tvd6 .xezaew  .mn48zt6x    .mmkqz30::before,
.tvd6 .ums67 .mn48zt6x    .mmkqz30::before { color: #2dd4bf; }

/* accent: використовує динамічний акцент */
.bwo9 .ouy1     { background: var(--accent-bg); border-color: var(--accent); }
.bwo9 .pm0bmn9 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.bwo9 .mn48zt6x    { background: var(--accent-bg); border-color: var(--accent-pale); }
.bwo9 .aa9lwp7n    .mmkqz30::before,
.bwo9 .srpx7k  .mmkqz30::before,
.bwo9 .xezaew  .mmkqz30::before,
.bwo9 .ums67 .mmkqz30::before { color: var(--accent-light) !important; }

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

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

/* classic — фіксовані контрастні кольори незалежно від акценту */
.puaxq .y6s1a ul li,
.puaxq .j3n2o5c li         { color: #4ade80; }
.puaxq .y6s1a .mz0kg3o2 { color: #22c55e; }
.puaxq .o0dd8g ul li,
.puaxq .nlky li         { color: #f87171; }
.puaxq .o0dd8g .cvhtg { color: #ef4444; }

/* blue: синій pros / amber cons */
.pa8cl .y6s1a { background: #0c1a2e; }
.pa8cl .o0dd8g { background: #2d1f00; }
.pa8cl .y6s1a .mz0kg3o2 { color: #93c5fd; }
.pa8cl .o0dd8g .cvhtg { color: #fcd34d; }
.pa8cl .y6s1a ul li,
.pa8cl .j3n2o5c li            { color: #bfdbfe; }
.pa8cl .o0dd8g ul li,
.pa8cl .nlky li            { color: #fde68a; }

/* accent: label акцентний, текст завжди читабельний */
.dkw5 .y6s1a { background: var(--accent-bg); }
.dkw5 .o0dd8g { background: var(--accent-bg-light); }
.dkw5 .y6s1a .mz0kg3o2 { color: var(--accent-pale); }
.dkw5 .o0dd8g .cvhtg { color: var(--accent-light); }
.dkw5 .y6s1a ul li,
.dkw5 .j3n2o5c li          { color: var(--text-body); }
.dkw5 .o0dd8g ul li,
.dkw5 .nlky li          { color: var(--text-body); }

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

/* check: ✓ / ✗ */
.accwz .mz0kg3o2::before { content: "✓ "; }
.accwz .cvhtg::before { content: "✗ "; }

/* arrows: → / ← */
.u9eal .mz0kg3o2::before { content: "→ "; }
.u9eal .cvhtg::before { content: "← "; }

/* marks: ★ / ✕ */
.fx3f3n .mz0kg3o2::before { content: "★ "; }
.fx3f3n .cvhtg::before { content: "✕ "; }

/* geo: ◆ / ▲ */
.flp8pw0 .mz0kg3o2::before { content: "◆ "; }
.flp8pw0 .cvhtg::before { content: "▲ "; }

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

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

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

/* topbar: смуга зверху */
.z4zj .hssk6c67 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.z4zj .ouy1     { border-top-color: var(--c-tip-border); }
.z4zj .pm0bmn9 { border-top-color: var(--c-warn-border); }
.z4zj .mn48zt6x    { border-top-color: #60a5fa; }

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

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

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

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

.aa9lwp7n .mmkqz30,
.srpx7k .mmkqz30,
.xezaew .mmkqz30,
.ums67 .mmkqz30 { font-size: 0; width: 1.1rem; flex-shrink: 0; }

.aa9lwp7n .mmkqz30::before,
.srpx7k .mmkqz30::before,
.xezaew .mmkqz30::before,
.ums67 .mmkqz30::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}

/* geo: ✦ ▲ ◉ */
.aa9lwp7n .ouy1     .mmkqz30::before { content: "✦"; color: var(--c-tip-border); }
.aa9lwp7n .pm0bmn9 .mmkqz30::before { content: "▲"; color: var(--c-warn-border); }
.aa9lwp7n .mn48zt6x    .mmkqz30::before { content: "◉"; color: #60a5fa; }

/* marks: ★ ◆ ● */
.srpx7k .ouy1     .mmkqz30::before { content: "★"; color: var(--c-tip-border); }
.srpx7k .pm0bmn9 .mmkqz30::before { content: "◆"; color: var(--c-warn-border); }
.srpx7k .mn48zt6x    .mmkqz30::before { content: "●"; color: #60a5fa; }

/* sharp: ▶ ■ ▸ */
.xezaew .ouy1     .mmkqz30::before { content: "▶"; color: var(--c-tip-border); }
.xezaew .pm0bmn9 .mmkqz30::before { content: "■"; color: var(--c-warn-border); }
.xezaew .mn48zt6x    .mmkqz30::before { content: "▸"; color: #60a5fa; }

/* arrows: → ⬥ ◈ */
.ums67 .ouy1     .mmkqz30::before { content: "→"; color: var(--c-tip-border); }
.ums67 .pm0bmn9 .mmkqz30::before { content: "⬥"; color: var(--c-warn-border); }
.ums67 .mn48zt6x    .mmkqz30::before { content: "◈"; color: #60a5fa; }

/* ── shadow variant ──────────────────────────────────────────────────────────*/
.s5pt8 .e63j9 .cjgy4,
.s5pt8 .zc03pm .cjgy4  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.s5pt8 .kruver8                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.s5pt8 .k6hniqm                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.s5pt8 .iygodzd            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.s5pt8 .k8rncv          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.s5pt8 .u1fika2t                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }

/* shadow-none: скидаємо будь-які тіні */
.tcmi .e63j9 .cjgy4,
.tcmi .zc03pm .cjgy4,
.tcmi .kruver8,
.tcmi .k6hniqm,
.tcmi .iygodzd,
.tcmi .k8rncv,
.tcmi .u1fika2t,
.tcmi .vset8xa6 .hssk6c67 { box-shadow: none; }

/* ── text_size variants ──────────────────────────────────────────────────────*/
.hf02u   body, .hf02u   { font-size: 0.9rem; }
.hf02u   .t7je1, .hf02u .irv9woc3, .hf02u .hyt5jz,
.hf02u   .lvh3nq, .hf02u .gc4qgbcc { font-size: 0.9rem; }
.hf02u   .bfuo, .hf02u .ojrwth { font-size: 0.9rem; }

.tm0g7   .t7je1, .tm0g7 .irv9woc3, .tm0g7 .hyt5jz,
.tm0g7   .lvh3nq, .tm0g7 .gc4qgbcc { font-size: 0.9rem; }
.tm0g7   .bfuo, .tm0g7 .ojrwth { font-size: 0.9rem; }

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

.pr5n2o   .t7je1, .pr5n2o .irv9woc3, .pr5n2o .hyt5jz,
.pr5n2o   .lvh3nq, .pr5n2o .gc4qgbcc { font-size: 1.08rem; }
.pr5n2o   .bfuo, .pr5n2o .ojrwth { font-size: 1.05rem; }
.pr5n2o   .qndtp { font-size: 0.97rem; }

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

/* large */
.xjt7cu .movm      { font-size: 3.2rem; }
.xjt7cu h2.y1n7ywvb { font-size: 1.9rem; }
.xjt7cu h3.zt21     { font-size: 1.4rem; }

/* display */
.nyyz .movm      { font-size: 3.8rem; }
.nyyz h2.y1n7ywvb { font-size: 2.2rem; }
.nyyz h3.zt21     { font-size: 1.6rem; }

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

/* Спільна база: abs-позиція на межі між секціями */
.cf1bi2x   .c4wu + .c4wu::before,
.raj269nd  .c4wu + .c4wu::before,
.jqdtbc   .c4wu + .c4wu::before,
.fdrmex   .c4wu + .c4wu::before,
.otxq   .c4wu + .c4wu::before,
.t473xv .c4wu + .c4wu::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}

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

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

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

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

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

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

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

/* section_bg=stripe: парні секції мають bg-card */
.ffwhy6y .gi7ezj .c4wu:nth-child(even)::before,
.ffwhy6y .yhjr .c4wu:nth-child(even)::before,
.ffwhy6y .ne0wi .c4wu:nth-child(even)::before { background: var(--bg-card); }

/* wave-a: плавна S-хвиля (1 гребінь) */
.gi7ezj .c4wu + .c4wu::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 гребені */
.yhjr .c4wu + .c4wu::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: глибока дуга */
.ne0wi .c4wu + .c4wu::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 у формі хвилі */
.jjzm .nkq8wm,
.yxnx .nkq8wm,
.x88b .nkq8wm { overflow: hidden; }

/* wave: додатковий простір щоб хвиля не закривала CTA */
.jjzm .gdndsz,
.yxnx .gdndsz { margin-bottom: 60px; }
.x88b .gdndsz { margin-bottom: 70px; }
.jjzm .y9kh,
.yxnx .y9kh { padding-bottom: 60px; }
.x88b .y9kh { padding-bottom: 70px; }

.jjzm .nkq8wm::before,
.yxnx .nkq8wm::before,
.x88b .nkq8wm::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 гребінь) */
.jjzm .nkq8wm::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 гребені */
.yxnx .nkq8wm::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: глибока дуга */
.x88b .nkq8wm::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 */
.bn667hv3 .r0c2j9 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }
.f1w7 .r0c2j9 { background: linear-gradient(45deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.65) 100%); }
.eau6axk  .r0c2j9 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }
.gcrzam  .r0c2j9 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }

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

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

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

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


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

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

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

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

/* Великі блочні елементи — clear float щоб не стискались */
.sp1e8dx7 .y4l0,
.sp1e8dx7 .enwej7zu,
.s28kt .y4l0,
.s28kt .enwej7zu,
.dlukz .y4l0,
.dlukz .enwej7zu { clear: both; }

/* Маркери списків не мають налазити на float-картинку */
.sp1e8dx7 .bfuo,
.sp1e8dx7 .ojrwth,
.s28kt .bfuo,
.s28kt .ojrwth,
.dlukz .bfuo,
.dlukz .ojrwth { overflow: hidden; }


@media (max-width: 640px) {
  .sp1e8dx7 .wp4yx3jv,
  .s28kt .wp4yx3jv,
  .dlukz .wp4yx3jv { float: none; width: 100%; margin: 0 0 16px 0; }
}

/* ── content_width: ширина контентного контейнера ───────────────────────────*/
/* default = 1000px (задано в .l029, .nwd6gk95, .hnue37b) */
.lpd4d .l029,
.lpd4d .nwd6gk95,
.lpd4d .hnue37b  { max-width: 1100px; }
.jan9dsz0 .l029,
.jan9dsz0 .nwd6gk95,
.jan9dsz0 .hnue37b  { max-width: 1200px; }
.np35b0u .l029,
.np35b0u .nwd6gk95,
.np35b0u .hnue37b  { max-width: 1320px; }

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

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

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

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

/* content-width: above — обидва класи на <body>, тому без пробілу */
.lpd4d.vw7j .esvg6 { max-width: 1100px; }
.jan9dsz0.vw7j .esvg6 { max-width: 1200px; }
.np35b0u.vw7j .esvg6 { max-width: 1320px; }
/* float — bc-float-wrap окремий елемент, тому з пробілом */
.lpd4d .sr6cgwo { max-width: 1100px; }
.jan9dsz0 .sr6cgwo { max-width: 1200px; }
.np35b0u .sr6cgwo { max-width: 1320px; }

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

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

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

/* ── font_weight: жирність тексту ────────────────────────────────────────────*/
/* fw-300: тонкий */
.x3s86k { font-weight: 300; }
.x3s86k h2.y1n7ywvb { font-weight: 600; }
.x3s86k h3.zt21     { font-weight: 600; }
/* fw-400: default — без override */
/* fw-500: medium */
.a3k5 { font-weight: 500; }
.a3k5 h2.y1n7ywvb { font-weight: 800; }
.a3k5 h3.zt21     { font-weight: 700; }
/* fw-600: semibold */
.vaep { font-weight: 600; }
.vaep h2.y1n7ywvb { font-weight: 900; }
.vaep h3.zt21     { font-weight: 800; }
.vaep .hssk6c67 strong,
.vaep .irv9woc3,
.vaep .lvh3nq { font-weight: 600; }

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

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

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

/* minimal */
.wopfdf .hnue37b { text-align: center; }
.wopfdf .ev9crire { justify-content: center; margin-bottom: 16px; }
.wopfdf .yb6gizh { margin-top: 0; }

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

/* mobile footer */
@media (max-width: 640px) {
  .hnue37b { padding-left: 16px; padding-right: 16px; }
  .wo97f .hnue37b { padding: 20px 16px; }
  .ev9crire { gap: 4px 12px; }
  .yb6gizh { font-size: 0.78rem; }
}


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


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

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

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

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

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

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

/* dark: завжди темний, незалежно від теми */
.f2fpho .b1ln6l5t      { background: #0d1117; border-bottom-color: #21262d; }
.f2fpho .x7hrr { color: var(--accent-light); }
.f2fpho .uboe4i0k { --msep-color: #8b949e; }
.f2fpho .uboe4i0k a { color: #8b949e; }
.f2fpho .uboe4i0k a:hover { color: var(--accent-light); }
.f2fpho .nexpggn8 { color: #8b949e; }
.f2fpho .cbku540 { background: #0d1117; border-top-color: #21262d; }
.f2fpho .yb6gizh,
.f2fpho .lb4tid { color: #6e7681; }
.f2fpho .d9j0 a, .f2fpho .ev9crire a,
.f2fpho .fl3cpn1 a, .f2fpho .n3pk1d a,
.f2fpho .lbgcmi a, .f2fpho .g47mv5 { color: #8b949e; }
.f2fpho .d9j0 a:hover, .f2fpho .ev9crire a:hover,
.f2fpho .fl3cpn1 a:hover, .f2fpho .n3pk1d a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .f2fpho .uboe4i0k { background: #0d1117; border-top-color: #21262d; }
  .f2fpho .uboe4i0k li a { border-bottom-color: #21262d; }
}

/* light: завжди світлий */
.zvu8eb84 .b1ln6l5t      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.zvu8eb84 .x7hrr { color: var(--accent); }
.zvu8eb84 .uboe4i0k { --msep-color: #475569; }
.zvu8eb84 .uboe4i0k a { color: #475569; }
.zvu8eb84 .uboe4i0k a:hover { color: var(--accent); }
.zvu8eb84 .nexpggn8 { color: #64748b; }
.zvu8eb84 .cbku540 { background: #f0f4f8; border-top-color: #cbd5e1; }
.zvu8eb84 .yb6gizh,
.zvu8eb84 .lb4tid { color: #64748b; }
.zvu8eb84 .d9j0 a, .zvu8eb84 .ev9crire a,
.zvu8eb84 .fl3cpn1 a, .zvu8eb84 .n3pk1d a,
.zvu8eb84 .lbgcmi a, .zvu8eb84 .g47mv5 { color: #374151; }
.zvu8eb84 .d9j0 a:hover, .zvu8eb84 .ev9crire a:hover,
.zvu8eb84 .fl3cpn1 a:hover, .zvu8eb84 .n3pk1d a:hover { color: var(--accent); }
@media (max-width: 640px) {
  .zvu8eb84 .uboe4i0k { background: #f0f4f8; border-top-color: #cbd5e1; }
  .zvu8eb84 .uboe4i0k li a { border-bottom-color: #cbd5e1; color: #475569; }
}

/* accent: кольоровий акцентний фон */
.w8s36z .b1ln6l5t      { background: var(--accent); border-bottom-color: var(--accent-light); }
.w8s36z .x7hrr { color: #fff; }
.w8s36z .uboe4i0k { --msep-color: rgba(255,255,255,0.82); }
.w8s36z .uboe4i0k a { color: rgba(255,255,255,0.82); }
.w8s36z .uboe4i0k a:hover { color: #fff; }
.w8s36z .nexpggn8 { color: rgba(255,255,255,0.9); }
.w8s36z .cbku540 { background: var(--accent); border-top-color: var(--accent-light); }
.w8s36z .yb6gizh,
.w8s36z .lb4tid { color: rgba(255,255,255,0.72); }
.w8s36z .d9j0 a, .w8s36z .ev9crire a,
.w8s36z .fl3cpn1 a, .w8s36z .n3pk1d a,
.w8s36z .lbgcmi a, .w8s36z .g47mv5 { color: rgba(255,255,255,0.82); }
.w8s36z .d9j0 a:hover, .w8s36z .ev9crire a:hover,
.w8s36z .fl3cpn1 a:hover, .w8s36z .n3pk1d a:hover { color: #fff; }
@media (max-width: 640px) {
  .w8s36z .uboe4i0k { background: var(--accent); border-top-color: var(--accent-light); }
  .w8s36z .uboe4i0k li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}

/* glass: напівпрозорий з blur */
.pol9 .b1ln6l5t {
  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);
}
.pol9 .cbku540 {
  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) {
  .pol9 .uboe4i0k {
    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 */
.yiigui .htf39x { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.wnoqi .htf39x { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.sv9oshzb .htf39x { min-height: 72px; height: auto; }
.v4ztml .htf39x { min-height: 84px; height: auto; }

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

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


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

/* ── nav_logo_bg: фон на wrap-блоці (не на img) ─────────────────────────────*/
/* none = без фону (default) */
.bd08s, .tducn9kj {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ubnt4sd .bd08s,
.ubnt4sd .tducn9kj { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.eu50o11 .bd08s,
.eu50o11 .tducn9kj { 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; }
.ijgplag .bd08s,
.ijgplag .tducn9kj { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.x0qthys .bd08s,
.x0qthys .tducn9kj { 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 */
.xi0io   .uboe4i0k a { font-weight: 500; }
.f7j66z5 .uboe4i0k a { font-weight: 600; }
.v0pyg1o9     .uboe4i0k a { font-weight: 700; }
.lucd    .uboe4i0k a { font-weight: 800; letter-spacing: 0.01em; }

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

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

  /* ховаємо ☰ символ і центруємо кнопку */
  .l0po .nexpggn8,
  .quhw .nexpggn8,
  .xa7x0hy .nexpggn8,
  .mypa9j .nexpggn8,
  .kmd1gcm .nexpggn8 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  /* базовий ::before */
  .l0po .nexpggn8::before,
  .quhw .nexpggn8::before,
  .xa7x0hy .nexpggn8::before,
  .mypa9j .nexpggn8::before,
  .kmd1gcm .nexpggn8::before { content: ""; display: block; flex-shrink: 0; }

  /* 2 лінії: повна + 68% */
  .l0po .nexpggn8::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 лінії рівні */
  .quhw .nexpggn8::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% */
  .xa7x0hy .nexpggn8::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% */
  .mypa9j .nexpggn8::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% */
  .kmd1gcm .nexpggn8::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) {
  .jbdxa8 .nexpggn8 {
    padding: 5px 14px;
  }
  .jbdxa8 .uboe4i0k {
    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;
  }
  .jbdxa8 .uboe4i0k li a {
    border-bottom: none; padding: 10px 22px;
  }
  .jbdxa8 .uboe4i0k li a:hover { background: var(--bg-raised); }
}

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

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

/* overlay: повноекранне меню ───────────────────────────────────────────── */
@media (max-width: 640px) {
  .otkvbkv .nexpggn8 {
    padding: 5px 10px;
  }
  .otkvbkv .uboe4i0k {
    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;
  }
  .otkvbkv .uboe4i0k.cc6lgvi { opacity: 1; pointer-events: auto; }
  .otkvbkv .uboe4i0k 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) {
  .dljw     .nexpggn8 { border-radius: 0 !important; }
  .artg4   .nexpggn8 { border-radius: 8px !important; }
  .x242xue .nexpggn8 { border-radius: 50% !important; }
  .hhrf4hq   .nexpggn8 { border-radius: 999px !important; }
}

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

/* ── star_style: вигляд зірок (showcase + review) ───────────────────────────*/
/* default = accent color (задано в базових стилях .u5r50gy / .a5tzdcg8) */
.jtno    .u5r50gy, .jtno    .a5tzdcg8 { color: #f59e0b; }
.qd31xr5      .u5r50gy { font-size: 1rem; letter-spacing: 1.5px; }
.qd31xr5      .a5tzdcg8   { font-size: 1.35rem; }
.h3nm9mxr    .u5r50gy, .h3nm9mxr    .a5tzdcg8 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.gno8mt     .u5r50gy, .gno8mt     .a5tzdcg8 { color: var(--accent); letter-spacing: 3px; font-size: 0.7rem; }
.uqizk .u5r50gy, .uqizk .a5tzdcg8 { color: var(--accent); letter-spacing: 2px; }
.zhvon7kl   .u5r50gy, .zhvon7kl   .a5tzdcg8 { color: #e91e63; letter-spacing: 2px; }
.xsc5  .u5r50gy, .xsc5  .a5tzdcg8 { color: var(--accent); letter-spacing: 2px; font-size: 0.65rem; }
.bbh7m     .u5r50gy, .bbh7m     .a5tzdcg8 { color: var(--accent); letter-spacing: 2px; font-size: 0.7rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* ── color scheme ── */
:root {
  --accent:          #9dabd1;
  --accent-light:    #b8c6ee;
  --accent-pale:     #d1dcff;
  --grad-start:      #344263;
  --grad-end:        #6e7ca0;
  --bg-page: #0d0e12;
  --bg-surface: #0d0e12;
  --bg-card: #121318;
  --bg-card-inner: #17191f;
  --bg-raised: #1d1f26;
  --bg-hover: #23262e;
  --border: #454850;
  --border-alt: #73757f;
  --border-section: #454850;
  --text-primary: #e4e5f0;
  --text-muted: #a9aab5;
  --text-body: #c7c6cb;
  --text-sub: #9e9da3;
  --text-faint: #6a6a6f;
  --text-dim: #515257;
  --text-label: #838388;
  --text-value: #b9b8be;
  --accent-bg:       #223050;
  --accent-bg-light: #2d3b5b;
  --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: 72%; }

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

.dw8ny .mmkqz30 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.dw8ny .mmkqz30::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.dw8ny .ouy1     .mmkqz30::before { content: "";  color: var(--c-tip-border); }.dw8ny .pm0bmn9 .mmkqz30::before { content: ""; color: var(--c-warn-border); }.dw8ny .mn48zt6x    .mmkqz30::before { content: ""; color: #60a5fa; }.rmrtud47 .dw8ny .ouy1     .mmkqz30::before { color: #10b981; }.rmrtud47 .dw8ny .pm0bmn9 .mmkqz30::before { color: #f43f5e; }.rmrtud47 .dw8ny .mn48zt6x    .mmkqz30::before { color: #a855f7; }.hqafrud  .dw8ny .ouy1     .mmkqz30::before { color: #eab308; }.hqafrud  .dw8ny .pm0bmn9 .mmkqz30::before { color: #ef4444; }.hqafrud  .dw8ny .mn48zt6x    .mmkqz30::before { color: #f97316; }.tvd6  .dw8ny .ouy1     .mmkqz30::before { color: #38bdf8; }.tvd6  .dw8ny .pm0bmn9 .mmkqz30::before { color: #818cf8; }.tvd6  .dw8ny .mn48zt6x    .mmkqz30::before { color: #2dd4bf; }.bwo9 .dw8ny .mmkqz30::before { color: var(--accent-light) !important; }

.gxszflq .gi002d, .gxszflq .x8xoq { min-height: 420px; }

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

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