:root {
  --black: #0d0d0d;
  --red: #e11a22;
  --red-glow: #ff3440;
  --gray: #6d6d6d;
  --green: #009a44;
  --white: #f5f5f5;
  --muted: #a1a1aa;
  --panel: rgba(20, 20, 24, 0.96);
  --panel-2: rgba(10, 10, 12, 0.96);
  --border: rgba(255, 255, 255, 0.08);
  --soft: rgba(255, 255, 255, 0.05);
}

.news-ticker {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 24px;
}

.news-ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 32s linear infinite;
  will-change: transform;
}

.news-ticker-content {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px 20px;
  white-space: nowrap;
  font-weight: 700;
  color: #e4e4e7;
}

.news-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.news-ticker-dot {
  color: #ffb4ae;
}

.news-ticker-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(225, 26, 34, 0.15);
  color: #ffb4ae;
  border: 1px solid rgba(225, 26, 34, 0.28);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.news-ticker:hover .news-ticker-track {
  animation-play-state: paused;
}

.hero-main-sponsor {
  margin-top: 18px;
}
.hero p {
  line-height: 1.75;
  max-width: 62ch;
}

.hero-main-sponsor-label {
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #a1a1aa;
  font-weight: 700;
}

.hero-main-sponsor-card {
  border-radius: 22px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.03) 100%);
  padding: 18px 20px;
  display: flex;
  align-items: center;
	  text-align: left;
  justify-content: center;
  gap: 18px;
  min-height: 100px;
}

.hero-main-sponsor-card img {
  max-height: 56px;
  max-width: 170px;
  object-fit: contain;
  display: block;
}

.hero-main-sponsor-card span {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
	text-align: center;
  line-height: 1.2;
}

.grid-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.sponsor-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.sponsor-logo-card {
  border-radius: 24px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, var(--panel) 0%, var(--panel-2) 100%);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  min-height: 140px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.sponsor-logo-text {
  text-align: left;
  display: grid;
  gap: 6px;
  min-width: 0;
}

.sponsor-logo-text strong,
.sponsor-logo-text em,
.sponsor-logo-text span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sponsor-logo-card img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  display: block;
}

.sponsor-logo-card span {
  color: #fff;
  font-weight: 800;
  line-height: 1.4;
}

.sponsor-logo-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-width: 0;
}

.sponsor-logo-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsor-logo-text {
  text-align: left;
  display: grid;
  gap: 6px;
}

.sponsor-logo-text strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.sponsor-logo-text em {
  color: #d4d4d8;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  opacity: 0.9;
}

.sponsor-logo-text span {
  color: #a1a1aa;
  font-size: 13px;
  line-height: 1.4;
}

.sponsor-logo-fallback {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.sponsor-proof-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sponsor-proof-mini-item {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  padding: 14px;
  display: grid;
  gap: 10px;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.sponsor-proof-mini-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
}

.sponsor-proof-mini-logo img {
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
  display: block;
}

.sponsor-proof-mini-name {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top center, rgba(225, 26, 34, 0.10) 0%, transparent 25%),
    radial-gradient(circle at bottom left, rgba(109, 109, 109, 0.08) 0%, transparent 28%),
    radial-gradient(circle at bottom right, rgba(0, 154, 68, 0.08) 0%, transparent 28%),
    var(--black);
  color: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

#page-spelers {
  background:
    radial-gradient(circle at 0% 0%, rgba(109, 109, 109, 0.10) 0%, transparent 26%),
    radial-gradient(circle at 78% 12%, rgba(87, 13, 0, 0.10) 0%, transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(0, 154, 68, 0.10) 0%, transparent 30%),
    var(--black);
}

.quick-jump-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.quick-jump-btn {
  width: 100%;
  min-height: 64px;
  text-align: center;
  border-radius: 16px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.quick-jump-btn:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.quick-jump-label-full {
  display: inline;
}

.quick-jump-label-short {
  display: none;
}


.sponsor-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.sponsor-btn:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.sponsor-btn-red {
  background: rgba(225, 26, 34, 0.15);
  color: #ffb4ae;
  border: 1px solid rgba(225, 26, 34, 0.28);
}

.sponsor-btn-blue {
  background: rgba(109, 109, 109, 0.15);
  color: #B8B8B8;
  border: 1px solid rgba(109, 109, 109, 0.28);
}

.sponsor-btn-green {
  background: rgba(0, 154, 68, 0.15);
  color: #baf5cb;
  border: 1px solid rgba(0, 154, 68, 0.28);
}

.card a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(18px);
}

.container {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  flex-wrap: wrap;
}

.eyebrow-small {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
  margin-bottom: 4px;
}

.brand {
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 900;
  line-height: 1;
}

.brand span {
  font-size: 0.5em;
  color: #a1a1aa;
  vertical-align: middle;
  font-weight: 600;
}

.nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mobile-menu-toggle {
  display: none;
  border-radius: 16px;
  padding: 10px 16px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.mobile-nav-wrap {
  padding-bottom: 14px;
}

.mobile-nav {
  display: grid;
  gap: 10px;
}

.mobile-nav button {
  width: 100%;
  text-align: left;
  border-radius: 16px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  color: #d4d4d8;
  cursor: pointer;
  font-weight: 700;
}

.mobile-nav button.active {
  color: #fff;
  background: rgba(225, 26, 34, 0.15);
  border-color: rgba(225, 26, 34, 0.45);
}

.nav button {
  border-radius: 16px;
  padding: 10px 14px;
  border: 1px solid var(--border);
  background: transparent;
  color: #d4d4d8;
  cursor: pointer;
  font-weight: 600;
}

.nav button.active {
  color: #fff;
  background: rgba(225, 26, 34, 0.15);
  border-color: rgba(225, 26, 34, 0.45);
}

main {
  padding: 32px 0 40px;
}

.page {
  display: none;
}

.page.active {
  display: block;
}

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid var(--border);
  background: #000;
  padding: 40px 28px;
  margin-bottom: 32px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.9;
  background:
    radial-gradient(circle at top left, rgba(225, 26, 34, 0.35) 0%, transparent 30%),
    radial-gradient(circle at top right, rgba(109, 109, 109, 0.18) 0%, transparent 28%),
    radial-gradient(circle at bottom center, rgba(0, 154, 68, 0.16) 0%, transparent 30%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 0.95fr;
  gap: 36px;
  align-items: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(225, 26, 34, 0.4);
  background: rgba(225, 26, 34, 0.1);
  color: #fee2e2;
  padding: 10px 14px;
  font-size: 14px;
}

h1 {
  margin: 22px 0 0;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.98;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.hero p {
  margin: 20px 0 0;
  max-width: 760px;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.8;
  color: #d4d4d8;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  border: none;
  border-radius: 18px;
  padding: 14px 18px;
  cursor: pointer;
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-glow) 100%);
  color: #fff;
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.hero-image {
  border-radius: 28px;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.4);
  padding: 8px;
}

.hero-image img {
  width: 100%;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}

.grid-3,
.grid-2,
.grid-cards {
  display: grid;
  gap: 24px;
  margin-bottom: 24px;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  border-radius: 28px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, var(--panel) 0%, var(--panel-2) 100%);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  padding: 24px;
}

.accent-line {
  height: 6px;
  width: 64px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.section-title {
  margin-bottom: 26px;
}

.section-title .eyebrow {
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--red-glow);
  font-weight: 700;
}

.section-title h1,
.section-title h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.1;
  font-weight: 900;
}

.section-title p {
  margin: 14px 0 0;
  max-width: 900px;
  color: #d4d4d8;
  line-height: 1.8;
}

.mini-card {
  border-radius: 24px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.mini-card p,
.card p,
.card li,
.card div.copy {
  color: #d4d4d8;
  line-height: 1.8;
}

.mini-card strong,
.card strong {
  color: #fff;
}

.stack {
  display: grid;
  gap: 14px;
}

.soft-box {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.schedule-item {
  border-radius: 24px;
  padding: 20px;
}

.schedule-item small,
.label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.schedule-item h3,
.card h3 {
  margin: 10px 0 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
  color: #fff;
}

.button-list {
  display: grid;
  gap: 12px;
}

.button-list button {
  text-align: left;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.option-grid {
  display: grid;
  gap: 12px;
}

.option-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-radius: 22px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  width: 100%;
  padding: 18px;
  cursor: pointer;
  text-align: left;
}

.option-button.active {
  border-color: rgba(225, 26, 34, 0.6);
  background: rgba(225, 26, 34, 0.12);
}

.option-check {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  flex: 0 0 auto;
}

.option-button.active .option-check {
  background: var(--red-glow);
  border-color: var(--red-glow);
}

.form-grid {
  display: grid;
  gap: 16px;
}

label span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #e4e4e7;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 14px 16px;
  outline: none;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.summary-box {
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  margin-top: 20px;
}

.price-box {
  margin-top: 16px;
  border-radius: 28px;
  border: 1px solid rgba(225, 26, 34, 0.25);
  background: linear-gradient(135deg, rgba(225, 26, 34, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
  padding: 20px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.price-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.tag {
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.total {
  font-size: 40px;
  font-weight: 900;
  margin-top: 8px;
  color: #fff;
}

.message {
  margin-top: 16px;
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  border: 1px solid;
}

.message.success {
  border-color: rgba(0, 154, 68, 0.45);
  background: linear-gradient(135deg, rgba(0, 154, 68, 0.18) 0%, rgba(255, 255, 255, 0.04) 100%);
  color: #d1fae5;
}

.message.error {
  border-color: rgba(225, 26, 34, 0.45);
  background: linear-gradient(135deg, rgba(225, 26, 34, 0.18) 0%, rgba(255, 255, 255, 0.04) 100%);
  color: #fecaca;
}

.message .heading {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 8px;
}

.players-grid {
  display: grid;
  gap: 24px;
}

.player-cards {
  margin-top: 20px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.player-card {
  border-radius: 20px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
}

.player-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.player-status {
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #d4d4d8;
}

.empty-box {
  margin-top: 20px;
  border-radius: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.footer {
  border-top: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.7);
  margin-top: 36px;
}

.footer-inner {
  padding: 28px 0;
  color: var(--muted);
}

.hidden {
  display: none !important;
}

.nav a,
.mobile-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 10px 14px;
  border: 1px solid var(--border);
  background: transparent;
  color: #d4d4d8;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

.mobile-nav a {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  padding: 14px 16px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.05);
}

.nav a.active,
.mobile-nav a.active {
  color: #fff;
  background: rgba(225, 26, 34, 0.15);
  border-color: rgba(225, 26, 34, 0.45);
}

.button-list a {
  display: block;
  text-align: left;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.hero-actions a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer a {
  text-decoration: underline;
}

.breadcrumbs {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumbs a {
  text-decoration: underline;
}

.page-shell {
  padding-top: 8px;
}

.card a.sponsor-logo-card,
.card a.sponsor-logo-card * {
  text-decoration: none !important;
}

@media (max-width: 1100px) {
  .hero-grid,
  .grid-2,
  .grid-3,
  .grid-cards,
  .schedule-grid,
  .player-cards {
    grid-template-columns: 1fr 1fr;
  }
}


.sponsor-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.sponsor-logo-card {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, var(--panel) 0%, var(--panel-2) 100%);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  min-height: 140px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sponsor-logo-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-width: 0;
}

.sponsor-logo-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsor-logo-card img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  display: block;
}

.sponsor-logo-text {
  text-align: left;
  display: grid;
  gap: 6px;
  min-width: 0;
}

.sponsor-logo-text strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.sponsor-logo-text em {
  color: #d4d4d8;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  opacity: 0.9;
}

.sponsor-logo-text span {
  color: #a1a1aa;
  font-size: 13px;
  line-height: 1.4;
}

.sponsor-logo-text strong,
.sponsor-logo-text em,
.sponsor-logo-text span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.card a.sponsor-logo-card,
.card a.sponsor-logo-card * {
  text-decoration: none !important;
}

@media (max-width: 780px) {
  .sponsor-logo-grid {
    grid-template-columns: 1fr;
  }

  .sponsor-logo-row {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }

  .sponsor-logo-text {
    text-align: center;
  }
}

@media (max-width: 780px) {
  .news-ticker {
    border-radius: 16px;
    margin-bottom: 18px;
  }

  .news-ticker-content {
    padding: 12px 16px;
    gap: 22px;
    font-size: 14px;
  }

  .container {
    width: min(1280px, calc(100% - 24px));
  }

  .hero {
    padding: 24px 18px;
  }

  .header-inner {
    align-items: center;
  }

  .nav {
    display: none !important;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav-wrap.hidden {
    display: none !important;
  }

  .mobile-nav-wrap:not(.hidden) {
    display: block !important;
  }

  .hero-main-sponsor-card {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    min-height: auto;
  }

  .hero-main-sponsor-card img {
    max-height: 50px;
    max-width: 150px;
  }

  .hero-main-sponsor-card span {
    font-size: 16px;
    border: 1px solid rgba(225, 26, 34, 0.24);
    background: linear-gradient(180deg, rgba(225, 26, 34, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  }

  .hero-grid,
  .grid-2,
  .grid-3,
  .grid-cards,
  .schedule-grid,
  .player-cards {
    grid-template-columns: 1fr;
  }

  .price-top {
    flex-direction: column;
  }

  .quick-jump-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .quick-jump-btn {
    min-height: 54px;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    justify-content: flex-start;
  }

  .quick-jump-label-full {
    display: none !important;
  }

  .quick-jump-label-short {
    display: inline !important;
  }

  .sponsor-logo-grid,
  .sponsor-proof-mini-grid {
    grid-template-columns: 1fr;
  }

  #page-toernooien .tournament-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  #page-toernooien .tournament-meta-grid .soft-box {
    min-width: 0;
    border-radius: 18px;
    padding: 18px;
  }

  #page-toernooien .tournament-meta-grid .label {
    margin-bottom: 8px;
  }
}

@media (max-width: 520px) {
  #page-toernooien .tournament-meta-grid {
    grid-template-columns: 1fr;
  }
}

.video-section-full {
  width: 100%;
}

.video-section-full,
.matterport-section {
  grid-column: 1 / -1;
}

.video-embed-wrap,
.matterport-embed-wrap {
  width: 100%;
  max-width: none !important;
}

.video-embed-wrap iframe,
.matterport-embed-wrap iframe {
  display: block;
  width: 100% !important;
  max-width: none !important;
  border: 0;
}

.video-embed-wrap iframe {
  height: 760px !important;
}

.matterport-embed-wrap iframe {
  height: 760px !important;
}

@media (max-width: 980px) {
  .video-embed-wrap iframe,
  .matterport-embed-wrap iframe {
    height: 560px !important;
  }
}

@media (max-width: 780px) {
  .video-embed-wrap iframe,
  .matterport-embed-wrap iframe {
    height: 420px !important;
  }
}

@media (max-width: 520px) {
  .video-embed-wrap iframe,
  .matterport-embed-wrap iframe {
    height: 320px !important;
  }
}

#page-sponsor-factsheet .factsheet-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 780px) {
  #page-sponsor-factsheet .factsheet-grid {
    grid-template-columns: 1fr;
  }
}
#quick-jump {
  scroll-margin-top: 110px;
}
@media (max-width: 768px) {
  .sponsor-contact-card h2,
  .sponsor-contact-card h3 {
    font-size: clamp(32px, 8vw, 48px);
    line-height: 1.05;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

/* H20 feedback update 2026-06-25 */
.brand-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: color .18s ease, transform .18s ease;
}

.brand-link:hover,
.brand-link:focus-visible {
  color: #fecaca;
  transform: translateY(-1px);
}

.nav a.nav-signup,
.mobile-nav a.nav-signup,
.nav a.nav-signup.active,
.mobile-nav a.nav-signup.active {
  color: #fff;
  background: linear-gradient(135deg, #009a44 0%, #15803d 100%);
  border-color: rgba(74, 222, 128, .65);
  box-shadow: 0 8px 22px rgba(0, 154, 68, .2);
}

.nav a.nav-signup:hover,
.mobile-nav a.nav-signup:hover,
.nav a.nav-signup:focus-visible,
.mobile-nav a.nav-signup:focus-visible {
  background: linear-gradient(135deg, #009A44 0%, #15803d 100%);
  border-color: rgba(134, 239, 172, .9);
}

.btn-success {
  background: linear-gradient(135deg, #009a44 0%, #15803d 100%);
  color: #fff;
  border: 1px solid rgba(74, 222, 128, .45);
}

.btn-sponsor {
  background: linear-gradient(135deg, #6D6D6D 0%, #6d6d6d 100%);
  color: #fff;
  border: 1px solid rgba(96, 165, 250, .5);
}

.btn-success:hover,
.btn-sponsor:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.page-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 1px solid rgba(74, 222, 128, .3);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0, 154, 68, .15), rgba(255, 255, 255, .035));
  color: #d4d4d8;
}

.page-cta-bar strong {
  color: #fff;
}

.page-cta-bar .btn {
  flex: 0 0 auto;
  text-decoration: none;
}

.tournament-partners-early {
  margin: 0 0 24px;
}

.tournament-accordion-list {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.tournament-accordion {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: linear-gradient(180deg, var(--panel) 0%, var(--panel-2) 100%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .26);
}

.tournament-accordion[open] {
  border-color: rgba(255, 255, 255, .16);
}

.tournament-accordion-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.tournament-accordion-summary::-webkit-details-marker {
  display: none;
}

.tournament-accordion-summary:hover,
.tournament-accordion-summary:focus-visible {
  background: rgba(255, 255, 255, .035);
  outline: none;
}

.tournament-summary-main {
  min-width: 0;
}

.tournament-summary-main h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 28px);
}

.tournament-date-badge {
  margin: 0;
}

.tournament-summary-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex: 0 1 auto;
}

.tournament-summary-price {
  margin: 0;
  white-space: normal;
  text-align: right;
}

.tournament-toggle-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .05);
  font-size: 13px;
  font-weight: 800;
}

.tournament-toggle-label::before {
  content: "Bekijk details";
}

.tournament-accordion[open] .tournament-toggle-label::before {
  content: "Sluit details";
}

.tournament-toggle-label::after {
  content: "+";
  margin-left: 8px;
  color: #86efac;
  font-size: 18px;
  line-height: 1;
}

.tournament-accordion[open] .tournament-toggle-label::after {
  content: "−";
}

.tournament-accordion-body {
  padding: 22px;
  border-top: 1px solid var(--border);
}

.tournament-signup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  text-decoration: none !important;
}

