@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--primary:#4f46e5;--primary-hover:#4338ca;--primary-light:#eef2ff;--accent:#06b6d4;--accent-hover:#0891b2;--bg:#fff;--bg-alt:#f8fafc;--surface:#fff;--surface-hover:#f1f5f9;--border:#e2e8f0;--border-light:#f1f5f9;--text:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--danger:#ef4444;--success:#10b981;--warning:#f59e0b;--radius:12px;--radius-lg:16px;--radius-full:9999px;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 6px -1px #0000000f, 0 2px 4px -2px #0000000a;--shadow-lg:0 10px 15px -3px #0000000f, 0 4px 6px -4px #0000000a;--shadow-xl:0 20px 25px -5px #0000000f, 0 8px 10px -6px #0000000a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-hover)}button{cursor:pointer;font-family:inherit}input,select,textarea{background:var(--bg);border:1.5px solid var(--border);color:var(--text);border-radius:var(--radius);outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:all .2s}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51f}input::placeholder{color:var(--text-muted)}.btn{border-radius:var(--radius);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, #7c3aed 100%);color:#fff;box-shadow:0 4px 14px #4f46e540}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #4f46e559}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--surface);color:var(--text);border:1.5px solid var(--border);box-shadow:var(--shadow-xs)}.btn-secondary:hover{background:var(--surface-hover);border-color:#cbd5e1}.btn-outline{color:var(--primary);border:1.5px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary-light)}.btn-lg{border-radius:var(--radius-lg);padding:1rem 2rem;font-size:1.0625rem}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2.5rem;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));opacity:0;height:3px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.feature-card:hover{box-shadow:var(--shadow-xl);border-color:#4f46e533;transform:translateY(-6px)}.feature-card:hover:before{opacity:1}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-secondary);margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.anim-fade-up{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeUp}.anim-fade-up-d1{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) .1s forwards fadeUp}.anim-fade-up-d2{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) .2s forwards fadeUp}.anim-fade-up-d3{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) .3s forwards fadeUp}.anim-fade-in{animation:.5s forwards fadeIn}.top-nav{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);z-index:100;background:#ffffffd9;padding:1rem 0;position:sticky;top:0}.top-nav .container{justify-content:space-between;align-items:center;display:flex}.top-nav-logo{width:auto;height:52px}.top-nav-actions{align-items:center;gap:.75rem;display:flex}.hero{padding:5rem 0 4rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 20%,#4f46e50f 0%,#0000 50%),radial-gradient(circle at 70% 80%,#06b6d40f 0%,#0000 50%);position:absolute;inset:0}.hero-row{z-index:1;align-items:center;gap:3rem;display:flex;position:relative}.hero-left{text-align:left;flex:1}.hero-right{flex-shrink:0}.hero-badge{background:var(--primary-light);color:var(--primary);border-radius:var(--radius-full);border:1px solid #4f46e526;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.hero h1{letter-spacing:-.025em;color:var(--text);margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.hero h1 .gradient-text{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.hero-ctas{flex-wrap:wrap;gap:1rem;display:flex}.demo-wrapper{perspective:1200px;justify-content:center;display:flex;position:relative}.demo-phone{background:#fff;border-radius:28px;width:360px;transition:transform .4s;position:relative;overflow:hidden;transform:rotateY(-2deg)rotateX(2deg);box-shadow:0 25px 50px -12px #00000026,0 0 0 1px #0000000a}.demo-phone:hover{transform:rotateY(0)rotateX(0)}.wa-header{color:#fff;background:#075e54;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.wa-avatar{background:linear-gradient(135deg,#4f46e5,#06b6d4);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:700;display:flex}.wa-header-info h4{font-size:.875rem;font-weight:600}.wa-header-info span{opacity:.8;font-size:.6875rem}.wa-body{background:#e5ddd5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Crect fill='%23e5ddd5' width='200' height='200'/%3E%3Ccircle fill='%23d4ccba' cx='25' cy='25' r='1.5' opacity='0.3'/%3E%3Ccircle fill='%23d4ccba' cx='75' cy='75' r='1' opacity='0.2'/%3E%3Ccircle fill='%23d4ccba' cx='125' cy='50' r='1.2' opacity='0.25'/%3E%3Ccircle fill='%23d4ccba' cx='175' cy='150' r='1' opacity='0.2'/%3E%3C/svg%3E");flex-direction:column;gap:.5rem;min-height:320px;padding:1rem;display:flex}.wa-msg{opacity:0;border-radius:8px;max-width:80%;padding:.5rem .75rem;font-size:.8125rem;line-height:1.5;position:relative}.wa-msg-out{background:#dcf8c6;border-bottom-right-radius:2px;align-self:flex-end}.wa-msg-in{background:#fff;border-bottom-left-radius:2px;align-self:flex-start}.wa-msg-time{text-align:right;color:#999;margin-top:.25rem;font-size:.625rem;display:block}.wa-msg-voice{align-items:center;gap:.5rem;display:flex}.wa-voice-wave{align-items:flex-end;gap:2px;height:20px;display:flex}.wa-voice-bar{background:#075e54;border-radius:2px;width:3px}.wa-typing{gap:4px;padding:.625rem 1rem;display:flex}.wa-typing-dot{background:#999;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typingBounce}.wa-typing-dot:nth-child(2){animation-delay:.15s}.wa-typing-dot:nth-child(3){animation-delay:.3s}.bx-notification{opacity:0;z-index:10;background:#fff;border-radius:12px;width:300px;position:absolute;bottom:20px;right:-40px;overflow:hidden;transform:translateY(30px)scale(.95);box-shadow:0 16px 40px #0000002e,0 0 0 1px #0000000a}.bx-notif-header{color:#fff;background:#2fc6f6;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.75rem;font-weight:600;display:flex}.bx-notif-icon{background:#ffffff40;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.6875rem;display:flex}.bx-notif-body{padding:1rem}.bx-notif-title{color:#333;margin-bottom:.5rem;font-size:.8125rem;font-weight:600}.bx-notif-meta{flex-direction:column;gap:.375rem;display:flex}.bx-notif-row{color:#666;align-items:center;gap:.375rem;font-size:.75rem;display:flex}.bx-notif-tag{border-radius:4px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;display:inline-block}.bx-tag-green{color:#27ae60;background:#e6f9e6}.bx-tag-blue{color:#2980b9;background:#e8f4fd}@keyframes msgAppear{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@keyframes bxSlideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.demo-anim .wa-msg:first-child{animation:.4s cubic-bezier(.16,1,.3,1) .5s forwards msgAppear}.demo-anim .wa-msg:nth-child(2){animation:.4s cubic-bezier(.16,1,.3,1) 2s forwards msgAppear}.demo-anim .wa-msg:nth-child(3){animation:.4s cubic-bezier(.16,1,.3,1) 3.2s forwards msgAppear}.demo-anim .wa-msg:nth-child(4){animation:.4s cubic-bezier(.16,1,.3,1) 4.5s forwards msgAppear}.demo-anim .bx-notification{animation:.5s cubic-bezier(.16,1,.3,1) 5.5s forwards bxSlideUp}@media (width<=1024px){.hero-row{text-align:center;flex-direction:column}.hero-left{text-align:center}.hero-ctas{justify-content:center}.demo-phone{width:300px;transform:none}.bx-notification{width:240px;bottom:10px;right:-10px}}.features-section{background:var(--bg-alt);padding:5rem 0}.features-section h2{text-align:center;margin-bottom:.75rem;font-size:2rem;font-weight:700}.features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.feature-icon{border-radius:var(--radius);justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.feature-card h3{margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.feature-card p{color:var(--text-secondary);font-size:.9375rem;line-height:1.65}.steps-section{padding:5rem 0}.steps-section h2{text-align:center;margin-bottom:3rem;font-size:2rem;font-weight:700}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.step-item{text-align:center}.step-number{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:inline-flex}.step-item h4{margin-bottom:.5rem;font-weight:600}.step-item p{color:var(--text-secondary);font-size:.9375rem}.cta-section{text-align:center;color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 50%,#06b6d4 100%);padding:5rem 0}.cta-section h2{margin-bottom:1rem;font-size:2rem;font-weight:700}.cta-section p{opacity:.9;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.cta-section .btn{color:var(--primary);background:#fff;box-shadow:0 4px 14px #00000026}.cta-section .btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:2rem 0;font-size:.875rem}.dashboard-layout{min-height:100vh;display:flex}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;width:260px;height:100vh;padding:1.25rem;display:flex;position:sticky;top:0}.sidebar-logo{margin-bottom:1.5rem;padding:.5rem .75rem}.sidebar-logo img{width:auto;height:32px}.main-content{background:var(--bg-alt);flex:1;padding:2.5rem 3rem;overflow-y:auto}.nav-item{color:var(--text-secondary);border-radius:var(--radius);text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;margin-bottom:.25rem;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:all .15s;display:flex}.nav-item:hover{background:var(--surface-hover);color:var(--text)}.nav-item.active{background:var(--primary-light);color:var(--primary)}.settings-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2.5rem}.settings-card h2{margin-bottom:.5rem;font-size:1.375rem;font-weight:700}.info-box{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);margin-top:1.5rem;padding:1.25rem}.info-box h4{margin-bottom:.75rem;font-size:.875rem;font-weight:600}.info-box p{color:var(--text-secondary);margin-bottom:.25rem;font-size:.875rem}.info-box code{color:var(--primary);background:#4f46e50f;border-radius:4px;padding:.125rem .375rem;font-size:.8125rem}.badge-success{color:var(--success);border-radius:var(--radius-full);background:#10b9811a;border:1px solid #10b98133;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;display:inline-flex}.alert{border-radius:var(--radius);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9375rem;font-weight:500;display:flex}.alert-success{color:var(--success);background:#10b98114;border:1px solid #10b98133}.alert-error{color:var(--danger);background:#ef444414;border:1px solid #ef444433}.auth-page{min-height:100vh;display:flex}.auth-left{flex:1;justify-content:center;align-items:center;padding:3rem;display:flex}.auth-right{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 50%,#06b6d4 100%);justify-content:center;align-items:center;width:480px;padding:3rem;display:flex;position:relative;overflow:hidden}.auth-right:before{content:"";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%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");position:absolute;inset:0}.auth-right-content{z-index:1;text-align:center;position:relative}.auth-right h2{margin-bottom:1rem;font-size:1.75rem;font-weight:700}.auth-right p{opacity:.9;line-height:1.7}.auth-form-wrapper{width:100%;max-width:380px}.auth-form-wrapper h2{margin-bottom:.375rem;font-size:1.5rem;font-weight:700}@media (width<=900px){.auth-right{display:none}.hero h1{font-size:2.25rem}.features-grid,.steps-grid{grid-template-columns:1fr}.sidebar{display:none}.main-content{padding:1.5rem}}
