/*
 * BYB storefront — közös stíluslap (S4a).
 * Forrás: a Shopify-téma referencia (storefront/_tema-referencia) és az élő
 * byb.hu fejléc/lábléc szekciói. A Liquid-változók a templates/index.json
 * értékeivel vannak beégetve (logo_h:48, vis:385, gap:32, grad_h:417).
 * Betűtípus: a design system szerint Poppins az elsődleges, a Plus Jakarta
 * Sans örökség-fallback.
 */

/* ---------- TOKENEK (layout/theme.liquid) ---------- */
:root {
  --byb-dark: #0d2b2b;
  --byb-deep: #091e1e;
  --byb-mid: #132f2f;
  --byb-mint: #5ce8a0;
  --byb-mint-soft: #7eecb5;
  --byb-mint-bg: #eef9f3;
  --byb-white: #f8fdfb;
  --byb-off: #f2f7f5;
  --byb-100: #e8efec;
  --byb-200: #c4d1cb;
  --byb-300: #8a9e96;
  --byb-400: #6b8078;
  --byb-500: #4a5e56;
  --byb-font: 'Poppins', 'Plus Jakarta Sans', sans-serif;
}

/* ---------- ALAP ---------- */
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  background: var(--byb-white);
  color: var(--byb-dark);
  font-family: var(--byb-font);
  font-size: 15px;
  line-height: 1.5;
  /* rövid tartalmú lapon (pl. /pages/*) a lábléc a képernyő aljára kerül,
     ne maradjon alatta üres fehér sáv (mérve 2026-08-23, F1/7) */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}

