.mobile-app-page {
    --mobile-navy: #071522;
    --mobile-navy-soft: #0d2232;
    --mobile-blue: #1a68ff;
    --mobile-cyan: #72dcff;
    --mobile-ice: #edf6fb;
    --mobile-mist: #f4f5f2;
    --mobile-warm: #f4eee7;
    --mobile-ink: #101722;
    --mobile-muted: #626b75;
    --mobile-line: #d7dce0;
    background: #fff;
}

.mobile-app-page .page-shell {
    overflow: hidden;
}

.mobile-app-page .container {
    width: min(calc(100% - 64px), 1360px);
}

.mobile-app-page h1,
.mobile-app-page h2,
.mobile-app-page h3 {
    font-family: "Cabinet Grotesk", "Geist", sans-serif;
    letter-spacing: -.045em;
}

.mobile-app-page h2 {
    margin: 0;
    font-size: clamp(2.6rem, 4.5vw, 5.2rem);
    font-weight: 500;
    line-height: .92;
}

.mobile-app-page .eyebrow {
    color: var(--mobile-blue);
}

.mobile-section {
    padding: clamp(96px, 11vw, 168px) 0;
}

.mobile-heading {
    max-width: 910px;
    margin-bottom: 64px;
}

.mobile-heading > p:last-child {
    max-width: 650px;
    margin: 30px 0 0;
    color: var(--mobile-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.mobile-heading-split {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: 8vw;
    align-items: end;
}

.mobile-heading-split > p:last-child {
    margin: 0;
}

.mobile-hero {
    min-height: 770px;
    padding: 95px 0 38px;
    color: #fff;
    background:
        radial-gradient(circle at 15% 20%, rgba(26, 104, 255, .18), transparent 33%),
        var(--mobile-navy);
}

.mobile-hero-layout {
    display: grid;
    min-height: 635px;
    grid-template-columns: minmax(0, 1.03fr) minmax(500px, .97fr);
    align-items: center;
}

.mobile-hero-copy {
    position: relative;
    z-index: 3;
    max-width: 790px;
    padding: 72px 42px 72px 0;
}

.mobile-hero-copy .eyebrow {
    color: var(--mobile-cyan);
}

.mobile-hero h1 {
    max-width: 880px;
    margin: 20px 0 31px;
    font-size: clamp(3.65rem, 5.6vw, 6.5rem);
    font-weight: 500;
    line-height: .87;
}

.mobile-hero h1 strong {
    color: var(--mobile-cyan);
    font-weight: inherit;
}

.mobile-hero-lead {
    max-width: 670px;
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: clamp(1.04rem, 1.35vw, 1.24rem);
    line-height: 1.65;
}

.mobile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    margin-top: 38px;
}

.mobile-text-link {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    color: #fff;
    font-size: .88rem;
    font-weight: 600;
    text-decoration: none;
}

.mobile-text-link span {
    transition: transform .35s ease;
}

.mobile-text-link:hover span {
    transform: translate(4px, 4px);
}

.mobile-hero-note {
    margin: 42px 0 0;
    color: rgba(255, 255, 255, .44);
    font-family: "JetBrains Mono", monospace;
    font-size: .64rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mobile-hero-media {
    position: relative;
    align-self: stretch;
    min-height: 635px;
    overflow: hidden;
    border-radius: 2px;
}

.mobile-hero-media::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, var(--mobile-navy) 0%, rgba(7, 21, 34, .12) 27%, transparent 65%),
        linear-gradient(0deg, rgba(7, 21, 34, .4), transparent 48%);
    content: "";
}

.mobile-hero-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
}

.mobile-device {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    border: 5px solid #111b23;
    border-radius: 36px;
    color: var(--mobile-ink);
    background: #f7fafc;
    box-shadow: 0 28px 65px rgba(0, 0, 0, .38);
}

.mobile-device-primary {
    right: 7%;
    bottom: 4%;
    width: 218px;
    height: 438px;
    transform: rotate(4deg);
}

