:root {
    --theme-color: #0876d1;
    --theme-color2: #1597e5;
    --theme-color3: #0b5daa;
    --title-color: #052654;
    --body-color: #566579;
    --smoke-color: #f2f7fc;
    --tp-dark: #031c42;
    --tp-dark-soft: #062b5e;
    --tp-line: rgba(5, 38, 84, 0.13);
    --tp-green: #16a8bf;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
}

.skip-link {
    position: fixed;
    z-index: 999999;
    top: 10px;
    left: 10px;
    transform: translateY(-150%);
    padding: 12px 18px;
    background: #fff;
    color: var(--title-color);
    font-weight: 700;
}

.skip-link:focus {
    transform: translateY(0);
}

.tp-topbar {
    background: var(--tp-dark);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
}

.tp-topbar-inner {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp-topbar p {
    margin: 0;
}

.tp-topbar i {
    color: var(--theme-color);
    margin-right: 7px;
}

.tp-topbar-links {
    display: flex;
    gap: 26px;
}

.tp-header {
    position: absolute;
    z-index: 40;
    width: 100%;
    top: 0;
    left: 0;
}

.tp-header .sticky-wrapper {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(5, 38, 84, 0.1);
    box-shadow: 0 10px 35px rgba(3, 28, 66, 0.08);
}

.tp-header .sticky-wrapper.sticky {
    background: rgba(255, 255, 255, 0.99);
}

.tp-header .menu-area {
    padding: 0;
}

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

.tp-header .main-menu > ul > li > a {
    color: var(--title-color);
    padding: 28px 0;
    font-size: 15px;
    font-weight: 600;
}

.tp-header .main-menu > ul > li > a:hover {
    color: var(--theme-color);
}

.tp-logo {
    display: inline-flex;
    align-items: center;
    color: var(--title-color);
}

.tp-logo:hover {
    color: var(--title-color);
}

.tp-logo img {
    width: 260px;
    height: 62px;
    object-fit: contain;
    object-position: left center;
}

.tp-header-cta {
    padding: 16px 24px;
    font-size: 14px;
    color: #fff;
}

.th-menu-toggle {
    border-radius: 0;
}

.th-menu-area .tp-logo {
    margin-bottom: 25px;
}

.th-menu-area .tp-logo img {
    width: 250px;
    height: auto;
}

.th-menu-area > .th-menu-toggle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    line-height: 44px;
}

.tp-hero {
    min-height: 850px;
    position: relative;
    overflow: hidden;
    background: var(--tp-dark);
    color: #fff;
}

.tp-hero-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(2, 19, 48, 0.98) 0%, rgba(2, 25, 59, 0.9) 31%, rgba(3, 28, 66, 0.4) 62%, rgba(3, 28, 66, 0.1) 100%),
        linear-gradient(0deg, rgba(2, 19, 48, 0.55) 0%, transparent 40%),
        url("../img/hero/trustpharm-mining-hero.png");
    background-size: cover;
    background-position: center;
    transform: scale(1.01);
}

.tp-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.tp-hero-container {
    position: relative;
    z-index: 2;
    min-height: 850px;
    display: flex;
    align-items: center;
    padding-top: 125px;
}

.tp-hero-content {
    padding: 70px 0 45px;
}

.tp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.82);
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-size: 12px;
    font-weight: 700;
}

.tp-eyebrow i {
    color: var(--theme-color);
    font-size: 7px;
}

.tp-hero h1 {
    max-width: 790px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(55px, 6vw, 92px);
    line-height: 0.96;
    letter-spacing: -3.6px;
}

.tp-hero h1 span {
    color: var(--theme-color);
}

.tp-hero-content > p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 19px;
    line-height: 1.65;
}

.tp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 35px;
}

.tp-outline-btn {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
}

.tp-outline-btn:hover {
    color: var(--tp-dark);
}

.tp-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin-top: 54px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.tp-hero-proof > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tp-hero-proof i {
    color: var(--theme-color);
    font-size: 23px;
}

.tp-hero-proof span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.35;
}

.tp-hero-proof strong {
    display: block;
    color: #fff;
    font-size: 13px;
}

