.tp-inner-page {
    background: #fff;
}

.tp-page-hero {
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    padding: 210px 0 95px;
    background: var(--tp-dark);
}

.tp-page-hero::before,
.tp-page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
}

.tp-page-hero::before {
    background:
        linear-gradient(90deg, rgba(3, 28, 66, 0.98) 0%, rgba(3, 28, 66, 0.9) 48%, rgba(3, 28, 66, 0.48) 100%),
        url("../img/hero/trustpharm-mining-hero.png") center 56% / cover no-repeat;
}

.tp-page-hero::after {
    width: 44%;
    left: auto;
    background:
        linear-gradient(135deg, transparent 47%, rgba(21, 151, 229, 0.17) 47%, rgba(21, 151, 229, 0.17) 48%, transparent 48%),
        linear-gradient(45deg, transparent 62%, rgba(255, 255, 255, 0.08) 62%, rgba(255, 255, 255, 0.08) 63%, transparent 63%);
    background-size: 85px 85px, 120px 120px;
}

.tp-page-hero.tp-page-hero-electric::before {
    background:
        linear-gradient(90deg, rgba(3, 28, 66, 0.98) 0%, rgba(3, 28, 66, 0.86) 50%, rgba(3, 28, 66, 0.36) 100%),
        url("../img/solutions/huawei-megawatt-solution.png") center / cover no-repeat;
}

.tp-page-hero .container {
    position: relative;
    z-index: 2;
}

.tp-page-hero-content {
    max-width: 790px;
}

.tp-page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 19px;
    color: #55bfff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.tp-page-kicker::before {
    content: "";
    width: 24px;
    height: 2px;
    background: currentColor;
}

.tp-page-hero h1 {
    max-width: 760px;
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(48px, 6vw, 78px);
    line-height: 0.99;
    letter-spacing: -3px;
}

.tp-page-hero p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 1.7;
}

.tp-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.tp-breadcrumbs a {
    color: #fff;
}

.tp-breadcrumbs a:hover {
    color: #55bfff;
}

.tp-breadcrumbs i {
    color: var(--theme-color2);
    font-size: 8px;
}

.tp-section-copy {
    max-width: 690px;
}

.tp-section-copy .sec-text {
    margin-bottom: 24px;
}

.tp-lead {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.45;
}

.tp-brand-visual {
    min-height: 520px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 60px;
    background:
        radial-gradient(circle at 70% 20%, rgba(21, 151, 229, 0.24), transparent 40%),
        var(--tp-dark);
}

.tp-brand-visual::before {
    content: "";
    width: 360px;
    height: 360px;
    position: absolute;
    right: -150px;
    bottom: -170px;
    border: 55px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.tp-brand-visual img {
    width: min(330px, 88%);
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 22px 35px rgba(0, 0, 0, 0.25));
}

.tp-brand-visual .tp-about-official-logo {
    width: min(430px, 92%);
    padding: 10px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
    filter: none;
}

.tp-fact-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--tp-line);
}

.tp-fact {
    min-height: 150px;
    padding: 31px 28px;
    border-right: 1px solid var(--tp-line);
}

.tp-fact:last-child {
    border-right: 0;
}

.tp-fact strong,
.tp-fact span {
    display: block;
}

.tp-fact strong {
    margin-bottom: 8px;
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 27px;
}

.tp-fact span {
    color: var(--body-color);
    font-size: 12px;
    line-height: 1.55;
}

.tp-value-grid,
.tp-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.tp-value-box,
.tp-info-box {
    height: 100%;
    padding: 35px 32px;
    background: #fff;
    border: 1px solid var(--tp-line);
}

.tp-value-box i,
.tp-info-box > i {
    display: block;
    margin-bottom: 25px;
    color: var(--theme-color);
    font-size: 32px;
}

.tp-value-box h3,
.tp-info-box h3 {
    margin-bottom: 12px;
    font-size: 23px;
}