.mobile-device-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 17px 7px;
    font-size: .57rem;
    font-weight: 700;
}

.mobile-device-status i {
    width: 44px;
    height: 12px;
    border-radius: 10px;
    background: #0e1820;
}

.mobile-device-screen {
    position: relative;
    min-height: calc(100% - 31px);
    padding: 25px 16px 16px;
    background: linear-gradient(145deg, #f9fbfc, #e9f4fb);
}

.mobile-ui-kicker {
    color: #66717a;
    font-family: "JetBrains Mono", monospace;
    font-size: .48rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mobile-device-screen > strong {
    display: block;
    max-width: 150px;
    margin-top: 5px;
    font-family: "Cabinet Grotesk", sans-serif;
    font-size: 1.55rem;
    font-weight: 500;
    line-height: .95;
}

.mobile-ui-card {
    display: flex;
    flex-direction: column;
    margin-top: 27px;
    padding: 17px;
    border-radius: 16px;
    color: #fff;
    background: var(--mobile-blue);
}

.mobile-ui-card span,
.mobile-ui-card small {
    opacity: .66;
    font-size: .48rem;
}

.mobile-ui-card b {
    margin: 15px 0 2px;
    font-size: .76rem;
}

.mobile-ui-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 15px;
}

.mobile-ui-row i {
    height: 60px;
    border: 1px solid #dbe2e7;
    border-radius: 12px;
    background: #fff;
}

.mobile-ui-nav {
    position: absolute;
    right: 14px;
    bottom: 15px;
    left: 14px;
    display: flex;
    justify-content: space-around;
    padding: 13px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 9px 22px rgba(17, 30, 40, .08);
}

.mobile-ui-nav i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bcc7ce;
}

.mobile-ui-nav i:first-child {
    background: var(--mobile-blue);
}

.mobile-hero-signal {
    position: absolute;
    z-index: 3;
    right: 23%;
    bottom: 10%;
    display: flex;
    min-width: 245px;
    flex-direction: column;
    gap: 7px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .22);
    color: #fff;
    background: rgba(7, 21, 34, .76);
    backdrop-filter: blur(14px);
}

