/*! Start Industries Section Bar */

.tc-page {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1a1a2e;
}

.tc-hero {
    position: relative;
    width: 100%;
    padding: 80px 24px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a237e 0%, #283593 40%, #1565c0 100%);
    text-align: center;
}

.tc-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='300'%3E%3Ccircle cx='60' cy='60' r='3' fill='rgba(255,255,255,0.15)'/%3E%3Ccircle cx='180' cy='40' r='2' fill='rgba(255,255,255,0.12)'/%3E%3Ccircle cx='300' cy='80' r='3' fill='rgba(255,255,255,0.15)'/%3E%3Ccircle cx='420' cy='30' r='2' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='540' cy='70' r='3' fill='rgba(255,255,255,0.15)'/%3E%3Ccircle cx='100' cy='160' r='2' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='240' cy='200' r='3' fill='rgba(255,255,255,0.15)'/%3E%3Ccircle cx='360' cy='150' r='2' fill='rgba(255,255,255,0.12)'/%3E%3Ccircle cx='480' cy='190' r='3' fill='rgba(255,255,255,0.15)'/%3E%3Cline x1='60' y1='60' x2='180' y2='40' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3Cline x1='180' y1='40' x2='300' y2='80' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3Cline x1='300' y1='80' x2='420' y2='30' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3Cline x1='60' y1='60' x2='100' y2='160' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3Cline x1='300' y1='80' x2='240' y2='200' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3Cline x1='240' y1='200' x2='360' y2='150' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3Cline x1='360' y1='150' x2='480' y2='190' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 600px 300px;
    pointer-events: none;
    z-index: 0;
}

.tc-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
}

.tc-hero h1 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 14px 0;
}

.tc-hero p {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.75;
    margin: 0 0 16px 0;
}

.tc-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.88rem;
}

.tc-breadcrumb a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.tc-breadcrumb a:hover {
    color: #fff;
}

.tc-breadcrumb .tc-sep {
    color: rgba(255, 255, 255, 0.4);
}

.tc-breadcrumb .tc-cur {
    color: #fff;
    font-weight: 600;
}

.tc-body {
    max-width: 1260px;
    margin: 0 auto;
    padding: 60px 24px 80px;
}

.tc-updated {
    display: inline-block;
    background: #e8eaf6;
    color: #3949ab;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 36px;
}

.tc-intro {
    background: #ffffff;
    border-left: 4px solid #1565c0;
    border-radius: 0 12px 12px 0;
    padding: 24px 28px;
    margin-bottom: 48px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.tc-intro p {
    font-size: 0.93rem;
    color: #444;
    line-height: 1.8;
    margin: 0;
}

.tc-section {
    background: #ffffff;
    border-radius: 14px;
    padding: 32px 36px;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef0f8;
}

.tc-section-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.tc-section-num {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #1a237e, #1565c0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    flex-shrink: 0;
}

.tc-section h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0d1b4b;
    margin: 0;
}

.tc-section p {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.8;
    margin: 0 0 12px 0;
}

.tc-section p:last-child {
    margin-bottom: 0;
}

.tc-section ul {
    margin: 10px 0 12px 0;
    padding-left: 20px;
}

.tc-section ul li {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 6px;
}

.tc-contact {
    background: linear-gradient(135deg, #1a237e 0%, #1565c0 100%);
    border-radius: 14px;
    padding: 36px;
    text-align: center;
    margin-top: 40px;
}

.tc-contact h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.tc-contact p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.88rem;
    margin: 0 0 20px 0;
}

.tc-contact a {
    display: inline-block;
    background: #ffffff;
    color: #1a237e;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.tc-contact a:hover {
    opacity: 0.9;
}

@media (max-width: 600px) {
    .tc-hero h1 {
        font-size: 1.7rem;
    }

    .tc-body {
        padding: 40px 16px 60px;
    }

    .tc-section {
        padding: 24px 20px;
    }

    .tc-contact {
        padding: 28px 20px;
    }
}

