/* SEO Landing Pages Stylesheet - yikezhilian.com
   仅作用于中间内容区 (.cui-wrap)，head/footer 沉用主站 style.css 的 .header/.wapper/.menu/.con4bg/.footer 样式。 */
.cui-wrap * { box-sizing: border-box; }
.cui-wrap { width: 100%; font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif; color: #333; line-height: 1.7; }
.cui-wrap img { max-width: 100%; height: auto; border: 0; }
.cui-wrap a { color: #c8102e; text-decoration: none; }
.cui-wrap a:hover { color: #8a0b20; }

/* Breadcrumb */
.cui-wrap .cui-breadcrumb { background: #f5f5f5; border-bottom: 1px solid #eaeaea; }
.cui-wrap .cui-breadcrumb-inner { max-width: 1200px; margin: 0 auto; padding: 10px 20px; font-size: 13px; color: #666; }
.cui-wrap .cui-breadcrumb a { color: #666; }
.cui-wrap .cui-breadcrumb a:hover { color: #c8102e; }
.cui-wrap .cui-breadcrumb em { margin: 0 6px; font-style: normal; color: #bbb; }
.cui-wrap .cui-breadcrumb span { color: #333; }

/* Hero */
.cui-hero { background: url(../images/ny-banner.jpg) center/cover no-repeat; color: #fff; padding: 50px 20px; text-align: center; }
.cui-hero h1 { margin: 0 0 16px; font-size: 32px; font-weight: 700; line-height: 1.4; }
.cui-hero .lead { max-width: 900px; margin: 0 auto; font-size: 16px; opacity: .95; }
.cui-hero .cta { display: inline-block; margin-top: 20px; background: #fff; color: #c8102e; padding: 12px 30px; border-radius: 50px; font-weight: 700; font-size: 15px; }
.cui-hero .cta:hover { background: #ffecec; }

/* Container sections */
.cui-section { max-width: 1200px; margin: 40px auto; padding: 0 20px; }
.cui-section h2 { font-size: 26px; color: #222; margin: 0 0 10px; border-left: 4px solid #c8102e; padding-left: 12px; }
.cui-section .sub { color: #888; font-size: 14px; margin-bottom: 20px; }
.cui-section p { font-size: 15px; color: #444; margin: 0 0 14px; text-indent: 2em; }
.cui-section h3 { font-size: 19px; color: #c8102e; margin: 24px 0 10px; }

/* Card grid */
.cui-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.cui-card { background: #fff; border: 1px solid #eaeaea; border-radius: 8px; padding: 18px; transition: .2s; }
.cui-card:hover { border-color: #c8102e; box-shadow: 0 4px 16px rgba(200,16,46,.12); transform: translateY(-2px); }
.cui-card h4 { margin: 0 0 8px; font-size: 17px; color: #222; }
.cui-card h4 a { color: #222; }
.cui-card h4 a:hover { color: #c8102e; }
.cui-card p { font-size: 13px; color: #666; margin: 0; text-indent: 0; }
.cui-card .tag { display: inline-block; background: #fff3f4; color: #c8102e; font-size: 12px; padding: 2px 8px; border-radius: 3px; margin-right: 6px; }

/* Table */
.cui-table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14px; }
.cui-table th, .cui-table td { padding: 10px 12px; border: 1px solid #eaeaea; text-align: left; }
.cui-table th { background: #c8102e; color: #fff; font-weight: 500; }
.cui-table tr:nth-child(even) { background: #fafafa; }

/* FAQ */
.cui-faq .q { font-weight: 700; color: #222; font-size: 16px; margin: 20px 0 8px; padding-left: 28px; position: relative; }
.cui-faq .q::before { content: "Q"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: #c8102e; color: #fff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 13px; }
.cui-faq .a { color: #555; padding-left: 28px; position: relative; font-size: 14px; text-indent: 0; }
.cui-faq .a::before { content: "A"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: #f0f0f0; color: #666; border-radius: 50%; text-align: center; line-height: 22px; font-size: 13px; }

/* CTA block */
.cui-cta { background: #fff3f4; border: 1px solid #fbd0d5; border-radius: 8px; padding: 28px; text-align: center; margin: 30px 0; }
.cui-cta h3 { color: #c8102e; margin: 0 0 10px; font-size: 22px; }
.cui-cta p { color: #666; margin: 0 0 16px; text-indent: 0; }
.cui-cta .btn { display: inline-block; background: #c8102e; color: #fff; padding: 12px 36px; border-radius: 50px; font-weight: 700; font-size: 16px; }
.cui-cta .btn:hover { background: #8a0b20; color: #fff; }

/* Inline link list */
.cui-linklist { display: flex; flex-wrap: wrap; gap: 8px 14px; }
.cui-linklist a { background: #f5f5f5; padding: 6px 12px; border-radius: 4px; font-size: 13px; color: #555; }
.cui-linklist a:hover { background: #c8102e; color: #fff; }

/* Footer */
.cui-footer { background: #222; color: #aaa; margin-top: 40px; }
.cui-footer-inner { max-width: 1200px; margin: 0 auto; padding: 40px 20px 20px; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 30px; }
.cui-footer h4 { color: #fff; font-size: 16px; margin: 0 0 14px; }
.cui-footer p { color: #aaa; font-size: 13px; margin: 0 0 10px; }
.cui-footer a { display: block; color: #aaa; font-size: 13px; padding: 4px 0; }
.cui-footer a:hover { color: #fff; }
.cui-footer .cui-addr { line-height: 1.9; }
.cui-footer .cui-addr a { display: inline; color: #fff; }
.cui-copyright { border-top: 1px solid #333; padding: 16px 20px; text-align: center; font-size: 12px; color: #777; max-width: 1200px; margin: 0 auto; }
.cui-copyright a { color: #aaa; }

/* Responsive */
@media (max-width: 900px) {
  .seo-header-inner { justify-content: center; }
  .seo-nav { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; }
  .seo-phone { text-align: center; }
  .cui-hero h1 { font-size: 22px; }
  .cui-hero { padding: 30px 16px; }
  .cui-section { margin: 24px auto; }
  .cui-section h2 { font-size: 20px; }
  .cui-footer-inner { grid-template-columns: 1fr 1fr; gap: 20px; padding: 30px 16px 16px; }
}
@media (max-width: 500px) {
  .cui-footer-inner { grid-template-columns: 1fr; }
}
