/* =========================================================
   CoreIPC Company Page
   File: coreipc-company.css
   ========================================================= */

.coreipc-company-page,.coreipc-company-page * {
    box-sizing:border-box
}

.coreipc-company-page {
    width:100%;
    overflow-x:hidden;
    background:#fff;
    color:#172033;
    font-family:inherit
}

.coreipc-company-page img {
    display:block;
    max-width:100%
}

.company-wrap {
    width:92%;
    max-width:1320px;
    margin:0 auto
}

.company-section {
    width:100vw;
    margin-left:calc(50% - 50vw);
    padding:48px 0
}

.company-section-title {
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:24px
}

.company-section-title h2 {
    margin:0;
    color:#101828;
    font-size:24px;
    line-height:1.2;
    font-weight:800
}

.company-section-title span {
    width:24px;
    height:2px;
    background:#0f6fe8
}

.company-hero {
    position:relative;
    width:100vw;
    min-height:390px;
    margin-left:calc(50% - 50vw);
    overflow:hidden;
    color:#fff;
    background:#0c2c50
}

.company-hero-bg,.company-hero-bg img {
    position:absolute;
    inset:0;
    width:100%;
    height:100%
}

.company-hero-bg img {
    object-fit:cover;
    object-position:center
}

.company-hero-overlay {
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(4,32,67,.97) 0%,rgba(4,32,67,.84) 28%,rgba(4,32,67,.42) 52%,rgba(4,32,67,.06) 78%)
}

.company-hero-inner {
    position:relative;
    z-index:2;
    padding-top:34px;
    padding-bottom:50px
}

.company-breadcrumb {
    margin-bottom:28px;
    color:rgba(255,255,255,.82);
    font-size:13px
}

.company-breadcrumb span {
    margin:0 8px;
    opacity:.7
}

.company-hero-content {
    max-width:610px
}

.company-hero h1 {
    margin:0 0 10px;
    color:#fff;
    font-size:58px;
    line-height:1.05;
    font-weight:800
}

.company-hero h2 {
    margin:0;
    color:#fff;
    font-size:22px;
    line-height:1.4;
    font-weight:600
}

.company-hero-line {
    width:52px;
    height:3px;
    margin:20px 0 18px;
    background:#1377ff
}

.company-hero p {
    max-width:560px;
    margin:0 0 24px;
    color:rgba(255,255,255,.92);
    font-size:14px;
    line-height:1.75
}

.company-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    min-height:44px;
    padding:10px 20px;
    border-radius:5px;
    font-size:13px;
    line-height:1;
    font-weight:700;
    text-decoration:none!important;
    transition:.2s ease
}

.company-btn-primary {
    color:#fff!important;
    background:#0f6fe8;
    border:1px solid #0f6fe8
}

.company-btn-primary:hover {
    color:#fff!important;
    background:#095fc9;
    border-color:#095fc9
}

.company-btn-outline {
    color:#0f6fe8!important;
    background:#fff;
    border:1px solid #0f6fe8
}

.company-btn-outline:hover {
    color:#fff!important;
    background:#0f6fe8
}

.company-overview {
    background:#fff
}

.company-overview-grid {
    display:grid;
    grid-template-columns:minmax(0,26fr) minmax(0,50fr) minmax(0,24fr);
    gap:34px;
    align-items:center
}

.company-overview-copy {
    min-width:0
}

.company-overview-copy p {
    margin:0 0 18px;
    color:#596475;
    font-size:13.5px;
    line-height:1.75
}

.company-overview-image {
    overflow:hidden;
    border-radius:7px;
    background:#eef3f8
}

.company-overview-image img {
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover
}

.company-overview-stats {
    display:grid;
    gap:0
}

.company-overview-stat {
    display:grid;
    grid-template-columns:44px 1fr;
    gap:14px;
    align-items:center;
    min-height:78px;
    border-bottom:1px solid #e8edf3
}

.company-overview-stat:last-child {
    border-bottom:0
}

.company-stat-icon {
    color:#0f6fe8;
    font-size:30px;
    text-align:center
}

.company-overview-stat strong {
    display:block;
    margin-bottom:4px;
    color:#111827;
    font-size:22px;
    line-height:1.1;
    font-weight:800
}

.company-overview-stat span {
    display:block;
    color:#667085;
    font-size:11px;
    line-height:1.4
}

.company-competencies {
    background:#f8fafc
}

.company-competency-grid {
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:14px
}

.company-competency-card {
    min-width:0;
    min-height:178px;
    padding:22px 14px 18px;
    text-align:center;
    background:#fff;
    border:1px solid #e8edf3;
    border-radius:7px;
    box-shadow:0 4px 14px rgba(15,35,65,.035)
}

.company-competency-icon {
    min-height:46px;
    margin-bottom:12px;
    color:#0f6fe8;
    font-size:34px;
    line-height:1
}

.company-competency-card h3 {
    margin:0 0 9px;
    color:#172033;
    font-size:13px;
    line-height:1.35;
    font-weight:800
}

.company-competency-card p {
    margin:0;
    color:#677181;
    font-size:10.5px;
    line-height:1.55
}

.company-rd {
    background:#fff
}

.company-rd-grid {
    display:grid;
    grid-template-columns:minmax(0,72fr) minmax(280px,28fr);
    gap:28px;
    align-items:stretch
}

.company-rd-cards {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px
}

.company-rd-card {
    min-width:0
}

.company-rd-card img {
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:6px;
    background:#eef3f8
}

.company-rd-card h3 {
    margin:10px 0 6px;
    color:#172033;
    font-size:12px;
    line-height:1.35;
    font-weight:800
}

.company-rd-card p {
    margin:0;
    color:#667085;
    font-size:10.5px;
    line-height:1.55
}

.company-rd-stats {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1px;
    padding:22px;
    background:linear-gradient(135deg,#0b2e57,#0a3c73);
    border-radius:7px;
    color:#fff
}

.company-rd-stat {
    min-height:100px;
    padding:14px;
    border-right:1px solid rgba(255,255,255,.14);
    border-bottom:1px solid rgba(255,255,255,.14)
}

.company-rd-stat:nth-child(2n) {
    border-right:0
}

.company-rd-stat:nth-child(n+3) {
    border-bottom:0
}

.company-rd-stat strong {
    display:block;
    margin-bottom:7px;
    font-size:25px;
    line-height:1;
    font-weight:800
}

.company-rd-stat span {
    display:block;
    color:rgba(255,255,255,.88);
    font-size:11px;
    line-height:1.4
}

.company-team {
    background:#fff;
    padding-top:32px
}

.company-team-grid {
    display:grid;
    grid-template-columns:minmax(0,58fr) minmax(0,42fr);
    gap:34px;
    align-items:stretch
}

.company-team-gallery {
    display:grid;
    grid-template-columns:minmax(0,70fr) minmax(0,30fr);
    gap:10px;
    min-height:250px
}

.company-team-main,.company-team-side {
    min-width:0
}

.company-team-main img {
    width:100%;
    height:100%;
    min-height:250px;
    object-fit:cover;
    border-radius:6px
}

.company-team-side {
    display:grid;
    grid-template-rows:1fr 1fr;
    gap:10px
}

.company-team-side img {
    width:100%;
    height:100%;
    min-height:120px;
    object-fit:cover;
    border-radius:6px
}

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

.company-team-copy>p {
    margin:0 0 26px;
    color:#5f6977;
    font-size:13px;
    line-height:1.7
}

.company-culture-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px
}

