html,body,a,[role=button],button,[type=button]:not(:disabled){cursor:none}body{margin:0;padding:0;font-family:Share Tech,Helvetica,Arial,sans-serif;color:#fff;overflow-x:hidden;--primary-accent: 0, 120, 289;--secondary-accent: 139, 198, 61}body main{position:relative;width:100vw;min-height:100vh;overflow-x:hidden;overflow-y:auto}body main #canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0}body main .content{position:relative;text-align:center;z-index:10;max-width:800px;padding:0 20px;margin:0 auto;min-height:200vh}@media (min-width: 480px){body main .content{padding:0 40px}}@media (min-width: 768px){body main .content{padding:0 80px}}body main .content section{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:20px 0}@media (max-height: 600px){body main .content section{height:auto;min-height:100vh;padding:40px 0}}body main .content section .section-menu{position:absolute;top:8px;right:0;display:flex;gap:14px;z-index:20;opacity:0;transform:translateY(-10px);transition:all .3s ease;pointer-events:none}@media (max-width: 768px){body main .content section .section-menu{visibility:hidden}}body main .content section .section-menu.visible{opacity:1;transform:translateY(0);pointer-events:auto}body main .content section .section-menu a{color:#9b9b9b;text-decoration:none;font-weight:400;font-size:.8em;transition:color .3s ease;cursor:pointer}body main .content section .section-menu a:hover{color:rgb(var(--secondary-accent))}body main .content .logo{max-width:250px;height:auto;margin-bottom:20px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}@media (min-width: 768px){body main .content .logo{max-width:300px;margin-bottom:30px}}body main .content h2{font-family:Russo One,serif;font-size:2.2em;line-height:1.2em;margin:15px 0;color:rgb(var(--primary-accent))}@media (min-width: 768px){body main .content h2{font-size:2.8em;margin:20px 0}}body main .content h3{font-family:Russo One,serif;font-size:1.5em;line-height:1.3em;margin:0 0 8px;color:rgb(var(--secondary-accent))}@media (min-width: 768px){body main .content h3{font-size:1.8em;margin:0 0 10px}}body main .content p{font-size:1em;line-height:1.5em;margin-bottom:20px}@media (min-width: 768px){body main .content p{font-size:1.7em;line-height:1.3em;margin-bottom:24px}}body main .content .product-showcase{display:flex;flex-direction:column;gap:30px;margin-top:30px;max-width:100%}@media (min-width: 768px){body main .content .product-showcase{flex-direction:row;gap:30px;max-width:none;margin-top:40px}}body main .content .product-showcase .product-card{padding:20px;text-align:left;transition:transform .3s ease,box-shadow .3s ease}@media (min-width: 768px){body main .content .product-showcase .product-card{padding:30px;flex:1}}body main .content .product-showcase .product-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #00000026}body main .content .product-showcase .product-card .product-tagline{font-weight:600;font-size:1em;margin-bottom:12px;line-height:1.3em}@media (min-width: 768px){body main .content .product-showcase .product-card .product-tagline{font-size:1.05em;margin-bottom:16px}}body main .content .product-showcase .product-card p:last-child{margin-bottom:0}body main .content .buttons{display:flex;gap:15px;margin-top:30px;justify-content:center;flex-wrap:wrap}@media (min-width: 768px){body main .content .buttons{gap:20px;margin-top:36px}}body main .content .buttons .btn{padding:12px 20px;border:none;border-radius:8px;font-size:14px;width:auto;min-width:100px;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:all .3s ease}@media (min-width: 768px){body main .content .buttons .btn{padding:15px 30px;font-size:16px;width:120px}}body main .content .buttons .btn-primary{background:rgb(var(--primary-accent));color:#fff}body main .content .buttons .btn-secondary{background:transparent;color:rgb(var(--primary-accent));border:2px solid rgb(var(--primary-accent))}body main .content .buttons .btn:hover{transform:translateY(-3px)!important}@media (min-width: 768px){body main .content .buttons .btn:hover{transform:translateY(-5px)!important}}body main .content .buttons .btn-primary:hover{background:rgb(var(--secondary-accent));box-shadow:0 4px 15px rgba(var(--primary-accent),.3)}body main .content .buttons .btn-secondary:hover{background:rgba(var(--primary-accent),.1);border-color:rgb(var(--secondary-accent));color:rgb(var(--secondary-accent))}body main .content .buttons .btn:active{transform:translateY(0);transition:transform .1s ease}body main .content .buttons .btn-primary:active{background:rgb(var(--primary-accent));box-shadow:0 2px 8px rgba(var(--primary-accent),.2)}body main .content .buttons .btn-secondary:active{background:rgba(var(--primary-accent),.2)}body main .content p.contact{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;text-align:center}body main .content p.contact svg{margin-right:8px;width:20px;height:20px}@media (min-width: 768px){body main .content p.contact svg{width:24px;height:24px}}body main .content p.contact a{color:rgb(var(--primary-accent));text-decoration:none;font-weight:400;transition:color .3s ease;margin-left:8px}@media (min-width: 768px){body main .content p.contact a{margin-left:16px}}body main .content p.contact a:hover{text-decoration:underline}#jelly_cursor{position:fixed;top:0;left:0;width:18px;height:18px;background-color:#fff;mix-blend-mode:difference;border-radius:50%;transform-origin:50% 50%;transform:translate(-50%,-50%);will-change:width,height,transform,border;z-index:99999;pointer-events:none}@media (width <= 768px){#jelly_cursor{display:none}}
