*{margin:0;padding:0;box-sizing:border-box}:root{--bg-dark: #120818;--bg-card: #1a0f1f;--accent: #A631D8;--accent-light: #c45ef0;--accent-glow: rgba(166, 49, 216, .4);--text-primary: #ffffff;--text-secondary: #b8a8c0;--text-muted: #6b5a73}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-dark);color:var(--text-primary);line-height:1.6;overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;background:#120818cc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(166,49,216,.1)}.nav-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-logo{height:32px}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s}.nav-links a:hover{color:var(--accent-light)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-400px;left:50%;transform:translate(-50%);-webkit-transform:translateX(-50%);width:900px;height:900px;background:radial-gradient(circle at center,rgba(166,49,216,.15) 0%,rgba(166,49,216,.06) 40%,transparent 70%);pointer-events:none}.hero-content{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text{max-width:600px;text-align:center}.hero-graphic{width:480px;height:auto;margin-bottom:1rem}.hero-title{font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-title .highlight{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.store-buttons{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center;margin-top:5rem}.store-btn{display:inline-block;transition:transform .2s,opacity .2s}.store-btn:hover{transform:translateY(-2px)}.store-btn img{height:52px;width:auto}.hero-phones{display:flex;justify-content:center;align-items:flex-end;position:relative}.hero-phones:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-45%,-50%);width:700px;height:800px;background:radial-gradient(ellipse at center,rgba(166,49,216,.6) 0%,rgba(166,49,216,.3) 35%,rgba(166,49,216,.1) 55%,transparent 75%);filter:blur(50px);-webkit-filter:blur(50px);pointer-events:none;z-index:0}.hero-phone{width:280px;height:auto;position:relative;z-index:1;transition:transform .3s ease;-webkit-transition:transform .3s ease;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hero-phone:nth-child(1){transform:translate(40px) rotate(-5deg);-webkit-transform:translateX(40px) rotate(-5deg);z-index:1}.hero-phone:nth-child(2){transform:scale(1.2);-webkit-transform:scale(1.2);z-index:2}.hero-phone:nth-child(1):hover{transform:translate(40px) rotate(-5deg) scale(1.05);-webkit-transform:translateX(40px) rotate(-5deg) scale(1.05);z-index:3}.hero-phone:nth-child(2):hover{transform:scale(1.25);-webkit-transform:scale(1.25);z-index:3}.phone-video-container{position:relative;display:flex;align-items:center;justify-content:center}.phone-video{position:absolute;width:78%;height:89%;top:5.5%;left:11%;object-fit:cover;border-radius:28px;z-index:1}.phone-frame{position:relative;width:100%;height:auto;z-index:2;pointer-events:none}.features{padding:6rem 2rem;position:relative}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;margin-bottom:1rem}.section-subtitle{color:var(--text-secondary);font-size:1.1rem}.features-container{max-width:1100px;margin:0 auto}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:5rem}.feature-row:last-child{margin-bottom:0}.feature-row--reversed{direction:rtl}.feature-row--reversed>*{direction:ltr}.feature-image{display:flex;justify-content:center}.feature-image img{max-width:280px;width:100%;height:auto;transition:transform .3s}.feature-image img:hover{transform:scale(1.03)}.feature-content{max-width:480px}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-description{color:var(--text-secondary);font-size:1rem;line-height:1.7}.feature-list{margin-top:1.25rem;padding-left:0;list-style:none}.feature-list li{color:var(--text-secondary);font-size:.95rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.feature-link{display:inline-block;margin-top:1.25rem;color:var(--accent-light);text-decoration:none;font-size:.95rem;font-weight:500;transition:opacity .2s}.feature-link:hover{opacity:.8}.feature-list li:before{content:"✓";position:absolute;left:0;color:var(--accent-light);font-weight:600}.testimonials{padding:6rem 2rem}.testimonials-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem}.testimonial-card{background:var(--bg-card);border:1px solid rgba(166,49,216,.15);border-radius:16px;padding:1.5rem;transition:border-color .2s}.testimonial-card:hover{border-color:#a631d866}.testimonial-quote{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:1rem;font-style:italic}.testimonial-author{color:var(--accent-light);font-size:.85rem;font-weight:600}.whats-new{padding:6rem 2rem}.whats-new-grid{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.whats-new-card{background:var(--bg-card);border:1px solid rgba(166,49,216,.15);border-radius:16px;padding:1.5rem;text-decoration:none;transition:border-color .2s,transform .2s;display:block}.whats-new-card:hover{border-color:#a631d866;transform:translateY(-2px)}.whats-new-card-title{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.4rem}.whats-new-card-description{color:var(--text-secondary);font-size:.95rem;line-height:1.5;margin-bottom:.75rem}.whats-new-card-footer{display:flex;justify-content:space-between;align-items:center}.whats-new-card-date{color:var(--text-muted);font-size:.8rem}.whats-new-card-link{color:var(--accent-light);font-size:.85rem;font-weight:600}.whats-new-all{text-align:center;margin-top:1.5rem}.whats-new-all a{color:var(--accent-light);text-decoration:none;font-weight:600;font-size:.95rem;transition:opacity .2s}.whats-new-all a:hover{opacity:.8}.faq{padding:6rem 2rem}.faq-grid{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--bg-card);border:1px solid rgba(166,49,216,.15);border-radius:12px;padding:1.5rem}.faq-question{font-size:1rem;font-weight:600;margin-bottom:.5rem}.faq-answer{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.cta{padding:6rem 2rem;text-align:center}.cta-container{max-width:800px;margin:0 auto;background:linear-gradient(135deg,#a631d81a,#a631d805);border:1px solid rgba(166,49,216,.3);border-radius:30px;padding:4rem 3rem;position:relative;overflow:hidden}.cta-container:before{content:"";position:absolute;top:-350px;right:-350px;width:900px;height:900px;background:radial-gradient(circle,rgba(166,49,216,.2) 0%,transparent 70%);pointer-events:none}.cta-mascots{width:140px;margin-bottom:1rem}.cta-title{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.cta-subtitle{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.cta .store-buttons{justify-content:center;row-gap:3rem}footer{padding:3rem 2rem;border-top:1px solid rgba(166,49,216,.1)}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-logo{height:36px}.footer-links{display:flex;gap:2rem;list-style:none}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--accent-light)}.footer-disclaimer{color:var(--text-muted);font-size:.8rem;text-align:center;max-width:600px;line-height:1.6}.footer-copyright{color:var(--text-muted);font-size:.8rem}@media(max-width:968px){.hero-content{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-text{max-width:100%}.store-buttons{justify-content:center}.hero-graphic{display:none}.hero-phones{order:-1}.hero-phones:before{width:500px;height:570px;filter:blur(35px);-webkit-filter:blur(35px)}.hero-phone{width:200px}.hero-phone:nth-child(1){transform:translate(30px) rotate(-5deg);-webkit-transform:translateX(30px) rotate(-5deg)}.hero-phone:nth-child(1):hover{transform:translate(30px) rotate(-5deg) scale(1.05);-webkit-transform:translateX(30px) rotate(-5deg) scale(1.05)}.hero-phone:nth-child(2):hover{transform:scale(1.15);-webkit-transform:scale(1.15)}.feature-row{grid-template-columns:1fr;gap:.5rem}.feature-row--reversed{direction:ltr}.feature-content{max-width:100%;text-align:left}.feature-image img{max-width:220px}.nav-links{gap:1rem}.nav-links a{font-size:.8rem}.nav-desktop-only{display:none}.phone-video{border-radius:22px}}@media(max-width:600px){.hero{padding:5rem 1.5rem 2rem}.hero-subtitle{margin-bottom:1rem;font-size:.9rem;line-height:1.4}.hero-phones:before{width:380px;height:440px;filter:blur(30px);-webkit-filter:blur(30px)}.hero-phone{width:140px}.hero-phone:nth-child(1){transform:translate(20px) rotate(-5deg);-webkit-transform:translateX(20px) rotate(-5deg)}.hero-phone:nth-child(1):hover{transform:translate(20px) rotate(-5deg) scale(1.05);-webkit-transform:translateX(20px) rotate(-5deg) scale(1.05)}.hero-phone:nth-child(2):hover{transform:scale(1.15);-webkit-transform:scale(1.15)}.phone-video{border-radius:18px}.store-btn img{height:44px}.store-buttons{margin-top:2rem}.section-subtitle{font-size:.95rem;line-height:1.4}.feature-row{margin-bottom:3rem}.feature-image img{max-width:180px}.feature-title{font-size:1.25rem}.feature-description{font-size:.9rem;line-height:1.5}.feature-list li,.testimonial-quote{font-size:.85rem;line-height:1.4}.cta-subtitle{font-size:.95rem;line-height:1.4}.faq{padding:4rem 1.5rem}.faq-item{padding:1.25rem}.faq-question{font-size:.95rem}.faq-answer{font-size:.9rem;line-height:1.5}.whats-new{padding:4rem 1.5rem}.whats-new-card{padding:1.25rem}.whats-new-card-title{font-size:1rem}.whats-new-card-description{font-size:.9rem}.cta-container{padding:3rem 1.5rem}.cta-container:before{width:600px;height:600px;top:-225px;right:-225px}}@media(max-width:380px){.store-btn img{height:40px}}
