.hero-section{background:rgb(var(--color-surface));width:100%}.hero-container{max-width:85rem;margin:0 auto;padding:2rem 1rem 4rem}.hero-layout{flex-direction:column;gap:2.75rem;display:flex}.hero-content{text-align:center;width:100%}.hero-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.hero-badge{border:1px solid rgb(var(--color-border));border-radius:var(--radius-full);background:rgb(var(--color-surface));color:inherit;cursor:pointer;align-items:center;gap:.5rem;padding:.5rem .875rem;text-decoration:none;display:inline-flex;box-shadow:0 2px 10px #0c0c0c0a}.hero-badge-icon{width:1.25rem;height:1.25rem}.hero-badge-text{font-size:.75rem;font-weight:var(--weight-semibold);color:#3b3b3b}.hero-badge-suffix-desktop{display:none}.hero-title{white-space:pre-line;text-wrap:balance;max-width:38rem}.hero-description{max-width:40rem;color:rgb(var(--color-subtle));font-size:var(--text-large);font-weight:var(--weight-medium);margin:1.75rem auto 0;line-height:1.55}.hero-desktop-actions,.hero-mobile-actions{flex-direction:column;gap:.75rem;margin-top:3rem;display:flex}.hero-desktop-actions{display:none}.hero-primary-button,.hero-secondary-button{justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.hero-button-icon{object-fit:contain;width:1.5rem;height:1.5rem}.hero-channels-block{margin-top:3rem;display:none}.hero-channels-title{color:rgb(var(--color-subtle));font-size:var(--text-small);font-weight:var(--weight-medium);margin-bottom:1.5rem}.hero-channels-row{align-items:center;gap:.125rem;padding-left:.125rem;display:flex}.hero-channel-button{border:1px solid rgb(var(--color-border));border-radius:var(--radius-full);background:rgb(var(--color-surface));width:3rem;height:3rem;color:rgb(var(--color-subtle));justify-content:center;align-items:center;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex;position:relative;box-shadow:0 4px 16px #0c0c0c0a}.hero-channel-button:hover,.hero-channel-button:focus-visible{color:rgb(var(--color-action));background:#f2e3ff;border-color:#eadbff;transform:translateY(-1px);box-shadow:0 12px 24px #7f00ff1f}.hero-channel-icon{justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:inline-flex}.hero-channel-icon img{object-fit:contain;width:100%;height:100%}.hero-channel-icon-svg{width:100%;height:100%;display:block}.hero-channel-tooltip,.hero-channel-tooltip-arrow{opacity:0;pointer-events:none;transition:opacity .16s,transform .16s}.hero-channel-tooltip{z-index:50;white-space:nowrap;border:1px solid rgb(var(--color-border));background:rgb(var(--color-surface));color:#1b1b1b;font-size:.875rem;font-weight:var(--weight-medium);border-radius:.75rem;padding:.5rem .75rem;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(-4px);box-shadow:0 10px 28px #0c0c0c24}.hero-channel-tooltip-arrow{z-index:49;border-top:1px solid rgb(var(--color-border));border-left:1px solid rgb(var(--color-border));background:rgb(var(--color-surface));width:.75rem;height:.75rem;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%)rotate(45deg)}.hero-channel-button:hover .hero-channel-tooltip,.hero-channel-button:hover .hero-channel-tooltip-arrow,.hero-channel-button:focus-visible .hero-channel-tooltip,.hero-channel-button:focus-visible .hero-channel-tooltip-arrow{opacity:1}.hero-channel-button:hover .hero-channel-tooltip,.hero-channel-button:focus-visible .hero-channel-tooltip{transform:translate(-50%)translateY(0)}.hero-media-column{width:100%}.hero-media-shell{border-radius:2rem;position:relative;overflow:hidden}.hero-video-wrap{border-radius:2rem;min-height:24rem;position:relative;overflow:hidden}.hero-video{object-fit:cover;width:100%;height:100%;min-height:24rem;transition:opacity .22s;position:absolute;inset:0}.hero-video-active{opacity:1;pointer-events:auto;z-index:1}.hero-video-hidden{opacity:0;pointer-events:none}.hero-video-fallback{min-height:18rem;color:rgb(var(--color-subtle));font-size:var(--text-small);font-weight:var(--weight-medium);place-items:center;display:grid}.hero-tab-list{z-index:5;gap:.875rem;padding-bottom:.25rem;display:flex;position:absolute;bottom:1.25rem;left:1.125rem;right:1.125rem;overflow-x:auto}.hero-tab-list::-webkit-scrollbar{display:none}.hero-tab-pill{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background-color:#ffffff4d;border:1px solid #ffffff47;min-width:17rem;padding:.5rem .75rem;position:relative;overflow:hidden;box-shadow:0 10px 24px #5b402c24}.hero-tab-fill{width:0;transition:width .5s;position:absolute;inset:0}.hero-tab-fill-active{background:#ecfff2;width:100%}.hero-tab-inner{z-index:1;white-space:nowrap;align-items:center;gap:.375rem;display:inline-flex;position:relative}.hero-tab-check{color:#fffffff2;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:inline-flex;position:relative}.hero-tab-check-active{color:#4bbb78}.hero-tab-check-icon{width:100%;height:100%}.hero-tab-label{color:rgb(var(--color-default));font-size:1rem;font-weight:var(--weight-medium)}.hero-tab-label-active{color:rgb(var(--color-default));font-weight:var(--weight-semibold)}@media (min-width:768px){.hero-container{padding:2rem 1.5rem 4rem}.hero-layout{gap:2.5rem}.hero-content{text-align:left}.hero-badges{justify-content:flex-start}.hero-description{margin-left:0}.hero-mobile-actions{flex-direction:row;justify-content:flex-start}}@media (min-width:1024px){.hero-layout{flex-direction:row;justify-content:space-between;align-items:center;gap:4rem}.hero-content{width:42%}.hero-badge-suffix-desktop{display:inline}.hero-desktop-actions{flex-direction:row;align-items:center;gap:1rem;display:flex}.hero-mobile-actions{display:none}.hero-channels-block{display:block}.hero-media-column{width:66%}.hero-media-shell{min-height:40rem}.hero-video-wrap,.hero-video{height:100%;min-height:40rem}.hero-tab-list{justify-content:space-between;bottom:1.25rem;left:.5rem;right:.5rem;overflow:visible}.hero-tab-pill{flex:1;min-width:0}}
.home-workflow-max-width{width:100%;max-width:77.5rem;margin:0 auto;padding:0 1rem}.home-workflow-main-holder{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.home-workflow-content-wrap{text-align:center;max-width:52.5rem;margin:0 auto}.home-workflow-eyebrow{font-size:var(--text-xlarge);line-height:var(--lh-large);font-weight:var(--weight-medium);background:linear-gradient(90deg,#9276ff .02%,#652fff 99.98%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.75rem;display:inline-flex}.home-workflow-eyebrow-sparkle{width:1.5rem;height:1.5rem}.home-workflow-heading{text-align:center;max-width:44.5rem;margin:0 auto}.home-workflow-lottie-wrap{width:100%}.home-workflow-lottie-frame{width:100%;min-height:23.5rem}.home-workflow-lottie-frame svg{display:block;width:100%!important;height:auto!important}.home-workflow-cta-wrap{justify-content:center;display:flex}.home-workflow-primary-button{width:auto;min-width:12.5rem}.home-workflow-button-icon{flex-shrink:0;width:1.5rem;height:1.5rem}@media screen and (max-width:1023px){.home-workflow-main-holder{gap:2rem}.home-workflow-content-wrap{max-width:43rem}.home-workflow-lottie-frame{min-height:17.5rem}}@media screen and (max-width:767px){.home-workflow-eyebrow{font-size:var(--text-medium);line-height:var(--lh-medium)}.home-workflow-heading{max-width:21.5rem}.home-workflow-lottie-frame{min-height:13.5rem}.home-workflow-primary-button{width:100%;max-width:12.5rem}}@media (min-width:1024px){.home-workflow-max-width{padding:0}}
