/* lp_v3 refinement — 2026-07-29
   Existing black × gold atmosphere is preserved while improving hierarchy,
   contrast, numeric typography and section comprehension. */

:root {
  --mid-gray: #626262;
  --dark-gray: #3f4145;
  --refine-gold: #b48632;
  --refine-gold-dark: #8c641c;
  --refine-ink: #181a1e;
}

/* ============================================================
   Section redesign 03 — proof / mechanism / value / trust
   ============================================================ */

#accuracy .v3-step-note {
  max-width: 780px;
}

.proof-console {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  max-width: 1080px;
  margin: 54px auto 0;
  overflow: hidden;
  border: 1px solid #ded8ce;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(30, 25, 17, .08);
}

.proof-console-label,
.roi-eyebrow,
.security-kicker {
  font-family: var(--font-en);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.proof-gauge-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 42px 34px 38px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 35%, rgba(201, 166, 96, .18), transparent 43%),
    #17181b;
}

.proof-gauge-panel > .proof-console-label {
  align-self: flex-start;
  color: #d7b36a;
}

.proof-gauge {
  display: grid;
  width: min(250px, 90%);
  margin: 32px 0 26px;
  padding: 13px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(#d5ad5c 0 80%, rgba(255, 255, 255, .1) 80% 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .04), 0 16px 48px rgba(0, 0, 0, .26);
}

.proof-gauge-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #17181b;
}

.proof-gauge-center span {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .65);
  font-size: .73rem;
  font-weight: 600;
}

.proof-gauge-center strong,
.proof-goal strong,
.roi-hero-number strong,
.roi-stat strong,
.voice-result strong {
  font-family: var(--font-jp);
  font-variant-numeric: lining-nums proportional-nums;
  letter-spacing: -.07em;
}

.proof-gauge-center strong {
  color: #f5e1b6;
  font-size: clamp(3.3rem, 5vw, 4.7rem);
  line-height: .95;
}

.proof-gauge-center small {
  margin-left: 3px;
  font-family: var(--font-body);
  font-size: .32em;
  letter-spacing: 0;
}

.proof-gauge-panel > p {
  max-width: 260px;
  color: rgba(255, 255, 255, .68);
  font-size: .82rem;
  line-height: 1.85;
  text-align: center;
}

.proof-growth-panel {
  padding: 42px 42px 34px;
}

.proof-growth-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e9e4db;
}

.proof-growth-head .proof-console-label {
  color: #987126;
}

.proof-growth-head h3 {
  margin-top: 10px;
  color: #1b1c20;
  font-family: var(--font-jp);
  font-size: clamp(1.32rem, 2.2vw, 1.7rem);
  line-height: 1.55;
}

.proof-goal {
  min-width: 176px;
  padding: 14px 16px;
  border-left: 2px solid #c49b50;
  background: #f7f2e8;
}

.proof-goal span {
  display: block;
  color: #6f6250;
  font-size: .68rem;
  font-weight: 700;
}

.proof-goal strong {
  display: block;
  margin-top: 6px;
  color: #1c1d20;
  font-size: 2.1rem;
  line-height: 1;
}

.proof-goal small {
  margin-left: 3px;
  font-family: var(--font-body);
  font-size: .38em;
  letter-spacing: 0;
}

.proof-learning-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 26px 0 24px;
  padding: 0;
  list-style: none;
}

.proof-learning-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.proof-learning-steps li:nth-child(even) {
  padding-left: 18px;
  border-left: 1px solid #ece6dc;
}

.proof-learning-steps li:nth-child(n+3) {
  border-top: 1px solid #ece6dc;
}

.proof-learning-steps li > span {
  color: #b48632;
  font-family: var(--font-en);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.proof-learning-steps strong,
.proof-learning-steps small {
  display: block;
}

.proof-learning-steps strong {
  color: #242529;
  font-size: .84rem;
}

.proof-learning-steps small {
  margin-top: 4px;
  color: #676766;
  font-size: .7rem;
  line-height: 1.6;
}

.proof-caveat {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 16px;
  padding: 16px 18px;
  background: #f5f4f1;
}

.proof-caveat strong {
  color: #3e3f42;
  font-size: .74rem;
}

.proof-caveat p {
  color: #676766;
  font-size: .7rem;
  line-height: 1.65;
}

.proof-processing {
  display: grid;
  grid-template-columns: minmax(290px, .8fr) 1.2fr;
  gap: 30px;
  align-items: center;
  max-width: 1080px;
  margin: 22px auto 0;
  padding: 24px 28px;
  border: 1px solid #ddd7cd;
  background: #f9f7f2;
}

.proof-processing span,
.roi-reinvestment-title > span {
  display: block;
  color: #9c762d;
  font-family: var(--font-en);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.proof-processing strong {
  display: block;
  margin-top: 5px;
  color: #222327;
  font-size: .94rem;
}

.proof-processing p {
  color: #676766;
  font-size: .75rem;
  line-height: 1.75;
}

.proof-document-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 980px;
  margin: 28px auto 0;
}

.proof-document-types span {
  padding: 0 18px;
  color: #4d4e50;
  font-size: .76rem;
  font-weight: 700;
}

.proof-document-types span + span {
  border-left: 1px solid #c8c2b9;
}

/* Learning: rule example + circular system */
#learning .section-desc {
  max-width: 790px;
}

.learning-system {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  max-width: 1080px;
  margin: 58px auto 0;
  border: 1px solid rgba(209, 176, 110, .28);
}

.learning-rule-card {
  padding: 42px 38px;
  color: #1e1f22;
  background: #f5f0e6;
}

.learning-rule-head span,
.learning-rule-head strong {
  display: block;
}

.learning-rule-head span {
  color: #95702b;
  font-family: var(--font-en);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.learning-rule-head strong {
  margin-top: 12px;
  font-family: var(--font-jp);
  font-size: 1.2rem;
  line-height: 1.65;
}

.learning-rule-example {
  margin: 34px 0 26px;
  border-top: 1px solid #d8cdbb;
}

.learning-rule-example > div {
  display: grid;
  grid-template-columns: 42px 1fr 22px 1fr;
  align-items: center;
  gap: 8px;
  min-height: 78px;
  border-bottom: 1px solid #d8cdbb;
}

.learning-rule-example span {
  color: #8c6826;
  font-size: .7rem;
  font-weight: 800;
}

.learning-rule-example strong,
.learning-rule-example b {
  font-size: .9rem;
}

.learning-rule-example i {
  color: #a78547;
  font-style: normal;
}

.learning-rule-example b {
  color: #8a6015;
}

.learning-rule-card > p {
  color: #5c584f;
  font-size: .77rem;
  line-height: 1.85;
}

.learning-loop {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(197, 159, 87, .13), transparent 33%),
    #111215;
}

.learning-loop-center {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: flex;
  width: 142px;
  aspect-ratio: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(221, 185, 113, .7);
  border-radius: 50%;
  color: #fff;
  background: #18191c;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 40px rgba(196, 156, 80, .16);
}

.learning-loop-center span {
  color: #d0aa5e;
  font-size: .63rem;
  font-weight: 700;
}

.learning-loop-center strong {
  margin-top: 4px;
  font-family: var(--font-jp);
  font-size: 1.22rem;
  line-height: 1.3;
  text-align: center;
}

.learning-loop-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 310px;
  aspect-ratio: 1;
  border: 1px dashed rgba(213, 177, 106, .33);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.learning-loop-orbit::after {
  position: absolute;
  top: 13px;
  right: 52px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d1aa5d;
  border-right: 1px solid #d1aa5d;
  content: "";
  transform: rotate(30deg);
}

.learning-loop-step {
  position: absolute;
  z-index: 2;
  width: 155px;
  color: #fff;
}

.learning-loop-step > span {
  color: #cba45a;
  font-family: var(--font-en);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.learning-loop-step strong,
.learning-loop-step small {
  display: block;
}

.learning-loop-step strong {
  margin-top: 4px;
  font-size: .78rem;
}

.learning-loop-step small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .47);
  font-size: .63rem;
}

.learning-loop-step-1 { top: 40px; left: calc(50% - 78px); text-align: center; }
.learning-loop-step-2 { top: calc(50% - 28px); right: 24px; }
.learning-loop-step-3 { bottom: 39px; left: calc(50% - 78px); text-align: center; }
.learning-loop-step-4 { top: calc(50% - 28px); left: 28px; text-align: right; }

.learning-shift {
  display: grid;
  grid-template-columns: 1fr 52px 1fr;
  align-items: stretch;
  max-width: 1080px;
  margin: 20px auto 0;
  border: 1px solid rgba(255, 255, 255, .14);
}

.learning-shift > div {
  padding: 24px 26px;
}

.learning-shift span {
  display: block;
  margin-bottom: 7px;
  color: #cba45a;
  font-family: var(--font-en);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.learning-shift strong {
  color: rgba(255, 255, 255, .82);
  font-size: .78rem;
}

.learning-shift > i {
  display: grid;
  place-items: center;
  color: #d6ad5d;
  font-style: normal;
  background: rgba(255, 255, 255, .05);
}

/* ROI: one dominant answer, then supporting numbers */
#roi .section-desc {
  max-width: 720px;
}

.roi-dashboard {
  display: grid;
  grid-template-columns: 1.36fr .64fr;
  max-width: 1080px;
  margin: 54px auto 0;
  overflow: hidden;
  border: 1px solid #d8d2c8;
  background: #17181b;
  box-shadow: 0 26px 70px rgba(22, 19, 14, .1);
}

.roi-primary {
  padding: 44px 48px 38px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(196, 158, 84, .13), transparent 48%),
    #17181b;
}

.roi-eyebrow {
  color: #d2aa5e;
}

.roi-hero-number {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 21px 0 10px;
}

.roi-hero-number strong {
  color: #f4dfb3;
  font-size: clamp(4.4rem, 8.3vw, 7.6rem);
  font-weight: 700;
  line-height: .88;
}

.roi-hero-number span {
  color: rgba(255, 255, 255, .76);
  font-size: .95rem;
  font-weight: 700;
}

.roi-primary > p {
  color: rgba(255, 255, 255, .47);
  font-family: var(--font-en);
  font-size: .71rem;
  letter-spacing: .05em;
}

.roi-work-meter {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.roi-work-labels {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .58);
  font-size: .68rem;
}

.roi-work-labels b {
  margin-left: 4px;
  color: #fff;
}

.roi-work-bars {
  display: grid;
  grid-template-columns: 5fr 1fr;
  gap: 6px;
  height: 8px;
  margin: 12px 0 10px;
}

.roi-work-bars i:first-child { background: rgba(255, 255, 255, .18); }
.roi-work-bars i:last-child { background: #d0a654; }

.roi-work-meter > strong {
  color: #d6b878;
  font-size: .7rem;
}

.roi-secondary {
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.roi-stat {
  display: flex;
  min-height: 50%;
  flex-direction: column;
  justify-content: center;
  padding: 34px 32px;
}

.roi-stat + .roi-stat {
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.roi-stat > span {
  color: #d0a654;
  font-family: var(--font-en);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.roi-stat strong {
  display: flex;
  align-items: baseline;
  margin: 15px 0 8px;
  color: #fff;
  font-size: clamp(2.5rem, 4.2vw, 3.7rem);
  line-height: .9;
}

.roi-stat small {
  margin-left: 8px;
  font-family: var(--font-body);
  font-size: .25em;
  letter-spacing: 0;
}

.roi-stat p {
  color: rgba(255, 255, 255, .48);
  font-size: .69rem;
  line-height: 1.6;
}

.roi-reinvestment {
  display: grid;
  grid-template-columns: 250px 1fr;
  max-width: 1080px;
  margin: 22px auto 0;
  border: 1px solid #ddd8cf;
}

.roi-reinvestment-title {
  padding: 30px 32px;
  background: #f3efe7;
}

.roi-reinvestment-title h3 {
  margin-top: 10px;
  font-family: var(--font-jp);
  font-size: 1.16rem;
  line-height: 1.65;
}

.roi-use-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.roi-use {
  padding: 25px 20px;
}

.roi-use + .roi-use {
  border-left: 1px solid #e2ddd4;
}

.roi-use > span {
  color: #a3792e;
  font-family: var(--font-en);
  font-size: .65rem;
  font-weight: 800;
}

.roi-use p {
  margin-top: 12px;
  color: #6a6863;
  font-size: .72rem;
  line-height: 1.7;
}

.roi-use strong {
  color: #292a2d;
  font-size: .8rem;
}

/* CRM: editorial feature rail + product workspace */
.crm-workspace {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  max-width: 1160px;
  margin: 48px auto 0;
  overflow: hidden;
  border: 1px solid #dcd6cb;
  background: #fff;
  box-shadow: 0 28px 70px rgba(27, 23, 16, .08);
}

.crm-feature-rail {
  padding: 48px 42px 40px;
  border-right: 1px solid #e3ded5;
}

.crm-feature-rail .section-title {
  font-size: clamp(1.75rem, 3.2vw, 2.65rem);
}

.crm-feature-rail > p {
  margin-top: 23px;
  color: #62625f;
  font-size: .79rem;
  line-height: 2;
}

.crm-feature-groups {
  margin-top: 32px;
  border-top: 1px solid #ddd7ce;
}

.crm-feature-group {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  padding: 19px 0;
  border-bottom: 1px solid #ddd7ce;
}

.crm-feature-group > span {
  color: #a27a31;
  font-family: var(--font-en);
  font-size: .66rem;
  font-weight: 800;
}

.crm-feature-group strong,
.crm-feature-group small {
  display: block;
}

.crm-feature-group strong {
  color: #28292c;
  font-size: .83rem;
}

.crm-feature-group small {
  margin-top: 4px;
  color: #77756f;
  font-size: .67rem;
  line-height: 1.55;
}

.crm-workspace-screen {
  position: relative;
  min-width: 0;
  padding: 78px 38px 54px 32px;
  background:
    linear-gradient(140deg, rgba(199, 164, 95, .13), transparent 42%),
    #202126;
}

.crm-screen-chrome {
  position: absolute;
  top: 38px;
  right: 38px;
  left: 32px;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px 10px 0 0;
  color: rgba(255, 255, 255, .46);
  background: #101114;
}

.crm-screen-chrome i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .24);
}

.crm-screen-chrome span {
  margin-left: auto;
  font-family: var(--font-en);
  font-size: .58rem;
  letter-spacing: .12em;
}

.crm-workspace-screen img {
  display: block;
  width: 100%;
  border: 6px solid #101114;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, .34);
}

.crm-float {
  position: absolute;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .78);
  font-size: .64rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
  background: rgba(21, 22, 25, .84);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

.crm-float b {
  margin-right: 4px;
  color: #e1bc71;
  font-size: .8rem;
}

.crm-float-1 { right: 18px; bottom: 24px; }
.crm-float-2 { top: 98px; left: 15px; }
.crm-float-3 { right: 28px; top: 145px; }

.crm-value-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1160px;
  margin: 18px auto 0;
  border: 1px solid #ddd7cd;
  background: #f8f5ef;
}

.crm-value-strip > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  padding: 24px 26px;
}

.crm-value-strip > div + div {
  border-left: 1px solid #ddd7cd;
}

.crm-value-strip span {
  grid-row: 1 / 3;
  color: #9d752c;
  font-family: var(--font-en);
  font-size: .65rem;
  font-weight: 800;
}

.crm-value-strip strong {
  color: #2d2e31;
  font-size: .8rem;
}

.crm-value-strip p {
  margin-top: 5px;
  color: #74716b;
  font-size: .68rem;
}

/* Fit: interactive self-assessment */
#fit .section-desc {
  max-width: 690px;
}

.fit-checker {
  max-width: 1060px;
  margin: 46px auto 0;
  overflow: hidden;
  border: 1px solid #d8d1c6;
  background: #fff;
  box-shadow: 0 26px 65px rgba(30, 25, 17, .07);
}

.fit-checker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px 38px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(197, 159, 85, .18), transparent 52%),
    #191a1d;
}

