@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--black:#030504;--green-dark:#07140e;--green:#0b5d3a;--green-light:#25d982;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--black)}body{background:var(--black);color:var(--white);font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.green-text{color:#25d982}.footer{background:radial-gradient(circle at 20% 0,#25d98214,#0000 30%),#030504;border-top:1px solid #ffffff14;padding:90px 7% 30px;position:relative}.footer-container{width:min(1200px,100%);margin:0 auto}.footer-top{justify-content:space-between;gap:80px;padding-bottom:80px;display:flex}.footer-logo{color:#fff;letter-spacing:-.07em;font-size:clamp(32px,4vw,55px);font-weight:900;display:inline-block}.footer-logo span{color:#25d982}.footer-brand p{color:#fff6;margin-top:20px;font-size:13px;line-height:1.7}.footer-links{gap:100px;display:flex}.footer-column{flex-direction:column;gap:13px;display:flex}.footer-label{color:#25d982;letter-spacing:.2em;margin-bottom:10px;font-size:9px;font-weight:700}.footer-column a{color:#ffffff8c;width:fit-content;font-size:13px;font-weight:500;transition:color .25s,transform .25s}.footer-column a:hover{color:#fff;transform:translate(4px)}.footer-bottom{color:#ffffff40;border-top:1px solid #ffffff14;justify-content:space-between;padding-top:25px;font-size:10px;display:flex}@media (width<=700px){.footer{padding:70px 7% 25px}.footer-top{flex-direction:column;gap:55px;padding-bottom:55px}.footer-links{gap:60px}.footer-bottom{flex-direction:column;gap:8px}}.navbar{z-index:100;width:min(90%,720px);animation:1s cubic-bezier(.16,1,.3,1) forwards navbarIn;position:fixed;top:22px;left:50%;transform:translate(-50%)}.nav-inner{-webkit-backdrop-filter:blur(22px)saturate(140%);background:#0a0e0c7a;border:1px solid #ffffff1a;border-radius:18px;justify-content:space-between;align-items:center;min-height:54px;padding:6px 7px 6px 20px;display:flex;box-shadow:inset 0 1px #ffffff0f,0 15px 40px #00000040}.nav-links{align-items:center;gap:4px;display:flex}.nav-link{color:#ffffff94;border-radius:11px;align-items:center;gap:8px;padding:10px 15px;font-size:15px;font-weight:600;transition:color .3s,background .3s,transform .3s;display:flex;position:relative}.nav-link svg{opacity:.55;width:16px;height:16px;transition:opacity .3s,color .3s,transform .3s}.nav-link:hover{color:#fff;background:#ffffff0f}.nav-link:hover svg{opacity:.9;transform:translateY(-1px)}.nav-link.active{color:#fff;background:linear-gradient(135deg,#ffffff1f,#ffffff0e);box-shadow:inset 0 1px #ffffff14,0 5px 20px #0000001f}.nav-link.active svg{color:#25d982;opacity:1;filter:drop-shadow(0 0 7px #25d98259)}.nav-link.active:after{content:"";background:#25d982;border-radius:50%;width:4px;height:4px;position:absolute;bottom:4px;left:50%;transform:translate(-50%);box-shadow:0 0 8px #25d982b3}.nav-contact{color:#f5f4f4;background:#f5f5f5;border-radius:12px;margin-left:6px;padding:11px 19px;font-size:15px;font-weight:700;transition:transform .25s,box-shadow .25s}.nav-contact svg{width:16px;height:16px}.nav-contact:hover{color:#050505;background:#edeeed;transform:translateY(-1px);box-shadow:0 8px 30px #ffffff24}.nav-contact{color:#f8f7f7;background:#007514;border-radius:11px;padding:9px 15px;font-size:11px;font-weight:700;transition:transform .25s,box-shadow .25s}.nav-contact:hover{transform:translateY(-1px);box-shadow:0 7px 25px #ffffff1f}.hero{background:var(--black);justify-content:center;align-items:center;width:100%;height:100svh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;opacity:.55;filter:brightness(.55)contrast(1.1)saturate(.65);width:100%;height:100%;animation:2s forwards videoIn;position:absolute;inset:0;transform:scale(1.03)}.hero-overlay{z-index:1;background:linear-gradient(#000000ad 0%,#00000026 45%,#020805b3 100%);position:absolute;inset:0}.hero-glow{filter:blur(120px);pointer-events:none;z-index:1;background:#07643c29;border-radius:50%;width:500px;height:500px;position:absolute}.hero-glow-one{top:-300px;left:-200px}.hero-glow-two{bottom:-300px;right:-300px}.hero-content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.hero-logo{max-width:120px;height:auto;margin-bottom:1rem;display:block}.welcome-text{opacity:0;letter-spacing:.22em;color:#ffffffbf;font-size:clamp(12px,1.1vw,16px);font-weight:700;animation:1s cubic-bezier(.16,1,.3,1) .5s forwards welcomeIn;transform:translateY(35px)}.hero-title{opacity:0;color:#fff;letter-spacing:-.085em;margin:13px 0 0;font-size:clamp(70px,12vw,180px);font-weight:900;line-height:.85;animation:1.2s cubic-bezier(.16,1,.3,1) 1.35s forwards titleIn;transform:translateY(55px)}@keyframes navbarIn{0%{opacity:0;transform:translate(-50%)translateY(-30px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes videoIn{0%{opacity:0;transform:scale(1.08)}to{opacity:.55;transform:scale(1.03)}}@keyframes welcomeIn{0%{opacity:0;filter:blur(8px);transform:translateY(35px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes titleIn{0%{opacity:0;filter:blur(15px);transform:translateY(55px)}to{opacity:1;filter:blur();transform:translateY(0)}}@media (width<=700px){.navbar{width:calc(100% - 28px);top:14px}.nav-inner{min-height:50px;padding-left:10px}.nav-links{gap:0}.nav-links a{padding:7px 8px;font-size:9px}.nav-contact{padding:8px 11px;font-size:9px}.hero-title{letter-spacing:-.08em;font-size:19vw}.welcome-text{letter-spacing:.2em;font-size:9px}}@media (width<=430px){.nav-links a:nth-child(2),.nav-links a:nth-child(3){display:none}.hero-title{font-size:20vw}}.spec-page{background:radial-gradient(circle at 80% 10%,#25d98214,#0000 30%),#030504;min-height:100vh;padding:180px 7% 120px}.spec-header{width:min(1200px,100%);margin:0 auto 80px}.spec-label{color:#25d982;letter-spacing:.2em;font-size:10px;font-weight:700}.spec-header h1{color:#fff;letter-spacing:-.08em;margin-top:18px;font-size:clamp(65px,10vw,140px);font-weight:900;line-height:.85}.spec-header h1 span{color:#ffffff4d}.spec-header p{color:#ffffff73;max-width:400px;margin-top:30px;font-size:14px;line-height:1.7}.components-grid{grid-template-columns:repeat(4,1fr);gap:18px;width:min(1200px,100%);margin:0 auto;display:grid}.component-card{backdrop-filter:blur(18px);background:linear-gradient(145deg,#fff1,#ffffff04);border:1px solid #ffffff14;border-radius:22px;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .4s;overflow:hidden}.component-card:hover{border-color:#25d98240;transform:translateY(-8px);box-shadow:0 25px 70px #00000059,0 0 50px #25d9820d}.component-image{background:radial-gradient(circle,#25d98214,#0000 60%);justify-content:center;align-items:center;height:280px;padding:30px;display:flex;position:relative}.component-image img{object-fit:contain;width:82%;height:82%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.component-card:hover .component-image img{transform:scale(1.08)}.component-category{color:#25d982;letter-spacing:.12em;backdrop-filter:blur(10px);background:#00000073;border:1px solid #ffffff14;border-radius:8px;padding:6px 9px;font-size:8px;font-weight:700;position:absolute;top:15px;left:15px}.component-info{padding:22px}.component-info h2{color:#fff;min-height:48px;font-size:16px;font-weight:700;line-height:1.4}.component-bottom{justify-content:space-between;align-items:center;margin-top:25px;display:flex}.component-price{color:#25d982;font-size:18px;font-weight:700}.component-arrow{color:#fff9;background:#ffffff0f;border-radius:10px;place-items:center;width:35px;height:35px;transition:background .3s,color .3s,transform .3s;display:grid}.component-card:hover .component-arrow{color:#030504;background:#25d982;transform:translate(2px,-2px)}@media (width<=950px){.components-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.spec-page{padding:130px 6% 80px}.components-grid{grid-template-columns:1fr}.component-image{height:300px}}.spec-header{text-align:center;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:40vh;min-height:240px;margin-bottom:2.5rem;display:flex;position:relative;overflow:hidden}.spec-banner{object-fit:cover;opacity:.4;z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.spec-header:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#000 0%,#0000 50%,#0a0a0a 100%);position:absolute;inset:0}.spec-header h1,.spec-header p{z-index:3;color:#fff;margin:0;position:relative}.spec-header h1{text-transform:uppercase;letter-spacing:-.025em;text-shadow:0 4px 12px #0009;margin-bottom:.5rem;font-size:3rem;font-weight:900}.spec-header p{color:#ffffffb3;text-shadow:0 2px 8px #0009;font-size:1.125rem}
