*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Tilda Sans,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:#fff;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:1rem}.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-icon-img{width:3rem;height:3rem;object-fit:contain;display:block}.logo-text{font-size:1.75rem;font-weight:700}.nav-desktop{display:none}@media (min-width: 1024px){.nav-desktop{display:flex;align-items:center;gap:.75rem}}.nav-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:9999px;border:1px solid rgba(255,255,255,.8);background:#ffffffb3;font-size:1.0625rem;font-weight:500;font-family:Tilda Sans,sans-serif;cursor:pointer;transition:all .2s;white-space:nowrap}.nav-btn-icon{width:1.5rem;height:1.5rem;flex-shrink:0;display:block;align-self:center;vertical-align:middle}.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:1.0625rem;font-weight:600;border-radius:.5rem;cursor:pointer;text-decoration:none;border:none;transition:all .2s}.header-inner .btn{padding:.875rem 1rem;font-size:1rem;font-family:Tilda Sans,sans-serif;white-space:nowrap;align-items:center}.header-inner .btn svg{width:1.375rem;height:1.375rem;flex-shrink:0}.header-inner .logo-text{font-family:Tilda Sans,sans-serif}.btn svg{flex-shrink:0}.btn-primary{background:linear-gradient(45deg,#1a93ea,#5167e3,#251da2);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}}.blog-carousel-section{padding-bottom:3rem}.blog-carousel-wrap{position:relative;max-width:1200px;margin:0 auto;--blog-carousel-count: 10}.blog-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:#fff;box-shadow:0 2px 12px #00000014;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#334155;transition:background .2s,color .2s}.blog-carousel-btn:hover{background:#f1f5f9;color:#0f172a}.blog-carousel-btn-prev{left:-.5rem}.blog-carousel-btn-next{right:-.5rem}@media (min-width: 768px){.blog-carousel-btn-prev{left:-1.25rem}.blog-carousel-btn-next{right:-1.25rem}}.blog-carousel-viewport{overflow:hidden;width:100%}.blog-carousel-track{display:flex;gap:1rem;transition:transform .35s ease-out;width:var(--blog-track-width, 100%)}.blog-carousel-card{flex:0 0 var(--blog-card-width, 100%);min-width:0;text-decoration:none;color:inherit;display:flex;flex-direction:column}.blog-carousel-card:hover{color:inherit}.blog-carousel-card-img-wrap{aspect-ratio:16/10;border-radius:.5rem;overflow:hidden;background:#f1f5f9;margin-bottom:.75rem}.blog-carousel-card-img{width:100%;height:100%;object-fit:cover}.blog-carousel-card-body{flex:1;min-width:0}.blog-carousel-card-title{font-size:1rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.blog-carousel-card-desc{font-size:.875rem;color:#64748b;line-height:1.45;margin-bottom:.5rem}.blog-carousel-card-link{font-size:.875rem;font-weight:600;color:#2563eb}.blog-carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.blog-carousel-dot{width:.5rem;height:.5rem;border-radius:50%;border:none;background:#cbd5e1;cursor:pointer;padding:0;transition:background .2s,width .2s}.blog-carousel-dot.active{background:#2563eb;width:1rem}.product-hero-section{padding:2.5rem 0}.product-hero-section .hero-grid{grid-template-columns:1fr}@media (min-width: 1024px){.product-hero-section{padding:6rem 0}.product-hero-section .hero-grid{grid-template-columns:1.75fr 1fr;gap:3.5rem}}.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%;min-width:0}.hero-product-illustration{border-radius:1.5rem;overflow:hidden;background:transparent;box-shadow:none;border:none}.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:1.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}.faq-card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 40px #0f172a14;position:relative;padding-top:3rem}.faq-badge{position:absolute;top:-1.25rem;left:1.25rem;width:2.5rem;height:2.5rem;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.125rem}.steps-card{padding:3rem}.steps-item{position:relative;height:100%;display:flex;flex-direction:column}.steps-item .steps-card{height:100%;display:flex;align-items:center}.steps-connector{position:absolute;right:-.75rem;top:50%;transform:translate(50%,-50%);z-index:5;pointer-events:none}.steps-connector-circle{width:3rem;height:3rem;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;box-shadow:0 18px 40px #0f172a2e}.steps-item .steps-card h3{text-align:center;font-size:20px!important}.steps-connector-arrow-icon{width:1.25rem;height:1.25rem;color:#fff;display:block;stroke:currentColor}@media (max-width: 1023px){.steps-connector{display:none}}@media (max-width: 767px){.steps-item{row-gap:.5rem}.steps-connector{display:flex;position:static;transform:none;justify-content:center;margin-top:.25rem}.steps-connector-circle{transform:rotate(90deg)}}.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:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-height:calc(100vh - 4rem);min-height:calc(100dvh - 4rem);display:flex;flex-direction:column;overflow:hidden}.mobile-nav-inner{padding:1rem;display:flex;flex-direction:column;gap:0;flex:1;min-height:0}.mobile-nav-scroll{flex:1;min-height:0;max-height:calc(100vh - 11rem);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-footer{flex-shrink:0;padding-top:.75rem;margin-left:-1.25rem;margin-right:-1.25rem;padding-left:.75rem;padding-right:.75rem}.mobile-nav-hr{margin:0 0 1rem;border:none;border-top:1px solid rgba(0,0,0,.08)}.mobile-nav-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;line-height:1;width:100%;padding:1rem 1.25rem;font-weight:600;font-size:1.0625rem;color:#fff!important;text-decoration:none!important;border:none;border-radius:.75rem;background:linear-gradient(180deg,#2563eb,#1d4ed8);box-shadow:0 4px 14px #2563eb66;transition:box-shadow .15s ease;box-sizing:border-box}.mobile-nav-cta:hover{color:#fff!important;box-shadow:0 6px 20px #2563eb80}.mobile-nav-cta span,.mobile-nav-cta svg{color:#fff!important;stroke:#fff!important;fill:none}.mobile-nav-cta span{line-height:1;display:inline-flex;align-items:center}.mobile-nav-cta svg{flex-shrink:0;display:block;margin:0;position:relative;top:.08em}.mobile-nav-link-ghost{display:block;width:100%;padding:.75rem 1rem;text-align:center;font-weight:500;color:#64748b;text-decoration:none;border-radius:.5rem;margin-bottom:.5rem}.mobile-nav-link-ghost:hover{background:#0000000d;color:#0f172a}.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;border:none;background:none;font-family:inherit;font-weight:600;font-size:1rem;line-height:1.5;color:#0f172a;cursor:pointer;border-radius:.5rem;text-align:left;text-decoration:none;box-sizing:border-box}.mobile-nav-link:hover{background:#0000000d}.mobile-nav .mobile-nav-link,.mobile-nav a.mobile-nav-link,.mobile-nav button.mobile-nav-link{font-family:inherit;font-weight:600;font-size:1rem;line-height:1.5;color:#0f172a}.mobile-nav-link-text{display:flex;align-items:center;gap:.5rem;min-width:0}.mobile-nav-link-icon{width:1.5rem;height:1.5rem;flex-shrink:0;display:block}.mobile-nav-group{margin:0}.mobile-nav-group-chevron{flex-shrink:0;display:inline-flex;transition:transform .25s ease}.mobile-nav-group-chevron svg{display:block}.mobile-nav-group.is-open .mobile-nav-group-chevron{transform:rotate(180deg)}.mobile-nav-group-content{overflow:hidden;display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.mobile-nav-group.is-open .mobile-nav-group-content{grid-template-rows:1fr}.mobile-nav-group-content-inner{min-height:0;padding-left:.5rem}.mobile-nav button:not(.mobile-nav-link){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.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;text-decoration:none}.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:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:.9rem;color:#fff;margin:0 0 1rem}.benefit-icon-i{font-size:1.5rem;line-height:1;color:#fff}.benefit-icon-img{width:1.5rem;height:1.5rem;object-fit:contain;filter:brightness(0) invert(1)}.ui-benefits-card{position:relative;overflow:hidden;border-radius:1.25rem;padding:1.75rem 1.5rem 1.8rem;text-align:left;border:none;box-shadow:0 22px 70px -40px #0f172a26;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.ui-benefits-card:before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at top right,rgba(37,99,235,.18),transparent 55%);opacity:0;pointer-events:none;transition:opacity .2s ease}.ui-benefits-card:hover{transform:translateY(-6px);box-shadow:0 28px 90px -45px #0f172ad9;border-color:#3b82f6b3;background:radial-gradient(circle at top left,#e0ecff,#fff 60%)}.ui-benefits-card:hover:before{opacity:1}.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:0 0 .5rem;color:#0f172a}.ui-benefits-card-desc{color:#64748b;margin:0;font-size:.9375rem;line-height:1.6}.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(-40%);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:1.2rem;font-weight:800;color:#050505;text-transform:uppercase;letter-spacing:0px;margin-bottom:.35rem}.nav-dropdown-col-subtitle{font-size:.9rem;color:#606264;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;line-height:.9rem;padding:.5rem 4rem;font-size:.7rem;text-align:center;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,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,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,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;overflow-y:scroll}.kb-sidebar-dropdown .kb-sidebar-link{padding-left:2rem}.kb-main{flex:1;padding:2rem 2.5rem;background:#fff;overflow-y:auto;font-family:Tilda Sans,sans-serif}.kb-content{max-width:800px;font-family:Tilda Sans,sans-serif}.kb-title{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;color:#0f172a;font-family:Tilda Sans,sans-serif}.kb-desc{color:#64748b;margin-bottom:2rem;line-height:1.6;font-family:Tilda Sans,sans-serif}.kb-subtitle{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#0f172a;font-family:Tilda Sans,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,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,sans-serif}.kb-card-desc{font-size:.875rem;color:#64748b;margin-bottom:.5rem;font-family:Tilda Sans,sans-serif}.kb-card-link{font-size:.875rem;color:#2563eb;font-family:Tilda Sans,sans-serif}.kb-empty{color:#64748b;font-family:Tilda Sans,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,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,sans-serif}.kb-overview-desc{font-size:.875rem;color:#64748b;margin-bottom:1rem;line-height:1.5;font-family:Tilda Sans,sans-serif}.kb-overview-links{list-style:none;padding:0;margin:0;font-family:Tilda Sans,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,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,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,sans-serif}.kb-back:hover{text-decoration:underline}.kb-article-preview{max-width:40%;float:right;margin:0 0 1rem 1.5rem;border-radius:.5rem;overflow:hidden;background:#f1f5f9}.kb-article-preview-img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;display:block}.kb-instruction-card{background:#fffffff2;border:1px solid rgba(226,232,240,.9);border-radius:.75rem;padding:1.5rem;font-family:Tilda Sans,sans-serif}.kb-article-body{line-height:1.7;color:#334155;font-family:Tilda Sans,sans-serif}.kb-article-body h2{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.5rem;font-family:Tilda Sans,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,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,sans-serif}.kb-main-full,.kb-main-full .kb-content{max-width:100%}.kb-instruction-body td{padding:10px;border:solid 1px #eee}.kb-instruction-body td:first-child{text-align:center;font-weight:600}.kb-cards-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width: 640px){.kb-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.kb-cards-grid{grid-template-columns:repeat(3,1fr)}}.kb-card-with-img{padding:0;overflow:hidden}.kb-card-with-img .kb-card-img-wrap{aspect-ratio:16/10;overflow:hidden;background:#f1f5f9}.kb-card-with-img .kb-card-img{width:100%;height:100%;object-fit:cover;display:block}.kb-card-with-img .kb-card-body{padding:1.25rem 1.5rem}@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}}.partners-landing{font-family:Tilda Sans,sans-serif;color:#0f172a;--pl-land-tile: min(2400px, 320vw);--pl-land-dots: 18px}.pl-topstrip{background:#fff;border-bottom:1px solid #e2e8f0;padding:.5rem 1rem}.pl-topstrip-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65rem 1rem;font-size:.8125rem;color:#64748b}.pl-pill{display:inline-block;padding:.2rem .65rem;border-radius:9999px;font-weight:800;font-size:.6875rem;letter-spacing:.02em}.pl-pill--strip{background:linear-gradient(135deg,#ff6b35,#ff006e);color:#fff}.pl-pill--strip-alt{background:#bef264;color:#14532d;border:2px solid #84cc16}.pl-topstrip-text{text-align:center;flex:1;min-width:12rem}.pl-hero{background:#fff;padding:2rem 0 3rem}@media (min-width: 1024px){.pl-hero{padding:3rem 0 4rem}}.pl-hero-grid{display:grid;gap:2.5rem;align-items:center}@media (min-width: 1024px){.pl-hero-grid{grid-template-columns:1fr 1fr;gap:3rem}}.pl-hero-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.pl-tag{padding:.35rem .75rem;border-radius:9999px;font-size:.8125rem;font-weight:700}.pl-tag--fire{background:#f97316;color:#fff}.pl-tag--electric{background:#0ea5e9;color:#fff}.pl-tag--lime{background:#d9f99d;color:#365314;border:2px solid #84cc16}.pl-hero-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15;margin:0 0 1rem;letter-spacing:-.02em}.pl-hero-lead{font-size:1.0625rem;line-height:1.65;color:#475569;margin:0 0 1.25rem}.pl-checklist{list-style:none;padding:0;margin:0 0 1.5rem}.pl-checklist li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.9375rem;color:#334155}.pl-checklist li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700}.pl-checklist--hero li{font-size:1rem}.pl-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.pl-btn-lg{padding:.875rem 1.5rem;font-size:1rem}.pl-btn-glow{box-shadow:0 0 0 3px #5167e359,0 8px 24px #2563eb40}.pl-hero-media{margin:0;position:relative}.pl-hero-media--frame:before{content:"";position:absolute;inset:-5px;border-radius:1.15rem;background:linear-gradient(135deg,#ff006e,#ff6b35,#06b6d4,#5167e3);z-index:0;opacity:.95}.pl-hero-img{position:relative;z-index:1;width:100%;height:auto;border-radius:1rem;display:block;border:3px solid #fff;box-shadow:0 24px 60px -32px #2563eb59}.pl-band--split-light{padding:0;background:#e0f2fe;border-top:1px solid #bae6fd;border-bottom:1px solid #bae6fd}.pl-angled{display:grid;grid-template-columns:1fr}@media (min-width: 900px){.pl-angled{grid-template-columns:1fr 1fr;align-items:stretch;min-height:300px}}.pl-angled-text{padding:2.5rem 1.5rem;color:#0f172a}.pl-h2--light{color:#fff}.pl-angled-p{color:#475569;line-height:1.65;margin:0 0 1.5rem}.pl-btn-outline-accent{display:inline-flex;padding:.75rem 1.25rem;border:2px solid #f97316;color:#c2410c;font-weight:700;border-radius:.5rem;text-decoration:none;font-family:Tilda Sans,sans-serif;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.pl-btn-outline-accent:hover{transform:translateY(-2px);box-shadow:0 10px 24px -12px #f9731673}.pl-angled-visual{margin:0;overflow:hidden;min-height:200px}.pl-angled-visual img{width:100%;height:100%;min-height:220px;object-fit:cover;display:block}.pl-marquee{overflow:hidden;padding:.85rem 0}.pl-marquee-track{display:flex;flex-wrap:nowrap;gap:2rem;width:max-content;animation:pl-marquee 45s linear infinite}.pl-marquee-item{font-size:.875rem;font-weight:600;white-space:nowrap}.pl-marquee-item:not(:last-child):after{content:"·";margin:0 1rem;font-weight:400}.pl-marquee--bright{background:#fff7ed;border-top:1px solid #fed7aa;border-bottom:1px solid #fed7aa}.pl-marquee--bright .pl-marquee-item{color:#ea580c;font-size:.9375rem}.pl-marquee--bright .pl-marquee-item:nth-child(5n+2){color:#0891b2}.pl-marquee--bright .pl-marquee-item:nth-child(5n+3){color:#7c3aed}.pl-marquee--bright .pl-marquee-item:nth-child(5n+4){color:#db2777}.pl-marquee--bright .pl-marquee-item:nth-child(5n){color:#16a34a}.pl-marquee--bright .pl-marquee-item:not(:last-child):after{color:#94a3b8}@keyframes pl-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.pl-section{padding:3rem 0}.pl-section--white{background:#fff}.pl-section--tint{background:#f8fafc}.pl-section--mist{background:#f1f5f9}.pl-h2{font-size:clamp(1.5rem,3vw,2.125rem);font-weight:800;margin:0 0 .75rem;letter-spacing:-.02em}.pl-section-lead{font-size:1.0625rem;color:#64748b;max-width:48rem;margin:0 0 2rem;line-height:1.6}.pl-muted{color:#64748b;line-height:1.6;margin:0}.pl-muted a{color:#2563eb}.pl-widget-showcase-group{margin-bottom:3.5rem}.pl-widget-showcase-group:last-child{margin-bottom:0}.pl-widget-cat-sub{margin:-.35rem 0 1.35rem;padding-left:1.35rem;font-size:1rem;color:#64748b;line-height:1.5;max-width:40rem}.pl-widget-grid{align-items:stretch}.pl-widget-card-anim{opacity:0;animation:pl-widget-in .58s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--pl-d, 0s);transition:transform .25s ease,box-shadow .25s ease}.pl-widget-card-anim:hover{transform:translateY(-4px);box-shadow:0 20px 40px -24px #0f172a33}.pl-widget-more{transition:background-color .2s ease,border-color .2s ease,color .2s ease}.pl-widget-card-anim:hover .pl-widget-more{border-color:#94a3b8;background:#f8fafc}.pl-section-title-anim{animation:pl-title-pop .65s cubic-bezier(.22,1,.36,1) both}@keyframes pl-widget-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes pl-title-pop{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pl-widget-category{margin-bottom:3rem}.pl-widget-category:last-child{margin-bottom:0}.pl-widget-cat-label{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;margin:0 0 1.25rem}.pl-widget-cat-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.pl-bento{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 768px){.pl-bento{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1100px){.pl-bento{grid-template-columns:repeat(3,1fr)}}.pl-bento-cell--wide{grid-column:span 1}@media (min-width: 1100px){.pl-bento-cell--wide{grid-column:span 2}}.pl-bento-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;overflow:hidden;border-top:4px solid var(--accent, #5167e3);transition:transform .2s,box-shadow .2s}.pl-bento-link:hover{transform:translateY(-4px);box-shadow:0 24px 48px -32px #0f172a2e}.pl-bento-img-wrap{aspect-ratio:1 / 1;background:#f1f5f9;overflow:hidden}.pl-bento-cell--wide .pl-bento-img-wrap{aspect-ratio:16 / 9}.pl-bento-img{width:100%;height:100%;object-fit:cover;display:block}.pl-bento-body{padding:1rem 1.25rem 1.25rem;flex:1;display:flex;flex-direction:column}.pl-bento-title{font-size:1.125rem;font-weight:800;margin:0 0 .5rem}.pl-bento-desc{font-size:.875rem;color:#64748b;margin:0 0 .75rem;flex:1;min-height:2.75rem}.pl-bento-more{font-weight:700;color:#2563eb;font-size:.9375rem}.pl-commission-wrap{padding:3rem 0;background:#fff}.pl-commission-shell{border-radius:clamp(1.25rem,3vw,1.85rem);padding:clamp(.65rem,1.5vw,.85rem);display:flex;flex-direction:column;gap:clamp(.85rem,2vw,1.15rem)}.pl-commission-hero{--pl-hero-accent: #db2777;position:relative;overflow:hidden;isolation:isolate;display:grid;gap:clamp(1.5rem,3vw,2.25rem);align-items:center;padding:clamp(1.75rem,4vw,2.75rem) clamp(1.35rem,3vw,2.5rem);border-radius:clamp(1.1rem,2.5vw,1.5rem);border:1px solid color-mix(in srgb,var(--pl-hero-accent) 22%,transparent);background:linear-gradient(155deg,#fff5fb,#fce7f3,#fbcfe8);color:#0f172a;box-shadow:0 1px #fffc inset,0 14px 40px -22px color-mix(in srgb,var(--pl-hero-accent) 22%,transparent)}.pl-commission-hero:before{content:"";position:absolute;inset:auto -32% -42% auto;width:min(72%,560px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 28% 32%,color-mix(in srgb,var(--pl-hero-accent) 30%,transparent),transparent 66%);pointer-events:none;z-index:0}.pl-commission-hero-text,.pl-commission-hero-art{position:relative;z-index:4;min-width:0}@media (min-width: 900px){.pl-commission-hero{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);align-items:center}}.pl-commission-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;margin-bottom:.5rem;border-radius:9999px;font-size:.625rem;font-weight:800;letter-spacing:.06em;color:#fda4d0;background:#0f172a59;border:1px solid rgba(255,255,255,.12)}.pl-commission-headline{display:flex;flex-direction:column;gap:.35em;margin:0 0 1.25rem;line-height:.9;letter-spacing:-.03em;font-weight:900;color:#0f172a}.pl-commission-headline-top{font-size:clamp(1.35rem,3.8vw,2.85rem);font-weight:800;line-height:1.12;color:#334155}.pl-commission-headline-pct{font-size:clamp(5rem,20vw,11rem);line-height:.88;letter-spacing:-.05em;color:var(--pl-hero-accent, #db2777)}.pl-commission-headline-sym{font-size:.45em;vertical-align:super;letter-spacing:-.02em}.pl-commission-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:.8125rem;font-weight:800;opacity:.95;margin:0 0 .25rem}.pl-commission-big{font-size:clamp(3.5rem,14vw,6.75rem);font-weight:900;line-height:.92;margin:0;letter-spacing:-.04em}.pl-commission-unit{font-size:.42em;vertical-align:super}.pl-commission-sub{font-size:1.0625rem;opacity:.96;max-width:28rem;margin:.85rem 0 1.35rem;line-height:1.5}.pl-commission-lifetime{font-size:clamp(1.15rem,2.2vw,1.45rem);font-weight:600;line-height:1.45;letter-spacing:-.01em;color:#fff;opacity:.97;margin:.75rem 0 1.5rem}.pl-commission-lifetime em{font-style:normal;background:#ffffff38;border-radius:6px;padding:.05em .35em;font-weight:700}.pl-commission-cta{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.9rem 1.5rem;border-radius:9999px;font-size:1rem;font-weight:800;font-family:Tilda Sans,sans-serif;text-decoration:none;color:#fff;background:linear-gradient(145deg,#f472b6,#db2777);border:1px solid color-mix(in srgb,#db2777 35%,transparent);box-shadow:0 1px #ffffff40 inset,0 12px 32px -14px color-mix(in srgb,#db2777 45%,transparent);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.pl-commission-cta:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 1px #ffffff4d inset,0 16px 36px -14px color-mix(in srgb,#db2777 55%,transparent)}.pl-commission-hero-art{display:flex;justify-content:center;align-items:center;z-index:3}@media (min-width: 900px){.pl-commission-hero-art{justify-content:flex-end}}.pl-commission-art-frame{width:100%;max-width:min(100%,420px);margin-inline:auto}.pl-commission-art-frame img{width:100%;max-width:100%;height:auto;display:block;border-radius:clamp(.65rem,1.5vw,.95rem);object-fit:contain}@media (max-width: 899px){.pl-commission-headline-pct{font-size:clamp(3.25rem,18vw,8.5rem)}.pl-commission-hero{gap:1.25rem}}.pl-commission-row{display:grid;gap:1.15rem;grid-template-columns:1fr}@media (min-width: 768px){.pl-commission-row{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.pl-commission-tile{position:relative;overflow:hidden;padding:1.35rem 1.35rem 1.4rem;border-radius:1.35rem;display:flex;flex-direction:column;gap:1rem;font-size:.90625rem;color:#0f172a;line-height:1.5;border:1px solid color-mix(in srgb,var(--pl-tile-accent) 22%,transparent);background:linear-gradient(155deg,var(--pl-tile-bg-a) 0%,var(--pl-tile-bg-b) 55%,var(--pl-tile-bg-c) 100%);box-shadow:0 1px #ffffffbf inset,0 14px 36px -20px var(--pl-tile-shadow);isolation:isolate;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,border-color .25s ease}.pl-commission-tile:before{content:"";position:absolute;inset:auto -35% -45% auto;width:min(85%,220px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 30% 30%,color-mix(in srgb,var(--pl-tile-accent) 28%,transparent),transparent 68%);pointer-events:none;z-index:0}.pl-commission-tile-icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.95rem;font-size:1.35rem;color:#fff;background:linear-gradient(145deg,var(--pl-tile-icon-a),var(--pl-tile-icon-b));box-shadow:0 2px 8px color-mix(in srgb,var(--pl-tile-accent) 35%,transparent),0 1px #ffffff59 inset}.pl-commission-tile-body{position:relative;z-index:1;display:flex;flex-direction:column;gap:.4rem}.pl-commission-tile strong{font-size:1.0625rem;font-weight:800;letter-spacing:-.02em;line-height:1.25}.pl-commission-tile-body span{color:#475569;font-size:.875rem;line-height:1.5}.pl-commission-tile--pink{--pl-tile-accent: #db2777;--pl-tile-bg-a: #fff5fb;--pl-tile-bg-b: #fce7f3;--pl-tile-bg-c: #fbcfe8;--pl-tile-shadow: rgba(219, 39, 119, .22);--pl-tile-icon-a: #f472b6;--pl-tile-icon-b: #db2777}.pl-commission-tile--cyan{--pl-tile-accent: #0891b2;--pl-tile-bg-a: #f0fdff;--pl-tile-bg-b: #e0f7fa;--pl-tile-bg-c: #cffafe;--pl-tile-shadow: rgba(8, 145, 178, .2);--pl-tile-icon-a: #22d3ee;--pl-tile-icon-b: #0891b2}.pl-commission-tile--violet{--pl-tile-accent: #7c3aed;--pl-tile-bg-a: #faf5ff;--pl-tile-bg-b: #ede9fe;--pl-tile-bg-c: #ddd6fe;--pl-tile-shadow: rgba(124, 58, 237, .2);--pl-tile-icon-a: #a78bfa;--pl-tile-icon-b: #7c3aed}.pl-partner-perk{position:relative;padding:clamp(3rem,8vw,5.75rem) 0;overflow:hidden;background:linear-gradient(155deg,#1e1b4b,#b56ff4 38%,#5b21b6 88%,#4c1d95)}.pl-partner-perk-deco{position:absolute;inset:0;pointer-events:none;opacity:.4;background-image:radial-gradient(circle at 12% 18%,rgba(167,139,250,.55) 0%,transparent 42%),radial-gradient(circle at 88% 72%,rgba(244,114,182,.4) 0%,transparent 45%),radial-gradient(rgba(255,255,255,.09) 1px,transparent 1px);background-size:auto,auto,28px 28px}.pl-partner-perk-container{position:relative;z-index:1}.pl-partner-perk-shell{display:grid;gap:clamp(2rem,5vw,3.5rem);align-items:center;padding:clamp(2rem,4.5vw,3.5rem) clamp(1.5rem,3.5vw,2.75rem);border-radius:clamp(1.5rem,3vw,2.25rem);border:1px solid rgba(255,255,255,.14);background:#0f172a61;box-shadow:0 1px #ffffff1a inset,0 40px 80px -40px #0000008c;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}@media (min-width: 960px){.pl-partner-perk-shell{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:clamp(2.25rem,4vw,3.75rem)}}.pl-partner-perk-art{position:relative;margin:0;min-height:min(52vw,22rem)}@media (min-width: 960px){.pl-partner-perk-art{min-height:20rem}}.pl-partner-perk-art-blob{position:absolute;border-radius:50%;filter:blur(36px);pointer-events:none;z-index:0}.pl-partner-perk-art-blob--a{width:min(90%,280px);aspect-ratio:1;top:-8%;left:-12%;background:#818cf88c}.pl-partner-perk-art-blob--b{width:min(70%,200px);aspect-ratio:1;bottom:-5%;right:-5%;background:#f472b673}.pl-partner-perk-art-ring{position:absolute;inset:8% 6% auto;height:78%;border-radius:1.75rem;background:linear-gradient(155deg,#1e1b4b,#b56ff6 38%,#5b21b6 88%,#4c1d95);filter:blur(28px);opacity:.75;z-index:1;pointer-events:none}.pl-partner-perk-figure{position:relative;z-index:2;margin:4% 4% 0;border-radius:1.35rem;overflow:hidden;background:#0f172a;box-shadow:0 24px 56px -28px #000000a6,0 0 0 1px #ffffff1f}.pl-partner-perk-img{display:block;width:100%;height:auto;vertical-align:middle;object-fit:cover;aspect-ratio:1/1}.pl-partner-perk-chip{position:absolute;z-index:3;display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .95rem;border-radius:9999px;font-size:.8125rem;font-weight:800;letter-spacing:.02em;color:#0f172a;background:#fffffff0;border:1px solid rgba(255,255,255,.5);box-shadow:0 12px 32px -12px #00000073;animation:pl-partner-perk-float 5s ease-in-out infinite}.pl-partner-perk-chip i{font-size:1.1rem;color:#7c3aed}.pl-partner-perk-chip--gift{top:4%;right:-2%}.pl-partner-perk-chip--inf{bottom:10%;left:-4%;animation-delay:-2.2s}.pl-partner-perk-chip--inf i{color:#db2777}@keyframes pl-partner-perk-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.pl-partner-perk-copy{position:relative;z-index:1;min-width:0}.pl-partner-perk-eyebrow{margin:0 0 .65rem;font-size:.75rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#c4b5fd}.pl-partner-perk-title{margin:0 0 1rem;font-size:clamp(1.65rem,4.2vw,2.85rem);font-weight:900;letter-spacing:-.035em;line-height:1.12;color:#f8fafc;text-wrap:balance}.pl-partner-perk-accent{background:linear-gradient(120deg,#fde68a,#fbbf24 45%,#f472b6);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.pl-partner-perk-lead{margin:0 0 1.5rem;font-size:clamp(1.02rem,2vw,1.15rem);line-height:1.65;color:#e2e8f0eb;max-width:38rem}.pl-partner-perk-points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.pl-partner-perk-points li{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;font-weight:600;color:#f8fafcf2;line-height:1.45}.pl-partner-perk-point-ic{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.65rem;font-size:1.1rem;color:#e9d5ff;background:#ffffff1f;border:1px solid rgba(255,255,255,.14)}@media (prefers-reduced-motion: reduce){.pl-partner-perk-chip{animation:none}}.pl-zigzag{display:grid;gap:1.5rem;align-items:center;margin-bottom:2.5rem}@media (min-width: 900px){.pl-zigzag{grid-template-columns:1fr 1fr;gap:2.5rem}}.pl-zigzag--reverse .pl-zigzag-visual{order:2}.pl-zigzag--reverse .pl-zigzag-copy{order:1}@media (max-width: 899px){.pl-zigzag--reverse{display:flex;flex-direction:column-reverse}.pl-zigzag--reverse .pl-zigzag-visual,.pl-zigzag--reverse .pl-zigzag-copy{order:unset}}.pl-zigzag-visual img{width:100%;border-radius:1rem;border:1px solid #e2e8f0;display:block}.pl-zigzag-copy{padding:1.5rem 1.75rem;border-radius:1rem}.pl-zigzag--coral .pl-zigzag-copy{background:#fff7ed;border-left:6px solid #f97316}.pl-zigzag--violet .pl-zigzag-copy{background:#f5f3ff;border-left:6px solid #8b5cf6}.pl-zigzag--lime .pl-zigzag-copy{background:#f7fee7;border-left:6px solid #84cc16}.pl-zigzag-title{margin:0 0 .5rem;font-size:1.35rem;font-weight:800}.pl-zigzag-copy p{margin:0;color:#475569;line-height:1.6}.pl-mosaic{display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(130px,auto)}@media (min-width: 768px){.pl-mosaic{grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(150px,auto)}}.pl-mosaic-cell{position:relative;border-radius:1rem;overflow:hidden;min-height:130px}.pl-mosaic-cell:nth-child(1){grid-column:span 2;grid-row:span 2;min-height:200px}@media (max-width: 767px){.pl-mosaic-cell:nth-child(1){grid-row:span 1;min-height:160px}}.pl-mosaic-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.pl-mosaic-overlay{position:absolute;inset:0;background:#0f172ab8;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:.85rem 1rem;font-size:.8125rem}.pl-mosaic-overlay strong{font-size:1.02rem;display:block;margin-bottom:.1rem}.pl-mosaic-cell--orange .pl-mosaic-overlay{box-shadow:inset 0 -4px #ff6b35}.pl-mosaic-cell--pink .pl-mosaic-overlay{box-shadow:inset 0 -4px #ec4899}.pl-mosaic-cell--cyan .pl-mosaic-overlay{box-shadow:inset 0 -4px #06b6d4}.pl-mosaic-cell--purple .pl-mosaic-overlay{box-shadow:inset 0 -4px #a855f7}.pl-mosaic-cell--lime .pl-mosaic-overlay{box-shadow:inset 0 -4px #84cc16}.pl-mosaic-cell--blue .pl-mosaic-overlay{box-shadow:inset 0 -4px #3b82f6}.pl-pills-section{padding:3rem 0;background:#0f172a}.pl-pills-section--light{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.pl-h2--center{text-align:center;color:#fff;margin-bottom:2rem}.pl-h2--dark-center{color:#0f172a}.pl-pills-row{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 640px){.pl-pills-row{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1100px){.pl-pills-row{grid-template-columns:repeat(4,1fr)}}.pl-pill-card{padding:1.35rem 1.2rem;border-radius:1rem;border:2px solid;background:#ffffff0d;color:#e2e8f0;display:flex;flex-direction:column;gap:.4rem;transition:transform .22s ease,box-shadow .22s ease}.pl-pills-section--light .pl-pill-card{background:#fff;color:#334155;box-shadow:0 4px 14px -8px #0f172a1f}.pl-pills-section--light .pl-pill-card strong{color:#0f172a}.pl-pills-section--light .pl-pill-card span{color:#64748b}.pl-pills-section--light .pl-pill-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px -18px #0f172a2e}.pl-pill-card strong{font-size:1.02rem;color:#fff}.pl-pill-card span{font-size:.8125rem;color:#94a3b8;line-height:1.4}.pl-pill--a{border-color:#f97316;box-shadow:0 6px 20px -10px #f9731673}.pl-pill--b{border-color:#06b6d4;box-shadow:0 6px 20px -10px #06b6d466}.pl-pill--c{border-color:#eab308;box-shadow:0 6px 20px -10px #eab30866}.pl-pill--d{border-color:#a855f7;box-shadow:0 6px 20px -10px #a855f766}.pl-timeline{list-style:none;padding:0 0 0 1.35rem;margin:0;position:relative}.pl-timeline:before{content:"";position:absolute;left:0;top:.35rem;bottom:.35rem;width:4px;border-radius:4px;background:#5167e3}.pl-timeline-item{position:relative;padding:0 0 1.75rem}.pl-timeline-item:last-child{padding-bottom:0}.pl-timeline-dot{position:absolute;left:-1.42rem;top:0;width:2.5rem;height:2.5rem;border-radius:50%;background:#5167e3;color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;border:3px solid #fff;box-shadow:0 0 0 2px #f97316}.pl-timeline-text{margin:0;padding-top:.2rem;font-weight:600;color:#334155;line-height:1.45;font-size:.975rem}.pl-income-light{background:#fff;padding:3.5rem 0;color:#0f172a;border-top:1px solid #e2e8f0}.pl-income-intro{color:#64748b;margin:0 0 1.5rem;max-width:42rem;line-height:1.6}.pl-income-table-wrap{overflow-x:auto;border-radius:1rem;border:1px solid #e2e8f0;background:#f8fafc}.pl-income-table{width:100%;border-collapse:collapse;font-size:.9375rem;font-family:Tilda Sans,sans-serif}.pl-income-table th,.pl-income-table td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid #e2e8f0}.pl-income-table th{color:#5167e3;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.pl-income-table tbody tr:last-child td{border-bottom:none}.pl-income-table td:last-child{font-weight:800;color:#16a34a}.pl-income-table--light tbody tr{transition:background-color .2s ease}.pl-income-table--light tbody tr:hover{background:#fff}@media (max-width: 639px){.pl-income-table thead{display:none}.pl-income-table tr{display:block;border-bottom:1px solid #e2e8f0;padding:.75rem 0}.pl-income-table td{display:block;border:none;padding:.25rem 1rem}.pl-income-table td:before{content:attr(data-label);display:block;font-size:.7rem;color:#5167e3;font-weight:600;text-transform:uppercase;margin-bottom:.15rem}}.pl-faq-studio{position:relative;padding:3.5rem 0 4rem;overflow:hidden}.pl-faq-studio-container{position:relative;z-index:1;max-width:min(96vw,1580px)}@media (min-width: 1024px){.pl-faq-studio-container{max-width:min(94vw,1620px)}}.pl-faq-studio-card{border-radius:14px;padding:clamp(1.75rem,4vw,2.75rem) clamp(1.25rem,3vw,2.5rem)}.pl-faq-studio-title{margin:0 0 .65rem;text-align:center;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800;color:#1a2b3c;letter-spacing:-.02em}.pl-faq-studio-subtitle{margin:0 auto 2rem;max-width:32rem;text-align:center;font-size:1rem;line-height:1.6;color:#6b7280}.pl-faq-flat{max-width:52rem;margin:0 auto}.pl-faq-studio-body{display:grid;grid-template-columns:minmax(11rem,.95fr) minmax(0,1.6fr);gap:clamp(1.25rem,3vw,2.5rem);align-items:start}.pl-faq-studio-tabs{display:flex;flex-direction:column;gap:0;padding:.4rem;background:#fff;border-radius:12px;border:1px solid #eef2f7;box-shadow:0 6px 28px -16px #0f172a1f}.pl-faq-studio-tab{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.9rem .95rem;border:none;border-radius:8px;background:transparent;font:inherit;font-weight:600;font-size:.9375rem;color:#64748b;cursor:pointer;text-align:left;transition:background .2s ease,color .2s ease,box-shadow .2s ease;border-bottom:1px solid #eef2f7}.pl-faq-studio-tab:last-child{border-bottom:none}.pl-faq-studio-tab:hover{color:#334155;background:#f8fafc}.pl-faq-studio-tab.is-active{background:#fff;color:#1a2b3c;font-weight:700;box-shadow:0 4px 18px -8px #0f172a1f,0 2px 8px -4px #0f172a14}.pl-faq-studio-tab-icon{font-size:1.1rem;color:#94a3b8;flex-shrink:0}.pl-faq-studio-tab.is-active .pl-faq-studio-tab-icon{color:#64748b}.pl-faq-studio-panels{min-width:0;position:relative}.pl-faq-studio-panel{display:none;flex-direction:column;gap:0}.pl-faq-studio-panel.is-active{display:flex}.pl-faq-studio-acc{border-bottom:1px solid #e5e7eb;transition:box-shadow .22s ease,margin .22s ease,padding .22s ease}.pl-faq-studio-acc:last-child{border-bottom:none}.pl-faq-studio-acc summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem .25rem 1rem 0;font-weight:700;font-size:.98rem;line-height:1.45;color:#1a2b3c;cursor:pointer;list-style:none}.pl-faq-studio-acc summary::-webkit-details-marker{display:none}.pl-faq-studio-acc summary:after{content:"+";flex-shrink:0;font-weight:500;font-size:1.35rem;line-height:1;color:#9ca3af}.pl-faq-studio-acc[open] summary:after{content:"×";font-size:1.5rem;color:#6b7280}.pl-faq-studio-acc[open]{margin-bottom:.35rem;padding:0 .75rem .85rem;margin-left:-.75rem;margin-right:-.75rem;width:calc(100% + 1.5rem);border-bottom:none;border-radius:12px;background:#fff;box-shadow:0 8px 28px -12px #0f172a24,0 2px 10px -6px #0f172a14}.pl-faq-studio-acc[open] summary{padding-top:1rem;padding-bottom:.65rem}.pl-faq-studio-acc-answer{padding:0 0 .15rem;margin:0;font-size:.9375rem;line-height:1.65;color:#6b7280}@media (max-width: 767px){.pl-faq-studio-body{grid-template-columns:1fr}.pl-faq-studio-tabs{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:.35rem;padding:.5rem .5rem .35rem;-webkit-overflow-scrolling:touch}.pl-faq-studio-tab{flex:0 0 auto;white-space:nowrap;border-bottom:none;border-right:1px solid #eef2f7}.pl-faq-studio-tab:last-child{border-right:none}}.pl-cta-burst{padding:4rem 0;background:#fef3c7;border-top:1px solid #fde68a}.pl-cta-burst-inner{text-align:center;max-width:38rem;margin:0 auto}.pl-cta-burst-title{font-size:clamp(1.5rem,4vw,2.35rem);font-weight:900;margin:0 0 1rem;color:#0f172a}.pl-cta-burst-copy p{color:#475569;margin:0 0 1.5rem;line-height:1.6}.pl-cta-burst-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1.0625rem;font-weight:800;color:#fff;text-decoration:none;border-radius:9999px;font-family:Tilda Sans,sans-serif;background:#ea580c;box-shadow:0 14px 36px -14px #ea580c8c;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.pl-cta-burst-btn:hover{background:#c2410c;transform:translateY(-2px);box-shadow:0 18px 40px -14px #ea580c80}.pl-pill--strip{background:#ea580c}.pl-hero{padding-bottom:2rem}.pl-hero-shell{position:relative;overflow:hidden;padding:1.5rem}.pl-hero-shell:before,.pl-hero-shell:after{content:"";position:absolute;border-radius:9999px;pointer-events:none}.pl-hero-grid{position:relative;z-index:1}@media (min-width: 1024px){.pl-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}}.pl-hero-kicker,.pl-eyebrow{margin:0 0 .75rem;color:#5167e3;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:800}.pl-eyebrow--center{text-align:center}.pl-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1.75rem}.pl-hero-stat{padding:1rem 1rem .95rem;border-radius:1rem;background:#f8fafc;border:1px solid #e2e8f0}.pl-hero-stat strong{display:block;font-size:clamp(1.3rem,3vw,2rem);line-height:1;letter-spacing:-.04em;margin-bottom:.35rem}.pl-hero-stat span{display:block;color:#64748b;font-size:.8125rem;line-height:1.4}.pl-hero-stage{position:relative;padding:1rem 0 1rem 1rem}.pl-hero-media--frame:before{background:#e2e8f0}.pl-hero-float{position:absolute;z-index:2;max-width:15rem;padding:1rem 1rem .95rem;border-radius:1rem;background:#fffffff5;border:1px solid rgba(226,232,240,.95);box-shadow:0 18px 45px -30px #0f172a38;animation:pl-float-card 5s ease-in-out infinite}.pl-hero-float--a{left:-.5rem;bottom:2rem}.pl-hero-float--b{right:-1rem;top:1.75rem;animation-delay:.6s}.pl-hero-float-kicker{display:block;margin-bottom:.45rem;color:#5167e3;text-transform:uppercase;letter-spacing:.1em;font-size:.6875rem;font-weight:800}.pl-hero-float strong{display:block;font-size:1rem;line-height:1.25;margin-bottom:.35rem}.pl-hero-float span:last-child{color:#64748b;font-size:.8125rem;line-height:1.45}@keyframes pl-float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.pl-proof-band{padding:4rem 0 2rem;background:#fff}.pl-proof-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 900px){.pl-proof-grid{grid-template-columns:repeat(3,1fr)}}.pl-proof-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.35rem;padding:1.35rem 1.35rem 1.25rem;box-shadow:0 18px 40px -34px #0f172a2e}.pl-proof-card h3{margin:0 0 .55rem;font-size:1.1rem;line-height:1.25}.pl-proof-card p{margin:0;color:#64748b;line-height:1.6}.pl-band--split-light{padding:3rem 0;background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.pl-editorial{display:grid;gap:1.25rem;grid-template-columns:1fr;align-items:start}@media (min-width: 1024px){.pl-editorial{grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:2rem}}.pl-editorial-copy{padding:1.75rem;border-radius:1.5rem;background:#fff;border:1px solid #e2e8f0;box-shadow:0 20px 50px -40px #0f172a33}.pl-editorial-title{max-width:44rem}.pl-editorial-side{display:grid;gap:1rem}.pl-editorial-card{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;padding:1.15rem 1.15rem 1.05rem;border-radius:1.2rem;background:#fff;border:1px solid #e2e8f0;box-shadow:0 20px 40px -34px #0f172a29}.pl-editorial-card-number{width:2.75rem;height:2.75rem;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;background:#eff6ff;color:#5167e3;font-weight:800;letter-spacing:-.02em}.pl-editorial-card strong{display:block;margin-bottom:.35rem;font-size:1rem}.pl-editorial-card p{margin:0;color:#64748b;line-height:1.55}.pl-income-layout{display:grid;gap:1.5rem;grid-template-columns:1fr;align-items:start}@media (min-width: 1024px){.pl-income-layout{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:2rem}}.pl-income-copy{max-width:32rem}.pl-income-note{padding:1rem 1rem .95rem;border-radius:1rem;background:#f8fafc;border:1px solid #e2e8f0}.pl-income-note strong{display:block;margin-bottom:.35rem;font-size:1rem}.pl-income-note p{margin:0;color:#64748b;line-height:1.55}.pl-quote-band{padding:0 0 3rem;background:#fff}.pl-quote-shell{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;padding:1.6rem 1.6rem 1.5rem;border-radius:1.5rem;background:#eff6ff;border:1px solid #bfdbfe}.pl-quote-mark{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;background:#5167e3;color:#fff;font-size:1.5rem;font-weight:800}.pl-quote-shell h2{margin:0 0 .5rem;font-size:clamp(1.25rem,3vw,1.8rem);line-height:1.25}.pl-quote-shell p{margin:0;color:#475569;max-width:46rem;line-height:1.65}.pl-proof-card,.pl-editorial-card,.pl-quote-shell,.pl-mosaic-cell{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.pl-proof-card:hover,.pl-editorial-card:hover,.pl-quote-shell:hover,.pl-mosaic-cell:hover{transform:translateY(-3px);box-shadow:0 20px 36px -26px #0f172a29}.pl-commission-tile:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--pl-tile-accent) 38%,transparent);box-shadow:0 1px #ffffffd9 inset,0 22px 48px -20px var(--pl-tile-shadow),0 10px 28px -18px color-mix(in srgb,var(--pl-tile-accent) 22%,transparent)}.pl-faq-item{transition:border-color .2s ease,box-shadow .2s ease}.pl-faq-item:hover{border-color:#cbd5e1}@media (prefers-reduced-motion: reduce){.pl-widget-card-anim,.pl-section-title-anim{animation:none;opacity:1}.pl-widget-card-anim:hover,.pl-pills-section--light .pl-pill-card:hover,.pl-cta-burst-btn:hover{transform:none}.pl-marquee-track,.pl-commission-hero,.pl-hero-float,.pl-widget-track{animation:none}}.pl-freepik-note{font-size:.75rem;color:#94a3b8;text-align:center;padding:1rem 1.25rem 2rem;margin:0 auto}.pl-freepik-note a{color:#64748b}.footer-nav a{color:#64748b;font-weight:500;text-decoration:none}.footer-nav a:hover{color:#0f172a}@media (max-width: 1023px){.pl-hero-stage{padding:0}.pl-hero-float{position:static;max-width:none;margin-top:1rem}.pl-hero-stats,.pl-quote-shell{grid-template-columns:1fr}}.pl-widget-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem}.pl-widget-chip-row{display:flex;flex-wrap:wrap;gap:.65rem}.pl-widget-chip{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:9999px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-size:.8125rem;font-weight:700}.pl-widget-carousel{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent)}.pl-widget-track{display:flex;gap:1rem;width:max-content;animation:pl-widget-carousel 44s linear infinite}.pl-widget-carousel:hover .pl-widget-track{animation-play-state:paused}.pl-widget-slide{width:min(20rem,80vw);flex:0 0 min(20rem,80vw);border-radius:1.4rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 18px 45px -34px #0f172a2e;overflow:hidden}.pl-widget-slide-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.pl-widget-slide-category{display:inline-flex;align-self:flex-start;margin:1rem 1rem 0;padding:.35rem .7rem;border-radius:9999px;background:color-mix(in srgb,var(--accent, #5167e3) 14%,white);color:var(--accent, #5167e3);font-size:.75rem;font-weight:800}.pl-widget-slide-media{margin:.85rem 1rem 0;border-radius:1rem;overflow:hidden;background:#f1f5f9;aspect-ratio:1 / 1}.pl-widget-slide-media img{width:100%;height:100%;display:block;object-fit:cover}.pl-widget-slide-body{padding:1rem 1rem 1.1rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.pl-widget-slide-body h3{margin:0;font-size:1.2rem;line-height:1.2}.pl-widget-slide-body p{margin:0;color:#64748b;line-height:1.55;min-height:4.6rem}.pl-widget-slide-more{margin-top:auto;color:#2563eb;font-weight:800}@keyframes pl-widget-carousel{0%{transform:translate(0)}to{transform:translate(calc(-50% - .5rem))}}.pl-story-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width: 900px){.pl-story-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.pl-story-card{display:flex;flex-direction:column;overflow:hidden;border-radius:1.5rem;background:#fff;border:1px solid #e2e8f0;box-shadow:0 22px 50px -38px #0f172a2e}.pl-story-card-media{aspect-ratio:16 / 10;background:#f8fafc}.pl-story-card-media img{width:100%;height:100%;object-fit:cover;display:block}.pl-story-card-copy{padding:1.2rem 1.2rem 1.25rem}.pl-story-card-step{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .6rem;margin-bottom:.8rem;border-radius:9999px;background:#eff6ff;color:#5167e3;font-size:.8rem;font-weight:800}.pl-story-card-copy p{margin:0;color:#64748b;line-height:1.6}.pl-story-card--coral .pl-story-card-step{background:#fff7ed;color:#f97316}.pl-story-card--violet .pl-story-card-step{background:#f5f3ff;color:#8b5cf6}.pl-story-card--lime .pl-story-card-step{background:#f7fee7;color:#65a30d}.pl-audience-grid{display:grid;gap:1rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 768px){.pl-audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1100px){.pl-audience-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.pl-audience-card{display:grid;grid-template-columns:7rem 1fr;gap:1rem;align-items:center;padding:1rem;border-radius:9px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 18px 40px -34px #0f172a26}.pl-audience-card-media{width:7rem;height:7rem;border-radius:1rem;overflow:hidden;background:#f8fafc}.pl-audience-img{width:100%;height:100%;object-fit:cover;display:block}.pl-audience-card-copy strong{display:block;margin-bottom:.35rem;font-size:1.05rem}.pl-audience-card-copy span{color:#64748b;line-height:1.55}.pl-audience-card--orange{border-top:3px solid #f97316}.pl-audience-card--pink{border-top:3px solid #ec4899}.pl-audience-card--cyan{border-top:3px solid #06b6d4}.pl-audience-card--purple{border-top:3px solid #8b5cf6}.pl-audience-card--lime{border-top:3px solid #65a30d}.pl-audience-card--blue{border-top:3px solid #3b82f6}.pl-roadmap{list-style:none;padding:0;margin:0;display:grid;gap:1rem;grid-template-columns:1fr;counter-reset:none}@media (min-width: 900px){.pl-roadmap{grid-template-columns:repeat(4,minmax(0,1fr))}}.pl-roadmap-item{position:relative;padding:1.25rem 1rem 1.1rem;border-radius:1.3rem;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 40px -34px #0f172a26}.pl-roadmap-dot{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:9999px;background:#5167e3;color:#fff;font-weight:800;margin-bottom:.9rem;box-shadow:0 0 0 3px #eff6ff}.pl-roadmap-text{margin:0;color:#334155;line-height:1.6;font-weight:600}.pl-roadmap-item:after{content:"";position:absolute;top:2.45rem;right:-.6rem;width:1.2rem;height:2px;background:#cbd5e1;display:none}@media (min-width: 900px){.pl-roadmap-item:not(:last-child):after{display:block}}.partners-landing>.header,.partners-landing>.pl-topstrip,.partners-landing>section:not(.pl-hero--herobg):not(.pl-partner-perk),.partners-landing>div.pl-marquee,.partners-landing>p.pl-freepik-note,.partners-landing>.footer{position:relative;background-color:transparent;background-repeat:repeat;background-image:repeating-linear-gradient(135deg,#f5e8ff,#e8f0ff,#fdeef5,#eef6ff,#f5e8ff),repeating-radial-gradient(circle at 50% 50%,rgba(196,181,253,.26) 0%,transparent 52%),repeating-radial-gradient(circle at 50% 50%,rgba(251,207,232,.2) 0%,transparent 46%),repeating-radial-gradient(circle at 50% 50%,rgba(165,216,255,.16) 0%,transparent 42%),radial-gradient(rgba(148,163,184,.21) 1px,transparent 1px);background-size:var(--pl-land-tile) var(--pl-land-tile),var(--pl-land-tile) var(--pl-land-tile),calc(var(--pl-land-tile) * .55) calc(var(--pl-land-tile) * .55),calc(var(--pl-land-tile) * .48) calc(var(--pl-land-tile) * .48),var(--pl-land-dots) var(--pl-land-dots)}.partners-landing>.header{background-image:linear-gradient(#ffffffc7,#ffffffc7),repeating-linear-gradient(135deg,#f5e8ff,#e8f0ff,#fdeef5,#eef6ff,#f5e8ff),repeating-radial-gradient(circle at 50% 50%,rgba(196,181,253,.26) 0%,transparent 52%),repeating-radial-gradient(circle at 50% 50%,rgba(251,207,232,.2) 0%,transparent 46%),repeating-radial-gradient(circle at 50% 50%,rgba(165,216,255,.16) 0%,transparent 42%),radial-gradient(rgba(148,163,184,.21) 1px,transparent 1px);background-size:auto,var(--pl-land-tile) var(--pl-land-tile),var(--pl-land-tile) var(--pl-land-tile),calc(var(--pl-land-tile) * .55) calc(var(--pl-land-tile) * .55),calc(var(--pl-land-tile) * .48) calc(var(--pl-land-tile) * .48),var(--pl-land-dots) var(--pl-land-dots)}.partners-landing>.footer{background-image:linear-gradient(#ffffffd1,#ffffffd1),repeating-linear-gradient(135deg,#f5e8ff,#e8f0ff,#fdeef5,#eef6ff,#f5e8ff),repeating-radial-gradient(circle at 50% 50%,rgba(196,181,253,.26) 0%,transparent 52%),repeating-radial-gradient(circle at 50% 50%,rgba(251,207,232,.2) 0%,transparent 46%),repeating-radial-gradient(circle at 50% 50%,rgba(165,216,255,.16) 0%,transparent 42%),radial-gradient(rgba(148,163,184,.21) 1px,transparent 1px);background-size:auto,var(--pl-land-tile) var(--pl-land-tile),var(--pl-land-tile) var(--pl-land-tile),calc(var(--pl-land-tile) * .55) calc(var(--pl-land-tile) * .55),calc(var(--pl-land-tile) * .48) calc(var(--pl-land-tile) * .48),var(--pl-land-dots) var(--pl-land-dots)}.partners-landing>.pl-topstrip{border-bottom-color:#94a3b838}.partners-landing>div.pl-marquee--bright{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff0;border:none!important}.partners-landing>section.pl-band--split-light{border-top-color:#94a3b833;border-bottom-color:#94a3b833}.partners-landing>section.pl-income-light{border-top-color:#94a3b833}.partners-landing>section.pl-pills-section--light{border-top-color:#94a3b833;border-bottom-color:#94a3b833}.partners-landing>section.pl-cta-burst{background-color:transparent;border-top-color:#fde0ab8c}.partners-landing>section.pl-hero.pl-hero--herobg{position:relative;isolation:isolate;background-color:#e2e8f0;background-image:var(--pl-hero-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat}.partners-landing>section.pl-hero.pl-hero--herobg>.container{position:relative;z-index:1}.partners-landing>section.pl-hero.pl-hero--herobg .pl-hero-shell{background:transparent;border:none;box-shadow:none}.partners-landing>section.pl-hero.pl-hero--herobg .pl-hero-shell:before,.partners-landing>section.pl-hero.pl-hero--herobg .pl-hero-shell:after{display:none}.partners-landing>section.pl-hero.pl-hero--herobg .pl-hero-grid--single{grid-template-columns:1fr;max-width:48rem}
