/* ============================================================
   OnDestination - Verjaardag page styles
   Builds on colors_and_type.css + home.css + gelegenheden.css
   ============================================================ */

/* ============================================================
   HEADER: decoratieve letter
   ============================================================ */
.pg-deco-letter {
  position: absolute;
  right: clamp(-80px, -4vw, -20px);
  bottom: -8%;
  font-family: 'Kardige', sans-serif;
  font-size: clamp(320px, 48vw, 640px);
  font-weight: 400;
  color: rgba(255, 255, 255, .022);
  line-height: 0.88;
  letter-spacing: -.05em;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

/* ============================================================
   MEDIA PLACEHOLDER (full-bleed sfeerimpressie)
   ============================================================ */
.vj-media {
  width: 100%;
  height: clamp(280px, 36vw, 520px);
  position: relative;
  overflow: hidden;
}
.vj-media .ph {
  width: 100%;
  height: 100%;
}

/* ============================================================
   GEDEELD: sectie padding + band-kleuren
   ============================================================ */
.vj-band {
  padding: 100px 0;
}
.vj-band.on-ink { background: #0A0A0A; }
.vj-band.on-black { background: #000; }
.vj-band.on-paper { background: #E3E1D8; color: #0A0A0A; }

.vj-head {
  margin-bottom: 56px;
}
.vj-head h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.04;
  margin: 0 0 16px;
  color: #F8F5EE;
}
.vj-band.on-paper .vj-head h2 { color: #0A0A0A; }
.vj-head p {
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.6;
  font-weight: 300;
  color: rgba(248, 245, 238, .52);
  max-width: 54ch;
  margin: 0;
}
.vj-band.on-paper .vj-head p { color: #5a5a5a; }

/* ============================================================
   SERVICES GRID
   ============================================================ */
.vj-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.vj-service-card {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 20px;
  padding: 32px 28px;
  transition: border-color 260ms cubic-bezier(.22,.61,.36,1),
              transform   260ms cubic-bezier(.22,.61,.36,1);
}
.vj-service-card:hover {
  border-color: rgba(111, 224, 0, .32);
  transform: translateY(-3px);
}
.vj-svc-n {
  font-family: 'Kardige', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .12em;
  color: #6FE000;
  display: block;
  margin-bottom: 20px;
  opacity: .7;
}
.vj-service-card:hover .vj-svc-n { opacity: 1; }
.vj-service-card h3 {
  font-family: 'Luxe Uno', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #F8F5EE;
  margin: 0 0 9px;
  letter-spacing: -.01em;
}
.vj-service-card p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(248, 245, 238, .4);
  margin: 0;
}

/* ============================================================
   FORMULES
   ============================================================ */
.vj-formules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: start;
}
.vj-formule {
  background: #fff;
  border: 1.5px solid rgba(0, 0, 0, .09);
  border-radius: 22px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 260ms cubic-bezier(.22,.61,.36,1),
              box-shadow 260ms cubic-bezier(.22,.61,.36,1),
              border-color 260ms;
}
.vj-formule:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .12);
}
.vj-formule.is-feat {
  background: #0A0A0A;
  border-color: rgba(111, 224, 0, .26);
  color: #F8F5EE;
}
.vj-formule.is-feat:hover {
  box-shadow: 0 22px 52px rgba(0,0,0,.4), 0 0 56px rgba(111,224,0,.1);
}
.vj-pop-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(111, 224, 0, .14);
  color: #3F8A00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(111, 224, 0, .22);
  margin-bottom: 18px;
  width: fit-content;
}
.is-feat .vj-pop-badge {
  background: rgba(111, 224, 0, .16);
  color: #6FE000;
  border-color: rgba(111, 224, 0, .34);
}
.vj-formule-label {
  font-size: 11px;
  letter-spacing: .17em;
  text-transform: uppercase;
  font-weight: 700;
  color: #6FE000;
  margin: 0 0 12px;
  display: block;
}
.vj-formule h3 {
  font-family: 'Kardige', sans-serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -.025em;
  color: #0A0A0A;
  margin: 0 0 7px;
  line-height: 1;
}
.vj-formule.is-feat h3 { color: #F8F5EE; }
.vj-formule-size {
  font-size: 13px;
  color: #8a8a86;
  margin: 0 0 22px;
  display: block;
}
.is-feat .vj-formule-size { color: rgba(248,245,238,.38); }

/* PRIJS */
.vj-price {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  padding: 18px 0;
  border-top: 1px solid rgba(0, 0, 0, .07);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}
.vj-formule.is-feat .vj-price {
  border-color: rgba(255, 255, 255, .08);
}
.vj-price-num {
  font-family: 'Kardige', sans-serif;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1;
  color: #0A0A0A;
}
.vj-formule.is-feat .vj-price-num {
  color: #6FE000;
  text-shadow: 0 0 36px rgba(111, 224, 0, .25);
}
.vj-price-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.vj-price-meta span {
  font-size: 12px;
  color: #8a8a86;
  line-height: 1.35;
}
.vj-formule.is-feat .vj-price-meta span {
  color: rgba(248, 245, 238, .36);
}

.vj-formule-desc {
  font-size: 15px;
  line-height: 1.62;
  color: #4A4A4A;
  margin: 0 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.is-feat .vj-formule-desc {
  color: rgba(248, 245, 238, .58);
  border-bottom-color: rgba(255, 255, 255, .08);
}
.vj-formule-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  gap: 11px;
  flex: 1;
}
.vj-formule-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14px;
  color: #3a3a36;
  line-height: 1.45;
}
.is-feat .vj-formule-list li { color: rgba(248, 245, 238, .65); }
.vj-formule-list li svg {
  flex-shrink: 0;
  color: #6FE000;
  margin-top: 1px;
}

