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

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

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

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

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

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

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

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

/* Split alignment — всередині text-колонки */
.w7rql16o.x33f .jl7a { align-items: center; text-align: center; }
.w7rql16o.doz32gn1   .jl7a { align-items: flex-start; text-align: left; }

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

.t1m7yb5 .efpqz,
.qb610 .efpqz,
.sxv7 .efpqz {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: hidden;
}
.t1m7yb5 .dykpjec,
.qb610 .dykpjec,
.sxv7 .dykpjec {
  position: static; flex-shrink: 0;
  width: min(380px, 100%); height: auto; aspect-ratio: 1/1; object-fit: cover;
}
.t1m7yb5 .l3ngg,
.qb610 .l3ngg,
.sxv7 .l3ngg {
  position: static; width: min(380px, 100%); aspect-ratio: 1/1;
}

/* split-circle */
.t1m7yb5 .dykpjec {
  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);
}
.t1m7yb5 .l3ngg { border-radius: 50%; }

/* split-square */
.qb610 .dykpjec {
  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);
}
.qb610 .l3ngg { border-radius: 16px; }

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

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

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

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

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

/* інвертувати внутрішній padding media-блока */
.t1m7yb5.ilhrye .efpqz,
.qb610.ilhrye  .efpqz,
.sxv7.ilhrye .efpqz { padding: 32px 0 32px 32px; }

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

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

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

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

/* rounded */
.ziy09w .w3eagcns        { border-radius: 16px; }
.ziy09w .n8i3  { border-radius: 16px; }

/* shadow */
.gvpitvm .w3eagcns         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.gvpitvm .n8i3   { border-radius: 8px; }

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

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

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

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

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

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

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

.nwew3a .iha77:nth-child(even) .ixexjypz .i36g3y8:nth-child(odd),
.g0yh1 .iha77:nth-child(even) .ixexjypz .i36g3y8:nth-child(odd)  { background: var(--bg-card); }
.nwew3a .iha77:nth-child(even) .ixexjypz .i36g3y8:nth-child(even),
.g0yh1 .iha77:nth-child(even) .ixexjypz .i36g3y8:nth-child(even) { background: var(--bg-card-inner); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* plain: простий текст */
.mm7g .ioq7a,
.mm7g .aeo3,
.mm7g .gu3lx3a,
.mm7g .hr9ga0fl { font-style: normal; color: var(--text-body); }

/* dash: ліва вертикальна чорточка */
.ucijlkd .ioq7a,
.ucijlkd .aeo3 {
  font-style: italic;
  border-left: 3px solid var(--border-section); padding-left: 12px;
}
.ucijlkd .gu3lx3a,
.ucijlkd .hr9ga0fl {
  font-style: italic;
  border-left: 2px solid var(--border); padding-left: 10px;
}

/* bg: підкладка з фоном */
.mqtrgm .ioq7a,
.mqtrgm .aeo3,
.mqtrgm .gu3lx3a,
.mqtrgm .hr9ga0fl {
  font-style: normal;
  background: var(--bg-raised); border-radius: 6px;
  padding: 10px 14px; color: var(--text-sub);
}

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

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

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

.bclp87    .wxnxhe li, .bclp87    .wbh2rm li,
.ukc3a .wxnxhe li, .ukc3a .wbh2rm li,
.da9zw9f .wxnxhe li, .da9zw9f .wbh2rm li,
.e2lps   .wxnxhe li, .e2lps   .wbh2rm li {
  list-style: none; display: flex; align-items: baseline; gap: 0.55em;
}

.bclp87    .wxnxhe li::before, .bclp87    .wbh2rm li::before { content: "●"; color: var(--accent); flex-shrink: 0; }
.ukc3a .wxnxhe li::before, .ukc3a .wbh2rm li::before { content: "■"; color: var(--accent); flex-shrink: 0; }
.da9zw9f .wxnxhe li::before, .da9zw9f .wbh2rm li::before { content: "◆"; color: var(--accent); flex-shrink: 0; font-size: 0.75em; }
.e2lps   .wxnxhe li::before, .e2lps   .wbh2rm li::before { content: "★"; color: var(--accent); flex-shrink: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

/* pill = solid but very rounded */
.mpda .q74fx2 { border-radius: 50px; }
.mpda .vslse  { border-radius: 50px; }

/* ── btn_fill: gradient (всі стилі кнопок) ───────────────────────────────────*/
.w8xpv89 .q74fx2 {
  background: linear-gradient(120deg, var(--grad-start), var(--accent), var(--grad-end)) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 4px 28px rgba(0,0,0,0.4);
}
.w8xpv89 .vslse {
  background: linear-gradient(90deg, var(--grad-start), var(--accent)) !important;
  border-color: transparent !important;
  color: #fff !important;
}

/* ── btn_icon: SVG-іконки на .q74fx2 і .vslse (mask на currentColor) ──────*/
/* ::after — усі іконки після тексту (праворуч) */
.jtnnzeg   .q74fx2::after, .jtnnzeg   .vslse::after,
.fk6fx .q74fx2::after, .fk6fx .vslse::after,
.kkfwa0    .q74fx2::after, .kkfwa0    .vslse::after,
.bt62h2    .q74fx2::after, .bt62h2    .vslse::after,
.a4gfty    .q74fx2::after, .a4gfty    .vslse::after,
.ujjvy     .q74fx2::after, .ujjvy     .vslse::after,
.o2k1d53    .q74fx2::after, .o2k1d53    .vslse::after,
.r91ac   .q74fx2::after, .r91ac   .vslse::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 — кожна іконка */
.jtnnzeg .q74fx2::after, .jtnnzeg .vslse::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");
}
.fk6fx .q74fx2::after, .fk6fx .vslse::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");
}
.kkfwa0 .q74fx2::after, .kkfwa0 .vslse::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");
}
.bt62h2 .q74fx2::after, .bt62h2 .vslse::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");
}
.a4gfty .q74fx2::after, .a4gfty .vslse::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");
}
.ujjvy .q74fx2::after, .ujjvy .vslse::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");
}
.o2k1d53 .q74fx2::after, .o2k1d53 .vslse::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");
}
.r91ac .q74fx2::after, .r91ac .vslse::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
}

