@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap");:root{--primary-color:#0b3c2a;--primary-dark:#030d0a;--primary-light:#16563e;--accent-color:#0f8;--accent-glow:rgba(0,255,136,.35);--accent-hover:#00e077;--bg-color:#020705;--card-bg:rgba(11,60,42,.12);--card-border:rgba(0,255,136,.12);--text-color:#e5f5ef;--text-muted:#8ba99e;--white:#fff;--success-color:#0f8;--error-color:#f36;--glass-bg:rgba(3,13,10,.45)}*{box-sizing:border-box;margin:0;padding:0}body,html{scroll-behavior:smooth;background-color:var(--bg-color);color:var(--text-color);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;color:var(--white);font-weight:700;letter-spacing:-.01em}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-color)}.glow-wrapper{top:0;left:0;right:0;bottom:0;z-index:-2;overflow:hidden}.glow-sphere,.glow-wrapper{position:absolute;pointer-events:none}.glow-sphere{border-radius:50%;filter:blur(140px);opacity:.35}.sphere-1{width:600px;height:600px;background:radial-gradient(circle,var(--accent-color) 0,transparent 70%);top:-100px;right:-100px;animation:floatSlow 25s infinite alternate}.sphere-2{width:500px;height:500px;background:radial-gradient(circle,var(--primary-light) 0,transparent 70%);bottom:10%;left:-150px;animation:floatSlow 30s infinite alternate-reverse}.sphere-3{width:400px;height:400px;background:radial-gradient(circle,rgba(0,212,255,.4) 0,transparent 70%);top:45%;right:-50px;animation:floatSlow 20s infinite alternate}@keyframes floatSlow{0%{transform:translate(0) scale(1)}50%{transform:translate(50px,-80px) scale(1.1)}to{transform:translate(-30px,40px) scale(.95)}}.navbar{position:fixed;top:0;left:0;right:0;height:80px;background:rgba(2,7,5,.75);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,255,136,.08);z-index:1000;justify-content:center;transition:all .3s ease}.nav-container,.navbar{display:flex;align-items:center}.nav-container{width:100%;max-width:1200px;padding:0 2rem;justify-content:space-between}.logo{display:flex;align-items:center;gap:.6rem;font-size:1.4rem;font-weight:900;color:var(--white);font-family:Outfit,sans-serif;letter-spacing:-.02em}.logo-accent{color:var(--accent-color);text-shadow:0 0 15px rgba(0,255,136,.3)}.nav-links{display:flex;gap:2.5rem;align-items:center;list-style:none}.nav-links a{font-size:.95rem;font-weight:500;color:var(--text-muted)}.nav-links a:hover{color:var(--accent-color)}.btn-primary{background:linear-gradient(135deg,var(--accent-color) 0,#00e0d0 100%);color:var(--primary-dark)!important;font-weight:700;padding:.8rem 1.8rem;border-radius:9999px;border:none;cursor:pointer;box-shadow:0 4px 20px rgba(0,255,136,.3);transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,255,136,.45)}.btn-secondary{background:rgba(11,60,42,.25);color:var(--white)!important;font-weight:600;padding:.8rem 1.8rem;border-radius:9999px;border:1px solid rgba(0,255,136,.18);cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-secondary:hover{background:rgba(11,60,42,.5);border-color:var(--accent-color);box-shadow:0 0 15px rgba(0,255,136,.1)}.hero{min-height:100vh;padding-top:120px;display:flex;align-items:center;justify-content:center;position:relative}.hero-container{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:4rem;gap:4rem;align-items:center;width:100%;max-width:1200px;padding:2rem}.hero-left{display:flex;flex-direction:column;gap:1.8rem;text-align:left}.badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(0,255,136,.08);border:1px solid rgba(0,255,136,.18);color:var(--accent-color);padding:.5rem 1.2rem;border-radius:9999px;font-size:.85rem;font-weight:700;width:-moz-fit-content;width:fit-content;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 10px rgba(0,255,136,.05)}.hero-title{font-size:4rem;line-height:1.1;letter-spacing:-.03em;font-weight:900}.hero-title-gradient{background:linear-gradient(135deg,#fff 20%,var(--accent-color) 70%,#00e0d0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:1.2rem;color:var(--text-muted);max-width:600px;line-height:1.65}.hero-cta{display:flex;gap:1.2rem;margin-top:.5rem}.hero-right{display:flex;justify-content:center;align-items:center}.phone-container{width:320px;height:640px;background:#010604;border:14px solid #141d1a;border-radius:44px;box-shadow:0 30px 60px -15px rgba(0,255,136,.18),inset 0 0 25px rgba(0,255,136,.03);position:relative;overflow:hidden;display:flex;flex-direction:column}.phone-status-bar{height:36px;background:#07251a;padding:0 1.2rem;display:flex;justify-content:space-between;align-items:center;font-size:.72rem;font-weight:600;color:hsla(0,0%,100%,.85);font-family:-apple-system,BlinkMacSystemFont,sans-serif;position:relative;z-index:15}.status-bar-right{display:flex;align-items:center;gap:.35rem}.phone-notch{position:absolute;top:0;left:50%;transform:translateX(-50%);width:110px;height:20px;background:#141d1a;border-bottom-left-radius:12px;border-bottom-right-radius:12px;z-index:20}.phone-header{height:64px;background:#07251a;border-bottom:1px solid rgba(0,255,136,.08);align-items:center;padding:0 1.2rem;gap:.8rem;z-index:10}.phone-avatar-wrapper,.phone-header{display:flex;position:relative}.phone-avatar{width:32px;height:32px;background:linear-gradient(135deg,var(--primary-light),var(--accent-color));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:.85rem;font-weight:700;border:1.5px solid var(--accent-color)}.phone-avatar-status{position:absolute;bottom:-1px;right:-1px;width:9px;height:9px;background:var(--success-color);border:1.5px solid #07251a;border-radius:50%}.phone-header-info{display:flex;flex-direction:column}.phone-username{font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.phone-status{font-size:.68rem;color:var(--accent-color);font-weight:500;margin-top:1px}.phone-screen{flex:1 1;background:radial-gradient(circle at center,#03120d 0,#010604 100%);padding:1.2rem 1rem;display:flex;flex-direction:column;gap:.9rem;overflow-y:auto;position:relative}.chat-bubble{max-width:82%;padding:.8rem 1rem;border-radius:18px;font-size:.82rem;line-height:1.45;position:relative;box-shadow:0 4px 15px rgba(0,0,0,.15)}.chat-bubble.sent{align-self:flex-end;background:var(--primary-color);border:1px solid rgba(0,255,136,.18);border-bottom-right-radius:4px;color:var(--text-color)}.chat-bubble.attachment{border:1px solid rgba(0,255,136,.25);background:rgba(11,60,42,.6)}.chat-bubble-title{font-weight:800;font-size:.78rem;color:var(--accent-color);margin-bottom:.35rem;display:flex;align-items:center;gap:.35rem;font-family:Outfit,sans-serif}.chat-bubble-meta{font-size:.65rem;color:var(--text-muted);text-align:right;margin-top:.4rem;display:block}.poll-option{background:rgba(2,7,5,.6);border:1px solid rgba(0,255,136,.12);padding:.5rem .75rem;border-radius:8px;margin-top:.4rem;font-size:.76rem;gap:.4rem}.phone-footer,.poll-option{display:flex;align-items:center}.phone-footer{height:52px;background:#051610;border-top:1px solid rgba(0,255,136,.08);padding:0 1.2rem;font-size:.8rem;color:var(--text-muted)}.services-section{padding:120px 0;display:flex;flex-direction:column;align-items:center}.section-header{text-align:center;margin-bottom:5rem;max-width:600px;padding:0 2rem}.section-subtitle{color:var(--accent-color);font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.6rem;display:block}.section-title{font-size:2.8rem;margin-bottom:1.2rem;line-height:1.15;letter-spacing:-.02em}.section-desc{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem;width:100%;max-width:1200px;padding:0 2rem}.service-card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--card-border);padding:3rem 2rem;border-radius:24px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;gap:1.1rem;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--accent-color),#00e0d0);opacity:0;transition:opacity .3s ease}.service-card:hover{transform:translateY(-6px);border-color:rgba(0,255,136,.3);box-shadow:0 15px 35px rgba(0,255,136,.08)}.service-card:hover:before{opacity:1}.service-icon{width:52px;height:52px;background:rgba(0,255,136,.06);border:1px solid rgba(0,255,136,.18);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--accent-color);margin-bottom:.5rem;box-shadow:0 4px 15px rgba(0,255,136,.05)}.service-card h3{font-size:1.4rem;color:var(--white);font-weight:700}.service-card p{color:var(--text-muted);font-size:.98rem;line-height:1.6}.matrix-section{padding:120px 0;display:flex;flex-direction:column;align-items:center;background:radial-gradient(50% 50% at 50% 50%,rgba(11,60,42,.12) 0,transparent 100%);border-top:1px solid rgba(0,255,136,.05);border-bottom:1px solid rgba(0,255,136,.05)}.matrix-table-container{width:100%;max-width:1200px;padding:0 2rem;overflow-x:auto}.matrix-table{width:100%;border-collapse:collapse;text-align:left;background:rgba(2,7,5,.55);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--card-border);border-radius:20px;overflow:hidden}.matrix-table td,.matrix-table th{padding:1.4rem 1.8rem;border-bottom:1px solid var(--card-border)}.matrix-table th{background:rgba(11,60,42,.35);font-family:Outfit,sans-serif;font-size:1.1rem;color:var(--white);font-weight:700}.matrix-table tr:last-child td{border-bottom:none}.matrix-table td:first-child{font-weight:700;color:var(--white);font-size:1rem}.matrix-table td.highlight{background:rgba(0,255,136,.05);font-weight:600;color:var(--accent-color);border-left:2px solid var(--accent-color);border-right:2px solid var(--accent-color);box-shadow:inset 0 0 12px rgba(0,255,136,.03)}.matrix-table tbody tr{transition:all .25s ease}.matrix-table tbody tr:hover{background:rgba(11,60,42,.15)}.matrix-table tbody tr:hover td.highlight{background:rgba(0,255,136,.08)}.matrix-badge-check{background:rgba(0,255,136,.08);border:1px solid rgba(0,255,136,.25);color:var(--accent-color);border-radius:9999px;box-shadow:0 0 10px rgba(0,255,136,.05)}.matrix-badge-check,.matrix-badge-cross{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .85rem;font-size:.72rem;font-weight:700;letter-spacing:.03em}.matrix-badge-cross{background:rgba(255,51,102,.08);border:1px solid rgba(255,51,102,.25);color:var(--error-color);border-radius:9999px}.matrix-badge-neutral{display:inline-flex;align-items:center;gap:.45rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);color:var(--text-muted);padding:.35rem .85rem;border-radius:9999px;font-size:.72rem;font-weight:600;letter-spacing:.03em}.contact-section{padding:120px 0;display:flex;flex-direction:column;align-items:center}.contact-container{display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:5rem;gap:5rem;width:100%;max-width:1200px;padding:0 2rem}.contact-info{display:flex;flex-direction:column;gap:2.2rem}.contact-info h2{font-size:3rem;line-height:1.15;font-weight:900;letter-spacing:-.02em}.contact-info p{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:1.8rem;margin-top:1rem}.contact-detail-item{display:flex;align-items:center;gap:1.2rem}.contact-detail-icon{width:48px;height:48px;background:rgba(0,255,136,.06);border:1px solid rgba(0,255,136,.18);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--accent-color);box-shadow:0 4px 15px rgba(0,255,136,.05)}.contact-detail-text h4{font-size:.85rem;text-transform:uppercase;color:var(--accent-color);letter-spacing:.08em;font-weight:800}.contact-detail-text p{color:var(--white);font-size:1.1rem;font-weight:600;margin-top:2px}.contact-card{background:rgba(11,60,42,.12);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--card-border);padding:3.5rem;border-radius:28px;box-shadow:0 30px 60px rgba(0,0,0,.35)}.form-group{margin-bottom:1.6rem}.form-label{display:block;font-size:.82rem;font-weight:700;color:var(--text-muted);margin-bottom:.6rem;text-transform:uppercase;letter-spacing:.08em}.form-input{width:100%;background:rgba(2,6,4,.7);border:1px solid var(--card-border);border-radius:14px;padding:1rem 1.2rem;color:var(--white);font-family:Inter,sans-serif;font-size:.98rem;transition:all .3s ease}.form-input:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 15px rgba(0,255,136,.15)}textarea.form-input{resize:vertical;min-height:130px}.form-button{width:100%;margin-top:1.2rem;padding:1rem;font-size:1.05rem}.status-alert{padding:1.1rem 1.3rem;border-radius:14px;margin-bottom:1.8rem;font-size:.95rem;font-weight:600;display:flex;align-items:center;gap:.6rem}.status-alert.success{background:rgba(0,255,136,.08);border:1px solid rgba(0,255,136,.25);color:var(--accent-color)}.status-alert.error{background:rgba(255,51,102,.08);border:1px solid rgba(255,51,102,.25);color:var(--error-color)}.footer{background:#010503;border-top:1px solid rgba(0,255,136,.08);padding:50px 0;justify-content:center}.footer,.footer-container{display:flex;align-items:center}.footer-container{justify-content:space-between;width:100%;max-width:1200px;padding:0 2rem}.footer-text{color:var(--text-muted);font-size:.95rem}@media (max-width:968px){.hero-container{grid-template-columns:1fr;gap:4rem;text-align:center}.hero-left{align-items:center}.hero-title{font-size:3.2rem}.grid-3{grid-template-columns:1fr;gap:2rem}.contact-container{grid-template-columns:1fr;gap:4rem}}@media (max-width:640px){.hero-title{font-size:2.5rem}.hero-cta{flex-direction:column;width:100%;gap:.8rem}.btn-primary,.btn-secondary{width:100%;text-align:center;justify-content:center}.nav-links{display:none}.contact-card{padding:2.5rem 1.8rem}.footer-container{flex-direction:column;gap:1.2rem;text-align:center}}@media (max-width:400px){.phone-container{transform:scale(.85);transform-origin:center top;margin-bottom:-90px}}.console-card{width:480px;height:380px;background:#020705;border:1px solid var(--card-border);border-radius:20px;box-shadow:0 30px 60px -15px rgba(0,255,136,.18);overflow:hidden;display:flex;flex-direction:column;font-family:Inter,monospace;position:relative}.console-top-bar{height:40px;background:#07251a;border-bottom:1px solid rgba(0,255,136,.08);display:flex;align-items:center;padding:0 1.2rem;justify-content:space-between;z-index:10}.console-dots{display:flex;gap:.4rem}.console-dot-item{width:10px;height:10px;border-radius:50%}.console-dot-item.red{background:#ff5f56}.console-dot-item.yellow{background:#ffbd2e}.console-dot-item.green{background:#27c93f}.console-title{font-size:.72rem;color:var(--text-muted);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.console-body{flex:1 1;display:grid;grid-template-columns:60px 1fr;background:#030d0a}.console-sidebar{border-right:1px solid rgba(0,255,136,.06);background:#020705;display:flex;flex-direction:column;align-items:center;padding-top:1.5rem;gap:1.5rem;color:var(--text-muted)}.console-sidebar-item{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.console-sidebar-item.active,.console-sidebar-item:hover{background:rgba(0,255,136,.08);color:var(--accent-color)}.console-main{padding:1.2rem;display:flex;flex-direction:column;gap:1rem;overflow:hidden}.console-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.8rem;gap:.8rem}.console-stat-box{background:rgba(11,60,42,.2);border:1px solid rgba(0,255,136,.08);border-radius:10px;padding:.6rem .8rem;text-align:left}.console-stat-label{font-size:.62rem;color:var(--text-muted);text-transform:uppercase;font-weight:700;letter-spacing:.02em}.console-stat-val{font-size:1rem;font-weight:700;color:var(--white);margin-top:2px;font-family:Outfit,sans-serif}.console-stat-val.accent{color:var(--accent-color)}.console-log-feed{flex:1 1;background:#020705;border:1px solid rgba(0,255,136,.06);border-radius:10px;padding:.8rem;overflow-y:auto;display:flex;flex-direction:column;gap:.4rem;font-size:.68rem;text-align:left;line-height:1.4}.console-log-line{color:var(--text-muted);font-family:monospace}.console-log-line span.accent{color:var(--accent-color)}.console-log-line span.success{color:#27c93f}.console-log-line span.info{color:#00d4ff}@media (max-width:968px){.console-card{width:100%;max-width:440px;height:360px}}@media (max-width:480px){.console-card{width:100%;max-width:320px;height:320px}.console-sidebar{display:none}.console-body{grid-template-columns:1fr}}.architecture-container{display:flex;justify-content:center;align-items:center;width:100%;max-width:1100px;margin:3rem auto 0;padding:0 2rem;gap:1.5rem}.arch-node{flex:1 1;background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;padding:2.5rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.8rem;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.2);transition:all .3s ease}.arch-node.active{border-color:var(--accent-color);box-shadow:0 15px 35px rgba(0,255,136,.08)}.arch-icon-wrapper{width:56px;height:56px;background:rgba(11,60,42,.4);border:1px solid rgba(0,255,136,.15);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);margin-bottom:.5rem;transition:all .3s ease}.arch-icon-wrapper.active{background:rgba(0,255,136,.08);border-color:var(--accent-color);color:var(--accent-color);box-shadow:0 0 20px rgba(0,255,136,.15)}.arch-node h4{font-size:1.15rem;color:var(--white)}.arch-node p{font-size:.85rem;color:var(--text-muted);line-height:1.5}.node-badge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:hsla(0,0%,100%,.05);padding:.25rem .65rem;border-radius:6px;margin-top:.5rem}.node-badge.active{color:var(--primary-dark);background:var(--accent-color);box-shadow:0 2px 10px rgba(0,255,136,.2)}.arch-connector{flex:0.5 1;display:flex;justify-content:center;align-items:center}.arch-connector,.connector-line{position:relative;height:2px;width:100%}.connector-line{background:linear-gradient(90deg,var(--primary-light),var(--card-border))}.pulse-dot{position:absolute;width:8px;height:8px;background:var(--accent-color);border-radius:50%;top:-3px;box-shadow:0 0 10px var(--accent-color);animation:flowPulse 2.5s linear infinite}@keyframes flowPulse{0%{left:0;opacity:.2}20%{opacity:1}80%{opacity:1}to{left:100%;opacity:.2}}.scroll-top-btn{position:fixed;bottom:2.5rem;right:2.5rem;width:48px;height:48px;background:var(--accent-color);border:none;border-radius:50%;color:var(--primary-dark);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px rgba(0,255,136,.4);z-index:999}@media (max-width:768px){.architecture-container{flex-direction:column;gap:2rem}.arch-connector{width:2px;height:40px}.connector-line{width:2px;height:100%;background:linear-gradient(180deg,var(--primary-light),var(--card-border))}.pulse-dot{top:0;left:-3px;animation:flowPulseVertical 2.5s linear infinite}}@keyframes flowPulseVertical{0%{top:0;opacity:.2}20%{opacity:1}80%{opacity:1}to{top:100%;opacity:.2}}