/* ─────────────────────────────────────────────────────────────
   Stekker homepage preview (B2 · Powder Blue) — scoped under
   .hp-root so it doesn't bleed to other pages.
   ───────────────────────────────────────────────────────────── */

.hp-root {
    --slate-900:#000538; --slate-800:#111642; --slate-700:#272A4D;
    --slate-600:#3D405A; --slate-500:#54556D; --slate-400:#6C6E7B;
    --slate-300:#A0A2AB; --slate-200:#CFD0D7; --slate-100:#E9EAEE;
    --slate-50:#F7F7FB;
    --green-700:#087E65; --green-600:#0A9F6E; --green-500:#0CC170;
    --green-100:#C6FBCB; --green-50:#E3FDE4;
    --blue-700:#0058C6; --blue-600:#0071FE; --blue-500:#3790FF;
    --blue-100:#DAEBFF; --blue-50:#EFF6FF;
    --yellow-700:#B88203; --yellow-600:#EFA903; --yellow-500:#FCBF2F;
    --yellow-100:#FEF1D0; --yellow-50:#FFF7E4;
    --velvet-500:#EC2B74;
    --font-display: 'Poppins', system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

    font-family: var(--font-display);
    color: var(--slate-900);
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}

.hp-root *, .hp-root *::before, .hp-root *::after { box-sizing: border-box; }
.hp-root img { max-width: 100%; height: auto; display: block; }

/* ── Hero B2 ─────────────────────────────── */
.hp-root .hero-b2 {
    position: relative;
    max-width: 1400px; margin: 0 auto;
    padding: 40px 48px 64px;
}
.hp-root .hero-b2::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(900px 600px at 85% 30%, var(--yellow-50), transparent 60%),
        radial-gradient(700px 500px at 10% 85%, var(--green-50), transparent 60%);
    z-index: 0;
    pointer-events: none;
}
.hp-root .hero-b2-grid {
    position: relative; z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 40px;
    align-items: center;
    min-height: 580px;
}
.hp-root .hero-b2-left { padding: 40px 0; }

.hp-root .hero-eyebrow {
    display: inline-block; padding: 7px 14px; border-radius: 999px;
    background: var(--green-100); color: var(--green-700);
    font-family: var(--font-mono); font-size: 11px;
    letter-spacing: 0.18em; text-transform: uppercase;
    margin-bottom: 22px;
}
.hp-root .hero-title {
    font-size: clamp(44px, 6.5vw, 82px);
    font-weight: 600; line-height: 1.0;
    letter-spacing: -0.03em; color: var(--slate-900);
    margin: 0 0 24px;
}
.hp-root .hero-title em { font-style: normal; color: var(--green-500); }
.hp-root .hero-lead {
    font-size: 18px; line-height: 1.55; color: var(--slate-600);
    max-width: 560px; margin: 0 0 30px;
}
.hp-root .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hp-root .hero-proof {
    display: flex; gap: 28px; flex-wrap: wrap;
    padding-top: 20px; border-top: 1px solid var(--slate-100);
    max-width: 560px;
}
.hp-root .hero-proof-item { font-size: 13px; color: var(--slate-500); }
.hp-root .hero-proof-item strong { color: var(--slate-900); font-weight: 600; }
.hp-root .hero-b2-right { position: relative; }
.hp-root .hero-b2-right img { width: 100%; height: auto; }

