/* Statikus oldalak (S4c): jogi/tartalom-oldalak, consulting, kereső, 404.
   A színek a byb.css :root tokenjeit használják. */

/* ── tartalom-oldal (jogi, süti, adattörlő) ───────────────────────────── */
.byb-statikus {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 32px 72px;
  font-family: var(--byb-font);
  color: var(--byb-dark);
  line-height: 1.7;
}
.byb-statikus h1 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
}
.byb-statikus h2 {
  font-size: 19px;
  font-weight: 700;
  margin: 30px 0 10px;
}
.byb-statikus h3 {
  font-size: 15.5px;
  font-weight: 700;
  margin: 20px 0 8px;
}
.byb-statikus p {
  margin: 0 0 12px;
}
.byb-statikus ul {
  margin: 0 0 14px;
  padding-left: 22px;
}
.byb-statikus li {
  margin-bottom: 6px;
}
.byb-statikus a {
  color: var(--byb-dark);
  text-decoration: underline;
  text-decoration-color: var(--byb-mint);
  text-underline-offset: 2px;
}
@media (max-width: 560px) {
  .byb-statikus {
    padding: 32px 18px 56px;
  }
}

/* ── /szallitas: díjtáblázat a mag szallitasi_dijsav táblájából ─────────── */
.byb-szall__mod {
  margin-top: 34px;
}
.byb-szall__mod h2 {
  margin-top: 0;
}
.byb-szall__leiras {
  color: var(--byb-500);
}
/* A táblázat SAJÁT konténerében görög vízszintesen, a lap sosem: egy széles
   tábla különben az egész dokumentumot kinyitja (SZ-front-csapdak, 2. csapda). */
.byb-szall__gorgo {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 12px 0 10px;
}
.byb-szall__tabla {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 280px;
  font-size: 14px;
}
.byb-szall__tabla th,
.byb-szall__tabla td {
  text-align: left;
  padding: 9px 14px;
  border-bottom: 1px solid var(--byb-100);
  overflow-wrap: anywhere;
}
.byb-szall__tabla th {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--byb-500);
  border-bottom-color: var(--byb-mint);
}
.byb-szall__tabla td:last-child,
.byb-szall__tabla th:last-child {
  text-align: right;
  white-space: nowrap;
}
.byb-szall__utanvet {
  font-size: 14px;
  color: var(--byb-500);
}
.byb-szall__lab {
  margin-top: 34px;
  font-size: 13.5px;
  color: var(--byb-500);
}

/* ── consulting ───────────────────────────────────────────────────────── */
.byb-consulting {
  background:
    radial-gradient(90% 90% at 70% 15%, rgba(92, 232, 160, 0.06) 0%, transparent 55%),
    radial-gradient(130% 130% at 40% 80%, #0a2322 0%, #05100f 75%);
  color: #c4d1cb;
  font-family: var(--byb-font);
  padding: 72px 0 88px;
}
.byb-consulting__wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 32px;
}
.byb-consulting__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--byb-mint);
  margin-bottom: 18px;
}
.byb-consulting__cim {
  font-size: clamp(36px, 5.4vw, 60px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #f8fdfb;
  margin: 0 0 22px;
}
.byb-consulting__cim em {
  font-style: normal;
  color: var(--byb-mint);
}
.byb-consulting__sub {
  font-size: 16.5px;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 0 14px;
}
.byb-consulting__soon {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--byb-mint);
  border: 1px solid rgba(92, 232, 160, 0.4);
  border-radius: 100px;
  padding: 8px 16px;
  margin: 10px 0 34px;
}
.byb-consulting__soon::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--byb-mint);
  box-shadow: 0 0 8px var(--byb-mint);
}
.byb-consulting__meta {
  display: grid;
  gap: 13px;
  font-size: 14px;
  color: #9dbab0;
  margin-bottom: 30px;
}
.byb-consulting__meta b {
  color: #f8fdfb;
  font-weight: 600;
}
.byb-consulting__meta a {
  color: var(--byb-mint);
  text-decoration: none;
}
.byb-consulting__hint {
  color: #6b8078;
  font-size: 13px;
  margin-top: 6px;
}
.byb-consulting__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--byb-mint);
  color: var(--byb-dark);
  font-weight: 700;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: 100px;
  text-decoration: none;
}
.byb-consulting__cta:hover {
  background: var(--byb-mint-soft);
}
.byb-consulting__lab {
  margin-top: 26px;
  font-size: 12.5px;
}
.byb-consulting__lab a {
  color: #6b8078;
  text-decoration: none;
}
.byb-consulting__lab a:hover {
  color: var(--byb-mint);
}
@media (max-width: 560px) {
  .byb-consulting__wrap {
    padding: 0 18px;
  }
}

/* ── kereső-űrlap (kereső-oldal + 404) ────────────────────────────────── */
.byb-kereses__urlap {
  display: flex;
  gap: 10px;
  max-width: 560px;
  margin: 0 0 26px;
}
.byb-kereses__urlap input {
  flex: 1;
  min-width: 0;
  border: 1.5px solid var(--byb-100);
  border-radius: 100px;
  padding: 11px 18px;
  font: 500 14px var(--byb-font);
  color: var(--byb-dark);
  outline: none;
}
.byb-kereses__urlap input:focus {
  border-color: var(--byb-mint);
}
.byb-kereses__urlap button {
  border: 0;
  border-radius: 100px;
  background: var(--byb-dark);
  color: var(--byb-mint);
  font: 700 14px var(--byb-font);
  padding: 11px 24px;
  cursor: pointer;
}
.byb-kereses__urlap button:hover {
  background: var(--byb-mid);
}
.byb-kereses__hiba {
  font-family: var(--byb-font);
  color: #a05a2c;
  background: #fdf3ea;
  border: 1px solid #f0d9c4;
  border-radius: 12px;
  padding: 12px 16px;
  margin: 0 0 20px;
}
.byb-kereses__ures {
  font-family: var(--byb-font);
  color: var(--byb-500);
  padding: 26px 0 40px;
}
.byb-kereses__ures a {
  color: var(--byb-dark);
  text-decoration: underline;
  text-decoration-color: var(--byb-mint);
}
.byb-kereses__lapoz {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
  margin: 30px 0 6px;
  font: 600 14px var(--byb-font);
  color: var(--byb-400);
}
.byb-kereses__lapoz a {
  color: var(--byb-dark);
  text-decoration: none;
  border: 1.5px solid var(--byb-100);
  border-radius: 100px;
  padding: 8px 18px;
}
.byb-kereses__lapoz a:hover {
  border-color: var(--byb-mint);
}