.pp-hero {
    position: relative;
    width: 100%;
    padding: 80px 24px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a237e 0%, #283593 40%, #1565c0 100%);
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.pp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='300'%3E%3Ccircle cx='60' cy='60' r='3' fill='rgba(255,255,255,0.15)'/%3E%3Ccircle cx='180' cy='40' r='2' fill='rgba(255,255,255,0.12)'/%3E%3Ccircle cx='300' cy='80' r='3' fill='rgba(255,255,255,0.15)'/%3E%3Ccircle cx='420' cy='30' r='2' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='540' cy='70' r='3' fill='rgba(255,255,255,0.15)'/%3E%3Ccircle cx='100' cy='160' r='2' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='240' cy='200' r='3' fill='rgba(255,255,255,0.15)'/%3E%3Ccircle cx='360' cy='150' r='2' fill='rgba(255,255,255,0.12)'/%3E%3Ccircle cx='480' cy='190' r='3' fill='rgba(255,255,255,0.15)'/%3E%3Cline x1='60' y1='60' x2='180' y2='40' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3Cline x1='180' y1='40' x2='300' y2='80' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3Cline x1='300' y1='80' x2='420' y2='30' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3Cline x1='60' y1='60' x2='100' y2='160' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3Cline x1='300' y1='80' x2='240' y2='200' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3Cline x1='240' y1='200' x2='360' y2='150' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3Cline x1='360' y1='150' x2='480' y2='190' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 600px 300px;
    pointer-events: none;
    z-index: 0;
}

.pp-hero-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.pp-hero h1 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 14px 0;
}

.pp-hero p {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.75;
    margin: 0 0 16px 0;
}

.pp-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.88rem;
}

.pp-breadcrumb a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.pp-breadcrumb a:hover {
    color: #fff;
}

.pp-breadcrumb .pp-sep {
    color: rgba(255, 255, 255, 0.4);
}

.pp-breadcrumb .pp-cur {
    color: #fff;
    font-weight: 600;
}

.pp-body {
    max-width: 1260px;
    margin: 0 auto;
    padding: 60px 24px 80px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #f8f9fc;
}

.pp-updated {
    display: inline-block;
    background: #e8eaf6;
    color: #3949ab;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 36px;
}

.pp-intro {
    background: #ffffff;
    border-left: 4px solid #1565c0;
    border-radius: 0 12px 12px 0;
    padding: 24px 28px;
    margin-bottom: 48px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.pp-intro p {
    font-size: 0.93rem;
    color: #444;
    line-height: 1.8;
    margin: 0;
}

.pp-section {
    background: #ffffff;
    border-radius: 14px;
    padding: 32px 36px;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef0f8;
}

.pp-section-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.pp-section-num {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #1a237e, #1565c0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    flex-shrink: 0;
}

.pp-section h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0d1b4b;
    margin: 0;
}

.pp-section p {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.8;
    margin: 0 0 12px 0;
}

.pp-section p:last-child {
    margin-bottom: 0;
}

.pp-section ul {
    margin: 10px 0 12px 0;
    padding-left: 20px;
}

.pp-section ul li {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 6px;
}

.pp-contact {
    background: linear-gradient(135deg, #1a237e 0%, #1565c0 100%);
    border-radius: 14px;
    padding: 36px;
    text-align: center;
    margin-top: 40px;
}

.pp-contact h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.pp-contact p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.88rem;
    margin: 0 0 20px 0;
}

.pp-contact a {
    display: inline-block;
    background: #ffffff;
    color: #1a237e;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.pp-contact a:hover {
    opacity: 0.9;
}

@media (max-width: 600px) {
    .pp-hero h1 {
        font-size: 1.7rem;
    }

    .pp-body {
        padding: 40px 16px 60px;
    }

    .pp-section {
        padding: 24px 20px;
    }

    .pp-contact {
        padding: 28px 20px;
    }
}

/*! End Industries Section Bar */