.pd-gallery-item{cursor:pointer}.pd-gallery-img{transition:transform .35s}.pd-gallery-item:hover .pd-gallery-img{transform:scale(1.04)}.gl-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9999;background:#0a0a0cbf;justify-content:center;align-items:center;padding:40px;animation:.2s gl-fade-in;display:flex;position:fixed;inset:0}@keyframes gl-fade-in{0%{opacity:0}to{opacity:1}}.gl-modal{background:#141416;border-radius:18px;flex-direction:column;width:100%;max-width:1080px;max-height:88vh;animation:.25s gl-modal-in;display:flex;overflow:hidden;box-shadow:0 25px 70px #0000008c}@keyframes gl-modal-in{0%{opacity:0;transform:scale(.97)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.gl-topbar{color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 28px;display:flex}.gl-counter{letter-spacing:.3px;opacity:.85;font-size:15px;font-weight:500}.gl-close-btn{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:background .2s;display:flex}.gl-close-btn:hover{background:#ffffff2e}.gl-stage{flex:1;justify-content:center;align-items:center;min-height:0;padding:0 20px;display:flex;position:relative}.gl-stage-imgwrap{flex-direction:column;justify-content:center;align-items:center;gap:12px;max-width:100%;max-height:100%;display:flex}.gl-stage-img{object-fit:contain;-webkit-user-select:none;user-select:none;border-radius:6px;max-width:100%;max-height:54vh;animation:.25s gl-img-in;box-shadow:0 10px 40px #00000080}@keyframes gl-img-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.gl-caption{text-align:center;color:#fffc;flex-shrink:0;padding:0 12px;font-size:18px;font-weight:600}.gl-arrow{color:#fff;cursor:pointer;z-index:2;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gl-arrow:hover{background:#fff3}.gl-arrow-prev{left:20px}.gl-arrow-next{right:20px}.gl-thumbstrip-wrap{flex-shrink:0;padding:22px 0 26px}.gl-thumbstrip{cursor:grab;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none;gap:10px;padding:4px 28px;display:flex;overflow-x:auto}.gl-thumbstrip.dragging{cursor:grabbing;scroll-behavior:auto}.gl-thumbstrip::-webkit-scrollbar{height:6px}.gl-thumbstrip::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:10px}.gl-thumbstrip::-webkit-scrollbar-track{background:0 0}.gl-thumb{opacity:.55;pointer-events:auto;border:2px solid #0000;border-radius:6px;flex:none;width:96px;height:68px;transition:opacity .2s,border-color .2s,transform .2s;overflow:hidden}.gl-thumb img{object-fit:cover;-webkit-user-drag:none;pointer-events:none;width:100%;height:100%;display:block}.gl-thumb:hover{opacity:.85}.gl-thumb.active{opacity:1;border-color:#fff;transform:translateY(-3px)}@media (max-width:900px){.gl-overlay{padding:22px}.gl-modal{border-radius:14px;max-height:90vh}.gl-topbar{padding:14px 18px}.gl-stage{padding:0 12px}.gl-stage-img{max-height:52vh}.gl-arrow{width:42px;height:42px;font-size:18px}.gl-arrow-prev{left:10px}.gl-arrow-next{right:10px}.gl-thumb{width:80px;height:58px}}@media (max-width:560px){.gl-overlay{padding:14px}.gl-modal{border-radius:12px;max-width:100%;max-height:92vh}.gl-topbar{padding:12px 14px}.gl-counter{font-size:13px}.gl-close-btn{width:34px;height:34px;font-size:15px}.gl-stage{padding:0 6px}.gl-stage-img{border-radius:4px;max-height:46vh}.gl-caption{font-size:12px}.gl-arrow{width:36px;height:36px;font-size:15px}.gl-arrow-prev{left:6px}.gl-arrow-next{right:6px}.gl-thumbstrip-wrap{padding:14px 0 18px}.gl-thumbstrip{gap:8px;padding:4px 14px}.gl-thumb{border-radius:4px;width:64px;height:46px}}
.pd-container{max-width:1200px;margin:0 auto;padding:0 20px}.pd-hero{height:380px;position:relative;overflow:hidden}.pd-hero-img{object-fit:cover;filter:brightness(.45);width:100%;height:100%;display:block}.pd-hero-overlay{text-align:center;justify-content:center;align-items:center;padding:40px 60px;display:flex;position:absolute;inset:0}.pd-hero-title{color:#fff;margin-bottom:12px;font-size:42px;font-weight:800;line-height:1.2}.pd-hero-desc{color:#fffc;max-width:700px;margin:0 auto;font-size:15px;font-weight:700;line-height:1.7}.pd-demo-btn{color:#fff;cursor:pointer;background:#1a8fa3;border:none;border-radius:50px;align-items:center;gap:12px;padding:14px 38px;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 8px 25px #1a8fa34d}.pd-demo-btn:hover{background:#157a8c;transform:translateY(-3px);box-shadow:0 12px 35px #1a8fa380}.pd-gallery{text-align:center;background:#fff;padding:60px 0 70px}.pd-gallery-title{color:#111827;margin-bottom:8px;font-size:28px;font-weight:800}.pd-gallery-subtitle{color:#6b7280;margin-bottom:36px;font-size:14px}.pd-gallery-grid{text-align:left;justify-content:center;gap:20px;display:flex}.pd-gallery-col{flex-direction:column;flex:1;gap:20px;min-width:0;display:flex}.pd-gallery-item{border-radius:10px;flex:1;position:relative;overflow:hidden}.pd-gallery-short{flex:.62}.pd-gallery-tall{flex:1.38}.pd-gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.pd-gallery-item:hover .pd-gallery-img{transform:scale(1.06)}.pd-gallery-caption{color:#fff;text-shadow:0 1px 3px #00000080;background:linear-gradient(#0000 0%,#0000008c 45%,#000000d9 100%);padding:22px 16px 12px;font-size:18px;font-weight:600;position:absolute;bottom:0;left:0;right:0}.pd-body{background:#fff;padding:60px 0 80px}.pd-layout{grid-template-columns:1fr 320px;align-items:start;gap:50px;display:grid}.pd-section-title{color:#111827;margin-bottom:16px;font-size:22px;font-weight:800}.pd-section-desc{color:#6b7280;margin-bottom:30px;font-size:14px;line-height:1.8}.pd-features-grid{grid-template-columns:1fr 1fr;gap:24px 40px;margin-bottom:36px;display:grid}.pd-feature-item{background:#f9fafb;border-left:3px solid #1a8fa3;border-radius:8px;padding:16px 20px}.pd-feature-title{color:#111827;margin-bottom:6px;font-size:14px;font-weight:700}.pd-feature-desc{color:#6b7280;font-size:13px;line-height:1.7}.pd-section-desc2{color:#6b7280;margin-bottom:40px;font-size:14px;line-height:1.8}.pd-steps-title{color:#111827;margin-bottom:8px;font-size:22px;font-weight:800}.pd-steps-intro{color:#6b7280;margin-bottom:28px;font-size:14px;line-height:1.8}.pd-steps-list{flex-direction:column;gap:20px;margin-bottom:50px;display:flex}.pd-step-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;align-items:flex-start;gap:20px;padding:16px;display:flex}.pd-step-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:130px;height:90px}.pd-step-content{flex:1}.pd-step-title{color:#111827;margin-bottom:6px;font-size:15px;font-weight:700}.pd-step-desc{color:#6b7280;font-size:13px;line-height:1.7}.pd-faq-title{color:#111827;margin-bottom:8px;font-size:22px;font-weight:800}.pd-faq-intro{color:#6b7280;margin-bottom:24px;font-size:14px;line-height:1.8}.pd-faq-list{flex-direction:column;gap:12px;display:flex}.pd-faq-item{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:10px;overflow:hidden}.pd-faq-question{color:#111827;cursor:pointer;text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.pd-faq-question:hover{background:#f9fafb}.pd-faq-question.open{color:#1a8fa3;background:#f0fafa}.pd-faq-icon{color:#9ca3af;flex-shrink:0;font-size:13px;transition:transform .3s}.pd-faq-question.open .pd-faq-icon{color:#1a8fa3;transform:rotate(180deg)}.pd-faq-answer{color:#6b7280;padding:0 20px 16px;font-size:13px;line-height:1.75;display:none}.pd-faq-answer.open{display:block}.pd-sidebar{flex-direction:column;gap:24px;display:flex}.pd-sidebar-card{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:24px;overflow:hidden}.pd-sidebar-title{color:#111827;background:#fafafa;border-bottom:1px solid #e5e7eb;padding:16px 20px;font-size:15px;font-weight:700}.pd-categories-list{margin:0;padding:12px 0;list-style:none}.pd-categories-list li a{color:#374151;border-left:3px solid #0000;padding:9px 20px;font-size:13px;text-decoration:none;transition:all .2s;display:block}.pd-categories-list li a:hover,.pd-categories-list li a.active{color:#1a8fa3;background:#f0fafa;border-left-color:#1a8fa3}.pd-download-list{flex-direction:column;gap:12px;padding:16px 20px;display:flex}.pd-download-item{border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;transition:all .3s;display:flex}.pd-download-item:hover{background:#f0fafa;border-color:#1a8fa3}.pd-download-left{align-items:center;gap:12px;display:flex}.pd-download-icon{color:#1a8fa3;background:#e0f5f8;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.pd-download-name{color:#111827;font-size:13px;font-weight:600;display:block}.pd-download-sub{color:#9ca3af;font-size:11px}.pd-download-arrow{color:#fff;background:#1a8fa3;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;display:flex}.pd-cta{background:#1a2332 url(https://images.unsplash.com/photo-1497366216548-37526070297c?w=1400&h=500&fit=crop) 50%/cover;padding:60px 0;position:relative}.pd-cta:before{content:"";background:#145064cc;position:absolute;inset:0}.pd-cta-inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;position:relative}.pd-cta-text{color:#fff;font-size:24px;font-weight:700;line-height:1.4}.pd-cta-btn{color:#1a8fa3;white-space:nowrap;background:#fff;border-radius:6px;flex-shrink:0;padding:13px 30px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.pd-cta-btn:hover{background:#e0f5f8}.pd-copyright{text-align:center;background:#111827;padding:14px 20px}.pd-copyright p{color:#6b7280;font-size:12px}@media (max-width:991px){.pd-layout{grid-template-columns:1fr}.pd-hero{height:350px}.pd-hero-title{font-size:30px}.pd-hero-overlay{padding:30px}.pd-features-grid{grid-template-columns:1fr}}@media (max-width:768px){.pd-gallery-grid{flex-direction:column;height:auto}.pd-gallery-item,.pd-gallery-short,.pd-gallery-tall{flex:none;height:220px}.pd-hero{height:300px}.pd-hero-title{font-size:26px}.pd-hero-desc{font-size:13px}.pd-step-item{flex-direction:column}.pd-step-img{width:100%;height:180px}.pd-cta-inner{text-align:center;flex-direction:column}.pd-cta-text{font-size:20px}}@media (max-width:560px){.pd-features-grid{grid-template-columns:1fr}.pd-hero-title{font-size:22px}.pd-hero{height:250px}.pd-hero-overlay{padding:20px}.pd-hero-desc{font-size:12px}.pd-demo-btn{gap:8px;padding:10px 24px;font-size:13px}}.pd-video-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.pd-video-item{background:#000;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.pd-gallery-video-el{object-fit:cover;background:#000;width:100%;height:400px;display:block}.pd-video-caption{color:#111827;text-align:center;background:#fff;padding:12px 16px;font-size:15px;font-weight:600}.pd-vid-gallery,.pd-vkd-gallery{text-align:center;background:#fff;padding:0}.pd-video-grid-single{grid-template-columns:1fr;justify-items:center}.pd-video-grid-single .pd-video-item{width:100%;max-width:700px}@media (max-width:900px){.pd-video-grid{grid-template-columns:repeat(1,1fr)}}@media (max-width:768px){.pd-video-grid-single .pd-gallery-video-el{height:300px}}@media (max-width:600px){.pd-video-grid{grid-template-columns:1fr}.pd-gallery-video-el{height:200px}}
