:root{
  --navy:#082f63;--navy-2:#0b3f82;--blue:#145fc9;--yellow:#f7b500;--yellow-2:#ffd54a;
  --bg:#f4f7fb;--card:#fff;--text:#152238;--muted:#687489;--border:#dde5ef;--soft:#eef4fb;
  --green:#14a86a;--green-dark:#0e8b57;--shadow:0 18px 50px rgba(19,42,76,.10)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:linear-gradient(180deg,#fff 0,#f6f8fc 38%,#f3f6fa 100%)}button,input,select,textarea{font:inherit}.container{width:min(1220px,calc(100% - 32px));margin:auto}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(221,229,239,.9)}.header-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand-lockup img{display:block;width:190px;height:auto}.header-actions{display:flex;align-items:center;gap:14px}.header-note{color:var(--muted);font-size:13px;font-weight:600}.status-pill{font-size:12px;font-weight:800;color:#875d00;background:#fff6d8;border:1px solid #f4dc85;padding:7px 10px;border-radius:999px}
.hero{display:grid;grid-template-columns:1.25fr .75fr;gap:42px;padding:72px 0 28px;align-items:center;position:relative}.hero:before{content:"";position:absolute;right:0;top:20px;width:320px;height:320px;background:radial-gradient(circle,rgba(247,181,0,.18),transparent 66%);pointer-events:none}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--navy);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.eyebrow:before{content:"";width:28px;height:3px;border-radius:4px;background:var(--yellow)}.hero h1{font-size:clamp(40px,5vw,68px);line-height:.99;margin:16px 0 18px;max-width:850px;letter-spacing:-.045em}.hero h1 span{color:var(--navy)}.hero p{font-size:18px;line-height:1.65;color:var(--muted);max-width:720px}.hero-card{background:linear-gradient(145deg,#092f62,#0a3977);color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:22px;box-shadow:0 24px 60px rgba(8,47,99,.22)}.hero-card-title{font-weight:900;font-size:17px;padding-bottom:10px}.hero-stat{display:flex;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12)}.hero-stat:last-child{border-bottom:0}.hero-stat>span{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(145deg,var(--yellow),var(--yellow-2));color:var(--navy);font-weight:900;box-shadow:0 8px 20px rgba(247,181,0,.22)}.hero-stat strong,.hero-stat small{display:block}.hero-stat small{color:#c9d8eb;margin-top:3px}.hero-trust{grid-column:1/-1;display:flex;gap:12px;flex-wrap:wrap;margin-top:4px}.hero-trust span{font-size:13px;font-weight:750;color:#41506a;background:#fff;border:1px solid var(--border);border-radius:999px;padding:8px 12px}
.btn{border:0;border-radius:11px;padding:13px 18px;font-weight:850;cursor:pointer;transition:.18s ease;min-height:46px}.btn.primary{background:linear-gradient(135deg,var(--yellow),var(--yellow-2));color:#16213a;box-shadow:0 9px 18px rgba(247,181,0,.18)}.btn.primary:hover{transform:translateY(-1px);filter:saturate(1.05)}.btn.ghost{background:#fff;color:var(--navy);border:1px solid var(--border)}.btn.success{background:var(--green);color:#fff}.btn.success:hover{background:var(--green-dark)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.app-shell{background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);margin:28px auto 80px;overflow:hidden}.app-topbar{height:66px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 22px}.app-title{display:flex;align-items:center;gap:14px}.app-title img{width:142px}.app-title span{font-size:13px;color:var(--muted);font-weight:750;border-left:1px solid var(--border);padding-left:14px}.app-badge{font-size:12px;color:var(--navy);font-weight:850;background:var(--soft);border:1px solid #d8e5f5;padding:7px 10px;border-radius:999px}
.steps{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fbfdff,#f8fbff)}.step{position:relative;background:none;border:0;padding:17px 10px;color:#8490a3;font-weight:700;cursor:pointer;display:grid;grid-template-columns:32px 1fr;text-align:left;column-gap:10px;align-items:center}.step:after{content:"";position:absolute;height:3px;bottom:-1px;left:16px;right:16px;background:transparent;border-radius:3px}.step span{grid-row:1/3;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:1px solid #ccd7e4;background:#fff;font-size:12px}.step b{font-size:13px;color:inherit}.step small{font-size:10.5px;font-weight:600;color:#98a3b4}.step.active{color:var(--navy)}.step.active span{background:var(--yellow);color:var(--navy);border-color:var(--yellow);box-shadow:0 4px 12px rgba(247,181,0,.2)}.step.active:after{background:var(--yellow)}
.panel{display:none;padding:34px}.panel.active{display:block}.panel-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:26px}.panel-head h2{margin:6px 0 0;font-size:30px;letter-spacing:-.025em;color:var(--navy)}.panel-head p{color:var(--muted);max-width:470px;text-align:right;margin:0;line-height:1.5}.segmented{display:inline-grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-bottom:22px;background:#f8fafc}.segmented input{display:none}.segmented span{display:block;padding:11px 30px;cursor:pointer;font-weight:800}.segmented input:checked+span{background:var(--navy);color:#fff}
.grid{display:grid;gap:16px}.fields-4{grid-template-columns:repeat(4,1fr)}.fields-2{grid-template-columns:repeat(2,1fr)}.span-2{grid-column:span 2}label{font-size:13px;font-weight:750;color:#344158}input,select,textarea{width:100%;margin-top:8px;border:1px solid var(--border);border-radius:11px;background:#fff;padding:12px 13px;color:var(--text);outline:none;transition:.15s}input:hover,select:hover,textarea:hover{border-color:#c5d2e2}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(20,95,201,.09)}textarea{resize:vertical}.top-gap{margin-top:22px}.check-group{border:1px solid var(--border);border-radius:14px;padding:17px;background:#fbfcfe}.check-group legend{font-weight:900;padding:0 8px;color:var(--navy)}.check-group label{display:inline-flex;align-items:center;gap:8px;margin:7px 20px 7px 0}.check-group input{width:auto;margin:0;accent-color:var(--blue)}.upload-box,.info-box{border:1px dashed #b8c8db;border-radius:14px;background:linear-gradient(180deg,#fbfdff,#f7faff);padding:19px}.upload-box strong{color:var(--navy)}.upload-box p,.info-box{color:var(--muted);font-size:13px;line-height:1.55}.photo-preview{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.photo-preview img{width:92px;height:72px;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.actions{display:flex;justify-content:space-between;gap:12px;margin-top:30px}.actions.end{justify-content:flex-end}
.choice-cards{display:grid;grid-template-columns:1fr 1fr;gap:15px}.choice{border:1px solid var(--border);border-radius:14px;padding:19px;cursor:pointer;display:block;background:#fff;transition:.16s}.choice:hover{border-color:#bdcbe0}.choice.active{border:2px solid var(--blue);background:#f3f8ff;padding:18px}.choice input{width:auto;margin:0 8px 0 0;accent-color:var(--blue)}.choice strong,.choice span{display:block}.choice strong{color:var(--navy)}.choice span{color:var(--muted);font-size:13px;margin-top:7px}.company-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:24px}.logo-box{border:1px dashed #b8c8db;border-radius:16px;padding:20px;background:#fbfdff}.logo-preview{margin-top:14px;min-height:230px;border:1px solid var(--border);border-radius:14px;display:grid;place-items:center;background:#fff;color:var(--muted);font-weight:900;overflow:hidden}.logo-preview:before{content:"Sleep je logo hierheen of kies een bestand";font-size:13px;color:#8d99ab;position:absolute;opacity:0}.logo-preview img{max-width:78%;max-height:160px}.logo-box small{display:block;margin-top:10px;color:var(--muted)}
.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.result-card{border:1px solid var(--border);border-radius:16px;padding:21px;background:linear-gradient(180deg,#fff,#fbfcfe)}.result-card h3{margin:0 0 15px;color:var(--navy)}.result-card h3 span{font-size:10px;text-transform:uppercase;background:#eef2f7;color:var(--muted);padding:5px 7px;border-radius:999px}.result-card dl{margin:0}.result-card dl div{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid #edf1f5}.result-card dt{color:var(--muted)}.result-card dd{margin:0;font-weight:800}.result-card .sum{border-top:1px solid var(--border);margin-top:8px}.result-card .advice{background:#f5f8fc;margin:6px -7px 0;padding:13px 7px}.result-card .advice dd{font-size:18px;color:var(--navy)}.result-card .total{background:#eefaF5;padding:15px 12px;margin:8px -7px -5px;border-radius:10px;border:0}.result-card .total dd{color:var(--green);font-size:22px}
.offer-wrap{margin-top:28px;border-top:1px solid var(--border);padding-top:26px}.hidden{display:none}.offer-toolbar{display:flex;justify-content:space-between;background:var(--navy);color:#fff;padding:13px 17px;border-radius:12px 12px 0 0}.offer-toolbar span{color:#ffe69a;font-size:12px}.offer-paper{position:relative;background:#fff;border:1px solid var(--border);padding:42px;margin:0 auto;max-width:900px;min-height:850px;overflow:hidden;box-shadow:0 12px 35px rgba(20,45,80,.08)}.offer-header{display:flex;justify-content:space-between;gap:20px;border-bottom:3px solid var(--yellow);padding-bottom:20px}.offer-brand{display:flex;gap:16px;align-items:center}.offer-brand h2{margin:0;font-size:24px;color:var(--navy)}.offer-brand p{margin:4px 0;color:var(--muted)}.offer-logo{width:118px;height:64px;border-radius:10px;background:#f7f9fc;display:grid;place-items:center;color:var(--navy);font-weight:900;overflow:hidden}.offer-logo img{max-width:100%;max-height:100%}.offer-meta{text-align:right}.offer-meta h3{margin:0 0 8px;color:var(--navy);letter-spacing:.04em}.offer-meta p{margin:3px 0;font-size:12.5px}.offer-addresses{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:27px 0}.offer-addresses strong{color:var(--navy)}.offer-addresses p{margin:4px 0;color:#566176}.offer-table{width:100%;border-collapse:collapse;margin-top:22px;font-size:13px}.offer-table thead{background:#f1f4f8}.offer-table th,.offer-table td{border-bottom:1px solid var(--border);padding:11px 9px;text-align:left}.offer-table th{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#516078}.offer-table th:last-child,.offer-table td:last-child{text-align:right}.offer-totals{margin-left:auto;width:min(420px,100%);margin-top:22px}.offer-totals div{display:flex;justify-content:space-between;padding:7px 0}.offer-totals .grand{font-size:20px;color:var(--navy);border-top:3px solid var(--yellow);margin-top:6px;padding-top:13px}.offer-note{background:#f8fafc;border-left:4px solid var(--yellow);border-radius:10px;padding:15px;margin-top:30px}.offer-note p{margin-bottom:0;color:#566176}.offer-footer{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:36px;padding-top:20px;border-top:1px solid var(--border);font-size:12px;color:#566176}.watermark{position:absolute;left:50%;top:57%;transform:translate(-50%,-50%) rotate(-25deg);font-size:82px;font-weight:950;color:rgba(8,47,99,.055);pointer-events:none;letter-spacing:.05em}.paywall{text-align:center;padding:24px;background:linear-gradient(180deg,#fffaf0,#fff7df);border:1px solid #f0df9c;border-top:0;border-radius:0 0 13px 13px}.paywall p{line-height:1.55}.paywall .btn{min-width:min(420px,100%)}.paywall small{display:block;color:var(--muted);margin-top:10px}
@media(max-width:960px){.hero,.company-layout,.result-grid{grid-template-columns:1fr}.panel-head{display:block}.panel-head p{text-align:left;margin-top:8px}.fields-4{grid-template-columns:repeat(2,1fr)}.steps{overflow:auto;grid-template-columns:repeat(5,minmax(150px,1fr))}.header-note{display:none}}
@media(max-width:620px){.container{width:min(100% - 18px,1220px)}.header-inner{height:64px}.brand-lockup img{width:155px}.status-pill{display:none}.hero{padding-top:38px;gap:24px}.hero h1{font-size:40px}.hero p{font-size:16px}.app-topbar{height:auto;padding:14px 16px;gap:10px}.app-title img{width:126px}.app-title span{display:none}.panel{padding:20px}.fields-4,.fields-2,.choice-cards{grid-template-columns:1fr}.span-2{grid-column:auto}.actions{flex-direction:column-reverse}.actions .btn{width:100%}.offer-paper{padding:22px}.offer-header,.offer-addresses,.offer-footer{grid-template-columns:1fr;display:grid}.offer-meta{text-align:left}.watermark{font-size:50px}.hero-trust{gap:8px}.hero-trust span{font-size:12px}.step{padding:14px 9px}.step small{display:none}}
.steps.six{grid-template-columns:repeat(6,1fr)}
.trade-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.trade-card{position:relative;border:1px solid var(--border);border-radius:16px;padding:20px 16px;min-height:168px;background:#fff;cursor:pointer;transition:.18s;display:flex;flex-direction:column;align-items:flex-start}.trade-card:hover{transform:translateY(-2px);border-color:#b9c8db;box-shadow:0 10px 26px rgba(18,48,85,.08)}.trade-card.active{border:2px solid var(--yellow);background:linear-gradient(160deg,#fffdf5,#fff7d9);padding:19px 15px}.trade-card input{position:absolute;opacity:0;pointer-events:none}.trade-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:var(--soft);font-size:25px;margin-bottom:15px}.trade-card.active .trade-icon{background:var(--yellow);color:var(--navy)}.trade-card strong{font-size:16px;color:var(--navy)}.trade-card span{font-size:12px;color:var(--muted);margin-top:5px}.trade-card em{font-style:normal;font-size:11px;font-weight:900;margin-top:auto;padding-top:14px;color:#8a96a7}.trade-card.active em{color:#8a6200}.multi-tip{margin-top:18px;border:1px solid #f0df9c;background:#fffaf0;padding:14px 16px;border-radius:12px;font-size:13px;color:#5c6471}.job-sections{display:grid;gap:18px}.job-card{border:1px solid var(--border);border-radius:18px;padding:22px;background:linear-gradient(180deg,#fff,#fbfcfe)}.job-head{display:flex;gap:13px;align-items:center;margin-bottom:20px}.job-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:var(--soft);font-size:23px}.job-head h3{margin:0;color:var(--navy);font-size:21px}.job-head p{margin:3px 0 0;color:var(--muted);font-size:12px}.muted{color:var(--muted);font-size:13px}.summary-head{margin-top:10px!important;background:#f4f7fb;padding:10px!important;border-radius:9px;border-bottom:0!important}.summary-head dt{font-weight:900;color:var(--navy)!important}.offer-work-section{margin-top:24px}.offer-work-section h4{margin:0;padding:10px 12px;background:var(--navy);color:#fff;border-radius:8px 8px 0 0;font-size:13px}.offer-work-section .offer-table{margin-top:0}.empty-state{padding:28px;border:1px dashed var(--border);border-radius:14px;text-align:center;color:var(--muted)}
@media(max-width:1050px){.trade-grid{grid-template-columns:repeat(3,1fr)}.steps.six{overflow:auto;grid-template-columns:repeat(6,minmax(145px,1fr))}}
@media(max-width:620px){.trade-grid{grid-template-columns:1fr 1fr}.trade-card{min-height:150px}.trade-card:last-child{grid-column:1/-1}}

/* Unit pricing controls */
.priced-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.priced-field{display:block;border:1px solid var(--border,#dfe5ec);border-radius:14px;padding:14px;background:#fff}.priced-field>span{display:block;font-weight:700;margin-bottom:10px}.qty-price{display:grid;grid-template-columns:1fr 1fr;gap:10px}.qty-price small{display:block;color:#6b7280;font-size:11px;margin-bottom:5px}.qty-price input{width:100%}.summary-priced dt{display:flex!important;flex-direction:column;gap:3px}.summary-priced dt small{font-weight:400;color:#6b7280;font-size:11px}.summary-priced dd{font-weight:700}.offer-table th:nth-child(3),.offer-table th:nth-child(4),.offer-table td:nth-child(3),.offer-table td:nth-child(4){text-align:right;white-space:nowrap}@media(max-width:720px){.priced-grid{grid-template-columns:1fr}.qty-price{grid-template-columns:1fr 1fr}.offer-table{font-size:12px}.offer-table th,.offer-table td{padding:8px 6px}}@media(max-width:420px){.qty-price{grid-template-columns:1fr}}

textarea{width:100%;resize:vertical;min-height:120px;font:inherit}.offer-note #oTerms{white-space:pre-line}.fields-2 label small{display:block;margin-top:6px;color:var(--muted,#667085);font-weight:400;line-height:1.4}

.extras-card{border:1px solid rgba(15,35,64,.12);border-radius:18px;padding:18px;background:#fbfcfe}
.extras-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.extras-head p{margin:4px 0 0;color:var(--muted,#667085);font-size:.92rem}
.btn.small{padding:9px 13px;font-size:.9rem}
.custom-lines{display:grid;gap:10px}
.custom-line{display:grid;grid-template-columns:minmax(220px,2fr) 90px 110px 130px 38px;gap:10px;align-items:end;padding:12px;border:1px solid rgba(15,35,64,.1);border-radius:14px;background:white}
.custom-line label{margin:0}
.custom-line small{display:block;margin-bottom:6px}
.remove-line{height:42px;width:38px;border:0;border-radius:10px;background:#fff0f0;color:#a61b1b;font-size:1.4rem;cursor:pointer}
.field-help{border-radius:14px;padding:14px 16px;background:#f4f7fb;display:flex;flex-direction:column;gap:4px;justify-content:center}
.field-help span{color:var(--muted,#667085);font-size:.9rem;line-height:1.4}
.draft-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;padding:11px 14px;border-radius:12px;background:#f5f7fa;color:#566174;font-size:.88rem}
.text-btn{background:none;border:0;color:#173d73;font:inherit;font-weight:700;cursor:pointer;padding:4px}
.offer-project-title{display:flex;gap:12px;align-items:baseline;margin:18px 0;padding:12px 14px;border-left:4px solid #f2b705;background:#f8fafc}
.offer-project-title span{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#667085}
.offer-client-note{margin:14px 0;padding:12px 14px;border-radius:10px;background:#f8fafc}
.offer-client-note p{margin:5px 0 0;white-space:pre-line}
.summary-discount dd,.summary-discount dt{font-weight:800}
@media(max-width:760px){
  .custom-line{grid-template-columns:1fr 1fr}
  .custom-line label:first-child{grid-column:1/-1}
  .remove-line{align-self:end}
  .extras-head,.draft-bar{align-items:flex-start;flex-direction:column}
}
@media print{
  .offer-toolbar,.paywall,.watermark{display:none!important}
  .offer-paper{box-shadow:none!important;border:0!important}
}

.simple-offer{max-width:920px;margin:0 auto;background:#fff}
.offer-header.simple{padding-bottom:22px;border-bottom:2px solid #eef1f5}
.simple-addresses{margin:24px 0;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.simple-addresses>div{padding:16px;border:1px solid #e7ebf0;border-radius:12px;background:#fbfcfe}
.simple-addresses small{display:block;font-size:.72rem;letter-spacing:.08em;color:#7a8597;margin-bottom:7px}
.simple-addresses strong{display:block;font-size:1rem;margin-bottom:4px}
.offer-project-line{margin:0 0 20px;padding:11px 14px;border-left:4px solid #f2b705;background:#fafbfc}
.simple-work-table{margin-top:20px}
.offer-category-row td{background:#f3f6f9!important;color:#173d73;font-weight:800;border-top:14px solid white!important}
.simple-totals{margin-top:22px}
.simple-note{margin-top:28px}
.simple-note p{white-space:pre-line;line-height:1.6}
@media(max-width:700px){.simple-addresses{grid-template-columns:1fr}.offer-paper.simple-offer{padding:20px}.offer-table th:nth-child(3),.offer-table td:nth-child(3){display:none}}

.language-picker{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid rgba(8,51,87,.14);border-radius:12px;padding:7px 9px;box-shadow:0 3px 12px rgba(20,45,70,.05)}
.language-picker select{border:0;background:transparent;font:inherit;font-weight:700;color:#0b3558;outline:none;cursor:pointer;padding:2px 22px 2px 2px}
@media(max-width:760px){.site-header .header-inner{align-items:center;gap:10px}.header-actions{gap:7px;flex-wrap:wrap;justify-content:flex-end}.header-note{display:none}.language-picker{padding:6px 8px}.language-picker select{max-width:115px}}
