*{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0d14;--bg-card: #16161f;--bg-elevated: #1e1e2a;--white: #ffffff;--text: rgba(255, 255, 255, .9);--text-muted: rgba(255, 255, 255, .5);--blue: #7ac4eb;--purple: #a78bfa;--border: rgba(255, 255, 255, .08);--navy: #0e1c37;--gray: #6b7280}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.eyebrow,.section-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--blue);margin-bottom:14px}.section-title{font-size:clamp(28px,4vw,44px);font-weight:800;color:var(--white);letter-spacing:-1px;line-height:1.1;margin-bottom:52px}.accent-blue{font-style:normal;color:var(--blue)}.accent-purple{font-style:normal;color:var(--purple)}.accent-green{font-style:normal;color:#66e0c3}.accent-white{font-style:normal;color:var(--white)}.orb{position:absolute;border-radius:50%;pointer-events:none}.orb--blue{background:radial-gradient(circle,rgba(122,196,235,.14) 0%,transparent 70%)}.orb--purple{background:radial-gradient(circle,rgba(167,139,250,.12) 0%,transparent 70%)}.nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:18px 40px;background:#0d0d14cc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.nav-logo{display:flex;align-items:center;gap:12px;text-decoration:none}.nav-logo-img{height:34px;width:34px;border-radius:8px;display:block}.nav-logo-text{font-size:19px;font-weight:800;color:var(--white);letter-spacing:-.3px}.nav-employer-link{font-size:14px;font-weight:600;color:#ffffffa6;text-decoration:none;padding:8px 18px;border:1px solid var(--border);border-radius:8px;transition:background .15s,color .15s,border-color .15s}.nav-employer-link:hover{background:#ffffff0f;color:var(--white);border-color:#ffffff2e}.hero{position:relative;overflow:hidden;padding:100px 40px 120px;min-height:88vh;display:flex;align-items:center}.hero-content{position:relative;z-index:1;max-width:1100px;margin:0 auto;width:100%;display:flex;align-items:center;gap:64px}.hero-text{flex:1;min-width:0}.hero-headline{font-size:clamp(44px,6.5vw,80px);font-weight:800;color:var(--white);line-height:1.02;letter-spacing:-2.5px;margin-bottom:24px}.hero-subtext{font-size:18px;color:var(--text-muted);line-height:1.7;max-width:440px;margin-bottom:40px}.hero-visual{flex:0 0 auto;width:320px}.hero-phone{width:100%;height:auto;display:block;border-radius:28px;box-shadow:0 0 0 1px #ffffff0f,0 40px 80px #000000b3}.hero-orb-1{width:640px;height:640px;top:-160px;right:-120px}.hero-orb-2{width:420px;height:420px;bottom:-80px;left:8%}.store-buttons{display:flex;gap:12px;flex-wrap:wrap}.store-buttons--center{justify-content:center}.store-buttons--left{justify-content:flex-start}.store-badge-link{display:inline-block;transition:transform .15s,opacity .15s}.store-badge-link:hover{transform:translateY(-2px);opacity:.88}.store-badge{height:40px;width:auto;display:block}.store-btn-label{display:flex;flex-direction:column;align-items:flex-start}.store-btn-sublabel{font-size:10px;font-weight:500;color:var(--gray);letter-spacing:.2px}.store-btn-name{font-size:15px;font-weight:700;color:var(--navy);line-height:1.2}.features{border-top:1px solid var(--border);padding:100px 40px;text-align:center}.features-inner{max-width:1100px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;text-align:left;max-width:760px;margin:0 auto}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:24px;overflow:hidden;transition:border-color .2s}.feature-card:hover{border-color:#7ac4eb40}.feature-img-wrap{width:100%;aspect-ratio:3/4;overflow:hidden;background:var(--bg-elevated)}.feature-img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.feature-title{font-size:22px;font-weight:700;color:var(--white);padding:14px 24px 20px;letter-spacing:-.3px}.feature-desc{font-size:17px;color:var(--text-muted);line-height:1.65;padding:16px 24px 24px}.screenshots{border-top:1px solid var(--border);padding:100px 0;overflow:hidden}.screenshots-header{text-align:center;padding:0 40px;margin-bottom:48px}.screenshots-track{display:flex;gap:16px;overflow-x:auto;padding:4px 40px 28px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.screenshots-track::-webkit-scrollbar{display:none}.screenshot-slide{flex:0 0 260px;background:var(--bg-card);border-radius:24px;border:1px solid var(--border);overflow:hidden;scroll-snap-align:start;display:flex;flex-direction:column}.screenshot-text{padding:24px 20px 16px}.screenshot-title{font-size:17px;font-weight:800;color:var(--white);line-height:1.3;letter-spacing:-.3px;margin-bottom:8px}.screenshot-title--gradient{background:linear-gradient(135deg,#ffffff 0%,var(--blue) 55%,var(--purple) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.screenshot-subtitle{font-size:12px;color:var(--text-muted);line-height:1.6}.screenshot-pills{display:flex;flex-direction:column;gap:6px}.screenshot-pill{display:inline-block;font-size:11px;font-weight:600;color:var(--blue);background:#7ac4eb1a;border:1px solid rgba(122,196,235,.2);border-radius:100px;padding:3px 10px;width:fit-content}.screenshot-phone-wrap{flex:1;overflow:hidden;display:flex;align-items:flex-end}.screenshot-img{width:100%;height:auto;display:block}.employers{position:relative;overflow:hidden;border-top:1px solid var(--border);padding:100px 40px}.employers-inner{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:48px;flex-wrap:wrap}.employers-text h2{font-size:clamp(28px,4vw,48px);font-weight:800;color:var(--white);letter-spacing:-1px;line-height:1.1;margin-bottom:16px}.employers-text p{font-size:16px;color:var(--text-muted);line-height:1.7;max-width:440px}.employers-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;background:var(--white);color:var(--navy);font-size:15px;font-weight:700;padding:14px 28px;border-radius:12px;text-decoration:none;transition:transform .15s,box-shadow .15s;white-space:nowrap;box-shadow:0 4px 20px #00000080}.employers-btn:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0009}.employers-orb{width:560px;height:560px;top:-160px;right:-80px}.download{position:relative;overflow:hidden;border-top:1px solid var(--border);padding:120px 40px;text-align:center}.download-inner{position:relative;z-index:1}.download-title{font-size:clamp(40px,6vw,70px);font-weight:800;color:var(--white);letter-spacing:-2px;line-height:1.05;margin-bottom:16px}.download-sub{font-size:17px;color:var(--text-muted);margin-bottom:40px;line-height:1.6}.download-orb{width:800px;height:800px;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.6}.footer{border-top:1px solid var(--border);padding:48px 40px;text-align:center}.footer-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:24px}.footer-logo-img{height:30px;width:30px;border-radius:7px;display:block}.footer-logo-text{font-size:17px;font-weight:800;color:var(--white);letter-spacing:-.3px}.footer-links{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin-bottom:24px}.footer-links a{font-size:13px;color:var(--text-muted);text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--white)}.footer-copy{font-size:12px;color:#ffffff38}.legal-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.legal-nav{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:10}.legal-back{font-size:14px;font-weight:600;color:var(--white);text-decoration:none;display:flex;align-items:center;gap:6px;transition:color .15s}.legal-back:hover{color:var(--blue)}.legal-content{flex:1;max-width:760px;margin:0 auto;padding:48px 32px 80px;width:100%}.legal-content h1{font-size:clamp(28px,4vw,40px);font-weight:800;color:var(--white);letter-spacing:-.8px;margin-bottom:8px}.legal-updated{font-size:13px;color:var(--text-muted);margin-bottom:32px}.legal-content h2{font-size:20px;font-weight:700;color:var(--white);margin-top:40px;margin-bottom:12px}.legal-content h3{font-size:16px;font-weight:700;color:var(--white);margin-top:24px;margin-bottom:8px}.legal-content p{font-size:15px;color:var(--text-muted);line-height:1.75;margin-bottom:16px}.legal-content ul{margin:0 0 16px 24px}.legal-content ul li{font-size:15px;color:var(--text-muted);line-height:1.75;margin-bottom:8px}.legal-content a{color:var(--blue);font-weight:600;text-decoration:underline;text-underline-offset:2px}.legal-content a:hover{color:var(--white)}@media(max-width:768px){.nav{padding:14px 20px}.hero{padding:60px 20px 80px;min-height:auto}.hero-content{flex-direction:column;gap:40px;align-items:flex-start}.hero-visual{width:100%;max-width:260px;margin:0 auto}.hero-headline{letter-spacing:-1.5px}.features{padding:60px 20px}.features-grid{grid-template-columns:1fr}.screenshots{padding:60px 0}.screenshots-header{padding:0 20px}.screenshots-track{padding:4px 20px 24px}.employers{padding:60px 20px}.employers-inner{flex-direction:column;align-items:flex-start}.download{padding:80px 20px}.footer{padding:40px 20px}.store-buttons--left{flex-direction:column;align-items:flex-start}.store-buttons--center{flex-direction:column;align-items:center}}
