body:has(.pg-products){--bg:#ffffff;--bg-2:#f3f7fd;--surface:#ffffff;--border:#e1e7f0;--border-soft:#eef2f8;--text:#0a1628;--text-dim:#3d4a68;--text-muted:#6b7690;--brand-blue:#0B52B0;--accent:#0B52B0;--accent-hover:#0d5ec9;--accent-2:#0369a1;--ok:#16a34a;--warn:#d97706;--nav-bg:rgba(255,255,255,.92);--grid-line:rgba(11,82,176,.07);--shadow-lg:0 20px 60px -20px rgba(10,30,70,.14);--display:"Bricolage Grotesque",sans-serif;--body:"DM Sans",sans-serif;--mono:"JetBrains Mono",monospace;--ease:cubic-bezier(.22,1,.36,1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,html{transition:background-color .4s var(--ease),color .4s var(--ease)}body{background:var(--bg);color:var(--text);font-family:var(--body);font-size:16px;line-height:1.55;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none}a,button{color:inherit}button{font:inherit;cursor:pointer;background:none;border:none}::selection{background:var(--accent);color:#fff}.pg-products .nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;transition:all .3s var(--ease);border-bottom:1px solid transparent}.pg-products .nav.scrolled{background:var(--nav-bg);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-color:var(--border-soft);padding:.85rem 2rem}.pg-products .logo{font-family:var(--display);font-weight:700;font-size:1.35rem;letter-spacing:-.02em;display:flex;align-items:center;gap:.55rem}.pg-products .logo-mark{width:30px;height:30px;background:var(--brand-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px rgba(59,127,224,.25),0 4px 16px -4px rgba(11,82,176,.6);animation:floatMark_products 4s ease-in-out infinite}.pg-products .logo-mark svg{width:18px;height:18px;color:#fff}@keyframes floatMark_products{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.pg-products .nav-links{display:flex;gap:2rem;list-style:none;font-size:.9rem;font-weight:500}.pg-products .nav-links>li{position:relative}.pg-products .nav-links a{position:relative;padding:.25rem 0;transition:color .2s var(--ease);display:inline-flex;align-items:center;gap:.3rem}.pg-products .nav-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--accent);transition:width .3s var(--ease)}.pg-products .nav-links a.is-active:after,.pg-products .nav-links a:hover:after{width:100%}.pg-products .nav-links a.is-active{color:var(--accent)}.pg-products .nav-chev{width:11px;height:11px;transition:transform .3s var(--ease)}.pg-products .has-dropdown:focus-within .nav-chev,.pg-products .has-dropdown:hover .nav-chev{transform:rotate(180deg)}.pg-products .dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(-6px);min-width:320px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:.5rem;opacity:0;visibility:hidden;pointer-events:none;box-shadow:var(--shadow-lg);transition:opacity .25s var(--ease),transform .25s var(--ease),visibility .25s;z-index:200}.pg-products .has-dropdown:focus-within .dropdown,.pg-products .has-dropdown:hover .dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.pg-products .has-dropdown:before{content:"";position:absolute;top:100%;left:0;right:0;height:12px}.pg-products .dropdown-eyebrow{font-family:var(--mono);font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);padding:.65rem .75rem .35rem}.pg-products .dropdown-item{display:flex;align-items:center;gap:.85rem;padding:.7rem .75rem;border-radius:9px;transition:background .2s var(--ease),color .2s var(--ease);cursor:pointer;position:relative}.pg-products .dropdown-item:after{display:none!important}.pg-products .dropdown-item:hover{background:var(--bg-2);color:var(--text)}.pg-products .dropdown-icon,.pg-products .dropdown-item.is-active{background:var(--bg-2);color:var(--accent)}.pg-products .dropdown-icon{flex-shrink:0;width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center}.pg-products .dropdown-item.is-active .dropdown-icon,.pg-products .dropdown-item:hover .dropdown-icon{background:var(--accent);color:#fff}.pg-products .dropdown-icon svg{width:18px;height:18px}.pg-products .dropdown-meta{display:flex;flex-direction:column;gap:.15rem;flex:1 1;min-width:0}.pg-products .dropdown-name{font-family:var(--display);font-weight:600;font-size:.95rem;letter-spacing:-.01em;line-height:1.2;color:var(--text);display:flex;align-items:center;gap:.5rem}.pg-products .dropdown-pill{font-family:var(--mono);font-size:.58rem;text-transform:uppercase;letter-spacing:.08em;padding:.15rem .4rem;border-radius:4px;background:rgba(74,222,128,.12);color:var(--ok);border:1px solid rgba(74,222,128,.25)}.pg-products .dropdown-pill.soon{background:rgba(245,158,11,.1);color:var(--warn);border-color:rgba(245,158,11,.25)}.pg-products .dropdown-desc{font-size:.78rem;color:var(--text-dim);line-height:1.35}.pg-products .dropdown-divider{height:1px;background:var(--border-soft);margin:.35rem .25rem}.pg-products .dropdown-foot{padding:.65rem .75rem .25rem;display:flex;align-items:center;justify-content:space-between;border-top:1px dashed var(--border);margin-top:.5rem;font-family:var(--mono);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.pg-products .dropdown-foot a{color:var(--accent)}.pg-products .dropdown-item.is-disabled{cursor:not-allowed;opacity:.65}.pg-products .dropdown-item.is-disabled:hover{background:transparent}.pg-products .dropdown-item.is-disabled:hover .dropdown-icon{background:var(--bg-2);color:var(--accent)}.pg-products .nav-right{display:flex;align-items:center;gap:.6rem}.pg-products .theme-toggle{width:38px;height:38px;border:1px solid var(--border);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--text);transition:all .4s var(--ease);position:relative;overflow:hidden}.pg-products .theme-toggle:hover{border-color:var(--accent);color:var(--accent);transform:rotate(25deg)}.pg-products .theme-toggle svg{width:16px;height:16px;position:absolute;transition:opacity .3s var(--ease),transform .4s var(--ease)}.pg-products .theme-toggle .sun{opacity:0;transform:scale(.6) rotate(-90deg)}.pg-products .theme-toggle .moon,.pg-products .theme-toggle .sun{opacity:1;transform:scale(1) rotate(0)}.pg-products .theme-toggle .moon{opacity:0;transform:scale(.6) rotate(90deg)}.pg-products .nav-cta{padding:.6rem 1.1rem;border:1px solid var(--border);border-radius:999px;font-size:.85rem;font-weight:500;transition:all .3s var(--ease);display:inline-flex;align-items:center;gap:.4rem}.pg-products .nav-cta:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.pg-products .nav-cta svg{width:12px;height:12px;transition:transform .3s var(--ease)}.pg-products .nav-cta:hover svg{transform:rotate(-45deg)}.pg-products .menu-toggle{display:none;width:38px;height:38px;border:1px solid var(--border);border-radius:8px;align-items:center;justify-content:center;background:var(--bg-2);color:var(--text)}.pg-products .hero{position:relative;padding:9rem 2rem 4rem;overflow:hidden}.pg-products .hero-bg{background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 60% at 50% 35%,#000 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 35%,#000 30%,transparent 80%)}.pg-products .hero-bg,.pg-products .hero-glow{position:absolute;inset:0;pointer-events:none;z-index:0}.pg-products .hero-glow{background:radial-gradient(ellipse 700px 350px at 50% 25%,rgba(59,127,224,.15),transparent 65%)}.pg-products .hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:1;text-align:center}.pg-products .hero-eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--mono);font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-dim);padding:.45rem .9rem;border:1px solid var(--border);border-radius:999px;background:var(--bg-2);margin-bottom:2rem}.pg-products .hero-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--ok);box-shadow:0 0 8px var(--ok);animation:pulseDot_products 2s ease-in-out infinite}@keyframes pulseDot_products{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.9)}}.pg-products .hero h1{font-family:"Sora",var(--display);font-weight:700;font-size:clamp(2.3rem,5vw,4.4rem);line-height:1.05;letter-spacing:-.03em;margin-bottom:1.5rem}.pg-products .hero h1 em{font-style:normal;font-weight:700;background:linear-gradient(100deg,var(--accent),#7DD3FC 40%,#a78bfa 65%,var(--accent));background-size:250% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:heroGradientFlow_products 5s ease-in-out infinite}@keyframes heroGradientFlow_products{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.pg-products .hero-sub{max-width:560px;color:var(--text-dim);font-size:1.15rem}.pg-products .hero-inner-split{display:flex;align-items:center;justify-content:space-between;gap:3rem;text-align:left}.pg-products .hero-text{flex:1 1;min-width:0}.pg-products .hero-collage{position:relative;width:300px;height:300px;flex-shrink:0}.pg-products .hc-tile{position:absolute;width:118px;height:118px;border-radius:26px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 46px -16px rgba(0,0,0,.3);animation:hcFloat_products 6s ease-in-out infinite}.pg-products .hc-tile svg{width:46px;height:46px;color:#fff}.pg-products .hc-1{top:6px;left:6px;rotate:-8deg;background:linear-gradient(135deg,#4ade80,#16a34a 60%,#0d9488);animation-delay:0s}.pg-products .hc-2{top:46px;left:156px;rotate:6deg;z-index:2;background:linear-gradient(135deg,var(--accent-hover),var(--brand-blue) 60%,#7c3aed);animation-delay:.5s}.pg-products .hc-3{top:168px;left:18px;rotate:9deg;background:linear-gradient(135deg,#818cf8,#6366f1 60%,#7c3aed);animation-delay:1s}.pg-products .hc-4{top:176px;left:168px;rotate:-6deg;z-index:2;background:linear-gradient(135deg,#f0821f,#e8720c 60%,#c81e5c);animation-delay:1.5s}@keyframes hcFloat_products{0%,to{translate:0 0}50%{translate:0 -10px}}@media (prefers-reduced-motion:reduce){.pg-products .hc-tile{animation:none}}@media (max-width:900px){.pg-products .hero-inner-split{flex-direction:column;text-align:center}.pg-products .hero-text{text-align:center}.pg-products .hero-sub{margin:0 auto}.pg-products .hero-collage{width:240px;height:240px;transform:scale(.85)}}@media (max-width:560px){.pg-products .hero-collage{display:none}}.pg-products .directory{padding:4rem 2rem 6rem}.pg-products .directory-inner{max-width:1400px;margin:0 auto}.pg-products .dir-section-head{display:flex;align-items:baseline;gap:1.25rem;flex-wrap:wrap;margin-bottom:1.75rem}.pg-products .dir-section-head-spaced{margin-top:4rem}.pg-products .dir-section-eyebrow{font-family:var(--mono);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);display:inline-flex;align-items:center;gap:.6rem;white-space:nowrap}.pg-products .dir-section-eyebrow:before{content:"";width:22px;height:2px;border-radius:1px;background:linear-gradient(90deg,var(--accent),#a78bfa)}.pg-products .dir-section-title{font-family:var(--display);font-weight:600;font-size:clamp(1.15rem,2vw,1.4rem);letter-spacing:-.02em;color:var(--text-dim)}.pg-products .dir-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.pg-products .dir-banner{display:grid;grid-template-columns:1fr auto;grid-gap:2.5rem;gap:2.5rem;align-items:center;background:linear-gradient(120deg,rgba(168,85,247,.12),rgba(236,72,153,.1) 60%,rgba(168,85,247,.12));background-size:250% auto;border:1px solid rgba(168,85,247,.3);border-radius:22px;padding:2.75rem 3rem;position:relative;overflow:hidden;transition:transform .4s var(--ease),border-color .4s var(--ease),box-shadow .4s var(--ease),background-position 1.2s var(--ease)}.pg-products .dir-banner:hover{transform:translateY(-5px);border-color:#a855f7;box-shadow:0 24px 60px -22px rgba(168,85,247,.4);background-position:100% 50%}.pg-products .dir-banner .dir-icon{background:linear-gradient(135deg,#c084fc,#a855f7 55%,#ec4899);color:#fff}.pg-products .dir-banner .dir-tags{margin-bottom:1.5rem}.pg-products .dir-banner .dir-cta{border-top:none;padding-top:0}.pg-products .dir-banner-stats{display:flex;flex-direction:column;gap:.7rem;width:190px;flex-shrink:0}.pg-products .dir-banner-stat{background:var(--bg-2);border:1px solid var(--border);border-radius:14px;padding:.9rem 1.1rem}.pg-products .dir-banner-stat-num{font-family:var(--display);font-size:1.5rem;font-weight:800;letter-spacing:-.03em;line-height:1;background:linear-gradient(100deg,#c084fc,#a855f7 50%,#ec4899);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.pg-products .dir-banner-stat-lbl{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:.35rem}@media (max-width:860px){.pg-products .dir-banner{grid-template-columns:1fr;padding:2.25rem 1.75rem}.pg-products .dir-banner-stats{flex-direction:row;width:100%}.pg-products .dir-banner-stat{flex:1 1}}@media (max-width:560px){.pg-products .dir-banner-stats{flex-direction:column}}.pg-products .dir-card{--card-accent:var(--accent);background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:2rem 1.75rem;position:relative;overflow:hidden;transition:transform .4s var(--ease),border-color .4s var(--ease),box-shadow .4s var(--ease);display:flex;flex-direction:column;min-height:340px}.pg-products .dir-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--card-accent),transparent);opacity:.55;transition:opacity .4s var(--ease)}.pg-products .dir-card:hover:before{opacity:1}.pg-products .dir-card:hover{transform:translateY(-6px);border-color:var(--accent);box-shadow:0 24px 60px -22px rgba(11,82,176,.4)}.pg-products .dir-card-indigo{--card-accent:#6366f1}.pg-products .dir-card-indigo .dir-icon{background:linear-gradient(135deg,#818cf8,#6366f1 60%,#7c3aed);color:#fff}.pg-products .dir-card-indigo:hover{border-color:#6366f1;box-shadow:0 24px 60px -22px rgba(99,102,241,.4)}.pg-products .dir-card-green{--card-accent:#16a34a}.pg-products .dir-card-green .dir-icon{background:linear-gradient(135deg,#4ade80,#16a34a 60%,#0d9488);color:#fff}.pg-products .dir-card-green:hover{border-color:#16a34a;box-shadow:0 24px 60px -22px rgba(34,197,94,.4)}.pg-products .dir-card.has-visual{background-image:var(--dir-visual);background-repeat:no-repeat;background-position:right -35px top -35px;background-size:210px 210px;transition:background-position .5s var(--ease),transform .4s var(--ease),border-color .4s var(--ease),box-shadow .4s var(--ease)}.pg-products .dir-card.has-visual:hover{background-position:right -20px top -20px}.pg-products .dir-card.is-flagship.has-visual{background-image:var(--dir-visual),linear-gradient(135deg,rgba(11,82,176,.07),rgba(124,58,237,.07));background-repeat:no-repeat,no-repeat;background-position:right -35px top -35px,0 0;background-size:210px 210px,cover}@media(max-width:640px){.pg-products .dir-card.has-visual{background-size:160px 160px;background-position:right -25px top -25px}}.pg-products .dir-card.is-flagship{--card-accent:var(--brand-blue);border-color:rgba(11,82,176,.3)}.pg-products .dir-card.is-flagship:hover{border-color:var(--brand-blue);box-shadow:0 24px 60px -22px rgba(11,82,176,.35)}.pg-products .dir-card.is-flagship .dir-icon{background:linear-gradient(135deg,var(--accent-hover),var(--brand-blue) 60%,#7c3aed);color:#fff}.pg-products .dir-tag{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);padding:.3rem .55rem;border:1px solid var(--border);border-radius:4px;width:-moz-fit-content;width:fit-content;margin-bottom:1.5rem}.pg-products .dir-tag.live:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--ok);box-shadow:0 0 6px var(--ok)}.pg-products .dir-tag.upcoming:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--warn)}.pg-products .dir-icon{width:56px;height:56px;background:var(--bg-2);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--accent);transition:transform .3s var(--ease)}.pg-products .dir-card:hover .dir-icon{transform:scale(1.08) rotate(-4deg)}.pg-products .dir-icon svg{width:26px;height:26px}.pg-products .dir-title{font-family:var(--display);font-size:1.65rem;font-weight:600;line-height:1.1;letter-spacing:-.02em;margin-bottom:.75rem}.pg-products .dir-desc{color:var(--text-dim);font-size:.95rem;line-height:1.55;margin-bottom:1.25rem}.pg-products .dir-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:auto;margin-bottom:1.25rem}.pg-products .dir-mini-tag{font-family:var(--mono);font-size:.62rem;text-transform:uppercase;letter-spacing:.07em;padding:.25rem .5rem;background:var(--bg-2);border:1px solid var(--border);border-radius:4px;color:var(--text-dim)}.pg-products .dir-cta{display:inline-flex;align-items:center;gap:.45rem;padding-top:1.25rem;border-top:1px dashed var(--border);font-size:.9rem;font-weight:600;color:var(--accent);transition:gap .3s var(--ease)}.pg-products .dir-card:hover .dir-cta{gap:.7rem}.pg-products .dir-cta svg{width:14px;height:14px}.pg-products .dir-meta{display:flex;gap:1rem;margin-top:auto;padding-top:1.25rem;border-top:1px dashed var(--border);font-family:var(--mono);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.pg-products .cta{padding:5rem 2rem;background:var(--bg-2);border-top:1px solid var(--border-soft);text-align:center}.pg-products .cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 800px 400px at 50% 100%,rgba(59,127,224,.15),transparent 60%);pointer-events:none}.pg-products .cta-inner{max-width:760px;margin:0 auto;position:relative}.pg-products .cta h2{font-family:var(--display);font-weight:600;font-size:clamp(2rem,5vw,3.5rem);line-height:1.05;letter-spacing:-.03em;margin-bottom:1.25rem}.pg-products .cta h2 em{font-style:italic;font-weight:400;color:var(--accent)}.pg-products .cta p{color:var(--text-dim);font-size:1.1rem;max-width:560px;margin:0 auto 2.5rem}.pg-products .cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.pg-products .btn{display:inline-flex;align-items:center;gap:.55rem;padding:.9rem 1.5rem;border-radius:999px;font-weight:500;font-size:.95rem;transition:all .3s var(--ease)}.pg-products .btn-primary{background:var(--accent);color:#fff}.pg-products .btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 12px 40px -10px rgba(11,82,176,.55)}.pg-products .btn-secondary{border:1px solid var(--border);color:var(--text)}.pg-products .btn-secondary:hover{border-color:var(--text);background:var(--bg-2)}.pg-products .btn svg{width:14px;height:14px;transition:transform .3s var(--ease)}.pg-products .btn:hover svg{transform:translate(2px,-2px)}.pg-products .footer{background:var(--bg);border-top:1px solid var(--border-soft);position:relative;overflow:hidden}.pg-products .footer:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(59,127,224,.035) 1px,transparent 0),linear-gradient(90deg,rgba(59,127,224,.035) 1px,transparent 0);background-size:60px 60px;pointer-events:none}.pg-products .footer:after{content:"MOUNTSMY";position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%);font-size:clamp(5rem,14vw,11rem);font-weight:800;letter-spacing:-.05em;color:transparent;-webkit-text-stroke:1px rgba(59,127,224,.07);white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1}.pg-products .footer-inner{max-width:1400px;margin:0 auto;padding:1rem 2rem 0;position:relative;z-index:1}.pg-products .footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding-bottom:3rem;border-bottom:1px solid var(--border-soft);flex-wrap:wrap}.pg-products .footer-brand-block{max-width:380px}.pg-products .footer-brand-logo{display:flex;align-items:center;gap:.55rem;font-weight:800;font-size:1.5rem;letter-spacing:-.03em;margin-bottom:1rem;text-decoration:none;color:var(--text)}.pg-products .footer-brand-logo img{height:32px;width:auto}.pg-products .footer-tagline{font-size:.9rem;color:var(--text-dim);line-height:1.65;margin-bottom:1.5rem}.pg-products .footer-socials{display:flex;gap:.6rem;flex-wrap:wrap}.pg-products .footer-socials a{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .85rem;border:1px solid var(--border);border-radius:8px;font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim);transition:all .25s;text-decoration:none}.pg-products .footer-socials a:hover{border-color:var(--accent);color:var(--accent);background:rgba(59,127,224,.06)}.pg-products .footer-socials a svg{width:14px;height:14px;flex-shrink:0}.pg-products .footer-socials a:after{display:none}.pg-products .footer-creds{display:flex;flex-direction:column;gap:.55rem;align-self:center}.pg-products .footer-cred-chip{display:inline-flex;align-items:center;gap:.55rem;padding:.45rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.pg-products .footer-cred-chip .chip-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent);flex-shrink:0}.pg-products .footer-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem 3rem;gap:2.5rem 3rem;padding:1.5rem 0;border-bottom:1px solid var(--border-soft)}.pg-products .footer-col h4{font-size:.62rem;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.pg-products .footer-col h4:after{content:"";flex:1 1;height:1px;background:var(--border-soft)}.pg-products .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.pg-products .footer-col a{color:var(--text-dim);font-size:.9rem;transition:color .2s,padding-left .2s;display:block}.pg-products .footer-col a:hover{color:var(--accent);padding-left:6px}.pg-products .footer-contact-item{display:flex;align-items:center;gap:.7rem;color:var(--text-dim);font-size:.9rem;text-decoration:none;transition:color .2s}.pg-products .footer-contact-item:hover{color:var(--accent)}.pg-products .footer-contact-item:after{display:none}.pg-products .footer-contact-ico{width:30px;height:30px;border-radius:7px;border:1px solid var(--border-soft);background:var(--surface);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s,background .2s}.pg-products .footer-contact-item:hover .footer-contact-ico{border-color:var(--accent);background:rgba(59,127,224,.1);color:var(--accent)}.pg-products .footer-contact-ico svg{width:13px;height:13px}.pg-products .footer-contact-ico.ico-wa{color:#4ade80}.pg-products .footer-contact-item:hover .footer-contact-ico.ico-wa{border-color:#4ade80;background:rgba(74,222,128,.08);color:#4ade80}.pg-products .footer-location{display:flex;align-items:center;gap:.7rem;color:var(--text-muted);font-size:.82rem;padding:.65rem .9rem;background:var(--surface);border:1px solid var(--border-soft);border-radius:8px}.pg-products .footer-location .loc-ping{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent);animation:locPing_products 2.5s ease-in-out infinite;flex-shrink:0}@keyframes locPing_products{0%,to{opacity:1;box-shadow:0 0 8px var(--accent)}50%{opacity:.5;box-shadow:0 0 16px var(--accent)}}.pg-products .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.75rem 0 2rem;font-size:.68rem;color:var(--text-muted);flex-wrap:wrap;gap:1rem}.pg-products .footer-bottom-links{display:flex;gap:1.5rem}.pg-products .footer-bottom-links a{color:var(--text-muted);transition:color .2s}.pg-products .footer-bottom-links a:hover{color:var(--accent)}.pg-products .footer-bottom-socials{display:flex;gap:.5rem}.pg-products .footer-bottom-socials a{width:34px;height:34px;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .25s;text-decoration:none}.pg-products .footer-bottom-socials a:hover{border-color:var(--accent);color:var(--accent);background:rgba(59,127,224,.06)}.pg-products .footer-bottom-socials a:after{display:none}.pg-products .footer-bottom-socials svg{width:14px;height:14px}.pg-products .footer-bottom-links a:after{display:none}@media(max-width:900px){.pg-products .footer-top{flex-direction:column}.pg-products .footer-creds{flex-direction:row;flex-wrap:wrap}.pg-products .footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.pg-products .footer-grid{grid-template-columns:1fr}.pg-products .footer-socials{flex-wrap:wrap}}@media (max-width:1024px){.pg-products .dir-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.pg-products .menu-toggle{display:inline-flex}.pg-products .nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--surface);border-bottom:1px solid var(--border);padding:1rem;gap:.5rem}.pg-products .nav-links.is-open{display:flex}.pg-products .nav-links>li{width:100%}.pg-products .nav-links a{padding:.75rem 1rem;border-radius:8px}.pg-products .nav-links a:hover{background:var(--bg-2)}.pg-products .dropdown{position:static;transform:none;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;margin-top:.5rem;background:var(--bg-2);display:none}.pg-products .has-dropdown.is-open .dropdown{display:block}}@media (max-width:640px){.pg-products .nav{padding:1rem}.pg-products .hero{padding:7rem 1.25rem 3rem}.pg-products .cta,.pg-products .directory{padding-left:1.25rem;padding-right:1.25rem}.pg-products .dir-grid{grid-template-columns:1fr}}.pg-products .svc-mega{min-width:620px!important;left:50%;transform:translateX(-50%) translateY(-6px);padding:1.25rem}.pg-products .has-dropdown:focus-within .svc-mega,.pg-products .has-dropdown:hover .svc-mega{transform:translateX(-50%) translateY(0)}.pg-products .svc-mega-head{font-family:var(--mono,"JetBrains Mono",monospace);font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted,#5a6378);margin-bottom:.85rem;padding:0 .25rem}.pg-products .svc-mega-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.35rem;gap:.35rem}.pg-products .svc-mega-item{display:flex;align-items:center;gap:.7rem;padding:.65rem .75rem;border-radius:10px;transition:background .2s;cursor:pointer}.pg-products .svc-mega-item:hover{background:var(--bg-2,#0b1222)}.pg-products .svc-mega-item:after{display:none!important}.pg-products .svc-mega-ico{width:34px;height:34px;border-radius:8px;background:var(--bg-2,#0b1222);color:var(--accent,#3B7FE0);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,color .2s}.pg-products .svc-mega-item:hover .svc-mega-ico{background:var(--accent,#3B7FE0);color:#fff}.pg-products .svc-mega-ico svg{width:16px;height:16px}.pg-products .svc-mega-name{font-weight:600;font-size:.9rem;color:var(--text,#f0f4fa);display:block;line-height:1.2}.pg-products .svc-mega-desc{font-size:.75rem;color:var(--text-dim,#8b96b0);margin-top:.1rem;display:block}.pg-products .svc-mega-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px dashed var(--border,#1e2a44);margin-top:.85rem;padding-top:.65rem;font-family:var(--mono,"JetBrains Mono",monospace);font-size:.63rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted,#5a6378)}.pg-products .svc-mega-foot a{color:var(--accent,#3B7FE0)}@media(max-width:768px){.pg-products .svc-mega{min-width:unset!important;position:static;transform:none!important}.pg-products .svc-mega-grid{grid-template-columns:1fr}}.pg-products .cta{padding:6rem 2rem;position:relative;overflow:hidden}.pg-products .cta-bg{position:absolute;inset:0;pointer-events:none}.pg-products .cta-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(59,127,224,.06) 1px,transparent 0),linear-gradient(90deg,rgba(59,127,224,.06) 1px,transparent 0);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 40%,transparent 100%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 40%,transparent 100%)}.pg-products .cta-bg-glow{position:absolute;inset:0;background:radial-gradient(ellipse 120% 80% at 50% 100%,rgba(59,127,224,.14),transparent 65%)}.pg-products .cta-card{max-width:960px;margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;grid-gap:3rem;gap:3rem;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:28px;padding:3.5rem 4rem;overflow:hidden}.pg-products .cta-card:before{content:"";position:absolute;inset:-1px;border-radius:29px;background:linear-gradient(135deg,rgba(59,127,224,.35),transparent 50%,rgba(59,127,224,.15));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none}.pg-products .cta-card:after{content:"";position:absolute;top:-80px;right:-80px;width:320px;height:320px;background:radial-gradient(circle,rgba(59,127,224,.18),transparent 65%);filter:blur(40px);pointer-events:none}.pg-products .cta-left{position:relative;z-index:1}.pg-products .cta-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;border:1px solid rgba(59,127,224,.35);border-radius:999px;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:rgba(59,127,224,.08);margin-bottom:1.5rem}.pg-products .cta-badge .badge-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--accent);animation:badgePulse_products 2s ease-in-out infinite}@keyframes badgePulse_products{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.pg-products .cta-card h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.1;letter-spacing:-.04em;margin-bottom:1rem}.pg-products .cta-card h2 em{font-style:italic;font-weight:400;color:var(--accent)}.pg-products .cta-card p{color:var(--text-dim);font-size:1rem;line-height:1.7;max-width:480px;margin-bottom:2rem}.pg-products .cta-acts{display:flex;gap:.85rem;flex-wrap:wrap}.pg-products .cta-right{position:relative;z-index:1;flex-shrink:0}.pg-products .cta-visual{width:200px;display:flex;flex-direction:column;gap:.6rem}.pg-products .cta-stat-card{background:var(--bg-2);border:1px solid var(--border);border-radius:14px;padding:.85rem 1.1rem;position:relative;overflow:hidden}.pg-products .cta-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:.5}.pg-products .cta-stat-num{font-size:1.5rem;font-weight:800;letter-spacing:-.04em;color:var(--accent);line-height:1}.pg-products .cta-stat-lbl{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem}.pg-products .cta-avail{display:flex;align-items:center;gap:.5rem;background:var(--bg-2);border:1px solid rgba(74,222,128,.25);border-radius:14px;padding:.75rem 1.1rem}.pg-products .cta-avail .dot-g{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 10px #4ade80;animation:badgePulse_products 1.8s ease-in-out infinite;flex-shrink:0}.pg-products .cta-avail-txt{font-size:.72rem;color:#4ade80;font-weight:500;line-height:1.3}@media(max-width:768px){.pg-products .cta-card{grid-template-columns:1fr;padding:2.5rem 2rem;gap:2rem}.pg-products .cta-right{display:none}}[data-card]{transform-style:preserve-3d;will-change:transform;transition:transform .4s var(--ease,.6s cubic-bezier(.16,1,.3,1)),box-shadow .4s,border-color .35s}[data-card]:hover{border-color:var(--accent)!important;box-shadow:0 28px 56px -20px rgba(11,82,176,.38)}.pg-products .card-spotlight{position:absolute;inset:0;background:radial-gradient(circle 320px at var(--mx,50%) var(--my,50%),rgba(59,127,224,.16),transparent 55%);opacity:0;transition:opacity .4s;pointer-events:none;border-radius:inherit;z-index:1}.pg-products [data-card]:hover .card-spotlight{opacity:1}.pg-products .card-sheen{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0;transition:opacity .4s;pointer-events:none;z-index:2}.pg-products [data-card]:hover .card-sheen{opacity:.65}.pg-products .card-corner-glow{position:absolute;width:160px;height:160px;bottom:-50px;right:-50px;background:radial-gradient(circle,rgba(59,127,224,.18),transparent 70%);filter:blur(18px);opacity:0;transition:opacity .5s;pointer-events:none}.pg-products [data-card]:hover .card-corner-glow{opacity:1}.pg-products html.no-loader .loader{display:none!important}.pg-products .loader{position:fixed;inset:0;z-index:9999;background:linear-gradient(150deg,#ffffff,#f2f6fd 40%,#e9f0fb 65%,#ffffff);display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;transition:opacity .28s,visibility .28s}.pg-products .loader.hidden{opacity:0;visibility:hidden;pointer-events:none}.pg-products .loader-orb{position:absolute;border-radius:50%;filter:blur(110px);pointer-events:none;animation:loaderDrift_products 12s ease-in-out infinite alternate}.pg-products .loader-orb-1{width:640px;height:640px;background:radial-gradient(circle,rgba(59,127,224,.16),transparent 70%);top:-18%;left:-14%}.pg-products .loader-orb-2{width:520px;height:520px;background:radial-gradient(circle,rgba(167,139,250,.14),transparent 70%);bottom:-12%;right:-10%;animation-delay:-4s}@keyframes loaderDrift_products{0%{transform:translate(0) scale(1)}to{transform:translate(26px,18px) scale(1.07)}}.pg-products .loader-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.6rem}.pg-products .loader-mark{position:relative;width:88px;height:88px;display:flex;align-items:center;justify-content:center;animation:loaderFadeUp_products .5s both}.pg-products .loader-mark-icon{width:64px;height:64px;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 8px 20px rgba(11,82,176,.28))}.pg-products .loader-mark-ring{position:absolute;inset:0;border-radius:50%;border:1.5px solid rgba(59,127,224,.35);animation:loaderRing_products 2.2s ease-in-out infinite}@keyframes loaderRing_products{0%{transform:scale(.7);opacity:0}40%{opacity:.8}to{transform:scale(1.5);opacity:0}}.pg-products .loader-peak{width:min(300px,68vw);height:auto;overflow:visible;animation:loaderFadeUp_products .5s .06s both}.pg-products .loader-peak-base{stroke:rgba(11,82,176,.14)}.pg-products .loader-peak-fill{stroke:url(#loaderPeakGrad);stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;filter:drop-shadow(0 0 6px rgba(59,127,224,.65))}.pg-products .loader-peak-dot{fill:#0b52b0;filter:drop-shadow(0 0 8px rgba(11,82,176,.45))}.pg-products .loader-peak-dot.arrived{animation:loaderArrive_products .6s}@keyframes loaderArrive_products{0%{r:4}50%{r:8}to{r:4}}.pg-products .loader-counter{display:flex;align-items:baseline;gap:.15rem;animation:loaderFadeUp_products .5s .16s both}.pg-products .loader-pct{font-family:var(--display,var(--D,"Bricolage Grotesque",sans-serif));font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800;letter-spacing:-.04em;line-height:1;min-width:2.4ch;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;background:linear-gradient(135deg,#0a1f44,#0B52B0 55%,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pg-products .loader-pct-sym{font-family:var(--display,var(--D,"Bricolage Grotesque",sans-serif));font-size:.85rem;font-weight:700;align-self:flex-start;padding-top:.35em;color:#3B7FE0;opacity:.9}.pg-products .loader-status{display:flex;align-items:center;gap:.9rem;font-family:var(--mono,var(--M,"JetBrains Mono",monospace));font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:#5a6378;font-weight:700;animation:loaderFadeUp_products .5s .22s both}.pg-products .loader-status-left{display:flex;align-items:center;gap:.45rem}.pg-products .loader-status-dot{width:5px;height:5px;border-radius:50%;background:#3B7FE0;animation:ldsPulse_products 1s ease-in-out infinite}@keyframes ldsPulse_products{0%,to{opacity:1}50%{opacity:.3}}@keyframes loaderFadeUp_products{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.pg-products .nav-links.open{background:#ffffff!important;box-shadow:0 8px 32px rgba(10,22,40,.14)!important;border-bottom:1px solid var(--border)!important}.pg-products .dd,.pg-products .dropdown{background:var(--bg-2)!important}}.pg-products .nav-cta,.pg-products .theme-toggle,.pg-products .tt{border-color:transparent}.pg-products .nav{background:transparent!important;border-bottom-color:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.pg-products .nav.scrolled{background:rgba(255,255,255,.92)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:0 1px 24px rgba(10,22,40,.08)!important;border-bottom-color:transparent!important}.pg-products .air-fx{position:relative;overflow:hidden;isolation:isolate}.pg-products .air-bubbles{position:absolute;inset:0;z-index:-1;pointer-events:none}.pg-products .air-bubble{position:absolute;bottom:-10px;border-radius:50%;opacity:0;filter:blur(.3px);animation-name:airRise_products;animation-timing-function:ease-in;animation-iteration-count:infinite}@keyframes airRise_products{0%{transform:translateY(0) scale(1);opacity:0}15%{opacity:1}70%{opacity:.7}to{transform:translateY(var(--rise,-120px)) scale(.35);opacity:0}}@media (prefers-reduced-motion:reduce){.pg-products .air-bubble{animation:none;display:none}}.pg-products .loader{background:#060914!important}#loaderMsg,.pg-products .loader .loader-status,.pg-products .loader-status>span{color:#8b96b0!important}.pg-products .loader-bar{background:#1e2a44!important}.pg-products .loader-wm-base{color:rgba(255,255,255,.1)!important;-webkit-text-stroke:1px rgba(255,255,255,.15)!important}.pg-products .m-toggle,.pg-products .menu-toggle,.pg-products .mobile-toggle{color:#0a1628!important;border-color:rgba(10,22,40,.2)!important;background:rgba(10,22,40,.05)!important}html{overflow-x:hidden}.pg-products .cta-left,.pg-products .cta-right,.pg-products .hero-in,.pg-products .hero-left,.pg-products .hero-right,.pg-products .svc-block,.pg-products .svc-card,.pg-products .svc-txt,.pg-products .svc-vis{min-width:0}.pg-products .terminal{max-width:100%}.pg-products .terminal-body{overflow-x:auto}.pg-products .bc-in{flex-wrap:wrap}@media(max-width:768px){.pg-products .proc-grid,.pg-products .stats-in,.pg-products .svc-vis,.pg-products .tag-row,.pg-products .tech-grid{max-width:100%}.pg-products .svc-card{overflow:hidden}}#chatbase-bubble-window,#chatbase-window,iframe[id^=chatbase-]:not(#chatbase-bubble-button):not(#chatbase-message-bubbles){border-radius:22px!important;overflow:hidden!important;box-shadow:0 28px 70px -20px rgba(59,127,224,.42),0 8px 30px -8px rgba(0,0,0,.55)!important;border:1px solid rgba(59,127,224,.22)!important;transition:box-shadow .35s cubic-bezier(.22,1,.36,1)!important;box-shadow:0 28px 70px -20px rgba(11,82,176,.32),0 8px 30px -8px rgba(11,82,176,.18)!important;border-color:rgba(11,82,176,.22)!important}@media (max-width:640px){#chatbase-bubble-window,#chatbase-window,iframe[id^=chatbase-]:not(#chatbase-bubble-button):not(#chatbase-message-bubbles){border-radius:0!important;border:0!important;box-shadow:none!important}}