.Calendar-module__rMASNW__calendar{color:#374151;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:100%;max-width:500px;margin:0 auto;padding:24px;box-shadow:0 2px 8px #0000001a}.Calendar-module__rMASNW__header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.Calendar-module__rMASNW__navButton{color:#6b7280;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;min-height:40px;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.Calendar-module__rMASNW__navButton:hover{color:#374151;background:#f3f4f6;border-color:#9ca3af}.Calendar-module__rMASNW__monthYear{text-align:center;color:#111827;word-break:keep-all;white-space:nowrap;margin:0;font-size:clamp(1.1rem,4vw,1.3rem);font-weight:600}.Calendar-module__rMASNW__weekdays{grid-template-columns:repeat(7,1fr);gap:5px;margin-bottom:15px;display:grid}.Calendar-module__rMASNW__weekday{text-align:center;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;word-break:keep-all;padding:clamp(5px,2vw,8px);font-size:clamp(.7rem,2.5vw,.8rem);font-weight:500}.Calendar-module__rMASNW__days{grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:25px;display:grid}.Calendar-module__rMASNW__dayCell{aspect-ratio:1;justify-content:center;align-items:center;display:flex}.Calendar-module__rMASNW__day{color:#374151;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:100%;height:100%;min-height:35px;font-size:clamp(.8rem,2.5vw,.9rem);font-weight:500;transition:all .2s;display:flex}.Calendar-module__rMASNW__day:hover:not(:disabled){color:#111827;background:#f9fafb;border-color:#9ca3af}.Calendar-module__rMASNW__day:disabled{opacity:.4;cursor:not-allowed;color:#9ca3af;background:#f9fafb}.Calendar-module__rMASNW__day.Calendar-module__rMASNW__today{color:#fff;background:#6b7280;border-color:#6b7280;font-weight:600}.Calendar-module__rMASNW__day.Calendar-module__rMASNW__selected{color:#fff;background:#374151;border-color:#374151;font-weight:600}.Calendar-module__rMASNW__day.Calendar-module__rMASNW__unavailable{color:#d1d5db;cursor:not-allowed;background:#f9fafb;border-color:#f3f4f6}.Calendar-module__rMASNW__timeSlots{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px;padding:16px}.Calendar-module__rMASNW__timeSlotsTitle{text-align:center;color:#374151;margin:0 0 12px;font-size:1rem;font-weight:600}.Calendar-module__rMASNW__timeSlotsGrid{box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(75px,1fr));gap:8px;width:100%;display:grid}.Calendar-module__rMASNW__timeSlot{color:#374151;cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#fff;border:1px solid #d1d5db;border-radius:6px;justify-content:center;align-items:center;min-height:35px;padding:clamp(8px,2vw,10px) clamp(4px,1vw,6px);font-size:clamp(.75rem,2vw,.85rem);font-weight:500;transition:all .2s;display:flex}.Calendar-module__rMASNW__timeSlot:hover:not(:disabled){color:#111827;background:#f3f4f6;border-color:#9ca3af}.Calendar-module__rMASNW__timeSlot:disabled{opacity:.4;cursor:not-allowed;color:#9ca3af;background:#f9fafb;border-color:#f3f4f6}.Calendar-module__rMASNW__timeSelected{border-color:#374151;font-weight:600;color:#fff!important;background:#374151!important}.Calendar-module__rMASNW__timeUnavailable{color:#d1d5db;cursor:not-allowed;background:#f9fafb;border-color:#f3f4f6;text-decoration:line-through}.Calendar-module__rMASNW__confirmation{animation:.5s Calendar-module__rMASNW__slideUp}@keyframes Calendar-module__rMASNW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Calendar-module__rMASNW__confirmationCard{text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000000d}.Calendar-module__rMASNW__confirmationCard h4{color:#374151;margin:0 0 8px;font-size:1rem;font-weight:600}.Calendar-module__rMASNW__selectedDateTime{color:#111827;margin:8px 0;font-size:1.1rem;font-weight:600}.Calendar-module__rMASNW__confirmationNote{color:#6b7280;margin:12px 0 0;font-size:.85rem;font-style:italic}@media (max-width:1024px){.Calendar-module__rMASNW__calendar{border-radius:8px;padding:20px}.Calendar-module__rMASNW__header{margin-bottom:20px}.Calendar-module__rMASNW__navButton{width:42px;height:42px;font-size:1.1rem}.Calendar-module__rMASNW__timeSlotsGrid{grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:6px}}@media (max-width:768px){.Calendar-module__rMASNW__calendar{border-radius:8px;max-width:100%;margin:0;padding:16px}.Calendar-module__rMASNW__header{margin-bottom:18px}.Calendar-module__rMASNW__navButton{width:38px;height:38px;font-size:1rem}.Calendar-module__rMASNW__weekdays{gap:3px;margin-bottom:12px}.Calendar-module__rMASNW__days{gap:6px;margin-bottom:20px}.Calendar-module__rMASNW__timeSlotsGrid{grid-template-columns:repeat(auto-fit,minmax(65px,1fr));gap:5px}.Calendar-module__rMASNW__timeSlot{min-height:38px;padding:10px 5px;font-size:.8rem}.Calendar-module__rMASNW__timeSlots{border-radius:12px;padding:16px}.Calendar-module__rMASNW__timeSlotsTitle{margin-bottom:12px;font-size:1rem}}@media (max-width:480px){.Calendar-module__rMASNW__calendar{border-radius:10px;padding:15px}.Calendar-module__rMASNW__header{flex-wrap:nowrap;margin-bottom:15px}.Calendar-module__rMASNW__navButton{flex-shrink:0;width:35px;height:35px;font-size:.9rem}.Calendar-module__rMASNW__weekdays{gap:2px;margin-bottom:10px}.Calendar-module__rMASNW__days{gap:4px;margin-bottom:18px}.Calendar-module__rMASNW__dayCell{min-height:32px}.Calendar-module__rMASNW__day{border-radius:6px;min-height:32px}.Calendar-module__rMASNW__timeSlotsGrid{grid-template-columns:repeat(4,1fr);gap:4px}.Calendar-module__rMASNW__timeSlot{border-radius:5px;min-height:35px;padding:9px 4px;font-size:.75rem}.Calendar-module__rMASNW__timeSlots{border-radius:8px;padding:12px}.Calendar-module__rMASNW__timeSlotsTitle{margin-bottom:10px;font-size:.9rem}.Calendar-module__rMASNW__confirmationCard{border-radius:10px;padding:12px}.Calendar-module__rMASNW__selectedDateTime{font-size:.95rem}.Calendar-module__rMASNW__confirmationNote{font-size:.8rem}}@media (max-width:360px){.Calendar-module__rMASNW__calendar{padding:12px}.Calendar-module__rMASNW__header{margin-bottom:12px}.Calendar-module__rMASNW__navButton{width:32px;height:32px;font-size:.8rem}.Calendar-module__rMASNW__weekdays{gap:1px;margin-bottom:8px}.Calendar-module__rMASNW__days{gap:3px;margin-bottom:15px}.Calendar-module__rMASNW__dayCell{min-height:28px}.Calendar-module__rMASNW__day{border-radius:4px;min-height:28px}.Calendar-module__rMASNW__timeSlotsGrid{grid-template-columns:repeat(3,1fr);gap:3px}.Calendar-module__rMASNW__timeSlot{border-radius:4px;min-height:32px;padding:8px 4px;font-size:.7rem}.Calendar-module__rMASNW__timeSlots{border-radius:6px;padding:8px}.Calendar-module__rMASNW__timeSlotsTitle{margin-bottom:8px;font-size:.8rem}.Calendar-module__rMASNW__confirmationCard{border-radius:6px;padding:8px}.Calendar-module__rMASNW__selectedDateTime{font-size:.85rem}.Calendar-module__rMASNW__confirmationNote{font-size:.7rem}}.Calendar-module__rMASNW__confirmationActions{justify-content:center;gap:8px;margin-top:12px;display:flex}.Calendar-module__rMASNW__verzendOfferteSection{text-align:center;border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.Calendar-module__rMASNW__verzendOfferteButton{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#059669;border:none;border-radius:6px;min-width:140px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .2s}.Calendar-module__rMASNW__verzendOfferteButton:hover:not(:disabled){background:#047857;transform:translateY(-1px);box-shadow:0 4px 12px #0596694d}.Calendar-module__rMASNW__verzendOfferteButton:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}.Calendar-module__rMASNW__submitMessage{color:#059669;margin-top:8px;font-size:.9rem;font-weight:500}.Calendar-module__rMASNW__submitMessage.Calendar-module__rMASNW__error{color:#dc2626}@media (max-width:768px){.Calendar-module__rMASNW__verzendOfferteButton{min-width:120px;padding:10px 20px;font-size:.9rem}.Calendar-module__rMASNW__verzendOfferteSection{margin-top:12px;padding-top:12px}}@media (max-width:480px){.Calendar-module__rMASNW__verzendOfferteButton{min-width:100px;padding:8px 16px;font-size:.85rem}.Calendar-module__rMASNW__submitMessage{font-size:.8rem}}
.GoogleDriveUploadButton-module__RK1M5G__container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 2px 4px #0000000d}.GoogleDriveUploadButton-module__RK1M5G__header{text-align:center;margin-bottom:24px}.GoogleDriveUploadButton-module__RK1M5G__title{color:#111827;margin:0 0 8px;font-size:1.25rem;font-weight:600}.GoogleDriveUploadButton-module__RK1M5G__description{color:#6b7280;margin:0;font-size:.875rem}.GoogleDriveUploadButton-module__RK1M5G__createSection{text-align:center}.GoogleDriveUploadButton-module__RK1M5G__createButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:200px;padding:12px 24px;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.GoogleDriveUploadButton-module__RK1M5G__createButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.GoogleDriveUploadButton-module__RK1M5G__createButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.GoogleDriveUploadButton-module__RK1M5G__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite GoogleDriveUploadButton-module__RK1M5G__spin}@keyframes GoogleDriveUploadButton-module__RK1M5G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.GoogleDriveUploadButton-module__RK1M5G__error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;margin-top:16px;padding:12px;font-size:.875rem}.GoogleDriveUploadButton-module__RK1M5G__setupInstructions{background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px;margin-top:12px;padding:12px;font-size:.8rem}.GoogleDriveUploadButton-module__RK1M5G__setupInstructions h4{color:#0369a1;margin:0 0 8px;font-size:.9rem}.GoogleDriveUploadButton-module__RK1M5G__setupInstructions ol{color:#0c4a6e;margin:8px 0;padding-left:20px}.GoogleDriveUploadButton-module__RK1M5G__setupInstructions li{margin-bottom:4px}.GoogleDriveUploadButton-module__RK1M5G__setupInstructions code{background:#e0f2fe;border-radius:3px;padding:2px 4px;font-family:monospace;font-size:.75rem}.GoogleDriveUploadButton-module__RK1M5G__setupInstructions p{color:#0c4a6e;margin:8px 0 0;font-weight:500}.GoogleDriveUploadButton-module__RK1M5G__resultSection{space-y:20px}.GoogleDriveUploadButton-module__RK1M5G__successMessage{color:#065f46;text-align:center;background:#d1fae5;border:1px solid #a7f3d0;border-radius:6px;margin-bottom:24px;padding:12px;font-weight:500}.GoogleDriveUploadButton-module__RK1M5G__qrSection{text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:24px;padding:20px}.GoogleDriveUploadButton-module__RK1M5G__qrTitle{color:#374151;margin:0 0 16px;font-size:1rem;font-weight:600}.GoogleDriveUploadButton-module__RK1M5G__qrContainer{justify-content:center;margin-bottom:12px;display:flex}.GoogleDriveUploadButton-module__RK1M5G__qrCode{background:#fff;border:2px solid #e5e7eb;border-radius:8px;width:150px;height:150px}.GoogleDriveUploadButton-module__RK1M5G__qrDescription{color:#6b7280;margin:0;font-size:.875rem}.GoogleDriveUploadButton-module__RK1M5G__linkSection{margin-bottom:24px}.GoogleDriveUploadButton-module__RK1M5G__linkTitle{color:#374151;margin:0 0 12px;font-size:1rem;font-weight:600}.GoogleDriveUploadButton-module__RK1M5G__linkContainer{align-items:center;gap:8px;display:flex}.GoogleDriveUploadButton-module__RK1M5G__linkInput{color:#374151;background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;flex:1;padding:10px 12px;font-size:.875rem}.GoogleDriveUploadButton-module__RK1M5G__copyButton{cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:10px 12px;font-size:1rem;transition:background-color .2s}.GoogleDriveUploadButton-module__RK1M5G__copyButton:hover{background:#e5e7eb}.GoogleDriveUploadButton-module__RK1M5G__folderSection{margin-bottom:24px}.GoogleDriveUploadButton-module__RK1M5G__folderTitle{color:#374151;margin:0 0 12px;font-size:1rem;font-weight:600}.GoogleDriveUploadButton-module__RK1M5G__folderContainer{align-items:center;gap:8px;margin-bottom:8px;display:flex}.GoogleDriveUploadButton-module__RK1M5G__folderInput{color:#374151;background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;flex:1;padding:10px 12px;font-size:.875rem}.GoogleDriveUploadButton-module__RK1M5G__folderDescription{color:#6b7280;margin:0;font-size:.875rem}.GoogleDriveUploadButton-module__RK1M5G__instructions{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-bottom:24px;padding:16px}.GoogleDriveUploadButton-module__RK1M5G__instructionsTitle{color:#0369a1;margin:0 0 12px;font-size:1rem;font-weight:600}.GoogleDriveUploadButton-module__RK1M5G__instructionsList{color:#0c4a6e;margin:0;padding-left:20px;font-size:.875rem}.GoogleDriveUploadButton-module__RK1M5G__instructionsList li{margin-bottom:4px}.GoogleDriveUploadButton-module__RK1M5G__resetButton{color:#fff;cursor:pointer;background:#6b7280;border:none;border-radius:6px;align-items:center;gap:6px;margin:0 auto;padding:10px 20px;font-size:.875rem;font-weight:500;transition:background-color .2s;display:flex}.GoogleDriveUploadButton-module__RK1M5G__resetButton:hover{background:#4b5563}@media (max-width:768px){.GoogleDriveUploadButton-module__RK1M5G__container{padding:16px}.GoogleDriveUploadButton-module__RK1M5G__qrCode{width:120px;height:120px}.GoogleDriveUploadButton-module__RK1M5G__linkContainer,.GoogleDriveUploadButton-module__RK1M5G__folderContainer{flex-direction:column;align-items:stretch}.GoogleDriveUploadButton-module__RK1M5G__copyButton{margin-top:8px}}
.GoogleDriveUploadWithText-module__orKd6G__container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.GoogleDriveUploadWithText-module__orKd6G__header{text-align:center}.GoogleDriveUploadWithText-module__orKd6G__title{color:#1e293b;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.GoogleDriveUploadWithText-module__orKd6G__description{color:#64748b;margin:0;font-size:.875rem;line-height:1.5}.GoogleDriveUploadWithText-module__orKd6G__textSection{flex-direction:column;gap:.5rem;display:flex}.GoogleDriveUploadWithText-module__orKd6G__textLabel{color:#374151;font-size:.875rem;font-weight:500}.GoogleDriveUploadWithText-module__orKd6G__textArea{color:#374151;resize:vertical;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;min-height:100px;padding:.75rem;font-size:.875rem;line-height:1.5;transition:border-color .2s,box-shadow .2s}.GoogleDriveUploadWithText-module__orKd6G__textArea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.GoogleDriveUploadWithText-module__orKd6G__textArea::placeholder{color:#9ca3af}.GoogleDriveUploadWithText-module__orKd6G__reminderSection{margin:.5rem 0}.GoogleDriveUploadWithText-module__orKd6G__reminderBox{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.GoogleDriveUploadWithText-module__orKd6G__reminderIcon{flex-shrink:0;margin-top:.125rem;font-size:1.25rem}.GoogleDriveUploadWithText-module__orKd6G__reminderText{color:#92400e;margin:0;font-size:.875rem;font-weight:500;line-height:1.5}.GoogleDriveUploadWithText-module__orKd6G__uploadSection{border-top:1px solid #e2e8f0;padding-top:1.5rem}@media (max-width:768px){.GoogleDriveUploadWithText-module__orKd6G__container{gap:1rem;padding:1rem}.GoogleDriveUploadWithText-module__orKd6G__title{font-size:1.125rem}.GoogleDriveUploadWithText-module__orKd6G__textArea{min-height:80px}.GoogleDriveUploadWithText-module__orKd6G__reminderBox{gap:.5rem;padding:.75rem}.GoogleDriveUploadWithText-module__orKd6G__reminderText{font-size:.8125rem}}
.Header-module__vcZAwq__header{-webkit-backdrop-filter:blur(30px)saturate(180%);z-index:1;box-sizing:border-box;width:100%;max-width:100vw;box-shadow:0 calc(.74vh * var(--hero-vh-scale,1)) calc(3vh * var(--hero-vh-scale,1)) #0000004d;--hero-scale:1;--hero-vh-scale:1;--hero-vw-scale:1;background:#0a0a0fbf;border-bottom:1px solid #ffffff14;margin:0;padding:0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__vcZAwq__headerAlwaysVisible{z-index:10002!important}.Header-module__vcZAwq__header:before{content:"";height:calc(.093vh * var(--hero-vh-scale,1));background:var(--gradient-primary);opacity:.3;position:absolute;top:0;left:0;right:0}.Header-module__vcZAwq__row{align-items:center;gap:calc(1.67vw * var(--hero-vw-scale,1));box-sizing:border-box;width:100%;min-height:calc(8.3vh * var(--hero-vh-scale,1));zoom:var(--hero-scale,1);margin:0;padding:0;display:flex}.Header-module__vcZAwq__brand{align-items:center;display:flex}.Header-module__vcZAwq__brandLogo{object-fit:contain;flex-shrink:0}.Header-module__vcZAwq__brandLink{align-items:center;gap:calc(.63vw * var(--hero-vw-scale,1));padding:0 0 0 calc(1.25vw * var(--hero-vw-scale,1));height:100%;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.Header-module__vcZAwq__brandLink:after{content:"";bottom:calc(-.19vh * var(--hero-vh-scale,1));left:calc(1.25vw * var(--hero-vw-scale,1));height:calc(.19vh * var(--hero-vh-scale,1));background:var(--gradient-primary);transform-origin:0;transition:transform .3s;position:absolute;right:0;transform:scaleX(0)}.Header-module__vcZAwq__brandLink:hover:after{transform:scaleX(1)}.Header-module__vcZAwq__brandText{font-weight:700;font-size:clamp(calc(1.67vh * var(--hero-vh-scale,1)), calc(1.15vw * var(--hero-vw-scale,1)), calc(2.04vh * var(--hero-vh-scale,1)));letter-spacing:calc(.026vw * var(--hero-vw-scale,1));background:var(--gradient-primary);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;font-family:JetBrains Mono,monospace;transition:all 1s ease-in-out}body.Header-module__vcZAwq__animationsStarted .Header-module__vcZAwq__brandText{text-shadow:0 0 20px #3b82f666;filter:drop-shadow(0 0 15px #8b5cf64d);animation:2.5s infinite Header-module__vcZAwq__gradientShift}body:not(.Header-module__vcZAwq__animationsStarted) .Header-module__vcZAwq__brandText{background:0 0!important;-webkit-background-clip:initial!important;-webkit-text-fill-color:var(--accent-primary)!important;background-clip:initial!important;color:var(--accent-primary)!important;text-shadow:none!important;filter:none!important;animation:none!important}body:not(.Header-module__vcZAwq__animationsStarted) .Header-module__vcZAwq__nav a{background:0 0!important;-webkit-background-clip:initial!important;-webkit-text-fill-color:var(--text-secondary)!important;background-clip:initial!important;color:var(--text-secondary)!important;filter:none!important;animation:none!important}@keyframes Header-module__vcZAwq__gradientShift{0%,to{filter:brightness(1.2)saturate(1.2);background-position:0%}50%{filter:brightness(1.8)saturate(1.5);background-position:100%}}.Header-module__vcZAwq__headerAlwaysVisible{opacity:1!important;height:auto!important;min-height:calc(8.3vh * var(--hero-vh-scale,1))!important;visibility:visible!important;pointer-events:auto!important;animation:none!important;display:block!important;transform:scaleY(1)!important}body:not([data-page=home]) .Header-module__vcZAwq__header{opacity:1!important;height:auto!important;min-height:calc(8.3vh * var(--hero-vh-scale,1))!important;visibility:visible!important;animation:none!important;display:block!important;transform:scaleY(1)!important}body:not(:has(.Header-module__vcZAwq__hero)) .Header-module__vcZAwq__header{opacity:1!important;height:auto!important;min-height:calc(8.3vh * var(--hero-vh-scale,1))!important;visibility:visible!important;animation:none!important;display:block!important;transform:scaleY(1)!important}.Header-module__vcZAwq__headerCompress{transform-origin:bottom;animation:3s ease-out forwards Header-module__vcZAwq__headerCompress!important}@keyframes Header-module__vcZAwq__headerCompress{0%{opacity:1;transform:scaleY(1)}30%{opacity:.9;transform:scaleY(.7)}60%{opacity:.6;transform:scaleY(.4)}90%{opacity:.3;transform:scaleY(.1)}to{opacity:0;height:0;min-height:0;margin:0;padding:0;transform:scaleY(0)}}.Header-module__vcZAwq__headerReturn{transform-origin:top;animation:.5s ease-out forwards Header-module__vcZAwq__headerReturn!important}@keyframes Header-module__vcZAwq__headerReturn{0%{opacity:0;height:0;min-height:0;transform:scaleY(0)}to{opacity:1;height:auto;min-height:calc(8.3vh * var(--hero-vh-scale,1));transform:scaleY(1)}}.Header-module__vcZAwq__nav{gap:calc(.21vw * var(--hero-vw-scale,1));flex:1;justify-content:center;align-items:center;height:100%;display:flex}.Header-module__vcZAwq__headerActions{align-items:center;gap:calc(.83vw * var(--hero-vw-scale,1));height:100%;margin-left:auto;display:flex}.Header-module__vcZAwq__headerActions:before{content:"";width:calc(.052vw * var(--hero-vw-scale,1));height:calc(3.7vh * var(--hero-vh-scale,1));background:var(--glass-border);margin-right:calc(.42vw * var(--hero-vw-scale,1))}.Header-module__vcZAwq__nav a{padding:calc(1.11vh * var(--hero-vh-scale,1)) calc(1.04vw * var(--hero-vw-scale,1));border-radius:var(--radius-md);color:var(--text-secondary);font-weight:500;font-size:clamp(calc(1.39vh * var(--hero-vh-scale,1)), calc(.78vw * var(--hero-vw-scale,1)), calc(1.57vh * var(--hero-vh-scale,1)));align-items:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}body.Header-module__vcZAwq__animationsStarted .Header-module__vcZAwq__nav a{background:var(--gradient-primary);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 10px #3b82f64d);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:3s infinite Header-module__vcZAwq__gradientShift}body.Header-module__vcZAwq__animationsStarted .Header-module__vcZAwq__nav a:hover{-webkit-text-fill-color:var(--text-primary);color:var(--text-primary);filter:drop-shadow(0 0 15px #3b82f680)}.Header-module__vcZAwq__nav a:before{content:"";border-radius:var(--radius-md);background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;z-index:-1;transition:opacity .3s;position:absolute;inset:0}.Header-module__vcZAwq__nav a:hover{color:var(--text-primary);transform:translateY(-2px)}.Header-module__vcZAwq__nav a:hover:before{opacity:1}.Header-module__vcZAwq__nav a span{z-index:1;position:relative}.Header-module__vcZAwq__cta{background:var(--accent-primary);border-radius:var(--radius-md);padding:calc(1.11vh * var(--hero-vh-scale,1)) calc(1.25vw * var(--hero-vw-scale,1));font-weight:600;font-size:clamp(calc(1.39vh * var(--hero-vh-scale,1)), calc(.78vw * var(--hero-vw-scale,1)), calc(1.57vh * var(--hero-vh-scale,1)));box-shadow:0 calc(.37vh * var(--hero-vh-scale,1)) calc(1.85vh * var(--hero-vh-scale,1)) #3b82f64d;border:none;align-items:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;color:#fff!important}.Header-module__vcZAwq__cta:hover{transform:translateY(calc(-.19vh * var(--hero-vh-scale,1)));box-shadow:0 calc(.74vh * var(--hero-vh-scale,1)) calc(2.78vh * var(--hero-vh-scale,1)) #3b82f680;background:#2563eb;color:#fff!important}.Header-module__vcZAwq__dashboardLink{align-items:center;gap:calc(.42vw * var(--hero-vw-scale,1));padding:calc(1.11vh * var(--hero-vh-scale,1)) calc(1.04vw * var(--hero-vw-scale,1));border-radius:var(--radius-md);color:var(--text-secondary);font-weight:500;font-size:clamp(calc(1.39vh * var(--hero-vh-scale,1)), calc(.78vw * var(--hero-vw-scale,1)), calc(1.57vh * var(--hero-vh-scale,1)));background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);text-decoration:none;transition:all .3s;display:flex}.Header-module__vcZAwq__dashboardLink:hover{color:var(--text-primary);background:var(--glass-bg-hover);border-color:var(--glass-border-hover);transform:translateY(calc(-.19vh * var(--hero-vh-scale,1)))}.Header-module__vcZAwq__dashboardLabel{white-space:nowrap}.Header-module__vcZAwq__dashboardLink svg{font-size:clamp(calc(1.48vh * var(--hero-vh-scale,1)), calc(.83vw * var(--hero-vw-scale,1)), calc(1.67vh * var(--hero-vh-scale,1)))}.Header-module__vcZAwq__topContact{gap:calc(.74vh * var(--hero-vh-scale,1));padding-right:calc(1.25vw * var(--hero-vw-scale,1));display:none}.Header-module__vcZAwq__topContact a{align-items:center;gap:calc(.74vh * var(--hero-vh-scale,1));padding:calc(.93vh * var(--hero-vh-scale,1)) calc(1.04vw * var(--hero-vw-scale,1));border-radius:var(--radius-md);color:var(--text-secondary);font-weight:500;font-size:clamp(calc(1.3vh * var(--hero-vh-scale,1)), calc(.73vw * var(--hero-vw-scale,1)), calc(1.5vh * var(--hero-vh-scale,1)));background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);text-decoration:none;transition:all .3s;display:flex}.Header-module__vcZAwq__topContact a:hover{color:var(--text-primary);background:var(--glass-bg-hover);border-color:var(--glass-border-hover)}@media (min-width:1200px){.Header-module__vcZAwq__row{min-height:calc(8.3vh * var(--hero-vh-scale,1))}.Header-module__vcZAwq__nav{gap:calc(.74vh * var(--hero-vh-scale,1))}.Header-module__vcZAwq__headerActions{gap:calc(2.22vh * var(--hero-vh-scale,1))}.Header-module__vcZAwq__headerActions:before{display:block}}@media (min-width:920px){.Header-module__vcZAwq__topContact{display:flex}.Header-module__vcZAwq__headerActions:before{display:block}}@media (max-width:919px){.Header-module__vcZAwq__headerActions:before{display:none}}@media (max-width:1024px){.Header-module__vcZAwq__row{min-height:calc(6.5vh * var(--hero-vh-scale,1));gap:calc(1.48vh * var(--hero-vh-scale,1))}.Header-module__vcZAwq__brandText{font-size:clamp(calc(1.85vh * var(--hero-vh-scale,1)), calc(1.04vw * var(--hero-vw-scale,1)), calc(2.2vh * var(--hero-vh-scale,1)))}.Header-module__vcZAwq__nav{gap:calc(.19vh * var(--hero-vh-scale,1));flex:1}.Header-module__vcZAwq__nav a{padding:calc(.93vh * var(--hero-vh-scale,1)) calc(1.04vw * var(--hero-vw-scale,1));font-size:clamp(calc(1.3vh * var(--hero-vh-scale,1)), calc(.73vw * var(--hero-vw-scale,1)), calc(1.5vh * var(--hero-vh-scale,1)))}.Header-module__vcZAwq__headerActions{gap:calc(1.11vh * var(--hero-vh-scale,1))}.Header-module__vcZAwq__cta{padding:calc(.93vh * var(--hero-vh-scale,1)) calc(1.04vw * var(--hero-vw-scale,1));font-size:clamp(calc(1.3vh * var(--hero-vh-scale,1)), calc(.73vw * var(--hero-vw-scale,1)), calc(1.5vh * var(--hero-vh-scale,1)))}}@media (max-width:1366px),(max-height:800px){.Header-module__vcZAwq__row{zoom:var(--hero-scale,.85)}}@media (max-width:919px){.Header-module__vcZAwq__topContact{display:none}.Header-module__vcZAwq__row{min-height:unset;flex-wrap:wrap;align-items:center;gap:10px 12px;padding-top:10px;padding-bottom:10px}.Header-module__vcZAwq__brand{flex:auto;order:1;min-width:0}.Header-module__vcZAwq__headerActions{flex:none;order:2;gap:8px;margin-left:auto;padding-right:0}.Header-module__vcZAwq__nav{border-top:1px solid #ffffff1f;flex:100%;order:3;justify-content:stretch;gap:0;margin:0;padding:10px 0 0}.Header-module__vcZAwq__nav a{border-radius:var(--radius-sm);flex:1 1 0;justify-content:center;min-width:0;padding:10px 6px;font-size:clamp(11px,2.9vw,14px)}.Header-module__vcZAwq__nav a:not(:last-child){border-right:1px solid #ffffff1f}.Header-module__vcZAwq__brandLink{gap:8px;padding:0 0 0 4px}.Header-module__vcZAwq__brandLogo{max-width:28px;max-height:28px;width:28px!important;height:28px!important}.Header-module__vcZAwq__brandText{letter-spacing:.02em;font-size:clamp(.95rem,3.8vw,1.15rem)}.Header-module__vcZAwq__dashboardLink{gap:6px;padding:8px 10px;font-size:clamp(11px,2.9vw,14px)}.Header-module__vcZAwq__cta{padding:calc(.74vh * var(--hero-vh-scale,1)) calc(1.04vw * var(--hero-vw-scale,1));font-size:clamp(calc(1.2vh * var(--hero-vh-scale,1)), calc(.68vw * var(--hero-vw-scale,1)), calc(1.4vh * var(--hero-vh-scale,1)))}}@media (orientation:portrait) and (min-width:920px) and (max-width:1366px){.Header-module__vcZAwq__topContact,.Header-module__vcZAwq__headerActions:before{display:none}.Header-module__vcZAwq__row{min-height:unset;flex-wrap:wrap;align-items:center;gap:10px 12px;padding-top:10px;padding-bottom:10px}.Header-module__vcZAwq__brand{flex:auto;order:1;min-width:0}.Header-module__vcZAwq__headerActions{flex:none;order:2;gap:8px;margin-left:auto;padding-right:0}.Header-module__vcZAwq__nav{border-top:1px solid #ffffff1f;flex:100%;order:3;justify-content:stretch;gap:0;margin:0;padding:10px 0 0}.Header-module__vcZAwq__nav a{border-radius:var(--radius-sm);flex:1 1 0;justify-content:center;min-width:0;padding:10px 6px;font-size:clamp(11px,2.9vw,14px)}.Header-module__vcZAwq__nav a:not(:last-child){border-right:1px solid #ffffff1f}.Header-module__vcZAwq__brandLink{gap:8px;padding:0 0 0 4px}.Header-module__vcZAwq__brandLogo{max-width:28px;max-height:28px;width:28px!important;height:28px!important}.Header-module__vcZAwq__brandText{letter-spacing:.02em;font-size:clamp(.95rem,3.8vw,1.15rem)}.Header-module__vcZAwq__dashboardLink{gap:6px;padding:8px 10px;font-size:clamp(11px,2.9vw,14px)}.Header-module__vcZAwq__cta{padding:calc(.74vh * var(--hero-vh-scale,1)) calc(1.04vw * var(--hero-vw-scale,1));font-size:clamp(calc(1.2vh * var(--hero-vh-scale,1)), calc(.68vw * var(--hero-vw-scale,1)), calc(1.4vh * var(--hero-vh-scale,1)))}}@media (max-width:480px){.Header-module__vcZAwq__row{row-gap:8px;padding-top:8px;padding-bottom:8px}.Header-module__vcZAwq__brandLink{gap:6px;padding:0 0 0 2px}.Header-module__vcZAwq__brandLogo{max-width:24px;max-height:24px;width:24px!important;height:24px!important}.Header-module__vcZAwq__brandText{font-size:clamp(.85rem,3.6vw,1rem)}.Header-module__vcZAwq__nav{padding-top:8px}.Header-module__vcZAwq__nav a{padding:8px 4px;font-size:clamp(10px,2.85vw,13px)}.Header-module__vcZAwq__dashboardLink{gap:0;padding:8px}.Header-module__vcZAwq__dashboardLink svg{font-size:18px}.Header-module__vcZAwq__dashboardLabel{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Header-module__vcZAwq__cta{padding:calc(.56vh * var(--hero-vh-scale,1)) calc(.83vw * var(--hero-vw-scale,1));font-size:clamp(calc(1.11vh * var(--hero-vh-scale,1)), calc(.63vw * var(--hero-vw-scale,1)), calc(1.3vh * var(--hero-vh-scale,1)))}}
.Footer-module__bU2TmW__footer{-webkit-backdrop-filter:blur(30px)saturate(180%);background:#0a0a0fd9;border-top:1px solid #ffffff14;margin-top:80px;padding:64px 0 32px;position:relative}.Footer-module__bU2TmW__footer:before{content:"";background:var(--gradient-primary);opacity:.3;height:1px;position:absolute;top:0;left:0;right:0}body.Footer-module__bU2TmW__scrollable .Footer-module__bU2TmW__footer:before,body:not([data-page=home]) .Footer-module__bU2TmW__footer:before{background:#ffffff14!important}.Footer-module__bU2TmW__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px;display:grid}.Footer-module__bU2TmW__footer h4{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 20px;font-size:20px;font-weight:600}body.Footer-module__bU2TmW__scrollable .Footer-module__bU2TmW__footer h4,body:not([data-page=home]) .Footer-module__bU2TmW__footer h4{background:0 0!important;-webkit-background-clip:initial!important;-webkit-text-fill-color:initial!important;background-clip:initial!important;color:var(--text-primary)!important}.Footer-module__bU2TmW__footer p{color:var(--text-secondary);align-items:center;gap:10px;margin:0 0 12px;font-size:15px;line-height:1.6;display:flex}.Footer-module__bU2TmW__footer a{color:var(--accent-primary);align-items:center;gap:8px;text-decoration:none;transition:all .3s;display:inline-flex}.Footer-module__bU2TmW__footer a:hover{color:var(--text-primary);text-shadow:0 0 10px #3b82f680;transform:translate(4px)}.Footer-module__bU2TmW__copy{color:var(--text-muted);text-align:center;border-top:1px solid #ffffff14;margin-top:48px;padding-top:32px;font-size:14px}@media (max-width:768px),(orientation:portrait) and (min-width:769px) and (max-width:1366px){.Footer-module__bU2TmW__footer{margin-top:40px;padding:1.5rem 0 1.125rem}.Footer-module__bU2TmW__grid{grid-template-columns:1fr;gap:1.125rem}.Footer-module__bU2TmW__footer h4{letter-spacing:.02em;margin:0 0 .45rem;font-size:.9375rem;font-weight:700}.Footer-module__bU2TmW__footer p{gap:.45rem;margin:0 0 .35rem;font-size:.8125rem;line-height:1.45}.Footer-module__bU2TmW__footer p:last-child{margin-bottom:0}.Footer-module__bU2TmW__copy{margin-top:1rem;padding-top:.875rem;font-size:.6875rem;line-height:1.4}}@media (max-width:480px){.Footer-module__bU2TmW__footer{margin-top:28px;padding:1.25rem 0 1rem}.Footer-module__bU2TmW__grid{gap:.875rem}.Footer-module__bU2TmW__footer h4{margin-bottom:.35rem;font-size:.875rem}.Footer-module__bU2TmW__footer p{margin-bottom:.3rem;font-size:.78rem}.Footer-module__bU2TmW__copy{margin-top:.75rem;padding-top:.75rem;font-size:.65rem}}
.CookieBanner-module___9etpq__cookieBanner{background:var(--bg-primary);border-top:1px solid var(--border-light);box-shadow:var(--shadow-xl);z-index:1000;max-height:80vh;padding:24px;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.CookieBanner-module___9etpq__bannerContent{max-width:1200px;margin:0 auto}.CookieBanner-module___9etpq__bannerHeader{margin-bottom:24px}.CookieBanner-module___9etpq__bannerHeader h3{color:var(--text-primary);align-items:center;gap:8px;margin:0 0 12px;font-size:20px;font-weight:600;display:flex}.CookieBanner-module___9etpq__bannerHeader p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.6}.CookieBanner-module___9etpq__bannerActions{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.CookieBanner-module___9etpq__btn{border-radius:var(--radius-md);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:12px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.CookieBanner-module___9etpq__btnPrimary{background:var(--accent-cta);color:#fff;border-color:var(--accent-cta)}.CookieBanner-module___9etpq__btnPrimary:hover{box-shadow:var(--shadow-md);background:#6d28d9;border-color:#6d28d9;transform:translateY(-1px)}.CookieBanner-module___9etpq__btnSecondary{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-medium)}.CookieBanner-module___9etpq__btnSecondary:hover{background:var(--bg-accent);border-color:var(--border-dark);transform:translateY(-1px)}.CookieBanner-module___9etpq__btnOutline{color:var(--accent-primary);border-color:var(--accent-primary);background:0 0}.CookieBanner-module___9etpq__btnOutline:hover{background:var(--accent-primary);color:#fff;transform:translateY(-1px)}.CookieBanner-module___9etpq__detailedSettings{margin-bottom:20px}.CookieBanner-module___9etpq__cookieCategories{margin-bottom:24px}.CookieBanner-module___9etpq__cookieCategory{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-lg);margin-bottom:16px;padding:20px}.CookieBanner-module___9etpq__categoryHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.CookieBanner-module___9etpq__categoryHeader h4{color:var(--text-primary);margin:0;font-size:16px;font-weight:600}.CookieBanner-module___9etpq__cookieCategory p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.5}.CookieBanner-module___9etpq__toggle{width:50px;height:24px;display:inline-block;position:relative}.CookieBanner-module___9etpq__toggle input{opacity:0;width:0;height:0}.CookieBanner-module___9etpq__slider{cursor:pointer;background-color:var(--border-medium);border-radius:24px;transition:all .3s;position:absolute;inset:0}.CookieBanner-module___9etpq__slider:before{content:"";width:18px;height:18px;box-shadow:var(--shadow-sm);background-color:#fff;border-radius:50%;transition:all .3s;position:absolute;bottom:3px;left:3px}.CookieBanner-module___9etpq__toggle input:checked+.CookieBanner-module___9etpq__slider{background-color:var(--accent-cta)}.CookieBanner-module___9etpq__toggle input:checked+.CookieBanner-module___9etpq__slider:before{transform:translate(26px)}.CookieBanner-module___9etpq__toggleDisabled{opacity:.6;cursor:not-allowed}.CookieBanner-module___9etpq__toggleDisabled .CookieBanner-module___9etpq__slider{background-color:var(--accent-cta);cursor:not-allowed}.CookieBanner-module___9etpq__toggleDisabled input{cursor:not-allowed}.CookieBanner-module___9etpq__detailedActions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.CookieBanner-module___9etpq__bannerFooter{border-top:1px solid var(--border-light);padding-top:16px}.CookieBanner-module___9etpq__bannerFooter p{color:var(--text-muted);margin:0;font-size:12px;line-height:1.5}.CookieBanner-module___9etpq__bannerFooter a{color:var(--accent-primary);text-decoration:underline}.CookieBanner-module___9etpq__bannerFooter a:hover{color:var(--accent-cta)}@media (max-width:768px){.CookieBanner-module___9etpq__cookieBanner{padding:16px}.CookieBanner-module___9etpq__bannerActions{flex-direction:column}.CookieBanner-module___9etpq__btn{justify-content:center;width:100%}.CookieBanner-module___9etpq__detailedActions{flex-direction:column}.CookieBanner-module___9etpq__detailedActions .CookieBanner-module___9etpq__btn{width:100%}.CookieBanner-module___9etpq__categoryHeader{flex-direction:column;align-items:flex-start;gap:12px}.CookieBanner-module___9etpq__categoryHeader h4{font-size:15px}.CookieBanner-module___9etpq__cookieCategory{padding:16px}}@media (max-width:480px){.CookieBanner-module___9etpq__cookieBanner{padding:12px}.CookieBanner-module___9etpq__bannerHeader h3{font-size:18px}.CookieBanner-module___9etpq__bannerHeader p{font-size:13px}.CookieBanner-module___9etpq__btn{padding:10px 16px;font-size:13px}.CookieBanner-module___9etpq__cookieCategory{padding:12px}.CookieBanner-module___9etpq__categoryHeader h4{font-size:14px}.CookieBanner-module___9etpq__cookieCategory p{font-size:13px}}@keyframes CookieBanner-module___9etpq__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.CookieBanner-module___9etpq__cookieBanner{animation:.3s ease-out CookieBanner-module___9etpq__slideUp}@media (prefers-color-scheme:dark){.CookieBanner-module___9etpq__cookieBanner{background:var(--bg2);border-top-color:var(--border2)}.CookieBanner-module___9etpq__bannerHeader h3{color:var(--ink2)}.CookieBanner-module___9etpq__bannerHeader p{color:var(--muted2)}.CookieBanner-module___9etpq__cookieCategory{background:var(--panel2);border-color:var(--border2)}.CookieBanner-module___9etpq__categoryHeader h4{color:var(--ink2)}.CookieBanner-module___9etpq__cookieCategory p{color:var(--muted2)}.CookieBanner-module___9etpq__bannerFooter{border-top-color:var(--border2)}.CookieBanner-module___9etpq__bannerFooter p{color:var(--muted2)}}
.AddressFinder-module__EJw5zG__addressFinder{width:100%;margin-bottom:1rem;position:relative}.AddressFinder-module__EJw5zG__label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.AddressFinder-module__EJw5zG__required{color:#dc2626;margin-left:.25rem}.AddressFinder-module__EJw5zG__inputContainer{width:100%;position:relative}.AddressFinder-module__EJw5zG__input{color:#374151;box-sizing:border-box;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.AddressFinder-module__EJw5zG__input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.AddressFinder-module__EJw5zG__input::placeholder{color:#9ca3af}.AddressFinder-module__EJw5zG__inputError{border-color:#dc2626}.AddressFinder-module__EJw5zG__inputError:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.AddressFinder-module__EJw5zG__loadingSpinner{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.AddressFinder-module__EJw5zG__spinner{border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:1rem;height:1rem;animation:1s linear infinite AddressFinder-module__EJw5zG__spin}@keyframes AddressFinder-module__EJw5zG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AddressFinder-module__EJw5zG__suggestions{z-index:1000;background:#fff;border:1px solid #d1d5db;border-top:none;border-radius:0 0 .5rem .5rem;max-height:200px;margin-top:-1px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.AddressFinder-module__EJw5zG__suggestion{cursor:pointer;border-bottom:1px solid #f3f4f6;padding:.75rem 1rem;transition:background-color .15s}.AddressFinder-module__EJw5zG__suggestion:last-child{border-bottom:none}.AddressFinder-module__EJw5zG__suggestion:hover,.AddressFinder-module__EJw5zG__suggestionSelected{background-color:#f3f4f6}.AddressFinder-module__EJw5zG__suggestionMain{color:#111827;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.AddressFinder-module__EJw5zG__suggestionSecondary{color:#6b7280;font-size:.75rem}.AddressFinder-module__EJw5zG__noResults{color:#6b7280;text-align:center;z-index:1000;background:#fff;border:1px solid #d1d5db;border-top:none;border-radius:0 0 .5rem .5rem;margin-top:-1px;padding:.75rem 1rem;font-size:.875rem;position:absolute;top:100%;left:0;right:0}.AddressFinder-module__EJw5zG__errorMessage{color:#dc2626;align-items:center;margin-top:.5rem;font-size:.75rem;display:flex}.AddressFinder-module__EJw5zG__errorMessage:before{content:"⚠";margin-right:.25rem}.AddressFinder-module__EJw5zG__manualToggle{margin-top:.75rem;margin-bottom:0}.AddressFinder-module__EJw5zG__checkboxLabel{color:#6b7280;cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.AddressFinder-module__EJw5zG__checkbox{accent-color:#3b82f6;cursor:pointer;width:1rem;height:1rem}.AddressFinder-module__EJw5zG__manualInputs{flex-direction:column;gap:1rem;display:flex}.AddressFinder-module__EJw5zG__inputRow{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}.AddressFinder-module__EJw5zG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.AddressFinder-module__EJw5zG__fieldLabel{color:#374151;font-size:.875rem;font-weight:500}.AddressFinder-module__EJw5zG__manualInput{color:#374151;box-sizing:border-box;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.AddressFinder-module__EJw5zG__manualInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.AddressFinder-module__EJw5zG__manualInput::placeholder{color:#9ca3af}.AddressFinder-module__EJw5zG__submitButton{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:.5rem;align-self:flex-start;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.AddressFinder-module__EJw5zG__submitButton:hover:not(:disabled){background-color:#2563eb}.AddressFinder-module__EJw5zG__submitButton:disabled{cursor:not-allowed;background-color:#9ca3af}@media (max-width:768px){.AddressFinder-module__EJw5zG__input{padding:.625rem .875rem;font-size:.875rem}.AddressFinder-module__EJw5zG__suggestion{padding:.625rem .875rem}.AddressFinder-module__EJw5zG__suggestionMain{font-size:.8125rem}.AddressFinder-module__EJw5zG__suggestionSecondary{font-size:.6875rem}.AddressFinder-module__EJw5zG__inputRow{grid-template-columns:1fr 1fr;gap:.75rem}.AddressFinder-module__EJw5zG__manualInput{padding:.625rem .875rem;font-size:.875rem}.AddressFinder-module__EJw5zG__submitButton{padding:.625rem 1.25rem;font-size:.875rem}}@media (max-width:480px){.AddressFinder-module__EJw5zG__input{padding:.5rem .75rem;font-size:.8125rem}.AddressFinder-module__EJw5zG__suggestion{padding:.5rem .75rem}.AddressFinder-module__EJw5zG__suggestions{max-height:150px}.AddressFinder-module__EJw5zG__inputRow{grid-template-columns:1fr;gap:.5rem}.AddressFinder-module__EJw5zG__manualInput{padding:.5rem .75rem;font-size:.8125rem}.AddressFinder-module__EJw5zG__submitButton{padding:.5rem 1rem;font-size:.8125rem}}@media (prefers-color-scheme:dark){.AddressFinder-module__EJw5zG__input{color:#f9fafb;background-color:#1f2937;border-color:#374151}.AddressFinder-module__EJw5zG__input::placeholder{color:#6b7280}.AddressFinder-module__EJw5zG__input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.AddressFinder-module__EJw5zG__suggestions{background-color:#1f2937;border-color:#374151}.AddressFinder-module__EJw5zG__suggestion{border-bottom-color:#374151}.AddressFinder-module__EJw5zG__suggestion:hover,.AddressFinder-module__EJw5zG__suggestionSelected{background-color:#374151}.AddressFinder-module__EJw5zG__suggestionMain{color:#f9fafb}.AddressFinder-module__EJw5zG__suggestionSecondary{color:#9ca3af}.AddressFinder-module__EJw5zG__noResults{color:#9ca3af;background-color:#1f2937;border-color:#374151}}
.Offerte-module__53S-LW__container{background:var(--bg-primary);max-width:1000px;min-height:calc(100vh - 120px);margin:0 auto;padding:40px 20px;position:relative}@media (orientation:portrait) and (max-width:768px){.Offerte-module__53S-LW__container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px 15px;display:flex}}.Offerte-module__53S-LW__header{text-align:center;background:var(--bg-primary);border-radius:var(--radius-md);border:1px solid var(--border-light);margin:0 auto 40px;padding:32px 24px;position:relative}@media (orientation:portrait) and (max-width:768px){.Offerte-module__53S-LW__header{width:100%;max-width:400px;margin:0 auto 20px;padding:24px 20px}}.Offerte-module__53S-LW__headerContent{max-width:700px;margin:0 auto}.Offerte-module__53S-LW__trustBadges{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:32px;display:flex}.Offerte-module__53S-LW__header h1{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:24px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.2}.Offerte-module__53S-LW__processPreview{flex-wrap:wrap;justify-content:center;gap:32px;margin:32px 0;display:flex}.Offerte-module__53S-LW__processItem{color:var(--text-secondary);align-items:center;gap:12px;font-weight:500;display:flex}.Offerte-module__53S-LW__processNumber{background:var(--accent-cta);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.Offerte-module__53S-LW__disclaimer{color:var(--text-muted);margin-top:24px;font-size:14px;font-style:italic}.Offerte-module__53S-LW__statusMessage{box-shadow:none;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;margin:24px 0;padding:12px 16px}.Offerte-module__53S-LW__statusSuccess{color:#374151;background:#f9fafb;border:1px solid #e5e7eb}.Offerte-module__53S-LW__statusError{color:#374151;background:#fef2f2;border:1px solid #fecaca}.Offerte-module__53S-LW__statusContent{align-items:flex-start;gap:12px;display:flex}.Offerte-module__53S-LW__statusIcon{color:#9ca3af;flex-shrink:0;margin-top:2px;font-size:18px}.Offerte-module__53S-LW__statusSuccess .Offerte-module__53S-LW__statusIcon{color:#9ca3af}.Offerte-module__53S-LW__statusError .Offerte-module__53S-LW__statusIcon{color:#ef4444}.Offerte-module__53S-LW__statusText{flex:1}.Offerte-module__53S-LW__statusText strong{color:var(--text-primary);margin-bottom:4px;font-weight:600;display:block}.Offerte-module__53S-LW__statusText p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.4}.Offerte-module__53S-LW__statusClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:18px;transition:background-color .2s;display:flex}.Offerte-module__53S-LW__statusClose:hover{background-color:#0000001a}.Offerte-module__53S-LW__form{background:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border-light);max-width:800px;margin:0 auto;padding:24px}.Offerte-module__53S-LW__accordion{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--radius-lg);margin-bottom:32px;overflow:hidden}.Offerte-module__53S-LW__accordionItem{border-bottom:1px solid var(--border-light)}.Offerte-module__53S-LW__accordionItem:last-child{border-bottom:none}.Offerte-module__53S-LW__accordionHeader{text-align:left;color:#374151;cursor:pointer;background:#fafafa;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;font-size:16px;font-weight:500;transition:background-color .2s;display:flex}.Offerte-module__53S-LW__accordionHeader:hover{background:#f3f4f6}.Offerte-module__53S-LW__accordionHeader.Offerte-module__53S-LW__active{color:#374151;background:#f9fafb;border-left:3px solid #6b7280}.Offerte-module__53S-LW__accordionIcon{color:#9ca3af;font-size:18px;font-weight:700;transition:transform .2s}.Offerte-module__53S-LW__accordionHeader.Offerte-module__53S-LW__active .Offerte-module__53S-LW__accordionIcon{color:#6b7280;transform:rotate(45deg)}.Offerte-module__53S-LW__accordionContent{border-top:1px solid var(--border-light);background:var(--bg-primary);padding:24px}@media (orientation:portrait) and (max-width:768px){.Offerte-module__53S-LW__accordionContent{text-align:center}.Offerte-module__53S-LW__formGrid{flex-direction:column;align-items:center;max-width:400px;margin:0 auto;display:flex}.Offerte-module__53S-LW__formGroup{width:100%;max-width:350px}.Offerte-module__53S-LW__formGroup label{justify-content:center}.Offerte-module__53S-LW__accordion{width:100%;max-width:400px;margin:0 auto}.Offerte-module__53S-LW__accordionHeader{text-align:center;justify-content:center}}@keyframes Offerte-module__53S-LW__slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.Offerte-module__53S-LW__required{color:#9ca3af;font-weight:700}.Offerte-module__53S-LW__formGrid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:768px){.Offerte-module__53S-LW__formGrid{grid-template-columns:1fr 1fr}}.Offerte-module__53S-LW__formGroup{flex-direction:column;margin-bottom:32px;display:flex}.Offerte-module__53S-LW__formGroup label{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:8px;font-size:14px;font-weight:600;display:flex}.Offerte-module__53S-LW__formGroup input,.Offerte-module__53S-LW__formGroup textarea,.Offerte-module__53S-LW__formGroup select{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:12px 16px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .2s,box-shadow .2s}.Offerte-module__53S-LW__formGroup input::placeholder,.Offerte-module__53S-LW__formGroup textarea::placeholder{color:#9ca3af}.Offerte-module__53S-LW__formGroup input:focus,.Offerte-module__53S-LW__formGroup textarea:focus,.Offerte-module__53S-LW__formGroup select:focus{border-color:#6b7280;outline:none;box-shadow:0 0 0 2px #6b72801a}.Offerte-module__53S-LW__formGroup textarea{resize:vertical;min-height:100px}.Offerte-module__53S-LW__checkboxGroup,.Offerte-module__53S-LW__radioGroup{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-top:8px;display:grid}.Offerte-module__53S-LW__checkboxLabel,.Offerte-module__53S-LW__radioLabel{cursor:pointer;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;transition:background-color .2s;display:flex}.Offerte-module__53S-LW__checkboxLabel:hover,.Offerte-module__53S-LW__radioLabel:hover{background:#f9fafb;border-color:#d1d5db}.Offerte-module__53S-LW__checkboxLabel input,.Offerte-module__53S-LW__radioLabel input{width:18px;height:18px;margin:0}.Offerte-module__53S-LW__websiteTypeOption{border:2px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-primary);cursor:pointer;align-items:flex-start;gap:12px;margin-bottom:12px;padding:16px;transition:all .2s;display:flex}.Offerte-module__53S-LW__websiteTypeOption:hover{border-color:var(--primary-color);background:var(--bg-secondary);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.Offerte-module__53S-LW__websiteTypeOption input[type=checkbox]{flex-shrink:0;width:20px;height:20px;margin:2px 0 0}.Offerte-module__53S-LW__websiteTypeContent{flex:1}.Offerte-module__53S-LW__websiteTypeLabel{color:var(--text-primary);margin-bottom:4px;font-size:1.1rem;font-weight:600}.Offerte-module__53S-LW__websiteTypeDescription{color:var(--text-secondary);font-size:.9rem;line-height:1.4}.Offerte-module__53S-LW__websiteTypeOption input[type=checkbox]:checked+.Offerte-module__53S-LW__websiteTypeContent .Offerte-module__53S-LW__websiteTypeLabel{color:var(--primary-color)}.Offerte-module__53S-LW__websiteTypeOption:has(input[type=checkbox]:checked){border-color:var(--primary-color);background:var(--primary-light)}.Offerte-module__53S-LW__calendarSection{box-sizing:border-box;background:#fff;border:2px solid #e5e7eb;border-radius:8px;margin-top:30px;padding:20px}.Offerte-module__53S-LW__calendarSection h3{color:#374151;text-align:center;margin-bottom:15px;font-size:clamp(1.1rem,3vw,1.25rem)}.Offerte-module__53S-LW__calendarEmbed{box-sizing:border-box;background:0 0;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:20px;display:flex;overflow:hidden}.Offerte-module__53S-LW__budgetSliderContainer{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:20px 0;padding:20px}.Offerte-module__53S-LW__budgetDisplay{text-align:center;color:var(--accent-primary);margin-bottom:20px;font-size:24px;font-weight:600}.Offerte-module__53S-LW__budgetNote{color:#64748b;font-size:14px;font-weight:400}.Offerte-module__53S-LW__budgetSliderWrapper{align-items:center;gap:15px;margin:15px 0;padding:0 20px;display:flex}.Offerte-module__53S-LW__budgetSlider{cursor:pointer;appearance:none;background:#e2e8f0;border-radius:5px;outline:none;flex:1;height:8px}.Offerte-module__53S-LW__budgetButton{border:2px solid var(--accent-primary);width:40px;height:40px;color:var(--accent-primary);cursor:pointer;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:600;line-height:1;transition:all .2s;display:flex}.Offerte-module__53S-LW__budgetButton:hover:not(:disabled){background:var(--accent-primary);color:#fff;transform:scale(1.05);box-shadow:0 2px 8px #00000026}.Offerte-module__53S-LW__budgetButton:disabled{opacity:.3;cursor:not-allowed;color:#94a3b8;background:#f1f5f9;border-color:#e2e8f0;transform:none}.Offerte-module__53S-LW__budgetSlider::-webkit-slider-thumb{appearance:none;background:var(--accent-primary);cursor:pointer;border:2px solid #fff;border-radius:50%;width:20px;height:20px;transition:all .2s;transform:translate(-50%);box-shadow:0 2px 4px #0003}.Offerte-module__53S-LW__budgetSlider::-webkit-slider-thumb:hover{transform:translate(-50%)scale(1.1);box-shadow:0 4px 8px #0000004d}.Offerte-module__53S-LW__budgetSlider::-moz-range-thumb{background:var(--accent-primary);cursor:pointer;border:2px solid #fff;border-radius:50%;width:20px;height:20px;transition:all .2s;transform:translate(-50%);box-shadow:0 2px 4px #0003}.Offerte-module__53S-LW__budgetSlider::-moz-range-thumb:hover{transform:translate(-50%)scale(1.1);box-shadow:0 4px 8px #0000004d}.Offerte-module__53S-LW__budgetLabels{color:#64748b;justify-content:space-between;margin-top:10px;padding:0 20px;font-size:12px;font-weight:500;display:flex}.Offerte-module__53S-LW__budgetInfo{color:#64748b;text-align:left;border-radius:var(--radius-md);border-left:4px solid var(--primary-color);background:#f8fafc;margin-top:15px;padding:16px;font-size:14px;line-height:1.5}.Offerte-module__53S-LW__budgetRanges{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:24px;display:grid}.Offerte-module__53S-LW__budgetRange{border:2px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-primary);cursor:pointer;padding:20px;transition:all .3s}.Offerte-module__53S-LW__budgetRange:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.Offerte-module__53S-LW__rangeTitle{color:var(--text-primary);margin-bottom:8px;font-size:1.1rem;font-weight:700}.Offerte-module__53S-LW__rangeAmount{color:var(--primary-color);margin-bottom:8px;font-size:1.2rem;font-weight:600}.Offerte-module__53S-LW__rangeDescription{color:var(--text-secondary);font-size:.9rem;line-height:1.4}.Offerte-module__53S-LW__budgetRange.Offerte-module__53S-LW__active{border-color:var(--primary-color);background:var(--primary-light);box-shadow:0 4px 15px #0000001a}.Offerte-module__53S-LW__budgetRange.Offerte-module__53S-LW__active .Offerte-module__53S-LW__rangeTitle{color:var(--primary-color)}@media (max-width:768px){.Offerte-module__53S-LW__budgetSliderContainer{margin:15px 0;padding:15px}.Offerte-module__53S-LW__budgetDisplay{margin-bottom:15px;font-size:20px}.Offerte-module__53S-LW__budgetNote{font-size:12px}.Offerte-module__53S-LW__budgetSliderWrapper{gap:12px;margin:12px 0}.Offerte-module__53S-LW__budgetSlider{height:6px}.Offerte-module__53S-LW__budgetButton{width:36px;height:36px;font-size:18px}.Offerte-module__53S-LW__budgetSlider::-webkit-slider-thumb{width:18px;height:18px}.Offerte-module__53S-LW__budgetSlider::-moz-range-thumb{width:18px;height:18px}.Offerte-module__53S-LW__budgetLabels{margin-top:8px;font-size:11px}.Offerte-module__53S-LW__budgetInfo{margin-top:12px;font-size:13px}.Offerte-module__53S-LW__budgetRanges{grid-template-columns:1fr;gap:12px}.Offerte-module__53S-LW__budgetRange{padding:16px}}@media (max-width:480px){.Offerte-module__53S-LW__budgetSliderContainer{margin:12px 0;padding:12px}.Offerte-module__53S-LW__budgetDisplay{margin-bottom:12px;font-size:18px}.Offerte-module__53S-LW__budgetSliderWrapper{gap:10px;margin:10px 0}.Offerte-module__53S-LW__budgetSlider{height:5px}.Offerte-module__53S-LW__budgetButton{border-width:1px;width:32px;height:32px;font-size:16px}.Offerte-module__53S-LW__budgetSlider::-webkit-slider-thumb{width:16px;height:16px}.Offerte-module__53S-LW__budgetSlider::-moz-range-thumb{width:16px;height:16px}.Offerte-module__53S-LW__budgetLabels{font-size:10px}.Offerte-module__53S-LW__budgetInfo{font-size:12px}}@media (max-width:1024px){.Offerte-module__53S-LW__calendarSection{margin-top:25px;padding:18px}.Offerte-module__53S-LW__calendarEmbed{padding:15px}}@media (max-width:768px){.Offerte-module__53S-LW__calendarSection{border-radius:6px;margin-top:20px;padding:15px}.Offerte-module__53S-LW__calendarSection h3{margin-bottom:12px}.Offerte-module__53S-LW__calendarEmbed{border-radius:8px;padding:10px}}@media (max-width:480px){.Offerte-module__53S-LW__calendarSection{border-width:1px;margin-top:15px;padding:12px}.Offerte-module__53S-LW__calendarSection h3{margin-bottom:10px}.Offerte-module__53S-LW__calendarEmbed{border-radius:6px;padding:5px}}@media (max-width:360px){.Offerte-module__53S-LW__calendarSection{margin-top:12px;padding:10px}.Offerte-module__53S-LW__calendarEmbed{padding:2px}}.Offerte-module__53S-LW__submitSection{margin-top:48px}.Offerte-module__53S-LW__submitBox{background:var(--bg-primary);border:1px solid var(--border-medium);border-radius:var(--radius-lg);text-align:center;margin:0 24px;padding:32px 24px;position:relative}.Offerte-module__53S-LW__submitHeader h3{color:var(--text-primary);margin-bottom:8px;font-size:28px;font-weight:700}.Offerte-module__53S-LW__submitHeader p{color:var(--text-muted);margin-bottom:32px;font-size:16px}.Offerte-module__53S-LW__submitBenefits{background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-light);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;padding:16px;display:grid}.Offerte-module__53S-LW__submitBenefit{text-align:left;align-items:flex-start;gap:12px;display:flex}.Offerte-module__53S-LW__benefitIcon{color:#9ca3af;flex-shrink:0;margin-top:2px;font-size:18px}.Offerte-module__53S-LW__submitBenefit strong{color:var(--text-primary);margin-bottom:4px;font-weight:600;display:block}.Offerte-module__53S-LW__submitBenefit small{color:var(--text-muted);font-size:14px}.Offerte-module__53S-LW__submitGuarantees{border-top:1px solid var(--border-light);margin-top:24px;padding-top:24px}.Offerte-module__53S-LW__submitGuarantees p{color:var(--text-secondary);margin:4px 0;font-size:14px}@media (max-width:768px){.Offerte-module__53S-LW__submitBox{margin:0 16px;padding:24px 20px}.Offerte-module__53S-LW__submitHeader h3{font-size:22px}.Offerte-module__53S-LW__submitBenefits{grid-template-columns:1fr;gap:12px;padding:16px}.Offerte-module__53S-LW__submitBenefit{text-align:left;justify-content:flex-start}.Offerte-module__53S-LW__benefitIcon{font-size:16px}.Offerte-module__53S-LW__autoSaveStatus{margin:12px 0}.Offerte-module__53S-LW__statusMessage{margin:16px 0;padding:12px 16px}}@media (max-width:480px){.Offerte-module__53S-LW__submitBox{margin:0 12px;padding:20px 16px}.Offerte-module__53S-LW__submitHeader h3{font-size:20px}}.Offerte-module__53S-LW__submitButton{background:linear-gradient(90deg, var(--accent2,#34d399), var(--accent-22,#10b981));color:#111;cursor:pointer;border:none;border-radius:12px;padding:18px 48px;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 20px #00000026}.Offerte-module__53S-LW__submitButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Offerte-module__53S-LW__submitButton:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0969da66,0 0 30px #00d4ff4d}.Offerte-module__53S-LW__submitButton:hover:before{left:100%}.Offerte-module__53S-LW__submitNote{color:#6b7280;margin-top:15px;font-size:.95rem}@media (max-width:768px){.Offerte-module__53S-LW__container{padding:10px}.Offerte-module__53S-LW__accordionHeader{padding:15px 20px;font-size:1rem}.Offerte-module__53S-LW__accordionContent{padding:20px}.Offerte-module__53S-LW__formGrid,.Offerte-module__53S-LW__checkboxGroup,.Offerte-module__53S-LW__radioGroup{grid-template-columns:1fr}}.Offerte-module__53S-LW__formGroup input[type=file]{background:#f9fafb;border-style:dashed;padding:8px}.Offerte-module__53S-LW__formGroup input[type=file]:focus{background:#fff}.Offerte-module__53S-LW__sectionContent{position:relative}.Offerte-module__53S-LW__submitButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.Offerte-module__53S-LW__formGroup.Offerte-module__53S-LW__success input,.Offerte-module__53S-LW__formGroup.Offerte-module__53S-LW__success textarea{border-color:#10b981}.Offerte-module__53S-LW__formGroup.Offerte-module__53S-LW__error input,.Offerte-module__53S-LW__formGroup.Offerte-module__53S-LW__error textarea{border-color:#ef4444}.Offerte-module__53S-LW__errorMessage{color:#ef4444;margin-top:4px;font-size:.85rem}.Offerte-module__53S-LW__colorSection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;margin:16px 0;padding:16px}.Offerte-module__53S-LW__colorSection h4{color:#f0f6fc;align-items:center;gap:8px;margin-bottom:12px;font-size:1rem;font-weight:600;display:flex}.Offerte-module__53S-LW__colorSection h4:before{content:"🎨";font-size:.9rem}.Offerte-module__53S-LW__colorInputGroup{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.Offerte-module__53S-LW__colorInputGroup input[type=text]{color:#f0f6fc;background:#ffffff0d;border:1px solid #fff3;border-radius:8px;flex:1;min-width:200px;padding:12px 16px;font-family:JetBrains Mono,monospace;font-size:.9rem}.Offerte-module__53S-LW__colorInputGroup input[type=color]{cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;width:50px;height:40px;padding:2px}.Offerte-module__53S-LW__addColorBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0969da66}.Offerte-module__53S-LW__colorItem{color:#f0f6fc;background:#ffffff14;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-family:JetBrains Mono,monospace;font-size:.85rem;display:flex}.Offerte-module__53S-LW__removeColorBtn{color:#ef4444;cursor:pointer;background:#ef444433;border:1px solid #ef44444d;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.Offerte-module__53S-LW__removeColorBtn:hover{background:#ef44444d;transform:scale(1.1)}.Offerte-module__53S-LW__message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;margin:20px 0;padding:16px;animation:.3s ease-out Offerte-module__53S-LW__slideInDown}.Offerte-module__53S-LW__successMessage{color:#10b981;background:#10b9811a;border:1px solid #10b9814d}.Offerte-module__53S-LW__errorMessage{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d}.Offerte-module__53S-LW__messageContent{align-items:center;gap:12px;display:flex}.Offerte-module__53S-LW__messageIcon{flex-shrink:0;font-size:1.2rem}.Offerte-module__53S-LW__closeMessage{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:4px;margin-left:auto;padding:4px;font-size:1.5rem;transition:background-color .2s}.Offerte-module__53S-LW__closeMessage:hover{background:#ffffff1a}.Offerte-module__53S-LW__loadingSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-right:8px;animation:1s ease-in-out infinite Offerte-module__53S-LW__spin;display:inline-block}@keyframes Offerte-module__53S-LW__spin{to{transform:rotate(360deg)}}@keyframes Offerte-module__53S-LW__slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Offerte-module__53S-LW__submitButton:disabled{opacity:.7;cursor:not-allowed;pointer-events:none;transform:none}.Offerte-module__53S-LW__submitButton:disabled:hover{transform:none;box-shadow:0 8px 25px #0969da4d,0 0 0 1px #ffffff1a}.Offerte-module__53S-LW__autoSaveStatus{justify-content:center;align-items:center;min-height:24px;margin:16px 0;display:flex}.Offerte-module__53S-LW__autoSaveIndicator{color:#9ca3af;background:#f9fafb;border-radius:4px;align-items:center;gap:6px;padding:4px 8px;font-size:11px;font-weight:400;display:flex}.Offerte-module__53S-LW__autoSaveIcon{color:#9ca3af;font-size:11px}.Offerte-module__53S-LW__lastSavedInfo{color:#9ca3af;align-items:center;gap:6px;padding:4px 8px;font-size:11px;display:flex}.Offerte-module__53S-LW__savedIcon{color:#9ca3af;font-size:11px}.Offerte-module__53S-LW__savedCompanies{background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-light);margin-top:24px;padding:20px}.Offerte-module__53S-LW__savedCompanies h3{color:#000;margin:0 0 16px;font-size:1.1rem;font-weight:600}.Offerte-module__53S-LW__companiesList{flex-direction:column;gap:12px;display:flex}.Offerte-module__53S-LW__companyItem{background:var(--bg-primary);border-radius:var(--radius-sm);border:1px solid var(--border-light);align-items:center;gap:12px;padding:12px;display:flex}.Offerte-module__53S-LW__loadCompanyBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;flex:1;padding:8px 12px;font-size:.9rem;font-weight:500;transition:all .2s}.Offerte-module__53S-LW__loadCompanyBtn:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.Offerte-module__53S-LW__lastSaved{color:var(--text-secondary);white-space:nowrap;font-size:.8rem}.Offerte-module__53S-LW__deleteCompanyBtn{background:var(--color-danger);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.Offerte-module__53S-LW__deleteCompanyBtn:hover{background:var(--color-danger-dark);transform:scale(1.1)}.Offerte-module__53S-LW__autoSaveSpinner{border:1px solid #9ca3af4d;border-top-color:#9ca3af;border-radius:50%;width:11px;height:11px;animation:1s ease-in-out infinite Offerte-module__53S-LW__spin;display:inline-block}.Offerte-module__53S-LW__lastSavedInfo{color:#9ca3af;background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:400}.Offerte-module__53S-LW__clearDataBtn{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;padding:6px 12px;font-size:.85rem;font-weight:500;transition:all .2s}.Offerte-module__53S-LW__clearDataBtn:hover{background:#ef444433;transform:translateY(-1px)}@media (max-width:768px){.Offerte-module__53S-LW__autoSaveStatus{flex-direction:column;gap:8px}.Offerte-module__53S-LW__autoSaveIndicator,.Offerte-module__53S-LW__lastSavedInfo,.Offerte-module__53S-LW__clearDataBtn{padding:6px 10px;font-size:.8rem}}.Offerte-module__53S-LW__hoverTooltipContainer{margin-left:8px;display:inline-block;position:relative}.Offerte-module__53S-LW__tooltipOverlay{z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#00000080;position:fixed;inset:0}.Offerte-module__53S-LW__infoIcon{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;box-sizing:border-box;background:#9ca3af;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:20px;height:20px;margin:0;padding:0;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;transition:all .3s;display:inline-flex}.Offerte-module__53S-LW__infoIcon:hover{background:#6b7280;transform:scale(1.05);box-shadow:0 2px 8px #0000001a}.Offerte-module__53S-LW__infoIcon:active{background:#4b5563;transform:scale(.95);box-shadow:0 1px 4px #0003}.Offerte-module__53S-LW__hoverTooltip{opacity:0;visibility:hidden;z-index:1000;pointer-events:none;max-width:calc(100vw - 32px);margin-bottom:8px;transition:all .3s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}@media (max-width:768px){.Offerte-module__53S-LW__hoverTooltip{pointer-events:auto;margin-bottom:0;position:fixed;top:50%;bottom:auto;left:50%;transform:translate(-50%,-50%)}}@media (min-width:769px){.Offerte-module__53S-LW__hoverTooltipContainer:hover .Offerte-module__53S-LW__hoverTooltip{opacity:1;visibility:visible;pointer-events:auto;z-index:1001;width:400px;min-width:300px;max-width:400px;margin-bottom:0;position:fixed;top:50%;bottom:auto;left:50%;transform:translate(-50%,-50%)}}.Offerte-module__53S-LW__tooltipVisible{opacity:1;visibility:visible;pointer-events:auto}.Offerte-module__53S-LW__hoverTooltipContent{background:#fff;border:2px solid #0969da;border-radius:12px;width:max-content;max-width:300px;padding:16px;position:relative;box-shadow:0 10px 25px #00000026,0 6px 10px #0000001a}.Offerte-module__53S-LW__hoverTooltipContent:after{content:"";border:8px solid #0000;border-top-color:#0969da;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Offerte-module__53S-LW__tooltipHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}@media (min-width:769px){.Offerte-module__53S-LW__tooltipHeader{justify-content:flex-start}}.Offerte-module__53S-LW__hoverTooltipContent h4{color:#0969da;margin:0;font-size:1rem;font-weight:700;line-height:1.2}.Offerte-module__53S-LW__closeButton{color:#ef4444;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#ef44441a;border:1px solid #ef444433;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin:0;padding:0;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.Offerte-module__53S-LW__closeButton:hover{background:#ef444433;transform:scale(1.1)}.Offerte-module__53S-LW__closeButton:active{background:#ef44444d;transform:scale(.95)}.Offerte-module__53S-LW__hoverTooltipContent p{color:#374151;margin:0;font-size:.9rem;font-weight:400;line-height:1.5}.Offerte-module__53S-LW__formGroup label{flex-wrap:wrap;align-items:center;gap:8px;display:flex}@media (max-width:768px){.Offerte-module__53S-LW__hoverTooltip{width:70vw;min-width:70vw;max-width:70vw}.Offerte-module__53S-LW__hoverTooltipContent{text-align:center;width:100%;min-width:100%;max-width:100%;padding:16px}.Offerte-module__53S-LW__tooltipHeader{margin-bottom:8px}.Offerte-module__53S-LW__hoverTooltipContent h4{font-size:1rem}.Offerte-module__53S-LW__closeButton{width:22px;height:22px;font-size:1.1rem}.Offerte-module__53S-LW__hoverTooltipContent p{font-size:.9rem;line-height:1.5}.Offerte-module__53S-LW__infoIcon{width:24px;min-width:24px;height:24px;min-height:24px;font-size:.8rem}}@media (max-width:480px){.Offerte-module__53S-LW__hoverTooltip{width:70vw;min-width:70vw;max-width:70vw}.Offerte-module__53S-LW__hoverTooltipContent{width:100%;min-width:100%;max-width:100%;padding:14px}.Offerte-module__53S-LW__tooltipHeader{margin-bottom:6px}.Offerte-module__53S-LW__hoverTooltipContent h4{font-size:.95rem}.Offerte-module__53S-LW__closeButton{width:20px;height:20px;font-size:1rem}.Offerte-module__53S-LW__hoverTooltipContent p{font-size:.85rem}.Offerte-module__53S-LW__infoIcon{width:22px;min-width:22px;height:22px;min-height:22px;font-size:.75rem}}@media (prefers-color-scheme:dark){.Offerte-module__53S-LW__hoverTooltipContent{border:2px solid var(--accent2,#34d399);background:#fff}.Offerte-module__53S-LW__hoverTooltipContent:after{border-top-color:var(--accent2,#34d399)}.Offerte-module__53S-LW__hoverTooltipContent h4{color:var(--accent2,#34d399)}.Offerte-module__53S-LW__hoverTooltipContent p{color:#374151}}.Offerte-module__53S-LW__brandSection{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:40px;padding:24px}.Offerte-module__53S-LW__sectionDescription{color:#6b7280;margin:0 0 20px;font-size:14px;line-height:1.5}.Offerte-module__53S-LW__personalityGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;display:grid}.Offerte-module__53S-LW__personalityCard{text-align:center;cursor:pointer;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .2s;position:relative}.Offerte-module__53S-LW__personalityCard:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.Offerte-module__53S-LW__personalityCard.Offerte-module__53S-LW__selected{color:#fff;background:#6b7280;border-color:#6b7280}.Offerte-module__53S-LW__personalityCard.Offerte-module__53S-LW__selected .Offerte-module__53S-LW__personalityIcon{transform:scale(1.1)}.Offerte-module__53S-LW__personalityIcon{margin-bottom:8px;font-size:24px;transition:transform .2s;display:block}.Offerte-module__53S-LW__personalityCard h4{margin:0 0 4px;font-size:14px;font-weight:600}.Offerte-module__53S-LW__personalityCard p{opacity:.8;margin:0;font-size:12px;line-height:1.3}.Offerte-module__53S-LW__colorPresetsSection{margin-bottom:24px}.Offerte-module__53S-LW__colorPresetsSection h4{color:#374151;margin:0 0 16px;font-size:16px;font-weight:600}.Offerte-module__53S-LW__colorPresets{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.Offerte-module__53S-LW__colorPreset{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .2s}.Offerte-module__53S-LW__colorPreset:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000d}.Offerte-module__53S-LW__presetColors{gap:4px;margin-bottom:12px;display:flex}.Offerte-module__53S-LW__presetColorSwatch{border:1px solid #0000001a;border-radius:6px;flex-shrink:0;width:32px;height:32px}.Offerte-module__53S-LW__presetName{color:#374151;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.Offerte-module__53S-LW__selectPresetBtn{color:#fff;cursor:pointer;background:#6b7280;border:none;border-radius:4px;width:100%;padding:6px 12px;font-size:12px;font-weight:500;transition:background .2s}.Offerte-module__53S-LW__selectPresetBtn:hover{background:#4b5563}.Offerte-module__53S-LW__customColorSection h4{color:#374151;margin:0 0 16px;font-size:16px;font-weight:600}.Offerte-module__53S-LW__colorInputGroup{align-items:center;gap:12px;margin-bottom:16px;display:flex}.Offerte-module__53S-LW__colorPicker{cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:6px;width:48px;height:40px;padding:0}.Offerte-module__53S-LW__colorInput{border:1px solid #d1d5db;border-radius:6px;flex:1;padding:10px 12px;font-family:Courier New,monospace;font-size:14px}.Offerte-module__53S-LW__addColorBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#6b7280;border:none;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:500;transition:background .2s}.Offerte-module__53S-LW__addColorBtn:hover{background:#4b5563}.Offerte-module__53S-LW__selectedColors h5{color:#374151;margin:0 0 12px;font-size:14px;font-weight:600}.Offerte-module__53S-LW__colorList{flex-wrap:wrap;gap:8px;display:flex}.Offerte-module__53S-LW__colorItem{background:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:8px;padding:6px 8px;display:flex}.Offerte-module__53S-LW__colorPreview{border:1px solid #0000001a;border-radius:4px;flex-shrink:0;width:20px;height:20px}.Offerte-module__53S-LW__colorCode{color:#374151;font-family:Courier New,monospace;font-size:12px}.Offerte-module__53S-LW__removeColorBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;transition:background .2s;display:flex}.Offerte-module__53S-LW__removeColorBtn:hover{background:#dc2626}.Offerte-module__53S-LW__colorInstruction{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;margin:0 0 12px;padding:8px 12px;font-size:13px}.Offerte-module__53S-LW__fontPreview{gap:12px;display:grid}.Offerte-module__53S-LW__fontOption{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex}.Offerte-module__53S-LW__fontOption:hover{background:#f9fafb;border-color:#d1d5db}.Offerte-module__53S-LW__fontOption input[type=radio]{margin:0}.Offerte-module__53S-LW__fontSample{flex:1;align-items:center;gap:16px;display:flex}.Offerte-module__53S-LW__fontExample{color:#111827;min-width:160px;font-size:18px;font-weight:600}.Offerte-module__53S-LW__fontModern{font-family:Helvetica Neue,Arial,sans-serif}.Offerte-module__53S-LW__fontSerif{font-family:Georgia,Times New Roman,serif}.Offerte-module__53S-LW__fontRounded{border-radius:8px;font-family:Nunito,Poppins,sans-serif}.Offerte-module__53S-LW__fontMono{font-family:Roboto Mono,Courier New,monospace}.Offerte-module__53S-LW__fontInfo{flex-direction:column;gap:2px;display:flex}.Offerte-module__53S-LW__fontInfo strong{color:#374151;font-size:14px}.Offerte-module__53S-LW__fontInfo span{color:#6b7280;font-size:12px}.Offerte-module__53S-LW__customFontInput{background:#fff;border:1px solid #d1d5db;border-radius:4px;width:100%;margin-top:4px;padding:6px 8px;font-size:12px}.Offerte-module__53S-LW__customFontInput:focus{border-color:#6b7280;outline:none;box-shadow:0 0 0 2px #6b72801a}@media (max-width:768px){.Offerte-module__53S-LW__brandSection{margin-bottom:32px;padding:20px 16px}.Offerte-module__53S-LW__personalityGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.Offerte-module__53S-LW__personalityCard{padding:12px}.Offerte-module__53S-LW__personalityIcon{margin-bottom:6px;font-size:20px}.Offerte-module__53S-LW__personalityCard h4{font-size:13px}.Offerte-module__53S-LW__personalityCard p{font-size:11px}.Offerte-module__53S-LW__colorPresets{grid-template-columns:1fr;gap:12px}.Offerte-module__53S-LW__colorInputGroup{flex-direction:column;align-items:stretch;gap:8px}.Offerte-module__53S-LW__fontSample{flex-direction:column;align-items:flex-start;gap:8px}.Offerte-module__53S-LW__fontExample{min-width:auto;font-size:16px}}@media (max-width:480px){.Offerte-module__53S-LW__brandSection{margin-bottom:24px;padding:16px 12px}.Offerte-module__53S-LW__personalityGrid{grid-template-columns:repeat(2,1fr);gap:8px}.Offerte-module__53S-LW__personalityCard{padding:10px 8px}.Offerte-module__53S-LW__personalityIcon{margin-bottom:4px;font-size:18px}.Offerte-module__53S-LW__personalityCard h4{margin-bottom:2px;font-size:12px}.Offerte-module__53S-LW__personalityCard p{font-size:10px}.Offerte-module__53S-LW__presetColors{gap:2px}.Offerte-module__53S-LW__presetColorSwatch{width:24px;height:24px}.Offerte-module__53S-LW__fontOption{padding:12px}.Offerte-module__53S-LW__fontExample{font-size:14px}}.Offerte-module__53S-LW__helpText{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:24px;padding:16px}.Offerte-module__53S-LW__helpText p{margin:0;font-size:14px;line-height:1.5}.Offerte-module__53S-LW__helpText strong{color:#374151}.Offerte-module__53S-LW__bedrijfsnaamSection{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--radius-md);max-width:1000px;box-shadow:var(--shadow-sm);margin:0 auto 32px;padding:24px;transition:box-shadow .2s}.Offerte-module__53S-LW__bedrijfsnaamSection:hover{box-shadow:var(--shadow-md)}.Offerte-module__53S-LW__bedrijfsnaamSection h2{color:var(--text-primary);text-align:center;margin:0 0 16px;font-size:1.4rem;font-weight:600;position:relative}.Offerte-module__53S-LW__bedrijfsnaamSection h2:after{content:"";background:linear-gradient(90deg, var(--primary-color), var(--accent-color));border-radius:2px;width:60px;height:3px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.Offerte-module__53S-LW__bedrijfsnaamSection .Offerte-module__53S-LW__formGroup{max-width:400px;margin:0 auto}.Offerte-module__53S-LW__dropdownContainer{width:100%;position:relative}.Offerte-module__53S-LW__dropdown{border:1px solid var(--border-light);border-radius:0 0 var(--radius-md) var(--radius-md);box-shadow:var(--shadow-lg);z-index:1000;background:#fff;border-top:none;max-height:200px;animation:.2s ease-out Offerte-module__53S-LW__dropdownFadeIn;position:absolute;top:100%;left:0;right:0;overflow-y:auto}@keyframes Offerte-module__53S-LW__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Offerte-module__53S-LW__dropdownItem{cursor:pointer;border-bottom:1px solid var(--border-light);flex-direction:column;gap:4px;padding:12px 16px;transition:all .2s;display:flex;position:relative}.Offerte-module__53S-LW__dropdownItem:hover{background-color:var(--bg-secondary);transform:translate(4px)}.Offerte-module__53S-LW__dropdownItem:active{background-color:var(--primary-light)}.Offerte-module__53S-LW__companyName{color:var(--text-primary);align-items:center;gap:8px;font-size:.95rem;font-weight:600;display:flex}.Offerte-module__53S-LW__dropdownIcon{color:var(--text-secondary);margin-right:6px;font-size:.8rem}.Offerte-module__53S-LW__kvkBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:4px;margin-left:8px;padding:2px 6px;font-size:.7rem;font-weight:600;box-shadow:0 1px 3px #4f46e54d}.Offerte-module__53S-LW__readonlyField{color:#6c757d;cursor:not-allowed;background-color:#f8f9fa;border:1px solid #e9ecef}.Offerte-module__53S-LW__readonlyField:focus{box-shadow:none;border-color:#e9ecef;outline:none}.Offerte-module__53S-LW__inputContainer{align-items:center;display:flex;position:relative}.Offerte-module__53S-LW__inputLockIcon{color:var(--success-color);pointer-events:none;font-size:.9rem;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.Offerte-module__53S-LW__lastUsed{color:var(--text-secondary);align-items:center;gap:4px;font-size:.8rem;display:flex}.Offerte-module__53S-LW__lockContainer{align-items:flex-start;gap:12px;margin-top:16px;display:flex}.Offerte-module__53S-LW__lockContainer .Offerte-module__53S-LW__dropdownContainer{flex:1}.Offerte-module__53S-LW__lockSwitchContainer{align-items:center;gap:12px;display:flex}.Offerte-module__53S-LW__lockSwitchLabel{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;display:flex}.Offerte-module__53S-LW__lockSwitch{display:none}.Offerte-module__53S-LW__lockSwitchSlider{background:var(--text-secondary);border-radius:16px;justify-content:center;align-items:center;width:60px;height:32px;transition:all .3s;display:flex;position:relative}.Offerte-module__53S-LW__lockSwitchSlider:before{content:"";background:#fff;border-radius:50%;width:24px;height:24px;transition:all .3s;position:absolute;top:4px;left:4px;box-shadow:0 2px 4px #0003}.Offerte-module__53S-LW__lockSwitch:checked+.Offerte-module__53S-LW__lockSwitchSlider{background:var(--success-color)}.Offerte-module__53S-LW__lockSwitch:checked+.Offerte-module__53S-LW__lockSwitchSlider:before{transform:translate(28px)}.Offerte-module__53S-LW__lockSwitchIcon{z-index:1;color:#fff;font-size:12px;transition:all .3s;position:absolute}.Offerte-module__53S-LW__lockSwitchText{color:var(--text-primary);font-size:.95rem;font-weight:600;transition:color .3s}.Offerte-module__53S-LW__lockSwitch:checked~.Offerte-module__53S-LW__lockSwitchText{color:var(--success-color)}.Offerte-module__53S-LW__lockSwitch:disabled+.Offerte-module__53S-LW__lockSwitchSlider{background:var(--text-secondary);opacity:.6;cursor:not-allowed}.Offerte-module__53S-LW__lockSwitch:disabled~.Offerte-module__53S-LW__lockSwitchText{color:var(--text-secondary);cursor:not-allowed}.Offerte-module__53S-LW__lockSwitchLabel:hover:not(:has(.Offerte-module__53S-LW__lockSwitch:disabled)) .Offerte-module__53S-LW__lockSwitchSlider{box-shadow:0 0 0 4px #22c55e1a}@keyframes Offerte-module__53S-LW__lockSuccess{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes Offerte-module__53S-LW__lockBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}60%{transform:translateY(-2px)}}.Offerte-module__53S-LW__lockedInput{cursor:not-allowed;position:relative;background-color:var(--bg-secondary)!important;border-color:var(--success-color)!important;color:var(--text-primary)!important}.Offerte-module__53S-LW__lockedInput:after{content:"";opacity:.6;font-size:.9rem;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.Offerte-module__53S-LW__lockStatus{background:var(--success-light);border:1px solid var(--success-color);border-radius:var(--radius-md);margin-top:12px;padding:12px;animation:.3s ease-out Offerte-module__53S-LW__statusSlideIn}@keyframes Offerte-module__53S-LW__statusSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Offerte-module__53S-LW__lockMessage{color:var(--success-dark);align-items:center;gap:8px;font-size:.9rem;font-weight:500;display:flex}.Offerte-module__53S-LW__lockStatusIcon{color:var(--success-color);font-size:1rem}.Offerte-module__53S-LW__websiteTypeSelection{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--radius-md);max-width:1000px;margin:0 auto 40px;padding:24px}.Offerte-module__53S-LW__websiteTypeLabel{color:var(--text-primary);cursor:pointer;align-items:center;gap:12px;font-size:16px;font-weight:600;display:flex}.Offerte-module__53S-LW__websiteTypeLabel input[type=checkbox]{display:none}.Offerte-module__53S-LW__checkboxCustom{background:#fff;border:2px solid #d1d5db;border-radius:4px;width:20px;height:20px;transition:all .2s;position:relative}.Offerte-module__53S-LW__websiteTypeLabel input[type=checkbox]:checked+.Offerte-module__53S-LW__checkboxCustom{background:var(--accent-cta);border-color:var(--accent-cta)}.Offerte-module__53S-LW__websiteTypeLabel input[type=checkbox]:checked+.Offerte-module__53S-LW__checkboxCustom:after{content:"✓";color:#fff;font-size:12px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Offerte-module__53S-LW__aandachtsPuntItem{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px;padding:20px;position:relative}.Offerte-module__53S-LW__aandachtsPuntHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.Offerte-module__53S-LW__aandachtsPuntNumber{color:#fff;background:#6b7280;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:600;display:flex}.Offerte-module__53S-LW__removeAandachtsPunt{color:#fff;cursor:pointer;background:#6b7280;border:none;border-radius:50%;width:24px;height:24px;font-size:16px;line-height:1;transition:background .2s}.Offerte-module__53S-LW__removeAandachtsPunt:hover{background:#4b5563}.Offerte-module__53S-LW__aandachtsPuntFields{flex-direction:column;gap:12px;display:flex}.Offerte-module__53S-LW__addAandachtsPunt{background:var(--accent-cta);color:#fff;cursor:pointer;border:none;border-radius:6px;margin-top:16px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.Offerte-module__53S-LW__addAandachtsPunt:hover{background:#6d28d9;transform:translateY(-1px)}@media (max-width:768px){.Offerte-module__53S-LW__bedrijfsnaamSection{margin-bottom:24px;padding:20px 16px}.Offerte-module__53S-LW__bedrijfsnaamSection h2{font-size:1.2rem}.Offerte-module__53S-LW__bedrijfsnaamSection h2:after{width:40px;height:2px}.Offerte-module__53S-LW__dropdown{max-height:150px}.Offerte-module__53S-LW__dropdownItem{padding:10px 12px}.Offerte-module__53S-LW__dropdownItem:hover{transform:translate(2px)}.Offerte-module__53S-LW__companyName{font-size:.9rem}.Offerte-module__53S-LW__lastUsed{font-size:.75rem}.Offerte-module__53S-LW__lockContainer{flex-direction:column;gap:8px}.Offerte-module__53S-LW__lockSwitchContainer{width:100%}.Offerte-module__53S-LW__lockSwitchSlider{width:50px;height:28px}.Offerte-module__53S-LW__lockSwitchSlider:before{width:20px;height:20px}.Offerte-module__53S-LW__lockSwitch:checked+.Offerte-module__53S-LW__lockSwitchSlider:before{transform:translate(22px)}.Offerte-module__53S-LW__websiteTypeSelection{margin-bottom:32px;padding:20px 16px}.Offerte-module__53S-LW__websiteTypeLabel{gap:10px;font-size:14px}.Offerte-module__53S-LW__aandachtsPuntItem{margin-bottom:12px;padding:16px}.Offerte-module__53S-LW__aandachtsPuntHeader{margin-bottom:12px}}@media (max-width:480px){.Offerte-module__53S-LW__bedrijfsnaamSection{margin-bottom:20px;padding:16px 12px}.Offerte-module__53S-LW__bedrijfsnaamSection h2{font-size:1.1rem}.Offerte-module__53S-LW__bedrijfsnaamSection h2:after{width:30px;height:2px}.Offerte-module__53S-LW__dropdown{max-height:120px}.Offerte-module__53S-LW__dropdownItem{padding:8px 10px}.Offerte-module__53S-LW__dropdownItem:hover{transform:translate(1px)}.Offerte-module__53S-LW__companyName{font-size:.85rem}.Offerte-module__53S-LW__dropdownIcon{font-size:.7rem}.Offerte-module__53S-LW__inputLockIcon{font-size:.8rem}.Offerte-module__53S-LW__lastUsed{font-size:.7rem}.Offerte-module__53S-LW__lastUsed:before{font-size:.6rem}.Offerte-module__53S-LW__lockContainer{flex-direction:column;gap:6px}.Offerte-module__53S-LW__lockSwitchContainer{width:100%}.Offerte-module__53S-LW__lockSwitchSlider{width:45px;height:26px}.Offerte-module__53S-LW__lockSwitchSlider:before{width:18px;height:18px}.Offerte-module__53S-LW__lockSwitch:checked+.Offerte-module__53S-LW__lockSwitchSlider:before{transform:translate(19px)}.Offerte-module__53S-LW__lockStatus{padding:10px}.Offerte-module__53S-LW__lockMessage{font-size:.85rem}.Offerte-module__53S-LW__lockStatusIcon{font-size:.9rem}.Offerte-module__53S-LW__websiteTypeSelection{margin-bottom:24px;padding:16px 12px}.Offerte-module__53S-LW__websiteTypeLabel{gap:8px;font-size:13px}.Offerte-module__53S-LW__checkboxCustom{width:18px;height:18px}.Offerte-module__53S-LW__aandachtsPuntItem{padding:12px}.Offerte-module__53S-LW__addAandachtsPunt{padding:10px 20px;font-size:13px}}.Offerte-module__53S-LW__formContainer{max-width:1200px;margin:0 auto;padding:0 20px}.Offerte-module__53S-LW__section{background:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);margin:32px 0;padding:32px 24px;transition:box-shadow .2s}.Offerte-module__53S-LW__section:hover{box-shadow:var(--shadow-md)}.Offerte-module__53S-LW__sectionTitle{color:var(--text-primary);align-items:center;gap:12px;margin:0 0 12px;font-size:1.8rem;font-weight:700;display:flex}.Offerte-module__53S-LW__sectionTitle:before{content:"📋";font-size:1.5rem}.Offerte-module__53S-LW__section:first-of-type .Offerte-module__53S-LW__sectionTitle:before{content:"🏢"}.Offerte-module__53S-LW__section:nth-of-type(2) .Offerte-module__53S-LW__sectionTitle:before{content:"⚙️"}.Offerte-module__53S-LW__section:nth-of-type(3) .Offerte-module__53S-LW__sectionTitle:before{content:"📝"}.Offerte-module__53S-LW__sectionDescription{color:var(--text-secondary);max-width:800px;margin:0 0 24px;font-size:1rem;line-height:1.6}.Offerte-module__53S-LW__formGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:24px;display:grid}.Offerte-module__53S-LW__formGroup{flex-direction:column;gap:8px;display:flex}.Offerte-module__53S-LW__label{color:var(--text-primary);font-size:.95rem;font-weight:600}.Offerte-module__53S-LW__input{border:2px solid var(--border-light);border-radius:var(--radius-sm);background:var(--bg-primary);padding:12px 16px;font-size:1rem;transition:all .2s}.Offerte-module__53S-LW__input:focus{border-color:var(--accent-cta);outline:none;box-shadow:0 0 0 3px #7c3aed1a}.Offerte-module__53S-LW__input:hover{border-color:var(--accent-cta)}.Offerte-module__53S-LW__textarea{border:2px solid var(--border-light);border-radius:var(--radius-sm);background:var(--bg-primary);resize:vertical;min-height:120px;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .2s}.Offerte-module__53S-LW__textarea:focus{border-color:var(--accent-cta);outline:none;box-shadow:0 0 0 3px #7c3aed1a}.Offerte-module__53S-LW__textarea:hover{border-color:var(--accent-cta)}.Offerte-module__53S-LW__inputWithDropdown{align-items:center;gap:8px;display:flex;position:relative}.Offerte-module__53S-LW__lockButton,.Offerte-module__53S-LW__unlockButton{border:2px solid var(--accent-cta);border-radius:var(--radius-sm);background:var(--accent-cta);color:#fff;cursor:pointer;justify-content:center;align-items:center;min-width:40px;padding:8px 12px;transition:all .2s;display:flex}.Offerte-module__53S-LW__lockButton:hover,.Offerte-module__53S-LW__unlockButton:hover{background:var(--accent-cta-hover);border-color:var(--accent-cta-hover);transform:translateY(-1px)}.Offerte-module__53S-LW__lockButton:disabled{background:var(--text-muted);border-color:var(--text-muted);cursor:not-allowed;transform:none}.Offerte-module__53S-LW__unlockButton{background:var(--accent-secondary);border-color:var(--accent-secondary)}.Offerte-module__53S-LW__unlockButton:hover{background:var(--accent-secondary-hover);border-color:var(--accent-secondary-hover)}.Offerte-module__53S-LW__dropdown{background:var(--bg-primary);border:2px solid var(--border-light);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);z-index:1000;max-height:200px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.Offerte-module__53S-LW__dropdownItem{cursor:pointer;border-bottom:1px solid var(--border-light);padding:12px 16px;transition:background-color .2s}.Offerte-module__53S-LW__dropdownItem:last-child{border-bottom:none}.Offerte-module__53S-LW__dropdownItem:hover{background:var(--accent-cta-light)}.Offerte-module__53S-LW__companyName{color:var(--text-primary);margin-bottom:4px;font-weight:600}.Offerte-module__53S-LW__companyDetails{color:var(--text-secondary);gap:12px;font-size:.85rem;display:flex}.Offerte-module__53S-LW__checkboxGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:24px;display:grid}.Offerte-module__53S-LW__checkboxItem{background:var(--bg-secondary);border:2px solid var(--border-light);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex}.Offerte-module__53S-LW__checkboxItem:hover{border-color:var(--accent-cta);background:#fafbff;transform:translateY(-1px)}.Offerte-module__53S-LW__checkboxItem:has(input:checked){border-color:var(--accent-cta);background:linear-gradient(135deg,#fafbff 0%,#f0f4ff 100%);box-shadow:0 4px 16px #7c3aed26}.Offerte-module__53S-LW__checkboxItem:has(input:checked) .Offerte-module__53S-LW__checkboxText{color:var(--accent-cta);font-weight:600}.Offerte-module__53S-LW__checkbox{width:20px;height:20px;accent-color:var(--accent-cta);cursor:pointer}.Offerte-module__53S-LW__checkboxText{color:var(--text-primary);flex:1;font-weight:500}.Offerte-module__53S-LW__inputList{flex-direction:column;gap:12px;margin-top:12px;display:flex}.Offerte-module__53S-LW__inputListItem{align-items:center;gap:12px;display:flex}.Offerte-module__53S-LW__removeButton{background:var(--accent-danger);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;min-width:40px;height:40px;padding:8px 12px;font-size:1.2rem;font-weight:700;transition:all .2s;display:flex}.Offerte-module__53S-LW__removeButton:hover{background:var(--accent-danger-hover);transform:translateY(-1px)}.Offerte-module__53S-LW__addButton{background:var(--accent-cta);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;align-self:flex-start;padding:12px 20px;font-weight:600;transition:all .2s}.Offerte-module__53S-LW__addButton:hover{background:var(--accent-cta-hover);transform:translateY(-1px)}.Offerte-module__53S-LW__mvpCalculatorSection{background:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);margin:32px 0;padding:32px 24px;transition:box-shadow .2s}.Offerte-module__53S-LW__mvpCalculatorSection .Offerte-module__53S-LW__sectionTitle{color:var(--text-primary);align-items:center;gap:12px;margin:0 0 12px;font-size:1.8rem;font-weight:700;display:flex}.Offerte-module__53S-LW__mvpCalculatorSection .Offerte-module__53S-LW__sectionTitle:before{content:"🚀";font-size:1.5rem}.Offerte-module__53S-LW__mvpCalculatorSection .Offerte-module__53S-LW__sectionDescription{color:var(--text-secondary);max-width:800px;margin:0 0 32px;font-size:1rem;line-height:1.6}.Offerte-module__53S-LW__mvpCalculatorSection:hover{box-shadow:var(--shadow-md)}.Offerte-module__53S-LW__mvpCategory{background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-light);margin-bottom:32px;padding:24px 20px;transition:all .2s}.Offerte-module__53S-LW__mvpCategory:hover{border-color:var(--accent-cta);background:#f8fafc}.Offerte-module__53S-LW__mvpCategoryTitle{color:var(--text-primary);border-bottom:2px solid var(--accent-cta);align-items:center;gap:8px;margin:0 0 20px;padding-bottom:12px;font-size:1.3rem;font-weight:700;display:flex}.Offerte-module__53S-LW__mvpCategoryTitle:before{content:"📋";font-size:1.1rem}.Offerte-module__53S-LW__mvpFeaturesGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;display:grid}.Offerte-module__53S-LW__mvpFeatureItem{background:var(--bg-primary);border-radius:var(--radius-sm);border:2px solid var(--border-light);padding:16px;transition:all .3s;position:relative;overflow:hidden}.Offerte-module__53S-LW__mvpFeatureItem:before{content:"";background:linear-gradient(90deg, var(--accent-cta), #a855f7);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Offerte-module__53S-LW__mvpFeatureItem:hover{border-color:var(--accent-cta);background:#fafbff;transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed1a}.Offerte-module__53S-LW__mvpFeatureItem:hover:before{transform:scaleX(1)}.Offerte-module__53S-LW__mvpFeatureLabel{cursor:pointer;align-items:flex-start;gap:12px;margin:0;display:flex;position:relative}.Offerte-module__53S-LW__mvpFeatureLabel:hover .Offerte-module__53S-LW__mvpFeatureText{color:var(--accent-cta)}.Offerte-module__53S-LW__mvpRadioButton{width:20px;height:20px;accent-color:var(--accent-cta);cursor:pointer;flex-shrink:0;margin:2px 0 0;transition:all .2s}.Offerte-module__53S-LW__mvpRadioButton:hover{transform:scale(1.1)}.Offerte-module__53S-LW__mvpFeatureText{color:var(--text-primary);flex:1;font-size:.95rem;font-weight:500;line-height:1.5;transition:all .2s}.Offerte-module__53S-LW__mvpFeatureItem:has(input:checked){border-color:var(--accent-cta);background:linear-gradient(135deg,#fafbff 0%,#f0f4ff 100%);box-shadow:0 4px 16px #7c3aed26}.Offerte-module__53S-LW__mvpFeatureItem:has(input:checked):before{transform:scaleX(1)}.Offerte-module__53S-LW__mvpFeatureItem:has(input:checked) .Offerte-module__53S-LW__mvpFeatureText{color:var(--accent-cta);font-weight:600}.Offerte-module__53S-LW__mvpFeatureItem:has(input:checked) .Offerte-module__53S-LW__mvpRadioButton{transform:scale(1.1)}@media (max-width:1024px){.Offerte-module__53S-LW__formContainer{padding:0 16px}.Offerte-module__53S-LW__section{margin:28px 0;padding:28px 20px}.Offerte-module__53S-LW__sectionTitle{font-size:1.6rem}.Offerte-module__53S-LW__sectionDescription{margin-bottom:28px;font-size:.95rem}.Offerte-module__53S-LW__formGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.Offerte-module__53S-LW__checkboxGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.Offerte-module__53S-LW__mvpCalculatorSection{margin:28px 0;padding:28px 20px}.Offerte-module__53S-LW__mvpCalculatorSection .Offerte-module__53S-LW__sectionTitle{font-size:1.6rem}.Offerte-module__53S-LW__mvpCalculatorSection .Offerte-module__53S-LW__sectionDescription{margin-bottom:28px;font-size:.95rem}.Offerte-module__53S-LW__mvpCategory{margin-bottom:28px;padding:20px 16px}.Offerte-module__53S-LW__mvpCategoryTitle{margin-bottom:16px;font-size:1.2rem}.Offerte-module__53S-LW__mvpFeaturesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.Offerte-module__53S-LW__mvpFeatureItem{padding:14px}}@media (max-width:768px){.Offerte-module__53S-LW__formContainer{padding:0 12px}.Offerte-module__53S-LW__section{margin:24px 0;padding:24px 16px}.Offerte-module__53S-LW__sectionTitle{gap:10px;font-size:1.4rem}.Offerte-module__53S-LW__sectionDescription{margin-bottom:24px;font-size:.9rem}.Offerte-module__53S-LW__formGrid{grid-template-columns:1fr;gap:16px}.Offerte-module__53S-LW__checkboxGrid{grid-template-columns:1fr;gap:12px}.Offerte-module__53S-LW__checkboxItem{padding:14px}.Offerte-module__53S-LW__inputListItem{gap:10px}.Offerte-module__53S-LW__mvpCalculatorSection{margin:24px 0;padding:24px 16px}.Offerte-module__53S-LW__mvpCalculatorSection .Offerte-module__53S-LW__sectionTitle{gap:10px;font-size:1.4rem}.Offerte-module__53S-LW__mvpCalculatorSection .Offerte-module__53S-LW__sectionDescription{margin-bottom:24px;font-size:.9rem}.Offerte-module__53S-LW__mvpCategory{margin-bottom:24px;padding:18px 14px}.Offerte-module__53S-LW__mvpCategoryTitle{margin-bottom:14px;padding-bottom:10px;font-size:1.1rem}.Offerte-module__53S-LW__mvpFeaturesGrid{grid-template-columns:1fr;gap:12px}.Offerte-module__53S-LW__mvpFeatureItem{padding:12px}.Offerte-module__53S-LW__mvpFeatureLabel{gap:10px}.Offerte-module__53S-LW__mvpFeatureText{font-size:.9rem}}@media (max-width:480px){.Offerte-module__53S-LW__formContainer{padding:0 8px}.Offerte-module__53S-LW__section{margin:20px 0;padding:20px 12px}.Offerte-module__53S-LW__sectionTitle{gap:8px;font-size:1.2rem}.Offerte-module__53S-LW__sectionDescription{margin-bottom:20px;font-size:.85rem}.Offerte-module__53S-LW__formGrid{gap:14px}.Offerte-module__53S-LW__checkboxGrid{gap:10px}.Offerte-module__53S-LW__checkboxItem{padding:12px}.Offerte-module__53S-LW__inputListItem{gap:8px}.Offerte-module__53S-LW__removeButton{min-width:36px;height:36px;font-size:1.1rem}.Offerte-module__53S-LW__addButton{padding:10px 16px;font-size:.9rem}.Offerte-module__53S-LW__mvpCalculatorSection{margin:20px 0;padding:20px 12px}.Offerte-module__53S-LW__mvpCalculatorSection .Offerte-module__53S-LW__sectionTitle{gap:8px;font-size:1.2rem}.Offerte-module__53S-LW__mvpCalculatorSection .Offerte-module__53S-LW__sectionDescription{margin-bottom:20px;font-size:.85rem}.Offerte-module__53S-LW__mvpCategory{margin-bottom:20px;padding:16px 12px}.Offerte-module__53S-LW__mvpCategoryTitle{margin-bottom:12px;padding-bottom:8px;font-size:1rem}.Offerte-module__53S-LW__mvpFeatureItem{padding:10px}.Offerte-module__53S-LW__mvpFeatureLabel{gap:8px}.Offerte-module__53S-LW__mvpRadioButton{width:18px;height:18px}.Offerte-module__53S-LW__mvpFeatureText{font-size:.85rem}}.Offerte-module__53S-LW__tabsContainer{background:#fff;border-radius:12px;margin:20px 0;overflow:hidden;box-shadow:0 2px 8px #0000001a}.Offerte-module__53S-LW__tabs{margin:0}.Offerte-module__53S-LW__tabs .ant-tabs-nav{background:#f8f9fa;border-bottom:1px solid #e5e7eb;margin:0}.Offerte-module__53S-LW__tabs .ant-tabs-tab{background:0 0;border:none;margin:0;padding:16px 24px;transition:all .3s}.Offerte-module__53S-LW__tabs .ant-tabs-tab:hover{color:#667eea;background:#e9ecef}.Offerte-module__53S-LW__tabs .ant-tabs-tab-active{color:#667eea;background:#fff;border-bottom:2px solid #667eea}.Offerte-module__53S-LW__tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#667eea;font-weight:600}.Offerte-module__53S-LW__tabs .ant-tabs-tab-btn{color:#6b7280;align-items:center;gap:8px;font-size:16px;display:flex}.Offerte-module__53S-LW__tabs .ant-tabs-content-holder{display:none}.Offerte-module__53S-LW__tabs .ant-tabs-ink-bar{background:#667eea;height:2px}@media (max-width:768px){.Offerte-module__53S-LW__tabsContainer{margin:15px 0}.Offerte-module__53S-LW__tabs .ant-tabs-tab{padding:12px 16px}.Offerte-module__53S-LW__tabs .ant-tabs-tab-btn{gap:6px;font-size:14px}}
