/* CLOUD BOX — Box v2 S04 / Launch. Intrinsic grid rows; no page-coordinate positioning. */
body.cloudbox-self-hosted-page .self-hosted-launch {
    position: relative;
    min-height: 862px;
    padding-block: 40px;
    overflow: clip;
    background: var(--self-hosted-bg-light);
    color: var(--self-hosted-ink);
}

body.cloudbox-self-hosted-page .self-hosted-launch::before {
    content: '';
    position: absolute;
    inset-block: 0;
    left: 50%;
    width: min(calc(100% - (var(--box-gutter) * 2)), var(--box-container-max));
    transform: translateX(-50%);
    pointer-events: none;
    background-image: repeating-linear-gradient(
        to right,
        transparent 0 calc(16.6666667% - 1px),
        rgba(15, 91, 76, .05) calc(16.6666667% - 1px) 16.6666667%
    );
}

body.cloudbox-self-hosted-page .self-hosted-launch__grid {
    position: relative;
    z-index: 1;
    min-height: 782px;
    display: grid;
    grid-template-columns: minmax(0, 620fr) minmax(0, 640fr);
    column-gap: clamp(40px, 4.6875vw, 90px);
    align-items: stretch;
}

body.cloudbox-self-hosted-page .self-hosted-launch__intro {
    min-width: 0;
    min-height: 782px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}

body.cloudbox-self-hosted-page .self-hosted-launch .self-hosted-eyebrow {
    width: 100%;
    color: var(--self-hosted-green);
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
}

body.cloudbox-self-hosted-page .self-hosted-launch__intro h2 {
    width: 100%;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: clip;
    color: var(--self-hosted-ink);
    font-size: 35px;
    font-weight: 600;
    line-height: 44px;
}

body.cloudbox-self-hosted-page .self-hosted-launch__intro h2 > span {
    display: block;
    width: 100%;
}

