.navbar{-ms-flex-pack:justify;justify-content:space-between;padding:10px 40px;background:#f8f5f5;position:sticky;top:0;z-index:100;border-radius:15px;max-width:1400px;width:90%;margin:20px auto}.logo,.navbar{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.logo-img{height:60px;width:auto;object-fit:contain;display:block}.nav-links{list-style:none;display:-ms-flexbox;display:flex;gap:20px;margin:0;padding:0}.contact-btn{background:#1e1e1e;color:#fff;border:none;padding:8px 20px;border-radius:20px;cursor:pointer}:root{--black:#000;--white:#fff;--gray-100:#f5f5f7;--gray-200:#e8e8ed;--gray-600:#6e6e73;--gray-800:#1d1d1f;--accent:#0071e3;--text-dark:#1d1d1f;--font-stack:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-stack);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background-color:var(--white)}.jingus-container{width:100%}.standard-container{max-width:1200px;margin:0 auto;padding:8rem 2rem}.grid-container{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:4rem;-ms-flex-align:center;align-items:center}.text-constrain{max-width:800px;margin:0 auto;text-align:center}.white-bg{background-color:var(--white)}.black-bg{background-color:var(--black)}.light-gray-bg{background-color:var(--gray-100)}.cta-button,.white-text h1,.white-text h2,.white-text h3,.white-text h4,.white-text p{color:var(--white)}.cta-button{display:inline-block;padding:1rem 2rem;background-color:var(--black);border:none;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cta-button:hover{opacity:.8;-ms-transform:translateY(-2px);transform:translateY(-2px)}.cta-button-outline{display:inline-block;padding:1rem 2rem;background-color:transparent;color:var(--black);border:2px solid var(--black);border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cta-button-outline:hover{background-color:var(--black);color:var(--white)}.hero-section{min-height:50vh;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-color:var(--gray-100)}.hero-content{max-width:1400px;margin:0 auto;padding:4rem 2rem}.main-headline{font-size:4.5rem;line-height:1.1;font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem}.sub-headline{font-size:1.5rem;line-height:1.4;color:var(--gray-600);margin-bottom:3rem;font-weight:400}.hero-visual{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.robot-image{width:100%;height:auto;max-width:600px;animation:float 6s infinite ease-in-out}.philosophy-text{font-size:2rem;line-height:1.4;font-weight:500;color:var(--text-dark);margin-bottom:2rem}.philosophy-callout{font-size:1.5rem;color:var(--accent);font-weight:600}.product-section .section-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.product-section .section-subtitle{font-size:1.5rem;color:var(--gray-200);margin-bottom:5rem;line-height:1.4}.price-tag{color:var(--white);font-weight:700;background-color:hsla(0,0%,100%,.1);padding:.2rem .6rem;border-radius:8px}.workflow-grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:2rem}.workflow-card{background-color:var(--gray-800);padding:3rem;border-radius:20px;transition:transform .3s ease}.workflow-card:hover{-ms-transform:translateY(-10px);transform:translateY(-10px)}.step-number{font-size:1rem;color:var(--accent);font-weight:700;margin-bottom:1rem}.workflow-card h3{font-size:2rem;color:var(--white);margin-bottom:.5rem}.workflow-card h4{font-size:1.2rem;color:var(--gray-200);margin-bottom:1.5rem;font-weight:400}.workflow-card p{font-size:1.1rem;color:var(--gray-600);line-height:1.6}.specs-section .specs-image img{max-width:700px;height:auto;display:block;margin:0 auto}.sub-section-title{font-size:2.5rem;margin-bottom:2rem}.specs-list{list-style:none;border-top:1px solid var(--gray-200)}.specs-list li{font-size:1.2rem;padding:1.5rem 0;border-bottom:1px solid var(--gray-200);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.specs-list li strong{font-weight:600;color:var(--text-dark)}.specs-footnote,.specs-list li span{color:var(--gray-600)}.specs-footnote{margin-top:1.5rem;font-style:italic}.demo-section{text-align:center}.demo-text{font-size:1.3rem;color:var(--gray-600);max-width:600px;margin:0 auto 3rem;line-height:1.6}.demo-cta-block{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.check-list,.demo-cta-block{display:-ms-flexbox;display:flex;gap:2rem}.check-list{list-style:none;-ms-flex-pack:center;justify-content:center;font-size:1.1rem;color:var(--gray-800)}.check{color:var(--accent);font-weight:700;margin-right:.5rem}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{opacity:0;animation:fadeInUp 1s ease forwards}.delay1{animation-delay:.3s}.delay2{animation-delay:.6s}.delay3{animation-delay:.9s}@media (max-width:1024px){.main-headline{font-size:3.5rem}.grid-container{gap:2rem}.standard-container{padding:5rem 1.5rem}}@media (max-width:768px){.grid-container{-ms-grid-columns:1fr;grid-template-columns:1fr;text-align:center}.hero-text-block{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.main-headline{font-size:2.8rem}.workflow-grid{-ms-grid-columns:1fr;grid-template-columns:1fr}.check-list{-ms-flex-direction:column;flex-direction:column;gap:.5rem;-ms-flex-align:center;align-items:center}.specs-section .specs-image img{max-width:280px}}body{margin:0;font-family:Arial,sans-serif;background:#f8f8f8;color:#1e1e1e}body{margin:0;padding:0;font-family:sans-serif;background:#f8f5f5}
/*# sourceMappingURL=main.bfae6197.css.map*/