#page-inschrijven .page-shell {
  max-width: 1160px;
}

.registration-intro {
  max-width: 900px;
  margin: 12px auto 24px;
  text-align: center;
}

.registration-intro h1 {
  margin-top: 12px;
  font-size: clamp(38px, 5vw, 64px);
}

.registration-intro p {
  max-width: 760px;
  margin: 14px auto 0;
  color: #d4d4d8;
  font-size: 17px;
  line-height: 1.7;
}

#page-inschrijven > .site-header + main .grid-2 {
  align-items: start;
}

.registration-compact-note {
  margin-top: 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
  color: #a1a1aa;
  line-height: 1.65;
}

.registration-compact-note strong {
  color: #fff;
}

.registration-compact-note a {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 900px) {
  .tournament-accordion-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .tournament-summary-side {
    width: 100%;
    justify-content: space-between;
  }

  .tournament-summary-price {
    text-align: left;
  }
}

@media (max-width: 780px) {
  .page-cta-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .page-cta-bar .btn {
    width: 100%;
  }

  .tournament-accordion-summary,
  .tournament-accordion-body {
    padding: 18px;
  }

  .tournament-summary-side {
    align-items: stretch;
    flex-direction: column;
  }

  .tournament-toggle-label {
    width: 100%;
  }
}

/* 2026-06-25: navigation, sponsor tiers and page quick-jumps */
.page-quick-jump {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
  overflow: hidden;
}

.page-quick-jump > span {
  flex: 0 0 auto;
  color: rgba(255,255,255,.72);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.page-quick-jump-links {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
}

.page-quick-jump a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(10,14,22,.82);
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.page-quick-jump a:hover,
.page-quick-jump a:focus-visible {
  border-color: rgba(225,26,34,.72);
  background: rgba(225,26,34,.14);
  transform: translateY(-1px);
}

.sponsor-tier {
  margin-top: 24px;
}

.sponsor-tier-top {
  margin-bottom: 24px;
}

.sponsor-premium-layout {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr);
  gap: 18px;
}

.sponsor-subgroup {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.025);
}

.sponsor-subgroup-main {
  grid-row: span 2;
  background: linear-gradient(150deg, rgba(109,109,109,.13), rgba(255,255,255,.025));
  border-color: rgba(109,109,109,.28);
}

.sponsor-subgroup-organization {
  background: linear-gradient(150deg, rgba(225,26,34,.10), rgba(255,255,255,.025));
  border-color: rgba(225,26,34,.22);
}

.sponsor-subgroup-event {
  background: linear-gradient(150deg, rgba(0,154,68,.10), rgba(255,255,255,.025));
  border-color: rgba(0,154,68,.22);
}

.sponsor-subgroup-heading {
  margin-bottom: 12px;
  color: rgba(255,255,255,.7);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sponsor-featured-grid,
.sponsor-logo-grid-compact {
  display: grid;
  gap: 12px;
}

.sponsor-logo-grid-compact {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.sponsor-featured-grid .sponsor-logo-card {
  min-height: 190px;
}

.sponsor-featured-grid .sponsor-logo-row {
  grid-template-columns: minmax(150px, .9fr) minmax(160px, 1.1fr);
  align-items: center;
}

.sponsor-featured-grid .sponsor-logo-media {
  min-height: 145px;
}

.sponsor-logo-grid-compact .sponsor-logo-card {
  min-height: 120px;
}

.sponsor-tier-bottom {
  margin-top: 32px;
}

.tournament-day-group {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  scroll-margin-top: 112px;
}

.tournament-day-group:first-child {
  margin-top: 0;
}

.tournament-day-heading {
  padding: 0 2px 4px;
}

.tournament-day-heading h2 {
  margin: 4px 0 0;
}

#hoofdsponsor,
#evenementsponsoren,
#baansponsoren,
#sponsor-worden,
#h20-ready,
#h20-ready-overzicht,
#deelnemers,
#maak-spelerskaart,
#overige-sponsoren {
  scroll-margin-top: 112px;
}

.player-ready-intro,
.player-card-cta {
  margin-top: 24px;
}

@media (max-width: 900px) {
  .sponsor-premium-layout {
    grid-template-columns: 1fr;
  }

  .sponsor-subgroup-main {
    grid-row: auto;
  }

  .sponsor-featured-grid .sponsor-logo-row {
    grid-template-columns: 1fr;
  }

  .sponsor-featured-grid .sponsor-logo-media {
    min-height: 120px;
  }
}

@media (max-width: 680px) {
  .page-quick-jump {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .page-quick-jump-links {
    width: 100%;
  }

  .sponsor-logo-grid-compact {
    grid-template-columns: 1fr;
  }
}


/* 2026-06-25: organizer card and green payment emphasis */
.sponsor-subgroup-organization .sponsor-logo-grid-compact {
  grid-template-columns: 1fr;
}

.sponsor-subgroup-organization .sponsor-logo-card {
  min-height: 190px;
}

.sponsor-subgroup-organization .sponsor-logo-row {
  grid-template-columns: minmax(150px, .85fr) minmax(0, 1.15fr);
  align-items: center;
}

.sponsor-subgroup-organization .sponsor-logo-text strong,
.sponsor-subgroup-organization .sponsor-logo-text em,
.sponsor-subgroup-organization .sponsor-logo-text span {
  overflow-wrap: normal;
  word-break: normal;
}

#page-inschrijven .price-box {
  border-color: rgba(0, 154, 68, .34);
  background: linear-gradient(135deg, rgba(0, 154, 68, .18) 0%, rgba(255, 255, 255, .05) 100%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .28), 0 0 0 1px rgba(74, 222, 128, .04) inset;
}

#page-inschrijven .price-label {
  color: #bbf7d0;
}

#page-inschrijven .payment-submit-btn {
  width: 100%;
  min-height: 54px;
  font-size: 1rem;
}

@media (max-width: 680px) {
  .sponsor-subgroup-organization .sponsor-logo-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sponsor-subgroup-organization .sponsor-logo-text {
    text-align: center;
  }

  .sponsor-subgroup-organization .sponsor-logo-media {
    min-height: 110px;
  }
}


/* 2026-06-25: duidelijkere toernooi-uitklappers met dagaccenten */
#page-toernooien .tournament-day-group {
  --tournament-accent-rgb: 224, 11, 0;
  --tournament-accent: #ff7b73;
}

#page-toernooien #dag-vrijdag {
  --tournament-accent-rgb: 109, 109, 109;
  --tournament-accent: #E0E0E0;
}

#page-toernooien #dag-zaterdag {
  --tournament-accent-rgb: 224, 11, 0;
  --tournament-accent: #ffb4ae;
}

#page-toernooien #dag-zondag {
  --tournament-accent-rgb: 22, 163, 74;
  --tournament-accent: #baf5cb;
}

#page-toernooien #dag-maandag {
  --tournament-accent-rgb: 255, 255, 255;
  --tournament-accent: #FFFFFF;
}

#page-toernooien .tournament-accordion {
  position: relative;
  border-color: rgba(var(--tournament-accent-rgb), .27);
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--tournament-accent-rgb), .10), transparent 38%),
    linear-gradient(145deg, rgba(var(--tournament-accent-rgb), .085), rgba(16, 17, 23, .98) 44%, rgba(var(--tournament-accent-rgb), .035));
  box-shadow:
    0 16px 38px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .025);
  transition:
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease,
    transform .22s ease;
}

#page-toernooien .tournament-accordion::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: rgba(var(--tournament-accent-rgb), .58);
  box-shadow: 0 0 14px rgba(var(--tournament-accent-rgb), .2);
  transition: width .22s ease, opacity .22s ease, box-shadow .22s ease;
}

#page-toernooien .tournament-accordion-summary {
  position: relative;
  min-height: 104px;
  transition: background .22s ease;
}

#page-toernooien .tournament-accordion[open] {
  border-color: rgba(var(--tournament-accent-rgb), .52);
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--tournament-accent-rgb), .08), transparent 44%),
    linear-gradient(145deg, rgba(var(--tournament-accent-rgb), .085), rgba(16, 17, 23, .99) 48%, rgba(var(--tournament-accent-rgb), .025));
  box-shadow:
    0 20px 46px rgba(0, 0, 0, .34),
    0 0 0 1px rgba(var(--tournament-accent-rgb), .045),
    0 0 18px rgba(var(--tournament-accent-rgb), .04);
}

#page-toernooien .tournament-accordion[open]::before {
  width: 5px;
  background: var(--tournament-accent);
  box-shadow: 0 0 14px rgba(var(--tournament-accent-rgb), .28);
}

#page-toernooien .tournament-accordion[open] .tournament-accordion-summary {
  background: linear-gradient(90deg, rgba(var(--tournament-accent-rgb), .045), rgba(255, 255, 255, .015));
}

#page-toernooien .tournament-accordion-body {
  position: relative;
  border-top-color: rgba(var(--tournament-accent-rgb), .22);
  background:
    linear-gradient(180deg, rgba(var(--tournament-accent-rgb), .035), rgba(255, 255, 255, .008) 48%, rgba(0, 0, 0, .055));
}

#page-toernooien .tournament-accordion[open] .tournament-accordion-body {
  animation: h20TournamentBodyIn .24s ease both;
}

#page-toernooien .tournament-toggle-label {
  border-color: rgba(var(--tournament-accent-rgb), .34);
  background: rgba(var(--tournament-accent-rgb), .09);
}

#page-toernooien .tournament-toggle-label::after {
  color: var(--tournament-accent);
  transition: transform .22s ease;
}

#page-toernooien .tournament-accordion[open] .tournament-toggle-label {
  border-color: rgba(var(--tournament-accent-rgb), .58);
  background: rgba(var(--tournament-accent-rgb), .16);
}

@keyframes h20TournamentBodyIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) and (pointer: fine) {
  #page-toernooien .tournament-accordion:not([open]):hover {
    transform: translateY(-2px);
    border-color: rgba(var(--tournament-accent-rgb), .53);
    background:
      radial-gradient(circle at 100% 0%, rgba(var(--tournament-accent-rgb), .17), transparent 40%),
      linear-gradient(145deg, rgba(var(--tournament-accent-rgb), .13), rgba(18, 19, 26, .99) 44%, rgba(var(--tournament-accent-rgb), .055));
    box-shadow:
      0 22px 48px rgba(0, 0, 0, .36),
      0 0 22px rgba(var(--tournament-accent-rgb), .08);
  }

  #page-toernooien .tournament-accordion:not([open]):hover::before {
    width: 6px;
    opacity: 1;
    box-shadow: 0 0 18px rgba(var(--tournament-accent-rgb), .34);
  }

  #page-toernooien .tournament-accordion-summary:hover {
    background: linear-gradient(90deg, rgba(var(--tournament-accent-rgb), .09), rgba(255, 255, 255, .025));
  }
}

@media (prefers-reduced-motion: reduce) {
  #page-toernooien .tournament-accordion,
  #page-toernooien .tournament-accordion::before,
  #page-toernooien .tournament-accordion-summary,
  #page-toernooien .tournament-toggle-label::after {
    transition: none;
  }

  #page-toernooien .tournament-accordion[open] .tournament-accordion-body {
    animation: none;
  }
}


/* 2026-06-25: gelijke sponsorhoogte en DBZP-dagkleuren */
.sponsor-premium-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}

.sponsor-subgroup-main {
  grid-row: auto;
}

.sponsor-subgroup-main,
.sponsor-subgroup-organization {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.sponsor-subgroup-main .sponsor-featured-grid,
.sponsor-subgroup-organization .sponsor-logo-grid-compact {
  flex: 1 1 auto;
}

.sponsor-subgroup-main .sponsor-logo-card,
.sponsor-subgroup-organization .sponsor-logo-card {
  height: 100%;
  min-height: 190px;
}

.sponsor-subgroup-event {
  grid-column: 1 / -1;
}

/* Toernooidagen volgens de H20-huisstijl: vrijdag grijs, zaterdag rood, zondag groen, maandag wit */
#page-toernooien #dag-vrijdag {
  --tournament-accent-rgb: 109, 109, 109;
  --tournament-accent: #E0E0E0;
}

#page-toernooien #dag-zaterdag {
  --tournament-accent-rgb: 224, 11, 0;
  --tournament-accent: #ffb4ae;
}

#page-toernooien #dag-zondag {
  --tournament-accent-rgb: 22, 163, 74;
  --tournament-accent: #bbf7d0;
}

#page-toernooien #dag-maandag {
  --tournament-accent-rgb: 255, 255, 255;
  --tournament-accent: #FFFFFF;
}

/* Quick-jumps volgen bij hover en toetsenbordfocus hun eigen dagkleur */
#page-toernooien .page-quick-jump a[href="#dag-vrijdag"] {
  --quickjump-rgb: 109, 109, 109;
  --quickjump-color: #E0E0E0;
}

