/* Privacy & data — refreshed · v4.2.8.27.404 */

body.gg-layout-shell.livesport-theme[data-page="privacy"] .site-topbar {
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  align-items: center !important;
}

@media (min-width: 721px) {
  body.gg-layout-shell.livesport-theme[data-page="privacy"] .site-topbar {
    display: flex !important;
  }
}

@media (min-width: 721px) {
  body.gg-layout-shell.livesport-theme[data-page="privacy"] .topbar-search-shell {
    flex: 0 1 240px !important;
    min-width: 0 !important;
    max-width: 280px !important;
  }

  body.gg-layout-shell.livesport-theme[data-page="privacy"] .topbar-search-form {
    position: relative;
    width: 100%;
  }

  body.gg-layout-shell.livesport-theme[data-page="privacy"] .topbar-search-form input {
    min-width: 0 !important;
    width: 100% !important;
  }
}

body.livesport-theme.gg-public-page[data-page="privacy"] {
  background: #061019;
}

body.gg-layout-shell[data-page="privacy"] .site-shell.football-shell.pv-page {
  width: min(1180px, calc(100% - 2rem)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 1rem 1.5rem !important;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* —— Hero —— */
body.livesport-theme[data-page="privacy"] .pv-hero {
  padding: 1rem 1.05rem 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(14, 24, 36, 0.98) 0%, rgba(8, 14, 22, 0.94) 100%);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

body.livesport-theme[data-page="privacy"] .pv-eyebrow {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0.2rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 224, 194, 0.35);
  background: rgba(53, 224, 194, 0.08);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #35e0c2;
}

body.livesport-theme[data-page="privacy"] .pv-hero h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 4.5vw, 2.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #f8fafc 35%, rgba(53, 224, 194, 0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

body.livesport-theme[data-page="privacy"] .pv-hero-lead {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}

body.livesport-theme[data-page="privacy"] .pv-hero-lead p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(243, 244, 246, 0.82);
}

body.livesport-theme[data-page="privacy"] .pv-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
}

body.livesport-theme[data-page="privacy"] .pv-pills li {
  padding: 0.3rem 0.62rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #9ef5e4;
  border: 1px solid rgba(53, 224, 194, 0.22);
  background: rgba(53, 224, 194, 0.06);
}

body.livesport-theme[data-page="privacy"] .pv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

/* —— Quick nav —— */
body.livesport-theme[data-page="privacy"] .pv-quick-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.38rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.1rem 0 0.2rem;
}

body.livesport-theme[data-page="privacy"] .pv-quick-nav::-webkit-scrollbar {
  display: none;
}

body.livesport-theme[data-page="privacy"] .pv-quick-nav a {
  flex: 0 0 auto;
  padding: 0.34rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 224, 194, 0.22);
  background: rgba(53, 224, 194, 0.06);
  color: #9ef5e4;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

body.livesport-theme[data-page="privacy"] .pv-quick-nav a:hover {
  background: rgba(53, 224, 194, 0.12);
  border-color: rgba(53, 224, 194, 0.38);
  color: #d9fff7;
}

/* —— Cards —— */
body.livesport-theme[data-page="privacy"] .pv-card {
  position: relative;
  padding: 0.95rem 1rem 0.95rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(18, 24, 34, 0.96) 0%, rgba(8, 14, 22, 0.9) 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

body.livesport-theme[data-page="privacy"] .pv-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #35e0c2, #14b8a6);
  opacity: 0.85;
}

