.products-sidebar[data-astro-cid-aha3jnx6]{width:260px;height:100vh;position:sticky;top:0;left:0;border-right:1px solid rgba(255,255,255,.05);background:#0a0a0a99;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:100;display:flex;flex-direction:column}.sidebar-inner[data-astro-cid-aha3jnx6]{padding:2.5rem 2rem;height:100%;display:flex;flex-direction:column;justify-content:space-between}.sidebar-logo[data-astro-cid-aha3jnx6]{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text);font-weight:700;font-size:1.2rem;letter-spacing:-.02em;margin-bottom:3rem;transition:opacity .2s}.sidebar-logo[data-astro-cid-aha3jnx6]:hover{opacity:.8}.sidebar-nav[data-astro-cid-aha3jnx6]{display:flex;flex-direction:column;gap:1rem}.sidebar-link[data-astro-cid-aha3jnx6]{color:var(--text-muted);text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease;position:relative;padding-left:1rem}.sidebar-link[data-astro-cid-aha3jnx6]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:0;background:var(--red);transition:height .3s ease;border-radius:2px}.sidebar-link[data-astro-cid-aha3jnx6]:hover{color:var(--text);transform:translate(4px)}.sidebar-link[data-astro-cid-aha3jnx6].active{color:var(--text)}.sidebar-link[data-astro-cid-aha3jnx6].active:before{height:100%}.sidebar-cta[data-astro-cid-aha3jnx6]{display:flex;align-items:center;justify-content:space-between;background:#ffffff08;border:1px solid rgba(255,255,255,.1);padding:.875rem 1.25rem;border-radius:12px;color:var(--text);text-decoration:none;font-weight:600;font-size:.9rem;margin-bottom:1.5rem;transition:all .3s ease;cursor:pointer}.sidebar-cta[data-astro-cid-aha3jnx6]:hover{background:var(--red);border-color:var(--red);transform:translateY(-2px);box-shadow:0 10px 20px #ed462d33}.sidebar-cta[data-astro-cid-aha3jnx6] svg[data-astro-cid-aha3jnx6]{transition:transform .3s ease}.sidebar-cta[data-astro-cid-aha3jnx6]:hover svg[data-astro-cid-aha3jnx6]{transform:translate(4px)}.sidebar-socials[data-astro-cid-aha3jnx6]{display:flex;gap:1rem}.sidebar-socials[data-astro-cid-aha3jnx6] a[data-astro-cid-aha3jnx6]{color:var(--text-muted);transition:color .2s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.sidebar-socials[data-astro-cid-aha3jnx6] a[data-astro-cid-aha3jnx6]:hover{color:var(--text);background:#ffffff14}@media(max-width:1024px){.products-sidebar[data-astro-cid-aha3jnx6]{display:none}}.products-hero[data-astro-cid-pr45wpul]{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem;overflow:hidden}.blob[data-astro-cid-pr45wpul]{position:absolute;border-radius:50%;filter:blur(120px);z-index:0;opacity:.4;animation:float 20s ease-in-out infinite}.blob-1[data-astro-cid-pr45wpul]{width:600px;height:600px;background:var(--red);top:-200px;right:-200px;animation-delay:0s}.blob-2[data-astro-cid-pr45wpul]{width:500px;height:500px;background:#ff8a00;bottom:-100px;left:-200px;animation-delay:-5s;opacity:.2}.blob-3[data-astro-cid-pr45wpul]{width:400px;height:400px;background:#e52e71;top:40%;left:40%;animation-delay:-10s;opacity:.15}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.hero-content[data-astro-cid-pr45wpul]{position:relative;z-index:10;text-align:center;max-width:800px;display:flex;flex-direction:column;align-items:center}.badge[data-astro-cid-pr45wpul]{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:100px;font-size:.85rem;font-weight:500;color:var(--text-muted);margin-bottom:2rem}.pulse-dot[data-astro-cid-pr45wpul]{width:8px;height:8px;background:var(--red);border-radius:50%;box-shadow:0 0 10px var(--red);animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #ed462d66}70%{box-shadow:0 0 0 10px #ed462d00}to{box-shadow:0 0 #ed462d00}}.hero-title[data-astro-cid-pr45wpul]{font-size:clamp(3rem,8vw,6rem);line-height:1.05;letter-spacing:-.04em;font-weight:800;margin-bottom:1.5rem;color:var(--text)}.gradient-text[data-astro-cid-pr45wpul]{background:linear-gradient(135deg,#fff,#fff6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle[data-astro-cid-pr45wpul]{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.6;color:var(--text-muted);max-width:600px;margin-bottom:3rem}.hero-actions[data-astro-cid-pr45wpul]{display:flex;gap:1rem;justify-content:center}.btn-outline[data-astro-cid-pr45wpul]{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;background:transparent;color:var(--text);text-decoration:none;font-weight:600;border:1px solid rgba(255,255,255,.2);border-radius:8px;transition:all .3s ease}.btn-outline[data-astro-cid-pr45wpul]:hover{background:#ffffff0d;border-color:#fff6}.fade-up[data-astro-cid-pr45wpul]{opacity:0;transform:translateY(30px);animation:fadeUpAnim 1s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeUpAnim{to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.hero-actions[data-astro-cid-pr45wpul]{flex-direction:column;width:100%}.hero-actions[data-astro-cid-pr45wpul]>[data-astro-cid-pr45wpul]{width:100%}}.bento-section[data-astro-cid-gv3x54ih]{padding:4rem 2rem;max-width:1200px;margin:0 auto}.bento-header[data-astro-cid-gv3x54ih]{margin-bottom:3rem}.bento-header[data-astro-cid-gv3x54ih] p[data-astro-cid-gv3x54ih]{color:var(--text-muted);font-size:1.1rem;max-width:500px;margin-top:1rem}.bento-grid[data-astro-cid-gv3x54ih]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;auto-rows:minmax(250px,auto)}.bento-card[data-astro-cid-gv3x54ih]{position:relative;background:#0f0f0f66;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:2.5rem;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.bento-span-2[data-astro-cid-gv3x54ih]{grid-column:span 2}.bento-tall[data-astro-cid-gv3x54ih]{grid-row:span 2}.card-content[data-astro-cid-gv3x54ih]{position:relative;z-index:2}.card-icon[data-astro-cid-gv3x54ih]{width:48px;height:48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text);margin-bottom:2rem}.card-title[data-astro-cid-gv3x54ih]{color:var(--text);font-size:1.5rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em}.card-desc[data-astro-cid-gv3x54ih]{color:var(--text-muted);font-size:.95rem;line-height:1.5}.card-bg[data-astro-cid-gv3x54ih]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.1;transition:opacity .4s;background-size:cover;background-position:center}.feature-bg-1[data-astro-cid-gv3x54ih]{background:radial-gradient(circle at 80% 20%,var(--red) 0%,transparent 50%)}.card-glow[data-astro-cid-gv3x54ih]{position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(237,70,45,.15) 0%,transparent 70%);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .4s;pointer-events:none;z-index:1}.bento-card[data-astro-cid-gv3x54ih]:hover{transform:translateY(-4px) scale(1.01);border-color:#ffffff26}.bento-card[data-astro-cid-gv3x54ih]:hover .card-glow[data-astro-cid-gv3x54ih]{opacity:1}.bento-card[data-astro-cid-gv3x54ih]:hover .card-bg[data-astro-cid-gv3x54ih]{opacity:.2}@media(max-width:1024px){.bento-grid[data-astro-cid-gv3x54ih]{grid-template-columns:repeat(2,1fr)}.bento-span-2[data-astro-cid-gv3x54ih]{grid-column:span 2}}@media(max-width:768px){.bento-grid[data-astro-cid-gv3x54ih]{grid-template-columns:1fr}.bento-span-2[data-astro-cid-gv3x54ih],.bento-tall[data-astro-cid-gv3x54ih]{grid-column:span 1;grid-row:span 1}}.products-layout[data-astro-cid-3swd3b6j]{display:flex;min-height:100vh;background:var(--void);color:var(--text)}.products-main[data-astro-cid-3swd3b6j]{flex:1;display:flex;flex-direction:column;min-width:0}.products-cta[data-astro-cid-3swd3b6j]{padding:8rem 2rem;text-align:center}.cta-inner[data-astro-cid-3swd3b6j]{max-width:600px;margin:0 auto;padding:4rem 2rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:24px;backdrop-filter:blur(10px)}.cta-inner[data-astro-cid-3swd3b6j] p[data-astro-cid-3swd3b6j]{color:var(--text-muted);font-size:1.1rem;margin-top:1rem}.mobile-products-header[data-astro-cid-3swd3b6j]{display:none;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.05);background:#0a0a0acc;backdrop-filter:blur(12px);position:sticky;top:0;z-index:50}.mobile-logo[data-astro-cid-3swd3b6j]{display:flex;align-items:center;gap:.5rem;color:var(--text);text-decoration:none;font-weight:700}@media(max-width:1024px){.products-layout[data-astro-cid-3swd3b6j]{flex-direction:column}.mobile-products-header[data-astro-cid-3swd3b6j]{display:flex}}