/* ── cta_icon: незалежні іконки для navbar-cta-btn і sticky-cta-btn ────────*/
.htwy7jq   .lxpau::after, .htwy7jq   .o2tusw::after,
.ok035x8 .lxpau::after, .ok035x8 .o2tusw::after,
.szkv7fg    .lxpau::after, .szkv7fg    .o2tusw::after,
.x2rhgs    .lxpau::after, .x2rhgs    .o2tusw::after,
.w6pe    .lxpau::after, .w6pe    .o2tusw::after,
.nm9v     .lxpau::after, .nm9v     .o2tusw::after,
.q10wam    .lxpau::after, .q10wam    .o2tusw::after,
.ph3u   .lxpau::after, .ph3u   .o2tusw::after {
  content: "" !important; display: inline-block !important;
  width: 1em; height: 1em; margin-left: 6px; vertical-align: -0.15em;
  background: currentColor !important;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.htwy7jq .lxpau::after, .htwy7jq .o2tusw::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");
}
.ok035x8 .lxpau::after, .ok035x8 .o2tusw::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");
}
.szkv7fg .lxpau::after, .szkv7fg .o2tusw::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");
}
.x2rhgs .lxpau::after, .x2rhgs .o2tusw::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");
}
.w6pe .lxpau::after, .w6pe .o2tusw::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");
}
.nm9v .lxpau::after, .nm9v .o2tusw::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");
}
.q10wam .lxpau::after, .q10wam .o2tusw::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");
}
.ph3u .lxpau::after, .ph3u .o2tusw::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 ─────────────────────────────────────────────────────────*/
.nkjd { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }


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

