.section-title{font-size:1.5rem;font-weight:600;color:var(--text-main);margin-bottom:1.5rem;text-align:left}.form-section{margin-bottom:2.5rem}.form-group-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.neu-input.read-only{background:var(--bg-body);color:var(--text-muted);cursor:not-allowed;box-shadow:inset 2px 2px 5px var(--shadow-dark),inset -2px -2px 5px var(--shadow-light)}.addons-list{margin-top:1rem;padding:1rem;border-radius:var(--radius-md);background:var(--bg-body);box-shadow:inset 5px 5px 10px var(--shadow-dark),inset -5px -5px 10px var(--shadow-light)}.addon-option{display:flex;align-items:center;margin-bottom:.8rem;position:relative;cursor:pointer}.addon-checkbox{appearance:none;width:20px;height:20px;border-radius:var(--radius-md);background:var(--bg-gradient);box-shadow:inset 3px 3px 7px var(--shadow-dark),inset -3px -3px 7px var(--shadow-light);transition:all .2s ease;cursor:pointer;flex-shrink:0;position:relative}.addon-checkbox:checked{background:var(--primary);box-shadow:3px 3px 7px var(--shadow-dark),-3px -3px 7px var(--shadow-light)}.addon-checkbox:checked:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;color:#fff;font-size:.8rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.addon-label{margin-left:1rem;color:var(--text-main);font-size:1rem;font-weight:500;cursor:pointer}.total-price-display{font-size:1.8rem;font-weight:700;color:var(--primary);text-align:right;margin-top:2rem;margin-bottom:1.5rem}@media(max-width:500px){.form-group-flex{gap:1rem}.form-group-flex>div{min-width:100%}}
