:root {
    --seo-milk: #f2efe6;
    --seo-paper: #fbfaf6;
    --seo-ink: #11120f;
    --seo-muted: #67685f;
    --seo-line: rgba(17, 18, 15, 0.22);
    --seo-lime: #c8ff34;
    --seo-blue: #1667ff;
}

html {
    scroll-behavior: smooth;
}

body.seo-page {
    margin: 0;
    overflow-x: clip;
    color: var(--seo-ink);
    background: var(--seo-milk);
    font-family: "Manrope", Arial, sans-serif;
}

.seo-page *,
.seo-page *::before,
.seo-page *::after {
    box-sizing: border-box;
}

.seo-page a {
    color: inherit;
    text-decoration: none;
}

.seo-shell {
    width: min(100% - 48px, 1320px);
    margin-inline: auto;
}

.seo-main {
    padding-top: 76px;
}

.seo-hero {
    min-height: 730px;
    display: flex;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--seo-ink);
    align-items: center;
}

.seo-hero::after {
    width: min(58vw, 840px);
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: -24vw;
    border: 1px solid var(--seo-line);
    border-radius: 50%;
    content: "";
    pointer-events: none;
    transform: translateY(-50%);
}

.seo-hero__grid {
    display: grid;
    position: relative;
    z-index: 1;
    padding: 92px 0 84px;
    align-items: end;
    grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.55fr);
    gap: clamp(46px, 8vw, 130px);
}

.seo-hero h1 {
    max-width: 980px;
    margin: 0;
    font-size: clamp(62px, 7.6vw, 124px);
    font-weight: 650;
    letter-spacing: -0.075em;
    line-height: 0.88;
}

.seo-hero h1 em,
.seo-section-title em {
    display: block;
    color: var(--seo-blue);
    font-family: "DM Serif Display", Georgia, serif;
    font-weight: 400;
    letter-spacing: -0.035em;
}

.seo-hero__aside {
    padding-top: 24px;
    border-top: 1px solid var(--seo-ink);
}

.seo-hero__aside p {
    margin: 0 0 32px;
    color: #353730;
    font-size: clamp(17px, 1.4vw, 21px);
    line-height: 1.6;
}

