/* beefcasino77c.buzz — Beef / Биф. Visual direction: Waypoint Bureau / Route Atlas. Palette: graphite, parchment, coral signal, cool blue. Fonts: Syne + Overpass. */

:root {
  --bg: #111417;
  --bg-2: #171d23;
  --bg-3: #1c232b;
  --panel: #202831;
  --line: #2c3742;
  --line-soft: rgba(233, 225, 211, 0.14);
  --txt: #e9e1d3;
  --txt-d: #b3b0a8;
  --txt-dd: #8e9aa3;
  --acc: #f06f4f;
  --acc-2: #6fa7b4;
  --acc-3: #f3b463;
  --hot: #ff886a;
  --good: #87c8a1;
  --ink: #0d1013;
  --on-acc: #fff7f0;
  --r: 18px;
  --r-s: 12px;
  --shadow: 0 26px 80px -30px rgba(0, 0, 0, 0.58);
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.65 "Overpass", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    linear-gradient(180deg, rgba(240, 111, 79, 0.08) 0%, transparent 22%),
    radial-gradient(900px 560px at 85% -10%, rgba(111, 167, 180, 0.14) 0%, transparent 60%),
    radial-gradient(760px 540px at -10% 52%, rgba(240, 111, 79, 0.10) 0%, transparent 58%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc); text-decoration: none }
a:hover { text-decoration: none }
.hl { color: var(--acc); font-weight: 700 }

.skip {
  position: absolute;
  top: -48px;
  left: 10px;
  padding: 10px 14px;
  background: var(--acc);
  color: var(--on-acc);
  border-radius: 10px;
  z-index: 100;
  font-weight: 800;
}
.skip:focus { top: 10px }

.bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(17, 20, 23, 0.88);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--txt);
}
.logo__svg {
  width: 36px;
  height: 36px;
  flex: none;
  filter: drop-shadow(0 0 16px rgba(240, 111, 79, 0.26));
}
.logo__t {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 22px;
  letter-spacing: -0.4px;
}
.logo__sub {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  color: var(--txt-d);
  letter-spacing: 2.3px;
  text-transform: uppercase;
  font-weight: 700;
}
.nav {
  display: flex;
  gap: 10px;
  margin-left: auto;
  flex-wrap: wrap;
}
.nav a {
  color: var(--txt-d);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(28, 35, 43, 0.35);
  transition: color 0.15s, border-color 0.15s, background 0.15s, transform 0.15s;
}
.nav a:hover {
  color: var(--txt);
  border-color: rgba(240, 111, 79, 0.35);
  background: rgba(240, 111, 79, 0.08);
  transform: translateY(-1px);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 999px;
  font-family: "Overpass", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: transform 0.16s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
  cursor: pointer;
  letter-spacing: 0.1px;
}
.cta:hover { transform: translateY(-1px) }
.cta--small {
  background: rgba(28, 35, 43, 0.92);
  color: var(--txt);
  border-color: var(--line);
}
.cta--small:hover {
  background: rgba(240, 111, 79, 0.10);
  border-color: rgba(240, 111, 79, 0.35);
}
.cta--big {
  padding: 15px 28px;
  font-size: 15px;
}
.cta--hot {
  background: linear-gradient(125deg, var(--acc) 0%, var(--hot) 100%);
  color: var(--on-acc);
  box-shadow: 0 18px 42px -20px rgba(240, 111, 79, 0.82);
}
.cta--ghost {
  color: var(--txt);
  background: transparent;
  border-color: rgba(233, 225, 211, 0.18);
}
.cta--ghost:hover {
  border-color: rgba(111, 167, 180, 0.40);
  color: var(--acc-2);
}

