.elementor-1245 .elementor-element.elementor-element-5f09ab3{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b84210d *//* =================================================================
   VELOS OVER ONS — v13 CSS (Elementor-ready)
   Wrapper: .velos-about-page
   §6 ronde-2: NIEUWE hero (pijl + trail entrance) behouden; alle secties
   ERONDER teruggezet naar het OUDE design (origin story 4 chapters, De Naam,
   Het Logo, Manifesto, CTA). Volledig dark. Nieuwe amber #edac62 + Playfair
   (Anton deprecated). AdAdvice-logo grayscale.
   Aanpak: de oude sectie-CSS is 1-op-1 hergebruikt maar her-namespaced naar
   .velos-about-page en de oude --velos-* / Anton tokens zijn hertokeniseerd
   naar de nieuwe amber + Playfair (zie §1b token-aliassen).
   ================================================================= */


/* ---------- 0. TRANSPARENCY OVERRIDES ---------- */
.elementor-element:has(> .velos-about-page),
.elementor-widget-html:has(.velos-about-page),
.elementor-section:has(.velos-about-page),
.elementor-container:has(.velos-about-page),
.elementor-column:has(.velos-about-page),
.elementor-widget-wrap:has(.velos-about-page) {
  background: transparent !important;
  background-color: transparent !important;
}


/* ---------- 1. TOKENS + WRAPPER ---------- */
.velos-about-page {
  /* Primary palette: lighter amber (VM variant) */
  --vo-amber:        #edac62;
  --vo-amber-deep:   #c8893f;
  --vo-amber-glow:   rgba(237, 172, 98, 0.40);
  --vo-amber-soft:   rgba(237, 172, 98, 0.10);

  /* Accent palettes (used in story chapters + drie kleuren) */
  --vo-maroon:       #cf3f3f;
  --vo-maroon-deep:  #801414;
  --vo-maroon-glow:  rgba(207, 63, 63, 0.40);

  --vo-slate:        #a8acc4;
  --vo-slate-deep:   #5f6275;
  --vo-slate-glow:   rgba(95, 98, 117, 0.40);

  /* Dark group neutrals */
  --vo-cream:        #fafaf7;
  --vo-cream-soft:   #ede0d4;
  --vo-text-readable: rgba(250, 250, 247, 0.82);
  --vo-text-soft:     rgba(250, 250, 247, 0.62);
  --vo-text-muted:    rgba(250, 250, 247, 0.45);
  --vo-glass:         rgba(255, 255, 255, 0.04);
  --vo-glass-border:  rgba(255, 255, 255, 0.08);

  /* Typography */
  --vo-font-display: 'Playfair Display', Georgia, serif; /* Anton deprecated -> Playfair (Anton alleen op bigwords + BEWEZEN) */
  --vo-font-serif:   'Playfair Display', Georgia, serif;
  --vo-font-body:    'Crimson Pro', Georgia, serif;

  /* Motion */
  --vo-ease:        cubic-bezier(0.4, 0, 0.2, 1);
  --vo-ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --vo-dur:         0.35s;
  --vo-dur-slow:    0.7s;

  /* Spacing */
  --vo-section-pad: clamp(80px, 12vh, 140px);

  position: relative;
  z-index: 2;
  width: 100%;
  font-family: var(--vo-font-body);
  color: var(--vo-cream);
  line-height: 1.7;
  background: transparent;
  overflow-x: hidden;
}
.velos-about-page * { box-sizing: border-box; }
.velos-about-page p { margin: 0; }
.velos-about-page a { color: inherit; text-decoration: none; }
.velos-about-page ::selection { background: var(--vo-amber); color: #0a0a0a; }


/* ---------- 1b. OUDE-DESIGN TOKEN-ALIASSEN (§6) ----------
   De oude secties verwijzen naar --velos-* tokens + Anton (--font-titles).
   Hier hertokeniseren we die naar de NIEUWE amber #edac62 + Playfair, zodat de
   oude markup/CSS 1-op-1 werkt met de nieuwe look. Maroon-light = canoniek #cf3f3f. */
.velos-about-page {
  --velos-amber: #edac62; --velos-amber-light: #f5c481; --velos-amber-glow: rgba(237,172,98,0.40); --velos-amber-bg: rgba(237,172,98,0.08);
  --velos-maroon: #801414; --velos-maroon-light: #cf3f3f; --velos-maroon-glow: rgba(207,63,63,0.40);
  --velos-slate: #5f6275; --velos-slate-light: #a8acc4; --velos-slate-glow: rgba(95,98,117,0.40);
  --velos-cream: #fafaf7; --velos-cream-light: #fff7ef; --velos-black: #0a0a0a; --velos-cyan: #00bfb3;
  --section-bg-dark: rgba(17,17,17,0.76); --section-bg-darker: rgba(13,13,13,0.76); --section-bg-black: rgba(10,10,10,0.76);
  --glass-bg: rgba(255,255,255,0.03); --glass-border: rgba(255,255,255,0.08); --glass-hover: rgba(255,255,255,0.06);
  --text-readable: rgba(250,250,247,0.88); --text-readable-light: rgba(250,250,247,0.78); --text-readable-muted: rgba(250,250,247,0.65);
  --font-titles: 'Playfair Display', Georgia, serif; --font-supporting: 'Playfair Display', Georgia, serif; --font-body: 'Crimson Pro', Georgia, serif;
  --container-max: 1600px; --transition-smooth: cubic-bezier(0.4,0,0.2,1);
}


/* ---------- 2. KEYFRAMES ---------- */
@keyframes vo-dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.5; transform: scale(1.3); }
}
@keyframes vo-arrow-impact {
  0%   { filter: drop-shadow(0 0 0 transparent); }
  50%  { filter: drop-shadow(0 0 24px rgba(237, 172, 98, 0.65)); }
  100% { filter: drop-shadow(0 0 8px rgba(237, 172, 98, 0.25)); }
}
@keyframes vo-shockwave {
  0%   { transform: translate(-50%, -50%) scale(0.3); opacity: 0; }
  20%  { opacity: 0.85; }
  100% { transform: translate(-50%, -50%) scale(3.2); opacity: 0; }
}
@keyframes vo-orb-float {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(20px, -20px); }
  50%      { transform: translate(-12px, 16px); }
  75%      { transform: translate(-20px, -10px); }
}
@keyframes vo-orb-pulse {
  0%, 100% { opacity: 0.35; }
  50%      { opacity: 0.65; }
}
@keyframes vo-bounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
/* Sectie-keyframes (uit het oude design) */
@keyframes velosCardPulse { 0%,100% { border-color: rgba(237,172,98,0.25); box-shadow: 0 0 0 0 rgba(237,172,98,0); } 50% { border-color: rgba(237,172,98,0.45); box-shadow: 0 0 20px 0 rgba(237,172,98,0.12); } }
@keyframes missingFloat { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-6px); } }
@keyframes particleDrift { 0% { opacity: 0; transform: translate(0, 0) scale(0.5); } 30% { opacity: 0.6; } 100% { opacity: 0; transform: translate(var(--dx), var(--dy)) scale(0); } }
@keyframes heroBounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }


