/* Testimonials page
 * Maintains source-restored visual rhythm. Prefer local cleanup and semantic
 * selector renames only after visual comparison; fixed canvas heights and
 * z-index values below are intentional layout constraints.
 */
.testimonials-source-page :is(section, article, figure, footer, h1, h2, h3, p, button, blockquote) {
  margin: 0;
}

.testimonials-source-page button {
  border: 0;
  appearance: none;
  font: inherit;
  text-align: inherit;
}

.testimonials-scale-frame {
  /* Source-canvas dimensions are preserved in px to match the restored artwork
   * coordinate system. Do not convert these canvas tokens to rem. */
  --testimonials-canvas-width: 1440px;
  --testimonials-canvas-height: 7722px;
  --testimonials-source-canvas-height: 11000px;
  --testimonials-opening-section-height: 2900px;
  --testimonials-source-story-height: 1036px;
  --testimonials-story-stack-height: 3150px;
  --testimonials-story-panel-height: 1050px;
  --testimonials-story-panel-art-height: 1048px;
  --testimonials-late-section-height: 2750px;
  --testimonials-closing-section-height: 2200px;
  --testimonials-normalized-opening-height: 2080px;
  --testimonials-normalized-middle-height: 2340px;
  --testimonials-normalized-late-height: 2182px;
  --testimonials-normalized-closing-height: 1120px;
  width: min(100%, var(--testimonials-canvas-width));
  height: min(var(--testimonials-canvas-height), calc(100vw * 5.3625));
  margin-inline: auto;
  overflow: visible;
  background: #fffdfa;
}
.testimonials-source-page,
.testimonials-source-page *,
.testimonials-source-page *::before,
.testimonials-source-page *::after {
  box-sizing: border-box;
}

.testimonials-source-page {
  color: #211f24;
  font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
}
/* Source restored static styles: generated from inline export. */
/* Shared absolute positioning extracted from the restored source export. */
:is(
  .testimonials-hero-overlay,
  .testimonials-hero-content,
  .testimonial-liang-index,
  .testimonial-liang-caption,
  .testimonial-guran-index,
  .testimonial-guran-caption,
  .testimonial-meng-story-record,
  .testimonial-meng-visual,
  .testimonial-meng-story,
  .testimonial-meng-index,
  .testimonial-meng-identity,
  .testimonial-meng-choice,
  .testimonial-meng-quote,
  .testimonial-meng-red-line,
  .testimonial-meng-copy,
  .testimonial-meng-closing,
  .testimonial-meng-checklist,
  .testimonial-meng-track,
  .testimonial-meng-record-badge,
  .testimonial-meng-visual-detail,
  .testimonial-yao-story-gift,
  .testimonial-yao-story,
  .testimonial-yao-visual,
  .testimonial-yao-gift-badge,
  .testimonial-su-story-repeat,
  .testimonial-su-visual,
  .testimonial-su-story,
  .testimonial-su-repeat-badge,
  .testimonials-divider-meng-yao,
  .testimonials-divider-yao-su,
  .testimonial-xu-index,
  .testimonial-zhou-index,
  .testimonial-xu-visual-caption,
  .testimonial-zhou-visual-caption,
  .testimonial-fang-index,
  .testimonial-fang-visual-caption,
  .testimonials-reader-note-index,
  .testimonials-reader-note-heading-group,
  .testimonials-reader-note-copy,
  .testimonials-judgment-scale,
  .testimonials-decision-copy,
  .testimonials-decision-paths,
  .testimonials-decision-note
) {
  position: absolute;
}

.testimonials-source-canvas {
  align-items: flex-start;
  background-color: #FFFDFA;
  display: flex;
  flex-direction: column;
  height: var(--testimonials-source-canvas-height);
  justify-content: flex-start;
  overflow: hidden;
  width: var(--testimonials-canvas-width);
}

.testimonials-opening-section {
  align-items: flex-start;
  background-color: #FFFDFA;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: var(--testimonials-opening-section-height);
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
}

