html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter, Arial, sans-serif;
}

*,
*::after,
*::before {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}

strong {
    font-weight: 500;
}

article {
    line-height: 1.5;
}

p {
    line-height: 1.7;
    font-size: 1.1rem;
    color: #6c6c89;
}
p strong {
    font-weight: 500;
    color: #121217;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;    
    padding: 10px 20px;
    font-weight: 500;
    font-size: .9rem;
    background-color: #5271ff;
    border-radius: 50px;
    color: #FFF;
    text-decoration: none;
    transition: all .2s ease 0s;
}
.button:hover {
    background-color: #6d87ff;
}
.button > span.icon {
    display: inline-flex;
    margin-left: 10px;
}
.header {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 150px;
    background-color: #101e45;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
}
.header .head {
    display: flex;
    align-items: center;
    height: 100px;
    width: 100%;
}
.header .branding {
    display: block;
}
.header .branding > img {
    width: 160px;
}
.header .navbar {
    margin-left: 100px;
    flex-grow: 1;
}
.header .service-menu {
    display: inline-block;
}
.header .navbar a {
    margin-right: 25px;
    color: rgb(255 255 255 / 75%);
    text-decoration: none;
    display: inline-block;
    font-size: 1.1rem;
    transition: color 200ms;
}
.header .navbar a > .icon {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    transform: rotateZ(90deg);
}
.header .navbar a > .icon > svg {
    fill: rgb(255 255 255 / 75%);
}
.header .navbar a:hover {
    color: white;
}
.header .service-menu:hover > .services-link,
.header .service-menu:focus-within > .services-link {
    color: white;
}
.header .right .button {
    display: inline-block;
    background-color: white;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    font-size: 1rem;
    font-weight: 500;
    transition: color 200ms;
    width: 100%;
    text-align: center;
}
.header .menu-toggle {
    display: none;
    appearance: none;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: white;
    cursor: pointer;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 44px;
}
.header .menu-toggle:hover,
.header .menu-toggle:focus-visible {
    background: rgb(255 255 255 / 10%);
}
.header .menu-toggle:focus-visible {
    outline: 2px solid #8fa3ff;
    outline-offset: 2px;
}
.header .menu-toggle > span {
    background: currentColor;
    border-radius: 2px;
    height: 2px;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    top: calc(50% - 1px);
    transition: transform 180ms ease, opacity 180ms ease;
    width: 26px;
}
.header .menu-toggle > span:nth-child(1) {
    transform: translateY(-7px);
}
.header .menu-toggle > span:nth-child(3) {
    transform: translateY(7px);
}
.header.menu-open .menu-toggle > span:nth-child(1) {
    transform: rotate(45deg);
}
.header.menu-open .menu-toggle > span:nth-child(2) {
    opacity: 0;
}
.header.menu-open .menu-toggle > span:nth-child(3) {
    transform: rotate(-45deg);
}
.header .dropdown {
    position: absolute;
    background-color: #101e45;
    box-shadow: 0 30px 30px rgb(0 0 0 / 15%);
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    padding: 50px 150px 50px 150px;
    border-top: 1px solid #ffffff17;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
    z-index: 20;
}
.header .service-menu:hover .dropdown,
.header .service-menu:focus-within .dropdown,
.header .service-menu.menu-hover-open .dropdown,
.header .dropdown:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
}

@media only screen and (min-width: 851px) {
    .header .dropdown::before {
        content: "";
        height: 32px;
        left: 0;
        position: absolute;
        right: 0;
        top: -32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .header .dropdown,
    .header .menu-toggle > span {
        transition: none;
        transform: none;
    }
}

.header .dropdown .nav-lists {
    display: flex;
}
.header .dropdown .nav-lists ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
    flex-basis: 100%;
}
.header .dropdown .nav-lists ul > li > a {
    display: inline-block;
    color: white;
    padding: 15px 0;
    text-decoration: none;
}


.body .intro-box {
    padding: 100px 150px;
    background-color: #101e45;
    display: flex;
}
.body .intro-box.intro-home {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1008%26quot%3b)' fill='none'%3e%3cpath d='M676.34 648.15C814.81 584.82 748.25 147.99 1017.7 143.72 1287.14 139.45 1524.64 310.49 1700.41 311.72' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M718.92 584.94C881.8 536.9 936.11 77.55 1168.37 75.62 1400.63 73.69 1486.6 339.46 1617.82 350.02' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M859.78 605.61C969.44 533.56 912.07 143.69 1103.93 141.03 1295.8 138.37 1456.87 370.21 1592.24 376.23' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M592.51 636.63C774 603.47 864.13 149.44 1145.98 148.46 1427.82 147.48 1545.18 415.47 1699.44 422.86' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M448.19 581.99C626.43 571.76 738.3 256.3 1078.62 246.52 1418.94 236.74 1545.21 69.05 1709.05 67.32' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1008'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
}
.body .intro-box .content {
    color: white;
    width: 50%;
    min-width: 50%;
}
.body .intro-box.center .content {
    width: 100% !important;
    text-align: center;
}
.body .intro-box .content h1 {
    font-weight: 500;
    line-height: 1;
    font-size: 4.5rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: -.04em;
}
.body .intro-box .content p {
    color: rgb(255 255 255 / 62%);
    line-height: 1.7;
    font-size: 1.2rem;
}
.body .intro-box .content h1 .highlight {
    color: #8fa3ff;
}
.body .intro-box .content .button {
    display: inline-block;
    background-color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 15px;
    transition: color 200ms;
}
.body .intro-box .content .button:hover {
    color: #084ebf;
}
.body .intro-box .right {
    width: 100%;
}
.footer {
    background-color: #0f2049;
    padding:30px 150px;
    color: #ffffff;
    overflow: auto;
    display: block;
}
.footer .brand {
    float: left;
    margin-right: 70px;
    width: 40%;
}
.footer .brand > img {
    width: 140px;
    display: block;
    margin: -25px 0px -50px;
    margin-right: 30px;
}
.footer .brand h3 {
    font-size: 24px;
	margin: 30px 0 7px;
    font-weight: 500;
}
.footer .brand > span {
    font-size: 0.875rem;
    color: rgba(255,255,255,.6);
    font-weight: 400;
    margin-top: 30px;
    display: block;
    line-height: 20px;
}
.footer .brand > span > a {
    color: inherit;
}
.footer .brand .social-ic a {
    display: inline-block;
    margin: 5px 20px 25px 0;
    cursor: pointer;
    transition: color 0.15s ease 0s;
    width: 30px;
    color: rgb(255 255 255 / 62%);
}
.footer .brand .social-ic a:hover {
    color: rgb(255 255 255);
}
.footer .in ul {
    list-style: outside none none;
    margin: 25px 0 25px 20px;
    padding: 0;
	float: left;
	width: 15%;
}
.footer .in ul > li.tp {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 15px;
}
.footer .in ul > li > a {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    color: rgba(255,255,255,.6);
    padding: 10px 0;
    font-weight: 400;
    transition: color 200ms;
}
.footer .in ul > li > a:hover {
    color: white;
}

