/**
 * Theme Name: Astra Child ToolAI
 * Theme URI: https://www.zs-shanjiao.com/
 * Description: ToolAI.im 博客子主题 — 新版落地页首页
 * Author: ToolAI
 * Template: astra
 * Version: 2.2.2
 * Text Domain: astra-child-toolai
 */

/* 中文字体优化 */
body,
button,
input,
select,
textarea {
    font-family: "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* 首页隐藏默认文章列表标题区 */
.home .ast-archive-description,
.home .page-header {
    display: none;
}

/* 首页全宽：对齐 cryptotradingcafe 的 ast-full-width-layout */
body.home #page {
    --ast-normal-container-width: 1240px;
}

body.home #content,
body.home .site-content {
    padding: 0;
}

body.home .site-content .ast-container,
body.home #primary,
body.home .site-main {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.home.ast-separate-container #primary,
body.home.ast-separate-container .ast-article-single,
body.home.ast-separate-container .ast-separate-container {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

/* 页脚微调 */
.site-footer .footer-widget-area h4 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
}

.site-footer .footer-widget-area p {
    margin: 0;
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.8;
}

/* 深色四栏页脚（参考 cryptotradingcafe） */
.site-primary-footer-wrap {
    background: #0f172a !important;
}

.site-primary-footer-wrap,
.site-primary-footer-wrap a {
    color: #cbd5e1;
}

.site-primary-footer-wrap a:hover {
    color: #ffffff;
}

.ast-footer-copyright {
    background: #0b1220 !important;
    color: #94a3b8 !important;
}

.ast-footer-copyright a {
    color: #cbd5e1 !important;
}