/* ---------- 3. SECTION TAG (dark + light variants) ---------- */
.velos-about-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(--vo-font-body);
  font-size: 12px; /* §3: exact gelijk aan advertentiebeheer */
  font-weight: 700;
  color: var(--vo-amber);
  margin-bottom: 24px;
  text-transform: none !important;
  letter-spacing: 0.02em;
}
/* §11 ronde-2: section-tag pulse-dot -> wegschietende pijl (velosArrowShoot), matcht VM/ads */
@keyframes velosArrowShoot {
  0%, 78%   { transform: translateX(0);     opacity: 1; }
  86%       { transform: translateX(28px);  opacity: 0; }
  86.01%    { transform: translateX(-28px); opacity: 0; }
  96%       { transform: translateX(-3px);  opacity: 1; }
  100%      { transform: translateX(0);     opacity: 1; }
}
.velos-about-page .section-tag .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(--vo-amber, #edac62);
  display: inline-block;
  position: relative;
  animation: velosArrowShoot 5s cubic-bezier(0.6, 0, 0.3, 1) infinite;
}
.velos-about-page .section-tag .tag-dot::before,
.velos-about-page .section-tag .tag-dot::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  background: currentColor;
  right: 1px;
  border-radius: 1px;
  transform-origin: right center;
}
.velos-about-page .section-tag .tag-dot::before { top: 3px; transform: rotate(40deg); }
.velos-about-page .section-tag .tag-dot::after  { bottom: 3px; transform: rotate(-40deg); }
@media (prefers-reduced-motion: reduce) {
  .velos-about-page .section-tag .tag-dot { animation: none; }
}


/* ---------- 4. EM ACCENT (global rule) ---------- */
.velos-about-page em {
  font-family: var(--vo-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1.04em;
  color: var(--vo-amber);
  letter-spacing: 0.005em;
}


/* ════════════════════════════════════════════════════════════════
   5. HERO — Dark with arrow entrance animation (NIEUW, behouden)
   ════════════════════════════════════════════════════════════════ */
.velos-about-page .about-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(120px, 14vh, 180px) clamp(24px, 5vw, 48px) 60px;
  overflow: hidden;
  background: transparent;
}

/* HERO CONTENT — fades in after arrow lands */
.velos-about-page .hero-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--vo-ease) 0.2s, transform 0.8s var(--vo-ease) 0.2s;
}
.velos-about-page .hero-content.visible {
  opacity: 1;
  transform: translateY(0);
}

/* HERO BADGE — matches other pages */
.velos-about-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(--vo-font-body);
  font-size: 12px;
  font-weight: 600;
  color: var(--vo-amber);
  margin-bottom: 28px;
  letter-spacing: 0.02em;
}
.velos-about-page .hero-badge-dot {
  width: 6px; height: 6px;
  background: var(--vo-amber);
  border-radius: 50%;
  animation: vo-dot-pulse 2s ease-in-out infinite;
}

/* HERO TITLE */
.velos-about-page .hero-title {
  font-family: var(--vo-font-display);
  font-size: clamp(44px, 7vw, 80px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1px;
  text-transform: none !important;
  color: var(--vo-cream);
  margin: 0 0 24px;
}

/* HERO TAGLINE */
.velos-about-page .hero-tagline {
  font-family: var(--vo-font-serif);
  font-size: clamp(18px, 2vw, 22px);
  font-style: italic;
  line-height: 1.6;
  color: var(--vo-text-readable);
  max-width: 560px;
  margin: 0 0 44px;
}

/* HERO SCROLL CUE */
.velos-about-page .hero-scroll {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: var(--vo-font-body);
  font-size: 13px;
  color: var(--vo-text-soft);
  letter-spacing: 0.04em;
  transition: color var(--vo-dur) var(--vo-ease);
}
.velos-about-page .hero-scroll:hover { color: var(--vo-amber); }
.velos-about-page .hero-scroll-arrow {
  width: 22px; height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: vo-bounce 2.4s ease-in-out infinite;
}
.velos-about-page .hero-scroll-arrow svg { width: 100%; height: 100%; }


/* ---------- 5a. ARROW + TRAIL ENTRANCE ---------- */
.velos-about-page .trail-layer {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 120px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 8;
  overflow: visible;
}
.velos-about-page .trail-streak {
  position: absolute;
  left: 0;
  width: 56vw;
  border-radius: 100px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform, opacity;
}
.velos-about-page .trail-layer.shot .ts-maroon {
  animation: vo-trail-draw 1.85s cubic-bezier(0.16, 1, 0.3, 1) 0.08s forwards;
}
.velos-about-page .trail-layer.shot .ts-slate  {
  animation: vo-trail-draw 1.85s cubic-bezier(0.16, 1, 0.3, 1) 0.16s forwards;
}
@keyframes vo-trail-draw {
  0%   { transform: scaleX(0); opacity: 0; }
  12%  { opacity: 1; }
  65%  { transform: scaleX(1); opacity: 1; }
  82%  { transform: scaleX(1); opacity: 0.85; }
  100% { transform: scaleX(1); opacity: 0; }
}
.velos-about-page .ts-amber {
  height: 20px;
  top: 50%;
  transform-origin: left center;
  transform: translateY(-50%) scaleX(0);
  background: linear-gradient(90deg,
    rgba(237, 172, 98, 0)    0%,
    rgba(237, 172, 98, 0.95) 8%,
    #edac62                  25%,
    #f5c481                  55%,
    #edac62                  78%,
    rgba(237, 172, 98, 0.50) 95%,
    rgba(237, 172, 98, 0)    100%);
  box-shadow:
    0 0 18px rgba(237, 172, 98, 0.55),
    0 0 38px rgba(237, 172, 98, 0.28);
}
.velos-about-page .ts-maroon {
  height: 12px;
  top: calc(50% - 28px);
  background: linear-gradient(90deg,
    rgba(207, 63, 63, 0)    0%,
    rgba(207, 63, 63, 0.90) 8%,
    #cf3f3f                 25%,
    #e35858                 55%,
    #cf3f3f                 78%,
    rgba(207, 63, 63, 0.40) 95%,
    rgba(207, 63, 63, 0)    100%);
  box-shadow:
    0 0 14px rgba(207, 63, 63, 0.45),
    0 0 28px rgba(207, 63, 63, 0.22);
}
.velos-about-page .ts-slate {
  height: 12px;
  top: calc(50% + 28px);
  background: linear-gradient(90deg,
    rgba(168, 172, 196, 0)    0%,
    rgba(168, 172, 196, 0.90) 8%,
    #a8acc4                   25%,
    #c3c7d8                   55%,
    #a8acc4                   78%,
    rgba(168, 172, 196, 0.40) 95%,
    rgba(168, 172, 196, 0)    100%);
  box-shadow:
    0 0 14px rgba(168, 172, 196, 0.45),
    0 0 28px rgba(168, 172, 196, 0.22);
}
.velos-about-page .trail-layer.shot .ts-amber {
  animation: vo-trail-draw-amber 1.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes vo-trail-draw-amber {
  0%   { transform: translateY(-50%) scaleX(0); opacity: 0; }
  12%  { opacity: 1; }
  65%  { transform: translateY(-50%) scaleX(1); opacity: 1; }
  82%  { transform: translateY(-50%) scaleX(1); opacity: 0.85; }
  100% { transform: translateY(-50%) scaleX(1); opacity: 0; }
}
.velos-about-page .hero-arrow-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 160px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}
.velos-about-page .hero-arrow {
  position: absolute;
  left: -400px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  transition: left 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: left;
}
.velos-about-page .hero-arrow.shot {
  left: 50%;
  transform: translate(-50%, -50%);
}
.velos-about-page .arrow-head {
  width: 180px; height: 110px;
  color: var(--vo-cream);
  filter: drop-shadow(0 0 8px rgba(237, 172, 98, 0.25));
  transition: filter 0.4s var(--vo-ease);
}
.velos-about-page .hero-arrow.shot .arrow-head {
  animation: vo-arrow-impact 1.2s ease-out forwards;
  animation-delay: 1.05s;
}
.velos-about-page .arrow-head svg {
  width: 100%; height: 100%;
}
.velos-about-page .hero-arrow-wrap::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 60px; height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(237, 172, 98, 0.65);
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
  pointer-events: none;
}
.velos-about-page .hero-arrow-wrap.impact::after {
  animation: vo-shockwave 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


/* ---------- 5b. HERO ORBS (subtle backdrop) ---------- */
.velos-about-page .hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  animation: vo-orb-float 22s ease-in-out infinite, vo-orb-pulse 8s ease-in-out infinite;
}
.velos-about-page .orb-amber {
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(237,172,98,0.35) 0%, transparent 70%);
  top: 12%; right: 10%;
}
.velos-about-page .orb-maroon {
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(207,63,63,0.30) 0%, transparent 70%);
  bottom: 18%; left: 6%;
  animation-delay: -5s;
}
.velos-about-page .orb-slate {
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(168,172,196,0.28) 0%, transparent 70%);
  top: 62%; right: 22%;
  animation-delay: -10s;
}

