/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */.visible{visibility:visible}.hidden{display:none}.inline-flex{display:inline-flex}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}:root{--primary-color:#7d63ee;--secondary-color:#0b442e;--dark-bg:#0a0a0a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--dark-bg);color:#fff;scroll-behavior:smooth;font-family:Syne,sans-serif;line-height:1.6;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.gradient-text{background:linear-gradient(135deg,var(--primary-color)0,#9d8df2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-bg{background:linear-gradient(135deg,var(--primary-color)0,#6952d9 100%)}.header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0a0a0acc;border-bottom:1px solid #7d63ee1a;padding:1rem 2rem;transition:all .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{padding:.75rem 2rem;box-shadow:0 4px 20px #0000001a}.header-inner{justify-content:space-between;align-items:center;display:flex}.logo{height:40px}.main{flex-grow:1;padding:120px 0 80px;position:relative}.glow{filter:blur(120px);opacity:.2;z-index:-1;border-radius:50%;position:absolute}.glow-1{background:var(--primary-color);width:600px;height:600px;top:0;left:-100px}.glow-2{background:var(--secondary-color);width:500px;height:500px;bottom:10%;right:-100px}.glow-3{background:var(--primary-color);opacity:.1;width:300px;height:300px;top:60%;left:30%}.hero{text-align:center;margin-bottom:80px;padding:0 20px;animation:fadeIn 1s ease-in-out}.pill-badge{background:linear-gradient(135deg,var(--primary-color)0,#6952d9 100%);border-radius:50px;margin-bottom:20px;padding:8px 20px;font-size:14px;font-weight:600;display:inline-block;box-shadow:0 5px 15px #7d63ee4d}.hero h1{letter-spacing:-.5px;margin-bottom:24px;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.2}.hero p{color:#fffc;max-width:800px;margin:0 auto 48px;font-size:clamp(1.1rem,2vw,1.3rem)}.app-showcase{background:linear-gradient(#0d0d0dcc,#0b442e33);border:1px solid #7d63ee4d;border-radius:30px;margin-bottom:100px;padding:40px 30px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #7d63ee33}.app-content{z-index:2;align-items:center;gap:60px;display:flex;position:relative}.app-image{flex-shrink:0;position:relative}.app-phone{border-radius:30px;max-width:300px;transition:all .5s;box-shadow:0 30px 60px #00000040}.app-phone:hover{transform:perspective(1000px)rotateY(-15deg)rotateX(5deg)translateY(-10px)}.app-rings{z-index:-1;background:radial-gradient(circle,#7d63ee0d 0,#7d63ee00 70%);width:200%;height:200%;animation:pulse 8s infinite alternate;position:absolute;top:-50%;left:-50%}.app-info{flex:1}.app-info h2{margin-bottom:20px;font-size:clamp(1.8rem,2.5vw,2.5rem);font-weight:700;line-height:1.2}.app-info p{color:#ffffffd9;margin-bottom:25px;font-size:1rem;line-height:1.7}.features-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:32px;display:grid}.feature-item{align-items:center;margin-bottom:10px;display:flex}.feature-icon{color:#10b981;flex-shrink:0;margin-right:10px}.feature-text{color:#ffffffd9;font-size:.9rem}.download-section{background:#7d63ee1a;border:1px solid #7d63ee4d;border-radius:16px;padding:20px}.download-section h3{margin-bottom:20px;font-size:1.2rem}.download-buttons{flex-wrap:wrap;gap:16px;display:flex}.app-button{cursor:pointer;color:#fff;background:#7d63ee1a;border:1.5px solid #7d63ee80;border-radius:14px;align-items:center;padding:12px 24px;transition:all .3s;display:flex}.app-button:hover{background:#7d63ee40;border-color:#7d63ee;transform:translateY(-5px);box-shadow:0 15px 30px #7d63ee4d}.highlight-button{border-color:#7d63ee;animation:pulse 1.5s infinite;box-shadow:0 10px 25px #7d63ee40}.app-icon{background:#0000004d;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-right:12px;display:flex}.app-text{flex-direction:column;display:flex}.app-text-small{opacity:.8;font-size:.75rem}.app-text-large{font-size:1rem;font-weight:600}.testimonial-box{background:#0000004d;border:1px solid #7d63ee33;border-radius:16px;margin-top:25px;padding:20px}.testimonial-content{align-items:center;margin-bottom:15px;display:flex}.testimonial-avatar{object-fit:cover;border:2px solid #7d63ee80;border-radius:50%;width:48px;height:48px;margin-right:16px}.testimonial-text{flex:1}.testimonial-quote{margin-bottom:4px;font-size:1rem;font-weight:500}.testimonial-author{color:#fff9;font-size:.9rem}.rating{color:#f59e0b;display:flex}.rating-container .rating{justify-content:center}.footer{background-color:#0006;border-top:1px solid #7d63ee33;padding:32px 0}.footer-inner{flex-direction:column;align-items:center;gap:24px;display:flex}.footer-links{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.footer-link{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:all .3s}.footer-link:hover{color:#7d63ee}.footer-copyright{color:#ffffff80;text-align:center;font-size:.85rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.05)}}.animated{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.animated.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}@media (width<=992px){.app-content{text-align:center;flex-direction:column;gap:40px}.features-grid{grid-template-columns:repeat(2,1fr)}.feature-item,.features-grid{justify-content:center}}@media (width<=768px){.app-showcase{padding:40px 20px}.download-buttons,.testimonial-content{flex-direction:column}.testimonial-content{text-align:center}.testimonial-avatar{margin-bottom:16px;margin-right:0}.rating{justify-content:center;margin-top:12px}}@media (width<=576px){.features-grid{grid-template-columns:1fr}}.wrapper{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}