/* ============================================
   page_strength.css - Corporate Strength Page
   ============================================ */

/* 01. Enterprise Intro */
.ps-intro-section { padding: 80px 0 60px; }
.ps-intro-desc { margin-top: 15px; }
.ps-intro-body { margin-top: 25px; }
.ps-intro-quote {
    margin-top: 30px;
    padding: 25px;
    background: #f8fafc;
    border-radius: 12px;
    border-left: 4px solid #0E384C;
}
.ps-intro-quote p {
    font-size: 15px;
    color: #0E384C;
    font-weight: 600;
    margin: 0;
    line-height: 1.7;
}
.ps-intro-quote i {
    color: #1E84B5;
    margin-right: 8px;
}

/* Stats Grid */
.ps-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.ps-stat-card {
    border-radius: 16px;
    padding: 35px;
    text-align: center;
}
.ps-stat-card-dark {
    background: linear-gradient(135deg, #0E384C 0%, #1A5F7A 100%);
}
.ps-stat-card-light {
    background: #f8fafc;
    border: 2px solid #e8eef2;
}
.ps-stat-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.ps-stat-icon-circle.ps-dark-icon { background: rgba(255,255,255,0.15); }
.ps-stat-icon-circle.ps-dark-icon i { color: #fff; font-size: 24px; }
.ps-stat-icon-circle.ps-light-icon { background: #EFF8FF; }
.ps-stat-icon-circle.ps-light-icon i { color: #0E384C; font-size: 24px; }
.ps-stat-number {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}
.ps-stat-number.ps-stat-white { color: #fff; }
.ps-stat-number.ps-stat-dark { color: #0E384C; }
.ps-stat-label {
    font-size: 14px;
    margin-top: 8px;
}
.ps-stat-label.ps-label-white { color: rgba(255,255,255,0.8); }
.ps-stat-label.ps-label-gray { color: #527282; }

/* Core Business Matrix */
.ps-business-matrix { margin-top: 60px; }
.ps-business-matrix h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0E384C;
}
.ps-business-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #e8eef2;
}
.ps-bcard-header {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.ps-bcard-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.ps-bcard-icon.ps-icon-dark { background: #0E384C; }
.ps-bcard-icon.ps-icon-blue { background: #1E84B5; }
.ps-bcard-icon i { color: #fff; font-size: 22px; }
.ps-bcard-title {
    font-size: 18px;
    font-weight: 700;
    color: #0E384C;
    margin: 0;
}
.ps-bcard-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ps-tag {
    background: #EFF8FF;
    color: #0E384C;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
}

/* 02. Supply Chain (full-width bg) */
.ps-supply-chain {
    padding: 80px 0;
    background: #f8fafc;
    margin: 0 -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
}
.ps-supply-intro {
    max-width: 700px;
    margin: 15px auto 0;
}
.ps-rd-item {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(14,56,76,0.06);
    transition: all 0.3s;
}
.ps-rd-item.ps-border-dark { border-top: 4px solid #0E384C; }
.ps-rd-item.ps-border-blue { border-top: 4px solid #1E84B5; }
.ps-rd-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(14,56,76,0.12);
}
.ps-rd-icon {
    width: 70px;
    height: 70px;
    background: #EFF8FF;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.ps-rd-icon i { font-size: 30px; }
.ps-rd-icon.ps-rdic-dark i { color: #0E384C; }
.ps-rd-icon.ps-rdic-blue i { color: #1E84B5; }
.ps-rd-title {
    font-size: 20px;
    font-weight: 700;
    color: #0E384C;
    margin-bottom: 12px;
}
.ps-rd-desc {
    font-size: 14px;
    color: #527282;
    line-height: 1.7;
    margin: 0;
}

/* Multi-Factory Highlights */
.ps-highlights-bar {
    background: linear-gradient(135deg, #0E384C 0%, #1A5F7A 100%);
    border-radius: 20px;
    padding: 40px 50px;
}
.ps-highlights-bar h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
.ps-highlights-stats {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}
.ps-hl-stat { text-align: center; }
.ps-hl-stat-num {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.ps-hl-stat-label {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    margin: 5px 0 0;
}

/* Dynamic Management */
.ps-dynamic-section { margin-top: 40px; }
.ps-section-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #0E384C;
}
.ps-equip-item {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.ps-equip-item:hover { transform: translateY(-3px); box-shadow: 0 4px 15px rgba(14,56,76,0.08); }
.ps-equip-item.ps-border-l-dark { border-left: 4px solid #0E384C; }
.ps-equip-item.ps-border-l-blue { border-left: 4px solid #1E84B5; }
.ps-equip-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.ps-equip-icon {
    width: 40px;
    height: 40px;
    background: #EFF8FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.ps-equip-icon i { font-size: 18px; }
.ps-equip-icon.ps-eqic-dark i { color: #0E384C; }
.ps-equip-icon.ps-eqic-blue i { color: #1E84B5; }
.ps-equip-title {
    font-size: 15px;
    font-weight: 700;
    color: #0E384C;
    margin: 0;
}
.ps-equip-desc {
    font-size: 13px;
    color: #527282;
    line-height: 1.6;
    margin: 0;
}

/* 03. Quality Section */
.ps-quality-section { padding: 80px 0; }
.ps-quality-intro {
    max-width: 700px;
    margin: 15px auto 0;
}
.ps-qc-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    background: #f8fafc;
    border-radius: 12px;
    padding: 22px;
}
.ps-qc-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}
.ps-qc-icon.ps-qc-dark { background: #0E384C; }
.ps-qc-icon.ps-qc-blue { background: #1E84B5; }
.ps-qc-icon i { color: #fff; font-size: 20px; }
.ps-qc-title {
    font-size: 17px;
    font-weight: 700;
    color: #0E384C;
    margin-bottom: 6px;
}
.ps-qc-desc {
    font-size: 14px;
    color: #527282;
    line-height: 1.6;
    margin: 0;
}

/* QC Metrics Card */
.ps-qc-metrics-card {
    background: linear-gradient(135deg, #0E384C 0%, #1A5F7A 100%);
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ps-qc-metrics-card h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
.ps-qc-metrics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 25px;
}
.ps-qc-metric-item {
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 22px;
    text-align: center;
}
.ps-qc-metric-item i {
    color: rgba(255,255,255,0.8);
    font-size: 24px;
    margin-bottom: 10px;
}
.ps-qc-metric-num {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.ps-qc-metric-label {
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    margin: 5px 0 0;
}
.ps-qc-metrics-footnote {
    background: rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.15);
}
.ps-qc-metrics-footnote p {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}
.ps-qc-metrics-footnote i {
    color: #4FC3F7;
    margin-right: 8px;
}

/* 04. Certifications */
.ps-certs-section {
    padding: 80px 0;
    background: #f8fafc;
    margin: 0 -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
}
.ps-certs-block { margin-bottom: 50px; }
.ps-certs-block-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.ps-certs-block-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.ps-certs-block-icon.ps-cb-dark { background: #0E384C; }
.ps-certs-block-icon.ps-cb-blue { background: #1E84B5; }
.ps-certs-block-icon i { color: #fff; font-size: 18px; }
.ps-certs-block-title {
    font-size: 20px;
    font-weight: 700;
    color: #0E384C;
    margin: 0;
}
.ps-certs-block-sub {
    font-size: 13px;
    color: #527282;
    margin: 3px 0 0;
}

/* Cert Grid */
.ps-cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.ps-cert-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 30px;
}
.ps-cert-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    border: 1px solid #e8eef2;
    transition: all 0.3s;
}
.ps-cert-card:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(14,56,76,0.1); }
.ps-cert-card-icon {
    width: 50px;
    height: 50px;
    background: #EFF8FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}
.ps-cert-card-icon i { color: #0E384C; font-size: 22px; }
.ps-cert-card h6 {
    font-size: 14px;
    font-weight: 600;
    color: #0E384C;
    margin-bottom: 4px;
}
.ps-cert-card p {
    font-size: 12px;
    color: #527282;
    margin: 0;
}
.ps-cert-card .ps-cert-factory {
    font-size: 11px;
    color: #1E84B5;
    margin: 0;
    font-weight: 500;
}

/* Compliance Coverage Sidebar */
.ps-compliance-card {
    background: linear-gradient(135deg, #0E384C 0%, #1A5F7A 100%);
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ps-compliance-card h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
.ps-compliance-item { margin-bottom: 20px; }
.ps-compliance-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}
.ps-compliance-label {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
}
.ps-compliance-check {
    color: #4FC3F7;
    font-size: 13px;
}
.ps-compliance-bar {
    height: 6px;
    background: rgba(255,255,255,0.15);
    border-radius: 3px;
    overflow: hidden;
}
.ps-compliance-fill {
    height: 100%;
    background: #4FC3F7;
    border-radius: 3px;
}
.ps-compliance-fill.ps-cf-85 { width: 85%; background: #2AA3D4; }
.ps-compliance-fill.ps-cf-80 { width: 80%; background: #2AA3D4; }

/* Certificate Gallery */
.ps-cert-gallery-row { margin-top: 40px; }
.ps-cert-gallery-title {
    font-size: 20px;
    font-weight: 700;
    color: #0E384C;
}
.ps-cert-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.ps-cert-gallery-item {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    min-width: 150px;
    border: 1px solid #e8eef2;
    transition: all 0.3s;
}
.ps-cert-gallery-item:hover { transform: translateY(-3px); box-shadow: 0 4px 15px rgba(14,56,76,0.08); }
.ps-cert-gallery-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 12px;
}
.ps-cert-gallery-item p {
    font-size: 13px;
    color: #0E384C;
    font-weight: 600;
    margin: 0;
}

/* 05. Delivery Section */
.ps-delivery-section { padding: 80px 0; }
.ps-delivery-intro {
    max-width: 700px;
    margin: 15px auto 0;
}
.ps-quality-item {
    background: #f8fafc;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s;
    border: 1px solid #e8eef2;
}
.ps-quality-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(14,56,76,0.08); }
.ps-qitem-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.ps-qitem-icon.ps-qi-dark {
    background: linear-gradient(135deg, #0E384C, #1A5F7A);
}
.ps-qitem-icon.ps-qi-blue {
    background: linear-gradient(135deg, #1E84B5, #2AA3D4);
}
.ps-qitem-icon i { color: #fff; font-size: 32px; }
.ps-quality-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0E384C;
    margin-bottom: 10px;
}
.ps-quality-item p {
    font-size: 14px;
    color: #527282;
    line-height: 1.7;
}

/* Delivery Stats Bar */
.ps-delivery-stats { margin-top: 10px; }
.ps-dlv-stats-bar {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    border: 1px solid #e8eef2;
}
.ps-dlv-stats-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 25px;
    text-align: center;
}
.ps-dlv-stat-num {
    font-size: 32px;
    font-weight: 700;
    color: #0E384C;
}
.ps-dlv-stat-label {
    color: #527282;
    font-size: 13px;
    margin: 5px 0 0;
}

/* 06. Clients Section */
.ps-clients-section {
    padding: 80px 0;
    background: #f8fafc;
    margin: 0 -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
}
.ps-client-item {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #e8eef2;
}
.ps-client-icon {
    width: 65px;
    height: 65px;
    background: #EFF8FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}
.ps-client-icon i { color: #0E384C; font-size: 28px; }
.ps-client-item h5 {
    font-size: 16px;
    font-weight: 700;
    color: #0E384C;
    margin-bottom: 8px;
}
.ps-client-item p {
    font-size: 13px;
    color: #527282;
    line-height: 1.6;
    margin: 0;
}

/* Testimonials Block */
.ps-testimonial-block { margin-top: 20px; }
.ps-testimonial-block h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0E384C;
}
.ps-testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e8eef2;
}
.ps-tm-stars {
    color: #FFD700;
    font-size: 18px;
    margin-bottom: 12px;
}
.ps-tm-text {
    font-size: 14px;
    color: #527282;
    line-height: 1.7;
    margin-bottom: 18px;
}
.ps-tm-author {
    display: flex;
    align-items: center;
}
.ps-tm-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
}
.ps-tm-author-name {
    font-size: 14px;
    font-weight: 600;
    color: #0E384C;
    margin: 0;
}
.ps-tm-author-role {
    font-size: 12px;
    color: #527282;
    margin: 2px 0 0;
}

/* Cooperation Models */
.ps-cooperation-block { margin-top: 50px; }
.ps-coop-title {
    font-size: 20px;
    font-weight: 700;
    color: #0E384C;
}
.ps-coop-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.ps-coop-tag {
    background: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #0E384C;
    border: 2px solid #e8eef2;
}

/* 07. CTA Section */
.ps-visit-section { padding: 80px 0; }
.ps-cta-box {
    background: linear-gradient(135deg, #0E384C 0%, #1A5F7A 100%);
    border-radius: 24px;
    padding: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ps-cta-deco-1 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.03);
    border-radius: 50%;
}
.ps-cta-deco-2 {
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.02);
    border-radius: 50%;
}
.ps-cta-inner { position: relative; }
.ps-cta-icon-circle {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.ps-cta-icon-circle i { color: #fff; font-size: 32px; }
.ps-cta-box h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.ps-cta-box .ps-cta-desc {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto 15px;
}
.ps-cta-box .ps-cta-note {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    max-width: 550px;
    margin: 0 auto 35px;
}
.ps-cta-note i { margin-right: 6px; }
.ps-cta-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.ps-cta-btn-white {
    display: inline-block;
    padding: 16px 40px;
    background: #fff;
    color: #0E384C;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    text-decoration: none;
}
.ps-cta-btn-white:hover { background: #e2e8f0; transform: translateY(-2px); }
.ps-cta-btn-outline {
    display: inline-block;
    padding: 16px 40px;
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    text-decoration: none;
}
.ps-cta-btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
