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

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

.ngxzydk {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
@media (max-width: 640px) {
  .ngxzydk { display: block; }
  .c3x7xf {
    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;
  }
  .c3x7xf.wkxxgt { display: flex; }
  .c3x7xf li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .c3x7xf li:last-child a { border-bottom: none; }
}

/* ── Hero: спільні стилі ─────────────────────────────────────────────────────*/
.shpu { min-height: 480px; }
.dggdt {
  font-size: 2.6rem; font-weight: 900; color: var(--accent-pale);
  line-height: 1.2; margin-bottom: 16px;
}
.irmv { font-size: 1.15rem; margin-bottom: 28px; }
.e7rh7j {
  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;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
}
.e7rh7j:hover { opacity: 0.9; transform: translateY(-2px); }

/* ── Hero: BG layout (картинка — повноширокий фон) ───────────────────────────*/
.qv0ri650 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.yj95yk {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.55) 100%);
}
/* hero-content — такий самий контейнер як page-wrap (1000px) */
.qv0ri650 .woft {
  position: relative; z-index: 1;
  width: 100%; max-width: 1000px; padding: 48px 24px;
}
.qv0ri650 .dggdt { text-shadow: 0 2px 12px rgba(0,0,0,0.6); }
.qv0ri650 .irmv { color: #e2e8f0; text-shadow: 0 1px 6px rgba(0,0,0,0.5); }

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

/* bg-color: градієнтний фон замість фото */
.ubel7j {
  background: linear-gradient(135deg, var(--grad-start) 0%, var(--grad-end) 60%, var(--accent) 100%);
}
.ubel7j .yj95yk {
  background: linear-gradient(160deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.15) 100%);
}
.ubel7j .dggdt { color: #fff; }
.ubel7j .irmv { color: rgba(255,255,255,0.85); }

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

/* Split alignment — всередині text-колонки */
.pes18n.z1p3gb .fak6v0n { align-items: center; text-align: center; }
.pes18n.frfl9i   .fak6v0n { align-items: flex-start; text-align: left; }

/* split-circle / split-square / split-diamond: спільна база */
.qh72,
.np77x6k,
.katdd { grid-template-columns: 55% 45%; }

.qh72 .h4zeocu,
.np77x6k .h4zeocu,
.katdd .h4zeocu {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: hidden;
}
.qh72 .q7g7,
.np77x6k .q7g7,
.katdd .q7g7 {
  position: static; flex-shrink: 0;
  width: min(380px, 100%); height: auto; aspect-ratio: 1/1; object-fit: cover;
}
.qh72 .d00qo,
.np77x6k .d00qo,
.katdd .d00qo {
  position: static; width: min(380px, 100%); aspect-ratio: 1/1;
}

/* split-circle */
.qh72 .q7g7 {
  border-radius: 50%;
  box-shadow: 0 8px 40px rgba(0,0,0,0.45), 0 0 0 6px var(--accent-bg), 0 0 0 12px var(--accent);
}
.qh72 .d00qo { border-radius: 50%; }

/* split-square */
.np77x6k .q7g7 {
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.45), 0 0 0 6px var(--accent-bg), 0 0 0 12px var(--accent);
}
.np77x6k .d00qo { border-radius: 16px; }