/* ---------- 5c. §3c — FOUNDER-FOTO ACHTERGROND + donkere overlay ---------- */
.velos-about-page .about-hero { background: #0a0a0b; }
.velos-about-page .hero-photo-bg {
  position: absolute;
  inset: 0;
  z-index: 1;            /* boven de orbs, onder de content */
  overflow: hidden;
}
.velos-about-page .hero-photo-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  display: block;
  filter: grayscale(0.15) contrast(1.02);
}
.velos-about-page .hero-photo-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,10,11,0.82) 0%, rgba(10,10,11,0.66) 38%, rgba(10,10,11,0.78) 70%, rgba(10,10,11,0.94) 100%),
    radial-gradient(ellipse 70% 60% at 50% 42%, rgba(10,10,11,0.18), rgba(10,10,11,0.62) 78%);
}
/* content + animatie boven de foto */
.velos-about-page .about-hero .hero-content { z-index: 5; }
.velos-about-page .about-hero .trail-layer { z-index: 6; }
.velos-about-page .about-hero .hero-arrow-wrap { z-index: 7; }

/* §3c — pijl + trail animeren weg zodra de tekst er is (eindstaat: foto + tekst, geen pijl) */
.velos-about-page .hero-arrow-wrap,
.velos-about-page .trail-layer {
  transition: opacity 0.6s var(--vo-ease);
}
.velos-about-page .hero-arrow-wrap.hero-arrow-done,
.velos-about-page .trail-layer.hero-arrow-done {
  opacity: 0 !important;
  pointer-events: none;
}

/* §3c — reduced motion: direct eindstaat (foto + tekst, geen pijl/trail) */
@media (prefers-reduced-motion: reduce) {
  .velos-about-page .about-hero .hero-arrow-wrap,
  .velos-about-page .about-hero .trail-layer { display: none !important; }
  .velos-about-page .about-hero .hero-content { opacity: 1 !important; transform: none !important; }
}


/* ════════════════════════════════════════════════════════════════
   6. OUDE SECTIES (her-namespaced .velos-about -> .velos-about-page,
   hertokeniseerd naar amber #edac62 + Playfair). Volledig dark.
   ════════════════════════════════════════════════════════════════ */
.velos-about-page .section-title { font-family: var(--font-titles) !important; font-size: 64px !important; font-weight: 700 !important; line-height: 1.05 !important; letter-spacing: -1px !important; color: var(--velos-cream) !important; margin-bottom: 20px !important; text-transform: none !important; }

/* SECTIONS */
.velos-about-page .about-section { padding: clamp(80px,12vh,140px) 48px !important; position: relative !important; }
.velos-about-page .section-inner { max-width: var(--container-max) !important; margin: 0 auto !important; }
/* Sectie-breedte audit: kleine kaart-secties smaller op 1400px (De Naam = 3 pijler-
   kaartjes, Manifesto = 2 vergelijk-kolommen); origin-story + logo-showcase blijven
   1600px (brede split-layouts). */
.velos-about-page #naam .section-inner,
.velos-about-page #manifesto .section-inner {
  max-width: 1400px !important;
}
.velos-about-page .section-header { margin-bottom: 60px !important; }
.velos-about-page .section-header.center { text-align: center !important; }

/* ORIGIN STORY */
.velos-about-page .origin-story { background: linear-gradient(180deg, var(--section-bg-black) 0%, var(--section-bg-darker) 100%) !important; }
.velos-about-page .story-chapter { margin-bottom: 80px !important; opacity: 0 !important; transform: translateY(40px) !important; transition: opacity 0.8s var(--transition-smooth), transform 0.8s var(--transition-smooth) !important; }
.velos-about-page .story-chapter.visible { opacity: 1 !important; transform: translateY(0) !important; }
.velos-about-page .story-chapter:last-child { margin-bottom: 0 !important; }
.velos-about-page .chapter-content { display: grid !important; grid-template-columns: 1.2fr 0.8fr !important; gap: 60px !important; align-items: center !important; }
.velos-about-page .chapter-content.reverse { grid-template-columns: 0.8fr 1.2fr !important; }
.velos-about-page .chapter-content.centered { grid-template-columns: 1fr !important; text-align: center !important; }
.velos-about-page .chapter-text { font-size: 19px !important; line-height: 1.85 !important; color: var(--text-readable) !important; }
.velos-about-page .chapter-text.wide { max-width: 800px !important; margin: 0 auto !important; }
.velos-about-page .chapter-text p { margin-bottom: 20px !important; }
.velos-about-page .chapter-text strong { color: var(--velos-cream) !important; }
.velos-about-page .chapter-lead { font-family: var(--font-titles) !important; font-size: clamp(26px,3vw,34px) !important; color: var(--velos-cream) !important; margin-bottom: 20px !important; line-height: 1.3 !important; text-transform: none !important; }
.velos-about-page .chapter-amber .chapter-lead, .velos-about-page .chapter-amber em { color: var(--velos-amber) !important; }
.velos-about-page .chapter-maroon .chapter-lead, .velos-about-page .chapter-maroon em { color: var(--velos-cream) !important; }
.velos-about-page .chapter-slate .chapter-lead, .velos-about-page .chapter-slate em { color: var(--velos-slate-light) !important; }
.velos-about-page .chapter-velos .chapter-lead.accent,
.velos-about-page .lead-rainbow { background: linear-gradient(90deg, var(--velos-amber), var(--velos-maroon-light), var(--velos-slate-light)) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; background-clip: text !important; }
.velos-about-page .visual-card { padding: 40px !important; background: var(--glass-bg) !important; border: 1px solid var(--glass-border) !important; border-radius: 20px !important; text-align: center !important; transition: transform 0.4s var(--transition-smooth), border-color 0.4s var(--transition-smooth), box-shadow 0.4s var(--transition-smooth) !important; }
.velos-about-page .visual-card:hover { transform: translateY(-8px) !important; }
.velos-about-page .visual-card.amber-glow:hover { border-color: var(--velos-amber) !important; box-shadow: 0 20px 60px var(--velos-amber-glow) !important; }
.velos-about-page .visual-card.maroon-glow:hover { border-color: var(--velos-maroon-light) !important; box-shadow: 0 20px 60px var(--velos-maroon-glow) !important; }
.velos-about-page .visual-card.slate-glow:hover { border-color: var(--velos-slate) !important; box-shadow: 0 20px 60px var(--velos-slate-glow) !important; }
.velos-about-page .visual-label { font-size: 16px !important; color: var(--text-readable-muted) !important; }

