.hero{width:100%;min-height:100vh;height:110vh;display:flex;align-items:center;justify-content:center;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hero .tag{display:inline-block;border-radius:40px;border:1px solid #cdcdcd;overflow:hidden;box-shadow:0 2px 2px 2px rgba(155,155,155,.103)}.hero .screenshot-section{margin-top:4rem;display:flex;justify-content:center;padding:0}.hero .screenshot-container{position:relative;border:1px solid #e5e7eb;border-radius:1rem;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.1);max-width:100%;transition:transform .4s ease}.hero .screenshot-container:hover{transform:scale(1.02)}.hero .screenshot-image{display:block;width:100%;max-width:700px;height:auto}.hero .screenshot-container .screenshot-label{position:absolute;top:12px;left:12px;background:rgba(255,255,255,.8);color:#1f2937;padding:.25rem .75rem;border-radius:9999px;box-shadow:0 1px 3px rgba(0,0,0,.08);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (max-width:640px){.hero .screenshot-section{padding:0 20px}.hero .screenshot-container .screenshot-label{position:absolute;font-size:.8rem;padding:.2rem .6rem;top:unset;height:-moz-fit-content;height:fit-content;bottom:8px;left:8px}.screenshot-container{border-radius:.75rem}}.hero .video-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out forwards}.hero .video-overlay .video-content{position:relative;width:90%;height:100%;background:transparent;overflow:hidden;display:flex;align-items:center;justify-content:center;animation:slideUp .4s ease-out forwards}.hero .video-close{position:absolute;top:.75rem;right:1rem;z-index:10}.hero .video-overlay .video-content .video-wrapper{position:relative;display:flex;align-items:center;justify-content:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.custom-player{position:relative;width:100%;height:-moz-fit-content;height:fit-content;max-width:1000px;margin:2rem auto;background:#b8b8b8;border-radius:1rem;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.15)}.custom-player video{width:100%;display:block}.controls{width:100%;display:flex;align-items:center;gap:.5rem;padding:1rem 20px;color:white;background:rgba(49,49,49,.8);font-size:1rem}.controls button{background:#6A0DAD;border:none;color:white;padding:.4rem .8rem;border-radius:.375rem;cursor:pointer;font-weight:700;transition:background .2s}.controls button:hover{background:#5c0bb0}.controls input[type=range]{flex-grow:1;accent-color:#6A0DAD;height:4px;background:#333;border-radius:2px;cursor:pointer}.how-it-works{padding:4rem 1rem;text-align:center;background-color:#fdfdfd;-webkit-user-select:none;-moz-user-select:none;user-select:none}.how-it-works h2{font-size:2rem;margin-bottom:3rem}.steps{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.step{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:2rem;max-width:280px;flex:1 1;transition:transform .2s}.step:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.05)}.step-icon{width:48px;height:48px;margin:0 auto 1rem;border-radius:50%;background-color:#b650ff;color:white;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.step h3{font-size:1.1rem;margin-bottom:.5rem}.step p{color:#666;font-size:.95rem;line-height:1.4}@media (max-width:768px){.steps{flex-direction:column;align-items:center}.step{width:100%;max-width:400px}}