@charset "UTF-8";
/* 靓永吉名网 子主题自定义样式（新首页 + 业务页） */
.lyb-page { max-width: 860px; margin: 0 auto; padding: 20px 15px; }
.lyb-page-title { text-align: center; color: #5a2d1f; }

/* 首页 Hero */
.lyb-hero { background: linear-gradient(135deg, #7a1f14 0%, #a33327 55%, #c0392b 100%); color: #fff; text-align: center; padding: 64px 20px 58px; }
.lyb-hero-title { font-size: 34px; margin: 0 0 14px; color: #fff; letter-spacing: 2px; }
.lyb-hero-sub { font-size: 16px; line-height: 1.9; color: #f7e6dc; margin: 0 0 26px; }
.lyb-hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.lyb-btn-ghost { background: transparent; border: 2px solid #f0c98a; color: #f0c98a !important; }
.lyb-btn-ghost:hover { background: rgba(240,201,138,.15); }

/* 通用区块 */
.lyb-container { max-width: 1080px; margin: 0 auto; padding: 0 16px; }
.lyb-section { padding: 44px 0; }
.lyb-section:nth-child(even) { background: #fdf8f1; }
.lyb-section-title { text-align: center; color: #5a2d1f; font-size: 24px; margin: 0 0 26px; position: relative; }
.lyb-section-title::after { content: ""; display: block; width: 60px; height: 3px; background: #c8a45d; margin: 10px auto 0; border-radius: 2px; }

/* 五大理由 */
.lyb-reasons { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.lyb-reason { background: #fff; border: 1px solid #eee2cf; border-radius: 10px; padding: 20px 16px; text-align: center; transition: all .2s; }
.lyb-reason:hover { box-shadow: 0 4px 14px rgba(163,51,39,.1); transform: translateY(-3px); }
.lyb-reason-num { color: #c8a45d; font-size: 20px; font-weight: 700; }
.lyb-reason h3 { color: #a33327; margin: 8px 0; font-size: 17px; }
.lyb-reason p { color: #777; font-size: 13px; line-height: 1.7; margin: 0; }

/* 表单区 */
.lyb-section-form .lyb-card { max-width: 720px; margin: 0 auto; }

/* 案例 */
.lyb-cases { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.lyb-case { background: #fff; border: 1px solid #eee2cf; border-left: 4px solid #c8a45d; border-radius: 8px; padding: 18px; }
.lyb-case h3 { margin: 0 0 8px; color: #5a2d1f; }
.lyb-case-meta { color: #999; font-size: 13px; margin: 0 0 6px; }
.lyb-case-name { font-size: 24px; color: #a33327; font-weight: 700; margin: 0 0 6px; }
.lyb-case-name em { font-style: normal; font-size: 14px; color: #c8a45d; margin-left: 6px; }
.lyb-case-desc { color: #666; font-size: 14px; line-height: 1.7; margin: 0; }

/* 评价 */
.lyb-review-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 22px; }
.lyb-review-tags span { background: #fff; border: 1px solid #c8a45d; color: #a33327; border-radius: 20px; padding: 6px 16px; font-size: 14px; }
.lyb-reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.lyb-reviews blockquote { margin: 0; background: #fff; border: 1px solid #eee2cf; border-radius: 8px; padding: 16px 18px; color: #666; line-height: 1.8; font-size: 14px; }

/* FAQ */
.lyb-faq { max-width: 760px; margin: 0 auto; }
.lyb-faq-item { background: #fff; border: 1px solid #eee2cf; border-radius: 8px; padding: 14px 18px; margin-bottom: 12px; }
.lyb-faq-item h3 { color: #a33327; font-size: 16px; margin: 0 0 6px; }
.lyb-faq-item p { color: #666; line-height: 1.8; margin: 0; font-size: 14px; }

/* 联系 */
.lyb-section-contact { text-align: center; }
.lyb-section-contact p { color: #666; font-size: 16px; }

/* 资讯列表在首页的间距 */
.lyb-news-list { max-width: 760px; margin: 0 auto; }

@media (max-width: 640px) {
	.lyb-hero { padding: 40px 16px 36px; }
	.lyb-hero-title { font-size: 25px; }
	.lyb-hero-sub { font-size: 14px; }
	.lyb-section { padding: 32px 0; }
}
