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

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

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

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

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

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

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

.g9d07 .vdc94zo {
  background: none;
}
.g9d07 .dt5oh { color: #fff; }
.g9d07 .k6zp { color: rgba(255,255,255,0.85); }

/* ── Hero anim: split layouts ─────────────────────────────────────────────── */
.ybqat .cbvn { position: relative; overflow: hidden; }
.ybqat .cbvn::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;
}
.plkg .cbvn {
  animation: hg-breathe 7s ease-in-out infinite;
}
.ougtr .cbvn { position: relative; overflow: hidden; }
.ougtr .cbvn::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;
}
.bvx3 .cbvn { position: relative; overflow: hidden; }
.bvx3 .cbvn::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;
}
.n2y9 .cbvn {
  animation: hg-fadein 1.2s ease-out both;
}


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

/* Split alignment — всередині text-колонки */
.cbvn.bye9bk .ih7hukuw { align-items: center; text-align: center; }
.cbvn.ctrlp0   .ih7hukuw { align-items: flex-start; text-align: left; }

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


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

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

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

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

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

/* ── Hero: split-cards ────────────────────────────────────────────────────── */
.aqcxm .ni08nyy {
  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);
}
.zcxuq {
  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;
}
.zcxuq:last-child { border-bottom: none; }
.zcxuq:hover { background: rgba(255,255,255,0.14); }
.y342wuuu { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1; }
.x8nvkj { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.xxue { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.le5icw3 { font-weight: 700; font-size: 0.95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.px66b { font-size: 0.82rem; color: rgba(255,255,255,0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vc11ad5t { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.lkc435dc { font-weight: 800; font-size: 1.3rem; color: var(--accent-pale); }
.lkc435dc small { font-size: 0.7rem; font-weight: 500; opacity: 0.6; }
.oavpz6x { font-size: 0.8rem; padding: 6px 14px; white-space: nowrap; }

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

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

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

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


@media (max-width: 700px) {
  .cbvn { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .cbvn .ea1vli { display: none !important; }
  .qh07 .ea1vli { display: none !important; }
  .aqcxm .ni08nyy { display: none !important; }
  .jnasolm8 .etc2ol { display: none !important; }
  .ih7hukuw  { padding: 36px 24px; }
  /* cap hero height variants on mobile */
  .kbrlsaw, .cbvn { min-height: 320px !important; }
  /* reduce oversized headings on mobile */
  .dt5oh { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  /* cards-top: hide on mobile */
  .j2h06rg { display: none !important; }
  /* numbered: stack */
  .yhin0 { flex-direction: column; align-items: center; }
  .fy8vmfa { width: 100%; max-width: 340px; }
}

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

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

/* rounded */
.fb60j .i84sa        { border-radius: 16px; }
.fb60j .e8lfb4  { border-radius: 16px; }

/* shadow */
.k0v8yo .i84sa         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.k0v8yo .e8lfb4   { border-radius: 8px; }


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

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

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

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

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

.m3j04 .x2br88n:nth-child(even) .lovl5341 .pxkdy:nth-child(odd),
.gts6eu .x2br88n:nth-child(even) .lovl5341 .pxkdy:nth-child(odd)  { background: var(--bg-card); }
.m3j04 .x2br88n:nth-child(even) .lovl5341 .pxkdy:nth-child(even),
.gts6eu .x2br88n:nth-child(even) .lovl5341 .pxkdy:nth-child(even) { background: var(--bg-card-inner); }

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

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

/* bar: ліва кольорова смуга */
.pskiuql h2.l47g {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
/* underline: підкреслення знизу */
.ahobzhtj h2.l47g {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
/* overline: тонка лінія зверху */
.h1o0l h2.l47g {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
/* dot: маленька кольорова крапка перед заголовком */
.rqr8 h2.l47g::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
/* plain: просто жирний текст, без декорацій */
.jxij61 h2.l47g {
  color: var(--text-primary); font-size: 1.7rem;
}
/* slash: коса риска акцентного кольору перед текстом */
.w29may1c h2.l47g::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
/* caps: великі літери, розріджений трекінг, тонка нижня лінія */
.z11tg h2.l47g {
  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 ──────────────────────────────────────────────────────*/
.dh2e { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .dh2e { display: none; } }
.vgc4gl {
  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;
}
.dc8b2a { margin-right: 8px; color: var(--c-arrow); }
.broo { font-size: 1rem; color: var(--text-muted); margin: 8px 0 20px; }
.pmx0m { font-size: 1rem; color: var(--text-muted); margin: 24px 0 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* plain: простий текст */
.g8c7idw .broo,
.g8c7idw .pmx0m,
.g8c7idw .mficof,
.g8c7idw .fsn9vg7 { font-style: normal; color: var(--text-body); }

/* dash: ліва вертикальна чорточка */
.nc71ulo .broo,
.nc71ulo .pmx0m {
  font-style: italic;
  border-left: 3px solid var(--border-section); padding-left: 12px;
}
.nc71ulo .mficof,
.nc71ulo .fsn9vg7 {
  font-style: italic;
  border-left: 2px solid var(--border); padding-left: 10px;
}

/* bg: підкладка з фоном */
.ks954w0 .broo,
.ks954w0 .pmx0m,
.ks954w0 .mficof,
.ks954w0 .fsn9vg7 {
  font-style: normal;
  background: var(--bg-raised); border-radius: 6px;
  padding: 10px 14px; color: var(--text-sub);
}

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

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

.uiszo     .yh1h { list-style-type: "● "; }
.pfbl  .yh1h { list-style-type: "■ "; }
.nlog2 .yh1h { list-style-type: "◆ "; }
.yfm4z    .yh1h { list-style-type: "★ "; }

.uiszo     .lbx691 { list-style-type: "● "; }
.pfbl  .lbx691 { list-style-type: "■ "; }
.nlog2 .lbx691 { list-style-type: "◆ "; }
.yfm4z    .lbx691 { list-style-type: "★ "; }

.uiszo    .yh1h li::marker, .uiszo    .lbx691 li::marker,
.pfbl .yh1h li::marker, .pfbl .lbx691 li::marker,
.nlog2 .yh1h li::marker, .nlog2 .lbx691 li::marker,
.yfm4z   .yh1h li::marker, .yfm4z   .lbx691 li::marker {
  color: var(--accent); font-size: 0.8em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

/* pill = solid but very rounded */
.ytzy57s .ukpxgil { border-radius: 50px; }
.ytzy57s .c2tbi0  { border-radius: 50px; }
/* btn_pad */
.fsbmvz .ukpxgil { padding-left: 22px; padding-right: 22px; }
.fsbmvz .c2tbi0  { padding-left: 12px; padding-right: 12px; }
.u1g708y .ukpxgil { padding-left: 44px; padding-right: 44px; }
.u1g708y .c2tbi0  { padding-left: 24px; padding-right: 24px; }
.w3tyjvh .ukpxgil { padding-left: 56px; padding-right: 56px; }
.w3tyjvh .c2tbi0  { padding-left: 32px; padding-right: 32px; }

/* ── btn_icon: SVG-іконки на .ukpxgil і .c2tbi0 (mask на currentColor) ──────*/
/* ::after — усі іконки після тексту (праворуч) */
.bjoflm47   .ukpxgil::after, .bjoflm47   .c2tbi0::after,
.boaz18 .ukpxgil::after, .boaz18 .c2tbi0::after,
.shxcllwy    .ukpxgil::after, .shxcllwy    .c2tbi0::after,
.e08pnuf    .ukpxgil::after, .e08pnuf    .c2tbi0::after,
.asrz    .ukpxgil::after, .asrz    .c2tbi0::after,
.z6pbgx8     .ukpxgil::after, .z6pbgx8     .c2tbi0::after,
.fbfa    .ukpxgil::after, .fbfa    .c2tbi0::after,
.h34fs   .ukpxgil::after, .h34fs   .c2tbi0::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 — кожна іконка */
.bjoflm47 .ukpxgil::after, .bjoflm47 .c2tbi0::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");
}
.boaz18 .ukpxgil::after, .boaz18 .c2tbi0::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");
}
.shxcllwy .ukpxgil::after, .shxcllwy .c2tbi0::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");
}
.e08pnuf .ukpxgil::after, .e08pnuf .c2tbi0::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");
}
.asrz .ukpxgil::after, .asrz .c2tbi0::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");
}
.z6pbgx8 .ukpxgil::after, .z6pbgx8 .c2tbi0::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");
}
.fbfa .ukpxgil::after, .fbfa .c2tbi0::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");
}
.h34fs .ukpxgil::after, .h34fs .c2tbi0::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 ────────*/
.b3dw9m   .r5eecc::after, .b3dw9m   .hwg1::after,
.ynyu9 .r5eecc::after, .ynyu9 .hwg1::after,
.ahx2yop    .r5eecc::after, .ahx2yop    .hwg1::after,
.pmvr9tu    .r5eecc::after, .pmvr9tu    .hwg1::after,
.jh5aixux    .r5eecc::after, .jh5aixux    .hwg1::after,
.h8esy     .r5eecc::after, .h8esy     .hwg1::after,
.okgost    .r5eecc::after, .okgost    .hwg1::after,
.dphja   .r5eecc::after, .dphja   .hwg1::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;
}
.b3dw9m .r5eecc::after, .b3dw9m .hwg1::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");
}
.ynyu9 .r5eecc::after, .ynyu9 .hwg1::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");
}
.ahx2yop .r5eecc::after, .ahx2yop .hwg1::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");
}
.pmvr9tu .r5eecc::after, .pmvr9tu .hwg1::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");
}
.jh5aixux .r5eecc::after, .jh5aixux .hwg1::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");
}
.h8esy .r5eecc::after, .h8esy .hwg1::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");
}
.okgost .r5eecc::after, .okgost .hwg1::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");
}
.dphja .r5eecc::after, .dphja .hwg1::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 ─────────────────────────────────────────────────────────*/
.nozkgp { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }


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