.testimonial-su-choice {
  color: #514D52;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

:is(.testimonial-xu-choice, .testimonial-zhou-choice) {
  color: #B6405A;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonials-hero-button-icon {
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}

.testimonials-hero {
  background-image: url('../../images/pages/testimonials/misty-water-town.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  height: 740px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.testimonials-hero-overlay {
  background-color: #211F24C9;
  height: 740px;
  left: 0;
  top: 0;
  width: var(--testimonials-canvas-width);
  z-index: 0;
}

.testimonials-hero-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: flex-start;
  left: 280px;
  top: 112px;
  width: 880px;
  z-index: 1;
}

.testimonials-hero-kicker {
  color: #BFA86F;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonials-hero-title {
  color: #FFFDFA;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.1833;
  text-align: center;
  width: 100%;
}

.testimonials-hero-divider {
  background-color: #BFA86F;
  flex-shrink: 0;
  height: 1px;
  width: 48px;
}

.testimonials-hero-lead {
  color: #FFFDFA;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7647;
  text-align: center;
  width: 760px;
}

.testimonials-hero-button {
  align-items: center;
  background-color: #C64B67;
  border-radius: 4px;
  box-shadow: 0 6px 18px 0 #00000024;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 0.625rem;
  justify-content: flex-start;
  padding: 0.8125rem 1.25rem;
  width: fit-content;
}

.testimonials-hero-button-text {
  color: #FFFDFA;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-liang-story {
  align-items: center;
  background-color: #F8F5F4;
  border-color: #D8D3D4;
  border-style: solid;
  border-width: 1px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 4.5rem;
  height: var(--testimonials-source-story-height);
  justify-content: flex-start;
  padding: 6rem 5rem;
  width: 100%;
}

.testimonial-liang-visual {
  background-image: url('../../images/pages/testimonials/liang-shuning-portrait.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 #00000008, 0 16px 40px 0 #00000012;
  flex-shrink: 0;
  height: 780px;
  overflow: hidden;
  position: relative;
  width: 500px;
}

.testimonial-liang-index {
  align-items: flex-start;
  background-color: #211F24D9;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  justify-content: flex-start;
  left: 28px;
  padding: 0.75rem 0.875rem;
  top: 28px;
  width: fit-content;
  z-index: 0;
}

:is(.testimonial-liang-index-number, .testimonial-guran-index-number) {
  color: #FFFDFA;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

:is(.testimonial-liang-index-city, .testimonial-guran-index-city, .testimonial-meng-track-text-02) {
  color: #BFA86F;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-liang-caption {
  align-items: center;
  background-color: #211F24E6;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: flex-start;
  left: 28px;
  padding: 0.625rem 0.75rem;
  top: 718px;
  width: fit-content;
  z-index: 1;
}

:is(.testimonial-liang-caption-icon, .testimonial-guran-caption-icon) {
  flex-shrink: 0;
  height: 14px;
  width: 14px;
}

:is(.testimonial-liang-caption-text, .testimonial-guran-caption-text) {
  color: #FFFDFA;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

:is(.testimonial-liang-copy, .testimonial-guran-copy) {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  gap: 1.375rem;
  justify-content: flex-start;
}

:is(.testimonial-liang-eyebrow, .testimonial-guran-eyebrow, .testimonial-su-index) {
  color: #B6405A;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

:is(.testimonial-liang-identity, .testimonial-guran-identity) {
  color: #211F24;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 2.4375rem;
  font-weight: 600;
  line-height: 1.2308;
  text-align: left;
  width: 100%;
}

:is(.testimonial-liang-choice, .testimonial-guran-choice) {
  color: #514D52;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

:is(.testimonial-liang-quote, .testimonial-guran-quote) {
  color: #211F24;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.4444;
  text-align: left;
  width: 100%;
}

:is(
  .testimonial-liang-body,
  .testimonial-guran-body,
  .testimonial-xu-body,
  .testimonial-zhou-body,
  .testimonials-reader-note-closing-copy,
  .testimonials-decision-text
) {
  color: #514D52;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  width: 100%;
}

.testimonial-liang-closing {
  align-items: center;
  background-color: #FFFDFA;
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 #00000008, 0 14px 32px 0 #00000010;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 1.125rem;
  justify-content: flex-start;
  padding: 1.25rem 1.375rem;
  width: 100%;
}

:is(.testimonial-liang-quote-line, .testimonial-guran-quote-line) {
  background-color: #C64B67;
  border-radius: 2px;
  flex-shrink: 0;
  height: 64px;
  width: 4px;
}

:is(.testimonial-liang-closing-2, .testimonial-guran-closing-2) {
  color: #211F24;
  flex: 1 1 0;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
  text-align: left;
}

.testimonial-guran-story {
  align-items: center;
  background-color: #FFFDFA;
  border-color: #D8D3D4;
  border-style: solid;
  border-width: 1px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 4.5rem;
  height: var(--testimonials-source-story-height);
  justify-content: flex-start;
  padding: 6rem 5rem;
  width: 100%;
}

.testimonial-guran-closing {
  align-items: center;
  background-color: #F8F5F4;
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 #00000008, 0 14px 32px 0 #00000010;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 1.125rem;
  justify-content: flex-start;
  padding: 1.25rem 1.375rem;
  width: 100%;
}

.testimonial-guran-visual {
  background-image: url('../../images/pages/testimonials/rainy-garden-pavilion.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 #00000008, 0 16px 40px 0 #00000012;
  flex-shrink: 0;
  height: 780px;
  overflow: hidden;
  position: relative;
  width: 500px;
}

.testimonial-guran-index {
  align-items: flex-end;
  background-color: #211F24D9;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  justify-content: flex-start;
  left: 388px;
  padding: 0.75rem 0.875rem;
  top: 28px;
  width: fit-content;
  z-index: 0;
}

.testimonial-guran-caption {
  align-items: center;
  background-color: #211F24E6;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: flex-start;
  left: 288px;
  padding: 0.625rem 0.75rem;
  top: 718px;
  width: fit-content;
  z-index: 1;
}

.testimonials-middle-section {
  background-color: #F8F5F4;
  flex-shrink: 0;
  height: var(--testimonials-story-stack-height);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.testimonial-meng-story-record {
  background-color: #F8F5F4;
  height: var(--testimonials-story-panel-height);
  left: 0;
  overflow: hidden;
  top: 0;
  width: var(--testimonials-canvas-width);
  z-index: 0;
}

.testimonial-meng-visual {
  background-image: url('../../images/pages/testimonials/woman-journaling.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: var(--testimonials-story-panel-height);
  left: 0;
  overflow: hidden;
  top: 0;
  width: 540px;
  z-index: 0;
}

.testimonial-meng-story {
  height: 946px;
  left: 600px;
  top: 52px;
  width: 760px;
  z-index: 1;
}

.testimonial-meng-index {
  color: #B6405A;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.0923em;
  line-height: normal;
  text-align: left;
  top: 0;
  white-space: nowrap;
  z-index: 0;
}

.testimonial-meng-identity {
  color: #211F24;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  left: 0;
  line-height: normal;
  text-align: left;
  top: 30px;
  white-space: nowrap;
  z-index: 1;
}

.testimonial-meng-choice {
  color: #514D52;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  left: 0;
  line-height: normal;
  text-align: left;
  top: 84px;
  white-space: nowrap;
  z-index: 2;
}

.testimonial-meng-quote {
  color: #211F24;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  left: 0;
  line-height: 1.3;
  text-align: left;
  top: 126px;
  width: 720px;
  z-index: 3;
}

.testimonial-meng-red-line {
  background-color: #C64B67;
  height: 3px;
  left: 0;
  top: 222px;
  width: 56px;
  z-index: 4;
}

.testimonial-meng-copy {
  color: #514D52;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.9063rem;
  font-weight: 400;
  left: 0;
  line-height: 1.5172;
  text-align: left;
  top: 488px;
  width: 720px;
  z-index: 5;
}

.testimonial-meng-closing {
  align-items: flex-start;
  background-color: #FFFDFA00;
  border-color: #B6405A;
  border-style: solid;
  border-width: 0 0 0 2px;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  height: 86px;
  justify-content: flex-start;
  left: 0;
  padding: 0.5rem 0.5rem 0.5rem 1.125rem;
  top: 846px;
  width: 720px;
  z-index: 6;
}

.testimonial-meng-closing-text {
  color: #211F24;
  flex-shrink: 0;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5294;
  text-align: left;
  width: 680px;
}

.testimonial-meng-checklist {
  align-items: flex-start;
  background-color: #FFFDFA;
  border: 1px solid #D8D3D4;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 154px;
  justify-content: flex-start;
  left: 0;
  padding: 0.875rem 1rem;
  top: 252px;
  width: 720px;
  z-index: 7;
}

.testimonial-meng-checklist-head {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: space-between;
  width: 100%;
}

.testimonial-meng-checklist-title {
  color: #B6405A;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.0833em;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

:is(
  .testimonial-meng-checklist-price,
  .testimonials-judgment-label-hear,
  .testimonials-judgment-label-compare,
  .testimonials-judgment-label-verify,
  .testimonials-judgment-label-decide
) {
  color: #514D52;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-meng-checklist-list {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex: 1 1 0;
  justify-content: flex-start;
  width: 100%;
}

:is(.testimonial-meng-checklist-item-01, .testimonial-meng-checklist-item-02, .testimonial-meng-checklist-item-03, .testimonial-meng-checklist-item-04) {
  align-items: flex-start;
  border-color: #D8D3D4;
  border-style: solid;
  border-width: 0 1px 0 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  gap: 0.3125rem;
  height: 100%;
  justify-content: flex-start;
  padding: 0.5rem 0.625rem;
}

:is(
  .testimonial-meng-checklist-number-01,
  .testimonial-meng-checklist-number-02,
  .testimonial-meng-checklist-number-03,
  .testimonial-meng-checklist-number-04
) {
  color: #BFA86F;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

:is(
  .testimonial-meng-checklist-text-01,
  .testimonial-meng-checklist-text-02,
  .testimonial-meng-checklist-text-03,
  .testimonial-meng-checklist-text-04,
  .testimonial-xu-index-number,
  .testimonial-zhou-index-number
) {
  color: #211F24;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-meng-track {
  align-items: center;
  background-color: #211F24;
  display: flex;
  flex-direction: row;
  height: 48px;
  justify-content: flex-start;
  left: 0;
  padding: 0 1rem;
  top: 422px;
  width: 720px;
  z-index: 8;
}

:is(.testimonial-meng-track-item-01, .testimonial-meng-track-item-02, .testimonial-meng-track-item-03) {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  gap: 0.125rem;
  justify-content: flex-start;
}

:is(.testimonial-meng-track-number-01, .testimonial-meng-track-number-02, .testimonial-meng-track-number-03) {
  color: #C64B67;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.5625rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

:is(.testimonial-meng-track-text-01, .testimonial-meng-track-text-03) {
  color: #FFFDFA;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-meng-record-badge {
  align-items: flex-start;
  background-color: #211F24E8;
  border: 1px solid #FFFDFA44;
  box-shadow: 0 8px 24px 0 #0000002B;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  height: 132px;
  justify-content: center;
  left: 48px;
  padding: 1.125rem 1.25rem;
  top: 64px;
  width: 252px;
  z-index: 2;
}

.testimonial-meng-record-number {
  color: #FFFDFA;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-meng-record-label {
  color: #BFA86F;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-meng-visual-detail {
  background-image: url('../../images/pages/testimonials/woman-journaling.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 8px solid #FFFDFA;
  box-shadow: 0 10px 28px 0 #211F2438;
  height: 238px;
  left: 326px;
  overflow: hidden;
  top: 748px;
  width: 174px;
  z-index: 3;
}

.testimonial-yao-story-gift {
  background-color: #211F24;
  height: var(--testimonials-story-panel-height);
  left: 0;
  overflow: hidden;
  top: var(--testimonials-story-panel-height);
  width: var(--testimonials-canvas-width);
  z-index: 1;
}

.testimonial-yao-story {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  height: 860px;
  justify-content: flex-start;
  left: 120px;
  top: 95px;
  width: 540px;
  z-index: 0;
}

:is(.testimonial-yao-index, .testimonial-yao-gift-text, .testimonials-decision-number, .testimonials-decision-action-03-label) {
  color: #BFA86F;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-yao-identity {
  color: #FFFDFA;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-yao-choice {
  color: #D8D3D4;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-yao-quote {
  color: #FFFDFA;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3125;
  text-align: left;
  width: 100%;
}

.testimonial-yao-gold-line {
  background-color: #BFA86F;
  flex-shrink: 0;
  height: 3px;
  width: 72px;
}

.testimonial-yao-copy {
  color: #E7E1E2;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875;
  text-align: left;
  width: 100%;
}

.testimonial-yao-closing {
  align-items: flex-start;
  border-color: #C64B67;
  border-style: solid;
  border-width: 0 0 0 2px;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 0.5rem 0.5rem 0.5rem 1.125rem;
  width: 100%;
}

.testimonial-yao-closing-text {
  color: #FFFDFA;
  flex-shrink: 0;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6667;
  text-align: left;
  width: 500px;
}

.testimonial-yao-visual {
  background-image: url('../../images/pages/testimonials/woman-preparing-gift.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: var(--testimonials-story-panel-art-height);
  left: 761px;
  overflow: hidden;
  top: 1px;
  width: 678px;
  z-index: 1;
}

.testimonial-yao-gift-badge {
  align-items: flex-start;
  background-color: #211F24E8;
  border-radius: 4px;
  border: 1px solid #FFFDFA33;
  box-shadow: 0 8px 24px 0 #00000033;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 158px;
  justify-content: flex-start;
  left: 1072px;
  padding: 1.25rem 1.375rem;
  top: 800px;
  width: 268px;
  z-index: 2;
}

.testimonial-yao-gift-title {
  color: #FFFDFA;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-su-story-repeat {
  background-color: #FFFDFA;
  height: var(--testimonials-story-panel-height);
  left: 0;
  overflow: hidden;
  top: calc(var(--testimonials-story-panel-height) * 2);
  width: var(--testimonials-canvas-width);
  z-index: 2;
}

.testimonial-su-visual {
  background-image: url('../../images/pages/testimonials/woman-reading-by-window.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: var(--testimonials-story-panel-art-height);
  left: 1px;
  overflow: hidden;
  top: 1px;
  width: 698px;
  z-index: 0;
}

.testimonial-su-story {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.0625rem;
  height: 880px;
  justify-content: flex-start;
  left: 800px;
  top: 90px;
  width: 520px;
  z-index: 1;
}

.testimonial-su-identity {
  color: #211F24;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-su-quote {
  color: #211F24;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.3667;
  text-align: left;
  width: 100%;
}

.testimonial-su-red-line {
  background-color: #C64B67;
  flex-shrink: 0;
  height: 3px;
  width: 72px;
}

.testimonial-su-copy {
  color: #514D52;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875;
  text-align: left;
  width: 100%;
}

.testimonial-su-closing {
  align-items: flex-start;
  border-color: #BFA86F;
  border-style: solid;
  border-width: 0 0 0 2px;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 0.5rem 0.5rem 0.5rem 1.125rem;
  width: 100%;
}

.testimonial-su-closing-text {
  color: #211F24;
  flex-shrink: 0;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.5789;
  text-align: left;
  width: 480px;
}

.testimonial-su-repeat-badge {
  align-items: flex-start;
  background-color: #FFFDFAEE;
  border-radius: 4px;
  box-shadow: 0 8px 24px 0 #211F241A;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 160px;
  justify-content: flex-start;
  left: 76px;
  padding: 1.25rem 1.375rem;
  top: 802px;
  width: 248px;
  z-index: 2;
}

.testimonial-su-repeat-count {
  color: #211F24;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-su-repeat-context {
  color: #B6405A;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonials-divider-meng-yao {
  background-color: #D8D3D4;
  height: 1px;
  left: 0;
  top: calc(var(--testimonials-story-panel-height) - 1px);
  width: var(--testimonials-canvas-width);
  z-index: 3;
}

.testimonials-divider-yao-su {
  background-color: #D8D3D4;
  height: 1px;
  left: 0;
  top: calc((var(--testimonials-story-panel-height) * 2) - 1px);
  width: var(--testimonials-canvas-width);
  z-index: 4;
}

.testimonials-late-section {
  align-items: flex-start;
  background-color: #FFFDFA;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: var(--testimonials-late-section-height);
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
}

.testimonial-xu-story-boundary {
  align-items: center;
  background-color: #FFFDFA;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 5rem;
  height: 900px;
  justify-content: flex-start;
  padding: 5.5rem 6rem;
  width: 100%;
}

.testimonial-xu-visual {
  background-image: url('../../images/pages/testimonials/misty-courtyard.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  flex-shrink: 0;
  height: 724px;
  overflow: hidden;
  position: relative;
  width: 560px;
}

:is(.testimonial-xu-index, .testimonial-zhou-index) {
  align-items: center;
  background-color: #FFFDFAE8;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: flex-start;
  left: 24px;
  padding: 0.625rem 0.875rem;
  top: 24px;
  width: fit-content;
  z-index: 0;
}

.testimonial-xu-visual-caption {
  align-items: flex-start;
  background-color: #FFFDFA;
  border-radius: 4px;
  box-shadow: 0 8px 24px 0 #211F2424;
  display: flex;
  flex-direction: column;
  height: 214px;
  justify-content: flex-start;
  left: 338px;
  padding: 0.5rem;
  top: 478px;
  width: 190px;
  z-index: 1;
}

.testimonial-xu-visual-detail-image {
  align-items: flex-start;
  background-image: url('../../images/pages/testimonials/misty-courtyard.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  flex: 1 1 0;
  justify-content: flex-start;
  width: 100%;
}

:is(.testimonial-xu-story, .testimonial-zhou-story, .testimonial-fang-story) {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  gap: 1.125rem;
  height: 100%;
  justify-content: center;
}

:is(.testimonial-xu-eyebrow, .testimonial-zhou-eyebrow, .testimonials-decision-action-01-label, .testimonials-decision-action-02-label) {
  color: #514D52;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

:is(.testimonial-xu-identity, .testimonial-zhou-identity) {
  color: #211F24;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.2105;
  text-align: left;
  white-space: nowrap;
}

:is(.testimonial-xu-quote, .testimonial-zhou-quote) {
  color: #211F24;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.44;
  text-align: left;
  width: 100%;
}

:is(.testimonial-xu-closing, .testimonial-zhou-closing) {
  align-items: flex-start;
  border-color: #C64B67;
  border-style: solid;
  border-width: 0 0 0 2px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 0.125rem 0 0.125rem 1.25rem;
  width: 100%;
}

:is(.testimonial-xu-closing-text, .testimonial-zhou-closing-text) {
  color: #B6405A;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5556;
  text-align: left;
  width: 100%;
}

:is(.testimonials-divider-xu-zhou, .testimonials-divider-zhou-fang) {
  background-color: #D8D3D4;
  flex-shrink: 0;
  height: 1px;
  width: 100%;
}

.testimonial-zhou-story-change {
  align-items: center;
  background-color: #F8F5F4;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 5rem;
  height: 900px;
  justify-content: flex-start;
  padding: 5.5rem 6rem;
  width: 100%;
}

.testimonial-zhou-visual {
  background-image: url('../../images/pages/testimonials/rainy-garden-pavilion.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  flex-shrink: 0;
  height: 724px;
  overflow: hidden;
  position: relative;
  width: 560px;
}

.testimonial-zhou-visual-caption {
  align-items: flex-start;
  background-color: #FFFDFA;
  border-radius: 4px;
  box-shadow: 0 8px 24px 0 #211F2424;
  display: flex;
  flex-direction: column;
  height: 214px;
  justify-content: flex-start;
  left: 32px;
  padding: 0.5rem;
  top: 478px;
  width: 190px;
  z-index: 1;
}

.testimonial-zhou-visual-detail-image {
  align-items: flex-start;
  background-image: url('../../images/pages/testimonials/rainy-garden-pavilion.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  flex: 1 1 0;
  justify-content: flex-start;
  width: 100%;
}

.testimonial-fang-story-service {
  align-items: center;
  background-color: #211F24;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 5rem;
  height: 948px;
  justify-content: flex-start;
  padding: 5.5rem 6rem;
  width: 100%;
}

.testimonial-fang-visual {
  background-image: url('../../images/pages/testimonials/misty-water-town.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  flex-shrink: 0;
  height: 724px;
  overflow: hidden;
  position: relative;
  width: 560px;
}

.testimonial-fang-index {
  align-items: center;
  background-color: #211F24E8;
  border-radius: 4px;
  border: 1px solid #BFA86F;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: flex-start;
  left: 24px;
  padding: 0.625rem 0.875rem;
  top: 24px;
  width: fit-content;
  z-index: 0;
}

.testimonial-fang-index-number {
  color: #FFFDFA;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-fang-visual-caption {
  align-items: flex-start;
  background-color: #211F24;
  border-radius: 4px;
  border: 1px solid #BFA86F;
  box-shadow: 0 8px 24px 0 #00000038;
  display: flex;
  flex-direction: column;
  height: 214px;
  justify-content: flex-start;
  left: 338px;
  padding: 0.5rem;
  top: 478px;
  width: 190px;
  z-index: 1;
}

.testimonial-fang-visual-detail-image {
  align-items: flex-start;
  background-image: url('../../images/pages/testimonials/misty-water-town.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  flex: 1 1 0;
  justify-content: flex-start;
  width: 100%;
}

.testimonial-fang-eyebrow {
  color: #D8D3D4;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-fang-identity {
  color: #FFFDFA;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.2105;
  text-align: left;
  white-space: nowrap;
}

.testimonial-fang-choice {
  color: #BFA86F;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonial-fang-quote {
  color: #FFFDFA;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.44;
  text-align: left;
  width: 100%;
}

.testimonial-fang-body {
  color: #F8F5F4;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  width: 100%;
}

.testimonial-fang-closing {
  align-items: flex-start;
  border-color: #BFA86F;
  border-style: solid;
  border-width: 0 0 0 2px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 0.125rem 0 0.125rem 1.25rem;
  width: 100%;
}

.testimonial-fang-closing-text {
  color: #FFFDFA;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5556;
  text-align: left;
  width: 100%;
}

.testimonials-closing-section {
  align-items: flex-start;
  background-color: #FFFDFA;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: var(--testimonials-closing-section-height);
  justify-content: flex-start;
  width: 100%;
}

.testimonials-reader-note {
  background-color: #C9DCE7;
  flex-shrink: 0;
  height: 760px;
  position: relative;
  width: 100%;
}

.testimonials-reader-note-index {
  align-items: flex-start;
  background-color: #211F24;
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  height: 760px;
  justify-content: flex-start;
  left: 0;
  padding: 5.125rem 2.75rem;
  top: 0;
  width: 196px;
  z-index: 0;
}

.testimonials-reader-note-number {
  color: #BFA86F;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonials-reader-note-index-divider {
  background-color: #514D52;
  flex-shrink: 0;
  height: 1px;
  width: 100%;
}

.testimonials-reader-note-index-label {
  color: #FFFDFA;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6154;
  text-align: left;
  width: 100%;
}

.testimonials-reader-note-index-title {
  color: #FFFDFA;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
  text-align: left;
  width: 100%;
}

.testimonials-reader-note-heading-group {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  justify-content: flex-start;
  left: 292px;
  top: 118px;
  width: 420px;
  z-index: 1;
}

.testimonials-reader-note-kicker {
  color: #B6405A;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonials-reader-note-title {
  color: #211F24;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  width: 100%;
}

.testimonials-reader-note-heading-divider {
  background-color: #C64B67;
  flex-shrink: 0;
  height: 3px;
  width: 74px;
}

.testimonials-reader-note-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: flex-start;
  left: 820px;
  top: 132px;
  width: 500px;
  z-index: 2;
}

.testimonials-reader-note-body {
  color: #514D52;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8125;
  text-align: left;
  width: 100%;
}

.testimonials-reader-note-emphasis {
  color: #B6405A;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3571;
  text-align: left;
  width: 100%;
}

.testimonials-judgment-scale {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.875rem;
  height: 28px;
  justify-content: flex-start;
  left: 292px;
  top: 628px;
  width: 1028px;
  z-index: 3;
}

:is(.testimonials-judgment-dot-hear, .testimonials-judgment-dot-compare, .testimonials-judgment-dot-verify) {
  background-color: #211F24;
  border-radius: 4px;
  flex-shrink: 0;
  height: 7px;
  width: 7px;
}

.testimonials-judgment-line {
  background-color: #9FB7C5;
  flex: 1 1 0;
  height: 1px;
}

.testimonials-judgment-dot-decide {
  background-color: #C64B67;
  border-radius: 4px;
  flex-shrink: 0;
  height: 7px;
  width: 7px;
}

.testimonials-decision-map {
  background-color: #FFFDFA;
  flex-shrink: 0;
  height: 900px;
  position: relative;
  width: 100%;
}

.testimonials-decision-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: flex-start;
  left: 120px;
  top: 112px;
  width: 410px;
  z-index: 0;
}

.testimonials-decision-title {
  color: #211F24;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1875;
  text-align: left;
  width: 100%;
}

.testimonials-decision-emphasis {
  color: #B6405A;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  width: 100%;
}

.testimonials-decision-paths {
  align-items: flex-start;
  border: 1px solid #D8D3D4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 650px;
  top: 96px;
  width: 670px;
  z-index: 1;
}

:is(.testimonials-decision-action-01, .testimonials-decision-action-02) {
  align-items: center;
  background-color: #FFFDFA;
  border-color: #D8D3D4;
  border-style: solid;
  border-width: 0 0 1px 0;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 1.625rem;
  height: 190px;
  justify-content: flex-start;
  padding: 0 2.125rem;
  color: inherit;
  text-decoration: none;
  width: 100%;
}

:is(.testimonials-decision-action-01-number, .testimonials-decision-action-02-number) {
  color: #B6405A;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

:is(.testimonials-decision-action-01-copy, .testimonials-decision-action-02-copy, .testimonials-decision-action-03-copy) {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  gap: 0.5rem;
  justify-content: flex-start;
}

:is(.testimonials-decision-action-01-text, .testimonials-decision-action-02-text) {
  color: #211F24;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  width: 100%;
}

:is(.testimonials-decision-action-01-icon, .testimonials-decision-action-02-icon, .testimonials-decision-action-03-icon) {
  flex-shrink: 0;
  height: 22px;
  width: 22px;
}

:is(.testimonials-decision-action-01-icon, .testimonials-decision-action-02-icon) {
  color: #211F24;
}

.testimonials-decision-action-03-icon {
  color: #FFFDFA;
}

.testimonials-decision-action-03 {
  align-items: center;
  background-color: #211F24;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 1.625rem;
  height: 190px;
  justify-content: flex-start;
  padding: 0 2.125rem;
  width: 100%;
}

.testimonials-decision-action-03-number {
  color: #BFA86F;
  font-family: "Noto Serif SC", system-ui, sans-serif;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

.testimonials-decision-action-03-text {
  color: #FFFDFA;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  width: 100%;
}

.testimonials-decision-note {
  color: #514D52;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  left: 650px;
  line-height: normal;
  text-align: left;
  top: 704px;
  white-space: nowrap;
  z-index: 2;
}

/* End source restored static styles. */
/* Normalized source overrides: keep restored visual values after the generated export. */
.testimonials-scale-frame > .testimonials-source-canvas {
  margin: 0;
  transform-origin: top left;
  transform: scale(min(1, calc(100vw / var(--testimonials-canvas-width))));
  will-change: transform;
  height: var(--testimonials-canvas-height);
  overflow: visible;
}

.testimonials-opening-section {
  overflow: visible;
}

.testimonials-hero {
  width: max(var(--testimonials-canvas-width), 100vw);
  left: min(0px, calc((var(--testimonials-canvas-width) - 100vw) * 0.5));
}

.testimonials-hero > .testimonials-hero-overlay {
  width: 100%;
}

.testimonials-hero > .testimonials-hero-content {
  left: 50%;
  transform: translateX(-50%);
}

:is(.testimonials-hero-button, .testimonials-hero-button-text),
:is(.testimonials-decision-action-01, .testimonials-decision-action-02, .testimonials-decision-action-03) {
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

:is(.testimonials-hero-button, .testimonials-hero-button-text):hover,
.testimonials-decision-action-03:hover {
  transform: translateY(-2px);
}

.testimonials-decision-action-01:hover,
.testimonials-decision-action-02:hover {
  color: #b6405a;
}

:is(.testimonial-liang-visual, .testimonial-guran-visual),
:is(.testimonial-meng-visual, .testimonial-yao-visual, .testimonial-su-visual),
:is(
  .testimonial-xu-visual-caption,
  .testimonial-xu-visual-detail-image,
  .testimonial-zhou-visual-caption,
  .testimonial-zhou-visual-detail-image,
  .testimonial-fang-visual-caption,
  .testimonial-fang-visual-detail-image
) {
  transform-origin: center;
  transition: transform 320ms ease;
}

:is(.testimonial-liang-visual, .testimonial-guran-visual):hover,
:is(.testimonial-meng-visual, .testimonial-yao-visual, .testimonial-su-visual):hover,
:is(
  .testimonial-xu-visual-caption,
  .testimonial-xu-visual-detail-image,
  .testimonial-zhou-visual-caption,
  .testimonial-zhou-visual-detail-image,
  .testimonial-fang-visual-caption,
  .testimonial-fang-visual-detail-image
):hover {
  transform: scale(1.012);
}

.motion-ready :is(
  .testimonial-liang-story,
  .testimonial-guran-story,
  .testimonial-meng-story,
  .testimonial-yao-story,
  .testimonial-su-story,
  .testimonial-xu-story,
  .testimonial-zhou-story,
  .testimonial-fang-story
),
.motion-ready :is(
  .testimonial-meng-story-record,
  .testimonial-yao-story-gift,
  .testimonial-su-story-repeat,
  .testimonial-xu-story-boundary,
  .testimonial-zhou-story-change,
  .testimonial-fang-story-service
),
.motion-ready .testimonials-reader-note,
.motion-ready .testimonials-decision-map {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 340ms ease, transform 340ms ease;
}

.motion-ready .is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready :is(.testimonials-reader-note, .testimonials-decision-map) {
  transform: none;
  transition: opacity 340ms ease;
}

.testimonials-opening-section {
  height: var(--testimonials-normalized-opening-height);
}

.testimonials-hero,
.testimonials-hero-overlay {
  height: 560px;
}

.testimonials-hero-content {
  top: 70px;
  gap: 1.125rem;
}

.testimonials-hero-title {
  font-size: 3.25rem;
  line-height: 1.1923;
}

.testimonials-hero-lead {
  font-size: 1rem;
  line-height: 1.625;
}

.testimonial-liang-story,
.testimonial-guran-story {
  height: 760px;
  gap: 4rem;
  padding: 3.5rem 5rem;
}

.testimonial-liang-visual,
.testimonial-guran-visual {
  height: 620px;
  background-position: center 42%;
}

.testimonial-liang-caption,
.testimonial-guran-caption {
  top: auto;
  bottom: 24px;
}

.testimonial-liang-caption {
  display: none;
}

.testimonial-liang-copy,
.testimonial-guran-copy {
  gap: 0.875rem;
}

.testimonial-liang-identity,
.testimonial-guran-identity {
  font-size: 2.1875rem;
  line-height: 1.2286;
}

.testimonial-liang-quote,
.testimonial-guran-quote {
  font-size: 1.5rem;
  line-height: 1.4167;
}

.testimonial-liang-body,
.testimonial-guran-body {
  font-size: 0.9375rem;
  line-height: 1.6667;
}

.testimonial-liang-closing,
.testimonial-guran-closing {
  gap: 0.875rem;
  padding: 1rem 1.125rem;
}

.testimonial-liang-closing-2,
.testimonial-guran-closing-2 {
  font-size: 1.125rem;
  line-height: 1.5556;
}

.testimonials-middle-section {
  height: var(--testimonials-normalized-middle-height);
}

.testimonial-meng-story-record,
.testimonial-yao-story-gift,
.testimonial-su-story-repeat {
  height: 780px;
}

.testimonial-yao-story-gift {
  top: 780px;
}

.testimonial-su-story-repeat {
  top: 1560px;
}

.testimonials-divider-meng-yao {
  top: 779px;
}

.testimonials-divider-yao-su {
  top: 1559px;
}

.testimonial-meng-visual {
  top: 60px;
  left: 20px;
  width: 520px;
  height: 660px;
  background-position: center 43%;
}

.testimonial-yao-visual {
  top: 60px;
  left: 740px;
  width: 700px;
  height: 660px;
  background-position: center 42%;
}

.testimonial-su-visual {
  top: 60px;
  left: 20px;
  width: 650px;
  height: 660px;
  background-position: center 43%;
}

.testimonial-meng-story {
  top: 36px;
  left: 600px;
  width: 720px;
  height: 708px;
}

.testimonial-yao-story {
  top: 54px;
  left: 96px;
  width: 570px;
  height: 672px;
  justify-content: center;
  gap: 0.875rem;
}

.testimonial-su-story {
  top: 54px;
  left: 760px;
  width: 560px;
  height: 672px;
  justify-content: center;
  gap: 0.875rem;
}

.testimonial-meng-identity,
.testimonial-yao-identity,
.testimonial-su-identity {
  font-size: 2.125rem;
  line-height: 1.2353;
}

.testimonial-meng-quote,
.testimonial-yao-quote,
.testimonial-su-quote {
  font-size: 1.5rem;
  line-height: 1.4167;
}

.testimonial-meng-copy,
.testimonial-yao-copy,
.testimonial-su-copy {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.testimonial-meng-identity {
  top: 28px;
}
.testimonial-meng-choice {
  top: 76px;
}
.testimonial-meng-quote {
  top: 110px;
}
.testimonial-meng-red-line {
  top: 194px;
}
.testimonial-meng-checklist {
  top: 214px;
  height: 128px;
  gap: 0.5rem;
  padding: 0.75rem 0.875rem;
}
:is(.testimonial-meng-checklist-item-01, .testimonial-meng-checklist-item-02, .testimonial-meng-checklist-item-03, .testimonial-meng-checklist-item-04) {
  padding: 0.3125rem 0.5rem;
}
.testimonial-meng-track {
  top: 354px;
  height: 42px;
}
.testimonial-meng-copy {
  top: 414px;
}
.testimonial-meng-closing {
  top: 612px;
  height: 72px;
}

.testimonial-yao-identity,
.testimonial-su-identity {
  top: 28px;
}
.testimonial-yao-choice,
.testimonial-su-choice {
  top: 78px;
}
.testimonial-yao-quote,
.testimonial-su-quote {
  top: 108px;
}
.testimonial-yao-gold-line,
.testimonial-su-red-line {
  top: 194px;
}
.testimonial-yao-copy,
.testimonial-su-copy {
  top: 214px;
}
.testimonial-yao-closing,
.testimonial-su-closing {
  top: 536px;
}

.testimonial-meng-record-badge {
  top: 80px;
  left: 38px;
  width: 252px;
  height: 110px;
  padding: 0.875rem 1.125rem;
}

.testimonial-meng-visual-detail {
  top: 520px;
  left: 350px;
  width: 150px;
  height: 180px;
}

.testimonial-yao-gift-badge {
  top: 536px;
  left: 1090px;
  height: 132px;
  padding: 1rem 1.125rem;
}

.testimonial-su-repeat-badge {
  top: 524px;
  left: 60px;
  height: 132px;
  padding: 1rem 1.125rem;
}

.testimonials-late-section {
  height: var(--testimonials-normalized-late-height);
}

.testimonial-xu-story-boundary,
.testimonial-zhou-story-change {
  height: 720px;
  gap: 4rem;
  padding: 3.125rem 6rem;
}

.testimonial-fang-story-service {
  height: 740px;
  gap: 4rem;
  padding: 3.75rem 6rem;
}

.testimonial-xu-visual,
.testimonial-zhou-visual,
.testimonial-fang-visual {
  width: 520px;
  height: 600px;
  background-position: center 45%;
}

.testimonial-xu-story,
.testimonial-zhou-story,
.testimonial-fang-story {
  gap: 0.75rem;
}

.testimonial-xu-identity,
.testimonial-zhou-identity,
.testimonial-fang-identity {
  font-size: 2.125rem;
  line-height: 1.2353;
}

.testimonial-xu-quote,
.testimonial-zhou-quote,
.testimonial-fang-quote {
  font-size: 1.4375rem;
  line-height: 1.4348;
}

.testimonial-xu-body,
.testimonial-zhou-body,
.testimonial-fang-body {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.testimonial-xu-closing-text,
.testimonial-zhou-closing-text,
.testimonial-fang-closing-text {
  font-size: 1.0625rem;
  line-height: 1.5294;
}

.testimonial-xu-visual-caption,
.testimonial-zhou-visual-caption,
.testimonial-fang-visual-caption {
  top: 382px;
  width: 172px;
  height: 186px;
}

.testimonials-divider-zhou-fang {
  flex-shrink: 0;
}

.testimonials-closing-section {
  height: var(--testimonials-normalized-closing-height);
}

.testimonials-reader-note,
.testimonials-reader-note-index {
  height: 480px;
}

.testimonials-reader-note-index {
  gap: 1.125rem;
  padding: 3.625rem 2.375rem;
}

.testimonials-reader-note-heading-group {
  top: 80px;
}
.testimonials-reader-note-copy {
  top: 90px;
}
.testimonials-judgment-scale {
  top: 418px;
  height: 32px;
  gap: 1rem;
}

/* 用户个人感受免责说明：位于证言收口文案与判断标尺之间的留白带 */
.testimonials-page-note {
  position: absolute;
  left: 292px;
  top: 372px;
  width: 1028px;
  color: #514d52;
  font-family: "Noto Sans SC", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.testimonials-judgment-scale > :is(
  .testimonials-judgment-label-hear,
  .testimonials-judgment-label-compare,
  .testimonials-judgment-label-verify,
  .testimonials-judgment-label-decide
) {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.testimonials-judgment-scale > .testimonials-judgment-line {
  background-color: #8FA9B8;
  height: 2px;
}

.testimonials-judgment-scale > :is(
  .testimonials-judgment-dot-hear,
  .testimonials-judgment-dot-compare,
  .testimonials-judgment-dot-verify,
  .testimonials-judgment-dot-decide
) {
  border-radius: 50%;
  height: 9px;
  width: 9px;
}

.testimonials-decision-map {
  height: 640px;
}

.testimonials-decision-copy {
  top: 68px;
  gap: 1.125rem;
}

.testimonials-decision-title {
  font-size: 2.625rem;
  line-height: 1.1905;
}

.testimonials-decision-paths {
  top: 60px;
}
.testimonials-decision-action-01,
.testimonials-decision-action-02,
.testimonials-decision-action-03 {
  height: 150px;
}
.testimonials-decision-note {
  top: 532px;
}

:is(.testimonial-liang-body, .testimonial-guran-body) br + br,
:is(.testimonial-liang-copy, .testimonial-guran-copy, .testimonial-meng-copy, .testimonial-yao-copy, .testimonial-su-copy) br + br,
:is(.testimonial-xu-body, .testimonial-zhou-body, .testimonial-fang-body) br + br {
  display: none;
}

@media (max-width: 1440px) {
  .testimonials-scale-frame {
    height: calc(100vw * 5.3625);
  }

  .testimonials-scale-frame > .testimonials-source-canvas {
    margin: 0;
    transform: scale(calc(100vw / var(--testimonials-canvas-width)));
  }

  .testimonials-scale-frame .testimonials-hero {
    width: var(--testimonials-canvas-width);
    left: 0;
    margin-left: 0;
  }

  .testimonials-scale-frame .testimonials-hero > .testimonials-hero-overlay {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .testimonials-scale-frame {
    width: 100%;
    height: auto;
    max-width: 100vw;
    margin-inline: auto;
    overflow-x: clip;
    background: #fffdfa;
  }

  .testimonials-scale-frame > .testimonials-source-canvas {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    display: block;
    overflow: visible;
    transform: none;
    will-change: auto;
  }

  .testimonials-source-page {
    width: 100%;
    max-width: 100vw;
    overflow-x: clip;
    padding-bottom: 3rem;
  }

  .testimonials-opening-section,
  .testimonials-middle-section,
  .testimonials-late-section,
  .testimonials-closing-section {
    width: 100%;
    height: auto;
    min-height: 0;
    display: block;
    overflow: visible;
  }

  .testimonials-hero {
    left: 0;
    width: 100%;
    height: calc(100svh - 56px);
    min-height: 31.5rem;
    max-height: 42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
  }

  .testimonials-scale-frame .testimonials-hero {
    left: 0;
    width: 100%;
    margin-left: 0;
  }

  .testimonials-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #211f24d1;
  }

  .testimonials-hero-content {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 27rem;
    padding: 0 1.25rem;
    gap: 1rem;
    transform: none;
  }

  .testimonials-scale-frame .testimonials-hero > .testimonials-hero-content {
    left: auto;
    transform: none;
  }

  .testimonials-hero-kicker {
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    white-space: normal;
  }

  .testimonials-hero-title {
    font-size: clamp(2.05rem, 9.2vw, 2.8rem);
    line-height: 1.18;
  }

  .testimonials-hero-lead {
    width: 100%;
    max-width: 23rem;
    font-size: 0.9375rem;
    line-height: 1.78;
  }

  .testimonials-hero-button {
    padding: 0.75rem 1.05rem;
  }

  .testimonial-liang-story,
  .testimonial-guran-story,
  .testimonial-meng-story-record,
  .testimonial-yao-story-gift,
  .testimonial-su-story-repeat,
  .testimonial-xu-story-boundary,
  .testimonial-zhou-story-change,
  .testimonial-fang-story-service,
  .testimonials-reader-note,
  .testimonials-decision-map {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    overflow: visible;
    padding: 1.5rem 0.875rem;
  }

  .testimonial-liang-story,
  .testimonial-zhou-story-change {
    background-color: #f8f5f4;
  }

  .testimonial-guran-story,
  .testimonial-xu-story-boundary,
  .testimonials-decision-map {
    background-color: #fffdfa;
  }

  .testimonial-meng-story-record,
  .testimonial-su-story-repeat,
  .testimonials-reader-note {
    background-color: #f8f5f4;
  }

  .testimonial-meng-story-record {
    --testimonial-meng-mobile-art-height: clamp(13.75rem, 58vw, 18rem);
  }

  .testimonial-yao-story-gift,
  .testimonial-fang-story-service {
    background-color: #211f24;
  }

  .testimonial-yao-story-gift {
    --testimonial-yao-mobile-art-height: clamp(13.75rem, 58vw, 18rem);
  }

  .testimonial-su-story-repeat {
    --testimonial-su-mobile-art-height: clamp(13.75rem, 58vw, 18rem);
  }

  .testimonial-xu-story-boundary {
    --testimonial-xu-mobile-art-height: clamp(21rem, 96vw, 29rem);
  }

  .testimonial-guran-visual,
  .testimonial-zhou-visual {
    order: -1;
  }

  .testimonial-yao-visual {
    order: -2;
  }

  .testimonial-yao-gift-badge {
    order: -1;
  }

  .testimonial-meng-visual,
  .testimonial-yao-visual,
  .testimonial-su-visual,
  .testimonial-xu-visual,
  .testimonial-zhou-visual,
  .testimonial-fang-visual {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: clamp(13.75rem, 58vw, 18rem);
    min-height: 0;
    flex: none;
    border-radius: 0.375rem;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  .testimonial-liang-visual,
  .testimonial-guran-visual {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: clamp(18rem, 78vw, 24rem);
    flex: none;
    border-radius: 0.375rem;
    background-size: cover;
    background-position: center 42%;
    overflow: hidden;
  }

  .testimonial-meng-visual {
    background-position: center 42%;
    height: var(--testimonial-meng-mobile-art-height);
  }

  .testimonial-yao-visual {
    background-position: center 44%;
    height: var(--testimonial-yao-mobile-art-height);
  }

  .testimonial-su-visual {
    background-position: center 45%;
    height: var(--testimonial-su-mobile-art-height);
  }

  .testimonial-xu-visual,
  .testimonial-fang-visual {
    background-position: center 45%;
  }

  .testimonial-xu-visual {
    height: var(--testimonial-xu-mobile-art-height);
    background-position: center 45%;
  }

  .testimonial-zhou-visual {
    background-position: center 44%;
  }

  .testimonial-liang-copy,
  .testimonial-guran-copy,
  .testimonial-meng-story,
  .testimonial-meng-index,
  .testimonial-meng-identity,
  .testimonial-meng-choice,
  .testimonial-meng-quote,
  .testimonial-meng-red-line,
  .testimonial-meng-copy,
  .testimonial-meng-closing,
  .testimonial-yao-story,
  .testimonial-su-story,
  .testimonial-xu-story,
  .testimonial-zhou-story,
  .testimonial-fang-story,
  .testimonials-reader-note-heading-group,
  .testimonials-reader-note-copy,
  .testimonials-decision-copy,
  .testimonials-decision-paths,
  .testimonials-decision-note,
  .testimonials-page-note,
  .testimonial-meng-checklist,
  .testimonial-meng-track,
  .testimonial-meng-record-badge,
  .testimonial-yao-gift-badge,
  .testimonial-su-repeat-badge {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    transform: none;
  }

  .testimonial-liang-copy,
  .testimonial-guran-copy,
  .testimonial-meng-story,
  .testimonial-yao-story,
  .testimonial-su-story,
  .testimonial-xu-story,
  .testimonial-zhou-story,
  .testimonial-fang-story {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: flex-start;
    flex: none;
  }

  .testimonial-liang-copy,
  .testimonial-guran-copy,
  .testimonial-meng-story,
  .testimonial-su-story,
  .testimonial-xu-story,
  .testimonial-zhou-story {
    padding: 0.125rem 0.125rem 0;
  }

  .testimonial-yao-story,
  .testimonial-fang-story {
    padding: 0.125rem 0.125rem 0;
  }

  .testimonial-liang-index,
  .testimonial-guran-index,
  .testimonial-xu-index,
  .testimonial-zhou-index,
  .testimonial-fang-index {
    position: absolute;
    left: 0.875rem;
    top: 0.875rem;
    width: fit-content;
    max-width: calc(100% - 1.75rem);
  }

  .testimonial-guran-index {
    align-items: flex-start;
  }

  .testimonial-liang-caption,
  .testimonial-guran-caption,
  .testimonial-zhou-visual-caption,
  .testimonial-fang-visual-caption,
  .testimonials-divider-meng-yao,
  .testimonials-divider-yao-su {
    display: none;
  }

  .testimonial-xu-visual-caption {
    position: absolute;
    display: flex;
    left: auto;
    right: 0.875rem;
    top: auto;
    bottom: 0.875rem;
    z-index: 2;
    width: clamp(5.875rem, 28vw, 7.75rem);
    height: clamp(5.875rem, 28vw, 7.75rem);
    padding: 0.35rem;
    border-radius: 0.25rem;
    background-color: #fffdfa;
    box-shadow: 0 0.5rem 1.5rem 0 #211f2424;
  }

  .testimonial-xu-visual-detail-image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.125rem;
    background-position: center;
    background-size: cover;
  }

  .testimonials-divider-xu-zhou,
  .testimonials-divider-zhou-fang {
    margin: 0;
  }

  .testimonial-liang-eyebrow,
  .testimonial-guran-eyebrow,
  .testimonial-meng-index,
  .testimonial-yao-index,
  .testimonial-su-index,
  .testimonial-xu-eyebrow,
  .testimonial-zhou-eyebrow,
  .testimonial-fang-eyebrow,
  .testimonials-reader-note-kicker,
  .testimonials-decision-number {
    font-size: 0.75rem;
    line-height: 1.45;
    letter-spacing: 0.06em;
    white-space: normal;
  }

  .testimonial-meng-index {
    margin-bottom: -0.25rem;
    order: 1;
  }

  .testimonial-meng-identity {
    order: 2;
  }

  .testimonial-meng-choice {
    order: 3;
  }

  .testimonial-meng-quote {
    order: 4;
  }

  .testimonial-meng-red-line {
    order: 5;
  }

  .testimonial-meng-checklist {
    order: 6;
  }

  .testimonial-meng-track {
    order: 7;
  }

  .testimonial-meng-copy {
    order: 8;
  }

  .testimonial-meng-closing {
    order: 9;
  }

  .testimonial-liang-identity,
  .testimonial-guran-identity,
  .testimonial-meng-identity,
  .testimonial-yao-identity,
  .testimonial-su-identity,
  .testimonial-xu-identity,
  .testimonial-zhou-identity,
  .testimonial-fang-identity {
    position: static;
    width: 100%;
    font-size: clamp(1.55rem, 6.5vw, 2rem);
    line-height: 1.25;
    white-space: normal;
  }

  .testimonial-liang-choice,
  .testimonial-guran-choice,
  .testimonial-meng-choice,
  .testimonial-yao-choice,
  .testimonial-su-choice,
  .testimonial-xu-choice,
  .testimonial-zhou-choice,
  .testimonial-fang-choice {
    position: static;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.55;
    white-space: normal;
  }

  .testimonial-liang-quote,
  .testimonial-guran-quote,
  .testimonial-meng-quote,
  .testimonial-yao-quote,
  .testimonial-su-quote,
  .testimonial-xu-quote,
  .testimonial-zhou-quote,
  .testimonial-fang-quote {
    position: static;
    width: 100%;
    font-size: clamp(1.15rem, 4.9vw, 1.45rem);
    line-height: 1.48;
    white-space: normal;
  }

  .testimonial-meng-red-line,
  .testimonial-yao-gold-line,
  .testimonial-su-red-line,
  .testimonials-reader-note-heading-divider {
    position: static;
    width: 3rem;
    height: 0.1875rem;
    flex: none;
  }

  .testimonial-liang-body,
  .testimonial-guran-body,
  .testimonial-meng-copy,
  .testimonial-yao-copy,
  .testimonial-su-copy,
  .testimonial-xu-body,
  .testimonial-zhou-body,
  .testimonial-fang-body,
  .testimonials-reader-note-body,
  .testimonials-reader-note-closing-copy,
  .testimonials-decision-text {
    position: static;
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.72;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .testimonial-liang-closing,
  .testimonial-guran-closing,
  .testimonial-meng-closing,
  .testimonial-yao-closing,
  .testimonial-su-closing,
  .testimonial-xu-closing,
  .testimonial-zhou-closing,
  .testimonial-fang-closing {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
    padding: 0.875rem 0.875rem 0.875rem 1rem;
    border-radius: 0.25rem;
    gap: 0.75rem;
  }

  .testimonial-meng-closing,
  .testimonial-yao-closing,
  .testimonial-su-closing,
  .testimonial-xu-closing,
  .testimonial-zhou-closing,
  .testimonial-fang-closing {
    background-color: transparent;
    border-width: 0 0 0 2px;
  }

  .testimonial-liang-quote-line,
  .testimonial-guran-quote-line {
    height: auto;
    align-self: stretch;
  }

  .testimonial-liang-closing-2,
  .testimonial-guran-closing-2,
  .testimonial-meng-closing-text,
  .testimonial-yao-closing-text,
  .testimonial-su-closing-text,
  .testimonial-xu-closing-text,
  .testimonial-zhou-closing-text,
  .testimonial-fang-closing-text {
    width: 100%;
    flex: 1 1 auto;
    font-size: 1rem;
    line-height: 1.58;
    white-space: normal;
  }

  .testimonial-meng-checklist {
    margin-top: 0.25rem;
    padding: 0.75rem 0.75rem 0.625rem;
    gap: 0.625rem;
    border-radius: 0;
  }

  .testimonial-meng-checklist-head {
    align-items: center;
    gap: 0.5rem;
  }

  .testimonial-meng-checklist-title,
  .testimonial-meng-checklist-price {
    white-space: nowrap;
  }

  .testimonial-meng-checklist-title {
    font-size: 0.6875rem;
  }

  .testimonial-meng-checklist-price {
    margin-left: auto;
    font-size: 0.6875rem;
  }

  .testimonial-meng-checklist-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }

  :is(.testimonial-meng-checklist-item-01, .testimonial-meng-checklist-item-02, .testimonial-meng-checklist-item-03, .testimonial-meng-checklist-item-04) {
    height: auto;
    min-height: 3.875rem;
    padding: 0.45rem 0.375rem 0.35rem;
    border-width: 0 1px 0 0;
    border-color: #d8d3d4;
    border-radius: 0;
  }

  .testimonial-meng-checklist-item-04 {
    border-right-width: 0;
  }

  :is(
    .testimonial-meng-checklist-number-01,
    .testimonial-meng-checklist-number-02,
    .testimonial-meng-checklist-number-03,
    .testimonial-meng-checklist-number-04
  ) {
    font-size: 0.625rem;
  }

  :is(
    .testimonial-meng-checklist-text-01,
    .testimonial-meng-checklist-text-02,
    .testimonial-meng-checklist-text-03,
    .testimonial-meng-checklist-text-04
  ) {
    white-space: normal;
    font-size: 0.6875rem;
    line-height: 1.35;
  }

  .testimonial-meng-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.375rem;
    margin-top: 0.125rem;
    padding: 0.625rem 0.75rem;
    background-color: #211f24;
  }

  :is(.testimonial-meng-track-item-01, .testimonial-meng-track-item-02, .testimonial-meng-track-item-03) {
    min-width: 0;
  }

  :is(.testimonial-meng-track-text-01, .testimonial-meng-track-text-02, .testimonial-meng-track-text-03) {
    white-space: normal;
    font-size: 0.625rem;
    line-height: 1.35;
  }

  .testimonial-meng-record-badge {
    position: absolute;
    left: 1.75rem;
    top: 2.25rem;
    z-index: 2;
    width: fit-content;
    max-width: calc(100% - 3.5rem);
    background-color: #211f24e8;
    border: 1px solid #fffdfa44;
    box-shadow: 0 0.5rem 1.5rem 0 #0000002b;
  }

  .testimonial-meng-visual-detail {
    position: absolute;
    display: block;
    left: auto;
    right: 1.75rem;
    top: calc(1.5rem + var(--testimonial-meng-mobile-art-height) - 5.9rem);
    z-index: 3;
    width: 5rem;
    height: 5.4rem;
    border: 0.375rem solid #fffdfa;
    box-shadow: 0 0.625rem 1.75rem 0 #211f2438;
  }

  .testimonial-meng-record-badge,
  .testimonial-yao-gift-badge,
  .testimonial-su-repeat-badge {
    align-self: flex-start;
    width: auto;
    max-width: 100%;
    padding: 0.7rem 0.875rem;
    gap: 0.25rem;
    border-radius: 0.25rem;
  }

  .testimonial-meng-record-number,
  .testimonial-yao-gift-title,
  .testimonial-su-repeat-count {
    font-size: 1.125rem;
    line-height: 1.25;
    white-space: normal;
  }

  .testimonial-meng-record-label,
  .testimonial-yao-gift-text,
  .testimonial-su-repeat-context {
    font-size: 0.75rem;
    line-height: 1.45;
    white-space: normal;
  }

  .testimonial-yao-gift-badge {
    position: absolute;
    left: 2rem;
    top: calc(1.5rem + var(--testimonial-yao-mobile-art-height) - 5.35rem);
    z-index: 3;
    width: fit-content;
    max-width: calc(100% - 4rem);
    background-color: #211f24e8;
    border: 1px solid #fffdfa33;
    box-shadow: 0 0.5rem 1.5rem 0 #00000033;
  }

  .testimonial-su-repeat-badge {
    position: absolute;
    left: 2rem;
    top: calc(1.5rem + var(--testimonial-su-mobile-art-height) - 5.35rem);
    z-index: 3;
    width: fit-content;
    max-width: calc(100% - 4rem);
    background-color: #fffdfaee;
    box-shadow: 0 0.5rem 1.5rem 0 #211f241a;
  }

  .testimonials-reader-note {
    padding-top: 1.75rem;
    background-color: #c9dce7;
  }

  .testimonials-reader-note-index {
    position: static;
    width: 100%;
    height: auto;
    padding: 1rem;
    gap: 0.75rem;
    border-radius: 0.375rem;
  }

  .testimonials-reader-note-number {
    font-size: 2rem;
  }

  .testimonials-reader-note-index-title,
  .testimonials-reader-note-index-label {
    width: 100%;
    white-space: normal;
  }

  .testimonials-reader-note-heading-group,
  .testimonials-reader-note-copy,
  .testimonials-decision-copy {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }

  .testimonials-reader-note-title,
  .testimonials-decision-title {
    width: 100%;
    font-size: clamp(1.75rem, 7.5vw, 2.25rem);
    line-height: 1.24;
  }

  .testimonials-reader-note-emphasis,
  .testimonials-decision-emphasis {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.42;
  }

  .testimonials-judgment-scale {
    position: static;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.55rem;
    padding-top: 0.25rem;
  }

  .testimonials-judgment-line {
    width: 1.25rem;
    flex: 0 0 1.25rem;
  }

  .testimonials-decision-map {
    gap: 1.125rem;
    padding-bottom: 0.75rem;
  }

  .testimonials-decision-paths {
    border-radius: 0.375rem;
    overflow: hidden;
  }

  .testimonials-decision-action-01,
  .testimonials-decision-action-02,
  .testimonials-decision-action-03 {
    height: auto;
    min-height: 5.25rem;
    padding: 1rem;
    gap: 0.875rem;
  }

  .testimonials-decision-action-01-number,
  .testimonials-decision-action-02-number,
  .testimonials-decision-action-03-number {
    font-size: 1.45rem;
  }

  .testimonials-decision-action-01-text,
  .testimonials-decision-action-02-text,
  .testimonials-decision-action-03-text {
    font-size: 1rem;
    line-height: 1.45;
  }

  .testimonials-decision-note {
    font-size: 0.8125rem;
    line-height: 1.55;
    white-space: normal;
  }
}

.testimonials-source-page [tabindex="0"]:focus-visible {
  outline: 3px solid #bfa86f;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .testimonials-source-page *,
  .testimonials-source-page *::before,
  .testimonials-source-page *::after {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
  }
  .motion-ready :is(
    .testimonial-liang-story,
    .testimonial-guran-story,
    .testimonial-meng-story,
    .testimonial-yao-story,
    .testimonial-su-story,
    .testimonial-xu-story,
    .testimonial-zhou-story,
    .testimonial-fang-story
  ),
  .motion-ready :is(
    .testimonial-meng-story-record,
    .testimonial-yao-story-gift,
    .testimonial-su-story-repeat,
    .testimonial-xu-story-boundary,
    .testimonial-zhou-story-change,
    .testimonial-fang-story-service
  ),
  .motion-ready .testimonials-reader-note,
  .motion-ready .testimonials-decision-map {
    opacity: 1;
    transform: none;
  }
}





