.elementor-20 .elementor-element.elementor-element-6be951a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-ed1c479{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;}:root{--page-title-display:none;}body.elementor-page-20{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ed1c479 *//* =================================================================
   VELOS DIENSTEN & PRIJZEN — v12 CSS (Elementor-ready, dark)
   Wrapper: .velos-pricing-page
   Design system v12:
     - Section tags Title Case (no uppercase)
     - Em accents: Playfair Display 300 italic at 1.04em
     - Anton titles, Title Case (no uppercase)
     - Three palette tokens: maroon, amber, slate
     - Transparent background → animated grid shines through
     - Elementor :has() overrides
     - FAQ pattern matching videomarketing (amber accent)
     - CTA trust pill below final CTA
   ================================================================= */

/* ---------- 0. TRANSPARENCY OVERRIDES (Elementor wrappers) ---------- */
.elementor-element:has(> .velos-pricing-page),
.elementor-widget-html:has(.velos-pricing-page),
.elementor-section:has(.velos-pricing-page),
.elementor-container:has(.velos-pricing-page),
.elementor-column:has(.velos-pricing-page),
.elementor-widget-wrap:has(.velos-pricing-page) {
  background: transparent !important;
  background-color: transparent !important;
}

/* ---------- 1. TOKENS + WRAPPER ---------- */
.velos-pricing-page {
  /* Palettes */
  --vp-amber: #edac62;
  --vp-amber-deep: #c8893f;
  --vp-amber-glow: rgba(237, 172, 98, 0.40);

  --vp-maroon: #cf3f3f;
  --vp-maroon-deep: #801414;
  --vp-maroon-glow: rgba(207, 63, 63, 0.40);

  --vp-slate: #a8acc4;
  --vp-slate-deep: #5f6275;
  --vp-slate-glow: rgba(95, 98, 117, 0.40);

  --vp-cyan: #00bfb3;

  /* Neutrals (dark theme) */
  --vp-cream: #fafaf7;
  --vp-cream-soft: #ede0d4;
  --vp-text: #fafaf7;
  --vp-text-readable: rgba(250, 250, 247, 0.82);
  --vp-text-soft: rgba(250, 250, 247, 0.62);
  --vp-text-muted: rgba(250, 250, 247, 0.45);

  /* Glass */
  --vp-glass: rgba(255, 255, 255, 0.07);
  --vp-glass-hover: rgba(255, 255, 255, 0.11);
  --vp-glass-border: rgba(255, 255, 255, 0.08);
  --vp-glass-border-hover: rgba(255, 255, 255, 0.16);

  /* Typography */
  /* §4 ronde-2: Anton is deprecated — titels + prijzen naar Playfair Display */
  --vp-font-display: 'Playfair Display', Georgia, serif;
  --vp-font-serif: 'Playfair Display', Georgia, serif;
  --vp-font-body: 'Crimson Pro', Georgia, serif;

  /* Motion */
  --vp-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --vp-ease-out: cubic-bezier(0.22, 1, 0.36, 1); /* sterke ease-out (emil) voor snappy hover-feedback */
  --vp-ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --vp-dur: 0.35s;
  --vp-dur-slow: 0.6s;

  /* Spacing */
  --vp-section-pad: clamp(80px, 12vh, 140px);

  position: relative;
  z-index: 2;
  width: 100%;
  font-family: var(--vp-font-body);
  color: var(--vp-text);
  line-height: 1.6;
  background: transparent;
  overflow-x: hidden;
}
.velos-pricing-page * { box-sizing: border-box; }
.velos-pricing-page p { margin: 0; }
.velos-pricing-page .pricing-main { position: relative; z-index: 2; }

/* ---------- 2. KEYFRAMES ---------- */
@keyframes vp-dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}
@keyframes vp-urgency-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 191, 179, 0.30); }
  50% { box-shadow: 0 0 24px 6px rgba(0, 191, 179, 0.18); }
}
@keyframes vp-orb-pulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.72; }
}
@keyframes vp-badge-glow {
  0%, 100% { box-shadow: 0 4px 22px var(--vp-amber-glow), 0 0 0 0 rgba(237, 172, 98, 0.30); }
  50% { box-shadow: 0 6px 32px var(--vp-amber-glow), 0 0 44px 4px rgba(237, 172, 98, 0.18); }
}

/* ---------- 3. HERO BADGE (top pill) ---------- */
.velos-pricing-page .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(237, 172, 98, 0.10);
  border: 1px solid rgba(237, 172, 98, 0.30);
  border-radius: 100px;
  font-family: var(--vp-font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--vp-amber);
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.velos-pricing-page .hero-badge-dot {
  width: 6px; height: 6px;
  background: var(--vp-amber);
  border-radius: 50%;
  animation: vp-dot-pulse 2s ease-in-out infinite;
}

/* ---------- 4. SECTION TAG (Title Case) ---------- */
.velos-pricing-page .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(237, 172, 98, 0.08);
  border: 1px solid rgba(237, 172, 98, 0.22);
  border-radius: 100px;
  font-family: var(--vp-font-body);
  font-size: 12px; /* §3: exact gelijk aan advertentiebeheer */
  font-weight: 700;
  color: var(--vp-amber);
  margin-bottom: 24px;
  text-transform: none !important;
  letter-spacing: 0.02em;
}
/* §11 ronde-2: pulserende dot → wegschietende pijl (zoals ads/VM) */
.velos-pricing-page .tag-dot {
  width: 18px; height: 12px;
  border: none; border-radius: 0;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 13px 2px;
  background-position: 0 center;
  color: var(--vp-amber);
  display: inline-block;
  position: relative;
  animation: velosArrowShoot 5s cubic-bezier(0.6, 0, 0.3, 1) infinite;
}
.velos-pricing-page .tag-dot::before,
.velos-pricing-page .tag-dot::after {
  content: ''; position: absolute;
  width: 8px; height: 2px;
  background: currentColor;
  right: 1px; border-radius: 1px;
  transform-origin: right center;
}
.velos-pricing-page .tag-dot::before { top: 3px; transform: rotate(40deg); }
.velos-pricing-page .tag-dot::after { bottom: 3px; transform: rotate(-40deg); }
@keyframes velosArrowShoot {
  0%, 60% { transform: translateX(0); opacity: 1; }
  78% { transform: translateX(8px); opacity: 0; }
  78.01% { transform: translateX(-28px); opacity: 0; }
  92% { transform: translateX(-3px); opacity: 1; }
  100% { transform: translateX(0); opacity: 1; }
}

