:root {
    --bg: #ffffff;
    --bg-soft: #f7f9fc;
    --bg-blue: #eff6fc;
    --ink: #0d131a;
    --muted: #56585e;
    --line: #dfe7ef;
    --brand: #528ac5;
    --brand-dark: #255d8c;
    --accent: #25a678;
    --panel: #ffffff;
    --shadow: 0 14px 36px rgba(13, 19, 26, 0.09);
    --container: 980px;
    --header-height: 60px;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 90%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--bg);
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid rgba(82, 138, 197, 0.42);
    outline-offset: 4px;
}

.skip-link {
    position: absolute;
    left: 16px;
    top: 12px;
    z-index: 100;
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--ink);
    color: #fff;
    transform: translateY(-140%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(223, 231, 239, 0.8);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
}

.topbar,
.hero,
.section,
.page-hero,
.site-footer {
    width: min(var(--container), calc(100% - 32px));
    margin: 0 auto;
}

.topbar {
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-logo {
    width: 38px;
    height: 38px;
    object-fit: contain;
    flex: 0 0 auto;
    mix-blend-mode: multiply;
}

.brand-text {
    display: grid;
    gap: 1px;
}

.brand-text strong {
    font-size: 1rem;
    letter-spacing: 0;
}

.brand-text span {
    color: var(--muted);
    font-size: 0.78rem;
    white-space: nowrap;
}

.nav-panel {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 650;
}

.nav-panel a:hover {
    color: var(--brand-dark);
}

.nav-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--brand);
    border-radius: 8px;
    background: var(--brand);
    color: #fff;
    font-weight: 750;
    box-shadow: 0 14px 34px rgba(82, 138, 197, 0.24);
}

.button-secondary {
    border-color: var(--line);
    background: #fff;
    color: var(--ink);
    box-shadow: none;
}

.button-compact {
    margin-top: 12px;
}

.menu-toggle {
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.menu-toggle-line {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--ink);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hero {
    min-height: calc(100svh - var(--header-height));
    display: grid;
    grid-template-columns: 1fr 0.92fr;
    align-items: center;
    gap: 42px;
    padding: 44px 0 56px;
}

.hero-copy,
.section-heading {
    max-width: 760px;
}

.eyebrow,
.card-kicker,
.tag {
    margin: 0 0 12px;
    color: var(--brand-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    line-height: 1.08;
    letter-spacing: 0;
}

h1 {
    margin-bottom: 18px;
    font-size: 3.55rem;
}

h1 span {
    color: var(--brand-dark);
}

h2 {
    margin-bottom: 14px;
    font-size: 2.45rem;
}

h3 {
    margin-bottom: 10px;
    font-size: 1.18rem;
}

.hero-lead,
.page-hero p {
    color: var(--ink);
    font-size: 1.12rem;
    line-height: 1.55;
}

.hero p,
.section-heading p,
.split-section p,
.service-card p,
.product-band p,
.mobility-stack p,
.site-footer p,
.legal-content p {
    color: var(--muted);
}

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

.text-link {
    display: inline-flex;
    align-items: center;
    color: var(--brand-dark);
    font-weight: 760;
}

.text-link::after {
    content: ">";
    margin-left: 8px;
}

.brand-highlight {
    color: var(--brand);
    font-weight: 800;
}

.hero-visual {
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: var(--bg-soft);
    box-shadow: var(--shadow);
}

.hero-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.legacy-hero {
    width: 100%;
    min-height: 560px;
    height: min(660px, calc(100svh - var(--header-height)));
    position: relative;
    display: grid;
    place-items: center;
    padding: 48px max(16px, calc((100% - var(--container)) / 2));
    overflow: hidden;
    background: var(--ink);
}

.legacy-hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.legacy-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
}

.legacy-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(13, 19, 26, 0.2), rgba(13, 19, 26, 0.34)),
        linear-gradient(180deg, rgba(13, 19, 26, 0.3), rgba(13, 19, 26, 0.6));
}

.legacy-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.legacy-hero-copy h1 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 4rem;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.legacy-hero-copy .eyebrow {
    color: rgba(255, 255, 255, 0.86);
}

