@charset "UTF-8";.products-page .products-section-title{font-size:1.25rem;font-weight:600;color:var(--hbs-text-on-surface);display:flex;align-items:center}.products-page .products-section-title i{color:var(--hbs-primary)}.product-card{border:1px solid rgba(0,0,0,8%);border-radius:.5rem;overflow:hidden;display:flex;flex-direction:column;background:var(--hbs-surface);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 .5rem 1rem rgba(0,0,0,.12)!important;border-color:var(--hbs-primary)}.product-card-img-top{background:#f4f5f7;display:flex;align-items:center;justify-content:center;padding:1.25rem 2rem;aspect-ratio:16/9}.product-card-img-top img{max-width:100%;max-height:100%;object-fit:contain;border-radius:.375rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.product-card-icon{background:#f4f5f7;display:flex;align-items:center;justify-content:center;padding:2rem;aspect-ratio:16/9;color:var(--hbs-primary)}.product-card-content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.product-card-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--hbs-text-on-surface)}.product-card-desc{font-size:.875rem;color:var(--hbs-secondary-text-on-surface);flex-grow:1;margin-bottom:1rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-platforms{display:inline-flex;gap:.375rem;margin-left:.5rem}.platform-badge{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:rgba(0,0,0,5%);font-size:.75rem;color:var(--hbs-secondary-text-on-surface)}[data-mode=dark] .product-card{border-color:rgba(255,255,255,.1)}[data-mode=dark] .product-card:hover{border-color:var(--hbs-primary)}[data-mode=dark] .product-card-img-top,[data-mode=dark] .product-card-icon{background:rgba(255,255,255,4%)}[data-mode=dark] .platform-badge{background:rgba(255,255,255,.1);color:rgba(255,255,255,.7)}.product-detail-page{padding-bottom:2rem}.pd-hero{border-radius:.75rem;overflow:hidden;margin-bottom:2rem;background:linear-gradient(135deg,#004c40 0%,#00796b 50%,#48a999 100%);position:relative}.pd-hero::before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")repeat;pointer-events:none}.pd-hero-inner{display:flex;align-items:center;gap:2.5rem;padding:2.5rem 2rem;position:relative;z-index:1}.pd-hero-content{flex:1;min-width:0}.pd-hero-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.pd-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:600;letter-spacing:.02em}.pd-badge-category{background:rgba(255,255,255,.18);color:#fff;backdrop-filter:blur(4px)}.pd-badge-free{background:rgba(255,255,255,.95);color:#00796b}.pd-badge-version{background:rgba(255,255,255,.12);color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.25)}.pd-hero-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1.2}.pd-hero-desc{font-size:1.05rem;color:rgba(255,255,255,.88);line-height:1.6;margin-bottom:1rem;max-width:540px}.pd-hero-platforms{display:flex;gap:.75rem;margin-bottom:.75rem}.pd-platform{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:rgba(255,255,255,.8);background:rgba(255,255,255,.1);padding:.25rem .6rem;border-radius:.25rem}.pd-platform i{font-size:.85rem}.pd-hero-rating{display:flex;align-items:center;gap:.5rem}.pd-stars{display:inline-flex;gap:.125rem}.pd-stars svg{color:#ffc107;font-size:.85rem}.pd-rating-text{font-size:.85rem;color:rgba(255,255,255,.85)}.pd-hero-image{flex-shrink:0;width:320px;max-width:40%}.pd-hero-image img{width:100%;border-radius:.5rem;box-shadow:0 8px 32px rgba(0,0,0,.25)}.pd-main{margin-bottom:2rem}.pd-section{margin-bottom:2rem}.pd-section-title{font-size:1.25rem;font-weight:600;color:var(--hbs-text-on-surface);display:flex;align-items:center;gap:.5rem;padding-bottom:.75rem;margin-bottom:1.25rem;border-bottom:2px solid var(--hbs-primary)}.pd-section-title i{color:var(--hbs-primary);font-size:1.1rem}.pd-content-body{font-size:.95rem;line-height:1.7;color:var(--hbs-secondary-text-on-surface)}.pd-content-body p{margin-bottom:1rem}.pd-content-body a{color:var(--hbs-primary);text-decoration:underline;text-underline-offset:2px}.pd-content-body a:hover{color:var(--hbs-primary-dark)}.pd-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.pd-gallery-item{border-radius:.5rem;overflow:hidden;border:1px solid rgba(0,0,0,8%);transition:transform .2s ease,box-shadow .2s ease}.pd-gallery-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.pd-gallery-item img{width:100%;height:180px;object-fit:cover;cursor:pointer;display:block}.pd-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:991px){.pd-features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.pd-features-grid{grid-template-columns:1fr}}.pd-feature-card{background:var(--hbs-surface);border:1px solid rgba(0,0,0,8%);border-radius:.5rem;padding:1.25rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.pd-feature-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.pd-feature-icon{width:48px;height:48px;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--hbs-primary-rgb,0,128,128),.1)}.pd-feature-icon i{font-size:1.2rem;color:var(--hbs-primary)}.pd-feature-title{font-size:.95rem;font-weight:600;color:var(--hbs-text-on-surface);margin-bottom:.4rem}.pd-feature-desc{font-size:.85rem;line-height:1.5;color:var(--hbs-secondary-text-on-surface);margin:0}.pd-requirements{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.pd-req-col{background:var(--hbs-surface);border:1px solid rgba(0,0,0,8%);border-radius:.5rem;padding:1.25rem}.pd-req-heading{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--hbs-secondary-text-on-surface);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(0,0,0,6%)}.pd-req-heading.pd-req-heading-rec{color:var(--hbs-primary);border-bottom-color:var(--hbs-primary)}.pd-req-list{list-style:none;padding:0;margin:0}.pd-req-list li{display:flex;justify-content:space-between;align-items:baseline;padding:.4rem 0;font-size:.85rem;border-bottom:1px solid rgba(0,0,0,4%)}.pd-req-list li:last-child{border-bottom:none}.pd-req-label{color:var(--hbs-secondary-text-on-surface);font-weight:500}.pd-req-value{color:var(--hbs-text-on-surface);text-align:right;font-weight:600}.pd-reviews{display:flex;flex-direction:column;gap:1rem}.pd-review-card{background:var(--hbs-surface);border:1px solid rgba(0,0,0,8%);border-radius:.5rem;padding:1.25rem;transition:box-shadow .2s ease}.pd-review-card:hover{box-shadow:0 2px 12px rgba(0,0,0,6%)}.pd-review-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.pd-review-avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--hbs-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.pd-review-meta{display:flex;flex-direction:column;min-width:0}.pd-review-author{font-size:.9rem;color:var(--hbs-text-on-surface)}.pd-review-date{font-size:.75rem;color:var(--hbs-secondary-text-on-surface)}.pd-review-stars svg{color:#ffc107;font-size:.8rem}.pd-review-body{font-size:.9rem;color:var(--hbs-secondary-text-on-surface);line-height:1.6;margin-bottom:.5rem}.pd-review-pros{display:flex;flex-wrap:wrap;gap:.4rem}.pd-pro-tag{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;padding:.2rem .55rem;border-radius:2rem;background:rgba(0,121,107,8%);color:var(--hbs-primary);font-weight:500}.pd-pro-tag i{font-size:.65rem}.pd-write-review-cta{margin-top:1.5rem;padding:1.25rem 1.5rem;border-radius:.75rem;background:linear-gradient(135deg,rgba(0,121,107,6%) 0%,rgba(0,121,107,2%) 100%);border:1px dashed rgba(0,121,107,.25)}.pd-write-review-inner{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.pd-write-review-inner div{flex:1;min-width:180px}.pd-write-review-inner div strong{display:block;font-size:.95rem;margin-bottom:.15rem}.pd-write-review-inner div p{margin:0;font-size:.85rem;color:var(--hbs-secondary-text-on-surface)}.pd-write-review-inner .btn{white-space:nowrap;flex-shrink:0}.pd-write-review-icon{font-size:1.5rem;color:var(--hbs-primary);opacity:.7;flex-shrink:0}.pd-faq .accordion-item{border:1px solid rgba(0,0,0,8%);border-radius:.5rem!important;margin-bottom:.5rem;overflow:hidden}.pd-faq .accordion-item:last-child{margin-bottom:0}.pd-faq .accordion-button{font-size:.9rem;font-weight:600;padding:1rem 1.25rem}.pd-faq .accordion-button:not(.collapsed){background:rgba(0,121,107,4%);color:var(--hbs-primary)}.pd-faq .accordion-button:focus{box-shadow:none;border-color:rgba(0,0,0,8%)}.pd-faq .accordion-body{font-size:.9rem;line-height:1.65;color:var(--hbs-secondary-text-on-surface)}.pd-sidebar{position:sticky;top:5rem}.pd-download-card{background:var(--hbs-surface);border:1px solid rgba(0,0,0,8%);border-radius:.75rem;padding:1.5rem;margin-bottom:1rem;border-top:3px solid var(--hbs-primary)}.pd-download-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.pd-download-header i{color:var(--hbs-primary);font-size:1.25rem}.pd-download-header h3{font-size:1.15rem;font-weight:700;margin:0;color:var(--hbs-text-on-surface)}.pd-download-sub{font-size:.85rem;color:var(--hbs-secondary-text-on-surface);margin-bottom:1.25rem}.pd-download-card .form-label{font-size:.8rem;font-weight:600;margin-bottom:.25rem;color:var(--hbs-text-on-surface)}.pd-download-card .form-control{font-size:.85rem;padding:.45rem .75rem;border-radius:.375rem}.pd-download-card .form-control:focus{border-color:var(--hbs-primary);box-shadow:0 0 0 .2rem rgba(0,121,107,.15)}.pd-cta-btn{font-weight:700;font-size:.95rem!important;padding:.6rem 1rem!important;border-radius:.5rem;letter-spacing:.01em;transition:transform .15s ease,box-shadow .15s ease}.pd-cta-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,121,107,.3)}.pd-download-trust{display:flex;flex-direction:column;gap:.25rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,6%)}.pd-download-trust small{display:flex;align-items:center;font-size:.75rem;color:var(--hbs-secondary-text-on-surface)}.pd-download-trust small i{color:var(--hbs-primary);width:1rem}.license-key-box .form-control{background:#f1f5f9;font-size:.8rem;letter-spacing:.5px}.pd-download-card .download-btn{display:flex;align-items:center;justify-content:center;gap:.4rem;font-weight:600;font-size:.85rem;transition:transform .15s ease,box-shadow .15s ease}.pd-download-card .download-btn:hover{transform:translateY(-1px);box-shadow:0 3px 10px rgba(0,0,0,.15)}.pd-quick-info{background:var(--hbs-surface);border:1px solid rgba(0,0,0,8%);border-radius:.75rem;padding:1.25rem}.pd-quick-info h3{font-size:.9rem;font-weight:700;margin-bottom:1rem;color:var(--hbs-text-on-surface);padding-bottom:.5rem;border-bottom:2px solid var(--hbs-primary)}.pd-quick-info ul{list-style:none;padding:0;margin:0}.pd-quick-info li{display:flex;justify-content:space-between;align-items:center;padding:.45rem 0;font-size:.8rem;border-bottom:1px solid rgba(0,0,0,4%)}.pd-quick-info li:last-child{border-bottom:none}.pd-quick-info li span{color:var(--hbs-secondary-text-on-surface)}.pd-quick-info li strong{color:var(--hbs-text-on-surface)}.pd-back-nav{margin-top:1rem;margin-bottom:1rem}.pd-other-products{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,8%)}@media(max-width:991.98px){.pd-hero-inner{flex-direction:column;text-align:center;padding:2rem 1.5rem;gap:1.5rem}.pd-hero-badges{justify-content:center}.pd-hero-desc{max-width:none;margin-left:auto;margin-right:auto}.pd-hero-platforms{justify-content:center}.pd-hero-rating{justify-content:center}.pd-hero-image{width:280px;max-width:80%}.pd-sidebar{position:static}.pd-requirements{grid-template-columns:1fr}}@media(max-width:575.98px){.pd-hero-title{font-size:1.5rem}.pd-hero-desc{font-size:.9rem}.pd-gallery{grid-template-columns:1fr 1fr}}[data-mode=dark] .pd-hero{background:linear-gradient(135deg,#002921 0%,#004c40 50%,#00796b 100%)}[data-mode=dark] .pd-download-card{border-color:rgba(255,255,255,.1);border-top-color:var(--hbs-primary)}[data-mode=dark] .pd-quick-info{border-color:rgba(255,255,255,.1)}[data-mode=dark] .pd-quick-info li{border-bottom-color:rgba(255,255,255,6%)}[data-mode=dark] .pd-section-title{border-bottom-color:var(--hbs-primary)}[data-mode=dark] .pd-req-col{border-color:rgba(255,255,255,.1);background:rgba(255,255,255,3%)}[data-mode=dark] .pd-req-heading{border-bottom-color:rgba(255,255,255,8%)}[data-mode=dark] .pd-req-list li{border-bottom-color:rgba(255,255,255,4%)}[data-mode=dark] .pd-review-card{border-color:rgba(255,255,255,.1);background:rgba(255,255,255,3%)}[data-mode=dark] .pd-pro-tag{background:rgba(72,169,153,.12)}[data-mode=dark] .pd-gallery-item{border-color:rgba(255,255,255,.1)}[data-mode=dark] .pd-faq .accordion-item{border-color:rgba(255,255,255,.1)}[data-mode=dark] .pd-faq .accordion-button:not(.collapsed){background:rgba(72,169,153,8%)}[data-mode=dark] .pd-download-trust small i{color:var(--hbs-primary-light)}[data-mode=dark] .license-key-box .form-control{background:rgba(255,255,255,8%);color:#e2e8f0}[data-mode=dark] .pd-other-products{border-top-color:rgba(255,255,255,8%)}[data-mode=dark] .pd-eula-panel{background:#1e293b;border-color:rgba(255,255,255,.12)}[data-mode=dark] .pd-eula-content{background:rgba(255,255,255,4%);border-color:rgba(255,255,255,.1);color:#cbd5e1}[data-mode=dark] .pd-eula-title{color:#f1f5f9}[data-mode=dark] .pd-eula-product{color:#94a3b8}[data-mode=dark] .pd-eula-checkbox span{color:#cbd5e1}.pd-eula-overlay{position:fixed;inset:0;z-index:1060;display:flex;align-items:center;justify-content:center}.pd-eula-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px)}.pd-eula-panel{position:relative;background:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid #e5e7eb;max-width:32rem;width:calc(100% - 2rem);padding:1.5rem;max-height:90vh;display:flex;flex-direction:column;animation:eulaFadeIn .2s ease-out}@keyframes eulaFadeIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.pd-eula-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.pd-eula-icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(72,169,153,.1);color:var(--hbs-primary)}.pd-eula-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.pd-eula-product{font-size:.875rem;color:#6b7280;margin:0}.pd-eula-content{flex:1;overflow-y:auto;border:1px solid #e5e7eb;border-radius:.5rem;background:#f9fafb;padding:1rem;font-size:.875rem;color:#374151;line-height:1.625;min-height:200px;max-height:45vh}.pd-eula-checkbox{display:flex;align-items:center;gap:.5rem;margin-top:1rem;cursor:pointer;user-select:none}.pd-eula-checkbox input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--hbs-primary)}.pd-eula-checkbox span{font-size:.875rem;color:#374151}.pd-eula-buttons{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}