.metr {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(240, 111, 79, 0.08), rgba(111, 167, 180, 0.05));
}
.metr__cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  background: rgba(32, 40, 49, 0.48);
}
.metr__num {
  font-family: "Syne", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: var(--txt);
}
.metr__lbl {
  color: var(--txt-dd);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 38px;
  padding: 48px 22px 34px;
  max-width: 1240px;
  margin: 0 auto;
  align-items: center;
}
.hero__chip {
  display: inline-block;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(240, 111, 79, 0.34);
  background: rgba(240, 111, 79, 0.08);
  color: var(--acc);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
h1 {
  margin: 0 0 18px;
  font-family: "Syne", sans-serif;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.8px;
  font-weight: 800;
}
.acc { color: var(--acc) }
.hero__sub {
  margin: 0 0 14px;
  color: var(--txt-d);
  font-size: 16px;
  line-height: 1.72;
}
.hero__btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 24px 0 28px;
}
.hero__pic { margin: 0 }
.hero__pic-svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  border-radius: 26px;
  border: 1px solid rgba(233, 225, 211, 0.10);
  background:
    radial-gradient(360px 320px at 20% 20%, rgba(240, 111, 79, 0.18), transparent 65%),
    radial-gradient(420px 320px at 82% 82%, rgba(111, 167, 180, 0.18), transparent 65%),
    linear-gradient(145deg, #0f1317 0%, #181f25 100%);
  box-shadow: var(--shadow);
}
.hero__pic figcaption {
  margin-top: 12px;
  font-size: 12px;
  color: var(--txt-dd);
  text-align: right;
}
.kpi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.kpi__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 12px 10px;
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  background: rgba(23, 29, 35, 0.76);
}
.kpi__num {
  font-family: "Syne", sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: var(--txt);
  letter-spacing: -0.5px;
}
.kpi__lbl {
  color: var(--txt-dd);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 22px;
}
section.hero,
section.welcome { padding-top: 36px }
.ovrline {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--acc-3);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
h2 {
  margin: 0 0 16px;
  font-family: "Syne", sans-serif;
  font-size: clamp(24px, 3.1vw, 36px);
  line-height: 1.14;
  letter-spacing: -0.6px;
  font-weight: 800;
}
h3 {
  margin: 26px 0 10px;
  font-family: "Syne", sans-serif;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.3;
  color: var(--acc-2);
  font-weight: 700;
}
p { margin: 0 0 14px }
.lead {
  max-width: 820px;
  margin-bottom: 24px;
  color: var(--txt-d);
  font-size: 16px;
}