#page-toernooien .page-quick-jump a[href="#dag-zaterdag"] {
  --quickjump-rgb: 224, 11, 0;
  --quickjump-color: #ffb4ae;
}

#page-toernooien .page-quick-jump a[href="#dag-zondag"] {
  --quickjump-rgb: 22, 163, 74;
  --quickjump-color: #bbf7d0;
}

#page-toernooien .page-quick-jump a[href="#dag-maandag"] {
  --quickjump-rgb: 255, 255, 255;
  --quickjump-color: #FFFFFF;
}

#page-toernooien .page-quick-jump a[href^="#dag-"]:hover,
#page-toernooien .page-quick-jump a[href^="#dag-"]:focus-visible {
  border-color: rgba(var(--quickjump-rgb), .76);
  background: rgba(var(--quickjump-rgb), .16);
  color: var(--quickjump-color);
  box-shadow: 0 0 18px rgba(var(--quickjump-rgb), .10);
}

@media (max-width: 900px) {
  .sponsor-premium-layout {
    grid-template-columns: 1fr;
  }

  .sponsor-subgroup-event {
    grid-column: auto;
  }
}


/* 2026-09-01: dagkleuren H20-huisstijl consequent over prijzengeld, deelnemers en inschrijven */
:where(.festival-day-badge, .quick-jump-btn.day-friday, .quick-jump-btn.day-saturday, .quick-jump-btn.day-sunday, .quick-jump-btn.day-monday) {
  --day-rgb: 255, 255, 255;
  --day-color: #fff;
}

.day-friday {
  --day-rgb: 109, 109, 109;
  --day-color: #E0E0E0;
}

.day-saturday {
  --day-rgb: 224, 11, 0;
  --day-color: #ffb4ae;
}

.day-sunday {
  --day-rgb: 22, 163, 74;
  --day-color: #bbf7d0;
}

.day-monday {
  --day-rgb: 255, 255, 255;
  --day-color: #FFFFFF;
}

/* Prijzengeld: badges volgen dezelfde kleuren als de toernooienpagina */
#page-prijzengeld .festival-day-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .15em;
  background: rgba(var(--day-rgb), .14);
  color: var(--day-color);
  border: 1px solid rgba(var(--day-rgb), .30);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

/* Prijzengeld: festivalpartners expliciet dezelfde indeling als de overige informatiepagina's */
#page-prijzengeld #festivalpartners .sponsor-premium-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}

#page-prijzengeld #festivalpartners .sponsor-subgroup-main,
#page-prijzengeld #festivalpartners .sponsor-subgroup-organization {
  min-width: 0;
  height: 100%;
}

#page-prijzengeld #festivalpartners .sponsor-subgroup-event {
  grid-column: 1 / -1;
  min-width: 0;
}

#page-prijzengeld #festivalpartners .sponsor-event-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
  margin-bottom: 0;
}

#page-prijzengeld #festivalpartners .sponsor-event-grid .sponsor-logo-card {
  height: 100%;
  min-width: 0;
}

/* Publieke deelnemerspagina: quick-jumps volgen vrijdag/grijs, zaterdag/rood, zondag/groen, maandag/wit */
#page-spelers .quick-jump-btn.day-friday,
#page-spelers .quick-jump-btn.day-saturday,
#page-spelers .quick-jump-btn.day-sunday,
#page-spelers .quick-jump-btn.day-monday {
  border-color: rgba(var(--day-rgb), .30);
  background: rgba(var(--day-rgb), .14);
  color: var(--day-color);
}

@media (hover:hover) and (pointer:fine) {
  #page-spelers .quick-jump-btn.day-friday:hover,
  #page-spelers .quick-jump-btn.day-saturday:hover,
  #page-spelers .quick-jump-btn.day-sunday:hover,
  #page-spelers .quick-jump-btn.day-monday:hover {
    border-color: rgba(var(--day-rgb), .68);
    background: rgba(var(--day-rgb), .22);
    color: var(--day-color);
    transform: translateY(-1px);
    box-shadow: 0 0 18px rgba(var(--day-rgb), .10);
  }
}

/* Inschrijfformulier: toernooikeuzes volgen dezelfde dagkleuren */
#page-inschrijven .option-button[data-day] {
  --option-day-rgb: 255,255,255;
  --option-day-color: #fff;
  position: relative;
  overflow: hidden;
  border-color: rgba(var(--option-day-rgb), .22);
  background:
    linear-gradient(90deg, rgba(var(--option-day-rgb), .07), rgba(255,255,255,.035) 44%, rgba(255,255,255,.025));
  transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

#page-inschrijven .option-button[data-day]::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: rgba(var(--option-day-rgb), .72);
}

#page-inschrijven .option-button.day-friday { --option-day-rgb: 109,109,109; --option-day-color: #E0E0E0; }
#page-inschrijven .option-button.day-saturday { --option-day-rgb: 224,11,0; --option-day-color: #ffb4ae; }
#page-inschrijven .option-button.day-sunday { --option-day-rgb: 22,163,74; --option-day-color: #bbf7d0; }
#page-inschrijven .option-button.day-monday { --option-day-rgb: 255,255,255; --option-day-color: #FFFFFF; }

#page-inschrijven .option-button[data-day].active {
  border-color: rgba(var(--option-day-rgb), .68);
  background:
    linear-gradient(90deg, rgba(var(--option-day-rgb), .20), rgba(var(--option-day-rgb), .09) 48%, rgba(255,255,255,.035));
  box-shadow: 0 0 0 1px rgba(var(--option-day-rgb), .05), 0 12px 28px rgba(0,0,0,.18);
}

#page-inschrijven .option-button[data-day].active .option-check {
  background: rgb(var(--option-day-rgb));
  border-color: rgb(var(--option-day-rgb));
  box-shadow: 0 0 14px rgba(var(--option-day-rgb), .24);
}

@media (hover:hover) and (pointer:fine) {
  #page-inschrijven .option-button[data-day]:hover {
    transform: translateY(-1px);
    border-color: rgba(var(--option-day-rgb), .50);
    background:
      linear-gradient(90deg, rgba(var(--option-day-rgb), .13), rgba(var(--option-day-rgb), .055) 46%, rgba(255,255,255,.03));
  }
}

@media (max-width: 900px) {
  #page-prijzengeld #festivalpartners .sponsor-premium-layout,
  #page-prijzengeld #festivalpartners .sponsor-event-grid {
    grid-template-columns: 1fr;
  }

  #page-prijzengeld #festivalpartners .sponsor-subgroup-event {
    grid-column: auto;
  }
}

/* 2026-06-27: homepage CTA polish, kleinere slogan en blauwe menu-hover */
#page-home .hero-title {
  line-height: 1;
  letter-spacing: -0.025em;
  color: #fecaca;
  text-shadow: 0 8px 28px rgba(239, 68, 68, .10);
}

#page-home .hero-title-primary,
#page-home .hero-title-secondary {
  display: block;
}

#page-home .hero-title-primary {
  font-size: clamp(32px, 4.35vw, 58px);
}

#page-home .hero-title-secondary {
  margin-top: .14em;
  font-size: clamp(26px, 3.25vw, 44px);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

@media (max-width: 760px) {
  #page-home .hero-title-primary {
    font-size: clamp(30px, 10vw, 46px);
  }

  #page-home .hero-title-secondary {
    font-size: clamp(24px, 8vw, 36px);
    white-space: normal;
  }
}

#page-home .hero-actions .btn {
  position: relative;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
  transition:
    transform .2s ease,
    filter .2s ease,
    box-shadow .2s ease,
    border-color .2s ease;
}

#page-home .hero-actions .btn-sponsor {
  background: linear-gradient(135deg, #6D6D6D 0%, #6d6d6d 100%);
  border-color: rgba(147, 197, 253, .55);
}

#page-home .hero-actions .btn-primary {
  background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
  border-color: rgba(252, 165, 165, .52);
}

#page-home .hero-actions .btn-success {
  background: linear-gradient(135deg, #009A44 0%, #15803d 100%);
  border-color: rgba(134, 239, 172, .52);
}

#page-home .hero-actions .btn-sponsor:hover,
#page-home .hero-actions .btn-sponsor:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.1);
  border-color: rgba(191, 219, 254, .92);
  box-shadow: 0 14px 30px rgba(109, 109, 109, .3);
}

#page-home .hero-actions .btn-primary:hover,
#page-home .hero-actions .btn-primary:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.1);
  border-color: rgba(254, 202, 202, .92);
  box-shadow: 0 14px 30px rgba(185, 28, 28, .3);
}

#page-home .hero-actions .btn-success:hover,
#page-home .hero-actions .btn-success:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.1);
  border-color: rgba(187, 247, 208, .92);
  box-shadow: 0 14px 30px rgba(21, 128, 61, .3);
}

.site-header .nav a,
.site-header .mobile-nav a {
  transition:
    color .18s ease,
    background .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

.site-header .nav a:not(.active):not(.nav-signup):hover,
.site-header .nav a:not(.active):not(.nav-signup):focus-visible,
.site-header .mobile-nav a:not(.active):not(.nav-signup):hover,
.site-header .mobile-nav a:not(.active):not(.nav-signup):focus-visible {
  color: #fff;
  background: linear-gradient(135deg, rgba(37, 99, 235, .24), rgba(109, 109, 109, .14));
  border-color: rgba(96, 165, 250, .72);
  box-shadow: 0 8px 20px rgba(109, 109, 109, .16);
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  #page-home .hero-actions .btn,
  .site-header .nav a,
  .site-header .mobile-nav a {
    transition: none;
  }
}


/* 2026-06-27: DartConnect handleiding en Matchcenters */
#page-dartconnect .dc-intro-card{display:grid;grid-template-columns:minmax(240px,340px) minmax(0,1fr);gap:28px;align-items:center;padding:28px;background:linear-gradient(135deg,rgba(185,28,28,.16),rgba(17,24,39,.94) 42%,rgba(109,109,109,.11));border-color:rgba(239,68,68,.25)}
#page-dartconnect .dc-logo-panel{display:flex;align-items:center;justify-content:center;min-height:270px;padding:22px;border-radius:20px;background:#b91c1c;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 22px 50px rgba(0,0,0,.28);overflow:hidden}
#page-dartconnect .dc-logo-panel img{display:block;width:min(100%,290px);height:auto;border-radius:12px}
#page-dartconnect .dc-intro-copy h2{margin:4px 0 12px;font-size:clamp(28px,3.4vw,46px)}
#page-dartconnect .dc-intro-copy p{max-width:800px}
#page-dartconnect .dc-neutral-note{padding:12px 14px;border-radius:12px;border:1px solid rgba(109,109,109,.2);background:rgba(109,109,109,.07);font-size:.92rem;color:#cbd5e1}
#page-dartconnect .dc-official-guide{display:inline-flex;margin-top:8px}
#page-dartconnect .dc-guide-card{margin-top:24px}
#page-dartconnect .dc-step-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
#page-dartconnect .dc-step{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;padding:17px;border-radius:15px;border:1px solid rgba(255,255,255,.085);background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(0,0,0,.10))}
#page-dartconnect .dc-step>span{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;font-weight:900;font-size:1.05rem;color:#fff;background:linear-gradient(145deg,#dc2626,#991b1b);box-shadow:0 9px 22px rgba(220,38,38,.22)}
#page-dartconnect .dc-step h3{margin:1px 0 6px;font-size:1.08rem}
#page-dartconnect .dc-step p{margin:0;color:#cbd5e1;line-height:1.55}
#page-dartconnect .dc-matchcenters-section{margin-top:30px}
#page-dartconnect .dc-status{margin:0 0 16px;padding:12px 14px;border-radius:12px;border:1px solid rgba(109,109,109,.24);background:rgba(109,109,109,.075);color:#E0E0E0;font-weight:700}
#page-dartconnect .dc-status.is-error{border-color:rgba(245,158,11,.28);background:rgba(245,158,11,.08);color:#fde68a}
#page-dartconnect .dc-matchcenter-days{display:grid;gap:20px}
#page-dartconnect .dc-match-day{--dc-day-rgb:109,109,109;--dc-day-color:#B8B8B8;padding:18px;border-radius:19px;border:1px solid rgba(var(--dc-day-rgb),.27);background:linear-gradient(145deg,rgba(var(--dc-day-rgb),.085),rgba(15,17,24,.98) 46%,rgba(var(--dc-day-rgb),.025));box-shadow:0 16px 38px rgba(0,0,0,.22)}
#page-dartconnect .dc-day-friday{--dc-day-rgb:109,109,109;--dc-day-color:#B8B8B8}
#page-dartconnect .dc-day-saturday{--dc-day-rgb:224,11,0;--dc-day-color:#fca5a5}
#page-dartconnect .dc-day-sunday{--dc-day-rgb:22,163,74;--dc-day-color:#86efac}
#page-dartconnect .dc-day-monday{--dc-day-rgb:255,255,255;--dc-day-color:#FFFFFF}
#page-dartconnect .dc-day-monday .dc-matchcenter-button:not(.is-disabled){color:#111}
#page-dartconnect .dc-day-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding:0 2px}
#page-dartconnect .dc-day-heading>div{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
#page-dartconnect .dc-day-heading span{font-size:1.3rem;font-weight:900;color:var(--dc-day-color)}
#page-dartconnect .dc-day-heading strong{color:#fff}
#page-dartconnect .dc-day-heading small{color:#a1a1aa}
#page-dartconnect .dc-matchcenter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
#page-dartconnect .dc-matchcenter-card{display:flex;flex-direction:column;min-height:210px;padding:17px;border-radius:15px;border:1px solid rgba(var(--dc-day-rgb),.19);background:rgba(7,9,14,.69);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
#page-dartconnect .dc-matchcenter-meta{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:12px;color:#a1a1aa;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
#page-dartconnect .dc-matchcenter-card h3{margin:0 0 8px;font-size:1.24rem}
#page-dartconnect .dc-matchcenter-card p{margin:0 0 16px;color:#cbd5e1;line-height:1.52}
#page-dartconnect .dc-matchcenter-button{display:inline-flex;align-items:center;justify-content:center;margin-top:auto;min-height:44px;padding:10px 15px;border-radius:11px;border:1px solid rgba(var(--dc-day-rgb),.48);background:linear-gradient(135deg,rgba(var(--dc-day-rgb),.76),rgba(var(--dc-day-rgb),.43));color:#fff;font-weight:900;text-decoration:none;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}
#page-dartconnect .dc-matchcenter-button.is-disabled{border-color:rgba(255,255,255,.10);background:rgba(255,255,255,.045);color:#71717a;cursor:not-allowed}
@media(hover:hover) and (pointer:fine){#page-dartconnect .dc-matchcenter-card:hover{transform:translateY(-2px);border-color:rgba(var(--dc-day-rgb),.42);box-shadow:0 16px 34px rgba(0,0,0,.27)}#page-dartconnect a.dc-matchcenter-button:hover{transform:translateY(-1px);filter:brightness(1.12);box-shadow:0 11px 25px rgba(var(--dc-day-rgb),.18)}}
@media(max-width:850px){#page-dartconnect .dc-intro-card{grid-template-columns:1fr}#page-dartconnect .dc-logo-panel{min-height:220px}#page-dartconnect .dc-step-grid,#page-dartconnect .dc-matchcenter-grid{grid-template-columns:1fr}}
@media(max-width:560px){#page-dartconnect .dc-intro-card{padding:18px}#page-dartconnect .dc-logo-panel{min-height:180px;padding:16px}#page-dartconnect .dc-step{grid-template-columns:40px minmax(0,1fr);padding:14px}#page-dartconnect .dc-step>span{width:36px;height:36px}.dc-day-heading{align-items:flex-start!important;flex-direction:column}}
@media(prefers-reduced-motion:reduce){#page-dartconnect .dc-matchcenter-card,#page-dartconnect .dc-matchcenter-button{transition:none}}


/* 2026-06-27: DartConnect instructievideo */
#page-dartconnect .dc-video-card {
  margin-top: 24px;
  overflow: hidden;
}

#page-dartconnect .dc-video-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 320px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(59, 130, 246, .28);
  background:
    radial-gradient(circle at 12% 18%, rgba(225, 26, 34, .20), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(109, 109, 109, .18), transparent 38%),
    linear-gradient(145deg, rgba(12, 14, 22, .98), rgba(4, 5, 9, .99));
  box-shadow: 0 22px 48px rgba(0, 0, 0, .30);
}

#page-dartconnect .dc-video-placeholder {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 100%;
  padding: clamp(24px, 5vw, 54px);
}

#page-dartconnect .dc-video-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  color: #fff;
  font-size: 2.1rem;
  background: linear-gradient(145deg, #dc2626, #991b1b);
  box-shadow: 0 18px 40px rgba(220, 38, 38, .30);
}

#page-dartconnect .dc-video-placeholder h3 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

#page-dartconnect .dc-video-placeholder p {
  max-width: 760px;
  margin: 0 0 18px;
  color: #cbd5e1;
  line-height: 1.6;
}

#page-dartconnect .dc-video-load {
  margin-right: 12px;
}