/* ---------- ANNOUNCEMENT SÁV (.byb-ann) ---------- */
.byb-ann * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.byb-ann {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #061d1b 0%, #07201e 100%);
  font-family: var(--byb-font);
}
.byb-ann__glow {
  position: absolute;
  left: 50%;
  top: -128px;
  width: 1400px;
  height: 620px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(126, 255, 205, 0.12), transparent 70%);
  pointer-events: none;
  z-index: 0;
  animation: bybAnnBreathe 7s ease-in-out infinite;
}
@keyframes bybAnnBreathe {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.72;
  }
}
.byb-ann__wrap {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 11px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.byb-ann__items {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #9fb3aa;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.byb-ann__item {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.byb-ann__item svg {
  flex: none;
}
.byb-ann__right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.byb-ann__link {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--byb-mint);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.byb-ann__link:hover {
  color: var(--byb-mint-soft);
}
.byb-ann__link--alt {
  color: #9fb3aa;
  font-weight: 600;
}
.byb-ann__link--alt:hover {
  color: var(--byb-mint);
}
.byb-ann__sep {
  width: 1px;
  height: 14px;
  background: rgba(92, 232, 160, 0.16);
  flex: none;
}
.byb-ann__hair {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(92, 232, 160, 0.2), transparent);
}
@media (max-width: 700px) {
  .byb-ann__item--b2b {
    display: none;
  }
  .byb-ann__link--alt,
  .byb-ann__sep {
    display: none;
  }
  .byb-ann__wrap {
    padding: 11px 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .byb-ann__glow {
    animation: none;
  }
}

/* ---------- FEJLÉC (.byb-head) ---------- */
.byb-head * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* ⛔ HORGONY-UGRÁS A RAGADÓS FEJLÉC ALATT (Dénes, 2026-08-28: „jelentkezem
   partnernek gomb kicsit lejjebb rak az oldalon a kitöltendő kérdőív alá").
   A `.byb-head` `position: sticky`, tehát egy `#horgony` ugrás a cél TETEJÉT a
   fejléc ALÁ viszi: a látogató a kérdőív közepén köt ki, és azt hiszi, elvitte
   a gomb. A `scroll-margin-top` pont ennyivel feljebb állítja meg a görgetést.
   A szám MÉRT: fejléc-fősor 80px + kategória-nav 52px = 132px, plusz egy kis
   levegő. 900px alatt a kategória-nav nincs kint, ezért ott kevesebb kell. */
[id] {
  scroll-margin-top: 144px;
}
@media (max-width: 900px) {
  [id] {
    scroll-margin-top: 96px;
  }
}
.byb-head {
  font-family: var(--byb-font);
  background: linear-gradient(180deg, #07201e 0%, #0b2927 100%);
  position: sticky;
  top: 0;
  z-index: 50;
  transition: box-shadow 0.25s;
}
.byb-head.is-scrolled {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
.byb-head a {
  text-decoration: none;
  color: #e4ede9;
}
.byb-head__fx {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.byb-head__glow {
  position: absolute;
  left: 50%;
  top: -90px;
  width: 1400px;
  height: 620px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(126, 255, 205, 0.12), transparent 70%);
  animation: bybHeadBreathe 7s ease-in-out infinite;
}
@keyframes bybHeadBreathe {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.72;
  }
}
.byb-head__wrap {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
/* a fő sor (kereső + suggest) a kategória-nav FÖLÉ kerüljön (byb-global fix) */
.byb-head > .byb-head__wrap {
  z-index: 5;
}
.byb-head__hair {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(92, 232, 160, 0.14), transparent);
  position: relative;
  z-index: 1;
}
.byb-head__main {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 80px;
}
.byb-head__logo img {
  height: 24px;
  width: auto;
  display: block;
}
.byb-search {
  flex: 1;
  /* H-15 (Dénes, 2026-08-25): a 600px-es korlát TÚL SZŰKRE húzta a keresőt.
     A mockup 600-at írt, de ott a fiók-gomb rövid feliratokkal állt; élesben a
     cégnév hosszabb, a sáv pedig 1280px-es, tehát marad hely. 860px-ig nyílik,
     és a `flex: 1` miatt a három akció így is mindig kifér. */
  max-width: 860px;
  min-width: 0;
  position: relative;
}
.byb-search input {
  width: 100%;
  height: 50px;
  border-radius: 100px;
  border: 1px solid rgba(92, 232, 160, 0.2);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: var(--byb-white);
  padding: 0 84px 0 18px;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.byb-search input::placeholder {
  color: #7c938b;
}
.byb-search input:focus {
  border-color: rgba(92, 232, 160, 0.5);
  background: rgba(255, 255, 255, 0.07);
}
.byb-search input::selection {
  background: var(--byb-mint);
  color: var(--byb-dark);
}
.byb-search input::-webkit-search-cancel-button,
.byb-search input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.byb-search button[type='submit'] {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: var(--byb-mint);
  color: var(--byb-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.byb-search button[type='submit']:hover {
  background: var(--byb-mint-soft);
}

/* ---------- KERESŐ-LENYÍLÓ (R9, a régi téma header.liquid portja) ----------
   A törlő-gomb a natív webkit X helyett áll (azt a fenti szabály rejti el), a
   lenyílót a byb-suggest.js `show` osztállyal nyitja: a CSP tiltja az inline
   stílust, tehát display-t JS-ből nem írunk. */
.byb-sclear {
  position: absolute;
  right: 52px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #7c938b;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    color 0.2s,
    background 0.2s;
}
.byb-sclear:hover {
  color: var(--byb-white);
  background: rgba(255, 255, 255, 0.08);
}
.byb-search.has-value .byb-sclear {
  display: flex;
}
.byb-sresults {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(13, 43, 43, 0.22);
  overflow: hidden;
  z-index: 60;
  max-height: 62vh;
  overflow-y: auto;
}
.byb-sresults.show {
  display: block;
}
.byb-sresults a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  color: var(--byb-dark);
  font-size: 14px;
  border-bottom: 1px solid var(--byb-100);
}
.byb-sresults a:hover {
  background: var(--byb-off);
}
.byb-sresults img,
.byb-sresults .byb-snokep {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--byb-100);
  flex: none;
}
.byb-sresults .byb-snev {
  flex: 1;
  min-width: 0;
}
.byb-sresults .byb-sar {
  flex: none;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
.byb-sresults .byb-sar small {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: var(--byb-400);
}
.byb-sempty {
  padding: 14px;
  color: var(--byb-400);
  font-size: 14px;
}
.byb-head__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex: none;
}
.byb-pmode {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(92, 232, 160, 0.32);
  border-radius: 100px;
  padding: 6px 11px;
  background: none;
  color: var(--byb-mint);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  flex: none;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.byb-pmode:hover {
  border-color: rgba(92, 232, 160, 0.55);
  background: rgba(92, 232, 160, 0.06);
}
.byb-pmode__track {
  display: inline-flex;
  width: 28px;
  height: 15px;
  border-radius: 100px;
  background: rgba(92, 232, 160, 0.28);
  position: relative;
  transition: background 0.2s;
}
.byb-pmode.is-net .byb-pmode__track {
  background: var(--byb-mint);
}
.byb-pmode__dot {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--byb-dark);
  transition: left 0.2s;
}
.byb-pmode.is-net .byb-pmode__dot {
  left: 15px;
}
.byb-hbtn {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 12px;
  color: #dce7e1;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}
.byb-hbtn:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--byb-white);
}
.byb-hbtn svg {
  width: 22px;
  height: 22px;
}
.byb-hbtn__lbl {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  text-align: left;
}
.byb-hbtn__lbl span:first-child {
  font-size: 11px;
  font-weight: 500;
  color: #8fa39b;
}
/* a partner cégneve legfeljebb 184px, utána három pont; a teljes név a title-ben */
.byb-hbtn__lbl > span:last-child {
  white-space: nowrap;
  max-width: 184px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ---------- VALUTAVÁLTÓ (.byb-valuta) — 0049.
   Lenyíló, ugyanabban az alakban, mint a nyelvválasztó (Dénes 2026-08-28:
   „pénznem cuccnak le kellene nyílnia mint a nyelvválasztónak, valutajelek is
   legyenek ott"). A gomb egy `.byb-hbtn`, a méreteit a fenti szabályok adják.
   ⛔ A nyitást a natív `details` végzi, nem JS: a pénznem-váltás akkor is
   működik, ha a sziget nem töltődik be. ---------- */
.byb-valuta {
  position: relative;
  flex: none;
  margin: 0;
}
.byb-valuta__det {
  position: relative;
}
.byb-valuta__btn {
  list-style: none;
  cursor: pointer;
}
.byb-valuta__btn::-webkit-details-marker {
  display: none;
}
.byb-valuta__car {
  width: 11px !important;
  height: 11px !important;
  color: #6b8078;
  margin-left: -3px;
  flex: none;
  transition: transform 0.15s;
}
.byb-valuta__det[open] .byb-valuta__car {
  transform: rotate(180deg);
}
.byb-valuta__rovid {
  display: none;
}
.byb-valuta__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  min-width: 208px;
  background: #0d2b2b;
  border: 1px solid rgba(92, 232, 160, 0.22);
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 18px 40px rgba(5, 16, 15, 0.45);
  z-index: 9;
}
.byb-valuta__item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 11px;
  border: none;
  background: none;
  border-radius: 9px;
  font-family: inherit;
  font-size: 13px;
  color: #c4d1cb;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}
.byb-valuta__item:hover {
  background: rgba(92, 232, 160, 0.1);
  color: var(--byb-white);
}
.byb-valuta__jel {
  width: 18px;
  flex: none;
  text-align: center;
  font-weight: 700;
  color: var(--byb-mint);
}
.byb-valuta__code {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #6b8078;
  margin-left: auto;
}
.byb-valuta__item--on {
  color: var(--byb-white);
  font-weight: 700;
}
.byb-valuta__item--on .byb-valuta__code {
  color: var(--byb-mint);
}
@media (max-width: 749px) {
  .byb-valuta__rovid {
    display: inline;
    font-size: 12px;
    font-weight: 700;
  }
}
/* ---------- NYELVVÁLTÓ (.byb-lang) — R10 F3, 1:1 a
   docs/mockupok/shop-fejlec-mockup.html-ből. A gomb egy `.byb-hbtn`, tehát a
   méreteit a fölötte lévő szabályok adják; itt csak a lenyíló és a két
   nyelv-alak áll. ---------- */
.byb-lang {
  position: relative;
  flex: none;
}
.byb-lang__car {
  width: 11px !important;
  height: 11px !important;
  color: #6b8078;
  margin-left: -3px;
  flex: none;
}
.byb-lang__rovid {
  display: none;
}
/* a lenyíló CSAK osztállyal látszik: az inline stílust a CSP tiltja */
.byb-lang__menu {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  min-width: 196px;
  background: #0d2b2b;
  border: 1px solid rgba(92, 232, 160, 0.22);
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 18px 40px rgba(5, 16, 15, 0.45);
  z-index: 9;
}
.byb-lang--open .byb-lang__menu {
  display: block;
}
.byb-lang__menu::before {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(92, 232, 160, 0.5), transparent);
}
.byb-lang__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border-radius: 9px;
  font-size: 13px;
  color: #c4d1cb;
  font-weight: 500;
  text-decoration: none;
}
a.byb-lang__item:hover {
  background: rgba(92, 232, 160, 0.1);
  color: var(--byb-white);
}
.byb-lang__code {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #6b8078;
  margin-left: auto;
}
.byb-lang__item--on {
  color: var(--byb-white);
  font-weight: 700;
}
.byb-lang__item--on .byb-lang__code {
  color: var(--byb-mint);
}
.byb-lang__item--nincs {
  color: #8a9e96;
}
.byb-lang__tick {
  width: 14px !important;
  height: 14px !important;
  color: var(--byb-mint);
  flex: none;
}
.byb-lang__sp {
  width: 14px;
  flex: none;
}
.byb-lang__url {
  font-size: 11px;
  color: #4a5e56;
  padding: 7px 11px 4px;
  line-height: 1.5;
  border-top: 1px solid rgba(92, 232, 160, 0.1);
  margin-top: 4px;
}

/* ---------- ÁRSZINT-JEL a fiók-gombon (R10 F3b) ---------- */
.byb-hbtn__ar {
  display: inline-flex;
  align-items: center;
  height: 16px;
  padding: 0 7px;
  margin-left: 8px;
  border-radius: 100px;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--byb-mint);
  background: rgba(92, 232, 160, 0.12);
  border: 1px solid rgba(92, 232, 160, 0.4);
  vertical-align: middle;
}

.byb-cartcount {
  position: absolute;
  top: 2px;
  left: 26px;
  background: var(--byb-mint);
  color: var(--byb-dark);
  font-size: 10px;
  font-weight: 800;
  min-width: 17px;
  height: 17px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

/* kategória-sáv */
.byb-catnav {
  background: transparent;
  position: relative;
  z-index: 1;
}
.byb-catnav .byb-head__wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 52px;
  overflow: visible;
}
.byb-allcat {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.byb-allcat-btn {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 36px;
  padding: 0 16px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  color: #f4faf7;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px;
  white-space: nowrap;
  transition: background 0.2s;
}
.byb-allcat-btn:hover {
  background: rgba(255, 255, 255, 0.14);
}
.byb-allcat-btn svg.menu {
  width: 17px;
  height: 17px;
}
.byb-allcat-btn svg.car {
  width: 13px;
  height: 13px;
  opacity: 0.75;
}
.byb-allcat-panel {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 600px;
  min-height: 330px;
  background: #0f2626;
  border: 1px solid rgba(92, 232, 160, 0.14);
  border-radius: 0 16px 16px 16px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.55);
  z-index: 70;
}
.byb-allcat:hover .byb-allcat-panel {
  display: block;
}
.byb-ac-list {
  width: 252px;
  /* jobb oldalon NINCS térköz: az elem a panel bal széléig ér (R8 F7.5) */
  padding: 10px 0 10px 10px;
  border-right: 1px solid rgba(92, 232, 160, 0.1);
}
.byb-ac-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 10px;
  color: #c9d6cf;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.byb-ac-item > a::after {
  content: '\203A';
  color: #5c7068;
  font-size: 17px;
  line-height: 1;
}
.byb-ac-item:hover > a,
.byb-ac-item.is-active > a {
  background: rgba(92, 232, 160, 0.12);
  color: #fff;
}
.byb-ac-item:hover > a::after,
.byb-ac-item.is-active > a::after {
  color: var(--byb-mint);
}
.byb-ac-subs {
  display: none;
  position: absolute;
  left: 252px;
  top: 0;
  width: 348px;
  height: 100%;
  padding: 20px 24px;
  overflow-y: auto;
}
/* JS nélkül: hoverre nyílik az alkategória-oszlop.
   ⛔ A HOVER ÖNMAGÁBAN KEVÉS (R8 F7.5): a bal oszlop eleme 242 px-ig ér, a
   panel 252 px-től kezdődik, és a köztes résen áthaladva a :hover megszűnik —
   a panel eltűnt, mielőtt rá lehetett volna kattintani. Ezért (a) a lista
   jobb oldali térköze 0, tehát az elem a panelig ér, és (b) a byb-katnav.js
   sziget is-active jelölése a DOBOZ elhagyásáig tartja nyitva, 160 ms
   türelemmel. A :hover ág marad: JS nélkül is nyílik a panel. */
