/**
 * COMPLETE NIEUW DESIGN - Speedy ICT Premium Business
 * Modern, licht, professioneel ICT business design
 * 
 * Alle class names blijven behouden - COMPLETE MAKEOVER
 */

/* ============================================
   CARD COMPONENT - NIEUW LICHT DESIGN
   ============================================ */

body[data-theme="premium_business"] .zp-card {
  position: relative;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 247, 230, 0.85), transparent 55%),
    radial-gradient(circle at 90% 10%, rgba(247, 165, 69, 0.3), transparent 65%),
    linear-gradient(170deg, rgba(255, 255, 255, 0.95), rgba(255, 232, 203, 0.92));
  border: 1px solid rgba(199, 120, 69, 0.25);
  box-shadow: 0 35px 60px rgba(40, 12, 5, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 32px;
  padding: 26px;
  overflow: hidden;
  isolation: isolate;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

body[data-theme="premium_business"] .zp-card::before {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 26px;
  border: 1px dashed rgba(247, 165, 69, 0.35);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

body[data-theme="premium_business"] .zp-card::after {
  content: '';
  position: absolute;
  inset: -40px;
  background: radial-gradient(circle at 35% 20%, rgba(242, 92, 60, 0.18), transparent 55%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
  z-index: -1;
}

body[data-theme="premium_business"] .zp-card:hover,
body[data-theme="premium_business"] .zp-card:focus-visible {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 45px 70px rgba(40, 12, 5, 0.12);
}

body[data-theme="premium_business"] .zp-card:hover::before,
body[data-theme="premium_business"] .zp-card:focus-visible::before,
body[data-theme="premium_business"] .zp-card:hover::after,
body[data-theme="premium_business"] .zp-card:focus-visible::after {
  opacity: 1;
}

body[data-theme="premium_business"] .zp-card__img--placeholder {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.65), transparent 60%),
    radial-gradient(circle at 70% 20%, rgba(247, 200, 115, 0.4), transparent 55%),
    linear-gradient(145deg, rgba(75, 35, 20, 0.85), rgba(27, 14, 8, 0.95));
}

body[data-theme="premium_business"] .zp-card__glow {
  display: block;
  background: radial-gradient(circle at 45% 20%, rgba(242, 92, 60, 0.3), transparent 65%);
}

body[data-theme="premium_business"] .zp-card__chip {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(199, 120, 69, 0.4);
  color: var(--zp-bone-2);
  font-size: 0.78rem;
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(40, 12, 5, 0.12);
}

body[data-theme="premium_business"] .zp-card__sub {
  color: var(--zp-muted);
  font-size: 0.9rem;
}

body[data-theme="premium_business"] .zp-card__p {
  color: var(--zp-muted);
  line-height: 1.75;
  font-size: 0.98rem;
}

body[data-theme="premium_business"] .zp-card__body {
  padding: 0;
  display: grid;
  gap: 18px;
}


/* ============================================
   FOOTER - NIEUW LICHT DESIGN
   ============================================ */

body[data-theme="premium_business"] .zp-footer {
  background:
    radial-gradient(circle at 10% 20%, rgba(247, 165, 69, 0.25), transparent 55%),
    radial-gradient(circle at 80% 0%, rgba(242, 92, 60, 0.3), transparent 60%),
    linear-gradient(190deg, #fff7f0 0%, #ffe2c7 55%, #ffd0a5 100%);
  border-top: 1px solid rgba(199, 120, 69, 0.35);
  margin-top: var(--space-10);
  position: relative;
  overflow: hidden;
}

body[data-theme="premium_business"] .zp-footer::after {
  content: '';
  position: absolute;
  inset: -120px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35), transparent 65%);
  filter: blur(40px);
  opacity: 0.6;
}

body[data-theme="premium_business"] .zp-footer__inner {
  padding: 72px 0 48px;
  position: relative;
  z-index: 1;
}

body[data-theme="premium_business"] .zp-footer__mark {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 25px 45px rgba(40, 12, 5, 0.15);
  border: 1px solid rgba(199, 120, 69, 0.35);
  border-radius: 30px;
  padding: 24px;
}

body[data-theme="premium_business"] .zp-footer__name {
  color: var(--zp-bone);
  font-weight: 800;
  letter-spacing: 0.08em;
}

