*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--secondary: #10b981;--accent: #8b5cf6;--dark: #0f172a;--gray-900: #1e293b;--gray-700: #334155;--gray-500: #64748b;--gray-300: #cbd5e1;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--white: #ffffff;--gradient: linear-gradient(135deg, #2563eb 0%, #8b5cf6 100%)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--dark);line-height:1.6;overflow-x:hidden}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-100);transition:all .3s ease}.header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo-img{width:48px;height:48px;object-fit:contain}.nav{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--gray-700);text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--primary)}.lang-switch{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:4px;border-radius:30px;position:relative}.lang-switch:before{content:"🌍";font-size:1rem;margin-right:.25rem}.lang-btn{padding:.5rem 1rem;border:none;background:transparent;border-radius:25px;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .3s cubic-bezier(.4,0,.2,1);color:var(--gray-500);position:relative;z-index:1}.lang-btn:hover{color:var(--primary)}.lang-btn.active{background:var(--gradient);color:#fff;box-shadow:0 4px 12px #2563eb4d;transform:scale(1.05)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:var(--gradient);color:#fff;box-shadow:0 4px 15px #2563eb4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-white{background:#fff;color:var(--primary)}.hero{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e3a5f,#2563eb);display:flex;align-items:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(circle,rgba(139,92,246,.15) 0%,transparent 60%);pointer-events:none}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{color:#fff}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--gray-300);margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.hero-trust{display:flex;align-items:center;gap:.5rem;color:var(--gray-300);font-size:.9rem}.hero-image{position:relative}.hero-image img{width:100%;border-radius:16px;box-shadow:0 25px 50px #0000004d;transform:perspective(1000px) rotateY(-5deg)}section{padding:6rem 2rem}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--dark)}.section-subtitle{font-size:1.1rem;color:var(--gray-500)}.features{background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.feature-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 25px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;border:1px solid transparent}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient);transform:scaleX(0);transition:transform .4s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #2563eb26;border-color:#2563eb1a}.feature-card:hover:before{transform:scaleX(1)}.feature-card:nth-child(1) .feature-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.feature-card:nth-child(2) .feature-icon{background:linear-gradient(135deg,#10b981,#059669)}.feature-card:nth-child(3) .feature-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.feature-card:nth-child(4) .feature-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.feature-card:nth-child(5) .feature-icon{background:linear-gradient(135deg,#ec4899,#db2777)}.feature-card:nth-child(6) .feature-icon{background:linear-gradient(135deg,#14b8a6,#0d9488)}.feature-card:nth-child(7) .feature-icon{background:linear-gradient(135deg,#f97316,#ea580c)}.feature-card:nth-child(8) .feature-icon{background:linear-gradient(135deg,#6366f1,#4f46e5)}.feature-card:nth-child(9) .feature-icon{background:linear-gradient(135deg,#06b6d4,#0891b2)}.feature-card:nth-child(10) .feature-icon{background:linear-gradient(135deg,#84cc16,#65a30d)}.feature-card:nth-child(11) .feature-icon{background:linear-gradient(135deg,#64748b,#475569)}.feature-card:nth-child(12) .feature-icon{background:linear-gradient(135deg,#22c55e,#16a34a)}.feature-icon{width:64px;height:64px;background:var(--gradient);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1.5rem;box-shadow:0 8px 20px #00000026;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(-3deg)}.feature-title{font-size:1.2rem;font-weight:700;margin-bottom:.75rem;color:var(--dark)}.feature-desc{color:var(--gray-500);line-height:1.7;font-size:.95rem}.whyus{background:#fff}.whyus-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.whyus-card{text-align:center;padding:2rem}.whyus-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--secondary) 0%,#059669 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 1.5rem}.whyus-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.whyus-desc{color:var(--gray-500);font-size:.95rem}.demo-section{background:linear-gradient(180deg,#0f172a,#1e293b);padding:6rem 1rem;color:#fff;overflow:hidden}.demo-section .section-title{color:#fff;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.demo-section .section-subtitle{color:var(--gray-300)}.demo-container{max-width:1200px;margin:0 auto}.demo-tabs-container{display:flex;justify-content:center;margin-bottom:3rem}.demo-tabs{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem;border-radius:50px;display:flex;gap:.5rem;border:1px solid rgba(255,255,255,.1)}.demo-tab{background:transparent;border:none;color:var(--gray-300);padding:.75rem 1.5rem;border-radius:40px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.demo-tab:hover{color:#fff;background:#ffffff0d}.demo-tab.active{background:var(--primary);color:#fff;box-shadow:0 4px 15px #2563eb66}.browser-mockup{background:#1e293b;border-radius:12px;box-shadow:0 50px 100px -20px #00000080,0 30px 60px -30px #0009,0 0 0 1px #ffffff1a;overflow:hidden;position:relative;max-width:1000px;margin:0 auto;transform:perspective(1000px) rotateX(1deg);transition:transform .3s ease}.browser-mockup:hover{transform:perspective(1000px) rotateX(0)}.browser-header{background:#0f172a;padding:1rem;display:flex;align-items:center;gap:1.5rem;border-bottom:1px solid rgba(255,255,255,.05)}.browser-controls{display:flex;gap:.5rem}.control{width:12px;height:12px;border-radius:50%}.control.red{background:#ef4444}.control.yellow{background:#f59e0b}.control.green{background:#22c55e}.browser-address{flex:1;background:#0003;border-radius:6px;padding:.4rem 1rem;font-size:.85rem;color:var(--gray-500);display:flex;align-items:center;gap:.5rem;max-width:400px;margin:0 auto}.lock-icon{font-size:.8rem}.browser-content{position:relative;line-height:0}.demo-image{width:100%;height:auto;display:block}.fade-in{animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:scale(.99)}to{opacity:1;transform:scale(1)}}.feature-tooltip{position:absolute;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:.75rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 10px 30px #0003;color:var(--dark);max-width:200px;animation:float 3s ease-in-out infinite;z-index:10}.feature-tooltip.top-right{top:15%;right:5%}.feature-tooltip.bottom-left{bottom:15%;left:5%;animation-delay:1.5s}.tooltip-icon{background:var(--primary);width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.tooltip-content strong{display:block;font-size:.85rem;line-height:1.2}.tooltip-content p{font-size:.75rem;color:var(--gray-500);margin:0}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.screenshots{background:var(--dark);color:#fff;overflow:hidden}.screenshots .section-title,.screenshots .section-subtitle{color:#fff}.screenshots .section-subtitle{color:var(--gray-300)}.screenshot-carousel{max-width:1200px;margin:0 auto;display:flex;gap:2rem;overflow-x:auto;padding-bottom:2rem;scroll-snap-type:x mandatory}.screenshot-item{flex:0 0 80%;scroll-snap-align:center}.screenshot-item img{width:100%;border-radius:12px;box-shadow:0 20px 50px #00000080}.pricing{background:var(--gray-100)}.pricing-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.pricing-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;position:relative;transition:all .3s ease}.pricing-card.featured{background:var(--gradient);color:#fff;transform:scale(1.05)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--secondary);color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.pricing-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.pricing-price{font-size:2.5rem;font-weight:800;margin-bottom:.25rem}.pricing-period{font-size:.9rem;opacity:.8;margin-bottom:1rem}.pricing-desc{font-size:.9rem;margin-bottom:1.5rem;opacity:.8}.pricing-card.featured .btn{background:#fff;color:var(--primary)}.contact{background:#fff}.contact-content{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--gray-700)}.form-group input,.form-group textarea{padding:1rem;border:2px solid var(--gray-200);border-radius:8px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}.form-group textarea{min-height:120px;resize:vertical}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;align-items:flex-start;gap:1rem}.info-icon{width:50px;height:50px;background:var(--gray-100);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.info-label{font-weight:600;color:var(--gray-500);font-size:.9rem;margin-bottom:.25rem}.info-value{font-size:1.1rem;font-weight:600;color:var(--dark)}.footer{background:var(--dark);color:#fff;padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand{max-width:300px}.footer-logo{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.footer-tagline{color:var(--gray-400);margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:var(--gray-800);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s}.social-link:hover{background:var(--primary)}.footer-links h4{font-size:1rem;margin-bottom:1.5rem;color:#fff}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--gray-400);text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid var(--gray-800);padding-top:2rem;text-align:center;color:var(--gray-500);font-size:.9rem}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-buttons,.hero-trust{justify-content:center}.hero-image{order:-1;max-width:600px;margin:0 auto}.hero-image img{transform:none}.whyus-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.pricing-card.featured{transform:none}.contact-content{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.nav{display:none}.whyus-grid,.pricing-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column}}.desktop-nav{display:flex}.mobile-menu-toggle{display:none;background:var(--gradient);border:none;color:#fff;cursor:pointer;padding:.75rem;border-radius:10px;box-shadow:0 4px 12px #2563eb4d;transition:all .2s}.mobile-menu-toggle:hover{transform:scale(1.05);box-shadow:0 6px 16px #2563eb66}.mobile-menu-toggle:active{transform:scale(.95)}@media (max-width: 768px){.desktop-nav{display:none}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center}}.mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-menu-panel{position:fixed;top:0;right:0;bottom:0;width:300px;max-width:85vw;height:100%;min-height:100vh;background:#fff;background-color:#fff!important;z-index:201;display:flex;flex-direction:column;box-shadow:-10px 0 50px #0000004d;overflow-y:auto}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0;background:#fff}.mobile-menu-header .logo{font-size:1.25rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mobile-menu-close{background:#f1f5f9;border:none;color:#1e293b;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s}.mobile-menu-close:hover{background:#e2e8f0}.mobile-menu-nav{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;background:#fff}.mobile-nav-link{padding:1rem;font-size:1.1rem;font-weight:600;color:#1e293b;text-decoration:none;border-radius:10px;transition:all .2s;background:#f8fafc}.mobile-nav-link:hover{background:var(--gradient);color:#fff}.mobile-menu-footer{padding:1.5rem;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:1rem;background:#fff}.mobile-lang-switch{display:flex;gap:.5rem}.mobile-lang-switch .lang-btn{flex:1;text-align:center;padding:.75rem;border-radius:8px;font-weight:600;background:#f1f5f9;color:#64748b;border:none;cursor:pointer;transition:all .2s}.mobile-lang-switch .lang-btn.active{background:var(--gradient);color:#fff}.stats-section{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);padding:4rem 2rem}.stats-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{text-align:center;color:#fff}.stat-icon{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-value{font-size:2.5rem;font-weight:800;margin-bottom:.25rem}.stat-label{font-size:.95rem;opacity:.9}@media (max-width: 768px){.stats-container{grid-template-columns:repeat(2,1fr)}.stat-value{font-size:2rem}}.testimonials-section{background:linear-gradient(180deg,#f8fafc,#fff);padding:6rem 2rem}.testimonial-carousel{max-width:800px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;position:relative}.carousel-btn{background:#fff;border:1px solid var(--gray-200);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--gray-600);transition:all .2s;flex-shrink:0}.carousel-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.testimonial-slider{flex:1;overflow:hidden;position:relative;min-height:380px}.testimonial-card{position:absolute;width:100%;background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px #00000014;text-align:center}.quote-icon{color:var(--primary);opacity:.2;margin-bottom:1rem}.testimonial-text{font-size:1.1rem;line-height:1.8;color:var(--gray-700);margin-bottom:1.5rem;font-style:italic}.testimonial-rating{display:flex;justify-content:center;gap:.25rem;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.author-avatar{width:50px;height:50px;background:var(--gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.author-info{text-align:left}.author-name{font-weight:700;color:var(--dark)}.author-role{font-size:.9rem;color:var(--gray-500)}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--gray-300);cursor:pointer;transition:all .3s}.dot.active{background:var(--primary);transform:scale(1.2)}@media (max-width: 768px){.carousel-btn{display:none}.testimonial-card{padding:1.5rem}.testimonial-text{font-size:1rem}}.faq-section{background:#fff;padding:6rem 2rem}.faq-icon-wrapper{width:80px;height:80px;background:var(--gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 1.5rem}.faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--gray-100);border-radius:12px;overflow:hidden;transition:all .3s}.faq-item.open{background:#fff;box-shadow:0 10px 30px #00000014}.faq-question{width:100%;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:var(--dark);text-align:left}.faq-question:hover{color:var(--primary)}.faq-answer{overflow:hidden}.faq-answer p{padding:0 1.5rem 1.5rem;color:var(--gray-600);line-height:1.7}.how-it-works{background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:6rem 2rem}.steps-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.step-item{text-align:center;position:relative}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:30px;height:30px;background:var(--secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.85rem;z-index:2}.step-icon-wrapper{width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary);box-shadow:0 10px 30px #00000014;position:relative}.step-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--dark)}.step-desc{font-size:.9rem;color:var(--gray-500);line-height:1.6}.step-connector{position:absolute;top:40px;right:-50%;width:100%;height:2px;background:linear-gradient(90deg,var(--primary),var(--accent));z-index:0}@media (max-width: 768px){.steps-container{grid-template-columns:1fr;gap:3rem}.step-connector{display:none}}.whatsapp-fab{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:none;cursor:pointer;box-shadow:0 4px 20px #25d36666;z-index:100}.whatsapp-popup{position:fixed;bottom:6rem;right:2rem;width:320px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;overflow:hidden;z-index:99}.whatsapp-header{background:#25d366;padding:1rem;display:flex;align-items:center;gap:.75rem;color:#fff}.whatsapp-avatar{width:45px;height:45px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.whatsapp-info{flex:1}.whatsapp-name{font-weight:700}.whatsapp-status{font-size:.85rem;display:flex;align-items:center;gap:.5rem}.status-dot{width:8px;height:8px;background:#90ee90;border-radius:50%}.whatsapp-body{padding:1.5rem;background:#ece5dd}.whatsapp-message{background:#fff;padding:1rem;border-radius:0 12px 12px;box-shadow:0 1px 2px #0000001a}.whatsapp-message p{margin:0;font-size:.9rem;line-height:1.5;color:var(--dark)}.whatsapp-message p:first-child{margin-bottom:.5rem}.whatsapp-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:#25d366;color:#fff;text-decoration:none;font-weight:600;transition:background .2s}.whatsapp-cta:hover{background:#20bd5a}@media (max-width: 768px){.whatsapp-fab{bottom:1rem;right:1rem;width:50px;height:50px}.whatsapp-popup{bottom:4.5rem;right:1rem;width:calc(100vw - 2rem);max-width:320px}}.chat-fab{position:fixed;bottom:6rem;right:2rem;width:56px;height:56px;background:var(--gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:none;cursor:pointer;box-shadow:0 4px 20px #2563eb66;z-index:100}.chat-window{position:fixed;bottom:10rem;right:2rem;width:380px;height:500px;background:#fff;border-radius:16px;box-shadow:0 10px 50px #0003;overflow:hidden;z-index:99;display:flex;flex-direction:column}.chat-header{background:var(--gradient);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;color:#fff}.chat-header-info{display:flex;align-items:center;gap:.75rem}.chat-avatar{width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.chat-title{font-weight:700;font-size:.95rem}.chat-status{font-size:.8rem;display:flex;align-items:center;gap:.4rem;opacity:.9}.status-indicator{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chat-close{background:#fff3;border:none;color:#fff;cursor:pointer;padding:.4rem;border-radius:8px;transition:background .2s}.chat-close:hover{background:#ffffff4d}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:#f8fafc}.chat-message{display:flex;align-items:flex-start;gap:.5rem;max-width:85%}.chat-message.user{align-self:flex-end;flex-direction:row-reverse}.chat-message.bot{align-self:flex-start}.message-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-message.bot .message-avatar{background:var(--gradient);color:#fff}.chat-message.user .message-avatar{background:#e2e8f0;color:#64748b}.message-bubble{padding:.75rem 1rem;border-radius:16px;font-size:.9rem;line-height:1.5}.chat-message.bot .message-bubble{background:#fff;color:var(--dark);border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000000f}.chat-message.user .message-bubble{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.message-bubble.typing{display:flex;gap:4px;padding:1rem}.message-bubble.typing span{width:8px;height:8px;background:#94a3b8;border-radius:50%;animation:typing 1.4s infinite both}.message-bubble.typing span:nth-child(2){animation-delay:.2s}.message-bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-input-container{display:flex;padding:1rem;gap:.5rem;border-top:1px solid #e2e8f0;background:#fff}.chat-input{flex:1;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:25px;font-size:.9rem;outline:none;transition:border-color .2s}.chat-input:focus{border-color:var(--primary)}.chat-input::placeholder{color:#94a3b8}.chat-send-btn{width:44px;height:44px;background:var(--gradient);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.chat-send-btn:hover:not(:disabled){transform:scale(1.05)}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.chat-fab{bottom:4.5rem;right:1rem;width:50px;height:50px}.chat-window{bottom:0;left:0;right:0;width:100%;height:100%;border-radius:0;max-height:100vh}}
