/* up7ypk5x.org — Up-X / АП Икс. Концепт «Лес»: глубокий хвойный фон + lime-gold + teal-побег. Префикс .grove- */

:root {
  --grove-bg: #06190f;
  --grove-card: #0e2718;
  --grove-card-2: #123420;
  --grove-line: #1c3a27;
  --grove-line-2: #2b5239;
  --grove-txt: #e7f2e7;
  --grove-mut: #8fb09a;
  --grove-mut-2: #6a8a76;
  --grove-acc: #9bd64a;
  --grove-acc-d: #7eb831;
  --grove-teal: #37c98f;
  --grove-hot: #ff5d7a;
  --grove-ink: #06190f;
  --grove-r: 13px;
  --grove-r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Figtree", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--grove-txt);
  background:
    radial-gradient(1040px 600px at 90% -12%, rgba(155, 214, 74, .13) 0%, transparent 60%),
    radial-gradient(860px 600px at -12% 64%, rgba(55, 201, 143, .09) 0%, transparent 62%),
    var(--grove-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--grove-acc); text-decoration: none }
a:hover { text-decoration: underline }
.grove-strong { color: var(--grove-acc); font-weight: 700 }

.grove-skip {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 13px; background: var(--grove-acc); color: var(--grove-ink);
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.grove-skip:focus { top: 8px }

/* ===== HEADER BAR ===== */
.grove-bar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 24px;
  border-bottom: 1px solid var(--grove-line);
  background: rgba(6, 25, 15, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.grove-logo { display: flex; align-items: center; gap: 11px; color: var(--grove-txt) }
.grove-logo:hover { text-decoration: none }
.grove-logo__svg {
  width: 31px; height: 31px; flex: none;
  filter: drop-shadow(0 0 10px rgba(155, 214, 74, .5));
}
.grove-logo__t {
  font-family: "Alfa Slab One", "Figtree", system-ui, sans-serif;
  font-weight: 400; line-height: 1; letter-spacing: -.2px; font-size: 19px;
}
.grove-logo__sub {
  display: block; font-size: 10px; color: var(--grove-mut);
  letter-spacing: 2.2px; font-weight: 600; margin-top: 5px;
  text-transform: uppercase; font-family: "Figtree", system-ui, sans-serif;
}
.grove-nav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.grove-nav a {
  color: var(--grove-mut); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.grove-nav a:hover { color: var(--grove-acc); border-bottom-color: var(--grove-acc); text-decoration: none }

/* ===== CTA ===== */
.grove-cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 21px; border-radius: 9px;
  font-family: "Figtree", system-ui, sans-serif;
  font-weight: 700; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: -.1px;
}
.grove-cta:hover { text-decoration: none; transform: translateY(-1px) }
.grove-cta--small { background: var(--grove-card-2); color: var(--grove-txt); border-color: var(--grove-line) }
.grove-cta--small:hover { background: var(--grove-card); border-color: var(--grove-acc) }
.grove-cta--big { padding: 15px 30px; font-size: 15px; border-radius: 11px }
.grove-cta--hot {
  background: linear-gradient(118deg, var(--grove-acc) 0%, var(--grove-teal) 130%);
  color: var(--grove-ink); border: 0;
  box-shadow: 0 12px 30px -10px rgba(155, 214, 74, .7);
  font-weight: 700;
}
.grove-cta--hot:hover { box-shadow: 0 16px 38px -8px rgba(155, 214, 74, .92) }
.grove-cta--ghost { background: transparent; color: var(--grove-txt); border-color: var(--grove-line-2) }
.grove-cta--ghost:hover { border-color: var(--grove-acc); color: var(--grove-acc) }

/* ===== AGGREGATE COUNTER STRIP ===== */
.grove-strip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 24px;
  border-bottom: 1px solid var(--grove-line);
  background: linear-gradient(90deg, rgba(155, 214, 74, .045), rgba(55, 201, 143, .03));
  font-size: 13px;
}
.grove-strip__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 15px;
  border-right: 1px solid var(--grove-line);
  align-items: flex-start;
}
.grove-strip__cell:last-child { border-right: 0 }
.grove-strip__num {
  font-family: "Alfa Slab One", system-ui, sans-serif;
  font-weight: 400; font-size: 15px; color: var(--grove-acc);
  letter-spacing: -.2px;
}
.grove-strip__lbl { font-size: 11px; color: var(--grove-mut); letter-spacing: .5px; text-transform: uppercase }