.welcome {
  max-width: none;
  margin: 34px 22px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(240, 111, 79, 0.06), transparent 45%),
    rgba(18, 24, 29, 0.84);
  overflow: hidden;
}
.welcome__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 22px 0 24px;
}
.wbox {
  position: relative;
  padding: 22px 20px;
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.02), transparent 50%),
    rgba(32, 40, 49, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.15s, border-color 0.18s;
}
.wbox:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 111, 79, 0.35);
}
.wbox::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(240, 111, 79, 0.65), transparent 72%);
}
.wbox__step {
  margin: 10px 0 8px;
  color: var(--acc-3);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wbox__pct {
  margin-bottom: 8px;
  font-family: "Syne", sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  color: var(--txt);
}
.wbox__title {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 15px;
}
.wbox__sub {
  color: var(--txt-d);
  font-size: 13px;
  line-height: 1.56;
}

.steps3__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 22px;
}
.sbox {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid var(--line-soft);
  background: rgba(23, 29, 35, 0.86);
}
.sbox__num {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(240, 111, 79, 0.18), rgba(111, 167, 180, 0.15));
  color: var(--txt);
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 20px;
}
.sbox__head {
  margin-bottom: 8px;
  font-family: "Syne", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.sbox p {
  color: var(--txt-d);
  margin: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 22px 0;
}
.card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background: rgba(23, 29, 35, 0.86);
  transition: transform 0.16s, border-color 0.18s;
}
.card:hover {
  transform: translateY(-2px);
  border-color: rgba(111, 167, 180, 0.35);
}
.card__cover {
  min-height: 110px;
  display: grid;
  place-items: end start;
  padding: 18px;
  font-family: "Syne", sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.5px;
  color: var(--txt);
  border-bottom: 1px solid rgba(233, 225, 211, 0.08);
  background:
    linear-gradient(135deg, rgba(240, 111, 79, 0.22), rgba(111, 167, 180, 0.10)),
    #202831;
}
.cv-1, .cv-5, .cv-9, .cv-13 { background: linear-gradient(135deg, rgba(240, 111, 79, 0.30), rgba(111, 167, 180, 0.10)), #202831 }
.cv-2, .cv-6, .cv-10, .cv-14 { background: linear-gradient(135deg, rgba(111, 167, 180, 0.24), rgba(240, 111, 79, 0.10)), #202831 }
.cv-3, .cv-7, .cv-11, .cv-15 { background: linear-gradient(135deg, rgba(243, 180, 99, 0.20), rgba(240, 111, 79, 0.10)), #202831 }
.cv-4, .cv-8, .cv-12 { background: linear-gradient(135deg, rgba(240, 111, 79, 0.18), rgba(243, 180, 99, 0.15)), #202831 }
.card h3 {
  margin: 16px 16px 8px;
  color: var(--txt);
  font-size: 18px;
}
.card p {
  margin: 0 16px 16px;
  color: var(--txt-d);
  font-size: 13px;
}
.card__btn {
  margin: auto 16px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(240, 111, 79, 0.10);
  border: 1px solid rgba(240, 111, 79, 0.22);
  color: var(--txt);
  font-weight: 800;
  font-size: 13px;
}
.card__btn:hover {
  background: rgba(240, 111, 79, 0.16);
}
.prov {
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid var(--line-soft);
  background: rgba(23, 29, 35, 0.78);
}
.prov__title {
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--acc-3);
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.prov__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.prov__list span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(32, 40, 49, 0.92);
  border: 1px solid rgba(233, 225, 211, 0.08);
  color: var(--txt-d);
  font-size: 13px;
  font-weight: 700;
}

.ladder {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin: 22px 0 20px;
}
.ladder__step {
  padding: 18px 14px;
  border-radius: 20px;
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(111, 167, 180, 0.08), rgba(240, 111, 79, 0.04)),
    rgba(23, 29, 35, 0.84);
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ladder__name {
  font-family: "Syne", sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: var(--txt);
}
.ladder__cb {
  margin-top: 8px;
  color: var(--txt-d);
  font-size: 13px;
  font-weight: 700;
}
.loy__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.lbox {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--line-soft);
  background: rgba(23, 29, 35, 0.82);
}
.lbox__h {
  margin-bottom: 10px;
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--acc-2);
}
.lbox p {
  margin: 0;
  color: var(--txt-d);
}

.tour {
  max-width: 1180px;
  padding: 58px 28px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background:
    radial-gradient(580px 240px at 50% 0%, rgba(240, 111, 79, 0.11) 0%, transparent 72%),
    rgba(18, 24, 29, 0.88);
  text-align: center;
}
.tour .lead {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.tour__btns { margin: 22px 0 28px }
.tour__kpi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.tour__kpi > div {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line-soft);
  background: rgba(32, 40, 49, 0.72);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tour__kpi span {
  display: block;
  font-family: "Syne", sans-serif;
  font-size: 27px;
  font-weight: 800;
  color: var(--txt);
}
.tour__kpi .b {
  font-size: 14px;
  font-weight: 800;
  color: var(--txt);
}
.tour__kpi i {
  font-style: normal;
  font-size: 12px;
  color: var(--txt-d);
}

.live__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 22px;
}
.lvbox {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--line-soft);
  background: rgba(23, 29, 35, 0.84);
}
.lvbox__cover {
  min-height: 108px;
  display: grid;
  place-items: end start;
  padding: 16px;
  font-family: "Syne", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  color: var(--txt);
  background:
    linear-gradient(135deg, rgba(111, 167, 180, 0.24), rgba(240, 111, 79, 0.16)),
    #202831;
}
.lv-1, .lv-5 { background: linear-gradient(135deg, rgba(240, 111, 79, 0.28), rgba(111, 167, 180, 0.12)), #202831 }
.lv-2, .lv-6 { background: linear-gradient(135deg, rgba(111, 167, 180, 0.25), rgba(243, 180, 99, 0.10)), #202831 }
.lv-3, .lv-7 { background: linear-gradient(135deg, rgba(243, 180, 99, 0.22), rgba(240, 111, 79, 0.10)), #202831 }
.lv-4, .lv-8 { background: linear-gradient(135deg, rgba(111, 167, 180, 0.18), rgba(240, 111, 79, 0.18)), #202831 }
.lvbox__b { padding: 16px }
.lvbox__t {
  margin-bottom: 6px;
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.lvbox__s,
.lvbox__m,
.lvbox__p {
  color: var(--txt-d);
  font-size: 13px;
  margin-bottom: 6px;
}
.lvbox__live {
  display: inline-block;
  margin-top: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(240, 111, 79, 0.12);
  border: 1px solid rgba(240, 111, 79, 0.22);
  color: var(--txt);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.brand p { color: var(--txt); line-height: 1.74 }
.badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.bdg {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(32, 40, 49, 0.88);
  border: 1px solid var(--line-soft);
  color: var(--txt);
  font-size: 12px;
  font-weight: 800;
}

.rev__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.rbox {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 50%),
    rgba(23, 29, 35, 0.86);
}
.rbox__stars,
.rbox__stars--four {
  margin-bottom: 12px;
  color: var(--acc-3);
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 800;
}
.star-off { color: rgba(233, 225, 211, 0.25) }
.rbox__q {
  color: var(--txt-d);
  font-size: 15px;
  line-height: 1.72;
}
.rbox__meta {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--txt-dd);
  font-size: 12px;
  font-weight: 700;
}
.rbox__a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(111, 167, 180, 0.14);
  color: var(--txt);
  font-family: "Syne", sans-serif;
  font-weight: 800;
}

.pay__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin: 22px 0 18px;
}
.pbox {
  padding: 18px 14px;
  border-radius: 20px;
  border: 1px solid var(--line-soft);
  background: rgba(23, 29, 35, 0.84);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pbox .b {
  color: var(--txt);
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-weight: 800;
}
.pbox i {
  font-style: normal;
  color: var(--txt-d);
  font-size: 12px;
}
.pay__times {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.pay__times > div {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--line-soft);
  background: rgba(32, 40, 49, 0.70);
}
.pay__times .b {
  display: block;
  color: var(--txt);
  font-family: "Syne", sans-serif;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 4px;
}
.pay__times span {
  font-size: 12px;
  color: var(--txt-d);
}

.author {
  padding: 34px 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.author h2 {
  font-size: clamp(20px, 2.4vw, 28px);
}
.author p {
  max-width: 900px;
  color: var(--txt-d);
  font-size: 14px;
  line-height: 1.72;
}

.final {
  text-align: center;
}
.final h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.final p {
  max-width: 640px;
  margin: 0 auto 20px;
  color: var(--txt-d);
}

.faq h2 { margin-bottom: 22px }
details {
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  background: rgba(23, 29, 35, 0.84);
  margin-bottom: 12px;
  overflow: hidden;
}
summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-family: "Syne", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--txt);
  position: relative;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--acc);
  font-size: 22px;
  font-weight: 800;
}
details[open] summary::after { content: "−" }
details p {
  padding: 0 22px 20px;
  margin: 0;
  color: var(--txt-d);
}

.foot {
  margin-top: 24px;
  padding: 0 22px 28px;
}
.foot__top {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px 30px 18px 18px;
  background: rgba(18, 24, 29, 0.92);
}
.foot__brand {
  font-size: 14px;
  color: var(--txt-d);
  line-height: 1.7;
}
.foot__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--txt);
}
.foot__logo span {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}
.foot__name {
  margin-bottom: 2px;
  font-family: "Syne", sans-serif;
  font-size: 17px;
  font-weight: 800;
}
.foot__legal {
  margin: 0;
  color: var(--txt-dd);
  font-size: 12px;
}
.foot__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.foot__col h4 {
  margin: 0 0 12px;
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.foot__col h4 a {
  color: var(--txt);
}
.foot__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.foot__col li {
  margin: 0 0 8px;
}
.foot__col li a {
  color: var(--txt-d);
  font-size: 13px;
  transition: color 0.15s;
}
.foot__col li a:hover,
.foot__col h4 a:hover {
  color: var(--acc);
}
.foot__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 22px 0;
  color: var(--txt-dd);
  font-size: 11px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .grid { grid-template-columns: repeat(3, 1fr) }
  .live__grid { grid-template-columns: repeat(2, 1fr) }
  .pay__grid { grid-template-columns: repeat(3, 1fr) }
  .foot__top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 880px) {
  .bar {
    flex-wrap: wrap;
  }
  .nav {
    order: 3;
    width: 100%;
    margin-left: 0;
  }
  .metr {
    grid-template-columns: repeat(2, 1fr);
  }
  .kpi,
  .welcome__grid,
  .tour__kpi,
  .ladder,
  .loy__grid,
  .rev__grid,
  .pay__times,
  .foot__cols {
    grid-template-columns: 1fr;
  }
  .steps3__grid,
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  body { font-size: 15px }
  .bar,
  .metr,
  section,
  .foot {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }
  .metr,
  .steps3__grid,
  .grid,
  .live__grid,
  .pay__grid {
    grid-template-columns: 1fr;
  }
  .welcome {
    margin-left: 16px;
    margin-right: 16px;
  }
  .tour {
    padding: 34px 18px;
  }
  summary {
    padding-right: 48px;
  }
  .foot__bottom {
    flex-direction: column;
  }
}