.company-culture-item {
    min-width:0
}

.company-culture-icon {
    margin-bottom:8px;
    color:#0f6fe8;
    font-size:26px
}

.company-culture-item strong {
    display:block;
    margin-bottom:6px;
    color:#172033;
    font-size:12px;
    font-weight:800
}

.company-culture-item span {
    display:block;
    color:#667085;
    font-size:10px;
    line-height:1.5
}

.company-values {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    margin-top:30px;
    background:#f7f9fc;
    border:1px solid #e7ebf0;
    border-radius:7px
}

.company-value {
    display:grid;
    grid-template-columns:54px 1fr;
    gap:12px;
    align-items:center;
    min-height:96px;
    padding:16px 22px;
    border-right:1px solid #e4e9ef
}

.company-value:last-child {
    border-right:0
}

.company-value-icon {
    color:#0f6fe8;
    font-size:32px;
    text-align:center
}

.company-value strong {
    display:block;
    margin-bottom:5px;
    color:#172033;
    font-size:12px;
    font-weight:800
}

.company-value span {
    display:block;
    color:#667085;
    font-size:10px;
    line-height:1.45
}

.company-cta {
    position:relative;
    width:100vw;
    min-height:180px;
    margin-left:calc(50% - 50vw);
    overflow:hidden;
    color:#fff;
    background:#072e5c
}

.company-cta-overlay {
    position:absolute;
    inset:0;
    background:rgba(5,37,76,.88)
}

.company-cta-inner {
    position:relative;
    z-index:2;
    min-height:180px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center
}

.company-cta h2 {
    margin:0 0 9px;
    color:#fff;
    font-size:30px;
    line-height:1.25;
    font-weight:800
}

.company-cta p {
    margin:0 0 18px;
    color:rgba(255,255,255,.9);
    font-size:13.5px
}

@media(max-width:1100px) {
    .company-section {
        padding:42px 0
    }

    .company-overview-grid {
        grid-template-columns:minmax(0,1fr) minmax(0,1.3fr)
    }

    .company-overview-stats {
        grid-column:1/-1;
        grid-template-columns:repeat(4,minmax(0,1fr));
        margin-top:4px
    }

    .company-overview-stat {
        min-height:90px;
        padding:12px;
        border-bottom:0;
        border-right:1px solid #e8edf3
    }

    .company-overview-stat:last-child {
        border-right:0
    }

    .company-competency-grid {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }

    .company-rd-grid {
        grid-template-columns:1fr
    }

    .company-rd-stats {
        grid-template-columns:repeat(4,minmax(0,1fr))
    }

    .company-rd-stat {
        min-height:90px;
        border-bottom:0;
        border-right:1px solid rgba(255,255,255,.14)
    }

    .company-rd-stat:last-child {
        border-right:0
    }

    .company-team-grid {
        grid-template-columns:1fr
    }

}

@media(max-width:767px) {
    .company-wrap {
        width:92%
    }

    .company-section {
        padding:34px 0
    }

    .company-section-title {
        margin-bottom:20px
    }

    .company-section-title h2 {
        font-size:21px
    }

    .company-hero {
        min-height:430px
    }

    .company-hero-overlay {
        background:rgba(4,32,67,.78)
    }

    .company-hero-inner {
        padding-top:30px;
        padding-bottom:38px
    }

    .company-hero h1 {
        font-size:42px
    }

    .company-hero h2 {
        font-size:19px
    }

    .company-hero p {
        font-size:13px;
        line-height:1.65
    }

    .company-overview-grid {
        grid-template-columns:1fr;
        gap:24px
    }

    .company-overview-stats {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }

    .company-overview-stat {
        border-right:0;
        border-bottom:1px solid #e8edf3
    }

    .company-competency-grid {
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:12px
    }

    .company-rd-cards {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }

    .company-rd-stats {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }

    .company-rd-stat {
        border-bottom:1px solid rgba(255,255,255,.14)
    }

    .company-rd-stat:nth-child(2n) {
        border-right:0
    }

    .company-rd-stat:nth-child(n+3) {
        border-bottom:0
    }

    .company-team-gallery {
        grid-template-columns:1fr;
        min-height:0
    }

    .company-team-side {
        grid-template-columns:repeat(2,minmax(0,1fr));
        grid-template-rows:1fr
    }

    .company-team-main img {
        min-height:220px
    }

    .company-team-side img {
        min-height:140px
    }

    .company-culture-grid {
        grid-template-columns:1fr;
        gap:16px
    }

    .company-values {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }

    .company-value {
        border-right:0;
        border-bottom:1px solid #e4e9ef
    }

    .company-cta {
        min-height:190px
    }

    .company-cta h2 {
        font-size:25px
    }

}

@media(max-width:480px) {
    .company-overview-stats,.company-competency-grid,.company-rd-cards,.company-rd-stats,.company-values {
        grid-template-columns:1fr
    }

    .company-team-side {
        grid-template-columns:1fr
    }

    .company-overview-stat,.company-rd-stat,.company-value {
        border-right:0
    }

    .company-rd-stat {
        border-bottom:1px solid rgba(255,255,255,.14)
    }

    .company-rd-stat:last-child {
        border-bottom:0
    }

}

/* =========================================================
   V17 — COMPANY OVERVIEW REFERENCE PROPORTIONS
   Desktop: 26 / 50 / 24, tighter right stats, balanced gaps
   ========================================================= */

.company-stat-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #0f6fe8;
    line-height: 1;
}

.company-stat-icon svg {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.company-stat-content {
    min-width: 0;
    margin: 0;
    padding: 0;
    text-align: left;
}

.company-stat-content strong {
    display: block;
    margin: 0 0 4px;
    padding: 0;
    color: #111827;
    font-size: 21px;
    line-height: 1.1;
    font-weight: 800;
    text-align: left;
    white-space: nowrap;
}

.company-stat-content span {
    display: block;
    margin: 0;
    padding: 0;
    color: #667085;
    font-size: 10.5px;
    line-height: 1.35;
    text-align: left;
    white-space: nowrap;
}

@media (min-width: 1101px) {

    .company-overview-grid {
        display: grid;
        grid-template-columns: minmax(0, 26fr) minmax(0, 50fr) minmax(0, 24fr);
        gap: 28px;
        align-items: stretch;
    }

    /* LEFT */
    .company-overview-copy {
        display: flex;
        flex-direction: column;
        align-self: stretch;
        min-height: 0;
    }

    .company-overview-copy .company-section-title {
        margin: 0 0 24px;
        padding: 0;
    }

    .company-overview-copy-body {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
    }

    .company-overview-copy-body > p:first-of-type {
        margin-top: 0;
        margin-bottom: 16px;
    }

    .company-overview-copy-body > p:nth-of-type(2) {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .company-overview-copy-body .company-btn {
        margin-top: auto;
        align-self: flex-start;
    }

    /* CENTER */
    .company-overview-image {
        align-self: stretch;
        min-height: 0;
        overflow: hidden;
    }

    .company-overview-image img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 100%;
        aspect-ratio: auto;
        object-fit: cover;
    }

    /* RIGHT */
    .company-overview-stats {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, minmax(0, 1fr));
        gap: 0;
        width: 100%;
        max-width: 285px;
        height: 100%;
        min-height: 0;
        margin-left: auto;
        margin-right: 0;
        padding: 0;
        align-self: stretch;
    }

    .company-overview-stat {
        display: grid;
        grid-template-columns: 36px minmax(0, 1fr);
        column-gap: 16px;
        align-items: center;
        width: 100%;
        min-height: 0;
        padding: 0;
        margin: 0;
        border-bottom: 1px dotted #d9e0e8;
    }

    .company-overview-stat:last-child {
        border-bottom: 0;
    }
}

