.plumber-popup{--primary-color:#00a0e3;--secondary-color:#333;--background-color:#fff;--text-color:#000;--border-radius:16px;--shadow:0 4px 6px rgba(0,0,0,.1);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}.plumber-popup-trigger{position:fixed;bottom:10px;right:20px;z-index:9998;}.trigger-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background-color:var(--primary-color);color:white;border:none;border-radius:var(--border-radius);cursor:pointer;font-size:16px;font-weight:500;box-shadow:var(--shadow);transition:transform .2s ease;}.trigger-button:hover{transform:translateY(-2px);}.plumber-popup-content{display:none;position:fixed;bottom:-400px;right:15px;width:360px;height:auto;background-color:var(--background-color);border-radius:var(--border-radius);box-shadow:var(--shadow);z-index:9999;}.plumber-popup-content.active{display:block;animation:slideInFromBottom .4s ease forwards;}@keyframes slideInFromBottom{from{bottom:-400px;opacity:0;}to{bottom:5px;opacity:1;}}@keyframes slideIn{from{transform:translateY(20px);opacity:0;}to{transform:translateY(0);opacity:1;}}.popup-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #eee;}.popup-header .company-logo{display:flex;align-items:center;}.popup-header .company-logo img{width:auto;object-fit:contain;}.close-button{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;line-height:1;margin-left:auto;}.popup-body{padding:16px;}.step-indicators{display:flex;justify-content:center;gap:8px;margin-bottom:20px;}.step{width:10px;height:10px;border-radius:50%;background-color:#ddd;}.step.active{background-color:var(--primary-color);}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:15px 0;}.category-item{display:flex;flex-direction:column;align-items:center;padding:16px;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.05);}.category-item:hover{border-color:var(--primary-color);background-color:#fff;}.category-item.selected{border-color:var(--primary-color);background-color:rgba(0,160,227,.05);}.category-icon{width:32px;height:32px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;}.category-icon svg{width:100%;height:100%;fill:#000;transition:fill .2s ease;}.category-item:hover .category-icon svg{fill:var(--primary-color);}.category-name{font-size:14px;font-weight:500;text-align:center;color:var(--text-color);}.other-category{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;color:var(--text-color);font-weight:500;}.other-category:hover{border-color:var(--primary-color);}.other-category svg{width:16px;height:16px;fill:currentColor;}.step-title{text-align:center;margin-bottom:16px;font-size:18px;font-weight:600;color:var(--text-color);}.step-title span{color:var(--primary-color);}.popup-navigation{display:flex;justify-content:center;padding:0 20px;margin-top:20px;}.nav-button{width:100%;padding:14px;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:15px;transition:all .2s ease;background-color:var(--primary-color);color:white;text-align:center;}.nav-button:disabled{opacity:.5;cursor:not-allowed;background-color:#e5e7eb;color:#6b7280;}.nav-button:not(:disabled):hover{background-color:#0090d3;}.subcategories-list{display:flex;flex-direction:column;gap:8px;margin:20px 0;}.subcategory-item{padding:16px;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;font-size:15px;color:var(--text-color);display:flex;align-items:center;position:relative;user-select:none;}.subcategory-item:before{content:"";width:24px;height:24px;border:2px solid #e5e7eb;border-radius:50%;margin-right:12px;transition:all .2s ease;flex-shrink:0;}.subcategory-item:hover{border-color:var(--primary-color);background-color:rgba(0,160,227,.02);}.subcategory-item.selected{background-color:rgba(0,160,227,.05);border-color:var(--primary-color);}.subcategory-item.selected:before{border-color:var(--primary-color);background-color:var(--primary-color);box-shadow:inset 0 0 0 6px #fff;}.subcategory-item:active{transform:scale(.98);}.photo-upload{text-align:center;margin-bottom:16px;}.upload-button{display:flex;flex-direction:column;align-items:center;gap:10px;padding:30px;border:2px dashed #ddd;border-radius:var(--border-radius);cursor:pointer;margin-bottom:15px;transition:all .2s ease;}.upload-button.hidden{display:none;}.upload-button:hover{border-color:var(--primary-color);background-color:rgba(0,160,227,.05);}.preview-container{margin:15px auto;max-width:280px;text-align:center;background:#f9fafb;padding:16px;border-radius:12px;border:1px solid #e5e7eb;display:none;}.preview-container:not(.hidden){display:block;}#photo-preview{max-width:100%;max-height:200px;border-radius:8px;margin-bottom:16px;object-fit:contain;border:1px solid #e5e7eb;background:white;display:block;}.photo-actions{display:flex;justify-content:center;gap:12px;margin-top:0;}.remove-photo,.skip-photo{flex:1;max-width:130px;background:white;border:1px solid #e5e7eb;color:#666;cursor:pointer;font-size:14px;padding:8px 16px;border-radius:6px;transition:all .2s ease;text-align:center;}.remove-photo:hover{background-color:#fee2e2;border-color:#ef4444;color:#ef4444;}.skip-photo:hover{background-color:#f3f4f6;border-color:var(--primary-color);color:var(--primary-color);}#situation-description{width:100%;min-height:120px;max-height:120px;padding:10px;border:1px solid #ddd;border-radius:var(--border-radius);resize:none;margin-bottom:5px;overflow-y:auto;overflow-x:hidden;}.char-counter{text-align:right;color:#666;font-size:12px;}.contact-form{margin-bottom:16px;}.form-group{margin-bottom:24px;position:relative;}.form-group:last-child{margin-bottom:16px;}label{display:block;margin-bottom:4px;color:var(--text-color);font-weight:500;font-size:14px;}input[type="text"],input[type="email"],input[type="tel"]{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s ease;}input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(0,160,227,.1);}.phone-input{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;height:38px;}.country-code{background-color:#f9fafb;border-right:1px solid #e5e7eb;}.fixed-prefix{display:flex;align-items:center;padding:0 8px;gap:6px;height:38px;}.country-flag{width:24px;height:16px;border-radius:2px;overflow:hidden;position:relative;box-shadow:0 0 1px rgba(0,0,0,.2);}.prefix-text{font-size:14px;color:#4b5563;}.phone-input input[type="tel"]{border:none;border-radius:0;padding-left:12px;flex:1;}.phone-input:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(0,160,227,.1);}.terms-privacy{margin-top:12px;font-size:12px;color:#6b7280;line-height:1.4;}.terms-privacy a{color:var(--primary-color);text-decoration:none;}.terms-privacy a:hover{text-decoration:underline;}.error-message{color:#f44;font-size:12px;margin-top:4px;display:block;}.form-error-message{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:10000;}.form-error-message .error-content{background-color:white;padding:24px;border-radius:12px;max-width:400px;width:90%;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);}.form-error-message p{color:#374151;margin-bottom:20px;font-size:14px;line-height:1.6;}.form-error-message .error-close{background-color:#00a0e3;color:white;border:none;padding:10px 24px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease;}.form-error-message .error-close:hover{background-color:#0090d3;}.phone-input.error{border-color:#f44;}.phone-input + .error-message{margin-top:4px;}@media (max-width: 480px){.form-error-message{width:85%;padding:16px;}.form-group{margin-bottom:24px;}.error-message{font-size:11px;bottom:-18px;}}::placeholder{color:#9ca3af;}:-ms-input-placeholder{color:#9ca3af;}::-ms-input-placeholder{color:#9ca3af;}.hidden{display:none !important;}@media (max-width: 480px){.plumber-popup-content{width:calc(100% - 20px) !important;right:10px !important;left:10px !important;max-height:90vh !important;overflow-y:auto !important;margin:0 auto !important;bottom:5px !important;}.popup-header{padding:12px !important;}.popup-body{padding:12px !important;}.categories-grid{grid-template-columns:repeat(2,1fr) !important;gap:8px !important;}.form-row{grid-template-columns:1fr !important;}.form-group{margin-bottom:16px !important;}.error-message{font-size:11px !important;bottom:-22px !important;}.category-icon{width:36px !important;height:36px !important;}.category-name{font-size:12px !important;}.nav-button{padding:12px !important;}.step-title{font-size:16px !important;margin-bottom:12px !important;}.category-item{padding:12px !important;}.trigger-button{padding:10px 16px !important;font-size:14px !important;}}@media (max-width: 480px){.success-message{width:calc(100% - 20px) !important;right:10px !important;left:10px !important;margin:0 auto !important;padding:16px !important;max-height:90vh !important;}.success-message h3{font-size:20px !important;}.success-message p{font-size:13px !important;}.details-modal-content{padding:16px !important;margin:16px !important;max-height:calc(100vh - 32px) !important;}}@media (min-width: 481px) and (max-width: 768px){.plumber-popup-content{width:400px !important;max-width:calc(100% - 40px) !important;}.success-message{width:400px !important;max-width:calc(100% - 40px) !important;}}.loading{position:relative;pointer-events:none;}.loading::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.8);display:flex;justify-content:center;align-items:center;border-radius:var(--border-radius);}.success-message{display:none;position:fixed;bottom:-400px;right:15px;width:360px;max-height:80vh;overflow-y:auto;background:#fff;border-radius:12px;box-shadow:rgba(0,0,0,.1) 0px 4px 6px -1px,rgba(0,0,0,.06) 0px 2px 4px -1px;z-index:9999;padding:20px;text-align:center;border:1px solid #e5e7eb;--primary-color:#00a0e3;}.success-message:not(.hidden){display:block;animation:slideInFromBottom .4s ease forwards;}.success-message .step-indicators{display:none;}.success-message .company-logo{display:flex;justify-content:center;margin-bottom:24px;}.success-message .company-logo img{height:auto;object-fit:contain;}.success-message h3{color:var(--text-color);font-size:24px;margin-bottom:16px;font-weight:600;}.success-message p{color:var(--secondary-color);font-size:14px;line-height:1.6;margin-bottom:16px;}.success-message .contact-text{font-size:13px;color:#777;margin-bottom:24px;}.success-message .request-details{background-color:#f8f9fa;border-radius:8px;padding:8px 12px;display:flex;justify-content:space-between;align-items:center;margin-top:12px;margin-bottom:12px;border:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(0,0,0,.05);}.success-message .request-info{display:flex;align-items:center;gap:8px;}.success-message .request-type{font-size:13px;color:#6b7280;margin:0;line-height:1;display:inline;}.success-message .request-category{font-weight:500;color:#111827;font-size:13px;line-height:1;display:inline;}.success-message .request-time{color:#6b7280;font-size:12px;line-height:1;display:inline;}.success-message .details-button{background-color:white;border:1px solid #e5e7eb;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;margin-left:10px;flex-shrink:0;height:fit-content;}.success-message .details-button:hover{background-color:#f8f9fa;border-color:#00a0e3;color:#00a0e3;transform:translateY(-1px);}.success-message .details-button:active{transform:translateY(0);}.success-message .new-request-button{background-color:white;border:1px solid #e5e7eb;border-radius:6px;padding:8px 16px;font-size:14px;color:var(--text-color);cursor:pointer;transition:all .2s ease;}.success-message .new-request-button:hover{background-color:#f8f9fa;border-color:var(--primary-color);color:var(--primary-color);}.success-message .view-photo-button{background-color:var(--primary-color);color:white;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;width:100%;margin-top:8px;}.success-message .close-button{position:absolute;top:16px;right:16px;background:none;border:none;padding:8px;cursor:pointer;color:#666;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;transition:all .2s ease;z-index:10;}.success-message .close-button:hover{background-color:rgba(0,0,0,.05);color:var(--primary-color);}.success-message .bottom-new-request{width:100%;padding:14px;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:15px;transition:all .2s ease;background-color:#00a0e3;color:white;text-align:center;margin-top:24px;}.success-message .bottom-new-request:hover{background-color:#0090d3;transform:translateY(-1px);}.success-message .previous-requests{margin-top:16px;margin-bottom:16px;}.success-message .previous-requests h4{font-size:16px;font-weight:600;color:#374151;margin-bottom:12px;text-align:left;}.success-message .previous-request-item{background-color:#f8f9fa;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;}.success-message .previous-request-item:hover{border-color:#00a0e3;box-shadow:0 1px 2px rgba(0,160,227,.1);}.success-message .previous-request-info{display:flex;align-items:center;gap:8px;}.success-message .previous-request-type{font-weight:normal;color:#6b7280;font-size:13px;}.success-message .previous-request-date{color:#6b7280;font-size:12px;}.success-message .bottom-new-request:disabled{background-color:#e5e7eb;color:#6b7280;cursor:not-allowed;transform:none;}.category-icon{width:48px;height:48px;background-size:contain;background-repeat:no-repeat;background-position:center;}.nav-button.prev{display:none !important;}.step-content[data-step="1"] ~ .popup-navigation{display:none;}.address-display{display:none;margin-top:16px;padding:12px 16px;background-color:#f3f4f6;border-radius:8px;font-size:14px;line-height:1.5;color:#1f2937;position:relative;}.address-display.visible{display:block;animation:fadeIn .3s ease;}.address-pin-icon{display:inline-block;margin-right:8px;font-size:16px;}@keyframes fadeIn{from{opacity:0;transform:translateY(-4px);}to{opacity:1;transform:translateY(0);}}input[type="text"]#house_number,input[type="text"]#postcode{text-transform:uppercase;font-size:14px;}input[type="text"]#house_number::placeholder,input[type="text"]#postcode::placeholder{text-transform:none;}.error-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:10000;}.error-content{background-color:white;padding:24px;border-radius:8px;max-width:400px;width:90%;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);}.error-content p{color:#333;margin-bottom:16px;font-size:14px;line-height:1.5;}.error-close{background-color:var(--primary-color);color:white;border:none;padding:8px 24px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease;}.error-close:hover{background-color:#0090d3;}.details-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:10001;}.details-modal-content{background:white;padding:24px;border-radius:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:rgba(0,0,0,.1) 0px 4px 6px -1px,rgba(0,0,0,.06) 0px 2px 4px -1px;position:relative;}.modal-close-button{position:absolute;top:16px;right:16px;background:none;border:none;padding:8px;cursor:pointer;color:#666;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;transition:all .2s ease;z-index:10;}.modal-close-button:hover{background-color:rgba(0,0,0,.05);color:var(--primary-color);}.details-modal-content h4{margin:0 0 20px;font-size:18px;color:var(--text-color);text-align:center;font-weight:600;padding:0 40px;}.details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px;}.detail-item{font-size:14px;}.detail-item.full-width{grid-column:1/-1;}.detail-item label{display:block;color:#6b7280;margin-bottom:4px;font-size:12px;}.detail-item p{margin:0;color:var(--text-color);line-height:1.4;background-color:#f8f9fa;padding:8px 12px;border-radius:6px;border:1px solid #e5e7eb;}.details-modal .view-photo-button,.details-modal .close-details,.view-photo-button,.close-details,.sluiten{background-color:#0090d3;color:white;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;width:100%;margin-top:8px;display:block;text-align:center;}@media (max-width: 480px){.details-grid{grid-template-columns:1fr;gap:12px;}.details-modal-content{padding:20px;margin:20px;max-height:calc(100vh - 40px);}}.details-section{padding:20px;}.details-section h4{margin:0 0 20px;font-size:18px;color:var(--text-color);text-align:center;}.detail-accordion{margin-bottom:20px;}.detail-section{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px;overflow:hidden;}.detail-header{padding:12px 16px;background-color:#f9fafb;display:flex;justify-content:space-between;align-items:center;cursor:pointer;user-select:none;}.detail-header span{font-weight:500;font-size:14px;color:var(--text-color);}.detail-header .chevron{width:20px;height:20px;fill:#6b7280;transition:transform .2s ease;}.detail-section.active .chevron{transform:rotate(180deg);}.detail-content{display:none;padding:16px;border-top:1px solid #e5e7eb;background:white;}.detail-row{margin-bottom:12px;}.detail-row:last-child{margin-bottom:0;}.detail-row label{display:block;font-size:12px;color:#6b7280;margin-bottom:4px;}.detail-row p{margin:0;font-size:14px;color:var(--text-color);line-height:1.4;}.detail-row.description p{max-height:100px;overflow-y:auto;padding-right:8px;}.detail-row.description p::-webkit-scrollbar{width:4px;}.detail-row.description p::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px;}.detail-row.description p::-webkit-scrollbar-thumb{background:#888;border-radius:2px;}.detail-row.description p::-webkit-scrollbar-thumb:hover{background:#666;}.back-button{position:absolute;left:16px;top:50%;transform:translateY(-50%);background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;color:var(--text-color);}.back-button svg{width:20px;height:20px;fill:currentColor;}.step-content{position:relative;}.step-title{padding:0 40px;position:relative;}.photo-preview-section{margin-top:8px;}.photo-preview-container{background:#f9fafb;padding:16px;border-radius:8px;text-align:center;}.details-photo-preview{max-width:100%;max-height:200px;border-radius:8px;margin-bottom:12px;object-fit:contain;border:1px solid #e5e7eb;background:white;}.min-length-message{color:#f44;font-size:12px;margin-top:4px;margin-bottom:8px;}.photo-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center;z-index:10002;}.photo-modal-content{position:relative;max-width:90%;max-height:90vh;margin:20px;}.full-size-photo{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;}.photo-modal .modal-close-button{position:absolute;top:-40px;right:-40px;background:none;border:none;color:white;font-size:32px;cursor:pointer;padding:8px;z-index:10003;}@media (max-width: 768px){.photo-modal-content{max-width:95%;}.photo-modal .modal-close-button{top:-40px;right:0;}}.success-message .max-requests-message{margin-top:24px;padding:16px;background-color:#fef3f2;border:1px solid #fee4e2;border-radius:8px;color:#7f1d1d;font-size:14px;line-height:1.5;text-align:center;}.success-message::-webkit-scrollbar{width:6px;}.success-message::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px;}.success-message::-webkit-scrollbar-thumb{background:#c5c5c5;border-radius:3px;}.success-message::-webkit-scrollbar-thumb:hover{background:#a8a8a8;}.house-number-row{display:flex;gap:15px;}.house-number-row .house-number-group{flex:1;}.house-number-row .addition-group{flex:1;}@media (max-width: 480px){.house-number-row{flex-direction:column;gap:10px;}}.detail-description-wrapper{max-height:120px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:4px;padding:10px;background-color:#f9f9f9;}.scrollable-description{margin:0;white-space:pre-wrap;overflow-x:hidden;word-break:break-word;}.detail-description-wrapper::-webkit-scrollbar{width:6px;}.detail-description-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px;}.detail-description-wrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px;}.detail-description-wrapper::-webkit-scrollbar-thumb:hover{background:#a8a8a8;}@media (max-width: 480px){input[type="text"],input[type="email"],input[type="tel"],textarea{padding:10px !important;font-size:14px !important;height:auto !important;border-radius:6px !important;}.house-number-row{flex-direction:column !important;gap:16px !important;}.house-number-row .house-number-group,.house-number-row .addition-group{width:100% !important;}.phone-input{height:auto !important;}.phone-input .fixed-prefix{padding:12px 10px !important;}.phone-input input[type="tel"]{padding:12px 10px !important;}#situation-description{min-height:100px !important;}.step-indicators{margin-bottom:16px !important;}.popup-navigation{margin-top:16px !important;padding:0 !important;}}.plumber-popup-content,.success-message{z-index:999999 !important;margin-bottom:env(safe-area-inset-bottom,0) !important;position:fixed !important;}@supports (padding-bottom: env(safe-area-inset-bottom)){.plumber-popup-content,.success-message{bottom:calc(5px + env(safe-area-inset-bottom,0)) !important;}.plumber-popup-trigger{bottom:calc(10px + env(safe-area-inset-bottom,0)) !important;}}@media (max-width: 360px){.plumber-popup-content,.success-message{width:calc(100% - 16px) !important;padding:10px !important;}.popup-header{padding:10px !important;}.popup-body{padding:10px !important;}.categories-grid{gap:6px !important;}.category-item{padding:8px !important;}.category-name{font-size:11px !important;}}