/* AirVoice Labs, publieke site */

/* ---------- topnav ---------- */
.topnav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 5, 20, .8); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner { display: flex; align-items: center; gap: 1.5rem; height: 64px; }
.brand { display: flex; align-items: center; gap: .6rem; font-family: var(--font-display);
  font-weight: 700; font-size: 1.15rem; color: var(--text); }
.brand em { font-style: normal; color: var(--violet-soft); }
.nav-links { display: none; gap: 1.4rem; flex: 1; }
.nav-links a { color: var(--text-dim); font-size: .92rem; font-weight: 500; }
.nav-links a:hover { color: var(--text); }
.nav-cta { display: none; gap: .6rem; margin-left: auto; }
.nav-burger { margin-left: auto; background: none; border: 0; color: var(--text); font-size: 1.4rem; cursor: pointer; }
@media (min-width: 880px) {
  .nav-links, .nav-cta { display: flex; }
  .nav-burger { display: none; }
}
.topnav.open .nav-links { display: flex; flex-direction: column; position: absolute; top: 64px; left: 0;
  right: 0; background: var(--bg-0); padding: 1.2rem; border-bottom: 1px solid var(--line); }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden; text-align: center;
  background:
    radial-gradient(ellipse 80% 55% at 50% -5%, rgba(124, 58, 237, .35), transparent 65%),
    radial-gradient(ellipse 45% 35% at 82% 25%, rgba(45, 27, 105, .55), transparent 70%),
    radial-gradient(ellipse 45% 35% at 15% 40%, rgba(139, 92, 246, .18), transparent 70%),
    var(--bg-0);
  padding: 5.5rem 0 7rem;
}
.hero-inner { position: relative; z-index: 2; }
.hero-logo { filter: drop-shadow(0 0 34px rgba(139, 92, 246, .55)); margin-bottom: 1.6rem; }
.float-slow { animation: float 7s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.hero h1 { font-size: clamp(1.7rem, 4.2vw, 3.1rem); max-width: 900px; margin: 0 auto 1.4rem; }
.grad {
  background: linear-gradient(100deg, #a78bfa 10%, #22d3ee 55%, #a78bfa 90%);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: grad-shift 7s linear infinite;
}
@keyframes grad-shift { to { background-position: 200% center; } }
.grad-strong { color: var(--violet-soft); }
.hero-sub { max-width: 640px; margin: 0 auto 2.2rem; color: var(--text-dim); font-size: 1.1rem; }
.hero-cta { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }
.hero-sparkles { position: absolute; inset: 0; z-index: 1; }
.hero-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 110px;
  background: linear-gradient(transparent, var(--bg-1)); }

/* ---------- secties ---------- */
.section { padding: 4.5rem 0; }
.section-alt { background: var(--bg-0); }
.section h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin: .9rem 0 1.1rem; }
.narrow { max-width: 780px; }
.narrow-center { max-width: 640px; margin-left: auto; margin-right: auto; }
.lead { color: var(--text-dim); font-size: 1.07rem; }

/* camera-metafoor split */
.split { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 860px) { .split { grid-template-columns: 2fr 3fr; } }
.camera-scene {
  display: flex; flex-direction: column; align-items: center; gap: .4rem;
  background: var(--bg-2); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 2.6rem 1.4rem; position: relative; overflow: hidden;
}
.camera-scene::before { content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(34,211,238,.12), transparent 60%); }
.scene-ico { width: 62px; height: 62px; color: var(--violet-soft); }
.camera-arrow { width: 26px; height: 26px; color: var(--cyan); }
.camera-caption { margin-top: .8rem; text-align: center; color: var(--text-dim); font-size: .95rem; }
.quote {
  margin-top: 1.4rem; padding: 1rem 1.3rem; border-left: 3px solid var(--violet);
  background: rgba(124, 58, 237, .08); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-family: var(--font-display); font-size: 1.05rem; color: var(--violet-soft);
}