/* ── Casino reviews ──────────────────────────────────────────────────────────*/
.olkm8fdp {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.c4rbfb {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.uz5glsq {
  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;
}
.uz5glsq img { max-width: 80px; max-height: 50px; object-fit: contain; }
.ol3bls50 { color: var(--accent); font-weight: 700; font-size: 0.85rem; text-align: center; }
.cmgdywa8 { flex: 1; }
.cmgdywa8 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.g5two { color: var(--c-stars); font-size: 1.1rem; }
.pfqb0 { margin-bottom: 8px; }
.m880n6 { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.haft::before   { content: "★ "; color: var(--accent); }
.pxm0gu9s::before { content: "↓ "; color: var(--accent); }
.rcctf::before { content: "✦ "; color: var(--accent); }
.yxdp140 { flex-shrink: 0; }
.wbe66 img.upmoj { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.wjfw { padding: 20px 24px; }
.ne5akh4q { color: var(--text-muted); margin-bottom: 16px; }
.cgbvr6x { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.o1h1n, .v6qsoob { list-style: none; font-size: 0.9rem; }
.o1h1n li { color: var(--c-pros); margin-bottom: 4px; }
.v6qsoob li { color: var(--c-cons); margin-bottom: 4px; }
/* CSS маркери для pros/cons замість символів в HTML */
.o1h1n li::before { content: "✓"; margin-right: 5px; }
.v6qsoob li::before { content: "✗"; margin-right: 5px; }
.b8z5 .o1h1n li::before { content: "→"; }
.b8z5 .v6qsoob li::before { content: "–"; }
.lvw5jo  .o1h1n li::before { content: "★"; }
.lvw5jo  .v6qsoob li::before { content: "✕"; }
.nufl    .o1h1n li::before { content: "◆"; }
.nufl    .v6qsoob li::before { content: "▲"; }
.ykwi4le  .o1h1n li::before { content: "▶"; }
.ykwi4le  .v6qsoob li::before { content: "■"; }
.x0ymc8x { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.g3ct { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.qx114tz { background: var(--bg-pros); color: var(--c-tag-pay); }

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


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

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

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

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

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

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

/* ── Brand card (single brand, two-column hero) ─────────────────────────────*/
/* ═══════════════════════════════════════════════════════════════════════════
   BRAND CARD — shared tokens
   ═══════════════════════════════════════════════════════════════════════════ */
.cczgijh {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 12px;
  margin: 28px 0;
  overflow: hidden;
}
.re7ux5i {
  width: 100px; height: 68px;
  display: flex; align-items: center; justify-content: center;
  background: var(--surface); border-radius: 10px; padding: 8px;
  flex-shrink: 0;
}
.re7ux5i img { max-width: 100%; max-height: 100%; object-fit: contain; }
.iquabf7 { font-size: 1.15rem; font-weight: 700; color: var(--text); }
.cee6vlrf { display: flex; align-items: center; gap: 8px; }
.cee6vlrf .g5two { font-size: .95rem; }
.cee6vlrf strong { font-size: 1.1rem; color: var(--text); }
.ztwhgvht { border-radius: 8px; overflow: hidden; }
.ztwhgvht img { width: 100%; display: block; border-radius: 8px; }
.fmrfgyi { text-align: center; flex-shrink: 0; }
.zmv8rb { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; }
.rhh3x1 { font-size: .82rem; color: var(--text-muted); font-weight: 500; }
.kag5vd2 { font-size: .88rem; font-weight: 600; color: var(--text); }
.mnmx52f .kag5vd2 { font-size: 1.02rem; font-weight: 700; color: var(--accent); }
.cczgijh .u5u8b { gap: 10px; }
.cczgijh .exrub3m, .cczgijh .ic6d { padding: 12px; }
.cczgijh .exrub3m ul, .cczgijh .ic6d ul { margin: 4px 0 0; padding-left: 18px; }
.cczgijh .exrub3m li, .cczgijh .ic6d li { font-size: .85rem; margin-bottom: 3px; }
.u6mav4 { font-size: .8rem; color: var(--text-muted); margin-top: 10px; }
.u6mav4 strong { color: var(--text-secondary); }
.u6mav4 .g3ct { margin: 2px 4px 2px 0; }

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

/* ── LAYOUT 2: hero — full-width screenshot header ────────────────────────── */
.vi6mqhk1 {
  position: relative; max-height: 240px; overflow: hidden;
}
.vi6mqhk1 > img { width: 100%; display: block; object-fit: cover; min-height: 160px; }
.fivyjwbu {
  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;
}
.fivyjwbu .re7ux5i { background: rgba(255,255,255,.15); backdrop-filter: blur(8px); border-radius: 10px; }
.fivyjwbu .iquabf7 { color: #fff; font-size: 1.25rem; }
.fivyjwbu .cee6vlrf strong { color: #fff; }
.fivyjwbu .cee6vlrf .g5two { filter: brightness(1.2); }
.fivyjwbu .fmrfgyi { margin-left: auto; white-space: nowrap; }
.wrn926 { flex: 1; }
.r3i2lq {
  display: flex; align-items: center; gap: 16px; padding: 20px 24px;
  border-bottom: 1px solid var(--border-alt);
}
.r3i2lq .fmrfgyi { margin-left: auto; }
.bk3d { display: flex; flex-direction: column; gap: 16px; padding: 20px 24px; }
.bkw1z2wz .jtmpnx {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden;
}
.bkw1z2wz .zmv8rb {
  flex: 1 1 auto; min-width: 120px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
}
.bkw1z2wz .mnmx52f { flex-basis: 100%; background: var(--accent-bg); border-right: none; }
@media (max-width: 720px) {
  .fivyjwbu { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .bk3d { padding: 16px; }
  .bkw1z2wz .zmv8rb { min-width: 50%; }
}

/* ── LAYOUT 3: magazine — editorial 3-column ──────────────────────────────── */
.adni3 {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.l4wes6 { flex: 1; }
.l4wes6 .iquabf7 { font-size: 1.3rem; }
.n7l2bzo {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0;
}
.kqoey { padding: 16px; border-right: 1px solid var(--border-alt); }
.kqoey .ztwhgvht { height: 100%; }
.kqoey .ztwhgvht img { height: 100%; object-fit: cover; }
.e3qo { padding: 0; border-right: 1px solid var(--border-alt); }
.e3qo .jtmpnx { display: flex; flex-direction: column; }
.e3qo .zmv8rb { border-bottom: 1px solid var(--border-alt); }
.e3qo .mnmx52f { background: var(--accent-bg); }
.znlf { padding: 16px; }
.znlf .u5u8b { grid-template-columns: 1fr; }
.hun79ig {
  padding: 12px 24px; border-top: 1px solid var(--border-alt);
  display: flex; flex-wrap: wrap; gap: 12px;
}
@media (max-width: 860px) {
  .n7l2bzo { grid-template-columns: 1fr; }
  .kqoey { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .e3qo { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .adni3 { flex-wrap: wrap; padding: 16px; }
}

/* ── LAYOUT 4: compact — header bar → screenshot → data ──────────────────── */
.hh36yny {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 16px 20px; border-bottom: 1px solid var(--border-alt);
}
.r2kd {
  display: flex; align-items: center; gap: 12px; flex: 1;
}
.r2kd .re7ux5i { width: 72px; height: 50px; }
.r2kd .iquabf7 { font-size: 1rem; white-space: nowrap; }
.ifhz { border-bottom: 1px solid var(--border-alt); max-height: 280px; overflow: hidden; }
.ifhz img { width: 100%; display: block; object-fit: cover; }
.ndlj0 {
  display: flex; flex-direction: column; gap: 10px; padding: 14px 16px; overflow: hidden;
}
.wovsd3dk .jtmpnx { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.wovsd3dk .zmv8rb { padding: 0; flex: 0 0 auto; gap: 6px; }
.wovsd3dk .mnmx52f { display: none; }
.wovsd3dk .u5u8b { gap: 8px; }
.wovsd3dk .exrub3m, .wovsd3dk .ic6d { padding: 8px; }
@media (max-width: 480px) {
  .hh36yny { flex-direction: column; align-items: stretch; }
}

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

/* ── LAYOUT 6: scorecard — big score centerpiece ──────────────────────────── */
.y1kz4 {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: center;
  border-bottom: 1px solid var(--border-alt);
}
.xzjub {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 20px; text-align: center;
}
.ug5a {
  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;
}
.d65it { font-size: 1.8rem; font-weight: 800; color: var(--accent); line-height: 1; }
.d65it .h8ts4m1 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.ug5a .g5two { font-size: .75rem; margin-top: 2px; }
.u7k5hrr { padding: 12px; display: flex; align-items: center; flex: 1; }
.u7k5hrr .ztwhgvht { width: 100%; }
.j5nz0 {
  padding: 0; border-bottom: 1px solid var(--border-alt);
}
.wrvn1pj .jtmpnx {
  display: flex; flex-wrap: wrap;
}
.wrvn1pj .zmv8rb {
  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;
}
.wrvn1pj .zmv8rb:last-child { border-right: none; }
.wrvn1pj .rhh3x1 { font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; }
.wrvn1pj .mnmx52f { background: var(--accent-bg); }
.e5g2ksv { padding: 16px 20px; display: flex; flex-direction: column; gap: 14px; }
@media (max-width: 720px) {
  .y1kz4 { grid-template-columns: 1fr; }
  .ug5a { width: 100px; height: 100px; margin: 16px auto; }
  .d65it { font-size: 1.4rem; }
  .u7k5hrr { justify-content: center; }
  .wrvn1pj .zmv8rb { min-width: 50%; }
}

/* ── LAYOUT 7: stack — vertical full-width flow ──────────────────────────── */
.ib6rqqzc {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.d4ml { max-height: 240px; overflow: hidden; border-bottom: 1px solid var(--border-alt); }
.d4ml img { width: 100%; display: block; object-fit: cover; }
.wkwi8jmp { padding: 16px 24px; border-bottom: 1px solid var(--border-alt); }
.d0uw3 .jtmpnx {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.d0uw3 .zmv8rb {
  background: var(--surface); border: 1px solid var(--border-alt);
  border-radius: 20px; padding: 6px 14px; gap: 8px;
}
.d0uw3 .mnmx52f {
  background: var(--accent-bg); border-color: var(--accent-pale);
}
.d0uw3 .u5u8b { margin: 0 24px; padding-top: 16px; }
.d0uw3 .u6mav4 { padding: 0 24px; }
.r22u { padding: 16px 24px; border-top: 1px solid var(--border-alt); text-align: center; }
.r22u .fmrfgyi { display: inline-block; }
@media (max-width: 540px) {
  .ib6rqqzc { flex-wrap: wrap; padding: 14px 16px; }
  .wkwi8jmp { padding: 12px 16px; }
  .d0uw3 .u5u8b { margin: 0 16px; }
  .d0uw3 .u6mav4 { padding: 0 16px; }
  .r22u { padding: 12px 16px; }
}


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

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

/* ranked: accent-pill значення + uppercase лейбли (нумерація — через cs_rank) */
.zh7fzgaq .s3j9ftw {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.zh7fzgaq .fgorka {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.zh7fzgaq .yw1o4g { color: var(--accent); }
.zh7fzgaq .c4rbfb { background: var(--accent-bg); }
.zh7fzgaq .haft, .zh7fzgaq .pxm0gu9s, .zh7fzgaq .rcctf {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}

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

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

/* compact: менші відступи всюди */
.tisiy .s3q1eij { padding: 8px 14px; gap: 12px; }
.tisiy .jqaiawml { height: 32px; min-width: 52px; }
.tisiy .rk1u3p { max-height: 24px; }
.tisiy .m716u { font-size: 0.82rem; }
.tisiy .c4rbfb { padding: 14px 18px; gap: 14px; }
.tisiy .wjfw { padding: 14px 18px; }
.tisiy .uz5glsq { width: 70px; }
.tisiy .cmgdywa8 h3 { font-size: 1.05rem; }

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

/* bordered: таблиця з усіма рамками */
.p7z1v .nozkgp {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.p7z1v .s3q1eij {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.p7z1v .s3q1eij:last-child { border-bottom: none; }
/* вертикальні межі між колонками */
.p7z1v .yw1o4g,
.p7z1v .zcpjv5,
.p7z1v .fjh7no1w { border-left: 1px solid var(--border); padding-left: 10px; }
.p7z1v .m716u { padding: 0 10px; }

/* ── cs_cols: feature — бонус-колонка виділена як головна ──────────────────*/
.diifmc .zcpjv5 { flex: 1.8; }
.diifmc .zcpjv5 .fgorka {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.diifmc .zcpjv5 .s3j9ftw { font-weight: 700; color: var(--text-primary); }
.diifmc .wosi,
.diifmc .lebecs,
.diifmc .o55d { flex: 0.75; opacity: 0.65; }

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

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

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

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

/* score в оглядах — ховаємо зірки */
.voqewa .pfqb0 .g5two,
.rlmc .pfqb0 .g5two,
.pwxk9um .pfqb0 .g5two { display: none; }

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

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

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

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

/* ── Sections ────────────────────────────────────────────────────────────────*/
.x2br88n { margin-bottom: 0; }
.w6zrzm8 h2.l47g { color: var(--accent-light); border-color: var(--accent); }
.y3u0v1 h2.l47g { color: var(--accent-light); border-color: var(--accent); }

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

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

/* vivid: смарагд / рожевий / фіолетовий */
.qdagdan2 .g1cg     { background: #052e16; border-color: #10b981; }
.qdagdan2 .y5aiko { background: #2d0a1e; border-color: #f43f5e; }
.qdagdan2 .i7est7x    { background: #1e1036; border-color: #a855f7; }
.qdagdan2 .l5tpr0 strong  { color: #f1f5f9; }
.qdagdan2 .l5tpr0 p       { color: #cbd5e1; }
.qdagdan2 .y5oy7pjl    .g1cg     .thkeu7::before,
.qdagdan2 .e5kh5f  .g1cg     .thkeu7::before,
.qdagdan2 .k7qwt  .g1cg     .thkeu7::before,
.qdagdan2 .xul2pl .g1cg     .thkeu7::before { color: #10b981; }
.qdagdan2 .y5oy7pjl    .y5aiko .thkeu7::before,
.qdagdan2 .e5kh5f  .y5aiko .thkeu7::before,
.qdagdan2 .k7qwt  .y5aiko .thkeu7::before,
.qdagdan2 .xul2pl .y5aiko .thkeu7::before { color: #f43f5e; }
.qdagdan2 .y5oy7pjl    .i7est7x    .thkeu7::before,
.qdagdan2 .e5kh5f  .i7est7x    .thkeu7::before,
.qdagdan2 .k7qwt  .i7est7x    .thkeu7::before,
.qdagdan2 .xul2pl .i7est7x    .thkeu7::before { color: #a855f7; }

/* warm: жовтий / червоний / помаранчевий */
.p23xdvo .g1cg     { background: #2d2000; border-color: #eab308; }
.p23xdvo .y5aiko { background: #2d0b0b; border-color: #ef4444; }
.p23xdvo .i7est7x    { background: #2d1600; border-color: #f97316; }
.p23xdvo .l5tpr0 strong  { color: #f1f5f9; }
.p23xdvo .l5tpr0 p       { color: #cbd5e1; }
.p23xdvo .y5oy7pjl    .g1cg     .thkeu7::before,
.p23xdvo .e5kh5f  .g1cg     .thkeu7::before,
.p23xdvo .k7qwt  .g1cg     .thkeu7::before,
.p23xdvo .xul2pl .g1cg     .thkeu7::before { color: #eab308; }
.p23xdvo .y5oy7pjl    .y5aiko .thkeu7::before,
.p23xdvo .e5kh5f  .y5aiko .thkeu7::before,
.p23xdvo .k7qwt  .y5aiko .thkeu7::before,
.p23xdvo .xul2pl .y5aiko .thkeu7::before { color: #ef4444; }
.p23xdvo .y5oy7pjl    .i7est7x    .thkeu7::before,
.p23xdvo .e5kh5f  .i7est7x    .thkeu7::before,
.p23xdvo .k7qwt  .i7est7x    .thkeu7::before,
.p23xdvo .xul2pl .i7est7x    .thkeu7::before { color: #f97316; }

/* cool: блакитний / індиго / бірюзовий */
.u4p5u .g1cg     { background: #0c1a2e; border-color: #38bdf8; }
.u4p5u .y5aiko { background: #12103a; border-color: #818cf8; }
.u4p5u .i7est7x    { background: #0a2020; border-color: #2dd4bf; }
.u4p5u .l5tpr0 strong  { color: #f1f5f9; }
.u4p5u .l5tpr0 p       { color: #cbd5e1; }
.u4p5u .y5oy7pjl    .g1cg     .thkeu7::before,
.u4p5u .e5kh5f  .g1cg     .thkeu7::before,
.u4p5u .k7qwt  .g1cg     .thkeu7::before,
.u4p5u .xul2pl .g1cg     .thkeu7::before { color: #38bdf8; }
.u4p5u .y5oy7pjl    .y5aiko .thkeu7::before,
.u4p5u .e5kh5f  .y5aiko .thkeu7::before,
.u4p5u .k7qwt  .y5aiko .thkeu7::before,
.u4p5u .xul2pl .y5aiko .thkeu7::before { color: #818cf8; }
.u4p5u .y5oy7pjl    .i7est7x    .thkeu7::before,
.u4p5u .e5kh5f  .i7est7x    .thkeu7::before,
.u4p5u .k7qwt  .i7est7x    .thkeu7::before,
.u4p5u .xul2pl .i7est7x    .thkeu7::before { color: #2dd4bf; }

/* accent: використовує динамічний акцент */
.rugm .g1cg     { background: var(--accent-bg); border-color: var(--accent); }
.rugm .y5aiko { background: var(--accent-bg-light); border-color: var(--accent-light); }
.rugm .i7est7x    { background: var(--accent-bg); border-color: var(--accent-pale); }
.rugm .y5oy7pjl    .thkeu7::before,
.rugm .e5kh5f  .thkeu7::before,
.rugm .k7qwt  .thkeu7::before,
.rugm .xul2pl .thkeu7::before { color: var(--accent-light) !important; }

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

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

/* classic — фіксовані контрастні кольори незалежно від акценту */
.afk5e5y .exrub3m ul li,
.afk5e5y .o1h1n li         { color: #4ade80; }
.afk5e5y .exrub3m .rem3xumi { color: #22c55e; }
.afk5e5y .ic6d ul li,
.afk5e5y .v6qsoob li         { color: #f87171; }
.afk5e5y .ic6d .mtwt { color: #ef4444; }

/* blue: синій pros / amber cons */
.wb5ddhr .exrub3m { background: #0c1a2e; }
.wb5ddhr .ic6d { background: #2d1f00; }
.wb5ddhr .exrub3m .rem3xumi { color: #93c5fd; }
.wb5ddhr .ic6d .mtwt { color: #fcd34d; }
.wb5ddhr .exrub3m ul li,
.wb5ddhr .o1h1n li            { color: #bfdbfe; }
.wb5ddhr .ic6d ul li,
.wb5ddhr .v6qsoob li            { color: #fde68a; }

/* accent: label акцентний, текст завжди читабельний */
.vhoed .exrub3m { background: var(--accent-bg); }
.vhoed .ic6d { background: var(--accent-bg-light); }
.vhoed .exrub3m .rem3xumi { color: var(--accent-pale); }
.vhoed .ic6d .mtwt { color: var(--accent-light); }
.vhoed .exrub3m ul li,
.vhoed .o1h1n li          { color: var(--text-body); }
.vhoed .ic6d ul li,
.vhoed .v6qsoob li          { color: var(--text-body); }

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

/* check: ✓ / ✗ */
.sqxns .rem3xumi::before { content: "✓ "; }
.sqxns .mtwt::before { content: "✗ "; }

/* arrows: → / ← */
.b8z5 .rem3xumi::before { content: "→ "; }
.b8z5 .mtwt::before { content: "← "; }

/* marks: ★ / ✕ */
.lvw5jo .rem3xumi::before { content: "★ "; }
.lvw5jo .mtwt::before { content: "✕ "; }

/* geo: ◆ / ▲ */
.nufl .rem3xumi::before { content: "◆ "; }
.nufl .mtwt::before { content: "▲ "; }

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

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

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

/* topbar: смуга зверху */
.jcwcceha .l5tpr0 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.jcwcceha .g1cg     { border-top-color: var(--c-tip-border); }
.jcwcceha .y5aiko { border-top-color: var(--c-warn-border); }
.jcwcceha .i7est7x    { border-top-color: #60a5fa; }

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

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

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

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

.y5oy7pjl .thkeu7,
.e5kh5f .thkeu7,
.k7qwt .thkeu7,
.xul2pl .thkeu7 { font-size: 0; width: 1.1rem; flex-shrink: 0; }

.y5oy7pjl .thkeu7::before,
.e5kh5f .thkeu7::before,
.k7qwt .thkeu7::before,
.xul2pl .thkeu7::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}

/* geo: ✦ ▲ ◉ */
.y5oy7pjl .g1cg     .thkeu7::before { content: "✦"; color: var(--c-tip-border); }
.y5oy7pjl .y5aiko .thkeu7::before { content: "▲"; color: var(--c-warn-border); }
.y5oy7pjl .i7est7x    .thkeu7::before { content: "◉"; color: #60a5fa; }

/* marks: ★ ◆ ● */
.e5kh5f .g1cg     .thkeu7::before { content: "★"; color: var(--c-tip-border); }
.e5kh5f .y5aiko .thkeu7::before { content: "◆"; color: var(--c-warn-border); }
.e5kh5f .i7est7x    .thkeu7::before { content: "●"; color: #60a5fa; }

/* sharp: ▶ ■ ▸ */
.k7qwt .g1cg     .thkeu7::before { content: "▶"; color: var(--c-tip-border); }
.k7qwt .y5aiko .thkeu7::before { content: "■"; color: var(--c-warn-border); }
.k7qwt .i7est7x    .thkeu7::before { content: "▸"; color: #60a5fa; }

/* arrows: → ⬥ ◈ */
.xul2pl .g1cg     .thkeu7::before { content: "→"; color: var(--c-tip-border); }
.xul2pl .y5aiko .thkeu7::before { content: "⬥"; color: var(--c-warn-border); }
.xul2pl .i7est7x    .thkeu7::before { content: "◈"; color: #60a5fa; }

/* ── shadow variant ──────────────────────────────────────────────────────────*/
.wzsvjzh .cut8b000 .pxkdy,
.wzsvjzh .lovl5341 .pxkdy  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.wzsvjzh .bduwa                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.wzsvjzh .s3q1eij                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.wzsvjzh .olkm8fdp            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.wzsvjzh .iuvdq3          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.wzsvjzh .n33dqm3                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }

/* shadow-none: скидаємо будь-які тіні */
.zrlkzbmr .cut8b000 .pxkdy,
.zrlkzbmr .lovl5341 .pxkdy,
.zrlkzbmr .bduwa,
.zrlkzbmr .s3q1eij,
.zrlkzbmr .olkm8fdp,
.zrlkzbmr .iuvdq3,
.zrlkzbmr .n33dqm3,
.zrlkzbmr .e92h .l5tpr0 { box-shadow: none; }

/* ── text_size variants ──────────────────────────────────────────────────────*/
.q0cflek   body, .q0cflek   { font-size: 0.9rem; }
.q0cflek   .zmrzt9k, .q0cflek .mficof, .q0cflek .fsn9vg7,
.q0cflek   .broo, .q0cflek .pmx0m { font-size: 0.9rem; }
.q0cflek   .yh1h, .q0cflek .jqx4h6c7 { font-size: 0.9rem; }

.brabgp   .zmrzt9k, .brabgp .mficof, .brabgp .fsn9vg7,
.brabgp   .broo, .brabgp .pmx0m { font-size: 0.9rem; }
.brabgp   .yh1h, .brabgp .jqx4h6c7 { font-size: 0.9rem; }

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

.dh6nuln6   .zmrzt9k, .dh6nuln6 .mficof, .dh6nuln6 .fsn9vg7,
.dh6nuln6   .broo, .dh6nuln6 .pmx0m { font-size: 1.08rem; }
.dh6nuln6   .yh1h, .dh6nuln6 .jqx4h6c7 { font-size: 1.05rem; }
.dh6nuln6   .e1yqvgc { font-size: 0.97rem; }

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

/* large */
.no9cs2vf .dt5oh      { font-size: 3.2rem; }
.no9cs2vf h2.l47g { font-size: 1.9rem; }
.no9cs2vf h3.ykwp     { font-size: 1.4rem; }

/* display */
.pbsy .dt5oh      { font-size: 3.8rem; }
.pbsy h2.l47g { font-size: 2.2rem; }
.pbsy h3.ykwp     { font-size: 1.6rem; }

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

/* Спільна база: abs-позиція на межі між секціями */
.ag8d36xm   .x2br88n + .x2br88n::before,
.dna2  .x2br88n + .x2br88n::before,
.z1n6r   .x2br88n + .x2br88n::before,
.td6u8   .x2br88n + .x2br88n::before,
.c1oc   .x2br88n + .x2br88n::before,
.ob21 .x2br88n + .x2br88n::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}

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

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

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

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

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

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

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

/* section_bg=stripe: парні секції мають bg-card */
.gts6eu .er31ei .x2br88n:nth-child(even)::before,
.gts6eu .n95jo4a .x2br88n:nth-child(even)::before,
.gts6eu .hjo5 .x2br88n:nth-child(even)::before { background: var(--bg-card); }

/* wave-a: плавна S-хвиля (1 гребінь) */
.er31ei .x2br88n + .x2br88n::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 гребені */
.n95jo4a .x2br88n + .x2br88n::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: глибока дуга */
.hjo5 .x2br88n + .x2br88n::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 у формі хвилі */
.ln2oq .suqkmd,
.vlxx2 .suqkmd,
.b3djh .suqkmd { overflow: hidden; }

/* wave: додатковий простір щоб хвиля не закривала CTA */
.ln2oq .b6mtr2jy,
.vlxx2 .b6mtr2jy { margin-bottom: 60px; }
.b3djh .b6mtr2jy { margin-bottom: 70px; }
.ln2oq .ih7hukuw,
.vlxx2 .ih7hukuw { padding-bottom: 60px; }
.b3djh .ih7hukuw { padding-bottom: 70px; }

.ln2oq .suqkmd::before,
.vlxx2 .suqkmd::before,
.b3djh .suqkmd::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 гребінь) */
.ln2oq .suqkmd::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 гребені */
.vlxx2 .suqkmd::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: глибока дуга */
.b3djh .suqkmd::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 */
.cvbeb8 .vdc94zo { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }
.hs4h1gzb .vdc94zo { background: linear-gradient(45deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.65) 100%); }
.hcujfy  .vdc94zo { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }
.bxosdc74  .vdc94zo { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }

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

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

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

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


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

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

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

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

/* Великі блочні елементи — clear float щоб не стискались */
.biazj .h9zelnn,
.biazj .nozkgp,
.jzc180hc .h9zelnn,
.jzc180hc .nozkgp,
.dhidv97 .h9zelnn,
.dhidv97 .nozkgp { clear: both; }

/* Маркери списків не мають налазити на float-картинку */
.biazj .yh1h,
.biazj .jqx4h6c7,
.jzc180hc .yh1h,
.jzc180hc .jqx4h6c7,
.dhidv97 .yh1h,
.dhidv97 .jqx4h6c7 { overflow: hidden; }


@media (max-width: 640px) {
  .biazj .i84sa,
  .jzc180hc .i84sa,
  .dhidv97 .i84sa { float: none; width: 100%; margin: 0 0 16px 0; }
}

/* ── content_width: ширина контентного контейнера ───────────────────────────*/
/* default = 1000px (задано в .a6qrf, .vgvlx, .xl4rpnk6) */
.ps33jfxx .a6qrf,
.ps33jfxx .vgvlx,
.ps33jfxx .xl4rpnk6  { max-width: 1100px; }
.obool0y .a6qrf,
.obool0y .vgvlx,
.obool0y .xl4rpnk6  { max-width: 1200px; }
.eyoe .a6qrf,
.eyoe .vgvlx,
.eyoe .xl4rpnk6  { max-width: 1320px; }

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

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

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

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

/* content-width: above — обидва класи на <body>, тому без пробілу */
.ps33jfxx.wsk67zad .zppsql7 { max-width: 1100px; }
.obool0y.wsk67zad .zppsql7 { max-width: 1200px; }
.eyoe.wsk67zad .zppsql7 { max-width: 1320px; }
/* float — bc-float-wrap окремий елемент, тому з пробілом */
.ps33jfxx .ygk0amp { max-width: 1100px; }
.obool0y .ygk0amp { max-width: 1200px; }
.eyoe .ygk0amp { max-width: 1320px; }

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

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

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

/* ── font_weight: жирність тексту ────────────────────────────────────────────*/
/* fw-300: тонкий */
.m6xk { font-weight: 300; }
.m6xk h2.l47g { font-weight: 600; }
.m6xk h3.ykwp     { font-weight: 600; }
/* fw-400: default — без override */
/* fw-500: medium */
.p4bltgw { font-weight: 500; }
.p4bltgw h2.l47g { font-weight: 800; }
.p4bltgw h3.ykwp     { font-weight: 700; }
/* fw-600: semibold */
.fa3wvj { font-weight: 600; }
.fa3wvj h2.l47g { font-weight: 900; }
.fa3wvj h3.ykwp     { font-weight: 800; }
.fa3wvj .l5tpr0 strong,
.fa3wvj .mficof,
.fa3wvj .broo { font-weight: 600; }

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

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

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

/* minimal */
.ol4m5noh .xl4rpnk6 { text-align: center; }
.ol4m5noh .wjkv3e { justify-content: center; margin-bottom: 16px; }
.ol4m5noh .ald1bmj { margin-top: 0; }

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

/* mobile footer */
@media (max-width: 640px) {
  .xl4rpnk6 { padding-left: 16px; padding-right: 16px; }
  .xzyt .xl4rpnk6 { padding: 20px 16px; }
  .wjkv3e { gap: 4px 12px; }
  .ald1bmj { font-size: 0.78rem; }
}


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


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

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

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

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

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

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

/* dark: завжди темний, незалежно від теми */
.hf563n .j269      { background: #0d1117; border-bottom-color: #21262d; }
.hf563n .vhvxn0cq { color: var(--accent-light); }
.hf563n .tarf51qx { --msep-color: #8b949e; }
.hf563n .tarf51qx a { color: #8b949e; }
.hf563n .tarf51qx a:hover { color: var(--accent-light); }
.hf563n .kmsnwtz { color: #8b949e; }
.hf563n .pcdl { background: #0d1117; border-top-color: #21262d; }
.hf563n .ald1bmj,
.hf563n .nazfr { color: #6e7681; }
.hf563n .rvgsx a, .hf563n .wjkv3e a,
.hf563n .rrex0wz a, .hf563n .mwc3vme a,
.hf563n .fc6x03d a, .hf563n .lwgyu6 { color: #8b949e; }
.hf563n .rvgsx a:hover, .hf563n .wjkv3e a:hover,
.hf563n .rrex0wz a:hover, .hf563n .mwc3vme a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .hf563n .tarf51qx { background: #0d1117; border-top-color: #21262d; }
  .hf563n .tarf51qx li a { border-bottom-color: #21262d; }
}

/* light: завжди світлий */
.f7ju .j269      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.f7ju .vhvxn0cq { color: var(--accent); }
.f7ju .tarf51qx { --msep-color: #475569; }
.f7ju .tarf51qx a { color: #475569; }
.f7ju .tarf51qx a:hover { color: var(--accent); }
.f7ju .kmsnwtz { color: #64748b; }
.f7ju .pcdl { background: #f0f4f8; border-top-color: #cbd5e1; }
.f7ju .ald1bmj,
.f7ju .nazfr { color: #64748b; }
.f7ju .rvgsx a, .f7ju .wjkv3e a,
.f7ju .rrex0wz a, .f7ju .mwc3vme a,
.f7ju .fc6x03d a, .f7ju .lwgyu6 { color: #374151; }
.f7ju .rvgsx a:hover, .f7ju .wjkv3e a:hover,
.f7ju .rrex0wz a:hover, .f7ju .mwc3vme a:hover { color: var(--accent); }
@media (max-width: 640px) {
  .f7ju .tarf51qx { background: #f0f4f8; border-top-color: #cbd5e1; }
  .f7ju .tarf51qx li a { border-bottom-color: #cbd5e1; color: #475569; }
}

/* accent: кольоровий акцентний фон */
.uk9zj61h .j269      { background: var(--accent); border-bottom-color: var(--accent-light); }
.uk9zj61h .vhvxn0cq { color: #fff; }
.uk9zj61h .tarf51qx { --msep-color: rgba(255,255,255,0.82); }
.uk9zj61h .tarf51qx a { color: rgba(255,255,255,0.82); }
.uk9zj61h .tarf51qx a:hover { color: #fff; }
.uk9zj61h .kmsnwtz { color: rgba(255,255,255,0.9); }
.uk9zj61h .pcdl { background: var(--accent); border-top-color: var(--accent-light); }
.uk9zj61h .ald1bmj,
.uk9zj61h .nazfr { color: rgba(255,255,255,0.72); }
.uk9zj61h .rvgsx a, .uk9zj61h .wjkv3e a,
.uk9zj61h .rrex0wz a, .uk9zj61h .mwc3vme a,
.uk9zj61h .fc6x03d a, .uk9zj61h .lwgyu6 { color: rgba(255,255,255,0.82); }
.uk9zj61h .rvgsx a:hover, .uk9zj61h .wjkv3e a:hover,
.uk9zj61h .rrex0wz a:hover, .uk9zj61h .mwc3vme a:hover { color: #fff; }
@media (max-width: 640px) {
  .uk9zj61h .tarf51qx { background: var(--accent); border-top-color: var(--accent-light); }
  .uk9zj61h .tarf51qx li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}

/* glass: напівпрозорий з blur */
.m9k1 .j269 {
  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);
}
.m9k1 .pcdl {
  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) {
  .m9k1 .tarf51qx {
    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 */
.l8u76t .n1jn { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.z6nufqu .n1jn { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ga2m14 .n1jn { min-height: 72px; height: auto; }
.hwvppm4 .n1jn { min-height: 84px; height: auto; }

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

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


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

/* ── nav_logo_bg: фон на wrap-блоці (не на img) ─────────────────────────────*/
/* none = без фону (default) */
.f4azjjt, .bjj5uxt {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.upm1y1oy .f4azjjt,
.upm1y1oy .bjj5uxt { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.ufvtms .f4azjjt,
.ufvtms .bjj5uxt { 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; }
.mmehq .f4azjjt,
.mmehq .bjj5uxt { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.syyxw .f4azjjt,
.syyxw .bjj5uxt { 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 */
.ysv17f98   .tarf51qx a { font-weight: 500; }
.zidzox4 .tarf51qx a { font-weight: 600; }
.jdry     .tarf51qx a { font-weight: 700; }
.i4gesfs    .tarf51qx a { font-weight: 800; letter-spacing: 0.01em; }

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

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

  /* ховаємо ☰ символ і центруємо кнопку */
  .dtjgf .kmsnwtz,
  .p0g8e .kmsnwtz,
  .hi0fs .kmsnwtz,
  .rsxjs .kmsnwtz,
  .h5fjg39x .kmsnwtz {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  /* базовий ::before */
  .dtjgf .kmsnwtz::before,
  .p0g8e .kmsnwtz::before,
  .hi0fs .kmsnwtz::before,
  .rsxjs .kmsnwtz::before,
  .h5fjg39x .kmsnwtz::before { content: ""; display: block; flex-shrink: 0; }

  /* 2 лінії: повна + 68% */
  .dtjgf .kmsnwtz::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 лінії рівні */
  .p0g8e .kmsnwtz::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% */
  .hi0fs .kmsnwtz::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% */
  .rsxjs .kmsnwtz::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% */
  .h5fjg39x .kmsnwtz::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) {
  .gkz0lh4 .kmsnwtz {
    padding: 5px 14px;
  }
  .gkz0lh4 .tarf51qx {
    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;
  }
  .gkz0lh4 .tarf51qx li a {
    border-bottom: none; padding: 10px 22px;
  }
  .gkz0lh4 .tarf51qx li a:hover { background: var(--bg-raised); }
}

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

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

/* overlay: повноекранне меню ───────────────────────────────────────────── */
@media (max-width: 640px) {
  .synn6g .kmsnwtz {
    padding: 5px 10px;
  }
  .synn6g .tarf51qx {
    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;
  }
  .synn6g .tarf51qx.ltfk2q { opacity: 1; pointer-events: auto; }
  .synn6g .tarf51qx 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) {
  .eqq2m65     .kmsnwtz { border-radius: 0 !important; }
  .azou819   .kmsnwtz { border-radius: 8px !important; }
  .ezepq3 .kmsnwtz { border-radius: 50% !important; }
  .vaco2t   .kmsnwtz { border-radius: 999px !important; }
}

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

/* ── star_style: вигляд зірок (showcase + review) ───────────────────────────*/
/* default = accent color (задано в базових стилях .yw1o4g / .g5two) */
.m2hab1    .yw1o4g, .m2hab1    .g5two { color: #f59e0b; }
.pcy02qs      .yw1o4g { font-size: 1rem; letter-spacing: 1.5px; }
.pcy02qs      .g5two   { font-size: 1.35rem; }
.f85hsz    .yw1o4g, .f85hsz    .g5two { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.s77h     .yw1o4g, .s77h     .g5two { color: var(--accent); letter-spacing: 3px; font-size: 0.7rem; }
.uaf96ht .yw1o4g, .uaf96ht .g5two { color: var(--accent); letter-spacing: 2px; }
.f5kbj9v   .yw1o4g, .f5kbj9v   .g5two { color: #e91e63; letter-spacing: 2px; }
.n22f2w  .yw1o4g, .n22f2w  .g5two { color: var(--accent); letter-spacing: 2px; font-size: 0.65rem; }
.awbg     .yw1o4g, .awbg     .g5two { color: var(--accent); letter-spacing: 2px; font-size: 0.7rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* ── color scheme ── */
:root {
  --accent:          #276e61;
  --accent-light:    #4c9081;
  --accent-pale:     #81c6b5;
  --grad-start:      #81c6b5;
  --grad-end:        #a5ead9;
  --bg-page: #d1ddd8;
  --bg-surface: #f6faf7;
  --bg-card: #eef5f1;
  --bg-card-inner: #e7f0ec;
  --bg-raised: #e1eae6;
  --bg-hover: #dae5e0;
  --border: #a9b4b0;
  --border-alt: #727d79;
  --border-section: #a9b4b0;
  --text-primary: #2a3532;
  --text-muted: #57615e;
  --bg-page:        #f8f9fa;
  --bg-surface:     #ffffff;
  --bg-card:        #ffffff;
  --bg-card-inner:  #f3f4f6;
  --bg-raised:      #eef0f2;
  --bg-hover:       #f3f4f6;
  --border:         #e5e7eb;
  --border-alt:     #d1d5db;
  --border-section: #e5e7eb;
  --text-body: #2c3130;
  --text-sub: #434846;
  --text-faint: #676c69;
  --text-dim: #8d928f;
  --text-label: #5a5f5d;
  --text-value: #373c3b;
  --accent-bg:       #aaf0df;
  --accent-bg-light: #9de2d1;
  --bg-tip:        #f0fdf4;
  --bg-warning:    #fffbeb;
  --bg-info:       #eff6ff;
  --bg-pros:       #f0fdf4;
  --bg-cons:       #fef2f2;
  --c-pros:        #15803d;
  --c-cons:        #b91c1c;
  --c-pros-label:  #16a34a;
  --c-tip-border:  #059669;
  --c-warn-border: #d97706;
  --c-stars:       #b45309;
  --c-arrow:       #d97706;
  --c-tag-pay:     #15803d;
}
:root { --logo-bg-opacity: 54%; }

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

.rd1t .kbrlsaw, .rd1t .cbvn { min-height: 320px; }

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

.v3h5i9::before { content: '◆'; font-size: 0.5em; }