.hero-container{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem;background:#f8fafc;position:relative;overflow:hidden}.hero-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 15% 50%,rgba(59,130,246,.08),transparent 25%),radial-gradient(circle at 85% 30%,rgba(99,102,241,.08),transparent 25%);z-index:0}.landing-card{position:relative;z-index:10;max-width:650px;width:100%;display:flex;flex-direction:column;align-items:center;padding:4rem 3rem;border-radius:40px;background:hsla(0,0%,100%,.7);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid #fff;box-shadow:0 30px 60px rgba(0,0,0,.05),inset 0 1px 0 hsla(0,0%,100%,.5);transform:translateY(30px);opacity:0;animation:slideUpFade 1s cubic-bezier(.19,1,.22,1) forwards}@keyframes slideUpFade{to{transform:translateY(0);opacity:1}}.logo-badge{background:#fff;border:1px solid #e2e8f0;padding:12px 32px;border-radius:100px;margin-bottom:3rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px rgba(0,0,0,.03)}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;color:#0f172a;letter-spacing:-2px;line-height:1.1;margin-bottom:1.5rem}.hero-title .highlight{background:linear-gradient(90deg,#2563eb,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.hero-subtitle{font-size:1.2rem;color:#64748b;line-height:1.7;margin-bottom:3.5rem;font-weight:500;max-width:520px}.action-buttons{flex-direction:column;gap:1.25rem;margin-bottom:3rem}.action-buttons,.btn-primary{display:flex;width:100%;align-items:center}.btn-primary{max-width:380px;padding:1.25rem 2rem;font-size:1.1rem;font-weight:800;border-radius:100px;justify-content:center;gap:16px;transition:all .4s cubic-bezier(.19,1,.22,1);background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff;border:none;box-shadow:0 15px 30px -10px rgba(37,99,235,.5);cursor:pointer;position:relative;overflow:hidden}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 40px -10px rgba(37,99,235,.7)}.btn-secondary{width:100%;max-width:380px;padding:1.25rem 2rem;font-size:1.1rem;font-weight:800;border-radius:100px;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .4s cubic-bezier(.19,1,.22,1);background:#fff;color:#334155;border:1px solid #e2e8f0;text-decoration:none;box-shadow:0 4px 6px rgba(0,0,0,.02)}.btn-secondary:hover{background:#f8fafc;transform:translateY(-3px);border-color:#cbd5e1;box-shadow:0 10px 15px rgba(0,0,0,.05)}.hero-footer{font-size:.9rem;font-weight:700;color:#94a3b8;letter-spacing:.5px;margin-top:auto}