/* =========================================================
   V18 — CORE COMPETENCIES REFERENCE STYLE
   ========================================================= */
.company-competencies {
    background: #f8fafc;
}

.company-competencies .company-section-title {
    margin-bottom: 18px;
}

.company-competencies .company-section-title h2 {
    font-size: 23px;
}

.company-competency-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.company-competency-card {
    min-width: 0;
    min-height: 158px;
    padding: 20px 12px 18px;
    text-align: center;
    background: #fff;
    border: 1px solid #e7ebf0;
    border-radius: 7px;
    box-shadow: 0 5px 16px rgba(15,35,65,.04);
}

.company-competency-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 11px;
    color: #0f6fe8;
}

.company-competency-icon svg {
    display: block;
    width: 42px;
    height: 42px;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.company-competency-card h3 {
    margin: 0 0 9px;
    color: #172033;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
}

.company-competency-card p {
    margin: 0;
    color: #667085;
    font-size: 10.5px;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .company-competency-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .company-competency-card {
        min-height: 154px;
    }
}

@media (max-width: 767px) {
    .company-competency-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .company-competency-card {
        min-height: 150px;
        padding: 18px 10px 16px;
    }
}

@media (max-width: 480px) {
    .company-competency-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   V19 — CORE COMPETENCIES FINE TUNING
   Slightly tighter cards and clearer section accent
   ========================================================= */

.company-competencies .company-section-title {
    margin-bottom: 16px;
}

.company-competencies .company-section-title span {
    width: 26px;
}

.company-competency-card {
    min-height: 146px;
    padding: 17px 12px 15px;
}

.company-competency-icon {
    margin-bottom: 7px;
}

.company-competency-card h3 {
    margin-bottom: 6px;
}

@media (max-width: 1100px) {
    .company-competency-card {
        min-height: 146px;
    }
}

@media (max-width: 767px) {
    .company-competency-card {
        min-height: 144px;
        padding: 16px 10px 14px;
    }
}

/* =========================================================
   V23 — R&D CAPABILITY LAYOUT A
   Four R&D cards on top + four horizontal metrics below
   ========================================================= */

.company-rd .company-section-title {
    margin-bottom: 18px;
}

.company-rd .company-section-title span {
    width: 26px;
}

.company-rd-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.company-rd-card {
    min-width: 0;
}

.company-rd-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8.7;
    object-fit: cover;
    border-radius: 6px;
    background: #eef3f8;
}

.company-rd-card h3 {
    margin: 9px 0 5px;
    color: #172033;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 800;
}

.company-rd-card p {
    margin: 0;
    color: #667085;
    font-size: 10.5px;
    line-height: 1.5;
}

.company-rd-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 26px;
    background: linear-gradient(135deg, #0b2e57, #0a3c73);
    border-radius: 7px;
    overflow: hidden;
}

.company-rd-metric {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    min-height: 92px;
    padding: 18px 22px;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,.14);
}

.company-rd-metric:last-child {
    border-right: 0;
}

.company-rd-metric-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.company-rd-metric-icon svg {
    display: block;
    width: 32px;
    height: 32px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.company-rd-metric strong {
    display: block;
    margin: 0 0 5px;
    color: #fff;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 800;
    white-space: nowrap;
}

.company-rd-metric span {
    display: block;
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: 10.5px;
    line-height: 1.35;
}

@media (max-width: 1100px) {
    .company-rd-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .company-rd-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .company-rd-metric {
        border-right: 1px solid rgba(255,255,255,.14);
        border-bottom: 1px solid rgba(255,255,255,.14);
    }

    .company-rd-metric:nth-child(2n) {
        border-right: 0;
    }

    .company-rd-metric:nth-child(n+3) {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .company-rd-cards {
        grid-template-columns: 1fr;
    }

    .company-rd-metrics {
        grid-template-columns: 1fr;
    }

    .company-rd-metric,
    .company-rd-metric:nth-child(2n),
    .company-rd-metric:nth-child(n+3) {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.14);
    }

    .company-rd-metric:last-child {
        border-bottom: 0;
    }
}

/* =========================================================
   V24 — R&D METRICS COLOR REFINEMENT
   Slightly lighter, softer blue for better page balance
   ========================================================= */

.company-rd-metrics {
    background: linear-gradient(135deg, #154b8b, #1b5798);
}

.company-rd-metric {
    border-right-color: rgba(255,255,255,.16);
}

.company-rd-metric span {
    color: rgba(255,255,255,.9);
}

/* =========================================================
   V25 — R&D METRIC ICON ENLARGEMENT
   Larger SVG icons for better balance with metric numbers
   ========================================================= */

.company-rd-metric {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 14px;
}

.company-rd-metric-icon {
    width: 48px;
    height: 48px;
}

.company-rd-metric-icon svg {
    width: 38px;
    height: 38px;
}

/* =========================================================
   V26 — R&D METRIC TOP-ROW LAYOUT
   Icon + number on first row, label underneath
   ========================================================= */

.company-rd-metric {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 96px;
    padding: 16px 24px;
}

.company-rd-metric-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 9px;
}

.company-rd-metric-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
}

.company-rd-metric-icon svg {
    width: 34px;
    height: 34px;
}

