/* GoalGrid AI — landing balanced v4.2.8.27.908 */

body.gg-landing-page {
  --gg-landing-teal: #35e0c2;
  --gg-landing-purple: #8b5cf6;
  --gg-landing-blue: #38bdf8;
  --gg-landing-green: #4ade80;
  background: #040a12;
}

body.gg-layout-shell.gg-landing-page[data-page="home"] .site-shell.football-shell {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: var(--topbar-h) !important;
  padding: 0 !important;
}

/* Fixed topbar — logo / search / account stay visible while scrolling. */
body.gg-landing-page .site-topbar {
  position: fixed !important;
  left: 0;
  right: 0;
  top: var(--gg-sat, 0px) !important;
  z-index: 200 !important;
  background: rgba(6, 16, 25, 0.98) !important;
  border-bottom-color: var(--gg-brand-primary-border, rgba(53, 224, 194, 0.28));
  backdrop-filter: none;
}

body.gg-landing-page .topbar-nav a { color: rgba(226, 236, 248, 0.82); }
body.gg-landing-page .topbar-nav a.active { color: #fff; }

.gg-landing { color: #e8f0fa; overflow-x: clip; }

/* ── Hero — fills first viewport; content centered (photo reference) ── */
body.gg-layout-shell.gg-landing-page[data-page="home"] .gg-landing-hero {
  min-height: calc(100svh - var(--gg-landing-bottom-inset, 68px));
  min-height: calc(100dvh - var(--gg-landing-bottom-inset, 68px));
  height: auto;
  max-height: none;
  margin-top: 0;
  overflow: visible;
}

.gg-landing-hero {
  position: relative;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  align-content: center;
  /* Fixed topbar sits above the hero — do not double-count in padding. */
  padding: 1.15rem 1.25rem 1.35rem;
  text-align: center;
  isolation: isolate;
}

@media (min-width: 769px) {
  body.gg-layout-shell.gg-landing-page[data-page="home"] .gg-landing-hero {
    padding-top: 1.25rem;
    padding-bottom: 2.25rem;
    min-height: calc(100dvh - 60px);
    place-items: center;
    align-content: center;
  }

  body.gg-layout-shell.gg-landing-page[data-page="home"] .gg-landing-hero-bg {
    inset: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center 74%;
  }

  body.gg-layout-shell.gg-landing-page[data-page="home"] .gg-landing-hero-bg::after {
    height: 28%;
    background: linear-gradient(180deg, transparent 0%, rgba(4, 10, 18, 0.72) 42%, #040a12 100%);
  }
}

.gg-landing-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-color: #040a12;
  /* Photo is an <img.gg-landing-hero-bg-img> for LCP; gradients stay on the container. */
  background-image:
    linear-gradient(180deg, rgba(4, 10, 18, 0.94) 0%, rgba(4, 10, 18, 0.58) 34%, rgba(4, 10, 18, 0.42) 58%, rgba(4, 10, 18, 0.88) 100%),
    radial-gradient(ellipse 90% 55% at 50% 100%, rgba(53, 224, 194, 0.2) 0%, transparent 62%),
    radial-gradient(ellipse 50% 40% at 50% 12%, rgba(53, 224, 194, 0.1) 0%, transparent 58%);
  background-size: cover;
  background-position: center 62%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.gg-landing-hero-bg-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  display: block;
  pointer-events: none;
}
.gg-landing-hero-picture {
  position: absolute;
  inset: 0;
  display: block;
}

.gg-landing-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 120% 80% at 50% 50%, transparent 35%, rgba(4, 10, 18, 0.55) 100%),
    linear-gradient(90deg, rgba(4, 10, 18, 0.35) 0%, transparent 28%, transparent 72%, rgba(4, 10, 18, 0.35) 100%);
  pointer-events: none;
}

.gg-landing-hero-bg::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent 0%, #040a12 100%);
  pointer-events: none;
}

.gg-landing-hero-inner {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  display: grid;
  gap: 0.85rem;
  justify-items: center;
  padding: 1.35rem 1.1rem 1.5rem;
  border-radius: 28px;
  background: radial-gradient(ellipse 88% 75% at 50% 42%, rgba(4, 10, 18, 0.62) 0%, rgba(4, 10, 18, 0.18) 58%, transparent 100%);
  backdrop-filter: none;
}

.gg-landing-hero-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(53, 224, 194, 0.9);
}

.gg-landing-hero-title {
  margin: 0;
  font-size: clamp(2.35rem, 8.5vw, 4.65rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.gg-landing-hero-sub {
  margin: 0;
  max-width: 34rem;
  font-size: clamp(0.95rem, 2.4vw, 1.12rem);
  line-height: 1.55;
  color: rgba(201, 215, 232, 0.88);
  font-style: italic;
}

.gg-landing-hero-sub strong {
  color: #49f0d4;
  font-style: normal;
  font-weight: 700;
}

.gg-landing-monthly-line {
  margin: 0.55rem 0 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(126, 240, 220, 0.88);
  letter-spacing: 0.01em;
}

.gg-landing-monthly-line[hidden] {
  display: none !important;
}

.gg-landing-hero-link {
  color: #49f0d4;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gg-landing-hero-link:hover { color: #6ff7df; }

.gg-landing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 0.35rem;
  padding: 0.85rem 2.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, #35e0c2 0%, #2bb8a0 38%, #6366f1 100%);
  color: #041018;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(53, 224, 194, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.gg-landing-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  color: #041018;
}

.gg-landing-cta--ghost {
  background: rgba(255, 255, 255, 0.04);
  color: #e8f0fa;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: none;
}

.gg-landing-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 0.15rem;
}

.gg-landing-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin-top: 0.65rem;
}

.gg-landing-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 224, 194, 0.16);
  background: rgba(8, 16, 28, 0.92);
  font-size: 0.68rem;
  color: rgba(201, 215, 232, 0.9);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.gg-landing-trust-pill strong {
  color: #49f0d4;
  font-size: 0.82rem;
}

.gg-landing-stat-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  width: min(100%, 42rem);
  margin-top: 0.85rem;
}