body[data-theme="premium_business"] .zp-footer__tag {
  color: var(--zp-muted);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

body[data-theme="premium_business"] .zp-footer__h {
  color: var(--zp-bone-2);
  font-weight: 700;
  font-size: 0.83rem;
  margin-bottom: 14px;
  letter-spacing: 0.2em;
}

body[data-theme="premium_business"] .zp-footer__a {
  color: var(--zp-muted);
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: color 200ms ease, transform 200ms ease;
}

body[data-theme="premium_business"] .zp-footer__a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(242, 92, 60, 0.45);
  transform: scale(0);
  transition: transform 200ms ease;
}

body[data-theme="premium_business"] .zp-footer__a:hover {
  color: var(--zp-bone);
  transform: translateX(8px);
}

body[data-theme="premium_business"] .zp-footer__a:hover::before {
  transform: scale(1);
}

body[data-theme="premium_business"] .zp-footer__top {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(199, 120, 69, 0.4);
  color: var(--zp-bone-2);
  padding: 12px 24px;
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(40, 12, 5, 0.18);
}

body[data-theme="premium_business"] .zp-footer__top:hover {
  background: rgba(242, 92, 60, 0.9);
  border-color: rgba(242, 92, 60, 0.9);
  color: #fffdf8;
  transform: translateY(-4px);
}

body[data-theme="premium_business"] .zp-footer__bar {
  background: rgba(255, 248, 241, 0.92);
  border-top: 1px solid rgba(199, 120, 69, 0.35);
  padding: 22px 0;
}

body[data-theme="premium_business"] .zp-footer__fine {
  color: var(--zp-muted-2);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}


/* ============================================
   BUTTONS - NIEUW MODERN DESIGN
   ============================================ */

body[data-theme="premium_business"] .zp-btn--primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #c9382b, #f25c3c 45%, #f7a545 95%);
  color: #fff7f0;
  border: none;
  border-radius: 999px;
  padding: 14px 34px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 22px 45px rgba(40, 12, 5, 0.25);
}

body[data-theme="premium_business"] .zp-btn--primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4), transparent 60%);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 200ms ease;
}

body[data-theme="premium_business"] .zp-btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 55px rgba(40, 12, 5, 0.3);
}

body[data-theme="premium_business"] .zp-btn--primary:hover::after {
  opacity: 1;
}

body[data-theme="premium_business"] .zp-btn--ghost {
  background: transparent;
  color: var(--zp-bone-2);
  border: 1px solid rgba(199, 120, 69, 0.5);
  border-radius: 999px;
  padding: 12px 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

body[data-theme="premium_business"] .zp-btn--ghost:hover {
  color: var(--zp-bone);
  border-color: rgba(242, 92, 60, 0.8);
  box-shadow: 0 16px 28px rgba(40, 12, 5, 0.18);
  transform: translateY(-2px);
}


/* ============================================
   SECTION HEADERS - NIEUW DESIGN
   ============================================ */

body[data-theme="premium_business"] .zp-sectionHeader {
  margin-bottom: 56px;
  position: relative;
}

body[data-theme="premium_business"] .zp-sectionHeader::after {
  content: '';
  position: absolute;
  inset: auto auto -12px 0;
  width: 160px;
  height: 40px;
  background: radial-gradient(circle at 20% 40%, rgba(247, 165, 69, 0.45), transparent 70%);
  filter: blur(12px);
  opacity: 0.6;
  pointer-events: none;
}

body[data-theme="premium_business"] .zp-kicker {
  color: var(--zp-crimson);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 18px;
  background: rgba(242, 92, 60, 0.12);
  border-radius: 999px;
  border: 1px solid rgba(242, 92, 60, 0.3);
}

body[data-theme="premium_business"] .zp-kicker::before,
body[data-theme="premium_business"] .zp-kicker::after {
  content: '';
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 92, 60, 0.8));
}

body[data-theme="premium_business"] .zp-h2 {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: var(--zp-bone);
  margin-bottom: 18px;
}

body[data-theme="premium_business"] .zp-sectionHeader__p {
  color: var(--zp-muted);
  font-size: 1.1rem;
  line-height: 1.85;
  max-width: 720px;
}

body[data-theme="premium_business"] .zp-sectionHeader__rule {
  background: linear-gradient(120deg, rgba(242, 92, 60, 0.95), rgba(247, 165, 69, 0.8));
  height: 4px;
  width: 110px;
  margin-top: 24px;
  border-radius: 999px;
}


/* ============================================
   STATS ROW - MODERN DESIGN
   ============================================ */