.fit-kicker {
  color: #d1aa60;
  font-family: var(--font-en);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.fit-checker-head h3 {
  margin-top: 9px;
  font-family: var(--font-jp);
  font-size: 1.35rem;
  line-height: 1.55;
}

.fit-live-score {
  display: grid;
  grid-template-columns: auto auto;
  min-width: 190px;
  align-items: end;
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.fit-live-score > span {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, .5);
  font-size: .66rem;
}

.fit-live-score strong {
  color: #f0d399;
  font-family: var(--font-jp);
  font-size: 2.2rem;
  line-height: 1;
}

.fit-live-score strong b {
  font: inherit;
}

.fit-live-score small {
  font-family: var(--font-body);
  font-size: .35em;
}

.fit-live-score em {
  padding-bottom: 3px;
  color: #fff;
  font-size: .69rem;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}

.fit-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.fit-check-item {
  position: relative;
  display: grid;
  grid-template-columns: 30px 34px 1fr;
  grid-template-rows: auto auto;
  gap: 5px 10px;
  min-height: 132px;
  padding: 26px 28px;
  border: 0;
  border-bottom: 1px solid #e2ddd4;
  color: #28292c;
  text-align: left;
  cursor: pointer;
  background: #fff;
  transition: background .2s ease, box-shadow .2s ease;
}

.fit-check-item:nth-child(odd) {
  border-right: 1px solid #e2ddd4;
}

.fit-check-item:hover {
  background: #faf7f0;
}

.fit-check-item:focus-visible {
  z-index: 2;
  outline: 2px solid #ad8235;
  outline-offset: -3px;
}

.fit-check-item i {
  grid-row: 1 / 3;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #b9b2a8;
  border-radius: 50%;
  font-style: normal;
}

.fit-check-item i::after {
  color: #fff;
  font-size: .7rem;
  content: "✓";
  opacity: 0;
}

.fit-check-item > span {
  color: #a1782e;
  font-family: var(--font-en);
  font-size: .65rem;
  font-weight: 800;
}

.fit-check-item strong {
  font-size: .84rem;
}

.fit-check-item small {
  grid-column: 2 / 4;
  color: #75736e;
  font-size: .69rem;
  line-height: 1.6;
}

.fit-check-item.is-active {
  background: #f5efe3;
  box-shadow: inset 3px 0 #b88b38;
}

.fit-check-item.is-active i {
  border-color: #ad8132;
  background: #ad8132;
}

.fit-check-item.is-active i::after {
  opacity: 1;
}

.fit-result {
  padding: 21px 34px;
  color: #4d4d4a;
  font-size: .78rem;
  font-weight: 600;
  text-align: center;
  background: #f6f3ed;
}

.fit-result.is-strong {
  color: #5d430f;
  background: #eee2c9;
}

.fit-checker .fit-exception {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 18px;
  align-items: center;
  margin: 0;
  padding: 18px 34px;
  border: 0;
  border-top: 1px solid #ddd7cd;
  border-radius: 0;
  background: #fff;
}

.fit-checker .fit-exception span {
  color: #6e665b;
  font-size: .68rem;
  font-weight: 800;
}

.fit-checker .fit-exception p {
  color: #7b7872;
  font-size: .69rem;
}

/* Voice: editorial stories rather than testimonial cards */
.voice-stories {
  max-width: 1060px;
  margin: 54px auto 0;
}

.voice-story {
  border: 1px solid rgba(211, 176, 108, .28);
}

.voice-story-featured {
  display: grid;
  grid-template-columns: 1.45fr .55fr;
}

.voice-story-main {
  padding: 48px 52px 40px;
}

.voice-story-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.voice-story-index span {
  color: #d0a95d;
  font-family: var(--font-en);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.voice-story-index small {
  color: rgba(255, 255, 255, .46);
  font-size: .67rem;
}

.voice-story blockquote {
  color: #fff;
  font-family: var(--font-jp);
  font-size: clamp(1.22rem, 2.4vw, 1.8rem);
  font-weight: 600;
  line-height: 1.8;
}

.voice-story-featured blockquote {
  margin: 34px 0 20px;
}

.voice-story blockquote em {
  color: #e2c17c;
  font-style: normal;
}

.voice-story-main > p {
  color: rgba(255, 255, 255, .57);
  font-size: .75rem;
  line-height: 1.9;
}

.voice-person {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
}

.voice-person span,
.voice-person b {
  padding: 6px 10px;
  font-size: .65rem;
}

.voice-person span {
  color: #17181a;
  background: #d1aa5e;
}

.voice-person b {
  color: rgba(255, 255, 255, .64);
  border: 1px solid rgba(255, 255, 255, .16);
}

.voice-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 36px;
  border-left: 1px solid rgba(211, 176, 108, .28);
  background:
    radial-gradient(circle at 50% 38%, rgba(219, 181, 108, .2), transparent 43%),
    rgba(255, 255, 255, .035);
  text-align: center;
}

.voice-result > span {
  color: rgba(255, 255, 255, .56);
  font-size: .7rem;
  line-height: 1.6;
}

.voice-result strong {
  margin: 18px 0 9px;
  color: #f0d39a;
  font-size: clamp(4.4rem, 7vw, 6rem);
  line-height: .85;
}

.voice-result small {
  font-family: var(--font-body);
  font-size: .3em;
}

.voice-result > b {
  color: #fff;
  font-size: .94rem;
  letter-spacing: .24em;
}

.voice-story-compact {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 36px 56px;
  margin-top: 18px;
  padding: 38px 48px 34px;
}

.voice-story-compact .voice-story-index {
  grid-column: 1;
  align-self: start;
  flex-direction: column;
  align-items: flex-start;
}

.voice-story-compact blockquote {
  grid-column: 2;
  grid-row: 1;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
}

.voice-compact-result {
  grid-column: 2;
  display: grid;
  grid-template-columns: max-content 1fr 28px max-content 1fr;
  align-items: center;
  gap: 10px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.voice-compact-result span {
  color: #cda657;
  font-family: var(--font-en);
  font-size: .59rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.voice-compact-result p {
  color: rgba(255, 255, 255, .62);
  font-size: .66rem;
}

.voice-compact-result i {
  color: #cda657;
  font-style: normal;
  text-align: center;
}

.voice-story-compact .voice-person {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  margin-top: 0;
}

/* Security: system diagram and trust rail */
.security-layout {
  display: grid;
  grid-template-columns: .83fr 1.17fr;
  max-width: 1100px;
  margin: 48px auto 0;
  overflow: hidden;
  border: 1px solid #d9d3c9;
  background: #fff;
  box-shadow: 0 28px 70px rgba(28, 23, 16, .08);
}

.security-copy {
  padding: 48px 44px;
}

.security-kicker {
  color: #9e772e;
}

.security-copy .section-title {
  margin-top: 15px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.security-title-line {
  display: block;
  white-space: nowrap;
}

.security-copy > p {
  margin-top: 23px;
  color: #65635e;
  font-size: .78rem;
  line-height: 1.95;
}

.security-principles {
  margin-top: 30px;
  border-top: 1px solid #ddd7ce;
}

.security-principles > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  padding: 18px 0;
  border-bottom: 1px solid #ddd7ce;
}

.security-principles span {
  grid-row: 1 / 3;
  color: #a37a2f;
  font-family: var(--font-en);
  font-size: .64rem;
  font-weight: 800;
}

.security-principles strong {
  color: #2c2d30;
  font-size: .8rem;
}

.security-principles small {
  margin-top: 3px;
  color: #79766f;
  font-size: .68rem;
}

.security-diagram {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(193, 153, 78, .16), transparent 38%),
    #17181b;
  background-size: 28px 28px, 28px 28px, auto, auto;
}

.security-diagram-head {
  position: absolute;
  top: 26px;
  right: 28px;
  left: 28px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .5);
  font-family: var(--font-en);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.security-diagram-head i {
  color: #77b884;
  font-style: normal;
}

.security-diagram-head i::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 6px;
  border-radius: 50%;
  content: "";
  background: currentColor;
  box-shadow: 0 0 9px currentColor;
}

.security-shield {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: flex;
  width: 152px;
  height: 175px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #f2d79f;
  transform: translate(-50%, -45%);
  clip-path: polygon(50% 0, 93% 18%, 87% 70%, 50% 100%, 13% 70%, 7% 18%);
  background: linear-gradient(155deg, #41351f, #1d1d1d 58%);
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .4));
}

.security-shield::before {
  position: absolute;
  inset: 2px;
  z-index: -1;
  content: "";
  clip-path: inherit;
  background: #1c1d20;
}

.security-shield strong {
  font-family: var(--font-jp);
  font-size: 2.6rem;
}

.security-shield small {
  margin-top: 6px;
  color: rgba(255, 255, 255, .45);
  font-family: var(--font-en);
  font-size: .52rem;
  letter-spacing: .13em;
}

.security-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 365px;
  aspect-ratio: 1;
  border: 1px dashed rgba(213, 176, 105, .3);
  border-radius: 50%;
  transform: translate(-50%, -45%);
}

.security-node {
  position: absolute;
  z-index: 2;
  width: 116px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  background: rgba(20, 21, 23, .88);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
}

.security-node span,
.security-node strong {
  display: block;
}

.security-node span {
  color: #c9a252;
  font-family: var(--font-en);
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.security-node strong {
  margin-top: 4px;
  font-size: .7rem;
}

.security-node-1 { top: 92px; left: calc(50% - 58px); }
.security-node-2 { top: calc(50% - 28px); right: 32px; }
.security-node-3 { bottom: 42px; left: calc(50% - 58px); }
.security-node-4 { top: calc(50% - 28px); left: 32px; }

.security-trust-rail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
  margin: 18px auto 0;
  padding: 22px 18px;
  border: 1px solid #ddd7cd;
  background: #f8f5ef;
}

.security-trust-rail span {
  position: relative;
  padding: 0 20px 0 35px;
  color: #4f4e4a;
  font-size: .69rem;
  font-weight: 700;
}

.security-trust-rail span::before {
  position: absolute;
  top: 50%;
  left: 18px;
  color: #a47b2f;
  content: "✓";
  transform: translateY(-50%);
}

.security-trust-rail span + span {
  border-left: 1px solid #d5cec3;
}

@media (max-width: 900px) {
  .proof-console,
  .learning-system,
  .roi-dashboard,
  .crm-workspace,
  .security-layout {
    grid-template-columns: 1fr;
  }

  .learning-loop {
    min-height: 500px;
  }

  .roi-secondary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-left: 0;
  }

  .roi-stat + .roi-stat {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, .13);
  }

  .roi-reinvestment {
    grid-template-columns: 1fr;
  }

  .roi-reinvestment-title br {
    display: none;
  }

  .crm-feature-rail {
    border-right: 0;
    border-bottom: 1px solid #e3ded5;
  }

  .security-diagram {
    min-height: 520px;
  }
}

@media (max-width: 720px) {
  .proof-console {
    margin-top: 38px;
    border-radius: 14px;
  }

  .proof-gauge-panel,
  .proof-growth-panel {
    padding: 32px 22px;
  }

  .proof-gauge {
    width: 220px;
  }

  .proof-growth-head {
    flex-direction: column;
  }

  .proof-goal {
    width: 100%;
  }

  .proof-learning-steps {
    grid-template-columns: 1fr;
  }

  .proof-learning-steps li,
  .proof-learning-steps li:nth-child(even) {
    padding: 15px 0;
    border-top: 1px solid #ece6dc;
    border-left: 0;
  }

  .proof-caveat,
  .proof-processing {
    grid-template-columns: 1fr;
  }

  .proof-processing {
    gap: 9px;
    padding: 22px;
  }

  .proof-document-types {
    row-gap: 12px;
  }

  .proof-document-types span {
    padding: 0 10px;
    font-size: .68rem;
  }

  .learning-rule-card {
    padding: 34px 24px;
  }

  .learning-rule-example > div {
    grid-template-columns: 34px 1fr 18px 1fr;
  }

  .learning-loop {
    min-height: 440px;
  }

  .learning-loop-orbit {
    width: 265px;
  }

  .learning-loop-center {
    width: 126px;
  }

  .learning-loop-step {
    width: 120px;
  }

  .learning-loop-step-1 { top: 32px; left: calc(50% - 60px); }
  .learning-loop-step-2 { top: calc(50% - 26px); right: 10px; }
  .learning-loop-step-3 { bottom: 30px; left: calc(50% - 60px); }
  .learning-loop-step-4 { top: calc(50% - 26px); left: 10px; }

  .learning-loop-step strong {
    font-size: .7rem;
  }

  .learning-loop-step small {
    display: none;
  }

  .learning-shift {
    grid-template-columns: 1fr;
  }

  .learning-shift > i {
    min-height: 38px;
    transform: rotate(90deg);
  }

  .roi-dashboard {
    margin-top: 38px;
  }

  .roi-primary {
    padding: 35px 24px 30px;
  }

  .roi-hero-number {
    gap: 8px;
  }

  .roi-hero-number strong {
    font-size: clamp(3.45rem, 17vw, 5rem);
  }

  .roi-secondary {
    grid-template-columns: 1fr;
  }

  .roi-stat {
    min-height: 0;
    padding: 29px 24px;
  }

  .roi-stat + .roi-stat {
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-left: 0;
  }

  .roi-use-grid {
    grid-template-columns: 1fr 1fr;
  }

  .roi-use + .roi-use {
    border-left: 0;
  }

  .roi-use:nth-child(even) {
    border-left: 1px solid #e2ddd4;
  }

  .roi-use:nth-child(n+3) {
    border-top: 1px solid #e2ddd4;
  }

  .crm-workspace {
    margin-top: 38px;
  }

  .crm-feature-rail {
    padding: 36px 24px 30px;
  }

  .crm-workspace-screen {
    padding: 67px 14px 54px;
  }

  .crm-screen-chrome {
    top: 27px;
    right: 14px;
    left: 14px;
  }

  .crm-float-2,
  .crm-float-3 {
    display: none;
  }

  .crm-value-strip {
    grid-template-columns: 1fr;
  }

  .crm-value-strip > div + div {
    border-top: 1px solid #ddd7cd;
    border-left: 0;
  }

  .fit-checker {
    margin-top: 36px;
  }

  .fit-checker-head {
    align-items: flex-start;
    padding: 30px 22px;
  }

  .fit-checker-head h3 {
    font-size: 1.08rem;
  }

  .fit-checker-head h3 br {
    display: none;
  }

  .fit-live-score {
    min-width: 98px;
    padding-left: 15px;
  }

  .fit-live-score em {
    grid-column: 1 / -1;
    margin-top: 5px;
    text-align: left;
  }

  .fit-check-grid {
    grid-template-columns: 1fr;
  }

  .fit-check-item {
    border-right: 0 !important;
  }

  .fit-result {
    padding: 20px 22px;
    text-align: left;
  }

  .fit-checker .fit-exception {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 18px 22px;
  }

  .voice-stories {
    margin-top: 38px;
  }

  .voice-story-featured,
  .voice-story-compact {
    grid-template-columns: 1fr;
  }

  .voice-story-main {
    padding: 34px 24px 30px;
  }

  .voice-story-index {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .voice-story-featured blockquote {
    margin: 27px 0 18px;
  }

  .voice-result {
    padding: 34px 24px;
    border-top: 1px solid rgba(211, 176, 108, .28);
    border-left: 0;
  }

  .voice-story-compact {
    gap: 26px;
    padding: 32px 24px;
  }

  .voice-story-compact .voice-story-index,
  .voice-story-compact blockquote,
  .voice-compact-result,
  .voice-story-compact .voice-person {
    grid-column: 1;
    grid-row: auto;
  }

  .voice-compact-result {
    grid-template-columns: max-content 1fr;
  }

  .voice-compact-result i {
    grid-column: 1 / -1;
    transform: rotate(90deg);
  }

  .security-layout {
    margin-top: 38px;
  }

  .security-copy {
    padding: 36px 24px;
  }

  .security-copy .section-title {
    font-size: 1.55rem;
    letter-spacing: -.04em;
  }

  .security-diagram {
    min-height: 430px;
  }

  .security-orbit {
    width: 278px;
  }

  .security-shield {
    width: 126px;
    height: 150px;
  }

  .security-node {
    width: 96px;
    padding: 10px;
  }

  .security-node-1 { top: 73px; left: calc(50% - 48px); }
  .security-node-2 { top: calc(50% - 25px); right: 8px; }
  .security-node-3 { bottom: 27px; left: calc(50% - 48px); }
  .security-node-4 { top: calc(50% - 25px); left: 8px; }

  .security-trust-rail {
    justify-content: flex-start;
    gap: 12px 0;
    padding: 20px 16px;
  }

  .security-trust-rail span {
    width: 50%;
    padding: 0 8px 0 25px;
  }

  .security-trust-rail span::before {
    left: 8px;
  }

  .security-trust-rail span + span {
    border-left: 0;
  }
}

/* Heading alignment pass — centered headings, phrase-safe line breaks */

.saas-redesign .section-label {
  text-align: center;
  justify-content: center;
}

.saas-redesign .section-label::after {
  display: block;
}

.marketing-title {
  max-width: 1120px !important;
  text-align: center !important;
  word-break: keep-all;
  line-break: strict;
}

.title-line {
  display: block;
}

.title-phrase {
  display: inline-block;
}

#crm .section-title {
  word-break: keep-all;
  line-break: strict;
}

@media (max-width: 720px) {
  .marketing-title {
    text-align: center !important;
  }
}

/* Numeric typography: use the same Mincho voice as the primary headline. */
.hero-cv .cv-result-num,
#roi .result-number,
.p2-price,
.p2-tier-price {
  font-family: var(--font-jp);
  font-variant-numeric: lining-nums proportional-nums;
  letter-spacing: -.055em;
}

.hero-cv .cv-copy .cv-result .cv-result-num {
  font-family: var(--font-jp) !important;
  font-weight: 900;
}

.hero-cv .cv-copy .cv-sub {
  color: rgba(245, 241, 232, .8) !important;
}

.hero-cv .cv-copy .cv-desc {
  color: rgba(235, 232, 225, .72) !important;
}

#roi .result-number {
  font-weight: 700;
  line-height: 1;
}

#roi .result-unit {
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0;
}

.p2-price {
  font-weight: 700;
}

.p2-price .p2-yen,
.p2-price .p2-per {
  font-family: var(--font-body);
  letter-spacing: 0;
}

