@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/open-sans-v44-latin-ext-500.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/open-sans-v44-latin-500.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:is(.page-seo, .page-ppc, .page-microsite) {
    --section-space-desktop: 6rem;
    --section-space-tablet: 4.5rem;
    --section-space-mobile: 3.5rem;
    --wd-section-space: var(--section-space-desktop);
    --wd-section-y: var(--wd-section-space);
    --wd-section-space-bar: 2rem;
    --wd-kicker-gap: 0.85rem;
    --wd-heading-to-content: 2.5rem;
    --wd-text-to-actions: 1.85rem;
    background: var(--color-surface);
}

:is(.page-seo, .page-ppc, .page-microsite) h1,
:is(.page-seo, .page-ppc, .page-microsite) h2,
:is(.page-seo, .page-ppc, .page-microsite) h3,
:is(.page-seo, .page-ppc, .page-microsite) p {
    margin-top: 0;
}

:is(.page-seo, .page-ppc, .page-microsite) :where(main > section:not(.references)) h2 {
    max-width: 48rem;
    margin-bottom: 2rem;
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

:is(.page-seo, .page-ppc, .page-microsite) h2 span {
    color: var(--color-orange);
}

.wd-hero {
    --wd-hero-svg-extra: 3.75rem;
    --wd-hero-line-tail: 3.375rem;
    position: relative;
    overflow: visible;
    min-height: 38rem;
    background: var(--color-ink);
    color: var(--color-on-dark);
}

/* Stejná kontejnerová kotva jako homepage: 72/1440 = 5 % = header M5. */
.signal-line-wd-hero,
.signal-line-wd-hero-out {
    position: absolute;
    left: 50%;
    z-index: 1;
    width: min(calc(100% - (var(--gutter) * 2)), var(--container));
    transform: translateX(-50%);
    overflow: visible;
}

.signal-line-wd-hero {
    top: 0;
    height: calc(100% + var(--wd-hero-svg-extra));
}

.signal-line-wd-hero-out {
    top: calc((280 / 720) * (100% + var(--wd-hero-svg-extra)));
    height: calc(100% + var(--wd-hero-line-tail) - (280 / 720) * (100% + var(--wd-hero-svg-extra)));
}

.wd-hero-boundary-node,
.wd-hero-end-node {
    display: none;
    left: calc(50% + (min(calc(100% - (var(--gutter) * 2)), var(--container)) * 0.0403));
    width: 0.55rem;
    height: 0.55rem;
    transform: translate(-50%, -50%);
}

.wd-hero-boundary-node {
    top: 100%;
    background: var(--color-ink);
}

.wd-hero-end-node {
    top: calc(100% + var(--wd-hero-line-tail));
    background: var(--color-surface);
}

.wd-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(30rem, 1.08fr);
    align-items: start;
    gap: clamp(2rem, 5vw, 6rem);
    min-height: 38rem;
    padding-block: 4.5rem 4.25rem;
}

.wd-hero-copy {
    position: relative;
    z-index: 3;
    max-width: 43rem;
}

.wd-hero .hero-kicker {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0 0 0.7rem;
    color: var(--color-on-dark);
}

.wd-hero .hero-kicker::before {
    content: "";
    width: 1.5rem;
    height: 2px;
    flex: 0 0 auto;
    background: var(--color-orange);
}

.wd-hero h1 {
    margin: 0.7rem 0 1.2rem;
    font-size: clamp(1.9rem, 1.1rem + 2vw, 3.25rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: var(--color-on-dark);
}

.wd-hero .hero-title-main,
.wd-hero .hero-title-line {
    display: block;
    color: var(--color-on-dark);
}

.wd-hero .hero-title-accent {
    display: block;
    margin-top: 0.12em;
    color: var(--color-orange);
}

.wd-hero-lead {
    max-width: 41rem;
    margin-bottom: 1.75rem;
    color: var(--color-on-dark-muted);
    font-size: clamp(1rem, 1.25vw, 1.2rem);
    line-height: 1.65;
}

.wd-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.wd-trust-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0 0;
    padding: 1.5rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    list-style: none;
}

.wd-trust-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    min-width: 0;
}

.wd-trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: 0.05rem;
}

.wd-trust-list .icon-line {
    width: 2.125rem;
    height: 2.125rem;
}

.wd-trust-copy,
.wd-trust-list strong,
.wd-trust-copy > span {
    display: block;
}

