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

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

.ptx5wq {
  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) {
  .ptx5wq { display: block; }
  .igz1g {
    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;
  }
  .igz1g.bldu3c { display: flex; }
  .igz1g li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .igz1g li:last-child a { border-bottom: none; }
}

/* ── Hero: спільні стилі ─────────────────────────────────────────────────────*/
.jflxg { min-height: 480px; }
.gb6v8lw {
  font-size: 2.6rem; font-weight: 900; color: var(--accent-pale);
  line-height: 1.2; margin-bottom: 16px;
}
.axu4yc { font-size: 1.15rem; margin-bottom: 28px; }
.v93daa3 {
  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);
}
.v93daa3:hover { opacity: 0.9; transform: translateY(-2px); }

/* ── Hero: BG layout (картинка — повноширокий фон) ───────────────────────────*/
.z61uj35 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.aqsa6 {
  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) */
.z61uj35 .gnki {
  position: relative; z-index: 1;
  width: 100%; max-width: 1000px; padding: 48px 24px;
}
.z61uj35 .gb6v8lw { text-shadow: 0 2px 12px rgba(0,0,0,0.6); }
.z61uj35 .axu4yc { color: #e2e8f0; text-shadow: 0 1px 6px rgba(0,0,0,0.5); }

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

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

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

/* Split alignment — всередині text-колонки */
.srp5oi.uo91 .mcjqlm { align-items: center; text-align: center; }
.srp5oi.qfvns   .mcjqlm { align-items: flex-start; text-align: left; }

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

.dwsujzy .r549n,
.iy0p5 .r549n,
.it08t .r549n {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: hidden;
}
.dwsujzy .iz9epi,
.iy0p5 .iz9epi,
.it08t .iz9epi {
  position: static; flex-shrink: 0;
  width: min(380px, 100%); height: auto; aspect-ratio: 1/1; object-fit: cover;
}
.dwsujzy .xts2,
.iy0p5 .xts2,
.it08t .xts2 {
  position: static; width: min(380px, 100%); aspect-ratio: 1/1;
}

/* split-circle */
.dwsujzy .iz9epi {
  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);
}
.dwsujzy .xts2 { border-radius: 50%; }

/* split-square */
.iy0p5 .iz9epi {
  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);
}
.iy0p5 .xts2 { border-radius: 16px; }

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

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

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

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

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

/* інвертувати внутрішній padding media-блока */
.dwsujzy.paldee .r549n,
.iy0p5.paldee  .r549n,
.it08t.paldee .r549n { padding: 32px 0 32px 32px; }

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

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

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

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

/* rounded */
.q8eap9je .farlkmn8        { border-radius: 16px; }
.q8eap9je .yxhfx  { border-radius: 16px; }

/* shadow */
.ls9zs3 .farlkmn8         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ls9zs3 .yxhfx   { border-radius: 8px; }

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

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

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

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

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

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

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

