/* ============================================================
   医院体检预约管理系统 - 整合页样式（与站点统一风格 / 符合 SEO·GEO 规范）
   品牌色: #0e9f8e (青绿)
   ============================================================ */

/* -------------------- 基础 -------------------- */
.tijian-page {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    color: #14322e;
    line-height: 1.7;
    overflow-x: hidden;
}
.tijian-wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.tijian-page a { color: #0b7d70; text-decoration: none; }
.tijian-page img { max-width: 100%;height: auto; }

/* -------------------- HERO 横幅 -------------------- */
.tijian-hero {
    position: relative;
    padding: 96px 0 64px;
    background:
        radial-gradient(1100px 500px at 80% -10%, rgba(58, 208, 187, .18), transparent 60%),
        linear-gradient(180deg, #f4faf8, #fff);
}
.tijian-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.tijian-badge {
    display: inline-block; background: #e6f7f4; color: #0b7d70; font-weight: 700;
    font-size: 13px; padding: 6px 14px; border-radius: 999px; letter-spacing: .5px;
}
.tijian-hero h1 { font-size: 42px; line-height: 1.25; margin: 18px 0 14px; letter-spacing: -.5px; }
.tijian-hero h1 .hl { color: #0e9f8e; }
.tijian-lead { font-size: 18px; color: #5a6b67; margin: 0 0 26px; max-width: 560px; }
.tijian-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.tijian-btn {
    display: inline-block; padding: 11px 22px; border-radius: 999px; font-weight: 700; font-size: 15px;
    background: #0e9f8e; color: #fff; box-shadow: 0 10px 30px rgba(14, 159, 142, .10); transition: .2s;
}
.tijian-btn:hover { background: #0b7d70; transform: translateY(-1px); color: #fff; }
.tijian-btn.ghost { background: #fff; color: #0b7d70; border: 1px solid #e2efeb; box-shadow: none; }
.tijian-stats { display: flex; gap: 28px; margin-top: 34px; flex-wrap: wrap; }
.tijian-stats strong { display: block; font-size: 26px; color: #0b7d70; }
.tijian-stats span { font-size: 13px; color: #5a6b67; }
.tijian-hero-card { background: #fff; border: 1px solid #e2efeb; border-radius: 20px; padding: 26px; box-shadow: 0 10px 30px rgba(14, 159, 142, .10); }
.tijian-hero-card h3 { margin: 0 0 14px; font-size: 17px; }
.tijian-flow { display: flex; flex-direction: column; gap: 12px; }
.tijian-flow .step { display: flex; gap: 12px; align-items: flex-start; }
.tijian-flow .num { flex: 0 0 28px; height: 28px; border-radius: 8px; background: #e6f7f4; color: #0b7d70; font-weight: 800; display: grid; place-items: center; font-size: 14px; }
.tijian-flow p { margin: 0; font-size: 14px; color: #5a6b67; }

/* -------------------- 通用区块 -------------------- */
.tijian-section { padding: 64px 0; }
.tijian-section.soft { background: #f4faf8; }
.tijian-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.tijian-head h2 { font-size: 32px; margin: 0 0 12px; letter-spacing: -.4px; }
.tijian-head p { color: #5a6b67; font-size: 17px; margin: 0; }

/* -------------------- 功能卡片 -------------------- */
.tijian-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tijian-card { background: #fff; border: 1px solid #e2efeb; border-radius: 16px; padding: 24px; transition: .2s; }
.tijian-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(14, 159, 142, .10); border-color: #0e9f8e; }
.tijian-card .ic { width: 46px; height: 46px; border-radius: 12px; background: #e6f7f4; color: #0b7d70; display: grid; place-items: center; margin-bottom: 14px; font-size: 22px; }
.tijian-card h3 { margin: 0 0 8px; font-size: 18px; }
.tijian-card p { margin: 0; color: #5a6b67; font-size: 14.5px; }

/* -------------------- 适用对象 -------------------- */
.tijian-audience { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tijian-aud { background: #fff; border-radius: 16px; padding: 26px; border: 1px solid #e2efeb; }
.tijian-aud h3 { margin: 0 0 8px; font-size: 18px; }
.tijian-aud p { margin: 0; color: #5a6b67; font-size: 14.5px; }

/* -------------------- 优势 -------------------- */
.tijian-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tijian-why { text-align: center; }
.tijian-why .ic { width: 50px; height: 50px; border-radius: 14px; background: #fff; border: 1px solid #e2efeb; color: #0e9f8e; display: grid; place-items: center; margin: 0 auto 12px; font-size: 22px; }
.tijian-why h3 { font-size: 16px; margin: 0 0 6px; }
.tijian-why p { font-size: 13.5px; color: #5a6b67; margin: 0; }

/* -------------------- FAQ -------------------- */
.tijian-faq details { border: 1px solid #e2efeb; border-radius: 12px; padding: 4px 18px; margin-bottom: 12px; background: #fff; }
.tijian-faq summary { cursor: pointer; font-weight: 700; padding: 14px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.tijian-faq summary::-webkit-details-marker { display: none; }
.tijian-faq summary::after { content: "+"; color: #0e9f8e; font-size: 22px; font-weight: 700; }
.tijian-faq details[open] summary::after { content: "\2212"; }
.tijian-faq .ans { padding: 0 0 16px; color: #5a6b67; font-size: 15px; }

/* -------------------- CTA 行动号召 -------------------- */
.tijian-cta-band { background: linear-gradient(135deg, #0e9f8e, #16b8a3); color: #fff; border-radius: 24px; padding: 48px; text-align: center; }
.tijian-cta-band h2 { margin: 0 0 10px; font-size: 30px; }
.tijian-cta-band p { margin: 0 0 24px; opacity: .92; font-size: 17px; }
.tijian-cta-band .tijian-btn { background: #fff; color: #0b7d70; }
.tijian-cta-band .tijian-btn.ghost { background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, .6); }

/* -------------------- 首页介绍区块（随 layout 全局加载） -------------------- */
.tijian-home-intro { padding: 80px 0; background: #fff; }
.tijian-home-intro .section-header { text-align: center; margin-bottom: 46px; }
.tijian-home-intro .section-label {
    display: inline-block; font-size: 13px; font-weight: 700; color: #0b7d70;
    background: #e6f7f4; padding: 4px 16px; border-radius: 20px;
    margin-bottom: 12px; letter-spacing: 1px; text-transform: uppercase;
}
.tijian-home-intro .section-header h2 { font-size: 34px; font-weight: 800; color: #14322e; margin: 0 0 10px; }
.tijian-home-intro .section-desc { font-size: 16px; color: #64748b; max-width: 600px; margin: 0 auto; }

.tijian-home-body { display: grid; grid-template-columns: 1.6fr .85fr; gap: 40px; align-items: stretch; }
.tijian-home-points { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.tijian-point { background: #fff; border: 1px solid #e2efeb; border-radius: 16px; padding: 24px; transition: .25s; }
.tijian-point:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(14, 159, 142, .12); border-color: #0e9f8e; }
.tijian-point .pt-ic { width: 46px; height: 46px; border-radius: 12px; background: #e6f7f4; color: #0b7d70; display: grid; place-items: center; font-size: 20px; margin-bottom: 14px; }
.tijian-point h3 { margin: 0 0 6px; font-size: 17px; color: #14322e; }
.tijian-point p { margin: 0; font-size: 14px; color: #5a6b67; }

.tijian-home-panel { background: linear-gradient(155deg, #0e9f8e, #16b8a3); border-radius: 22px; padding: 32px; color: #fff; display: flex; flex-direction: column; box-shadow: 0 20px 45px rgba(14, 159, 142, .22); }
.tijian-home-panel-head strong { display: block; font-size: 20px; margin-bottom: 6px; }
.tijian-home-panel-head span { font-size: 13px; opacity: .9; line-height: 1.6; }
.tijian-home-stats { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 14px; flex: 1; }
.tijian-home-stats li { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, .18); padding-bottom: 12px; }
.tijian-home-stats li:last-child { border-bottom: none; padding-bottom: 0; }
.tijian-home-stats strong { font-size: 22px; }
.tijian-home-stats span { font-size: 13px; opacity: .9; }
.tijian-home-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #fff; color: #0b7d70; font-weight: 700; padding: 12px 22px; border-radius: 999px; transition: .2s; }
.tijian-home-btn:hover { background: #f4faf8; color: #0b7d70; transform: translateY(-1px); }

/* -------------------- 响应式 -------------------- */
@media (max-width: 900px) {
    .tijian-hero-grid { grid-template-columns: 1fr; }
    .tijian-cards, .tijian-audience { grid-template-columns: 1fr 1fr; }
    .tijian-why-grid { grid-template-columns: 1fr 1fr; }
    .tijian-hero h1 { font-size: 32px; }
    .tijian-home-body { grid-template-columns: 1fr; }
    .tijian-home-points { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .tijian-cards, .tijian-audience, .tijian-why-grid { grid-template-columns: 1fr; }
    .tijian-home-points { grid-template-columns: 1fr; }
    .tijian-cta-band { padding: 32px 22px; }
}

/* -------------------- HERO 配图 -------------------- */
.tijian-hero-media img { width: 100%; border-radius: 20px; box-shadow: 0 24px 60px rgba(14, 159, 142, .18); display: block; }

/* -------------------- 预约流程四步 -------------------- */
.tijian-steps-band { background: #fff; padding: 0 0 8px; }
.tijian-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: -36px; position: relative; z-index: 2; }
.tijian-steps .step { background: #fff; border: 1px solid #e2efeb; border-radius: 16px; padding: 20px; display: flex; gap: 14px; align-items: flex-start; box-shadow: 0 10px 30px rgba(14, 159, 142, .08); }
.tijian-steps .num { flex: 0 0 30px; height: 30px; border-radius: 9px; background: #0e9f8e; color: #fff; font-weight: 800; display: grid; place-items: center; }
.tijian-steps b { display: block; font-size: 16px; color: #14322e; }
.tijian-steps p { margin: 4px 0 0; font-size: 13px; color: #5a6b67; }

/* -------------------- 系统界面预览 -------------------- */
.tijian-shots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tijian-shot { margin: 0; background: #fff; border: 1px solid #e2efeb; border-radius: 18px; overflow: hidden; box-shadow: 0 10px 30px rgba(14, 159, 142, .08); display: flex; flex-direction: column; }
.tijian-shot .shot-bar { display: flex; align-items: center; gap: 8px; background: #0e9f8e; color: #fff; font-size: 13px; font-weight: 700; padding: 10px 14px; }
.tijian-shot .shot-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, .8); }
.tijian-shot .shot-body { padding: 14px; font-size: 13px; color: #5a6b67; flex: 1; }
.tijian-shot .shot-tabs { display: flex; gap: 14px; margin-bottom: 12px; border-bottom: 1px solid #eef4f2; padding-bottom: 8px; }
.tijian-shot .shot-tabs span { color: #9bb3ad; font-size: 12px; }
.tijian-shot .shot-tabs span.on { color: #0e9f8e; font-weight: 700; }
.tijian-shot .shot-pkg { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px dashed #eef4f2; }
.tijian-shot .shot-pkg b { color: #14322e; font-size: 14px; }
.tijian-shot .shot-pkg span { color: #0e9f8e; font-weight: 700; }
.tijian-shot .shot-pkg button { border: none; background: #e6f7f4; color: #0b7d70; font-size: 12px; padding: 4px 10px; border-radius: 999px; cursor: pointer; }
.tijian-shot .shot-banner { margin-top: 12px; background: #f4faf8; color: #0b7d70; border-radius: 10px; padding: 10px 12px; font-size: 12px; }
.tijian-shot .shot-seg { display: flex; gap: 10px; margin-bottom: 12px; }
.tijian-shot .shot-seg span { padding: 5px 14px; border: 1px solid #e2efeb; border-radius: 999px; font-size: 12px; color: #5a6b67; }
.tijian-shot .shot-seg span.on { background: #0e9f8e; color: #fff; border-color: #0e9f8e; }
.tijian-shot .shot-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; }
.tijian-shot .shot-row label { color: #9bb3ad; }
.tijian-shot .shot-slots { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 12px; }
.tijian-shot .shot-slots span { border: 1px solid #e2efeb; border-radius: 8px; padding: 5px 10px; font-size: 12px; color: #5a6b67; }
.tijian-shot .shot-slots span.on { background: #e6f7f4; color: #0b7d70; border-color: #0e9f8e; }
.tijian-shot .shot-field { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px dashed #eef4f2; }
.tijian-shot .shot-field label { color: #9bb3ad; }
.tijian-shot .shot-field i { color: #c2d2ce; font-style: normal; font-size: 12px; }
.tijian-shot .shot-slip .slip-no { background: #f4faf8; border-radius: 10px; padding: 8px 12px; color: #0b7d70; font-weight: 700; margin-bottom: 10px; }
.tijian-shot .shot-submit { width: 100%; margin-top: 12px; border: none; background: #0e9f8e; color: #fff; font-weight: 700; padding: 10px; border-radius: 10px; cursor: pointer; }
.tijian-shot figcaption { padding: 10px 14px; font-size: 12px; color: #9bb3ad; border-top: 1px solid #eef4f2; }

/* -------------------- 适用对象配图 -------------------- */
.tijian-aud-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.tijian-aud-media img { width: 100%; border-radius: 20px; box-shadow: 0 20px 50px rgba(14, 159, 142, .14); display: block; }
.tijian-aud-list .tijian-aud { margin-bottom: 16px; }

/* -------------------- 响应式补充 -------------------- */
@media (max-width: 1100px) {
    .tijian-shots { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .tijian-steps { grid-template-columns: repeat(2, 1fr); margin-top: 24px; }
    .tijian-aud-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .tijian-shots { grid-template-columns: 1fr; }
    .tijian-steps { grid-template-columns: 1fr; }
}