.legacy-hero-copy .hero-lead {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.22rem;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.36);
}

.legacy-hero-copy h1 span,
.legacy-hero-copy .brand-highlight {
    color: #74ace8;
}

.rating {
    margin: 20px 0 0;
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0;
}

.legacy-services {
    display: grid;
    gap: 56px;
}

.legacy-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 34px;
}

.legacy-feature-reverse {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.legacy-feature-reverse .legacy-feature-copy {
    order: 2;
}

.legacy-feature-reverse img {
    order: 1;
}

.legacy-feature img {
    width: 100%;
    aspect-ratio: 16 / 10;
    max-height: 360px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.legacy-feature-copy {
    max-width: 650px;
}

.legacy-feature-copy p,
.legacy-feature-copy li {
    color: var(--muted);
    font-size: 0.98rem;
}

.legacy-feature-copy ul {
    margin: 0;
    padding-left: 20px;
}

.legacy-summary {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 0.52fr;
    gap: 34px;
    padding: 58px max(16px, calc((100% - var(--container)) / 2));
    background: var(--ink);
    color: #fff;
}

.legacy-summary p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.76);
}

.legacy-contact {
    display: grid;
    align-content: start;
    gap: 12px;
}

.legacy-contact a {
    color: #fff;
    font-size: 1.04rem;
    font-weight: 750;
}

.section,
.page-hero {
    padding: 62px 0;
}

.section-intro,
.proof-section {
    width: 100%;
    padding-left: max(16px, calc((100% - var(--container)) / 2));
    padding-right: max(16px, calc((100% - var(--container)) / 2));
    background: var(--bg-soft);
}

.page-hero {
    padding-top: 70px;
    padding-bottom: 44px;
}

.compact-hero,
.legal-hero {
    padding-bottom: 32px;
}

.page-hero h1 {
    max-width: 980px;
}

.page-hero p {
    max-width: 840px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.apps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

.service-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
    min-height: 220px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel);
    box-shadow: 0 12px 42px rgba(13, 19, 26, 0.06);
}

.app-card {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    align-items: stretch;
    gap: 0;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 12px 42px rgba(13, 19, 26, 0.06);
}

.app-card h2 {
    margin-bottom: 8px;
    font-size: 2rem;
}

.app-card-media {
    display: flex;
    min-width: 0;
}

.app-card-content {
    display: grid;
    align-content: center;
    gap: 10px;
    min-width: 0;
    padding-left: 24px;
}

.app-promo-wrap {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.app-promo {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 210px;
    max-height: 320px;
    aspect-ratio: 16 / 8;
    object-fit: contain;
}

.app-logo-wrap {
    width: 132px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.app-logo {
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
}

.app-card p {
    color: var(--muted);
}

.app-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    margin: 4px 0 6px;
    padding: 0;
    list-style: none;
}

.app-features li {
    position: relative;
    padding-left: 18px;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.35;
}

.app-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--brand);
}

.app-status {
    width: fit-content;
    margin: 8px 0 4px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(37, 166, 120, 0.1);
    color: var(--accent);
    font-size: 0.86rem;
    font-weight: 800;
}

.app-store-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2px;
}

.store-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--ink);
    border-radius: 8px;
    background: var(--ink);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
}

.store-button:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
}

.app-screenshots {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.app-screenshots img {
    width: 100%;
    max-height: 190px;
    border: 1px solid var(--line);
    border-radius: 8px;
    object-fit: cover;
    object-position: top;
    background: #fff;
    box-shadow: 0 10px 24px rgba(13, 19, 26, 0.08);
}

.app-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    align-items: center;
    gap: 32px;
}

.app-detail-copy {
    display: grid;
    gap: 16px;
}

.app-detail-title {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
}

