@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap');

:root {
    font-family: Inter, 'Noto Sans SC', sans-serif;
    color: #111318;
    background: #fff;
    font-synthesis: none;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background: #fff;
}

button, input {
    font: inherit;
}

button {
    border: 0;
    cursor: pointer;
}

.site-header {
    position: absolute;
    z-index: 5;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1828px, calc(100% - 80px));
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.brand {
    color: inherit;
    text-decoration: none;
}

.standalone-header {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 34px auto 0;
}

.empty-page-shell {
    min-height: 100vh;
    background: #fff;
}

.empty-page {
    min-height: calc(100vh - 110px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: none;
    padding: 0;
    font-size: 20px;
    line-height: .88;
    font-weight: 700;
    letter-spacing: .02em;
    text-align: left;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 7px;
    box-shadow: 0 1px 2px #0002;
    overflow: hidden;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav {
    display: flex;
    gap: 11px;
    margin-left: 80px;
    padding: 4px;
    border-radius: 99px;
    background: #e2e9f2cc;
    backdrop-filter: blur(6px);
}

.nav-link {
    padding: 8px 17px;
    border-radius: 99px;
    background: transparent;
    color: #111318;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

.nav-link.active {
    background: #fff;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}

.language-switcher {
    position: relative;
}

.language {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    color: #1769ff;
    background: none;
}

.globe-icon {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
}

.globe-icon::before {
    content: '';
    position: absolute;
    inset: 1px 5px;
    border-right: 1px solid currentColor;
    border-left: 1px solid currentColor;
    border-radius: 50%;
}

.globe-icon::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 1px;
    right: 1px;
    border-top: 1px solid currentColor;
}

.language-menu {
    position: absolute;
    top: 31px;
    right: 0;
    display: grid;
    min-width: 88px;
    padding: 5px;
    border: 1px solid #e2e5ec;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px #1113181c;
}

.language-menu button {
    padding: 7px 9px;
    color: #525866;
    background: transparent;
    font-size: 11px;
    text-align: left;
}

.language-menu button:hover {
    color: #1769ff;
    background: #eff6ff;
}

.primary, .secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
}

.primary {
    color: #fff;
    background: #1769ff;
    box-shadow: 0 5px 10px #1769ff4d;
}

.primary.small {
    min-height: 42px;
    font-size: 12px;
    box-shadow: none;
}

.primary.light {
    color: #1769ff;
    background: #fff;
    box-shadow: none;
}

.secondary {
    color: #111318;
    background: #fff;
    border: 1px solid #e2e5ec;
    box-shadow: 0 1px 2px #0000000d;
}

.menu-toggle {
    display: none;
    background: none;
    font-size: 24px;
}

.hero {
    position: relative;
    min-height: 900px;
    margin: 18px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #fff;
}

.hero-media, .hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-media:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #fff 0%, #ffffffde 32%, #ffffff15 75%), linear-gradient(180deg, #ffffff66, transparent 35%);
}

.hero-overlay {
    mix-blend-mode: screen;
    opacity: .48;
}

.hero-content {
    position: relative;
    z-index: 1;
    width: min(1884px, 100%);
    margin: 70px auto 0;
    padding: 0 9.5%;
}

.eyebrow, .tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border: 1px solid #bfdbfe99;
    border-radius: 999px;
    color: #1769ff;
    background: #eff6ff;
    font-size: 12px;
    letter-spacing: .04em;
    font-weight: 600;
}

.eyebrow {
    color: #2a2d33;
    border-color: #b3b3b34d;
    background: #cdcdcd26;
    backdrop-filter: blur(5px);
}

.eyebrow i, .tag i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1769ff;
    display: inline-block;
}

.eyebrow i {
    background: #2a2d33;
}

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

h2, .section-heading h2, .cta-section h2, .modal h2 {
    font-family: Inter, 'Noto Sans SC', sans-serif;
    font-size: clamp(40px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: 0;
}

h1 {
    margin-top: 61px;
    font-size: clamp(48px, 5.1vw, 76px);
    line-height: 1.16;
    letter-spacing: -.04em;
}

h1 em, h2 em {
    color: #1769ff;
    font-style: normal;
}

.hero-content > p {
    margin-top: 22px;
    color: #7d7d7d;
    font-size: 18px;
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    gap: 8px;
    margin-top: 76px;
}

.hint {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #868c98;
    font-size: 11px;
}

.section {
    width: min(1632px, calc(100% - 48px));
    margin: 0 auto;
    padding: 112px 0;
}

.section-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 58px;
}