.body .section {
    padding: 100px 150px;
}
.body .section .topic {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    margin: 0px 0px 32px;
    color: #0038d4;
    letter-spacing: 2px;
}
.body .section .topic.light {
    color: #ffffffc7;
}
.body .section .large {
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: -.03em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}
.body .section .flexbox {
    display: flex;
    margin: 20px 0px 0px 0px;
    flex-wrap: wrap;
}
.body .section .flexbox .box {
    flex: 33.3%;
    width: 100%;
    min-width: 145px;
    margin: 2% 0%;
    padding: 30px 30px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    cursor: default;
    transition: background-color 200ms;
}
.body .section .flexbox .box:hover {
    background-color: #00000008;
}
.body .section .flexbox .box h3 {
    font-size: 1.9rem;
    line-height: 1.4;
    letter-spacing: -.02em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}
.body .section .flexbox .box p {
    line-height: 1.7;
    font-size: 1.1rem;
    color: #5e627b;
    margin-bottom: 0;
}
.body .section .flexbox .box p strong {
    font-weight: 500;
    color: #121217;
}
.body .section .flexbox .box .link-btn {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    color: #5271ff;
    margin-top: 15px;
}

.showcase {
    background-color: #0052dc;
}
.showcase .large {
    color: white;
}
.showcase .desc {
    font-size: 1.1rem;
    color: #ffffffc7;
    line-height: 1.6;
    margin-top: 20px;
}
.showcase .list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
}
.showcase .website {
    position: relative;
    display: flex;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 10px;
    flex-basis: calc(50% - 17px);
    height: 300px;
    cursor: pointer;
    overflow: hidden;
}
.showcase .website .photo {
    background: url("/images/website.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.showcase .website .overlay {
    position: absolute;
    display: flex;
    background-color: rgb(0 0 0 / 50%);
    box-shadow: 0 0 0 rgb(0 0 0 / 25%) inset;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    opacity: 0;
    transition: all .2s ease 0s;
}
.showcase .website:hover .overlay {
    box-shadow: 0 -50px 130px rgb(0 0 0 / 65%) inset;
    opacity: 1;
}
.showcase .website .overlay .details {
    transform: translate3d(0, 100%, 0);
    transition: transform .2s ease 0s;
    padding: 35px 55px;
}
.showcase .website .overlay .logo {
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}
.showcase .website:hover .overlay .details {
    transform: translate3d(0, 0, 0);
}
.showcase .website .overlay .details span {
    font-size: 1.4rem;
    color: #FFF;
    text-shadow: 0 0 15px #000;
}

.why-implod .box .icon {
    margin-bottom: 10px;
}
.why-implod .box .icon > svg {
    width: 48px;
    height: 48px;
    color: #929292;
}

.reviews .list {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}
.reviews .list .review {
    display: flex;
    column-gap: 55px;
    height: 300px;

}
.reviews .list .review:nth-child(even) {
    flex-direction: row-reverse;
}
.reviews .list .review > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-basis: 50%;
    min-height: 200px;
}
.reviews .list .review article {
    font-size: 1.3rem;
    font-weight: 500;
}
.reviews .list .review .brand-profile {
    display: flex;
    margin-top: 20px;
    column-gap: 20px;
}
.reviews .list .review .brand-profile div {
    display: flex;
    align-items: center;
}
.reviews .list .review .brand-profile .button {
    width: 200px;
}
.reviews .list .review .brand-profile .brand-details {
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    row-gap: 5px;
}
.reviews .list .review .brand-profile .brand-details strong {
    font-size: 1.1rem;
}
.reviews .list .review .brand-photo {
    background-color: #e9eaeb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews .list .review .brand-photo .photo {    
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 260px;
    height: 100px;
}

.body .prefooter {
    background: #0f2049;
    color: white;
    display: flex;
}
.body .prefooter .left {
    width: 100%;
    min-width: 50%;
}
.body .prefooter .right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.body .prefooter .right .button {
    display: inline-flex;
    background-color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    font-weight: 500;
    transition: color 200ms;
}
.body .prefooter .right .button:hover {
    color: #084ebf;
}
.body .prefooter .right .button svg {
    width: 22px;
    margin-left: 5px;
}

