@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap");.hero-root{isolation:isolate;position:relative;width:100%;overflow:hidden;height:100svh;max-height:100svh;background:#062a5a;color:#f0f5ff;font-family:Plus Jakarta Sans,system-ui,sans-serif}.hero-accent-line{top:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#3b82f6 35%,#8b5cf6 65%,transparent);z-index:20}.hero-accent-line,.hero-glow-corner{position:absolute;left:0;pointer-events:none}.hero-glow-corner{top:5%;width:55%;height:60%;background:radial-gradient(ellipse,rgba(56,189,248,.12) 0,transparent 70%);filter:blur(60px);z-index:1}.hero-grid{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding-top:100px;max-width:1600px;margin:0 auto;width:100%}.hero-trust-bar{z-index:15;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(30,41,59,.8);background:rgba(2,11,24,.7);backdrop-filter:blur(12px);flex-shrink:0}.hero-side-dots{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:6px;z-index:20}.hero-cta-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:9999px;font-weight:700;font-size:14px;font-family:Plus Jakarta Sans,system-ui,sans-serif;text-decoration:none;background:linear-gradient(90deg,#3b82f6,#8b5cf6);color:#fff;box-shadow:0 8px 24px rgba(59,130,246,.35);transition:filter .2s ease,transform .2s ease;border:none;cursor:pointer}.hero-cta-primary:hover{filter:brightness(1.1);transform:scale(1.05)}.hero-cta-secondary{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:9999px;font-weight:600;font-size:14px;font-family:Plus Jakarta Sans,system-ui,sans-serif;text-decoration:none;color:#e2e8f0;border:1px solid #334155;background:transparent;transition:background .2s ease,transform .2s ease;cursor:pointer}.hero-cta-secondary:hover{background:#111827;transform:scale(1.05)}@keyframes hero-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes hero-gPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@media (max-width:767px){.hero-root{height:100svh!important;max-height:100svh!important}.hero-grid,.hero-root{overflow:hidden!important}.hero-grid{padding-top:72px!important;padding-bottom:72px!important;height:100%!important;max-height:100%!important;justify-content:flex-start!important}.hero-grid>div:first-child{overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;flex:1!important;justify-content:flex-start!important;padding-bottom:8px!important}.hero-grid>div:first-child::-webkit-scrollbar{display:none!important}.hero-trust-bar{position:absolute!important;bottom:0!important;left:0!important;right:0!important;grid-template-columns:repeat(3,1fr)!important}.hero-trust-bar>div{padding:8px 10px!important}.hero-trust-bar>div:nth-child(2){border-right:1px solid rgba(30,41,59,.8)!important}.hero-trust-bar div[style*="fontSize: 16"]{font-size:13px!important}.hero-panel-bg,.hero-side-dots{display:none!important}.hero-nav-btn{width:44px!important;height:44px!important;background:rgba(59,130,246,.3)!important;border:1.5px solid rgba(59,130,246,.6)!important;flex-shrink:0!important}.hero-nav-btn svg{width:18px!important;height:18px!important}.hero-g-desktop,.hero-g-mobile{display:none!important}.hero-root h1{font-size:clamp(22px,5vw,32px)!important;line-height:1.1!important;margin-bottom:10px!important}.hero-sub-text{font-size:12px!important;line-height:1.6!important;margin-bottom:14px!important}.hero-cta-primary,.hero-cta-secondary{width:100%!important;justify-content:center!important;padding:13px 20px!important}}@media (min-width:768px) and (max-width:1023px){.hero-grid{padding-top:80px!important;height:100svh!important;max-height:100svh!important}.hero-trust-bar{grid-template-columns:repeat(3,1fr)!important}.hero-panel-bg,.hero-side-dots{display:none!important}}@media (min-width:1024px){.hero-g-mobile{display:none!important}}