:root{--footer-height:80px}.waitlist-container{display:flex;flex-direction:column;font-family:Inter,sans-serif;min-height:100vh;overflow-y:auto}.waitlist-column{background:#ffffff;flex:1 1;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.5rem}.position-card{margin-top:1rem;padding:1.5rem;background:#171d23;border-radius:.75rem;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.05);color:white}.position-card a{color:#3b82f6;text-decoration:underline;word-break:break-all}@media (min-width:1024px){.waitlist-container{flex-direction:row}}.logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.logo img{width:220px;height:90px}.waitlist-column h1{font-size:2.25rem;font-weight:700;color:#433a08;text-align:center}.subtitle{font-size:1.125rem;color:#475569;text-align:center;margin-bottom:2rem}.waitlist-form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px;background:#f1f5f9;padding:2rem;border-radius:1rem;box-shadow:0 15px 25px rgba(0,0,0,.08)}.waitlist-form input{padding:1rem;border:1px solid #cbd5e1;border-radius:.75rem;font-size:1rem}.waitlist-form input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.3)}.waitlist-form button{padding:1rem;background:#3b82f6;color:white;font-weight:600;border:none;border-radius:.75rem;font-size:1rem;cursor:pointer;transition:background .3s ease}.waitlist-form button:hover{background:#2563eb}.status-text{margin-top:1rem;font-weight:500;color:#1f2937;text-align:center}.referral-text{margin-top:.5rem;color:#6b7280;font-size:.875rem;text-align:center}.features-column{background:#ebf8ff;flex:1 1;padding:3rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;text-align:center;overflow:hidden}.features-column h2{font-size:2rem;color:#1e40af;font-weight:700;margin-bottom:2rem}.feature-box{background:white;padding:1rem 1.5rem;border-radius:1rem;margin-bottom:1rem;box-shadow:0 5px 15px rgba(0,0,0,.05)}.feature-box p{font-size:1.125rem;color:#1e293b;font-weight:500}.side-image{width:250px;margin-bottom:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08)}.consent{display:flex;align-items:flex-start;font-size:.875rem;color:#374151;margin-top:.5rem}.consent input{margin-right:.5rem;margin-top:.2rem}.consent a{color:#2563eb;text-decoration:underline}.footer{position:relative;bottom:auto;left:auto;width:100%;height:var(--footer-height);background:#f9fafb;padding:1rem;text-align:center;font-size:.875rem;color:#374151;border-top:1px solid #e5e7eb;z-index:1;flex-direction:column}.footer,.footer-links{display:flex;justify-content:center}.footer-links{margin-top:.5rem;gap:1.5rem}.footer-links a{color:#2563eb;text-decoration:underline}