.research-content{--navy: #071827; --navy2: #0b263d; --ink: #07162f; --blue: #0649ff; --brand: #0649ff; --muted: #5f7289; --line: #dce5ef; --soft: #f6f9fd; --white: #fff; --green: #159b67; --amber: #cc8d14; --red: #d84d4d; --max: 1240px;}
.research-content{box-sizing: border-box;}
.research-content{scroll-behavior: smooth;}
.research-content{margin: 0px; background: rgb(255, 255, 255); color: var(--ink); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; -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.2em;}
.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(232, 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: 27px; 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: rgb(255, 255, 255); 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 .link{display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-weight: 700; font-size: 14px;}
.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 14px;}
.research-content h2{font-size: 33px; line-height: 1.04; letter-spacing: -0.038em; margin: 0px 0px 9px;}
.research-content h3{letter-spacing: -0.015em;}
.research-content p{font-size: 14px; line-height: 1.52; color: var(--muted);}
.research-content .lead{font-size: 20px; line-height: 1.14; color: var(--blue); font-weight: 700; letter-spacing: -0.025em;}
.research-content .hero-actions{display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px;}
.research-content .card{background: rgb(255, 255, 255); border: 1px solid var(--line); border-radius: 7px;}
.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: rgb(255, 255, 255);}
.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: 620px; margin-bottom: 0px;}
.research-content .dark{background: var(--navy); color: rgb(255, 255, 255);}
.research-content .dark h2,.research-content .dark h3{color: rgb(255, 255, 255);}
.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: rgb(255, 255, 255); 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: rgb(255, 255, 255); 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: 14px; 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: rgb(255, 255, 255); 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 .hero24{padding: 0px; background: rgb(255, 255, 255);}
.research-content .hero24 .grid{display: grid; grid-template-columns: 43% 57%; min-height: 420px;}
.research-content .hero24 .copy{padding: 45px 34px 36px 22px; border-left: 5px solid var(--blue);}
.research-content .hero24 .media{background-image: url("../assets/research/d645863c136232596564.jpg"); background-size: cover; background-position: center center;}
.research-content .why24{display: grid; grid-template-columns: 0.83fr 1.17fr; gap: 35px;}
.research-content .imgcards24{display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;}
.research-content .imgcard24photo{height: 115px; background-size: cover; background-position: center center; border-radius: 5px;}
.research-content .imgcard24 h3{font-size: 14px; margin: 8px 0px 3px;}
.research-content .imgcard24 p{font-size: 14px; margin: 0px;}
.research-content .stack24{display: grid; grid-template-columns: 210px 1fr 220px; gap: 30px; align-items: center;}
.research-content .datasources24,.research-content .consumers24{padding: 16px; border: 1px solid rgb(203, 221, 236); border-radius: 8px; background: rgb(255, 255, 255);}
.research-content .datasources24 h3,.research-content .consumers24 h3{font-size: 14px; margin: 0px 0px 10px;}
.research-content .datasources24 div,.research-content .consumers24 div{font-size: 14px; padding: 6px 0px; display: flex; align-items: center; gap: 7px;}
.research-content .datasources24 .ico,.research-content .consumers24 .ico{color: var(--blue); width: 18px; height: 18px;}
.research-content .layers24{display: grid; gap: 8px;}
.research-content .layer24{padding: 13px; text-align: center; border: 1px solid rgb(170, 205, 241); border-radius: 7px; background: linear-gradient(90deg, rgb(216, 235, 255), rgb(238, 247, 255));}
.research-content .layer24 b{display: block; font-size: 14px;}
.research-content .layer24 span{font-size: 14px; color: rgb(78, 104, 130);}
.research-content .programs24{display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;}
.research-content .p24{padding: 17px; min-height: 175px;}
.research-content .p24 .num{color: var(--blue); font-size: 14px; font-weight: 800;}
.research-content .p24 .ico{width: 27px; height: 27px; color: var(--blue); margin: 8px 0px;}
.research-content .p24 h3{font-size: 14px; margin: 0px 0px 5px;}
.research-content .p24 p{font-size: 14px; margin: 0px;}
.research-content .friction24{padding: 0px; background: rgb(7, 24, 39); color: rgb(255, 255, 255);}
.research-content .frictiongrid24{display: grid; grid-template-columns: 36% 64%; min-height: 280px;}
.research-content .frictioncopy24{padding: 38px 28px 30px 0px;}
.research-content .frictioncopy24 h2{color: rgb(255, 255, 255);}
.research-content .frictioncopy24 p{color: rgb(189, 205, 219);}
.research-content .frictionlab24{padding: 30px 0px 30px 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px;}
.research-content .fric24{background: rgb(11, 42, 69); border: 1px solid rgb(49, 83, 109); border-radius: 7px; padding: 14px;}
.research-content .fric24 b{font-size: 14px; color: rgb(105, 176, 255);}
.research-content .fric24 p{font-size: 14px; margin: 5px 0px 0px;}
.research-content .meter24{height: 7px; background: rgb(23, 54, 78); border-radius: 6px; margin-top: 10px; overflow: hidden;}
.research-content .meter24 i{display: block; height: 100%; background: rgb(44, 140, 255);}
.research-content .retrieve24{display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 40px; align-items: center;}
.research-content .retrieval24{display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; position: relative;}
.research-content .retrieval24::before{content: ""; position: absolute; left: 5%; right: 5%; top: 25px; height: 1px; background: rgb(157, 199, 243);}
.research-content .r24{text-align: center; z-index: 2;}
.research-content .r24 .iconring{width: 48px; height: 48px; margin: auto;}
.research-content .r24 h3{font-size: 14px; margin: 7px 0px 0px;}
.research-content .prov24{display: grid; grid-template-columns: 1fr 1fr; gap: 16px;}
.research-content .provbox24{padding: 18px;}
.research-content .provbox24 h3{font-size: 14px; margin: 0px 0px 8px;}
.research-content .provrow24{display: grid; grid-template-columns: 120px 1fr; gap: 10px; border-top: 1px solid var(--line); padding: 9px 0px; font-size: 14px;}
.research-content .provrow24 b{color: var(--blue);}
.research-content .questions24{display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px;}
.research-content .q24{padding: 17px; min-height: 120px;}
.research-content .q24 .ico{width: 27px; height: 27px; color: var(--blue); float: left; margin-right: 11px;}
.research-content .q24 h3{font-size: 14px; margin: 0px;}
@media (max-width: 900px) {.research-content .hero24 .grid,.research-content .why24,.research-content .stack24,.research-content .frictiongrid24,.research-content .retrieve24{grid-template-columns: 1fr;}
.research-content .hero24 .media{min-height: 320px;}
.research-content .imgcards24{grid-template-columns: 1fr;}
.research-content .programs24{grid-template-columns: repeat(2, 1fr);}
.research-content .questions24{grid-template-columns: 1fr;}}
@media (max-width: 560px) {.research-content .programs24,.research-content .retrieval24,.research-content .prov24{grid-template-columns: 1fr;}
.research-content .retrieval24::before{display: none;}}
.research-content .benefits{display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 20px;}
.research-content .benefit{display: flex; gap: 9px; font-size: 14px; font-weight: 700; color: rgb(52, 75, 100);}
.research-content .benefit .ico{color: var(--blue); width: 23px; height: 23px;}
.research-content .boundary21{background: rgb(237, 246, 255); padding: 30px 0px;}
.research-content .boundarygrid21{display: grid; grid-template-columns: 90px 0.8fr 1.4fr; gap: 24px; align-items: center;}
.research-content .shieldbox{width: 75px; height: 75px; border-radius: 10px; background: rgb(255, 255, 255); display: grid; place-items: center; color: var(--blue);}
.research-content .shieldbox .ico{width: 38px; height: 38px;}
.research-content .boundarygrid21 h2{font-size: 22px;}
@media (max-width: 900px) {.research-content .boundarygrid21{grid-template-columns: 1fr;}}
@media (max-width: 560px) {.research-content .benefits{grid-template-columns: 1fr;}}