.mobile-hero-signal span {
    color: var(--mobile-cyan);
    font-family: "JetBrains Mono", monospace;
    font-size: .55rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mobile-hero-signal strong {
    font-size: .76rem;
}

.mobile-statement {
    padding: clamp(110px, 14vw, 205px) 0;
    background: #fff;
}

.mobile-statement .eyebrow {
    margin-bottom: 35px;
}

.mobile-statement-text {
    max-width: 1260px;
    margin: 0;
    color: var(--mobile-ink);
    font-family: "Cabinet Grotesk", sans-serif;
    font-size: clamp(3rem, 6.2vw, 7.4rem);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .91;
}

.mobile-statement-text span {
    opacity: .16;
}

.mobile-usecases {
    background: var(--mobile-mist);
}

.mobile-usecase-grid {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2px;
    background: #d8dddf;
}

.mobile-usecase {
    position: relative;
    min-height: 305px;
    grid-column: span 3;
    overflow: hidden;
    padding: 34px;
    background: #fff;
    transition: transform .55s cubic-bezier(.22, 1, .36, 1), background-color .4s ease;
}

.mobile-usecase:hover {
    z-index: 2;
    transform: translateY(-7px);
}

.mobile-usecase-wide {
    min-height: 366px;
    grid-column: span 6;
}

.mobile-usecase > img {
    filter: invert(37%) sepia(99%) saturate(3677%) hue-rotate(218deg) brightness(98%) contrast(106%);
}

.mobile-usecase h3 {
    max-width: 390px;
    margin: 44px 0 15px;
    font-size: clamp(1.45rem, 2vw, 2.1rem);
    font-weight: 500;
    line-height: .98;
}

.mobile-usecase p {
    max-width: 420px;
    margin: 0;
    color: var(--mobile-muted);
    font-size: .89rem;
    line-height: 1.7;
}

.mobile-usecase-dark {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    gap: 35px;
    color: #fff;
    background: var(--mobile-navy);
}

.mobile-usecase-dark > img {
    position: absolute;
    top: 35px;
    left: 35px;
    filter: invert(1);
}

.mobile-usecase-dark h3 {
    margin-top: 78px;
    font-size: clamp(2.2rem, 3.2vw, 3.8rem);
}

.mobile-usecase-dark p {
    color: rgba(255, 255, 255, .62);
}

.mobile-usecase-blue {
    color: #fff;
    background: var(--mobile-blue);
}

.mobile-usecase-blue > img {
    filter: invert(1);
}

.mobile-usecase-blue p {
    color: rgba(255, 255, 255, .72);
}

.mobile-mini-screen {
    align-self: end;
    padding: 18px 14px;
    border: 4px solid rgba(255, 255, 255, .2);
    border-radius: 22px 22px 0 0;
    background: #f8fbfc;
    transform: translateY(45px) rotate(2deg);
}

.mobile-mini-screen span,
.mobile-mini-screen strong,
.mobile-mini-screen i {
    display: block;
    border-radius: 6px;
    background: #dfe8ee;
}

.mobile-mini-screen span {
    width: 34%;
    height: 6px;
}

.mobile-mini-screen strong {
    width: 75%;
    height: 17px;
    margin: 10px 0 28px;
    background: #1c2b36;
}

.mobile-mini-screen i {
    height: 39px;
    margin-top: 7px;
}

.mobile-mini-screen i:nth-last-child(2) {
    background: var(--mobile-blue);
}

.mobile-usecase-image {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(180px, .8fr);
    align-items: end;
    background: var(--mobile-warm);
}

.mobile-usecase-image h3 {
    margin: 13px 0 16px;
    font-size: clamp(2.1rem, 3.2vw, 3.6rem);
}

.mobile-usecase-image > div > span {
    color: #7b6456;
    font-family: "JetBrains Mono", monospace;
    font-size: .58rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mobile-usecase-image a {
    display: inline-block;
    margin-top: 28px;
    color: var(--mobile-ink);
    font-size: .78rem;
    font-weight: 700;
}

.mobile-field-map {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    border: 1px solid rgba(68, 53, 42, .16);
    background:
        linear-gradient(45deg, transparent 48%, rgba(68, 53, 42, .12) 49%, rgba(68, 53, 42, .12) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(68, 53, 42, .08) 49%, rgba(68, 53, 42, .08) 51%, transparent 52%);
    background-size: 54px 54px;
}

.mobile-field-map i {
    position: absolute;
    width: 13px;
    height: 13px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--mobile-blue);
    box-shadow: 0 4px 12px rgba(20, 31, 39, .25);
}

.mobile-field-map i:nth-child(1) { top: 23%; left: 26%; }
.mobile-field-map i:nth-child(2) { top: 58%; left: 66%; }
.mobile-field-map i:nth-child(3) { top: 71%; left: 34%; }

.mobile-field-map span {
    position: absolute;
    top: 28%;
    left: 29%;
    width: 39%;
    height: 38%;
    border-right: 2px dashed rgba(26, 104, 255, .55);
    border-bottom: 2px dashed rgba(26, 104, 255, .55);
    transform: skew(-18deg);
}

.mobile-choices {
    background: #fff;
}

.mobile-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--mobile-line);
    border-bottom: 1px solid var(--mobile-line);
}

.mobile-choice-grid article {
    min-height: 520px;
    padding: 36px;
    border-right: 1px solid var(--mobile-line);
    background: #fff;
    transition: flex .6s ease, transform .5s ease, background .4s ease;
}

.mobile-choice-grid article:last-child {
    border-right: 0;
}

.mobile-choice-grid article:hover {
    transform: translateY(-8px);
    background: var(--mobile-ice);
}

.mobile-choice-grid article.is-emphasized {
    color: #fff;
    background: var(--mobile-blue);
}

.mobile-choice-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 100px;
}