@media only screen and (max-width: 1200px) {
    .header {
        padding: 0 100px !important;
    }
    .body .intro-box {
        padding: 100px 100px !important;
    }
    .body .intro-box .content {
        width: 60% !important;
        min-width: 60% !important;
    }
    .body .section {
        padding: 100px 100px !important;
    }
    .footer {
        padding: 30px 100px !important;
    }
    .header .dropdown {
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media only screen and (max-width: 950px) {
    .header {
        padding: 0 50px !important;
    }
    .body .intro-box {
        padding: 100px 50px !important;
    }
    .body .intro-box .content {
        width: 75% !important;
        min-width: 75% !important;
    }
    .body .section {
        padding: 100px 50px !important;
    }
    .footer {
        padding: 30px 50px !important;
    }
    .header .dropdown {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (max-width: 850px) {

    .header {
        display: block !important;
        height: auto !important;
    }
    .header .head {
        flex-wrap: wrap;
        height: auto !important;
        min-height: 100px;
        position: relative;
    }
    .header .branding > img {
        width: 150px !important;
        margin: -25px 0px !important;
    }
    .header .branding {
        flex: 1;
    }
    .header .navbar {
        display: none;
        flex-basis: 100%;
        margin: 0 !important;
        padding: 10px 0 25px;
    }
    .header.menu-open .navbar {
        display: block;
    }
    .header .navbar > a,
    .header .navbar > .service-menu,
    .header .navbar > .service-menu > .services-link {
        display: block;
        margin: 0;
    }
    .header .navbar > a,
    .header .navbar > .service-menu > .services-link {
        padding: 12px 0;
    }
    .header .service-menu .dropdown {
        border-top: 0;
        box-shadow: none;
        max-height: 0;
        opacity: 1;
        overflow: hidden;
        padding: 0 0 0 16px;
        pointer-events: auto;
        position: static;
        transform: none;
        visibility: visible;
        width: auto;
        transition: max-height 220ms ease, padding 220ms ease;
    }
    .header.menu-open .service-menu .dropdown {
        max-height: 560px;
        padding-top: 6px;
    }
    .header .menu-toggle {
        display: inline-flex;
        position: absolute;
        right: 0;
        top: 28px;
    }
    .header .right {
        display: none;
    }
    .header.menu-open {
        box-shadow: 0 26px 46px rgb(0 0 0 / 24%);
    }
    .header .dropdown {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .body .intro-box {
        padding: 150px 50px 100px !important;
    }
    .body .intro-box .content {
        width: 80% !important;
        min-width: 80% !important;
    }
    .body .section .flexbox .box {
        flex: 50% !important;
    }
    .body .brands .brand-images {
        width: 100% !important;
    }
    .body .brands .brand-images .brand {
        height: 125px !important;
        width: 125px !important;
        margin-right: 20px !important;
    }
    .showcase .website {
        flex-basis: 100%;
    }
    .reviews .list .review,
    .reviews .list .review:nth-child(even) {
        height: unset;
        flex-direction: column-reverse;
    }
    .reviews .list .review .brand-photo {
        margin-bottom: 30px;
    }

    .footer {
        padding: 30px 50px !important;
    }
    .footer .brand {
        float: none !important;
        display: block !important;
        width: auto !important;
    }
    .footer .brand img {
        margin: 0 15px 10px 0px !important;
    }
    .footer .in ul {
        width: 100% !important;
    }

}

@media only screen and (max-width: 675px) {
    :root {
        font-size: 14px !important;
    }
    .body .intro-box .content {
        width: 85% !important;
        min-width: 85% !important;
    }
    .body .intro-box .content h1 {
        font-size: 4rem !important;
    }
    .body .section .flexbox .box {
        flex: 100% !important;
    }
    .body .prefooter {
        display: block !important;
    }
    .body .prefooter .right {
        justify-content: center !important;
        margin-top: 50px !important;
    }
    .header .dropdown .nav-lists {
        flex-direction: column;
        gap: 20px;
    }
    .header .dropdown .nav-lists ul {
        flex-basis: auto;
    }
    .header .dropdown .nav-lists ul > li > a {
        padding: 8px 0;
    }
    .header.menu-open .service-menu .dropdown {
        max-height: 900px;
    }

}

@media only screen and (max-width: 600px) {
    .header {
        padding: 0 30px !important;
    }
    .body .intro-box {
        padding: 150px 30px 100px !important;
    }
    .body .intro-box .content {
        width: 100% !important;
        min-width: 100% !important;
    }
    .body .section {
        padding: 100px 30px !important;
    }
    .footer {
        padding: 30px 30px !important;
    }
    .header .dropdown {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .header .menu-toggle > span,
    .header .service-menu .dropdown {
        transition: none !important;
    }
}

/* Homepage */
.home-page {
    --home-ink: #101e45;
    --home-blue: #5271ff;
    --home-electric: #0052dc;
    --home-muted: #68708d;
    --home-line: #dce2ef;
    background: #f5f7fb;
    color: var(--home-ink);
    overflow: hidden;
}
.home-page h1,
.home-page h2,
.home-page h3,
.home-page p {
    margin-top: 0;
}
.home-page a {
    -webkit-tap-highlight-color: transparent;
}
.home-eyebrow {
    color: var(--home-blue);
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: .18em;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}
.home-eyebrow-light {
    color: #dbe3ff;
}
.home-hero {
    background: var(--home-ink);
    color: white;
    min-height: 770px;
    overflow: hidden;
    padding: 175px 150px 55px;
    position: relative;
}
.home-hero::before {
    background-image: linear-gradient(rgb(143 163 255 / 8%) 1px, transparent 1px), linear-gradient(90deg, rgb(143 163 255 / 8%) 1px, transparent 1px);
    background-size: 78px 78px;
    content: "";
    inset: 0 0 0 42%;
    mask-image: linear-gradient(90deg, transparent, black 20%);
    opacity: .52;
    pointer-events: none;
    position: absolute;
}
.home-hero::after {
    background: radial-gradient(circle, rgb(82 113 255 / 27%), transparent 66%);
    content: "";
    height: 670px;
    pointer-events: none;
    position: absolute;
    right: -210px;
    top: -180px;
    width: 670px;
}
.home-hero-grid {
    align-items: center;
    display: grid;
    gap: 80px;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
    z-index: 1;
}
.home-hero-copy {
    max-width: 720px;
}
.home-hero-eyebrow {
    color: rgb(255 255 255 / 68%);
    display: flex;
    gap: 30px;
    margin-bottom: 32px;
    max-width: 610px;
}
.home-hero h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(4rem, 7.2vw, 7.5rem);
    font-weight: 500;
    letter-spacing: -.075em;
    line-height: .93;
    margin-bottom: 0;
    max-width: 800px;
}
.home-hero h1 span {
    color: #8fa3ff;
    display: block;
}
.home-hero-lede {
    color: rgb(255 255 255 / 69%);
    font-size: 1.18rem;
    line-height: 1.75;
    margin: 36px 0 0;
    max-width: 580px;
}
.home-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 38px;
}
.home-primary-button,
.home-cta-button {
    gap: 5px;
    padding: 15px 28px;
}
.home-primary-button {
    background: white;
    color: var(--home-ink);
    font-size: 1.05rem;
}
.home-primary-button:hover {
    background: #dfe5ff;
    color: var(--home-ink);
}
.home-primary-button svg,
.home-cta-button svg {
    height: 21px;
    width: 21px;
}
.home-hero-link,
.home-showcase-link {
    align-items: center;
    color: rgb(255 255 255 / 76%);
    display: inline-flex;
    font-size: .98rem;
    font-weight: 500;
    text-decoration: none;
}
.home-hero-link svg,
.home-showcase-link svg {
    height: 20px;
    margin-left: 7px;
    transition: transform 180ms ease;
    width: 20px;
}
.home-hero-link:hover,
.home-showcase-link:hover {
    color: white;
}
.home-hero-link:hover svg,
.home-showcase-link:hover svg {
    transform: translate(3px, -3px);
}
.home-hero-note {
    border-top: 1px solid rgb(255 255 255 / 18%);
    color: rgb(255 255 255 / 48%);
    display: flex;
    font-size: .78rem;
    justify-content: space-between;
    letter-spacing: .02em;
    margin-top: 75px;
    max-width: 610px;
    padding-top: 16px;
}
.home-hero-note span:last-child {
    color: #a8b7ff;
}
.home-hero-stage {
    min-height: 520px;
    position: relative;
}
.home-stage-orbit {
    border: 1px solid rgb(143 163 255 / 30%);
    border-radius: 50%;
    height: 500px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-26deg);
    width: 300px;
}
.home-stage-orbit-one {
    border-color: rgb(82 113 255 / 70%);
}
.home-stage-orbit-two {
    height: 330px;
    transform: translate(-50%, -50%) rotate(57deg);
    width: 560px;
}
.home-stage-card {
    background: linear-gradient(140deg, #243a7a, #15234f);
    border: 1px solid rgb(255 255 255 / 17%);
    border-radius: 18px;
    box-shadow: 0 35px 75px rgb(0 0 0 / 30%);
    left: 50%;
    padding: 19px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    width: min(100%, 430px);
}
.home-stage-card-top {
    align-items: center;
    color: rgb(255 255 255 / 65%);
    display: flex;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .68rem;
    justify-content: space-between;
    letter-spacing: .04em;
    padding: 0 3px 17px;
}
.home-stage-status {
    align-items: center;
    color: #a8e5c6;
    display: inline-flex;
    gap: 6px;
}
.home-stage-status i {
    background: #76d9aa;
    border-radius: 50%;
    height: 5px;
    width: 5px;
}
.home-stage-browser {
    background: #fbfcff;
    border-radius: 10px;
    color: var(--home-ink);
    overflow: hidden;
}
.home-stage-browser-bar {
    align-items: center;
    background: #eef1f8;
    color: #9ca4ba;
    display: flex;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .58rem;
    gap: 5px;
    padding: 12px 14px;
}
.home-stage-browser-bar i {
    background: #c6ccda;
    border-radius: 50%;
    height: 5px;
    width: 5px;
}
.home-stage-browser-bar i:first-child {
    background: #5271ff;
}
.home-stage-browser-bar span {
    margin-left: 8px;
}
.home-stage-browser-body {
    min-height: 275px;
    padding: 32px 32px 28px;
}
.home-stage-browser-kicker {
    color: #5271ff;
    display: block;
    font-size: .64rem;
    font-weight: 500;
    letter-spacing: .14em;
    margin-bottom: 21px;
    text-transform: uppercase;
}
.home-stage-browser-body strong {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 2.65rem;
    font-weight: 500;
    letter-spacing: -.08em;
    line-height: .95;
}
.home-stage-browser-body strong em {
    color: #5271ff;
    font-style: normal;
}
.home-stage-browser-line {
    background: #dce2ef;
    height: 5px;
    margin-top: 11px;
    width: 58%;
}
.home-stage-browser-line-wide {
    margin-top: 31px;
    width: 79%;
}
.home-stage-browser-line-short {
    width: 35%;
}
.home-stage-browser-button {
    background: var(--home-ink);
    border-radius: 30px;
    color: white;
    display: inline-flex;
    font-size: .72rem;
    gap: 13px;
    margin-top: 25px;
    padding: 9px 14px;
}
.home-stage-browser-button svg {
    color: #8fa3ff;
    height: 14px;
    width: 14px;
}
.home-stage-float {
    align-items: center;
    background: #5271ff;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 40px;
    box-shadow: 0 15px 35px rgb(0 0 0 / 22%);
    color: white;
    display: flex;
    font-size: .76rem;
    gap: 9px;
    padding: 10px 15px 10px 10px;
    position: absolute;
}
.home-stage-float span {
    align-items: center;
    background: rgb(255 255 255 / 20%);
    border-radius: 50%;
    display: inline-flex;
    font-size: .65rem;
    height: 23px;
    justify-content: center;
    width: 23px;
}
.home-stage-float-top {
    right: -24px;
    top: 77px;
    transform: rotate(6deg);
}
.home-stage-float-bottom {
    bottom: 62px;
    left: -25px;
    transform: rotate(-7deg);
}
.home-hero-rail {
    align-items: center;
    bottom: 28px;
    color: rgb(255 255 255 / 46%);
    display: flex;
    font-size: .69rem;
    gap: 14px;
    letter-spacing: .08em;
    position: absolute;
    right: 150px;
    text-transform: uppercase;
    z-index: 1;
}
.home-hero-rail-line {
    background: rgb(255 255 255 / 22%);
    height: 1px;
    width: 70px;
}
.home-intro {
    background: white;
    display: grid;
    gap: 55px 110px;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
    padding: 125px 150px 110px;
}
.home-intro-heading {
    max-width: 590px;
}
.home-intro h2,
.home-section-heading h2,
.home-showcase-heading h2,
.home-trust-heading h2,
.home-cta h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(2.5rem, 4.3vw, 4.8rem);
    font-weight: 500;
    letter-spacing: -.065em;
    line-height: .99;
    margin: 23px 0 0;
}
.home-intro-copy {
    align-self: end;
    max-width: 620px;
}
.home-intro-copy p {
    color: var(--home-muted);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 0;
}
.home-intro-copy .home-lead {
    color: var(--home-ink);
    font-size: 1.35rem;
    line-height: 1.45;
    margin-bottom: 18px;
}
.home-proof-grid {
    border-top: 1px solid var(--home-line);
    display: grid;
    gap: 28px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 22px;
}
.home-proof-grid > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.home-proof-grid strong {
    color: var(--home-blue);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
}
.home-proof-grid span {
    color: var(--home-muted);
    font-size: .98rem;
    line-height: 1.5;
    max-width: 190px;
}
.home-services {
    background: #f5f7fb;
    padding: 120px 150px 135px;
}
.home-section-heading {
    align-items: end;
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, 1.15fr) minmax(250px, .75fr);
    margin: 0 auto 70px;
    max-width: 1450px;
}
.home-section-heading h2 {
    max-width: 760px;
}
.home-section-heading h2 em {
    color: var(--home-blue);
    font-style: normal;
}
.home-section-heading > p {
    color: var(--home-muted);
    font-size: 1.1rem;
    line-height: 1.65;
    margin: 0 0 2px;
    max-width: 400px;
}
.home-service-list {
    border-top: 1px solid var(--home-line);
    margin: 0 auto;
    max-width: 1450px;
}
.home-service-row {
    align-items: center;
    border-bottom: 1px solid var(--home-line);
    color: var(--home-ink);
    display: grid;
    gap: 28px;
    grid-template-columns: 45px 46px minmax(0, 1fr) 28px;
    padding: 30px 0;
    position: relative;
    text-decoration: none;
    transition: none;
}
.home-service-row::before {
    display: none;
}
.home-service-row:hover {
    color: var(--home-ink);
}
.home-service-number {
    color: var(--home-blue);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: .08em;
}
.home-service-icon {
    align-items: center;
    background: white;
    border: 1px solid var(--home-line);
    border-radius: 50%;
    color: var(--home-blue);
    display: inline-flex;
    height: 46px;
    justify-content: center;
    transition: background 200ms ease, color 200ms ease, transform 200ms ease;
    width: 46px;
}
.home-service-icon svg {
    height: 21px;
    width: 21px;
}
.home-service-row:hover .home-service-icon {
    background: white;
    color: var(--home-blue);
    transform: none;
}
.home-service-main strong {
    border-bottom: 1px solid transparent;
    display: table;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.15;
    transition: border-color 200ms ease;
}
.home-service-row:hover .home-service-main strong {
    border-bottom-color: var(--home-blue);
}
.home-service-main > span {
    color: var(--home-muted);
    display: block;
    font-size: .98rem;
    line-height: 1.55;
    margin-top: 8px;
    max-width: 720px;
}
.home-service-arrow {
    color: var(--home-blue);
    display: inline-flex;
    justify-content: flex-end;
}
.home-service-arrow svg {
    height: 24px;
    transition: transform 200ms ease;
    width: 24px;
}
.home-service-row:hover .home-service-arrow svg {
    transform: translate(5px, -3px);
}
.home-showcase {
    background: var(--home-electric);
    color: white;
    padding: 125px 150px 140px;
    position: relative;
}
.home-showcase::before {
    background-image: linear-gradient(rgb(255 255 255 / 7%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 7%) 1px, transparent 1px);
    background-size: 75px 75px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(145deg, black, transparent 75%);
    pointer-events: none;
    position: absolute;
}
.home-showcase-heading,
.home-work-grid {
    margin: 0 auto;
    max-width: 1450px;
    position: relative;
    z-index: 1;
}
.home-showcase-heading {
    align-items: end;
    display: grid;
    gap: 80px;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, .7fr);
    margin-bottom: 70px;
}
.home-showcase-heading h2 {
    max-width: 690px;
}
.home-showcase-copy p {
    color: rgb(255 255 255 / 73%);
    font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 25px;
}
.home-showcase-link {
    color: white;
}
.home-work-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: 1.25fr .75fr;
    grid-template-rows: repeat(2, 245px);
}
.home-work-card {
    min-height: 245px;
    overflow: hidden;
    position: relative;
}
.home-work-card-large {
    grid-row: 1 / 3;
    min-height: 516px;
}
.home-work-card-wide {
    grid-column: 1 / -1;
    min-height: 290px;
}
.home-work-image {
    background-position: center;
    background-size: cover;
    height: 100%;
    transition: transform 500ms cubic-bezier(.2,.7,.2,1);
    width: 100%;
}
.home-work-card::after {
    background: linear-gradient(180deg, transparent 35%, rgb(4 15 54 / 88%));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}