/* ===== HERO ===== */
.grove-hero {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 24px 30px;
  max-width: 1250px; margin: 0 auto;
  align-items: center;
}
.grove-hero__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.3px; color: var(--grove-acc);
  background: rgba(155, 214, 74, .08);
  border: 1px solid rgba(155, 214, 74, .26);
  padding: 6px 13px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Alfa Slab One", "Figtree", system-ui, sans-serif;
  font-size: clamp(29px, 4.2vw, 47px); line-height: 1.08;
  margin: 0 0 18px; letter-spacing: -.4px; font-weight: 400;
}
.grove-acc { color: var(--grove-acc) }
.grove-hero__sub {
  color: var(--grove-mut); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
/* hero product-hub: quick actions */
.grove-quick {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px;
  margin: 22px 0 22px;
}
.grove-quick a {
  display: flex; flex-direction: column; gap: 4px;
  background: var(--grove-card); border: 1px solid var(--grove-line);
  border-radius: var(--grove-r-s); padding: 13px 15px;
  transition: border-color .18s, transform .15s; color: var(--grove-txt);
}
.grove-quick a:hover { border-color: var(--grove-acc); transform: translateY(-2px); text-decoration: none }
.grove-quick__k {
  font-family: "Alfa Slab One", system-ui, sans-serif; font-size: 13px;
  color: var(--grove-acc); font-weight: 400; letter-spacing: -.1px;
}
.grove-quick__v { font-size: 12px; color: var(--grove-mut); line-height: 1.4 }
.grove-hero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 8px 0 26px }
.grove-hero__pic { margin: 0 }
.grove-hero__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--grove-r); border: 1px solid var(--grove-line);
  background:
    radial-gradient(420px 320px at 30% 28%, rgba(155, 214, 74, .22), transparent 60%),
    radial-gradient(360px 280px at 76% 80%, rgba(55, 201, 143, .18), transparent 65%),
    linear-gradient(135deg, #0a2114 0%, #103018 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(155, 214, 74, .38);
}
.grove-hero__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--grove-mut-2);
  font-style: italic; text-align: right;
}

/* KPI inline */
.grove-kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--grove-line);
}
.grove-kpi__item { display: flex; flex-direction: column; gap: 2px }
.grove-kpi__num {
  font-family: "Alfa Slab One", system-ui, sans-serif;
  font-size: 25px; font-weight: 400;
  color: var(--grove-acc); letter-spacing: -.4px;
}
.grove-kpi__lbl { font-size: 11px; color: var(--grove-mut); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
.grove-sec {
  max-width: 1250px; margin: 0 auto;
  padding: 56px 24px;
}
.grove-ovr {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--grove-teal); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Alfa Slab One", "Figtree", system-ui, sans-serif;
  font-size: clamp(23px, 3vw, 34px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: -.2px; font-weight: 400;
}
h3 {
  font-family: "Alfa Slab One", "Figtree", system-ui, sans-serif;
  font-size: clamp(16px, 1.9vw, 20px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--grove-acc); font-weight: 400; letter-spacing: -.1px;
}
p { margin: 0 0 14px; color: var(--grove-txt) }
.grove-lead { color: var(--grove-mut); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== WELCOME ===== */
.grove-welcome {
  background:
    radial-gradient(720px 360px at 82% 26%, rgba(55, 201, 143, .07) 0%, transparent 70%),
    rgba(14, 39, 24, .55);
  border: 1px solid var(--grove-line);
  border-radius: var(--grove-r);
  margin: 32px 24px;
}
.grove-welcome__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px;
  margin: 22px 0 24px;
}
.grove-wbox {
  background: var(--grove-card);
  border: 1px solid var(--grove-line);
  border-radius: var(--grove-r);
  padding: 21px 19px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.grove-wbox:hover { border-color: var(--grove-acc); transform: translateY(-2px) }
.grove-wbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(155, 214, 74, .06), transparent 60%);
  pointer-events: none;
}
.grove-wbox__step {
  font-family: "Alfa Slab One", system-ui, sans-serif;
  font-size: 11px; color: var(--grove-teal); font-weight: 400;
  letter-spacing: 1.6px; margin-bottom: 8px; text-transform: uppercase;
}
.grove-wbox__pct {
  font-family: "Alfa Slab One", system-ui, sans-serif;
  font-size: 28px; font-weight: 400; line-height: 1;
  color: var(--grove-acc); letter-spacing: -.6px;
  margin-bottom: 8px;
}
.grove-wbox__title { font-weight: 700; font-size: 14px; margin-bottom: 6px }
.grove-wbox__sub { font-size: 13px; color: var(--grove-mut); line-height: 1.5 }