#page-dartconnect .dc-video-external {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #E0E0E0;
  font-weight: 800;
  text-decoration: none;
}

#page-dartconnect .dc-video-external:hover,
#page-dartconnect .dc-video-external:focus-visible {
  color: #fff;
  text-decoration: underline;
}

#page-dartconnect .dc-video-shell iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

@media (max-width: 720px) {
  #page-dartconnect .dc-video-shell {
    min-height: 0;
  }

  #page-dartconnect .dc-video-shell:not(.is-loaded) {
    aspect-ratio: auto;
  }

  #page-dartconnect .dc-video-placeholder {
    grid-template-columns: 1fr;
    text-align: center;
  }

  #page-dartconnect .dc-video-play {
    margin: 0 auto;
  }

  #page-dartconnect .dc-video-load,
  #page-dartconnect .dc-video-external {
    width: 100%;
    justify-content: center;
    margin: 0;
  }

  #page-dartconnect .dc-video-external {
    margin-top: 10px;
  }
}


/* Sponsor checkout & sponsororders */
.sponsor-online-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 22px;
  align-items: stretch;
  margin: 28px 0;
}

.sponsor-online-panel .card {
  height: 100%;
}

.sponsor-online-steps {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.sponsor-online-step {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.10);
}

.sponsor-online-step > strong:first-child {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, rgba(109,109,109,.95), rgba(225,26,34,.92));
  box-shadow: 0 10px 28px rgba(109,109,109,.18);
}

.sponsor-checkout-form {
  display: grid;
  gap: 18px;
}

.sponsor-checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sponsor-checkout-form fieldset {
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: rgba(255,255,255,.035);
}

.sponsor-checkout-form legend {
  padding: 0 8px;
  color: #fff;
  font-weight: 900;
}

.sponsor-checkout-form label {
  display: grid;
  gap: 8px;
  color: #d4d4d8;
  font-size: 14px;
  font-weight: 700;
}

.sponsor-checkout-form input,
.sponsor-checkout-form select,
.sponsor-checkout-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(10,10,18,.78);
  color: #fff;
  padding: 12px 14px;
  font: inherit;
  box-sizing: border-box;
}

.sponsor-checkout-form input:focus,
.sponsor-checkout-form select:focus,
.sponsor-checkout-form textarea:focus {
  outline: none;
  border-color: rgba(155,155,155,.75);
  box-shadow: 0 0 0 4px rgba(109,109,109,.16);
}

.sponsor-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sponsor-package-option {
  position: relative;
  display: block;
  cursor: pointer;
}

.sponsor-package-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sponsor-package-card {
  min-height: 100%;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.03));
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.sponsor-package-option input:checked + .sponsor-package-card {
  border-color: rgba(155,155,155,.82);
  box-shadow: 0 20px 50px rgba(109,109,109,.20);
  transform: translateY(-2px);
}

.sponsor-package-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
}

.sponsor-package-card .price {
  color: #fff;
  font-weight: 950;
  font-size: 34px;
  line-height: 1;
  margin: 12px 0;
}

.sponsor-package-card small {
  color: #a1a1aa;
}

.sponsor-total-box {
  position: sticky;
  top: 92px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(145deg, rgba(109,109,109,.16), rgba(225,26,34,.10));
}

.sponsor-total-amount {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 950;
  letter-spacing: -.04em;
}

.sponsor-checkbox-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  font-weight: 600;
  color: #e4e4e7;
}

.sponsor-checkbox-row input {
  width: auto;
  margin-top: 3px;
}

.sponsor-muted-help {
  margin-top: 8px;
  color: #a1a1aa;
  font-size: 13px;
  line-height: 1.55;
}

.sponsor-alert {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(155,155,155,.28);
  background: rgba(109,109,109,.10);
  color: #E5E5E5;
  line-height: 1.6;
}

.sponsor-alert.warning {
  border-color: rgba(245,158,11,.35);
  background: rgba(245,158,11,.10);
  color: #fde68a;
}

.sponsor-alert.success {
  border-color: rgba(0,154,68,.35);
  background: rgba(0,154,68,.10);
  color: #bbf7d0;
}

.sponsor-document-frame {
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.12);
}

@media (max-width: 860px) {
  .sponsor-online-panel,
  .sponsor-checkout-grid,
  .sponsor-option-grid {
    grid-template-columns: 1fr;
  }
  .sponsor-total-box {
    position: static;
  }
}


.sponsor-online-step div strong {
  display: inline;
  background: transparent;
  box-shadow: none;
  color: #fff;
}