.byb-ac-item:hover .byb-ac-subs,
.byb-ac-item.is-active .byb-ac-subs {
  display: block;
}
.byb-ac-subs__head {
  color: var(--byb-mint);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.byb-ac-subs a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: #c9d6cf;
  font-size: 14px;
  font-weight: 500;
}
.byb-ac-subs a:hover {
  background: rgba(92, 232, 160, 0.1);
  color: #fff;
}
.byb-ac-subs a.all {
  color: var(--byb-mint);
  font-weight: 600;
  margin-top: 6px;
}
.byb-ac-default {
  position: absolute;
  left: 252px;
  top: 0;
  width: 348px;
  height: 100%;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.byb-ac-list:has(.byb-ac-item.is-active) ~ .byb-ac-default,
.byb-ac-list:hover ~ .byb-ac-default {
  display: none;
}
.byb-ac-default__head {
  color: var(--byb-mint);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.byb-ac-default p {
  color: var(--byb-300);
  font-size: 14px;
  line-height: 1.6;
}
.byb-topprod {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 100px;
  color: var(--byb-mint);
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.byb-topprod:hover {
  background: rgba(92, 232, 160, 0.12);
}
.byb-topprod svg {
  width: 16px;
  height: 16px;
}
.byb-divider {
  width: 1px;
  height: 22px;
  background: rgba(92, 232, 160, 0.16);
  margin: 0 6px;
  flex: none;
}
.byb-topcats {
  display: flex;
  align-items: center;
  gap: 2px;
  overflow: hidden;
}
.byb-topcats a {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: var(--byb-300);
  padding: 8px 12px;
  border-radius: 100px;
}
.byb-topcats a:hover {
  background: rgba(92, 232, 160, 0.1);
  color: var(--byb-white);
}
@media (max-width: 900px) {
  .byb-hbtn__lbl {
    display: none;
  }
  /* a felirat helyett két betű, hogy a nyelv a kis fejlécben is látsszon */
  .byb-lang__rovid {
    display: inline;
    font-size: 12px;
    font-weight: 800;
    color: #dce7e1;
  }
  .byb-catnav .byb-head__wrap {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .byb-catnav .byb-head__wrap::-webkit-scrollbar {
    display: none;
  }
  .byb-allcat-panel {
    display: none !important;
  }
  .byb-allcat,
  .byb-topprod,
  .byb-divider,
  .byb-topcats {
    flex: none;
  }
  .byb-topcats {
    overflow: visible;
  }
}
@media (max-width: 620px) {
  .byb-search {
    display: none;
  }
  .byb-head__wrap {
    padding: 0 18px;
  }
  .byb-pmode {
    margin-left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .byb-head__glow {
    animation: none;
  }
}

/* ---------- LÁBLÉC (.byb-foot) ---------- */
.byb-foot * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.byb-foot {
  font-family: var(--byb-font);
  background: var(--byb-deep);
  color: var(--byb-400);
  padding: 56px 0 28px;
  position: relative;
}
.byb-foot::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(92, 232, 160, 0.5), transparent);
}
.byb-foot a {
  text-decoration: none;
  color: inherit;
}
.byb-foot__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.byb-foot__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
}
.byb-foot__brand img {
  height: 26px;
  width: auto;
  margin-bottom: 14px;
  display: block;
}
.byb-foot__brand p {
  font-size: 13.5px;
  line-height: 1.6;
  max-width: 280px;
  color: var(--byb-400);
}
.byb-foot__col h4 {
  font-size: 12px;
  font-weight: 700;
  color: var(--byb-300);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.byb-foot__col a {
  display: block;
  font-size: 14px;
  color: var(--byb-400);
  margin-bottom: 10px;
  transition: color 0.2s;
}
.byb-foot__col a:hover {
  color: var(--byb-mint);
}
/* jogi link-sáv (docs/17): a hat kötelező lap folyamatosan elérhető helye */
.byb-foot__jogi {
  max-width: 1280px;
  margin: 28px auto 0;
  padding: 0 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  font-size: 12.5px;
}
.byb-foot__jogi a {
  color: var(--byb-500);
  transition: color 0.2s;
}
.byb-foot__jogi a:hover {
  color: var(--byb-mint);
}
.byb-foot__bottom {
  max-width: 1280px;
  margin: 36px auto 0;
  padding: 22px 32px 0;
  border-top: 1px solid rgba(92, 232, 160, 0.08);
  font-size: 13px;
  color: var(--byb-500);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
/* jogi linkek a lábléc alsó sorában (Adatvédelem, ÁSZF) — ugyanaz a szürke,
   mint a körülötte lévő szövegé, hogy a sor egybefüggő maradjon */
.byb-foot__jog {
  color: var(--byb-500);
}
.byb-foot__brands {
  display: flex;
  align-items: center;
  gap: 14px;
}
.byb-foot__brandscap {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--byb-500);
  white-space: nowrap;
}
.byb-foot__brands img {
  width: 430px;
  max-width: 100%;
  height: auto;
  opacity: 0.9;
}
@media (max-width: 1040px) {
  .byb-foot__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .byb-foot__brands {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }
  .byb-foot__brands img {
    width: 340px;
  }
}
@media (max-width: 560px) {
  .byb-foot__wrap,
  .byb-foot__bottom,
  .byb-foot__jogi {
    padding-left: 18px;
    padding-right: 18px;
  }
  .byb-foot__grid {
    grid-template-columns: 1fr 1fr;
  }
  .byb-foot__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ---------- MOBIL ALSÓ NAV (.byb-mnav, csak 749px alatt) ---------- */
.byb-mnav {
  display: none;
}
@media (max-width: 749px) {
  body {
    padding-bottom: calc(58px + env(safe-area-inset-bottom));
  }
  .byb-mnav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 45;
    display: flex;
    align-items: stretch;
    background: #fff;
    border-top: 1px solid var(--byb-100);
    padding-bottom: env(safe-area-inset-bottom);
    font-family: var(--byb-font);
    box-shadow: 0 -6px 18px rgba(13, 43, 43, 0.05);
  }
  .byb-mnav__item {
    flex: 1;
    min-width: 0;
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--byb-500);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }
  .byb-mnav__item svg {
    width: 23px;
    height: 23px;
    display: block;
  }
  .byb-mnav__item span {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
  }
  .byb-mnav__item--aktiv {
    color: var(--byb-dark);
  }
  .byb-mnav__item--aktiv::after {
    content: '';
    width: 14px;
    height: 3px;
    border-radius: 2px;
    background: var(--byb-mint);
    margin-top: 1px;
  }
}

/* ================= FŐOLDAL ================= */

/* ---------- HERO (.byb-wdhero) ---------- */
.byb-wdhero * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.byb-wdhero {
  font-family: var(--byb-font);
  color: var(--byb-white);
  letter-spacing: normal;
}
.byb-wdhero img {
  max-width: 100%;
  display: block;
}
.byb-wdhero a {
  text-decoration: none;
  color: inherit;
}
/* a gradient csak az alsó 417px-en fut, fölötte sima #0B2927; az alapszín a
   subhero varratszíne (#113631) a tört-pixeles kerekítés miatt */
.byb-wd {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(#0b2927, #0b2927) 0 0 / 100% calc(100% - 417px + 1px) no-repeat,
    linear-gradient(180deg, #0b2927 0%, #113631 100%) 0 100% / 100% 417px no-repeat,
    #113631;
}
.byb-wd__wrap {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 44px 32px 26px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 24px;
  align-items: center;
}
.byb-wd__text {
  min-width: 0;
}
.byb-wd__eyebrow {
  color: var(--byb-mint);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.byb-wd__logo {
  height: 48px;
  width: auto;
  display: block;
  margin-bottom: 22px;
}
.byb-wd__h {
  color: var(--byb-white);
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}
.byb-wd__sub {
  display: inline-flex;
  align-items: baseline;
  gap: 0.34em;
  flex-wrap: wrap;
  color: var(--byb-200);
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.byb-wd__byblogo {
  height: 1.15em;
  width: auto;
  display: inline-block;
  vertical-align: -0.2em;
  margin: 0 4px;
}
.byb-wd__ctarow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.byb-wdhero .byb-wd__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--byb-mint);
  border: 1.5px solid var(--byb-mint);
  color: var(--byb-dark);
  font-family: var(--byb-font);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: normal;
  border-radius: 100px;
  padding: 13px 26px;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
.byb-wdhero .byb-wd__cta:hover {
  background: var(--byb-mint-soft);
  border-color: var(--byb-mint-soft);
  color: var(--byb-dark);
  transform: translateY(-1px);
}
.byb-wd__price {
  color: var(--byb-300);
  font-size: 15px;
}
.byb-wd__price b {
  color: var(--byb-white);
  font-weight: 700;
}
.byb-wd__specs {
  color: var(--byb-400);
  font-size: 14px;
  font-weight: 600;
}
.byb-wd__visual {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -32px 0 -6px;
}
.byb-wd__stage {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 32px;
}
.byb-wd__item img {
  height: 385px;
  width: auto;
  max-width: none;
  display: block;
  filter: drop-shadow(0 5px 9px rgba(0, 0, 0, 0.32));
}
@media (max-width: 900px) {
  .byb-wd__sub {
    flex-wrap: wrap;
  }
  .byb-wd__wrap {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: left;
  }
  .byb-wd__visual {
    order: -1;
    margin: 0;
  }
  .byb-wd__stage {
    gap: 10px;
  }
  .byb-wd__item img {
    height: 300px;
  }
  .byb-wd {
    background:
      linear-gradient(180deg, #0b2927 0%, #113631 100%) 0 0 / 100% 100% no-repeat,
      #113631;
  }
}
@media (max-width: 560px) {
  .byb-wd__item img {
    height: 240px;
  }
}

/* ---------- SUBHERO (.byb-sh) ---------- */
.byb-sh {
  font-family: var(--byb-font);
  background: linear-gradient(180deg, #113631 0%, #18453e 100%);
}
.byb-sh * {
  box-sizing: border-box;
}
.byb-sh__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 32px 40px;
}
.byb-sh__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.byb-sh__card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px 19px;
  border-radius: 16px;
  border: 1px solid transparent;
  background:
    linear-gradient(180deg, rgba(11, 33, 31, 0.74), rgba(9, 26, 25, 0.74)) padding-box,
    linear-gradient(
        155deg,
        rgba(126, 255, 205, 0.55),
        rgba(92, 232, 160, 0.08) 44%,
        rgba(255, 255, 255, 0.05)
      )
      border-box;
  box-shadow: 0 22px 46px -24px rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(6px);
  text-decoration: none;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.byb-sh__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 58px -20px rgba(0, 0, 0, 0.8);
}
.byb-sh__media {
  width: 50px;
  height: 50px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.byb-sh__media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.byb-sh__body {
  min-width: 0;
  flex: 1;
}
.byb-sh__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.byb-sh__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: none;
}
/* A három subhero-csempe pöttyszíne. Zárt készlet (a fooldal.tsx
   SUBHERO_CSEMPEK tömbje ad hozzá pontosan egy osztályt csempénként), ezért
   osztályban van és nem inline `style=`-ban. */
.byb-sh__dot--akku {
  background: #ffc861;
  box-shadow: 0 0 8px #ffc861cc;
}
.byb-sh__dot--ev {
  background: #5ce8a0;
  box-shadow: 0 0 8px #5ce8a0cc;
}
.byb-sh__dot--cctv {
  background: #7fd8ff;
  box-shadow: 0 0 8px #7fd8ffcc;
}
.byb-sh__tag {
  font: 700 10.5px/1 var(--byb-font);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a6cbbf;
}
.byb-sh__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--byb-white);
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.byb-sh__sub {
  font-size: 12.5px;
  color: #9dbab0;
  margin-top: 2px;
}
.byb-sh__arrow {
  flex: none;
}
@media (max-width: 1040px) {
  .byb-sh__grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- ELŐNYÖK (.byb-benx) ---------- */
.byb-benx * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.byb-benx {
  font-family: var(--byb-font);
  background: var(--byb-mint-bg);
  color: var(--byb-dark);
}
.byb-benx__wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  gap: 8px;
  padding: 20px 32px;
}
.byb-benx__item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 6px 10px;
}
.byb-benx__item svg {
  width: 26px;
  height: 26px;
  color: var(--byb-dark);
  flex: none;
  margin-top: 3px;
}
.byb-benx__item b {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--byb-dark);
}
.byb-benx__item span {
  font-size: 12.5px;
  color: var(--byb-500);
}
@media (max-width: 1040px) {
  .byb-benx__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .byb-benx__wrap {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}

/* ---------- KÖZÖS SZEKCIÓ-VÁZ (.byb-home) ---------- */
.byb-home * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.byb-home {
  font-family: var(--byb-font);
  background: var(--byb-white);
  color: var(--byb-dark);
}
.byb-home img {
  max-width: 100%;
  display: block;
}
.byb-home a {
  text-decoration: none;
  color: inherit;
}
.byb-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.byb-sec {
  padding: 56px 0;
}
.byb-sechead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 20px;
}
.byb-sechead > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.byb-sechead h2 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-family: var(--byb-font);
}
.byb-sechead .byb-sub {
  font-size: 14px;
  color: var(--byb-400);
}
.byb-more {
  font-size: 14px;
  font-weight: 700;
  color: var(--byb-dark);
  border-bottom: 2px solid var(--byb-mint);
  padding-bottom: 2px;
  white-space: nowrap;
}

/* ---------- KATEGÓRIA-CSEMPÉK (.byb-cats) ---------- */
/* A `minmax(0, 1fr)` és nem `1fr`: a rács-elem alapértelmezett minimuma
   `auto`, azaz a min-content szélessége, és egy hosszú kategórianév ettől
   szélesebbre feszíti a csempét, mint az oszlop. MÉRVE 2026-08-21 a gépi
   vevővel: a főoldal dokumentuma 419 px széles volt 375 px-es nézetben
   (44 px vízszintes görgetés), a túllógó elem pont egy `a.byb-cat` (199 px).
   A repó máshol már ezt az alakot használja (lásd `minmax(0, 1.05fr)`). */
.byb-cats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.byb-cat {
  /* a flex-elem is `min-width: auto` alapból: enélkül a szöveg nem tud
     zsugorodni, és a csempe kifeszíti a rácsot */
  min-width: 0;
  background: var(--byb-off);
  border: 1px solid var(--byb-100);
  border-radius: 16px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition:
    border-color 0.25s,
    transform 0.25s,
    box-shadow 0.25s;
}
.byb-cat:hover {
  border-color: var(--byb-mint);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(13, 43, 43, 0.06);
}
.byb-cat .byb-cat__ic {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--byb-mint-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--byb-dark);
  flex-shrink: 0;
}
.byb-cat__ic svg {
  width: 24px;
  height: 24px;
}
/* a szöveg-wrapper (`.byb-cat__ic` melletti sima <div>) is flex-elem, tehát
   ugyanaz a `min-width: auto` csapda érvényes rá, mint a `.byb-cat`-ra:
   MÉRVE 2026-08-22, a gépi vevővel, 375 px-en a főoldal 375 helyett 378 px
   (3 px túllógás), oka a „Elektromobilitás" és „Elemek és akkumulátorok"
   csempe, ahol az egybefüggő szó nem tudott zsugorodni a wrapper alatt. */