.app-detail-logo {
    width: 86px;
    aspect-ratio: 1;
    object-fit: contain;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.app-detail-promo {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.app-detail-promo img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8;
    object-fit: contain;
}

.app-detail-section {
    display: grid;
    gap: 28px;
}

.app-feature-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.app-feature-grid article {
    min-height: 138px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #fff8df 100%);
}

.app-feature-grid span {
    display: block;
    width: 28px;
    height: 6px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: #f4c400;
}

.app-screenshots-section {
    padding-top: 24px;
}

.app-screenshots-large img {
    max-height: 440px;
    object-fit: cover;
}

.clients-section {
    padding-top: 24px;
}

.clients-heading {
    margin: 0 auto 28px;
    text-align: center;
}

.clients-heading p {
    margin-left: auto;
    margin-right: auto;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.client-logo-card {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(13, 19, 26, 0.05);
}

.client-logo-card img {
    display: block;
    max-width: 100%;
    max-height: 54px;
    object-fit: contain;
}

.services-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 160px;
    align-items: center;
    gap: 28px;
}

.services-hero-mark {
    width: 160px;
    aspect-ratio: 1;
    object-fit: contain;
    justify-self: end;
    mix-blend-mode: multiply;
}

.differential-band {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 30px;
    padding-top: 20px;
}

.differential-copy {
    max-width: 560px;
}

.differential-copy p {
    color: var(--muted);
}

.differential-figure {
    margin: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow);
}

.differential-figure img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 360px;
    object-fit: cover;
}

.services-page {
    display: grid;
    gap: 30px;
}

.service-division {
    display: grid;
    grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
    gap: 24px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 12px 42px rgba(13, 19, 26, 0.05);
}

.service-division-heading {
    align-self: start;
    position: sticky;
    top: 88px;
}

.service-division-heading h2 {
    font-size: 2.2rem;
}

.service-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.service-detail-card {
    min-height: 220px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.service-detail-image {
    display: block;
    width: calc(100% + 40px);
    max-width: none;
    margin: -20px -20px 18px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-bottom: 1px solid var(--line);
}

.service-detail-card-wide {
    grid-row: span 2;
}

.service-detail-card p {
    color: var(--muted);
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.service-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(82, 138, 197, 0.24);
    border-radius: 8px;
    background: #eff6fc;
    color: var(--brand-dark);
    font-size: 0.9rem;
    font-weight: 760;
}

.services-page > .service-division:first-child,
.services-page > .service-division:nth-child(2),
.services-page > .service-division:last-child {
    grid-template-columns: 1fr;
    padding: 28px;
}

.services-page > .service-division:first-child .service-division-heading,
.services-page > .service-division:nth-child(2) .service-division-heading,
.services-page > .service-division:last-child .service-division-heading {
    position: static;
    max-width: 760px;
    margin: 0 auto 22px;
    text-align: center;
}

.services-page > .service-division:first-child .service-division-heading .eyebrow,
.services-page > .service-division:nth-child(2) .service-division-heading .eyebrow,
.services-page > .service-division:last-child .service-division-heading .eyebrow {
    display: none;
}

.services-page > .service-division:first-child .service-division-heading h2,
.services-page > .service-division:nth-child(2) .service-division-heading h2,
.services-page > .service-division:last-child .service-division-heading h2 {
    font-size: 3rem;
}

.services-page > .service-division:first-child .service-detail-grid,
.services-page > .service-division:nth-child(2) .service-detail-grid,
.services-page > .service-division:last-child .service-detail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.services-page > .service-division:first-child .service-detail-card,
.services-page > .service-division:nth-child(2) .service-detail-card,
.services-page > .service-division:last-child .service-detail-card {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.services-page > .service-division:first-child .service-detail-image,
.services-page > .service-division:nth-child(2) .service-detail-image,
.services-page > .service-division:last-child .service-detail-image {
    width: 100%;
    margin: 0 0 24px;
    aspect-ratio: 16 / 10.6;
    max-height: 250px;
    border: 0;
    border-radius: 8px;
}

.services-page > .service-division:first-child .service-detail-card h3,
.services-page > .service-division:nth-child(2) .service-detail-card h3,
.services-page > .service-division:last-child .service-detail-card h3 {
    font-size: 1.65rem;
}

.services-page > .service-division:first-child .service-tags,
.services-page > .service-division:nth-child(2) .service-tags,
.services-page > .service-division:last-child .service-tags {
    display: none;
}

.rich-card {
    min-height: 260px;
}

.card-icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 8px;
    background: #eaf3fb;
    color: var(--brand-dark);
    font-size: 0.78rem;
    font-weight: 850;
}

.split-section {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    gap: 52px;
}

.split-reverse {
    grid-template-columns: 1.08fr 0.92fr;
}

.highlight-list,
.tech-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-content: center;
}