.gg-landing-stat-card {
  display: grid;
  gap: 0.18rem;
  padding: 0.62rem 0.55rem;
  border-radius: 14px;
  border: 1px solid rgba(53, 224, 194, 0.14);
  background: rgba(8, 16, 28, 0.92);
  backdrop-filter: none;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.gg-landing-stat-card span {
  font-size: 0.62rem;
  line-height: 1.25;
  color: rgba(201, 215, 232, 0.82);
}

.gg-landing-stat-card strong {
  font-size: clamp(0.92rem, 2.4vw, 1.08rem);
  color: #49f0d4;
  font-variant-numeric: tabular-nums;
}

.gg-landing-stat-card.is-roi-positive strong { color: #6ee7b7; }
.gg-landing-stat-card.is-roi-negative strong { color: #fca5a5; }

.gg-landing-cta--telegram {
  border-color: rgba(56, 189, 248, 0.28);
}

.gg-landing-section--featured {
  padding-top: 0.35rem;
  padding-bottom: 0.15rem;
}

.gg-landing-featured-shell {
  width: min(100%, 46rem);
  margin: 0 auto;
}

.gg-landing-featured-card {
  display: grid;
  gap: 0.85rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(53, 224, 194, 0.18);
  background:
    radial-gradient(circle at top right, rgba(53, 224, 194, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(10, 20, 34, 0.96), rgba(6, 12, 22, 0.98));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.gg-landing-featured-card.is-result.is-win {
  border-color: rgba(74, 222, 128, 0.42);
  background:
    radial-gradient(circle at top right, rgba(74, 222, 128, 0.12), transparent 44%),
    linear-gradient(180deg, rgba(10, 24, 20, 0.96), rgba(6, 12, 22, 0.98));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(74, 222, 128, 0.08) inset;
}

.gg-landing-featured-card.is-result.is-loss {
  border-color: rgba(248, 113, 113, 0.28);
}

.gg-landing-featured-card.is-result.is-void {
  border-color: rgba(252, 211, 77, 0.28);
}

.gg-landing-featured-card.is-empty {
  border-color: rgba(255, 255, 255, 0.1);
}

.gg-landing-featured-head {
  display: grid;
  gap: 0.28rem;
}

.gg-landing-featured-head h2 {
  margin: 0;
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  color: #fff;
}

.gg-landing-featured-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: rgba(53, 224, 194, 0.14);
  border: 1px solid rgba(53, 224, 194, 0.28);
  color: #7ef0dc;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gg-landing-featured-badge.is-muted {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
}

.gg-landing-featured-kickoff {
  font-size: 0.74rem;
  color: rgba(201, 215, 232, 0.72);
}

.gg-landing-featured-match {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.35rem 0.15rem;
}

.gg-landing-featured-team {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.gg-landing-featured-team.is-home { justify-content: flex-end; }
.gg-landing-featured-team.is-away { justify-content: flex-start; }

.gg-landing-featured-team-name {
  font-size: 0.92rem;
  font-weight: 800;
  color: #f8fafc;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gg-landing-featured-team .team-avatar.md {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.gg-landing-featured-team .team-avatar.md img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gg-landing-featured-team .team-avatar.md:not(.is-flag) img {
  padding: 0.18rem;
}

.gg-landing-featured-vs {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.42);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gg-landing-featured-pickline {
  display: grid;
  gap: 0.35rem;
  padding: 0.75rem 0.8rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gg-landing-featured-league {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  color: rgba(201, 215, 232, 0.78);
}

.gg-landing-featured-tip {
  font-size: clamp(1rem, 2.8vw, 1.2rem);
  color: #fff;
}

.gg-landing-featured-tip em {
  font-style: normal;
  color: #7ef0dc;
  font-size: 0.92em;
}

.gg-landing-featured-conf .gg-ai-confidence-inline-btn {
  margin-top: 0.15rem;
}

.gg-landing-featured-result {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.gg-landing-featured-result-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.gg-landing-featured-result-badge strong {
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #fff;
}

.gg-landing-featured-result-body {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.gg-landing-featured-result-score {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.gg-landing-featured-result small {
  font-size: 0.68rem;
  color: rgba(201, 215, 232, 0.58);
}

.gg-landing-featured-result.is-win {
  border-color: rgba(74, 222, 128, 0.35);
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.14), rgba(16, 185, 129, 0.06));
}

.gg-landing-featured-result.is-win .gg-landing-featured-result-badge {
  border-color: rgba(74, 222, 128, 0.45);
  background: rgba(74, 222, 128, 0.16);
  color: #6ee7b7;
  box-shadow: 0 0 24px rgba(74, 222, 128, 0.18);
}

.gg-landing-featured-result.is-win .gg-landing-featured-result-badge strong {
  color: #6ee7b7;
  font-size: 1.1rem;
}

.gg-landing-featured-result.is-win .gg-landing-featured-result-score {
  color: #bbf7d0;
}

.gg-landing-featured-result.is-loss {
  border-color: rgba(248, 113, 113, 0.28);
  background: rgba(248, 113, 113, 0.08);
}

.gg-landing-featured-result.is-loss .gg-landing-featured-result-badge {
  border-color: rgba(248, 113, 113, 0.35);
  background: rgba(248, 113, 113, 0.12);
  color: #fca5a5;
}

.gg-landing-featured-result.is-loss .gg-landing-featured-result-badge strong {
  color: #fca5a5;
}

.gg-landing-featured-result.is-void {
  border-color: rgba(252, 211, 77, 0.28);
  background: rgba(252, 211, 77, 0.08);
}

.gg-landing-featured-result.is-void .gg-landing-featured-result-badge strong {
  color: #fcd34d;
}

.gg-landing-featured-empty-copy {
  margin: 0;
  color: rgba(201, 215, 232, 0.82);
  line-height: 1.55;
  font-size: 0.88rem;
}

.gg-landing-featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.gg-landing-featured-actions .gg-landing-cta {
  min-height: 44px;
  padding: 0.7rem 1.2rem;
  font-size: 0.78rem;
}

.gg-landing-trust-proof {
  position: relative;
  padding: 2.25rem 1rem 1.5rem;
  overflow: hidden;
}

.gg-landing-trust-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 50% at 15% 20%, rgba(53, 224, 194, 0.09) 0%, transparent 62%),
    radial-gradient(ellipse 50% 45% at 85% 30%, rgba(139, 92, 246, 0.07) 0%, transparent 58%),
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(56, 189, 248, 0.05) 0%, transparent 65%);
  pointer-events: none;
}

.gg-landing-trust-proof-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 58rem);
  margin: 0 auto;
  padding: 1.35rem 1.1rem 1.1rem;
  border-radius: 22px;
  border: 1px solid rgba(53, 224, 194, 0.14);
  background:
    linear-gradient(165deg, rgba(14, 22, 38, 0.82) 0%, rgba(8, 14, 24, 0.65) 100%);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.gg-landing-trust-proof-head {
  margin-bottom: 1.25rem;
}

.gg-landing-trust-proof-lead {
  margin: 0 auto;
  max-width: 34rem;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(157, 175, 196, 0.92);
}

.gg-landing-trust-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gg-landing-trust-proof-card {
  display: grid;
  gap: 0.65rem;
  padding: 1rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.gg-landing-trust-proof-card:hover {
  border-color: rgba(53, 224, 194, 0.28);
  background: rgba(53, 224, 194, 0.04);
  transform: translateY(-2px);
}

.gg-landing-trust-proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 12px;
  border: 1px solid rgba(53, 224, 194, 0.28);
  background: rgba(53, 224, 194, 0.1);
  color: #49f0d4;
}

.gg-landing-trust-proof-card-body {
  display: grid;
  gap: 0.35rem;
}

.gg-landing-trust-proof-grid strong {
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.3;
}

.gg-landing-trust-proof-grid p {
  margin: 0;
  color: rgba(201, 215, 232, 0.76);
  font-size: 0.76rem;
  line-height: 1.5;
}

.gg-landing-trust-proof-stats {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gg-landing-trust-proof-stats-head {
  display: grid;
  gap: 0.28rem;
  justify-items: center;
  text-align: center;
  margin-bottom: 0.65rem;
  padding: 0;
}

.gg-landing-trust-proof-stats-title {
  margin: 0;
  font-size: clamp(1rem, 2.4vw, 1.18rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #f8fafc;
}

.gg-landing-trust-proof-stats-title-accent {
  font-weight: 600;
  color: rgba(125, 211, 252, 0.9);
}

.gg-landing-trust-proof-stats-meta {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.35;
  color: rgba(148, 163, 184, 0.88);
}

.gg-landing-trust-proof-stats-meta a {
  color: #7dd3fc;
  text-decoration: none;
}

.gg-landing-trust-proof-stats-meta a:hover {
  color: #bae6fd;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gg-landing-trust-proof-stats-meta-sep {
  margin: 0 0.28rem;
  color: rgba(148, 163, 184, 0.55);
}

.gg-landing-trust-proof-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin: 1.15rem 0 0;
}

.gg-landing-picks-empty {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border-radius: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.gg-landing-picks-empty h3 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
}

.gg-landing-picks-empty p {
  margin: 0;
  color: rgba(201, 215, 232, 0.78);
  line-height: 1.5;
  font-size: 0.86rem;
}

.gg-nt-pick-conf-hint {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.62rem;
  line-height: 1.3;
  color: rgba(201, 215, 232, 0.58);
}

.gg-landing-rg-box {
  width: min(100%, 42rem);
  margin: 0.35rem auto 1.2rem;
  padding: 0.8rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.gg-landing-rg-box strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #fff;
  font-size: 0.82rem;
}

.gg-landing-rg-box p {
  margin: 0;
  color: rgba(201, 215, 232, 0.72);
  font-size: 0.76rem;
  line-height: 1.45;
}

.gg-static-skeleton--featured {
  min-height: 220px;
  border-radius: 18px;
}

.gg-landing-hero-updated {
  margin: 0.35rem 0 0;
  font-size: 0.68rem;
  color: rgba(148, 163, 184, 0.85);
}

.gg-landing-hero-stats-note {
  margin: 0.45rem 0 0;
  font-size: 0.68rem;
  color: rgba(148, 163, 184, 0.82);
  text-align: center;
}

/* ── Sections ── */
.gg-landing-hero + .gg-landing-telegram-banner {
  margin-top: 0;
  position: relative;
  z-index: 3;
}

.gg-landing-telegram-banner + .gg-landing-section--picks {
  padding-top: 2.75rem;
  border-top: none;
  background: transparent;
}

/* ── Telegram banner (hero bridge) ── */
.gg-landing-telegram-banner {
  padding: 0 1rem;
}

.gg-landing-telegram-banner-shell {
  width: min(920px, 100%);
  margin: 0 auto;
}

.gg-landing-telegram-banner-link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding: 1.15rem 1.35rem 1.25rem;
  border-radius: 20px;
  border: 1px solid rgba(53, 224, 194, 0.28);
  background:
    linear-gradient(145deg, rgba(18, 32, 52, 0.98) 0%, rgba(10, 18, 32, 0.95) 48%, rgba(14, 26, 42, 0.98) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 18px 40px rgba(0, 0, 0, 0.35),
    0 0 56px rgba(41, 168, 228, 0.1),
    0 0 80px rgba(139, 92, 246, 0.06);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gg-landing-telegram-banner-link:hover {
  transform: translateY(-2px);
  border-color: rgba(53, 224, 194, 0.38);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 22px 48px rgba(0, 0, 0, 0.4),
    0 0 64px rgba(41, 168, 228, 0.14);
}

.gg-landing-telegram-banner-glow {
  position: absolute;
  inset: -40% -10% auto;
  height: 120%;
  background:
    radial-gradient(ellipse 55% 45% at 18% 20%, rgba(41, 168, 228, 0.18) 0%, transparent 62%),
    radial-gradient(ellipse 45% 40% at 82% 30%, rgba(53, 224, 194, 0.14) 0%, transparent 58%);
  pointer-events: none;
}

.gg-landing-telegram-banner-badge {
  position: relative;
  z-index: 1;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 224, 194, 0.28);
  background: rgba(53, 224, 194, 0.1);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #49f0d4;
}

.gg-landing-telegram-banner-main {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.65rem;
}

.gg-landing-telegram-banner-icon {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(41, 168, 228, 0.22), rgba(53, 224, 194, 0.12));
  border: 1px solid rgba(41, 168, 228, 0.32);
  color: #6ec8f5;
  box-shadow: 0 8px 22px rgba(41, 168, 228, 0.15);
}

.gg-landing-telegram-banner-copy {
  display: grid;
  gap: 0.28rem;
}

.gg-landing-telegram-banner-copy strong {
  font-size: clamp(0.95rem, 2.5vw, 1.12rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
}

.gg-landing-telegram-banner-copy span {
  display: block;
  max-width: 28rem;
  margin: 0 auto;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(157, 175, 196, 0.95);
}

.gg-landing-telegram-banner-action {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0 1.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #35e0c2 0%, #29a8e4 100%);
  color: #041018;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(53, 224, 194, 0.28);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.gg-landing-telegram-banner-link:hover .gg-landing-telegram-banner-action {
  filter: brightness(1.06);
}

@media (min-width: 768px) {
  .gg-landing-telegram-banner-link {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    gap: 0.65rem 1.25rem;
    padding: 1.1rem 1.35rem;
    text-align: left;
  }

  .gg-landing-telegram-banner-badge {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .gg-landing-telegram-banner-main {
    grid-column: 2;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    gap: 0.85rem;
    text-align: left;
  }

  .gg-landing-telegram-banner-copy span {
    margin: 0;
    max-width: none;
  }

  .gg-landing-telegram-banner-action {
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
  }
}

.gg-landing-section {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3.2rem 0;
}

.gg-landing-section--tight {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}

.gg-landing-section--editorial {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  overflow: hidden;
}

.gg-landing-section--editorial::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.9;
}

.gg-landing-features {
  background: transparent;
}

.gg-landing-features::before {
  background:
    radial-gradient(ellipse 55% 42% at 12% 18%, rgba(139, 92, 246, 0.11) 0%, transparent 62%),
    radial-gradient(ellipse 50% 38% at 88% 22%, rgba(53, 224, 194, 0.1) 0%, transparent 58%),
    radial-gradient(ellipse 60% 35% at 50% 100%, rgba(56, 189, 248, 0.06) 0%, transparent 65%);
}

.gg-landing-section--editorial:not(.gg-landing-features):not(.gg-landing-section--faq)::before {
  background:
    radial-gradient(ellipse 48% 40% at 82% 12%, rgba(53, 224, 194, 0.09) 0%, transparent 60%),
    radial-gradient(ellipse 42% 36% at 18% 88%, rgba(99, 102, 241, 0.08) 0%, transparent 58%);
}

.gg-landing-section--faq {
  background: transparent;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.gg-landing-section--faq::before {
  background:
    radial-gradient(ellipse 50% 42% at 50% 0%, rgba(139, 92, 246, 0.08) 0%, transparent 68%),
    radial-gradient(ellipse 45% 38% at 50% 100%, rgba(53, 224, 194, 0.06) 0%, transparent 62%);
}

.gg-landing-section--editorial > * {
  position: relative;
  z-index: 1;
}

.gg-landing-section-head {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.85rem;
  text-align: center;
  justify-items: center;
}

.gg-landing-section-head h2 {
  margin: 0;
  font-size: clamp(1.55rem, 4vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 22ch;
}

.gg-landing-section-head p {
  margin: 0 auto;
  max-width: 40rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(157, 175, 196, 0.95);
}

.gg-landing-section-lead {
  max-width: 44rem !important;
  font-size: 0.94rem !important;
  line-height: 1.62 !important;
  color: rgba(201, 215, 232, 0.92) !important;
}

.gg-landing-section-sub {
  max-width: 38rem !important;
  margin-top: 0.35rem !important;
  font-size: 0.8rem !important;
  line-height: 1.5 !important;
  color: rgba(148, 163, 184, 0.9) !important;
}

.gg-landing-section--faq .gg-landing-section-head h2 {
  max-width: 26ch;
}

.gg-landing-faq-lead {
  margin: 0 auto;
  max-width: 34rem;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(157, 175, 196, 0.88);
}

.gg-landing-eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.28rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 224, 194, 0.24);
  background: linear-gradient(135deg, rgba(53, 224, 194, 0.12), rgba(139, 92, 246, 0.08));
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7ef0dc;
  box-shadow: 0 0 24px rgba(53, 224, 194, 0.08);
}

.gg-landing-section-cta {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

/* ── Pick rows (NerdyTips-style) ── */
.gg-landing-picks-grid {
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  width: min(920px, 100%);
  margin: 0 auto;
}

.gg-landing-section--picks {
  position: relative;
}

.gg-landing-section--picks::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 72% 42% at 50% 0%, rgba(124, 58, 237, 0.08) 0%, transparent 72%);
}

.gg-landing-section--picks > * {
  position: relative;
  z-index: 1;
}

.gg-nt-pick-row {
  display: grid;
  grid-template-columns: minmax(128px, 150px) minmax(0, 1fr) minmax(96px, 118px);
  align-items: center;
  gap: 0.85rem 1.15rem;
  padding: 0.92rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(124, 58, 237, 0.24);
  background: linear-gradient(135deg, rgba(46, 16, 101, 0.52) 0%, rgba(12, 18, 32, 0.94) 100%);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.gg-nt-pick-row:hover {
  border-color: rgba(167, 139, 250, 0.42);
  background: linear-gradient(135deg, rgba(58, 22, 98, 0.66) 0%, rgba(14, 22, 38, 0.98) 100%);
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(88, 28, 135, 0.16), 0 10px 28px rgba(0, 0, 0, 0.24);
}

.gg-nt-pick-row.is-official {
  border-color: rgba(53, 224, 194, 0.28);
  box-shadow: inset 0 0 0 1px rgba(53, 224, 194, 0.06);
}

.gg-nt-pick-row.is-signal {
  border-color: rgba(167, 139, 250, 0.32);
  box-shadow: inset 0 0 0 1px rgba(167, 139, 250, 0.06);
}

.gg-nt-pick-row.is-watch {
  border-color: rgba(148, 163, 184, 0.22);
}

.gg-nt-pick-meta {
  display: grid;
  gap: 0.32rem;
  min-width: 0;
}

.gg-nt-pick-meta-top {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}

.gg-nt-pick-badge {
  display: inline-flex;
  align-self: start;
  padding: 0.12rem 0.42rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 224, 194, 0.28);
  background: rgba(53, 224, 194, 0.1);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #49f0d4;
}

.gg-nt-pick-row.is-signal .gg-nt-pick-badge {
  border-color: rgba(167, 139, 250, 0.32);
  background: rgba(124, 58, 237, 0.18);
  color: #d8b4fe;
}

.gg-nt-pick-row.is-watch .gg-nt-pick-badge {
  border-color: rgba(148, 163, 184, 0.24);
  background: rgba(148, 163, 184, 0.08);
  color: #cbd5e1;
}

.gg-nt-pick-league {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-width: 0;
}

.gg-nt-pick-league-name {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(226, 232, 240, 0.92);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gg-nt-pick-league .league-logo-badge.xs {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.gg-nt-pick-league-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #a78bfa;
  box-shadow: 0 0 10px rgba(167, 139, 250, 0.45);
  flex: 0 0 7px;
}

.gg-nt-pick-time {
  font-size: 0.72rem;
  color: rgba(148, 163, 184, 0.88);
  font-variant-numeric: tabular-nums;
}

.gg-nt-pick-matchup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.gg-nt-pick-team {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.gg-nt-pick-team.is-home { justify-content: flex-end; }
.gg-nt-pick-team.is-away { justify-content: flex-start; }

.gg-nt-pick-team-name {
  font-size: 0.88rem;
  font-weight: 800;
  color: #f8fafc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gg-nt-pick-team .team-avatar.md {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
}

.gg-nt-pick-team .team-avatar.md img {
  object-fit: cover;
  padding: 0;
}

.gg-nt-pick-team .team-avatar.md:not(.is-flag) img {
  object-fit: contain;
  padding: 4px;
  background: #fff;
}

.gg-nt-pick-vs {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: rgba(148, 163, 184, 0.72);
}

.gg-nt-pick-pick {
  display: grid;
  justify-items: end;
  gap: 0.38rem;
}

.gg-nt-pick-tip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(167, 139, 250, 0.38);
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.42) 0%, rgba(88, 28, 135, 0.34) 100%);
  color: #faf5ff;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1;
}

.gg-nt-pick-row.is-official .gg-nt-pick-tip {
  border-color: rgba(53, 224, 194, 0.34);
  background: linear-gradient(180deg, rgba(20, 184, 166, 0.34) 0%, rgba(13, 148, 136, 0.28) 100%);
  color: #ecfeff;
}

.gg-nt-pick-conf-wrap {
  display: grid;
  gap: 0.2rem;
  width: 100%;
  max-width: 108px;
}

.gg-nt-pick-conf-bar {
  display: block;
  height: 6px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.gg-nt-pick-conf-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7c3aed, #c084fc);
}

.gg-nt-pick-row.is-official .gg-nt-pick-conf-bar i {
  background: linear-gradient(90deg, #14b8a6, #5eead4);
}

.gg-nt-pick-conf-pct {
  font-size: 0.66rem;
  font-weight: 800;
  color: rgba(226, 232, 240, 0.9);
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* ── Trust band ── */
.gg-landing-trust-band {
  padding: 2.25rem 0;
  background:
    linear-gradient(180deg, rgba(8, 14, 24, 0.35) 0%, rgba(8, 14, 24, 0.88) 100%),
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(53, 224, 194, 0.06) 0%, transparent 70%);
  border-block: 1px solid rgba(255, 255, 255, 0.05);
}

.gg-landing-trust-band-inner {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.gg-landing-trust-band h2 {
  margin: 0;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.9);
}

.gg-landing-trust-band-note {
  margin: 0;
  text-align: center;
  font-size: 0.72rem;
  color: rgba(148, 163, 184, 0.9);
}

.gg-landing-trust-band-note a {
  color: #49f0d4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gg-landing-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.gg-landing-stat {
  --gg-stat-accent: var(--gg-landing-teal);
  display: grid;
  gap: 0.08rem;
  padding: 0.55rem 0.45rem 0.5rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(120% 80% at 50% -20%, color-mix(in srgb, var(--gg-stat-accent) 12%, transparent), transparent 55%),
    rgba(10, 18, 30, 0.88);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.gg-landing-stat-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.32rem;
  flex-wrap: wrap;
}

.gg-landing-stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gg-stat-accent), transparent);
  opacity: 0.85;
}

