:root{--wa-green:#25d366;--wa-dark-green:#128c7e;--wa-light-green:#dcf8c6;--wa-bg:#ece5dd;--wa-white:#fff;--wa-text:#333;--wa-gray:#f0f2f5}.whatsapp-module__LgwDFW__wrapper{color:var(--wa-text);background-color:#f8f9fa;font-family:Inter,sans-serif;overflow-x:hidden}@keyframes whatsapp-module__LgwDFW__float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes whatsapp-module__LgwDFW__slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.whatsapp-module__LgwDFW__animate_float{animation:3s ease-in-out infinite whatsapp-module__LgwDFW__float}.whatsapp-module__LgwDFW__animate_slideIn{animation:.8s ease-out forwards whatsapp-module__LgwDFW__slideInUp}.whatsapp-module__LgwDFW__glass_card{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 32px #1f26871a}.whatsapp-module__LgwDFW__hero_section{background:linear-gradient(135deg,#f0f2f5 0%,#e6fffa 100%);padding:100px 0 60px;position:relative;overflow:hidden}.whatsapp-module__LgwDFW__hero_title{color:#1a1a1a;margin-bottom:20px;font-size:3.5rem;font-weight:800;line-height:1.2}.whatsapp-module__LgwDFW__hero_subtitle{color:#555;max-width:600px;margin-bottom:30px;font-size:1.25rem}.whatsapp-module__LgwDFW__btn_wa{background-color:var(--wa-green);color:#fff;border:none;border-radius:30px;padding:12px 30px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #25d3664d}.whatsapp-module__LgwDFW__btn_wa:hover{background-color:var(--wa-dark-green);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.whatsapp-module__LgwDFW__btn_outline{border:2px solid var(--wa-green);color:var(--wa-green);background-color:#0000;border-radius:30px;margin-left:15px;padding:12px 30px;font-weight:600;transition:all .3s}.whatsapp-module__LgwDFW__btn_outline:hover{background-color:var(--wa-green);color:#fff}.whatsapp-module__LgwDFW__wa_mockup{background:#fff;border:1px solid #e0e0e0;border-radius:20px;height:500px;display:flex;overflow:hidden;box-shadow:0 20px 50px #0000001a}.whatsapp-module__LgwDFW__wa_sidebar{background:#fff;border-right:1px solid #ddd;flex-direction:column;width:30%;display:flex}.whatsapp-module__LgwDFW__wa_chat_area{background:#efe7dd url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);flex-direction:column;width:70%;display:flex}.whatsapp-module__LgwDFW__wa_header{background:#f0f2f5;border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;height:60px;padding:10px 15px;display:flex}.whatsapp-module__LgwDFW__chat_list_item{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;padding:12px 15px;transition:background .2s;display:flex}.whatsapp-module__LgwDFW__chat_list_item:hover,.whatsapp-module__LgwDFW__chat_list_item.whatsapp-module__LgwDFW__active{background:#f5f6f6}.whatsapp-module__LgwDFW__chat_avatar{background:#ddd;border-radius:50%;flex-shrink:0;width:40px;height:40px;margin-right:15px}.whatsapp-module__LgwDFW__chat_info{flex-grow:1;overflow:hidden}.whatsapp-module__LgwDFW__chat_name{margin-bottom:2px;font-size:.95rem;font-weight:600}.whatsapp-module__LgwDFW__chat_preview{color:#888;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.whatsapp-module__LgwDFW__chat_meta{text-align:right;color:#aaa;font-size:.75rem}.whatsapp-module__LgwDFW__message_list{flex-direction:column;flex-grow:1;gap:10px;padding:20px;display:flex;overflow-y:auto}.whatsapp-module__LgwDFW__message{border-radius:8px;max-width:70%;padding:8px 12px;font-size:.9rem;line-height:1.4;position:relative;box-shadow:0 1px 2px #0000001a}.whatsapp-module__LgwDFW__message.whatsapp-module__LgwDFW__received{background:#fff;border-top-left-radius:0;align-self:flex-start}.whatsapp-module__LgwDFW__message.whatsapp-module__LgwDFW__sent{background:var(--wa-light-green);border-top-right-radius:0;align-self:flex-end}.whatsapp-module__LgwDFW__message_time{color:#999;text-align:right;margin-top:2px;font-size:.65rem;display:block}.whatsapp-module__LgwDFW__wa_input_area{background:#f0f2f5;align-items:center;gap:10px;padding:10px;display:flex}.whatsapp-module__LgwDFW__wa_input{border:none;border-radius:20px;outline:none;flex-grow:1;padding:10px 15px}.whatsapp-module__LgwDFW__back_button{color:#666;cursor:pointer;margin-right:10px;font-size:1.2rem;display:none}@media (max-width:768px){.whatsapp-module__LgwDFW__back_button{display:block}}.whatsapp-module__LgwDFW__features_section{background:#fff;padding:80px 0}.whatsapp-module__LgwDFW__section_title{text-align:center;margin-bottom:60px}.whatsapp-module__LgwDFW__section_title h2{color:#1a1a1a;margin-bottom:15px;font-weight:800;display:inline-block;position:relative}.whatsapp-module__LgwDFW__section_title h2:after{content:"";background:var(--wa-green);border-radius:2px;width:60px;height:4px;margin:10px auto 0;display:block}.whatsapp-module__LgwDFW__feature_card{border:1px solid #eee;border-radius:12px;height:100%;padding:30px;transition:all .3s}.whatsapp-module__LgwDFW__feature_card:hover{border-color:var(--wa-green);transform:translateY(-5px);box-shadow:0 15px 30px #00000014}.whatsapp-module__LgwDFW__feature_icon{color:var(--wa-green);background:#25d3661a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;font-size:2rem;display:flex}.whatsapp-module__LgwDFW__use_case_section{background:#f9f9f9;padding:80px 0}.whatsapp-module__LgwDFW__use_case_card{text-align:center;background:#fff;border-radius:16px;padding:40px 30px;transition:all .3s;box-shadow:0 5px 15px #0000000d}.whatsapp-module__LgwDFW__use_case_card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.whatsapp-module__LgwDFW__use_case_icon{color:var(--wa-green);margin-bottom:20px;font-size:3rem}.whatsapp-module__LgwDFW__why_us_section{color:#fff;background:#111b21;padding:80px 0}.whatsapp-module__LgwDFW__why_us_item{align-items:flex-start;margin-bottom:30px;display:flex}.whatsapp-module__LgwDFW__check_icon{color:var(--wa-green);margin-top:5px;margin-right:15px;font-size:1.2rem}.whatsapp-module__LgwDFW__pricing_section{background:#fff;padding:80px 0}.whatsapp-module__LgwDFW__pricing_card{text-align:center;background:#fff;border:1px solid #eee;border-radius:16px;padding:40px;transition:all .3s;position:relative;overflow:hidden}.whatsapp-module__LgwDFW__pricing_card.whatsapp-module__LgwDFW__popular{border-color:var(--wa-green);z-index:1;transform:scale(1.05);box-shadow:0 15px 30px #25d36626}.whatsapp-module__LgwDFW__pricing_card.whatsapp-module__LgwDFW__popular:before{content:"Best Value";background:var(--wa-green);color:#fff;padding:5px 40px;font-size:.8rem;font-weight:600;position:absolute;top:15px;right:-30px;transform:rotate(45deg)}.whatsapp-module__LgwDFW__price{color:#1a1a1a;margin:20px 0;font-size:2.5rem;font-weight:700}.whatsapp-module__LgwDFW__price span{color:#777;font-size:1rem;font-weight:400}.whatsapp-module__LgwDFW__features_list{text-align:left;margin:30px 0;padding:0;list-style:none}.whatsapp-module__LgwDFW__features_list li{color:#555;align-items:center;margin-bottom:12px;display:flex}.whatsapp-module__LgwDFW__features_list li i{color:var(--wa-green);margin-right:10px}.whatsapp-module__LgwDFW__cta_section{background:linear-gradient(135deg,var(--wa-green)0%,var(--wa-dark-green)100%);text-align:center;color:#fff;padding:80px 0}.whatsapp-module__LgwDFW__cta_title{margin-bottom:20px;font-size:2.5rem;font-weight:800}.whatsapp-module__LgwDFW__btn_white{color:var(--wa-dark-green);background:#fff;border:none;border-radius:30px;padding:15px 40px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.whatsapp-module__LgwDFW__btn_white:hover{color:var(--wa-green);background:#fff;transform:translateY(-3px);box-shadow:0 10px 20px #0003}.whatsapp-module__LgwDFW__floating_wa{color:#fff;z-index:1000;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 5px 15px #0003}.whatsapp-module__LgwDFW__floating_wa:hover{color:#fff;transform:scale(1.1)}.whatsapp-module__LgwDFW__typing-indicator span{background-color:#aaa;border-radius:50%;width:6px;height:6px;margin:0 2px;animation:1s infinite whatsapp-module__LgwDFW__typing;display:inline-block}.whatsapp-module__LgwDFW__typing-indicator span:nth-child(2){animation-delay:.2s}.whatsapp-module__LgwDFW__typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes whatsapp-module__LgwDFW__typing{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media (max-width:1200px){.whatsapp-module__LgwDFW__hero_title{font-size:3rem}}@media (max-width:991px){.whatsapp-module__LgwDFW__hero_title{font-size:2.5rem}.whatsapp-module__LgwDFW__wa_mockup{height:450px;margin-top:40px}.whatsapp-module__LgwDFW__wa_sidebar{width:35%}.whatsapp-module__LgwDFW__wa_chat_area{width:65%}.whatsapp-module__LgwDFW__pricing_card.whatsapp-module__LgwDFW__popular{margin:30px 0;transform:scale(1)}}@media (max-width:768px){.whatsapp-module__LgwDFW__hero_section{text-align:center;padding:60px 0 40px}.whatsapp-module__LgwDFW__hero_title{font-size:2.2rem}.whatsapp-module__LgwDFW__hero_subtitle{margin-left:auto;margin-right:auto}.whatsapp-module__LgwDFW__hero_buttons{flex-direction:column;gap:15px;max-width:300px;margin:0 auto;display:flex}.whatsapp-module__LgwDFW__btn_wa,.whatsapp-module__LgwDFW__btn_outline{width:100%;margin-left:0!important;margin-right:0!important}.whatsapp-module__LgwDFW__wa_sidebar{display:none}.whatsapp-module__LgwDFW__wa_chat_area{width:100%}.whatsapp-module__LgwDFW__wa_mockup{border-radius:15px;height:500px}.whatsapp-module__LgwDFW__message{max-width:85%}.whatsapp-module__LgwDFW__section_title{margin-bottom:40px}.whatsapp-module__LgwDFW__section_title h2,.whatsapp-module__LgwDFW__cta_title{font-size:1.8rem}.whatsapp-module__LgwDFW__pricing_section,.whatsapp-module__LgwDFW__features_section,.whatsapp-module__LgwDFW__use_case_section,.whatsapp-module__LgwDFW__why_us_section{padding:60px 0}}@media (max-width:576px){.whatsapp-module__LgwDFW__hero_title{font-size:1.8rem}.whatsapp-module__LgwDFW__wa_mockup{height:450px}.whatsapp-module__LgwDFW__pricing_card{padding:25px}.whatsapp-module__LgwDFW__price{font-size:2rem}.whatsapp-module__LgwDFW__floating_wa{width:50px;height:50px;font-size:24px;bottom:20px;right:20px}}
