/*
 * LUBO.pl — Strona Główna
 * Ładowany tylko na front page (is_front_page()).
 * Zawiera: hero, kafelki kategorii, zalety, konfigurator, baner B2B, blog, blok SEO
 */

/* ==================== HERO ==================== */
.hero {
  background: #0a0d12;
  color: #fff;
  border-bottom: 1px solid #000;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 78% 50%, rgba(232,93,31,0.18), transparent 45%),
    radial-gradient(circle at 22% 30%, rgba(31,58,95,0.35), transparent 55%),
    linear-gradient(180deg, #0a0d12 0%, #11151c 50%, #0a0d12 100%);
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  z-index: -1;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
          mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
}
.hero-wide { max-width: none; margin: 0; padding: 0; width: 100%; }

.hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 0;
  padding: 64px 48px 0;
  align-items: stretch;
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
}
.hero-content { padding-right: 32px; padding-bottom: 64px; max-width: 720px; }

.hero .container {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  padding-top: 56px;
  padding-bottom: 56px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11.5px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 28px;
  font-weight: 500;
}
.hero-eyebrow::before { content: ""; width: 32px; height: 1px; background: var(--orange); }
.hero-eyebrow .v {
  font-size: 10px;
  color: #6c7689;
  border: 1px solid rgba(255,255,255,0.12);
  padding: 2px 7px;
  border-radius: 3px;
  margin-left: 6px;
}
.hero h1 {
  font-size: 84px;
  line-height: 0.95;
  letter-spacing: -0.035em;
  margin: 0 0 28px;
  font-weight: 700;
  color: #fff;
  text-wrap: balance;
}
.hero h1 em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.5px #fff;
  position: relative;
  display: inline-block;
}
.hero h1 em.acc { -webkit-text-stroke: 1.5px var(--orange); color: transparent; }
.hero h1 .word { display: inline-block; }
.hero p.sub {
  font-size: 17px;
  line-height: 1.6;
  color: #a3aab8;
  margin: 0 0 32px;
  max-width: 520px;
  text-wrap: pretty;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-ctas .btn-primary {
  background: var(--orange);
  box-shadow: 0 0 0 0 rgba(232,93,31,0.4);
  transition: box-shadow 0.2s, background 0.15s;
}
.hero-ctas .btn-primary:hover {
  background: var(--orange-2);
  box-shadow: 0 0 0 8px rgba(232,93,31,0.12);
}
.hero-ctas .btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.25);
}
.hero-ctas .btn-secondary:hover { background: #fff; color: var(--ink); border-color: #fff; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.hero-stats .stat { padding-right: 16px; border-right: 1px solid rgba(255,255,255,0.06); }
.hero-stats .stat:last-child { border-right: 0; }
.hero-stats .stat .num {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1;
}
.hero-stats .stat .num .accent { color: var(--orange); }
.hero-stats .stat .lbl {
  font-size: 11px;
  color: #6c7689;
  margin-top: 10px;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

.hero-stage {
  position: relative;
  align-self: stretch;
  min-height: 580px;
  margin-right: -48px;
  margin-bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-stage .blueprint {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(31,58,95,0.18) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(31,58,95,0.18) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: radial-gradient(circle at center, #000 0%, #000 55%, transparent 78%);
          mask-image: radial-gradient(circle at center, #000 0%, #000 55%, transparent 78%);
}
.hero-stage .ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.1);
}
.hero-stage .ring.r1 { width: 540px; height: 540px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.hero-stage .ring.r2 { width: 700px; height: 700px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-color: rgba(232,93,31,0.18); }
.hero-stage .ring.r3 { width: 880px; height: 880px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-color: rgba(255,255,255,0.05); }
.hero-stage .arc {
  position: absolute;
  width: 540px; height: 540px;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: var(--orange);
  border-right-color: rgba(232,93,31,0.4);
  animation: lubo-arc-spin 22s linear infinite;
}
@keyframes lubo-arc-spin {
  from { transform: translate(-50%,-50%) rotate(0deg); }
  to   { transform: translate(-50%,-50%) rotate(360deg); }
}

.hero-photo {
  position: relative;
  width: 460px; height: 460px;
  display: grid;
  place-items: center;
  z-index: 2;
}
.hero-photo .glow {
  position: absolute; inset: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,93,31,0.28), transparent 60%);
  filter: blur(20px);
  z-index: -1;
}
.hero-photo .disc {
  width: 100%; height: 100%;
  background: #fff;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4), inset 0 0 80px rgba(0,0,0,0.04);
}
.hero-wheel-placeholder {
  width: 78%; height: 78%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #c8ced9 0%, #8c95a6 45%, #4a5366 100%);
  border: 3px solid #2a3140;
  box-shadow: inset 0 0 0 10px rgba(255,255,255,0.08), inset 0 0 0 12px rgba(255,255,255,0.04), 0 16px 40px rgba(0,0,0,0.35);
  position: relative;
}
.hero-wheel-placeholder::before {
  content: "";
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 22%; height: 22%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #6c7689, #2a3140);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.12);
}
.hero-wheel-placeholder::after {
  content: "";
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 42%; height: 42%;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 0 0 8px rgba(255,255,255,0.04);
}
.hero-photo .disc img {
  width: 90%; height: 90%;
  object-fit: contain;
  filter: drop-shadow(0 30px 50px rgba(232,93,31,0.25));
  display: block;
  transform: translateX(-40px);
}

.hero-spec {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(17,21,28,0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 2px solid var(--orange);
  padding: 12px 18px 12px 14px;
  border-radius: 4px;
  z-index: 3;
  min-width: 168px;
  font-family: "IBM Plex Sans", sans-serif;
}
.hero-spec .id {
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  color: var(--orange);
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}
.hero-spec .lbl {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  color: #6c7689;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hero-spec .num {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-top: 4px;
  font-family: "IBM Plex Mono", monospace;
}
.hero-spec .num .u { font-size: 12px; color: #6c7689; font-weight: 500; margin-left: 3px; }
.hero-spec.s1 { top: 60px; left: -10px; }
.hero-spec.s2 { top: 50%; right: -30px; transform: translateY(-50%); border-left-color: var(--steel-2); }
.hero-spec.s2 .id { color: var(--steel-2); }
.hero-spec.s3 { bottom: 60px; left: 30px; border-left-color: #1c7a4a; }
.hero-spec.s3 .id { color: #2da26a; }
.hero-spec .leader {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), transparent);
  top: 50%;
  width: 60px;
}
.hero-spec.s1 .leader { right: -60px; }
.hero-spec.s2 .leader { left: -60px; background: linear-gradient(270deg, var(--steel-2), transparent); }
.hero-spec.s3 .leader { right: -60px; background: linear-gradient(90deg, #2da26a, transparent); }

/* ==================== KAFELKI KATEGORII ==================== */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.cat-tile {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
  position: relative;
  overflow: hidden;
}
.cat-tile:hover { border-color: var(--ink); box-shadow: var(--shadow); }
.cat-tile .img {
  aspect-ratio: 4 / 3;
  background: #fff;
  border-radius: var(--r);
  border: 1px solid var(--line-2);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.cat-tile .img::before {
  content: "";
  width: 62%; height: 62%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f4f5f8 0%, #d8dde6 55%, #b9c0cb 100%);
  border: 1.5px solid #2a3140;
  box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 6px #c8ced9, 0 6px 14px rgba(17,21,28,0.08);
}
.cat-tile .img .lbl {
  position: absolute;
  bottom: 8px; left: 8px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  color: var(--ink-3);
  background: rgba(255,255,255,0.9);
  padding: 3px 6px;
  border-radius: 3px;
}
.cat-tile.is-sale .img::after {
  content: "↓15%";
  position: absolute;
  top: 8px; right: 8px;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 3px;
  font-family: "IBM Plex Mono", monospace;
  z-index: 2;
}
.cat-tile .img.var-rubber::before { background: radial-gradient(circle at 35% 35%, #4a5366 0%, #1a1f29 70%, #0a0d12 100%); border-color: #000; }
.cat-tile .img.var-iron::before { background: radial-gradient(circle at 35% 35%, #8c95a6 0%, #4a5366 60%, #2a3140 100%); border-color: #11151c; }
.cat-tile .img.var-nylon::before { background: radial-gradient(circle at 35% 35%, #fff 0%, #ede9dc 60%, #c9c2a8 100%); }
.cat-tile .img.var-set::before { background: radial-gradient(circle at 35% 35%, #f4f5f8 0%, #c8ced9 55%, #9ea7b6 100%); }
.cat-tile .img.var-heavy::before { width: 78%; height: 78%; }
.cat-tile h3 { font-size: 14.5px; font-weight: 600; margin: 0; line-height: 1.25; }
.cat-tile .sub { color: var(--ink-4); font-size: 12px; font-family: "IBM Plex Mono", monospace; margin-top: -4px; }
.cat-tile .go {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--ink-2);
  font-weight: 600;
  padding-top: 8px;
  border-top: 1px solid var(--line-2);
}
.cat-tile:hover .go { color: var(--orange); }

/* with-photo override */
.cat-tile .img.with-photo { background-size: cover; background-position: center; }
.cat-tile .img.with-photo::before, .cat-tile .img.with-photo::after { display: none; content: none; }
.cat-tile .img.with-photo .lbl { background: rgba(255,255,255,0.92); font-weight: 600; color: var(--ink); }

/* ==================== ZALETY ==================== */
.adv-bar {
  background: var(--ink);
  color: #fff;
}
.adv-bar .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}
.adv {
  display: flex;
  gap: 14px;
  padding: 0 24px;
  border-right: 1px solid #2a3140;
}
.adv:last-child { border-right: 0; }
.adv:first-child { padding-left: 0; }
.adv .ico {
  width: 44px; height: 44px;
  background: rgba(232,93,31,0.12);
  border: 1px solid rgba(232,93,31,0.5);
  color: var(--orange);
  border-radius: var(--r);
  display: grid; place-items: center;
  flex: 0 0 auto;
}
.adv h4 { margin: 0 0 4px; font-size: 14.5px; font-weight: 600; color: #fff; }
.adv p { margin: 0; font-size: 12.5px; color: #a3aab8; line-height: 1.4; }

/* ==================== PASEK ZALET (TRUST BAR) ==================== */
.trust-bar {
  background: #0f1829;
  color: #fff;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 40px 0;
}
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0 28px;
  border-right: 1px solid rgba(255,255,255,0.07);
}
.trust-item:last-child { border-right: none; }
.trust-item:first-child { padding-left: 0; }
.trust-ico {
  flex: 0 0 auto;
  width: 48px; height: 48px;
  background: rgba(232,93,31,0.15);
  border: 1px solid rgba(232,93,31,0.4);
  border-radius: var(--r);
  color: var(--orange);
  display: grid;
  place-items: center;
}
.trust-text strong {
  display: block;
  font-size: 14.5px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}
.trust-text span {
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
}

/* ==================== BANER B2B ==================== */
.b2b-banner {
  background: var(--steel);
  color: #fff;
  border-radius: var(--r-lg);
  padding: 40px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.b2b-banner::before {
  content: "";
  position: absolute;
  top: -100px; right: -100px;
  width: 380px; height: 380px;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.15);
}
.b2b-banner::after {
  content: "";
  position: absolute;
  top: -60px; right: -60px;
  width: 300px; height: 300px;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.1);
}
.b2b-banner .left { position: relative; z-index: 1; }
.b2b-banner .eyebrow {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a3aab8;
  margin-bottom: 12px;
}
.b2b-banner h2 { font-size: 34px; margin: 0 0 12px; letter-spacing: -0.02em; line-height: 1.1; font-weight: 700; }
.b2b-banner p { margin: 0 0 24px; color: #d6dbe4; font-size: 15px; max-width: 420px; line-height: 1.55; }
.b2b-banner .ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.b2b-banner .ctas .btn-primary { background: var(--orange); }
.b2b-banner .ctas .btn-secondary { background: transparent; border-color: rgba(255,255,255,0.4); color: #fff; }
.b2b-banner .ctas .btn-secondary:hover { background: #fff; color: var(--steel); }

.b2b-perks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.b2b-perk {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 18px;
  border-radius: var(--r);
}
.b2b-perk .num { font-family: "IBM Plex Mono", monospace; font-size: 11px; color: var(--orange); margin-bottom: 8px; }
.b2b-perk h5 { margin: 0 0 4px; font-size: 14.5px; font-weight: 600; }
.b2b-perk p { color: #c8cdd6; font-size: 12.5px; margin: 0; }

/* ==================== BLOG ==================== */
.blog-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 16px;
}
.blog-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.blog-card:hover { border-color: var(--ink); box-shadow: var(--shadow); }
.blog-card .img {
  aspect-ratio: 16 / 10;
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.blog-card .img::before {
  content: "";
  width: 50%; aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f4f5f8 0%, #d8dde6 55%, #b9c0cb 100%);
  border: 1.5px solid #2a3140;
  box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 6px #c8ced9, 0 8px 16px rgba(17,21,28,0.08);
}
.blog-card .img::after {
  content: "";
  position: absolute;
  width: 6%; aspect-ratio: 1;
  background: radial-gradient(circle at 35% 35%, #4a5366, #11151c 80%);
  border-radius: 50%;
  border: 2px solid #fff;
}
.blog-card.feat .img { aspect-ratio: 16 / 12; }
.blog-card .img.with-photo { background-size: cover; background-position: center; }
.blog-card .img.with-photo::before, .blog-card .img.with-photo::after { display: none; content: none; }
.blog-card .meta { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-card .meta .tag {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.blog-card .meta h3 { margin: 0; font-size: 16px; font-weight: 600; line-height: 1.3; color: var(--ink); }
.blog-card.feat .meta h3 { font-size: 22px; line-height: 1.2; letter-spacing: -0.01em; }
.blog-card .meta p { margin: 0; color: var(--ink-3); font-size: 13px; }
.blog-card .meta .date {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  color: var(--ink-4);
  padding-top: 8px;
  border-top: 1px solid var(--line-2);
}

/* ==================== BLOK SEO ==================== */
.seo-block {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 40px 48px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
}
.seo-block .left h2 { font-size: 26px; margin: 0 0 4px; letter-spacing: -0.01em; font-weight: 700; }
.seo-block .left .eyebrow {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.seo-block .left .body { color: var(--ink-3); font-size: 14px; line-height: 1.65; }
.seo-block .left .body p { margin: 12px 0; }
.seo-block .left .body p:first-child { margin-top: 16px; }
.seo-block .left .body.collapsed {
  max-height: 240px;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
          mask-image: linear-gradient(180deg, #000 60%, transparent);
}
.seo-block .left .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 13.5px;
  color: var(--orange);
  margin-top: 8px;
  background: transparent;
  border: 0;
  padding: 8px 0;
}
.seo-toc { border-left: 1px solid var(--line); padding-left: 24px; }
.seo-toc h4 {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  color: var(--ink-4);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
}
.seo-toc ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.seo-toc ul li a {
  font-size: 13px;
  color: var(--ink-2);
  display: flex;
  align-items: center;
  gap: 8px;
}
.seo-toc ul li a::before { content: ""; width: 5px; height: 1px; background: var(--ink-4); }

/* ==================== KONFIGURATOR ==================== */
.configurator {
  background: #13192a;
  border-radius: 12px;
  overflow: hidden;
}

.cfg-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 28px 28px 20px;
  gap: 24px;
}
.cfg-bar .left { flex: 1; }
.cfg-bar .eyebrow {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--orange);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cfg-bar .eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--orange); }
.cfg-bar h2 { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; color: #fff; margin: 0 0 6px; }
.cfg-bar p.sub { font-size: 13px; color: rgba(255,255,255,0.4); margin: 0; line-height: 1.5; }

.cfg-reset {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  padding: 9px 14px;
  font-size: 12.5px;
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  font-family: inherit;
  transition: background 0.12s, color 0.12s;
}
.cfg-reset:hover { background: rgba(255,255,255,0.12); color: #fff; }

.cfg-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 12px;
  padding: 0 28px 24px;
}
.cfg-field {
  display: block !important;
  width: auto !important;
  flex: unset !important;
}
.cfg-label {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--orange);
  margin-bottom: 7px;
}
.cfg-select {
  width: 100%;
  height: 44px;
  padding: 0 36px 0 13px;
  background-color: rgba(255,255,255,0.07);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-opacity='0.5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 13px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 6px;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.15s, background-color 0.15s;
  outline: none;
}
.cfg-select option { background: #1e2638 !important; color: #ffffff !important; }
.cfg-select option:checked { background: var(--orange) !important; color: #fff !important; }
.cfg-select:hover { border-color: rgba(255,255,255,0.28); background-color: rgba(255,255,255,0.1); }
.cfg-select:focus { border-color: rgba(255,255,255,0.35); background-color: rgba(255,255,255,0.1); }
.cfg-select.has-value {
  border-color: var(--orange);
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23e85d1f' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}

.cfg-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  gap: 16px;
  background: rgba(0,0,0,0.25);
  flex-wrap: wrap;
}
.cfg-foot-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.cfg-foot-label { font-size: 12.5px; color: rgba(255,255,255,0.38); }
.cfg-count {
  font-family: "IBM Plex Mono", monospace;
  font-size: 26px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: -0.02em;
  line-height: 1;
}
.cfg-tags { display: flex; flex-wrap: wrap; gap: 5px; align-items: center; }
.cfg-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(232,93,31,0.18);
  border: 1px solid rgba(232,93,31,0.5);
  border-radius: 20px;
  padding: 3px 8px 3px 10px;
  font-size: 11.5px;
  color: var(--orange);
  font-weight: 500;
}
.cfg-tag-rm {
  color: rgba(232,93,31,0.6);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  font-style: normal;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}
.cfg-tag-rm:hover { color: #fff; }

.cfg-search {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 22px;
  background: var(--orange);
  color: #fff;
  border-radius: var(--r);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.15s;
}
.cfg-search:hover { background: #d44e14; color: #fff; }

/* ==================== TABY PRODUKTÓW ==================== */
.prod-tabs-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  border-bottom: 2px solid var(--line);
}
.prod-tabs {
  display: flex;
  gap: 0;
}
.prod-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  padding: 12px 24px 12px 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink-4);
  cursor: pointer;
  letter-spacing: -0.01em;
  transition: color 0.15s;
  font-family: inherit;
}
.prod-tab:not(:first-child) { padding-left: 24px; }
.prod-tab.active { color: var(--ink); border-bottom-color: var(--orange); }
.prod-tab:hover:not(.active) { color: var(--ink-2); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.seo-toc ul li a:hover { color: var(--orange); }
