.home-hero-v2 .container,.hh-logobar-section .container{width:100%;max-width:var(--container,1280px);margin:0 auto;padding:0 var(--gutter,56px)}.btn{--btn-bg:var(--c-navy);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-head);font-size:15px;font-weight:700;padding:13px 22px;border-radius:var(--radius-pill);border:0;cursor:pointer;transition:background-color .18s var(--ease),transform .12s var(--ease),box-shadow .2s var(--ease);text-decoration:none;white-space:nowrap;position:relative;letter-spacing:-.005em}.btn:active{transform:translateY(1px) scale(.99)}.btn-primary{background:linear-gradient(90deg,#2301fb 0%,#a80290 100%);color:#fff;box-shadow:var(--shadow-btn)}.btn-primary:hover{background:linear-gradient(90deg,#3a1eff 0%,#c213ad 100%);color:#fff;box-shadow:var(--shadow-btn-hover);transform:translateY(-1px)}.btn-secondary{background:#fff;color:var(--c-navy);border:1.5px solid var(--c-navy);padding:11.5px 20.5px}.btn-secondary:hover{background:var(--c-navy);color:#fff;box-shadow:var(--shadow-btn);transform:translateY(-1px)}.btn-ghost{background:0 0;color:var(--c-navy);padding:12px 14px}.btn-ghost:hover{color:var(--c-electric)}.btn-arrow:after{content:"\2192";font-weight:400;transition:transform .18s var(--ease)}.btn-arrow:hover:after{transform:translateX(4px)}.btn-on-dark.btn-secondary{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(255,255,255,.35);backdrop-filter:blur(8px)}.btn-on-dark.btn-secondary:hover{background:#fff;color:var(--c-navy);border-color:#fff}.home-hero .hh-logobar{margin-top:40px}.hv-pill,.hv-win{position:absolute;right:0;bottom:0;transform-origin:bottom right;transition:opacity .4s var(--ease),transform .4s var(--ease)}.hv-win{width:300px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 28px 60px -20px rgba(20,20,100,.28),0 6px 18px rgba(20,20,100,.08);display:flex;flex-direction:column}.hv-chat-wrap:not(.is-open) .hv-win{opacity:0;transform:scale(.9);pointer-events:none}.hv-win-strip{height:5px;flex:none;background:linear-gradient(90deg,#2301fb,#a80290)}.hv-win-head{background:#141464;padding:14px 16px}.hv-head-top{display:flex;align-items:center;justify-content:space-between}.hv-head-top svg{display:block}.hv-head-who{display:flex;align-items:center;gap:12px;margin-top:10px}.hv-avatar{width:36px;height:36px;flex:none;border-radius:999px;object-fit:cover}.hv-who{display:flex;flex-direction:column;gap:3px;min-width:0}.hv-name{font-family:var(--font-head);font-weight:700;font-size:16px;color:#fff;line-height:1.1}.hv-status{display:flex;align-items:center;gap:7px;font-size:13px;color:#fff;line-height:1.1}.hv-status-dot{width:8px;height:8px;flex:none;border-radius:999px;background:#1fae5a}.hv-win-body{padding:16px;background:#fff;min-height:200px;height:200px;display:flex;flex-direction:column;gap:4px;overflow-y:auto;scroll-behavior:smooth}.hv-msg{display:flex;flex-direction:column;max-width:100%}.hv-msg.recv{align-items:flex-start}.hv-msg.sent{align-items:flex-end}.hv-recv-line{display:flex;align-items:flex-end;gap:8px;max-width:88%}.hv-cloud{width:24px;height:24px;flex:none;border-radius:999px;background:#eef1f8;display:grid;place-items:center;margin-bottom:2px;color:#aeb3c7}.hv-bubble{padding:9px 13px;border-radius:14px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:14px;line-height:1.5;word-wrap:break-word;animation:hvBubbleIn .3s var(--ease) both}.hv-msg.recv .hv-bubble{background:#eef1f8;color:#141464}.hv-msg.sent .hv-bubble{max-width:78%;background:linear-gradient(135deg,#2301fb,#a80290);color:#fff}.hv-msg.recv .hv-time{margin-left:32px}@keyframes hvBubbleIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.hv-typing-bubble{background:#eef1f8;border-radius:14px;padding:11px 13px}.hv-typing{display:inline-flex;gap:4px;align-items:center}.hv-typing span{width:6px;height:6px;border-radius:999px;background:#aeb3c7}@media (prefers-reduced-motion:no-preference){.hv-typing span{animation:hvTyping 1.2s var(--ease) infinite}.hv-typing span:nth-child(2){animation-delay:.18s}.hv-typing span:nth-child(3){animation-delay:.36s}}@keyframes hvTyping{0%,60%,100%{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.hv-win-foot{padding:10px 14px 8px;background:#fff}.hhv-cards .hhv-card-visual--chat{aspect-ratio:auto;align-items:stretch;flex:1 1 auto}.hhv-card-visual--chat .hv-avatar{width:36px;height:36px;object-fit:cover;border-radius:999px}.hhv-chat{width:100%;display:flex;flex:1 1 auto;align-items:stretch}.hhv-chat-win{width:100%;display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #eceef4;box-shadow:0 2px 4px rgba(20,20,100,.06),0 16px 36px -14px rgba(20,20,100,.24)}.hhv-chat .hv-win-head{padding:14px 18px}.hhv-chat .hv-win-body{height:auto;min-height:128px;padding:12px 14px;flex:1 1 auto;justify-content:flex-end;gap:6px}.hhv-chat .hv-bubble{font-size:15px;line-height:1.4;padding:9px 14px}.hhv-chat .hv-typing-bubble{box-sizing:border-box;display:flex;align-items:center;min-height:calc(15px * 1.4 + 18px);padding:9px 14px}.hhv-chat .hv-msg.sent .hv-bubble{background:#141464;color:#fff}.hhv-rend .hhv-rend-head{display:flex;align-items:center;gap:12px;margin-top:10px}.hhv-rend-headic{width:36px;height:36px;flex:none;border-radius:999px;display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.14);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.hhv-rend-headic svg{width:19px;height:19px;display:block}.hhv-rend-headtitle{font-family:var(--font-head);font-weight:700;font-size:17px;color:#fff;line-height:1.1;letter-spacing:-.01em}.hhv-rend .hv-win-body{justify-content:center;gap:7px;overflow:hidden}.hhv-rend-row{display:flex;align-items:center;gap:14px;opacity:0;transform:translateY(9px);transition:opacity .5s var(--ease),transform .5s var(--ease)}.hhv-rend-row.is-in{opacity:1;transform:none}.hhv-rend-ic{width:36px;height:36px;flex:none;border-radius:11px;display:grid;place-items:center;color:#141464;background:#eef1f8}.hhv-rend-ic svg{width:19px;height:19px;display:block}.hhv-rend-label{flex:1 1 auto;min-width:0;font-family:var(--font-head);font-weight:600;font-size:17px;color:#141464;letter-spacing:-.005em}.hhv-rend-check{width:27px;height:27px;flex:none;border-radius:999px;display:grid;place-items:center;color:#fff;background:#39b54a;box-shadow:0 3px 8px -2px rgba(57,181,74,.55);opacity:0;transform:scale(.4);transition:opacity .28s var(--ease),transform .4s cubic-bezier(.34,1.56,.64,1)}.hhv-rend-check.is-on{opacity:1;transform:scale(1)}.hhv-rend-check svg{width:15px;height:15px;display:block}@media (prefers-reduced-motion:reduce){.hhv-rend-row,.hhv-rend-check{transition:none}}.hh-logobar-section{background:#fff;min-height:200px;display:flex;flex-direction:column;justify-content:center;padding:0;overflow:hidden}.hh-logobar-section .hh-logobar{margin-top:0;border-top:none;padding-top:32px}.hh-logobar{margin-top:48px;padding-top:32px;border-top:1px solid var(--c-border)}.hh-logobar-intro{font-family:var(--font-head);font-size:16px;font-weight:var(--fw-semibold);color:var(--c-navy);margin-bottom:20px;letter-spacing:-.005em}.hh-logobar-intro .accent{background:linear-gradient(135deg,#2301fb,#a80290);-webkit-background-clip:text;background-clip:text;color:transparent}.hh-logobar-row{display:flex;align-items:center;justify-content:flex-start;gap:48px;flex-wrap:wrap}.hh-marquee .logo-marquee-track{animation-duration:60s}.hh-marquee:hover .logo-marquee-track{animation-play-state:paused}.hh-marquee .logo-marquee-item{min-width:0;padding:0 12px;margin:0 16px;width:132px;height:72px;display:grid;place-items:center}.hh-marquee .logo-marquee-item:hover img{filter:none;opacity:1}.hh-marquee .logo-marquee-item img.is-mono,.hh-marquee .logo-marquee-item:hover img.is-mono{filter:grayscale(100%);opacity:.65}.hh-in{opacity:1}@media (prefers-reduced-motion:no-preference){.hh-in{transform:translateY(16px);transition:opacity .7s var(--ease),transform .7s var(--ease);transition-delay:calc(var(--i, 0) * 80ms)}.hh-in.is-in{opacity:1;transform:none}}@media (max-width:980px){.home-hero .hh-visual .hv-win{width:300px}}@media (max-width:680px){.hh-logobar-row{gap:24px}}.logo-marquee{overflow:hidden;-webkit-mask-image:none;mask-image:none}.logo-marquee-track{display:flex;align-items:center;width:max-content;gap:0;animation:logo-marquee var(--mq-duration,80s) linear infinite;will-change:transform}.logo-marquee:hover .logo-marquee-track{animation-play-state:paused}.logo-marquee-item,.hh-marquee .logo-marquee-item,.au-logobar-marquee .logo-marquee-item,.hl-logobar-marquee .logo-marquee-item{flex:0 0 auto;display:flex;align-items:center;justify-content:center;min-width:auto;padding:0 44px;background:0 0;width:auto;height:auto;min-height:72px;margin:0}.logo-marquee-item img,.hh-marquee .logo-marquee-item img,.au-logobar-marquee .logo-marquee-item img,.hl-logobar-marquee .logo-marquee-item img{height:53px;max-height:53px;width:auto;max-width:119px;object-fit:contain;filter:grayscale(100%);opacity:.85;background:0 0;mix-blend-mode:normal;transition:opacity .25s var(--ease)}.logo-marquee-item img:hover,.hh-marquee .logo-marquee-item img:hover,.hh-marquee .logo-marquee-item img.is-mono:hover,.au-logobar-marquee .logo-marquee-item img:hover,.hl-logobar-marquee .logo-marquee-item img:hover{filter:grayscale(100%);opacity:1}.hh-marquee .logo-marquee-track,.au-logobar-marquee .logo-marquee-track,.hl-logobar-marquee .logo-marquee-track{animation-duration:var(--mq-duration,80s)}.au-logobar-divider{height:1px;border:0;background:var(--c-border);width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.au-logobar-divider-top{margin-top:0;margin-bottom:28px}.au-logobar-divider-bottom{margin-top:28px;margin-bottom:0}.hh-logobar{margin-top:40px;padding-top:0;border-top:0}.au-logobar-marquee,.hl-logobar-marquee{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.au-logobar,.hl-logobar,.hh-logobar-section{overflow:hidden}@media (prefers-reduced-motion:reduce){.logo-marquee-track{animation:none}}.lg-hero .hh-logobar{margin-top:40px}.lg-logobar-marquee .logo-marquee-item{min-width:auto;padding:0 24px}.lg-logobar-marquee .logo-marquee-track{animation-duration:76s}.au-logobar{padding:0;background:#fff;min-height:200px;display:flex;flex-direction:column;justify-content:center}.au-logobar-intro{text-align:center;margin:0 0 28px;font-family:var(--font-head);font-size:13px;font-weight:var(--fw-semibold);letter-spacing:.08em;color:var(--c-navy)}.au-logobar-divider-top{margin:0 0 30px}.au-logobar-divider-bottom{margin:36px 0 0}.au-logobar-marquee .logo-marquee-item{min-width:0;padding:0 12px;margin:0 16px;width:132px;height:72px;display:grid;place-items:center}.au-logobar-marquee .logo-marquee-item img{height:48px;max-height:48px;width:auto;max-width:108px;object-fit:contain}.au-logobar-marquee .logo-marquee-track{animation-duration:75s}@media (max-width:680px){.au-logobar{padding:0}}.hh-in{opacity:1}@media (prefers-reduced-motion:no-preference){.hh-in{transform:translateY(16px);transition:opacity .7s var(--ease),transform .7s var(--ease);transition-delay:calc(var(--i, 0) * 80ms)}.hh-in.is-in{opacity:1;transform:none}.au-hero.is-settled .hh-in{transition:none;opacity:1;transform:none}}.hv-pill,.hv-win{position:absolute;right:0;bottom:0;transform-origin:bottom right;transition:opacity .4s var(--ease),transform .4s var(--ease)}.hv-win{width:300px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 28px 60px -20px rgba(20,20,100,.28),0 6px 18px rgba(20,20,100,.08);display:flex;flex-direction:column}.hv-chat-wrap:not(.is-open) .hv-win{opacity:0;transform:scale(.9);pointer-events:none}.hv-win-strip{height:5px;flex:none;background:linear-gradient(90deg,#2301fb,#a80290)}.hv-win-head{background:#141464;padding:14px 16px}.hv-head-top{display:flex;align-items:center;justify-content:space-between}.hv-head-top svg{display:block}.hv-head-who{display:flex;align-items:center;gap:12px;margin-top:10px}.au-hero-shot .hv-avatar{width:36px;height:36px;flex:none;border-radius:999px;object-fit:cover;box-shadow:none}.hv-who{display:flex;flex-direction:column;gap:3px;min-width:0}.hv-name{font-family:var(--font-head);font-weight:700;font-size:16px;color:#fff;line-height:1.1}.hv-status{display:flex;align-items:center;gap:7px;font-size:13px;color:#fff;line-height:1.1}.hv-status-dot{width:8px;height:8px;flex:none;border-radius:999px;background:#1fae5a}.hv-win-body{padding:16px;background:#fff;min-height:200px;height:200px;display:flex;flex-direction:column;gap:4px;overflow-y:auto;scroll-behavior:smooth}.hv-msg{display:flex;flex-direction:column;max-width:100%}.hv-msg.recv{align-items:flex-start}.hv-msg.sent{align-items:flex-end}.hv-recv-line{display:flex;align-items:flex-end;gap:8px;max-width:88%}.hv-cloud{width:24px;height:24px;flex:none;border-radius:999px;background:#eef1f8;display:grid;place-items:center;margin-bottom:2px;color:#aeb3c7}.hv-bubble{padding:9px 13px;border-radius:14px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:14px;line-height:1.5;word-wrap:break-word;animation:hvBubbleIn .3s var(--ease) both}.hv-msg.recv .hv-bubble{background:#eef1f8;color:#141464}.hv-msg.sent .hv-bubble{max-width:78%;background:linear-gradient(135deg,#2301fb,#a80290);color:#fff}.hv-msg.recv .hv-time{margin-left:32px}@keyframes hvBubbleIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.hv-typing-bubble{background:#eef1f8;border-radius:14px;padding:11px 13px}.hv-typing{display:inline-flex;gap:4px;align-items:center}.hv-typing span{width:6px;height:6px;border-radius:999px;background:#aeb3c7}@media (prefers-reduced-motion:no-preference){.hv-typing span{animation:hvTyping 1.2s var(--ease) infinite}.hv-typing span:nth-child(2){animation-delay:.18s}.hv-typing span:nth-child(3){animation-delay:.36s}}@keyframes hvTyping{0%,60%,100%{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.hv-win-foot{padding:10px 14px 8px;background:#fff}@keyframes au-int-marquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}.hl-logobar-marquee .logo-marquee-item{min-width:auto;padding:0 30px}.hl-logobar-marquee .logo-marquee-item img{height:34px;max-height:34px;width:auto;max-width:150px;object-fit:contain}.hl-logobar-marquee .logo-marquee-track{animation-duration:80s}.hh-logobar-section .au-logobar-marquee,.au-logobar .au-logobar-marquee{background:radial-gradient(70% 150% at 10% -20%,rgba(88,208,245,.15) 0%,transparent 55%),radial-gradient(60% 130% at 94% 120%,rgba(255,255,255,.09) 0%,transparent 58%),linear-gradient(135deg,#2301fb 0%,#a80290 100%)}.hh-logobar-section:not(.hh-logobar-section--dark){background:#fff}.hh-logobar-section .au-logobar-marquee .logo-marquee-item img,.hh-logobar-section .au-logobar-marquee .logo-marquee-item img.is-mono,.au-logobar .au-logobar-marquee .logo-marquee-item img,.au-logobar .au-logobar-marquee .logo-marquee-item img.is-mono{filter:brightness(0) invert(1);opacity:.82;mix-blend-mode:normal}.hh-logobar-section .au-logobar-marquee .logo-marquee-item img:hover,.au-logobar .au-logobar-marquee .logo-marquee-item img:hover{filter:brightness(0) invert(1);opacity:1}.hh-logobar-section:not(.hh-logobar-section--dark) .au-logobar-divider,.au-logobar .au-logobar-divider{display:none}.hh-logobar-section--dark .au-logobar-marquee,.hh-logobar-section:not(.hh-logobar-section--dark) .au-logobar-marquee,.au-logobar .au-logobar-marquee{padding-top:26px;padding-bottom:26px}.hh-logobar-section--dark .au-logobar-marquee .logo-marquee-item,.hh-logobar-section:not(.hh-logobar-section--dark) .au-logobar-marquee .logo-marquee-item,.au-logobar .au-logobar-marquee .logo-marquee-item{min-height:62px;padding:0 40px}.hh-logobar-section--dark .au-logobar-marquee .logo-marquee-item img,.hh-logobar-section:not(.hh-logobar-section--dark) .au-logobar-marquee .logo-marquee-item img,.au-logobar .au-logobar-marquee .logo-marquee-item img{height:45px;max-height:45px;max-width:101px}.hh-logobar-section--dark .hh-logobar-intro,.hh-logobar-section:not(.hh-logobar-section--dark) .hh-logobar-intro{font-size:26px;letter-spacing:-.01em}.au-logobar .au-logobar-intro{font-size:26px;letter-spacing:-.01em;line-height:1.6;margin:0 0 20px}.au-logobar{min-height:208px;justify-content:flex-start;padding-top:32px}.logo-marquee{-webkit-mask-image:none !important;mask-image:none !important}.home-hero-v2 .hhv-glow{display:none}.home-hero-v2 .hhv-orbs{display:none}.hh-logobar-section--dark:before,.hh-logobar-section--dark:after{display:none}@keyframes prHeroGlow{0%{transform:translate3d(0,0,0) scale(1)}100%{transform:translate3d(-6%,10%,0) scale(1.12)}}.hh-logobar-section--dark .au-logobar-marquee{background:radial-gradient(70% 150% at 10% -20%,rgba(88,208,245,.15) 0%,transparent 55%),radial-gradient(60% 130% at 94% 120%,rgba(255,255,255,.09) 0%,transparent 58%),linear-gradient(135deg,#2301fb 0%,#a80290 100%)}.logo-marquee{-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 7%,#000 93%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 7%,#000 93%,transparent 100%)}.hhc .hh-in{opacity:1}@media (prefers-reduced-motion:no-preference){.hhc .hh-in{transform:translateY(16px);transition:opacity .7s var(--ease),transform .7s var(--ease);transition-delay:calc(var(--i, 0) * 80ms)}.hhc .hh-in.is-in{opacity:1;transform:none}}.home-hero-v2{--hhv-grad:linear-gradient(90deg,#2301fb 0%,#a80290 100%);--hhv-navy:#141464;--hhv-text-col:600px;--hhv-title-col:1360px;--hhv-sub-col:780px;--hhv-cards-col:1360px;position:relative;min-height:calc(100vh - 178px);display:flex;flex-direction:column;justify-content:center;background:#f5f4fb;margin-top:-76px;padding:calc(76px + clamp(24px, 3vw, 40px)) 0 clamp(20px, 2.5vw, 32px);overflow:hidden}@media (min-width:1025px){.home-hero-v2{zoom:.8;padding-top:calc(76px + clamp(56px, 6vw, 88px));padding-bottom:clamp(6px, 0.8vw, 12px)}.elementor-widget-bconnect_hero .hh-logobar-section{min-height:120px}}.home-hero-v2:after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:0;height:220px;pointer-events:none;background:linear-gradient(to bottom,rgba(245,244,251,0) 0%,#f5f4fb 82%)}.home-hero-v2 .hhv-glow{position:absolute;top:-18%;left:-8%;z-index:0;pointer-events:none;width:clamp(480px, 46vw, 820px);height:clamp(480px, 46vw, 820px);border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(35,1,251,.16) 0%,rgba(168,2,144,.08) 42%,rgba(245,244,251,0) 70%);opacity:.3;filter:blur(8px)}.home-hero-v2 .hhv-orbs{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.home-hero-v2 .hhv-orb{position:absolute;display:block;border-radius:50%;filter:blur(16px);will-change:transform}.home-hero-v2 .hhv-orb-1{top:-14%;left:-10vw;width:clamp(460px, 46vw, 900px);height:clamp(460px, 46vw, 900px);background:radial-gradient(circle at center,rgba(35,1,251,.17) 0%,rgba(35,1,251,0) 60%);animation:hhvSideA 34s ease-in-out infinite}.home-hero-v2 .hhv-orb-2{top:34%;left:-7vw;width:clamp(380px, 36vw, 720px);height:clamp(380px, 36vw, 720px);background:radial-gradient(circle at center,rgba(120,70,220,.15) 0%,rgba(120,70,220,0) 60%);animation:hhvSideB 46s ease-in-out infinite}.home-hero-v2 .hhv-orb-3{top:-8%;right:-10vw;width:clamp(500px, 50vw, 960px);height:clamp(500px, 50vw, 960px);background:radial-gradient(circle at center,rgba(168,2,144,.15) 0%,rgba(168,2,144,0) 60%);animation:hhvSideC 40s ease-in-out infinite}@keyframes hhvSideA{0%{transform:translate3d(0,0,0) scale(1)}33%{transform:translate3d(3vw,30vh,0) scale(1.08)}66%{transform:translate3d(5vw,60vh,0) scale(.96)}100%{transform:translate3d(0,0,0) scale(1)}}@keyframes hhvSideB{0%{transform:translate3d(0,0,0) scale(1)}33%{transform:translate3d(4vw,-22vh,0) scale(1.1)}66%{transform:translate3d(2vw,22vh,0) scale(.95)}100%{transform:translate3d(0,0,0) scale(1)}}@keyframes hhvSideC{0%{transform:translate3d(0,0,0) scale(1)}33%{transform:translate3d(-4vw,34vh,0) scale(1.12)}66%{transform:translate3d(-2vw,66vh,0) scale(.97)}100%{transform:translate3d(0,0,0) scale(1)}}@media (prefers-reduced-motion:reduce){.home-hero-v2 .hhv-orb{animation:none !important}}.hhv-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.hhv-eyebrow{max-width:var(--hhv-text-col);font-family:var(--font-head);font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:rgba(20,20,100,.62);margin:0 0 10px}.hhv-title{max-width:var(--hhv-title-col);white-space:nowrap;font-family:var(--font-head);font-weight:var(--fw-bold,700);font-size:clamp(32px, 4.4vw, 54px);line-height:1.1;letter-spacing:-.02em;color:var(--hhv-navy);margin:0 0 12px}.hhv-title .accent{background:var(--hhv-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.hhv-sub{max-width:var(--hhv-sub-col);font-family:var(--font-body);font-size:16px;line-height:1.55;color:rgba(20,20,100,.8);margin:0 0 18px}.hhv-cards{width:100%;max-width:var(--hhv-cards-col);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;margin:0 0 14px;text-align:left;align-items:stretch}.hhv-card{position:relative;display:flex;flex-direction:column;gap:13px;background:#fff;border:1px solid rgba(20,20,100,.14);border-radius:12px;padding:20px 22px;box-shadow:0 1px 2px rgba(20,20,100,.05),0 12px 30px -16px rgba(20,20,100,.16);text-decoration:none;transition:transform .2s var(--ease),box-shadow .2s var(--ease),border-color .2s var(--ease)}.hhv-card:hover{transform:translateY(-4px);box-shadow:0 2px 4px rgba(20,20,100,.08),0 18px 40px rgba(20,20,100,.14);border-color:rgba(35,1,251,.4)}.hhv-card-head{display:flex;align-items:center;gap:12px;margin-bottom:0}.hhv-card-ic{flex:none;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--hhv-grad);color:#fff;box-shadow:0 6px 14px -4px rgba(20,20,100,.35)}.hhv-card-ic i,.hhv-card-ic svg{width:18px;height:18px;stroke-width:2.25}.hhv-card-title{font-family:var(--font-head);font-weight:var(--fw-medium,500);font-size:19px;line-height:1.25;letter-spacing:-.01em;color:var(--hhv-navy);margin:0;min-height:calc(19px * 1.25 * 2);display:flex;align-items:center}.hhv-card-text{display:block;font-family:var(--font-body);font-size:15.5px;line-height:1.55;color:rgba(20,20,100,.62);margin:0;min-height:calc(15.5px * 1.55 * 2)}.hhv-card-preview{margin-top:14px}.hhv-card-preview-lbl{display:block;font-family:var(--font-head);font-weight:var(--fw-semibold,600);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:rgba(20,20,100,.42);margin-bottom:9px}.hhv-card-tags{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:7px}.hhv-card-tags li{font-family:var(--font-body);font-size:12.5px;line-height:1;padding:7px 11px;border-radius:999px;background:#f4f5fa;border:1px solid rgba(20,20,100,.1);color:rgba(20,20,100,.72)}.hhv-card-tag-more{background:0 0 !important;border-color:rgba(35,1,251,.35) !important;color:#2301fb !important;font-weight:var(--fw-semibold,600)}.hhv-card-stat{margin-top:0;display:flex;align-items:baseline;gap:12px;margin-bottom:0}.hhv-card-num{font-family:var(--font-head);font-weight:var(--fw-semibold,600);font-size:30px;line-height:1;letter-spacing:-.02em;background:var(--hhv-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.hhv-card-cap{font-family:var(--font-body);font-size:14px;font-weight:400;line-height:1.35;color:rgba(20,20,100,.55);min-height:calc(14px * 1.35 * 2)}.hhv-card-btn{width:100%;align-self:stretch;justify-content:center;gap:9px;margin-top:0;margin-bottom:0;background:var(--hhv-grad);color:#fff;border:0;font-family:var(--font-head);font-weight:var(--fw-semibold,600);font-size:15.5px;padding:12px 20px;border-radius:999px;display:inline-flex;align-items:center;box-shadow:0 8px 22px rgba(85,30,200,.38);transition:transform .18s var(--ease),box-shadow .2s var(--ease),background .2s var(--ease)}.hhv-card-btn:hover{background:linear-gradient(90deg,#3a1eff 0%,#c213ad 100%);transform:translateY(-1px);box-shadow:0 12px 28px rgba(85,30,200,.45)}.hhv-card-btn i,.hhv-card-btn svg{width:18px;height:18px;flex:none}.hhv-card-visual{margin:0 -12px 0;width:calc(100% + 24px);aspect-ratio:1421/884;display:flex;align-items:flex-end;justify-content:center}.hhv-card-visual img{width:100%;height:100%;object-fit:contain;object-position:center bottom}.hhv-card-visual .ph-media{width:100%;height:100%;min-height:0}@media (max-width:720px){.hhv-card-btn{margin-top:0}}.hhv-actions{display:flex;flex-wrap:wrap;gap:13px;justify-content:center;margin:0 0 16px}.hhv-btn-primary{background:var(--hhv-grad);color:#fff;border:0;font-family:var(--font-head);font-weight:var(--fw-semibold,600);font-size:15.5px;padding:15px 30px;border-radius:999px;display:inline-flex;align-items:center;gap:9px;box-shadow:0 8px 24px rgba(85,30,200,.4)}.hhv-btn-primary span{transition:transform .2s var(--ease)}.hhv-btn-primary:hover span{transform:translateX(3px)}.hhv-btn-ghost{background:#fff;color:var(--hhv-navy);border:1px solid rgba(20,20,100,.35);font-family:var(--font-head);font-weight:var(--fw-semibold,600);font-size:15.5px;padding:15px 30px;border-radius:999px;display:inline-flex;align-items:center}.hhv-btn-ghost:hover{background:#f5f4fb;border-color:var(--hhv-navy)}.hhv-micro{font-family:var(--font-body);font-size:12.5px;line-height:1.5;color:rgba(20,20,100,.6);margin:0}@media (max-width:900px){.hhv-title{white-space:normal}}@media (max-width:720px){.hhv-cards{grid-template-columns:1fr;max-width:var(--hhv-text-col)}.hhv-card-visual{display:none}}@media (max-width:560px){.hhv-actions{width:100%;flex-direction:column;align-items:stretch;max-width:360px}.hhv-actions .btn{width:100%;justify-content:center}}.hh-logobar-section--dark{background:#f5f4fb;position:relative;z-index:1;overflow:hidden;min-height:0}.hh-logobar-section--dark .au-logobar{background:0 0}.hh-logobar-section--dark:before,.hh-logobar-section--dark:after{content:"";position:absolute;z-index:0;pointer-events:none;border-radius:50%;filter:blur(16px)}.hh-logobar-section--dark:before{top:-55%;left:-8vw;width:clamp(400px, 40vw, 760px);height:clamp(400px, 40vw, 760px);background:radial-gradient(circle at center,rgba(35,1,251,.2) 0%,rgba(35,1,251,0) 60%);animation:hhvSideB 42s ease-in-out infinite}.hh-logobar-section--dark:after{top:-62%;right:-8vw;width:clamp(440px, 44vw, 820px);height:clamp(440px, 44vw, 820px);background:radial-gradient(circle at center,rgba(168,2,144,.2) 0%,rgba(168,2,144,0) 60%);animation:hhvSideC 46s ease-in-out infinite}.hh-logobar-section--dark .container,.hh-logobar-section--dark .hh-logobar{position:relative;z-index:1}.hh-logobar-section--dark .hh-logobar{margin-top:4px;padding-top:0;border-top:none}.hh-logobar-section--dark .au-logobar-divider{display:none}.hh-logobar-section--dark .hh-logobar-intro{color:var(--c-navy);font-size:18.5px}.hh-logobar-section--dark .au-logobar-marquee{background:radial-gradient(90% 160% at 50% 0%,rgba(168,2,144,.42) 0%,rgba(35,1,251,.3) 40%,rgba(20,20,100,0) 74%),#141464;padding-top:30px;padding-bottom:30px;margin-top:4px}.hh-logobar-section--dark .au-logobar-marquee .logo-marquee-item img,.hh-logobar-section--dark .au-logobar-marquee .logo-marquee-item img.is-mono{filter:brightness(0) invert(1);opacity:.78;mix-blend-mode:normal}.hh-logobar-section--dark .au-logobar-marquee .logo-marquee-item img:hover,.hh-logobar-section--dark .au-logobar-marquee .logo-marquee-item img.is-mono:hover{filter:brightness(0) invert(1);opacity:1}.hh-logobar-section--dark .au-logobar-marquee{background:linear-gradient(135deg,#2301fb 0%,#a80290 100%)}.elementor-widget-bconnect_hero .accent,.elementor-widget-bconnect_hero .hhv-card-num,.elementor-widget-bconnect_problem .wg-grad,.elementor-widget-bconnect_journey .accent,.elementor-widget-bconnect_models .accent,.elementor-widget-bconnect_trackrecord .tr-num,.elementor-widget-bconnect_branches .bc-grad-text,.elementor-widget-bconnect_branches .bt-num,.elementor-widget-bconnect_cases .accent,.elementor-widget-bconnect_cta .bc-grad-text{background:linear-gradient(90deg,#2301fb 0%,#a80290 100%) !important;-webkit-background-clip:text !important;background-clip:text !important;-webkit-text-fill-color:transparent !important;color:transparent !important;display:inline-block}.elementor-widget-bconnect_hero .hhv-card-ic{background:linear-gradient(135deg,#2301fb 0%,#a80290 100%) !important;color:#fff !important}.elementor-widget-bconnect_hero .hhv-card-ic svg,.elementor-widget-bconnect_hero .hhv-card-ic i{color:#fff !important;stroke:#fff !important}.elementor-widget-bconnect_hero .btn-primary,.elementor-widget-bconnect_hero a.hhv-card-btn,.elementor-widget-bconnect_problem .wg-cta,.elementor-widget-bconnect_journey .btn-primary,.elementor-widget-bconnect_branches .btn-primary,.elementor-widget-bconnect_branches .bt-btn,.elementor-widget-bconnect_cases .btn-primary,.elementor-widget-bconnect_cta .btn-primary{background:linear-gradient(90deg,#2301fb 0%,#a80290 100%) !important;color:#fff !important}.elementor-widget-bconnect_hero .btn-primary:hover,.elementor-widget-bconnect_hero a.hhv-card-btn:hover,.elementor-widget-bconnect_journey .btn-primary:hover,.elementor-widget-bconnect_branches .btn-primary:hover,.elementor-widget-bconnect_cases .btn-primary:hover,.elementor-widget-bconnect_cta .btn-primary:hover{background:linear-gradient(90deg,#3a1eff 0%,#c213ad 100%) !important;color:#fff !important}.elementor-widget-bconnect_hero .hh-logobar-section--dark .au-logobar-marquee{background:radial-gradient(70% 150% at 10% -20%,rgba(88,208,245,.15) 0%,transparent 55%),radial-gradient(60% 130% at 94% 120%,rgba(255,255,255,.09) 0%,transparent 58%),linear-gradient(135deg,#2301fb 0%,#a80290 100%) !important}.elementor-widget-bconnect_hero .hv-status-dot{background:#39b54a !important}.elementor-widget-bconnect_hero .home-hero-v2{margin-top:0 !important;min-height:0 !important;padding:clamp(48px, 6vw, 96px) 0 clamp(32px, 4vw, 56px) !important}.home-hero-v2{margin-top:0 !important;min-height:0 !important;padding:clamp(48px, 6vw, 96px) 0 clamp(32px, 4vw, 56px) !important}@media (max-width:720px){.elementor-widget-bconnect_hero .home-hero-v2{padding-top:calc(108px + 20px) !important}}@media (min-width:721px){.elementor-widget-bconnect_hero .home-hero-v2{padding-top:clamp(140px, calc(108px + 4vw), 164px) !important;padding-bottom:clamp(6px, 0.8vw, 14px) !important}}.elementor-widget-bconnect_hero .accent,.elementor-widget-bconnect_hero .hhv-card-num{background:linear-gradient(90deg,#2301fb 0%,#a80290 100%) !important;-webkit-background-clip:text !important;background-clip:text !important;-webkit-text-fill-color:transparent !important;color:transparent !important;display:inline-block}.elementor-widget-bconnect_hero .hhv-card-ic{background:linear-gradient(135deg,#2301fb 0%,#a80290 100%) !important;color:#fff !important}.elementor-widget-bconnect_hero .hhv-card-ic svg{color:#fff !important;stroke:#fff !important}.elementor-widget-bconnect_hero .btn-primary,.elementor-widget-bconnect_hero a.hhv-card-btn{background:linear-gradient(90deg,#2301fb 0%,#a80290 100%) !important;color:#fff !important}.elementor-widget-bconnect_hero .btn-primary:hover,.elementor-widget-bconnect_hero a.hhv-card-btn:hover{background:linear-gradient(90deg,#3a1eff 0%,#c213ad 100%) !important;color:#fff !important}.elementor-widget-bconnect_hero .btn-primary svg,.elementor-widget-bconnect_hero a.hhv-card-btn svg{color:#fff !important;stroke:#fff !important}.elementor-widget-bconnect_hero .hh-logobar-section--dark .au-logobar-marquee{background:radial-gradient(70% 150% at 10% -20%,rgba(88,208,245,.15) 0%,transparent 55%),radial-gradient(60% 130% at 94% 120%,rgba(255,255,255,.09) 0%,transparent 58%),linear-gradient(135deg,#2301fb 0%,#a80290 100%) !important}.elementor-widget-bconnect_hero .hv-status-dot{background:#39b54a !important}.elementor-widget-bconnect_hero .hh-logobar-section--dark .logo-marquee-item img{filter:brightness(0) invert(1);opacity:.82}@keyframes logo-marquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}.elementor-widget-bconnect_hero .logo-marquee{overflow:hidden !important;display:block;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.elementor-widget-bconnect_hero .au-logobar{overflow-x:visible;overflow-y:clip}.elementor-widget-bconnect_hero .logo-marquee-track{display:flex !important;flex-wrap:nowrap !important;align-items:center;width:max-content !important;animation:logo-marquee var(--mq-duration,80s) linear infinite;will-change:transform}.elementor-widget-bconnect_hero .logo-marquee-item{flex:0 0 auto !important;display:grid;place-items:center}.elementor-widget-bconnect_hero .au-logobar-intro,.elementor-widget-bconnect_hero .au-logobar-label{text-align:center;font-family:var(--font-head);font-size:26px;font-weight:var(--fw-semibold);letter-spacing:-.01em;color:var(--c-navy);margin:0 0 20px}@media (prefers-reduced-motion:reduce){.elementor-widget-bconnect_hero .logo-marquee-track{animation:none}}@media (max-width:720px){.elementor-widget-bconnect_hero .hh-logobar-section--dark .au-logobar-marquee{padding-top:16px;padding-bottom:16px}.elementor-widget-bconnect_hero .hh-logobar-section--dark .au-logobar-marquee .logo-marquee-item{height:44px;min-height:0}.elementor-widget-bconnect_hero .hh-logobar-section--dark .au-logobar-marquee .logo-marquee-item img{height:38px;max-height:38px}}