.gg-landing-stat--win { --gg-stat-accent: var(--gg-landing-teal); }
.gg-landing-stat--picks { --gg-stat-accent: var(--gg-landing-blue); }
.gg-landing-stat--odds { --gg-stat-accent: var(--gg-landing-purple); }
.gg-landing-stat--roi { --gg-stat-accent: var(--gg-landing-green); }

.gg-landing-stat strong {
  font-size: clamp(1.1rem, 2.6vw, 1.35rem);
  font-weight: 800;
  color: #f4f8ff;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

.gg-landing-stat--win strong { color: #5eead4; }
.gg-landing-stat--picks strong { color: #93c5fd; }
.gg-landing-stat--odds strong { color: #c4b5fd; }

.gg-landing-stat span {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(226, 232, 240, 0.88);
}

.gg-landing-stat em {
  font-size: 0.58rem;
  font-style: normal;
  color: rgba(148, 163, 184, 0.72);
  line-height: 1.2;
}

.gg-landing-stat:not(:has(em)) {
  padding-bottom: 0.55rem;
}

.gg-landing-stat.is-roi-negative strong { color: #f87171; }
.gg-landing-stat.is-roi-positive strong { color: #4ade80; }

/* ── Features (image tiles) ── */
.gg-landing-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.gg-landing-feature-tile {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(8, 14, 24, 0.72);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gg-landing-feature-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.gg-landing-feature-tile-visual {
  position: relative;
  height: 158px;
  overflow: hidden;
}

.gg-landing-feature-tile--track:hover {
  border-color: rgba(53, 224, 194, 0.38);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.32),
    0 0 48px rgba(53, 224, 194, 0.14),
    0 0 96px rgba(56, 189, 248, 0.08);
}

.gg-landing-feature-tile--coverage:hover {
  border-color: rgba(139, 92, 246, 0.38);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.32),
    0 0 48px rgba(139, 92, 246, 0.16),
    0 0 96px rgba(99, 102, 241, 0.08);
}

/* ── Tech visuals (SVG panels) ── */
.gg-landing-tech-visual {
  display: grid;
  place-items: center;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(6, 12, 22, 0.15) 0%, rgba(4, 10, 18, 0.88) 100%);
}

.gg-landing-tech-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.65;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 16px 16px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 94%);
  animation: gg-landing-tech-grid 8s linear infinite;
}

@keyframes gg-landing-tech-grid {
  from { background-position: 0 0, 0 0; }
  to { background-position: 0 16px, 16px 0; }
}

.gg-landing-tech-orb {
  position: absolute;
  left: 50%;
  top: 42%;
  width: min(72%, 220px);
  height: min(72%, 120px);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  z-index: 0;
  filter: blur(28px);
  opacity: 0.55;
  animation: gg-landing-tech-orb 4.2s ease-in-out infinite;
  pointer-events: none;
}

.gg-landing-tech-visual--chart .gg-landing-tech-orb {
  background: radial-gradient(circle, rgba(53, 224, 194, 0.55) 0%, rgba(56, 189, 248, 0.25) 45%, transparent 72%);
}

.gg-landing-tech-visual--grid .gg-landing-tech-orb {
  background: radial-gradient(circle, rgba(139, 92, 246, 0.55) 0%, rgba(99, 102, 241, 0.28) 45%, transparent 72%);
}

.gg-landing-tech-visual--pipeline .gg-landing-tech-orb {
  background: radial-gradient(circle, rgba(56, 189, 248, 0.5) 0%, rgba(53, 224, 194, 0.22) 48%, transparent 72%);
}

.gg-landing-tech-visual--neural .gg-landing-tech-orb {
  background: radial-gradient(circle, rgba(167, 139, 250, 0.55) 0%, rgba(139, 92, 246, 0.3) 45%, transparent 72%);
}

.gg-landing-tech-visual--ledger .gg-landing-tech-orb {
  background: radial-gradient(circle, rgba(74, 222, 128, 0.5) 0%, rgba(53, 224, 194, 0.22) 48%, transparent 72%);
}

@keyframes gg-landing-tech-orb {
  0%, 100% { opacity: 0.45; transform: translate(-50%, -50%) scale(0.92); }
  50% { opacity: 0.75; transform: translate(-50%, -50%) scale(1.08); }
}

.gg-landing-tech-svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0.35rem 0.5rem;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.06));
  overflow: visible;
}