.byb-cat > div {
  min-width: 0;
}
.byb-cat b {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.byb-cat span {
  display: block;
  font-size: 12.5px;
  color: var(--byb-400);
}
@media (max-width: 1040px) {
  .byb-cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .byb-wrap {
    padding: 0 18px;
  }
  .byb-cats {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ---------- KÉSZLET-BADGE (.byb-stockbadge, byb-global) ---------- */
.byb-stockbadge {
  font: 600 12px var(--byb-font);
  color: var(--byb-500);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}
.byb-sb__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: none;
  background: var(--byb-300);
  box-shadow: 0 0 0 3px rgba(138, 158, 150, 0.15);
}
.byb-sb--in .byb-sb__dot {
  background: var(--byb-mint);
  box-shadow: 0 0 0 3px rgba(92, 232, 160, 0.18);
}
.byb-sb--ext .byb-sb__dot {
  background: #f0b429;
  box-shadow: 0 0 0 3px rgba(240, 180, 41, 0.18);
}
.byb-sb--eta .byb-sb__dot {
  background: transparent;
  border: 2px solid var(--byb-mint);
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 3px rgba(92, 232, 160, 0.12);
}
.byb-sb--lead .byb-sb__dot {
  background: #ffc861;
  box-shadow: 0 0 0 3px rgba(255, 200, 97, 0.18);
}
/* „Nem elérhető" és „Kifutott”: szürke. ⛔ Piros állapot a BYB-palettán
   nincs (a régi byb-stock-badge.liquid döntése, H-23). */
.byb-sb--na .byb-sb__dot {
  background: var(--byb-300);
  box-shadow: 0 0 0 3px rgba(138, 158, 150, 0.15);
}
.byb-sb--na {
  color: var(--byb-400);
}

/* ---------- TERMÉKEK TABOKKAL (.byot) ---------- */
.byot * {
  box-sizing: border-box;
}
.byot {
  font-family: var(--byb-font);
  background: var(--byb-white);
}
.byot-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.byot-sec {
  padding: 56px 0;
}
.byot-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 22px;
  gap: 20px;
}
.byot-head h2 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--byb-dark);
  margin: 0;
}
.byot-head .sub {
  font-size: 14px;
  color: var(--byb-400);
  margin-top: 5px;
}
.byot-more {
  font-size: 14px;
  font-weight: 700;
  color: var(--byb-dark);
  border-bottom: 2px solid var(--byb-mint);
  padding-bottom: 2px;
  white-space: nowrap;
  text-decoration: none;
}
.byot-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.byot-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  color: var(--byb-dark);
  background: var(--byb-mint-bg);
  border: 1px solid #bfe9d8;
  border-radius: 100px;
  padding: 9px 18px;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.byot-tab:hover {
  background: #dff3e9;
}
.byot-tab[aria-selected='true'] {
  background: var(--byb-mint);
  border-color: var(--byb-mint);
  color: var(--byb-dark);
  box-shadow: 0 6px 18px rgba(92, 232, 160, 0.35);
}
.byot-panel {
  display: none;
}
.byot-panel.is-active {
  display: block;
}
.byot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.byot-card {
  background: #fff;
  border: 1px solid var(--byb-100);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.25s,
    box-shadow 0.25s,
    transform 0.25s;
}
.byot-card:hover {
  border-color: var(--byb-200);
  box-shadow: 0 14px 36px rgba(13, 43, 43, 0.08);
  transform: translateY(-3px);
}
.byot-card__link {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
/* ⛔ MÉRT HIBA (Dénes, 2026-08-26, főoldal „Új termékek", HDD-sor): néhány
   kártyán a kép KÉTSZER akkora volt, mint a többin, és szétlökte a sort.
   OK: a `.byot-card__media` a `.byot-card__link` oszlop-flexének ELEME, ahol a
   `min-height: auto` automatikus minimum a TARTALOM mérete — egy nagy PNG
   tehát felülírta az `aspect-ratio: 1/1`-et, a `max-height: 100%` pedig nem
   fogott, mert a doboznak nem volt rögzített magassága. A `min-height: 0` +
   a képre adott `width/height: 100%` négyzetre szorítja minden kártyán. */
.byot-card__media {
  aspect-ratio: 1/1;
  min-height: 0;
  overflow: hidden;
  background: var(--byb-off);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  position: relative;
}
.byot-card__media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.byot-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 100px;
  background: var(--byb-mint);
  color: var(--byb-dark);
}
.byot-card__body {
  padding: 16px 16px 0;
}
.byot-card__title {
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--byb-dark);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}
.byot-card__foot {
  padding: 12px 16px 16px;
}
.byot-card__price {
  font-size: 19px;
  font-weight: 800;
  color: var(--byb-dark);
  margin-bottom: 12px;
}
/* H-13: kattintható márkajel a kártyán, a márka szűrt listájára visz. */
.byot-card__marka {
  display: inline-block;
  font: 700 11.5px var(--byb-font);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0c6b4e;
  background: var(--byb-mint-bg, #eef9f3);
  border: 1px solid #bfe9d8;
  padding: 3px 10px;
  border-radius: 100px;
  text-decoration: none;
  margin-bottom: 8px;
}
.byot-card__marka:hover {
  background: #dff3e9;
}
/* H-24: a partner nettóban gondolkodik, ezért nála a NETTÓ a nagy szám és a
   bruttó kerül alá; lakossági vevőnél csak a bruttó. A sorrend a régi
   Shopify-témáé, Dénes 2026-08-25-én jóváhagyta (docs/mockupok/). */
.byot-price {
  margin-bottom: 12px;
}
.byot-price__fo {
  font-size: 19px;
  font-weight: 800;
  color: var(--byb-dark);
  line-height: 1.2;
}
.byot-price__afa {
  font-size: 13px;
  font-weight: 600;
  color: var(--byb-400);
}
.byot-price__alatt {
  font-size: 12.5px;
  color: var(--byb-400);
  margin-top: 3px;
}
.byot-price__cimke {
  display: inline-block;
  font: 700 11px var(--byb-font);
  color: #0c6b4e;
  background: var(--byb-mint-bg, #eef9f3);
  border: 1px solid #bfe9d8;
  padding: 2px 9px;
  border-radius: 100px;
  margin-bottom: 6px;
}
/* nem rendelhető tétel: Érdeklődés-gomb, semleges alakban */
.byot-card__btn--erd {
  background: transparent;
  color: var(--byb-dark);
  border-color: #d4ddd8;
}
.byot-card__btn--erd:hover {
  background: var(--byb-mint-bg, #eef9f3);
  border-color: var(--byb-mint);
}
.byot-addrow {
  display: flex;
  gap: 8px;
}
.byot-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d4ddd8;
  border-radius: 100px;
  flex: none;
}
.byot-qty button {
  width: 30px;
  height: 42px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--byb-dark);
  line-height: 1;
}
.byot-qty input {
  width: 30px;
  height: 42px;
  border: none;
  text-align: center;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  color: var(--byb-dark);
  -moz-appearance: textfield;
  appearance: textfield;
  background: none;
}
.byot-qty input::-webkit-outer-spin-button,
.byot-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.byot-card__btn {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  background: var(--byb-dark);
  color: var(--byb-white);
  font-family: inherit;
  font-weight: 700;
  font-size: 13.5px;
  padding: 11px;
  border-radius: 100px;
  cursor: pointer;
  /* a gomb `<a>`-ként is megjelenik (elfogyott termék „Érdeklődés" linkje),
     ott az alapértelmezett aláhúzás nem kell */
  text-decoration: none;
  transition: background 0.2s;
}
.byot-card__btn:hover {
  background: var(--byb-mid);
}
.byot-card__btn-ic {
  display: none;
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  flex: none;
}
.byot-empty {
  color: var(--byb-400);
  font-size: 14px;
  padding: 8px 0;
}
@media (max-width: 1040px) {
  .byot-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .byot-wrap {
    padding: 0 18px;
  }
  .byot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .byot-qty input {
    width: 22px;
  }
  .byot-tabs {
    gap: 8px;
  }
  .byot-tab {
    padding: 8px 14px;
    font-size: 13px;
  }
  .byot-addrow {
    gap: 6px;
    justify-content: space-between;
  }
  .byot-addrow .byot-card__btn {
    flex: none;
    width: 42px;
    height: 42px;
    padding: 0;
  }
  .byot-addrow .byot-card__btn-txt {
    display: none;
  }
  .byot-addrow .byot-card__btn-ic {
    display: block;
  }
  .byot-card__body {
    padding: 12px 12px 0;
  }
  .byot-card__foot {
    padding: 10px 12px 12px;
  }
  .byot-card__price {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

/* ---------- CÉGEKNEK SÁV (.byb-trade) ---------- */
.byb-trade-outer {
  font-family: var(--byb-font);
  background: var(--byb-white);
  padding: 8px 0 56px;
}
.byb-trade-outer * {
  box-sizing: border-box;
}
.byb-trade {
  background: var(--byb-dark);
  color: var(--byb-white);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.byb-trade::after {
  content: '';
  position: absolute;
  left: -100px;
  bottom: -160px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(92, 232, 160, 0.12), transparent 70%);
}
.byb-trade__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  padding: 52px;
  position: relative;
  z-index: 1;
  align-items: center;
}
.byb-trade .byb-eyebrow {
  color: var(--byb-mint);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.byb-trade h2 {
  font-family: var(--byb-font);
  color: var(--byb-white);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 14px;
}
.byb-trade__lead {
  color: var(--byb-200);
  font-size: 16px;
  line-height: 1.6;
  max-width: 440px;
  margin: 0 0 10px;
}
.byb-trade__note {
  color: var(--byb-400);
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 24px;
}
.byb-trade__btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  font-size: 15px;
  border-radius: 100px;
  padding: 13px 26px;
  background: var(--byb-mint);
  border: 1.5px solid var(--byb-mint);
  color: var(--byb-dark);
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
}
.byb-trade__btn:hover {
  background: var(--byb-mint-soft);
  border-color: var(--byb-mint-soft);
  color: var(--byb-dark);
  transform: translateY(-1px);
}
.byb-trade__feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.byb-tf {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.byb-tf svg {
  width: 22px;
  height: 22px;
  color: var(--byb-mint);
  flex-shrink: 0;
  margin-top: 2px;
}
.byb-tf b {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--byb-white);
  margin-bottom: 2px;
}
.byb-tf span {
  font-size: 13px;
  color: #9dbab0;
  line-height: 1.45;
}
@media (max-width: 1040px) {
  .byb-trade__inner {
    grid-template-columns: 1fr;
    padding: 36px;
  }
}
@media (max-width: 560px) {
  .byb-trade__feats {
    grid-template-columns: 1fr;
  }
}

/* ---------- MÁRKÁINK (.byb-brands) ---------- */
.byb-home .byb-brands {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.byb-home .byb-brand {
  background: #fff;
  border: 1px solid var(--byb-100);
  border-radius: 16px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition:
    border-color 0.25s,
    box-shadow 0.25s,
    transform 0.25s;
}
.byb-home .byb-brand:hover {
  border-color: var(--byb-200);
  box-shadow: 0 12px 32px rgba(13, 43, 43, 0.07);
  transform: translateY(-3px);
}
.byb-home .byb-brand__logo {
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.byb-home .byb-brand__logo img {
  max-height: 40px;
  max-width: 150px;
  width: auto;
  object-fit: contain;
}
.byb-home .byb-brand__wordmark {
  font-size: 22px;
  font-weight: 800;
  color: var(--byb-dark);
  letter-spacing: 0.01em;
}
.byb-home .byb-brand__tag {
  font-size: 12.5px;
  color: var(--byb-400);
  line-height: 1.45;
  min-height: 36px;
}
.byb-home .byb-brand__meta {
  font-size: 11.5px;
  font-weight: 700;
  color: #0c6b4e;
  margin: 10px 0 14px;
}
.byb-home .byb-brand__btn {
  display: block;
  text-align: center;
  background: var(--byb-dark);
  color: var(--byb-white);
  font-weight: 700;
  font-size: 13px;
  padding: 10px;
  border-radius: 100px;
  transition: background 0.2s;
}
.byb-home .byb-brand__btn:hover {
  background: var(--byb-mid);
}
.byb-home .byb-brand__about {
  display: block;
  text-align: center;
  margin-top: 9px;
  font-size: 12px;
  font-weight: 700;
  color: var(--byb-400);
  transition: color 0.2s;
}
.byb-home .byb-brand__about:hover {
  color: #0c6b4e;
}
@media (max-width: 1040px) {
  .byb-home .byb-brands {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .byb-home .byb-brands {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

/* ---------- TUDÁSTÁR (.bybg) ---------- */
.bybg * {
  box-sizing: border-box;
}
.bybg {
  font-family: var(--byb-font);
  background: var(--byb-mint-bg);
}
.bybg-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.bybg-sec {
  padding: 56px 0;
}
.bybg-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 20px;
}
.bybg-head h2 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--byb-dark);
  margin: 0;
}
.bybg-head .sub {
  font-size: 14px;
  color: var(--byb-400);
  margin-top: 5px;
}
.bybg-more {
  font-size: 14px;
  font-weight: 700;
  color: var(--byb-dark);
  border-bottom: 2px solid var(--byb-mint);
  padding-bottom: 2px;
  white-space: nowrap;
  text-decoration: none;
}
.bybg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bybg-empty {
  color: var(--byb-400);
  font-size: 14px;
}
/* Tudástár-kártyák, a téma byb-blog.liquid stílusából 1:1 */
.bybg-card {
  background: #fff;
  border: 1px solid #e8efec;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
  text-decoration: none;
}
.bybg-card:hover {
  box-shadow: 0 16px 40px rgba(13, 43, 43, 0.1);
  transform: translateY(-3px);
}
.bybg-card__media {
  aspect-ratio: 16/10;
  position: relative;
  background: linear-gradient(135deg, #0d2b2b, #123030);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bybg-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bybg-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 100px;
  background: #5ce8a0;
  color: #0d2b2b;
}
.bybg-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.bybg-card__date {
  font-size: 12px;
  font-weight: 600;
  color: #6b8078;
}
.bybg-card__title {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  color: #0d2b2b;
  margin: 8px 0 10px;
}
.bybg-card__exc {
  font-size: 14px;
  color: #4a5e56;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bybg-card__more {
  margin-top: 14px;
  font-size: 13.5px;
  font-weight: 700;
  color: #0d2b2b;
}
.bybg-card:hover .bybg-card__more {
  color: #0c6b4e;
}
@media (max-width: 900px) {
  .bybg-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- MOBIL-KOMPAKT (byb-mobil-nav snippet, csak 749px alatt) ---------- */
@media (max-width: 749px) {
  .byb-sec,
  .bybg-sec,
  .byot-sec {
    padding: 32px 0;
  }
  .byb-trade-outer {
    padding: 8px 0 32px;
  }
  .byb-sechead h2,
  .bybg-head h2,
  .byot-head h2 {
    font-size: 22px;
  }
  .byb-sechead .byb-sub,
  .bybg-head .sub {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .byb-sh__wrap {
    padding: 8px 18px 24px;
  }
  .byb-sh__grid {
    gap: 10px;
  }
  .byb-sh__card {
    padding: 12px 14px;
  }
  .byb-benx__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .byb-benx__item span {
    display: none;
  }
  .byb-cats {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .byb-home .byb-cat {
    padding: 12px;
    gap: 10px;
  }
  .byb-home .byb-cat__ic {
    width: 36px;
    height: 36px;
  }
  .byb-home .byb-cat span {
    display: none;
  }
  .byb-trade__inner {
    padding: 26px 20px;
    gap: 24px;
  }
  .byb-home .byb-brand {
    padding: 14px;
  }
  .byb-home .byb-brand__tag {
    min-height: 0;
  }
  .byb-home .byb-brand__logo {
    height: 32px;
    margin-bottom: 8px;
  }
  .bybg-grid {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    scrollbar-width: none;
  }
  .bybg-grid::-webkit-scrollbar {
    display: none;
  }
}

/* ── Oldalkosár (cart drawer) — a téma byb-cart-drawer.liquid stílusának
   portja. Eltérés csak a CSP miatt: a láthatóság osztállyal megy
   (.byb-cd-ov.show), nem style attribútummal, és az inline flex-wrapper
   helyett .byb-ci__mid osztály áll. ───────────────────────────────── */
.byb-cd-ov {
  position: fixed;
  inset: 0;
  background: rgba(13, 43, 43, 0.45);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s,
    visibility 0.25s;
  z-index: 1000;
}
.byb-cd-ov.show {
  opacity: 1;
  visibility: visible;
}
.byb-cd {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 420px;
  max-width: 92vw;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1001;
  display: flex;
  flex-direction: column;
  font-family: Poppins, 'Plus Jakarta Sans', sans-serif;
  color: #0d2b2b;
}
.byb-cd.open {
  transform: translateX(0);
}
.byb-cd__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid #eef2f0;
}
.byb-cd__head h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
}
.byb-cd__x {
  background: none;
  border: none;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 18px;
  color: #0d2b2b;
}
.byb-cd__x:hover {
  background: #f1f5f3;
}
.byb-cd__items {
  flex: 1;
  overflow-y: auto;
  padding: 4px 22px;
}
.byb-cd__empty {
  padding: 48px 18px;
  text-align: center;
  color: #6b8078;
}
.byb-ci {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #f2f5f3;
  position: relative;
}
.byb-ci img,
.byb-ci__nokep {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #eee;
  flex: none;
}
.byb-ci__mid {
  flex: 1;
  min-width: 0;
}
.byb-ci__t {
  font-size: 0.92rem;
  font-weight: 600;
  margin: 0 32px 3px 0;
  line-height: 1.25;
}
.byb-ci__t a {
  color: inherit;
  text-decoration: none;
}
.byb-ci__p {
  font-size: 0.9rem;
  color: #4a5751;
}
/* előrendelés-jelvény (0021); a pénztár és a kosár-fiók EGY forrásból */
.byb-eloredeles {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0c6b4e;
  background: #eef9f3;
  border: 1px solid #bfe9d8;
  border-radius: 100px;
  padding: 1px 8px;
  margin-left: 6px;
  vertical-align: middle;
}
.byb-cd__pirula {
  font-size: 11px;
  font-weight: 700;
  color: #0c6b4e;
  background: var(--byb-mint-bg);
  border: 1px solid #bfe9d8;
  border-radius: 100px;
  padding: 3px 10px;
  margin-left: 10px;
  margin-right: auto;
}
.byb-cd__b2b {
  margin-bottom: 8px;
}
.byb-cd__b2bsor {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--byb-500);
  padding: 2px 0;
}
.byb-ci__q {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d4ddd8;
  border-radius: 8px;
  margin-top: 10px;
}
.byb-ci__q button {
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  color: #0d2b2b;
}
.byb-ci__q span {
  min-width: 30px;
  text-align: center;
  font-size: 0.88rem;
}
.byb-ci__rm {
  position: absolute;
  top: 16px;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  cursor: pointer;
  color: #aab6b0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: 0.15s;
}
.byb-ci__rm:hover {
  color: #c0392b;
  background: #f7ecec;
}
.byb-ci__rm svg {
  width: 17px;
  height: 17px;
}
.byb-cd__foot {
  border-top: 1px solid #eef2f0;
  padding: 18px 22px;
}
.byb-cd__sub {
  display: flex;
  justify-content: space-between;
  font-size: 1.05rem;
  font-weight: 700;
}
.byb-cd__note {
  font-size: 0.8rem;
  color: #6b8078;
  margin: 4px 0 14px;
}
/* A kosár-link visszajelzése a fejléc alatt (2026-08-31). A `byb-cd__note`
   halk alakját örökli, csak a fiók vízszintes bélése jön hozzá — nincs benne
   új szín és új méret. */
.byb-cd__uzenet {
  padding: 12px 22px 0;
  margin: 0 0 4px;
}
.byb-cd__co {
  display: block;
  width: 100%;
  /* ⛔ R6 F4: itt `#0d2b2b` háttér állt FEHÉR betűvel — az az érték a
     `byb-design-system` sötét felület-készletében SEHOL nincs (a legközelebbi
     a `#0F2626` és a `#091E1E`), és a kosár-fiók FŐ akciója amúgy is az
     elsődleges CTA: mint háttér, sötét betű. A sarok (999px) már jó volt. */
  background: #5ce8a0;
  color: #0d2b2b;
  text-align: center;
  padding: 14px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 1.5px solid #5ce8a0;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
}
.byb-cd__v {
  display: block;
  text-align: center;
  margin-top: 10px;
  /* ⛔ R6 F4: `#1f7a5c` — negyedik zöld, ami sehol nincs a design systemben.
     Világos háton az EGYETLEN olvasható zöldünk a `#0c6b4e` (6,50:1). */
  color: #0c6b4e;
  font-size: 0.9rem;
  text-decoration: none;
}
.byb-cd.busy {
  pointer-events: none;
}

/* R2: fizetési-mód jelvénysor (drawer-láb + pénztár). Világos felületen áll,
   a design-system utility-badge mintája szerint (label-szín, tint-háttér). */

/* R2: átutalási adatok a köszönjük-oldalon */
.byb-koszonjuk__utalas {
  margin: 18px 0;
  padding: 14px 18px;
  background: #eef9f3;
  border: 1px solid #bfe9d8;
  border-radius: 14px;
}
.byb-koszonjuk__utalas h2 {
  font-size: 16px;
  margin: 0 0 8px;
}

/* SEAMLESS TETŐ — a sáv, a fejléc, a kategóriasáv és a hero EGY felület.
   MÉRVE 2026-08-24: a régi témában a tetőn NULLA lépcső volt, az újban három
   (20 / 10 / 12, középen 27). A hajszálvonalnak csak a HÁTTERE megy: az 1px
   magasság kell, hogy a fejléc 133px és a hero teteje 171px maradjon. */
.byb-ann__glow,
.byb-head__glow {
  display: none;
}
.byb-ann__hair,
.byb-head__hair {
  background: none;
}

/* ── KAMERA-HOVER CTA (R6 F5) ─────────────────────────────────────────────
   1:1 port a témából: `storefront/_tema-dev-2026-08-09/sections/byb-cam-nav.liquid`.
   A kategóriasáv „Kamerarendszerek" eleme alapból HALVÁNY mint keretet kap,
   hoverre erősebbet, és a <body>-ra kitett, `position:fixed` kártya jelenik
   meg alatta — fixed, mert a `.byb-topcats` `overflow:hidden`-je egy sima
   abszolút kártyát levágna.
   ⛔ A téma `display:contents` trükkje NEM kellett: az a Dawn body-gridjének
   szólt (a szekció beleült az `1fr` sorba és 335px üres blokkot csinált).
   A storefront body-ja nem grid, itt a kártya közvetlenül a body gyereke. */
.byb-topcats a.byb-cam-hi {
  background: rgba(92, 232, 160, 0.05);
  border-radius: 100px;
  transition:
    background 0.22s ease,
    color 0.22s ease;
}
.byb-topcats a.byb-cam-hi:hover {
  background: rgba(92, 232, 160, 0.1);
  color: #f8fdfb;
}
.byb-cam-card {
  position: fixed;
  padding-top: 12px;
  width: 298px;
  z-index: 9999;
  opacity: 0;
  transform: translateY(8px) scale(0.97);
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    transform 0.26s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.byb-cam-card.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.byb-cam-inner {
  position: relative;
  background: radial-gradient(120% 140% at 85% 10%, #0f2a28, #0d2b2b 72%);
  border: 1px solid rgba(92, 232, 160, 0.24);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
  font-family: 'Poppins', sans-serif;
}
.byb-cam-inner::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 28px;
  width: 12px;
  height: 12px;
  background: #0f2a28;
  border-left: 1px solid rgba(92, 232, 160, 0.24);
  border-top: 1px solid rgba(92, 232, 160, 0.24);
  transform: rotate(45deg);
}
.byb-cam-inner .k {
  font:
    700 10.5px Poppins,
    sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5ce8a0;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.byb-cam-inner .k svg {
  width: 15px;
  height: 15px;
}
.byb-cam-inner h4 {
  font:
    700 16px Poppins,
    sans-serif;
  color: #f8fdfb;
  margin: 0 0 5px;
  letter-spacing: -0.01em;
}
.byb-cam-inner p {
  font:
    400 12.5px/1.5 Poppins,
    sans-serif;
  color: #9dbab0;
  margin: 0 0 13px;
}
.byb-cam-inner .cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5ce8a0;
  color: #0d2b2b;
  font:
    700 13px Poppins,
    sans-serif;
  padding: 9px 16px;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.2s;
}
.byb-cam-inner .cta:hover {
  background: #7eecb5;
}
.byb-cam-inner .cta svg {
  width: 15px;
  height: 15px;
}
@media (max-width: 900px) {
  .byb-cam-card {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .byb-cam-card {
    transition: none;
  }
}

/* ── H-06: a fiók-sor nettó/bruttó bontása partnernél (2026-08-25) ──────── */
.byb-ci__br,
.byb-ci__eg {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #8a9e96;
  margin-top: 1px;
}

/* ══════════ SÜTI-SÁV (R36, 2026-08-31) ══════════════════════════════════
   A forma szerződése: docs/mockupok/shop-belepes-regisztracio-suti-R31.html
   4. szakasza. ⛔ A két gomb EGYENRANGÚ (azonos méret, azonos padding): a
   GDPR szerint az elutasítás nem lehet nehezebb az elfogadásnál. Aki a
   „Csak a szükségeseket" gombot kisebbre veszi, a szabályt sérti.
   ⛔ A sáv NEM MODÁLIS: nincs mögötte overlay, a lap alatta olvasható és
   görgethető marad. */
.byb-suti {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  margin: 0 auto;
  max-width: 1280px;
  background: #fff;
  border: 1px solid var(--byb-100);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(5, 16, 15, 0.28);
  padding: 20px 22px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  font-family: var(--byb-font);
  color: var(--byb-dark);
}
.byb-suti[hidden] {
  display: none;
}
.byb-suti__szoveg {
  flex: 1;
  min-width: 260px;
}
.byb-suti__cim {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
}
.byb-suti__szoveg p {
  font-size: 12.5px;
  color: var(--byb-500);
  line-height: 1.6;
  margin: 0;
}
.byb-suti__tovabb {
  font-weight: 600;
  color: #0c6b4e;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(12, 107, 78, 0.28);
}
.byb-suti__tovabb:hover {
  border-bottom-color: #0c6b4e;
}
.byb-suti__gombok {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
/* ⛔ A két válaszgomb minden mérete AZONOS, csak a kitöltés más. */
.byb-suti__gomb {
  padding: 11px 22px;
  border-radius: 100px;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  border: 1.5px solid var(--byb-100);
  background: transparent;
  color: var(--byb-dark);
  transition: 0.2s;
}
.byb-suti__gomb--fo {
  background: var(--byb-mint);
  border-color: var(--byb-mint);
}
.byb-suti__gomb--fo:hover {
  background: var(--byb-mint-soft);
  border-color: var(--byb-mint-soft);
}
.byb-suti__gomb--sima:hover {
  background: var(--byb-mint-bg);
  border-color: var(--byb-mint);
}
.byb-suti__link {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--byb-400);
  cursor: pointer;
  text-decoration: underline;
  padding: 11px 4px;
}
.byb-suti__link:hover {
  color: var(--byb-dark);
}
.byb-suti__reszlet {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--byb-100);
}
.byb-suti__reszlet[hidden] {
  display: none;
}
.byb-suti__sor {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
}
.byb-suti__kat {
  font-size: 13px;
  font-weight: 600;
  color: var(--byb-dark);
}
.byb-suti__all {
  font-size: 12px;
  font-weight: 600;
  color: var(--byb-400);
}
.byb-suti__all--fix {
  color: #0c6b4e;
}
.byb-suti__mit {
  font-size: 11.5px !important;
  color: var(--byb-400) !important;
  line-height: 1.5 !important;
  margin-top: 2px !important;
}
/* A lábléc visszavonó gombja: a jogi sáv linkjeivel azonos alak. */
.byb-foot__suti {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}
.byb-foot__suti[hidden] {
  display: none;
}
/* ⛔ A sáv fixed, tehát HELYET KELL NEKI CSINÁLNI, különben eltakarja a
   lábléc alját (design system 3. csapdája). A `byb-suti-var` osztályt a
   SZERVER teszi ki, ha még nincs döntés, és a sziget veszi le a válasz után:
   így a padding sosem marad ott feleslegesen. */
body.byb-suti-var {
  padding-bottom: 132px;
}
@media (max-width: 749px) {
  .byb-suti {
    left: 8px;
    right: 8px;
    /* a mobil alsó nav (58px) FÖLÖTT ül, és a home indicator alatt sem lóg */
    bottom: calc(58px + env(safe-area-inset-bottom) + 8px);
    flex-direction: column;
    align-items: stretch;
    padding: 16px 16px 18px;
  }
  .byb-suti__gombok {
    flex-direction: column;
    align-items: stretch;
  }
  .byb-suti__gomb {
    width: 100%;
  }
  body.byb-suti-var {
    padding-bottom: calc(58px + env(safe-area-inset-bottom) + 240px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .byb-suti__gomb {
    transition: none;
  }
}

/* ═══ R49: „Partnereknek" panel a sávban + a három ajtó (2026-09-03) ═══
   Szerződés: docs/mockupok/shop-haromkapu-koncepcio-mockup.html. A panel
   <details>, tehát JS és inline script nélkül nyílik (CSP), és a három kártya
   valódi <a>, hogy a kereső is átmenjen rajta. Ugyanaz a .byb-ajto komponens
   áll a láblécben, a /hello-n és a két angol kapu alján. */
.byb-ann {
  position: relative;
}
/* A sáv `overflow: hidden`-je (a glow miatt) a panelt is levágná: nyitva
   feloldjuk, és a glow-t addig elrejtjük, hogy ne lógjon a fejlécre. */
/* a fejléc sticky, z-index 50: nyitva a sáv fölé megy */
.byb-ann:has(.byb-ann__partner[open]) {
  overflow: visible;
  z-index: 60;
}
.byb-ann:has(.byb-ann__partner[open]) .byb-ann__wrap {
  z-index: 60;
}
.byb-ann:has(.byb-ann__partner[open]) .byb-ann__glow {
  display: none;
}
.byb-ann__partner {
  position: static;
}
.byb-ann__partner > summary {
  list-style: none;
  cursor: pointer;
}
.byb-ann__partner > summary::-webkit-details-marker {
  display: none;
}
.byb-ann__partner > summary svg {
  transition: transform 0.2s;
}
.byb-ann__partner[open] > summary svg {
  transform: rotate(180deg);
}
.byb-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 30;
  background: #07201e;
  border-bottom: 1px solid rgba(92, 232, 160, 0.18);
  box-shadow: 0 18px 40px rgba(5, 16, 15, 0.45);
}
.byb-panel::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(92, 232, 160, 0.5), transparent);
}
.byb-panel__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 32px 20px;
}
.byb-panel__h {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 12px;
  white-space: normal;
}
.byb-panel__h b {
  color: #f8fdfb;
  font-size: 14px;
}
.byb-panel__h span {
  font-size: 12px;
  color: #8a9e96;
  font-weight: 400;
}
.byb-panel__h a {
  margin-left: auto;
  font-size: 12px;
  color: var(--byb-mint);
  font-weight: 600;
  text-decoration: none;
}
.byb-ajto {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  white-space: normal;
}
.byb-ajto__k {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(92, 232, 160, 0.12);
  background: #0f2626;
  color: #c4d1cb;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.5;
  transition: 0.2s;
}
.byb-ajto__k:hover {
  background: #123030;
  border-color: rgba(92, 232, 160, 0.5);
  color: #c4d1cb;
}
.byb-ajto__k svg {
  width: 24px;
  height: 24px;
  stroke: var(--byb-mint);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-bottom: 4px;
}
.byb-ajto__k b {
  color: #f8fdfb;
  font-size: 15px;
  font-weight: 700;
}
.byb-ajto__k span {
  font-size: 12.5px;
}
.byb-ajto__k i {
  font-style: normal;
  font-size: 11px;
  color: #8a9e96;
  margin-top: 4px;
}
@media (max-width: 749px) {
  .byb-panel {
    position: fixed;
    top: auto;
    bottom: 0;
    border-radius: 22px 22px 0 0;
    border-top: 1px solid rgba(92, 232, 160, 0.3);
    padding-bottom: calc(58px + env(safe-area-inset-bottom));
    z-index: 60;
  }
  .byb-panel__wrap {
    padding: 14px 16px 18px;
  }
  .byb-panel__h a {
    display: none;
  }
  .byb-ajto {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .byb-ajto__k {
    padding: 13px 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .byb-ajto__k,
  .byb-ann__partner > summary svg {
    transition: none;
  }
}

/* ---------- MOZGÁS (R81) ----------
   Három réteg, mind KIZÁRÓLAG transform és opacity, tehát nincs újratördelés
   és nincs elmozdulás (CLS 0):

   1. a hero két termékképe lassan lebeg (7s, a fejléc- és announcement-sáv
      már meglévő 7s ritmusához igazítva),
   2. a hero szövege alulról ér a helyére — ⛔ HALVÁNYÍTÁS NÉLKÜL: az
      opacity 0-ról induló belépő a saját LCP-nket késleltetné, mert a
      böngésző a láthatatlan elemet nem számolja megjelenítettnek,
   3. a lap alsóbb blokkjai egyszer beúsznak (.byb-rev), amikor a képernyőre
      érnek. A rejtett kezdőállapotot CSAK a byb-mozgas.js sziget teszi rájuk
      (.byb-rev--var), tehát ha a sziget nem fut le, semmi nem tűnik el.

   ⛔ Ár, készlet, kosár-darabszám SOHA nem animálódik: amiből a vevő dönt,
   az áll. */

@keyframes bybLebegA {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes bybLebegB {
  0%,
  100% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
}
/* csak ott, ahol a hero kétoszlopos és a képek nagyok; telefonon nincs */
@media (min-width: 901px) {
  .byb-wdhero .byb-wd__item:nth-child(1) img {
    animation: bybLebegA 7s ease-in-out infinite;
  }
  .byb-wdhero .byb-wd__item:nth-child(2) img {
    animation: bybLebegB 7s ease-in-out 0.9s infinite;
  }
}

@keyframes bybBelep {
  from {
    transform: translateY(14px);
  }
  to {
    transform: translateY(0);
  }
}
.byb-wdhero .byb-wd__eyebrow {
  animation: bybBelep 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.byb-wdhero .byb-wd__logo {
  animation: bybBelep 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.06s both;
}
.byb-wdhero .byb-wd__h {
  animation: bybBelep 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}
.byb-wdhero .byb-wd__sub {
  animation: bybBelep 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}
.byb-wdhero .byb-wd__ctarow {
  animation: bybBelep 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.24s both;
}
.byb-wdhero .byb-wd__specs {
  animation: bybBelep 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

/* szekció-belépő: alapból CSAK az átmenet van rajta, tehát JS nélkül a blokk
   a helyén és láthatóan marad; a rejtett állapotot a sziget adja hozzá */
.byb-rev {
  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.65s;
}
.byb-rev.byb-rev--var {
  transform: translateY(22px);
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  /* ⛔ A lebegés szelektora (.byb-wd__item:nth-child(n) img) SPECIFIKUSABB,
     mint egy sima .byb-wd__item img, ezért itt is a nth-child-es alakot kell
     írni — különben a csökkentett mozgás nem kapcsolja ki. Mérve 2026-09-04:
     `reduce` mellett is futott a bybLebegA/B. */
  .byb-wdhero .byb-wd__item:nth-child(1) img,
  .byb-wdhero .byb-wd__item:nth-child(2) img,
  .byb-wdhero .byb-wd__eyebrow,
  .byb-wdhero .byb-wd__logo,
  .byb-wdhero .byb-wd__h,
  .byb-wdhero .byb-wd__sub,
  .byb-wdhero .byb-wd__ctarow,
  .byb-wdhero .byb-wd__specs {
    animation: none;
  }
  .byb-rev {
    transition: none;
  }
  .byb-rev.byb-rev--var {
    transform: none;
    opacity: 1;
  }
}
