.pd-launch-page,
.pd-launch-apply-page {
    padding: 40px 0 60px;
}

.pd-launch-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
    gap: 42px;
    padding: 42px 46px;
    border-radius: 15px;
    background: linear-gradient(135deg, #263143, #3d536e);
    color: #fff;
}

.pd-launch-hero > div > span,
.pd-section-heading > div > span,
.pd-launch-apply-intro > span {
    color: var(--orange);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.pd-launch-hero h1 {
    max-width: 640px;
    margin: 8px 0 12px;
    font-size: 34px;
    letter-spacing: -0.9px;
    line-height: 1.25;
}

.pd-launch-hero p {
    max-width: 660px;
    margin: 0;
    color: #c4ced9;
    font-size: 14px;
    line-height: 1.8;
}

.pd-launch-hero-actions {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.pd-launch-hero .pd-button--white {
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
}

.pd-launch-hero aside {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px 12px;
    align-content: center;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 11px;
    background: rgba(15, 24, 37, 0.23);
}

.pd-launch-hero aside b {
    color: #fff;
    font-size: 12px;
}

.pd-launch-hero aside span {
    color: #bfc9d5;
    font-size: 11px;
    line-height: 1.55;
}

.pd-launch-section {
    margin-top: 36px;
}

.pd-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 15px;
}

.pd-section-heading h2 {
    margin: 3px 0 0;
    color: #263143;
    font-size: 25px;
}

.pd-section-heading > p {
    max-width: 360px;
    margin: 0;
    color: #7e8791;
    font-size: 12px;
    line-height: 1.65;
    text-align: right;
}

.pd-launch-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pd-launch-card {
    display: grid;
    grid-template-columns: 74px 54px minmax(0, 1fr) auto;
    gap: 15px;
    align-items: center;
    padding: 16px 19px;
    border: 1px solid #e6eaed;
    border-radius: 11px;
    background: #fff;
}

.pd-launch-card > time {
    padding-right: 14px;
    border-right: 1px solid #edf0f2;
    text-align: center;
}

.pd-launch-card > time b,
.pd-launch-card > time span {
    display: block;
}

.pd-launch-card > time b {
    color: #303b4b;
    font-size: 15px;
}

.pd-launch-card > time span {
    margin-top: 2px;
    color: var(--orange);
    font-size: 11px;
    font-weight: 700;
}

.pd-launch-logo {
    width: 52px;
    height: 52px;
}

.pd-launch-copy {
    min-width: 0;
}

.pd-launch-copy > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pd-launch-copy em {
    overflow: hidden;
    color: #89919a;
    font-size: 10px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pd-launch-copy h3 {
    overflow: hidden;
    margin: 4px 0 2px;
    color: #293547;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pd-launch-copy p {
    overflow: hidden;
    margin: 0;
    color: #737d88;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pd-launch-copy small {
    display: block;
    overflow: hidden;
    margin-top: 6px;
    color: #8a9199;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pd-launch-reserve {
    min-width: 122px;
    text-align: right;
}

.pd-launch-reserve > span {
    display: block;
    margin-bottom: 7px;
    color: #8a929b;
    font-size: 10px;
}

.pd-launch-reserve > span b {
    color: #394555;
    font-size: 13px;
}

.pd-launch-reserve .pd-button,
.pd-launch-detail-link {
    min-width: 86px;
    min-height: 32px;
    padding: 0 10px;
    font-size: 11px;
}

.pd-launch-reserve-button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.pd-launch-detail-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5a6571;
    font-weight: 700;
}

.pd-launch-detail-link:hover {
    color: var(--orange);
}

.pd-launch-empty,
.pd-launch-apply-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 52px 20px;
}

.pd-launch-empty b,
.pd-launch-apply-empty b {
    color: #384352;
    font-size: 15px;
}

.pd-launch-empty span,
.pd-launch-apply-empty span {
    max-width: 460px;
    color: #868e97;
    font-size: 12px;
    text-align: center;
}

.pd-launch-empty a {
    margin-top: 5px;
    color: var(--orange);
    font-size: 12px;
    font-weight: 700;
}

.pd-launch-apply-intro {
    max-width: 660px;
    margin: 4px 0 25px;
}

.pd-launch-apply-intro h1 {
    margin: 7px 0 8px;
    color: #273345;
    font-size: 31px;
    letter-spacing: -0.8px;
}

.pd-launch-apply-intro p {
    margin: 0;
    color: #747d87;
    font-size: 13px;
    line-height: 1.8;
}

.pd-launch-apply-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
}

.pd-launch-apply-help {
    align-self: end;
    padding: 11px 13px;
    border: 1px solid #f0e1d4;
    border-radius: 8px;
    background: #fff9f4;
}

.pd-launch-apply-help b,
.pd-launch-apply-help span {
    display: block;
}

.pd-launch-apply-help b {
    color: #8d551e;
    font-size: 11px;
}

.pd-launch-apply-help span {
    margin-top: 3px;
    color: #8a7969;
    font-size: 11px;
    line-height: 1.65;
}

@media (max-width: 760px) {
    .pd-launch-page,
    .pd-launch-apply-page {
        padding: 24px 0 42px;
    }

    .pd-launch-hero {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 28px 22px;
    }

    .pd-launch-hero h1 {
        font-size: 25px;
    }

    .pd-section-heading {
        display: block;
    }

    .pd-section-heading > p {
        margin-top: 5px;
        text-align: left;
    }

    .pd-launch-card {
        grid-template-columns: 60px 46px minmax(0, 1fr);
        gap: 10px;
        padding: 13px;
    }

    .pd-launch-logo {
        width: 44px;
        height: 44px;
    }

    .pd-launch-copy h3 {
        font-size: 14px;
    }

    .pd-launch-copy small {
        display: none;
    }

    .pd-launch-reserve {
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: 0;
        padding-top: 8px;
        border-top: 1px solid #edf0f2;
        text-align: left;
    }

    .pd-launch-reserve > span {
        margin: 0;
    }

    .pd-launch-apply-intro h1 {
        font-size: 25px;
    }

    .pd-launch-apply-form {
        grid-template-columns: 1fr;
    }
}
