.button{text-decoration:none;padding:13px 35px;border:none;border-radius:999px;font-weight:600;font-size:14px;transition:all var(--motion-duration-fast,.2s) var(--motion-ease,ease);display:inline-flex;align-items:center;justify-content:center;gap:8px;box-sizing:border-box;cursor:pointer;outline:none;position:relative}.button:focus-visible{outline:2px solid var(--color-brand,#ff9100);outline-offset:4px}.button:disabled{opacity:.65;cursor:not-allowed}.button__spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;animation:buttonSpin .7s linear infinite}.button-outline .button__spinner{border-color:#ff9100 rgba(255,145,0,.25) rgba(255,145,0,.25)}.button__text--hidden{opacity:.7}@keyframes buttonSpin{to{transform:rotate(1turn)}}.button-primary{background:var(--color-brand-gradient,linear-gradient(90deg,#ff9100 0,#ffa733 100%));color:#fff;border:none;box-shadow:var(--shadow-brand,0 4px 20px rgba(248,129,11,.2))}.button-primary:hover:not(:disabled){background:linear-gradient(90deg,#e67e00,#ff9f2e);transform:translateY(-2px);box-shadow:0 6px 24px rgba(248,129,11,.35)}.button-primary:active:not(:disabled){transform:scale(.98)}.button-outline{background:rgba(0,0,0,0);color:var(--color-brand,#ff9100);border:2px solid var(--color-brand,#ff9100)}.button-outline:hover:not(:disabled){background-color:rgba(255,145,0,.1);transform:translateY(-2px)}.button-outline:active:not(:disabled){transform:scale(.98)}.hero-section-container{position:relative;display:flex;flex-direction:column;justify-content:center;padding:100px 84px 48px;background-image:url(/in/_next/static/media/HerobgImage.b21531e6.png);background-size:cover;gap:60px;overflow:hidden}.hero-section-container__mesh{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 20% 40%,rgba(248,129,11,.08) 0,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 20%,rgba(247,244,255,.9) 0,transparent 50%);pointer-events:none}.hero-section-container .hero-section-inner{display:flex;justify-content:space-between;align-items:center;gap:60px;width:100%;position:relative;z-index:1}.hero-section-container .hero-scroll-cue{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);width:28px;height:44px;border:2px solid rgba(248,129,11,.4);border-radius:14px;z-index:2}.hero-section-container .hero-scroll-cue span{position:absolute;top:8px;left:50%;width:4px;height:8px;margin-left:-2px;background:var(--color-brand,#f8810b);border-radius:2px;animation:scrollCueBounce 1.8s ease-in-out infinite}@keyframes scrollCueBounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(10px);opacity:.4}}.hero-section-container .hero-section-title{font-weight:600;font-size:64px;line-height:70px;color:#000;margin-bottom:16px}.hero-section-container .highlight{color:#f8810b;font-weight:600;font-size:84px}.hero-section-container .highlightAlt{color:#f8810b;font-weight:600}.hero-section-container .buttonGroup{display:flex;gap:20px;margin-top:32px}.hero-section-container .demo,.hero-section-container .explore{padding:14px 28px;border-radius:100px;border:none;font-weight:600;font-size:28px;cursor:pointer;transition:.2s;box-sizing:border-box}.hero-section-container .explore{background:#ff9100;color:#fff;padding:0 80px}.hero-section-container .demo{background:rgba(0,0,0,0);color:#ff9100;border:1px solid #ff9100}.hero-section-container .hero-image{width:659.5px;height:641px;-o-object-fit:contain;object-fit:contain;margin-top:20px}.hero-section-container .linkWrapper{text-decoration:none}@media(max-width:1024px){.hero-section-container{flex-direction:column;align-items:center;padding:120px 40px 40px;text-align:center;gap:20px}.hero-section-container .hero-section-title{font-size:52px;line-height:60px}.hero-section-container .highlight{font-size:72px}.hero-section-container .buttonGroup{flex-direction:row;gap:16px;justify-content:center;margin-top:24px}.hero-section-container .demo,.hero-section-container .explore{font-size:20px!important;padding:10px 20px}.hero-section-container .explore{padding:10px 40px}.hero-section-container .hero-image{width:100%;height:auto;margin-top:30px}}@media(max-width:768px){.hero-section-container{flex-direction:column;align-items:center;padding:110px 20px 20px;text-align:center;gap:20px}.hero-section-container .hero-section-title{font-size:22px;line-height:30px}.hero-section-container .highlight{font-size:28px}.hero-section-container .buttonGroup{display:flex;flex-direction:row;gap:8px;justify-content:center;margin-top:24px}.hero-section-container .demo,.hero-section-container .explore{font-size:14px;padding:7px 18px;white-space:nowrap}.hero-section-container .hero-image{width:100%;height:auto;margin-top:14px}}