:root{color:#10243f;background:#eef3fb;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}button,input,textarea{font:inherit}.landing-shell{background:radial-gradient(circle at 15% 15%,#a7d93338,#0000 40%),radial-gradient(circle at 85% 10%,#18458a2e,#0000 45%),#eef3fb;place-items:center;min-height:100vh;padding:24px;display:grid}.landing-card{background:#fff;border:1px solid #d6e1f2;border-radius:26px;width:min(980px,100%);padding:28px;box-shadow:0 30px 70px #10243f1f}.landing-head{border-bottom:1px solid #e2e8f4;justify-content:space-between;align-items:center;gap:12px;padding-bottom:14px;display:flex}.brand-logo{width:148px;height:auto;display:block}.brand-copy{color:#526b93;margin:0;font-size:.88rem;font-weight:600}.headline{color:#18458a;margin:20px 0 8px;font-size:clamp(1.5rem,3.8vw,2.2rem);font-weight:800;line-height:1.2}.sub-copy{color:#5f769a;margin:0;line-height:1.5}.role-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.role-card{text-align:left;cursor:pointer;background:#f9fbff;border:1px solid #d9e4f4;border-radius:18px;padding:18px;transition:transform .2s,box-shadow .2s,border-color .2s}.role-card:hover{border-color:#a7d933;transform:translateY(-2px);box-shadow:0 14px 32px #18458a1f}.role-card h2{color:#163060;margin:12px 0 7px;font-size:1.18rem}.role-card p{color:#5f7598;margin:0;line-height:1.5}.role-card-disabled{opacity:.88}.role-chip{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;align-items:center;padding:4px 10px;font-size:.74rem;font-weight:700;display:inline-flex}.role-chip-muted{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.wizard-progress{justify-content:center;align-items:center;gap:12px;margin:24px 0;display:flex}.progress-dot{color:#94a3b8;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:800;transition:all .3s;display:flex}.progress-dot.active{color:#fff;background:#163060;border-color:#163060;box-shadow:0 4px 12px #16306033}.progress-line{background:#e2e8f0;width:60px;height:2px;transition:all .3s;position:relative;overflow:hidden}.progress-line:after{content:"";background:#163060;width:0%;height:100%;transition:width .3s;position:absolute;top:0;left:0}.progress-line.active:after{width:100%}.candidate-form{grid-template-columns:1fr 1fr;gap:16px;margin-top:20px;animation:.4s ease-out formStepsFadeIn;display:grid}@keyframes formStepsFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-field{gap:6px;display:grid}.field-label{color:#1f3556;align-items:center;gap:4px;font-size:.87rem;font-weight:600;display:inline-flex}.required-asterisk{color:#be123c;line-height:1}.candidate-form input,.custom-select{color:#1d3558;background:#f8fbff;border:1px solid #cfdcef;border-radius:14px;outline:none;width:100%;padding:13px 14px;font-size:.92rem;transition:all .2s}.candidate-form input:focus,.custom-select:focus{background:#fff;border-color:#163060;box-shadow:0 0 0 4px #16306014}.custom-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23526b93' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat}.candidate-form textarea{color:#1d3558;resize:vertical;background:#f8fbff;border:1px solid #cfdcef;border-radius:12px;outline:none;width:100%;min-height:110px;padding:11px 12px;transition:border-color .15s,box-shadow .15s}.candidate-form textarea:focus{border-color:#88afed;box-shadow:0 0 0 2px #3b82f629}.form-field-full{grid-column:1/-1}.phone-input-row{background:#f8fbff;border:1px solid #cfdcef;border-radius:12px;align-items:center;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.phone-input-row:focus-within{border-color:#88afed;box-shadow:0 0 0 2px #3b82f629}.country-code-pill{color:#1f437f;background:#eef4ff;border-right:1px solid #cfdcef;justify-content:center;align-items:center;min-width:58px;height:100%;padding:10px 8px;font-size:.86rem;font-weight:700;display:inline-flex}.phone-input-row input{box-shadow:none;background:0 0;border:0;border-radius:0}.phone-input-row input:focus{box-shadow:none;border:0}.form-actions{grid-column:1/-1;justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.field-hint{color:#5f7598;font-size:.8rem;line-height:1.4}.selected-files{flex-wrap:wrap;gap:6px;display:flex}.selected-files span{color:#294f89;background:#eef4ff;border:1px solid #c7d8ef;border-radius:999px;padding:4px 10px;font-size:.76rem;font-weight:600;display:inline-flex}.button{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;padding:11px 16px;font-weight:700;text-decoration:none;transition:transform .16s,box-shadow .16s,background-color .16s;display:inline-flex}.button:disabled{cursor:not-allowed;opacity:.72}.button-primary{color:#fff;background:#163060}.button-primary:hover:not(:disabled){background:#1f437f;transform:translateY(-1px);box-shadow:0 10px 22px #1630603d}.button-secondary{color:#1f437f;background:#f4f8ff;border:1px solid #c5d6ef}.button-secondary:hover:not(:disabled){background:#eaf1fc}.feedback{border-radius:10px;margin-top:16px;padding:10px 12px;font-size:.9rem;font-weight:600}.feedback-error{color:#be123c;background:#fff1f2;border:1px solid #fecdd3}.feedback-info{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.placeholder-card,.thanks-card{background:#f9fbff;border:1px solid #dbe5f3;border-radius:16px;margin-top:20px;padding:20px}.thanks-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.reference-copy{color:#1f437f;margin:10px 0 0;font-weight:600}.download-modal-backdrop{z-index:1000;background:#0b1e3b73;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.download-modal{background:#fff;border:1px solid #d2def0;border-radius:18px;width:min(520px,100%);padding:22px;box-shadow:0 24px 50px #10243f3d}.download-modal-head{text-align:center}.download-modal-logo{width:136px;height:auto;display:inline-block}.download-modal-head h2{color:#163060;margin:14px 0 8px}.download-modal-head p{color:#5f7598;margin:0;line-height:1.5}.download-modal-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px;display:flex}@media (width<=780px){.landing-card{border-radius:20px;padding:18px}.landing-head{flex-direction:column;align-items:flex-start}.role-grid,.candidate-form{grid-template-columns:1fr}.form-actions{flex-direction:column;justify-content:stretch}.download-modal-actions{flex-direction:column;align-items:stretch}}