.tp-value-box p,
.tp-info-box p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
}

.tp-dark-band {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: var(--tp-dark);
    color: #fff;
}

.tp-dark-band::after {
    content: "";
    width: 480px;
    height: 480px;
    position: absolute;
    right: -190px;
    top: -230px;
    border: 75px solid rgba(21, 151, 229, 0.12);
    border-radius: 50%;
}

.tp-dark-band .container {
    position: relative;
    z-index: 2;
}

.tp-dark-band h2,
.tp-dark-band h3 {
    color: #fff;
}

.tp-dark-band p {
    color: rgba(255, 255, 255, 0.61);
}

.tp-category-nav {
    position: sticky;
    z-index: 20;
    top: 80px;
    background: #fff;
    border-bottom: 1px solid var(--tp-line);
    box-shadow: 0 12px 35px rgba(3, 28, 66, 0.06);
}

.tp-category-nav-inner {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
}

.tp-category-nav-inner::-webkit-scrollbar {
    display: none;
}

.tp-category-nav a {
    flex: 0 0 auto;
    padding: 22px 24px;
    color: var(--title-color);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    border-right: 1px solid var(--tp-line);
}

.tp-category-nav a:hover {
    background: var(--theme-color);
    color: #fff;
}

#earthmoving,
#haulage,
#construction,
#concrete,
#lifting,
#commercial,
#charging,
#energy {
    scroll-margin-top: 170px;
}

.tp-catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.tp-catalog-card {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding: 36px 32px 31px;
    background: #fff;
    border: 1px solid var(--tp-line);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.tp-catalog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(3, 28, 66, 0.1);
}

.tp-catalog-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin-bottom: 25px;
    background: var(--tp-dark);
    color: #55bfff;
    font-size: 28px;
}

.tp-catalog-card h2,
.tp-catalog-card h3 {
    margin-bottom: 12px;
    font-size: 25px;
}

.tp-catalog-card p {
    font-size: 13px;
    line-height: 1.65;
}

.tp-catalog-card ul,
.tp-check-list {
    margin: 7px 0 26px;
    padding: 0;
    list-style: none;
}

.tp-catalog-card li,
.tp-check-list li {
    position: relative;
    margin: 8px 0;
    padding-left: 20px;
    color: var(--body-color);
    font-size: 12px;
}

.tp-catalog-card li::before,
.tp-check-list li::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 8px;
    background: var(--theme-color);
}

.tp-catalog-card > a {
    margin-top: auto;
    color: var(--title-color);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.65px;
}

.tp-catalog-card > a i {
    margin-left: 7px;
    color: var(--theme-color);
}

.tp-application-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, 0.12);
}

.tp-application {
    min-height: 180px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
}

.tp-application i {
    display: block;
    margin-bottom: 21px;
    color: #55bfff;
    font-size: 27px;
}

.tp-application strong,
.tp-application span {
    display: block;
}

.tp-application strong {
    margin-bottom: 8px;
    color: #fff;
    font-family: var(--title-font);
    font-size: 18px;
}

.tp-application span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    line-height: 1.5;
}

.tp-solution-showcase {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    overflow: hidden;
    background: var(--tp-dark);
}

.tp-solution-showcase-image {
    min-height: 570px;
}

.tp-solution-showcase-image img {
    width: 100%;
    height: 100%;
    min-height: 570px;
    object-fit: cover;
}

.tp-solution-showcase-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px 50px;
}

.tp-solution-showcase-copy h2 {
    color: #fff;
    font-size: 41px;
}

.tp-solution-showcase-copy > p {
    color: rgba(255, 255, 255, 0.62);
}

.tp-mini-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 24px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.tp-mini-specs > div {
    padding: 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.tp-mini-specs strong,
.tp-mini-specs span {
    display: block;
}

.tp-mini-specs strong {
    color: #fff;
    font-family: var(--title-font);
    font-size: 18px;
}

.tp-mini-specs span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 10px;
}