.a8v4 .c6lfm:nth-child(even) .dnv8n7ke .wata:nth-child(odd),
.j6td3dw5 .c6lfm:nth-child(even) .dnv8n7ke .wata:nth-child(odd)  { background: var(--bg-card); }
.a8v4 .c6lfm:nth-child(even) .dnv8n7ke .wata:nth-child(even),
.j6td3dw5 .c6lfm:nth-child(even) .dnv8n7ke .wata:nth-child(even) { background: var(--bg-card-inner); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* plain: простий текст */
.q4tvxw5f .i9gt,
.q4tvxw5f .awvo6,
.q4tvxw5f .ka1ozm8,
.q4tvxw5f .mfvj { font-style: normal; color: var(--text-body); }

/* dash: ліва вертикальна чорточка */
.rg9miym .i9gt,
.rg9miym .awvo6 {
  font-style: italic;
  border-left: 3px solid var(--border-section); padding-left: 12px;
}
.rg9miym .ka1ozm8,
.rg9miym .mfvj {
  font-style: italic;
  border-left: 2px solid var(--border); padding-left: 10px;
}

/* bg: підкладка з фоном */
.au3mwx76 .i9gt,
.au3mwx76 .awvo6,
.au3mwx76 .ka1ozm8,
.au3mwx76 .mfvj {
  font-style: normal;
  background: var(--bg-raised); border-radius: 6px;
  padding: 10px 14px; color: var(--text-sub);
}

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

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

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

.ilymw    .b0huy4ed li, .ilymw    .sjzemeo li,
.ekli0h2x .b0huy4ed li, .ekli0h2x .sjzemeo li,
.lg696n5 .b0huy4ed li, .lg696n5 .sjzemeo li,
.tpivzu   .b0huy4ed li, .tpivzu   .sjzemeo li {
  list-style: none; display: flex; align-items: baseline; gap: 0.55em;
}

.ilymw    .b0huy4ed li::before, .ilymw    .sjzemeo li::before { content: "●"; color: var(--accent); flex-shrink: 0; }
.ekli0h2x .b0huy4ed li::before, .ekli0h2x .sjzemeo li::before { content: "■"; color: var(--accent); flex-shrink: 0; }
.lg696n5 .b0huy4ed li::before, .lg696n5 .sjzemeo li::before { content: "◆"; color: var(--accent); flex-shrink: 0; font-size: 0.75em; }
.tpivzu   .b0huy4ed li::before, .tpivzu   .sjzemeo li::before { content: "★"; color: var(--accent); flex-shrink: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

/* pill = solid but very rounded */
.jmsvl63 .v93daa3 { border-radius: 50px; }
.jmsvl63 .ceso71  { border-radius: 50px; }

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

/* ── btn_icon: SVG-іконки на .v93daa3 і .ceso71 (mask на currentColor) ──────*/
/* ::after — усі іконки після тексту (праворуч) */
.q71tds   .v93daa3::after, .q71tds   .ceso71::after,
.exqy7pdx .v93daa3::after, .exqy7pdx .ceso71::after,
.f2yoc    .v93daa3::after, .f2yoc    .ceso71::after,
.dakuds    .v93daa3::after, .dakuds    .ceso71::after,
.mxfda    .v93daa3::after, .mxfda    .ceso71::after,
.ez8b     .v93daa3::after, .ez8b     .ceso71::after,
.pqqdm7    .v93daa3::after, .pqqdm7    .ceso71::after,
.nqh33   .v93daa3::after, .nqh33   .ceso71::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 — кожна іконка */
.q71tds .v93daa3::after, .q71tds .ceso71::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");
}
.exqy7pdx .v93daa3::after, .exqy7pdx .ceso71::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");
}
.f2yoc .v93daa3::after, .f2yoc .ceso71::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");
}
.dakuds .v93daa3::after, .dakuds .ceso71::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");
}
.mxfda .v93daa3::after, .mxfda .ceso71::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");
}
.ez8b .v93daa3::after, .ez8b .ceso71::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");
}
.pqqdm7 .v93daa3::after, .pqqdm7 .ceso71::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");
}
.nqh33 .v93daa3::after, .nqh33 .ceso71::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 ─────────────────────────────────────────────────────────*/
.fn7d { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }


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

