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

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

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

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

/* ── Hero: BG layout (картинка — повноширокий фон) ───────────────────────────*/
.bd0iwfc {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.egukvdr {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 50%, var(--accent-bg) 100%);
  opacity: 0.85;
}
/* hero-content — такий самий контейнер як page-wrap (1000px) */
.bd0iwfc .qd7uprf {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.bd0iwfc .h9kve7 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.bd0iwfc .i39z2yhs { color: #e2e8f0; }

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

/* bg-color: градієнтний фон замість фото */
.iza1g {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
/* hero_anim: shimmer — ледь помітний блиск по поверхні */
.n83280 .iza1g,
.n83280 .n1h9 {
  position: relative; overflow: hidden;
}
.n83280 .iza1g::after,
.n83280 .n1h9::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
/* hero_anim: breathe — ледь помітне дихання opacity */
.gxda .iza1g,
.gxda .n1h9 {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
/* hero_anim: grain — ледь помітна зернистість поверх градієнту */
.x1g74wzp .iza1g,
.x1g74wzp .n1h9,
.x1g74wzp .bd0iwfc .egukvdr {
  position: relative; overflow: hidden;
}
.x1g74wzp .iza1g::after,
.x1g74wzp .n1h9::after,
.x1g74wzp .bd0iwfc .egukvdr::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
/* hero_anim: drift — повільне зміщення розмитого blob */
.kskw7s8 .iza1g,
.kskw7s8 .n1h9 {
  position: relative; overflow: hidden;
}
.kskw7s8 .iza1g::after,
.kskw7s8 .n1h9::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.kskw7s8 .bd0iwfc .egukvdr {
  position: relative; overflow: hidden;
}
.kskw7s8 .bd0iwfc .egukvdr::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
/* hero_anim: fade-in — градієнт з'являється при завантаженні */
.tb4uj .iza1g,
.tb4uj .n1h9,
.tb4uj .bd0iwfc .egukvdr {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* hero-bg з фото — overlay анімації */
.n83280 .bd0iwfc .egukvdr {
  position: relative; overflow: hidden;
}
.n83280 .bd0iwfc .egukvdr::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.gxda .bd0iwfc .egukvdr {
  animation: hg-breathe 10s ease-in-out infinite;
}

.iza1g .egukvdr {
  background: none;
}
.iza1g .h9kve7 { color: #fff; }
.iza1g .i39z2yhs { color: rgba(255,255,255,0.85); }

/* ── Hero anim: split layouts ─────────────────────────────────────────────── */
.n83280 .b58t7d8 { position: relative; overflow: hidden; }
.n83280 .b58t7d8::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.gxda .b58t7d8 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.x1g74wzp .b58t7d8 { position: relative; overflow: hidden; }
.x1g74wzp .b58t7d8::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
.kskw7s8 .b58t7d8 { position: relative; overflow: hidden; }
.kskw7s8 .b58t7d8::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.tb4uj .b58t7d8 {
  animation: hg-fadein 1.2s ease-out both;
}


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

/* Split alignment — всередині text-колонки */
.b58t7d8.mbond .tsaz { align-items: center; text-align: center; }
.b58t7d8.i4kyzu   .tsaz { align-items: flex-start; text-align: left; }

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


/* split-rounded: картинка з rounded corners + тінь, не на весь блок */
.gbj4q4 .wrq5gqz {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.gbj4q4 .ap5n26v {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.gbj4q4 .n1h9 {
  position: static; width: 100%; aspect-ratio: 4/3; border-radius: 16px;
}
.gbj4q4.oyr6dn .wrq5gqz { padding: 32px 0 32px 32px; }

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

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

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

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

/* ── Hero: split-cards ────────────────────────────────────────────────────── */
.w5lq3a .vjig {
  display: flex !important; flex-direction: column; justify-content: center;
  gap: 0; padding: 24px 20px;
  background: rgba(0,0,0,0.78); backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-left: 1px solid rgba(255,255,255,0.08);
}
.s84srx44 {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 22px 20px; text-decoration: none; color: #fff;
  background: rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: background 0.2s;
}
.s84srx44:last-child { border-bottom: none; }
.s84srx44:hover { background: rgba(255,255,255,0.14); }
.ivchzf { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1; }
.ht9au3 { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.bxcqlyqa { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.h22vt87 { font-weight: 700; font-size: 0.95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fzkmi6u { font-size: 0.82rem; color: rgba(255,255,255,0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.c6rk { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.a7f7hvl { font-weight: 800; font-size: 1.3rem; color: var(--accent-pale); }
.a7f7hvl small { font-size: 0.7rem; font-weight: 500; opacity: 0.6; }
.osol { font-size: 0.8rem; padding: 6px 14px; white-space: nowrap; }

/* ── Hero: cards-top ─────────────────────────────────────────────────────── */
.r22dnk { padding-bottom: 0; }
.r22dnk .qd7uprf { padding-bottom: 24px; }
.voljz {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  padding: 0 24px 32px; max-width: 960px; margin: 0 auto; width: 100%;
}
.pcofi {
  display: flex; align-items: center; gap: 12px;
  background: rgba(0,0,0,0.45); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px; padding: 12px 16px;
  flex: 1 1 260px; max-width: 320px;
  text-decoration: none; color: #fff; transition: transform 0.2s, box-shadow 0.2s;
}
.pcofi:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.4); }
.yqjyh { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.jax7oj { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.e6kd3d { font-weight: 700; font-size: 0.9rem; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.f6257y { font-size: 0.8rem; color: rgba(255,255,255,0.75); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.jwyr { font-weight: 800; font-size: 1.3rem; color: var(--accent-pale); flex-shrink: 0; }
.jwyr small { font-size: 0.7rem; font-weight: 500; opacity: 0.6; }

/* ── Hero: offer-cards ──────────────────────────────────────────────────── */
.vfgz .rc3gkjt {
  display: flex !important; flex-direction: column; justify-content: center;
  gap: 6px; padding: 28px 24px;
}
.plbesu0 {
  display: flex; align-items: center; gap: 10px; width: 100%;
  background: var(--bg-card); border: 1px solid var(--border-alt);
  overflow: hidden;
  border-radius: 10px; padding: 10px 16px;
  text-decoration: none; color: var(--text-primary);
  transition: background .15s;
}
.plbesu0:hover { background: var(--bg-hover); }

/* ── Hero: floating-cards ────────────────────────────────────────────────── */
.rye8ryiv .wrq5gqz { display: flex !important; align-items: center; justify-content: center; position: relative; }
.socwvw49 {
  display: flex; flex-direction: column; gap: 12px;
  padding: 32px 24px; width: 100%; max-width: 420px;
}
.g055 {
  display: flex; align-items: center; gap: 14px; width: 100%;
  background: rgba(0,0,0,0.5); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px; padding: 20px 18px;
  transform: translateX(calc(var(--fi) * 12px));
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  transition: transform 0.3s;
}
.g055:hover { transform: translateX(calc(var(--fi) * 12px)) translateY(-2px); }
.itfq6 { width: 46px; height: 46px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.on6zpb { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.vl9cqi { font-weight: 700; font-size: 0.85rem; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.csgv { font-size: 0.78rem; color: rgba(255,255,255,0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.skjcy7 { font-weight: 800; font-size: 1.2rem; color: var(--accent-pale); flex-shrink: 0; }

/* ── Hero: numbered-top ──────────────────────────────────────────────────── */
.joz40rs .qd7uprf { max-width: 960px; }
.jhca5y {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  margin: 28px 0 32px;
}
.xt9n9f9 {
  display: flex; align-items: center; gap: 10px;
  background: rgba(0,0,0,0.45); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px; padding: 10px 16px;
  text-decoration: none; color: #fff; transition: transform 0.2s, background 0.2s;
}
.xt9n9f9:hover { transform: translateY(-2px); background: rgba(0,0,0,0.55); }
.zzutsq { font-weight: 900; font-size: 1.5rem; color: var(--accent-pale); flex-shrink: 0; line-height: 1; }
.xwxv30ry { width: 36px; height: 36px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.bp795t { font-weight: 700; font-size: 0.85rem; white-space: nowrap; }
.kdedib { font-size: 0.78rem; color: rgba(255,255,255,0.7); white-space: nowrap; }


@media (max-width: 700px) {
  .b58t7d8 { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .b58t7d8 .wrq5gqz { display: none !important; }
  .rye8ryiv .wrq5gqz { display: none !important; }
  .w5lq3a .vjig { display: none !important; }
  .vfgz .rc3gkjt { display: none !important; }
  .tsaz  { padding: 36px 24px; }
  /* cap hero height variants on mobile */
  .cz5l0, .b58t7d8 { min-height: 320px !important; }
  /* reduce oversized headings on mobile */
  .h9kve7 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  /* cards-top: hide on mobile */
  .voljz { display: none !important; }
  /* numbered: stack */
  .jhca5y { flex-direction: column; align-items: center; }
  .xt9n9f9 { width: 100%; max-width: 340px; }
}

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

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

/* rounded */
.hrnn .upy07        { border-radius: 16px; }
.hrnn .xcf6h  { border-radius: 16px; }

/* shadow */
.fcd1p47 .upy07         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.fcd1p47 .xcf6h   { border-radius: 8px; }


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

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

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

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

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

.isy5 .oih2oc:nth-child(even) .ohz8dxp7 .z1nyzkhs:nth-child(odd),
.abd24 .oih2oc:nth-child(even) .ohz8dxp7 .z1nyzkhs:nth-child(odd)  { background: var(--bg-card); }
.isy5 .oih2oc:nth-child(even) .ohz8dxp7 .z1nyzkhs:nth-child(even),
.abd24 .oih2oc:nth-child(even) .ohz8dxp7 .z1nyzkhs:nth-child(even) { background: var(--bg-card-inner); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* plain: простий текст */
.ad3i6s .v43a9fa,
.ad3i6s .u8y08,
.ad3i6s .ve4wc,
.ad3i6s .nxvo { font-style: normal; color: var(--text-body); }

/* dash: ліва вертикальна чорточка */
.x06ys .v43a9fa,
.x06ys .u8y08 {
  font-style: italic;
  border-left: 3px solid var(--border-section); padding-left: 12px;
}
.x06ys .ve4wc,
.x06ys .nxvo {
  font-style: italic;
  border-left: 2px solid var(--border); padding-left: 10px;
}

/* bg: підкладка з фоном */
.zd7vxas1 .v43a9fa,
.zd7vxas1 .u8y08,
.zd7vxas1 .ve4wc,
.zd7vxas1 .nxvo {
  font-style: normal;
  background: var(--bg-raised); border-radius: 6px;
  padding: 10px 14px; color: var(--text-sub);
}

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

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

.qht0qm     .e93l7kf1 { list-style-type: "● "; }
.aqvcltd  .e93l7kf1 { list-style-type: "■ "; }
.rqdm9s2 .e93l7kf1 { list-style-type: "◆ "; }
.l1q222at    .e93l7kf1 { list-style-type: "★ "; }

.qht0qm     .xxnp0x { list-style-type: "● "; }
.aqvcltd  .xxnp0x { list-style-type: "■ "; }
.rqdm9s2 .xxnp0x { list-style-type: "◆ "; }
.l1q222at    .xxnp0x { list-style-type: "★ "; }

.qht0qm    .e93l7kf1 li::marker, .qht0qm    .xxnp0x li::marker,
.aqvcltd .e93l7kf1 li::marker, .aqvcltd .xxnp0x li::marker,
.rqdm9s2 .e93l7kf1 li::marker, .rqdm9s2 .xxnp0x li::marker,
.l1q222at   .e93l7kf1 li::marker, .l1q222at   .xxnp0x li::marker {
  color: var(--accent); font-size: 0.8em;
}

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

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

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

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

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

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

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

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

.t0tvr68 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.pjus4 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.mj5q { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.funl6r { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.kuqse2j { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.xxnp0x { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.xxnp0x li { margin-bottom: 3px; }
.wo89mk42 {
  display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px;
  margin: 16px auto 4px; padding: 0;
  font-size: 1.5rem; color: var(--accent);
  background: color-mix(in srgb, var(--accent) 15%, transparent);
  border-radius: 50%;
}
.wo89mk42::before { font-family: "Font Awesome 6 Free"; font-weight: 900; }
/* icon chars */
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
/* colors */
[data-c="a"]{color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
/* shapes */
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.e10h6g .wo89mk42 { margin-left: auto; margin-right: auto; }
.e10h6g .funl6r { background: transparent; text-align: center; }

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

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

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

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


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

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

/* glass: напівпрозорий фон з blur, без рамок */
.igr7z .pjus4 { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.igr7z .funl6r { background: none; color: var(--accent-light); font-weight: 700; }

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

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

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

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

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

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

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

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

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

/* pill = solid but very rounded */
.lbdzg4hw .ay7b { border-radius: 50px; }
.lbdzg4hw .edhp85s  { border-radius: 50px; }
/* btn_pad */
.olv8af .ay7b { padding-left: 22px; padding-right: 22px; }
.olv8af .edhp85s  { padding-left: 12px; padding-right: 12px; }
.ys5vcy2 .ay7b { padding-left: 44px; padding-right: 44px; }
.ys5vcy2 .edhp85s  { padding-left: 24px; padding-right: 24px; }
.ina4z5 .ay7b { padding-left: 56px; padding-right: 56px; }
.ina4z5 .edhp85s  { padding-left: 32px; padding-right: 32px; }

/* ── btn_icon: SVG-іконки на .ay7b і .edhp85s (mask на currentColor) ──────*/
/* ::after — усі іконки після тексту (праворуч) */
.c4yqg   .ay7b::after, .c4yqg   .edhp85s::after,
.yusnst .ay7b::after, .yusnst .edhp85s::after,
.nwkot5h    .ay7b::after, .nwkot5h    .edhp85s::after,
.m6g173    .ay7b::after, .m6g173    .edhp85s::after,
.tar253g    .ay7b::after, .tar253g    .edhp85s::after,
.co5fsr3     .ay7b::after, .co5fsr3     .edhp85s::after,
.iplq1    .ay7b::after, .iplq1    .edhp85s::after,
.g3y6c5   .ay7b::after, .g3y6c5   .edhp85s::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 — кожна іконка */
.c4yqg .ay7b::after, .c4yqg .edhp85s::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");
}
.yusnst .ay7b::after, .yusnst .edhp85s::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");
}
.nwkot5h .ay7b::after, .nwkot5h .edhp85s::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");
}
.m6g173 .ay7b::after, .m6g173 .edhp85s::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");
}
.tar253g .ay7b::after, .tar253g .edhp85s::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");
}
.co5fsr3 .ay7b::after, .co5fsr3 .edhp85s::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");
}
.iplq1 .ay7b::after, .iplq1 .edhp85s::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");
}
.g3y6c5 .ay7b::after, .g3y6c5 .edhp85s::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 ────────*/
.axrtst5   .nktokk4::after, .axrtst5   .c1nhvf::after,
.tmos .nktokk4::after, .tmos .c1nhvf::after,
.pz0p    .nktokk4::after, .pz0p    .c1nhvf::after,
.otoncbu    .nktokk4::after, .otoncbu    .c1nhvf::after,
.r5fcx    .nktokk4::after, .r5fcx    .c1nhvf::after,
.ztbuj     .nktokk4::after, .ztbuj     .c1nhvf::after,
.dqaohkwx    .nktokk4::after, .dqaohkwx    .c1nhvf::after,
.mmpw   .nktokk4::after, .mmpw   .c1nhvf::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;
}
.axrtst5 .nktokk4::after, .axrtst5 .c1nhvf::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");
}
.tmos .nktokk4::after, .tmos .c1nhvf::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");
}
.pz0p .nktokk4::after, .pz0p .c1nhvf::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");
}
.otoncbu .nktokk4::after, .otoncbu .c1nhvf::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");
}
.r5fcx .nktokk4::after, .r5fcx .c1nhvf::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");
}
.ztbuj .nktokk4::after, .ztbuj .c1nhvf::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");
}
.dqaohkwx .nktokk4::after, .dqaohkwx .c1nhvf::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");
}
.mmpw .nktokk4::after, .mmpw .c1nhvf::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 ─────────────────────────────────────────────────────────*/
.ms8n88 { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }


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

/* ── Casino reviews ──────────────────────────────────────────────────────────*/
.i2dm2 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.kkd3p {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.k8gbb9s {
  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;
}
.k8gbb9s img { max-width: 80px; max-height: 50px; object-fit: contain; }
.zbda6u { color: var(--accent); font-weight: 700; font-size: 0.85rem; text-align: center; }
.blbg { flex: 1; }
.blbg h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.n6kbco { color: var(--c-stars); font-size: 1.1rem; }
.ioxn7 { margin-bottom: 8px; }
.ajzw { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.wclnh::before   { content: "★ "; color: var(--accent); }
.y57cg::before { content: "↓ "; color: var(--accent); }
.v8foyd::before { content: "✦ "; color: var(--accent); }
.oy8bs62 { flex-shrink: 0; }
.nb8t img.zjkq4qh7 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.q9mfrc { padding: 20px 24px; }
.nyiqe1up { color: var(--text-muted); margin-bottom: 16px; }
.bx32x { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.tlsf, .kug1 { list-style: none; font-size: 0.9rem; }
.tlsf li { color: var(--c-pros); margin-bottom: 4px; }
.kug1 li { color: var(--c-cons); margin-bottom: 4px; }
/* CSS маркери для pros/cons замість символів в HTML */
.tlsf li::before { content: "✓"; margin-right: 5px; }
.kug1 li::before { content: "✗"; margin-right: 5px; }
.f87x .tlsf li::before { content: "→"; }
.f87x .kug1 li::before { content: "–"; }
.vijgc5  .tlsf li::before { content: "★"; }
.vijgc5  .kug1 li::before { content: "✕"; }
.w6xxqj    .tlsf li::before { content: "◆"; }
.w6xxqj    .kug1 li::before { content: "▲"; }
.it81  .tlsf li::before { content: "▶"; }
.it81  .kug1 li::before { content: "■"; }
.qedfxx1 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.b2su7 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.dcjj81ll { background: var(--bg-pros); color: var(--c-tag-pay); }

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


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

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

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

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

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

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

/* ── Brand card (single brand, two-column hero) ─────────────────────────────*/
/* ═══════════════════════════════════════════════════════════════════════════
   BRAND CARD — shared tokens
   ═══════════════════════════════════════════════════════════════════════════ */
.i820et3 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 12px;
  margin: 28px 0;
  overflow: hidden;
}
.rtd62 {
  width: 100px; height: 68px;
  display: flex; align-items: center; justify-content: center;
  background: var(--surface); border-radius: 10px; padding: 8px;
  flex-shrink: 0;
}
.rtd62 img { max-width: 100%; max-height: 100%; object-fit: contain; }
.og0284ds { font-size: 1.15rem; font-weight: 700; color: var(--text); }
.v2kh { display: flex; align-items: center; gap: 8px; }
.v2kh .n6kbco { font-size: .95rem; }
.v2kh strong { font-size: 1.1rem; color: var(--text); }
.qhl66220 { border-radius: 8px; overflow: hidden; }
.qhl66220 img { width: 100%; display: block; border-radius: 8px; }
.cn6wi0u0 { text-align: center; flex-shrink: 0; }
.g6ysxws { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; }
.c2hm { font-size: .82rem; color: var(--text-muted); font-weight: 500; }
.vp7r { font-size: .88rem; font-weight: 600; color: var(--text); }
.px1g .vp7r { font-size: 1.02rem; font-weight: 700; color: var(--accent); }
.i820et3 .kmqvfvcs { gap: 10px; }
.i820et3 .f1nu6oow, .i820et3 .glob { padding: 12px; }
.i820et3 .f1nu6oow ul, .i820et3 .glob ul { margin: 4px 0 0; padding-left: 18px; }
.i820et3 .f1nu6oow li, .i820et3 .glob li { font-size: .85rem; margin-bottom: 3px; }
.hjwjjt { font-size: .8rem; color: var(--text-muted); margin-top: 10px; }
.hjwjjt strong { color: var(--text-secondary); }
.hjwjjt .b2su7 { margin: 2px 4px 2px 0; }

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

/* ── LAYOUT 2: hero — full-width screenshot header ────────────────────────── */
.hrnlw {
  position: relative; max-height: 240px; overflow: hidden;
}
.hrnlw > img { width: 100%; display: block; object-fit: cover; min-height: 160px; }
.mghefrdu {
  position: absolute; bottom: 0; left: 0; right: 0;
  display: flex; align-items: center; gap: 16px;
  padding: 16px 24px;
  background: linear-gradient(transparent, rgba(0,0,0,.75));
  color: #fff;
}
.mghefrdu .rtd62 { background: rgba(255,255,255,.15); backdrop-filter: blur(8px); border-radius: 10px; }
.mghefrdu .og0284ds { color: #fff; font-size: 1.25rem; }
.mghefrdu .v2kh strong { color: #fff; }
.mghefrdu .v2kh .n6kbco { filter: brightness(1.2); }
.mghefrdu .cn6wi0u0 { margin-left: auto; white-space: nowrap; }
.cl0k { flex: 1; }
.ez3a3mrg {
  display: flex; align-items: center; gap: 16px; padding: 20px 24px;
  border-bottom: 1px solid var(--border-alt);
}
.ez3a3mrg .cn6wi0u0 { margin-left: auto; }
.q55b6 { display: flex; flex-direction: column; gap: 16px; padding: 20px 24px; }
.cfem1v40 .qmbz2z {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden;
}
.cfem1v40 .g6ysxws {
  flex: 1 1 auto; min-width: 120px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
}
.cfem1v40 .px1g { flex-basis: 100%; background: var(--accent-bg); border-right: none; }
@media (max-width: 720px) {
  .mghefrdu { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .q55b6 { padding: 16px; }
  .cfem1v40 .g6ysxws { min-width: 50%; }
}

/* ── LAYOUT 3: magazine — editorial 3-column ──────────────────────────────── */
.pwqh {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.rg6x93 { flex: 1; }
.rg6x93 .og0284ds { font-size: 1.3rem; }
.bwaext5j {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0;
}
.vf9s { padding: 16px; border-right: 1px solid var(--border-alt); }
.vf9s .qhl66220 { height: 100%; }
.vf9s .qhl66220 img { height: 100%; object-fit: cover; }
.vcvw { padding: 0; border-right: 1px solid var(--border-alt); }
.vcvw .qmbz2z { display: flex; flex-direction: column; }
.vcvw .g6ysxws { border-bottom: 1px solid var(--border-alt); }
.vcvw .px1g { background: var(--accent-bg); }
.opxymm { padding: 16px; }
.opxymm .kmqvfvcs { grid-template-columns: 1fr; }
.fb927b {
  padding: 12px 24px; border-top: 1px solid var(--border-alt);
  display: flex; flex-wrap: wrap; gap: 12px;
}
@media (max-width: 860px) {
  .bwaext5j { grid-template-columns: 1fr; }
  .vf9s { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .vcvw { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .pwqh { flex-wrap: wrap; padding: 16px; }
}

/* ── LAYOUT 4: compact — header bar → screenshot → data ──────────────────── */
.mf847ehp {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 16px 20px; border-bottom: 1px solid var(--border-alt);
}
.oescs0 {
  display: flex; align-items: center; gap: 12px; flex: 1;
}
.oescs0 .rtd62 { width: 72px; height: 50px; }
.oescs0 .og0284ds { font-size: 1rem; white-space: nowrap; }
.u5nn1k { border-bottom: 1px solid var(--border-alt); max-height: 280px; overflow: hidden; }
.u5nn1k img { width: 100%; display: block; object-fit: cover; }
.b09z0l {
  display: flex; flex-direction: column; gap: 10px; padding: 14px 16px; overflow: hidden;
}
.migg .qmbz2z { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.migg .g6ysxws { padding: 0; flex: 0 0 auto; gap: 6px; }
.migg .px1g { display: none; }
.migg .kmqvfvcs { gap: 8px; }
.migg .f1nu6oow, .migg .glob { padding: 8px; }
@media (max-width: 480px) {
  .mf847ehp { flex-direction: column; align-items: stretch; }
}

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

/* ── LAYOUT 6: scorecard — big score centerpiece ──────────────────────────── */
.wkyo88d3 {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: center;
  border-bottom: 1px solid var(--border-alt);
}
.oy8zm1nf {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 20px; text-align: center;
}
.eeafxz0 {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 130px; height: 130px; border-radius: 50%;
  background: var(--accent-bg); border: 3px solid var(--accent);
  position: relative;
}
.itn2b7ty { font-size: 1.8rem; font-weight: 800; color: var(--accent); line-height: 1; }
.itn2b7ty .ltdl2 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.eeafxz0 .n6kbco { font-size: .75rem; margin-top: 2px; }
.s3gp5 { padding: 12px; display: flex; align-items: center; flex: 1; }
.s3gp5 .qhl66220 { width: 100%; }
.vyw6b8nz {
  padding: 0; border-bottom: 1px solid var(--border-alt);
}
.p755ye9r .qmbz2z {
  display: flex; flex-wrap: wrap;
}
.p755ye9r .g6ysxws {
  flex: 1 1 auto; min-width: 100px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
  flex-direction: column; align-items: center; gap: 2px; padding: 12px 8px; text-align: center;
}
.p755ye9r .g6ysxws:last-child { border-right: none; }
.p755ye9r .c2hm { font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; }
.p755ye9r .px1g { background: var(--accent-bg); }
.xzsk8t { padding: 16px 20px; display: flex; flex-direction: column; gap: 14px; }
@media (max-width: 720px) {
  .wkyo88d3 { grid-template-columns: 1fr; }
  .eeafxz0 { width: 100px; height: 100px; margin: 16px auto; }
  .itn2b7ty { font-size: 1.4rem; }
  .s3gp5 { justify-content: center; }
  .p755ye9r .g6ysxws { min-width: 50%; }
}

/* ── LAYOUT 7: stack — vertical full-width flow ──────────────────────────── */
.ika3wf {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.d4uf7l2m { max-height: 240px; overflow: hidden; border-bottom: 1px solid var(--border-alt); }
.d4uf7l2m img { width: 100%; display: block; object-fit: cover; }
.dz3kv8 { padding: 16px 24px; border-bottom: 1px solid var(--border-alt); }
.dga4i .qmbz2z {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.dga4i .g6ysxws {
  background: var(--surface); border: 1px solid var(--border-alt);
  border-radius: 20px; padding: 6px 14px; gap: 8px;
}
.dga4i .px1g {
  background: var(--accent-bg); border-color: var(--accent-pale);
}
.dga4i .kmqvfvcs { margin: 0 24px; padding-top: 16px; }
.dga4i .hjwjjt { padding: 0 24px; }
.ph4q2urt { padding: 16px 24px; border-top: 1px solid var(--border-alt); text-align: center; }
.ph4q2urt .cn6wi0u0 { display: inline-block; }
@media (max-width: 540px) {
  .ika3wf { flex-wrap: wrap; padding: 14px 16px; }
  .dz3kv8 { padding: 12px 16px; }
  .dga4i .kmqvfvcs { margin: 0 16px; }
  .dga4i .hjwjjt { padding: 0 16px; }
  .ph4q2urt { padding: 12px 16px; }
}


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

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

/* ranked: accent-pill значення + uppercase лейбли (нумерація — через cs_rank) */
.aqqaf .waqxr {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.aqqaf .jn2cj {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.aqqaf .xhtl { color: var(--accent); }
.aqqaf .kkd3p { background: var(--accent-bg); }
.aqqaf .wclnh, .aqqaf .y57cg, .aqqaf .v8foyd {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}

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

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

/* compact: менші відступи всюди */
.gwnu74 .fj0c2 { padding: 8px 14px; gap: 12px; }
.gwnu74 .uul2 { height: 32px; min-width: 52px; }
.gwnu74 .ok2bd { max-height: 24px; }
.gwnu74 .ipwyuo { font-size: 0.82rem; }
.gwnu74 .kkd3p { padding: 14px 18px; gap: 14px; }
.gwnu74 .q9mfrc { padding: 14px 18px; }
.gwnu74 .k8gbb9s { width: 70px; }
.gwnu74 .blbg h3 { font-size: 1.05rem; }

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

/* bordered: таблиця з усіма рамками */
.dccprz .ms8n88 {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.dccprz .fj0c2 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.dccprz .fj0c2:last-child { border-bottom: none; }
/* вертикальні межі між колонками */
.dccprz .xhtl,
.dccprz .je9zi,
.dccprz .bxcsmqw { border-left: 1px solid var(--border); padding-left: 10px; }
.dccprz .ipwyuo { padding: 0 10px; }

/* ── cs_cols: feature — бонус-колонка виділена як головна ──────────────────*/
.w4yjn5t .je9zi { flex: 1.8; }
.w4yjn5t .je9zi .jn2cj {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.w4yjn5t .je9zi .waqxr { font-weight: 700; color: var(--text-primary); }
.w4yjn5t .h2uq18,
.w4yjn5t .eyk3,
.w4yjn5t .zc1mq18 { flex: 0.75; opacity: 0.65; }

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

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

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

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

/* score в оглядах — ховаємо зірки */
.arxdaqy8 .ioxn7 .n6kbco,
.qsuxlwpo .ioxn7 .n6kbco,
.tg1oyv1 .ioxn7 .n6kbco { display: none; }

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

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

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

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

/* ── Sections ────────────────────────────────────────────────────────────────*/
.oih2oc { margin-bottom: 0; }
.h8h6 h2.e3v04eb { color: var(--accent-light); border-color: var(--accent); }
.i9e481 h2.e3v04eb { color: var(--accent-light); border-color: var(--accent); }

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

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

/* vivid: смарагд / рожевий / фіолетовий */
.ry3na .iypqhx5     { background: #052e16; border-color: #10b981; }
.ry3na .uo3q4ir { background: #2d0a1e; border-color: #f43f5e; }
.ry3na .pr2mbym5    { background: #1e1036; border-color: #a855f7; }
.ry3na .pmpvjsyc strong  { color: #f1f5f9; }
.ry3na .pmpvjsyc p       { color: #cbd5e1; }
.ry3na .z5yn5    .iypqhx5     .etdbby::before,
.ry3na .th0p  .iypqhx5     .etdbby::before,
.ry3na .qhtboea  .iypqhx5     .etdbby::before,
.ry3na .vuq1wp23 .iypqhx5     .etdbby::before { color: #10b981; }
.ry3na .z5yn5    .uo3q4ir .etdbby::before,
.ry3na .th0p  .uo3q4ir .etdbby::before,
.ry3na .qhtboea  .uo3q4ir .etdbby::before,
.ry3na .vuq1wp23 .uo3q4ir .etdbby::before { color: #f43f5e; }
.ry3na .z5yn5    .pr2mbym5    .etdbby::before,
.ry3na .th0p  .pr2mbym5    .etdbby::before,
.ry3na .qhtboea  .pr2mbym5    .etdbby::before,
.ry3na .vuq1wp23 .pr2mbym5    .etdbby::before { color: #a855f7; }

/* warm: жовтий / червоний / помаранчевий */
.szwy7ch .iypqhx5     { background: #2d2000; border-color: #eab308; }
.szwy7ch .uo3q4ir { background: #2d0b0b; border-color: #ef4444; }
.szwy7ch .pr2mbym5    { background: #2d1600; border-color: #f97316; }
.szwy7ch .pmpvjsyc strong  { color: #f1f5f9; }
.szwy7ch .pmpvjsyc p       { color: #cbd5e1; }
.szwy7ch .z5yn5    .iypqhx5     .etdbby::before,
.szwy7ch .th0p  .iypqhx5     .etdbby::before,
.szwy7ch .qhtboea  .iypqhx5     .etdbby::before,
.szwy7ch .vuq1wp23 .iypqhx5     .etdbby::before { color: #eab308; }
.szwy7ch .z5yn5    .uo3q4ir .etdbby::before,
.szwy7ch .th0p  .uo3q4ir .etdbby::before,
.szwy7ch .qhtboea  .uo3q4ir .etdbby::before,
.szwy7ch .vuq1wp23 .uo3q4ir .etdbby::before { color: #ef4444; }
.szwy7ch .z5yn5    .pr2mbym5    .etdbby::before,
.szwy7ch .th0p  .pr2mbym5    .etdbby::before,
.szwy7ch .qhtboea  .pr2mbym5    .etdbby::before,
.szwy7ch .vuq1wp23 .pr2mbym5    .etdbby::before { color: #f97316; }

/* cool: блакитний / індиго / бірюзовий */
.ns2ga5 .iypqhx5     { background: #0c1a2e; border-color: #38bdf8; }
.ns2ga5 .uo3q4ir { background: #12103a; border-color: #818cf8; }
.ns2ga5 .pr2mbym5    { background: #0a2020; border-color: #2dd4bf; }
.ns2ga5 .pmpvjsyc strong  { color: #f1f5f9; }
.ns2ga5 .pmpvjsyc p       { color: #cbd5e1; }
.ns2ga5 .z5yn5    .iypqhx5     .etdbby::before,
.ns2ga5 .th0p  .iypqhx5     .etdbby::before,
.ns2ga5 .qhtboea  .iypqhx5     .etdbby::before,
.ns2ga5 .vuq1wp23 .iypqhx5     .etdbby::before { color: #38bdf8; }
.ns2ga5 .z5yn5    .uo3q4ir .etdbby::before,
.ns2ga5 .th0p  .uo3q4ir .etdbby::before,
.ns2ga5 .qhtboea  .uo3q4ir .etdbby::before,
.ns2ga5 .vuq1wp23 .uo3q4ir .etdbby::before { color: #818cf8; }
.ns2ga5 .z5yn5    .pr2mbym5    .etdbby::before,
.ns2ga5 .th0p  .pr2mbym5    .etdbby::before,
.ns2ga5 .qhtboea  .pr2mbym5    .etdbby::before,
.ns2ga5 .vuq1wp23 .pr2mbym5    .etdbby::before { color: #2dd4bf; }

/* accent: використовує динамічний акцент */
.pw5mdbg .iypqhx5     { background: var(--accent-bg); border-color: var(--accent); }
.pw5mdbg .uo3q4ir { background: var(--accent-bg-light); border-color: var(--accent-light); }
.pw5mdbg .pr2mbym5    { background: var(--accent-bg); border-color: var(--accent-pale); }
.pw5mdbg .z5yn5    .etdbby::before,
.pw5mdbg .th0p  .etdbby::before,
.pw5mdbg .qhtboea  .etdbby::before,
.pw5mdbg .vuq1wp23 .etdbby::before { color: var(--accent-light) !important; }

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

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

/* classic — фіксовані контрастні кольори незалежно від акценту */
.zo27y .f1nu6oow ul li,
.zo27y .tlsf li         { color: #4ade80; }
.zo27y .f1nu6oow .duorqv2p { color: #22c55e; }
.zo27y .glob ul li,
.zo27y .kug1 li         { color: #f87171; }
.zo27y .glob .nk2057g { color: #ef4444; }

/* blue: синій pros / amber cons */
.aueul .f1nu6oow { background: #0c1a2e; }
.aueul .glob { background: #2d1f00; }
.aueul .f1nu6oow .duorqv2p { color: #93c5fd; }
.aueul .glob .nk2057g { color: #fcd34d; }
.aueul .f1nu6oow ul li,
.aueul .tlsf li            { color: #bfdbfe; }
.aueul .glob ul li,
.aueul .kug1 li            { color: #fde68a; }

/* accent: label акцентний, текст завжди читабельний */
.x0uvy .f1nu6oow { background: var(--accent-bg); }
.x0uvy .glob { background: var(--accent-bg-light); }
.x0uvy .f1nu6oow .duorqv2p { color: var(--accent-pale); }
.x0uvy .glob .nk2057g { color: var(--accent-light); }
.x0uvy .f1nu6oow ul li,
.x0uvy .tlsf li          { color: var(--text-body); }
.x0uvy .glob ul li,
.x0uvy .kug1 li          { color: var(--text-body); }

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

/* check: ✓ / ✗ */
.l5eifcp6 .duorqv2p::before { content: "✓ "; }
.l5eifcp6 .nk2057g::before { content: "✗ "; }

/* arrows: → / ← */
.f87x .duorqv2p::before { content: "→ "; }
.f87x .nk2057g::before { content: "← "; }

/* marks: ★ / ✕ */
.vijgc5 .duorqv2p::before { content: "★ "; }
.vijgc5 .nk2057g::before { content: "✕ "; }

/* geo: ◆ / ▲ */
.w6xxqj .duorqv2p::before { content: "◆ "; }
.w6xxqj .nk2057g::before { content: "▲ "; }

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

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

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

/* topbar: смуга зверху */
.u3tu .pmpvjsyc { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.u3tu .iypqhx5     { border-top-color: var(--c-tip-border); }
.u3tu .uo3q4ir { border-top-color: var(--c-warn-border); }
.u3tu .pr2mbym5    { border-top-color: #60a5fa; }

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

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

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

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

.z5yn5 .etdbby,
.th0p .etdbby,
.qhtboea .etdbby,
.vuq1wp23 .etdbby { font-size: 0; width: 1.1rem; flex-shrink: 0; }

.z5yn5 .etdbby::before,
.th0p .etdbby::before,
.qhtboea .etdbby::before,
.vuq1wp23 .etdbby::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}

/* geo: ✦ ▲ ◉ */
.z5yn5 .iypqhx5     .etdbby::before { content: "✦"; color: var(--c-tip-border); }
.z5yn5 .uo3q4ir .etdbby::before { content: "▲"; color: var(--c-warn-border); }
.z5yn5 .pr2mbym5    .etdbby::before { content: "◉"; color: #60a5fa; }

/* marks: ★ ◆ ● */
.th0p .iypqhx5     .etdbby::before { content: "★"; color: var(--c-tip-border); }
.th0p .uo3q4ir .etdbby::before { content: "◆"; color: var(--c-warn-border); }
.th0p .pr2mbym5    .etdbby::before { content: "●"; color: #60a5fa; }

/* sharp: ▶ ■ ▸ */
.qhtboea .iypqhx5     .etdbby::before { content: "▶"; color: var(--c-tip-border); }
.qhtboea .uo3q4ir .etdbby::before { content: "■"; color: var(--c-warn-border); }
.qhtboea .pr2mbym5    .etdbby::before { content: "▸"; color: #60a5fa; }

/* arrows: → ⬥ ◈ */
.vuq1wp23 .iypqhx5     .etdbby::before { content: "→"; color: var(--c-tip-border); }
.vuq1wp23 .uo3q4ir .etdbby::before { content: "⬥"; color: var(--c-warn-border); }
.vuq1wp23 .pr2mbym5    .etdbby::before { content: "◈"; color: #60a5fa; }

/* ── shadow variant ──────────────────────────────────────────────────────────*/
.zwe7ud0 .pk9te9 .z1nyzkhs,
.zwe7ud0 .ohz8dxp7 .z1nyzkhs  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.zwe7ud0 .pjus4                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.zwe7ud0 .fj0c2                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.zwe7ud0 .i2dm2            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.zwe7ud0 .xitfxr95          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.zwe7ud0 .ae7hc0k                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }

/* shadow-none: скидаємо будь-які тіні */
.futx2h .pk9te9 .z1nyzkhs,
.futx2h .ohz8dxp7 .z1nyzkhs,
.futx2h .pjus4,
.futx2h .fj0c2,
.futx2h .i2dm2,
.futx2h .xitfxr95,
.futx2h .ae7hc0k,
.futx2h .kg0natq .pmpvjsyc { box-shadow: none; }

/* ── text_size variants ──────────────────────────────────────────────────────*/
.bdck6vh   body, .bdck6vh   { font-size: 0.9rem; }
.bdck6vh   .j8godn8, .bdck6vh .ve4wc, .bdck6vh .nxvo,
.bdck6vh   .v43a9fa, .bdck6vh .u8y08 { font-size: 0.9rem; }
.bdck6vh   .e93l7kf1, .bdck6vh .htwp0vh { font-size: 0.9rem; }

.rl1u   .j8godn8, .rl1u .ve4wc, .rl1u .nxvo,
.rl1u   .v43a9fa, .rl1u .u8y08 { font-size: 0.9rem; }
.rl1u   .e93l7kf1, .rl1u .htwp0vh { font-size: 0.9rem; }

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

.yfj2ydf   .j8godn8, .yfj2ydf .ve4wc, .yfj2ydf .nxvo,
.yfj2ydf   .v43a9fa, .yfj2ydf .u8y08 { font-size: 1.08rem; }
.yfj2ydf   .e93l7kf1, .yfj2ydf .htwp0vh { font-size: 1.05rem; }
.yfj2ydf   .wopd { font-size: 0.97rem; }

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

/* large */
.ryk19qy4 .h9kve7      { font-size: 3.2rem; }
.ryk19qy4 h2.e3v04eb { font-size: 1.9rem; }
.ryk19qy4 h3.btho4     { font-size: 1.4rem; }

/* display */
.m2mns .h9kve7      { font-size: 3.8rem; }
.m2mns h2.e3v04eb { font-size: 2.2rem; }
.m2mns h3.btho4     { font-size: 1.6rem; }

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

/* Спільна база: abs-позиція на межі між секціями */
.q810qo   .oih2oc + .oih2oc::before,
.zrzvpr  .oih2oc + .oih2oc::before,
.tvh82bs7   .oih2oc + .oih2oc::before,
.wwzj04ri   .oih2oc + .oih2oc::before,
.of1jpe   .oih2oc + .oih2oc::before,
.d28h0 .oih2oc + .oih2oc::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}

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

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

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

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

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

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

/* wave: заповнена хвиля hero-style — ::before виступає вгору з нової секції */
.yt093o3 .oih2oc + .oih2oc::before,
.gl00 .oih2oc + .oih2oc::before,
.ffq1ur8 .oih2oc + .oih2oc::before {
  content: ""; display: block;
  position: absolute; top: -70px; left: 0; right: 0; height: 70px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%; mask-size: 100% 100%;
}

/* section_bg=even: парні секції мають bg-surface, непарні — bg-page */
.isy5 .yt093o3 .oih2oc:nth-child(even)::before,
.isy5 .gl00 .oih2oc:nth-child(even)::before,
.isy5 .ffq1ur8 .oih2oc:nth-child(even)::before { background: var(--bg-surface); }

/* section_bg=stripe: парні секції мають bg-card */
.abd24 .yt093o3 .oih2oc:nth-child(even)::before,
.abd24 .gl00 .oih2oc:nth-child(even)::before,
.abd24 .ffq1ur8 .oih2oc:nth-child(even)::before { background: var(--bg-card); }

/* wave-a: плавна S-хвиля (1 гребінь) */
.yt093o3 .oih2oc + .oih2oc::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 гребені */
.gl00 .oih2oc + .oih2oc::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: глибока дуга */
.ffq1ur8 .oih2oc + .oih2oc::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 у формі хвилі */
.q4r6bp .bd0iwfc,
.ksx89vii .bd0iwfc,
.kuv1zm .bd0iwfc { overflow: hidden; }

/* wave: додатковий простір щоб хвиля не закривала CTA */
.q4r6bp .qd7uprf,
.ksx89vii .qd7uprf { margin-bottom: 60px; }
.kuv1zm .qd7uprf { margin-bottom: 70px; }
.q4r6bp .tsaz,
.ksx89vii .tsaz { padding-bottom: 60px; }
.kuv1zm .tsaz { padding-bottom: 70px; }

.q4r6bp .bd0iwfc::before,
.ksx89vii .bd0iwfc::before,
.kuv1zm .bd0iwfc::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* wave-a: плавна S-хвиля (1 гребінь) */
.q4r6bp .bd0iwfc::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 гребені */
.ksx89vii .bd0iwfc::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: глибока дуга */
.kuv1zm .bd0iwfc::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}

/* ── hero_grad: gradient direction + color mix ────────────────────────────*/
/* hg-br (default): grad-start → grad-end → accent, 135deg — set in base rules */

/* hero-overlay varies per hg-* too */
.gmie .egukvdr { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }
.q38bdad .egukvdr { background: linear-gradient(45deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.65) 100%); }
.kepunkqg  .egukvdr { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }
.yssl  .egukvdr { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%); }

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

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

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

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


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

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

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

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

/* Великі блочні елементи — clear float щоб не стискались */
.d1bicbg .t0tvr68,
.d1bicbg .ms8n88,
.ijon3o .t0tvr68,
.ijon3o .ms8n88,
.phqpr .t0tvr68,
.phqpr .ms8n88 { clear: both; }

/* Маркери списків не мають налазити на float-картинку */
.d1bicbg .e93l7kf1,
.d1bicbg .htwp0vh,
.ijon3o .e93l7kf1,
.ijon3o .htwp0vh,
.phqpr .e93l7kf1,
.phqpr .htwp0vh { overflow: hidden; }


@media (max-width: 640px) {
  .d1bicbg .upy07,
  .ijon3o .upy07,
  .phqpr .upy07 { float: none; width: 100%; margin: 0 0 16px 0; }
}

/* ── content_width: ширина контентного контейнера ───────────────────────────*/
/* default = 1000px (задано в .hokyt, .nohpz, .zf29) */
.k4sr .hokyt,
.k4sr .nohpz,
.k4sr .zf29  { max-width: 1100px; }
.tw7i .hokyt,
.tw7i .nohpz,
.tw7i .zf29  { max-width: 1200px; }
.uowz2tb9 .hokyt,
.uowz2tb9 .nohpz,
.uowz2tb9 .zf29  { max-width: 1320px; }

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

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

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

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

/* content-width: above — обидва класи на <body>, тому без пробілу */
.k4sr.wiamu8u .z4nnz4e { max-width: 1100px; }
.tw7i.wiamu8u .z4nnz4e { max-width: 1200px; }
.uowz2tb9.wiamu8u .z4nnz4e { max-width: 1320px; }
/* float — bc-float-wrap окремий елемент, тому з пробілом */
.k4sr .rwckovv { max-width: 1100px; }
.tw7i .rwckovv { max-width: 1200px; }
.uowz2tb9 .rwckovv { max-width: 1320px; }

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

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

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

/* ── font_weight: жирність тексту ────────────────────────────────────────────*/
/* fw-300: тонкий */
.j0id { font-weight: 300; }
.j0id h2.e3v04eb { font-weight: 600; }
.j0id h3.btho4     { font-weight: 600; }
/* fw-400: default — без override */
/* fw-500: medium */
.uk1uc { font-weight: 500; }
.uk1uc h2.e3v04eb { font-weight: 800; }
.uk1uc h3.btho4     { font-weight: 700; }
/* fw-600: semibold */
.nidoz { font-weight: 600; }
.nidoz h2.e3v04eb { font-weight: 900; }
.nidoz h3.btho4     { font-weight: 800; }
.nidoz .pmpvjsyc strong,
.nidoz .ve4wc,
.nidoz .v43a9fa { font-weight: 600; }

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

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

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

/* minimal */
.te569nh .zf29 { text-align: center; }
.te569nh .i4o2hx5r { justify-content: center; margin-bottom: 16px; }
.te569nh .lnqi4 { margin-top: 0; }

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

/* mobile footer */
@media (max-width: 640px) {
  .zf29 { padding-left: 16px; padding-right: 16px; }
  .nj3c77vu .zf29 { padding: 20px 16px; }
  .i4o2hx5r { gap: 4px 12px; }
  .lnqi4 { font-size: 0.78rem; }
}


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


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

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

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

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

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

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

/* dark: завжди темний, незалежно від теми */
.vxjei0n8 .vkp5c      { background: #0d1117; border-bottom-color: #21262d; }
.vxjei0n8 .h6zosa { color: var(--accent-light); }
.vxjei0n8 .glb61f8a { --msep-color: #8b949e; }
.vxjei0n8 .glb61f8a a { color: #8b949e; }
.vxjei0n8 .glb61f8a a:hover { color: var(--accent-light); }
.vxjei0n8 .xyo1h { color: #8b949e; }
.vxjei0n8 .pj03dme { background: #0d1117; border-top-color: #21262d; }
.vxjei0n8 .lnqi4,
.vxjei0n8 .meow10 { color: #6e7681; }
.vxjei0n8 .tszk8 a, .vxjei0n8 .i4o2hx5r a,
.vxjei0n8 .cqkr1 a, .vxjei0n8 .q4jefjx a,
.vxjei0n8 .ui5a0m a, .vxjei0n8 .k5typma { color: #8b949e; }
.vxjei0n8 .tszk8 a:hover, .vxjei0n8 .i4o2hx5r a:hover,
.vxjei0n8 .cqkr1 a:hover, .vxjei0n8 .q4jefjx a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .vxjei0n8 .glb61f8a { background: #0d1117; border-top-color: #21262d; }
  .vxjei0n8 .glb61f8a li a { border-bottom-color: #21262d; }
}

/* light: завжди світлий */
.vp4ru .vkp5c      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.vp4ru .h6zosa { color: var(--accent); }
.vp4ru .glb61f8a { --msep-color: #475569; }
.vp4ru .glb61f8a a { color: #475569; }
.vp4ru .glb61f8a a:hover { color: var(--accent); }
.vp4ru .xyo1h { color: #64748b; }
.vp4ru .pj03dme { background: #f0f4f8; border-top-color: #cbd5e1; }
.vp4ru .lnqi4,
.vp4ru .meow10 { color: #64748b; }
.vp4ru .tszk8 a, .vp4ru .i4o2hx5r a,
.vp4ru .cqkr1 a, .vp4ru .q4jefjx a,
.vp4ru .ui5a0m a, .vp4ru .k5typma { color: #374151; }
.vp4ru .tszk8 a:hover, .vp4ru .i4o2hx5r a:hover,
.vp4ru .cqkr1 a:hover, .vp4ru .q4jefjx a:hover { color: var(--accent); }
@media (max-width: 640px) {
  .vp4ru .glb61f8a { background: #f0f4f8; border-top-color: #cbd5e1; }
  .vp4ru .glb61f8a li a { border-bottom-color: #cbd5e1; color: #475569; }
}

/* accent: кольоровий акцентний фон */
.m5ye6r .vkp5c      { background: var(--accent); border-bottom-color: var(--accent-light); }
.m5ye6r .h6zosa { color: #fff; }
.m5ye6r .glb61f8a { --msep-color: rgba(255,255,255,0.82); }
.m5ye6r .glb61f8a a { color: rgba(255,255,255,0.82); }
.m5ye6r .glb61f8a a:hover { color: #fff; }
.m5ye6r .xyo1h { color: rgba(255,255,255,0.9); }
.m5ye6r .pj03dme { background: var(--accent); border-top-color: var(--accent-light); }
.m5ye6r .lnqi4,
.m5ye6r .meow10 { color: rgba(255,255,255,0.72); }
.m5ye6r .tszk8 a, .m5ye6r .i4o2hx5r a,
.m5ye6r .cqkr1 a, .m5ye6r .q4jefjx a,
.m5ye6r .ui5a0m a, .m5ye6r .k5typma { color: rgba(255,255,255,0.82); }
.m5ye6r .tszk8 a:hover, .m5ye6r .i4o2hx5r a:hover,
.m5ye6r .cqkr1 a:hover, .m5ye6r .q4jefjx a:hover { color: #fff; }
@media (max-width: 640px) {
  .m5ye6r .glb61f8a { background: var(--accent); border-top-color: var(--accent-light); }
  .m5ye6r .glb61f8a li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}

/* glass: напівпрозорий з blur */
.s13te00t .vkp5c {
  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);
}
.s13te00t .pj03dme {
  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) {
  .s13te00t .glb61f8a {
    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 */
.zr6l1oj .pec3mu9 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.w5keetct .pec3mu9 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.svathbu .pec3mu9 { min-height: 72px; height: auto; }
.dc5f638 .pec3mu9 { min-height: 84px; height: auto; }

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

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


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

/* ── nav_logo_bg: фон на wrap-блоці (не на img) ─────────────────────────────*/
/* none = без фону (default) */
.lfo07ivy, .ibg3 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ux8xoge .lfo07ivy,
.ux8xoge .ibg3 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.ypkd3q7z .lfo07ivy,
.ypkd3q7z .ibg3 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.cvs4du .lfo07ivy,
.cvs4du .ibg3 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.jlok .lfo07ivy,
.jlok .ibg3 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }

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

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

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

  /* ховаємо ☰ символ і центруємо кнопку */
  .n2ae .xyo1h,
  .zatev .xyo1h,
  .q0h5 .xyo1h,
  .wzq8 .xyo1h,
  .s2obxn .xyo1h {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  /* базовий ::before */
  .n2ae .xyo1h::before,
  .zatev .xyo1h::before,
  .q0h5 .xyo1h::before,
  .wzq8 .xyo1h::before,
  .s2obxn .xyo1h::before { content: ""; display: block; flex-shrink: 0; }

  /* 2 лінії: повна + 68% */
  .n2ae .xyo1h::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 лінії рівні */
  .zatev .xyo1h::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% */
  .q0h5 .xyo1h::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% */
  .wzq8 .xyo1h::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% */
  .s2obxn .xyo1h::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) {
  .ab569 .xyo1h {
    padding: 5px 14px;
  }
  .ab569 .glb61f8a {
    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;
  }
  .ab569 .glb61f8a li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ab569 .glb61f8a li a:hover { background: var(--bg-raised); }
}

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

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

/* overlay: повноекранне меню ───────────────────────────────────────────── */
@media (max-width: 640px) {
  .cslmay .xyo1h {
    padding: 5px 10px;
  }
  .cslmay .glb61f8a {
    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;
  }
  .cslmay .glb61f8a.aa6ml1vb { opacity: 1; pointer-events: auto; }
  .cslmay .glb61f8a 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) {
  .ktvzu     .xyo1h { border-radius: 0 !important; }
  .yxibsee   .xyo1h { border-radius: 8px !important; }
  .wfselqa .xyo1h { border-radius: 50% !important; }
  .zqg4   .xyo1h { border-radius: 999px !important; }
}

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

/* ── star_style: вигляд зірок (showcase + review) ───────────────────────────*/
/* default = accent color (задано в базових стилях .xhtl / .n6kbco) */
.mgvqi2n1    .xhtl, .mgvqi2n1    .n6kbco { color: #f59e0b; }
.xh9ur6      .xhtl { font-size: 1rem; letter-spacing: 1.5px; }
.xh9ur6      .n6kbco   { font-size: 1.35rem; }
.bk4r    .xhtl, .bk4r    .n6kbco { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.tzew     .xhtl, .tzew     .n6kbco { color: var(--accent); letter-spacing: 3px; font-size: 0.7rem; }
.i7y4 .xhtl, .i7y4 .n6kbco { color: var(--accent); letter-spacing: 2px; }
.swy8   .xhtl, .swy8   .n6kbco { color: #e91e63; letter-spacing: 2px; }
.iqmv8  .xhtl, .iqmv8  .n6kbco { color: var(--accent); letter-spacing: 2px; font-size: 0.65rem; }
.zprfoyf     .xhtl, .zprfoyf     .n6kbco { color: var(--accent); letter-spacing: 2px; font-size: 0.7rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* ── color scheme ── */
:root {
  --accent:          #a2b17e;
  --accent-light:    #bdcd98;
  --accent-pale:     #d3e3ad;
  --grad-start:      #3a471e;
  --grad-end:        #738253;
  --bg-page: #0d0f09;
  --bg-surface: #0d0f09;
  --bg-card: #12140d;
  --bg-card-inner: #181b12;
  --bg-raised: #1e2117;
  --bg-hover: #24271c;
  --border: #46493d;
  --border-alt: #747769;
  --border-section: #46493d;
  --text-primary: #e5e7d6;
  --text-muted: #aaad9d;
  --text-body: #c7c7be;
  --text-sub: #9e9e96;
  --text-faint: #6a6b63;
  --text-dim: #52534c;
  --text-label: #84847c;
  --text-value: #b9b9b0;
  --accent-bg:       #28340e;
  --accent-bg-light: #334018;
  --bg-tip:        #1a2e1a;
  --bg-warning:    #2d1f0e;
  --bg-info:       #1a1f2e;
  --bg-pros:       #1a2e1a;
  --bg-cons:       #2d1a1a;
  --c-pros:        #6ee7b7;
  --c-cons:        #fca5a5;
  --c-pros-label:  #34d399;
  --c-tip-border:  #34d399;
  --c-warn-border: #f59e0b;
  --c-stars:       #f59e0b;
  --c-arrow:       #f59e0b;
  --c-tag-pay:     #6ee7b7;
}
:root { --logo-bg-opacity: 72%; }

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

.lv0t .cz5l0, .lv0t .b58t7d8 { min-height: 320px; }

.mkjl0rw .nktokk4::after,.mkjl0rw .c1nhvf::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; }

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