/* ── Casino reviews ──────────────────────────────────────────────────────────*/
.c1o83 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.hxnm6n {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.wmdx {
  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;
}
.wmdx img { max-width: 80px; max-height: 50px; object-fit: contain; }
.kmu7vwd { color: var(--accent); font-weight: 700; font-size: 0.85rem; text-align: center; }
.blev { flex: 1; }
.blev h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.in41if { color: var(--c-stars); font-size: 1.1rem; }
.qy6232e { margin-bottom: 8px; }
.nzkz9p3 { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.m50l6e::before   { content: "★ "; color: var(--accent); }
.nbmq83b::before { content: "↓ "; color: var(--accent); }
.yz0c76::before { content: "✦ "; color: var(--accent); }
.y5r9u { flex-shrink: 0; }
.p0gb img.p1233 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.blp9 { padding: 20px 24px; }
.ljxz { color: var(--text-muted); margin-bottom: 16px; }
.hp2p { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.q6j7pn, .ans49 { list-style: none; font-size: 0.9rem; }
.q6j7pn li { color: var(--c-pros); margin-bottom: 4px; }
.ans49 li { color: var(--c-cons); margin-bottom: 4px; }
/* CSS маркери для pros/cons замість символів в HTML */
.q6j7pn li::before { content: "✓"; margin-right: 5px; }
.ans49 li::before { content: "✗"; margin-right: 5px; }
.ae56u .q6j7pn li::before { content: "→"; }
.ae56u .ans49 li::before { content: "–"; }
.hnax  .q6j7pn li::before { content: "★"; }
.hnax  .ans49 li::before { content: "✕"; }
.eu5igsg7    .q6j7pn li::before { content: "◆"; }
.eu5igsg7    .ans49 li::before { content: "▲"; }
.nnq8tu  .q6j7pn li::before { content: "▶"; }
.nnq8tu  .ans49 li::before { content: "■"; }
.kijbarza { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.isljwz { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.hx1w { background: var(--bg-pros); color: var(--c-tag-pay); }

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


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

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

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

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

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

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

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

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

/* ranked: accent-pill значення + uppercase лейбли (нумерація — через cs_rank) */
.hug9etq8 .jys4s {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.hug9etq8 .y5io4 {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.hug9etq8 .z0670lhi { color: var(--accent); }
.hug9etq8 .hxnm6n { background: var(--accent-bg); }
.hug9etq8 .m50l6e, .hug9etq8 .nbmq83b, .hug9etq8 .yz0c76 {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}

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

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

/* compact: менші відступи всюди */
.p7pa .qbghuayk { padding: 6px 10px; gap: 6px; }
.p7pa .dzrgjb0l { height: 32px; min-width: 52px; }
.p7pa .mjsj { max-height: 24px; }
.p7pa .gvgmvn { font-size: 0.82rem; }
.p7pa .hxnm6n { padding: 14px 18px; gap: 14px; }
.p7pa .blp9 { padding: 14px 18px; }
.p7pa .wmdx { width: 70px; }
.p7pa .blev h3 { font-size: 1.05rem; }

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

/* bordered: таблиця з усіма рамками */
.n4duojei .nkjd {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.n4duojei .qbghuayk {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); gap: 0;
}
.n4duojei .qbghuayk:last-child { border-bottom: none; }
/* вертикальні межі між колонками */
.n4duojei .z0670lhi,
.n4duojei .z65uddxr,
.n4duojei .adbmj1f,
.n4duojei .o5yhucqc,
.n4duojei .qdbyv,
.n4duojei .yt662j97 { border-left: 1px solid var(--border); padding-left: 10px; }
.n4duojei .gvgmvn { padding: 0 10px; }

/* ── cs_cols: feature — бонус-колонка виділена як головна ──────────────────*/
.en9hjp .z65uddxr { flex: 1.8; }
.en9hjp .z65uddxr .y5io4 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
}
.en9hjp .z65uddxr .jys4s { font-weight: 700; color: var(--text-primary); }
.en9hjp .adbmj1f,
.en9hjp .o5yhucqc,
.en9hjp .qdbyv { flex: 0.75; opacity: 0.65; }

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

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

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

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

/* score в оглядах — ховаємо зірки */
.ngvj3 .qy6232e .in41if,
.pm5vk3j .qy6232e .in41if,
.wgqb .qy6232e .in41if { display: none; }

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

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

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

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

/* ── Sections ────────────────────────────────────────────────────────────────*/
.iha77 { margin-bottom: 0; }
.k5qua5 h2.eqfi069i { color: var(--accent-light); border-color: var(--accent); }
.og6564 h2.eqfi069i { color: var(--accent-light); border-color: var(--accent); }

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

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

/* vivid: смарагд / рожевий / фіолетовий */
.mu7wzn .nsf8     { background: #052e16; border-color: #10b981; }
.mu7wzn .wf2yr5wx { background: #2d0a1e; border-color: #f43f5e; }
.mu7wzn .xi1t7f    { background: #1e1036; border-color: #a855f7; }
.mu7wzn .uwdxa strong  { color: #f1f5f9; }
.mu7wzn .uwdxa p       { color: #cbd5e1; }
.mu7wzn .u1ip    .nsf8     .oqwho2::before,
.mu7wzn .hzv1t54h  .nsf8     .oqwho2::before,
.mu7wzn .fq7bjp3  .nsf8     .oqwho2::before,
.mu7wzn .uaz5n .nsf8     .oqwho2::before { color: #10b981; }
.mu7wzn .u1ip    .wf2yr5wx .oqwho2::before,
.mu7wzn .hzv1t54h  .wf2yr5wx .oqwho2::before,
.mu7wzn .fq7bjp3  .wf2yr5wx .oqwho2::before,
.mu7wzn .uaz5n .wf2yr5wx .oqwho2::before { color: #f43f5e; }
.mu7wzn .u1ip    .xi1t7f    .oqwho2::before,
.mu7wzn .hzv1t54h  .xi1t7f    .oqwho2::before,
.mu7wzn .fq7bjp3  .xi1t7f    .oqwho2::before,
.mu7wzn .uaz5n .xi1t7f    .oqwho2::before { color: #a855f7; }

/* warm: жовтий / червоний / помаранчевий */
.t0sw .nsf8     { background: #2d2000; border-color: #eab308; }
.t0sw .wf2yr5wx { background: #2d0b0b; border-color: #ef4444; }
.t0sw .xi1t7f    { background: #2d1600; border-color: #f97316; }
.t0sw .uwdxa strong  { color: #f1f5f9; }
.t0sw .uwdxa p       { color: #cbd5e1; }
.t0sw .u1ip    .nsf8     .oqwho2::before,
.t0sw .hzv1t54h  .nsf8     .oqwho2::before,
.t0sw .fq7bjp3  .nsf8     .oqwho2::before,
.t0sw .uaz5n .nsf8     .oqwho2::before { color: #eab308; }
.t0sw .u1ip    .wf2yr5wx .oqwho2::before,
.t0sw .hzv1t54h  .wf2yr5wx .oqwho2::before,
.t0sw .fq7bjp3  .wf2yr5wx .oqwho2::before,
.t0sw .uaz5n .wf2yr5wx .oqwho2::before { color: #ef4444; }
.t0sw .u1ip    .xi1t7f    .oqwho2::before,
.t0sw .hzv1t54h  .xi1t7f    .oqwho2::before,
.t0sw .fq7bjp3  .xi1t7f    .oqwho2::before,
.t0sw .uaz5n .xi1t7f    .oqwho2::before { color: #f97316; }

/* cool: блакитний / індиго / бірюзовий */
.irwq .nsf8     { background: #0c1a2e; border-color: #38bdf8; }
.irwq .wf2yr5wx { background: #12103a; border-color: #818cf8; }
.irwq .xi1t7f    { background: #0a2020; border-color: #2dd4bf; }
.irwq .uwdxa strong  { color: #f1f5f9; }
.irwq .uwdxa p       { color: #cbd5e1; }
.irwq .u1ip    .nsf8     .oqwho2::before,
.irwq .hzv1t54h  .nsf8     .oqwho2::before,
.irwq .fq7bjp3  .nsf8     .oqwho2::before,
.irwq .uaz5n .nsf8     .oqwho2::before { color: #38bdf8; }
.irwq .u1ip    .wf2yr5wx .oqwho2::before,
.irwq .hzv1t54h  .wf2yr5wx .oqwho2::before,
.irwq .fq7bjp3  .wf2yr5wx .oqwho2::before,
.irwq .uaz5n .wf2yr5wx .oqwho2::before { color: #818cf8; }
.irwq .u1ip    .xi1t7f    .oqwho2::before,
.irwq .hzv1t54h  .xi1t7f    .oqwho2::before,
.irwq .fq7bjp3  .xi1t7f    .oqwho2::before,
.irwq .uaz5n .xi1t7f    .oqwho2::before { color: #2dd4bf; }

/* accent: використовує динамічний акцент */
.zuc470e .nsf8     { background: var(--accent-bg); border-color: var(--accent); }
.zuc470e .wf2yr5wx { background: var(--accent-bg-light); border-color: var(--accent-light); }
.zuc470e .xi1t7f    { background: var(--accent-bg); border-color: var(--accent-pale); }
.zuc470e .u1ip    .oqwho2::before,
.zuc470e .hzv1t54h  .oqwho2::before,
.zuc470e .fq7bjp3  .oqwho2::before,
.zuc470e .uaz5n .oqwho2::before { color: var(--accent-light) !important; }

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

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

/* classic — фіксовані контрастні кольори незалежно від акценту */
.fizc4l .yy6b3rn ul li,
.fizc4l .q6j7pn li         { color: #4ade80; }
.fizc4l .yy6b3rn .z61x5d { color: #22c55e; }
.fizc4l .wjspsn ul li,
.fizc4l .ans49 li         { color: #f87171; }
.fizc4l .wjspsn .zn36r { color: #ef4444; }

/* blue: синій pros / amber cons */
.ba4d4ifh .yy6b3rn { background: #0c1a2e; }
.ba4d4ifh .wjspsn { background: #2d1f00; }
.ba4d4ifh .yy6b3rn .z61x5d { color: #93c5fd; }
.ba4d4ifh .wjspsn .zn36r { color: #fcd34d; }
.ba4d4ifh .yy6b3rn ul li,
.ba4d4ifh .q6j7pn li            { color: #bfdbfe; }
.ba4d4ifh .wjspsn ul li,
.ba4d4ifh .ans49 li            { color: #fde68a; }

/* accent: label акцентний, текст завжди читабельний */
.npc0 .yy6b3rn { background: var(--accent-bg); }
.npc0 .wjspsn { background: var(--accent-bg-light); }
.npc0 .yy6b3rn .z61x5d { color: var(--accent-pale); }
.npc0 .wjspsn .zn36r { color: var(--accent-light); }
.npc0 .yy6b3rn ul li,
.npc0 .q6j7pn li          { color: var(--text-body); }
.npc0 .wjspsn ul li,
.npc0 .ans49 li          { color: var(--text-body); }

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

/* check: ✓ / ✗ */
.ob38 .z61x5d::before { content: "✓ "; }
.ob38 .zn36r::before { content: "✗ "; }

/* arrows: → / ← */
.ae56u .z61x5d::before { content: "→ "; }
.ae56u .zn36r::before { content: "← "; }

/* marks: ★ / ✕ */
.hnax .z61x5d::before { content: "★ "; }
.hnax .zn36r::before { content: "✕ "; }

/* geo: ◆ / ▲ */
.eu5igsg7 .z61x5d::before { content: "◆ "; }
.eu5igsg7 .zn36r::before { content: "▲ "; }

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

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

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

/* topbar: смуга зверху */
.ar2me .uwdxa { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ar2me .nsf8     { border-top-color: var(--c-tip-border); }
.ar2me .wf2yr5wx { border-top-color: var(--c-warn-border); }
.ar2me .xi1t7f    { border-top-color: #60a5fa; }

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

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

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

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

.u1ip .oqwho2,
.hzv1t54h .oqwho2,
.fq7bjp3 .oqwho2,
.uaz5n .oqwho2 { font-size: 0; width: 1.1rem; flex-shrink: 0; }

.u1ip .oqwho2::before,
.hzv1t54h .oqwho2::before,
.fq7bjp3 .oqwho2::before,
.uaz5n .oqwho2::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}

/* geo: ✦ ▲ ◉ */
.u1ip .nsf8     .oqwho2::before { content: "✦"; color: var(--c-tip-border); }
.u1ip .wf2yr5wx .oqwho2::before { content: "▲"; color: var(--c-warn-border); }
.u1ip .xi1t7f    .oqwho2::before { content: "◉"; color: #60a5fa; }

/* marks: ★ ◆ ● */
.hzv1t54h .nsf8     .oqwho2::before { content: "★"; color: var(--c-tip-border); }
.hzv1t54h .wf2yr5wx .oqwho2::before { content: "◆"; color: var(--c-warn-border); }
.hzv1t54h .xi1t7f    .oqwho2::before { content: "●"; color: #60a5fa; }

/* sharp: ▶ ■ ▸ */
.fq7bjp3 .nsf8     .oqwho2::before { content: "▶"; color: var(--c-tip-border); }
.fq7bjp3 .wf2yr5wx .oqwho2::before { content: "■"; color: var(--c-warn-border); }
.fq7bjp3 .xi1t7f    .oqwho2::before { content: "▸"; color: #60a5fa; }

/* arrows: → ⬥ ◈ */
.uaz5n .nsf8     .oqwho2::before { content: "→"; color: var(--c-tip-border); }
.uaz5n .wf2yr5wx .oqwho2::before { content: "⬥"; color: var(--c-warn-border); }
.uaz5n .xi1t7f    .oqwho2::before { content: "◈"; color: #60a5fa; }

/* ── shadow variant ──────────────────────────────────────────────────────────*/
.osvd .i4iuc4 .i36g3y8,
.osvd .ixexjypz .i36g3y8  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.osvd .o5pwkl                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.osvd .qbghuayk                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.osvd .c1o83            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.osvd .c8yh0          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.osvd .ib4d                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }

/* shadow-none: скидаємо будь-які тіні */
.vev43 .i4iuc4 .i36g3y8,
.vev43 .ixexjypz .i36g3y8,
.vev43 .o5pwkl,
.vev43 .qbghuayk,
.vev43 .c1o83,
.vev43 .c8yh0,
.vev43 .ib4d,
.vev43 .mdl6dbp7 .uwdxa { box-shadow: none; }

/* ── text_size variants ──────────────────────────────────────────────────────*/
.x4b5td6v   body, .x4b5td6v   { font-size: 0.82rem; }
.x4b5td6v   .giwoju, .x4b5td6v .gu3lx3a, .x4b5td6v .hr9ga0fl,
.x4b5td6v   .ioq7a, .x4b5td6v .aeo3 { font-size: 0.82rem; }
.x4b5td6v   .wxnxhe, .x4b5td6v .gh7nyy { font-size: 0.82rem; }

.zu9ih   .giwoju, .zu9ih .gu3lx3a, .zu9ih .hr9ga0fl,
.zu9ih   .ioq7a, .zu9ih .aeo3 { font-size: 0.9rem; }
.zu9ih   .wxnxhe, .zu9ih .gh7nyy { font-size: 0.9rem; }

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

.jq42w   .giwoju, .jq42w .gu3lx3a, .jq42w .hr9ga0fl,
.jq42w   .ioq7a, .jq42w .aeo3 { font-size: 1.08rem; }
.jq42w   .wxnxhe, .jq42w .gh7nyy { font-size: 1.05rem; }
.jq42w   .ckwpvfoo { font-size: 0.97rem; }

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

/* large */
.qmyi8 .rare      { font-size: 3.2rem; }
.qmyi8 h2.eqfi069i { font-size: 1.9rem; }
.qmyi8 h3.u0iz32     { font-size: 1.4rem; }

/* display */
.b00muqon .rare      { font-size: 3.8rem; }
.b00muqon h2.eqfi069i { font-size: 2.2rem; }
.b00muqon h3.u0iz32     { font-size: 1.6rem; }

/* giant */
.z1t0 .rare      { font-size: 4.6rem; font-weight: 900; line-height: 1.05; }
.z1t0 h2.eqfi069i { font-size: 2.6rem; }
.z1t0 h3.u0iz32     { font-size: 1.9rem; }

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

/* Спільна база: abs-позиція на межі між секціями */
.tckwb0   .iha77 + .iha77::before,
.rk8v  .iha77 + .iha77::before,
.i9fmg   .iha77 + .iha77::before,
.dir59j   .iha77 + .iha77::before,
.mo7o   .iha77 + .iha77::before,
.rsvn3lz .iha77 + .iha77::before {
  position: absolute; top: 0; left: 0; right: 0;
}

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

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

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

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

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

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

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

/* section_bg=stripe: парні секції мають bg-card */
.g0yh1 .f55wbwx5 .iha77:nth-child(even)::before,
.g0yh1 .yapx6ah8 .iha77:nth-child(even)::before,
.g0yh1 .odffniw .iha77:nth-child(even)::before { background: var(--bg-card); }

/* wave-a: плавна S-хвиля (1 гребінь) */
.f55wbwx5 .iha77 + .iha77::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 гребені */
.yapx6ah8 .iha77 + .iha77::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: глибока дуга */
.odffniw .iha77 + .iha77::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 у формі хвилі */
.uaaegr9k .l360ou::after,
.o8kcu .l360ou::after,
.l9exz3y .l360ou::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 гребінь) */
.uaaegr9k .l360ou::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 гребені */
.o8kcu .l360ou::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: глибока дуга */
.l9exz3y .l360ou::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%, текст обтікає справа */
.xbawxh7 .w3eagcns { float: left; width: 38%; margin: 0 28px 16px 0; }
.xbawxh7 .w3eagcns .n8i3 { width: 100%; height: 240px; object-fit: cover; border-radius: 10px; }
.xbawxh7 .lsx797k4::after { content: ''; display: block; clear: both; }

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

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

/* BFC на кожен блок поруч із float: маркери не вилазять на картинку,
   блок не "ріжеться" — або повністю поруч із зображенням, або повністю під ним */
.xbawxh7 .lsx797k4 > .eqfi069i,
.xbawxh7 .lsx797k4 > .ioq7a,
.xbawxh7 .lsx797k4 > .aeo3,
.xbawxh7 .lsx797k4 > .i36g3y8,
.qqyxx .lsx797k4 > .eqfi069i,
.qqyxx .lsx797k4 > .ioq7a,
.qqyxx .lsx797k4 > .aeo3,
.qqyxx .lsx797k4 > .i36g3y8,
.fpewm .lsx797k4 > .eqfi069i,
.fpewm .lsx797k4 > .ioq7a,
.fpewm .lsx797k4 > .aeo3,
.fpewm .lsx797k4 > .i36g3y8 { display: flow-root; }

@media (max-width: 640px) {
  .xbawxh7 .w3eagcns,
  .qqyxx .w3eagcns,
  .fpewm .w3eagcns { float: none; width: 100%; margin: 0 0 16px 0; }
}

/* ── content_width: ширина контентного контейнера ───────────────────────────*/
/* default = 1000px (задано в .pwelzpk, .lsx797k4, .msd5) */
.tb8f00oq .pwelzpk,
.tb8f00oq .lsx797k4,
.tb8f00oq .msd5  { max-width: 900px; }
.sh802vi .pwelzpk,
.sh802vi .lsx797k4,
.sh802vi .msd5  { max-width: 1200px; }
.wectsz .pwelzpk,
.wectsz .lsx797k4,
.wectsz .msd5  { max-width: 1440px; }

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

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

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

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

/* content-width: above — обидва класи на <body>, тому без пробілу */
.tb8f00oq.b5pwwu5 .xdny539s { max-width: 900px; }
.sh802vi.b5pwwu5 .xdny539s { max-width: 1200px; }
.wectsz.b5pwwu5 .xdny539s { max-width: 1440px; }
/* float — bc-float-wrap окремий елемент, тому з пробілом */
.tb8f00oq .ppr7ep88 { max-width: 900px; }
.sh802vi .ppr7ep88 { max-width: 1200px; }
.wectsz .ppr7ep88 { max-width: 1440px; }

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

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

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

/* ── font_weight: жирність тексту ────────────────────────────────────────────*/
/* fw-300: тонкий */
.vnlkkv5 { font-weight: 300; }
.vnlkkv5 h2.eqfi069i { font-weight: 600; }
.vnlkkv5 h3.u0iz32     { font-weight: 600; }
/* fw-400: default — без override */
/* fw-500: medium */
.f9yx7 { font-weight: 500; }
.f9yx7 h2.eqfi069i { font-weight: 800; }
.f9yx7 h3.u0iz32     { font-weight: 700; }
/* fw-600: semibold */
.z5do { font-weight: 600; }
.z5do h2.eqfi069i { font-weight: 900; }
.z5do h3.u0iz32     { font-weight: 800; }
.z5do .uwdxa strong,
.z5do .gu3lx3a,
.z5do .ioq7a { font-weight: 600; }

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

/* ── Sticky corner CTA button ────────────────────────────────────────────────*/
.o2tusw {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.o2tusw:hover { transform: translateY(-2px); opacity: 0.92; }
/* always solid background regardless of btn_style variant */
.o2tusw { background: var(--accent) !important; color: #fff !important; border: none !important; }
/* position by variant */
.kvq51d .o2tusw { display: none; }
.sqncpesx .o2tusw { right: 32px; }
.wkyng11o  .o2tusw { left: 32px; }
@media (max-width: 480px) {
  .sqncpesx .o2tusw { right: 20px; bottom: 20px; }
  .wkyng11o  .o2tusw { left: 20px; bottom: 20px; }
}

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

/* minimal */
.rqhq .msd5 { text-align: center; }
.rqhq .utrb6 { justify-content: center; margin-bottom: 16px; }
.rqhq .wv4dr6u { margin-top: 0; }

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

/* mobile footer */
@media (max-width: 640px) {
  .msd5 { padding-left: 16px; padding-right: 16px; }
  .q2o2y .msd5 { padding: 20px 16px; }
  .utrb6 { gap: 4px 12px; }
  .wv4dr6u { font-size: 0.78rem; }
}


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


/* ribbon — компактний 1 рядок, service + disclaimer дрібно знизу */
.hj4t .r90tqg { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.hj4t .qwxii { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; color: var(--text); margin-right: auto; flex-shrink: 0; }
.hj4t .ospw7j { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.hj4t .ospw7j a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.hj4t .ospw7j a:hover { color: var(--accent); }
.lkjanid { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.hj4t .c4e43h { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.hj4t .mhjn1s { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.hj4t .mhjn1s a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.hj4t .mhjn1s a:hover { color: var(--accent); }
.hj4t .wv4dr6u { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .hj4t .r90tqg { gap: 12px; } .hj4t .qwxii { margin-right: 0; width: 100%; } }

/* mega — верхня зона лого+2 колонки лінків, нижня legal-смуга */
.c3qvusne .azq4sn9 { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.c3qvusne .fbgka19i .qwxii { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; color: var(--text); margin-bottom: 10px; }
.c3qvusne .abg4sl { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.c3qvusne .qyw74 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-faint); margin: 0 0 12px; }
.c3qvusne .ngfk3ktw { display: flex; flex-direction: column; gap: 9px; }
.c3qvusne .ngfk3ktw a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.c3qvusne .ngfk3ktw a:hover { color: var(--accent); }
.c3qvusne .vi6qoe6 { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.c3qvusne .wv4dr6u { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.c3qvusne .ptxfkqof { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .c3qvusne .azq4sn9 { grid-template-columns: 1fr 1fr; } .c3qvusne .fbgka19i { grid-column: 1 / -1; } }
@media (max-width: 480px) { .c3qvusne .azq4sn9 { grid-template-columns: 1fr; } }

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

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

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

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

/* dark: завжди темний, незалежно від теми */
.aopov8k .hun1s8      { background: #0d1117; border-bottom-color: #21262d; }
.aopov8k .b3xgsu { color: var(--accent-light); }
.aopov8k .dtflic7g a { color: #8b949e; }
.aopov8k .dtflic7g a:hover { color: var(--accent-light); }
.aopov8k .yfa1o { color: #8b949e; }
.aopov8k .m8pk { background: #0d1117; border-top-color: #21262d; }
.aopov8k .wv4dr6u,
.aopov8k .ptxfkqof { color: #6e7681; }
.aopov8k .dhpv a, .aopov8k .utrb6 a,
.aopov8k .ngfk3ktw a, .aopov8k .ospw7j a,
.aopov8k .mhjn1s a, .aopov8k .qwxii { color: #8b949e; }
.aopov8k .dhpv a:hover, .aopov8k .utrb6 a:hover,
.aopov8k .ngfk3ktw a:hover, .aopov8k .ospw7j a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .aopov8k .dtflic7g { background: #0d1117; border-top-color: #21262d; }
  .aopov8k .dtflic7g li a { border-bottom-color: #21262d; }
}

/* light: завжди світлий */
.g5sjibw .hun1s8      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.g5sjibw .b3xgsu { color: var(--accent); }
.g5sjibw .dtflic7g a { color: #475569; }
.g5sjibw .dtflic7g a:hover { color: var(--accent); }
.g5sjibw .yfa1o { color: #64748b; }
.g5sjibw .m8pk { background: #f0f4f8; border-top-color: #cbd5e1; }
.g5sjibw .wv4dr6u,
.g5sjibw .ptxfkqof { color: #64748b; }
.g5sjibw .dhpv a, .g5sjibw .utrb6 a,
.g5sjibw .ngfk3ktw a, .g5sjibw .ospw7j a,
.g5sjibw .mhjn1s a, .g5sjibw .qwxii { color: #374151; }
.g5sjibw .dhpv a:hover, .g5sjibw .utrb6 a:hover,
.g5sjibw .ngfk3ktw a:hover, .g5sjibw .ospw7j a:hover { color: var(--accent); }
@media (max-width: 640px) {
  .g5sjibw .dtflic7g { background: #f0f4f8; border-top-color: #cbd5e1; }
  .g5sjibw .dtflic7g li a { border-bottom-color: #cbd5e1; color: #475569; }
}

/* accent: кольоровий акцентний фон */
.xpiigh2m .hun1s8      { background: var(--accent); border-bottom-color: var(--accent-light); }
.xpiigh2m .b3xgsu { color: #fff; }
.xpiigh2m .dtflic7g a { color: rgba(255,255,255,0.82); }
.xpiigh2m .dtflic7g a:hover { color: #fff; }
.xpiigh2m .yfa1o { color: rgba(255,255,255,0.9); }
.xpiigh2m .m8pk { background: var(--accent); border-top-color: var(--accent-light); }
.xpiigh2m .wv4dr6u,
.xpiigh2m .ptxfkqof { color: rgba(255,255,255,0.72); }
.xpiigh2m .dhpv a, .xpiigh2m .utrb6 a,
.xpiigh2m .ngfk3ktw a, .xpiigh2m .ospw7j a,
.xpiigh2m .mhjn1s a, .xpiigh2m .qwxii { color: rgba(255,255,255,0.82); }
.xpiigh2m .dhpv a:hover, .xpiigh2m .utrb6 a:hover,
.xpiigh2m .ngfk3ktw a:hover, .xpiigh2m .ospw7j a:hover { color: #fff; }
@media (max-width: 640px) {
  .xpiigh2m .dtflic7g { background: var(--accent); border-top-color: var(--accent-light); }
  .xpiigh2m .dtflic7g li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}

/* glass: напівпрозорий з blur */
.d39gyh .hun1s8 {
  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);
}
.d39gyh .m8pk {
  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) {
  .d39gyh .dtflic7g {
    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 */
.gqf4 .g7vfaj7b { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.it8cl7x .g7vfaj7b { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.aub37 .g7vfaj7b { min-height: 72px; height: auto; }
.gi21 .g7vfaj7b { min-height: 84px; height: auto; }

/* ── nav_width: ширина контейнера ────────────────────────────────────────────*/
/* content = default (max-width: 1000px) — без override */
.q2o2y .g7vfaj7b { max-width: none; padding: 0 32px; }
.q2o2y .msd5  { max-width: none; padding: 24px 32px; }
/* navbar-inner expands with content when nav-w-content (never narrower than 1000px default) */
.ccwfuz.sh802vi .g7vfaj7b { max-width: 1200px; }
.ccwfuz.wectsz .g7vfaj7b { max-width: 1440px; }

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


/* ── nav_logo_shape: форма логотипа ─────────────────────────────────────────*/
/* sq = default */
.chni .rrvfo { border-radius: 50%; overflow: hidden; }
.chni .t36oq  { border-radius: 50%; }

/* ── nav_logo_bg: фон на wrap-блоці (не на img) ─────────────────────────────*/
/* none = без фону (default) */
.rrvfo, .zlw5yet {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.rcaar1au .rrvfo,
.rcaar1au .zlw5yet { background: var(--accent); border-radius: 8px; padding: 4px; }
.imug1 .rrvfo,
.imug1 .zlw5yet { background: linear-gradient(135deg, var(--grad-start), var(--grad-end)); border-radius: 8px; padding: 4px; }
.lb9j .rrvfo,
.lb9j .zlw5yet { background: var(--accent); border-radius: 999px; padding: 4px 8px; }
.wvmq94yi .rrvfo,
.wvmq94yi .zlw5yet { background: linear-gradient(135deg, var(--grad-start), var(--grad-end)); border-radius: 999px; padding: 4px 8px; }
.a0e2nwk .rrvfo,
.a0e2nwk .zlw5yet { background: var(--accent); border-radius: 50%; padding: 6px; }
.lmjfpl .rrvfo,
.lmjfpl .zlw5yet { background: linear-gradient(135deg, var(--grad-start), var(--grad-end)); border-radius: 50%; padding: 6px; }

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

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

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

  /* ховаємо ☰ символ і центруємо кнопку */
  .xevny5x .yfa1o,
  .rgxd2r .yfa1o,
  .kmicqpv .yfa1o,
  .efgnoi2 .yfa1o,
  .e28c .yfa1o {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  /* базовий ::before */
  .xevny5x .yfa1o::before,
  .rgxd2r .yfa1o::before,
  .kmicqpv .yfa1o::before,
  .efgnoi2 .yfa1o::before,
  .e28c .yfa1o::before { content: ""; display: block; flex-shrink: 0; }

  /* 2 лінії: повна + 68% */
  .xevny5x .yfa1o::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 лінії рівні */
  .rgxd2r .yfa1o::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% */
  .kmicqpv .yfa1o::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% */
  .efgnoi2 .yfa1o::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% */
  .e28c .yfa1o::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) {
  .ccrf5ay .yfa1o {
    padding: 5px 14px; border-radius: 999px;
    border: 1.5px solid var(--border); background: var(--bg-card);
  }
  .ccrf5ay .dtflic7g {
    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;
  }
  .ccrf5ay .dtflic7g li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ccrf5ay .dtflic7g li a:hover { background: var(--bg-raised); }
}

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

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

/* overlay: повноекранне меню ───────────────────────────────────────────── */
@media (max-width: 640px) {
  .rzt4d .yfa1o {
    padding: 6px 12px; border-radius: 8px;
    background: var(--accent); color: #fff; border: none; font-size: 1.2rem;
  }
  .rzt4d .dtflic7g {
    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;
  }
  .rzt4d .dtflic7g.n7of { opacity: 1; pointer-events: auto; }
  .rzt4d .dtflic7g 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) {
  .k52c3     .yfa1o { border-radius: 0 !important; }
  .r8i2n   .yfa1o { border-radius: 8px !important; }
  .d3frx8g .yfa1o { border-radius: 50% !important; }
  .kru0   .yfa1o { border-radius: 999px !important; }
}

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

/* ── star_style: вигляд зірок (showcase + review) ───────────────────────────*/
/* default = accent color (задано в базових стилях .z0670lhi / .in41if) */
.qk8d4f    .z0670lhi, .qk8d4f    .in41if { color: #f59e0b; }
.un7u      .z0670lhi { font-size: 1rem; letter-spacing: 1.5px; }
.un7u      .in41if   { font-size: 1.35rem; }
.ks0c    .z0670lhi, .ks0c    .in41if { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.mpoj5v     .z0670lhi, .mpoj5v     .in41if { color: var(--accent); letter-spacing: 3px; font-size: 0.7rem; }
.z43o1xb .z0670lhi, .z43o1xb .in41if { color: var(--accent); letter-spacing: 2px; }
.yzqu1   .z0670lhi, .yzqu1   .in41if { color: #e91e63; letter-spacing: 2px; }
.q152uzt  .z0670lhi, .q152uzt  .in41if { color: var(--accent); letter-spacing: 2px; font-size: 0.65rem; }
.s2e8hab     .z0670lhi, .s2e8hab     .in41if { color: var(--accent); letter-spacing: 2px; font-size: 0.7rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* ── color scheme ── */
:root {
  --accent:          #895829;
  --accent-light:    #af7846;
  --accent-pale:     #eaac75;
  --grad-start:      #5a3104;
  --grad-end:        #895829;
  --bg-page: #ebd6c8;
  --bg-surface: #fff8f5;
  --bg-card: #fff1e8;
  --bg-card-inner: #fcebde;
  --bg-raised: #f7e5d8;
  --bg-hover: #f3dfd0;
  --border: #c1afa1;
  --border-alt: #88786c;
  --border-section: #c1afa1;
  --text-primary: #3c3026;
  --text-muted: #6b5c51;
  --text-body: #362f29;
  --text-sub: #4d453f;
  --text-faint: #726962;
  --text-dim: #9a8f87;
  --text-label: #665d56;
  --text-value: #423a34;
  --accent-bg:       #ffdcc1;
  --accent-bg-light: #ffca9e;
  --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: "Chakra Petch", sans-serif; }

.vuops .d1gtn, .vuops .w7rql16o { min-height: 520px; }

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

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

.gyy57::before { content: '—'; }