section#enterprise {
    background-color: var(--color-background-soft);
    width: 100%;

    padding: 6rem 1.5rem;
}

section#enterprise > div {
    max-width: 64rem;

    margin: 0 auto;

    display: flex;
    flex-direction: column;
    gap: 5rem;
}

section#enterprise > div > #enterprise-first {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

section#enterprise > div > #enterprise-first > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;

    text-align: center;
}

section#enterprise > div > #enterprise-first > div > p.subtitle {
    color: var(--color-brand);
    font-weight: 500;
    line-height: 150%;

    font-size: 0.75rem;
    font-family: "Geist Mono", monospace;

    letter-spacing: 0.6px;

    text-wrap: balance;
}

section#enterprise > div > #enterprise-first > div > h3 {
    font-weight: 600;

    line-height: 110%;

    color: var(--color-text-main);

    letter-spacing: -0.02em;

    font-size: clamp(1.75rem, 4vw, 2.5rem);
}

section#enterprise > div > #enterprise-first > div > button {
    background-color: var(--color-background-invert);
    color: var(--color-text-invert);

    border: 1px solid var(--color-text-main);

    font-weight: 500;

    padding: 0.4375rem 1.5rem;
    border-radius: 9999px;

    line-height: 150%;

    white-space: nowrap;
}

section#enterprise > div > #enterprise-second {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

section#enterprise > div > #enterprise-second > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
}

section#enterprise > div > #enterprise-second > div > img {
    width: 32px;
}

section#enterprise > div > #enterprise-second > div > h4 {
    letter-spacing: -0.2px;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.625rem;

    text-wrap: balance;
}

section#enterprise > div > #enterprise-second > div > p {
    color: var(--color-text-soft);
    text-wrap: pretty;
}

section#enterprise > div > #enterprise-third {
    background-image: url("../assets/images/anthropic-story.svg");
    background-position: center;
    background-size: cover;
    border-radius: 1.5rem;

    padding: 2rem;

    width: 100%;

    height: 518px;

    color: var(--color-text-invert);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section#enterprise > div > #enterprise-third > #enterprise-third-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    gap: 1.5rem;
}

section#enterprise > div > #enterprise-third > #enterprise-third-top > p {
    font-family: "Geist Mono", monospace;

    letter-spacing: 0.6px;

    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-wrap: pretty;
}

section#enterprise > div > #enterprise-third > #enterprise-third-top > h3 {
    letter-spacing: -0.24px;
    font-weight: 500;
    font-size: 1.5rem;

    max-width: 28rem;

    text-wrap: balance;
}

section#enterprise > div > #enterprise-third > #enterprise-third-top > button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.375rem;

    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
}

section#enterprise
    > div
    > #enterprise-third
    > #enterprise-third-top
    > button
    > img {
    height: 15px;
}

section#enterprise > div > #enterprise-third > #enterprise-third-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
}

section#enterprise > div > #enterprise-third > #enterprise-third-bottom > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;

    width: 12rem;
}

section#enterprise
    > div
    > #enterprise-third
    > #enterprise-third-bottom
    > div
    > p:first-child {
    letter-spacing: -0.8px;
    line-height: 110%;
    font-size: 2.5rem;
    text-wrap: pretty;
}

section#enterprise
    > div
    > #enterprise-third
    > #enterprise-third-bottom
    > div
    > p:last-child {
    text-wrap: balance;

    font-size: 0.875rem;
    line-height: 1.5rem;
}

section#enterprise > div > #enterprise-fourth {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;

    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;

    -ms-overflow-style: none;
    scrollbar-width: none;

    &::-webkit-scrollbar {
        display: none;
    }
}

section#enterprise > div > #enterprise-fourth > button:not(:first-child) > img {
    filter: grayscale(1);
    opacity: 0.5;
}

section#enterprise > div > #enterprise-fourth > button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
}

section#enterprise > div > #enterprise-fourth > button:nth-child(2) {
    height: 22px;
}

section#enterprise > div > #enterprise-fourth > button:nth-child(3) {
    height: 28px;
}

section#enterprise > div > #enterprise-fourth > button:nth-child(4) {
    height: 26px;
}

section#enterprise > div > #enterprise-fourth > button:nth-child(5) {
    height: 35px;
}

section#enterprise > div > #enterprise-fourth > button > img {
    height: 100%;
}

@media (min-width: 768px) {
    section#enterprise > div > #enterprise-first {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        gap: 2rem;
    }

    section#enterprise > div > #enterprise-first > div {
        align-items: flex-start;
        text-align: start;
    }

    section#enterprise > div > #enterprise-second {
        flex-direction: row;
    }

    section#enterprise > div > #enterprise-third {
        padding: 4rem;
    }
}

@media (min-width: 1024px) {
    section#enterprise > div > #enterprise-fourth {
        justify-content: center;
    }
}
