@font-face{font-family:'Inter Fallback';src:local('Arial');size-adjust:107%;ascent-override:90%;descent-override:22%;line-gap-override:0%}
        @font-face{font-family:'Poppins Fallback';src:local('Arial Bold');size-adjust:112%;ascent-override:93%;descent-override:25%;line-gap-override:0%}
        :root{--primary:#C41E3A;--primary-dark:#A31830;--primary-light:#FFE8EC;--secondary:#1B4D3E;--secondary-dark:#153D31;--secondary-light:#E8F5F0;--accent:#D4A853;--accent-light:#FFF8E7;--dark:#1A1A1A;--gray-700:#4A4A4A;--gray-500:#6B6B6B;--gray-400:#8A8A8A;--gray-300:#A3A3A3;--gray-200:#E0E0E0;--gray-100:#F5F5F5;--white:#FFFFFF;--hero-gradient:linear-gradient(135deg,#3E0E1C 0%,#2A0E14 100%);--hero-gradient-end:#2A0E14;--hero-gradient-start:#3E0E1C}
        *{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;scroll-behavior:smooth}body{font-family:'Inter','Inter Fallback',-apple-system,sans-serif;background:var(--gray-100);color:var(--dark);line-height:1.6;overflow-x:hidden;-webkit-text-size-adjust:100%}
        a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}
        .flag-img{width:24px;height:18px;object-fit:cover;border-radius:2px;vertical-align:middle;display:inline-block}
        .flag-emoji{font-size:1.1em;line-height:1;vertical-align:middle;display:inline-block}
        .header{position:absolute;top:0;left:0;right:0;z-index:100;padding:.6rem 2rem}.header.solid{background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;box-shadow:0 1px 3px rgba(0,0,0,.06)}
        .header-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
        .header-brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.header-promo{font-size:.75rem;color:var(--gray-500);white-space:nowrap}.header-promo a{color:var(--primary);font-weight:500;text-decoration:none}.header-promo a:hover{text-decoration:underline}
        .logo{display:flex;align-items:center;text-decoration:none;color:var(--white);flex-shrink:0}.logo img{height:100px;width:auto;max-width:none;display:block;object-fit:contain;aspect-ratio:584/300}
        .nav{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links>li{position:relative}.nav-links a{color:rgba(255,255,255,.9);font-size:.95rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--white)}.header.solid .nav-links a{color:var(--gray-700)}.header.solid .nav-links a:hover{color:var(--primary)}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:.25rem;cursor:pointer}.nav-dropdown-trigger svg{width:14px;height:14px;transition:transform .2s}.nav-dropdown:hover .nav-dropdown-trigger svg{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:100%;left:0;margin-top:.5rem;min-width:180px;background:var(--white);border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.15);padding:.5rem 0;list-style:none;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s,transform .2s,visibility .2s;z-index:200}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.header-actions .nav-dropdown{position:relative}.header-actions .nav-dropdown-menu{left:auto;right:0}.nav-dropdown-menu a{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:var(--gray-700);font-size:.9rem;white-space:nowrap}.nav-dropdown-menu a:hover{background:var(--gray-100);color:var(--primary)}.nav-dropdown-menu .flag-img{width:18px;height:14px}.nav-dropdown-menu .flag-emoji{font-size:1rem;line-height:1}.header:not(.solid) .nav-dropdown-menu{background:rgba(26,26,26,.97);padding:.5rem 0}.header:not(.solid) .nav-dropdown-menu a{color:var(--white)}.header:not(.solid) .nav-dropdown-menu a:hover{background:rgba(255,255,255,.1);color:var(--white)}
        .nav-dropdown-menu .nav-dropdown-logout{margin:0;padding:0;border:none;background:none}.nav-dropdown-menu .nav-dropdown-logout button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;border:none;background:none;cursor:pointer;font-size:.9rem;color:var(--gray-700);text-align:left;font-family:inherit;white-space:nowrap}.nav-dropdown-menu .nav-dropdown-logout button:hover{background:var(--gray-100);color:var(--primary)}.header:not(.solid) .nav-dropdown-menu .nav-dropdown-logout button{color:var(--white)}.header:not(.solid) .nav-dropdown-menu .nav-dropdown-logout button:hover{background:rgba(255,255,255,.1)}
        .header-actions{display:flex;align-items:center;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;text-decoration:none}.btn svg{width:16px;height:16px}.btn-ghost{background:rgba(255,255,255,.1);color:var(--white);border:1px solid rgba(255,255,255,.2)}.btn-ghost:hover{background:var(--white);color:var(--primary);border-color:var(--white)}.header.solid .btn-ghost{background:transparent;color:var(--gray-700);border:1px solid var(--gray-200)}.header.solid .btn-ghost:hover{border-color:var(--primary);color:var(--primary)}.btn-white{background:var(--white);color:var(--primary)}.btn-white:hover{background:var(--gray-100)}.header.solid .btn-white{background:var(--primary);color:var(--white)}.header.solid .btn-white:hover{background:var(--primary-dark)}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark)}
        .mobile-menu-btn{display:none;background:none;border:none;color:var(--white);cursor:pointer;padding:.75rem;min-width:44px;min-height:44px;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.header.solid .mobile-menu-btn{color:var(--dark)}
        body.mobile-nav-open{overflow:hidden}
        body.mobile-nav-open .nav{position:fixed;inset:0;background:var(--white);z-index:300;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:4.5rem 1.25rem 2rem;overflow-y:auto;-webkit-overflow-scrolling:touch}
        body.mobile-nav-open .nav-links{display:flex;flex-direction:column;gap:0;width:100%}
        body.mobile-nav-open .nav-links>li{border-bottom:1px solid var(--gray-100)}
        body.mobile-nav-open .nav-links a,body.mobile-nav-open .nav-dropdown-trigger{display:block;padding:1rem 0;font-size:1.1rem;color:var(--dark);-webkit-tap-highlight-color:transparent}
        body.mobile-nav-open .nav-dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;margin:0;padding-left:1rem;padding-bottom:.5rem;border:none;min-width:auto}
        body.mobile-nav-open .nav-dropdown-menu a{padding:.6rem 0;font-size:1rem}
        body.mobile-nav-open .header-actions{margin-top:1rem;flex-direction:column;align-items:stretch;gap:.5rem}
        body.mobile-nav-open .header-actions .btn{justify-content:center;padding:.75rem 1rem;min-height:44px}
        body.mobile-nav-open .mobile-menu-btn{position:fixed;top:.75rem;right:.75rem;z-index:301;background:var(--gray-100);border-radius:10px}
        /* === Site footer (redesign) ============================== */
        .site-footer{background:#2A0E14;color:#D4C5C9;padding:5rem 2rem 2rem;position:relative;margin-top:0}
        .site-footer::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(196,30,58,.5),transparent)}
        .site-footer-inner{max-width:1280px;margin:0 auto}
        .site-footer-grid{display:grid;grid-template-columns:1.4fr 2fr 1.4fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}
        /* Zone 1: brand — tekst-wordmark, geen <img> (geen apart footer-asset) */
        .site-footer-brand .site-footer-logo{display:inline-block;margin-bottom:1.1rem;text-decoration:none;color:inherit}
        .site-footer-brand .site-footer-logo:focus-visible{outline:2px solid rgba(196,30,58,.55);outline-offset:3px;border-radius:4px}
        .site-footer-wordmark{font-family:'Poppins',system-ui,sans-serif;font-weight:800;font-size:clamp(1.2rem,2.8vw,1.5rem);letter-spacing:-.03em;line-height:1.15;color:#FFFFFF}
        .site-footer-wordmark-tld{font-weight:300;color:#c41e3b}
        .site-footer-brand .site-footer-logo:hover .site-footer-wordmark{color:#FFFFFF}
        .site-footer-brand .site-footer-logo:hover .site-footer-wordmark-tld{color:#e5475f}
        .site-footer-tagline{font-size:.9rem;line-height:1.7;color:#D4C5C9;margin-bottom:1.5rem;max-width:320px}
        .site-footer-stats{font-size:.8rem;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.08em;font-weight:500}
        .site-footer-stats-divider{margin:0 .5rem;opacity:.4}
        /* Zone 2: nav */
        .site-footer-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
        .site-footer-col h4{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin-bottom:1.25rem}
        .site-footer-col ul{list-style:none;padding:0;margin:0}
        .site-footer-col li{margin-bottom:.75rem}
        .site-footer-col a{color:#D4C5C9;font-size:.875rem;text-decoration:none;transition:color .2s}
        .site-footer-col a:hover{color:#FFFFFF}
        /* Zone 3: nieuwsbrief */
        .site-footer-newsletter h4{font-family:'Poppins',sans-serif;font-size:1.1rem;font-weight:600;color:#FFFFFF;margin-bottom:.5rem}
        .site-footer-newsletter p{font-size:.875rem;color:rgba(255,255,255,.65);line-height:1.6;margin-bottom:1.25rem}
        .site-footer-newsletter form{display:flex;flex-direction:column;gap:.625rem}
        .site-footer-newsletter input[type=email]{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:rgba(255,255,255,.06);color:#FFFFFF;font-size:.9rem;font-family:inherit;transition:border-color .2s,background .2s}
        .site-footer-newsletter input[type=email]::placeholder{color:rgba(255,255,255,.4)}
        .site-footer-newsletter input[type=email]:focus{outline:none;border-color:rgba(196,30,58,.6);background:rgba(255,255,255,.1)}
        .site-footer-newsletter button{padding:.8rem 1rem;background:#C41E3A;color:#FFFFFF;border:none;border-radius:8px;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;letter-spacing:.02em;transition:background .2s,transform .15s}
        .site-footer-newsletter button:hover{background:#A8172E}
        .site-footer-newsletter button:active{transform:translateY(1px)}
        .site-footer-newsletter button:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}
        .site-footer-newsletter-msg{font-size:.85rem;margin:0 0 .5rem;line-height:1.5;padding:.5rem .75rem;border-radius:6px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.85)}
        .site-footer-newsletter-msg--success{background:rgba(52,168,83,.15);color:#9DDDA6;border:1px solid rgba(52,168,83,.3)}
        .site-footer-newsletter-msg--error{background:rgba(196,30,58,.18);color:#F2A6B0;border:1px solid rgba(196,30,58,.4)}
        /* Onderbalk */
        .site-footer-bottom{padding-top:1.75rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}
        .site-footer-bottom p{margin:0;color:rgba(255,255,255,.5);font-size:.8rem}
        .site-footer-credit a{color:rgba(255,255,255,.7);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.15);transition:color .2s,border-color .2s}
        .site-footer-credit a:hover{color:#FFFFFF;border-color:rgba(255,255,255,.5)}
        @media(max-width:1024px){.nav-links{display:none}.mobile-menu-btn{display:flex}}
        @media(max-width:768px){.header{padding:.65rem 1rem;gap:0}.header-inner{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.header .header-brand{order:1;flex:0 1 auto;min-width:0;flex-direction:column;align-items:flex-start;gap:.15rem}.header .logo{flex:0 0 auto}.header .logo img{height:52px;max-width:220px;object-fit:contain}.header .header-promo{font-size:.7rem;white-space:normal;max-width:180px;line-height:1.3}.header .nav{order:2;flex:0 0 auto;margin-left:auto;display:flex;align-items:center;gap:.5rem}.header .header-actions{display:none}.header .mobile-menu-btn{order:3;flex-shrink:0;padding:.6rem;min-width:44px;min-height:44px;border-radius:10px;background:var(--gray-100);color:var(--dark)}.header .mobile-menu-btn:hover{background:var(--gray-200)}}
        /* Site-footer responsive */
        @media(max-width:960px){.site-footer{padding:3.5rem 1.5rem 1.75rem}.site-footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem 3rem}.site-footer-brand{grid-column:1 / -1}.site-footer-tagline{max-width:none}.site-footer-newsletter{grid-column:1 / -1}.site-footer-newsletter form{max-width:480px}}
        @media(max-width:560px){.site-footer{padding:3rem 1.25rem 1.5rem}.site-footer-grid{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}.site-footer-nav{grid-template-columns:1fr 1fr;gap:1.75rem}.site-footer-bottom{flex-direction:column;align-items:flex-start;text-align:left;padding-top:1.25rem}.site-footer-bottom p{font-size:.75rem}}
        @media(max-width:768px){.header .search-bar{order:10;width:100%;max-width:100%;margin-top:.6rem;padding:.4rem;background:var(--gray-100);border-radius:12px;border:1px solid var(--gray-200)}.header .search-input-wrap{padding:.45rem .85rem;min-height:44px}.header .search-input-wrap input{font-size:.9rem}.header .search-select{padding:.45rem .85rem;min-height:44px;font-size:.85rem}.header .search-btn{padding:.5rem 1.25rem;min-height:44px;font-size:.9rem;border-radius:10px}}
        @media(max-width:480px){.header{padding:.5rem .75rem}.header .logo img{height:48px;max-width:200px}.header .mobile-menu-btn{padding:.5rem;min-width:40px;min-height:40px}}
        body.page-listing,body.page-detail,body.page-top10,body.page-favorites,body.page-visited,body.page-agenda,body.page-planner,body.page-planner-share,body.page-market-submission,body.page-routeplanner,body.page-prices-index{background:var(--gray-100)}
        .header .search-bar{display:flex;align-items:center;gap:.5rem;flex:1;max-width:700px;background:var(--gray-100);border-radius:50px;padding:.35rem}
        .header .search-input-wrap{flex:1;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--white);border-radius:50px;border:1px solid var(--gray-200)}
        .header .search-input-wrap svg{width:18px;height:18px;color:var(--gray-400);flex-shrink:0}
        .header .search-input-wrap input{flex:1;border:none;outline:none;font-size:.9rem;font-family:inherit;min-width:100px;background:transparent}
        .header .search-select{padding:.55rem 1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:50px;font-size:.85rem;font-family:inherit;color:var(--gray-700);cursor:pointer}
        .header .search-btn{padding:.6rem 1.5rem;background:var(--primary);color:var(--white);border:none;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.4rem;text-decoration:none}
        .header .search-btn:hover{background:var(--primary-dark)}.header .search-btn svg{width:18px;height:18px}
        .cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:999;background:var(--white);border-top:1px solid var(--gray-200);box-shadow:0 -4px 20px rgba(0,0,0,.12);padding:1.25rem 2rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem;transform:translateY(100%);opacity:0;pointer-events:none;transition:transform .35s ease,opacity .35s ease;contain:layout style}
        .cookie-banner.cookie-banner--visible{transform:translateY(0);opacity:1;pointer-events:auto}
        .cookie-banner.cookie-banner--hidden{transform:translateY(100%);opacity:0;pointer-events:none}
        .cookie-banner-inner{max-width:1280px;margin:0 auto;width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:1rem}
        .cookie-banner p{flex:1 1 300px;margin:0;font-size:.95rem;color:var(--gray-700);line-height:1.5}
        .cookie-banner-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}
        .cookie-banner a{color:var(--primary);font-weight:500;text-decoration:none;font-size:.9rem}
        .cookie-banner a:hover{text-decoration:underline}
        .cookie-banner .btn-cookie{padding:.55rem 1.1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;font-family:inherit;transition:background .2s}
        .cookie-banner .btn-cookie-accept{background:var(--primary);color:var(--white)}
        .cookie-banner .btn-cookie-accept:hover{background:var(--primary-dark)}
        .cookie-banner .btn-cookie-necessary{background:transparent;color:var(--gray-700);border:1px solid var(--gray-300)}
        .cookie-banner .btn-cookie-necessary:hover{background:var(--gray-100)}
        @media(max-width:768px){.cookie-banner{padding:1rem}.cookie-banner-inner{flex-direction:column;align-items:stretch}.cookie-banner-actions{justify-content:flex-start}}
        .back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:500;width:48px;height:48px;border-radius:50%;background:var(--primary);color:var(--white);border:none;box-shadow:0 4px 16px rgba(196,30,58,.35);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s,transform .2s}
        .back-to-top.visible{opacity:1;visibility:visible}
        .back-to-top:hover{background:var(--primary-dark);transform:translateY(-2px)}
        .back-to-top svg{width:22px;height:22px}
        @media(max-width:768px){.back-to-top{bottom:1rem;right:1rem;width:44px;height:44px}}
        /* Legal/content hero: rechte onderkant; de witte .legal-card heeft afgeronde bovenhoeken en valt over de hero (mooie overloop) */
        .page-legal .main{background:var(--gray-100)}