.sponsor-checkbox-row a,
.sponsor-terms-link {
  color: #B8B8B8;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.sponsor-checkbox-row a:hover,
.sponsor-terms-link:hover {
  color: #E5E5E5;
}


/* =========================================================
   H20 Dartsfestival rebrand 01-09-2026
   Identity: #E11A22 / #009A44 / #FFFFFF / #0D0D0D / #6D6D6D
   ========================================================= */
:root{
  --brand-red:#E11A22;--brand-green:#009A44;--brand-dark:#0D0D0D;--brand-gray:#6D6D6D;--brand-white:#FFFFFF;
  --panel:rgba(19,19,19,.97);--panel-2:rgba(8,8,8,.98);--border:rgba(255,255,255,.10);--soft:rgba(255,255,255,.055);
}
body{background:
  radial-gradient(circle at 12% 0%,rgba(225,26,34,.13),transparent 30%),
  radial-gradient(circle at 88% 8%,rgba(0,154,68,.10),transparent 29%),
  linear-gradient(180deg,#080808 0%,#0d0d0d 42%,#090909 100%);}
.site-header{background:rgba(8,8,8,.92);border-bottom:1px solid rgba(255,255,255,.09);box-shadow:0 12px 35px rgba(0,0,0,.28)}
.header-inner{min-height:86px;gap:22px;padding:10px 0}.brand-logo-link{display:flex;align-items:center;flex:0 0 auto}.brand-logo{display:block;width:190px;height:72px;object-fit:contain;object-position:left center}.footer-brand-logo{display:block;width:220px;max-width:100%;height:auto;margin-bottom:14px}
.nav{justify-content:flex-end}.nav a,.mobile-nav a{border-radius:999px;padding:10px 13px}.nav a:hover,.mobile-nav a:hover{border-color:rgba(0,154,68,.55);background:rgba(0,154,68,.08)}.nav a.active,.mobile-nav a.active{background:rgba(225,26,34,.13);border-color:rgba(225,26,34,.45)}.nav-signup{background:var(--brand-green)!important;border-color:var(--brand-green)!important;color:#fff!important}
.news-ticker{border-radius:16px;background:rgba(255,255,255,.035)}.news-ticker-badge{background:rgba(225,26,34,.15);color:#ffb5ba;border-color:rgba(225,26,34,.32)}.news-ticker-dot{color:var(--brand-green)}
.hero{border-radius:28px;background:linear-gradient(145deg,rgba(15,15,15,.98),rgba(5,5,5,.98));box-shadow:0 32px 90px rgba(0,0,0,.44)}.hero::before{background:radial-gradient(circle at 10% 4%,rgba(225,26,34,.26),transparent 34%),radial-gradient(circle at 95% 94%,rgba(0,154,68,.18),transparent 33%)}
.hero-rebrand{padding:52px 42px}.hero-copy{position:relative;z-index:2}.hero-title{display:grid;gap:10px}.hero-title-primary{color:#fff}.hero-title-secondary{font-size:.42em;line-height:1.12;letter-spacing:.015em;color:#cfcfcf}.pill{border-color:rgba(0,154,68,.45);background:rgba(0,154,68,.11);color:#d8f6e5;font-weight:800;letter-spacing:.07em}.event-roles{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.event-roles span{display:inline-flex;gap:6px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09);color:#d5d5d5;font-size:13px}.event-roles strong{color:#fff}
.hero-brand-stage{min-height:430px;border:1px solid rgba(255,255,255,.09);border-radius:26px;padding:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(150deg,rgba(255,255,255,.045),rgba(255,255,255,.015));position:relative;overflow:hidden}.hero-brand-stage::after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(0,154,68,.18);border-radius:50%;right:-160px;bottom:-180px}.hero-brand-logo{width:min(100%,440px);height:auto;position:relative;z-index:1}.hero-winmau-partner{width:100%;margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.09);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;position:relative;z-index:1}.hero-winmau-partner span{text-transform:uppercase;letter-spacing:.18em;color:#9b9b9b;font-size:11px;font-weight:800}.hero-winmau-partner img{display:block;width:min(155px,78%);height:auto;max-height:34px}
.btn{border-radius:12px;padding:14px 20px}.btn-primary{background:var(--brand-red)}.btn-success{background:var(--brand-green);color:#fff;border:none}.btn-secondary{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14)}
.card{border-radius:22px;background:linear-gradient(180deg,rgba(22,22,22,.98),rgba(10,10,10,.98));box-shadow:0 22px 60px rgba(0,0,0,.30)}.soft-box{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.055)}.section-title .eyebrow{color:#ff626a}.accent-red{background:var(--brand-red)!important}.accent-green{background:var(--brand-green)!important}.accent-gray{background:var(--brand-gray)!important}
.festival-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:-4px 0 24px}.stat-card{min-height:110px;padding:20px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(255,255,255,.035);display:flex;flex-direction:column;justify-content:center}.stat-card strong{font-size:28px;color:#fff}.stat-card span{margin-top:5px;color:#9f9f9f;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.stat-card:nth-child(2){border-bottom:3px solid var(--brand-red)}.stat-card:nth-child(3){border-bottom:3px solid var(--brand-green)}
.schedule-stack{display:grid;gap:10px}.schedule-strip{display:grid;grid-template-columns:155px 1fr;gap:14px;align-items:center;padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.04);border-left:4px solid rgba(var(--day-rgb,255,255,255),.92)}.schedule-strip strong{color:var(--day-color,#fff)}.schedule-strip span{color:#c7c7c7}.location-mark-wrap{display:flex;justify-content:center;padding:18px 0 24px}.location-mark-wrap img{width:220px;max-width:70%;height:auto}.location-identity-panel{display:grid;grid-template-columns:minmax(220px,380px) 1fr;gap:28px;align-items:center;padding:28px;border-radius:24px;background:#111;border:1px solid rgba(255,255,255,.09)}.location-identity-panel img{width:100%;height:auto}.location-identity-panel div{display:grid;gap:8px}.location-identity-panel strong{font-size:28px;color:#fff}.location-identity-panel span{color:#aaa}
.partner-feature{display:grid;grid-template-columns:1.35fr .65fr;gap:30px;align-items:center;margin:34px 0;padding:34px;border-radius:24px;background:linear-gradient(120deg,rgba(225,26,34,.13),rgba(255,255,255,.035) 48%,rgba(0,154,68,.10));border:1px solid rgba(255,255,255,.10)}.partner-feature h2{margin:8px 0 12px;font-size:clamp(30px,4vw,48px)}.partner-feature p{color:#d1d1d1;line-height:1.75}.partner-feature-logo{min-height:130px;border-radius:18px;background:#080808;display:flex;align-items:center;justify-content:center;padding:30px;border:1px solid rgba(255,255,255,.08)}.partner-feature-logo img{width:220px;max-width:100%;height:auto}.partner-feature .eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#ff656c;font-size:12px;font-weight:800}
.sponsor-logo-card{border-radius:18px;background:linear-gradient(180deg,#171717,#0b0b0b)}.sponsor-logo-media{min-height:75px}.sponsor-logo-card img{max-height:74px}.hero-main-sponsor-card{border-radius:16px;background:#111}.sponsor-logo-text em{color:#9fdcb9}.sponsor-subgroup-heading{color:#bdbdbd}
.footer{background:#070707}.footer-inner{display:grid;gap:8px}.footer-links{display:flex;gap:16px;flex-wrap:wrap;margin-top:4px}.footer-links a{color:#d0d0d0}
#page-spelers{background:radial-gradient(circle at 0% 0%,rgba(225,26,34,.12),transparent 27%),radial-gradient(circle at 100% 100%,rgba(0,154,68,.10),transparent 30%),var(--black)}
.h20-ready-badge{background:rgba(0,154,68,.13)!important;border-color:rgba(0,154,68,.36)!important;color:#a9ebc7!important}.h20-ready-number{color:#ff7f85!important}
@media(max-width:1100px){.hero-brand-stage{min-height:360px}.festival-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.partner-feature{grid-template-columns:1fr}.brand-logo{width:170px;height:66px}}
@media(max-width:760px){.header-inner{min-height:72px}.brand-logo{width:155px;height:58px}.hero-rebrand{padding:30px 20px}.hero-grid,.grid-2,.grid-3,.grid-cards,.schedule-grid,.player-cards{grid-template-columns:1fr}.hero-brand-stage{min-height:300px}.festival-stats{grid-template-columns:1fr 1fr}.schedule-strip{grid-template-columns:1fr}.location-identity-panel{grid-template-columns:1fr}.nav{display:none}.mobile-menu-toggle{display:block}}
@media(max-width:480px){.festival-stats{grid-template-columns:1fr}.hero-title-secondary{font-size:.5em}.partner-feature{padding:24px 20px}}


/* 0109B — homepage sponsor hierarchy + cache release */
.hero-partner-stack{width:100%;margin-top:20px;position:relative;z-index:1}
.hero-partner-stack .hero-main-sponsor{margin-top:0;margin-bottom:16px}
.hero-partner-stack .hero-main-sponsor-card{min-height:82px;padding:14px 18px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border-color:rgba(225,26,34,.22)}
.hero-partner-stack .hero-main-sponsor-card img{max-height:48px;max-width:190px}
.hero-partner-stack .hero-main-sponsor-card small{display:none}
.hero-partner-stack .hero-winmau-partner{margin-top:0;padding-top:15px}
@media(max-width:700px){.hero-partner-stack .hero-main-sponsor-card{min-height:auto}.hero-partner-stack .hero-main-sponsor-card img{max-height:42px}}


/* 2026-09-01 0109C: geïntegreerde festivalheader met tweeregelige desktopnavigatie */
.site-header {
  background:
    linear-gradient(90deg, rgba(225,26,34,.055), transparent 24%, transparent 76%, rgba(0,154,68,.045)),
    rgba(8,8,8,.96);
  border-bottom: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 14px 38px rgba(0,0,0,.34);
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, var(--red) 0 33%, rgba(255,255,255,.24) 33% 67%, var(--green) 67% 100%);
  opacity: .72;
  pointer-events: none;
}
.header-inner.header-inner-expanded {
  display: grid;
  grid-template-columns: minmax(260px, 300px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 118px;
  padding: 10px 0;
  flex-wrap: nowrap;
}
.header-inner-expanded .brand-logo-link {
  display: flex;
  align-items: center;
  align-self: stretch;
  min-width: 0;
}
.header-inner-expanded .brand-logo {
  width: 292px;
  height: 98px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 9px 18px rgba(0,0,0,.22));
}
.header-nav-stack {
  display: grid;
  align-content: center;
  gap: 7px;
  min-width: 0;
}
.site-header .header-nav-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  min-width: 0;
}
.site-header .header-nav-row a {
  position: relative;
  flex: 0 1 auto;
  min-width: 0;
  padding: 8px 9px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  box-shadow: none;
  color: #efeff0;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.1;
  white-space: nowrap;
}
.site-header .header-nav-row-secondary a {
  color: #aaaab0;
  font-size: 12px;
  font-weight: 650;
}
.site-header .header-nav-row a::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: transparent;
  transform: scaleX(.35);
  opacity: 0;
  transition: transform .18s ease, opacity .18s ease, background .18s ease;
}
.site-header .header-nav-row a:hover,
.site-header .header-nav-row a:focus-visible {
  color: #fff;
  background: rgba(255,255,255,.055);
  border: 0;
  box-shadow: none;
  transform: none;
}
.site-header .header-nav-row a:hover::after,
.site-header .header-nav-row a:focus-visible::after {
  background: var(--green);
  transform: scaleX(1);
  opacity: .85;
}
.site-header .header-nav-row a.active {
  color: #fff;
  background: rgba(225,26,34,.105);
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(225,26,34,.23);
}
.site-header .header-nav-row a.active::after {
  background: var(--red);
  transform: scaleX(1);
  opacity: 1;
}
.header-signup-cta {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 66px;
  padding: 16px 22px;
  border: 1px solid rgba(99,255,153,.48);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #00ad4d 0%, #008b3e 100%);
  box-shadow: 0 14px 32px rgba(0,154,68,.27), inset 0 1px 0 rgba(255,255,255,.16);
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.01em;
  white-space: nowrap;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.header-signup-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 90px;
  height: 90px;
  right: -42px;
  top: -48px;
  border-radius: 50%;
  border: 12px solid rgba(255,255,255,.11);
}
.header-signup-cta::after {
  content: "→";
  margin-left: 9px;
  font-size: 20px;
  line-height: 1;
}
.header-signup-cta:hover,
.header-signup-cta:focus-visible {
  color: #fff;
  filter: brightness(1.09);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0,154,68,.34), inset 0 1px 0 rgba(255,255,255,.2);
}
.header-signup-cta.active {
  box-shadow: 0 0 0 2px rgba(255,255,255,.16), 0 18px 38px rgba(0,154,68,.34);
}
.header-inner-expanded .mobile-menu-toggle { display: none; }

@media (max-width: 1180px) {
  .header-inner.header-inner-expanded { grid-template-columns: minmax(220px, 250px) minmax(0,1fr) auto; gap: 18px; }
  .header-inner-expanded .brand-logo { width: 246px; height: 88px; }
  .site-header .header-nav-row a { padding-left: 7px; padding-right: 7px; font-size: 12px; }
  .site-header .header-nav-row-secondary a { font-size: 11.5px; }
  .header-signup-cta { min-width: 150px; min-height: 60px; padding: 14px 18px; font-size: 15px; }
}

@media (max-width: 1010px) {
  .header-inner.header-inner-expanded {
    grid-template-columns: minmax(190px,1fr) auto auto;
    min-height: 90px;
    gap: 12px;
  }
  .header-nav-stack { display: none; }
  .header-inner-expanded .mobile-menu-toggle {
    display: inline-flex !important;
    min-height: 54px;
    padding: 12px 17px;
    border-radius: 16px;
  }
  .header-inner-expanded .brand-logo { width: 220px; height: 72px; }
  .header-signup-cta { min-width: 148px; min-height: 54px; border-radius: 16px; }
  .site-header .mobile-nav a { border-radius: 14px; }
}

@media (max-width: 620px) {
  .header-inner.header-inner-expanded {
    grid-template-columns: minmax(0,1fr) auto;
    min-height: 78px;
    gap: 10px;
    padding: 7px 0;
  }
  .header-inner-expanded .brand-logo { width: 188px; height: 64px; }
  .header-signup-cta { display: none; }
  .header-inner-expanded .mobile-menu-toggle { min-height: 48px; padding: 10px 15px; }
}

@media (max-width: 390px) {
  .header-inner-expanded .brand-logo { width: 165px; height: 58px; }
}

/* =========================================================
   2026-09-01 0109D: header/footer schaal + vast festivalbeeldmerk
   ========================================================= */

/* Het losse beeldmerk vormt op publieke informatiepagina's een vaste,
   zeer transparante achtergrond waar de paginacontent overheen scrolt. */
:is(
  #page-home,
  #page-contact,
  #page-dartconnect,
  #page-faq,
  #page-locatie,
  #page-prijzengeld,
  #page-privacy,
  #page-spelers,
  #page-sponsor-factsheet,
  #page-sponsoren,
  #page-sponsor-voorwaarden,
  #page-sponsor-checkout,
  #page-toernooien,
  #page-voorwaarden
) {
  position: relative;
  isolation: isolate;
}

:is(
  #page-home,
  #page-contact,
  #page-dartconnect,
  #page-faq,
  #page-locatie,
  #page-prijzengeld,
  #page-privacy,
  #page-spelers,
  #page-sponsor-factsheet,
  #page-sponsoren,
  #page-sponsor-voorwaarden,
  #page-sponsor-checkout,
  #page-toernooien,
  #page-voorwaarden
)::before {
  content: "";
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-image: url('/images/branding/h20-dartsfestival-mark-dark.svg?v=20260908-0809B');
  background-repeat: no-repeat;
  background-position: center 54%;
  background-size: min(74vw, 980px) auto;
  opacity: .055;
  filter: saturate(.88);
}

:is(
  #page-home,
  #page-contact,
  #page-dartconnect,
  #page-faq,
  #page-locatie,
  #page-prijzengeld,
  #page-privacy,
  #page-spelers,
  #page-sponsor-factsheet,
  #page-sponsoren,
  #page-sponsor-voorwaarden,
  #page-sponsor-checkout,
  #page-toernooien,
  #page-voorwaarden
) > main,
:is(
  #page-home,
  #page-contact,
  #page-dartconnect,
  #page-faq,
  #page-locatie,
  #page-prijzengeld,
  #page-privacy,
  #page-spelers,
  #page-sponsor-factsheet,
  #page-sponsoren,
  #page-sponsor-voorwaarden,
  #page-sponsor-checkout,
  #page-toernooien,
  #page-voorwaarden
) > footer {
  position: relative;
  z-index: 1;
}

/* De echte inschrijfpagina blijft bewust volledig zwart en zonder beeldmerk. */
#page-inschrijven {
  background: #000 !important;
}
#page-inschrijven::before {
  content: none !important;
}

/* Header: circa 20% groter logo en ruimere navigatie. */
.header-inner.header-inner-expanded {
  grid-template-columns: minmax(330px, 360px) minmax(0, 1fr) auto;
  gap: 30px;
  min-height: 140px;
  padding: 12px 0;
}
.header-inner-expanded .brand-logo {
  width: 350px;
  height: 118px;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.30));
}
.site-header .header-nav-row {
  gap: 4px;
}
.site-header .header-nav-row a {
  padding: 10px 11px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 780;
}
.site-header .header-nav-row-secondary a {
  font-size: 13px;
  font-weight: 680;
}
.site-header .header-nav-row a::after {
  left: 11px;
  right: 11px;
  bottom: 2px;
}
.header-signup-cta {
  min-width: 176px;
  min-height: 70px;
  padding: 17px 23px;
  font-size: 18px;
}

/* Footer: hoofdlogo ongeveer tweemaal zo groot als voorheen. */
.footer-brand-logo {
  width: 440px;
  max-width: min(100%, 440px);
  margin-bottom: 18px;
}
.footer-inner {
  gap: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 1180px) {
  .header-inner.header-inner-expanded {
    grid-template-columns: minmax(250px, 292px) minmax(0,1fr) auto;
    gap: 18px;
    min-height: 118px;
  }
  .header-inner-expanded .brand-logo {
    width: 292px;
    height: 102px;
  }
  .site-header .header-nav-row a {
    padding: 8px 8px;
    font-size: 12.5px;
  }
  .site-header .header-nav-row-secondary a {
    font-size: 12px;
  }
  .header-signup-cta {
    min-width: 154px;
    min-height: 60px;
    padding: 14px 17px;
    font-size: 15.5px;
  }
}

@media (max-width: 1010px) {
  .header-inner.header-inner-expanded {
    grid-template-columns: minmax(220px,1fr) auto auto;
    min-height: 102px;
  }
  .header-inner-expanded .brand-logo {
    width: 264px;
    height: 86px;
  }
}

@media (max-width: 760px) {
  :is(
    #page-home,
    #page-contact,
    #page-dartconnect,
    #page-faq,
    #page-locatie,
    #page-prijzengeld,
    #page-privacy,
    #page-spelers,
    #page-sponsor-factsheet,
    #page-sponsoren,
    #page-sponsor-voorwaarden,
    #page-sponsor-checkout,
    #page-toernooien,
    #page-voorwaarden
  )::before {
    background-position: center 46%;
    background-size: 118vw auto;
    opacity: .045;
  }
  .footer-brand-logo {
    width: 360px;
    max-width: 100%;
  }
}

@media (max-width: 620px) {
  .header-inner.header-inner-expanded {
    min-height: 88px;
    padding: 7px 0;
  }
  .header-inner-expanded .brand-logo {
    width: 218px;
    height: 74px;
  }
}

@media (max-width: 390px) {
  .header-inner-expanded .brand-logo {
    width: 190px;
    height: 66px;
  }
  .footer-brand-logo {
    width: 310px;
  }
}

/* =========================================================
   2026-09-01 0109E: sponsoruitlijning + transparantere contentpanelen
   ========================================================= */

/* Hero: Hoofdsponsor exact dezelfde gecentreerde labelbehandeling als Official Partner. */
.hero-partner-stack .hero-main-sponsor,
.hero-partner-stack .hero-main-sponsor-label {
  width: 100%;
  text-align: center;
}
.hero-partner-stack .hero-main-sponsor-label {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Publieke informatiepagina's: panelen blijven voldoende donker voor leesbaarheid,
   maar laten het vaste H20-beeldmerk subtiel door de interface heen zichtbaar worden. */
:is(
  #page-home,
  #page-contact,
  #page-dartconnect,
  #page-faq,
  #page-locatie,
  #page-prijzengeld,
  #page-privacy,
  #page-spelers,
  #page-sponsor-factsheet,
  #page-sponsoren,
  #page-sponsor-voorwaarden,
  #page-sponsor-checkout,
  #page-toernooien,
  #page-voorwaarden
) {
  --panel: rgba(19, 19, 19, .80);
  --panel-2: rgba(8, 8, 8, .73);
}

:is(
  #page-home,
  #page-contact,
  #page-dartconnect,
  #page-faq,
  #page-locatie,
  #page-prijzengeld,
  #page-privacy,
  #page-spelers,
  #page-sponsor-factsheet,
  #page-sponsoren,
  #page-sponsor-voorwaarden,
  #page-sponsor-checkout,
  #page-toernooien,
  #page-voorwaarden
) :is(
  .card,
  .hero,
  .hero-brand-stage,
  .sponsor-logo-card,
  .location-identity-panel,
  .partner-feature-logo,
  .sponsor-subgroup-main,
  .sponsor-subgroup-organization,
  .sponsor-subgroup-event
) {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

:is(
  #page-home,
  #page-contact,
  #page-dartconnect,
  #page-faq,
  #page-locatie,
  #page-prijzengeld,
  #page-privacy,
  #page-spelers,
  #page-sponsor-factsheet,
  #page-sponsoren,
  #page-sponsor-voorwaarden,
  #page-sponsor-checkout,
  #page-toernooien,
  #page-voorwaarden
) .card {
  background: linear-gradient(180deg, rgba(22,22,22,.82), rgba(10,10,10,.74));
}

:is(
  #page-home,
  #page-contact,
  #page-dartconnect,
  #page-faq,
  #page-locatie,
  #page-prijzengeld,
  #page-privacy,
  #page-spelers,
  #page-sponsor-factsheet,
  #page-sponsoren,
  #page-sponsor-voorwaarden,
  #page-sponsor-checkout,
  #page-toernooien,
  #page-voorwaarden
) .hero {
  background: linear-gradient(145deg, rgba(15,15,15,.87), rgba(5,5,5,.80));
}

:is(
  #page-home,
  #page-contact,
  #page-dartconnect,
  #page-faq,
  #page-locatie,
  #page-prijzengeld,
  #page-privacy,
  #page-spelers,
  #page-sponsor-factsheet,
  #page-sponsoren,
  #page-sponsor-voorwaarden,
  #page-sponsor-checkout,
  #page-toernooien,
  #page-voorwaarden
) .hero-brand-stage {
  background: linear-gradient(150deg, rgba(24,24,24,.74), rgba(8,8,8,.64));
}

:is(
  #page-home,
  #page-contact,
  #page-dartconnect,
  #page-faq,
  #page-locatie,
  #page-prijzengeld,
  #page-privacy,
  #page-spelers,
  #page-sponsor-factsheet,
  #page-sponsoren,
  #page-sponsor-voorwaarden,
  #page-sponsor-checkout,
  #page-toernooien,
  #page-voorwaarden
) .sponsor-logo-card {
  background: linear-gradient(180deg, rgba(23,23,23,.79), rgba(11,11,11,.70));
}

:is(
  #page-home,
  #page-contact,
  #page-dartconnect,
  #page-faq,
  #page-locatie,
  #page-prijzengeld,
  #page-privacy,
  #page-spelers,
  #page-sponsor-factsheet,
  #page-sponsoren,
  #page-sponsor-voorwaarden,
  #page-sponsor-checkout,
  #page-toernooien,
  #page-voorwaarden
) .location-identity-panel {
  background: rgba(17,17,17,.76);
}

:is(
  #page-home,
  #page-contact,
  #page-dartconnect,
  #page-faq,
  #page-locatie,
  #page-prijzengeld,
  #page-privacy,
  #page-spelers,
  #page-sponsor-factsheet,
  #page-sponsoren,
  #page-sponsor-voorwaarden,
  #page-sponsor-checkout,
  #page-toernooien,
  #page-voorwaarden
) .partner-feature-logo {
  background: rgba(8,8,8,.70);
}

/* De gekleurde toernooiblokken waren nog vrijwel volledig dekkend. */
#page-toernooien .tournament-accordion {
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--tournament-accent-rgb), .10), transparent 38%),
    linear-gradient(145deg, rgba(var(--tournament-accent-rgb), .075), rgba(16,17,23,.80) 44%, rgba(var(--tournament-accent-rgb), .03));
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
#page-toernooien .tournament-accordion[open] {
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--tournament-accent-rgb), .08), transparent 44%),
    linear-gradient(145deg, rgba(var(--tournament-accent-rgb), .08), rgba(16,17,23,.84) 48%, rgba(var(--tournament-accent-rgb), .025));
}
@media (hover: hover) and (pointer: fine) {
  #page-toernooien .tournament-accordion:not([open]):hover {
    background:
      radial-gradient(circle at 100% 0%, rgba(var(--tournament-accent-rgb), .15), transparent 40%),
      linear-gradient(145deg, rgba(var(--tournament-accent-rgb), .11), rgba(18,19,26,.84) 44%, rgba(var(--tournament-accent-rgb), .05));
  }
}

