﻿#PatentPage {
    --PatentPrimaryColor: #0f766e;
    --PatentPrimaryDarkColor: #0b5f59;
    --PatentAccentColor: #c2a85a;
    --PatentTextColor: #1f2d3d;
    --PatentMutedTextColor: #6c7a86;
    --PatentBorderColor: #dfe7ea;
    --PatentBackgroundColor: #f7fafb;
    --PatentWhiteColor: #ffffff;
    --PatentSoftColor: #f1f7f7;
    color: var(--PatentTextColor);
    background: var(--PatentBackgroundColor);
    padding-bottom: 50px;
}

#PatentPage .patent-hero-section {
    background: url(../Content/img/Patents.jpg);
    padding: 90px 0 80px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    height: 500px;
    background-size: cover;
    background-position: 70% -0px;
}

    #PatentPage .patent-hero-section:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0,0.6);
        z-index: 0;
    }

    #PatentPage .patent-hero-section:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 320px;
        height: 320px;
        background: rgba(255, 255, 255, 0.04);
        border-radius: 50%;
        transform: translate(100px, 110px);
    }

#PatentPage .patent-breadcrumb-wrapper {
    margin-bottom: 20px;
    font-size: 14px;
    opacity: 0.95;
    position: relative;
    z-index: 2;
}

    #PatentPage .patent-breadcrumb-wrapper a {
        color: #ffffff;
        text-decoration: none;
    }

    #PatentPage .patent-breadcrumb-wrapper span {
        margin: 0 4px;
    }

#PatentPage .patent-hero-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

#PatentPage .patent-hero-description {
    font-size: 18px;
    line-height: 2;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 26px;
    position: relative;
    z-index: 2;
}

#PatentPage .patent-hero-button {
    display: inline-block;
    background: var(--PatentAccentColor);
    color: #ffffff;
    border: 1px solid var(--PatentAccentColor);
    border-radius: 10px;
    padding: 12px 26px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

    #PatentPage .patent-hero-button:hover {
        background: #af9546;
        border-color: #af9546;
        color: #ffffff;
        text-decoration: none;
    }

#PatentPage .patent-statistics-section {
    margin-top: -40px;
    position: relative;
    z-index: 5;
}

#PatentPage .patent-statistics-card {
    background: var(--PatentWhiteColor);
    border: 1px solid var(--PatentBorderColor);
    border-radius: 16px;
    padding: 24px 18px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    margin-bottom: 25px;
    min-height: 165px;
    transition: all 0.3s ease;
}

    #PatentPage .patent-statistics-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    }

#PatentPage .patent-statistics-icon {
    width: 68px;
    height: 68px;
    line-height: 68px;
    margin: 0 auto 14px auto;
    border-radius: 50%;
    background: rgba(15, 118, 110, 0.08);
    color: var(--PatentPrimaryColor);
    font-size: 26px;
}

#PatentPage .patent-statistics-number {
    font-size: 32px;
    font-weight: 800;
    color: var(--PatentPrimaryColor);
    margin-bottom: 8px;
}

#PatentPage .patent-statistics-label {
    font-size: 15px;
    color: var(--PatentMutedTextColor);
    line-height: 1.8;
}

#PatentPage .patent-section-block {
    padding: 35px 0 15px 0;
}

#PatentPage .patent-section-title {
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
    color: var(--PatentTextColor);
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

    #PatentPage .patent-section-title:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 4px;
        background: var(--PatentAccentColor);
        border-radius: 40px;
    }

#PatentPage .latest-patent-card {
    background: var(--PatentWhiteColor);
    border: 1px solid var(--PatentBorderColor);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.05);
}

#PatentPage .latest-patent-row {
    margin: 0;
}

#PatentPage .latest-patent-image-column,
#PatentPage .latest-patent-content-column {
    padding: 0;
}

#PatentPage .latest-patent-image {
    height: 530px;
    width: 501px;
    min-height: 400px;
    /* object-fit: cover;*/
    display: block;
}

#PatentPage .latest-patent-content {
    padding: 30px 26px;
}

#PatentPage .latest-patent-badge {
    display: inline-block;
    background: rgba(15, 118, 110, 0.10);
    color: var(--PatentPrimaryColor);
    font-size: 13px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 30px;
    margin-bottom: 14px;
}

#PatentPage .latest-patent-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.8;
    margin-bottom: 18px;
    color: var(--PatentTextColor);
}

#PatentPage .latest-patent-meta-list {
    margin-bottom: 16px;
    color: var(--PatentMutedTextColor);
    font-size: 15px;
    line-height: 2;
}

    #PatentPage .latest-patent-meta-list i {
        color: var(--PatentPrimaryColor);
        width: 22px;
    }

#PatentPage .latest-patent-body {
    font-size: 16px;
    line-height: 2;
    color: var(--PatentMutedTextColor);
    margin-bottom: 22px;
}

#PatentPage .latest-patent-button {
    display: inline-block;
    background: var(--PatentPrimaryColor);
    color: #ffffff;
    border: 1px solid var(--PatentPrimaryColor);
    border-radius: 10px;
    padding: 11px 24px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

    #PatentPage .latest-patent-button:hover {
        background: var(--PatentPrimaryDarkColor);
        border-color: var(--PatentPrimaryDarkColor);
        color: #ffffff;
        text-decoration: none;
    }

#PatentPage .patent-cards-section {
    padding-top: 20px;
}

#PatentPage .patent-card {
    background: var(--PatentWhiteColor);
    border: 1px solid var(--PatentBorderColor);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    height: 100%;
}

    #PatentPage .patent-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07);
    }

#PatentPage .patent-card-image-wrapper {
    height: 170px;
    overflow: hidden;
    background: var(--PatentSoftColor);
}