.home-work-card:hover .home-work-image {
    transform: scale(1.045);
}
.home-work-meta {
    bottom: 0;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    left: 0;
    padding: 24px 26px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.home-work-meta span {
    color: white;
    font-size: .78rem;
    letter-spacing: .04em;
}
.home-work-meta span:last-child {
    color: rgb(255 255 255 / 65%);
    text-align: right;
}
.home-trust {
    background: white;
    display: grid;
    gap: 100px;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
    padding: 130px 150px 140px;
}
.home-trust-heading h2 {
    font-size: clamp(2.4rem, 3.8vw, 4.3rem);
    max-width: 510px;
}
.home-trust-mark {
    border-bottom: 1px solid var(--home-line);
    border-top: 1px solid var(--home-line);
    color: #bec6d8;
    display: flex;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.5rem;
    gap: 16px;
    letter-spacing: -.05em;
    margin-top: 65px;
    max-width: 280px;
    padding: 15px 0;
}
.home-trust-mark span:nth-child(2) {
    color: var(--home-blue);
}
.home-trust-quotes {
    border-top: 1px solid var(--home-line);
}
.home-quote {
    border-bottom: 1px solid var(--home-line);
    display: grid;
    gap: 12px 20px;
    grid-template-columns: 35px minmax(0, 1fr);
    padding: 31px 0 35px;
}
.home-quote-mark {
    color: var(--home-blue);
    font-family: Georgia, serif;
    font-size: 3.1rem;
    line-height: .8;
}
.home-quote blockquote {
    color: #4e5572;
    font-size: 1.03rem;
    line-height: 1.7;
    margin: 0;
    max-width: 720px;
}
.home-quote-profile {
    align-items: center;
    display: flex;
    gap: 15px;
    grid-column: 2;
    margin-top: 10px;
}
.home-quote-profile img {
    height: 34px;
    object-fit: contain;
    object-position: left center;
    width: 85px;
}
.home-quote-profile span {
    border-left: 1px solid var(--home-line);
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-left: 15px;
}
.home-quote-profile strong {
    color: var(--home-ink);
    font-size: .88rem;
    font-weight: 500;
}
.home-quote-profile small {
    color: var(--home-muted);
    font-size: .78rem;
}
.home-cta {
    align-items: center;
    background: var(--home-ink);
    color: white;
    display: flex;
    gap: 60px;
    justify-content: space-between;
    min-height: 390px;
    overflow: hidden;
    padding: 90px 150px;
    position: relative;
}
.home-cta-copy,
.home-cta-button {
    position: relative;
    z-index: 1;
}
.home-cta-copy {
    max-width: 730px;
}
.home-cta h2 {
    font-size: clamp(2.6rem, 4.5vw, 5rem);
    margin-top: 20px;
}
.home-cta-copy > p:last-child {
    color: rgb(255 255 255 / 66%);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 25px 0 0;
    max-width: 540px;
}
.home-cta-button {
    background: white;
    color: var(--home-ink);
    flex: 0 0 auto;
    font-size: 1.15rem;
    padding: 16px 34px;
}
.home-cta-button:hover {
    background: #dfe5ff;
    color: var(--home-ink);
}
.home-cta-orbit {
    border: 1px solid rgb(143 163 255 / 35%);
    border-radius: 50%;
    height: 550px;
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%) rotate(-28deg);
    width: 300px;
}