/* Inschrijven blijft bewust een volledig zwarte, ondoorzichtige uitzondering. */
#page-inschrijven,
#page-inschrijven .card,
#page-inschrijven .hero {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}


/* 0109I — compacte, prominente baansponsoring */
.sponsor-package-baansponsor {
  grid-column: span 2;
  border-color: rgba(225,26,34,.38);
  background:
    linear-gradient(135deg, rgba(225,26,34,.09), transparent 34%),
    linear-gradient(225deg, rgba(0,154,68,.07), transparent 38%),
    linear-gradient(180deg, var(--panel) 0%, var(--panel-2) 100%);
  box-shadow: 0 28px 70px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.025);
}
.baansponsor-offer-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 140px;
  gap: 20px;
  align-items: start;
}
.baansponsor-offer-copy { min-width: 0; }
.baansponsor-offer-preview {
  width: 140px;
  margin: 0;
  justify-self: end;
  text-align: center;
}
.baansponsor-offer-preview img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 215px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.34));
}
.baansponsor-offer-preview figcaption {
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.baansponsor-offer-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}
.baansponsor-offer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.baansponsor-offer-footer p {
  flex: 1 1 360px;
  margin: 0;
  max-width: 720px;
  color: var(--text);
}
@media (max-width: 1100px) {
  .sponsor-package-baansponsor { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .baansponsor-offer-layout { grid-template-columns: minmax(0,1fr) 118px; gap: 14px; }
  .baansponsor-offer-preview { width: 118px; }
  .baansponsor-offer-preview img { max-height: 182px; }
  .baansponsor-offer-benefits { grid-template-columns: 1fr; }
}
@media (max-width: 460px) {
  .baansponsor-offer-layout { grid-template-columns: 1fr; }
  .baansponsor-offer-preview { width: 112px; justify-self: start; }
}


/* 2026-09-01 0109L: vaste H20 pay-off met branded bullseye-separator */
#page-home .hero-payoff {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.28em;
  margin-top:2px;
  font-size:.48em;
  line-height:1.08;
  letter-spacing:.085em;
  text-transform:uppercase;
  color:#fff;
  font-weight:800;
}
#page-home .hero-payoff span:last-child {
  color:#f3f3f3;
}