/* ---------- 5. SECTION HEADER ---------- */
.velos-pricing-page .section-header {
  text-align: center;
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.velos-pricing-page .section-title {
  font-family: var(--vp-font-display);
  font-size: clamp(44px, 5vw, 64px); /* §1: +8 */
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.5px;
  color: var(--vp-cream);
  margin: 0 0 18px;
  text-transform: none !important;
  max-width: 880px;
}
.velos-pricing-page .section-subtitle {
  font-family: var(--vp-font-serif);
  font-size: 22px; /* §1: +4 */
  line-height: 1.6;
  color: var(--vp-text-readable);
  max-width: 800px;
  margin: 0;
}

/* ---------- 6. EM ACCENT (global rule, 1.04em Playfair 300 italic) ---------- */
.velos-pricing-page em,
.velos-pricing-page .section-title em,
.velos-pricing-page .cta-title em,
.velos-pricing-page .pricing-hero-title em,
.velos-pricing-page .custom-plans-title em,
.velos-pricing-page .faq-answer-inner em {
  font-family: var(--vp-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1.04em;
  color: var(--vp-amber);
  letter-spacing: 0.005em;
}

/* ---------- 7. HERO ---------- */
.velos-pricing-page .pricing-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(120px, 14vh, 180px) clamp(24px, 5vw, 48px) 80px;
  background: transparent;
}
.velos-pricing-page .pricing-hero-inner {
  max-width: 880px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.velos-pricing-page .pricing-hero-title {
  font-family: var(--vp-font-display);
  font-size: clamp(52px, 7vw, 84px); /* §1: +8 */
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1px;
  text-transform: none !important;
  color: var(--vp-cream);
  margin: 0 0 28px;
}
.velos-pricing-page .pricing-hero-subtitle {
  font-family: var(--vp-font-serif);
  font-size: 19px;
  line-height: 1.65;
  color: var(--vp-text-readable);
  max-width: 640px;
  margin: 0 0 32px;
}
.velos-pricing-page .urgency-banner {
  margin-top: 8px;
}
.velos-pricing-page .urgency-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  background: rgba(0, 191, 179, 0.10);
  border: 1px solid rgba(0, 191, 179, 0.30);
  border-radius: 100px;
  font-family: var(--vp-font-body);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--vp-cyan);
  animation: vp-urgency-pulse 3s ease-in-out infinite;
}
.velos-pricing-page .urgency-dot {
  width: 8px; height: 8px;
  background: var(--vp-cyan);
  border-radius: 50%;
  animation: vp-dot-pulse 1.6s ease-in-out infinite;
}

/* §2b: beschikbaarheids-tag (cyan) onder de kop, boven de pakketten */
.velos-pricing-page .availability-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 44px;
  padding: 12px 26px;
  background: rgba(0, 191, 179, 0.10);
  border: 1px solid rgba(0, 191, 179, 0.30);
  border-radius: 100px;
  font-family: var(--vp-font-body);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--vp-cyan);
  animation: vp-urgency-pulse 3s ease-in-out infinite;
}
/* pulsing dot -> wegschietende pijl (zelfde motief als .section-tag .tag-dot), in cyan */
.velos-pricing-page .availability-dot {
  width: 18px; height: 12px;
  flex-shrink: 0;
  border: none; border-radius: 0;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 13px 2px;
  background-position: 0 center;
  color: var(--vp-cyan);
  display: inline-block;
  position: relative;
  animation: velosArrowShoot 5s cubic-bezier(0.6, 0, 0.3, 1) infinite;
}
.velos-pricing-page .availability-dot::before,
.velos-pricing-page .availability-dot::after {
  content: ''; position: absolute;
  width: 8px; height: 2px;
  background: currentColor;
  right: 1px; border-radius: 1px;
  transform-origin: right center;
}
.velos-pricing-page .availability-dot::before { top: 3px; transform: rotate(40deg); }
.velos-pricing-page .availability-dot::after { bottom: 3px; transform: rotate(-40deg); }
@media (prefers-reduced-motion: reduce) {
  .velos-pricing-page .availability-tag,
  .velos-pricing-page .availability-dot { animation: none; }
}

/* ---------- 8. PRICING SECTION ---------- */
.velos-pricing-page .pricing-section {
  padding: 40px clamp(24px, 5vw, 48px) var(--vp-section-pad);
  /* §14 ronde-2: semi-opake donkere backdrop (zoals ads/VM rgba(17,17,17,0.52))
     zodat de glasmorphic kaarten op diepte zitten i.p.v. over de grid zweven */
  background: rgba(17, 17, 17, 0.52);
  position: relative;
}
/* §2a: deze sectie is nu de start (bovenste hero verwijderd) -> extra top-padding voor de fixed header */
.velos-pricing-page .pricing-section--top {
  padding-top: clamp(120px, 16vh, 180px);
}
.velos-pricing-page .pricing-section-inner {
  max-width: 1600px;
  margin: 0 auto;
}
.velos-pricing-page .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
  align-items: stretch;
}

