:root {
    --marketing-blue-950: #07152d;
    --marketing-blue-900: #0b2142;
    --marketing-blue-800: #123a70;
    --marketing-blue-700: #075ecb;
    --marketing-blue-600: #0875e1;
    --marketing-blue-100: #e7f2ff;
    --marketing-blue-50: #f4f9ff;
    --marketing-text: #07142b;
    --marketing-muted: #52627a;
    --marketing-border: #d8e3f0;
    --marketing-shadow: 0 24px 70px rgba(8, 28, 58, 0.15);
    --marketing-soft-shadow: 0 14px 36px rgba(8, 28, 58, 0.09);
    --desktop-scale: clamp(1, calc(100vw / 1920px), 1.6);
    --desktop-frame: calc(1500px * var(--desktop-scale));
}

html {
    scroll-behavior: smooth;
}

.marketing-page {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    background: #ffffff;
    color: var(--marketing-text);
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 100;
    transform: translateY(-150%);
    border-radius: 999px;
    background: #ffffff;
    color: var(--marketing-blue-900);
    padding: 0.75rem 1rem;
    font-weight: 700;
    box-shadow: var(--marketing-shadow);
}

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

.marketing-header-wrap {
    position: absolute;
    inset: 0 0 auto;
    z-index: 20;
    padding: calc(24px * var(--desktop-scale)) calc(28px * var(--desktop-scale)) 0;
}

.marketing-header {
    position: relative;
    isolation: isolate;
    display: flex;
    width: min(calc(var(--desktop-frame) - calc(96px * var(--desktop-scale))), calc(100% - calc(96px * var(--desktop-scale))));
    min-height: calc(154px * var(--desktop-scale));
    align-items: flex-start;
    gap: calc(22px * var(--desktop-scale));
    margin: 0 auto;
    overflow: visible;
    border: 0;
    border-radius: calc(16px * var(--desktop-scale));
    background: transparent;
    padding: calc(28px * var(--desktop-scale)) calc(72px * var(--desktop-scale)) 0 calc(24px * var(--desktop-scale));
    box-shadow: none;
}

.marketing-header-art {
    position: absolute;
    inset: 0 auto auto 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
}

.marketing-brand {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: calc(300px * var(--desktop-scale));
    align-items: center;
    align-self: stretch;
    padding: 0 calc(30px * var(--desktop-scale)) 0 0;
}

.marketing-brand-shell {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(205px * var(--desktop-scale));
    height: calc(71px * var(--desktop-scale));
    opacity: 0;
    transform: none;
}

.marketing-brand img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
}

.marketing-nav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    gap: calc(20px * var(--desktop-scale));
}

.marketing-nav a,
.marketing-header-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(8px * var(--desktop-scale));
    min-height: calc(52px * var(--desktop-scale));
    border-radius: calc(8px * var(--desktop-scale));
    text-decoration: none;
    font-size: calc(15px * var(--desktop-scale));
    font-weight: 600;
    line-height: 1;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.marketing-nav a {
    min-width: calc(140px * var(--desktop-scale));
    border: 1.5px solid var(--marketing-blue-700);
    background: #ffffff;
    color: var(--marketing-blue-700);
    padding: 0 calc(22px * var(--desktop-scale));
}

.marketing-nav img,
.marketing-header-cta img {
    width: calc(17px * var(--desktop-scale));
    height: calc(17px * var(--desktop-scale));
    filter: brightness(0) saturate(100%) invert(27%) sepia(96%) saturate(2340%) hue-rotate(202deg) brightness(92%) contrast(97%);
}

.marketing-header .marketing-header-cta img,
.button-primary img {
    filter: brightness(0) invert(1);
}

.marketing-nav a:hover {
    background: var(--marketing-blue-50);
    color: var(--marketing-blue-700);
}

.marketing-header-cta,
.button-primary {
    border: 1.5px solid #0757b8;
    background: #075ecb;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(7, 94, 203, 0.24);
}

.marketing-header-cta {
    min-width: calc(156px * var(--desktop-scale));
    padding: 0 calc(22px * var(--desktop-scale));
}

.button {
    padding: 0 20px;
}