/* Large, code-native product tour. It stays crisp at every viewport size. */
.product-tour {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  max-width: 1180px;
  min-height: 670px;
  margin: 0 auto 48px;
  overflow: hidden;
  border: 1px solid #272727;
  border-radius: 22px;
  background: #0c0d0e;
  box-shadow: 0 30px 80px rgba(22, 18, 12, .16);
}

.product-tour-nav {
  display: flex;
  flex-direction: column;
  padding: 26px 18px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  background:
    radial-gradient(circle at 0 0, rgba(196, 162, 101, .16), transparent 35%),
    #0c0d0e;
}

.product-tour-step {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 10px;
  min-height: 112px;
  padding: 18px 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #fff;
  background: transparent;
  font-family: var(--font-body);
  text-align: left;
  cursor: pointer;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.product-tour-step + .product-tour-step {
  margin-top: 4px;
}

.product-tour-step:hover,
.product-tour-step:focus-visible {
  border-color: rgba(196, 162, 101, .25);
  background: rgba(255, 255, 255, .035);
  outline: none;
}

.product-tour-step.is-active {
  border-color: rgba(212, 175, 96, .5);
  background: linear-gradient(135deg, rgba(212, 175, 96, .16), rgba(212, 175, 96, .045));
  box-shadow: inset 3px 0 #d0a951;
}

.product-tour-step-no {
  color: #d0a951;
  font-family: var(--font-en);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.product-tour-step-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 7px;
}

.product-tour-step-copy strong {
  color: rgba(255, 255, 255, .88);
  font-size: .91rem;
  line-height: 1.45;
}

.product-tour-step-copy small {
  color: rgba(255, 255, 255, .43);
  font-size: .68rem;
  line-height: 1.55;
}

.product-tour-step.is-active .product-tour-step-copy strong {
  color: #fff;
}

.product-tour-step-arrow {
  color: rgba(255, 255, 255, .2);
  font-size: 1rem;
  transition: color .25s ease, transform .25s ease;
}

.product-tour-step.is-active .product-tour-step-arrow {
  color: #d0a951;
  transform: translateX(3px);
}

.product-tour-view {
  display: flex;
  min-width: 0;
  background: #f3f1ed;
  flex-direction: column;
}

.product-tour-windowbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 54px;
  padding: 0 20px;
  border-bottom: 1px solid #ddd9d1;
  background: #fff;
}

.product-tour-windowdots {
  display: flex;
  gap: 6px;
}

.product-tour-windowdots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4d0c8;
}

.product-tour-brand {
  color: #202126;
  font-family: var(--font-jp);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.product-tour-mon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid #b48632;
  border-radius: 50%;
  color: #9b711f;
  font-size: .54rem;
}

.product-tour-caption {
  justify-self: end;
  color: #9b711f;
  font-family: var(--font-en);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.product-tour-canvas {
  display: grid;
  flex: 1;
  min-height: 560px;
  padding: 34px 38px 28px;
}

.product-tour-panel {
  display: flex;
  visibility: hidden;
  grid-area: 1 / 1;
  min-width: 0;
  opacity: 0;
  flex-direction: column;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .32s ease, transform .32s ease, visibility .32s;
}

.product-tour-panel.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tour-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.tour-panel-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #9b711f;
  font-family: var(--font-en);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.tour-panel-head h3 {
  margin-bottom: 7px;
  color: #1e2024;
  font-family: var(--font-jp);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: .01em;
}

.tour-panel-head p {
  color: #65676c;
  font-size: .78rem;
}

.tour-ui-label,
.tour-status {
  display: inline-flex;
  align-items: center;
  flex: none;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid #d5cec1;
  border-radius: 999px;
  color: #7b6842;
  background: rgba(255, 255, 255, .7);
  font-size: .65rem;
  font-weight: 700;
}

.tour-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.tour-status-complete i {
  background: #42a775;
  box-shadow: 0 0 0 4px rgba(66, 167, 117, .13);
}

.tour-status-review i {
  background: #cf9632;
  box-shadow: 0 0 0 4px rgba(207, 150, 50, .13);
}

.tour-upload-settings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}

.tour-field {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 13px 36px 12px 14px;
  border: 1px solid #ddd9d1;
  border-radius: 8px;
  background: #fff;
  flex-direction: column;
  gap: 4px;
}

.tour-field > span {
  color: #8a8986;
  font-size: .61rem;
  font-weight: 700;
}

.tour-field > strong {
  overflow: hidden;
  color: #303136;
  font-size: .77rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tour-field > i {
  position: absolute;
  top: 50%;
  right: 14px;
  color: #8e8d89;
  font-size: .75rem;
  font-style: normal;
  transform: translateY(-50%);
}

.tour-dropzone {
  display: flex;
  flex: 1;
  min-height: 315px;
  padding: 32px;
  border: 1.5px dashed #c5b99e;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 0, rgba(196, 162, 101, .09), transparent 42%),
    rgba(255, 255, 255, .72);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tour-upload-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 17px;
  border: 1px solid rgba(180, 134, 50, .34);
  border-radius: 50%;
  color: #a87926;
  background: rgba(180, 134, 50, .08);
}

.tour-upload-icon svg,
.tour-export-card button svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tour-dropzone > strong {
  color: #282a2e;
  font-size: 1rem;
}

.tour-dropzone > span {
  margin-top: 7px;
  color: #83827f;
  font-size: .7rem;
}

.tour-dropzone button,
.tour-export-card button,
.tour-review-actions button {
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: #15171a;
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 700;
}

.tour-dropzone button {
  margin: 18px 0 12px;
  padding: 11px 24px;
}

.tour-dropzone small {
  color: #aaa7a0;
  font-size: .59rem;
}

.tour-ai-grid {
  display: grid;
  grid-template-columns: minmax(250px, .82fr) minmax(310px, 1.18fr);
  flex: 1;
  gap: 18px;
}

.tour-receipt-wrap,
.tour-analysis-card,
.tour-review-summary,
.tour-journal,
.tour-export-card,
.tour-accounting-card {
  border: 1px solid #ddd9d1;
  border-radius: 12px;
  background: #fff;
}

.tour-receipt-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(rgba(50, 51, 54, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(50, 51, 54, .035) 1px, transparent 1px),
    #e9e7e2;
  background-size: 18px 18px;
}

.tour-receipt {
  display: flex;
  width: 174px;
  height: 276px;
  padding: 26px 20px 20px;
  box-shadow: 0 16px 34px rgba(22, 22, 22, .14);
  background: #fffdf8;
  color: #4d4c49;
  align-items: center;
  flex-direction: column;
  font-family: var(--font-en);
  font-size: .55rem;
}

.tour-receipt-shop {
  margin-bottom: 9px;
  color: #242526;
  font-size: .7rem;
  font-weight: 800;
}

.tour-receipt b {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 22px;
  background: #d9d6cf;
}

.tour-receipt b:nth-of-type(2) { width: 72%; align-self: flex-start; margin-top: 12px; }
.tour-receipt b:nth-of-type(3) { width: 84%; align-self: flex-start; margin-top: 12px; }

.tour-receipt div {
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px dashed #aaa59a;
  align-items: center;
  justify-content: space-between;
}

.tour-receipt div strong {
  color: #242526;
  font-size: .83rem;
}

.tour-scan-line {
  position: absolute;
  top: 22%;
  right: 12%;
  left: 12%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c69135 16%, #c69135 84%, transparent);
  box-shadow: 0 0 14px rgba(198, 145, 53, .8);
  animation: tourScan 3s ease-in-out infinite;
}

@keyframes tourScan {
  0%, 100% { transform: translateY(0); opacity: .4; }
  50% { transform: translateY(200px); opacity: 1; }
}

.tour-detected {
  position: absolute;
  right: 14px;
  bottom: 13px;
  padding: 6px 9px;
  border-radius: 5px;
  color: #277351;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
  font-size: .58rem;
  font-weight: 700;
}

.tour-analysis-card {
  padding: 22px;
}

.tour-confidence {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ece8e0;
}

.tour-confidence span {
  color: #52545a;
  font-size: .76rem;
  font-weight: 800;
}

.tour-confidence strong {
  color: #8f651a;
  font-family: var(--font-jp);
  font-size: 2.1rem;
  line-height: 1;
}

.tour-confidence strong small {
  margin-left: 3px;
  font-family: var(--font-body);
  font-size: .7rem;
}

.tour-analysis-list {
  margin: 0;
}

.tour-analysis-list div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  min-height: 56px;
  padding: 0 12px;
  border-bottom: 1px solid #eeebe5;
}

.tour-analysis-list dt {
  color: #858581;
  font-size: .65rem;
  font-weight: 700;
}

.tour-analysis-list dd {
  overflow: hidden;
  margin: 0;
  color: #2f3136;
  font-size: .77rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tour-analysis-list .is-highlight {
  margin-top: 9px;
  border: 1px solid rgba(180, 134, 50, .35);
  border-radius: 7px;
  background: rgba(180, 134, 50, .06);
}

.tour-analysis-list dd span {
  margin-left: 7px;
  padding: 3px 6px;
  border-radius: 999px;
  color: #387c5d;
  background: #e7f4ec;
  font-size: .53rem;
}

.tour-review-summary {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  margin-bottom: 14px;
  padding: 15px 18px;
}

.tour-review-summary > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tour-review-summary > div + div {
  padding-left: 18px;
  border-left: 1px solid #e8e4dc;
}

.tour-review-summary span,
.tour-journal-head span {
  color: #92918e;
  font-size: .58rem;
  font-weight: 700;
}

.tour-review-summary strong {
  color: #2d2f34;
  font-size: .73rem;
}

.tour-journal {
  overflow: hidden;
}

.tour-journal-head,
.tour-journal-row {
  display: grid;
  grid-template-columns: 62px minmax(145px, 1.1fr) minmax(115px, .9fr) minmax(80px, .65fr);
  align-items: center;
}

.tour-journal-head {
  min-height: 38px;
  padding: 0 16px;
  border-bottom: 1px solid #dedad2;
  background: #f5f3ef;
}

.tour-journal-row {
  min-height: 73px;
  padding: 0 16px;
  border-bottom: 1px solid #ebe8e1;
  color: #3c3e42;
  font-size: .73rem;
}

.tour-journal-row:last-child { border-bottom: 0; }
.tour-journal-row b { color: #8b6a2d; font-size: .65rem; }
.tour-journal-row strong { text-align: right; }

.tour-edit-field {
  position: relative;
  margin-right: 16px;
  padding: 10px 28px 10px 11px;
  border: 1px solid #c8ae7b;
  border-radius: 6px;
  background: #fffdf8;
  box-shadow: 0 0 0 3px rgba(180, 134, 50, .07);
}

.tour-edit-field i {
  position: absolute;
  right: 10px;
  color: #a87c2d;
  font-style: normal;
}

.tour-review-actions {
  display: flex;
  margin-top: auto;
  padding-top: 20px;
  align-items: center;
  justify-content: space-between;
}

.tour-review-actions > span {
  color: #5f625f;
  font-size: .65rem;
  font-weight: 700;
}

.tour-review-actions > span i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border-radius: 50%;
  color: #fff;
  background: #3d9e6d;
  font-style: normal;
}

.tour-review-actions button {
  padding: 12px 21px;
  background: #a87c2d;
}

.tour-export-flow {
  display: grid;
  grid-template-columns: minmax(280px, 1.3fr) 82px minmax(190px, .8fr);
  flex: 1;
  align-items: center;
}

.tour-export-card {
  padding: 20px;
}

.tour-export-card-head {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ece8e0;
  align-items: center;
  justify-content: space-between;
}

.tour-export-card-head span {
  color: #34363a;
  font-size: .78rem;
  font-weight: 800;
}

.tour-export-card-head strong {
  color: #90691e;
  font-size: .68rem;
}

.tour-export-card .tour-field {
  margin-bottom: 10px;
  background: #faf9f7;
}

.tour-export-card button {
  display: flex;
  width: 100%;
  margin-top: 17px;
  padding: 13px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #a87c2d;
}

.tour-export-card button svg { width: 18px; }

.tour-export-arrow {
  display: flex;
  color: #9b711f;
  align-items: center;
  flex-direction: column;
}

.tour-export-arrow span {
  font-family: var(--font-en);
  font-size: 2rem;
}

.tour-export-arrow small {
  margin-top: 3px;
  color: #77746e;
  font-size: .54rem;
}

.tour-accounting-card {
  display: flex;
  min-height: 260px;
  padding: 23px 16px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.tour-accounting-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 13px;
  border: 1px solid #c4a261;
  border-radius: 13px;
  color: #8e651d;
  background: #fbf7ef;
  font-family: var(--font-jp);
  font-size: 1.25rem;
  font-weight: 800;
}

.tour-accounting-card > strong {
  color: #303237;
  font-size: .77rem;
}

.tour-accounting-card > p {
  margin-top: 8px;
  color: #85837e;
  font-size: .61rem;
  line-height: 1.7;
}

.tour-imported {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 18px;
  padding: 7px 9px;
  border-radius: 6px;
  color: #327451;
  background: #e9f4ed;
  font-size: .57rem;
  font-weight: 700;
}

.tour-imported i { font-style: normal; }

.product-tour-foot {
  display: flex;
  min-height: 50px;
  padding: 0 22px;
  border-top: 1px solid #ddd9d1;
  background: #fff;
  align-items: center;
  justify-content: space-between;
}

.product-tour-foot p {
  display: flex;
  color: #7b7b77;
  font-size: .6rem;
  align-items: center;
  gap: 7px;
}

.product-tour-foot p > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b48632;
}

.product-tour-dots {
  display: flex;
  gap: 5px;
}

.product-tour-dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d6d2ca;
  transition: width .25s ease, background .25s ease;
}

.product-tour-dots span.is-active {
  width: 16px;
  border-radius: 999px;
  background: #b48632;
}

@media (max-width: 980px) {
  .product-tour {
    grid-template-columns: 255px minmax(0, 1fr);
  }

  .product-tour-canvas {
    padding: 28px 24px 24px;
  }

  .tour-ai-grid {
    grid-template-columns: minmax(200px, .8fr) minmax(270px, 1.2fr);
  }
}