/* ── In-SVG motion (chart, globe, pipeline, neural, ledger) ── */
.gg-tech-chart-line {
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
  animation: gg-tech-draw-line 5s ease-in-out infinite;
}

.gg-tech-chart-fill {
  opacity: 0;
  animation: gg-tech-fill-rise 5s ease-in-out infinite;
}

.gg-tech-chart-baseline {
  animation: gg-tech-dash-flow 2.4s linear infinite;
}

.gg-tech-chart-dot {
  animation: gg-tech-node-pulse 2.2s ease-in-out infinite;
}

.gg-tech-chart-dot:nth-of-type(2) { animation-delay: 0.35s; }
.gg-tech-chart-dot:nth-of-type(3) { animation-delay: 0.7s; }

.gg-tech-chart-peak circle:nth-child(2) {
  animation: gg-tech-ring-expand 2.8s ease-out infinite;
}

.gg-tech-chart-peak circle:nth-child(3) {
  animation: gg-tech-ring-expand 2.8s ease-out infinite 0.6s;
}

.gg-tech-chart-badge,
.gg-tech-globe-badge,
.gg-tech-globe-live {
  animation: gg-tech-badge-glow 3.6s ease-in-out infinite;
}

.gg-tech-globe-live { animation-delay: 0.8s; }