.wd-trust-list strong {
    margin-bottom: 0.25rem;
    font-size: 0.98rem;
}

.wd-trust-copy > span {
    color: var(--color-on-dark-muted);
    font-size: 0.78rem;
    line-height: 1.45;
}

@media (min-width: 80em) {
    .wd-trust-list {
        grid-template-columns: repeat(3, max-content);
        justify-content: space-between;
    }

    .wd-trust-copy strong,
    .wd-trust-copy > span {
        white-space: nowrap;
    }
}

.wd-hero-visual {
    --wd-hero-img-width: min(45.1rem, 92%);
    --wd-hero-img-pad-top: 2.6rem;
    --wd-hero-img-pad-bottom: 5.5rem;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-self: start;
    margin-top: 0.35rem;
    padding: 2.6rem 0 5.5rem;
}

.wd-hero-visual img {
    position: relative;
    width: min(45.1rem, 92%);
    max-width: 100%;
    filter: drop-shadow(0 2rem 2.7rem rgba(0, 0, 0, 0.38));
}

:is(.page-seo, .page-ppc, .page-microsite) .wd-hero-visual img {
    height: auto;
    object-fit: contain;
    object-position: center;
    background: transparent;
}

.wd-hero-labels {
    position: absolute;
    inset: 0;
    z-index: 3;
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
}

.wd-hero-label {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-on-dark);
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.wd-hero-labels .hero-label-lead {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    z-index: 0;
    width: 0.75rem;
    height: auto;
    flex: 1 1 auto;
    min-height: 2.5rem;
    transform: none;
}

.wd-hero-labels .hero-label-lead .signal-line {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.wd-hero-labels .hero-label-dot,
.wd-hero-labels .hero-label-join {
    display: block;
    position: absolute;
    left: 50%;
    z-index: 2;
    width: 0.5rem;
    height: 0.5rem;
    border: var(--signal-stroke) solid var(--color-orange);
    border-radius: 50%;
    background: var(--color-ink);
    pointer-events: none;
}

.wd-hero-labels .hero-label-text {
    position: relative;
    z-index: 2;
}

.wd-hero-label--custom,
.wd-hero-label--responsive {
    --lead-w: 0.75rem;
}

.wd-hero-label--custom .hero-label-text,
.wd-hero-label--responsive .hero-label-text {
    margin-bottom: 1rem;
}

.wd-hero-label--custom .hero-label-dot,
.wd-hero-label--responsive .hero-label-dot {
    top: calc(1.2em + 1rem);
    transform: translate(-50%, -50%);
}

.wd-hero-label--custom .hero-label-join,
.wd-hero-label--responsive .hero-label-join {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.wd-hero-label--custom {
    top: calc(1.05rem - 1rem);
    left: calc((100% - var(--wd-hero-img-width)) / 2 + var(--wd-hero-img-width) * 0.21 - 3.25rem);
    width: 6.5rem;
    height: calc(var(--wd-hero-img-pad-top) + (100% - var(--wd-hero-img-pad-top) - var(--wd-hero-img-pad-bottom)) * 0.325 - (1.05rem - 1rem) + 2.5rem);
}

.wd-hero-label--responsive {
    top: calc(0.15rem - 1rem);
    left: calc((100% - var(--wd-hero-img-width)) / 2 + var(--wd-hero-img-width) * 0.91 - 3.75rem - 5rem);
    width: 7.5rem;
    height: calc(19% + 1rem);
}

.wd-hero-label--admin {
    top: calc(var(--wd-hero-img-pad-top) + (100% - var(--wd-hero-img-pad-top) - var(--wd-hero-img-pad-bottom)) * 0.78);
    left: calc((100% - var(--wd-hero-img-width)) / 2 + var(--wd-hero-img-width) * 0.38 - 3.75rem);
    right: auto;
    bottom: 1.8rem;
    align-items: center;
    width: 7.5rem;
    height: auto;
}

.wd-hero-label--admin .hero-label-lead {
    position: relative;
    inset: auto;
    width: 0.75rem;
    min-height: 2.75rem;
}

.wd-hero-label--admin .hero-label-join {
    top: 0;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}

.wd-hero-label--admin .hero-label-dot {
    top: auto;
    left: 50%;
    right: auto;
    bottom: calc(1.2em + 1rem);
    transform: translate(-50%, 50%);
}

.wd-hero-label--admin .hero-label-text {
    margin-top: 1rem;
    align-self: center;
}

.page-ppc .wd-hero-label--custom {
    left: calc((100% - var(--wd-hero-img-width)) / 2 + var(--wd-hero-img-width) * 0.21 - 3.25rem + 3.75rem);
    height: calc(var(--wd-hero-img-pad-top) + (100% - var(--wd-hero-img-pad-top) - var(--wd-hero-img-pad-bottom)) * 0.20);
}

.page-ppc .wd-hero-label--responsive {
    height: calc(19% + 1rem + 3.5rem);
}

.wd-purpose,
.wd-deliverables,
.seo-data {
    position: relative;
    padding-block: var(--wd-section-space);
}

.wd-purpose {
    z-index: 0;
}

.wd-purpose-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 8rem);
}

