/* SCFraneker — NL, Lato, blue/yellow/white, Flexbox only, responsive 320px+ */

/* Lato — local */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/lato-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/lato-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/lato-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/lato-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --blue: #1a3a5c;
  --blue-light: #2c5a8a;
  --yellow: #f4c430;
  --yellow-dark: #d4a820;
  --white: #ffffff;
  --gray: #f5f5f5;
  --gray-dark: #333;
  --dark-bg: #0d1219;
  --dark-card: rgba(26, 58, 92, 0.4);
  --dark-card-border: rgba(126, 184, 224, 0.2);
  --text-light: #e8ecf0;
  --text-muted: #8a95a0;
  --accent-light: #5a9fd4;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  color: var(--text-light);
  background:
    radial-gradient(ellipse 100% 60% at 10% 20%, rgba(26, 58, 92, 0.6) 0%, transparent 50%),
    radial-gradient(ellipse 100% 60% at 90% 80%, rgba(244, 196, 48, 0.08) 0%, transparent 50%),
    var(--dark-bg);
  background-attachment: fixed;
  line-height: 1.6;
  min-width: 320px;
  overflow-x: hidden;
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--accent-light);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Top banner — above header, not sticky */
.top-banner {
  background: #0d1117;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.5rem 1.25rem;
  text-align: center;
}

.top-banner-text {
  margin: 0;
  font-size: 0.8125rem;
  color: #8a95a0;
  line-height: 1.4;
}

/* Header — sticky */
.site-header {
  background: #0d1117;
  color: var(--white);
  padding: 0.75rem 1.25rem;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--white);
}

.header-logo:hover {
  color: var(--white);
  text-decoration: none;
}

.header-logo-img {
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.header-logo-text {
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--white);
  letter-spacing: 0.01em;
}

.header-dropdown {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  gap: 1rem;
}

.header-nav {
  display: flex;
  justify-content: center;
  min-width: 0;
  flex: 1;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 1.25rem;
}

.nav-list a {
  color: #a0a8b4;
  font-size: 0.9375rem;
  padding: 0.35rem 0.5rem;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-list a:hover {
  color: var(--white);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.header-login {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--white);
  font-size: 0.9375rem;
  text-decoration: none;
  padding: 0.4rem 0.6rem;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}

.header-login:hover {
  color: var(--yellow);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
}

.header-login-icon {
  flex-shrink: 0;
  opacity: 0.9;
}

.header-register {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--yellow);
  color: #1a1a1a;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(244, 196, 48, 0.35);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.header-register:hover {
  background: var(--yellow-dark);
  text-decoration: none;
  color: #1a1a1a;
  box-shadow: 0 4px 16px rgba(244, 196, 48, 0.45);
  transform: translateY(-1px);
}

.header-register-icon {
  flex-shrink: 0;
}

/* Burger — hidden on desktop */
.header-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  color: var(--white);
  transition: background 0.2s ease;
}

.header-burger:hover {
  background: rgba(255, 255, 255, 0.08);
}