.section-heading.left {
    text-align: left;
    margin-left: 0;
    max-width: 550px;
}

.section-heading h2 {
    margin-top: 15px;
}

.case-study .section-heading h2, .workflow-section .section-heading h2 {
    font-size: clamp(40px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: 0;
}

.section-heading p {
    margin-top: 18px;
    color: #7d7d7d;
    line-height: 1.8;
    font-size: 15px;
}

.case-showcase {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    min-height: 435px;
    border-radius: 14px;
    overflow: hidden;
    background: #f5f7fb;
}

.case-image {
    min-height: 350px;
    overflow: hidden;
}

.case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.case-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px;
}

.case-label {
    color: #1769ff;
    font-size: 12px;
    font-weight: 600;
}

.case-copy h3 {
    margin-top: 16px;
    font-size: 30px;
    line-height: 1.3;
}

.case-copy p {
    margin-top: 16px;
    max-width: 360px;
    color: #69707c;
    line-height: 1.8;
}

.text-link {
    width: max-content;
    margin-top: 32px;
    padding: 0;
    color: #1769ff;
    background: none;
    font-size: 13px;
    font-weight: 600;
}

.case-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 14px;
}

.case-tab {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    color: #8a919c;
    background: #f7f8fa;
    text-align: left;
    border-radius: 7px;
    font-size: 12px;
}

.case-tab.active {
    color: #111318;
    background: #eff6ff;
}

.case-tab span {
    font-size: 14px;
}

.service-section {
    width: 100%;
    padding: 112px max(24px, calc((100% - 1632px) / 2));
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 72px;
    color: #fff;
    background: #111318;
}

.service-section .section-heading p {
    color: #aab1bd;
}

.tag.inverse {
    color: #79a9ff;
    border-color: #30476f;
    background: #1b263b;
}

.tag.inverse i {
    background: #79a9ff;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    align-self: center;
}

.service-card {
    position: relative;
    min-height: 190px;
    padding: 28px;
    border: 1px solid #ffffff1f;
    border-radius: 8px;
    background: #ffffff08;
}

.service-card > span {
    color: #79a9ff;
    font-size: 12px;
}

.service-card h3 {
    margin-top: 36px;
    font-size: 20px;
}

.service-card p {
    margin-top: 10px;
    color: #9da6b5;
    font-size: 13px;
    line-height: 1.65;
}

.service-card b {
    position: absolute;
    right: 24px;
    top: 24px;
    color: #79a9ff;
    font-size: 20px;
    font-weight: 400;
}

.workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid #e7eaf0;
}

.workflow-item {
    padding: 30px 28px 12px 0;
    border-right: 1px solid #e7eaf0;
}

.workflow-item:not(:first-child) {
    padding-left: 28px;
}

.workflow-item:last-child {
    border-right: 0;
}

.workflow-item span {
    color: #1769ff;
    font-size: 13px;
}

.workflow-item h3 {
    margin-top: 28px;
    font-size: 19px;
}

.workflow-item p {
    margin-top: 10px;
    color: #7d8490;
    font-size: 13px;
}

.cta-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 96px max(24px, calc((100% - 1632px) / 2));
    color: #fff;
    background: #1769ff;
}

.cta-section .tag.inverse {
    background: #0f56d9;
    border-color: #72a3ff55;
}

.cta-section h2 {
    margin-top: 18px;
}

.cta-section h2 em {
    color: #b9d0ff;
}

.site-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    padding: 70px max(24px, calc((100% - 1632px) / 2)) 32px;
}

.footer-brand p {
    margin-top: 22px;
    color: #7d8490;
    font-size: 13px;
}

.footer-links {
    display: flex;
    gap: 120px;
}

.footer-links div {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 13px;
}

.footer-links b {
    margin-bottom: 8px;
}

.footer-links button, .footer-links span {
    color: #7d8490;
    background: none;
    padding: 0;
    text-align: left;
}

.site-footer small {
    grid-column: 1 / -1;
    padding-top: 24px;
    border-top: 1px solid #e7eaf0;
    color: #9aa1ac;
    font-size: 11px;
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10;
    display: grid;
    place-items: center;
    padding: 20px;
    background: #11131899;
    backdrop-filter: blur(6px);
}

