:root{--protech-color-brand: var(--brand, #3fa9f5);--protech-color-brand-dark: var(--brand-d-1, #3784c2);--protech-color-brand-light: var(--brand-l-4, #e3f0fd);--protech-color-dark: var(--brand-dark, #283a5b);--protech-color-dark-soft: #3a4d6e;--protech-color-dark-muted: var(--brand-dark-l-1, #566179);--protech-color-dark-subtle: var(--brand-dark-l-2, #949dad);--protech-color-light: var(--bg-surface, #ffffff);--protech-color-light-alt: var(--brand-l-4, #e9ebf0);--protech-color-border: var(--border-primary, rgba(0, 0, 0, .1));--protech-color-input-border: var(--border-primary, rgba(0, 0, 0, .15));--protech-color-input-glass: var(--brand-5, rgba(58, 160, 238, .05));--protech-border-width: 1px;--protech-font-size-small: var(--text-s, .875rem);--protech-font-size-main: var(--text-m, 1rem);--protech-font-size-large: var(--text-l, 1.125rem);--protech-font-size-display: var(--text-2xl, 2rem);--protech-font-size-badge: var(--text-xs, .75rem);--protech-font-size-help: .8125rem;--protech-space-xs: var(--space-2xs, .5rem);--protech-space-sm: var(--space-xs, .75rem);--protech-space-md: var(--space-s, 1rem);--protech-space-lg: var(--space-m, 1.5rem);--protech-space-xl: var(--space-l, 2rem);--protech-radius-sm: var(--radius-xs, .25rem);--protech-radius-md: var(--radius-s, .5rem);--protech-radius-badge: var(--radius-full, 999rem);--protech-form-error-color: var(--error, #dc2626);--protech-form-error-bg: var(--error-10, #fef2f2);--protech-form-success-color: var(--success, #16a34a);--protech-form-success-bg: var(--success-10, #f0fdf4);--protech-form-success-border: var(--success-30, #bbf7d0);--protech-color-warning-bg: #fef3c7;--protech-color-warning-border: #fcd34d;--protech-color-warning-color: #92400e;--protech-color-hero-bg: linear-gradient(90deg, #141e30, #283a5b);--protech-content-max-width: 70rem;--protech-content-heading-spacing: .85rem;--protech-content-paragraph-spacing: 3rem;--protech-content-apply-spacing: 4rem;--protech-form-max-width: 640px;--protech-form-gap: var(--protech-space-lg);--protech-form-field-gap: var(--protech-space-xs);--protech-form-padding: var(--protech-space-lg);--protech-form-bg: var(--protech-color-light);--protech-form-border-color: var(--protech-color-border);--protech-form-border-radius: var(--protech-radius-md);--protech-form-neutral: #e9ebf0;--protech-form-card-bg: var(--protech-form-neutral);--protech-form-card-radius: var(--radius-l, 1rem);--protech-form-card-padding: var(--protech-space-xl);--protech-registration-step-border: 1.5px solid var(--border-primary, #d3d8e1);--protech-registration-step-padding: 3rem;--protech-form-title-size: 2rem;--protech-form-label-color: var(--protech-color-dark);--protech-form-label-size: 1rem;--protech-form-label-weight: 400;--protech-form-label-tracking: .016em;--protech-form-input-bg: var(--protech-color-light);--protech-form-input-color: var(--protech-color-dark);--protech-form-input-padding: .45rem 1rem;--protech-form-input-border-color: color-mix(in srgb, var(--protech-color-dark) 20%, transparent);--protech-form-input-border: 1.5px solid var(--protech-form-input-border-color);--protech-form-input-radius: var(--protech-radius-md);--protech-form-input-font-size: 1rem;--protech-form-input-placeholder: var(--protech-color-dark-subtle);--protech-form-button-bg: var(--protech-color-brand);--protech-form-button-hover-bg: var(--protech-color-brand-dark);--protech-form-button-color: #ffffff;--protech-form-button-padding: var(--btn-space, .875rem 2rem);--protech-form-button-radius: var(--radius-button, var(--protech-radius-md));--protech-form-button-font-size: 1.125rem;--protech-form-button-weight: 500;--protech-form-success-text: #49689f;--protech-form-progress-bg: var(--protech-form-neutral);--protech-form-progress-fill: var(--protech-color-brand);--protech-form-progress-height: 6px;--protech-form-progress-radius: var(--protech-radius-badge);--protech-stepper-size: 40px;--protech-stepper-on-bg: var(--protech-color-brand);--protech-stepper-on-color: #ffffff;--protech-stepper-off-bg: var(--protech-color-light);--protech-stepper-off-color: var(--protech-color-dark-subtle);--protech-stepper-line: var(--border-primary, #d3d8e1);--protech-stepper-line-on: var(--protech-color-brand);--protech-stepper-label-on: var(--protech-color-dark);--protech-stepper-label-off: var(--protech-color-dark-subtle)}.protech-application-form{width:100%}.protech-application-form__form{display:flex;flex-direction:column;gap:var(--protech-form-gap)}.protech-application-form__row{display:flex;gap:var(--protech-form-gap)}.protech-application-form__field{display:flex;flex-direction:column;gap:var(--protech-form-field-gap)}.protech-application-form__row .protech-application-form__field{flex:1;min-width:0}.protech-application-form__label{display:block;font-size:var(--protech-form-label-size);font-weight:var(--protech-form-label-weight);letter-spacing:var(--protech-form-label-tracking);color:var(--protech-form-label-color);line-height:1.5}.protech-application-form__required{color:var(--protech-form-error-color);margin-left:.125rem}.protech-application-form__optional{margin-left:.25rem;font-weight:400;color:var(--protech-color-dark-subtle)}.protech-application-form__input,.protech-application-form__textarea,.protech-application-form__file{width:100%;padding:var(--protech-form-input-padding);background:var(--protech-form-input-bg);color:var(--protech-form-input-color);border:var(--protech-form-input-border);border-radius:var(--protech-form-input-radius);font-size:var(--protech-form-input-font-size);font-family:inherit;line-height:1.5;box-sizing:border-box}.protech-application-form__input::placeholder,.protech-application-form__textarea::placeholder{color:var(--protech-form-input-placeholder)}.protech-application-form__textarea{min-height:120px;resize:vertical}.protech-application-form__file{display:flex;align-items:center;gap:var(--protech-form-field-gap);color:var(--protech-form-input-placeholder);cursor:pointer}.protech-application-form__file::file-selector-button{padding:.25rem .75rem;margin-right:var(--protech-form-field-gap);background:var(--protech-form-neutral);color:var(--protech-color-dark-soft);border:none;border-radius:var(--protech-radius-md);font-family:inherit;font-size:var(--protech-form-input-font-size);line-height:1.5;cursor:pointer;transition:background-color .2s ease}.protech-application-form__file::file-selector-button:hover{background:color-mix(in srgb,var(--protech-color-dark) 12%,var(--protech-form-neutral))}.protech-application-form__input:focus,.protech-application-form__textarea:focus,.protech-application-form__file:focus{outline:2px solid var(--protech-form-button-bg);outline-offset:-1px;border-color:var(--protech-form-button-bg)}.protech-application-form__field--error .protech-application-form__input,.protech-application-form__field--error .protech-application-form__textarea,.protech-application-form__field--error .protech-application-form__file{border-color:var(--protech-form-error-color);background-color:var(--protech-form-error-bg)}.protech-application-form__error{display:none;color:var(--protech-form-error-color);font-size:var(--protech-font-size-badge);margin-top:.25rem}.protech-application-form__field--error .protech-application-form__error{display:block}.protech-application-form__file-info{font-size:var(--protech-font-size-help);font-weight:500;color:var(--protech-color-dark-muted)}.protech-application-form__checkbox-group{display:flex;align-items:flex-start;gap:var(--protech-form-field-gap)}.protech-application-form__checkbox{appearance:none;-webkit-appearance:none;width:20px;height:20px;margin:2px 0 0;flex-shrink:0;background-color:var(--protech-form-input-bg);border:var(--protech-form-input-border);border-radius:var(--protech-radius-md);cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.protech-application-form__checkbox:checked{background-color:var(--protech-form-button-bg);border-color:var(--protech-form-button-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13 4.5 6.5 11 3 7.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px}.protech-application-form__checkbox:focus-visible{outline:2px solid var(--protech-form-button-bg);outline-offset:2px}.protech-application-form__checkbox-label{font-size:var(--protech-form-label-size);letter-spacing:var(--protech-form-label-tracking);color:var(--protech-color-dark-soft);line-height:1.5}.protech-application-form__hp{position:absolute;left:-9999px;opacity:0}.protech-application-form__progress{display:none}.protech-application-form__progress--active{display:block}.protech-application-form__progress-bar{width:100%;height:var(--protech-form-progress-height);background:var(--protech-form-progress-bg);border-radius:var(--protech-form-progress-radius);overflow:hidden}.protech-application-form__progress-fill{height:100%;width:0;background:var(--protech-form-progress-fill);border-radius:var(--protech-form-progress-radius);transition:width .3s ease}.protech-application-form__progress-text{font-size:var(--protech-font-size-badge);color:var(--protech-color-dark-subtle);margin-top:.25rem;text-align:center}.protech-application-form__actions{margin-top:0}.protech-application-form__submit{display:inline-flex;align-items:center;justify-content:center;padding:var(--protech-form-button-padding);background:var(--protech-form-button-bg);color:var(--protech-form-button-color);border:none;border-radius:var(--protech-form-button-radius);font-size:var(--protech-form-button-font-size);font-weight:var(--protech-form-button-weight);line-height:1.45;cursor:pointer;transition:background-color .2s ease}.protech-application-form__submit:hover{background:var(--protech-form-button-hover-bg)}.protech-application-form__submit:disabled{opacity:.6;cursor:not-allowed}.protech-application-form__submit--loading{pointer-events:none}.protech-application-form__success{display:none}.protech-application-form__success--visible{display:flex;flex-direction:column;align-items:center;gap:var(--protech-space-lg);padding:4rem 3rem;background:var(--protech-form-neutral);border-radius:var(--protech-form-card-radius);text-align:center}.protech-application-form__success-icon{display:block;flex-shrink:0;width:48px;height:48px}.protech-application-form__success-body{display:flex;flex-direction:column;gap:var(--protech-space-sm);max-width:40rem}.protech-application-form__success-title{margin:0;font-size:var(--protech-form-title-size);font-weight:700;line-height:1.25;color:var(--protech-color-dark)}.protech-application-form__success-text{margin:0;font-size:1.125rem;line-height:1.56;color:var(--protech-form-success-text)}.protech-application-form__success .protech-application-form__success-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;background:var(--protech-form-button-bg);color:#fff;border:1.5px solid var(--protech-form-button-bg);border-radius:var(--protech-radius-md);font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:background-color .2s ease,border-color .2s ease}.protech-application-form__success .protech-application-form__success-button:hover{background:var(--protech-form-button-hover-bg);border-color:var(--protech-form-button-hover-bg);color:#fff}.protech-application-form__success .protech-application-form__success-button:focus-visible{outline:2px solid var(--protech-form-button-bg);outline-offset:2px}.protech-application-form__server-error{display:none;padding:.75rem 1rem;background:var(--protech-form-error-bg);border:1px solid var(--protech-form-error-color);border-radius:var(--protech-form-border-radius);color:var(--protech-form-error-color);font-size:var(--protech-form-label-size);margin-bottom:var(--protech-form-gap)}.protech-application-form__server-error--visible{display:block}.protech-application-form__unavailable{padding:1rem 1.5rem;background:var(--protech-color-warning-bg);border:1px solid var(--protech-color-warning-border);border-radius:var(--protech-form-border-radius);color:var(--protech-color-warning-color);text-align:center}@media(max-width:600px){.protech-application-form__row{flex-direction:column}}