@media (max-width: 800px) {
  .product-tour {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 16px;
  }

  .product-tour-nav {
    display: grid;
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    padding: 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    scrollbar-width: none;
  }

  .product-tour-nav::-webkit-scrollbar { display: none; }

  .product-tour-step {
    min-height: 80px;
    padding: 13px 12px;
  }

  .product-tour-step + .product-tour-step { margin-top: 0; }
  .product-tour-step.is-active { box-shadow: inset 0 -3px #d0a951; }
  .product-tour-step-copy small { display: none; }
  .product-tour-canvas { min-height: 570px; }
}

@media (max-width: 640px) {
  .product-tour { margin-bottom: 34px; }
  .product-tour-windowbar { height: 46px; padding: 0 14px; }
  .product-tour-windowdots { visibility: hidden; }
  .product-tour-caption { font-size: .55rem; }
  .product-tour-canvas { min-height: 590px; padding: 22px 16px 20px; }
  .tour-panel-head { gap: 12px; margin-bottom: 20px; }
  .tour-panel-head h3 { font-size: 1.15rem; }
  .tour-panel-head p { font-size: .7rem; line-height: 1.65; }
  .tour-ui-label, .tour-status { padding: 6px 8px; font-size: .57rem; }
  .tour-upload-settings { grid-template-columns: 1fr; gap: 8px; }
  .tour-dropzone { min-height: 280px; padding: 24px 16px; }
  .tour-ai-grid { grid-template-columns: .78fr 1.22fr; gap: 9px; }
  .tour-receipt { width: 118px; height: 230px; padding: 20px 12px 14px; }
  .tour-receipt-shop { font-size: .52rem; text-align: center; }
  .tour-analysis-card { padding: 13px 10px; }
  .tour-analysis-list div { grid-template-columns: 1fr; align-content: center; min-height: 56px; padding: 6px 8px; gap: 3px; }
  .tour-analysis-list dd { font-size: .65rem; }
  .tour-confidence strong { font-size: 1.7rem; }
  .tour-review-summary { padding: 12px 10px; }
  .tour-review-summary > div + div { padding-left: 10px; }
  .tour-review-summary strong { font-size: .61rem; }
  .tour-journal { overflow-x: auto; }
  .tour-journal-head, .tour-journal-row { grid-template-columns: 48px 140px 110px 72px; min-width: 430px; padding: 0 10px; }
  .tour-review-actions { gap: 12px; }
  .tour-review-actions > span { font-size: .57rem; }
  .tour-review-actions button { padding: 11px 13px; font-size: .64rem; }
  .tour-export-flow { grid-template-columns: 1fr; align-content: center; gap: 10px; }
  .tour-export-arrow { flex-direction: row; justify-content: center; gap: 8px; }
  .tour-export-arrow span { transform: rotate(90deg); font-size: 1.35rem; }
  .tour-accounting-card { min-height: 130px; padding: 14px; }
  .tour-accounting-icon { width: 40px; height: 40px; margin-bottom: 8px; font-size: 1rem; }
  .tour-imported { margin-top: 9px; }
  .product-tour-foot { min-height: 44px; padding: 0 14px; }
  .product-tour-foot p { max-width: 85%; font-size: .53rem; line-height: 1.5; }
}

@media (prefers-reduced-motion: reduce) {
  .product-tour-panel,
  .product-tour-step,
  .product-tour-dots span {
    transition: none;
  }

  .tour-scan-line {
    animation: none;
    transform: translateY(100px);
  }
}

/* Accuracy: one comprehensible progression instead of a floating number card. */
.accuracy-milestone {
  max-width: 900px;
  margin: 30px auto 0;
  padding: 32px 36px 28px;
  background: #fff;
  border: 1px solid #ded9ce;
  border-radius: 20px;
  box-shadow: 0 14px 42px rgba(29, 25, 18, .07);
}

.accuracy-milestone-track {
  display: grid;
  grid-template-columns: minmax(150px, auto) minmax(180px, 1fr) minmax(220px, auto);
  align-items: center;
  gap: 24px;
}

.accuracy-point {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.accuracy-point-label {
  color: #67645f;
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.accuracy-point strong {
  color: var(--refine-ink);
  font-family: var(--font-jp);
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.06em;
}

.accuracy-point-goal strong {
  color: var(--refine-gold-dark);
}

.accuracy-point strong small {
  display: inline-block;
  margin-left: 10px;
  color: var(--refine-ink);
  font-family: var(--font-body);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: 0;
}

.accuracy-growth {
  position: relative;
  min-width: 0;
  padding-top: 24px;
  text-align: center;
}

.accuracy-growth-line {
  position: relative;
  display: block;
  height: 2px;
  background: linear-gradient(90deg, #d1cbc0, var(--refine-gold));
}

.accuracy-growth-line::before,
.accuracy-growth-line::after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

.accuracy-growth-line::before {
  left: -2px;
  width: 8px;
  height: 8px;
  background: #aaa49a;
}

.accuracy-growth-line::after {
  right: -2px;
  width: 10px;
  height: 10px;
  background: var(--refine-gold);
  box-shadow: 0 0 0 6px rgba(180, 134, 50, .14);
}

.accuracy-growth-label {
  display: block;
  margin-top: 12px;
  color: #6b665e;
  font-size: .72rem;
  font-weight: 700;
}

.accuracy-milestone > p {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #ebe7df;
  color: var(--dark-gray);
  font-size: .86rem;
  line-height: 1.95;
}

.v3-range-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  margin: 0 auto 40px;
  padding: 14px 22px;
  border: 1px solid #d9d4ca;
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 6px 18px rgba(30, 25, 16, .035);
}

.v3-range-strip span {
  position: relative;
  padding: 0 17px;
  color: #43413d;
  font-size: .8rem;
  font-weight: 700;
  white-space: nowrap;
}

.v3-range-strip span + span::before {
  content: "|";
  position: absolute;
  left: 0;
  color: #c7bda9;
  font-weight: 400;
}

/* Before → implementation → established visual sequence. */
.v3-change-card {
  padding: 18px 18px 26px;
  background: rgba(255, 255, 255, .035);
  border-color: rgba(196, 162, 101, .36);
}

.change-visual {
  position: relative;
  height: 142px;
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid rgba(247, 245, 240, .12);
  border-radius: 10px;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    #15171a;
  background-size: 20px 20px;
}

.change-status {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 6px 8px;
  border: 1px solid rgba(196, 162, 101, .22);
  border-radius: 5px;
  background: rgba(196, 162, 101, .1);
  color: #e1c98e;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .03em;
}

.change-doc {
  position: absolute;
  width: 74px;
  height: 82px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 4px;
  background: repeating-linear-gradient(#e8e5df 0 4px, transparent 4px 12px);
  background-position: 12px 14px;
  background-size: 48px 52px;
  background-repeat: no-repeat;
}

.change-doc-back { top: 22px; left: calc(50% - 58px); transform: rotate(-8deg); opacity: .48; }
.change-doc-front { top: 14px; left: calc(50% - 32px); transform: rotate(5deg); background-color: #272a2e; }

.change-search {
  position: absolute;
  top: 42px;
  left: calc(50% + 29px);
  width: 28px;
  height: 28px;
  border: 3px solid #d2ae62;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
}

.change-search::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -8px;
  width: 15px;
  height: 3px;
  border-radius: 2px;
  background: #d2ae62;
  transform: rotate(45deg);
}

.change-split {
  position: absolute;
  top: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  width: 190px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 7px;
  background: #22252a;
  transform: translateX(-50%);
}

.change-receipt {
  height: 66px;
  border-radius: 3px;
  background: linear-gradient(#e6e2db 0 0) 9px 11px / 34px 5px no-repeat,
              repeating-linear-gradient(#bab7b1 0 3px, transparent 3px 10px) 9px 26px / 34px 32px no-repeat,
              #f5f2eb;
}

.change-entry {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 7px;
}

.change-entry i {
  display: block;
  height: 9px;
  border-radius: 2px;
  background: rgba(247, 245, 240, .16);
}

.change-entry i:nth-child(2) {
  background: rgba(196, 162, 101, .48);
}

.change-ai {
  position: absolute;
  top: 22px;
  left: calc(50% - 62px);
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(196, 162, 101, .5);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 162, 101, .24), rgba(196, 162, 101, .04) 66%);
  color: #e3c777;
  font-family: var(--font-jp);
  font-size: 1.2rem;
  font-weight: 700;
}

.change-check {
  position: absolute;
  top: 36px;
  left: calc(50% + 20px);
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #b88a35;
  color: #111;
  font-size: 1.2rem;
  font-weight: 900;
  box-shadow: 0 0 0 7px rgba(184, 138, 53, .13);
}

.v3-change-tag { color: #e0bd72; }
.v3-change-card p { color: rgba(247, 245, 240, .9); }

/* CRM outcomes: a single purposeful system, not three unrelated columns. */
.crm-outcome-panel {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  max-width: 1000px;
  margin: 44px auto 0;
  overflow: hidden;
  border: 1px solid #ded9cf;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(28, 24, 18, .055);
}

.crm-outcome-intro {
  padding: 38px 34px;
  background: var(--refine-ink);
}

.crm-outcome-intro span {
  color: #d3ae60;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.crm-outcome-intro h3 {
  margin-top: 16px;
  color: #f7f3eb;
  font-family: var(--font-jp);
  font-size: clamp(1.25rem, 2.3vw, 1.7rem);
  line-height: 1.7;
}

.crm-outcome-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.crm-outcome {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 32px 22px;
}

.crm-outcome + .crm-outcome {
  border-left: 1px solid #e7e2da;
}

.crm-outcome-num {
  color: #b98b38;
  font-family: var(--font-jp);
  font-size: 1.55rem;
  font-weight: 700;
}

.crm-outcome h4 {
  margin-bottom: 9px;
  color: var(--refine-ink);
  font-size: .94rem;
  font-weight: 800;
}

.crm-outcome p {
  color: #575550;
  font-size: .78rem;
  line-height: 1.8;
}

/* Two operational methods explained as simple flows. */
.v3-method-card {
  position: relative;
  padding: 28px;
  overflow: hidden;
}

.method-number {
  margin-bottom: 16px;
  color: #aa7d2d;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.v3-method-card h4 {
  padding-left: 0;
  line-height: 1.6;
}

.v3-method-card h4::before {
  display: none;
}

.method-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 7px;
  margin: 22px 0;
  padding: 18px 14px;
  border: 1px solid #e4ded4;
  border-radius: 11px;
  background: #f8f7f4;
}

.method-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  text-align: center;
}

.method-node b {
  margin-top: 8px;
  color: #26282c;
  font-size: .72rem;
}

.method-node small {
  margin-top: 3px;
  color: #68655f;
  font-size: .59rem;
  white-space: nowrap;
}

.method-node-accent b {
  color: #8e651e;
}

.method-arrow {
  color: #b98b38;
  font-size: 1rem;
}

.method-icon {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid #cfc9be;
  border-radius: 10px;
  background-color: #fff;
}

.method-node-accent .method-icon {
  border-color: rgba(180, 134, 50, .46);
  background-color: #f6ecd6;
}

.method-icon::before,
.method-icon::after {
  content: "";
  position: absolute;
}

.method-icon-client::before {
  top: 7px;
  left: 12px;
  width: 12px;
  height: 20px;
  border: 2px solid #6c6963;
  border-radius: 3px;
}

.method-icon-client::after {
  bottom: 8px;
  left: 17px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #6c6963;
}

.method-icon-cloud::before {
  top: 14px;
  left: 8px;
  width: 22px;
  height: 11px;
  border-radius: 8px;
  background: #b48632;
}

.method-icon-cloud::after {
  top: 9px;
  left: 13px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b48632;
}

.method-icon-check::before {
  top: 8px;
  left: 8px;
  width: 18px;
  height: 18px;
  border: 2px solid #6c6963;
  border-radius: 50%;
}

.method-icon-check::after {
  top: 15px;
  left: 14px;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #6c6963;
  border-left: 2px solid #6c6963;
  transform: rotate(-45deg);
}

.method-icon-paper::before {
  top: 7px;
  left: 11px;
  width: 15px;
  height: 22px;
  border: 2px solid #6c6963;
  border-radius: 2px;
  background: repeating-linear-gradient(#aaa59c 0 2px, transparent 2px 6px) 3px 5px / 8px 11px no-repeat;
}

.method-icon-office::before {
  right: 7px;
  bottom: 7px;
  left: 7px;
  height: 19px;
  border: 2px solid #6c6963;
  background: repeating-linear-gradient(90deg, #6c6963 0 3px, transparent 3px 7px) 3px 5px / 19px 6px no-repeat;
}

.method-icon-office::after {
  top: 6px;
  left: 8px;
  border-right: 11px solid transparent;
  border-bottom: 8px solid #6c6963;
  border-left: 11px solid transparent;
}

/* SaaS-style fit diagnostic. */
.fit-diagnostic {
  max-width: 1000px;
  margin: 42px auto 0;
  overflow: hidden;
  border: 1px solid #dcd6cb;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(28, 24, 17, .07);
}

.fit-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  padding: 40px 48px;
  background:
    radial-gradient(circle at 80% 20%, rgba(190, 146, 62, .16), transparent 34%),
    var(--refine-ink);
}

.fit-kicker {
  color: #d3ad60;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.fit-hero h3 {
  margin: 14px 0 12px;
  color: #f8f5ef;
  font-family: var(--font-jp);
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  font-weight: 600;
  line-height: 1.55;
}

.fit-hero p {
  color: rgba(248, 245, 239, .78);
  font-size: .83rem;
  line-height: 1.85;
}

.fit-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
  padding: 18px 12px;
  border: 1px solid rgba(211, 173, 96, .46);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
}

.fit-score > span {
  color: #d3ad60;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.fit-score strong {
  color: #f5dfaa;
  font-family: var(--font-jp);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.18;
}

.fit-score strong small {
  margin-left: 4px;
  font-family: var(--font-body);
  font-size: .72rem;
  letter-spacing: 0;
}

.fit-score em {
  color: rgba(248, 245, 239, .8);
  font-size: .7rem;
  font-style: normal;
}

.fit-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.fit-signal {
  position: relative;
  padding: 30px 34px 30px 84px;
  min-height: 138px;
}

.fit-signal:nth-child(even) { border-left: 1px solid #e6e1d8; }
.fit-signal:nth-child(n + 3) { border-top: 1px solid #e6e1d8; }

.fit-signal-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(180, 134, 50, .42);
  border-radius: 50%;
  color: #9e7225;
  font-family: var(--font-jp);
  font-size: .72rem;
  font-weight: 700;
}

.fit-signal h4 {
  margin-bottom: 8px;
  color: var(--refine-ink);
  font-size: .95rem;
  font-weight: 800;
}

.fit-signal p {
  color: #595650;
  font-size: .8rem;
  line-height: 1.8;
}

.fit-exception {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px 32px;
  border-top: 1px solid #e2ddd4;
  background: #f5f3ee;
}

.fit-exception span {
  flex: 0 0 auto;
  padding: 5px 11px;
  border: 1px solid #cfc7bb;
  border-radius: 999px;
  color: #5b5751;
  font-size: .66rem;
  font-weight: 800;
}

.fit-exception p {
  color: #5d5a54;
  font-size: .76rem;
  line-height: 1.7;
}

/* Comparison: first column tracks its short labels instead of consuming 40%. */
.comparison-header,
.comparison-row {
  grid-template-columns: 150px minmax(250px, 1fr) minmax(250px, 1fr);
}

.comparison-col-item {
  padding-right: 14px;
  padding-left: 14px;
}

/* Contrast, especially in closing and dark sections. */
.section-dark .section-desc-light,
.section-dark .v3-disclaimer {
  color: rgba(247, 245, 240, .78);
  opacity: 1;
}

.closing-quote {
  color: rgba(247, 245, 240, .86);
}

.closing-note {
  color: rgba(247, 245, 240, .78);
}

.footer-brand p,
.footer-links a,
.footer-copy {
  color: rgba(247, 245, 240, .7);
}

@media (max-width: 900px) {
  .v3-range-strip {
    flex-wrap: wrap;
    max-width: 700px;
    row-gap: 12px;
  }

  .crm-outcome-panel {
    grid-template-columns: 1fr;
  }

  .crm-outcome-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .fit-hero {
    padding: 34px;
  }

  .comparison-header,
  .comparison-row {
    grid-template-columns: 125px minmax(220px, 1fr) minmax(220px, 1fr);
  }
}

@media (max-width: 640px) {
  .accuracy-milestone {
    padding: 25px 20px 22px;
  }

  .accuracy-milestone-track {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .accuracy-point {
    align-items: center;
    text-align: center;
  }

  .accuracy-growth {
    display: flex;
    justify-content: center;
    min-height: 72px;
    padding-top: 0;
  }

  .accuracy-growth-line {
    width: 2px;
    height: 52px;
    background: linear-gradient(#d1cbc0, var(--refine-gold));
  }

  .accuracy-growth-label {
    position: absolute;
    top: 15px;
    left: calc(50% + 14px);
    width: 130px;
    margin-top: 0;
    text-align: left;
  }

  .accuracy-growth-line::before,
  .accuracy-growth-line::after {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .accuracy-growth-line::before { top: -2px; }
  .accuracy-growth-line::after { right: auto; bottom: -2px; }

  .v3-range-strip {
    margin-right: 8px;
    margin-left: 8px;
    padding: 12px 8px;
    row-gap: 10px;
  }

  .v3-range-strip span {
    padding: 0 10px;
    font-size: .72rem;
  }

  .v3-change-card {
    padding: 16px 16px 24px;
  }

  .crm-outcome-intro {
    padding: 30px 24px;
  }

  .crm-outcome-list {
    grid-template-columns: 1fr;
  }

  .crm-outcome {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 14px;
    padding: 22px 24px;
  }

  .crm-outcome + .crm-outcome {
    border-top: 1px solid #e7e2da;
    border-left: 0;
  }

  .method-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .method-arrow {
    transform: rotate(90deg);
  }

  .fit-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 24px;
  }

  .fit-score {
    width: 100%;
  }

  .fit-signal-grid {
    grid-template-columns: 1fr;
  }

  .fit-signal {
    padding: 24px 24px 24px 74px;
  }

  .fit-signal:nth-child(even) { border-left: 0; }
  .fit-signal:nth-child(n + 2) { border-top: 1px solid #e6e1d8; }

  .fit-signal-icon {
    top: 24px;
    left: 24px;
  }

  .fit-exception {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 20px 24px;
  }

  .comparison-table {
    overflow-x: auto;
  }

  .comparison-header,
  .comparison-row {
    min-width: 680px;
    grid-template-columns: 118px 260px 260px;
  }
}

/* ==========================================================================
   SaaS redesign pass — sections 03 onward
   Reference patterns: generous single-message sections, large proof rows,
   alternating product panels and persistent, low-friction CTAs.
   The existing black × gold Japanese-modern identity remains unchanged.
   ========================================================================== */

.saas-redesign {
  position: relative;
  padding-top: 118px;
  padding-bottom: 118px;
  overflow: hidden;
}

.saas-redesign > .container {
  position: relative;
  z-index: 2;
  max-width: 1140px;
}

.saas-redesign:not(#contact)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1080px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(42, 39, 33, .13) 12%, rgba(42, 39, 33, .13) 88%, transparent);
  transform: translateX(-50%);
}

.saas-redesign.section-dark::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .13) 12%, rgba(255, 255, 255, .13) 88%, transparent);
}

.saas-redesign .section-label {
  margin-bottom: 22px;
  color: #9c7228;
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .2em;
}

.saas-redesign .section-title {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.42;
  letter-spacing: -.035em;
}

.saas-redesign .section-desc {
  max-width: 840px;
  margin-top: 24px;
  font-size: .92rem;
  line-height: 2.05;
}

.saas-redesign .v3-step-note {
  font-size: .91rem;
  line-height: 2;
}

/* 03 — proof: one large evidence surface instead of stacked cards. */
#accuracy {
  background:
    radial-gradient(circle at 86% 18%, rgba(180, 134, 50, .11), transparent 28%),
    #f5f2ec;
}

#accuracy .section-title {
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
}

#accuracy .v3-step-note:first-of-type {
  max-width: 760px;
  margin-bottom: 42px;
}

#accuracy .accuracy-milestone {
  max-width: 1040px;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #27282b;
  border-radius: 22px;
  background: #151619;
  box-shadow: 0 28px 70px rgba(23, 20, 15, .16);
}