.tp-scroll-hint {
    position: absolute;
    z-index: 2;
    right: 38px;
    bottom: 35px;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.72);
    writing-mode: vertical-rl;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
}

.tp-scroll-hint:hover {
    color: var(--theme-color);
}

.tp-scroll-hint i {
    margin-top: 8px;
}

.tp-capability-bar {
    background: var(--theme-color);
}

.tp-capability {
    min-height: 118px;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 24px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.tp-capability span {
    font-family: var(--title-font);
    font-weight: 800;
    font-size: 13px;
    color: #fff;
    opacity: 0.58;
}

.tp-capability strong,
.tp-capability small {
    display: block;
}

.tp-capability strong {
    color: #fff;
    font-family: var(--title-font);
    font-size: 20px;
}

.tp-capability small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.tp-about-visual {
    min-height: 630px;
    position: relative;
    padding: 0 52px 52px 0;
}

.tp-about-photo {
    min-height: 578px;
    background-image:
        linear-gradient(180deg, transparent 55%, rgba(14, 14, 11, 0.6)),
        url("../img/hero/trustpharm-mining-hero.png");
    background-size: cover;
    background-position: 72% center;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 89% 100%, 0 100%);
}

.tp-about-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 195px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
    background: var(--theme-color);
    color: #fff;
}

.tp-about-badge i {
    font-size: 37px;
    margin-bottom: 20px;
}

.tp-about-badge span {
    font-size: 14px;
    line-height: 1.4;
}

.tp-about-badge strong {
    display: block;
    font-family: var(--title-font);
    font-size: 20px;
}

.tp-about-lines {
    position: absolute;
    left: -30px;
    top: 50px;
    width: 65px;
    height: 160px;
    background: repeating-linear-gradient(135deg, var(--theme-color) 0 2px, transparent 2px 9px);
    opacity: 0.42;
    z-index: -1;
}

.tp-value-list {
    border-top: 1px solid var(--tp-line);
    margin-bottom: 30px;
}

.tp-value-item {
    display: flex;
    gap: 19px;
    padding: 25px 0;
    border-bottom: 1px solid var(--tp-line);
}

.tp-value-icon {
    flex: 0 0 52px;
    height: 52px;
    display: grid;
    place-items: center;
    background: rgba(8, 118, 209, 0.11);
    color: var(--theme-color);
    font-size: 22px;
}

.tp-value-item h3 {
    margin: 0 0 5px;
    font-size: 20px;
}

.tp-value-item p {
    margin: 0;
    font-size: 14px;
}

.tp-section-note {
    padding-left: 20px;
    margin: 0;
    border-left: 3px solid var(--theme-color);
    color: var(--body-color);
    font-size: 14px;
}

.tp-equipment-card {
    height: 100%;
    min-height: 430px;
    position: relative;
    overflow: hidden;
    padding: 38px 36px 34px;
    background: #fff;
    border: 1px solid rgba(23, 23, 19, 0.08);
    box-shadow: 0 12px 50px rgba(24, 23, 17, 0.05);
    transition: 0.4s ease;
}

.tp-equipment-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: var(--theme-color);
    transition: 0.4s ease;
}

.tp-equipment-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(24, 23, 17, 0.11);
}

.tp-equipment-card:hover::after {
    width: 100%;
}

.tp-card-number {
    position: absolute;
    right: 26px;
    top: 20px;
    color: rgba(23, 23, 19, 0.07);
    font-family: var(--title-font);
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
}

.tp-equipment-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
    background: var(--tp-dark);
    color: var(--theme-color);
    font-size: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 78%, 78% 100%, 0 100%);
}

.tp-equipment-card h3 {
    margin-bottom: 14px;
    font-size: 25px;
}

.tp-equipment-card p {
    font-size: 14px;
    line-height: 1.65;
}

.tp-equipment-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 18px 0 25px;
    padding: 0;
    list-style: none;
}

.tp-equipment-card li {
    padding: 6px 10px;
    background: var(--smoke-color);
    color: #64645e;
    font-size: 11px;
    font-weight: 600;
}

