.b2b-register-section{min-height:100vh;padding:60px 20px;background-color:#fef3e2}.b2b-register-container{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;padding:48px}@media (max-width: 768px){.b2b-register-container{padding:32px 24px}}.b2b-register-header{text-align:center;margin-bottom:48px}.b2b-register-title{font-family:Recoleta,Georgia,serif;font-size:48px;font-weight:400;color:#59432d;margin:0 0 16px;line-height:1.2}@media (max-width: 768px){.b2b-register-title{font-size:36px}}.b2b-register-subtitle{font-size:18px;color:#666;margin:0}.b2b-register-form{display:flex;flex-direction:column;gap:32px}.b2b-form-errors{background-color:#fee;border:1px solid #FCC;border-radius:8px;padding:20px;margin-bottom:32px}.b2b-error-title{color:#d00;font-size:16px;font-weight:600;margin:0 0 12px}.b2b-error-list{margin:0;padding-left:20px;color:#d00;font-size:14px}.b2b-error-list a{color:#d00;text-decoration:underline}.b2b-fieldset{border:none;padding:0;margin:0}.b2b-fieldset-legend{font-size:20px;font-weight:600;color:#59432d;margin-bottom:24px;padding:0;width:100%}.b2b-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.b2b-form-row:last-child{margin-bottom:0}@media (max-width: 640px){.b2b-form-row{grid-template-columns:1fr}}.b2b-form-field{display:flex;flex-direction:column}.b2b-form-field--full{grid-column:1 / -1}.b2b-label{font-size:14px;font-weight:600;color:#333;margin-bottom:8px}.b2b-required{color:#ff8c42}.b2b-input{padding:12px 16px;border:1px solid #E5E5E5;border-radius:8px;font-size:16px;color:#333;background-color:#fff;transition:border-color .3s}.b2b-input:focus{outline:none;border-color:#ff8c42;box-shadow:0 0 0 3px #ff8c421a}.b2b-input::placeholder{color:#999}.b2b-textarea{resize:vertical;min-height:100px;font-family:inherit}select.b2b-input{-webkit-appearance:none;appearance:none;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 fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.b2b-checkbox-label{display:flex;align-items:flex-start;cursor:pointer;font-size:14px;line-height:1.5}.b2b-checkbox{width:20px;height:20px;min-width:20px;margin-right:12px;margin-top:2px;border:1px solid #E5E5E5;border-radius:4px;cursor:pointer}.b2b-checkbox:checked{background-color:#ff8c42;border-color:#ff8c42}.b2b-field-error{color:#d00;font-size:13px;margin-top:4px;display:block}.b2b-link{color:#ff8c42;text-decoration:underline;transition:color .3s}.b2b-link:hover{color:#e67a3a}.b2b-form-actions{margin-top:32px;text-align:center}.b2b-submit-button{background-color:#ff8c42;color:#fff;padding:18px 48px;border:none;border-radius:50px;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:background-color .3s}.b2b-submit-button:hover{background-color:#e67a3a}.b2b-submit-button:disabled{background-color:#ccc;cursor:not-allowed}.b2b-form-note{margin-top:16px;font-size:14px;color:#666}.b2b-login-link{margin-top:32px;padding-top:32px;border-top:1px solid #E5E5E5;text-align:center;font-size:16px;color:#666}.b2b-loading{opacity:.6;pointer-events:none}.b2b-loading .b2b-submit-button:after{content:" ..."}.b2b-success-message{background-color:#efe;border:1px solid #CFC;border-radius:8px;padding:20px;margin-bottom:32px;text-align:center}.b2b-success-message h3{color:#090;font-size:18px;font-weight:600;margin:0 0 12px}.b2b-success-message p{color:#060;font-size:16px;margin:0}.b2b-radio-group{display:flex;gap:24px;margin-top:8px}.b2b-radio-label{display:flex;align-items:center;cursor:pointer;font-size:16px;color:#333}.b2b-radio{margin-right:8px;width:18px;height:18px;cursor:pointer}.b2b-help-text{display:block;font-size:13px;color:#666;margin-top:4px}.b2b-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.b2b-modal{background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;max-width:500px;width:90%;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.b2b-modal-content{padding:40px;text-align:center}.b2b-modal-content h2{font-family:Recoleta,Georgia,serif;font-size:32px;color:#59432d;margin:0 0 16px}.b2b-modal-content p{font-size:16px;color:#666;line-height:1.5;margin:0 0 32px}.b2b-modal-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.b2b-modal-actions .b2b-submit-button{margin:0}.b2b-cancel-button{background-color:transparent;color:#666;padding:18px 32px;border:2px solid #E5E5E5;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.b2b-cancel-button:hover{border-color:#ccc;background-color:#f5f5f5}@media (max-width: 480px){.b2b-modal-content{padding:24px}.b2b-modal-content h2{font-size:24px}.b2b-modal-actions{flex-direction:column;width:100%}.b2b-modal-actions button,.b2b-modal-actions a{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/b2b-registration.css.map */
