/* ============================================================
   OnDestination - Artiestenpartner worden
   Extends: colors_and_type.css + home.css
   ============================================================ */

/* ── Back link (reused from artiest) ── */
.ap-back {
  position: relative;
  top: auto;
  left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(248,245,238,.4);
  text-decoration: none;
  transition: color 180ms;
}
.ap-back:hover { color: #6FE000; }
.ap-back svg { width: 14px; height: 14px; flex-shrink: 0; }

.pp-hero-inner .ap-back { margin-bottom: 28px; }

/* ── Hero ── */
.pp-hero {
  position: relative;
  background: #000;
  color: #F8F5EE;
  padding: 148px 0 96px;
  overflow: hidden;
}
.pp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 68% 38%, rgba(111,224,0,.12), transparent 60%),
    radial-gradient(ellipse 45% 60% at 0% 100%, rgba(111,224,0,.07), transparent 58%);
  pointer-events: none;
}
.pp-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pp-hero h1 {
  font-family: 'Kardige', sans-serif;
  font-weight: 400;
  font-size: clamp(56px, 8vw, 120px);
  line-height: .94;
  letter-spacing: -.028em;
  margin: 0 0 28px;
  color: #F8F5EE;
  max-width: 16ch;
}
.pp-hero h1 em {
  font-style: normal;
  color: #6FE000;
  text-shadow: 0 0 56px rgba(111,224,0,.42);
}
.pp-hero-lead {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 300;
  line-height: 1.6;
  color: rgba(248,245,238,.62);
  max-width: 50ch;
  margin: 0 0 44px;
}
.pp-hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* strip */
.pp-strip {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 72px;
}
.pp-strip .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 36px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
}
.pp-strip span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.pp-strip span::before {
  content: "";
  width: 5px; height: 5px;
  background: #6FE000;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── 4 act types ── */
.pp-types-head {
  margin-bottom: 48px;
}
.pp-types-head h2 {
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.04;
  margin: 0;
}
.pp-types-head h2 em { font-style: normal; color: #6FE000; }
.pp-types-head p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(248,245,238,.52);
  max-width: 52ch;
  margin: 18px 0 0;
}

.pp-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.pp-type-card {
  background: #141414;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 34px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: border-color 240ms cubic-bezier(.22,.61,.36,1),
              transform 240ms cubic-bezier(.22,.61,.36,1);
  text-decoration: none;
}
.pp-type-card:hover {
  border-color: rgba(111,224,0,.36);
  transform: translateY(-4px);
}

.pp-type-num {
  font-family: 'Kardige', sans-serif;
  font-size: 11px;
  letter-spacing: .14em;
  color: rgba(111,224,0,.5);
  margin-bottom: 18px;
}

.pp-type-label {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 400;
  letter-spacing: -.02em;
  color: #F8F5EE;
  line-height: 1.0;
  margin-bottom: 16px;
}

.pp-type-desc {
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(248,245,238,.44);
  margin: 0 0 28px;
  max-width: 44ch;
  flex: 1;
}

.pp-type-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  color: #6FE000;
  letter-spacing: .01em;
  transition: gap 200ms cubic-bezier(.22,.61,.36,1);
}
.pp-type-card:hover .pp-type-link { gap: 14px; }
.pp-type-link svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ── Samenwerking ── */
.pp-samenwrk-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 72px;
  align-items: start;
}
.pp-samenwrk-copy h2 {
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.04;
  margin: 0 0 22px;
}
.pp-samenwrk-copy p {
  font-size: 16.5px;
  line-height: 1.72;
  color: #4A4A4A;
  max-width: 54ch;
  margin: 0 0 18px;
}
.pp-samenwrk-copy p:last-of-type { margin-bottom: 0; }

