:root {
  --poz24-radius: 18px;
  --poz24-border: #e5e7eb;
  --poz24-muted: #64748b;
  --poz24-text: #0f172a;
  --poz24-soft: #f8fafc;
  --poz24-accent: #0f766e;
  --poz24-accent-2: #115e59;
}
.poz24-sab-wrap { max-width: 1180px; margin: 0 auto; padding: 24px 16px 56px; color: var(--poz24-text); }
.poz24-sab-article { overflow-wrap: anywhere; }
.poz24-sab-breadcrumbs { font-size: 13px; margin-bottom: 14px; color: var(--poz24-muted); }
.poz24-sab-breadcrumbs a { color: inherit; text-decoration: none; }
.poz24-sab-breadcrumbs a:hover { text-decoration: underline; }
.poz24-sep { margin: 0 8px; }
.poz24-sab-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.poz24-sab-chip { display: inline-flex; align-items: center; border: 1px solid var(--poz24-border); background: var(--poz24-soft); border-radius: 999px; padding: 6px 12px; color: var(--poz24-text); font-size: 13px; text-decoration: none; }
.poz24-sab-title { font-size: clamp(28px, 5vw, 48px); line-height: 1.35; margin: 0 0 14px; letter-spacing: -.02em; }
.poz24-sab-excerpt { font-size: clamp(16px, 2.5vw, 20px); line-height: 1.9; color: #334155; margin: 0 0 16px; max-width: 820px; }
.poz24-sab-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--poz24-muted); font-size: 14px; margin-bottom: 24px; }
.poz24-sab-featured { margin: 0 0 32px; }
.poz24-sab-featured img { display: block; width: 100%; height: auto; border-radius: var(--poz24-radius); }
.poz24-sab-layout { display: grid; gap: 32px; align-items: start; }
.poz24-sab-layout.has-sidebar { grid-template-columns: minmax(0, 1fr) 320px; }
.poz24-sab-layout.no-sidebar { grid-template-columns: minmax(0, 840px); justify-content: center; }
.poz24-sab-main { min-width: 0; }
.poz24-sab-sidebar { position: sticky; top: 96px; display: grid; gap: 18px; }
.poz24-sab-answer, .poz24-sab-cta, .poz24-sab-trust, .poz24-sab-products, .poz24-sab-faq, .poz24-sab-related, .poz24-sab-links, .poz24-sab-toc { border: 1px solid var(--poz24-border); background: #fff; border-radius: var(--poz24-radius); padding: 20px; margin-bottom: 24px; box-shadow: 0 1px 2px rgba(15, 23, 42, .04); }
.poz24-sab-answer { background: linear-gradient(180deg, #f8fafc, #fff); }
.poz24-sab-answer p { margin: 8px 0 0; line-height: 1.9; }
.poz24-sab-content { font-size: 17px; line-height: 2; }
.poz24-sab-content p { margin: 0 0 1.25em; }
.poz24-sab-content h2 { font-size: clamp(23px, 3vw, 30px); line-height: 1.5; margin: 2.1em 0 .8em; }
.poz24-sab-content h3 { font-size: clamp(19px, 2.4vw, 24px); line-height: 1.6; margin: 1.6em 0 .7em; }
.poz24-sab-content img { max-width: 100%; height: auto; border-radius: 14px; }
.poz24-sab-content table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; white-space: nowrap; border: 1px solid var(--poz24-border); border-radius: 12px; }
.poz24-sab-content th, .poz24-sab-content td { padding: 12px; border: 1px solid var(--poz24-border); text-align: right; }
.poz24-sab-section-head h2, .poz24-sab-faq h2, .poz24-sab-related h2, .poz24-sab-links h2, .poz24-sab-cta h2, .poz24-sab-trust h2 { margin: 0 0 8px; font-size: 22px; line-height: 1.5; }
.poz24-sab-section-head p { margin: 0 0 16px; color: var(--poz24-muted); }
.poz24-sab-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.poz24-sab-product-card { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 14px; border: 1px solid var(--poz24-border); border-radius: 16px; padding: 14px; background: var(--poz24-soft); }
.poz24-sab-product-image img { width: 120px; height: 120px; object-fit: cover; border-radius: 12px; background: #fff; }
.poz24-sab-product-card h3 { font-size: 17px; line-height: 1.6; margin: 0 0 8px; }
.poz24-sab-product-card h3 a { color: var(--poz24-text); text-decoration: none; }
.poz24-sab-product-price { font-weight: 700; margin-bottom: 6px; }
.poz24-sab-product-status { color: var(--poz24-muted); font-size: 13px; margin-bottom: 8px; }
.poz24-sab-product-benefits { margin: 0 0 12px; padding-right: 18px; color: #334155; font-size: 13px; line-height: 1.8; }
.poz24-sab-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border-radius: 12px; background: var(--poz24-text); color: #fff !important; text-decoration: none; font-weight: 700; }
.poz24-sab-button:hover { filter: brightness(.95); }
.poz24-sab-button-accent { background: var(--poz24-accent); }
.poz24-sab-cta { display: flex; gap: 18px; justify-content: space-between; align-items: center; background: #ecfeff; border-color: #a5f3fc; }
.poz24-sab-cta p { margin: 0; line-height: 1.8; }
.poz24-sab-faq details { border-top: 1px solid var(--poz24-border); padding: 14px 0; }
.poz24-sab-faq details:first-of-type { border-top: 0; }
.poz24-sab-faq summary { cursor: pointer; font-weight: 700; }
.poz24-sab-faq details div { color: #334155; line-height: 1.9; }
.poz24-sab-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.poz24-sab-related article { border: 1px solid var(--poz24-border); border-radius: 14px; overflow: hidden; background: var(--poz24-soft); }
.poz24-sab-related a { color: var(--poz24-text); text-decoration: none; }
.poz24-sab-related img { width: 100%; height: 140px; object-fit: cover; display: block; }
.poz24-sab-related h3 { font-size: 16px; line-height: 1.7; padding: 12px; margin: 0; }
.poz24-sab-links ul { margin: 0; padding-right: 18px; line-height: 2; }
.poz24-sab-toc { padding: 16px; }
.poz24-sab-toc-toggle { width: 100%; min-height: 44px; border: 0; background: var(--poz24-soft); border-radius: 12px; font-weight: 700; text-align: right; cursor: pointer; }
.poz24-sab-toc-list { margin: 14px 0 0; padding-right: 18px; line-height: 1.9; display: none; }
.poz24-sab-toc.is-open .poz24-sab-toc-list, .poz24-sab-toc-sidebar .poz24-sab-toc-list, .poz24-sab-toc-elementor .poz24-sab-toc-list { display: block; }
.poz24-sab-toc-list .is-child { margin-right: 14px; font-size: 14px; color: var(--poz24-muted); }
.poz24-sab-toc-list a { color: inherit; text-decoration: none; }
.poz24-sab-toc-list a:hover { text-decoration: underline; }
.poz24-sab-toc-mobile { display: none; }
.poz24-sab-trust p { line-height: 1.8; }
@media (max-width: 1024px) {
  .poz24-sab-layout.has-sidebar { grid-template-columns: 1fr; }
  .poz24-sab-sidebar { position: static; }
  .poz24-sab-toc-sidebar { display: none; }
  .poz24-sab-toc-mobile { display: block; }
}
@media (max-width: 720px) {
  .poz24-sab-wrap { padding: 18px 12px 42px; }
  .poz24-sab-meta { font-size: 13px; }
  .poz24-sab-product-grid, .poz24-sab-related-grid { grid-template-columns: 1fr; }
  .poz24-sab-product-card { grid-template-columns: 96px minmax(0, 1fr); padding: 12px; }
  .poz24-sab-product-image img { width: 96px; height: 96px; }
  .poz24-sab-cta { display: block; }
  .poz24-sab-cta .poz24-sab-button { margin-top: 14px; width: 100%; }
  .poz24-sab-content { font-size: 16px; line-height: 1.9; }
}