.button img {
    width: 17px;
    height: 17px;
}

.button:hover,
.marketing-header-cta:hover {
    transform: translateY(-1px);
}

.about-section,
.expertise-section,
.workflow-section,
.product-section,
.integrations-section,
.api-section,
.connected-section,
.final-cta,
.marketing-footer,
.legal-shell {
    width: min(calc(1240px * var(--desktop-scale)), calc(100% - calc(48px * var(--desktop-scale))));
    margin-right: auto;
    margin-left: auto;
}

.hero-section {
    position: relative;
    --hero-height: calc(660px * var(--desktop-scale));
    min-height: var(--hero-height);
    margin-bottom: 0;
    padding: calc(180px * var(--desktop-scale)) max(calc(72px * var(--desktop-scale)), calc((100vw - var(--desktop-frame)) / 2 + calc(72px * var(--desktop-scale)))) 0;
}

.hero-art {
    position: absolute;
    inset: 0;
    height: var(--hero-height);
    overflow: hidden;
    background: var(--marketing-blue-900);
}

.hero-art > img {
    width: 100%;
    height: 100%;
    filter: saturate(1.18) contrast(1.06) brightness(1.04);
    object-fit: cover;
    object-position: center top;
}

.hero-art-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 29, 58, 0.82) 0%, rgba(4, 29, 58, 0.58) 30%, rgba(4, 29, 58, 0.18) 54%, rgba(4, 29, 58, 0) 78%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 3;
    width: min(calc(580px * var(--desktop-scale)), 100%);
    color: #ffffff;
    margin-left: calc(36px * var(--desktop-scale));
}

.hero-content h1 {
    margin: 0;
    max-width: calc(560px * var(--desktop-scale));
    color: #ffffff;
    font-size: calc(4rem * var(--desktop-scale));
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
}

.hero-content p {
    max-width: calc(560px * var(--desktop-scale));
    margin: calc(16px * var(--desktop-scale)) 0 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.48;
}

.hero-subheadline {
    font-size: calc(2.85rem * var(--desktop-scale));
    font-weight: 800;
}

.hero-body {
    font-size: calc(17px * var(--desktop-scale));
    font-weight: 650;
}

.hero-proof {
    display: inline-flex;
    width: fit-content;
    margin-top: calc(18px * var(--desktop-scale));
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    padding: calc(9px * var(--desktop-scale)) calc(13px * var(--desktop-scale));
    color: #ffffff;
    font-size: calc(13px * var(--desktop-scale));
    font-weight: 800;
}

.about-section {
    padding: 0 0 calc(78px * var(--desktop-scale));
}

.about-points {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: calc(22px * var(--desktop-scale));
    margin-top: calc(-96px * var(--desktop-scale));
}

.about-points article,
.integration-grid article {
    border: 1px solid rgba(216, 227, 240, 0.95);
    border-radius: calc(18px * var(--desktop-scale));
    background: rgba(255, 255, 255, 0.96);
    padding: calc(22px * var(--desktop-scale));
    box-shadow: var(--marketing-soft-shadow);
}

.about-points article {
    min-height: calc(164px * var(--desktop-scale));
}

.about-points img {
    display: block;
    width: calc(30px * var(--desktop-scale));
    height: calc(30px * var(--desktop-scale));
    margin-bottom: calc(18px * var(--desktop-scale));
    filter: brightness(0) saturate(100%) invert(27%) sepia(96%) saturate(2340%) hue-rotate(202deg) brightness(92%) contrast(97%);
}

.about-points h3,
.integration-grid h3 {
    margin: 0 0 calc(8px * var(--desktop-scale));
    color: var(--marketing-blue-950);
    font-size: calc(18px * var(--desktop-scale));
    font-weight: 800;
    line-height: 1.16;
}

.about-points p,
.integration-grid p {
    margin: 0;
    color: var(--marketing-muted);
    font-size: calc(14px * var(--desktop-scale));
    font-weight: 550;
    line-height: 1.45;
}

.section-copy {
    max-width: calc(780px * var(--desktop-scale));
    margin-top: calc(70px * var(--desktop-scale));
}