.tp-brochure-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.tp-brochure-card {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    padding: 34px;
    background: #fff;
    border: 1px solid var(--tp-line);
}

.tp-brochure-card > i {
    margin-bottom: 27px;
    color: var(--theme-color);
    font-size: 34px;
}

.tp-brochure-card h3 {
    font-size: 21px;
}

.tp-brochure-card p {
    font-size: 12px;
}

.tp-brochure-card a {
    margin-top: auto;
    color: var(--title-color);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.tp-partner-directory {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.tp-partner-profile {
    min-height: 285px;
    display: grid;
    grid-template-columns: 40% 60%;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--tp-line);
}

.tp-partner-profile-mark {
    display: grid;
    place-items: center;
    padding: 25px;
    background: var(--tp-dark);
    color: #fff;
    font-family: var(--title-font);
    font-size: clamp(23px, 2.5vw, 34px);
    font-weight: 800;
    letter-spacing: -1px;
    text-align: center;
}

.tp-partner-profile:first-child .tp-partner-profile-mark {
    background: var(--theme-color);
}

.tp-partner-profile-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 28px;
}

.tp-partner-profile-copy span {
    margin-bottom: 9px;
    color: var(--theme-color);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tp-partner-profile-copy h2,
.tp-partner-profile-copy h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.tp-partner-profile-copy p {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
}

.tp-process-line {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: relative;
}

.tp-process-line::before {
    content: "";
    height: 1px;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 32px;
    background: rgba(8, 118, 209, 0.3);
}

.tp-process-step {
    position: relative;
    padding: 0 24px;
    text-align: center;
}

.tp-process-step > span {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 2;
    margin: 0 auto 25px;
    background: var(--theme-color);
    color: #fff;
    font-family: var(--title-font);
    font-size: 17px;
    font-weight: 800;
    border: 7px solid #e8f4fd;
}

.tp-process-step h3 {
    font-size: 20px;
}

.tp-process-step p {
    font-size: 12px;
    line-height: 1.6;
}

.tp-finance-panel {
    padding: 48px;
    background: var(--smoke-color);
    border-left: 5px solid var(--theme-color);
}

.tp-finance-panel h2,
.tp-finance-panel h3 {
    font-size: 28px;
}

.tp-disclaimer {
    padding: 22px 25px;
    background: #eaf4fb;
    color: #5f7085;
    font-size: 10px;
    line-height: 1.6;
}

.tp-contact-page {
    background: var(--smoke-color);
}

.tp-contact-page-wrap {
    overflow: hidden;
    background: var(--tp-dark);
    box-shadow: 0 25px 65px rgba(3, 28, 66, 0.15);
}

.tp-contact-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 55px 50px;
    color: #fff;
}

.tp-contact-details::after {
    content: "";
    width: 320px;
    height: 320px;
    position: absolute;
    right: -170px;
    bottom: -180px;
    border: 55px solid rgba(21, 151, 229, 0.15);
    border-radius: 50%;
}

.tp-contact-details h2 {
    color: #fff;
    font-size: 39px;
}

.tp-contact-details > p {
    color: rgba(255, 255, 255, 0.6);
}

.tp-contact-method {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 2;
    margin-top: 25px;
}

.tp-contact-method i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: var(--theme-color);
    color: #fff;
}

.tp-contact-method strong,
.tp-contact-method span {
    display: block;
}

.tp-contact-method strong {
    color: #fff;
    font-family: var(--title-font);
}

.tp-contact-method span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}

.tp-contact-page-form {
    padding: 50px 45px;
    background: #fff;
}

.tp-contact-page-form .form-group {
    margin-bottom: 19px;
}

.tp-contact-page-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--title-color);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.75px;
}

.tp-contact-page-form .form-control,
.tp-contact-page-form .form-select {
    min-height: 56px;
    border: 1px solid #dce4eb;
    border-radius: 0;
    background: #f7fafc;
    font-size: 13px;
}

