/* =============================================================
   INVESTERING.CSS — Heart Workx investeringspagina
   Mobile-first. Kleuren consistent met homepage.
   ============================================================= */

.inv-inner {
    max-width: 680px;
    margin: 0 auto;
    padding: 48px 20px;
}

.inv-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #e8c9a0;
    margin-bottom: 14px;
    display: block;
}
.inv-label-accent { color: #a32508; }

/* ─── HERO ─────────────────────────────────────────────────── */
.inv-hero {
    background: linear-gradient(160deg, #2c4a52 0%, #1e333a 100%);
}
.inv-hero-titel {
    font-family: var(--display-font, Georgia, serif);
    font-size: clamp(1.7rem, 5vw, 2.6rem);
    font-weight: 400;
    line-height: 1.35;
    color: #faf7f2;
    margin-bottom: 16px;
}
.inv-hero-tekst {
    font-size: 1rem;
    line-height: 1.8;
    color: #c8dde2;
}
.inv-scheiding {
    height: 4px;
    background: linear-gradient(90deg, #a32508 0%, #e8c9a0 100%);
}

/* ─── SECTIES ───────────────────────────────────────────────── */
.inv-sectie-licht  { background: #f5ede4; }
.inv-sectie-wit    { background: #faf7f2; }
.inv-sectie-zacht  { background: #faf7f2; border-top: 1px solid rgba(232,201,160,0.4); }
.inv-sectie-donker { background: #2c4a52; }

.inv-sectie-titel {
    font-family: var(--display-font, Georgia, serif);
    font-size: clamp(1.35rem, 4vw, 1.9rem);
    font-weight: 400;
    line-height: 1.4;
    color: #2c4a52;
    margin-bottom: 16px;
}
.inv-sectie-donker .inv-sectie-titel { color: #faf7f2; }

.inv-sectie-tekst {
    font-size: 0.97rem;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 12px;
}

/* ─── STROOM (scan → groei logica) ─────────────────────────── */
.inv-stroom {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.inv-stroom-stap {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 0;
}
.inv-stroom-stap-of {
    justify-content: center;
    padding: 4px 0;
}
.inv-of-label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a32508;
    background: #f5ede4;
    padding: 4px 12px;
    border-radius: 20px;
}
.inv-stroom-pijl {
    text-align: left;
    padding-left: 18px;
    color: rgba(44,74,82,0.3);
    font-size: 1.1rem;
    line-height: 1;
}
.inv-stroom-nr {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2c4a52;
    color: #faf7f2;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}
.inv-stroom-nr-alt { background: #a32508; }
.inv-stroom-titel {
    font-size: 0.97rem;
    font-weight: 700;
    color: #2c4a52;
    margin-bottom: 4px;
}
.inv-stroom-tekst {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #555;
}
.inv-opmerking {
    margin-top: 20px;
    font-size: 0.87rem;
    color: #777;
    line-height: 1.7;
    border-left: 3px solid #e8c9a0;
    padding-left: 14px;
}

/* ─── PRIJSKAARTEN ──────────────────────────────────────────── */
.inv-kaarten {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
}
.inv-kaart {
    background: white;
    border: 1px solid rgba(232,201,160,0.5);
    border-radius: 16px;
    padding: 28px 22px;
}
.inv-kaart-uitgelicht {
    background: #2c4a52;
    border-color: #2c4a52;
    box-shadow: 0 8px 32px rgba(44,74,82,0.2);
}
.inv-kaart-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.inv-kaart-naam {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a32508;
    margin: 0;
}
.inv-kaart-uitgelicht .inv-kaart-naam { color: #e8c9a0; }
.inv-kaart-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #f5ede4;
    color: #2c4a52;
    padding: 3px 10px;
    border-radius: 20px;
}
.inv-kaart-label-wit {
    background: rgba(232,201,160,0.15);
    color: #e8c9a0;
}
.inv-kaart-prijs {
    margin-bottom: 20px;
}
.inv-prijs-groot {
    display: block;
    font-family: var(--display-font, Georgia, serif);
    font-size: clamp(2rem, 6vw, 2.8rem);
    font-weight: 400;
    color: #2c4a52;
    line-height: 1.1;
}
.inv-kaart-uitgelicht .inv-prijs-groot { color: #faf7f2; }
.inv-prijs-detail {
    font-size: 0.78rem;
    color: #888;
    margin-top: 4px;
    display: block;
}
.inv-prijs-detail-licht { color: rgba(232,201,160,0.7); }

.inv-lijst {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.inv-lijst li {
    font-size: 0.92rem;
    line-height: 1.6;
    color: #3a3a3a;
    padding-left: 20px;
    position: relative;
}
.inv-lijst li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #a32508;
    font-weight: 700;
}
.inv-lijst-licht li { color: #c8dde2; }
.inv-lijst-licht li::before { color: #e8c9a0; }

/* ─── KNOPPEN ───────────────────────────────────────────────── */
.inv-knop-primair {
    display: block;
    background: #a32508;
    color: #faf7f2;
    font-size: 1rem;
    font-weight: 700;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    transition: background 0.2s, transform 0.15s;
    -webkit-tap-highlight-color: transparent;
}
.inv-knop-primair:hover {
    background: #8a1f06;
    transform: translateY(-1px);
    color: #faf7f2;
    text-decoration: none;
}
.inv-knop-wit {
    display: block;
    background: #faf7f2;
    color: #2c4a52;
    font-size: 1rem;
    font-weight: 700;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    transition: background 0.2s;
    -webkit-tap-highlight-color: transparent;
}
.inv-knop-wit:hover {
    background: #e8c9a0;
    color: #2c4a52;
    text-decoration: none;
}
.inv-knop-groot { font-size: 1.05rem; padding: 16px 28px; }

/* ─── HELDERHEID ────────────────────────────────────────────── */
.inv-helderheid-lijst {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}
.inv-helderheid-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.inv-helderheid-ico {
    font-size: 1rem;
    color: #a32508;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
    width: 20px;
}
.inv-helderheid-titel {
    font-size: 0.97rem;
    font-weight: 700;
    color: #2c4a52;
    margin-bottom: 6px;
}
.inv-helderheid-tekst {
    font-size: 0.92rem;
    line-height: 1.75;
    color: #555;
}

/* ─── VEILIGHEIDSNET ────────────────────────────────────────── */
.inv-veilig-titel {
    font-family: var(--display-font, Georgia, serif);
    font-size: clamp(1.5rem, 4.5vw, 2.2rem);
    font-weight: 400;
    color: #faf7f2;
    line-height: 1.35;
    margin-bottom: 20px;
}
.inv-veilig-tekst {
    font-size: 0.97rem;
    line-height: 1.85;
    color: #c8dde2;
    margin-bottom: 14px;
}
.inv-veilig-accent {
    font-family: var(--display-font, Georgia, serif);
    font-style: italic;
    color: #e8c9a0;
    font-size: 1rem;
    margin-top: 8px;
}

/* ─── KASSA ─────────────────────────────────────────────────── */
.inv-kassa { background: #a32508; }
.inv-kassa-inner { text-align: center; }
.inv-kassa-titel {
    font-family: var(--display-font, Georgia, serif);
    font-size: clamp(1.35rem, 4vw, 1.9rem);
    font-weight: 400;
    color: #faf7f2;
    line-height: 1.35;
    margin-bottom: 12px;
}
.inv-kassa-tekst {
    font-size: 0.97rem;
    color: rgba(250,247,242,0.85);
    line-height: 1.7;
    margin-bottom: 0;
}
.inv-kassa .inv-knop-primair {
    background: #faf7f2;
    color: #a32508;
    margin: 24px auto 0;
    max-width: 300px;
}
.inv-kassa .inv-knop-primair:hover {
    background: #f0e8df;
    color: #a32508;
}
.inv-kassa-hint {
    font-size: 0.82rem;
    color: rgba(250,247,242,0.6);
    margin-top: 12px;
}

/* ═══ DESKTOP ≥900px ══════════════════════════════════════════ */
@media (min-width: 900px) {
    .inv-inner { padding: 80px 24px; }

    .inv-kaarten {
        flex-direction: row;
        align-items: stretch;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
    .inv-kaart { flex: 1; }

    .inv-helderheid-lijst { gap: 32px; }

    .inv-kassa .inv-inner { padding: 64px 24px; }
}
