/* 1xbet24t.buzz — премиум-лендинг 1xBet / 1хБет. Концепт: «Икс-Пасека / Соты» (воск + мёд + пыльца) */

:root {
  --bg: #160f06;
  --bg-2: #201608;
  --bg-3: #2a1d0b;
  --line: #3a2a12;
  --line-2: #4d3819;
  --txt: #f6eed9;
  --txt-d: #cbb487;
  --txt-dd: #917b54;
  --honey: #f0b021;
  --resin: #e07a2c;
  --pollen: #f3e3b0;
  --hot: #e07a2c;
  --good: #f0d56a;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "Noto Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1020px 600px at 90% -12%, rgba(240, 176, 33, .16) 0%, transparent 62%),
    radial-gradient(840px 600px at -10% 58%, rgba(224, 122, 44, .10) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--honey); text-decoration: none }
a:hover { text-decoration: underline }

.humblebee {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--honey); color: #1a1204;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.humblebee:focus { top: 8px }

/* ===== TOP BAR ===== */
.meadowbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(22, 15, 6, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.combx { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.combx:hover { text-decoration: none }
.combx__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 10px rgba(240, 176, 33, .55));
}
.combx__t {
  font-family: "Underdog", "Noto Sans", system-ui, sans-serif;
  font-weight: 400; line-height: 1; letter-spacing: .2px; font-size: 21px;
}
.combx__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 600; margin-top: 5px;
  font-family: "Noto Sans", sans-serif; text-transform: uppercase;
}
.apiary { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.apiary a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.apiary a:hover { color: var(--honey); border-bottom-color: var(--honey); text-decoration: none }

/* ===== CTA ===== */
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Underdog", "Noto Sans", system-ui, sans-serif;
  font-weight: 400; font-size: 15px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .2px;
}
.cta:hover { text-decoration: none; transform: translateY(-1px) }
.cta--small { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.cta--small:hover { background: var(--bg-2); border-color: var(--honey) }
.cta--big { padding: 15px 28px; font-size: 17px; border-radius: 10px }
.cta--hot {
  background: linear-gradient(120deg, #ffc23a 0%, #e08a14 100%);
  color: #2a1804; border: 0;
  box-shadow: 0 12px 30px -10px rgba(240, 176, 33, .75);
}
.cta--hot:hover { box-shadow: 0 16px 38px -8px rgba(240, 176, 33, .95) }
.cta--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.cta--ghost:hover { border-color: var(--honey); color: var(--honey) }

/* ===== AGGREGATE COUNTER STRIP (улей за сутки) ===== */
.meadowbar-metr {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(240, 176, 33, .05), rgba(224, 122, 44, .04));
  font-size: 13px;
}
.meadowbar-metr__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.meadowbar-metr__cell:last-child { border-right: 0 }
.meadowbar-metr__num {
  font-family: "Underdog", "Noto Sans", system-ui, sans-serif;
  font-weight: 400; font-size: 17px; color: var(--honey);
  letter-spacing: .2px;
}
.meadowbar-metr__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO ===== */
.hivebox {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.hivebox__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--honey);
  background: rgba(240, 176, 33, .08);
  border: 1px solid rgba(240, 176, 33, .28);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Underdog", "Noto Sans", system-ui, sans-serif;
  font-size: clamp(29px, 4.2vw, 47px); line-height: 1.1;
  margin: 0 0 18px; letter-spacing: .2px; font-weight: 400;
}
.acc { color: var(--honey) }
.hivebox__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.hivebox__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.hivebox__pic { margin: 0 }
.hivebox__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 30% 28%, rgba(240, 176, 33, .22), transparent 60%),
    radial-gradient(360px 280px at 76% 80%, rgba(224, 122, 44, .18), transparent 65%),
    linear-gradient(135deg, #1c1308 0%, #261a0b 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(240, 176, 33, .42);
}
.hivebox__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline блок */
.alveole {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.alveole__item { display: flex; flex-direction: column; gap: 2px }
.alveole__num {
  font-family: "Underdog", system-ui, sans-serif;
  font-size: 27px; font-weight: 400;
  color: var(--honey); letter-spacing: .2px;
}
.alveole__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.2px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.hivebox, section.broodrow { padding-top: 36px }
.beebed__ovr {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--resin); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Underdog", "Noto Sans", system-ui, sans-serif;
  font-size: clamp(24px, 3.2vw, 35px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: .2px; font-weight: 400;
}
h3 {
  font-family: "Underdog", "Noto Sans", system-ui, sans-serif;
  font-size: clamp(18px, 2vw, 22px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--honey); font-weight: 400; letter-spacing: .2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.propolis { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== WELCOME ===== */
.broodrow {
  background:
    radial-gradient(720px 360px at 82% 26%, rgba(224, 122, 44, .08) 0%, transparent 70%),
    rgba(32, 22, 8, .6);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.broodrow__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.beeswax {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.beeswax:hover { border-color: var(--honey); transform: translateY(-2px) }
.beeswax::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(240, 176, 33, .08), transparent 60%);
  pointer-events: none;
}
.beeswax__step {
  font-family: "Underdog", system-ui, sans-serif;
  font-size: 12px; color: var(--resin); font-weight: 400;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.beeswax__pct {
  font-family: "Underdog", system-ui, sans-serif;
  font-size: 31px; font-weight: 400; line-height: 1;
  color: var(--honey); letter-spacing: .2px;
  margin-bottom: 8px;
}
.beeswax__title { font-weight: 700; font-size: 15px; margin-bottom: 6px; color: var(--txt) }
.beeswax__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS ===== */
.beebed__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.cappingbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.cappingbox__num {
  font-family: "Underdog", system-ui, sans-serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 58px; font-weight: 400; line-height: 1;
  color: var(--bg-3);
}
.cappingbox__head {
  font-size: 19px; font-weight: 700; margin-bottom: 12px;
  color: var(--honey);
}
.cappingbox p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID ===== */
.nectary__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.gathercard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.gathercard:hover {
  transform: translateY(-3px);
  border-color: var(--honey);
  box-shadow: 0 18px 36px -14px rgba(240, 176, 33, .42);
}
.gathercard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Underdog", system-ui, sans-serif;
  font-weight: 400; font-size: 22px; color: rgba(246, 238, 217, .94);
  text-align: center; padding: 14px;
  letter-spacing: .2px; line-height: 1.15;
  position: relative; overflow: hidden;
}
.gathercard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.38) 100%);
  pointer-events: none;
}
.cv-1 { background: linear-gradient(135deg, #3a2405 0%, #f0b021 100%); color: #2a1804 }
.cv-2 { background: linear-gradient(135deg, #3a1505 0%, #e07a2c 100%) }
.cv-3 { background: linear-gradient(135deg, #2a3308 0%, #c2c24d 100%); color: #1a1804 }
.cv-4 { background: linear-gradient(135deg, #3a2a08 0%, #f3e3b0 100%); color: #2a1804 }
.cv-5 { background: linear-gradient(135deg, #2a1505 0%, #b8702c 100%) }
.cv-6 { background: linear-gradient(135deg, #1a2208 0%, #8caa3a 100%) }
.cv-7 { background: linear-gradient(135deg, #3a2008 0%, #ffc23a 100%); color: #2a1804 }
.cv-8 { background: linear-gradient(135deg, #2a1208 0%, #d96b3e 100%) }
.cv-9 { background: linear-gradient(135deg, #3a2e0c 0%, #f0b021 100%); color: #2a1804 }
.cv-10 { background: linear-gradient(135deg, #241a08 0%, #b09030 100%) }
.cv-11 { background: linear-gradient(135deg, #2e2208 0%, #e0a83a 100%); color: #2a1804 }
.cv-12 { background: linear-gradient(135deg, #2a1808 0%, #e07a2c 100%) }

.gathercard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600 }
.gathercard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.gathercard__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--line); transition: all .15s;
}
.gathercard__btn:hover { background: var(--honey); border-color: var(--honey); color: #2a1804; text-decoration: none }

.combfoundation { margin: 22px 0 0 }
.combfoundation__title { font-size: 12px; color: var(--resin); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.combfoundation__list { display: flex; flex-wrap: wrap; gap: 8px }
.combfoundation__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== LOYALTY ===== */
.honeyflow {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.frame9 {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.frame9:hover { border-color: var(--resin) }
.frame9__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--resin) }
.frame9 p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP-касты как восходящие соты */
.forager {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.forager__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.forager__step:nth-child(1) { transform: translateY(0) }
.forager__step:nth-child(2) { transform: translateY(-6px) }
.forager__step:nth-child(3) { transform: translateY(-15px) }
.forager__step:nth-child(4) { transform: translateY(-24px); border-color: var(--honey); background: var(--bg-2) }
.forager__step:nth-child(5) { transform: translateY(-33px); border-color: var(--honey); background: var(--bg-2) }
.forager__step:nth-child(6) { transform: translateY(-44px); border-color: var(--resin); background: linear-gradient(135deg, var(--bg-2), rgba(224, 122, 44, .1)) }
.forager__name {
  font-family: "Underdog", system-ui, sans-serif;
  font-size: 13px; font-weight: 400; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.forager__cb { font-size: 11px; color: var(--txt-d) }
.forager__step:nth-child(6) .forager__name { color: var(--resin) }

/* ===== TOUR ===== */
.waggle {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(240, 176, 33, .12) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.waggle__btns { margin: 22px 0 28px }
.waggle__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.waggle__kpi > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.waggle__kpi span {
  font-family: "Underdog", system-ui, sans-serif;
  font-size: 24px; font-weight: 400; color: var(--honey);
  margin-bottom: 4px; letter-spacing: .2px;
}
.waggle__kpi em { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.waggle__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== BRAND OVERVIEW ===== */
.brand-ov h3 {
  border-left: 3px solid var(--honey);
  padding-left: 14px; margin-top: 30px;
}
.brand-ov p { color: var(--txt); line-height: 1.7 }
.hexbox-row {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.hexbox {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--honey);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== LIVE GALLERY ===== */
.dronecard-sec__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.dronecard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.dronecard:hover {
  transform: translateY(-3px);
  border-color: var(--resin);
  box-shadow: 0 18px 36px -14px rgba(224, 122, 44, .4);
}
.dronecard__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Underdog", system-ui, sans-serif;
  font-weight: 400; font-size: 19px; color: rgba(246, 238, 217, .94);
  padding: 12px; text-align: center; letter-spacing: .2px;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #2a1505 0%, #e07a2c 100%) }
.lv-2 { background: linear-gradient(135deg, #3a2705 0%, #f0b021 100%); color: #2a1804 }
.lv-3 { background: linear-gradient(135deg, #1a2208 0%, #8caa3a 100%) }
.lv-4 { background: linear-gradient(135deg, #3a2008 0%, #f3e3b0 100%); color: #2a1804 }
.lv-5 { background: linear-gradient(135deg, #2a1808 0%, #d96b3e 100%) }
.lv-6 { background: linear-gradient(135deg, #2e2408 0%, #c2a23a 100%); color: #2a1804 }

.dronecard__b { padding: 14px 16px 16px; position: relative }
.dronecard__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.dronecard__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.dronecard__m { font-size: 13px; color: var(--resin); font-weight: 600; margin-bottom: 4px }
.dronecard__p { font-size: 12px; color: var(--txt-dd) }
.dronecard__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--resin); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== REVIEWS ===== */
.pollenqa__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.queencell {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.queencell__stars { color: var(--honey); font-size: 16px; letter-spacing: 4px }
.queencell__stars--four .star-dim { color: var(--line-2); }
.queencell__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.queencell__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.queencell__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--honey), var(--resin));
  border-radius: 50%; color: #2a1804; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS ===== */
.cappingbox-sec__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.pollenq {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.pollenq__name { font-size: 15px; color: var(--txt); font-weight: 700 }
.pollenq i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }

.cappingbox-sec__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.cappingbox-sec__times > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.cappingbox-sec__times .pollenq__name {
  font-family: "Underdog", system-ui, sans-serif;
  font-size: 16px; color: var(--honey); font-weight: 400; text-align: left;
}
.cappingbox-sec__times small { font-size: 12px; color: var(--txt-d) }

/* ===== FINAL CTA ===== */
.swarmrow {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(240, 176, 33, .16) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.swarmrow h2 { margin-bottom: 10px }
.swarmrow p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ ===== */
.pollenqa-faq h2 { margin-bottom: 22px }
details {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--honey) }
summary {
  cursor: pointer; font-weight: 600; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "✦"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--honey); font-size: 12px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(180deg); border-color: var(--honey) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.65 }

/* ===== AUTHOR NOTE ===== */
.apiaristnote {
  max-width: 1240px; margin: 0 auto 8px;
  padding: 0 22px 48px;
}
.apiaristnote__h {
  font-family: "Underdog", system-ui, sans-serif;
  font-size: 14px; color: var(--resin); font-weight: 400;
  text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 10px;
}
.apiaristnote p {
  font-size: 13px; color: var(--txt-dd); line-height: 1.7; margin: 0;
  max-width: 920px;
  border-left: 3px solid var(--line-2); padding-left: 16px;
}

/* ===== FOOTER ===== */
.comb-foot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(22, 15, 6, .62);
}
.comb-foot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.comb-foot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.comb-foot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.comb-foot__name { display: flex; flex-direction: column; line-height: 1.1 }
.comb-foot__brandline { color: var(--txt); font-size: 17px; font-weight: 700; margin-bottom: 2px; font-family: "Underdog", system-ui, sans-serif }
.comb-foot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.comb-foot__op { color: var(--honey); font-weight: 600 }
.comb-foot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.comb-foot__col h4 {
  font-family: "Underdog", system-ui, sans-serif;
  font-size: 13px; color: var(--resin); font-weight: 400;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.comb-foot__col ul { list-style: none; padding: 0; margin: 0 }
.comb-foot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.comb-foot__col li:hover { color: var(--txt) }
.comb-foot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .broodrow__grid { grid-template-columns: repeat(2, 1fr) }
  .cappingbox-sec__grid { grid-template-columns: repeat(3, 1fr) }
  .waggle__kpi { grid-template-columns: repeat(2, 1fr) }
  .pollenqa__grid { grid-template-columns: 1fr }
  .comb-foot__top { grid-template-columns: 1fr }
  .meadowbar-metr { grid-template-columns: repeat(3, 1fr) }
  .meadowbar-metr__cell:nth-child(4), .meadowbar-metr__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .forager { grid-template-columns: repeat(3, 1fr) }
  .forager__step { transform: none !important }
}

@media (max-width: 880px) {
  .hivebox { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .hivebox__pic { order: -1 }
  .apiary { display: none }
  .meadowbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .broodrow, .waggle, .swarmrow { padding: 36px 18px; margin: 22px 14px }
  .beebed__grid { grid-template-columns: 1fr }
  .honeyflow { grid-template-columns: 1fr }
  .comb-foot__top { padding: 30px 16px 22px; gap: 22px }
  .comb-foot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .meadowbar-metr { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .meadowbar-metr__cell { padding: 4px 10px }
  .cappingbox-sec__times { grid-template-columns: 1fr }
  .alveole { grid-template-columns: repeat(2, 1fr) }
  .apiaristnote { padding: 0 16px 36px }
}

@media (max-width: 480px) {
  .broodrow__grid { grid-template-columns: 1fr }
  .nectary__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .dronecard-sec__grid { grid-template-columns: 1fr }
  .gathercard h3 { font-size: 13px }
  .gathercard p { font-size: 11px }
  .gathercard__cover { font-size: 16px }
  .hivebox__btns { flex-direction: column; align-items: stretch }
  .cta--big { width: 100% }
  .cappingbox-sec__grid { grid-template-columns: repeat(2, 1fr) }
  .waggle__kpi { grid-template-columns: 1fr }
  .comb-foot__cols { grid-template-columns: 1fr }
  .forager { grid-template-columns: repeat(2, 1fr) }
}