/* MISSING PIECE CARD — Chapter 2 SVG illustration */
.velos-about-page .missing-piece-card { aspect-ratio: 4/3 !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; gap: 20px !important; position: relative !important; padding: 40px !important; }
.velos-about-page .missing-piece-visual { position: relative !important; display: flex !important; align-items: center !important; justify-content: center !important; width: 160px !important; height: 120px !important; }
.velos-about-page .missing-clapper { width: 140px !important; height: 110px !important; opacity: 0.85 !important; animation: missingFloat 4s ease-in-out infinite !important; filter: drop-shadow(0 4px 20px rgba(128,20,20,0.2)) !important; }
.velos-about-page .missing-particle { position: absolute !important; width: 4px !important; height: 4px !important; border-radius: 50% !important; background: rgba(207,63,63,0.5) !important; }
.velos-about-page .missing-particle.p1 { top: 15% !important; right: 10% !important; --dx: 20px; --dy: -30px; animation: particleDrift 3s ease-out infinite !important; }
.velos-about-page .missing-particle.p2 { bottom: 25% !important; left: 8% !important; --dx: -15px; --dy: 20px; animation: particleDrift 3.5s ease-out 0.8s infinite !important; }
.velos-about-page .missing-particle.p3 { top: 40% !important; right: 5% !important; --dx: 25px; --dy: -10px; animation: particleDrift 4s ease-out 1.5s infinite !important; width: 3px !important; height: 3px !important; background: rgba(237,224,212,0.3) !important; }

/* REBIRTH */
.velos-about-page .rebirth-moment { display: flex !important; align-items: center !important; justify-content: center !important; gap: 48px !important; margin: 40px 0 !important; padding: 40px !important; background: var(--glass-bg) !important; border-radius: 16px !important; }
.velos-about-page .rebirth-logo-slot { display: flex !important; align-items: center !important; justify-content: center !important; min-width: 200px !important; min-height: 80px !important; }
.velos-about-page .rebirth-from-slot { opacity: 1 !important; position: relative !important; }
.velos-about-page .rebirth-from-slot::after { content: '' !important; position: absolute !important; top: 50% !important; left: -5% !important; width: 110% !important; height: 3px !important; background: rgba(237,224,212,0.5) !important; transform: rotate(-5deg) !important; }
.velos-about-page .rebirth-logo-img { max-height: 100px !important; width: auto !important; display: block !important; }
.velos-about-page .rebirth-to-slot .rebirth-logo-img { max-height: 120px !important; }
/* §6: AdAdvice-logo zwart-wit; Velos-logo blijft kleur */
.velos-about-page .rebirth-from-slot .rebirth-logo-img { filter: grayscale(1) !important; }
.velos-about-page .rebirth-arrow { font-size: 40px !important; color: var(--velos-amber) !important; text-transform: none !important; }
.velos-about-page .chapter-conclusion { font-family: var(--font-supporting) !important; font-size: 21px !important; font-style: italic !important; color: rgba(250,250,247,0.9) !important; }

/* NAME */
.velos-about-page .name-section { background: var(--section-bg-darker) !important; }
.velos-about-page .name-intro { display: flex !important; align-items: center !important; justify-content: center !important; gap: 40px !important; margin-bottom: 24px !important; flex-wrap: wrap !important; }
.velos-about-page .greek-word { font-family: var(--font-titles) !important; font-size: 72px !important; color: var(--velos-cream) !important; line-height: 1 !important; }
.velos-about-page .translation-equals { font-family: var(--font-titles) !important; font-size: 48px !important; color: rgba(250,250,247,0.3) !important; }
.velos-about-page .dutch-word { font-family: var(--font-titles) !important; font-size: 72px !important; color: var(--velos-amber) !important; line-height: 1 !important; }
.velos-about-page .name-pronunciation { text-align: center !important; margin-bottom: 60px !important; }
.velos-about-page .pronunciation-text { display: block !important; font-family: var(--font-body) !important; font-size: 22px !important; color: rgba(250,250,247,0.7) !important; margin-bottom: 6px !important; }
.velos-about-page .pronunciation-text strong { color: var(--velos-cream) !important; font-size: 26px !important; letter-spacing: 3px !important; }
.velos-about-page .pronunciation-origin { display: block !important; font-family: var(--font-supporting) !important; font-size: 18px !important; font-style: italic !important; color: var(--velos-amber) !important; }
.velos-about-page .philosophy-quote { text-align: center !important; margin-bottom: 60px !important; }
.velos-about-page .philosophy-quote blockquote { font-family: var(--font-supporting) !important; font-size: clamp(24px,3.5vw,36px) !important; font-style: italic !important; color: rgba(250,250,247,0.9) !important; max-width: 800px !important; margin: 0 auto !important; position: relative !important; padding: 0 40px !important; }
.velos-about-page .philosophy-quote blockquote::before, .velos-about-page .philosophy-quote blockquote::after { content: '"' !important; font-size: 80px !important; font-family: Georgia, serif !important; color: var(--velos-amber) !important; opacity: 0.3 !important; position: absolute !important; line-height: 1 !important; }
.velos-about-page .philosophy-quote blockquote::before { top: -20px !important; left: 0 !important; }
.velos-about-page .philosophy-quote blockquote::after { bottom: -40px !important; right: 0 !important; }
.velos-about-page .philosophy-grid { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 32px !important; }
.velos-about-page .philosophy-item { text-align: center !important; padding: 40px 24px !important; background: var(--glass-bg) !important; border: 1px solid var(--glass-border) !important; border-radius: 20px !important; opacity: 0 !important; transform: translateY(30px) !important; transition: opacity 0.6s var(--transition-smooth), transform 0.6s var(--transition-smooth), border-color 0.4s var(--transition-smooth) !important; }
.velos-about-page .philosophy-item.visible { opacity: 1 !important; transform: translateY(0) !important; }
.velos-about-page .philosophy-item:hover { transform: translateY(-8px) !important; border-color: rgba(255,255,255,0.15) !important; }
.velos-about-page .philosophy-icon { width: 64px !important; height: 64px !important; margin: 0 auto 20px !important; border-radius: 16px !important; display: flex !important; align-items: center !important; justify-content: center !important; }
.velos-about-page .philosophy-icon svg { width: 32px !important; height: 32px !important; stroke: white !important; }
.velos-about-page .philosophy-icon.amber-bg { background: linear-gradient(135deg, var(--velos-amber), var(--velos-amber-light)) !important; }
.velos-about-page .philosophy-icon.maroon-bg { background: linear-gradient(135deg, var(--velos-maroon), var(--velos-maroon-light)) !important; }
.velos-about-page .philosophy-icon.slate-bg { background: linear-gradient(135deg, var(--velos-slate), var(--velos-slate-light)) !important; }
.velos-about-page .philosophy-item h3 { font-family: var(--font-titles) !important; font-weight: 700 !important; font-size: 24px !important; letter-spacing: -0.25px !important; color: var(--velos-cream) !important; margin-bottom: 12px !important; text-transform: none !important; }
.velos-about-page .philosophy-item p { font-size: 16px !important; color: var(--text-readable) !important; line-height: 1.6 !important; }

