*{margin:0;padding:0;box-sizing:border-box}html{background:url(/assets/bg.svg) center / cover no-repeat;min-height:100vh}body{font-family:'Inter',sans-serif}a{font-weight:600;text-decoration:none;color:#FFF}ul{padding-left:40px}.menu a:hover,.menu-desktop a:hover{color:#90EE90}header{padding:0 4vw;height:60px;display:flex;justify-content:space-between;align-items:center;background-color:rgba(48,48,48,0.85);position:fixed;z-index:1;width:100%}header > img:first-child{cursor:pointer}#logo{cursor:pointer}.menu-btn{background:none;color:#fff;font-size:24px;border:none;cursor:pointer}.menu{display:none;flex-direction:column;text-align:center;row-gap:40px;background-color:rgba(48,48,48,0.85);animation:easeMenu .5s forwards}.menu.show{display:flex;padding:30px;margin-top:60px;position:fixed;width:100%}.menu a:last-child{border:1px solid #999;border-radius:20px;color:#90EE90;padding:12.5px}.menu a:last-child:hover,.menu-desktop a:last-child:hover{color:#FFF}.menu-desktop{display:none}@media (min-width: 768px){header{padding:0 10vw}.menu-btn,.menu.show{display:none}.menu-desktop{display:flex;column-gap:40px;align-items:center}.menu-desktop a:last-child{border:1px solid #999;border-radius:20px;color:#90EE90;padding:8.5px 15px}main{width:50%!important}}@keyframes easeMenu{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}main{padding:90px 0 110px;margin:0 auto;width:80%}main h1,main h2,main h3{margin-top:20px;color:#FFF}main a{color:#90EE90}main :not(main h1,main h2,main h3,a){color:#999;margin:20px 0}.main-content{margin-bottom:50px}.main-content h1,.main-content h2,.main-content h3{margin-top:20px;color:#FFF}.main-content a{color:#90EE90}.main-content :not(.main-content h1,.main-content h2,.main-content h3,a){color:#999;margin:20px 0}.main-cta{margin-top:60px;padding:10px 25px;text-decoration:none;font-weight:600;color:#000;background-color:#90EE90;border-radius:20px}.thumbnail{background-color:#FFF;object-fit:contain;width:100%;max-height:150px;border-radius:15px;margin-bottom:40px}#card-container{padding:90px 0 30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:0 auto;width:80%}.card{background-color:rgba(153,153,153,0.15);padding:25px 20px;display:flex;flex-direction:column;row-gap:20px;border-radius:20px}.card img{background-color:#FFF;object-fit:contain;width:100%;max-height:150px;border-radius:15px}.card-title,.card-price{color:#FFF}.card-caption{color:#999;font-size:.8rem;margin-top:10px}.card-action{display:flex;justify-content:space-between;align-items:center;row-gap:15px}.card-price{width:60%;word-break:break-all}.card-cta{background-color:#90EE90;padding:8px 20px;border-radius:20px;cursor:pointer}@media screen and (max-width: 330px){#card-container{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.card-action{width:100%;flex-direction:column;align-items:flex-start}.card-price{width:100%}}