.product-card-grid{display:grid;gap:2rem;perspective:1000px;width:100%}.product-card-grid--cols-2{grid-template-columns:repeat(2,1fr)}.product-card-grid--cols-3{grid-template-columns:repeat(3,1fr)}.product-card-grid--cols-4{grid-template-columns:repeat(4,1fr)}.product-card-container{perspective:1000px}.product-card-flipper{cursor:pointer;height:100%;position:relative;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.product-card-container.is-flipped .product-card-flipper{transform:rotateY(180deg)}.product-card{backface-visibility:hidden;-webkit-backface-visibility:hidden;background:#fff;border:#fbfbfb;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;flex-direction:column;padding:2rem}.product-card--front{position:relative;z-index:2}.product-card--back{height:100%;left:0;overflow-y:auto;position:absolute;top:0;transform:rotateY(180deg);width:100%}.product-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.12)}.product-card__icon{height:56px;margin-bottom:1.25rem;width:56px}.product-card__icon img{height:auto;width:100%}.product-card__header{margin-bottom:1rem}.product-card__title{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.product-card__tagline{background:#f5f5f5;border-radius:4px;color:#666;display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.product-card__description{color:#444;line-height:1.7;margin-bottom:1.5rem}.product-card__description p{font-size:.8rem;margin:0}.product-card__capabilities{border-top:1px solid #e5e5e5;padding-top:1.5rem}.product-card__capabilities-label{color:#333;display:block;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.product-card__capabilities ul{margin:0;padding-left:1.25rem}.product-card__capabilities li{color:#555;font-size:.9375rem;line-height:1.5;margin-bottom:.5rem}.product-card__capabilities li:last-child{margin-bottom:0}.product-card__footer{border-top:1px solid #e5e5e5;margin-top:1.5rem;padding-top:1.5rem}.product-card__cta{margin-bottom:1.25rem}.product-card__cta .hs-cta-wrapper{display:block}.product-card__cta .cta_button{background-color:#2563eb;border-radius:6px;color:#fff;display:inline-block;font-size:.9375rem;font-weight:600;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:background-color .2s ease;width:100%}.product-card__cta .cta_button:hover{background-color:#1d4ed8}.product-card__resources-label{color:#888;display:block;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.product-card__resources-list{list-style:none;margin:0;padding:0}.product-card__resources-list li{margin-bottom:.375rem}.product-card__resources-list li:last-child{margin-bottom:0}.product-card__resources-list a{align-items:center;color:#2563eb;display:inline-flex;font-size:.875rem;gap:.5rem;text-decoration:none;transition:color .15s ease}.product-card__resources-list a:hover{color:#1d4ed8;text-decoration:underline}.resource-icon{flex-shrink:0;height:16px;width:16px}.product-card__flip-hint{align-items:center;color:#888;display:flex;font-size:.8rem;gap:.5rem;justify-content:center;margin-top:auto;padding-top:1rem;transition:color .2s ease}.product-card__flip-hint svg{height:16px;width:16px}.product-card:hover .product-card__flip-hint{color:#2563eb}.product-card__flip-hint--back{bottom:1.5rem;left:0;padding-top:0;position:absolute;right:0}.product-card__back-header{margin-bottom:1.5rem;text-align:center}.product-card__back-subtitle{color:#888;display:block;font-size:.8rem;font-weight:500;letter-spacing:.5px;margin-top:.25rem;text-transform:uppercase}.product-card__gallery{display:flex;flex-direction:column;gap:1rem;padding-bottom:3rem}.product-card__gallery-item{border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.1);cursor:pointer;overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease}.product-card__gallery-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:scale(1.02)}.product-card__gallery-item img{display:block;height:auto;width:100%}.product-card__gallery-caption{background:#f8f8f8;color:#666;display:block;font-size:.8rem;padding:.5rem .75rem}.product-card__gallery-zoom{align-items:center;background:hsla(0,0%,100%,.9);border-radius:50%;display:flex;height:32px;justify-content:center;opacity:0;position:absolute;right:.5rem;top:.5rem;transition:opacity .2s ease;width:32px}.product-card__gallery-zoom svg{color:#333;height:18px;width:18px}.product-card__gallery-item:hover .product-card__gallery-zoom{opacity:1}.product-card__gallery-empty{color:#999;font-style:italic;min-height:200px}.product-card-lightbox,.product-card__gallery-empty{align-items:center;display:flex;justify-content:center}.product-card-lightbox{background:rgba(0,0,0,.9);height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:99999}.product-card-lightbox.is-open{opacity:1;visibility:visible}.product-card-lightbox__close{align-items:center;background:hsla(0,0%,100%,.1);border:none;border-radius:50%;cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background .2s ease;width:48px}.product-card-lightbox__close:hover{background:hsla(0,0%,100%,.2)}.product-card-lightbox__close svg{color:#fff;height:24px;width:24px}.product-card-lightbox__content{align-items:center;display:flex;flex-direction:column;max-height:90%;max-width:90%}.product-card-lightbox__image{border-radius:4px;box-shadow:0 4px 24px rgba(0,0,0,.3);max-height:calc(90vh - 60px);max-width:100%;object-fit:contain}.product-card-lightbox__caption{background:hsla(0,0%,100%,.1);border-radius:4px;color:#fff;font-size:1rem;margin-top:1rem;max-width:600px;padding:.75rem 1.5rem;text-align:center}.product-card-lightbox__caption:empty{display:none}@media (max-width:992px){.product-card-grid--cols-3,.product-card-grid--cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.product-card-grid{gap:1.5rem}.product-card{padding:1.5rem}.product-card__title{font-size:1.25rem}.product-card__description{font-size:.9375rem}}@media (max-width:600px){.product-card-grid--cols-2,.product-card-grid--cols-3,.product-card-grid--cols-4{grid-template-columns:1fr}}