/* ── 404 ──────────────────────────────────────────────────────────────── */
.byb-404 {
  max-width: 640px;
  margin: 0 auto;
  padding: 72px 32px 96px;
  font-family: var(--byb-font);
  color: var(--byb-dark);
  text-align: center;
}
.byb-404__kod {
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--byb-mint);
  line-height: 1;
}
.byb-404__cim {
  font-size: 26px;
  font-weight: 800;
  margin: 14px 0 10px;
}
.byb-404__szoveg {
  color: var(--byb-500);
  line-height: 1.7;
  margin: 0 0 24px;
}
.byb-404__szoveg a {
  color: var(--byb-dark);
  text-decoration: underline;
  text-decoration-color: var(--byb-mint);
}
.byb-404 .byb-kereses__urlap {
  margin: 0 auto;
}

/* ══ SZEKCIÓ-OLDALAK (Kör 19) ═══════════════════════════════════════════
   A tipus: szekcio statikus lapok a Shopifyról változatlanul átemelt
   szekciók, mindegyik a SAJÁT <style> blokkját hozta magával. A CSP
   unsafe-inline kivezetéséhez kerültek ide, VÁLTOZATLAN szabályokkal, a
   lap-előtagjukat megtartva (.byb-bi, .byb-rs, .byb-rinfo, .byb-rsf,
   .byb-cs, #bybr-…__brand). A négy lap a <style> helyén ezt a fájlt linkeli,
   tehát a kaszkád sorrendje (byb.css után, a törzsben) nem változott.
   A fájl fenti szabályai egyikét sem illeszti ezekre a lapokra, és fordítva:
   mérve, nulla szelektor-átfedés. ══════════════════════════════════════ */

/* ── Márkáink (/pages/markak) ── */
.byb-bi {
  background: #f8fdfb;
  font-family: Poppins, sans-serif;
  color: #0d2b2b;
  padding-bottom: 76px;
}
.byb-bi__wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.byb-bi__hero {
  background: linear-gradient(180deg, #eef9f3 0%, #f8fdfb 100%);
  border-bottom: 1px solid #e3efe9;
  padding: 56px 0 40px;
  margin-bottom: 40px;
}
.byb-bi__kicker {
  display: block;
  font:
    700 11px/1 Poppins,
    sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #128a63;
  margin-bottom: 12px;
}
.byb-bi__hero h1 {
  font:
    800 clamp(32px, 4.4vw, 48px)/1.08 Poppins,
    sans-serif;
  letter-spacing: -0.02em;
  color: #0d2b2b;
  margin: 0;
}
.byb-bi__hero p {
  font:
    400 15.5px/1.65 Poppins,
    sans-serif;
  color: #5c7a70;
  margin: 12px 0 0;
  max-width: 660px;
}

.byb-bi__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 18px;
}

.byb-bi__card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3efe9;
  border-radius: 20px;
  padding: 26px 26px 22px;
  display: flex;
  flex-direction: column;
  transition: 0.22s;
}
.byb-bi__card:hover {
  border-color: #cfe3da;
  box-shadow: 0 18px 44px rgba(13, 43, 43, 0.09);
  transform: translateY(-2px);
}
/* Márkánkénti kiemelőszín (--ac): a csík és az eyebrow színe. Zárt készlet,
     hat forgalmazott márka, ezért osztályban van, nem inline stílus-attribútumban
     (CSP style-src, docs/16-S8-BIZTONSAG-ALLAPOT.md). */
.byb-bi__card--akyga {
  --ac: #21386e;
}
.byb-bi__card--colorway {
  --ac: #e4002b;
}
.byb-bi__card--tiandy {
  --ac: #0072bc;
}
.byb-bi__card--goobay {
  --ac: #e30613;
}
.byb-bi__card--seagate {
  --ac: #6ebe49;
}
.byb-bi__card--wd {
  --ac: #0060a9;
}
.byb-bi__stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--ac);
}

.byb-bi__eyebrow {
  display: block;
  font:
    700 10px/1 Poppins,
    sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ac);
  margin-bottom: 10px;
}
.byb-bi__card h2 {
  font:
    800 30px/1.1 Poppins,
    sans-serif;
  letter-spacing: -0.025em;
  color: #0d2b2b;
  margin: 0 0 10px;
}
.byb-bi__sub {
  font:
    400 13.5px/1.6 Poppins,
    sans-serif;
  color: #5c7a70;
  margin: 0 0 18px;
  flex: 1;
}

.byb-bi__meta {
  display: flex;
  align-items: baseline;
  gap: 7px;
  font:
    500 12.5px Poppins,
    sans-serif;
  color: #7d968d;
  margin-bottom: 18px;
  padding-top: 14px;
  border-top: 1px solid #f0f6f3;
}
.byb-bi__num {
  font:
    800 17px Poppins,
    sans-serif;
  color: #0d2b2b;
  letter-spacing: -0.01em;
}

.byb-bi__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.byb-bi__btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 100px;
  font:
    700 13.5px Poppins,
    sans-serif;
  text-decoration: none;
  padding: 11px 18px;
  transition: 0.18s;
  white-space: nowrap;
}
.byb-bi__btn svg {
  width: 15px;
  height: 15px;
}
.byb-bi__btn--p {
  background: #0d2b2b;
  color: #f8fdfb;
  border: 1px solid #0d2b2b;
}
.byb-bi__btn--p:hover {
  background: #5ce8a0;
  color: #0d2b2b;
  border-color: #5ce8a0;
}
.byb-bi__btn--s {
  background: transparent;
  color: #0d2b2b;
  border: 1px solid #cfe3da;
}
.byb-bi__btn--s:hover {
  border-color: #5ce8a0;
  background: #eef9f3;
}
.byb-bi__btn--m {
  background: #5ce8a0;
  color: #0d2b2b;
  border: 1px solid #5ce8a0;
}
.byb-bi__btn--m:hover {
  background: #7eecb5;
  border-color: #7eecb5;
}

