.chatbot-page{color:#e2e8f0;font-family:var(--font-inter), sans-serif;background-color:#030712;overflow-x:clip}.chatbot-page h1,.chatbot-page h2,.chatbot-page h3,.chatbot-page h4{color:#fff;font-family:var(--font-sora), sans-serif}.chatbot-hero{background:radial-gradient(circle at top,#06b6d426 0%,#030712 60%);align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.chatbot-hero:after{content:"";pointer-events:none;z-index:1;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0}.chatbot-hero-container{z-index:2;justify-content:space-between;align-items:center;gap:60px;display:flex;position:relative}.chatbot-hero-content{flex:0 0 50%;max-width:50%}.chatbot-hero-badge{color:#22d3ee;text-transform:uppercase;letter-spacing:2px;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;font-weight:700;display:inline-flex}.chatbot-hero h1{background:linear-gradient(#fff 0%,#94a3b8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:24px;font-size:64px;font-weight:800;line-height:1.1}.chatbot-hero-description{color:#94a3b8;max-width:90%;margin-bottom:40px;font-size:18px;line-height:1.6}.chatbot-hero-image-wrapper{flex:0 0 50%;justify-content:flex-end;max-width:50%;display:flex;position:relative}.chatbot-hero-img{z-index:2;border:1px solid #06b6d433;border-radius:20px;width:100%;height:auto;position:relative;box-shadow:0 0 60px #06b6d426}.chatbot-section{z-index:2;padding:100px 0;position:relative}.chatbot-section-header{text-align:center;max-width:800px;margin:0 auto 48px}.chatbot-section-header span{color:#22d3ee;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.chatbot-section-header h2{margin-bottom:16px;font-size:44px;line-height:1.2}.chatbot-section-header p{color:#94a3b8;font-size:18px;line-height:1.6}.chatbot-features-grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.chatbot-feature-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172a99;border:1px solid #ffffff0d;border-radius:24px;padding:40px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.chatbot-feature-card:before{content:"";opacity:0;background:linear-gradient(135deg,#06b6d41a 0%,#0000 100%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.chatbot-feature-card:hover{border-color:#06b6d44d;transform:translateY(-8px);box-shadow:0 20px 40px #0006,0 0 20px #06b6d41a}.chatbot-feature-card:hover:before{opacity:1}.chatbot-icon-wrapper{color:#22d3ee;z-index:2;justify-content:center;align-items:center;margin-bottom:12px;display:inline-flex;position:relative}.chatbot-feature-card h3{z-index:2;margin-bottom:16px;font-size:24px;position:relative}.chatbot-feature-card p{color:#94a3b8;z-index:2;font-size:16px;line-height:1.6;position:relative}.chatbot-timeline{flex-direction:column;gap:24px;max-width:800px;margin:0 auto;padding-left:60px;display:flex;position:relative}.chatbot-timeline:before{content:"";background:linear-gradient(#06b6d400 0%,#06b6d480 50%,#06b6d400 100%);width:2px;position:absolute;top:0;bottom:0;left:20px}.chatbot-timeline-step{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a66;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;gap:12px;padding:32px 32px 32px 48px;transition:all .3s;display:flex;position:relative}.chatbot-timeline-step:hover{background:#0f172acc;border-color:#06b6d466;transform:translate(10px)}.chatbot-step-number{color:#22d3ee;width:56px;height:56px;font-size:20px;font-weight:800;font-family:var(--font-sora);z-index:2;background:#030712;border:2px solid #22d3ee;border-radius:16px;justify-content:center;align-items:center;display:flex;position:absolute;top:32px;left:-40px;transform:translate(-50%);box-shadow:0 0 20px #06b6d44d}.chatbot-step-content{flex-grow:1}.chatbot-step-content h3{margin-bottom:12px;font-size:22px}.chatbot-step-content p{color:#94a3b8;font-size:16px;line-height:1.6}.chatbot-cta-wrapper{z-index:10;background:0 0;position:relative}@media (max-width:1024px){.chatbot-hero{min-height:auto;padding:80px 0 20px}.chatbot-hero-container{text-align:left;flex-direction:column;gap:12px;padding-top:24px;display:flex}.chatbot-hero-content{display:contents}.chatbot-hero-badge{order:1;margin:0 0 8px}.chatbot-hero-image-wrapper{flex:0 0 100%;order:2;max-width:100%;margin-top:4px;margin-bottom:12px}.chatbot-hero h1{order:3;margin-bottom:12px;font-size:30px;line-height:1.25}.chatbot-hero-description{order:4;max-width:100%;margin:0 0 20px;font-size:15px}.chatbot-hero-actions{order:5;width:100%}}@media (max-width:768px){.chatbot-section{padding:36px 0}.chatbot-section-header{text-align:left;margin:0 0 20px}.chatbot-section-header h2{font-size:26px;line-height:1.3}.chatbot-section-header p{font-size:15px}.chatbot-features-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.chatbot-feature-card{border-radius:16px;padding:16px}.chatbot-feature-card h3{margin-bottom:8px;font-size:15px}.chatbot-feature-card p{font-size:12px;line-height:1.5}.chatbot-hero h1{font-size:28px}.chatbot-timeline:before{left:24px}.chatbot-step-number{flex:0 0 48px;height:48px;margin-left:-40px;font-size:18px}.chatbot-timeline-step{gap:16px;padding:20px}}