#accuracy .accuracy-milestone-track {
  grid-template-columns: minmax(220px, .8fr) minmax(260px, 1.2fr) minmax(270px, 1fr);
  gap: 0;
}

#accuracy .accuracy-point {
  min-height: 238px;
  padding: 42px 42px 36px;
  justify-content: center;
}

#accuracy .accuracy-point-label {
  color: rgba(247, 244, 238, .58);
}

#accuracy .accuracy-point strong {
  color: #f6f1e8;
  font-size: clamp(3.6rem, 7vw, 6.3rem);
}

#accuracy .accuracy-point-goal {
  background: linear-gradient(145deg, rgba(203, 162, 82, .18), rgba(203, 162, 82, .04));
}

#accuracy .accuracy-point-goal strong {
  color: #e3bf73;
}

#accuracy .accuracy-point strong small {
  display: block;
  margin: 10px 0 0;
  color: rgba(247, 244, 238, .78);
}

#accuracy .accuracy-growth {
  display: flex;
  min-height: 238px;
  padding: 0 34px;
  border-right: 1px solid rgba(255, 255, 255, .09);
  border-left: 1px solid rgba(255, 255, 255, .09);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#accuracy .accuracy-growth-line {
  width: 100%;
}

#accuracy .accuracy-growth-label {
  color: rgba(247, 244, 238, .64);
  line-height: 1.65;
}

#accuracy .accuracy-milestone > p {
  margin: 0;
  padding: 24px 42px 27px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(247, 244, 238, .72);
  background: rgba(255, 255, 255, .025);
}

#accuracy .v3-range-strip {
  width: 100%;
  max-width: 1040px;
  margin-bottom: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* 04 — learning: a premium transformation rail. */
#learning {
  background:
    radial-gradient(circle at 50% 0, rgba(196, 162, 101, .13), transparent 34%),
    #101113;
}

#learning .core-bg-lines {
  opacity: .24;
}

#learning .section-title {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

#learning .section-desc {
  color: rgba(247, 245, 240, .72);
}

#learning .v3-change-grid {
  position: relative;
  gap: 14px;
  max-width: 1080px;
  margin-top: 62px !important;
}

#learning .v3-change-grid::before {
  content: "";
  position: absolute;
  top: 36px;
  right: 16.5%;
  left: 16.5%;
  height: 1px;
  background: linear-gradient(90deg, rgba(204, 164, 84, .2), #c69b45, rgba(204, 164, 84, .2));
}

#learning .v3-change-card {
  position: relative;
  z-index: 1;
  padding: 54px 18px 30px;
  border-color: rgba(255, 255, 255, .11);
  border-radius: 16px;
  background: #17181b;
}

#learning .v3-change-card::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 50%;
  width: 13px;
  height: 13px;
  border: 3px solid #121315;
  border-radius: 50%;
  background: #c69a43;
  box-shadow: 0 0 0 1px rgba(209, 172, 96, .55);
  transform: translateX(-50%);
}

#learning .change-visual {
  height: 178px;
  border-color: rgba(255, 255, 255, .1);
  background-color: #111214;
}

#learning .v3-change-tag {
  margin-top: 4px;
  font-size: .69rem;
  letter-spacing: .17em;
}

#learning .v3-change-card p {
  max-width: 270px;
  margin: 0 auto;
  line-height: 1.85;
}

#learning .problems-conclusion {
  max-width: 760px;
  margin-top: 46px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: transparent;
}

/* 05 — ROI: SaaS proof-table treatment with the annual result as hero. */
#roi {
  background: #fff;
}

#roi .section-desc {
  max-width: none;
}

#roi .results-grid {
  display: grid;
  grid-template-columns: .86fr 1.28fr .96fr;
  max-width: 1080px;
  margin: 52px auto 42px;
  overflow: hidden;
  gap: 0;
  border: 1px solid #ded8ce;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(24, 20, 14, .075);
}

#roi .result-card {
  min-height: 224px;
  padding: 36px 24px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  justify-content: center;
}

#roi .result-card + .result-card {
  border-left: 1px solid #e3ded5;
}

#roi .result-card:nth-child(2) {
  background:
    radial-gradient(circle at 50% 0, rgba(196, 162, 101, .2), transparent 45%),
    #151619;
}

#roi .result-number {
  font-size: clamp(2.65rem, 5.4vw, 5.2rem);
  white-space: nowrap;
}

#roi .result-card:nth-child(2) .result-number,
#roi .result-card:nth-child(2) .result-label {
  color: #f6f1e8;
  -webkit-text-fill-color: currentColor;
}

#roi .result-card:nth-child(2) .result-unit {
  color: #d7b565;
  -webkit-text-fill-color: currentColor;
}

#roi .result-label {
  margin-top: 17px;
  color: #66625b;
  font-size: .72rem;
  font-weight: 700;
}

#roi .v3-benefit-row p {
  color: #24262a;
  font-size: .95rem;
  font-weight: 800;
}

#roi .v3-manage-grid {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1080px;
  gap: 0;
  overflow: hidden;
  border: 1px solid #dfdad0;
  border-radius: 14px;
}

#roi .v3-manage-item {
  min-height: 108px;
  padding: 54px 18px 20px;
  border: 0;
  border-radius: 0;
  background: #f8f6f2;
  justify-content: center;
  text-align: center;
}

#roi .v3-manage-item + .v3-manage-item {
  border-left: 1px solid #e0dbd2;
}

#roi .v3-manage-item::before {
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
}

/* 06 / 07 / 10 — alternating product capability panels. */
#crm {
  background:
    linear-gradient(90deg, rgba(180, 134, 50, .045) 0 38%, transparent 38%),
    #f5f3ef;
}

#crm .section-label,
#integration .section-label,
#security .section-label {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

#crm .v3-showcase,
#integration .v3-showcase,
#security .v3-showcase {
  display: grid;
  max-width: 1080px;
  align-items: center;
  gap: 58px;
}

#crm .v3-showcase {
  grid-template-columns: .78fr 1.22fr;
}

#crm .v3-showcase-content {
  order: 1;
}

#crm .v3-showcase-media {
  order: 2;
}

#crm .v3-showcase-content h2,
#integration .v3-showcase-content h2,
#security .v3-showcase-content h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  text-align: left !important;
}

#crm .v3-showcase-content > p,
#integration .v3-showcase-content > p,
#security .v3-showcase-content > p {
  margin: 0 !important;
  text-align: left !important;
}

#crm .v3-showcase-frame,
#integration .v3-showcase-frame,
#security .v3-showcase-frame {
  border: 1px solid #d4cec2;
  border-radius: 18px;
  box-shadow: 0 26px 65px rgba(27, 23, 17, .12);
}

#crm .v3-showcase-frame::before,
#integration .v3-showcase-frame::before,
#security .v3-showcase-frame::before {
  content: "";
  display: block;
  height: 38px;
  border-bottom: 1px solid #e2ddd4;
  background:
    radial-gradient(circle, #c9c4bb 0 4px, transparent 4.5px) 16px 50% / 14px 14px repeat-x,
    #fff;
  background-size: 14px 14px;
  background-repeat: repeat-x;
  background-position: 14px 50%;
}

#crm .v3-showcase-frame::after,
#integration .v3-showcase-frame::after,
#security .v3-showcase-frame::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 60px;
  z-index: 2;
  background: #fff;
  pointer-events: none;
}

#crm .v3-showcase-frame img,
#integration .v3-showcase-frame img,
#security .v3-showcase-frame img {
  position: relative;
  z-index: 3;
}

#crm .v3-manage-grid {
  grid-template-columns: repeat(2, 1fr);
  max-width: 1080px;
  gap: 10px;
}

#crm .v3-manage-item {
  min-height: 58px;
  border-color: #dfd9ce;
  background: rgba(255, 255, 255, .74);
}

#crm .crm-outcome-panel {
  max-width: 1080px;
  margin-top: 52px;
  border-radius: 18px;
}

#integration {
  background: #fff;
}

#integration .v3-showcase {
  grid-template-columns: .76fr 1.24fr;
}

#integration .v3-showcase-content {
  order: 1;
}

#integration .v3-showcase-media {
  order: 2;
}

#integration .v3-range-list {
  display: flex;
  max-width: 1080px;
  margin-top: 50px !important;
  padding: 17px 20px;
  gap: 0;
  border-top: 1px solid #dcd6cc;
  border-bottom: 1px solid #dcd6cc;
  border-radius: 0;
}

#integration .v3-range-chip {
  position: relative;
  padding: 6px 15px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #4b4944;
  font-size: .72rem;
}

#integration .v3-range-chip + .v3-range-chip::before {
  content: "|";
  position: absolute;
  left: 0;
  color: #d0c8bb;
}

/* Supported document and accounting software labels. */
.support-list-block {
  max-width: 1080px;
  margin: 28px auto 0;
}

.support-list-heading {
  margin: 0 0 14px;
  color: #5b5142;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
}

#accuracy .support-list-block .accuracy-b-documents,
#integration .support-list-block .v3-range-list {
  margin-top: 0 !important;
}

#integration .support-list-block-software {
  margin-top: 50px;
}

#integration > .container > h3 {
  margin-top: 72px !important;
  font-size: clamp(1.45rem, 2.5vw, 2rem) !important;
}

#integration .v3-method-grid {
  max-width: 1080px;
  gap: 16px;
  margin-top: 34px;
}

#integration .v3-method-card {
  min-height: 450px;
  padding: 38px;
  border-radius: 18px;
  box-shadow: none;
}

#integration .v3-method-card:first-child {
  color: #f6f2e9;
  border-color: #17181b;
  background:
    radial-gradient(circle at 100% 0, rgba(196, 162, 101, .2), transparent 36%),
    #17181b;
}

#integration .v3-method-card:first-child h4,
#integration .v3-method-card:first-child p {
  color: #f6f2e9;
}

#integration .v3-method-card:first-child p {
  color: rgba(246, 242, 233, .72);
}

#integration .v3-method-card:first-child .method-flow {
  border-color: rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .045);
}

#integration .v3-method-card:first-child .method-node b {
  color: #f6f2e9;
}

#integration .v3-method-card:first-child .method-node small {
  color: rgba(246, 242, 233, .58);
}

#integration .v3-method-card:first-child .method-icon {
  border-color: rgba(255, 255, 255, .2);
  background-color: rgba(255, 255, 255, .08);
}

#integration .method-flow {
  min-height: 150px;
  margin: 30px 0 24px;
}

/* 08 — fit: bright diagnostic rather than another dark banner. */
#fit {
  background:
    radial-gradient(circle at 12% 18%, rgba(180, 134, 50, .1), transparent 26%),
    #f4f1eb;
}

#fit .fit-diagnostic {
  max-width: 1080px;
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(24, 21, 16, .08);
}

#fit .fit-hero {
  padding: 44px 50px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .2)),
    #e6d5b4;
}

#fit .fit-kicker {
  color: #7e591a;
}

#fit .fit-hero h3 {
  color: #1f2125;
}

#fit .fit-hero p {
  color: #575149;
}

#fit .fit-score {
  width: 168px;
  border-color: #17181b;
  background: #17181b;
}

#fit .fit-score strong {
  color: #e0bc6c;
}

#fit .fit-signal {
  min-height: 155px;
  background: #fff;
}

#fit .fit-signal h4 {
  font-size: 1rem;
}

/* 08.5 — comparison: compact proof matrix, with our column visibly primary. */
#compare {
  background: #fff;
}

#compare .comparison-table {
  max-width: 1000px;
  margin-top: 50px;
  overflow: hidden;
  border: 1px solid #dcd6cc;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(24, 20, 14, .06);
}

#compare .comparison-header,
#compare .comparison-row {
  grid-template-columns: 140px minmax(260px, 1fr) minmax(260px, 1fr);
}

#compare .comparison-header {
  min-height: 74px;
  background: #f2efe9;
}

#compare .comparison-row {
  min-height: 68px;
  border-top: 1px solid #e4dfd7;
}

#compare .comparison-col {
  padding-top: 18px;
  padding-bottom: 18px;
}

#compare .comparison-col-us {
  border-left: 1px solid rgba(180, 134, 50, .3);
  background: rgba(180, 134, 50, .08);
}

#compare .comparison-header .comparison-col-us {
  color: #f6f1e8;
  background: #17181b;
}

#compare .comparison-header .comparison-col-other {
  color: #292b2f;
  background: #e9e5dd;
}

#compare .comparison-col-item {
  color: #55524c;
  font-size: .72rem;
  font-weight: 800;
}

/* 09 — customer proof: restrained editorial testimonials. */
#voice {
  background:
    radial-gradient(circle at 50% 0, rgba(196, 162, 101, .14), transparent 32%),
    #111214;
}

#voice .voice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1080px;
  margin: 50px auto 0;
  gap: 16px;
}

#voice .voice-card {
  position: relative;
  min-height: 330px;
  padding: 44px 40px 36px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .035);
  box-shadow: none;
}

#voice .voice-card::before {
  content: "“";
  position: absolute;
  top: 15px;
  right: 30px;
  color: rgba(205, 168, 91, .24);
  font-family: Georgia, serif;
  font-size: 5.8rem;
  line-height: 1;
}

#voice .voice-role {
  color: #e0bd72;
}

#voice .voice-scale {
  color: rgba(247, 244, 237, .58);
}

#voice .voice-body {
  margin-top: 34px;
  color: #f5f1e9;
  font-family: var(--font-jp);
  font-size: 1.06rem;
  line-height: 2;
}

#voice .voice-client {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .11);
  color: rgba(247, 244, 237, .65);
}

#voice .voice-disclaimer {
  color: rgba(247, 244, 237, .5);
}

/* 10 — security: one visual plus a unified trust rail. */
#security {
  background: #f4f1eb;
}

#security .v3-showcase {
  grid-template-columns: 1.2fr .8fr;
}

#security .v3-showcase-media {
  order: 1;
}

#security .v3-showcase-content {
  order: 2;
}

#security .v3-manage-grid {
  grid-template-columns: repeat(5, 1fr);
  max-width: 1080px;
  gap: 0;
  margin-top: 52px !important;
  overflow: hidden;
  border: 1px solid #ddd7cc;
  border-radius: 14px;
}

#security .v3-manage-item {
  min-height: 124px;
  padding: 60px 16px 18px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .72);
  justify-content: center;
  text-align: center;
}

#security .v3-manage-item + .v3-manage-item {
  border-left: 1px solid #e1dcd3;
}

#security .v3-manage-item::before {
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
}

/* 11 — pricing: one decisive price panel and one simple usage panel. */
#pricing {
  background:
    radial-gradient(circle at 88% 14%, rgba(180, 134, 50, .12), transparent 28%),
    #f3f0e9;
}

#pricing .tategaki-accent {
  display: none;
}

#pricing .section-title {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

#pricing .pricing-2col {
  max-width: 1040px;
  margin: 54px auto 0;
  gap: 16px;
}

#pricing .p2-card {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(24, 20, 14, .075);
}

#pricing .p2-card-base {
  color: #f6f1e8;
  border-color: #18191c;
  background:
    radial-gradient(circle at 100% 0, rgba(196, 162, 101, .22), transparent 35%),
    #18191c;
}

#pricing .p2-card-base .p2-header {
  border-bottom-color: rgba(255, 255, 255, .1);
  background: transparent;
}

#pricing .p2-card-base .p2-subtitle,
#pricing .p2-card-base .p2-price,
#pricing .p2-card-base .p2-per,
#pricing .p2-card-base .p2-feat-label {
  color: #f6f1e8;
}

#pricing .p2-card-base .p2-yen {
  color: #d8b361;
}

#pricing .p2-price {
  font-size: clamp(3.6rem, 7vw, 6rem);
}

#pricing .p2-card-base .p2-unlimited-chip {
  border-color: rgba(216, 179, 97, .36);
  color: #e4c477;
  background: rgba(216, 179, 97, .08);
}

#pricing .p2-card-base .p2-feat-tags span {
  border-color: rgba(255, 255, 255, .13);
  color: rgba(246, 241, 232, .75);
  background: rgba(255, 255, 255, .035);
}

#pricing .p2-card-unit {
  background: #fff;
}

#pricing .p2-tier-row {
  min-height: 72px;
}

#pricing .p2-tier-best {
  background: rgba(180, 134, 50, .1);
}

#pricing .v3-subsidy-note {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 1040px;
  margin-top: 22px;
  padding: 30px 34px;
  border-radius: 14px;
  text-align: left;
  align-items: center;
  column-gap: 34px;
}

#pricing .v3-subsidy-note h4,
#pricing .v3-subsidy-note p {
  grid-column: 1;
}

#pricing .v3-subsidy-note a {
  grid-column: 2;
  grid-row: 1 / 3;
  white-space: nowrap;
}

#pricing .v3-subsidy-note p {
  margin-bottom: 0;
}

#pricing .p2-cta {
  margin-top: 44px;
}

/* 12 — onboarding: four equal steps on a single connected rail. */
#flow {
  background: #fff;
}

#flow .flow-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  max-width: 1080px;
  margin: 58px auto 0;
  gap: 0;
}

#flow .flow-steps::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 12.5%;
  left: 12.5%;
  height: 1px;
  background: #d8c79f;
}