.gg-tech-globe-core {
  transform-box: fill-box;
  transform-origin: center;
  animation: gg-tech-globe-tilt 14s ease-in-out infinite;
}

.gg-tech-globe-orbit {
  transform-box: fill-box;
  transform-origin: center;
  animation: gg-tech-orbit-spin 18s linear infinite;
}

.gg-tech-globe-ring {
  transform-box: fill-box;
  transform-origin: center;
  animation: gg-tech-orbit-spin 24s linear infinite reverse;
}

.gg-tech-globe-node {
  animation: gg-tech-node-pulse 2.4s ease-in-out infinite;
}

.gg-tech-globe-node:nth-child(1) { animation-delay: 0s; }
.gg-tech-globe-node:nth-child(2) { animation-delay: 0.25s; }
.gg-tech-globe-node:nth-child(3) { animation-delay: 0.5s; }
.gg-tech-globe-node:nth-child(4) { animation-delay: 0.75s; }
.gg-tech-globe-node:nth-child(5) { animation-delay: 1s; }
.gg-tech-globe-node:nth-child(6) { animation-delay: 1.25s; }
.gg-tech-globe-node:nth-child(7) { animation-delay: 1.5s; }

.gg-tech-globe-links {
  stroke-dasharray: 6 8;
  animation: gg-tech-dash-flow 2.8s linear infinite;
}

.gg-tech-globe-live-label {
  animation: gg-tech-live-blink 2s ease-in-out infinite;
}

.gg-tech-pipe-box {
  animation: gg-tech-box-pulse 3.2s ease-in-out infinite;
}

.gg-tech-pipe-box:nth-of-type(1) { animation-delay: 0s; }
.gg-tech-pipe-box:nth-of-type(2) { animation-delay: 0.2s; }
.gg-tech-pipe-box:nth-of-type(3) { animation-delay: 0.4s; }
.gg-tech-pipe-box:nth-of-type(4) { animation-delay: 0.6s; }

.gg-tech-pipe-merge {
  animation: gg-tech-merge-glow 2.8s ease-in-out infinite;
}

.gg-tech-pipe-link {
  stroke-dasharray: 8 6;
  animation: gg-tech-dash-flow 1.4s linear infinite;
}

.gg-tech-pipe-dot {
  animation: gg-tech-dot-travel 2.8s ease-in-out infinite;
}

.gg-tech-pipe-dot:nth-of-type(2) { animation-delay: 0.35s; }
.gg-tech-pipe-dot:nth-of-type(3) { animation-delay: 0.7s; }
.gg-tech-pipe-dot:nth-of-type(4) { animation-delay: 1.05s; }

.gg-tech-pipe-status {
  animation: gg-tech-status-blink 1.6s ease-in-out infinite;
}

.gg-tech-neural-node {
  animation: gg-tech-node-pulse 2.6s ease-in-out infinite;
}

.gg-tech-neural-node:nth-of-type(1) { animation-delay: 0s; }
.gg-tech-neural-node:nth-of-type(2) { animation-delay: 0.15s; }
.gg-tech-neural-node:nth-of-type(3) { animation-delay: 0.3s; }
.gg-tech-neural-node:nth-of-type(4) { animation-delay: 0.45s; }
.gg-tech-neural-core { animation-delay: 0.6s; }
.gg-tech-neural-node:nth-of-type(6) { animation-delay: 0.75s; }
.gg-tech-neural-node:nth-of-type(7) { animation-delay: 0.9s; }
.gg-tech-neural-node:nth-of-type(8) { animation-delay: 1.05s; }

.gg-tech-neural-pick {
  animation: gg-tech-pick-pulse 2.2s ease-in-out infinite;
}

.gg-tech-neural-link {
  stroke-dasharray: 5 7;
  animation: gg-tech-dash-flow 2s linear infinite;
}

.gg-tech-neural-out {
  stroke-dasharray: 6 8;
  animation: gg-tech-dash-flow 1.6s linear infinite reverse;
}

.gg-tech-ledger-row {
  animation: gg-tech-ledger-scan 4.5s ease-in-out infinite;
}

.gg-tech-ledger-row:nth-of-type(1) { animation-delay: 0s; }
.gg-tech-ledger-row:nth-of-type(2) { animation-delay: 0.35s; }
.gg-tech-ledger-row:nth-of-type(3) { animation-delay: 0.7s; }

.gg-tech-ledger-mark:nth-of-type(1) .gg-tech-ledger-check {
  stroke-dasharray: 12;
  stroke-dashoffset: 12;
  animation: gg-tech-check-draw 4.5s ease-in-out infinite;
}

.gg-tech-ledger-mark:nth-of-type(2) .gg-tech-ledger-check {
  stroke-dasharray: 12;
  stroke-dashoffset: 12;
  animation: gg-tech-check-draw 4.5s ease-in-out infinite 0.35s;
}

.gg-tech-ledger-mark:nth-of-type(3) .gg-tech-ledger-cross {
  animation: gg-tech-cross-flash 4.5s ease-in-out infinite 0.7s;
}

@keyframes gg-tech-draw-line {
  0%, 8% { stroke-dashoffset: 420; }
  42%, 88% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: 420; }
}

@keyframes gg-tech-fill-rise {
  0%, 18% { opacity: 0; }
  45%, 82% { opacity: 0.95; }
  100% { opacity: 0.35; }
}

@keyframes gg-tech-dash-flow {
  to { stroke-dashoffset: -24; }
}

@keyframes gg-tech-node-pulse {
  0%, 100% { opacity: 0.55; transform: scale(0.88); }
  50% { opacity: 1; transform: scale(1.12); }
}

@keyframes gg-tech-ring-expand {
  0% { opacity: 0.35; transform: scale(0.85); }
  70% { opacity: 0; transform: scale(1.35); }
  100% { opacity: 0; transform: scale(1.35); }
}

@keyframes gg-tech-badge-glow {
  0%, 100% { opacity: 0.85; filter: drop-shadow(0 0 0 transparent); }
  50% { opacity: 1; filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.18)); }
}

@keyframes gg-tech-globe-tilt {
  0%, 100% { transform: rotate(-4deg) scale(1); }
  50% { transform: rotate(5deg) scale(1.03); }
}

@keyframes gg-tech-orbit-spin {
  to { transform: rotate(360deg); }
}

@keyframes gg-tech-live-blink {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@keyframes gg-tech-box-pulse {
  0%, 100% { opacity: 0.75; }
  50% { opacity: 1; filter: drop-shadow(0 0 5px rgba(56, 189, 248, 0.35)); }
}

@keyframes gg-tech-merge-glow {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(53, 224, 194, 0)); }
  50% { filter: drop-shadow(0 0 10px rgba(53, 224, 194, 0.45)); }
}

@keyframes gg-tech-dot-travel {
  0%, 100% { opacity: 0.35; transform: translateX(0); }
  50% { opacity: 1; transform: translateX(4px); }
}

@keyframes gg-tech-status-blink {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; filter: drop-shadow(0 0 6px rgba(74, 222, 128, 0.65)); }
}

@keyframes gg-tech-pick-pulse {
  0%, 100% { transform: scale(0.92); opacity: 0.75; }
  50% { transform: scale(1.08); opacity: 1; filter: drop-shadow(0 0 8px rgba(53, 224, 194, 0.55)); }
}

