.site-container{max-width:1200px;margin:0 auto;padding:0 1rem}.grid{display:grid}.uc-card-wrapper{position:relative}.uc-card-clickable{cursor:pointer}.uc-card{background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;flex-direction:column;justify-content:space-between;width:100%;height:200px;padding:1rem;transition:transform .15s,box-shadow .15s;display:flex}.uc-card:hover{border-width:2px;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000000f}.uc-card-expanded:hover{border-width:2px;border-color:#3b82f6}.uc-card-title{color:#111827;justify-content:space-between;align-items:center;margin-bottom:.25rem;font-weight:700;display:flex}.uc-card-desc{color:#6b7280;font-size:.95rem}.uc-card-star{color:#fbbf24;margin-left:.5rem;font-size:1.1rem}.uc-card-steps{border-top:1px solid #e5e7eb;margin-top:.75rem;padding-top:.75rem}.uc-card-steps-title{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.uc-card-content{flex-direction:column;flex:1;display:flex}.uc-card-tags{flex-wrap:wrap;justify-content:flex-end;gap:.25rem;margin-top:.75rem;margin-bottom:.5rem;display:flex}.uc-card-tag{color:#6b7280;vertical-align:middle;background-color:#f3f4f6;border-radius:.375rem;padding:0 4px;font-size:.75rem;font-weight:500;display:inline-block}.uc-card-hint{opacity:.4;background-color:#e5e7eb;border-radius:1.5px;width:40%;height:3px;margin:.5rem auto .1rem;transition:opacity .2s}.uc-card:hover .uc-card-hint{opacity:.7}.uc-filter-tag{color:#6b7280;cursor:pointer;background-color:#f0f0f0c2;border:0;border-radius:.375rem;margin:0;padding:0 6px;font-size:.75rem;font-weight:500;transition:all .2s;display:inline-block}.uc-filter-tag:hover{color:#374151;background-color:#f0f0f0}.uc-filter-tag.active{color:#1e40af;background-color:#dbeafe}.uc-filter-tag.active:hover{color:#1e3a8a;background-color:#bfdbfe}.uc-card-expanded{z-index:10;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;min-height:100%;display:none;position:absolute;top:0;left:0;right:0;overflow:visible;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.uc-card-expanded-content{flex-direction:column;height:100%;padding:1.5rem;display:flex}.uc-card-expanded-header{cursor:pointer;flex-direction:column;margin:-1rem -1rem 1rem;padding:1rem;display:flex}.uc-card-expanded-header h3{color:#111827;justify-content:space-between;align-items:center;margin:0 0 .5rem;font-weight:700;display:flex}.uc-card-expanded-desc{color:#6b7280;margin-bottom:1rem}.uc-card-expanded-header .uc-card-expanded-divider{margin-bottom:0}.uc-card-expanded-divider{background-color:#e5e7eb;height:1px;margin:1rem 0}.how-it-works{margin-top:0}.how-it-works h4{color:#374151;margin-bottom:1rem;font-size:1rem;font-weight:600}.steps-container{flex-direction:column;gap:1rem;display:flex}.step-item{align-items:flex-start;gap:1rem;display:flex}.step-number{color:#fff;background-color:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:600;display:flex}.step-text{color:#374151;flex:1;line-height:1.5}.step-status-label{color:#fff;vertical-align:middle;border-radius:.25rem;margin-left:.5rem;padding:.14rem .28rem;font-size:.49rem;font-weight:700;display:inline-block}.step-status-I{background-color:#eab30899}.step-status-V{background-color:#f9731699}.try-demo-section{border-top:1px solid #e5e7eb;justify-content:center;margin-top:1.5rem;padding-top:1.5rem;display:flex}.try-demo-btn{color:#fff;cursor:pointer;background-color:#3b82f6;border:0;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-flex}.try-demo-btn:hover{color:#fff;background-color:#2563eb}.try-demo-btn:disabled{cursor:not-allowed;background-color:#9ca3af}.try-demo-icon{font-size:.875rem;font-weight:700}.tooltip-container{display:inline-block;position:relative}.tooltip{visibility:hidden;opacity:0;color:#fff;text-align:center;white-space:nowrap;z-index:20;background-color:#374151;border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;transition:opacity .2s,visibility .2s;position:absolute;bottom:125%;left:50%;transform:translate(-50%)}.tooltip:after{content:"";border:5px solid #0000;border-top-color:#374151;margin-left:-5px;position:absolute;top:100%;left:50%}.tooltip-container:hover .tooltip{visibility:visible;opacity:1}