*,:before,:after{box-sizing:border-box}.sp{background:#fff;min-height:100vh;color:#0f172a}.sp-inner{max-width:1440px;margin:0 auto;padding:0 28px}.sp-header{background:linear-gradient(135deg,#0431ff,#5070ff 55%,#9eafff);border-bottom:1px solid rgba(80,112,255,.15);padding:52px 0 36px;position:relative;overflow:hidden}.sp-header:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}.sp-header:after{content:"";position:absolute;top:-80px;right:-80px;width:360px;height:360px;background:radial-gradient(circle,rgba(80,112,255,.14),transparent 70%);pointer-events:none}.sp-header-row{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;flex-wrap:wrap}.sp-eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;color:#fff;margin:0 0 12px}.sp-headline{font-size:clamp(26px,3.5vw,42px);font-weight:800;color:#fff;margin:0 0 12px;line-height:1.1;letter-spacing:-.02em}.sp-headline-accent{background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sp-sub{font-size:15px;color:#fff;margin:0;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.sp-live-pill{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#5070ff;border:1px solid #5070ff;border-radius:999px;padding:3px 10px 3px 8px;font-size:12px;font-weight:600}.sp-live-dot{width:7px;height:7px;background:#10b981;border-radius:50%;animation:spPulse 2s ease-in-out infinite}@keyframes spPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.82)}}.sp-header-ctas{display:flex;gap:10px;flex-shrink:0}.sp-btn-primary{display:inline-flex;align-items:center;gap:6px;background:#5070ff;color:#fff;border:0;border-radius:10px;padding:10px 20px;font-size:13.5px;font-weight:600;cursor:pointer;text-decoration:none;transition:background .15s,transform .1s;white-space:nowrap}.sp-btn-primary:hover{background:#3d5ae8;transform:translateY(-1px)}.sp-btn-ghost{display:inline-flex;align-items:center;background:#ffffff14;color:#cbd5e1;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:10px 20px;font-size:13.5px;font-weight:600;cursor:pointer;text-decoration:none;transition:background .15s;white-space:nowrap}.sp-btn-ghost:hover{background:#ffffff24}.sp-filterbar{position:sticky;top:0;z-index:50;background:#fffffff7;backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;padding:10px 0;box-shadow:0 1px #f1f5f9}.sp-filterbar-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.sp-pills{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.sp-pill{display:inline-flex;align-items:center;gap:5px;background:0 0;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;padding:6px 13px;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.sp-pill:hover{border-color:#5070ff;color:#5070ff;background:#5070ff0a}.sp-pill.active{background:#5070ff14;border-color:#5070ff;color:#5070ff;font-weight:600}.sp-filterbar-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.sp-search-wrap{position:relative}.sp-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:14px;height:14px;color:#94a3b8;pointer-events:none}.sp-search{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#0f172a;font-size:13px;padding:7px 12px 7px 32px;width:210px;outline:0;transition:border-color .15s,box-shadow .15s,width .2s}.sp-search::-moz-placeholder{color:#94a3b8}.sp-search::placeholder{color:#94a3b8}.sp-search:focus{border-color:#5070ff;box-shadow:0 0 0 3px #5070ff1a;width:240px}.sp-toggle-label{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sp-toggle-label input{display:none}.sp-track{width:34px;height:19px;background:#e2e8f0;border-radius:999px;position:relative;transition:background .2s;flex-shrink:0}.sp-toggle-label input:checked+.sp-track{background:#5070ff}.sp-thumb{position:absolute;top:2px;left:2px;width:15px;height:15px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0000002e;transition:transform .2s}.sp-toggle-label input:checked+.sp-track .sp-thumb{transform:translate(15px)}.sp-toggle-text{font-size:12.5px;color:#64748b;white-space:nowrap}.sp-grid-section{padding:24px 0 80px;background-size:40px 40px;background-image:linear-gradient(to right,rgba(203,213,225,.3) 1px,transparent 1px),linear-gradient(to bottom,rgba(203,213,225,.3) 1px,transparent 1px)}.sp-count{font-size:12px;color:#94a3b8;margin:0 0 20px;font-weight:500}.sp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));grid-auto-rows:185px;gap:20px;overflow:visible}@media (max-width:640px){.sp-grid{grid-template-columns:repeat(2,1fr);gap:14px;grid-auto-rows:170px}}.sp-no-results{text-align:center;color:#94a3b8;font-size:14px;padding:64px 0}.sp-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;box-shadow:0 2px 8px #00000012;transition:transform .2s,box-shadow .2s,border-color .2s}.sp-card:hover{transform:translateY(-4px);border-color:#a5b4fc;box-shadow:0 12px 32px #5070ff2e,0 2px 8px #0000000d}.sp-card:focus-visible{outline:2px solid #5070ff;outline-offset:3px}.sp-card.sp-hidden{display:none}.sp-card-bar{height:3px;width:100%;flex-shrink:0}.sp-card-body{padding:16px 12px 12px;display:grid;grid-template-rows:auto 1fr auto;justify-items:center;text-align:center;row-gap:6px;flex:1}.sp-card-text{display:flex;flex-direction:column;gap:3px;align-self:center;width:100%}.sp-card-feature-desc{display:none}.sp-icon-wrap{width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff;border:1.5px solid #5070ff;box-shadow:0 2px 8px #5070ff26}.sp-icon-img{width:37px;height:37px;-o-object-fit:contain;object-fit:contain}.sp-icon-fb{display:flex;align-items:center;justify-content:center}.sp-card-title{font-size:12.5px;font-weight:700;color:#0f172a;margin:0;line-height:1.35;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sp-card-cat{font-size:9.5px;color:#94a3b8;margin:0;font-weight:600;text-transform:uppercase;letter-spacing:.07em}.sp-status{font-size:10px;font-weight:600;padding:3px 8px;border-radius:999px;letter-spacing:.02em}.sp-status.live{color:#059669;background:#d1fae5;border:1px solid #a7f3d0}.sp-status.soon{color:#94a3b8;background:#f1f5f9;border:1px solid #e2e8f0}html.spd-open{overflow:hidden!important}.spd-overlay{position:fixed;inset:0;background:#0f172aa3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1100;display:flex;align-items:center;justify-content:center;padding:24px}.spd-drawer{width:100%;max-width:1400px;max-height:90vh;background:#fff;border-radius:22px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 40px 100px #00000042,0 10px 36px #0000001a;animation:spdIn .3s cubic-bezier(.34,1.36,.64,1)}@keyframes spdIn{0%{transform:scale(.91) translateY(22px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.spd-header{padding:18px 20px 16px;flex-shrink:0;position:relative;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto auto auto;-moz-column-gap:13px;column-gap:13px;row-gap:2px;align-items:start}.spd-header-top{grid-column:1;grid-row:1/5;display:flex;align-items:flex-start;justify-content:center;padding-top:3px;margin-bottom:0}.spd-icon-wrap{width:46px;height:46px;border-radius:12px;background:#fff3;border:1.5px solid rgba(255,255,255,.32);display:flex;align-items:center;justify-content:center;flex-shrink:0}.spd-icon-img{width:28px;height:28px;-o-object-fit:contain;object-fit:contain}.spd-icon-fb{display:flex;align-items:center;justify-content:center}.spd-close{position:absolute;top:14px;right:14px;background:#ffffff24;border:1px solid rgba(255,255,255,.22);border-radius:9px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffffd9;transition:background .15s;z-index:1}.spd-close:hover{background:#ffffff42;color:#fff}.spd-badges{grid-column:2;grid-row:1;display:flex;gap:6px;align-items:center;flex-wrap:wrap;padding-right:44px;margin-bottom:0}.spd-badge-live{display:inline-flex;align-items:center;gap:5px;background:#10b981;color:#fff;padding:2px 9px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.spd-badge-live-dot{width:5px;height:5px;background:#fff;border-radius:50%;animation:spdPulse 1.5s ease-in-out infinite}@keyframes spdPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.7)}}.spd-badge-soon{font-size:10px;font-weight:600;color:#ffffffbf;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:2px 9px}.spd-badge-tier{font-size:10px;font-weight:600;color:#fffc;background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:2px 9px;text-transform:capitalize}.spd-title{grid-column:2;grid-row:2;font-size:21px;font-weight:800;color:#fff;margin:2px 0 0;line-height:1.15;letter-spacing:-.025em}.spd-tagline{grid-column:2;grid-row:3;font-size:12.5px;color:#ffffffbf;margin:0;font-weight:500;line-height:1.45;padding-right:16px}.spd-cat{grid-column:2;grid-row:4;font-size:10px;color:#ffffff7a;margin:0;font-weight:700;text-transform:uppercase;letter-spacing:.09em}.spd-body{flex:1 1 auto;overflow-y:auto;min-height:0;padding:20px 22px 10px}.spd-body::-webkit-scrollbar{width:4px}.spd-body::-webkit-scrollbar-track{background:0 0}.spd-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.spd-overview{font-size:13px;line-height:1.8;color:#6b7280;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.spd-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.spd-chip{font-size:11px;font-weight:600;color:#3b4fe4;background:#eef1ff;border:1px solid #c7d2fe;border-radius:6px;padding:4px 10px;display:inline-flex;align-items:center;gap:5px}.spd-chip:before{content:"";width:4px;height:4px;border-radius:50%;background:#5070ff;flex-shrink:0}.spd-section-heading{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#5070ff;margin:0 0 10px;padding:0;border-top:none}.spd-section{background:#f8fafc;border:1px solid #eaecf0;border-radius:11px;padding:13px 15px;margin-bottom:7px}.spd-section:last-child{margin-bottom:20px}.spd-section-title{font-size:13px;font-weight:700;color:#0f172a;margin:0 0 5px;letter-spacing:-.01em;display:flex;align-items:center;gap:8px}.spd-section-title:before{content:"";width:3px;height:12px;background:linear-gradient(180deg,#0431ff,#818cf8);border-radius:99px;flex-shrink:0}.spd-section-body{font-size:12.5px;line-height:1.7;color:#475569;margin:0}.spd-section-img{width:100%;border-radius:9px;margin-top:11px;border:1px solid #e9ecef;-o-object-fit:cover;object-fit:cover;max-height:600px}.spd-use-cases{margin-bottom:18px;padding-top:18px;border-top:1px solid #f1f5f9}.spd-uc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.spd-uc-list li{display:flex;align-items:flex-start;gap:9px;font-size:12.5px;line-height:1.55;color:#374151;background:#f8fafc;border:1px solid #eaecf0;border-radius:8px;padding:8px 12px}.spd-uc-list li:before{content:"";flex-shrink:0;margin-top:5px;width:5px;height:5px;border-radius:50%;background:linear-gradient(135deg,#0431ff,#5170ff)}.spd-specs-wrap{margin-bottom:18px;padding-top:18px;border-top:1px solid #f1f5f9}.spd-specs{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e4e7ec;border-radius:10px;overflow:hidden}.spd-specs tr:last-child td{border-bottom:none}.spd-specs tr:nth-child(2n) td{background:#f9fafb}.spd-specs td{padding:9px 14px;font-size:12.5px;vertical-align:middle;border-bottom:1px solid #f1f5f9}.spd-specs td:first-child{color:#6b7280;font-weight:600;width:42%;border-right:1px solid #f1f5f9;white-space:nowrap}.spd-specs td:last-child{color:#111827;font-weight:500}.spd-footer{flex-shrink:0;padding:14px 22px;border-top:1px solid #f1f5f9;background:#f9fafb;display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:0 0 22px 22px}.spd-tier-wrap{display:flex;flex-direction:column;gap:1px}.spd-tier-label{font-size:9.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9ca3af}.spd-tier{font-size:13px;font-weight:700;color:#374151;text-transform:capitalize}.spd-cta{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#0431ff,#5170ff);color:#fff;border:0;border-radius:10px;padding:10px 24px;font-size:13.5px;font-weight:700;cursor:pointer;text-decoration:none;transition:all .15s;white-space:nowrap;box-shadow:0 3px 14px #0431ff4d;letter-spacing:-.01em}.spd-cta:hover{transform:translateY(-1px);box-shadow:0 6px 22px #0431ff66}.spd-cta.spd-cta-soon{background:#f3f4f6;color:#9ca3af;cursor:default;pointer-events:none;box-shadow:none}@media (max-width:640px){.spd-overlay{padding:0;align-items:flex-end}.spd-drawer{max-width:100%;max-height:92vh;border-radius:20px 20px 0 0}.spd-header{padding:16px 16px 14px;-moz-column-gap:11px;column-gap:11px}.spd-body{padding:16px 16px 8px}.spd-footer{padding:12px 16px;border-radius:0}.spd-title{font-size:18px}}