/* ── Buttons ────────────────────────────── */
.hp-root .hp-btn {
    display: inline-flex; align-items: center;
    padding: 14px 24px; border-radius: 999px;
    font-weight: 500; font-size: 15px;
    text-decoration: none;
    transition: all 180ms;
    border: 1px solid transparent;
    cursor: pointer;
    font-family: var(--font-display);
}
.hp-root .hp-btn.is-primary { background: var(--slate-900); color: #fff !important; }
.hp-root .hp-btn.is-primary:hover { background: var(--green-600); color: #fff !important; }
.hp-root .hp-btn.is-ghost { color: var(--slate-900); border-color: var(--slate-200); background: rgba(255,255,255,0.6); }
.hp-root .hp-btn.is-ghost:hover { border-color: var(--slate-900); background: #fff; }

/* ── Calculator wrap ────────────────────── */
.hp-root .calc-outer {
    background: var(--slate-50);
    padding: 80px 48px 96px;
    border-top: 1px solid var(--slate-100);
    border-bottom: 1px solid var(--slate-100);
}
.hp-root .calc-outer-header {
    max-width: 820px; margin: 0 auto 36px; text-align: center;
}
.hp-root .calc-outer-header .section-eyebrow { color: var(--green-600); }
.hp-root .calc-outer-header h2 {
    font-size: 36px; font-weight: 600; letter-spacing: -0.02em;
    line-height: 1.1; margin: 0 0 14px;
}
.hp-root .calc-outer-header p { color: var(--slate-600); font-size: 16px; line-height: 1.55; margin: 0; }
.hp-root .calc-outer .stekker-calculator { max-width: 680px; margin: 0 auto; }

/* ── Shared section bits ────────────────── */
.hp-root .section-eyebrow {
    font-family: var(--font-mono); font-size: 11px;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--slate-500); margin-bottom: 12px;
}
.hp-root .section-h {
    font-size: 40px; font-weight: 600; letter-spacing: -0.02em;
    line-height: 1.1; margin: 0 0 14px;
}
.hp-root .section-p { font-size: 16px; color: var(--slate-600); max-width: 640px; margin: 0 0 40px; line-height: 1.55; }

/* ── Drie manieren ──────────────────────── */
.hp-root .ways-section-b2 { padding: 96px 48px 40px; max-width: 1200px; margin: 0 auto; }
.hp-root .ways {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.hp-root .way {
    background: #fff;
    border: 1px solid var(--slate-100);
    border-radius: 16px;
    padding: 32px 28px;
    position: relative; overflow: hidden;
    transition: transform 220ms, box-shadow 220ms;
}
.hp-root .way-link { display: block; text-decoration: none; color: inherit; }
.hp-root .way:hover .way-title-b2 { color: var(--green-600, #0AB366); }
.hp-root .way:hover { transform: translateY(-3px); box-shadow: 0 30px 60px -30px rgba(0,5,56,0.15); }
.hp-root .way::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
}
.hp-root .way-b2-card::before { background: var(--green-500); }
.hp-root .way-b2-card-2::before { background: var(--yellow-500); }
.hp-root .way-b2-card-3::before { background: var(--slate-700); }
.hp-root .way-icon-b2 {
    width: 44px; height: 44px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; margin-bottom: 18px;
}
.hp-root .way-b2-card .way-icon-b2 { background: var(--green-50); color: var(--green-600); }
.hp-root .way-b2-card-2 .way-icon-b2 { background: var(--yellow-50); color: var(--yellow-700); }
.hp-root .way-b2-card-3 .way-icon-b2 { background: var(--slate-100); color: var(--slate-700); }
.hp-root .way-eyebrow-b2 {
    font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em;
    text-transform: uppercase; color: var(--slate-500); margin-bottom: 10px;
}
.hp-root .way-amount-b2 {
    font-size: 28px; font-weight: 600; letter-spacing: -0.015em;
    color: var(--slate-900); margin-bottom: 6px; line-height: 1.15;
}
.hp-root .way-amount-b2 .way-unit {
    font-size: 14px; font-weight: 500; color: var(--slate-500); margin-left: 6px;
    letter-spacing: 0;
}
.hp-root .way-title-b2 {
    font-size: 19px; font-weight: 600; letter-spacing: -0.01em;
    margin: 0 0 10px;
}
.hp-root .way-text-b2 {
    font-size: 14px; color: var(--slate-600); line-height: 1.6; margin: 0;
}

/* ── Steps section ──────────────────────── */
.hp-root .steps-section {
    background: var(--slate-50);
    padding: 96px 48px;
    border-top: 1px solid var(--slate-100);
    border-bottom: 1px solid var(--slate-100);
}
.hp-root .steps-inner { max-width: 1040px; margin: 0 auto; }
.hp-root .steps-head { text-align: center; margin-bottom: 48px; }
.hp-root .steps-head h2 {
    font-size: 40px; font-weight: 600; letter-spacing: -0.02em;
    line-height: 1.1; margin: 0;
}
.hp-root .steps-ol {
    list-style: none; display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 20px; padding: 0; margin: 0;
}
.hp-root .step {
    background: #fff;
    border-radius: 14px;
    padding: 28px 28px 32px;
    border: 1px solid var(--slate-100);
}
.hp-root .step-num {
    font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.18em;
    color: var(--green-600); font-weight: 600; margin-bottom: 12px;
}
.hp-root .step h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.005em; margin: 0 0 10px; }
.hp-root .step p { font-size: 14px; line-height: 1.6; color: var(--slate-600); margin: 0; }
.hp-root .steps-cta-wrap { text-align: center; margin-top: 40px; }

/* ── Scenarios ──────────────────────────── */
.hp-root .scenarios-section { padding: 96px 48px; max-width: 1200px; margin: 0 auto; }
.hp-root .scenarios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.hp-root .scenario {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 0 var(--slate-100), 0 20px 40px -28px rgba(0,5,56,0.2);
    display: flex; flex-direction: column;
}
.hp-root .scenario-accent { height: 6px; background: var(--green-500); }
.hp-root .scenario-b .scenario-accent { background: var(--yellow-500); }
.hp-root .scenario-c .scenario-accent { background: var(--velvet-500); }
.hp-root .scenario-head { padding: 26px 26px 16px; }
.hp-root .scenario-label {
    font-family: var(--font-mono);
    font-size: 11px; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--slate-500);
    margin-bottom: 6px;
}
.hp-root .scenario-name { font-size: 22px; font-weight: 600; letter-spacing: -0.015em; margin: 0; }
.hp-root .scenario-euro {
    padding: 0 26px 24px;
    font-size: 68px; font-weight: 600; line-height: 1;
    letter-spacing: -0.04em; font-variant-numeric: tabular-nums;
    color: var(--slate-900);
}
.hp-root .scenario-euro::before { content: '€'; font-weight: 400; color: var(--slate-500); margin-right: 0.04em; }
.hp-root .scenario-per { padding: 0 26px 14px; font-size: 14px; color: var(--slate-500); }
.hp-root .scenario-story {
    padding: 22px 26px;
    font-size: 14px; line-height: 1.55;
    color: var(--slate-700);
    background: var(--slate-50);
    border-top: 1px solid var(--slate-100);
}
.hp-root .scenario-break { padding: 18px 26px 24px; display: grid; gap: 9px; font-size: 13px; }
.hp-root .scenario-row { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: baseline; }
.hp-root .scenario-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--green-500); transform: translateY(2px); }
.hp-root .scenario-b .scenario-dot { background: var(--yellow-500); }
.hp-root .scenario-c .scenario-dot { background: var(--velvet-500); }
.hp-root .scenario-dot.is-neutral { background: var(--slate-300); }
.hp-root .scenario-row-amt { font-family: var(--font-mono); font-size: 12px; color: var(--slate-900); font-variant-numeric: tabular-nums; font-weight: 500; }

