/*
 Theme Name:   ShineCore Child
 Theme URI:    https://shinecore.ai
 Description:  闪科芯联官网子主题，基于 Twenty Twenty-Five
 Author:       ShineCore
 Author URI:   https://shinecore.ai
 Template:     twentytwentyfive
 Version:      1.2.3
*/

html, body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    background: #ffffff;
}
body {
    padding: 0 !important;
}

/* 1) 顶部中灰色背景 */
.sc-topbar {
    width: 100% !important;
    height: 84px !important;
    min-height: 84px !important;
    background-color: #b0b0b0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
}

/* 2) 闪科芯联（纯文字，可选中，不跳链接） */
.sc-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #005090 !important;
    margin: 0 0 0 8vw !important;
    -webkit-user-select: text !important;
    -webkit-touch-callout: default !important;
    user-select: text !important;
}

/* 3) Logo */
.sc-logo {
    width: 145px !important;
    height: 40px !important;
    margin-left: 10px !important;
    object-fit: contain !important;
    border: none !important;
    transform: translateY(-5px) !important;
}

/* 4) 中间动画：铺满，高度 = 视口 - 上下灰栏 */
main {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}
.sp-animation {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    height: calc(100vh - 168px) !important;
    background: #0a0a0f !important;
    box-sizing: border-box !important;
}
/* 竖屏手机：降低动画区高度，减少底部黑边 */
@media (orientation: portrait) {
    .sp-animation {
        height: calc(50vh - 140px) !important;
        min-height: 420px !important;
    }
}

/* 5) 底部中灰色背景 */
.sc-bottombar {
    width: 100% !important;
    height: 84px !important;
    min-height: 84px !important;
    background-color: #b0b0b0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

/* 6) 联系方式 */
.sc-contact {
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