.mobile-choice-top span {
    color: var(--mobile-muted);
    font-family: "JetBrains Mono", monospace;
    font-size: .58rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mobile-choice-top strong {
    font-size: .74rem;
}

.mobile-choice-grid .is-emphasized .mobile-choice-top span {
    color: rgba(255, 255, 255, .65);
}

.mobile-choice-grid h3 {
    max-width: 320px;
    margin: 0 0 24px;
    font-size: clamp(1.7rem, 2.45vw, 2.85rem);
    font-weight: 500;
    line-height: .97;
}

.mobile-choice-grid p {
    max-width: 355px;
    min-height: 95px;
    margin: 0;
    color: var(--mobile-muted);
    font-size: .89rem;
    line-height: 1.7;
}

.mobile-choice-grid .is-emphasized p {
    color: rgba(255, 255, 255, .76);
}

.mobile-choice-grid ul {
    display: grid;
    gap: 12px;
    margin: 34px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid var(--mobile-line);
    list-style: none;
}

.mobile-choice-grid .is-emphasized ul {
    border-color: rgba(255, 255, 255, .25);
}

.mobile-choice-grid li {
    position: relative;
    padding-left: 18px;
    color: var(--mobile-muted);
    font-size: .77rem;
}

.mobile-choice-grid .is-emphasized li {
    color: rgba(255, 255, 255, .8);
}

.mobile-choice-grid li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--mobile-blue);
    content: "";
}

.mobile-choice-grid .is-emphasized li::before {
    background: var(--mobile-cyan);
}

.mobile-system {
    color: #fff;
    background:
        radial-gradient(circle at 70% 42%, rgba(26, 104, 255, .2), transparent 35%),
        var(--mobile-navy);
}

.mobile-system-layout {
    display: grid;
    grid-template-columns: minmax(320px, .65fr) minmax(600px, 1.35fr);
    gap: 8vw;
    align-items: center;
}

.mobile-system-copy h2 {
    max-width: 570px;
}

.mobile-system-copy > p:not(.eyebrow) {
    max-width: 510px;
    margin: 30px 0 38px;
    color: rgba(255, 255, 255, .62);
    line-height: 1.75;
}

.mobile-system-copy .eyebrow {
    color: var(--mobile-cyan);
}

.mobile-system-visual {
    position: relative;
    min-height: 650px;
}

.mobile-system-node {
    position: absolute;
    z-index: 2;
    display: flex;
    width: 190px;
    min-height: 125px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 21px;
    border: 1px solid rgba(255, 255, 255, .19);
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(12px);
}

.mobile-system-node small {
    margin-bottom: auto;
    color: var(--mobile-cyan);
    font-family: "JetBrains Mono", monospace;
    font-size: .52rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mobile-system-node strong {
    margin: 20px 0 5px;
    font-family: "Cabinet Grotesk", sans-serif;
    font-size: 1.35rem;
    font-weight: 500;
}

.mobile-system-node span {
    color: rgba(255, 255, 255, .5);
    font-size: .63rem;
}

.mobile-system-app {
    top: 228px;
    left: 0;
    color: var(--mobile-ink);
    background: var(--mobile-cyan);
}

.mobile-system-app small,
.mobile-system-app span {
    color: rgba(8, 24, 37, .62);
}

.mobile-system-api {
    top: 228px;
    left: calc(50% - 95px);
    border-color: var(--mobile-blue);
    background: var(--mobile-blue);
    box-shadow: 0 0 70px rgba(26, 104, 255, .22);
}

.mobile-system-admin { top: 16px; right: 0; }
.mobile-system-crm { top: 263px; right: 0; }
.mobile-system-services { right: 0; bottom: 16px; }

.mobile-system-lines span {
    position: absolute;
    z-index: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(114, 220, 255, .1), var(--mobile-cyan), rgba(114, 220, 255, .1));
    transform-origin: left center;
}

.mobile-system-lines span:nth-child(1) {
    top: 289px;
    left: 190px;
    width: calc(50% - 190px);
}

