:root{--red-primary:#dc2626;--red-dark:#b91c1c;--red-light:#fee2e2;--red-border:#fecaca;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--bg-primary:#fff;--bg-secondary:var(--gray-50);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{-webkit-text-decoration:inherit;text-decoration:inherit}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--bg-primary);color:var(--gray-900);padding-top:80px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.app{flex-direction:column;min-height:100vh;display:flex}[id]{scroll-margin-top:100px}.header{border-bottom:1px solid var(--gray-200);z-index:1000;background:#fff;padding:5px;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 8px #0000001a,0 6px 20px #0000001a}.header-container{background-image:url(/assets/automate-or-die-transparent2.png);background-position:23px;background-repeat:no-repeat;background-size:60px;justify-content:space-between;align-items:center;max-width:1400px;min-height:65px;margin:0 auto;padding:0 20px;display:flex}.logo{color:var(--gray-900);padding-left:70px;font-size:1.4rem;font-weight:800;text-decoration:none}.logo:hover,.logo:active,.logo:focus,.logo:visited{color:var(--gray-900)!important;text-decoration:none!important}.logo .accent{color:var(--red-primary)}.logo .accentgrey{color:var(--gray-600);font-size:1.1rem}.main-nav{align-items:center;gap:2rem;display:flex}.main-nav a{color:var(--gray-700);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.main-nav a:hover{color:var(--red-primary)}.btn-header{color:var(--red-primary);border:2px solid var(--red-primary);cursor:pointer;background:#fff;border-radius:6px;padding:.625rem 1.5rem;font-weight:600;transition:all .2s}.btn-header:hover{background:var(--red-primary);transform:translateY(-1px);color:#fff!important}.mobile-menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem;display:none}.mobile-menu-toggle span{background-color:var(--gray-900);border-radius:2px;width:25px;height:3px;margin:5px 0;transition:all .3s;display:block}.mobile-menu-toggle.active span:first-child{transform:rotate(-45deg)translate(-5px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(45deg)translate(-5px,-6px)}.mobile-menu-overlay{z-index:998;opacity:0;visibility:hidden;background:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{z-index:999;visibility:hidden;background:#fff;width:85%;max-width:400px;height:100vh;transition:right .3s;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-2px 0 10px #0000001a}.mobile-menu.active{visibility:visible;right:0}.mobile-menu-header{border-bottom:1px solid var(--gray-200);z-index:10;background:#fff;justify-content:space-between;align-items:center;padding:1.5rem;display:flex;position:sticky;top:0}.mobile-menu-close{cursor:pointer;color:var(--gray-700);background:0 0;border:none;padding:.5rem;font-size:1.5rem;line-height:1}.mobile-menu-content{padding:0 0 1rem}.mobile-menu-section{border-bottom:1px solid var(--gray-200);padding:0 0 .5rem}.mobile-menu-section:last-child{border-bottom:none}.mobile-menu-title{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);padding:1rem 1.5rem .5rem;font-size:.75rem;font-weight:700}.mobile-menu-item{color:var(--gray-700);border-left:3px solid #0000;padding:1rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.mobile-menu-item:hover,.mobile-menu-item:active{background:var(--gray-50);color:var(--red-primary);border-left-color:var(--red-primary)}.mobile-menu-item.highlight{color:var(--red-primary);border:2px solid var(--red-primary);text-align:center;background:#fff;border-radius:8px;margin:.5rem 1rem;padding:1rem;font-weight:600}.page-wrapper{flex:1;gap:2rem;max-width:1400px;margin:0 auto;padding:0 20px;display:flex}.sidebar{border:1px solid var(--gray-200);border-radius:10px;flex-shrink:0;width:280px;height:fit-content;margin-bottom:30px;padding-bottom:15px;position:sticky;top:112px;box-shadow:0 4px 8px #0000001a,0 6px 20px #0000001a}.sidebar-header{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);margin-top:1rem;margin-bottom:1rem;padding:0 .75rem;font-size:.75rem;font-weight:700}div#about{background-color:#fff!important}.menu-item{margin-bottom:.25rem}.menu-toggle{color:var(--gray-700);cursor:pointer;background:0 0;border-radius:0;justify-content:space-between;align-items:center;padding:.75rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.menu-toggle:hover{background:var(--gray-50);border-color:var(--gray-200);color:var(--gray-900)}.menu-toggle.active{background:var(--gray-50);border-color:var(--gray-200);color:var(--red-dark)}.arrow{color:var(--gray-400);font-size:.75rem;transition:transform .2s}.arrowright{color:var(--gray-400);font-size:.75rem;transform:rotate(-90deg)}.menu-toggle.active .arrow{color:var(--red-primary);transform:rotate(180deg)}.submenu{max-height:0;padding-left:1rem;transition:max-height .3s;overflow:hidden}.submenu.active{max-height:500px}.submenu a{color:var(--gray-600);border-radius:4px;margin:.25rem 0;padding:.5rem .75rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:block}.submenu a:hover{color:var(--red-primary);background:var(--gray-50)}.main-content{flex:1;min-width:0}.hero{border:1px solid var(--gray-200);border-radius:12px;min-height:600px;margin:2rem 0;padding-top:120px;transition:padding-top .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 8px #0000001a,0 6px 20px #0000001a}.hero--chat-active{padding-top:50px}.hero-header-content{transform-origin:top;transition:all .6s cubic-bezier(.4,0,.2,1)}.chat-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:2rem;display:flex}.chat-header h1{color:var(--gray-900);margin:0;font-size:2rem;font-weight:700}.chat-close-btn{border:2px solid var(--gray-300);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex;position:absolute;top:-25px;right:-50px}.chat-close-btn:hover{background:var(--gray-100);border-color:var(--gray-400);transform:scale(1.05)}.chat-close-btn:active{transform:scale(.95)}.chat-close-btn svg{width:20px;height:20px;color:var(--gray-700)}.chat-close-btn:hover svg{color:var(--gray-900)}.hero--compact{min-height:450px!important;max-height:450px!important;padding-top:80px!important}#networkCanvas{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;max-width:1200px;color:var(--gray-900);text-align:center;max-width:800px;margin:0 auto;padding:0 3rem 3rem;position:relative}.hero-content h1{text-align:center;text-shadow:0 0 25px #fff,0 0 15px #fff,0 0 25px #fff;border-radius:20px;max-width:800px;margin:0 auto 3rem;font-size:3rem;font-weight:700;line-height:1.2;background-color:#fff!important}.hero-content .accent{color:var(--red-primary)}.hero-content .lead{color:var(--gray-600);text-align:center;margin:0 auto 2rem;font-size:1.25rem;background-color:#fff!important}.chatbot-mockup{max-width:700px;margin:2rem auto 0;padding-top:2rem;padding-bottom:2rem;transition:transform .5s cubic-bezier(.4,0,.2,1)}.hero--chat-active .chatbot-mockup{transform:translateY(-40px)}.chatbot-input-container{border:2px solid var(--gray-200);background:#fff;border-radius:28px;align-items:center;gap:12px;padding:8px 8px 8px 20px;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 12px #00000014}.chatbot-input-container:hover{border-color:var(--red-primary);box-shadow:0 6px 16px #dc262626}.chatbot-input{color:var(--gray-900);background:0 0;border:none;outline:none;flex:1;padding:8px 0;font-family:inherit;font-size:1rem}.chatbot-input::placeholder{color:var(--gray-400)}.chatbot-send-btn{background:var(--red-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:1.2rem;transition:all .2s;display:flex}.chatbot-send-btn:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.chatbot-send-btn svg{width:20px;height:20px}.chatbot-suggestions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.suggestion-btn{border:1px solid var(--gray-300);color:var(--gray-700);cursor:pointer;white-space:nowrap;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;background-color:#fff!important}.suggestion-btn:hover:not(:disabled){border-color:var(--red-primary);color:var(--red-primary);transform:translateY(-1px)}.suggestion-btn:disabled{opacity:.5;cursor:not-allowed}.section{border:1px solid var(--gray-200);background:#fff;border-radius:12px;margin:2rem 0;padding:4rem 2rem;box-shadow:0 4px 8px #0000001a,0 6px 20px #0000001a}.section h2{color:var(--gray-900);text-align:center;margin-bottom:1rem;font-size:2rem;font-weight:700}.section p{color:var(--gray-600);text-align:center;max-width:900px;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.8}.separatorred{background:var(--red-primary);border-radius:2px;width:60px;height:4px;margin:1.5rem auto}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-card{border:1px solid var(--gray-200);cursor:pointer;background:#fff;border-radius:12px;padding:2rem;transition:all .3s}.feature-card:hover{border-color:var(--red-primary);transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.feature-icon{text-align:center;margin-bottom:0;font-size:2.5rem}.feature-card h3{color:var(--gray-900);text-align:center;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.feature-card p{color:var(--gray-600);text-align:center;margin:0;line-height:1.6}.contact-form{max-width:900px;margin:0 auto}.form-title{color:var(--gray-900);text-align:center;margin-bottom:1rem;font-size:2rem;font-weight:700}.form-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group.full{grid-column:1/-1}.form-group label{color:var(--gray-700);margin-bottom:.5rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--gray-300);border-radius:6px;padding:.875rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--red-primary);box-shadow:0 0 0 3px var(--red-light);outline:none}.form-group textarea{resize:vertical;min-height:120px}.btn-submit{background:var(--red-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;margin:2rem auto 0;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:block}.btn-submit:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}footer{background:var(--gray-900);color:#fff;margin-top:auto;padding:3rem 0 1.5rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 20px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-col h4{color:#fff;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.footer-col p{color:var(--gray-400);font-size:.95rem;line-height:1.6}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.75rem}.footer-col ul li a{color:var(--gray-400);font-size:.95rem;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:var(--red-primary)}.footer-bottom{border-top:1px solid var(--gray-700);color:var(--gray-400);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.footer-links{gap:2rem;display:flex}.footer-links a{color:var(--gray-400);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--red-primary)}.industry-detail-page{border:1px solid var(--gray-200);background:#fff;border-radius:12px;margin:2rem 0;padding:3rem;box-shadow:0 4px 8px #0000001a,0 6px 20px #0000001a}.intro-section{margin-bottom:40px}.page-header{text-align:left;margin-bottom:40px;font-size:.65rem}.page-header .back-link{color:var(--red-dark);font-weight:400;text-decoration:none;display:inline-block}.page-header h1{margin:0 0 1rem;font-size:2.5rem;font-weight:800}.page-header .lead{color:var(--gray-700);max-width:800px;margin:0 auto;font-size:1.25rem}.departments-grid,.achievements-grid,.solutions-grid,.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:2rem 0;display:grid}.department-card,.achievement-card,.solution-card,.benefit-item{border:1px solid var(--gray-200);background:#fff;border-radius:8px;padding:1.5rem;transition:all .3s}.department-card:hover,.achievement-card:hover,.solution-card:hover{border-color:var(--red-primary);transform:translateY(-4px);box-shadow:0 10px 25px #00000014}.achievement-icon,.solution-icon{background:var(--red-light);width:48px;height:48px;color:var(--red-primary);border-radius:8px;justify-content:center;align-items:center;margin-bottom:1rem;font-weight:700;display:flex}.cta-box{background:var(--gray-50);border:2px solid var(--red-primary);text-align:center;border-radius:12px;margin:3rem 0;padding:2.5rem}.btn-primary{background:var(--red-primary);color:#fff;border-radius:6px;margin:1rem 0;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px)}.cta-contact a{color:var(--red-primary);text-decoration:none}.text-content-section{margin-bottom:40px}.styled-list{color:var(--gray-700);flex-direction:column;gap:.75rem;margin:1.5rem 0;padding:0;font-size:1rem;line-height:1.6;list-style:none;display:flex}.styled-list li{padding-left:1.75rem;transition:color .2s;position:relative}.styled-list li:before{content:"•";color:var(--red-primary);font-size:1.4em;font-weight:900;line-height:1;position:absolute;left:0}.styled-list li:hover{color:var(--gray-900)}.styled-list li strong{color:var(--gray-900);font-weight:700}.styled-list.compact{gap:.5rem;margin:1rem 0;font-size:.95rem}.styled-list.compact li{padding-left:1.5rem}.styled-list.compact li:before{font-size:1em;top:.08em}.styled-list li.highlight{background:var(--red-light);border-left:4px solid var(--red-primary);border-radius:8px;margin:.5rem 0;padding:.75rem 1rem .75rem 1.75rem}.chat-messages{flex-direction:column;gap:1rem;max-height:400px;margin-bottom:1.5rem;padding:1rem;animation:.6s cubic-bezier(.4,0,.2,1) forwards slideUpChat;display:flex;overflow-y:auto}@keyframes slideUpChat{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.chat-message{width:100%;animation:.3s messageSlideIn;display:flex}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message.user{text-align:left;justify-content:flex-end}.chat-message.assistant{justify-content:flex-start}.message-bubble{word-wrap:break-word;max-width:70%;padding:.875rem 1.25rem;font-size:.95rem;line-height:1.5}.chat-message.user .message-bubble{background:var(--red-primary);color:#fff;border-radius:12px 12px 4px;box-shadow:0 2px 8px #dc262626}.chat-message.assistant .message-bubble{background:var(--gray-100);color:var(--gray-900);text-align:left;border-radius:12px 12px 12px 4px;box-shadow:0 2px 8px #0000000d}.message-bubble.thinking{background:var(--gray-100);justify-content:center;align-items:center;padding:1rem 1.5rem;display:flex}.thinking-dots{align-items:center;gap:.4rem;display:flex}.thinking-dots span{background:var(--gray-600);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite thinkingBounce}.thinking-dots span:first-child{animation-delay:0s}.thinking-dots span:nth-child(2){animation-delay:.2s}.thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes thinkingBounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.chatbot-input:disabled{opacity:.6;cursor:not-allowed}.chatbot-send-btn:disabled{opacity:.5;cursor:not-allowed;background:var(--gray-400)}.chatbot-send-btn:disabled:hover{background:var(--gray-400);box-shadow:none;transform:none}.required{color:var(--red-primary);margin-left:2px;font-weight:700}.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:var(--red-primary);background-color:var(--red-light)}.form-group input.error:focus,.form-group textarea.error:focus,.form-group select.error:focus{outline:2px solid var(--red-primary);outline-offset:2px}.error-message{color:var(--red-primary);margin-top:.375rem;font-size:.875rem;font-weight:500;display:block}.error-banner{background-color:var(--red-light);border:1px solid var(--red-border);border-left:4px solid var(--red-primary);color:var(--red-dark);border-radius:6px;margin-bottom:1.5rem;padding:1rem 1.25rem;font-weight:500}.checkbox-group{margin-top:.5rem}.checkbox-label{cursor:pointer;color:var(--gray-700);align-items:flex-start;gap:.75rem;font-weight:400;line-height:1.5;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;width:20px;min-width:20px;height:20px;accent-color:var(--red-primary);border:2px solid var(--gray-300);border-radius:4px;margin:0}.checkbox-label input[type=checkbox].error{border-color:var(--red-primary);outline:2px solid var(--red-light)}.checkbox-label input[type=checkbox]:checked{background-color:var(--red-primary);border-color:var(--red-primary)}.checkbox-label a{color:var(--red-primary);font-weight:500;text-decoration:underline;transition:color .2s}.checkbox-label a:hover{color:var(--red-dark)}.success-message{text-align:center;max-width:600px;margin:0 auto;padding:3rem 2rem}.success-icon{background-color:var(--red-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;font-size:3rem;font-weight:700;animation:.6s ease-out successPulse;display:flex;box-shadow:0 4px 12px #dc26264d}@keyframes successPulse{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.success-text{color:var(--gray-700);margin-top:1rem;font-size:1.125rem;line-height:1.6}.btn-submit:disabled{opacity:.6;cursor:not-allowed;background-color:var(--gray-400)}.btn-submit:disabled:hover{background-color:var(--gray-400);transform:none}@media (max-width:768px){.error-message{font-size:.8rem}.success-icon{width:60px;height:60px;margin-bottom:1.5rem;font-size:2.25rem}.success-text{font-size:1rem}}@media (max-width:1024px){.page-wrapper{flex-direction:column;gap:0}.sidebar{display:none}.main-content{width:100%}.footer-grid{grid-template-columns:1fr 1fr}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.chat-close-btn{top:-30px;right:20px}}@media (max-width:768px){body{padding-top:70px}.header{padding:.75rem 0}.header-container{background-position:10px;background-size:60px;min-height:60px;padding:0 1rem}.app{max-width:100vw;padding:0;margin-left:0!important;margin-right:0!important}header,footer,.footer-container{width:100%;padding-left:1rem;padding-right:1rem;overflow-x:hidden}.departments-grid,.achievements-grid,.solutions-grid,.benefits-grid,.features-grid{width:100%;margin:0}.chatbot-suggestions{flex-wrap:wrap;max-width:100%}.logo{padding-left:50px;font-size:1.1rem}.logo .accentgrey{font-size:.9rem}.mobile-menu-toggle{display:block}.main-nav{display:none}.page-wrapper{gap:0;padding:0 1rem}.hero{border-radius:8px;min-height:500px;margin:1rem 0;padding-top:60px}.hero-content{padding:2rem 1.5rem}.hero-content h1{margin-bottom:1.5rem;font-size:2rem;line-height:1.3}.hero-content .lead{margin-bottom:1.5rem;font-size:1rem}.hero--compact{min-height:350px!important;max-height:350px!important;padding-top:40px!important}.chatbot-mockup{padding-bottom:2rem}.chatbot-suggestions{gap:.5rem}.suggestion-btn{padding:.5rem .875rem;font-size:.8rem}.chat-messages{max-height:300px;padding:.75rem}.message-bubble{max-width:85%;padding:.75rem 1rem;font-size:.9rem}.hero--chat-active{min-height:600px!important}.hero--chat-active .chatbot-mockup{transform:translateY(-20px)}.section{border-radius:8px;margin:1rem 0;padding:2.5rem 1.5rem}.section h2{margin-bottom:.75rem;font-size:1.75rem}.section p{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.feature-card{padding:1.5rem}.form-grid{grid-template-columns:1fr;gap:1rem}.form-title{font-size:1.75rem}.industry-detail-page{margin:1rem 0;padding:2rem 1.5rem}.page-header h1{font-size:2rem}.page-header .lead{font-size:1.1rem}.departments-grid,.achievements-grid,.solutions-grid,.benefits-grid{grid-template-columns:1fr;gap:1rem}.cta-box{padding:2rem 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.footer-links{flex-direction:column;gap:.5rem}}@media (max-width:480px){.hero-content h1{font-size:1.75rem}.logo{font-size:1.2rem}.section h2{font-size:1.5rem}.chatbot-suggestions{flex-direction:column}.suggestion-btn{width:100%}}@media (max-width:768px){html,body,.app{width:100%;max-width:100vw;overflow-x:hidden}.header{box-sizing:border-box;width:100%;max-width:100vw}footer{box-sizing:border-box;width:100%}}