.byb-bi__band {
  margin-top: 34px;
  background: #0d2b2b;
  border-radius: 20px;
  padding: 30px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.byb-bi__band h3 {
  font:
    700 20px Poppins,
    sans-serif;
  color: #f8fdfb;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.byb-bi__band p {
  font:
    400 14px/1.6 Poppins,
    sans-serif;
  color: #9dbab0;
  margin: 0;
  max-width: 620px;
}

@media (max-width: 640px) {
  .byb-bi__wrap {
    padding: 0 16px;
  }
  .byb-bi__hero {
    padding: 40px 0 30px;
    margin-bottom: 28px;
  }
  .byb-bi__grid {
    grid-template-columns: 1fr;
  }
  .byb-bi__band {
    padding: 24px;
  }
}

/* ── Viszonteladói program (/pages/viszonteladok) ── */
.byb-rs {
  font-family: Poppins, sans-serif;
  color: #0d2b2b;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 16px;
}
.byb-rs * {
  box-sizing: border-box;
}
.byb-rs .hero {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(135deg, #113631 0%, #091e1e 60%, #0d2b2b 100%);
  color: #eaf6ef;
  text-align: center;
  padding: 66px 28px 60px;
  margin: 24px 0 8px;
}
.byb-rs .hero::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-rs .eyebrow {
  display: inline-block;
  border: 1px solid rgba(92, 232, 160, 0.5);
  color: #5ce8a0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 6px 15px;
  border-radius: 999px;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.byb-rs .hero h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin: 0 0 18px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.byb-rs .hero h1 img {
  height: 37px;
  transform: translateY(2px);
}
.byb-rs .hero p {
  max-width: 660px;
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 1.6;
  color: #c4d1cb;
  position: relative;
  z-index: 1;
}
.byb-rs .pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #5ce8a0;
  color: #0d2b2b;
  font-weight: 600;
  font-size: 17px;
  padding: 16px 32px;
  border-radius: 999px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}
.byb-rs .pill:hover {
  transform: translateY(-2px);
  background: #7eecb5;
  box-shadow: 0 10px 26px rgba(92, 232, 160, 0.32);
}
.byb-rs .pill svg {
  width: 19px;
  height: 19px;
}
.byb-rs .trust {
  margin-top: 24px;
  font-size: 14.5px;
  color: #9dbab0;
  display: flex;
  gap: 22px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.byb-rs .trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.byb-rs .trust svg {
  width: 18px;
  height: 18px;
  color: #5ce8a0;
}
.byb-rs .sec-head {
  text-align: center;
  max-width: 720px;
  margin: 58px auto 36px;
}
.byb-rs .sec-head .kick {
  color: #0c6b4e;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.byb-rs .sec-head h2 {
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin: 0 0 12px;
  color: #0d2b2b;
}
.byb-rs .sec-head p {
  color: #4a5e56;
  font-size: 17.5px;
  line-height: 1.55;
  margin: 0;
}
/* balra igazított szekciófej (Feltételek); osztályban és nem inline
   stílus-attribútumban, a CSP style-src miatt. A margin-left:0 a fenti
   margin-rövidítés bal oldalát írja felül, ezért kell utána állnia. */
.byb-rs .sec-head--bal {
  text-align: left;
  margin-left: 0;
}
.byb-rs .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.byb-rs .card {
  background: #fff;
  border: 1px solid #e8efec;
  border-radius: 18px;
  padding: 28px 26px;
  transition:
    transform 0.2s,
    box-shadow 0.25s,
    border-color 0.25s;
}
.byb-rs .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(12, 46, 34, 0.12);
  border-color: #5ce8a0;
}
.byb-rs .card .ic {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #eef9f3;
  color: #0c6b4e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.25s;
}
.byb-rs .card .ic svg {
  width: 26px;
  height: 26px;
  display: block;
}
.byb-rs .card:hover .ic {
  background: #5ce8a0;
  color: #0d2b2b;
  transform: scale(1.06);
}
.byb-rs .card h3 {
  margin: 0 0 9px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}
.byb-rs .card p {
  margin: 0;
  font-size: 15px;
  color: #4a5e56;
  line-height: 1.62;
}
.byb-rs .portal {
  background: linear-gradient(135deg, #113631 0%, #091e1e 100%);
  border-radius: 30px;
  color: #eaf6ef;
  padding: 48px 44px;
  position: relative;
  overflow: hidden;
  margin-top: 8px;
}
.byb-rs .portal::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-rs .portal h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 9px;
  color: #fff;
}
.byb-rs .portal .plead {
  color: #c4d1cb;
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 600px;
}
.byb-rs .pgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  position: relative;
  z-index: 1;
}
.byb-rs .pitem {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 17px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.byb-rs .pitem svg {
  width: 22px;
  height: 22px;
  color: #5ce8a0;
  flex: none;
  margin-top: 1px;
}
.byb-rs .pitem b {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  display: block;
  margin-bottom: 3px;
}
.byb-rs .pitem span {
  color: #9dbab0;
  font-size: 13.5px;
  line-height: 1.45;
}
.byb-rs .pmore {
  margin-top: 22px;
  color: #5ce8a0;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.byb-rs .panel {
  background: #eef9f3;
  border-radius: 30px;
  padding: 48px 36px;
  margin-top: 8px;
}
.byb-rs .panel .sec-head {
  margin-top: 0;
}
.byb-rs .tiers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}
.byb-rs .tier {
  background: #fff;
  border: 1px solid #e8efec;
  border-radius: 24px;
  padding: 34px 32px;
}
.byb-rs .tier.hot {
  border: 2px solid #5ce8a0;
  background: linear-gradient(180deg, #eef9f3, #fff);
}
.byb-rs .tier .tag {
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 16px;
}
.byb-rs .tier .tag.t1 {
  background: #eef9f3;
  color: #4a5e56;
}
.byb-rs .tier .tag.t2 {
  background: #5ce8a0;
  color: #0d2b2b;
}
.byb-rs .tier h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 18px;
}
.byb-rs .tier ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.byb-rs .tier li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 9px 0;
  font-size: 16px;
  line-height: 1.45;
  color: #2c403b;
}
.byb-rs .tier li svg {
  width: 20px;
  height: 20px;
  color: #0c6b4e;
  flex: none;
  margin-top: 2px;
}
.byb-rs .ladder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.byb-rs .step {
  background: #fff;
  border: 1px solid #e8efec;
  border-radius: 18px;
  padding: 26px 24px;
  position: relative;
}
.byb-rs .step .num {
  font-weight: 700;
  font-size: 13px;
  color: #0c6b4e;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.byb-rs .step .term {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 7px;
}
.byb-rs .step p {
  color: #4a5e56;
  font-size: 14.5px;
  line-height: 1.5;
  margin: 0;
}
.byb-rs .step .arr {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  color: #5ce8a0;
  z-index: 2;
}
.byb-rs .step .arr svg {
  width: 21px;
  height: 21px;
  display: block;
}
.byb-rs .step:last-child .arr {
  display: none;
}
.byb-rs .process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.byb-rs .pstep .dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0d2b2b;
  color: #5ce8a0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 18px;
}
.byb-rs .pstep h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 7px;
}
.byb-rs .pstep p {
  color: #4a5e56;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
.byb-rs .reqs {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 780px;
}
.byb-rs .reqs li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 13px 0;
  font-size: 16.5px;
  border-bottom: 1px solid #e8efec;
  color: #2c403b;
}
.byb-rs .reqs li svg {
  width: 21px;
  height: 21px;
  color: #0c6b4e;
  flex: none;
  margin-top: 2px;
}
@media (max-width: 900px) {
  .byb-rs .grid,
  .byb-rs .pgrid,
  .byb-rs .process,
  .byb-rs .ladder {
    grid-template-columns: 1fr 1fr;
  }
  .byb-rs .tiers {
    grid-template-columns: 1fr;
  }
  .byb-rs .hero h1 {
    font-size: 30px;
  }
  .byb-rs .step .arr {
    display: none;
  }
}
@media (max-width: 560px) {
  .byb-rs .grid,
  .byb-rs .pgrid,
  .byb-rs .process,
  .byb-rs .ladder {
    grid-template-columns: 1fr;
  }
}