/* ===== THREE STEPS ===== */
.grove-steps__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.grove-sbox {
  background: var(--grove-card);
  border: 1px solid var(--grove-line);
  border-radius: var(--grove-r);
  padding: 24px;
  position: relative;
}
.grove-sbox__num {
  font-family: "Alfa Slab One", system-ui, sans-serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 52px; font-weight: 400; line-height: 1;
  color: var(--grove-card-2);
}
.grove-sbox__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--grove-acc);
}
.grove-sbox p { color: var(--grove-mut); font-size: 14px; margin: 0 }

/* ===== SLOT GRID ===== */
.grove-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.grove-card {
  background: var(--grove-card);
  border: 1px solid var(--grove-line);
  border-radius: var(--grove-r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.grove-card:hover {
  transform: translateY(-3px);
  border-color: var(--grove-acc);
  box-shadow: 0 18px 36px -14px rgba(155, 214, 74, .4);
}
.grove-card__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Alfa Slab One", system-ui, sans-serif;
  font-weight: 400; font-size: 20px; color: rgba(231, 242, 231, .92);
  text-align: center; padding: 14px;
  letter-spacing: -.2px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.grove-card__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.34) 100%);
  pointer-events: none;
}
.grove-cv1 { background: linear-gradient(135deg, #0a3a1c 0%, #9bd64a 100%); color: #07160a }
.grove-cv2 { background: linear-gradient(135deg, #07332a 0%, #37c98f 100%); color: #07160a }
.grove-cv3 { background: linear-gradient(135deg, #1c2a08 0%, #c8e85a 100%); color: #07160a }
.grove-cv4 { background: linear-gradient(135deg, #0a2e3a 0%, #4dd6c8 100%); color: #07160a }
.grove-cv5 { background: linear-gradient(135deg, #163a12 0%, #76c93a 100%) }
.grove-cv6 { background: linear-gradient(135deg, #0e3320 0%, #2fb37d 100%) }
.grove-cv7 { background: linear-gradient(135deg, #283a08 0%, #b6d94a 100%); color: #07160a }
.grove-cv8 { background: linear-gradient(135deg, #0a3520 0%, #5fd6a0 100%); color: #07160a }
.grove-cv9 { background: linear-gradient(135deg, #1a3a0a 0%, #9bd64a 100%); color: #07160a }
.grove-cv10 { background: linear-gradient(135deg, #073328 0%, #37c98f 100%) }
.grove-cv11 { background: linear-gradient(135deg, #243a0c 0%, #cce070 100%); color: #07160a }
.grove-cv12 { background: linear-gradient(135deg, #0e3a2a 0%, #44c990 100%); color: #07160a }

.grove-card h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--grove-txt); font-weight: 700; font-family: "Figtree", system-ui, sans-serif }
.grove-card p { font-size: 12px; color: var(--grove-mut); margin: 0 14px 12px; line-height: 1.4 }
.grove-card__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--grove-card-2); color: var(--grove-txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 700;
  border: 1px solid var(--grove-line); transition: all .15s;
}
.grove-card__btn:hover { background: var(--grove-acc); border-color: var(--grove-acc); color: var(--grove-ink); text-decoration: none }

.grove-prov { margin: 22px 0 0 }
.grove-prov__title { font-size: 12px; color: var(--grove-teal); margin-bottom: 10px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 700 }
.grove-prov__list { display: flex; flex-wrap: wrap; gap: 8px }
.grove-prov__list span {
  padding: 6px 12px;
  background: var(--grove-card);
  border: 1px solid var(--grove-line);
  border-radius: 4px;
  font-size: 12px; color: var(--grove-mut);
}

/* ===== LOYALTY ===== */
.grove-loy__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.grove-lbox {
  background: var(--grove-card);
  border: 1px solid var(--grove-line);
  border-radius: var(--grove-r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.grove-lbox:hover { border-color: var(--grove-teal) }
.grove-lbox__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--grove-teal) }
.grove-lbox p { color: var(--grove-mut); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP ladder */
.grove-ladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.grove-ladder__step {
  background: var(--grove-card-2);
  border: 1px solid var(--grove-line);
  border-radius: 6px;
  padding: 11px 8px;
  text-align: center;
  position: relative;
}
.grove-ladder__step:nth-child(1) { transform: translateY(0) }
.grove-ladder__step:nth-child(2) { transform: translateY(-6px) }
.grove-ladder__step:nth-child(3) { transform: translateY(-12px) }
.grove-ladder__step:nth-child(4) { transform: translateY(-18px); border-color: var(--grove-teal); background: var(--grove-card) }
.grove-ladder__step:nth-child(5) { transform: translateY(-24px); border-color: var(--grove-teal); background: var(--grove-card) }
.grove-ladder__step:nth-child(6) { transform: translateY(-30px); border-color: var(--grove-acc); background: linear-gradient(135deg, var(--grove-card), rgba(155, 214, 74, .1)) }
.grove-ladder__name {
  font-family: "Alfa Slab One", system-ui, sans-serif;
  font-size: 11px; font-weight: 400; color: var(--grove-txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.grove-ladder__cb { font-size: 11px; color: var(--grove-mut) }
.grove-ladder__step:nth-child(6) .grove-ladder__name { color: var(--grove-acc) }

/* ===== TOURNAMENT ===== */
.grove-tour {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(155, 214, 74, .1) 0%, transparent 70%),
    var(--grove-card);
  border: 1px solid var(--grove-line);
  border-radius: var(--grove-r);
  margin: 32px 24px;
  text-align: center;
}
.grove-tour__btns { margin: 22px 0 28px }
.grove-tour__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.grove-tour__kpi > div {
  background: var(--grove-card-2);
  border: 1px solid var(--grove-line);
  border-radius: var(--grove-r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.grove-tour__kpi .grove-tk-num {
  font-family: "Alfa Slab One", system-ui, sans-serif;
  font-size: 21px; font-weight: 400; color: var(--grove-acc);
  margin-bottom: 4px; letter-spacing: -.3px;
}
.grove-tour__kpi .grove-tk-h { font-size: 14px; font-weight: 700; color: var(--grove-txt) }
.grove-tour__kpi .grove-tk-i { font-size: 12px; color: var(--grove-mut); line-height: 1.4 }

/* ===== LIVE GALLERY ===== */
.grove-live__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.grove-lvbox {
  background: var(--grove-card);
  border: 1px solid var(--grove-line);
  border-radius: var(--grove-r);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.grove-lvbox:hover {
  transform: translateY(-3px);
  border-color: var(--grove-teal);
  box-shadow: 0 18px 36px -14px rgba(55, 201, 143, .4);
}
.grove-lvbox__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Alfa Slab One", system-ui, sans-serif;
  font-weight: 400; font-size: 18px; color: rgba(231, 242, 231, .94);
  padding: 12px; text-align: center; letter-spacing: -.1px;
  position: relative; overflow: hidden;
}
.grove-lv1 { background: linear-gradient(135deg, #0a2e3a 0%, #4dd6c8 100%); color: #07160a }
.grove-lv2 { background: linear-gradient(135deg, #1c2a08 0%, #c8e85a 100%); color: #07160a }
.grove-lv3 { background: linear-gradient(135deg, #0a3a1c 0%, #9bd64a 100%); color: #07160a }
.grove-lv4 { background: linear-gradient(135deg, #07332a 0%, #37c98f 100%) }
.grove-lv5 { background: linear-gradient(135deg, #243a0c 0%, #b6d94a 100%); color: #07160a }
.grove-lv6 { background: linear-gradient(135deg, #0e3a2a 0%, #5fd6a0 100%); color: #07160a }

.grove-lvbox__b { padding: 14px 16px 16px; position: relative }
.grove-lvbox__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.grove-lvbox__s { font-size: 12px; color: var(--grove-mut); margin-bottom: 10px }
.grove-lvbox__m { font-size: 13px; color: var(--grove-teal); font-weight: 700; margin-bottom: 4px }
.grove-lvbox__p { font-size: 12px; color: var(--grove-mut-2) }
.grove-lvbox__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--grove-hot); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW ===== */
.grove-brand h3 {
  border-left: 3px solid var(--grove-acc);
  padding-left: 14px; margin-top: 30px;
}
.grove-brand p { color: var(--grove-txt); line-height: 1.72 }
.grove-badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--grove-line);
}
.grove-bdg {
  padding: 7px 13px;
  background: var(--grove-card);
  border: 1px solid var(--grove-acc);
  border-radius: 4px;
  font-size: 12px; color: var(--grove-txt);
  letter-spacing: .3px;
}

/* ===== REVIEWS ===== */
.grove-rev__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.grove-rbox {
  background: var(--grove-card);
  border: 1px solid var(--grove-line);
  border-radius: var(--grove-r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.grove-rbox__stars { color: var(--grove-acc); font-size: 16px; letter-spacing: 4px }
.grove-rbox__stars--four .grove-star-off { color: var(--grove-line-2) }
.grove-rbox__q { font-size: 14px; line-height: 1.62; color: var(--grove-txt); margin: 0 }
.grove-rbox__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--grove-mut);
  border-top: 1px solid var(--grove-line); padding-top: 14px;
}
.grove-rbox__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--grove-acc), var(--grove-teal));
  border-radius: 50%; color: var(--grove-ink); font-weight: 700; font-size: 14px;
  flex: none; font-family: "Alfa Slab One", system-ui, sans-serif;
}

/* ===== PAYMENTS ===== */
.grove-pay__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.grove-pbox {
  background: var(--grove-card);
  border: 1px solid var(--grove-line);
  border-radius: var(--grove-r-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.grove-pbox .grove-pb-t { font-size: 15px; color: var(--grove-txt); font-weight: 700 }
.grove-pbox .grove-pb-s { font-size: 11px; color: var(--grove-mut); text-transform: uppercase; letter-spacing: .9px }

.grove-pay__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.grove-pay__times > div {
  background: var(--grove-card-2);
  border: 1px solid var(--grove-line);
  border-radius: var(--grove-r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.grove-pay__times .grove-pt-t {
  font-family: "Alfa Slab One", system-ui, sans-serif;
  font-size: 16px; color: var(--grove-acc); font-weight: 400;
}
.grove-pay__times .grove-pt-s { font-size: 12px; color: var(--grove-mut) }

/* ===== AUTHOR NOTE ===== */
.grove-author {
  background: rgba(14, 39, 24, .5);
  border: 1px solid var(--grove-line);
  border-left: 3px solid var(--grove-teal);
  border-radius: var(--grove-r);
  margin: 32px 24px;
  padding: 28px 30px;
}
.grove-author h2 { font-size: clamp(20px, 2.4vw, 26px) }
.grove-author p { color: var(--grove-mut); font-size: 14px; line-height: 1.7 }
.grove-author__sign {
  margin-top: 16px; font-size: 13px; color: var(--grove-mut-2);
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.grove-author__sign .grove-as-name { color: var(--grove-acc); font-weight: 700 }

/* ===== FINAL CTA ===== */
.grove-final {
  text-align: center; padding: 56px 24px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(155, 214, 74, .14) 0%, transparent 70%),
    var(--grove-card);
  border-radius: var(--grove-r);
  margin: 32px 24px;
  border: 1px solid var(--grove-line);
}
.grove-final h2 { margin-bottom: 10px }
.grove-final p { color: var(--grove-mut); margin-bottom: 24px }

/* ===== AGE STRIP ===== */
.grove-age {
  max-width: 1250px; margin: 0 auto;
  padding: 18px 24px;
  display: flex; align-items: center; gap: 14px;
  border-top: 1px solid var(--grove-line);
  color: var(--grove-mut-2); font-size: 13px; line-height: 1.6;
}
.grove-age__b {
  flex: none; width: 46px; height: 46px;
  border: 2px solid var(--grove-hot); color: var(--grove-hot);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: "Alfa Slab One", system-ui, sans-serif; font-size: 14px; font-weight: 400;
}

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

/* ===== FOOTER ===== */
.grove-foot {
  margin-top: 24px;
  border-top: 1px solid var(--grove-line);
  background: rgba(6, 25, 15, .6);
}
.grove-foot__top {
  max-width: 1250px; margin: 0 auto;
  padding: 42px 24px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.grove-foot__brand { font-size: 14px; color: var(--grove-mut); line-height: 1.66 }
.grove-foot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.grove-foot__logo span { display: flex; flex-direction: column; line-height: 1.12 }
.grove-foot__logo .grove-fl-n { color: var(--grove-txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Alfa Slab One", system-ui, sans-serif }
.grove-foot__legal { font-size: 12px; color: var(--grove-mut-2); margin: 0; line-height: 1.66 }
.grove-foot__legal .grove-fl-op { color: var(--grove-acc); font-weight: 700 }
.grove-foot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.grove-foot__col h4 {
  font-family: "Alfa Slab One", system-ui, sans-serif;
  font-size: 12px; color: var(--grove-teal); font-weight: 400;
  text-transform: uppercase; letter-spacing: 1.4px;
  margin: 0 0 12px;
}
.grove-foot__col ul { list-style: none; padding: 0; margin: 0 }
.grove-foot__col li {
  font-size: 13px; color: var(--grove-mut);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.grove-foot__col li:hover { color: var(--grove-txt) }
.grove-foot__bottom {
  border-top: 1px solid var(--grove-line);
  padding: 16px 24px;
  max-width: 1250px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--grove-mut-2);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .grove-welcome__grid { grid-template-columns: repeat(2, 1fr) }
  .grove-pay__grid { grid-template-columns: repeat(3, 1fr) }
  .grove-tour__kpi { grid-template-columns: repeat(2, 1fr) }
  .grove-rev__grid { grid-template-columns: 1fr }
  .grove-foot__top { grid-template-columns: 1fr }
  .grove-strip { grid-template-columns: repeat(3, 1fr) }
  .grove-strip__cell:nth-child(4), .grove-strip__cell:nth-child(5) { border-top: 1px solid var(--grove-line); padding-top: 8px }
  .grove-ladder { grid-template-columns: repeat(3, 1fr) }
  .grove-ladder__step { transform: none !important }
}

@media (max-width: 880px) {
  .grove-hero { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .grove-hero__pic { order: -1 }
  .grove-nav { display: none }
  .grove-bar { padding: 11px 15px }
  .grove-sec { padding: 36px 16px }
  .grove-welcome, .grove-tour, .grove-final, .grove-author { padding: 30px 18px; margin: 22px 15px }
  .grove-steps__grid { grid-template-columns: 1fr }
  .grove-loy__grid { grid-template-columns: 1fr }
  .grove-foot__top { padding: 30px 16px 22px; gap: 22px }
  .grove-foot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .grove-strip { padding: 8px 15px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .grove-strip__cell { padding: 4px 10px }
  .grove-pay__times { grid-template-columns: 1fr }
  .grove-kpi { grid-template-columns: repeat(2, 1fr) }
  .grove-quick { grid-template-columns: 1fr }
}

@media (max-width: 480px) {
  .grove-grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .grove-live__grid { grid-template-columns: 1fr }
  .grove-card h3 { font-size: 13px }
  .grove-card p { font-size: 11px }
  .grove-card__cover { font-size: 15px }
  .grove-hero__btns { flex-direction: column; align-items: stretch }
  .grove-cta--big { width: 100% }
  .grove-welcome__grid { grid-template-columns: 1fr }
  .grove-pay__grid { grid-template-columns: repeat(2, 1fr) }
  .grove-tour__kpi { grid-template-columns: 1fr }
  .grove-foot__cols { grid-template-columns: 1fr }
  .grove-ladder { grid-template-columns: repeat(2, 1fr) }
}