/* ---------- 9. PACKAGE CARD (shared) ---------- */
.velos-pricing-page .package-card {
  position: relative;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--vp-glass-border);
  border-radius: 24px;
  padding: 48px 40px; /* §2: ruimere pakketkaarten */
  display: flex;
  flex-direction: column;
  /* emil: rust-shadow zodat de hover-glow ergens vandaan groeit (niets uit niets) */
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s var(--vp-ease-out),
              border-color 0.3s var(--vp-ease-out),
              box-shadow 0.3s var(--vp-ease-out),
              background 0.3s var(--vp-ease-out);
  will-change: transform;
}
.velos-pricing-page .package-card:hover {
  transform: translateY(-8px);
}
/* T1 — homepage diensten-card pariteit: top-accent gradientlijn per thema (multi-color) */
.velos-pricing-page .package-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  border-radius: 24px 24px 0 0;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(90deg, transparent, rgba(237,172,98,0.95), transparent);
}
.velos-pricing-page .package-card.theme-maroon::after { background: linear-gradient(90deg, transparent, rgba(207,63,63,0.95), transparent); }
.velos-pricing-page .package-card.theme-amber::after  { background: linear-gradient(90deg, transparent, rgba(237,172,98,0.95), transparent); }
.velos-pricing-page .package-card.theme-slate::after  { background: linear-gradient(90deg, transparent, rgba(168,172,196,0.95), transparent); }
.velos-pricing-page .package-card.featured::after { height: 3px; }
.velos-pricing-page .package-header {
  text-align: center;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--vp-glass-border);
  margin-bottom: 28px;
}
.velos-pricing-page .package-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: transform var(--vp-dur) var(--vp-ease-spring);
}
.velos-pricing-page .package-icon svg { width: 24px; height: 24px; }
.velos-pricing-page .package-card:hover .package-icon {
  transform: scale(1.1) rotate(5deg);
}
.velos-pricing-page .package-label {
  display: block;
  font-family: var(--vp-font-body);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  margin-bottom: 10px;
}
.velos-pricing-page .package-name {
  font-family: var(--vp-font-serif);
  font-size: 30px; /* §1: +4 (kaart-titel) */
  font-weight: 700;
  letter-spacing: -0.25px;
  color: var(--vp-cream);
  margin: 0 0 10px;
  text-transform: none;
}
.velos-pricing-page .package-tagline {
  font-family: var(--vp-font-serif);
  font-size: 14.5px;
  font-style: italic;
  color: var(--vp-text-soft);
  margin: 0 0 22px;
  min-height: 44px;
  line-height: 1.5;
}
.velos-pricing-page .package-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 4px;
}
.velos-pricing-page .package-currency {
  font-family: var(--vp-font-display);
  font-size: 22px;
  font-weight: 700;
}
.velos-pricing-page .package-amount {
  font-family: var(--vp-font-display);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: var(--vp-cream);
}
.velos-pricing-page .package-period {
  display: block;
  font-family: var(--vp-font-body);
  font-size: 17px;
  color: var(--vp-text-muted);
  margin-top: 6px;
}

/* Features */
.velos-pricing-page .package-features {
  flex-grow: 1;
  margin-bottom: 28px;
}
.velos-pricing-page .package-features-title {
  display: block;
  font-family: var(--vp-font-body);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(250, 250, 247, 0.45);
  margin-bottom: 16px;
  text-transform: none;
}
.velos-pricing-page .package-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
}
.velos-pricing-page .package-feature-icon {
  flex-shrink: 0;
  width: 20px; height: 20px;
  background: rgba(0, 191, 179, 0.14);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.velos-pricing-page .package-feature-icon svg {
  width: 10px; height: 10px;
  color: var(--vp-cyan);
}
.velos-pricing-page .package-feature-text {
  font-family: var(--vp-font-body);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--vp-text-readable);
}
.velos-pricing-page .package-feature-text strong {
  color: var(--vp-cream);
  font-weight: 700;
}

/* Feature meta */
.velos-pricing-page .package-feature.package-feature-meta {
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--vp-glass-border);
}
.velos-pricing-page .package-feature.package-feature-meta + .package-feature.package-feature-meta {
  margin-top: 0;
  padding-top: 8px;
  border-top: none;
}
.velos-pricing-page .package-feature.package-feature-meta .package-feature-text {
  color: var(--vp-text-soft);
  font-style: italic;
}

/* Package CTA */
.velos-pricing-page .package-cta {
  width: 100%;
  margin-top: auto;
}

/* ---------- 10. PACKAGE THEME — MAROON ---------- */
.velos-pricing-page .package-card.theme-maroon:hover {
  border-color: rgba(207, 63, 63, 0.45);
  box-shadow: 0 20px 50px rgba(207, 63, 63, 0.18);
}
.velos-pricing-page .package-card.theme-maroon .package-icon {
  background: linear-gradient(135deg, rgba(207, 63, 63, 0.20), rgba(207, 63, 63, 0.05));
  border: 1px solid rgba(207, 63, 63, 0.30);
  color: var(--vp-maroon);
}
.velos-pricing-page .package-card.theme-maroon .package-label,
.velos-pricing-page .package-card.theme-maroon .package-currency {
  color: var(--vp-maroon);
}
.velos-pricing-page .package-card.theme-maroon .cta-button {
  background: transparent;
  border: 1px solid var(--vp-maroon);
  color: var(--vp-cream);
}
.velos-pricing-page .package-card.theme-maroon .cta-button:hover {
  background: rgba(207, 63, 63, 0.14);
  box-shadow: 0 8px 28px var(--vp-maroon-glow);
}