/* perks card */
.pp-perks {
  background: #0A0A0A;
  border-radius: 20px;
  padding: 28px;
  color: #F8F5EE;
  position: sticky;
  top: 88px;
}
.pp-perks-head {
  font-size: 10.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,.36);
  margin: 0 0 22px;
}
.pp-perk {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.pp-perk:first-of-type { border-top: 1px solid rgba(255,255,255,.07); }
.pp-perk-num {
  font-family: 'Kardige', sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  color: rgba(111,224,0,.55);
  flex-shrink: 0;
  padding-top: 1px;
  min-width: 22px;
}
.pp-perk-body { display: flex; flex-direction: column; gap: 4px; }
.pp-perk-title {
  font-size: 14px;
  font-weight: 600;
  color: #F8F5EE;
  line-height: 1.3;
}
.pp-perk-sub {
  font-size: 12px;
  color: rgba(255,255,255,.38);
  line-height: 1.55;
}

/* ── Waarom ── */
.pp-waarom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.pp-waarom-copy h2 {
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.04;
  margin: 0 0 22px;
  color: #F8F5EE;
}
.pp-waarom-copy h2 em { font-style: normal; color: #6FE000; }
.pp-waarom-copy p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(248,245,238,.62);
  max-width: 50ch;
  margin: 0 0 32px;
}
.pp-checks {
  display: grid;
  gap: 14px;
}
.pp-check {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.pp-check-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(111,224,0,.14);
  border: 1px solid rgba(111,224,0,.3);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.pp-check-dot svg { width: 10px; height: 10px; color: #6FE000; }
.pp-check-text {
  font-size: 15.5px;
  line-height: 1.55;
  color: rgba(248,245,238,.72);
}
.pp-check-text strong { color: #F8F5EE; font-weight: 600; display: block; margin-bottom: 2px; font-size: 16px; }

/* ── FAQ ── */
.pp-faq-head {
  margin-bottom: 52px;
}
.pp-faq-head h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  margin: 0;
}
.pp-faq-list {
  max-width: 860px;
}
.pp-faq-item {
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.pp-faq-btn {
  display: grid;
  grid-template-columns: 38px 1fr 32px;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 22px 0;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: 'Luxe Uno', 'Helvetica Neue', Arial, sans-serif;
  text-align: left;
  transition: color 160ms;
}
.pp-faq-num {
  font-family: 'Kardige', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,.18);
  letter-spacing: .04em;
  line-height: 1;
  flex-shrink: 0;
  transition: color 200ms;
}
.pp-faq-item.is-open .pp-faq-num { color: #6FE000; }
.pp-faq-qtext {
  font-size: 16.5px;
  font-weight: 600;
  color: rgba(248,245,238,.72);
  line-height: 1.35;
  transition: color 160ms;
}
.pp-faq-btn:hover .pp-faq-qtext { color: #F8F5EE; }
.pp-faq-item.is-open .pp-faq-qtext { color: #F8F5EE; }
.pp-faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 220ms cubic-bezier(.22,.61,.36,1);
}
.pp-faq-icon svg {
  width: 14px; height: 14px;
  transition: transform 260ms cubic-bezier(.22,.61,.36,1), stroke 200ms;
  stroke: rgba(255,255,255,.5);
}
.pp-faq-btn:hover .pp-faq-icon { border-color: rgba(111,224,0,.4); }
.pp-faq-item.is-open .pp-faq-icon { background: #6FE000; border-color: #6FE000; }
.pp-faq-item.is-open .pp-faq-icon svg { transform: rotate(45deg); stroke: #000; }
.pp-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 360ms cubic-bezier(.22,.61,.36,1);
}
.pp-faq-body p {
  font-size: 16px;
  line-height: 1.72;
  color: rgba(248,245,238,.52);
  padding: 0 0 26px 54px;
  margin: 0;
  max-width: 64ch;
}

/* ── Process step numbers ── */
.art-process .step-num { color: #3F8A00; }

/* ── CTA ── */
.pp-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.pp-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 58% 80% at 50% 50%, rgba(111,224,0,.14), transparent 65%);
  pointer-events: none;
}
.pp-cta .wrap { position: relative; z-index: 2; }
.pp-cta h2 {
  font-size: clamp(40px, 5.5vw, 84px);
  line-height: .97;
  margin: 0 auto 22px;
  max-width: 16ch;
  color: #F8F5EE;
}
.pp-cta h2 em { font-style: normal; color: #6FE000; text-shadow: 0 0 44px rgba(111,224,0,.4); }
.pp-cta p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(248,245,238,.6);
  max-width: 46ch;
  margin: 0 auto 38px;
}
.pp-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .pp-hero { padding: 108px 0 64px; }
  .pp-hero-inner { padding: 0 22px; }
  .pp-samenwrk-grid { grid-template-columns: 1fr; gap: 40px; }
  .pp-perks { position: relative; top: auto; }
  .pp-type-grid { grid-template-columns: 1fr; gap: 10px; }
  .pp-waarom-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 560px) {
  .pp-hero h1 { font-size: clamp(30px, 9vw, 40px); }
  .pp-hero-cta { flex-direction: column; }
  .pp-hero-cta .btn { justify-content: center; }
  .pp-type-grid { gap: 8px; }
  .pp-cta-btns { flex-direction: column; align-items: stretch; }
  .pp-cta-btns .btn { justify-content: center; }
}