/* ============================================================
   PROCES STAPPEN
   ============================================================ */
.vj-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.vj-step {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 20px;
  padding: 36px 28px;
  position: relative;
  transition: border-color 240ms;
}
.vj-step:hover { border-color: rgba(111, 224, 0, .22); }
.vj-step-n {
  display: block;
  font-family: 'Kardige', sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
  color: rgba(255, 255, 255, .05);
  margin: 0 0 24px;
}
.vj-step h3 {
  font-family: 'Luxe Uno', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: #F8F5EE;
  margin: 0 0 10px;
}
.vj-step p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(248, 245, 238, .38);
  margin: 0;
}
.vj-step-dot {
  position: absolute;
  top: 34px;
  right: 28px;
  width: 8px;
  height: 8px;
  background: #6FE000;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(111, 224, 0, .55);
}

/* ============================================================
   RELATED GELEGENHEDEN (donker)
   ============================================================ */
.vj-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 40px;
}
.vj-related-grid .gel-card {
  aspect-ratio: 3/4.5;
}

/* 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;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* ============================================================
   VERGELIJK SECTIE
   ============================================================ */
.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;
}

/* 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: #6FE000 !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; }

  /* Vergelijk tabs zichtbaar */
  .vj-compare-tabs { display: flex; }

  /* Standaard: toon kolom 1 (feature) + kolom 2 (Intiem) */
  .vj-compare-table { min-width: unset; }
  .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-feest: verberg Intiem, toon Feest */
  .vj-compare-table.show-feest thead th:nth-child(2),
  .vj-compare-table.show-feest tbody td:nth-child(2) { display: none; }
  .vj-compare-table.show-feest thead th:nth-child(3),
  .vj-compare-table.show-feest tbody td:nth-child(3) { display: table-cell; }

  /* show-grand: verberg Intiem, toon Grand */
  .vj-compare-table.show-grand thead th:nth-child(2),
  .vj-compare-table.show-grand tbody td:nth-child(2) { display: none; }
  .vj-compare-table.show-grand thead th:nth-child(4),
  .vj-compare-table.show-grand tbody td:nth-child(4) { display: table-cell; }
}
@media (max-width: 1024px) {
  .vj-services-grid   { grid-template-columns: repeat(2, 1fr); }
  .vj-steps-grid      { grid-template-columns: repeat(2, 1fr); }
  .vj-related-grid    { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .vj-band            { padding: 80px 0; }
  .vj-formules-grid   { grid-template-columns: 1fr; }
  .vj-services-grid   { grid-template-columns: repeat(2, 1fr); }
  .vj-head            { margin-bottom: 40px; }
}
@media (max-width: 640px) {
  .vj-services-grid   { grid-template-columns: 1fr; }
  .vj-steps-grid      { grid-template-columns: 1fr; }
  .vj-related-grid    { grid-template-columns: repeat(2, 1fr); }
  .vj-related-grid .gel-card { aspect-ratio: 3/4; }
  .vj-formule         { padding: 28px 24px; }
}