.header-burger-line {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.header-burger[aria-expanded="true"] .header-burger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header-burger[aria-expanded="true"] .header-burger-line:nth-child(2) {
  opacity: 0;
}

.header-burger[aria-expanded="true"] .header-burger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Main */
main {
  min-height: 50vh;
  padding: 0 1.25rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

main h1 {
  color: var(--white);
}

/* 404 page */
.page-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 2rem 1.25rem;
}

.error-404 {
  text-align: center;
  max-width: 480px;
}

.error-404-title {
  margin: 0 0 0.5rem;
  font-size: clamp(3rem, 12vw, 5rem);
  font-weight: 700;
  color: var(--yellow);
  line-height: 1;
  letter-spacing: 0.02em;
}

.error-404-lead {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
}

.error-404-desc {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  color: #a0a8b4;
  line-height: 1.5;
}

.error-404-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

/* Hero section — refined dark theme, full width */
.hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 2rem;
  padding: 4rem 1.25rem 3.5rem;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(26, 58, 92, 0.35) 0%, transparent 65%);
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-callout {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(26, 58, 92, 0.6);
  color: #9ec8e8;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid rgba(126, 184, 224, 0.25);
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.hero-callout-icon {
  flex-shrink: 0;
  color: var(--yellow);
}

.hero-title {
  color: var(--white);
  font-size: clamp(1.875rem, 5.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  color: rgba(244, 196, 48, 0.95);
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem;
  letter-spacing: 0.02em;
}

.hero-desc {
  color: #b8c4d0;
  font-size: 1.0625rem;
  line-height: 1.6;
  margin: 0 0 1.25rem;
  width: 100%;
  max-width: 42em;
}

.hero-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.6rem 1rem;
  width: 100%;
  max-width: 100%;
  background: rgba(26, 58, 92, 0.35);
  border-radius: 8px;
  border: 1px solid rgba(126, 184, 224, 0.15);
}

.hero-info-item {
  color: #9ec8e8;
  font-size: 0.875rem;
  font-weight: 500;
}

.hero-info-dot {
  color: rgba(126, 184, 224, 0.5);
  font-size: 0.75rem;
  user-select: none;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--yellow);
  color: #1a1a1a;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.0625rem;
  box-shadow: 0 4px 24px rgba(244, 196, 48, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hero-cta:hover {
  background: var(--yellow-dark);
  text-decoration: none;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(244, 196, 48, 0.5);
}

.hero-cta-icon {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.hero-cta:hover .hero-cta-icon {
  transform: translateX(2px);
}

.hero-features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2.25rem;
  width: 100%;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(126, 184, 224, 0.15);
}

.hero-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.875rem 1rem;
  background: rgba(26, 58, 92, 0.25);
  border: 1px solid rgba(126, 184, 224, 0.12);
  border-radius: 10px;
  border-left: 3px solid var(--yellow);
}

@media (min-width: 640px) {
  .hero-features {
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
  }
  .hero-feature {
    flex: 1;
    min-width: 0;
    max-width: 280px;
  }
}

.hero-feature h3 {
  color: #9ec8e8;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.hero-feature p {
  color: #8a95a0;
  font-size: 0.8125rem;
  margin: 0;
  line-height: 1.4;
}

/* Vertical cards block (was horizontal) */
.cards-vertical {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.card {
  background: var(--dark-card);
  border: 1px solid var(--dark-card-border);
  border-radius: 8px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card h3 {
  margin: 0 0 0.5rem;
  color: var(--accent-light);
  font-size: 1.1rem;
}

.card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-muted);
}

/* Section card — base */
.section-card {
  background: var(--dark-card);
  border: 1px solid var(--dark-card-border);
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  margin-bottom: 2rem;
}

.section-card--steps {
  border-top: 3px solid var(--accent-light);
}

.section-card--security {
  border-top: 3px solid var(--yellow);
}

.section-card--stats {
  padding: 1.25rem;
}

.section-card--cta {
  background: rgba(244, 196, 48, 0.15);
  border: 1px solid rgba(244, 196, 48, 0.4);
  border-top: 3px solid var(--yellow);
  text-align: center;
}

.section-card--responsible {
  border-top: 3px solid var(--accent-light);
}

.section-card--short {
  border-top: 3px solid var(--yellow);
}

.short-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.short-list li {
  color: var(--text-muted);
  font-size: 0.9375rem;
  padding-left: 1.25rem;
  position: relative;
}

.short-list li::before {
  content: "•";
  color: var(--yellow);
  position: absolute;
  left: 0;
}

.section-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.section-card-icon {
  font-size: 1.5rem;
  line-height: 1;
}

.section-card-header .section-title {
  margin: 0;
}

/* Section after hero */
.how-section {
  padding-top: 0.25rem;
}

.how-section .section-title {
  margin-top: 0;
}

/* Section titles */
.section-title {
  color: var(--white);
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
}

.section-subtitle {
  margin: 0 0 1.5rem;
  color: var(--text-muted);
  font-size: 1rem;
}

.section-subtitle--standalone {
  margin-bottom: 1.25rem;
}

/* Why choose — cards */
.why-section .section-title {
  margin-bottom: 0.5rem;
}

.why-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.why-card {
  background: var(--dark-card);
  border: 1px solid var(--dark-card-border);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 4px solid var(--yellow);
}

.why-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: rgba(244, 196, 48, 0.2);
  color: var(--yellow);
  border-radius: 8px;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.why-card h3 {
  margin: 0 0 0.5rem;
  color: var(--accent-light);
  font-size: 1.1rem;
}

.why-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* How it works — vertical steps */
.steps-vertical {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: var(--dark-card);
  border: 1px solid var(--dark-card-border);
  border-radius: 8px;
}

.step-num {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: var(--blue-light);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.step-content h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  color: var(--accent-light);
}

.step-content p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* Security block — vertical items */
.security-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.security-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
}

.security-list li::before {
  content: "✓";
  color: var(--yellow);
  font-weight: 700;
}