/* ---------- 11. PACKAGE THEME — AMBER (Featured) ---------- */
.velos-pricing-page .package-card.theme-amber {
  border-color: var(--vp-amber);
}
.velos-pricing-page .package-card.theme-amber.featured {
  background: linear-gradient(180deg, rgba(237, 172, 98, 0.10) 0%, rgba(255, 255, 255, 0.03) 100%);
}
.velos-pricing-page .package-card.theme-amber.featured::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(180deg, rgba(237, 172, 98, 0.35) 0%, rgba(237, 172, 98, 0.08) 30%, transparent 60%);
  border-radius: 25px;
  z-index: -1;
  opacity: 0.55;
  animation: vp-orb-pulse 3s ease-in-out infinite;
  pointer-events: none;
}
.velos-pricing-page .package-card.theme-amber:hover {
  border-color: var(--vp-amber);
  box-shadow: 0 20px 60px rgba(237, 172, 98, 0.22), 0 0 80px rgba(237, 172, 98, 0.10);
}
.velos-pricing-page .package-card.theme-amber .package-icon {
  background: linear-gradient(135deg, rgba(237, 172, 98, 0.22), rgba(237, 172, 98, 0.05));
  border: 1px solid rgba(237, 172, 98, 0.32);
  color: var(--vp-amber);
}
.velos-pricing-page .package-card.theme-amber .package-label,
.velos-pricing-page .package-card.theme-amber .package-currency {
  color: var(--vp-amber);
}
.velos-pricing-page .package-card.theme-amber .cta-button {
  background: var(--vp-amber);
  color: #0a0a0a;
  border: none;
  font-weight: 700;
}
.velos-pricing-page .package-card.theme-amber .cta-button:hover {
  box-shadow: 0 12px 40px var(--vp-amber-glow);
  background: #f3b96f;
}

/* Featured badge */
.velos-pricing-page .package-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 22px;
  background: var(--vp-amber);
  color: #0a0a0a;
  font-family: var(--vp-font-body);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  border-radius: 100px;
  box-shadow: 0 4px 20px var(--vp-amber-glow);
  animation: vp-badge-glow 3s ease-in-out infinite;
  z-index: 10;
  white-space: nowrap;
}

/* ---------- 12. PACKAGE THEME — SLATE ---------- */
.velos-pricing-page .package-card.theme-slate:hover {
  border-color: rgba(168, 172, 196, 0.40);
  box-shadow: 0 20px 50px rgba(95, 98, 117, 0.16);
}
.velos-pricing-page .package-card.theme-slate .package-icon {
  background: linear-gradient(135deg, rgba(168, 172, 196, 0.22), rgba(95, 98, 117, 0.05));
  border: 1px solid rgba(168, 172, 196, 0.30);
  color: var(--vp-slate);
}
.velos-pricing-page .package-card.theme-slate .package-label,
.velos-pricing-page .package-card.theme-slate .package-currency {
  color: var(--vp-slate);
}
.velos-pricing-page .package-card.theme-slate .cta-button {
  background: transparent;
  border: 1px solid var(--vp-slate);
  color: var(--vp-cream);
}
.velos-pricing-page .package-card.theme-slate .cta-button:hover {
  background: rgba(168, 172, 196, 0.14);
  box-shadow: 0 8px 28px var(--vp-slate-glow);
}

/* ---------- 13. CTA BUTTON (base) ---------- */
.velos-pricing-page .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  font-family: var(--vp-font-body);
  font-size: 15.5px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform var(--vp-dur) var(--vp-ease),
              box-shadow var(--vp-dur) var(--vp-ease),
              background var(--vp-dur) var(--vp-ease);
  will-change: transform;
}
.velos-pricing-page .cta-button:hover {
  /* §2d: canoniek -> button beweegt NIET, alleen feedback via glow */
  box-shadow: 0 10px 32px var(--vp-amber-glow);
}
.velos-pricing-page .cta-button-text { position: relative; z-index: 2; }
.velos-pricing-page .cta-button-icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--vp-dur) var(--vp-ease);
}
.velos-pricing-page .cta-button:hover .cta-button-icon {
  /* §2d: canonieke pijl-rotatie (zoals ads/home), i.p.v. de slide */
  transform: rotate(-45deg);
}
.velos-pricing-page .cta-button-icon svg {
  width: 18px; height: 18px;
}

/* ---------- 14. CUSTOM PLANS ---------- */
.velos-pricing-page .custom-plans {
  background: var(--vp-glass);
  border: 1px solid var(--vp-glass-border);
  border-radius: 24px;
  padding: 44px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1600px; /* even breed als de 3-kaart pricing-grid */
  margin: 0 auto 48px;
  transition: border-color var(--vp-dur) var(--vp-ease),
              background var(--vp-dur) var(--vp-ease);
}
.velos-pricing-page .custom-plans:hover {
  border-color: var(--vp-glass-border-hover);
  background: var(--vp-glass-hover);
}
.velos-pricing-page .custom-plans-title {
  font-family: var(--vp-font-serif);
  font-size: 30px; /* §1: +4 (kaart-titel) */
  font-weight: 700;
  letter-spacing: -0.25px;
  color: var(--vp-cream);
  margin: 0 0 10px;
  text-transform: none;
}
.velos-pricing-page .custom-plans-desc {
  font-family: var(--vp-font-serif);
  font-size: 20px;
  line-height: 1.6;
  color: var(--vp-text-readable);
  max-width: 640px; /* §2c: breder zodat de tekst netjes uitvult zonder los woord (orphan); vak wordt compacter */
  margin: 0;
}

/* Tech button (corners + lines) */
.velos-pricing-page .velos-tech-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px; /* §2e: zelfde padding als .cta-button */
  font-family: var(--vp-font-body);
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.6; /* §2e: zelfde teksthoogte als .cta-button -> gelijke knop-hoogte */
  color: var(--vp-cream);
  text-decoration: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.20);
  transition: background 0.3s var(--vp-ease), border-color 0.3s var(--vp-ease), box-shadow 0.3s var(--vp-ease), transform 0.3s var(--vp-ease);
  cursor: pointer;
  overflow: visible;
  z-index: 1;
  flex-shrink: 0;
  text-transform: none;
}
.velos-pricing-page .velos-tech-btn:hover {
  background: rgba(237, 172, 98, 0.18);
  border-color: var(--vp-amber);
  box-shadow: 0 8px 28px var(--vp-amber-glow);
  
}
.velos-pricing-page .velos-tech-btn .line {
  position: absolute;
  background-color: transparent;
  background-repeat: repeat;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}
