.nav{z-index:20;-webkit-backdrop-filter:blur(14px);background:#050705f0;border-bottom:1px solid #202520;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;gap:20px;max-width:1400px;margin:0 auto;padding:16px 24px;display:flex}.logo-text{color:#7cfc00;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-size:20px;font-weight:800}.nav-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.nav-button{color:#999;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:9px 12px;font-size:14px;transition:color .2s,background .2s,border-color .2s}.nav-button:hover,.nav-button.active{color:#7cfc00;background:#7cfc000f;border-color:#315d18}.page{width:100%;max-width:1400px;margin:0 auto;padding:20px}.hero-section{text-align:center;max-width:950px;margin:0 auto;padding:90px 20px 80px}.logo-circle{background:#050705;border:3px solid #7cfc00;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;margin:0 auto 30px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 20px #7cfc0059,0 0 55px #7cfc002e}.logo-circle:hover{transform:scale(1.03);box-shadow:0 0 25px #7cfc0073,0 0 70px #7cfc0038}.logo-image{object-fit:cover;width:100%;height:100%;display:block}.hero-title{color:#7cfc00;letter-spacing:-2px;margin-bottom:20px;font-size:clamp(42px,7vw,72px);font-weight:800;line-height:1}.hero-tagline{color:#baff8a;margin-bottom:24px;font-size:clamp(20px,3vw,28px);line-height:1.4}.hero-description{color:#999;max-width:800px;margin:0 auto;font-size:17px;line-height:1.8}.cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;margin-top:35px;display:flex}.primary-button,.secondary-button{cursor:pointer;border-radius:8px;padding:14px 28px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s}.primary-button{color:#050705;background:#7cfc00;border:1px solid #7cfc00}.primary-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #7cfc0033}.secondary-button{color:#7cfc00;background:0 0;border:1px solid #7cfc00}.secondary-button:hover{background:#7cfc0014;transform:translateY(-2px)}.services-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.service-card{background:linear-gradient(145deg,#161c16eb,#0a0d0aeb);border:1px solid #293329;border-radius:14px;padding:28px;transition:transform .25s,border-color .25s,box-shadow .25s}.service-card:hover{border-color:#7cfc00;transform:translateY(-5px);box-shadow:0 12px 35px #7cfc001f}.service-icon{margin-bottom:15px;font-size:42px}.service-title{color:#7cfc00;margin-bottom:10px;font-size:20px}.service-description{color:#999;line-height:1.7}.page-header{text-align:center;padding:70px 20px 50px}.page-title{color:#7cfc00;margin-bottom:14px;font-size:clamp(36px,5vw,56px);line-height:1.1}.page-subtitle{color:#999;font-size:18px;line-height:1.6}.section{margin:65px 0}.section-title{color:#7cfc00;text-align:center;margin-bottom:35px;font-size:34px;line-height:1.2}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.feature-box{background:linear-gradient(145deg,#161c16eb,#0a0d0aeb);border:1px solid #293329;border-radius:14px;padding:28px;transition:transform .25s,border-color .25s,box-shadow .25s}.feature-box:hover{border-color:#7cfc00;transform:translateY(-5px);box-shadow:0 12px 35px #7cfc001f}.feature-symbol{color:#7cfc00;margin-bottom:15px;font-size:42px}.feature-title{color:#7cfc00;margin-bottom:10px;font-size:20px}.feature-description{color:#999;line-height:1.7}.feature-box ul{gap:9px;margin-top:20px;list-style:none;display:grid}.feature-box li{color:#ccc;line-height:1.5}.feature-box li:before{content:"✓";color:#7cfc00;margin-right:9px;font-weight:700}.filter{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:35px;display:flex}.filter button{color:#999;cursor:pointer;background:0 0;border:1px solid #333;border-radius:999px;padding:10px 18px;transition:color .2s,background .2s,border-color .2s}.filter button:hover{color:#7cfc00;border-color:#7cfc00}.filter button.active{color:#000;background:#7cfc00;border-color:#7cfc00}.portfolio-section{margin:0 0 70px}.portfolio-filter{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:40px;display:flex}.portfolio-filter-button{color:#999;cursor:pointer;background:0 0;border:1px solid #333;border-radius:999px;padding:10px 20px;font-size:14px;transition:color .2s,background .2s,border-color .2s,box-shadow .2s}.portfolio-filter-button:hover{color:#7cfc00;background:#7cfc000d;border-color:#7cfc00}.portfolio-filter-button.active{color:#050705;background:#7cfc00;border-color:#7cfc00;box-shadow:0 0 20px #7cfc0026}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.project-card{background:linear-gradient(145deg,#161c16eb,#0a0d0aeb);border:1px solid #293329;border-radius:14px;padding:0;transition:transform .25s,border-color .25s,box-shadow .25s;overflow:hidden}.project-card:hover{border-color:#7cfc00;transform:translateY(-5px);box-shadow:0 12px 35px #7cfc001f}.project-image{background:#080b08;border-bottom:1px solid #293329;width:100%;height:210px;display:block;overflow:hidden}.portfolio-project-image{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .45s;display:block}.project-card:hover .portfolio-project-image{transform:scale(1.04)}.project-content{padding:24px}.project-category{color:#7cfc00;letter-spacing:.5px;text-transform:uppercase;border:1px solid #315d18;border-radius:999px;margin-bottom:12px;padding:5px 10px;font-size:11px;font-weight:700;display:inline-flex}.project-title{color:#7cfc00;margin-bottom:10px;font-size:20px}.project-description{color:#999;line-height:1.7}.tech{flex-wrap:wrap;gap:7px;margin-top:18px;display:flex}.tag{color:#7cfc00;border:1px solid #507f37;border-radius:999px;padding:5px 10px;font-size:12px}.project-link{color:#7cfc00;background:0 0;border:1px solid #7cfc00;border-radius:8px;align-items:center;gap:8px;margin-top:22px;padding:11px 16px;font-size:13px;font-weight:700;text-decoration:none;transition:color .2s,background .2s,transform .2s,box-shadow .2s;display:inline-flex}.project-link:hover{color:#050705;background:#7cfc00;transform:translateY(-2px);box-shadow:0 8px 25px #7cfc0029}.why-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.why-card{text-align:center;background:linear-gradient(145deg,#161c16eb,#0a0d0aeb);border:1px solid #293329;border-radius:14px;padding:28px;transition:transform .25s,border-color .25s,box-shadow .25s}.why-card:hover{border-color:#7cfc00;transform:translateY(-5px);box-shadow:0 12px 35px #7cfc001f}.why-icon{margin-bottom:15px;font-size:42px}.why-title{color:#7cfc00;margin-bottom:10px;font-size:20px}.why-description{color:#999;line-height:1.7}.faq{gap:14px;max-width:900px;margin:0 auto;display:grid}.faq-item{background:linear-gradient(145deg,#161c16eb,#0a0d0aeb);border:1px solid #293329;border-radius:14px;padding:24px;transition:border-color .25s,transform .25s}.faq-item:hover{border-color:#7cfc00;transform:translateY(-2px)}.faq-question{color:#7cfc00;margin-bottom:8px;font-size:17px}.faq-answer{color:#999;line-height:1.7}.contact{background:#0f140f;border:1px solid #7cfc00;border-radius:18px;max-width:900px;margin:70px auto;padding:40px;box-shadow:0 0 40px #7cfc000d}.contact-intro{color:#999;text-align:center;margin-bottom:30px;line-height:1.6}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.field{flex-direction:column;gap:7px;display:flex}.field.full{grid-column:1/-1}.field label{color:#7cfc00;font-size:13px;font-weight:700}.field input,.field select,.field textarea{color:#fff;background:#050705;border:1px solid #303830;border-radius:8px;outline:none;width:100%;padding:13px;transition:border-color .2s,box-shadow .2s}.field input::placeholder,.field textarea::placeholder{color:#666}.field input:focus,.field select:focus,.field textarea:focus{border-color:#7cfc00;box-shadow:0 0 0 2px #7cfc0014}.field textarea{resize:vertical;min-height:130px}.submit{color:#000;cursor:pointer;background:#7cfc00;border:0;border-radius:9px;width:100%;margin-top:18px;padding:15px;font-weight:800;transition:transform .2s,box-shadow .2s}.submit:hover{transform:translateY(-2px);box-shadow:0 10px 30px #7cfc002e}.success-message{color:#7cfc00;text-align:center;margin-top:18px}.footer{color:#666;text-align:center;border-top:1px solid #202520;margin-top:80px;padding:40px 20px}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:20px;display:flex}.footer a{color:#7cfc00;text-decoration:none;transition:opacity .2s}.footer a:hover{opacity:.75}@media (width<=900px){.services-grid,.feature-grid,.projects-grid,.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-container{flex-direction:column;align-items:flex-start}.nav-links{justify-content:flex-start;width:100%}}@media (width<=620px){.page{padding:14px}.services-grid,.feature-grid,.projects-grid,.why-grid,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.hero-section{padding:55px 10px 60px}.logo-circle{width:155px;height:155px}.hero-title{letter-spacing:-1px;font-size:42px}.hero-tagline{font-size:21px}.hero-description{font-size:15px}.cta-buttons{flex-direction:column;width:100%}.primary-button,.secondary-button{width:100%;max-width:300px}.nav-container{padding:14px 16px}.nav-links{gap:4px}.nav-button{padding:7px 8px;font-size:12px}.contact{margin:50px auto;padding:25px 20px}.section{margin:50px 0}.section-title{font-size:28px}.page-header{padding:50px 10px 35px}.page-title{font-size:38px}.portfolio-filter{gap:7px;margin-bottom:30px}.portfolio-filter-button{padding:8px 14px;font-size:12px}.project-image{height:200px}}.promo-ads{width:100%;margin:55px auto 70px;padding:0 10px}.promo-ads-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:28px;width:100%;max-width:1250px;margin:0 auto;display:grid}.promo-card{aspect-ratio:1/1.414;background:#050505;border:2px solid #0000;border-radius:12px;width:100%;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden}.promo-image{object-fit:cover;border-radius:10px;width:100%;height:100%;transition:transform .45s;display:block;position:absolute;inset:0}.promo-card:hover{z-index:3;transform:translateY(-10px)scale(1.015)}.promo-card:hover .promo-image{transform:scale(1.025)}.promo-pink{border-color:#ff2bb5;box-shadow:0 0 15px #ff2bb58c,0 0 35px #ff2bb559,0 0 75px #ff2bb52e}.promo-pink:hover{box-shadow:0 0 20px #ff2bb5cc,0 0 50px #ff2bb58c,0 0 100px #ff2bb54d}.promo-yellow{border-color:#ffd21f;box-shadow:0 0 15px #ffd21f8c,0 0 35px #ffd21f59,0 0 75px #ffd21f2e}.promo-yellow:hover{box-shadow:0 0 20px #ffd21fcc,0 0 50px #ffd21f8c,0 0 100px #ffd21f4d}.promo-blue{border-color:#0af;box-shadow:0 0 15px #00aaff8c,0 0 35px #00aaff59,0 0 75px #00aaff2e}.promo-blue:hover{box-shadow:0 0 20px #0afc,0 0 50px #00aaff8c,0 0 100px #00aaff4d}.promo-red{border-color:#ff2020;box-shadow:0 0 15px #ff20208c,0 0 35px #ff202059,0 0 75px #ff20202e}.promo-red:hover{box-shadow:0 0 20px #ff2020cc,0 0 50px #ff20208c,0 0 100px #ff20204d}@media (width<=1000px){.promo-ads-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px;max-width:700px}}@media (width<=620px){.promo-ads{margin:40px auto 55px;padding:0 15px}.promo-ads-grid{grid-template-columns:1fr;gap:30px;max-width:360px}.promo-card{border-radius:14px}}#root{min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background:#050705;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}
