*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif;line-height:1.6;min-height:100vh;background:linear-gradient(160deg,#eef2ff,#f5f3ff 40%,#eff6ff);color:#0f172a;-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}@media (min-width: 768px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem;max-width:1360px}}.grid-2{display:grid;gap:2rem}@media (min-width: 1024px){.grid-2{grid-template-columns:1fr 1fr;gap:3.5rem}}.grid-4{display:grid;gap:1.5rem}@media (min-width: 768px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}.grid-3{display:grid;gap:1.5rem}@media (min-width: 768px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.card-glass{background:linear-gradient(180deg,#ffffffeb,#f4f6ffe6 60%,#eaf3ffdb);border:1px solid rgba(255,255,255,.7);box-shadow:0 18px 60px -40px #23388266;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1rem;padding:1.5rem}.card-glass:hover{transform:translateY(-4px);transition:transform .2s}.header{position:sticky;top:0;z-index:50;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.7)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:5rem;padding:0 1rem}@media (min-width: 1024px){.header-inner{padding:0 2rem}}.logo-wrap{display:flex;align-items:center;gap:.75rem}.logo-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.logo-icon-svg,.logo-icon svg{color:inherit;stroke:currentColor}.logo-text{font-size:1.5rem;font-weight:700}.nav-desktop{display:none}@media (min-width: 1024px){.nav-desktop{display:flex;align-items:center;gap:.75rem}}.nav-btn{padding:.5rem 1rem;border-radius:9999px;border:1px solid rgba(255,255,255,.8);background:#ffffffb3;font-weight:500;cursor:pointer;transition:all .2s}.nav-btn:hover{color:#1d4ed8}.nav-btn.active{font-weight:700;background:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;text-decoration:none;border:none;transition:all .2s}.btn svg{flex-shrink:0}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-primary svg{color:inherit;stroke:currentColor}.btn-ghost{background:transparent;color:#334155}.btn-ghost:hover{background:#0000000d}.hero h1{font-size:clamp(1.875rem,4vw,3.75rem);font-weight:700;line-height:1.1}.hero p{font-size:1rem;color:#475569}@media (min-width: 640px){.hero p{font-size:1.125rem}}@media (min-width: 1024px){.hero p{font-size:1.25rem}}.section{padding:2.5rem 0}@media (min-width: 768px){.section{padding:2.5rem 0}}.hero-bg{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:85vh;display:flex;align-items:center;justify-content:flex-start}.hero-content-wrap{position:relative;z-index:1;margin-left:0;margin-right:auto}.hero-content-backing{display:inline-block;padding:2rem 2.25rem;background:#ffffffeb;border-radius:1rem;box-shadow:0 8px 32px #00000026;max-width:32rem;text-align:left}.hero-section{position:relative;overflow:hidden;padding:2.5rem 0}@media (min-width: 1024px){.hero-section{padding:6rem 0}}.hero-grid{display:grid;gap:2.5rem;align-items:center}@media (min-width: 1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:3.5rem}}.hero-text{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.hero-text{gap:2rem}}.hero-text-inner{display:flex;flex-direction:column;gap:1rem}.hero-title{font-size:clamp(1.875rem,4vw,3.75rem);font-weight:700;line-height:1.1;color:#0f172a}.hero-desc{font-size:1rem;line-height:1.6;color:#475569}@media (min-width: 640px){.hero-desc{font-size:1.125rem}}@media (min-width: 1024px){.hero-desc{font-size:1.25rem}}.hero-cta{display:flex;flex-direction:column}.btn-hero{display:inline-flex;align-items:center;gap:.5rem;height:3rem;padding:0 1.5rem;font-size:1rem}@media (min-width: 640px){.btn-hero{height:3.5rem;padding:0 2rem;font-size:1.125rem}}.hero-benefits{display:none;flex-wrap:wrap;gap:1.25rem;padding-top:.5rem}@media (min-width: 640px){.hero-benefits{display:flex}}.hero-benefit-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#334155}@media (min-width: 1024px){.hero-benefit-item{font-size:1rem}}.hero-check{color:#34d399;flex-shrink:0;font-size:1rem}@media (min-width: 1024px){.hero-check{font-size:1.25rem}}.hero-carousel-wrap{position:relative;width:100%}.hero-carousel-inner{border-radius:1.5rem;overflow:hidden;background:#fff;box-shadow:none;border:none}.hero-carousel-slide{position:absolute;inset:0;opacity:0;transition:opacity .3s ease}.hero-carousel-slide.active{opacity:1;position:relative}.hero-carousel-img{width:100%;height:280px;object-fit:cover;display:block}@media (min-width: 640px){.hero-carousel-img{height:320px}}@media (min-width: 768px){.hero-carousel-img{height:460px}}.hero-carousel-gradient{position:absolute;inset:0;background:linear-gradient(to top,rgba(30,58,138,.6),transparent 50%,transparent);pointer-events:none}.hero-carousel-card{position:absolute;bottom:-.75rem;left:.25rem;right:.25rem;background:#fff;border-radius:.75rem;box-shadow:0 10px 40px #0000001a;padding:.625rem .75rem;display:flex;align-items:flex-start;gap:.5rem;max-width:100%}@media (min-width: 640px){.hero-carousel-card{bottom:-1rem;left:.5rem;right:.5rem;padding:.75rem;gap:.75rem}}@media (min-width: 768px){.hero-carousel-card{bottom:-2.5rem;left:-2.5rem;right:1rem;padding:1rem;gap:.75rem;max-width:28rem;border-radius:1rem}}.hero-carousel-card-icon{width:1.75rem;height:1.75rem;border-radius:.5rem;background:#eff6ff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.875rem}@media (min-width: 768px){.hero-carousel-card-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:#2563eb;color:#fff}}.hero-carousel-card-body{min-width:0;flex:1}.hero-carousel-card-title{font-size:.875rem;font-weight:700;line-height:1.2}@media (min-width: 640px){.hero-carousel-card-title{font-size:1rem}}@media (min-width: 768px){.hero-carousel-card-title{font-size:1.125rem}}.hero-carousel-card-desc{font-size:.75rem;line-height:1.4;color:#64748b;margin-top:.25rem}@media (min-width: 768px){.hero-carousel-card-desc{font-size:.875rem}}.hero-carousel-dots{display:flex;gap:.375rem;margin-top:.625rem}@media (min-width: 640px){.hero-carousel-dots{gap:.5rem;margin-top:.5rem}}.hero-carousel-dot{width:.375rem;height:.375rem;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;padding:0;transition:all .2s}@media (min-width: 640px){.hero-carousel-dot{width:.5rem;height:.5rem}}@media (min-width: 768px){.hero-carousel-dot{width:.625rem;height:.625rem}}.hero-carousel-dot.active{background:#2563eb;width:.75rem}@media (min-width: 640px){.hero-carousel-dot.active{width:1rem}}@media (min-width: 768px){.hero-carousel-dot.active{width:1.25rem}}.product-hero-section{padding:2.5rem 0}@media (min-width: 1024px){.product-hero-section{padding:6rem 0}}.product-hero-badges-inline{margin-bottom:0}.product-hero-badge-inline{background:#0000000f;color:#475569;padding:.35rem .75rem;border-radius:9999px;font-size:.8125rem;font-weight:600}.product-hero-install-inline{font-size:.9375rem;color:#64748b;margin-top:.25rem;margin-bottom:0}.hero-benefit-link{text-decoration:none;color:inherit}.hero-benefit-link:hover{color:#1d4ed8}.hero-product-visual{position:relative;width:100%}.hero-product-illustration{border-radius:1.5rem;overflow:hidden;background:#fff;box-shadow:0 18px 60px -40px #23388266;border:1px solid rgba(255,255,255,.7)}.hero-product-illustration img{display:block;width:100%;height:auto;vertical-align:top}.hero-product-images{display:flex;flex-direction:column;gap:0}.hero-product-images img{width:100%;height:auto;display:block}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;text-align:center;margin-bottom:2.5rem;color:#0f172a}.section-desc{font-size:1.0625rem;line-height:1.65;text-align:center;color:#64748b;margin-bottom:2.5rem;max-width:42rem;margin-left:auto;margin-right:auto}.carousel-wrap{border-radius:1.5rem;overflow:hidden;background:#fff;box-shadow:0 4px 20px #00000014}.carousel-img{width:100%;height:280px;object-fit:cover}@media (min-width: 640px){.carousel-img{height:320px}}@media (min-width: 768px){.carousel-img{height:460px}}.carousel-card{margin-top:-1rem;background:#fff;border-radius:1rem;padding:1rem;box-shadow:0 10px 40px #0000001a}@media (min-width: 768px){.carousel-card{margin:-2rem 0 0 1rem;max-width:28rem;padding:1.25rem}}.carousel-dots{display:flex;gap:.5rem;margin-top:.75rem}.carousel-dot{width:.5rem;height:.5rem;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;padding:0}.carousel-dot.active{background:#2563eb;width:1rem}.widget-icon{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;color:#fff;font-size:1.5rem}.widget-icon svg{color:inherit;stroke:currentColor}.steps .step-num{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:700;font-size:1.25rem}.footer{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.7)}.footer-inner{display:grid;gap:1.5rem;padding:3rem 1rem;text-align:center}@media (min-width: 768px){.footer-inner{grid-template-columns:auto 1fr auto;align-items:center;justify-content:space-between;text-align:left}}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.footer-nav button{background:none;border:none;color:#64748b;cursor:pointer;font-weight:500}.footer-nav button:hover{color:#0f172a}.scroll-progress{position:fixed;top:0;left:0;right:0;height:4px;background:transparent;z-index:60}.scroll-progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);transition:width .15s}.mobile-menu{display:block}@media (min-width: 1024px){.mobile-menu{display:none}}.mobile-menu-btn{padding:.5rem;border:none;background:transparent;cursor:pointer;color:#334155;border-radius:.5rem}.mobile-menu-btn:hover{background:#0000000d}.mobile-menu-btn svg{display:block}.desktop-actions{display:none}@media (min-width: 1024px){.desktop-actions{display:flex;align-items:center;gap:1rem}}.mobile-nav{border-top:1px solid rgba(255,255,255,.7);background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-nav-inner{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav button{width:100%;text-align:left;padding:.75rem 1rem;border:none;background:none;font-weight:500;cursor:pointer;border-radius:.5rem}.mobile-nav button:hover{background:#0000000d}.mobile-nav a{display:block;text-decoration:none;color:inherit}.mobile-nav a:hover{background:#0000000d}.check-list{display:none;flex-wrap:wrap;gap:1rem;align-items:center}@media (min-width: 640px){.check-list{display:flex}}.check-item{display:flex;align-items:center;gap:.5rem}.check-icon{color:#10b981;flex-shrink:0}.pricing-card{cursor:pointer}.pricing-card.recommended{position:relative;transform:scale(1.02);border:2px solid #084ec0!important}.pricing-badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background:linear-gradient(90deg,#2563eb,#3b82f6);color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:700}.benefit-icon{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;color:#fff;margin:0 auto}.ui-benefits-stat{display:flex;flex-direction:column;text-align:center}.ui-benefits-stat-num{font-size:2.5rem;font-weight:800;letter-spacing:-.02em;color:#2563eb;margin-bottom:.35rem}.ui-benefits-stat-label{margin:.35rem 0;font-size:1.0625rem;color:#0f172a}.ui-benefits-stat-note{font-size:.8125rem;color:#64748b;margin:.75rem 0 0;line-height:1.5}.ui-benefits-card-title{font-size:1.125rem;margin-bottom:.5rem;color:#0f172a}.ui-benefits-card-desc{color:#64748b;margin:0;font-size:.9375rem;line-height:1.5}.nav-dropdown-wrap{position:relative}.nav-dropdown-wrap:hover .nav-dropdown{opacity:1;visibility:visible}.nav-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.75rem;min-width:900px;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1rem;box-shadow:0 8px 32px -8px #0000001a,0 0 1px #0000000a;border:1px solid rgba(255,255,255,.9);opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:100;overflow:hidden}.nav-dropdown-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.nav-dropdown-col{padding:2rem 2.25rem 2.5rem;border-right:1px solid rgba(0,0,0,.05)}.nav-dropdown-col:last-child{border-right:none}.nav-dropdown-col-title{font-size:.7rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.35rem}.nav-dropdown-col-subtitle{font-size:.8rem;color:#cbd5e1;margin-bottom:1.75rem;line-height:1.4}.nav-dropdown-link{display:block;padding:.9rem 0;color:#0f172a;text-decoration:none;transition:color .15s}.nav-dropdown-link:hover .nav-dropdown-link-title,.nav-dropdown-link:hover .nav-dropdown-link-icon{color:#2563eb}.nav-dropdown-link-row{display:flex;align-items:flex-start;gap:.75rem}.nav-dropdown-link-icon{flex-shrink:0;color:#94a3b8;margin-top:.1rem}.nav-dropdown-link-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.nav-dropdown-link-title{font-weight:700;font-size:1.05rem;line-height:1.3}.nav-dropdown-link-short{font-size:.8rem;color:#94a3b8;font-weight:400;line-height:1.4}.mobile-nav-widget-link{display:block;padding:.6rem 1rem .6rem 1.5rem;text-decoration:none;color:inherit;font-weight:600}.widget-page-hero{padding:3rem 0 4rem}.widget-page-stat{font-size:2.5rem;font-weight:800;color:#2563eb}.widget-page-steps .step-card{padding:1.5rem}.widget-page-use-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.widget-page-use-item{padding:1rem;text-align:center;background:#fffc;border-radius:.75rem}.related-widgets{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.product-hero{padding:3rem 0 4rem;background:linear-gradient(145deg,var(--product-hero-bg, #2563eb) 0%,color-mix(in srgb,var(--product-hero-bg, #2563eb) 82%,#0f172a) 100%);color:#fff;position:relative;overflow:hidden}@media (min-width: 768px){.product-hero{padding:4rem 0 5.5rem}}@media (min-width: 992px){.product-hero{padding:5rem 0 6rem}}.product-hero:before{content:"";position:absolute;top:-50%;right:-15%;width:55%;height:180%;background:radial-gradient(ellipse 80% 50% at 70% 50%,rgba(255,255,255,.12) 0%,transparent 60%);pointer-events:none}.product-hero-inner{display:grid;gap:2.5rem;align-items:center;position:relative;z-index:1}@media (min-width: 992px){.product-hero-inner{grid-template-columns:1fr 1fr;gap:3rem}}.product-hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem}.product-hero-desc{font-size:1.0625rem;line-height:1.65;opacity:.95;margin-bottom:1.5rem;max-width:32rem}@media (min-width: 768px){.product-hero-desc{font-size:1.125rem}}.product-hero-links{display:flex;flex-wrap:wrap;gap:1rem 1.75rem;list-style:none;margin-bottom:1.75rem}.product-hero-links a{font-size:.9375rem;font-weight:500;color:#ffffffeb;text-decoration:none}.product-hero-links a:hover{color:#fff;text-decoration:underline}.product-hero-cta{display:inline-block;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;background:#fffffffa!important;color:var(--product-hero-bg, #2563eb)!important}.product-hero-cta:hover{background:#fff!important}.product-hero-visual{min-width:0}.product-hero-slider{border-radius:1.25rem;overflow:hidden;box-shadow:0 20px 60px -16px #00000059;max-width:460px}.product-hero-slider img{display:block;width:100%;height:auto}.product-what-grid{display:grid;gap:1.5rem}@media (min-width: 992px){.product-what-grid{grid-template-columns:minmax(240px,30%) 1fr;gap:2.5rem;align-items:stretch}}.product-what-stat{display:flex;flex-direction:column;padding:2rem!important;background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:1px solid rgba(0,0,0,.05)!important;box-shadow:0 4px 24px -8px #00000014!important;border-radius:1.25rem!important}.product-what-stat-num{font-size:2.5rem;font-weight:800;letter-spacing:-.02em;color:#2563eb;margin-bottom:.35rem}.product-what-stat-label{margin:.35rem 0;font-size:1.0625rem;color:#0f172a}.product-what-stat-note{font-size:.8125rem;color:#64748b;margin:.75rem 0 0;line-height:1.5}.product-what-stat-icon{margin-top:auto;max-width:40px;align-self:center}.product-what-benefits{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width: 768px){.product-what-benefits{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.product-what-benefit{display:flex;gap:1.125rem;align-items:flex-start;padding:1.5rem 1.75rem!important;transition:transform .2s,box-shadow .2s;background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:1px solid rgba(0,0,0,.05)!important;box-shadow:0 4px 24px -8px #00000014!important;border-radius:1.25rem!important}.product-what-benefit:hover{transform:translateY(-3px);box-shadow:0 12px 40px -12px #0000001f!important}.product-what-benefit .check-icon{color:#10b981;font-size:1.125rem}.product-what-benefit-icon{flex-shrink:0;width:40px}.product-what-benefit-icon img{max-width:100%}.product-what-benefit-text{margin:0;line-height:1.6;font-size:.9375rem;color:#475569}.product-how-work-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.product-how-work-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.product-how-work-item{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:start;padding:2rem 1.75rem!important;background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:1px solid rgba(0,0,0,.05)!important;box-shadow:0 4px 24px -8px #00000014!important;border-radius:1.25rem!important}.product-how-work-item:hover{box-shadow:0 12px 40px -12px #0000001f!important}.product-how-work-img{flex-shrink:0;max-width:200px;border-radius:1rem;overflow:hidden;box-shadow:0 8px 24px -8px #0000001f}.product-how-work-img img{display:block;width:100%;height:auto}.product-how-work-num{width:3.75rem;height:3.75rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:700;font-size:1.375rem;flex-shrink:0}.product-how-work-title{font-size:1.125rem;font-weight:600;line-height:1.35;margin:0 0 .5rem;color:#0f172a}.product-how-work-desc{margin:0;color:#64748b;font-size:.9375rem;line-height:1.65}.product-how-looks-grid{display:grid;gap:2rem}@media (min-width: 768px){.product-how-looks-grid{grid-template-columns:1fr auto;gap:2.5rem}}.product-how-looks-label{font-weight:600;font-size:1.0625rem;color:#0f172a;margin-bottom:1rem}.product-how-looks-img-wrap{display:block;border-radius:1.25rem;overflow:hidden;box-shadow:0 12px 48px -16px #00000026;transition:box-shadow .3s,transform .3s}.product-how-looks-img-wrap:hover{box-shadow:0 20px 56px -12px #0003;transform:translateY(-4px)}.product-how-looks-img-wrap img{display:block;width:100%;height:auto}.product-cta-registration-inner{text-align:center;padding:3.5rem 2.5rem;background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:1px solid rgba(0,0,0,.05)!important;box-shadow:0 8px 40px -16px #0000001f!important;border-radius:1.5rem!important}.product-cta-registration-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem;color:#0f172a}.product-cta-registration-text{margin-bottom:1.75rem;font-size:1.0625rem;line-height:1.6;color:#64748b}.product-use-variants-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}@media (min-width: 768px){.product-use-variants-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.product-use-variant{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;transition:transform .2s,box-shadow .2s;background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:1px solid rgba(0,0,0,.05)!important;box-shadow:0 4px 24px -8px #00000014!important;border-radius:1.25rem!important}.product-use-variant:hover{transform:translateY(-4px);box-shadow:0 12px 40px -12px #0000001f!important}.product-use-variant-wide{grid-column:1 / -1;align-items:stretch;text-align:left;padding:2rem 2.25rem;background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:1px solid rgba(0,0,0,.05)!important;box-shadow:0 4px 24px -8px #00000014!important;border-radius:1.25rem!important}.product-use-variant-wide:hover{transform:translateY(-4px);box-shadow:0 12px 40px -12px #0000001f!important}.product-use-variant-imgs{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.product-use-variant-imgs img{max-height:52px;width:auto}.product-use-variant-img{max-height:64px;width:auto;margin-bottom:1rem}.product-use-variant-title{font-size:1.0625rem;font-weight:600;margin:0;line-height:1.4;color:#0f172a}.product-use-variant-text{margin:.5rem 0 0;font-size:.9375rem;color:#64748b;line-height:1.6}.product-faq-grid{display:grid;gap:.75rem}@media (min-width: 768px){.product-faq-grid{grid-template-columns:repeat(2,1fr)}}.product-faq-link{display:block;padding:.75rem 1rem;color:#334155;text-decoration:none;border-radius:.5rem;transition:background .2s,color .2s}.product-faq-link:hover{background:#2563eb14;color:#2563eb}.product-related-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.product-related-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (min-width: 992px){.product-related-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.product-related-card{display:block;text-decoration:none;color:#fff;border-radius:1.25rem;overflow:hidden;box-shadow:0 12px 40px -16px #23388266;transition:box-shadow .3s,transform .3s}.product-related-card:hover{box-shadow:0 24px 56px -12px #23388280;transform:translateY(-6px)}.product-related-card-inner{padding:2rem 1.75rem;background:var(--card-gradient, linear-gradient(180deg, #3b82f6, #2563eb));min-height:100%;display:flex;flex-direction:column}.product-related-card-title{font-size:1.25rem;font-weight:700;line-height:1.3;margin:0 0 .75rem}.product-related-card-desc{font-size:.9375rem;opacity:.95;line-height:1.6;margin:0 0 1.25rem;flex:1}.product-related-card-btn{display:inline-block;font-size:.9375rem;font-weight:600;padding:.5rem 1.25rem;background:#ffffff38;border-radius:.5rem;width:fit-content}.product-related-card-install{font-size:.8125rem;opacity:.88;margin:1rem 0 0}.product-cta-footer-inner{text-align:center;padding:5rem 0 6rem}.product-cta-footer-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem;color:#0f172a}.product-cta-footer-desc{max-width:38rem;margin:0 auto 2rem;font-size:1.0625rem;line-height:1.65;color:#64748b}.product-cta-footer .btn{font-size:1.0625rem;padding:1rem 2rem}.product-hero-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.product-hero-badge{padding:.4rem .9rem;background:#ffffff38;border-radius:9999px;font-size:.8125rem;font-weight:600;letter-spacing:.01em}.product-hero-install{font-size:.9375rem;opacity:.92;margin-bottom:1.25rem;line-height:1.5}.product-hero-illustration{position:relative;border-radius:1.5rem;overflow:hidden;box-shadow:0 24px 64px -16px #00000059;max-width:480px}.product-hero-illustration img{display:block;width:100%;height:auto;vertical-align:top}.product-hero-freepik{position:absolute;bottom:.5rem;right:.75rem;font-size:.625rem;opacity:.75}.product-social-proof-inner{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:1.75rem 2rem;background:#fff;border-radius:1.25rem;box-shadow:0 4px 24px -8px #00000014;border:1px solid rgba(0,0,0,.05)}.product-social-proof-item{display:flex;align-items:center;gap:.625rem;font-size:1rem;color:#334155}.product-social-proof-icon{color:#10b981;font-weight:700;font-size:1.125rem}.product-social-proof-stat strong{color:#2563eb;margin-right:.25rem}.product-trust-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-trust-item{display:flex;gap:1.125rem;align-items:flex-start;padding:1.5rem 1.75rem;background:#fff;border-radius:1.25rem;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 24px -8px #00000014}.product-trust-icon{font-size:1.5rem}.product-trust-item strong{display:block;margin-bottom:.35rem;font-size:1rem;color:#0f172a}.product-trust-item p{margin:0;font-size:.9375rem;color:#64748b;line-height:1.5}.product-faq-accordion{max-width:56rem;width:100%;margin:0 auto}.product-faq-trigger-text{display:flex;align-items:center;gap:.5rem}.product-faq-emoji{font-size:1.25rem}.product-faq-item{border:1px solid rgba(0,0,0,.06);border-radius:1rem;margin-bottom:.75rem;overflow:hidden;background:#fff;box-shadow:0 2px 12px #00000008}.product-faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;text-align:left;background:none;border:none;font-size:1.0625rem;font-weight:600;cursor:pointer;color:#0f172a;line-height:1.4}.product-faq-trigger:hover{background:#00000005}.product-faq-icon{flex-shrink:0;margin-left:1rem;font-size:1.25rem;color:#94a3b8}.product-faq-content{padding:0 1.5rem 1.25rem}.product-faq-content p{margin:0 0 .5rem;font-size:.9375rem;color:#64748b;line-height:1.65}.product-faq-content a{font-size:.9375rem;color:#2563eb;font-weight:500}.product-float-cta{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(100px);z-index:40;padding:1rem 2rem;font-size:1rem;font-weight:600;background:#2563eb;color:#fff;text-decoration:none;border-radius:9999px;box-shadow:0 12px 40px -8px #2563eb8c;opacity:0;visibility:hidden;transition:transform .35s ease,opacity .35s,visibility .35s}.product-float-cta.visible{transform:translate(-50%) translateY(0);opacity:1;visibility:visible}@media (min-width: 1024px){.product-float-cta{display:none}}.animate-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}.product-hero.animate-on-scroll,.product-hero.animate-on-scroll.animated{opacity:1;transform:none}.product-what .section-title,.product-how-work .section-title,.product-use-variants .section-title,.product-faq-section .section-title,.product-related .section-title{margin-bottom:2rem}.product-use-variants .section-desc{margin-bottom:2.5rem}@media (min-width: 768px){.product-what-bento{display:grid;grid-template-columns:minmax(240px,30%) 1fr;gap:2.5rem}.product-what-bento .product-what-benefits{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:1.5rem}}.kb-page-wrap{min-height:calc(100vh - 80px);background:linear-gradient(135deg,#dce5ff,#f3edff,#d3ecff);padding:1.5rem 1rem 2rem;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-container{max-width:1280px;margin:0 auto;padding:0}.kb-layout{display:flex;min-height:calc(100vh - 140px);border-radius:1.5rem;overflow:hidden;background:linear-gradient(180deg,#ffffffeb,#f4f6ffe6 60%,#eaf3ffdb);border:1px solid rgba(255,255,255,.7);box-shadow:0 18px 60px -40px #23388266;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-sidebar{width:300px;flex-shrink:0;background:#ffffff80;border-right:1px solid rgba(226,232,240,.8);padding:1.5rem 0;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-sidebar-nav{display:flex;flex-direction:column;padding:1rem 0}.kb-search-form{display:flex;gap:.5rem;margin-bottom:1.5rem}.kb-search-form .kb-search-input{flex:1;padding:.5rem .75rem .5rem 2.25rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:.375rem;background:#f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2394a3b8' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E") no-repeat .6rem center}.kb-search-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:#2563eb;border:none;border-radius:.375rem;cursor:pointer}.kb-search-btn:hover{background:#1d4ed8}.kb-sidebar-item,.kb-sidebar-link{display:block;padding:.5rem 1.25rem;color:#475569;text-decoration:none;font-size:.9375rem;transition:background .15s,color .15s}.kb-sidebar-item:hover,.kb-sidebar-link:hover{background:#f1f5f9;color:#0f172a}.kb-sidebar-item.active,.kb-sidebar-link.active{background:#eff6ff;color:#2563eb;font-weight:600}.kb-sidebar-group{border-top:1px solid #e2e8f0}.kb-sidebar-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 1.25rem;background:none;border:none;font-size:.9375rem;color:#0f172a;font-weight:600;cursor:pointer;text-align:left}.kb-sidebar-toggle:hover{background:#f1f5f9}.kb-sidebar-arrow{transition:transform .2s;color:#64748b}.kb-sidebar-toggle[aria-expanded=true] .kb-sidebar-arrow{transform:rotate(90deg)}.kb-sidebar-dropdown{max-height:0;overflow:hidden;transition:max-height .25s ease}.kb-sidebar-dropdown.open{max-height:800px}.kb-sidebar-dropdown .kb-sidebar-link{padding-left:2rem}.kb-main{flex:1;padding:2rem 2.5rem;background:#f8fafc99;overflow-y:auto;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-content{max-width:800px;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-title{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;color:#0f172a;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-desc{color:#64748b;margin-bottom:2rem;line-height:1.6;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-subtitle{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#0f172a;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-cards{display:flex;flex-direction:column;gap:.75rem}.kb-card{display:block;background:#ffffffe6;border:1px solid rgba(226,232,240,.9);border-radius:.75rem;padding:1.25rem 1.5rem;text-decoration:none;color:inherit;transition:box-shadow .2s,border-color .2s;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-card:hover{box-shadow:0 4px 12px #23388214;border-color:#cbd5e1}.kb-card-title{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#0f172a;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-card-desc{font-size:.875rem;color:#64748b;margin-bottom:.5rem;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-card-link{font-size:.875rem;color:#2563eb;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-empty{color:#64748b;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-overview-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.kb-overview-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.kb-overview-grid{grid-template-columns:repeat(3,1fr)}}.kb-overview-card{background:#ffffffe6;border:1px solid rgba(226,232,240,.9);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #2338820f;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-overview-icon{width:48px;height:48px;background:#eff6ff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#2563eb;margin-bottom:1rem}.kb-overview-title{font-size:1.125rem;font-weight:600;margin-bottom:.35rem;color:#0f172a;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-overview-desc{font-size:.875rem;color:#64748b;margin-bottom:1rem;line-height:1.5;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-overview-links{list-style:none;padding:0;margin:0;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-overview-links li{margin-bottom:.35rem}.kb-overview-links a{color:#2563eb;text-decoration:none;font-size:.9375rem;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-overview-links a:hover{text-decoration:underline}.kb-overview-more{display:inline-block;margin-top:.5rem;font-size:.875rem;color:#2563eb;text-decoration:none;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-overview-more:hover{text-decoration:underline}.kb-back{display:inline-block;margin-bottom:1rem;color:#2563eb;text-decoration:none;font-size:.875rem;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-back:hover{text-decoration:underline}.kb-instruction-card{background:#fffffff2;border:1px solid rgba(226,232,240,.9);border-radius:.75rem;padding:1.5rem;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-article-body{line-height:1.7;color:#334155;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-article-body h2{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.5rem;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-article-body p{margin-bottom:1rem}.kb-article-body ul,.kb-article-body ol{margin-bottom:1rem;padding-left:1.5rem}.kb-article-body a{color:#2563eb}.kb-instruction-body{line-height:1.7;color:#334155;font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}.kb-instruction-body h2{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.5rem}.kb-instruction-body p{margin-bottom:1rem}.kb-instruction-body ul,.kb-instruction-body ol{margin-bottom:1rem;padding-left:1.5rem}.kb-instruction-body a{color:#2563eb}.kb-instruction-body code{background:#f1f5f9;padding:.15rem .4rem;border-radius:.25rem;font-size:.875em;font-family:ui-monospace,monospace}.kb-instruction-body pre{background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1rem 0}.kb-instruction-body pre code{background:none;padding:0;color:inherit}.kb-video-wrap{aspect-ratio:16/9;border-radius:.5rem;overflow:hidden;background:#1e293b;margin:1.5rem 0}.kb-video-wrap iframe{width:100%;height:100%;border:0}.kb-search-form .kb-search-input,.kb-sidebar-toggle{font-family:Tilda Sans,ui-sans-serif,system-ui,sans-serif}@media (max-width: 767px){.kb-layout{flex-direction:column}.kb-sidebar{width:100%;border-right:none;border-bottom:1px solid rgba(226,232,240,.8)}.kb-sidebar-dropdown.open{max-height:400px}}
