:root {
    --bg: #f6f3f8;
    --surface: #ffffff;
    --surface-soft: #fbf9fc;
    --ink: #21172c;
    --muted: #766d80;
    --purple: #8f2794;
    --purple-dark: #36125f;
    --purple-deep: #22103c;
    --orange: #f49a19;
    --orange-dark: #dd7f00;
    --line: #e8e0ec;
    --shadow-sm: 0 12px 35px rgba(54,18,95,.08);
    --shadow-lg: 0 28px 80px rgba(42,14,73,.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    padding-bottom: 102px;
}
button, input { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
    position: sticky; top: 0; z-index: 60;
    background: rgba(255,255,255,.92);
    border-bottom: 1px solid rgba(232,224,236,.85);
    backdrop-filter: blur(20px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 238px; height: auto; display: block; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.main-nav a { text-decoration: none; font-weight: 750; font-size: 14px; padding: 11px 13px; border-radius: 999px; }
.main-nav a:hover, .main-nav a.active { color: var(--purple); background: #f6eef8; }
.header-search-button { border: 0; background: var(--purple-dark); color: #fff; border-radius: 999px; padding: 11px 17px; display: flex; gap: 7px; align-items: center; font-weight: 800; cursor: pointer; }
.header-search-button:hover { background: var(--purple); }
.header-search-button span:first-child { font-size: 19px; line-height: 1; }
.mobile-menu-button { display: none; margin-left: auto; border: 0; background: var(--purple-dark); color: #fff; width: 43px; height: 43px; border-radius: 13px; font-size: 22px; cursor: pointer; }

.hero-wrap {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 13% 18%, rgba(244,154,25,.20), transparent 26%),
        radial-gradient(circle at 88% 18%, rgba(171,66,178,.25), transparent 30%),
        linear-gradient(125deg, #281044 0%, #3d1769 58%, #5f1c79 100%);
    color: #fff;
}
.hero-wrap::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 58px; background: var(--bg); clip-path: polygon(0 72%, 70% 100%, 100% 28%, 100% 100%, 0 100%); }
.hero { min-height: 600px; padding: 76px 0 110px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 54px; position: relative; z-index: 1; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: #eadcf2; }
.hero-kicker b { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(244,154,25,.13); }
.hero h1 { margin: 18px 0 22px; font-size: clamp(54px, 7.2vw, 92px); line-height: .93; letter-spacing: -.055em; font-weight: 900; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 0; color: #e4dced; font-size: clamp(18px, 1.7vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { border: 0; border-radius: 999px; padding: 14px 21px; font-weight: 850; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 9px; }
.button-primary { background: var(--orange); color: #321329; box-shadow: 0 12px 30px rgba(244,154,25,.24); }
.button-primary:hover { background: #ffad34; transform: translateY(-1px); }
.button-soft { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); color: #fff; }
.button-soft:hover { background: rgba(255,255,255,.16); }
.hero-proof { display: flex; align-items: center; gap: 22px; margin-top: 34px; }
.hero-proof div { display: grid; gap: 1px; }
.hero-proof strong { font-size: 24px; }
.hero-proof span { font-size: 12px; color: #cfc2db; }
.hero-proof i { width: 1px; height: 42px; background: rgba(255,255,255,.18); }
.hero-visual { min-height: 420px; position: relative; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 370px; height: 370px; background: rgba(244,154,25,.14); right: 20px; top: 14px; }
.orb-two { width: 270px; height: 270px; background: rgba(190,93,194,.18); left: 30px; bottom: 10px; }
.hero-radio-card { width: min(470px, 92%); min-height: 360px; padding: 31px; border: 1px solid rgba(255,255,255,.20); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.20), rgba(255,255,255,.08)); backdrop-filter: blur(20px); box-shadow: 0 35px 80px rgba(18,4,32,.32); position: relative; overflow: hidden; transform: rotate(2deg); }
.hero-radio-card::after { content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(244,154,25,.34), transparent 68%); right: -65px; bottom: -75px; }
.live-pill { position: absolute; top: 28px; right: 28px; background: rgba(17,8,27,.58); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 7px 11px; font-size: 11px; font-weight: 900; letter-spacing: .08em; display: inline-flex; align-items: center; gap: 6px; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: #ff4d66; box-shadow: 0 0 0 5px rgba(255,77,102,.13); }
.hero-card-logo { width: 108px; height: 108px; border-radius: 28px; background: #fff; color: var(--purple); display: grid; place-items: center; font-size: 34px; font-weight: 950; box-shadow: 0 15px 32px rgba(20,5,31,.20); }
.hero-card-copy { display: grid; margin-top: 27px; }
.hero-card-copy small { color: #d5c5df; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.hero-card-copy strong { font-size: 28px; margin-top: 4px; }
.hero-card-copy span { color: #d9ccdf; margin-top: 3px; }
.hero-eq { height: 42px; margin-top: 31px; display: flex; align-items: end; gap: 7px; }
.hero-eq i { display: block; width: 5px; border-radius: 999px; background: var(--orange); animation: eq 1.4s ease-in-out infinite alternate; }
.hero-eq i:nth-child(1) { height: 16px; } .hero-eq i:nth-child(2) { height: 34px; animation-delay: .2s; } .hero-eq i:nth-child(3) { height: 24px; animation-delay: .4s; } .hero-eq i:nth-child(4) { height: 40px; animation-delay: .1s; } .hero-eq i:nth-child(5) { height: 20px; animation-delay: .3s; } .hero-eq i:nth-child(6) { height: 31px; animation-delay: .5s; } .hero-eq i:nth-child(7) { height: 13px; animation-delay: .25s; }
.hero-play { position: absolute; right: 31px; bottom: 31px; width: 64px; height: 64px; border-radius: 50%; background: var(--orange); color: #34122f; display: grid; place-items: center; font-size: 24px; box-shadow: 0 14px 35px rgba(244,154,25,.24); z-index: 1; }
@keyframes eq { to { transform: scaleY(.45); opacity: .75; } }

.quick-search-section { position: relative; z-index: 5; margin-top: -34px; }
.quick-search { min-height: 90px; padding: 0 27px; border-radius: 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 55px rgba(57,20,91,.12); display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; }
.search-icon { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; color: var(--purple); background: #f6edf8; font-size: 24px; }
.quick-search input { width: 100%; border: 0; outline: 0; background: transparent; font-size: clamp(18px, 2vw, 23px); color: var(--ink); font-weight: 700; }
.quick-search input::placeholder { color: #aaa0b1; font-weight: 600; }
.search-hint { color: var(--muted); font-size: 13px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 999px; padding: 8px 11px; }

.featured-section, .stations-section { padding: 78px 0 10px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 27px; }
.eyebrow { display: inline-block; color: var(--purple); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.section-heading h2, .info-band h2 { margin: 5px 0 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.03; letter-spacing: -.045em; }
.section-heading p { color: var(--muted); margin: 9px 0 0; }
.text-link { text-decoration: none; color: var(--purple); font-weight: 850; white-space: nowrap; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.featured-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; grid-template-rows: repeat(2, 1fr); gap: 18px; }
.featured-card { min-height: 190px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow-sm); display: grid; grid-template-columns: 86px minmax(0,1fr) 50px; gap: 17px; align-items: center; position: relative; overflow: hidden; }
.featured-card::before { content: ""; position: absolute; inset: auto -50px -70px auto; width: 170px; height: 170px; background: radial-gradient(circle, rgba(143,39,148,.11), transparent 68%); }
.featured-card-large { grid-row: 1 / 3; min-height: 398px; grid-template-columns: 1fr; align-content: end; padding: 30px; background: linear-gradient(145deg, #fff 0%, #faf6fb 100%); }
.featured-card-large .featured-art { width: 155px; height: 155px; border-radius: 31px; }
.featured-card-large .featured-content h3 { font-size: 31px; }
.featured-card-large .round-play { width: 64px; height: 64px; right: 29px; bottom: 29px; }
.featured-art { width: 86px; height: 86px; background: #fff; border: 1px solid var(--line); border-radius: 22px; display: grid; place-items: center; overflow: hidden; font-size: 26px; font-weight: 900; color: var(--purple); }
.featured-art img { width: 100%; height: 100%; object-fit: contain; }
.featured-content { min-width: 0; position: relative; z-index: 1; }
.featured-label { color: var(--purple); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 900; }
.featured-content h3 { margin: 4px 0 3px; font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.featured-content p { margin: 0; color: var(--muted); font-size: 13px; }
.round-play { width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--orange); color: #3a1730; cursor: pointer; font-weight: 900; box-shadow: 0 10px 25px rgba(244,154,25,.23); position: relative; z-index: 1; }
.round-play:hover { background: var(--purple); color: #fff; transform: scale(1.05); }

.stations-section { padding-bottom: 86px; }
.station-heading { align-items: center; }
.station-count { width: 96px; height: 96px; border-radius: 50%; background: var(--purple-dark); color: #fff; display: grid; place-items: center; align-content: center; line-height: 1; box-shadow: var(--shadow-sm); }
.station-count strong { font-size: 23px; }
.station-count span { color: #d9c9e4; font-size: 11px; margin-top: 5px; }
.station-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 15px; }
.station-card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 15px; display: grid; grid-template-columns: 66px minmax(0,1fr) 43px; gap: 12px; align-items: center; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.station-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: #d8c7df; }
.station-image { width: 66px; height: 66px; border-radius: 16px; background: #fff; border: 1px solid var(--line); overflow: hidden; display: grid; place-items: center; font-weight: 900; color: var(--purple); font-size: 22px; }
.station-image img { width: 100%; height: 100%; object-fit: contain; }
.station-info { min-width: 0; }
.station-info h3 { margin: 0 0 5px; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.station-info span { color: var(--muted); font-size: 11px; display: flex; align-items: center; gap: 5px; }
.station-info span i { width: 6px; height: 6px; border-radius: 50%; background: #31b169; }
.station-play { width: 43px; height: 43px; border: 0; border-radius: 50%; background: #f4edf6; color: var(--purple); cursor: pointer; font-size: 15px; font-weight: 900; }
.station-play:hover { background: var(--purple); color: #fff; }
.station-play-disabled { opacity: .45; cursor: default; }
.status-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 32px; box-shadow: var(--shadow-sm); }
.no-results { text-align: center; color: var(--muted); padding: 35px; }

.info-band { padding: 70px 0; background: linear-gradient(120deg, #df7f0e, #f49a19 60%, #ffb53b); color: #2e114e; }
.info-band-inner { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.info-band .eyebrow { color: #4d176d; }
.info-band p { margin: 0; color: #4a235f; font-size: 18px; line-height: 1.7; }

.site-footer { background: #fff; }
.footer-main { padding: 48px 0 34px; display: flex; justify-content: space-between; gap: 60px; }
.footer-brand img { width: 220px; }
.footer-brand p { color: var(--muted); margin: 12px 0 0; }
.footer-links { display: grid; gap: 8px; min-width: 190px; }
.footer-links strong { margin-bottom: 2px; }
.footer-links a { text-decoration: none; color: var(--muted); }
.footer-links a:hover { color: var(--purple); }
.footer-bottom { min-height: 70px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); font-size: 13px; }
.version { font-weight: 850; color: var(--purple-dark); }

.player-bar { position: fixed; inset: auto 0 0; z-index: 100; background: #21102f !important; background-image: linear-gradient(90deg, #21102f 0%, #35144d 55%, #4d176d 100%) !important; color: #fff; box-shadow: 0 -18px 45px rgba(26,7,38,.28); }
.player-bar .player-inner { background: transparent !important; }
.player-bar::before, .player-bar::after { background: transparent !important; }
.player-inner { min-height: 92px; display: grid; grid-template-columns: 58px minmax(150px,.55fr) 76px minmax(300px,1.2fr) 40px; gap: 15px; align-items: center; }
.player-cover { width: 58px; height: 58px; border-radius: 15px; overflow: hidden; background: #fff; color: var(--purple); display: grid; place-items: center; font-weight: 900; }
.player-cover img { width: 100%; height: 100%; object-fit: contain; }
.player-meta { min-width: 0; display: grid; }
.player-label { color: #d8c3e5; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.player-meta strong { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.player-wave { height: 30px; display: flex; gap: 4px; align-items: center; justify-content: center; }
.player-wave i { width: 3px; border-radius: 999px; background: var(--orange); animation: miniEq .75s ease-in-out infinite alternate; }
.player-wave i:nth-child(1){height:12px}.player-wave i:nth-child(2){height:25px;animation-delay:.15s}.player-wave i:nth-child(3){height:17px;animation-delay:.3s}.player-wave i:nth-child(4){height:29px;animation-delay:.1s}.player-wave i:nth-child(5){height:14px;animation-delay:.25s}
@keyframes miniEq { to { transform: scaleY(.48); opacity: .65; } }
.player-inner audio { width: 100%; height: 43px; }
.player-close { border: 0; background: var(--orange); color: #2e114e; border-radius: 50%; width: 36px; height: 36px; font-size: 23px; cursor: pointer; box-shadow: 0 8px 20px rgba(54,18,95,.24); }
.player-close:hover { background: #ffb53b; }
.player-message { background: #fff1ca; color: #634300; text-align: center; font-size: 12px; padding: 0 14px; max-height: 0; overflow: hidden; }
.player-message:not(:empty) { padding: 7px 14px; max-height: 55px; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
[hidden] { display: none !important; }

@media (max-width: 1080px) {
    .main-nav { display: none; position: absolute; top: 77px; right: 24px; min-width: 230px; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg); }
    .main-nav.open { display: grid; }
    .mobile-menu-button { display: block; }
    .header-search-button { margin-left: auto; }
    .hero { grid-template-columns: 1fr 1fr; }
    .station-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 860px) {
    body { padding-bottom: 126px; }
    .shell { width: min(100% - 30px, 1240px); }
    .hero { min-height: auto; grid-template-columns: 1fr; padding: 62px 0 110px; }
    .hero-copy { text-align: center; }
    .hero-kicker, .hero-actions, .hero-proof { justify-content: center; }
    .hero-copy > p { margin-inline: auto; }
    .hero-visual { min-height: 370px; }
    .featured-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .featured-card-large { grid-row: auto; min-height: 250px; grid-column: 1 / -1; grid-template-columns: 140px minmax(0,1fr) 64px; align-content: center; }
    .featured-card-large .featured-art { width: 140px; height: 140px; }
    .featured-card-large .round-play { position: static; }
    .station-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .info-band-inner { grid-template-columns: 1fr; gap: 26px; }
    .player-inner { min-height: 116px; grid-template-columns: 52px 1fr 38px; grid-template-rows: auto auto; gap: 7px 11px; padding: 9px 0; }
    .player-cover { width: 52px; height: 52px; }
    .player-wave { display: none; }
    .player-inner audio { grid-column: 1 / -1; grid-row: 2; }
    .player-close { grid-column: 3; grid-row: 1; }
}
@media (max-width: 640px) {
    .header-inner { min-height: 72px; gap: 10px; }
    .brand img { width: 184px; }
    .header-search-button span:last-child { display: none; }
    .header-search-button { width: 42px; height: 42px; padding: 0; justify-content: center; }
    .main-nav { top: 66px; left: 15px; right: 15px; }
    .hero-wrap::after { height: 36px; }
    .hero { padding: 48px 0 82px; gap: 28px; }
    .hero h1 { font-size: clamp(48px, 15vw, 70px); }
    .hero-copy > p { font-size: 17px; }
    .hero-proof { gap: 15px; }
    .hero-visual { min-height: 315px; }
    .hero-radio-card { min-height: 290px; padding: 23px; border-radius: 27px; }
    .hero-card-logo { width: 82px; height: 82px; border-radius: 22px; }
    .hero-card-copy strong { font-size: 22px; }
    .hero-play { width: 54px; height: 54px; right: 23px; bottom: 23px; }
    .live-pill { top: 22px; right: 22px; }
    .quick-search-section { margin-top: -22px; }
    .quick-search { min-height: 76px; padding: 0 17px; grid-template-columns: 38px 1fr; border-radius: 20px; }
    .search-icon { width: 38px; height: 38px; }
    .search-hint { display: none; }
    .featured-section, .stations-section { padding-top: 58px; }
    .section-heading { align-items: flex-start; }
    .section-heading h2, .info-band h2 { font-size: 34px; }
    .text-link { display: none; }
    .featured-grid { grid-template-columns: 1fr; }
    .featured-card, .featured-card-large { grid-column: auto; min-height: 145px; grid-template-columns: 74px minmax(0,1fr) 46px; padding: 17px; }
    .featured-card-large .featured-art, .featured-art { width: 74px; height: 74px; border-radius: 18px; }
    .featured-card-large .featured-content h3, .featured-content h3 { font-size: 17px; }
    .featured-card-large .round-play, .round-play { position: static; width: 46px; height: 46px; }
    .station-count { display: none; }
    .station-grid { grid-template-columns: 1fr; }
    .station-card { grid-template-columns: 62px minmax(0,1fr) 42px; }
    .station-image { width: 62px; height: 62px; }
    .info-band { padding: 55px 0; }
    .footer-main { flex-direction: column; gap: 28px; padding: 38px 0 28px; }
    .footer-bottom { min-height: 86px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 3px; }
}

/* V4: volle breedte populaire radiozenders in de hero */
.hero.hero-stations {
    min-height: auto;
    padding: 46px 0 92px;
    display: block;
}
.hero-station-showcase {
    position: relative; width: 100%; padding: 25px; border-radius: 32px;
    border: 1px solid rgba(255,255,255,.18);
    background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.075));
    box-shadow: 0 28px 70px rgba(18,4,32,.28); backdrop-filter: blur(18px); overflow: hidden;
}
.hero-station-showcase::before { content: ""; position: absolute; width: 340px; height: 340px; right: -90px; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(244,154,25,.22), transparent 67%); pointer-events: none; }
.hero-showcase-title { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 19px; }
.hero-showcase-title div { display: grid; gap: 2px; }
.hero-showcase-title span { color: #dccde5; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.hero-showcase-title strong { color: #fff; font-size: clamp(25px, 3vw, 38px); line-height: 1; letter-spacing: -.03em; }
.hero-showcase-title small { color: #e2d5e8; font-size: 14px; }
.hero-station-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; }
.hero-station-card { min-width: 0; min-height: 194px; position: relative; display: grid; grid-template-rows: 116px auto 40px; align-items: center; justify-items: center; gap: 7px; padding: 12px; border-radius: 22px; background: rgba(255,255,255,.95); color: var(--ink); box-shadow: 0 14px 32px rgba(24,6,38,.16); transition: transform .18s ease, box-shadow .18s ease; text-align: center; }
.hero-station-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(24,6,38,.24); }
.hero-station-logo { width: 100%; height: 116px; border-radius: 17px; background: #fff; display: grid; place-items: center; overflow: hidden; border: 1px solid #eee7f0; }
.hero-station-logo img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.hero-station-logo span { font-weight: 950; color: var(--purple); font-size: 27px; }
.hero-station-name { width: 100%; min-width: 0; font-size: 14px; font-weight: 900; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hero-station-play { width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--orange); color: #321329; display: grid; place-items: center; cursor: pointer; font-weight: 900; box-shadow: 0 8px 20px rgba(244,154,25,.24); }
.hero-station-play:hover { background: #ffad34; transform: scale(1.04); }
@media (max-width: 1080px) { .hero-station-grid { grid-template-columns: repeat(4, minmax(0,1fr)); } }
@media (max-width: 860px) { .hero.hero-stations { padding: 38px 0 82px; } .hero-station-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 640px) { .hero.hero-stations { padding: 28px 0 68px; } .hero-station-showcase { padding: 15px; border-radius: 24px; } .hero-showcase-title { align-items: flex-start; flex-direction: column; gap: 5px; margin-bottom: 13px; } .hero-showcase-title strong { font-size: 26px; } .hero-showcase-title small { font-size: 12px; } .hero-station-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; } .hero-station-card { min-height: 168px; grid-template-rows: 94px auto 36px; padding: 9px; } .hero-station-logo { height: 94px; } .hero-station-name { font-size: 12px; } .hero-station-play { width: 36px; height: 36px; } }

/* Publieke zenderpagina. */
.hero-station-logo, .hero-station-name, .station-image, .station-info h3 a { color: inherit; text-decoration: none; }
.station-info h3 a:hover, .hero-station-name:hover { color: var(--purple); }
.station-detail-hero { padding: 76px 0 88px; background: radial-gradient(circle at 82% 15%, rgba(244,154,25,.24), transparent 28%), linear-gradient(135deg, #24103d 0%, #4d176d 58%, #7c2587 100%); color: #fff; }
.station-detail-grid { display: grid; grid-template-columns: minmax(220px, 340px) 1fr; gap: 58px; align-items: center; }
.station-detail-logo { aspect-ratio: 1 / 1; border-radius: 34px; background: #fff; display: grid; place-items: center; overflow: hidden; box-shadow: 0 28px 65px rgba(15,4,25,.32); }
.station-detail-logo img { width: 100%; height: 100%; object-fit: contain; padding: 24px; }
.station-detail-logo span { color: var(--purple); font-size: 74px; font-weight: 950; }
.station-detail-kicker { color: #ffbd55; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.station-detail-copy h1 { margin: 8px 0 15px; font-size: clamp(42px, 6vw, 72px); line-height: .98; letter-spacing: -.045em; }
.station-detail-copy > p { max-width: 720px; margin: 0; color: #e6daeb; font-size: 18px; line-height: 1.65; }
.station-detail-facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.station-detail-facts span { min-height: 42px; display: inline-flex; align-items: center; gap: 6px; padding: 0 14px; border-radius: 999px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.15); }
.station-detail-facts .online i { width: 9px; height: 9px; border-radius: 50%; background: #61dc8d; box-shadow: 0 0 0 4px rgba(97,220,141,.15); }
.station-detail-play { min-height: 54px; border: 0; border-radius: 999px; padding: 0 25px; background: var(--orange); color: #321329; font-weight: 950; font-size: 16px; cursor: pointer; box-shadow: 0 13px 30px rgba(244,154,25,.25); }
.station-detail-play:hover { background: #ffad34; transform: translateY(-1px); }
.station-detail-warning { margin-top: 24px !important; color: #ffd9a3 !important; }
.station-detail-body { padding: 34px 0 70px; }
.back-to-stations { display: inline-flex; align-items: center; min-height: 46px; color: var(--purple-dark); text-decoration: none; font-weight: 850; }
.back-to-stations:hover { color: var(--orange-dark); }
@media (max-width: 760px) {
    .station-detail-hero { padding: 42px 0 58px; }
    .station-detail-grid { grid-template-columns: 1fr; gap: 28px; }
    .station-detail-logo { width: min(72vw, 280px); justify-self: center; border-radius: 27px; }
    .station-detail-copy { text-align: center; }
    .station-detail-copy > p { font-size: 16px; }
    .station-detail-facts { justify-content: center; }
}

/* V10: openbare streamaanmelding */
.submit-hero{background:linear-gradient(125deg,#281044,#4b186f 65%,#6f2285);color:#fff;padding:70px 0 76px}.submit-hero-inner{max-width:850px}.submit-hero .eyebrow{color:#f7b34d}.submit-hero h1{font-size:clamp(44px,7vw,72px);line-height:1;margin:10px 0 18px;letter-spacing:-.045em}.submit-hero p{font-size:19px;color:#eadff0;max-width:760px;margin:0}.submit-section{padding:58px 0 86px}.submit-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:24px;align-items:start}.submit-card,.submit-side-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow-sm)}.submit-side-card h2{margin-top:0}.submit-side-card p{color:var(--muted);line-height:1.7}.stream-form{display:grid;gap:17px}.stream-form label{display:grid;gap:7px}.stream-form label>span{font-size:13px;font-weight:850}.stream-form input,.stream-form textarea{width:100%;border:1px solid #dcd1e1;border-radius:14px;padding:12px 14px;background:#fff;color:var(--ink);outline:none}.stream-form input:focus,.stream-form textarea:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(143,39,148,.10)}.stream-form small{color:var(--muted);font-size:11px}.form-columns{display:grid;grid-template-columns:1fr 1fr;gap:15px}.submit-button{justify-self:start;margin-top:4px}.form-errors{background:#fff0f0;border:1px solid #efc5c5;color:#7d2d2d;border-radius:16px;padding:16px 18px;margin-bottom:18px}.form-errors ul{margin:8px 0 0;padding-left:20px}.form-success{background:#ebf8f0;border:1px solid #bfe3cc;color:#1f6a3d;border-radius:18px;padding:22px}.form-success strong{font-size:21px}.form-success p{margin-bottom:0}.hp-field{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}@media(max-width:820px){.submit-layout{grid-template-columns:1fr}.form-columns{grid-template-columns:1fr}.submit-hero{padding:52px 0 58px}}

.stream-form select{width:100%;border:1px solid #e6dce9;border-radius:14px;padding:13px 14px;background:#fff;color:#25142e;font:inherit}.stream-form select:focus{outline:2px solid rgba(143,39,148,.18);border-color:#8f2794}

/* Uitgebreider zenderformulier */
.stream-form h2{margin:30px 0 12px;color:var(--purple-dark);font-size:20px}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.listing-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:8px 0 16px}.listing-choice{display:flex!important;flex-direction:row!important;align-items:center;gap:12px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff}.listing-choice input{width:auto!important}.listing-choice span{display:grid}.listing-choice small{color:var(--muted);margin-top:3px}.terms-check{display:flex!important;flex-direction:row!important;align-items:center;gap:10px}.terms-check input{width:auto!important}@media(max-width:640px){.form-two,.listing-options{grid-template-columns:1fr}}

/* Luister Top 100 */
.listen-ranking{display:grid;gap:8px}.listen-rank-row{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px 18px;background:#fff;border:1px solid var(--line);border-radius:16px}.listen-rank-number{font-size:28px;color:var(--purple);text-align:center}.listen-rank-station{min-width:0}.listen-rank-station a{font-weight:900;color:var(--purple-dark);text-decoration:none;font-size:17px}.listen-rank-station span{display:block;margin-top:4px;color:var(--muted);font-size:13px}.listen-rank-time{white-space:nowrap;color:var(--purple-dark)}.listen-pager{display:flex;justify-content:space-between;gap:14px;margin-top:24px}.listen-pager .section-link:last-child{margin-left:auto}@media(max-width:640px){.listen-rank-row{grid-template-columns:42px minmax(0,1fr);gap:10px}.listen-rank-number{font-size:22px}.listen-rank-time{grid-column:2;font-size:14px}.listen-pager{flex-direction:column}.listen-pager .section-link:last-child{margin-left:0}}
.info-copy{line-height:1.75}.price-box{display:grid;gap:8px;padding:20px;border-radius:18px;background:#f7f1f8;margin:24px 0}.price-box strong{font-size:20px}.ad-rate-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0}.ad-rate-grid>div{display:grid;gap:4px;border:1px solid var(--line);border-radius:16px;padding:16px}.ad-rate-grid strong{font-size:20px;color:var(--purple)}.ad-rate-grid span{color:var(--muted)}.rt-banner-slot{margin:18px auto;text-align:center}.rt-banner-slot img{display:block;max-width:100%;height:auto;margin:auto}.rt-banner-top468{max-width:468px}.rt-banner-middle234{max-width:234px}.rt-banner-logos730{max-width:730px}.rt-banner-left150,.rt-banner-right150{max-width:150px}@media(max-width:700px){.ad-rate-grid{grid-template-columns:1fr}.rt-banner-left150,.rt-banner-right150{display:none}}

@media(min-width:1280px){.rt-banner-left150,.rt-banner-right150{position:fixed;top:160px;z-index:20;margin:0}.rt-banner-left150{left:8px}.rt-banner-right150{right:8px}}

/* Zoekanker en linkpagina */
.quick-search-section { scroll-margin-top: 116px; }
.links-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.link-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow-sm)}.link-card h3{margin:0 0 8px;font-size:21px}.link-card p{color:var(--muted);margin:0 0 14px}.link-submit-section{padding:62px 0 88px}.link-submit-layout{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:28px;align-items:start}.link-submit-layout h2{font-size:clamp(32px,4vw,48px);line-height:1.04;margin:7px 0 15px}.link-submit-layout>div:first-child>p{color:var(--muted);line-height:1.7}.station-submit-form{display:grid;gap:17px}.station-submit-form label{display:grid;gap:7px}.station-submit-form label>span{font-size:13px;font-weight:850}.station-submit-form input,.station-submit-form textarea{width:100%;border:1px solid #dcd1e1;border-radius:14px;padding:12px 14px;background:#fff;color:var(--ink);outline:none;font:inherit}.station-submit-form input:focus,.station-submit-form textarea:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(143,39,148,.10)}.station-submit-form small,.muted-copy{color:var(--muted);font-size:12px}.form-grid-two{display:grid;grid-template-columns:1fr 1fr;gap:15px}@media(max-width:900px){.links-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.link-submit-layout{grid-template-columns:1fr}}@media(max-width:620px){.links-grid,.form-grid-two{grid-template-columns:1fr}.quick-search-section{scroll-margin-top:96px}}

/* V52: links per categorie en aanmeldknop uitsluitend onderaan */
.link-category{margin:0 0 42px}.link-category>h2{margin:0 0 16px;color:var(--purple-dark);font-size:28px}.link-page-bottom{display:flex;justify-content:center;padding:42px 0 8px;border-top:1px solid var(--line);margin-top:44px}

/* V52: geïntegreerde videoplayer */
.video-player-panel{margin:0 0 28px;padding:22px;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(54,18,95,.12)}
.video-player-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}
.video-player-heading h2{margin:.2rem 0 0}
.video-player-frame{overflow:hidden;border-radius:14px;background:#111;aspect-ratio:16/9}
.video-player-frame video{display:block;width:100%;height:100%;background:#111;object-fit:contain}
.video-player-message{margin:12px 0 0;color:#5f5870}
.video-play-button{appearance:none;border:0;background:none;padding:0;cursor:pointer;font:inherit;text-align:left}
.video-play-button.is-active{font-weight:700}
@media (max-width:700px){.video-player-panel{padding:14px}.video-player-heading{align-items:flex-start}}

.video-station-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.video-station-button{appearance:none;border:0;border-radius:999px;padding:10px 16px;background:#fff;box-shadow:0 6px 18px rgba(54,18,95,.12);color:inherit;font:inherit;font-weight:700;cursor:pointer}
.video-station-button:hover,.video-station-button:focus-visible{transform:translateY(-1px);box-shadow:0 8px 22px rgba(54,18,95,.16)}
.video-station-button.is-active{outline:2px solid currentColor;outline-offset:2px}

/* V52: twee aparte logo-uploads in het zenderformulier. */
.logo-upload-grid{align-items:start}

/* V52 Nieuws */
.news-page{padding-top:48px;padding-bottom:64px}.news-list{display:grid;gap:18px;max-width:920px}.news-card,.news-detail{background:#fff;border:1px solid rgba(54,18,95,.12);border-radius:22px;padding:24px;box-shadow:0 12px 35px rgba(54,18,95,.06)}.news-card time,.news-detail time{display:block;color:#7c6f86;font-size:13px;font-weight:750;margin-bottom:8px}.news-card h2{margin:0 0 10px;font-size:26px}.news-card h2 a{color:#36125f;text-decoration:none}.news-card p{margin:0 0 14px;line-height:1.65}.news-read-more,.news-back{display:inline-flex;color:#8f2794;font-weight:850;text-decoration:none}.news-detail{max-width:920px}.news-detail h1{font-size:clamp(32px,5vw,52px);line-height:1.05;margin:10px 0 18px;color:#36125f}.news-back{margin-bottom:22px}.news-intro{font-size:20px;line-height:1.6;font-weight:650;color:#4e3e59}.news-body{font-size:17px;line-height:1.75}.news-body p{margin:0 0 1.25em}@media(max-width:700px){.news-page{padding-top:28px}.news-card,.news-detail{padding:18px;border-radius:17px}.news-card h2{font-size:22px}.news-intro{font-size:18px}}

/* V52 – promotie-downloadpagina */
.promo-download-section{padding:42px 0 70px}.promo-download-block{margin-bottom:44px}.promo-banner-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:20px}.promo-download-card,.promo-audio-card{background:#fff;border:1px solid rgba(66,20,95,.13);border-radius:18px;padding:20px;box-shadow:0 10px 30px rgba(45,23,61,.06)}.promo-banner-preview{min-height:104px;display:flex;align-items:center;justify-content:center;background:#f7f3f9;border-radius:12px;padding:16px;overflow:auto}.promo-banner-preview img{max-width:100%;height:auto}.promo-download-card h3,.promo-audio-card h3{margin:16px 0 6px}.promo-audio-list{display:grid;gap:14px;margin-top:20px}.promo-audio-card{display:flex;gap:22px;align-items:center;justify-content:space-between}.promo-audio-card>div{min-width:0;flex:1}.promo-audio-card audio{display:block;width:100%;max-width:520px;margin-top:10px}.submit-side-divider{border:0;border-top:1px solid rgba(66,20,95,.16);margin:24px 0}.rt-banner-google{text-align:center;overflow:hidden}
@media(max-width:760px){.promo-banner-grid{grid-template-columns:1fr}.promo-audio-card{align-items:stretch;flex-direction:column}}

/* V52: 468x60-banner in de titelrij van de populaire radiozenders. */
.hero-showcase-banner {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 500px;
    min-height: 84px;
    padding: 11px 16px;
    background: #fff;
    border: 1px solid #eee7f0;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(24,6,38,.12);
}
.hero-showcase-banner .rt-banner-slot { margin: 0; }
.hero-showcase-banner .rt-banner-top468 { width: 468px; max-width: 100%; }
@media (max-width: 980px) {
    .hero-showcase-title { align-items: flex-start; flex-wrap: wrap; }
    .hero-showcase-banner { order: 3; width: 100%; min-width: 0; }
    .hero-showcase-title small { order: 2; }
}
@media (max-width: 700px) {
    .hero-showcase-banner { padding: 9px; min-height: 78px; border-radius: 15px; overflow: hidden; }
}

/* V52: nieuws mag niet door hoge Google/auto-advertenties omlaag worden gedrukt. */
.news-page ins.adsbygoogle,
.news-detail ins.adsbygoogle,
.news-page .google-auto-placed,
.news-detail .google-auto-placed {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* V58: Videostreams mag niet door Google Auto Ads tussen menu en videoplayer worden onderbroken. */
.video-streams-page ins.adsbygoogle,
.video-streams-page .google-auto-placed,
.submit-hero + ins.adsbygoogle,
.submit-hero + .google-auto-placed {
    display:none !important;
    width:0 !important;
    height:0 !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
}