.section-copy h2,
.workflow-copy h2,
.integration-intro h2,
.api-section h2,
.connected-section h2,
.final-cta h2,
.product-copy h2 {
    margin: 0;
    color: var(--marketing-blue-950);
    font-size: clamp(2.25rem, calc(3rem * var(--desktop-scale)), 4.8rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.99;
}

.section-copy p,
.workflow-copy p,
.integration-intro p,
.api-section p,
.connected-section p,
.final-cta p,
.product-copy p {
    margin: calc(22px * var(--desktop-scale)) 0 0;
    color: var(--marketing-muted);
    font-size: calc(16px * var(--desktop-scale));
    font-weight: 500;
    line-height: 1.58;
}

.expertise-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    gap: calc(18px * var(--desktop-scale));
    padding: 0 0 calc(82px * var(--desktop-scale));
}

.expertise-card,
.why-card {
    border: 1px solid rgba(216, 227, 240, 0.95);
    border-radius: calc(24px * var(--desktop-scale));
    background: #ffffff;
    padding: calc(42px * var(--desktop-scale));
    box-shadow: var(--marketing-soft-shadow);
}

.why-card {
    background: var(--marketing-blue-950);
    color: #ffffff;
}

.expertise-card h2,
.why-card h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(2rem, calc(2.45rem * var(--desktop-scale)), 3.6rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
}

.expertise-card p,
.why-card p {
    margin: calc(20px * var(--desktop-scale)) 0 0;
    color: var(--marketing-muted);
    font-size: calc(16px * var(--desktop-scale));
    font-weight: 500;
    line-height: 1.62;
}

.why-card p {
    color: rgba(255, 255, 255, 0.8);
}

.workflow-section {
    display: grid;
    grid-template-columns: minmax(420px, 1.06fr) minmax(0, 0.94fr);
    gap: calc(70px * var(--desktop-scale));
    align-items: center;
    padding: 0 0 calc(76px * var(--desktop-scale));
}

.workflow-laptop {
    position: relative;
    overflow: visible;
    border-radius: calc(20px * var(--desktop-scale));
}

.workflow-laptop-photo {
    display: block;
    width: 100%;
    height: auto;
    border-radius: calc(20px * var(--desktop-scale));
    filter: drop-shadow(0 24px 46px rgba(8, 28, 58, 0.18));
}

.workflow-copy ul {
    display: grid;
    gap: calc(14px * var(--desktop-scale));
    margin: calc(28px * var(--desktop-scale)) 0 0;
    padding: 0;
    list-style: none;
}

.workflow-copy li {
    position: relative;
    padding-left: calc(34px * var(--desktop-scale));
    color: #32445e;
    font-size: calc(15px * var(--desktop-scale));
    font-weight: 700;
    line-height: 1.38;
}

.workflow-copy li::before {
    position: absolute;
    left: 0;
    top: 0.16rem;
    display: grid;
    width: calc(20px * var(--desktop-scale));
    height: calc(20px * var(--desktop-scale));
    place-items: center;
    border-radius: 999px;
    background: var(--marketing-blue-700);
    color: #ffffff;
    content: "✓";
    font-size: calc(11px * var(--desktop-scale));
    font-weight: 800;
}

.product-section {
    padding: 0 0 calc(78px * var(--desktop-scale));
}

.workflow-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: calc(10px * var(--desktop-scale));
    margin-bottom: calc(24px * var(--desktop-scale));
}

.workflow-strip span {
    position: relative;
    display: grid;
    min-height: calc(52px * var(--desktop-scale));
    place-items: center;
    border: 1px solid var(--marketing-border);
    border-radius: calc(14px * var(--desktop-scale));
    background: #ffffff;
    color: var(--marketing-blue-950);
    font-size: calc(13px * var(--desktop-scale));
    font-weight: 800;
    text-align: center;
    box-shadow: 0 10px 22px rgba(8, 28, 58, 0.06);
}

.workflow-strip span:not(:last-child)::after {
    position: absolute;
    right: calc(-9px * var(--desktop-scale));
    z-index: 2;
    color: var(--marketing-blue-700);
    content: "→";
    font-weight: 900;
}

