:root { color-scheme: dark; }
* { box-sizing: border-box; }
body {
    margin: 0;
    min-height: 100vh;
    padding: 24px;
    font-family: Arial, sans-serif;
    color: #fff;
    background: radial-gradient(circle at top right, rgba(255,32,32,.16), transparent 35%), #080808;
}
.request-shell { width: min(100%, 850px); margin: 0 auto; }
.request-card {
    padding: clamp(24px, 5vw, 42px);
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 22px;
}
.eyebrow { color: #ff4d4d; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
h1 { font-size: clamp(2rem, 7vw, 4rem); }
p { color: #bbb; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
label { display: grid; gap: 8px; font-weight: 700; }
label.full { grid-column: 1 / -1; }
input, textarea, select {
    width: 100%;
    padding: 12px 13px;
    color: #fff;
    background: rgba(0,0,0,.35);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 9px;
}
button, .tracking-link {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, #ff2020, #ff4d4d);
    border: 0;
    border-radius: 10px;
    text-decoration: none;
}
form > button { width: 100%; margin-top: 18px; }
.notice { margin: 18px 0; padding: 14px; border-radius: 10px; }
.notice.success { background: rgba(37,211,102,.12); border: 1px solid rgba(37,211,102,.3); }
.notice.error { background: rgba(255,32,32,.12); border: 1px solid rgba(255,32,32,.3); }
.honeypot { position: absolute; left: -9999px; }
.status-card { text-align: center; }
.status-pill { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.08); font-weight: 900; text-transform: uppercase; }
.status-new { background: rgba(255,32,32,.16); }
.status-accepted { background: rgba(255,176,32,.16); }
.status-played { background: rgba(37,211,102,.16); }
.public-message { padding: 14px; background: rgba(255,255,255,.05); border-radius: 10px; }
dl { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; text-align: left; }
dl div { padding: 14px; background: rgba(0,0,0,.2); border-radius: 10px; }
dt { color: #999; font-size: .8rem; }
dd { margin: 5px 0 0; font-weight: 800; }
@media (max-width: 650px) {
    .form-grid, dl { grid-template-columns: 1fr; }
    label.full { grid-column: auto; }
}


/* DJ-keuze verzoekformulier */
.request-card select,
.home-request-form select {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    color: #fff;
    background: #06162d;
    border: 1px solid #315f96;
    border-radius: 8px;
    outline: none;
}

.request-card select:focus,
.home-request-form select:focus {
    border-color: #ff2ba7;
    box-shadow: 0 0 0 3px rgba(255,43,167,.08);
}


/* =========================================
   EENVOUDIG VERZOEK - LIVE DJ ZOALS OUD SYSTEEM
   ========================================= */

.old-request-live-dj {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 18px 0;
    padding: 15px 16px;
    background: #111;
    border: 1px solid #303030;
    border-radius: 14px;
}

.old-request-live-dj.is-live {
    border-color: #ff008c;
    box-shadow: 0 0 18px rgba(255,0,140,.18);
}

.old-request-live-dj.is-live > div:last-child {
    display: grid;
}

.old-request-live-dj span {
    color: #ff2b9f;
    font-size: .72rem;
    font-weight: 900;
}

.old-request-live-dj strong {
    color: #fff;
    font-size: 1rem;
}

.old-request-live-dj small {
    color: #c0cede;
    font-size: .72rem;
}

.old-request-dj-photo {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    overflow: hidden;
    border: 2px solid #22adff;
    border-radius: 50%;
}

.old-request-dj-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.old-request-form {
    display: grid;
    gap: 12px;
    padding: 20px;
    background: #111;
    border-radius: 14px;
}

.old-request-form input,
.old-request-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 13px;
    color: #fff !important;
    background: #222 !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    outline: 0;
}

.old-request-form input:focus,
.old-request-form textarea:focus {
    border-color: #7d42ee !important;
    box-shadow: 0 0 0 3px rgba(125,66,238,.10) !important;
}

.old-request-form button {
    min-height: 42px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    background: linear-gradient(135deg,#078cff,#7440eb,#ff008c);
    border: 0;
    border-radius: 8px;
}

/* NON-STOP ON DEMAND FALLBACK */
.ondemand-request-card {
    margin-top: 18px;
    padding: 24px;
    text-align: center;
    background: linear-gradient(145deg, #06152f, #09091d 65%, #16051f);
    border: 1px solid #7040e8;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(0,0,0,.30);
}
.ondemand-kicker {
    display: block;
    margin-bottom: 8px;
    color: #ff2ba7;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.ondemand-request-card h2 {
    margin: 0 0 10px;
    color: #fff;
}
.ondemand-request-card p {
    margin: 0 auto 18px;
    max-width: 650px;
    color: #b9cde0;
    line-height: 1.6;
}
.ondemand-request-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    color: #fff !important;
    font-weight: 900;
    text-decoration: none !important;
    background: linear-gradient(135deg, #078cff, #7040e8 58%, #ff008c);
    border: 1px solid #34bfff;
    border-radius: 9px;
}
.ondemand-request-button:hover {
    filter: brightness(1.12);
}
@media (max-width: 560px) {
    .ondemand-request-button { width: 100%; }
}