.tp-equipment-card > a {
    color: var(--title-color);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.tp-equipment-card > a i {
    color: var(--theme-color);
    margin-left: 7px;
    transition: 0.3s ease;
}

.tp-equipment-card > a:hover i {
    transform: translateX(5px);
}

.tp-equipment-card-green .tp-equipment-icon {
    background: #063c74;
    color: #54d5e8;
}

.tp-equipment-card-green::after {
    background: var(--tp-green);
}

.tp-huawei {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, transparent 49.9%, rgba(5, 38, 84, 0.04) 50%, transparent 50.1%),
        #fff;
}

.tp-huawei::before {
    content: "";
    width: 420px;
    height: 420px;
    position: absolute;
    top: -260px;
    right: -150px;
    border: 80px solid rgba(8, 118, 209, 0.06);
    border-radius: 50%;
    pointer-events: none;
}

.tp-huawei .sec-text {
    max-width: 820px;
}

.tp-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--theme-color);
    color: var(--title-color);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.55px;
}

.tp-text-link:hover {
    color: var(--theme-color);
}

.tp-huawei-feature {
    overflow: hidden;
    background: var(--tp-dark);
    box-shadow: 0 25px 70px rgba(3, 28, 66, 0.17);
}

.tp-huawei-feature .row,
.tp-huawei-feature .row > div {
    min-height: 100%;
}

.tp-huawei-feature-image {
    min-height: 580px;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #eef4f8;
}

.tp-huawei-feature-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(3, 28, 66, 0.65), transparent 32%);
    pointer-events: none;
}

.tp-huawei-feature-image img {
    width: 100%;
    height: 100%;
    min-height: 580px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.tp-image-label {
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 27px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--title-color);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.tp-huawei-feature-copy {
    height: 100%;
    min-height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 44px;
    color: #fff;
}

.tp-solution-number {
    display: block;
    margin-bottom: 18px;
    color: #56bdff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.tp-huawei-feature-copy h3 {
    margin-bottom: 17px;
    color: #fff;
    font-size: 35px;
    line-height: 1.12;
}

.tp-huawei-feature-copy > p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.7;
}

.tp-spec-grid {
    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-spec-grid > div {
    min-height: 88px;
    padding: 17px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

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

.tp-spec-grid strong {
    margin-bottom: 3px;
    color: #fff;
    font-family: var(--title-font);
    font-size: 17px;
}

.tp-spec-grid span {
    color: rgba(255, 255, 255, 0.47);
    font-size: 10px;
    line-height: 1.4;
}

.tp-card-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.tp-card-actions .th-btn {
    padding: 15px 20px;
    font-size: 12px;
}

.tp-download-link {
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 700;
}

.tp-download-link:hover {
    color: #fff;
}

.tp-download-link i {
    margin-right: 6px;
    color: #56bdff;
}

.tp-huawei-card {
    height: 100%;
    display: grid;
    grid-template-columns: 44% 56%;
    overflow: hidden;
    background: var(--smoke-color);
    border: 1px solid rgba(5, 38, 84, 0.08);
}

.tp-huawei-card-image {
    min-height: 330px;
    overflow: hidden;
    background: #eaf1f7;
}

.tp-huawei-card-image img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.tp-huawei-card:hover .tp-huawei-card-image img {
    transform: scale(1.035);
}

.tp-huawei-card-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 30px;
}

.tp-huawei-card-copy h3 {
    margin-bottom: 13px;
    font-size: 24px;
}

.tp-huawei-card-copy p {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 1.65;
}

.tp-huawei-card-copy > a {
    color: var(--title-color);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.55px;
}

.tp-huawei-card-copy > a i {
    margin-left: 6px;
    color: var(--theme-color);
}

.tp-huawei-card-dark {
    background: var(--tp-dark-soft);
    border-color: var(--tp-dark-soft);
}

.tp-huawei-card-dark h3 {
    color: #fff;
}

.tp-huawei-card-dark p {
    color: rgba(255, 255, 255, 0.58);
}

.tp-huawei-card-dark .tp-huawei-card-copy > a {
    color: #fff;
}

.tp-energy-platform {
    display: grid;
    grid-template-columns: 0.8fr 1.5fr;
    align-items: stretch;
    margin-top: 30px;
    background: var(--tp-dark);
    color: #fff;
}

.tp-energy-intro {
    padding: 38px 42px;
    background: var(--theme-color);
}

.tp-energy-intro > span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.tp-energy-intro h3 {
    margin-bottom: 7px;
    color: #fff;
    font-size: 25px;
}

.tp-energy-intro p {
    margin: 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 12px;
    line-height: 1.6;
}

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

.tp-energy-points > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 170px;
    padding: 27px 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-energy-points i {
    margin-bottom: 15px;
    color: #56bdff;
    font-size: 24px;
}

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

.tp-energy-points strong {
    margin-bottom: 5px;
    color: #fff;
    font-family: var(--title-font);
    font-size: 14px;
}

.tp-energy-points span {
    color: rgba(255, 255, 255, 0.45);
    font-size: 10px;
    line-height: 1.45;
}

.tp-spec-note {
    max-width: 1050px;
    margin: 16px 0 0;
    color: #8492a4;
    font-size: 10px;
    line-height: 1.55;
}

.tp-solutions {
    position: relative;
    overflow: hidden;
    background: var(--tp-dark);
}

.tp-solutions::before {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    right: -220px;
    top: -220px;
    border-radius: 50%;
    background: rgba(21, 151, 229, 0.15);
    filter: blur(2px);
}

.tp-grid-pattern {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 60px 60px;
}

.tp-solutions p {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 17px;
}

.tp-green-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 35px;
}