.wd-purpose .section-heading {
    gap: var(--wd-kicker-gap);
    margin-bottom: var(--wd-heading-to-content);
}

.wd-editorial > p + p {
    margin-top: 1rem;
}

.wd-editorial > .button {
    margin-top: var(--wd-text-to-actions);
}

:is(.page-seo, .page-ppc, .page-microsite) .wd-purpose .section-heading > h2 {
    max-width: none;
    margin-bottom: 0;
    font-size: var(--text-section-title);
    font-weight: 700;
    line-height: var(--leading-section-title);
    letter-spacing: var(--tracking-section-title);
}

.wd-editorial > p {
    color: var(--color-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.wd-benefit-grid,
.wd-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.wd-benefit-grid article,
.wd-card-grid article {
    padding: 1.65rem;
    border: 1px solid var(--color-line);
    background: var(--color-surface);
    box-shadow: 0 1rem 2.5rem rgba(8, 24, 32, 0.05);
}

.wd-benefit-grid article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    column-gap: 0.85rem;
}

.wd-benefit-icon {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: start;
    color: var(--color-orange);
}

.wd-benefit-icon .icon-line {
    width: 2.5rem;
    height: 2.5rem;
}

.wd-card-icon {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0.15rem 0 0;
    place-items: center;
    color: var(--color-orange);
}

.wd-card-icon .icon-line {
    width: 2.75rem;
    height: 2.75rem;
}

.page-ppc .wd-card-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 34px;
    max-height: 34px;
    object-fit: contain;
    object-position: center;
}

.wd-benefit-grid h3,
.wd-card-grid h3 {
    margin-bottom: 0.55rem;
    font-size: 1.1rem;
}

.wd-benefit-grid p,
.wd-card-grid p {
    margin-bottom: 0;
    color: var(--color-muted);
    line-height: 1.6;
}

.wd-process {
    --wd-process-node: 2.25rem;
    --wd-process-node-half: 1.125rem;
    --wd-process-gap: 1.25rem;
    --wd-process-pad: clamp(4.5rem, 6vw, 6rem);
    --wd-process-shift: 0px;
    --wd-process-exit-x: 0px;
    --wd-process-exit-drop: 4.25rem;
    position: relative;
    z-index: 2;
    overflow: visible;
    padding-block: var(--wd-process-pad);
    background: var(--color-ink);
    color: var(--color-on-dark);
}

.wd-process-inner {
    width: 100%;
}

.wd-process .section-kicker {
    margin-bottom: var(--wd-kicker-gap);
    color: #91a3ae;
}

.wd-process h2 {
    max-width: none;
    color: var(--color-on-dark);
}