.product-card {
    display: grid;
    grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr);
    gap: calc(24px * var(--desktop-scale));
    align-items: stretch;
    border: 1px solid rgba(216, 227, 240, 0.95);
    border-radius: calc(26px * var(--desktop-scale));
    background: var(--marketing-blue-50);
    padding: calc(22px * var(--desktop-scale));
    box-shadow: var(--marketing-soft-shadow);
}

.product-copy {
    align-self: center;
    padding: calc(18px * var(--desktop-scale));
}

.product-copy h2 {
    font-size: clamp(1.9rem, calc(2.25rem * var(--desktop-scale)), 3.4rem);
}

.product-closeup {
    overflow: hidden;
    min-height: calc(330px * var(--desktop-scale));
    border: 1px solid rgba(182, 204, 230, 0.9);
    border-radius: calc(20px * var(--desktop-scale));
    background: #ffffff;
}

.product-closeup img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% 20%;
}

.api-section {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.68fr);
    align-items: center;
    gap: calc(36px * var(--desktop-scale));
    border-radius: calc(28px * var(--desktop-scale));
    background: #f7fbff;
    padding: calc(40px * var(--desktop-scale)) calc(44px * var(--desktop-scale));
}

.api-section h2 {
    font-size: clamp(2rem, calc(2.55rem * var(--desktop-scale)), 3.8rem);
}

.api-section p {
    max-width: calc(720px * var(--desktop-scale));
}

.api-section .button {
    width: fit-content;
    margin-top: calc(28px * var(--desktop-scale));
}

.systems-visual {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: calc(14px * var(--desktop-scale));
    align-items: center;
}

.systems-column {
    display: grid;
    gap: calc(10px * var(--desktop-scale));
}

.systems-column span,
.systems-hub {
    display: grid;
    min-height: calc(44px * var(--desktop-scale));
    place-items: center;
    border: 1px solid var(--marketing-border);
    border-radius: calc(12px * var(--desktop-scale));
    background: #ffffff;
    color: #34465f;
    font-size: calc(13px * var(--desktop-scale));
    font-weight: 800;
    text-align: center;
}

.systems-hub {
    min-width: calc(126px * var(--desktop-scale));
    min-height: calc(126px * var(--desktop-scale));
    border-color: rgba(7, 94, 203, 0.38);
    background: var(--marketing-blue-700);
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(7, 94, 203, 0.22);
}

.integrations-section {
    border-top: 1px solid var(--marketing-border);
    padding: calc(76px * var(--desktop-scale)) 0 calc(76px * var(--desktop-scale));
}

.integration-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.78fr);
    gap: calc(42px * var(--desktop-scale));
    align-items: end;
    margin-bottom: calc(34px * var(--desktop-scale));
}

.integration-intro h2 {
    max-width: calc(760px * var(--desktop-scale));
}

.integration-intro p {
    margin-top: 0;
}

.integration-grid {
    display: grid;
    gap: calc(16px * var(--desktop-scale));
    margin-top: calc(16px * var(--desktop-scale));
}

.integration-grid-featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.integration-card {
    min-height: calc(214px * var(--desktop-scale));
}

.integration-card-featured:nth-child(2) {
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}

.integration-card-small {
    min-height: calc(178px * var(--desktop-scale));
    padding: calc(20px * var(--desktop-scale));
}

.integration-category {
    display: inline-flex;
    width: fit-content;
    margin-bottom: calc(18px * var(--desktop-scale));
    border-radius: 999px;
    background: var(--marketing-blue-100);
    padding: calc(6px * var(--desktop-scale)) calc(9px * var(--desktop-scale));
    color: var(--marketing-blue-700);
    font-size: calc(11px * var(--desktop-scale));
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
}

.integration-name {
    display: block;
    margin-bottom: calc(16px * var(--desktop-scale));
    color: var(--marketing-blue-950);
    font-size: calc(28px * var(--desktop-scale));
    font-weight: 850;
    line-height: 1.05;
}

.integration-name-small {
    font-size: calc(21px * var(--desktop-scale));
}

.connected-section {
    border-radius: calc(26px * var(--desktop-scale));
    background: var(--marketing-blue-950);
    padding: calc(42px * var(--desktop-scale));
    color: #ffffff;
}

