@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400;600;700&display=swap";@font-face{font-family:Inter-Black;src:url(/fonts/Inter-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Inter-Bold;src:url(/fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter-SemiBold;src:url(/fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter-Medium;src:url(/fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter-Regular;src:url(/fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter-Italic;src:url(/fonts/Inter-Italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Inter-Light;src:url(/fonts/Inter-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}.hero-container{display:flex;flex-direction:column;align-items:center}.hero-container .container{padding-bottom:24px}.hero-container .hero-content{text-align:center;max-width:800px;margin-left:auto;margin-right:auto;margin-bottom:24px}.hero-container .hero-content h1{font-family:Inter-Black,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:12px;background-image:linear-gradient(260deg,var(--accent-blue-1) 0%,var(--accent-pink-1) 40%,var(--accent-yellow-1) 70%,var(--accent-purple-1) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.25}@media (max-width: 768px){.hero-container .hero-content h1{font-size:36px}}@media (min-width: 1024px){.hero-container .hero-content h1{font-size:64px}}.hero-container .hero-content h1.scroll-reveal{will-change:transform,opacity;transition:opacity .7s ease,transform .7s ease}.hero-container .hero-content h1.hero-initial-state{opacity:0;transform:translateY(-20px)}.hero-container .hero-content .subtitle{font-family:Inter-Light,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;color:var(--text-primary);margin-bottom:24px}.hero-container .hero-content .subtitle.scroll-reveal{will-change:transform,opacity;transition:opacity .7s ease .2s,transform .7s ease .2s}.hero-container .hero-content .subtitle.hero-initial-state{opacity:0;transform:translateY(-20px)}.hero-container .hero-content .subtitle.subtitle-mobile{display:none}.hero-container .hero-content .subtitle.subtitle-desktop{display:block}@media (max-width: 768px){.hero-container .hero-content .subtitle.subtitle-mobile{display:block}.hero-container .hero-content .subtitle.subtitle-desktop{display:none}}.hero-container .hero-screens{width:100%;margin:0 auto;padding:12px;background-color:#ffffff63;border:2px solid rgba(255,255,255,.41);border-radius:44px}@media (max-width: 768px){.hero-container .hero-screens{height:720px}}@media (min-width: 1024px){.hero-container .hero-screens{height:588px}}.hero-container .hero-screens .frame-columns{display:grid;gap:12px;grid-template-columns:280px 1fr 280px;border-radius:32px;overflow:hidden}@media (max-width: 768px){.hero-container .hero-screens .frame-columns{grid-template-columns:1fr;height:692px}.hero-container .hero-screens .frame-columns .frame-1,.hero-container .hero-screens .frame-columns .frame-3{display:none!important}}@media (min-width: 1024px){.hero-container .hero-screens .frame-columns{height:560px}}.hero-container .hero-screens .frame-columns .frame-1,.hero-container .hero-screens .frame-columns .frame-2,.hero-container .hero-screens .frame-columns .frame-3{border-radius:32px;overflow:hidden;background-color:var(--color-white);box-shadow:#ececf1 0 0 20px;opacity:1}.hero-container .hero-screens .frame-columns .frame-1{padding:12px;height:100%;display:flex;flex-direction:column}@media (max-width: 1280px){.hero-container .hero-screens .frame-columns .frame-1{border-right:none;border-bottom:1px solid var(--border-light)}}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home{width:100%;overflow:hidden;display:flex;flex-direction:column;flex:1}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .frame1-image{width:216px;height:121px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .frame1-image.loaded{transform:translateY(0)}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .inventory-items-container{display:flex;flex-direction:column;width:100%;margin-top:12px;overflow-y:hidden}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .inventory-items-container::-webkit-scrollbar{width:4px}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .inventory-items-container::-webkit-scrollbar-track{background:var(--color-white);border-radius:4px}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .inventory-items-container::-webkit-scrollbar-thumb{background-color:var(--text-secondary);border-radius:4px}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .inventory-items-container .card-inventoryitem-wide{display:flex;flex-shrink:0;height:74px;box-sizing:border-box;margin-bottom:8px;border:1px solid var(--brand-grey-4);border-radius:8px;overflow:hidden;background-color:var(--brand-grey-6);box-shadow:0 2px 4px #0000000d;transition:transform .2s ease,box-shadow .2s ease;transform:translateZ(0)}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .inventory-items-container .card-inventoryitem-wide:hover{background-color:var(--brand-grey-5);box-shadow:0 4px 8px #00000014}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .inventory-items-container .card-inventoryitem-wide:last-child{margin-bottom:0}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .inventory-items-container .card-inventoryitem-wide .card-content{display:flex;flex-direction:column;justify-content:center;padding:16px 8px;flex:1}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .inventory-items-container .card-inventoryitem-wide .card-content .card-brand{font-family:Inter-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:26px;color:var(--text-primary);margin-top:4px}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .inventory-items-container .card-inventoryitem-wide .card-content .card-category{font-family:Inter-Light,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:22px;color:var(--text-secondary);margin-bottom:4px}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .inventory-items-container .card-inventoryitem-wide .card-image{display:flex;align-items:center;justify-content:center;width:72px;height:72px;padding:12px}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .inventory-items-container .card-inventoryitem-wide .card-image img,.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .inventory-items-container .card-inventoryitem-wide .card-image svg{max-width:48px;max-height:48px;object-fit:contain}.hero-container .hero-screens .frame-columns .frame-1 .frame1-home .inventory-items-container .card-inventoryitem-wide .card-image img{filter:brightness(0) saturate(100%) invert(30%) sepia(10%) saturate(0%) hue-rotate(0deg)}.hero-container .hero-screens .frame-columns .frame-2{padding:0;display:flex;flex-direction:column;height:100%;display:block!important}.hero-container .hero-screens .frame-columns .frame-2 .chat-container{display:flex;flex-direction:column;height:100%;background-color:var(--color-white);position:relative;opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.hero-container .hero-screens .frame-columns .frame-2 .chat-container.visible{opacity:1;transform:translateY(0)}.hero-container .hero-screens .frame-columns .frame-2 .chat-header{display:flex;justify-content:space-between;align-items:center;height:43px;border-bottom:1px solid var(--border-light);padding:0 12px 0 16px}.hero-container .hero-screens .frame-columns .frame-2 .chat-header .header-left{display:flex;align-items:center;padding:9px 0}.hero-container .hero-screens .frame-columns .frame-2 .chat-header .header-left .header-icon{width:20px;height:20px;object-fit:contain;margin:2px 8px 2px 0}.hero-container .hero-screens .frame-columns .frame-2 .chat-header .header-left .header-title{font-family:Inter-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;color:var(--text-primary)}.hero-container .hero-screens .frame-columns .frame-2 .messages-container{flex:1;padding:12px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;overflow:hidden}.hero-container .hero-screens .frame-columns .frame-2 .messages-container::-webkit-scrollbar{width:4px}.hero-container .hero-screens .frame-columns .frame-2 .messages-container::-webkit-scrollbar-track{background:var(--color-white);border-radius:4px}.hero-container .hero-screens .frame-columns .frame-2 .messages-container::-webkit-scrollbar-thumb{background-color:var(--text-secondary);border-radius:4px}.hero-container .hero-screens .frame-columns .frame-2 .message{padding:12px;border-radius:8px;animation:fadeIn .3s ease-in-out}@media (min-width: 1280px){.hero-container .hero-screens .frame-columns .frame-2 .message{max-width:90%}}.hero-container .hero-screens .frame-columns .frame-2 .message .message-content{font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}.hero-container .hero-screens .frame-columns .frame-2 .message .message-content strong{font-family:Inter-SemiBold,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400}.hero-container .hero-screens .frame-columns .frame-2 .message .message-content .markdown-line{margin-bottom:4px}.hero-container .hero-screens .frame-columns .frame-2 .message .message-content .markdown-line:last-child{margin-bottom:0}.hero-container .hero-screens .frame-columns .frame-2 .message.user-message{align-self:flex-end;background-color:var(--grey-8);color:var(--text-primary)}.hero-container .hero-screens .frame-columns .frame-2 .message.bot-message{align-self:flex-start;background-color:var(--brand-grey-6);color:var(--text-primary)}.hero-container .hero-screens .frame-columns .frame-2 .actions-container{display:flex;flex-direction:column;margin-top:12px;gap:12px}.hero-container .hero-screens .frame-columns .frame-2 .action-column{display:flex;align-items:center;gap:8px}.hero-container .hero-screens .frame-columns .frame-2 .number-circle{width:32px;height:32px;border-radius:16px;border:2px solid var(--accent-pink-2);display:flex;justify-content:center;align-items:center;flex-shrink:0}.hero-container .hero-screens .frame-columns .frame-2 .number-text{color:var(--accent-pink-2);font-family:Inter-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px}.hero-container .hero-screens .frame-columns .frame-2 .action-text{font-size:14px;color:var(--text-primary);display:flex;flex-direction:column}.hero-container .hero-screens .frame-columns .frame-2 .typing-indicator{padding:8px;background-color:var(--brand-grey-5);border-radius:8px;display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;gap:4px}.hero-container .hero-screens .frame-columns .frame-2 .typing-indicator span{width:8px;height:8px;border-radius:50%;background-color:var(--grey-3);display:inline-block;animation:typing 1.4s infinite ease-in-out}.hero-container .hero-screens .frame-columns .frame-2 .typing-indicator span:nth-child(1){animation-delay:0s}.hero-container .hero-screens .frame-columns .frame-2 .typing-indicator span:nth-child(2){animation-delay:.2s}.hero-container .hero-screens .frame-columns .frame-2 .typing-indicator span:nth-child(3){animation-delay:.4s}.hero-container .hero-screens .frame-columns .frame-3{display:flex;flex-direction:column;padding:12px;height:100%}@media (max-width: 1280px){.hero-container .hero-screens .frame-columns .frame-3{border-left:none;border-top:1px solid var(--border-light)}}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container{display:flex;flex-direction:column;width:100%;height:100%;flex:1;overflow-y:hidden}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group{margin-bottom:8px}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group:last-child{margin-bottom:0}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-inventorylabel{display:flex;width:100%;height:40px;background-color:var(--brand-grey-6);border-bottom:1px solid var(--brand-grey-4);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-inventorylabel .label-image{display:flex;align-items:center;justify-content:center;padding:4px;width:40px;height:40px}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-inventorylabel .label-image img,.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-inventorylabel .label-image svg{max-width:100%;max-height:100%;object-fit:contain}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-inventorylabel .label-image img{filter:brightness(0) saturate(100%) invert(30%) sepia(10%) saturate(0%) hue-rotate(0deg)}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-inventorylabel .label-content{display:flex;flex-direction:column;justify-content:center;padding:0 4px;flex:1;font-family:Inter-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:var(--text-primary);height:40px}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-activity{display:flex;width:100%;height:44px;border-bottom:1px solid var(--brand-grey-4);overflow:hidden;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-activity:hover{background-color:var(--brand-grey-5);box-shadow:0 2px 4px #0000000d}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-activity:hover .activity-action{background-color:var(--brand-grey-3)}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-activity .activity-checkbox{width:42px;height:42px;padding:15px;margin-right:2px;display:flex;align-items:center;justify-content:center}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-activity .activity-checkbox input[type=checkbox]{margin:0;width:14px;height:14px}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-activity .activity-content{display:flex;flex-direction:column;justify-content:center;flex:1}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-activity .activity-content .activity-name{font-family:Inter-Light,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:16px;color:var(--text-primary)}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-activity .activity-action{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background-color:var(--brand-grey-5);margin-left:4px;margin-right:8px;cursor:pointer;transition:background-color .2s ease}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-activity .activity-action img,.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container .item-group .card-activity .activity-action svg{width:12px;height:12px}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container::-webkit-scrollbar{width:4px}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container::-webkit-scrollbar-track{background:var(--color-white);border-radius:4px}.hero-container .hero-screens .frame-columns .frame-3 .care-plan-container::-webkit-scrollbar-thumb{background-color:var(--text-secondary);border-radius:4px}.hero-container .technology-hook{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:180px;height:97px;margin-left:auto;margin-right:auto;transform:rotate(-2deg);top:-15px;border:1px solid var(--brand-grey-5);border-radius:49px;background-color:var(--color-white);overflow:visible}@media (min-width: 768px){.hero-container .technology-hook{width:300px;height:162px;top:-25px;border-radius:81px}}.hero-container .technology-hook .llm-video-container{position:relative;display:flex;align-items:center;justify-content:center}.hero-container .technology-hook .llm-video-container .llm-video{width:72px;height:72px;object-fit:cover}@media (min-width: 768px){.hero-container .technology-hook .llm-video-container .llm-video{width:140px;height:140px}}@media (min-width: 1024px){.hero-container .technology-hook .llm-video-container .llm-video{width:160px;height:160px}}.hero-container .technology-hook .llm-video-container .popping-icons{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:5}.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble{position:absolute;width:20px;height:20px;border-radius:50%;background-color:var(--brand-grey-6);border:1px solid var(--brand-grey-4);display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.3) translate(0);animation:popOut .8s cubic-bezier(.68,-.55,.265,1.55) forwards}@media (min-width: 768px){.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble{width:32px;height:32px}}.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble img{width:10px;height:10px;object-fit:contain;filter:brightness(0) saturate(100%) invert(30%) sepia(10%) saturate(0%) hue-rotate(0deg)}@media (min-width: 768px){.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble img{width:16px;height:16px}}.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble.icon-1{top:-40px;left:-60px;animation-delay:2.5s}@media (min-width: 768px){.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble.icon-1{top:-54px;left:-72px}}@media (min-width: 1024px){.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble.icon-1{top:-65px;left:-100px}}.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble.icon-2{top:-10px;left:-72px;animation-delay:2.7s}@media (min-width: 768px){.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble.icon-2{top:0;left:-90px}}@media (min-width: 1024px){.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble.icon-2{top:-15px;left:-120px}}.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble.icon-3{top:20px;left:-60px;animation-delay:2.9s}@media (min-width: 768px){.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble.icon-3{top:54px;left:-72px}}@media (min-width: 1024px){.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble.icon-3{top:35px;left:-100px}}.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble:nth-child(1){animation:popOut .8s cubic-bezier(.68,-.55,.265,1.55) 2.5s forwards,floatBubble 3s ease-in-out 3.5s infinite}.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble:nth-child(2){animation:popOut .8s cubic-bezier(.68,-.55,.265,1.55) 2.7s forwards,floatBubble 3s ease-in-out 3.7s infinite}.hero-container .technology-hook .llm-video-container .popping-icons .icon-bubble:nth-child(3){animation:popOut .8s cubic-bezier(.68,-.55,.265,1.55) 2.9s forwards,floatBubble 3s ease-in-out 3.9s infinite}.hero-container .technology-hook .llm-video-container .popping-icons.visible .icon-bubble{opacity:1;transform:scale(1) translate(0);animation:floatBubble 3s ease-in-out infinite}.hero-container .technology-hook .text-container{position:absolute;bottom:10px;right:15px;pointer-events:none;z-index:10}@media (min-width: 768px){.hero-container .technology-hook .text-container{bottom:15px;right:25px}}@media (min-width: 1024px){.hero-container .technology-hook .text-container{bottom:30px;right:34px}}@media (min-width: 1280px){.hero-container .technology-hook .text-container{bottom:40px;right:34px}}.hero-container .technology-hook .text-container .curved-arrow{width:90px;height:40px;display:block;margin:0 auto;opacity:1;transition:opacity .4s ease-in-out;transform:rotate(20deg) translate(-25px) translateY(-40px)}@media (min-width: 768px){.hero-container .technology-hook .text-container .curved-arrow{width:120px;height:50px;transform:rotate(30deg) translate(-30px) translateY(-60px)}}@media (min-width: 1024px){.hero-container .technology-hook .text-container .curved-arrow{width:120px;height:50px;transform:rotate(20deg) translate(-50px) translateY(-80px)}}.hero-container .technology-hook .text-container .curved-arrow.visible{opacity:1}.hero-container .technology-hook .text-container .caption-text{position:absolute;bottom:12px;right:9px;font-family:Caveat,cursive;font-size:12px;font-weight:600;color:#1a173bbf;transform:rotate(-12deg) translate(36px);opacity:1!important;letter-spacing:.5px;text-shadow:1px 1px 2px rgba(0,0,0,.05);line-height:1.2}@media (min-width: 768px){.hero-container .technology-hook .text-container .caption-text{bottom:20px;right:15px;font-size:20px;transform:rotate(-12deg) translate(60px)}}@media (min-width: 768px) and (max-width: 1024px){.hero-container .technology-hook .text-container .caption-text{bottom:7px;right:12px;font-size:14px}}.hero-container .technology-hook .text-container .caption-text .text-line-1,.hero-container .technology-hook .text-container .caption-text .text-line-2{white-space:nowrap}.hero-container .technology-hook .text-container .caption-text .text-line-2{margin-top:1.2px}@media (min-width: 768px){.hero-container .technology-hook .text-container .caption-text .text-line-2{margin-top:2px}}.hero-container .technology-hook .text-container .caption-text span{display:inline-block;transition:transform .3s ease}.hero-container .technology-hook .text-container .caption-text span.char-0{transform:rotate(-1deg) translateY(-.5px)}.hero-container .technology-hook .text-container .caption-text span.char-1{transform:rotate(1.5deg) translateY(1px)}.hero-container .technology-hook .text-container .caption-text span.char-2{transform:rotate(-.5deg) translateY(-1px)}.hero-container .technology-hook .text-container .caption-text span.char-3{transform:rotate(2deg) translateY(.5px)}.hero-container .technology-hook .text-container .caption-text span.char-4{transform:rotate(-1.5deg) translateY(-.5px)}.hero-container .technology-hook .text-container .caption-text span.char-5{transform:rotate(1deg) translateY(1px)}.hero-container .technology-hook .text-container .caption-text span.char-6{transform:rotate(-.5deg) translateY(0)}.hero-container .technology-hook .text-container .caption-text span.char-7{transform:rotate(0) translateY(0)}.hero-container .technology-hook .text-container .caption-text span.char-8{transform:rotate(1.5deg) translateY(-1px)}.hero-container .technology-hook .text-container .caption-text span.char-9{transform:rotate(-1deg) translateY(.5px)}.hero-container .technology-hook .text-container .caption-text span.char-11{transform:rotate(.5deg) translateY(-.5px)}.hero-container .technology-hook .text-container .caption-text span.char-12{transform:rotate(-2deg) translateY(1px)}.hero-container .technology-hook .text-container .caption-text span.char-13{transform:rotate(1deg) translateY(0)}.hero-container .technology-hook .text-container .caption-text span.char-14{transform:rotate(0) translateY(0)}.hero-container .technology-hook .text-container .caption-text span.char-15{transform:rotate(-1.5deg) translateY(-.5px)}.hero-container .technology-hook .text-container .caption-text span.char-16{transform:rotate(1deg) translateY(1px)}.hero-container .technology-hook .text-container .caption-text span.char-17{transform:rotate(-1deg) translateY(-1px)}.hero-container .technology-hook .text-container .caption-text span.char-18{transform:rotate(.5deg) translateY(.5px)}.hero-container .technology-hook .text-container .caption-text span.char-19{transform:rotate(-2deg) translateY(0)}.hero-container .technology-hook .text-container .caption-text span.char-20{transform:rotate(0) translateY(0)}.hero-container .technology-hook .text-container .caption-text span.char-21{transform:rotate(1.5deg) translateY(-.5px)}.hero-container .technology-hook .text-container .caption-text span.char-22{transform:rotate(-.5deg) translateY(1px)}.hero-container .technology-hook .text-container .caption-text span.char-23{transform:rotate(1deg) translateY(-1px)}@keyframes popOut{0%{opacity:0;transform:scale(.3) translate(0)}to{opacity:1;transform:scale(1) translate(0)}}@keyframes floatBubble{0%,to{transform:scale(1) translate(0)}50%{transform:scale(1) translate(-5px,-3px)}}.scroll-reveal,.scroll-reveal-reverse{will-change:transform,opacity}.scroll-reveal{opacity:0;transform:translateY(-20px);transition:opacity .7s ease,transform .7s ease}.scroll-reveal-reverse{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.scroll-reveal.visible,.scroll-reveal-reverse.visible,.hero-initial-state.visible{opacity:1!important;transform:translateY(0)!important}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@font-face{font-family:Inter-Black;src:url(/fonts/Inter-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Inter-Bold;src:url(/fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter-SemiBold;src:url(/fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter-Medium;src:url(/fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter-Regular;src:url(/fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter-Italic;src:url(/fonts/Inter-Italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Inter-Light;src:url(/fonts/Inter-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}.store-listings{margin:0 auto;overflow:hidden;position:relative}.store-listings .container{padding-top:0;padding-bottom:0}.store-listings .store-content{display:flex;justify-content:center;align-items:center;padding:16px 0;gap:16px;flex-wrap:wrap}.store-listings .store-content .store-link{display:inline-block;transition:transform .3s ease}.store-listings .store-content .store-link:hover{transform:translateY(-4px)}.store-listings .store-content .store-link:active{transform:translateY(0)}.store-listings .store-content .store-link img{width:115px;height:36.5px;display:block;object-fit:contain}@media (min-width: 1024px){.store-listings .store-content .store-link img{width:154px;height:49px}}@font-face{font-family:Inter-Black;src:url(/fonts/Inter-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Inter-Bold;src:url(/fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter-SemiBold;src:url(/fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter-Medium;src:url(/fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter-Regular;src:url(/fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter-Italic;src:url(/fonts/Inter-Italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Inter-Light;src:url(/fonts/Inter-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}.spotlight-card{position:relative;transition:transform .3s ease,opacity .5s ease;opacity:0;transform:translateY(20px);width:100%}.spotlight-card.visible{opacity:1;transform:translateY(0)}.spotlight-card-container{position:relative;border-radius:32px;background-color:#ffffff63;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.41);box-shadow:#ececf1 0 0 20px;overflow:hidden;z-index:1;padding:12px}.spotlight-card-content{padding:16px;position:relative;color:var(--text-primary);background-color:var(--color-white);border-radius:24px;height:100%;box-shadow:#ececf1 0 0 10px}.spotlight-card-content h3{font-family:Inter-SemiBold,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;margin-bottom:8px}.spotlight-card-content p{font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;margin-bottom:8px}.spotlight-card-content p:last-child{margin-bottom:0}.spotlight-card-polygon{position:absolute;width:150px;height:150px;background:linear-gradient(45deg,0%,50%,100%);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;bottom:-75px;right:-75px;z-index:0;opacity:.6;filter:blur(15px);transition:transform .5s ease}.spotlight-card:hover .spotlight-card-polygon{transform:rotate(45deg) scale(1.1)}@media (max-width: 1024px){.spotlight-card-content{padding:12px}}.core-features{display:flex;flex-direction:column;align-items:center}.core-features .container{padding-top:0}.core-features .core-features-content{position:relative}.core-features .core-features-content .section-header{margin-bottom:0}.core-features .core-features-content .section-header.ai-higlighter{position:relative;height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden}.core-features .core-features-content .section-header.ai-higlighter:before{content:"";position:absolute;top:50%;left:50%;width:120vw;max-width:1400px;height:120vw;max-height:1400px;background-image:url(/images/backgrounds/ai-highlighter-lg.svg);background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(-50%,-50%);animation:rotateHighlighterBackground 60s linear infinite;z-index:0;pointer-events:none}.core-features .core-features-content .section-header.ai-higlighter .section-title{position:relative;text-align:center;max-width:600px;margin:0 auto;padding:0 16px}@media (max-width: 1024px){.core-features .core-features-content .section-header.ai-higlighter .section-title{font-size:20px;padding:0 12px}}@keyframes rotateStarBackground{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes rotateHighlighterBackground{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.core-features .core-features-content .feature-row{position:relative;padding-top:24px;padding-bottom:24px;display:flex;flex-direction:column;width:100%}@media (min-width: 768px) and (max-width: 1280px){.core-features .core-features-content .feature-row{flex-direction:row;height:400px;padding:0;overflow:hidden;position:relative;border:1px solid var(--brand-grey-3);border-bottom:none}.core-features .core-features-content .feature-row:last-child{border-bottom:1px solid var(--brand-grey-3)}.core-features .core-features-content .feature-row:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background-color:var(--brand-grey-3);z-index:3}}@media (min-width: 1280px){.core-features .core-features-content .feature-row{flex-direction:row;height:400px;padding:0;overflow:hidden;position:relative;border:1px solid var(--brand-grey-3);border-bottom:none}.core-features .core-features-content .feature-row:last-child{border-bottom:1px solid var(--brand-grey-3)}.core-features .core-features-content .feature-row:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background-color:var(--brand-grey-3);z-index:3}}.core-features .core-features-content .feature-row:last-child{margin-bottom:0}.core-features .core-features-content .feature-row .feature-content{display:flex;flex-direction:column;width:100%}@media (max-width: 768px){.core-features .core-features-content .feature-row .feature-content{flex-direction:column;gap:16px;padding:12px;background-color:var(--brand-grey-5);border:1px solid var(--brand-grey-3);border-radius:12px}}@media (min-width: 768px) and (max-width: 1280px){.core-features .core-features-content .feature-row .feature-content{flex-direction:row;height:100%;align-items:stretch;padding:0}}@media (min-width: 1280px){.core-features .core-features-content .feature-row .feature-content{flex-direction:row;height:100%;align-items:stretch;padding:0}}.core-features .core-features-content .feature-row .feature-content .anim-wrapper{width:100%;position:relative;display:flex;align-items:center;justify-content:center}@media (min-width: 768px) and (max-width: 1280px){.core-features .core-features-content .feature-row .feature-content .anim-wrapper{width:50%;height:100%}}@media (min-width: 1280px){.core-features .core-features-content .feature-row .feature-content .anim-wrapper{width:50%;height:100%}}.core-features .core-features-content .feature-row .feature-content .text-wrapper{width:100%;position:relative;display:flex;align-items:center;justify-content:center}@media (min-width: 768px) and (max-width: 1280px){.core-features .core-features-content .feature-row .feature-content .text-wrapper{width:50%;height:100%;padding:16px}}@media (min-width: 1280px){.core-features .core-features-content .feature-row .feature-content .text-wrapper{width:50%;height:100%;padding:16px}}.core-features .core-features-content .feature-row .feature-content .anim-area{display:flex;align-items:center;justify-content:center;z-index:2;position:relative;width:100%;height:100%}@media (max-width: 768px){.core-features .core-features-content .feature-row .feature-content .anim-area{min-height:400px;flex-direction:column;justify-content:flex-start;align-items:stretch}}@media (min-width: 768px){.core-features .core-features-content .feature-row .feature-content .anim-area{padding:16px}}.core-features .core-features-content .feature-row .feature-content .text-area{overflow:hidden;position:relative;width:100%;height:auto}@media (max-width: 768px){.core-features .core-features-content .feature-row .feature-content .text-area{height:auto;background-color:transparent;padding:0}}@media (min-width: 768px) and (max-width: 1280px){.core-features .core-features-content .feature-row .feature-content .text-area{background-color:transparent;padding:0}}@media (min-width: 1280px){.core-features .core-features-content .feature-row .feature-content .text-area{background-color:transparent;padding:0}}.core-features .core-features-content .feature-row .feature-content .text-area h3{font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;border-bottom:1px solid var(--brand-grey-5);margin-bottom:12px;text-transform:uppercase}.core-features .core-features-content .feature-row .feature-content .text-area .accordion-container{width:100%;font-size:16px;overflow:hidden;margin-bottom:12px}.core-features .core-features-content .feature-row .feature-content .text-area .accordion-container .accordion-item{margin-bottom:8px;overflow:hidden;transition:box-shadow .3s ease;border-bottom:1px solid var(--brand-grey-3)}.core-features .core-features-content .feature-row .feature-content .text-area .accordion-container .accordion-item.open{border-bottom:1px solid transparent}.core-features .core-features-content .feature-row .feature-content .text-area .accordion-container .accordion-item.open .accordion-header h4{color:var(--brand-green)}.core-features .core-features-content .feature-row .feature-content .text-area .accordion-container .accordion-item.open .accordion-header .accordion-icon{transform:rotate(90deg);filter:var(--brand-green-filter)}.core-features .core-features-content .feature-row .feature-content .text-area .accordion-container .accordion-item.open .accordion-content{font-family:Inter-Light,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;max-height:300px;opacity:1;transition:max-height .5s ease-in-out,padding .3s ease,opacity .3s ease .1s}@media (max-width: 1024px){.core-features .core-features-content .feature-row .feature-content .text-area .accordion-container .accordion-item{margin-bottom:4px}}.core-features .core-features-content .feature-row .feature-content .text-area .accordion-container .accordion-header{display:flex;align-items:center;justify-content:space-between;padding:8px 0;cursor:pointer;transition:background-color .2s ease}.core-features .core-features-content .feature-row .feature-content .text-area .accordion-container .accordion-header h4{font-family:Inter-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;color:var(--text-primary);margin:0;transition:color .3s ease}.core-features .core-features-content .feature-row .feature-content .text-area .accordion-container .accordion-header h4:hover{color:var(--text-primary)}.core-features .core-features-content .feature-row .feature-content .text-area .accordion-container .accordion-header .accordion-icon{transition:transform .3s ease,filter .3s ease;filter:opacity(.6)}@media (max-width: 1024px){.core-features .core-features-content .feature-row .feature-content .text-area .accordion-container .accordion-header h4{font-size:14px}}.core-features .core-features-content .feature-row .feature-content .text-area .accordion-container .accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,padding .3s ease;opacity:0;color:var(--text-primary)}.core-features .core-features-content .feature-row .feature-content .text-area .accordion-container .accordion-content p{margin:0}@media (min-width: 768px) and (max-width: 1280px){.core-features .core-features-content .feature-row.right-aligned .feature-content{flex-direction:row}}@media (min-width: 1280px){.core-features .core-features-content .feature-row.right-aligned .feature-content{flex-direction:row}}@media (min-width: 768px) and (max-width: 1280px){.core-features .core-features-content .feature-row.left-aligned .feature-content{flex-direction:row-reverse}}@media (min-width: 1280px){.core-features .core-features-content .feature-row.left-aligned .feature-content{flex-direction:row-reverse}}.core-features .core-features-content .feature-row .message-reference{display:flex;align-items:center;margin-top:12px;padding:8px;background-color:var(--grey-8);border-radius:8px}.core-features .core-features-content .feature-row .message-reference .user-avatar{width:32px;height:32px;border-radius:50%;background-color:var(--accent-pink-1);display:flex;align-items:center;justify-content:center;margin-right:8px}.core-features .core-features-content .feature-row .message-reference .user-avatar span{color:#fff;font-family:Inter-SemiBold,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}.core-features .core-features-content .feature-row .message-reference .message-text{font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:var(--text-primary);margin:0}.core-features .core-features-content .feature-row .task-list .task-item{display:flex;align-items:center;margin-bottom:8px}.core-features .core-features-content .feature-row .task-list .task-item:last-child{margin-bottom:0}.core-features .core-features-content .feature-row .task-list .task-item.completed label{text-decoration:line-through;color:var(--text-secondary)}.core-features .core-features-content .feature-row .task-list .task-item input[type=checkbox]{margin-right:8px;width:18px;height:18px;accent-color:var(--accent-green-3)}.core-features .core-features-content .feature-row .task-list .task-item label{font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;color:var(--text-primary);cursor:pointer}.queryhub-example{display:flex;flex-direction:column;width:100%;gap:12px}.queryhub-example .query-content{display:flex;align-items:center}.queryhub-example .query-content .search-icon{margin-right:16px;filter:invert(60%) sepia(7%) saturate(237%) hue-rotate(184deg) brightness(90%) contrast(86%);display:flex;align-items:center}.queryhub-example .query-content .result-text{flex:1;color:var(--text-primary)}.queryhub-example .result-content{display:flex;align-items:flex-start}.queryhub-example .result-content .user-icon{margin-top:8px;margin-right:8px}.queryhub-example .result-content .result-text{flex:1;background-color:var(--brand-grey-6);padding:12px;border-radius:8px}.queryhub-example .result-headline{font-family:Inter-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;color:var(--text-primary);margin-bottom:4px;margin-top:0}.queryhub-example .source-info{display:flex;align-items:center;font-size:14px}.queryhub-example .source-info .source-quote{color:var(--text-primary)}.queryhub-example .icon-area{display:flex;justify-content:space-between;margin-bottom:16px;padding:12px;background-color:var(--brand-grey-6);border-radius:8px}.queryhub-example .icon-area .schedule-cell{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.queryhub-example .icon-area .schedule-cell .schedule-cell-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.queryhub-example .icon-area .schedule-cell .schedule-cell-icon img{filter:opacity(.7)}.queryhub-example .icon-area .schedule-cell .schedule-cell-label{font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:var(--grey-3);margin-bottom:4px}.queryhub-example .icon-area .schedule-cell .schedule-cell-value{font-family:Inter-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:var(--text-primary)}.queryhub-example .task-area{margin-top:16px;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.queryhub-example .task-area .category-header{display:flex;align-items:center;padding:8px 0;border-bottom:1px solid var(--brand-grey-5);margin-bottom:8px}.queryhub-example .task-area .category-header .category-title{margin-left:12px;font-family:Inter-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;color:var(--text-primary)}.queryhub-example .task-area .activity-item{display:flex;align-items:center;padding:8px 0;border-bottom:1px solid var(--brand-grey-6);transition:all .3s ease-out;overflow:hidden}.queryhub-example .task-area .activity-item:last-child{border-bottom:none}.queryhub-example .task-area .activity-item .activity-checkbox{width:36px;display:flex;justify-content:center;margin-right:8px}.queryhub-example .task-area .activity-item .activity-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent-green-3);position:relative}.queryhub-example .task-area .activity-item .activity-checkbox input[type=checkbox]:checked{animation:checkboxPop .3s ease-out}.queryhub-example .task-area .activity-item .activity-info{flex:1;display:flex;flex-direction:column}.queryhub-example .task-area .activity-item .activity-info .activity-name{font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:var(--text-primary);transition:color .4s ease-out}.queryhub-example .task-area .activity-item .activity-info .activity-name.completed{color:var(--text-secondary)}.queryhub-example .task-area .activity-item .activity-info .activity-description{font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:var(--text-secondary);margin-top:2px}.queryhub-example .task-area .activity-item .activity-due{font-family:Inter-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:var(--text-primary);margin-right:8px;min-width:40px;text-align:center;transition:color .4s ease-out}.queryhub-example .task-area .activity-item .activity-play{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:var(--accent-blue-3);border-radius:50%;cursor:pointer;transition:opacity .4s ease-out}.queryhub-example .task-area .activity-item .activity-play img{filter:brightness(0) invert(1)}.queryhub-example .task-area .activity-item .activity-play:hover{background-color:var(--accent-blue-2)}.queryhub-example .task-area .activity-item.completed .activity-info .activity-name,.queryhub-example .task-area .activity-item.completed .activity-due{color:var(--text-secondary)}.queryhub-example .task-area .activity-item.completed .activity-play{opacity:.5}.queryhub-example .task-area .activity-item.slide-out{transform:translate(100%);opacity:0;max-height:0;padding:0;margin:0;border-bottom:none;transition:transform 1s ease-out,opacity 1s ease-out,max-height 1s ease-out,padding 1s ease-out,margin 1s ease-out}.queryhub-example .task-area .activity-item.hidden{display:none}@keyframes checkboxPop{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.inventory-management-example .inventory-animation-container{position:relative;width:300px;height:300px;margin:0 auto;display:flex;align-items:center;justify-content:center}.inventory-management-example .donut-background{position:absolute;top:0;left:0;z-index:0;pointer-events:none}.inventory-management-example .donut-background .donut{opacity:0;transition:opacity 1s ease-in-out}.inventory-management-example .donut-background .donut.visible{opacity:1}.inventory-management-example .center-circle{position:absolute;width:160px;height:160px;border-radius:50%;background-color:#ffffff1a;border:2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;z-index:10}.inventory-management-example .single-product{transition:all .3s ease}.inventory-management-example .single-product img{transition:all .3s ease;filter:brightness(0) saturate(100%) invert(30%) sepia(10%) saturate(0%) hue-rotate(0deg)}.inventory-management-example .all-products .product-triangle{position:relative;width:100px;height:100px}.inventory-management-example .all-products .product-triangle img{position:absolute;transition:all .5s ease;filter:brightness(0) saturate(100%) invert(30%) sepia(10%) saturate(0%) hue-rotate(0deg)}.inventory-management-example .all-products .product-triangle .product-top{top:0;left:50%;transform:translate(-50%)}.inventory-management-example .all-products .product-triangle .product-bottom-left{bottom:0;left:0}.inventory-management-example .all-products .product-triangle .product-bottom-right{bottom:0;right:0}.inventory-management-example .outer-icon{position:absolute;width:40px;height:40px;border-radius:50%;background-color:#ffffffe6;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.5);transition:all .4s ease;box-shadow:0 2px 8px #0000001a;z-index:5}.inventory-management-example .outer-icon.visible{opacity:1;transform:scale(1)}.inventory-management-example .outer-icon img{filter:brightness(0) saturate(100%) invert(30%) sepia(10%) saturate(0%) hue-rotate(0deg)}.inventory-management-example .outer-icon-0{top:20px;left:50%;transform:translate(-50%) scale(.5)}.inventory-management-example .outer-icon-0.visible{transform:translate(-50%) scale(1)}.inventory-management-example .outer-icon-1{top:50%;right:20px;transform:translateY(-50%) scale(.5)}.inventory-management-example .outer-icon-1.visible{transform:translateY(-50%) scale(1)}.inventory-management-example .outer-icon-2{bottom:20px;left:50%;transform:translate(-50%) scale(.5)}.inventory-management-example .outer-icon-2.visible{transform:translate(-50%) scale(1)}.inventory-management-example .outer-icon-3{top:50%;left:20px;transform:translateY(-50%) scale(.5)}.inventory-management-example .outer-icon-3.visible{transform:translateY(-50%) scale(1)}.inventory-management-example .inner-icon{position:absolute;width:36px;height:36px;border-radius:50%;background-color:#fffc;border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.3);transition:all .4s ease;box-shadow:0 1px 6px #00000014;z-index:5}.inventory-management-example .inner-icon.visible{opacity:1;transform:scale(1)}.inventory-management-example .inner-icon img{filter:brightness(0) saturate(100%) invert(40%) sepia(10%) saturate(0%) hue-rotate(0deg)}.inventory-management-example .inner-icon-0{top:55px;right:55px}.inventory-management-example .inner-icon-1{bottom:55px;right:55px}.inventory-management-example .inner-icon-2{bottom:55px;left:55px}.inventory-management-example .inner-icon-3{top:55px;left:55px}.inventory-management-example .outer-icon:hover,.inventory-management-example .inner-icon:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026}.inventory-management-example .outer-icon-0:hover,.inventory-management-example .outer-icon-2:hover{transform:translate(-50%) scale(1.1)}.inventory-management-example .outer-icon-1:hover,.inventory-management-example .outer-icon-3:hover{transform:translateY(-50%) scale(1.1)}.service-scheduling-example{display:flex;flex-direction:column;width:100%;gap:12px;min-height:400px;position:relative;align-items:center;justify-content:center}.service-scheduling-example .report-card-container{width:100%;max-width:300px;display:flex;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity .6s ease-out}.service-scheduling-example .report-card-container.fading-out{opacity:0}.service-scheduling-example .report-content .report-header{display:flex;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--brand-grey-5)}.service-scheduling-example .report-content .report-header .report-icon{margin-right:8px;filter:opacity(.7)}.service-scheduling-example .report-content .report-header .report-title{font-family:Inter-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;color:var(--text-primary)}.service-scheduling-example .report-content .report-details .problem-description{font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:var(--text-primary);line-height:1.5;margin:0 0 12px;text-align:left}.service-scheduling-example .report-content .report-details .problem-description.second-paragraph{margin-bottom:0}.service-scheduling-example .report-content .report-details .problem-description:only-child{margin-bottom:0}.service-scheduling-example .professionals-container{display:flex;flex-direction:row;gap:12px;width:100%;justify-content:center;transition:all .8s ease-out}.service-scheduling-example .professionals-container.center-selected{justify-content:center}.service-scheduling-example .professionals-container .professional-card{width:230px;height:280px;opacity:0;transform:translateY(20px) scale(.95);transition:all .4s ease-out}.service-scheduling-example .professionals-container .professional-card.visible{opacity:1;transform:translateY(0) scale(1)}.service-scheduling-example .professionals-container .professional-card.selected{transform:translate(115px) translateY(0) scale(1);transition:all .8s ease-out;z-index:10}.service-scheduling-example .professionals-container .professional-card.fade-out{opacity:.3;transform:translateY(10px) scale(.95);pointer-events:none}.service-scheduling-example .professionals-container .professional-card.fade-out-hide{opacity:0;transform:translateY(20px) scale(.8);pointer-events:none;transition:all .6s ease-out}.service-scheduling-example .professionals-container .professional-card.expanded{height:320px;transition:height .6s ease-out,all .4s ease-out}.service-scheduling-example .professionals-container .professional-card .spotlight-card,.service-scheduling-example .professionals-container .professional-card .spotlight-card-container{height:100%}.service-scheduling-example .professionals-container .professional-card .spotlight-card-content{height:100%;display:flex;flex-direction:column}.service-scheduling-example .professionals-container .professional-content{height:300px;display:flex;flex-direction:column}.service-scheduling-example .professionals-container .professional-content .professional-header{display:flex;align-items:center;margin-bottom:12px}.service-scheduling-example .professionals-container .professional-content .professional-header .professional-avatar{width:48px;height:48px;border-radius:50%;background-color:var(--accent-blue-4);display:flex;align-items:center;justify-content:center;margin-right:8px}.service-scheduling-example .professionals-container .professional-content .professional-header .professional-avatar img{filter:brightness(0) invert(1)}.service-scheduling-example .professionals-container .professional-content .professional-header .professional-info{flex:1}.service-scheduling-example .professionals-container .professional-content .professional-header .professional-info .professional-name{font-family:Inter-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:var(--text-primary);margin:0 0 4px}.service-scheduling-example .professionals-container .professional-content .professional-header .professional-info .professional-rating{display:flex;align-items:center}.service-scheduling-example .professionals-container .professional-content .professional-header .professional-info .professional-rating .rating{font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:var(--accent-green-2)}.service-scheduling-example .professionals-container .professional-content .appointment-time-inline{flex-direction:column;align-items:center;justify-content:center;text-align:center;opacity:0;transform:translateY(20px);animation:slideInAppointment .6s ease-out .3s forwards;display:flex;padding:12px}.service-scheduling-example .professionals-container .professional-content .appointment-time-inline .time-info{display:flex;flex-direction:column;align-items:center;width:100%}.service-scheduling-example .professionals-container .professional-content .appointment-time-inline .time-info img{width:48px;height:48px;filter:opacity(.7);margin-bottom:12px;display:block}.service-scheduling-example .professionals-container .professional-content .appointment-time-inline .time-info .time-text{font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;color:var(--text-secondary);font-weight:600;display:block}@keyframes slideInAppointment{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.service-scheduling-example .professionals-container{align-items:center}.service-scheduling-example .professionals-container .professional-card{width:180px;height:260px}}@media (max-width: 1024px) and (min-width: 768px){.service-scheduling-example .professionals-container .professional-card{width:250px}}@media (max-width: 1024px){.service-scheduling-example .professionals-container .professional-card.expanded{height:320px}.service-scheduling-example .report-card-container{max-width:280px;position:relative;top:auto;left:auto;transform:none}}@font-face{font-family:Inter-Black;src:url(/fonts/Inter-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Inter-Bold;src:url(/fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter-SemiBold;src:url(/fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter-Medium;src:url(/fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter-Regular;src:url(/fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter-Italic;src:url(/fonts/Inter-Italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Inter-Light;src:url(/fonts/Inter-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}.justworks-header .container{padding:32px 0}.justworks-header .container h2{margin:0;padding-bottom:0;text-align:center}.justworks-content{display:flex;flex-direction:column;align-items:center}.justworks-content .container{padding:0}.justworks-content .justworks-grid{display:grid;width:100%;max-width:1232px;gap:24px;grid-template-columns:1fr;padding:16px;margin:0 auto}@media (min-width: 768px){.justworks-content .justworks-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (min-width: 1280px){.justworks-content .justworks-grid{grid-template-columns:repeat(3,1fr)}}.justworks-content .justworks-grid .justworks-card{height:360px;border:1px solid var(--grey-2);border-radius:8px;opacity:0;transform:translateY(30px);animation:slideInUp .6s ease-out var(--animation-delay) forwards;background:transparent;position:relative;overflow:visible}.justworks-content .justworks-grid .justworks-card .justworks-card-container{position:relative;height:100%;overflow:visible;display:flex;flex-direction:column}.justworks-content .justworks-grid .justworks-card .justworks-card-container .justworks-visual{position:absolute;top:16px;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;z-index:15;padding:0;width:260px;height:160px}.justworks-content .justworks-grid .justworks-card .justworks-card-container .justworks-visual img{width:100%;height:100%;object-fit:contain;filter:brightness(.9) contrast(1.1);image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transition:all .3s ease}.justworks-content .justworks-grid .justworks-card .justworks-card-container .justworks-content{padding:215px 24px 16px;background:transparent;flex:1;display:flex;flex-direction:column;justify-content:flex-end;position:relative;z-index:10}@media (max-width: 768px){.justworks-content .justworks-grid .justworks-card .justworks-card-container .justworks-content{padding:207px 16px 16px}}.justworks-content .justworks-grid .justworks-card .justworks-card-container .justworks-content .justworks-heading{font-family:Inter-SemiBold,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;margin-bottom:12px;color:var(--color-white);line-height:1.25;text-align:left;justify-self:start;align-self:flex-start}.justworks-content .justworks-grid .justworks-card .justworks-card-container .justworks-content .justworks-description{color:var(--brand-grey-4);font-family:Inter-Light,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.75;flex:1}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}:root{--brand-red: #ff6b6b;--brand-black: #272b2a;--brand-green: #007542;--brand-green-filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(6000%) hue-rotate(125deg) brightness(90%) contrast(150%);--color-white: #ffffff;--bg-primary: #f0eee6;--hero-bg-glass: rgba(255, 255, 255, .39);--hero-border-glass: rgba(255, 255, 255, .41);--hero-shadow: rgb(236, 236, 241);--dark-bg: #14141c;--border-light: #e0e0e0;--border-dark: #cccccc;--text-danger: #e53935;--attention-delete: #ff6666;--text-primary: #333333;--text-secondary: #6e6e6e;--brand-grey-1: #87867f;--brand-grey-2: #acaca6;--brand-grey-3: #c5c5c0;--brand-grey-4: #e8e6dc;--brand-grey-5: #f0eee6;--brand-grey-6: #faf9f6;--accent-yellow-1: #ffbe3c;--accent-yellow-2: #ffcf6e;--accent-yellow-3: #ffdf9e;--accent-yellow-4: #fceccb;--accent-green-1: #059688;--accent-green-2: #63b9a4;--accent-green-3: #a7d5c2;--accent-green-4: #dcede1;--accent-blue-1: #3aa7ea;--accent-blue-2: #6ebbee;--accent-blue-3: #a1d5f5;--accent-blue-4: #def2ff;--accent-pink-1: #db4781;--accent-pink-2: #e3729e;--accent-pink-3: #efadc7;--accent-pink-4: #fbebf1;--accent-purple-1: #8a4b70;--accent-purple-2: #a1739b;--accent-purple-3: #b896b4;--accent-purple-4: #dbcad9;--grey-1: #212121;--grey-2: #333333;--grey-3: #4e4e4e;--grey-4: #6e6e6e;--grey-5: #8f8f8f;--grey-6: #cccccc;--grey-7: #e0e0e0;--grey-8: #f2f2f2;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}@font-face{font-family:Inter-Black;src:url(/fonts/Inter-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Inter-Bold;src:url(/fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter-SemiBold;src:url(/fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter-Medium;src:url(/fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter-Regular;src:url(/fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter-Italic;src:url(/fonts/Inter-Italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Inter-Light;src:url(/fonts/Inter-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}.getstarted-title .container{padding:32px 0}.getstarted-title .container h2{margin:0;text-align:center}.getstarted-content{position:relative}.getstarted-content .container{position:relative;display:grid;grid-template-rows:auto auto 1fr;gap:16px;padding-top:32px;padding-bottom:32px}.getstarted-content .getstarted-visual{text-align:center}.getstarted-content .getstarted-visual.dropdown-animate{transform:translateY(-50px);opacity:0;transition:transform .6s cubic-bezier(.25,.46,.45,.94),opacity .4s ease-out}.getstarted-content .getstarted-visual.dropdown-animate.animate{transform:translateY(0);opacity:1}.getstarted-content .getstarted-visual img{display:block;max-width:100%;height:auto;margin:0 auto}.getstarted-content .features-list{display:grid;grid-template-columns:1fr;gap:16px;margin-top:12px}.getstarted-content .features-list .feature-item{display:grid;grid-template-rows:auto auto;align-items:start;justify-items:start;text-align:left;margin-bottom:12px}.getstarted-content .features-list .feature-item .feature-icon{width:48px;height:48px;display:block;position:relative;overflow:visible;margin-bottom:12px}.getstarted-content .features-list .feature-item .feature-icon.lottie-container svg{width:48px;height:48px;filter:var(--brand-green-filter)}.getstarted-content .features-list .feature-item.scroll-reveal.animate .feature-icon *{animation-play-state:running}.getstarted-content .features-list .feature-item h3{margin:0;font-family:Inter-Light,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (min-width: 768px){.getstarted-content .features-list{grid-template-columns:repeat(2,1fr)}.getstarted-content .features-list .feature-item{margin-bottom:24px}}@media (min-width: 1024px){.getstarted-content .features-list{grid-template-columns:repeat(4,1fr)}.getstarted-content .features-list .feature-item{margin-bottom:0}}
