/* Font Family */
body {
	font-family: "Poppins", "Arial", sans-serif !important;
}
/* General */
:root {
	--border-radius: 4px;
	--border-radius2x: 10px;
	--default: #777;
}
/* Skin Colors */
:root {
	/* Primary Color - #CBAAE6 (203, 170, 230) */
	--primary: #cbaae6;
	--primary-100: #b890d4;
	--primary-200: #a87bc8;
	--primary-300: #9664bb;
	--primary--100: #d4b9ee;
	--primary--200: #d9c5f2;
	--primary--300: #e0d2f7;
	--primary-rgba-0: rgba(203, 170, 230, 0);
	--primary-rgba-10: rgba(203, 170, 230, 0.1);
	--primary-rgba-20: rgba(203, 170, 230, 0.2);
	--primary-rgba-30: rgba(203, 170, 230, 0.3);
	--primary-rgba-40: rgba(203, 170, 230, 0.4);
	--primary-rgba-50: rgba(203, 170, 230, 0.5);
	--primary-rgba-60: rgba(203, 170, 230, 0.6);
	--primary-rgba-70: rgba(203, 170, 230, 0.7);
	--primary-rgba-80: rgba(203, 170, 230, 0.8);
	--primary-rgba-90: rgba(203, 170, 230, 0.9);

	/* Secondary (same as primary for consistency) */
	--secondary: #cbaae6;
	--secondary-100: #b890d4;
	--secondary-200: #a87bc8;
	--secondary-300: #9664bb;
	--secondary--100: #d4b9ee;
	--secondary--200: #d9c5f2;
	--secondary--300: #e0d2f7;
	--secondary-rgba-0: rgba(203, 170, 230, 0);
	--secondary-rgba-10: rgba(203, 170, 230, 0.1);
	--secondary-rgba-20: rgba(203, 170, 230, 0.2);
	--secondary-rgba-30: rgba(203, 170, 230, 0.3);
	--secondary-rgba-40: rgba(203, 170, 230, 0.4);
	--secondary-rgba-50: rgba(203, 170, 230, 0.5);
	--secondary-rgba-60: rgba(203, 170, 230, 0.6);
	--secondary-rgba-70: rgba(203, 170, 230, 0.7);
	--secondary-rgba-80: rgba(203, 170, 230, 0.8);
	--secondary-rgba-90: rgba(203, 170, 230, 0.9);

	/* Tertiary (Gray) */
	--tertiary: #3b3b3b;
	--tertiary-100: #2e2e2e;
	--tertiary-200: #282828;
	--tertiary-300: #222222;
	--tertiary--100: #484848;
	--tertiary--200: #4e4e4e;
	--tertiary--300: #555555;
	--tertiary-rgba-0: rgba(59, 59, 59, 0);
	--tertiary-rgba-10: rgba(59, 59, 59, 0.1);
	--tertiary-rgba-20: rgba(59, 59, 59, 0.2);
	--tertiary-rgba-30: rgba(59, 59, 59, 0.3);
	--tertiary-rgba-40: rgba(59, 59, 59, 0.4);
	--tertiary-rgba-50: rgba(59, 59, 59, 0.5);
	--tertiary-rgba-60: rgba(59, 59, 59, 0.6);
	--tertiary-rgba-70: rgba(59, 59, 59, 0.7);
	--tertiary-rgba-80: rgba(59, 59, 59, 0.8);
	--tertiary-rgba-90: rgba(59, 59, 59, 0.9);

	/* Quaternary (Dark Blue-Gray) */
	--quaternary: #383f48;
	--quaternary-100: #2d323a;
	--quaternary-200: #272c32;
	--quaternary-300: #22262b;
	--quaternary--100: #434c56;
	--quaternary--200: #49525e;
	--quaternary--300: #4e5865;
	--quaternary-rgba-0: rgba(56, 63, 72, 0);
	--quaternary-rgba-10: rgba(56, 63, 72, 0.1);
	--quaternary-rgba-20: rgba(56, 63, 72, 0.2);
	--quaternary-rgba-30: rgba(56, 63, 72, 0.3);
	--quaternary-rgba-40: rgba(56, 63, 72, 0.4);
	--quaternary-rgba-50: rgba(56, 63, 72, 0.5);
	--quaternary-rgba-60: rgba(56, 63, 72, 0.6);
	--quaternary-rgba-70: rgba(56, 63, 72, 0.7);
	--quaternary-rgba-80: rgba(56, 63, 72, 0.8);
	--quaternary-rgba-90: rgba(56, 63, 72, 0.9);

	/* Dark */
	--dark: #111;
	--dark-100: #040404;
	--dark-200: #000000;
	--dark-300: #000000;
	--dark--100: #1e1e1e;
	--dark--200: #242424;
	--dark--300: #2b2b2b;
	--dark-rgba-0: rgba(17, 17, 17, 0);
	--dark-rgba-10: rgba(17, 17, 17, 0.1);
	--dark-rgba-20: rgba(17, 17, 17, 0.2);
	--dark-rgba-30: rgba(17, 17, 17, 0.3);
	--dark-rgba-40: rgba(17, 17, 17, 0.4);
	--dark-rgba-50: rgba(17, 17, 17, 0.5);
	--dark-rgba-60: rgba(17, 17, 17, 0.6);
	--dark-rgba-70: rgba(17, 17, 17, 0.7);
	--dark-rgba-80: rgba(17, 17, 17, 0.8);
	--dark-rgba-90: rgba(17, 17, 17, 0.9);

	/* Light */
	--light: #fff;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #777;
	--secondary-inverse: #777;
	--tertiary-inverse: #FFF;
	--quaternary-inverse: #FFF;
	--dark-inverse: #FFF;
	--light-inverse: #777;
}
/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}

