.sample-request-section{padding:2rem 0}.sample-request-wrapper{background-color:#fff;border-radius:8px;max-width:1200px;margin:0 auto;padding:2rem;box-shadow:0 5px 20px #0000000d}.sample-request-title{color:#1a1a1a;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.sample-request-subtitle{color:#666;margin-bottom:2rem;line-height:1.6}.sample-request-form{flex-direction:column;gap:1.5rem;display:flex}.form-section{border-bottom:1px solid #eee;margin-bottom:1rem;padding-bottom:2rem}.form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-label{color:#333;margin-bottom:1.2rem;font-size:1.2rem;font-weight:600;display:block}.form-row-2{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-row-3{grid-template-columns:1fr 1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group.full-width{grid-column:1/-1}.form-label{color:#444;font-size:.9rem;font-weight:500}.form-input,.form-select,.form-textarea{background-color:#fff;border:1px solid #ddd;border-radius:4px;width:100%;padding:.8rem;font-family:inherit;font-size:.95rem;transition:border-color .3s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#000;outline:none}.form-textarea{resize:vertical;min-height:120px}.submit-area{flex-direction:column;align-items:flex-end;gap:1rem;margin-top:1rem;display:flex}.payment-info{text-align:right;color:#555;background-color:#f9f9f9;border:1px solid #eee;border-radius:6px;padding:1rem 1.5rem;font-size:.9rem}.payment-price{color:#000;margin-bottom:.3rem;font-size:1.1rem;font-weight:700;display:block}.payment-iban{color:#333;margin-top:.3rem;font-family:monospace;font-weight:600;display:block}.submit-btn{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:4px;padding:1rem 3rem;font-size:1rem;font-weight:600;transition:background-color .3s}.submit-btn:hover{background-color:#333}@media (max-width:768px){.form-row-2,.form-row-3{grid-template-columns:1fr;gap:1rem}.sample-request-wrapper{padding:1.5rem}.submit-area{align-items:stretch}.payment-info{text-align:center}}
.product-selection-modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.product-selection-modal-content{background-color:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:800px;height:80vh;animation:.3s ease-out modalFadeIn;display:flex;position:relative;box-shadow:0 10px 40px #0003}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-selection-header{border-bottom:1px solid #eee;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.modal-title-row{justify-content:space-between;align-items:center;display:flex}.modal-title{color:#1a1a1a;margin:0;font-size:1.4rem;font-weight:700}.modal-subtitle{color:#666;margin:0;font-size:.9rem}.modal-close-btn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.modal-close-btn:hover{color:#000;background-color:#f5f5f5}.product-search-input{border:1px solid #ddd;border-radius:8px;width:100%;padding:.8rem 1rem;font-size:1rem;transition:border-color .2s}.product-search-input:focus{border-color:#000;outline:none}.product-list-container{flex:1;padding:1.5rem;overflow-y:auto}.product-grid-selection{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;display:grid}.product-selection-card{cursor:pointer;border:1px solid #eee;border-radius:8px;transition:all .2s;position:relative;overflow:hidden}.product-selection-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.product-selection-card.selected{background-color:#f9f9f9;border-color:#000}.product-selection-card.selected:after{content:"✓";color:#fff;background-color:#000;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:flex;position:absolute;top:8px;right:8px}.product-card-image{aspect-ratio:1;object-fit:cover;background-color:#f5f5f5;width:100%}.product-card-info{padding:.8rem}.product-card-name{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.product-selection-footer{background-color:#fff;border-top:1px solid #eee;border-radius:0 0 12px 12px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.selection-count{color:#555;font-weight:600}.confirm-selection-btn{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:6px;padding:.8rem 2rem;font-weight:600;transition:background-color .2s}.confirm-selection-btn:disabled{cursor:not-allowed;background-color:#ccc}.confirm-selection-btn:hover:not(:disabled){background-color:#333}