/* LOGO SECTION */
.velos-about-page .logo-section { background: linear-gradient(180deg, var(--section-bg-darker) 0%, var(--section-bg-dark) 100%) !important; }
.velos-about-page .logo-showcase { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 60px !important; align-items: center !important; margin-bottom: 48px !important; }
.velos-about-page .logo-display { display: flex !important; align-items: center !important; justify-content: center !important; }
.velos-about-page .logo-display-frame { position: relative !important; padding: 48px !important; background: rgba(250,250,247,0.06) !important; backdrop-filter: blur(20px) !important; -webkit-backdrop-filter: blur(20px) !important; border-radius: 28px !important; border: 1px solid rgba(250,250,247,0.12) !important; box-shadow: 0 20px 60px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.05) !important; transition: border-color 0.4s var(--transition-smooth), box-shadow 0.4s var(--transition-smooth), transform 0.4s var(--transition-smooth) !important; overflow: hidden !important; }
.velos-about-page .logo-display-frame::before { content: '' !important; position: absolute !important; inset: 0 !important; background: linear-gradient(135deg, rgba(237,172,98,0.08) 0%, rgba(128,20,20,0.05) 50%, rgba(95,98,117,0.08) 100%) !important; border-radius: 28px !important; pointer-events: none !important; }
.velos-about-page .logo-display-frame:hover { border-color: rgba(237,172,98,0.25) !important; box-shadow: 0 30px 80px rgba(0,0,0,0.4), 0 0 40px rgba(237,172,98,0.1) !important; transform: translateY(-4px) !important; }
.velos-about-page .logo-display-image { width: 100% !important; max-width: 320px !important; height: auto !important; display: block !important; position: relative !important; z-index: 2 !important; transform: scale(1.30) !important; }
.velos-about-page .logo-meanings { display: flex !important; flex-direction: column !important; gap: 20px !important; }
.velos-about-page .meaning-card { display: flex !important; gap: 20px !important; padding: 24px !important; background: var(--glass-bg) !important; border: 1px solid var(--glass-border) !important; border-radius: 16px !important; opacity: 0 !important; transform: translateX(30px) !important; transition: opacity 0.6s var(--transition-smooth), transform 0.6s var(--transition-smooth), border-color 0.4s var(--transition-smooth) !important; }
.velos-about-page .meaning-card.visible { opacity: 1 !important; transform: translateX(0) !important; }
.velos-about-page .meaning-card:hover { border-color: rgba(255,255,255,0.15) !important; }
.velos-about-page .meaning-color { width: 8px !important; border-radius: 4px !important; flex-shrink: 0 !important; }
.velos-about-page .amber-swatch { background: linear-gradient(180deg, var(--velos-amber), var(--velos-amber-light)) !important; }
.velos-about-page .maroon-swatch { background: linear-gradient(180deg, var(--velos-maroon), var(--velos-maroon-light)) !important; }
.velos-about-page .slate-swatch { background: linear-gradient(180deg, var(--velos-slate), var(--velos-slate-light)) !important; }
.velos-about-page .meaning-content h4 { font-family: var(--font-titles) !important; font-weight: 700 !important; font-size: 19px !important; letter-spacing: -0.25px !important; color: var(--velos-cream) !important; margin-bottom: 8px !important; text-transform: none !important; }
.velos-about-page .meaning-content p { font-size: 15px !important; color: var(--text-readable) !important; line-height: 1.6 !important; }
.velos-about-page .logo-story { text-align: center !important; max-width: 700px !important; margin: 0 auto !important; }
.velos-about-page .logo-story p { font-family: var(--font-supporting) !important; font-size: 19px !important; font-style: italic !important; color: var(--text-readable) !important; line-height: 1.7 !important; }

/* MANIFESTO — §3b redesign: premium dark + amber, iconen per regel */
.velos-about-page .manifesto-section { background: var(--section-bg-dark) !important; }
.velos-about-page .section-title .strikethrough { text-decoration: line-through !important; color: rgba(250,250,247,0.4) !important; }
.velos-about-page .manifesto-comparison { display: grid !important; grid-template-columns: 1fr auto 1fr !important; gap: 32px !important; align-items: stretch !important; max-width: 1040px !important; margin: 0 auto 56px !important; }
.velos-about-page .manifesto-column { padding: 40px 36px !important; border-radius: 24px !important; opacity: 0 !important; transition: opacity 0.6s var(--transition-smooth), transform 0.6s var(--transition-smooth) !important; }
.velos-about-page .manifesto-column.visible { opacity: 1 !important; }
.velos-about-page .manifesto-column.others { background: rgba(255,255,255,0.025) !important; border: 1px solid rgba(255,255,255,0.06) !important; transform: translateX(-24px) !important; }
.velos-about-page .manifesto-column.others.visible { transform: translateX(0) !important; }
.velos-about-page .manifesto-column.velos {
  position: relative !important;
  background: linear-gradient(160deg, rgba(237,172,98,0.12) 0%, rgba(20,20,22,0.96) 46%) !important;
  border: 1px solid rgba(237,172,98,0.32) !important;
  box-shadow: 0 24px 60px rgba(0,0,0,0.40), 0 0 50px rgba(237,172,98,0.10) !important;
  transform: translateX(24px) !important;
}
.velos-about-page .manifesto-column.velos.visible { transform: translateX(0) !important; }
.velos-about-page .manifesto-column.velos::before {
  content: '' !important; position: absolute !important; left: 0; right: 0; top: 0 !important;
  height: 3px !important; border-radius: 24px 24px 0 0 !important;
  background: linear-gradient(90deg, transparent, var(--velos-amber), transparent) !important;
}
.velos-about-page .column-header { display: flex !important; align-items: center !important; justify-content: center !important; margin-bottom: 26px !important; min-height: 42px !important; }
.velos-about-page .column-title { font-family: var(--font-titles) !important; font-size: 26px !important; letter-spacing: -0.25px !important; color: var(--velos-cream) !important; text-transform: none !important; line-height: 1 !important; }
.velos-about-page .others .column-title { color: var(--text-readable-muted) !important; }
.velos-about-page .manifesto-velos-logo { height: 52px !important; width: auto !important; display: block !important; margin: -8px auto -8px !important; }
.velos-about-page .comparison-list { list-style: none !important; display: flex !important; flex-direction: column !important; gap: 14px !important; text-align: left !important; }
.velos-about-page .comparison-list li { display: flex !important; align-items: flex-start !important; gap: 12px !important; font-family: var(--font-body) !important; font-size: 16.5px !important; line-height: 1.45 !important; }
.velos-about-page .others .comparison-list li { color: rgba(250,250,247,0.55) !important; }
.velos-about-page .velos .comparison-list li { color: var(--text-readable) !important; }
.velos-about-page .comp-icon { flex: none !important; width: 22px !important; height: 22px !important; border-radius: 50% !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; margin-top: 1px !important; }
.velos-about-page .comp-icon svg { width: 13px !important; height: 13px !important; fill: none !important; stroke: currentColor !important; }
.velos-about-page .comp-x { background: rgba(255,255,255,0.05) !important; color: rgba(250,250,247,0.40) !important; }
.velos-about-page .comp-check { background: rgba(237,172,98,0.14) !important; color: var(--velos-amber) !important; }
.velos-about-page .manifesto-divider { display: flex !important; align-items: center !important; justify-content: center !important; }
.velos-about-page .manifesto-divider span { font-family: var(--font-titles) !important; font-size: 18px !important; color: rgba(250,250,247,0.55) !important; width: 56px !important; height: 56px !important; display: flex !important; align-items: center !important; justify-content: center !important; background: rgba(20,20,22,0.9) !important; border: 1px solid rgba(255,255,255,0.10) !important; border-radius: 50% !important; }
.velos-about-page .manifesto-statement { text-align: center !important; padding: 36px 40px !important; background: var(--glass-bg) !important; border: 1px solid var(--glass-border) !important; border-radius: 20px !important; max-width: 720px !important; margin: 0 auto !important; }
.velos-about-page .manifesto-statement p { font-family: var(--font-supporting) !important; font-size: 21px !important; color: var(--text-readable) !important; line-height: 1.6 !important; }
.velos-about-page .manifesto-statement strong { color: var(--velos-amber) !important; font-size: 24px !important; }