/* === VARI SOFT DESIGN SYSTEEM 2026 === */
:root {
  --vs-primary-bg: #f3ecff;
  --vs-primary-border: #e2d0f8;
  --vs-primary-dark: #9664bb;
  --vs-text: #111111;
  --vs-text-muted: #666666;
  --vs-text-faint: #aaaaaa;
  --vs-border: #ebebeb;
  --vs-bg: #fafafa;
  --vs-bg-card: #ffffff;
  --vs-radius-sm: 8px;
  --vs-radius-md: 12px;
  --vs-radius-lg: 16px;
  --vs-radius-xl: 24px;
  --vs-shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --vs-shadow-md: 0 4px 24px rgba(0,0,0,0.08);
  --vs-shadow-lg: 0 8px 40px rgba(0,0,0,0.1);
  --vs-shadow-purple: 0 4px 30px rgba(203,170,230,0.35);
}

/* Base overrides */
html { overflow-x: hidden; }
body { background: var(--vs-bg) !important; color: var(--vs-text) !important; overflow-x: hidden; }
.main { background: var(--vs-bg); }

/* Cases carousel — prevent horizontal bleed */
.carousel-half-full-width-wrapper { overflow: hidden; }
.bg-tertiary.px-3.px-xl-0 { overflow: hidden; }