/* split-diamond: clip-path ромб */
.katdd .h4zeocu { overflow: visible; }
.katdd .q7g7 {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.5));
}
.katdd .d00qo {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

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

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

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

/* circle / square / diamond -left: інвертувати пропорції колонок */
.qh72.rakg,
.np77x6k.rakg,
.katdd.rakg { grid-template-columns: 45% 55%; }

/* інвертувати внутрішній padding media-блока */
.qh72.rakg .h4zeocu,
.np77x6k.rakg  .h4zeocu,
.katdd.rakg .h4zeocu { padding: 32px 0 32px 32px; }

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

@media (max-width: 700px) {
  .pes18n { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .pes18n .h4zeocu { display: none !important; }
  .fak6v0n  { padding: 36px 24px; }
  /* cap hero height variants on mobile */
  .shpu, .pes18n { min-height: 320px !important; }
  /* reduce oversized headings on mobile */
  .dggdt { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
}

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

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

/* rounded */
.qw9y108 .smys9        { border-radius: 16px; }
.qw9y108 .soau  { border-radius: 16px; }

/* shadow */
.m1yk01a .smys9         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.m1yk01a .soau   { border-radius: 8px; }

/* bordered — кольорова рамка */
.xlj6 .smys9       { border: 2px solid var(--accent); border-radius: 10px; }
.xlj6 .soau { border-radius: 8px; }

/* frame — outline offset */
.tlxl5 .smys9 {
  border-radius: 8px;
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
.tlxl5 .soau { border-radius: 6px; }

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

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

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

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

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

.qrkyoq7 .r0gegvqp:nth-child(even) .y5lp3i .x08sfr7:nth-child(odd),
.nymnfo .r0gegvqp:nth-child(even) .y5lp3i .x08sfr7:nth-child(odd)  { background: var(--bg-card); }
.qrkyoq7 .r0gegvqp:nth-child(even) .y5lp3i .x08sfr7:nth-child(even),
.nymnfo .r0gegvqp:nth-child(even) .y5lp3i .x08sfr7:nth-child(even) { background: var(--bg-card-inner); }

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

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

/* bar: ліва кольорова смуга */
.sbk8xv h2.qqxc9otz {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
/* underline: підкреслення знизу */
.koxmvtio h2.qqxc9otz {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
/* overline: тонка лінія зверху */
.l6enzw23 h2.qqxc9otz {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
/* pill: заголовок у таблетці з акцентним фоном */
.uooir h2.qqxc9otz {
  display: inline-block;
  background: var(--accent-bg); color: var(--accent-light);
  border-radius: 6px; padding: 6px 16px;
}
/* plain: просто жирний текст, без декорацій */
.o6mxo1oe h2.qqxc9otz {
  color: var(--text-primary); font-size: 1.7rem;
}
/* gradient: градієнтний текст */
.srlbmjys h2.qqxc9otz {
  background: linear-gradient(90deg, var(--accent-light), var(--accent-pale));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* caps: великі літери, розріджений трекінг, тонка нижня лінія */
.antk h2.qqxc9otz {
  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 ──────────────────────────────────────────────────────*/
.l2nflxie { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .l2nflxie { display: none; } }
.nfys {
  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;
}
.mg6qkq { margin-right: 8px; color: var(--c-arrow); }
.t9p7u { font-size: 1rem; color: var(--text-muted); margin: 8px 0 20px; }
.mn31a4zn { font-size: 1rem; color: var(--text-muted); margin: 24px 0 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* plain: простий текст */
.g4ek101f .t9p7u,
.g4ek101f .mn31a4zn,
.g4ek101f .j8em,
.g4ek101f .mti23ua4 { font-style: normal; color: var(--text-body); }

/* dash: ліва вертикальна чорточка */
.u198w .t9p7u,
.u198w .mn31a4zn {
  font-style: italic;
  border-left: 3px solid var(--border-section); padding-left: 12px;
}
.u198w .j8em,
.u198w .mti23ua4 {
  font-style: italic;
  border-left: 2px solid var(--border); padding-left: 10px;
}

/* bg: підкладка з фоном */
.thg9bz .t9p7u,
.thg9bz .mn31a4zn,
.thg9bz .j8em,
.thg9bz .mti23ua4 {
  font-style: normal;
  background: var(--bg-raised); border-radius: 6px;
  padding: 10px 14px; color: var(--text-sub);
}

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

/* ── list_style variants ─────────────────────────────────────────────────────*/

/* ul: list-style:none + flex-маркер (коректно працює у float-контексті) */
.q16znrmj    .l096,
.b04vy .l096,
.xu0fwha .l096,
.r8ai9   .l096 { list-style: none; padding-left: 0; }
/* в картках зберігаємо відступ щоб маркер не впирався в межу картки */
.q16znrmj    .a9wq2ou,
.b04vy .a9wq2ou,
.xu0fwha .a9wq2ou,
.r8ai9   .a9wq2ou { list-style: none; padding-left: 14px; }

.q16znrmj    .l096 li, .q16znrmj    .a9wq2ou li,
.b04vy .l096 li, .b04vy .a9wq2ou li,
.xu0fwha .l096 li, .xu0fwha .a9wq2ou li,
.r8ai9   .l096 li, .r8ai9   .a9wq2ou li {
  list-style: none; display: flex; align-items: baseline; gap: 0.55em;
}

.q16znrmj    .l096 li::before, .q16znrmj    .a9wq2ou li::before { content: "●"; color: var(--accent); flex-shrink: 0; }
.b04vy .l096 li::before, .b04vy .a9wq2ou li::before { content: "■"; color: var(--accent); flex-shrink: 0; }
.xu0fwha .l096 li::before, .xu0fwha .a9wq2ou li::before { content: "◆"; color: var(--accent); flex-shrink: 0; font-size: 0.75em; }
.r8ai9   .l096 li::before, .r8ai9   .a9wq2ou li::before { content: "★"; color: var(--accent); flex-shrink: 0; }

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

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

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

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

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

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

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

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

.sdfd4ox { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.q6dsgsm3 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.zea8 { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.fm068ux { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.sxgtrfv { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.a9wq2ou { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.a9wq2ou li { margin-bottom: 3px; }

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

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

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

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


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

/* outline: прозорий фон, акцентна рамка, заголовок без заливки */
.mljzqac .q6dsgsm3 { background: transparent; border: 1.5px solid var(--accent-pale); }
.mljzqac .fm068ux { background: none; color: var(--accent-light); font-weight: 700; border-bottom: 1px solid var(--border); }

/* raised: градієнтний заголовок, більший radius */
.d7mfmok .q6dsgsm3 { border-radius: 14px; }
.d7mfmok .fm068ux {
  background: linear-gradient(120deg, var(--accent), var(--grad-end));
  color: #fff; font-weight: 700; padding: 12px 16px;
}

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

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

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

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

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

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

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

/* outline */
.zvpnkfur .e7rh7j {
  background: transparent; border: 2px solid var(--accent);
  color: var(--accent-light); box-shadow: 0 0 18px rgba(0,0,0,0.15);
}
.zvpnkfur .e7rh7j:hover { background: var(--accent); color: #fff; opacity: 1; transform: translateY(-2px); }
.zvpnkfur .wu0hji9  { background: transparent; border: 2px solid var(--accent); color: var(--accent-light); }
.zvpnkfur .wu0hji9:hover  { background: var(--accent); color: #fff; opacity: 1; }

/* ghost */
.dl3s .e7rh7j { background: var(--accent-bg); border: 1px solid var(--accent); color: var(--accent-light); box-shadow: none; }
.dl3s .e7rh7j:hover { background: var(--accent); color: #fff; opacity: 1; }
.dl3s .wu0hji9  { background: var(--accent-bg); border: 1px solid var(--accent); color: var(--accent-light); }
.dl3s .wu0hji9:hover  { background: var(--accent); color: #fff; opacity: 1; }

/* pill = solid but very rounded */
.vby00h3 .e7rh7j { border-radius: 50px; }
.vby00h3 .wu0hji9  { border-radius: 50px; }

/* ── btn_fill: gradient (тільки для solid та pill) ───────────────────────────*/
.ui0i5zy.jerge3op .e7rh7j,
.vby00h3.jerge3op  .e7rh7j {
  background: linear-gradient(120deg, var(--grad-start), var(--accent), var(--grad-end));
  box-shadow: 0 4px 28px rgba(0,0,0,0.4);
}
.ui0i5zy.jerge3op .wu0hji9,
.vby00h3.jerge3op  .wu0hji9 {
  background: linear-gradient(90deg, var(--grad-start), var(--accent));
}

/* ── btn_icon: SVG-іконки на .e7rh7j і .wu0hji9 (mask на currentColor) ──────*/
/* ::after — усі іконки після тексту (праворуч) */
.wr4gu   .e7rh7j::after, .wr4gu   .wu0hji9::after,
.gfz7yool .e7rh7j::after, .gfz7yool .wu0hji9::after,
.arp57q    .e7rh7j::after, .arp57q    .wu0hji9::after,
.evg6dpva    .e7rh7j::after, .evg6dpva    .wu0hji9::after,
.zqi95eb    .e7rh7j::after, .zqi95eb    .wu0hji9::after,
.bv9hjtz     .e7rh7j::after, .bv9hjtz     .wu0hji9::after,
.c1agl    .e7rh7j::after, .c1agl    .wu0hji9::after,
.o7o5   .e7rh7j::after, .o7o5   .wu0hji9::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 — кожна іконка */
.wr4gu .e7rh7j::after, .wr4gu .wu0hji9::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");
}
.gfz7yool .e7rh7j::after, .gfz7yool .wu0hji9::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");
}
.arp57q .e7rh7j::after, .arp57q .wu0hji9::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");
}
.evg6dpva .e7rh7j::after, .evg6dpva .wu0hji9::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");
}
.zqi95eb .e7rh7j::after, .zqi95eb .wu0hji9::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");
}
.bv9hjtz .e7rh7j::after, .bv9hjtz .wu0hji9::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");
}
.c1agl .e7rh7j::after, .c1agl .wu0hji9::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");
}
.o7o5 .e7rh7j::after, .o7o5 .wu0hji9::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 ─────────────────────────────────────────────────────────*/
.yluw { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }


.vju1yaf {
  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 */
.vju1yaf > [itemprop="item"] { display: contents; }
.vju1yaf:hover { background: var(--bg-hover); }
.c7peo {
  background: var(--accent-bg);
  border-radius: 8px; padding: 4px 8px;
  display: flex; align-items: center; justify-content: center;
  min-width: 90px; height: 42px; flex-shrink: 0;
}
.hwrda0f { max-height: 34px; max-width: 80px; object-fit: contain; }
.zgrxei8 { font-weight: 700; font-size: .85rem; color: var(--accent-light); }
.lc6vwgm { font-weight: 700; font-size: .88rem; color: var(--text-primary); min-width: 110px; flex-shrink: 0; }
.oxyelb1 { color: var(--accent); font-size: .8rem; letter-spacing: 1px; flex-shrink: 1; min-width: 0; }
.hxyx41qz { display: flex; flex-direction: column; align-items: center; font-size: .78rem; flex: 1 1 44px; min-width: 0; }
.r32w { color: var(--text-label); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.xmhw { color: var(--text-value); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.k8jko { margin-left: auto; flex-shrink: 0; white-space: nowrap; }
/* планшет / мобіль: 2-колонкова сітка вертикальних карток */
@media (max-width: 720px) {
  .yluw { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .vju1yaf { flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px; }
  .c7peo { width: 100%; min-width: unset; height: 52px; }
  .hwrda0f { max-height: 40px; max-width: 110px; }
  .lc6vwgm { min-width: unset; text-align: center; }
  .hxyx41qz { flex-direction: row; justify-content: space-between; width: 100%; border-top: 1px solid var(--border); padding-top: 5px; }
  .k8jko { width: 100%; text-align: center; margin-left: 0; }
}

/* ── Casino reviews ──────────────────────────────────────────────────────────*/
.m86rb {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.pn9x6 {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.o5ajqee5 {
  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;
}
.o5ajqee5 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.pgduk6s { color: var(--accent); font-weight: 700; font-size: 0.85rem; text-align: center; }
.gv466ge { flex: 1; }
.gv466ge h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.r9fio { color: var(--c-stars); font-size: 1.1rem; }
.xaf5p3m { margin-bottom: 8px; }
.iabtx { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.o0d8f9pc::before   { content: "★ "; color: var(--accent); }
.py9dq::before { content: "↓ "; color: var(--accent); }
.dnowg::before { content: "✦ "; color: var(--accent); }
.vdcp9j { flex-shrink: 0; }
.vfnoxp img.gyk8mm { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.d76syd { padding: 20px 24px; }
.a2benm { color: var(--text-muted); margin-bottom: 16px; }
.m7ffly { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.tedi47r, .e33d5g { list-style: none; font-size: 0.9rem; }
.tedi47r li { color: var(--c-pros); margin-bottom: 4px; }
.e33d5g li { color: var(--c-cons); margin-bottom: 4px; }
/* CSS маркери для pros/cons замість символів в HTML */
.tedi47r li::before { content: "✓"; margin-right: 5px; }
.e33d5g li::before { content: "✗"; margin-right: 5px; }
.zbo9z .tedi47r li::before { content: "→"; }
.zbo9z .e33d5g li::before { content: "–"; }
.gpcctdms  .tedi47r li::before { content: "★"; }
.gpcctdms  .e33d5g li::before { content: "✕"; }
.zp6t9lh    .tedi47r li::before { content: "◆"; }
.zp6t9lh    .e33d5g li::before { content: "▲"; }
.tig1ug  .tedi47r li::before { content: "▶"; }
.tig1ug  .e33d5g li::before { content: "■"; }
.pukknm { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.hv1s4oj { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.g8p0tm { background: var(--bg-pros); color: var(--c-tag-pay); }

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


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

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

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

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

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

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

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

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

/* ranked: accent-pill значення + uppercase лейбли (нумерація — через cs_rank) */
.jjp5v5 .r32w {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.jjp5v5 .xmhw {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.jjp5v5 .oxyelb1 { color: var(--accent); }
.jjp5v5 .pn9x6 { background: var(--accent-bg); }
.jjp5v5 .o0d8f9pc, .jjp5v5 .py9dq, .jjp5v5 .dnowg {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}

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

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

/* compact: менші відступи всюди */
.pz7xl .vju1yaf { padding: 6px 10px; gap: 6px; }
.pz7xl .c7peo { height: 32px; min-width: 52px; }
.pz7xl .hwrda0f { max-height: 24px; }
.pz7xl .lc6vwgm { font-size: 0.82rem; }
.pz7xl .pn9x6 { padding: 14px 18px; gap: 14px; }
.pz7xl .d76syd { padding: 14px 18px; }
.pz7xl .o5ajqee5 { width: 70px; }
.pz7xl .gv466ge h3 { font-size: 1.05rem; }

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

/* bordered: таблиця з усіма рамками */
.hvcz2jt .yluw {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.hvcz2jt .vju1yaf {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); gap: 0;
}
.hvcz2jt .vju1yaf:last-child { border-bottom: none; }
/* вертикальні межі між колонками */
.hvcz2jt .oxyelb1,
.hvcz2jt .btq7wh9,
.hvcz2jt .qbx2,
.hvcz2jt .u715,
.hvcz2jt .q2tn7il,
.hvcz2jt .k8jko { border-left: 1px solid var(--border); padding-left: 10px; }
.hvcz2jt .lc6vwgm { padding: 0 10px; }

/* ── cs_cols: feature — бонус-колонка виділена як головна ──────────────────*/
.a6bay .btq7wh9 { flex: 1.8; }
.a6bay .btq7wh9 .xmhw {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
}
.a6bay .btq7wh9 .r32w { font-weight: 700; color: var(--text-primary); }
.a6bay .qbx2,
.a6bay .u715,
.a6bay .q2tn7il { flex: 0.75; opacity: 0.65; }

/* ── cs_rating: вигляд рейтингу в showcase ──────────────────────────────────*/
/* show = default (accent color, базові стилі) */
.ixkjeuo6 .oxyelb1 { display: none; }
.u609hvxf .oxyelb1 { font-size: 1rem; letter-spacing: 2px; }
.qpjf .oxyelb1 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--accent); font-weight: 700; letter-spacing: .5px;
}

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

/* ── Sections ────────────────────────────────────────────────────────────────*/
.r0gegvqp { margin-bottom: 0; }
.kctmnugk h2.qqxc9otz { color: var(--accent-light); border-color: var(--accent); }
.xac2 h2.qqxc9otz { color: var(--accent-light); border-color: var(--accent); }

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

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

/* vivid: смарагд / рожевий / фіолетовий */
.vs6dh .z4xjwvn     { background: #052e16; border-color: #10b981; }
.vs6dh .y17f7 { background: #2d0a1e; border-color: #f43f5e; }
.vs6dh .huqtqr69    { background: #1e1036; border-color: #a855f7; }
.vs6dh .nzojv6 strong  { color: #f1f5f9; }
.vs6dh .nzojv6 p       { color: #cbd5e1; }
.vs6dh .wmno7    .z4xjwvn     .q4nz::before,
.vs6dh .xifv1  .z4xjwvn     .q4nz::before,
.vs6dh .hyxm  .z4xjwvn     .q4nz::before,
.vs6dh .ionqt .z4xjwvn     .q4nz::before { color: #10b981; }
.vs6dh .wmno7    .y17f7 .q4nz::before,
.vs6dh .xifv1  .y17f7 .q4nz::before,
.vs6dh .hyxm  .y17f7 .q4nz::before,
.vs6dh .ionqt .y17f7 .q4nz::before { color: #f43f5e; }
.vs6dh .wmno7    .huqtqr69    .q4nz::before,
.vs6dh .xifv1  .huqtqr69    .q4nz::before,
.vs6dh .hyxm  .huqtqr69    .q4nz::before,
.vs6dh .ionqt .huqtqr69    .q4nz::before { color: #a855f7; }

/* warm: жовтий / червоний / помаранчевий */
.yx0icd .z4xjwvn     { background: #2d2000; border-color: #eab308; }
.yx0icd .y17f7 { background: #2d0b0b; border-color: #ef4444; }
.yx0icd .huqtqr69    { background: #2d1600; border-color: #f97316; }
.yx0icd .nzojv6 strong  { color: #f1f5f9; }
.yx0icd .nzojv6 p       { color: #cbd5e1; }
.yx0icd .wmno7    .z4xjwvn     .q4nz::before,
.yx0icd .xifv1  .z4xjwvn     .q4nz::before,
.yx0icd .hyxm  .z4xjwvn     .q4nz::before,
.yx0icd .ionqt .z4xjwvn     .q4nz::before { color: #eab308; }
.yx0icd .wmno7    .y17f7 .q4nz::before,
.yx0icd .xifv1  .y17f7 .q4nz::before,
.yx0icd .hyxm  .y17f7 .q4nz::before,
.yx0icd .ionqt .y17f7 .q4nz::before { color: #ef4444; }
.yx0icd .wmno7    .huqtqr69    .q4nz::before,
.yx0icd .xifv1  .huqtqr69    .q4nz::before,
.yx0icd .hyxm  .huqtqr69    .q4nz::before,
.yx0icd .ionqt .huqtqr69    .q4nz::before { color: #f97316; }

/* cool: блакитний / індиго / бірюзовий */
.nnlid .z4xjwvn     { background: #0c1a2e; border-color: #38bdf8; }
.nnlid .y17f7 { background: #12103a; border-color: #818cf8; }
.nnlid .huqtqr69    { background: #0a2020; border-color: #2dd4bf; }
.nnlid .nzojv6 strong  { color: #f1f5f9; }
.nnlid .nzojv6 p       { color: #cbd5e1; }
.nnlid .wmno7    .z4xjwvn     .q4nz::before,
.nnlid .xifv1  .z4xjwvn     .q4nz::before,
.nnlid .hyxm  .z4xjwvn     .q4nz::before,
.nnlid .ionqt .z4xjwvn     .q4nz::before { color: #38bdf8; }
.nnlid .wmno7    .y17f7 .q4nz::before,
.nnlid .xifv1  .y17f7 .q4nz::before,
.nnlid .hyxm  .y17f7 .q4nz::before,
.nnlid .ionqt .y17f7 .q4nz::before { color: #818cf8; }
.nnlid .wmno7    .huqtqr69    .q4nz::before,
.nnlid .xifv1  .huqtqr69    .q4nz::before,
.nnlid .hyxm  .huqtqr69    .q4nz::before,
.nnlid .ionqt .huqtqr69    .q4nz::before { color: #2dd4bf; }

/* accent: використовує динамічний акцент */
.khxp .z4xjwvn     { background: var(--accent-bg); border-color: var(--accent); }
.khxp .y17f7 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.khxp .huqtqr69    { background: var(--accent-bg); border-color: var(--accent-pale); }
.khxp .wmno7    .q4nz::before,
.khxp .xifv1  .q4nz::before,
.khxp .hyxm  .q4nz::before,
.khxp .ionqt .q4nz::before { color: var(--accent-light) !important; }

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

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

/* classic — фіксовані контрастні кольори незалежно від акценту */
.xn8q9 .fcaf72v3 ul li,
.xn8q9 .tedi47r li         { color: #4ade80; }
.xn8q9 .fcaf72v3 .euc4z { color: #22c55e; }
.xn8q9 .m9dqw3 ul li,
.xn8q9 .e33d5g li         { color: #f87171; }
.xn8q9 .m9dqw3 .zy0rgxh { color: #ef4444; }

/* blue: синій pros / amber cons */
.f0uxzuw .fcaf72v3 { background: #0c1a2e; }
.f0uxzuw .m9dqw3 { background: #2d1f00; }
.f0uxzuw .fcaf72v3 .euc4z { color: #93c5fd; }
.f0uxzuw .m9dqw3 .zy0rgxh { color: #fcd34d; }
.f0uxzuw .fcaf72v3 ul li,
.f0uxzuw .tedi47r li            { color: #bfdbfe; }
.f0uxzuw .m9dqw3 ul li,
.f0uxzuw .e33d5g li            { color: #fde68a; }

/* accent: label акцентний, текст завжди читабельний */
.ev7bi .fcaf72v3 { background: var(--accent-bg); }
.ev7bi .m9dqw3 { background: var(--accent-bg-light); }
.ev7bi .fcaf72v3 .euc4z { color: var(--accent-pale); }
.ev7bi .m9dqw3 .zy0rgxh { color: var(--accent-light); }
.ev7bi .fcaf72v3 ul li,
.ev7bi .tedi47r li          { color: var(--text-body); }
.ev7bi .m9dqw3 ul li,
.ev7bi .e33d5g li          { color: var(--text-body); }

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

/* check: ✓ / ✗ */
.zbk82ln8 .euc4z::before { content: "✓ "; }
.zbk82ln8 .zy0rgxh::before { content: "✗ "; }

/* arrows: → / ← */
.zbo9z .euc4z::before { content: "→ "; }
.zbo9z .zy0rgxh::before { content: "← "; }

/* marks: ★ / ✕ */
.gpcctdms .euc4z::before { content: "★ "; }
.gpcctdms .zy0rgxh::before { content: "✕ "; }

/* geo: ◆ / ▲ */
.zp6t9lh .euc4z::before { content: "◆ "; }
.zp6t9lh .zy0rgxh::before { content: "▲ "; }

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

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

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

/* topbar: смуга зверху */
.hzwe .nzojv6 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.hzwe .z4xjwvn     { border-top-color: var(--c-tip-border); }
.hzwe .y17f7 { border-top-color: var(--c-warn-border); }
.hzwe .huqtqr69    { border-top-color: #60a5fa; }

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

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

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

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

.wmno7 .q4nz,
.xifv1 .q4nz,
.hyxm .q4nz,
.ionqt .q4nz { font-size: 0; width: 1.1rem; flex-shrink: 0; }

.wmno7 .q4nz::before,
.xifv1 .q4nz::before,
.hyxm .q4nz::before,
.ionqt .q4nz::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}

/* geo: ✦ ▲ ◉ */
.wmno7 .z4xjwvn     .q4nz::before { content: "✦"; color: var(--c-tip-border); }
.wmno7 .y17f7 .q4nz::before { content: "▲"; color: var(--c-warn-border); }
.wmno7 .huqtqr69    .q4nz::before { content: "◉"; color: #60a5fa; }

/* marks: ★ ◆ ● */
.xifv1 .z4xjwvn     .q4nz::before { content: "★"; color: var(--c-tip-border); }
.xifv1 .y17f7 .q4nz::before { content: "◆"; color: var(--c-warn-border); }
.xifv1 .huqtqr69    .q4nz::before { content: "●"; color: #60a5fa; }

/* sharp: ▶ ■ ▸ */
.hyxm .z4xjwvn     .q4nz::before { content: "▶"; color: var(--c-tip-border); }
.hyxm .y17f7 .q4nz::before { content: "■"; color: var(--c-warn-border); }
.hyxm .huqtqr69    .q4nz::before { content: "▸"; color: #60a5fa; }

/* arrows: → ⬥ ◈ */
.ionqt .z4xjwvn     .q4nz::before { content: "→"; color: var(--c-tip-border); }
.ionqt .y17f7 .q4nz::before { content: "⬥"; color: var(--c-warn-border); }
.ionqt .huqtqr69    .q4nz::before { content: "◈"; color: #60a5fa; }

/* ── shadow variant ──────────────────────────────────────────────────────────*/
.wt0r09 .gkf6v .x08sfr7,
.wt0r09 .y5lp3i .x08sfr7  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.wt0r09 .q6dsgsm3                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.wt0r09 .vju1yaf                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.wt0r09 .m86rb            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.wt0r09 .db8b          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.wt0r09 .gu1jc                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }

/* shadow-none: скидаємо будь-які тіні */
.ux3b .gkf6v .x08sfr7,
.ux3b .y5lp3i .x08sfr7,
.ux3b .q6dsgsm3,
.ux3b .vju1yaf,
.ux3b .m86rb,
.ux3b .db8b,
.ux3b .gu1jc,
.ux3b .ygi4l8nz .nzojv6 { box-shadow: none; }

/* ── text_size variants ──────────────────────────────────────────────────────*/
.l13emj   body, .l13emj   { font-size: 0.82rem; }
.l13emj   .hukf, .l13emj .j8em, .l13emj .mti23ua4,
.l13emj   .t9p7u, .l13emj .mn31a4zn { font-size: 0.82rem; }
.l13emj   .l096, .l13emj .clcratm { font-size: 0.82rem; }

.o9tiuoa   .hukf, .o9tiuoa .j8em, .o9tiuoa .mti23ua4,
.o9tiuoa   .t9p7u, .o9tiuoa .mn31a4zn { font-size: 0.9rem; }
.o9tiuoa   .l096, .o9tiuoa .clcratm { font-size: 0.9rem; }

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

.tq1lk   .hukf, .tq1lk .j8em, .tq1lk .mti23ua4,
.tq1lk   .t9p7u, .tq1lk .mn31a4zn { font-size: 1.08rem; }
.tq1lk   .l096, .tq1lk .clcratm { font-size: 1.05rem; }
.tq1lk   .j665w02 { font-size: 0.97rem; }

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

/* large */
.xwf2vpz .dggdt      { font-size: 3.2rem; }
.xwf2vpz h2.qqxc9otz { font-size: 1.9rem; }
.xwf2vpz h3.c3j8m2le     { font-size: 1.4rem; }

/* display */
.tm9hjid .dggdt      { font-size: 3.8rem; }
.tm9hjid h2.qqxc9otz { font-size: 2.2rem; }
.tm9hjid h3.c3j8m2le     { font-size: 1.6rem; }

/* giant */
.j5uo5o8 .dggdt      { font-size: 4.6rem; font-weight: 900; line-height: 1.05; }
.j5uo5o8 h2.qqxc9otz { font-size: 2.6rem; }
.j5uo5o8 h3.c3j8m2le     { font-size: 1.9rem; }

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

/* Спільна база: abs-позиція на межі між секціями */
.d37e347   .r0gegvqp + .r0gegvqp::before,
.raftnl  .r0gegvqp + .r0gegvqp::before,
.odqcl9zb   .r0gegvqp + .r0gegvqp::before,
.puvj   .r0gegvqp + .r0gegvqp::before,
.lzzl   .r0gegvqp + .r0gegvqp::before,
.ah4by6 .r0gegvqp + .r0gegvqp::before {
  position: absolute; top: 0; left: 0; right: 0;
}

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

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

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

/* gap: просто більший відступ, без декору */
.ho8pmgja .r0gegvqp { margin-bottom: 32px; }
.ho8pmgja .r0gegvqp + .r0gegvqp { margin-top: 0; }

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

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

/* wave: заповнена хвиля hero-style — ::before виступає вгору з нової секції */
/* фон = колір поточної секції, маска = заповнений низ (як у hero) */
.pg61ae8 .r0gegvqp + .r0gegvqp::before,
.f9hhlyl2 .r0gegvqp + .r0gegvqp::before,
.p2b0 .r0gegvqp + .r0gegvqp::before {
  content: ""; display: block;
  position: absolute; top: -70px; left: 0; right: 0; height: 70px;
  background: var(--bg-page);
  pointer-events: none;
  -webkit-mask-size: 100% 100%; mask-size: 100% 100%;
}

/* section_bg=even: парні секції мають bg-surface, непарні — bg-page */
.qrkyoq7 .pg61ae8 .r0gegvqp:nth-child(even)::before,
.qrkyoq7 .f9hhlyl2 .r0gegvqp:nth-child(even)::before,
.qrkyoq7 .p2b0 .r0gegvqp:nth-child(even)::before { background: var(--bg-surface); }

/* section_bg=stripe: парні секції мають bg-card */
.nymnfo .pg61ae8 .r0gegvqp:nth-child(even)::before,
.nymnfo .f9hhlyl2 .r0gegvqp:nth-child(even)::before,
.nymnfo .p2b0 .r0gegvqp:nth-child(even)::before { background: var(--bg-card); }

/* wave-a: плавна S-хвиля (1 гребінь) */
.pg61ae8 .r0gegvqp + .r0gegvqp::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 гребені */
.f9hhlyl2 .r0gegvqp + .r0gegvqp::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: глибока дуга */
.p2b0 .r0gegvqp + .r0gegvqp::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 у формі хвилі */
.uptpn44 .qv0ri650::after,
.t7dd6 .qv0ri650::after,
.pkxqt .qv0ri650::after {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* wave-a: плавна S-хвиля (1 гребінь) */
.uptpn44 .qv0ri650::after {
  -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 гребені */
.t7dd6 .qv0ri650::after {
  -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: глибока дуга */
.pkxqt .qv0ri650::after {
  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");
}

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

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

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

/* alt: непарні зліва, парні справа */
.e4wx5rt .r0gegvqp:nth-child(odd)  .smys9 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.e4wx5rt .r0gegvqp:nth-child(even) .smys9 { float: right; width: 38%; margin: 0 0 16px 28px; }
.e4wx5rt .smys9 .soau { width: 100%; height: 240px; object-fit: cover; border-radius: 10px; }
.e4wx5rt .z3jh2g::after { content: ''; display: block; clear: both; }

/* BFC на кожен блок поруч із float: маркери не вилазять на картинку,
   блок не "ріжеться" — або повністю поруч із зображенням, або повністю під ним */
.xpdxf .z3jh2g > .qqxc9otz,
.xpdxf .z3jh2g > .t9p7u,
.xpdxf .z3jh2g > .mn31a4zn,
.xpdxf .z3jh2g > .x08sfr7,
.xa7nl07t .z3jh2g > .qqxc9otz,
.xa7nl07t .z3jh2g > .t9p7u,
.xa7nl07t .z3jh2g > .mn31a4zn,
.xa7nl07t .z3jh2g > .x08sfr7,
.e4wx5rt .z3jh2g > .qqxc9otz,
.e4wx5rt .z3jh2g > .t9p7u,
.e4wx5rt .z3jh2g > .mn31a4zn,
.e4wx5rt .z3jh2g > .x08sfr7 { display: flow-root; }

@media (max-width: 640px) {
  .xpdxf .smys9,
  .xa7nl07t .smys9,
  .e4wx5rt .smys9 { float: none; width: 100%; margin: 0 0 16px 0; }
}

/* ── content_width: ширина контентного контейнера ───────────────────────────*/
/* default = 1000px (задано в .eozli, .z3jh2g, .prra02) */
.jezh .eozli,
.jezh .z3jh2g,
.jezh .prra02  { max-width: 900px; }
.xnay .eozli,
.xnay .z3jh2g,
.xnay .prra02  { max-width: 1200px; }
.iqflvwk .eozli,
.iqflvwk .z3jh2g,
.iqflvwk .prra02  { max-width: 1440px; }

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

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

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

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

/* content-width: above — обидва класи на <body>, тому без пробілу */
.jezh.blb7g .ksp0l { max-width: 900px; }
.xnay.blb7g .ksp0l { max-width: 1200px; }
.iqflvwk.blb7g .ksp0l { max-width: 1440px; }
/* float — bc-float-wrap окремий елемент, тому з пробілом */
.jezh .tc7n { max-width: 900px; }
.xnay .tc7n { max-width: 1200px; }
.iqflvwk .tc7n { max-width: 1440px; }

/* ── section_gap: відстань між секціями (padding на .r0gegvqp) ───────────*/
.hojy .r0gegvqp { padding-top: 28px; padding-bottom: 28px; }
.fm07x63u .r0gegvqp { padding-top: 40px; padding-bottom: 40px; }
/* gap-md = base (52px) — без override */
.agv738bk .r0gegvqp { padding-top: 68px; padding-bottom: 68px; }
.qak1 .r0gegvqp { padding-top: 88px; padding-bottom: 88px; }

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

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

/* ── font_weight: жирність тексту ────────────────────────────────────────────*/
/* fw-300: тонкий */
.ntxt { font-weight: 300; }
.ntxt h2.qqxc9otz { font-weight: 600; }
.ntxt h3.c3j8m2le     { font-weight: 600; }
/* fw-400: default — без override */
/* fw-500: medium */
.jdrjipk7 { font-weight: 500; }
.jdrjipk7 h2.qqxc9otz { font-weight: 800; }
.jdrjipk7 h3.c3j8m2le     { font-weight: 700; }
/* fw-600: semibold */
.bv9xlj0 { font-weight: 600; }
.bv9xlj0 h2.qqxc9otz { font-weight: 900; }
.bv9xlj0 h3.c3j8m2le     { font-weight: 800; }
.bv9xlj0 .nzojv6 strong,
.bv9xlj0 .j8em,
.bv9xlj0 .t9p7u { font-weight: 600; }

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

/* minimal */
.nkec3 .prra02 { text-align: center; }
.nkec3 .q41h3 { justify-content: center; margin-bottom: 16px; }
.nkec3 .hs63zh3c { margin-top: 0; }

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

/* mobile footer */
@media (max-width: 640px) {
  .prra02 { padding-left: 16px; padding-right: 16px; }
  .op3bg7i2 .prra02 { padding: 20px 16px; }
  .q41h3 { gap: 4px 12px; }
  .hs63zh3c { font-size: 0.78rem; }
}

/* brand — лого+лінки зліва, legal справа */
.elg6f .prra02 { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.elg6f .qz5ytlj { flex: 1; min-width: 160px; }
.elg6f .dex6q5v8 { text-align: right; flex-shrink: 0; }
@media (max-width: 640px) { .elg6f .prra02 { flex-direction: column; gap: 1.2rem; } .elg6f .dex6q5v8 { text-align: left; flex-shrink: unset; width: 100%; } }

/* columns — 3 колонки */
.bndj6g5d .tyh1tbp { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; }
.bndj6g5d .mmu0pw5p:last-child { text-align: right; }
@media (max-width: 640px) { .bndj6g5d .tyh1tbp { grid-template-columns: 1fr; } .bndj6g5d .mmu0pw5p:last-child { text-align: left; } }

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

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

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

/* dark: завжди темний, незалежно від теми */
.vnv423 .bc1bf      { background: #0d1117; border-bottom-color: #21262d; }
.vnv423 .bo1a { color: var(--accent-light); }
.vnv423 .c3x7xf a { color: #8b949e; }
.vnv423 .c3x7xf a:hover { color: var(--accent-light); }
.vnv423 .ngxzydk { color: #8b949e; }
.vnv423 .j21k1 { background: #0d1117; border-top-color: #21262d; }
.vnv423 .hs63zh3c,
.vnv423 .cxmdbfp { color: #6e7681; }
@media (max-width: 640px) {
  .vnv423 .c3x7xf { background: #0d1117; border-top-color: #21262d; }
  .vnv423 .c3x7xf li a { border-bottom-color: #21262d; }
}

/* light: завжди світлий */
.yyyvr .bc1bf      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.yyyvr .bo1a { color: var(--accent); }
.yyyvr .c3x7xf a { color: #475569; }
.yyyvr .c3x7xf a:hover { color: var(--accent); }
.yyyvr .ngxzydk { color: #64748b; }
.yyyvr .j21k1 { background: #f0f4f8; border-top-color: #cbd5e1; }
.yyyvr .hs63zh3c,
.yyyvr .cxmdbfp { color: #64748b; }
@media (max-width: 640px) {
  .yyyvr .c3x7xf { background: #f0f4f8; border-top-color: #cbd5e1; }
  .yyyvr .c3x7xf li a { border-bottom-color: #cbd5e1; color: #475569; }
}

/* accent: кольоровий акцентний фон */
.jpp69vxk .bc1bf      { background: var(--accent); border-bottom-color: var(--accent-light); }
.jpp69vxk .bo1a { color: #fff; }
.jpp69vxk .c3x7xf a { color: rgba(255,255,255,0.82); }
.jpp69vxk .c3x7xf a:hover { color: #fff; }
.jpp69vxk .ngxzydk { color: rgba(255,255,255,0.9); }
.jpp69vxk .j21k1 { background: var(--accent); border-top-color: var(--accent-light); }
.jpp69vxk .hs63zh3c,
.jpp69vxk .cxmdbfp { color: rgba(255,255,255,0.72); }
@media (max-width: 640px) {
  .jpp69vxk .c3x7xf { background: var(--accent); border-top-color: var(--accent-light); }
  .jpp69vxk .c3x7xf li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}

/* glass: напівпрозорий з blur */
.knpi .bc1bf {
  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);
}
.knpi .j21k1 {
  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) {
  .knpi .c3x7xf {
    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 */
.rxw2nqzt .axcen3rh { height: 48px; }
.igx1su8v .axcen3rh { height: 56px; }
.xkglyyet .axcen3rh { height: 72px; }
.gwevbjgk .axcen3rh { height: 84px; }

/* ── nav_width: ширина контейнера ────────────────────────────────────────────*/
/* content = default (max-width: 1000px) — без override */
.op3bg7i2 .axcen3rh { max-width: none; padding: 0 32px; }
.op3bg7i2 .prra02  { max-width: none; padding: 24px 32px; }

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


/* ── nav_logo_shape: форма логотипа ─────────────────────────────────────────*/
/* sq = default (border-radius: 6px вже задано в базовому стилі) */
.x0w3 .uqdgwi2j { border-radius: 50%; }

/* ── nav_logo_bg: кольоровий фон тільки на картинці лого (навбар + футер) ───*/
/* none = без фону (default) */
.ez38o .uqdgwi2j,
.ez38o .o57nx { background: var(--accent); border-radius: 8px; }
.zlps .uqdgwi2j,
.zlps .o57nx { background: linear-gradient(135deg, var(--grad-start), var(--grad-end)); border-radius: 8px; }
.gau0thgw .uqdgwi2j,
.gau0thgw .o57nx { background: var(--accent); border-radius: 999px; }
.fbwjckn .uqdgwi2j,
.fbwjckn .o57nx { background: linear-gradient(135deg, var(--grad-start), var(--grad-end)); border-radius: 999px; }
.eypzad .uqdgwi2j,
.eypzad .o57nx { background: var(--accent); border-radius: 50%; }
.mhx7re .uqdgwi2j,
.mhx7re .o57nx { background: linear-gradient(135deg, var(--grad-start), var(--grad-end)); border-radius: 50%; }

/* ── nav_menu_weight: жирність пунктів меню ─────────────────────────────────*/
/* regular = default, успадковує font-weight */
.vek7bu   .c3x7xf a { font-weight: 500; }
.ld6w .c3x7xf a { font-weight: 600; }
.q230ntl     .c3x7xf a { font-weight: 700; }
.omna5    .c3x7xf a { font-weight: 800; letter-spacing: 0.01em; }

/* ── nav_menu_sep: розділювач між пунктами на desktop ───────────────────────*/
/* none = без розділювача */
.mrg7pv     .c3x7xf > li + li::before,
.jn5nlb0t    .c3x7xf > li + li::before,
.cqgjnua    .c3x7xf > li + li::before,
.uwdnmf9 .c3x7xf > li + li::before,
.zo1ujlt .c3x7xf > li + li::before,
.orbg  .c3x7xf > li + li::before,
.mjaaf9    .c3x7xf > li + li::before {
  margin-right: 10px; opacity: 0.4; color: currentColor;
}
.mrg7pv     .c3x7xf > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.jn5nlb0t    .c3x7xf > li + li::before { content: "|"; opacity: 0.3; }
.cqgjnua    .c3x7xf > li + li::before { content: "—"; opacity: 0.35; }
.uwdnmf9 .c3x7xf > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.zo1ujlt .c3x7xf > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; opacity: 0.5; }
.orbg  .c3x7xf > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.mjaaf9    .c3x7xf > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; opacity: 0.5; }

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

  /* ховаємо ☰ символ і центруємо кнопку */
  .v9mtl4 .ngxzydk,
  .ech4 .ngxzydk,
  .nya9m7 .ngxzydk,
  .h8v5 .ngxzydk,
  .qdmii .ngxzydk {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  /* базовий ::before */
  .v9mtl4 .ngxzydk::before,
  .ech4 .ngxzydk::before,
  .nya9m7 .ngxzydk::before,
  .h8v5 .ngxzydk::before,
  .qdmii .ngxzydk::before { content: ""; display: block; flex-shrink: 0; }

  /* 2 лінії: повна + 68% */
  .v9mtl4 .ngxzydk::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 лінії рівні */
  .ech4 .ngxzydk::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% */
  .nya9m7 .ngxzydk::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% */
  .h8v5 .ngxzydk::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% */
  .qdmii .ngxzydk::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) {
  .dtajx .ngxzydk {
    padding: 5px 14px; border-radius: 999px;
    border: 1.5px solid var(--border); background: var(--bg-card);
  }
  .dtajx .c3x7xf {
    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;
  }
  .dtajx .c3x7xf li a {
    border-bottom: none; padding: 10px 22px;
  }
  .dtajx .c3x7xf li a:hover { background: var(--bg-raised); }
}

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

/* sheet: з'їжджає знизу ────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .pvmcoqhx .ngxzydk {
    width: 38px; height: 38px; padding: 0;
    border-radius: 50%; border: 1.5px solid var(--border);
    background: var(--bg-card); font-size: 1.2rem;
  }
  .pvmcoqhx .c3x7xf {
    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);
  }
  .pvmcoqhx .c3x7xf::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .pvmcoqhx .c3x7xf.wkxxgt { transform: translateY(0); }
  .pvmcoqhx .c3x7xf li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}

/* overlay: повноекранне меню ───────────────────────────────────────────── */
@media (max-width: 640px) {
  .kjldqi .ngxzydk {
    padding: 6px 12px; border-radius: 8px;
    background: var(--accent); color: #fff; border: none; font-size: 1.2rem;
  }
  .kjldqi .c3x7xf {
    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;
  }
  .kjldqi .c3x7xf.wkxxgt { opacity: 1; pointer-events: auto; }
  .kjldqi .c3x7xf 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) {
  .ia9292s6     .ngxzydk { border-radius: 0 !important; }
  .r0e2zkj   .ngxzydk { border-radius: 8px !important; }
  .i20n06km .ngxzydk { border-radius: 50% !important; }
  .oy0zev5   .ngxzydk { border-radius: 999px !important; }
}

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

/* ── star_style: вигляд зірок (showcase + review) ───────────────────────────*/
/* default = accent color (задано в базових стилях .oxyelb1 / .r9fio) */
.nhklijl .oxyelb1,
.nhklijl .r9fio { color: #f59e0b; }
.wy6z5y1   .oxyelb1 { font-size: 1rem; letter-spacing: 1.5px; }
.wy6z5y1   .r9fio   { font-size: 1.35rem; }
.o54eta .oxyelb1,
.o54eta .r9fio { color: var(--text-muted); opacity: 0.7; }

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

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

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

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

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

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

/* corner: маленький #1/#2 у правому верхньому куті */
.w49r3 .yluw { counter-reset: cs-rank; }
.w49r3 .vju1yaf { position: relative; counter-increment: cs-rank; }
.w49r3 .vju1yaf::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-колонка рядка */
.re3247 .yluw { counter-reset: cs-rank; }
.re3247 .vju1yaf::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 2rem; font-weight: 900;
  color: var(--accent); opacity: 0.2;
  min-width: 32px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}

/* ── faq_style: вигляд FAQ ─────────────────────────────────────────────────*/
/* default = bg-card + +/− тогл (базові стилі .l9i2s вже задано) */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* ── color scheme ── */
:root {
  --accent:          #81b5ac;
  --accent-light:    #9cd1c7;
  --accent-pale:     #b2e7de;
  --grad-start:      #134a43;
  --grad-end:        #52857d;
  --bg-page: #0a0f0e;
  --bg-surface: #0a0f0e;
  --bg-card: #0e1513;
  --bg-card-inner: #131b1a;
  --bg-raised: #192120;
  --bg-hover: #1e2826;
  --border: #3f4a48;
  --border-alt: #6d7875;
  --border-section: #3f4a48;
  --text-primary: #dce8e4;
  --text-muted: #a2adaa;
  --text-body: #c3c7c5;
  --text-sub: #9a9f9d;
  --text-faint: #676c6a;
  --text-dim: #4e5352;
  --text-label: #808583;
  --text-value: #b5bab8;
  --accent-bg:       #003731;
  --accent-bg-light: #08433d;
  --bg-tip:        #1a2e1a;
  --bg-warning:    #2d1f0e;
  --bg-info:       #1a1f2e;
  --bg-pros:       #1a2e1a;
  --bg-cons:       #2d1a1a;
  --c-pros:        #6ee7b7;
  --c-cons:        #fca5a5;
  --c-pros-label:  #34d399;
  --c-tip-border:  #34d399;
  --c-warn-border: #f59e0b;
  --c-stars:       #f59e0b;
  --c-arrow:       #f59e0b;
  --c-tag-pay:     #6ee7b7;
}

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

.fkyqfd .q4nz { font-size: 0; width: 1.2rem; flex-shrink: 0; }.fkyqfd .q4nz::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.fkyqfd .z4xjwvn     .q4nz::before { content: "";  color: var(--c-tip-border); }.fkyqfd .y17f7 .q4nz::before { content: ""; color: var(--c-warn-border); }.fkyqfd .huqtqr69    .q4nz::before { content: ""; color: #60a5fa; }.vs6dh .fkyqfd .z4xjwvn     .q4nz::before { color: #10b981; }.vs6dh .fkyqfd .y17f7 .q4nz::before { color: #f43f5e; }.vs6dh .fkyqfd .huqtqr69    .q4nz::before { color: #a855f7; }.yx0icd  .fkyqfd .z4xjwvn     .q4nz::before { color: #eab308; }.yx0icd  .fkyqfd .y17f7 .q4nz::before { color: #ef4444; }.yx0icd  .fkyqfd .huqtqr69    .q4nz::before { color: #f97316; }.nnlid  .fkyqfd .z4xjwvn     .q4nz::before { color: #38bdf8; }.nnlid  .fkyqfd .y17f7 .q4nz::before { color: #818cf8; }.nnlid  .fkyqfd .huqtqr69    .q4nz::before { color: #2dd4bf; }.khxp .fkyqfd .q4nz::before { color: var(--accent-light) !important; }

.kwch .tedi47r li::before, .kwch .e33d5g li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.kwch .tedi47r li::before { content: ""; }.kwch .e33d5g li::before { content: ""; }.kwch .euc4z::before, .kwch .zy0rgxh::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.kwch .euc4z::before { content: ""; }.kwch .zy0rgxh::before { content: ""; }

.yc89ey .shpu, .yc89ey .pes18n { min-height: 420px; }

.mqlxbz .e7rh7j::after, .mqlxbz .wu0hji9::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; }

.cbve::before { content: '|'; opacity: 0.3; }