/* Stats — vertical */
.stats-vertical {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
}

.stat-item {
  background: var(--dark-card);
  border: 1px solid var(--dark-card-border);
  color: var(--white);
  padding: 1.25rem;
  border-radius: 8px;
  text-align: center;
}

.stat-item .number {
  font-size: 1.75rem;
  font-weight: 700;
  display: block;
}

.stat-item .label {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* CTA block */
.cta-block-wrap {
  margin-bottom: 2rem;
}

.section-card--cta h2 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  color: var(--white);
}

.section-card--cta p {
  margin: 0 0 1rem;
  color: var(--text-muted);
  font-size: 1rem;
}

.section-card--cta .btn {
  display: inline-block;
  background: var(--yellow);
  color: #1a1a1a;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 700;
  margin-top: 0.25rem;
}

.section-card--cta .btn:hover {
  background: var(--yellow-dark);
  text-decoration: none;
  color: #1a1a1a;
}

.section-card--cta .login-link {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: var(--accent-light);
}

/* Responsible play — card */
.responsible-section .section-card--responsible h2 {
  color: var(--white);
  margin-top: 0;
}

.responsible-intro {
  color: var(--text-muted);
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.responsible-section h3 {
  color: var(--accent-light);
  font-size: 1rem;
  margin: 0 0 0.5rem;
}

.responsible-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.responsible-list li {
  color: var(--text-muted);
  padding-left: 1rem;
  position: relative;
}

.responsible-list li::before {
  content: "• ";
  color: var(--accent-light);
  position: absolute;
  left: 0;
}

/* Page: loterij */
.page-loterij .intro {
  margin-bottom: 1.5rem;
}

.page-loterij .intro h1 {
  color: var(--white);
}

.page-loterij .intro p {
  color: var(--text-muted);
}

.page-loterij section h2 {
  color: var(--accent-light);
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}

.page-loterij .spending-list {
  margin: 1rem 0 1.5rem;
  padding-left: 1.5rem;
  color: var(--text-muted);
}

.page-loterij .spending-list li {
  margin-bottom: 0.5rem;
}

.page-loterij .legal-line {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 1.5rem;
  padding: 1rem;
  background: var(--dark-card);
  border: 1px solid var(--dark-card-border);
  border-radius: 6px;
}

/* Page: privacy */
.privacy-section {
  margin-bottom: 2rem;
}

.privacy-section h1 {
  color: var(--white);
}

.privacy-section p,
.privacy-section li {
  color: var(--text-muted);
}

.privacy-section h2 {
  color: var(--accent-light);
  font-size: 1.2rem;
  margin: 0 0 0.75rem;
}

.privacy-section ul {
  padding-left: 1.25rem;
}

.contact-box {
  background: var(--dark-card);
  border: 1px solid var(--dark-card-border);
  padding: 1rem 1.25rem;
  border-radius: 6px;
  margin-top: 1rem;
  color: var(--text-muted);
}

/* Footer — same background as header, 4 columns */
.site-footer {
  background: #0d1117;
  color: var(--white);
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  padding-bottom: 1.5rem;
}

.footer-brand {
  flex: 1 1 200px;
  min-width: 0;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--white);
  margin-bottom: 0.75rem;
}

.footer-logo:hover {
  color: var(--yellow);
  text-decoration: none;
}

.footer-logo-img {
  display: block;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.footer-brand-name {
  font-weight: 700;
  font-size: 1.0625rem;
}

.footer-brand-text {
  margin: 0;
  font-size: 0.875rem;
  color: #a0a8b4;
  line-height: 1.5;
}

.footer-block {
  flex: 0 1 auto;
  min-width: 0;
}

.footer-heading {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--yellow);
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-links a {
  color: #b8c4d0;
  font-size: 0.875rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--yellow);
}

.footer-vergunning p {
  margin: 0.25rem 0;
  font-size: 0.875rem;
  color: #a0a8b4;
  line-height: 1.4;
}

