.form-layout{display:grid;grid-template-columns:320px 1fr;gap:48px;align-items:start}.form-info h2{margin-bottom:12px}.form-desc{color:var(--muted);line-height:1.7;margin-bottom:20px}.form-features{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.form-features li{display:flex;align-items:center;gap:10px;font-size:.9rem;font-weight:500;line-height:1.4}.form-features li:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--amber);flex-shrink:0}.form-features--green li:before{background:var(--green)}.calendar-note{font-size:.875rem;color:var(--muted);line-height:1.6;padding-top:16px;border-top:1px solid var(--border)}.packaging-diagram{background:#fdfcf8;border:1px solid var(--border);border-radius:var(--radius);padding:20px}.packaging-diagram h4{font-size:.85rem;font-weight:700;color:#3a2818;margin-bottom:12px}.crate-graphic{display:flex;align-items:center;gap:12px;margin-bottom:12px}.crate-box{flex:1;height:60px;background:#2e7d32;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:700;box-shadow:0 2px 8px #0000001a}.crate-tag{font-size:.72rem;opacity:.85}.crate-weight{font-size:.9rem}.crate-box--empty{background:transparent;border:2px dashed #B89A72;color:#b89a72;box-shadow:none}.crate-arrows{font-size:1.5rem;color:var(--amber)}.crate-desc{font-size:.76rem;color:var(--muted);line-height:1.45}.prereg-form.card{padding:28px;display:flex;flex-direction:column;gap:16px}.field{display:flex;flex-direction:column;gap:5px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field label{font-size:.825rem;font-weight:600;color:var(--text);letter-spacing:.01em}.opt{font-weight:400;color:var(--muted)}.field input:not([type=checkbox]):not([type=radio]),.field select,.field textarea{border:1.5px solid var(--border);border-radius:var(--radius);padding:10px 13px;font:inherit;font-size:.95rem;background:var(--bg);color:var(--text);width:100%;transition:border-color .15s;appearance:none;-webkit-appearance:none}.field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;padding-right:36px}.field input:not([type=checkbox]):not([type=radio]):focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--amber)}.field textarea{resize:vertical;min-height:88px;line-height:1.6}.check-group{display:flex;flex-wrap:wrap;gap:8px 16px;padding:10px 0 4px}.check-item{display:flex;align-items:center;gap:7px;font-size:.875rem;font-weight:400;color:var(--text);cursor:pointer}.check-item input[type=checkbox]{width:16px;height:16px;flex-shrink:0;accent-color:var(--amber);cursor:pointer;border:none;padding:0;box-shadow:none;background:none}.field-check{flex-direction:row;align-items:flex-start;gap:10px}.field-check input[type=checkbox]{width:17px;height:17px;flex-shrink:0;margin-top:2px;accent-color:var(--amber);cursor:pointer;border:none;padding:0;box-shadow:none}.field-check label{font-size:.825rem;font-weight:400;cursor:pointer;line-height:1.55;color:var(--muted)}.prereg-form .btn{width:100%;justify-content:center;margin-top:4px}.form-error{font-size:.825rem;color:#c0392b;min-height:1em;margin-top:-8px}.form-success{background:var(--green-light);border:1px solid #b8d8b0;border-radius:var(--radius-lg);padding:40px 32px;text-align:center}.fs-icon{font-size:2rem;color:var(--green);margin-bottom:12px;font-style:normal}.form-success h3{font-size:1.3rem;margin-bottom:8px;color:var(--green)}.form-success p{color:var(--muted);font-size:.95rem;line-height:1.7}.form-placeholder.card{text-align:center;padding:40px 32px;background:var(--amber-pale);border-color:var(--amber-border)}.fp-title{font-size:1.05rem;font-weight:600;margin-bottom:8px}.fp-sub{color:var(--muted);font-size:.875rem;margin:16px 0 10px}.gdpr-note{margin-top:10px;font-size:.78rem;color:var(--muted);line-height:1.5}@media(max-width:900px){.form-layout{grid-template-columns:1fr}}@media(max-width:500px){.field-row{grid-template-columns:1fr}}
