:root{--slider-transition-duration:.6s;--slider-transition-ease:cubic-bezier(.25, .46, .45, .94);--slider-autoplay-duration:5s;--slider-control-blur:blur(12px);--slider-control-bg:oklab(100% 0 5.96046e-8/.1);--slider-control-border:oklab(100% 0 5.96046e-8/.2);--pricing-card-shadow:0 1px 1px color-mix(in oklab, var(--color-navy-950) 4%, transparent), 0 24px 48px -12px color-mix(in oklab, var(--color-navy-950) 18%, transparent), 0 8px 24px -8px color-mix(in oklab, var(--color-brand-blue-600) 12%, transparent);--prose-gap:1.5rem}.product-slider-container{background-color:var(--color-navy-950);aspect-ratio:16/9;border-radius:1.25rem;position:relative;overflow:hidden}@media (width<=640px){.product-slider-container{aspect-ratio:16/9;border-radius:.75rem}}.product-slide{pointer-events:none;opacity:0;z-index:0;position:absolute;inset:0}.product-slide img{object-fit:cover;object-position:center;will-change:transform, opacity;width:100%;height:100%}.product-slide.is-active{pointer-events:auto;opacity:1;z-index:1}@keyframes slide-enter-zoom{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@keyframes slide-exit-zoom{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.97)}}.product-slide.entering{z-index:3;pointer-events:none;animation:slide-enter-zoom var(--slider-transition-duration) var(--slider-transition-ease) forwards}.product-slide.exiting{z-index:2;opacity:1;animation:slide-exit-zoom var(--slider-transition-duration) var(--slider-transition-ease) forwards}.product-slider-overlay{background:linear-gradient(to top, color-mix(in oklab, var(--color-navy-950) 70%, transparent) 0%, transparent 100%);z-index:3;pointer-events:none;border-radius:0 0 1.25rem 1.25rem;height:40%;position:absolute;inset:auto 0 0}.slider-control{z-index:10;background:var(--slider-control-bg);border:1px solid var(--slider-control-border);width:2.75rem;height:2.75rem;-webkit-backdrop-filter:var(--slider-control-blur);color:#fff;cursor:pointer;opacity:0;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s,opacity .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.product-slider-container:hover .slider-control{opacity:1}.slider-control:hover{background:oklab(100% 0 5.96046e-8/.2);transform:translateY(-50%)scale(1.08)}.slider-control:active{transform:translateY(-50%)scale(.96)}.slider-control:disabled{cursor:not-allowed;opacity:.3!important}.slider-control-prev{left:.875rem}.slider-control-next{right:.875rem}@media (width<=768px){.slider-control{opacity:1;width:2.25rem;height:2.25rem}}.slider-counter{z-index:10;background:var(--slider-control-bg);border:1px solid var(--slider-control-border);-webkit-backdrop-filter:var(--slider-control-blur);color:#fff;letter-spacing:.05em;font-variant-numeric:tabular-nums;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600;position:absolute;top:.875rem;right:.875rem}.slider-progress-wrap{z-index:10;background:oklab(100% 0 5.96046e-8/.25);border-radius:9999px;height:2px;position:absolute;bottom:3.25rem;left:1rem;right:1rem;overflow:hidden}@keyframes slider-progress-run{0%{width:0%}to{width:100%}}.slider-progress-bar{background:linear-gradient(90deg, var(--color-brand-blue-400) 0%, var(--color-brand-teal-400) 100%);border-radius:9999px;width:0%;height:100%}.slider-progress-bar.is-running{animation:slider-progress-run var(--slider-autoplay-duration) linear forwards}.slider-dots{z-index:10;align-items:center;gap:.375rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.slider-dot{cursor:pointer;background:oklab(100% 0 5.96046e-8/.45);border-radius:9999px;flex-shrink:0;width:.375rem;height:.375rem;transition:width .3s cubic-bezier(.34,1.56,.64,1),background .3s,opacity .2s}.slider-dot.is-active{background:linear-gradient(90deg, var(--color-brand-blue-400) 0%, var(--color-brand-teal-400) 100%);width:1.5rem}.slider-thumbs{scrollbar-width:none;-ms-overflow-style:none;gap:.5rem;padding:.5rem 0;display:flex;overflow-x:auto}.slider-thumbs::-webkit-scrollbar{display:none}.slider-thumb{cursor:pointer;opacity:.55;border:2px solid #0000;border-radius:.5rem;flex-shrink:0;width:5rem;height:3.5rem;transition:opacity .25s,border-color .25s,transform .25s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.slider-thumb img{object-fit:cover;object-position:center;pointer-events:none;width:100%;height:100%}.slider-thumb:hover{opacity:.8;transform:translateY(-2px)}.slider-thumb.is-active{opacity:1;border-color:var(--color-brand-blue-500);transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.product-slide.entering,.product-slide.exiting{animation-duration:.15s}.slider-progress-bar.is-running{width:100%;animation:none}.slider-thumb{transition:none}}.product-hero-fallback{background:linear-gradient(135deg, var(--color-navy-900) 0%, var(--color-brand-blue-700) 55%, var(--color-brand-teal-600) 100%);flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;display:flex}.product-hero-fallback svg{color:oklab(100% 0 5.96046e-8/.65);width:4rem;height:4rem}.product-hero{position:relative;overflow:hidden}.product-hero-mesh{background-image:radial-gradient(50% 60% at 10% 20%, color-mix(in oklab, var(--color-brand-blue-500) 18%, transparent) 0%, transparent 70%), radial-gradient(40% 50% at 90% 80%, color-mix(in oklab, var(--color-brand-teal-400) 12%, transparent) 0%, transparent 70%), linear-gradient(160deg, var(--color-navy-950) 0%, var(--color-navy-900) 60%, var(--color-navy-800) 100%)}.product-badge{text-transform:uppercase;letter-spacing:.08em;color:#fff;border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:.6875rem;font-weight:700;display:inline-flex}.product-badge.is-coming-soon{background:var(--color-slate-400,#94a3b8)}.product-badge.is-normal{background:linear-gradient(90deg, var(--color-navy-900) 0%, var(--color-brand-blue-600) 55%, var(--color-brand-teal-500) 100%)}.pricing-card{border:1px solid color-mix(in oklab, var(--color-brand-blue-400) 15%, transparent);box-shadow:var(--pricing-card-shadow);background:#fff;border-radius:1.25rem;overflow:hidden}.pricing-card-header{background:linear-gradient(160deg, color-mix(in oklab, var(--color-brand-blue-50) 80%, white) 0%, white 100%);border-bottom:1px solid #f1f5f9;padding:1rem}.pricing-card-body{padding:1rem}.pricing-cta-btn{letter-spacing:-.01em;cursor:pointer;border:none;border-radius:.875rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:opacity .2s,transform .2s,box-shadow .2s;display:flex}.pricing-cta-btn.is-active{background:linear-gradient(90deg, var(--color-navy-900) 0%, var(--color-brand-blue-600) 55%, var(--color-brand-teal-500) 100%);color:#fff;box-shadow:0 8px 24px -8px color-mix(in oklab, var(--color-brand-blue-600) 55%, transparent);animation:2.4s ease-out infinite cta-glow-pulse}.pricing-cta-btn.is-active:hover{opacity:.92;box-shadow:0 12px 28px -8px color-mix(in oklab, var(--color-brand-blue-600) 65%, transparent);transform:translateY(-1px)}.pricing-cta-btn.is-disabled{color:#94a3b8;cursor:not-allowed;background:#f1f5f9}.sticky-cta-bar{z-index:50;padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom));box-shadow:0 -8px 24px -8px color-mix(in oklab, var(--color-navy-950) 12%, transparent);background:#fff;border-top:1px solid #e2e8f0;align-items:center;gap:1rem;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.sticky-cta-bar.is-visible{transform:translateY(0)}.product-content-body{color:#334155;font-size:1rem;line-height:1.8}.product-content-body h2{font-family:var(--font-display);color:var(--color-navy-900);margin-top:2rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.product-content-body h3{font-family:var(--font-display);color:var(--color-navy-900);margin-top:1.5rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.product-content-body p{margin-bottom:1rem}.product-content-body ul,.product-content-body ol{flex-direction:column;gap:.375rem;margin-bottom:1rem;padding-left:1.5rem;display:flex}.product-content-body ul li{list-style:outside}.product-content-body ol li{list-style:decimal}.product-content-body strong{color:var(--color-navy-900);font-weight:700}.product-content-body a{color:var(--color-brand-blue-600);text-decoration:underline;-webkit-text-decoration-color:color-mix(in oklab, var(--color-brand-blue-400) 40%, transparent);text-decoration-color:color-mix(in oklab, var(--color-brand-blue-400) 40%, transparent);transition:text-decoration-color .2s}.product-content-body a:hover{-webkit-text-decoration-color:var(--color-brand-blue-600);text-decoration-color:var(--color-brand-blue-600)}.product-content-body blockquote{border-left:3px solid var(--color-brand-blue-400);color:#64748b;margin:1.5rem 0;padding-left:1rem;font-style:italic}.product-content-body img{border-radius:.75rem;max-width:100%;height:auto;margin:1.5rem 0}.product-feature-item{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:.75rem;padding:.75rem 0;display:flex}.product-feature-item:last-child{border-bottom:none}.product-feature-icon{background:var(--color-brand-teal-50);width:1.375rem;height:1.375rem;color:var(--color-brand-teal-600);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.0625rem;display:flex}.addon-card{background:#fff;border:1px solid #e2e8f0;border-radius:.875rem;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.addon-card:hover{border-color:color-mix(in oklab, var(--color-brand-blue-400) 50%, transparent);box-shadow:0 4px 16px -4px color-mix(in oklab, var(--color-brand-blue-600) 12%, transparent);transform:translateY(-1px)}.related-product-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;transition:border-color .25s,box-shadow .25s,transform .25s;overflow:hidden}.related-product-card:hover{border-color:color-mix(in oklab, var(--color-brand-blue-400) 50%, transparent);box-shadow:0 8px 24px -8px color-mix(in oklab, var(--color-brand-blue-600) 15%, transparent);transform:translateY(-3px)}.related-product-img{aspect-ratio:1;object-fit:cover;background:linear-gradient(135deg, var(--color-navy-900) 0%, var(--color-brand-blue-700) 100%);width:100%}.product-breadcrumb-item{color:#64748b;align-items:center;gap:.375rem;font-size:.8125rem;transition:color .2s;display:flex}.product-breadcrumb-item a:hover{color:var(--color-brand-blue-600)}.product-breadcrumb-sep{color:#cbd5e1;font-size:.75rem}.product-section-divider{background:linear-gradient(90deg,#0000 0%,#e2e8f0 20% 80%,#0000 100%);height:1.5px;margin:1rem}