/* ── Viszonteladói program, info-sáv ── */
.byb-rinfo {
  font-family: Poppins, sans-serif;
  background: #eef9f3;
  padding: 56px 0;
  font-size: 16px;
}
.byb-rinfo * {
  box-sizing: border-box;
}
.byb-rinfo .ri-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.byb-rinfo h2 {
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin: 0 0 12px;
  color: #0d2b2b;
}
.byb-rinfo .ri-lead {
  color: #4a5e56;
  font-size: 17.5px;
  line-height: 1.55;
  margin: 0 0 32px;
  max-width: 820px;
}
.byb-rinfo .ri-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 900px) {
  .byb-rinfo .ri-grid {
    grid-template-columns: 1fr;
  }
}
.byb-rinfo .ri-card {
  background: #fff;
  border: 1px solid #e8efec;
  border-radius: 18px;
  padding: 28px 26px;
  transition:
    transform 0.2s,
    box-shadow 0.25s,
    border-color 0.25s;
}
.byb-rinfo .ri-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(12, 46, 34, 0.12);
  border-color: #5ce8a0;
}
.byb-rinfo .ri-ic {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #eef9f3;
  color: #0c6b4e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.25s;
}
.byb-rinfo .ri-card:hover .ri-ic {
  background: #5ce8a0;
  color: #0d2b2b;
  transform: scale(1.06);
}
.byb-rinfo .ri-ic svg {
  width: 26px;
  height: 26px;
  display: block;
}
.byb-rinfo .ri-card h3 {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 600;
  color: #0d2b2b;
}
.byb-rinfo .ri-card p {
  margin: 0 0 11px;
  color: #4a5e56;
  font-size: 15px;
  line-height: 1.62;
}
.byb-rinfo .ri-card p:last-child {
  margin-bottom: 0;
}
.byb-rinfo .ri-card a {
  color: #0c6b4e;
  text-decoration: underline;
}

/* ── Viszonteladói program, űrlap ── */
.byb-rsf {
  font-family: Poppins, sans-serif;
  background: #0d2b2b;
  padding: 64px 20px;
  color: #0d2b2b;
  position: relative;
}
.byb-rsf::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-rsf * {
  box-sizing: border-box;
}
.byb-rsf .card {
  background: #fff;
  border-radius: 24px;
  max-width: 760px;
  margin: 0 auto;
  padding: 42px 44px;
  position: relative;
}
.byb-rsf h2 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 8px;
  color: #0d2b2b;
}
.byb-rsf .fp {
  text-align: center;
  color: #5f6f69;
  font-size: 16px;
  margin: 0 0 30px;
}
.byb-rsf .ok {
  background: #e6f7ef;
  border: 1px solid #9fe0c4;
  color: #14533a;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 22px;
  font-weight: 500;
  line-height: 1.5;
  font-size: 15px;
}
.byb-rsf .fgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 16px;
}
.byb-rsf .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.byb-rsf .field.full {
  grid-column: 1/-1;
}
.byb-rsf label {
  font-size: 13.5px;
  font-weight: 500;
  color: #34433d;
  letter-spacing: 0.2px;
  padding-left: 14px;
}
.byb-rsf input,
.byb-rsf select,
.byb-rsf textarea {
  width: 100%;
  border: 1.5px solid #d4ded8;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  color: #0d2b2b;
  background: #fff;
  outline: none;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
}
.byb-rsf input::placeholder,
.byb-rsf textarea::placeholder {
  color: #9aa8a2;
}
.byb-rsf input:hover,
.byb-rsf select:hover,
.byb-rsf textarea:hover {
  border-color: #bccabf;
}
.byb-rsf input:focus,
.byb-rsf select:focus,
.byb-rsf textarea:focus {
  border-color: #5ce8a0;
  box-shadow: 0 0 0 3px rgba(92, 232, 160, 0.16);
}
.byb-rsf textarea {
  resize: vertical;
  min-height: 92px;
  line-height: 1.5;
}
.byb-rsf .btn {
  width: 100%;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #5ce8a0;
  color: #0d2b2b;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  padding: 15px 30px;
  cursor: pointer;
  font-family: inherit;
  transition:
    transform 0.15s,
    box-shadow 0.2s,
    background 0.2s;
}
.byb-rsf .btn:hover {
  transform: translateY(-2px);
  background: #7eecb5;
  box-shadow: 0 10px 26px rgba(92, 232, 160, 0.32);
}
.byb-rsf .btn svg {
  width: 18px;
  height: 18px;
}
.byb-rsf .note {
  text-align: center;
  color: #7a8983;
  font-size: 13px;
  margin-top: 16px;
}
@media (max-width: 640px) {
  .byb-rsf {
    padding: 48px 16px;
  }
  .byb-rsf .card {
    padding: 30px 22px;
  }
  .byb-rsf .fgrid {
    grid-template-columns: 1fr;
  }
}

