.apply-section{flex-direction:column;padding-top:0;display:flex}.apply-form{gap:1.5rem;width:100%;max-width:640px;display:grid}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-label{flex-direction:column;gap:.85rem;min-width:0;display:flex}.form-label span{font-family:var(--font-label);font-variation-settings:"wdth" 76;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);font-size:.76rem;font-weight:500}.form-input{border:1px solid var(--rule);width:100%;min-width:0;color:var(--text);font-family:var(--font-sans);transition:border-color .2s var(--ease), background .2s var(--ease);background:0 0;border-radius:0;outline:none;padding:.85rem 1rem;font-size:1rem;line-height:1.5}.form-input::placeholder{color:var(--muted);opacity:.65}.form-input:hover{border-color:var(--rule-strong)}.form-input:focus-visible{border-color:var(--accent);outline:1px solid var(--accent);outline-offset:-2px}.form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23a6a99b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-select option{color:var(--text);background:#0a0b0a}.form-textarea{resize:vertical;min-height:140px}.apply-submit{justify-self:start;margin-top:.5rem}.apply-submit:disabled{opacity:.55;cursor:not-allowed}.form-error{border-left:2px solid var(--signal);color:var(--signal);margin:0;padding-left:.85rem;font-size:.95rem;line-height:1.55}.apply-success{justify-items:start;gap:1.25rem;max-width:40rem;padding:clamp(2rem,5vw,3rem) 0;display:grid}.success-icon{background:var(--accent);width:2.75rem;height:2.75rem;color:var(--ink);justify-content:center;align-items:center;font-size:1.3rem;font-weight:800;display:flex}.apply-success p{max-width:34rem;color:var(--soft);margin:0;font-size:1.1rem;line-height:1.6}.apply-telegram{border-top:1px solid var(--rule-soft);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.25rem;width:100%;max-width:640px;margin-top:3rem;padding-top:1.75rem;display:grid}.apply-telegram-icon{width:24px;height:24px;color:var(--muted);opacity:.55;flex-shrink:0}.apply-telegram-body{flex-direction:column;gap:.2rem;min-width:0;display:flex}.apply-telegram-cta{font-family:var(--font-display);font-variation-settings:"wdth" 92;color:var(--text);margin:0;font-size:.95rem;font-weight:700}.apply-telegram-text{color:var(--muted);margin:0;font-size:.92rem;line-height:1.5}.telegram-btn{flex-shrink:0;gap:.4rem;min-height:2.75rem;padding:.7rem 1.2rem;font-size:.78rem}.telegram-btn .telegram-icon{opacity:.6;width:14px;height:14px}.telegram-btn:hover .telegram-icon{opacity:1}@media (max-width:640px){.form-row{grid-template-columns:1fr}.apply-submit{justify-self:stretch}.apply-telegram{grid-template-columns:auto minmax(0,1fr);gap:.85rem 1rem}.telegram-btn{grid-column:1/-1;width:100%}}
