@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root{
    --heading-font: 'Inter', sans-serif;
    --default-font: 'Inter', sans-serif;
    /* Brand */
    --makaku-orange: #ff8300;
    --makaku-green:  #12876f;

    /* Extra accentkleuren */
    --makaku-blue:   #1e90ff;
    --makaku-yellow: #ffd34d;
    --makaku-red:    #ff2d2d;

    /* Neutrals */
    --makaku-ink:     #0f172a;
    --makaku-muted:   #475569;
    --makaku-bg:      #f6fbff;
    --makaku-surface: #ffffff;
    --makaku-line:    rgba(15, 23, 42, 0.12);

    /* Focus ring */
    --makaku-ring: rgba(30, 144, 255, 0.22);

    /* Navbar */
    --makaku-nav-bg:     var(--makaku-orange);
    --makaku-nav-text:   #ffffff;
    --makaku-nav-hover:  var(--makaku-yellow);
    --makaku-nav-active: #ffffff;
    --makaku-nav-underline: rgba(255,255,255,0.55);

    /* Accent border */
    --makaku_border: var(--makaku-green);
}

body,
body * {
    font-family: var(--default-font);
}

h1, h2, h3, h4, h5, h6,
.section-title h1,
.section-title h2,
.section-title h3,
.makaku-title,
[class*="page-"] .hero h1,
[class*="page-"] .hero h2 {
    font-family: var(--heading-font);
}

.hidden{
    display: none !important;
}


.section-title p {
    color: var(--makaku-muted);
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    font-weight: 400;
    font-family: var(--default-font);
}

/* ===============================
   TYPOGRAFIE BASIS MAKAKU
   =============================== */

:root {
    --mk-text-main: 18px;
    --mk-text-large: 20px;
    --mk-text-small: 15px;
    --mk-line-height: 1.5;
}

/* Standaard paragrafen */
p {
    font-size: var(--mk-text-main);
    line-height: var(--mk-line-height);
    margin-bottom: 14px;
    color: #345;
}

/* Intro / belangrijke tekst */
.mk-lead {
    font-size: var(--mk-text-large);
    font-weight: 600;
    line-height: 1.45;
}

/* Kleine hulptekst */
.mk-small {
    font-size: var(--mk-text-small);
    color: #667;
}

/* Titels consistent */
h1, .makaku-title {
    font-weight: 900;
    line-height: 1.1;
}

h2, h3 {
    font-weight: 800;
}

/* Zorg dat Bootstrap 'lead' NIET meer random is */
.lead {
    font-size: var(--mk-text-large);
    font-weight: 600;
}

/* =========================
   GAME LAYOUT
   ========================= */

.game{
    flex: 1;
    padding: 6px;
}

.gamePlaceholder{
    margin: 0;
    padding: 0;
}

/* =========================
   PANELS / INLINE WRAPPERS
   ========================= */

.makaku_panel{
    border-radius: 16px;
    background: transparent;
    color: var(--makaku-ink);
    border: 0;
    box-shadow: none;
}

.makaku_panelTop{
    display: grid;
    gap: 4px;
    margin-bottom: 10px;
}

.makaku_panelTitle{
    font-weight: 700;
}

.makaku_panelSub{
    font-size: 14px;
    color: var(--makaku-muted);
}

.makaku_panelBody,
.makaku_inline{
    display: grid;
    gap: 12px;
}

/* =========================
   BUTTONS
   ========================= */

.makaku_btn,
.makaku_homeBtn,
.makaku_backBtn,
.makaku_btnGhost{
    appearance: none;
    border: 2px solid rgba(15,23,42,0.12);
    border-radius: 10px;
    padding: 7px 12px;
    letter-spacing: .2px;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.2;
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
    box-shadow: 0 6px 14px rgba(15,23,42,0.08);
}

.makaku_btn{
    background: var(--makaku-orange);
    color: #fff;
}

.makaku_btn:hover{
    background: var(--makaku-green);
    color: #fff;
    border: 2px solid rgba(15,23,42,0.12);
}

.makaku_backBtn,
.makaku_btnGhost{
    background: var(--makaku-green);
    color: #fff;
}

.makaku_homeBtn{
    background: rgba(255,131,0,0.10);
    color: var(--makaku-ink);
    border-color: rgba(255,131,0,0.25);
}

.makaku_btn:hover,
.makaku_homeBtn:hover,
.makaku_backBtn:hover,
.makaku_btnGhost:hover{
    filter: brightness(0.97);
    /*    transform: translateY(-1px);*/
}

.makaku_btn:active,
.makaku_homeBtn:active,
.makaku_backBtn:active,
.makaku_btnGhost:active{
    transform: translateY(0);
    filter: brightness(0.94);
}

.makaku_btn:focus,
.makaku_homeBtn:focus,
.makaku_backBtn:focus,
.makaku_btnGhost:focus{
    outline: none;
    box-shadow: 0 0 0 4px var(--makaku-ring), 0 10px 18px rgba(15,23,42,0.08);
}

.makaku_btn.isLocked{
    opacity: 0.55;
    cursor: not-allowed;
}

.makaku_act_btn,
.makaku_rek_btn{
    appearance: none;
    border: 1px solid rgba(15,23,42,0.12);
    border-radius: 7px;
    padding: 4px 12px;
    letter-spacing: .2px;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.2;
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
    box-shadow: 0 6px 14px rgba(15,23,42,0.08);
    background: var(--makaku-orange);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.makaku_act_btn .material-icons{
    font-size: 20px;
    line-height: 1;
}

.makaku_act_btn:hover,
.makaku_rek_btn:hover{
    background: var(--makaku-green);
    color: #fff;
    filter: brightness(0.97);
    transform: translateY(-1px);
}

.makaku_act_btn:active,
.makaku_rek_btn:active{
    transform: translateY(0);
    filter: brightness(0.94);
}

.makaku_act_btn:focus,
.makaku_rek_btn:focus{
    outline: none;
    box-shadow: 0 0 0 4px var(--makaku-ring), 0 10px 18px rgba(15,23,42,0.08);
}

.makaku_act_btn.isLocked,
.makaku_rek_btn.isLocked{
    opacity: 0.55;
    cursor: not-allowed;
}

/* =========================
   CARDS / IMAGES
   ========================= */

.card-img-top{
    height: 160px;
    object-fit: contain;
}

/* =========================
   GESPREKKAART
   ========================= */

.gesprekKaart{
    border-radius: 14px;
    border: 2px solid var(--makaku-green);
    background-color: var(--makaku-green);
}

.gesprekKaart_text{
    font-size: 0.95rem;
    line-height: 1.2rem;
    min-height: 3.2rem;
    color: white;
}

.btnTip{
    padding: 4px 8px;
    font-size: 14px;
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnTip .material-icons{
    font-size: 18px;
    line-height: 1;
}

#gesprekThemeSelect,
#gesprekThemeSelectStart{
    padding: 2px 8px;
    font-size: 13px;
    height: 30px;
    min-height: 30px;
    line-height: 1.2;
}

#gesprekThemeSelect.form-select,
#gesprekThemeSelectStart.form-select{
    background-size: 10px 10px;
    background-position: right 6px center;
}