/* ── Kamerarendszer telepítés (/pages/kamerarendszer-telepites) ── */
.byb-cs {
  font-family: 'Poppins', sans-serif;
  color: #0d2b2b;
  background: #f8fdfb;
}
.byb-cs * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.byb-cs img {
  max-width: 100%;
}
.byb-cs a {
  text-decoration: none;
  color: inherit;
}
.byb-cs .wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.byb-cs .hero {
  background: radial-gradient(95% 125% at 76% 44%, #05100f 0%, #0a2322 42%, #0d2b2b 74%);
  color: #f8fdfb;
  position: relative;
  overflow: hidden;
}
.byb-cs .hero::before {
  content: '';
  position: absolute;
  width: 640px;
  height: 640px;
  right: -120px;
  top: -160px;
  background: radial-gradient(circle, rgba(92, 232, 160, 0.2), transparent 62%);
  pointer-events: none;
}
.byb-cs .hero .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  padding: 64px 32px 68px;
}
.byb-cs .eyebrow {
  font:
    700 13px Poppins,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #5ce8a0;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.byb-cs .eyebrow img {
  height: 15px;
  width: auto;
}
.byb-cs .hero h1 {
  font:
    800 clamp(34px, 3.8vw, 52px)/1.08 Poppins,
    sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  color: #f8fdfb;
}
.byb-cs .hero h1 em {
  color: #5ce8a0;
  font-style: normal;
}
.byb-cs .lead {
  font:
    400 18px/1.6 Poppins,
    sans-serif;
  color: #c4d1cb;
  margin-bottom: 28px;
  max-width: 540px;
}
.byb-cs .cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #5ce8a0;
  color: #0d2b2b;
  font:
    700 15px Poppins,
    sans-serif;
  padding: 14px 28px;
  border-radius: 100px;
  border: 1.5px solid #5ce8a0;
  transition: 0.2s;
}
.byb-cs .cta:hover {
  background: #7eecb5;
  transform: translateY(-1px);
}
.byb-cs .cta svg {
  width: 20px;
  height: 20px;
}
.byb-cs .cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #eaf6f0;
  font:
    600 15px Poppins,
    sans-serif;
  padding: 14px 20px;
  margin-left: 6px;
}
.byb-cs .cta-ghost:hover {
  color: #5ce8a0;
}
.byb-cs .hero-trust {
  display: flex;
  gap: 22px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.byb-cs .hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font:
    500 13.5px Poppins,
    sans-serif;
  color: #9dbab0;
}
.byb-cs .hero-trust svg {
  width: 20px;
  height: 20px;
  color: #5ce8a0;
}
.byb-cs .hero-card {
  background: #0f2626;
  border: 1px solid rgba(92, 232, 160, 0.14);
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.byb-cs .hero-card h3 {
  font:
    700 15px Poppins,
    sans-serif;
  color: #fff;
  margin-bottom: 4px;
}
.byb-cs .hero-card .sub {
  font:
    400 13px Poppins,
    sans-serif;
  color: #8a9e96;
  margin-bottom: 18px;
}
.byb-cs .hero-card .metric {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.byb-cs .hero-card .metric b {
  font:
    700 15px Poppins,
    sans-serif;
  color: #5ce8a0;
  text-align: right;
}
.byb-cs .hero-card .metric span {
  font:
    500 13.5px Poppins,
    sans-serif;
  color: #c4d1cb;
}
.byb-cs .pstrip {
  background: #091e1e;
  border-top: 1px solid rgba(92, 232, 160, 0.08);
}
.byb-cs .pstrip .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  flex-wrap: wrap;
  padding: 30px 32px;
}
.byb-cs .lb-group {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  justify-content: center;
}
.byb-cs .lb-label {
  font:
    700 11px Poppins,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #5f8377;
  white-space: nowrap;
}
.byb-cs .lb-brands {
  height: 36px;
  width: auto;
  display: block;
}
.byb-cs .logo-pt {
  font:
    800 22px Poppins,
    sans-serif;
  letter-spacing: -0.3px;
  color: #c4d1cb;
  white-space: nowrap;
}
.byb-cs .logo-pt b {
  font-weight: 500;
}
.byb-cs .lb-div {
  width: 1px;
  height: 34px;
  background: rgba(92, 232, 160, 0.18);
  flex: none;
}
.byb-cs section.band {
  padding: 64px 0;
}
/* az előző sávhoz szorosan kapcsolódó sáv szűkebb felső paddinggal;
     osztályban, nem inline stílus-attribútumban, a CSP style-src miatt */
.byb-cs section.band--szuk {
  padding-top: 8px;
}
.byb-cs .sec-head {
  margin-bottom: 38px;
}
.byb-cs .kick {
  font:
    700 13px Poppins,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0c6b4e;
  margin-bottom: 10px;
}
.byb-cs .sec-head h2 {
  font:
    800 30px/1.15 Poppins,
    sans-serif;
  letter-spacing: -0.02em;
}
.byb-cs .sec-head p {
  font:
    400 16px/1.6 Poppins,
    sans-serif;
  color: #4a5e56;
  margin-top: 10px;
  max-width: 640px;
}
.byb-cs .grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.byb-cs .bcard {
  background: #f2f7f5;
  border: 1px solid #e8efec;
  border-radius: 16px;
  padding: 26px 22px;
  transition: 0.2s;
}
.byb-cs .bcard:hover {
  border-color: #5ce8a0;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(13, 43, 43, 0.06);
}
.byb-cs .bcard .ic {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #eef9f3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.byb-cs .bcard .ic svg {
  width: 26px;
  height: 26px;
  color: #0c6b4e;
}
.byb-cs .bcard h3 {
  font:
    700 16px Poppins,
    sans-serif;
  margin-bottom: 8px;
}
.byb-cs .bcard p {
  font:
    400 13.5px/1.6 Poppins,
    sans-serif;
  color: #4a5e56;
}
.byb-cs .grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.byb-cs .icard {
  background: #fff;
  border: 1px solid #e8efec;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.byb-cs .icard .num {
  font:
    800 22px Poppins,
    sans-serif;
  color: #5ce8a0;
  min-width: 34px;
}
.byb-cs .icard h3 {
  font:
    700 15.5px Poppins,
    sans-serif;
  margin-bottom: 6px;
}
.byb-cs .icard p {
  font:
    400 13.5px/1.55 Poppins,
    sans-serif;
  color: #4a5e56;
}
.byb-cs .procband {
  background: #0d2b2b;
  color: #f8fdfb;
}
.byb-cs .procband .kick {
  color: #5ce8a0;
}
.byb-cs .procband .sec-head h2 {
  color: #fff;
}
.byb-cs .process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.byb-cs .pstep {
  background: #0f2626;
  border: 1px solid rgba(92, 232, 160, 0.12);
  border-radius: 16px;
  padding: 22px 20px;
}
.byb-cs .pstep .dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #5ce8a0;
  color: #0d2b2b;
  font:
    800 15px Poppins,
    sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.byb-cs .pstep h4 {
  font:
    700 15px Poppins,
    sans-serif;
  color: #fff;
  margin-bottom: 7px;
}
.byb-cs .pstep p {
  font:
    400 13px/1.55 Poppins,
    sans-serif;
  color: #9dbab0;
}
.byb-cs .proc-note {
  margin: 22px auto 0;
  font:
    400 13.5px/1.6 Poppins,
    sans-serif;
  color: #8a9e96;
  text-align: center;
  max-width: 760px;
}
.byb-cs .proc-note b {
  color: #c4d1cb;
  font-weight: 600;
}
.byb-cs .rsf {
  background: #0d2b2b;
  padding: 64px 20px;
  position: relative;
}
.byb-cs .rsf::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-cs .rsf .card {
  background: #fff;
  border-radius: 24px;
  max-width: 820px;
  margin: 0 auto;
  padding: 42px 44px;
}
.byb-cs .rsf .flabel {
  text-align: center;
  font:
    700 13px Poppins,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0c6b4e;
  margin-bottom: 8px;
}
.byb-cs .rsf h2 {
  font:
    700 28px Poppins,
    sans-serif;
  text-align: center;
  margin: 0 0 8px;
  color: #0d2b2b;
}
.byb-cs .rsf .fp {
  text-align: center;
  color: #5f6f69;
  font:
    400 16px Poppins,
    sans-serif;
  margin: 0 0 30px;
}
.byb-cs .ok {
  background: #e6f7ef;
  border: 1px solid #9fe0c4;
  color: #14533a;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 22px;
  font:
    500 15px/1.5 Poppins,
    sans-serif;
}
.byb-cs .fgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 16px;
}
.byb-cs .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.byb-cs .field.full {
  grid-column: 1/-1;
}
.byb-cs .rsf label {
  font:
    500 13.5px Poppins,
    sans-serif;
  color: #34433d;
  padding-left: 14px;
}
.byb-cs .rsf input,
.byb-cs .rsf select,
.byb-cs .rsf textarea {
  width: 100%;
  border: 1.5px solid #d4ded8;
  border-radius: 10px;
  padding: 12px 14px;
  font:
    400 15px Poppins,
    sans-serif;
  color: #0d2b2b;
  background: #fff;
  outline: none;
  transition: 0.18s;
}
.byb-cs .rsf input:focus,
.byb-cs .rsf select:focus,
.byb-cs .rsf textarea:focus {
  border-color: #5ce8a0;
  box-shadow: 0 0 0 3px rgba(92, 232, 160, 0.16);
}
.byb-cs .rsf textarea {
  resize: vertical;
  min-height: 92px;
  line-height: 1.5;
}
.byb-cs .rsf .btn {
  width: 100%;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #5ce8a0;
  color: #0d2b2b;
  font:
    700 16px Poppins,
    sans-serif;
  border: none;
  border-radius: 12px;
  padding: 15px 30px;
  cursor: pointer;
  transition: 0.2s;
}
.byb-cs .rsf .btn:hover {
  transform: translateY(-2px);
  background: #7eecb5;
  box-shadow: 0 10px 26px rgba(92, 232, 160, 0.32);
}
.byb-cs .rsf .btn svg {
  width: 18px;
  height: 18px;
}
.byb-cs .rsf .note {
  text-align: center;
  color: #7a8983;
  font:
    400 13px/1.6 Poppins,
    sans-serif;
  margin-top: 16px;
}
@media (max-width: 1040px) {
  .byb-cs .grid4 {
    grid-template-columns: 1fr 1fr;
  }
  .byb-cs .process {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .byb-cs .hero .wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .byb-cs .grid3 {
    grid-template-columns: 1fr;
  }
  .byb-cs .lb-div {
    display: none;
  }
}
@media (max-width: 640px) {
  .byb-cs .grid4 {
    grid-template-columns: 1fr;
  }
  .byb-cs .process {
    grid-template-columns: 1fr;
  }
  .byb-cs .fgrid {
    grid-template-columns: 1fr;
  }
  .byb-cs .rsf .card {
    padding: 30px 22px;
  }
  .byb-cs .lb-brands {
    height: 30px;
  }
}

/* ── Akyga márkaoldal (/pages/marka-akyga) ── */
#bybr-template--30242329887060__brand * {
  box-sizing: border-box;
}
#bybr-template--30242329887060__brand {
  font-family: 'Poppins', sans-serif;
  color: #0d2b2b;
  display: block;
  --ac: #21386e;
  --ac2: #4fc28a;
}
#bybr-template--30242329887060__brand .bw {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
#bybr-template--30242329887060__brand a {
  text-decoration: none;
  color: inherit;
}

