.comu-section.comu-faq .faq-list{display:flex;flex-direction:column;gap:var(--cp-faq-gap, 16px);max-width:var(--cp-faq-max-w, none);margin-inline:auto}.comu-section.comu-faq .faq-item{padding-bottom:16px;border-bottom:1px dashed rgba(0,0,0,.08)}.comu-section.comu-faq .faq-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 0;border:0;background:transparent;color:var(--cp-faq-q-color, #667085);font-size:15px;line-height:normal;font-weight:600;text-align:left;cursor:pointer;transition:color .15s ease}.comu-section.comu-faq .faq-btn:hover,.comu-section.comu-faq .faq-item.open .faq-btn{color:var(--cp-faq-q-open-color, #161b28)}.comu-section.comu-faq .faq-chevron{flex:none;width:18px;height:18px;margin-left:8px;color:var(--cp-color-text-muted, #667085);transition:transform .25s ease}.comu-section.comu-faq .faq-item.open .faq-chevron{transform:rotate(180deg)}.comu-section.comu-faq .faq-answer{display:grid;grid-template-rows:0fr;color:var(--cp-faq-a-color, var(--cp-color-text-muted, #667085));font-size:14px;line-height:22px;transition:grid-template-rows .25s ease}.comu-section.comu-faq .faq-item.open .faq-answer{grid-template-rows:1fr}.comu-section.comu-faq .faq-answer__inner{overflow:hidden}.comu-section.comu-faq .faq-item.open .faq-answer__inner{padding-top:8px}.comu-section.comu-faq .faq-answer p{margin:0}@media(prefers-reduced-motion:reduce){.comu-section.comu-faq .faq-answer,.comu-section.comu-faq .faq-chevron{transition:none}}.comu-section.comu-video-showcase .video-showcase-container{max-width:var(--cp-vs-max-w, 1200px);margin:0 auto}.comu-section.comu-video-showcase .video-wrapper{position:relative;width:100%;aspect-ratio:var(--cp-vs-ratio, 16 / 9);border-radius:var(--cp-vs-radius, 16px);overflow:hidden;background-color:#000;box-shadow:0 10px 30px #0000001a;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.comu-section.comu-video-showcase .video-cover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.comu-section.comu-video-showcase .video-showcase__video{z-index:1}.comu-section.comu-video-showcase .video-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:rgba(0,0,0,var(--cp-vs-overlay, .25));pointer-events:none;transition:background .3s ease}.comu-section.comu-video-showcase .video-wrapper:hover:after{background:rgba(0,0,0,calc(var(--cp-vs-overlay, .25) + .15))}.comu-section.comu-video-showcase .video-wrapper:hover .video-cover{transform:scale(1.02)}.comu-section.comu-video-showcase .video-play-btn{position:absolute;top:24px;right:24px;z-index:3;display:flex;align-items:center;justify-content:center;width:60px;height:60px;border:none;border-radius:50%;background:#000000d9;box-shadow:0 8px 24px #00000026;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.comu-section.comu-video-showcase .video-wrapper:hover .video-play-btn{background:#000;transform:scale(1.05)}.comu-section.comu-video-showcase .video-play-btn svg{width:26px;height:26px;color:#fff}.comu-section.comu-video-showcase .video-play-btn__play{margin-left:2px}.comu-section.comu-video-showcase .video-play-btn__pause,.comu-section.comu-video-showcase .video-play-btn.is-playing .video-play-btn__play{display:none}.comu-section.comu-video-showcase .video-play-btn.is-playing .video-play-btn__pause{display:block}.comu-section.comu-product-cards .product-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--cp-pc-min, 320px),1fr));gap:var(--cp-pc-gap, 40px)}.comu-section.comu-product-cards .mobile-product-card{position:relative;line-height:normal;padding:32px;border:1px solid var(--cp-pc-card-border, #eee);border-radius:var(--cp-pc-radius, 16px);background:var(--cp-pc-card-bg, #fff)}.comu-section.comu-product-cards .pc-save-badge{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#6bb5ff,#7df0e6);color:#fff;font-size:11px;font-weight:700;line-height:1.2;text-align:center}.comu-section.comu-product-cards .pc-save-badge p{margin:0}.comu-section.comu-product-cards .pc-tag{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:#f5f6f8;color:#18181b;font-size:11px;font-weight:600}.comu-section.comu-product-cards .pc-tag__icon{width:12px;height:12px;fill:currentColor;stroke:none}.comu-section.comu-product-cards .img-wrapper{display:flex;align-items:center;justify-content:center;height:var(--cp-pc-img-h, 240px);margin-top:40px;margin-bottom:24px}.comu-section.comu-product-cards .pc-main-img{width:auto;max-width:100%;height:100%;object-fit:contain;transition:opacity .2s ease}.comu-section.comu-product-cards .pc-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.comu-section.comu-product-cards .pc-title{margin:0;font-size:20px;line-height:24px;font-weight:700}.comu-section.comu-product-cards .pc-detail-link{display:inline-flex;flex:none;align-items:center;justify-content:center;background:transparent;color:var(--cp-pc-detail-color, #111827);transition:opacity .2s ease}.comu-section.comu-product-cards .pc-detail-link:hover{opacity:.65}.comu-section.comu-product-cards .pc-detail-icon{box-sizing:border-box;width:28px;height:28px;padding:4px;border:2px solid currentColor;border-radius:50%;stroke-width:2.6}.comu-section.comu-product-cards .pc-color-label{display:block;width:62px;flex-shrink:0;margin:0;font-size:14px;line-height:1.3}.comu-section.comu-product-cards .np-bundle-option{display:flex;align-items:center;gap:8px;margin-bottom:16px}.comu-section.comu-product-cards .np-color-options{display:flex;gap:12px}.comu-section.comu-product-cards .np-color-option{display:block;cursor:pointer}.comu-section.comu-product-cards .np-color-options input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.comu-section.comu-product-cards .np-color-swatch{position:relative;display:block;width:26px;height:26px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #c9c9c9;cursor:pointer;transition:box-shadow .2s ease}.comu-section.comu-product-cards .np-color-options input:checked+.np-color-swatch{box-shadow:0 0 0 2px #1a1a1a}.comu-section.comu-product-cards .np-color-options input:focus-visible+.np-color-swatch{outline:2px solid var(--cp-color-primary, #2277ff);outline-offset:3px}.comu-section.comu-product-cards .price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:24px;line-height:normal}.comu-section.comu-product-cards .pc-price{font-size:24px;font-weight:700}.comu-section.comu-product-cards .pc-compare{color:var(--cp-color-text-muted, #667085);font-size:14px;text-decoration:line-through}.comu-section.comu-product-cards .button-row{display:flex;gap:12px}.comu-section.comu-product-cards .pc-btn{display:inline-flex;flex:1;align-items:center;justify-content:center;padding:14px;border-radius:9999px;line-height:normal;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:opacity .2s ease}.comu-section.comu-product-cards .pc-btn:hover{opacity:.88}.comu-section.comu-product-cards .pc-btn--primary{border:1px solid #000;background:#000;color:#fff}.comu-section.comu-product-cards .pc-btn--secondary{border:1px solid #18181b;background:#f5f6f8;color:#18181b}.comu-section.comu-app-download .desktop-preview-container{position:relative;margin-bottom:80px;text-align:center}.comu-section.comu-app-download .desktop-downloads{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:10px}.comu-section.comu-app-download .desktop-download-item{display:flex;flex-direction:column;align-items:center;gap:8px}.comu-section.comu-app-download .desktop-download-btn{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;width:max-content;min-width:var(--cp-ad-btn-w, 220px);max-width:100%;height:48px;padding:0 12px;border-radius:8px;background-color:var(--cp-ad-btn-bg, #1a1a1a);color:var(--cp-ad-btn-text, #fff);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.comu-section.comu-app-download a.desktop-download-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.comu-section.comu-app-download .desktop-download-logo{flex:none;width:24px;height:24px}.comu-section.comu-app-download .btn-text-group{display:flex;flex:0 1 auto;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.comu-section.comu-app-download .btn-text-small{font-size:8px;font-weight:400;line-height:1;white-space:nowrap;opacity:.8}.comu-section.comu-app-download .btn-text-large{font-size:11px;font-weight:600;line-height:1.1;white-space:nowrap}.comu-section.comu-app-download .download-state-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-end;width:52px;height:28px;margin-left:auto}.comu-section.comu-app-download .desktop-download-icon{width:20px;height:20px;transition:opacity .2s ease}.comu-section.comu-app-download .coming-soon-badge{position:absolute;right:-8px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4px 10px;border-radius:100px;background:#f5f6f8;color:#6b7280;font-size:10px;font-weight:600;line-height:1.1;opacity:0;pointer-events:none;transition:opacity .2s ease}.comu-section.comu-app-download .coming-soon-badge p{margin:0}.comu-section.comu-app-download .desktop-download-btn:hover .desktop-download-icon{opacity:0}.comu-section.comu-app-download .desktop-download-btn:hover .coming-soon-badge{opacity:1}.comu-section.comu-app-download .desktop-web-cta{margin:24px 0;text-align:center}.comu-section.comu-app-download .ad-web-btn{display:inline-flex;align-items:center;justify-content:center;line-height:normal;padding:12px 32px;border-radius:100px;background-color:var(--cp-ad-web-bg, #54f2f2);color:var(--cp-ad-web-text, #000);font-size:16px;font-weight:600;text-decoration:none;transition:background-color .2s ease,color .2s ease}.comu-section.comu-app-download .ad-web-btn:hover{background-color:var(--cp-ad-web-hover-bg, #54f2f2);color:var(--cp-ad-web-hover-text, #000)}.comu-section.comu-app-download .ad-preview-img{display:block;width:100%;height:auto;border-radius:var(--cp-ad-preview-radius, 20px)}.comu-section.comu-app-download .ad-app-logo{display:flex;justify-content:center;margin-bottom:24px}.comu-section.comu-app-download .ad-app-logo img{width:80px;height:80px}.comu-section.comu-app-download .ad-app-heading{margin-bottom:24px}.comu-section.comu-app-download .ad-store-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:56px}.comu-section.comu-app-download .app-download-btn-wrapper{position:relative;display:inline-block;border-radius:8px;cursor:pointer;transition:transform .2s ease}.comu-section.comu-app-download .app-download-btn-wrapper:hover{transform:translateY(-2px)}.comu-section.comu-app-download .ad-store-badge{display:block;width:auto;height:48px}.comu-section.comu-app-download .qr-tooltip{position:absolute;bottom:100%;left:50%;z-index:100;display:block;width:max-content;padding:12px;border:1px solid rgba(0,0,0,.05);border-radius:12px;background:#fff;box-shadow:0 10px 25px #0000001a;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%) translateY(-10px);transition:opacity .3s cubic-bezier(.16,1,.3,1),visibility .3s,transform .3s cubic-bezier(.16,1,.3,1)}.comu-section.comu-app-download .qr-tooltip:after{content:"";position:absolute;top:100%;left:50%;border-width:6px;border-style:solid;border-color:#fff transparent transparent transparent;transform:translate(-50%)}.comu-section.comu-app-download .app-download-btn-wrapper:hover .qr-tooltip,.comu-section.comu-app-download .app-download-btn-wrapper:focus-visible .qr-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(-4px)}.comu-section.comu-app-download .qr-image{display:block;width:100px;height:100px;max-width:none;object-fit:contain}.comu-section.comu-app-download .qr-placeholder{display:flex;align-items:center;justify-content:center;width:100px;height:100px;border:2px dashed #cbd5e1;border-radius:8px;background:#f8fafc;color:#64748b;font-size:13px;font-weight:500;line-height:1.4;text-align:center}.comu-section.comu-app-download .qr-placeholder p{margin:0}@media(max-width:768px){.comu-section.comu-app-download .desktop-downloads{margin-bottom:16px}.comu-section.comu-app-download .ad-preview-img{width:140%;max-width:none;margin-left:-20%}.comu-section.comu-video-showcase .video-play-btn{top:10px;right:10px;width:34px;height:34px}.comu-section.comu-video-showcase .video-play-btn svg{width:14px;height:14px}.comu-section.comu-video-showcase .video-play-btn__play{margin-left:0}.comu-section.comu-product-cards .product-cards-grid{gap:24px}.comu-section.comu-product-cards .mobile-product-card{padding:24px}.comu-section.comu-product-cards .img-wrapper{height:180px;margin-top:24px;margin-bottom:16px}.comu-section.comu-product-cards .pc-title{font-size:18px}.comu-section.comu-product-cards .price-row{margin-bottom:16px}.comu-section.comu-product-cards .pc-price{font-size:20px}.comu-section.comu-product-cards .pc-btn{padding:12px}}.comu-section.comu-app-download{overflow:hidden}.comu-section.comu-app-download .ad-phone-mock{margin-bottom:calc(var(--cp-ad-phone-pull, 0px) * -1);text-align:center}.comu-section.comu-app-download .ad-phone-mock__inner{position:relative;display:inline-block;vertical-align:bottom}.comu-section.comu-app-download .ad-phone-mock__screen{position:absolute;top:2%;left:4%;z-index:0;width:92%;height:96%;border-radius:40px;object-fit:cover}.comu-section.comu-app-download .ad-phone-mock__frame{position:relative;z-index:1;display:block;width:auto;max-width:100%;max-height:var(--cp-ad-phone-h, 700px)}.comu-section.comu-app-download.comu-app-download--design{overflow:visible}.comu-section.comu-app-download.comu-app-download--design .ad-phone-mock{margin-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/6/assets/comu-appdl.css.map */
