

:root {
  --rl-primary: #C4593A;
  --rl-primary-dark: #A84A2F;
  --rl-mint: #F7E8E1;
  --rl-accent: #9C4221;
  --rl-accent-tint: #F7E8E1;
  --rl-accent-deco: #C4643B;

  --rl-ivory: #FAF6F1;
  --rl-footer: #2E241D;
  --rl-footer-link: #E8DDCF;

  /* Grafiekreeks (staff-dashboard, ApexCharts). Stond tot 2026-08-13 als
     Vuexy-palet in Python (#666ee8 blauwpaars, #28c76f felgroen); dat hoorde
     niet bij de terracotta-huisstijl en zat bovendien op de verkeerde plek.
     Hier staat het één keer, en het thema kan het overschrijven.

     De labels staan IN de balk, dus elke kleur moet contrast maken met
     --rl-chart-label. In dit lichte palet is dat wit: laagste waarde is 4,98
     (#9C6239), ruim boven de 4,5 die WCAG AA vraagt voor tekst van 13px. */
  --rl-chart-1: #B14A2C;
  --rl-chart-2: #8C3A22;
  --rl-chart-3: #9C6239;
  --rl-chart-4: #6E4F35;
  --rl-chart-5: #5C4F43;
  --rl-chart-6: #33291F;
  --rl-chart-label: #FFFFFF;
}

/* Donker: omgekeerde opzet. Donkere balken zouden hier in de kaart wegvallen,
   dus de balken worden lichter en het label wordt inkt in plaats van wit.
   Laagste labelcontrast 4,90 (#A88E74), laagste contrast met de kaart 4,42. */
[data-bs-theme="dark"] {
  --rl-chart-1: #E08A63;
  --rl-chart-2: #D97B57;
  --rl-chart-3: #CBA070;
  --rl-chart-4: #B99268;
  --rl-chart-5: #CDB79E;
  --rl-chart-6: #A88E74;
  --rl-chart-label: #2E241D;
}

[data-bs-theme="light"] {

  --rl-bg: #FAF6F0;
  --rl-paper: #FFFFFF;
  --rl-heading: #2E241D;
  --rl-body: #5C4F43;
  --rl-muted: #8A7861;
  --rl-border: #E6D8C6;

  --bs-primary: #C4593A;
  --bs-primary-rgb: 196, 89, 58;
  --bs-body-bg: #F3ECDF;
  --bs-body-bg-rgb: 243, 236, 223;
  --bs-body-color: #5C4F43;
  --bs-body-color-rgb: 92, 79, 67;
  --bs-heading-color: #2E241D;
  --bs-link-color: #C4593A;
  --bs-link-color-rgb: 196, 89, 58;
  --bs-link-hover-color: #A84A2F;
  --bs-border-color: #E6D8C6;

  --bs-paper-bg: #FFFFFF;

  --bs-primary-bg-subtle: #F0E4D3;
  --bs-primary-border-subtle: #E0D2BF;
  --bs-primary-text-emphasis: #8A5A2E;
}

[data-bs-theme="light"] body {
  background-color: var(--rl-bg);
}

.btn-primary {
  --bs-btn-bg: #C4593A;
  --bs-btn-border-color: #C4593A;
  --bs-btn-hover-bg: #A84A2F;
  --bs-btn-hover-border-color: #A84A2F;
  --bs-btn-active-bg: #A84A2F;
  --bs-btn-active-border-color: #A84A2F;
  --bs-btn-disabled-bg: #C4593A;
  --bs-btn-disabled-border-color: #C4593A;
}
.btn-outline-primary {
  --bs-btn-color: #C4593A;
  --bs-btn-border-color: #C4593A;
  --bs-btn-hover-color: #FFF8F2;
  --bs-btn-hover-bg: #C4593A;
  --bs-btn-hover-border-color: #C4593A;
  --bs-btn-active-color: #FFF8F2;
  --bs-btn-active-bg: #C4593A;
  --bs-btn-active-border-color: #C4593A;
}

.btn-label-primary,
.bg-label-primary {
  background-color: #F0E4D3 !important;
  color: #C4593A !important;
}
.btn-label-primary:hover {
  background-color: #C4593A !important;
  color: #FFF8F2 !important;
}

.text-primary {
  color: #C4593A !important;
}

.avatar-initial.bg-label-primary {
  background-color: #F0E4D3 !important;
  color: #C4593A !important;
}

.app-brand-text { display: none !important; }
.rl-wordmark {
  font-family: "Poppins", "Public Sans", -apple-system, "Segoe UI", sans-serif !important;
  color: var(--rl-heading);
  letter-spacing: -0.01em;
}
.rl-wordmark .rl-w-bold { font-weight: 700; }
.rl-wordmark .rl-w-light { font-weight: 400; }

.app-brand-logo .rl-logo-svg,
.rl-logo .rl-logo-svg {
  width: auto !important;
  height: 54px !important;
}

.menu .app-brand-logo .rl-logo-svg,
.layout-menu .app-brand-logo .rl-logo-svg {
  height: 32px !important;
}

.rl-footer .app-brand-logo .rl-logo-svg {
  height: 54px !important;
}

.app-brand-logo.demo .rl-logo { height: auto; }

.rl-logo-mark { display: none !important; }
@media (min-width: 1200px) {
  .layout-menu-collapsed:not(.layout-menu-hover) .layout-menu .rl-logo-svg:not(.rl-logo-mark) {
    display: none !important;
  }
  .layout-menu-collapsed:not(.layout-menu-hover) .layout-menu .rl-logo-mark-light {
    display: block !important;
  }

  [data-bs-theme="dark"].layout-menu-collapsed:not(.layout-menu-hover) .layout-menu .rl-logo-mark-light {
    display: none !important;
  }
  [data-bs-theme="dark"].layout-menu-collapsed:not(.layout-menu-hover) .layout-menu .rl-logo-mark-dark {
    display: block !important;
  }
}

.rl-logo-dark { display: none !important; }
.rl-logo-light { display: block !important; }
[data-bs-theme="dark"] .rl-logo-light { display: none !important; }
[data-bs-theme="dark"] .rl-logo-dark { display: block !important; }

.rl-footer .rl-logo-light { display: none !important; }
.rl-footer .rl-logo-dark { display: block !important; }