/* ---------- HERO ---------- */
#bybr-template--30242329887060__brand .bh {
  position: relative;
  overflow: hidden;
  color: #f8fdfb;
  background: radial-gradient(95% 125% at 76% 44%, #05100f 0%, #0a2322 42%, #0d2b2b 74%);
}
#bybr-template--30242329887060__brand .bh::after {
  content: '';
  position: absolute;
  top: -30%;
  right: -8%;
  width: 55%;
  height: 130%;
  background: radial-gradient(circle at 50% 50%, var(--ac) 0%, transparent 62%);
  opacity: 0.42;
  pointer-events: none;
}
#bybr-template--30242329887060__brand .bh .bw {
  position: relative;
  z-index: 2;
  padding: 64px 32px 68px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 52px;
  align-items: center;
}
#bybr-template--30242329887060__brand .bh-lock {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
#bybr-template--30242329887060__brand .bh-lock img.byb {
  height: 20px;
  width: auto;
  display: block;
}
#bybr-template--30242329887060__brand .bh-lock .x {
  color: #5ce8a0;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
}
#bybr-template--30242329887060__brand .bh-lock .kk {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #9dbab0;
}
#bybr-template--30242329887060__brand .bh h1 {
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
}
#bybr-template--30242329887060__brand .bh p {
  font-size: 17px;
  line-height: 1.6;
  color: #c4d1cb;
  margin: 0;
  max-width: 36em;
}
#bybr-template--30242329887060__brand .bh-cta {
  display: flex;
  gap: 12px;
  margin-top: 26px;
  flex-wrap: wrap;
}
#bybr-template--30242329887060__brand .bbtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5ce8a0;
  color: #0d2b2b;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 100px;
  border: 1.5px solid #5ce8a0;
  transition: 0.2s;
}
#bybr-template--30242329887060__brand .bbtn:hover {
  background: #7eecb5;
  border-color: #7eecb5;
  transform: translateY(-1px);
}
#bybr-template--30242329887060__brand .bbtn--g {
  background: transparent;
  color: #f8fdfb;
  border-color: rgba(92, 232, 160, 0.38);
}
#bybr-template--30242329887060__brand .bbtn--g:hover {
  background: rgba(92, 232, 160, 0.1);
  border-color: #5ce8a0;
}
#bybr-template--30242329887060__brand .bh-stats {
  display: flex;
  gap: 26px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(92, 232, 160, 0.14);
}
#bybr-template--30242329887060__brand .bh-stats b {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
#bybr-template--30242329887060__brand .bh-stats span {
  font-size: 12px;
  color: #9dbab0;
}

