.hero-section{position:relative;width:100%;min-height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 0 60px;background:linear-gradient(180deg,#ffffff,#fafaf9 50%,#f5f5f4);overflow:hidden;font-size:calc(10px + .4166vw)}.hero-section:before{top:20%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(17,191,191,.3) 0,transparent 70%)}.hero-section:after,.hero-section:before{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0}.hero-section:after{bottom:10%;right:-5%;width:450px;height:450px;background:radial-gradient(circle,rgba(242,141,82,.15) 0,transparent 70%)}.hero-container{z-index:10;max-width:1400px;width:100%;margin:0 auto;gap:56px;padding-left:60px;padding-right:60px}.hero-container,.hero-photo-panel{position:relative;display:flex;flex-direction:column}.hero-photo-panel{left:50%;width:calc(100vw - 16px);margin-left:calc(-50vw + 8px);border-radius:28px;overflow:hidden;padding:150px 80px 164px;gap:8px;box-shadow:0 30px 70px rgba(0,0,0,.25);animation:fadeInUp .8s ease-out both}.hero-integrations,.hero-photo-content{max-width:1280px;margin:0 auto;width:100%}.hero-photo-image{object-fit:cover;object-position:50% 50%;z-index:0}.hero-photo-overlay{position:absolute;inset:0;z-index:1;background:rgba(0,0,0,.4)}.hero-photo-content{position:relative;z-index:2;display:grid;grid-template-columns:3fr 2fr;grid-template-areas:"title description";align-items:start;gap:24px 8px}.hero-photo-titleblock{grid-area:title;gap:24px}.hero-cta-wrap,.hero-photo-titleblock{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.hero-cta-wrap-mobile{display:none}.hero-photo-right{grid-area:description;display:flex;justify-content:flex-start;align-self:center;min-width:0}.hero-title{font-size:3.516em;line-height:1;margin:0;min-width:0;max-width:30ch;display:flex;flex-direction:column;align-items:flex-start;text-align:left;text-transform:uppercase;letter-spacing:0;animation:fadeInUp .6s ease-out .1s both}.hero-title-line{color:#ffffff;font-weight:900;white-space:pre-line}.hero-description{font-size:1em;line-height:1.6;color:rgba(255,255,255,.85);margin:0;font-weight:400;letter-spacing:-.05em;max-width:48ch;text-align:left;animation:fadeInUp .6s ease-out .2s both}.hero-cta-group{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start;margin-bottom:16px;animation:fadeInUp .6s ease-out .4s both}.hero-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;height:50px;padding:0 25px;box-sizing:border-box;font-size:15px;font-weight:500;border-radius:8px;border:none;letter-spacing:-.05em;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.hero-btn-primary{background:var(--brand-blue);color:#ffffff;box-shadow:none}.hero-btn-primary:hover{background:var(--brand-blue-hover)}.hero-btn-secondary{background:#ffffff;color:#0f172a;border:1px solid #e5e7eb;box-shadow:0 2px 12px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.05)}.hero-btn-secondary:hover{background:#fafafa;border-color:#d1d5db;box-shadow:0 4px 16px rgba(0,0,0,.12),0 2px 6px rgba(0,0,0,.06)}.hero-btn-icon-wrapper{width:28px;height:28px;background:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.hero-btn-icon{width:15px;height:15px;color:#000000}.hero-btn-secondary .hero-btn-icon{width:20px;height:20px}.hero-btn-primary:hover .hero-btn-icon{animation:arrowSlideRight .6s ease-in-out forwards}.hero-btn-primary:not(:hover) .hero-btn-icon{animation:arrowSlideLeft .6s ease-in-out forwards}@keyframes arrowSlideRight{0%{transform:translateX(0);opacity:1}49%{transform:translateX(10px);opacity:0}50%{transform:translateX(-10px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes arrowSlideLeft{0%{transform:translateX(0);opacity:1}49%{transform:translateX(-10px);opacity:0}50%{transform:translateX(10px);opacity:0}to{transform:translateX(0);opacity:1}}.hero-bg-decoration{position:absolute;border-radius:50%;filter:blur(100px);opacity:.15;pointer-events:none}.hero-bg-decoration-1{width:600px;height:600px;top:-200px;left:-100px;animation:float 20s ease-in-out infinite}.hero-bg-decoration-1,.hero-bg-decoration-2{background:radial-gradient(circle,rgba(17,191,191,.3) 0,transparent 70%)}.hero-bg-decoration-2{width:500px;height:500px;top:100px;right:-150px;animation:float 15s ease-in-out infinite reverse}.hero-bg-decoration-3{width:400px;height:400px;background:radial-gradient(circle,rgba(17,191,191,.3) 0,transparent 70%);bottom:-100px;left:50%;transform:translateX(-50%);animation:float 25s ease-in-out infinite}.hero-visual{position:relative;z-index:10;width:100%;margin-top:-180px;padding:0 40px;animation:fadeInUp .8s ease-out .6s both}.hero-visual-glass-frame{max-width:100%;margin:0 auto}.hero-visual-container,.hero-visual-glass-frame{position:relative;width:100%}.hero-visual-explore{position:relative;z-index:2;display:flex;justify-content:center;margin:0 0 12px;text-align:center;font-size:13px;font-weight:500}.hero-visual-explore,.hero-visual-explore-trigger{align-items:center;gap:6px;color:rgba(255,255,255,.75)}.hero-visual-explore-trigger{display:inline-flex;padding:0;background:none;border:none;font:inherit;font-weight:500;cursor:pointer}.hero-visual-explore-trigger:hover{color:#ffffff}.hero-visual-explore-separator{color:rgba(255,255,255,.4)}.hero-visual-explore-icon{flex-shrink:0;animation:hero-visual-explore-bounce 1.6s ease-in-out infinite}@keyframes hero-visual-explore-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.hero-visual-explore-link{color:#ffffff;font-weight:600;text-decoration:underline;text-underline-offset:2px}.hero-visual-explore-link:hover{color:rgba(255,255,255,.85)}.hero-visual-disclaimer{margin:14px 0 0;text-align:center;font-size:12px;color:#94a3b8}.hero-visual-disclaimer-link{color:#64748b;font-weight:500;text-decoration:underline;text-underline-offset:2px}.hero-visual-disclaimer-link:hover{color:#334155}.hero-integrations{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:14px;animation:fadeInUp .6s ease-out .5s both}.hero-integrations-marquee{position:relative;width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent)}.hero-integrations-track{display:flex;align-items:center;gap:48px;width:max-content;animation:heroIntegrationsScroll 30s linear infinite}.hero-integrations-wordmark{height:34px;width:auto;display:block;flex-shrink:0;opacity:.85}@keyframes heroIntegrationsScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(30px) translateX(20px)}}@media (max-width:991px){.hero-section{font-size:16px}.hero-bg-decoration{display:none}.hero-container{gap:24px;padding-left:0;padding-right:0}.hero-photo-panel{border-radius:20px;padding:130px 40px 196px;gap:16px}.hero-photo-content{grid-template-columns:1fr;grid-template-rows:auto auto auto;grid-template-areas:"title" "description" "cta";text-align:center;gap:16px}.hero-photo-titleblock,.hero-title{align-items:center}.hero-title{font-size:1.875em;text-align:center;margin:0 auto}.hero-cta-wrap-desktop{display:none}.hero-cta-wrap-mobile{display:flex;grid-area:cta;align-items:center}.hero-photo-right{justify-content:center}.hero-description{text-align:center;margin:0 auto}.hero-cta-group{justify-content:center;margin-bottom:0}.hero-integrations{align-items:center;max-width:80vw}.hero-visual{padding:0 16px}}@media (max-width:768px){.hero-visual{padding:0 16px}.hero-section{padding:4px 0 40px;min-height:auto}.hero-photo-panel{padding:120px 16px 196px}.hero-title{margin-bottom:12px}.hero-description{margin-bottom:24px}.hero-cta-group{flex-direction:row;width:100%;margin-bottom:0;justify-content:center}.hero-btn{width:auto;padding:0 20px;font-size:14px}.hero-integrations-track{gap:28px}.hero-integrations-wordmark{height:24px}}@media (max-width:480px){.hero-section{padding:4px 0 30px}.hero-photo-panel{padding:110px 16px 196px}.hero-btn-icon-wrapper,.hero-btn-secondary .hero-btn-icon{display:none}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.hero-btn:focus-visible{outline:2px solid #11BFBF;outline-offset:4px}button.hero-btn{-webkit-tap-highlight-color:transparent}