#flow .flow-arrow {
  display: none;
}

#flow .flow-step {
  position: relative;
  z-index: 1;
  min-height: 275px;
  padding: 58px 28px 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#flow .flow-step + .flow-step {
  border-left: 1px solid #e1dcd3;
}

#flow .flow-step::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 17px;
  height: 17px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #b48632;
  box-shadow: 0 0 0 1px #b48632;
  transform: translateX(-50%);
}

#flow .flow-step-final {
  background: #f7f2e8;
}

#flow .flow-num {
  color: #9d7124;
  font-size: .66rem;
  letter-spacing: .15em;
}

#flow .flow-title {
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.65;
}

#flow .flow-desc {
  margin-top: 14px;
  color: #5c5953;
  font-size: .78rem;
  line-height: 1.9;
}

/* 13 — FAQ: editorial split layout. */
#faq {
  background: #f4f1eb;
}

#faq .container {
  display: grid;
  grid-template-columns: .56fr 1.44fr;
  align-items: start;
  column-gap: 78px;
}

#faq .section-label {
  grid-column: 1;
  margin: 8px 0 18px;
  text-align: left;
}

#faq .section-title {
  grid-column: 1;
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3rem);
  white-space: nowrap;
  text-align: left;
}

#faq .faq-list {
  grid-column: 2;
  grid-row: 1 / span 3;
  width: 100%;
  margin: 0;
}

#faq .faq-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
}

#faq .faq-item:first-child {
  border-top: 1px solid #d5cfc4;
}

#faq .faq-question {
  min-height: 78px;
  padding: 20px 8px;
}

#faq .faq-q-mark {
  color: #9b6e20;
  font-family: var(--font-jp);
  font-size: 1rem;
}

#faq .faq-answer p {
  color: #56534d;
  line-height: 2;
}

/* 14 — closing: decisive, high-contrast conversion moment. */
#contact {
  padding-top: 126px;
  padding-bottom: 126px;
  background:
    radial-gradient(circle at 82% 14%, rgba(196, 162, 101, .24), transparent 30%),
    radial-gradient(circle at 18% 92%, rgba(196, 162, 101, .1), transparent 30%),
    #0f1012;
}

#contact .closing-bg-lines {
  opacity: .2;
}

#contact .container {
  max-width: 980px;
}

#contact .closing-message {
  padding: 0;
}

#contact .closing-title {
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  line-height: 1.45;
  letter-spacing: -.045em;
}

#contact .closing-quote {
  max-width: 720px !important;
  margin-top: 38px !important;
  color: rgba(247, 244, 237, .88);
  font-size: .91rem;
  line-height: 2;
}

#contact .closing-cta {
  margin-top: 44px;
}

#contact .closing-cta .btn {
  min-width: 330px;
  padding: 20px 42px;
  border-radius: 7px;
  color: #151619;
  background: linear-gradient(135deg, #e4c372, #bd8e36);
  box-shadow: 0 18px 46px rgba(186, 137, 49, .25);
}

#contact .closing-note {
  margin-top: 22px;
  color: rgba(247, 244, 237, .68);
}

@media (max-width: 960px) {
  .saas-redesign {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  #accuracy .accuracy-milestone-track {
    grid-template-columns: .8fr 1fr 1fr;
  }

  #accuracy .accuracy-point {
    padding-right: 28px;
    padding-left: 28px;
  }

  #crm .v3-showcase,
  #integration .v3-showcase,
  #security .v3-showcase {
    gap: 36px;
  }

  #roi .v3-manage-grid,
  #security .v3-manage-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #roi .v3-manage-item:nth-child(3),
  #security .v3-manage-item:nth-child(n + 3) {
    border-top: 1px solid #e0dbd2;
  }

  #roi .v3-manage-item:nth-child(3) {
    border-left: 0;
  }

  #security .v3-manage-item:nth-child(odd) {
    border-left: 0;
  }

  #faq .container {
    column-gap: 46px;
  }
}

@media (max-width: 720px) {
  .saas-redesign {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .saas-redesign:not(#contact)::before {
    width: calc(100% - 32px);
  }

  .saas-redesign .section-label {
    margin-bottom: 17px;
  }

  .saas-redesign .section-title {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
    line-height: 1.5;
  }

  #learning .section-title {
    font-size: 1.65rem;
  }

  #accuracy .accuracy-milestone {
    border-radius: 15px;
  }

  #accuracy .accuracy-milestone-track {
    grid-template-columns: 1fr;
  }

  #accuracy .accuracy-point {
    min-height: 166px;
    align-items: center;
    padding: 27px 20px;
    text-align: center;
  }

  #accuracy .accuracy-growth {
    min-height: 120px;
    padding: 24px;
    border-top: 1px solid rgba(255, 255, 255, .09);
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    border-left: 0;
  }

  #accuracy .accuracy-growth-line {
    width: 80%;
    height: 2px;
  }

  #accuracy .accuracy-growth-label {
    position: static;
    width: auto;
    margin-top: 14px;
    text-align: center;
  }

  #accuracy .accuracy-growth-line::before,
  #accuracy .accuracy-growth-line::after {
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
  }

  #accuracy .accuracy-growth-line::before { left: -2px; }
  #accuracy .accuracy-growth-line::after { right: -2px; left: auto; }
  #accuracy .accuracy-milestone > p { padding: 22px; }

  #learning .v3-change-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #learning .v3-change-grid::before {
    display: none;
  }

  #learning .v3-change-card {
    padding-top: 28px;
  }

  #learning .v3-change-card::before {
    display: none;
  }

  #roi .results-grid {
    grid-template-columns: 1fr;
    border-radius: 15px;
  }

  #roi .result-card {
    min-height: 160px;
  }

  #roi .result-card + .result-card {
    border-top: 1px solid #e3ded5;
    border-left: 0;
  }

  #roi .v3-manage-grid,
  #security .v3-manage-grid {
    grid-template-columns: 1fr;
  }

  #roi .v3-manage-item + .v3-manage-item,
  #security .v3-manage-item + .v3-manage-item {
    border-top: 1px solid #e0dbd2;
    border-left: 0;
  }

  #crm .v3-showcase,
  #integration .v3-showcase,
  #security .v3-showcase {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  #crm .v3-showcase-media,
  #integration .v3-showcase-media,
  #security .v3-showcase-media {
    order: 2;
  }

  #crm .v3-showcase-content,
  #integration .v3-showcase-content,
  #security .v3-showcase-content {
    order: 1;
  }

  #crm .v3-showcase-frame,
  #integration .v3-showcase-frame,
  #security .v3-showcase-frame {
    border-radius: 12px;
  }

  #crm .v3-manage-grid {
    grid-template-columns: 1fr;
  }

  #integration .v3-method-grid {
    grid-template-columns: 1fr;
  }

  #integration .v3-method-card {
    min-height: 0;
    padding: 28px 22px;
  }

  #integration .v3-range-list {
    margin-top: 38px !important;
    padding-right: 6px;
    padding-left: 6px;
  }

  #integration .v3-range-chip {
    padding-right: 10px;
    padding-left: 10px;
  }

  #fit .fit-hero {
    padding: 32px 24px;
  }

  #fit .fit-score {
    width: 100%;
  }

  #compare .comparison-table {
    border-radius: 12px;
  }

  #voice .voice-grid {
    grid-template-columns: 1fr;
  }

  #voice .voice-card {
    min-height: 0;
    padding: 38px 26px 30px;
  }

  #pricing .pricing-2col {
    grid-template-columns: 1fr;
  }

  #pricing .v3-subsidy-note {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  #pricing .v3-subsidy-note h4,
  #pricing .v3-subsidy-note p,
  #pricing .v3-subsidy-note a {
    grid-column: 1;
  }

  #pricing .v3-subsidy-note a {
    grid-row: auto;
    margin-top: 20px;
    white-space: normal;
    text-align: center;
  }

  #flow .flow-steps {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  #flow .flow-steps::before {
    top: 36px;
    bottom: 36px;
    left: 16px;
    width: 1px;
    height: auto;
  }

  #flow .flow-step {
    min-height: 0;
    padding: 20px 20px 28px 52px;
  }

  #flow .flow-step + .flow-step {
    border-top: 1px solid #e1dcd3;
    border-left: 0;
  }

  #flow .flow-step::before {
    top: 25px;
    left: 16px;
  }

  #faq .container {
    grid-template-columns: 1fr;
  }

  #faq .section-label,
  #faq .section-title,
  #faq .faq-list {
    grid-column: 1;
    grid-row: auto;
  }

  #faq .section-title {
    margin-bottom: 38px;
    white-space: normal;
  }

  #contact {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  #contact .closing-cta .btn {
    width: 100%;
    min-width: 0;
  }

  #security .security-copy .section-title {
    font-size: 1.55rem;
    letter-spacing: -.04em;
  }
}

/* ============================================================
   Marketing hierarchy pass — lead with the answer, then evidence
   ============================================================ */

.saas-redesign .section-label {
  max-width: 1080px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  color: #8c6828;
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-align: left;
  text-transform: none;
  justify-content: flex-start;
}

.saas-redesign .section-label::before {
  width: 42px;
  opacity: .85;
}

.saas-redesign .section-label::after {
  display: none;
}

#accuracy > .container > .section-title,
#learning > .container > .section-title,
#roi > .container > .section-title,
#fit > .container > .section-title,
#voice > .container > .section-title {
  max-width: 1080px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  text-align: left;
}

#accuracy > .container > .v3-step-note,
#learning > .container > .section-desc,
#roi > .container > .section-desc,
#fit > .container > .section-desc {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: calc((100% - min(1080px, 100%)) / 2);
  color: #555653;
  text-align: left;
}

#learning > .container > .section-desc {
  color: rgba(247, 245, 240, .72);
}

#accuracy .proof-console,
#learning .learning-system,
#roi .roi-dashboard,
#fit .fit-checker,
#voice .voice-stories {
  margin-top: 40px;
}

#accuracy .proof-console {
  position: relative;
}

#accuracy .proof-gauge-panel {
  position: relative;
}

#accuracy .proof-gauge-panel::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -21px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #17181b;
  content: "→";
  background: #d0a554;
  transform: translateY(-50%);
}

#accuracy .proof-growth-head h3 {
  max-width: 360px;
}

#accuracy .proof-goal {
  box-shadow: inset 0 -3px #c49b50;
}

#learning .learning-rule-card {
  position: relative;
}

#learning .learning-rule-card::after {
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 3;
  color: #d2a95c;
  font-size: 1.25rem;
  content: "→";
  transform: translateY(-50%);
}

#learning .learning-rule-head > span,
#accuracy .proof-console-label,
#accuracy .proof-processing span,
#roi .roi-eyebrow,
#roi .roi-stat > span,
#roi .roi-reinvestment-title > span,
#fit .fit-kicker,
#security .security-kicker {
  font-family: var(--font-body);
  letter-spacing: .09em;
}

#crm > .container > .section-label,
#security > .container > .section-label {
  margin-bottom: 32px;
}

#crm .crm-feature-rail > p,
#security .security-copy > p {
  max-width: 440px;
}

#fit .fit-checker-head h3 {
  max-width: 570px;
}

#voice .voice-story-featured {
  position: relative;
}

#voice .voice-story-featured::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 3px;
  content: "";
  background: #d0a554;
}

#security .security-diagram-head,
#security .security-node span,
#security .security-shield small,
#voice .voice-story-index span,
#voice .voice-compact-result span,
#integration .method-number,
#flow .flow-num {
  font-family: var(--font-body);
  letter-spacing: .08em;
}

@media (max-width: 1140px) {
  .saas-redesign .section-label,
  #accuracy > .container > .section-title,
  #learning > .container > .section-title,
  #roi > .container > .section-title,
  #fit > .container > .section-title,
  #voice > .container > .section-title {
    width: calc(100% - 48px);
  }

  #accuracy > .container > .v3-step-note,
  #learning > .container > .section-desc,
  #roi > .container > .section-desc,
  #fit > .container > .section-desc {
    margin-left: 24px;
  }
}

@media (max-width: 900px) {
  #accuracy .proof-gauge-panel::after {
    top: auto;
    right: 50%;
    bottom: -21px;
    content: "↓";
    transform: translateX(50%);
  }

  #learning .learning-rule-card::after {
    top: auto;
    right: 50%;
    bottom: -18px;
    content: "↓";
    transform: translateX(50%);
  }
}

@media (max-width: 720px) {
  .saas-redesign .section-label,
  #accuracy > .container > .section-title,
  #learning > .container > .section-title,
  #roi > .container > .section-title,
  #fit > .container > .section-title,
  #voice > .container > .section-title {
    width: 100%;
  }

  .saas-redesign .section-label {
    margin-bottom: 14px;
    font-size: .68rem;
  }

  .saas-redesign .section-label::before {
    width: 28px;
  }

  #accuracy > .container > .section-title,
  #learning > .container > .section-title,
  #roi > .container > .section-title,
  #fit > .container > .section-title,
  #voice > .container > .section-title {
    margin-bottom: 16px;
    text-align: left;
  }

  #accuracy > .container > .v3-step-note,
  #learning > .container > .section-desc,
  #roi > .container > .section-desc,
  #fit > .container > .section-desc {
    margin-left: 0;
    font-size: .78rem;
    line-height: 1.9;
    text-align: left;
  }

  #accuracy .proof-console,
  #learning .learning-system,
  #roi .roi-dashboard,
  #fit .fit-checker,
  #voice .voice-stories {
    margin-top: 32px;
  }
}

/* Final heading override: centered headings with phrase-safe wrapping. */

.saas-redesign .section-label {
  text-align: center;
  justify-content: center;
}

.saas-redesign .section-label::after {
  display: block;
}

#accuracy > .container > .marketing-title,
#learning > .container > .marketing-title,
#roi > .container > .marketing-title,
#fit > .container > .marketing-title,
#voice > .container > .marketing-title {
  max-width: 1120px;
  text-align: center;
  word-break: keep-all;
  line-break: strict;
}

.title-line {
  display: block;
}

.title-phrase {
  display: inline-block;
}

#crm .section-title {
  word-break: keep-all;
  line-break: strict;
}

@media (max-width: 720px) {
  #accuracy > .container > .marketing-title,
  #learning > .container > .marketing-title,
  #roi > .container > .marketing-title,
  #fit > .container > .marketing-title,
  #voice > .container > .marketing-title {
    text-align: center;
  }
}

/* Section 03+ lead copy: centered on the heading axis with balanced lines. */

.saas-redesign > .container > .section-lead {
  width: min(820px, 100%);
  max-width: 820px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: center;
  text-wrap: balance;
}

#accuracy > .container > .section-lead,
#learning > .container > .section-lead,
#roi > .container > .section-lead,
#fit > .container > .section-lead {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (max-width: 720px) {
  .saas-redesign > .container > .section-lead {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-wrap: pretty;
  }

  #accuracy > .container > .section-lead,
  #learning > .container > .section-lead,
  #roi > .container > .section-lead,
  #fit > .container > .section-lead {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

/* Simplification pass: separate proof from learning, rebalance UI, standardize trust blocks. */

#accuracy .proof-growth-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#accuracy .proof-outcome {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 24px 0 18px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e3ddd3;
}

#accuracy .proof-outcome strong {
  color: #25262a;
  font-family: var(--font-jp);
  font-size: clamp(4rem, 6.5vw, 6.2rem);
  font-variant-numeric: lining-nums proportional-nums;
  letter-spacing: -.07em;
  line-height: .9;
}

#accuracy .proof-outcome small {
  margin-left: 4px;
  font-family: var(--font-body);
  font-size: .26em;
  letter-spacing: 0;
}

#accuracy .proof-outcome > span {
  color: #4c4c49;
  font-size: .9rem;
  font-weight: 700;
}

#accuracy .proof-outcome-copy {
  color: #555650;
  font-size: .88rem;
  line-height: 1.85;
}

#accuracy .proof-outcome-points {
  display: grid;
  grid-template-columns: 1fr 44px 1fr;
  align-items: center;
  margin: 24px 0;
  border: 1px solid #ddd7cd;
  background: #faf8f4;
}

#accuracy .proof-outcome-points > div {
  padding: 20px 18px;
}

#accuracy .proof-outcome-points span,
#accuracy .proof-outcome-points strong {
  display: block;
}

#accuracy .proof-outcome-points span {
  margin-bottom: 6px;
  color: #9a732c;
  font-size: .72rem;
  font-weight: 800;
}

#accuracy .proof-outcome-points strong {
  color: #292a2d;
  font-size: .86rem;
}

#accuracy .proof-outcome-points i {
  display: grid;
  min-height: 100%;
  place-items: center;
  color: #a67b2c;
  font-style: normal;
  background: #f0eadf;
}

#crm .crm-workspace {
  grid-template-columns: 1fr;
}

#crm .crm-feature-rail {
  padding: 44px 52px 34px;
  border-right: 0;
  border-bottom: 1px solid #e3ded5;
}

#crm .crm-feature-rail .section-title,
#crm .crm-feature-rail > p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#crm .crm-feature-rail .section-title {
  max-width: 840px;
}

#crm .crm-feature-rail > p {
  max-width: 760px;
  font-size: .92rem;
}

#crm .crm-feature-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 930px;
  margin: 30px auto 0;
}

