.landing-container{height:100vh;align-items:center;justify-content:center;position:fixed;top:0;left:0}.landing-container,.landing-wrapper{width:100%;background:#FFFFFF;display:flex;overflow:hidden}.landing-wrapper{height:100%;flex-direction:column;position:relative}@media (min-width:480px){.landing-container{background:#f0f2f5}.landing-wrapper{width:390px;height:844px;max-height:calc(100vh - 40px);border-radius:40px;box-shadow:0 20px 60px rgba(0,0,0,.1);border:8px solid #fff}}.landing-header{padding:16px 24px 0;flex-shrink:0;display:flex;justify-content:flex-end;align-items:center;min-height:48px}.skip-btn{background:none;color:#999;border:none;font-size:15px;font-weight:500;cursor:pointer;padding:8px 0;font-family:inherit}.skip-btn:hover{color:#4F7FFF}.landing-content{flex:1 1;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.landing-slide{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 32px;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.landing-illustration{width:220px;height:220px;margin-bottom:40px;display:flex;align-items:center;justify-content:center}.landing-illustration img{width:100%;height:100%;object-fit:contain}.landing-title{font-size:26px;font-weight:800;color:#1a1a1a;margin:0 0 12px;line-height:1.2}.landing-subtitle{font-size:14px;line-height:1.7;color:#888;margin:0;max-width:280px}.landing-footer{justify-content:space-between;padding:24px 28px 36px;flex-shrink:0}.landing-dots,.landing-footer{display:flex;align-items:center}.landing-dots{gap:8px}.landing-dot{width:8px;height:8px;border-radius:50%;background:#e0e0e0;transition:all .3s ease;cursor:pointer}.landing-dot.active{background:#4F7FFF;width:24px;border-radius:4px}.btn-next-slide{width:56px;height:56px;border-radius:50%;background:#4F7FFF;color:white;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px rgba(79,127,255,.35);transition:all .2s ease}.btn-next-slide:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(79,127,255,.45)}.btn-next-slide:active{transform:scale(.97)}.btn-get-started{padding:16px 36px;background:#4F7FFF;color:white;border:none;border-radius:28px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 4px 16px rgba(79,127,255,.35);transition:all .2s ease;font-family:inherit}.btn-get-started:hover{background:#3d63e0;transform:translateY(-1px);box-shadow:0 6px 20px rgba(79,127,255,.45)}.btn-get-started:active{transform:scale(.97)}@media (max-width:360px){.landing-illustration{width:180px;height:180px;margin-bottom:32px}.landing-title{font-size:22px}.landing-subtitle{font-size:13px}.landing-footer{padding:20px 24px 28px}}