:root {
    --bg: #f6f1e9;
    --surface: #fffaf4;
    --surface-2: #f1ebe2;
    --text: #3f4d46;
    --muted: #778178;
    --sage: #aebba7;
    --sage-deep: #6f8775;
    --peach: #e8c4ae;
    --lavender: #cbc3d5;
    --blue: #c9d8df;
    --gold: #dfc58c;
    --line: rgba(63, 77, 70, 0.12);
    --shadow: 0 18px 50px rgba(79, 70, 58, 0.08);
    --radius-xl: 30px;
    --radius-lg: 22px;
    --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(232,196,174,.22), transparent 30%),
        radial-gradient(circle at top right, rgba(174,187,167,.20), transparent 27%),
        var(--bg);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.app-shell { width: min(100%, 760px); margin: 0 auto; padding: 0 18px 120px; }
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 2px 18px;
}
.brand { display: flex; gap: 12px; align-items: center; color: inherit; text-decoration: none; }
.brand strong { display: block; font-family: Georgia, serif; font-size: 30px; font-weight: 500; letter-spacing: .2px; }
.brand small { display: block; color: var(--muted); margin-top: 2px; font-size: 12px; }
.brand-mark {
    display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
    background: linear-gradient(145deg, #d8c7a4, #9fb1a3); color: white; box-shadow: var(--shadow);
}
.main-content { display: grid; gap: 18px; }
.hero-card, .card, .choice-card {
    background: rgba(255,250,244,.92);
    border: 1px solid rgba(255,255,255,.9);
    box-shadow: var(--shadow);
}
.hero-card { border-radius: var(--radius-xl); padding: 30px 24px; text-align: center; }
.hero-card h1, .section-heading h2, .card h3, .choice-card h3 {
    font-family: Georgia, serif; font-weight: 500; margin: 0; color: #44544c;
}
.hero-card h1 { font-size: clamp(32px, 6vw, 48px); }
.intro { color: var(--muted); max-width: 520px; margin: 12px auto 0; line-height: 1.6; }
.eyebrow { margin: 0 0 8px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; color: #9b7867; font-weight: 700; }

.mood-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; margin-top: 26px; }
.mood {
    border: 0; border-radius: 18px; min-height: 88px; padding: 10px 5px;
    background: #f2ede5; color: var(--text); transition: .2s ease;
}
.mood:nth-child(1), .mood:nth-child(2) { background: #dce5d7; }
.mood:nth-child(3) { background: #eee7db; }
.mood:nth-child(4) { background: #f1d8c8; }
.mood:nth-child(5) { background: #e9d2cc; }
.mood:nth-child(6) { background: #ddd5e4; }
.mood:nth-child(7) { background: #d9e2e6; }
.mood span { display: block; font-size: 28px; margin-bottom: 7px; }
.mood b { font-size: 11px; font-weight: 600; }
.mood:hover, .mood.is-selected { transform: translateY(-2px); outline: 2px solid rgba(111,135,117,.45); }

.content-section { display: grid; gap: 14px; }
.section-heading { padding: 8px 4px 0; }
.section-heading h2 { font-size: 30px; }
.card { border-radius: var(--radius-lg); padding: 22px; }
.card-stack { display: grid; gap: 12px; }
.choice-card { border-radius: var(--radius-lg); padding: 20px; }
.choice-card p, .card p { color: var(--muted); line-height: 1.6; }

label { display: block; font-weight: 650; margin-bottom: 8px; }
textarea, input, select {
    width: 100%; border: 1px solid var(--line); background: #fffdf9; color: var(--text);
    border-radius: 14px; padding: 14px 15px; outline: none;
}
textarea:focus, input:focus, select:focus { border-color: rgba(111,135,117,.55); box-shadow: 0 0 0 4px rgba(174,187,167,.15); }
textarea, select { margin-bottom: 16px; }

.button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.primary-button, .soft-button, .feedback-row button, .action-chips button, .need-card {
    border: 0; border-radius: 999px; padding: 11px 16px;
}
.primary-button { background: var(--sage-deep); color: white; }
.soft-button { background: var(--surface-2); color: var(--text); }
.primary-button:hover, .soft-button:hover { filter: brightness(.98); transform: translateY(-1px); }
.microcopy, .status-line, .source { font-size: 12px; color: var(--muted); }
.status-line { min-height: 18px; margin: 10px 0 0; }

.need-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.need-card { min-height: 72px; border-radius: 18px; background: #efe9df; color: var(--text); }
.need-card:nth-child(3n+1) { background: #dde5d8; }
.need-card:nth-child(3n+2) { background: #f0d9cc; }
.need-card:nth-child(3n) { background: #ddd6e4; }
.need-card.is-selected { outline: 2px solid var(--sage-deep); }

.inspiration-card blockquote { margin: 16px 0; font-family: Georgia, serif; font-size: 24px; line-height: 1.5; color: #4d5c55; }
.feedback-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.feedback-row button { background: #f3ede5; color: var(--text); font-size: 13px; }

.warning-card { border-left: 4px solid #d6a58d; }
.action-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.action-chips button { background: #edf1ea; color: var(--text); }
.action-chips button.is-selected { background: #dbe5d7; outline: 2px solid var(--sage-deep); }

.history-list { display: grid; gap: 10px; margin-top: 14px; }
.history-item { border: 1px solid var(--line); border-radius: 14px; padding: 14px; background: #fffdf9; }
.history-item strong { display: block; margin-bottom: 4px; }
.history-item small { color: var(--muted); }

.bottom-nav {
    position: fixed; left: 50%; bottom: 12px; transform: translateX(-50%);
    width: min(calc(100% - 24px), 736px); padding: 8px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px;
    background: rgba(255,250,244,.94); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.9);
    border-radius: 22px; box-shadow: 0 18px 45px rgba(79,70,58,.13); z-index: 20;
}
.nav-item { border: 0; background: transparent; color: var(--muted); border-radius: 16px; padding: 8px 4px; }
.nav-item span { display: block; font-size: 20px; margin-bottom: 3px; }
.nav-item small { font-size: 10px; }
.nav-item.is-active { background: #eef2eb; color: var(--sage-deep); }
.is-hidden { display: none; }

.dialog-card { border: 0; border-radius: 22px; padding: 0; width: min(92vw, 520px); color: var(--text); box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.dialog-card::backdrop { background: rgba(46,55,50,.28); backdrop-filter: blur(4px); }
.dialog-card form { padding: 26px; position: relative; }
.dialog-close { position: absolute; right: 14px; top: 12px; border: 0; background: transparent; font-size: 26px; color: var(--muted); }

@media (max-width: 680px) {
    .app-shell { padding-inline: 12px; }
    .site-header { align-items: flex-start; }
    .brand small { max-width: 210px; }
    .mood-grid { grid-template-columns: repeat(4, 1fr); }
    .need-grid { grid-template-columns: repeat(2, 1fr); }
    .bottom-nav { bottom: 8px; }
}

@media (max-width: 420px) {
    .brand strong { font-size: 25px; }
    .brand-mark { width: 40px; height: 40px; }
    .hero-card { padding-inline: 16px; }
    .mood-grid { grid-template-columns: repeat(2, 1fr); }
    .mood { min-height: 72px; }
    .inspiration-card blockquote { font-size: 21px; }
}


/* =========================
   DRANGMOMENT
   ========================= */

.moment-shortcuts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
}

.urgent-button {
    border: 0;
    border-radius: 999px;

    padding: 13px 22px;

    background: #d9b6a7;
    color: #493d38;

    font-weight: 700;

    box-shadow:
        0 8px 24px
        rgba(90, 65, 55, 0.10);
}

.urgent-button:hover {
    transform: translateY(-1px);
    filter: brightness(.98);
}

.urgent-section .card {
    border:
        1px solid
        rgba(155, 120, 103, .15);
}

.urge-intro {
    margin-top: 0;
}

.urge-options {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin:
        8px 0
        22px;
}

.urge-options button {
    border: 0;

    border-radius: 999px;

    padding:
        10px 15px;

    background:
        #f0eae2;

    color:
        var(--text);
}

.urge-options button.is-selected {
    background:
        #dce5d7;

    outline:
        2px solid
        var(--sage-deep);
}

#urgeIntensity {
    margin:
        4px 0
        24px;

    accent-color:
        var(--sage-deep);
}

.urge-next {
    background:
        linear-gradient(
            145deg,
            #f5eee7,
            #eef2eb
        );
}

.after-button {
    border: 1px solid rgba(100, 110, 105, .15);
    border-radius: 999px;

    padding: 13px 22px;

    background: #e6e1d9;
    color: #493d38;

    font-weight: 700;

}

.after-button:hover {
    transform: translateY(-1px);
}

.after-section .card {
    border:
        1px solid
        rgba(120, 125, 115, .14);
}

/* =========================
   MIJN PROCES
   ========================= */

.process-period-card {
    max-width: 460px;
}

.process-period-card select {
    margin-top: 8px;
}


.process-stats {
    display: grid;

    grid-template-columns:
        repeat(
            4,
            minmax(0, 1fr)
        );

    gap: 14px;

    margin-bottom: 22px;
}


.process-stat {
    min-height: 135px;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    text-align: center;

    padding: 20px;

    border-radius: 22px;

    background:
        rgba(
            255,
            255,
            255,
            .66
        );

    border:
        1px solid
        rgba(
            100,
            105,
            95,
            .10
        );

    box-shadow:
        0 10px 30px
        rgba(
            70,
            65,
            55,
            .05
        );
}


.process-number {
    display: block;

    margin-bottom: 6px;

    font-size: 28px;
    font-weight: 700;
}


.process-word {
    display: block;

    margin-bottom: 6px;

    font-size: 19px;
    font-weight: 700;
}


.process-stat span:last-child {
    font-size: 13px;
    opacity: .72;
}


.process-insight-card {
    background:
        linear-gradient(
            145deg,
            #eef2eb,
            #f7f0e9
        );
}


.process-title-row {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 18px;
}


.process-timeline {
    position: relative;

    margin-top: 20px;
}


.process-timeline-item {
    position: relative;

    display: grid;

    grid-template-columns:
        28px 1fr;

    gap: 10px;

    padding-bottom: 24px;
}


.process-timeline-item:not(:last-child)::before {
    content: "";

    position: absolute;

    left: 8px;
    top: 18px;
    bottom: 0;

    width: 1px;

    background:
        rgba(
            100,
            105,
            95,
            .18
        );
}


.timeline-dot {
    position: relative;

    z-index: 1;

    width: 17px;
    height: 17px;

    margin-top: 3px;

    border-radius: 50%;

    background:
        #d9b6a7;

    border:
        4px solid
        #f7f4ef;
}


.process-timeline-item.after
.timeline-dot {
    background:
        #b8c8ae;
}


.timeline-content p {
    margin:
        5px 0;
}


.timeline-content small {
    opacity: .62;
}


.future-self-card {
    background:
        #f3eee7;
}


.reflection-prompts {
    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 16px;
}


.reflection-prompts span {
    padding:
        9px 13px;

    border-radius:
        999px;

    background:
        rgba(
            255,
            255,
            255,
            .65
        );

    font-size: 14px;
}


@media (
    max-width: 850px
) {

    .process-stats {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );
    }

}


@media (
    max-width: 500px
) {

    .process-stats {
        grid-template-columns:
            1fr;
    }

    .process-stat {
        min-height: 105px;
    }

}

/* Navigatie met 6 onderdelen */

.bottom-nav {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 4px;
}

.bottom-nav .nav-item {
    min-width: 0;
}

@media (max-width: 650px) {

    .bottom-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px 4px;
    }

}

/* =========================
   STEMMING IN MIJN PROCES
   ========================= */

.mood-process-card {
    background:
        linear-gradient(
            145deg,
            #f7f1eb,
            #eef2eb
        );
}

.mood-process-list {
    display: flex;
    flex-wrap: wrap;

    gap: 10px;

    margin-top: 18px;
    margin-bottom: 18px;
}

.mood-process-item {
    display: flex;
    align-items: center;

    gap: 8px;

    padding:
        10px 14px;

    border-radius: 999px;

    background:
        rgba(
            255,
            255,
            255,
            .72
        );

    border:
        1px solid
        rgba(
            100,
            105,
            95,
            .10
        );
}

.mood-process-item strong {
    font-size: 14px;
}

.process-mood-insight {
    margin-bottom: 0;
}

.process-timeline-item.mood
.timeline-dot {
    background:
        #c7b9cf;
}

/* =========================
   STEMMING EN DRANG
   ========================= */

.mood-urge-card {
    background:
        linear-gradient(
            145deg,
            #f4eee8,
            #edf1ec
        );
}

.mood-urge-list {
    display: flex;
    flex-wrap: wrap;

    gap: 10px;

    margin:
        18px 0;
}

.mood-urge-item {
    display: flex;
    align-items: center;

    gap: 10px;

    padding:
        10px 14px;

    border-radius: 999px;

    background:
        rgba(
            255,
            255,
            255,
            .72
        );

    border:
        1px solid
        rgba(
            100,
            105,
            95,
            .10
        );
}

.mood-urge-item strong {
    font-size: 13px;
}

/* =========================================
   MIJN PROCES - BREEDTE EN STEMMING VERBETEREN
   ========================================= */

#proces {
    width: 100%;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

#proces .card {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}


/* Stemmingskaart */

.mood-process-card {
    width: 100%;

    padding: 28px;

    background:
        linear-gradient(
            145deg,
            #f8f3ed,
            #eef2eb
        );

    border-radius: 24px;
}

.mood-process-card h3 {
    margin-top: 4px;
    margin-bottom: 18px;

    font-size: 26px;
    line-height: 1.25;

    word-break: normal;
    overflow-wrap: normal;
}


/* Stemmingen netjes verdelen */

.mood-process-list {
    display: grid;

    grid-template-columns:
        repeat(
            auto-fit,
            minmax(170px, 1fr)
        );

    gap: 12px;

    width: 100%;

    margin:
        20px 0;
}


/* Één stemming */

.mood-process-item {
    width: 100%;
    min-width: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 16px;

    padding:
        14px 18px;

    border-radius: 16px;

    background:
        rgba(
            255,
            255,
            255,
            .72
        );

    border:
        1px solid
        rgba(
            100,
            105,
            95,
            .10
        );

    box-sizing: border-box;
}


.mood-process-item span {
    min-width: 0;

    font-size: 15px;
    line-height: 1.3;
}


.mood-process-item strong {
    flex-shrink: 0;

    font-size: 14px;

    padding:
        4px 8px;

    border-radius: 999px;

    background:
        rgba(
            180,
            195,
            175,
            .22
        );
}


/* Tekst onder de stemmingen */

.process-mood-insight {
    max-width: 760px;

    margin-top: 18px;
    margin-bottom: 0;

    line-height: 1.65;
}


/* Ook stemming/drang kaart volledig breed */

.mood-urge-card {
    width: 100%;
}

.mood-urge-list {
    display: grid;

    grid-template-columns:
        repeat(
            auto-fit,
            minmax(180px, 1fr)
        );

    gap: 12px;

    width: 100%;
}


/* Tablet */

@media (max-width: 750px) {

    #proces {
        max-width: 100%;
    }

    .mood-process-card {
        padding: 22px;
    }

    .mood-process-list,
    .mood-urge-list {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );
    }

}


/* Mobiel */

@media (max-width: 500px) {

    .mood-process-card {
        padding: 18px;
    }

    .mood-process-card h3 {
        font-size: 22px;
    }

    .mood-process-list,
    .mood-urge-list {
        grid-template-columns: 1fr;
    }

    .mood-process-item {
        padding:
            13px 15px;
    }

}

/* =========================================
   MIJN PROCES - DESKTOP BREEDTE DEFINITIEF
   ========================================= */

/* Alleen wanneer Mijn proces zichtbaar is */
#proces:not(.is-hidden) {
    display: block;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

/* Alle directe onderdelen over volledige breedte */
#proces > * {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

/* Kaarten niet in een smalle gridkolom laten vallen */
#proces .mood-process-card,
#proces .mood-urge-card,
#proces .process-insight-card,
#proces .future-self-card,
#proces .process-period-card {
    width: 100%;
    max-width: none;
}

/* Stemmingen op desktop echt naast elkaar */
@media (min-width: 751px) {

    #proces .mood-process-list {
        display: grid;
        grid-template-columns:
            repeat(4, minmax(0, 1fr));

        gap: 14px;
        width: 100%;
    }

    #proces .mood-process-item {
        min-height: 62px;
        width: 100%;

        display: flex;
        justify-content: space-between;
        align-items: center;

        padding: 14px 18px;
    }

    #proces .mood-process-item span {
        white-space: normal;
        word-break: normal;
    }

}

/* =========================================
   MOBIELE FOOTER COMPACTER
   ========================================= */

@media (max-width: 650px) {

    .bottom-nav {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 3px;

        padding:
            8px 8px
            calc(8px + env(safe-area-inset-bottom));

        border-radius: 22px 22px 0 0;
    }

    .bottom-nav .nav-item {
        min-height: 58px;

        padding:
            6px 3px;

        border-radius: 14px;

        gap: 3px;
    }

    .bottom-nav .nav-item span {
        font-size: 20px;
        line-height: 1;
    }

    .bottom-nav .nav-item small {
        font-size: 11px;
        line-height: 1.15;
    }

}

@media (max-width: 650px) {

    .bottom-nav {
        margin-left: 8px;
        margin-right: 8px;
        width: auto;
    }

}

/* =========================================
   MOBIELE FOOTER - 1 HORIZONTALE RIJ
   ========================================= */

@media (max-width: 650px) {

    .bottom-nav {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));

        width: calc(100% - 16px);
        max-width: none;

        margin: 0 8px;

        padding:
            7px 4px
            calc(7px + env(safe-area-inset-bottom));

        gap: 2px;

        border-radius: 20px 20px 0 0;

        box-sizing: border-box;
    }

    .bottom-nav .nav-item {
        width: 100%;
        min-width: 0;
        min-height: 56px;

        padding: 6px 1px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 4px;

        border-radius: 13px;
    }

    .bottom-nav .nav-item span {
        font-size: 18px;
        line-height: 1;
    }

    .bottom-nav .nav-item small {
        display: block;

        width: 100%;

        font-size: 9px;
        line-height: 1.1;

        text-align: center;

        white-space: nowrap;
    }

}

/* =========================================
   MIJN PROCES - WAT HIELP?
   MOBILE FIRST
   ========================================= */

.process-help-card {
    width: 100%;

    background:
        linear-gradient(
            145deg,
            #eef3ec,
            #f7f1ea
        );
}

.process-help-list {
    display: grid;
    grid-template-columns: 1fr;

    gap: 9px;

    margin:
        18px 0;
}

.process-help-item {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 12px;

    width: 100%;

    padding:
        13px 15px;

    border-radius: 15px;

    background:
        rgba(
            255,
            255,
            255,
            .72
        );

    box-sizing: border-box;
}

.process-help-item strong {
    flex-shrink: 0;

    padding:
        4px 8px;

    border-radius: 999px;

    background:
        rgba(
            170,
            190,
            165,
            .22
        );
}

/* =========================================
   MOBIELE FOOTER - 1 HORIZONTALE RIJ
   ========================================= */

@media (max-width: 650px) {

    .bottom-nav {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));

        width: calc(100% - 16px);
        max-width: none;

        margin: 0 8px;

        padding:
            7px 4px
            calc(7px + env(safe-area-inset-bottom));

        gap: 2px;

        border-radius: 20px 20px 0 0;

        box-sizing: border-box;
    }

    .bottom-nav .nav-item {
        width: 100%;
        min-width: 0;
        min-height: 56px;

        padding: 6px 1px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 4px;

        border-radius: 13px;
    }

    .bottom-nav .nav-item span {
        font-size: 18px;
        line-height: 1;
    }

    .bottom-nav .nav-item small {
        display: block;

        width: 100%;

        font-size: 9px;
        line-height: 1.1;

        text-align: center;

        white-space: nowrap;
    }

}

/* =========================================
   MOODS MOBIEL
   4 BOVEN + 3 ONDER
   ========================================= */

@media (max-width: 650px) {

    .mood-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

        gap: 9px;

        width: 100%;
        margin-top: 22px;
    }

    .mood-grid .mood {
        flex:
            0 0
            calc(25% - 8px);

        width:
            calc(25% - 8px);

        min-width: 0;
        min-height: 84px;

        padding:
            10px 3px;

        display: flex;
        flex-direction: column;

        align-items: center;
        justify-content: center;

        gap: 6px;

        border-radius: 18px;
    }

    .mood-grid .mood span {
        width: auto;
        height: auto;

        font-size: 24px;
        line-height: 1;
    }

    .mood-grid .mood b {
        font-size: 11px;
        line-height: 1.15;

        font-weight: 650;
        text-align: center;

        white-space: normal;
    }

    .mood-grid .mood.is-selected {
        outline:
            2px solid
            rgba(103, 126, 111, .45);

        outline-offset: 1px;
    }

}

/* =========================
   IETS BRENGT ME TERUG
   ========================= */

.flashback-button {
    border:
        1px solid
        rgba(110, 100, 125, .14);

    border-radius: 999px;

    padding:
        13px 22px;

    background:
        #ddd5e4;

    color:
        #493d38;

    font-weight: 700;

    box-shadow:
        0 8px 24px
        rgba(75, 65, 90, .07);

    transition:
        .2s ease;
}


.flashback-button:hover {
    transform:
        translateY(-1px);

    filter:
        brightness(.98);
}


.flashback-section .card {
    border:
        1px solid
        rgba(120, 110, 135, .13);
}


.then-now-box {
    margin:
        26px 0 22px;

    padding:
        20px;

    border-radius:
        var(--radius-lg);

    background:
        linear-gradient(
            145deg,
            rgba(221, 213, 228, .42),
            rgba(238, 242, 235, .60)
        );

    border:
        1px solid
        rgba(100, 95, 110, .08);
}


.then-now-box textarea:last-child {
    margin-bottom: 0;
}


@media (max-width: 500px) {

    .moment-shortcuts {
        flex-direction: column;
        align-items: stretch;
    }

    .moment-shortcuts button {
        width: 100%;
    }

    .then-now-box {
        padding: 16px;
    }

}

/* =========================================
   MIJN PROCES - TERUGGEBRACHTE MOMENTEN
   ========================================= */

.flashback-process-card {
    width: 100%;

    background:
        linear-gradient(
            145deg,
            #f3eef5,
            #eef2eb
        );
}


.flashback-process-summary {
    display: flex;
    flex-wrap: wrap;

    gap: 14px;

    margin:
        18px 0
        24px;
}


.flashback-process-count {
    display: flex;
    align-items: center;

    gap: 12px;

    padding:
        14px 18px;

    border-radius:
        18px;

    background:
        rgba(
            255,
            255,
            255,
            .68
        );

    border:
        1px solid
        rgba(
            100,
            95,
            110,
            .10
        );
}


.flashback-process-count strong {
    font-size: 26px;
}


.flashback-process-count span {
    color:
        var(--muted);

    font-size: 14px;
}


.flashback-process-card h4 {
    margin:
        22px 0
        10px;

    color:
        var(--text);

    font-size: 15px;
}


/*
 * Gevoelens en behoeften
 */

.flashback-process-list {
    display: grid;

    grid-template-columns:
        repeat(
            auto-fit,
            minmax(
                190px,
                1fr
            )
        );

    gap: 10px;

    margin-bottom: 18px;
}


.flashback-process-item {
    min-width: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 14px;

    padding:
        12px 15px;

    border-radius:
        16px;

    background:
        rgba(
            255,
            255,
            255,
            .70
        );

    border:
        1px solid
        rgba(
            105,
            95,
            115,
            .09
        );
}


.flashback-process-item span {
    min-width: 0;

    line-height: 1.35;
}


.flashback-process-item strong {
    flex-shrink: 0;

    padding:
        4px 8px;

    border-radius:
        999px;

    background:
        rgba(
            203,
            195,
            213,
            .28
        );

    font-size: 13px;
}


.process-flashback-insight {
    max-width: 760px;

    margin:
        20px 0
        6px;

    line-height: 1.65;
}


/*
 * Eigen kleur in tijdlijn
 */

.process-timeline-item.flashback
.timeline-dot {
    background:
        #a99ab6;
}

@media (max-width: 500px) {

    .flashback-process-list {
        grid-template-columns:
            1fr;
    }

    .flashback-process-count {
        width: 100%;
    }

}