.velos-pricing-page .velos-tech-btn .line-top,
.velos-pricing-page .velos-tech-btn .line-bottom {
  height: 1px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 50%, transparent 50%);
  background-size: 6px 1px;
}
.velos-pricing-page .velos-tech-btn:hover .line-top,
.velos-pricing-page .velos-tech-btn:hover .line-bottom {
  background-image: linear-gradient(90deg, var(--vp-amber) 50%, transparent 50%);
}
.velos-pricing-page .velos-tech-btn .line-left,
.velos-pricing-page .velos-tech-btn .line-right {
  width: 1px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 50%, transparent 50%);
  background-size: 1px 6px;
}
.velos-pricing-page .velos-tech-btn:hover .line-left,
.velos-pricing-page .velos-tech-btn:hover .line-right {
  background-image: linear-gradient(180deg, var(--vp-amber) 50%, transparent 50%);
}
.velos-pricing-page .velos-tech-btn .line-top    { top: -6px; left: -6px; width: 0; transition: width 0.2s linear 0.6s, opacity 0s 0.8s; }
.velos-pricing-page .velos-tech-btn:hover .line-top    { width: calc(100% + 12px); opacity: 1; transition: opacity 0s 0s, width 0.2s linear 0s; }
.velos-pricing-page .velos-tech-btn .line-right  { top: -6px; right: -6px; height: 0; transition: height 0.2s linear 0.4s, opacity 0s 0.6s; }
.velos-pricing-page .velos-tech-btn:hover .line-right  { height: calc(100% + 12px); opacity: 1; transition: opacity 0s 0.2s, height 0.2s linear 0.2s; }
.velos-pricing-page .velos-tech-btn .line-bottom { bottom: -6px; right: -6px; width: 0; transition: width 0.2s linear 0.2s, opacity 0s 0.4s; }
.velos-pricing-page .velos-tech-btn:hover .line-bottom { width: calc(100% + 12px); opacity: 1; transition: opacity 0s 0.4s, width 0.2s linear 0.4s; }
.velos-pricing-page .velos-tech-btn .line-left   { bottom: -6px; left: -6px; height: 0; transition: height 0.2s linear 0s, opacity 0s 0.2s; }
.velos-pricing-page .velos-tech-btn:hover .line-left   { height: calc(100% + 12px); opacity: 1; transition: opacity 0s 0.6s, height 0.2s linear 0.6s; }
.velos-pricing-page .velos-tech-btn .corner {
  position: absolute;
  width: 5px; height: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  z-index: 11;
  pointer-events: none;
  transition: opacity 0s;
}
.velos-pricing-page .velos-tech-btn:hover .corner { background-color: var(--vp-amber); }
.velos-pricing-page .corner-tl { top: -8px; left: -8px; }
.velos-pricing-page .corner-tr { top: -8px; right: -8px; }
.velos-pricing-page .corner-br { bottom: -8px; right: -8px; }
.velos-pricing-page .corner-bl { bottom: -8px; left: -8px; }
.velos-pricing-page .velos-tech-btn .corner-tl { transition-delay: 0s; }
.velos-pricing-page .velos-tech-btn .corner-bl { transition-delay: 0.2s; }
.velos-pricing-page .velos-tech-btn .corner-br { transition-delay: 0.4s; }
.velos-pricing-page .velos-tech-btn .corner-tr { transition-delay: 0.6s; }
.velos-pricing-page .velos-tech-btn:hover .corner-tr { opacity: 1; transition-delay: 0.2s; }
.velos-pricing-page .velos-tech-btn:hover .corner-br { opacity: 1; transition-delay: 0.4s; }
.velos-pricing-page .velos-tech-btn:hover .corner-bl { opacity: 1; transition-delay: 0.6s; }
.velos-pricing-page .velos-tech-btn:hover .corner-tl { opacity: 1; transition-delay: 0.8s; }

/* ---------- 15. TRUST ROW ---------- */
.velos-pricing-page .trust-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 44px 0;
  border-top: 1px solid var(--vp-glass-border);
  border-bottom: 1px solid var(--vp-glass-border);
}
.velos-pricing-page .trust-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--vp-font-body);
  font-size: 14.5px;
  color: var(--vp-text-readable);
  transition: color var(--vp-dur) var(--vp-ease);
}
.velos-pricing-page .trust-badge:hover { color: var(--vp-cream); }
.velos-pricing-page .trust-badge:hover .trust-badge-icon {
  transform: scale(1.08);
  border-color: var(--vp-amber);
}
.velos-pricing-page .trust-badge-icon {
  width: 46px; height: 46px;
  background: linear-gradient(135deg, rgba(237, 172, 98, 0.15), rgba(237, 172, 98, 0.04));
  border: 1px solid rgba(237, 172, 98, 0.25);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--vp-dur) var(--vp-ease-spring),
              border-color var(--vp-dur) var(--vp-ease);
}
.velos-pricing-page .trust-badge-icon svg {
  width: 22px; height: 22px;
  color: var(--vp-amber);
}

/* ---------- 16. FAQ SECTION (videomarketing pattern, amber accent) ---------- */
.velos-pricing-page .faq-section {
  background: rgba(10, 10, 10, 0.50);
  padding: clamp(80px, 12vh, 140px) clamp(24px, 5vw, 48px);
  border-radius: 40px 40px 0 0;
  margin-top: -20px;
  position: relative;
  z-index: 4;
  color: var(--vp-cream);
}
.velos-pricing-page .faq-section::before {
  content: '';
  position: absolute;
  top: 10%;
  right: 10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(237, 172, 98, 0.12) 0%, transparent 65%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.velos-pricing-page .faq-inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}