/* §3a — nieuwe canonieke checkmark (.package-feature-icon stijl: stroke-width 3, themekleur) op de trust-rij */
.velos-about-page .package-feature-icon { flex: none !important; width: 18px !important; height: 18px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; color: var(--velos-amber) !important; }
.velos-about-page .package-feature-icon svg { width: 18px !important; height: 18px !important; fill: none !important; stroke: currentColor !important; stroke-width: 3 !important; }

/* CTA */
.velos-about-page .cta-section { background: var(--section-bg-black) !important; text-align: center !important; position: relative !important; overflow: hidden !important; }
.velos-about-page .cta-section::before { content: '' !important; position: absolute !important; top: 0 !important; left: 50% !important; transform: translateX(-50%) !important; width: 1000px !important; height: 1000px !important; background: radial-gradient(circle, rgba(237,172,98,0.08) 0%, transparent 60%) !important; pointer-events: none !important; }
/* §8a — open, brede CTA-opbouw identiek aan Videomarketing .final-cta-inner (was smalle 800px glass-card) */
.velos-about-page .cta-content {
  position: relative !important; z-index: 2 !important; max-width: 1240px !important; margin: 0 auto !important;
}
.velos-about-page #contact-cta .section-inner { max-width: 1240px !important; }
.velos-about-page .cta-title { font-family: var(--font-titles) !important; font-size: clamp(44px,5vw,64px) !important; font-weight: 700 !important; color: var(--velos-cream) !important; margin-bottom: 20px !important; line-height: 1.1 !important; letter-spacing: -1px !important; text-transform: none !important; }
.velos-about-page .cta-title .accent { color: var(--velos-amber) !important; }
.velos-about-page .cta-subtitle { font-family: var(--font-supporting) !important; font-size: 20px !important; color: var(--text-readable) !important; max-width: 600px !important; margin: 0 auto 40px !important; line-height: 1.7 !important; }
.velos-about-page .cta-buttons { display: flex !important; justify-content: center !important; align-items: center !important; gap: 16px !important; flex-wrap: wrap !important; margin-bottom: 32px !important; }
.velos-about-page .cta-button { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 12px !important; padding: 18px 36px !important; background: var(--velos-amber) !important; color: #000 !important; font-family: var(--font-body) !important; font-size: 16px !important; font-weight: 600 !important; border-radius: 10px !important; border: none !important; cursor: pointer !important; position: relative !important; overflow: hidden !important; transition: transform 0.4s var(--transition-smooth), box-shadow 0.4s ease !important; }
.velos-about-page .cta-button::before { content: '' !important; position: absolute !important; top: 50% !important; left: 50% !important; width: 0 !important; height: 0 !important; background: rgba(255,255,255,0.3) !important; border-radius: 50% !important; transform: translate(-50%,-50%) !important; transition: width 0.6s ease, height 0.6s ease !important; pointer-events: none !important; z-index: 1 !important; }
.velos-about-page .cta-button:hover::before { width: 400px !important; height: 400px !important; }
.velos-about-page .cta-button:hover { box-shadow: 0 12px 40px var(--velos-amber-glow) !important; } /* §6: button beweegt niet (geen translate); pijl roteert al -45deg */
.velos-about-page .cta-button-text { position: relative !important; z-index: 2 !important; }
.velos-about-page .cta-button-icon { display: flex !important; align-items: center !important; justify-content: center !important; position: relative !important; z-index: 2 !important; transition: transform 0.4s var(--transition-smooth) !important; }
.velos-about-page .cta-button:hover .cta-button-icon { transform: rotate(-45deg) !important; }
.velos-about-page .cta-button-icon svg { width: 18px !important; height: 18px !important; fill: none !important; stroke: #000 !important; stroke-width: 2.5 !important; stroke-linecap: round !important; stroke-linejoin: round !important; }

/* TECH BUTTON */
.velos-about-page .velos-tech-btn { position: relative !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; padding: 22px 24px !important; font-size: 16px !important; font-family: var(--font-body) !important; font-weight: 500 !important; line-height: 1 !important; color: #ffffff !important; text-transform: none !important; background: transparent !important; border: 1px solid rgba(255,255,255,0.2) !important; border-radius: 0 !important; transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease !important; cursor: pointer !important; overflow: visible !important; z-index: 1 !important; }
.velos-about-page .velos-tech-btn:hover { color: #ffffff !important; background: rgba(237,172,98,0.2) !important; border-color: var(--velos-amber) !important; box-shadow: 0 8px 30px var(--velos-amber-glow) !important;  }
.velos-about-page .velos-tech-btn .btn-content { position: relative !important; z-index: 2 !important; }
.velos-about-page .velos-tech-btn .line { position: absolute !important; background-color: transparent !important; opacity: 0 !important; z-index: 10 !important; pointer-events: none !important; width: 0 !important; height: 0 !important; }
.velos-about-page .velos-tech-btn .line-top, .velos-about-page .velos-tech-btn .line-bottom { height: 1px !important; background-image: linear-gradient(90deg, rgba(255,255,255,0.4) 50%, transparent 50%) !important; background-size: 6px 1px !important; }
.velos-about-page .velos-tech-btn:hover .line-top, .velos-about-page .velos-tech-btn:hover .line-bottom { background-image: linear-gradient(90deg, var(--velos-amber) 50%, transparent 50%) !important; }
.velos-about-page .velos-tech-btn .line-left, .velos-about-page .velos-tech-btn .line-right { width: 1px !important; background-image: linear-gradient(180deg, rgba(255,255,255,0.4) 50%, transparent 50%) !important; background-size: 1px 6px !important; }
.velos-about-page .velos-tech-btn:hover .line-left, .velos-about-page .velos-tech-btn:hover .line-right { background-image: linear-gradient(180deg, var(--velos-amber) 50%, transparent 50%) !important; }
.velos-about-page .velos-tech-btn .line-top { top: -6px !important; left: -6px !important; width: 0px !important; transition: width 0.2s linear 0.6s, opacity 0s 0.8s !important; }
.velos-about-page .velos-tech-btn:hover .line-top { width: calc(100% + 12px) !important; opacity: 1 !important; transition: opacity 0s 0s, width 0.2s linear 0s !important; }
.velos-about-page .velos-tech-btn .line-right { top: -6px !important; right: -6px !important; height: 0px !important; transition: height 0.2s linear 0.4s, opacity 0s 0.6s !important; }
.velos-about-page .velos-tech-btn:hover .line-right { height: calc(100% + 12px) !important; opacity: 1 !important; transition: opacity 0s 0.2s, height 0.2s linear 0.2s !important; }
.velos-about-page .velos-tech-btn .line-bottom { bottom: -6px !important; right: -6px !important; width: 0px !important; transition: width 0.2s linear 0.2s, opacity 0s 0.4s !important; }
.velos-about-page .velos-tech-btn:hover .line-bottom { width: calc(100% + 12px) !important; opacity: 1 !important; transition: opacity 0s 0.4s, width 0.2s linear 0.4s !important; }
.velos-about-page .velos-tech-btn .line-left { bottom: -6px !important; left: -6px !important; height: 0px !important; transition: height 0.2s linear 0s, opacity 0s 0.2s !important; }
.velos-about-page .velos-tech-btn:hover .line-left { height: calc(100% + 12px) !important; opacity: 1 !important; transition: opacity 0s 0.6s, height 0.2s linear 0.6s !important; }
.velos-about-page .velos-tech-btn .corner { position: absolute !important; width: 5px !important; height: 5px !important; background-color: rgba(255,255,255,0.4) !important; opacity: 0 !important; z-index: 11 !important; pointer-events: none !important; transition: opacity 0s !important; }
.velos-about-page .velos-tech-btn:hover .corner { background-color: var(--velos-amber) !important; }
.velos-about-page .velos-tech-btn .corner-tl { top: -8px !important; left: -8px !important; transition-delay: 0s !important; }
.velos-about-page .velos-tech-btn .corner-tr { top: -8px !important; right: -8px !important; transition-delay: 0.6s !important; }
.velos-about-page .velos-tech-btn .corner-br { bottom: -8px !important; right: -8px !important; transition-delay: 0.4s !important; }
.velos-about-page .velos-tech-btn .corner-bl { bottom: -8px !important; left: -8px !important; transition-delay: 0.2s !important; }
.velos-about-page .velos-tech-btn:hover .corner-tr { opacity: 1 !important; transition-delay: 0.2s !important; }
.velos-about-page .velos-tech-btn:hover .corner-br { opacity: 1 !important; transition-delay: 0.4s !important; }
.velos-about-page .velos-tech-btn:hover .corner-bl { opacity: 1 !important; transition-delay: 0.6s !important; }
.velos-about-page .velos-tech-btn:hover .corner-tl { opacity: 1 !important; transition-delay: 0.8s !important; }

/* TRUST + NOTE */
.velos-about-page .cta-trust { display: flex !important; justify-content: center !important; gap: 32px !important; flex-wrap: wrap !important; margin-bottom: 32px !important; }
.velos-about-page .trust-item { display: flex !important; align-items: center !important; gap: 8px !important; font-size: 15px !important; color: var(--text-readable) !important; }
.velos-about-page .trust-item svg { width: 16px !important; height: 16px !important; color: var(--velos-amber) !important; flex-shrink: 0 !important; }
.velos-about-page .cta-note { font-size: 15px !important; color: var(--text-readable-light) !important; font-style: italic !important; }

/* Origin-story visuals: gelijke maat */
.velos-about-page .origin-story .visual-card { aspect-ratio: 4/3 !important; overflow: hidden !important; padding: 0 !important; }
.velos-about-page .origin-story .missing-piece-card { padding: 40px !important; }


/* ════════════════════════════════════════════════════════════════
   7. SCROLL-REVEAL (fade-elements voor de oude secties)
   ════════════════════════════════════════════════════════════════ */
.velos-about-page .fade-element { opacity: 0 !important; transform: translateY(30px) !important; transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important; }
.velos-about-page .fade-element.visible { opacity: 1 !important; transform: translateY(0) !important; }
.velos-about-page .name-intro.fade-element { transform: scale(0.88) translateY(20px) !important; filter: blur(4px) !important; transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.7s cubic-bezier(0.4, 0, 0.2, 1) !important; }
.velos-about-page .name-intro.fade-element.visible { transform: scale(1) translateY(0) !important; filter: blur(0) !important; }
.velos-about-page .philosophy-quote.fade-element { transform: scale(0.95) translateY(15px) !important; transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) !important; }
.velos-about-page .philosophy-quote.fade-element.visible { transform: scale(1) translateY(0) !important; }
.velos-about-page .logo-showcase.fade-element { transform: translateY(40px) !important; transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) !important; }
.velos-about-page .logo-showcase.fade-element.visible { transform: translateY(0) !important; }
.velos-about-page .manifesto-statement.fade-element { transform: scale(0.95) translateY(20px) !important; transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) !important; }
.velos-about-page .manifesto-statement.fade-element.visible { transform: scale(1) translateY(0) !important; }
.velos-about-page .cta-content.fade-element { transform: translateY(30px) !important; transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) !important; }
.velos-about-page .cta-content.fade-element.visible { transform: translateY(0) !important; }
.velos-about-page .cta-trust .trust-item.fade-element { transform: translateY(10px) scale(0.92) !important; transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important; }
.velos-about-page .cta-trust .trust-item.fade-element.visible { transform: translateY(0) scale(1) !important; }
@media (prefers-reduced-motion: reduce) {
  .velos-about-page .story-chapter,
  .velos-about-page .philosophy-item,
  .velos-about-page .meaning-card,
  .velos-about-page .manifesto-column,
  .velos-about-page .fade-element { opacity: 1 !important; transform: none !important; filter: none !important; }
}