.company-rd-metric-number {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.company-rd-metric-label {
    color: rgba(255,255,255,.92);
    font-size: 11px;
    line-height: 1.35;
    padding-left: 56px;
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .company-rd-metric {
        min-height: 92px;
        padding: 15px 20px;
    }

    .company-rd-metric-label {
        padding-left: 56px;
    }
}

@media (max-width: 767px) {
    .company-rd-metric {
        align-items: flex-start;
    }

    .company-rd-metric-label {
        padding-left: 56px;
        white-space: normal;
    }
}

/* =========================================================
   V27 — R&D METRIC LABEL ALIGNMENT
   Move labels left for better balance with icon + number row
   ========================================================= */

.company-rd-metric-label {
    padding-left: 0;
    margin-top: 8px;
}

@media (max-width: 1100px) {
    .company-rd-metric-label {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .company-rd-metric-label {
        padding-left: 0;
    }
}

/* =========================================================
   V28 — R&D METRIC BAR FINE TUNING
   Slightly lower bar height and tighter icon-number spacing
   ========================================================= */

.company-rd-metric {
    min-height: 88px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.company-rd-metric-top {
    gap: 11px;
    margin-bottom: 7px;
}

/* =========================================================
   V38 — OUR TEAM CLEAN STABLE LAYOUT
   Rebuilt from the stable structure:
   - Main image slightly wider
   - Side image column slightly narrower
   - Two side images stay locked inside the gallery
   - No overflow into Values
   - Right culture block remains centered
   ========================================================= */

.company-team {
    background: #fff;
    padding-top: 32px;
}

.company-team .company-section-title {
    margin-bottom: 18px;
}

.company-team .company-section-title span {
    width: 26px;
}

.company-team-grid {
    display: grid;
    grid-template-columns: minmax(0, 64fr) minmax(0, 36fr);
    gap: 14px;
    align-items: start;
}

/* LEFT + MIDDLE IMAGE GROUP */
.company-team-gallery {
    display: grid;
    grid-template-columns: minmax(0, 72fr) minmax(0, 28fr);
    gap: 10px;
    width: 100%;
    height: 240px;
    min-height: 240px;
    overflow: hidden;
}

.company-team-main,
.company-team-side {
    min-width: 0;
    min-height: 0;
}

.company-team-main {
    height: 240px;
}

.company-team-main img {
    display: block;
    width: 100%;
    height: 240px;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

/* Two small images remain fully inside the 240px gallery */
.company-team-side {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
    height: 240px;
    overflow: hidden;
}

.company-team-side img {
    display: block;
    width: 100%;
    height: 115px;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    margin: 0;
}

/* RIGHT TEXT / CULTURE */
.company-team-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: start;
    min-width: 0;
    padding-top: 2px;
    padding-left: 14px;
    box-sizing: border-box;
}

.company-team-copy > p {
    margin: 0 0 26px;
    color: #5f6977;
    font-size: 13px;
    line-height: 1.7;
}

.company-culture-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: start;
}

.company-culture-item {
    min-width: 0;
    padding: 0 18px;
    border-right: 1px solid #e4e9ef;
    text-align: center;
}

.company-culture-item:first-child {
    padding-left: 0;
}

.company-culture-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.company-culture-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 9px;
    color: #0f6fe8;
}

.company-culture-icon svg {
    display: block;
    width: 34px;
    height: 34px;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.company-culture-item strong {
    display: block;
    margin-bottom: 7px;
    color: #172033;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 800;
    text-align: center;
}

.company-culture-item span {
    display: block;
    max-width: 180px;
    margin: 0 auto;
    color: #667085;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}

/* TABLET */
@media (max-width: 1100px) {
    .company-team-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .company-team-gallery {
        height: auto;
        min-height: 0;
    }

    .company-team-main {
        height: auto;
    }

    .company-team-main img {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .company-team-side {
        height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 1fr;
    }

    .company-team-side img {
        height: auto;
        aspect-ratio: 2 / 1;
    }

    .company-team-copy {
        padding-left: 0;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .company-team-gallery {
        grid-template-columns: 1fr;
    }

    .company-team-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .company-culture-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .company-culture-item,
    .company-culture-item:first-child,
    .company-culture-item:last-child {
        padding: 0;
        border-right: 0;
    }
}

@media (max-width: 480px) {
    .company-team-side {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   V39 — OUR TEAM SIDE IMAGES WIDER
   - make the middle stacked image column visually longer
   - target side-column width around 320px on desktop
   ========================================================= */
@media (min-width: 1101px) {
    .company-team-gallery {
        grid-template-columns: minmax(0, 1fr) 320px;
    }

    .company-team-side {
        width: 320px;
    }
}

/* =========================================================
   V40 — OUR TEAM FINAL MICRO-TUNING
   - tighter main/side image gap
   - tighter intro-to-culture spacing
   ========================================================= */
@media (min-width: 1101px) {
    .company-team-gallery {
        gap: 7px;
    }

    .company-team-copy > p {
        margin-bottom: 20px;
    }
}

/* =========================================================
   V41 — COMPANY VALUES REFERENCE STYLE
   Four equal items with SVG icon + left-aligned copy
   ========================================================= */

.company-values {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
    background: #f8fbff;
    border: 1px solid #e8eef5;
    border-radius: 14px;
    overflow: hidden;
}

.company-value {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 20px;
    align-items: center;
    min-width: 0;
    min-height: 148px;
    padding: 28px 28px;
    background: transparent;
    border-right: 1px dashed #d9e3ee;
}

.company-value:last-child {
    border-right: 0;
}

.company-value-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #176ff2;
}

.company-value-icon svg {
    display: block;
    width: 48px;
    height: 48px;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.company-value-copy {
    min-width: 0;
    text-align: left;
}

.company-value-copy strong {
    display: block;
    margin: 0 0 8px;
    color: #172033;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
}

.company-value-copy span {
    display: block;
    margin: 0;
    color: #667085;
    font-size: 11px;
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .company-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .company-value:nth-child(2) {
        border-right: 0;
    }

    .company-value:nth-child(-n+2) {
        border-bottom: 1px dashed #d9e3ee;
    }
}

@media (max-width: 767px) {
    .company-values {
        grid-template-columns: 1fr;
    }

    .company-value,
    .company-value:nth-child(2) {
        border-right: 0;
        border-bottom: 1px dashed #d9e3ee;
    }

    .company-value:last-child {
        border-bottom: 0;
    }
}

/* =========================================================
   V42 — COMPANY VALUES FINE TUNING
   - slightly shorter row
   - stronger Customer First icon
   - keep long titles/descriptions cleaner
   - align all content vertically
   ========================================================= */

.company-values {
    margin-top: 32px;
}

.company-value {
    min-height: 136px;
    padding-top: 24px;
    padding-bottom: 24px;
    grid-template-columns: 68px minmax(0, 1fr);
    column-gap: 18px;
}

.company-value-icon {
    width: 60px;
    height: 60px;
}

.company-value-icon svg {
    width: 50px;
    height: 50px;
}

/* Slightly strengthen Customer First icon */
.company-value:first-child .company-value-icon svg {
    width: 54px;
    height: 54px;
}

.company-value-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 68px;
}

.company-value-copy strong {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
}

.company-value-copy span {
    font-size: 10.5px;
    line-height: 1.5;
}

/* Give the longer third title a little more breathing room */
.company-value:nth-child(3) {
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 16px;
}

.company-value:nth-child(3) .company-value-copy strong {
    font-size: 13px;
}

/* Avoid awkward line breaks in Quality Driven copy on wide desktop */
@media (min-width: 1300px) {
    .company-value:nth-child(2) .company-value-copy span,
    .company-value:nth-child(4) .company-value-copy span {
        white-space: nowrap;
    }
}

@media (max-width: 1100px) {
    .company-value {
        min-height: 132px;
    }

    .company-value-copy strong {
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .company-value {
        min-height: 0;
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

/* =========================================================
   V43 — COMPANY VALUES ICON / COPY MICRO-ALIGNMENT
   - visually normalize the four SVG icon sizes
   - move text copy down slightly for better optical centering
   ========================================================= */

.company-value-copy {
    transform: translateY(3px);
}

/* Optical icon-size normalization */
.company-value:nth-child(1) .company-value-icon svg {
    width: 56px;
    height: 56px;
}

.company-value:nth-child(2) .company-value-icon svg {
    width: 54px;
    height: 54px;
}

.company-value:nth-child(3) .company-value-icon svg {
    width: 50px;
    height: 50px;
}

.company-value:nth-child(4) .company-value-icon svg {
    width: 48px;
    height: 48px;
}

@media (max-width: 767px) {
    .company-value-copy {
        transform: none;
    }
}

/* =========================================================
   V44 — CTA COLOR REFINEMENT
   Slightly lighter blue for better balance with the full page
   ========================================================= */

.company-cta {
    background: linear-gradient(135deg, #123f78, #18518f);
}

/* =========================================================
   V45 — CTA OVERLAY LIGHTENING
   The overlay is the real layer controlling perceived darkness
   ========================================================= */

.company-cta-overlay {
    background: rgba(18, 63, 120, 0.72);
}

/* =========================================================
   V52 — CLEAN TABLET / PAD RULES
   768–1100px only
   Replaces V46–V51 duplicated tablet patches.
   ========================================================= */

@media (min-width: 768px) and (max-width: 1100px) {

    /* ---------- GLOBAL ---------- */
    .company-wrap {
        width: 92%;
    }

    .company-section {
        padding: 38px 0;
    }

    .company-section-title {
        margin-bottom: 18px;
    }

    .company-section-title h2 {
        font-size: 24px;
        line-height: 1.25;
    }

    /* ---------- COMPANY OVERVIEW ---------- */
    .company-overview-grid {
        display: grid;
        grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
        gap: 24px;
        align-items: start;
    }

    .company-overview-copy p {
        font-size: 13px;
        line-height: 1.72;
        margin-bottom: 16px;
    }

    .company-overview-copy-body .company-btn {
        margin-top: 6px;
    }

    .company-overview-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .company-overview-stats {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: 100%;
        margin-top: 12px;
    }

    .company-overview-stat {
        display: grid;
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 9px;
        align-items: center;
        min-width: 0;
        min-height: 82px;
        padding: 10px 10px;
        border-right: 1px solid #e8edf3;
        border-bottom: 0;
    }

    .company-overview-stat:last-child {
        border-right: 0;
    }

    .company-stat-icon,
    .company-stat-icon svg {
        width: 27px;
        height: 27px;
    }

    .company-stat-content strong {
        font-size: 18px;
        white-space: nowrap;
    }

    .company-stat-content span {
        font-size: 10.5px;
        line-height: 1.35;
        white-space: normal;
    }

    /* ---------- CORE COMPETENCIES ---------- */
    .company-competency-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
    }

    .company-competency-card {
        min-height: 172px;
        padding: 24px 18px;
    }

    .company-competency-card h3 {
        font-size: 13px;
    }

    .company-competency-card p {
        font-size: 11.5px;
        line-height: 1.5;
    }

    /* ---------- R&D ---------- */
    .company-rd-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 16px;
    }

    .company-rd-card img {
        aspect-ratio: 16 / 8.7;
    }

    .company-rd-card h3 {
        font-size: 13px;
        line-height: 1.3;
        margin-top: 8px;
    }

    .company-rd-card p {
        font-size: 13px;
        line-height: 1.55;
    }

    .company-rd-metrics {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 22px;
    }

    .company-rd-metric {
        min-height: 88px;
        padding: 12px 8px;
        border-right: 1px solid rgba(255,255,255,.15);
        border-bottom: 0;
        align-items: center;
        justify-content: center;
    }

    .company-rd-metric:last-child {
        border-right: 0;
    }

    .company-rd-metric-top {
        gap: 7px;
        margin-bottom: 5px;
    }

    .company-rd-metric-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .company-rd-metric-icon svg {
        width: 25px;
        height: 25px;
    }

    .company-rd-metric-number {
        font-size: 20px;
    }

    .company-rd-metric-label {
        font-size: 11.5px;
        line-height: 1.35;
        text-align: center;
        white-space: normal;
        padding-left: 0;
        margin-top: 2px;
    }

    /* ---------- OUR TEAM ---------- */
    .company-team-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .company-team-gallery {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    .company-team-main {
        width: 100%;
        height: 330px;
    }

    .company-team-main img {
        display: block;
        width: 100%;
        height: 330px;
        min-height: 0;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: center;
    }

    /* two small images: one horizontal row */
    .company-team-side {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 1fr;
        gap: 10px;
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 0;
        overflow: hidden;
    }

    .company-team-side img {
        display: block;
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 0;
        aspect-ratio: 2 / 1;
        object-fit: cover;
        object-position: center;
        margin: 0;
    }

    .company-team-copy {
        padding: 0;
        margin: 0;
    }

    .company-team-copy > p {
        margin: 0 0 18px;
        font-size: 13px;
        line-height: 1.65;
        text-align: left;
    }

    .company-culture-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .company-culture-item {
        padding: 0 14px;
    }

    .company-culture-icon {
        width: 34px;
        height: 34px;
        margin-bottom: 7px;
    }

    .company-culture-icon svg {
        width: 30px;
        height: 30px;
    }

    .company-culture-item strong {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .company-culture-item span {
        max-width: 180px;
        font-size: 11px;
        line-height: 1.5;
    }

    /* ---------- VALUES ---------- */
    .company-values {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 28px;
    }

    .company-value {
        min-height: 118px;
        padding: 20px 24px;
        grid-template-columns: 58px minmax(0, 1fr);
        column-gap: 16px;
        border-right: 1px dashed #d9e3ee;
        border-bottom: 1px dashed #d9e3ee;
    }

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

    .company-value:nth-child(n+3) {
        border-bottom: 0;
    }

    .company-value-icon {
        width: 52px;
        height: 52px;
    }

    .company-value-icon svg,
    .company-value:nth-child(1) .company-value-icon svg,
    .company-value:nth-child(2) .company-value-icon svg,
    .company-value:nth-child(3) .company-value-icon svg,
    .company-value:nth-child(4) .company-value-icon svg {
        width: 44px;
        height: 44px;
    }

    .company-value-copy {
        min-height: 0;
        transform: none;
    }

    .company-value-copy strong {
        margin-bottom: 6px;
        font-size: 13px;
        line-height: 1.2;
        white-space: normal;
    }

    .company-value-copy span {
        font-size: 12px;
        line-height: 1.55;
    }

    /* ---------- CTA ---------- */
    .company-cta {
        min-height: 170px;
    }

    .company-cta-inner {
        min-height: 170px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .company-cta h2 {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .company-cta p {
        font-size: 12px;
        margin-bottom: 16px;
    }
}

/* =========================================================
   V53 — ROBUST TEAM SIDE IMAGE WRAPPERS
   Explicit wrapper elements prevent Pad layout from collapsing.
   ========================================================= */

.company-team-side-item {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-radius: 6px;
}

.company-team-side-item img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

/* Desktop keeps the original stacked two-image layout */
@media (min-width: 1101px) {
    .company-team-side {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .company-team-side-item {
        width: 100%;
        height: 100%;
    }
}

/* Pad: force the two small images into one horizontal row */
@media (min-width: 768px) and (max-width: 1100px) {
    .coreipc-company-page .company-team .company-team-side {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    .coreipc-company-page .company-team .company-team-side-item {
        flex: 1 1 0 !important;
        width: calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
        min-width: 0 !important;
        aspect-ratio: 2 / 1;
        height: auto !important;
    }

    .coreipc-company-page .company-team .company-team-side-item img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        aspect-ratio: auto !important;
        object-fit: cover !important;
        margin: 0 !important;
    }
}

/* Mobile keeps two columns until very small screens */
@media (max-width: 767px) {
    .company-team-side {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 1fr;
        gap: 10px;
    }

    .company-team-side-item {
        aspect-ratio: 2 / 1;
    }
}

@media (max-width: 480px) {
    .company-team-side {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   V54 — CLEAN MOBILE LAYOUT
   <= 767px only
   Goal: larger readable text + shorter page + compact grids
   ========================================================= */

@media (max-width: 767px) {

    /* ---------- GLOBAL ---------- */
    .coreipc-company-page .company-wrap {
        width: 92%;
    }

    .coreipc-company-page .company-section {
        padding: 30px 0;
    }

    .coreipc-company-page .company-section-title {
        margin-bottom: 16px;
    }

    .coreipc-company-page .company-section-title h2 {
        font-size: 22px;
        line-height: 1.25;
    }

    /* ---------- OVERVIEW ---------- */
    .coreipc-company-page .company-overview-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .coreipc-company-page .company-overview-copy p {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    .coreipc-company-page .company-overview-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .coreipc-company-page .company-overview-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        margin-top: 6px;
    }

    .coreipc-company-page .company-overview-stat {
        display: grid;
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 9px;
        align-items: center;
        min-height: 72px;
        padding: 10px 8px;
        border-right: 1px solid #e8edf3;
        border-bottom: 1px solid #e8edf3;
    }

    .coreipc-company-page .company-overview-stat:nth-child(2n) {
        border-right: 0;
    }

    .coreipc-company-page .company-overview-stat:nth-child(n+3) {
        border-bottom: 0;
    }

    .coreipc-company-page .company-stat-icon,
    .coreipc-company-page .company-stat-icon svg {
        width: 25px;
        height: 25px;
    }

    .coreipc-company-page .company-stat-content strong {
        font-size: 17px;
    }

    .coreipc-company-page .company-stat-content span {
        font-size: 10.5px;
        line-height: 1.3;
    }

    /* ---------- CORE COMPETENCIES ---------- */
    .coreipc-company-page .company-competency-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .coreipc-company-page .company-competency-card {
        min-height: 142px;
        padding: 18px 12px;
    }

    .coreipc-company-page .company-competency-icon {
        margin-bottom: 10px;
    }

    .coreipc-company-page .company-competency-card h3 {
        font-size: 12px;
        line-height: 1.3;
    }

    .coreipc-company-page .company-competency-card p {
        font-size: 10.5px;
        line-height: 1.45;
    }

    /* ---------- R&D ---------- */
    .coreipc-company-page .company-rd-cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .coreipc-company-page .company-rd-card img {
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .coreipc-company-page .company-rd-card h3 {
        font-size: 13px;
        line-height: 1.3;
        margin-top: 7px;
    }

    .coreipc-company-page .company-rd-card p {
        font-size: 11.5px;
        line-height: 1.5;
    }

    .coreipc-company-page .company-rd-metrics {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 18px;
    }

    .coreipc-company-page .company-rd-metric {
        min-height: 78px;
        padding: 10px 8px;
        border-right: 1px solid rgba(255,255,255,.15);
        border-bottom: 1px solid rgba(255,255,255,.15);
        align-items: center;
    }

    .coreipc-company-page .company-rd-metric:nth-child(2n) {
        border-right: 0;
    }

    .coreipc-company-page .company-rd-metric:nth-child(n+3) {
        border-bottom: 0;
    }

    .coreipc-company-page .company-rd-metric-top {
        gap: 6px;
        margin-bottom: 4px;
    }

    .coreipc-company-page .company-rd-metric-icon {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .coreipc-company-page .company-rd-metric-icon svg {
        width: 24px;
        height: 24px;
    }

    .coreipc-company-page .company-rd-metric-number {
        font-size: 19px;
    }

    .coreipc-company-page .company-rd-metric-label {
        font-size: 10.5px;
        line-height: 1.3;
        text-align: center;
    }

    /* ---------- OUR TEAM ---------- */
    .coreipc-company-page .company-team-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .coreipc-company-page .company-team-gallery {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .coreipc-company-page .company-team-main {
        height: auto;
    }

    .coreipc-company-page .company-team-main img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .coreipc-company-page .company-team-side {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 1fr;
        gap: 8px;
        width: 100%;
        height: auto;
    }

    .coreipc-company-page .company-team-side-item {
        width: 100%;
        aspect-ratio: 2 / 1;
    }

    .coreipc-company-page .company-team-side-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .coreipc-company-page .company-team-copy > p {
        margin: 0 0 16px;
        font-size: 12px;
        line-height: 1.6;
    }

    .coreipc-company-page .company-culture-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
    }

    .coreipc-company-page .company-culture-item {
        padding: 0 8px;
        border-right: 1px solid #e4e9ef;
        text-align: center;
    }

    .coreipc-company-page .company-culture-item:last-child {
        border-right: 0;
    }

    .coreipc-company-page .company-culture-icon {
        width: 30px;
        height: 30px;
        margin: 0 auto 6px;
    }

    .coreipc-company-page .company-culture-icon svg {
        width: 27px;
        height: 27px;
    }

    .coreipc-company-page .company-culture-item strong {
        font-size: 10.5px;
        margin-bottom: 5px;
    }

    .coreipc-company-page .company-culture-item span {
        font-size: 9.5px;
        line-height: 1.4;
    }

    /* ---------- VALUES ---------- */
    .coreipc-company-page .company-values {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 22px;
    }

    .coreipc-company-page .company-value {
        min-height: 104px;
        padding: 16px 12px;
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 10px;
        border-right: 1px dashed #d9e3ee;
        border-bottom: 1px dashed #d9e3ee;
    }

    .coreipc-company-page .company-value:nth-child(2n) {
        border-right: 0;
    }

    .coreipc-company-page .company-value:nth-child(n+3) {
        border-bottom: 0;
    }

    .coreipc-company-page .company-value-icon {
        width: 38px;
        height: 38px;
    }

    .coreipc-company-page .company-value-icon svg {
        width: 34px;
        height: 34px;
    }

    .coreipc-company-page .company-value-copy strong {
        font-size: 11.5px;
        line-height: 1.25;
        margin-bottom: 5px;
        white-space: normal;
    }

    .coreipc-company-page .company-value-copy span {
        font-size: 10px;
        line-height: 1.4;
    }

    /* ---------- CTA ---------- */
    .coreipc-company-page .company-cta {
        min-height: 150px;
    }

    .coreipc-company-page .company-cta-inner {
        min-height: 150px;
        padding: 22px 20px;
    }

    .coreipc-company-page .company-cta h2 {
        font-size: 21px;
        line-height: 1.25;
        margin-bottom: 7px;
    }

    .coreipc-company-page .company-cta p {
        font-size: 11px;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .coreipc-company-page .company-cta .company-btn {
        min-height: 40px;
        padding: 9px 16px;
        font-size: 11px;
    }
}

/* Very small phones */
@media (max-width: 480px) {
    .coreipc-company-page .company-competency-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .coreipc-company-page .company-culture-item span {
        font-size: 9px;
    }

    .coreipc-company-page .company-value {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* =========================================================
   V55 — MOBILE OVERVIEW STATS ALIGNMENT CLEANUP
   <= 767px only
   - Equal 2x2 cells
   - Vertically aligned SVG icons and text
   - Clean, continuous center dividers
   ========================================================= */

@media (max-width: 767px) {

    .coreipc-company-page .company-overview-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, 86px);
        gap: 0;
        width: 100%;
        margin-top: 8px;
        border: 0;
    }

    .coreipc-company-page .company-overview-stat {
        position: relative;
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr);
        align-items: center;
        align-content: center;
        column-gap: 10px;
        width: 100%;
        height: 86px;
        min-height: 86px;
        padding: 12px 12px;
        margin: 0;
        box-sizing: border-box;

        /* remove all historical cell borders */
        border: 0 !important;
    }

    /* clean center vertical divider */
    .coreipc-company-page .company-overview-stat:nth-child(odd)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #e5eaf0;
    }

    /* clean center horizontal divider */
    .coreipc-company-page .company-overview-stat:nth-child(-n+2)::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #e5eaf0;
    }

    .coreipc-company-page .company-stat-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        justify-self: center;
        align-self: center;
        width: 30px;
        height: 30px;
        margin: 0;
        line-height: 1;
    }

    .coreipc-company-page .company-stat-icon svg {
        display: block;
        width: 27px;
        height: 27px;
        margin: 0;
    }

    .coreipc-company-page .company-stat-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-self: center;
        min-width: 0;
        margin: 0;
        padding: 0;
    }

    .coreipc-company-page .company-stat-content strong {
        display: block;
        margin: 0 0 3px;
        padding: 0;
        font-size: 17px;
        line-height: 1.1;
        white-space: nowrap;
    }

    .coreipc-company-page .company-stat-content span {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 10.5px;
        line-height: 1.3;
        white-space: normal;
    }
}

/* =========================================================
   V56 — MOBILE R&D METRICS ALIGNMENT CLEANUP
   <= 767px only
   - Equal 2x2 cells
   - Vertically align icon + number
   - Clean continuous center dividers
   ========================================================= */

@media (max-width: 767px) {

    .coreipc-company-page .company-rd-metrics {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, 92px);
        gap: 0;
        width: 100%;
        margin-top: 18px;
        overflow: hidden;
        border-radius: 10px;
    }

    .coreipc-company-page .company-rd-metric {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        width: 100%;
        height: 92px;
        min-height: 92px;
        padding: 10px 8px;
        margin: 0;
        box-sizing: border-box;

        /* remove all historical borders */
        border: 0 !important;
    }

    /* clean center vertical divider */
    .coreipc-company-page .company-rd-metric:nth-child(odd)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: rgba(255,255,255,.16);
    }

    /* clean center horizontal divider */
    .coreipc-company-page .company-rd-metric:nth-child(-n+2)::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,.16);
    }

    .coreipc-company-page .company-rd-metric-top {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 32px;
        margin: 0 0 6px;
        padding: 0;
    }

    .coreipc-company-page .company-rd-metric-icon {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 28px;
        height: 28px;
        min-width: 28px;
        min-height: 28px;
        flex: 0 0 28px;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    .coreipc-company-page .company-rd-metric-icon svg {
        display: block;
        width: 25px;
        height: 25px;
        margin: 0;
    }

    .coreipc-company-page .company-rd-metric-number {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 20px;
        line-height: 1;
        font-weight: 800;
        white-space: nowrap;
    }

    .coreipc-company-page .company-rd-metric-label {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 10.5px;
        line-height: 1.3;
        white-space: normal;
    }
}

/* =========================================================
   V57 — CTA BROKEN BACKGROUND IMAGE REMOVED
   Removed obsolete company-cta-bg image wrapper and CSS.
   CTA now uses only its color/overlay background.
   ========================================================= */

/* =========================================================
   V58 — DESKTOP TYPOGRAPHY READABILITY
   >= 1101px only
   Increase secondary text sizes across Company page.
   Tablet/mobile remain unchanged.
   ========================================================= */

@media (min-width: 1101px) {

    /* Overview body */
    .coreipc-company-page .company-overview-copy p {
        font-size: 15px;
        line-height: 1.72;
    }

    /* Core Competencies */
    .coreipc-company-page .company-competency-card h3 {
        font-size: 15px;
        line-height: 1.3;
    }

    .coreipc-company-page .company-competency-card p {
        font-size: 12.5px;
        line-height: 1.55;
    }

    /* R&D */
    .coreipc-company-page .company-rd-card h3 {
        font-size: 15px;
        line-height: 1.3;
    }

    .coreipc-company-page .company-rd-card p {
        font-size: 12.5px;
        line-height: 1.55;
    }

    .coreipc-company-page .company-rd-metric-label {
        font-size: 12px;
        line-height: 1.35;
    }

    /* Our Team intro + culture */
    .coreipc-company-page .company-team-copy > p {
        font-size: 14px;
        line-height: 1.7;
    }

    .coreipc-company-page .company-culture-item strong {
        font-size: 13px;
        line-height: 1.3;
    }

    .coreipc-company-page .company-culture-item span {
        font-size: 11.5px;
        line-height: 1.5;
        max-width: 190px;
    }

    /* Values */
    .coreipc-company-page .company-value-copy strong {
        font-size: 14px;
        line-height: 1.25;
    }

    .coreipc-company-page .company-value-copy span {
        font-size: 12px;
        line-height: 1.55;
    }

    /* Overview stats small labels */
    .coreipc-company-page .company-stat-content span {
        font-size: 11.5px;
        line-height: 1.35;
    }
}

/* =========================================================
   V59 — PAD VALUES ALIGNMENT CLEANUP
   768–1100px only
   - Equal 2x2 cells
   - Align icons/text vertically
   - Clean continuous center dividers
   ========================================================= */

@media (min-width: 768px) and (max-width: 1100px) {

    .coreipc-company-page .company-values {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, 128px);
        gap: 0;
        width: 100%;
        margin-top: 28px;
        overflow: hidden;
        border: 1px solid #e8eef5;
        border-radius: 14px;
        background: #f8fbff;
    }

    .coreipc-company-page .company-value {
        position: relative;
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr);
        column-gap: 16px;
        align-items: center;
        align-content: center;

        width: 100%;
        height: 128px;
        min-height: 128px;
        padding: 18px 24px;
        margin: 0;
        box-sizing: border-box;

        /* remove historical borders */
        border: 0 !important;
        background: transparent;
    }

    /* clean center vertical divider */
    .coreipc-company-page .company-value:nth-child(odd)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #dfe6ee;
    }

    /* clean center horizontal divider */
    .coreipc-company-page .company-value:nth-child(-n+2)::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #dfe6ee;
    }

    .coreipc-company-page .company-value-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        justify-self: center;
        align-self: center;

        width: 48px;
        height: 48px;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    .coreipc-company-page .company-value-icon svg,
    .coreipc-company-page .company-value:nth-child(1) .company-value-icon svg,
    .coreipc-company-page .company-value:nth-child(2) .company-value-icon svg,
    .coreipc-company-page .company-value:nth-child(3) .company-value-icon svg,
    .coreipc-company-page .company-value:nth-child(4) .company-value-icon svg {
        display: block;
        width: 42px;
        height: 42px;
        margin: 0;
    }

    .coreipc-company-page .company-value-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-self: center;

        min-width: 0;
        min-height: 0;
        margin: 0;
        padding: 0;
        transform: none;
    }

    .coreipc-company-page .company-value-copy strong {
        display: block;
        margin: 0 0 8px;
        padding: 0;
        font-size: 14px;
        line-height: 1.25;
        font-weight: 800;
        white-space: normal;
    }

    .coreipc-company-page .company-value-copy span {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 1.5;
    }
}

/* =========================================================
   V60 — PAD VALUES DIVIDER LIGHTENING
   768–1100px only
   ========================================================= */

@media (min-width: 768px) and (max-width: 1100px) {

    .coreipc-company-page .company-value:nth-child(odd)::after,
    .coreipc-company-page .company-value:nth-child(-n+2)::before {
        background: #edf1f5;
    }
}

/* =========================================================
   V61 — R&D METRICS CONTENT OPTIMIZATION
   Overview already communicates "20+ Years R&D Experience".
   R&D Capability focuses on team scale, project delivery,
   and technical achievements to avoid duplicated messaging.
   ========================================================= */

/* Desktop */
@media (min-width: 1101px) {
    .coreipc-company-page .company-rd-metrics {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .coreipc-company-page .company-rd-metric {
        border-right: 1px solid rgba(255,255,255,.15);
        border-bottom: 0;
    }

    .coreipc-company-page .company-rd-metric:last-child {
        border-right: 0;
    }
}

/* Pad */
@media (min-width: 768px) and (max-width: 1100px) {
    .coreipc-company-page .company-rd-metrics {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: 1fr;
    }

    .coreipc-company-page .company-rd-metric {
        height: 92px;
        min-height: 92px;
        border-right: 1px solid rgba(255,255,255,.15) !important;
        border-bottom: 0 !important;
    }

    .coreipc-company-page .company-rd-metric:last-child {
        border-right: 0 !important;
    }

    .coreipc-company-page .company-rd-metric::before,
    .coreipc-company-page .company-rd-metric::after {
        content: none !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .coreipc-company-page .company-rd-metrics {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: 1fr;
    }

    .coreipc-company-page .company-rd-metric {
        height: 96px;
        min-height: 96px;
        padding: 10px 6px;
        border-right: 1px solid rgba(255,255,255,.15) !important;
        border-bottom: 0 !important;
    }

    .coreipc-company-page .company-rd-metric:last-child {
        border-right: 0 !important;
    }

    .coreipc-company-page .company-rd-metric::before,
    .coreipc-company-page .company-rd-metric::after {
        content: none !important;
    }

    .coreipc-company-page .company-rd-metric-top {
        gap: 5px;
        margin-bottom: 5px;
    }

    .coreipc-company-page .company-rd-metric-icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .coreipc-company-page .company-rd-metric-icon svg {
        width: 22px;
        height: 22px;
    }

    .coreipc-company-page .company-rd-metric-number {
        font-size: 18px;
    }

    .coreipc-company-page .company-rd-metric-label {
        font-size: 9.5px;
        line-height: 1.25;
    }
}

/* =========================================================
   V63 — R&D METRICS FINAL CONTENT
   20+ R&D Engineers
   300+ Projects Completed
   30+ Patents & Certifications
   10+ Product Platforms
   ========================================================= */

/* =========================================================
   V64 — CULTURE 3-ITEM CENTER ALIGNMENT
   Desktop / Pad / Mobile
   The culture block contains 3 items, so force 3 equal columns
   and remove the old first/last asymmetric padding.
   ========================================================= */

.coreipc-company-page .company-culture-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    align-items: stretch;
}

.coreipc-company-page .company-culture-item,
.coreipc-company-page .company-culture-item:first-child,
.coreipc-company-page .company-culture-item:last-child {
    min-width: 0;
    padding-left: 18px;
    padding-right: 18px;
    border-right: 1px solid #e4e9ef;
    text-align: center;
}

.coreipc-company-page .company-culture-item:last-child {
    border-right: 0;
}

.coreipc-company-page .company-culture-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.coreipc-company-page .company-culture-item strong,
.coreipc-company-page .company-culture-item span {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Pad */
@media (min-width: 768px) and (max-width: 1100px) {
    .coreipc-company-page .company-culture-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .coreipc-company-page .company-culture-item,
    .coreipc-company-page .company-culture-item:first-child,
    .coreipc-company-page .company-culture-item:last-child {
        padding-left: 14px;
        padding-right: 14px;
    }

    .coreipc-company-page .company-culture-item:last-child {
        border-right: 0;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .coreipc-company-page .company-culture-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .coreipc-company-page .company-culture-item,
    .coreipc-company-page .company-culture-item:first-child,
    .coreipc-company-page .company-culture-item:last-child {
        padding-left: 7px;
        padding-right: 7px;
        border-right: 1px solid #e4e9ef;
        text-align: center;
    }

    .coreipc-company-page .company-culture-item:last-child {
        border-right: 0;
    }
}

/* =========================================================
   V65 — PAD CORE COMPETENCIES 3×2
   768–1100px only
   ========================================================= */

@media (min-width: 768px) and (max-width: 1100px) {

    .coreipc-company-page .company-competency-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .coreipc-company-page .company-competency-card {
        width: 100%;
        min-width: 0;
        min-height: 172px;
        padding: 24px 18px;
        box-sizing: border-box;
    }
}

/* =========================================================
   V66 — DESKTOP OUR TEAM IMAGE BOTTOM ALIGNMENT
   >= 1101px only
   Force main image and two stacked side images to share
   exactly the same total height.
   ========================================================= */

@media (min-width: 1101px) {

    .coreipc-company-page .company-team-gallery {
        height: 240px;
        min-height: 240px;
        align-items: stretch;
        overflow: hidden;
    }

    .coreipc-company-page .company-team-main {
        height: 240px;
        min-height: 240px;
        overflow: hidden;
    }

    .coreipc-company-page .company-team-main img {
        display: block;
        width: 100%;
        height: 240px;
        min-height: 240px;
        object-fit: cover;
        margin: 0;
    }

    .coreipc-company-page .company-team-side {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 115px 115px;
        gap: 10px;
        width: 320px;
        height: 240px;
        min-height: 240px;
        max-height: 240px;
        overflow: hidden;
    }

    .coreipc-company-page .company-team-side-item {
        width: 100%;
        height: 115px;
        min-height: 115px;
        max-height: 115px;
        overflow: hidden;
        margin: 0;
    }

    .coreipc-company-page .company-team-side-item img {
        display: block;
        width: 100%;
        height: 115px;
        min-height: 115px;
        max-height: 115px;
        object-fit: cover;
        margin: 0;
    }
}