#gesprekKaart.gesprekKaart{
    --bs-card-spacer-y: 0;
    --bs-card-spacer-x: 0;
}

#gesprekKaart.gesprekKaart .card-body{
    padding: 8px;
}

@media (max-width: 768px){
    #gesprekKaart.gesprekKaart .card-body{
        padding: 6px;
    }
}

#gesprekThemePickerRow{
    display: none;
}

#gesprekThemePickerRow.hidden{
    display: none;
}

#gesprekThemePickerRow:not(.hidden){
    display: block;
}

/* Gesprektips compact in portrait nav */
body.page-activiteiten.makaku-portrait #navGesprekSlot{
    width: 100%;
}

body.page-activiteiten.makaku-portrait #navGesprekSlot .card{
    margin: 0;
    border-radius: 12px;
}

body.page-activiteiten.makaku-portrait #navGesprekSlot .card-body{
    padding: 8px 10px;
}

body.page-activiteiten.makaku-portrait #navGesprekSlot h5,
body.page-activiteiten.makaku-portrait #navGesprekSlot .h5,
body.page-activiteiten.makaku-portrait #navGesprekSlot h6,
body.page-activiteiten.makaku-portrait #navGesprekSlot .h6{
    margin: 0 0 6px 0;
    font-size: 13px;
    line-height: 1.15;
}

body.page-activiteiten.makaku-portrait #navGesprekSlot #gesprekTipText{
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

body.page-activiteiten.makaku-portrait #navGesprekSlot #gesprekControlsRow,
body.page-activiteiten.makaku-portrait #navGesprekSlot .gesprekControlsRow{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 0;
}

body.page-activiteiten.makaku-portrait #navGesprekSlot .gesprekThumbBtn,
body.page-activiteiten.makaku-portrait #navGesprekSlot .gesprekThumbsRow .btn,
body.page-activiteiten.makaku-portrait #navGesprekSlot button{
    padding: 6px 10px;
    border-radius: 12px;
}

body.page-activiteiten.makaku-portrait #navGesprekSlot .material-icons{
    font-size: 20px;
    line-height: 1;
}

body.page-activiteiten.makaku-portrait #navGesprekSlot #gesprekThemePickerRow select,
body.page-activiteiten.makaku-portrait #navGesprekSlot #gesprekThemePickerRow .form-select{
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
    border-radius: 12px;
}

body.page-activiteiten.makaku-portrait #navGesprekSlot #gesprekThemePickerRow{
    margin-top: 0;
}

body.page-activiteiten.makaku-portrait #navGesprekSlot .row{
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.25rem;
}

@media (max-width: 1200px){
    .gesprekKaart_text{
        min-height: 0;
        margin-left: 0;
        margin-right: auto;
        color: white;
    }

    .gesprekKaart{
        border: 0;
        border-radius: 0 !important;
        padding: 2px !important;
        color: white;
        background-color: var(--makaku-green);
        margin-top: 4px !important;
    }

    #gesprekKaartCardBody{
        padding-left: 10px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    #gesprekControlsRow{
        margin-left: auto;
        margin-right: 0;
    }

    .btnTip{
        padding: 4px 5px !important;
        border-radius: 7px !important;
        line-height: 1 !important;
        background-color: var(--makaku-green);
        border: 2px solid white;
    }
}

/* =========================
   NAV / HEADER
   ========================= */

.navmenu .dropdown > ul hr.dropdown-divider{
    margin: 0 10px;
    border: 0;
    height: 3px;
    background: var(--makaku-green);
    opacity: 1;
}

.header{
    border-bottom: 3px solid var(--makaku-green);
}

@media (max-width: 1200px){
    .header .makaku_portraitTools{
        order: 1;
    }

    .header .logo{
        order: 2;
        padding-left: 30px;
    }

    .header .logo img{
        max-width: 120px;
    }

    .header .navmenu{
        order: 3;
        text-align: right;
    }
}

/* =========================
   LOADER
   ========================= */

.makaku_loader{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(255,255,255,.75);
    backdrop-filter: blur(2px);
    z-index: 50;
}

.makaku_loader.hidden{
    display: none !important;
}

.makaku_loaderCard{
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    padding: 14px 16px;
    max-width: 360px;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .navmenu li.dropdown > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
    }

    .navmenu li.dropdown > a .toggle-dropdown {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        margin-left: 8px;
        border-radius: 999px;
        font-size: 20px;
        line-height: 1;
        background: rgba(18, 135, 111, 0.14);
        color: var(--makaku-green);
        transition: transform .22s ease, background-color .22s ease, color .22s ease;
    }

    .navmenu li.dropdown > a:hover .toggle-dropdown,
    .navmenu li.dropdown > a:focus .toggle-dropdown {
        background: rgba(18, 135, 111, 0.18);
        color: var(--makaku-green);
    }

    .navmenu li.dropdown > a.menu-open .toggle-dropdown,
    .navmenu li.dropdown > a.menu-open:focus .toggle-dropdown {
        transform: rotate(180deg);
        background: rgba(255, 131, 0, 0.16);
        color: var(--makaku-orange);
    }
}

/*
Index
*/
.page-home .section {
    padding: 56px 0;
}

.page-home .section-sm {
    padding: 40px 0;
}

