    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Inter', -apple-system, sans-serif; color: #1A1D23; background: #fff; font-size: 16px; line-height: 1.6; }
    a { color: inherit; text-decoration: none; }
    img { display: block; }
    .ll-wrap { max-width: 1140px; margin: 0 auto; padding: 0 48px; }
    .ll-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; background: rgba(255,255,255,0.97); border-bottom: 1px solid #EAECEF; backdrop-filter: blur(8px); transition: box-shadow .3s; }
    .ll-nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.08); }
    .ll-nav-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1140px; margin: 0 auto; padding: 0 48px; height: 72px; }
    .ll-nav-logo img { height: 40px; }
    .ll-nav-links { display: flex; gap: 36px; align-items: center; }
    .ll-nav-links a { font-size: 15px; font-weight: 500; color: #5A6472; transition: color .2s; }
    .ll-nav-links a:hover { color: #1A1D23; }
    .ll-nav-cta { background: #ED8936; color: #1A1D23 !important; padding: 10px 22px; border-radius: 8px; font-weight: 700; font-size: 14px; letter-spacing: .2px; transition: background .2s; }
    .ll-nav-cta:hover { background: #D4751E; color: #fff !important; }
    .ll-nav-spacer { height: 72px; }
    .ll-rainbow { display: flex; height: 4px; }
    .ll-rainbow span { flex: 1; }
    .ll-hero { background: #1A1D23; padding: 100px 0 96px; position: relative; overflow: hidden; }
    .ll-hero::before { content: ''; position: absolute; top: -200px; right: -100px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(159,122,234,.12) 0%, transparent 70%); pointer-events: none; }
    .ll-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; padding: 7px 16px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.7); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 36px; }
    .ll-hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: #48BB78; flex-shrink: 0; }
    .ll-hero h1 { font-size: clamp(42px, 6vw, 72px); font-weight: 900; line-height: 1.05; letter-spacing: -2px; color: #fff; margin-bottom: 28px; max-width: 780px; }
    .ll-hero h1 span { color: #ED8936; }
    .ll-hero-sub { font-size: 19px; color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 48px; max-width: 560px; }
    .ll-hero-sub strong { color: rgba(255,255,255,.9); }
    .ll-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
    .ll-btn-primary { background: #fff; color: #1A1D23; padding: 16px 32px; border-radius: 10px; font-size: 16px; font-weight: 700; display: inline-block; transition: background .2s, transform .15s; }
    .ll-btn-primary:hover { background: #F0F4F8; transform: translateY(-1px); }
    .ll-btn-ghost { background: transparent; color: #fff; padding: 16px 32px; border-radius: 10px; font-size: 16px; font-weight: 600; display: inline-block; border: 1.5px solid rgba(255,255,255,.25); transition: border-color .2s, background .2s; }
    .ll-btn-ghost:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.05); }
    .ll-hero-stats { display: flex; gap: 48px; margin-top: 64px; padding-top: 48px; border-top: 1px solid rgba(255,255,255,.1); flex-wrap: wrap; }
    .ll-stat-num { font-size: 36px; font-weight: 900; color: #fff; letter-spacing: -1px; }
    .ll-stat-label { font-size: 13px; color: rgba(255,255,255,.5); font-weight: 500; margin-top: 4px; }
    .ll-over { padding: 104px 0; background: #fff; }
    .ll-label { font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #9F7AEA; margin-bottom: 20px; }
    .ll-over h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 900; letter-spacing: -1.2px; color: #1A1D23; line-height: 1.1; margin-bottom: 0; }
    .ll-over-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
    @media (max-width: 860px) { .ll-over-grid, .ll-diensten-grid, .ll-testi-grid, .ll-contact-grid { grid-template-columns: 1fr !important; gap: 40px !important; } .ll-hero h1 { letter-spacing: -1px; } }
    .ll-blockquote { border-left: 4px solid #1A1D23; padding: 4px 0 4px 28px; margin: 36px 0 28px; }
    .ll-blockquote p { font-size: 20px; font-weight: 600; color: #1A1D23; line-height: 1.5; font-style: italic; }
    .ll-over-body { color: #5A6472; line-height: 1.8; font-size: 16px; }
    .ll-over-body p { margin-bottom: 18px; }
    .ll-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; }
    .ll-pill { background: #F7F9FC; border: 1px solid #E2E8F0; border-radius: 20px; padding: 7px 16px; font-size: 13px; font-weight: 600; color: #4A5568; }
    .ll-checklist { list-style: none; display: flex; flex-direction: column; gap: 16px; margin-top: 8px; }
    .ll-checklist li { display: flex; align-items: flex-start; gap: 14px; font-size: 15px; color: #2D3440; line-height: 1.5; }
    .ll-check { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; margin-top: 1px; background: #1A1D23; display: flex; align-items: center; justify-content: center; }
    .ll-check::after { content: '✓'; color: #fff; font-size: 12px; font-weight: 800; }
    .ll-over-aside-label { font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #9AA5B4; margin-bottom: 24px; }
    .ll-diensten { padding: 104px 0; background: #F7F9FC; }
    .ll-diensten-header { margin-bottom: 56px; }
    .ll-diensten h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 900; letter-spacing: -1.2px; color: #1A1D23; line-height: 1.1; margin-bottom: 12px; }
    .ll-diensten-sub { font-size: 17px; color: #718096; max-width: 480px; }
    .ll-diensten-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } .ll-card-wide { grid-column: 1 / -1; max-width: 680px; margin: 0 auto; width: 100%; }
    .ll-card { background: #fff; border-radius: 16px; padding: 36px; border: 1px solid #E2E8F0; border-top: 4px solid transparent; transition: transform .2s, box-shadow .2s; position: relative; }
    .ll-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.08); }
    .ll-card-num { position: absolute; top: 32px; right: 32px; font-size: 48px; font-weight: 900; color: #F0F4F8; line-height: 1; letter-spacing: -2px; }
    .ll-card-icon { font-size: 28px; margin-bottom: 20px; }
    .ll-card h3 { font-size: 20px; font-weight: 800; color: #1A1D23; margin-bottom: 12px; letter-spacing: -.3px; }
    .ll-card p { font-size: 15px; color: #5A6472; line-height: 1.75; }
    .ll-drives { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 20px; }
    .ll-drive { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; color: #fff; }
    .ll-drive.yellow { color: #7B4F00; }
    .ll-testi-section { padding: 104px 0; background: #1A1D23; }
    .ll-testi-section .ll-label { color: rgba(255,255,255,.4); }
    .ll-testi-section h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 900; letter-spacing: -1.2px; color: #fff; line-height: 1.1; margin-bottom: 56px; }
    .ll-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    @media (max-width: 1000px) { .ll-testi-grid { grid-template-columns: 1fr; } }
    .ll-testi { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 32px; }
    .ll-testi-stars { color: #ECC94B; font-size: 14px; letter-spacing: 2px; margin-bottom: 16px; }
    .ll-testi-quote { font-size: 15px; color: rgba(255,255,255,.8); line-height: 1.8; margin-bottom: 24px; font-style: italic; }
    .ll-testi-quote::before { content: '\201C'; font-size: 36px; color: rgba(255,255,255,.2); line-height: 0; vertical-align: -12px; margin-right: 4px; }
    .ll-testi-author { display: flex; align-items: center; gap: 12px; }
    .ll-avatar { width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; color: #fff; }
    .ll-testi-name { font-size: 14px; font-weight: 700; color: #fff; }
    .ll-testi-role { font-size: 12px; color: rgba(255,255,255,.4); margin-top: 2px; }
    .ll-contact { padding: 104px 0; background: #fff; }
    .ll-contact h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 900; letter-spacing: -1.2px; color: #1A1D23; line-height: 1.1; margin-bottom: 56px; }
    .ll-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
    .ll-contact-sub { font-size: 18px; color: #5A6472; line-height: 1.75; margin-bottom: 36px; }
    .ll-cal-btn { display: inline-flex; align-items: center; gap: 10px; background: #1A1D23; color: #fff; padding: 18px 36px; border-radius: 12px; font-size: 17px; font-weight: 700; transition: background .2s, transform .15s; }
    .ll-cal-btn:hover { background: #2D3440; transform: translateY(-1px); }
    .ll-cal-note { font-size: 13px; color: #9AA5B4; margin-top: 12px; }
    .ll-contact-items { display: flex; flex-direction: column; gap: 16px; }
    .ll-contact-item { display: flex; align-items: center; gap: 18px; padding: 20px 24px; border-radius: 12px; background: #F7F9FC; border: 1px solid #E2E8F0; transition: border-color .2s; }
    .ll-contact-item:hover { border-color: #CBD5E0; }
    .ll-ci-icon { width: 44px; height: 44px; border-radius: 10px; background: #fff; border: 1px solid #E2E8F0; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
    .ll-ci-label { font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; color: #9AA5B4; }
    .ll-ci-val { font-size: 15px; font-weight: 700; color: #1A1D23; margin-top: 3px; }
    .ll-ci-val a { color: #1A1D23; transition: color .2s; }
    .ll-ci-val a:hover { color: #9F7AEA; }
    .ll-footer { padding: 36px 0; background: #1A1D23; }
    .ll-footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
    .ll-footer p { font-size: 13px; color: rgba(255,255,255,.3); }
    .ll-footer-links { display: flex; gap: 24px; }
    .ll-footer-links a { font-size: 13px; color: rgba(255,255,255,.3); transition: color .2s; }
    .ll-footer-links a:hover { color: rgba(255,255,255,.7); }
    .ll-fade { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
    .ll-fade.visible { opacity: 1; transform: none; }

    html, body { margin: 0 !important; padding: 0 !important; }
    .ll-card-arrow { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: #9F7AEA; margin-top: 18px; transition: gap .2s; }
    .ll-card-link:hover .ll-card-arrow { gap: 10px; }
    .ll-intro-band { background: #fff; padding: 16px 0 20px; border-bottom: 3px solid #F0F4F8; }
    .ll-intro-inner { display: flex; align-items: center; gap: 20px; }
    .ll-hans-photo { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 3px solid #9F7AEA; flex-shrink: 0; box-shadow: 0 4px 16px rgba(159,122,234,.2); }
    .ll-payoff { font-size: 18px; font-weight: 800; color: #1A1D23; letter-spacing: -.3px; line-height: 1.25; }
    .ll-payoff span { color: #9F7AEA; }
    .ll-payoff-sub { font-size: 14px; color: #718096; margin-top: 4px; font-weight: 500; }
    .ll-card-link { display: block; text-decoration: none; color: inherit; }
    .ll-card-arrow { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: #9F7AEA; margin-top: 18px; transition: gap .2s; }
    .ll-card-link:hover .ll-card-arrow { gap: 10px; }
  
    /* === INTRO HERO === */
    .ll-intro-hero { background: linear-gradient(135deg, #1A1D23 0%, #2D3440 100%); padding: 40px 0; }
    .ll-intro-hero-inner { max-width: 1140px; margin: 0 auto; padding: 0 48px; display: flex; align-items: center; gap: 32px; }
    .ll-hero-portrait { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; object-position: center top; border: 4px solid #9F7AEA; box-shadow: 0 8px 32px rgba(159,122,234,.3); flex-shrink: 0; }
    .ll-intro-payoff { display: block; font-size: 30px; font-weight: 900; color: #fff; letter-spacing: -1px; line-height: 1.3; text-decoration: none; transition: color .2s; }
    .ll-intro-payoff span { color: #9F7AEA; }
    .ll-intro-payoff:hover { color: rgba(255,255,255,.85); }
    @media (max-width: 600px) { .ll-intro-hero-inner { flex-direction: column; text-align: center; } .ll-intro-payoff { font-size: 22px; } }
    /* === WP OVERRIDE === */
    #post-462 > p:first-child:empty, article.page > p:first-child { display: none !important; }
    body { padding-top: 0 !important; }
    .ll-card-wide { grid-column: 1 / -1; max-width: 680px; margin: 0 auto; width: 100%; }
    /* ── MOBILE ── */
    @media (max-width: 768px) {
      .ll-wrap { padding: 0 20px !important; }
      /* Nav: hide text links, keep logo + CTA */
      .ll-nav-inner { padding: 0 16px; height: 60px; }
      .ll-nav-links a:not(.ll-nav-cta) { display: none; }
      .ll-nav-cta { font-size: 12px !important; padding: 8px 14px !important; }
      .ll-nav-spacer { height: 60px !important; }
      .ll-nav-logo img { height: 32px; }
      /* Intro hero: stack vertically */
      #ll-intro-hero { padding: 32px 0 !important; }
      #ll-intro-hero > div { flex-direction: column !important; padding: 0 20px !important; gap: 20px !important; text-align: center; align-items: center !important; }
      #hans-portrait { width: 130px !important; height: 130px !important; }
      #ll-intro-hero > div > div > a { font-size: 22px !important; letter-spacing: -.5px !important; line-height: 1.35 !important; }
      /* Hero */
      .ll-hero { padding: 60px 0 56px; }
      .ll-hero-stats { gap: 24px; margin-top: 40px; padding-top: 32px; }
      /* Over grid */
      .ll-over-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
      /* Diensten */
      .ll-diensten-grid { grid-template-columns: 1fr !important; }
      .ll-card-wide { max-width: 100% !important; }
      /* Testimonials */
      .ll-testi-grid { grid-template-columns: 1fr !important; }
      /* Contact */
      .ll-contact-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
      /* Footer */
      .ll-footer-inner { flex-direction: column; gap: 20px; text-align: center; }
      .ll-footer-links { flex-wrap: wrap; justify-content: center; }
    }
  
    /* ── MOBILE ── */
    @media (max-width: 768px) {
      .ll-wrap { padding: 0 20px !important; }
      /* Nav: hide text links, keep logo + CTA */
      .ll-nav-inner { padding: 0 16px; height: 60px; }
      .ll-nav-links a:not(.ll-nav-cta) { display: none; }
      .ll-nav-cta { font-size: 12px !important; padding: 8px 14px !important; }
      .ll-nav-spacer { height: 60px !important; }
      .ll-nav-logo img { height: 32px; }
      /* Intro hero: stack vertically */
      #ll-intro-hero { padding: 32px 0 !important; }
      #ll-intro-hero > div { flex-direction: column !important; padding: 0 20px !important; gap: 20px !important; text-align: center; align-items: center !important; }
      #hans-portrait { width: 130px !important; height: 130px !important; }
      #ll-intro-hero > div > div > a { font-size: 22px !important; letter-spacing: -.5px !important; line-height: 1.35 !important; }
      /* Hero */
      .ll-hero { padding: 60px 0 56px; }
      .ll-hero-stats { gap: 24px; margin-top: 40px; padding-top: 32px; }
      /* Over grid */
      .ll-over-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
      /* Diensten */
      .ll-diensten-grid { grid-template-columns: 1fr !important; }
      .ll-card-wide { max-width: 100% !important; }
      /* Testimonials */
      .ll-testi-grid { grid-template-columns: 1fr !important; }
      /* Contact */
      .ll-contact-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
      /* Footer */
      .ll-footer-inner { flex-direction: column; gap: 20px; text-align: center; }
      .ll-footer-links { flex-wrap: wrap; justify-content: center; }
    }
  