.mobile-system-lines span:nth-child(2) {
    top: 235px;
    left: 50%;
    width: 26%;
    transform: rotate(-31deg);
}

.mobile-system-lines span:nth-child(3) {
    top: 290px;
    left: 50%;
    width: 29%;
}

.mobile-system-lines span:nth-child(4) {
    top: 348px;
    left: 50%;
    width: 29%;
    transform: rotate(31deg);
}

.mobile-process {
    background: var(--mobile-ice);
}

.mobile-process-layout {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(560px, 1.28fr);
    gap: 9vw;
    align-items: start;
}

.mobile-process-title {
    align-self: start;
}

.mobile-process-title h2 {
    max-width: 560px;
}

.mobile-process-title > p:last-child {
    max-width: 430px;
    margin-top: 28px;
    color: var(--mobile-muted);
    line-height: 1.7;
}

.mobile-process-stack {
    display: grid;
    gap: 22px;
}

.mobile-process-card {
    position: sticky;
    top: 120px;
    min-height: 320px;
    padding: 42px;
    border: 1px solid #cedde5;
    background: #fff;
    box-shadow: 0 24px 50px rgba(25, 49, 64, .08);
}

.mobile-process-card:nth-child(2) { top: 137px; background: #f9fcfd; }
.mobile-process-card:nth-child(3) { top: 154px; background: #f1f8fc; }
.mobile-process-card:nth-child(4) { top: 171px; background: #e8f4fb; }
.mobile-process-card:nth-child(5) { top: 188px; color: #fff; background: var(--mobile-blue); }

.mobile-process-card > span {
    color: var(--mobile-blue);
    font-family: "JetBrains Mono", monospace;
    font-size: .62rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mobile-process-card:nth-child(5) > span {
    color: var(--mobile-cyan);
}

.mobile-process-card h3 {
    max-width: 620px;
    margin: 80px 0 21px;
    font-size: clamp(2rem, 3.2vw, 3.75rem);
    font-weight: 500;
    line-height: .95;
}

.mobile-process-card p {
    max-width: 580px;
    margin: 0;
    color: var(--mobile-muted);
    font-size: .91rem;
    line-height: 1.7;
}

.mobile-process-card:nth-child(5) p {
    color: rgba(255, 255, 255, .72);
}

.mobile-mid-cta {
    padding: clamp(90px, 9vw, 130px) 0;
    color: var(--mobile-ink);
    background: var(--mobile-cyan);
}

.mobile-mid-cta .container {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
    gap: 8vw;
    align-items: end;
}

.mobile-mid-cta .eyebrow {
    color: #164e67;
}

.mobile-mid-cta h2 {
    max-width: 780px;
}

.mobile-mid-cta p:not(.eyebrow) {
    margin: 0 0 28px;
    color: #254755;
    line-height: 1.7;
}

.mobile-quality {
    background: #fff;
}

.mobile-quality-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
    gap: 7vw;
    align-items: center;
}

.mobile-quality-media {
    position: relative;
    min-height: 700px;
    margin: 0;
    overflow: hidden;
}

.mobile-quality-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(7, 21, 34, .65), transparent 42%);
    content: "";
}

.mobile-quality-media img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.mobile-quality-media figcaption {
    position: absolute;
    z-index: 2;
    right: 35px;
    bottom: 30px;
    left: 35px;
    color: rgba(255, 255, 255, .78);
    font-size: .72rem;
}

.mobile-quality-copy h2 {
    max-width: 610px;
}

.mobile-quality-copy > p:not(.eyebrow):not(.mobile-quality-note) {
    margin: 28px 0 32px;
    color: var(--mobile-muted);
    line-height: 1.75;
}

.mobile-quality-copy ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--mobile-line);
    list-style: none;
}

.mobile-quality-copy li {
    display: grid;
    grid-template-columns: 105px 1fr;
    gap: 20px;
    padding: 19px 0;
    border-bottom: 1px solid var(--mobile-line);
    color: var(--mobile-muted);
    font-size: .8rem;
    line-height: 1.55;
}

