/**
 * PC端版权声明页面样式
 *
 * @package HiTemp
 * @since 1.0.0
 */

.copyright-page {
    background: #f8fafc;
}

.copyright-page .article-hero {
    background: linear-gradient(135deg, #f66600 0%, #ff8534 50%, #ffa366 100%);
    position: relative;
    overflow: hidden;
    height: 200px;
    display: flex;
    align-items: center;
}

.copyright-page .article-hero .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.copyright-page .article-hero .hero-content {
    max-width: 600px;
}

.copyright-page .article-hero .hero-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.3;
}

.copyright-page .article-hero .hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    min-height: 29px;
}

.copyright-page .article-hero .hero-decoration {
    position: relative;
    width: 200px;
    height: 200px;
}

.copyright-page .article-hero .deco-icon {
    width: 140px;
    height: 140px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    left: 30px;
    transform: rotate(-8deg);
    backdrop-filter: blur(4px);
}

.copyright-page .article-hero .deco-icon i {
    font-size: 64px;
    color: rgba(255, 255, 255, 0.9);
}

.copyright-page .article-hero .deco-dots {
    width: 100px;
    height: 100px;
    background-image: radial-gradient(rgba(255, 255, 255, 0.4) 2px, transparent 2px);
    background-size: 12px 12px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.copyright-page .content-section {
    padding: 60px 0;
}

.copyright-page .section-content {
    width: 100%;
    background: #fff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.copyright-page .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 30px;
}

.copyright-page .subsection-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    margin: 30px 0 16px 0;
}

.copyright-page .content-text {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
}

.copyright-page .content-text p {
    margin-bottom: 16px;
}

.copyright-page .update-date {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
    font-size: 14px;
    color: #94a3b8;
    text-align: right;
}
