:root { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #17191f; background: #f2f3f5; }
* { box-sizing: border-box; } [hidden] { display: none !important; } body { min-height: 100vh; margin: 0; padding: 24px; }
.application-layout { width: min(100%, 1120px); min-height: calc(100vh - 48px); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid #e0e2e5; border-radius: 22px; background: #fff; box-shadow: 0 24px 80px rgba(32,35,42,.1); }
.application-intro { display: flex; flex-direction: column; justify-content: space-between; padding: 42px; background: #18191d; color: #fff; }
.application-brand { display: flex; gap: 10px; align-items: center; color: #fff; text-decoration: none; }
.application-brand span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: #ffc400; color: #17191f; font-weight: 900; }
.eyebrow { margin: 0 0 12px; color: #ffc400; font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(34px, 5vw, 54px); line-height: .98; letter-spacing: -.055em; }
.application-intro div > p:last-child { margin: 20px 0 0; color: #a8adb5; font-size: 12px; line-height: 1.7; }
.process { display: grid; gap: 10px; }.process span { display: flex; gap: 10px; align-items: center; color: #a8adb5; font-size: 10px; }.process b { color: #ffc400; }
.application-form-card { display: grid; place-items: center; padding: 48px; }
form { width: min(100%, 570px); display: grid; gap: 18px; }
.form-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }.form-heading p { margin: 0; font-size: 18px; font-weight: 850; }.form-heading span { color: #9a9fa7; font-size: 9px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 8px; color: #555b65; font-size: 10px; font-weight: 750; }
.optional { color: #a0a4ab; font-size: 8px; font-weight: 600; }
input { height: 46px; padding: 0 13px; border: 1px solid #dfe2e6; border-radius: 9px; outline: none; font: inherit; }
input::placeholder { color: #b8bcc3; opacity: 1; font-weight: 500; }
input:focus { border-color: #d5a600; box-shadow: 0 0 0 3px #fff4c8; }
button { height: 48px; display: flex; justify-content: space-between; align-items: center; margin-top: 8px; padding: 0 16px; border: 0; border-radius: 9px; background: #ffc400; color: #17191f; font: inherit; font-size: 11px; font-weight: 850; cursor: pointer; }
.result-modal { position: fixed; inset: 0; z-index: 30; display: grid; place-items: center; padding: 20px; background: rgba(19,21,25,.56); backdrop-filter: blur(5px); }.result-modal > div { width: min(100%,380px); padding: 30px; border-radius: 16px; background: #fff; text-align: center; box-shadow: 0 25px 70px rgba(0,0,0,.2); }.result-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: auto; border-radius: 50%; background: #e2f6e9; color: #278d54; font-size: 20px; font-weight: 900; }.result-modal.error .result-icon { background: #ffe8e6; color: #bf4842; }.result-modal h2 { margin: 18px 0 0; font-size: 22px; }.result-modal p { margin: 10px 0 22px; color: #858a93; font-size: 10px; line-height: 1.6; }.result-modal button { width: 100%; justify-content: center; margin: 0; }
@media (max-width: 800px) { body { padding: 0; }.application-layout { min-height: 100vh; grid-template-columns: 1fr; border: 0; border-radius: 0; }.application-intro { gap: 45px; padding: 28px 22px; }.process { display: none; }.application-form-card { padding: 32px 22px; }.form-grid { grid-template-columns: 1fr; } }