/* Brand plate — a márka logója saját fehér lapon (bármilyen logószínnel működik) */
#bybr-template--30242329887060__brand .bplate {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 46px 40px 34px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
  text-align: center;
}
#bybr-template--30242329887060__brand .bplate::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  pointer-events: none;
  border: 1px solid rgba(92, 232, 160, 0.25);
}
#bybr-template--30242329887060__brand .bplate img.mark {
  max-width: 74%;
  max-height: 96px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
#bybr-template--30242329887060__brand .bplate .slogan {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ac);
}
#bybr-template--30242329887060__brand .bplate .rule {
  height: 3px;
  width: 56px;
  margin: 18px auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--ac), var(--ac2));
}

/* ---------- SZTORI + ÉRTÉKEK ---------- */
#bybr-template--30242329887060__brand .bsec {
  padding: 60px 0;
}
#bybr-template--30242329887060__brand .bkick {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ac);
}
#bybr-template--30242329887060__brand .bsec h2 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 8px 0 0;
}
#bybr-template--30242329887060__brand .bstory {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  margin-top: 26px;
  align-items: start;
}
#bybr-template--30242329887060__brand .bstory .rt {
  font-size: 16px;
  line-height: 1.72;
  color: #33463f;
}
#bybr-template--30242329887060__brand .bstory .rt p {
  margin: 0 0 14px;
}
#bybr-template--30242329887060__brand .bstory .rt p:last-child {
  margin-bottom: 0;
}
#bybr-template--30242329887060__brand .bvals {
  display: grid;
  gap: 2px;
}
#bybr-template--30242329887060__brand .bval {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 13px 0;
  border-bottom: 1px solid #e8efec;
}
#bybr-template--30242329887060__brand .bval:last-child {
  border-bottom: none;
}
#bybr-template--30242329887060__brand .bval svg {
  width: 17px;
  height: 17px;
  flex: none;
  margin-top: 3px;
  color: var(--ac2);
}
#bybr-template--30242329887060__brand .bval b {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: #0d2b2b;
}
#bybr-template--30242329887060__brand .bval span {
  font-size: 13.5px;
  color: #6b8078;
  line-height: 1.5;
}

/* Idővonal — vízszintes sín */
#bybr-template--30242329887060__brand .btl-wrap {
  background: #0d2b2b;
  color: #f8fdfb;
  padding: 56px 0;
}
#bybr-template--30242329887060__brand .btl-wrap .bkick {
  color: #5ce8a0;
}
#bybr-template--30242329887060__brand .btl-wrap h2 {
  color: #f8fdfb;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 8px 0 0;
}
#bybr-template--30242329887060__brand .btl {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  margin-top: 30px;
  padding-bottom: 10px;
}
#bybr-template--30242329887060__brand .btl::-webkit-scrollbar {
  height: 4px;
}
#bybr-template--30242329887060__brand .btl::-webkit-scrollbar-thumb {
  background: rgba(92, 232, 160, 0.35);
  border-radius: 4px;
}
#bybr-template--30242329887060__brand .btl-i {
  flex: 0 0 250px;
  scroll-snap-align: start;
  padding: 0 22px 0 0;
  position: relative;
}
#bybr-template--30242329887060__brand .btl-i::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--ac2), rgba(92, 232, 160, 0.18));
}
#bybr-template--30242329887060__brand .btl-i::after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0d2b2b;
  border: 2px solid #5ce8a0;
}
#bybr-template--30242329887060__brand .btl-i .yr {
  display: block;
  margin-top: 26px;
  font-size: 19px;
  font-weight: 800;
  color: #5ce8a0;
  letter-spacing: -0.02em;
}
#bybr-template--30242329887060__brand .btl-i h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 4px 0 5px;
  color: #f8fdfb;
}
#bybr-template--30242329887060__brand .btl-i p {
  font-size: 13px;
  line-height: 1.55;
  color: #9dbab0;
  margin: 0;
}

