.products-section[data-astro-cid-ww43nytm]{padding:8rem 0;background:var(--bg-color);position:relative;animation:fadeIn .8s ease-out}.container-products[data-astro-cid-ww43nytm]{max-width:1100px;margin:0 auto;padding:0 1.5rem}.products-header[data-astro-cid-ww43nytm]{text-align:center;margin-bottom:3.5rem}.section-title[data-astro-cid-ww43nytm]{font-size:2.25rem;font-weight:700;color:var(--heading-color, #1f2937);margin-bottom:.75rem;position:relative;display:inline-block}.title-accent[data-astro-cid-ww43nytm]{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(to right,#4338ca,#ec4899);border-radius:2px}.section-subtitle[data-astro-cid-ww43nytm]{font-size:1.1rem;color:var(--text-secondary, #6b7280);max-width:500px;margin:0 auto;line-height:1.6}.products-grid[data-astro-cid-ww43nytm]{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.product-card[data-astro-cid-ww43nytm]{background:var(--color-card, white);border-radius:16px;padding:2rem;box-shadow:0 4px 12px #0000001a;border:1px solid rgba(0,0,0,.05);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:fadeInUp .6s ease-out forwards}.product-card[data-astro-cid-ww43nytm]:nth-child(2){animation-delay:.2s}.product-card[data-astro-cid-ww43nytm]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,#4338ca,#ec4899);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.product-card[data-astro-cid-ww43nytm]:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001f}.product-card[data-astro-cid-ww43nytm]:hover:before{transform:scaleX(1)}.card-header[data-astro-cid-ww43nytm]{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-logo[data-astro-cid-ww43nytm]{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f8fafc}.product-logo[data-astro-cid-ww43nytm] img[data-astro-cid-ww43nytm]{width:100%;height:100%;object-fit:contain}.product-title[data-astro-cid-ww43nytm] h3[data-astro-cid-ww43nytm]{font-size:1.375rem;font-weight:700;color:var(--heading-color, #1f2937);margin:0 0 .25rem}.product-category[data-astro-cid-ww43nytm]{font-size:.875rem;color:var(--text-secondary, #6b7280);font-weight:500}.product-description[data-astro-cid-ww43nytm]{color:var(--text-body, #6b7280);line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.product-features[data-astro-cid-ww43nytm]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.feature-pill[data-astro-cid-ww43nytm]{background:#f8fafc;color:var(--text-body, #6b7280);padding:.375rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(0,0,0,.05);transition:all .2s ease}.product-card[data-astro-cid-ww43nytm]:hover .feature-pill[data-astro-cid-ww43nytm]{background:#4338ca1a;color:#4338ca;border-color:#4338ca33}.product-actions[data-astro-cid-ww43nytm]{display:flex;gap:.75rem}.btn-primary[data-astro-cid-ww43nytm],.btn-secondary[data-astro-cid-ww43nytm]{padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.875rem;text-decoration:none;transition:all .2s ease;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.btn-primary[data-astro-cid-ww43nytm]{background:linear-gradient(135deg,#4338ca,#6366f1);color:#fff;border:none;box-shadow:0 2px 8px #4338ca40}.btn-primary[data-astro-cid-ww43nytm]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4338ca59}.btn-primary[data-astro-cid-ww43nytm] svg[data-astro-cid-ww43nytm]{transition:transform .2s ease}.btn-primary[data-astro-cid-ww43nytm]:hover svg[data-astro-cid-ww43nytm]{transform:translate(2px,-2px)}.btn-secondary[data-astro-cid-ww43nytm]{background:transparent;color:var(--text-body, #6b7280);border:1px solid rgba(0,0,0,.05)}.btn-secondary[data-astro-cid-ww43nytm]:hover{background:#f8fafc;color:var(--heading-color, #1f2937);border-color:#0000001a}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.products-grid[data-astro-cid-ww43nytm]{grid-template-columns:1fr;max-width:600px}}@media (max-width: 768px){.products-section[data-astro-cid-ww43nytm]{padding:4rem 0}.section-title[data-astro-cid-ww43nytm]{font-size:2rem}.product-card[data-astro-cid-ww43nytm]{padding:1.5rem}.card-header[data-astro-cid-ww43nytm]{flex-direction:column;align-items:flex-start;gap:.75rem}.product-actions[data-astro-cid-ww43nytm]{flex-direction:column}.btn-primary[data-astro-cid-ww43nytm],.btn-secondary[data-astro-cid-ww43nytm]{width:100%;justify-content:center}.product-card[data-astro-cid-ww43nytm]{animation:fadeIn .5s ease-out}.product-card[data-astro-cid-ww43nytm]:nth-child(2){animation-delay:.1s}}@media (max-width: 480px){.products-section[data-astro-cid-ww43nytm]{padding:3rem 0}.products-grid[data-astro-cid-ww43nytm]{grid-template-columns:1fr;gap:1.5rem}.product-card[data-astro-cid-ww43nytm]{padding:1.25rem;animation:fadeIn .4s ease-out}.product-logo[data-astro-cid-ww43nytm]{width:40px;height:40px}.feature-pill[data-astro-cid-ww43nytm]{font-size:.75rem;padding:.25rem .625rem}.section-title[data-astro-cid-ww43nytm]{font-size:1.75rem}.container[data-astro-cid-ww43nytm]{padding:0 1rem}}@media (prefers-reduced-motion: reduce){.product-card[data-astro-cid-ww43nytm],.products-section[data-astro-cid-ww43nytm]{animation:none}.product-card[data-astro-cid-ww43nytm]:hover,.btn-primary[data-astro-cid-ww43nytm]:hover{transform:none}}
