/* Quote form only. Palette, cards and two-column composition follow reference 03. */
.nq-shell { --nq-navy:#031326; --nq-border:#526071; color:#081A32; font:400 16px/1.6 var(--netjes-font-body,Inter,system-ui,sans-serif); display:grid; grid-template-columns:minmax(0,2.3fr) minmax(270px,1fr); gap:24px 32px; align-items:start; }
.nq-shell *, .nq-shell *::before, .nq-shell *::after { box-sizing:border-box; }
.nq-shell [hidden] { display:none !important; }
.netjes-public .elementor-widget-shortcode.netjes-request-widget { width:min(1320px,93%); padding:36px 0 48px; margin-inline:auto; }
.nq-page .nj-header { padding:12px 2% 8px; }
.nq-page .nj-header-bar { max-width:1400px; border:0; padding:0; gap:40px; }
.nq-page .nj-brand { font-size:38px; }
.nq-page .nq-navigation { flex:1; display:flex; justify-content:space-between; align-items:center; gap:24px; border:1px solid #526071; border-radius:5px; padding:8px 16px 8px 24px; margin-left:50px; }
.nq-page .nj-footer-bottom { border:0; }
.nq-shell .nq-main { min-width:0; }
.nq-shell :is(h2,h3,p) { margin:0 0 16px; }
.nq-shell .nq-intro h1,.nq-shell.nq-message h1 { font:500 clamp(32px,3.55vw,51px)/1.12 var(--netjes-font-heading,Georgia,serif); letter-spacing:-.035em; text-wrap:balance; margin:0 0 10px; }
.nq-shell .nq-intro::before { content:""; display:block; width:36px; height:2px; background:#D71920; margin-bottom:10px; }
.nq-shell .nq-intro p { margin:0; font-size:15px; line-height:1.5; }
.nq-shell h2 { font:500 27px/1.25 var(--netjes-font-heading,Georgia,serif); letter-spacing:-.02em; }
.nq-shell .nq-progress { display:none; }
.nq-shell.nq-enhanced .nq-progress { list-style:none; padding:0; margin:18px 0; display:flex; justify-content:space-between; gap:0; }
.nq-shell .nq-progress li { min-width:0; flex:1; position:relative; }
.nq-shell .nq-progress li::after { content:""; position:absolute; top:19px; left:calc(50% + 24px); width:calc(100% - 48px); height:1px; background:#8c9297; }
.nq-shell .nq-progress li:last-child::after { display:none; }
.nq-shell .nq-progress li.nq-complete::after,.nq-shell .nq-progress li.nq-current::after { background:#D71920; }
.nq-shell button { cursor:pointer; font-family:inherit; font-size:15px; font-weight:600; }
.nq-shell .nq-progress button { min-height:62px; width:100%; padding:4px 0; overflow-wrap:anywhere; background:none; border:0; border-radius:0; color:#505d6b; display:flex; flex-direction:column; align-items:center; gap:5px; font:400 12px/1.3 var(--netjes-font-body,Inter,system-ui,sans-serif); }
.nq-shell .nq-progress button[aria-current] { color:#A90912; }
.nq-shell .nq-progress span { width:29px; height:29px; border-radius:50%; display:grid; place-items:center; border:1px solid #8c9297; font-size:15px; background:#F5F0E7; }
.nq-shell .nq-progress button[aria-current] span,.nq-shell .nq-complete span { color:#fff; background:#D71920; border-color:#D71920; }
.nq-shell .nq-form,.nq-shell .nq-aside { background:var(--nq-navy); color:#F5F0E7; border:1px solid #213044; border-radius:11px; padding:26px 28px 20px; box-shadow:0 2px 5px #03132620; min-width:0; }
.nq-shell .nq-step { min-width:0; border:0; margin:0; padding:0; }
.nq-shell:not(.nq-enhanced) .nq-step+.nq-step { margin-top:32px; padding-top:28px; border-top:1px solid var(--nq-border); }
.nq-shell .nq-step>legend { float:left; width:100%; padding:0; margin:0 0 22px; font:500 26px/1.25 var(--netjes-font-heading,Georgia,serif); }
.nq-shell .nq-step>legend+* { clear:both; }
.nq-shell .nq-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px 24px; }
.nq-shell .nq-wide { grid-column:1/-1; }
.nq-shell label,.nq-shell .nq-field legend { display:block; font-weight:500; margin-bottom:7px; font-size:15px; }
.nq-shell .nq-field { min-width:0; }
.nq-shell .nq-field fieldset { padding:0; margin:0; border:0; min-width:0; }
.nq-shell .nq-choice-group>legend { font:500 25px/1.3 var(--netjes-font-heading,Georgia,serif); margin:0 0 13px; }
.nq-shell .nq-services { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin-bottom:20px; }
.nq-shell .nq-recurrence { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.nq-shell .nq-choice { position:relative; min-width:0; margin:0; cursor:pointer; }
.nq-shell .nq-choice input[type=radio] { position:absolute; z-index:1; top:10px; right:10px; width:17px; height:17px; padding:0; margin:0; appearance:none; border:1px solid #a2abb6; border-radius:50%; background:#031326; cursor:pointer; }
.nq-shell .nq-choice input[type=radio]:checked { border:5px solid #D71920; background:#fff; }
.nq-shell .nq-choice-face { display:flex; flex-direction:column; justify-content:center; align-items:center; gap:5px; border:1px solid var(--nq-border); border-radius:6px; min-height:116px; height:100%; padding:17px 6px 12px; font-size:12px; line-height:1.4; text-align:center; }
.nq-shell .nq-choice-label { overflow-wrap:anywhere; }
.nq-shell .nq-choice input:checked+.nq-choice-face { border-color:#D71920; box-shadow:inset 0 0 0 1px #D71920; }
.nq-shell .nq-choice:hover .nq-choice-face { border-color:#a2abb6; }
.nq-shell .nq-choice input:focus-visible+.nq-choice-face { outline:2px solid #fff; outline-offset:3px; }
.nq-shell .nq-icon { display:block; width:52px; height:52px; flex-shrink:0; }
.nq-shell .nq-icon-accent { color:#f0444b; stroke:#f0444b; }
.nq-shell .nq-recurrence .nq-choice-face { min-height:48px; padding:12px 6px 12px 30px; font-size:13px; }
.nq-shell .nq-recurrence input[type=radio] { left:12px; right:auto; top:50%; transform:translateY(-50%); }
.nq-shell .nq-extras { margin-top:13px; }
.nq-shell .nq-extras summary { font-size:13px; cursor:pointer; min-height:44px; padding:10px 0; color:#d1d5dc; }
.nq-shell .nq-extras[open]>.nq-grid { padding:16px 0; }
.nq-shell .nq-extras summary span { font-size:12px; }
.nq-shell :is(input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea) { display:block; width:100%; min-width:0; max-width:100%; min-height:48px; padding:11px 12px; border:1px solid #8c98a6; background:#071B33; color:#fff; border-radius:4px; font:400 16px/1.5 var(--netjes-font-body,Inter,system-ui,sans-serif); color-scheme:dark; }
.nq-shell textarea { resize:vertical; }
.nq-shell input[type=checkbox] { width:20px; height:20px; flex:0 0 20px; margin:3px 0; accent-color:#D71920; }
.nq-shell .nq-checks { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:4px 20px; }
.nq-shell .nq-checks label,.nq-shell .nq-consent label { display:flex; align-items:flex-start; gap:10px; min-height:44px; font-weight:400; padding:9px 0; margin:0; }
.nq-shell .nq-consent { margin-top:24px; }
.nq-shell .nq-consent a { color:#fff; text-decoration:underline; text-underline-offset:4px; }
.nq-shell .nq-help,.nq-shell .nq-optional { color:#bfc8d3; font-size:13px; font-weight:400; }
.nq-shell .nq-help { margin:6px 0 0; }
.nq-shell .nq-help:empty,.nq-shell .nq-field-error:empty,.nq-shell .nq-saving:empty { display:none; }
.nq-shell .nq-field-error { color:#ff999e; font-size:14px; margin:6px 0 0; }
.nq-shell [aria-invalid=true] { border-color:#ff999e; }
.nq-shell .nq-errors { border:2px solid #A90912; border-radius:6px; padding:20px; margin-bottom:24px; background:#fff; }
.nq-shell .nq-errors ul { padding-left:20px; margin:0; }
.nq-shell .nq-errors a { display:inline-flex; align-items:center; min-height:44px; color:#A90912; text-decoration:underline; }
.nq-shell .nq-notice { grid-column:1/-1; padding:10px 16px; margin:0; border-left:3px solid #A90912; background:#fff; font-size:13px; }
.nq-shell .nq-trap,.nq-shell .nq-visually-hidden,.nq-shell .nq-step>legend.nq-visually-hidden { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }
.nq-shell .nq-actions { display:flex; align-items:center; flex-wrap:wrap; gap:16px; justify-content:space-between; margin-top:16px; }
.nq-shell .nq-actions p { margin:0 auto 0 0; color:#bfc8d3; font-size:12px; }
.nq-shell .nq-button,.nq-shell .nq-back { display:inline-flex; justify-content:center; align-items:center; min-height:48px; max-width:100%; padding:12px 20px; border:1px solid #D71920; border-radius:3px; background:#D71920; color:#fff; text-decoration:none; font:500 15px/1.5 var(--netjes-font-body,Inter,system-ui,sans-serif); white-space:normal; }
.nq-shell .nq-button:hover { background:#A90912; color:#fff; }
.nq-shell .nq-back { border-color:#8c98a6; background:transparent; }
.nq-shell button:disabled { opacity:.6; cursor:wait; }
.nq-shell .nq-saving { padding-top:16px; }
.nq-shell .nq-review { margin-bottom:26px; padding:20px; background:#071B33; }
.nq-shell .nq-review dl { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,2fr); gap:0 24px; margin:0; }
.nq-shell .nq-review :is(dt,dd) { margin:0; padding:10px 0; border-bottom:1px solid var(--nq-border); overflow-wrap:anywhere; font-size:14px; }
.nq-shell .nq-review dt { font-weight:600; }
.nq-shell .nq-review dd { white-space:pre-wrap; }
.nq-shell .nq-success { padding:32px; background:#fff; border-top:4px solid #D71920; }
.nq-shell .nq-success a { display:inline-flex; align-items:center; min-height:44px; color:#A90912; text-decoration:underline; }
.nq-shell .nq-aside { position:relative; overflow:hidden; isolation:isolate; margin-top:18px; padding:30px; }
.nq-shell .nq-aside::before { content:""; position:absolute; width:180px; height:700px; border:1px solid #703139; transform:rotate(32deg); top:-240px; right:-220px; z-index:-1; pointer-events:none; }
.nq-shell .nq-aside h2 { font-size:25px; margin:0 0 16px; }
.nq-shell .nq-aside :is(ol,ul) { padding:0; margin:0; list-style:none; display:grid; gap:18px; }
.nq-shell .nq-aside li { display:flex; align-items:center; gap:12px; font-size:14px; line-height:1.5; }
.nq-shell .nq-round { width:40px; height:40px; flex:0 0 40px; border:1px solid #66545c; border-radius:50%; display:grid; place-items:center; }
.nq-shell .nq-round .nq-icon { width:28px; height:28px; }
.nq-shell .nq-round-red { background:#D71920; border-color:#D71920; }
.nq-shell .nq-aside .nq-reassurance { margin-top:26px; padding-top:26px; border-top:1px solid var(--nq-border); gap:12px; }
.nq-shell .nq-direct { margin-top:26px; padding-top:22px; border-top:1px solid var(--nq-border); }
.nq-shell .nq-direct h2 { font-size:23px; margin-bottom:12px; }
.nq-shell .nq-direct a { display:flex; align-items:center; gap:12px; min-height:48px; font-size:21px; font-weight:600; white-space:nowrap; }
.nq-shell .nq-private { display:flex; gap:10px; margin:24px 0 0; padding-top:20px; border-top:1px solid var(--nq-border); font-size:11px; line-height:1.7; color:#d1d5dc; }
.nq-shell .nq-private .nq-icon { width:16px; height:22px; }
.nq-shell .nq-private a { text-decoration:underline; text-underline-offset:3px; }
.nq-shell :is(a,summary,button,input,textarea,select):focus-visible { outline:2px solid #D71920; outline-offset:4px; box-shadow:0 0 0 6px #fff; }
.nq-shell .nq-form :is(a,summary,button,input,textarea,select):focus-visible,.nq-shell .nq-aside a:focus-visible { outline:2px solid #fff; outline-offset:3px; box-shadow:none; }
.nq-shell.nq-message { display:block; padding-block:30px; }
.nq-shell.nq-message h1 { margin-bottom:24px; }
@media(max-width:1100px) {
 .nq-shell { grid-template-columns:minmax(0,1fr) 280px; gap:24px; }
 .nq-shell .nq-form { padding:22px 20px; }
 .nq-shell .nq-aside { padding:24px 20px; }
 .nq-shell .nq-choice-face { font-size:11px; }
 .nq-shell .nq-services { gap:8px; }
 .nq-shell .nq-direct a { font-size:18px; }
 .nq-page .nq-navigation { margin-left:0; gap:12px; }
}
@media(max-width:900px) {
 .nq-shell { grid-template-columns:minmax(0,1fr); gap:28px; }
 .nq-shell .nq-aside { margin-top:0; padding:26px; }
 .nq-shell .nq-intro h1 { font-size:clamp(32px,5.2vw,46px); }
 .nq-shell .nq-choice-face { font-size:13px; }
 .nq-page .nq-navigation { flex:0 1 auto; padding:0; border:0; gap:12px; }
 .nq-page .nj-header-bar { gap:16px; }
}
@media(max-width:600px) {
 .netjes-public .elementor-widget-shortcode.netjes-request-widget { width:92%; padding-top:24px; }
 .nq-shell .nq-form { padding:22px 16px; }
 .nq-shell .nq-grid { grid-template-columns:1fr; }
 .nq-shell .nq-services { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
 .nq-shell .nq-choice-face { min-height:108px; font-size:12px; }
 .nq-shell .nq-recurrence { grid-template-columns:1fr; gap:8px; }
 .nq-shell .nq-recurrence .nq-choice-face { align-items:flex-start; padding-left:42px; }
 .nq-shell .nq-choice-group>legend,.nq-shell .nq-step>legend { font-size:23px; }
 .nq-shell .nq-progress button { font-size:10px; }
 .nq-shell .nq-progress li::after { left:calc(50% + 18px); width:calc(100% - 36px); }
 .nq-shell .nq-actions { gap:12px; }
 .nq-shell .nq-step-label { flex-basis:100%; order:-1; }
 .nq-shell .nq-checks { grid-template-columns:1fr; }
 .nq-shell .nq-review dl { grid-template-columns:1fr; }
 .nq-shell .nq-review dt { border:0; padding-bottom:0; }
 .nq-shell .nq-review dd { padding-top:3px; }
 .nq-shell .nq-button,.nq-shell .nq-back { padding:12px 14px; font-size:14px; }
 .nq-shell .nq-aside { padding:24px; }
 .nq-page .nj-brand { font-size:29px; }
 .nq-page .nj-header { padding:12px 4%; }
}
