.research-content{--navy: #071827; --navy2: #0b263d; --ink: #07162f; --blue: #0649ff; --muted: #5f7289; --line: #dce5ef; --soft: #f6f9fd; --green: #149663; --amber: #c88a10; --red: #dc4343; --purple: #7a53e7; --max: 1240px;}
.research-content{box-sizing: border-box;}
.research-content{scroll-behavior: smooth;}
.research-content{margin: 0px; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; color: var(--ink); background: rgb(255, 255, 255); -webkit-font-smoothing: antialiased;}
.research-content a{text-decoration: none; color: inherit;}
.research-content .wrap{width: min(var(--max),calc(100% - 54px)); margin: auto;}
.research-content .ico{width: 1.2em; height: 1.2em; fill: none; stroke: currentcolor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; vertical-align: -0.19em;}
.research-content .utility{height: 31px; background: rgb(7, 24, 38); color: rgb(255, 255, 255); font-size: 14px; letter-spacing: 0.14em;}
.research-content .utility .wrap{height: 100%; display: flex; align-items: center; justify-content: space-between;}
.research-content .utilright{display: flex; gap: 12px; align-items: center; letter-spacing: 0px;}
.research-content .utilright i{width: 1px; height: 14px; background: rgb(113, 131, 145);}
.research-content .site-header{height: 80px; background: rgba(255, 255, 255, 0.984); border-bottom: 1px solid rgb(233, 238, 245); position: sticky; top: 0px; z-index: 100; backdrop-filter: blur(10px);}
.research-content .nav{height: 100%; display: flex; align-items: center; gap: 28px;}
.research-content .brand{width: 142px; display: flex; flex-direction: column; align-items: flex-start; color: rgb(7, 93, 240); line-height: 1;}
.research-content .brand img{width: 65px; height: 39px; object-fit: contain; margin-left: 7px;}
.research-content .brand strong{font-size: 18px; letter-spacing: -0.03em; margin-top: -3px;}
.research-content .navlinks{display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 14px;}
.research-content .navlinks a{height: 80px; display: flex; align-items: center; white-space: nowrap; position: relative;}
.research-content .navlinks a.active{color: rgb(7, 93, 240);}
.research-content .navlinks a.active::after{content: ""; position: absolute; left: 0px; right: 0px; bottom: 15px; height: 3px; background: rgb(7, 93, 240);}
.research-content .nav-cta{white-space: nowrap;}
.research-content .menu{display: none; border: 0px; background: none; margin-left: auto;}
.research-content .menu span{display: block; width: 28px; height: 2px; background: rgb(16, 42, 67); margin: 5px;}
.research-content .btn{display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 18px; border-radius: 4px; border: 1px solid var(--blue); background: var(--blue); color: white; font-size: 14px; font-weight: 700; transition: transform 0.2s, box-shadow 0.2s;}
.research-content .btn:hover{transform: translateY(-1px); box-shadow: rgba(8, 103, 246, 0.18) 0px 10px 25px;}
.research-content .btn.outline{background: rgb(255, 255, 255); color: var(--blue);}
.research-content section{padding: 62px 0px;}
.research-content .eyebrow,.research-content .kicker{font-size: 14px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px;}
.research-content h1{font-size: 50px; line-height: 0.98; letter-spacing: -0.05em; margin: 0px 0px 13px;}
.research-content h2{font-size: 33px; line-height: 1.03; letter-spacing: -0.038em; margin: 0px 0px 8px;}
.research-content h3{letter-spacing: -0.015em;}
.research-content .lead{font-size: 21px; color: rgb(9, 95, 234); line-height: 1.12; font-weight: 700; letter-spacing: -0.03em;}
.research-content p{font-size: 14px; line-height: 1.52; color: var(--muted);}
.research-content .card{border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 7px;}
.research-content .link{display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-weight: 700; font-size: 14px;}
.research-content .hero-actions{display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px;}
.research-content .iconring{width: 54px; height: 54px; border: 1px solid rgb(191, 213, 239); border-radius: 50%; display: grid; place-items: center; color: var(--blue); background: white;}
.research-content .iconring .ico{width: 27px; height: 27px;}
.research-content .section-head{display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 26px;}
.research-content .section-head p{max-width: 610px; margin-bottom: 0px;}
.research-content .dark{background: var(--navy); color: white;}
.research-content .dark h2,.research-content .dark h3{color: white;}
.research-content .dark p{color: rgb(189, 205, 219);}
.research-content .reveal{opacity: 0; transform: translateY(18px); transition: opacity 0.55s, transform 0.55s;}
.research-content .reveal.in{opacity: 1; transform: none;}
.research-content .tilt{transform-style: preserve-3d; transition: transform 0.2s, box-shadow 0.2s;}
.research-content .tilt:hover{box-shadow: rgba(10, 38, 68, 0.11) 0px 14px 34px;}
.research-content .footer{background: rgb(7, 24, 39); color: rgb(213, 224, 233); padding: 46px 0px 18px;}
.research-content .footgrid{display: grid; grid-template-columns: 2.15fr repeat(4, 1fr); gap: 44px;}
.research-content .footgrid h4{font-size: 14px; color: white; margin: 0px 0px 12px;}
.research-content .footgrid a{display: block; font-size: 14px; margin: 7px 0px;}
.research-content .footbrand p{font-size: 14px; color: rgb(184, 198, 212); max-width: 330px;}
.research-content .footlogo{display: flex; flex-direction: column; color: white; width: 112px; margin-bottom: 12px;}
.research-content .footlogo img{width: 67px; height: 43px; object-fit: contain;}
.research-content .footlogo strong{font-size: 18px;}
.research-content .copyright{border-top: 1px solid rgba(255, 255, 255, 0.173); margin-top: 32px; padding-top: 18px; display: flex; justify-content: space-between; font-size: 14px; color: rgb(174, 189, 202);}
.research-content .legal{display: flex; gap: 12px; align-items: center;}
@media (max-width: 1100px) {.research-content .navlinks{gap: 15px; font-size: 14px;}
.research-content .nav-cta{display: none;}
.research-content .footgrid{grid-template-columns: 2fr 1fr 1fr;}}
@media (max-width: 820px) {.research-content .utility{display: none;}
.research-content .site-header{height: 68px;}
.research-content .nav{height: 68px;}
.research-content .menu{display: block;}
.research-content .navlinks{display: none; position: absolute; left: 0px; right: 0px; top: 68px; background: white; padding: 18px 26px; box-shadow: rgba(0, 0, 0, 0.133) 0px 14px 34px; flex-direction: column; align-items: stretch;}
.research-content .navlinks.open{display: flex;}
.research-content .navlinks a{height: auto; padding: 9px 0px;}
.research-content .navlinks a.active::after{display: none;}
.research-content .brand{width: auto;}
.research-content .brand img{width: 50px; height: 30px;}
.research-content .brand strong{font-size: 15px;}
.research-content .wrap{width: min(var(--max),calc(100% - 30px));}
.research-content .section-head{align-items: flex-start; flex-direction: column;}
.research-content h1{font-size: 40px;}
.research-content h2{font-size: 29px;}
.research-content .footgrid{grid-template-columns: 1fr 1fr;}
.research-content .footbrand{grid-column: 1 / -1;}
.research-content .copyright{flex-direction: column; gap: 16px;}}
@media (max-width: 520px) {.research-content section{padding: 46px 0px;}
.research-content .footgrid{grid-template-columns: 1fr;}
.research-content .footbrand{grid-column: auto;}
.research-content .legal{flex-wrap: wrap;}}
.research-content .hero16{background: rgb(6, 24, 39); color: white; padding: 0px;}
.research-content .hero16 .grid{display: grid; grid-template-columns: 43% 57%; min-height: 455px;}
.research-content .hero16 .copy{padding: 50px 30px 42px 0px;}
.research-content .hero16 h1{color: white;}
.research-content .hero16 p{color: rgb(211, 223, 232);}
.research-content .hero16 .media{background-image: url("../assets/research/6a7227648fa606bbdeeb.jpg"); background-size: cover; background-position: center center; position: relative;}
.research-content .hero16 .media::before{content: ""; position: absolute; inset: 0px; background: linear-gradient(90deg, rgb(6, 24, 39) 0%, rgba(6, 24, 39, 0.23) 22%, transparent 48%);}
.research-content .hero-metrics{display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 23px;}
.research-content .hero-metrics div{padding: 0px 16px; border-left: 1px solid rgb(88, 113, 136); font-size: 14px; color: rgb(195, 210, 222);}
.research-content .hero-metrics div:first-child{padding-left: 0px; border-left: 0px;}
.research-content .hero-metrics strong{display: block; color: rgb(255, 255, 255); font-size: 14px; margin-bottom: 4px;}
.research-content .state-row{display: grid; grid-template-columns: 0.9fr 1.6fr; gap: 45px; align-items: center;}
.research-content .stateflow{display: grid; grid-template-columns: 1fr 0.65fr 1.05fr 0.85fr 0.85fr; gap: 15px; align-items: start; position: relative;}
.research-content .stateflow::before{content: ""; position: absolute; left: 5%; right: 5%; top: 43px; height: 1px; background: rgb(145, 189, 240);}
.research-content .snode{z-index: 2;}
.research-content .snode .iconring{margin-bottom: 10px;}
.research-content .snode h3{font-size: 14px; margin: 0px 0px 5px;}
.research-content .snode p{font-size: 14px; margin: 0px; line-height: 1.4;}
.research-content .layer-grid{display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;}
.research-content .layer{padding: 18px; min-height: 155px;}
.research-content .layer .ico{width: 28px; height: 28px; color: var(--blue);}
.research-content .layer h3{font-size: 14px; margin: 12px 0px 5px;}
.research-content .layer p{font-size: 14px; line-height: 1.42; margin: 0px;}
.research-content .sim-band{padding: 0px; background: rgb(6, 24, 39); color: white;}
.research-content .sim-grid{display: grid; grid-template-columns: 40% 60%; min-height: 320px;}
.research-content .sim-copy{padding: 42px 28px 38px 0px;}
.research-content .sim-copy h2{color: white;}
.research-content .sim-copy p{color: rgb(197, 210, 221);}
.research-content .sim-img{background-image: url("../assets/research/f80470266adfc64250d6.jpg"); background-size: cover; background-position: center center;}
.research-content .prog-grid{display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;}
.research-content .prog{padding: 17px; min-height: 145px;}
.research-content .prog .ico{width: 27px; height: 27px; color: var(--blue);}
.research-content .prog h3{font-size: 14px; margin: 10px 0px 5px;}
.research-content .prog p{font-size: 14px; margin: 0px; line-height: 1.4;}
.research-content .q-grid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px;}
.research-content .qcard{padding: 18px; min-height: 128px;}
.research-content .qcard .ico{width: 27px; height: 27px; color: var(--blue); float: left; margin-right: 13px;}
.research-content .qcard h3{font-size: 14px; line-height: 1.35; margin: 0px 0px 5px;}
.research-content .qcard p{font-size: 14px; margin: 0px;}
.research-content .boundary16{background: rgb(240, 247, 255); padding: 28px 0px;}
.research-content .boundary-inner{display: grid; grid-template-columns: 95px 0.65fr 1.35fr; gap: 25px; align-items: center;}
.research-content .boundary-inner .bigicon{width: 78px; height: 78px; border-radius: 12px; background: rgb(255, 255, 255); display: grid; place-items: center; color: var(--blue); border: 1px solid rgb(217, 231, 247);}
.research-content .boundary-inner .bigicon .ico{width: 40px; height: 40px;}
.research-content .boundary-inner h2{font-size: 22px;}
@media (max-width: 900px) {.research-content .hero16 .grid,.research-content .sim-grid,.research-content .state-row{grid-template-columns: 1fr;}
.research-content .hero16 .media{min-height: 320px;}
.research-content .layer-grid,.research-content .prog-grid{grid-template-columns: repeat(3, 1fr);}
.research-content .stateflow{grid-template-columns: repeat(3, 1fr);}
.research-content .stateflow::before{display: none;}
.research-content .q-grid{grid-template-columns: 1fr;}
.research-content .boundary-inner{grid-template-columns: 1fr;}}
@media (max-width: 560px) {.research-content .layer-grid,.research-content .prog-grid,.research-content .stateflow{grid-template-columns: 1fr;}}