@keyframes gg-tech-ledger-scan {
  0%, 100% { opacity: 0.45; }
  18%, 32% { opacity: 1; filter: drop-shadow(0 0 6px rgba(74, 222, 128, 0.35)); }
}

@keyframes gg-tech-check-draw {
  0%, 12% { stroke-dashoffset: 12; opacity: 0.4; }
  28%, 72% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: 12; opacity: 0.4; }
}

@keyframes gg-tech-cross-flash {
  0%, 100% { opacity: 0.35; }
  18%, 32% { opacity: 1; }
}

.gg-landing-tech-svg .gg-tech-chart-dot,
.gg-landing-tech-svg .gg-tech-globe-node,
.gg-landing-tech-svg .gg-tech-neural-node,
.gg-landing-tech-svg .gg-tech-neural-pick,
.gg-landing-tech-svg .gg-tech-pipe-dot,
.gg-landing-tech-svg .gg-tech-chart-peak circle {
  transform-box: fill-box;
  transform-origin: center;
}

.gg-landing-tech-scan {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 18%;
  height: 2px;
  z-index: 4;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.15) 80%, transparent 100%);
  box-shadow:
    0 0 14px 2px rgba(255, 255, 255, 0.25),
    0 0 32px 6px var(--gg-tech-scan-color, rgba(53, 224, 194, 0.35));
  opacity: 0.65;
  animation: gg-landing-tech-scan 4.2s ease-in-out infinite;
  pointer-events: none;
}

.gg-landing-tech-visual--chart { --gg-tech-scan-color: rgba(53, 224, 194, 0.45); }
.gg-landing-tech-visual--grid { --gg-tech-scan-color: rgba(167, 139, 250, 0.45); }
.gg-landing-tech-visual--pipeline { --gg-tech-scan-color: rgba(56, 189, 248, 0.45); }
.gg-landing-tech-visual--neural { --gg-tech-scan-color: rgba(196, 181, 253, 0.45); }
.gg-landing-tech-visual--ledger { --gg-tech-scan-color: rgba(74, 222, 128, 0.45); }

@keyframes gg-landing-tech-scan {
  0%, 100% { top: 14%; opacity: 0; transform: scaleX(0.85); }
  8% { opacity: 0.7; transform: scaleX(1); }
  50% { top: 78%; opacity: 0.55; }
  92% { opacity: 0; transform: scaleX(0.9); }
}

.gg-landing-feature-tile:hover .gg-landing-tech-scan,
.gg-landing-flow-card:hover .gg-landing-tech-scan {
  animation-duration: 2.8s;
  box-shadow:
    0 0 18px 3px rgba(255, 255, 255, 0.35),
    0 0 42px 10px var(--gg-tech-scan-color, rgba(53, 224, 194, 0.5));
}

.gg-landing-tech-visual--chart {
  background:
    radial-gradient(ellipse 85% 90% at 50% 35%, rgba(53, 224, 194, 0.22) 0%, transparent 58%),
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(56, 189, 248, 0.12) 0%, transparent 55%),
    linear-gradient(180deg, rgba(8, 18, 32, 0.92) 0%, rgba(4, 10, 18, 0.98) 100%);
}

.gg-landing-tech-visual--grid {
  background:
    radial-gradient(ellipse 85% 90% at 50% 40%, rgba(139, 92, 246, 0.24) 0%, transparent 58%),
    radial-gradient(ellipse 55% 45% at 20% 25%, rgba(99, 102, 241, 0.14) 0%, transparent 55%),
    linear-gradient(180deg, rgba(12, 10, 28, 0.92) 0%, rgba(4, 10, 18, 0.98) 100%);
}

.gg-landing-tech-visual--pipeline {
  background:
    radial-gradient(ellipse 90% 95% at 50% 50%, rgba(56, 189, 248, 0.2) 0%, transparent 60%),
    linear-gradient(180deg, rgba(8, 16, 32, 0.9) 0%, rgba(4, 10, 18, 0.96) 100%);
}

.gg-landing-tech-visual--neural {
  background:
    radial-gradient(ellipse 85% 90% at 55% 48%, rgba(139, 92, 246, 0.26) 0%, transparent 58%),
    radial-gradient(ellipse 50% 40% at 75% 30%, rgba(167, 139, 250, 0.15) 0%, transparent 55%),
    linear-gradient(180deg, rgba(14, 10, 32, 0.9) 0%, rgba(4, 10, 18, 0.96) 100%);
}

.gg-landing-tech-visual--ledger {
  background:
    radial-gradient(ellipse 90% 95% at 50% 50%, rgba(74, 222, 128, 0.2) 0%, transparent 60%),
    linear-gradient(180deg, rgba(8, 20, 18, 0.9) 0%, rgba(4, 10, 18, 0.96) 100%);
}

.gg-landing-feature-tile-visual::after,
.gg-landing-flow-card-visual.gg-landing-tech-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse 90% 55% at 50% -5%, rgba(255, 255, 255, 0.07) 0%, transparent 52%),
    linear-gradient(180deg, transparent 32%, rgba(4, 10, 18, 0.92) 100%);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .gg-landing-tech-scan,
  .gg-landing-tech-orb,
  .gg-landing-tech-visual::before,
  .gg-landing-flow-card-num,
  .gg-landing-tech-svg [class*="gg-tech-"] { animation: none; }
  .gg-landing-tech-scan { opacity: 0; }
  .gg-landing-tech-orb { opacity: 0.35; }
  .gg-tech-chart-line { stroke-dashoffset: 0; }
  .gg-tech-chart-fill { opacity: 0.85; }
}

.gg-landing-feature-tile-accent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  z-index: 5;
  box-shadow: 0 0 16px 2px var(--gg-accent-glow, rgba(53, 224, 194, 0.4));
}

.gg-landing-accent-teal {
  --gg-accent-glow: rgba(53, 224, 194, 0.45);
  background: linear-gradient(90deg, var(--gg-landing-teal), var(--gg-landing-blue));
}

.gg-landing-accent-purple {
  --gg-accent-glow: rgba(139, 92, 246, 0.45);
  background: linear-gradient(90deg, var(--gg-landing-purple), #6366f1);
}

.gg-landing-feature-tile-body {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.5rem;
  padding: 1.15rem 1.2rem 1.35rem;
}

.gg-landing-feature-tile-icon {
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: -1.65rem;
  position: relative;
  z-index: 3;
  border-radius: 14px;
  background: rgba(8, 14, 24, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.2rem;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.gg-landing-feature-tile-icon--svg {
  color: #49f0d4;
}

.gg-landing-feature-tile--coverage .gg-landing-feature-tile-icon--svg {
  color: #c4b5fd;
}

.gg-landing-feature-tile--track .gg-landing-feature-tile-icon {
  border-color: rgba(53, 224, 194, 0.45);
  box-shadow:
    0 0 20px rgba(53, 224, 194, 0.25),
    0 8px 24px rgba(0, 0, 0, 0.28);
}

.gg-landing-feature-tile--coverage .gg-landing-feature-tile-icon {
  border-color: rgba(139, 92, 246, 0.45);
  box-shadow:
    0 0 20px rgba(139, 92, 246, 0.25),
    0 8px 24px rgba(0, 0, 0, 0.28);
}

.gg-landing-feature-tile h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
  color: #fff;
}

.gg-landing-feature-tile p {
  margin: 0;
  max-width: 22rem;
  font-size: 0.84rem;
  line-height: 1.6;
  color: rgba(157, 175, 196, 0.92);
}

/* ── Flow (image cards) ── */
.gg-landing-flow-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gg-landing-flow-card {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.5rem;
  padding: 0 0 1.35rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 14, 24, 0.65);
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.gg-landing-flow-card--data:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.35);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.28),
    0 0 40px rgba(56, 189, 248, 0.14);
}

.gg-landing-flow-card--ai:hover {
  transform: translateY(-4px);
  border-color: rgba(139, 92, 246, 0.35);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.28),
    0 0 40px rgba(139, 92, 246, 0.16);
}

.gg-landing-flow-card--verify:hover {
  transform: translateY(-4px);
  border-color: rgba(74, 222, 128, 0.35);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.28),
    0 0 40px rgba(74, 222, 128, 0.14);
}

.gg-landing-flow-card-visual {
  width: 100%;
  height: 118px;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}

