*{box-sizing:border-box;margin:0;padding:0}body{background:#111b21;font-family:Segoe UI,Helvetica,Arial,sans-serif}#root{height:100vh;display:flex}.whatsapp-app{background:#111b21;flex-direction:column;width:100%;max-width:100%;height:100vh;display:flex}.whatsapp-header{background:#202c33;justify-content:space-between;align-items:center;height:60px;padding:10px 16px;display:flex}.header-left{align-items:center;gap:12px;display:flex}.back-arrow{cursor:pointer;display:none}.icon-btn{cursor:pointer}.profile-pic{color:#fff;background:#6b7b8a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:500;display:flex}.contact-info h2{color:#fff;margin:0;font-size:16px;font-weight:500}.contact-info .status{color:#8696a0;font-size:13px}.header-right{align-items:center;gap:20px;display:flex}.header-user{color:#aebac1;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:13px;overflow:hidden}.header-right svg{cursor:pointer}.chat-bg{background:#0b141a url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23182229' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");flex:1;overflow-y:auto}.messages-container{flex-direction:column;gap:2px;min-height:100%;padding:10px 60px;display:flex}.message{max-width:65%;display:flex}.message.user{align-self:flex-end}.message.model{align-self:flex-start}.message-bubble{word-wrap:break-word;border-radius:8px;padding:6px 7px 8px 9px;position:relative}.message.user .message-bubble{background:#005c4b;border-top-right-radius:0}.message.model .message-bubble{background:#202c33;border-top-left-radius:0}.message-bubble p{color:#e9edef;white-space:pre-wrap;margin:0;font-size:14.2px;line-height:19px}.message-meta{justify-content:flex-end;align-items:center;gap:3px;margin-top:2px;display:flex}.time{color:#e9edef99;font-size:11px}.ticks{margin-left:2px}.ticks.read{color:#53bdeb}.typing-indicator{gap:4px;padding:8px 4px;display:flex}.typing-indicator span{background:#8696a0;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite bounce}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.input-container{background:#202c33;align-items:center;gap:8px;padding:8px 16px;display:flex}.input-wrapper{background:#2a3942;border-radius:8px;flex:1;align-items:center;gap:12px;padding:8px 12px;display:flex}.input-wrapper input{color:#e9edef;background:0 0;border:none;outline:none;flex:1;font-size:15px}.input-wrapper input::placeholder{color:#8696a0}.send-btn{cursor:pointer;background:#00a884;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:background .2s;display:flex}.send-btn:hover{background:#06cf9c}.send-btn:disabled{cursor:default;background:#8696a0}.mic-btn{cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;background:#00a884;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:background .2s,transform .1s;display:flex}.mic-btn:hover{background:#06cf9c}.mic-btn:active{transform:scale(.95)}.mic-btn.recording{background:#ef4444;animation:1s infinite pulse-mic;transform:scale(1.1)}.mic-btn:disabled{cursor:default;background:#8696a0}.recording-bar{background:#2a3942;border-radius:8px;flex:1;align-items:center;gap:12px;padding:12px 16px;display:flex}.recording-dot{background:#ef4444;border-radius:50%;width:12px;height:12px;animation:1s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.recording-time{color:#e9edef;font-variant-numeric:tabular-nums;font-size:14px}.recording-hint{color:#8696a0;margin-left:auto;font-size:12px}@keyframes pulse-mic{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.voice-play-btn{cursor:pointer;background:0 0;border:none;align-items:center;padding:2px;transition:transform .2s;display:flex}.voice-play-btn:hover{transform:scale(1.2)}.voice-play-btn:disabled{cursor:default;animation:1s infinite pulse}@keyframes pulse{0%,to{box-shadow:0 0 #4ade8099}50%{box-shadow:0 0 0 6px #4ade8000}}.voice-note{align-items:center;gap:10px;min-width:230px;padding:4px 0;display:flex}.voice-note .voice-play-btn{cursor:pointer;background:#8696a0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s;display:flex}.message.user .voice-note .voice-play-btn{background:#00a884}.message.user .voice-note .voice-play-btn.playing{background:#06cf9c}.voice-note-body{flex:1;min-width:0}.waveform{align-items:center;gap:3px;height:30px;display:flex;position:relative;overflow:hidden}.waveform-progress{z-index:1;background:#0000001a;position:absolute;top:0;bottom:0;left:0}.wave-bar{z-index:2;background:#8696a0;border-radius:2px;flex-shrink:0;width:3px;transition:background .2s}.message.user .wave-bar{background:#69d5bc}.wave-bar.played,.message.user .wave-bar.played{background:#e9edef}.voice-note-meta{align-items:center;gap:8px;margin-top:4px;display:flex}.voice-duration{color:#e9edef;font-variant-numeric:tabular-nums;font-size:12px}.voice-time{color:#e9edef99;margin-left:auto;font-size:11px}.message.user .voice-time{color:#e9edef99}.home{color:#e9edef;background:#111b21;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100vh;display:flex}.home h1{color:#e9edef;font-size:32px}.home p{color:#8696a0}.home a{color:#fff;background:#00a884;border-radius:8px;padding:12px 32px;font-size:16px;text-decoration:none;transition:background .2s;display:inline-block}.home a:hover{background:#06cf9c}@media (width<=768px){.messages-container{padding:10px 16px}.message{max-width:85%}.back-arrow{display:block}}.free-banner,.notice-banner{text-align:center;z-index:5;padding:8px 16px;font-size:13px}.free-banner{color:#aebac1;background:#1f2c33;border-bottom:1px solid #2a3942}.notice-banner{color:#ff8a8a;background:#3b1d1d}.auth-container{background:#111b21;flex:1;justify-content:center;align-items:center;display:flex}.auth-card{text-align:center;color:#e9edef;background:#202c33;border-radius:12px;width:100%;max-width:360px;padding:40px 32px}.auth-logo{color:#fff;background:#00a884;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;font-size:28px;font-weight:600;display:flex}.auth-card h2{margin-bottom:8px;font-size:22px}.auth-subtitle{color:#8696a0;margin-bottom:24px;font-size:14px}.google-btn{color:#1f1f1f;cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:15px;font-weight:500;transition:opacity .15s;display:flex}.google-btn:hover{opacity:.9}.google-btn:disabled{opacity:.5;cursor:not-allowed}.error{color:#ff8a8a;text-align:left;background:#3b1d1d;border-radius:8px;margin-bottom:16px;padding:10px 12px;font-size:13px}.modal-overlay{z-index:100;background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.login-modal{text-align:center;color:#e9edef;background:#202c33;border-radius:12px;width:100%;max-width:360px;padding:40px 32px;position:relative;box-shadow:0 8px 40px #00000080}.login-modal h2{margin-bottom:8px;font-size:22px}.modal-close{color:#8696a0;cursor:pointer;background:0 0;border:none;font-size:24px;line-height:1;position:absolute;top:10px;right:14px}.modal-close:hover{color:#e9edef}.home{color:#e9edef;background:#111b21;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.home h1{font-size:32px}.home p{color:#8696a0;margin-bottom:12px}.home a,.home .home-actions a{color:#fff;background:#00a884;border-radius:8px;padding:12px 24px;font-weight:600;text-decoration:none}.home-actions{flex-direction:column;align-items:center;gap:12px;width:220px;display:flex}.home-hint{color:#8696a0;font-size:13px}.landing{color:#f5f3ff;background:#0d0a1f;flex-direction:column;flex:1;display:flex;position:relative;overflow-x:hidden}.landing-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.blob{filter:blur(90px);opacity:.5;border-radius:50%;position:absolute}.blob-1{background:#ff4d8d;width:480px;height:480px;animation:12s ease-in-out infinite floaty;top:-140px;left:-120px}.blob-2{background:#a855f7;width:420px;height:420px;animation:14s ease-in-out infinite reverse floaty;top:30%;right:-160px}.blob-3{background:#00b98f;width:380px;height:380px;animation:16s ease-in-out infinite floaty;bottom:-160px;left:30%}@keyframes floaty{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(30px)scale(1.08)}}.float-emoji{opacity:.35;font-size:28px;animation:9s ease-in-out infinite floatUp;position:absolute}.e1{top:22%;left:6%}.e2{animation-delay:1.5s;top:18%;right:10%}.e3{animation-delay:3s;top:55%;left:4%}.e4{animation-delay:2s;top:62%;right:6%}.e5{animation-delay:4s;top:80%;left:50%}@keyframes floatUp{0%,to{transform:translateY(0)rotate(-4deg)}50%{transform:translateY(-18px)rotate(5deg)}}.landing-header{z-index:10;justify-content:space-between;align-items:center;padding:18px 32px;display:flex;position:relative}.landing-logo{color:#f5f3ff;align-items:center;gap:10px;text-decoration:none;display:flex}.landing-logo-badge{color:#fff;background:linear-gradient(135deg,#ff4d8d,#a855f7);border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;font-weight:800;display:flex;box-shadow:0 6px 20px #ff4d8d66}.landing-logo-name{background:linear-gradient(90deg,#ff4d8d,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:800}.landing-nav{align-items:center;gap:24px;display:flex}.landing-nav a{color:#c4b5fd;font-size:15px;font-weight:500;text-decoration:none}.landing-nav a:hover{color:#fff}.landing-nav-cta{background:linear-gradient(135deg,#ff4d8d,#a855f7);border-radius:999px;padding:10px 20px;font-weight:700;box-shadow:0 4px 18px #ff4d8d66;color:#fff!important}.landing-nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 26px #ff4d8d80}.hero{z-index:5;align-items:center;gap:56px;width:100%;max-width:1160px;margin:0 auto;padding:64px 32px 48px;display:flex;position:relative}.hero-content{flex:1;min-width:0}.hero-badge{color:#e9d5ff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.hero-badge-dot{background:#4ade80;border-radius:50%;width:8px;height:8px;animation:1.6s infinite pulse}.hero h1{margin-bottom:20px;font-size:clamp(34px,5.5vw,58px);font-weight:800;line-height:1.06}.gradient-text{background:linear-gradient(90deg,#ff4d8d,#a855f7,#ff4d8d) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite gradientShift}@keyframes gradientShift{to{background-position:200%}}.hero-sub{color:#c4b5fd;max-width:520px;margin-bottom:28px;font-size:18px;line-height:1.65}.hero-sub b{color:#fff}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;display:flex}.hero-cta{color:#fff;background:linear-gradient(135deg,#ff4d8d,#a855f7);border-radius:999px;align-items:center;gap:8px;padding:15px 30px;font-size:17px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 30px #ff4d8d73}.hero-cta:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 14px 40px #ff4d8d99}.hero-cta.big{padding:18px 36px;font-size:19px}.cta-arrow{transition:transform .2s}.hero-cta:hover .cta-arrow{transform:translate(4px)}.hero-hint{color:#a78bfa;font-size:14px}.hero-logout{width:auto;padding:12px 22px}.hero-trust{color:#a78bfa;align-items:center;gap:10px;font-size:14px;display:flex}.trust-avatars{font-size:22px;animation:1.6s infinite heartbeat}@keyframes heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.15)}40%{transform:scale(1)}60%{transform:scale(1.12)}}.hero-chat{flex:1;min-width:300px;max-width:380px;position:relative}.chat-demo-glow{filter:blur(20px);z-index:-1;background:radial-gradient(circle,#ff4d8d40,#0000 70%);position:absolute;inset:-20px}.chat-demo{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#14102dd9;border:1px solid #ffffff1a;border-radius:20px;transition:transform .4s;overflow:hidden;transform:rotate(-2deg);box-shadow:0 24px 60px #00000080}.chat-demo:hover{transform:rotate(0)scale(1.02)}.chat-demo-header{background:linear-gradient(90deg,#ff4d8d26,#a855f726);border-bottom:1px solid #ffffff14;align-items:center;gap:12px;padding:14px 16px;display:flex}.demo-avatar{color:#fff;background:linear-gradient(135deg,#ff4d8d,#a855f7);border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-weight:800;display:flex}.demo-name{font-size:15px;font-weight:700}.demo-status{color:#4ade80;font-size:12px}.chat-demo-body{flex-direction:column;gap:8px;min-height:210px;padding:16px;display:flex}.demo-msg{opacity:0;border-radius:14px;max-width:78%;padding:8px 12px;font-size:13.5px;line-height:1.4;animation:.5s forwards msgIn}.demo-1{animation-delay:.4s}.demo-2{animation-delay:1.2s}.demo-3{animation-delay:2s}.demo-4{animation-delay:2.8s}.demo-5{animation-delay:4s}@keyframes msgIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.msg-user{color:#fff;background:linear-gradient(135deg,#ff4d8d,#c026d3);border-bottom-right-radius:4px;align-self:flex-end}.msg-mili{color:#f5f3ff;background:#ffffff14;border-bottom-left-radius:4px;align-self:flex-start}.msg-mili.typing{gap:4px;padding:12px 14px;display:flex}.msg-mili.typing span{background:#c4b5fd;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite bounce}.msg-mili.typing span:nth-child(2){animation-delay:.15s}.msg-mili.typing span:nth-child(3){animation-delay:.3s}.stats{z-index:5;background:#ffffff08;border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:center;gap:56px;padding:36px 32px;display:flex;position:relative}.stat{text-align:center}.stat strong{background:linear-gradient(90deg,#ff4d8d,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:30px;font-weight:800;display:block}.stat span{color:#a78bfa;font-size:14px}.features,.testimonials,.how,.faq,.final-cta{z-index:5;width:100%;max-width:1060px;margin:0 auto;padding:72px 32px;position:relative}.features h2,.testimonials h2,.how h2,.faq h2{text-align:center;margin-bottom:16px;font-size:clamp(26px,4vw,40px);font-weight:800}.section-sub{text-align:center;color:#c4b5fd;max-width:560px;margin:0 auto 44px;font-size:16px}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.feature-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;padding:26px;transition:transform .25s,border-color .25s,box-shadow .25s}.feature-card:hover{border-color:#ff4d8d66;transform:translateY(-6px);box-shadow:0 16px 40px #ff4d8d26}.feature-icon{margin-bottom:12px;font-size:32px}.feature-card h3{margin-bottom:8px;font-size:18px;font-weight:700}.feature-card p{color:#c4b5fd;font-size:15px;line-height:1.6}.testimonials{padding-top:40px}.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:32px;display:grid}.testimonial-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;padding:26px;position:relative}.quote-mark{color:#ff4d8d59;font-family:Georgia,serif;font-size:56px;line-height:1;position:absolute;top:6px;right:16px}.testimonial-card p{color:#e9d5ff;margin-bottom:14px;font-size:15px;line-height:1.6}.testimonial-author{color:#ff8ab8;font-size:13px;font-weight:700}.how{background:#ffffff08;border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f}.how-steps{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-top:36px;display:grid}.step{text-align:center;padding:24px}.step-num{color:#fff;background:linear-gradient(135deg,#ff4d8d,#a855f7);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:14px;font-size:19px;font-weight:800;display:inline-flex;box-shadow:0 6px 20px #ff4d8d66}.step h3{margin-bottom:8px;font-size:18px}.step p{color:#a78bfa;font-size:14px;line-height:1.6}.faq-list{flex-direction:column;gap:12px;max-width:720px;margin:36px auto 0;display:flex}.faq-item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;padding:16px 20px;transition:border-color .2s}.faq-item:hover{border-color:#ff4d8d59}.faq-item summary{cursor:pointer;color:#f5f3ff;font-size:16px;font-weight:700}.faq-item p{color:#c4b5fd;margin-top:12px;font-size:15px;line-height:1.65}.final-cta{text-align:center;padding-bottom:90px}.final-cta h2{margin-bottom:12px;font-size:clamp(26px,4vw,40px)}.final-cta p{color:#c4b5fd;margin-bottom:30px;font-size:17px}.landing-footer{z-index:5;color:#a78bfa;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:24px 32px;font-size:13px;display:flex;position:relative}.landing-footer nav{gap:20px;display:flex}.landing-footer a{color:#a78bfa;text-decoration:none}.landing-footer a:hover{color:#fff}@media (width<=900px){.hero{text-align:center;flex-direction:column;gap:40px;padding:40px 20px}.hero-sub{margin-left:auto;margin-right:auto}.hero-actions,.hero-trust{justify-content:center}.hero-chat{max-width:340px;margin:0 auto}.landing-nav a:not(.landing-nav-cta){display:none}.landing-footer{text-align:center;justify-content:center}.features,.testimonials,.how,.faq,.final-cta{padding:48px 20px}}