.tp-contact-page-form textarea.form-control {
    min-height: 130px;
    padding-top: 16px;
}

.tp-cta-panel {
    padding: 65px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(110deg, var(--theme-color), var(--theme-color3));
    color: #fff;
}

.tp-cta-panel::after {
    content: "";
    width: 310px;
    height: 310px;
    position: absolute;
    top: -155px;
    right: -80px;
    border: 50px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
}

.tp-cta-panel h2 {
    color: #fff;
    font-size: 40px;
}

.tp-cta-panel p {
    max-width: 630px;
    color: rgba(255, 255, 255, 0.72);
}

.tp-cta-panel .th-btn {
    background: #fff;
    color: var(--title-color);
}

.tp-footer-compact .tp-footer-main {
    padding-top: 65px;
}

@media (max-width: 1199px) {
    .tp-header .tp-logo img {
        width: 220px;
    }

    .tp-header .main-menu > ul > li {
        margin: 0 7px;
    }

    .tp-header .main-menu > ul > li > a {
        font-size: 12px;
    }

    .tp-header-cta {
        padding: 14px 17px;
        font-size: 12px;
    }

    .tp-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tp-energy-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .tp-page-hero {
        min-height: 480px;
        padding: 175px 0 80px;
    }

    .tp-value-grid,
    .tp-info-grid,
    .tp-brochure-grid {
        grid-template-columns: 1fr;
    }

    .tp-fact-strip,
    .tp-application-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tp-fact:nth-child(2) {
        border-right: 0;
    }

    .tp-fact:nth-child(-n+2) {
        border-bottom: 1px solid var(--tp-line);
    }

    .tp-solution-showcase {
        grid-template-columns: 1fr;
    }

    .tp-solution-showcase-image,
    .tp-solution-showcase-image img {
        min-height: 460px;
    }

    .tp-partner-directory {
        grid-template-columns: 1fr;
    }

    .tp-process-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 45px 0;
    }

    .tp-process-line::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .tp-page-hero {
        min-height: 460px;
        padding: 155px 0 70px;
    }

    .tp-page-hero h1 {
        letter-spacing: -2px;
    }

    .tp-page-hero p {
        font-size: 15px;
    }

    .tp-brand-visual {
        min-height: 420px;
        padding: 40px;
    }

    .tp-catalog-grid,
    .tp-partner-directory,
    .tp-process-line {
        grid-template-columns: 1fr;
    }

    .tp-category-nav {
        top: 76px;
    }

    .tp-solution-showcase-image,
    .tp-solution-showcase-image img {
        min-height: 340px;
    }

    .tp-solution-showcase-copy {
        padding: 40px 28px;
    }

    .tp-solution-showcase-copy h2 {
        font-size: 32px;
    }

    .tp-partner-profile {
        grid-template-columns: 1fr;
    }

    .tp-partner-profile-mark {
        min-height: 150px;
    }

    .tp-process-step {
        padding: 0;
    }

    .tp-finance-panel,
    .tp-contact-details,
    .tp-contact-page-form {
        padding: 38px 27px;
    }

    .tp-contact-page-form .form-control,
    .tp-contact-page-form .form-select {
        font-size: 16px;
    }

    .tp-cta-panel {
        padding: 45px 28px;
    }

    .tp-cta-panel h2 {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .tp-fact-strip,
    .tp-application-grid,
    .tp-mini-specs {
        grid-template-columns: 1fr;
    }

    .tp-fact {
        border-right: 0;
        border-bottom: 1px solid var(--tp-line);
    }

    .tp-fact:last-child {
        border-bottom: 0;
    }

    .tp-application {
        min-height: 150px;
    }
}

@media (max-width: 360px) {
    .tp-header .menu-area .row {
        flex-wrap: nowrap;
    }

    .tp-header .tp-logo img {
        width: 170px;
        height: 46px;
    }

    .tp-header .th-menu-toggle {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }
}
