| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"> |
| 2 | <!-- Full-bleed closing image --> |
| 3 | <image href="../images/closing_mountain.png" x="0" y="0" width="1280" height="720" preserveAspectRatio="xMidYMid slice"/> |
| 4 | |
| 5 | <!-- Two-stop scrim --> |
| 6 | <defs> |
| 7 | <linearGradient id="closing_scrim" x1="0%" y1="0%" x2="0%" y2="100%"> |
| 8 | <stop offset="0%" stop-color="#F5F1E8" stop-opacity="0.75"/> |
| 9 | <stop offset="45%" stop-color="#F5F1E8" stop-opacity="0.3"/> |
| 10 | <stop offset="100%" stop-color="#F5F1E8" stop-opacity="0.55"/> |
| 11 | </linearGradient> |
| 12 | </defs> |
| 13 | <rect x="0" y="0" width="1280" height="720" fill="url(#closing_scrim)"/> |
| 14 | |
| 15 | <!-- Section marker --> |
| 16 | <text x="640" y="90" text-anchor="middle" font-family="KaiTi, Georgia, serif" font-size="18" fill="#5C5852" letter-spacing="14">— 结 语 —</text> |
| 17 | |
| 18 | <!-- Big title --> |
| 19 | <text x="640" y="200" text-anchor="middle" font-family="KaiTi, Georgia, serif" font-size="52" font-weight="700" fill="#1A1A1A" letter-spacing="8">顶级城府 = 压表现欲 × 稳胜负心 × 延迟满足</text> |
| 20 | |
| 21 | <line x1="540" y1="240" x2="740" y2="240" stroke="#A52A2A" stroke-width="2"/> |
| 22 | |
| 23 | <!-- Vermilion seal centered --> |
| 24 | <g transform="translate(600, 270)"> |
| 25 | <rect x="0" y="0" width="80" height="80" fill="#A52A2A"/> |
| 26 | <text x="40" y="60" text-anchor="middle" font-family="KaiTi, Georgia, serif" font-size="44" font-weight="700" fill="#F5F1E8">藏</text> |
| 27 | </g> |
| 28 | |
| 29 | <!-- Three closing lines --> |
| 30 | <g transform="translate(0, 410)"> |
| 31 | <text x="640" y="0" text-anchor="middle" font-family="KaiTi, Georgia, serif" font-size="34" fill="#1A1A1A" letter-spacing="4">沉得住 — 才不怕暂时被低估</text> |
| 32 | <text x="640" y="60" text-anchor="middle" font-family="KaiTi, Georgia, serif" font-size="34" fill="#1A1A1A" letter-spacing="4">藏得住 — 才不怕一时没掌声</text> |
| 33 | <text x="640" y="120" text-anchor="middle" font-family="KaiTi, Georgia, serif" font-size="34" fill="#1A1A1A" letter-spacing="4">等得起 — 才能让结果替自己说话</text> |
| 34 | </g> |
| 35 | |
| 36 | <!-- Closing line --> |
| 37 | <line x1="580" y1="620" x2="700" y2="620" stroke="#A52A2A" stroke-width="2"/> |
| 38 | <text x="640" y="660" text-anchor="middle" font-family=""Microsoft YaHei", "PingFang SC", Arial, sans-serif" font-size="16" fill="#5C5852" letter-spacing="6">谋 事 论 · 论 尽 成 事 逻 辑</text> |
| 39 | |
| 40 | <text x="60" y="700" font-family=""Microsoft YaHei", "PingFang SC", Arial, sans-serif" font-size="14" fill="#5C5852">藏拙 · 终</text> |
| 41 | <text x="1220" y="700" text-anchor="end" font-family=""Microsoft YaHei", "PingFang SC", Arial, sans-serif" font-size="14" fill="#5C5852">14</text> |
| 42 | </svg> |
| 43 |