/* ============================================================
   OnDestination · Partner worden (locatiepartner)
   Extends: colors_and_type.css + home.css + artiestenpartner.css
            + artiestenpartner-detail.css
   ============================================================ */

/* ── Tier cards (3 niveaus) ── */
.pw-tier-head { margin-bottom: 48px; max-width: 720px; }
.pw-tier-head h2 { font-size: clamp(36px, 4.4vw, 58px); line-height: 1.04; margin: 0; }
.pw-tier-head h2 em { font-style: normal; color: #6FE000; }
.pw-tier-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;
}

.pw-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: stretch;
}
.pw-tier {
  position: relative;
  background: #141414;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 34px 30px 32px;
  display: flex;
  flex-direction: column;
  transition: border-color 240ms cubic-bezier(.22,.61,.36,1),
              transform 240ms cubic-bezier(.22,.61,.36,1);
}
.pw-tier:hover { border-color: rgba(111,224,0,.36); transform: translateY(-4px); }
.pw-tier.is-featured {
  border-color: rgba(111,224,0,.4);
  background: linear-gradient(180deg, rgba(111,224,0,.05), #141414 42%);
}
.pw-tier-flag {
  position: absolute;
  top: -11px; left: 30px;
  font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: #000; background: #6FE000;
  padding: 5px 13px; border-radius: 999px;
}
.pw-tier-stars {
  font-size: 14px; letter-spacing: .22em; color: #6FE000;
  margin-bottom: 14px; min-height: 18px;
}
.pw-tier-name {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(28px, 3vw, 38px); font-weight: 400;
  letter-spacing: -.02em; line-height: 1.0; color: #F8F5EE;
  margin: 0 0 16px;
}
.pw-tier-desc {
  font-size: 14.5px; line-height: 1.65;
  color: rgba(248,245,238,.46); margin: 0 0 26px; flex: 1;
}
.pw-tier-feat {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: flex; flex-direction: column; gap: 11px;
  border-top: 1px solid rgba(255,255,255,.07);
  padding-top: 22px;
}
.pw-tier-feat li {
  display: flex; align-items: flex-start; gap: 11px;
  font-size: 13.5px; line-height: 1.5; color: rgba(248,245,238,.62);
}
.pw-tier-feat li svg {
  width: 15px; height: 15px; color: #6FE000; flex-shrink: 0; margin-top: 1px;
}
.pw-tier-feat li.muted { color: rgba(248,245,238,.26); }
.pw-tier-feat li.muted svg { color: rgba(248,245,238,.2); }
.pw-tier .btn { justify-content: center; width: 100%; }

/* ── Comparison (Verjaardag-style collapsible + mobile tabs) ── */
.pw-cmp-head { margin-bottom: 8px; max-width: 640px; }
.pw-cmp-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: #0A0A0A;
}
.pw-cmp-head h2 em { font-style: normal; color: #3F8A00; }

.vj-compare-wrap { margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(0,0,0,.09); }
.vj-compare-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: none; border: 1.5px solid rgba(0,0,0,.18); color: #3a3a36;
  font-family: 'Luxe Uno', sans-serif; font-size: 13.5px; font-weight: 700; letter-spacing: .02em;
  padding: 11px 22px; border-radius: 999px; cursor: pointer;
  transition: all 220ms cubic-bezier(.22,.61,.36,1);
}
.vj-compare-btn:hover { border-color: rgba(0,0,0,.34); color: #0A0A0A; }
.vj-compare-btn.is-open { background: #0A0A0A; border-color: #0A0A0A; color: #F8F5EE; }
.vj-compare-btn svg { transition: transform 300ms cubic-bezier(.22,.61,.36,1); flex-shrink: 0; }
.vj-compare-btn.is-open svg { transform: rotate(180deg); }

.vj-compare-panel { width: 100%; max-height: 0; overflow: hidden; transition: max-height 520ms cubic-bezier(.22,.61,.36,1); }
.vj-compare-inner { padding-top: 36px; padding-bottom: 4px; }
.vj-compare-static { padding-top: 6px; }

/* Locked samenwerkingsniveau dropdown on the start form */
.aanm-select:disabled {
  opacity: 1;
  color: #F8F5EE;
  -webkit-text-fill-color: #F8F5EE;
  background-color: #141414;
  cursor: not-allowed;
}

/* Mobile package tabs */
.vj-compare-tabs { display: none; gap: 6px; margin-bottom: 20px; }
.vj-ctab {
  flex: 1; appearance: none; background: rgba(0,0,0,.07); border: 1.5px solid rgba(0,0,0,.12);
  border-radius: 999px; font-family: 'Luxe Uno', sans-serif; font-size: 13px; font-weight: 700;
  color: #5a5a56; padding: 9px 12px; cursor: pointer;
  transition: all 200ms cubic-bezier(.22,.61,.36,1); white-space: nowrap; text-align: center;
}
.vj-ctab:hover { border-color: rgba(0,0,0,.3); color: #0A0A0A; }
.vj-ctab.is-active { background: #0A0A0A; border-color: #0A0A0A; color: #F8F5EE; }
.vj-ctab.is-feat.is-active { border-color: #6FE000; box-shadow: 0 0 0 1px #6FE000; }

/* TABLE */
.vj-compare-table { width: 100%; border-collapse: collapse; min-width: 540px; }
.vj-compare-table thead th { padding: 0 18px 18px; text-align: left; vertical-align: bottom; border-bottom: 1.5px solid rgba(0,0,0,.1); }
.vj-compare-table thead th:first-child {
  font-family: 'Luxe Uno', sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: #8a8a86;
}
.vj-compare-table .th-name { font-family: 'Kardige', sans-serif; font-size: 24px; font-weight: 400; letter-spacing: -.02em; color: #0A0A0A; display: block; margin-bottom: 3px; }
.vj-compare-table .th-price { font-size: 13px; color: #8a8a86; display: block; }
.vj-compare-table thead th.is-feat-col { background: rgba(0,0,0,.03); border-top: 2px solid #6FE000; }
.vj-compare-table thead th.is-feat-col .th-price { color: #3F8A00; font-weight: 600; }
.vj-compare-table tbody td { padding: 11px 18px; font-size: 13.5px; color: #3a3a36; border-bottom: 1px solid rgba(0,0,0,.06); vertical-align: middle; line-height: 1.4; }
.vj-compare-table tbody td:first-child { font-size: 13px; color: #6a6a66; width: 34%; }
.vj-compare-table tbody td.is-feat-col { background: rgba(0,0,0,.025); }
.vj-compare-table tbody tr:last-child td { border-bottom: 0; }
.vj-compare-table tbody tr:hover td { background: rgba(0,0,0,.02); }
.vj-compare-table tbody tr:hover td.is-feat-col { background: rgba(0,0,0,.045); }
.vj-cat-row td {
  padding: 22px 18px 6px !important; font-size: 10px !important; letter-spacing: .18em !important;
  text-transform: uppercase !important; font-weight: 700 !important; color: #3F8A00 !important;
  border-bottom: 0 !important; background: transparent !important;
}
.vj-cat-row:first-child td { padding-top: 12px !important; }
.vj-yes { color: #3F8A00; font-weight: 700; font-size: 15px; }
.vj-no  { color: rgba(0,0,0,.2); font-size: 15px; }
.vj-val { font-weight: 700; color: #0A0A0A; }

@media (max-width: 640px) {
  .vj-compare-table .th-name { font-size: 18px; }
  .vj-compare-tabs { display: flex; }
  .vj-compare-table { min-width: unset; }
  /* default: feature col + Referral (col 2) */
  .vj-compare-table thead th:nth-child(3),
  .vj-compare-table thead th:nth-child(4),
  .vj-compare-table tbody td:nth-child(3),
  .vj-compare-table tbody td:nth-child(4) { display: none; }
  /* show-listed: hide Referral, show Listed (col 3) */
  .vj-compare-table.show-listed thead th:nth-child(2),
  .vj-compare-table.show-listed tbody td:nth-child(2) { display: none; }
  .vj-compare-table.show-listed thead th:nth-child(3),
  .vj-compare-table.show-listed tbody td:nth-child(3) { display: table-cell; }
  /* show-revenue: hide Referral, show Revenue (col 4) */
  .vj-compare-table.show-revenue thead th:nth-child(2),
  .vj-compare-table.show-revenue tbody td:nth-child(2) { display: none; }
  .vj-compare-table.show-revenue thead th:nth-child(4),
  .vj-compare-table.show-revenue tbody td:nth-child(4) { display: table-cell; }
}

/* ── Intro section (paper) two-up ── */
.pw-intro-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start;
}
.pw-intro-grid h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(30px, 3.6vw, 48px); font-weight: 400;
  line-height: 1.04; letter-spacing: -.025em; margin: 10px 0 20px; color: #0A0A0A;
}
.pw-intro-grid h2 em { font-style: normal; color: #3F8A00; }
.pw-intro-grid p {
  font-size: 16.5px; line-height: 1.72; color: #4A4A4A; max-width: 54ch; margin: 0 0 18px;
}
.pw-intro-grid p:last-child { margin-bottom: 0; }

/* ── Responsive ── */
@media (max-width: 960px) {
  .pw-tier-grid { grid-template-columns: 1fr; gap: 10px; }
  .pw-tier.is-featured { background: #141414; }
  .pw-intro-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 560px) {
  /* Hero fact-strip: even single column instead of ragged 2-then-1 wrap */
  .pp-strip .wrap { flex-direction: column; gap: 13px; }
}

/* ============================================================
   START FORM ENHANCEMENTS (Starten als partner)
   ============================================================ */
/* sr-only helper */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Honeypot: visually hidden but present for bots */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Better placeholder contrast */
.aanm-input::placeholder, .aanm-textarea::placeholder { color: rgba(255,255,255,.34); }

/* Inline field errors */
.aanm-field.has-error .aanm-input,
.aanm-field.has-error .aanm-select,
.aanm-field.has-error .aanm-textarea { border-color: rgba(255,96,96,.75); }
.aanm-err {
  display: flex; align-items: flex-start; gap: 6px;
  font-size: 12px; line-height: 1.4; color: #ff8585; margin-top: 3px;
}
.aanm-err svg { width: 13px; height: 13px; flex-shrink: 0; margin-top: 1px; }

/* Capaciteit van/tot */
.cap-row { display: flex; align-items: center; gap: 10px; }
.cap-row .aanm-input { width: auto; flex: 1; min-width: 0; }
.cap-row span { font-size: 13px; color: rgba(255,255,255,.4); white-space: nowrap; }

/* Type events chips (multiselect) */
.chip-group { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; cursor: pointer; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span {
  display: inline-flex; align-items: center; padding: 9px 16px;
  background: #141414; border: 1.5px solid rgba(255,255,255,.08); border-radius: 999px;
  font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.46);
  transition: all 180ms; user-select: none;
}
.chip:hover span { border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.72); }
.chip input:focus-visible + span { outline: 2px solid #6FE000; outline-offset: 2px; }
.chip:has(input:checked) span { background: rgba(111,224,0,.1); border-color: rgba(111,224,0,.4); color: #6FE000; }

/* Upload previews */
.aanm-upload-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.aanm-upload-list:empty { display: none; }
.up-thumb { position: relative; width: 86px; }
.up-thumb-img, .up-thumb-doc {
  width: 86px; height: 86px; border-radius: 10px; border: 1px solid rgba(255,255,255,.1);
  background: #141414; display: block; object-fit: cover;
}
.up-thumb-doc { display: flex; align-items: center; justify-content: center; }
.up-thumb-doc svg { width: 26px; height: 26px; color: rgba(111,224,0,.6); }
.up-thumb-name { font-size: 10.5px; color: rgba(255,255,255,.42); margin-top: 5px; line-height: 1.3; word-break: break-word; }
.up-thumb-x {
  position: absolute; top: -8px; right: -8px; width: 22px; height: 22px; border-radius: 50%;
  background: #0A0A0A; border: 1.5px solid rgba(255,255,255,.22); color: #fff;
  display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0;
}
.up-thumb-x svg { width: 11px; height: 11px; }
.up-thumb-x:hover { border-color: #ff8585; color: #ff8585; }

/* Review summary */
.aanm-summary { border: 1px solid rgba(255,255,255,.08); border-radius: 12px; overflow: hidden; margin: 0; }
.aanm-summary-row { display: grid; grid-template-columns: 38% 1fr; gap: 14px; padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 13.5px; }
.aanm-summary-row:last-child { border-bottom: 0; }
.aanm-summary-row dt { color: rgba(255,255,255,.4); margin: 0; }
.aanm-summary-row dd { margin: 0; color: #F8F5EE; line-height: 1.45; }
.aanm-form-hint { font-size: 13px; color: rgba(255,255,255,.34); line-height: 1.55; margin: -40px 0 44px; max-width: 780px; }
.aanm-form-hint strong { color: rgba(255,255,255,.55); font-weight: 600; }

/* Sticky nav bar on mobile so navigeren altijd bereikbaar is */
@media (max-width: 680px) {
  .aanm-nav {
    position: sticky; bottom: 0; z-index: 6;
    background: linear-gradient(180deg, rgba(10,10,10,0), #0A0A0A 26%);
    padding-bottom: 16px;
  }
}