/* ── Casino reviews ──────────────────────────────────────────────────────────*/
.uawkdfr {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.r4p8 {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.z6pj {
  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;
}
.z6pj img { max-width: 80px; max-height: 50px; object-fit: contain; }
.hhjnvd { color: var(--accent); font-weight: 700; font-size: 0.85rem; text-align: center; }
.f121fsf { flex: 1; }
.f121fsf h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.i4q3a { color: var(--c-stars); font-size: 1.1rem; }
.hvdncf5i { margin-bottom: 8px; }
.s3i2vsq { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.dqfbxzz::before   { content: "★ "; color: var(--accent); }
.kv67j8xa::before { content: "↓ "; color: var(--accent); }
.ieobw6p::before { content: "✦ "; color: var(--accent); }
.oethkjn { flex-shrink: 0; }
.w7qvjlx img.f9ais6 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.u3wd { padding: 20px 24px; }
.iivn38s4 { color: var(--text-muted); margin-bottom: 16px; }
.kmt52a { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.mw74kr, .l1e14 { list-style: none; font-size: 0.9rem; }
.mw74kr li { color: var(--c-pros); margin-bottom: 4px; }
.l1e14 li { color: var(--c-cons); margin-bottom: 4px; }
/* CSS маркери для pros/cons замість символів в HTML */
.mw74kr li::before { content: "✓"; margin-right: 5px; }
.l1e14 li::before { content: "✗"; margin-right: 5px; }
.kf0nz .mw74kr li::before { content: "→"; }
.kf0nz .l1e14 li::before { content: "–"; }
.abl9  .mw74kr li::before { content: "★"; }
.abl9  .l1e14 li::before { content: "✕"; }
.hqu0lx    .mw74kr li::before { content: "◆"; }
.hqu0lx    .l1e14 li::before { content: "▲"; }
.l7mtg  .mw74kr li::before { content: "▶"; }
.l7mtg  .l1e14 li::before { content: "■"; }
.wi9684p { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.jnkx { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.ndv4 { background: var(--bg-pros); color: var(--c-tag-pay); }

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


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

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

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

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

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

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

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

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

/* ranked: accent-pill значення + uppercase лейбли (нумерація — через cs_rank) */
.eelfnr9 .gljm {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.eelfnr9 .q1plsy {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.eelfnr9 .j0clw { color: var(--accent); }
.eelfnr9 .r4p8 { background: var(--accent-bg); }
.eelfnr9 .dqfbxzz, .eelfnr9 .kv67j8xa, .eelfnr9 .ieobw6p {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}

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

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

/* compact: менші відступи всюди */
.pt9sca5q .iqnwhu { padding: 6px 10px; gap: 6px; }
.pt9sca5q .soce { height: 32px; min-width: 52px; }
.pt9sca5q .d05ok1w { max-height: 24px; }
.pt9sca5q .n0xzy { font-size: 0.82rem; }
.pt9sca5q .r4p8 { padding: 14px 18px; gap: 14px; }
.pt9sca5q .u3wd { padding: 14px 18px; }
.pt9sca5q .z6pj { width: 70px; }
.pt9sca5q .f121fsf h3 { font-size: 1.05rem; }

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

/* bordered: таблиця з усіма рамками */
.un0jsw .fn7d {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.un0jsw .iqnwhu {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); gap: 0;
}
.un0jsw .iqnwhu:last-child { border-bottom: none; }
/* вертикальні межі між колонками */
.un0jsw .j0clw,
.un0jsw .qcotj,
.un0jsw .r4hdy4,
.un0jsw .wdhr14n,
.un0jsw .t0zood4,
.un0jsw .seus { border-left: 1px solid var(--border); padding-left: 10px; }
.un0jsw .n0xzy { padding: 0 10px; }

/* ── cs_cols: feature — бонус-колонка виділена як головна ──────────────────*/
.jq0hfk .qcotj { flex: 1.8; }
.jq0hfk .qcotj .q1plsy {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
}
.jq0hfk .qcotj .gljm { font-weight: 700; color: var(--text-primary); }
.jq0hfk .r4hdy4,
.jq0hfk .wdhr14n,
.jq0hfk .t0zood4 { flex: 0.75; opacity: 0.65; }

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

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

/* ── Sections ────────────────────────────────────────────────────────────────*/
.c6lfm { margin-bottom: 0; }
.ontysyuz h2.ygn1 { color: var(--accent-light); border-color: var(--accent); }
.unqph h2.ygn1 { color: var(--accent-light); border-color: var(--accent); }

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

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

/* vivid: смарагд / рожевий / фіолетовий */
.wbsh .e1xw     { background: #052e16; border-color: #10b981; }
.wbsh .fvx0zu { background: #2d0a1e; border-color: #f43f5e; }
.wbsh .ivhp3h    { background: #1e1036; border-color: #a855f7; }
.wbsh .etjpll strong  { color: #f1f5f9; }
.wbsh .etjpll p       { color: #cbd5e1; }
.wbsh .snp7iz6n    .e1xw     .r85j4x1::before,
.wbsh .civol6l  .e1xw     .r85j4x1::before,
.wbsh .nd2mqa  .e1xw     .r85j4x1::before,
.wbsh .png3ak .e1xw     .r85j4x1::before { color: #10b981; }
.wbsh .snp7iz6n    .fvx0zu .r85j4x1::before,
.wbsh .civol6l  .fvx0zu .r85j4x1::before,
.wbsh .nd2mqa  .fvx0zu .r85j4x1::before,
.wbsh .png3ak .fvx0zu .r85j4x1::before { color: #f43f5e; }
.wbsh .snp7iz6n    .ivhp3h    .r85j4x1::before,
.wbsh .civol6l  .ivhp3h    .r85j4x1::before,
.wbsh .nd2mqa  .ivhp3h    .r85j4x1::before,
.wbsh .png3ak .ivhp3h    .r85j4x1::before { color: #a855f7; }

/* warm: жовтий / червоний / помаранчевий */
.uapjwy2 .e1xw     { background: #2d2000; border-color: #eab308; }
.uapjwy2 .fvx0zu { background: #2d0b0b; border-color: #ef4444; }
.uapjwy2 .ivhp3h    { background: #2d1600; border-color: #f97316; }
.uapjwy2 .etjpll strong  { color: #f1f5f9; }
.uapjwy2 .etjpll p       { color: #cbd5e1; }
.uapjwy2 .snp7iz6n    .e1xw     .r85j4x1::before,
.uapjwy2 .civol6l  .e1xw     .r85j4x1::before,
.uapjwy2 .nd2mqa  .e1xw     .r85j4x1::before,
.uapjwy2 .png3ak .e1xw     .r85j4x1::before { color: #eab308; }
.uapjwy2 .snp7iz6n    .fvx0zu .r85j4x1::before,
.uapjwy2 .civol6l  .fvx0zu .r85j4x1::before,
.uapjwy2 .nd2mqa  .fvx0zu .r85j4x1::before,
.uapjwy2 .png3ak .fvx0zu .r85j4x1::before { color: #ef4444; }
.uapjwy2 .snp7iz6n    .ivhp3h    .r85j4x1::before,
.uapjwy2 .civol6l  .ivhp3h    .r85j4x1::before,
.uapjwy2 .nd2mqa  .ivhp3h    .r85j4x1::before,
.uapjwy2 .png3ak .ivhp3h    .r85j4x1::before { color: #f97316; }

/* cool: блакитний / індиго / бірюзовий */
.ubpqyk6 .e1xw     { background: #0c1a2e; border-color: #38bdf8; }
.ubpqyk6 .fvx0zu { background: #12103a; border-color: #818cf8; }
.ubpqyk6 .ivhp3h    { background: #0a2020; border-color: #2dd4bf; }
.ubpqyk6 .etjpll strong  { color: #f1f5f9; }
.ubpqyk6 .etjpll p       { color: #cbd5e1; }
.ubpqyk6 .snp7iz6n    .e1xw     .r85j4x1::before,
.ubpqyk6 .civol6l  .e1xw     .r85j4x1::before,
.ubpqyk6 .nd2mqa  .e1xw     .r85j4x1::before,
.ubpqyk6 .png3ak .e1xw     .r85j4x1::before { color: #38bdf8; }
.ubpqyk6 .snp7iz6n    .fvx0zu .r85j4x1::before,
.ubpqyk6 .civol6l  .fvx0zu .r85j4x1::before,
.ubpqyk6 .nd2mqa  .fvx0zu .r85j4x1::before,
.ubpqyk6 .png3ak .fvx0zu .r85j4x1::before { color: #818cf8; }
.ubpqyk6 .snp7iz6n    .ivhp3h    .r85j4x1::before,
.ubpqyk6 .civol6l  .ivhp3h    .r85j4x1::before,
.ubpqyk6 .nd2mqa  .ivhp3h    .r85j4x1::before,
.ubpqyk6 .png3ak .ivhp3h    .r85j4x1::before { color: #2dd4bf; }

/* accent: використовує динамічний акцент */
.rsqpyu .e1xw     { background: var(--accent-bg); border-color: var(--accent); }
.rsqpyu .fvx0zu { background: var(--accent-bg-light); border-color: var(--accent-light); }
.rsqpyu .ivhp3h    { background: var(--accent-bg); border-color: var(--accent-pale); }
.rsqpyu .snp7iz6n    .r85j4x1::before,
.rsqpyu .civol6l  .r85j4x1::before,
.rsqpyu .nd2mqa  .r85j4x1::before,
.rsqpyu .png3ak .r85j4x1::before { color: var(--accent-light) !important; }

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

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

/* classic — фіксовані контрастні кольори незалежно від акценту */
.zj2myco .kt0kw9ha ul li,
.zj2myco .mw74kr li         { color: #4ade80; }
.zj2myco .kt0kw9ha .fvi2i { color: #22c55e; }
.zj2myco .qx5pjlvp ul li,
.zj2myco .l1e14 li         { color: #f87171; }
.zj2myco .qx5pjlvp .mp5irvgp { color: #ef4444; }

/* blue: синій pros / amber cons */
.kcsnr5mk .kt0kw9ha { background: #0c1a2e; }
.kcsnr5mk .qx5pjlvp { background: #2d1f00; }
.kcsnr5mk .kt0kw9ha .fvi2i { color: #93c5fd; }
.kcsnr5mk .qx5pjlvp .mp5irvgp { color: #fcd34d; }
.kcsnr5mk .kt0kw9ha ul li,
.kcsnr5mk .mw74kr li            { color: #bfdbfe; }
.kcsnr5mk .qx5pjlvp ul li,
.kcsnr5mk .l1e14 li            { color: #fde68a; }

/* accent: label акцентний, текст завжди читабельний */
.bekjpud5 .kt0kw9ha { background: var(--accent-bg); }
.bekjpud5 .qx5pjlvp { background: var(--accent-bg-light); }
.bekjpud5 .kt0kw9ha .fvi2i { color: var(--accent-pale); }
.bekjpud5 .qx5pjlvp .mp5irvgp { color: var(--accent-light); }
.bekjpud5 .kt0kw9ha ul li,
.bekjpud5 .mw74kr li          { color: var(--text-body); }
.bekjpud5 .qx5pjlvp ul li,
.bekjpud5 .l1e14 li          { color: var(--text-body); }

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

/* check: ✓ / ✗ */
.v1smt .fvi2i::before { content: "✓ "; }
.v1smt .mp5irvgp::before { content: "✗ "; }

/* arrows: → / ← */
.kf0nz .fvi2i::before { content: "→ "; }
.kf0nz .mp5irvgp::before { content: "← "; }

/* marks: ★ / ✕ */
.abl9 .fvi2i::before { content: "★ "; }
.abl9 .mp5irvgp::before { content: "✕ "; }

/* geo: ◆ / ▲ */
.hqu0lx .fvi2i::before { content: "◆ "; }
.hqu0lx .mp5irvgp::before { content: "▲ "; }

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

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

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

/* topbar: смуга зверху */
.e5y1 .etjpll { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.e5y1 .e1xw     { border-top-color: var(--c-tip-border); }
.e5y1 .fvx0zu { border-top-color: var(--c-warn-border); }
.e5y1 .ivhp3h    { border-top-color: #60a5fa; }

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

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

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

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

.snp7iz6n .r85j4x1,
.civol6l .r85j4x1,
.nd2mqa .r85j4x1,
.png3ak .r85j4x1 { font-size: 0; width: 1.1rem; flex-shrink: 0; }

.snp7iz6n .r85j4x1::before,
.civol6l .r85j4x1::before,
.nd2mqa .r85j4x1::before,
.png3ak .r85j4x1::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}

/* geo: ✦ ▲ ◉ */
.snp7iz6n .e1xw     .r85j4x1::before { content: "✦"; color: var(--c-tip-border); }
.snp7iz6n .fvx0zu .r85j4x1::before { content: "▲"; color: var(--c-warn-border); }
.snp7iz6n .ivhp3h    .r85j4x1::before { content: "◉"; color: #60a5fa; }

/* marks: ★ ◆ ● */
.civol6l .e1xw     .r85j4x1::before { content: "★"; color: var(--c-tip-border); }
.civol6l .fvx0zu .r85j4x1::before { content: "◆"; color: var(--c-warn-border); }
.civol6l .ivhp3h    .r85j4x1::before { content: "●"; color: #60a5fa; }

/* sharp: ▶ ■ ▸ */
.nd2mqa .e1xw     .r85j4x1::before { content: "▶"; color: var(--c-tip-border); }
.nd2mqa .fvx0zu .r85j4x1::before { content: "■"; color: var(--c-warn-border); }
.nd2mqa .ivhp3h    .r85j4x1::before { content: "▸"; color: #60a5fa; }

/* arrows: → ⬥ ◈ */
.png3ak .e1xw     .r85j4x1::before { content: "→"; color: var(--c-tip-border); }
.png3ak .fvx0zu .r85j4x1::before { content: "⬥"; color: var(--c-warn-border); }
.png3ak .ivhp3h    .r85j4x1::before { content: "◈"; color: #60a5fa; }

/* ── shadow variant ──────────────────────────────────────────────────────────*/
.kalm .rc9jcq .wata,
.kalm .dnv8n7ke .wata  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.kalm .x0fn                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.kalm .iqnwhu                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.kalm .uawkdfr            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.kalm .w9slg          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.kalm .bc4yz                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }

/* shadow-none: скидаємо будь-які тіні */
.udt5 .rc9jcq .wata,
.udt5 .dnv8n7ke .wata,
.udt5 .x0fn,
.udt5 .iqnwhu,
.udt5 .uawkdfr,
.udt5 .w9slg,
.udt5 .bc4yz,
.udt5 .nk34 .etjpll { box-shadow: none; }

/* ── text_size variants ──────────────────────────────────────────────────────*/
.o3i3kx   body, .o3i3kx   { font-size: 0.82rem; }
.o3i3kx   .vjzs, .o3i3kx .ka1ozm8, .o3i3kx .mfvj,
.o3i3kx   .i9gt, .o3i3kx .awvo6 { font-size: 0.82rem; }
.o3i3kx   .b0huy4ed, .o3i3kx .jhe8 { font-size: 0.82rem; }

.sdqzwc   .vjzs, .sdqzwc .ka1ozm8, .sdqzwc .mfvj,
.sdqzwc   .i9gt, .sdqzwc .awvo6 { font-size: 0.9rem; }
.sdqzwc   .b0huy4ed, .sdqzwc .jhe8 { font-size: 0.9rem; }

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

.sdgdsf4   .vjzs, .sdgdsf4 .ka1ozm8, .sdgdsf4 .mfvj,
.sdgdsf4   .i9gt, .sdgdsf4 .awvo6 { font-size: 1.08rem; }
.sdgdsf4   .b0huy4ed, .sdgdsf4 .jhe8 { font-size: 1.05rem; }
.sdgdsf4   .ro2du { font-size: 0.97rem; }

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

/* large */
.hc3g .gb6v8lw      { font-size: 3.2rem; }
.hc3g h2.ygn1 { font-size: 1.9rem; }
.hc3g h3.zizm2gl     { font-size: 1.4rem; }

/* display */
.io4rrvy .gb6v8lw      { font-size: 3.8rem; }
.io4rrvy h2.ygn1 { font-size: 2.2rem; }
.io4rrvy h3.zizm2gl     { font-size: 1.6rem; }

/* giant */
.zslwzs1b .gb6v8lw      { font-size: 4.6rem; font-weight: 900; line-height: 1.05; }
.zslwzs1b h2.ygn1 { font-size: 2.6rem; }
.zslwzs1b h3.zizm2gl     { font-size: 1.9rem; }

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

/* Спільна база: abs-позиція на межі між секціями */
.f7y253   .c6lfm + .c6lfm::before,
.l11ausvm  .c6lfm + .c6lfm::before,
.r66s   .c6lfm + .c6lfm::before,
.hp5y   .c6lfm + .c6lfm::before,
.cnjj   .c6lfm + .c6lfm::before,
.r0w5rt5e .c6lfm + .c6lfm::before {
  position: absolute; top: 0; left: 0; right: 0;
}

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

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

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

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

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

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

/* wave: заповнена хвиля hero-style — ::before виступає вгору з нової секції */
/* фон = колір поточної секції, маска = заповнений низ (як у hero) */
.xtnm .c6lfm + .c6lfm::before,
.khije .c6lfm + .c6lfm::before,
.pqvq51s .c6lfm + .c6lfm::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 */
.a8v4 .xtnm .c6lfm:nth-child(even)::before,
.a8v4 .khije .c6lfm:nth-child(even)::before,
.a8v4 .pqvq51s .c6lfm:nth-child(even)::before { background: var(--bg-surface); }

/* section_bg=stripe: парні секції мають bg-card */
.j6td3dw5 .xtnm .c6lfm:nth-child(even)::before,
.j6td3dw5 .khije .c6lfm:nth-child(even)::before,
.j6td3dw5 .pqvq51s .c6lfm:nth-child(even)::before { background: var(--bg-card); }

/* wave-a: плавна S-хвиля (1 гребінь) */
.xtnm .c6lfm + .c6lfm::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 гребені */
.khije .c6lfm + .c6lfm::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: глибока дуга */
.pqvq51s .c6lfm + .c6lfm::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 у формі хвилі */
.dm90yrp .z61uj35::after,
.qbsm0z .z61uj35::after,
.drj2cw .z61uj35::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 гребінь) */
.dm90yrp .z61uj35::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 гребені */
.qbsm0z .z61uj35::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: глибока дуга */
.drj2cw .z61uj35::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%, текст обтікає справа */
.jorydzq4 .farlkmn8 { float: left; width: 38%; margin: 0 28px 16px 0; }
.jorydzq4 .farlkmn8 .yxhfx { width: 100%; height: 240px; object-fit: cover; border-radius: 10px; }
.jorydzq4 .s1yru::after { content: ''; display: block; clear: both; }

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

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

/* BFC на кожен блок поруч із float: маркери не вилазять на картинку,
   блок не "ріжеться" — або повністю поруч із зображенням, або повністю під ним */
.jorydzq4 .s1yru > .ygn1,
.jorydzq4 .s1yru > .i9gt,
.jorydzq4 .s1yru > .awvo6,
.jorydzq4 .s1yru > .wata,
.nmk3tkg .s1yru > .ygn1,
.nmk3tkg .s1yru > .i9gt,
.nmk3tkg .s1yru > .awvo6,
.nmk3tkg .s1yru > .wata,
.buhrehwq .s1yru > .ygn1,
.buhrehwq .s1yru > .i9gt,
.buhrehwq .s1yru > .awvo6,
.buhrehwq .s1yru > .wata { display: flow-root; }

@media (max-width: 640px) {
  .jorydzq4 .farlkmn8,
  .nmk3tkg .farlkmn8,
  .buhrehwq .farlkmn8 { float: none; width: 100%; margin: 0 0 16px 0; }
}

/* ── content_width: ширина контентного контейнера ───────────────────────────*/
/* default = 1000px (задано в .y99g, .s1yru, .ddv6) */
.h4y3vecq .y99g,
.h4y3vecq .s1yru,
.h4y3vecq .ddv6  { max-width: 900px; }
.hiesk1 .y99g,
.hiesk1 .s1yru,
.hiesk1 .ddv6  { max-width: 1200px; }
.f5fixcv .y99g,
.f5fixcv .s1yru,
.f5fixcv .ddv6  { max-width: 1440px; }

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

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

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

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

/* content-width: above — обидва класи на <body>, тому без пробілу */
.h4y3vecq.m4lcsxd .b4erk { max-width: 900px; }
.hiesk1.m4lcsxd .b4erk { max-width: 1200px; }
.f5fixcv.m4lcsxd .b4erk { max-width: 1440px; }
/* float — bc-float-wrap окремий елемент, тому з пробілом */
.h4y3vecq .d5i8ikm { max-width: 900px; }
.hiesk1 .d5i8ikm { max-width: 1200px; }
.f5fixcv .d5i8ikm { max-width: 1440px; }

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

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

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

/* ── font_weight: жирність тексту ────────────────────────────────────────────*/
/* fw-300: тонкий */
.wn14 { font-weight: 300; }
.wn14 h2.ygn1 { font-weight: 600; }
.wn14 h3.zizm2gl     { font-weight: 600; }
/* fw-400: default — без override */
/* fw-500: medium */
.p652gjs1 { font-weight: 500; }
.p652gjs1 h2.ygn1 { font-weight: 800; }
.p652gjs1 h3.zizm2gl     { font-weight: 700; }
/* fw-600: semibold */
.dohe6ut9 { font-weight: 600; }
.dohe6ut9 h2.ygn1 { font-weight: 900; }
.dohe6ut9 h3.zizm2gl     { font-weight: 800; }
.dohe6ut9 .etjpll strong,
.dohe6ut9 .ka1ozm8,
.dohe6ut9 .i9gt { font-weight: 600; }

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

/* minimal */
.ue7zmwq6 .ddv6 { text-align: center; }
.ue7zmwq6 .r9in { justify-content: center; margin-bottom: 16px; }
.ue7zmwq6 .f9syshi { margin-top: 0; }

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

/* mobile footer */
@media (max-width: 640px) {
  .ddv6 { padding-left: 16px; padding-right: 16px; }
  .k58wncy0 .ddv6 { padding: 20px 16px; }
  .r9in { gap: 4px 12px; }
  .f9syshi { font-size: 0.78rem; }
}

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

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

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

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

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

/* dark: завжди темний, незалежно від теми */
.momvm05j .jj6x83bt      { background: #0d1117; border-bottom-color: #21262d; }
.momvm05j .g7p0 { color: var(--accent-light); }
.momvm05j .igz1g a { color: #8b949e; }
.momvm05j .igz1g a:hover { color: var(--accent-light); }
.momvm05j .ptx5wq { color: #8b949e; }
.momvm05j .elu4v { background: #0d1117; border-top-color: #21262d; }
.momvm05j .f9syshi,
.momvm05j .cv1lvb2y { color: #6e7681; }
@media (max-width: 640px) {
  .momvm05j .igz1g { background: #0d1117; border-top-color: #21262d; }
  .momvm05j .igz1g li a { border-bottom-color: #21262d; }
}

/* light: завжди світлий */
.o6h78g1 .jj6x83bt      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.o6h78g1 .g7p0 { color: var(--accent); }
.o6h78g1 .igz1g a { color: #475569; }
.o6h78g1 .igz1g a:hover { color: var(--accent); }
.o6h78g1 .ptx5wq { color: #64748b; }
.o6h78g1 .elu4v { background: #f0f4f8; border-top-color: #cbd5e1; }
.o6h78g1 .f9syshi,
.o6h78g1 .cv1lvb2y { color: #64748b; }
@media (max-width: 640px) {
  .o6h78g1 .igz1g { background: #f0f4f8; border-top-color: #cbd5e1; }
  .o6h78g1 .igz1g li a { border-bottom-color: #cbd5e1; color: #475569; }
}

/* accent: кольоровий акцентний фон */
.x5d0 .jj6x83bt      { background: var(--accent); border-bottom-color: var(--accent-light); }
.x5d0 .g7p0 { color: #fff; }
.x5d0 .igz1g a { color: rgba(255,255,255,0.82); }
.x5d0 .igz1g a:hover { color: #fff; }
.x5d0 .ptx5wq { color: rgba(255,255,255,0.9); }
.x5d0 .elu4v { background: var(--accent); border-top-color: var(--accent-light); }
.x5d0 .f9syshi,
.x5d0 .cv1lvb2y { color: rgba(255,255,255,0.72); }
@media (max-width: 640px) {
  .x5d0 .igz1g { background: var(--accent); border-top-color: var(--accent-light); }
  .x5d0 .igz1g li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}

/* glass: напівпрозорий з blur */
.kfq3fyi .jj6x83bt {
  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);
}
.kfq3fyi .elu4v {
  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) {
  .kfq3fyi .igz1g {
    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 */
.jmtrg .wqku5h2j { height: 48px; }
.t8add .wqku5h2j { height: 56px; }
.zq1m .wqku5h2j { height: 72px; }
.tgr09 .wqku5h2j { height: 84px; }

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

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


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

/* ── nav_logo_bg: кольоровий фон тільки на картинці лого (навбар + футер) ───*/
/* none = без фону (default) */
.wcwmkki1 .dfyepw,
.wcwmkki1 .jlrseb { background: var(--accent); border-radius: 8px; }
.k601n64y .dfyepw,
.k601n64y .jlrseb { background: linear-gradient(135deg, var(--grad-start), var(--grad-end)); border-radius: 8px; }
.rry5l8 .dfyepw,
.rry5l8 .jlrseb { background: var(--accent); border-radius: 999px; }
.yih2 .dfyepw,
.yih2 .jlrseb { background: linear-gradient(135deg, var(--grad-start), var(--grad-end)); border-radius: 999px; }
.m76e9e .dfyepw,
.m76e9e .jlrseb { background: var(--accent); border-radius: 50%; }
.bq3a .dfyepw,
.bq3a .jlrseb { background: linear-gradient(135deg, var(--grad-start), var(--grad-end)); border-radius: 50%; }

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

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

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

  /* ховаємо ☰ символ і центруємо кнопку */
  .wqt0x .ptx5wq,
  .vczh .ptx5wq,
  .pun0u .ptx5wq,
  .trgzt9e .ptx5wq,
  .c8hc5u .ptx5wq {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  /* базовий ::before */
  .wqt0x .ptx5wq::before,
  .vczh .ptx5wq::before,
  .pun0u .ptx5wq::before,
  .trgzt9e .ptx5wq::before,
  .c8hc5u .ptx5wq::before { content: ""; display: block; flex-shrink: 0; }

  /* 2 лінії: повна + 68% */
  .wqt0x .ptx5wq::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 лінії рівні */
  .vczh .ptx5wq::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% */
  .pun0u .ptx5wq::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% */
  .trgzt9e .ptx5wq::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% */
  .c8hc5u .ptx5wq::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) {
  .h15fm .ptx5wq {
    padding: 5px 14px; border-radius: 999px;
    border: 1.5px solid var(--border); background: var(--bg-card);
  }
  .h15fm .igz1g {
    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;
  }
  .h15fm .igz1g li a {
    border-bottom: none; padding: 10px 22px;
  }
  .h15fm .igz1g li a:hover { background: var(--bg-raised); }
}

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

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

/* overlay: повноекранне меню ───────────────────────────────────────────── */
@media (max-width: 640px) {
  .hvtc .ptx5wq {
    padding: 6px 12px; border-radius: 8px;
    background: var(--accent); color: #fff; border: none; font-size: 1.2rem;
  }
  .hvtc .igz1g {
    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;
  }
  .hvtc .igz1g.bldu3c { opacity: 1; pointer-events: auto; }
  .hvtc .igz1g 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) {
  .e1j5p     .ptx5wq { border-radius: 0 !important; }
  .hahgg   .ptx5wq { border-radius: 8px !important; }
  .ogdh .ptx5wq { border-radius: 50% !important; }
  .b1tef68   .ptx5wq { border-radius: 999px !important; }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* ── color scheme ── */
:root {
  --accent:          #596090;
  --accent-light:    #7981b3;
  --accent-pale:     #aeb5eb;
  --grad-start:      #313865;
  --grad-end:        #596090;
  --bg-page: #dad9e4;
  --bg-surface: #fbf8fe;
  --bg-card: #f5f2fb;
  --bg-card-inner: #efedf6;
  --bg-raised: #e9e7f1;
  --bg-hover: #e3e1ed;
  --border: #b2b1bc;
  --border-alt: #7a7a84;
  --border-section: #b2b1bc;
  --text-primary: #31323b;
  --text-muted: #5e5e68;
  --text-body: #303035;
  --text-sub: #47464b;
  --text-faint: #6b6a6f;
  --text-dim: #919095;
  --text-label: #5e5e63;
  --text-value: #3b3b40;
  --accent-bg:       #dee0ff;
  --accent-bg-light: #cdd2ff;
  --bg-tip:        #f0fdf4;
  --bg-warning:    #fffbeb;
  --bg-info:       #eff6ff;
  --bg-pros:       #f0fdf4;
  --bg-cons:       #fef2f2;
  --c-pros:        #15803d;
  --c-cons:        #b91c1c;
  --c-pros-label:  #16a34a;
  --c-tip-border:  #059669;
  --c-warn-border: #d97706;
  --c-stars:       #b45309;
  --c-arrow:       #d97706;
  --c-tag-pay:     #15803d;
}

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

.fxqto3xi .r85j4x1 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.fxqto3xi .r85j4x1::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.fxqto3xi .e1xw     .r85j4x1::before { content: "";  color: var(--c-tip-border); }.fxqto3xi .fvx0zu .r85j4x1::before { content: ""; color: var(--c-warn-border); }.fxqto3xi .ivhp3h    .r85j4x1::before { content: ""; color: #60a5fa; }.wbsh .fxqto3xi .e1xw     .r85j4x1::before { color: #10b981; }.wbsh .fxqto3xi .fvx0zu .r85j4x1::before { color: #f43f5e; }.wbsh .fxqto3xi .ivhp3h    .r85j4x1::before { color: #a855f7; }.uapjwy2  .fxqto3xi .e1xw     .r85j4x1::before { color: #eab308; }.uapjwy2  .fxqto3xi .fvx0zu .r85j4x1::before { color: #ef4444; }.uapjwy2  .fxqto3xi .ivhp3h    .r85j4x1::before { color: #f97316; }.ubpqyk6  .fxqto3xi .e1xw     .r85j4x1::before { color: #38bdf8; }.ubpqyk6  .fxqto3xi .fvx0zu .r85j4x1::before { color: #818cf8; }.ubpqyk6  .fxqto3xi .ivhp3h    .r85j4x1::before { color: #2dd4bf; }.rsqpyu .fxqto3xi .r85j4x1::before { color: var(--accent-light) !important; }

.ukqlka .jflxg, .ukqlka .srp5oi { min-height: 320px; }

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