@keyframes home-rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
.home-hero-copy > * {
    animation: home-rise 700ms both cubic-bezier(.2,.7,.2,1);
}
.home-hero-copy > :nth-child(2) { animation-delay: 80ms; }
.home-hero-copy > :nth-child(3) { animation-delay: 150ms; }
.home-hero-copy > :nth-child(4) { animation-delay: 220ms; }
.home-hero-copy > :nth-child(5) { animation-delay: 290ms; }
.home-hero-stage {
    animation: home-rise 850ms 180ms both cubic-bezier(.2,.7,.2,1);
}

@media only screen and (max-width: 1200px) {
    .home-hero,
    .home-intro,
    .home-services,
    .home-showcase,
    .home-trust,
    .home-cta {
        padding-left: 100px;
        padding-right: 100px;
    }
    .home-hero-grid {
        gap: 40px;
        grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr);
    }
    .home-hero-stage {
        transform: scale(.9);
        transform-origin: center;
    }
}
@media only screen and (max-width: 950px) {
    .home-hero,
    .home-intro,
    .home-services,
    .home-showcase,
    .home-trust,
    .home-cta {
        padding-left: 50px;
        padding-right: 50px;
    }
    .home-hero {
        min-height: 720px;
        padding-top: 160px;
    }
    .home-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(270px, .65fr);
    }
    .home-hero h1 {
        font-size: clamp(3.7rem, 7vw, 6rem);
    }
    .home-hero-stage {
        min-height: 430px;
        transform: scale(.78);
    }
    .home-section-heading,
    .home-showcase-heading {
        gap: 40px;
    }
    .home-trust {
        gap: 60px;
    }
}
@media only screen and (max-width: 850px) {
    .home-hero {
        min-height: unset;
        padding-bottom: 85px;
    }
    .home-hero-grid {
        grid-template-columns: 1fr;
    }
    .home-hero-stage {
        min-height: 450px;
        transform: scale(.87);
    }
    .home-hero-rail {
        bottom: 28px;
        left: 50px;
        right: auto;
    }
    .home-section-heading,
    .home-showcase-heading,
    .home-trust {
        grid-template-columns: 1fr;
    }
    .home-section-heading,
    .home-showcase-heading {
        align-items: start;
    }
    .home-section-heading > p {
        max-width: 570px;
    }
    .home-work-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 310px 220px 220px;
    }
    .home-work-card-large {
        grid-row: 1 / 2;
        grid-column: 1 / -1;
        min-height: 310px;
    }
    .home-work-card-wide {
        grid-column: 1 / -1;
        min-height: 220px;
    }
    .home-trust-mark {
        margin-top: 35px;
    }
    .home-cta {
        align-items: start;
        flex-direction: column;
        gap: 35px;
    }
}
@media only screen and (max-width: 675px) {
    .home-hero,
    .home-intro,
    .home-services,
    .home-showcase,
    .home-trust,
    .home-cta {
        padding-left: 30px;
        padding-right: 30px;
    }
    .home-hero {
        padding-bottom: 72px;
        padding-top: 145px;
    }
    .home-hero-eyebrow,
    .home-hero-note {
        gap: 12px;
    }
    .home-hero h1 {
        font-size: 3.75rem;
    }
    .home-hero-lede {
        font-size: 1.05rem;
    }
    .home-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }
    .home-hero-note {
        flex-direction: column;
        margin-top: 50px;
    }
    .home-hero-stage {
        min-height: 400px;
        transform: scale(.74);
        transform-origin: center top;
        width: 135%;
        margin-left: -17.5%;
    }
    .home-hero-rail {
        display: none;
    }
    .home-intro {
        gap: 40px;
        padding-bottom: 85px;
        padding-top: 85px;
    }
    .home-intro h2,
    .home-section-heading h2,
    .home-showcase-heading h2,
    .home-trust-heading h2,
    .home-cta h2 {
        font-size: 2.75rem;
    }
    .home-intro-copy .home-lead {
        font-size: 1.15rem;
    }
    .home-proof-grid {
        gap: 25px;
        grid-template-columns: 1fr;
    }
    .home-proof-grid span {
        max-width: none;
    }
    .home-services,
    .home-showcase,
    .home-trust {
        padding-bottom: 90px;
        padding-top: 85px;
    }
    .home-section-heading,
    .home-showcase-heading {
        margin-bottom: 48px;
    }
    .home-service-row {
        align-items: start;
        gap: 13px 15px;
        grid-template-columns: 34px 42px minmax(0, 1fr) 20px;
        padding: 24px 0;
    }
    .home-service-row:hover {
        padding-left: 0;
    }
    .home-service-number {
        font-size: .75rem;
        padding-top: 11px;
    }
    .home-service-icon {
        height: 42px;
        width: 42px;
    }
    .home-service-icon svg {
        height: 18px;
        width: 18px;
    }
    .home-service-main strong {
        font-size: 1.23rem;
        line-height: 1.2;
    }
    .home-service-main > span {
        font-size: .92rem;
        margin-top: 7px;
    }
    .home-service-arrow {
        padding-top: 9px;
    }
    .home-service-arrow svg {
        height: 19px;
        width: 19px;
    }
    .home-work-grid {
        gap: 16px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 235px);
    }
    .home-work-card,
    .home-work-card-large,
    .home-work-card-wide {
        grid-column: auto;
        grid-row: auto;
        min-height: 235px;
    }
    .home-work-meta {
        align-items: start;
        flex-direction: column;
        gap: 6px;
        padding: 19px;
    }
    .home-work-meta span:last-child {
        text-align: left;
    }
    .home-trust {
        gap: 52px;
    }
    .home-quote {
        grid-template-columns: 28px minmax(0, 1fr);
        padding: 26px 0 30px;
    }
    .home-quote blockquote {
        font-size: .98rem;
    }
    .home-quote-profile {
        align-items: start;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
    .home-quote-profile span {
        border-left: 0;
        border-top: 1px solid var(--home-line);
        padding-left: 0;
        padding-top: 10px;
    }
    .home-cta {
        min-height: 460px;
        padding-bottom: 75px;
        padding-top: 75px;
    }
    .home-cta-button {
        font-size: 1.05rem;
    }
    .home-cta-orbit {
        height: 450px;
        right: -155px;
        width: 245px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .home-page *,
    .home-page *::before,
    .home-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* Development page */
.development-page {
    background: #f5f7fb;
    overflow: hidden;
}
.development-hero {
    align-items: center;
    background: #101e45;
    color: white;
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    min-height: 680px;
    overflow: hidden;
    padding: 190px 150px 120px;
    position: relative;
}
.development-hero::before {
    background-image: linear-gradient(rgb(143 163 255 / 8%) 1px, transparent 1px), linear-gradient(90deg, rgb(143 163 255 / 8%) 1px, transparent 1px);
    background-size: 72px 72px;
    content: "";
    inset: 0 0 0 48%;
    mask-image: linear-gradient(90deg, transparent, black 25%);
    opacity: .45;
    pointer-events: none;
    position: absolute;
}
.development-hero::after {
    background: #5271ff;
    border-radius: 50%;
    content: "";
    filter: blur(1px);
    height: 420px;
    opacity: .16;
    position: absolute;
    right: -170px;
    top: 90px;
    width: 420px;
}
.development-hero-copy,
.development-visual {
    position: relative;
    z-index: 1;
}
.development-hero-copy {
    max-width: 700px;
}
.development-kicker,
.development-card-label {
    color: #8fa3ff;
    font-size: .85rem;
    font-weight: 500;
    letter-spacing: .18em;
    margin: 0 0 26px;
    text-transform: uppercase;
}
.development-hero h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(3.4rem, 6.3vw, 6.4rem);
    font-weight: 500;
    letter-spacing: -.065em;
    line-height: .98;
    margin: 0;
    max-width: 760px;
}
.development-lede {
    color: rgb(255 255 255 / 68%);
    font-size: 1.22rem;
    line-height: 1.7;
    margin: 34px 0 0;
    max-width: 630px;
}
.development-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 40px;
}
.development-actions .button {
    background: white;
    color: #101e45;
    font-size: 1rem;
    padding: 15px 26px;
}
.development-actions .button:hover {
    background: #dfe5ff;
}
.development-text-link,
.development-link {
    color: #5271ff;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}
.development-text-link {
    color: rgb(255 255 255 / 74%);
}
.development-text-link svg,
.development-link svg {
    display: inline-block;
    height: 21px;
    margin-left: 8px;
    transition: transform 180ms ease;
    vertical-align: -5px;
    width: 21px;
}
.development-text-link:hover svg,
.development-link:hover svg {
    transform: translate(3px, -3px);
}
.development-visual {
    min-height: 430px;
}
.development-orbit {
    border: 1px solid rgb(143 163 255 / 36%);
    border-radius: 50%;
    height: 420px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-28deg);
    width: 260px;
}
.development-orbit-one {
    border-color: rgb(82 113 255 / 65%);
}
.development-orbit-two {
    height: 280px;
    transform: translate(-50%, -50%) rotate(54deg);
    width: 500px;
}
.development-code-card {
    background: linear-gradient(135deg, #21356d, #172654);
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 18px;
    box-shadow: 0 30px 70px rgb(0 0 0 / 28%);
    left: 50%;
    padding: 22px 26px 28px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    width: min(100%, 440px);
}
.development-window-bar {
    display: flex;
    gap: 7px;
    margin-bottom: 30px;
}
.development-window-bar span {
    background: rgb(255 255 255 / 28%);
    border-radius: 50%;
    height: 8px;
    width: 8px;
}
.development-window-bar span:first-child {
    background: #8fa3ff;
}
.development-code-line {
    color: rgb(255 255 255 / 76%);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .95rem;
    line-height: 2.25;
    white-space: nowrap;
}
.development-code-line i {
    color: #a8b7ff;
    font-style: normal;
}
.development-code-line b {
    color: #f7c76d;
    font-weight: 500;
}
.development-code-line em {
    color: #9de4c1;
    font-style: normal;
}
.development-code-line strong {
    color: white;
}
.development-code-indent {
    padding-left: 28px;
}
.development-chip {
    background: #5271ff;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 50px;
    box-shadow: 0 12px 30px rgb(0 0 0 / 20%);
    color: white;
    font-size: .78rem;
    letter-spacing: .05em;
    padding: 10px 15px;
    position: absolute;
}
.development-chip-top {
    right: -20px;
    top: 48px;
    transform: rotate(6deg);
}
.development-chip-bottom {
    bottom: 45px;
    left: -28px;
    transform: rotate(-6deg);
}
.development-intro {
    align-items: end;
    background: white;
    display: grid;
    gap: 90px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    padding: 115px 150px 90px;
}
.development-intro .topic {
    margin-bottom: 22px;
}
.development-intro h2,
.development-process-heading h2,
.development-cta h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(2.3rem, 4vw, 4rem);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: 1.05;
    margin: 0;
}
.development-intro > p {
    font-size: 1.2rem;
    margin: 0;
    max-width: 620px;
}
.development-services {
    background: #f5f7fb;
    display: grid;
    gap: 0;
    padding: 35px 150px 125px;
}
.development-service-card {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dfe4f1;
    border-radius: 0;
    display: grid;
    gap: 30px;
    grid-template-columns: 70px minmax(0, 1fr) 210px;
    overflow: visible;
    padding: 76px 0;
    position: relative;
    scroll-margin-top: 120px;
}
.development-service-card::before {
    background: #5271ff;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
}
.development-service-card-dark {
    background: transparent;
    border-color: #dfe4f1;
    color: inherit;
}
.development-service-card-dark::before {
    background: #5271ff;
}
.development-service-number {
    color: #5271ff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -.05em;
}
.development-service-card-dark .development-service-number,
.development-service-card-dark .development-card-label {
    color: #5271ff;
}
.development-service-content {
    max-width: 730px;
}
.development-card-label {
    margin-bottom: 16px;
}
.development-service-content h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(2rem, 3.2vw, 3.3rem);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: 1.05;
    margin: 0;
}
.development-service-content > p:not(.development-card-label) {
    font-size: 1.12rem;
    margin: 24px 0 0;
}
.development-service-card-dark .development-service-content > p:not(.development-card-label) {
    color: #5e627b;
}
.development-service-content ul {
    border-top: 1px solid #e5e9f3;
    list-style: none;
    margin: 28px 0 24px;
    padding: 16px 0 0;
}
.development-service-card-dark .development-service-content ul {
    border-color: #e5e9f3;
}
.development-service-content li {
    color: #5e627b;
    font-size: 1rem;
    line-height: 1.6;
    padding: 5px 0 5px 23px;
    position: relative;
}
.development-service-card-dark .development-service-content li {
    color: #5e627b;
}
.development-service-content li::before {
    background: #5271ff;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 5px;
    position: absolute;
    top: 15px;
    width: 5px;
}
.development-service-card-dark .development-link {
    color: #5271ff;
}
.development-service-aside {
    align-self: end;
    border-left: 1px solid #e5e9f3;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: end;
    min-height: 155px;
    padding-left: 28px;
}
.development-service-card-dark .development-service-aside {
    border-color: #e5e9f3;
}
.development-service-aside span {
    color: #5271ff;
    font-size: .85rem;
    letter-spacing: .15em;
}
.development-service-card-dark .development-service-aside span {
    color: #5271ff;
}
.development-service-aside strong {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1.25;
}
.development-process {
    background: #0052dc;
    color: white;
    display: grid;
    gap: 90px;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    padding: 115px 150px 125px;
}
.development-process-heading h2 {
    max-width: 480px;
}
.development-process .topic.light {
    color: #dbe3ff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 28px;
    text-transform: uppercase;
}
.development-process-list {
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(3, 1fr);
}
.development-process-list > div {
    border-top: 1px solid rgb(255 255 255 / 35%);
    padding-top: 20px;
}
.development-process-list span {
    color: #a8b7ff;
    font-size: .85rem;
    letter-spacing: .15em;
}
.development-process-list h3 {
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -.03em;
    margin: 27px 0 12px;
}
.development-process-list p {
    color: rgb(255 255 255 / 70%);
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}
.development-cta {
    align-items: center;
    background: white;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    padding: 100px 150px;
}
.development-cta .topic {
    color: #0038d4;
    margin-bottom: 22px;
}
.development-cta h2 {
    max-width: 740px;
}
.development-cta .button {
    background: #101e45;
    flex: 0 0 auto;
    font-size: 1.2rem;
    padding: 15px 40px;
}
.development-cta .button svg {
    margin-left: 5px;
    width: 22px;
}
.development-cta .button:hover {
    background: #21356d;
}