/* ── Biz V1 · Powder Blue ───────────────── */
.hp-root .biz-v1 {
    padding: 96px 48px;
    background:
        radial-gradient(1000px 700px at 85% 20%, #D6E7FF, transparent 60%),
        radial-gradient(800px 600px at 15% 90%, #E9F2FF, transparent 55%),
        linear-gradient(180deg, #F2F6FE 0%, #EEF5FF 100%);
    position: relative;
}
.hp-root .biz-v1-wrap {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
    align-items: center;
}
.hp-root .biz-v1-image-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow:
        0 30px 60px -24px rgba(55,144,255,0.35),
        0 8px 16px -8px rgba(0,5,56,0.1);
}
.hp-root .biz-v1-image-wrap img { display: block; width: 100%; }
.hp-root .biz-v1-image-label {
    position: absolute; bottom: 16px; left: 16px;
    background: rgba(255,255,255,0.95);
    padding: 8px 14px; border-radius: 999px;
    font-family: var(--font-mono); font-size: 11px;
    letter-spacing: 0.14em; color: var(--slate-700);
    backdrop-filter: blur(6px);
}
.hp-root .biz-v1 .biz-eyebrow {
    font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em;
    text-transform: uppercase; color: var(--blue-600); font-weight: 600;
    margin-bottom: 14px;
}
.hp-root .biz-v1 .biz-h {
    font-size: 40px; font-weight: 600; letter-spacing: -0.02em;
    line-height: 1.08; margin: 0 0 18px; color: var(--slate-900);
}
.hp-root .biz-v1 .biz-p {
    font-size: 16px; line-height: 1.6; color: var(--slate-700);
    margin: 0 0 20px; max-width: 500px;
}
.hp-root .biz-v1-features {
    list-style: none; padding: 0; margin: 0 0 28px;
    display: grid; gap: 10px;
}
.hp-root .biz-v1-features li {
    padding: 12px 14px 12px 40px;
    font-size: 14px; color: var(--slate-800);
    line-height: 1.5;
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(55,144,255,0.18);
    border-radius: 10px;
    position: relative;
    backdrop-filter: blur(8px);
}
.hp-root .biz-v1-features li::before {
    content: '';
    position: absolute; left: 12px; top: 14px;
    width: 18px; height: 18px;
    background: var(--blue-500);
    border-radius: 999px;
    box-shadow: 0 3px 8px rgba(55,144,255,0.4);
}
.hp-root .biz-v1-features li::after {
    content: '✓';
    position: absolute; left: 16px; top: 11px;
    color: #fff; font-size: 11px; font-weight: 700;
}
.hp-root .biz-btn-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Final CTA ──────────────────────────── */
.hp-root .final-cta {
    padding: 120px 48px 100px; text-align: center;
    background: linear-gradient(180deg, var(--slate-50) 0%, var(--yellow-50) 100%);
}
.hp-root .final-cta h2 {
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 600; letter-spacing: -0.025em; line-height: 1.05;
    max-width: 900px; margin: 0 auto 18px;
}
.hp-root .final-cta h2 em { font-style: normal; color: var(--green-600); }
.hp-root .final-cta p { color: var(--slate-600); font-size: 17px; max-width: 620px; margin: 0 auto 36px; line-height: 1.55; }

/* ── Mobile ─────────────────────────────── */
@media (max-width: 960px) {
    .hp-root .hero-b2-grid, .hp-root .biz-v1-wrap { grid-template-columns: 1fr; gap: 32px; }
    .hp-root .hero-b2-right { order: 2; }
    .hp-root .steps-ol, .hp-root .ways, .hp-root .scenarios { grid-template-columns: 1fr; }
    .hp-root .hero-b2 { padding: 20px 24px 40px; }
    .hp-root .ways-section-b2, .hp-root .scenarios-section { padding: 64px 24px; }
    .hp-root .steps-section, .hp-root .biz-v1, .hp-root .calc-outer, .hp-root .final-cta { padding-left: 24px; padding-right: 24px; }
}


/* ── Stekker Engine sectie ──────────────── */
.hp-root .hp-engine { padding: 96px 48px 56px; max-width: 1200px; margin: 0 auto; }
.hp-root .hp-engine-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.hp-root .hp-engine-text h2 { margin: 12px 0 16px; font-size: clamp(1.75rem, 3vw, 2.25rem); line-height: 1.15; }
.hp-root .hp-engine-text > p { color: var(--gray-600, #4b5563); margin-bottom: 16px; }
.hp-root .hp-engine-features { list-style: none; padding: 0; margin: 16px 0 24px; display: grid; gap: 8px; }
.hp-root .hp-engine-features li {
    padding: 10px 14px; background: var(--slate-50, #f8fafc);
    border-radius: 10px; font-size: 0.9375rem;
}
.hp-root .hp-engine-image img { width: 100%; height: auto; border-radius: 16px; }

@media (max-width: 860px) {
    .hp-root .hp-engine { padding: 64px 20px 40px; }
    .hp-root .hp-engine-grid { grid-template-columns: 1fr; gap: 32px; }
    .hp-root .hp-engine-image { order: -1; }
}

/* ── Partners sectie ──────────────────── */
.hp-root .hp-partners {
    padding: 64px 48px; max-width: 920px; margin: 0 auto; text-align: center;
}
.hp-root .hp-partners h2 { margin: 12px 0 16px; font-size: clamp(1.5rem, 2.5vw, 2rem); }
.hp-root .hp-partners p { color: var(--gray-600, #4b5563); max-width: 640px; margin: 0 auto 24px; }
@media (max-width: 860px) { .hp-root .hp-partners { padding: 56px 20px; } }

/* ── FAQ sectie ───────────────────────── */
.hp-root .hp-faq { padding: 80px 48px; max-width: 880px; margin: 0 auto; }
.hp-root .hp-faq h2 { margin: 12px 0 24px; font-size: clamp(1.5rem, 2.5vw, 2rem); line-height: 1.2; }
.hp-root .hp-faq-features {
    list-style: none; padding: 0; margin: 0 0 32px;
    display: grid; gap: 6px;
}
.hp-root .hp-faq-features li {
    padding: 10px 16px; background: var(--slate-50, #f8fafc);
    border-radius: 8px; font-size: 0.9375rem; color: var(--slate-700, #334155);
}
.hp-root .hp-faq-item {
    border-bottom: 1px solid var(--slate-100, #e2e8f0);
    padding: 16px 0;
}
.hp-root .hp-faq-item summary {
    font-weight: 600; font-size: 1.0625rem; cursor: pointer;
    color: var(--slate-900, #0f172a); list-style: none;
    display: flex; justify-content: space-between; align-items: center;
}
.hp-root .hp-faq-item summary::-webkit-details-marker { display: none; }
.hp-root .hp-faq-item summary::after {
    content: '+'; font-size: 1.5rem; color: var(--gray-500, #6b7280); transition: transform 0.2s;
}
.hp-root .hp-faq-item[open] summary::after { content: '−'; }
.hp-root .hp-faq-item p { margin: 12px 0 0; color: var(--gray-600, #4b5563); line-height: 1.6; }
@media (max-width: 860px) { .hp-root .hp-faq { padding: 56px 20px; } }

/* ── Meer info / blog & support links ─── */
.hp-root .hp-more {
    padding: 64px 48px 96px; max-width: 920px; margin: 0 auto; text-align: center;
}
.hp-root .hp-more h2 { margin: 0 0 12px; font-size: clamp(1.5rem, 2.5vw, 2rem); }
.hp-root .hp-more-lead { color: var(--gray-600, #4b5563); max-width: 600px; margin: 0 auto 24px; }
.hp-root .hp-more-links { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
@media (max-width: 860px) { .hp-root .hp-more { padding: 56px 20px 80px; } }
