/* ═══════════════════════════════════════════════════════════════
   VDB VISUALS — GDPR / Cookies / Legal pages
   Bestand: assets/css/vdb-legal.css
═══════════════════════════════════════════════════════════════ */

:root {
    --vdb-dark: #2b2c32;
    --vdb-accent: #cc987f;
    --vdb-accent-soft: #f6d5b9;
    --vdb-bg: #f9f7f5;
    --vdb-text: #4f5663;
}

.vdb-legal-page {
    background: var(--vdb-bg);
    color: var(--vdb-text);
}

.vdb-legal-hero {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0 78px;
    background:
        linear-gradient(135deg, rgba(43,44,50,.94), rgba(43,44,50,.74)),
        radial-gradient(circle at 15% 20%, rgba(204,152,127,.34), transparent 38%),
        radial-gradient(circle at 85% 70%, rgba(246,213,185,.16), transparent 34%);
    overflow: hidden;
}
.vdb-legal-hero::after {
    content: '';
    position: absolute;
    inset: auto -80px -160px auto;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(204,152,127,.16);
    pointer-events: none;
}
.vdb-legal-hero .container {
    position: relative;
    z-index: 2;
}
.vdb-legal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--vdb-accent-soft);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.vdb-legal-kicker::before {
    content: '';
    width: 42px;
    height: 2px;
    border-radius: 99px;
    background: var(--vdb-accent);
}
.vdb-legal-hero h1 {
    color: #fff;
    font-size: clamp(36px, 5vw, 66px);
    font-weight: 800;
    letter-spacing: -1.7px;
    line-height: 1.02;
    margin: 0 0 18px;
}
.vdb-legal-hero p {
    max-width: 720px;
    color: rgba(255,255,255,.78);
    font-size: 17px;
    line-height: 1.75;
    margin: 0 auto;
}
.vdb-legal-wrap {
    padding: 72px 0 88px;
}
.vdb-legal-card {
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 54px);
    border-radius: 28px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(204,152,127,.18);
    box-shadow: 0 24px 70px rgba(43,44,50,.08);
}
.vdb-legal-card .vdb-updated {
    display: inline-flex;
    margin-bottom: 24px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(204,152,127,.11);
    color: #8e624e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
}
.vdb-legal-card h2 {
    color: var(--vdb-dark);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    letter-spacing: -.5px;
    margin: 38px 0 14px;
}
.vdb-legal-card h2:first-of-type {
    margin-top: 8px;
}
.vdb-legal-card h3 {
    color: var(--vdb-dark);
    font-size: 20px;
    font-weight: 800;
    margin: 26px 0 10px;
}
.vdb-legal-card p,
.vdb-legal-card li {
    color: #5d6470;
    font-size: 16px;
    line-height: 1.85;
}
.vdb-legal-card p {
    margin: 0 0 16px;
}
.vdb-legal-card ul,
.vdb-legal-card ol {
    padding-left: 22px;
    margin: 0 0 18px;
}
.vdb-legal-card a {
    color: var(--vdb-accent);
    font-weight: 800;
    text-decoration: none;
}
.vdb-legal-card a:hover {
    color: #ad765d;
    text-decoration: underline;
}
.vdb-legal-note {
    margin: 34px 0 0;
    padding: 20px 22px;
    border-radius: 18px;
    background: rgba(43,44,50,.04);
    border: 1px solid rgba(43,44,50,.07);
}
.vdb-cookie-settings-btn,
.vdb-cookie-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 999px;
    border: 1.5px solid var(--vdb-accent);
    background: var(--vdb-accent);
    color: #fff !important;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .6px;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.vdb-cookie-settings-btn:hover,
.vdb-cookie-btn:hover {
    transform: translateY(-1px);
    background: #b07d64;
    border-color: #b07d64;
    box-shadow: 0 14px 34px rgba(204,152,127,.26);
}
.vdb-footer-legal-links {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-left: 10px;
}
.vdb-footer-legal-links a,
.vdb-footer-legal-links button {
    color: rgba(255,255,255,.7) !important;
    background: transparent;
    border: 0;
    padding: 0;
    font: inherit;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
.vdb-footer-legal-links a:hover,
.vdb-footer-legal-links button:hover {
    color: var(--vdb-accent-soft) !important;
    text-decoration: underline;
}

/* Cookie banner */
.vdb-cookie-root {
    position: fixed;
    inset: auto 18px 18px auto;
    z-index: 100000;
    width: min(450px, calc(100vw - 36px));
    font-family: var(--vdb-font-body, 'Nunito', Arial, sans-serif);
}
.vdb-cookie-panel {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: rgba(43,44,50,.97);
    border: 1px solid rgba(246,213,185,.18);
    box-shadow: 0 28px 70px rgba(0,0,0,.34);
    color: #fff;
    padding: 26px;
}
.vdb-cookie-panel::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -70px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(204,152,127,.22);
}
.vdb-cookie-panel > * {
    position: relative;
    z-index: 2;
}
.vdb-cookie-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--vdb-accent-soft);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.vdb-cookie-eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    border-radius: 99px;
    background: var(--vdb-accent);
}
.vdb-cookie-panel h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.4px;
    line-height: 1.15;
    margin: 0 0 10px;
}
.vdb-cookie-panel p {
    color: rgba(255,255,255,.75);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 14px;
}
.vdb-cookie-panel a {
    color: var(--vdb-accent-soft);
    font-weight: 800;
    text-decoration: none;
}
.vdb-cookie-panel a:hover {
    text-decoration: underline;
}
.vdb-cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
}
.vdb-cookie-actions .vdb-cookie-btn {
    width: 100%;
    min-height: 44px;
    font-size: 12px;
    padding: 11px 12px;
}
.vdb-cookie-btn.secondary {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255,255,255,.35);
    box-shadow: none;
}
.vdb-cookie-btn.secondary:hover {
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.55);
}
.vdb-cookie-btn.full {
    grid-column: 1 / -1;
}
.vdb-cookie-preferences {
    display: none;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.10);
}
.vdb-cookie-root.is-settings .vdb-cookie-preferences {
    display: block;
}
.vdb-cookie-option {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.vdb-cookie-option:last-child {
    border-bottom: 0;
}
.vdb-cookie-option strong {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 3px;
}
.vdb-cookie-option span {
    display: block;
    color: rgba(255,255,255,.65);
    font-size: 12px;
    line-height: 1.5;
}
.vdb-cookie-switch {
    position: relative;
    flex: 0 0 auto;
    width: 48px;
    height: 28px;
}
.vdb-cookie-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.vdb-cookie-slider {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    transition: background .2s ease;
}
.vdb-cookie-slider::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background: #fff;
    transition: transform .2s ease;
}
.vdb-cookie-switch input:checked + .vdb-cookie-slider {
    background: var(--vdb-accent);
}
.vdb-cookie-switch input:checked + .vdb-cookie-slider::before {
    transform: translateX(20px);
}
.vdb-cookie-switch input:disabled + .vdb-cookie-slider {
    opacity: .72;
}
@media (max-width: 575.98px) {
    .vdb-cookie-root {
        inset: auto 12px 12px 12px;
        width: auto;
    }
    .vdb-cookie-panel {
        padding: 22px;
        border-radius: 22px;
    }
    .vdb-cookie-actions {
        grid-template-columns: 1fr;
    }
    .vdb-footer-legal-links {
        display: flex;
        margin: 9px 0 0;
    }
}