/* Miniatuur van de H20 target-0 als separator in de pay-off. */
.brand-payoff {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.38em;
}
.brand-payoff-mark {
  display:inline-block;
  width:.92em;
  height:.92em;
  flex:0 0 .92em;
  border-radius:50%;
  background:radial-gradient(circle at center,
    var(--brand-red) 0 20%,
    #fff 21% 38%,
    #141414 39% 56%,
    var(--brand-green) 57% 100%);
  box-shadow:0 0 0 1px rgba(255,255,255,.14);
  vertical-align:-.08em;
}
.eyebrow.brand-payoff {
  display:flex;
  width:max-content;
  max-width:100%;
  gap:.48em;
}
.eyebrow.brand-payoff .brand-payoff-mark {
  width:.95em;
  height:.95em;
  flex-basis:.95em;
}
.footer-inner > div:first-of-type::before {
  content:"Feel the focus • Own the board";
  display:block;
  width:max-content;
  max-width:100%;
  margin:1px 0 8px;
  color:#fff;
  font-weight:800;
  font-size:12px;
  line-height:1.25;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.footer-inner > div:first-of-type::after {
  content:"";
  display:block;
  width:min(260px,60%);
  height:2px;
  margin-top:9px;
  background:linear-gradient(90deg,var(--brand-red) 0 45%,rgba(255,255,255,.22) 45% 55%,var(--brand-green) 55% 100%);
  border-radius:999px;
}
@media(max-width:760px){
  #page-home .hero-payoff{font-size:.46em;gap:.22em;letter-spacing:.055em}
  .footer-inner::before{font-size:10px;letter-spacing:.11em}
}


/* 0209E — vrijwilligers: visuele crew-pagina */
.volunteer-home-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(270px,.75fr);
  gap: 34px;
  align-items: center;
  margin: 34px 0 0;
  padding: 36px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 26px;
  background:
    radial-gradient(circle at 0 100%,rgba(0,154,68,.17),transparent 34%),
    radial-gradient(circle at 100% 0,rgba(225,26,34,.13),transparent 32%),
    linear-gradient(135deg,rgba(18,18,18,.88),rgba(7,7,7,.92));
  box-shadow: 0 22px 60px rgba(0,0,0,.26);
}
.volunteer-home-cta::after {
  content:"CREW";
  position:absolute;
  right:24px;
  bottom:-23px;
  color:rgba(255,255,255,.022);
  font-size:112px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.05em;
  pointer-events:none;
}
.volunteer-home-copy,.volunteer-home-action { position:relative; z-index:1; }
.volunteer-home-cta h2 { margin:7px 0 10px; font-size:clamp(30px,4vw,46px); }
.volunteer-home-cta p { margin:0; color:#d1d1d1; line-height:1.75; }
.volunteer-home-action { display:flex; flex-direction:column; align-items:flex-start; gap:16px; }
.volunteer-home-action>span { color:#c4c7c9; font-size:14px; line-height:1.65; }
.volunteer-home-chips { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.volunteer-home-chips span { padding:7px 10px; border:1px solid rgba(255,255,255,.09); border-radius:999px; background:rgba(255,255,255,.045); color:#e2e2e2; font-size:12px; font-weight:800; }

#page-vrijwilligers .page-shell { padding-top:26px; }
#page-vrijwilligers .breadcrumbs { margin-bottom:18px; }
.volunteer-hero {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(300px,.78fr);
  gap:42px;
  align-items:stretch;
  margin-bottom:20px;
  padding:48px 44px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  border-radius:30px;
  background:
    radial-gradient(circle at 2% 8%,rgba(225,26,34,.18),transparent 34%),
    radial-gradient(circle at 98% 92%,rgba(0,154,68,.17),transparent 34%),
    linear-gradient(145deg,rgba(18,18,18,.91),rgba(7,7,7,.94));
  box-shadow:0 30px 85px rgba(0,0,0,.38);
}
.volunteer-hero::before {
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height:3px;
  background:linear-gradient(90deg,var(--brand-red) 0 42%,rgba(255,255,255,.2) 50%,var(--brand-green) 58% 100%);
}
.volunteer-hero-copy { position:relative; z-index:1; align-self:center; }
.volunteer-hero h1 { margin:18px 0 18px; max-width:850px; font-size:clamp(42px,5.5vw,72px); line-height:.99; letter-spacing:-.035em; color:#fff; }
.volunteer-hero p { max-width:760px; margin:0; color:#d2d2d2; font-size:18px; line-height:1.7; }
.volunteer-hero .volunteer-hero-sub { margin-top:13px; color:#aeb2b5; font-size:15px; }
.volunteer-hero .hero-actions { margin-top:26px; }
.volunteer-crew-panel {
  position:relative;
  display:flex;
  min-height:360px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  text-align:center;
}
.volunteer-crew-panel::after {
  content:"";
  position:absolute;
  width:220px;height:220px;
  right:-90px;bottom:-90px;
  border:34px solid rgba(0,154,68,.08);
  border-radius:50%;
}
.volunteer-crew-panel img { width:min(70%,210px); height:auto; margin-bottom:12px; }
.volunteer-crew-kicker { color:#a8abad; font-size:11px; font-weight:900; letter-spacing:.22em; }
.volunteer-crew-title { margin-top:2px; color:#fff; font-size:52px; line-height:1; font-weight:950; letter-spacing:.08em; }
.volunteer-crew-panel p { margin:14px 0 0; color:#bfc2c4; font-size:14px; line-height:1.55; }
.volunteer-crew-panel p strong { color:#fff; }
.volunteer-crew-payoff { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:.55em; margin-top:20px; color:#dedede; text-transform:uppercase; letter-spacing:.11em; font-weight:850; font-size:10px; }
.volunteer-crew-payoff .brand-payoff-mark { width:16px; height:16px; flex:0 0 16px; }

.volunteer-benefits { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; margin:0 0 46px; }
.volunteer-benefit {
  position:relative;
  min-height:210px;
  padding:24px 22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.085);
  border-radius:21px;
  background:linear-gradient(180deg,rgba(25,25,25,.86),rgba(9,9,9,.88));
}
.volunteer-benefit::after { content:""; position:absolute; left:0; right:0; bottom:0; height:3px; background:#707070; }
.volunteer-benefit.benefit-red::after { background:var(--brand-red); }
.volunteer-benefit.benefit-green::after { background:var(--brand-green); }
.volunteer-benefit.benefit-white::after { background:#fff; }
.volunteer-benefit-icon { display:flex; align-items:center; justify-content:center; width:48px; height:48px; margin-bottom:18px; border-radius:15px; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.08); }
.volunteer-benefit-icon svg,.volunteer-role-icon svg { width:25px; height:25px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.benefit-red .volunteer-benefit-icon { color:#ff6268; background:rgba(225,26,34,.10); }
.benefit-green .volunteer-benefit-icon { color:#2ecc71; background:rgba(0,154,68,.10); }
.benefit-gray .volunteer-benefit-icon { color:#a8abad; }
.benefit-white .volunteer-benefit-icon { color:#fff; }
.volunteer-benefit strong { display:block; margin-bottom:9px; color:#fff; font-size:20px; }
.volunteer-benefit span { display:block; color:#bfc2c4; line-height:1.62; font-size:14px; }

.volunteer-section { margin:44px 0; }
.volunteer-section-heading { max-width:900px; }
.volunteer-section-heading p { max-width:760px; }
.volunteer-role-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.volunteer-role-card {
  --role-accent:#777;
  position:relative;
  min-height:330px;
  padding:28px 28px 26px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb,var(--role-accent) 12%,transparent), transparent 38%),
    linear-gradient(180deg,rgba(23,23,23,.88),rgba(8,8,8,.90));
  box-shadow:0 18px 48px rgba(0,0,0,.20);
}
.volunteer-role-card::before { content:""; position:absolute; left:0; top:0; bottom:0; width:4px; background:var(--role-accent); }
.volunteer-role-card::after { content:""; position:absolute; width:145px; height:145px; right:-70px; bottom:-70px; border:20px solid color-mix(in srgb,var(--role-accent) 8%,transparent); border-radius:50%; pointer-events:none; }
.volunteer-role-card.role-red { --role-accent:var(--brand-red); }
.volunteer-role-card.role-green { --role-accent:var(--brand-green); }
.volunteer-role-card.role-gray { --role-accent:#73777a; }
.volunteer-role-card.role-white { --role-accent:#e8e8e8; }
.volunteer-role-top { display:flex; align-items:center; gap:12px; margin-bottom:22px; }
.volunteer-role-top>span { color:#9da1a4; font-size:11px; font-weight:900; letter-spacing:.16em; }
.volunteer-role-icon { display:flex; align-items:center; justify-content:center; width:48px; height:48px; border-radius:15px; color:var(--role-accent); background:color-mix(in srgb,var(--role-accent) 9%,rgba(255,255,255,.035)); border:1px solid color-mix(in srgb,var(--role-accent) 25%,rgba(255,255,255,.04)); }
.volunteer-role-number { position:absolute; top:28px; right:28px; color:rgba(255,255,255,.16); font-size:30px; font-weight:950; letter-spacing:-.03em; }
.volunteer-role-card h3 { margin:0 0 12px; max-width:88%; color:#fff; font-size:28px; line-height:1.12; }
.volunteer-role-card p { margin:0; color:#c4c6c7; line-height:1.68; }
.volunteer-role-fit { position:relative; z-index:1; margin-top:20px; padding-top:16px; border-top:1px solid rgba(255,255,255,.075); color:#aeb2b5; font-size:13px; line-height:1.55; }
.volunteer-role-fit b { color:#f2f2f2; }

.volunteer-inside-card {
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:34px;
  align-items:center;
  margin:42px 0;
  padding:36px;
  border:1px solid rgba(0,154,68,.25);
  border-radius:26px;
  background:
    radial-gradient(circle at 0 100%,rgba(0,154,68,.13),transparent 38%),
    linear-gradient(135deg,rgba(15,15,15,.91),rgba(7,7,7,.91));
}
.volunteer-inside-copy h2 { margin:7px 0 13px; font-size:clamp(30px,4vw,46px); line-height:1.06; }
.volunteer-inside-copy p { margin:0; color:#c4c6c7; line-height:1.75; }
.volunteer-inside-points { display:grid; gap:10px; }
.volunteer-inside-points>div { display:grid; grid-template-columns:42px 1fr; gap:4px 14px; padding:15px 16px; border:1px solid rgba(255,255,255,.075); border-radius:16px; background:rgba(255,255,255,.03); }
.volunteer-inside-points span { grid-row:1 / span 2; display:flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:50%; background:rgba(0,154,68,.13); color:#50d58c; font-weight:900; font-size:12px; }
.volunteer-inside-points strong { color:#fff; font-size:16px; }
.volunteer-inside-points small { color:#aeb2b5; line-height:1.5; font-size:13px; }

.volunteer-details { margin-top:34px; }
.volunteer-details>.card { background:linear-gradient(180deg,rgba(21,21,21,.87),rgba(8,8,8,.89)); }
.volunteer-check-list { display:grid; gap:11px; }
.volunteer-check-list>div { display:grid; grid-template-columns:28px 1fr; gap:10px; align-items:start; padding:13px 14px; border-radius:14px; background:rgba(255,255,255,.035); color:#c7c9ca; line-height:1.55; }
.volunteer-check-list i { display:flex; align-items:center; justify-content:center; width:24px; height:24px; border-radius:50%; background:rgba(0,154,68,.13); color:#5cdb94; font-style:normal; font-weight:900; }
.volunteer-practical-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:11px; }
.volunteer-practical-grid>div { min-height:108px; padding:15px; border:1px solid rgba(255,255,255,.065); border-radius:15px; background:rgba(255,255,255,.03); }
.volunteer-practical-grid span { display:block; margin-bottom:8px; color:#ff636a; font-size:10px; font-weight:900; letter-spacing:.14em; }
.volunteer-practical-grid strong { display:block; color:#fff; line-height:1.3; }
.volunteer-practical-grid small { display:block; margin-top:5px; color:#9da1a4; line-height:1.45; }

.volunteer-steps { margin:46px 0 40px; }
.volunteer-step-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.volunteer-step-grid>div { position:relative; min-height:205px; padding:22px; overflow:hidden; border-radius:19px; border:1px solid rgba(255,255,255,.075); background:linear-gradient(180deg,rgba(16,16,16,.86),rgba(8,8,8,.89)); }
.volunteer-step-grid b { display:flex; align-items:center; justify-content:center; width:40px; height:40px; margin-bottom:18px; border-radius:50%; background:var(--brand-green); color:#fff; font-size:15px; box-shadow:0 0 0 6px rgba(0,154,68,.07); }
.volunteer-step-grid>div:nth-child(2) b { background:#5f6366; box-shadow:0 0 0 6px rgba(255,255,255,.04); }
.volunteer-step-grid>div:nth-child(3) b { background:var(--brand-red); box-shadow:0 0 0 6px rgba(225,26,34,.07); }
.volunteer-step-grid strong { display:block; margin-bottom:8px; color:#fff; font-size:18px; }
.volunteer-step-grid span { display:block; color:#bfc2c4; line-height:1.58; font-size:14px; }

.volunteer-final-cta {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:34px;
  align-items:center;
  margin:40px 0;
  padding:36px;
  overflow:hidden;
  border-radius:25px;
  border:1px solid rgba(0,154,68,.34);
  background:linear-gradient(115deg,rgba(0,154,68,.17),rgba(14,14,14,.91) 55%,rgba(225,26,34,.11));
}
.volunteer-final-cta::after { content:"H20 CREW"; position:absolute; right:30px; bottom:-24px; color:rgba(255,255,255,.025); font-size:82px; font-weight:950; pointer-events:none; }
.volunteer-final-cta>div,.volunteer-final-cta>.btn { position:relative; z-index:1; }
.volunteer-final-cta h2 { margin:6px 0 10px; font-size:clamp(29px,4vw,45px); }
.volunteer-final-cta p { max-width:760px; margin:0; color:#cacccd; line-height:1.7; }

@supports not (background:color-mix(in srgb, red 50%, transparent)) {
  .volunteer-role-card { background:linear-gradient(180deg,rgba(23,23,23,.90),rgba(8,8,8,.92)); }
  .volunteer-role-icon { background:rgba(255,255,255,.045); border-color:rgba(255,255,255,.09); }
}
@media(max-width:1080px) {
  .volunteer-benefits { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .volunteer-step-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:980px) {
  .volunteer-home-cta,.volunteer-hero,.volunteer-inside-card { grid-template-columns:1fr; }
  .volunteer-crew-panel { min-height:270px; }
  .volunteer-crew-panel img { width:min(55%,190px); }
}
@media(max-width:700px) {
  .volunteer-home-cta,.volunteer-hero,.volunteer-inside-card,.volunteer-final-cta { padding:26px 20px; }
  .volunteer-benefits,.volunteer-role-grid,.volunteer-step-grid,.volunteer-final-cta { grid-template-columns:1fr; }
  .volunteer-hero { gap:24px; }
  .volunteer-hero h1 { font-size:clamp(38px,12vw,56px); }
  .volunteer-hero p { font-size:16px; }
  .volunteer-crew-panel { min-height:230px; }
  .volunteer-role-card { min-height:0; padding:24px 22px; }
  .volunteer-role-card h3 { font-size:25px; }
  .volunteer-benefit { min-height:0; }
  .volunteer-practical-grid { grid-template-columns:1fr; }
  .volunteer-final-cta .btn { width:100%; justify-content:center; }
  .volunteer-final-cta::after { font-size:54px; }
}

/* 0209F — sitebrede visuele kaarttaal op basis van H20 Crew */
#page-toernooien { --page-accent: var(--brand-red); --page-identity: "PROGRAMMA"; }
#page-prijzengeld { --page-accent: var(--brand-green); --page-identity: "PRIJZEN"; }
#page-inschrijven { --page-accent: var(--brand-green); --page-identity: "PLAY"; }
#page-spelers { --page-accent: var(--brand-red); --page-identity: "READY"; }
#page-locatie { --page-accent: var(--brand-green); --page-identity: "PURMEREND"; }
#page-dartconnect { --page-accent: #7b7f82; --page-identity: "SCORING"; }
#page-sponsoren { --page-accent: var(--brand-green); --page-identity: "PARTNERS"; }
#page-sponsor-factsheet { --page-accent: var(--brand-green); --page-identity: "SPONSORS"; }
#page-contact { --page-accent: var(--brand-red); --page-identity: "CONTACT"; }
#page-faq { --page-accent: #85898c; --page-identity: "FAQ"; }
#page-voorwaarden { --page-accent: #777b7e; --page-identity: "REGELS"; }
#page-privacy { --page-accent: var(--brand-green); --page-identity: "PRIVACY"; }

#page-toernooien .page-shell > .section-title,
#page-prijzengeld .page-shell > .section-title,
#page-inschrijven .page-shell > .section-title,
#page-spelers .page-shell > .section-title,
#page-locatie .page-shell > .section-title,
#page-dartconnect .page-shell > .section-title,
#page-sponsoren .page-shell > .section-title,
#page-sponsor-factsheet .page-shell > .section-title,
#page-contact .page-shell > .section-title,
#page-faq .page-shell > .section-title,
#page-voorwaarden .page-shell > .section-title,
#page-privacy .page-shell > .section-title {
  position: relative;
  min-height: 260px;
  margin: 12px 0 26px;
  padding: 42px min(35vw,430px) 42px 42px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.105);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0 0, color-mix(in srgb,var(--page-accent) 15%,transparent), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(255,255,255,.035), transparent 37%),
    linear-gradient(145deg,rgba(18,18,18,.91),rgba(7,7,7,.94));
  box-shadow: 0 28px 78px rgba(0,0,0,.32);
  text-align: left;
}
#page-toernooien .page-shell > .section-title::before,
#page-prijzengeld .page-shell > .section-title::before,
#page-inschrijven .page-shell > .section-title::before,
#page-spelers .page-shell > .section-title::before,
#page-locatie .page-shell > .section-title::before,
#page-dartconnect .page-shell > .section-title::before,
#page-sponsoren .page-shell > .section-title::before,
#page-sponsor-factsheet .page-shell > .section-title::before,
#page-contact .page-shell > .section-title::before,
#page-faq .page-shell > .section-title::before,
#page-voorwaarden .page-shell > .section-title::before,
#page-privacy .page-shell > .section-title::before {
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height:3px;
  background:linear-gradient(90deg,var(--brand-red) 0 40%,rgba(255,255,255,.22) 48% 52%,var(--brand-green) 60% 100%);
}
#page-toernooien .page-shell > .section-title::after,
#page-prijzengeld .page-shell > .section-title::after,
#page-inschrijven .page-shell > .section-title::after,
#page-spelers .page-shell > .section-title::after,
#page-locatie .page-shell > .section-title::after,
#page-dartconnect .page-shell > .section-title::after,
#page-sponsoren .page-shell > .section-title::after,
#page-sponsor-factsheet .page-shell > .section-title::after,
#page-contact .page-shell > .section-title::after,
#page-faq .page-shell > .section-title::after,
#page-voorwaarden .page-shell > .section-title::after,
#page-privacy .page-shell > .section-title::after {
  content: var(--page-identity);
  position:absolute;
  top:24px; right:24px; bottom:24px;
  width:min(30%,330px);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:26px 18px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:24px;
  background:
    url('/images/branding/h20-dartsfestival-mark-dark.svg?v=20260908-0809B') center 40% / 104px auto no-repeat,
    radial-gradient(circle at 100% 100%,color-mix(in srgb,var(--page-accent) 13%,transparent),transparent 47%),
    rgba(255,255,255,.025);
  color:#fff;
  font-size:clamp(24px,3vw,43px);
  line-height:1;
  font-weight:950;
  letter-spacing:.065em;
  text-align:center;
  text-shadow:0 3px 18px rgba(0,0,0,.45);
}
#page-toernooien .page-shell > .section-title h1,
#page-prijzengeld .page-shell > .section-title h1,
#page-inschrijven .page-shell > .section-title h1,
#page-spelers .page-shell > .section-title h1,
#page-locatie .page-shell > .section-title h1,
#page-dartconnect .page-shell > .section-title h1,
#page-sponsoren .page-shell > .section-title h1,
#page-sponsor-factsheet .page-shell > .section-title h1,
#page-contact .page-shell > .section-title h1,
#page-faq .page-shell > .section-title h1,
#page-voorwaarden .page-shell > .section-title h1,
#page-privacy .page-shell > .section-title h1 {
  max-width:800px;
  font-size:clamp(38px,4.5vw,62px);
  line-height:1.02;
  letter-spacing:-.03em;
}
#page-toernooien .page-shell > .section-title p,
#page-prijzengeld .page-shell > .section-title p,
#page-inschrijven .page-shell > .section-title p,
#page-spelers .page-shell > .section-title p,
#page-locatie .page-shell > .section-title p,
#page-dartconnect .page-shell > .section-title p,
#page-sponsoren .page-shell > .section-title p,
#page-sponsor-factsheet .page-shell > .section-title p,
#page-contact .page-shell > .section-title p,
#page-faq .page-shell > .section-title p,
#page-voorwaarden .page-shell > .section-title p,
#page-privacy .page-shell > .section-title p { max-width:780px; }
#page-inschrijven .registration-intro { max-width:none; text-align:left; }
#page-inschrijven .registration-intro p { margin-left:0; margin-right:0; }

/* Subtiele grafische ronding in gewone contentkaarten */
main.page-shell .grid-2 > .card,
main.page-shell .grid-3 > .card,
main.page-shell .grid-cards > .card,
main.page-shell .stack > .card,
main.page-shell > .card:not(.sponsor-tier-card),
main.page-shell .player-ready-intro,
main.page-shell .player-card-cta,
main.page-shell .dc-guide-card,
main.page-shell .sponsor-online-panel > .card {
  --card-accent:var(--page-accent,#727679);
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
main.page-shell .grid-2 > .card::after,
main.page-shell .grid-3 > .card::after,
main.page-shell .grid-cards > .card::after,
main.page-shell .stack > .card::after,
main.page-shell > .card:not(.sponsor-tier-card)::after,
main.page-shell .player-ready-intro::after,
main.page-shell .player-card-cta::after,
main.page-shell .dc-guide-card::after,
main.page-shell .sponsor-online-panel > .card::after {
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-76px;
  bottom:-76px;
  border:22px solid color-mix(in srgb,var(--card-accent) 8%,transparent);
  border-radius:50%;
  pointer-events:none;
  z-index:0;
}
main.page-shell .grid-2 > .card > *,
main.page-shell .grid-3 > .card > *,
main.page-shell .grid-cards > .card > *,
main.page-shell .stack > .card > *,
main.page-shell > .card:not(.sponsor-tier-card) > *,
main.page-shell .player-ready-intro > *,
main.page-shell .player-card-cta > *,
main.page-shell .dc-guide-card > *,
main.page-shell .sponsor-online-panel > .card > * { position:relative; z-index:1; }

/* Homepage: iconen + Crew-achtige feature cards */
.festival-feature-grid { gap:18px; }
.festival-feature-card {
  --feature-accent:#73777a;
  position:relative;
  min-height:275px;
  padding:26px 24px;
  overflow:hidden;
  border-color:rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 100% 0,color-mix(in srgb,var(--feature-accent) 12%,transparent),transparent 40%),
    linear-gradient(180deg,rgba(23,23,23,.88),rgba(8,8,8,.91));
}
.festival-feature-card::before { content:""; position:absolute; left:0; top:0; bottom:0; width:4px; background:var(--feature-accent); }
.festival-feature-card::after { content:""; position:absolute; width:145px; height:145px; right:-70px; bottom:-70px; border:20px solid color-mix(in srgb,var(--feature-accent) 8%,transparent); border-radius:50%; }
.festival-feature-card > * { position:relative; z-index:1; }
.festival-feature-card.feature-red { --feature-accent:var(--brand-red); }
.festival-feature-card.feature-green { --feature-accent:var(--brand-green); }
.festival-feature-card.feature-gray { --feature-accent:#85898c; }
.festival-feature-icon { display:flex; align-items:center; justify-content:center; width:52px; height:52px; margin-bottom:19px; border-radius:16px; color:var(--feature-accent); background:color-mix(in srgb,var(--feature-accent) 9%,rgba(255,255,255,.035)); border:1px solid color-mix(in srgb,var(--feature-accent) 24%,rgba(255,255,255,.04)); }
.festival-feature-icon svg { width:28px; height:28px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.festival-feature-label { margin-bottom:9px; color:#9da1a4; font-size:10px; font-weight:900; letter-spacing:.16em; }
.festival-feature-card h3 { margin:0 0 11px; font-size:27px; }
.festival-feature-card p { margin:0; }

/* Homepage-programma: dagcodes als eigen visueel element */
#page-home .schedule-strip { position:relative; overflow:hidden; padding-left:68px; }
#page-home .schedule-strip::before { position:absolute; left:14px; top:50%; transform:translateY(-50%); display:flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:50%; border:1px solid rgba(255,255,255,.12); font-size:11px; font-weight:950; letter-spacing:.04em; }
#page-home .schedule-strip.day-friday::before { content:"VR"; background:rgba(109,109,109,.18); color:#e5e5e5; }
#page-home .schedule-strip.day-saturday::before { content:"ZA"; background:rgba(225,26,34,.18); color:#ff979b; }
#page-home .schedule-strip.day-sunday::before { content:"ZO"; background:rgba(0,154,68,.18); color:#63df99; }
#page-home .schedule-strip.day-monday::before { content:"MA"; background:rgba(255,255,255,.90); color:#111; }

/* Toernooipagina: vier dagkaarten met VR / ZA / ZO / MA */
.tournament-day-group {
  --day-accent:#73777a;
  position:relative;
  padding:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.085);
  border-radius:26px;
  background:
    radial-gradient(circle at 100% 0,color-mix(in srgb,var(--day-accent) 10%,transparent),transparent 31%),
    linear-gradient(180deg,rgba(18,18,18,.74),rgba(8,8,8,.76));
}
.tournament-day-group.tournament-day-friday { --day-accent:#73777a; }
.tournament-day-group.tournament-day-saturday { --day-accent:var(--brand-red); }
.tournament-day-group.tournament-day-sunday { --day-accent:var(--brand-green); }
.tournament-day-group.tournament-day-monday { --day-accent:#f2f2f2; }
.tournament-day-group::after { content:attr(data-day-code); position:absolute; top:19px; right:24px; color:color-mix(in srgb,var(--day-accent) 22%,transparent); font-size:52px; line-height:1; font-weight:950; letter-spacing:-.04em; pointer-events:none; }
.tournament-day-group::before { content:""; position:absolute; width:160px; height:160px; right:-84px; bottom:-84px; border:22px solid color-mix(in srgb,var(--day-accent) 7%,transparent); border-radius:50%; pointer-events:none; }
.tournament-day-group > * { position:relative; z-index:1; }
.tournament-day-heading { padding-right:82px; }
.tournament-day-heading .eyebrow { color:color-mix(in srgb,var(--day-accent) 78%,white); }
.tournament-day-group .tournament-accordion { border-radius:20px; box-shadow:none; background:linear-gradient(180deg,rgba(25,25,25,.82),rgba(10,10,10,.85)); }

/* Inschrijven: vier visuele festivaldag-kaarten */
#page-inschrijven .page-shell { max-width:1320px; }
#page-inschrijven > .site-header + main .grid-2 { grid-template-columns:minmax(0,1.35fr) minmax(350px,.65fr); gap:22px; }
.registration-tournament-picker { padding:26px; }
.registration-day-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.registration-day-card {
  --day-accent:#73777a;
  position:relative;
  min-width:0;
  padding:20px 18px 18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0,color-mix(in srgb,var(--day-accent) 12%,transparent),transparent 40%),
    linear-gradient(180deg,rgba(25,25,25,.84),rgba(8,8,8,.88));
}
.registration-day-card::before { content:""; position:absolute; left:0; top:0; bottom:0; width:4px; background:var(--day-accent); }
.registration-day-card::after { content:""; position:absolute; width:130px; height:130px; right:-68px; bottom:-68px; border:18px solid color-mix(in srgb,var(--day-accent) 7%,transparent); border-radius:50%; pointer-events:none; }
.registration-day-card > * { position:relative; z-index:1; }
.registration-day-friday { --day-accent:#73777a; }
.registration-day-saturday { --day-accent:var(--brand-red); }
.registration-day-sunday { --day-accent:var(--brand-green); }
.registration-day-monday { --day-accent:#f2f2f2; }
.registration-day-heading { position:relative; display:flex; align-items:flex-start; justify-content:space-between; gap:14px; min-height:78px; margin-bottom:14px; padding-right:56px; }
.registration-day-heading div { min-width:0; }
.registration-day-kicker { display:block; margin-bottom:4px; color:color-mix(in srgb,var(--day-accent) 78%,white); font-size:10px; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.registration-day-heading strong { display:block; color:#fff; font-size:22px; line-height:1.15; }
.registration-day-heading small { display:block; margin-top:6px; color:#9ea1a3; font-size:12px; }
.registration-day-code { position:absolute; top:0; right:0; color:color-mix(in srgb,var(--day-accent) 26%,transparent); font-size:39px; line-height:1; font-weight:950; letter-spacing:-.04em; }
.registration-day-options { display:grid; gap:9px; }
.registration-day-card .option-button { position:relative; min-height:74px; padding:13px 14px; border-radius:15px; background:rgba(255,255,255,.035); box-shadow:none; }
.registration-day-card .option-button:hover { border-color:color-mix(in srgb,var(--day-accent) 42%,rgba(255,255,255,.08)); background:rgba(255,255,255,.055); }
.registration-day-card .option-button > div > div:first-child { line-height:1.3; }
.registration-day-card .option-check { width:22px; height:22px; }
.registration-details-card { position:sticky !important; top:128px; }
.registration-details-card .summary-box,
.registration-details-card .price-box { border-radius:18px; }

/* Prijzengeld: dagkleur ook in de ronde kaartaccenten */
#page-prijzengeld .grid-cards > .card:has(.day-friday) { --card-accent:#73777a; }
#page-prijzengeld .grid-cards > .card:has(.day-saturday) { --card-accent:var(--brand-red); }
#page-prijzengeld .grid-cards > .card:has(.day-sunday) { --card-accent:var(--brand-green); }
#page-prijzengeld .grid-cards > .card:has(.day-monday) { --card-accent:#f2f2f2; }

/* FAQ en juridische pagina's: minder dossier-look, meer festivalkaarten */
#page-faq .stack > .card,
#page-voorwaarden .stack > .card,
#page-privacy .stack > .card { border-radius:24px; background:linear-gradient(180deg,rgba(20,20,20,.84),rgba(8,8,8,.87)); }
#page-faq .stack > .card > h2,
#page-voorwaarden .stack > .card > h2,
#page-privacy .stack > .card > h2 { position:relative; padding-left:18px; }
#page-faq .stack > .card > h2::before,
#page-voorwaarden .stack > .card > h2::before,
#page-privacy .stack > .card > h2::before { content:""; position:absolute; left:0; top:.15em; bottom:.1em; width:4px; border-radius:999px; background:var(--page-accent); }

@supports not (background:color-mix(in srgb, red 50%, transparent)) {
  #page-toernooien .page-shell > .section-title,
  #page-prijzengeld .page-shell > .section-title,
  #page-inschrijven .page-shell > .section-title,
  #page-spelers .page-shell > .section-title,
  #page-locatie .page-shell > .section-title,
  #page-dartconnect .page-shell > .section-title,
  #page-sponsoren .page-shell > .section-title,
  #page-sponsor-factsheet .page-shell > .section-title,
  #page-contact .page-shell > .section-title,
  #page-faq .page-shell > .section-title,
  #page-voorwaarden .page-shell > .section-title,
  #page-privacy .page-shell > .section-title { background:linear-gradient(145deg,rgba(18,18,18,.94),rgba(7,7,7,.96)); }
  .festival-feature-card,.registration-day-card,.tournament-day-group { background:linear-gradient(180deg,rgba(23,23,23,.90),rgba(8,8,8,.93)); }
}

@media(max-width:1120px) {
  #page-inschrijven > .site-header + main .grid-2 { grid-template-columns:1fr; }
  .registration-details-card { position:relative !important; top:auto; }
  .registration-day-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:900px) {
  #page-toernooien .page-shell > .section-title,
  #page-prijzengeld .page-shell > .section-title,
  #page-inschrijven .page-shell > .section-title,
  #page-spelers .page-shell > .section-title,
  #page-locatie .page-shell > .section-title,
  #page-dartconnect .page-shell > .section-title,
  #page-sponsoren .page-shell > .section-title,
  #page-sponsor-factsheet .page-shell > .section-title,
  #page-contact .page-shell > .section-title,
  #page-faq .page-shell > .section-title,
  #page-voorwaarden .page-shell > .section-title,
  #page-privacy .page-shell > .section-title { min-height:0; padding:34px 30px; }
  #page-toernooien .page-shell > .section-title::after,
  #page-prijzengeld .page-shell > .section-title::after,
  #page-inschrijven .page-shell > .section-title::after,
  #page-spelers .page-shell > .section-title::after,
  #page-locatie .page-shell > .section-title::after,
  #page-dartconnect .page-shell > .section-title::after,
  #page-sponsoren .page-shell > .section-title::after,
  #page-sponsor-factsheet .page-shell > .section-title::after,
  #page-contact .page-shell > .section-title::after,
  #page-faq .page-shell > .section-title::after,
  #page-voorwaarden .page-shell > .section-title::after,
  #page-privacy .page-shell > .section-title::after { display:none; }
}
@media(max-width:760px) {
  .registration-day-grid { grid-template-columns:1fr; }
  .registration-tournament-picker { padding:20px 16px; }
  .registration-day-card { padding:18px 16px 16px; }
  .tournament-day-group { padding:18px 14px; border-radius:22px; }
  .tournament-day-group::after { top:16px; right:16px; font-size:42px; }
  .tournament-day-heading { padding-right:68px; }
  .festival-feature-card { min-height:0; }
}


/* 0209G — named tournament identity */
.tournament-name-note{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:center;margin-top:8px;font-size:12px;line-height:1.35}
.tournament-name-note span{color:#a9aaad;font-weight:650}
.tournament-name-note strong{color:#ffb4ae;font-weight:800}
.tournament-sponsor-note{display:grid;gap:5px;border-color:rgba(225,26,34,.24)!important;background:linear-gradient(135deg,rgba(225,26,34,.10),rgba(255,255,255,.035))!important}
.tournament-sponsor-note strong{color:#fff;font-size:15px}
.tournament-sponsor-note span{color:#c9c9cb;font-size:14px}
.registration-tournament-note{display:grid;gap:2px;margin-top:5px;font-size:12px;line-height:1.35}
.registration-tournament-note span{color:#a1a1aa;font-weight:650}
.registration-tournament-note strong{color:#ff9ca0;font-weight:800}
@media(max-width:640px){.tournament-name-note{display:grid;gap:3px}.registration-tournament-note{font-size:11px}}

/* 0309B - Gesloten DBZP ledencontrole */
.registration-tournament-note-friday span{color:#d7d7dc}.registration-tournament-note-friday strong{color:#fff}.dbzp-member-check{grid-column:1/-1;position:relative;overflow:hidden;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:linear-gradient(145deg,rgba(109,109,109,.18),rgba(255,255,255,.035));box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.dbzp-member-check[hidden]{display:none!important}.dbzp-member-check:after{content:"";position:absolute;width:180px;height:180px;border:34px solid rgba(255,255,255,.045);border-radius:50%;right:-72px;top:-92px;pointer-events:none}.dbzp-member-check-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.dbzp-member-check-head>div{display:flex;flex-direction:column;gap:4px}.dbzp-member-check-head strong{font-size:20px;color:#fff}.dbzp-member-badge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 11px;border-radius:999px;background:#fff;color:#171717;font-size:10px;font-weight:900;letter-spacing:.14em;white-space:nowrap}.dbzp-member-check p{max-width:760px;margin:0 0 16px;color:#c7c7cc;line-height:1.6}.dbzp-member-check-fields{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;position:relative;z-index:1}.dbzp-member-check-fields label{margin:0}.dbzp-member-check-button{min-height:48px;margin:0;white-space:nowrap}.dbzp-member-status{position:relative;z-index:1;margin-top:13px;padding:11px 13px;border-radius:11px;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16);color:#b8b8bd;font-size:14px;font-weight:700}.dbzp-member-status.is-checking{border-color:rgba(255,255,255,.22);color:#fff}.dbzp-member-status.is-verified{border-color:rgba(0,154,68,.46);background:rgba(0,154,68,.12);color:#bdf4d0}.dbzp-member-status.is-error{border-color:rgba(225,26,34,.48);background:rgba(225,26,34,.11);color:#ffb7bb}.dbzp-member-check small{display:block;position:relative;z-index:1;margin-top:10px;color:#97979e;line-height:1.5}@media(max-width:700px){.dbzp-member-check-fields{grid-template-columns:1fr}.dbzp-member-check-button{width:100%}.dbzp-member-check-head{align-items:flex-start;flex-direction:column}.dbzp-member-badge{order:-1}}

/* 0309D — Gesloten DBZP prijzengeldstaffel */
.prize-sheet-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:18px}.prize-sheet-card{position:relative;overflow:hidden;min-width:0;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}.prize-sheet-card:after{content:"";position:absolute;width:150px;height:150px;border:28px solid rgba(255,255,255,.035);border-radius:50%;right:-70px;top:-78px;pointer-events:none}.prize-sheet-a{border-top:3px solid #e11a22}.prize-sheet-b{border-top:3px solid #009a44}.prize-sheet-c{border-top:3px solid rgba(255,255,255,.62)}.prize-sheet-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;position:relative;z-index:1}.prize-sheet-head>div{display:flex;flex-direction:column;gap:5px}.prize-sheet-head strong{font-size:16px;color:#fff}.prize-sheet-total{display:inline-flex;align-items:center;justify-content:center;min-width:54px;height:38px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.1);font-size:14px;font-weight:900;color:#fff}.prize-sheet-table{margin-top:14px;position:relative;z-index:1}.prize-sheet-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.065);color:#d3d3d7}.prize-sheet-row:last-child{border-bottom:0}.prize-sheet-row strong{color:#fff;font-size:16px}.prize-sheet-row-head{padding-top:0;color:#8f8f97;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.prize-sheet-card{padding:20px 22px}.prize-sheet-table{max-width:none}.prize-sheet-row{padding:11px 2px}.prize-sheet-head strong{font-size:17px}



/* Prijzengeld: winnaars- en verliezersronde in dezelfde visuele kaarttaal als de DBZP-sheets */
#page-prijzengeld .prize-round-card {
  --round-accent:#777;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  padding:19px 20px;
  border:1px solid rgba(255,255,255,.08);
  border-top:3px solid var(--round-accent);
  background:
    radial-gradient(circle at 100% 0,color-mix(in srgb,var(--round-accent) 8%,transparent),transparent 40%),
    rgba(255,255,255,.04);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
#page-prijzengeld .prize-round-winner { --round-accent:var(--brand-red); }
#page-prijzengeld .prize-round-loser { --round-accent:var(--brand-green); }
#page-prijzengeld .prize-round-card::after {
  content:"";
  position:absolute;
  width:145px;
  height:145px;
  right:-70px;
  top:-78px;
  border:24px solid color-mix(in srgb,var(--round-accent) 7%,transparent);
  border-radius:50%;
  pointer-events:none;
  z-index:0;
}
#page-prijzengeld .prize-round-card > * { position:relative; z-index:1; }
#page-prijzengeld .prize-round-card > .label {
  color:color-mix(in srgb,var(--round-accent) 78%,white);
  font-weight:900;
}

/* 2026-09-06: één centraal DartConnect Matchcenter voor het hele festival */
#page-dartconnect .dc-festival-matchcenter{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr);
  gap:26px;
  align-items:stretch;
  overflow:hidden;
  padding:clamp(22px,3vw,34px);
  border-color:rgba(239,68,68,.24);
  background:
    radial-gradient(circle at 92% 10%,rgba(0,154,68,.18),transparent 28%),
    radial-gradient(circle at 6% 96%,rgba(224,11,0,.18),transparent 32%),
    linear-gradient(145deg,rgba(22,24,31,.98),rgba(8,10,14,.99));
}
#page-dartconnect .dc-festival-matchcenter::before,
#page-dartconnect .dc-festival-matchcenter::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
#page-dartconnect .dc-festival-matchcenter::before{
  width:190px;height:190px;right:-74px;top:-92px;
  border:24px solid rgba(0,154,68,.11);
  box-shadow:0 0 0 22px rgba(0,154,68,.035);
}
#page-dartconnect .dc-festival-matchcenter::after{
  width:145px;height:145px;left:-76px;bottom:-92px;
  border:20px solid rgba(224,11,0,.10);
  box-shadow:0 0 0 18px rgba(224,11,0,.03);
}
#page-dartconnect .dc-festival-matchcenter-copy,
#page-dartconnect .dc-festival-matchcenter-stats{position:relative;z-index:1}
#page-dartconnect .dc-live-pill{
  display:inline-flex;align-items:center;gap:8px;
  margin-bottom:14px;padding:7px 11px;border-radius:999px;
  border:1px solid rgba(0,154,68,.28);background:rgba(0,154,68,.08);
  color:#bbf7d0;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;
}
#page-dartconnect .dc-live-pill span{width:8px;height:8px;border-radius:50%;background:#00a154;box-shadow:0 0 0 5px rgba(0,161,84,.12)}
#page-dartconnect .dc-festival-matchcenter h3{margin:0 0 12px;font-size:clamp(28px,3vw,44px);line-height:1.06}
#page-dartconnect .dc-festival-matchcenter-copy p{max-width:780px;margin:0 0 14px;color:#d4d4d8;line-height:1.62}
#page-dartconnect .dc-festival-matchcenter-button{display:inline-flex;gap:12px;align-items:center;margin-top:8px}
#page-dartconnect .dc-festival-matchcenter-button span{font-size:1.2em}
#page-dartconnect .dc-festival-matchcenter-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:center}
#page-dartconnect .dc-festival-stat{
  display:flex;flex-direction:column;justify-content:center;min-height:126px;padding:18px;
  border-radius:17px;border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(0,0,0,.16));
  text-align:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
#page-dartconnect .dc-festival-stat strong{display:block;font-size:clamp(42px,5vw,66px);line-height:.9;color:#fff}
#page-dartconnect .dc-festival-stat span{margin-top:9px;color:#a1a1aa;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
#page-dartconnect .dc-festival-stat:nth-child(1){border-top:3px solid #6d6d6d}
#page-dartconnect .dc-festival-stat:nth-child(2){border-top:3px solid #e00b00}
#page-dartconnect .dc-festival-stat-wide{grid-column:1/-1;border-top:3px solid #00a154}
#page-dartconnect .dc-matchcenter-note{margin-top:12px;padding:12px 15px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);color:#a1a1aa;font-size:.88rem;overflow-wrap:anywhere}
#page-dartconnect .dc-matchcenter-note strong{color:#e5e7eb}
@media(max-width:850px){#page-dartconnect .dc-festival-matchcenter{grid-template-columns:1fr}#page-dartconnect .dc-festival-matchcenter-stats{grid-template-columns:repeat(3,1fr)}#page-dartconnect .dc-festival-stat-wide{grid-column:auto}}
@media(max-width:560px){#page-dartconnect .dc-festival-matchcenter-stats{grid-template-columns:1fr 1fr}#page-dartconnect .dc-festival-stat-wide{grid-column:1/-1}#page-dartconnect .dc-festival-stat{min-height:108px;padding:14px}}

.h20-admin-body .dc-admin-matchcenter-link{display:inline-flex;margin-top:12px;text-decoration:none}