.page-home .section-title h2,
.page-home h3,
.page-home .makaku-title {
    color: var(--makaku-green);
    font-weight: 700;
}

.page-home .makaku-accent {
    width: 60px;
    height: 4px;
    background: var(--makaku-orange);
    margin: 0 0 18px 0;
    border-radius: 99px;
}

.page-home .hero {
    position: relative;
    padding: 90px 0 70px;
    overflow: hidden;
}

.page-home .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(18, 135, 111, 0.88), rgba(18, 135, 111, 0.70));
    z-index: 1;
}

.page-home .hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.page-home .hero .container {
    position: relative;
    z-index: 2;
}

.page-home .hero h1,
.page-home .hero h2 {
    color: #fff;
    max-width: 760px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.page-home .hero p {
    color: rgba(255, 255, 255, 0.95);
    max-width: 720px;
    font-size: 1.05rem;
    margin-bottom: 0;
}

.page-home .btn-makaku-primary,
.page-home .btn-makaku-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: .2s ease;
}

.page-home .btn-makaku-primary {
    background: var(--makaku-orange);
    color: #fff;
    border: 1px solid var(--makaku-orange);
}

.page-home .btn-makaku-primary:hover {
    filter: brightness(0.96);
    color: #fff;
}

.page-home .btn-makaku-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.9);
}

.page-home .btn-makaku-secondary:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.page-home .makaku-intro {
    background: #fff;
}

.page-home .lead {
    color: #495057;
    font-size: 1.05rem;
    margin-bottom: 18px;
}

.page-home .makaku-checks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-home .makaku-checks li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    align-items: flex-start;
}

.page-home .makaku-checks i {
    color: var(--makaku-orange);
}

.page-home .makaku-card {
    background: #fff;
    border: 1px solid rgba(18, 135, 111, 0.10);
    border-radius: 18px;
    padding: 24px 20px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    height: 100%;
}

.page-home .makaku-card i {
    color: var(--makaku-orange);
    font-size: 2rem;
    display: inline-block;
    margin-bottom: 12px;
}

.page-home .makaku-card h4 {
    color: var(--makaku-green);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.page-home .makaku-soft {
    background: rgba(18, 135, 111, 0.05);
}

.page-home .audience-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px 18px;
    border-top: 4px solid var(--makaku-orange);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    height: 100%;
}

.page-home .audience-card h4 {
    color: var(--makaku-green);
    font-size: 1.05rem;
    margin-bottom: 8px;
    font-weight: 700;
}

.page-home .makaku-cta-box {
    background: linear-gradient(135deg, rgba(18, 135, 111, 0.08), rgba(255, 131, 0, 0.08));
    border: 1px solid rgba(18, 135, 111, 0.10);
    border-radius: 22px;
    padding: 28px 24px;
}

@media (max-width: 991.98px) {
    .page-home .section {
        padding: 44px 0;
    }

    .page-home .hero {
        padding: 78px 0 56px;
    }

    .page-home .hero h1,
    .page-home .hero h2 {
        font-size: 2rem;
    }
}


.makaku-showcase-section{
    background: #f8fbfa;
}

.makaku-showcase-section .section-title{
    padding-bottom: 26px;
}

.makaku-showcase-section .section-title h2{
    color: var(--makaku-green);
    font-family: var(--heading-font);
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    margin: 0 0 12px 0;
}

.makaku-showcase-section .section-title h2::after{
    display: none;
}

.makaku-showcase-section .section-title p{
    margin: 0 auto;
    max-width: 820px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--makaku-muted);
    font-family: var(--default-font);
    font-weight: 400;
    text-transform: none;
}

.makaku-showcase-image-wrap{
    background: #fff;
    border-radius: 22px;
    padding: 10px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(18, 135, 111, 0.08);
}

.makaku-showcase-image{
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    border-radius: 16px;
    display: block;
    background: #fff;
}

.makaku-showcase-content{
    padding: 4px 4px 4px 10px;
}

.makaku-showcase-label{
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(18, 135, 111, 0.10);
    color: var(--makaku-green);
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 14px;
}

.makaku-showcase-content h3{
    color: var(--makaku-green);
    font-family: var(--heading-font);
    font-size: 1.7rem;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 14px 0;
}

.makaku-showcase-content p{
    color: var(--makaku-muted);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 12px;
}

.makaku-showcase-answer-box{
    margin-top: 6px;
    margin-bottom: 26px;
}

.makaku-answer-card{
    background: #fff;
    border-radius: 20px;
    padding: 24px 22px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    border: 1px solid rgba(18, 135, 111, 0.08);
}

.makaku-answer-card h4{
    color: var(--makaku-green);
    font-family: var(--heading-font);
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
}

