.home{color:var(--foreground);font-family:var(--font-main),sans-serif;flex-direction:column;align-items:center;display:flex;position:relative;overflow-x:hidden}.home__container{z-index:1;width:100%;max-width:1100px;position:relative}.hero{text-align:center;opacity:0;flex-direction:column;align-items:center;margin-top:80px;margin-bottom:120px;animation:1.2s cubic-bezier(.16,1,.3,1) forwards fade-in-up;display:flex}@keyframes fade-in-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero__title{letter-spacing:-.05em;background:linear-gradient(to bottom,var(--foreground),var(--muted-foreground));-webkit-text-fill-color:transparent;color:var(--foreground);-webkit-background-clip:text;background-clip:text;margin:0 0 24px;font-size:clamp(48px,9vw,92px);font-weight:800;line-height:1}.hero__description{color:var(--muted-foreground);max-width:680px;margin:0 0 48px;font-size:clamp(18px,2.5vw,22px);font-weight:400;line-height:1.5}.product-showcase{flex-direction:column;gap:80px;width:100%;display:flex}.showcase-section{flex-direction:column;gap:32px;display:flex}.showcase-section__title{letter-spacing:.3em;text-transform:uppercase;color:var(--muted-foreground);opacity:.6;align-items:center;gap:16px;margin:0;font-family:monospace;font-size:14px;display:flex}.showcase-section__title:after{content:"";background:var(--border);flex:1;height:1px}.product-grid{grid-template-columns:1fr;gap:24px;width:100%;display:grid}@media (min-width:768px){.product-grid{grid-template-columns:repeat(2,1fr)}}.product-card{background:var(--card);border:1px solid var(--border);color:inherit;opacity:0;border-radius:24px;flex-direction:column;padding:48px;text-decoration:none;transition:all .4s cubic-bezier(.2,.8,.2,1);animation:1s cubic-bezier(.16,1,.3,1) forwards fade-in-up;display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:var(--primary);background:var(--secondary);transform:translateY(-8px);box-shadow:0 40px 80px -20px #0003}.product-card:before{content:"";background:radial-gradient(600px circle at var(--mouse-x)var(--mouse-y),#6100ff14,transparent 40%);z-index:0;pointer-events:none;opacity:0;transition:opacity .5s;position:absolute;inset:0}.product-card:hover:before{opacity:1}.product-card__header{z-index:1;justify-content:space-between;align-items:center;margin-bottom:40px;display:flex;position:relative}.product-card__icon{background:var(--secondary);width:52px;height:52px;color:var(--foreground);border:1px solid var(--border);border-radius:14px;justify-content:center;align-items:center;transition:all .3s;display:flex}.product-card:hover .product-card__icon{background:var(--accent);border-color:var(--foreground);transform:scale(1.05)}.product-card__tag{letter-spacing:.15em;text-transform:uppercase;background:var(--secondary);border:1px solid var(--border);color:var(--muted-foreground);border-radius:99px;padding:6px 14px;font-family:monospace;font-size:10px;font-weight:600}.product-card__content{z-index:1;position:relative}.product-card__title{letter-spacing:-.03em;align-items:center;gap:12px;margin:0 0 16px;font-size:32px;font-weight:700;display:flex}.product-card__arrow{color:var(--muted-foreground);opacity:.4;transition:all .4s cubic-bezier(.16,1,.3,1);transform:translate(-4px,4px)}.product-card:hover .product-card__arrow{opacity:1;color:var(--foreground);transform:translate(0)}.product-card__description{color:var(--muted-foreground);margin:0;font-size:18px;font-weight:400;line-height:1.5}@media (max-width:768px){.product-card{padding:32px}}