#crm .crm-feature-group {
  padding: 18px 24px;
  border-bottom: 0;
}

#crm .crm-feature-group + .crm-feature-group {
  border-left: 1px solid #ddd7ce;
}

#crm .crm-feature-group small {
  font-size: .78rem;
}

#crm .crm-workspace-screen {
  min-height: 0;
  padding: 78px 64px 54px;
}

#crm .crm-screen-chrome {
  top: 34px;
  right: 64px;
  left: 64px;
}

#crm .crm-workspace-screen img {
  max-height: 610px;
  object-fit: contain;
}

#voice .voice-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1080px;
  margin: 44px auto 0;
}

#voice .voice-standard-card {
  position: relative;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  padding: 38px 38px 32px;
  border-top: 3px solid #cda557;
  color: #26272a;
  background: #f7f3eb;
}

#voice .voice-standard-head {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dcd5c9;
}

#voice .voice-avatar {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border-radius: 50%;
  color: #222326;
  font-size: .76rem;
  font-weight: 800;
  background: #d8b66f;
}

#voice .voice-standard-head strong,
#voice .voice-standard-head small {
  display: block;
}

#voice .voice-standard-head strong {
  color: #292a2d;
  font-size: .94rem;
}

#voice .voice-standard-head small {
  margin-top: 5px;
  color: #686762;
  font-size: .78rem;
}

#voice .voice-standard-card blockquote {
  position: relative;
  margin: 32px 0 18px;
  padding-left: 24px;
  color: #242528;
  font-family: var(--font-jp);
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.85;
}

#voice .voice-standard-card blockquote::before {
  position: absolute;
  top: -5px;
  left: 0;
  color: #b78d3d;
  content: "“";
  font-family: Georgia, serif;
  font-size: 2.2rem;
  line-height: 1;
}

#voice .voice-standard-card > p {
  color: #595954;
  font-size: .88rem;
  line-height: 1.9;
}

#voice .voice-standard-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #dcd5c9;
}

#voice .voice-standard-result strong {
  color: #946c23;
  font-family: var(--font-jp);
  font-size: 1.45rem;
}

#voice .voice-standard-result span {
  color: #66655f;
  font-size: .76rem;
  line-height: 1.6;
  text-align: right;
}

#security .security-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#security .security-assurance {
  margin-top: 34px;
  padding: 22px 24px;
  border-left: 3px solid #b68a39;
  background: #f4efe5;
}

#security .security-assurance span,
#security .security-assurance strong {
  display: block;
}

#security .security-assurance span {
  color: #8d6a29;
  font-size: .74rem;
  font-weight: 800;
}

#security .security-assurance strong {
  margin-top: 7px;
  color: #292a2d;
  font-size: .92rem;
}

#security .security-simple {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
  padding: 46px 48px;
  color: #fff;
  background: #191a1d;
}

#security .security-simple-head {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

#security .security-simple-icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border: 1px solid #d2aa5f;
  border-radius: 50%;
  color: #e2c17f;
  font-size: 1.2rem;
}

#security .security-simple-head strong,
#security .security-simple-head small {
  display: block;
}

#security .security-simple-head strong {
  font-family: var(--font-jp);
  font-size: 1.2rem;
}

#security .security-simple-head small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
}

#security .security-simple-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#security .security-simple-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

#security .security-simple-list li > span {
  color: #d0a658;
  font-size: .74rem;
  font-weight: 800;
}

#security .security-simple-list strong,
#security .security-simple-list small {
  display: block;
}

#security .security-simple-list strong {
  color: #fff;
  font-size: .94rem;
}

#security .security-simple-list small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: .8rem;
}

#security .security-trust-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#security .security-trust-rail span {
  width: auto;
  text-align: center;
}

@media (max-width: 720px) {
  #accuracy .proof-outcome {
    align-items: flex-end;
  }

  #accuracy .proof-outcome strong {
    font-size: 4rem;
  }

  #accuracy .proof-outcome-points {
    grid-template-columns: 1fr;
  }

  #accuracy .proof-outcome-points i {
    min-height: 36px;
    transform: rotate(90deg);
  }

  #crm .crm-feature-rail {
    padding: 36px 24px 28px;
  }

  #crm .crm-feature-groups {
    grid-template-columns: 1fr;
  }

  #crm .crm-feature-group {
    padding: 17px 0;
  }

  #crm .crm-feature-group + .crm-feature-group {
    border-top: 1px solid #ddd7ce;
    border-left: 0;
  }

  #crm .crm-workspace-screen {
    padding: 68px 14px 30px;
  }

  #crm .crm-screen-chrome {
    top: 28px;
    right: 14px;
    left: 14px;
  }

  #voice .voice-card-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  #voice .voice-standard-card {
    min-height: 0;
    padding: 30px 24px 26px;
  }

  #voice .voice-standard-result {
    align-items: flex-start;
    flex-direction: column;
  }

  #voice .voice-standard-result span {
    text-align: left;
  }

  #security .security-simple {
    min-height: 0;
    padding: 36px 24px;
  }

  #security .security-trust-rail {
    grid-template-columns: 1fr;
  }

  #security .security-trust-rail span {
    width: 100%;
    text-align: left;
  }
}

/* Clarification pass: remove duplicated emphasis and make each section self-explanatory. */

#accuracy .accuracy-guide {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  max-width: 1080px;
  margin: 40px auto 0;
  border: 1px solid #dcd6cc;
  background: #fff;
}

#accuracy .accuracy-guide-copy {
  padding: 38px 40px;
  border-right: 1px solid #e1dbd1;
  background: #f4f0e8;
}

#accuracy .accuracy-guide-copy > span {
  color: #936b25;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
}

#accuracy .accuracy-guide-copy h3 {
  margin-top: 14px;
  color: #25262a;
  font-family: var(--font-jp);
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
  line-height: 1.55;
}

#accuracy .accuracy-guide-copy p {
  margin-top: 18px;
  color: #555650;
  font-size: .88rem;
  line-height: 1.9;
}

#accuracy .accuracy-check-list {
  display: grid;
  align-content: center;
  padding: 20px 38px;
}

#accuracy .accuracy-check-list > div {
  display: grid;
  grid-template-columns: 38px 150px 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px 0;
}

#accuracy .accuracy-check-list > div + div {
  border-top: 1px solid #e4ded5;
}

#accuracy .accuracy-check-list span {
  color: #a57b30;
  font-size: .7rem;
  font-weight: 800;
}

#accuracy .accuracy-check-list strong {
  color: #2b2c2f;
  font-size: .9rem;
}

#accuracy .accuracy-check-list small {
  color: #62625e;
  font-size: .78rem;
  line-height: 1.65;
}

#accuracy .accuracy-caveat {
  max-width: 1080px;
  margin: 0 auto;
  border-right: 1px solid #dcd6cc;
  border-bottom: 1px solid #dcd6cc;
  border-left: 1px solid #dcd6cc;
  background: #faf9f6;
}

#learning .learning-loop-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 410px;
  height: 410px;
  overflow: visible;
  transform: translate(-50%, -50%);
}

#learning .learning-loop-ring path {
  fill: none;
  stroke: rgba(213, 177, 106, .72);
  stroke-width: 2;
  marker-end: url(#learning-arrow);
}

#learning .learning-loop-ring marker path {
  fill: #d5b16a;
  stroke: none;
}

#learning .learning-loop-orbit {
  display: none;
}

#learning .learning-loop-step {
  padding: 8px 10px;
  border: 1px solid rgba(213, 177, 106, .2);
  background: rgba(17, 18, 21, .88);
}

#learning .learning-loop-step-1 {
  top: 28px;
}

#learning .learning-loop-step-2 {
  right: 14px;
}

#learning .learning-loop-step-3 {
  bottom: 28px;
}

#learning .learning-loop-step-4 {
  left: 14px;
}

#crm .crm-feature-groups {
  grid-template-columns: repeat(3, 1fr);
  max-width: 980px;
  border-top: 1px solid #ddd7ce;
  border-bottom: 1px solid #ddd7ce;
}

#crm .crm-feature-group {
  min-height: 104px;
  padding: 20px 22px;
}

#crm .crm-feature-group + .crm-feature-group {
  border-left: 0;
}

#crm .crm-feature-group:nth-child(3n + 2),
#crm .crm-feature-group:nth-child(3n + 3) {
  border-left: 1px solid #ddd7ce;
}

#crm .crm-feature-group:nth-child(n + 4) {
  border-top: 1px solid #ddd7ce;
}

#crm .crm-feature-group strong {
  font-size: .86rem;
}

#crm .crm-feature-group small {
  margin-top: 6px;
  line-height: 1.6;
}

#integration .integration-nowrap {
  display: inline-block;
  white-space: nowrap;
}

#integration .v3-method-card,
#integration .v3-method-card:first-child {
  color: #2a2b2e;
  border-color: #d9d3ca;
  background: #f7f4ee;
}

#integration .v3-method-card:first-child h4,
#integration .v3-method-card:first-child p,
#integration .v3-method-card h4,
#integration .v3-method-card p {
  color: #2a2b2e;
}

#integration .v3-method-card:first-child p,
#integration .v3-method-card p {
  color: #5e5d58;
}

#integration .v3-method-card:first-child .method-flow,
#integration .v3-method-card .method-flow {
  border-color: #dfd8ce;
  background: #fff;
}

#integration .v3-method-card:first-child .method-node b,
#integration .v3-method-card .method-node b {
  color: #292a2d;
}

#integration .v3-method-card:first-child .method-node small,
#integration .v3-method-card .method-node small {
  color: #696762;
}

#integration .v3-method-card:first-child .method-icon,
#integration .v3-method-card .method-icon {
  border-color: #cbc4b8;
  background-color: #f8f5ef;
}

#integration .method-number {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  place-items: center;
  border: 1px solid #b98c3d;
  border-radius: 50%;
  color: #8b641f;
  font-size: .72rem;
}

#fit .fit-check-item-wide {
  grid-column: 1 / -1;
  border-right: 0;
}

#voice .voice-standard-card blockquote {
  padding-left: 0;
}

#voice .voice-standard-card blockquote::before {
  display: none;
}

#security .security-layout {
  align-items: stretch;
}

#security .security-simple-list strong {
  color: #f4dfb3;
  font-family: var(--font-jp);
  font-size: 1rem;
}

#security .security-simple-list small {
  max-width: 360px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.65;
}

#security .security-trust-rail {
  border-color: #d9d3c9;
  background: #f5f1e9;
}

#pricing .pricing-lead {
  width: min(760px, 100%);
  margin: 22px auto 0;
  color: #565650;
  font-size: .92rem;
  line-height: 1.9;
  text-align: center;
}

#pricing .pricing-title {
  word-break: keep-all;
  line-break: strict;
}

#pricing .pricing-package-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1080px;
  margin: 44px auto 0;
  border: 1px solid #d8d1c6;
  background: #fff;
}

#pricing .pricing-package-card {
  padding: 34px 38px;
}

#pricing .pricing-package-card + .pricing-package-card {
  border-left: 1px solid #ddd7cd;
}

#pricing .pricing-package-card > span,
#pricing .pricing-package-summary > span {
  color: #966f28;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
}

#pricing .pricing-package-card > strong {
  display: block;
  margin-top: 11px;
  color: #292a2d;
  font-size: 1rem;
}

#pricing .pricing-package-card > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 22px;
}

#pricing .pricing-package-card b {
  color: #202125;
  font-family: var(--font-jp);
  font-size: clamp(3.1rem, 5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: 1;
}

#pricing .pricing-package-card small {
  color: #4c4c49;
  font-size: .84rem;
  font-weight: 700;
}

#pricing .pricing-package-card p {
  margin-top: 14px;
  color: #6a6862;
  font-size: .78rem;
}

#pricing .pricing-package-card-featured {
  background: #f4eee2;
}

#pricing .pricing-package-summary {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 36px;
  align-items: center;
  padding: 30px 38px;
  border-top: 1px solid #ddd7cd;
  color: #fff;
  background: #191a1d;
}

#pricing .pricing-package-summary > span,
#pricing .pricing-package-summary h3,
#pricing .pricing-package-summary p {
  grid-column: 1;
}

#pricing .pricing-package-summary h3 {
  color: #fff;
  font-family: var(--font-jp);
  font-size: 1.35rem;
}

#pricing .pricing-package-summary p {
  max-width: 700px;
  color: rgba(255, 255, 255, .76);
  font-size: .78rem;
  line-height: 1.7;
}

#pricing .pricing-package-summary .btn {
  grid-column: 2;
  grid-row: 1 / 4;
}

@media (max-width: 900px) {
  #accuracy .accuracy-guide {
    grid-template-columns: 1fr;
  }

  #accuracy .accuracy-guide-copy {
    border-right: 0;
    border-bottom: 1px solid #e1dbd1;
  }

  #learning .learning-loop-ring {
    width: 380px;
    height: 380px;
  }
}

@media (max-width: 720px) {
  #accuracy .accuracy-guide-copy {
    padding: 30px 24px;
  }

  #accuracy .accuracy-check-list {
    padding: 10px 24px;
  }

  #accuracy .accuracy-check-list > div {
    grid-template-columns: 30px 1fr;
    gap: 6px 12px;
  }

  #accuracy .accuracy-check-list small {
    grid-column: 2;
  }

  #accuracy .accuracy-caveat {
    grid-template-columns: 1fr;
  }

  #learning .learning-loop {
    min-height: 430px;
  }

  #learning .learning-loop-ring {
    width: 330px;
    height: 330px;
  }

  #learning .learning-loop-step {
    width: 122px;
  }

  #learning .learning-loop-step-1 {
    top: 20px;
    left: calc(50% - 61px);
  }

  #learning .learning-loop-step-2 {
    right: 4px;
  }

  #learning .learning-loop-step-3 {
    bottom: 20px;
    left: calc(50% - 61px);
  }

  #learning .learning-loop-step-4 {
    left: 4px;
  }

  #crm .crm-feature-groups {
    grid-template-columns: 1fr;
  }

  #crm .crm-feature-group {
    min-height: 0;
  }

  #crm .crm-feature-group:nth-child(3n + 2),
  #crm .crm-feature-group:nth-child(3n + 3) {
    border-left: 0;
  }

  #crm .crm-feature-group:nth-child(n + 2) {
    border-top: 1px solid #ddd7ce;
  }

  #integration .v3-showcase-content .section-title {
    font-size: clamp(1.75rem, 8vw, 2rem);
  }

  #integration .v3-method-card,
  #integration .v3-method-card:first-child {
    min-height: 0;
    padding: 28px 24px;
  }

  #fit .fit-check-item-wide {
    grid-column: auto;
  }

  #pricing .pricing-package-grid {
    grid-template-columns: 1fr;
  }

  #pricing .pricing-package-card + .pricing-package-card {
    border-top: 1px solid #ddd7cd;
    border-left: 0;
  }

  #pricing .pricing-package-card {
    padding: 30px 24px;
  }

  #pricing .pricing-package-summary {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  #pricing .pricing-package-summary .btn {
    grid-column: 1;
    grid-row: auto;
    margin-top: 12px;
  }
}

/* =========================================================
   Readability pass 10
   Benchmark principle: one clear message, one visual anchor,
   and one supporting proof block per viewport.
   ========================================================= */

.saas-redesign.section {
  padding-top: 116px;
  padding-bottom: 116px;
}

.saas-redesign > .container {
  width: min(1180px, calc(100% - 56px));
}

.saas-redesign .section-label {
  margin-bottom: 22px;
  color: #8c6726;
  font-size: .8rem;
  letter-spacing: .1em;
}

.saas-redesign .section-title {
  font-size: clamp(2.65rem, 4vw, 3.4rem);
  line-height: 1.34;
  letter-spacing: -.035em;
}

.saas-redesign > .container > .section-lead,
.saas-redesign .section-desc,
.saas-redesign .v3-step-note,
#crm .crm-feature-rail > p,
#security .security-copy > p,
#pricing .pricing-lead {
  color: #4d4d49;
  font-size: 1rem;
  line-height: 2;
}

.saas-redesign.section-dark > .container > .section-lead,
.saas-redesign.section-dark .section-desc {
  color: rgba(255, 255, 255, .78);
}

.saas-redesign .btn {
  min-height: 54px;
  padding: 15px 30px;
  font-size: .95rem;
}

/* Accuracy: replace a thin information table with one readable proof card. */

#accuracy .accuracy-guide {
  margin-top: 52px;
  overflow: hidden;
  border-color: #d8d1c6;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 20px 55px rgba(37, 33, 27, .07);
}

#accuracy .accuracy-guide-copy {
  padding: 48px 46px;
  background: #f2ede4;
}

#accuracy .accuracy-guide-copy > span {
  font-size: .78rem;
}

#accuracy .accuracy-guide-copy h3 {
  margin-top: 17px;
  font-size: clamp(1.75rem, 2.3vw, 2.05rem);
  line-height: 1.55;
}

#accuracy .accuracy-guide-copy p {
  font-size: .96rem;
  line-height: 1.95;
}

#accuracy .accuracy-check-list {
  padding: 25px 42px;
}

#accuracy .accuracy-check-list > div {
  grid-template-columns: 42px 152px 1fr;
  padding: 24px 0;
}

#accuracy .accuracy-check-list span {
  font-size: .78rem;
}

