.ptl-page .banner-inner-service-details-1 {
    background-image: url(../PTL/ptl-banner.png);
}

.ptl-gallery-section {
    background: #f6f8fb;
}

.ptl-use-case-card {
    height: 100%;
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 12px;
    padding: 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ptl-use-case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(22, 25, 33, 0.08);
}

.ptl-use-case-card .badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.ptl-use-case-card.fulfillment .badge {
    background: rgba(32, 130, 210, 0.12);
    color: #2082d2;
}

.ptl-use-case-card.assembly .badge {
    background: rgba(255, 122, 0, 0.12);
    color: #ff7a00;
}

.ptl-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

@media (max-width: 991px) {
    .ptl-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .ptl-stat-grid {
        grid-template-columns: 1fr;
    }
}

.ptl-stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #edf1f5;
    text-align: center;
}

.ptl-stat-card .value {
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #161921;
    margin-bottom: 8px;
}

.ptl-stat-card .value span {
    color: #2082d2;
}

.ptl-stat-card p {
    margin: 0;
    color: #5d666f;
    font-size: 15px;
}

.ptl-chart-panel {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #edf1f5;
    padding: 28px;
    height: 100%;
}

.ptl-chart-panel h5 {
    margin-bottom: 6px;
}

.ptl-chart-panel .subtitle {
    color: #5d666f;
    font-size: 14px;
    margin-bottom: 24px;
}

.ptl-bar-row {
    display: grid;
    grid-template-columns: 120px 1fr 56px;
    gap: 14px;
    align-items: center;
    margin-bottom: 16px;
}

.ptl-bar-row:last-child {
    margin-bottom: 0;
}

.ptl-bar-row label {
    font-size: 14px;
    color: #161921;
    margin: 0;
}

.ptl-bar-track {
    height: 12px;
    background: #edf1f5;
    border-radius: 999px;
    overflow: hidden;
}

.ptl-bar-fill {
    height: 100%;
    width: 0;
    border-radius: 999px;
    transition: width 1.2s ease;
}

.ptl-bar-fill.before {
    background: #9aa6b2;
}

.ptl-bar-fill.after {
    background: linear-gradient(90deg, #2082d2, #35b0ff);
}

.ptl-bar-row .pct {
    font-size: 13px;
    font-weight: 600;
    color: #161921;
    text-align: right;
}

.ptl-gallery {
    display: grid;
    gap: 20px;
}

.ptl-gallery-wide {
    background: #0f1720;
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
}

.ptl-gallery-wide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.ptl-gallery-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

@media (max-width: 575px) {
    .ptl-gallery-row {
        grid-template-columns: 1fr;
    }
}

.ptl-gallery-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    min-height: 220px;
}

.ptl-feature-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.ptl-feature-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    color: #5d666f;
}

.ptl-feature-list li i {
    color: #2082d2;
    margin-top: 4px;
}

.ptl-cta-box {
    background: linear-gradient(135deg, #161921 0%, #243041 100%);
    border-radius: 16px;
    padding: 48px;
    color: #fff;
}

.ptl-cta-box h3,
.ptl-cta-box p {
    color: #fff;
}

.ptl-cta-box p {
    opacity: 0.85;
}

.ptl-disclaimer {
    font-size: 13px;
    color: #8a96a3;
    margin-top: 16px;
}
