.dev-section{background:#f4f9ff;padding:52px 0 56px;position:relative;width:100%}.dev-section:before{background:#f4f9ff;content:"";inset:0;left:50%;position:absolute;transform:translateX(-50%);width:100vw;z-index:-1}.dev-section .container{display:flex;flex-direction:row;gap:30px;margin:0 auto;padding:0}.dev-section .content{display:flex;flex-direction:column;gap:20px}.dev-section .content-block{display:flex;flex-direction:column;max-width:504px;width:100%}.dev-section .eyebrow{color:#00205c;font-size:14px;font-weight:400;letter-spacing:0;line-height:24px}.dev-section h1{color:#161518;font-size:42px;font-weight:600;letter-spacing:0;line-height:63px;margin-bottom:0}.dev-section .description{color:#82808f;font-size:14px;font-weight:400;letter-spacing:0;line-height:24px;text-align:start}.dev-section .description:after{background-color:#e49700;content:"";display:block;height:3px;margin-top:4px;width:100%;width:199px}.features{display:flex;flex-direction:column;gap:16px;list-style:none;margin:12px 0 0;padding:0}.features svg{height:22px;margin-top:27px;width:22px}.features li{display:flex;gap:14px}.dev-section .feature-field{display:flex;flex-direction:column;gap:6px}.dev-section .feature-field strong{color:#2b2a30;display:block;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px}.dev-section .feature-field p{color:#2b2a30;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;margin:0}.cta{align-items:center;background:#e49700;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;gap:8px;height:48px;text-decoration:none;width:230px}.code-card,.cta{display:flex;justify-content:center}.code-card{flex-direction:column;gap:4px;max-width:670px}.logos-marquee{overflow:hidden;width:100%}.logos-track{animation:scroll 20s linear infinite;display:flex;gap:16px;margin-top:27px;width:max-content}.logos-track span{flex-shrink:0;height:64px;width:64px}.logos-track img{height:100%;object-fit:contain;width:100%}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:640px){.dev-section{padding:20px 0 40px;width:100%}.dev-section .container{flex-direction:column-reverse;gap:0}.dev-section h1{color:#161518;font-size:32px;font-weight:600;line-height:48px}.dev-section .description:after{content:"";display:none}.features{margin-top:16px}.features svg{margin-top:39px}.code-card .code-card-img{display:none}.logos-track{margin-bottom:27px;margin-top:27px}.cta{width:100%}}