.highlight-list span,
.tech-cloud span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    font-weight: 700;
}

.highlight-list span:nth-child(3n),
.tech-cloud span:nth-child(4n) {
    border-color: rgba(37, 166, 120, 0.28);
    background: rgba(37, 166, 120, 0.08);
}

.product-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 26px;
    border: 1px solid rgba(82, 138, 197, 0.28);
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #edf6ff 100%);
}

.product-band h3 {
    max-width: 620px;
    font-size: 1.9rem;
}

.standalone-product {
    display: block;
}

.tag {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 10px;
    border-radius: 8px;
    background: rgba(82, 138, 197, 0.12);
}

.mobility-stack {
    display: grid;
    gap: 14px;
}

.mobility-stack article,
.contact-details article {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.contact-band {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 54px max(16px, calc((100% - var(--container)) / 2));
    background: var(--ink);
    color: #fff;
}

.contact-band h2 {
    max-width: 780px;
}

.contact-band p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.76);
}

.contact-band .eyebrow {
    color: #9bd9c1;
}

.contact-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.contact-actions-inline {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 18px;
}

.contact-band .button-secondary {
    border-color: rgba(255, 255, 255, 0.26);
    background: transparent;
    color: #fff;
}

.contact-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.contact-details span {
    display: block;
    margin-bottom: 8px;
    color: var(--brand-dark);
    font-weight: 800;
}

.contact-details a,
.contact-details p {
    color: var(--ink);
    font-size: 1.04rem;
    font-weight: 700;
}

.legal-content {
    max-width: 880px;
}

.legal-content a {
    color: var(--brand-dark);
    font-weight: 700;
}

.site-footer {
    width: 100%;
    padding: 48px 0 22px;
    background: var(--ink);
    color: #fff;
}

