/** Shopify CDN: Minification failed

Line 124:2 Unexpected "{"
Line 124:3 Expected identifier but found "%"
Line 125:27 Unexpected "`"
Line 125:61 Unexpected "`"
Line 127:3 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:article-body (INDEX:9) */
.ab-wrap { position: relative; isolation: isolate; display: flex; flex-direction: column; gap: 40px; align-items: flex-start; }
  @media (min-width: 990px) { .ab-wrap { flex-direction: row; gap: 48px; justify-content: space-between; } }

  .ab-main { max-width: 76ch; min-width: 0; }
  @media (min-width: 990px) { .ab-main { flex: 1 1 auto; max-width: calc(100% - 528px); } }

  .ab-rte { font-size: 16px; line-height: 1.7; color: #333; }
  .ab-rte + .ab-rte { margin-top: 8px; }
  .ab-rte h2 { font-size: 24px; font-weight: 800; letter-spacing: -.01em; color: #171717; margin: 40px 0 14px; scroll-margin-top: 100px; }
  .ab-rte h2:first-child { margin-top: 0; }
  .ab-rte h3 { font-size: 18px; font-weight: 700; color: #171717; margin: 28px 0 10px; }
  .ab-rte p { margin: 0 0 14px; }
  .ab-rte p:last-child { margin-bottom: 0; }
  .ab-rte ul, .ab-rte ol { margin: 0 0 14px; padding-left: 22px; }
  .ab-rte li { margin: 4px 0; }
  .ab-rte a { color: #1B77BD; text-decoration: underline; text-underline-offset: 2px; }
  .ab-rte table { width: 100%; border-collapse: collapse; margin: 8px 0 20px; font-size: 14.5px; }
  .ab-rte th, .ab-rte td { border: 1px solid rgba(23,23,23,.12); padding: 9px 12px; text-align: left; }
  .ab-rte th { background: #FAFAFA; font-weight: 700; }
  .ab-rte .disc { font-size: 12.5px; color: #6b726b; line-height: 1.5; margin: 14px 0; padding: 10px 14px; background: #FFFBEB; border: 1px solid #F0D8A8; border-radius: 8px; }

  .ab-aside { display: flex; flex-direction: column; gap: 28px; width: 100%; }
  @media (min-width: 990px) {
    .ab-aside { flex: 0 0 480px; max-width: 480px; position: sticky; top: 100px; }
  }

  .ab-toc-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #9aa0a6; margin: 0 0 12px; }
  .ab-toc[hidden] { display: none; }
  .ab-toc-nav { display: flex; flex-direction: column; gap: 2px; border-left: 2px solid rgba(23,23,23,.08); }
  .ab-toc-nav a { display: block; padding: 6px 0 6px 16px; font-size: 14px; color: #6b7280; text-decoration: none; border-left: 2px solid transparent; margin-left: -2px; transition: color .15s ease, border-color .15s ease; }
  .ab-toc-nav a:hover { color: #171717; }
  .ab-toc-nav a.is-active { color: #171717; font-weight: 600; border-left-color: #171717; }

  .ab-proof-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; border: 1px solid rgba(23,23,23,.12); border-radius: 14px; overflow: hidden; transition: box-shadow .15s ease, transform .15s ease; }
  .ab-proof-card:hover { box-shadow: 0 12px 28px rgba(23,23,23,.1); transform: translateY(-2px); }
  .ab-proof-media { display: block; aspect-ratio: 4 / 3; background: #f2f2f2; }
  .ab-proof-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .ab-proof-body { display: flex; flex-direction: column; gap: 4px; padding: 16px; }
  .ab-proof-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #9aa0a6; }
  .ab-proof-title { font-size: 16px; font-weight: 700; color: #171717; line-height: 1.3; }
  .ab-proof-meta { font-size: 13px; color: #6b7280; }
  .ab-proof-link { font-size: 14px; font-weight: 600; color: #171717; margin-top: 6px; }

  .ab-review { padding: 20px 22px; border: 1.5px dashed #171717; border-radius: 14px; }
  .ab-review-label { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 10px; color: #171717; }
  .ab-review-quote { font-size: 15.5px; line-height: 1.5; color: #171717; margin: 0 0 8px; font-style: italic; }
  .ab-review-author { font-size: 13.5px; color: #6b7280; margin: 0; }
/* END_SECTION:article-body */

/* START_SECTION:article-faq (INDEX:10) */
.afq-wrap { position: relative; isolation: isolate; }
  .afq-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--afq-accent, #171717); margin: 0 0 12px; }
  .afq-h2 { font-size: clamp(24px, 2.8vw, 34px); font-weight: 800; letter-spacing: -.02em; line-height: 1.18; color: #171717; margin: 0; text-wrap: balance; }

  @media (min-width: 900px) {
    .afq-top { display: grid; grid-template-columns: minmax(0, 320px) minmax(0, 1fr); gap: clamp(40px, 5vw, 80px); align-items: start; }
    .afq-head { position: sticky; top: 100px; }
  }

  .afq-list { border-top: 1px solid rgba(23,23,23,.1); }
  .afq-item { border-bottom: 1px solid rgba(23,23,23,.1); }
  .afq-question { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 2px; font-size: clamp(15.5px, 1.4vw, 17px); font-weight: 600; color: #171717; cursor: pointer; list-style: none; }
  .afq-question::-webkit-details-marker { display: none; }
  .afq-chevron { flex-shrink: 0; width: 20px; height: 20px; color: var(--afq-accent, #171717); transition: transform .3s ease; }
  .afq-item[open] .afq-chevron { transform: rotate(180deg); }
  .afq-answer { padding: 0 2px 22px; max-width: 70ch; font-size: 15px; line-height: 1.7; color: #4b5563; }
  .afq-answer p { margin: 0 0 10px; }
  .afq-answer p:last-child { margin-bottom: 0; }
/* END_SECTION:article-faq */

/* START_SECTION:article-hero (INDEX:11) */
.ah-wrap { position: relative; isolation: isolate; }

  .ah-split { display: flex; flex-direction: column; gap: 32px; margin-top: 24px; }
  @media (min-width: 990px) { .ah-split { flex-direction: row; align-items: center; gap: 24px; } }

  .ah-text { min-width: 0; }
  @media (min-width: 990px) { .ah-text { flex: 0 0 48%; max-width: 620px; } }

  .ah-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 12px; }
  .ah-title { font-size: clamp(34px, 4.6vw, 56px); font-weight: 800; letter-spacing: -.02em; line-height: 1.05; color: #171717; margin: 0 0 18px; text-wrap: balance; }

  .ah-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 14.5px; color: #6b7280; margin-bottom: 16px; }
  .ah-meta-dot { opacity: .6; }
  .ah-meta-author { display: inline-flex; align-items: center; gap: 8px; color: #171717; font-weight: 600; }
  .ah-avatar { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; display: block; }

  .ah-share { display: flex; }

  .ah-media { border-radius: clamp(10px, 1.4vw, 20px); overflow: hidden; background: #f2f2f2; flex: 1 1 auto; min-width: 0; }
  .ah-media img { display: block; width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top; }
  @media (min-width: 990px) { .ah-media { height: clamp(380px, 38vw, 620px); } }

  .ah-media--low img { aspect-ratio: 16 / 9; object-position: center; }
  @media (min-width: 990px) { .ah-media--low { height: clamp(260px, 26vw, 420px); } }
/* END_SECTION:article-hero */

/* START_SECTION:article-perex (INDEX:12) */
.ap-wrap { position: relative; isolation: isolate; display: flex; flex-direction: column; gap: 32px; }
  @media (min-width: 990px) { .ap-wrap { flex-direction: row; align-items: flex-start; gap: 48px; } }

  .ap-lead { max-width: 76ch; margin: 0; }
  @media (min-width: 990px) { .ap-lead { flex: 1 1 55%; min-width: 0; } }
  .ap-lead p { font-size: clamp(17px, 1.6vw, 20px); line-height: 1.6; color: #333; margin: 0; }
  .ap-lead p + p { margin-top: 12px; }

  .ap-tldr { max-width: 76ch; border: 1px solid rgba(23,23,23,.1); border-left: 4px solid var(--ap-accent, #171717); border-radius: 10px; padding: 18px 22px; background: #FAFAFA; box-sizing: border-box; }
  @media (min-width: 990px) { .ap-tldr { flex: 1 1 45%; min-width: 0; max-width: none; } }
  .ap-tldr-label { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ap-accent, #171717); margin: 0 0 10px; }
  {%- comment -%}
    Zakladny reset temy ma `menu, ol, ul { list-style: none }`, takze bez tohto
    riadku rámček stratí odrážky a body sa čitateľovi zlejú do blokov textu.
  {%- endcomment -%}
  .ap-tldr-list { margin: 0; padding-left: 22px; list-style: disc; }
  .ap-tldr-list li { font-size: 15px; line-height: 1.55; color: #333; margin: 10px 0; padding-left: 2px; }
  .ap-tldr-list li::marker { color: var(--ap-accent, #171717); }
/* END_SECTION:article-perex */

/* START_SECTION:article-related (INDEX:13) */
.art-wrap { position: relative; isolation: isolate; display: flex; flex-direction: column; gap: 40px; }
  .art-h2 { font-size: 22px; font-weight: 800; letter-spacing: -.01em; color: #171717; margin: 0 0 18px; }

  .art-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
  @media (min-width: 750px) { .art-grid { grid-template-columns: repeat(3, 1fr); } }

  .art-products-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
  .art-products-header .art-h2 { margin: 0; }

  .art-author { display: flex; align-items: flex-start; gap: 16px; padding-top: 24px; border-top: 1px solid rgba(23,23,23,.1); }
  .art-author-photo { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
  .art-author-name { font-size: 15px; font-weight: 700; color: #171717; margin: 0 0 4px; }
  .art-author-bio { font-size: 14px; line-height: 1.55; color: #6b7280; margin: 0; max-width: 62ch; }
/* END_SECTION:article-related */

/* START_SECTION:blog-index-hero (INDEX:14) */
.bih-wrap { position: relative; isolation: isolate; }
  .bih-text { margin-top: 24px; max-width: 62ch; }

  .bih-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #171717; margin: 0 0 12px; }
  .bih-title { font-size: clamp(32px, 4.6vw, 52px); font-weight: 800; letter-spacing: -.02em; line-height: 1.06; color: #171717; margin: 0 0 16px; text-wrap: balance; }
  .bih-sub { font-size: clamp(15.5px, 1.4vw, 18px); line-height: 1.55; color: #4b5563; margin: 0 0 28px; max-width: 60ch; }

  .bih-search { display: flex; align-items: center; gap: 8px; border: 1.5px solid rgba(23,23,23,.16); border-radius: 60px; padding: 6px 6px 6px 20px; max-width: 480px; margin-bottom: 20px; background: #fff; }
  .bih-search-input { flex: 1 1 auto; min-width: 0; border: none; outline: none; font-size: 15px; background: transparent; }
  .bih-search-btn { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; border: none; background: #1B77BD; color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; }
  .bih-search-btn:hover { opacity: .88; }

  .bih-rating { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 13px; color: #171717; }
  .bih-rating-sep { color: #c4c9d4; }
  .bih-star { color: #f5a623; }
  @media (min-width: 769px) { .bih-rating { flex-wrap: nowrap; width: max-content; max-width: none; } }
/* END_SECTION:blog-index-hero */

/* START_SECTION:blog-index-trust (INDEX:15) */
.bit-text { text-align: center; font-size: 14px; font-weight: 600; color: #4b5563; margin: 0; }
/* END_SECTION:blog-index-trust */

/* START_SECTION:blog-poradna-grid (INDEX:16) */
.bpg-wrap { position: relative; isolation: isolate; display: flex; flex-direction: column; gap: 28px; }

  .bpg-featured-label { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #6b7280; margin: 0 0 12px; }
  .bpg-featured { display: flex; flex-direction: column; text-decoration: none; color: inherit; border: 1px solid rgba(23,23,23,.12); border-radius: clamp(12px, 1.6vw, 22px); overflow: hidden; box-shadow: 0 16px 36px rgba(23,23,23,.08); transition: box-shadow .18s ease, transform .18s ease; }
  .bpg-featured:hover { box-shadow: 0 20px 44px rgba(23,23,23,.12); transform: translateY(-2px); }
  @media (min-width: 900px) { .bpg-featured { flex-direction: row; } }
  .bpg-featured-media { display: block; aspect-ratio: 16 / 10; background: #f2f2f2; }
  @media (min-width: 900px) { .bpg-featured-media { flex: 0 0 52%; aspect-ratio: auto; min-height: 340px; } }
  .bpg-featured-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .bpg-featured-body { display: flex; flex-direction: column; gap: 8px; padding: clamp(20px, 3vw, 40px); }
  .bpg-featured-tag { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .bpg-featured-title { font-size: clamp(20px, 2.4vw, 30px); font-weight: 800; letter-spacing: -.01em; line-height: 1.2; color: #171717; }
  .bpg-featured-excerpt { font-size: 15px; line-height: 1.6; color: #4b5563; max-width: 60ch; }
  .bpg-featured-meta { font-size: 13px; color: #6b7280; margin-top: 4px; }
  .bpg-featured-cta { font-size: 14px; font-weight: 600; color: #171717; margin-top: auto; padding-top: 12px; }
  .bpg-featured:hover .bpg-featured-cta { color: #1B77BD; }

  .bpg-filterbar { display: flex; flex-direction: column; gap: 12px; }
  .bpg-chips { display: flex; flex-wrap: nowrap; gap: 8px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 2px; }
  @media (min-width: 750px) { .bpg-chips { flex-wrap: wrap; overflow-x: visible; } }
  .bpg-chip { flex-shrink: 0; font-size: 13.5px; font-weight: 600; padding: 11px 18px; border-radius: 999px; cursor: pointer; white-space: nowrap; background: #fff; color: #171717; border: 1.5px solid #171717; min-height: 44px; transition: background .15s ease, color .15s ease, border-color .15s ease; }
  .bpg-chip.is-active { background: #1B77BD; color: #fff; border-color: #1B77BD; }
  .bpg-chip--type { font-weight: 700; }

  .bpg-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
  @media (min-width: 750px) { .bpg-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 990px) { .bpg-grid { grid-template-columns: repeat(3, 1fr); } }

  .bpg-card { height: 100%; display: flex; flex-direction: column; text-decoration: none; color: inherit; border: 1px solid rgba(23,23,23,.12); border-radius: clamp(10px, 1.4vw, 18px); overflow: hidden; background: #fff; transition: box-shadow .18s ease, transform .18s ease; }
  .bpg-card:hover { box-shadow: 0 14px 32px rgba(23,23,23,.1); transform: translateY(-3px); }
  .bpg-card[hidden] { display: none; }
  .bpg-card--pillar { border-color: #171717; border-width: 1.5px; }
  .bpg-card-media { position: relative; display: block; aspect-ratio: 4 / 3; background: #f2f2f2; overflow: hidden; }
  .bpg-card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
  .bpg-badges { position: absolute; top: 12px; left: 12px; right: 12px; z-index: 1; display: flex; flex-wrap: wrap; gap: 6px; }
  .bpg-badge { font-size: 11px; line-height: 1; font-weight: 700; letter-spacing: .03em; color: #fff; padding: 5px 11px; border-radius: 999px; }
  .bpg-pillar-badge { position: absolute; top: 12px; right: 12px; font-size: 11px; font-weight: 700; letter-spacing: .02em; color: #171717; background: #fff; padding: 5px 11px; border-radius: 999px; box-shadow: 0 2px 8px rgba(23,23,23,.16); }
  .bpg-card-body { flex: 1; display: flex; flex-direction: column; gap: 6px; padding: 16px 18px 20px; }
  .bpg-card-title { font-size: 16.5px; font-weight: 700; color: #171717; line-height: 1.3; }
  .bpg-card-excerpt { font-size: 13.5px; line-height: 1.55; color: #6b7280; }
  .bpg-card-meta { font-size: 12.5px; color: #9aa0a6; }
  .bpg-card-cta { margin-top: auto; padding-top: 6px; font-size: 13.5px; font-weight: 600; color: #171717; }
  .bpg-card:hover .bpg-card-cta { color: #1B77BD; }

  .bpg-empty { display: flex; justify-content: center; padding: 40px 20px; }
  .bpg-empty[hidden] { display: none; }
  .bpg-empty p { margin: 0; color: #5b6672; font-size: 15px; }

  .bpg-more { display: flex; justify-content: center; }
  .bpg-more[hidden] { display: none; }
/* END_SECTION:blog-poradna-grid */

/* START_SECTION:case-study-body (INDEX:20) */
.csb-wrap { position: relative; isolation: isolate; display: flex; flex-direction: column; gap: 40px; align-items: flex-start; }
  @media (min-width: 990px) { .csb-wrap { flex-direction: row; gap: 40px; } }

  .csb-main { max-width: 92ch; min-width: 0; }
  @media (min-width: 990px) { .csb-main { flex: 0 1 auto; } }
  .csb-h2 { font-size: 22px; font-weight: 800; letter-spacing: -.01em; color: #171717; margin: 36px 0 12px; }
  .csb-h2:first-child { margin-top: 0; }
  .csb-rte { font-size: 15.5px; line-height: 1.65; color: #333; }
  .csb-rte p { margin: 0 0 14px; }
  .csb-rte p:last-child { margin-bottom: 0; }

  .csb-disc { font-size: 12.5px; color: #6b726b; line-height: 1.5; margin: 14px 0 0; padding: 10px 14px; background: #FFFBEB; border: 1px solid #F0D8A8; border-radius: 8px; }
  .csb-disc p { margin: 0; }
  .csb-disc p + p { margin-top: 8px; }

  .csb-review { margin-top: 32px; padding: 22px 24px; border: 1.5px dashed #171717; border-radius: 14px; }
  .csb-review-label { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 10px; }
  .csb-review-quote { font-size: 16px; line-height: 1.5; color: #171717; margin: 0 0 8px; font-style: italic; }
  .csb-review-author { font-size: 13.5px; color: #6b7280; margin: 0; }

  .csb-specs--mobile { display: block; margin: 24px 0; }
  .csb-specs--desktop { display: none; }
  @media (min-width: 990px) {
    .csb-specs--mobile { display: none; }
    .csb-specs--desktop { display: block; position: sticky; top: 100px; flex: 1 1 380px; }
  }

  .css-box { border: 1px solid rgba(23,23,23,.1); border-radius: 16px; background: #fff; overflow: hidden; box-shadow: 0 12px 32px -18px rgba(23,23,23,.25); }
  .css-box-accent { height: 4px; background: var(--css-accent, #171717); }
  .css-box-header { display: flex; align-items: center; gap: 10px; padding: 18px 22px; border-bottom: 1px solid rgba(23,23,23,.08); }
  .css-box-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--css-accent, #171717); flex-shrink: 0; }
  .css-title { font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #171717; margin: 0; }
  .css-list { margin: 0; padding: 6px 22px 20px; }
  .css-row { padding: 13px 0; border-top: 1px solid rgba(23,23,23,.07); }
  .css-row:first-child { border-top: none; }
  .css-row dt { font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #9aa0a6; margin: 0 0 4px; }
  .css-row dd { font-size: 14.5px; font-weight: 600; color: #171717; margin: 0; line-height: 1.45; }
/* END_SECTION:case-study-body */

/* START_SECTION:case-study-gallery (INDEX:22) */
.csg-wrap { position: relative; isolation: isolate; }

  .csg-header { margin-bottom: 28px; }
  .csg-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 10px; }
  .csg-header-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
  .csg-heading { font-size: clamp(28px, 3.6vw, 40px); font-weight: 800; letter-spacing: -.02em; margin: 0; text-wrap: balance; }
  .csg-count { font-size: 14.5px; font-weight: 600; color: #6b7280; margin: 0; white-space: nowrap; }
  .csg-caption { font-size: 15.5px; line-height: 1.6; color: #4b5563; max-width: 60ch; margin: 12px 0 0; }

  .csg-track-wrap { position: relative; }
  .csg-track {
    display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px;
  }
  .csg-track::-webkit-scrollbar { display: none; }

  .csg-item {
    flex: 0 0 calc((100% - 40px) / 3); scroll-snap-align: start;
    padding: 0; border: none; background: #f2f2f2; cursor: pointer;
    border-radius: clamp(8px, 1.2vw, 16px); overflow: hidden; aspect-ratio: 4 / 3; min-height: 44px;
  }
  @media (max-width: 989px) { .csg-item { flex: 0 0 calc((100% - 20px) / 2); } }
  @media (max-width: 640px) { .csg-item { flex: 0 0 82%; } }
  .csg-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
  @media (hover: hover) { .csg-item:hover img { transform: scale(1.04); } }

  .csg-nav {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
    width: 44px; height: 44px; border-radius: 50%; border: 1px solid #1B77BD;
    background: #1B77BD; color: #fff; display: flex; align-items: center; justify-content: center;
    cursor: pointer; box-shadow: 0 8px 20px rgba(27,119,189,.3);
    transition: background .2s ease, border-color .2s ease;
  }
  .csg-nav--prev { left: -20px; }
  .csg-nav--next { right: -20px; }
  @media (hover: hover) { .csg-nav:hover { background: #15629c; border-color: #15629c; } }
  @media (max-width: 749px) { .csg-nav { display: none; } }

  .csg-modal { position: fixed; inset: 0; z-index: 999; display: flex; align-items: center; justify-content: center; background: rgba(8,13,28,.92); }
  .csg-modal[hidden] { display: none; }
  .csg-modal-inner { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
  .csg-modal-media { max-width: min(92vw, 1100px); max-height: 82vh; }
  .csg-modal-media img { max-width: 100%; max-height: 82vh; object-fit: contain; display: block; margin-inline: auto; }
  .csg-modal-close { position: absolute; top: 18px; right: 18px; color: #fff; background: rgba(255,255,255,.12); border: none; border-radius: 50%; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
  .csg-modal-nav { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; background: rgba(255,255,255,.12); border: none; border-radius: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
  .csg-modal-prev { left: 16px; }
  .csg-modal-next { right: 16px; }
  .csg-modal-counter { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 13px; opacity: .8; margin: 0; }
/* END_SECTION:case-study-gallery */

/* START_SECTION:case-study-hero (INDEX:23) */
.csh-wrap { position: relative; isolation: isolate; }

  .csh-split { display: flex; flex-direction: column; gap: 32px; margin-top: 24px; }
  @media (min-width: 990px) { .csh-split { flex-direction: row; align-items: center; gap: 24px; } }

  .csh-text { min-width: 0; }
  @media (min-width: 990px) { .csh-text { flex: 0 0 48%; max-width: 620px; } }

  .csh-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 12px; }
  .csh-title { font-size: clamp(38px, 5.4vw, 68px); font-weight: 800; letter-spacing: -.02em; line-height: 1.03; color: #171717; margin: 0 0 14px; text-wrap: balance; }
  .csh-meta { font-size: 15.5px; color: #6b7280; margin: 0; }

  .csh-media { border-radius: clamp(10px, 1.4vw, 20px); overflow: hidden; background: #f2f2f2; flex: 1 1 auto; min-width: 0; }
  .csh-media img { display: block; width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top; }
  @media (min-width: 990px) { .csh-media { height: clamp(460px, 44vw, 660px); } }
/* END_SECTION:case-study-hero */

/* START_SECTION:case-study-related (INDEX:24) */
.csr-wrap { position: relative; isolation: isolate; display: flex; flex-direction: column; gap: 36px; }
  .csr-h2 { font-size: 22px; font-weight: 800; letter-spacing: -.01em; color: #171717; margin: 0 0 18px; }

  .csr-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
  @media (min-width: 750px) { .csr-grid { grid-template-columns: repeat(3, 1fr); } }

  .csr-card { display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; border: 1px solid rgba(23,23,23,.12); border-radius: 12px; padding: 10px; transition: box-shadow .15s ease, transform .15s ease; }
  .csr-card:hover { box-shadow: 0 10px 24px rgba(23,23,23,.08); transform: translateY(-2px); }
  .csr-card-media { flex-shrink: 0; width: 84px; height: 84px; border-radius: 8px; overflow: hidden; background: #f2f2f2; }
  .csr-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .csr-card-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
  .csr-card-title { font-size: 14.5px; font-weight: 700; color: #171717; line-height: 1.3; }
  .csr-card-meta { font-size: 12.5px; color: #6b7280; }

  .csr-empty { font-size: 14px; }
  .csr-empty a { color: #1B77BD; font-weight: 600; text-decoration: none; }

  .csr-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 26px; border-radius: 14px; background: #F7F7F7; }
  .csr-cta-text { font-size: 16px; font-weight: 700; color: #171717; margin: 0; }
  .csr-cta-btn.button--primary { background-color: #1B77BD !important; border-color: #1B77BD !important; color: #fff !important; }
/* END_SECTION:case-study-related */

/* START_SECTION:main-search (INDEX:110) */
.bpg-card { height: 100%; display: flex; flex-direction: column; text-decoration: none; color: inherit; border: 1px solid rgba(23,23,23,.12); border-radius: clamp(10px, 1.4vw, 18px); overflow: hidden; background: #fff; transition: box-shadow .18s ease, transform .18s ease; }
  .bpg-card:hover { box-shadow: 0 14px 32px rgba(23,23,23,.1); transform: translateY(-3px); }
  .bpg-card[hidden] { display: none; }
  .bpg-card--pillar { border-color: #171717; border-width: 1.5px; }
  .bpg-card-media { position: relative; display: block; aspect-ratio: 4 / 3; background: #f2f2f2; overflow: hidden; }
  .bpg-card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
  .bpg-badge { position: absolute; top: 12px; left: 12px; font-size: 11px; font-weight: 700; letter-spacing: .03em; color: #fff; padding: 5px 11px; border-radius: 999px; }
  .bpg-pillar-badge { position: absolute; top: 12px; right: 12px; font-size: 11px; font-weight: 700; letter-spacing: .02em; color: #171717; background: #fff; padding: 5px 11px; border-radius: 999px; box-shadow: 0 2px 8px rgba(23,23,23,.16); }
  .bpg-card-body { flex: 1; display: flex; flex-direction: column; gap: 6px; padding: 16px 18px 20px; }
  .bpg-card-title { font-size: 16.5px; font-weight: 700; color: #171717; line-height: 1.3; }
  .bpg-card-excerpt { font-size: 13.5px; line-height: 1.55; color: #6b7280; }
  .bpg-card-meta { font-size: 12.5px; color: #9aa0a6; }
  .bpg-card-cta { margin-top: auto; padding-top: 6px; font-size: 13.5px; font-weight: 600; color: #171717; }
  .bpg-card:hover .bpg-card-cta { color: #1B77BD; }
/* END_SECTION:main-search */

/* START_SECTION:novinky-grid (INDEX:120) */
.ng-wrap { position: relative; isolation: isolate; display: flex; flex-direction: column; gap: 28px; }

  .ng-featured { display: flex; flex-direction: column; text-decoration: none; color: inherit; border: 1px solid rgba(23,23,23,.12); border-radius: clamp(12px, 1.6vw, 22px); overflow: hidden; box-shadow: 0 16px 36px rgba(23,23,23,.08); transition: box-shadow .18s ease, transform .18s ease; }
  .ng-featured:hover { box-shadow: 0 20px 44px rgba(23,23,23,.12); transform: translateY(-2px); }
  @media (min-width: 900px) { .ng-featured { flex-direction: row; } }
  .ng-featured-media { display: block; aspect-ratio: 16 / 10; background: #f2f2f2; }
  @media (min-width: 900px) { .ng-featured-media { flex: 0 0 52%; aspect-ratio: auto; min-height: 340px; } }
  .ng-featured-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .ng-featured-body { display: flex; flex-direction: column; gap: 8px; padding: clamp(20px, 3vw, 40px); }
  .ng-featured-tag { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .ng-featured-title { font-size: clamp(20px, 2.4vw, 30px); font-weight: 800; letter-spacing: -.01em; line-height: 1.2; color: #171717; }
  .ng-featured-excerpt { font-size: 15px; line-height: 1.6; color: #4b5563; max-width: 60ch; }
  .ng-featured-meta { font-size: 13px; color: #6b7280; margin-top: 4px; }
  .ng-featured-cta { font-size: 14px; font-weight: 600; color: #171717; margin-top: auto; padding-top: 12px; }
  .ng-featured:hover .ng-featured-cta { color: #1B77BD; }

  .ng-filterbar { display: flex; }
  .ng-chips { display: flex; flex-wrap: nowrap; gap: 8px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 2px; }
  @media (min-width: 750px) { .ng-chips { flex-wrap: wrap; overflow-x: visible; } }
  .ng-chip { flex-shrink: 0; font-size: 13.5px; font-weight: 600; padding: 11px 18px; border-radius: 999px; cursor: pointer; white-space: nowrap; background: #fff; color: #171717; border: 1.5px solid #171717; min-height: 44px; transition: background .15s ease, color .15s ease, border-color .15s ease; }
  .ng-chip.is-active { background: #1B77BD; color: #fff; border-color: #1B77BD; }

  .ng-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
  @media (min-width: 750px) { .ng-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 990px) { .ng-grid { grid-template-columns: repeat(3, 1fr); } }

  .ng-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; border: 1px solid rgba(23,23,23,.12); border-radius: clamp(10px, 1.4vw, 18px); overflow: hidden; background: #fff; transition: box-shadow .18s ease, transform .18s ease; }
  .ng-card:hover { box-shadow: 0 14px 32px rgba(23,23,23,.1); transform: translateY(-3px); }
  .ng-card[hidden] { display: none; }
  .ng-card-media { position: relative; display: block; aspect-ratio: 4 / 3; background: #f2f2f2; }
  .ng-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .ng-badges { position: absolute; top: 12px; left: 12px; right: 12px; z-index: 1; display: flex; flex-wrap: wrap; gap: 6px; }
  .ng-badge { font-size: 11px; line-height: 1; font-weight: 700; letter-spacing: .03em; color: #fff; padding: 5px 11px; border-radius: 999px; }
  .ng-card-body { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px 20px; }
  .ng-card-title { font-size: 16.5px; font-weight: 700; color: #171717; line-height: 1.3; }
  .ng-card-excerpt { font-size: 13.5px; line-height: 1.55; color: #6b7280; }
  .ng-card-meta { font-size: 12.5px; color: #9aa0a6; }
  .ng-card-cta { margin-top: 6px; font-size: 13.5px; font-weight: 600; color: #171717; }
  .ng-card:hover .ng-card-cta { color: #1B77BD; }

  .ng-empty { display: flex; justify-content: center; padding: 40px 20px; }
  .ng-empty[hidden] { display: none; }
  .ng-empty p { margin: 0; color: #5b6672; font-size: 15px; }

  .ng-more { display: flex; justify-content: center; }
  .ng-more[hidden] { display: none; }
/* END_SECTION:novinky-grid */

/* START_SECTION:poradna-grid (INDEX:123) */
.pg-wrap { position: relative; isolation: isolate; display: flex; flex-direction: column; gap: 40px; }

  .pg-filterbar { display: flex; }
  .pg-chips { display: flex; flex-wrap: nowrap; gap: 8px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 2px; }
  @media (min-width: 750px) { .pg-chips { flex-wrap: wrap; overflow-x: visible; } }
  .pg-chip { flex-shrink: 0; font-size: 13.5px; font-weight: 600; padding: 11px 18px; border-radius: 999px; cursor: pointer; white-space: nowrap; background: #fff; color: #171717; border: 1.5px solid #171717; min-height: 44px; transition: background .15s ease, color .15s ease, border-color .15s ease; }
  .pg-chip.is-active { background: #1B77BD; color: #fff; border-color: #1B77BD; }

  .pg-job[hidden] { display: none; }
  .pg-job-heading { font-size: clamp(20px, 2.2vw, 26px); font-weight: 800; letter-spacing: -.01em; color: #171717; margin: 0 0 20px; }

  .pg-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
  @media (min-width: 750px) { .pg-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 990px) { .pg-grid { grid-template-columns: repeat(3, 1fr); } }

  .pg-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; border: 1px solid rgba(23,23,23,.12); border-radius: clamp(10px, 1.4vw, 18px); overflow: hidden; background: #fff; transition: box-shadow .18s ease, transform .18s ease; }
  .pg-card:hover { box-shadow: 0 14px 32px rgba(23,23,23,.1); transform: translateY(-3px); }
  .pg-card[hidden] { display: none; }
  .pg-card--pillar { border-color: #171717; border-width: 1.5px; }
  .pg-card-media { position: relative; display: block; aspect-ratio: 4 / 3; background: #f2f2f2; }
  .pg-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .pg-badges { position: absolute; top: 12px; left: 12px; right: 12px; z-index: 1; display: flex; flex-wrap: wrap; gap: 6px; }
  .pg-badge { font-size: 11px; line-height: 1; font-weight: 700; letter-spacing: .03em; color: #fff; padding: 5px 11px; border-radius: 999px; }
  .pg-pillar-badge { position: absolute; top: 12px; right: 12px; font-size: 11px; font-weight: 700; letter-spacing: .02em; color: #171717; background: #fff; padding: 5px 11px; border-radius: 999px; box-shadow: 0 2px 8px rgba(23,23,23,.16); }
  .pg-card-body { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px 20px; }
  .pg-card-title { font-size: 16.5px; font-weight: 700; color: #171717; line-height: 1.3; }
  .pg-card-excerpt { font-size: 13.5px; line-height: 1.55; color: #6b7280; }
  .pg-card-cta { margin-top: 6px; font-size: 13.5px; font-weight: 600; color: #171717; }
  .pg-card:hover .pg-card-cta { color: #1B77BD; }

  .pg-empty { display: flex; justify-content: center; padding: 40px 20px; }
  .pg-empty[hidden] { display: none; }
  .pg-empty p { margin: 0; color: #5b6672; font-size: 15px; }
/* END_SECTION:poradna-grid */

/* START_SECTION:referencie-grid (INDEX:138) */
.rg-wrap { position: relative; isolation: isolate; display: flex; flex-direction: column; gap: 28px; }

  .rg-filterbar { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; }
  .rg-filter-heading { font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #6b7280; margin: 0; }
  .rg-chips { display: flex; flex-wrap: nowrap; gap: 8px; overflow-x: auto; padding-bottom: 2px; -webkit-overflow-scrolling: touch; }
  @media (min-width: 750px) { .rg-chips { flex-wrap: wrap; overflow-x: visible; } }

  .rg-chip {
    flex-shrink: 0; font-size: 13.5px; font-weight: 600; line-height: 1;
    padding: 11px 18px; border-radius: 999px; cursor: pointer; white-space: nowrap;
    background: #fff; color: #171717; border: 1.5px solid #171717;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
    min-height: 44px;
  }
  .rg-chip.is-active { background: #1B77BD; border-color: #1B77BD; color: #fff; }
  .rg-chip--reset { border: none; background: none; text-decoration: underline; color: #5b6672; padding-inline: 6px; }

  .rg-count { font-size: 14px; color: #5b6672; margin: 0; }

  .rg-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
  @media (min-width: 750px) { .rg-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 990px) { .rg-grid { grid-template-columns: repeat(3, 1fr); } }

  .rg-card {
    isolation: isolate;
    display: flex; flex-direction: column; text-decoration: none; color: inherit;
    border: 1px solid rgba(23,23,23,.12); border-radius: clamp(10px, 1.4vw, 20px); overflow: hidden;
    background: #fff; box-shadow: 0 14px 32px rgba(23,23,23,.08); transform: translateY(-2px);
    transition: box-shadow .18s ease, transform .18s ease;
  }
  .rg-card:hover { box-shadow: 0 18px 38px rgba(23,23,23,.12); transform: translateY(-4px); }
  .rg-card[hidden] { display: none; }

  .rg-card-media { position: relative; z-index: 0; display: block; aspect-ratio: 4 / 3; background: #f2f2f2; overflow: hidden; }
  .rg-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .rg-badges {
    position: absolute; top: 12px; left: 12px; right: 12px; z-index: 1;
    display: flex; flex-wrap: wrap; gap: 6px;
  }
  .rg-badge {
    font-size: 11px; font-weight: 700; letter-spacing: .03em;
    color: #fff; padding: 5px 11px; border-radius: 999px; line-height: 1;
  }

  .rg-card-body { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 4px; padding: 18px 18px 20px; background: #fff; }
  .rg-card-title { font-size: 17px; font-weight: 700; color: #171717; letter-spacing: -.01em; line-height: 1.25; }
  .rg-card-meta { font-size: 13.5px; color: #6b7280; }
  .rg-card-solution { font-size: 13.5px; color: #6b7280; }
  .rg-card-cta { margin-top: 10px; font-size: 13.5px; font-weight: 600; color: #171717; transition: color .15s ease; }
  .rg-card:hover .rg-card-cta { color: #1B77BD; }

  .rg-empty { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; padding: 56px 20px; }
  .rg-empty[hidden] { display: none; }
  .rg-empty p { margin: 0; color: #5b6672; font-size: 15px; max-width: 44ch; }

  .rg-more { display: flex; justify-content: center; }
  .rg-more[hidden] { display: none; }

  .rg-proof { text-align: center; font-size: 14.5px; color: #5b6672; border-top: 1px solid rgba(23,23,29,.1); padding-top: 22px; margin: 0; }
/* END_SECTION:referencie-grid */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:article-related-card (INDEX:201) */
.art-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; border: 1px solid rgba(23,23,23,.12); border-radius: 12px; overflow: hidden; transition: box-shadow .15s ease, transform .15s ease; }
  .art-card:hover { box-shadow: 0 10px 24px rgba(23,23,23,.08); transform: translateY(-2px); }
  .art-card-media { position: relative; display: block; aspect-ratio: 16 / 10; background: #f2f2f2; overflow: hidden; }
  .art-card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
  .art-card-body { display: flex; flex-direction: column; gap: 4px; padding: 14px; }
  .art-card--no-media .art-card-body { padding: 18px 16px; }
  .art-card--no-media .art-card-title { font-size: 15.5px; }
  .art-card-title { font-size: 14.5px; font-weight: 700; color: #171717; line-height: 1.35; }
  .art-card-meta { font-size: 12.5px; color: #6b7280; }
/* END_SNIPPET:article-related-card */