.tp-green-tags span {
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
}

.tp-green-tags i {
    margin-right: 6px;
    color: var(--tp-green);
}

.tp-solution-panel {
    min-height: 500px;
    position: relative;
    padding: 42px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.tp-solution-kicker {
    color: rgba(255, 255, 255, 0.52);
    font-family: var(--title-font);
    font-size: 11px;
    letter-spacing: 2px;
}

.tp-corridor-map {
    position: relative;
    height: 315px;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: radial-gradient(circle at center, rgba(21, 151, 229, 0.13), transparent 60%);
}

.tp-corridor-map > i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--theme-color);
    color: #fff;
    font-size: 30px;
    box-shadow: 0 0 0 12px rgba(8, 118, 209, 0.12), 0 0 0 24px rgba(8, 118, 209, 0.06);
}

.tp-node {
    width: 17px;
    height: 17px;
    position: absolute;
    right: -8px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--tp-green);
    box-shadow: 0 0 0 8px rgba(22, 168, 191, 0.14);
}

.tp-route {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 1px;
    z-index: 1;
    transform-origin: left center;
    background: linear-gradient(90deg, var(--theme-color), var(--tp-green));
    opacity: 0.85;
}

.tp-route-1 { width: 36%; transform: rotate(-160deg); }
.tp-route-2 { width: 35%; transform: rotate(-22deg); }
.tp-route-3 { width: 31%; transform: rotate(153deg); }
.tp-route-4 { width: 36%; transform: rotate(20deg); }

.tp-solution-stat {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.tp-solution-stat strong,
.tp-solution-stat span {
    color: #fff;
}

.tp-solution-stat strong {
    font-family: var(--title-font);
}

.tp-solution-stat span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.tp-process .sec-text {
    max-width: 670px;
}

.tp-process-card {
    height: 100%;
    min-height: 270px;
    position: relative;
    padding: 33px 28px;
    border: 1px solid var(--tp-line);
    transition: 0.35s ease;
}

.tp-process-card:hover {
    border-color: var(--theme-color);
    transform: translateY(-5px);
}

.tp-process-card > span {
    position: absolute;
    right: 22px;
    top: 20px;
    color: rgba(23, 23, 19, 0.12);
    font-family: var(--title-font);
    font-size: 40px;
    font-weight: 800;
}

.tp-process-card > i {
    color: var(--theme-color);
    font-size: 35px;
    margin-bottom: 29px;
}

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

.tp-process-card p {
    margin: 0;
    font-size: 14px;
}

.tp-why {
    padding-bottom: 120px;
}

.tp-why-wrap {
    padding: 65px;
    background: var(--smoke-color);
    border-left: 6px solid var(--theme-color);
}

.tp-why-item {
    height: 100%;
    padding-left: 23px;
    border-left: 1px solid var(--tp-line);
}

.tp-why-item i {
    display: block;
    color: var(--theme-color);
    font-size: 27px;
    margin-bottom: 16px;
}

.tp-why-item strong {
    display: block;
    margin-bottom: 7px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 19px;
}

.tp-why-item span {
    display: block;
    color: var(--body-color);
    font-size: 12px;
    line-height: 1.5;
}

.tp-partners {
    position: relative;
    background: var(--smoke-color);
}

.tp-partner-intro {
    margin: 0;
    color: var(--body-color);
    font-size: 14px;
    line-height: 1.7;
}

.tp-partner-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(5, 38, 84, 0.11);
    border: 1px solid rgba(5, 38, 84, 0.11);
}