#accuracy .accuracy-check-list strong {
  font-size: 1rem;
}

#accuracy .accuracy-check-list small {
  font-size: .88rem;
  line-height: 1.75;
}

#accuracy .accuracy-caveat {
  padding: 21px 28px;
  border-color: #d8d1c6;
  border-radius: 0 0 22px 22px;
  box-shadow: 0 20px 55px rgba(37, 33, 27, .07);
}

#accuracy .accuracy-caveat strong,
#accuracy .accuracy-caveat p {
  font-size: .84rem;
  line-height: 1.7;
}

#accuracy .proof-processing {
  margin-top: 26px;
  padding: 27px 30px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
}

#accuracy .proof-processing span {
  font-size: .76rem;
}

#accuracy .proof-processing strong {
  font-size: 1rem;
}

#accuracy .proof-processing p {
  font-size: .84rem;
  line-height: 1.8;
}

#accuracy .proof-document-types {
  width: fit-content;
  max-width: 100%;
  margin: 26px auto 0;
  padding: 0 24px;
  overflow: hidden;
  border: 1px solid #d9d2c8;
  border-radius: 999px;
  background: #fff;
}

#accuracy .proof-document-types span {
  padding: 14px 17px;
  font-size: .8rem;
}

/* Learning: preserve the premium dark section and clarify the loop. */

#learning .learning-system {
  margin-top: 54px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
}

#learning .learning-rule-card {
  padding: 46px;
}

#learning .learning-rule-head span {
  font-size: .78rem;
}

#learning .learning-rule-head strong {
  margin-top: 10px;
  font-size: 1.18rem;
  line-height: 1.65;
}

#learning .learning-rule-example > div {
  padding: 18px 0;
}

#learning .learning-rule-example span,
#learning .learning-rule-example strong,
#learning .learning-rule-example b {
  font-size: .9rem;
}

#learning .learning-rule-card > p {
  font-size: .92rem;
  line-height: 1.9;
}

#learning .learning-loop-step strong {
  font-size: .9rem;
}

#learning .learning-loop-step small {
  margin-top: 4px;
  font-size: .72rem;
}

#learning .learning-shift {
  margin-top: 28px;
  overflow: hidden;
  border-radius: 18px;
}

#learning .learning-shift span {
  font-size: .76rem;
}

#learning .learning-shift strong {
  font-size: .92rem;
  line-height: 1.7;
}

/* ROI: make the result readable before the calculation details. */

#roi .roi-dashboard {
  margin-top: 54px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 65px rgba(28, 29, 32, .1);
}

#roi .roi-eyebrow,
#roi .roi-stat > span {
  font-size: .78rem;
  letter-spacing: .06em;
}

#roi .roi-primary > p,
#roi .roi-stat p,
#roi .roi-work-labels,
#roi .roi-work-meter > strong {
  font-size: .86rem;
}

#roi .roi-stat strong small {
  font-size: .24em;
}

#roi .roi-reinvestment {
  margin-top: 28px;
  overflow: hidden;
  border-radius: 20px;
}

#roi .roi-reinvestment-title span,
#roi .roi-use > span {
  font-size: .76rem;
}

#roi .roi-use p {
  font-size: .88rem;
  line-height: 1.65;
}

/* CRM: six independent benefits instead of a dense ruled table. */

#crm .crm-workspace {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 26px 70px rgba(37, 33, 27, .09);
}

#crm .crm-feature-rail {
  padding: 56px 58px 44px;
}

#crm .crm-feature-groups {
  gap: 14px;
  max-width: 1010px;
  margin-top: 36px;
  border: 0;
}

#crm .crm-feature-group,
#crm .crm-feature-group:nth-child(3n + 2),
#crm .crm-feature-group:nth-child(3n + 3),
#crm .crm-feature-group:nth-child(n + 4) {
  min-height: 126px;
  padding: 23px 24px;
  border: 1px solid #e0dad0;
  border-radius: 14px;
  background: #fbfaf7;
}

#crm .crm-feature-group > span {
  font-size: .76rem;
}

#crm .crm-feature-group strong {
  font-size: 1rem;
  line-height: 1.55;
}

#crm .crm-feature-group small {
  font-size: .84rem;
  line-height: 1.7;
}

#crm .crm-workspace-screen {
  padding: 84px 66px 60px;
}

/* Integration: match the clarity of a product walkthrough. */

#integration .v3-showcase {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 65px rgba(28, 29, 32, .08);
}

#integration .v3-showcase-content {
  padding: 52px 50px;
}

#integration .v3-showcase-content .section-title {
  font-size: clamp(2.35rem, 3.8vw, 3.25rem);
}

#integration .v3-range-list {
  gap: 8px;
}

#integration .v3-range-chip {
  padding: 10px 15px;
  font-size: .78rem;
}

#integration .v3-method-grid {
  gap: 18px;
  margin-top: 30px;
}

#integration .v3-method-card,
#integration .v3-method-card:first-child {
  padding: 38px 34px 34px;
  border-radius: 20px;
  box-shadow: 0 16px 42px rgba(37, 33, 27, .06);
}

#integration .v3-method-card h4 {
  font-size: 1.16rem;
}

#integration .v3-method-card > p {
  font-size: .9rem;
  line-height: 1.85;
}

#integration .method-flow {
  border-radius: 14px;
}

#integration .method-node b {
  font-size: .86rem;
}

#integration .method-node small {
  font-size: .72rem;
}

/* Fit, comparison and voice: scan first, read second. */

#fit .fit-checker {
  margin-top: 52px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 65px rgba(37, 33, 27, .08);
}

#fit .fit-checker-head {
  padding: 36px 42px;
}

#fit .fit-checker-head h3 {
  font-size: 1.42rem;
  line-height: 1.55;
}

#fit .fit-check-item {
  min-height: 142px;
  padding: 28px 27px;
}

#fit .fit-check-item strong {
  font-size: 1rem;
  line-height: 1.55;
}

#fit .fit-check-item small {
  font-size: .84rem;
  line-height: 1.7;
}

#fit .fit-result {
  padding: 22px 34px;
  font-size: .9rem;
}

#compare .comparison-table {
  margin-top: 50px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 55px rgba(37, 33, 27, .07);
}

#compare .comparison-col {
  padding: 20px 24px;
  font-size: .9rem;
  line-height: 1.65;
}

#voice .voice-card-grid {
  gap: 24px;
  margin-top: 52px;
}

#voice .voice-standard-card {
  min-height: 440px;
  padding: 42px 42px 34px;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

#voice .voice-standard-head strong {
  font-size: 1rem;
}

#voice .voice-standard-head small {
  font-size: .82rem;
}

#voice .voice-standard-card blockquote {
  font-size: 1.3rem;
  line-height: 1.8;
}

#voice .voice-standard-card > p {
  font-size: .92rem;
  line-height: 1.9;
}

#voice .voice-standard-result strong {
  font-size: 1.6rem;
}

#voice .voice-standard-result span,
#voice .voice-disclaimer {
  font-size: .8rem;
}

/* Security and pricing: emphasize the decision-making facts. */

#security .security-layout {
  margin-top: 38px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 65px rgba(37, 33, 27, .09);
}

#security .security-copy {
  padding: 52px;
}

#security .security-simple {
  min-height: 520px;
  padding: 48px 50px;
}

#security .security-simple-head strong {
  font-size: 1.28rem;
}

#security .security-simple-head small {
  font-size: .84rem;
}

#security .security-simple-list strong {
  font-size: 1.08rem;
}

#security .security-simple-list small {
  font-size: .86rem;
  line-height: 1.75;
}

#security .security-trust-rail {
  overflow: hidden;
  border-radius: 0 0 18px 18px;
}

#security .security-trust-rail span {
  padding: 18px;
  font-size: .82rem;
}

#pricing .pricing-package-grid {
  margin-top: 52px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 65px rgba(37, 33, 27, .09);
}

#pricing .pricing-package-card {
  padding: 44px 46px;
}

#pricing .pricing-package-card > span,
#pricing .pricing-package-summary > span {
  font-size: .76rem;
}

#pricing .pricing-package-card > strong {
  font-size: 1.08rem;
}

#pricing .pricing-package-card p,
#pricing .pricing-package-summary p {
  font-size: .86rem;
  line-height: 1.8;
}

#pricing .pricing-package-summary {
  padding: 36px 44px;
}

#pricing .pricing-package-summary h3 {
  font-size: 1.48rem;
  line-height: 1.55;
}

#pricing .v3-subsidy-note {
  border-radius: 20px;
}

/* The last sections should remain as legible as the product sections. */

#flow .flow-steps {
  margin-top: 50px;
}

#flow .flow-step {
  border-radius: 16px;
}

#flow .flow-title {
  font-size: 1rem;
  line-height: 1.6;
}

#flow .flow-desc,
#faq .faq-answer p {
  font-size: .88rem;
  line-height: 1.85;
}

#faq .faq-list {
  margin-top: 50px;
}

#faq .faq-question {
  min-height: 78px;
  font-size: .98rem;
}

#contact .closing-quote {
  color: rgba(255, 255, 255, .84);
  font-size: 1rem;
  line-height: 2;
}

#contact .closing-note {
  color: rgba(255, 255, 255, .78);
  font-size: .88rem;
  line-height: 1.85;
}

@media (max-width: 900px) {
  .saas-redesign.section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  #crm .crm-feature-groups {
    grid-template-columns: repeat(2, 1fr);
  }

  #crm .crm-feature-group:nth-child(n) {
    border: 1px solid #e0dad0;
  }

  #security .security-copy,
  #security .security-simple {
    padding: 44px 36px;
  }
}

@media (max-width: 720px) {
  .saas-redesign.section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .saas-redesign > .container {
    width: min(100% - 36px, 1180px);
  }

  .saas-redesign .section-label {
    margin-bottom: 17px;
    font-size: .72rem;
  }

  .saas-redesign .section-title {
    font-size: clamp(2rem, 9.4vw, 2.65rem);
    line-height: 1.42;
  }

  .saas-redesign > .container > .section-lead,
  .saas-redesign .section-desc,
  .saas-redesign .v3-step-note,
  #crm .crm-feature-rail > p,
  #security .security-copy > p,
  #pricing .pricing-lead {
    font-size: .91rem;
    line-height: 1.9;
  }

  #accuracy .accuracy-guide {
    margin-top: 38px;
    border-radius: 18px 18px 0 0;
  }

  #accuracy .accuracy-guide-copy {
    padding: 32px 25px;
  }

  #accuracy .accuracy-guide-copy h3 {
    font-size: 1.58rem;
  }

  #accuracy .accuracy-guide-copy p {
    font-size: .9rem;
  }

  #accuracy .accuracy-check-list {
    padding: 10px 25px;
  }

  #accuracy .accuracy-check-list > div {
    grid-template-columns: 34px 1fr;
    gap: 6px 11px;
    padding: 19px 0;
  }

  #accuracy .accuracy-check-list small {
    grid-column: 2;
    font-size: .82rem;
  }

  #accuracy .accuracy-caveat {
    padding: 19px 22px;
    border-radius: 0 0 18px 18px;
  }

  #accuracy .proof-processing {
    grid-template-columns: 1fr;
    padding: 23px 22px;
  }

  #accuracy .proof-document-types {
    width: 100%;
    padding: 0;
    overflow-x: auto;
    border-radius: 14px;
    justify-content: flex-start;
  }

  #accuracy .proof-document-types span {
    flex: 0 0 auto;
    padding: 13px 15px;
  }

  #learning .learning-system,
  #roi .roi-dashboard,
  #crm .crm-workspace,
  #integration .v3-showcase,
  #fit .fit-checker,
  #compare .comparison-table,
  #security .security-layout,
  #pricing .pricing-package-grid {
    border-radius: 18px;
  }

  #learning .learning-rule-card {
    padding: 30px 24px;
  }

  #learning .learning-shift strong {
    font-size: .86rem;
  }

  #crm .crm-feature-rail {
    padding: 36px 24px 30px;
  }

  #crm .crm-feature-groups {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #crm .crm-feature-group,
  #crm .crm-feature-group:nth-child(n) {
    min-height: 0;
    padding: 20px;
    border: 1px solid #e0dad0;
  }

  #crm .crm-feature-group > div {
    min-width: 0;
  }

  #crm .crm-feature-group small {
    font-size: .8rem;
    overflow-wrap: anywhere;
  }

  #crm .crm-workspace-screen {
    padding: 68px 14px 28px;
  }

  #integration .v3-showcase-content {
    padding: 34px 24px;
  }

  #integration .v3-showcase-content .section-title {
    font-size: 2rem;
  }

  #integration .v3-range-chip {
    font-size: .72rem;
  }

  #integration .v3-method-card,
  #integration .v3-method-card:first-child {
    padding: 30px 23px 26px;
  }

  #fit .fit-checker-head {
    padding: 29px 24px;
  }

  #fit .fit-check-item {
    min-height: 0;
    padding: 23px 22px;
  }

  #compare .comparison-col {
    padding: 16px 13px;
    font-size: .78rem;
  }

  #voice .voice-standard-card {
    min-height: 0;
    padding: 32px 25px 28px;
  }

  #voice .voice-standard-card blockquote {
    font-size: 1.14rem;
  }

  #security .security-copy,
  #security .security-simple {
    padding: 34px 24px;
  }

  #security .security-simple-list li {
    grid-template-columns: 36px 1fr;
  }

  #pricing .pricing-package-card,
  #pricing .pricing-package-summary {
    padding: 32px 24px;
  }

  #faq .faq-question {
    min-height: 70px;
    font-size: .9rem;
  }

  #flow .flow-desc,
  #faq .faq-answer p {
    font-size: .84rem;
  }

  #contact .closing-quote {
    font-size: .92rem;
  }
}

/* Security layout pass 11: place the three assurances below the message. */

#security .security-layout {
  grid-template-columns: 1fr;
}

#security .security-copy {
  align-items: center;
  padding: 56px 52px 46px;
  text-align: center;
}

#security .security-copy .section-title {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

#security .security-copy > p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

#security .security-simple {
  min-height: 0;
  padding: 34px 36px 38px;
}

#security .security-simple-head {
  justify-content: center;
  padding-bottom: 28px;
  border-bottom: 0;
  text-align: left;
}

#security .security-simple-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

#security .security-simple-list li {
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-content: start;
  padding: 25px 22px;
  border: 1px solid rgba(213, 177, 106, .22);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
}

#security .security-simple-list li > span {
  padding-top: 2px;
}

#security .security-simple-list small {
  max-width: none;
}

@media (max-width: 900px) {
  #security .security-simple-list {
    grid-template-columns: 1fr;
  }

  #security .security-simple-list li {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  #security .security-copy {
    align-items: flex-start;
    padding: 36px 24px 32px;
    text-align: left;
  }

  #security .security-copy .section-title,
  #security .security-copy > p {
    margin-right: 0;
    margin-left: 0;
  }

  #security .security-simple {
    padding: 30px 20px 24px;
  }

  #security .security-simple-head {
    justify-content: flex-start;
    padding-bottom: 24px;
  }

  #security .security-simple-list {
    gap: 10px;
  }

  #security .security-simple-list li {
    padding: 21px 18px;
  }
}

/* Offer and pricing pass 12: 14-day validation + monthly-equivalent price. */

#pricing .pricing-monthly-panel {
  display: flex;
  max-width: 820px;
  margin: 52px auto 0;
  padding: 44px 52px 40px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d8d1c6;
  border-radius: 24px;
  text-align: center;
  background: #fff;
  box-shadow: 0 24px 65px rgba(37, 33, 27, .09);
}

#pricing .pricing-monthly-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
}

#pricing .pricing-monthly-main > span {
  margin-right: 8px;
  color: #4f504d;
  font-size: 1rem;
  font-weight: 800;
}

#pricing .pricing-monthly-main > strong {
  color: #a37a2d;
  font-family: var(--font-jp);
  font-size: clamp(4.8rem, 8vw, 7rem);
  font-weight: 700;
  letter-spacing: -.075em;
  line-height: .95;
}

#pricing .pricing-monthly-main > b {
  color: #2a2b2e;
  font-family: var(--font-jp);
  font-size: 1.55rem;
}

#pricing .pricing-monthly-caption {
  margin-top: 18px;
  color: #4f504d;
  font-size: .9rem;
  font-weight: 700;
}

#pricing .pricing-contract-note {
  max-width: 660px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #e2ddd4;
  color: #78766f;
  font-size: .74rem;
  line-height: 1.8;
}

#pricing .pricing-monthly-panel .btn {
  margin-top: 26px;
}

@media (max-width: 720px) {
  #pricing .pricing-monthly-panel {
    margin-top: 38px;
    padding: 34px 22px 30px;
    border-radius: 18px;
  }

  #pricing .pricing-monthly-main {
    flex-wrap: wrap;
    gap: 6px 9px;
  }

  #pricing .pricing-monthly-main > span {
    width: 100%;
    margin: 0 0 5px;
    font-size: .88rem;
  }

  #pricing .pricing-monthly-main > strong {
    font-size: 4.4rem;
  }

  #pricing .pricing-monthly-main > b {
    font-size: 1.28rem;
  }

  #pricing .pricing-contract-note {
    font-size: .7rem;
  }
}
