.hg{--teal:#16b5ce;--teal-700:#0e93a8;--teal-50:#eaf8fb;--teal-100:#d4f0f6;--orange:#f6a11f;--orange-600:#e8901a;--orange-50:#fef5e6;--ink:#13212e;--ink-2:#1c2c3a;--navy-bar:#0c1a27;--body:#46586a;--muted:#6c7c8c;--line:#e7edf2;--line-2:#eef3f7;--bg:#fff;--bg-soft:#f6fafc;--bg-tint:#eef8fb;--white:#fff;--shadow-sm:0 2px 10px rgba(19,33,46,.06);--shadow-md:0 14px 40px rgba(19,33,46,.1);--shadow-lg:0 30px 70px rgba(19,33,46,.16);--radius:18px;--radius-lg:26px;--maxw:1200px;--ease:cubic-bezier(.22,.61,.36,1)}.hg *{box-sizing:border-box;margin:0;padding:0}.hg{background:var(--bg);color:var(--body);font-family:Epilogue,system-ui,-apple-system,Segoe UI,sans-serif;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;line-height:1.65;overflow-x:hidden}.hg img{display:block;max-width:100%}.hg a{color:inherit;text-decoration:none}.hg .wrap{margin:0 auto;max-width:var(--maxw);padding:0 32px}.hg h1,.hg h2,.hg h3,.hg h4{color:var(--ink);font-weight:700;letter-spacing:-.02em;line-height:1.12}.hg .eyebrow{align-items:center;color:var(--teal-700);display:inline-flex;font-size:13px;font-weight:700;gap:8px;letter-spacing:.14em;text-transform:uppercase}.hg .eyebrow:before{background:var(--orange);border-radius:2px;content:"";height:2px;width:22px}.hg .eyebrow.center:before{display:none}.hg p{text-wrap:pretty}.hg .btn{align-items:center;border:1.5px solid transparent;border-radius:999px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:15px;font-weight:600;gap:9px;padding:13px 24px;transition:transform .25s var(--ease),background .25s,box-shadow .25s,color .25s,border-color .25s;white-space:nowrap}.hg .btn .arr{transition:transform .3s var(--ease)}.hg .btn:hover .arr{transform:translateX(4px)}.hg .btn-primary{background:var(--orange);box-shadow:0 10px 24px rgba(246,161,31,.32);color:#fff}.hg .btn-primary:hover{background:var(--orange-600);box-shadow:0 14px 30px rgba(246,161,31,.42);transform:translateY(-2px)}.hg .btn-teal{background:var(--teal);box-shadow:0 10px 24px rgba(22,181,206,.3);color:#fff}.hg .btn-teal:hover{background:var(--teal-700);transform:translateY(-2px)}.hg .btn-outline{background:transparent;border-color:var(--teal);color:var(--teal-700)}.hg .btn-outline:hover{background:var(--teal-50);transform:translateY(-2px)}.hg .btn-ghost{background:transparent;border-color:var(--line);color:var(--ink)}.hg .btn-ghost:hover{border-color:var(--teal);color:var(--teal-700)}.hg .link-arrow{align-items:center;color:var(--orange-600);display:inline-flex;font-size:15px;font-weight:600;gap:8px}.hg .link-arrow .arr{transition:transform .3s var(--ease)}.hg .link-arrow:hover .arr{transform:translateX(5px)}.hg .utility{background:linear-gradient(90deg,#f4fafc,#eaf6fa);border-bottom:1px solid var(--line-2);color:var(--body);font-size:13.5px}.hg .utility .wrap{align-items:center;display:flex;height:44px;justify-content:space-between}.hg .utility a{color:var(--body);transition:color .2s}.hg .utility a:hover{color:var(--teal-700)}.hg .utility .promo strong{color:var(--teal-700);font-weight:700}.hg .utility .promo strong:hover{color:var(--teal)}.hg .utility .u-links{display:flex;font-weight:500;gap:28px}.hg .nav{backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);background:hsla(0,0%,100%,.7);border-bottom:1px solid rgba(231,237,242,.7);position:sticky;top:0;transition:box-shadow .3s,background .3s;z-index:60}.hg .nav.scrolled{background:hsla(0,0%,100%,.86);box-shadow:0 8px 30px rgba(20,84,116,.07)}.hg .nav .wrap{align-items:center;display:flex;height:82px;justify-content:space-between}.hg .brand img{height:40px;width:auto}.hg .nav-links{align-items:center;display:flex;gap:2px}.hg .nav-item{position:static}.hg .nav-item>a{align-items:center;color:var(--ink-2);display:inline-flex;font-size:15px;font-weight:600;gap:6px;padding:28px 14px;transition:color .2s;white-space:nowrap}.hg .nav-item>a .chev{height:11px;opacity:.55;transition:transform .25s;width:11px}.hg .nav-item:hover>a{color:var(--teal-700)}.hg .nav-item:hover>a .chev{opacity:1;transform:rotate(180deg)}.hg .dropdown{backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px);background:hsla(0,0%,100%,.92);border:1px solid hsla(0,0%,100%,.7);border-radius:24px;box-shadow:var(--shadow-lg);left:50%;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:100%;transform:translate(-50%,12px);transition:opacity .24s var(--ease),transform .24s var(--ease);visibility:hidden;width:min(940px,94vw);z-index:80}.hg .nav-item:hover .dropdown{opacity:1;pointer-events:auto;transform:translate(-50%);visibility:visible}.hg .mega-inner{display:grid;grid-template-columns:1fr 1fr 1.12fr}.hg .mega-col{padding:32px}.hg .mega-col.links-col{border-left:1px solid var(--line-2)}.hg .mega-eyebrow{color:var(--teal-700);font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hg .mega-desc{color:var(--muted);font-size:15px;line-height:1.62;margin-top:18px}.hg .mega-links{display:flex;flex-direction:column;margin-top:2px}.hg .mega-links a{align-items:center;border-bottom:1px solid var(--line-2);color:var(--ink-2);display:flex;font-size:15px;font-weight:600;gap:12px;justify-content:space-between;padding:14px 4px;transition:color .2s,padding .2s}.hg .mega-links a:last-child{border-bottom:0}.hg .mega-links a:hover{color:var(--teal-700);padding-left:9px}.hg .mega-links a svg{flex:none;opacity:.35;transition:.2s}.hg .mega-links a:hover svg{opacity:1;transform:translate(2px,-2px)}.hg .mega-news{background:var(--teal-50);display:flex;flex-direction:column;justify-content:center;padding:32px}.hg .mega-news h4{color:var(--ink);font-size:18.5px;font-weight:700;line-height:1.32;margin-top:14px}.hg .mega-news p{color:var(--body);font-size:14px;line-height:1.55;margin-top:12px}.hg .mega-news .link-arrow{font-size:14px;margin-top:18px}.hg .nav-cta{align-items:center;display:flex;gap:20px}.hg .nav-cta .btn-primary{border-radius:10px;box-shadow:0 2px 8px rgba(246,161,31,.22);font-size:14.5px;padding:10px 20px}.hg .nav-cta .btn-primary:hover{box-shadow:0 4px 12px rgba(246,161,31,.32);transform:translateY(-1px)}.hg .nav-cta .btn-primary .arr{height:15px;width:15px}.hg .nav-contact{color:var(--ink-2);font-size:15px;font-weight:600;transition:color .2s}.hg .nav-contact:hover{color:var(--teal-700)}.hg .hamb{background:none;border:0;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:8px}.hg .hamb span{background:var(--ink);border-radius:2px;height:2.5px;transition:.3s var(--ease);width:24px}.hg .hamb.open span:first-child{transform:translateY(7.5px) rotate(45deg)}.hg .hamb.open span:nth-child(2){opacity:0}.hg .hamb.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.hg .mobile-menu{background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow-lg);display:none;flex-direction:column;left:0;max-height:72vh;overflow:auto;padding:10px 22px 26px;position:fixed;right:0;top:122px;z-index:55}.hg .mobile-menu.open{display:flex}.hg .mobile-menu .mlabel{color:var(--teal-700);font-size:11.5px;font-weight:700;letter-spacing:.12em;padding:18px 6px 6px;text-transform:uppercase}.hg .mobile-menu a{border-bottom:1px solid var(--line-2);color:var(--ink-2);font-size:15.5px;font-weight:600;padding:12px 6px}.hg .reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.hg .reveal.in{opacity:1;transform:none}.hg .reveal.d1{transition-delay:.08s}.hg .reveal.d2{transition-delay:.16s}.hg .reveal.d3{transition-delay:.24s}.hg .reveal.d4{transition-delay:.32s}.hg .reveal.d5{transition-delay:.4s}@media (prefers-reduced-motion:reduce){.hg .reveal{opacity:1!important;transform:none!important}.hg *{animation:none!important}}.hg section{position:relative}.hg .sec{padding:96px 0}.hg .sec-head{max-width:760px}.hg .sec-head.center{margin:0 auto;text-align:center}.hg h2.sec-title{font-size:clamp(30px,3.6vw,44px);font-weight:800;letter-spacing:-.025em}.hg .sec-sub{color:var(--muted);font-size:16.5px;font-weight:400;line-height:1.75;margin-top:18px}.hg .hero{background:radial-gradient(820px 480px at 94% 4%,var(--teal-50),transparent 62%),linear-gradient(180deg,#fff,#fafdfe);overflow:hidden;padding:66px 0 88px;position:relative}.hg .hero-grid{align-items:center;display:grid;gap:58px;grid-template-columns:1.02fr .98fr}.hg .hero .eyebrow{color:var(--teal-700)}.hg .hero h1{color:var(--ink);font-size:clamp(36px,4.6vw,58px);font-weight:800;letter-spacing:-.03em;line-height:1.06;margin:18px 0 0}.hg .hero h1 .accent{color:var(--teal)}.hg .hero-sub{color:var(--muted);font-size:17px;font-weight:400;line-height:1.72;margin:22px 0 0;max-width:520px}.hg .hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.hg .hero-trust{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:30px}.hg .hero-trust .chip{align-items:center;color:var(--ink-2);display:inline-flex;font-size:14px;font-weight:600;gap:9px}.hg .hero-trust .chip svg{flex:none}.hg .hero-media,.hg .hero-photo{position:relative}.hg .hero-photo{aspect-ratio:4/4.2;background:#dfeef2;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.hg .hero-photo img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hg .float-card{align-items:center;background:#fff;border-radius:16px;box-shadow:var(--shadow-md);display:flex;gap:12px;padding:14px 16px;position:absolute}.hg .float-card .big{color:var(--teal-700);font-size:30px;font-weight:800;letter-spacing:-.02em;line-height:1}.hg .float-card .lbl{color:var(--body);font-size:12.5px;font-weight:500;line-height:1.35}.hg .float-card .lbl b{color:var(--ink)}.hg .fc-1{animation:floaty 6s ease-in-out infinite;left:-26px;top:26px}.hg .fc-2{animation:floaty 6.8s ease-in-out .6s infinite;bottom:108px;right:-26px}.hg .fc-3{background:var(--teal);bottom:20px;color:#fff;left:16px;padding:12px 18px}.hg .fc-3 .lbl{color:#eafaff;font-weight:700}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media(max-width:980px){.hg .nav-contact,.hg .nav-links{display:none}.hg .hamb{display:flex}.hg .hero-grid{gap:46px;grid-template-columns:1fr}.hg .fc-1{left:8px}.hg .fc-2{right:8px}}@media(max-width:640px){.hg .wrap{padding:0 20px}.hg .utility .promo{display:none}.hg .sec{padding:68px 0}.hg .hero{padding:48px 0 64px}.hg .float-card{transform:scale(.9)}}.hg .ldt-page .eyebrow{background:var(--teal-50);border-radius:999px;color:var(--teal-700);font-size:11.5px;letter-spacing:.13em;padding:7px 14px}.hg .ldt-page .eyebrow:before{display:none}.hg .ldt-page .eyebrow.dark{background:hsla(0,0%,100%,.1);color:#7fe0ef}.hg .ldt-page h2.sec-title{font-size:clamp(29px,3.5vw,43px)}.hg .psec{overflow:hidden;padding:104px 0;position:relative}.hg .psec .wrap{position:relative;z-index:2}.hg .sec-num{color:var(--teal);font-feature-settings:"tnum";font-size:clamp(110px,16vw,210px);font-weight:800;letter-spacing:-.05em;line-height:.8;opacity:.045;pointer-events:none;position:absolute;right:5%;top:46px;z-index:0}.hg .lead-2{color:var(--muted);font-size:17px;line-height:1.75;margin-top:18px;max-width:680px}@keyframes pfloat{0%,to{transform:translateY(0)}50%{transform:translateY(-13px)}}@keyframes pspin{to{transform:rotate(1turn)}}@keyframes ppulse{0%{opacity:.5;transform:scale(.85)}70%{opacity:0}to{opacity:0;transform:scale(1.5)}}@keyframes shimmer{to{background-position:200% 0}}.hg .thero{align-items:center;background:#0a1822;display:flex;min-height:760px;overflow:hidden;position:relative}.hg .thero-bg{inset:0;position:absolute;z-index:0}.hg .thero-bg img{animation:tkenburns 18s ease-out forwards;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 35%;object-position:center 35%;transform:scale(1.04);width:100%}@keyframes tkenburns{to{transform:scale(1)}}.hg .thero-bg:after{background:linear-gradient(110deg,rgba(8,20,30,.92),rgba(8,20,30,.74) 42%,rgba(8,20,30,.4) 72%,rgba(8,20,30,.25));content:"";inset:0;position:absolute}.hg .thero-bg:before{background-image:radial-gradient(circle,rgba(127,224,239,.06) 1px,transparent 0);background-size:26px 26px;content:"";inset:0;opacity:.6;position:absolute;z-index:1}.hg .thero-inner{margin:0 auto;max-width:var(--maxw);padding:0 32px;position:relative;width:100%;z-index:2}.hg .tech-page .eyebrow{background:var(--teal-50);border-radius:999px;color:var(--teal-700);font-size:11.5px;letter-spacing:.13em;padding:7px 14px}.hg .tech-page .eyebrow:before{display:none}.hg .thero .eyebrow{backdrop-filter:blur(4px);background:hsla(0,0%,100%,.12);border-radius:999px;color:#9ff0ff;display:inline-flex;font-size:11.5px;letter-spacing:.13em;padding:7px 14px;white-space:nowrap;width:auto}.hg .thero .eyebrow:before{display:none}.hg .thero h1{color:#fff;font-size:clamp(34px,5vw,64px);font-weight:800;letter-spacing:-.035em;line-height:1.05;margin:26px 0 0;max-width:880px;text-shadow:0 2px 30px rgba(0,0,0,.3)}.hg .thero h1 .hl{color:#3fd0e6}.hg .thero-sub{color:hsla(0,0%,100%,.85);font-size:clamp(16px,1.7vw,19px);line-height:1.7;margin:22px 0 0;max-width:600px}.hg .thero-meta{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:30px}.hg .thero-meta .m{align-items:center;color:hsla(0,0%,100%,.92);display:inline-flex;font-size:13.5px;font-weight:600;gap:9px}.hg .thero-meta .m svg{flex:none}.hg .thero-meta .dot{background:var(--orange);border-radius:50%;height:5px;width:5px}.hg .tsec{overflow:hidden;padding:104px 0;position:relative}.hg .tsec .wrap{position:relative;z-index:2}.hg .tech-page h2.sec-title{font-size:clamp(29px,3.5vw,44px);font-weight:800;letter-spacing:-.025em}.hg .tech-page .tlead{color:var(--body);font-size:17px;line-height:1.82;margin-top:18px}.hg .tech-page .tlead+.tlead{margin-top:16px}.hg .omics{background:linear-gradient(180deg,#fff,#f6fcfd)}.hg .omics .eyebrow{background:var(--teal-50);color:var(--teal-700)}.hg .omics .omics-copy h2,.hg .omics h2{color:var(--ink)}.hg .omics .tlead{color:var(--body)}.hg .omics-grid{align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1.04fr}.hg .omics-dash{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 30px 70px rgba(19,33,46,.12);overflow:hidden;padding:20px;position:relative}.hg .od-glow{animation:tfloat 7s ease-in-out infinite;background:radial-gradient(circle,rgba(22,181,206,.18),transparent 68%);border-radius:50%;filter:blur(20px);height:280px;pointer-events:none;position:absolute;right:-80px;top:-100px;width:280px}.hg .od-core{align-items:center;background:linear-gradient(150deg,#16b5ce,#0e93a8);border-radius:18px;box-shadow:0 16px 40px rgba(22,181,206,.32);display:flex;flex-direction:column;overflow:hidden;padding:24px 20px;position:relative;text-align:center;z-index:2}.hg .od-core:after{background:radial-gradient(circle,hsla(0,0%,100%,.22),transparent 70%);border-radius:50%;content:"";height:160px;position:absolute;right:-50px;top:-50px;width:160px}.hg .od-core-ic{background:hsla(0,0%,100%,.2);border-radius:14px;display:grid;height:52px;margin-bottom:12px;place-items:center;position:relative;width:52px;z-index:1}.hg .od-core-t{color:#fff;font-size:19px;font-weight:800;letter-spacing:-.01em;position:relative;z-index:1}.hg .od-core-s{color:hsla(0,0%,100%,.88);font-size:12.5px;font-weight:600;margin-top:4px;position:relative;z-index:1}.hg .od-grid{display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:14px;position:relative;z-index:2}.hg .od-card{align-items:center;background:var(--bg-soft);border:1px solid var(--line);border-radius:14px;display:flex;gap:12px;padding:15px 16px;transition:transform .3s var(--ease),box-shadow .3s,border-color .3s,background .3s}.hg .od-card:hover{background:#fff;border-color:var(--teal-100);box-shadow:var(--shadow-md);transform:translateY(-4px)}.hg .od-i{border-radius:11px;display:grid;flex:none;height:40px;place-items:center;width:40px}.hg .od-i.i1{background:var(--teal-50)}.hg .od-i.i2{background:var(--orange-50)}.hg .od-i.i3{background:#ecf0fb}.hg .od-i.i4{background:#e7f7ef}.hg .od-i.i5{background:var(--teal-50)}.hg .od-i.i6{background:var(--orange-50)}.hg .od-t{color:var(--ink);font-size:13.5px;font-weight:700;line-height:1.25}.hg .eclipse-sec{background:radial-gradient(960px 540px at 82% -12%,#15414e,transparent 58%),linear-gradient(180deg,#0c1c27,#0e2430);color:#cddbe4}.hg .eclipse-sec h2,.hg .eclipse-sec h3{color:#fff}.hg .eclipse-sec .eyebrow{background:hsla(0,0%,100%,.1);color:#7fe0ef}.hg .eclipse-sec .tlead{color:#9fb2bf}.hg .ec-head{max-width:780px}.hg .ec-flow{display:grid;gap:22px;grid-template-columns:repeat(4,1fr);margin-top:62px;position:relative}.hg .ec-step{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:18px;padding:26px 22px 24px;position:relative;transition:transform .35s var(--ease),background .35s,border-color .35s;z-index:1}.hg .ec-step:hover{background:rgba(22,181,206,.12);border-color:rgba(63,208,230,.4);transform:translateY(-7px)}.hg .ec-node{background:linear-gradient(160deg,#0e2430,#15414e);border:2px solid #3fd0e6;border-radius:18px;box-shadow:0 10px 28px rgba(0,0,0,.4),0 0 0 6px #0c1c27;display:grid;height:68px;margin:-58px auto 18px;place-items:center;position:relative;width:68px}.hg .ec-step:nth-child(2n) .ec-node{border-color:#f6a11f}.hg .ec-num{background:#f6a11f;border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.3);color:#fff;display:grid;font-size:12px;font-weight:800;height:24px;place-items:center;position:absolute;right:-8px;top:-8px;width:24px}.hg .ec-step:nth-child(2n) .ec-num{background:#16b5ce}.hg .ec-step h3{font-size:16px;line-height:1.3;margin-bottom:9px}.hg .ec-step p{color:#9fb2bf;font-size:13px;line-height:1.55}.hg .tvideo{background:linear-gradient(180deg,#f5fbfd,#edf7fa);overflow:hidden;position:relative}.hg .tvideo:before{background-image:radial-gradient(circle,rgba(22,181,206,.1) 1.2px,transparent 0);background-size:32px 32px;content:"";inset:0;-webkit-mask:radial-gradient(700px 420px at 50% 40%,#000,transparent 72%);mask:radial-gradient(700px 420px at 50% 40%,#000,transparent 72%);opacity:.6;position:absolute}.hg .tv-frame{background:#000;border-radius:var(--radius-lg);z-index:2}.hg .tv-frame iframe{border:0;height:100%;inset:0;position:absolute;width:100%}.hg .research{background:linear-gradient(180deg,#fdfaf4,#fbf4e8)}.hg .res-card{background:#fff;border:1px solid #f0e6d4;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:grid;grid-template-columns:1fr 1.4fr;margin:0 auto;max-width:1000px;overflow:hidden}.hg .res-badge-col{background:linear-gradient(160deg,#0f3340,#0a1822);color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:40px 36px;position:relative}.hg .res-badge-col:after{background:radial-gradient(circle,rgba(22,181,206,.4),transparent 70%);border-radius:50%;bottom:-60px;content:"";height:180px;position:absolute;right:-60px;width:180px}.hg .res-journal{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:700;letter-spacing:-.01em;position:relative}.hg .res-journal .reg{font-size:14px;vertical-align:super}.hg .res-badge{align-items:center;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:999px;color:#7fe0ef;display:inline-flex;font-size:12px;font-weight:700;gap:8px;margin-top:18px;padding:7px 14px;position:relative;width:-moz-fit-content;width:fit-content}.hg .res-body{padding:44px}.hg .res-body .eyebrow{margin-bottom:18px}.hg .res-body .callout{color:var(--ink);font-size:clamp(20px,2.3vw,27px);font-weight:700;letter-spacing:-.01em;line-height:1.34}.hg .res-body .pub{color:var(--muted);font-size:15px;font-style:italic;margin-top:14px}.hg .res-body .link-arrow{margin-top:26px}.hg .pipeline{background:#fff}.hg .pipe-head{max-width:760px}.hg .pipe-matrix{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);margin-top:50px;overflow:hidden}.hg .pmx-row{align-items:center;display:grid;gap:20px;grid-template-columns:236px 168px 1fr;padding:0 26px}.hg .pmx-row.head{border-bottom:1px solid var(--line);padding-bottom:18px;padding-top:22px}.hg .pmx-row.body{min-height:74px}.hg .pmx-row.body+.pmx-row.body{border-top:1px solid var(--line-2)}.hg .pmx-row.gstart{border-top:1px solid var(--line)}.hg .pmx-h{color:var(--ink);font-size:13px;font-weight:800;letter-spacing:.02em}.hg .pmx-stages{display:grid;grid-template-columns:repeat(4,1fr)}.hg .pmx-stage{color:var(--ink-2);font-size:12px;font-weight:700;line-height:1.25;padding-right:10px}.hg .pmx-stage span{background:linear-gradient(90deg,var(--teal),var(--orange));border-radius:3px;display:block;height:3px;margin-top:8px;width:62%}.hg .pmx-ind{color:var(--ink);font-size:14px;font-weight:800;line-height:1.32}.hg .pmx-ind.empty{opacity:0}.hg .pmx-prod{color:var(--teal-700);font-size:14px;font-weight:700}.hg .pmx-track{height:30px;position:relative}.hg .pmx-track .grid,.hg .pmx-track:before{background-image:repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),var(--line-2) calc(25% - 1px),var(--line-2) 25%);content:"";inset:0;pointer-events:none;position:absolute}.hg .pmx-bar{background:linear-gradient(90deg,#16b5ce,#3bbfcf 38%,#e8a14a 68%,#f6a11f);border-radius:6px;box-shadow:0 4px 14px rgba(22,181,206,.22);clip-path:polygon(0 0,calc(100% - 13px) 0,100% 50%,calc(100% - 13px) 100%,0 100%);height:26px;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:width 1.1s var(--ease);width:0}@media(max-width:920px){.hg .pipe-matrix{overflow-x:auto}.hg .pmx-row{grid-template-columns:180px 132px 460px}}.hg .pipe-card{align-items:center;background:var(--bg-soft);border:1px solid var(--line);border-radius:16px;display:flex;gap:18px;padding:18px 22px 18px 18px;position:relative;transition:transform .3s var(--ease),box-shadow .3s,border-color .3s}.hg .pipe-card:hover{border-color:var(--teal-100);box-shadow:var(--shadow-md);transform:translateX(6px)}.hg .pipe-dot{background:#fff;border:2px solid var(--teal);border-radius:13px;box-shadow:0 6px 16px rgba(22,181,206,.18);color:var(--teal-700);display:grid;flex:none;height:48px;place-items:center;width:48px;z-index:1}.hg .pipe-card.future .pipe-dot{border-color:var(--line);box-shadow:none;color:var(--muted)}.hg .pipe-card.current .pipe-dot{background:var(--teal);border-color:var(--teal);color:#fff}.hg .pipe-card .pc-t{color:var(--ink);font-size:16px;font-weight:700}.hg .pipe-card .pc-s{font-size:12.5px;font-weight:700;letter-spacing:.04em;margin-top:3px;text-transform:uppercase}.hg .pipe-card.current .pc-s{color:var(--teal-700)}.hg .pipe-card.dev .pc-s{color:var(--orange-600)}.hg .pipe-card.research .pc-s{color:#5566c9}.hg .pipe-card.future .pc-s{color:var(--muted)}.hg .pipe-card .pc-badge{border-radius:999px;font-size:10.5px;font-weight:700;letter-spacing:.05em;margin-left:auto;padding:4px 10px}.hg .pipe-card.current .pc-badge{background:var(--teal-50);color:var(--teal-700)}.hg .pipe-card.dev .pc-badge{background:var(--orange-50);color:var(--orange-600)}.hg .pipe-card.research .pc-badge{background:#ecf0fb;color:#5566c9}.hg .pipe-card.future .pc-badge{background:#eef3f7;color:var(--muted)}@media(max-width:920px){.hg .omics-grid,.hg .pipe-grid,.hg .thero-grid{gap:42px;grid-template-columns:1fr}.hg .ec-flow{gap:46px 22px;grid-template-columns:1fr 1fr}.hg .ec-flow:before{display:none}.hg .ec-node{margin-top:0}.hg .res-card{grid-template-columns:1fr}.hg .tsec{padding:74px 0}}@media(max-width:560px){.hg .ec-flow{grid-template-columns:1fr}.hg .thero-photo{aspect-ratio:4/3.4}.hg .tstat{transform:scale(.92)}}.hg .tv-frame{aspect-ratio:16/9;border-radius:24px;box-shadow:0 40px 90px rgba(19,33,46,.22);margin:42px auto 0;max-width:940px;position:relative}.hg .tv-frame,.hg .tv-poster{background:#0a1822;overflow:hidden}.hg .tv-poster{border:0;cursor:pointer;inset:0;padding:0;position:absolute}.hg .tv-poster,.hg .tv-poster img{display:block;height:100%;width:100%}.hg .tv-poster img{-o-object-fit:cover;object-fit:cover;transition:transform .6s var(--ease)}.hg .tv-poster:hover img{transform:scale(1.05)}.hg .tv-poster:after{background:linear-gradient(180deg,rgba(8,20,30,.05),rgba(8,20,30,.32));content:"";inset:0;position:absolute}.hg .tv-play{background:rgba(246,161,31,.96);border-radius:50%;box-shadow:0 14px 40px rgba(246,161,31,.5);display:grid;height:84px;left:50%;padding-left:5px;place-items:center;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .35s var(--ease),background .3s;width:84px;z-index:2}.hg .tv-poster:hover .tv-play{background:var(--orange);transform:translate(-50%,-50%) scale(1.08)}.hg .tv-play:before{animation:tvping 2s ease-out infinite;border:2px solid hsla(0,0%,100%,.5);border-radius:50%;content:"";inset:-12px;position:absolute}@keyframes tvping{0%{opacity:.7;transform:scale(.85)}to{opacity:0;transform:scale(1.35)}}.hg .tv-iframe{border:0;height:100%;inset:0;position:absolute;width:100%}@media(max-width:920px){.hg .thero{min-height:560px}.hg .omics-dash .od-grid{grid-template-columns:1fr}}.hg .evip-page .eyebrow{background:var(--teal-50);border-radius:999px;color:var(--teal-700);font-size:11.5px;letter-spacing:.13em;padding:7px 14px}.hg .evip-page .eyebrow:before{display:none}.hg .evip-page .eyebrow.dark{background:hsla(0,0%,100%,.1);color:#7fe0ef}.hg .evsec{overflow:hidden;padding:104px 0;position:relative}.hg .evsec .wrap{position:relative;z-index:2}.hg .evip-page h2.sec-title{font-size:clamp(29px,3.5vw,44px);font-weight:800;letter-spacing:-.025em}.hg .ev-lead{color:var(--body);font-size:17px;line-height:1.82;margin-top:18px}@keyframes evfloat{0%,to{transform:translateY(0)}50%{transform:translateY(-11px)}}.hg .evhero{align-items:center;background:#0a1822;display:flex;min-height:600px;overflow:hidden;position:relative}.hg .evhero-bg{inset:0;position:absolute;z-index:0}.hg .evhero-bg img{animation:evken 18s ease-out forwards;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 30%;object-position:center 30%;transform:scale(1.04);width:100%}@keyframes evken{to{transform:scale(1)}}.hg .evhero-bg:after{background:linear-gradient(110deg,rgba(8,20,30,.93),rgba(8,20,30,.74) 44%,rgba(8,20,30,.4) 74%,rgba(8,20,30,.24));content:"";inset:0;position:absolute}.hg .evhero-bg:before{background-image:radial-gradient(circle,rgba(127,224,239,.06) 1px,transparent 0);background-size:26px 26px;content:"";inset:0;opacity:.6;position:absolute;z-index:1}.hg .evhero-inner{margin:0 auto;max-width:var(--maxw);padding:0 32px;position:relative;width:100%;z-index:2}.hg .evhero .eyebrow{backdrop-filter:blur(4px);background:hsla(0,0%,100%,.12);color:#9ff0ff}.hg .evhero h1{color:#fff;font-size:clamp(34px,5vw,64px);font-weight:800;letter-spacing:-.035em;line-height:1.05;margin:26px 0 0;max-width:880px;text-shadow:0 2px 30px rgba(0,0,0,.3)}.hg .evhero h1 .hl{color:#3fd0e6}.hg .evhero-sub{color:hsla(0,0%,100%,.85);font-size:clamp(16px,1.7vw,19px);line-height:1.7;margin:22px 0 0;max-width:640px}.hg .evhero-meta{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:30px}.hg .evhero-meta .m{align-items:center;color:hsla(0,0%,100%,.92);display:inline-flex;font-size:13.5px;font-weight:600;gap:9px}.hg .evhero-meta .m svg{flex:none}.hg .evhero-meta .dot{background:var(--orange);border-radius:50%;height:5px;width:5px}.hg .climb{background:linear-gradient(180deg,#f5fbfd,#edf7fa)}.hg .pubcard{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:grid;grid-template-columns:.82fr 1.18fr;margin-top:46px;overflow:hidden}.hg .pub-left{background:linear-gradient(165deg,#fff,#eef8fb 55%,#e2f3f7);border-right:1px solid var(--line);color:var(--ink);display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:44px 40px;position:relative}.hg .pub-left:before{background:linear-gradient(180deg,var(--teal),var(--orange));bottom:0;content:"";left:0;position:absolute;top:0;width:6px}.hg .pub-left:after{background:radial-gradient(circle,rgba(22,181,206,.16),transparent 70%);border-radius:50%;bottom:-80px;content:"";height:220px;position:absolute;right:-80px;width:220px}.hg .pub-cover{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-md);max-width:280px;padding:22px 22px 20px;position:relative}.hg .pub-cover .pc-top{align-items:center;color:var(--teal-700);display:flex;font-size:11px;font-weight:800;gap:9px;letter-spacing:.12em;text-transform:uppercase}.hg .pub-cover .pc-top svg{flex:none}.hg .pub-journal{color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:29px;font-weight:700;line-height:1.18;margin-top:14px;position:relative}.hg .pub-cover .pc-rule{background:var(--line);height:1px;margin:16px 0}.hg .pub-cover .pc-meta{color:var(--muted);font-size:12.5px;line-height:1.5}.hg .pub-pubbadge{align-items:center;background:var(--teal-50);border:1px solid var(--teal-100);border-radius:999px;color:var(--teal-700);display:inline-flex;font-size:12.5px;font-weight:700;gap:8px;margin-top:20px;padding:8px 15px;position:relative;width:-moz-fit-content;width:fit-content}.hg .pub-pubbadge svg path{stroke:var(--teal)}.hg .pub-date{color:var(--muted);font-size:13px;font-weight:600;margin-top:14px;position:relative}.hg .pub-right{padding:44px}.hg .pub-right .eyebrow,.hg .pub-right h2{margin-bottom:16px}.hg .pub-right h2{font-size:clamp(24px,2.5vw,32px)}.hg .pub-right p{color:var(--body);font-size:15.5px;line-height:1.74}.hg .trust-row{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 28px}.hg .trust-pill{align-items:center;background:var(--teal-50);border-radius:999px;color:var(--teal-700);display:inline-flex;font-size:13px;font-weight:700;gap:8px;padding:8px 14px}.hg .trust-pill svg{flex:none}.hg .sens{background:#fff}.hg .sens-cards{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-top:50px}.hg .sens-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);overflow:hidden;padding:30px 28px;position:relative;transition:transform .35s var(--ease),box-shadow .35s,border-color .35s}.hg .sens-card:before{background:linear-gradient(90deg,var(--teal),var(--orange));content:"";height:4px;left:0;opacity:0;position:absolute;top:0;transition:opacity .35s;width:100%}.hg .sens-card:hover{box-shadow:var(--shadow-md);transform:translateY(-7px)}.hg .sens-card:hover:before{opacity:1}.hg .sens-size{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:22px}.hg .sens-size .sz{color:var(--ink);font-size:22px;font-weight:800;letter-spacing:-.02em}.hg .sens-size .tx{background:var(--teal-50);border-radius:999px;color:var(--teal-700);font-size:12px;font-weight:700;line-height:1.3;padding:5px 11px;text-align:right}.hg .sens-bar{margin-bottom:16px}.hg .sens-bar .lab{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:7px}.hg .sens-bar .lab .who{color:var(--ink-2);font-size:13px;font-weight:700}.hg .sens-bar .lab .val{font-size:18px;font-weight:800;letter-spacing:-.02em}.hg .sens-bar.helio .lab .val{color:var(--teal-700)}.hg .sens-bar.us .lab .val{color:var(--muted)}.hg .sens-track{background:#eef3f7;border-radius:8px;height:13px;overflow:hidden}.hg .sens-track i{border-radius:8px;display:block;height:100%;transition:width 1.1s var(--ease);width:0}.hg .sens-bar.helio .sens-track i{background:linear-gradient(90deg,var(--teal),var(--teal-700))}.hg .sens-bar.us .sens-track i{background:linear-gradient(90deg,#c2cdd6,#a9b6c0)}.hg .sens-source{color:var(--muted);font-size:12.5px;font-weight:600;margin-top:30px}.hg .insight{align-items:flex-start;background:linear-gradient(160deg,#fff6e9,#fdecd6);border:1px solid #f6d6b8;border-radius:18px;display:flex;gap:16px;margin-top:30px;padding:26px 28px}.hg .insight .ic{background:#fff;border-radius:13px;box-shadow:var(--shadow-sm);display:grid;flex:none;height:46px;place-items:center;width:46px}.hg .insight h4{color:var(--ink);font-size:16px;margin-bottom:7px}.hg .insight p{color:var(--ink-2);font-size:14.5px;line-height:1.66}.hg .studies2{background:linear-gradient(180deg,#f5fbfd,#edf7fa)}.hg .s2-grid{align-items:stretch;display:grid;gap:28px;grid-template-columns:1fr auto 1fr;margin-top:50px}.hg .s2-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);padding:34px 32px;position:relative}.hg .s2-card .tag{align-items:center;border-radius:999px;display:inline-flex;font-size:11.5px;font-weight:800;gap:8px;letter-spacing:.06em;margin-bottom:16px;padding:6px 13px;text-transform:uppercase}.hg .s2-card.encore .tag{background:#ecf0fb;color:#5566c9}.hg .s2-card.climb .tag{background:var(--teal-50);color:var(--teal-700)}.hg .s2-card h3{color:var(--ink);font-size:22px;font-weight:800;letter-spacing:-.01em;margin-bottom:8px}.hg .s2-card .jrnl{color:var(--muted);font-size:13px;font-style:italic;margin-bottom:18px}.hg .s2-card p{color:var(--body);font-size:14.5px;line-height:1.7}.hg .s2-metrics{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.hg .s2-metric{background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;flex:1;min-width:96px;padding:12px 14px}.hg .s2-metric .v{color:var(--teal-700);font-size:22px;font-weight:800;letter-spacing:-.02em;line-height:1}.hg .s2-metric .k{color:var(--muted);font-size:11.5px;font-weight:600;margin-top:5px}.hg .s2-arrow{align-items:center;color:var(--teal);display:flex;justify-content:center}.hg .s2-arrow .circ{background:#fff;border:1.5px solid var(--teal-100);border-radius:50%;box-shadow:var(--shadow-sm);display:grid;height:52px;place-items:center;width:52px}.hg .s2-foot{margin-top:36px}.hg .evvideo{background:radial-gradient(900px 520px at 82% -10%,#15414e,transparent 60%),linear-gradient(180deg,#0b1a26,#0e2430);color:#cddbe4}.hg .evvideo h2{color:#fff}.hg .evvideo .eyebrow{background:hsla(0,0%,100%,.1);color:var(--orange)}.hg .evv-grid{align-items:center;display:grid;gap:44px;grid-template-columns:1.4fr .9fr;margin-top:42px}.hg .evv-frame{aspect-ratio:16/9;background:#000;border-radius:var(--radius-lg);box-shadow:0 40px 90px rgba(0,0,0,.5);overflow:hidden;position:relative}.hg .evv-frame iframe{border:0;height:100%;inset:0;position:absolute;width:100%}.hg .evv-detail p{color:#bccbd6;font-size:15.5px;line-height:1.74;margin-bottom:24px}.hg .evv-meta{display:flex;flex-direction:column;gap:14px}.hg .evv-row{align-items:flex-start;color:#cddbe4;display:flex;font-size:14.5px;gap:13px}.hg .evv-row .ic{background:hsla(0,0%,100%,.08);border-radius:10px;display:grid;flex:none;height:34px;place-items:center;width:34px}.hg .evv-row b{color:#fff;display:block;font-size:13px}.hg .evv-row span{color:#9fb2bf;font-size:13.5px}.hg .adv{background:#fff}.hg .adv-grid{display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin-top:50px}.hg .adv-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);padding:30px 24px;text-align:center;transition:transform .35s var(--ease),box-shadow .35s,border-color .35s}.hg .adv-card:hover{border-color:var(--teal-100);box-shadow:var(--shadow-md);transform:translateY(-7px)}.hg .adv-photo{height:104px;margin:0 auto 18px;position:relative;width:104px}.hg .adv-photo img{background:#eef3f7;border-radius:50%;box-shadow:0 8px 22px rgba(19,33,46,.16);height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;width:100%}.hg .adv-photo .ring{border:2px solid var(--teal-100);border-radius:50%;inset:-5px;position:absolute}.hg .adv-name{color:var(--ink);font-size:16px;font-weight:800;letter-spacing:-.01em;line-height:1.3}.hg .adv-role{color:var(--muted);font-size:12.5px;font-weight:600;line-height:1.45;margin-top:7px}.hg .adv-foot{margin-top:42px;text-align:center}.hg .why{background:linear-gradient(180deg,#f5fbfd,#edf7fa)}.hg .why-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-top:50px}.hg .why-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);padding:32px 28px;transition:transform .35s var(--ease),box-shadow .35s}.hg .why-card:hover{box-shadow:var(--shadow-md);transform:translateY(-7px)}.hg .why-card .ic{background:var(--teal-50);border-radius:15px;display:grid;height:54px;margin-bottom:20px;place-items:center;width:54px}.hg .why-card:nth-child(3n+2) .ic{background:var(--orange-50)}.hg .why-card:nth-child(3n) .ic{background:#ecf0fb}.hg .why-card h3{font-size:18px;margin-bottom:9px}.hg .why-card p{color:var(--body);font-size:14.5px;line-height:1.62}.hg .ev-cta{background:radial-gradient(780px 460px at 18% 16%,#1fc6dd,transparent 60%),linear-gradient(120deg,#16b5ce,#0e93a8 62%,#0c7e91);color:#fff;overflow:hidden;padding:104px 0;position:relative;text-align:center}.hg .ev-cta:before{border:42px solid hsla(0,0%,100%,.1);height:440px;right:-150px;top:-170px;width:440px}.hg .ev-cta:after,.hg .ev-cta:before{border-radius:50%;content:"";position:absolute}.hg .ev-cta:after{background:rgba(246,161,31,.18);bottom:-120px;filter:blur(6px);height:260px;left:-90px;width:260px}.hg .ev-cta .wrap{max-width:780px;position:relative;z-index:2}.hg .ev-cta h2{color:#fff;font-size:clamp(30px,3.8vw,46px);font-weight:800}.hg .ev-cta p{color:#e7fbff;font-size:18px;line-height:1.65;margin:20px auto 0;max-width:600px}.hg .ev-cta-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:36px}.hg .ev-cta .btn-white{background:#fff;color:var(--teal-700)}.hg .ev-cta .btn-white:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.hg .ev-cta .btn-amber{background:var(--orange);color:#fff}.hg .ev-cta .btn-amber:hover{background:var(--orange-600);transform:translateY(-2px)}@media(max-width:920px){.hg .evhero{min-height:520px}.hg .pubcard,.hg .s2-grid,.hg .sens-cards,.hg .why-grid{grid-template-columns:1fr}.hg .s2-grid{gap:20px}.hg .s2-arrow .circ{transform:rotate(90deg)}.hg .evv-grid{gap:30px;grid-template-columns:1fr}.hg .adv-grid{grid-template-columns:1fr 1fr}.hg .evsec{padding:74px 0}}@media(max-width:560px){.hg .adv-grid,.hg .sens-cards{grid-template-columns:1fr}}.hg .order-page .eyebrow{background:var(--teal-50);border-radius:999px;color:var(--teal-700);font-size:11.5px;letter-spacing:.13em;padding:7px 14px}.hg .order-page .eyebrow:before{display:none}.hg .ordsec{overflow:hidden;padding:104px 0;position:relative}.hg .ordsec .wrap{position:relative;z-index:2}.hg .order-page h2.sec-title{font-size:clamp(29px,3.5vw,44px);font-weight:800;letter-spacing:-.025em}.hg .ord-steps{display:grid;gap:20px;grid-template-columns:repeat(5,1fr);margin-top:54px;position:relative}.hg .ord-steps:before{background:linear-gradient(90deg,var(--teal),var(--orange));content:"";height:2px;left:9%;opacity:.35;position:absolute;right:9%;top:30px}.hg .ostep{position:relative;z-index:1}.hg .ostep .n{background:linear-gradient(160deg,#16b5ce,#0e93a8);border-radius:16px;box-shadow:0 12px 26px rgba(22,181,206,.32);color:#fff;display:grid;font-size:22px;font-weight:800;height:60px;margin-bottom:20px;place-items:center;transition:transform .35s var(--ease);width:60px}.hg .ostep:nth-child(2n) .n{background:linear-gradient(160deg,#f6a11f,#e8901a);box-shadow:0 12px 26px rgba(246,161,31,.32)}.hg .ostep:hover .n{transform:translateY(-5px) scale(1.05)}.hg .ostep h3{color:var(--ink);font-size:16px;font-weight:700;margin-bottom:8px}.hg .ostep p{color:var(--body);font-size:13px;line-height:1.55}.hg .ord-contact{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:50px}.hg .ord-cchip{align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);color:var(--ink);display:inline-flex;font-size:15px;font-weight:700;gap:10px;padding:14px 20px}.hg .ord-cchip svg{flex:none}.hg .ord-cchip a{color:var(--teal-700)}.hg .ord-form-sec{background:linear-gradient(180deg,#f5fbfd,#edf7fa)}.hg .ord-form-grid{align-items:start;display:grid;gap:54px;grid-template-columns:.92fr 1.08fr;margin-top:8px}.hg .ord-intro h2{font-size:clamp(28px,3.3vw,40px);font-weight:800;letter-spacing:-.025em;line-height:1.12;margin-top:16px}.hg .ord-intro p{color:var(--body);font-size:17px;line-height:1.8;margin-top:18px;max-width:440px}.hg .ord-points{display:flex;flex-direction:column;gap:16px;margin-top:30px}.hg .ord-point{align-items:flex-start;display:flex;gap:14px}.hg .ord-point .ci{background:var(--teal-50);border-radius:13px;display:grid;flex:none;height:46px;place-items:center;width:46px}.hg .ord-point:nth-child(2) .ci{background:var(--orange-50)}.hg .ord-point:nth-child(3) .ci{background:#ecf0fb}.hg .ord-point .ct-l{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hg .ord-point .ct-v{color:var(--ink);font-size:15.5px;font-weight:700;line-height:1.55;margin-top:3px}.hg .ord-point .ct-v a{color:var(--teal-700)}.hg .ord-form{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;padding:40px 40px 36px;position:relative}.hg .ord-form:before{background:linear-gradient(90deg,var(--teal),var(--orange));content:"";height:5px;left:0;position:absolute;right:0;top:0}.hg .ord-form .form-eyebrow{color:var(--teal-700);font-size:11.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.hg .ord-form h3{color:var(--ink);font-size:23px;font-weight:800;letter-spacing:-.02em;margin:8px 0 26px}.hg .ofield{margin-bottom:20px}.hg .orow{display:grid;gap:18px;grid-template-columns:1fr 1fr}.hg .ofield label{color:var(--ink-2);display:block;font-size:13.5px;font-weight:700;margin-bottom:8px}.hg .ofield label .req{color:var(--orange-600)}.hg .ofield input,.hg .ofield select,.hg .ofield textarea{background:var(--bg-soft);border:1.5px solid var(--line);border-radius:12px;color:var(--ink);font-family:inherit;font-size:15px;outline:none;padding:13px 16px;transition:border-color .25s,box-shadow .25s,background .25s;width:100%}.hg .ofield input::-moz-placeholder,.hg .ofield textarea::-moz-placeholder{color:#9aa8b4}.hg .ofield input::placeholder,.hg .ofield textarea::placeholder{color:#9aa8b4}.hg .ofield input:focus,.hg .ofield select:focus,.hg .ofield textarea:focus{background:#fff;border-color:var(--teal);box-shadow:0 0 0 4px rgba(22,181,206,.12)}.hg .ofield textarea{line-height:1.6;min-height:120px;resize:vertical}.hg .ord-form .btn{justify-content:center;margin-top:6px;width:100%}.hg .ord-note{color:var(--muted);font-size:12.5px;line-height:1.5;margin-top:16px;text-align:center}.hg .ord-success{align-items:center;background:var(--teal-50);border:1px solid var(--teal-100);border-radius:12px;color:var(--teal-700);display:none;font-size:14px;font-weight:600;gap:10px;margin-top:18px;padding:14px 16px}.hg .ord-success.show{display:flex}@media(max-width:920px){.hg .ord-form-grid{gap:42px;grid-template-columns:1fr}.hg .ord-form{padding:32px 26px}.hg .ord-steps{gap:30px 18px;grid-template-columns:1fr 1fr}.hg .ord-steps:before{display:none}.hg .ordsec{padding:74px 0}}@media(max-width:560px){.hg .ord-steps,.hg .orow{grid-template-columns:1fr}}.hg .prh-page .eyebrow{background:var(--teal-50);border-radius:999px;color:var(--teal-700);font-size:11.5px;letter-spacing:.13em;padding:7px 14px}.hg .prh-page .eyebrow:before{display:none}.hg .prh-page .evhero .eyebrow{backdrop-filter:blur(4px);background:hsla(0,0%,100%,.12);color:#9ff0ff;display:inline-flex;white-space:nowrap;width:auto}.hg .prh-page .evhero .eyebrow:after,.hg .prh-page .evhero .eyebrow:before{display:none!important}.hg .prhsec{overflow:hidden;padding:100px 0;position:relative}.hg .prhsec .wrap{position:relative;z-index:2}.hg .prh-page h2.sec-title{font-size:clamp(28px,3.3vw,42px);font-weight:800;letter-spacing:-.025em}.hg .prh-lead{color:var(--body);font-size:17px;line-height:1.8;margin-top:18px;max-width:680px}.hg .prh-quest{background:linear-gradient(180deg,#f5fbfd,#edf7fa)}.hg .prh-quest .wrap{align-items:center;display:flex;flex-wrap:wrap;gap:14px 26px;justify-content:center;padding:34px 32px;text-align:center}.hg .prh-quest .qt{color:var(--ink-2);font-size:15.5px;font-weight:700}.hg .prh-quest .qb{align-items:center;background:#fff;border:1px solid var(--teal-100);border-radius:999px;color:var(--teal-700);display:inline-flex;font-size:13.5px;font-weight:700;gap:9px;padding:9px 16px}.hg .prh-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-top:50px}.hg .prh-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;padding:32px 30px;position:relative;text-decoration:none;transition:transform .35s var(--ease),box-shadow .35s,border-color .35s}.hg .prh-card:hover{border-color:var(--teal-100);box-shadow:var(--shadow-md);transform:translateY(-7px)}.hg .prh-card .pi{background:var(--teal-50);border-radius:15px;display:grid;height:54px;margin-bottom:20px;place-items:center;width:54px}.hg .prh-card:nth-child(3n+2) .pi{background:var(--orange-50)}.hg .prh-card:nth-child(3n) .pi{background:#ecf0fb}.hg .prh-card h3{color:var(--ink);font-size:18.5px;letter-spacing:-.01em;margin-bottom:9px}.hg .prh-card p{color:var(--body);flex:1;font-size:14px;line-height:1.62}.hg .prh-card .go{align-items:center;color:var(--teal-700);display:inline-flex;font-size:13.5px;font-weight:700;gap:7px;margin-top:18px}.hg .prh-card .go .arr{transition:transform .3s var(--ease)}.hg .prh-card:hover .go .arr{transform:translateX(4px)}.hg .prh-card .soon{background:var(--orange-50);border-radius:999px;color:var(--orange-600);font-size:10.5px;font-weight:800;letter-spacing:.05em;padding:4px 10px;position:absolute;right:20px;text-transform:uppercase;top:20px}.hg .prh-card.is-soon{cursor:default}.hg .prh-card.is-soon:hover{border-color:var(--line);box-shadow:var(--shadow-sm);transform:none}.hg .prh-cred{background:radial-gradient(900px 520px at 82% -10%,#15414e,transparent 58%),linear-gradient(180deg,#0c1c27,#0e2430);color:#cddbe4}.hg .prh-cred h2{color:#fff}.hg .prh-cred .eyebrow{background:hsla(0,0%,100%,.1);color:#7fe0ef}.hg .prh-cred-row{display:grid;gap:22px;grid-template-columns:repeat(4,1fr);margin-top:48px}.hg .prh-cred-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.12);border-radius:18px;padding:28px 24px;transition:background .3s,transform .3s}.hg .prh-cred-card:hover{background:rgba(22,181,206,.14);transform:translateY(-4px)}.hg .prh-cred-card .v{color:#fff;font-size:30px;font-weight:800;letter-spacing:-.02em;line-height:1}.hg .prh-cred-card .v .vs{color:#7fe0ef;font-size:16px;font-weight:700}.hg .prh-cred-card .k{color:#9fb2bf;font-size:13px;line-height:1.45;margin-top:10px}@media(max-width:920px){.hg .prh-cred-row,.hg .prh-grid{grid-template-columns:1fr 1fr}.hg .prhsec{padding:72px 0}}@media(max-width:560px){.hg .prh-cred-row,.hg .prh-grid{grid-template-columns:1fr}}.hg .footer{background:linear-gradient(180deg,#f7fbfc,#edf4f8)!important;border-top:1px solid rgba(0,0,0,.08);color:#5b6b76!important}.hg .newsletter{background:transparent!important;border-bottom:1px solid rgba(0,0,0,.08)!important}.hg .newsletter h3{color:#0b1a26!important}.hg .newsletter p{color:#5b6b76!important}.hg .foot-grid{border-bottom:1px solid rgba(0,0,0,.1)!important}.hg .foot-brand p{color:#5b6b76!important}.hg .foot-links a{color:#34454f!important}.hg .foot-links a:hover{color:var(--teal)!important}.hg .foot-contact h4{color:#0b1a26!important}.hg .foot-contact p{color:#5b6b76!important}.hg .foot-contact p strong{color:#0b1a26!important}.hg .legal{color:#6a7a84!important}.hg .copy,.hg .copy a{color:#5b6b76!important}.hg .copy a:hover{color:#0b1a26!important}.hg .mega-links a .cs-wrap{align-items:center;display:inline-flex;gap:9px}.hg .mega-soon{background:var(--orange-50);border-radius:999px;color:var(--orange-600);font-size:10px;font-weight:800;letter-spacing:.05em;line-height:1.45;padding:3px 9px;text-transform:uppercase;white-space:nowrap}.hg .ir-sec{padding:84px 0}.hg .ir-sec .wrap{margin:0 auto;max-width:var(--maxw);padding:0 32px}.hg .ir-head{margin-bottom:40px}.hg .ir-head h2{color:var(--ink);font-size:clamp(29px,3.5vw,43px);font-weight:800;letter-spacing:-.025em}.hg .ir-head p{color:var(--muted);font-size:16.5px;line-height:1.72;margin-top:16px;max-width:780px}.hg .ir-featured{background:linear-gradient(180deg,#fff,#f5fbfc);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;padding:42px 46px;position:relative}.hg .ir-featured:before{background:var(--teal);content:"";height:100%;left:0;position:absolute;top:0;width:5px}.hg .ir-meta{align-items:center;display:flex;flex-wrap:wrap;gap:13px;margin-bottom:15px}.hg .ir-outlet{color:var(--ink);font-size:15px;font-weight:800}.hg .ir-uvm{background:var(--teal-50);border-radius:999px;color:var(--teal-700);font-size:11px;font-weight:700;letter-spacing:.04em;padding:5px 11px;text-transform:uppercase;white-space:nowrap}.hg .ir-featured h3{color:var(--ink);font-size:clamp(23px,2.5vw,31px);font-weight:800;letter-spacing:-.02em;line-height:1.2}.hg .ir-featured p{color:var(--body);font-size:16px;line-height:1.75;margin-top:15px;max-width:900px}.hg .ir-featured .link-arrow{align-items:center;color:var(--orange-600);display:inline-flex;font-size:14.5px;font-weight:700;gap:8px;margin-top:22px}.hg .ir-grid{display:grid;gap:26px;grid-template-columns:repeat(3,1fr)}.hg .pr-card{background:#fff;border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.hg .pr-card:hover{border-color:#cfeef3;box-shadow:0 26px 54px rgba(19,33,46,.14);transform:translateY(-6px)}.hg .pr-thumb{aspect-ratio:16/10;background:#0e2733;display:block;overflow:hidden;position:relative}.hg .pr-thumb img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .45s ease;width:100%}.hg .pr-card:hover .pr-thumb img{transform:scale(1.05)}.hg .pr-thumb-ph{align-items:center;background:radial-gradient(420px 220px at 72% -25%,rgba(22,181,206,.45),transparent 60%),linear-gradient(155deg,#103040,#0b1b26);display:flex;justify-content:center;padding:24px;text-align:center}.hg .pr-ph-name{color:#fff;font-size:19px;font-weight:800;letter-spacing:-.01em;line-height:1.3}.hg .pr-badge{align-items:center;backdrop-filter:blur(4px);background:hsla(0,0%,100%,.92);border-radius:999px;color:var(--ink);display:inline-flex;font-size:10.5px;font-weight:800;gap:6px;left:14px;letter-spacing:.09em;padding:6px 12px;position:absolute;text-transform:uppercase;top:14px}.hg .pr-body{display:flex;flex:1;flex-direction:column;padding:22px 24px 24px}.hg .pr-meta{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:12px}.hg .pr-src{color:var(--teal-700);font-size:11.5px;font-weight:800;letter-spacing:.06em;line-height:1.3;text-transform:uppercase}.hg .pr-date,.hg .pr-uvm{color:var(--muted);font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.hg .pr-body h3{color:var(--ink);flex:1;font-size:18px;font-weight:500;letter-spacing:-.005em;line-height:1.36}.hg .pr-readon{align-items:center;color:var(--orange-600);display:inline-flex;font-size:14px;font-weight:700;gap:7px;margin-top:18px}.hg .pr-readon svg{transition:transform .2s}.hg .pr-card:hover .pr-readon svg{transform:translateX(4px)}@media(max-width:980px){.hg .ir-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hg .ir-grid{grid-template-columns:1fr}.hg .ir-sec{padding:58px 0}.hg .ir-featured{padding:30px 24px}}.hg .mission{background:linear-gradient(180deg,#f5fbfd,#eef8fb)}.hg .mission-grid{align-items:center;display:grid;gap:58px;grid-template-columns:1.04fr .96fr}.hg .mission p{font-size:16.5px;line-height:1.78;margin-top:18px}.hg .mission-chart{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;padding:34px 36px 30px;position:relative}.hg .mission-chart .bar-top{background:linear-gradient(90deg,var(--teal),var(--orange));height:6px;left:0;position:absolute;right:0;top:0}.hg .chart-head{align-items:baseline;display:flex;gap:14px;justify-content:space-between;margin-bottom:4px}.hg .chart-head .t{color:var(--ink);font-size:15px;font-weight:700}.hg .chart-head .s{color:var(--muted);font-size:12.5px;font-weight:500}.hg .chart-rows{display:flex;flex-direction:column;gap:22px;margin-top:24px}.hg .crow .crow-top{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:9px}.hg .crow .lab{align-items:center;color:var(--ink-2);display:flex;font-size:14px;font-weight:600;gap:9px}.hg .crow .lab .pip{border-radius:3px;flex:none;height:10px;width:10px}.hg .crow .val{color:var(--ink);font-size:22px;font-weight:800;letter-spacing:-.02em}.hg .track{background:#eef3f7;border-radius:9px;height:16px;overflow:hidden}.hg .track .fill{border-radius:9px;height:100%;transition:width 1.3s var(--ease);width:0}.hg .crow.early .lab .pip,.hg .crow.early .track .fill{background:linear-gradient(90deg,var(--teal),var(--teal-700))}.hg .crow.early .val{color:var(--teal-700)}.hg .crow.late .lab .pip,.hg .crow.late .track .fill{background:linear-gradient(90deg,var(--orange),var(--orange-600))}.hg .crow.late .val{color:var(--orange-600)}.hg .chart-foot{align-items:center;border-top:1px solid var(--line-2);color:var(--muted);display:flex;font-size:12.5px;gap:10px;line-height:1.45;margin-top:26px;padding-top:18px}.hg .chart-foot .gap-badge{align-items:center;background:var(--teal-50);border-radius:999px;color:var(--teal-700);display:inline-flex;flex:none;font-size:12px;font-weight:700;gap:6px;padding:5px 11px}.hg .cards3{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-top:52px}.hg .feat{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;padding:32px 28px;position:relative;transition:transform .35s var(--ease),box-shadow .35s,border-color .35s}.hg .feat:after{background:var(--teal);content:"";height:3px;left:0;position:absolute;top:0;transition:width .4s var(--ease);width:0}.hg .feat:hover{border-color:transparent;box-shadow:var(--shadow-md);transform:translateY(-8px)}.hg .feat:hover:after{width:100%}.hg .feat .ic{background:var(--teal-50);border-radius:15px;display:grid;height:56px;margin-bottom:20px;place-items:center;width:56px}.hg .feat:nth-child(2) .ic{background:var(--orange-50)}.hg .feat:nth-child(3) .ic{background:#ecf0fb}.hg .feat h3{font-size:20px;font-weight:700;margin-bottom:10px}.hg .feat p{color:var(--body);font-size:15px;line-height:1.65}.hg .sec-foot{margin-top:40px}@media(max-width:900px){.hg .mission-grid{gap:40px}.hg .cards3,.hg .mission-grid{grid-template-columns:1fr}}.hg .flagship{background:radial-gradient(1100px 600px at 80% -10%,#15414e,transparent 60%),linear-gradient(180deg,#0c1c27,#0e2430);color:#cddbe4;overflow:hidden}.hg .flagship h2,.hg .flagship h3{color:#fff}.hg .flagship .eyebrow{color:var(--orange)}.hg .flag-grid{align-items:center;display:grid;gap:48px;grid-template-columns:1.25fr .95fr}.hg .flag-grid>*{min-width:0}.hg .flag-photo{position:relative}.hg .flag-photo .frame{background:#c9b48f;border-radius:var(--radius-lg);box-shadow:0 40px 90px rgba(0,0,0,.5);overflow:hidden}.hg .flag-photo img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hg .flag-photo .tagpill{background:hsla(0,0%,100%,.95);border-radius:999px;box-shadow:var(--shadow-md);color:var(--ink);font-size:13px;font-weight:700;left:18px;padding:8px 14px;position:absolute;top:18px}.hg .flag-copy p.lead{color:#bccbd6;font-size:16.5px;line-height:1.78;margin-top:18px}.hg .stat-tiles{display:grid;gap:14px;grid-template-columns:repeat(3,1fr);margin-top:34px}.hg .tile{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.12);border-radius:14px;padding:18px 16px;transition:background .3s,transform .3s}.hg .tile:hover{background:rgba(22,181,206,.14);transform:translateY(-4px)}.hg .tile .v{color:#fff;font-size:25px;font-weight:800;letter-spacing:-.02em;line-height:1}.hg .tile .v .vs{color:var(--teal);font-weight:700}.hg .tile .k{color:#9fb2bf;font-size:12.5px;line-height:1.4;margin-top:8px}.hg .flag-cite{align-items:flex-start;color:#8fa3b0;display:flex;font-size:13.5px;gap:10px;margin-top:26px;max-width:440px}.hg .flag-actions{display:flex;flex-wrap:nowrap;gap:12px;margin-top:30px}.hg .flag-actions .btn{flex:0 1 auto;font-size:14.5px;padding-inline:18px}.hg .flagship .btn-ghost{border-color:hsla(0,0%,100%,.28);color:#fff}.hg .flagship .btn-ghost:hover{background:rgba(22,181,206,.12);border-color:var(--teal);color:#fff}@media(max-width:1000px){.hg .flag-grid{gap:40px;grid-template-columns:1fr}.hg .stat-tiles{grid-template-columns:repeat(3,1fr)}.hg .flag-actions{flex-wrap:wrap}}@media(max-width:560px){.hg .stat-tiles{grid-template-columns:1fr}}.hg .tl{display:grid;gap:28px;grid-template-columns:repeat(4,1fr);margin-top:56px;position:relative}.hg .tl:before{background:linear-gradient(90deg,var(--teal),var(--orange));content:"";height:2px;left:6%;position:absolute;right:6%;top:30px;z-index:0}.hg .tl-item{position:relative;text-align:left;z-index:1}.hg .tl-node{background:#fff;border:2px solid var(--teal);border-radius:50%;box-shadow:0 6px 18px rgba(22,181,206,.18);color:var(--teal-700);display:grid;font-size:15px;font-weight:800;height:60px;margin-bottom:18px;place-items:center;transition:transform .3s;width:60px}.hg .tl-item:hover .tl-node{transform:scale(1.08)}.hg .tl-item:nth-child(2n) .tl-node{border-color:var(--orange);box-shadow:0 6px 18px rgba(246,161,31,.2);color:var(--orange-600)}.hg .tl-item p{color:var(--body);font-size:14.5px;line-height:1.6}.hg .tl-item .em{color:var(--ink);font-weight:600}.hg .early{background:linear-gradient(180deg,#fff7ec,#fef1df)}.hg .early-grid{align-items:center;display:grid;gap:60px;grid-template-columns:1fr .92fr}.hg .early p{font-size:16.5px;line-height:1.78;margin-top:18px}.hg .drop{background:#fff;border:1px solid #f3e2c8;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:38px 40px 30px}.hg .bars{align-items:flex-end;display:flex;gap:46px;height:240px;margin-bottom:8px;padding:0 14px}.hg .bar{align-items:center;display:flex;flex:1;flex-direction:column;height:100%;justify-content:flex-end}.hg .bar .col{border-radius:12px 12px 0 0;height:0;position:relative;transition:height 1.1s var(--ease);width:84px}.hg .bar.b1 .col{background:linear-gradient(180deg,#16b5ce,#0e93a8)}.hg .bar.b2 .col{background:linear-gradient(180deg,#f6a11f,#e8901a)}.hg .bar .pct{color:var(--ink);font-size:26px;font-weight:800;left:50%;position:absolute;top:-34px;transform:translateX(-50%)}.hg .bar .stg{color:var(--body);font-weight:600;margin-top:14px}.hg .bar .stg,.hg .drop .cap{font-size:13.5px;text-align:center}.hg .drop .cap{border-top:1px solid var(--line);color:var(--muted);margin-top:6px;padding-top:16px}.hg .drop .arrowdrop{align-items:center;color:var(--orange-600);display:flex;font-size:18px;font-weight:800;gap:8px;justify-content:center;margin-bottom:18px}@media(max-width:900px){.hg .tl{gap:34px 24px;grid-template-columns:1fr 1fr}.hg .tl:before{display:none}.hg .early-grid{gap:40px;grid-template-columns:1fr}}.hg .partners{background:#fff}.hg .partner-row{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-top:46px}.hg .partner{align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;display:flex;height:118px;justify-content:center;padding:20px 26px;transition:all .3s var(--ease)}.hg .partner img{filter:grayscale(1);max-height:60px;max-width:82%;-o-object-fit:contain;object-fit:contain;opacity:.62;transition:filter .35s,opacity .35s;width:auto}.hg .partner:hover{border-color:var(--teal);box-shadow:var(--shadow-sm);transform:translateY(-4px)}.hg .partner:hover img{filter:none;opacity:1}.hg .aud{background:linear-gradient(180deg,#f5fbfd,#eef8fb)}.hg .aud-row{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-top:48px}.hg .aud-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;min-height:280px;padding:36px 32px;transition:transform .35s var(--ease),box-shadow .35s}.hg .aud-card:hover{box-shadow:var(--shadow-md);transform:translateY(-8px)}.hg .aud-card .ic{border-radius:14px;display:grid;height:54px;margin-bottom:22px;place-items:center;width:54px}.hg .aud-card.a1 .ic{background:var(--teal-50)}.hg .aud-card.a2 .ic{background:var(--orange-50)}.hg .aud-card.a3 .ic{background:#ecf0fb}.hg .aud-card h3{font-size:21px;margin-bottom:12px}.hg .aud-card p{color:var(--body);flex:1;font-size:15px;line-height:1.62}.hg .aud-card .link-arrow{margin-top:22px}.hg .news-row{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-top:48px}.hg .ncard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s}.hg .ncard:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.hg .ncard .thumb{background-position:50%;background-size:cover;height:158px;position:relative}.hg .ncard .thumb:after{background:linear-gradient(180deg,transparent 40%,rgba(12,28,39,.28));content:"";inset:0;position:absolute}.hg .ncard .body{display:flex;flex:1;flex-direction:column;padding:24px 24px 26px}.hg .ncard .date{color:var(--teal-700);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.hg .ncard h3{font-size:18px;line-height:1.35;margin:10px 0}.hg .ncard p{color:var(--body);flex:1;font-size:14.5px;line-height:1.6}.hg .ncard .link-arrow{font-size:14px;margin-top:16px}@media(max-width:900px){.hg .partner-row{grid-template-columns:1fr 1fr}.hg .aud-row,.hg .news-row{grid-template-columns:1fr}}.hg .cta{background:radial-gradient(900px 500px at 15% 20%,#1fc6dd,transparent 60%),linear-gradient(120deg,#16b5ce,#0e93a8 60%,#0c7e91);color:#fff;overflow:hidden;text-align:center}.hg .cta:before{border:40px solid hsla(0,0%,100%,.08);height:420px;right:-140px;top:-160px;width:420px}.hg .cta:after,.hg .cta:before{border-radius:50%;content:"";position:absolute}.hg .cta:after{background:rgba(246,161,31,.18);bottom:-120px;filter:blur(6px);height:260px;left:-90px;width:260px}.hg .cta .wrap{max-width:820px;position:relative;z-index:1}.hg .cta h2{color:#fff;font-size:clamp(30px,3.8vw,46px);font-weight:800}.hg .cta p{color:#e7fbff;font-size:18px;line-height:1.7;margin:20px auto 0;max-width:600px}.hg .cta-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:36px}.hg .cta .btn-primary{background:var(--orange)}.hg .cta .btn-white{background:#fff;color:var(--teal-700)}.hg .cta .btn-white:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.hg .footer{background:#0b1a26;color:#9fb2bf;padding:0 0 40px}.hg .newsletter{background:#0e2330;border-bottom:1px solid hsla(0,0%,100%,.07)}.hg .newsletter .wrap{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;padding:34px 32px}.hg .newsletter-copy{max-width:520px}.hg .newsletter h3{color:#fff;font-size:20px;letter-spacing:-.01em}.hg .newsletter p{color:#9fb2bf;font-size:14.5px;margin-top:5px}.hg .nlform{display:flex;flex:0 0 auto;gap:10px}.hg .nlform input{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.16);border-radius:999px;color:#fff;font-family:inherit;font-size:14.5px;height:48px;outline:none;padding:0 20px;transition:border-color .25s;width:260px}.hg .nlform input::-moz-placeholder{color:#7f93a1}.hg .nlform input::placeholder{color:#7f93a1}.hg .nlform input:focus{border-color:var(--teal)}.hg .nlform .btn-teal{flex:0 0 auto;height:48px;padding:0 26px}.hg .foot-main{padding-top:54px}.hg .foot-grid{border-bottom:1px solid hsla(0,0%,100%,.08);display:grid;gap:48px;grid-template-columns:1.4fr 2fr 1.1fr;padding-bottom:42px}.hg .foot-brand img{height:46px;margin-bottom:20px;opacity:1;width:auto}.hg .foot-brand p{font-size:14px;line-height:1.7;max-width:280px}.hg .foot-links{align-content:flex-start;display:grid;gap:12px 30px;grid-template-columns:1fr 1fr}.hg .foot-links a{color:#b6c5d0;font-size:14.5px;transition:color .2s}.hg .foot-links a:hover{color:var(--teal)}.hg .foot-contact h4{color:#fff;font-size:14px;letter-spacing:.06em;margin-bottom:14px;text-transform:uppercase}.hg .foot-contact p{font-size:14px;line-height:1.8}.hg .foot-contact a{color:var(--teal)}.hg .legal{color:#74899a;font-size:12.5px;line-height:1.7;margin-top:28px;max-width:1000px}.hg .copy{align-items:center;display:flex;flex-wrap:wrap;font-size:13px;gap:8px 16px;justify-content:space-between;margin-top:22px}.hg .copy,.hg .copy a{color:#8298a6}.hg .copy a:hover{color:#fff}@media(max-width:900px){.hg .foot-grid{gap:34px;grid-template-columns:1fr}.hg .newsletter .wrap{justify-content:flex-start}.hg .nlform{width:100%}.hg .nlform input{flex:1;min-width:0;width:auto}}.hg .lhero{background:radial-gradient(820px 480px at 92% 0,var(--teal-50),transparent 62%),linear-gradient(180deg,#fff,#fafdfe);overflow:hidden;padding:60px 0 84px;position:relative}.hg .lhero-grid{align-items:center;display:grid;gap:56px;grid-template-columns:1.05fr .95fr}.hg .lhero h1{font-size:clamp(31px,3.9vw,50px);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:18px 0 0}.hg .lhero h1 .accent{color:var(--teal)}.hg .lhero .sub{color:var(--muted);font-size:16.5px;line-height:1.74;margin:22px 0 0;max-width:560px}.hg .lhero-actions{gap:14px}.hg .lhero-actions,.hg .trustbar{display:flex;flex-wrap:wrap;margin-top:30px}.hg .trustbar{align-items:center;color:var(--ink-2);font-size:13.5px;font-weight:600;gap:10px 12px}.hg .trustbar .ti{align-items:center;display:inline-flex;gap:8px}.hg .trustbar .ti svg{flex:none}.hg .trustbar .sep{background:var(--orange);border-radius:50%;height:5px;opacity:.55;width:5px}.hg .lhero-media,.hg .lhero-photo{position:relative}.hg .lhero-photo{aspect-ratio:4/3.5;background:#dceef2;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.hg .lhero-photo img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hg .lhero-badge{animation:floaty 6s ease-in-out infinite;background:var(--teal);border-radius:16px;bottom:30px;box-shadow:var(--shadow-md);color:#fff;left:-22px;padding:14px 18px;position:absolute}.hg .lhero-badge .b{font-size:26px;font-weight:800;letter-spacing:-.02em;line-height:1}.hg .lhero-badge .l{color:#eafaff;font-size:12px;font-weight:600;line-height:1.35;margin-top:5px;max-width:150px}.hg .lhero-pill{align-items:center;animation:floaty 6.6s ease-in-out .5s infinite;background:#fff;border:1px solid var(--line);border-radius:999px;box-shadow:var(--shadow-md);color:var(--ink);display:flex;font-size:13.5px;font-weight:700;gap:8px;padding:9px 16px;position:absolute;right:-16px;top:22px}.hg .feat .ic.tealic{background:var(--teal-50)}.hg .feat .ic.orangeic{background:var(--orange-50)}.hg .feat .ic.indigoic{background:#ecf0fb}.hg .evidence{background:linear-gradient(180deg,#f5fbfd,#eef8fb)}.hg .ev-stats{display:grid;gap:22px;grid-template-columns:repeat(3,1fr);margin-top:46px}.hg .ev-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;padding:30px 28px;position:relative;transition:transform .35s var(--ease),box-shadow .35s}.hg .ev-card:before{background:linear-gradient(90deg,var(--teal),var(--orange));content:"";height:4px;left:0;opacity:0;position:absolute;top:0;transition:opacity .35s;width:100%}.hg .ev-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.hg .ev-card:hover:before{opacity:1}.hg .ev-card .v{color:var(--teal-700);font-size:36px;font-weight:800;letter-spacing:-.025em;line-height:1}.hg .ev-card .v .vs{color:var(--muted);font-size:18px;font-weight:700}.hg .ev-card .k{color:var(--body);font-size:14.5px;line-height:1.5;margin-top:12px}.hg .ev-cite{color:var(--muted);display:flex;font-size:13.5px;gap:10px;line-height:1.6;margin-top:32px;max-width:720px}.hg .ev-cite svg{flex:none;margin-top:2px}.hg .ev-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.hg .compare{display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-top:46px}.hg .cmp{border-radius:var(--radius-lg);overflow:hidden;padding:36px 34px;position:relative}.hg .cmp.good{background:linear-gradient(160deg,#eafaf1,#dcf3e7);border:1px solid #cdebd9}.hg .cmp.bad{background:linear-gradient(160deg,#fdefe1,#fbe4d0);border:1px solid #f6d6b8}.hg .cmp .tag{align-items:center;color:var(--ink);display:inline-flex;font-size:13.5px;font-weight:700;gap:8px;letter-spacing:.02em}.hg .cmp .tag .d{border-radius:50%;height:9px;width:9px}.hg .cmp.good .tag .d{background:#1f8a5b}.hg .cmp.bad .tag .d{background:#d2701a}.hg .cmp .v{font-size:clamp(46px,6vw,66px);font-weight:800;letter-spacing:-.03em;line-height:1;margin-top:14px}.hg .cmp.good .v{color:#1f8a5b}.hg .cmp.bad .v{color:#d2701a}.hg .cmp .vl{color:var(--body);font-size:14.5px;margin-top:8px}.hg .cmp .note{border-top:1px solid rgba(19,33,46,.1);color:var(--ink-2);font-size:14px;line-height:1.55;margin-top:20px;padding-top:16px}.hg .source-line{color:var(--muted);font-size:12.5px;font-weight:600;letter-spacing:.04em;margin-top:18px}.hg .support-line{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-sm);color:var(--body);display:flex;font-size:14.5px;gap:12px;line-height:1.6;margin-top:24px;max-width:840px;padding:20px 22px}.hg .support-line svg{flex:none;margin-top:1px}.hg .steps{display:grid;gap:18px;grid-template-columns:repeat(5,1fr);margin-top:50px;position:relative}.hg .steps:before{background:linear-gradient(90deg,var(--teal),var(--orange));content:"";height:2px;left:7%;position:absolute;right:7%;top:26px;z-index:0}.hg .step{position:relative;z-index:1}.hg .step .n{background:var(--teal);border-radius:15px;box-shadow:0 8px 18px rgba(22,181,206,.28);color:#fff;display:grid;font-size:21px;font-weight:800;height:54px;margin-bottom:18px;place-items:center;transition:transform .3s;width:54px}.hg .step:hover .n{transform:translateY(-4px) scale(1.04)}.hg .step:nth-child(2n) .n{background:var(--orange);box-shadow:0 8px 18px rgba(246,161,31,.28)}.hg .step h3{font-size:16.5px;font-weight:700;margin-bottom:8px}.hg .step p{color:var(--body);font-size:13.5px;line-height:1.55}.hg .steps-foot{margin-top:44px}.hg .video{background:radial-gradient(900px 500px at 80% -10%,#15414e,transparent 60%),linear-gradient(180deg,#0c1c27,#0e2430);color:#cddbe4}.hg .video h2{color:#fff}.hg .video .eyebrow{color:var(--orange)}.hg .video-wrap{aspect-ratio:16/9;background:#000;border-radius:var(--radius-lg);box-shadow:0 40px 90px rgba(0,0,0,.5);margin-top:40px;overflow:hidden;position:relative}.hg .video-wrap iframe{border:0;display:block;height:100%;inset:0;position:absolute;width:100%}.hg .video-meta{align-items:center;color:#9fb2bf;display:flex;flex-wrap:wrap;font-size:14.5px;gap:8px 16px;margin-top:24px}.hg .video-meta .vt{color:#fff;font-size:18px;font-weight:700;width:100%}.hg .video-meta .vdot{background:var(--orange);border-radius:50%;height:5px;width:5px}.hg .faq-list{display:flex;flex-direction:column;gap:12px;margin:44px auto 0;max-width:880px}.hg .faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:box-shadow .3s,border-color .3s}.hg .faq-item[open]{border-color:var(--teal-100);box-shadow:var(--shadow-sm)}.hg .faq-item summary{align-items:center;color:var(--ink);cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:16px;justify-content:space-between;list-style:none;padding:20px 24px}.hg .faq-item summary::-webkit-details-marker{display:none}.hg .faq-item summary .ico{background:var(--teal-50);border-radius:50%;display:grid;flex:none;height:27px;place-items:center;transition:.3s var(--ease);width:27px}.hg .faq-item[open] summary .ico{background:var(--teal);transform:rotate(45deg)}.hg .faq-item[open] summary .ico svg path{stroke:#fff}.hg .faq-body{color:var(--body);font-size:14.5px;line-height:1.72;padding:0 24px 22px}@media(max-width:900px){.hg .lhero-grid{gap:42px}.hg .compare,.hg .ev-stats,.hg .lhero-grid{grid-template-columns:1fr}.hg .steps{gap:26px 18px;grid-template-columns:1fr 1fr}.hg .steps:before{display:none}}.hg .ir-pubsec{background:linear-gradient(180deg,#f5fafc,#fff 62%);overflow:hidden;position:relative}.hg .ir-pubsec:before{background:radial-gradient(circle,rgba(22,181,206,.1),transparent 70%);height:440px;right:-130px;top:-150px;width:440px}.hg .ir-pubsec:after,.hg .ir-pubsec:before{border-radius:50%;content:"";pointer-events:none;position:absolute}.hg .ir-pubsec:after{background:radial-gradient(circle,rgba(246,161,31,.08),transparent 70%);bottom:-160px;height:380px;left:-120px;width:380px}.hg .ir-pubsec .wrap{position:relative}.hg .ir-pubsec .ir-head{max-width:760px;text-align:left}.hg .ir-pub-eyebrow{align-items:center;background:var(--teal-50);border-radius:999px;color:var(--teal-700);display:inline-flex;font-size:11.5px;font-weight:800;gap:8px;letter-spacing:.13em;margin-bottom:16px;padding:7px 15px;text-transform:uppercase}.hg .ir-pub-stats{display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-start;margin:28px 0 4px}.hg .ir-pub-stat{align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 6px 20px rgba(19,33,46,.05);display:flex;gap:12px;padding:14px 24px}.hg .ir-pub-stat b{color:var(--teal-700);font-family:Georgia,Times New Roman,serif;font-size:30px;font-weight:700;line-height:1}.hg .ir-pub-stat span{color:var(--muted);font-size:13px;font-weight:600;line-height:1.3;text-align:left}.hg .ir-pubs{display:grid;gap:22px;grid-template-columns:repeat(2,1fr);margin-top:46px}.hg .ir-pub{background:#fff;border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column;overflow:hidden;padding:26px 28px;position:relative;transition:border-color .25s,box-shadow .3s,transform .3s}.hg .ir-pub:before{background:linear-gradient(90deg,var(--teal),var(--orange));content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .38s var(--ease,ease)}.hg .ir-pub:hover{border-color:var(--teal-100);box-shadow:var(--shadow-md);transform:translateY(-5px)}.hg .ir-pub:hover:before{transform:scaleX(1)}.hg .ir-pub-top{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:15px}.hg .ir-pub-badge{align-items:center;background:var(--teal-50);border:1px solid var(--teal-100);border-radius:999px;color:var(--teal-700);display:inline-flex;font-size:12px;font-weight:700;gap:8px;line-height:1.25;padding:6px 12px}.hg .ir-pub-badge svg{flex:none}.hg .ir-pub-year{background:#eef4f7;border-radius:9px;color:var(--ink);flex:none;font-family:Georgia,Times New Roman,serif;font-size:15px;font-weight:700;padding:5px 11px;white-space:nowrap}.hg .ir-pub-latest{background:var(--orange)!important;color:#fff!important;letter-spacing:.03em}.hg .ir-pub h3{color:var(--ink);font-size:17px;font-weight:800;letter-spacing:-.01em;line-height:1.36;margin:0 0 10px}.hg .ir-pub p{color:var(--body);flex:1;font-size:14px;line-height:1.62;margin:0 0 18px}.hg .ir-pub-foot{align-items:center;border-top:1px solid var(--line);display:flex;gap:12px;justify-content:space-between;padding-top:15px}.hg .ir-pub-link{align-items:center;color:var(--orange-600);display:inline-flex;font-size:14px;font-weight:700;gap:7px}.hg .ir-pub-link:hover{color:var(--orange)}.hg .ir-pub-link .arr{transition:transform .25s}.hg .ir-pub:hover .ir-pub-link .arr{transform:translateX(3px)}.hg .ir-pub-src{color:var(--muted);font-size:11px;max-width:46%;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.hg .ir-pub.feat{background:linear-gradient(165deg,#f2fafc,#fff 60%);border-color:var(--teal-100)}.hg .ir-pub.feat:before{transform:scaleX(1)}.hg .ir-pub-more{margin-top:40px;text-align:center}@media(max-width:760px){.hg .ir-pubs{grid-template-columns:1fr}.hg .ir-pub-src{display:none}.hg .ir-pub-stat b{font-size:26px}}.hg .ir-pager{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:52px}.hg .ir-pg{background:#fff;border:1.5px solid var(--line);border-radius:10px;color:var(--ink-2);cursor:pointer;display:grid;font-family:var(--font-sans);font-size:14.5px;font-weight:600;height:40px;min-width:40px;padding:0 11px;place-items:center;transition:all .25s}.hg .ir-pg:hover{border-color:var(--orange);color:var(--orange-600)}.hg .ir-pg.active{background:var(--orange);border-color:var(--orange);box-shadow:0 8px 20px rgba(246,161,31,.3);color:#fff}.hg .ir-pg.dots{border:0;cursor:default;min-width:22px;padding:0}.hg .ir-pg.dots:hover{color:var(--ink-2)}@media(max-width:560px){.hg .ir-pager{flex-wrap:wrap;gap:4px}.hg .ir-pg{font-size:12.5px;height:32px;min-width:30px;padding:0 6px}.hg .ir-pg.dots{min-width:16px;padding:0}}.hg .ir-alt-page{--paper:#fff;--paper-2:#f5fafb;--paper-3:#eef7f9;--card:#fff;--card-2:#f7fbfc;--ink:#1b2430;--ink-2:#5f6c7b;--muted:#7c8a98;--clay:#00b8c8;--clay-d:#007f8e;--clay-soft:#e6f6f8;--olive:#14202a;--olive-d:#0e1820;--sage:#00b8c8;--sage-soft:#e6f6f8;--ochre:#007f8e;--ochre-soft:#e6f6f8;--gold:#f6921e;--gold-d:#e08c12;--gold-soft:#fdefd6;--success:#00a676;--line:#e6eef2;--line-strong:#d4e0e6;--shadow-soft:0 6px 24px rgba(20,40,60,.06);--shadow-lift:0 18px 44px rgba(20,40,60,.12);--heading:"Plus Jakarta Sans","Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;--serif:"Plus Jakarta Sans","Manrope",system-ui,sans-serif;--sans:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;--container:1240px;--pad:clamp(22px,5vw,56px);--section-y:clamp(72px,11vw,132px);--r-sm:12px;--r-md:16px;--r-lg:22px;--r-xl:28px;--r-pill:999px;--ease:cubic-bezier(0.22,0.61,0.36,1)}.hg .ir-alt-page *,.hg .ir-alt-page :after,.hg .ir-alt-page :before{box-sizing:border-box}.hg .ir-alt-page{background:var(--paper);color:var(--ink-2);font-family:var(--sans);font-size:17px;line-height:1.65;margin:0;-webkit-font-smoothing:antialiased;position:relative;text-rendering:optimizeLegibility}.hg .ir-alt-page body:before{content:none}.hg .ir-alt-page h1,.hg .ir-alt-page h2,.hg .ir-alt-page h3,.hg .ir-alt-page h4{color:var(--ink);font-family:var(--heading);font-weight:700;letter-spacing:-.02em;line-height:1.14;margin:0}.hg .ir-alt-page p{margin:0}.hg .ir-alt-page a{color:inherit;text-decoration:none}.hg .ir-alt-page img{display:block;max-width:100%}.hg .ir-alt-page .container{margin-inline:auto;max-width:var(--container);padding-inline:var(--pad)}.hg .ir-alt-page .section{padding-block:var(--section-y);position:relative}.hg .ir-alt-page .section--paper2{background:var(--paper-2)}.hg .ir-alt-page .section--sand{background:var(--paper-3)}.hg .ir-alt-page .section--olive{background:var(--olive);color:#dce2ea}.hg .ir-alt-page .section--olive h2,.hg .ir-alt-page .section--olive h3{color:#f7fafc}.hg .ir-alt-page .section--soft{background:linear-gradient(180deg,var(--paper-2),var(--paper-3))}.hg .ir-alt-page .section--paper3{background:var(--paper-3)}.hg .ir-alt-page .eyebrow{align-items:center;color:var(--clay);display:inline-flex;font-family:var(--sans);font-size:13px;font-weight:600;gap:10px;letter-spacing:.18em;text-transform:uppercase}.hg .ir-alt-page .eyebrow:before{background:var(--clay);content:"";display:inline-block;height:1.5px;width:22px}.hg .ir-alt-page .section--olive .eyebrow{color:var(--ochre)}.hg .ir-alt-page .section--olive .eyebrow:before{background:var(--ochre)}.hg .ir-alt-page .display{font-size:clamp(2.1rem,4vw,3.55rem);font-weight:700;letter-spacing:-.03em;line-height:1.07}.hg .ir-alt-page .h2{font-size:clamp(2rem,4vw,3.1rem)}.hg .ir-alt-page .h3{font-size:clamp(1.4rem,2.4vw,1.9rem)}.hg .ir-alt-page .lead{color:var(--ink-2);font-size:clamp(1.1rem,1.6vw,1.32rem);line-height:1.6}.hg .ir-alt-page .serif-italic{font-family:var(--serif);font-style:italic}.hg .ir-alt-page .muted{color:var(--muted)}.hg .ir-alt-page .btn{--bg:var(--gold);--fg:#fff;align-items:center;background:var(--bg);border:1.5px solid transparent;border-radius:var(--r-pill);color:var(--fg);cursor:pointer;display:inline-flex;font-family:var(--sans);font-size:16px;font-weight:600;gap:10px;padding:15px 28px;transition:transform .25s var(--ease),background .25s var(--ease),box-shadow .25s var(--ease),color .25s var(--ease);white-space:nowrap}.hg .ir-alt-page .btn .arrow{transition:transform .25s var(--ease)}.hg .ir-alt-page .btn:hover{background:var(--gold-d);box-shadow:var(--shadow-soft);transform:translateY(-2px)}.hg .ir-alt-page .btn:hover .arrow{transform:translateX(4px)}.hg .ir-alt-page .btn--olive{--bg:var(--olive)}.hg .ir-alt-page .btn--olive:hover{background:var(--olive-d)}.hg .ir-alt-page .btn--ghost{background:transparent;border-color:var(--clay);color:var(--clay)}.hg .ir-alt-page .btn--ghost:hover{background:var(--clay-soft);border-color:var(--clay);box-shadow:none;color:var(--clay-d)}.hg .ir-alt-page .section--olive .btn--ghost{border-color:hsla(0,0%,100%,.4);color:#edf2f6}.hg .ir-alt-page .section--olive .btn--ghost:hover{border-color:#fff;color:#fff}.hg .ir-alt-page .btn--sm{font-size:14.5px;padding:11px 20px}.hg .ir-alt-page .card{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-soft);padding:clamp(26px,3vw,38px)}.hg .ir-alt-page .card--hover{transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.hg .ir-alt-page .card--hover:hover{box-shadow:var(--shadow-lift)}.hg .ir-alt-page .medallion{background:var(--sage-soft);border-radius:16px;color:var(--clay-d);display:grid;height:64px;place-items:center;width:64px}.hg .ir-alt-page .medallion--clay{background:var(--gold-soft);color:var(--gold-d)}.hg .ir-alt-page .medallion--ochre{background:var(--ochre-soft);color:var(--ochre)}.hg .ir-alt-page .medallion svg{height:30px;stroke-width:1.6;width:30px}.hg .ir-alt-page .pill{align-items:center;background:var(--card);border:1px solid var(--line);border-radius:var(--r-pill);color:var(--ink-2);display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:8px 16px}.hg .ir-alt-page .pill svg{color:var(--olive);height:16px;width:16px}.hg .ir-alt-page .grid{display:grid;gap:clamp(18px,2.4vw,30px)}.hg .ir-alt-page .grid-2{grid-template-columns:repeat(2,1fr)}.hg .ir-alt-page .grid-3{grid-template-columns:repeat(3,1fr)}.hg .ir-alt-page .ph{background:repeating-linear-gradient(135deg,rgba(0,183,201,.14) 0 16px,rgba(0,183,201,.05) 16px 32px),var(--card-2);color:var(--muted);display:grid;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;letter-spacing:.04em;overflow:hidden;padding:16px;place-items:center;position:relative;text-align:center;text-transform:uppercase}.hg .ir-alt-page .blob-a,.hg .ir-alt-page .blob-b{border-radius:var(--r-xl)}.hg .ir-alt-page .reveal{opacity:1;transform:none}.hg .ir-alt-page .stat-num{color:var(--clay);font-family:var(--heading);font-weight:700;letter-spacing:-.03em;line-height:1}@media (max-width:900px){.hg .ir-alt-page .grid-2,.hg .ir-alt-page .grid-3{grid-template-columns:1fr}}.hg .ir-alt-page .h1-product{color:var(--clay-d);display:block;font-size:clamp(1.05rem,2vw,1.3rem);font-weight:700;letter-spacing:.04em;margin-bottom:14px}.hg .ir-alt-page .partners__row{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:36px}.hg .ir-alt-page .partner-logo{align-items:center;background:var(--card);border:1px dashed var(--line-strong);border-radius:var(--r-md);color:var(--muted);display:flex;flex:1 1 200px;font-family:var(--heading);font-size:15px;font-weight:600;justify-content:center;max-width:250px;min-height:76px}.hg .ir-alt-page sup.fn{color:var(--clay-d);font-size:.6em;font-weight:700;margin-left:1px}.hg .ir-alt-page .hero__ctas .btn{font-size:15px;padding:13px 22px}.hg .ir-alt-page .hero__badges{gap:8px}.hg .ir-alt-page .hero .badge-line{font-size:12.5px;padding:6px 12px}.hg .ir-alt-page{overflow-x:clip}.hg .ir-alt-page .hl-logo-img{display:block;height:clamp(34px,4vh,44px);margin-bottom:16px;width:auto}.hg .ir-alt-page .hl-logo{align-items:center;display:flex;font-family:var(--heading);font-size:clamp(1.65rem,2.5vw,2.15rem);font-weight:800;letter-spacing:-.015em;line-height:1;margin-bottom:18px;width:-moz-fit-content;width:fit-content}.hg .ir-alt-page .hl-logo__helio{color:#00b5cb;position:relative}.hg .ir-alt-page .hl-logo__dot{background:#f6a01b;border-radius:0 0 .5em .5em;bottom:-.04em;height:.24em;opacity:.95;position:absolute;right:.02em;width:.5em}.hg .ir-alt-page .hl-logo__liver{color:#5b5ea9}.hg .ir-alt-page .hl-logo__ldt{border:.115em solid #5b5ea9;border-radius:999px;color:#5b5ea9;font-size:.5em;font-weight:800;letter-spacing:.06em;margin-left:.45em;padding:.3em .55em;transform:rotate(-6deg)}.hg .ir-alt-page .slider{position:relative}.hg .ir-alt-page .slider>.slide{display:none}.hg .ir-alt-page .slider>.slide.active{animation:ira-slideIn .45s var(--ease);display:block}@keyframes ira-slideIn{0%{opacity:0;transform:translateX(16px)}to{opacity:1;transform:none}}.hg .ir-alt-page .slider__nav{align-items:center;display:flex;gap:14px;justify-content:center;margin-top:18px}.hg .ir-alt-page .slider__btn{background:#fff;border:1.5px solid var(--line-strong);border-radius:50%;color:var(--clay-d);cursor:pointer;display:grid;height:38px;place-items:center;transition:border-color .2s;width:38px}.hg .ir-alt-page .slider__btn:hover{border-color:var(--clay)}.hg .ir-alt-page .slider__btn svg{height:18px;width:18px}.hg .ir-alt-page .slider__dots{display:flex;gap:7px}.hg .ir-alt-page .slider__dots i{background:var(--line-strong);border-radius:50%;height:8px;width:8px}.hg .ir-alt-page .slider__dots i.on{background:var(--clay)}.hg .ir-alt-page .cmp__note{color:var(--muted);font-size:12.5px}.hg .ir-alt-page .partner-logo{background:transparent;border:none}.hg .ir-alt-page .partner-logo img{filter:grayscale(1);max-height:46px;max-width:200px;opacity:.7;transition:filter .25s,opacity .25s;width:auto}.hg .ir-alt-page .partner-logo:hover img{filter:none;opacity:1}.hg .ir-alt-page .partner-logo--text{border:1px dashed var(--line-strong);border-radius:var(--r-md);color:var(--muted);padding:14px 22px}.hg .ir-alt-page .announce__short{display:none}@media (max-width:560px){.hg .ir-alt-page .announce__long{display:none}.hg .ir-alt-page .announce__short{display:inline}}@keyframes ira-megaIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.hg .ir-alt-page .hero{overflow:hidden;padding-block:clamp(48px,7vw,96px);position:relative}.hg .ir-alt-page .hero__grid{align-items:center;display:grid;gap:clamp(32px,5vw,72px);grid-template-columns:1.08fr .92fr}.hg .ir-alt-page .hero h1{margin-bottom:14px}.hg .ir-alt-page .hero .lead{font-size:clamp(1.02rem,1.35vw,1.18rem);margin-bottom:14px;max-width:none}.hg .ir-alt-page .hero__note{color:var(--muted);font-size:13px;margin-bottom:30px}.hg .ir-alt-page .hero__ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:22px}.hg .ir-alt-page .hero__badges{display:flex;flex-wrap:wrap;gap:10px}.hg .ir-alt-page .badge-line{align-items:center;background:var(--clay-soft);border:1px solid var(--line);border-radius:var(--r-pill);color:var(--ink-2);display:inline-flex;font-size:13px;gap:8px;padding:8px 14px}.hg .ir-alt-page .badge-line svg{color:var(--clay);flex:none;height:16px;width:16px}.hg .ir-alt-page .badge-line b{color:var(--ink);font-weight:700}.hg .ir-alt-page .hero__art{position:relative}.hg .ir-alt-page .hero__photo{border-radius:var(--r-xl);box-shadow:var(--shadow-soft);display:block;height:clamp(380px,42vw,540px);-o-object-fit:cover;object-fit:cover;overflow:hidden;width:100%}.hg .ir-alt-page .hero__float{align-items:center;background:var(--card);border:1px solid var(--line);border-radius:var(--r-md);bottom:38px;box-shadow:var(--shadow-lift);display:flex;gap:16px;left:-28px;max-width:230px;padding:18px 22px;position:absolute}.hg .ir-alt-page .hero__float .stat-num{font-size:44px}.hg .ir-alt-page .hero__float span{color:var(--ink-2);font-size:13.5px;line-height:1.35}.hg .ir-alt-page .hero__blob{background:radial-gradient(circle at 30% 30%,rgba(0,183,201,.18),rgba(0,183,201,0) 70%);border-radius:50%;height:520px;position:absolute;right:-160px;top:-120px;width:520px;z-index:-1}@media (max-width:900px){.hg .ir-alt-page .hero__grid{grid-template-columns:1fr}.hg .ir-alt-page .hero .lead{max-width:none}.hg .ir-alt-page .hero__art{max-width:460px}.hg .ir-alt-page .hero__float{left:auto;right:14px}}.hg .ir-alt-page .partners{border-bottom:1px solid var(--line);padding-block:clamp(44px,6vw,70px)}.hg .ir-alt-page .partners__label{color:var(--muted);font-size:13px;font-weight:600;letter-spacing:.1em;margin-bottom:30px;text-align:center;text-transform:uppercase}.hg .ir-alt-page .partners__logos{align-items:center;display:flex;flex-wrap:wrap;gap:clamp(18px,4vw,52px);justify-content:center}.hg .ir-alt-page .logo-ph{background:var(--paper-2);border:1px solid var(--line);border-radius:8px;color:var(--muted);display:grid;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;height:40px;letter-spacing:.04em;min-width:132px;place-items:center}.hg .ir-alt-page .partners__certs{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:28px}.hg .ir-alt-page .cert{align-items:center;background:var(--clay-soft);border-radius:var(--r-pill);color:var(--clay-d);display:inline-flex;font-size:13px;font-weight:600;gap:8px;padding:8px 16px}.hg .ir-alt-page .cert svg{height:15px;width:15px}.hg .ir-alt-page .sec-head{margin-bottom:clamp(32px,4vw,54px);max-width:720px}.hg .ir-alt-page .sec-head .eyebrow{margin-bottom:18px}.hg .ir-alt-page .sec-head h2{margin-bottom:16px}.hg .ir-alt-page .aud{gap:18px}.hg .ir-alt-page .aud__tag{color:var(--clay);font-family:var(--sans);font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hg .ir-alt-page .aud__sub{color:var(--ink);font-family:var(--heading);font-size:15px;font-weight:700;margin-bottom:-6px}.hg .ir-alt-page .aud ul{display:flex;flex-direction:column;gap:11px;list-style:none;margin:4px 0 0;padding:0}.hg .ir-alt-page .aud li{color:var(--ink-2);font-size:15.5px;padding-left:26px;position:relative}.hg .ir-alt-page .aud li:before{background:var(--sage-soft);border:2px solid var(--sage);border-radius:50%;content:"";height:11px;left:0;position:absolute;top:8px;width:11px}.hg .ir-alt-page .aud__ctas{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:8px}.hg .ir-alt-page .prod-card{display:flex;flex-direction:column;gap:16px;text-align:left}.hg .ir-alt-page .prod-card h3{font-size:1.35rem}.hg .ir-alt-page .proof{background:var(--olive);border-radius:var(--r-lg);color:#dce2ea;margin-top:clamp(34px,4vw,52px);padding:clamp(36px,4vw,56px) clamp(8px,2vw,28px)}.hg .ir-alt-page .proof__grid{align-items:stretch;display:grid;gap:0;grid-template-columns:repeat(4,1fr)}.hg .ir-alt-page .proof__item{padding:4px clamp(20px,2.4vw,38px);position:relative}.hg .ir-alt-page .proof__item+.proof__item:before{background:hsla(0,0%,100%,.16);bottom:2px;content:"";left:0;position:absolute;top:2px;width:1px}.hg .ir-alt-page .proof__item .big{color:#fff;display:block;font-family:var(--heading);font-size:clamp(1.7rem,2vw,2.05rem);font-weight:800;letter-spacing:-.02em;line-height:1.06;margin-bottom:12px;white-space:nowrap}.hg .ir-alt-page .proof__item .ochre{color:#2bc4d4}.hg .ir-alt-page .proof__item p{color:#aeb7c6;font-size:14px;line-height:1.45}@media (max-width:760px){.hg .ir-alt-page .proof__grid{grid-template-columns:1fr 1fr;row-gap:30px}.hg .ir-alt-page .proof__item:nth-child(3):before{display:none}}.hg .ir-alt-page .cmp{display:flex;flex-direction:column;gap:30px}.hg .ir-alt-page .cmp__row .cmp__label{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:12px}.hg .ir-alt-page .cmp__row .cmp__label .t{color:var(--ink);font-family:var(--serif);font-size:1.05rem;white-space:nowrap}.hg .ir-alt-page .cmp__bars{display:flex;flex-direction:column;gap:12px}.hg .ir-alt-page .cmp__bar{align-items:center;display:flex;gap:16px}.hg .ir-alt-page .cmp__bar .name{color:var(--ink-2);flex:none;font-size:14px;font-weight:600;width:96px}.hg .ir-alt-page .cmp__track{background:var(--paper-2);border-radius:var(--r-pill);flex:1;height:38px;overflow:hidden;position:relative}.hg .ir-alt-page .cmp__fill{align-items:center;border-radius:var(--r-pill);color:#fff;display:flex;font-size:15px;font-weight:700;height:100%;justify-content:flex-end;padding-right:16px;transition:width 1.1s var(--ease)}.hg .ir-alt-page .cmp__fill--helio{background:var(--clay)}.hg .ir-alt-page .cmp__fill--us{background:var(--muted)}.hg .ir-alt-page .det{display:grid;gap:clamp(20px,3vw,34px);grid-template-columns:1fr 1fr}.hg .ir-alt-page .det__box{border-radius:var(--r-lg);padding:clamp(30px,3.4vw,46px)}.hg .ir-alt-page .det__box--early{background:var(--card);border:1px solid var(--line)}.hg .ir-alt-page .det__box--late{background:var(--paper-2);border:1px solid var(--line)}.hg .ir-alt-page .det__pct{font-family:var(--heading);font-size:clamp(3.4rem,7vw,5.4rem);font-weight:700;letter-spacing:-.04em;line-height:.95}.hg .ir-alt-page .det__box--early .det__pct{color:var(--clay)}.hg .ir-alt-page .det__box--late .det__pct{color:var(--muted)}.hg .ir-alt-page .det__box h3{font-size:1.3rem;margin:14px 0 10px}.hg .ir-alt-page .steps{counter-reset:step;display:grid;gap:0;grid-template-columns:repeat(5,1fr);position:relative}.hg .ir-alt-page .step{padding:0 18px;position:relative}.hg .ir-alt-page .step:not(:last-child):after{content:"";position:absolute;right:-2px;top:26px;width:4px}.hg .ir-alt-page .step__num{background:var(--clay);border-radius:50%;color:#fff;display:grid;font-family:var(--heading);font-size:1.4rem;font-weight:700;height:54px;margin-bottom:18px;place-items:center;width:54px}.hg .ir-alt-page .step h4{font-size:1.12rem;margin-bottom:8px}.hg .ir-alt-page .step p{font-size:14.5px}.hg .ir-alt-page .steps__line{background:repeating-linear-gradient(90deg,var(--line-strong) 0 8px,transparent 8px 16px);height:2px;left:8%;position:absolute;right:8%;top:26px;z-index:0}.hg .ir-alt-page .step__inner{position:relative;z-index:1}@media (max-width:960px){.hg .ir-alt-page .steps{gap:28px 16px;grid-template-columns:1fr 1fr}.hg .ir-alt-page .steps__line{display:none}}@media (max-width:560px){.hg .ir-alt-page .steps{grid-template-columns:1fr}}.hg .ir-alt-page .tech{align-items:center;display:grid;gap:clamp(28px,4vw,64px);grid-template-columns:.9fr 1.1fr}.hg .ir-alt-page .tech__media{aspect-ratio:1/1;background:#dceaf8;box-shadow:var(--shadow-soft);display:block;-o-object-fit:contain;object-fit:contain;width:100%}@media (max-width:900px){.hg .ir-alt-page .tech{grid-template-columns:1fr}}.hg .ir-alt-page .news-card{display:flex;flex-direction:column;overflow:hidden;padding:0}.hg .ir-alt-page .news-card .ph{aspect-ratio:16/10}.hg .ir-alt-page .news-card img.news-img{aspect-ratio:16/10;display:block;-o-object-fit:cover;object-fit:cover;width:100%}.hg .ir-alt-page .news-card__body{display:flex;flex:1;flex-direction:column;gap:14px;padding:26px 26px 30px}.hg .ir-alt-page .news-card .tag{color:var(--sage);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hg .ir-alt-page .news-card h3{font-size:1.18rem;line-height:1.25}.hg .ir-alt-page .news-card .read{align-items:center;color:var(--clay);display:inline-flex;font-size:15px;font-weight:600;gap:7px;margin-top:auto}.hg .ir-alt-page .vids{display:grid;gap:clamp(20px,2.6vw,30px);grid-template-columns:1fr 1fr}.hg .ir-alt-page .vid{aspect-ratio:16/9;border-radius:var(--r-lg);box-shadow:var(--shadow-soft);overflow:hidden;position:relative}.hg .ir-alt-page .vid__bg{background-position:50%;background-size:cover;inset:0;position:absolute}.hg .ir-alt-page .vid:after{background:linear-gradient(180deg,rgba(18,26,36,0) 38%,rgba(18,26,36,.74));content:"";inset:0;position:absolute;z-index:1}.hg .ir-alt-page .vid__play{display:grid;inset:0;place-items:center;position:absolute;z-index:2}.hg .ir-alt-page .vid__play .disc{background:var(--clay);border-radius:50%;box-shadow:var(--shadow-lift);display:grid;height:76px;place-items:center;transition:transform .25s var(--ease);width:76px}.hg .ir-alt-page .vid:hover .disc{transform:scale(1.08)}.hg .ir-alt-page .vid__play svg{color:#fff;fill:#fff;height:30px;margin-left:3px;width:30px}.hg .ir-alt-page .vid__cap{bottom:20px;color:#fff;font-family:var(--serif);font-size:1.15rem;left:22px;position:absolute;right:22px;text-shadow:0 2px 12px rgba(0,0,0,.5);z-index:2}@media (max-width:760px){.hg .ir-alt-page .vids{grid-template-columns:1fr}}.hg .ir-alt-page .faq{margin-inline:auto;max-width:860px}.hg .ir-alt-page .faq__item{border-bottom:1px solid var(--line-strong)}.hg .ir-alt-page .faq__q{align-items:center;background:none;border:none;color:var(--ink);cursor:pointer;display:flex;font-family:var(--heading);font-size:clamp(1.05rem,1.6vw,1.3rem);font-weight:600;gap:20px;justify-content:space-between;letter-spacing:-.01em;padding:26px 8px;text-align:left;width:100%}.hg .ir-alt-page .faq__q .ico{border:1.5px solid var(--line-strong);border-radius:50%;color:var(--clay);display:grid;flex:none;height:30px;place-items:center;transition:transform .3s var(--ease),background .3s var(--ease),border-color .3s;width:30px}.hg .ir-alt-page .faq__item.open .faq__q .ico{background:var(--clay);border-color:var(--clay);color:#fff;transform:rotate(45deg)}.hg .ir-alt-page .faq__a{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}.hg .ir-alt-page .faq__a-inner{color:var(--ink-2);font-size:16px;line-height:1.7;padding:0 8px 28px}.hg .ir-alt-page .faq__a-inner ul{margin:10px 0 0;padding-left:20px}.hg .ir-alt-page .faq__a-inner li{margin-bottom:6px}.hg .ir-alt-page .final{text-align:center}.hg .ir-alt-page .final__panel{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-soft);margin-inline:auto;max-width:880px;overflow:hidden;padding:clamp(40px,5vw,68px);position:relative}.hg .ir-alt-page .final__panel:before{background:radial-gradient(circle at 30% 30%,rgba(0,183,201,.16),rgba(0,183,201,0) 70%);border-radius:50%;content:"";height:240px;pointer-events:none;position:absolute;right:-90px;top:-90px;width:240px}.hg .ir-alt-page .final__inner{margin-inline:auto;max-width:600px;position:relative}.hg .ir-alt-page .final h2{margin-bottom:18px}.hg .ir-alt-page .final .lead{margin-bottom:30px}.hg .ir-alt-page .final__ctas{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.hg .ir-alt-page .card{border:1px solid #e8eef2;box-shadow:0 10px 30px rgba(20,40,60,.06)}.hg .ir-alt-page .card,.hg .ir-alt-page .chart,.hg .ir-alt-page .det__box,.hg .ir-alt-page .news-feat{border-radius:var(--card-r,24px)}.hg .ir-alt-page body.no-hcards .hcard{display:none}.hg .ir-alt-page body.hero-left .hero__grid{direction:rtl}.hg .ir-alt-page body.hero-left .hero__grid>*{direction:ltr}.hg .ir-alt-page .card--hover:hover{box-shadow:0 22px 48px rgba(20,40,60,.13);transform:translateY(-6px)}@media (prefers-reduced-motion:no-preference){.hg .ir-alt-page html.js .fx.in{animation:ira-fxRise .7s var(--ease) both}.hg .ir-alt-page html.js .fx-stagger.in>*{animation:ira-fxRise .6s var(--ease) both}.hg .ir-alt-page html.js .fx-stagger.in>:nth-child(2){animation-delay:.09s}.hg .ir-alt-page html.js .fx-stagger.in>:nth-child(3){animation-delay:.18s}.hg .ir-alt-page html.js .fx-stagger.in>:nth-child(4){animation-delay:.27s}.hg .ir-alt-page html.js .fx-stagger.in>:nth-child(5){animation-delay:.36s}}@keyframes ira-fxRise{0%{opacity:.001;transform:translateY(24px)}to{opacity:1;transform:none}}.hg .ir-alt-page .hero{align-items:center;display:flex;min-height:calc(100vh - 104px);min-height:calc(100svh - 104px);padding-block:clamp(24px,3vh,48px)}.hg .ir-alt-page .hero>.container{width:100%}@media (max-height:660px),(max-width:900px){.hg .ir-alt-page .hero{min-height:0;padding-block:clamp(48px,7vw,80px)}}.hg .ir-alt-page .hero__grid{gap:clamp(36px,5vw,84px);grid-template-columns:1fr 1.04fr}.hg .ir-alt-page .hero__art{max-width:none}.hg .ir-alt-page .hero__frame{border-radius:32px;overflow:visible;position:relative}.hg .ir-alt-page .hero__photo{border-radius:32px;box-shadow:0 40px 80px -28px rgba(11,51,64,.42);height:clamp(380px,60vh,640px)}.hg .ir-alt-page .hcard{background:#fff;border:1px solid rgba(232,238,242,.9);border-radius:20px;box-shadow:0 18px 40px rgba(20,40,60,.16);padding:16px 20px;position:absolute;z-index:3}.hg .ir-alt-page .hcard__num{color:var(--clay-d);font-family:var(--heading);font-weight:800;letter-spacing:-.03em;line-height:1}.hg .ir-alt-page .hcard__lab{color:var(--ink-2);font-size:12.5px;line-height:1.32}.hg .ir-alt-page .hcard__lab b{color:var(--ink)}.hg .ir-alt-page .hcard--a{align-items:center;display:flex;gap:14px;left:-34px;max-width:238px;top:30px}.hg .ir-alt-page .hcard--a .hcard__num{font-size:46px}.hg .ir-alt-page .hcard--b{display:flex;flex-direction:column;gap:4px;min-width:168px;right:-30px;top:66%;transform:translateY(-50%)}.hg .ir-alt-page .hcard--b .hcard__num{font-size:38px}.hg .ir-alt-page .hcard--b .vs{color:var(--muted);font-size:12px;font-weight:600}.hg .ir-alt-page .hcard--c{align-items:center;bottom:26px;display:flex;gap:12px;left:-28px;max-width:260px}.hg .ir-alt-page .hcard--c .chip-ico{background:var(--gold-soft);border-radius:12px;color:var(--gold-d);display:grid;flex:none;height:40px;place-items:center;width:40px}.hg .ir-alt-page .hcard--c .chip-ico svg{height:21px;width:21px}.hg .ir-alt-page .hcard--c .hcard__lab b{display:block;font-family:var(--heading);font-size:14px}.hg .ir-alt-page .hcard--badge{align-items:center;background:linear-gradient(120deg,var(--clay),var(--clay-d));border:none;border-radius:999px;bottom:-22px;box-shadow:0 16px 34px rgba(0,127,142,.36);color:#fff;display:inline-flex;font-size:14px;font-weight:700;gap:9px;padding:12px 18px;right:28px}.hg .ir-alt-page .hcard--badge svg{height:17px;width:17px}@media (max-width:1180px){.hg .ir-alt-page .hcard--a{left:-10px}.hg .ir-alt-page .hcard--b{right:-8px}.hg .ir-alt-page .hcard--c{left:-8px}}@media (max-width:900px){.hg .ir-alt-page .hero__grid{grid-template-columns:1fr}.hg .ir-alt-page .hero__art{margin-top:8px}.hg .ir-alt-page .hcard--a,.hg .ir-alt-page .hcard--c{left:12px}.hg .ir-alt-page .hcard--b{right:12px}}@media (max-width:560px){.hg .ir-alt-page .hcard__lab{font-size:11.5px}.hg .ir-alt-page .hcard--a{max-width:196px;padding:12px 15px}.hg .ir-alt-page .hcard--a .hcard__num{font-size:38px}.hg .ir-alt-page .hcard--b{display:none}.hg .ir-alt-page .hcard--c{max-width:220px}}.hg .ir-alt-page .chart{background:var(--card);border:1px solid #e8eef2;border-radius:24px;box-shadow:0 10px 30px rgba(20,40,60,.06);padding:clamp(26px,3.2vw,40px)}.hg .ir-alt-page .chart__head{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:22px}.hg .ir-alt-page .chart__head h3{font-size:1.15rem}.hg .ir-alt-page .chart__legend{display:flex;gap:16px}.hg .ir-alt-page .chart__legend span{align-items:center;color:var(--ink-2);display:inline-flex;font-size:13px;font-weight:600;gap:7px}.hg .ir-alt-page .chart__legend i{border-radius:4px;display:inline-block;height:12px;width:12px}.hg .ir-alt-page .chart__legend .lg-helio{background:var(--clay)}.hg .ir-alt-page .chart__legend .lg-us{background:#c6d2d9}.hg .ir-alt-page .cmp{gap:26px}.hg .ir-alt-page .cmp__label .t{font-family:var(--heading);font-size:1rem;font-style:normal;font-weight:700}.hg .ir-alt-page .cmp__label .delta{background:#e4f6ef;border-radius:999px;color:var(--success);font-size:13px;font-weight:700;padding:3px 10px}.hg .ir-alt-page .cmp__track{background:#eef4f6;height:34px}.hg .ir-alt-page .cmp__fill{font-size:14px;transition:width 1.2s var(--ease)}.hg .ir-alt-page .cmp__fill--helio{background:linear-gradient(90deg,var(--clay-d),var(--clay))}.hg .ir-alt-page .cmp__fill--us{background:#c6d2d9;color:var(--ink)}.hg .ir-alt-page .chart__foot{align-items:center;border-top:1px solid var(--line);color:var(--muted);display:flex;flex-wrap:wrap;font-size:12.5px;gap:14px;justify-content:space-between;margin-top:26px;padding-top:18px}.hg .ir-alt-page .chart__foot .src{align-items:center;display:inline-flex;gap:8px}.hg .ir-alt-page .chart__foot .src svg{color:var(--clay);height:14px;width:14px}.hg .ir-alt-page .val-badge{align-items:center;background:var(--clay-soft);border-radius:999px;color:var(--clay-d);display:inline-flex;font-size:12px;font-weight:700;gap:7px;letter-spacing:.04em;padding:6px 13px;text-transform:uppercase}.hg .ir-alt-page .val-badge svg{height:14px;width:14px}.hg .ir-alt-page .det__box{overflow:hidden;position:relative}.hg .ir-alt-page .det__box--early{background:linear-gradient(170deg,#fff,#f2fbfc);border-color:var(--clay-soft)}.hg .ir-alt-page .det__pct{font-size:clamp(3.8rem,7.5vw,5.8rem)}.hg .ir-alt-page .det__meter{background:#eef4f6;border-radius:999px;height:10px;margin:18px 0 6px;overflow:hidden}.hg .ir-alt-page .det__meter i{border-radius:999px;display:block;height:100%;transition:width 1.3s var(--ease)}.hg .ir-alt-page .det__box--early .det__meter i{background:linear-gradient(90deg,var(--clay-d),var(--clay))}.hg .ir-alt-page .det__box--late .det__meter i{background:var(--muted)}.hg .ir-alt-page .det__cap{color:var(--muted);font-size:12.5px}.hg .ir-alt-page .step__num{box-shadow:0 10px 22px rgba(0,127,142,.28)}.hg .ir-alt-page #technology .tech{grid-template-columns:1.12fr .88fr}@media (max-width:900px){.hg .ir-alt-page #technology .tech{grid-template-columns:1fr}}.hg .ir-alt-page .news-feat{display:grid;gap:0;grid-template-columns:1.04fr .96fr;margin-bottom:clamp(20px,2.4vw,30px);overflow:hidden;padding:0}.hg .ir-alt-page .news-feat__img{display:block;height:100%;min-height:320px;-o-object-fit:cover;object-fit:cover;width:100%}.hg .ir-alt-page .news-feat__body{display:flex;flex-direction:column;gap:16px;justify-content:center;padding:clamp(30px,3.4vw,48px)}.hg .ir-alt-page .news-feat__body .tag{align-items:center;color:var(--clay);display:inline-flex;font-size:12px;font-weight:700;gap:10px;letter-spacing:.12em;text-transform:uppercase}.hg .ir-alt-page .news-feat__body .tag .date{color:var(--muted);font-weight:600;letter-spacing:.02em;text-transform:none}.hg .ir-alt-page .news-feat__body h3{font-size:clamp(1.5rem,2.4vw,2.1rem);line-height:1.16}.hg .ir-alt-page .news-feat__body .read{align-items:center;color:var(--clay);display:inline-flex;font-size:15px;font-weight:600;gap:7px;margin-top:4px}.hg .ir-alt-page .news-card .news-card__body .tag{color:var(--clay)}.hg .ir-alt-page .news-card .meta-date{color:var(--muted);font-size:12.5px;font-weight:600}@media (max-width:760px){.hg .ir-alt-page .news-feat{grid-template-columns:1fr}.hg .ir-alt-page .news-feat__img{min-height:240px}}.hg .ir-alt-page .vid__dur{backdrop-filter:blur(4px);background:rgba(11,26,36,.74);border-radius:999px;color:#fff;font-size:12px;font-weight:600;padding:5px 11px;position:absolute;right:16px;top:16px;z-index:3}.hg .ir-alt-page .faq__item{border-radius:16px;transition:background .25s var(--ease)}.hg .ir-alt-page .faq__item:hover{background:var(--paper-2)}.hg .ir-alt-page .faq__a-inner,.hg .ir-alt-page .faq__q{padding-inline:clamp(8px,1.6vw,22px)}.hg .ir-alt-page .final__panel{background:linear-gradient(155deg,#fff,#f2fbfc 55%,#eaf7f9);border-color:var(--clay-soft);box-shadow:0 30px 70px -30px rgba(11,51,64,.3)}.hg .ir-alt-page .final__panel:after{background-image:radial-gradient(rgba(0,184,200,.14) 1.4px,transparent 0);background-size:26px 26px;content:"";inset:0;-webkit-mask-image:radial-gradient(circle at 50% 40%,#000 0,transparent 72%);mask-image:radial-gradient(circle at 50% 40%,#000 0,transparent 72%);pointer-events:none;position:absolute;z-index:0}.hg .ir-alt-page .final__shape{border-radius:50%;pointer-events:none;position:absolute;z-index:0}.hg .ir-alt-page .final__shape--1{background:radial-gradient(circle at 35% 35%,rgba(246,166,35,.22),transparent 70%);height:150px;left:-40px;top:-46px;width:150px}.hg .ir-alt-page .final__shape--2{background:radial-gradient(circle at 35% 35%,rgba(0,184,200,.18),transparent 70%);bottom:-34px;height:120px;left:18%;width:120px}.hg .ir-alt-page .final__inner{z-index:1}.hg .ir-alt-page .count{font-variant-numeric:tabular-nums}.hg .ir-alt-page .ce-facts{background:var(--clay-soft);border:1px solid var(--line);border-radius:18px;margin:0 0 24px;padding:22px 24px}.hg .ir-alt-page .ce-facts__title{color:var(--ink);font-family:var(--heading);font-size:1rem;font-weight:700;margin-bottom:14px}.hg .ir-alt-page .ce-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.hg .ir-alt-page .ce-list li{align-items:baseline;border-bottom:1px solid rgba(20,40,60,.08);display:flex;gap:16px;justify-content:space-between;padding-bottom:10px}.hg .ir-alt-page .ce-list li:last-child{border-bottom:none;padding-bottom:0}.hg .ir-alt-page .ce-list span{color:var(--ink-2);font-size:15px}.hg .ir-alt-page .ce-list b{color:var(--clay-d);font-family:var(--heading);font-size:1.08rem;font-weight:800;letter-spacing:-.01em;white-space:nowrap}.hg .ir-alt-page .tech-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:6px 0 0;padding:0}.hg .ir-alt-page .tech-list li{color:var(--ink-2);font-size:16px;line-height:1.5;padding-left:22px;position:relative}.hg .ir-alt-page .tech-list li:before{background:var(--clay);border-radius:50%;content:"";height:8px;left:0;position:absolute;top:9px;width:8px}.hg .ir-alt-page .hook{aspect-ratio:38/34;color:#f8a41d;display:inline-block;flex:none;line-height:0}.hg .ir-alt-page .hook svg{display:block;fill:currentColor;height:100%;width:100%}.hg .ir-alt-page .hook--xs{width:20px}.hg .ir-alt-page .hook--sm{width:30px}.hg .ir-alt-page .hook--eyebrow{margin-right:6px;position:relative;top:3px;width:20px}.hg .ir-alt-page .hook--hero{opacity:.09;pointer-events:none;position:absolute;right:-30px;top:-30px;transform:rotate(8deg);width:min(44vw,540px);z-index:0}.hg .ir-alt-page .hook--foot{bottom:-30px;opacity:.07;pointer-events:none;position:absolute;right:-20px;transform:rotate(-12deg);width:300px}.hg .ir-alt-page .hook--gateway{opacity:.95;vertical-align:middle;width:30px}.hg .ir-alt-page .eyebrow--hook:before{display:none}.hg .ir-alt-page .bignum{align-items:flex-start;color:#c2ccd3;display:inline-flex;font-family:var(--heading);font-size:clamp(5rem,15vw,11rem);font-weight:800;letter-spacing:-.04em;line-height:.9;position:relative}.hg .ir-alt-page .bignum__hl{color:var(--clay);position:relative}.hg .ir-alt-page .bignum .hook{position:absolute}.hg .ir-alt-page .bignum--90 .hook{height:.38em;left:.34em;top:.3em;transform:rotate(6deg);width:.42em}.hg .ir-alt-page .bignum__pct{color:#c2ccd3}.hg .ir-alt-page .bignum-img{display:inline-block;height:auto;width:clamp(220px,26vw,400px)}.hg .ir-alt-page .bignum--4x{font-size:clamp(4.5rem,13vw,9.5rem)}.hg .ir-alt-page .bignum--4x .bignum__x{color:#c2ccd3}.hg .ir-alt-page .bignum--4x .hook{height:.3em;right:-.12em;top:.06em;transform:rotate(10deg);width:.34em}.hg .ir-alt-page .stat-flex{align-items:center;display:flex;flex-wrap:wrap;gap:clamp(20px,4vw,52px)}.hg .ir-alt-page .stat-copy{flex:1 1 280px}.hg .ir-alt-page .drop{align-items:stretch;display:flex;flex-wrap:wrap;gap:18px}.hg .ir-alt-page .drop__cell{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-soft);flex:1 1 220px;padding:26px 28px}.hg .ir-alt-page .drop__cell--down{background:var(--olive);border-color:transparent;color:#dce2ea}.hg .ir-alt-page .drop__big{font-family:var(--heading);font-size:clamp(2.8rem,6vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1}.hg .ir-alt-page .drop__cell .drop__big{color:var(--clay-d)}.hg .ir-alt-page .drop__cell--down .drop__big{color:#fff}.hg .ir-alt-page .drop__cell h4{color:inherit;font-family:var(--sans);font-size:15px;font-weight:700;letter-spacing:.02em;margin:10px 0 4px}.hg .ir-alt-page .drop__cell p{color:inherit;font-size:14px;opacity:.85}.hg .ir-alt-page .drop__arrow{color:var(--gold);display:grid;flex:none;place-items:center}.hg .ir-alt-page .drop__arrow svg{height:30px;width:30px}@media (max-width:760px){.hg .ir-alt-page .drop__arrow{transform:rotate(90deg)}}.hg .ir-alt-page .feat{display:flex;flex-direction:column;gap:16px;height:100%}.hg .ir-alt-page .feat p.lead-sm{color:var(--ink-2);font-size:15.5px;line-height:1.6}.hg .ir-alt-page .feat h3{font-size:1.3rem}.hg .ir-alt-page .gateway__grid{align-items:center;display:grid;gap:clamp(32px,5vw,64px);grid-template-columns:1.05fr .95fr}.hg .ir-alt-page .gateway__media{position:relative}.hg .ir-alt-page .gateway__media img{border-radius:var(--r-xl);box-shadow:var(--shadow-soft);height:clamp(320px,38vw,460px);-o-object-fit:cover;object-fit:cover;width:100%}.hg .ir-alt-page .gateway__stats{display:flex;flex-wrap:wrap;gap:14px;margin:24px 0 26px}.hg .ir-alt-page .gstat{background:var(--card);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--shadow-soft);flex:1 1 150px;padding:18px 20px}.hg .ir-alt-page .gstat b{color:var(--clay);display:block;font-family:var(--heading);font-size:1.7rem;font-weight:800;letter-spacing:-.02em;line-height:1}.hg .ir-alt-page .gstat span{color:var(--ink-2);display:block;font-size:13px;line-height:1.4;margin-top:7px}.hg .ir-alt-page .gateway__ctas{display:flex;flex-wrap:wrap;gap:12px}.hg .ir-alt-page .gateway__ctas .btn{font-size:15px;padding:13px 18px;white-space:nowrap}@media (max-width:900px){.hg .ir-alt-page .gateway__grid{grid-template-columns:1fr}.hg .ir-alt-page .gateway__media{order:-1}}.hg .ir-alt-page .timeline{display:grid;gap:0;grid-template-columns:repeat(4,1fr);margin-top:46px;position:relative}.hg .ir-alt-page .timeline:before{background:var(--line-strong);content:"";height:2px;left:6%;position:absolute;right:6%;top:13px}.hg .ir-alt-page .tl{padding:0 16px;position:relative;text-align:center}.hg .ir-alt-page .tl__dot{background:var(--card);border:2px solid var(--clay);border-radius:50%;display:grid;height:28px;margin:0 auto 18px;place-items:center;position:relative;width:28px;z-index:1}.hg .ir-alt-page .tl__dot i{background:var(--clay);border-radius:50%;display:block;height:11px;width:11px}.hg .ir-alt-page .tl__yr{color:var(--ink);font-family:var(--heading);font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.hg .ir-alt-page .tl__txt{color:var(--ink-2);font-size:14px;line-height:1.5;margin-top:6px}@media (max-width:760px){.hg .ir-alt-page .timeline{gap:26px;grid-template-columns:1fr}.hg .ir-alt-page .timeline:before{bottom:6%;height:auto;left:13px;right:auto;top:6%;width:2px}.hg .ir-alt-page .tl{display:grid;gap:16px;grid-template-columns:28px 1fr;padding:0;text-align:left}.hg .ir-alt-page .tl__dot{margin:0}}.hg .ir-alt-page .aud{display:flex;flex-direction:column;overflow:hidden;padding:0}.hg .ir-alt-page .aud__img{height:190px;-o-object-fit:cover;object-fit:cover;width:100%}.hg .ir-alt-page .aud__body{display:flex;flex:1;flex-direction:column;gap:12px;padding:26px 28px 30px}.hg .ir-alt-page .aud__body h3{font-size:1.22rem}.hg .ir-alt-page .aud__body p{color:var(--ink-2);flex:1;font-size:14.5px;line-height:1.55}.hg .ir-alt-page .aud__link{align-items:center;color:var(--clay-d);display:inline-flex;font-size:14.5px;font-weight:700;gap:7px}.hg .ir-alt-page .news{display:flex;flex-direction:column;overflow:hidden;padding:0}.hg .ir-alt-page .news__img{background:var(--paper-2);height:188px;-o-object-fit:cover;object-fit:cover;width:100%}.hg .ir-alt-page .news__body{display:flex;flex:1;flex-direction:column;gap:10px;padding:24px 26px 28px}.hg .ir-alt-page .news__date{color:var(--clay);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.hg .ir-alt-page .news__date .todo{color:var(--gold-d)}.hg .ir-alt-page .news__body h3{font-size:1.12rem;line-height:1.28}.hg .ir-alt-page .news__body p{color:var(--ink-2);flex:1;font-size:14px;line-height:1.5}.hg .ir-alt-page .news__link{align-items:center;color:var(--clay-d);display:inline-flex;font-size:14px;font-weight:700;gap:6px}.hg .ir-alt-page .hg-logo{align-items:baseline;color:var(--ink);display:inline-flex;font-family:var(--heading);font-size:1.4rem;font-weight:800;letter-spacing:-.02em;line-height:1}.hg .ir-alt-page .hg-logo .o{color:var(--clay);position:relative}.hg .ir-alt-page .hg-logo .o:after{background:var(--gold);border-radius:0 0 .5em .5em;bottom:-.06em;content:"";height:.2em;left:0;opacity:.95;position:absolute;right:0}.hg .ir-alt-page .hg-logo .g{color:var(--ink);font-weight:700;margin-left:.32em}.hg .ir-alt-page .mission__grid{align-items:center;display:grid;gap:clamp(30px,5vw,60px);grid-template-columns:1fr .9fr}@media (max-width:900px){.hg .ir-alt-page .mission__grid{grid-template-columns:1fr}}.hg .ir-alt-page .mission__portrait{height:clamp(300px,34vw,420px)}.hg .ir-alt-page .media-frame img,.hg .ir-alt-page .mission__portrait{border-radius:var(--r-xl);box-shadow:var(--shadow-soft);-o-object-fit:cover;object-fit:cover;width:100%}.hg .ir-alt-page .split{align-items:center;display:grid;gap:clamp(30px,5vw,60px);grid-template-columns:1fr 1fr}@media (max-width:900px){.hg .ir-alt-page .split{grid-template-columns:1fr}}.hg .ir-alt-page .sec-head{margin-bottom:clamp(34px,5vw,54px);max-width:760px}.hg .ir-alt-page .sec-head .eyebrow{margin-bottom:16px}.hg .ir-alt-page .sec-head p.lead{margin-top:16px}.hg .ir-alt-page .center{margin-inline:auto;text-align:center}.hg .ir-alt-page .ir-meta{align-items:center;display:flex;gap:10px;justify-content:space-between}.hg .ir-alt-page .ir-reach{background:var(--paper-2);border:1px solid var(--line);border-radius:999px;color:var(--ink-2);flex:none;font-size:11.5px;font-weight:700;padding:4px 11px;white-space:nowrap}.hg .ir-alt-page .ir-hero{padding-bottom:clamp(36px,5vw,60px);padding-top:clamp(48px,7vw,84px)}.hg .ir-alt-page .ir-hero .proof{margin-top:clamp(30px,3.6vw,48px)}.hg .ir-alt-page .ir2-stat{display:flex;flex-direction:column;gap:10px}.hg .ir-alt-page .ir2-stat__n{color:var(--clay-d);font-family:var(--heading);font-size:clamp(2.1rem,3.4vw,2.9rem);font-weight:800;letter-spacing:-.03em;line-height:1}.hg .ir-alt-page .ir2-stat p{color:var(--ink-2);font-size:15px;margin:0}.hg .ir-alt-page .ir2-src{color:var(--muted);display:block;font-size:12px;margin-top:12px}.hg .ir-alt-page .ir2-ev{display:grid;gap:clamp(18px,2.4vw,30px);grid-template-columns:1fr 1fr;margin-top:clamp(26px,3vw,40px)}.hg .ir-alt-page .ir2-ev__panel{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);padding:clamp(26px,3vw,40px)}.hg .ir-alt-page .ir2-ev__panel--res{background:linear-gradient(170deg,#fff,#f2fbfc);border-color:var(--clay-soft)}.hg .ir-alt-page .ir2-ev__panel .tag{color:var(--clay);display:block;font-size:12px;font-weight:700;letter-spacing:.12em;margin-bottom:18px;text-transform:uppercase}.hg .ir-alt-page .ir2-list{display:flex;flex-direction:column;gap:14px;list-style:none;margin:0;padding:0}.hg .ir-alt-page .ir2-list li{color:var(--ink-2);font-size:15.5px;line-height:1.55;padding-left:26px;position:relative}.hg .ir-alt-page .ir2-list li:before{background:var(--sage-soft);border:2px solid var(--sage);border-radius:50%;content:"";height:11px;left:0;position:absolute;top:8px;width:11px}.hg .ir-alt-page .ir2-list b{color:var(--ink)}.hg .ir-alt-page .ir2-cmp{display:flex;flex-direction:column;gap:20px}.hg .ir-alt-page .ir2-cmp__row{align-items:center;border-bottom:1px solid var(--line);display:grid;gap:12px;grid-template-columns:1fr auto auto auto;padding-bottom:18px}.hg .ir-alt-page .ir2-cmp__row:last-child{border-bottom:0;padding-bottom:0}.hg .ir-alt-page .ir2-cmp__lab{color:var(--ink-2);font-size:14.5px;font-weight:600}.hg .ir-alt-page .ir2-cmp__v{font-family:var(--heading);font-size:clamp(2rem,3.4vw,2.8rem);font-weight:800;letter-spacing:-.03em;line-height:1}.hg .ir-alt-page .ir2-cmp__v--us{color:var(--clay)}.hg .ir-alt-page .ir2-cmp__v--alt{color:var(--muted)}.hg .ir-alt-page .ir2-cmp__vs{color:var(--muted);font-size:13px;font-weight:600}.hg .ir-alt-page .ir2-cmp__key{align-items:center;color:var(--ink-2);display:flex;font-size:13px;gap:6px;margin-top:20px}.hg .ir-alt-page .ir2-key{border-radius:3px;display:inline-block;height:11px;width:11px}.hg .ir-alt-page .ir2-key--us{background:var(--clay)}.hg .ir-alt-page .ir2-key--alt{background:var(--muted)}.hg .ir-alt-page .ir2-ev2{display:grid;gap:clamp(18px,2.4vw,30px);grid-template-columns:repeat(3,1fr);margin-top:clamp(20px,2.4vw,30px)}.hg .ir-alt-page .ir2-ev2 .card{display:flex;flex-direction:column;gap:14px}.hg .ir-alt-page .ir2-ev2 h3{font-size:1.18rem;margin:0}.hg .ir-alt-page .ir2-ev2 p{color:var(--ink-2);font-size:15px;margin:0}.hg .ir-alt-page .ir2-reach{display:flex;flex-direction:column;gap:13px}.hg .ir-alt-page .ir2-reach .tag{color:var(--clay);display:block;flex:none;font-size:12px;font-weight:700;height:16px;letter-spacing:.12em;line-height:16px;margin:0;min-height:0;text-transform:uppercase;white-space:nowrap}.hg .ir-alt-page .ir2-reach h3{flex:none;font-size:1.3rem;margin:0}@media (min-width:901px){.hg .ir-alt-page .ir2-reach h3{min-height:48px}}.hg .ir-alt-page .ir2-reach p{color:var(--ink-2);flex:1;font-size:15px;margin:0}.hg .ir-alt-page .ir2-reach .badge-line{align-self:flex-start;margin-top:4px}.hg .ir-alt-page .ir2-cred{display:flex;flex-direction:column;gap:12px}.hg .ir-alt-page .ir2-cred h3{font-size:1.2rem;margin:0}.hg .ir-alt-page .ir2-cred p{color:var(--ink-2);font-size:14.5px;margin:0}.hg .ir-alt-page .ir2-people{align-items:start;display:grid;gap:clamp(24px,3vw,40px);grid-template-columns:repeat(3,1fr);margin-top:clamp(26px,3vw,40px)}.hg .ir-alt-page .ir2-people__col .tag{color:var(--clay);display:block;font-size:12px;font-weight:700;letter-spacing:.12em;margin-bottom:16px;text-transform:uppercase}.hg .ir-alt-page .ir2-roster{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.hg .ir-alt-page .ir2-roster li{border-bottom:1px solid var(--line);padding:14px 0}.hg .ir-alt-page .ir2-roster li:last-child{border-bottom:0}.hg .ir-alt-page .ir2-roster b{color:var(--ink);display:block;font-size:16px;font-weight:700;letter-spacing:-.01em}.hg .ir-alt-page .ir2-roster span{color:var(--ink-2);display:block;font-size:14px;margin-top:3px}.hg .ir-alt-page .ir2-tl{list-style:none;margin:clamp(26px,3vw,40px) auto 0;max-width:820px;padding:0 0 0 34px;position:relative}.hg .ir-alt-page .ir2-tl:before{background:var(--line-strong);bottom:10px;content:"";left:9px;position:absolute;top:10px;width:2px}.hg .ir-alt-page .ir2-tl li{padding:0 0 26px;position:relative}.hg .ir-alt-page .ir2-tl li:before{background:var(--clay);border:3px solid var(--paper-2);border-radius:50%;box-sizing:content-box;content:"";height:12px;left:-30px;position:absolute;top:7px;width:12px}.hg .ir-alt-page .ir2-tl__d{color:var(--clay-d);display:block;font-size:12.5px;font-weight:700;letter-spacing:.1em;margin-bottom:5px;text-transform:uppercase}.hg .ir-alt-page .ir2-tl p{color:var(--ink-2);font-size:15px;margin:0}.hg .ir-alt-page .ir2-tl b{color:var(--ink)}.hg .ir-alt-page .ir2-contact{align-items:start;display:grid;gap:clamp(26px,3.4vw,52px);grid-template-columns:1.25fr .75fr}.hg .ir-alt-page .ir2-contact__ctas{display:flex;flex-wrap:wrap;gap:14px}.hg .ir-alt-page .ir2-contact__card{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.16);border-radius:var(--r-lg);padding:clamp(24px,2.8vw,34px)}.hg .ir-alt-page .ir2-contact__card h4{color:#eef1f6;font-size:1.05rem;margin:0 0 12px}.hg .ir-alt-page .ir2-contact__card p{color:#c5cdd6;font-size:14.5px;line-height:1.6;margin:0 0 4px}.hg .ir-alt-page .ir2-contact__card a{border-bottom:1px solid hsla(0,0%,100%,.35);color:#fff;text-decoration:none}.hg .ir-alt-page .ir2-contact__card a:hover{border-bottom-color:#fff}.hg .ir-alt-page .ir2-contact__card .read{border-bottom:0;color:#2bc4d4;font-weight:600}.hg .ir-alt-page .ir2-contact .btn--ghost[aria-disabled=true]{opacity:.62}@media (max-width:1000px){.hg .ir-alt-page .ir2-people{grid-template-columns:1fr 1fr}}@media (max-width:900px){.hg .ir-alt-page .ir2-contact,.hg .ir-alt-page .ir2-ev,.hg .ir-alt-page .ir2-ev2,.hg .ir-alt-page .ir2-people{grid-template-columns:1fr}.hg .ir-alt-page .ir2-cmp__row{grid-template-columns:1fr auto auto auto}}@media (max-width:560px){.hg .ir-alt-page .ir2-cmp__row{gap:4px;grid-template-columns:1fr;text-align:left}.hg .ir-alt-page .ir2-cmp__vs{display:none}.hg .ir-alt-page .ir2-cmp__v{font-size:2.1rem}}.hg .ir-alt-page .ir-hero{padding-top:clamp(30px,4vw,54px)}.hg .ir-alt-page .ir2-hero{align-items:center;display:grid;gap:clamp(28px,4vw,64px);grid-template-columns:1.06fr .94fr}.hg .ir-alt-page .ir2-hero__copy .lead{max-width:36em}.hg .ir-alt-page .ir2-hero__ctas{display:flex;flex-wrap:wrap;gap:14px;margin-top:clamp(22px,2.6vw,32px)}.hg .ir-alt-page .ir2-hero__media{position:relative}.hg .ir-alt-page .ir2-hero__media img{border-radius:var(--r-lg);box-shadow:0 24px 60px -28px rgba(11,53,64,.42);display:block;height:auto;width:100%}.hg .ir-alt-page .ir2-hero__float{background:var(--card);border:1px solid var(--line);border-radius:var(--r-md,16px);bottom:26px;box-shadow:0 18px 40px -20px rgba(11,53,64,.4);left:-18px;max-width:290px;padding:16px 20px;position:absolute}.hg .ir-alt-page .ir2-hero__float-k{color:var(--clay);display:block;font-size:11px;font-weight:700;letter-spacing:.14em;margin-bottom:6px;text-transform:uppercase}.hg .ir-alt-page .ir2-hero__float p{color:var(--ink);font-size:14px;font-weight:600;line-height:1.4;margin:0}.hg .ir-alt-page .ir2-figure{border-radius:var(--r-lg);box-shadow:0 20px 50px -30px rgba(11,53,64,.4);margin:clamp(26px,3vw,40px) 0 0;overflow:hidden;position:relative}.hg .ir-alt-page .ir2-figure img{display:block;height:auto;width:100%}.hg .ir-alt-page .ir2-figure figcaption{background:linear-gradient(0deg,rgba(8,42,50,.92),rgba(8,42,50,.55) 55%,rgba(8,42,50,0));bottom:0;color:#eef3f5;font-size:14.5px;left:0;line-height:1.5;padding:26px clamp(20px,3vw,34px) 20px;position:absolute;right:0}.hg .ir-alt-page .ir2-figure figcaption b{color:#fff}.hg .ir-alt-page .ir2-figure--short img{max-height:300px;-o-object-fit:cover;object-fit:cover;-o-object-position:center 42%;object-position:center 42%}.hg .ir-alt-page .ir2-band{align-items:stretch;display:grid;gap:clamp(24px,3.4vw,48px);grid-template-columns:.86fr 1.14fr;margin-top:clamp(30px,3.6vw,48px)}.hg .ir-alt-page .ir2-band__media{display:flex}.hg .ir-alt-page .ir2-band__media img{border-radius:var(--r-lg);box-shadow:0 20px 50px -30px rgba(11,53,64,.4);display:block;height:100%;min-height:260px;-o-object-fit:cover;object-fit:cover;width:100%}.hg .ir-alt-page .ir2-band__body{display:flex;flex-direction:column;gap:clamp(18px,2.2vw,26px)}.hg .ir-alt-page .ir2-fact{align-items:start;border-bottom:1px solid var(--line);display:grid;gap:clamp(16px,2vw,26px);grid-template-columns:auto 1fr;padding-bottom:clamp(18px,2.2vw,26px)}.hg .ir-alt-page .ir2-fact:last-child{border-bottom:0;padding-bottom:0}.hg .ir-alt-page .ir2-fact__n{color:var(--clay-d);font-family:var(--heading);font-size:clamp(1.9rem,3vw,2.6rem);font-weight:800;letter-spacing:-.03em;line-height:1;min-width:3.4em}.hg .ir-alt-page .ir2-fact p{color:var(--ink-2);font-size:15px;margin:0}.hg .ir-alt-page .ir2-reach{overflow:hidden;padding:0}.hg .ir-alt-page .ir2-reach__img{display:block;height:186px;-o-object-fit:cover;object-fit:cover;width:100%}.hg .ir-alt-page .ir2-reach__body{display:flex;flex:1;flex-direction:column;gap:13px;padding:clamp(24px,2.6vw,32px)}.hg .ir-alt-page .ir2-cred .medallion{margin-bottom:4px}.hg .ir-alt-page .ir2-tl-sec{overflow:hidden;position:relative}.hg .ir-alt-page .ir2-tl-sec .container{position:relative;z-index:1}@media (max-width:900px){.hg .ir-alt-page .ir2-hero{gap:30px;grid-template-columns:1fr}.hg .ir-alt-page .ir2-hero__float{bottom:14px;left:12px;max-width:74%}.hg .ir-alt-page .ir2-band{grid-template-columns:1fr}.hg .ir-alt-page .ir2-band__media img{max-height:300px;min-height:220px}.hg .ir-alt-page .ir2-figure--short img{max-height:220px}}@media (max-width:560px){.hg .ir-alt-page .ir2-fact{gap:6px;grid-template-columns:1fr}.hg .ir-alt-page .ir2-fact__n{min-width:0}.hg .ir-alt-page .ir2-hero__float{margin-top:14px;max-width:none;position:static}}.hg .ir-alt-page{--display:"Libre Baskerville",Georgia,"Times New Roman",serif;--heading:"Manrope","Inter",system-ui,-apple-system,"Segoe UI",sans-serif;--serif:"Libre Baskerville",Georgia,serif;--gold:#f6a11f;--gold-d:#e8901a;--olive:#0a1822;--olive-d:#081420}.hg .ir-alt-page .display,.hg .ir-alt-page h1.display{font-family:var(--display);font-weight:400;letter-spacing:-.028em;line-height:1.07}.hg .ir-alt-page .h2{font-family:var(--display);font-weight:400;letter-spacing:-.02em;line-height:1.16}.hg .ir-alt-page .h2 b,.hg .ir-alt-page .h2 strong{font-weight:700}.hg .ir-alt-page .sec-head h2.h2{margin-top:8px}.hg .ir-alt-page .sec-head{margin-bottom:clamp(28px,3.2vw,46px);max-width:840px;text-align:left}.hg .ir-alt-page .sec-head .eyebrow{justify-content:flex-start}.hg .ir-alt-page .sec-head .lead{margin-left:0;margin-right:0;max-width:72ch}.hg .ir-alt-page .ir-hero-d{background:var(--olive);color:#eaf0f4;overflow:hidden;padding:clamp(92px,13vw,156px) 0 clamp(74px,10vw,122px);position:relative}.hg .ir-alt-page .ir-hero-d__bg{background-position:100%;background-size:cover;inset:0;opacity:.55;position:absolute}.hg .ir-alt-page .ir-hero-d__scrim{background:linear-gradient(90deg,rgba(10,24,34,.97),rgba(10,24,34,.86) 40%,rgba(10,24,34,.5));inset:0;position:absolute}.hg .ir-alt-page .ir-hero-d__inner{position:relative;z-index:2}.hg .ir-alt-page .eyebrow--d{align-items:center;color:#9ff0ff;display:inline-flex;font-size:13px;font-weight:700;gap:12px;letter-spacing:.14em;margin:0;text-transform:uppercase}.hg .ir-alt-page .eyebrow--d .eyebrow__rule{background:var(--clay);display:inline-block;height:2px;width:34px}.hg .ir-alt-page .display--d{color:#fff;font-size:clamp(2.7rem,6vw,4.4rem);margin:16px 0 20px;max-width:15ch}.hg .ir-alt-page .lead--d{color:#c9d4dc;font-size:clamp(1.02rem,1.5vw,1.2rem);line-height:1.6;max-width:62ch}.hg .ir-alt-page .ir-hero-d .ir2-hero__ctas{margin-top:clamp(24px,3vw,34px)}.hg .ir-alt-page .btn--ghost-d{background:transparent;border:1.5px solid hsla(0,0%,100%,.42);color:#fff}.hg .ir-alt-page .btn--ghost-d:hover{background:hsla(0,0%,100%,.08);border-color:#fff}.hg .ir-alt-page .ir-proof-sec{padding-bottom:clamp(40px,5vw,64px);padding-top:clamp(40px,5vw,64px)}.hg .ir-alt-page .ir2-feat{background:#fff;border:1px solid var(--line);border-left:4px solid var(--clay);border-radius:14px;box-shadow:var(--shadow-soft);display:block;margin-top:clamp(24px,3vw,36px);overflow:hidden;text-decoration:none;transition:box-shadow .3s var(--ease),transform .3s var(--ease)}.hg .ir-alt-page .ir2-feat:hover{box-shadow:var(--shadow-lift);transform:translateY(-3px)}.hg .ir-alt-page .ir2-feat__body{padding:clamp(26px,3.4vw,44px)}.hg .ir-alt-page .ir2-feat__meta{align-items:center;display:flex;flex-wrap:wrap;gap:14px;margin-bottom:14px}.hg .ir-alt-page .ir2-feat__pub{color:var(--ink);font-family:var(--sans);font-size:15px;font-weight:800}.hg .ir-alt-page .ir2-feat__reach{background:var(--clay-soft);border-radius:999px;color:var(--clay-d);font-size:11px;font-weight:700;letter-spacing:.1em;padding:5px 11px;text-transform:uppercase}.hg .ir-alt-page .ir2-feat__body h3{color:var(--ink);font-family:var(--sans);font-size:clamp(1.35rem,2.4vw,1.9rem);font-weight:700;letter-spacing:-.012em;line-height:1.24;margin:0 0 14px}.hg .ir-alt-page .ir2-feat__body p{color:var(--ink-2);font-family:var(--sans);font-size:15.5px;line-height:1.65;margin:0 0 16px;max-width:74ch}.hg .ir-alt-page .ir2-feat .read{color:var(--gold-d)}.hg .ir-alt-page .ir2-media-grid{display:grid;gap:clamp(20px,2.4vw,30px);grid-template-columns:repeat(3,1fr);margin-top:clamp(22px,2.6vw,32px)}.hg .ir-alt-page .ir2-mcard{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:box-shadow .3s var(--ease),transform .3s var(--ease)}.hg .ir-alt-page .ir2-mcard:hover{box-shadow:var(--shadow-lift);transform:translateY(-5px)}.hg .ir-alt-page .ir2-mcard__img{aspect-ratio:16/10;background:var(--olive);display:block;overflow:hidden;position:relative}.hg .ir-alt-page .ir2-mcard__img img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hg .ir-alt-page .ir2-mcard__pill{background:hsla(0,0%,100%,.92);border-radius:999px;box-shadow:0 2px 8px rgba(10,24,34,.18);color:var(--ink);font-size:10.5px;font-weight:800;left:12px;letter-spacing:.09em;padding:6px 12px;position:absolute;text-transform:uppercase;top:12px}.hg .ir-alt-page .ir2-mcard__body{display:flex;flex:1;flex-direction:column;gap:9px;padding:18px 20px 22px}.hg .ir-alt-page .ir2-mcard__date{color:var(--muted);font-family:var(--sans);font-size:13px;font-weight:500;letter-spacing:.02em}.hg .ir-alt-page .ir2-mcard__title{color:var(--ink);flex:1;font-family:var(--sans);font-size:1.05rem;font-weight:600;line-height:1.34}.hg .ir-alt-page .ir2-mcard__link{align-items:center;color:var(--gold-d);display:inline-flex;font-size:14px;font-weight:700;gap:6px;margin-top:2px}.hg .ir-alt-page .det__box h3,.hg .ir-alt-page .ir2-cred h3,.hg .ir-alt-page .ir2-ev2 h3,.hg .ir-alt-page .ir2-reach h3,.hg .ir-alt-page .ir2-roster b{font-family:var(--sans)}@media (max-width:1000px){.hg .ir-alt-page .ir2-media-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.hg .ir-alt-page .ir2-media-grid{grid-template-columns:1fr}}.hg .ir-alt-page .eyebrow .eyebrow__rule,.hg .ir-alt-page .eyebrow--d .eyebrow__rule{display:none}.hg .ir-alt-page .ir2-car-wrap{position:relative}.hg .ir-alt-page .ir2-car-track{grid-auto-columns:calc(33.33333% - clamp(18px, 2.4vw, 30px)*2/3);grid-auto-flow:column;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.hg .ir-alt-page .ir2-car-track::-webkit-scrollbar{display:none}.hg .ir-alt-page .ir2-car-track>.card{scroll-snap-align:start}.hg .ir-alt-page .ir2-car-nav{display:flex;gap:10px;justify-content:flex-end;margin-top:18px}.hg .ir-alt-page .ir2-car-btn{align-items:center;background:#fff;border:1px solid rgba(12,42,60,.18);border-radius:50%;color:inherit;cursor:pointer;display:flex;height:44px;justify-content:center;transition:background .2s,transform .2s;width:44px}.hg .ir-alt-page .ir2-car-btn:hover{background:#eef6f8;transform:translateY(-1px)}@media (max-width:900px){.hg .ir-alt-page .ir2-car-track{grid-auto-columns:86%}}