.velos-pricing-page .faq-section .section-tag {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.velos-pricing-page .faq-section .section-header {
  margin-bottom: 56px;
}

.velos-pricing-page .faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.velos-pricing-page .faq-item {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color var(--vp-dur) var(--vp-ease),
              background var(--vp-dur) var(--vp-ease),
              box-shadow var(--vp-dur) var(--vp-ease),
              transform var(--vp-dur) var(--vp-ease);
  will-change: transform;
}
/* Linker accent-balk: deels in op hover, vol op open */
.velos-pricing-page .faq-item::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--vp-amber, #edac62), #c8893f);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
.velos-pricing-page .faq-item:hover::before { transform: scaleY(0.45); }
.velos-pricing-page .faq-item.open::before { transform: scaleY(1); }
.velos-pricing-page .faq-item:hover {
  border-color: rgba(237, 172, 98, 0.35);
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.velos-pricing-page .faq-item.open {
  border-color: rgba(237, 172, 98, 0.55);
  background: linear-gradient(180deg, rgba(237, 172, 98, 0.085) 0%, rgba(237, 172, 98, 0.04) 100%);
  box-shadow:
    0 0 0 1px rgba(237, 172, 98, 0.20),
    0 24px 72px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(237, 172, 98, 0.18);
}
.velos-pricing-page .faq-item.open:hover { transform: translateY(0); }

.velos-pricing-page .faq-question {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--vp-cream);
  font-family: var(--vp-font-serif);
  font-weight: 700;
  font-size: clamp(17px, 1.4vw, 21px);
  letter-spacing: -0.2px;
  line-height: 1.35;
  text-align: left;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
}
.velos-pricing-page .faq-question:focus { outline: none; }
.velos-pricing-page .faq-question-text { flex: 1; }

.velos-pricing-page .faq-toggle {
  flex: none;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(237, 172, 98, 0.10);
  border: 1px solid rgba(237, 172, 98, 0.30);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--vp-amber);
  position: relative;
  transition: background var(--vp-dur) ease, border-color var(--vp-dur) ease, box-shadow 0.4s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.velos-pricing-page .faq-toggle::before,
.velos-pricing-page .faq-toggle::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.velos-pricing-page .faq-toggle::before { width: 12px; height: 2px; }
.velos-pricing-page .faq-toggle::after  { width: 2px; height: 12px; }
.velos-pricing-page .faq-item:not(.open):hover .faq-toggle {
  background: rgba(237, 172, 98, 0.22);
  border-color: rgba(237, 172, 98, 0.5);
  transform: scale(1.1);
}
.velos-pricing-page .faq-item.open .faq-toggle {
  background: var(--vp-amber, #edac62);
  border-color: var(--vp-amber, #edac62);
  color: #1a1208;
  transform: rotate(135deg);
  box-shadow: 0 0 0 4px rgba(237, 172, 98, 0.18), 0 6px 16px rgba(237, 172, 98, 0.30);
}

.velos-pricing-page .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  transition: grid-template-rows 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity var(--vp-dur);
}
.velos-pricing-page .faq-item.open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}
.velos-pricing-page .faq-item.open .faq-answer-inner { transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .velos-pricing-page .faq-item,
  .velos-pricing-page .faq-item::before,
  .velos-pricing-page .faq-toggle,
  .velos-pricing-page .faq-toggle::before,
  .velos-pricing-page .faq-toggle::after,
  .velos-pricing-page .faq-answer,
  .velos-pricing-page .faq-answer-inner { transition-duration: 0.01ms; }
}
.velos-pricing-page .faq-answer-inner {
  overflow: hidden;
  min-height: 0;
  padding: 16px 24px 24px 24px;
  border-top: 1px solid rgba(237, 172, 98, 0.15);
  transform: translateY(8px);
  transition: transform 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.04s;
  font-family: var(--vp-font-body);
  font-size: 20px;
  line-height: 1.65;
  color: var(--vp-text-readable);
}
.velos-pricing-page .faq-answer-inner p { margin: 0 0 12px; }
.velos-pricing-page .faq-answer-inner p:last-child { margin: 0; }

.velos-pricing-page .faq-footer {
  text-align: center;
  margin-top: 48px;
  font-family: var(--vp-font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  color: rgba(250, 250, 247, 0.65);
}
.velos-pricing-page .faq-footer a {
  color: var(--vp-amber);
  border-bottom: 1px solid rgba(237, 172, 98, 0.35);
  padding-bottom: 1px;
  text-decoration: none;
  transition: border-color 0.2s;
}
.velos-pricing-page .faq-footer a:hover {
  border-color: var(--vp-amber);
}

/* ---------- 17. FINAL CTA + TRUST PILL ---------- */
.velos-pricing-page .final-cta {
  padding: var(--vp-section-pad) clamp(24px, 5vw, 48px);
  background: transparent;
  position: relative;
}
.velos-pricing-page .final-cta-inner {
  max-width: 1600px;
  margin: 0 auto;
}
.velos-pricing-page .cta-card {
  background: var(--vp-glass);
  border: 1px solid var(--vp-glass-border);
  border-radius: 24px;
  padding: clamp(40px, 6vw, 64px) clamp(28px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: border-color var(--vp-dur) var(--vp-ease),
              background var(--vp-dur) var(--vp-ease);
}
.velos-pricing-page .cta-card:hover {
  border-color: var(--vp-glass-border-hover);
  background: var(--vp-glass-hover);
}
.velos-pricing-page .cta-title {
  font-family: var(--vp-font-display);
  font-size: clamp(44px, 5vw, 64px); /* §1: +8 */
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.5px;
  text-transform: none !important;
  color: var(--vp-cream);
  margin: 0 0 18px;
}
.velos-pricing-page .cta-subtitle {
  font-family: var(--vp-font-serif);
  font-size: 17px;
  line-height: 1.6;
  color: var(--vp-text-readable);
  margin: 0 0 32px;
  max-width: 540px;
}
/* T6 — final CTA primary + secondary tech-btn naast elkaar */
.velos-pricing-page .final-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
}
.velos-pricing-page .cta-button-primary {
  background: var(--vp-amber);
  color: #0a0a0a;
  border: none;
  font-weight: 700;
  font-size: 20px;
  padding: 18px 38px;
}
.velos-pricing-page .cta-button-primary::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 0; height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  pointer-events: none;
}
.velos-pricing-page .cta-button-primary:hover::before {
  width: 400px; height: 400px;
}
.velos-pricing-page .cta-button-primary:hover {
  box-shadow: 0 14px 44px var(--vp-amber-glow);
}

/* Trust pill below CTA (glass capsule + amber gradient check) */
.velos-pricing-page .cta-trust {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 10px 20px 10px 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  font-family: var(--vp-font-serif);
  font-style: italic;
  font-size: 18px;
  color: var(--vp-text-readable);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.velos-pricing-page .cta-trust-check {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--vp-amber) 0%, var(--vp-amber-deep) 100%);
  color: #0a0a0a;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(237, 172, 98, 0.40);
}
.velos-pricing-page .cta-trust-check svg {
  width: 14px; height: 14px;
}
.velos-pricing-page .cta-trust-text {
  color: var(--vp-text-readable);
}