#PatentPage .patent-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#PatentPage .patent-card-body-wrapper {
    padding: 16px;
}

#PatentPage .patent-card-date {
    font-size: 13px;
    color: var(--PatentAccentColor);
    font-weight: 700;
    margin-bottom: 8px;
}

#PatentPage .patent-card-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.7;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 62px;
    max-height: 62px;
    overflow: hidden;
    color: var(--PatentTextColor);
}

#PatentPage .patent-card-body-text {
    font-size: 14px;
    line-height: 1.9;
    color: var(--PatentMutedTextColor);
    min-height: 78px;
    max-height: 78px;
    overflow: hidden;
    margin-bottom: 14px;
}

#PatentPage .patent-card-meta {
    border-top: 1px solid #edf2f4;
    padding-top: 12px;
    margin-top: 10px;
    font-size: 13px;
    color: var(--PatentMutedTextColor);
    line-height: 2;
}

    #PatentPage .patent-card-meta i {
        color: var(--PatentPrimaryColor);
        width: 18px;
    }

#PatentPage .patent-card-button {
    display: inline-block;
    margin-top: 14px;
    background: transparent;
    color: var(--PatentPrimaryColor);
    border: 1px solid var(--PatentPrimaryColor);
    border-radius: 9px;
    padding: 9px 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

    #PatentPage .patent-card-button:hover {
        background: var(--PatentPrimaryColor);
        color: #ffffff;
        text-decoration: none;
    }

#PatentPage .patent-empty-box {
    background: #ffffff;
    border: 1px solid var(--PatentBorderColor);
    border-radius: 18px;
    padding: 35px 20px;
    text-align: center;
    color: var(--PatentMutedTextColor);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}


#PatentPage .latest-patent-card {
    height: 460px;
    background: var(--PatentWhiteColor);
    border: 1px solid var(--PatentBorderColor);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.05);
}

#PatentPage .latest-patent-row {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: 0;
}

#PatentPage .latest-patent-image-column,
#PatentPage .latest-patent-content-column {
    height: 100%;
    padding: 0;
}

#PatentPage .latest-patent-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#PatentPage .latest-patent-content {
    height: 100%;
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#PatentPage .latest-patent-badge {
    flex-shrink: 0;
    display: inline-block;
    background: rgba(15, 118, 110, 0.10);
    color: var(--PatentPrimaryColor);
    font-size: 13px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 30px;
    margin-bottom: 14px;
}

#PatentPage .latest-patent-title {
    flex-shrink: 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.8;
    margin-bottom: 14px;
    color: var(--PatentTextColor);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#PatentPage .latest-patent-meta-list {
    flex-shrink: 0;
    margin-bottom: 14px;
    color: var(--PatentMutedTextColor);
    font-size: 15px;
    line-height: 2;
}

    #PatentPage .latest-patent-meta-list i {
        color: var(--PatentPrimaryColor);
        width: 22px;
    }

#PatentPage .latest-patent-body {
    flex: 1;
    font-size: 16px;
    line-height: 2;
    color: var(--PatentMutedTextColor);
    margin-bottom: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

#PatentPage .latest-patent-button {
    flex-shrink: 0;
    align-self: flex-start;
    display: inline-block;
    background: var(--PatentPrimaryColor);
    color: #ffffff;
    border: 1px solid var(--PatentPrimaryColor);
    border-radius: 10px;
    padding: 11px 24px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

    #PatentPage .latest-patent-button:hover {
        background: var(--PatentPrimaryDarkColor);
        border-color: var(--PatentPrimaryDarkColor);
        color: #ffffff;
        text-decoration: none;
    }

@media (max-width: 991px) {
    #PatentPage .patent-hero-title {
        font-size: 32px;
    }

    #PatentPage .latest-patent-title {
        font-size: 24px;
    }

    #PatentPage .latest-patent-image {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    #PatentPage .patent-hero-section {
        padding: 70px 0 60px 0;
    }

    #PatentPage .patent-hero-title {
        font-size: 27px;
    }

    #PatentPage .patent-hero-description {
        font-size: 16px;
    }

    #PatentPage .patent-statistics-section {
        margin-top: 20px;
    }

    #PatentPage .latest-patent-content {
        padding: 22px 18px;
    }

    #PatentPage .latest-patent-image {
        min-height: 240px;
    }
}
@media (max-width: 991px) {
    #PatentPage .latest-patent-card {
        height: auto;
    }

    #PatentPage .latest-patent-row {
        display: block;
        height: auto;
    }

    #PatentPage .latest-patent-image-column,
    #PatentPage .latest-patent-content-column {
        height: auto;
    }

    #PatentPage .latest-patent-image {
        height: 280px;
    }

    #PatentPage .latest-patent-title {
        -webkit-line-clamp: 2;
    }

    #PatentPage .latest-patent-body {
        -webkit-line-clamp: 5;
    }
}



#DetailPage .patent-detail-side-card {
    padding: 24px 20px;
    background: #f6f6f6 none repeat scroll 0 0;
}

    #DetailPage .patent-detail-side-title {
        display: inline-block;
        font-size: 24px;
        font-weight: 800;
        color: #1f2d3d;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 10px;
    }

    #DetailPage .patent-detail-side-title:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: #0d8e79;
        border-radius: 40px;
    }

#DetailPage .patent-detail-info-item {
    padding: 14px 0;
    border-bottom: 1px solid #edf2f4;
}

    #DetailPage .patent-detail-info-item:last-of-type {
        border-bottom: none;
    }

#DetailPage .patent-detail-info-label {
    display: block;
    font-size: 14px;
    color: #6c7a86;
    margin-bottom: 6px;
}

#DetailPage .patent-detail-info-value {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #1f2d3d;
    line-height: 1.9;
}