.tp-partner-card {
    min-height: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 28px 18px;
    background: #fff;
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.tp-partner-card::before {
    content: "";
    width: 74px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 0;
    background: var(--theme-color);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.35s ease;
}

.tp-partner-card:hover {
    z-index: 2;
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(3, 28, 66, 0.1);
}

.tp-partner-card:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.tp-partner-mark {
    margin-bottom: 14px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: clamp(21px, 2vw, 29px);
    font-weight: 800;
    letter-spacing: -0.7px;
}

.tp-partner-card span {
    color: #758397;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.65px;
}

.tp-partner-featured {
    background: var(--tp-dark);
}

.tp-partner-featured .tp-partner-mark {
    color: #fff;
}

.tp-partner-featured span {
    color: #56bdff;
}

.tp-partner-featured::before {
    transform: translateX(-50%) scaleX(1);
}

.tp-trademark-note {
    margin: 15px 0 0;
    color: #8794a5;
    font-size: 9px;
    text-align: right;
}

.tp-contact {
    padding-top: 0;
    background: linear-gradient(var(--smoke-color) 18%, #fff 18%);
}

.tp-contact-wrap {
    padding: 75px;
    position: relative;
    overflow: hidden;
    background: var(--tp-dark);
}

.tp-contact-wrap::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    left: -260px;
    bottom: -270px;
    border: 65px solid rgba(8, 118, 209, 0.09);
    border-radius: 50%;
}

.tp-contact-wrap > .row {
    position: relative;
    z-index: 1;
}

.tp-contact-wrap p {
    max-width: 580px;
    color: rgba(255, 255, 255, 0.62);
}

.tp-contact-points {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin-top: 35px;
}

.tp-contact-points a,
.tp-contact-points > div {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #fff;
}

.tp-contact-points i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: var(--theme-color);
    color: #fff;
}

.tp-contact-points small {
    display: block;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tp-contact-note {
    margin-top: 22px;
    font-size: 11px;
    font-style: italic;
}

.tp-enquiry-form {
    padding: 38px;
    background: #fff;
}

.tp-enquiry-form .form-group {
    margin-bottom: 18px;
}

.tp-enquiry-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--title-color);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.tp-enquiry-form .form-control,
.tp-enquiry-form .form-select {
    min-height: 54px;
    border: 1px solid #deded8;
    border-radius: 0;
    background-color: #fafaf7;
    font-size: 13px;
}

.tp-enquiry-form textarea.form-control {
    min-height: 110px;
    padding-top: 16px;
}

.tp-form-status {
    min-height: 18px;
    margin: 13px 0 0 !important;
    color: #0a5d9f !important;
    font-size: 11px;
    text-align: center;
}

.tp-footer {
    background: #021735;
}

.tp-footer-logo {
    padding: 10px 15px;
    background: #fff;
    border-radius: 3px;
}

.tp-footer-logo img {
    width: 285px;
}

.tp-footer-main {
    padding: 80px 0 65px;
}

.tp-footer-main p {
    max-width: 470px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
}

.tp-footer h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}

.tp-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tp-footer li {
    margin-bottom: 9px;
}

.tp-footer li a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
}

.tp-footer li a:hover {
    color: var(--theme-color);
}

.tp-footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tp-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
}

.tp-dot {
    padding: 0 8px;
    color: var(--theme-color);
}