:is(.page-seo, .page-ppc, .page-microsite) .wd-process-inner > p {
    max-width: 38rem;
    margin: 0;
    color: var(--color-on-dark-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

:is(.page-seo, .page-ppc, .page-microsite) .wd-process-inner > p + .wd-process-track {
    margin-top: 2.5rem;
}

.wd-process-track {
    position: relative;
    z-index: 0;
    margin-top: 3.2rem;
    overflow: visible;
}

.signal-line-wd-process {
    position: absolute;
    top: var(--wd-process-node-half);
    left: var(--wd-process-node-half);
    z-index: 1;
    width: calc(100% - var(--wd-process-node-half) + var(--wd-process-exit-x));
    max-width: none;
    height: calc(100% - var(--wd-process-node-half) + var(--wd-process-pad) + var(--wd-process-exit-drop));
}

.wd-process-end-node {
    display: none;
    left: calc(var(--wd-process-node-half) + (100% - var(--wd-process-node-half) + var(--wd-process-exit-x)) * 980 / 1440);
    top: calc(100% + var(--wd-process-pad) + var(--wd-process-exit-drop));
    width: 0.55rem;
    height: 0.55rem;
    transform: translate(-50%, -50%);
    background: var(--color-surface-soft);
}

.wd-process ol {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: var(--wd-process-gap);
    margin: 0;
    padding: 0;
    list-style: none;
}

.wd-process li > span {
    display: grid;
    width: var(--wd-process-node);
    height: var(--wd-process-node);
    margin-bottom: 1.3rem;
    place-items: center;
    border: var(--signal-stroke) solid var(--color-orange);
    border-radius: 50%;
    background: var(--color-ink);
    color: var(--color-on-dark);
    font-size: 0.76rem;
    font-weight: 700;
}

.wd-process h3 {
    min-height: 2.8rem;
    margin-bottom: 0.55rem;
    color: var(--color-on-dark);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.12;
}

.wd-process li p {
    margin: 0;
    color: var(--color-on-dark-muted);
    font-size: 0.87rem;
    line-height: 1.55;
}

.wd-deliverables {
    z-index: 1;
    background: var(--color-surface-soft);
}

.wd-deliverables > .container > .section-kicker {
    margin-bottom: var(--wd-kicker-gap);
}

.wd-deliverables > .container > h2 {
    margin-bottom: var(--wd-heading-to-content);
}

.wd-deliverables .container {
    position: relative;
    z-index: 2;
}

.wd-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.wd-card-grid article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    column-gap: 0.95rem;
    min-height: 0;
    padding: 1.15rem 1.2rem;
}

.wd-card-grid h3 {
    margin-bottom: 0.35rem;
    color: var(--color-ink);
    font-weight: 700;
    line-height: 1.22;
}

.wd-card-grid p {
    line-height: 1.5;
}

.wd-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.25rem;
}

.wd-section-head h2 {
    margin-bottom: 0;
}

.seo-data {
    z-index: 1;
    background: var(--color-surface);
}

.seo-data-grid {
    display: grid;
    gap: clamp(2rem, 5vw, 4.5rem);
}

.seo-data-copy,
.seo-data-board {
    min-width: 0;
}

.seo-data-copy .section-kicker {
    margin-bottom: var(--wd-kicker-gap);
}

:is(.page-seo, .page-ppc, .page-microsite) .seo-data-copy h2 {
    max-width: none;
    margin-bottom: var(--wd-heading-to-content);
}

:is(.page-seo, .page-ppc, .page-microsite) .seo-data-copy h2 span {
    display: block;
}

