@charset "UTF-8";@keyframes skeleton-shimmer{to{transform:translate(100%)}}.feature-list{display:flex;flex-direction:column;gap:.75rem;width:100%}.feature-list-item{display:flex;align-items:flex-start;gap:1rem;font-size:15px;color:var(--theme-text-color);position:relative;padding-left:24px;line-height:1.5;text-align:left}.feature-list-item:before{content:"✓";position:absolute;left:0;top:.1em;font-size:14px;color:var(--theme-accent-color);font-weight:700}.feature-list--dots .feature-list-item:before{content:"•";color:var(--theme-primary-color);font-size:20px;top:-.1em}.feature-list--large{gap:1rem}.feature-list--large .feature-list-item{font-size:16px;padding-left:28px}.feature-list--large .feature-list-item:before{font-size:16px}.feature-list--large.feature-list--dots .feature-list-item:before{font-size:24px}.feature-list--compact{gap:.5rem}.feature-list--compact .feature-list-item{font-size:14px;padding-left:20px}.feature-list--compact .feature-list-item:before{font-size:12px}.feature-list--compact.feature-list--dots .feature-list-item:before{font-size:16px}.products-page .products-hero{padding:8rem 2rem 6rem;position:relative;overflow:hidden;background:var(--theme-bg-color);text-align:center}@media(max-width:768px){.products-page .products-hero{padding:5rem 1.5rem 4rem}}.products-page .products-hero .hero-background{position:absolute;inset:0;z-index:0;overflow:hidden}.products-page .products-hero .hero-gradient{position:absolute;border-radius:50%;filter:blur(100px);opacity:.15;animation:productsFloat 20s ease-in-out infinite}.products-page .products-hero .hero-gradient--1{top:-20%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,var(--theme-primary-color) 0%,transparent 70%)}.products-page .products-hero .hero-gradient--2{bottom:-20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,var(--theme-accent-color) 0%,transparent 70%);animation-delay:10s}.products-page .products-hero .hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:50px 50px;opacity:.5}.products-page .products-hero .container{position:relative;z-index:1;max-width:1100px;margin:0 auto}.products-page .products-hero .hero-content{max-width:900px;margin:0 auto}.products-page .products-hero .hero-badge{display:inline-block;padding:.5rem 1.25rem;background:var(--theme-card-bg-color);border:1px solid rgba(255,255,255,.1);border-radius:50px;font-size:.875rem;font-weight:500;color:var(--theme-primary-color);margin-bottom:2rem;backdrop-filter:blur(10px)}.products-page .products-hero .hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.15;color:var(--theme-text-color)}@media(max-width:968px){.products-page .products-hero .hero-title{font-size:2.5rem}}@media(max-width:768px){.products-page .products-hero .hero-title{font-size:2rem}}.products-page .products-hero .hero-subtitle{font-size:1.25rem;color:var(--theme-hint-color);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}@media(max-width:768px){.products-page .products-hero .hero-subtitle{font-size:1.125rem}}.products-page .products-hero .hero-cta{margin-top:3rem}@media(max-width:768px){.products-page .products-hero .hero-cta{margin-top:2.5rem}}.products-page .products-section{padding:6rem 2rem;background:var(--theme-bg-color)}@media(max-width:768px){.products-page .products-section{padding:4rem 1.5rem}}.products-page .products-section .container{max-width:1200px;margin:0 auto}.products-page .products-section .section-header{text-align:center;margin-bottom:4rem}@media(max-width:768px){.products-page .products-section .section-header{margin-bottom:3rem}}.products-page .products-section .section-title{font-size:2.5rem;font-weight:700;color:var(--theme-text-color);margin-bottom:1rem}@media(max-width:768px){.products-page .products-section .section-title{font-size:2rem}}.products-page .products-section .section-subtitle{font-size:1.125rem;color:var(--theme-hint-color);max-width:600px;margin:0 auto;line-height:1.6}.products-page .products-section .section-cta{text-align:center;margin-top:3rem}.products-page .product-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:968px){.products-page .product-cards{grid-template-columns:1fr;gap:1.5rem}}.products-page .product-card{display:flex;flex-direction:column;padding:2rem;background:var(--theme-card-bg-color);border:1px solid var(--theme-border);border-radius:1rem;text-decoration:none;transition:all .3s ease}.products-page .product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a;border-color:var(--theme-primary-color)}.products-page .product-card .product-card-badge{display:inline-block;width:fit-content;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-primary-color);background:color-mix(in srgb,var(--theme-primary-color) 10%,transparent);border-radius:50px;margin-bottom:1.25rem}.products-page .product-card .product-card-title{font-size:1.5rem;font-weight:700;color:var(--theme-text-color);margin-bottom:.75rem}.products-page .product-card .product-card-description{font-size:1rem;color:var(--theme-hint-color);line-height:1.6;flex:1}.products-page .product-card .product-card-link{margin-top:1.5rem;font-size:.95rem;font-weight:600;color:var(--theme-primary-color)}.products-page .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:968px){.products-page .feature-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.products-page .feature-grid{grid-template-columns:1fr}}.products-page .feature-grid-item{padding:1.5rem;background:var(--theme-card-bg-color);border:1px solid var(--theme-border);border-radius:.75rem;transition:border-color .2s ease}.products-page .feature-grid-item:hover{border-color:color-mix(in srgb,var(--theme-primary-color) 40%,transparent)}.products-page .feature-grid-item .feature-grid-title{font-size:1rem;font-weight:600;color:var(--theme-text-color);margin-bottom:.5rem}.products-page .feature-grid-item .feature-grid-description{font-size:.875rem;color:var(--theme-hint-color);line-height:1.5}.products-page .products-cta{padding:6rem 2rem;text-align:center;background:var(--theme-bg-color)}.products-page .products-cta .container{max-width:800px;margin:0 auto}.products-page .products-cta .cta-title{font-size:2rem;font-weight:700;color:var(--theme-text-color);margin-bottom:2rem}@media(max-width:768px){.products-page .products-cta .cta-title{font-size:1.5rem}}@keyframes productsFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}