/* ---------- 18. SEO SECTION ---------- */
/* §4 — SEO-sectie consistent met de service-pagina's (.seo-section/.seo-inner): donkere band, links uitgelijnd, 920px */
.velos-pricing-page .seo-content {
  padding: clamp(60px, 9vh, 120px) clamp(24px, 5vw, 48px) clamp(80px, 12vh, 140px);
  background: rgba(17, 17, 17, 0.52);
}
.velos-pricing-page .seo-content-inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: left;
}
.velos-pricing-page .seo-title {
  font-family: var(--vp-font-display);
  font-size: clamp(28px, 3vw, 38px); /* §4: gelijk aan service-pagina .seo-title */
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.25px;
  text-transform: none !important;
  color: var(--vp-cream);
  margin: 0 0 24px;
}
/* §15 ronde-2: em-accent op het highlighted woord (zoals ads/VM) */
.velos-pricing-page .seo-title em {
  font-family: var(--vp-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1.04em;
  color: var(--vp-amber);
}
.velos-pricing-page .seo-text {
  font-family: var(--vp-font-body);
  font-size: 20px;
  line-height: 1.75; /* §4: gelijk aan service-pagina .seo-text (links uitgelijnd, geen 800px-cap) */
  color: var(--vp-text-readable);
  margin: 0 0 18px;
}
.velos-pricing-page .seo-text strong { color: var(--vp-cream); font-weight: 600; }

/* ---------- 19. SCROLL FADE-IN ---------- */
.velos-pricing-page .fade-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s var(--vp-ease), transform 0.8s var(--vp-ease);
}
.velos-pricing-page .fade-element.visible {
  opacity: 1;
  transform: translateY(0);
}
.velos-pricing-page .package-card.fade-element {
  opacity: 0;
  transform: scale(0.92) translateY(24px);
  filter: blur(3px);
  transition: opacity 0.7s var(--vp-ease),
              transform 0.7s var(--vp-ease-spring),
              filter 0.7s var(--vp-ease);
}
.velos-pricing-page .package-card.fade-element.visible {
  opacity: 1;
  transform: scale(1) translateY(0);
  filter: blur(0);
}
/* §5 ronde-2: de scroll-reveal (.fade-element) overschreef de achtergrond-hover
   van de CTA-kaart en de "iets anders"-kaart, waardoor die instant werd. Hogere
   specificiteit + één transition-lijst met per-property duur: reveal (opacity/
   transform 0.8s) EN hover (background/border 0.35s) bestaan naast elkaar, in en uit. */
.velos-pricing-page .cta-card.fade-element,
.velos-pricing-page .custom-plans.fade-element {
  transition: opacity 0.8s var(--vp-ease),
              transform 0.8s var(--vp-ease),
              border-color var(--vp-dur) var(--vp-ease),
              background var(--vp-dur) var(--vp-ease);
}
@media (prefers-reduced-motion: reduce) {
  .velos-pricing-page .cta-card.fade-element,
  .velos-pricing-page .custom-plans.fade-element {
    transition: border-color var(--vp-dur) var(--vp-ease),
                background var(--vp-dur) var(--vp-ease);
  }
}

/* ---------- 20. RESPONSIVE ---------- */
@media (max-width: 1100px) {
  .velos-pricing-page .pricing-grid { grid-template-columns: 1fr; gap: 20px; max-width: 520px; margin-left: auto; margin-right: auto; margin-bottom: 48px; }
  .velos-pricing-page .package-tagline { min-height: auto; }
  .velos-pricing-page .custom-plans { flex-direction: column; text-align: center; padding: 36px 28px; gap: 20px; }
  .velos-pricing-page .custom-plans-desc { max-width: none; }
}

@media (max-width: 900px) {
  .velos-pricing-page .pricing-hero { padding: 120px 24px 60px; }
  .velos-pricing-page .pricing-hero-title { font-size: clamp(36px, 9vw, 52px); }
  .velos-pricing-page .trust-section { gap: 24px; padding: 32px 0; }
  .velos-pricing-page .final-cta { padding: clamp(60px, 9vh, 100px) 24px; }
  .velos-pricing-page .cta-card { padding: 36px 24px; }
}

@media (max-width: 768px) {
  .velos-pricing-page .pricing-hero-subtitle { font-size: 17px; }
  .velos-pricing-page .package-card { padding: 32px 24px; }
  .velos-pricing-page .package-amount { font-size: 40px; }
  .velos-pricing-page .package-name { font-size: 23px; }
  .velos-pricing-page .cta-button { width: 100%; }
  .velos-pricing-page .trust-section { flex-direction: column; align-items: flex-start; gap: 20px; padding: 28px 24px; }

  /* FAQ mobile */
  .velos-pricing-page .faq-section { padding: 64px 20px; border-radius: 24px 24px 0 0; }
  .velos-pricing-page .faq-question { padding: 18px 18px; gap: 12px; font-size: 16.5px; }
  .velos-pricing-page .faq-toggle { width: 32px; height: 32px; }
  .velos-pricing-page .faq-answer-inner { padding: 0 18px 20px 18px; font-size: 15px; }
}

