*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:#022c22;color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.5rem}a{color:#34d399;text-decoration:none;transition:color .2s}a:hover{color:#6ee7b7}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.text-center{text-align:center}.navbar{background-color:#064e3b;padding:.5rem 0;position:sticky;top:0;z-index:100}.navbar__inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 2rem}.navbar__brand{display:flex;align-items:center;text-decoration:none}.navbar__brand img{height:2.5rem;width:auto}.navbar__links{display:flex;align-items:center;gap:2rem;list-style:none}.navbar__link{color:#34d399;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}.navbar__link:hover{color:#fff}.navbar__link.active{color:#fff;font-weight:600}.navbar__toggle{display:none}.navbar__toggle-label{display:none;cursor:pointer;flex-direction:column;gap:5px}.navbar__toggle-label span{display:block;width:25px;height:2px;background-color:#34d399;transition:transform .3s,opacity .3s}@media(max-width: 768px){.navbar__toggle-label{display:flex}.navbar__links{display:none;flex-direction:column;width:100%;position:absolute;top:100%;left:0;background-color:#064e3b;padding:1rem 2rem 1.5rem;gap:.75rem;border-top:1px solid hsla(0,0%,100%,.1)}.navbar__toggle:checked~.navbar__links{display:flex}.navbar__toggle:checked~.navbar__toggle-label span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.navbar__toggle:checked~.navbar__toggle-label span:nth-child(2){opacity:0}.navbar__toggle:checked~.navbar__toggle-label span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}}.footer{background-color:#022c22;border-top:1px solid rgba(16,185,129,.2);padding:3rem 0 2rem;color:hsla(0,0%,100%,.6);font-size:.875rem}.footer__inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__links{display:flex;gap:1.5rem;list-style:none}.footer__links a{color:#34d399;font-size:.875rem}.footer__links a:hover{color:#fff}.btn{display:inline-block;padding:.75rem 2rem;border-radius:6px;font-weight:600;font-size:1rem;text-decoration:none;transition:background-color .2s,transform .15s;cursor:pointer;border:none}.btn:hover{transform:translateY(-1px)}.btn-primary{background-color:#10b981;color:#fff}.btn-primary:hover{background-color:#047857;color:#fff}.btn-cta{background-color:#eab308;color:#fff;font-size:1.1rem;padding:.875rem 2.5rem}.btn-cta:hover{background-color:#ca8a04;color:#fff}.hero{background:linear-gradient(135deg, #064e3b 0%, #047857 100%);min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.hero__content{max-width:800px}.hero__headline{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1}.hero__sub{font-size:1.25rem;color:hsla(0,0%,100%,.85);margin-bottom:2.5rem;line-height:1.7}.terminal-card{background:linear-gradient(145deg, #0a0a0a 0%, #1a1a2e 100%);border-radius:12px;box-shadow:0 25px 50px -12px rgba(0,0,0,.5),0 0 0 1px rgba(16,185,129,.1),inset 0 1px 0 hsla(0,0%,100%,.05);max-width:700px;margin:0 auto;overflow:hidden;transition:box-shadow .3s ease}.terminal-card:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.5),0 0 0 1px rgba(16,185,129,.2),0 0 40px rgba(16,185,129,.1),inset 0 1px 0 hsla(0,0%,100%,.05)}.terminal-header{background:linear-gradient(180deg, #2d2d2d 0%, #1f1f1f 100%);padding:12px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #333}.terminal-btn{width:12px;height:12px;border-radius:50%}.terminal-btn.close{background:#ff5f56}.terminal-btn.minimize{background:#ffbd2e}.terminal-btn.maximize{background:#27c93f}.terminal-title{flex:1;text-align:center;color:#888;font-size:.75rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;margin-right:52px}.terminal-body{padding:1.5rem}.terminal-body pre{background:rgba(0,0,0,0);margin:0;padding:0;white-space:pre-wrap;word-wrap:break-word}.terminal-body pre code{font-family:"SF Mono","Fira Code","Fira Mono",Menlo,Consolas,monospace;font-size:.85rem;line-height:1.8;color:#6ee7b7}.terminal-body .command-line{display:block;margin-bottom:.5rem}.terminal-body .command-line::before{content:"$ ";color:#10b981;font-weight:600}.terminal-body .comment{color:#64748b;font-style:italic}.services-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:2rem;margin-top:3rem}.service-card{background-color:rgba(6,78,59,.6);border:1px solid rgba(16,185,129,.15);border-radius:12px;padding:2.5rem 2rem;transition:transform .2s,border-color .2s}.service-card:hover{transform:translateY(-4px);border-color:rgba(16,185,129,.4)}.service-card__icon{font-size:2.5rem;margin-bottom:1rem}.service-card__title{font-size:1.25rem;margin-bottom:.75rem;color:#fff}.service-card__desc{color:hsla(0,0%,100%,.7);line-height:1.7;font-size:.95rem}.process{margin-top:4rem}.process__steps{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.process__step{text-align:center;flex:1;min-width:150px;max-width:220px}.process__number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:#047857;color:#fff;font-weight:700;font-size:1.1rem;margin-bottom:.75rem}.process__label{font-weight:600;font-size:1rem;margin-bottom:.25rem}.process__arrow{color:#34d399;font-size:1.5rem;align-self:center}.contact-section{max-width:600px;margin:0 auto}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin:2.5rem 0}.contact-method{display:flex;align-items:center;gap:1rem;font-size:1.1rem}.contact-method__label{color:hsla(0,0%,100%,.6);min-width:80px;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.contact-method__value a{color:#34d399}.contact-method__value a:hover{color:#fff}.contact-links{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(16,185,129,.2);display:flex;gap:2rem;flex-wrap:wrap}.contact-links a{color:#34d399}.contact-links a:hover{color:#fff}@media(max-width: 768px){h1{font-size:2.25rem}h2{font-size:1.5rem}.hero{min-height:60vh;padding:3rem 1.5rem}.hero__headline{font-size:2.5rem}.hero__sub{font-size:1.1rem}.section{padding:3.5rem 0}.container{padding:0 1.5rem}.services-grid{grid-template-columns:1fr}.process__steps{flex-direction:column;align-items:center}.process__arrow{transform:rotate(90deg)}.footer__inner{flex-direction:column;text-align:center}}@media(max-width: 480px){h1{font-size:1.75rem}.hero__headline{font-size:2rem}.hero__sub{font-size:1rem}.btn-cta{font-size:1rem;padding:.75rem 2rem}.contact-method{flex-direction:column;align-items:flex-start;gap:.25rem}}
