@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";:root{--bg-color:#030712;--text-color:#f8fafc;--text-muted:#94a3b8;--primary:#14b8a6;--primary-hover:#0d9488;--secondary:#3b82f6;--card-bg:#1e293b80;--card-border:#ffffff1a;--font-main:"Plus Jakarta Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;margin-bottom:1rem;font-weight:700;line-height:1.2}a{color:var(--text-color);text-decoration:none;transition:color .3s}a:hover{color:var(--primary)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.glass{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:1rem}.btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#000;box-shadow:0 4px 14px #14b8a663}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #14b8a680}.btn-outline{color:var(--text-color);border:1px solid var(--card-border);background-color:#0000}.btn-outline:hover{background-color:#ffffff1a;border-color:#fff3}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.text-gradient{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.header{justify-content:space-between;align-items:center;padding-top:1.5rem;padding-bottom:1.5rem;display:flex}.header-logo{align-items:center;gap:.75rem;display:flex}.logo-img{width:auto;height:40px}.logo-text{letter-spacing:-.05em;color:var(--text-color);font-size:1.5rem;font-weight:800}.header-nav{gap:2rem;display:flex}.header-nav a{color:var(--text-muted);font-size:.95rem;font-weight:500}.header-nav a:hover{color:var(--primary)}@media (width<=768px){.header{flex-direction:column;gap:1rem}.header-nav{display:none}}.footer{border-top:1px solid var(--card-border);background-color:#0000004d;margin-top:5rem;padding:4rem 0 2rem}.footer-content{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-desc{color:var(--text-muted);max-width:300px;margin-top:1rem;font-size:.9rem}.footer-links h4{color:#fff;margin-bottom:1.5rem;font-size:1rem}.footer-links a{color:var(--text-muted);margin-bottom:.75rem;font-size:.9rem;display:block}.footer-links a:hover{color:var(--primary)}.footer-bottom{text-align:center;color:var(--text-muted);border-top:1px solid #ffffff0d;padding-top:2rem;font-size:.85rem}@media (width<=768px){.footer{margin-top:3rem;padding:3rem 1rem 1rem}.footer-content{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-desc{margin:1rem auto}}.hero{justify-content:space-between;align-items:center;gap:4rem;min-height:80vh;padding:6rem 2rem;display:flex;position:relative}.hero-bg-orbs{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.orb{filter:blur(80px);opacity:.4;border-radius:50%;animation:10s ease-in-out infinite alternate floatOrb;position:absolute}.orb-1{background:var(--primary);width:400px;height:400px;top:-100px;right:-100px}.orb-2{background:var(--secondary);width:300px;height:300px;animation-delay:-5s;bottom:10%;left:-50px}@keyframes floatOrb{0%{transform:translate(0)scale(1)}to{transform:translate(-30px,30px)scale(1.1)}}.hero-content{z-index:1;flex:1;max-width:600px;position:relative}.badge{color:var(--primary);border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.pulse-subtle{animation:2s infinite pulseSubtle}@keyframes pulseSubtle{0%{box-shadow:0 0 #14b8a666}70%{box-shadow:0 0 0 10px #14b8a600}to{box-shadow:0 0 #14b8a600}}.badge-icon{color:var(--primary)}.hero-title{margin-bottom:1.5rem;font-size:4rem}.hero-subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.25rem}.hero-actions{gap:1rem;display:flex}.hero-visual{perspective:1000px;z-index:1;flex:1;justify-content:center;display:flex;position:relative}.floating-badge{z-index:10;border-radius:1rem;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;animation:4s ease-in-out infinite alternate levitate;display:flex;position:absolute;box-shadow:0 10px 30px -10px #00000080}.badge-1{top:10%;right:-5%}.badge-2{animation-delay:-2s;bottom:20%;left:-10%}.badge-icon-green{color:#22c55e}.badge-icon-red{color:#ef4444}@keyframes levitate{0%{transform:translateY(0)}to{transform:translateY(-15px)}}.phone-frame{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:2rem;width:100%;max-width:320px;padding:12px;transition:transform .5s;position:relative;transform:rotateY(-10deg)rotateX(5deg);box-shadow:0 25px 50px -12px #00000080,inset 0 0 0 2px #ffffff0d}.phone-frame:hover{transform:rotateY(0)rotateX(0)}.phone-notch{z-index:5;background:#030712;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;width:120px;height:25px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.mockup{background:var(--card-bg);border-radius:1.5rem;flex-direction:column;height:100%;display:flex;overflow:hidden}.mockup-header{border-bottom:1px solid var(--card-border);background:#ffffff0d;align-items:center;gap:1rem;padding:2.5rem 1rem 1rem;display:flex}.bot-avatar{background:#fff;border-radius:50%;width:40px;height:40px;padding:4px}.mockup-header div{flex-direction:column;display:flex}.mockup-header span{color:var(--primary);font-size:.75rem}.mockup-body{background:#0003;flex-direction:column;gap:1rem;height:420px;padding:1.5rem;display:flex}.chat-msg{opacity:0;border-radius:1rem;max-width:85%;padding:.75rem 1rem;font-size:.85rem;animation:.5s forwards fadeIn}.chat-msg.bot{background:var(--card-bg);border:1px solid var(--card-border);border-bottom-left-radius:.25rem;align-self:flex-start}.chat-msg.user{background:var(--primary);color:#000;border-bottom-right-radius:.25rem;align-self:flex-end}.mockup-body .chat-msg:first-child{animation-delay:.2s}.mockup-body .chat-msg:nth-child(2){animation-delay:1.2s}.mockup-body .chat-msg:nth-child(3){animation-delay:2.2s}.mockup-body .chat-msg:nth-child(4){animation-delay:3.2s}.mockup-body .chat-msg:nth-child(5){animation-delay:4.2s}@media (width<=992px){.hero{text-align:center;flex-direction:column;padding:4rem 1rem}.hero-actions{justify-content:center}.phone-frame{margin-top:2rem;transform:none}.badge-1{right:0}.badge-2{left:0}}@media (width<=768px){.hero-visual{display:none}}@media (width<=480px){.hero{padding:2rem 1rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{text-align:center;width:100%}}.specialties{text-align:center;padding:5rem 2rem}.section-title{margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto 4rem;font-size:1.1rem}.specialties-grid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.specialty-card{background:var(--card-bg);z-index:1;border-radius:1rem;flex-direction:column;align-items:center;min-width:200px;padding:2rem;transition:transform .3s;display:flex;position:relative}.specialty-card:before{content:"";background:linear-gradient(135deg, var(--primary), var(--secondary));z-index:-1;opacity:0;border-radius:1.1rem;transition:opacity .3s;position:absolute;inset:-1px}.specialty-card:hover{transform:translateY(-10px)}.specialty-card:hover:before{opacity:1}.icon-wrapper{color:var(--primary);background:#14b8a61a;border-radius:50%;margin-bottom:1.5rem;padding:1.5rem;transition:background .3s,color .3s}.specialty-card:hover .icon-wrapper{background:var(--primary);color:#000}.specialty-card h3{margin:0;font-size:1.2rem}@media (width<=768px){.section-title{font-size:2rem}.specialties{padding:3rem 1rem}.specialty-card{width:calc(50% - 1rem);min-width:140px;padding:1rem}.icon-wrapper{margin-bottom:.75rem;padding:1rem}.specialty-card h3{font-size:.95rem}}.how-it-works{text-align:center;padding:5rem 2rem}.steps-container{justify-content:center;gap:2rem;display:flex;position:relative}.steps-container:before{content:"";background:linear-gradient(90deg, #14b8a633, var(--primary), #14b8a633);z-index:-1;height:2px;position:absolute;top:50%;left:10%;right:10%;transform:translateY(-50%)}.step-card{background:var(--bg-color);flex-direction:column;flex:1;align-items:center;max-width:350px;padding:3rem 2rem;display:flex;position:relative}.step-number{background:var(--primary);color:#000;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:2rem;font-size:1.5rem;font-weight:800;display:flex;box-shadow:0 0 20px #14b8a680}.step-title{margin-bottom:1rem;font-size:1.25rem}.step-desc{color:var(--text-muted);font-size:.95rem}@media (width<=768px){.how-it-works{padding:3rem 1rem}.steps-container{flex-direction:column}.steps-container:before{display:none}.step-card{max-width:100%}}.benefits{padding:5rem 2rem}.benefits-content{text-align:center;max-width:800px;margin:0 auto}.benefits-list{text-align:left;flex-direction:column;gap:1.5rem;margin-top:3rem;display:flex}.benefit-item{background:var(--card-bg);z-index:1;border-radius:1rem;align-items:center;gap:2rem;padding:2rem;transition:transform .3s;display:flex;position:relative}.benefit-item:before{content:"";background:linear-gradient(135deg, var(--primary), var(--secondary));z-index:-1;opacity:0;border-radius:1.1rem;transition:opacity .3s;position:absolute;inset:-1px}.benefit-item:hover{transform:translate(10px)}.benefit-item:hover:before{opacity:1}.benefit-icon{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;border-radius:1rem;justify-content:center;align-items:center;padding:1rem;display:flex}.benefit-item h3{margin-bottom:.5rem;font-size:1.25rem;transition:color .3s}.benefit-item p{color:var(--text-muted);font-size:.95rem;transition:color .3s}.benefit-item:hover h3,.benefit-item:hover p{color:#030712}@media (width<=768px){.benefits{padding:3rem 1rem}.benefit-item{text-align:center;flex-direction:column;gap:1rem}}.login-container{background:radial-gradient(circle at center, #14b8a61a 0%, var(--bg-color) 70%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-box{flex-direction:column;gap:2rem;width:100%;max-width:450px;padding:3rem;display:flex}.login-header{text-align:center}.login-logo{height:50px;margin-bottom:1.5rem}.login-header h2{margin-bottom:.5rem;font-size:1.75rem}.login-header p{color:var(--text-muted)}.login-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-color);font-size:.9rem;font-weight:500}.form-group input{border:1px solid var(--card-border);color:#fff;background:#0003;border-radius:.5rem;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus{border-color:var(--primary);outline:none}.form-options{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.remember-me{color:var(--text-muted);cursor:pointer;align-items:center;gap:.5rem;display:flex}.forgot-password{color:var(--primary)}.login-btn{width:100%;margin-top:1rem;padding:1rem;font-size:1.05rem}.login-footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--card-border);flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1.5rem;font-size:.9rem;display:flex}.login-footer a{color:var(--primary);font-weight:600}.back-link{color:var(--text-muted)!important;font-weight:400!important}.back-link:hover{color:#fff!important}@media (width<=480px){.login-box{padding:2rem 1.5rem}}.page-container{min-height:80vh;padding-top:8rem;padding-bottom:5rem}.page-content{max-width:800px;margin:0 auto;padding:3rem 4rem}.page-content h1{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem}.last-updated{color:var(--text-muted);border-bottom:1px solid var(--card-border);margin-bottom:3rem;padding-bottom:1rem;font-size:.9rem}.page-body h2{color:#fff;margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.page-body p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}@media (width<=768px){.page-container{padding-top:6rem}.page-content{padding:2rem 1.5rem}.page-content h1{font-size:2rem}}.dashboard-layout{background:var(--bg-color);height:100vh;display:flex;overflow:hidden}.sidebar{background:#1e293bcc;border-top:none;border-bottom:none;border-left:none;border-radius:0;flex-direction:column;width:260px;padding:1.5rem;display:flex}.sidebar-logo{margin-bottom:3rem;padding-left:.5rem}.sidebar-nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.sidebar-nav a{color:var(--text-muted);border-radius:.5rem;padding:.75rem 1rem;font-weight:500;transition:all .3s}.sidebar-nav a:hover,.sidebar-nav a.active{color:var(--primary);background:#14b8a61a}.sidebar-footer{margin-top:auto}.dashboard-content{flex-direction:column;flex:1;padding:2rem;display:flex;overflow-y:auto}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem 2rem;display:flex}.dashboard-header h2{margin:0;font-size:1.5rem}.user-profile{background:var(--primary);color:#000;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.dashboard-widgets{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.widget{flex-direction:column;gap:1rem;padding:2rem;display:flex}.widget h3{color:var(--text-muted);margin:0;font-size:1rem}.widget-value{color:#fff;font-size:2.5rem;font-weight:800}
