@charset "utf-8";

.png-company-page {
    width: 100%;
    margin-top: 8px;
    color: #333;
}

/* hero */
.png-company-hero {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 28px;
    align-items: stretch;
    margin-bottom: 28px;
    padding: 22px;
    border: 1px solid #d5dde5;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fbfd 0%, #eef5f7 55%, #fff 100%);
    box-shadow: 0 2px 10px rgba(15, 34, 64, .06);
}

.png-company-hero__photo {
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #d5dde5;
    background: #fff;
    line-height: 0;
}

.png-company-hero__photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center top;
}

.png-company-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.png-company-hero__eyebrow {
    margin: 0 0 10px;
    color: #0b6678;
    font-size: var(--png-text-rg);
    font-weight: var(--png-weight-bold);
    letter-spacing: -0.3px;
}

.png-company-hero__title {
    margin: 0 0 14px;
    color: #0f2240;
    font-size: 30px;
    font-weight: var(--png-weight-bold);
    letter-spacing: -1px;
    line-height: 1.25;
}

.png-company-hero__lead {
    margin: 0 0 22px;
    color: #444;
    font-size: var(--png-text-md);
    line-height: 1.75;
    letter-spacing: -0.3px;
}

.png-company-hero__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.png-company-hero__highlights li {
    padding: 12px 10px;
    border: 1px solid #c8dde2;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}

.png-company-hero__highlights strong {
    display: block;
    color: #0f2240;
    font-size: var(--png-text-lg);
    font-weight: var(--png-weight-bold);
    line-height: 1.2;
}

.png-company-hero__highlights span {
    display: block;
    margin-top: 4px;
    color: #666;
    font-size: var(--png-text-sm);
}

/* section headers */
.png-company-section {
    margin-bottom: 24px;
}

.png-company-section:last-child {
    margin-bottom: 0;
}

.png-company-section-head {
    margin-bottom: 0;
    padding: 10px 14px;
    border-radius: 6px 6px 0 0;
    background: #0f2240;
}

.png-company-section-head--teal {
    background: #0b6678;
}

.png-company-section-head--orange {
    background: #d47a00;
}

.png-company-section-head h2 {
    margin: 0;
    color: #fff;
    font-size: var(--png-text-lg);
    font-weight: var(--png-weight-bold);
    letter-spacing: -0.5px;
}

/* info table */
.png-company-info {
    margin: 0;
    border: 1px solid #d5dde5;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    overflow: visible;
}

.png-company-info > div {
    display: grid;
    grid-template-columns: 132px 1fr;
    border-bottom: 1px solid #e8edf2;
}

.png-company-info > div:last-child {
    border-bottom: 0;
}

.png-company-info dt,
.png-company-info dd {
    margin: 0;
    padding: 14px 16px;
    line-height: 1.65;
}

.png-company-info dt {
    background: #f5f8fb;
    color: #0f2240;
    font-size: var(--png-text-rg);
    font-weight: var(--png-weight-bold);
    text-align: center;
}

.png-company-info dd {
    background: #fff;
    color: #333;
    font-size: var(--png-text-base);
    text-align: left;
}

.png-company-inline {
    margin-left: 6px;
    color: #666;
    font-size: var(--png-text-rg);
}

.png-company-note {
    display: block;
    margin-top: 6px;
    color: #777;
    font-size: var(--png-text-sm);
}

/* business cards */
.png-company-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #d5dde5;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    background: #fff;
}

.png-company-cards li {
    padding: 18px 16px;
    border-right: 1px solid #e8edf2;
    border-bottom: 1px solid #e8edf2;
}

.png-company-cards li:nth-child(3n) {
    border-right: 0;
}

.png-company-cards li:nth-child(n+4) {
    border-bottom: 0;
}

.png-company-cards strong {
    display: block;
    margin-bottom: 6px;
    color: #0f2240;
    font-size: var(--png-text-md);
    font-weight: var(--png-weight-bold);
    letter-spacing: -0.5px;
}

.png-company-cards span {
    display: block;
    color: #666;
    font-size: var(--png-text-rg);
    line-height: 1.55;
}

/* features */
.png-company-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #d5dde5;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

.png-company-features li {
    padding: 20px 18px;
    border-right: 1px solid #e8edf2;
    background: #fff;
    text-align: center;
}

.png-company-features li:last-child {
    border-right: 0;
}

.png-company-features__label {
    display: block;
    margin-bottom: 8px;
    color: #0b6678;
    font-size: var(--png-text-sm);
    font-weight: var(--png-weight-bold);
}

.png-company-features strong {
    display: block;
    margin-bottom: 6px;
    color: #0f2240;
    font-size: var(--png-text-lg);
    font-weight: var(--png-weight-bold);
    letter-spacing: -0.5px;
}

.png-company-features__desc {
    display: block;
    color: #666;
    font-size: var(--png-text-rg);
    line-height: 1.5;
}

/* cta */
.png-company-cta {
    margin-top: 28px;
    padding: 22px 24px;
    border: 1px solid #c8dde2;
    border-radius: 8px;
    background: linear-gradient(180deg, #f8fbfd, #eef5f7);
    text-align: center;
}

.png-company-cta p {
    margin: 0 0 16px;
    color: #333;
    font-size: var(--png-text-md);
    font-weight: var(--png-weight-semibold);
    line-height: 1.6;
}

.png-company-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.png-company-cta__btn {
    display: inline-block;
    min-width: 140px;
    padding: 11px 18px;
    border-radius: 5px;
    background: #0b6678;
    color: #fff !important;
    font-size: var(--png-text-base);
    font-weight: var(--png-weight-bold);
    text-decoration: none !important;
}

.png-company-cta__btn:hover {
    background: #015163;
    color: #fff !important;
}

.png-company-cta__btn--ghost {
    border: 1px solid #0b6678;
    background: #fff;
    color: #0b6678 !important;
}

.png-company-cta__btn--ghost:hover {
    background: #f0f7f9;
    color: #015163 !important;
}

@media (max-width: 860px) {
    .png-company-hero {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 16px;
    }

    .png-company-hero__photo {
        max-width: 320px;
        margin: 0 auto;
    }

    .png-company-hero__title {
        font-size: var(--png-text-2xl);
    }

    .png-company-cards {
        grid-template-columns: 1fr 1fr;
    }

    .png-company-cards li:nth-child(3n) {
        border-right: 1px solid #e8edf2;
    }

    .png-company-cards li:nth-child(2n) {
        border-right: 0;
    }

    .png-company-features {
        grid-template-columns: 1fr;
    }

    .png-company-features li {
        border-right: 0;
        border-bottom: 1px solid #e8edf2;
    }

    .png-company-features li:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 640px) {
    .png-company-hero__highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .png-company-hero__highlights li {
        padding: 10px 6px;
    }

    .png-company-hero__highlights strong {
        font-size: var(--png-text-md);
    }

    .png-company-hero__highlights span {
        font-size: var(--png-text-xs);
    }

    .png-company-info > div {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .png-company-info dt {
        padding: 12px 8px;
        font-size: var(--png-text-sm);
        text-align: left;
    }

    .png-company-info dd {
        padding: 12px 12px 12px 10px;
        font-size: var(--png-text-rg);
        word-break: keep-all;
    }

    .png-company-cards {
        grid-template-columns: 1fr;
    }

    .png-company-cards li {
        border-right: 0 !important;
    }

    .png-company-cards li:not(:last-child) {
        border-bottom: 1px solid #e8edf2;
    }
}