/* pijlers */
.pillars { margin-top: 2.2rem; }
.pillar { position: relative; transition: transform .2s, border-color .2s; }
.pillar:hover { transform: translateY(-5px); border-color: var(--violet); }
.pillar-icon {
  width: 54px; height: 54px; display: flex; align-items: center; justify-content: center;
  border-radius: 14px; margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(139,92,246,.22), rgba(45,27,105,.35));
  border: 1px solid rgba(139, 92, 246, .35);
}
.pillar-icon svg { width: 28px; height: 28px; color: var(--violet-soft); }
.pillar h3 { font-size: 1.12rem; margin-bottom: .55rem; }
.pillar p { color: var(--text-dim); font-size: .95rem; }

/* spelers-grid */
.players { margin-top: 2.2rem; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.player { padding: 1.2rem; transition: transform .2s, border-color .2s; }
.player:hover { transform: translateY(-4px); border-color: var(--violet); }
.player-head { display: flex; align-items: center; gap: .6rem; }
.player-logo {
  width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
  background: color-mix(in srgb, var(--c) 18%, transparent);
  color: var(--c); border: 1px solid color-mix(in srgb, var(--c) 40%, transparent);
}
.player h3 { font-size: 1rem; flex: 1; }
.flag { font-size: 1.1rem; }
.player-tag { color: var(--violet-soft); font-weight: 600; font-size: .85rem; margin: .5rem 0 .2rem; }
.player p:last-child { color: var(--text-dim); font-size: .88rem; }

/* nieuws */
#news-grid { margin-top: 2.2rem; }
.news-card { overflow: hidden; padding: 0; display: flex; flex-direction: column;
  transition: transform .2s, border-color .2s; }
.news-card:hover { transform: translateY(-4px); border-color: var(--violet); }
.news-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: var(--bg-3); display:block; }
.news-body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.news-body h3 { font-size: 1.05rem; }
.news-body p { color: var(--text-dim); font-size: .9rem; flex: 1; }
.news-date { color: var(--text-faint); font-size: .78rem; }
.news-more { font-weight: 600; font-size: .9rem; }

/* ouders */
.section-parents {
  background:
    radial-gradient(ellipse 60% 60% at 85% 20%, rgba(52, 211, 153, .07), transparent 60%),
    var(--bg-1);
}
.parent-points { margin-top: 1.8rem; }
.parent-point { display: flex; flex-direction: column; gap: .5rem; }
.parent-point .ppt-ico { width: 30px; height: 30px; color: var(--violet-soft); }
.parent-point p { color: var(--text-dim); font-size: .93rem; }

/* workshops */
#workshop-grid { margin-top: 2.2rem; }
.ws-card { display: flex; flex-direction: column; gap: .6rem; position: relative;
  transition: transform .2s, border-color .2s; }
.ws-card:hover { transform: translateY(-4px); border-color: var(--violet); }
.ws-date {
  font-family: var(--font-display); font-weight: 700; color: var(--violet-soft);
  font-size: .95rem; letter-spacing: .02em;
}
.ws-card h3 { font-size: 1.15rem; }
.ws-meta { color: var(--text-dim); font-size: .9rem; display: flex; flex-direction: column; gap: .2rem; }
.ws-spots { margin-top: .3rem; }
.ws-price { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; }
.ws-card .btn { margin-top: .7rem; }

/* footer */
.footer { background: var(--bg-0); border-top: 1px solid var(--line-soft); margin-top: 2rem; padding-top: 2.6rem; }
.footer-inner { display: grid; gap: 2rem; padding-bottom: 1.4rem; }
@media (min-width: 760px) { .footer-inner { grid-template-columns: 2fr 1fr 2fr; } }
.footer-brand { display: flex; gap: .8rem; align-items: flex-start; }
.footer-links { display: flex; flex-direction: column; gap: .45rem; }
.footer-links h4, .footer-news h4 { margin-bottom: .5rem; font-size: .95rem; }
.footer-links a { color: var(--text-dim); font-size: .9rem; }
.newsletter-form { display: flex; gap: .5rem; margin-top: .6rem; }
.newsletter-form input { flex: 1; }