.mobile-quality-copy li span {
    color: var(--mobile-ink);
    font-weight: 700;
}

.mobile-quality-note {
    margin: 28px 0 0;
    padding-left: 18px;
    border-left: 2px solid var(--mobile-blue);
    color: var(--mobile-muted);
    font-size: .74rem;
    line-height: 1.6;
}

.mobile-budget {
    background: var(--mobile-warm);
}

.mobile-budget-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #d7cdc2;
    border-left: 1px solid #d7cdc2;
}

.mobile-budget-grid article {
    min-height: 235px;
    padding: 30px;
    border-right: 1px solid #d7cdc2;
    border-bottom: 1px solid #d7cdc2;
    background: rgba(255, 255, 255, .2);
}

.mobile-budget-grid span {
    color: #8d7768;
    font-family: "JetBrains Mono", monospace;
    font-size: .58rem;
}

.mobile-budget-grid h3 {
    margin: 55px 0 13px;
    font-size: 1.65rem;
    font-weight: 500;
}

.mobile-budget-grid p {
    max-width: 310px;
    margin: 0;
    color: #756b64;
    font-size: .83rem;
    line-height: 1.65;
}

.mobile-budget-link {
    display: inline-flex;
    gap: 15px;
    margin-top: 38px;
    color: var(--mobile-ink);
    font-size: .9rem;
    font-weight: 700;
}

.mobile-delivery {
    color: #fff;
    background: var(--mobile-navy);
}

.mobile-delivery .eyebrow {
    color: var(--mobile-cyan);
}

.mobile-delivery-rail {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 70px;
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.mobile-delivery-rail > div {
    display: flex;
    min-height: 210px;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 23px;
    border-right: 1px solid rgba(255, 255, 255, .18);
}

.mobile-delivery-rail > div:last-child {
    border-right: 0;
}

.mobile-delivery-rail span {
    color: var(--mobile-cyan);
    font-family: "JetBrains Mono", monospace;
    font-size: .55rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.mobile-delivery-rail strong {
    max-width: 160px;
    font-family: "Cabinet Grotesk", sans-serif;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.05;
}

.mobile-delivery-note {
    max-width: 800px;
    margin: 38px 0 0 auto;
    color: rgba(255, 255, 255, .56);
    font-size: .85rem;
    line-height: 1.7;
}

.mobile-faq {
    background: var(--mobile-mist);
}

.mobile-faq-layout {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr);
    gap: 9vw;
}

.mobile-faq-layout h2 {
    max-width: 590px;
}

.mobile-faq .faq {
    border-top: 1px solid var(--mobile-line);
}

.mobile-faq .faq details {
    border-color: var(--mobile-line);
}

.mobile-faq .faq summary {
    color: var(--mobile-ink);
}

.mobile-faq .faq p {
    color: var(--mobile-muted);
}

.mobile-related {
    background: #fff;
}

.mobile-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--mobile-line);
}

.mobile-related-grid a {
    position: relative;
    display: flex;
    min-height: 360px;
    flex-direction: column;
    padding: 34px;
    border-right: 1px solid var(--mobile-line);
    color: var(--mobile-ink);
    background: #fff;
    text-decoration: none;
    transition: color .35s ease, background-color .35s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
}

.mobile-related-grid a:last-child {
    border-right: 0;
}

.mobile-related-grid a:hover {
    z-index: 2;
    color: #fff;
    background: var(--mobile-blue);
    transform: translateY(-8px);
}

