.corporate-page {
    background: #fff;
    color: #171717;
    padding-top: 136px;
}

.corporate-container {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.corporate-hero {
    padding: 56px 0 72px;
}

.corporate-heading {
    margin-bottom: 52px;
    text-align: center;
}

    .corporate-heading h1,
    .corporate-section-heading h2,
    .corporate-recruit h2 {
        margin: 0;
        color: #111;
        font-weight: 900;
        line-height: 1.15;
    }

    .corporate-heading h1 {
        font-size: 2.15rem;
    }

    .corporate-heading p {
        margin: 12px 0 0;
        color: #747474;
        font-size: 1.08rem;
        font-weight: 700;
    }

.corporate-benefit-layout {
    display: grid;
    grid-template-columns: minmax(300px, 1.05fr) minmax(280px, .96fr) minmax(300px, 1fr);
    gap: 58px;
    align-items: center;
}

.corporate-benefit-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center bottom;
}

.corporate-benefit-list,
.corporate-notice-panel {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    justify-content: center;
}

.corporate-benefit-row {
    display: grid;
    min-height: 64px;
    grid-template-columns: 170px 1fr;
    align-items: center;
    border-bottom: 1px dashed #d7d7d7;
    color: #777;
    font-size: .98rem;
}

    .corporate-benefit-row:first-child {
        border-top: 1px dashed #d7d7d7;
    }

    .corporate-benefit-row strong {
        color: #333;
        font-size: 1.02rem;
        font-weight: 900;
    }

.corporate-notice-panel h2 {
    margin: 0 0 16px;
    color: #777;
    font-size: .98rem;
    font-weight: 700;
}

.corporate-notice-panel ul {
    margin: 0;
    padding: 18px 0 20px;
    border-top: 1px dashed #d7d7d7;
    border-bottom: 1px dashed #d7d7d7;
    list-style: none;
}

.corporate-notice-panel li {
    color: #626262;
    font-size: .98rem;
    font-weight: 600;
    line-height: 1.85;
}

.corporate-order-btn {
    display: inline-flex;
    width: 138px;
    min-height: 40px;
    margin-top: 28px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    background: #e7791f;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    text-decoration: none;
}

    .corporate-order-btn:hover,
    .corporate-contact-btn:hover,
    .corporate-more-btn:hover {
        color: #fff;
        filter: brightness(.96);
    }

.corporate-partners {
    background: #f4f4f3;
    padding: 64px 0 90px;
}

.corporate-section-heading {
    margin-bottom: 36px;
    text-align: center;
}

    .corporate-section-heading h2 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 22px;
        font-size: 2rem;
    }

        .corporate-section-heading h2::before,
        .corporate-section-heading h2::after {
            display: block;
            width: 34px;
            height: 3px;
            background: #e7791f;
            content: "";
        }

    .corporate-section-heading p {
        margin: 12px 0 0;
        color: #4f4f4f;
        font-size: 1rem;
        font-weight: 700;
    }

.corporate-partner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 24px;
}

.corporate-partner-card {
    position: relative;
    display: grid;
    min-height: 160px;
    grid-template-columns: 150px minmax(0, 1fr) 18px;
    gap: 16px;
    align-items: center;
    overflow: hidden;
    border: 1px solid #ececec;
    border-bottom: 4px solid #ef7c1a;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(30, 30, 30, .08);
    color: inherit;
    padding: 26px 24px 24px;
    text-decoration: none;
}

    .corporate-partner-card:hover {
        color: inherit;
        transform: translateY(-2px);
        transition: transform .18s ease, box-shadow .18s ease;
        box-shadow: 0 14px 28px rgba(30, 30, 30, .11);
    }

.corporate-logo {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    color: #050505;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

    .corporate-logo img {
        display: block;
        max-width: 128px;
        max-height: 85px;
        width: 128px;
        height: 85px;
    }

.corporate-logo-text {
    font-size: 1.8rem;
}


.corporate-logo-asus {
    font-size: 2.25rem;
    font-style: italic;
}

.corporate-logo-delta {
    font-size: 1.55rem;
}

    .corporate-logo-delta::before {
        display: inline-block;
        width: 0;
        height: 0;
        margin-right: 8px;
        border-right: 11px solid transparent;
        border-bottom: 20px solid #050505;
        border-left: 11px solid transparent;
        content: "";
    }

.corporate-logo-htc {
    font-size: 2.55rem;
    font-weight: 700;
}

.corporate-partner-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
}

    .corporate-partner-copy strong {
        color: #202020;
        font-size: 1.02rem;
        font-weight: 900;
    }

    .corporate-partner-copy em {
        color: #e7791f;
        font-size: .98rem;
        font-style: normal;
        font-weight: 900;
    }

    .corporate-partner-copy span {
        color: #555;
        font-size: .92rem;
        font-weight: 600;
        line-height: 1.7;
    }

