.pcc-hero {
            padding: 80px 0 60px;
            background: #125184;
            position: relative;
        }
        .pcc-hero h1 {
            font-size: 42px;
            font-weight: 700;
            color: #feffff;
            line-height: 1.2;
        }
        .pcc-hero h1 span {
            color: #feffff;
            border-bottom: 3px solid #ffffff;
            padding-bottom: 4px;
        }
        .pcc-hero .breadcrumb-wrap {
            font-size: 15px;
            color: #666;
        }
        .pcc-hero .breadcrumb-wrap a {
            color: #ffffff;
            text-decoration: none;
        }
        .pcc-hero .breadcrumb-wrap a:hover {
            text-decoration: underline;
        }
        .pcc-hero .breadcrumb-wrap i {
            margin: 0 8px;
            font-size: 12px;
            color: #999;
        }

        .pcc-content-section {
            padding: 16px 0;
        }
        .pcc-content-section .pcc-image-wrap {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
            background: #fff;
            padding: 20px;
            text-align: center;
        }
        .pcc-content-section .pcc-image-wrap img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }
        .pcc-content-section .pcc-info h2 {
            font-size: 32px;
            font-weight: 700;
            color: #004250;
            margin-bottom: 16px;
        }
        .pcc-content-section .pcc-info h2 span {
            color: #004250;
        }
        .pcc-content-section .pcc-info p {
            font-size: 15px;
            line-height: 1.8;
            color: #555;
            margin-bottom: 16px;
        }
        .pcc-content-section .pcc-info .highlight-list {
            list-style: none;
            padding: 0;
            margin: 20px 0 0;
        }
        .pcc-content-section .pcc-info .highlight-list li {
            font-size: 14px;
            color: #444;
            padding: 6px 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .pcc-content-section .pcc-info .highlight-list li i {
            color: #004250;
            font-size: 16px;
            width: 20px;
            text-align: center;
        }

        /* Features Cards */
        .pcc-features {
            padding: 70px 0 50px;
            background: #ffffff;
        }
        .pcc-features .feature-card {
            background: #f8f9fc;
            border-radius: 12px;
            padding: 28px 24px;
            border-left: 4px solid #004250;
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.04);
            height: 100%;
            transition: all 0.3s ease;
        }
        .pcc-features .feature-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        }
        .pcc-features .feature-card .icon {
            width: 48px;
            height: 48px;
            background: #004250;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 14px;
        }
        .pcc-features .feature-card .icon i {
            font-size: 22px;
            color: #fff;
        }
        .pcc-features .feature-card h5 {
            font-size: 17px;
            font-weight: 700;
            color: #004250;
            margin-bottom: 6px;
        }
        .pcc-features .feature-card p {
            font-size: 14px;
            color: #555;
            line-height: 1.6;
            margin: 0;
        }

        /* Applications */
        .pcc-applications {
            padding: 16px 0 60px;
            background: #f8f9fc;
        }
        .pcc-applications .app-tag {
            display: inline-block;
            background: #fff;
            border: 1px solid #e0e5ec;
            border-radius: 40px;
            padding: 8px 22px;
            font-size: 14px;
            color: #004250;
            font-weight: 500;
            margin: 4px 6px 4px 0;
            transition: all 0.3s ease;
        }
        .pcc-applications .app-tag:hover {
            background: #004250;
            color: #fff;
            border-color: #004250;
        }
        .pcc-applications .app-tag i {
            margin-right: 8px;
            font-size: 13px;
        }

        /* Specification Table */
        .pcc-specs {
            padding: 16px 0 ;
            background: #ffffff;
        }
        .pcc-specs .spec-table-wrap {
            background: #f8f9fc;
            border-radius: 16px;
            padding: 30px 25px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
            overflow-x: auto;
        }
        .pcc-specs .spec-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px;
            min-width: 600px;
        }
        .pcc-specs .spec-table tr {
            border-bottom: 1px solid #e8ecf2;
        }
        .pcc-specs .spec-table tr:last-child {
            border-bottom: none;
        }
        .pcc-specs .spec-table td {
            padding: 14px 12px;
            vertical-align: top;
            color: #333;
        }
        .pcc-specs .spec-table td:first-child {
            font-weight: 600;
            color: #004250;
            width: 32%;
        }
        .pcc-specs .spec-table td:last-child {
            color: #555;
            width: 68%;
        }
        .pcc-specs .spec-table tr:hover td {
            background: rgba(0, 66, 80, 0.03);
        }

        /* Why Choose */
        .pcc-why-choose {
            padding: 0px 0 20px;
            background: #f8f9fc;
        }
        .pcc-why-choose .why-card {
            background: #fff;
            border-radius: 12px;
            padding: 24px 22px;
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.04);
            height: 100%;
            border-bottom: 3px solid #004250;
            transition: all 0.3s ease;
        }
        .pcc-why-choose .why-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        }
        .pcc-why-choose .why-card .num {
            font-size: 28px;
            font-weight: 800;
            color: #004250;
            opacity: 0.15;
            line-height: 1;
        }
        .pcc-why-choose .why-card h5 {
            font-size: 16px;
            font-weight: 700;
            color: #004250;
            margin: 6px 0 4px;
        }
        .pcc-why-choose .why-card p {
            font-size: 14px;
            color: #555;
            line-height: 1.6;
            margin: 0;
        }

        /* CTA */
        .pcc-cta {
            padding: 60px 0;
            background: #004250;
        }
        .pcc-cta h3 {
            font-size: 30px;
            font-weight: 700;
            color: #fff;
        }
        .pcc-cta p {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.85);
            max-width: 600px;
            margin: 10px auto 0;
        }
        .pcc-cta .btn {
            background: #fff;
            color: #004250;
            border-radius: 40px;
            padding: 14px 40px;
            font-weight: 600;
            font-size: 15px;
            transition: all 0.3s ease;
        }
        .pcc-cta .btn:hover {
            background: rgba(255, 255, 255, 0.85);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }
        .pcc-cta .btn i {
            margin-left: 10px;
        }

        @media (max-width: 991px) {
            .pcc-hero h1 {
                font-size: 30px;
            }
            .pcc-content-section .pcc-info h2 {
                font-size: 26px;
            }
            .pcc-content-section {
                padding: 50px 0;
            }
            .pcc-content-section .pcc-image-wrap {
                margin-bottom: 30px;
            }
            .pcc-specs .spec-table-wrap {
                padding: 20px 15px;
            }
            .pcc-specs .spec-table td {
                padding: 10px 8px;
                font-size: 13px;
            }
            .pcc-cta h3 {
                font-size: 24px;
            }
        }
        @media (max-width: 575px) {
            .pcc-hero h1 {
                font-size: 24px;
            }
            .pcc-content-section .pcc-info h2 {
                font-size: 22px;
            }
            .pcc-specs .spec-table td:first-child {
                width: 40%;
            }
            .pcc-specs .spec-table td:last-child {
                width: 60%;
            }
        }