/* FTIR.fun — 文案横向铺满（2026-09-25 Bob 要求）
   ---------------------------------------------------------------
   全站所有说明性文案（标题/导语/正文/小节头）跟着容器铺满，
   只有真的放不下才折行；不再用 500–880px 之类的「可读性限宽」
   在宽屏上把一句话硬折成好几行、旁边空一大块。

   说明：
   - 只放开 max-width，不动容器宽度（--ft2-max / --ft-container）与栅格列，
     所以两栏布局（文案 + 配图）里文案仍然只占自己那一列。
   - 本文件在 _base_wide.html 里最后加载；这里统一用 !important，
     因为基础层有几条同名规则本身带 !important，且各页面族的样式表
     加载顺序不一致，靠顺序或优先级去赌太脆。
   - 卡片内的小元素（徽标、页脚分栏、工具栏用户区、表单宽度、图片容器）
     不在此列，它们不是「一句话被折成多行」的文案块。
   - 要还原：删掉 _base_wide.html 里对本文件的引用即可（或注释掉对应行）。 */

/* redesign v2 基础层 */
.ft2-lead,.ftx-lead,
.ft2-hero__lead,
.ft2-section__head,
.ft2-find__header,
.ft2-formats__hero,
.ft2-access-hero__copy,
.ft2-access-hero__copy p,
.svp-hero__desc,.ft-page-lead,
.ft-advanced-shell .svp-hero,
.ft2-auth-page__context h1,.ft2-auth-page__context p,

/* redesign v1 遗留层 */
.ftx-display,
.ftx-hero__lead,
.ftx-section__head,
.ftx-core-card__text,
.ftx-final__copy,

/* 站内视觉修补层 / 各业务页族 */
.ft-workflow-context__head h2,.ft-workflow-context__head p,
.ft-mcp-hero__desc,
.ftcw-section__head,
.hal-guide-hero h1,.hal-start__head p,
.ft-home-panel__head,.ft-hero-final__desc,.ft-enterprise__title,.ft-enterprise__sub,.ft-topic-banner__intro,
.ent-hero__text,.ent-section__head>p,
.ft2-library-next .ft2-h2,
.rp-section-head,.rp-hero h1,.rp-hero__lead,.rp-page-header h1,.rp-page-header p,
.rg-page h1,.rg-lead,.rg-intro,
.result-review-hero__copy,
.ft-scientific-feedback__intro,.ft-report-conclusion__paragraph,
.ft-step-block__text,
.ft-strategic-lead,.ft-strategic-section h2,.ft-about-hero h1,.ft-about-section__head,
.ft-analysis-shell__header--result h1,.ft-services-hero h1,
.tae-hero__lead,.tae-section__head p {
  max-width: none !important;
}