/* ════════════════════════════════════════════════════════════════
   8. RESPONSIVE
   ════════════════════════════════════════════════════════════════ */
/* Hero (nieuw) */
@media (max-width: 900px) {
  .velos-about-page .hero-title { font-size: clamp(36px, 9vw, 60px); }
  .velos-about-page .arrow-head { width: 140px; height: 86px; }
  .velos-about-page .ts-amber  { height: 12px; }
  .velos-about-page .ts-maroon { height: 8px; top: calc(50% - 18px); }
  .velos-about-page .ts-slate  { height: 8px; top: calc(50% + 18px); }
}
@media (max-width: 768px) {
  .velos-about-page .arrow-head { width: 110px; height: 66px; }
  .velos-about-page .ts-amber  { height: 10px; }
  .velos-about-page .ts-maroon { height: 6px; top: calc(50% - 16px); }
  .velos-about-page .ts-slate  { height: 6px; top: calc(50% + 16px); }
  .velos-about-page .hero-tagline { font-size: 17px; }
  .velos-about-page .hero-scroll { margin-top: 8px; }
}
@media (max-width: 480px) {
  .velos-about-page .hero-title { font-size: 36px; }
  .velos-about-page .hero-badge { font-size: 11px; padding: 7px 14px; }
}

/* Secties (oud) */
@media (max-width: 1024px) {
  .velos-about-page .section-title { font-size: 48px !important; }
  .velos-about-page .philosophy-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .velos-about-page .manifesto-comparison { grid-template-columns: 1fr !important; gap: 24px !important; }
  .velos-about-page .manifesto-divider { transform: rotate(90deg) !important; }
  .velos-about-page .logo-showcase { grid-template-columns: 1fr !important; gap: 40px !important; }
  .velos-about-page .greek-word, .velos-about-page .dutch-word { font-size: 56px !important; }
  .velos-about-page .translation-equals { font-size: 36px !important; }
  .velos-about-page .manifesto-velos-logo { height: 48px !important; margin: -10px auto -10px !important; }
  .velos-about-page .rebirth-logo-img { max-height: 80px !important; }
  .velos-about-page .rebirth-to-slot .rebirth-logo-img { max-height: 96px !important; }
}
@media (max-width: 900px) {
  .velos-about-page .about-section { padding-left: 24px !important; padding-right: 24px !important; }
  .velos-about-page .chapter-content, .velos-about-page .chapter-content.reverse { grid-template-columns: 1fr !important; gap: 32px !important; }
  .velos-about-page .chapter-content.reverse .chapter-visual { order: -1 !important; }
  .velos-about-page .manifesto-column { padding: 24px !important; }
  .velos-about-page .cta-trust { flex-direction: column !important; gap: 16px !important; align-items: center !important; }
  .velos-about-page .cta-buttons { flex-direction: column !important; align-items: center !important; }
}
@media (max-width: 768px) {
  .velos-about-page .name-intro { flex-direction: column !important; gap: 16px !important; }
  .velos-about-page .greek-word, .velos-about-page .dutch-word { font-size: 48px !important; }
  .velos-about-page .rebirth-moment { flex-direction: column !important; gap: 20px !important; }
  .velos-about-page .rebirth-arrow { transform: rotate(90deg) !important; }
  .velos-about-page .pronunciation-text { font-size: 18px !important; }
  .velos-about-page .pronunciation-text strong { font-size: 22px !important; }
  .velos-about-page .manifesto-velos-logo { height: 40px !important; margin: -8px auto -8px !important; }
  .velos-about-page .rebirth-logo-img { max-height: 60px !important; }
  .velos-about-page .rebirth-to-slot .rebirth-logo-img { max-height: 72px !important; }
  .velos-about-page .missing-piece-visual { width: 120px !important; height: 90px !important; }
  .velos-about-page .missing-clapper { width: 110px !important; height: 85px !important; }
}
@media (max-width: 600px) {
  .velos-about-page .section-title { font-size: 40px !important; }
  .velos-about-page .greek-word, .velos-about-page .dutch-word { font-size: 36px !important; }
  .velos-about-page .philosophy-quote blockquote { font-size: 20px !important; padding: 0 20px !important; }
  .velos-about-page .cta-button { width: 100% !important; justify-content: center !important; }
  .velos-about-page .velos-tech-btn { width: 100% !important; justify-content: center !important; }
  .velos-about-page .manifesto-velos-logo { height: 32px !important; margin: -6px auto -6px !important; }
  .velos-about-page .rebirth-logo-img { max-height: 48px !important; }
  .velos-about-page .rebirth-to-slot .rebirth-logo-img { max-height: 56px !important; }
}