body[data-theme="premium_business"] .zp-stats__v {
  color: var(--zp-crimson);
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

body[data-theme="premium_business"] .zp-stats__k {
  color: var(--zp-bone-2);
  font-size: 0.813rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

body[data-theme="premium_business"] .zp-stats__d {
  color: var(--zp-muted);
  line-height: 1.6;
  font-size: 0.938rem;
  margin-top: 8px;
}


/* ============================================
   ACCORDION - NIEUW DESIGN
   ============================================ */

body[data-theme="premium_business"] .zp-acc__btn {
  color: var(--zp-bone);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(199, 120, 69, 0.3);
  padding: 22px 26px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 1.02rem;
  text-align: left;
  position: relative;
  overflow: hidden;
}

body[data-theme="premium_business"] .zp-acc__btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.25), transparent 70%);
  opacity: 0;
  transition: opacity 200ms ease;
}

body[data-theme="premium_business"] .zp-acc__btn:hover {
  background: rgba(255, 247, 230, 0.98);
  border-color: rgba(242, 92, 60, 0.4);
}

body[data-theme="premium_business"] .zp-acc__btn:hover::after {
  opacity: 1;
}

body[data-theme="premium_business"] .zp-acc__panel {
  background: rgba(255, 248, 241, 0.95);
  border-left: 4px solid var(--zp-crimson);
  margin-top: 10px;
  border-radius: 0 24px 24px 24px;
}

body[data-theme="premium_business"] .zp-acc__inner {
  padding: 22px 26px;
}

body[data-theme="premium_business"] .zp-acc__a {
  color: var(--zp-muted);
  line-height: 1.72;
}


/* ============================================
   BADGE - NIEUW DESIGN
   ============================================ */

body[data-theme="premium_business"] .zp-badge {
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.2);
  color: var(--zp-crimson);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body[data-theme="premium_business"] .zp-badge.is-founder {
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.2);
  color: var(--zp-blue);
}


/* ============================================
   IMAGE CAROUSEL - NIEUW DESIGN
   ============================================ */

body[data-theme="premium_business"] .zp-car__slide {
  border: 1px solid rgba(199, 120, 69, 0.35);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(40, 12, 5, 0.12);
  transition: transform 240ms ease, box-shadow 240ms ease;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.94), rgba(255, 236, 212, 0.92));
}

body[data-theme="premium_business"] .zp-car__slide:hover {
  border-color: rgba(242, 92, 60, 0.4);
  box-shadow: 0 40px 70px rgba(40, 12, 5, 0.16);
  transform: translateY(-6px);
}

body[data-theme="premium_business"] .zp-car__dot {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(199, 120, 69, 0.4);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: transform 200ms ease;
}

body[data-theme="premium_business"] .zp-car__dot.is-active {
  background: var(--zp-crimson);
  border-color: transparent;
  box-shadow: 0 0 0 6px rgba(242, 92, 60, 0.18);
  transform: scale(1.2);
}


/* ============================================
   FORMS - NIEUW DESIGN
   ============================================ */

body[data-theme="premium_business"] .zp-input,
body[data-theme="premium_business"] .zp-textarea {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(199, 120, 69, 0.35);
  color: var(--zp-bone);
  border-radius: 18px;
  padding: 14px 18px;
  font-size: 1rem;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

body[data-theme="premium_business"] .zp-input:focus,
body[data-theme="premium_business"] .zp-textarea:focus {
  border-color: var(--zp-crimson);
  outline: none;
  box-shadow: 0 0 0 4px rgba(242, 92, 60, 0.18);
}

body[data-theme="premium_business"] .zp-field__label {
  color: var(--zp-bone-2);
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 6px;
  letter-spacing: 0.08em;
}


/* ============================================
   ALERTS - NIEUW DESIGN
   ============================================ */

body[data-theme="premium_business"] .zp-alert {
  padding: 20px 24px;
  border-radius: 24px;
  border-left: 5px solid;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 25px 45px rgba(40, 12, 5, 0.12);
  display: grid;
  gap: 8px;
}

body[data-theme="premium_business"] .zp-alert.is-success {
  border-color: rgba(52, 118, 94, 0.9);
  background: rgba(235, 252, 239, 0.9);
}

body[data-theme="premium_business"] .zp-alert.is-error {
  border-color: rgba(242, 92, 60, 0.9);
  background: rgba(255, 238, 232, 0.92);
}