.mobile-related-grid a > span {
    color: var(--mobile-blue);
    font-family: "JetBrains Mono", monospace;
    font-size: .57rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mobile-related-grid a:hover > span {
    color: var(--mobile-cyan);
}

.mobile-related-grid h3 {
    max-width: 330px;
    margin: auto 0 0;
    font-size: clamp(1.7rem, 2.5vw, 2.75rem);
    font-weight: 500;
    line-height: .98;
}

.mobile-related-grid i {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 1.15rem;
    font-style: normal;
    transition: transform .35s ease;
}

.mobile-related-grid a:hover i {
    transform: translate(5px, -5px);
}

@media (max-width: 1120px) {
    .mobile-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
    }

    .mobile-hero h1 {
        font-size: clamp(3.35rem, 5.6vw, 5.5rem);
    }

    .mobile-device-primary {
        right: 4%;
        width: 185px;
        height: 378px;
    }

    .mobile-hero-signal {
        right: 21%;
    }

    .mobile-system-layout {
        grid-template-columns: 1fr;
    }

    .mobile-system-copy {
        max-width: 720px;
    }

    .mobile-system-visual {
        width: min(100%, 850px);
        margin: 0 auto;
    }

    .mobile-usecase,
    .mobile-usecase-wide {
        grid-column: span 6;
    }

    .mobile-choice-grid article {
        padding: 28px;
    }

    .mobile-quality-layout {
        grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
        gap: 5vw;
    }

    .mobile-delivery-rail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-left: 1px solid rgba(255, 255, 255, .18);
    }

    .mobile-delivery-rail > div {
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }
}

@media (max-width: 900px) {
    .mobile-app-page .container {
        width: min(calc(100% - 36px), 1360px);
    }

    .mobile-section {
        padding: 100px 0;
    }

    .mobile-heading-split,
    .mobile-process-layout,
    .mobile-mid-cta .container,
    .mobile-quality-layout,
    .mobile-faq-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .mobile-hero {
        min-height: auto;
        padding-top: 115px;
    }

    .mobile-hero-layout {
        grid-template-columns: 1fr;
    }

    .mobile-hero-copy {
        max-width: 820px;
        padding: 50px 0 70px;
    }

    .mobile-hero h1 {
        max-width: 780px;
        font-size: clamp(3.45rem, 9vw, 6.2rem);
    }

    .mobile-hero-media {
        min-height: 590px;
    }

    .mobile-hero-media::before {
        background: linear-gradient(0deg, rgba(7, 21, 34, .68), transparent 45%);
    }

    .mobile-choice-grid {
        grid-template-columns: 1fr;
        border-left: 1px solid var(--mobile-line);
    }

    .mobile-choice-grid article {
        min-height: auto;
        border-right: 1px solid var(--mobile-line);
        border-bottom: 1px solid var(--mobile-line);
    }

    .mobile-choice-top {
        margin-bottom: 65px;
    }

    .mobile-choice-grid p {
        min-height: auto;
    }

    .mobile-process-title {
        position: static !important;
        transform: none !important;
    }

    .mobile-process-card {
        position: relative;
        top: auto !important;
    }

    .mobile-quality-media,
    .mobile-quality-media img {
        height: 620px;
        min-height: 620px;
    }

    .mobile-budget-grid,
    .mobile-related-grid {
        grid-template-columns: 1fr;
    }

    .mobile-related-grid {
        border-left: 1px solid var(--mobile-line);
    }

    .mobile-related-grid a {
        min-height: 300px;
        border-bottom: 1px solid var(--mobile-line);
    }
}