.connected-section h2,
.connected-section p {
    color: #ffffff;
}

.connected-section p {
    max-width: calc(930px * var(--desktop-scale));
    color: rgba(255, 255, 255, 0.8);
}

.final-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
    gap: calc(36px * var(--desktop-scale));
    align-items: center;
    margin-top: calc(76px * var(--desktop-scale));
    margin-bottom: calc(54px * var(--desktop-scale));
    overflow: hidden;
    border-radius: calc(32px * var(--desktop-scale));
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.16), transparent 30%),
        linear-gradient(135deg, var(--marketing-blue-950), var(--marketing-blue-800));
    padding: clamp(38px, calc(4.4rem * var(--desktop-scale)), 96px);
    box-shadow: var(--marketing-shadow);
}

.final-cta-copy {
    position: relative;
    z-index: 2;
}

.final-cta h2,
.final-cta p {
    color: #ffffff;
}

.final-cta p {
    max-width: calc(520px * var(--desktop-scale));
    margin-bottom: calc(30px * var(--desktop-scale));
    color: rgba(255, 255, 255, 0.78);
}

.cta-box-visual {
    position: relative;
    z-index: 1;
    align-self: end;
}

.cta-box-visual img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 26px 40px rgba(0, 0, 0, 0.28));
}

.marketing-footer {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: calc(36px * var(--desktop-scale));
    border-top: 1px solid var(--marketing-border);
    padding: calc(28px * var(--desktop-scale)) 0;
    color: #66758d;
    font-size: calc(12px * var(--desktop-scale));
}

.footer-brand img {
    width: calc(126px * var(--desktop-scale));
    height: auto;
}

.marketing-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: calc(26px * var(--desktop-scale));
}

.marketing-footer a {
    color: #41526b;
    font-weight: 700;
    text-decoration: none;
}

.marketing-footer a:hover {
    color: var(--marketing-blue-700);
}

.legal-page {
    background: #ffffff;
}

.legal-shell {
    padding: calc(190px * var(--desktop-scale)) 0 calc(76px * var(--desktop-scale));
}

.legal-card {
    max-width: 860px;
    border: 1px solid var(--marketing-border);
    border-radius: calc(24px * var(--desktop-scale));
    background: #ffffff;
    padding: calc(44px * var(--desktop-scale));
    box-shadow: var(--marketing-soft-shadow);
}

.legal-card h1 {
    margin: 0;
    color: var(--marketing-blue-950);
    font-size: calc(3rem * var(--desktop-scale));
    line-height: 1;
}

.legal-card h2 {
    margin: calc(32px * var(--desktop-scale)) 0 calc(10px * var(--desktop-scale));
    color: var(--marketing-blue-950);
    font-size: calc(1.25rem * var(--desktop-scale));
}

.legal-card p,
.legal-card li {
    color: var(--marketing-muted);
    font-size: calc(16px * var(--desktop-scale));
    line-height: 1.62;
}

.legal-card ul {
    display: grid;
    gap: calc(8px * var(--desktop-scale));
    margin: calc(14px * var(--desktop-scale)) 0 0;
    padding-left: calc(20px * var(--desktop-scale));
}

@media (min-width: 1061px) and (max-width: 1200px) {
    .marketing-header {
        gap: 12px;
        padding-right: 30px;
        padding-left: 18px;
    }

    .marketing-brand {
        min-width: 240px;
        padding-right: 12px;
    }

    .marketing-nav {
        gap: 10px;
    }

    .marketing-nav a {
        min-width: 112px;
        padding: 0 10px;
    }

    .marketing-header-cta {
        min-width: 132px;
        padding: 0 14px;
    }
}