body.cloudbox-self-hosted-page .self-hosted-launch__intro > p:not(.self-hosted-eyebrow) {
    width: min(100%, 618px);
    color: var(--self-hosted-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

body.cloudbox-self-hosted-page .self-hosted-launch__intro > .self-hosted-button {
    width: 320px;
    height: 64px;
    flex: 0 0 64px;
    font-size: 17px;
    line-height: 18px;
}

body.cloudbox-self-hosted-page .self-hosted-launch__intro > small {
    width: min(100%, 560px);
    color: var(--self-hosted-body);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    opacity: .78;
}

body.cloudbox-self-hosted-page .self-hosted-launch__panel {
    min-width: 0;
    width: 100%;
    min-height: 782px;
    padding: 29px 31px;
    border: 1px solid rgba(35, 124, 105, .75);
    border-radius: 22px;
    background: #06100e;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
}

body.cloudbox-self-hosted-page .self-hosted-launch__panel-head {
    min-width: 0;
    height: 34px;
    flex: 0 0 34px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--self-hosted-green);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

body.cloudbox-self-hosted-page .self-hosted-launch__panel-head > span:last-child {
    width: 80px;
    color: #9fb0a9;
    text-align: right;
}

body.cloudbox-self-hosted-page .self-hosted-launch-step {
    min-width: 0;
    min-height: 116px;
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) minmax(70px, 94px);
    column-gap: clamp(12px, .9375vw, 18px);
    align-items: center;
}

body.cloudbox-self-hosted-page .self-hosted-launch-step + .self-hosted-launch-step {
    border-top: 1px solid rgba(35, 124, 105, .42);
}

body.cloudbox-self-hosted-page .self-hosted-launch-step__top {
    display: contents;
}

body.cloudbox-self-hosted-page .self-hosted-launch-step__number {
    grid-column: 1;
    grid-row: 1;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #0a1714;
    color: var(--self-hosted-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

body.cloudbox-self-hosted-page .self-hosted-launch-step__copy {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    color: #f4f6f4;
}

body.cloudbox-self-hosted-page .self-hosted-launch-step__copy strong {
    width: 100%;
    color: #f4f6f4;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

body.cloudbox-self-hosted-page .self-hosted-launch-step__copy span {
    width: 100%;
    color: #9fb0a9;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

body.cloudbox-self-hosted-page .self-hosted-launch-step__tag {
    grid-column: 3;
    grid-row: 1;
    width: 100%;
    color: var(--self-hosted-green);
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    text-align: right;
}

body.cloudbox-self-hosted-page .self-hosted-launch__outcome {
    min-width: 0;
    min-height: 72px;
    margin-top: 14px;
    padding: 15px 18px;
    border-radius: 14px;
    background: #0a1714;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 16px;
}

body.cloudbox-self-hosted-page .self-hosted-launch__outcome > span {
    color: var(--self-hosted-green);
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    white-space: nowrap;
}

body.cloudbox-self-hosted-page .self-hosted-launch__outcome > strong {
    min-width: 0;
    color: #f4f6f4;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

@media (max-width: 1023.98px) {
    body.cloudbox-self-hosted-page .self-hosted-launch {
        min-height: 1269px;
        padding-block: 64px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__grid {
        min-height: 1141px;
        display: flex;
        flex-direction: column;
        gap: 36px;
        align-items: stretch;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__intro {
        min-height: 341px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        text-align: center;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch .self-hosted-eyebrow {
        height: 16px;
        flex: 0 0 16px;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__intro h2 {
        width: 100%;
        min-height: 106px;
        height: 106px;
        flex: 0 0 106px;
        gap: 2px;
        align-items: center;
        font-size: 38px;
        line-height: 46px;
        text-align: center;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__intro h2 > span:first-child {
        min-height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__intro h2 > span:last-child {
        line-height: 46px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__intro > p:not(.self-hosted-eyebrow) {
        width: min(100%, 680px);
        margin-top: 24px;
        color: var(--self-hosted-body);
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__intro > .self-hosted-button {
        width: 320px;
        height: 60px;
        flex: 0 0 60px;
        margin-top: 24px;
        font-size: 15px;
        line-height: 18px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__intro > small {
        width: min(100%, 680px);
        margin-top: 18px;
        color: var(--self-hosted-body);
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__panel {
        min-height: 764px;
        padding: 23px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__panel-head {
        margin-bottom: 14px;
        font-size: 12px;
        line-height: 16px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch-step {
        min-height: 116px;
        grid-template-columns: 56px minmax(0, 1fr) 96px;
        column-gap: 16px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch-step__number {
        width: 56px;
        height: 56px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch-step__tag {
        font-size: 10px;
        line-height: 14px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__outcome {
        min-height: 72px;
        margin-top: 12px;
        column-gap: 14px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__outcome > strong {
        font-size: 13px;
        line-height: 19px;
    }
}

@media (max-width: 767.98px) {
    body.cloudbox-self-hosted-page .self-hosted-launch {
        min-height: 1486px;
        padding-block: 52px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__grid {
        min-height: 1382px;
        gap: 28px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__intro {
        min-height: 391px;
        height: auto;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch .self-hosted-eyebrow {
        height: 15px;
        flex-basis: 15px;
        font-size: 10.5px;
        line-height: 15px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__intro h2 {
        min-height: 130px;
        height: 130px;
        flex-basis: 130px;
        display: flex;
        gap: 0;
        overflow: visible;
        font-size: 30px;
        line-height: 36px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__intro h2 > span {
        width: 100%;
        white-space: normal;
        line-height: 36px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__intro h2 > span:first-child {
        min-height: 72px;
        height: 72px;
        display: block;
        white-space: normal;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__intro h2 > span:last-child {
        min-height: 72px;
        margin-top: -14px;
        line-height: 36px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__intro > p:not(.self-hosted-eyebrow) {
        width: 100%;
        margin-top: 22px;
        font-size: 14px;
        line-height: 22px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__intro > .self-hosted-button {
        width: 100%;
        height: 58px;
        flex-basis: 58px;
        margin-top: 22px;
        font-size: 14px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__intro > small {
        width: 100%;
        margin-top: 16px;
        font-size: 11.5px;
        line-height: 18px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__panel {
        min-height: 963px;
        padding: 19px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__panel-head {
        margin-bottom: 12px;
        font-size: 10.5px;
        line-height: 14px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__panel-head > span:last-child {
        width: 64px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch-step {
        min-height: 156px;
        padding-block: 16px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 12px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch-step__top {
        width: 100%;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch-step__number {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch-step__tag {
        width: 88px;
        flex: 0 0 88px;
        font-size: 9.5px;
        line-height: 13px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch-step__copy {
        width: 100%;
        min-width: 0;
        gap: 5px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch-step__copy strong {
        font-size: 18px;
        line-height: 23px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch-step__copy span {
        font-size: 12.5px;
        line-height: 18px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__outcome {
        min-height: 83px;
        margin-top: 10px;
        padding: 14px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        text-align: center;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__outcome > span {
        font-size: 9.5px;
        line-height: 13px;
    }

    body.cloudbox-self-hosted-page .self-hosted-launch__outcome > strong {
        width: 100%;
        font-size: 12.5px;
        line-height: 18px;
    }
}
