.apply-page-wrap{grid-template-columns:1fr 440px;align-items:start;gap:64px;max-width:1080px;margin:0 auto;padding:56px 24px 80px;display:grid}.apply-nav{background:var(--bg);border-bottom:1px solid var(--border);z-index:10;justify-content:space-between;align-items:center;padding:14px 32px;display:flex;position:sticky;top:0}.back-link{color:var(--text3);font-size:14px;text-decoration:none;transition:color .2s}.back-link:hover{color:var(--white)}.apply-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--lime);margin-bottom:14px;font-size:12px;font-weight:700}.apply-page-wrap h1{font-family:var(--display);color:var(--white);margin-bottom:14px;font-size:clamp(28px,3.5vw,42px);font-weight:700;line-height:1.12}.page-sub{color:var(--text2);max-width:460px;margin-bottom:32px;font-size:16px;line-height:1.6}.trust-items{flex-direction:column;gap:11px;margin-bottom:36px;display:flex}.trust-item{color:var(--text);align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;display:flex}.trust-icon{width:22px;height:22px;color:var(--lime);background:#c7ff351a;border:1px solid #c7ff354d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:11px;font-weight:700;display:flex}.what-happens{background:var(--bg2);border:1px solid var(--border);border-radius:14px;padding:26px 22px}.what-happens h3{font-family:var(--display);color:var(--white);margin-bottom:18px;font-size:16px;font-weight:600}.wh-step{align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.wh-step:last-child{margin-bottom:0}.wh-num{background:var(--lime);width:24px;height:24px;font-family:var(--display);color:#0a0a0a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:12px;font-weight:700;display:flex}.wh-text{color:var(--text2);font-size:13px;line-height:1.55}.wh-text strong{color:var(--white);font-weight:600}.form-card{background:var(--bg2);border:1px solid var(--border);border-radius:18px;padding:32px 28px;position:sticky;top:88px}.form-header{margin-bottom:22px}.form-header h2{font-family:var(--display);color:var(--white);letter-spacing:-.01em;margin-bottom:4px;font-size:22px;font-weight:600}.form-header p{color:var(--text3);font-size:13px}.step-dots{gap:6px;margin-bottom:16px;display:flex}.dot{background:var(--border2);border-radius:50%;width:8px;height:8px;transition:background .3s,transform .3s}.dot.active{background:var(--lime);transform:scale(1.25)}.dot.done{background:var(--lime)}.progress-bar{background:var(--border);border-radius:100px;height:3px;margin-bottom:24px;overflow:hidden}.progress-fill{background:var(--lime);border-radius:100px;height:100%;transition:width .4s}.field-group{margin-bottom:16px}.field-group label{color:var(--white);margin-bottom:7px;font-size:13px;font-weight:600;display:block}.field-group label .opt{color:var(--text3);font-weight:400}.field-group input[type=text],.field-group input[type=email],.field-group input[type=tel],.field-group select,.field-group textarea{background:var(--bg3);border:1px solid var(--border2);width:100%;font-family:var(--body);color:var(--white);appearance:none;border-radius:9px;outline:none;padding:12px 14px;font-size:15px;transition:border-color .2s,background .2s}.field-group input:focus,.field-group select:focus,.field-group textarea:focus{border-color:var(--lime);background:var(--bg)}.field-group input::placeholder,.field-group textarea::placeholder{color:var(--text4)}.field-group select{cursor:pointer;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='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.field-group textarea{resize:vertical;min-height:80px;line-height:1.5}.radio-group{flex-direction:column;gap:8px;display:flex}.radio-opt{background:var(--bg3);border:1px solid var(--border2);cursor:pointer;border-radius:9px;align-items:center;gap:11px;padding:11px 14px;transition:border-color .2s,background .2s;display:flex}.radio-opt:hover{background:#c7ff350a;border-color:#c7ff3559}.radio-opt input[type=radio]{opacity:0;pointer-events:none;position:absolute}.radio-opt .radio-dot{border:1.5px solid var(--border2);background:var(--bg);border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:border-color .2s,background .2s,box-shadow .2s;position:relative}.radio-opt .radio-dot:after{content:"";background:#0a0a0a;border-radius:50%;width:8px;height:8px;transition:transform .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.radio-opt:hover .radio-dot{border-color:#c7ff358c}.radio-opt.selected .radio-dot{border-color:var(--lime);background:var(--lime);box-shadow:0 0 0 4px #c7ff351f}.radio-opt.selected .radio-dot:after{transform:translate(-50%,-50%)scale(1)}.radio-opt input[type=radio]:focus-visible+.radio-dot{box-shadow:0 0 0 3px #c7ff3540}.radio-opt span{color:var(--text);cursor:pointer;margin:0;font-size:14px;font-weight:400;line-height:1.4}.radio-opt.selected{border-color:var(--lime);background:#c7ff3514}.radio-opt.selected span{color:var(--white)}.btn-next{background:var(--lime);color:#0a0a0a;width:100%;font-family:var(--body);cursor:pointer;border:none;border-radius:9px;margin-top:4px;padding:15px;font-size:15px;font-weight:700;transition:background .15s,transform .15s}.btn-next:hover{background:var(--lime-light);transform:translateY(-1px)}.btn-back{border:1px solid var(--border2);color:var(--text2);font-family:var(--body);cursor:pointer;background:0 0;border-radius:9px;width:100%;margin-top:8px;padding:11px 20px;font-size:13px;transition:border-color .2s,color .2s}.btn-back:hover{border-color:var(--text2);color:var(--white)}.error-msg{color:var(--red);margin-top:6px;font-size:12px}.field-group.has-error input,.field-group.has-error select,.field-group.has-error textarea{border-color:#ff525299}.success-icon{border:2px solid var(--lime);width:64px;height:64px;color:var(--lime);background:#c7ff351a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;font-size:28px;display:flex}.success-state h3{font-family:var(--display);color:var(--white);text-align:center;margin-bottom:8px;font-size:22px;font-weight:600}.success-state p{color:var(--text2);text-align:center;margin-bottom:22px;font-size:14px;line-height:1.6}.btn-calendar{background:var(--lime);color:#0a0a0a;text-align:center;border-radius:9px;padding:14px 24px;font-size:15px;font-weight:700;text-decoration:none;transition:background .15s;display:block}.btn-calendar:hover{background:var(--lime-light)}@media (max-width:900px){.apply-page-wrap{grid-template-columns:1fr;gap:32px;padding:32px 18px 56px}.form-card{position:static}}@media (max-width:600px){.apply-nav{padding:12px 18px}.form-card{border-radius:14px;padding:24px 20px}.what-happens{padding:22px 18px}}