@media (max-width: 1060px) {
    .marketing-header-wrap {
        position: relative;
        padding: 12px;
        background: #d8efff;
    }

    .marketing-header {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: auto;
        min-height: auto;
        gap: 10px 8px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.97);
        padding: 14px;
    }

    .marketing-header-art {
        display: none;
    }

    .marketing-brand {
        grid-column: 1 / -1;
        min-width: 150px;
        padding-right: 0;
    }

    .marketing-brand-shell {
        width: 145px;
        height: auto;
        opacity: 1;
        transform: none;
    }

    .marketing-brand img {
        width: 145px;
    }

    .marketing-nav {
        display: contents;
    }

    .marketing-nav a,
    .marketing-header-cta {
        min-width: 0;
        width: 100%;
        min-height: 44px;
        padding: 0 10px;
        font-size: 13px;
    }

    .marketing-nav img,
    .marketing-header-cta img {
        width: 16px;
        height: 16px;
    }

    .expertise-section,
    .workflow-section,
    .product-card,
    .api-section,
    .integration-intro {
        grid-template-columns: 1fr;
    }

    .about-points,
    .integration-grid-featured,
    .integration-grid-secondary {
        grid-template-columns: 1fr;
    }

    .about-points {
        margin-top: -44px;
    }
}

@media (max-width: 860px) {
    .hero-section,
    .about-section,
    .expertise-section,
    .workflow-section,
    .product-section,
    .integrations-section,
    .api-section,
    .connected-section,
    .final-cta,
    .marketing-footer,
    .legal-shell {
        width: calc(100% - 32px);
    }

    .hero-section {
        min-height: auto;
        padding: 44px 20px 0;
        width: auto;
    }

    .hero-art {
        position: relative;
        height: 430px;
        margin: -44px -20px 0;
    }

    .hero-art > img {
        object-fit: cover;
        object-position: 43% top;
    }

    .hero-content {
        margin-top: -350px;
        margin-left: 0;
        min-height: 350px;
        width: min(410px, 100%);
    }

    .hero-content h1 {
        font-size: clamp(2.75rem, 12vw, 3.8rem);
        line-height: 1;
    }

    .hero-subheadline {
        font-size: 2.25rem;
    }

    .hero-body {
        font-size: 1rem;
    }

    .hero-proof {
        border-radius: 18px;
        font-size: 0.78rem;
        line-height: 1.35;
    }

    .button {
        min-height: 40px;
        padding: 0 15px;
        font-size: 13px;
    }

    .section-copy h2,
    .workflow-copy h2,
    .integration-intro h2,
    .api-section h2,
    .connected-section h2,
    .final-cta h2,
    .product-copy h2 {
        font-size: clamp(2.08rem, 10vw, 3.2rem);
        line-height: 1;
    }

    .section-copy p,
    .workflow-copy p,
    .integration-intro p,
    .api-section p,
    .connected-section p,
    .final-cta p,
    .product-copy p {
        font-size: 1rem;
    }

    .about-section {
        padding-bottom: 54px;
    }

    .section-copy {
        margin-top: 46px;
    }

    .about-points {
        gap: 14px;
    }

    .about-points article,
    .integration-grid article,
    .expertise-card,
    .why-card,
    .legal-card {
        border-radius: 22px;
        padding: 24px;
    }

    .expertise-section,
    .workflow-section,
    .product-section,
    .integrations-section {
        padding-bottom: 58px;
    }

    .workflow-laptop {
        border-radius: 18px;
    }

    .workflow-strip {
        grid-template-columns: 1fr;
    }

    .workflow-strip span:not(:last-child)::after {
        right: auto;
        bottom: -16px;
        transform: rotate(90deg);
    }

    .product-closeup {
        min-height: 260px;
    }

    .systems-visual {
        grid-template-columns: 1fr;
    }

    .systems-hub {
        min-width: 0;
        min-height: 72px;
    }

    .api-section,
    .connected-section,
    .final-cta {
        border-radius: 24px;
    }

    .api-section {
        padding: 30px 24px;
    }

    .api-section .button {
        width: max-content;
    }

    .final-cta {
        grid-template-columns: 1fr;
        margin-top: 54px;
    }

    .cta-box-visual {
        width: min(420px, 100%);
    }

    .marketing-footer {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .footer-brand img {
        width: 126px;
    }

    .legal-shell {
        padding-top: 42px;
    }
}

@media (max-width: 560px) {
    .marketing-header {
        grid-template-columns: 1fr;
    }

    .marketing-header-cta {
        justify-self: start;
    }

    .button,
    .api-section .button {
        width: 100%;
    }

    .marketing-footer nav {
        gap: 18px;
    }
}