.gg-landing-flow-card-visual.gg-landing-tech-visual::before {
  opacity: 0.45;
  background-size: 14px 14px;
}

.gg-landing-flow-card-num {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: -1.1rem;
  position: relative;
  z-index: 2;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  color: #041018;
  animation: gg-landing-num-pulse 3s ease-in-out infinite;
}

@keyframes gg-landing-num-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

.gg-landing-flow-card--data .gg-landing-flow-card-num {
  background: linear-gradient(135deg, var(--gg-landing-blue), #6366f1);
  box-shadow:
    0 0 0 4px rgba(56, 189, 248, 0.15),
    0 0 24px rgba(56, 189, 248, 0.45),
    0 8px 20px rgba(56, 189, 248, 0.3);
}

.gg-landing-flow-card--ai .gg-landing-flow-card-num {
  background: linear-gradient(135deg, var(--gg-landing-purple), #a78bfa);
  box-shadow:
    0 0 0 4px rgba(139, 92, 246, 0.15),
    0 0 24px rgba(139, 92, 246, 0.45),
    0 8px 20px rgba(139, 92, 246, 0.3);
}

.gg-landing-flow-card--verify .gg-landing-flow-card-num {
  background: linear-gradient(135deg, var(--gg-landing-teal), var(--gg-landing-green));
  box-shadow:
    0 0 0 4px rgba(74, 222, 128, 0.15),
    0 0 24px rgba(74, 222, 128, 0.4),
    0 8px 20px rgba(53, 224, 194, 0.28);
}

.gg-landing-flow-card h3 {
  margin: 0;
  padding: 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
}

.gg-landing-flow-card p {
  margin: 0;
  padding: 0 0.95rem;
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgba(157, 175, 196, 0.92);
}

.gg-landing-inline-cta {
  display: flex;
  justify-content: center;
  margin: 1.35rem 0 0;
}

/* ── FAQ ── */
.gg-landing-faq-shell {
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.gg-landing-faq {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}

.gg-landing-faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(14, 22, 38, 0.88) 0%, rgba(8, 14, 24, 0.72) 100%);
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.gg-landing-faq-item:hover {
  border-color: rgba(53, 224, 194, 0.2);
}

.gg-landing-faq-item[open] {
  border-color: rgba(53, 224, 194, 0.32);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.22),
    inset 3px 0 0 rgba(53, 224, 194, 0.85);
  transform: translateY(-1px);
}

.gg-landing-faq-q {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  cursor: pointer;
  list-style: none;
  color: #e8f0fa;
  transition: color 0.15s ease, background 0.15s ease;
}

.gg-landing-faq-q::-webkit-details-marker {
  display: none;
}

.gg-landing-faq-item[open] .gg-landing-faq-q {
  color: #fff;
  background: linear-gradient(90deg, rgba(53, 224, 194, 0.07), rgba(139, 92, 246, 0.04));
}

.gg-landing-faq-q-icon {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  border: 1px solid rgba(53, 224, 194, 0.22);
  background: rgba(53, 224, 194, 0.08);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #7ef0dc;
  flex-shrink: 0;
}

.gg-landing-faq-item[open] .gg-landing-faq-q-icon {
  border-color: rgba(53, 224, 194, 0.45);
  background: rgba(53, 224, 194, 0.16);
  color: #fff;
}

.gg-landing-faq-q-text {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.gg-landing-faq-toggle {
  position: relative;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  flex-shrink: 0;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.gg-landing-faq-toggle::before,
.gg-landing-faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.55rem;
  height: 2px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.95);
  transform: translate(-50%, -50%);
  transition: background 0.18s ease, transform 0.18s ease;
}

.gg-landing-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gg-landing-faq-item[open] .gg-landing-faq-toggle {
  border-color: rgba(53, 224, 194, 0.4);
  background: rgba(53, 224, 194, 0.12);
  transform: rotate(180deg);
}

.gg-landing-faq-item[open] .gg-landing-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.gg-landing-faq-item[open] .gg-landing-faq-toggle::before,
.gg-landing-faq-item[open] .gg-landing-faq-toggle::after {
  background: #49f0d4;
}

.gg-landing-faq-a {
  padding: 0 1rem 1rem 3.75rem;
  animation: gg-landing-faq-open 0.22s ease;
}

@keyframes gg-landing-faq-open {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gg-landing-faq-a p {
  margin: 0;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.18);
  font-size: 0.84rem;
  line-height: 1.62;
  text-align: left;
  color: rgba(157, 175, 196, 0.95);
}

.gg-landing-faq-a p a {
  color: #49f0d4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gg-landing-faq-a p a:hover {
  color: #6ff7df;
}

.gg-landing-faq-a p strong {
  color: #e8f0fa;
  font-weight: 700;
}

/* ── Sticky mobile CTA ── */
.gg-landing-sticky-cta { display: none; }

.gg-landing-hero-scroll {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  margin: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.7);
  pointer-events: none;
}

.gg-landing-hero-scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  margin: 0.45rem auto 0;
  background: linear-gradient(180deg, rgba(53, 224, 194, 0.5), transparent);
}

.gg-landing-disclaimer {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.5rem 0 4rem;
  font-size: 0.72rem;
  line-height: 1.5;
  text-align: center;
  color: rgba(148, 163, 184, 0.85);
}

body.gg-landing-page .gg-seo-snapshot--static {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

@media (max-width: 900px) {
  .gg-landing-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gg-landing-stat-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gg-landing-trust-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gg-landing-trust-proof-card {
    grid-template-columns: 1fr;
  }

  .gg-landing-section--editorial {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .gg-landing-feature-grid,
  .gg-landing-flow-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .gg-landing-telegram-banner-link {
    padding: 1rem 1rem 1.1rem;
  }

  .gg-landing-trust-proof {
    padding: 1.75rem 0.75rem 1rem;
  }

  .gg-landing-trust-proof-inner {
    padding: 1rem 0.85rem 0.9rem;
    border-radius: 18px;
  }

  .gg-landing-trust-proof-grid {
    grid-template-columns: 1fr;
  }

  .gg-landing-trust-proof-card {
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 0.75rem;
  }

  .gg-landing-featured-card {
    padding: 0.85rem 0.9rem;
    gap: 0.7rem;
    border-radius: 16px;
  }

  .gg-landing-featured-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem 0.45rem;
  }

  .gg-landing-featured-head h2 {
    flex: 1 1 100%;
    font-size: 1rem;
    line-height: 1.25;
  }

  .gg-landing-featured-kickoff {
    margin-left: auto;
    font-size: 0.68rem;
  }

  .gg-landing-featured-match {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.4rem;
    padding: 0.2rem 0;
    text-align: center;
  }

  .gg-landing-featured-team {
    flex-direction: column;
    justify-content: center;
    gap: 0.32rem;
    min-width: 0;
  }

  .gg-landing-featured-team.is-home {
    flex-direction: column-reverse;
  }

  .gg-landing-featured-team.is-away {
    flex-direction: column;
  }

  .gg-landing-featured-team .team-avatar.md {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }

  .gg-landing-featured-team-name {
    font-size: 0.76rem;
    line-height: 1.2;
    width: 100%;
  }

  .gg-landing-featured-vs {
    display: block;
    align-self: center;
    font-size: 0.62rem;
    padding: 0 0.1rem;
    opacity: 0.55;
  }

  .gg-landing-featured-pickline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "league league"
      "tip conf";
    gap: 0.28rem 0.55rem;
    padding: 0.62rem 0.7rem;
  }

  .gg-landing-featured-league {
    grid-area: league;
  }

  .gg-landing-featured-tip {
    grid-area: tip;
    align-self: center;
    font-size: 1.02rem;
  }

  .gg-landing-featured-conf {
    grid-area: conf;
    align-self: center;
    justify-self: end;
  }

  .gg-landing-featured-result {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    text-align: left;
    padding: 0.62rem 0.72rem;
    gap: 0.6rem;
  }

  .gg-landing-featured-result-badge {
    padding: 0.42rem 0.62rem;
  }

  .gg-landing-featured-result-badge strong {
    font-size: 0.92rem;
  }

  .gg-landing-featured-result-body {
    justify-items: start;
  }

  .gg-landing-featured-result-score {
    font-size: 1.05rem;
  }

  .gg-landing-featured-result small {
    font-size: 0.64rem;
  }

  .gg-landing-featured-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.48rem;
  }

  .gg-landing-featured-actions .gg-landing-cta {
    width: 100%;
    margin-top: 0;
    min-height: 42px;
    padding: 0.62rem 0.55rem;
    font-size: 0.68rem;
    letter-spacing: 0.05em;
    box-shadow:
      0 0 0 1px rgba(53, 224, 194, 0.16),
      0 10px 24px rgba(53, 224, 194, 0.2);
  }

  .gg-landing-featured-actions .gg-landing-cta--ghost {
    font-size: 0.68rem;
    letter-spacing: 0.03em;
  }

  .gg-landing-faq-q {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 0.85rem 0.85rem;
    gap: 0.6rem;
  }

  .gg-landing-faq-a {
    padding: 0 0.85rem 0.9rem 0.85rem;
  }

  .gg-landing-faq-q-text {
    font-size: 0.84rem;
  }
}