body.livesport-theme[data-page="privacy"] .pv-card--warn::before {
  background: linear-gradient(180deg, #fbbf24, #f59e0b);
}

body.livesport-theme[data-page="privacy"] .pv-num {
  display: inline-grid;
  place-items: center;
  min-width: 2rem;
  height: 2rem;
  margin-bottom: 0.45rem;
  padding: 0 0.45rem;
  border-radius: 10px;
  border: 1px solid rgba(53, 224, 194, 0.28);
  background: rgba(53, 224, 194, 0.1);
  font-size: 0.72rem;
  font-weight: 800;
  color: #35e0c2;
  letter-spacing: 0.04em;
}

body.livesport-theme[data-page="privacy"] .pv-card h2 {
  margin: 0 0 0.55rem;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(0.98rem, 2vw, 1.15rem);
}

body.livesport-theme[data-page="privacy"] .pv-card p {
  margin: 0 0 0.55rem;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(243, 244, 246, 0.76);
}

body.livesport-theme[data-page="privacy"] .pv-card p:last-child {
  margin-bottom: 0;
}

body.livesport-theme[data-page="privacy"] .pv-card-foot {
  margin-top: 0.65rem !important;
  font-size: 0.82rem !important;
  color: rgba(148, 163, 184, 0.95) !important;
}

body.livesport-theme[data-page="privacy"] .pv-card a {
  color: #35e0c2;
  font-weight: 600;
  text-decoration: none;
}

body.livesport-theme[data-page="privacy"] .pv-card a:hover {
  text-decoration: underline;
}

body.livesport-theme[data-page="privacy"] .pv-card strong {
  color: rgba(243, 244, 246, 0.95);
}

body.livesport-theme[data-page="privacy"] .pv-grid {
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 768px) {
  body.livesport-theme[data-page="privacy"] .pv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: start;
  }

  body.livesport-theme[data-page="privacy"] .pv-grid--summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body.livesport-theme[data-page="privacy"] .pv-grid--summary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

body.livesport-theme[data-page="privacy"] .pv-summary-card {
  padding: 0.82rem 0.88rem 0.82rem 0.95rem;
}

body.livesport-theme[data-page="privacy"] .pv-summary-card::before {
  opacity: 0.65;
}

body.livesport-theme[data-page="privacy"] .pv-grid--summary .pv-summary-card:nth-child(1)::before {
  background: linear-gradient(180deg, #35e0c2, #14b8a6);
}

body.livesport-theme[data-page="privacy"] .pv-grid--summary .pv-summary-card:nth-child(2)::before {
  background: linear-gradient(180deg, #60a5fa, #3b82f6);
}

body.livesport-theme[data-page="privacy"] .pv-grid--summary .pv-summary-card:nth-child(3)::before {
  background: linear-gradient(180deg, #fbbf24, #f59e0b);
}

body.livesport-theme[data-page="privacy"] .pv-grid--summary .pv-summary-card:nth-child(4)::before {
  background: linear-gradient(180deg, #a78bfa, #8b5cf6);
}

body.livesport-theme[data-page="privacy"] .pv-summary-card h2 {
  font-size: 0.92rem;
  margin-bottom: 0.35rem;
}

body.livesport-theme[data-page="privacy"] .pv-summary-card p {
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.48;
}

body.livesport-theme[data-page="privacy"] .pv-summary-kicker {
  display: block;
  margin-bottom: 0.28rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(53, 224, 194, 0.9);
}

body.livesport-theme[data-page="privacy"] .pv-list {
  margin: 0.35rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.35rem;
  font-size: 0.84rem;
  line-height: 1.52;
  color: rgba(243, 244, 246, 0.76);
}

body.livesport-theme[data-page="privacy"] .pv-card--warn {
  border-color: rgba(251, 191, 36, 0.28);
  background: linear-gradient(165deg, rgba(28, 22, 10, 0.92) 0%, rgba(8, 14, 22, 0.94) 100%);
}

body.livesport-theme[data-page="privacy"] .pv-card--warn .pv-num {
  border-color: rgba(251, 191, 36, 0.35);
  background: rgba(251, 191, 36, 0.12);
  color: #fcd34d;
}

body.livesport-theme[data-page="privacy"] .pv-updated-card {
  margin: 0;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(148, 163, 184, 0.06);
  text-align: center;
  font-size: 0.78rem;
  color: rgba(148, 163, 184, 0.9);
}

@media (max-width: 720px) {
  body.gg-layout-shell[data-page="privacy"] .site-shell.football-shell.pv-page {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0.65rem 0.35rem !important;
    gap: 0.55rem;
  }

  body.livesport-theme[data-page="privacy"] .pv-hero {
    padding: 0.85rem 0.82rem 0.9rem;
    border-radius: 14px;
  }

  body.livesport-theme[data-page="privacy"] .pv-hero h1 {
    font-size: 1.38rem;
  }

  body.livesport-theme[data-page="privacy"] .pv-hero-lead p {
    font-size: 0.84rem;
  }

  body.livesport-theme[data-page="privacy"] .pv-pills li {
    font-size: 0.68rem;
    padding: 0.26rem 0.52rem;
  }

  body.livesport-theme[data-page="privacy"] .pv-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
  }

  body.livesport-theme[data-page="privacy"] .pv-hero-actions .topbar-cta-btn,
  body.livesport-theme[data-page="privacy"] .pv-hero-actions .topbar-ghost-btn {
    justify-content: center;
    text-align: center;
    font-size: 0.72rem;
    padding: 0.45rem 0.35rem;
  }

  body.livesport-theme[data-page="privacy"] .pv-card {
    padding: 0.78rem 0.8rem 0.78rem 0.88rem;
    border-radius: 12px;
  }

  body.livesport-theme[data-page="privacy"] .pv-card h2 {
    font-size: 0.92rem;
  }

  body.livesport-theme[data-page="privacy"] .pv-card p,
  body.livesport-theme[data-page="privacy"] .pv-list {
    font-size: 0.78rem;
  }

  body.livesport-theme[data-page="privacy"] .pv-grid--summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  body.livesport-theme[data-page="privacy"] .pv-summary-card h2 {
    font-size: 0.84rem;
  }

  body.livesport-theme[data-page="privacy"] .pv-summary-card p {
    font-size: 0.74rem;
  }

  body.gg-layout-shell.livesport-theme[data-page="privacy"] .site-topbar {
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  body.gg-layout-shell.livesport-theme[data-page="privacy"] .site-topbar .topbar-nav,
  body.gg-layout-shell.livesport-theme[data-page="privacy"] .site-topbar .topbar-nav.unified-topbar-nav,
  body.gg-layout-shell.livesport-theme[data-page="privacy"] .site-topbar .topbar-nav a {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    clip: rect(0, 0, 0, 0) !important;
  }

  body.gg-layout-shell.livesport-theme[data-page="privacy"] .topbar-mobile-page-title {
    display: block !important;
    grid-column: auto;
    justify-self: auto;
    align-self: center;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 0 0.2rem;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #f8fafc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    pointer-events: none;
  }

  body.gg-layout-shell.livesport-theme[data-page="privacy"].gg-has-topbar-back .topbar-mobile-page-title {
    grid-column: auto;
  }

  body.gg-layout-shell.livesport-theme[data-page="privacy"] .topbar-mobile-brand span {
    display: none;
  }

  body.gg-layout-shell.livesport-theme[data-page="privacy"] .topbar-search-shell.is-mobile-open {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 100dvh !important;
    max-height: none !important;
    flex: none !important;
    transform: none !important;
    z-index: 10050 !important;
    padding: calc(0.85rem + env(safe-area-inset-top, 0px)) 0.85rem calc(0.65rem + env(safe-area-inset-bottom, 0px)) !important;
    overflow: hidden !important;
    gap: 0.65rem;
  }

  body.gg-layout-shell.livesport-theme[data-page="privacy"] .topbar-search-shell.is-mobile-open .topbar-search-form,
  body.gg-layout-shell.livesport-theme[data-page="privacy"] .topbar-search-shell.is-mobile-open .topbar-search-dropdown,
  body.gg-layout-shell.livesport-theme[data-page="privacy"] .topbar-search-shell.is-mobile-open .topbar-search-dropdown.show {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

}
