*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Inter",sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{background:rgb(255 255 255 / .95);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo-section{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.logo-img{display:flex}.logo-text{display:flex}.cta-button{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border:none;padding:.5rem .75rem;border-radius:.5rem;font-weight:600;height:40px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all 0.2s;box-shadow:0 4px 12px rgb(37 211 102 / .3);text-decoration:none;font-size:.9rem}.cta-button:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgb(37 211 102 / .4)}.hero{padding:3rem 0;text-align:center;height:calc(100vh - 75px)}.hero-content{max-width:64rem;margin:0 auto}.badge{display:inline-block;background:rgb(37 211 102 / .1);color:#128c7e;padding:.25rem .5rem;border-radius:2rem;font-size:.875rem;font-weight:500;margin-bottom:2rem;border:1px solid rgb(37 211 102 / .2)}.hero-title{font-size:3.5rem;font-weight:800;color:#111827;margin-bottom:1.5rem;line-height:1.1}.highlight{background:linear-gradient(135deg,#25d366,#128c7e);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.hero-description{font-size:1.25rem;color:#6b7280;margin-bottom:3rem;max-width:48rem;margin-left:auto;margin-right:auto}.stats{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.stat-item{text-align:center;padding:1.5rem 2rem}.stat-number{font-size:2.5rem;font-weight:800;color:#25d366;margin-bottom:-.5rem}.stat-label{color:#6b7280;font-weight:500}.stat-divider{width:1px;height:4rem;background:#d1d5db}.hero-cta{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border:none;padding:1.25rem 2.5rem;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all 0.2s;box-shadow:0 4px 12px rgb(37 211 102 / .3);text-decoration:none}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgb(37 211 102 / .4)}.demo{padding:6rem 0;background:rgb(255 255 255 / .6)}.demo-header{text-align:center;margin-bottom:2rem}.demo-header h3{font-size:2.5rem;font-weight:700;color:#111827}.demo-header p{font-size:1.25rem;color:#6b7280}.phone-container{display:flex;justify-content:center}.iphone{width:22rem;height:44rem;background:linear-gradient(145deg,#1f2937,#111827);border-radius:3rem;padding:.5rem;box-shadow:0 25px 50px -12px rgb(0 0 0 / .4);position:relative;z-index:1001}.iphone::before{content:"";position:absolute;top:1.5rem;left:50%;transform:translateX(-50%);width:8rem;height:1.5rem;background:#000;border-radius:1rem;z-index:10}.iphone-screen{width:100%;height:100%;background:#f8fafc;border-radius:2.5rem;overflow:hidden;display:flex;flex-direction:column}.status-bar{background:#075e54;color:#fff;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.battery{width:1.5rem;height:.75rem;border:1px solid #fff;border-radius:.125rem;position:relative}.battery::after{content:"";position:absolute;right:-.25rem;top:.125rem;width:.125rem;height:.375rem;background:#fff;border-radius:0 .125rem .125rem 0}.battery-level{width:80%;height:100%;background:#fff;border-radius:.0625rem}.whatsapp-header{background:#075e54;color:#fff;padding:1rem;box-shadow:0 2px 4px rgb(0 0 0 / .1)}.contact-info{display:flex;align-items:center;gap:.75rem}.avatar{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgb(0 0 0 / .1)}.contact-name{font-weight:600;font-size:1rem}.contact-status{font-size:.75rem;color:#dcfce7}.chat-area{flex:1;background:linear-gradient(to bottom,#ece5dd,#d1c7b7);padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;position:relative;font-size:.8rem}.chat-area::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image: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='%23ffffff' fill-opacity='0.05'%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");opacity:.3;pointer-events:none}.message{display:flex;position:relative;z-index:1}.user-message{justify-content:flex-end}.bot-message{justify-content:flex-start}.message-bubble{max-width:75%;padding:.5rem .75rem;border-radius:1rem;position:relative;box-shadow:0 1px 2px rgb(0 0 0 / .1)}.user-bubble{background:#dcf8c6;color:#111827;border-bottom-right-radius:.25rem}.bot-bubble{background:#fff;color:#374151;border-bottom-left-radius:.25rem}.message-time{font-size:.65rem;margin-top:.25rem;opacity:.7;text-align:right}.typing-indicator{display:flex;gap:.25rem;padding:.5rem 0}.dot{width:.5rem;height:.5rem;background:#9ca3af;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.dot:nth-child(1){animation-delay:-0.32s}.dot:nth-child(2){animation-delay:-0.16s}@keyframes bounce{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.summarize-button{text-align:center;padding-top:.5rem;color:green}.input-area{background:#f0f0f0;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem}.input-field{flex:1;background:#fff;border-radius:1.5rem;padding:.75rem 1rem;border:1px solid #e5e7eb}.input-field input{width:100%;border:none;outline:none;font-size:.875rem;background:#fff0}.send-button{width:2.5rem;height:2.5rem;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background-color 0.2s}.send-button:hover{background:#128c7e}.features{padding:6rem 0}.features-header{text-align:center;margin-bottom:4rem}.features-header h3{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.features-header p{font-size:1.25rem;color:#6b7280}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.feature-card{background:#fff;border:1px solid rgb(37 211 102 / .1);border-radius:1rem;padding:2rem;text-align:center;transition:all 0.2s;box-shadow:0 4px 6px rgb(0 0 0 / .05)}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgb(37 211 102 / .15);border-color:rgb(37 211 102 / .2)}.feature-icon{width:4rem;height:4rem;background:linear-gradient(135deg,rgb(37 211 102 / .1),rgb(18 140 126 / .1));border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#25d366}.feature-card h4{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem}.feature-card p{color:#6b7280;line-height:1.6}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#25d366,#128c7e);position:relative;overflow:hidden}.cta-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background: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='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.cta-content{text-align:center;max-width:48rem;margin:0 auto;position:relative;z-index:1}.cta-section h3{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.cta-section p{font-size:1.25rem;color:rgb(255 255 255 / .9);margin-bottom:2rem}.cta-button-large{background:#fff;color:#25d366;border:none;padding:1.25rem 2.5rem;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all 0.2s;box-shadow:0 4px 12px rgb(0 0 0 / .15);text-decoration:none}.cta-button-large:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgb(0 0 0 / .2)}.footer{background:#111827;color:#fff;padding:3rem 0}.footer-content{text-align:center}.footer-logo{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.footer-icon{width:2rem;height:2rem;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.footer-logo span{font-size:1.5rem;font-weight:700}.footer-tagline{color:#9ca3af;margin-bottom:1rem}.footer-copyright{font-size:.875rem;color:#6b7280}@media (max-width:768px){.hero-title{font-size:2.2rem}.hero-description{font-size:1rem;margin-bottom:0rem}.hero-cta{padding:1rem;}.demo-header h3,.features-header h3,.cta-section h3{font-size:2rem}.badge{font-size:.7rem;font-weight:400}.iphone{width:18rem;height:36rem;z-index:900}.header-content{gap:1rem;text-align:center}.stats{flex-direction:column;gap:0rem}.stat-divider{display:none}.features-grid{grid-template-columns:1fr}}@media (max-width:500px){.iphone{width:90vw;height:180vw}}