/* ============================================================
   OnDestination - Artiestenpartner Detail Sub-pages
   DJ / Solo / Ensemble / Band
   Extends: colors_and_type.css + home.css + artiestenpartner.css
   ============================================================ */

/* === ACT BADGE IN HERO === */
.apd-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 16px 5px 6px;
  background: rgba(111,224,0,.08);
  border: 1px solid rgba(111,224,0,.22);
  border-radius: 9999px;
  margin-bottom: 32px;
}
.apd-badge-num {
  font-family: 'Kardige', sans-serif;
  font-size: 9.5px;
  letter-spacing: .2em;
  color: rgba(111,224,0,.7);
  background: rgba(111,224,0,.1);
  border-radius: 9999px;
  padding: 4px 10px;
  line-height: 1.4;
}
.apd-badge-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #6FE000;
}

/* === WAT WIJ DOEN + VOOR WIE === */
.apd-intro-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 72px;
  align-items: start;
}
.apd-intro-main h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.025em;
  margin: 10px 0 20px;
  color: #0A0A0A;
}
.apd-intro-main h2 em {
  font-style: normal;
  color: #3F8A00;
}
.apd-intro-main p {
  font-size: 16.5px;
  line-height: 1.72;
  color: #4A4A4A;
  max-width: 54ch;
  margin: 0 0 18px;
}
.apd-intro-divider {
  margin: 44px 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

/* Info aside card */
.apd-info-card {
  background: #0A0A0A;
  border-radius: 20px;
  padding: 28px;
  color: #F8F5EE;
  position: sticky;
  top: 88px;
}
.apd-info-card-label {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,.32);
  margin: 0 0 14px;
}
.apd-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.apd-info-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: 13.5px;
  color: rgba(255,255,255,.55);
  line-height: 1.45;
}
.apd-info-list li:first-child {
  border-top: 1px solid rgba(255,255,255,.06);
}
.apd-info-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #6FE000;
  border-radius: 50%;
  flex-shrink: 0;
}
.apd-info-sep {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* === HOE HET WERKT === */
.apd-steps-head {
  margin-bottom: 44px;
  max-width: 640px;
}
.apd-steps-head h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: -.025em;
  margin: 10px 0 0;
  color: #F8F5EE;
}
.apd-steps-head h2 em {
  font-style: normal;
  color: #6FE000;
}
.apd-steps-head p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(248,245,238,.5);
  max-width: 52ch;
  margin: 16px 0 0;
}

.apd-steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.apd-step {
  background: #141414;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 18px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.apd-step-num {
  font-family: 'Kardige', sans-serif;
  font-size: 10.5px;
  letter-spacing: .14em;
  color: rgba(111,224,0,.45);
  line-height: 1;
}
.apd-step-title {
  font-size: 15.5px;
  font-weight: 600;
  color: #F8F5EE;
  line-height: 1.3;
}
.apd-step-body {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(248,245,238,.42);
  margin: 0;
}

/* === VOORDELEN + BELANGRIJK === */
.apd-vb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.apd-vb-head h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.025em;
  margin: 10px 0 28px;
  color: #0A0A0A;
}
.apd-vb-head h2 em {
  font-style: normal;
  color: #3F8A00;
}
.apd-vb-checks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.apd-vb-check {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.apd-vb-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(63,138,0,.1);
  border: 1px solid rgba(63,138,0,.28);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.apd-vb-dot svg {
  width: 10px;
  height: 10px;
  color: #3F8A00;
}
.apd-vb-text {
  font-size: 15.5px;
  line-height: 1.55;
  color: #4A4A4A;
}
.apd-vb-text strong {
  color: #0A0A0A;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
}

/* Belangrijk note box */
.apd-note-box {
  background: #0A0A0A;
  border-radius: 20px;
  padding: 32px;
  color: #F8F5EE;
}
.apd-note-box-label {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,.32);
  margin: 0 0 16px;
}
.apd-note-box h3 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0 0 18px;
  color: #F8F5EE;
}
.apd-note-box h3 em {
  font-style: normal;
  color: #6FE000;
}
.apd-note-box p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,.5);
  margin: 0 0 14px;
}
.apd-note-box p:last-child {
  margin-bottom: 0;
}

/* === WAT HEB JE NODIG + GROEI === */
.apd-nodig-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.apd-nodig-head h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.025em;
  margin: 10px 0 10px;
  color: #F8F5EE;
}
.apd-nodig-head h2 em {
  font-style: normal;
  color: #6FE000;
}
.apd-nodig-head > p {
  font-size: 16px;
  line-height: 1.72;
  color: rgba(248,245,238,.52);
  max-width: 52ch;
  margin: 0 0 24px;
}
.apd-checklist {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.apd-checklist-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  background: #141414;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.06);
}
.apd-checklist-item-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(111,224,0,.1);
  border: 1px solid rgba(111,224,0,.22);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.apd-checklist-item-icon svg {
  width: 9px;
  height: 9px;
  color: #6FE000;
}
.apd-checklist-item span {
  font-size: 14px;
  color: rgba(248,245,238,.62);
}
.apd-checklist-note {
  font-size: 13px;
  color: rgba(248,245,238,.34);
  line-height: 1.6;
  margin: 16px 0 0;
}

/* Groei aside */
.apd-groei-box {
  background: #141414;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px;
  padding: 32px;
}
.apd-groei-label {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,.32);
  margin: 0 0 14px;
}
.apd-groei-box h3 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 0 0 18px;
  color: #F8F5EE;
}
.apd-groei-box h3 em {
  font-style: normal;
  color: #6FE000;
}
.apd-groei-box p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(248,245,238,.5);
  margin: 0 0 14px;
}
.apd-groei-box p:last-child {
  margin-bottom: 0;
}

/* === RESPONSIVE === */
@media (max-width: 960px) {
  .apd-intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .apd-info-card { position: relative; top: auto; }
  .apd-steps-row { grid-template-columns: repeat(2, 1fr); }
  .apd-vb-grid { grid-template-columns: 1fr; gap: 48px; }
  .apd-nodig-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 600px) {
  .apd-steps-row { grid-template-columns: 1fr; }
}