.modal {
    position: relative;
    width: min(520px, 100%);
    padding: 44px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 24px 80px #11131833;
}

.modal-close {
    position: absolute;
    right: 18px;
    top: 14px;
    color: #7d8490;
    background: none;
    font-size: 28px;
}

.modal h2 {
    margin-top: 20px;
}

.modal > p {
    margin-top: 12px;
    color: #7d8490;
    line-height: 1.7;
}

.modal form {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.modal label {
    display: grid;
    gap: 7px;
    color: #555c68;
    font-size: 12px;
}

.modal input {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #dce1ea;
    border-radius: 5px;
    outline: none;
}

.modal input:focus {
    border-color: #1769ff;
    box-shadow: 0 0 0 3px #1769ff1a;
}

@media (max-width: 900px) {
    .site-header {
        top: 20px;
        width: calc(100% - 40px);
    }

    .header-actions {
        display: none;
    }

    .menu-toggle {
        display: block;
        margin-left: auto;
    }

    .nav {
        position: absolute;
        display: none;
        top: 56px;
        left: auto;
        right: 0;
        margin-left: 0;
        transform: none;
        flex-direction: column;
        padding: 8px;
    }

    .nav.open {
        display: flex;
    }

    .hero {
        min-height: 740px;
        margin: 10px;
    }

    .hero-content {
        padding: 0 8%;
        margin-top: 30px;
    }

    h1 {
        font-size: clamp(42px, 10vw, 64px);
    }

    .hero-content > p {
        font-size: 15px;
    }

    .hero-actions {
        margin-top: 42px;
        flex-direction: column;
        width: min(330px, 100%);
    }

    .section {
        width: calc(100% - 40px);
        padding: 80px 0;
    }

    .case-showcase, .service-section {
        grid-template-columns: 1fr;
    }

    .case-image {
        min-height: 260px;
    }

    .case-copy {
        padding: 34px;
    }

    .service-section {
        padding-left: 20px;
        padding-right: 20px;
        gap: 38px;
    }

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

    .workflow-item:nth-child(2) {
        border-right: 0;
    }

    .workflow-item:nth-child(n + 3) {
        border-top: 1px solid #e7eaf0;
    }

    .cta-section {
        flex-direction: column;
        align-items: flex-start;
        padding: 70px 20px;
    }

    .site-footer {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-links {
        gap: 60px;
    }
}

@media (max-width: 540px) {
    .brand {
        font-size: 16px;
        gap: 9px;
    }

    .brand-mark {
        width: 36px;
        height: 36px;
    }

    .hero {
        min-height: 720px;
    }

    .hero-media:after {
        background: linear-gradient(90deg, #fff 0%, #ffffffe8 58%, #ffffff60 100%);
    }

    .hero-content {
        padding: 0 7%;
    }

    .eyebrow {
        font-size: 10px;
    }

    h1 {
        margin-top: 38px;
    }

    .hero-content > p br {
        display: none;
    }

    .case-tabs {
        grid-template-columns: 1fr;
    }

    .case-tab {
        padding: 15px;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

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

    .workflow-item, .workflow-item:not(:first-child) {
        padding: 22px 0;
        border-right: 0;
        border-bottom: 1px solid #e7eaf0;
    }

    .workflow-item:last-child {
        border-bottom: 0;
    }

    .modal {
        padding: 32px 24px;
    }
}

/* V2 CASE FIRST layout */
.case-study {
    padding-top: 92px;
}

.case-study .section-heading {
    margin-bottom: 48px;
}

.before-after-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 0 24px;
}

.website-shot {
    padding: 12px;
    border: 1px solid #e6eaf0;
    border-radius: 8px;
    background: #f8f9fa;
    box-shadow: 0 4px 18px #1113180a;
}

.website-shot img {
    display: block;
    width: 100%;
    height: 627px;
    object-fit: cover;
    object-position: top;
    border-radius: 4px;
}

.shot-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 2px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #111318;
}

.shot-label span {
    color: #1769ff;
    font-size: 11px;
    font-weight: 500;
}

.comparison {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: calc(100% - 48px);
    margin: 22px 24px 0;
    border-top: 1px solid #e2e5ec;
    font-family: 'Noto Sans SC', Inter, sans-serif;
}

.comparison > div {
    display: grid;
    grid-template-rows: 40px repeat(3, 86px);
    min-width: 0;
}

.comparison b, .comparison span {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0 8px;
    border-bottom: 1px solid #edf0f4;
    font-size: 15px;
    line-height: 24px;
}

.comparison b {
    color: #111318;
    font-weight: 600;
}

.comparison span {
    color: #68707d;
}

.comparison > div:nth-child(2) > * {
    justify-content: center;
    text-align: center;
}

.comparison > div:nth-child(3) > * {
    justify-content: flex-end;
    text-align: right;
}

.after-column b, .after-column span {
    font-weight: 600;
    color: #111318;
}

.after-column b {
    color: #1769ff;
}

.comparison-accent {
    display: inline;
    padding: 0;
    border: 0;
    color: #1769ff;
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
}

.pain-section {
    width: 100%;
    background: #f8f9fa;
    padding-left: max(24px, calc((100% - 1632px) / 2));
    padding-right: max(24px, calc((100% - 1632px) / 2));
}

.pain-section .section-heading {
    max-width: 760px;
}

.pain-section .section-heading h2 {
    font-size: clamp(34px, 3.2vw, 40px);
    line-height: 1.25;
    font-weight: 700;
}

.pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pain-card {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    padding: 28px;
    border: 1px solid #e2e8f0cc;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px #1113180a;
}

.pain-card h3 {
    margin: 0;
    color: #111318;
    font-size: 22px;
    line-height: 1.35;
}

.pain-card p {
    margin-top: 16px;
    color: #525866;
    font-size: 14px;
    line-height: 1.8;
}

.pain-solution {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 28px;
    color: #1769ff;
    font-size: 14px;
    line-height: 1.6;
}

.pain-solution span {
    font-size: 20px;
    line-height: 1;
}

.pain-solution strong {
    font-weight: 600;
}

.workflow-section {
    padding-top: 100px;
}

.workflow-section .section-heading {
    max-width: none;
    margin-bottom: 44px;
}

.workflow-section .section-heading h2 {
    white-space: nowrap;
}

.workflow-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    border: 0;
}

.workflow-item, .workflow-item:not(:first-child) {
    min-height: 196px;
    padding: 20px;
    border: 1px solid #e2e5ec;
    border-radius: 8px;
    background: #f4f5f7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.workflow-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.workflow-topline {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.workflow-item .workflow-number {
    color: #1769ff;
    font-family: 'Space Grotesk', Inter, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.workflow-item .workflow-icon {
    color: #8c95a3;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.workflow-item h3 {
    margin: 0;
    padding-top: 8px;
    color: #111318;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.workflow-item p {
    width: 100%;
    margin: 0;
    color: #525866;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
}

.cta-section {
    display: flex;
    width: calc(100% - 36px);
    min-height: 514px;
    margin: 0 18px;
    padding: 65px 56px;
    color: #fff;
    background: #fff;
}

.cta-inner {
    display: flex;
    width: 100%;
    min-height: 385px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 57px;
    border-radius: 7px;
    background: #1769ff;
}

.cta-copy {
    flex: 1 1 0;
    max-width: none;
}

.cta-copy h2 {
    margin-top: 25px;
    font-size: 40px;
    line-height: 1.2;
}

.cta-copy p {
    color: #d4e2ff;
    font-size: 12px;
    line-height: 1.8;
}

.cta-copy .cta-subtitle {
    margin-top: 18px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.cta-copy .cta-description {
    max-width: 700px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
}

.cta-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
}

.cta-note span {
    color: #fff;
    font-size: 13px;
}

.cta-form {
    display: grid;
    flex: 1 1 0;
    gap: 10px;
    width: auto;
    max-width: none;
    padding: 17px;
    border-radius: 6px;
    background: #fff;
}

.cta-form {
    gap: 16px;
}

.cta-form label {
    display: grid;
    gap: 8px;
    color: #7d8490;
    font-size: 10px;
    line-height: 17px;
}

.cta-form input {
    min-height: 49px;
    padding: 0 17px;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
    color: #111318;
    font-size: 11px;
}

.cta-form .primary {
    min-height: 56px;
    margin-top: 0;
}

.site-footer {
    display: block;
    padding-top: 0;
    color: #c5ccd8;
    background: #111318;
}

.footer-slogan {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 84px;
    padding: 20px max(24px, calc((100% - 1790px) / 2));
    border-bottom: 1px solid #252a35;
    color: #fff;
    font-size: 14px;
}

.footer-slogan-mark {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 4px;
    color: #1769ff;
    background: #1b2432;
    font-size: 12px;
}

.footer-slogan-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 4px;
}

.footer-slogan-copy small {
    display: block;
    padding: 0;
    border: 0;
    color: #6da1ff;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: .3px;
}

.footer-slogan-copy strong {
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}

.footer-slogan .primary.small {
    min-height: 40px;
    padding: 0 18px;
    font-size: 11px;
}

.footer-content {
    display: grid;
    grid-template-columns: minmax(250px, 1.1fr) minmax(150px, .7fr) minmax(280px, 1.35fr);
    gap: 84px;
    padding: 52px max(24px, calc((100% - 1790px) / 2)) 40px;
}

.footer-brand .brand {
    color: #fff;
    font-size: 15px;
}

.footer-brand .brand-mark {
    width: 25px;
    height: 25px;
    border-radius: 4px;
}

.footer-brand p {
    max-width: 300px;
    margin-top: 16px;
    color: #929baa;
    line-height: 1.7;
    font-size: 11px;
}

.footer-brand small {
    display: inline-block;
    margin-top: 14px;
    padding: 5px 8px;
    border: 1px solid #2a303b;
    border-radius: 3px;
    color: #6f7888;
    font-size: 8px;
}

.footer-links {
    display: contents;
    color: #929baa;
}

.footer-links div {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.footer-links b {
    margin-bottom: 4px;
    color: #6da1ff;
    font-size: 11px;
}

.footer-links button, .footer-links span {
    color: #929baa;
    font-size: 10px;
    text-align: left;
}

.footer-links div:nth-child(2) > span:not(.contact-card) {
    line-height: 1.6;
}

.footer-links .contact-card {
    display: flex;
    gap: 3px;
    flex-direction: column;
    padding: 9px 11px;
    border: 1px solid #2a303b;
    border-radius: 4px;
    color: #b8c0cd;
    background: #171b24;
}

.footer-links .contact-card small {
    display: block;
    padding: 0;
    border: 0;
    color: #6f7888;
    font-size: 8px;
    line-height: 12px;
}

.footer-links .contact-card strong {
    color: #b8c0cd;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}

.copyright {
    display: block;
    padding: 14px max(24px, calc((100% - 1790px) / 2));
    border-top: 1px solid #252a35;
    color: #6f7888;
    font-size: 9px;
}

@media (max-width: 1100px) {
    .workflow-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .before-after-grid, .pain-grid {
        grid-template-columns: 1fr;
    }

    .website-shot img {
        height: 280px;
    }

    .comparison {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .cta-section {
        width: 100%;
        min-height: 0;
        margin: 0;
        padding: 36px 20px;
    }

    .cta-inner {
        flex-direction: column;
        align-items: stretch;
        padding: 36px 28px;
    }

    .cta-form {
        width: 100%;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-top: 40px;
    }

    .workflow-section .section-heading h2 {
        white-space: normal;
    }

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

@media (max-width: 540px) {
    h2, .section-heading h2, .cta-section h2, .modal h2, .cta-copy h2, .case-study .section-heading h2, .workflow-section .section-heading h2 {
        font-size: 32px;
    }

    .comparison {
        grid-template-columns: 1fr;
    }

    .comparison > div {
        grid-template-rows: auto;
    }

    .comparison > div:nth-child(2) > *, .comparison > div:nth-child(3) > * {
        justify-content: flex-start;
        text-align: left;
    }

    .comparison b, .comparison span {
        min-height: 34px;
    }

    .cta-section {
        padding: 24px 12px;
    }

    .cta-inner {
        padding: 28px 20px;
    }

    .footer-content {
        padding-top: 32px;
    }

    .footer-slogan {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .footer-slogan-copy {
        flex-basis: calc(100% - 40px);
    }

    .footer-slogan .primary {
        margin-left: 24px;
    }
}
.standalone-header .nav {
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .standalone-header {
        top: auto;
        width: calc(100% - 40px);
        margin-top: 20px;
        flex-wrap: wrap;
        row-gap: 16px;
    }

    .standalone-header .nav {
        position: static;
        display: flex;
        flex: 1 1 100%;
        flex-direction: row;
        gap: 6px;
        margin-left: 0;
        overflow-x: auto;
        white-space: nowrap;
    }
}