.rl-hero {
  position: relative;
  overflow: hidden;
}
.rl-hero-deco {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.rl-hero-deco-1 {
  width: 420px; height: 420px; background: var(--rl-mint);
  top: -140px; left: -120px; filter: blur(8px);
}
.rl-hero-deco-2 {
  width: 300px; height: 300px; background: var(--rl-accent-tint);
  bottom: -60px; right: 4rem; filter: blur(8px);
}
.rl-hero > .container { position: relative; z-index: 1; }

.rl-deco-ball {
  border-radius: 50%;
  background: var(--rl-mint);
  color: var(--rl-primary);
}

.rl-search {
  display: flex; gap: .5rem;
  background: var(--rl-paper);
  border: 1px solid var(--rl-border);
  border-radius: 1rem;
  box-shadow: 0 .25rem 1.25rem rgba(61, 58, 52, .08);
  padding: .5rem;
}
.rl-search input {
  flex: 1; min-width: 0; border: 0; background: transparent;
  padding: .55rem .75rem; color: var(--rl-heading);
}
.rl-search input:focus { outline: none; }
.rl-search:focus-within { border-color: var(--rl-primary); }

.rl-chip {
  background: var(--rl-paper); border: 1px solid var(--rl-border);
  color: var(--rl-muted); border-radius: 50rem;
  padding: .25rem .8rem; font-size: .8125rem; text-decoration: none;
  display: inline-block;
}
.rl-chip:hover { border-color: var(--rl-primary); color: var(--rl-primary); }

.rl-footer {
  background: var(--rl-footer);
  color: var(--rl-ivory);
}
.rl-footer h6,
.rl-footer .footer-title { color: var(--rl-ivory); }
.rl-footer a,
.rl-footer .footer-link { color: var(--rl-footer-link); text-decoration: none; }
.rl-footer a:hover { color: var(--rl-ivory); text-decoration: underline; }
.rl-footer .footer-logo-description,
.rl-footer .footer-text { color: var(--rl-footer-link); }

.rl-footer .footer-bottom {
  background: color-mix(in srgb, var(--rl-primary) 8%, var(--rl-footer)) !important;
  border-top: 1px solid rgba(250, 246, 241, .18);
}

.rl-step-num {
  width: 3rem; height: 3rem; border-radius: 50%;
  background: var(--rl-primary); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.15rem; margin: 0 auto 1rem;
}

.rl-icon-box {
  width: 3.25rem; height: 3.25rem; border-radius: .625rem;
  background: var(--rl-mint); color: var(--rl-primary);
  display: flex; align-items: center; justify-content: center;
}

.card { box-shadow: 0 .25rem 1.25rem rgba(61, 58, 52, .06); }

.rl-cookie-banner {
  position: fixed;
  z-index: 10999;
  inset-block-end: 1rem;
  inset-inline-start: 1rem;
  max-inline-size: 26rem;
  background: #FFFFFF;
  color: #5C4F43;
  border: 1.5px solid #E6D8C6;
  border-radius: var(--rl-radius-card-sm, 1rem);
  box-shadow: 0 12px 32px rgba(60, 15, 5, .25);
}
.rl-cookie-banner .rl-cookie-banner-inner { padding: 1.25rem 1.375rem; }
.rl-cookie-banner p { color: #5C4F43; }
.rl-cookie-banner .fw-semibold { color: #2E241D; }
.rl-cookie-banner a { color: #C4593A; }

.rl-cookie-banner .btn-primary {
  --bs-btn-bg: #C4593A; --bs-btn-border-color: #C4593A;
  --bs-btn-hover-bg: #A84A2F; --bs-btn-hover-border-color: #A84A2F;
  --bs-btn-color: #FFF8F2;
}
.rl-cookie-banner .btn-outline-primary {
  --bs-btn-color: #C4593A; --bs-btn-border-color: #C4593A;
  --bs-btn-hover-bg: #C4593A; --bs-btn-hover-border-color: #C4593A;
  --bs-btn-hover-color: #FFF8F2;
}
@media (max-width: 575.98px) {
  .rl-cookie-banner { inset-inline: 0.75rem; max-inline-size: none; }
}

[data-bs-theme="dark"] {
  --rl-bg: #8A3A24;
  --rl-paper: #FFFFFF;
  --rl-heading: #FDF3EA;
  --rl-body: #F3D5C4;
  --rl-muted: #CF9C80;
  --rl-border: #A04B31;

  --rl-mint: rgba(245, 201, 138, .16);

  --bs-primary: #F5C98A;
  --bs-primary-rgb: 245, 201, 138;
  --bs-link-color: #F5C98A;
  --bs-link-color-rgb: 245, 201, 138;
  --bs-link-hover-color: #EAB973;
  --bs-primary-bg-subtle: #96432C;
  --bs-primary-border-subtle: #A04B31;
  --bs-primary-text-emphasis: #FFE2C4;

  --bs-body-bg: #9C462F;
  --bs-body-bg-rgb: 156, 70, 47;
  --bs-body-color: #F3D5C4;
  --bs-body-color-rgb: 243, 213, 196;
  --bs-heading-color: #FDF3EA;
  --bs-border-color: #A04B31;
  --bs-paper-bg: #FFFFFF;

  --bs-paper-bg-rgb: 255, 255, 255;
  --bs-secondary-color: #CF9C80;
  --bs-secondary-color-rgb: 207, 156, 128;
  --bs-custom-link-color: #F5C98A;
  --bs-custom-link-hover-color: #EAB973;

  --bs-warning-bg-subtle: #fff0e1;
  --bs-warning-border-subtle: #ffdab6;
  --bs-warning-text-emphasis: #66401b;
  --bs-danger-bg-subtle: #ffe2e3;
  --bs-danger-border-subtle: #ffb9bb;
  --bs-danger-text-emphasis: #661e20;
  --bs-success-bg-subtle: #ddf6e8;
  --bs-success-border-subtle: #abe9c7;
  --bs-success-text-emphasis: #10502c;
  --bs-info-bg-subtle: #d6f4f8;
  --bs-info-border-subtle: #9ce4ed;
  --bs-info-text-emphasis: #004a54;

  --bs-base-color: #2E241D;
  --bs-base-color-rgb: 46, 36, 29;

  --bs-primary-contrast: #93402A;
}
[data-bs-theme="dark"] body {
  background-color: var(--rl-bg);
}

[data-bs-theme="dark"] .btn-primary {
  --bs-btn-bg: #F5C98A;
  --bs-btn-border-color: #F5C98A;
  --bs-btn-hover-bg: #EAB973;
  --bs-btn-hover-border-color: #EAB973;
  --bs-btn-active-bg: #EAB973;
  --bs-btn-active-border-color: #EAB973;
  --bs-btn-disabled-bg: #F5C98A;
  --bs-btn-disabled-border-color: #F5C98A;
  --bs-btn-color: #93402A;
}
[data-bs-theme="dark"] .btn-outline-primary {
  --bs-btn-color: #F5C98A;
  --bs-btn-border-color: #F5C98A;
  --bs-btn-hover-bg: #F5C98A;
  --bs-btn-hover-border-color: #F5C98A;
  --bs-btn-hover-color: #93402A;
  --bs-btn-active-bg: #F5C98A;
  --bs-btn-active-border-color: #F5C98A;
}
/* Vuexy geeft .btn-outline-secondary een hardgecodeerd grijs (#808390). Op de
   roestrode achtergrond van het donkere thema is dat vrijwel onleesbaar (o.a. de
   knop "Open in e-mail" op /coaching-via-je-werkgever/). We schrijven kleur en
   rand daarom rechtstreeks; via --bs-btn-* werkt het bij deze variant niet.
   Door --rl-body/--rl-border te gebruiken volgt de knop zijn ondergrond: crème
   op de pagina, donker op een wit vlak (kaart, dropdown, modal). */
[data-bs-theme="dark"] .btn-outline-secondary {
  color: var(--rl-body);
  border-color: var(--rl-border);
}
[data-bs-theme="dark"] .btn-outline-secondary:hover,
[data-bs-theme="dark"] .btn-outline-secondary:focus,
[data-bs-theme="dark"] .btn-outline-secondary:active {
  color: var(--rl-heading);
  border-color: var(--rl-heading);
  background-color: rgba(253, 243, 234, .10);
}

[data-bs-theme="dark"] .text-primary { color: #F5C98A !important; }

[data-bs-theme="dark"] .btn-label-primary,
[data-bs-theme="dark"] .bg-label-primary,
[data-bs-theme="dark"] .avatar-initial.bg-label-primary {
  background-color: rgba(245, 201, 138, .18) !important;
  color: #FFE2C4 !important;
}
[data-bs-theme="dark"] .btn-label-primary:hover {
  background-color: #F5C98A !important;
  color: #93402A !important;
}

[data-bs-theme="dark"] .rl-icon-box {
  background: rgba(245, 201, 138, .16);
  color: #FFE2C4;
}

[data-bs-theme="dark"] .rl-step-num { background: #F5C98A; color: #93402A; }

[data-bs-theme="dark"] .rl-hero-deco-1 { background: rgba(245, 201, 138, .10); }
[data-bs-theme="dark"] .rl-hero-deco-2 { background: rgba(196, 100, 59, .10); }
[data-bs-theme="dark"] .rl-deco-ball {
  background: rgba(245, 201, 138, .14);
  color: #FFE2C4;
}

[data-bs-theme="dark"] .card {
  box-shadow: 0 8px 24px rgba(60, 15, 5, .28);
}

[data-bs-theme="dark"] .rl-search {
  box-shadow: 0 10px 30px rgba(60, 15, 5, .20);
}
[data-bs-theme="dark"] .rl-search input { color: var(--rl-heading); }

[data-bs-theme="dark"] .form-control,
[data-bs-theme="dark"] .form-select,
[data-bs-theme="dark"] .input-group .input-group-text {
  border-color: #E6D8C6 !important;
}
[data-bs-theme="dark"] .input-group {
  --bs-input-group-addon-border-color: #E6D8C6;
  --bs-input-group-disabled-border-color: #E6D8C6;
}
[data-bs-theme="dark"] .form-control:hover:not(:focus),
[data-bs-theme="dark"] .form-select:hover:not(:focus):not(:disabled),
[data-bs-theme="dark"] .input-group:hover .input-group-text,
[data-bs-theme="dark"] .input-group:hover .form-control,
[data-bs-theme="dark"] .input-group:hover .form-select {
  border-color: #F5C98A !important;
}
[data-bs-theme="dark"] .form-control:focus,
[data-bs-theme="dark"] .form-select:focus,
[data-bs-theme="dark"] .input-group:focus-within .form-control,
[data-bs-theme="dark"] .input-group:focus-within .form-select,
[data-bs-theme="dark"] .input-group:focus-within .input-group-text {
  border-color: #F5C98A !important;
}

/* Invoervelden zijn in het donkere thema LICHTE vlakken. De wit-oppervlak-pin
   verderop zet donkere tekst (#5C4F43) op .form-control/.form-select, maar Vuexy
   geeft die een transparante achtergrond. Zonder eigen achtergrond staat die
   donkere tekst dus op de roestrode pagina: getypte tekst valt weg en de
   placeholder is nauwelijks te lezen (gemeld 2026-07-31 op
   /coaching-via-je-werkgever/ en op het inlogscherm). */
[data-bs-theme="dark"] .form-control,
[data-bs-theme="dark"] textarea.form-control,
[data-bs-theme="dark"] .form-select,
[data-bs-theme="dark"] .input-group .input-group-text {
  background-color: #FFF8F2;
}
[data-bs-theme="dark"] .form-control:disabled,
[data-bs-theme="dark"] .form-control[readonly],
[data-bs-theme="dark"] .form-select:disabled {
  background-color: #F0E4D3;
}
[data-bs-theme="dark"] .form-control::placeholder,
[data-bs-theme="dark"] textarea.form-control::placeholder {
  color: #8A7861;
  opacity: 1;
}

[data-bs-theme="dark"] body:not(.rl-front) .card {
  --bs-card-bg: #9C462F;
}
[data-bs-theme="dark"] .bg-white,
[data-bs-theme="dark"] .alert,
[data-bs-theme="dark"] .form-control,
[data-bs-theme="dark"] .form-select,
[data-bs-theme="dark"] .input-group .input-group-text,
[data-bs-theme="dark"] .table,
[data-bs-theme="dark"] .list-group,
[data-bs-theme="dark"] .list-group-item,
[data-bs-theme="dark"] .nav-tabs,
[data-bs-theme="dark"] .tab-content,
[data-bs-theme="dark"] .tab-pane,
[data-bs-theme="dark"] .modal-content,
[data-bs-theme="dark"] .dropdown-menu,
[data-bs-theme="dark"] .rl-rich-text,
[data-bs-theme="dark"] .rl-quill,
[data-bs-theme="dark"] .rl-search {
  --rl-heading: #2E241D;
  --rl-body: #5C4F43;
  --rl-muted: #8A7861;
  --rl-border: #E6D8C6;
  --bs-heading-color: #2E241D;
  --bs-body-color: #5C4F43;
  --bs-border-color: #E6D8C6;
  --bs-secondary-color: #8A7861;
  --bs-secondary-color-rgb: 138, 120, 97;
  --bs-custom-link-color: #C4593A;
  --bs-custom-link-hover-color: #A54D34;

  --rl-primary: #C4593A;
  --rl-primary-hover: #A84A2F;
  --rl-on-primary: #FFF8F2;
  color: var(--rl-body);
}

/* Uitzondering op de wit-oppervlak-pin hierboven: alert-primary en
   alert-secondary krijgen in het donkere thema een DONKERE gekleurde
   achtergrond (gemeten: rgb(150,67,44) resp. rgb(60,64,84)), waardoor de
   donkere tekst (#5C4F43) erop onleesbaar werd. De overige varianten
   (success/danger/warning/info) hebben in dark juist een lichte achtergrond en
   houden de donkere tekst dus bewust. */
[data-bs-theme="dark"] .alert-primary,
[data-bs-theme="dark"] .alert-secondary {
  --rl-heading: #FDF3EA;
  --rl-body: #FDF3EA;
  --rl-muted: #EBD3C4;
  --bs-heading-color: #FDF3EA;
  --bs-body-color: #FDF3EA;
  --bs-secondary-color: #EBD3C4;
  color: #FDF3EA;
}
[data-bs-theme="dark"] .alert-primary .alert-heading,
[data-bs-theme="dark"] .alert-secondary .alert-heading,
[data-bs-theme="dark"] .alert-primary .alert-link,
[data-bs-theme="dark"] .alert-secondary .alert-link {
  color: #FDF3EA;
}

[data-bs-theme="dark"] body:not(.rl-front) .modal-content {
  --bs-modal-bg: #9C462F;
  background-color: #9C462F;
  --rl-heading: #FDF3EA;
  --rl-body: #F3D5C4;
  --rl-muted: #CF9C80;
  --rl-border: #A04B31;
  --bs-heading-color: #FDF3EA;
  --bs-body-color: #F3D5C4;
  --bs-border-color: #A04B31;
  --bs-secondary-color: #CF9C80;
  --bs-secondary-color-rgb: 207, 156, 128;
  --bs-custom-link-color: #F5C98A;
  --bs-custom-link-hover-color: #EAB973;
  --bs-table-color: #F3D5C4;
  color: #F3D5C4;
}
[data-bs-theme="dark"] body:not(.rl-front) .modal-content .table {
  --bs-table-color: #F3D5C4;
  --bs-table-bg: transparent;
  --bs-border-color: #A04B31;
}

[data-bs-theme="dark"] body:not(.rl-front) .dropdown-menu {
  --bs-dropdown-link-hover-bg: #A5342A;
  --bs-dropdown-link-hover-color: #F5C98A;

  --bs-dropdown-bg: #9C462F;
  --bs-dropdown-link-color: #F3D5C4;
  --bs-dropdown-header-color: #CF9C80;
  --bs-dropdown-divider-bg: #A04B31;
  --bs-dropdown-border-color: #A04B31;
  --bs-dropdown-link-active-color: #93402A;
  --bs-dropdown-link-active-bg: #F5C98A;
  --rl-heading: #FDF3EA;
  --rl-body: #F3D5C4;
  --rl-muted: #CF9C80;
  --rl-border: #A04B31;
  --bs-heading-color: #FDF3EA;
  --bs-body-color: #F3D5C4;
  --bs-border-color: #A04B31;
  --bs-secondary-color: #CF9C80;
  --bs-secondary-color-rgb: 207, 156, 128;
  --bs-custom-link-color: #F5C98A;
  --bs-custom-link-hover-color: #EAB973;
  color: #F3D5C4;
}

[data-bs-theme="dark"] body:not(.rl-front) .layout-navbar .dropdown-shortcuts .dropdown-shortcuts-item .dropdown-shortcuts-icon {
  background-color: rgba(245, 201, 138, .16);
  color: #FFE2C4;
}
[data-bs-theme="dark"] body:not(.rl-front) .layout-navbar .dropdown-shortcuts .dropdown-shortcuts-item:hover {
  background-color: #A5342A;
}
[data-bs-theme="dark"] body:not(.rl-front) .layout-navbar .dropdown-shortcuts .dropdown-shortcuts-item a,
[data-bs-theme="dark"] body:not(.rl-front) .layout-navbar .dropdown-shortcuts .dropdown-shortcuts-item a:hover {
  color: #FDF3EA;
}

@media (max-width: 575.98px) {
  .layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-menu.show,
  .layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-menu.show {
    position: fixed !important;
    inset: 5rem 0.75rem auto 0.75rem !important;
    transform: none !important;
    min-inline-size: 0;
    inline-size: auto;
  }
}

@media (min-width: 1200px) {
  .layout-menu-collapsed .layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-menu.show,
  .layout-menu-collapsed .layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-menu.show {
    inset: auto !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
  }
}

[data-bs-theme="dark"] body:not(.rl-front) .dropdown-item:hover,
[data-bs-theme="dark"] body:not(.rl-front) .dropdown-item:focus {
  background-color: #A5342A !important;
  color: #F5C98A !important;
}

[data-bs-theme="dark"] {
  --bs-menu-bg: #9C462F;
  --bs-menu-color: #F3D5C4;
  --bs-menu-hover-color: #FDF3EA;
  --bs-menu-sub-active-color: #FDF3EA;
  --bs-menu-divider-color: #A04B31;
  --bs-menu-horizontal-active-bg: #A5342A;
}
[data-bs-theme="dark"] .layout-menu .rl-wordmark {
  color: #FDF3EA;
}

[data-bs-theme="dark"] body:not(.rl-front) .layout-navbar.navbar-detached.bg-navbar-theme {
  color: var(--rl-heading);
}
[data-bs-theme="dark"] body:not(.rl-front) .layout-navbar {
  --bs-navbar-color: var(--rl-heading);
  --bs-navbar-hover-color: var(--rl-heading);
  --bs-navbar-active-color: var(--rl-heading);
  --bs-navbar-brand-color: var(--rl-heading);
}

[data-bs-theme="dark"] body:not(.rl-front) .navbar[class*="bg-"]:not(.bg-body-tertiary, .bg-white) {
  background-color: #9C462F !important;
}

[data-bs-theme="dark"] body:not(.rl-front) .layout-navbar .btn-text-secondary {
  --bs-btn-hover-bg: #F5C98A;
  --bs-btn-hover-border-color: #F5C98A;
  --bs-btn-active-bg: #F5C98A;
  --bs-btn-hover-color: #93402A;
  --bs-btn-active-color: #93402A;
}

@media (min-width: 1200px) {
  body:not(.modal-open) .layout-content-navbar .layout-navbar:has(.dropdown-menu.show),
  body:not(.modal-open) .layout-navbar-full .layout-navbar:has(.dropdown-menu.show),
  body:not(.modal-open) .layout-navbar:has(.dropdown-menu.show) {
    z-index: 1090;
  }
}

.layout-navbar .dropdown-menu.show,
.landing-navbar .dropdown-menu.show {
  z-index: 1091;
}

@media (max-width: 991.98px) {
  .landing-navbar .navbar-nav.flex-row .dropdown-menu {
    position: absolute;
    inset-inline-end: 0.5rem;
    inset-inline-start: auto;
    min-inline-size: 0;
    max-inline-size: calc(100vw - 1.5rem);
    max-block-size: calc(100vh - 5rem);
    overflow-y: auto;
  }

  .layout-navbar .navbar-dropdown .dropdown-menu {
    min-inline-size: 0;
  }
}

@media (max-width: 991.98px) {
  .landing-navbar .navbar-brand.app-brand .app-brand-logo .rl-logo-svg {
    height: 44px !important;
  }
}

.rl-theme-switch {
  min-width: 0;
}
.rl-theme-switch-row {
  display: flex;
  gap: 0.375rem;
  padding: 0.375rem;
  justify-content: center;
}

.rl-theme-switch-row .rl-theme-opt {
  flex: 0 1 auto;
  min-width: 3.5rem;
  padding: 0.375rem 0.625rem;
  gap: 0.125rem;
  font-size: 0.75rem;
}
.rl-theme-switch-row .rl-theme-opt i {
  font-size: 1rem;
}
.rl-theme-opt {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-width: 4rem;
  padding: 0.5rem 0.375rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius, 0.375rem);
  background: transparent;
  color: var(--bs-body-color);
  font-size: 0.8125rem;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}
.rl-theme-opt i {
  font-size: 1.25rem;
}
.rl-theme-opt:hover,
.rl-theme-opt:focus-visible {
  border-color: var(--rl-primary);
  background-color: color-mix(in srgb, var(--rl-primary) 8%, transparent);
  outline: none;
}

.rl-theme-opt.active {
  border-color: var(--rl-primary);
  background-color: color-mix(in srgb, var(--rl-primary) 14%, transparent);
  color: var(--rl-primary);
  font-weight: 600;
}
.rl-theme-opt.active i {
  color: var(--rl-primary);
}

[data-bs-theme="dark"] .rl-theme-opt.active {
  background-color: color-mix(in srgb, var(--rl-primary) 24%, transparent);
  color: #fff;
}
[data-bs-theme="dark"] .rl-theme-opt.active i {
  color: #fff;
}

@supports not (background: color-mix(in srgb, red, blue)) {
  .rl-theme-opt.active {
    background-color: var(--rl-mint);
  }
}

@media (max-width: 991.98px) {

  .landing-nav-menu .dropdown-language .dropdown-menu,
  .landing-nav-menu .dropdown-style-switcher .dropdown-menu,
  .dropdown-user .dropdown-language .dropdown-menu,
  .dropdown-user .dropdown-style-switcher .dropdown-menu {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    float: none;
    width: 100%;
    min-inline-size: 0;
    max-block-size: none;
    margin: 0.125rem 0 0.25rem;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding-block: 0;
  }
}

@media (max-width: 991.98px) {
  .landing-nav-menu .navbar-nav.me-auto .nav-item.dropdown .dropdown-menu {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    float: none;
    width: 100%;
    min-inline-size: 0;
    max-block-size: none;
    margin: 0.125rem 0 0.25rem;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding-block: 0;
  }

  .landing-nav-menu .navbar-nav.me-auto .nav-item.dropdown .dropdown-item:not(.rl-lang-opt) {
    padding-inline-start: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .rl-nav-switch-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    justify-content: center;
    gap: 0.25rem 0.5rem;
    margin: 0.125rem 0 0.25rem;
    padding: 0;
    list-style: none;
  }

  .rl-nav-switch-row > .nav-item {
    display: contents;
  }

  .rl-nav-switch-row .nav-link.dropdown-toggle {
    order: 1;
    margin: 0;
  }

  .rl-nav-switch-row .dropdown-menu {
    order: 2;
    flex: 0 0 100%;
  }

  .rl-nav-switch-row .dropdown-item {
    font-size: 0.9375rem;
    padding-block: 0.375rem;
  }
}

body.rl-front {

  --rl-radius-pill: 999px;
  --rl-radius-card: 28px;
  --rl-radius-card-sm: 24px;
  --rl-radius-band: 36px;
  --rl-radius-tile: 18px;
  --rl-radius-avatar-asym: 44px 44px 44px 12px;
  --rl-radius-hero-photo: 44px 44px 44px 160px;

  --rl-shadow-card: 0 8px 24px rgba(120, 80, 50, .07);
  --rl-shadow-float: 0 16px 40px rgba(120, 80, 50, .16);
  --rl-shadow-aside: 0 12px 32px rgba(120, 80, 50, .08);
  --rl-shadow-search: 0 10px 30px rgba(120, 80, 50, .08);

  --rl-font-heading: 'Bricolage Grotesque', 'Public Sans', sans-serif;
  --rl-font-body: 'Karla', 'Public Sans', sans-serif;
}

html[data-bs-theme="light"] body.rl-front {

  --rl-bg: #FAF6F0;
  --rl-paper: #FFFFFF;
  --rl-heading: #2E241D;
  --rl-body: #5C4F43;
  --rl-muted: #8A7861;
  --rl-placeholder: #A08D78;
  --rl-border: #E6D8C6;
  --rl-hairline: #EEE1CF;

  --rl-primary: #C4593A;
  --rl-primary-hover: #A84A2F;
  --rl-primary-light: #E08B6D;
  --rl-on-primary: #FFF8F2;

  --rl-sand-bg: #F0E4D3;   --rl-sand-text: #8A5A2E;
  --rl-sage-bg: #E3E9DB;   --rl-sage-text: #5E6B4E;   --rl-sage-solid: #8A9B7E;
  --rl-blush-bg: #F4DDD4;  --rl-blush-text: #A2543A;

  --rl-verified-bg: #E3E9DB;
  --rl-verified-text: #5C8A5E;
  --rl-verified-icon-bg: #5C8A5E;

  --rl-footer: #2E241D;
  --rl-footer-link: #E8DDCF;

  --bs-primary: #C4593A;
  --bs-primary-rgb: 196, 89, 58;
  --bs-body-bg: #F3ECDF;
  --bs-body-bg-rgb: 243, 236, 223;
  --bs-body-color: #5C4F43;
  --bs-body-color-rgb: 92, 79, 67;
  --bs-heading-color: #2E241D;
  --bs-link-color: #C4593A;
  --bs-link-color-rgb: 196, 89, 58;
  --bs-link-hover-color: #A84A2F;
  --bs-border-color: #E6D8C6;
  --bs-paper-bg: #FFFFFF;
  --bs-primary-bg-subtle: #F0E4D3;
  --bs-primary-border-subtle: #E0D2BF;
  --bs-primary-text-emphasis: #8A5A2E;
}

html[data-bs-theme="light"] body.rl-front {
  background-color: var(--rl-bg);
}

html[data-bs-theme="dark"] body.rl-front {

  --rl-bg: #8A3A24;
  --rl-paper: #FFFFFF;

  --rl-heading: #FDF3EA;
  --rl-body: #F3D5C4;
  --rl-muted: #CF9C80;
  --rl-placeholder: #A08D78;
  --rl-border: #A04B31;
  --rl-hairline: #984428;

  --rl-primary: #F5C98A;
  --rl-primary-hover: #EAB973;
  --rl-primary-light: #F5C98A;
  --rl-on-primary: #93402A;

  --rl-sand-bg: #96432C;   --rl-sand-text: #FFE2C4;
  --rl-sage-bg: #96432C;   --rl-sage-text: #FFE2C4;   --rl-sage-solid: #8A9B7E;
  --rl-blush-bg: #96432C;  --rl-blush-text: #FFE2C4;

  --rl-verified-bg: #E3E9DB;
  --rl-verified-text: #5C8A5E;
  --rl-verified-icon-bg: #5C8A5E;

  --rl-footer: #2E241D;
  --rl-footer-link: #E8DDCF;

  --bs-primary: #F5C98A;
  --bs-primary-rgb: 245, 201, 138;
  --bs-body-bg: #9C462F;
  --bs-body-bg-rgb: 156, 70, 47;
  --bs-body-color: #F3D5C4;
  --bs-body-color-rgb: 243, 213, 196;
  --bs-heading-color: #FDF3EA;
  --bs-link-color: #F5C98A;
  --bs-link-color-rgb: 245, 201, 138;
  --bs-link-hover-color: #EAB973;
  --bs-border-color: #A04B31;
  --bs-paper-bg: #FFFFFF;

  --bs-paper-bg-rgb: 255, 255, 255;
  --bs-primary-bg-subtle: #96432C;
  --bs-primary-border-subtle: #A04B31;
  --bs-primary-text-emphasis: #FFE2C4;

  --bs-secondary-color: #CF9C80;
  --bs-secondary-color-rgb: 207, 156, 128;

  --bs-custom-link-color: var(--rl-primary);
  --bs-custom-link-hover-color: var(--rl-primary-hover);
}
html[data-bs-theme="dark"] body.rl-front {
  background-color: var(--rl-bg);
}

html[data-bs-theme="dark"] body.rl-front a:not(.btn):not(.dropdown-item):not(.rl-chip-toggle):not(.rl-seg-opt):not(.rl-hp-link):not(.footer-link) { color: var(--bs-custom-link-color); }
html[data-bs-theme="dark"] body.rl-front a:not(.btn):not(.dropdown-item):not(.rl-chip-toggle):not(.rl-seg-opt):not(.rl-hp-link):not(.footer-link):hover { color: var(--bs-custom-link-hover-color); }

html[data-bs-theme="dark"] body.rl-front .card,
html[data-bs-theme="dark"] body.rl-front .rl-shadow-card { box-shadow: 0 8px 24px rgba(60, 15, 5, .28); }
html[data-bs-theme="dark"] body.rl-front .rl-shadow-float { box-shadow: 0 16px 40px rgba(50, 12, 4, .30); }
html[data-bs-theme="dark"] body.rl-front .rl-shadow-search { box-shadow: 0 10px 30px rgba(60, 15, 5, .20); }
html[data-bs-theme="dark"] body.rl-front .rl-shadow-aside { box-shadow: 0 12px 32px rgba(60, 15, 5, .22); }

html[data-bs-theme="dark"] body.rl-front .card,
html[data-bs-theme="dark"] body.rl-front .bg-white,
html[data-bs-theme="dark"] body.rl-front .rl-chip,
html[data-bs-theme="dark"] body.rl-front .rl-chip-toggle,
html[data-bs-theme="dark"] body.rl-front .rl-search,
html[data-bs-theme="dark"] body.rl-front .rl-role-card,
html[data-bs-theme="dark"] body.rl-front .rl-auth-privacy-card,
html[data-bs-theme="dark"] body.rl-front .rl-thread-list,
html[data-bs-theme="dark"] body.rl-front .rl-composer,
html[data-bs-theme="dark"] body.rl-front .rl-bubble-in,
html[data-bs-theme="dark"] body.rl-front .rl-select-pill,
html[data-bs-theme="dark"] body.rl-front .rl-btn-google,
html[data-bs-theme="dark"] body.rl-front .rl-thema-aside,
html[data-bs-theme="dark"] body.rl-front .rl-qcard,
html[data-bs-theme="dark"] body.rl-front .rl-answer-pill,
html[data-bs-theme="dark"] body.rl-front .rl-focus-topbar,
html[data-bs-theme="dark"] body.rl-front .rl-btn-pill-outline,
html[data-bs-theme="dark"] body.rl-front .rl-seg,
html[data-bs-theme="dark"] body.rl-front .rl-attach-pending,
html[data-bs-theme="dark"] body.rl-front .rl-card-sand,

html[data-bs-theme="dark"] body.rl-front .form-control,
html[data-bs-theme="dark"] body.rl-front .form-select,
html[data-bs-theme="dark"] body.rl-front textarea.form-control,
html[data-bs-theme="dark"] body.rl-front .rl-quick-answer {
  --rl-heading: #2E241D;
  --rl-body: #5C4F43;
  --rl-muted: #8A7861;
  --rl-placeholder: #A08D78;
  --rl-border: #E6D8C6;
  --rl-hairline: #EEE1CF;
  --rl-sand-bg: #F0E4D3;   --rl-sand-text: #8A5A2E;
  --rl-sage-bg: #E3E9DB;   --rl-sage-text: #5E6B4E;
  --rl-blush-bg: #F4DDD4;  --rl-blush-text: #A2543A;
  --rl-primary-tint: #FDF1EC;
  --bs-heading-color: #2E241D;
  --bs-body-color: #5C4F43;
  --bs-border-color: #E6D8C6;

  --bs-secondary-color: #8A7861;
  --bs-secondary-color-rgb: 138, 120, 97;

  --bs-custom-link-color: #C4593A;
  --bs-custom-link-hover-color: #A54D34;

  --rl-primary: #C4593A;
  --rl-primary-hover: #A84A2F;
  --rl-on-primary: #FFF8F2;
  color: var(--rl-body);
}

html[data-bs-theme="dark"] body.rl-front .landing-navbar .dropdown-menu {
  --rl-heading: #2E241D;
  --rl-body: #5C4F43;
  --rl-muted: #8A7861;
  --rl-placeholder: #A08D78;
  --rl-border: #E6D8C6;
  --rl-hairline: #EEE1CF;
  --rl-sand-bg: #F0E4D3;   --rl-sand-text: #8A5A2E;
  --rl-sage-bg: #E3E9DB;   --rl-sage-text: #5E6B4E;
  --rl-blush-bg: #F4DDD4;  --rl-blush-text: #A2543A;
  --rl-primary-tint: #FDF1EC;
  --bs-heading-color: #2E241D;
  --bs-body-color: #5C4F43;
  --bs-border-color: #E6D8C6;
  --bs-secondary-color: #8A7861;
  --bs-secondary-color-rgb: 138, 120, 97;
  --bs-custom-link-color: #C4593A;
  --bs-custom-link-hover-color: #A54D34;

  --bs-dropdown-link-hover-bg: #A5342A;
  --bs-dropdown-link-hover-color: #F5C98A;
  color: var(--rl-body);
}

html[data-bs-theme="dark"] body.rl-front .navbar.landing-navbar {
  --bs-front-navbar-bg: rgba(255, 255, 255, .08);
  --bs-front-navbar-border-color: rgba(255, 255, 255, .14);
}

html[data-bs-theme="dark"] body.rl-front .landing-navbar .rl-navpill {
  font-weight: 300;
  color: var(--rl-heading) !important;
}

html[data-bs-theme="dark"] body.rl-front .landing-navbar .rl-navpill.active {
  background: #F5C98A;
  color: #93402A !important;
}
html[data-bs-theme="dark"] body.rl-front .landing-navbar .nav-link:not(.rl-navpill) {
  color: var(--rl-heading);
}
html[data-bs-theme="dark"] body.rl-front .landing-navbar .nav-link .text-heading {
  color: var(--rl-heading) !important;
}

@media (max-width: 991.98px) {
  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu {
    inline-size: 100%;
    max-inline-size: none;
    background-color: #8A3A24;
    padding: 4.5rem 1.5rem 2rem;
    text-align: center;
    --rl-heading: #FDF3EA;
    --rl-body: #F3D5C4;
    --rl-muted: #CF9C80;
    --rl-border: #A04B31;
    --bs-heading-color: #FDF3EA;
    --bs-body-color: #F3D5C4;
    --bs-border-color: #A04B31;
    --bs-custom-link-color: #F5C98A;
    --bs-custom-link-hover-color: #EAB973;
    color: #F3D5C4;
  }

  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu .navbar-nav {
    align-items: center;
  }
  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu .nav-link {
    font-size: 1.25rem;
    justify-content: center;

    padding-block: .5rem;
    margin-block: .75rem;
    min-inline-size: min(20rem, 82vw);
  }

  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu .rl-nav-switch-row .nav-link {
    min-inline-size: 0;
    margin-block: 0;
  }
  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .rl-navpill,
  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .nav-link:not(.rl-navpill),
  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .nav-link .text-heading,
  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .navbar-toggler,
  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .navbar-toggler .text-heading {
    color: #FDF3EA !important;
  }

  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .rl-navpill.active,
  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .nav-link.active {
    background: #F5C98A;
    color: #93402A !important;
  }
  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .nav-link:hover {
    color: #EAB973 !important;
  }

  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu .dropdown-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: center;
    --bs-dropdown-bg: transparent;
    --bs-dropdown-link-color: #F3D5C4;
    --bs-dropdown-link-hover-bg: rgba(245, 201, 138, .15);
    --bs-dropdown-link-hover-color: #FDF3EA;
    --bs-dropdown-link-active-bg: #F5C98A;
    --bs-dropdown-link-active-color: #93402A;

    --rl-heading: #FDF3EA;
    --rl-body: #F3D5C4;
    --bs-heading-color: #FDF3EA;
    --bs-body-color: #F3D5C4;
    --bs-border-color: rgba(253, 243, 234, .35);
  }

  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu .rl-theme-switch {
    margin-inline: auto;
    max-inline-size: 26rem;
  }
  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu .rl-theme-switch-row {
    justify-content: center;
  }
  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu .dropdown-item {
    color: #F3D5C4;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    border-radius: var(--rl-radius-pill, 50rem);
  }
  html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu .dropdown-item.active {
    background: #F5C98A;
    color: #93402A;
  }
}

@media (max-width: 991.98px) {
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu {
    inline-size: 100%;
    max-inline-size: none;
    background-color: #FAF6F0;
    padding: 4.5rem 1.5rem 2rem;
    text-align: center;
    --rl-heading: #2E241D;
    --rl-body: #5D4C41;
    --rl-muted: #8A7566;
    --rl-border: #E5D5C5;
    --bs-heading-color: #2E241D;
    --bs-body-color: #5D4C41;
    --bs-border-color: #E5D5C5;
    --bs-custom-link-color: #C4593A;
    --bs-custom-link-hover-color: #A5462E;
    color: #5D4C41;
  }
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu .navbar-nav {
    align-items: center;
  }
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu .nav-link {
    font-size: 1.25rem;
    justify-content: center;

    padding-block: .5rem;
    margin-block: .75rem;
    min-inline-size: min(20rem, 82vw);
  }

  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu .rl-nav-switch-row .nav-link {
    min-inline-size: 0;
    margin-block: 0;
  }
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .rl-navpill,
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .nav-link:not(.rl-navpill),
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .nav-link .text-heading,
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .navbar-toggler,
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .navbar-toggler .text-heading {
    color: #2E241D !important;
  }
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .rl-navpill.active,
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .nav-link.active {
    background: #F5C98A;
    color: #93402A !important;
  }
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu.navbar-collapse .nav-link:hover {
    color: #C4593A !important;
  }
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu .dropdown-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: center;
    --bs-dropdown-bg: transparent;
    --bs-dropdown-link-color: #5D4C41;
    --bs-dropdown-link-hover-bg: rgba(196, 89, 58, .08);
    --bs-dropdown-link-hover-color: #2E241D;
    --bs-dropdown-link-active-bg: #F5C98A;
    --bs-dropdown-link-active-color: #93402A;
    --rl-heading: #2E241D;
    --rl-body: #5D4C41;
    --bs-heading-color: #2E241D;
    --bs-body-color: #5D4C41;
    --bs-border-color: #E5D5C5;
  }
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu .rl-theme-switch {
    margin-inline: auto;
    max-inline-size: 26rem;
  }
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu .rl-theme-switch-row {
    justify-content: center;
  }
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu .dropdown-item {
    color: #5D4C41;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    border-radius: var(--rl-radius-pill, 50rem);
  }
  html:not([data-bs-theme="dark"]) body.rl-front .landing-navbar .landing-nav-menu .dropdown-item.active {
    background: #F5C98A;
    color: #93402A;
  }
}

/* DARK + sticky (besluit Bart 2026-07-29): de gescrollde balk blijft DONKERROOD
   met WITTE tekst — dus hetzelfde beeld als de niet-gescrollde balk, alleen met
   oppervlak/schaduw. Deze regels zetten eerder tekst+logo donker (voor een licht
   balk-oppervlak); dat is teruggedraaid. Het logo houdt dus de dark-variant. */
html[data-bs-theme="dark"] body.rl-front .layout-navbar.rl-navbar-scrolled .rl-logo-dark {
  display: block !important;
}
html[data-bs-theme="dark"] body.rl-front .layout-navbar.rl-navbar-scrolled .rl-logo-light {
  display: none !important;
}

html[data-bs-theme="dark"] body.rl-front .layout-navbar.rl-navbar-scrolled .rl-navpill {
  color: #FAF6F0 !important;
}

html[data-bs-theme="dark"] body.rl-front .layout-navbar.rl-navbar-scrolled .rl-navpill.active {
  color: #2E241D !important;
}
html[data-bs-theme="dark"] body.rl-front .layout-navbar.rl-navbar-scrolled .nav-link:not(.rl-navpill) {
  color: #FAF6F0;
}
html[data-bs-theme="dark"] body.rl-front .layout-navbar.rl-navbar-scrolled .nav-link .text-heading {
  color: #FAF6F0 !important;
}

html[data-bs-theme="dark"] body.rl-front .layout-navbar.rl-navbar-scrolled .navbar-toggler,
html[data-bs-theme="dark"] body.rl-front .layout-navbar.rl-navbar-scrolled .navbar-toggler .text-heading {
  color: #FAF6F0 !important;
}

html[data-bs-theme="dark"] body.rl-front .rl-search input::placeholder {
  color: #D9A98F;
}

html[data-bs-theme="dark"] body.rl-front .rl-btn-search-dark {
  background: #FDF3EA; border-color: #FDF3EA; color: #8A3A24;
}
html[data-bs-theme="dark"] body.rl-front .rl-btn-search-dark:hover {
  background: #F5C98A; border-color: #F5C98A; color: #93402A;
}

html[data-bs-theme="dark"] body.rl-front .rl-card-dark {
  background: #4A190F;
  color: #FDF3EA;
}

body.rl-front .btn-primary {
  --bs-btn-bg: var(--rl-primary);
  --bs-btn-border-color: var(--rl-primary);
  --bs-btn-color: var(--rl-on-primary);
  --bs-btn-hover-bg: var(--rl-primary-hover);
  --bs-btn-hover-border-color: var(--rl-primary-hover);
  --bs-btn-hover-color: var(--rl-on-primary);
  --bs-btn-active-bg: var(--rl-primary-hover);
  --bs-btn-active-border-color: var(--rl-primary-hover);
  --bs-btn-active-color: var(--rl-on-primary);
  --bs-btn-disabled-bg: var(--rl-primary);
  --bs-btn-disabled-border-color: var(--rl-primary);
  border-radius: var(--rl-radius-pill);
}
body.rl-front .btn-outline-primary {
  --bs-btn-color: var(--rl-primary);
  --bs-btn-border-color: var(--rl-primary);
  --bs-btn-hover-color: var(--rl-on-primary);
  --bs-btn-hover-bg: var(--rl-primary);
  --bs-btn-hover-border-color: var(--rl-primary);
  --bs-btn-active-color: var(--rl-on-primary);
  --bs-btn-active-bg: var(--rl-primary);
  --bs-btn-active-border-color: var(--rl-primary);
  border-radius: var(--rl-radius-pill);
}
body.rl-front .btn-label-primary,
body.rl-front .bg-label-primary {
  background-color: var(--rl-sand-bg) !important;
  color: var(--rl-sand-text) !important;
}
body.rl-front .btn-label-primary:hover {
  background-color: var(--rl-primary) !important;
  color: var(--rl-on-primary) !important;
}
body.rl-front .text-primary { color: var(--rl-primary) !important; }

body.rl-front { font-family: var(--rl-font-body); }
body.rl-front h1, body.rl-front h2, body.rl-front h3,
body.rl-front .rl-heading-font {
  font-family: var(--rl-font-heading);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: pretty;
}
body.rl-front .card {
  border-radius: var(--rl-radius-card);
  box-shadow: var(--rl-shadow-card);
  border-color: var(--rl-border);
}

body.rl-front .rl-router-card {
  color: inherit;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
body.rl-front .rl-router-card:hover,
body.rl-front .rl-router-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: var(--rl-shadow-float);
  border-color: var(--rl-primary);
}
body.rl-front .badge.bg-label-success,
body.rl-front .avatar-initial.bg-label-success {
  background-color: var(--rl-verified-bg) !important;
  color: var(--rl-verified-text) !important;
}
body.rl-front .avatar-initial.bg-label-primary {
  background-color: var(--rl-sand-bg) !important;
  color: var(--rl-sand-text) !important;
}
body.rl-front .rl-chip-sand { background: var(--rl-sand-bg); color: var(--rl-sand-text); }
body.rl-front .rl-chip-sage { background: var(--rl-sage-bg); color: var(--rl-sage-text); }
body.rl-front .rl-chip-blush { background: var(--rl-blush-bg); color: var(--rl-blush-text); }

body.rl-front .rl-chip-sand,
body.rl-front .rl-chip-sage,
body.rl-front .rl-chip-blush {
  border-radius: var(--rl-radius-pill);
  padding: .3rem .8rem;
  font-weight: 600;
  font-size: .8125rem;
  display: inline-block;
}

body.rl-front .rl-band { background: var(--bs-body-bg); border-radius: 0; }
body.rl-front .rl-band-cta {
  background: var(--rl-primary); color: var(--rl-on-primary);
  border-radius: var(--rl-radius-band);
}
body.rl-front .rl-band-cta h2,
body.rl-front .rl-band-cta .rl-heading-font { color: var(--rl-on-primary); }
body.rl-front .rl-icon-tile {
  width: 3.25rem; height: 3.25rem; border-radius: var(--rl-radius-tile);
  display: flex; align-items: center; justify-content: center;
}
body.rl-front .rl-icon-tile.rl-sand  { background: var(--rl-sand-bg);  color: var(--rl-sand-text); }
body.rl-front .rl-icon-tile.rl-sage  { background: var(--rl-sage-bg);  color: var(--rl-sage-text); }
body.rl-front .rl-icon-tile.rl-blush { background: var(--rl-blush-bg); color: var(--rl-blush-text); }

body.rl-front .rl-avatar-asym { border-radius: var(--rl-radius-avatar-asym); object-fit: cover; }
body.rl-front .rl-photo-hero  { border-radius: var(--rl-radius-hero-photo); }

body.rl-front .rl-photo-placeholder {
  background: repeating-linear-gradient(-45deg, var(--rl-sand-bg) 0 14px, var(--rl-blush-bg) 14px 28px);
}

body.rl-front .rl-card-cta { color: var(--rl-primary); font-weight: 700; text-decoration: none; }
body.rl-front .rl-card-cta:hover { color: var(--rl-primary-hover); }

body.rl-front .rl-search {
  border-radius: var(--rl-radius-pill);
  border-color: var(--rl-border);
  box-shadow: var(--rl-shadow-search);
  background: var(--rl-paper);
}
body.rl-front .rl-search input::placeholder { color: var(--rl-placeholder); }
body.rl-front .rl-search .btn,
body.rl-front .rl-search button {
  border-radius: var(--rl-radius-pill);
}

body.rl-front .rl-btn-search-dark {
  background: var(--rl-heading); border-color: var(--rl-heading); color: var(--rl-bg);
  border-radius: var(--rl-radius-pill); font-weight: 700;
}
body.rl-front .rl-btn-search-dark:hover {
  background: var(--rl-primary); border-color: var(--rl-primary); color: var(--rl-on-primary);
}

body.rl-front .rl-avatar-solid-sage { background: var(--rl-sage-solid); color: #fff; }

body.rl-front .rl-chip {
  border-radius: var(--rl-radius-pill);
  border-color: var(--rl-border);
  font-weight: 600;
}
body.rl-front .rl-chip:hover { border-color: var(--rl-primary); }

body.rl-front .btn-outline-dark-pill {
  border: 2px solid var(--rl-heading);
  border-radius: var(--rl-radius-pill);
  background: transparent;
  color: var(--rl-heading);
  font-weight: 700;
}
body.rl-front .btn-outline-dark-pill:hover {
  background: var(--rl-heading);
  color: var(--rl-bg);
}

body.rl-front .rl-step-num { background: var(--rl-primary); color: var(--rl-on-primary); }

body.rl-front .pagination .page-link {
  border-radius: 50%; width: 2.625rem; height: 2.625rem;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0; border-color: var(--rl-border);
}
body.rl-front .pagination .page-item.active .page-link {
  background: var(--rl-heading); border-color: var(--rl-heading); color: var(--rl-bg);
}

[data-bs-theme="dark"] .pagination {
  --bs-pagination-bg: rgba(245, 201, 138, .14);
  --bs-pagination-border-color: rgba(253, 243, 234, .25);
  --bs-pagination-color: #FDF3EA;
  --bs-pagination-hover-bg: #A5342A;
  --bs-pagination-hover-color: #F5C98A;
  --bs-pagination-hover-border-color: #A5342A;
  --bs-pagination-disabled-bg: rgba(245, 201, 138, .06);
  --bs-pagination-disabled-color: rgba(253, 243, 234, .45);
  --bs-pagination-disabled-border-color: transparent;
}

body.rl-front .rl-select-pill {
  border-radius: var(--rl-radius-pill);
  border-color: var(--rl-border);
  font-weight: 700;
  color: var(--rl-heading);
  background-color: var(--rl-paper);
}

body.rl-front .rl-check-tile {
  display: flex; align-items: center; gap: .625rem;
  font-size: .9375rem; color: var(--rl-body); cursor: pointer;
}
body.rl-front .rl-check-tile input[type="radio"] {
  appearance: none; -webkit-appearance: none;
  width: 19px; height: 19px; flex: none;
  border-radius: 6px; border: 1.5px solid var(--rl-border);
  background: var(--rl-paper);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
}
body.rl-front .rl-check-tile input[type="radio"]:checked {
  background: var(--rl-primary); border-color: var(--rl-primary);
}
body.rl-front .rl-check-tile input[type="radio"]:checked::after {
  content: "\2713";
  color: var(--rl-on-primary);
  font-size: 11px;
  line-height: 1;
}
body.rl-front .rl-chip-toggle {
  display: inline-flex; align-items: center;
  font-size: .84375rem; font-weight: 600;
  border-radius: var(--rl-radius-pill);
  border: 1.5px solid var(--rl-border);
  padding: .4375rem .9375rem;

  color: var(--rl-heading); background: var(--rl-paper);
  cursor: pointer; text-decoration: none;
}
body.rl-front .rl-chip-toggle.active {
  background: var(--rl-sand-bg); color: var(--rl-sand-text); border-color: transparent;
}
body.rl-front input[type="range"].rl-range {
  width: 100%; height: 6px; border-radius: var(--rl-radius-pill);
  background: var(--rl-sand-bg); accent-color: var(--rl-primary);
}

body.rl-front .rl-sticky { position: sticky; top: 1.25rem; }

body.rl-front .rl-card-sand {
  background: var(--bs-body-bg);
  border-radius: var(--rl-radius-card-sm);
  padding: 1.5rem;
}

html[data-bs-theme="dark"] body.rl-front .rl-card-sand {
  background: #F3ECDF;
}

html[data-bs-theme="light"] body.rl-front {
  --rl-sand-solid: #D8A266;
}
html[data-bs-theme="dark"] body.rl-front {
  --rl-sand-solid: #D8A266;
}

body.rl-front .rl-card-dark {
  background: var(--rl-heading);
  color: var(--rl-bg);
  border-radius: var(--rl-radius-card);
}
body.rl-front .rl-card-dark .text-body-secondary,
body.rl-front .rl-card-dark small { color: rgba(250, 246, 240, .65) !important; }
body.rl-front .rl-card-dark .rl-icon-tile { background: rgba(250, 246, 240, .12); color: var(--rl-bg); }

body.rl-front .rl-progress-dark { background: rgba(250, 246, 240, .14); border-radius: var(--rl-radius-pill); height: .625rem; }
body.rl-front .rl-progress-dark .progress-bar { background: var(--rl-primary-light); border-radius: var(--rl-radius-pill); }

body.rl-front .rl-badge-featured {
  position: absolute; top: -.8125rem; left: 2.125rem;
  background: var(--rl-primary); color: var(--rl-on-primary);
  border-radius: var(--rl-radius-pill); font-size: .78125rem; font-weight: 700;
  padding: .375rem .875rem;
}

body.rl-front .rl-timeline { position: relative; }
body.rl-front .rl-timeline::before {
  content: ""; position: absolute; left: 1.5rem; right: 1.5rem; top: 1.4375rem;
  height: 2px; background: var(--rl-sand-border, #E0D2BF);
}
body.rl-front .rl-timeline .rl-step-num { position: relative; z-index: 1; }

body.rl-front .badge.bg-label-warning {
  background-color: var(--rl-sand-bg) !important;
  color: var(--rl-sand-text) !important;
}
body.rl-front .badge.bg-label-danger {
  background-color: var(--rl-blush-bg) !important;
  color: var(--rl-blush-text) !important;
}

body.rl-front .rl-request-row {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 1.375rem;
  align-items: center;
}
@media (max-width: 767.98px) {
  body.rl-front .rl-request-row { grid-template-columns: auto 1fr; row-gap: .75rem; }
  body.rl-front .rl-request-row > :nth-child(3),
  body.rl-front .rl-request-row > :nth-child(4) { grid-column: 1 / -1; }
}
body.rl-front .rl-request-row.rl-request-declined { opacity: .75; }

body.rl-front .rl-avatar-solid-sand { background: var(--rl-sand-solid); color: #fff; }

body.rl-front .rl-navpill {
  border-radius: var(--rl-radius-pill) !important;
  padding: .5625rem 1rem;
  font-weight: 600;
  color: var(--rl-body) !important;
}
body.rl-front .rl-navpill.active {
  background: var(--rl-sand-bg);
  color: var(--rl-sand-text) !important;
}
body.rl-front .rl-navpill .badge { position: static; transform: none; }

body.rl-front .rl-auth-shell { min-height: 100vh; }
body.rl-front .rl-auth-panel {
  background: var(--bs-body-bg);
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 3.5rem;
}
body.rl-front .rl-auth-privacy-card {
  background: var(--rl-paper);
  border-radius: var(--rl-radius-card-sm);
  box-shadow: var(--rl-shadow-aside);
  padding: 1.375rem 1.5rem;
}
body.rl-front .rl-auth-form-col { display: flex; align-items: center; justify-content: center; padding: 3.5rem; }

body.rl-front .rl-role-card {
  display: block; cursor: pointer;
  border: 1.5px solid var(--rl-border);
  background: var(--rl-paper);
  border-radius: var(--rl-radius-tile);
  padding: 1rem;
}
body.rl-front .rl-role-card input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
body.rl-front .rl-role-card:has(input:checked) {
  border-color: var(--rl-primary);
  border-width: 2px;
}
body.rl-front .rl-role-card:has(input:checked) .rl-role-card-label { color: var(--rl-heading); }
body.rl-front .rl-role-card:focus-within { outline: 2px solid var(--rl-primary); outline-offset: 2px; }

body.rl-front .rl-auth-divider {
  display: flex; align-items: center; gap: 1rem;
  color: var(--rl-body-secondary, #8a8175);
  font-size: 0.8125rem;
}
body.rl-front .rl-auth-divider::before,
body.rl-front .rl-auth-divider::after {
  content: ""; flex: 1 1 auto;
  border-top: 1px solid var(--rl-border);
}
body.rl-front .rl-btn-google {
  display: flex; align-items: center; justify-content: center; gap: 0.625rem;
  width: 100%;
  border: 1.5px solid var(--rl-border);
  background: var(--rl-paper);
  color: var(--rl-heading);
  border-radius: 50rem;
  padding: 0.6rem 1rem;
  font-weight: 600;
}
body.rl-front .rl-btn-google:hover {
  border-color: var(--rl-primary);
  background: var(--rl-paper);
}
body.rl-front .rl-btn-google:focus-visible { outline: 2px solid var(--rl-primary); outline-offset: 2px; }
body.rl-front .rl-btn-google i { color: #ea4335; }

body.rl-front .rl-inbox-shell {
  --rl-navbar-clear: 8.5rem;
  margin-top: var(--rl-navbar-clear);
  min-height: calc(100vh - var(--rl-navbar-clear));
}
body.rl-front .rl-thread-list { background: var(--rl-paper); border-right: 1.5px solid var(--rl-hairline); }
body.rl-front .rl-thread-item {
  display: flex; gap: .875rem; padding: 1rem 1.5rem;
  text-decoration: none; color: inherit;
  border-bottom: 1.5px solid var(--rl-hairline);
  border-left: 3px solid transparent;
}
body.rl-front .rl-thread-item.active { background: var(--bs-body-bg); border-left-color: var(--rl-primary); }
body.rl-front .rl-thread-item:hover { background: var(--bs-body-bg); }
body.rl-front .rl-thread-unread-dot { width: .625rem; height: .625rem; border-radius: 50%; background: var(--rl-primary); flex: none; }

body.rl-front .rl-chat-pane { background: var(--rl-bg); }
body.rl-front .rl-chat-secure-pill {
  align-self: center; font-size: .75rem; font-weight: 700; color: var(--rl-placeholder);
  background: var(--bs-body-bg); border-radius: var(--rl-radius-pill); padding: .375rem .875rem;
}

body.rl-front .rl-bubble-col { max-width: 60%; }
body.rl-front .rl-bubble {
  max-width: 100%; padding: .875rem 1.125rem; font-size: .9375rem; line-height: 1.55;
}
body.rl-front .rl-bubble-in { background: var(--rl-paper); border: 1.5px solid var(--rl-border); border-radius: 20px 20px 20px 6px; color: var(--rl-heading); }
body.rl-front .rl-bubble-out { background: var(--rl-primary); color: var(--rl-on-primary); border-radius: 20px 20px 6px 20px; }

body.rl-front .rl-bubble-meta { font-size: .71875rem; color: var(--rl-body); margin-top: .3125rem; }

body.rl-front .rl-composer {
  background: var(--rl-paper); border-top: 1.5px solid var(--rl-hairline);
  padding: 1.125rem 2rem 1.5rem; display: flex; gap: .75rem; align-items: center;
}
body.rl-front .rl-composer .form-control {
  border-radius: var(--rl-radius-pill); border-color: var(--rl-border); background: var(--rl-bg);
}

html[data-bs-theme="light"] body.rl-front { --rl-primary-tint: #FDF1EC; }
html[data-bs-theme="dark"]  body.rl-front { --rl-primary-tint: rgba(245, 201, 138, .18); }

body.rl-front .rl-eyebrow {
  font-size: .8125rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--rl-primary);
}

body.rl-front .rl-focus-topbar {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.25rem 2rem;
  background: var(--rl-paper);
  border-bottom: 1.5px solid var(--rl-hairline);
}
body.rl-front .rl-focus-topbar .rl-focus-title {
  font-size: .90625rem; font-weight: 700; color: var(--rl-body);
  text-align: center; flex: 1; min-width: 0;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

body.rl-front .rl-focus-topbar .rl-logo .rl-logo-svg { height: 40px !important; }

html[data-bs-theme="dark"] body.rl-front .rl-focus-topbar .rl-logo-dark { display: none !important; }
html[data-bs-theme="dark"] body.rl-front .rl-focus-topbar .rl-logo-light { display: block !important; }

body.rl-front .rl-btn-pill-outline {
  display: inline-flex; align-items: center; gap: .375rem;
  font-size: .9375rem; font-weight: 700; color: var(--rl-body);
  background: var(--rl-paper);
  border: 1.5px solid var(--rl-border);
  border-radius: var(--rl-radius-pill);
  padding: .75rem 1.625rem;
  text-decoration: none; cursor: pointer;
  transition: border-color .15s ease;
}
body.rl-front .rl-btn-pill-outline:hover { border-color: var(--rl-primary); color: var(--rl-heading); }
body.rl-front .rl-btn-pill-outline:focus-visible { outline: 2px solid var(--rl-primary); outline-offset: 2px; }

body.rl-front .rl-seg {
  display: inline-flex; gap: 5px;
  background: var(--rl-paper);
  border: 1.5px solid var(--rl-border);
  border-radius: var(--rl-radius-pill);
  padding: 4px;
}
body.rl-front .rl-seg .rl-seg-opt {
  min-width: 2rem; height: 1.875rem; padding: 0 .5rem;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--rl-radius-pill);
  font-size: .84375rem; font-weight: 700; color: var(--rl-body);
  text-decoration: none;
}
body.rl-front .rl-seg .rl-seg-opt.active {
  background: var(--rl-primary); color: var(--rl-on-primary);
}
body.rl-front .rl-seg .rl-seg-opt:focus-visible { outline: 2px solid var(--rl-primary); outline-offset: 2px; }

body.rl-front .rl-take-progress {
  height: .5rem; border-radius: var(--rl-radius-pill);
  background: var(--rl-sand-bg); overflow: hidden;
}
body.rl-front .rl-take-progress .progress-bar {
  background: var(--rl-primary); border-radius: var(--rl-radius-pill);
}

body.rl-front .rl-qcard {
  background: var(--rl-paper);
  border: 1.5px solid var(--rl-sand-bg);
  border-radius: var(--rl-radius-card);
  padding: 1.75rem 2rem;
}
body.rl-front .rl-qcard.rl-qcard-active {
  border: 2px solid var(--rl-primary);
  box-shadow: 0 12px 32px rgba(196, 89, 58, .10);
}
html[data-bs-theme="dark"] body.rl-front .rl-qcard.rl-qcard-active {
  box-shadow: 0 12px 32px rgba(60, 15, 5, .28);
}

body.rl-front .rl-qcard-active .rl-qchip {
  background: var(--rl-primary) !important; color: var(--rl-on-primary) !important;
}
body.rl-front .rl-qstatus-done { font-size: .8125rem; font-weight: 700; color: var(--rl-verified-text); white-space: nowrap; }
body.rl-front .rl-qstatus-open { font-size: .8125rem; font-weight: 600; color: var(--rl-placeholder); white-space: nowrap; }

body.rl-front .rl-answers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: .625rem;
}
@media (max-width: 767.98px) {
  body.rl-front .rl-answers { grid-template-columns: 1fr; }
}

body.rl-front .rl-answer-pill {
  position: relative;
  display: flex; align-items: center; justify-content: center; text-align: center;
  border: 1.5px solid var(--rl-border);
  border-radius: var(--rl-radius-pill);
  padding: .8125rem .625rem;
  font-size: .875rem; font-weight: 600; color: var(--rl-body);
  background: var(--rl-paper); cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease;
}
body.rl-front .rl-answer-pill:hover { border-color: var(--rl-primary); }
body.rl-front .rl-answer-pill input[type="radio"] {
  position: absolute; opacity: 0; pointer-events: none;
}

body.rl-front .rl-answer-pill:has(input:checked) {
  border-color: var(--rl-primary);
  box-shadow: inset 0 0 0 1px var(--rl-primary);
  background: var(--rl-primary-tint);
  color: var(--rl-primary); font-weight: 700;
}

body.rl-front .rl-answer-pill:has(input:checked)::before { content: "✓ " / ""; }
body.rl-front .rl-answer-pill:focus-within {
  outline: 2px solid var(--rl-primary); outline-offset: 2px;
}

body.rl-front .rl-attach-pending {
  display: flex; align-items: center; gap: .5rem;
  margin: .625rem 2rem 0; padding: .375rem .875rem;
  max-width: 24rem; font-size: .8125rem; font-weight: 600; color: var(--rl-body);
  background: var(--rl-paper); border: 1.5px solid var(--rl-border);
  border-radius: var(--rl-radius-pill);
}
body.rl-front .rl-attach-pending.d-none { display: none; }

body.rl-front .rl-attach {
  display: flex; align-items: center; gap: .625rem;
  margin-top: .625rem; padding: .5rem .875rem;
  border-radius: 12px; font-size: .84375rem; font-weight: 600;
  text-decoration: none; max-width: 100%;
}
body.rl-front .rl-attach:hover,
body.rl-front .rl-attach:focus-visible { text-decoration: underline; }
body.rl-front .rl-bubble-in .rl-attach {
  background: var(--rl-bg); border: 1.5px solid var(--rl-border); color: var(--rl-heading);
}
body.rl-front .rl-bubble-out .rl-attach {
  background: rgba(0, 0, 0, .14); color: var(--rl-on-primary);
}
body.rl-front .rl-attach .rl-attach-size { font-weight: 400; opacity: .85; }

body.rl-front .rl-attach-thumb {
  display: block; margin-top: .625rem;
  max-width: 240px; max-height: 180px; width: auto; height: auto;
  border-radius: 12px;
}

@media (min-width: 992px) {
  body.rl-front .rl-inbox-split {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);

    height: calc(100vh - var(--rl-navbar-clear)); min-height: 0;
  }
  body.rl-front .rl-inbox-split .rl-thread-list { overflow-y: auto; min-height: 0; }
}

body.rl-front .rl-chat-placeholder {
  margin: auto; max-width: 24rem; padding: 3rem 1.5rem;
  text-align: center; color: var(--rl-body); font-size: .9375rem;
}
body.rl-front .rl-chat-placeholder .icon-base { color: var(--rl-placeholder); }

body.rl-front .rl-chat-pane.is-loading { opacity: .5; pointer-events: none; transition: opacity .15s ease; }

.menu-vertical .menu-sub .menu-link::before {
  display: none !important;
}

body.rl-front .rl-quick-answer {
  background: var(--rl-sand-bg);
  border: none;
  border-left: 4px solid var(--rl-primary);
  border-radius: var(--rl-radius-card-sm);
}
body.rl-front .rl-quick-answer .card-body { padding: 1.5rem 1.75rem; }

body.rl-front .rl-faq-item {
  border: 1px solid var(--rl-border);
  border-radius: var(--rl-radius-card-sm);
  overflow: hidden;
}
body.rl-front .rl-faq-item > summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  color: var(--rl-heading);
}
body.rl-front .rl-faq-item > summary::-webkit-details-marker { display: none; }
body.rl-front .rl-faq-item > summary .ti { transition: transform .2s ease; }
body.rl-front .rl-faq-item[open] > summary .ti { transform: rotate(180deg); }
body.rl-front .rl-faq-item > summary:focus-visible {
  outline: 2px solid var(--rl-primary);
  outline-offset: -2px;
}

/* RL-256: editorial deep-dive block on theme landing pages */
body.rl-front .rl-editorial h2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--rl-heading);
  margin: 1.5rem 0 0.5rem;
}
body.rl-front .rl-editorial h2:first-child { margin-top: 0; }
body.rl-front .rl-editorial p {
  color: var(--rl-body);
  max-width: 46rem;
}

:root {
  --bs-body-font-size: 0.9375rem;
}
h1, .h1 {
  font-size: calc(2.4125rem + 1.95vw);
  line-height: 3.75rem;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.45rem;
  }
}

.rl-thema-head {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 48px;
  align-items: start;
}
.rl-thema-head-main { display: flex; flex-direction: column; gap: 20px; }

.rl-thema-badge {
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--rl-accent-tint);
  color: var(--rl-accent);
  border-radius: 999px;
  padding: 7px 15px;
  font-size: .8125rem; font-weight: 700; line-height: 1;
}
.rl-thema-title {
  margin: 0;
  font-family: var(--rl-font-heading);
  font-weight: 600;
  font-size: clamp(2rem, 1.4rem + 2.4vw, 3rem);
  line-height: 1.07;
  letter-spacing: -.025em;
  color: var(--rl-heading);
}
.rl-thema-accent { color: var(--rl-accent); }
/* Twee-kleuren koppen (bv. "Inzichten over coaching"): in het DONKERE thema
   valt het lichte-thema-accent #9C4221 weg tegen de donkere achtergrond.
   Gebruik daar een lichte terracotta-tint zodat het accentwoord leesbaar is.
   Alleen dit tekst-accent overschrijven — niet de globale --rl-accent (die
   stuurt ook badges/iconen/hovers aan). */
html[data-bs-theme="dark"] .rl-thema-accent { color: #F5C98A; }
.rl-thema-sub {
  margin: 0;
  font-size: 1.09rem; line-height: 1.65;
  color: var(--rl-body);
  max-width: 52ch;
}
.rl-thema-searchrow {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  padding-top: 4px;
}
.rl-thema-search { flex: 1 1 22rem; max-width: 34rem; }
.rl-thema-count { font-size: .95rem; color: var(--rl-muted); white-space: nowrap; }

.rl-thema-aside {
  background: var(--rl-paper);
  border: 1.5px solid var(--rl-border);
  border-radius: 28px;
  padding: 28px 30px;
  display: flex; flex-direction: column; gap: 14px;
  box-shadow: 0 12px 32px rgba(120, 80, 50, .07);
}
.rl-thema-aside-head { display: flex; align-items: center; gap: 10px; }
.rl-thema-aside-icon {
  width: 38px; height: 38px; border-radius: 14px;
  background: var(--rl-accent-tint); color: var(--rl-accent);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.05rem;
}
.rl-thema-aside-label {
  font-size: .8125rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--rl-accent);
}
.rl-thema-aside-text { margin: 0; font-size: .95rem; line-height: 1.65; color: var(--rl-body); }
.rl-thema-aside-list {
  list-style: none; margin: 0; padding: 14px 0 0;
  border-top: 1.5px solid var(--rl-hairline);
  display: flex; flex-direction: column; gap: 9px;
  font-size: .9rem; color: var(--rl-body);
}
.rl-thema-aside-list li { display: flex; align-items: flex-start; gap: 9px; }
.rl-thema-aside-list li i { color: #5c8a5e; font-size: 1rem; line-height: 1.4; }

.rl-thema-chips .rl-chip-toggle.active {
  background: var(--rl-heading);
  color: var(--rl-bg);
  border-color: var(--rl-heading);
}

.rl-scarce-card {
  background: var(--rl-accent-tint);
  border-radius: 28px;
  padding: 28px;
  display: flex; flex-direction: column; gap: 12px; justify-content: center;
}
.rl-scarce-title { margin: 0; font-size: 1.15rem; font-weight: 700; color: var(--rl-heading); }
.rl-scarce-text { margin: 0; font-size: .95rem; line-height: 1.6; color: var(--rl-body); }
.rl-scarce-btn {
  align-self: flex-start;
  font-size: .9rem; font-weight: 700; text-decoration: none;
  border: 2px solid var(--rl-heading); color: var(--rl-heading);
  border-radius: 999px; padding: 10px 22px; transition: all .15s ease;
}
.rl-scarce-btn:hover { background: var(--rl-heading); color: var(--rl-bg); }

@media (max-width: 991.98px) {
  .rl-thema-head { grid-template-columns: 1fr; gap: 28px; }
}

body.rl-front .rl-thema-aside .rl-quick-answer {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.rl-thema-crumb { font-size: .875rem; color: var(--rl-muted); }
.rl-thema-crumb a { color: var(--rl-muted); text-decoration: none; }
.rl-thema-crumb a:hover { color: var(--rl-accent); }
.rl-thema-crumb span[aria-hidden] { margin: 0 6px; }
.rl-thema-crumb .rl-thema-crumb-current { color: var(--rl-heading); font-weight: 600; }

.rl-article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: 0.9375rem;
}
.rl-article-body th,
.rl-article-body td {
  border: 1px solid var(--rl-hairline, #e4ddd2);
  padding: 0.5rem 0.75rem;
  text-align: left;
  vertical-align: top;
}
.rl-article-body thead th {
  background: var(--rl-sand, #f3ede2);
  font-weight: 600;
}

.card > .table-responsive {
  border-radius: inherit;
  overflow-x: auto;
  overflow-y: hidden;
}
.card > .table-responsive:first-child > .table thead th { border-top: 0; }
.card > .table-responsive > .table:last-child tbody tr:last-child td { border-bottom: 0; }

.rl-abo .rl-card, .rl-abo .rl-sandbox,
.rl-export .rl-card, .rl-export .rl-sandbox {
  color: #5c4f43;
}
.rl-abo .rl-card h1, .rl-abo .rl-card h2, .rl-abo .rl-card h3,
.rl-abo .rl-card h4, .rl-abo .rl-card h5, .rl-abo .rl-card h6,
.rl-abo .rl-sandbox h1, .rl-abo .rl-sandbox h2, .rl-abo .rl-sandbox h3,
.rl-abo .rl-sandbox h4, .rl-abo .rl-sandbox h5, .rl-abo .rl-sandbox h6,
.rl-export .rl-card h1, .rl-export .rl-card h2, .rl-export .rl-card h3,
.rl-export .rl-card h4, .rl-export .rl-card h5, .rl-export .rl-card h6,
.rl-export .rl-sandbox h1, .rl-export .rl-sandbox h2, .rl-export .rl-sandbox h3,
.rl-export .rl-sandbox h4, .rl-export .rl-sandbox h5, .rl-export .rl-sandbox h6 {
  color: #2e241d;
}
.rl-abo .rl-plan-dark,
.rl-abo .rl-plan-dark h1, .rl-abo .rl-plan-dark h2, .rl-abo .rl-plan-dark h3,
.rl-abo .rl-plan-dark h4, .rl-abo .rl-plan-dark h5, .rl-abo .rl-plan-dark h6 {
  color: #faf6f0;
}

.rl-abo .rl-plan-white, .rl-abo .rl-plan-current,
.rl-abo .rl-inv-row, .rl-abo .rl-seg,
.rl-export .rl-plan-white {
  color: #5c4f43;
}
.rl-abo .rl-plan-white h1, .rl-abo .rl-plan-white h2, .rl-abo .rl-plan-white h3,
.rl-abo .rl-plan-white h4, .rl-abo .rl-plan-white h5, .rl-abo .rl-plan-white h6,
.rl-abo .rl-plan-current h1, .rl-abo .rl-plan-current h2, .rl-abo .rl-plan-current h3,
.rl-abo .rl-plan-current h4, .rl-abo .rl-plan-current h5, .rl-abo .rl-plan-current h6 {
  color: #2e241d !important;
}

.rl-abo .rl-card .rl-price, .rl-abo .rl-plan-white .rl-price,
.rl-abo .rl-plan-current .rl-price, .rl-abo .rl-inv-row {
  color: #2e241d !important;
}
.rl-abo .rl-plan-dark .rl-price { color: #faf6f0 !important; }

.rl-abo .rl-pill-outline { color: #5c4f43 !important; }
.rl-abo .rl-pill-outline:hover { color: #c4593a !important; border-color: #c4593a; }

.rl-abo .rl-card a:not(.rl-btn-dark):not(.rl-pill-outline):not(.btn),
.rl-abo .rl-sandbox a:not(.rl-btn-dark):not(.btn),
.rl-export .rl-card a:not(.rl-btn-dark):not(.btn),
.rl-export .rl-sandbox a:not(.rl-btn-dark):not(.btn) {
  color: #c4593a !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
.rl-abo .rl-card a:hover, .rl-abo .rl-sandbox a:hover,
.rl-export .rl-card a:hover, .rl-export .rl-sandbox a:hover {
  color: #a84a2f !important;
}

.rl-del .rl-card, .rl-del .rl-sandbox {
  color: #5c4f43;
}
.rl-del .rl-card h1, .rl-del .rl-card h2, .rl-del .rl-card h3,
.rl-del .rl-card h4, .rl-del .rl-card h5, .rl-del .rl-card h6,
.rl-del .rl-sandbox h1, .rl-del .rl-sandbox h2, .rl-del .rl-sandbox h3,
.rl-del .rl-sandbox h4, .rl-del .rl-sandbox h5, .rl-del .rl-sandbox h6 {
  color: #2e241d !important;
}

.rl-del .rl-card .form-label { color: #2e241d; }
.rl-del .rl-card .form-text { color: #8a7861; }

.rl-del .rl-pill-outline { color: #5c4f43 !important; }
.rl-del .rl-pill-outline:hover { color: #c4593a !important; border-color: #c4593a; }

.rl-del .rl-card a:not(.btn):not(.rl-pill-outline),
.rl-del .rl-sandbox a:not(.btn):not(.rl-pill-outline) {
  color: #c4593a !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
.rl-del .rl-card a:not(.btn):hover, .rl-del .rl-sandbox a:not(.btn):hover {
  color: #a84a2f !important;
}

.rl-abo .rl-card, .rl-abo .rl-sandbox,
.rl-abo .rl-plan-white, .rl-abo .rl-plan-current,
.rl-export .rl-card, .rl-export .rl-sandbox,
.rl-del .rl-card, .rl-del .rl-sandbox {
  --bs-secondary-color: #8a7861;
  --bs-secondary-color-rgb: 138, 120, 97;
}

html[data-bs-theme="dark"] .rl-del .rl-link-tc { color: #F5C98A; }
html[data-bs-theme="dark"] .rl-del .rl-link-tc:hover { color: #EAB973; }

.rl-del .alert .rl-link-tc { color: #c4593a !important; }
.rl-del .alert .rl-link-tc:hover { color: #a84a2f !important; }

html[data-bs-theme="dark"] body.rl-front .rl-chat-header {
  --rl-heading: #2E241D;
  --rl-body: #5C4F43;
  --rl-muted: #8A7861;
  --rl-border: #E6D8C6;
  --rl-hairline: #EEE1CF;
  --bs-heading-color: #2E241D;
  --bs-body-color: #5C4F43;
  --bs-border-color: #E6D8C6;
  --bs-secondary-color: #8A7861;
  --bs-secondary-color-rgb: 138, 120, 97;
  --bs-custom-link-color: #C4593A;
  --bs-custom-link-hover-color: #A54D34;
  color: var(--rl-body);
}

html[data-bs-theme="dark"] body.rl-front .card,
html[data-bs-theme="dark"] body.rl-front .bg-white,
html[data-bs-theme="dark"] body.rl-front .rl-chip,
html[data-bs-theme="dark"] body.rl-front .rl-chip-toggle,
html[data-bs-theme="dark"] body.rl-front .rl-search,
html[data-bs-theme="dark"] body.rl-front .rl-role-card,
html[data-bs-theme="dark"] body.rl-front .rl-auth-privacy-card,
html[data-bs-theme="dark"] body.rl-front .rl-thread-list,
html[data-bs-theme="dark"] body.rl-front .rl-composer,
html[data-bs-theme="dark"] body.rl-front .rl-bubble-in,
html[data-bs-theme="dark"] body.rl-front .rl-select-pill,
html[data-bs-theme="dark"] body.rl-front .rl-btn-google,
html[data-bs-theme="dark"] body.rl-front .rl-thema-aside,
html[data-bs-theme="dark"] body.rl-front .rl-qcard,
html[data-bs-theme="dark"] body.rl-front .rl-answer-pill,
html[data-bs-theme="dark"] body.rl-front .rl-focus-topbar,
html[data-bs-theme="dark"] body.rl-front .rl-btn-pill-outline,
html[data-bs-theme="dark"] body.rl-front .rl-seg,
html[data-bs-theme="dark"] body.rl-front .rl-attach-pending,
html[data-bs-theme="dark"] body.rl-front .rl-card-sand,
html[data-bs-theme="dark"] body.rl-front .rl-quick-answer,
html[data-bs-theme="dark"] body.rl-front .rl-chat-header {
  --rl-bg: #FAF6F0;
}

html[data-bs-theme="dark"] body.rl-front .rl-card-dark {
  --rl-bg: #FAF6F0;
}

html[data-bs-theme="dark"] .rl-scarce-card {
  --rl-heading: #2E241D;
  --rl-body: #5C4F43;
  --rl-muted: #8A7861;
  --rl-bg: #FAF6F0;
}

body.rl-front .rl-wizard {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
body.rl-front .rl-wizard .bs-stepper-header {
  padding: 1.5rem 1.25rem;
  border-color: var(--rl-border, var(--bs-border-color)) !important;
}
body.rl-front .rl-wizard .bs-stepper-content {
  padding: 1.5rem;
}
body.rl-front .rl-wizard .bs-stepper-title {
  color: var(--bs-heading-color);
  font-weight: 600;
}
body.rl-front .rl-wizard .bs-stepper-subtitle {
  color: var(--bs-secondary-color);
}
body.rl-front .rl-wizard .bs-stepper-circle {
  background: color-mix(in srgb, var(--rl-primary) 12%, transparent);
  color: var(--rl-primary);
}
body.rl-front .rl-wizard .step.active .bs-stepper-circle {
  background: var(--rl-primary);
  color: var(--rl-on-primary, #fff);
}
body.rl-front .rl-wizard .line {
  background: var(--rl-border, var(--bs-border-color));
}

body.rl-front .rl-wizard .custom-option {
  border: 1.5px solid var(--rl-border, var(--bs-border-color));
  border-radius: 0.75rem;
  padding: 0;
  transition: border-color .15s ease, background-color .15s ease;
}
body.rl-front .rl-wizard .custom-option .custom-option-content {
  display: block;
  width: 100%;
  padding: 1rem 1.25rem;
  cursor: pointer;
}
body.rl-front .rl-wizard .custom-option:hover {
  border-color: var(--rl-primary);
}
body.rl-front .rl-wizard .custom-option:has(.form-check-input:checked) {
  border-color: var(--rl-primary);
  background: color-mix(in srgb, var(--rl-primary) 8%, transparent);
}
body.rl-front .rl-wizard .custom-option .form-check-input {
  float: none;
  margin: 0;
  position: absolute;
  inset-block-start: 1rem;
  inset-inline-end: 1rem;
}
body.rl-front .rl-wizard .custom-option { position: relative; }

@media (min-width: 992px) {
  body.rl-front .rl-wizard.bs-stepper.vertical .bs-stepper-header {
    flex: 0 0 auto;
    inline-size: 340px;
  }
  body.rl-front .rl-wizard .bs-stepper-header .step .step-trigger {
    align-items: flex-start;
  }

  body.rl-front .rl-wizard .bs-stepper-header .step .step-trigger .bs-stepper-label {
    max-inline-size: 240px !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }
  body.rl-front .rl-wizard .bs-stepper-header .step .step-trigger .bs-stepper-title,
  body.rl-front .rl-wizard .bs-stepper-header .step .step-trigger .bs-stepper-subtitle {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    overflow-wrap: anywhere;
    line-height: 1.3;
  }
}

@media (max-width: 991.98px) {
  body.rl-front .rl-wizard.bs-stepper.vertical {
    flex-direction: column;
  }
  body.rl-front .rl-wizard.bs-stepper.vertical .bs-stepper-header {
    flex-direction: row;
    overflow-x: auto;
    border-right: 0 !important;
    border-bottom: 1px solid var(--rl-border, var(--bs-border-color));
    gap: .5rem;
  }
  body.rl-front .rl-wizard.bs-stepper.vertical .bs-stepper-header .line {
    display: none;
  }
  body.rl-front .rl-wizard.bs-stepper.vertical .bs-stepper-header .bs-stepper-label {
    display: none;
  }
}

html[data-bs-theme="light"] body.rl-front {
  --rl-hp-band: #F3ECDF;
  --rl-hp-strip: #FDF6EE;
  --rl-hp-hairline: #E9DCCB;

  --rl-hp-overlay: linear-gradient(100deg, rgba(46,36,29,.88) 0%, rgba(46,36,29,.72) 38%, rgba(46,36,29,.12) 68%, rgba(46,36,29,0) 100%);
  --rl-hp-hero-heading: #FDF6EE;
  --rl-hp-hero-body: #EDDCC9;
  --rl-hp-hero-meta: #DCC7B1;
  --rl-hp-hero-dot: #A8886A;
  --rl-hp-search-btn-bg: #C4593A;
  --rl-hp-search-btn-ink: #FFF8F2;

  --rl-hp-ink-btn-bg: #2E241D;
  --rl-hp-ink-btn-ink: #FAF6F0;

  --rl-hp-steps-bg: #C4593A;
  --rl-hp-steps-ink: #FFF8F2;
  --rl-hp-steps-body: #FFF8F2;
  --rl-hp-steps-num-bg: #FFF8F2;
  --rl-hp-steps-num-ink: #A84A2F;
  --rl-hp-steps-line: rgba(255, 248, 242, .35);

  --rl-hp-honey-btn: #A83F22;

  --rl-hp-close-bg: #7D3524;
  --rl-hp-close-ink: #F3D9C8;
  --rl-hp-close-heading: #FDF3EA;
  --rl-hp-close-muted: #E6C4AE;
  --rl-hp-close-line: rgba(247, 221, 182, .22);
  --rl-hp-close-btn-bg: #F7DDB6;
  --rl-hp-close-btn-ink: #7D3524;

  --rl-hp-meta: #7D6C58;
  --rl-hp-shadow-soft: 0 10px 28px rgba(120, 80, 50, .07);
  --rl-hp-shadow-card: 0 14px 40px rgba(120, 80, 50, .09);
  --rl-hp-shadow-strip: 0 22px 54px rgba(90, 55, 30, .16);
  --rl-hp-shadow-search: 0 18px 50px rgba(20, 10, 4, .30);
}

html[data-bs-theme="dark"] body.rl-front {
  --rl-hp-band: #9C462F;
  --rl-hp-strip: #FDF6EE;
  --rl-hp-hairline: #A04B31;

  --rl-hp-overlay: linear-gradient(100deg, rgba(58,16,6,.90) 0%, rgba(58,16,6,.74) 38%, rgba(58,16,6,.12) 68%, rgba(58,16,6,0) 100%);
  --rl-hp-hero-heading: #FDF3EA;
  --rl-hp-hero-body: #F3D5C4;
  --rl-hp-hero-meta: #E4BCA2;
  --rl-hp-hero-dot: #C08A6B;
  --rl-hp-search-btn-bg: #8A3A24;
  --rl-hp-search-btn-ink: #FDF3EA;

  --rl-hp-ink-btn-bg: #FDF3EA;
  --rl-hp-ink-btn-ink: #8A3A24;

  --rl-hp-steps-bg: #F5C98A;
  --rl-hp-steps-ink: #93402A;
  --rl-hp-steps-body: #93402A;
  --rl-hp-steps-num-bg: #93402A;
  --rl-hp-steps-num-ink: #F5C98A;
  --rl-hp-steps-line: rgba(147, 64, 42, .38);

  --rl-hp-honey-btn: #8A3A24;

  --rl-hp-close-bg: #FDF3EA;
  --rl-hp-close-ink: #8A4527;
  --rl-hp-close-heading: #8A3A24;
  --rl-hp-close-muted: #A0603F;
  --rl-hp-close-line: rgba(138, 58, 36, .22);
  --rl-hp-close-btn-bg: #8A3A24;
  --rl-hp-close-btn-ink: #FDF3EA;

  --rl-hp-meta: #F3D5C4;
  --rl-hp-shadow-soft: 0 10px 28px rgba(50, 12, 4, .20);
  --rl-hp-shadow-card: 0 14px 40px rgba(50, 12, 4, .26);
  --rl-hp-shadow-strip: 0 22px 54px rgba(50, 12, 4, .30);
  --rl-hp-shadow-search: 0 18px 50px rgba(20, 10, 4, .38);
}

body.rl-front .rl-hp-paper {
  --rl-heading: #2E241D;
  --rl-body: #5C4F43;
  --rl-muted: #8A7861;
  --rl-placeholder: #9C8770;
  --rl-border: #E6D8C6;
  --rl-hairline: #F0E4D3;
  --rl-primary: #C4593A;
  --rl-primary-hover: #A84A2F;
  --rl-on-primary: #FFF8F2;
  --rl-sand-bg: #F0E4D3;
  --rl-sage-bg: #E3E9DB;
  --rl-blush-bg: #F4DDD4;
  --rl-verified-text: #5C8A5E;
  color: var(--rl-body);
}

body.rl-front .rl-hp-shell { padding-inline: 60px; }
body.rl-front .rl-hp-bleed { margin-inline: 24px; }

body.rl-front .rl-hp-h2 {
  font-family: var(--rl-font-heading);
  font-weight: 600;
  font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.125rem);
  line-height: 1.14;
  letter-spacing: -0.026em;
  color: var(--rl-heading);
  text-wrap: pretty;
  margin: 0;
}
body.rl-front .rl-hp-lede {
  font-family: var(--rl-font-heading);
  font-weight: 500;
  font-size: clamp(1.375rem, 1rem + 1.2vw, 2.0625rem);
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: var(--rl-heading);
  text-wrap: pretty;
  margin: 0;
}
body.rl-front .rl-hp-eyebrow {
  font-size: .8125rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--rl-primary);
}

body.rl-front .rl-hp-pill {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--rl-font-body);
  font-size: .96875rem; font-weight: 700; line-height: 1;
  border: 0; border-radius: var(--rl-radius-pill);
  padding: .875rem 1.75rem; white-space: nowrap;
  text-decoration: none; cursor: pointer;
  transition: background-color .15s ease, transform .15s ease;
}
body.rl-front .rl-hp-pill-primary { background: var(--rl-primary); color: var(--rl-on-primary); }
body.rl-front .rl-hp-pill-primary:hover { background: var(--rl-primary-hover); color: var(--rl-on-primary); }
body.rl-front .rl-hp-pill-ink { background: var(--rl-hp-ink-btn-bg); color: var(--rl-hp-ink-btn-ink); }
body.rl-front .rl-hp-pill-ink:hover { opacity: .88; color: var(--rl-hp-ink-btn-ink); }
body.rl-front .rl-hp-textlink {
  font-size: .9375rem; font-weight: 700; color: var(--rl-primary);
  text-decoration: none; white-space: nowrap;
}
body.rl-front .rl-hp-textlink:hover { color: var(--rl-primary-hover); text-decoration: underline; }

body.rl-front .rl-hp-hero {
  position: relative;
  margin: 0 24px;
  border-radius: 40px;
  overflow: hidden;
  min-height: 620px;
  isolation: isolate;
}

body.rl-front .rl-hp-hero-wrap { padding-top: 7.5rem; }
body.rl-front .rl-hp-hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 62% 40%; z-index: -2;
}
body.rl-front .rl-hp-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--rl-hp-overlay);
}
body.rl-front .rl-hp-hero-inner {
  position: relative; min-height: 620px;
  display: flex; flex-direction: column; justify-content: flex-end;
  gap: 1.5rem; padding: 4rem 3.75rem 3.25rem; max-width: 760px;
}
body.rl-front .rl-hp-hero h1 {
  margin: 0;
  font-family: var(--rl-font-heading);
  font-weight: 600;
  font-size: clamp(2.5rem, 1.6rem + 2.8vw, 3.875rem);
  line-height: 1.02; letter-spacing: -0.03em;
  color: var(--rl-hp-hero-heading);
  text-wrap: pretty;
}
body.rl-front .rl-hp-hero-intro {
  margin: 0; font-size: 1.15625rem; line-height: 1.6;
  color: var(--rl-hp-hero-body); max-width: 47ch;
}
body.rl-front .rl-hp-hero-search {
  display: flex; align-items: center; gap: .625rem;
  background: rgba(253, 246, 238, .97);
  border: 0; border-radius: var(--rl-radius-pill);
  padding: .5rem .5rem .5rem 1.5rem;
  max-width: 620px;
  box-shadow: var(--rl-hp-shadow-search);
}
body.rl-front .rl-hp-hero-search input {
  flex: 1; min-width: 0; border: 0; background: transparent;
  font-family: var(--rl-font-body); font-size: 1rem;
  color: #2E241D; padding: .5rem 0;
}
body.rl-front .rl-hp-hero-search input::placeholder { color: #7D6C58; }
body.rl-front .rl-hp-hero-search input:focus { outline: none; }
body.rl-front .rl-hp-hero-search:focus-within { box-shadow: var(--rl-hp-shadow-search), 0 0 0 3px rgba(253, 246, 238, .55); }
body.rl-front .rl-hp-hero-search button {
  font-family: var(--rl-font-body);
  font-size: .96875rem; font-weight: 700; line-height: 1;
  background: var(--rl-hp-search-btn-bg); color: var(--rl-hp-search-btn-ink);
  border: 0; border-radius: var(--rl-radius-pill);
  padding: .8125rem 1.75rem; white-space: nowrap; cursor: pointer;
}
body.rl-front .rl-hp-hero-search button:hover { filter: brightness(1.08); }
body.rl-front .rl-hp-hero-help {
  display: flex; align-items: center; flex-wrap: wrap; gap: .875rem;
  font-size: .9375rem; color: var(--rl-hp-hero-body);
}
body.rl-front .rl-hp-hero-help a {
  font-weight: 700; color: var(--rl-hp-hero-heading); text-decoration: none;
  border-bottom: 1.5px solid rgba(253, 246, 238, .45); padding-bottom: 1px;
}
body.rl-front .rl-hp-hero-help a:hover { border-bottom-color: var(--rl-hp-hero-heading); }
body.rl-front .rl-hp-hero-proof {
  display: flex; align-items: center; flex-wrap: wrap; gap: 1.375rem;
  font-size: .875rem; color: var(--rl-hp-hero-meta); margin: 0;
}
body.rl-front .rl-hp-hero-proof strong { color: var(--rl-hp-hero-heading); }
body.rl-front .rl-hp-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--rl-hp-hero-dot); flex: none;
}

body.rl-front .rl-hp-router {
  margin-top: -42px; position: relative; z-index: 2;
}
body.rl-front .rl-hp-router-grid {
  background: var(--rl-hp-strip);
  border-radius: 26px;
  box-shadow: var(--rl-hp-shadow-strip);
  display: grid; grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
body.rl-front .rl-hp-router-item {
  padding: 1.5rem 1.75rem;
  display: flex; align-items: center; gap: 1rem;
  border-right: 1px solid var(--rl-hairline);
  text-decoration: none;
  transition: background-color .15s ease;
}
body.rl-front .rl-hp-router-item:last-child { border-right: 0; }
body.rl-front .rl-hp-router-item:hover { background: #F7EDE0; }
body.rl-front .rl-hp-router-tile {
  width: 44px; height: 44px; flex: none; border-radius: 15px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--rl-heading);
}
body.rl-front .rl-hp-router-tile.rl-sand { background: var(--rl-sand-bg); color: #8A5A2E; }
body.rl-front .rl-hp-router-tile.rl-sage { background: var(--rl-sage-bg); color: #5E6B4E; }
body.rl-front .rl-hp-router-tile.rl-blush { background: var(--rl-blush-bg); color: #A2543A; }
body.rl-front .rl-hp-router-body { flex: 1; display: flex; flex-direction: column; gap: 3px; min-width: 0; }
body.rl-front .rl-hp-router-kicker {
  font-size: .71875rem; font-weight: 700; letter-spacing: .11em;
  text-transform: uppercase; color: #7D6C58;
}
body.rl-front .rl-hp-router-title { font-size: 1rem; font-weight: 700; line-height: 1.25; color: var(--rl-heading); }
body.rl-front .rl-hp-router-sub { font-size: .84375rem; color: #6F5F4C; }
body.rl-front .rl-hp-router-arrow { font-size: 1.0625rem; color: var(--rl-primary); font-weight: 700; flex: none; }

body.rl-front .rl-hp-spread {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem;
  padding-block: 176px 40px; align-items: start;
}
body.rl-front .rl-hp-spread-story { display: flex; flex-direction: column; gap: 1.375rem; padding-top: 14px; }
body.rl-front .rl-hp-spread-story p.rl-hp-body {
  margin: 0; font-size: 1.0625rem; line-height: 1.7;
  color: var(--rl-body); max-width: 46ch;
}
/* --- Ideeën-bord: sleepbare textarea + Markdown-weergave ------------------- */
/* Het veld moet verticaal groter te slepen zijn. `resize` staat in core.css op
   `vertical`, maar wordt daar op een plek ook op `none` gezet — hier expliciet,
   met een ruime min/max zodat de handle altijd werkt en het formulier niet
   ontspoort. */
.rl-idea-textarea {
  resize: vertical !important;
  min-height: 8rem;
  max-height: 40rem;
}
/* Gerenderde Markdown in een idee: compacte marges, want de kaart is al krap. */
.rl-idea-body > :last-child { margin-bottom: 0 !important; }
.rl-idea-body ul { margin-bottom: .5rem; }
.rl-idea-body code {
  padding: .1em .35em;
  border-radius: 4px;
  background: rgba(156, 66, 33, .08);
  font-size: .875em;
}
html[data-bs-theme="dark"] .rl-idea-body code { background: rgba(245, 201, 138, .14); }

body.rl-front .rl-hp-lede .rl-hp-lede-soft { color: #8A4A12; }
/* #8A4A12 is een licht-thema-keuze (Bart, 2026-07-29); op de donkere klei-
   achtergrond is hij vrijwel onzichtbaar — in dark hetzelfde accent-geel als
   de overige tekstaccenten. */
html[data-bs-theme="dark"] body.rl-front .rl-hp-lede .rl-hp-lede-soft { color: #F5C98A; }

/* --- Accent-tweaks (2026-07-29): betere leesbaarheid van accenten ---------- */
/* Actie-chips (Per plaats, Help mij kiezen): geel gevuld i.p.v. wit/paper, zodat
   ze opvallen tussen de thema-chips — in beide thema's. */
body.rl-front .rl-chip-action { background: #F5C98A; border-color: #F5C98A; color: #7A3E10; }
body.rl-front .rl-chip-action:hover { background: #EAB973; border-color: #EAB973; color: #5C2E10; }
/* Actieve nav-dropdown-link (bv. "Contact" op /contact/): de vale gele #F5C98A
   gaf te weinig contrast op het lichte dropdown-oppervlak — leesbaar rood. */
html body.rl-front .landing-navbar .landing-nav-menu .dropdown-menu .dropdown-item.active,
html[data-bs-theme="dark"] body.rl-front .landing-navbar .landing-nav-menu .dropdown-menu .dropdown-item.active {
  color: #9C4221;
  background-color: rgba(156, 66, 33, .10);
}
body.rl-front .rl-hp-spread-cards { display: flex; flex-direction: column; gap: 1.25rem; }

body.rl-front .rl-hp-coachrow {
  background: #FFFFFF; border-radius: 28px; padding: 1.5rem;
  display: flex; gap: 1.125rem; align-items: center;
  box-shadow: var(--rl-hp-shadow-card);
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}
body.rl-front .rl-hp-coachrow:hover { transform: translateY(-2px); box-shadow: 0 18px 46px rgba(120, 80, 50, .14); }
body.rl-front .rl-hp-coachrow-photo {
  width: 74px; height: 74px; flex: none; border-radius: 22px;
  object-fit: cover; background: var(--rl-sand-bg);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: #8A5A2E;
}
body.rl-front .rl-hp-coachrow-body { flex: 1; display: flex; flex-direction: column; gap: 5px; min-width: 0; }
body.rl-front .rl-hp-coachrow-name { font-weight: 700; font-size: 1.0625rem; color: var(--rl-heading); }
body.rl-front .rl-hp-verified { font-size: .75rem; color: var(--rl-verified-text); font-weight: 700; white-space: nowrap; }
body.rl-front .rl-hp-coachrow-meta { font-size: .875rem; color: var(--rl-muted); }
body.rl-front .rl-hp-coachrow-quote { font-size: .90625rem; color: var(--rl-body); font-style: italic; }
body.rl-front .rl-hp-coachrow-rate { font-size: .875rem; font-weight: 700; color: var(--rl-primary); white-space: nowrap; }

body.rl-front .rl-hp-callout {
  background: var(--rl-hp-band); border-radius: 28px; padding: 1.5rem 1.625rem;
  display: flex; align-items: center; gap: 1.125rem;
}
body.rl-front .rl-hp-callout-tile {
  width: 46px; height: 46px; flex: none; border-radius: 16px; background: #FFFFFF;
  display: inline-flex; align-items: center; justify-content: center; color: #C4593A;
}
body.rl-front .rl-hp-callout-text { flex: 1; font-size: .9375rem; line-height: 1.55; color: var(--rl-body); }
body.rl-front .rl-hp-callout-text strong { color: var(--rl-heading); }

body.rl-front .rl-hp-band {
  background: var(--rl-hp-band);
  border-radius: 40px;
  padding: 52px 56px;
  display: flex; flex-direction: column; gap: 2.125rem;
}
body.rl-front .rl-hp-band-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 3.5rem;
}
body.rl-front .rl-hp-band-head p {
  margin: 0; font-size: 1.03125rem; line-height: 1.7;
  color: var(--rl-body); max-width: 38ch;
}
body.rl-front .rl-hp-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
body.rl-front .rl-hp-card {
  background: #FFFFFF; border-radius: 28px; padding: 28px 30px 30px;
  display: flex; flex-direction: column; gap: 1rem;
  box-shadow: var(--rl-hp-shadow-soft);
}
body.rl-front .rl-hp-card-tile {
  width: 54px; height: 54px; border-radius: 17px;
  display: inline-flex; align-items: center; justify-content: center;
}
body.rl-front .rl-hp-card-tile.rl-sand { background: #F0E4D3; color: #A2543A; }
body.rl-front .rl-hp-card-tile.rl-blush { background: #F4DDD4; color: #C4593A; }
body.rl-front .rl-hp-card-tile.rl-sage { background: #E3E9DB; color: #4F7A52; }
body.rl-front .rl-hp-card-title {
  font-family: var(--rl-font-heading); font-weight: 600;
  font-size: 1.3125rem; line-height: 1.25; letter-spacing: -0.015em;
  color: var(--rl-heading); margin: 0;
}
body.rl-front .rl-hp-card-text { font-size: .96875rem; line-height: 1.65; color: var(--rl-body); margin: 0; }

body.rl-front .rl-hp-proofrow { display: flex; gap: .875rem; align-items: stretch; flex-wrap: wrap; }
body.rl-front .rl-hp-quote {
  flex: 2.2 1 340px; background: #FFFFFF; border-radius: 24px; padding: 22px 26px;
  display: flex; flex-direction: column; gap: .75rem; box-shadow: var(--rl-hp-shadow-soft);
}
body.rl-front .rl-hp-quote-text { font-size: .96875rem; line-height: 1.6; color: var(--rl-heading); font-style: italic; margin: 0; }
body.rl-front .rl-hp-quote-by { display: flex; align-items: center; gap: .625rem; }
body.rl-front .rl-hp-quote-avatar {
  width: 32px; height: 32px; border-radius: 50%; background: #E3E9DB;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: .75rem; font-weight: 700; color: #4F7A52;
}
body.rl-front .rl-hp-quote-name { font-size: .84375rem; color: var(--rl-muted); }
body.rl-front .rl-hp-stat {
  flex: 1 1 160px; background: #FFFFFF; border-radius: 24px; padding: 18px 22px;
  display: flex; flex-direction: column; justify-content: center; box-shadow: var(--rl-hp-shadow-soft);
}
body.rl-front .rl-hp-stat-value {
  font-family: var(--rl-font-heading); font-weight: 700; font-size: 1.5rem; color: var(--rl-heading);
}
body.rl-front .rl-hp-stat-label { font-size: .8125rem; color: var(--rl-muted); }

body.rl-front .rl-hp-steps {
  background: var(--rl-hp-steps-bg); border-radius: 40px; padding: 52px 60px;
  color: var(--rl-hp-steps-ink);
  display: flex; flex-direction: column; gap: 2.125rem;
}
body.rl-front .rl-hp-steps-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2.5rem; flex-wrap: wrap; }
body.rl-front .rl-hp-steps-claim {
  margin: 0; font-family: var(--rl-font-heading); font-weight: 500;
  font-size: clamp(1.375rem, 1rem + 1.2vw, 1.875rem); line-height: 1.3;
  letter-spacing: -0.02em; max-width: 26ch; color: var(--rl-hp-steps-ink);
  text-wrap: pretty;
}
body.rl-front .rl-hp-steps-pill {
  background: var(--rl-hp-steps-num-bg); color: var(--rl-hp-steps-num-ink);
  border-radius: var(--rl-radius-pill); padding: .8125rem 1.625rem;
  font-size: .9375rem; font-weight: 700; text-decoration: none; white-space: nowrap;
}
body.rl-front .rl-hp-steps-pill:hover { color: var(--rl-hp-steps-num-ink); filter: brightness(.96); }
body.rl-front .rl-hp-steps-rail {
  display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr; align-items: center;
}
body.rl-front .rl-hp-steps-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--rl-hp-steps-num-bg); color: var(--rl-hp-steps-num-ink);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.0625rem;
}
body.rl-front .rl-hp-steps-line { height: 2px; background: var(--rl-hp-steps-line); margin: 0 18px; }
body.rl-front .rl-hp-steps-text {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.25rem; margin-top: -14px;
}
body.rl-front .rl-hp-steps-text p { margin: 0; font-size: 1rem; line-height: 1.6; color: var(--rl-hp-steps-body); }
body.rl-front .rl-hp-steps-text strong { color: var(--rl-hp-steps-ink); }

body.rl-front .rl-hp-strip-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 1rem; padding-bottom: 1.5rem; flex-wrap: wrap;
}
body.rl-front .rl-hp-strip-scroller {
  display: flex; gap: 1.25rem; padding: 4px 60px 8px;
  overflow-x: auto; scroll-snap-type: x proximity;
  scrollbar-width: thin;
}
body.rl-front .rl-hp-strip-card {
  width: 280px; flex: none; scroll-snap-align: start;
  background: #FFFFFF; border-radius: 26px; padding: 22px;
  display: flex; flex-direction: column; gap: .75rem;
  box-shadow: var(--rl-hp-shadow-soft); text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}
body.rl-front .rl-hp-strip-card:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(120, 80, 50, .13); }
body.rl-front .rl-hp-strip-photo {
  height: 150px; border-radius: 18px; object-fit: cover; width: 100%;
  background: var(--rl-sand-bg);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--rl-font-heading); font-weight: 700; font-size: 1.5rem; color: #8A5A2E;
}
body.rl-front .rl-hp-strip-name { font-weight: 700; font-size: 1.03125rem; color: var(--rl-heading); }
body.rl-front .rl-hp-strip-meta { font-size: .84375rem; color: var(--rl-muted); }

body.rl-front .rl-hp-honey {
  background: #F7DDB6; border-radius: 40px; padding: 48px 52px;
  color: #3A2A18;
  display: flex; align-items: center; justify-content: space-between; gap: 3rem;
  flex-wrap: wrap;
}
body.rl-front .rl-hp-honey-copy { display: flex; flex-direction: column; gap: .875rem; max-width: 56ch; }
body.rl-front .rl-hp-honey-eyebrow {
  font-size: .8125rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: #8A4A12;
}
body.rl-front .rl-hp-honey-title {
  margin: 0; font-family: var(--rl-font-heading); font-weight: 600;
  font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2rem); line-height: 1.18;
  letter-spacing: -0.025em; color: #3A2A18; text-wrap: pretty;
}
body.rl-front .rl-hp-honey-meta { font-size: .9375rem; color: #6A5636; }
body.rl-front .rl-hp-honey-actions { display: flex; flex-direction: column; gap: .75rem; align-items: flex-end; }
body.rl-front .rl-hp-honey-btn {
  background: var(--rl-hp-honey-btn); color: #FFF8F2;
  border-radius: var(--rl-radius-pill); padding: .9375rem 2rem;
  font-size: 1rem; font-weight: 700; text-decoration: none; white-space: nowrap;
}
body.rl-front .rl-hp-honey-btn:hover { color: #FFF8F2; filter: brightness(1.1); }
body.rl-front .rl-hp-honey-link {
  font-size: .90625rem; font-weight: 700; color: #8A4A12;
  text-decoration: none; white-space: nowrap;
}
body.rl-front .rl-hp-honey-link:hover { color: #8A4A12; text-decoration: underline; }

body.rl-front .rl-hp-biz {
  background: var(--rl-hp-band); border-radius: 40px;
  display: grid; grid-template-columns: 1fr 480px;
  overflow: hidden; align-items: stretch;
}
body.rl-front .rl-hp-biz-copy {
  padding: 52px 52px 52px 56px;
  display: flex; flex-direction: column; gap: 1.125rem; justify-content: center;
}
body.rl-front .rl-hp-biz-eyebrow {
  font-size: .8125rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--rl-primary);
}
body.rl-front .rl-hp-biz-copy p { margin: 0; font-size: 1.03125rem; line-height: 1.65; color: var(--rl-body); max-width: 44ch; }
body.rl-front .rl-hp-biz-checks { display: flex; gap: 1.75rem; padding: 6px 0 4px; flex-wrap: wrap; }
body.rl-front .rl-hp-biz-check { display: flex; gap: .5625rem; font-size: .9375rem; color: var(--rl-body); }
body.rl-front .rl-hp-biz-check i { color: var(--rl-verified-text); }
body.rl-front .rl-hp-biz-img { display: block; width: 100%; height: 100%; min-height: 420px; object-fit: cover; }

body.rl-front .rl-hp-geo {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem;
  padding-top: 34px; border-top: 1px solid var(--rl-hp-hairline);
}
body.rl-front .rl-hp-geo-col { display: flex; flex-direction: column; gap: 1rem; }
body.rl-front .rl-hp-geo-title {
  margin: 0; font-family: var(--rl-font-heading); font-weight: 600;
  font-size: 1.375rem; letter-spacing: -0.02em; color: var(--rl-heading);
}
body.rl-front .rl-hp-geo-grid { display: grid; gap: 10px 20px; }
body.rl-front .rl-hp-geo-grid-3 { grid-template-columns: repeat(3, 1fr); }
body.rl-front .rl-hp-geo-grid-2 { grid-template-columns: repeat(2, 1fr); }
body.rl-front .rl-hp-geo-link {
  display: flex; align-items: baseline; gap: 7px;
  font-size: .9375rem; color: var(--rl-heading); text-decoration: none;
}
body.rl-front .rl-hp-geo-link span:first-child { font-weight: 600; }
body.rl-front .rl-hp-geo-link:hover { color: var(--rl-primary); }
body.rl-front .rl-hp-geo-count { font-size: .8125rem; color: var(--rl-hp-meta); }

body.rl-front .rl-hp-close {
  margin-top: 168px; background: var(--rl-hp-close-bg);
  padding: 64px 60px 44px; color: var(--rl-hp-close-ink);
}
body.rl-front .rl-hp-close-inner {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 2.5rem; flex-wrap: wrap;
}
body.rl-front .rl-hp-close h2 {
  margin: 0; font-family: var(--rl-font-heading); font-weight: 600;
  font-size: clamp(1.75rem, 1.2rem + 1.8vw, 2.5rem); line-height: 1.12;
  letter-spacing: -0.025em; color: var(--rl-hp-close-heading); max-width: 22ch;
  text-wrap: pretty;
}
/* RL-143 (Fase 0, S4): mission sub-line under the closing h2. Color inherits
   from .rl-hp-close-inner (both themes); .9 opacity keeps AA contrast. */
body.rl-front .rl-hp-close-sub { opacity: .9; max-width: 52ch; margin-inline: auto; }
body.rl-front .rl-hp-close-actions { display: flex; align-items: center; gap: 1.125rem; flex-wrap: wrap; }
body.rl-front .rl-hp-close-btn {
  background: var(--rl-hp-close-btn-bg); color: var(--rl-hp-close-btn-ink);
  border-radius: var(--rl-radius-pill); padding: .9375rem 2rem;
  font-size: 1rem; font-weight: 700; text-decoration: none; white-space: nowrap;
}
body.rl-front .rl-hp-close-btn:hover { color: var(--rl-hp-close-btn-ink); filter: brightness(1.06); }
body.rl-front .rl-hp-close-link {
  font-size: .9375rem; font-weight: 600; color: var(--rl-hp-close-muted);
  text-decoration: none; white-space: nowrap;
}
body.rl-front .rl-hp-close-link:hover { color: var(--rl-hp-close-heading); }

body.rl-front .rl-hp-close + .rl-footer .footer-top .container { padding-top: 0 !important; }

@media (max-width: 1199.98px) {
  body.rl-front .rl-hp-shell { padding-inline: 32px; }
  body.rl-front .rl-hp-strip-scroller { padding-inline: 32px; }
  body.rl-front .rl-hp-hero-inner { padding: 3rem 2.5rem 2.5rem; }
  body.rl-front .rl-hp-band,
  body.rl-front .rl-hp-steps { padding: 40px 36px; }
  body.rl-front .rl-hp-biz-copy { padding: 40px 36px; }
  body.rl-front .rl-hp-close { padding: 48px 32px 32px; }
}

@media (max-width: 1099.98px) {
  body.rl-front .rl-hp-spread { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 116px 24px; }
  body.rl-front .rl-hp-coachrow { margin-inline: 0 !important; }
  body.rl-front .rl-hp-callout { margin-inline: 0 !important; }
  body.rl-front .rl-hp-why-grid { grid-template-columns: 1fr; }
  body.rl-front .rl-hp-band-head { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
  body.rl-front .rl-hp-biz { grid-template-columns: 1fr; }
  body.rl-front .rl-hp-biz-img { min-height: 280px; }
  body.rl-front .rl-hp-geo { grid-template-columns: 1fr; gap: 2.5rem; }
  body.rl-front .rl-hp-geo-grid-3 { grid-template-columns: repeat(2, 1fr); }
  body.rl-front .rl-hp-router-grid { grid-template-columns: 1fr; }
  body.rl-front .rl-hp-router-item { border-right: 0; border-bottom: 1px solid var(--rl-hairline); }
  body.rl-front .rl-hp-router-item:last-child { border-bottom: 0; }
}

@media (max-width: 767.98px) {
  body.rl-front .rl-hp-shell { padding-inline: 20px; }
  body.rl-front .rl-hp-strip-scroller { padding-inline: 20px; }
  body.rl-front .rl-hp-bleed { margin-inline: 12px; }
  body.rl-front .rl-hp-hero { margin-inline: 12px; border-radius: 28px; min-height: 560px; }
  body.rl-front .rl-hp-hero-wrap { padding-top: 6rem; }
  body.rl-front .rl-hp-hero-inner { min-height: 560px; padding: 2.5rem 1.5rem 2rem; gap: 1.125rem; }
  body.rl-front .rl-hp-hero-search {
    flex-direction: column; align-items: stretch; gap: .625rem;
    border-radius: 22px; padding: 1rem;
  }
  body.rl-front .rl-hp-hero-search button { width: 100%; }
  body.rl-front .rl-hp-band,
  body.rl-front .rl-hp-steps,
  body.rl-front .rl-hp-honey,
  body.rl-front .rl-hp-biz { border-radius: 28px; padding: 32px 24px; }
  body.rl-front .rl-hp-biz-copy { padding: 32px 24px; }
  body.rl-front .rl-hp-honey-actions { align-items: flex-start; }
  body.rl-front .rl-hp-steps-rail { grid-template-columns: repeat(3, auto); justify-content: space-between; }
  body.rl-front .rl-hp-close { margin-top: 148px; }
  body.rl-front .rl-hp-steps-line { display: none; }
  body.rl-front .rl-hp-steps-text { grid-template-columns: 1fr; gap: 1rem; margin-top: 0; }
  body.rl-front .rl-hp-geo-grid-3,
  body.rl-front .rl-hp-geo-grid-2 { grid-template-columns: 1fr; }
  body.rl-front .rl-hp-spread { padding-block: 104px 24px; }
  body.rl-front .rl-hp-close { padding: 40px 20px 28px; margin-top: 104px; }
  body.rl-front .rl-hp-coachrow { flex-wrap: wrap; }
}

@media (max-width: 499.98px) {
  body.rl-front .rl-hp-coachrow { padding: 1.25rem; gap: .875rem; align-items: flex-start; }
  body.rl-front .rl-hp-coachrow-photo { width: 60px; height: 60px; border-radius: 18px; }
  body.rl-front .rl-hp-coachrow-body { flex: 1 1 0; }
  body.rl-front .rl-hp-coachrow-rate {
    flex: 1 1 100%;
    margin-top: .125rem;
    padding-left: calc(60px + .875rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.rl-front .rl-hp-pill,
  body.rl-front .rl-hp-coachrow,
  body.rl-front .rl-hp-strip-card { transition: none; }
  body.rl-front .rl-hp-coachrow:hover,
  body.rl-front .rl-hp-strip-card:hover { transform: none; }
}

html[data-bs-theme="light"] body.rl-front {
  --rl-footer: #7D3524;
  --rl-footer-link: #F3D9C8;
  --rl-footer-heading: #FDF3EA;
}
html[data-bs-theme="dark"] body.rl-front {
  --rl-footer: #FDF3EA;
  --rl-footer-link: #8A4527;
  --rl-footer-heading: #8A3A24;
}
body.rl-front .rl-footer { color: var(--rl-footer-link); }
body.rl-front .rl-footer h6,
body.rl-front .rl-footer .footer-title { color: var(--rl-footer-heading, var(--rl-ivory)); }
body.rl-front .rl-footer a,
body.rl-front .rl-footer .footer-link { color: var(--rl-footer-link); }
body.rl-front .rl-footer a:hover,
body.rl-front .rl-footer .footer-link:hover { color: var(--rl-footer-heading, var(--rl-ivory)); }
body.rl-front .rl-footer .footer-bottom-text { color: var(--rl-footer-link); }

html[data-bs-theme="dark"] body.rl-front .rl-footer .rl-logo-dark { display: none !important; }
html[data-bs-theme="dark"] body.rl-front .rl-footer .rl-logo-light { display: block !important; }

html[data-bs-theme="dark"] body.rl-front .rl-footer .footer-bottom {
  background: #F6E6D6 !important;
  border-top: 1px solid rgba(138, 58, 36, .18);
}

body.rl-front nav.layout-navbar { z-index: 1080; }

body.rl-front nav.layout-navbar > .container,
body.rl-front nav.layout-navbar > .container-xxl {
  max-inline-size: none;
  padding-inline: 0;
  inline-size: 100%;
}

body.rl-front nav.layout-navbar .navbar.landing-navbar {
  --bs-front-navbar-bg: transparent;
  --bs-front-navbar-border-color: transparent;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin-block-start: 0;
  box-shadow: none;
  padding-block: 1.375rem;
  padding-inline: 60px;
  transition: padding-block .25s ease;
}

body.rl-front nav.layout-navbar::before {

  z-index: -1;
  background-color: transparent;
  border-block-end: 1px solid transparent;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}
body.rl-front nav.layout-navbar.navbar-active::before {
  background-color: color-mix(in srgb, var(--rl-bg) 86%, transparent);
  backdrop-filter: saturate(140%) blur(12px);
  border-block-end-color: var(--rl-hairline);
  box-shadow: 0 8px 24px rgba(60, 30, 12, .07);
}

body.rl-front nav.layout-navbar.navbar-active .navbar.landing-navbar {
  background-color: transparent;
  box-shadow: none;
  padding-block: .875rem;
}
html[data-bs-theme="dark"] body.rl-front nav.layout-navbar.navbar-active::before {
  box-shadow: 0 8px 24px rgba(30, 8, 2, .22);
}
/* DARK + sticky (besluit Bart 2026-07-29): de gescrollde balk is DONKERROOD
   (--rl-bg #8A3A24) met witte tekst — bijna dekkend, zodat content die
   eronder doorscrolt niet zichtbaar blijft. Op beide scroll-classes gezet
   (navbar-active van front-main.js, rl-navbar-scrolled van het inline
   navbar-script; drempels 10px/8px, effectief gelijk). */
html[data-bs-theme="dark"] body.rl-front nav.layout-navbar.navbar-active::before,
html[data-bs-theme="dark"] body.rl-front nav.layout-navbar.rl-navbar-scrolled::before {
  background-color: color-mix(in srgb, var(--rl-bg) 97%, transparent);
  border-block-end-color: var(--rl-hairline);
}

body.rl-front nav.layout-navbar .app-brand-logo .rl-logo-svg {
  transition: height .25s ease;
}
body.rl-front nav.layout-navbar.navbar-active .app-brand-logo .rl-logo-svg {
  height: 44px !important;
}

body.rl-front nav.layout-navbar .navbar-nav.flex-row > #navToolbarLang {
  margin-inline-start: .5rem;
}
body.rl-front nav.layout-navbar .navbar-nav.flex-row > #navToolbarTheme {
  margin-inline-end: 0;
}
@media (min-width: 992px) {

  body.rl-front nav.layout-navbar .navbar-nav.flex-row > .nav-bell-item {
    margin-inline-start: .75rem;
  }
}

@media (max-width: 1199.98px) {
  body.rl-front nav.layout-navbar .navbar.landing-navbar { padding-inline: 32px; }
}
@media (max-width: 767.98px) {
  body.rl-front nav.layout-navbar .navbar.landing-navbar {
    padding-inline: 20px;
    padding-block: 1rem;
  }
  body.rl-front nav.layout-navbar.navbar-active .navbar.landing-navbar { padding-block: .75rem; }
}

body.rl-front nav.layout-navbar #navToolbarLang .icon-base {
  transform: translateY(2.25%);
}

body.rl-front nav.layout-navbar .navbar-nav.flex-row > .nav-item > .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
body.rl-front nav.layout-navbar .navbar-nav.flex-row > .nav-item > .nav-link > .icon-base {
  display: block;
}

.rl-lang-switch { min-width: 0; }
.rl-lang-switch-row {
  display: flex;
  gap: .375rem;
  padding: .375rem;
  justify-content: center;
  flex-wrap: wrap;
}
.rl-lang-switch-row .rl-lang-opt {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  min-width: 0;
  inline-size: auto;
  padding: .5rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius, .375rem);
  background: transparent;
  color: var(--bs-body-color);
  font-size: .75rem;
  line-height: 1.2;
  white-space: normal;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}
.rl-lang-switch-row .rl-lang-opt img {
  display: block;
  inline-size: 28px;
  block-size: 21px;
  border-radius: 2px;

  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
  object-fit: cover;
}
.rl-lang-switch-row .rl-lang-opt:hover,
.rl-lang-switch-row .rl-lang-opt:focus-visible {
  border-color: var(--rl-primary);
  background-color: color-mix(in srgb, var(--rl-primary) 8%, transparent);
  color: var(--bs-body-color);
  outline: none;
}

.rl-lang-switch-row .rl-lang-opt.active {
  border-color: var(--rl-primary);
  background-color: color-mix(in srgb, var(--rl-primary) 14%, transparent);
  color: var(--rl-primary);
  font-weight: 600;
}
[data-bs-theme="dark"] .rl-lang-switch-row .rl-lang-opt.active {
  background-color: color-mix(in srgb, var(--rl-primary) 24%, transparent);
  color: #fff;
}
@supports not (background: color-mix(in srgb, red, blue)) {
  .rl-lang-switch-row .rl-lang-opt.active { background-color: var(--rl-mint); }
}

.rl-nav-switch-row .rl-lang-switch-row .dropdown-item {
  font-size: .75rem;
  padding-block: .375rem;
}

body.rl-front nav.layout-navbar .landing-nav-menu .rl-nav-overflow {
  display: none;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  body.rl-front nav.layout-navbar .landing-nav-menu .navbar-nav > .nav-item.rl-nav-collapsible {
    display: none;
  }
  body.rl-front nav.layout-navbar .landing-nav-menu .rl-nav-overflow {
    display: block;
  }
}

@media (min-width: 992px) {

  body.rl-front nav.layout-navbar .navbar.landing-navbar .navbar-nav.me-auto > .nav-item > .nav-link {
    margin-inline-end: 1.25rem;
  }
  body.rl-front nav.layout-navbar .navbar.landing-navbar .navbar-nav.me-auto > .nav-item:last-child > .nav-link {
    margin-inline-end: 0;
  }

  body.rl-front nav.layout-navbar .landing-navbar .rl-navpill {
    padding-inline: 1.125rem;
  }

  body.rl-front nav.layout-navbar .navbar-nav.flex-row > .nav-item > .btn {
    padding-inline: 1.75rem;
  }
}

@media (min-width: 992px) and (max-width: 1149.98px) {
  body.rl-front nav.layout-navbar .navbar.landing-navbar {
    padding-inline: 20px;
  }
  body.rl-front nav.layout-navbar .navbar-brand.app-brand .app-brand-logo .rl-logo-svg {
    height: 44px !important;
  }
  body.rl-front nav.layout-navbar .navbar-brand.app-brand {
    margin-inline-end: 1rem !important;
  }
  body.rl-front nav.layout-navbar .navbar.landing-navbar .navbar-nav.me-auto > .nav-item > .nav-link {
    margin-inline-end: .375rem;
  }
  body.rl-front nav.layout-navbar .landing-navbar .rl-navpill {
    padding-inline: .75rem;
  }
  body.rl-front nav.layout-navbar .navbar-nav.flex-row > .nav-item > .btn {
    padding-inline: 1rem;
  }
  body.rl-front nav.layout-navbar .navbar-nav.flex-row > .nav-item.me-2 {
    margin-inline-end: .25rem !important;
  }
}

body.rl-front .first-section-pt {
  padding-block-start: 7.5rem;
}
@media (max-width: 1149.98px) {
  body.rl-front .first-section-pt { padding-block-start: 6.875rem; }
}
@media (max-width: 767.98px) {
  body.rl-front .first-section-pt { padding-block-start: 6.125rem; }
}

body.rl-front .rl-hp-pt-24 { padding-block-start: 104px; }
body.rl-front .rl-hp-pt-56 { padding-block-start: 136px; }
body.rl-front .rl-hp-pt-80 { padding-block-start: 160px; }
body.rl-front .rl-hp-pt-88 { padding-block-start: 168px; }

@media (max-width: 1099.98px) {
  body.rl-front .rl-hp-pt-24 { padding-block-start: 84px; }
  body.rl-front .rl-hp-pt-56 { padding-block-start: 104px; }
  body.rl-front .rl-hp-pt-80 { padding-block-start: 120px; }
  body.rl-front .rl-hp-pt-88 { padding-block-start: 124px; }
}
@media (max-width: 767.98px) {
  body.rl-front .rl-hp-pt-24 { padding-block-start: 68px; }
  body.rl-front .rl-hp-pt-56 { padding-block-start: 84px; }
  body.rl-front .rl-hp-pt-80 { padding-block-start: 96px; }
  body.rl-front .rl-hp-pt-88 { padding-block-start: 100px; }
}

/* --- Matches-pagina -------------------------------------------------------
   Redactionele rijenlijst (geen kaartgrid): één regel per coach met links de
   foto, in het midden het verhaal en rechts het matchcijfer + de actie. De
   scheidingslijnen doen het werk van de kaartranden, zoals in de ontwerpbrief.
   Kleuren komen uit de bestaande tokens, dus licht én donker volgen vanzelf. */
.rl-match-row {
  display: grid;
  grid-template-columns: 104px 1fr 148px;
  gap: 1.5rem;
  align-items: start;
  padding-block: 1.75rem;
  border-top: 1px solid var(--bs-border-color);
}
.rl-match-list > .rl-match-row:last-child { border-bottom: 1px solid var(--bs-border-color); }

.rl-match-avatar {
  width: 104px;
  aspect-ratio: 104 / 122;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bs-primary-bg-subtle);
  border: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rl-match-avatar img { width: 100%; height: 100%; object-fit: cover; }
.rl-match-avatar-initial {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--bs-primary);
}

.rl-match-name { font-size: 1.375rem; font-weight: 600; letter-spacing: -.02em; }
.rl-match-name a { color: var(--bs-heading-color); text-decoration: none; }
.rl-match-name a:hover { color: var(--bs-primary); }

.rl-match-tag {
  font-size: .8125rem;
  padding: .3rem .7rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 100px;
  color: var(--bs-body-color);
}

.rl-match-reasons {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .3rem;
  font-size: .8125rem;
  color: var(--bs-secondary-color, var(--rl-muted));
}
.rl-match-reasons li { display: flex; align-items: flex-start; gap: .4rem; }
.rl-match-reasons li i { color: #5c8a5e; margin-block-start: .15rem; }

.rl-match-side { text-align: end; }
.rl-match-score {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.04em;
  color: var(--bs-heading-color);
}
.rl-match-score-top { color: var(--bs-primary); }
.rl-match-score-label {
  font-size: .625rem;
  font-weight: 600;
  letter-spacing: .12em;
  color: var(--rl-muted);
  margin-block-start: .375rem;
}

@media (max-width: 575.98px) {
  .rl-match-row {
    grid-template-columns: 72px 1fr;
    gap: 1rem;
  }
  .rl-match-avatar { width: 72px; }
  .rl-match-side {
    grid-column: 1 / -1;
    text-align: start;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem;
  }
  .rl-match-score { font-size: 2.25rem; }
  .rl-match-score-label { margin-block-start: 0; }
  .rl-match-side .btn { width: auto !important; margin-block-start: 0 !important; }
  .rl-match-side > a:last-child { margin-block-start: 0 !important; }
}

/* --- Story S1: de opdrachtbevestiging (paneel op de aanvragenkaart) --------
   Kleurparen komen letterlijk uit de schermspec §7.2, met de daar gemeten
   contrastwaarden. Voorgrond en achtergrond komen uit DEZELFDE laag: het paneel
   leeft binnen .card, en .card houdt in dark mode de lichte tokens vast. Nooit
   --rl-muted (#8A7861 haalt op wit maar 4,3:1) en nooit --rl-primary (idem);
   daarom staat er overal --rl-primary-hover (#A84A2F, 5,4:1). */
.rl-ob-sand {
  background: var(--rl-sand-bg);
  color: var(--rl-heading);            /* 12,1:1 */
  border-radius: var(--rl-radius-card-sm, .75rem);
  padding: 1rem 1.25rem;
}
.rl-ob-blush {
  background: var(--rl-blush-bg);
  color: var(--rl-heading);            /* 11,7:1 */
  border-radius: var(--rl-radius-card-sm, .75rem);
  padding: 1rem 1.25rem;
}
.rl-ob-sand .rl-ob-label,
.rl-ob-sand .rl-ob-calc { color: var(--rl-sand-text); }  /* 4,7:1 op zand */
/* Kleine regels: kleiner lettertype, NOOIT een lichtere kleur. */
.rl-ob-note {
  color: var(--rl-body);               /* 7,9:1 */
  font-size: .875rem;
}
.rl-ob-error {
  color: var(--rl-heading);            /* 15,2:1 */
  font-weight: 600;
}
.rl-ob-check-invalid { outline: 2px solid var(--rl-heading); outline-offset: 2px; }
.rl-ob dt { color: var(--rl-heading); font-weight: 600; }
.rl-ob dd { color: var(--rl-body); }
.rl-ob-link { color: var(--rl-primary-hover); }
/* Twee knoppen van gelijk gewicht (§4.1): geen groen, geen rood, geen btn-sm. */
.rl-btn-accept {
  background: var(--rl-primary-hover);
  color: var(--rl-on-primary);         /* 5,4:1 */
  border: 1.5px solid var(--rl-primary-hover);
  min-height: 44px;
}
.rl-btn-accept:hover, .rl-btn-accept:focus { color: var(--rl-on-primary); }
.rl-btn-decline {
  background: var(--rl-sand-bg);
  color: var(--rl-heading);            /* 12,1:1 */
  border: 1.5px solid var(--rl-sand-text);  /* rand 5,9:1 op wit */
  min-height: 44px;
}
.rl-btn-decline:hover, .rl-btn-decline:focus { color: var(--rl-heading); }