.corporate-card-arrow {
    align-self: end;
    color: #e7791f;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
}

.corporate-partner-card-hidden {
    display: none;
}

.corporate-more {
    margin-top: 36px;
    text-align: center;
}

.corporate-more-btn {
    min-width: 180px;
    min-height: 42px;
    border: 2px solid #ef9a52;
    border-radius: 3px;
    background: transparent;
    color: #e7791f;
    font-size: .95rem;
    font-weight: 900;
}

    .corporate-more-btn:hover {
        background: #e7791f;
        border-color: #e7791f;
    }

.corporate-recruit {
    min-height: 320px;
    display: flex;
    align-items: center;
    margin-bottom: 72px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .48), rgba(255, 255, 255, .08)), url("/website/img/corporate/enterprise-recruit-bg.webp");
    background-position: center;
    background-size: cover;
}

.corporate-recruit-content {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.corporate-recruit h2 {
    font-size: 3rem;
}

.corporate-recruit p {
    margin: 10px 0 34px;
    color: #111;
    font-size: 1.6rem;
    font-weight: 900;
}

.corporate-recruit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.corporate-contact-btn {
    display: inline-flex;
    min-width: 190px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    background: #e7791f;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 900;
    text-decoration: none;
}

.corporate-contact-line {
    background: #22b84a;
}

@media (max-width: 1199.98px) {
    .corporate-benefit-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 40px;
    }

    .corporate-benefit-media {
        grid-row: span 2;
    }

    .corporate-partner-card {
        grid-template-columns: minmax(100px, .75fr) minmax(0, 1.25fr) 20px;
        gap: 18px;
        padding: 24px;
    }

    .corporate-logo-asus {
        font-size: 2.1rem;
    }

    .corporate-logo-delta {
        font-size: 1.7rem;
    }

    .corporate-logo-htc {
        font-size: 2.5rem;
    }
}

@media (max-width: 991.98px) {
    .corporate-page {
        padding-top: 110px;
    }

    .corporate-hero {
        padding: 42px 0 60px;
    }

    .corporate-benefit-layout {
        grid-template-columns: 1fr;
    }

    .corporate-benefit-media {
        grid-row: auto;
        max-width: 680px;
        margin: 0 auto;
    }

    .corporate-order-btn {
        margin-left: 0;
    }

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

    .corporate-recruit {
        min-height: 300px;
        background-position: center right;
    }
}

@media (max-width: 767.98px) {
    .corporate-container,
    .corporate-recruit-content {
        width: min(100% - 32px, 1320px);
    }

    .corporate-heading h1 {
        font-size: 1.85rem;
    }

    .corporate-heading {
        margin-bottom: 34px;
    }

    .corporate-benefit-row {
        grid-template-columns: 92px 1fr;
        font-size: .92rem;
    }

    .corporate-notice-panel li {
        font-size: .92rem;
    }

    .corporate-section-heading h2 {
        font-size: 1.75rem;
        gap: 14px;
    }

        .corporate-section-heading h2::before,
        .corporate-section-heading h2::after {
            width: 24px;
        }

    .corporate-partner-grid {
        grid-template-columns: 1fr;
    }

    .corporate-partner-card {
        min-height: 142px;
        grid-template-columns: 116px minmax(0, 1fr) 18px;
        padding: 22px 20px;
    }

    .corporate-logo-asus {
        font-size: 1.85rem;
    }

    .corporate-logo-delta {
        font-size: 1.5rem;
    }

        .corporate-logo-delta::before {
            margin-right: 7px;
            border-right-width: 11px;
            border-bottom-width: 20px;
            border-left-width: 11px;
        }

    .corporate-logo-htc {
        font-size: 2.15rem;
    }

    .corporate-recruit {
        min-height: 360px;
        align-items: flex-start;
        margin-bottom: 48px;
        padding: 48px 0;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .16)), url("/website/img/corporate/enterprise-recruit-bg.webp");
        background-position: center bottom;
    }

        .corporate-recruit h2 {
            font-size: 2.2rem;
        }

        .corporate-recruit p {
            font-size: 1.25rem;
        }

    .corporate-recruit-actions {
        gap: 12px;
    }

    .corporate-contact-btn {
        width: min(100%, 260px);
        min-height: 48px;
        justify-content: center;
        font-size: 1rem;
    }
}