@media (min-width: 769px) {
  .gg-landing-telegram-banner + .gg-landing-section--picks {
    padding-top: 3.25rem;
  }
}

@media (min-width: 901px) {
  body.gg-layout-shell.gg-landing-page[data-page="home"] .gg-landing-hero {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }

  body.gg-landing-page .gg-landing-hero-bg {
    background-image:
      linear-gradient(180deg, rgba(4, 10, 18, 0.76) 0%, rgba(4, 10, 18, 0.34) 36%, rgba(4, 10, 18, 0.22) 62%, rgba(4, 10, 18, 0.72) 100%),
      radial-gradient(ellipse 90% 55% at 50% 100%, rgba(53, 224, 194, 0.16) 0%, transparent 62%),
      radial-gradient(ellipse 50% 40% at 50% 12%, rgba(53, 224, 194, 0.08) 0%, transparent 58%);
    background-position: center 70%;
  }

  body.gg-landing-page .gg-landing-hero-bg::before {
    background:
      radial-gradient(ellipse 110% 75% at 50% 48%, transparent 44%, rgba(4, 10, 18, 0.38) 100%),
      linear-gradient(90deg, rgba(4, 10, 18, 0.18) 0%, transparent 32%, transparent 68%, rgba(4, 10, 18, 0.18) 100%);
  }

  body.gg-landing-page .gg-landing-hero-inner {
    background: radial-gradient(ellipse 88% 75% at 50% 42%, rgba(4, 10, 18, 0.48) 0%, rgba(4, 10, 18, 0.1) 58%, transparent 100%);
  }

  body.gg-landing-page .gg-landing-hero-scroll {
    display: block;
    bottom: 1.75rem;
  }
}

@media (max-width: 640px) {
  body.gg-layout-shell.gg-landing-page[data-page="home"] .gg-landing-hero {
    /* Fill the first screen under the fixed topbar, above the fixed bottom nav. */
    min-height: calc(100dvh - var(--topbar-h, 64px) - var(--gg-landing-bottom-inset, 68px));
    /* Slight top breathing room under the fixed topbar. */
    padding-top: 1.35rem;
    padding-bottom: 1.65rem;
    place-items: center;
    align-content: center;
  }

  .gg-landing-hero-bg { background-position: center 72%; }

  .gg-landing-hero-inner {
    gap: 0.65rem;
    padding: 0.55rem 0.2rem 0.65rem;
    border-radius: 0;
    background: radial-gradient(ellipse 100% 72% at 50% 36%, rgba(4, 10, 18, 0.76) 0%, rgba(4, 10, 18, 0.3) 58%, transparent 100%);
  }

  .gg-landing-hero-title {
    font-size: clamp(1.7rem, 7.6vw, 2.45rem);
    line-height: 1.02;
  }

  .gg-landing-hero-sub {
    font-size: 0.9rem;
    line-height: 1.45;
    max-width: 22rem;
  }

  .gg-landing-cta-row {
    gap: 0.48rem;
    width: 100%;
    max-width: 20rem;
  }

  .gg-landing-cta {
    width: 100%;
    min-height: 46px;
    margin-top: 0;
    padding: 0.7rem 1.15rem;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
  }

  .gg-landing-stat-cards {
    margin-top: 0.55rem;
    gap: 0.45rem;
  }

  .gg-landing-stat-card {
    padding: 0.55rem 0.45rem;
  }

  .gg-nt-pick-row {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .gg-nt-pick-matchup {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

  .gg-nt-pick-pick {
    grid-template-columns: auto 1fr;
    grid-auto-flow: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .gg-nt-pick-conf-wrap {
    max-width: none;
    flex: 1;
  }

  body.gg-landing-page .bottom-nav {
    backdrop-filter: none;
    background: #060c16;
  }
}

/* ── v908 mobile: first-viewport hero like photo + bottom nav docked ── */
@media (max-width: 959px) {
  html:has(body.gg-landing-page) {
    height: auto !important;
    min-height: 100%;
    overflow-x: clip;
    overscroll-behavior-y: none;
  }

  body.gg-layout-shell.gg-landing-page {
    padding-bottom: 0 !important;
    min-height: auto !important;
    --gg-landing-bottom-inset: calc(68px + env(safe-area-inset-bottom, 0px));
    overscroll-behavior-y: none;
  }

  body.gg-layout-shell.gg-landing-page[data-page="home"] .gg-landing-hero {
    min-height: calc(100dvh - var(--topbar-h, 64px) - var(--gg-landing-bottom-inset));
    height: auto;
    max-height: none;
    overflow: visible;
    place-items: center;
    align-content: center;
    padding-top: 1.35rem;
    padding-bottom: 1.65rem;
  }

  body.gg-landing-page .gg-landing-sticky-cta {
    display: none !important;
  }

  body.gg-landing-page .bottom-nav {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: var(--gg-landing-bottom-inset) !important;
    min-height: var(--gg-landing-bottom-inset) !important;
    max-height: var(--gg-landing-bottom-inset) !important;
    padding: 0.38rem 0.45rem calc(0.38rem + env(safe-area-inset-bottom, 0px)) !important;
    margin: 0 !important;
    transform: none !important;
    backdrop-filter: none;
    background: #060c16 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    z-index: 200 !important;
  }

  /* Browser: dock nav to the real bottom. PWA keeps chrome stack below. */
  body.gg-landing-page.gg-layout-shell:not(.gg-pwa-standalone) .bottom-nav,
  html:not(.gg-pwa-standalone) body.gg-landing-page .bottom-nav {
    bottom: 0 !important;
    height: var(--gg-landing-bottom-inset) !important;
    min-height: var(--gg-landing-bottom-inset) !important;
    max-height: var(--gg-landing-bottom-inset) !important;
    padding: 0.38rem 0.45rem calc(0.38rem + env(safe-area-inset-bottom, 0px)) !important;
    transform: none !important;
  }

  body.gg-pwa-standalone.gg-landing-page {
    --gg-landing-bottom-inset: calc(68px + var(--gg-pwa-chrome-h, 48px) + var(--gg-sab, env(safe-area-inset-bottom, 0px)));
  }

  body.gg-pwa-standalone.gg-landing-page .bottom-nav,
  html.gg-pwa-standalone body.gg-landing-page .bottom-nav {
    bottom: calc(var(--gg-pwa-chrome-h, 48px) + var(--gg-sab, env(safe-area-inset-bottom, 0px))) !important;
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
    padding: 0.38rem 0.45rem !important;
    transform: none !important;
  }

  body.gg-landing-page main.gg-landing {
    padding-bottom: 0.5rem !important;
  }

  body.gg-landing-page .site-trust-footer.site-footer-premium {
    display: block !important;
    margin-top: 0.5rem;
    padding-bottom: calc(var(--gg-landing-bottom-inset) + 1.25rem) !important;
  }

  body.gg-landing-page .gg-landing-disclaimer {
    padding-bottom: 1rem;
  }
}
/* Read-layer v2 SSR pick cards (first paint before JS hydrate) */
.gg-ssr-pick {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  background: rgba(8, 16, 28, 0.55);
}
.gg-ssr-pick-badge {
  align-self: flex-start;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7dd3c7;
}
.gg-ssr-pick strong { font-size: 0.95rem; }
.gg-ssr-pick span { opacity: 0.85; font-size: 0.85rem; }

.gg-ssr-featured {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  background: rgba(8, 16, 28, 0.65);
}
.gg-ssr-featured strong { font-size: 1.05rem; }
.gg-landing-stat-cards .gg-landing-stat-card strong:not(:empty) {
  letter-spacing: 0.01em;
}
