{"id":44296,"date":"2026-04-06T09:14:38","date_gmt":"2026-04-06T07:14:38","guid":{"rendered":"https:\/\/littleloft.eu\/why-littleloft\/"},"modified":"2026-04-06T09:14:38","modified_gmt":"2026-04-06T07:14:38","slug":"waarom-littleloft","status":"publish","type":"page","link":"https:\/\/littleloft.eu\/nl\/waarom-littleloft\/","title":{"rendered":"Waarom LittleLoft?"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"nl\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>LittleLoft \u2014 Waarom wij anders zijn<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&#038;family=Plus+Jakarta+Sans:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --navy: #1B2B3A;\n    --navy-light: #2C4156;\n    --navy-pale: #E8EEF3;\n    --gold: #C4A97D;\n    --gold-light: #DBC9A5;\n    --cream: #FAF8F5;\n    --cream-dark: #F0EDE7;\n    --charcoal: #2C2C2C;\n    --slate: #6B7280;\n    --white: #FFFFFF;\n    --red-soft: #DC4F4F;\n    --red-bg: #FEF2F2;\n    --green-soft: #2E9E5A;\n    --green-bg: #ECFDF5;\n    --amber: #D97706;\n    --amber-bg: #FFFBEB;\n    --swiss-red: #D62828;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    background: var(--cream);\n    color: var(--charcoal);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* \u2500\u2500\u2500 HERO \u2500\u2500\u2500 *\/\n  .hero {\n    background: linear-gradient(165deg, var(--navy) 0%, #0f1c28 60%, #0a1219 100%);\n    padding: 80px 24px 100px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n    opacity: 0.5;\n  }\n  .hero-content { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }\n  .hero-badge {\n    display: inline-flex; align-items: center; gap: 8px;\n    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 100px; padding: 8px 20px;\n    color: var(--gold); font-size: 13px; font-weight: 600;\n    letter-spacing: 1.5px; text-transform: uppercase;\n    margin-bottom: 32px; backdrop-filter: blur(8px);\n  }\n  .hero h1 {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(32px, 5vw, 52px);\n    color: var(--white);\n    line-height: 1.15;\n    margin-bottom: 20px;\n  }\n  .hero h1 em { color: var(--gold); font-style: italic; }\n  .hero p {\n    font-size: 17px; color: rgba(255,255,255,0.7);\n    line-height: 1.7; max-width: 560px; margin: 0 auto;\n  }\n  .hero-swiss {\n    display: inline-flex; align-items: center; gap: 6px;\n    margin-top: 28px;\n    font-size: 13px; color: rgba(255,255,255,0.5);\n    font-weight: 500; letter-spacing: 0.5px;\n  }\n  .hero-swiss .ch-flag {\n    display: inline-flex; align-items: center; justify-content: center;\n    width: 22px; height: 22px; background: var(--swiss-red);\n    border-radius: 3px; color: white; font-size: 14px; font-weight: 800;\n    line-height: 1;\n  }\n\n  \/* \u2500\u2500\u2500 CONTAINER \u2500\u2500\u2500 *\/\n  .container { max-width: 1060px; margin: 0 auto; padding: 0 24px; }\n\n  \/* \u2500\u2500\u2500 COMPARE TABLE \u2500\u2500\u2500 *\/\n  .compare-section { padding: 80px 24px; background: var(--white); }\n  .section-label {\n    font-size: 12px; font-weight: 700; letter-spacing: 2px;\n    text-transform: uppercase; color: var(--navy-light); margin-bottom: 12px;\n  }\n  .section-title {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(26px, 3.5vw, 38px);\n    color: var(--charcoal); margin-bottom: 12px;\n  }\n  .section-subtitle {\n    font-size: 16px; color: var(--slate);\n    line-height: 1.6; margin-bottom: 48px; max-width: 600px;\n  }\n\n  .compare-table {\n    width: 100%; border-collapse: separate;\n    border-spacing: 0; border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 30px rgba(0,0,0,0.06);\n  }\n  .compare-table thead th {\n    padding: 20px 24px;\n    font-size: 13px; font-weight: 700;\n    letter-spacing: 0.5px; text-transform: uppercase;\n    text-align: center;\n  }\n  .compare-table thead th:first-child {\n    text-align: left; background: var(--cream); color: var(--slate); width: 35%;\n  }\n  .compare-table thead th.budget {\n    background: #F5F5F5; color: var(--slate); width: 30%;\n  }\n  .compare-table thead th.littleloft {\n    background: var(--navy); color: var(--white); width: 35%;\n    position: relative;\n  }\n  .compare-table thead th.littleloft::before {\n    content: '\u2605 RECOMMENDED';\n    position: absolute; top: -1px; left: 50%;\n    transform: translateX(-50%);\n    background: var(--gold); color: var(--charcoal);\n    font-size: 10px; font-weight: 800; letter-spacing: 1px;\n    padding: 4px 14px; border-radius: 0 0 8px 8px;\n  }\n\n  .compare-table tbody td {\n    padding: 18px 24px;\n    border-bottom: 1px solid #F0F0F0;\n    font-size: 14.5px; line-height: 1.5;\n    vertical-align: middle;\n  }\n  .compare-table tbody tr:last-child td { border-bottom: none; }\n  .compare-table tbody td:first-child {\n    font-weight: 600; color: var(--charcoal); background: var(--cream);\n  }\n  .compare-table tbody td.budget-cell {\n    text-align: center; background: var(--white); color: var(--slate);\n  }\n  .compare-table tbody td.ll-cell {\n    text-align: center; background: var(--navy-pale);\n    color: var(--navy); font-weight: 600;\n  }\n\n  .icon-bad { color: var(--red-soft); font-weight: 700; }\n  .icon-ok { color: var(--amber); font-weight: 600; }\n  .icon-good { color: var(--green-soft); font-weight: 700; }\n  .icon-x::before { content: '\u2715'; }\n  .icon-check::before { content: '\u2713'; }\n  .icon-warn::before { content: '~'; }\n\n  .price-tag {\n    display: inline-block; padding: 6px 16px;\n    border-radius: 8px; font-weight: 700; font-size: 18px;\n  }\n  .price-budget { background: #F5F5F5; color: var(--slate); }\n  .price-ll { background: var(--navy); color: var(--white); }\n\n  \/* \u2500\u2500\u2500 DETAIL CARDS \u2500\u2500\u2500 *\/\n  .details-section { padding: 80px 24px; background: var(--cream); }\n  .details-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 24px; margin-top: 48px;\n  }\n  .detail-card {\n    background: var(--white);\n    border-radius: 16px; padding: 36px 32px;\n    border: 1px solid #E8E4DE;\n    transition: transform 0.25s, box-shadow 0.25s;\n  }\n  .detail-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 40px rgba(0,0,0,0.08);\n  }\n  .card-icon {\n    width: 52px; height: 52px;\n    border-radius: 14px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 24px; margin-bottom: 20px;\n  }\n  .card-icon.wood { background: #FEF3C7; }\n  .card-icon.safe { background: #DBEAFE; }\n  .card-icon.eu { background: #EDE9FE; }\n  .card-icon.cert { background: var(--green-bg); }\n  .card-icon.hand { background: #FFF1F2; }\n  .card-icon.swiss { background: #FEE2E2; }\n  .card-icon.grow { background: #F0FDF4; }\n  .card-icon.mount { background: #FEF3C7; }\n\n  .detail-card h3 {\n    font-family: 'DM Serif Display', serif;\n    font-size: 20px; color: var(--charcoal); margin-bottom: 10px;\n  }\n  .detail-card p {\n    font-size: 14.5px; color: var(--slate); line-height: 1.65;\n  }\n\n  \/* \u2500\u2500\u2500 PHOTO PROOF \u2500\u2500\u2500 *\/\n  .proof-section { padding: 80px 24px; background: var(--white); }\n  .proof-grid {\n    display: grid; grid-template-columns: repeat(2, 1fr);\n    gap: 20px; margin-top: 48px;\n  }\n  .proof-item {\n    background: var(--cream); border-radius: 16px;\n    overflow: hidden; border: 1px solid #E8E4DE;\n  }\n  .proof-visual {\n    height: 200px; display: flex;\n    align-items: center; justify-content: center;\n    position: relative; overflow: hidden;\n  }\n  .proof-visual.bad { background: linear-gradient(135deg, #FEE2E2, #FECACA); }\n  .proof-visual.good { background: linear-gradient(135deg, var(--navy-pale), #D1DCE7); }\n  .proof-label-bad, .proof-label-good {\n    position: absolute; top: 12px; left: 12px;\n    padding: 4px 12px; border-radius: 6px;\n    font-size: 11px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase;\n  }\n  .proof-label-bad { background: var(--red-soft); color: white; }\n  .proof-label-good { background: var(--navy); color: white; }\n  .proof-visual-icon { font-size: 64px; opacity: 0.3; }\n  .proof-visual-text {\n    position: absolute; bottom: 16px; left: 16px; right: 16px;\n    font-size: 13px; font-weight: 600;\n    padding: 8px 14px; border-radius: 8px;\n  }\n  .proof-visual.bad .proof-visual-text { background: rgba(220,79,79,0.12); color: var(--red-soft); }\n  .proof-visual.good .proof-visual-text { background: rgba(27,43,58,0.1); color: var(--navy); }\n  .proof-info { padding: 20px 24px; }\n  .proof-info h4 { font-size: 15px; font-weight: 700; color: var(--charcoal); margin-bottom: 6px; }\n  .proof-info p { font-size: 13.5px; color: var(--slate); line-height: 1.55; }\n\n  \/* \u2500\u2500\u2500 RECHNUNG \u2500\u2500\u2500 *\/\n  .math-section { padding: 80px 24px; background: var(--cream); }\n  .math-box {\n    max-width: 640px; margin: 40px auto 0;\n    background: var(--white); border-radius: 20px;\n    padding: 48px 40px;\n    border: 1px solid #E8E4DE;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    text-align: center;\n  }\n  .math-box .calc-label {\n    font-size: 14px; color: var(--slate); margin-bottom: 8px; font-weight: 500;\n  }\n  .math-box .calc-big {\n    font-family: 'DM Serif Display', serif;\n    font-size: 48px; color: var(--navy);\n    margin-bottom: 4px;\n  }\n  .math-box .calc-sub {\n    font-size: 14px; color: var(--slate); margin-bottom: 32px;\n  }\n  .math-divider {\n    height: 1px; background: #E8E4DE; margin: 24px 0;\n  }\n  .math-row {\n    display: flex; justify-content: space-between; align-items: center;\n    padding: 8px 0; font-size: 15px;\n  }\n  .math-row .left { color: var(--slate); }\n  .math-row .right { font-weight: 700; color: var(--charcoal); }\n  .math-row.highlight .right { color: var(--green-soft); font-size: 17px; }\n\n  \/* \u2500\u2500\u2500 CTA \u2500\u2500\u2500 *\/\n  .cta-section {\n    padding: 80px 24px;\n    background: linear-gradient(165deg, var(--navy) 0%, #0f1c28 100%);\n    text-align: center;\n  }\n  .cta-section h2 {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(26px, 3.5vw, 40px);\n    color: var(--white); margin-bottom: 16px;\n  }\n  .cta-section p {\n    color: rgba(255,255,255,0.7); font-size: 16px;\n    margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto;\n    line-height: 1.6;\n  }\n  .cta-badges {\n    display: flex; flex-wrap: wrap; justify-content: center;\n    gap: 14px; margin-bottom: 40px;\n  }\n  .cta-badge {\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 10px; padding: 14px 20px;\n    color: var(--white); font-size: 13.5px; font-weight: 500;\n    display: flex; align-items: center; gap: 10px;\n    backdrop-filter: blur(4px);\n  }\n  .cta-badge span { font-size: 20px; }\n  .cta-btn {\n    display: inline-block;\n    background: var(--gold); color: var(--charcoal);\n    font-size: 16px; font-weight: 700;\n    padding: 18px 48px; border-radius: 12px;\n    text-decoration: none; letter-spacing: 0.3px;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n  .cta-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 30px rgba(0,0,0,0.3);\n  }\n\n  \/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500 *\/\n  @media (max-width: 900px) {\n    .compare-table { font-size: 13px; }\n    .compare-table thead th, .compare-table tbody td { padding: 14px 16px; }\n    .proof-grid { grid-template-columns: 1fr; }\n    .details-grid { grid-template-columns: 1fr; }\n  }\n\n  @media (max-width: 640px) {\n    .hero { padding: 56px 20px 72px; }\n    .hero h1 { font-size: 28px; }\n    .hero p { font-size: 15px; }\n    .hero-swiss { font-size: 11px; flex-wrap: wrap; justify-content: center; text-align: center; }\n\n    .compare-section { padding: 48px 16px; }\n    .section-title { font-size: 24px; }\n    .section-subtitle { font-size: 14px; margin-bottom: 32px; }\n\n    .compare-table { box-shadow: none; border-radius: 0; }\n    .compare-table thead { display: none; }\n    .compare-table tbody { display: flex; flex-direction: column; gap: 12px; }\n    .compare-table tbody tr {\n      display: flex; flex-direction: column;\n      background: var(--white); border-radius: 14px;\n      overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.06);\n      border: 1px solid #EEEAE4;\n    }\n    .compare-table tbody td {\n      display: flex; justify-content: space-between; align-items: center;\n      padding: 14px 18px; border-bottom: 1px solid #F4F2EE;\n      text-align: left; font-size: 13.5px;\n    }\n    .compare-table tbody td:first-child {\n      background: var(--cream-dark); font-size: 14px; font-weight: 700;\n      justify-content: center; padding: 12px 18px;\n      border-bottom: 2px solid #E2DDD5;\n    }\n    .compare-table tbody td.budget-cell { text-align: right; background: var(--white); }\n    .compare-table tbody td.ll-cell { text-align: right; background: var(--navy-pale); }\n    .compare-table tbody td.budget-cell::before {\n      content: 'Budget'; font-size: 11px; font-weight: 700; color: #AAA;\n      text-transform: uppercase; letter-spacing: 0.5px;\n    }\n    .compare-table tbody td.ll-cell::before {\n      content: 'LittleLoft'; font-size: 11px; font-weight: 700; color: var(--navy);\n      text-transform: uppercase; letter-spacing: 0.5px;\n    }\n    .compare-table tbody tr:last-child td { border-bottom: 1px solid #F4F2EE; }\n    .compare-table tbody tr:last-child td:last-child { border-bottom: none; }\n    .price-tag { font-size: 15px; padding: 5px 12px; }\n\n    .details-section { padding: 48px 16px; }\n    .detail-card { padding: 28px 24px; }\n    .card-icon { width: 44px; height: 44px; font-size: 20px; margin-bottom: 16px; }\n    .detail-card h3 { font-size: 18px; }\n    .detail-card p { font-size: 13.5px; }\n\n    .proof-section { padding: 48px 16px; }\n    .proof-visual { height: 160px; }\n    .proof-visual-text { font-size: 12px; padding: 6px 12px; }\n    .proof-info { padding: 16px 20px; }\n    .proof-info h4 { font-size: 14px; }\n    .proof-info p { font-size: 12.5px; }\n\n    .math-section { padding: 48px 16px; }\n    .math-box { padding: 28px 20px; border-radius: 16px; }\n    .math-box .calc-big { font-size: 32px; }\n    .math-box .calc-label { font-size: 13px; }\n    .math-row { font-size: 13.5px; }\n\n    .cta-section { padding: 56px 20px; }\n    .cta-section h2 { font-size: 24px; }\n    .cta-section p { font-size: 14.5px; }\n    .cta-badges { flex-direction: column; align-items: center; gap: 10px; }\n    .cta-badge { font-size: 13px; padding: 12px 18px; width: 100%; justify-content: center; }\n    .cta-btn { padding: 16px 36px; font-size: 15px; width: 100%; text-align: center; }\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(24px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n  .animate { animation: fadeUp 0.6s ease-out both; }\n  .delay-1 { animation-delay: 0.1s; }\n  .delay-2 { animation-delay: 0.2s; }\n  .delay-3 { animation-delay: 0.3s; }\n  .delay-4 { animation-delay: 0.4s; }\n  .delay-5 { animation-delay: 0.5s; }\n  .delay-6 { animation-delay: 0.6s; }\n  .delay-7 { animation-delay: 0.7s; }\n<\/style>\n<\/head>\n<body>\n\n<!-- \u2550\u2550\u2550 HERO \u2550\u2550\u2550 -->\n<section class=\"hero\">\n  <div class=\"hero-content\">\n    <div class=\"hero-badge animate\">\ud83d\udcac Persoonlijk advies, perfecte slaap<\/div>\n    <h1 class=\"animate delay-1\">Waarom <em>echte kwaliteit<\/em><br>haar prijs waard is<\/h1>\n    <p class=\"animate delay-2\">Niet alle kinderbedden zijn hetzelfde. We laten je het verschil zien tussen een LittleLoft-bed en goedkope alternatieven \u2014 zodat je de beste beslissing voor je kind kunt nemen.<\/p>\n    <div class=\"hero-swiss animate delay-3\">\n      <span class=\"ch-flag\">+<\/span> Persoonlijk advies \u00b7 Bedadviseur \u00b7 Individuele aanbeveling\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550 COMPARISON TABLE \u2550\u2550\u2550 -->\n<section class=\"compare-section\">\n  <div class=\"container\">\n    <div class=\"section-label animate\">Directe vergelijking<\/div>\n    <h2 class=\"section-title animate delay-1\">LittleLoft vs. goedkope huisbedden<\/h2>\n    <p class=\"section-subtitle animate delay-2\">Een eerlijke blik op wat er echt toe doet \u2014 veiligheid, materiaal en duurzaamheid.<\/p>\n\n    <table class=\"compare-table animate delay-3\">\n      <thead>\n        <tr>\n          <th>Kenmerk<\/th>\n          <th class=\"budget\">Goedkope huisbedden<br><small style=\"font-weight:400;text-transform:none;letter-spacing:0;\">Import \/ marktplaats<\/small><\/th>\n          <th class=\"littleloft\">LittleLoft<br><small style=\"font-weight:400;text-transform:none;letter-spacing:0;color:rgba(255,255,255,0.7);\">Persoonlijk voor je klaar<\/small><\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>\ud83d\udcb0 Prijs (90\u00d7200 cm)<\/td>\n          <td class=\"budget-cell\"><span class=\"price-tag price-budget\">~ 205 \u20ac<\/span><\/td>\n          <td class=\"ll-cell\"><span class=\"price-tag price-ll\">vanaf 385 \u20ac<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>\ud83e\udeb5 Materiaal<\/td>\n          <td class=\"budget-cell\"><span class=\"icon-bad\">MDF + dun grenenhout<\/span><\/td>\n          <td class=\"ll-cell\"><span class=\"icon-good\">100% natuurlijk grenenhout<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>\ud83c\udf0d FSC-certificaat<\/td>\n          <td class=\"budget-cell\"><span class=\"icon-bad icon-x\"><\/span> Niet beschikbaar<\/td>\n          <td class=\"ll-cell\"><span class=\"icon-good icon-check\"><\/span> FSC-gecertificeerd<\/td>\n        <\/tr>\n        <tr>\n          <td>\ud83d\udd12 Kindveilige randen<\/td>\n          <td class=\"budget-cell\"><span class=\"icon-bad\">Scherpe, hoekige randen<\/span><\/td>\n          <td class=\"ll-cell\"><span class=\"icon-good\">Alle randen afgerond<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>\ud83c\udfa8 Verf &#038; kleuren<\/td>\n          <td class=\"budget-cell\"><span class=\"icon-bad icon-warn\"><\/span> Niet gespecificeerd \/ geur<\/td>\n          <td class=\"ll-cell\"><span class=\"icon-good icon-check\"><\/span> Getest &#038; kindveilig<\/td>\n        <\/tr>\n        <tr>\n          <td>\ud83c\udfed Productie<\/td>\n          <td class=\"budget-cell\">Massaproductie in China<\/td>\n          <td class=\"ll-cell\"><span class=\"icon-good\">Handgemaakt in de EU<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>\ud83d\udcd0 Afwerking<\/td>\n          <td class=\"budget-cell\"><span class=\"icon-bad\">Onnauwkeurig, zichtbare kieren<\/span><\/td>\n          <td class=\"ll-cell\"><span class=\"icon-good\">Precieze pasvorm<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>\ud83d\udcac Persoonlijk advies<\/td>\n          <td class=\"budget-cell\"><span class=\"icon-bad icon-x\"><\/span> Geen contact mogelijk<\/td>\n          <td class=\"ll-cell\"><span class=\"icon-good icon-check\"><\/span> Bedadviseur + persoonlijke ondersteuning<\/td>\n        <\/tr>\n        <tr>\n          <td>\ud83d\udd27 Montageservice<\/td>\n          <td class=\"budget-cell\"><span class=\"icon-bad icon-x\"><\/span> Niet beschikbaar<\/td>\n          <td class=\"ll-cell\"><span class=\"icon-good icon-check\"><\/span> In heel Europa<\/td>\n        <\/tr>\n        <tr>\n          <td>\ud83d\udee1\ufe0f Garantie<\/td>\n          <td class=\"budget-cell\"><span class=\"icon-bad\">Wettelijk (6\u201312 maanden)<\/span><\/td>\n          <td class=\"ll-cell\"><span class=\"icon-good\">2 jaar volledige garantie<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>\ud83d\udce6 Retourbeleid<\/td>\n          <td class=\"budget-cell\">14 dagen (buitenland: lastig)<\/td>\n          <td class=\"ll-cell\"><span class=\"icon-good\">30 dagen, zonder gedoe<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>\u2b50 Klantbeoordeling<\/td>\n          <td class=\"budget-cell\"><span class=\"icon-ok\">3,5 \u2013 4,0 \/ 5<\/span><\/td>\n          <td class=\"ll-cell\"><span class=\"icon-good\">4,84 \u2013 4,93 \/ 5<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>\ud83d\udcb3 Betalen met Klarna<\/td>\n          <td class=\"budget-cell\"><span class=\"icon-bad icon-x\"><\/span> Nee<\/td>\n          <td class=\"ll-cell\"><span class=\"icon-good icon-check\"><\/span> Ja<\/td>\n        <\/tr>\n        <tr>\n          <td>\ud83d\udccf Groeit mee met je kind<\/td>\n          <td class=\"budget-cell\"><span class=\"icon-bad icon-x\"><\/span> Vast<\/td>\n          <td class=\"ll-cell\"><span class=\"icon-good icon-check\"><\/span> Modulair &#038; verstelbaar<\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550 DETAIL CARDS \u2550\u2550\u2550 -->\n<section class=\"details-section\">\n  <div class=\"container\">\n    <div class=\"section-label\">Wat LittleLoft bijzonder maakt<\/div>\n    <h2 class=\"section-title\">Waarom gezinnen ons vertrouwen<\/h2>\n\n    <div class=\"details-grid\">\n      <div class=\"detail-card animate\">\n        <div class=\"card-icon swiss\">\ud83d\udcac<\/div>\n        <h3>Persoonlijk advies<\/h3>\n        <p>Welk bed past bij je kind? Onze bedadviseur helpt je in 30 seconden \u2014 en ons team staat persoonlijk voor je klaar via e-mail en chat. Geen chatbots, echte mensen.<\/p>\n      <\/div>\n\n      <div class=\"detail-card animate delay-1\">\n        <div class=\"card-icon wood\">\ud83e\udeb5<\/div>\n        <h3>100% natuurlijk grenenhout<\/h3>\n        <p>Geen MDF, geen spaanplaat, geen fineer. Elk LittleLoft-bed is uitsluitend gemaakt van natuurlijk grenenhout uit duurzame bosbouw \u2014 FSC-gecertificeerd.<\/p>\n      <\/div>\n\n      <div class=\"detail-card animate delay-2\">\n        <div class=\"card-icon safe\">\ud83d\udee1\ufe0f<\/div>\n        <h3>Getest &#038; kindveilig<\/h3>\n        <p>Alle randen zorgvuldig afgerond. We gebruiken uitsluitend gecertificeerde, geurloze verf op waterbasis die is goedgekeurd voor kinderspeelgoed.<\/p>\n      <\/div>\n\n      <div class=\"detail-card animate delay-3\">\n        <div class=\"card-icon mount\">\ud83d\udd27<\/div>\n        <h3>Montageservice in heel Europa<\/h3>\n        <p>Geen zin in urenlang monteren? Onze professionele montageservice komt naar je toe \u2014 overal in Europa. Uniek in deze prijsklasse.<\/p>\n      <\/div>\n\n      <div class=\"detail-card animate delay-4\">\n        <div class=\"card-icon cert\">\u2705<\/div>\n        <h3>2 jaar garantie<\/h3>\n        <p>Volle 2 jaar op constructie en materialen. Mocht er ooit iets mis zijn, dan lossen we het persoonlijk op \u2014 snel, eenvoudig en zonder gedoe.<\/p>\n      <\/div>\n\n      <div class=\"detail-card animate delay-5\">\n        <div class=\"card-icon eu\">\ud83c\uddea\ud83c\uddfa<\/div>\n        <h3>Handgemaakt in Europa<\/h3>\n        <p>Elk bed wordt individueel gemaakt in Europese familiewerkplaatsen \u2014 door ervaren meubelmakers, niet aan de lopende band. Geen massaproductie uit het Verre Oosten.<\/p>\n      <\/div>\n\n      <div class=\"detail-card animate delay-6\">\n        <div class=\"card-icon hand\">\ud83c\udfa8<\/div>\n        <h3>Kleuren &#038; personalisatie<\/h3>\n        <p>Kies uit meerdere natuurlijke kleurtinten \u2014 waaronder de populaire RETRO-tint. Je kind krijgt een bed dat echt uniek is.<\/p>\n      <\/div>\n\n      <div class=\"detail-card animate delay-7\">\n        <div class=\"card-icon grow\">\ud83c\udf31<\/div>\n        <h3>Groeit mee met je kind<\/h3>\n        <p>Afneembare valbeveiliging, lade later toe te voegen. Het bed past zich aan \u2014 van peuter tot schoolkind, vele jaren lang.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550 PHOTO PROOF \u2550\u2550\u2550 -->\n<section class=\"proof-section\">\n  <div class=\"container\">\n    <div class=\"section-label\">Het verschil in detail<\/div>\n    <h2 class=\"section-title\">Zie het verschil zelf<\/h2>\n    <p class=\"section-subtitle\">Wat er gebeurt als je bezuinigt op een kinderbed \u2014 en wat er echt toe doet.<\/p>\n\n    <div class=\"proof-grid\">\n      <div class=\"proof-item\">\n        <div class=\"proof-visual bad\">\n          <span class=\"proof-label-bad\">Budgetbed<\/span>\n          <div class=\"proof-visual-icon\">\ud83d\udcd0<\/div>\n          <div class=\"proof-visual-text\">\u26a0\ufe0f Scherpe, hoekige randen \u2014 risico op verwondingen<\/div>\n        <\/div>\n        <div class=\"proof-info\">\n          <h4>Randen &#038; hoeken<\/h4>\n          <p>Goedkope bedden hebben vaak ongeschuurde randen. Een veelgehoorde klacht in online reviews: &#8220;randen hoekig en scherp \u2014 gevaarlijk bij het spelen&#8221;.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"proof-item\">\n        <div class=\"proof-visual good\">\n          <span class=\"proof-label-good\">LittleLoft<\/span>\n          <div class=\"proof-visual-icon\">\u270b<\/div>\n          <div class=\"proof-visual-text\">\u2713 Elke rand zorgvuldig afgerond &#038; geschuurd<\/div>\n        <\/div>\n        <div class=\"proof-info\">\n          <h4>Randen &#038; hoeken<\/h4>\n          <p>Bij LittleLoft wordt elke rand met de hand geschuurd en afgerond. Veilig voor kleine hoofdjes, handjes en voetjes \u2014 ook tijdens het wildste spel.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"proof-item\">\n        <div class=\"proof-visual bad\">\n          <span class=\"proof-label-bad\">Budgetbed<\/span>\n          <div class=\"proof-visual-icon\">\ud83e\uddea<\/div>\n          <div class=\"proof-visual-text\">\u26a0\ufe0f MDF-platen met onbekende coating<\/div>\n        <\/div>\n        <div class=\"proof-info\">\n          <h4>Materialen &#038; verf<\/h4>\n          <p>Vaak worden MDF-platen en niet-gespecificeerde verf gebruikt. Die typische &#8220;nieuwe meubels&#8221;-geur kan wijzen op schadelijke dampen.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"proof-item\">\n        <div class=\"proof-visual good\">\n          <span class=\"proof-label-good\">LittleLoft<\/span>\n          <div class=\"proof-visual-icon\">\ud83c\udf32<\/div>\n          <div class=\"proof-visual-text\">\u2713 Natuurlijk grenenhout + gecertificeerde verf op waterbasis<\/div>\n        <\/div>\n        <div class=\"proof-info\">\n          <h4>Materialen &#038; verf<\/h4>\n          <p>100% natuurlijk grenenhout met een mooie nerf. Verf op waterbasis, geurloos en gecertificeerd voor kinderspeelgoed. Je kind ademt schone lucht.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550 RECHNUNG \u2550\u2550\u2550 -->\n<section class=\"math-section\">\n  <div class=\"container\">\n    <div class=\"section-label\" style=\"text-align:center;\">De eerlijke rekensom<\/div>\n    <h2 class=\"section-title\" style=\"text-align:center;\">Wat kost kwaliteit nu echt?<\/h2>\n\n    <div class=\"math-box\">\n      <div class=\"calc-label\">Gemiddelde levensduur van een LittleLoft-bed<\/div>\n      <div class=\"calc-big\">5+ jaar<\/div>\n      <div class=\"calc-sub\">van peuter tot schoolkind<\/div>\n\n      <div class=\"math-divider\"><\/div>\n\n      <div class=\"math-row\">\n        <span class=\"left\">Prijs LittleLoft LUMINA (bestseller)<\/span>\n        <span class=\"right\">415 \u20ac<\/span>\n      <\/div>\n      <div class=\"math-row\">\n        <span class=\"left\">\u00f7 5 jaar gebruik<\/span>\n        <span class=\"right\">83 \u20ac \/ jaar<\/span>\n      <\/div>\n      <div class=\"math-row\">\n        <span class=\"left\">\u00f7 365 nachten<\/span>\n        <span class=\"right\">0,23 \u20ac \/ nacht<\/span>\n      <\/div>\n\n      <div class=\"math-divider\"><\/div>\n\n      <div class=\"math-row highlight\">\n        <span class=\"left\" style=\"font-weight:600;color:var(--charcoal);\">Kosten per nacht<\/span>\n        <span class=\"right\">23 cent<\/span>\n      <\/div>\n\n      <p style=\"margin-top:24px; font-size:14px; color:var(--slate); line-height:1.6;\">\n        Minder dan een kauwgompje. Voor een veilig, handgemaakt bed van grenenhout \u2014 met 2 jaar garantie en persoonlijk advies.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550 CTA \u2550\u2550\u2550 -->\n<section class=\"cta-section\">\n  <div class=\"container\">\n    <h2>Investeer in <em style=\"font-family:'DM Serif Display',serif;color:var(--gold);\">goede slaap<\/em><\/h2>\n    <p>Meer dan 3.200 gezinnen vertrouwen al op LittleLoft. Ontdek waarom.<\/p>\n\n    <div class=\"cta-badges\">\n      <div class=\"cta-badge\"><span>\ud83d\udcac<\/span> Persoonlijk advies<\/div>\n      <div class=\"cta-badge\"><span>\ud83c\udf32<\/span> FSC-gecertificeerd hout<\/div>\n      <div class=\"cta-badge\"><span>\ud83d\udee1\ufe0f<\/span> 2 jaar garantie<\/div>\n      <div class=\"cta-badge\"><span>\ud83d\udd27<\/span> Montageservice in heel Europa<\/div>\n      <div class=\"cta-badge\"><span>\u21a9\ufe0f<\/span> 30 dagen retourrecht<\/div>\n      <div class=\"cta-badge\"><span>\ud83d\udcb3<\/span> Klarna &#038; creditcard<\/div>\n    <\/div>\n\n    <a href=\"https:\/\/littleloft.eu\/nl\/huisbedden\/\" class=\"cta-btn\">Ontdek de collectie \u2192<\/a>\n  <\/div>\n<\/section>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>LittleLoft \u2014 Waarom wij anders zijn \ud83d\udcac Persoonlijk advies, perfecte slaap Waarom echte kwaliteithaar prijs waard is Niet alle kinderbedden zijn hetzelfde. We laten je het verschil zien tussen een LittleLoft-bed en goedkope alternatieven \u2014 zodat je de beste beslissing voor je kind kunt nemen. + Persoonlijk advies \u00b7 Bedadviseur \u00b7 Individuele aanbeveling Directe vergelijking [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-44296","page","type-page","status-publish","hentry"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":8}},"_links":{"self":[{"href":"https:\/\/littleloft.eu\/nl\/wp-json\/wp\/v2\/pages\/44296","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/littleloft.eu\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/littleloft.eu\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/littleloft.eu\/nl\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/littleloft.eu\/nl\/wp-json\/wp\/v2\/comments?post=44296"}],"version-history":[{"count":0,"href":"https:\/\/littleloft.eu\/nl\/wp-json\/wp\/v2\/pages\/44296\/revisions"}],"wp:attachment":[{"href":"https:\/\/littleloft.eu\/nl\/wp-json\/wp\/v2\/media?parent=44296"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}