@media (max-width: 600px) {
  .velos-pricing-page .pricing-hero-title { font-size: clamp(32px, 10vw, 44px); }
  .velos-pricing-page .section-title, .velos-pricing-page .cta-title { font-size: clamp(28px, 8vw, 38px); }
  .velos-pricing-page .custom-plans-title { font-size: 22px; }
  .velos-pricing-page .cta-trust { font-size: 13px; padding: 8px 16px 8px 8px; }
  .velos-pricing-page .cta-trust-check { width: 24px; height: 24px; }
  .velos-pricing-page .cta-trust-check svg { width: 12px; height: 12px; }
}

/* ---------- 21. ELEMENTOR TYPOGRAPHY OVERRIDE (Title Case + font lock) ---------- */
.velos-pricing-page .pricing-hero-title,
.velos-pricing-page .section-title,
.velos-pricing-page .cta-title,
.velos-pricing-page .seo-title,
.velos-pricing-page .package-name,
.velos-pricing-page .custom-plans-title {
  text-transform: none !important;
  /* §4/§15 ronde-2: Playfair (var is nu Playfair), niet inherit/Anton */
  font-family: var(--vp-font-display) !important;
}
.velos-pricing-page .pricing-hero-title,
.velos-pricing-page .section-title,
.velos-pricing-page .cta-title,
.velos-pricing-page .seo-title {
  font-family: var(--vp-font-display) !important;
}
.velos-pricing-page .package-name,
.velos-pricing-page .custom-plans-title {
  font-family: var(--vp-font-serif) !important;
}

/* ============================================================
   v15 — SECTION-TAG SOLID BACKDROP
   ============================================================ */
.velos-pricing-page .section-tag {
  background:
    linear-gradient(rgba(237, 172, 98, 0.12), rgba(237, 172, 98, 0.12)),
    rgba(12, 12, 14, 0.95) !important;
}

/* ============================================================
   §8 — FAQ nummering (01, 02 ...) + strakkere balk
   ============================================================ */
.velos-pricing-page .faq-list { counter-reset: vpfaq; }
.velos-pricing-page .faq-item { counter-increment: vpfaq; }
.velos-pricing-page .faq-question { padding-top: 18px; padding-bottom: 18px; }
.velos-pricing-page .faq-question::before {
  content: counter(vpfaq, decimal-leading-zero);
  flex: none;
  font-family: var(--vp-font-serif, 'Playfair Display', Georgia, serif);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.5px;
  color: var(--vp-amber, #edac62);
  opacity: 0.92;
  min-width: 2ch;
}

/* R2-§9 — subtiele ambient achtergrond-gradient (themekleur), fixed achter content,
   top-anchored zodat lichte clusters lager schoon blijven. Niet overheersend. */
.velos-pricing-page::before {
  content: '' !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    radial-gradient(ellipse 60% 45% at 12% 0%, rgba(237,172,98,0.05), transparent 58%),
    radial-gradient(ellipse 55% 42% at 100% 4%, rgba(237,172,98,0.05), transparent 55%) !important;
}

/* ============================================================
   R5 - homepage pakket-kaart-pariteit: foto-thumb-banner bovenaan
   per kaart (dark, per-kaart eigen kleur). Decoratieve icon vervalt
   (homepage-kaart heeft geen icon, wel de thumb-banner).
   ============================================================ */
.velos-pricing-page .package-icon { display: none !important; }
.velos-pricing-page .package-thumb {
  position: relative !important;
  height: 130px !important;
  margin: -24px -16px 26px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: flex-end !important;
  background-size: cover !important;
  background-position: center !important;
}
.velos-pricing-page .package-thumb--maroon {
  background:
    linear-gradient(180deg, rgba(128,20,20,0.34), rgba(10,10,10,0.60)),
    url('https://velosmarketing.nl/wp-content/uploads/2026/05/velos-sean-competitor-research-presentation-dominic-ris.png') center/cover !important;
}
.velos-pricing-page .package-thumb--amber {
  background:
    linear-gradient(180deg, rgba(237,172,98,0.30), rgba(10,10,10,0.60)),
    url('https://velosmarketing.nl/wp-content/uploads/2026/04/velos-marketing-creatief-team-floris-dominic-studio-gimbal-clapperboard.png') center/cover !important;
}
.velos-pricing-page .package-thumb--slate {
  background:
    linear-gradient(180deg, rgba(139,142,163,0.34), rgba(10,10,10,0.60)),
    url('https://velosmarketing.nl/wp-content/uploads/2026/04/velos-marketing-team-filmt-op-locatie-waste2wear-social-media.png') center/cover !important;
}
.velos-pricing-page .package-thumb-label {
  font-family: var(--font-body, 'Crimson Pro', Georgia, serif) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: rgba(250,250,247,0.9) !important;
  margin: 12px 14px !important;
}
@media (max-width: 768px) {
  .velos-pricing-page .package-thumb { height: 110px !important; margin: -12px -8px 22px !important; }
}

/* ============================================================
   FASE B: mobiel (<=767px) koppen + korte tekst gecentreerd; lange
   paragrafen/lijsten/formulier blijven links (leesbaarheid).
   Tablet/desktop ongemoeid.
   ============================================================ */
@media (max-width: 767px) {
  .velos-pricing-page .section-header { text-align: center !important; align-items: center !important; }
  .velos-pricing-page .section-title,
  .velos-pricing-page .section-subtitle,
  .velos-pricing-page .section-tag,
  .velos-pricing-page .section-eyebrow { text-align: center !important; }
  .velos-pricing-page .section-tag { margin-left: auto !important; margin-right: auto !important; }
  .velos-pricing-page .hero-title,
  .velos-pricing-page .hero-subtitle,
  .velos-pricing-page .hero-sub,
  .velos-pricing-page .hero-lead { text-align: center !important; }
  .velos-pricing-page .final-cta,
  .velos-pricing-page .cta-title { text-align: center !important; }
}/* End custom CSS */