.footer-bar {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-copy {
  margin: 0;
  font-size: 0.8125rem;
  color: #8a95a0;
}

.footer-disclaimer {
  padding: 0.75rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-disclaimer p {
  margin: 0;
  font-size: 0.8125rem;
  color: #8a95a0;
}

.footer-disclaimer a {
  color: var(--yellow);
}

.footer-disclaimer a:hover {
  text-decoration: underline;
}

/* Modal (login / register) */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.modal[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.modal-content {
  position: relative;
  z-index: 1;
  background: #151b24;
  border: 1px solid rgba(126, 184, 224, 0.2);
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #8a95a0;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}

.modal-close:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.modal-title {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  color: var(--white);
}

.modal-content--register .modal-title {
  margin-bottom: 0.5rem;
}

.modal-subtitle {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.modal-content--register {
  max-width: 420px;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modal-form--register {
  gap: 1rem;
}

.modal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.modal-row .modal-label {
  flex: 1 1 0;
  min-width: 0;
}

.modal-label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.9375rem;
  color: var(--text-muted);
}

.modal-label input {
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(126, 184, 224, 0.25);
  border-radius: 8px;
  background: rgba(13, 18, 25, 0.6);
  color: var(--white);
  font-family: inherit;
  font-size: 1rem;
}

.modal-label input::placeholder {
  color: #6a7580;
}

.modal-label input:focus {
  outline: none;
  border-color: var(--accent-light);
}

.modal-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  cursor: pointer;
  line-height: 1.4;
}

.modal-checkbox input {
  flex-shrink: 0;
  margin-top: 0.2rem;
  width: 1.125rem;
  height: 1.125rem;
  accent-color: var(--yellow);
}

.modal-link {
  color: var(--yellow);
  text-decoration: none;
}

.modal-link:hover {
  text-decoration: underline;
}

.modal-submit {
  margin-top: 0.25rem;
  padding: 0.75rem 1.25rem;
  background: var(--yellow);
  color: #1a1a1a;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
}

.modal-submit:hover {
  background: var(--yellow-dark);
}

.modal-submit--full {
  width: 100%;
  margin-top: 0.5rem;
}

/* Top confirmation popup */
.popup-confirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  padding: 1rem 1.25rem;
  background: rgba(26, 58, 92, 0.98);
  border-bottom: 2px solid var(--yellow);
  color: var(--white);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.popup-confirm[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.popup-confirm-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.popup-confirm-line1 {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
}

.popup-confirm-line2 {
  margin: 0;
  font-size: 0.875rem;
  color: #9ec8e8;
}

.popup-confirm-close {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.popup-confirm-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Cookie consent bar */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: #0d1117;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.4);
  padding: 1rem 1.25rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.cookie-consent.cookie-consent--accepted,
html.cookie-consent-saved .cookie-consent {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.cookie-consent-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cookie-consent-text {
  margin: 0;
  font-size: 0.9375rem;
  color: #a0a8b4;
  line-height: 1.5;
  flex: 1;
  min-width: 0;
}

.cookie-consent-link {
  color: var(--yellow);
  text-decoration: underline;
}

.cookie-consent-link:hover {
  color: var(--yellow-dark);
  text-decoration: underline;
}

.cookie-consent-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.cookie-consent-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: #1a1a1a;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0.5rem 1.25rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.cookie-consent-btn:hover {
  background: var(--yellow-dark);
  box-shadow: 0 2px 12px rgba(244, 196, 48, 0.35);
}

.cookie-consent-btn--decline {
  background: transparent;
  color: #a0a8b4;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cookie-consent-btn--decline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  box-shadow: none;
}

@media (max-width: 640px) {
  .cookie-consent-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .cookie-consent-actions {
    justify-content: center;
  }
  .cookie-consent-btn {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 0.5rem 1rem;
  }
  .header-inner {
    position: relative;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .header-burger {
    display: flex;
    margin-left: auto;
  }
  .header-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    margin: 0.5rem 0 0;
    padding: 1rem;
    background: #0d1117;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    flex: none;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    gap: 0;
  }
  .site-header.nav-open .header-dropdown {
    display: flex;
  }
  .header-nav {
    flex: none;
    width: 100%;
  }
  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .nav-list li:last-child {
    border-bottom: none;
  }
  .nav-list a {
    display: block;
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
  .header-dropdown .header-actions {
    flex-shrink: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    padding-top: 1rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .header-dropdown .header-login,
  .header-dropdown .header-register {
    justify-content: center;
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
}

@media (max-width: 640px) {
  .header-logo-img {
    width: 34px;
    height: 34px;
  }
  .header-logo-text {
    font-size: 1rem;
  }
  .header-login,
  .header-register {
    font-size: 0.875rem;
    padding: 0.4rem 0.5rem;
  }
}

@media (min-width: 900px) {
  .footer-columns {
    justify-content: space-between;
  }
  .footer-block {
    flex: 0 1 160px;
  }
  .footer-vergunning {
    flex: 0 1 220px;
  }
}