.makaku-answer-card p{
    color: var(--makaku-muted);
    font-size: 0.98rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.makaku-gallery-card{
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    border: 1px solid rgba(18, 135, 111, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.makaku-gallery-card .row{
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
    flex-shrink: 0;
}

.makaku-gallery-image{
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 14px;
    display: block;
    background: #fff;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.makaku-gallery-card h4{
    color: var(--makaku-green);
    font-family: var(--heading-font);
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
}

.makaku-gallery-card p{
    color: var(--makaku-muted);
    font-size: 0.98rem;
    line-height: 1.7;
}

.makaku-gallery-card.is-single .makaku-gallery-image{
    height: 250px;
}
.makaku-gallery-card .mt-3 {
    margin-top: auto !important;
}

@media (max-width: 991.98px){
    .makaku-showcase-section .section-title h2{
        font-size: 1.75rem;
    }

    .makaku-showcase-section .section-title p{
        font-size: 1rem;
    }

    .makaku-showcase-content{
        padding: 0;
    }

    .makaku-showcase-content h3{
        font-size: 1.45rem;
    }

    .makaku-showcase-image{
        max-height: 300px;
    }

    .makaku-gallery-image{
        height: 170px;
    }

    .makaku-gallery-card.is-single .makaku-gallery-image{
        height: 220px;
    }
}

@media (max-width: 575.98px){
    .makaku-showcase-section .section-title h2{
        font-size: 1.55rem;
    }

    .makaku-showcase-content h3{
        font-size: 1.3rem;
    }

    .makaku-answer-card,
    .makaku-gallery-card{
        padding: 14px;
    }

    .makaku-gallery-image{
        height: 150px;
    }

    .makaku-gallery-card.is-single .makaku-gallery-image{
        height: 190px;
    }
}

/* =========================
MAKAKU BOARD GAME
========================= */

.makakuBoard_wrap{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(280px,.8fr);
    gap:16px;
    align-items:start;
}

.makakuBoard_main,
.makakuBoard_sideCard{
    background:#fff;
    border:1px solid rgba(18,135,111,0.10);
    border-radius:20px;
    box-shadow:0 10px 24px rgba(15,23,42,0.06);
}

.makakuBoard_main{
    padding:14px;
}

.makakuBoard_sidebar{
    display:grid;
    gap:14px;
}

.makakuBoard_sideCard{
    padding:16px;
}

.makakuBoard_sideTitle{
    color:var(--makaku-green);
    font-weight:700;
    font-size:1.15rem;
    line-height:1.2;
    margin-bottom:6px;
}

.makakuBoard_sideSub{
    color:var(--makaku-muted);
    font-size:.96rem;
    line-height:1.45;
    margin-bottom:12px;
}

.makakuBoard_turnLine{
    margin-bottom:12px;
}

.makakuBoard_turnPill{
    display:inline-flex;
    align-items:center;
    gap:8px;
    border-radius:999px;
    padding:8px 12px;
    font-weight:700;
    font-size:.92rem;
    line-height:1;
    border:1px solid rgba(15,23,42,0.10);
}

.makakuBoard_turnPill.isChild{
    background:rgba(255,131,0,0.12);
    color:#8a4d00;
}

.makakuBoard_turnPill.isParent{
    background:rgba(18,135,111,0.12);
    color:var(--makaku-green);
}

.makakuBoard_diceWrap{
    display:grid;
    justify-items:center;
    gap:8px;
    padding:12px;
    border-radius:16px;
    background:linear-gradient(135deg, rgba(18,135,111,0.06), rgba(255,131,0,0.08));
    margin-bottom:12px;
}

.makakuBoard_diceFace{
    font-size:3.2rem;
    line-height:1;
}

.makakuBoard_diceText{
    color:var(--makaku-muted);
    font-size:.95rem;
    text-align:center;
}

.makakuBoard_positions{
    display:grid;
    gap:8px;
    margin-bottom:12px;
}

.makakuBoard_posRow{
    display:flex;
    align-items:center;
    gap:10px;
    color:var(--makaku-ink);
    font-weight:600;
}

.makakuBoard_miniToken{
    width:30px;
    height:30px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:800;
    font-size:.88rem;
}

.makakuBoard_miniToken.isChild{
    background:var(--makaku-orange);
}

.makakuBoard_miniToken.isParent{
    background:var(--makaku-green);
}

.makakuBoard_infoBox{
    border-radius:16px;
    background:#f8fbfa;
    border:1px solid rgba(18,135,111,0.10);
    padding:12px;
    margin-bottom:12px;
}

.makakuBoard_infoTitle{
    color:var(--makaku-green);
    font-weight:700;
    margin-bottom:6px;
}

.makakuBoard_infoText{
    color:var(--makaku-muted);
    font-size:.96rem;
    line-height:1.5;
}

.makakuBoard_grid{
    display:grid;
    grid-template-columns:repeat(8, minmax(0,1fr));
    gap:10px;
}

.makakuBoard_cell{
    min-height:94px;
    border-radius:18px;
    border:2px solid rgba(15,23,42,0.08);
    background:#fff;
    padding:10px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    position:relative;
    transition:transform .12s ease, box-shadow .12s ease;
}

.makakuBoard_cellTop{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
}

.makakuBoard_cellNr{
    width:28px;
    height:28px;
    border-radius:999px;
    background:rgba(18,135,111,0.10);
    color:var(--makaku-green);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:.82rem;
    font-weight:800;
}

.makakuBoard_cellIcon{
    font-size:1.2rem;
    line-height:1;
}

.makakuBoard_cellTitle{
    color:var(--makaku-ink);
    font-size:.86rem;
    font-weight:700;
    line-height:1.15;
    margin-top:6px;
}

.makakuBoard_tokens{
    display:flex;
    align-items:center;
    gap:6px;
    min-height:28px;
    margin-top:8px;
}

.makakuBoard_token{
    width:28px;
    height:28px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:.82rem;
    font-weight:800;
    box-shadow:0 6px 14px rgba(15,23,42,0.12);
}

.makakuBoard_token.isChild{
    background:var(--makaku-orange);
}

.makakuBoard_token.isParent{
    background:var(--makaku-green);
}

.makakuBoard_cell.isTask{
    background:linear-gradient(180deg, rgba(255,131,0,0.10), #fff);
    border-color:rgba(255,131,0,0.28);
}

.makakuBoard_cell.isBoomhut{
    background:linear-gradient(180deg, rgba(18,135,111,0.12), #fff);
    border-color:rgba(18,135,111,0.28);
}

.makakuBoard_cell.isJump{
    background:linear-gradient(180deg, rgba(255,211,77,0.22), #fff);
    border-color:rgba(255,131,0,0.20);
}

.makakuBoard_cell.isExtra{
    background:linear-gradient(180deg, rgba(95,207,128,0.18), #fff);
    border-color:rgba(18,135,111,0.20);
}

.makakuBoard_cell.isFinish{
    background:linear-gradient(180deg, rgba(255,131,0,0.18), rgba(18,135,111,0.12));
    border-color:rgba(18,135,111,0.28);
}

.makakuBoard_cell.hasPlayer{
    box-shadow:0 10px 22px rgba(15,23,42,0.08);
}

.makakuBoard_judgeBox,
.makakuBoard_waitJudge{
    border-radius:16px;
    padding:12px;
    background:rgba(255,131,0,0.08);
    border:1px solid rgba(255,131,0,0.18);
}

.makakuBoard_judgeTitle{
    color:var(--makaku-green);
    font-weight:700;
    margin-bottom:6px;
}

.makakuBoard_judgeTask{
    color:var(--makaku-ink);
    font-weight:600;
    line-height:1.4;
}

.makakuBoard_rules{
    margin:0;
    padding-left:18px;
    color:var(--makaku-muted);
    display:grid;
    gap:8px;
    font-size:.94rem;
    line-height:1.45;
}

@media (max-width: 1199.98px){
    .makakuBoard_wrap{
        grid-template-columns:1fr;
    }
}

@media (max-width: 991.98px){
    .makakuBoard_grid{
        grid-template-columns:repeat(4, minmax(0,1fr));
    }

    .makakuBoard_cell{
        min-height:88px;
        padding:8px;
    }

    .makakuBoard_cellTitle{
        font-size:.8rem;
    }
}

@media (max-width: 575.98px){
    .makakuBoard_grid{
        grid-template-columns:repeat(3, minmax(0,1fr));
        gap:8px;
    }

    .makakuBoard_cell{
        min-height:82px;
        border-radius:14px;
    }

    .makakuBoard_diceFace{
        font-size:2.8rem;
    }

    .makakuBoard_sideCard,
    .makakuBoard_main{
        padding:12px;
    }
}

#navSessieStatus{
    background: var(--makaku-orange);
    color: white;
    padding: 2px;
}


/* =========================
   SHARED CONTENT PAGES
   ========================= */

.role-title{
    color:var(--makaku-green);
}

.role-option{
    border: 2px solid var(--makaku-green);
    border-radius: 18px;
    padding: 5px;
}

.role-option.selected{
    background: #1fe0ba;
}

.section{
    padding: 56px 0;
}

.section-sm{
    padding: 40px 0;
}

.hero{
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(18, 135, 111, 0.95), rgba(18, 135, 111, 0.82));
    padding: 86px 0 64px;
}


.hero h1{
    color: #fff;
    max-width: 780px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.hero p{
    color: rgba(255, 255, 255, 0.95);
    max-width: 760px;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0;
}


.section-title h1,
.section-title h2,
.makaku-title,
h2{
    color: var(--makaku-green);
    font-weight: 700;
}

.makaku-accent{
    width: 60px;
    height: 4px;
    background: var(--makaku-orange);
    margin: 0 0 18px 0;
    border-radius: 99px;
}

.lead{
    color: var(--makaku-ink);
    font-size: 1.05rem;
    line-height: 1.7;
}

p{
    color: var(--makaku-ink);
    font-size: 1.05rem;
    line-height: 1.7;
}

.makaku-soft{
    background: rgba(18, 135, 111, 0.05);
}

.makaku-card{
    background: #fff;
    border: 1px solid rgba(18, 135, 111, 0.10);
    border-radius: 18px;
    padding: 24px 20px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    height: 100%;
}

.makaku-card i {
    color: var(--makaku-orange);
    font-size: 2rem;
    display: inline-block;
    margin-bottom: 12px;
}

.makaku-card h4{
    color: var(--makaku-green);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.08rem;
}

.makaku-list,
.makaku-checks{
    list-style: none;
    padding: 0;
    margin: 0;
}


.makaku-list li,
.makaku-checks li{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
}


.makaku-list i,
.makaku-checks i{
    color: var(--makaku-orange);
}

.btn-makaku-primary,
.btn-makaku-secondary{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: .2s ease;
}


.btn-makaku-primary,
.btn-makaku-primary{
    background: var(--makaku-orange);
    color: #fff;
    border: 1px solid var(--makaku-orange);
}

.btn-makaku-secondary,
.btn-makaku-secondary{
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.9);
}


.btn-makaku-primary:hover{
    filter: brightness(0.96);
    color: #fff;
}

.btn-makaku-secondary:hover{
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.makaku-cta{
    background: linear-gradient(135deg, rgba(18, 135, 111, 0.08), rgba(255, 131, 0, 0.08));
    border: 1px solid rgba(18, 135, 111, 0.10);
    border-radius: 22px;
    padding: 28px 24px;
}

.makaku-story-card{
    background: #fff;
    border: 1px solid rgba(18, 135, 111, 0.10);
    border-radius: 18px;
    padding: 26px 22px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.makaku-author{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(18, 135, 111, 0.08);
    color: var(--makaku-green);
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 18px;
}

.quote-box{
    border-left: 4px solid var(--makaku-orange);
    padding: 10px 0 10px 18px;
    margin: 22px 0;
    color: #495057;
    font-style: italic;
}

.quote-box strong{
    color: var(--makaku-green);
    font-style: normal;
}

.makaku-highlight-text{
    color: var(--makaku-green);
    font-weight: 700;
}

.audience-box{
    background: #fff;
    border-left: 4px solid var(--makaku-orange);
    border-radius: 14px;
    padding: 20px 18px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    height: 100%;
}

@media (max-width: 991.98px) {
    .section{
        padding: 44px 0;
    }

    .hero{
        padding: 72px 0 54px;
    }

    .hero h1{
        font-size: 2rem;
    }
}

/* Paginatitel Makaku */

.pagina-titel {
    color: var(--makaku-orange);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 2rem 0;
    padding-bottom: 0.75rem;
    display: inline-block;
}

/* Tablet */
@media (max-width: 768px) {
    .pagina-titel {
        font-size: 2rem;
        padding-bottom: 0.6rem;
        margin-bottom: 1.5rem;
    }
}

/* Mobiel */
@media (max-width: 480px) {
    .pagina-titel {
        font-size: 1.6rem;
        padding-bottom: 0.5rem;
        margin-bottom: 1.25rem;
    }
}

/* =========================
   COOKIE BANNER
   ========================= */

.makaku-cookie-banner{
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
}

.makaku-cookie-banner.hidden{
    display: none !important;
}

.makaku-cookie-card{
    max-width: 1040px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid rgba(18, 135, 111, 0.14);
    border-left: 6px solid var(--makaku-orange);
    border-radius: 20px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.16);
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.makaku-cookie-title{
    color: var(--makaku-green);
    font-weight: 800;
    font-size: 1.05rem;
    margin-bottom: 6px;
}

.makaku-cookie-text p{
    margin: 0 0 8px 0;
    color: var(--makaku-ink);
    line-height: 1.65;
    font-size: 0.98rem;
}

.makaku-cookie-text a{
    color: var(--makaku-green);
    font-weight: 700;
    text-decoration: none;
}

.makaku-cookie-text a:hover{
    color: var(--makaku-orange);
}

.makaku-cookie-actions{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 767.98px){
    .makaku-cookie-card{
        padding: 16px;
        border-radius: 16px;
        flex-direction: column;
        align-items: stretch;
    }

    .makaku-cookie-actions{
        width: 100%;
    }

    .makaku-cookie-actions .makaku_btn{
        width: 100%;
        justify-content: center;
    }
}

/* =========================
   COOKIEVERKLARING PAGINA
   ========================= */

.page-cookieverklaring .section{
    padding: 56px 0;
}

.page-cookieverklaring .hero{
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(18, 135, 111, 0.95), rgba(18, 135, 111, 0.82));
    padding: 86px 0 64px;
}

.page-cookieverklaring .hero h1{
    color: #fff;
    max-width: 780px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.page-cookieverklaring .hero p{
    color: rgba(255, 255, 255, 0.95);
    max-width: 760px;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.page-cookieverklaring .makaku-card{
    background: #fff;
    border: 1px solid rgba(18, 135, 111, 0.10);
    border-radius: 18px;
    padding: 24px 20px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    height: 100%;
}

.page-cookieverklaring h2,
.page-cookieverklaring h3{
    color: var(--makaku-green);
    font-weight: 700;
}

.page-cookieverklaring p,
.page-cookieverklaring li{
    color: var(--makaku-ink);
    font-size: 1.02rem;
    line-height: 1.7;
}

.page-cookieverklaring ul{
    padding-left: 18px;
}

/* =========================
   ERROR PAGES
   ========================= */

.page-error {
    background: #f6fbff;
    color: var(--makaku-ink);
    min-height: 100vh;
}

.page-error * {
    box-sizing: border-box;
}

.page-error .error-topbar {
    background: #ffffff;
    border-bottom: 3px solid var(--makaku-green);
    position: sticky;
    top: 0;
    z-index: 20;
}

.page-error .error-topbar-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.page-error .error-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.page-error .error-logo img {
    max-height: 46px;
    width: auto;
    display: block;
}

.page-error .error-top-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.page-error .error-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 38px 18px 56px;
}

.page-error .error-hero {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(18, 135, 111, 0.96), rgba(18, 135, 111, 0.82));
    padding: 54px 32px;
    color: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.page-error .error-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
}

.page-error .error-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 24px;
    align-items: center;
}

.page-error .error-code-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 800;
    margin-bottom: 16px;
}

.page-error .error-title {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 14px 0;
}

.page-error .error-text {
    color: rgba(255,255,255,0.96);
    font-size: 1.06rem;
    line-height: 1.75;
    max-width: 720px;
    margin: 0;
}

.page-error .error-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.page-error .error-side-card {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 22px;
    padding: 24px 20px;
    backdrop-filter: blur(3px);
}

.page-error .error-side-icon {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.14);
    margin-bottom: 16px;
}

.page-error .error-side-icon i {
    font-size: 34px;
    color: #fff;
    line-height: 1;
}

.page-error .error-side-card h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-error .error-side-card p {
    color: rgba(255,255,255,0.94);
    line-height: 1.65;
    margin-bottom: 0;
}

.page-error .error-sections {
    margin-top: 28px;
    display: grid;
    gap: 24px;
}

.page-error .error-info-card {
    background: #fff;
    border: 1px solid rgba(18, 135, 111, 0.10);
    border-radius: 22px;
    padding: 28px 24px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.page-error .error-accent {
    width: 60px;
    height: 4px;
    background: var(--makaku-orange);
    border-radius: 99px;
    margin-bottom: 16px;
}

.page-error .error-info-card h2 {
    color: var(--makaku-green);
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.page-error .error-info-card p {
    color: var(--makaku-ink);
    font-size: 1.03rem;
    line-height: 1.75;
    margin-bottom: 0;
}

.page-error .error-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.page-error .error-mini-card {
    background: #fff;
    border: 1px solid rgba(18, 135, 111, 0.10);
    border-radius: 18px;
    padding: 22px 18px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    height: 100%;
}

.page-error .error-mini-card i {
    color: var(--makaku-orange);
    font-size: 2rem;
    display: inline-block;
    margin-bottom: 12px;
}

.page-error .error-mini-card h3 {
    color: var(--makaku-green);
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.page-error .error-mini-card p {
    color: var(--makaku-ink);
    line-height: 1.7;
    margin-bottom: 0;
}

.page-error .error-cta-box {
    background: linear-gradient(135deg, rgba(18, 135, 111, 0.08), rgba(255, 131, 0, 0.08));
    border: 1px solid rgba(18, 135, 111, 0.10);
    border-radius: 22px;
    padding: 28px 24px;
    text-align: center;
}

.page-error .error-cta-box h2 {
    color: var(--makaku-green);
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.page-error .error-cta-box p {
    color: var(--makaku-ink);
    line-height: 1.75;
    margin-bottom: 22px;
}

.page-error .error-footer {
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--makaku-muted);
    font-size: 0.96rem;
    text-align: center;
}

.page-error .btn-makaku-primary,
.page-error .btn-makaku-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: .2s ease;
}

.page-error .btn-makaku-primary {
    background: var(--makaku-orange);
    color: #fff;
    border: 1px solid var(--makaku-orange);
}

.page-error .btn-makaku-primary:hover {
    filter: brightness(0.96);
    color: #fff;
}

.page-error .btn-makaku-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.88);
}

.page-error .btn-makaku-secondary:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.page-error .btn-makaku-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: .2s ease;
    background: #fff;
    color: var(--makaku-green);
    border: 1px solid rgba(18, 135, 111, 0.16);
}

.page-error .btn-makaku-outline:hover {
    color: var(--makaku-green);
    filter: brightness(0.98);
}

@media (max-width: 991.98px) {
    .page-error .error-grid {
        grid-template-columns: 1fr;
    }

    .page-error .error-card-grid {
        grid-template-columns: 1fr;
    }

    .page-error .error-hero {
        padding: 40px 22px;
        border-radius: 22px;
    }

    .page-error .error-shell {
        padding: 26px 14px 40px;
    }

    .page-error .error-topbar-inner {
        padding: 12px 14px;
    }
}

@media (max-width: 575.98px) {
    .page-error .error-top-actions {
        width: 100%;
    }

    .page-error .error-top-actions a {
        flex: 1 1 100%;
    }

    .page-error .error-actions a {
        width: 100%;
    }
}

/* =========================
   KIES ROL + WACHTKAMER
   ========================= */

.page-kies-rol,
.page-wachtkamer{
    background: var(--makaku-bg);
}

.page-kies-rol .section,
.page-wachtkamer .section{
    padding: 56px 0;
}

.page-kies-rol h1,
.page-wachtkamer h1{
    color: var(--makaku-green);
    font-weight: 800;
}

.page-kies-rol .card,
.page-wachtkamer .card{
    border: 1px solid rgba(18, 135, 111, 0.10) !important;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08) !important;
    overflow: hidden;
}

.page-kies-rol .card-body,
.page-wachtkamer .card-body{
    background: #fff;
}

.page-kies-rol .border.rounded,
.page-wachtkamer .border.rounded{
    border: 1px solid rgba(18, 135, 111, 0.14) !important;
    border-radius: 18px !important;
    background: #ffffff;
}

.page-kies-rol .border.rounded:hover,
.page-wachtkamer .border.rounded:hover{
    border-color: rgba(255, 131, 0, 0.35) !important;
}

.page-kies-rol .alert-info,
.page-wachtkamer .alert-info{
    background: rgba(18, 135, 111, 0.08);
    border-color: rgba(18, 135, 111, 0.16);
    color: var(--makaku-ink);
    border-radius: 16px;
}

.page-wachtkamer .alert-light{
    background: rgba(255, 131, 0, 0.07);
    border-color: rgba(255, 131, 0, 0.18) !important;
    color: var(--makaku-ink);
    border-radius: 16px;
}

.page-kies-rol .btn-primary,
.page-wachtkamer .btn-primary,
.page-kies-rol .btn-success,
.page-wachtkamer .btn-success{
    background: var(--makaku-green);
    border-color: var(--makaku-green);
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 18px;
}

.page-kies-rol .btn-primary:hover,
.page-wachtkamer .btn-primary:hover,
.page-kies-rol .btn-success:hover,
.page-wachtkamer .btn-success:hover{
    background: var(--makaku-green);
    border-color: var(--makaku-green);
    color: #fff;
}

.page-wachtkamer .btn-outline-secondary{
    border-color: rgba(18, 135, 111, 0.28);
    color: var(--makaku-green);
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 18px;
}

.page-wachtkamer .btn-outline-secondary:hover{
    background: var(--makaku-green);
    border-color: var(--makaku-green);
    color: #fff;
}

.page-kies-rol .form-check-input:checked{
    background-color: var(--makaku-green);
    border-color: var(--makaku-green);
}

.page-kies-rol .form-select{
    border-radius: 10px;
    border-color: rgba(18, 135, 111, 0.18);
}

.page-kies-rol a,
.page-wachtkamer a{
    color: var(--makaku-green);
}

.page-kies-rol a:hover,
.page-wachtkamer a:hover{
    color: var(--makaku-orange);
}

.page-wachtkamer .badge{
    border-radius: 999px;
    padding: 8px 10px;
    font-weight: 700;
}

@media (max-width: 767.98px){
    .page-kies-rol .section,
    .page-wachtkamer .section{
        padding: 34px 0;
    }

    .page-kies-rol .card-body,
    .page-wachtkamer .card-body{
        padding: 24px 18px !important;
    }

    .page-kies-rol .ms-4{
        margin-left: 0 !important;
    }

    .page-kies-rol .form-select{
        max-width: 100% !important;
        width: 100%;
    }

    .page-wachtkamer .badge{
        margin-top: 8px;
    }

    .page-wachtkamer .border.rounded{
        align-items: flex-start !important;
        flex-direction: column;
        gap: 8px;
    }
}

.mk-page-text {
    font-size: 16px;
    line-height: 1.5;
    color: #345;
    margin-bottom: 0;
}

.mk-page-lead {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
    color: #345;
    margin-bottom: 0;
}

.mk-page-small {
    font-size: 16px;
    line-height: 1.45;
    color: #667;
}

.role-box {
    background: linear-gradient(180deg, #f4fbf8 0%, #ffffff 100%);
    border-radius: 32px;
    padding: 28px;
    box-shadow: 0 14px 36px rgba(0,0,0,.08);
}

.role-title {
    font-size: clamp(30px, 5vw, 42px);
    font-weight: 600;
    color: #12876f;
    line-height: 1.1;
    margin-bottom: 10px;
}

.role-option {
    border: 2px solid rgba(18,135,111,.14);
    border-radius: 24px;
    padding: 20px;
    background: #fff;
}

.role-option-main {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.role-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #e8f6f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex: 0 0 auto;
}

.role-label-title {
    font-size: 18px;
    font-weight: 600;
    color: #123;
    line-height: 1.2;
}

.role-select-row {
    margin-left: 72px;
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.role-select-row .form-select {
    max-width: 280px;
    font-size: 16px;
    border-radius: 14px;
}

.role-install-note {
    margin-top: 12px;
    background: #fff;
    border: 2px solid rgba(255,131,0,1);
    border-radius: 16px;
    padding: 12px 14px;
}

.role-alert {
    border-radius: 22px;
    font-size: 16px;
    line-height: 1.5;
}

.role-submit {
    border-radius: 999px;
    padding: 15px 28px;
    font-size: 18px;
    font-weight: 900;
}

@media (max-width: 575px) {
    .role-box {
        padding: 22px 16px;
    }

    .role-select-row,
    .role-install-note {
        margin-left: 0;
    }
}

.mk-page-text {
    font-size: 18px;
    line-height: 1.5;
    color: #345;
    margin-bottom: 0;
}

.mk-page-lead {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
    color: #345;
    margin-bottom: 0;
}

.mk-page-small {
    font-size: 16px;
    line-height: 1.45;
    color: #667;
}

.waitroom-box {
    background: linear-gradient(180deg, #f4fbf8 0%, #ffffff 100%);
    border-radius: 32px;
    padding: 28px;
    box-shadow: 0 14px 36px rgba(0,0,0,.08);
    text-align: center;
}

.waitroom-big-icon {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    margin: 0 auto 18px;
    background: #e8f6f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
}

.waitroom-title {
    font-size: clamp(30px, 5vw, 42px);
    font-weight: 900;
    color: #12876f;
    margin-bottom: 10px;
    line-height: 1.1;
}

.waitroom-people {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    align-items: center;
    margin: 24px 0;
}

.waitroom-person {
    background: #fff;
    border: 2px solid rgba(18,135,111,.14);
    border-radius: 24px;
    padding: 18px 12px;
    min-height: 145px;
}

.waitroom-person-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff3e6;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.waitroom-person-name {
    font-size: 18px;
    font-weight: 600;
    color: #123;
    line-height: 1.2;
}

.waitroom-person-sub {
    font-size: 15px;
    line-height: 1.4;
    color: #667;
    margin-top: 4px;
}

.waitroom-dots {
    font-size: 34px;
    color: #ff8300;
    font-weight: 900;
}

.waitroom-message-stack {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
}

.waitroom-status-box,
.waitroom-soft-note {
    border-radius: 16px;
    padding: 16px 18px;
    line-height: 1.45;
    margin: 0;
}

.waitroom-status-box {
    border: 0;
}

.waitroom-soft-note {
    background: rgba(18,135,111,.07);
    border: 1px solid rgba(18,135,111,.14);
    color: #345;
}

.waitroom-call-btn {
    border-radius: 999px;
    padding: 15px 26px;
    font-size: 18px;
    font-weight: 900;
}

@media (max-width: 575px) {
    .waitroom-people {
        grid-template-columns: 1fr;
    }

    .waitroom-dots {
        transform: rotate(90deg);
    }

    .waitroom-box {
        padding: 22px 16px;
    }
}

/* ==================================
   CONTENT TYPOGRAFIE GELIJK TREKKEN
   Pagina's: index, over ons, gemeenten, professionals, ouders
   ================================== */

:root{
    --mk-content-text: 16px;
    --mk-content-lead: 20px;
    --mk-content-small: 15px;
    --mk-content-line-height: 20px;
}

p,
span{
    font-family: var(--default-font);
    font-size: var(--mk-content-text);
    line-height: var(--mk-content-line-height);
}

.lead{
    font-family: var(--default-font);
    font-size: var(--mk-content-lead);
    line-height: var(--mk-content-line-height);
    font-weight: 600;
}

.mk-small{
    font-size: var(--mk-content-small);
    line-height: var(--mk-content-line-height);
}

.makaku-card p,
.audience-box p{
    font-size: var(--mk-content-text);
    line-height: var(--mk-content-line-height);
}

.makaku-checks span,
.makaku-list span{
    font-size: var(--mk-content-text);
    line-height: 24px;
}

.section-title p{
    font-size: var(--mk-content-text);
    line-height: var(--mk-content-line-height);
}

/* Kleine interface-onderdelen blijven bewust compacter */
.makaku-showcase-label{
    font-size: var(--mk-content-text);
    line-height: var(--mk-content-line-height);
}

.btn-makaku-primary,
.btn-makaku-secondary{
    font-size: var(--mk-content-text);
    line-height: var(--mk-content-line-height);
}

.page-contact .contact-info-row{
    align-items: flex-start;
}

.page-contact .contact-info-row .info-item{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
    text-align: left;
}

.page-contact .contact-info-row .info-item i{
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 999px;
    background: var(--makaku-green);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
}

.page-contact .contact-info-row .info-item h3{
    color: var(--makaku-ink);
    font-size: 1.15rem;
    line-height: 1.25;
    font-weight: 800;
    margin: 0 0 4px 0;
}

.page-contact .contact-info-row .info-item p,
.page-contact .contact-info-row .info-item a{
    font-size: 1rem;
    line-height: 1.5;
}

.page-contact .contact-info-row .info-item a{
    color: var(--makaku-orange);
    font-weight: 500;
}

@media (max-width: 991.98px){
    .page-contact .contact-info-row .info-item{
        margin-bottom: 18px;
    }
}

.page-aanmelden .aanmelden-step{
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.page-aanmelden .aanmelden-step > span{
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 999px;
    background: var(--makaku-orange);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    line-height: 1;
}

.page-aanmelden .aanmelden-subtitle{
    color: var(--makaku-green);
    font-size: 1.05rem;
    line-height: 1.3;
    font-weight: 800;
    margin: 8px 0 0 0;
}

.page-aanmelden .form-label{
    color: var(--makaku-ink);
    font-weight: 700;
    margin-bottom: 6px;
}

.page-aanmelden .form-control,
.page-aanmelden .form-select{
    border-radius: 12px;
    border: 1px solid rgba(18, 135, 111, 0.18);
    min-height: 46px;
    color: var(--makaku-ink);
}

.page-aanmelden .form-control:focus,
.page-aanmelden .form-select:focus{
    border-color: var(--makaku-green);
    box-shadow: 0 0 0 4px rgba(18, 135, 111, 0.12);
}

.page-aanmelden .form-text{
    color: var(--makaku-muted);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 6px;
}

.page-aanmelden .aanmelden-child-card{
    background: rgba(18, 135, 111, 0.05);
    border: 1px solid rgba(18, 135, 111, 0.10);
    border-radius: 16px;
    padding: 16px;
}

.page-aanmelden .aanmelden-note{
    background: rgba(18, 135, 111, 0.08);
    border: 1px solid rgba(18, 135, 111, 0.14);
    border-radius: 16px;
    color: var(--makaku-ink);
    padding: 16px 18px;
    line-height: 1.7;
}

.page-aanmelden .aanmelden-alert{
    border-radius: 18px;
}

.page-aanmelden .aanmelden-alert li{
    line-height: 1.6;
}

.page-aanmelden .btn-makaku-outline{
    background: #fff;
    color: var(--makaku-green);
    border: 2px solid var(--makaku-green);
    border-radius: 10px;
}

.page-aanmelden .btn-makaku-outline:hover{
    background: rgba(18, 135, 111, 0.06);
    color: var(--makaku-green);
}

.page-aanmelden .aanmelden-submit{
    width: 100%;
    min-height: 54px;
    font-size: 1.05rem;
}

.page-aanmelden .aanmelden-login-text,
.page-aanmelden .aanmelden-login-text a{
    font-size: 1rem;
}

@media (max-width: 991.98px){


    .page-aanmelden .aanmelden-step{
        gap: 12px;
    }
}