.footer-grid {
    width: min(var(--container), calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: start;
    gap: 56px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-about {
    max-width: 720px;
}

.footer-about .eyebrow {
    color: #9bd9c1;
}

.footer-about h2 {
    max-width: 620px;
    margin-bottom: 16px;
    color: #fff;
}

.footer-about p {
    color: rgba(255, 255, 255, 0.76);
}

.footer-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    justify-content: end;
    gap: 48px;
}

.footer-links {
    display: grid;
    align-content: start;
    gap: 4px;
}

.footer-links strong {
    margin-bottom: 6px;
    color: #fff;
    font-size: 1.02rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.96rem;
    line-height: 1.32;
}

.footer-bottom {
    width: min(var(--container), calc(100% - 32px));
    margin: 14px auto 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.84rem;
}

@media (max-width: 1536px) {
    :root {
        --container: 1000px;
        --header-height: 62px;
    }

    body {
        font-size: 0.94rem;
    }

    h1,
    .legacy-hero-copy h1 {
        font-size: 2.95rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.06rem;
    }

    .hero-lead,
    .page-hero p {
        font-size: 1.02rem;
    }

    .legacy-hero {
        min-height: 480px;
        height: min(540px, calc(100svh - var(--header-height)));
        padding-top: 34px;
        padding-bottom: 38px;
    }

    .legacy-hero-copy .hero-lead {
        max-width: 760px;
        font-size: 1.08rem;
    }

    .section,
    .page-hero {
        padding: 46px 0;
    }

    .legacy-services {
        gap: 46px;
    }

    .legacy-feature {
        gap: 28px;
    }

    .legacy-feature img,
    .differential-figure img {
        max-height: 285px;
    }

    .service-card,
    .service-detail-card {
        min-height: 190px;
        padding: 18px;
    }

    .service-detail-image {
        width: calc(100% + 36px);
        margin: -18px -18px 16px;
    }

    .app-card,
    .service-division,
    .services-page > .service-division:first-child,
    .services-page > .service-division:nth-child(2),
    .services-page > .service-division:last-child {
        padding: 22px;
    }

    .app-promo {
        min-height: 190px;
        max-height: 255px;
    }
}

@media (max-width: 1366px) {
    :root {
        --container: 960px;
        --header-height: 58px;
    }

    body {
        font-size: 0.92rem;
    }

    h1,
    .legacy-hero-copy h1 {
        font-size: 2.7rem;
    }

    h2 {
        font-size: 1.82rem;
    }

    h3 {
        font-size: 1.02rem;
    }

    .hero,
    .legacy-hero {
        gap: 26px;
        padding-top: 30px;
        padding-bottom: 34px;
    }

    .legacy-hero {
        min-height: 430px;
        height: min(500px, calc(100svh - var(--header-height)));
    }

    .legacy-hero-copy .hero-lead {
        max-width: 700px;
        font-size: 1rem;
    }

    .section,
    .page-hero {
        padding: 42px 0;
    }

    .page-hero {
        padding-top: 46px;
        padding-bottom: 30px;
    }

    .legacy-hero-media img {
        max-height: none;
    }

    .legacy-feature img,
    .differential-figure img {
        max-height: 260px;
    }

    .services-page > .service-division:first-child .service-division-heading h2,
    .services-page > .service-division:nth-child(2) .service-division-heading h2,
    .services-page > .service-division:last-child .service-division-heading h2 {
        font-size: 2.25rem;
    }

    .services-page > .service-division:first-child .service-detail-image,
    .services-page > .service-division:nth-child(2) .service-detail-image,
    .services-page > .service-division:last-child .service-detail-image {
        max-height: 190px;
    }

    .app-promo {
        max-height: 230px;
    }
}

@media (min-width: 1100px) and (max-width: 1700px) and (max-aspect-ratio: 17 / 10) {
    :root {
        --container: 900px;
        --header-height: 54px;
    }

    html {
        font-size: 84%;
    }

    h1,
    .legacy-hero-copy h1 {
        font-size: 2.45rem;
    }

    h2 {
        font-size: 1.65rem;
    }

    h3 {
        font-size: 0.98rem;
    }

    .topbar {
        gap: 14px;
    }

    .brand-logo {
        width: 34px;
        height: 34px;
    }

    .hero,
    .legacy-hero {
        gap: 22px;
        padding-top: 24px;
        padding-bottom: 28px;
    }

    .legacy-hero {
        min-height: 360px;
        height: min(420px, calc(100svh - var(--header-height)));
    }

    .legacy-hero-copy {
        max-width: 720px;
    }

    .legacy-hero-copy .hero-lead {
        max-width: 620px;
        font-size: 0.92rem;
    }

    .section,
    .page-hero {
        padding: 34px 0;
    }

    .legacy-services {
        gap: 34px;
    }

    .legacy-feature img,
    .differential-figure img {
        max-height: 220px;
    }

    .service-card,
    .service-detail-card {
        min-height: 170px;
        padding: 16px;
    }

    .service-detail-image {
        width: calc(100% + 32px);
        margin: -16px -16px 14px;
    }

    .services-page > .service-division:first-child .service-division-heading h2,
    .services-page > .service-division:nth-child(2) .service-division-heading h2,
    .services-page > .service-division:last-child .service-division-heading h2 {
        font-size: 2rem;
    }

    .services-page > .service-division:first-child .service-detail-image,
    .services-page > .service-division:nth-child(2) .service-detail-image,
    .services-page > .service-division:last-child .service-detail-image {
        max-height: 170px;
    }

    .app-promo {
        min-height: 170px;
        max-height: 210px;
    }
}

@media (max-width: 820px) {
    .hero,
    .legacy-hero,
    .legacy-feature,
    .legacy-feature-reverse,
    .legacy-summary,
    .services-hero,
    .differential-band,
    .service-division,
    .split-section,
    .split-reverse,
    .contact-band,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

    .legacy-feature-reverse .legacy-feature-copy,
    .legacy-feature-reverse img {
        order: initial;
    }

    .app-card {
        grid-template-columns: 1fr;
    }

    .app-detail-hero,
    .app-feature-grid {
        grid-template-columns: 1fr;
    }

    .app-card-content {
        padding-left: 0;
        padding-top: 20px;
    }

    .services-hero-mark {
        justify-self: start;
        width: 140px;
    }

    .service-division-heading {
        position: static;
    }

    .footer-side {
        justify-content: start;
    }

    .service-grid,
    .service-grid-four,
    .clients-grid,
    .services-page > .service-division:first-child .service-detail-grid,
    .services-page > .service-division:nth-child(2) .service-detail-grid,
    .services-page > .service-division:last-child .service-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .menu-toggle {
        display: inline-block;
    }

    .nav-panel {
        position: absolute;
        left: 16px;
        right: 16px;
        top: var(--header-height);
        display: none;
        padding: 18px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: #fff;
        box-shadow: var(--shadow);
    }

    .nav-panel.is-open {
        display: grid;
        gap: 14px;
    }

    .nav-cta {
        width: 100%;
    }

    .brand-text span {
        white-space: normal;
    }

    .hero {
        padding-top: 42px;
        gap: 32px;
    }

    .legacy-hero {
        padding-top: 42px;
        padding-bottom: 42px;
    }
}

@media (max-width: 640px) {
    .topbar,
    .hero,
    .section,
    .page-hero {
        width: min(100% - 24px, var(--container));
    }

    h1 {
        font-size: 2.45rem;
    }

    h2 {
        font-size: 1.9rem;
    }

    .service-grid,
    .service-grid-four,
    .two-columns,
    .service-detail-grid,
    .services-page > .service-division:first-child .service-detail-grid,
    .services-page > .service-division:nth-child(2) .service-detail-grid,
    .services-page > .service-division:last-child .service-detail-grid,
    .clients-grid,
    .contact-details {
        grid-template-columns: 1fr;
    }

    .section,
    .page-hero {
        padding: 48px 0;
    }

    .hero {
        padding-top: 34px;
    }

    .legacy-hero {
        min-height: 520px;
        height: auto;
        padding: 52px 16px;
    }

    .legacy-hero-copy h1 {
        font-size: 2.45rem;
    }

    .legacy-hero-copy .hero-lead {
        font-size: 1.02rem;
    }

    .legacy-services {
        gap: 42px;
    }

    .legacy-feature {
        gap: 22px;
    }

    .legacy-summary {
        padding-left: 12px;
        padding-right: 12px;
    }

    .service-division {
        padding: 20px;
    }

    .service-detail-card-wide {
        grid-row: auto;
    }

    .hero-lead,
    .page-hero p {
        font-size: 1.02rem;
        line-height: 1.5;
    }

    .hero-actions {
        margin-top: 22px;
        gap: 10px;
    }

    .section-intro,
    .proof-section,
    .contact-band {
        padding-left: 12px;
        padding-right: 12px;
    }

    .footer-grid,
    .footer-bottom {
        width: min(100% - 24px, var(--container));
    }

    .footer-side {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .product-band,
    .contact-actions-inline {
        align-items: stretch;
        flex-direction: column;
    }

    .app-features,
    .app-screenshots {
        grid-template-columns: 1fr;
    }

    .app-screenshots img {
        max-height: 220px;
    }

    .app-detail-title {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .app-detail-logo {
        width: 64px;
    }

    .button {
        width: 100%;
    }

    .brand-logo {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 821px) and (max-width: 1800px) and (max-aspect-ratio: 4 / 3) {
    :root {
        --container: 820px;
        --header-height: 50px;
    }

    html {
        font-size: 80%;
    }

    body {
        line-height: 1.48;
    }

    .topbar {
        gap: 12px;
    }

    .brand-logo {
        width: 32px;
        height: 32px;
    }

    .nav-panel {
        gap: 12px;
        font-size: 0.82rem;
    }

    .nav-cta,
    .button {
        min-height: 34px;
        padding: 0 12px;
    }

    h1,
    .legacy-hero-copy h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.55rem;
    }

    h3,
    .services-page > .service-division:first-child .service-detail-card h3,
    .services-page > .service-division:nth-child(2) .service-detail-card h3,
    .services-page > .service-division:last-child .service-detail-card h3 {
        font-size: 1rem;
    }

    .hero-lead,
    .page-hero p,
    .legacy-hero-copy .hero-lead {
        font-size: 0.9rem;
        line-height: 1.45;
    }

    .hero {
        min-height: auto;
        gap: 18px;
        padding: 22px 0 26px;
    }

    .legacy-hero {
        min-height: 320px;
        height: min(380px, calc(100svh - var(--header-height)));
        padding: 22px max(16px, calc((100% - var(--container)) / 2));
    }

    .legacy-hero-copy {
        max-width: 660px;
    }

    .legacy-hero-copy h1 {
        max-width: 620px;
    }

    .legacy-hero-copy .hero-lead {
        max-width: 560px;
    }

    .rating {
        margin-top: 10px;
        font-size: 0.95rem;
    }

    .section,
    .page-hero {
        padding: 28px 0;
    }

    .page-hero {
        padding-top: 32px;
        padding-bottom: 22px;
    }

    .legacy-services,
    .services-page {
        gap: 26px;
    }

    .legacy-feature,
    .legacy-feature-reverse,
    .split-section,
    .split-reverse,
    .differential-band {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 22px;
    }

    .legacy-feature-reverse .legacy-feature-copy {
        order: 2;
    }

    .legacy-feature-reverse img {
        order: 1;
    }

    .legacy-feature img,
    .differential-figure img {
        aspect-ratio: 16 / 7.4;
        max-height: 170px;
    }

    .service-grid,
    .service-grid-four,
    .services-page > .service-division:first-child .service-detail-grid,
    .services-page > .service-division:nth-child(2) .service-detail-grid,
    .services-page > .service-division:last-child .service-detail-grid,
    .contact-details {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .service-detail-grid,
    .clients-grid {
        gap: 12px;
    }

    .service-card,
    .service-detail-card,
    .mobility-stack article,
    .contact-details article {
        min-height: 0;
        padding: 14px;
    }

    .service-division,
    .services-page > .service-division:first-child,
    .services-page > .service-division:nth-child(2),
    .services-page > .service-division:last-child,
    .app-card,
    .product-band {
        padding: 16px;
    }

    .service-detail-image {
        width: calc(100% + 28px);
        margin: -14px -14px 12px;
        aspect-ratio: 16 / 7.5;
        max-height: 135px;
    }

    .services-page > .service-division:first-child .service-division-heading,
    .services-page > .service-division:nth-child(2) .service-division-heading,
    .services-page > .service-division:last-child .service-division-heading {
        margin-bottom: 16px;
    }

    .services-page > .service-division:first-child .service-division-heading h2,
    .services-page > .service-division:nth-child(2) .service-division-heading h2,
    .services-page > .service-division:last-child .service-division-heading h2 {
        font-size: 1.8rem;
    }

    .services-page > .service-division:first-child .service-detail-image,
    .services-page > .service-division:nth-child(2) .service-detail-image,
    .services-page > .service-division:last-child .service-detail-image {
        margin-bottom: 14px;
        aspect-ratio: 16 / 7.5;
        max-height: 135px;
    }

    .app-card {
        grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    }

    .app-card-content {
        padding-left: 18px;
    }

    .app-promo {
        min-height: 130px;
        max-height: 170px;
    }

    .app-detail-hero {
        gap: 22px;
    }

    .app-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .app-feature-grid article {
        min-height: 110px;
        padding: 14px;
    }

    .app-screenshots-large img {
        max-height: 280px;
    }

    .app-logo-wrap {
        width: 104px;
        height: 64px;
        padding: 10px;
    }

    .app-logo {
        max-height: 42px;
    }

    .app-features {
        gap: 6px 10px;
    }

    .app-screenshots {
        gap: 8px;
    }

    .app-screenshots img {
        max-height: 140px;
    }

    .clients-section {
        padding-top: 16px;
    }

    .client-logo-card {
        min-height: 74px;
        padding: 10px;
    }

    .client-logo-card img {
        max-height: 42px;
    }

    .services-hero {
        grid-template-columns: minmax(0, 1fr) 110px;
        gap: 20px;
    }

    .services-hero-mark {
        width: 110px;
    }

    .footer-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
        gap: 34px;
        padding-bottom: 20px;
    }

    .site-footer {
        padding-top: 34px;
        padding-bottom: 18px;
    }
}