/* ---------- TERMÉK-FÜLEK (cross-sell) ---------- */
#bybr-template--30242329887060__brand .bp {
  background: #f8fdfb;
  padding: 60px 0;
}
#bybr-template--30242329887060__brand .bp-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
#bybr-template--30242329887060__brand .bp-head h2 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 8px 0 0;
}
#bybr-template--30242329887060__brand .bp-more {
  font-size: 14px;
  font-weight: 700;
  color: #0d2b2b;
  border-bottom: 2px solid #5ce8a0;
  padding-bottom: 2px;
  white-space: nowrap;
}
#bybr-template--30242329887060__brand .btabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 24px 0 26px;
}
#bybr-template--30242329887060__brand .btab {
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #0d2b2b;
  background: #eef9f3;
  border: 1px solid #bfe9d8;
  border-radius: 100px;
  padding: 9px 18px;
  cursor: pointer;
  transition: 0.2s;
}
#bybr-template--30242329887060__brand .btab:hover {
  background: #dff3e9;
}
#bybr-template--30242329887060__brand .btab[aria-selected='true'] {
  background: #5ce8a0;
  border-color: #5ce8a0;
  box-shadow: 0 6px 18px rgba(92, 232, 160, 0.35);
}
#bybr-template--30242329887060__brand .bpanel {
  display: none;
}
#bybr-template--30242329887060__brand .bpanel.is-active {
  display: block;
}
#bybr-template--30242329887060__brand .bgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#bybr-template--30242329887060__brand .bcard {
  background: #fff;
  border: 1px solid #e8efec;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.25s,
    box-shadow 0.25s,
    transform 0.25s;
}
#bybr-template--30242329887060__brand .bcard:hover {
  border-color: #c4d1cb;
  box-shadow: 0 14px 36px rgba(13, 43, 43, 0.08);
  transform: translateY(-3px);
}
#bybr-template--30242329887060__brand .bcard__link {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: inherit;
}
#bybr-template--30242329887060__brand .bcard__media {
  aspect-ratio: 1/1;
  background: #f2f7f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
#bybr-template--30242329887060__brand .bcard__media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
#bybr-template--30242329887060__brand .bcard__body {
  padding: 16px 16px 0;
}
#bybr-template--30242329887060__brand .bcard__title {
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.3;
  color: #0d2b2b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}
#bybr-template--30242329887060__brand .bcard__foot {
  padding: 12px 16px 16px;
}
#bybr-template--30242329887060__brand .bcard__price {
  font-size: 19px;
  font-weight: 800;
  color: #0d2b2b;
  margin-bottom: 12px;
}
#bybr-template--30242329887060__brand .baddrow {
  display: flex;
  gap: 8px;
}
#bybr-template--30242329887060__brand .bqty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d4ddd8;
  border-radius: 100px;
  flex: none;
}
#bybr-template--30242329887060__brand .bqty button {
  width: 30px;
  height: 42px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  color: #0d2b2b;
  line-height: 1;
}
#bybr-template--30242329887060__brand .bqty input {
  width: 30px;
  height: 42px;
  border: none;
  text-align: center;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #0d2b2b;
  -moz-appearance: textfield;
  background: none;
}
#bybr-template--30242329887060__brand .bqty input::-webkit-outer-spin-button,
#bybr-template--30242329887060__brand .bqty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#bybr-template--30242329887060__brand .bcard__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #0d2b2b;
  color: #f8fdfb;
  font-family: inherit;
  font-weight: 700;
  font-size: 13.5px;
  padding: 11px;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.2s;
}
#bybr-template--30242329887060__brand .bcard__btn:hover {
  background: #132f2f;
}
#bybr-template--30242329887060__brand .bempty {
  color: #6b8078;
  font-size: 14px;
}

/* ---------- SIGNATURE SÁV ---------- */
#bybr-template--30242329887060__brand .bsig {
  position: relative;
  overflow: hidden;
  color: #f8fdfb;
  background: linear-gradient(135deg, #0e2a24 0%, #0d2b2b 62%);
}
#bybr-template--30242329887060__brand .bsig::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 120% at 12% 0%, var(--ac2), transparent 55%);
  opacity: 0.28;
}
#bybr-template--30242329887060__brand .bsig .bw {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: center;
  padding: 52px 32px;
}
#bybr-template--30242329887060__brand .bsig .bdg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(79, 194, 138, 0.14);
  border: 1px solid rgba(79, 194, 138, 0.4);
  color: var(--ac2);
  font-weight: 700;
  font-size: 13px;
  padding: 7px 15px;
  border-radius: 100px;
}
#bybr-template--30242329887060__brand .bsig h2 {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 16px 0 10px;
  color: #f8fdfb;
}
#bybr-template--30242329887060__brand .bsig .mot {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ac2);
}
#bybr-template--30242329887060__brand .bsig p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #c4d1cb;
  margin: 0;
}
#bybr-template--30242329887060__brand .bchips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}
#bybr-template--30242329887060__brand .bchips span {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(92, 232, 160, 0.18);
  border-radius: 100px;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 600;
  color: #c4d1cb;
}

/* ---------- ZÁRÓ CTA ---------- */
#bybr-template--30242329887060__brand .bcta {
  padding: 64px 0;
  text-align: center;
  background: #f8fdfb;
}
#bybr-template--30242329887060__brand .bcta h2 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 auto 12px;
  max-width: 18em;
}
#bybr-template--30242329887060__brand .bcta p {
  font-size: 15.5px;
  color: #6b8078;
  max-width: 36em;
  margin: 0 auto 24px;
}
#bybr-template--30242329887060__brand .bcta .row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
#bybr-template--30242329887060__brand .bbtn--d {
  background: #0d2b2b;
  color: #f8fdfb;
  border-color: #0d2b2b;
}
#bybr-template--30242329887060__brand .bbtn--d:hover {
  background: #132f2f;
  border-color: #132f2f;
}

@media (max-width: 1040px) {
  #bybr-template--30242329887060__brand .bh .bw {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 52px 32px 56px;
  }
  #bybr-template--30242329887060__brand .bstory {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #bybr-template--30242329887060__brand .bsig .bw {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  #bybr-template--30242329887060__brand .bgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  #bybr-template--30242329887060__brand .bw {
    padding: 0 18px;
  }
  #bybr-template--30242329887060__brand .bh .bw {
    padding: 44px 18px 48px;
  }
  #bybr-template--30242329887060__brand .bgrid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  #bybr-template--30242329887060__brand .bqty input {
    width: 22px;
  }
  #bybr-template--30242329887060__brand .bh-stats {
    gap: 18px;
  }
  #bybr-template--30242329887060__brand .btl-i {
    flex: 0 0 210px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #bybr-template--30242329887060__brand * {
    transition: none !important;
    animation: none !important;
  }
}