/* ════════════════════════════════════════════════════════════════
   9. ELEMENTOR TYPOGRAPHY LOCK + TRANSPARENCY BULLETPROOF
   ════════════════════════════════════════════════════════════════ */
.velos-about-page .hero-title,
.velos-about-page .section-title,
.velos-about-page .chapter-lead,
.velos-about-page .cta-title,
.velos-about-page .greek-word,
.velos-about-page .dutch-word,
.velos-about-page .translation-equals,
.velos-about-page .column-title,
.velos-about-page .philosophy-item h3,
.velos-about-page .meaning-content h4 {
  text-transform: none !important;
  font-family: var(--vo-font-display) !important;
}
.velos-about-page .hero-tagline,
.velos-about-page .chapter-conclusion,
.velos-about-page .pronunciation-origin,
.velos-about-page .philosophy-quote blockquote,
.velos-about-page .logo-story p,
.velos-about-page .manifesto-statement p,
.velos-about-page .cta-subtitle {
  font-family: var(--vo-font-serif) !important;
}

/* Section-tag solide backdrop zodat de grid-lijnen achter de pill stoppen */
.velos-about-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;
}

/* BULLETPROOF ELEMENTOR TRANSPARENCY */
.elementor-section:has(.velos-about-page),
.elementor-section:has(.velos-about-page) > .elementor-container,
.elementor-section:has(.velos-about-page) > .elementor-container > .elementor-row,
.elementor-section:has(.velos-about-page) .elementor-column,
.elementor-section:has(.velos-about-page) .elementor-column > .elementor-column-wrap,
.elementor-section:has(.velos-about-page) .elementor-column .elementor-widget-wrap,
.elementor-section:has(.velos-about-page) .elementor-widget,
.elementor-section:has(.velos-about-page) .elementor-widget-html,
.elementor-section:has(.velos-about-page) .elementor-widget-html > .elementor-widget-container,
.elementor-element:has(> .velos-about-page),
.elementor-element:has(.velos-about-page) {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}
.elementor-section:has(.velos-about-page) {
  padding: 0 !important;
  margin: 0 !important;
}
.elementor-section:has(.velos-about-page) > .elementor-container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}


/* R2-§9 — subtiele ambient achtergrond-gradient (themekleur), fixed achter content,
   top-anchored zodat lichte clusters lager schoon blijven. Niet overheersend. */
.velos-about-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;
}

/* ============================================================
   FASE B: mobiel (<=767px) koppen + korte tekst gecentreerd; lange
   paragrafen/lijsten/formulier blijven links (leesbaarheid).
   Tablet/desktop ongemoeid.
   ============================================================ */
@media (max-width: 767px) {
  .velos-about-page .section-header { text-align: center !important; align-items: center !important; }
  .velos-about-page .section-title,
  .velos-about-page .section-subtitle,
  .velos-about-page .section-tag,
  .velos-about-page .section-eyebrow { text-align: center !important; }
  .velos-about-page .section-tag { margin-left: auto !important; margin-right: auto !important; }
  .velos-about-page .hero-title,
  .velos-about-page .hero-subtitle,
  .velos-about-page .hero-sub,
  .velos-about-page .hero-lead { text-align: center !important; }
  .velos-about-page .final-cta,
  .velos-about-page .cta-title { text-align: center !important; }
}/* End custom CSS */