:root {
  --result-green: #11825d;
  --result-green-dark: #0b6b4b;
  --result-green-soft: #dff1e8;
  --result-green-pale: #f7fbf8;
  --result-ink: #1e2522;
  --result-muted: #5b6863;
  --result-line: #d8e1dd;
  --result-line-soft: #e8eeeb;
  --result-max: 1100px;
  --result-reading: 780px;
}

.diagnosis-result-page {
  background: #fff;
  color: var(--result-ink);
}

.result-main {
  overflow: hidden;
}

.result-shell,
.result-wide-width {
  width: min(calc(100% - 40px), var(--result-max));
  margin-inline: auto;
}

.result-reading-width {
  width: min(calc(100% - 40px), var(--result-reading));
  margin-inline: auto;
}

.result-body {
  color: var(--result-ink);
  font-size: 17px;
  line-height: 2.0;
}
.result-body p {
  margin: 0 0 24px;
}
.result-body p:last-child {
  margin-bottom: 0;
}
.result-body strong {
  font-weight: 800;
}
.result-emphasis {
  box-shadow: inset 0 -0.36em 0 #e4f3e8;
}

.result-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
.result-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 22px;
}
.result-list li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 0.95em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--result-green);
}

/* loading */
.result-loading {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  background: #ffffff;
}
.result-loading[hidden] { display:none; }
.result-loading-center { text-align:center; padding: 24px; }
.result-loading-center p {
  margin: 22px 0 0;
  font-size: clamp(22px, 3.6vw, 32px);
  font-weight: 900;
}
.result-loading-marks {
  height: 44px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.result-loading-marks span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation: resultPulse .9s ease-in-out infinite alternate;
}
.result-loading-marks span:nth-child(1){background:#20c58b}
.result-loading-marks span:nth-child(2){background:#8bcf54;animation-delay:.12s}
.result-loading-marks span:nth-child(3){background:#f0b929;animation-delay:.24s}
.result-loading-marks span:nth-child(4){background:#72bfe8;animation-delay:.36s}
@keyframes resultPulse {
  from { transform: translateY(4px) scale(.84); opacity: .55; }
  to { transform: translateY(-4px) scale(1.1); opacity: 1; }
}

/* hero */
.result-hero {
  padding: 54px 0 62px;
  background: #fff url('assets/result-hero-bg-ta.svg') center / cover no-repeat;
  border-bottom: 1px solid var(--result-line-soft);
}
.result-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 54px;
  align-items: center;
}
.result-group {
  margin: 0 0 14px;
  color: var(--result-green);
  font-size: 16px;
  font-weight: 800;
}
.result-hero h1 {
  margin: 0;
  font-size: clamp(52px, 6vw, 76px);
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 900;
}
.result-code {
  margin: 18px 0 18px;
  color: var(--result-green);
}
.result-code strong {
  font-size: 32px;
  letter-spacing: .14em;
  font-weight: 900;
}
.result-main-copy {
  width: fit-content;
  margin: 0 0 24px;
  color: var(--result-green-dark);
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.45;
  font-weight: 900;
}
.result-hero-summary {
  padding-top: 22px;
  border-top: 1px solid var(--result-line);
}
.result-mini-heading {
  margin: 0 0 12px;
  color: var(--result-green);
  font-size: 16px;
  font-weight: 900;
}
.result-body-lead { font-size: 18px; }
.result-hero-character {
  position: relative;
  display:flex;
  justify-content:center;
  align-items:flex-end;
  min-height: 450px;
}
.result-hero-character img {
  width: min(100%, 470px);
  max-height: 520px;
  object-fit: contain;
}
.result-hero-spark {
  position: absolute;
  color: #7dc95a;
  font-size: 28px;
}
.result-hero-spark-1 { right: 10%; top: 16%; }
.result-hero-spark-2 { left: 5%; top: 32%; color: #f0b929; font-size: 22px; }
.result-hero-spark-3 { right: 14%; bottom: 14%; font-size: 20px; }

/* share */
.result-section-title {
  margin: 0;
  color: var(--result-ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.35;
  font-weight: 900;
}
.result-share {
  padding: 42px 0 48px;
  border-bottom: 1px solid var(--result-line-soft);
}
.result-share-title {
  text-align: center;
  margin-bottom: 10px;
}
.result-share-description {
  margin: 0 0 22px;
  text-align:center;
  color: var(--result-muted);
  font-weight: 600;
}
.share-social-row {
  display:flex;
  justify-content:center;
  gap: 12px;
}
.share-social-button {
  width: 56px;
  height: 56px;
  padding: 11px;
  display:grid;
  place-items:center;
  border: 1px solid #d4ddd9;
  background: transparent;
  cursor: pointer;
}
.share-social-button img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.share-utility-row {
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.share-utility-button {
  min-height: 54px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid #d4ddd9;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  color: var(--result-ink);
  cursor: pointer;
}
.share-utility-button img {
  width: 22px;
  height: 22px;
}
.share-status {
  min-height: 22px;
  margin: 12px 0 0;
  text-align:center;
  color: var(--result-muted);
  font-size: 14px;
  font-weight: 700;
}

/* faithful content */
.faithful-result-article {
  padding-top: 8px;
}
.faithful-section {
  padding: 54px 0 0;
}
.faithful-section + .faithful-section {
  padding-top: 62px;
}
.faithful-heading {
  display:flex;
  align-items:flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.faithful-heading-text {
  min-width: 0;
  flex: 1;
}
.faithful-heading-text h2 {
  margin: 0;
  color: var(--result-green);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.34;
  letter-spacing: -.02em;
  font-weight: 900;
}
.faithful-heading-underline,
.faithful-heading-line,
.faithful-heading-dots,
.faithful-heading-zigzag {
  display:block;
  margin-top: 10px;
}
.faithful-heading-underline {
  width: min(280px, 78%);
  height: 0;
  border-bottom: 3px dashed #9fd1b7;
}
.faithful-heading-line {
  width: min(360px, 100%);
  height: 0;
  border-bottom: 1px solid #bcd8c9;
}
.faithful-heading-dots {
  width: min(380px, 100%);
  height: 0;
  border-bottom: 4px dotted #16925d;
}
.faithful-heading-zigzag {
  width: min(220px, 70%);
  height: 0;
  border-bottom: 3px dashed #9fd1b7;
}
.faithful-body {
  font-size: 17px;
}
.faithful-list li {
  margin-bottom: 12px;
}
.faithful-summary-line {
  margin-top: 18px;
  color: var(--result-green);
  font-weight: 800;
}

.asset-slot {
  display:grid;
  place-items:center;
  align-content:center;
  gap: 8px;
  padding: 16px;
  border: 1px dashed #bfc9c4;
  color: #77827d;
  background: #fafcfa;
  text-align:center;
}
.asset-slot span {
  font-size: 13px;
  font-weight: 800;
  text-transform: lowercase;
  letter-spacing: .04em;
}
.asset-slot small {
  font-size: 11px;
  line-height: 1.5;
  color: #8b9691;
}
.asset-slot-icon {
  width: 52px;
  min-width: 52px;
  height: 52px;
  padding: 0;
}
.asset-slot-illustration {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 300px;
}
.asset-slot-support {
  width: 100%;
  min-height: 220px;
}
.asset-slot-decor {
  min-height: 86px;
  padding: 12px;
  background: transparent;
}
.asset-slot-line-visual {
  width: 220px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
}
.asset-slot-icon-line {
  width: 72px;
  min-width: 72px;
  height: 72px;
  padding: 0;
}
.asset-slot-message-icon {
  width: 72px;
  min-width: 72px;
  height: 72px;
  padding: 8px;
  background: transparent;
}

.faithful-strength-layout {
  display:grid;
  grid-template-columns: minmax(320px, 0.92fr) 1.08fr;
  gap: 56px;
  align-items:start;
}
.faithful-strength-layout > .asset-slot-illustration { order: 1; }
.faithful-strength-copy {
  order: 2;
  min-width: 0;
}

.faithful-environment-grid {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.faithful-environment-card {
  padding: 28px 26px;
  border: 1px solid #d5dfda;
  background: #fff;
}
.faithful-heading-environment {
  margin-bottom: 22px;
}
.faithful-heading-environment .faithful-heading-text h2 {
  font-size: clamp(24px, 2.6vw, 34px);
}

.faithful-hints-header {
  display:grid;
  grid-template-columns: 180px minmax(0, 1fr) 180px;
  gap: 22px;
  align-items:center;
  margin-bottom: 18px;
}
.faithful-hints-title {
  margin: 0;
  text-align:center;
  color: var(--result-ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 900;
}
.faithful-hints-title span {
  display:inline-block;
  padding-bottom: 4px;
  border-bottom: 8px solid #dff4e5;
  color: var(--result-green);
}
.asset-slot-support-hints {
  min-height: 200px;
}
.asset-slot-decor-hints {
  min-height: 92px;
}
.faithful-hints-list {
  border-top: 1px solid var(--result-line);
}
.faithful-hint-item {
  padding: 28px 0;
  border-bottom: 1px solid var(--result-line);
}
.faithful-hint-item h3 {
  margin: 0 0 12px;
  color: var(--result-green);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.45;
  font-weight: 900;
}
.faithful-hint-number {
  margin-right: 8px;
}

.faithful-section-message {
  padding-bottom: 8px;
}
.faithful-message-heading-row {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: nowrap;
}
.faithful-message-title {
  width: fit-content;
  margin: 0;
  padding-bottom: 60px;
  border-bottom: 8px solid #e4f3e8;
  color: var(--result-ink);
  font-size: clamp(28px, 3.1vw, 40px);
  line-height: 1.35;
  text-align:center;
  font-weight: 900;
}

/* line area */
.result-line-cta-faithful {
  position: relative;
  overflow: hidden;
  padding: 56px 0 86px;
  background: #fdfdf9;
  border-top: 1px solid var(--result-line-soft);
}
.result-line-cta-faithful::before,
.result-line-cta-faithful::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 130px;
  pointer-events: none;
  opacity: .95;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.result-line-cta-faithful::before {
  left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='500' viewBox='0 0 130 500'%3E%3Cpath d='M16 185h18' stroke='%23efc7c0' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M16 201h18' stroke='%23efc7c0' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M25 176v34' stroke='%23efc7c0' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M42 250l14-8' stroke='%23efc7c0' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M42 272l14 8' stroke='%23efc7c0' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M68 140c10 0 16 8 16 18s-6 18-16 18' fill='none' stroke='%23e9d2c8' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='94' cy='166' r='3' fill='%23f0c54a'/%3E%3Ccircle cx='106' cy='152' r='3' fill='%2397d99f'/%3E%3Ccircle cx='104' cy='177' r='3' fill='%2386cfe1'/%3E%3C/svg%3E");
}
.result-line-cta-faithful::after {
  right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='500' viewBox='0 0 130 500'%3E%3Cpath d='M94 186h18' stroke='%23efc7c0' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M94 202h18' stroke='%23efc7c0' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M103 177v34' stroke='%23efc7c0' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M74 248l14-8' stroke='%23efc7c0' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M74 272l14 8' stroke='%23efc7c0' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M44 140c-10 0-16 8-16 18s6 18 16 18' fill='none' stroke='%23e9d2c8' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='20' cy='166' r='3' fill='%23f0c54a'/%3E%3Ccircle cx='8' cy='152' r='3' fill='%2397d99f'/%3E%3Ccircle cx='10' cy='177' r='3' fill='%2386cfe1'/%3E%3C/svg%3E");
}
.faithful-line-panel {
  position: relative;
  padding: 34px 32px 32px;
  background: #fff;
}
.faithful-line-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #e6eae6;
  pointer-events: none;
}
.faithful-line-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='420' viewBox='0 0 900 420'%3E%3Cg fill='none' stroke='%23dbe7dc' stroke-width='2'%3E%3Cpath d='M0 20c60 0 60 18 120 18s60-18 120-18'/%3E%3Cpath d='M660 390c40 0 40-14 80-14s40 14 80 14'/%3E%3C/g%3E%3Cg fill='%2397d99f'%3E%3Ccircle cx='130' cy='34' r='3'/%3E%3Ccircle cx='146' cy='26' r='3'/%3E%3Ccircle cx='162' cy='34' r='3'/%3E%3Ccircle cx='770' cy='40' r='3'/%3E%3Ccircle cx='788' cy='28' r='3'/%3E%3Ccircle cx='804' cy='40' r='3'/%3E%3C/g%3E%3Cg stroke='%2397d99f' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M730 76h16'/%3E%3Cpath d='M738 68v16'/%3E%3Cpath d='M182 360h16'/%3E%3Cpath d='M190 352v16'/%3E%3C/g%3E%3Cg fill='%23f0c54a'%3E%3Ccircle cx='98' cy='54' r='3'/%3E%3Ccircle cx='824' cy='94' r='3'/%3E%3Ccircle cx='120' cy='332' r='3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .9;
}
.faithful-line-heading-wrap {
  max-width: 760px;
  margin: 0 auto 26px;
}
.faithful-line-heading-centered {
  text-align: center;
}
.line-highlight {
  color: var(--result-green);
}
.result-line-heading-wrap h2 {
  margin: 0 0 10px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.32;
  font-weight: 900;
}
.result-line-heading-wrap > p:last-child {
  margin: 0;
  color: var(--result-muted);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 600;
}
.faithful-line-benefits-visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}
.faithful-line-benefit-card {
  text-align: center;
}
.faithful-line-step {
  margin: 0 0 12px;
  color: #15a05f;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}
.faithful-line-benefit-card h3 {
  margin: 14px 0 10px;
  color: var(--result-ink);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 800;
}
.faithful-line-benefit-card p {
  margin: 0 auto;
  max-width: 240px;
  color: var(--result-muted);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
}
.result-line-button {
  width: min(100%, 520px);
  min-height: 60px;
  margin: 28px auto 0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap: 12px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  background: #06c755;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}
.result-line-logo {
  min-width: 48px;
  min-height: 30px;
  padding: 0 10px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  border-radius: 999px;
  background: #fff;
  color: #06c755;
  font-size: 11px;
  font-weight: 900;
}

/* responsiveness */
@media (max-width: 980px) {
  .result-hero-shell {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) 340px;
  }
  .faithful-strength-layout {
    grid-template-columns: 320px 1fr;
    gap: 32px;
  }
  .faithful-hints-header {
    grid-template-columns: 120px 1fr 120px;
    gap: 18px;
  }
  .faithful-line-benefits-visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 820px) {
  .result-line-cta-faithful::before,
  .result-line-cta-faithful::after {
    width: 74px;
    opacity: .8;
  }
  .result-hero {
    padding: 34px 0 42px;
  }
  .result-hero-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .result-hero-character {
    min-height: 320px;
  }
  .result-hero-character img {
    width: min(100%, 340px);
    max-height: 360px;
  }
  .faithful-strength-layout,
  .faithful-environment-grid {
    grid-template-columns: 1fr;
  }
  .faithful-hints-header {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .asset-slot-decor-hints {
    width: min(220px, 100%);
    margin: 0 auto;
  }
  .faithful-line-panel {
    padding: 30px 20px 28px;
  }
  .faithful-message-heading-row {
    gap: 10px;
  }
  .faithful-line-benefits-visual {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .result-shell,
  .result-wide-width,
  .result-reading-width {
    width: min(calc(100% - 32px), var(--result-max));
  }
  .result-body,
  .faithful-body { font-size: 16px; line-height: 1.9; }
  .result-body-lead { font-size: 17px; }
  .result-hero h1 { font-size: clamp(42px, 12vw, 56px); }
  .result-code strong { font-size: 26px; }
  .result-main-copy { font-size: 24px; }
  .result-share { padding: 36px 0 42px; }
  .share-social-row { gap: 10px; }
  .share-social-button { width: 50px; height: 50px; }
  .share-utility-row { grid-template-columns: 1fr; gap: 10px; }
  .faithful-section { padding-top: 46px; }
  .faithful-section + .faithful-section { padding-top: 54px; }
  .faithful-heading { gap: 12px; margin-bottom: 18px; }
  .asset-slot-icon { width: 44px; min-width: 44px; height: 44px; }
  .faithful-heading-text h2 { font-size: 28px; }
  .faithful-strength-layout > .asset-slot-illustration { order: 2; min-height: 220px; }
  .faithful-strength-copy { order: 1; }
  .faithful-environment-card { padding: 20px 18px; }
  .faithful-hints-title { font-size: 34px; }
  .faithful-hints-title-wrap { margin-bottom: 0; }
  .faithful-hint-item h3 { font-size: 21px; }
  .faithful-message-title { font-size: 29px; }
  .asset-slot-message-icon { width: 56px; min-width: 56px; height: 56px; }
  .result-line-cta-faithful { padding: 48px 0 72px; }
  .result-line-heading-wrap h2 { font-size: 30px; }
  .faithful-line-step { font-size: 28px; }
  .asset-slot-line-visual { width: 200px; }
  .result-line-button { width: 100%; font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .result-loading-marks span { animation: none !important; }
}

/* --- revision: message / line / carousel --- */
.faithful-strength-layout {
  gap: 64px;
}

.faithful-message-heading-row {
  width: min(100%, 720px);
  margin: 0 auto 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  align-items: start;
  gap: 16px;
}
.faithful-message-title {
  width: auto;
  border-bottom: 0;
  text-align: left;
  line-height: 1.24;
}
.faithful-message-title span {
  display: block;
}
.faithful-message-title span:last-child {
  color: var(--result-green);
}
.faithful-message-bubble {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding: 22px 24px;
  border: 1px solid #dbe4df;
  background: #fff;
}
.faithful-message-bubble::before {
  content: '';
  position: absolute;
  top: -14px;
  right: 44px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-top: 1px solid #dbe4df;
  border-right: 1px solid #dbe4df;
  transform: rotate(-45deg);
}

.result-line-cta-faithful {
  overflow: visible;
  padding: 60px 0 72px;
  background: #fff;
  border-top: 1px solid var(--result-line-soft);
}
.result-line-cta-faithful::before,
.result-line-cta-faithful::after,
.faithful-line-panel::before,
.faithful-line-panel::after {
  content: none;
}
.faithful-line-panel {
  padding: 0;
  background: transparent;
}
.faithful-line-heading-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: min(100%, 760px);
  margin: 0 auto 26px;
}
.asset-slot-line-heading-icon {
  width: 74px;
  min-width: 74px;
  height: 74px;
  padding: 8px;
  background: transparent;
}
.faithful-line-heading-wrap {
  max-width: none;
  margin: 0;
  text-align: left;
}
.result-line-heading-wrap h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.28;
}
.faithful-line-benefits-visual {
  gap: 0;
  margin-top: 18px;
}
.faithful-line-benefit-card {
  padding: 0 18px;
  text-align: center;
}
.faithful-line-benefit-card + .faithful-line-benefit-card {
  border-left: 1px solid var(--result-line);
}
.faithful-line-benefit-card p {
  max-width: 250px;
}
.result-line-button {
  margin-top: 26px;
}

.result-other-characters {
  padding: 8px 0 86px;
}
.result-other-characters-title {
  margin: 0 0 20px;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.35;
  font-weight: 900;
  text-align: center;
}
.character-slider-shell {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 14px;
  align-items: center;
}
.character-slider-nav {
  width: 42px;
  height: 42px;
  border: 1px solid var(--result-line);
  background: #fff;
  color: var(--result-ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.character-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(170px, 170px);
  gap: 18px;
  overflow-x: auto;
  padding: 6px 2px 14px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.character-slide-card {
  display: block;
  scroll-snap-align: start;
}
.character-slide-card img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 980px) {
  .faithful-strength-layout {
    gap: 36px;
  }
}

@media (max-width: 820px) {
  .faithful-hints-header {
    grid-template-columns: minmax(60px, 76px) minmax(0, 1fr) minmax(60px, 76px);
    gap: 12px;
  }
  .asset-slot-decor-hints {
    width: 100%;
    min-height: 72px;
    margin: 0;
  }
  .faithful-line-heading-row {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 20px;
  }
  .asset-slot-line-heading-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    padding: 6px;
  }
  .faithful-line-benefits-visual {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .faithful-line-benefit-card {
    padding: 0;
  }
  .faithful-line-benefit-card + .faithful-line-benefit-card {
    border-left: 0;
    border-top: 1px solid var(--result-line);
    padding-top: 22px;
  }
  .character-slider-shell {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 10px;
  }
  .character-slider {
    grid-auto-columns: minmax(150px, 150px);
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .faithful-message-heading-row {
    grid-template-columns: minmax(0, 1fr) 60px;
    gap: 10px;
    margin-bottom: 12px;
  }
  .faithful-message-title {
    font-size: 28px;
  }
  .faithful-message-bubble {
    padding: 18px 16px;
  }
  .faithful-message-bubble::before {
    right: 28px;
  }
  .faithful-hints-header {
    grid-template-columns: 62px minmax(0, 1fr) 62px;
    gap: 8px;
  }
  .faithful-hints-title {
    font-size: 28px;
  }
  .asset-slot-decor-hints {
    min-height: 62px;
    padding: 8px;
  }
  .result-line-cta-faithful {
    padding: 48px 0 62px;
  }
  .result-line-heading-wrap h2 {
    font-size: 26px;
  }
  .result-line-heading-wrap > p:last-child {
    font-size: 12px;
  }
  .result-other-characters {
    padding-bottom: 64px;
  }
  .result-other-characters-title {
    font-size: 26px;
  }
  .character-slider-nav {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
  .character-slider {
    grid-auto-columns: minmax(138px, 138px);
  }
}


/* --- final mobile alignment fix 2026-07-15 --- */
.faithful-message-heading-row {
  width: 100%;
  margin: 0 auto 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.faithful-message-title {
  width: auto;
  margin: 0;
  text-align: center;
  line-height: 1.18;
}
.faithful-message-title span {
  display: block;
}
.asset-slot-message-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  flex: 0 0 60px;
  margin-top: 2px;
}
.faithful-message-bubble {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.faithful-message-bubble::before {
  content: none;
}

.faithful-hints-header {
  grid-template-columns: 72px minmax(0, auto) 72px;
  justify-content: center;
  align-items: center;
}
.faithful-hints-title-wrap {
  min-width: 0;
}
.asset-slot-decor-hints {
  width: 100%;
  margin: 0;
}

.faithful-line-heading-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  width: min(100%, 680px);
  margin: 0 auto 24px;
}
.asset-slot-line-heading-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  padding: 6px;
  align-self: start;
}
.faithful-line-heading-wrap {
  min-width: 0;
}

@media (max-width: 640px) {
  .faithful-message-heading-row {
    gap: 10px;
    margin-bottom: 14px;
  }
  .faithful-message-title {
    font-size: 26px;
  }
  .asset-slot-message-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .faithful-hints-header {
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    gap: 8px;
  }
  .asset-slot-decor-hints {
    min-height: 52px;
    padding: 6px;
  }
  .faithful-hints-title {
    font-size: 27px;
    line-height: 1.22;
  }

  .faithful-line-heading-row {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    margin-bottom: 18px;
  }
  .asset-slot-line-heading-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 5px;
  }
  .result-line-heading-wrap h2 {
    font-size: 24px;
    line-height: 1.24;
  }
  .result-line-heading-wrap > p:last-child {
    font-size: 12px;
    line-height: 1.75;
  }
}


/* --- line heading centering fix 2026-07-15 --- */
.faithful-line-heading-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  width: min(100%, 720px);
  margin: 0 auto 20px;
}
.asset-slot-line-heading-icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  flex: 0 0 44px;
  padding: 4px;
  align-self: flex-start;
}
.asset-slot-line-heading-icon small {
  display: none;
}
.faithful-line-heading-wrap {
  min-width: 0;
}
.faithful-line-heading-wrap h2,
.faithful-line-heading-wrap p {
  text-align: center;
}

@media (max-width: 640px) {
  .faithful-line-heading-row {
    gap: 8px;
    width: 100%;
    margin-bottom: 16px;
  }
  .asset-slot-line-heading-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    flex-basis: 40px;
    padding: 3px;
  }
  .result-line-heading-wrap h2 {
    font-size: 23px;
    line-height: 1.22;
  }
}

/* Common/character asset rendering */
.asset-slot.has-asset {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  overflow: hidden;
}
.asset-slot.has-asset > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.asset-slot-icon.has-asset,
.asset-slot-message-icon.has-asset,
.asset-slot-line-heading-icon.has-asset {
  overflow: visible;
}
.asset-slot-illustration.has-asset > img {
  object-fit: contain;
}
.asset-slot-decor-hints.has-asset > img {
  object-fit: contain;
}
.asset-slot-line-visual.has-asset > img {
  object-fit: contain;
}

.result-generic-title {
  margin: 0 0 22px;
  color: var(--result-green);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.35;
  font-weight: 900;
  text-align: center;
}


/* v1.0.1: loading group colors and message icon size */
.result-loading-marks span:nth-child(1) {
  background: #8B5BB5; /* 先見構想：パープル */
}
.result-loading-marks span:nth-child(2) {
  background: #E45C5C; /* 挑戦開拓：レッド */
}
.result-loading-marks span:nth-child(3) {
  background: #E9B327; /* 必要なことを形にする：イエロー */
}
.result-loading-marks span:nth-child(4) {
  background: #3F8FCB; /* 正確さで安定を支える：ブルー */
}

/* Change this value to adjust the character-specific message icon. */
:root {
  --result-message-icon-size: 150px;
  --result-message-icon-size-mobile: 120px;
}

.asset-slot-message-icon,
.asset-slot-message-icon.has-asset {
  width: var(--result-message-icon-size);
  min-width: var(--result-message-icon-size);
  height: var(--result-message-icon-size);
  flex: 0 0 var(--result-message-icon-size);
}

.faithful-message-heading-row {
  max-width: 100%;
}

@media (max-width: 640px) {
  .asset-slot-message-icon,
  .asset-slot-message-icon.has-asset {
    width: var(--result-message-icon-size-mobile);
    min-width: var(--result-message-icon-size-mobile);
    height: var(--result-message-icon-size-mobile);
    flex-basis: var(--result-message-icon-size-mobile);
  }

  .faithful-message-heading-row {
    gap: 8px;
  }

  .faithful-message-title {
    font-size: 24px;
  }
}


/* v1.0.2: LINE heading, message spacing, and mobile message title */
.asset-slot-line-heading-icon {
  display: none !important;
}

.faithful-line-heading-row {
  display: block !important;
  width: 100% !important;
  max-width: 760px;
  margin: 0 auto 24px !important;
}

.faithful-line-heading-wrap {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  text-align: center !important;
}

.faithful-line-heading-wrap h2,
.faithful-line-heading-wrap p {
  text-align: center !important;
}

/* Keep enough air before the thin divider above the LINE area. */
.faithful-section-message {
  padding-bottom: 96px !important;
}

.faithful-message-title .message-title-name,
.faithful-message-title .message-title-connector {
  display: inline;
}

.faithful-message-title .message-title-label {
  display: block;
}

@media (max-width: 640px) {
  .faithful-section-message {
    padding-bottom: 72px !important;
  }

  .faithful-message-heading-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) min(var(--result-message-icon-size-mobile), 38vw);
    align-items: center;
    justify-content: center;
    gap: 8px !important;
    width: 100%;
  }

  .faithful-message-title {
    min-width: 0;
    text-align: center;
    line-height: 1.15;
  }

  .faithful-message-title .message-title-name,
  .faithful-message-title .message-title-connector,
  .faithful-message-title .message-title-label {
    display: block;
  }

  .faithful-message-title .message-title-name {
    font-size: 27px;
    font-weight: 900;
  }

  .faithful-message-title .message-title-connector {
    margin-top: 5px;
    font-size: 17px;
    font-weight: 700;
  }

  .faithful-message-title .message-title-label {
    margin-top: 4px;
    font-size: 23px;
    font-weight: 900;
  }

  .asset-slot-message-icon,
  .asset-slot-message-icon.has-asset {
    width: min(var(--result-message-icon-size-mobile), 38vw);
    min-width: min(var(--result-message-icon-size-mobile), 38vw);
    height: min(var(--result-message-icon-size-mobile), 38vw);
    flex-basis: min(var(--result-message-icon-size-mobile), 38vw);
  }
}


/* v1.0.3: mobile message composition and hero character position */
.result-hero-character-mobile {
  display: none;
}

@media (max-width: 640px) {
  /* Place the character directly above 「あなたをひとことで表すと」. */
  .result-hero-character-desktop {
    display: none;
  }

  .result-hero-character-mobile {
    display: flex;
    min-height: 0;
    height: 280px;
    margin: 2px 0 14px;
    align-items: flex-end;
    justify-content: center;
  }

  .result-hero-character-mobile img {
    width: min(100%, 280px);
    height: 100%;
    max-height: none;
    object-fit: contain;
  }

  .result-hero-character-mobile .result-hero-spark-1 {
    right: 12%;
    top: 10%;
  }

  .result-hero-character-mobile .result-hero-spark-2 {
    left: 10%;
    top: 34%;
  }

  .result-hero-character-mobile .result-hero-spark-3 {
    right: 16%;
    bottom: 9%;
  }

  /* Keep the title centered and overlay the character icon at the lower right. */
  .faithful-message-heading-row {
    position: relative;
    display: block !important;
    width: 100%;
    min-height: 184px;
    margin: 0 auto 20px;
    overflow: visible;
  }

  .faithful-message-title {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 1.12;
  }

  .faithful-message-title .message-title-name,
  .faithful-message-title .message-title-connector,
  .faithful-message-title .message-title-label {
    display: block;
  }

  .faithful-message-title .message-title-name {
    font-size: clamp(30px, 8.7vw, 35px);
    font-weight: 900;
    letter-spacing: -.03em;
  }

  .faithful-message-title .message-title-connector {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
  }

  .faithful-message-title .message-title-label {
    margin-top: 8px;
    color: var(--result-green);
    font-size: clamp(30px, 8.7vw, 35px);
    font-weight: 900;
    letter-spacing: -.02em;
  }

  .asset-slot-message-icon,
  .asset-slot-message-icon.has-asset {
    position: absolute;
    z-index: 2;
    top: 57px;
    right: 0;
    width: min(118px, 32vw);
    min-width: 0;
    height: min(118px, 32vw);
    margin: 0;
    padding: 0;
    flex: none;
    overflow: visible;
  }

  .asset-slot-message-icon.has-asset > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media (max-width: 390px) {
  .result-hero-character-mobile {
    height: 250px;
  }

  .asset-slot-message-icon,
  .asset-slot-message-icon.has-asset {
    top: 61px;
    right: -2px;
    width: min(108px, 31vw);
    height: min(108px, 31vw);
  }
}


/* v1.0.4: mobile message image, LINE heading, and strengths spacing */
@media (max-width: 640px) {
  /* Use the official character base image and raise it beside the heading. */
  .asset-slot-message-icon,
  .asset-slot-message-icon.has-asset {
    top: 34px !important;
    right: 4px !important;
  }

  /* Slightly enlarge the centered LINE heading on smartphones. */
  .result-line-heading-wrap h2 {
    font-size: 25px !important;
    line-height: 1.24;
  }

  /* Give the strengths section the same visible side margins as other sections. */
  .faithful-section-strengths .result-wide-width {
    width: calc(100% - 44px) !important;
    max-width: none;
    margin-inline: 22px !important;
  }

  .faithful-section-strengths .faithful-strength-copy,
  .faithful-section-strengths .faithful-body,
  .faithful-section-strengths .result-list {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .faithful-section-strengths .faithful-body,
  .faithful-section-strengths .result-list li {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 390px) {
  .asset-slot-message-icon,
  .asset-slot-message-icon.has-asset {
    top: 38px !important;
    right: 2px !important;
  }
}


/* v1.0.5: stacked message character and vertical strengths layout */
/* Display the strengths copy first and its 4:3 illustration underneath on all screens. */
.faithful-section-strengths .faithful-strength-layout {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  gap: 38px !important;
}

.faithful-section-strengths .faithful-strength-copy {
  order: 1 !important;
  width: min(100%, var(--result-reading));
  margin-inline: auto;
}

.faithful-section-strengths .asset-slot-illustration {
  order: 2 !important;
  align-self: center;
  width: min(100%, 720px);
  max-width: 100%;
  min-height: 0;
  margin: 0 auto;
  aspect-ratio: 4 / 3;
  box-sizing: border-box;
}

.faithful-section-strengths .asset-slot-illustration.has-asset > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

@media (max-width: 640px) {
  /* Keep the whole strengths section and its illustration centered with equal side margins. */
  .faithful-section-strengths .result-wide-width {
    width: calc(100% - 32px) !important;
    max-width: var(--result-max);
    margin-inline: auto !important;
  }

  .faithful-section-strengths .faithful-strength-layout {
    gap: 28px !important;
  }

  .faithful-section-strengths .faithful-strength-copy,
  .faithful-section-strengths .asset-slot-illustration {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
  }

  /* Put the official character completely below the three-line message heading. */
  .faithful-message-heading-row {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100%;
    min-height: 0 !important;
    margin: 0 auto 5px !important;
    gap: 0 !important;
    overflow: visible;
  }

  .faithful-message-title {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .asset-slot-message-icon,
  .asset-slot-message-icon.has-asset {
    position: static !important;
    inset: auto !important;
    width: min(260px, 72vw) !important;
    min-width: 0 !important;
    height: min(260px, 72vw) !important;
    flex: 0 0 auto !important;
    margin: 5px auto 0 !important;
    padding: 0;
    overflow: visible;
  }

  .asset-slot-message-icon.has-asset > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
}

@media (max-width: 390px) {
  .asset-slot-message-icon,
  .asset-slot-message-icon.has-asset {
    width: min(235px, 70vw) !important;
    height: min(235px, 70vw) !important;
  }
}

@media (max-width: 640px) {
  .result-line-heading-wrap h2 {
    width: 100%;
    margin-inline: auto;
    font-size: clamp(20px, 7vw, 30px);
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-align: center;
  }
}
/* v1.0.6: mobile spacing, strengths side margins, and LINE heading scale */
@media (max-width: 640px) {
  /* Keep the visible gap between the three-line message title and character close to 8px. */
  .faithful-message-title {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  .asset-slot-message-icon,
  .asset-slot-message-icon.has-asset {
    margin: -10px auto 0 !important;
  }

  /* Match the strengths text area's left and right margins to the other reading sections. */
  .faithful-section-strengths .result-wide-width {
    width: calc(100% - 32px) !important;
    margin-inline: auto !important;
  }

  .faithful-section-strengths .faithful-strength-copy {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }

  .faithful-section-strengths .faithful-heading,
  .faithful-section-strengths .faithful-heading-text,
  .faithful-section-strengths .faithful-body,
  .faithful-section-strengths .result-list {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .faithful-section-strengths .faithful-heading-text h2 {
    overflow-wrap: anywhere;
  }

  /* Keep only the illustration narrower and centered. */
  .faithful-section-strengths .asset-slot-illustration {
    width: 80% !important;
    max-width: 520px !important;
    margin-inline: auto !important;
  }

  /* Scale the two-line LINE heading to approximately 85% of the phone width. */
  .result-line-heading-wrap h2 {
    width: 85vw !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    font-size: clamp(25px, 7.7vw, 32px) !important;
    line-height: 1.22 !important;
    letter-spacing: -0.025em;
    text-align: center;
    white-space: nowrap;
  }
}


/* v1.1.1: 16タイプのグループカラー対応。LINE導線はv1.0.6確定デザインを維持。 */
.result-emphasis {
  box-shadow: inset 0 -0.36em 0 var(--result-green-soft);
}

/* 読み込み中の4色：先見構想／堅実整備／挑戦開拓／即応実践 */
.result-loading-marks span:nth-child(1) { background: #8B5BB5; }
.result-loading-marks span:nth-child(2) { background: #3F8FCB; }
.result-loading-marks span:nth-child(3) { background: #E45C5C; }
.result-loading-marks span:nth-child(4) { background: #E9B327; }

.result-share-title {
  margin-bottom: 8px;
  text-align: center;
}

/* 各タイプのグループ色はcharacter-content-renderer.jsからCSS変数へ設定する。 */
.result-group,
.result-code,
.result-mini-heading,
.faithful-heading-text h2,
.faithful-hint-item h3,
.faithful-summary-line,
.faithful-message-title .message-title-label,
.result-generic-title {
  color: var(--result-green);
}

/* LINEはグループ色ではなく、LINEボタンと同じ公式グリーンを使用する。 */
.line-highlight {
  color: #06C755;
}

/* 画像がないタイプでは共通レイアウトを保ったまま仮枠を表示する。 */
.asset-slot.is-placeholder {
  color: #7b8781;
  background: #fafcfa;
}

@media (max-width: 640px) {
  .result-share-title { font-size: 27px; }
}


/* LINE CTA: 「公式LINE」はボタンと同じ公式グリーン */
.result-line-cta .line-highlight {
  color: #06c755 !important;
}
.result-line-cta .result-line-heading-wrap h2 {
  color: #1e2522 !important;
}
.result-line-cta .result-line-heading-wrap > p:last-child {
  color: #5b6863 !important;
}
.result-line-cta .faithful-line-step {
  color: #15a05f !important;
}
.result-line-cta .faithful-line-benefit-card h3 {
  color: #1e2522 !important;
}
.result-line-cta .faithful-line-benefit-card p {
  color: #5b6863 !important;
}
.result-line-cta .result-line-button {
  background: #06c755 !important;
  color: #ffffff !important;
}
.result-line-cta .result-line-logo {
  background: #ffffff !important;
  color: #06c755 !important;
}


/* v1.3.16: prevent the static TAOP fallback from flashing before rendering */
html.character-data-pending body.diagnosis-result-page > :not(.result-loading) {
  visibility: hidden !important;
}
html.character-data-pending body.diagnosis-result-page {
  background: #fff;
}

/* v1.3.16: compact LINE benefits on smartphones */
@media (max-width: 640px) {
  .result-line-cta .faithful-line-step {
    margin-bottom: 6px;
  }
  .result-line-cta .asset-slot-line-visual {
    width: min(300px, 88vw);
  }
  .result-line-cta .faithful-line-benefit-card h3 {
    margin-top: 7px;
  }
}

/* v1.3.16: remove numbered LINE steps and tighten mobile illustration/title spacing */
.result-line-cta .faithful-line-step {
  display: none !important;
}

/* Do not reveal a stale fallback character while the selected image is loading. */
.result-hero-character img[data-character-image-pending] {
  visibility: hidden;
}

@media (max-width: 640px) {
  .result-line-cta .faithful-line-benefits-visual {
    gap: 16px;
  }
  .result-line-cta .faithful-line-benefit-card + .faithful-line-benefit-card {
    padding-top: 16px;
  }
  .result-line-cta .asset-slot-line-visual {
    width: min(300px, 88vw);
    margin-bottom: -12px;
  }
  .result-line-cta .faithful-line-benefit-card h3 {
    margin: 0 0 8px;
  }
}

/* v1.0.0: LINE登録前に「周囲から見たあなた」の一部だけを予告表示する。 */
.line-locked-preview {
  position: relative;
  z-index: 1;
  width: min(100%, 820px);
  min-height: 330px;
  margin: 0 auto;
  padding: 42px 48px 150px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.line-locked-preview::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 62%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.82) 46%, #fff 88%);
}

.line-locked-preview h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  color: var(--result-ink);
  font-size: clamp(27px, 3.2vw, 38px);
  line-height: 1.35;
  font-weight: 900;
  text-align: center;
}

.line-locked-preview-excerpt,
.line-locked-preview-blur p {
  margin: 0;
  color: var(--result-ink);
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.line-locked-preview-excerpt {
  position: relative;
  z-index: 1;
}

.line-locked-preview-blur {
  margin-top: 12px;
  filter: blur(5px);
  opacity: .62;
  user-select: none;
}

.line-locked-preview-blur p + p {
  margin-top: 8px;
}

.line-locked-preview-guide {
  position: absolute;
  right: 16px;
  bottom: 106px;
  left: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #06c755;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}

.line-locked-preview-arrow {
  font-size: 27px;
  line-height: 1;
}

.result-line-cta .faithful-line-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 960px);
  margin: -112px auto 0;
  padding: 38px 34px 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.result-line-cta-faithful {
  border-top: 0;
}

@media (max-width: 640px) {
  .line-locked-preview {
    min-height: 310px;
    padding: 30px 20px 132px;
    border-radius: 0;
  }

  .line-locked-preview h2 {
    margin-bottom: 14px;
    font-size: 25px;
  }

  .line-locked-preview-excerpt,
  .line-locked-preview-blur p {
    font-size: 14px;
    line-height: 1.9;
  }

  .result-line-cta .faithful-line-panel {
    width: calc(100% - 16px);
    margin-top: -96px;
    padding: 30px 16px 26px;
    border-radius: 0;
  }

  .line-locked-preview-guide {
    bottom: 90px;
    font-size: 16px;
  }

  .line-locked-preview-arrow {
    font-size: 24px;
  }

  .result-line-cta .faithful-line-heading-row {
    margin-bottom: 0 !important;
  }

  .result-line-cta .faithful-line-benefits-visual {
    margin-top: 0 !important;
  }
}