@media only screen and (max-width: 1200px) {
    .development-hero,
    .development-intro,
    .development-services,
    .development-process,
    .development-cta {
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media only screen and (max-width: 950px) {
    .development-hero,
    .development-intro,
    .development-services,
    .development-process,
    .development-cta {
        padding-left: 50px;
        padding-right: 50px;
    }
    .development-hero {
        gap: 40px;
        grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr);
    }
    .development-service-card {
        padding: 60px 0;
    }
    .development-service-aside {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 850px) {
    .development-hero {
        grid-template-columns: 1fr;
        min-height: unset;
        padding-bottom: 90px;
        padding-top: 160px;
    }
    .development-visual {
        min-height: 390px;
    }
    .development-intro,
    .development-process {
        gap: 45px;
        grid-template-columns: 1fr;
    }
    .development-service-card {
        grid-template-columns: 55px minmax(0, 1fr);
    }
    .development-service-aside {
        display: none;
    }
    .development-process-list {
        gap: 22px;
    }
}
@media only screen and (max-width: 675px) {
    .development-hero,
    .development-intro,
    .development-services,
    .development-process,
    .development-cta {
        padding-left: 30px;
        padding-right: 30px;
    }
    .development-hero {
        padding-bottom: 65px;
        padding-top: 150px;
    }
    .development-hero h1 {
        font-size: 3.6rem;
    }
    .development-lede {
        font-size: 1.1rem;
    }
    .development-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }
    .development-visual {
        min-height: 300px;
        transform: scale(.92);
        transform-origin: center;
    }
    .development-code-card {
        padding-left: 18px;
        padding-right: 18px;
    }
    .development-code-line {
        font-size: .74rem;
    }
    .development-chip-top {
        right: -4px;
    }
    .development-chip-bottom {
        left: -4px;
    }
    .development-intro {
        padding-bottom: 70px;
        padding-top: 80px;
    }
    .development-service-card {
        gap: 16px;
        grid-template-columns: 1fr;
        padding: 40px 0;
    }
    .development-service-number {
        font-size: 1.2rem;
    }
    .development-service-content h2 {
        font-size: 2.3rem;
    }
    .development-process-list {
        grid-template-columns: 1fr;
    }
    .development-process {
        padding-bottom: 85px;
        padding-top: 80px;
    }
    .development-cta {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 80px;
        padding-top: 80px;
    }
}