/* Section overrides — donkere thema-secties → licht */
#intro { background: #fff; }
#intro h2 { color: var(--vs-text) !important; }
#intro p { color: var(--vs-text-muted) !important; }
.bg-tertiary.px-3.px-xl-0 { background: var(--vs-bg) !important; }
.bg-tertiary.px-3.px-xl-0 h2,
.bg-tertiary.px-3.px-xl-0 p { color: var(--vs-text) !important; }
.bg-tertiary.px-3.px-xl-0 .text-light { color: var(--vs-text) !important; }
.bg-tertiary.px-3.px-xl-0 .opacity-7 { opacity: 1 !important; }
.container-fluid.bg-tertiary { background: #1e1e1e !important; }
.accordion-modern-status .card { border-color: var(--vs-border) !important; }
.plan { border-color: var(--vs-border) !important; background: #fff; }
.plan-header { background: #f8f8f8 !important; color: var(--vs-text) !important; }
.bg-tertiary.px-3.px-xl-0.py-5 { background: #f0e8fa !important; border-top: 1px solid var(--vs-primary-border); border-bottom: 1px solid var(--vs-primary-border); }
.bg-tertiary.px-3.px-xl-0.py-5 p { color: var(--vs-text) !important; }

/* === NAV === */
.vs-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  background: rgba(250,250,250,0.95);
  border-bottom: 1px solid var(--vs-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.vs-nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.vs-nav-logo-mark {
  width: 30px; height: 30px;
  background: linear-gradient(135deg, #cbaae6, #9664bb);
  border-radius: var(--vs-radius-sm);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vs-nav-brand { font-weight: 700; font-size: 16px; color: var(--vs-text); letter-spacing: -0.3px; }
.vs-nav-links { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; }
.vs-nav-links a { color: var(--vs-text-muted); font-size: 14px; text-decoration: none; font-weight: 500; transition: color 0.2s; }
.vs-nav-links a:hover, .vs-nav-links a.vs-active { color: var(--vs-text); }
.vs-nav-cta {
  background: var(--vs-text); color: #fff;
  padding: 9px 20px; border-radius: var(--vs-radius-sm);
  font-size: 13px; font-weight: 600; border: none; cursor: pointer;
  text-decoration: none; transition: background 0.2s; display: inline-block;
}
.vs-nav-cta:hover { background: #333; color: #fff; }

/* === HERO === */
.vs-hero {
  background-image: url('/images/banner.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  border-bottom: 1px solid var(--vs-border);
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}
.vs-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8,0,18,0.72) 0%, rgba(20,8,40,0.65) 100%);
  pointer-events: none;
  z-index: 0;
}
.vs-hero::after {
  content: '';
  position: absolute;
  width: 600px; height: 500px;
  background: radial-gradient(ellipse, rgba(150,80,200,0.25) 0%, transparent 65%);
  top: -80px; left: -80px;
  pointer-events: none;
  z-index: 0;
}
.vs-hero .container { position: relative; z-index: 1; }
.vs-hero .vs-hero-title { color: #fff !important; }
.vs-hero .vs-hero-title .vs-dim { color: rgba(255,255,255,0.45) !important; }
.vs-hero .vs-hero-sub { color: rgba(255,255,255,0.78) !important; }
.vs-hero .vs-hero-trust { color: rgba(255,255,255,0.65) !important; }
.vs-hero .vs-hero-badge {
  background: rgba(203,170,230,0.15) !important;
  border-color: rgba(203,170,230,0.4) !important;
  color: #e2d0f8 !important;
}
.vs-hero .vs-stat-num { color: #fff !important; }
.vs-hero .vs-stat-num span { color: var(--primary) !important; }
.vs-hero .vs-stat-lbl { color: rgba(255,255,255,0.5) !important; }
.vs-hero .vs-hero-stats { border-top-color: rgba(255,255,255,0.15) !important; }
.vs-hero .vs-btn-ghost { color: rgba(255,255,255,0.75) !important; }
.vs-hero .vs-btn-ghost:hover { color: #fff !important; }
.vs-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--vs-primary-bg); border: 1px solid var(--vs-primary-border);
  border-radius: 50px; padding: 6px 14px;
  font-size: 12px; color: var(--vs-primary-dark); letter-spacing: 0.5px; font-weight: 600;
  margin-bottom: 28px;
}
.vs-hero-badge-dot {
  width: 6px; height: 6px; background: var(--primary);
  border-radius: 50%; box-shadow: 0 0 0 3px rgba(203,170,230,0.25); flex-shrink: 0;
}
.vs-hero-title {
  font-size: clamp(40px, 5vw, 64px); font-weight: 800;
  line-height: 1.08; letter-spacing: -2px; color: var(--vs-text); margin-bottom: 20px;
}
.vs-hero-title .vs-gradient {
  background: linear-gradient(135deg, #cbaae6, #9664bb);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.vs-hero-title .vs-dim { color: var(--vs-text-faint); }
.vs-hero-sub { font-size: 16px; color: var(--vs-text-muted); line-height: 1.75; max-width: 460px; margin-bottom: 36px; }
.vs-hero-actions { display: flex; align-items: center; gap: 16px; margin-bottom: 48px; flex-wrap: wrap; }
.vs-btn-main {
  background: var(--vs-text); color: #fff; padding: 13px 26px;
  border-radius: var(--vs-radius-sm); font-size: 14px; font-weight: 600;
  border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none; transition: all 0.2s;
}
.vs-btn-main:hover { background: #333; color: #fff; transform: translateY(-1px); }
.vs-btn-ghost {
  color: var(--vs-text-muted); font-size: 14px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 6px;
  text-decoration: none; transition: color 0.2s;
}
.vs-btn-ghost:hover { color: var(--vs-text); }
.vs-hero-trust { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--vs-text-muted); }
.vs-avatars { display: flex; }
.vs-avatar {
  width: 28px; height: 28px; border-radius: 50%; border: 2px solid #fafafa;
  margin-right: -8px; background: linear-gradient(135deg, #cbaae6, #9664bb);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; color: #fff; font-weight: 700; flex-shrink: 0;
}
.vs-avatars .vs-avatar:last-child { margin-right: 0; }
.vs-hero-card {
  background: #fff; border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius-lg); padding: 28px; box-shadow: var(--vs-shadow-md); margin-bottom: 16px;
}
.vs-hero-card-label { font-size: 11px; color: var(--primary); font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; }
.vs-hero-card-icon {
  width: 42px; height: 42px; background: var(--vs-primary-bg);
  border-radius: var(--vs-radius-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.vs-hero-card-icon svg { width: 22px; height: 22px; }
.vs-hero-card-title { font-size: 17px; font-weight: 700; color: var(--vs-text); margin-bottom: 8px; }
.vs-hero-card-desc { font-size: 13px; color: var(--vs-text-muted); line-height: 1.6; margin-bottom: 16px; }
.vs-tag {
  display: inline-block; font-size: 11px; font-weight: 600;
  color: var(--vs-primary-dark); background: var(--vs-primary-bg);
  border-radius: 50px; padding: 4px 12px; margin-right: 4px;
}
.vs-stat-badge {
  background: linear-gradient(135deg, var(--vs-primary-bg), #fff);
  border: 1px solid var(--vs-primary-border); border-radius: var(--vs-radius-md); padding: 20px 24px; display: inline-block;
}
.vs-stat-badge-num { font-size: 32px; font-weight: 800; color: var(--vs-text); letter-spacing: -1px; line-height: 1; }
.vs-stat-badge-num span { color: var(--primary); }
.vs-stat-badge-label { font-size: 12px; color: var(--vs-text-muted); margin-top: 4px; }
.vs-hero-stats { display: flex; gap: 40px; padding-top: 40px; border-top: 1px solid var(--vs-border); flex-wrap: wrap; }
.vs-stat-num { font-size: 26px; font-weight: 800; color: var(--vs-text); letter-spacing: -1px; line-height: 1; }
.vs-stat-num span { color: var(--primary); }
.vs-stat-lbl { font-size: 11px; color: var(--vs-text-muted); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }

/* === MARQUEE === */
.vs-marquee { background: #111; padding: 14px 0; overflow: hidden; }
.vs-marquee-inner { display: flex; animation: vs-scroll 28s linear infinite; white-space: nowrap; width: max-content; }
@keyframes vs-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.vs-marquee-item {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.45);
  text-transform: uppercase; letter-spacing: 2.5px; padding: 0 28px; flex-shrink: 0;
}
.vs-marquee-dot { color: var(--primary); font-size: 14px; }

/* === SERVICES === */
.vs-services { padding: 90px 0; }
.vs-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; color: var(--primary); text-transform: uppercase;
  letter-spacing: 2px; font-weight: 700; margin-bottom: 14px;
}
.vs-eyebrow::before { content: ''; width: 18px; height: 2px; background: var(--primary); border-radius: 2px; display: block; }
.vs-section-title {
  font-size: clamp(28px, 3.5vw, 42px); font-weight: 800;
  color: var(--vs-text); letter-spacing: -1.5px; line-height: 1.1; margin-bottom: 48px;
}
.vs-section-title em { color: var(--vs-text-faint); font-style: normal; }
.vs-grid-6 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 991px) { .vs-grid-6 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 575px) { .vs-grid-6 { grid-template-columns: 1fr; } }
.vs-svc-card {
  background: var(--vs-bg-card); border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius-lg); padding: 32px; transition: all 0.25s;
}
.vs-svc-card:hover { border-color: var(--primary); box-shadow: 0 8px 32px rgba(203,170,230,0.18); transform: translateY(-3px); }
.vs-svc-icon {
  width: 48px; height: 48px; background: var(--vs-primary-bg);
  border-radius: var(--vs-radius-md); display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.vs-svc-icon svg { width: 24px; height: 24px; }
.vs-svc-name { font-size: 16px; font-weight: 700; color: var(--vs-text); margin-bottom: 8px; }
.vs-svc-desc { font-size: 13px; color: var(--vs-text-muted); line-height: 1.65; }

/* === PAGE HEADERS === */
.vs-page-header { background: #fff; border-bottom: 1px solid var(--vs-border); padding: 56px 0 48px; }
.vs-page-header h1 { font-size: clamp(32px, 4vw, 52px); font-weight: 800; color: var(--vs-text); letter-spacing: -1.5px; line-height: 1.1; margin-bottom: 12px; }
.vs-page-header .vs-lead { font-size: 16px; color: var(--vs-text-muted); line-height: 1.6; margin-bottom: 0; }

/* === CTA BLOCK === */
.vs-cta-block {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a1f35 100%);
  border-radius: var(--vs-radius-xl); padding: 64px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  position: relative; overflow: hidden; margin: 0 0 60px;
}
.vs-cta-block::before {
  content: ''; position: absolute; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(203,170,230,0.15) 0%, transparent 70%);
  top: -100px; left: -100px; pointer-events: none;
}
.vs-cta-label { font-size: 11px; color: rgba(203,170,230,0.7); text-transform: uppercase; letter-spacing: 2px; font-weight: 700; margin-bottom: 10px; }
.vs-cta-title { font-size: clamp(24px, 3vw, 36px); font-weight: 800; color: #fff; letter-spacing: -1px; line-height: 1.15; margin-bottom: 10px; }
.vs-cta-sub { font-size: 15px; color: rgba(255,255,255,0.45); line-height: 1.6; }
.vs-btn-purple {
  background: linear-gradient(135deg, #cbaae6, #b890d4); color: #111;
  font-weight: 700; font-size: 14px; padding: 15px 30px;
  border-radius: var(--vs-radius-sm); border: none; cursor: pointer;
  white-space: nowrap; flex-shrink: 0; box-shadow: var(--vs-shadow-purple);
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none; transition: all 0.25s; position: relative; z-index: 1;
}
.vs-btn-purple:hover { transform: translateY(-2px); box-shadow: 0 8px 40px rgba(203,170,230,0.5); color: #111; }

/* === FOOTER === */
.vs-footer { background: var(--vs-text); color: rgba(255,255,255,0.6); }
.vs-footer-top { padding: 56px 0 40px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.vs-footer-brand { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.vs-footer-desc { font-size: 13px; line-height: 1.7; max-width: 340px; color: rgba(255,255,255,0.45); }
.vs-footer-links { list-style: none; padding: 0; margin: 0; }
.vs-footer-links li { margin-bottom: 10px; }
.vs-footer-links a { color: rgba(255,255,255,0.45); font-size: 13px; text-decoration: none; transition: color 0.2s; }
.vs-footer-links a:hover { color: #fff; }
.vs-footer-col-title { font-size: 11px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; }
.vs-footer-bottom {
  padding: 20px 0; display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 12px; color: rgba(255,255,255,0.3);
}
.vs-footer-bottom a { color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.2s; }
.vs-footer-bottom a:hover { color: rgba(255,255,255,0.7); }
.vs-footer-legal { display: flex; gap: 16px; flex-wrap: wrap; }

@media (max-width: 767px) {
  .vs-cta-block { flex-direction: column; padding: 40px; }
  .vs-nav-links { display: none; }
  .vs-hero-stats { gap: 20px; }
}

/* Typewriter cursor */
.typewriter-cursor {
    display: inline-block;
    animation: blink 0.7s step-end infinite;
    color: var(--primary);
    font-weight: 300;
}
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

/* CTA button hover */
.btn-effect-2 {
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.btn-effect-2:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3) !important;
}

/* Cases carousel uniform image height */
.carousel-half-full-width-right .img-fluid {
    height: 240px !important;
    object-fit: cover;
    object-position: top;
}

/* === BLOG COMPONENTEN === */

/* Reading progress bar */
.vs-reading-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  background: linear-gradient(90deg, #cbaae6, #9664bb);
  z-index: 9999;
  width: 0%;
  transition: width 0.1s linear;
}

/* Blog listing — featured card */
.vs-blog-featured {
  background: #fff;
  border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 320px;
  margin-bottom: 32px;
  transition: all 0.25s;
}
.vs-blog-featured:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 40px rgba(203,170,230,0.18);
  transform: translateY(-3px);
}
.vs-blog-featured-visual {
  background: linear-gradient(135deg, #f3ecff 0%, #e8d5f5 60%, #d4b9ee 100%);
  display: flex; align-items: center; justify-content: center;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.vs-blog-featured-visual::after {
  content: '';
  position: absolute;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(203,170,230,0.4) 0%, transparent 70%);
  bottom: -40px; right: -40px;
}
.vs-blog-featured-body {
  padding: 44px 48px;
  display: flex; flex-direction: column; justify-content: center;
}
.vs-blog-featured-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; color: var(--vs-primary-dark);
  text-transform: uppercase; letter-spacing: 2px;
  background: var(--vs-primary-bg); border-radius: 50px;
  padding: 5px 12px; margin-bottom: 16px; width: fit-content;
}
.vs-blog-featured-title {
  font-size: 26px; font-weight: 800; color: var(--vs-text);
  letter-spacing: -0.5px; line-height: 1.25; margin-bottom: 14px;
}
.vs-blog-featured-excerpt {
  font-size: 14px; color: var(--vs-text-muted); line-height: 1.7; margin-bottom: 24px;
}
.vs-blog-featured-meta {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  font-size: 12px; color: var(--vs-text-muted); margin-bottom: 24px;
}
.vs-blog-meta-dot { color: var(--vs-border); }

/* Blog grid cards */
.vs-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
@media (max-width: 991px) { .vs-blog-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 575px) {
  .vs-blog-grid { grid-template-columns: 1fr; }
  .vs-blog-featured { grid-template-columns: 1fr; }
  .vs-blog-featured-visual { min-height: 160px; }
}
.vs-blog-card {
  background: #fff; border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius-lg); padding: 28px;
  display: flex; flex-direction: column; transition: all 0.25s;
}
.vs-blog-card:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 28px rgba(203,170,230,0.15);
  transform: translateY(-3px);
}
.vs-blog-card-meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 11px; color: var(--vs-text-muted); margin-bottom: 14px; flex-wrap: wrap;
}
.vs-blog-card-date { font-weight: 600; color: var(--primary); }
.vs-blog-card-title {
  font-size: 17px; font-weight: 700; color: var(--vs-text);
  letter-spacing: -0.3px; line-height: 1.35; margin-bottom: 10px;
}
.vs-blog-card-excerpt {
  font-size: 13px; color: var(--vs-text-muted); line-height: 1.7;
  flex: 1; margin-bottom: 20px;
}
.vs-blog-card-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: var(--vs-primary-dark);
  text-decoration: none; transition: gap 0.2s;
}
.vs-blog-card-link:hover { gap: 10px; color: var(--vs-primary-dark); }

/* Tags */
.vs-tag-list { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; }
.vs-tag-sm {
  font-size: 11px; font-weight: 600; color: var(--vs-primary-dark);
  background: var(--vs-primary-bg); border-radius: 50px;
  padding: 3px 10px;
}

/* Blog post — reading progress */
/* (see .vs-reading-progress above) */

/* Blog post — TOC */
.vs-toc {
  background: #fff; border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius-md); padding: 24px;
}
.vs-toc-title {
  font-size: 11px; font-weight: 700; color: var(--vs-text);
  text-transform: uppercase; letter-spacing: 2px; margin-bottom: 14px;
}
.vs-toc-list { list-style: none; padding: 0; margin: 0; }
.vs-toc-item { margin-bottom: 6px; }
.vs-toc-link {
  font-size: 13px; color: var(--vs-text-muted); text-decoration: none;
  display: block; padding: 4px 0; border-left: 2px solid transparent;
  padding-left: 10px; transition: all 0.15s; line-height: 1.4;
}
.vs-toc-link:hover { color: var(--vs-primary-dark); border-left-color: var(--primary); }
.vs-toc-link.vs-toc-active { color: var(--vs-primary-dark); border-left-color: var(--primary); font-weight: 600; }
.vs-toc-h3 { padding-left: 22px !important; font-size: 12px !important; }

/* Blog post — author card */
.vs-author-card {
  background: var(--vs-primary-bg);
  border: 1px solid var(--vs-primary-border);
  border-radius: var(--vs-radius-lg); padding: 28px 32px;
  display: flex; align-items: flex-start; gap: 20px; margin-top: 48px;
}
.vs-author-avatar {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, #cbaae6, #9664bb);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 800; color: #fff; flex-shrink: 0;
}
.vs-author-name { font-size: 15px; font-weight: 700; color: var(--vs-text); margin-bottom: 4px; }
.vs-author-role { font-size: 12px; color: var(--vs-primary-dark); font-weight: 600; margin-bottom: 8px; }
.vs-author-bio { font-size: 13px; color: var(--vs-text-muted); line-height: 1.65; }

/* Blog post — related posts */
.vs-related-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
@media (max-width: 575px) { .vs-related-grid { grid-template-columns: 1fr; } }
.vs-related-card {
  background: #fff; border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius-md); padding: 20px; text-decoration: none;
  transition: all 0.2s; display: block;
}
.vs-related-card:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 20px rgba(203,170,230,0.15);
  transform: translateY(-2px);
}
.vs-related-date { font-size: 11px; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.vs-related-title { font-size: 14px; font-weight: 700; color: var(--vs-text); line-height: 1.35; }

/* Share buttons */
.vs-share-bar {
  display: flex; align-items: center; gap: 10px;
  padding: 20px 0; border-top: 1px solid var(--vs-border);
  border-bottom: 1px solid var(--vs-border); margin: 32px 0;
}
.vs-share-label { font-size: 12px; font-weight: 700; color: var(--vs-text); text-transform: uppercase; letter-spacing: 1.5px; margin-right: 4px; }
.vs-share-btn {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600; padding: 7px 14px;
  border-radius: 6px; border: 1px solid var(--vs-border);
  text-decoration: none; color: var(--vs-text); transition: all 0.2s;
}
.vs-share-btn:hover { border-color: var(--primary); color: var(--vs-primary-dark); background: var(--vs-primary-bg); }

/* === MOBILE RESPONSIVE === */

/* Hamburger button */
.vs-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px; height: 36px;
  background: none; border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius-sm);
  cursor: pointer; padding: 6px;
}
.vs-hamburger span {
  display: block; width: 100%; height: 2px;
  background: var(--vs-text); border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.vs-ham-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.vs-ham-open span:nth-child(2) { opacity: 0; }
.vs-ham-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 767px) {
  /* Nav */
  .vs-nav { padding: 12px 20px; }
  .vs-nav-logo img { height: 42px; }
  .vs-nav-cta-desktop { display: none; }
  .vs-hamburger { display: flex; }

  .vs-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: rgba(250,250,250,0.98);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--vs-border);
    flex-direction: column;
    padding: 12px 20px 20px;
    gap: 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    z-index: 999;
  }
  .vs-nav-links.vs-nav-open { display: flex; }
  .vs-nav-links li { border-bottom: 1px solid var(--vs-border); }
  .vs-nav-links li:last-child { border-bottom: none; }
  .vs-nav-links a {
    display: block;
    padding: 12px 4px;
    font-size: 15px;
    color: var(--vs-text) !important;
  }
  .vs-nav-links a::after { display: none; }

  /* Hero */
  .vs-hero { padding: 48px 0 40px; }
  .vs-hero-title { font-size: clamp(32px, 8vw, 44px) !important; line-height: 1.3 !important; }
  .vs-hero-sub { font-size: 15px !important; }
  .vs-hero-actions { flex-direction: column; align-items: flex-start; gap: 12px; }
  .vs-hero-actions .vs-btn-main,
  .vs-hero-actions .vs-btn-ghost { width: 100%; justify-content: center; }
  .vs-hero-stats { gap: 16px; }
  .vs-stat-num { font-size: 22px !important; }
  .vs-hero-card { padding: 20px; }

  /* Services grid */
  .vs-grid-6 { grid-template-columns: 1fr 1fr; gap: 12px; }

  /* Section titles */
  .vs-section-title { font-size: 24px !important; }
  .vs-page-header h1 { font-size: 28px !important; }
  .vs-eyebrow { font-size: 10px; }

  /* Booking spotlight */
  .vs-cta-block { padding: 32px 24px; }
  .vs-cta-title { font-size: 22px !important; }

  /* Pricing cards: 1 column on mobile */
  .col-md-6.col-lg-3 { width: 100% !important; }
  .col-lg-4.col-md-6 { width: 100% !important; }

  /* Contact form checkboxes: 1 column */
  .row .form-group div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  /* Blog blok cards */
  .col-md-6.col-lg-4 { margin-bottom: 16px; }

  /* Footer */
  .vs-footer-top { padding: 40px 0 28px; }
  .vs-footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }

  /* CTA block */
  .vs-cta-block { flex-direction: column; padding: 32px 24px; }

  /* Cases page */
  .col-md-6.col-lg-4 { width: 100% !important; }

  /* WhatsApp & back-to-top */
  #backToTop { bottom: 84px; right: 16px; }
  [style*="bottom:28px;right:28px"] { bottom: 20px !important; right: 16px !important; }

  /* Hide right hero column on mobile */
  .vs-hero .col-lg-6:last-child { display: none; }
}

@media (min-width: 576px) and (max-width: 767px) {
  .vs-grid-6 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
  .vs-grid-6 { grid-template-columns: 1fr; }
  .vs-nav { padding: 10px 16px; }
  .vs-hero { padding: 40px 0 32px; }
  .vs-hero-title { font-size: 30px !important; }
}

/* Nav is position:relative needed for dropdown */
.vs-nav { position: sticky; top: 0; z-index: 1000; }