@media (max-width: 1199px) {
    .tp-header .main-menu > ul > li {
        margin: 0 11px;
    }

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

    .tp-hero {
        min-height: 790px;
    }

    .tp-hero-container {
        min-height: 790px;
    }

    .tp-contact-wrap {
        padding: 55px;
    }

    .tp-energy-platform {
        grid-template-columns: 0.72fr 1.5fr;
    }

    .tp-energy-intro {
        padding: 34px 28px;
    }
}

@media (max-width: 991px) {
    .tp-header .sticky-wrapper {
        padding: 13px 0;
    }

    .tp-hero,
    .tp-hero-container {
        min-height: 760px;
    }

    .tp-hero-bg {
        background-image:
            linear-gradient(90deg, rgba(2, 19, 48, 0.97), rgba(3, 28, 66, 0.68)),
            linear-gradient(0deg, rgba(2, 19, 48, 0.68), transparent 60%),
            url("../img/hero/trustpharm-mining-hero.png");
        background-position: 62% center;
    }

    .tp-capability {
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .tp-about-visual {
        max-width: 700px;
        margin: 0 auto;
    }

    .tp-huawei-feature-image,
    .tp-huawei-feature-image img {
        min-height: 490px;
    }

    .tp-huawei-feature-copy {
        min-height: auto;
        padding: 45px 40px;
    }

    .tp-energy-platform {
        grid-template-columns: 1fr;
    }

    .tp-energy-points > div {
        min-height: 150px;
    }

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

    .tp-contact-wrap {
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .tp-logo img {
        width: 235px;
        height: 55px;
    }

    .tp-hero,
    .tp-hero-container {
        min-height: 720px;
    }

    .tp-hero-container {
        padding-top: 70px;
    }

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

    .tp-hero-content > p {
        font-size: 16px;
    }

    .tp-hero-proof {
        gap: 20px;
        margin-top: 37px;
        padding-top: 24px;
    }

    .tp-hero-proof > div {
        width: calc(50% - 10px);
    }

    .tp-capability {
        min-height: 100px;
        padding: 18px 15px;
        gap: 10px;
    }

    .tp-capability strong {
        font-size: 16px;
    }

    .tp-about-visual {
        min-height: 470px;
        padding: 0 30px 30px 0;
    }

    .tp-about-photo {
        min-height: 440px;
    }

    .tp-about-badge {
        width: 160px;
        height: 145px;
        padding: 20px;
    }

    .tp-equipment-card {
        min-height: auto;
    }

    .tp-huawei-feature-image,
    .tp-huawei-feature-image img {
        min-height: 390px;
    }

    .tp-huawei-feature-copy {
        padding: 38px 28px;
    }

    .tp-huawei-feature-copy h3 {
        font-size: 30px;
    }

    .tp-huawei-card {
        grid-template-columns: 1fr;
    }

    .tp-huawei-card-image,
    .tp-huawei-card-image img {
        min-height: 300px;
    }

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

    .tp-energy-points > div {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .tp-partner-card {
        min-height: 145px;
    }

    .tp-solution-panel {
        min-height: 425px;
        padding: 25px;
    }

    .tp-corridor-map {
        height: 260px;
    }

    .tp-solution-stat {
        flex-direction: column;
    }

    .tp-why {
        padding-bottom: 80px;
    }

    .tp-why-wrap {
        padding: 40px 28px;
    }

    .tp-why-item {
        padding: 15px 0 0;
        border-left: 0;
        border-top: 1px solid var(--tp-line);
    }

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

    .tp-contact-wrap {
        padding: 40px 24px;
    }

    .tp-enquiry-form {
        padding: 28px 20px;
    }

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

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

    .tp-hero-actions .th-btn {
        width: 100%;
        justify-content: center;
    }

    .tp-hero-proof > div {
        width: 100%;
    }

    .tp-capability {
        align-items: flex-start;
        flex-direction: column;
    }

    .tp-card-number {
        font-size: 58px;
    }

    .tp-huawei-feature-image,
    .tp-huawei-feature-image img {
        min-height: 300px;
    }

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

    .tp-spec-grid > div {
        min-height: 72px;
    }

    .tp-energy-points {
        grid-template-columns: 1fr;
    }

    .tp-energy-points > div {
        min-height: 125px;
        padding: 22px 26px;
        border-left: 0;
    }

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

    .tp-partner-card {
        min-height: 125px;
    }
}

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

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

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