:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.dark-theme{background:#181a1b;color:#f5f5f5;min-height:100vh;margin:0;padding:0;font-family:Segoe UI,Arial,sans-serif;position:relative;overflow-x:hidden}.sidebar-logo{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:1.2rem;margin-top:1.2rem}.sidebar-logo-img{width:80px;height:80px;object-fit:contain;border-radius:50%;background:#181a1b;border:3px solid #7be13a;box-shadow:0 2px 8px #7be13a1a}.sidebar-nav.left{position:fixed;top:0;left:0;width:210px;height:100vh;background:#23272a;box-shadow:2px 0 12px #0000002e;z-index:150;display:flex;flex-direction:column;align-items:center;padding-top:0;transition:left .25s cubic-bezier(.4,0,.2,1)}.sidebar-nav.left ul{list-style:none;padding:0;margin:0;width:100%;display:flex;flex-direction:column;align-items:stretch}.sidebar-nav.left li{width:100%;padding:1rem 0;text-align:center;color:#f5f5f5;font-size:1.15rem;font-weight:500;cursor:pointer;transition:background .18s,color .18s;border-bottom:1px solid #222;display:flex;flex-direction:row;align-items:center;justify-content:center}.sidebar-nav.left li:last-child{border-bottom:none}.sidebar-nav.left li.active,.sidebar-nav.left li:hover{background:#7be13a;color:#181a1b}.tab-icon{display:none}.tab-label{display:inline}.main-content{margin-left:210px;padding:0;min-height:100vh;background:#23272a;width:calc(100vw - 210px);transition:margin-left .25s cubic-bezier(.4,0,.2,1);box-sizing:border-box}@media (max-width: 700px){.sidebar-nav.left{width:56px;min-width:56px;max-width:56px;height:100vh;flex-direction:column;align-items:center;justify-content:flex-start;z-index:999;box-shadow:2px 0 12px #0000002e;background:#23272a;padding:0}.sidebar-logo{width:100%;margin:0;padding:.5rem 0;flex:0 0 auto;justify-content:center}.sidebar-logo-img{width:36px;height:36px;min-width:36px;min-height:36px}.sidebar-nav.left ul{width:100%;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;margin:0;background:#23272a}.sidebar-nav.left li{width:100%;min-width:0;padding:.7rem 0;font-size:1.5rem;border-bottom:1px solid #222;border-right:none;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#23272a;color:#fff;transition:background .18s,color .18s}.sidebar-nav.left li.active,.sidebar-nav.left li:hover{background:#7be13a;color:#181a1b}.tab-icon{display:flex!important;align-items:center;justify-content:center;font-size:2rem;width:36px;height:36px;margin:0 auto;color:#fff!important;background:none;border:none}.tab-icon svg{color:#fff!important;fill:#fff!important;width:2em!important;height:2em!important;display:block;margin:0 auto}.tab-label{display:none!important}.main-content{margin-left:56px;width:calc(100vw - 56px);margin-top:0}}.about-section,.contact-section,.blog-section{background:none;margin:2.5rem auto 1.5rem;max-width:700px;border-radius:1rem;box-shadow:none;padding:2rem 1.5rem;text-align:center;position:relative;z-index:1}.about-section h2,.contact-section h2,.blog-section h2{color:#7be13a;font-size:2rem;margin-top:0}.about-section h3{color:#7be13a;font-size:1.3rem;margin-bottom:.5rem}.about-section h4{color:#7be13a;font-size:1.1rem;margin-top:1.5rem}.about-section ul{text-align:left;margin:0 auto 1.5rem;max-width:500px;color:#e0e0e0;font-size:1.08rem}.about-section .service-category{margin-bottom:1.2rem}.about-section .service-category h3{font-size:1.1rem;margin-bottom:.3rem}.about-section .service-category ul{margin-bottom:.5rem}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:4.5rem;padding-bottom:2.5rem;text-align:center}.hero-img-wrapper{width:180px;height:180px;border-radius:50%;overflow:hidden;border:4px solid #7be13a;margin-bottom:1.5rem;box-shadow:0 4px 24px #7be13a1a;background:#23272a}.hero-img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 700px){.hero-img-wrapper{width:110px;height:110px;margin-bottom:1rem}.hero-section h1{font-size:1.5rem}.highlight-green{font-size:1.3rem}.hero-section h2.tagline{font-size:1.1rem}.hero-desc{font-size:1rem;max-width:95vw}.cta-btn{font-size:1rem;padding:.7rem 1.5rem;margin-bottom:1rem}}.highlight-green{color:#7be13a;font-weight:700;font-size:2.5rem;letter-spacing:1px}.hero-section h1{margin:0 0 .5rem}.tagline{color:#fff;font-size:1.3rem;font-weight:600;margin:0 0 1rem;letter-spacing:1px}.hero-desc{color:#e0e0e0;font-size:1.1rem;margin-bottom:2rem;max-width:600px}.cta-btn{display:inline-block;background:#7be13a;color:#181a1b;font-weight:700;font-size:1.1rem;padding:.85rem 2.2rem;border-radius:2rem;text-decoration:none;box-shadow:0 2px 8px #7be13a1a;transition:background .18s,color .18s;margin-bottom:1.5rem}.cta-btn:hover{background:#5bbd1b;color:#fff}.stats-section{display:flex;justify-content:center;gap:3rem;margin:2rem 0 1.5rem}.stat{background:#181a1b;border-radius:1rem;box-shadow:0 2px 8px #0000001a;padding:1.5rem 2.5rem;text-align:center;min-width:120px;flex:1 1 200px}.stat h2{margin:0;font-size:2.2rem;color:#7be13a}.stat p{margin:.5rem 0 0;font-size:1.1rem;color:#f5f5f5}@media (max-width: 700px){.stats-section{flex-direction:column;gap:1.2rem;margin:1.2rem 0 1rem;align-items:center}.stat{min-width:0;width:90vw;max-width:400px;padding:1rem .5rem}}.services-section{background:#181a1b;margin:2rem auto 1.5rem;max-width:700px;border-radius:1rem;box-shadow:0 2px 8px #0000001a;padding:2rem 1.5rem}@media (max-width: 700px){.services-section{padding:1.2rem .5rem;max-width:98vw}}.customers-section{margin:2.5rem auto 1.5rem;max-width:900px;background:none;border-radius:1rem;box-shadow:none;padding:2rem 1.5rem}.customers-section h2{color:#7be13a;font-size:1.5rem;margin-top:0}.customers-list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:1.5rem}.customer-card{background:#181a1b;border-radius:.75rem;box-shadow:0 1px 4px #0000001a;padding:1.2rem 1.5rem;min-width:120px;max-width:160px;text-align:center;display:flex;flex-direction:column;align-items:center;transition:transform .15s}.customer-card:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 4px 16px #7be13a1a}.customer-logo{width:48px;height:48px;background:#23272a;border:2px solid #7be13a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#7be13a;margin-bottom:.5rem;overflow:hidden}.customer-logo img{width:100%;height:100%;object-fit:contain}.customer-name{font-size:1.1rem;font-weight:500;color:#f5f5f5}@media (max-width: 700px){.customers-list{flex-direction:column;gap:.7rem;align-items:center}.customer-card{min-width:0;width:90vw;max-width:400px;padding:.8rem .5rem}.customer-logo{width:40px;height:40px;font-size:1.5rem}.customer-name{font-size:1rem}}.footer{text-align:center;padding:1.5rem 0 1rem;color:#888;font-size:1rem;margin-top:2rem;background:transparent}
