.beta-intro {
    padding-bottom: 30px;
}

.beta-intro h1 {
    max-width: 860px;
}

.beta-intro > p a {
    color: var(--accent-strong);
    font-weight: 780;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.capability-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 42px;
    border-top: 1px solid rgba(23, 32, 38, .12);
    border-bottom: 1px solid rgba(23, 32, 38, .12);
}

.capability-strip > div {
    min-width: 0;
    padding: 18px 22px 18px 0;
}

.capability-strip > div + div {
    padding-left: 22px;
    border-left: 1px solid rgba(23, 32, 38, .1);
}

.capability-strip h2 {
    margin: 0 0 8px;
    color: var(--button-2);
    font-size: .78rem;
    font-weight: 860;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.capability-strip p {
    margin: 0;
    color: var(--soft-ink, var(--muted));
    font-size: .93rem;
    line-height: 1.45;
}

.product-process {
    margin-top: 76px;
    padding-top: 62px;
    border-top: 1px solid rgba(23, 32, 38, .12);
}

.process-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 32px;
    align-items: end;
}

.process-heading .eyebrow {
    color: var(--button-2);
}

.process-heading h2,
.builder-note h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2.1rem, 5vw, 4.8rem);
    line-height: .98;
    letter-spacing: 0;
}

.process-heading > p {
    max-width: 430px;
    margin: 0;
    color: var(--soft-ink, var(--muted));
    font-size: 1.02rem;
    line-height: 1.58;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 38px;
    border-top: 1px solid rgba(23, 32, 38, .12);
}

.process-steps section {
    min-width: 0;
    padding: 24px 22px 6px 0;
}

.process-steps section + section {
    padding-left: 22px;
    border-left: 1px solid rgba(23, 32, 38, .1);
}

.process-steps span {
    display: block;
    margin-bottom: 16px;
    color: var(--button-2);
    font-size: .78rem;
    font-weight: 860;
}

.process-steps h3 {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.process-steps p {
    margin: 0;
    color: var(--soft-ink, var(--muted));
    font-size: .94rem;
    line-height: 1.48;
}

.builder-note {
    margin-top: 58px;
    padding: 34px 0 0;
    border-top: 1px solid rgba(23, 32, 38, .12);
}

.builder-note h2 {
    max-width: 820px;
    font-size: clamp(2rem, 4vw, 3.7rem);
}

.builder-note p {
    max-width: 760px;
    margin: 22px 0 0;
    color: var(--soft-ink, var(--muted));
    font-size: 1.03rem;
    line-height: 1.6;
}

.builder-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 26px;
}

.builder-links a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    color: var(--accent-strong);
    font-weight: 850;
    text-decoration: none;
}

.builder-links a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

@media (max-width: 900px) {
    .capability-strip,
    .process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .capability-strip > div:nth-child(3),
    .process-steps section:nth-child(3) {
        border-left: 0;
        padding-left: 0;
    }

    .capability-strip > div:nth-child(n+3) {
        border-top: 1px solid rgba(23, 32, 38, .1);
    }

    .process-steps section:nth-child(n+3) {
        border-top: 1px solid rgba(23, 32, 38, .1);
    }

    .process-heading {
        grid-template-columns: 1fr;
        gap: 22px;
        align-items: start;
    }

    .process-heading > p {
        max-width: 680px;
    }
}

@media (max-width: 700px) {
    .beta-intro {
        padding-bottom: 24px;
    }

    .capability-strip {
        grid-template-columns: 1fr;
        margin-bottom: 34px;
    }

    .capability-strip > div,
    .capability-strip > div + div,
    .capability-strip > div:nth-child(3) {
        padding: 16px 0;
        border-left: 0;
    }

    .capability-strip > div + div {
        border-top: 1px solid rgba(23, 32, 38, .1);
    }

    .product-process {
        margin-top: 54px;
        padding-top: 44px;
    }

    .process-heading h2,
    .builder-note h2 {
        font-size: clamp(2rem, 11vw, 3.25rem);
        line-height: 1;
    }

    .process-steps {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .process-steps section,
    .process-steps section + section,
    .process-steps section:nth-child(3) {
        padding: 20px 0;
        border-left: 0;
    }

    .process-steps section + section,
    .process-steps section:nth-child(3) {
        border-top: 1px solid rgba(23, 32, 38, .1);
    }

    .builder-note {
        margin-top: 34px;
        padding-top: 28px;
    }
}