.seo-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.seo-button {
    min-height: 62px;
    padding: 0 22px;
    display: inline-flex;
    border: 1px solid var(--seo-ink);
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.seo-button--lime {
    background: var(--seo-lime);
}

.seo-button--plain {
    background: var(--seo-paper);
}

.seo-button:hover,
.seo-button:focus-visible {
    color: var(--seo-paper);
    background: var(--seo-ink);
    outline: 0;
    transform: translateY(-2px);
}

.seo-proof {
    display: grid;
    border-bottom: 1px solid var(--seo-ink);
    background: var(--seo-paper);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-proof > div {
    min-height: 190px;
    padding: 34px 28px;
    display: flex;
    border-right: 1px solid var(--seo-line);
    flex-direction: column;
    justify-content: space-between;
}

.seo-proof > div:first-child {
    border-left: 1px solid var(--seo-line);
}

.seo-proof strong {
    font-size: clamp(44px, 5vw, 78px);
    font-weight: 650;
    letter-spacing: -0.07em;
    line-height: 0.85;
}

.seo-proof span {
    color: var(--seo-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.seo-section {
    padding: clamp(84px, 9vw, 140px) 0;
    border-bottom: 1px solid var(--seo-ink);
}

.seo-section--paper {
    background: var(--seo-paper);
}

.seo-section__intro {
    display: grid;
    margin-bottom: clamp(54px, 7vw, 92px);
    align-items: end;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: clamp(40px, 7vw, 110px);
}

.seo-section-title {
    max-width: 950px;
    margin: 0;
    font-size: clamp(50px, 6.4vw, 102px);
    font-weight: 650;
    letter-spacing: -0.07em;
    line-height: 0.9;
}

.seo-section__lead {
    margin: 0;
    color: #3e4039;
    font-size: clamp(16px, 1.2vw, 19px);
    line-height: 1.65;
}

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

.seo-card {
    min-height: 310px;
    padding: 34px;
    display: flex;
    border-right: 1px solid var(--seo-ink);
    border-bottom: 1px solid var(--seo-ink);
    background: var(--seo-paper);
    flex-direction: column;
    justify-content: space-between;
    transition: background-color 180ms ease, transform 180ms ease;
}

.seo-card:hover {
    background: var(--seo-lime);
}

.seo-card h3 {
    max-width: 360px;
    margin: 0 0 36px;
    font-size: clamp(28px, 3vw, 46px);
    font-weight: 650;
    letter-spacing: -0.055em;
    line-height: 0.96;
}

.seo-card p {
    margin: 0;
    color: #44463f;
    font-size: 15px;
    line-height: 1.65;
}

.seo-process {
    border-top: 1px solid var(--seo-ink);
}

.seo-process__step {
    min-height: 150px;
    padding: 28px 18px;
    display: grid;
    border-bottom: 1px solid var(--seo-ink);
    align-items: center;
    grid-template-columns: 80px minmax(260px, 0.75fr) minmax(280px, 1fr);
    gap: 28px;
    transition: background-color 180ms ease;
}

.seo-process__step:hover {
    background: var(--seo-lime);
}

.seo-process__step > span {
    align-self: start;
    padding-top: 8px;
    font-size: 11px;
    font-weight: 800;
}

.seo-process__step h3 {
    margin: 0;
    font-size: clamp(31px, 4vw, 60px);
    font-weight: 650;
    letter-spacing: -0.055em;
    line-height: 0.95;
}

.seo-process__step p {
    max-width: 560px;
    margin: 0;
    color: #4c4e47;
    font-size: 15px;
    line-height: 1.65;
}

.seo-deliverables {
    display: grid;
    border-top: 1px solid var(--seo-ink);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-deliverables li {
    min-height: 92px;
    padding: 24px 28px;
    display: flex;
    border-right: 1px solid var(--seo-line);
    border-bottom: 1px solid var(--seo-line);
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: clamp(18px, 2vw, 28px);
    font-weight: 650;
    letter-spacing: -0.035em;
    list-style: none;
}

.seo-deliverables li::after {
    color: var(--seo-blue);
    content: "↗";
    font-family: Arial, sans-serif;
    font-size: 20px;
}

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

.seo-related a {
    min-height: 164px;
    padding: 30px;
    display: flex;
    border-right: 1px solid var(--seo-ink);
    border-bottom: 1px solid var(--seo-ink);
    background: var(--seo-paper);
    flex-direction: column;
    justify-content: space-between;
    transition: background-color 180ms ease;
}

.seo-related a:hover {
    background: var(--seo-lime);
}

.seo-related strong {
    max-width: 520px;
    font-size: clamp(27px, 3.2vw, 48px);
    font-weight: 650;
    letter-spacing: -0.055em;
    line-height: 0.95;
}

.seo-related span {
    align-self: flex-end;
    font-family: Arial, sans-serif;
    font-size: 22px;
}

.seo-faq {
    border-top: 1px solid var(--seo-ink);
}

.seo-faq details {
    border-bottom: 1px solid var(--seo-ink);
}

.seo-faq summary {
    min-height: 104px;
    padding: 24px 18px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    font-size: clamp(22px, 2.7vw, 38px);
    font-weight: 650;
    letter-spacing: -0.045em;
    list-style: none;
}

.seo-faq summary::-webkit-details-marker {
    display: none;
}

.seo-faq summary::after {
    width: 42px;
    height: 42px;
    display: grid;
    border: 1px solid var(--seo-ink);
    border-radius: 50%;
    content: "+";
    flex: 0 0 auto;
    place-items: center;
    font-family: Arial, sans-serif;
    font-size: 20px;
}

.seo-faq details[open] summary {
    background: var(--seo-lime);
}

.seo-faq details[open] summary::after {
    content: "−";
}

.seo-faq p {
    max-width: 840px;
    margin: 0;
    padding: 8px 18px 34px;
    color: #454740;
    font-size: 16px;
    line-height: 1.7;
}

.seo-cta {
    padding: clamp(84px, 9vw, 138px) 0;
    color: var(--seo-paper);
    background: var(--seo-blue);
}

.seo-cta__grid {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
    gap: clamp(44px, 8vw, 124px);
}

.seo-cta h2 {
    max-width: 930px;
    margin: 0;
    font-size: clamp(56px, 7.4vw, 116px);
    font-weight: 650;
    letter-spacing: -0.075em;
    line-height: 0.88;
}

.seo-cta p {
    margin: 0 0 30px;
    font-size: 17px;
    line-height: 1.6;
}

.seo-cta .seo-button {
    width: 100%;
    color: var(--seo-ink);
    background: var(--seo-lime);
}

.seo-case-hero {
    padding-top: 76px;
    border-bottom: 1px solid var(--seo-ink);
}

.seo-case-hero__top {
    display: grid;
    min-height: 510px;
    border-right: 1px solid var(--seo-ink);
    border-left: 1px solid var(--seo-ink);
    background: var(--seo-paper);
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.seo-case-hero__title,
.seo-case-hero__result {
    padding: clamp(38px, 5vw, 72px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.seo-case-hero__result {
    border-left: 1px solid var(--seo-ink);
    background: var(--seo-lime);
}

.seo-case-hero small {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.seo-case-hero h1 {
    max-width: 800px;
    margin: 48px 0 0;
    font-size: clamp(52px, 6.6vw, 105px);
    font-weight: 650;
    letter-spacing: -0.07em;
    line-height: 0.9;
}

.seo-case-hero__result strong {
    font-size: clamp(76px, 9vw, 150px);
    font-weight: 650;
    letter-spacing: -0.08em;
    line-height: 0.8;
}

.seo-case-hero__result span {
    max-width: 320px;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(28px, 3.3vw, 52px);
    line-height: 0.96;
}

.seo-case-metrics {
    display: grid;
    border-top: 1px solid var(--seo-ink);
    border-left: 1px solid var(--seo-ink);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-case-metrics > div {
    min-height: 150px;
    padding: 28px;
    display: flex;
    border-right: 1px solid var(--seo-ink);
    border-bottom: 1px solid var(--seo-ink);
    flex-direction: column;
    justify-content: space-between;
}

.seo-case-metrics dt {
    color: var(--seo-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.seo-case-metrics dd {
    margin: 0;
    font-size: clamp(30px, 3.7vw, 58px);
    font-weight: 650;
    letter-spacing: -0.06em;
}

.seo-case-story {
    border-top: 1px solid var(--seo-ink);
}

.seo-case-story article {
    padding: clamp(44px, 6vw, 82px) 0;
    display: grid;
    border-bottom: 1px solid var(--seo-ink);
    grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
    gap: clamp(34px, 8vw, 130px);
}

.seo-case-story h2 {
    margin: 0;
    font-size: clamp(34px, 4.5vw, 66px);
    font-weight: 650;
    letter-spacing: -0.06em;
    line-height: 0.95;
}

.seo-case-story p {
    max-width: 760px;
    margin: 0;
    color: #3f413a;
    font-size: clamp(18px, 1.65vw, 23px);
    line-height: 1.65;
}

.seo-quote {
    margin: 0;
    padding: clamp(48px, 6vw, 82px);
    border: 1px solid var(--seo-ink);
    background: var(--seo-paper);
    box-shadow: 14px 14px 0 var(--seo-lime);
}

.seo-quote blockquote {
    max-width: 980px;
    margin: 0 0 38px;
    font-size: clamp(26px, 3.4vw, 52px);
    font-weight: 650;
    letter-spacing: -0.045em;
    line-height: 1.12;
}

.seo-quote figcaption {
    color: var(--seo-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .seo-hero,
    .seo-case-hero {
        padding-top: 72px;
    }

    .seo-hero {
        min-height: 0;
    }

    .seo-hero__grid,
    .seo-section__intro,
    .seo-cta__grid,
    .seo-case-hero__top {
        grid-template-columns: 1fr;
    }

    .seo-hero__grid {
        padding: 74px 0 68px;
    }

    .seo-hero__aside {
        max-width: 620px;
    }

    .seo-proof,
    .seo-case-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .seo-card {
        min-height: 240px;
    }

    .seo-process__step {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .seo-process__step p {
        grid-column: 2;
    }

    .seo-case-hero__result {
        min-height: 330px;
        border-top: 1px solid var(--seo-ink);
        border-left: 0;
    }
}

@media (max-width: 620px) {
    .seo-shell {
        width: calc(100% - 40px);
    }

    .seo-main {
        padding-top: 72px;
    }

    .seo-hero__grid {
        padding: 60px 0 56px;
        gap: 46px;
    }

    .seo-hero h1 {
        max-width: 100%;
        overflow-wrap: anywhere;
        font-size: clamp(44px, 13.4vw, 58px);
        line-height: 0.91;
    }

    .seo-section-title {
        overflow-wrap: anywhere;
        font-size: clamp(43px, 12vw, 54px);
        line-height: 0.92;
    }

    .seo-buttons,
    .seo-button {
        width: 100%;
    }

    .seo-proof > div {
        min-height: 142px;
        padding: 24px 18px;
    }

    .seo-proof strong {
        font-size: clamp(38px, 12vw, 52px);
    }

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

    .seo-section__intro {
        margin-bottom: 48px;
        gap: 30px;
    }

    .seo-card {
        min-height: 220px;
        padding: 26px;
    }

    .seo-process__step {
        min-height: 0;
        padding: 28px 12px;
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 14px;
    }

    .seo-process__step h3 {
        font-size: clamp(31px, 10vw, 42px);
    }

    .seo-deliverables,
    .seo-related {
        grid-template-columns: 1fr;
    }

    .seo-deliverables li {
        min-height: 78px;
        padding: 20px 16px;
        font-size: 19px;
    }

    .seo-faq summary {
        min-height: 92px;
        padding: 22px 10px;
        font-size: 22px;
    }

    .seo-faq p {
        padding: 4px 10px 30px;
    }

    .seo-cta h2 {
        overflow-wrap: anywhere;
        font-size: clamp(47px, 13vw, 58px);
    }

    .seo-case-hero {
        padding-top: 72px;
    }

    .seo-case-hero__top {
        min-height: 0;
    }

    .seo-case-hero__title,
    .seo-case-hero__result {
        min-height: 330px;
        padding: 34px 24px;
    }

    .seo-case-hero h1 {
        overflow-wrap: anywhere;
        font-size: clamp(45px, 13vw, 58px);
    }

    .seo-case-hero__result strong {
        font-size: clamp(70px, 23vw, 100px);
    }

    .seo-case-metrics > div {
        min-height: 125px;
        padding: 20px 16px;
    }

    .seo-case-story article {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .seo-quote {
        padding: 34px 24px;
        box-shadow: 9px 9px 0 var(--seo-lime);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .seo-card,
    .seo-button,
    .seo-related a {
        transition: none;
    }
}

/* Expanded case studies, contextual linking and expert materials. */
.seo-breadcrumbs {
    min-height: 58px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--seo-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seo-breadcrumbs a:hover,
.seo-breadcrumbs a:focus-visible {
    color: var(--seo-blue);
}

.seo-case-detail .seo-breadcrumbs {
    padding-top: 92px;
}

.seo-case-detail .seo-case-hero {
    padding-top: 0;
}

.seo-case-context__header {
    max-width: 1120px;
    margin-bottom: clamp(52px, 6vw, 86px);
}

.seo-case-context__header > p {
    max-width: 760px;
    margin: clamp(26px, 3vw, 42px) 0 0;
    color: #3f413a;
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.55;
}

.seo-case-context__text {
    display: grid;
    margin-bottom: clamp(48px, 5vw, 76px);
    border-top: 1px solid var(--seo-ink);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}

.seo-case-context__text p {
    margin: 0;
    padding: clamp(26px, 3vw, 42px) clamp(24px, 4vw, 62px) 0 0;
    color: #3f413a;
    font-size: clamp(17px, 1.45vw, 21px);
    line-height: 1.7;
}

.seo-case-context__text p + p {
    padding-right: 0;
    padding-left: clamp(24px, 4vw, 62px);
    border-left: 1px solid var(--seo-line);
}

.seo-case-constraints {
    margin: 0;
    padding: 0;
    display: grid;
    border-top: 1px solid var(--seo-ink);
    border-left: 1px solid var(--seo-ink);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
}

.seo-case-constraints li {
    min-height: 190px;
    padding: 28px;
    display: flex;
    border-right: 1px solid var(--seo-ink);
    border-bottom: 1px solid var(--seo-ink);
    background: var(--seo-paper);
    flex-direction: column;
    justify-content: space-between;
}

.seo-case-constraints span,
.seo-case-actions > article > span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.seo-case-constraints strong {
    max-width: 330px;
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 650;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.seo-case-actions {
    display: grid;
    border-top: 1px solid var(--seo-ink);
    border-left: 1px solid var(--seo-ink);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-case-actions article {
    min-height: 330px;
    padding: clamp(28px, 3.5vw, 48px);
    display: flex;
    border-right: 1px solid var(--seo-ink);
    border-bottom: 1px solid var(--seo-ink);
    background: var(--seo-paper);
    flex-direction: column;
}

.seo-case-actions article:nth-child(1) {
    background: var(--seo-lime);
}

.seo-case-actions h3 {
    max-width: 520px;
    margin: auto 0 22px;
    font-size: clamp(35px, 4vw, 58px);
    font-weight: 650;
    letter-spacing: -0.06em;
    line-height: 0.96;
}

.seo-case-actions p {
    max-width: 620px;
    margin: 0;
    color: #3f413a;
    font-size: 16px;
    line-height: 1.65;
}

.seo-case-story article > div {
    max-width: 760px;
}

.seo-case-result-list {
    margin: 30px 0 0;
    padding: 0;
    border-top: 1px solid var(--seo-line);
    list-style: none;
}

.seo-case-result-list li {
    padding: 16px 0;
    border-bottom: 1px solid var(--seo-line);
    font-size: 15px;
    font-weight: 750;
}

.seo-related--case a {
    min-height: 150px;
    align-items: flex-end;
}

.seo-related--case a:nth-child(3) {
    background: var(--seo-lime);
}

.seo-related--case a span {
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seo-expert-teaser {
    border-top: 1px solid var(--seo-ink);
    border-bottom: 1px solid var(--seo-ink);
    color: #fff;
    background: var(--seo-blue);
}

.seo-expert-teaser__grid {
    padding: clamp(54px, 6vw, 88px) 0;
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: clamp(46px, 8vw, 120px);
}

.seo-expert-teaser span {
    display: block;
    margin-bottom: 24px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.seo-expert-teaser h2 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(46px, 6.2vw, 90px);
    font-weight: 650;
    letter-spacing: -0.07em;
    line-height: 0.92;
}

.seo-expert-teaser p {
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.6;
}

.seo-expert-teaser a {
    min-height: 60px;
    padding: 0 20px;
    display: flex;
    border: 1px solid #fff;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.seo-expert-teaser a:hover,
.seo-expert-teaser a:focus-visible {
    color: var(--seo-ink);
    background: var(--seo-lime);
}

.seo-expert-grid {
    display: grid;
    border-top: 1px solid var(--seo-ink);
    border-left: 1px solid var(--seo-ink);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-expert-card {
    min-height: 440px;
    padding: clamp(28px, 3.6vw, 48px);
    display: flex;
    border-right: 1px solid var(--seo-ink);
    border-bottom: 1px solid var(--seo-ink);
    background: var(--seo-paper);
    flex-direction: column;
}

.seo-expert-card:nth-child(3n + 1) {
    background: var(--seo-lime);
}

.seo-expert-card:nth-child(3n) {
    color: #fff;
    background: var(--seo-blue);
}

.seo-expert-card > span {
    font-size: 10px;
    font-weight: 800;
}

.seo-expert-card h2 {
    max-width: 590px;
    margin: 68px 0 6px;
    font-size: clamp(38px, 4.3vw, 62px);
    font-weight: 650;
    letter-spacing: -0.065em;
    line-height: 0.95;
}

.seo-expert-card em {
    color: var(--seo-blue);
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(27px, 2.8vw, 40px);
    font-weight: 400;
    line-height: 1;
}

.seo-expert-card:nth-child(3n) em {
    color: var(--seo-lime);
}

.seo-expert-card p {
    max-width: 630px;
    margin: 28px 0 34px;
    color: inherit;
    font-size: 16px;
    line-height: 1.65;
    opacity: 0.78;
}

.seo-expert-card > strong {
    margin-top: auto;
    padding-top: 22px;
    display: flex;
    border-top: 1px solid currentColor;
    justify-content: space-between;
    font-size: 10px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.seo-article-hero {
    border-top: 1px solid var(--seo-ink);
    border-bottom: 1px solid var(--seo-ink);
}

.seo-article-hero .seo-shell {
    min-height: 650px;
    padding: clamp(50px, 7vw, 96px) 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.seo-article-hero h1 {
    max-width: 1140px;
    margin: 0;
    font-size: clamp(58px, 8vw, 118px);
    font-weight: 650;
    letter-spacing: -0.075em;
    line-height: 0.88;
}

.seo-article-hero h1 em {
    display: block;
    color: var(--seo-blue);
    font-family: "DM Serif Display", Georgia, serif;
    font-weight: 400;
    letter-spacing: -0.035em;
}

.seo-article-hero__bottom {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.7fr);
    gap: 64px;
}

.seo-article-hero__bottom > p {
    max-width: 760px;
    margin: 0;
    color: #3f413a;
    font-size: clamp(19px, 1.7vw, 25px);
    line-height: 1.55;
}

.seo-article-hero dl {
    margin: 0;
    display: grid;
    border-top: 1px solid var(--seo-ink);
    grid-template-columns: repeat(3, 1fr);
}

.seo-article-hero dl > div {
    min-width: 0;
    padding: 18px 12px 0;
    border-right: 1px solid var(--seo-line);
}

.seo-article-hero dt {
    color: var(--seo-muted);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seo-article-hero dd {
    margin: 10px 0 0;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.4;
}

.seo-article-toc {
    padding: 48px 0;
    border-bottom: 1px solid var(--seo-ink);
    background: var(--seo-paper);
}

.seo-article-toc .seo-shell {
    display: grid;
    grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
    gap: 50px;
}

.seo-article-toc h2 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.seo-article-toc .seo-shell > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-article-toc a {
    min-height: 110px;
    padding: 0 22px;
    display: flex;
    border-left: 1px solid var(--seo-line);
    flex-direction: column;
    justify-content: space-between;
}

.seo-article-toc a span {
    color: var(--seo-blue);
    font-size: 10px;
    font-weight: 800;
}

.seo-article-toc a strong {
    font-size: 16px;
    line-height: 1.25;
}

.seo-article-body {
    background: var(--seo-milk);
}

.seo-article-section {
    padding: clamp(64px, 8vw, 110px) 0;
    display: grid;
    border-bottom: 1px solid var(--seo-ink);
    grid-template-columns: 80px minmax(0, 860px);
    gap: clamp(34px, 6vw, 88px);
    justify-content: center;
}

.seo-article-section > span {
    color: var(--seo-blue);
    font-size: 15px;
    font-weight: 800;
}

.seo-article-section h2 {
    margin: 0 0 40px;
    font-size: clamp(42px, 5.3vw, 76px);
    font-weight: 650;
    letter-spacing: -0.065em;
    line-height: 0.95;
}

.seo-article-section p {
    margin: 0 0 24px;
    color: #3f413a;
    font-size: clamp(18px, 1.45vw, 21px);
    line-height: 1.75;
}

.seo-article-section ul {
    margin: 42px 0 0;
    padding: 0;
    border-top: 1px solid var(--seo-ink);
    list-style: none;
}

.seo-article-section li {
    padding: 18px 0;
    border-bottom: 1px solid var(--seo-line);
    font-size: 15px;
    font-weight: 750;
}

.seo-article-author {
    max-width: 940px;
    margin: 0 auto;
    padding: clamp(54px, 7vw, 90px) 0;
    display: grid;
    align-items: center;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 54px;
}

.seo-article-author img {
    width: 180px;
    height: 180px;
    border: 1px solid var(--seo-ink);
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    background: #deded8;
    box-shadow: 10px 10px 0 var(--seo-lime);
}

.seo-article-author strong,
.seo-article-author span {
    display: block;
}

.seo-article-author strong {
    font-size: clamp(30px, 3.4vw, 48px);
    letter-spacing: -0.055em;
}

.seo-article-author span {
    margin-top: 8px;
    color: var(--seo-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seo-article-author p {
    max-width: 610px;
    margin: 24px 0 0;
    color: #3f413a;
    font-size: 16px;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .seo-case-constraints,
    .seo-case-actions,
    .seo-expert-grid {
        grid-template-columns: 1fr;
    }

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

    .seo-case-context__text p {
        padding-right: 0;
    }

    .seo-case-context__text p + p {
        margin-top: 30px;
        padding: 30px 0 0;
        border-top: 1px solid var(--seo-line);
        border-left: 0;
    }

    .seo-expert-teaser__grid,
    .seo-article-hero__bottom,
    .seo-article-toc .seo-shell {
        grid-template-columns: 1fr;
    }

    .seo-article-toc .seo-shell > div {
        grid-template-columns: 1fr;
    }

    .seo-article-toc a {
        min-height: 82px;
        padding: 18px 0;
        border-top: 1px solid var(--seo-line);
        border-left: 0;
    }
}

@media (max-width: 620px) {
    .seo-case-detail .seo-breadcrumbs {
        padding-top: 84px;
    }

    .seo-breadcrumbs {
        min-height: 76px;
        font-size: 8px;
        line-height: 1.45;
    }

    .seo-case-constraints li {
        min-height: 145px;
        padding: 22px;
    }

    .seo-case-actions article {
        min-height: 300px;
        padding: 24px;
    }

    .seo-case-actions h3 {
        font-size: clamp(35px, 10.5vw, 46px);
    }

    .seo-expert-teaser__grid {
        padding: 58px 0;
    }

    .seo-expert-teaser h2 {
        overflow-wrap: anywhere;
        font-size: clamp(42px, 12.4vw, 54px);
    }

    .seo-expert-card {
        min-height: 390px;
        padding: 26px 22px;
    }

    .seo-expert-card h2 {
        margin-top: 48px;
        overflow-wrap: anywhere;
        font-size: clamp(37px, 11vw, 48px);
    }

    .seo-article-hero .seo-shell {
        min-height: 620px;
        padding: 48px 0 58px;
    }

    .seo-article-hero h1 {
        overflow-wrap: anywhere;
        font-size: clamp(48px, 13.8vw, 62px);
    }

    .seo-article-hero__bottom {
        gap: 42px;
    }

    .seo-article-hero dl {
        grid-template-columns: 1fr;
    }

    .seo-article-hero dl > div {
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid var(--seo-line);
    }

    .seo-article-section {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .seo-article-section h2 {
        overflow-wrap: anywhere;
        font-size: clamp(40px, 12vw, 52px);
    }

    .seo-article-author {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .seo-article-author img {
        width: 150px;
        height: 150px;
    }
}

/* Conversion pages: shared visual system for services, industries and case details. */
.seo-page .seo-hero--conversion {
    min-height: 820px;
}

.seo-page .seo-hero--conversion .seo-hero__grid {
    padding-block: clamp(82px, 8vw, 118px);
    align-items: center;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    gap: clamp(46px, 6vw, 92px);
}

.seo-page .seo-hero__copy h1 {
    max-width: 810px;
    font-size: clamp(58px, 6.2vw, 102px);
}

.seo-page .seo-hero__copy > p {
    max-width: 720px;
    margin: clamp(30px, 4vw, 52px) 0 34px;
    color: #353730;
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.58;
}

.seo-page .seo-dashboard {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--seo-ink);
    background: var(--seo-paper);
    box-shadow: 16px 16px 0 var(--seo-lime);
}

.seo-page .seo-dashboard__top {
    min-height: 64px;
    padding: 0 22px;
    display: flex;
    border-bottom: 1px solid var(--seo-line);
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.seo-page .seo-dashboard__top strong,
.seo-page .seo-dashboard__top span,
.seo-page .seo-dashboard__focus small,
.seo-page .seo-dashboard__facts span {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.seo-page .seo-dashboard__top span {
    color: var(--seo-muted);
}

.seo-page .seo-dashboard__focus {
    min-height: 174px;
    padding: 28px 24px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.seo-page .seo-dashboard__focus small {
    color: var(--seo-muted);
}

.seo-page .seo-dashboard__focus strong {
    max-width: 100%;
    font-size: clamp(52px, 5.6vw, 88px);
    font-weight: 650;
    letter-spacing: -0.075em;
    line-height: 0.86;
    overflow-wrap: anywhere;
}

.seo-page .seo-dashboard__chart {
    width: 100%;
    height: 210px;
    display: block;
    overflow: visible;
}

.seo-page .seo-dashboard__gridline {
    fill: none;
    stroke: rgba(17, 18, 15, 0.12);
    stroke-width: 1;
}

.seo-page .seo-dashboard__area {
    fill: rgba(22, 103, 255, 0.11);
}

.seo-page .seo-dashboard__line {
    fill: none;
    stroke: var(--seo-blue);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 5;
    vector-effect: non-scaling-stroke;
}

.seo-page.seo-animated .seo-dashboard__line {
    stroke-dasharray: 1100;
    stroke-dashoffset: 1100;
}

.seo-page.seo-animated .seo-dashboard.is-visible .seo-dashboard__line {
    animation: seo-draw-chart 1.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes seo-draw-chart {
    to { stroke-dashoffset: 0; }
}

.seo-page .seo-dashboard__facts {
    display: grid;
    border-top: 1px solid var(--seo-ink);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-page .seo-dashboard__facts > div {
    min-width: 0;
    min-height: 112px;
    padding: 18px 16px;
    display: flex;
    border-right: 1px solid var(--seo-line);
    flex-direction: column;
    justify-content: space-between;
}

.seo-page .seo-dashboard__facts > div:last-child {
    border-right: 0;
}

.seo-page .seo-dashboard__facts span {
    color: var(--seo-muted);
    line-height: 1.35;
}

.seo-page .seo-dashboard__facts strong {
    font-size: clamp(18px, 2vw, 28px);
    font-weight: 650;
    letter-spacing: -0.05em;
    line-height: 0.95;
    overflow-wrap: anywhere;
}

.seo-page .seo-proof-wrap {
    border-bottom: 1px solid var(--seo-ink);
    background: var(--seo-paper);
}

.seo-page .seo-proof {
    border-bottom: 0;
}

.seo-page .seo-proof > div {
    min-width: 0;
    min-height: 214px;
    padding: 30px 26px;
    display: grid;
    grid-template-rows: minmax(112px, 1fr) auto;
    align-items: start;
    justify-content: initial;
    gap: 24px;
}

.seo-page .seo-proof__value {
    max-width: 100%;
    align-self: start;
    font-size: clamp(40px, 4.4vw, 70px);
    line-height: 0.88;
    overflow-wrap: normal;
    word-break: normal;
}

.seo-page .seo-proof__value--compact {
    font-size: clamp(34px, 3.55vw, 57px);
    line-height: 0.9;
}

.seo-page .seo-card > span {
    margin-bottom: auto;
    color: var(--seo-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.seo-page .seo-card > span + h3 {
    margin-top: 56px;
}

.seo-page .seo-work {
    border: 1px solid var(--seo-ink);
    border-bottom: 0;
}

.seo-page .seo-work-row {
    border-bottom: 1px solid var(--seo-ink);
    background: var(--seo-paper);
}

.seo-page .seo-work-row summary {
    min-height: 164px;
    padding: 28px 30px;
    display: grid;
    cursor: pointer;
    align-items: center;
    grid-template-columns: 62px minmax(230px, 0.75fr) minmax(280px, 1fr) 54px;
    gap: 28px;
    list-style: none;
    transition: background-color 180ms ease;
}

.seo-page .seo-work-row summary::-webkit-details-marker {
    display: none;
}

.seo-page .seo-work-row:not([open]) summary:hover,
.seo-page .seo-work-row:not([open]) summary:focus-visible,
.seo-page .seo-work-row[open] summary {
    background: var(--seo-lime);
    outline: 0;
}

.seo-page .seo-work-row summary > span,
.seo-page .seo-work-row__body span {
    color: var(--seo-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.seo-page .seo-work-row summary > strong {
    font-size: clamp(30px, 4vw, 58px);
    font-weight: 650;
    letter-spacing: -0.06em;
    line-height: 0.94;
}

.seo-page .seo-work-row summary > small {
    color: #4a4c45;
    font-size: 15px;
    line-height: 1.55;
}

.seo-page .seo-work-row summary > i {
    width: 48px;
    height: 48px;
    display: grid;
    border: 1px solid var(--seo-ink);
    border-radius: 50%;
    place-items: center;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
}

.seo-page .seo-work-row__body {
    padding: 42px 112px 48px;
    display: grid;
    border-top: 1px solid var(--seo-line);
    background: var(--seo-milk);
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.65fr);
    gap: clamp(44px, 8vw, 120px);
}

.seo-page .seo-work-row__body p {
    max-width: 680px;
    margin: 0;
    color: #3d3f38;
    font-size: clamp(18px, 1.65vw, 23px);
    line-height: 1.62;
}

.seo-page .seo-work-row__body > div {
    padding-top: 8px;
    border-top: 1px solid var(--seo-ink);
}

.seo-page .seo-work-row__body strong {
    display: block;
    margin-top: 22px;
    font-size: clamp(20px, 2.4vw, 34px);
    font-weight: 650;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.seo-page .seo-case-teaser {
    padding: clamp(76px, 8vw, 118px) 0;
    color: var(--seo-paper);
    background: var(--seo-blue);
}

.seo-page .seo-case-teaser__grid {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: clamp(50px, 9vw, 140px);
}

.seo-page .seo-case-teaser__grid > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.seo-page .seo-case-teaser__grid > div:first-child span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.seo-page .seo-case-teaser strong {
    font-size: clamp(58px, 7.8vw, 118px);
    font-weight: 650;
    letter-spacing: -0.075em;
    line-height: 0.84;
}

.seo-page .seo-case-teaser p {
    max-width: 570px;
    margin: 0 0 36px;
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.62;
}

.seo-page .seo-case-teaser a {
    min-height: 62px;
    padding: 0 22px;
    display: flex;
    border: 1px solid var(--seo-paper);
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    transition: color 180ms ease, background-color 180ms ease;
}

.seo-page .seo-case-teaser a:hover,
.seo-page .seo-case-teaser a:focus-visible {
    color: var(--seo-ink);
    background: var(--seo-lime);
    outline: 0;
}

.seo-page .seo-team-section {
    background: var(--seo-milk);
}

.seo-page .seo-team-grid {
    display: grid;
    border-top: 1px solid var(--seo-ink);
    border-left: 1px solid var(--seo-ink);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-page .seo-team-card {
    min-width: 0;
    padding: clamp(26px, 3vw, 42px);
    border-right: 1px solid var(--seo-ink);
    border-bottom: 1px solid var(--seo-ink);
    background: var(--seo-paper);
}

.seo-page .seo-team-card figure {
    width: min(100%, 280px);
    aspect-ratio: 1;
    margin: 0 auto 44px;
    overflow: hidden;
    border: 1px solid var(--seo-ink);
    border-radius: 50%;
    background: #d7d7d1;
    box-shadow: 12px 12px 0 var(--seo-lime);
}

.seo-page .seo-team-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center bottom;
}

.seo-page .seo-team-card h3 {
    margin: 0;
    font-size: clamp(25px, 2.4vw, 36px);
    font-weight: 650;
    letter-spacing: -0.05em;
    line-height: 1;
}

.seo-page .seo-team-card span {
    display: block;
    min-height: 34px;
    margin: 16px 0 28px;
    color: var(--seo-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.09em;
    line-height: 1.5;
    text-transform: uppercase;
}

.seo-page .seo-team-card p {
    margin: 0;
    color: #454740;
    font-size: 14px;
    line-height: 1.65;
}

.seo-page .seo-lead {
    padding: clamp(84px, 9vw, 140px) 0;
    border-bottom: 1px solid var(--seo-ink);
    color: var(--seo-paper);
    background: var(--seo-blue);
}

.seo-page .seo-lead__grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
    gap: clamp(54px, 9vw, 140px);
}

.seo-page .seo-lead__copy h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(55px, 6.4vw, 96px);
    font-weight: 650;
    letter-spacing: -0.075em;
    line-height: 0.9;
}

.seo-page .seo-lead__copy h2 em {
    display: block;
    color: var(--seo-lime);
    font-family: "DM Serif Display", Georgia, serif;
    font-weight: 400;
    letter-spacing: -0.035em;
}

.seo-page .seo-lead__copy > p {
    max-width: 650px;
    margin: 40px 0;
    font-size: 17px;
    line-height: 1.65;
}

.seo-page .seo-lead__copy ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.seo-page .seo-lead__copy li {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.04em;
    list-style: none;
    text-transform: uppercase;
}

.seo-page .seo-lead-form {
    padding: clamp(28px, 4vw, 48px);
    display: grid;
    border: 1px solid var(--seo-ink);
    color: var(--seo-ink);
    background: var(--seo-paper);
    box-shadow: 14px 14px 0 var(--seo-lime);
    gap: 22px;
}

.seo-page .seo-lead-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.seo-page .seo-lead-form label {
    min-width: 0;
    display: grid;
    gap: 9px;
}

.seo-page .seo-lead-form label > span {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.seo-page .seo-lead-form input:not([type="checkbox"]),
.seo-page .seo-lead-form textarea {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 15px 16px;
    border: 1px solid rgba(17, 18, 15, 0.45);
    border-radius: 0;
    color: var(--seo-ink);
    background: transparent;
    font: inherit;
    font-size: 15px;
    outline: 0;
    resize: vertical;
}

.seo-page .seo-lead-form textarea {
    min-height: 96px;
}

.seo-page .seo-lead-form input:focus,
.seo-page .seo-lead-form textarea:focus {
    border-color: var(--seo-blue);
    box-shadow: inset 0 -3px 0 var(--seo-blue);
}

.seo-page .seo-lead-form__consent {
    display: flex !important;
    align-items: flex-start;
    gap: 11px !important;
}

.seo-page .seo-lead-form__consent input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    flex: 0 0 auto;
    accent-color: var(--seo-blue);
}

.seo-page .seo-lead-form__consent span {
    color: var(--seo-muted);
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.5;
    text-transform: none !important;
}

.seo-page .seo-lead-form__consent a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.seo-page .seo-lead-form .seo-button {
    width: 100%;
    cursor: pointer;
}

.seo-page .seo-lead-form .seo-button:disabled {
    cursor: wait;
    opacity: 0.62;
}

.seo-page .seo-lead-form__status {
    min-height: 18px;
    margin: -8px 0 0;
    color: var(--seo-muted);
    font-size: 11px;
    line-height: 1.45;
}

.seo-page.seo-animated [data-seo-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 650ms cubic-bezier(0.22, 1, 0.36, 1), transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.seo-page.seo-animated [data-seo-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1050px) {
    .seo-page .seo-hero--conversion .seo-hero__grid,
    .seo-page .seo-lead__grid {
        grid-template-columns: 1fr;
    }

    .seo-page .seo-dashboard {
        width: min(100%, 760px);
    }

    .seo-page .seo-work-row summary {
        grid-template-columns: 52px minmax(220px, 0.7fr) minmax(240px, 1fr) 48px;
        gap: 20px;
    }

    .seo-page .seo-work-row__body {
        padding-inline: 82px;
    }
}

@media (max-width: 900px) {
    .seo-page .seo-hero--conversion {
        min-height: 0;
    }

    .seo-page .seo-hero--conversion .seo-hero__grid {
        padding-block: 74px 72px;
        grid-template-columns: 1fr;
    }

    .seo-page .seo-work-row summary {
        min-height: 142px;
        grid-template-columns: 44px minmax(0, 1fr) 48px;
    }

    .seo-page .seo-work-row summary > small {
        grid-column: 2;
    }

    .seo-page .seo-work-row summary > i {
        grid-row: 1 / span 2;
        grid-column: 3;
    }

    .seo-page .seo-work-row__body,
    .seo-page .seo-case-teaser__grid {
        grid-template-columns: 1fr;
    }

    .seo-page .seo-work-row__body {
        padding: 38px 72px 44px;
    }

    .seo-page .seo-team-grid {
        grid-template-columns: 1fr;
    }

    .seo-page .seo-team-card {
        display: grid;
        align-items: center;
        grid-template-columns: minmax(170px, 0.42fr) minmax(0, 0.58fr);
        gap: 40px;
    }

    .seo-page .seo-team-card figure {
        margin-bottom: 0;
    }
}

@media (max-width: 620px) {
    .seo-page .seo-hero--conversion .seo-hero__grid {
        padding-block: 54px 62px;
        gap: 52px;
    }

    .seo-page .seo-hero__copy h1 {
        font-size: clamp(43px, 12.8vw, 56px);
    }

    .seo-page .seo-hero__copy > p {
        margin-top: 30px;
        font-size: 16px;
    }

    .seo-page .seo-dashboard {
        box-shadow: 9px 9px 0 var(--seo-lime);
    }

    .seo-page .seo-dashboard__top {
        min-height: 56px;
        padding-inline: 16px;
    }

    .seo-page .seo-dashboard__focus {
        min-height: 132px;
        padding: 22px 18px 14px;
    }

    .seo-page .seo-dashboard__focus strong {
        font-size: clamp(46px, 15vw, 64px);
    }

    .seo-page .seo-dashboard__chart {
        height: 145px;
    }

    .seo-page .seo-dashboard__facts {
        grid-template-columns: 1fr;
    }

    .seo-page .seo-dashboard__facts > div {
        min-height: 78px;
        padding: 14px 16px;
        border-right: 0;
        border-bottom: 1px solid var(--seo-line);
    }

    .seo-page .seo-dashboard__facts > div:last-child {
        border-bottom: 0;
    }

    .seo-page .seo-dashboard__facts strong {
        margin-top: 12px;
        font-size: 22px;
    }

    .seo-page .seo-proof > div {
        min-height: 156px;
        padding: 22px 16px;
        grid-template-rows: minmax(78px, 1fr) auto;
        gap: 18px;
    }

    .seo-page .seo-proof__value,
    .seo-page .seo-proof__value--compact {
        font-size: clamp(31px, 9.6vw, 43px);
        line-height: 0.92;
        overflow-wrap: anywhere;
    }

    .seo-page .seo-proof span {
        font-size: 8px;
        line-height: 1.35;
    }

    .seo-page .seo-card > span + h3 {
        margin-top: 42px;
    }

    .seo-page .seo-work-row summary {
        min-height: 0;
        padding: 24px 18px;
        grid-template-columns: 30px minmax(0, 1fr) 42px;
        gap: 12px;
    }

    .seo-page .seo-work-row summary > strong {
        font-size: clamp(30px, 9vw, 40px);
    }

    .seo-page .seo-work-row summary > small {
        padding-top: 8px;
        font-size: 13px;
    }

    .seo-page .seo-work-row summary > i {
        width: 40px;
        height: 40px;
    }

    .seo-page .seo-work-row__body {
        padding: 30px 48px 34px;
        gap: 30px;
    }

    .seo-page .seo-case-teaser__grid {
        gap: 48px;
    }

    .seo-page .seo-case-teaser strong {
        font-size: clamp(52px, 17vw, 76px);
        overflow-wrap: anywhere;
    }

    .seo-page .seo-team-card {
        display: block;
        padding: 28px 24px 34px;
    }

    .seo-page .seo-team-card figure {
        width: min(78%, 260px);
        margin-bottom: 40px;
    }

    .seo-page .seo-team-card span {
        min-height: 0;
    }

    .seo-page .seo-lead__grid {
        gap: 50px;
    }

    .seo-page .seo-lead__copy h2 {
        font-size: clamp(43px, 12.4vw, 56px);
        overflow-wrap: anywhere;
    }

    .seo-page .seo-lead-form {
        padding: 26px 20px;
        box-shadow: 9px 9px 0 var(--seo-lime);
    }

    .seo-page .seo-lead-form__row {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .seo-page.seo-animated [data-seo-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .seo-page.seo-animated .seo-dashboard__line,
    .seo-page.seo-animated .seo-dashboard.is-visible .seo-dashboard__line {
        animation: none;
        stroke-dashoffset: 0;
    }
}
