@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-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-content-body .pd-social-proof,.pd-content-body .pd-roadmap-hint,.pd-content-body .pd-consulting-cta{padding:.75rem 1rem;border-radius:.5rem;font-size:.9rem;line-height:1.6}.pd-content-body .pd-social-proof{background:rgba(99,102,241,6%);color:var(--hbs-text-on-surface);border-left:3px solid var(--hbs-primary)}.pd-content-body .pd-roadmap-hint{background:rgba(16,185,129,6%);color:var(--hbs-text-on-surface);border-left:3px solid #10b981}.pd-content-body .pd-consulting-cta{background:rgba(245,158,11,6%);color:var(--hbs-text-on-surface);border-left:3px solid #f59e0b}.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-steps{display:flex;flex-direction:column;gap:1rem}.pd-step{display:flex;align-items:flex-start;gap:1rem;background:var(--hbs-surface);border:1px solid rgba(0,0,0,8%);border-radius:.5rem;padding:1.25rem;transition:transform .2s ease,box-shadow .2s ease}.pd-step:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,8%)}.pd-step-number{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--hbs-primary-rgb,0,128,128),.1);color:var(--hbs-primary);font-size:1.1rem;font-weight:700}.pd-step-title{font-size:.95rem;font-weight:600;color:var(--hbs-text-on-surface);margin-bottom:.25rem}.pd-step-desc{font-size:.85rem;line-height:1.5;color:var(--hbs-secondary-text-on-surface);margin:0}.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-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}.pd-badge-paid{background:rgba(255,160,0,.2);color:#fdd400}.pd-hero-price-hint{margin-top:.75rem;font-size:1.1rem;color:rgba(255,255,255,.85)}.pd-hero-price-hint strong{font-size:1.3rem;color:#fff}.pd-hero-price-hint .pd-pricing-price{color:#fff}.pd-pricing-card{background:var(--hbs-surface);border:1px solid rgba(0,0,0,.1);border-radius:.75rem;padding:1.5rem;margin-bottom:1rem;border-top:3px solid var(--hbs-primary);box-shadow:0 2px 8px rgba(0,0,0,6%)}.pd-pricing-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.pd-pricing-header i{color:var(--hbs-primary);font-size:1.25rem}.pd-pricing-header h3{font-size:1.15rem;font-weight:700;margin:0;color:var(--hbs-text-on-surface)}.pd-pricing-tabs{display:flex;gap:0;margin-bottom:0;border-bottom:2px solid rgba(0,0,0,8%)}.pd-pricing-tab{flex:1;padding:.5rem .75rem;font-size:.8rem;font-weight:600;color:var(--hbs-secondary-text-on-surface);background:0 0;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .2s ease,border-color .2s ease}.pd-pricing-tab:hover{color:var(--hbs-text-on-surface)}.pd-pricing-tab.active{color:var(--hbs-primary);border-bottom-color:var(--hbs-primary)}.pd-pricing-tier{display:none;padding:1.25rem 0 0;position:relative}.pd-pricing-tier.active{display:block}.pd-pricing-tier-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.pd-pricing-name{font-size:.95rem;color:var(--hbs-text-on-surface)}.pd-pricing-amount{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(0,0,0,6%)}.pd-pricing-price{font-size:1.75rem;font-weight:700;color:var(--hbs-primary);line-height:1}.pd-pricing-period{font-size:.75rem;color:var(--hbs-secondary-text-on-surface);margin-top:.25rem;text-transform:uppercase;letter-spacing:.05em}.pd-pricing-perks{list-style:none;padding:0;margin:0 0 1rem}.pd-pricing-perks li{font-size:.8rem;padding:.25rem 0;color:var(--hbs-text-on-surface);display:flex;align-items:center;gap:.5rem}.pd-pricing-perks li i,.pd-pricing-perks li svg{color:var(--hbs-primary);font-size:.65rem;width:.85rem;text-align:center;flex-shrink:0}.pd-pricing-perks li span{line-height:1.4}.pd-pricing-trust{display:flex;flex-direction:column;gap:.25rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,6%)}.pd-pricing-trust small{display:flex;align-items:center;font-size:.75rem;color:var(--hbs-secondary-text-on-surface)}.pd-pricing-trust small i{color:var(--hbs-primary);width:1rem}.pd-demo-card{background:var(--hbs-surface);border:1px solid rgba(0,0,0,8%);border-radius:.75rem;padding:1.5rem;margin-bottom:1rem}.pd-demo-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.pd-demo-header i{color:#7c3aed;font-size:1.25rem}.pd-demo-header h3{font-size:1.15rem;font-weight:700;margin:0;color:var(--hbs-text-on-surface)}.pd-demo-sub{font-size:.85rem;color:var(--hbs-secondary-text-on-surface);margin-bottom:.75rem}.pd-demo-limits{background:#fef3c7;border:1px solid #fcd34d;border-radius:.5rem;padding:.75rem 1rem}.pd-demo-limits h4{font-size:.8rem;font-weight:700;color:#92400e;margin:0 0 .5rem}.pd-demo-limits ul{list-style:none;padding:0;margin:0}.pd-demo-limits li{font-size:.78rem;color:#78350f;padding:.15rem 0;display:flex;align-items:flex-start;gap:.4rem}.pd-demo-limits li i{color:#dc2626;font-size:.7rem;margin-top:.2rem;flex-shrink:0}.pd-demo-note small{font-size:.75rem;color:var(--hbs-secondary-text-on-surface)}.pd-demo-note small i{color:var(--hbs-primary)}.pd-demo-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-demo-card .download-btn:hover{transform:translateY(-1px);box-shadow:0 3px 10px rgba(0,0,0,.15)}.pd-demo-modal-overlay{position:fixed;inset:0;z-index:1060;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem}.pd-demo-modal{background:var(--hbs-surface);border-radius:.75rem;box-shadow:0 20px 60px rgba(0,0,0,.3);width:100%;max-width:440px;padding:1.75rem;position:relative;animation:pdModalIn .2s ease-out}.pd-demo-modal h3{margin:0 0 .25rem;font-size:1.25rem;color:var(--hbs-text-on-surface)}.pd-demo-modal h3 i{color:var(--hbs-primary)}.pd-demo-modal .form-label{font-weight:600;font-size:.85rem;color:var(--hbs-text-on-surface)}.pd-demo-modal .form-text{font-size:.75rem;color:var(--hbs-secondary-text-on-surface)}.pd-demo-modal .form-check-label small{color:var(--hbs-secondary-text-on-surface);line-height:1.4}.pd-demo-modal .form-check-label a{color:var(--hbs-primary)}.pd-demo-modal-platform{font-size:.85rem;color:var(--hbs-secondary-text-on-surface);margin-bottom:1rem}.pd-demo-modal-close{position:absolute;top:.75rem;right:.75rem;background:0 0;border:none;font-size:1.5rem;line-height:1;color:var(--hbs-secondary-text-on-surface);cursor:pointer;padding:.25rem .5rem;border-radius:.25rem;transition:color .15s ease}.pd-demo-modal-close:hover{color:var(--hbs-text-on-surface)}.pd-demo-modal-msg{font-size:.85rem;margin-top:.75rem;padding:.5rem .75rem;border-radius:.375rem}@keyframes pdModalIn{from{opacity:0;transform:translateY(-10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.pd-support-card{background:var(--hbs-surface);border:1px solid rgba(0,0,0,8%);border-radius:.75rem;overflow:hidden;margin-bottom:1rem}.pd-support-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,6%)}.pd-support-header i{color:var(--hbs-primary);font-size:1.1rem}.pd-support-header h3{font-size:.95rem;font-weight:700;margin:0;color:var(--hbs-text-on-surface)}.pd-support-included,.pd-support-maintenance,.pd-support-consulting{padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,6%)}.pd-support-included:last-child,.pd-support-maintenance:last-child,.pd-support-consulting:last-child{border-bottom:none}.pd-support-included h4,.pd-support-maintenance h4,.pd-support-consulting h4{font-size:.8rem;font-weight:700;color:var(--hbs-text-on-surface);margin:0 0 .5rem}.pd-support-included ul,.pd-support-maintenance ul,.pd-support-consulting ul{list-style:none;padding:0;margin:0}.pd-support-included ul li,.pd-support-maintenance ul li,.pd-support-consulting ul li{font-size:.78rem;padding:.15rem 0;color:var(--hbs-text-on-surface);display:flex;align-items:center;gap:.4rem}.pd-support-included ul li i,.pd-support-included ul li svg,.pd-support-maintenance ul li i,.pd-support-maintenance ul li svg,.pd-support-consulting ul li i,.pd-support-consulting ul li svg{color:var(--hbs-primary);margin-top:0;flex-shrink:0}.pd-support-desc{font-size:.78rem;color:var(--hbs-secondary-text-on-surface);margin-bottom:.5rem;line-height:1.5}.pd-maintenance-tier{padding:.5rem .65rem;border:1px solid rgba(0,0,0,6%);border-radius:.4rem;margin-bottom:.4rem}.pd-maintenance-tier small{font-size:.72rem;color:var(--hbs-secondary-text-on-surface)}.pd-maintenance-tier-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.2rem}.pd-maintenance-tier-header strong{font-size:.8rem;color:var(--hbs-text-on-surface)}.pd-maintenance-price{font-size:.85rem;font-weight:700;color:var(--hbs-primary)}.pd-lang-heading{font-size:1rem;font-weight:600;color:var(--hbs-text-on-surface);margin-bottom:.75rem}.pd-lang-heading i{color:var(--hbs-primary)}.pd-lang-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.pd-lang-card{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border:1px solid rgba(0,0,0,8%);border-radius:.5rem;background:var(--hbs-surface);transition:border-color .2s ease}.pd-lang-card:hover{border-color:var(--hbs-primary)}.pd-lang-icon{flex-shrink:0;width:2rem;height:2rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;background:rgba(0,121,107,8%);color:var(--hbs-primary);font-size:.9rem}.pd-lang-info{display:flex;flex-direction:column;gap:.15rem}.pd-lang-name{font-size:.875rem;color:var(--hbs-text-on-surface)}.pd-lang-desc{font-size:.78rem;color:var(--hbs-secondary-text-on-surface);line-height:1.4}.pd-capabilities .accordion-item{border:1px solid rgba(0,0,0,8%);border-radius:.5rem!important;margin-bottom:.75rem;overflow:hidden}.pd-capabilities .accordion-item:last-child{margin-bottom:0}.pd-capabilities .accordion-button{font-size:.9rem;font-weight:700;padding:.75rem 1rem;color:var(--hbs-text-on-surface)}.pd-capabilities .accordion-button:not(.collapsed){background:rgba(0,121,107,4%);color:var(--hbs-primary);box-shadow:none}.pd-capabilities .accordion-button:focus{box-shadow:none;border-color:rgba(0,0,0,8%)}.pd-capabilities .accordion-button::after{display:inline-block;flex-shrink:0;width:1rem;height:1rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1rem;transition:transform .2s ease-in-out}.pd-capabilities .accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300796b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.pd-capability-list{list-style:none;padding:0;margin:0}.pd-capability-list li{display:flex;align-items:flex-start;gap:.6rem;padding:.65rem 1rem;border-bottom:1px solid rgba(0,0,0,4%)}.pd-capability-list li:last-child{border-bottom:none}.pd-capability-list li strong{display:block;font-size:.85rem;color:var(--hbs-text-on-surface)}.pd-capability-list li span{display:block;font-size:.78rem;color:var(--hbs-secondary-text-on-surface);margin-top:.1rem;line-height:1.4}.pd-cap-check{color:var(--hbs-primary);font-size:.85rem;margin-top:.2rem;flex-shrink:0}[data-mode=dark] .pd-badge-paid{background:rgba(255,160,0,.2);color:#fdd400}[data-mode=dark] .pd-hero-price-hint{color:rgba(255,255,255,.8)}[data-mode=dark] .pd-pricing-card{border-color:rgba(255,255,255,.1);border-top-color:var(--hbs-primary)}[data-mode=dark] .pd-pricing-tabs{border-bottom-color:rgba(255,255,255,.1)}[data-mode=dark] .pd-pricing-tab:hover{color:rgba(255,255,255,.9)}[data-mode=dark] .pd-pricing-amount{border-bottom-color:rgba(255,255,255,6%)}[data-mode=dark] .pd-pricing-trust{border-top-color:rgba(255,255,255,6%)}[data-mode=dark] .pd-pricing-trust small i{color:var(--hbs-primary-light)}[data-mode=dark] .pd-demo-card{border-color:rgba(255,255,255,.1)}[data-mode=dark] .pd-demo-limits{background:rgba(245,158,11,8%);border-color:rgba(245,158,11,.2)}[data-mode=dark] .pd-demo-limits h4{color:#fbbf24}[data-mode=dark] .pd-demo-limits li{color:#fde68a}[data-mode=dark] .pd-demo-limits li i{color:#f87171}[data-mode=dark] .pd-lang-card{border-color:rgba(255,255,255,.1);background:rgba(255,255,255,3%)}[data-mode=dark] .pd-lang-icon{background:rgba(72,169,153,.12)}[data-mode=dark] .pd-capabilities .accordion-item{border-color:rgba(255,255,255,.1)}[data-mode=dark] .pd-capabilities .accordion-button:not(.collapsed){background:rgba(72,169,153,8%)}[data-mode=dark] .pd-capabilities .accordion-button::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e1e1e1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}[data-mode=dark] .pd-capabilities .accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2348a999'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}[data-mode=dark] .pd-capability-list li{border-bottom-color:rgba(255,255,255,4%)}[data-mode=dark] .pd-capabilities .accordion-item{border-color:rgba(255,255,255,.1)}[data-mode=dark] .pd-capabilities .accordion-button:not(.collapsed){background:rgba(72,169,153,8%)}[data-mode=dark] .pd-support-card{border-color:rgba(255,255,255,.1)}[data-mode=dark] .pd-support-included,[data-mode=dark] .pd-support-maintenance,[data-mode=dark] .pd-support-consulting{border-bottom-color:rgba(255,255,255,6%)}[data-mode=dark] .pd-maintenance-tier{border-color:rgba(255,255,255,8%)}@media(max-width:575.98px){.pd-lang-grid{grid-template-columns:1fr}.pd-pricing-tier-header{flex-direction:column;gap:.25rem}}