@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--font-sans:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-title:"Outfit", sans-serif;--bg-color:#0b141a;--text-color:#e9edef;--text-muted:#8696a0;--accent-color:#00a884;--accent-hover:#008f72;--card-bg:#111b21;--card-border:#222e35;--success:#00a884;--warning:#ffbc38;--danger:#ea0038;--shadow-lg:0 30px 60px -15px #000000e6}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;background-image:radial-gradient(#00a88405 1px,#0000 1px);background-size:24px 24px;flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}a{color:var(--accent-color);text-decoration:none;transition:all .2s}a:hover{color:var(--accent-hover)}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 2rem;position:relative}h1{font-family:var(--font-title);color:#fff;letter-spacing:-.03em;font-size:4rem;font-weight:800;line-height:1.15}h1 span{background:linear-gradient(135deg,#00ffd0 0%,#00a884 50%,#00e676 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;animation:4s linear infinite shine}@keyframes shine{to{background-position:200%}}h2{font-family:var(--font-title);color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}h3{font-family:var(--font-title);color:#fff;letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}p{color:var(--text-muted);font-size:1.05rem;line-height:1.75}.glow-spot{pointer-events:none;z-index:0;background:radial-gradient(circle,#00a88414 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}section{z-index:1;padding:6rem 0;position:relative}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-header p{color:var(--text-muted);margin-top:.5rem;font-size:1.1rem}.hero{z-index:1;padding:8rem 0 5rem;position:relative}.hero-content{align-items:center;gap:4rem;display:flex}.hero-text{text-align:left;flex:1.2}.hero-text p{margin-bottom:2.5rem;font-size:1.2rem;line-height:1.8}.hero-visual{flex:.8;justify-content:center;display:flex;position:relative}.phone-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#00a88426 0%,#0000 70%);width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.phone-mockup{width:280px;height:605px;box-shadow:var(--shadow-lg), 0 0 0 1px #ffffff0d;z-index:1;background:#000;border:4px solid #202c33;border-radius:28px;transition:transform .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;transform:rotate(-1deg)}.phone-mockup:hover{transform:translateY(-8px)rotate(1deg)scale(1.02)}.phone-mockup:before{display:none}.phone-mockup img{object-fit:cover;width:100%;height:100%;display:block}.playstore-btn{color:#fff;background:#202c33;border:1px solid #2a3942;border-radius:14px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 20px #0006}.playstore-btn:hover{border-color:var(--accent-color);color:#fff;background:#2a3942;transform:translateY(-2px);box-shadow:0 10px 30px #00a88440}.playstore-btn svg{fill:#fff;flex-shrink:0}.playstore-btn-text{flex-direction:column;align-items:flex-start;line-height:1.2;display:flex}.playstore-btn-text .subtext{color:#8696a0;letter-spacing:.1em;text-transform:uppercase;font-size:.65rem;font-weight:600}.playstore-btn-text .maintext{color:#fff;font-size:1.1rem;font-weight:700}.hero-chip{text-transform:uppercase;color:var(--accent-color);letter-spacing:.08em;background:#00a88414;border:1px solid #00a88426;border-radius:20px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.5rem;padding:.35rem .9rem;font-size:.75rem;font-weight:700;display:inline-flex}.card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem 2rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}.card:hover{border-color:#00a88433;transform:translateY(-4px);box-shadow:0 20px 40px #00a8840d}.final-cta{border:1px solid var(--card-border);text-align:center;box-shadow:var(--shadow-lg);background:radial-gradient(circle at top,#111b21 0%,#0b141a 100%);border-radius:24px;margin-bottom:6rem;padding:5rem 3rem;position:relative;overflow:hidden}.final-cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#00a88414 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.final-cta h2{margin-bottom:1rem}.final-cta p{margin-bottom:2.5rem;font-size:1.1rem}.footer{border-top:1px solid var(--card-border);text-align:center;background:#080f14;padding:3.5rem 0}.footer p{color:#667781;font-size:.875rem}.footer-links{justify-content:center;gap:2rem;margin-top:1.5rem;display:flex}.footer-links a{color:#8696a0;font-size:.875rem}.footer-links a:hover{color:#fff}.fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.visual-interactive-sec{border-top:1px solid var(--card-border);text-align:center;background:radial-gradient(#00a8840a 0%,#0000 65%);padding:7rem 0 8rem;position:relative;overflow:hidden}.interactive-wrapper{justify-content:center;align-items:center;max-width:900px;height:500px;margin:0 auto;display:flex;position:relative}.center-logo-clean{z-index:4;justify-content:center;align-items:center;width:120px;height:120px;animation:4s ease-in-out infinite alternate logoFloat;display:flex;position:relative}.center-logo-clean:before{content:"";z-index:-1;border:1.5px solid #00a88466;border-radius:50%;animation:2.5s ease-in-out infinite alternate ringPulse;position:absolute;inset:-16px}.center-logo-clean:after{content:"";z-index:-2;background:radial-gradient(circle,#00a88424 0%,#0000 60%);border-radius:50%;width:280%;height:280%;animation:3.5s ease-in-out infinite alternate glowBreath;position:absolute}@keyframes ringPulse{0%{opacity:.5;transform:scale(1);box-shadow:0 0 #00a88400}to{opacity:1;transform:scale(1.08);box-shadow:0 0 30px #00a88466,0 0 60px #00a8841a}}@keyframes glowBreath{0%{opacity:.5;transform:scale(.85)}to{opacity:1;transform:scale(1.1)}}@keyframes logoFloat{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.center-logo-clean img{z-index:2;border-radius:28px;width:100%;height:100%;position:relative;box-shadow:0 8px 32px #00a88459,0 2px 6px #0009}.hero-float-widget{-webkit-backdrop-filter:blur(18px);z-index:5;background:#0b141ae0;border:1px solid #00a88433;border-radius:18px;flex-wrap:nowrap;align-items:center;gap:.7rem;padding:.85rem 1.1rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;box-shadow:0 12px 36px #00000080,inset 0 1px #ffffff0d}.hero-float-widget:hover{z-index:10;border-color:#00a8848c;box-shadow:0 20px 50px #00a88426,inset 0 1px #ffffff14}.call-float{width:255px;animation:6s ease-in-out infinite alternate floatWidgetY;top:10%;left:4%}.widget-avatar{border:2px solid var(--accent-color);background:#0d1a20;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;display:flex;overflow:hidden}.widget-avatar img{object-fit:cover;width:100%;height:100%}.widget-details{text-align:left;flex-direction:column;flex-grow:1;min-width:0;display:flex;overflow:hidden}.widget-label{color:var(--accent-color);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.12rem;font-size:.6rem;font-weight:700}.widget-val{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:600;overflow:hidden}.widget-action-pulse{background:var(--accent-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;display:flex;box-shadow:0 0 16px #00a8848c}.phone-icon-pulsing{animation:1.6s ease-in-out infinite widgetPulse}@keyframes widgetPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(1.2)}}.voice-float{width:255px;animation:5s ease-in-out 1.2s infinite alternate floatWidgetY;top:10%;right:4%}.voice-play-btn{background:var(--accent-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;display:flex;box-shadow:0 0 14px #00a88480}.voice-wave{flex-grow:1;align-items:center;gap:3px;height:24px;display:flex}.voice-wave .bar{background:#3a5a4a;border-radius:3px;width:3px;height:5px;animation:1.1s ease-in-out infinite alternate waveMotion;display:block}.voice-wave .bar:first-child{animation-delay:0s}.voice-wave .bar:nth-child(2){background:var(--accent-color);animation-delay:.1s}.voice-wave .bar:nth-child(3){animation-delay:.25s}.voice-wave .bar:nth-child(4){background:var(--accent-color);animation-delay:.1s}.voice-wave .bar:nth-child(5){animation-delay:.4s}.voice-wave .bar:nth-child(6){background:var(--accent-color);animation-delay:.2s}.voice-wave .bar:nth-child(7){animation-delay:.55s}.voice-wave .bar:nth-child(8){background:var(--accent-color);animation-delay:.15s}.voice-wave .bar:nth-child(9){animation-delay:.35s}.voice-wave .bar:nth-child(10){animation-delay:50ms}@keyframes waveMotion{0%{height:4px}to{height:22px}}.voice-duration{color:var(--text-muted);flex-shrink:0;font-size:.78rem;font-weight:500}.message-float{width:310px;animation:7s ease-in-out .5s infinite alternate floatWidgetBottomCenter;bottom:9%;left:50%;transform:translate(-50%)}.message-float:hover{transform:translate(-50%)translateY(-8px)scale(1.03)!important}.message-text{text-align:left;align-items:center;gap:.6rem;display:flex}.message-text span{color:#e9edef;font-size:.84rem;font-weight:500;line-height:1.45}@keyframes floatWidgetY{0%{transform:translateY(0)}to{transform:translateY(-14px)}}@keyframes floatWidgetBottomCenter{0%{transform:translate(-50%)translateY(0)}to{transform:translate(-50%)translateY(-14px)}}@media (width<=1024px){h1{font-size:3.25rem}.hero{padding:6rem 0 4rem}.hero-content{gap:2.5rem}.phone-mockup{width:240px;height:519px}}@media (width<=768px){h1{font-size:2.6rem}h2{font-size:2rem}p{font-size:1rem}section{padding:4rem 0}.hero{padding:5.5rem 0 3rem}.hero-content{text-align:center;flex-direction:column;align-items:center;gap:2.5rem}.hero-text{text-align:center;order:1}.hero-text p{margin-bottom:2rem;font-size:1rem}.hero-chip{margin:0 auto 1.25rem}.hero-visual{order:2;justify-content:center;width:100%}.phone-mockup{width:220px;height:476px;transform:none}.phone-mockup:hover{transform:translateY(-6px)scale(1.01)}.playstore-btn{margin:0 auto;display:inline-flex}.visual-interactive-sec{padding:5rem 0}.interactive-wrapper{max-width:100%;height:480px}.call-float{width:195px;top:3%;left:2%}.voice-float{width:210px;top:38%;right:2%}.message-float{width:230px;bottom:5%;left:5%}.center-logo-clean{width:85px;height:85px}.final-cta{margin-bottom:3rem;padding:3.5rem 1.5rem}.final-cta h2{font-size:1.85rem}.final-cta p{font-size:1rem}.footer{padding:2.5rem 0}.footer-links{gap:1.25rem}}@media (width<=480px){h1{letter-spacing:-.02em;font-size:2.1rem}h2{font-size:1.65rem}.container{padding:0 1.25rem}.hero{padding:4.5rem 0 2.5rem}.hero-text p{font-size:.95rem}.phone-mockup{border-width:3px;border-radius:22px;width:190px;height:411px}.hero-float-widget{border-radius:12px;gap:.6rem;padding:.6rem .8rem}.widget-val{font-size:.78rem}.widget-label{font-size:.6rem}.widget-avatar{width:32px;height:32px}.widget-action-pulse{width:26px;height:26px}.voice-play-btn{width:30px;height:30px}.voice-wave{gap:2px}.voice-wave .bar{width:2.5px}.interactive-wrapper{height:520px}.call-float{width:170px;top:2%;left:2%}.voice-float{width:190px;top:38%;right:2%}.message-float{width:210px;bottom:4%;left:3%}.center-logo-clean{width:72px;height:72px}.section-header{margin-bottom:2.5rem}.section-header p{font-size:.95rem}.final-cta{border-radius:16px;padding:2.5rem 1.25rem}}@media (width<=380px){h1{font-size:1.85rem}.phone-mockup{width:165px;height:357px}.call-float{width:155px;font-size:.75rem}.voice-float{width:165px}.message-float{width:190px}.message-text span{font-size:.78rem}}
