.to-beratung-hero{position:relative;padding:1.5rem 0 1rem;background:var(--light-gray)}.to-beratung-hero-content{position:relative;max-width:680px;margin:0 auto;text-align:center}.to-beratung-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .85rem;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#b45309;background:#fff3cd;border:1px solid #f5d97d;border-radius:100px;margin-bottom:.75rem}.to-beratung-badge svg{flex-shrink:0}.to-beratung-hero-title{font-size:clamp(1.75rem,4.5vw,2.75rem);font-weight:800;color:var(--secondary-color);line-height:1.15;margin:0 0 .5rem}.to-beratung-hero-title span{color:var(--primary-color)}.to-beratung-hero-subtitle{font-size:.9375rem;color:var(--text-gray);line-height:1.6;margin:0 auto 1rem;max-width:560px}.to-beratung-trust{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.to-beratung-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:600;color:var(--text-gray)}.to-beratung-trust-item svg{color:var(--primary-color);flex-shrink:0}.to-beratung-partner-card{max-width:800px;margin:-1.5rem auto 1.5rem;position:relative;z-index:2}.to-kunden-page{padding:3rem 0 4rem;background-color:var(--light-gray);min-height:70vh}.to-kunden-form-wrapper{max-width:800px;margin:0 auto;background-color:#ffffff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px rgb(0 0 0/.1)}.to-kunden-form{display:flex;flex-direction:column;gap:1.25rem}.to-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.to-form-group-street{grid-column:1/1;flex:3}.to-form-group-hausnummer{grid-column:2/2;flex:1}.to-form-group-plz{flex:1}.to-form-group-ort{flex:2}.to-form-checkbox{margin-top:.5rem}.to-form-checkbox label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.875rem;color:var(--text-gray);line-height:1.5}.to-form-checkbox label span{flex:1;padding-top:.125rem}.to-form-checkbox input{margin-top:.25rem;accent-color:var(--primary-color);width:18px;height:18px;flex-shrink:0}.to-form-checkbox a{color:var(--primary-color);text-decoration:underline}.to-form-success{text-align:center;padding:3rem 2rem}.to-form-success-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background-color:#10b981;border-radius:50%;color:white}.to-form-success h2{font-size:1.5rem;font-weight:700;color:var(--dark-gray);margin-bottom:.75rem}.to-form-success p{color:var(--text-gray);line-height:1.7;max-width:400px;margin:0 auto}.to-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.to-modal{background:white;border-radius:1rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);animation:modalFadeIn .3s ease-out;position:relative}.to-modal-close{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;cursor:pointer;padding:.5rem;color:#666;border-radius:50%;transition:background-color .2s,color .2s;display:flex;align-items:center;justify-content:center}.to-modal-close:hover{background-color:#f3f4f6;color:var(--dark-gray)}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.to-modal-content{padding:1.5rem 2rem;text-align:center}.to-modal-content .to-form-success-icon{width:60px;height:60px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background-color:#10b981;border-radius:50%;color:white}.to-modal-content h2{font-size:1.25rem;font-weight:700;color:var(--dark-gray);margin-bottom:.75rem}.to-modal-content p{color:#444;line-height:1.5;margin-bottom:.5rem}.to-section-header-compact{margin-bottom:2rem}.to-info-box{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#fff9e6,#fffbf0);border:1px solid #f5d97d;border-left:4px solid #f59e0b;border-radius:.75rem}.to-info-box-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#f59e0b;border-radius:50%;color:white}.to-info-box-icon svg{width:24px;height:24px}.to-info-box-content{flex:1}.to-info-box-content strong{display:block;font-size:1.0625rem;font-weight:700;color:#b45309;margin-bottom:.375rem}.to-info-box-content p{margin:0;font-size:.9375rem;color:#333333;line-height:1.6}.to-file-dropzone-compact{padding:1rem}.to-form-note{margin-top:1rem;font-size:.875rem;color:#666;text-align:center}.to-file-upload{gap:1rem}.to-file-dropzone,.to-file-upload{display:flex;flex-direction:column}.to-file-dropzone{position:relative;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1.5rem;border:2px dashed #d1d5db;border-radius:.75rem;background-color:#fafafa;cursor:pointer;transition:all .2s ease}.to-file-dropzone:hover{border-color:var(--primary-color);background-color:#fffdf5}.to-file-dropzone.dragging{border-color:var(--primary-color);background-color:#fffbeb;border-style:solid}.to-file-dropzone.disabled{opacity:.6;cursor:not-allowed}.to-file-dropzone.disabled,.to-file-dropzone.disabled:hover{background-color:#f3f4f6;border-color:#d1d5db}.to-file-dropzone-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#fff3cd;border-radius:50%;color:var(--primary-color)}.to-file-dropzone-text{text-align:center}.to-file-dropzone-text strong{display:block;font-size:.95rem;font-weight:600;color:var(--dark-gray);margin-bottom:.25rem}.to-file-dropzone-text span{font-size:.8rem;color:#888}.to-file-dropzone-text .highlight{color:var(--primary-color);font-weight:500}.to-file-list{display:flex;flex-direction:column;gap:.5rem}.to-file-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background-color:var(--light-gray);border:1px solid #e9ecef;border-radius:.5rem;transition:all .15s ease}.to-file-item:hover{background-color:#f1f3f4}.to-file-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#e9ecef;border-radius:.375rem;color:#6b7280;flex-shrink:0}.to-file-info{flex:1;min-width:0}.to-file-name{font-size:.875rem;font-weight:500;color:var(--dark-gray);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.to-file-size{font-size:.75rem;color:#888;margin-top:.125rem}.to-file-remove{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:.25rem;color:#9ca3af;cursor:pointer;transition:all .15s ease;flex-shrink:0}.to-file-remove:hover{background-color:#fee2e2;color:#ef4444}@media (max-width:768px){.to-beratung-hero{padding:1.25rem 0 .75rem}.to-beratung-hero-subtitle{font-size:.9375rem}.to-beratung-trust{flex-direction:column;align-items:center;gap:.6rem}.to-beratung-partner-card{margin-top:0;margin-bottom:1.25rem}.to-kunden-page{padding:2rem 0 2.5rem}.to-kunden-form-wrapper{padding:1.5rem}.to-form-row{grid-template-columns:1fr;gap:0}.to-form-group-hausnummer,.to-form-group-ort,.to-form-group-plz,.to-form-group-street{grid-column:auto}.to-form-success{padding:2rem 1rem}.to-form-success-icon{width:64px;height:64px}.to-form-success h2{font-size:1.25rem}.to-form-checkbox label{font-size:.8125rem;gap:.625rem;align-items:flex-start}.to-form-checkbox label span{flex:1;line-height:1.4}.to-form-checkbox input{width:18px;height:18px;margin-top:1px}}