@media (max-width: 620px) {
    .mobile-app-page .container {
        width: min(calc(100% - 28px), 1360px);
    }

    .mobile-section {
        padding: 78px 0;
    }

    .mobile-heading {
        margin-bottom: 42px;
    }

    .mobile-app-page h2 {
        font-size: clamp(2.45rem, 12.5vw, 4.1rem);
    }

    .mobile-hero {
        padding-top: 80px;
    }

    .mobile-hero-copy {
        padding: 55px 0 60px;
    }

    .mobile-hero h1 {
        margin-top: 16px;
        font-size: clamp(2.82rem, 13.2vw, 4.35rem);
        line-height: .88;
    }

    .mobile-hero-lead {
        font-size: 1rem;
    }

    .mobile-actions {
        align-items: stretch;
    }

    .mobile-actions .button {
        width: 100%;
        justify-content: center;
    }

    .mobile-hero-note {
        font-size: .54rem;
        line-height: 1.6;
    }

    .mobile-hero-media {
        min-height: 490px;
        margin: 0 -14px;
    }

    .mobile-device-primary {
        right: 8%;
        bottom: -4%;
        width: 155px;
        height: 315px;
        border-width: 4px;
        border-radius: 29px;
    }

    .mobile-device-screen {
        padding: 15px 11px 11px;
    }

    .mobile-device-screen > strong {
        font-size: 1.12rem;
    }

    .mobile-ui-card {
        margin-top: 17px;
        padding: 12px;
    }

    .mobile-ui-row i {
        height: 39px;
    }

    .mobile-hero-signal {
        right: auto;
        bottom: 7%;
        left: 5%;
        min-width: 205px;
        padding: 13px;
    }

    .mobile-hero-signal strong {
        font-size: .65rem;
    }

    .mobile-statement {
        padding: 105px 0;
    }

    .mobile-statement-text {
        font-size: clamp(2.8rem, 13.5vw, 4.4rem);
    }

    .mobile-usecase,
    .mobile-usecase-wide {
        min-height: 290px;
        grid-column: span 12;
        padding: 27px;
    }

    .mobile-usecase-dark,
    .mobile-usecase-image {
        grid-template-columns: 1fr;
    }

    .mobile-usecase-dark h3 {
        margin-top: 76px;
    }

    .mobile-mini-screen {
        display: none;
    }

    .mobile-field-map {
        min-height: 190px;
    }

    .mobile-choice-grid article {
        padding: 27px;
    }

    .mobile-choice-top {
        margin-bottom: 45px;
    }

    .mobile-system-visual {
        min-height: 650px;
    }

    .mobile-system-node {
        width: 150px;
        min-height: 105px;
        padding: 15px;
    }

    .mobile-system-app {
        top: 0;
        left: 0;
    }

    .mobile-system-api {
        top: 148px;
        left: calc(50% - 75px);
    }

    .mobile-system-admin {
        top: 308px;
        right: auto;
        left: 0;
    }

    .mobile-system-crm {
        top: 308px;
        right: 0;
    }

    .mobile-system-services {
        right: calc(50% - 75px);
        bottom: 0;
    }

    .mobile-system-lines span:nth-child(1) {
        top: 105px;
        left: 73px;
        width: 135px;
        transform: rotate(48deg);
    }

    .mobile-system-lines span:nth-child(2) {
        top: 253px;
        left: 50%;
        width: 145px;
        transform: rotate(124deg);
    }

    .mobile-system-lines span:nth-child(3) {
        top: 253px;
        left: 50%;
        width: 145px;
        transform: rotate(56deg);
    }

    .mobile-system-lines span:nth-child(4) {
        top: 413px;
        left: 50%;
        width: 130px;
        transform: rotate(90deg);
    }

    .mobile-process-card {
        min-height: 300px;
        padding: 28px;
    }

    .mobile-process-card h3 {
        margin-top: 62px;
    }

    .mobile-mid-cta {
        padding: 75px 0;
    }

    .mobile-quality-media,
    .mobile-quality-media img {
        height: 460px;
        min-height: 460px;
    }

    .mobile-quality-copy li {
        grid-template-columns: 78px 1fr;
        gap: 12px;
    }

    .mobile-budget-grid {
        grid-template-columns: 1fr;
    }

    .mobile-budget-grid article {
        min-height: 205px;
    }

    .mobile-delivery-rail {
        grid-template-columns: 1fr;
    }

    .mobile-delivery-rail > div {
        min-height: 150px;
    }

    .mobile-delivery-rail strong {
        max-width: 260px;
    }

    .mobile-related-grid a {
        min-height: 270px;
        padding: 27px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-usecase,
    .mobile-choice-grid article,
    .mobile-related-grid a,
    .mobile-device-primary {
        transition: none;
        transform: none !important;
    }
}