.seo-data-copy > p {
    color: var(--color-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.seo-data-copy > p + p {
    margin-top: 1rem;
}

.seo-data-copy > .button {
    margin-top: var(--wd-text-to-actions);
}

:is(.page-seo, .page-ppc, .page-microsite) .wd-deliverables {
    padding-bottom: 2.25rem;
}

:is(.page-seo, .page-ppc, .page-microsite) .wd-deliverables + .seo-data {
    padding-top: 2.25rem;
}

.seo-data-note {
    margin: 0 0 0.85rem;
}

.seo-data-board {
    display: grid;
    gap: 0.75rem;
}

.seo-data-card {
    position: relative;
    min-width: 0;
    padding: 1.15rem 1.2rem;
    border: 1px solid var(--color-line);
    background: var(--color-surface);
    box-shadow: 0 1rem 2.5rem rgba(8, 24, 32, 0.05);
}

.seo-data-card--hero,
.seo-data-card--wide {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(8.5rem, 1.08fr);
    align-items: center;
    gap: 1rem 1.25rem;
}

.seo-data-mid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.seo-data-card-head {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.65rem;
}

.seo-data-mark {
    display: grid;
    width: 1.45rem;
    height: 1.45rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 0.2rem;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
}

.seo-data-mark--g {
    background: #e8f0fe;
    color: #4285f4;
}

.seo-data-mark--s {
    background: #fde8ea;
    color: #cc0000;
}

.seo-data-label {
    margin: 0 0 0.35rem;
    color: var(--color-muted);
    font-size: 0.82rem;
    line-height: 1.35;
}

.seo-data-card-head .seo-data-label {
    margin: 0;
}

.seo-data-value {
    margin: 0;
    color: var(--color-ink);
    font-size: clamp(1.7rem, 2.4vw, 2.15rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.seo-data-delta {
    margin: 0.4rem 0 0;
    color: #178a4e;
    font-size: 0.92rem;
    font-weight: 700;
}

.seo-data-line,
.seo-data-bars {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.seo-data-line-grid {
    stroke: var(--color-line);
    stroke-width: 1;
}

.seo-data-line-path {
    fill: none;
    stroke: var(--color-orange);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.seo-data-line-dots {
    fill: var(--color-orange);
}

.seo-data-line-months {
    fill: var(--color-muted);
    font-family: var(--font-sans);
    font-size: 11px;
}

.seo-data-bars {
    align-self: end;
}

.seo-data-bars rect {
    fill: #178a4e;
}

.page-ppc .ppc-data-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin-bottom: 0.85rem;
}

.page-ppc .ppc-data-head .seo-data-note {
    margin: 0;
}

.page-ppc .ppc-data-period {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
}

.page-ppc .ppc-data-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.page-ppc .ppc-data-metrics .seo-data-card {
    padding: 0.95rem 1rem;
}

.page-ppc .ppc-data-metrics .seo-data-value {
    font-size: clamp(1.2rem, 1.7vw, 1.5rem);
}

.page-ppc .ppc-data-chart-title {
    margin: 0 0 0.55rem;
    color: var(--color-ink);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
}

.page-ppc .ppc-data-chart-svg {
    display: block;
    width: 100%;
    height: auto;
}

.page-ppc .ppc-chart-grid {
    stroke: var(--color-line);
    stroke-width: 1;
}

.page-ppc .ppc-chart-axis {
    fill: var(--color-muted);
    font-family: var(--font-sans);
    font-size: 10px;
}

.page-ppc .ppc-chart-fill {
    fill: var(--color-orange);
    fill-opacity: 0.08;
}

.page-ppc .ppc-chart-line {
    fill: none;
    stroke: var(--color-orange);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-ppc .ppc-chart-dots {
    fill: var(--color-orange);
}

.page-ppc .ppc-chart-tooltip rect {
    fill: var(--color-surface);
    stroke: var(--color-line);
    stroke-width: 1;
    filter: drop-shadow(0 0.45rem 0.9rem rgba(8, 24, 32, 0.08));
}

.page-ppc .ppc-chart-tooltip-title {
    fill: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 700;
}

.page-ppc .ppc-chart-tooltip-date {
    fill: var(--color-muted);
    font-family: var(--font-sans);
    font-size: 10px;
}

@media (min-width: 64rem) {
    .page-ppc .ppc-data-metrics {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 64rem) {
    .seo-data-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
    }

    .seo-data-board {
        order: -1;
    }

    :is(.page-seo, .page-ppc, .page-microsite) .seo-data-copy {
        padding-top: calc(1em + 1.5rem);
    }
}

.seo-expectations {
    background: var(--color-ink);
    color: var(--color-on-dark);
    padding-block: 3.5rem;
}

.seo-expectations-grid {
    display: grid;
    gap: 1.75rem;
}

.seo-expectations .section-kicker {
    margin-bottom: var(--wd-kicker-gap);
    color: #91a3ae;
}

:is(.page-seo, .page-ppc, .page-microsite) .seo-expectations h2 {
    max-width: none;
    margin-bottom: 0.7rem;
    color: var(--color-on-dark);
}

.seo-expectations-lead {
    margin: 0;
    color: var(--color-on-dark-muted);
    font-size: 1.05rem;
    line-height: 1.55;
}

.seo-expectations-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
}

.seo-expectations-points li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.8rem;
    min-width: 0;
    padding: 0;
}

.seo-expectations-icon {
    display: grid;
    width: 2.125rem;
    height: 2.125rem;
    margin-top: 0.1rem;
    place-items: center;
    color: var(--color-orange);
}

.seo-expectations-icon .icon-line {
    width: 2.125rem;
    height: 2.125rem;
}

.seo-expectations-points h3,
.seo-expectations-ppc h3 {
    margin: 0 0 0.35rem;
    color: var(--color-on-dark);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.seo-expectations-points p,
.seo-expectations-ppc p {
    margin: 0;
    color: var(--color-on-dark-muted);
    font-size: 0.87rem;
    line-height: 1.55;
}

.seo-expectations-ppc {
    display: grid;
    align-content: start;
    min-width: 0;
    padding: 1.35rem 1.3rem;
    border: 1px solid rgba(244, 247, 248, 0.1);
    background: var(--color-ink-soft);
    color: inherit;
    text-decoration: none;
}

.seo-expectations-ppc .seo-expectations-icon {
    margin-bottom: 0.85rem;
}

.seo-expectations-ppc-link {
    margin-top: 0.95rem;
    color: var(--color-orange);
    font-size: 0.92rem;
    font-weight: 700;
}

.seo-expectations-ppc:hover .seo-expectations-ppc-link,
.seo-expectations-ppc:focus-visible .seo-expectations-ppc-link {
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.seo-expectations-ppc:focus-visible {
    outline: 2px solid var(--color-orange);
    outline-offset: 3px;
}

.page-ppc .seo-expectations-ppc h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.page-ppc .ppc-expectations-arrow {
    flex: 0 0 auto;
    color: var(--color-orange);
    font-weight: 700;
}

@media (min-width: 64rem) {
    .seo-expectations-grid {
        grid-template-columns: minmax(0, 2.55fr) minmax(16rem, 1fr);
        align-items: center;
        gap: 2rem 2.25rem;
    }

    .seo-expectations-points {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
    }

    .seo-expectations-points li + li {
        padding-left: 1.15rem;
        border-left: 1px solid rgba(244, 247, 248, 0.14);
    }
}

.wd-faq {
    padding-block: var(--wd-section-space);
    background: var(--color-surface-soft);
}

.wd-faq-head {
    margin-bottom: var(--wd-heading-to-content);
}

.wd-faq-head .section-kicker {
    margin: 0 0 var(--wd-kicker-gap);
}

:is(.page-seo, .page-ppc, .page-microsite) .wd-faq h2 {
    max-width: none;
    margin-bottom: 0;
    color: var(--color-ink);
    font-size: var(--text-section-title);
    font-weight: 700;
    line-height: var(--leading-section-title);
    letter-spacing: var(--tracking-section-title);
}

.wd-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    grid-auto-rows: min-content;
    gap: 0.8rem 1.25rem;
}

.wd-faq details {
    align-self: start;
    height: fit-content;
    border: 1px solid #dce4e8;
    background: var(--color-surface);
    box-shadow: none;
}

.wd-faq details[open] {
    border-color: #dce4e8;
    box-shadow: none;
}

.wd-faq summary {
    position: relative;
    padding: 1.15rem 3.2rem 1.15rem 1.25rem;
    color: #263744;
    cursor: pointer;
    font-weight: 500;
    list-style: none;
}

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

.wd-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 1.25rem;
    color: var(--color-orange);
    font-size: 1.35rem;
    font-weight: 400;
    transform: translateY(-50%);
}

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

.wd-faq details p {
    margin: 0;
    padding: 0 1.25rem 1.3rem;
    color: var(--color-muted);
    line-height: 1.65;
}

:is(.page-seo, .page-ppc, .page-microsite) .contact-cta {
    margin-top: 0;
}

@media (min-width: 64rem) {
    .wd-hero-boundary-node,
    .wd-hero-end-node {
        display: block;
    }
}

@media (min-width: 80rem) {
    .wd-process {
        --wd-process-shift: 3.5rem;
        --wd-process-exit-x: 4.75rem;
        --wd-process-exit-drop: calc(var(--wd-section-y) + var(--wd-kicker-gap) + (var(--text-kicker) * var(--leading-body)) + clamp(2rem, 3vw, 3.25rem) * 1.08 - 2.5rem);
    }

    .wd-process-inner {
        width: 91%;
        max-width: 81rem;
        margin-inline: auto;
        translate: calc(var(--wd-process-shift) * -1) 0;
    }

    .wd-process-end-node {
        display: block;
    }

    .wd-hero {
        --wd-hero-svg-extra: 7.5rem;
    }

    .wd-hero-grid {
        padding-bottom: 0.5rem;
        translate: 0 -1.875rem;
    }

    .wd-hero-copy {
        translate: 0 1.875rem;
    }
}

@media (max-width: 79.99rem) {
    .wd-hero-labels {
        display: none;
    }

    :is(.page-seo, .page-ppc, .page-microsite) {
        --wd-section-space: var(--section-space-tablet);
    }

    .wd-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.82fr);
    }

    .wd-process ol {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem 1.5rem;
    }

    .signal-line-wd-process,
    .wd-process-end-node {
        display: none;
    }
}

@media (max-width: 63.99rem) {
    .signal-line-wd-hero,
    .signal-line-wd-hero-out,
    .signal-line-wd-process,
    .wd-hero-boundary-node,
    .wd-hero-end-node {
        display: none;
    }

    .wd-hero-grid,
    .wd-purpose-grid {
        grid-template-columns: 1fr;
    }

    .wd-hero-grid {
        gap: 1rem;
        padding-top: 3.5rem;
    }

    .wd-hero-visual {
        margin-top: 0;
        padding: 0.5rem 0 0;
    }

    .wd-hero-visual img {
        width: min(40.5rem, 92%);
    }

    .wd-purpose-grid {
        gap: 3.5rem;
    }

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

    .seo-expectations-points {
        gap: 0;
    }

    .seo-expectations-points li + li {
        padding-top: 1.5rem;
        border-top: 1px solid rgba(244, 247, 248, 0.12);
    }

    :is(.page-seo, .page-ppc, .page-microsite) .wd-deliverables {
        padding-bottom: 1.75rem;
    }

    :is(.page-seo, .page-ppc, .page-microsite) .wd-deliverables + .seo-data {
        padding-top: 1.75rem;
    }
}

@media (max-width: 47.99rem) {
    :is(.page-seo, .page-ppc, .page-microsite) {
        --wd-section-space: var(--section-space-mobile);
    }

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

    .wd-hero-grid {
        min-height: 0;
        padding-block: 3rem 3.5rem;
    }

    .wd-hero h1 {
        font-size: clamp(1.85rem, 7.5vw, 2.45rem);
    }

    .wd-actions {
        display: grid;
    }

    .wd-actions .button {
        width: 100%;
    }

    .wd-trust-list {
        grid-template-columns: 1fr;
    }

    .wd-hero-visual {
        padding: 0.25rem 0 0;
    }

    .wd-hero-visual img {
        width: min(35rem, 100%);
    }

    .wd-benefit-grid,
    .wd-card-grid,
    .wd-process ol,
    .wd-faq-grid {
        grid-template-columns: 1fr;
    }

    .wd-process li {
        display: grid;
        grid-template-columns: 2.5rem 1fr;
        column-gap: 1rem;
    }

    .wd-process li > span {
        grid-row: 1 / span 2;
    }

    .wd-process h3 {
        min-height: 0;
        margin-bottom: 0.4rem;
    }

    .wd-process li p {
        grid-column: 2;
    }

    .wd-card-grid article {
        min-height: 0;
    }

    .seo-data-card--hero,
    .seo-data-card--wide {
        grid-template-columns: 1fr;
    }

    .seo-data-copy > .button {
        width: 100%;
    }

    .wd-section-head {
        display: block;
    }

    .wd-section-head .references-all {
        display: inline-flex;
        margin-top: 1.25rem;
    }

    :is(.page-seo, .page-ppc, .page-microsite) .wd-deliverables {
        padding-bottom: 1.5rem;
    }

    :is(.page-seo, .page-ppc, .page-microsite) .wd-deliverables + .seo-data {
        padding-top: 1.5rem;
    }
}

@media (max-width: 29.99rem) {
    .seo-data-mid {
        grid-template-columns: 1fr;
    }
}

/* Independent copies of .page-ppc-only rules for the microsite page. */
.page-microsite .wd-hero-label--custom {
    left: calc((100% - var(--wd-hero-img-width)) / 2 + var(--wd-hero-img-width) * 0.21 - 3.25rem + 3.75rem);
    height: calc(var(--wd-hero-img-pad-top) + (100% - var(--wd-hero-img-pad-top) - var(--wd-hero-img-pad-bottom)) * 0.20);
}

.page-microsite .wd-purpose .section-heading > h2 {
    max-width: none;
}

.page-microsite .wd-purpose .wd-benefit-grid {
    align-items: stretch;
}

.page-microsite .wd-purpose .wd-benefit-grid article {
    min-height: 100%;
}

@media (min-width: 64rem) {
    .page-microsite .wd-purpose .wd-benefit-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 80rem) {
    .page-microsite .wd-purpose .section-heading > h2 {
        white-space: nowrap;
    }
}

.page-microsite .wd-deliverables > .container > h2 {
    margin-bottom: 1rem;
}

.page-microsite .wd-deliverables > .container > p:not(.section-kicker) {
    max-width: 40rem;
    margin: 0 0 var(--wd-heading-to-content);
    color: var(--color-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.page-microsite .wd-deliverables .wd-card-grid {
    align-items: stretch;
}

.page-microsite .wd-deliverables .wd-card-grid article {
    min-height: 100%;
}

@media (min-width: 80rem) {
    .page-microsite .wd-hero-label--responsive {
        --ms-domain-hook: 4.5rem;
        left: calc((100% - var(--wd-hero-img-width)) / 2 + var(--wd-hero-img-width) * 0.91 - 3.75rem - 5rem + 4.375rem);
        height: calc(19% + 1rem + 3.5rem - 2.75rem);
    }

    .page-microsite .wd-hero-label--responsive .hero-label-lead {
        overflow: visible;
    }

    .page-microsite .wd-hero-label--responsive .hero-label-lead .signal-line {
        position: absolute;
        top: 0;
        right: 50%;
        left: auto;
        width: var(--ms-domain-hook);
        max-width: none;
        height: 100%;
    }

    .page-microsite .wd-hero-label--responsive .hero-label-lead::after {
        content: none;
    }

    .page-microsite .wd-hero-label--responsive .hero-label-join {
        left: calc(50% - var(--ms-domain-hook));
        bottom: 0;
        transform: translate(-50%, 50%);
    }
}

.page-microsite .wd-card-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 34px;
    max-height: 34px;
    object-fit: contain;
    object-position: center;
}

.page-microsite .ms-results {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 2rem;
    min-width: 0;
}

.page-microsite .ms-results-copy,
.page-microsite .ms-results-visual,
.page-microsite .ms-results-cards {
    min-width: 0;
}

.page-microsite .ms-results-copy .section-kicker {
    margin-bottom: var(--wd-kicker-gap);
}

.page-microsite .ms-results-copy h2 {
    max-width: none;
    margin-bottom: 1rem;
}

.page-microsite .ms-results-copy h2 span {
    display: block;
}

.page-microsite .ms-results-copy > p {
    margin: 0;
    color: var(--color-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.page-microsite .ms-results-visual {
    margin: 0;
}

.page-microsite .ms-results-shot {
    position: relative;
    overflow: hidden;
}

.page-microsite .ms-results-shot img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.page-microsite .ms-results-spark {
    position: absolute;
    left: 9%;
    right: 9%;
    bottom: 11%;
    z-index: 1;
    width: auto;
    max-width: none;
    height: 16%;
    overflow: hidden;
    pointer-events: none;
}

.page-microsite .ms-results-spark path {
    fill: none;
    stroke: var(--color-orange);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-microsite .ms-results-cards {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    align-self: stretch;
}

.page-microsite .ms-results-cards .seo-data-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 0.85rem;
    min-height: 0;
    padding: 0.95rem 1rem;
}

.page-microsite .ms-data-icon {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    color: var(--color-orange);
}

.page-microsite .ms-data-icon .icon-line {
    width: 2.5rem;
    height: 2.5rem;
}

.page-microsite .ms-data-copy h3 {
    margin: 0 0 0.2rem;
    color: var(--color-ink);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.page-microsite .ms-data-copy p {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.82rem;
    line-height: 1.4;
}

.page-microsite .seo-expectations-ppc h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.page-microsite .ppc-expectations-arrow {
    flex: 0 0 auto;
    color: var(--color-orange);
    font-weight: 700;
}

@media (min-width: 48rem) and (max-width: 63.99rem) {
    .page-microsite .ms-results {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        align-items: stretch;
        gap: 1.5rem 1.25rem;
    }

    .page-microsite .ms-results-copy {
        grid-column: 1 / -1;
    }
}

@media (min-width: 64rem) {
    .page-microsite .ms-results {
        grid-template-columns: minmax(0, 0.28fr) minmax(0, 0.47fr) minmax(0, 0.25fr);
        align-items: stretch;
        gap: clamp(1.25rem, 2.4vw, 2.25rem);
    }
}

.page-web-apps .wd-hero .hero-title-line .hero-title-accent {
    display: inline;
    margin-top: 0;
}

.page-web-apps .ms-results-shot {
    overflow: visible;
}

.page-web-apps .ms-results-shot img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    background: transparent;
}

@media (min-width: 48rem) {
    .page-web-apps .wd-faq-grid {
        grid-auto-flow: column;
        grid-template-rows: repeat(3, min-content);
    }
}
