.chatbot-hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 50% 0,#fffbeb 0,#ffffff 100%)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 20s ease-in-out infinite}.orb-1{width:500px;height:500px;background:linear-gradient(135deg,rgba(102,126,234,.15),rgba(118,75,162,.15));top:-10%;left:-10%;animation-delay:0s}.orb-2{width:400px;height:400px;background:linear-gradient(135deg,rgba(240,147,251,.15),rgba(245,87,108,.15));bottom:-10%;right:-10%;animation-delay:7s}.orb-3{width:350px;height:350px;background:linear-gradient(135deg,rgba(79,172,254,.15),rgba(0,242,254,.15));top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.particles{position:absolute;width:100%;height:100%}.particle{position:absolute;width:4px;height:4px;background:rgba(102,126,234,.3);border-radius:50%;animation:particle-float 15s linear infinite}@keyframes particle-float{0%{transform:translateY(100vh) translateX(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) translateX(100px);opacity:0}}.particle-1{left:5%;animation-delay:0s}.particle-2{left:10%;animation-delay:2s}.particle-3{left:15%;animation-delay:4s}.particle-4{left:20%;animation-delay:1s}.particle-5{left:25%;animation-delay:3s}.particle-6{left:30%;animation-delay:5s}.particle-7{left:35%;animation-delay:2.5s}.particle-8{left:40%;animation-delay:4.5s}.particle-9{left:45%;animation-delay:1.5s}.particle-10{left:50%;animation-delay:3.5s}.particle-11{left:55%;animation-delay:.5s}.particle-12{left:60%;animation-delay:2.8s}.particle-13{left:65%;animation-delay:4.2s}.particle-14{left:70%;animation-delay:1.8s}.particle-15{left:75%;animation-delay:3.2s}.particle-16{left:80%;animation-delay:5.5s}.particle-17{left:85%;animation-delay:2.2s}.particle-18{left:90%;animation-delay:4.8s}.particle-19{left:95%;animation-delay:1.2s}.particle-20{left:98%;animation-delay:3.8s}.hero-container{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:60px 40px 80px;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.hero-content{color:#1e293b}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(102,126,234,.2);border-radius:50px;margin-bottom:30px;animation:pulse 2s ease-in-out infinite}.badge-dot{width:8px;height:8px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;animation:glow 2s ease-in-out infinite}.badge-text{font-size:.9rem;font-weight:600;letter-spacing:.5px;color:#667eea}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes glow{0%,to{box-shadow:0 0 10px rgba(102,126,234,.5)}50%{box-shadow:0 0 20px rgba(102,126,234,1)}}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:25px}.chatbot-page .chatbot-hero-section .gradient-text{background:linear-gradient(135deg,#F59E0B,#D97706 50%,#FB923C)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;animation:gradient-shift 3s ease infinite;background-size:200% 200%}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.typing-text{display:inline-block}@keyframes blink{50%{border-color:transparent}}.hero-description{font-size:1.2rem;line-height:1.8;color:#64748b;margin-bottom:40px;max-width:600px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-bottom:40px}.stat-card{display:flex;align-items:center;gap:15px;padding:20px;border-radius:16px;transition:all .3s ease}.stat-card.glass{background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(102,126,234,.1);box-shadow:0 4px 20px rgba(0,0,0,.08)}.stat-card:hover{transform:translateY(-5px);background:rgba(255,255,255,1);box-shadow:0 10px 30px rgba(102,126,234,.15)}.stat-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;font-size:1.5rem;color:white}.stat-content{flex:1 1}.stat-value{font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:4px}.stat-label{font-size:.85rem;color:#64748b}.hero-cta{display:flex;gap:20px;flex-wrap:wrap}.cta-primary,.cta-secondary{display:flex;align-items:center;gap:10px;padding:16px 32px;font-size:1rem;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.cta-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:white;box-shadow:0 10px 30px rgba(102,126,234,.4)}.cta-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.cta-primary:hover:before{left:100%}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(102,126,234,.6)}.cta-secondary{background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(102,126,234,.3);color:#667eea}.cta-secondary:hover{background:rgba(255,255,255,1);transform:translateY(-3px);box-shadow:0 10px 30px rgba(102,126,234,.2)}.chatbot-3d,.hero-visual{position:relative}.chatbot-3d{perspective:1000px}.hero-visual .chatbot-screen{background:rgba(255,255,255,.95);border-radius:24px;padding:20px;box-shadow:0 30px 60px rgba(0,0,0,.3);transform:rotateY(-10deg) rotateX(5deg);transition:transform .3s ease;animation:float-gentle 6s ease-in-out infinite}.hero-visual .chatbot-screen:hover{transform:rotateY(0deg) rotateX(0deg)}@keyframes float-gentle{0%,to{transform:rotateY(-10deg) rotateX(5deg) translateY(0)}50%{transform:rotateY(-10deg) rotateX(5deg) translateY(-10px)}}.hero-visual .screen-header{display:flex;align-items:center;gap:8px;padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:20px}.hero-visual .header-dot{width:12px;height:12px;border-radius:50%;background:#ff5f56}.hero-visual .header-dot:nth-child(2){background:#ffbd2e}.hero-visual .header-dot:nth-child(3){background:#27c93f}.hero-visual .header-title{margin-left:auto;font-weight:600;color:#1e293b;font-size:.9rem}.hero-visual .screen-content{display:flex;flex-direction:column;gap:15px;min-height:300px}.hero-visual .message-bubble{display:flex;gap:12px;align-items:flex-start;animation-duration:2s;animation-fill-mode:both}.hero-visual .bot-message{align-self:flex-start}.hero-visual .user-message{align-self:flex-end;flex-direction:row-reverse}.hero-visual .float-1{animation-name:fadeInUp;animation-delay:.5s}.hero-visual .float-2{animation-name:fadeInUp;animation-delay:1s}.hero-visual .float-3{animation-name:fadeInUp;animation-delay:1.5s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-visual .message-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:white;font-size:1rem;flex-shrink:0}.hero-visual .message-text{background:#f1f5f9;padding:12px 16px;border-radius:16px;color:#1e293b;font-size:.95rem;line-height:1.5;max-width:250px}.hero-visual .user-message .message-text{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.floating-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.floating-icon{position:absolute;width:60px;height:60px;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(102,126,234,.2);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#667eea;font-size:1.5rem;animation:float-icon 4s ease-in-out infinite;box-shadow:0 4px 20px rgba(0,0,0,.08)}.icon-1{top:10%;right:-10%;animation-delay:0s}.icon-2{bottom:20%;left:-15%;animation-delay:1.5s}.icon-3{top:15%;left:-20%;animation-delay:3s}@keyframes float-icon{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}.chatbot-hero-section .scroll-indicator{position:absolute;bottom:40px;left:0;right:0;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:10px;color:#64748b;font-size:.85rem;z-index:10;width:max-content}.scroll-line{width:2px;height:40px;background:linear-gradient(180deg,#667eea,transparent);animation:scroll-bounce 2s ease-in-out infinite}@keyframes scroll-bounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(10px);opacity:.5}}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;gap:60px;padding:80px 30px}.hero-title{font-size:2.8rem}.hero-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.chatbot-hero-section{min-height:auto;padding:60px 0}.hero-container{padding:60px 20px;gap:40px}.hero-title{font-size:2.2rem}.hero-description{font-size:1rem}.hero-stats{grid-template-columns:1fr;gap:15px}.hero-cta{flex-direction:column}.cta-primary,.cta-secondary{width:100%;justify-content:center}.chatbot-screen{transform:none}.floating-icon{display:none}.orb-1,.orb-2,.orb-3{width:300px;height:300px}}@media (max-width:480px){.hero-title{font-size:1.8rem}.stat-card{padding:15px}.stat-icon{width:40px;height:40px;font-size:1.2rem}.stat-value{font-size:1.4rem}.hero-visual .message-text{max-width:200px;font-size:.85rem}}@media (prefers-reduced-motion:reduce){.floating-icon,.gradient-orb,.hero-visual .chatbot-screen,.particle,.scroll-line{animation:none}.hero-visual .chatbot-screen{transform:none}}.ios-search-bar{background-color:rgba(142,142,147,.12);border-radius:10px;margin:8px 16px 16px;padding:10px 12px;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif}.ios-search-icon{width:16px;height:16px;border:2px solid #8e8e93;border-radius:50%;position:relative;margin-right:10px}.ios-search-icon:after{content:"";position:absolute;width:2px;height:7px;background-color:#8E8E93;bottom:-5px;right:-2px;transform:rotate(-45deg)}.ios-search-bar span{color:#8E8E93;font-size:17px;font-weight:400;letter-spacing:-.2px;text-align:center;flex:1 1}.download-section{background:linear-gradient(120deg,#ff7e5f,#fe6b8b,#ff5e85,#ff5e85);padding:100px 0;color:white;position:relative;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.download-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;gap:40px}.download-content{flex:1 1;max-width:580px;padding-left:60px}.download-tag-wrapper{display:flex;align-items:center;gap:6px;margin-bottom:20px}.tag-dot{width:8px;height:8px;background-color:white;border-radius:50%;opacity:.8}.download-tag{font-weight:600;font-size:15px;text-transform:uppercase;letter-spacing:1px;opacity:.9}.download-content h2{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:30px;letter-spacing:-.5px}.download-content p{font-size:16px;line-height:1.6;margin-bottom:40px;opacity:.9;font-weight:300}.download-buttons{display:flex;gap:15px}.chat-button{background-color:white;color:#ff5e62;border:none;padding:14px 28px;border-radius:50px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.1);white-space:nowrap}.chat-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.download-button{background-color:transparent;color:white;border:2px solid white;padding:14px 28px;border-radius:50px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.download-button:hover{background-color:rgba(255,255,255,.1);transform:translateY(-3px)}.chatbot-device{flex:1 1;max-width:380px;position:relative}.phone-mockup{width:100%;height:680px;border-radius:40px;box-shadow:0 20px 40px rgba(0,0,0,.2);background-color:#111;overflow:hidden;border:8px solid #000;position:relative;z-index:1}.phone-header{display:flex;align-items:center;padding:15px;background-color:#111;border-bottom:1px solid rgba(255,255,255,.1)}.chatbot-avatar{width:44px;height:44px;margin-right:12px;position:relative}.avatar-logo{width:100%;height:100%;border-radius:50%;background-color:white;padding:4px;object-fit:contain;border:2px solid rgba(255,255,255,.2)}.chatbot-info{flex:1 1}.chatbot-name{font-size:16px;font-weight:600;color:white}.chatbot-status{display:flex;align-items:center;gap:4px}.status-dot{width:8px;height:8px;background-color:#4CAF50;border-radius:50%}.chatbot-status span{font-size:12px;color:rgba(255,255,255,.6)}.menu-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.1);border-radius:50%}.menu-icon{width:16px;height:2px;background-color:white;position:relative}.menu-icon:after,.menu-icon:before{content:"";width:16px;height:2px;background-color:white;position:absolute;left:0}.menu-icon:before{top:-5px}.menu-icon:after{top:5px}.chat-conversation{padding:15px;height:550px;background-color:#111;display:flex;flex-direction:column;overflow:hidden}.bot-bubble,.user-bubble{padding:12px 16px;border-radius:18px;margin-bottom:15px;max-width:80%;font-size:14px;line-height:1.4}.bot-bubble{background-color:rgba(255,255,255,.9);color:#333;align-self:flex-start;border-bottom-left-radius:4px}.user-bubble{background-color:#ff7e5f;background:linear-gradient(135deg,#ff7e5f,#ff5e62);color:white;align-self:flex-end;border-bottom-right-radius:4px}.support-avatar{position:absolute;bottom:20px;right:20px;width:50px;height:50px;z-index:2}.avatar-img{width:100%;height:100%;border-radius:50%;border:2px solid white;background-image:url(https://randomuser.me/api/portraits/women/44.jpg);background-size:cover;background-position:50%;box-shadow:0 4px 8px rgba(0,0,0,.2)}@media (max-width:992px){.download-container{flex-direction:column}.download-content{max-width:100%;text-align:center;margin-bottom:60px;padding-left:0}.download-buttons,.download-tag-wrapper{justify-content:center}.chatbot-device{max-width:320px}}@media (max-width:768px){.download-section{padding:60px 0}.download-container{padding:0 15px;gap:30px}.download-content{margin-bottom:40px}.download-content h2{font-size:2rem;line-height:1.3}.download-content p{font-size:1rem;line-height:1.6}.download-buttons{flex-direction:column;gap:12px;align-items:center}.chat-button,.download-button{width:100%;max-width:250px;padding:14px 20px;font-size:1rem}.chatbot-device,.phone-mockup{max-width:280px;margin:0 auto}.phone-mockup{width:280px;height:560px;aspect-ratio:9/19.5}.chat-conversation{height:480px;padding:12px}.bot-bubble,.user-bubble{font-size:13px;padding:10px 14px;margin-bottom:12px}.phone-header{padding:12px 15px}.chatbot-name{font-size:16px}.chatbot-status span{font-size:12px}}