@charset "UTF-8";

.service-cm-page .header-spacer {
  display: none;
}

.service-cm {
  --cm-blue: #0757af;
  --cm-blue-2: #0757af;
  --cm-dark: #122c42;
  --cm-ink: #111827;
  --cm-muted: #43566a;
  --cm-line: #c9def4;
  --cm-bg: #f3f9ff;
  color: var(--cm-ink);
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.service-cm * {
  box-sizing: border-box;
}

.service-cm__inner {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}

.service-cm__eyebrow,
.section__label {
  margin: 0 0 10px;
  color: var(--cm-blue);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.service-cm-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #fff 43%, #dceefe 74%, #eef7ff 100%);
}

.service-cm-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  width: min(1240px, calc(100% - 80px));
  min-height: 530px;
  margin: 0 auto;
  padding: 34px 0 56px;
}

.service-cm-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.service-cm-hero h1 {
  margin: 0 0 28px;
  color: #0a0f18;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.42;
}

.service-cm-hero h1 span {
  color: var(--cm-blue);
  font-size: 1.1em;
}

.service-cm-hero p,
.service-cm-pitfall__text p {
  color: #1f2937;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.service-cm-hero p {
  max-width: 560px;
  margin: 0;
}

.service-cm-hero p + p {
  margin-top: 10px;
}

.service-cm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-width: 340px;
  margin-top: 26px;
  padding: 18px 28px;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  background: #050505;
  border-radius: 999px;
}

.service-cm-button span {
  font-size: 18px;
  line-height: 1;
}

.service-cm-hero__visual {
  position: absolute;
  inset: 0 0 0 42%;
  z-index: 1;
}

.service-cm-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 38%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.84) 48%, rgba(255, 255, 255, 0) 100%);
}

.service-cm-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.service-cm-pitfall {
  padding: 42px 0 48px;
  background: linear-gradient(180deg, #f5fbff 0%, #eaf5ff 100%);
}

.service-cm-pitfall__inner {
  max-width: 1060px;
  text-align: center;
}

.service-cm-pitfall h2 {
  margin: 0 0 26px;
  color: #0b1725;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
}

.service-cm-pitfall h2 span {
  color: var(--cm-blue);
}

.service-cm-pitfall h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin: 10px auto 0;
  background: var(--cm-blue-2);
}

.service-cm-pitfall__text {
  max-width: 980px;
  margin: 0 auto;
}

.service-cm-pitfall__text p {
  margin: 0;
}

.service-cm-pitfall__text p + p {
  margin-top: 10px;
}

.service-cm-heading {
  position: relative;
  margin: 0 0 30px;
  color: var(--cm-blue);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.45;
}

.service-cm-heading::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin-top: 10px;
  background: var(--cm-blue-2);
}

.service-cm-heading--light {
  color: #fff;
  text-align: center;
}

.service-cm-heading--light::after,
.service-cm-heading--center::after {
  margin-right: auto;
  margin-left: auto;
}

.service-cm-heading--center {
  text-align: center;
}

.service-cm-section {
  padding: 64px 0;
}

.service-cm-section--insight {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96), rgba(255,255,255,0.74)),
    url("../images/top/contents_01.jpg") right center / cover no-repeat;
}

.service-cm-section--result {
  background: linear-gradient(135deg, #fff 0%, #edf7ff 100%);
}

.service-cm-section--compact {
  padding-top: 36px;
  padding-bottom: 36px;
}

.service-cm-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 64px;
  align-items: center;
}

.service-cm-split--reverse {
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.9fr);
}

.insight-box {
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--cm-blue);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 94, 184, 0.12);
}

.insight-box h3 {
  margin: 0;
  padding: 18px 28px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: var(--cm-blue);
}

.insight-box ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 28px 34px;
  list-style: none;
}

.insight-box li {
  position: relative;
  padding-left: 34px;
  color: var(--cm-blue);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.insight-box li::before {
  content: "✓";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 13px;
  background: var(--cm-blue);
  border-radius: 50%;
}

.step-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(210px, 0.74fr);
  gap: 18px;
  align-items: center;
  min-height: 360px;
  padding: 24px 0;
}

.step-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 45% 45%, rgba(255,255,255,0.92), rgba(230,245,255,0.24) 62%, rgba(230,245,255,0));
  pointer-events: none;
}

.step-visual__stairs {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 330px;
  padding: 24px 0 0;
}

.step-visual__bar {
  position: relative;
  width: 76px;
  margin-left: -10px;
  background: linear-gradient(105deg, #dcefff 0%, #70b5ff 34%, #006bd1 70%, #004fa9 100%);
  box-shadow: 18px 22px 32px rgba(0, 86, 172, 0.18);
  transform: skewY(-14deg);
}

.step-visual__bar::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 26px;
  background: linear-gradient(135deg, #f5fbff 0%, #cce7ff 45%, #1684e7 100%);
  transform: skewX(-48deg);
  transform-origin: bottom left;
}

.step-visual__bar--1 { height: 82px; }
.step-visual__bar--2 { height: 142px; }
.step-visual__bar--3 { height: 215px; }
.step-visual__bar--4 { height: 285px; }

.step-visual__bar span {
  position: absolute;
  top: -58px;
  left: 50%;
  width: 22px;
  height: 42px;
  background: #115faa;
  border-radius: 11px 11px 3px 3px;
  transform: translateX(-50%) skewY(14deg);
}

.step-visual__bar span::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  width: 18px;
  height: 18px;
  background: #f7d3b4;
  border-radius: 50%;
  transform: translateX(-50%);
}

.step-visual__bar span::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 30px;
  height: 18px;
  border-right: 4px solid #1b2b43;
  border-left: 4px solid #1b2b43;
  transform: translateX(-50%);
}

.step-visual__labels {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-visual__labels li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  padding: 10px 22px 10px 28px;
  color: var(--cm-blue);
  font-size: 20px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 94, 184, 0.09);
}

.step-visual__labels li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 98px;
  height: 1px;
  background: rgba(0, 94, 184, 0.22);
}

.step-visual__labels li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 92px);
  width: 10px;
  height: 10px;
  background: #fff;
  border: 3px solid #69aeea;
  border-radius: 50%;
  transform: translateY(-50%);
}

.step-visual__labels b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  color: var(--cm-blue);
  font-size: 25px;
  line-height: 1;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.solution-card,
.service-tile {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--cm-line);
  border-radius: 8px;
}

.solution-card {
  text-align: center;
}

.solution-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 38px;
  background: var(--cm-blue);
  border-radius: 50%;
}

.solution-card h3,
.service-tile h3 {
  margin: 0 0 8px;
  color: var(--cm-blue);
  font-size: 23px;
  font-weight: 600;
}

.solution-card > span {
  display: block;
  margin: 16px 0 10px;
  color: var(--cm-blue);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.solution-card__chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.solution-card__chips b {
  padding: 6px 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  background: #060606;
  border-radius: 999px;
}

.solution-card__interviews {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 280px;
  margin: 22px auto 0;
}

.solution-card__interview {
  display: block;
  color: inherit;
  text-align: left;
  text-decoration: none;
}

.solution-card__interview figure {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 8px;
  overflow: hidden;
  background: var(--cm-bg);
  border-radius: 6px;
}

.solution-card__interview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.solution-card__interview:hover img {
  transform: scale(1.04);
}

.solution-card__interview span {
  display: block;
  color: var(--cm-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 20px 22px;
  list-style: none;
  border: 1px solid var(--cm-line);
  border-radius: 8px;
}

.process-flow li {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 92px;
  padding: 0 18px;
  color: #0b1725;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.process-flow li:not(:last-child)::after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: -8px;
  color: var(--cm-blue);
  transform: translateY(-50%);
}

.process-flow span {
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  background: var(--cm-blue);
  border-radius: 50%;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.service-tile {
  min-height: 138px;
}

.service-tile h3 {
  font-size: 18px;
}

.service-tile p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.service-cm-works {
  padding: 36px 0 58px;
  color: #fff;
  background: linear-gradient(120deg, #004c9d 0%, #0074d3 100%);
}

.service-cm-works__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.service-cm-works h2 {
  margin: 0;
  color: #fff;
  font-size: 43px;
  font-weight: 600;
  line-height: 1;
}

.service-cm-works__head a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 9px 18px;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
}

.service-cm-works__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
}

.service-cm-work-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.service-cm-work-card figure {
  aspect-ratio: 16 / 9;
  margin: 0 0 10px;
  overflow: hidden;
  background: #e8e8e8;
  border-radius: 0;
}

.service-cm-work-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.service-cm-work-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.service-cm-work-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
}

.service-cm-work-card__company {
  margin: 0 0 6px;
  color: #2b2f35;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.service-cm-work-card__products {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-top: auto;
}

.service-cm-work-card__products span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 10px;
  color: var(--works-product-color, #0177B4);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  background: #fff;
  border: 1px solid currentColor;
}



/* Emphasis pass for service-cm renewal */
.service-cm-pitfall {
  position: relative;
  overflow: hidden;
  padding: 56px 0 58px;
  background:
    linear-gradient(135deg, rgba(10, 26, 43, 0.92) 0%, rgba(0, 94, 184, 0.84) 100%),
    linear-gradient(180deg, #f5fbff 0%, #eaf5ff 100%);
}

.service-cm-pitfall::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.22;
  pointer-events: none;
}

.service-cm-pitfall__inner {
  position: relative;
  z-index: 1;
}

.service-cm-pitfall h2 {
  color: #fff;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.service-cm-pitfall h2 span {
  color: #9bd8ff;
}

.service-cm-pitfall h2::after {
  background: #9bd8ff;
}

.service-cm-pitfall__text {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

.service-cm-pitfall__text p {
  max-width: 880px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
}

.service-cm-pitfall__text p + p {
  margin-top: 0;
}

.service-cm-pitfall__conclusion {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 10px !important;
  padding: 14px 28px;
  color: #06223d !important;
  font-weight: 600 !important;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.service-cm-section--process {
  position: relative;
  overflow: hidden;
  padding: 78px 0 86px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f2f8fc 100%);
}

.service-cm-section--process::before {
  content: "PROCESS";
  position: absolute;
  top: 20px;
  left: 50%;
  color: rgba(1, 119, 180, 0.06);
  font-size: clamp(72px, 10vw, 150px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.service-cm-section--process .service-cm__inner {
  position: relative;
  z-index: 1;
}

.service-cm-section--process .service-cm-heading {
  margin-bottom: 54px;
}

.process-flow {
  counter-reset: process;
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 34px 0 0;
  list-style: none;
  border: 0;
  border-radius: 0;
}

.process-flow::before {
  content: "";
  position: absolute;
  top: 58px;
  right: 8%;
  left: 8%;
  height: 3px;
  background: linear-gradient(90deg, rgba(1,119,180,0.12), rgba(1,119,180,0.8), rgba(1,119,180,0.12));
}

.process-flow li {
  counter-increment: process;
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 0;
  padding: 0 8px;
  color: var(--cm-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.process-flow li::before {
  content: "0" counter(process);
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background: var(--cm-blue);
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(1, 119, 180, 0.22);
}

.process-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 49px;
  right: -17px;
  z-index: 3;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--cm-blue);
  border-right: 3px solid var(--cm-blue);
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
}

.process-flow span {
  display: none;
}

.service-cm-section--services {
  padding: 70px 0 78px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0, 64, 130, 0.96) 0%, rgba(0, 117, 211, 0.94) 100%),
    linear-gradient(180deg, #0757af 0%, #0757af 100%);
}

.service-cm-section--services .service-cm-heading {
  margin-bottom: 22px;
}

.service-cm-services__lead {
  max-width: 900px;
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.service-list {
  gap: 18px;
}

.service-tile {
  position: relative;
  min-height: 210px;
  padding: 28px 24px;
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(0, 25, 72, 0.2);
}

.service-tile::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 4px;
  background: var(--cm-blue-2);
  border-radius: 999px;
}

.service-tile__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background: var(--cm-blue);
  border-radius: 50%;
}

.service-tile h3 {
  margin-bottom: 14px;
  color: var(--cm-blue);
  font-size: 22px;
  line-height: 1.45;
}

.service-tile p {
  color: #1f2937;
}

@media (max-width: 980px) {
  .service-cm__inner,
  .service-cm-hero__inner {
    width: min(100% - 48px, 1180px);
  }

  .service-cm-hero__inner,
  .service-cm-split,
  .service-cm-split--reverse {
    grid-template-columns: 1fr;
  }

  .service-cm-hero__visual {
    position: relative;
    inset: auto;
    height: 330px;
    margin-top: 24px;
    border-radius: 10px;
    overflow: hidden;
  }

  .service-cm-hero__visual::before {
    display: none;
  }

  .solution-grid {
    grid-template-columns: 1fr;
  }

  .process-flow,
  .service-list,
  .service-cm-works__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .service-cm__inner,
  .service-cm-hero__inner {
    width: min(100% - 32px, 1180px);
  }

  .service-cm-hero__inner {
    min-height: 0;
    padding: 28px 0 40px;
  }

  .service-cm-hero h1 {
    font-size: 30px;
  }

  .service-cm-hero p,
  .service-cm-pitfall__text p {
    font-size: 16px;
    line-height: 1.5;
  }

  .service-cm-hero p + p,
  .service-cm-pitfall__text p + p {
    margin-top: 8px;
  }

  .service-cm-heading,
  .service-cm-pitfall h2 {
    font-size: 26px;
  }

  .service-cm-button {
    width: 100%;
    min-width: 0;
  }

  .service-cm-section {
    padding: 44px 0;
  }

  .step-visual {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
  }

  .step-visual__labels li::before,
  .step-visual__labels li::after {
    display: none;
  }

  .process-flow,
  .service-list,
  .service-cm-works__grid {
    grid-template-columns: 1fr;
  }

  .process-flow {
    gap: 20px;
    padding: 0;
  }

  .process-flow::before {
    top: 26px;
    right: auto;
    bottom: 26px;
    left: 27px;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, rgba(1,119,180,0.12), rgba(1,119,180,0.8), rgba(1,119,180,0.12));
  }

  .process-flow li {
    grid-template-columns: 54px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    min-height: 74px;
    padding: 0 0 0 0;
    text-align: left;
  }

  .process-flow li::before {
    margin: 0 18px 0 0;
  }

  .process-flow li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -16px;
    left: 21px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
  }

  .service-cm-works__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .service-cm-works__head a {
    flex: 0 0 auto;
    gap: 10px;
    margin-top: 0;
    padding: 9px 12px;
    font-size: clamp(13px, 4vw, 16px);
    white-space: nowrap;
  }

  .service-cm-works h2 {
    font-size: clamp(30px, 9.6vw, 36px);
  }
}


/* Tone alignment with the 2026 top page */
.service-cm-hero {
  background: #fff;
}

.service-cm-hero__inner {
  min-height: 500px;
  padding-top: 28px;
}

.service-cm-hero h1 {
  color: #2b2f35;
  font-size: 42px;
  line-height: 1.35;
}

.service-cm-button {
  background: #111;
  box-shadow: none;
}

.service-cm-pitfall {
  padding: 58px 0 64px;
  background: #f4f7f9;
}

.service-cm-pitfall::before {
  display: none;
}

.service-cm-pitfall h2 {
  color: #2b2f35;
  text-shadow: none;
}

.service-cm-pitfall h2 span {
  color: var(--cm-blue);
}

.service-cm-pitfall h2::after {
  background: var(--cm-blue);
}

.service-cm-pitfall__text p {
  color: #1f2937;
}

.service-cm-pitfall__conclusion {
  color: #fff !important;
  background: var(--cm-blue);
  border-radius: 4px;
  box-shadow: none;
}

.service-cm-section--insight,
.service-cm-section--result,
.service-cm-section--process {
  background-color: #fff;
}

.service-cm-section--result {
  background: #f4f7f9;
}

.service-cm-section--process {
  background: #fff;
}

.service-cm-section--process::before {
  display: none;
}

.process-flow::before {
  background: #d7e8f2;
}

.process-flow li::before {
  box-shadow: none;
}

.service-cm-section--services {
  color: var(--cm-ink);
  background: #f4f7f9;
}

.service-cm-section--services .service-cm-heading {
  color: var(--cm-blue);
}

.service-cm-section--services .service-cm-heading::after {
  background: var(--cm-blue);
}

.service-cm-services__lead {
  color: #1f2937;
}

.service-tile {
  border: 1px solid #d7e8f2;
  box-shadow: none;
}

.service-tile__num {
  width: 42px;
  height: 42px;
}

.service-cm-works {
  background: #fff;
}

.service-cm-works h2 {
  color: var(--cm-blue);
}

.service-cm-works__head a {
  color: #2b2f35 !important;
  border-color: #cfdce5;
}

.service-cm-work-card h3 {
  color: #2b2f35;
}


.step-visual--image {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(210px, 0.72fr);
  gap: 24px;
  align-items: center;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}

.step-visual--image::before {
  display: none;
}

.step-visual__image {
  margin: 0;
}

.step-visual__image img {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  height: auto;
  border-radius: 8px;
}

.step-visual__labels--image li::before,
.step-visual__labels--image li::after {
  display: none;
}

.step-visual__labels--image li {
  border: 1px solid #d7e8f2;
  box-shadow: none;
}

@media (max-width: 640px) {
  .step-visual--image {
    grid-template-columns: 1fr;
  }

  .step-visual__labels--image li {
    min-height: 54px;
  }
}


/* Body text normalization */
.service-cm-hero p,
.service-cm-pitfall__text p,
.service-cm-section p,
.service-cm-services__lead,
.service-tile p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.service-cm-hero p,
.service-cm-section p,
.service-tile p {
  color: #1f2937;
}

.service-cm-hero p + p,
.service-cm-pitfall__text p + p,
.service-cm-section p + p {
  margin-top: 14px;
}

.service-cm-pitfall__text {
  display: block;
}

.service-cm-pitfall__text p {
  max-width: 980px;
  font-weight: 400;
  line-height: 1.85;
}

.service-cm-pitfall__conclusion {
  font-weight: 700 !important;
  line-height: 1.65 !important;
}

.service-cm-split > div > p {
  max-width: 640px;
}

.service-cm-section--insight p,
.service-cm-section--result p {
  font-weight: 400;
  line-height: 1.85;
}

@media (max-width: 640px) {
  .service-cm-hero p,
  .service-cm-pitfall__text p,
  .service-cm-section p,
  .service-cm-services__lead,
  .service-tile p {
    font-size: 16px;
    line-height: 1.5;
  }
}


.service-cm-section--insight {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.92) 34%, rgba(255,255,255,0.62) 58%, rgba(255,255,255,0.08) 100%),
    url("../images/top/contents_01.jpg") right center / cover no-repeat;
}


/* Hero image replacement */
.service-cm-hero {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.98) 34%, rgba(255,255,255,0.78) 52%, rgba(255,255,255,0.08) 100%),
    url("../images/top/contents_01.jpg") right center / cover no-repeat;
}

.service-cm-hero__visual {
  display: none;
}

.service-cm-hero__inner {
  min-height: 560px;
}


/* Hero contact outline button */
.service-cm-button {
  min-width: 260px;
  padding: 16px 28px;
  color: #111 !important;
  background: transparent;
  border: 2px solid #111;
  border-radius: 0;
  box-shadow: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.service-cm-button:hover,
.service-cm-button:focus-visible {
  color: #fff !important;
  background: #111;
  border-color: #111;
}


/* Keep insight section separate from hero visual */
.service-cm-section--insight {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 42%, rgba(255,255,255,0.72) 100%),
    url("../images/top/owndmedia_PC.jpg") right center / cover no-repeat;
}


/* Pitfall conclusion as text callout, not a button */
.service-cm-pitfall__conclusion {
  display: block;
  width: min(860px, 100%);
  margin: 22px auto 0 !important;
  padding: 6px 0 6px 22px;
  color: var(--cm-blue) !important;
  font-weight: 700 !important;
  line-height: 1.75 !important;
  text-align: left;
  background: transparent;
  border-left: 5px solid var(--cm-blue);
  border-radius: 0;
  box-shadow: none;
}


/* Solution card description list */
.solution-card__desc {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  color: #1f2937;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  list-style: none;
}

.solution-card__desc li {
  position: relative;
  padding-left: 1.35em;
}

.solution-card__desc li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--cm-blue);
  border-radius: 50%;
}


/* Phase table */
.result-section {
  display: grid;
  gap: 46px;
}

.result-section__copy {
  max-width: 760px;
}

.phase-table h3 {
  margin: 0 0 28px;
  color: var(--cm-blue);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.phase-table__scroll {
  overflow-x: auto;
  padding-bottom: 8px;
}

.phase-table table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.phase-table th,
.phase-table td {
  padding: 22px 18px;
  color: #1f2937;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #b8c1c9;
}

.phase-table thead th {
  position: relative;
  padding: 17px 22px 17px 28px;
  color: #111827;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  background: #dfe7f4;
  border-right: 8px solid #fff;
}

.phase-table thead th:not(.phase-table__side)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -26px;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  border-left: 26px solid #dfe7f4;
}

.phase-table thead th:nth-child(3),
.phase-table thead th:nth-child(5) {
  background: #d4d9e5;
}

.phase-table thead th:nth-child(3)::after,
.phase-table thead th:nth-child(5)::after {
  border-left-color: #d4d9e5;
}

.phase-table thead span {
  display: inline-block;
  margin-right: 10px;
  color: var(--cm-blue);
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  vertical-align: -2px;
}

.phase-table__side {
  width: 56px;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.phase-table__rowhead {
  width: 56px;
  padding: 18px 10px !important;
  color: #fff !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0;
  background: #777d80;
  border-bottom: 1px solid #fff;
  border-right: 0 !important;
}

.phase-table tbody tr:nth-child(1) td {
  height: 210px;
}

.phase-table tbody tr:nth-child(1) td strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 164px;
  padding: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  background: #258bcc;
  border-radius: 50%;
}

.phase-table tbody tr:nth-child(1) td:nth-child(3) strong,
.phase-table tbody tr:nth-child(1) td:nth-child(5) strong {
  background: #0d5e8d;
}

.phase-table tbody tr:nth-child(2) td {
  font-weight: 600;
  border-top: 2px dashed #8c8c8c;
  border-bottom: 2px dashed #8c8c8c;
}

.phase-table tbody tr:nth-child(3) td {
  text-align: left;
  vertical-align: top;
}

.phase-table ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.phase-table li {
  position: relative;
  padding-left: 16px;
}

.phase-table li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--cm-blue);
  border-radius: 50%;
}

.phase-table tfoot td {
  position: relative;
  padding: 22px 18px;
  background: #dfe7f4;
  border-top: 48px solid #fff;
  border-right: 2px solid #fff;
  text-align: left;
}

.phase-table tfoot td::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 22px solid #dfe7f4;
  transform: translateX(-50%);
}

.phase-table tfoot strong {
  display: block;
  margin-bottom: 10px;
  color: var(--cm-blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.phase-table tfoot span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .phase-table h3 {
    font-size: 24px;
    text-align: left;
  }

  .phase-table__scroll {
    margin-right: -16px;
    padding-right: 16px;
  }
}


/* Phase table desktop fit */
@media (min-width: 981px) {
  .phase-table__scroll {
    overflow-x: visible;
  }

  .phase-table table {
    min-width: 0;
  }

  .phase-table th,
  .phase-table td {
    padding: 18px 12px;
    font-size: 15px;
    line-height: 1.55;
  }

  .phase-table thead th {
    padding: 14px 14px 14px 20px;
    font-size: 17px;
  }

  .phase-table thead span {
    margin-right: 6px;
    font-size: 23px;
  }

  .phase-table thead th:not(.phase-table__side)::after {
    right: -20px;
    border-top-width: 32px;
    border-bottom-width: 32px;
    border-left-width: 20px;
  }

  .phase-table__side,
  .phase-table__rowhead {
    width: 48px;
  }

  .phase-table tbody tr:nth-child(1) td {
    height: 178px;
  }

  .phase-table tbody tr:nth-child(1) td strong {
    width: 132px;
    height: 132px;
    padding: 14px;
    font-size: 15px;
    line-height: 1.45;
  }

  .phase-table li {
    padding-left: 13px;
  }

  .phase-table li::before {
    width: 6px;
    height: 6px;
  }

  .phase-table tfoot td {
    padding: 18px 12px;
  }

  .phase-table tfoot strong {
    font-size: 16px;
    line-height: 1.5;
  }

  .phase-table tfoot span {
    font-size: 14px;
  }
}


/* Result section copy balance */
.result-section__copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.result-section__copy .service-cm-heading {
  text-align: center;
}

.result-section__copy .service-cm-heading::after {
  margin-right: auto;
  margin-left: auto;
}

.result-section__copy p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

@media (min-width: 768px) {
  .result-section__copy {
    max-width: 1040px;
  }

  .result-section__copy p {
    max-width: 940px;
  }
}

.phase-table h3 {
  margin-top: 8px;
}


/* Hero copy width adjustment */
.service-cm-hero__inner {
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
}

.service-cm-hero__copy {
  max-width: 860px;
}

.service-cm-hero p {
  max-width: 820px;
}

.service-cm-hero {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.98) 44%, rgba(255,255,255,0.82) 63%, rgba(255,255,255,0.08) 100%),
    url("../images/top/contents_01.jpg") right center / cover no-repeat;
}


/* Solution intro flow */
.solution-intro {
  max-width: 900px;
  margin: 0 auto 34px;
}

.solution-intro__issues {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.solution-intro__issues article {
  padding: 20px 16px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid #d7e8f2;
  border-radius: 8px;
}

.solution-intro__issues article > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  margin-bottom: 8px;
  color: var(--cm-blue);
  font-size: 34px;
  line-height: 1;
}

.solution-intro__issues h3,
.solution-intro__process h3 {
  margin: 0 0 8px;
  color: var(--cm-blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.solution-intro__issues p {
  margin: 0;
  color: #1f2937;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.solution-intro__arrow {
  width: 0;
  height: 0;
  margin: 18px auto;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 22px solid #c9def4;
}

.solution-intro__process {
  padding: 18px 20px 20px;
  background: #fff;
  border: 1px solid #d7e8f2;
  border-radius: 8px;
}

.solution-intro__process h3 {
  margin-bottom: 14px;
  text-align: left;
}

.solution-intro__process ol {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #d7e8f2;
  border-radius: 6px;
  overflow: hidden;
}

.solution-intro__process li {
  display: grid;
  gap: 8px;
  place-items: center;
  min-height: 88px;
  padding: 12px 8px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  border-right: 1px solid #d7e8f2;
}

.solution-intro__process li:last-child {
  border-right: 0;
}

.solution-intro__process span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 0;
  background: var(--cm-blue);
  border-radius: 50%;
}

@media (max-width: 980px) {
  .solution-intro__process ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .solution-intro__issues,
  .solution-intro__process ol {
    grid-template-columns: 1fr;
  }

  .solution-intro__process li {
    border-right: 0;
    border-bottom: 1px solid #d7e8f2;
  }

  .solution-intro__process li:last-child {
    border-bottom: 0;
  }
}


/* Unify solution flow and cards as one section */
.service-cm-section--solution {
  background: #f4f7f9;
}

.service-cm-section--solution .service-cm__inner {
  width: min(1240px, calc(100% - 80px));
}

.service-cm-section--solution .service-cm-heading {
  margin-bottom: 34px;
}

.service-cm-section--solution .solution-intro {
  max-width: 980px;
  margin-bottom: 22px;
}

.service-cm-section--solution .solution-intro__issues article,
.service-cm-section--solution .solution-intro__process,
.service-cm-section--solution .solution-card {
  background: #fff;
  border-color: #d7e8f2;
}

.service-cm-section--solution .solution-intro__arrow {
  margin: 14px auto;
}

.service-cm-section--solution .solution-intro__arrow:last-child {
  margin-bottom: 22px;
}

.service-cm-section--solution .solution-grid {
  gap: 18px;
  align-items: stretch;
}

.service-cm-section--solution .solution-card {
  padding: 28px 26px 30px;
}

.service-cm-section--solution .solution-card__icon {
  width: 72px;
  height: 72px;
  margin-bottom: 14px;
  font-size: 31px;
}

.service-cm-section--solution .solution-card h3 {
  margin-bottom: 14px;
}

@media (max-width: 980px) {
  .service-cm-section--solution .service-cm__inner {
    width: min(100% - 48px, 1180px);
  }
}

@media (max-width: 640px) {
  .service-cm-section--solution .service-cm__inner {
    width: min(100% - 32px, 1180px);
  }
}


/* Differentiate solution section from the phase table section */
.service-cm-section--solution {
  background: #fff;
  border-top: 1px solid #e5eef5;
}

.service-cm-section--solution .service-cm-heading {
  margin-bottom: 40px;
}

.service-cm-section--solution .solution-intro {
  position: relative;
  max-width: 1040px;
  margin-bottom: 30px;
  padding: 30px 34px 34px;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
  border-top: 4px solid var(--cm-blue);
}

.service-cm-section--solution .solution-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  border-right: 1px solid #d7e8f2;
  border-bottom: 1px solid #d7e8f2;
  border-left: 1px solid #d7e8f2;
  pointer-events: none;
}

.service-cm-section--solution .solution-intro__issues article,
.service-cm-section--solution .solution-intro__process {
  box-shadow: none;
}

.service-cm-section--solution .solution-grid {
  margin-top: 0;
}

.service-cm-section--solution .solution-card {
  background: #fff;
  box-shadow: 0 8px 26px rgba(1, 119, 180, 0.06);
}

@media (max-width: 640px) {
  .service-cm-section--solution .solution-intro {
    padding: 22px 18px 24px;
  }
}


/* Let solution flow continue into the cards */
.service-cm-section--solution .solution-intro {
  padding: 0 0 14px;
  background: transparent;
  border-top: 0;
}

.service-cm-section--solution .solution-intro::before {
  display: none;
}

.service-cm-section--solution .solution-intro__process {
  background: #f7fbff;
}

.service-cm-section--solution .solution-intro__arrow:last-child {
  margin-bottom: 6px;
}

.service-cm-section--solution .solution-grid {
  margin-top: 0;
}


/* Rebuild solution section from reference */
.service-cm-section--solution {
  padding: 72px 0 82px;
  background:
    radial-gradient(circle at 50% 40%, rgba(1,119,180,0.07), rgba(1,119,180,0) 46%),
    linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  border-top: 0;
}

.service-cm-section--solution .service-cm__inner {
  width: min(1160px, calc(100% - 80px));
}

.service-cm-section--solution .service-cm-heading {
  margin-bottom: 34px;
  color: #0f1d2f;
}

.service-cm-section--solution .service-cm-heading::after {
  width: 54px;
  height: 4px;
  background: var(--cm-blue);
}

.service-cm-section--solution .solution-intro {
  max-width: none;
  margin: 0 0 24px;
  padding: 0;
  background: transparent;
  border: 0;
}

.service-cm-section--solution .solution-intro::before {
  display: none;
}

.service-cm-section--solution .solution-intro__issues {
  gap: 22px;
}

.service-cm-section--solution .solution-intro__issues article {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  column-gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 24px 26px;
  text-align: left;
  background: rgba(255,255,255,0.92);
  border: 1px solid #d7e8f2;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 44, 66, 0.07);
}

.service-cm-section--solution .solution-intro__issues article > div {
  grid-area: icon;
  width: 72px;
  height: 72px;
  margin: 0;
  color: transparent;
  font-size: 0;
  background: #eaf4fb;
  border-radius: 50%;
}

.service-cm-section--solution .solution-intro__issues article > div::before {
  color: var(--cm-blue);
  font-size: 35px;
  line-height: 1;
}

.service-cm-section--solution .solution-intro__issues article:nth-child(1) > div::before { content: "♢"; }
.service-cm-section--solution .solution-intro__issues article:nth-child(2) > div::before { content: "▻"; }
.service-cm-section--solution .solution-intro__issues article:nth-child(3) > div::before { content: "▣"; }

.service-cm-section--solution .solution-intro__issues h3 {
  grid-area: title;
  position: relative;
  width: fit-content;
  margin: 0 0 8px;
  color: var(--cm-blue);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.service-cm-section--solution .solution-intro__issues h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 6px;
  background: var(--cm-blue);
}

.service-cm-section--solution .solution-intro__issues p {
  grid-area: text;
  margin: 0;
  color: #1f2937;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.service-cm-section--solution .solution-intro__arrow {
  position: relative;
  width: 30px;
  height: 22px;
  margin: 22px auto;
  border: 0;
}

.service-cm-section--solution .solution-intro__arrow::before,
.service-cm-section--solution .solution-intro__arrow::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 19px;
  height: 4px;
  background: var(--cm-blue);
  border-radius: 999px;
}

.service-cm-section--solution .solution-intro__arrow::before {
  left: 0;
  transform: rotate(45deg);
}

.service-cm-section--solution .solution-intro__arrow::after {
  right: 0;
  transform: rotate(-45deg);
}

.service-cm-section--solution .solution-intro__process {
  padding: 28px 34px 34px;
  background: rgba(255,255,255,0.94);
  border: 1px solid #d7e8f2;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(18, 44, 66, 0.06);
}

.service-cm-section--solution .solution-intro__process h3 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
  margin: 0 0 26px;
  color: var(--cm-blue);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.service-cm-section--solution .solution-intro__process h3::before,
.service-cm-section--solution .solution-intro__process h3::after {
  content: "";
  height: 1px;
  background: #c9def4;
}

.service-cm-section--solution .solution-intro__process ol {
  counter-reset: source;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
}

.service-cm-section--solution .solution-intro__process li {
  counter-increment: source;
  position: relative;
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 126px;
  padding: 0 8px;
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  border: 0;
}

.service-cm-section--solution .solution-intro__process li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 54px;
  right: -18px;
  width: 36px;
  border-top: 2px dotted var(--cm-blue);
  opacity: 0.7;
}

.service-cm-section--solution .solution-intro__process span {
  position: relative;
  width: 70px;
  height: 70px;
  color: transparent;
  font-size: 0;
  background: #eaf4fb;
  border-radius: 50%;
}

.service-cm-section--solution .solution-intro__process span::before {
  content: counter(source);
  position: absolute;
  top: -14px;
  right: -4px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: var(--cm-blue);
  border-radius: 50%;
}

.service-cm-section--solution .solution-intro__process span::after {
  content: "";
  position: absolute;
  inset: 19px;
  border: 3px solid var(--cm-blue);
  border-radius: 50%;
}

.service-cm-section--solution .solution-intro__arrow:last-child {
  margin: 20px auto 28px;
}

.service-cm-section--solution .solution-grid {
  gap: 24px;
  margin-top: 0;
}

.service-cm-section--solution .solution-card {
  padding: 32px 30px 30px;
  background: rgba(255,255,255,0.96);
  border: 1px solid #d7e8f2;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(18, 44, 66, 0.07);
}

.service-cm-section--solution .solution-card__icon {
  width: 86px;
  height: 86px;
  margin-bottom: 18px;
  font-size: 0;
  background: var(--cm-blue);
  box-shadow: 0 12px 26px rgba(1,119,180,0.18);
}

.service-cm-section--solution .solution-card__icon::before {
  color: #fff;
  font-size: 36px;
}

.service-cm-section--solution .solution-card:nth-child(1) .solution-card__icon::before { content: "♢"; }
.service-cm-section--solution .solution-card:nth-child(2) .solution-card__icon::before { content: "▣"; }
.service-cm-section--solution .solution-card:nth-child(3) .solution-card__icon::before { content: "▻"; }

.service-cm-section--solution .solution-card h3 {
  position: relative;
  width: fit-content;
  margin: 0 auto 22px;
  font-size: 25px;
}

.service-cm-section--solution .solution-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin: 8px auto 0;
  background: var(--cm-blue);
}

@media (max-width: 980px) {
  .service-cm-section--solution .solution-intro__issues {
    grid-template-columns: 1fr;
  }

  .service-cm-section--solution .solution-intro__process ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 22px;
  }

  .service-cm-section--solution .solution-intro__process li:nth-child(3)::after,
  .service-cm-section--solution .solution-intro__process li:nth-child(6)::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .service-cm-section--solution .service-cm__inner {
    width: min(100% - 32px, 1180px);
  }

  .service-cm-section--solution .solution-intro__issues article {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 20px;
  }

  .service-cm-section--solution .solution-intro__issues article > div {
    width: 56px;
    height: 56px;
  }

  .service-cm-section--solution .solution-intro__process {
    padding: 24px 20px;
  }

  .service-cm-section--solution .solution-intro__process h3 {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: left;
  }

  .service-cm-section--solution .solution-intro__process h3::before,
  .service-cm-section--solution .solution-intro__process h3::after {
    display: none;
  }

  .service-cm-section--solution .solution-intro__process ol {
    grid-template-columns: 1fr;
  }

  .service-cm-section--solution .solution-intro__process li {
    grid-template-columns: 70px minmax(0, 1fr);
    justify-items: start;
    min-height: 80px;
    text-align: left;
  }

  .service-cm-section--solution .solution-intro__process li::after {
    display: none;
  }
}


/* Use provided icon images */
.service-cm-section--solution .solution-intro__issues article > figure {
  grid-area: icon;
  width: 72px;
  height: 72px;
  margin: 0;
}

.service-cm-section--solution .solution-intro__issues article > figure img,
.service-cm-section--solution .solution-intro__process span img,
.service-cm-section--solution .solution-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-cm-section--solution .solution-intro__issues article > div {
  display: none;
}

.service-cm-section--solution .solution-intro__issues article > div::before,
.service-cm-section--solution .solution-card__icon::before,
.service-cm-section--solution .solution-intro__process span::before,
.service-cm-section--solution .solution-intro__process span::after {
  display: none;
}

.service-cm-section--solution .solution-intro__process span {
  width: 92px;
  height: 92px;
  background: transparent;
  border-radius: 0;
}

.service-cm-section--solution .solution-card__icon {
  display: block;
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 640px) {
  .service-cm-section--solution .solution-intro__issues article > figure {
    width: 56px;
    height: 56px;
  }
}


/* Process and services adjustment from reference */
.service-cm-section--process {
  padding: 64px 0 62px;
  background: #fff;
}

.service-cm-section--process::before {
  display: none;
}

.service-cm-section--process .service-cm-heading {
  margin-bottom: 44px;
}

.process-flow {
  counter-reset: process;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  position: relative;
  margin: 0 auto;
  padding: 0;
  border: 0;
  max-width: 1120px;
}

.process-flow::before {
  content: "";
  position: absolute;
  top: 31px;
  right: calc(100% / 12);
  left: calc(100% / 12);
  height: 3px;
  background: #c9def4;
}

.process-flow li {
  counter-increment: process;
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 112px;
  padding: 0 8px;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.process-flow li::before {
  content: counter(process, decimal-leading-zero);
  z-index: 1;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 0 22px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: var(--cm-blue);
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.process-flow li:not(:last-child)::after,
.process-flow span {
  display: none;
}

.service-cm-section--services {
  padding: 72px 0 82px;
  color: var(--cm-ink);
  background: linear-gradient(180deg, #f4f9fd 0%, #eef6fc 100%);
}

.service-cm-section--services .service-cm-heading,
.service-cm-section--services .service-cm-heading--light {
  margin-bottom: 22px;
  color: var(--cm-blue);
  text-align: center;
}

.service-cm-section--services .service-cm-heading::after {
  margin-right: auto;
  margin-left: auto;
  background: var(--cm-blue);
}

.service-cm-services__lead {
  max-width: 760px;
  margin: 0 auto 42px;
  color: #111827;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}

.service-tile {
  grid-column: span 2;
  min-height: 210px;
  padding: 34px 36px 30px;
  background: rgba(255,255,255,0.96);
  border: 1px solid #dceaf4;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(18, 44, 66, 0.09);
}

.service-tile:nth-child(4) {
  grid-column: 2 / span 2;
}

.service-tile:nth-child(5) {
  grid-column: 4 / span 2;
}

.service-tile::after {
  right: 50%;
  bottom: 24px;
  width: 72px;
  height: 3px;
  background: var(--cm-blue);
  transform: translateX(50%);
}

.service-tile__num {
  display: inline-flex;
  width: auto;
  height: auto;
  margin: 0 16px 0 0;
  color: var(--cm-blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  background: transparent;
  border-radius: 0;
  vertical-align: 3px;
}

.service-tile__num::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 22px;
  margin-left: 16px;
  background: #9fc6df;
  vertical-align: -5px;
}

.service-tile h3 {
  display: inline;
  margin: 0;
  color: var(--cm-blue);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
}

.service-tile p {
  margin: 22px 0 28px;
  color: #1f2937;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.service-tile__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 980px) {
  .process-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  .process-flow::before {
    display: none;
  }

  .service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-tile,
  .service-tile:nth-child(4),
  .service-tile:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .process-flow,
  .service-list {
    grid-template-columns: 1fr;
  }

  .process-flow li {
    grid-template-columns: 62px minmax(0, 1fr);
    column-gap: 16px;
    align-items: center;
    justify-items: start;
    min-height: 72px;
    text-align: left;
  }

  .process-flow li::before {
    margin: 0;
  }

  .service-tile {
    padding: 28px 24px 30px;
  }
}


/* Pitfall and insight sections from reference */
.service-cm-pitfall {
  padding: 34px 0 36px;
  background: linear-gradient(180deg, #f2f8fc 0%, #eef6fb 100%);
}

.service-cm-pitfall::before {
  display: none;
}

.service-cm-pitfall__inner {
  width: min(1240px, calc(100% - 80px));
  max-width: 1240px;
  padding: 42px 72px 38px;
  background: rgba(255,255,255,0.96);
  border: 1px solid #e4eef6;
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(18, 44, 66, 0.08);
}

.service-cm-pitfall h2 {
  margin-bottom: 26px;
  color: #111827;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-shadow: none;
}

.service-cm-pitfall h2 span {
  color: var(--cm-blue);
}

.service-cm-pitfall h2::after {
  width: 66px;
  height: 4px;
  margin-top: 14px;
  background: var(--cm-blue);
}

.service-cm-pitfall__text {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}

.service-cm-pitfall__text p {
  max-width: none;
  margin: 0 auto;
  color: #111827;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.service-cm-pitfall__text p + p {
  margin-top: 12px;
}

.service-cm-pitfall__conclusion {
  position: relative;
  display: grid;
  grid-template-columns: 52px auto;
  gap: 22px;
  align-items: center;
  justify-content: center;
  width: min(800px, 100%);
  margin: 26px auto 0 !important;
  padding: 0 70px;
  color: var(--cm-blue) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
  text-align: left;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.service-cm-pitfall__conclusion::before {
  content: "!";
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  background: var(--cm-blue);
  border-radius: 50%;
}

.service-cm-pitfall__conclusion::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, #9fc6df 0 20%, transparent 20% 80%, #9fc6df 80% 100%);
  transform: translateY(-50%);
}

.service-cm-pitfall__conclusion::before,
.service-cm-pitfall__conclusion {
  z-index: 1;
}

.service-cm-section--insight {
  padding: 72px 0 74px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.84) 40%, rgba(255,255,255,0.52) 100%),
    url("../images/top/owndmedia_PC.jpg") center center / cover no-repeat;
}

.service-cm-section--insight .service-cm-split {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.82fr);
  gap: 76px;
  align-items: center;
}

.service-cm-section--insight .service-cm-heading {
  margin-bottom: 30px;
  color: var(--cm-blue);
  font-size: 34px;
  line-height: 1.5;
}

.service-cm-section--insight .service-cm-heading::after {
  width: 50px;
  height: 4px;
  margin-top: 12px;
  background: var(--cm-blue);
}

.service-cm-section--insight p {
  max-width: 660px;
  color: #111827;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.insight-box {
  overflow: hidden;
  background: rgba(255,255,255,0.96);
  border: 2px solid var(--cm-blue);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(1, 119, 180, 0.13);
}

.insight-box h3 {
  padding: 22px 28px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background: var(--cm-blue);
}

.insight-box ul {
  gap: 18px;
  padding: 34px 40px;
}

.insight-box li {
  color: var(--cm-blue);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.insight-box li::before {
  top: 2px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  background: var(--cm-blue);
}

@media (max-width: 980px) {
  .service-cm-pitfall__inner {
    width: min(100% - 48px, 1180px);
    padding: 38px 34px;
  }

  .service-cm-section--insight .service-cm-split {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 640px) {
  .service-cm-pitfall__inner {
    width: min(100% - 32px, 1180px);
    padding: 30px 20px;
  }

  .service-cm-pitfall h2,
  .service-cm-section--insight .service-cm-heading {
    font-size: 26px;
  }

  .service-cm-pitfall__conclusion {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 0;
    font-size: 16px !important;
    line-height: 1.5;
  }

  .service-cm-pitfall__conclusion::after {
    display: none;
  }

  .service-cm-pitfall__conclusion::before {
    width: 42px;
    height: 42px;
  }

  .insight-box ul {
    padding: 26px 24px;
  }
}


/* Section rhythm and contrast pass */
.service-cm {
  background: #fff;
}

.service-cm-hero {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.98) 44%, rgba(255,255,255,0.82) 63%, rgba(255,255,255,0.08) 100%),
    url("../images/top/contents_01.jpg") right center / cover no-repeat;
}

.service-cm-pitfall {
  background: #eef3f7;
}

.service-cm-pitfall__inner {
  position: relative;
  border-top: 5px solid var(--cm-blue);
}

.service-cm-section--insight {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.86) 42%, rgba(255,255,255,0.72) 100%),
    url("../images/top/owndmedia_PC.jpg") center center / cover no-repeat;
}

.service-cm-section--result {
  background: #f5f7fa;
}

.phase-table table {
  box-shadow: 0 10px 30px rgba(18, 44, 66, 0.04);
}

.service-cm-section--solution {
  background:
    radial-gradient(circle at 50% 34%, rgba(1,119,180,0.08), rgba(1,119,180,0) 44%),
    linear-gradient(180deg, #f7fcff 0%, #edf7fc 100%);
}

.service-cm-section--solution .solution-intro__issues article,
.service-cm-section--solution .solution-intro__process,
.service-cm-section--solution .solution-card {
  background: rgba(255,255,255,0.98);
  box-shadow: 0 18px 42px rgba(18, 44, 66, 0.08);
}

.service-cm-section--process {
  background: #fff;
}

.service-cm-section--services {
  background:
    radial-gradient(circle at 50% 24%, rgba(1,119,180,0.1), rgba(1,119,180,0) 42%),
    linear-gradient(180deg, #edf7fc 0%, #e5f2fa 100%);
}

.service-tile {
  box-shadow: 0 18px 42px rgba(18, 44, 66, 0.1);
}

.service-cm-works {
  background: #fff;
  border-top: 1px solid #e5eef5;
}


/* Stronger page rhythm pass */
.service-cm-section,
.service-cm-pitfall,
.service-cm-works {
  position: relative;
}

.service-cm-pitfall,
.service-cm-section--result,
.service-cm-section--solution,
.service-cm-section--services {
  border-top: 1px solid #dceaf4;
}

.service-cm-section--insight::before,
.service-cm-section--solution::before,
.service-cm-section--services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 80px));
  height: 5px;
  background: var(--cm-blue);
  transform: translateX(-50%);
}

.service-cm-pitfall {
  padding: 48px 0 56px;
  background:
    linear-gradient(180deg, #e9eff4 0%, #f4f8fb 100%);
}

.service-cm-pitfall__inner {
  box-shadow: 0 22px 70px rgba(18, 44, 66, 0.13);
}

.service-cm-section--insight {
  padding: 92px 0 92px;
}

.service-cm-section--result {
  padding: 84px 0 90px;
  background:
    linear-gradient(180deg, #f2f5f8 0%, #ffffff 100%);
}

.service-cm-section--result .service-cm-heading,
.phase-table h3 {
  color: #0f1d2f;
}

.phase-table__scroll {
  padding: 28px 28px 34px;
  background: #fff;
  border: 1px solid #dceaf4;
  box-shadow: 0 20px 60px rgba(18, 44, 66, 0.08);
}

.phase-table table {
  box-shadow: none;
}

.service-cm-section--solution {
  padding: 88px 0 96px;
  background:
    radial-gradient(circle at 50% 18%, rgba(1,119,180,0.13), rgba(1,119,180,0) 36%),
    linear-gradient(180deg, #edf7fc 0%, #f7fcff 58%, #ffffff 100%);
}

.service-cm-section--solution .solution-intro__process {
  border-top: 4px solid var(--cm-blue);
}

.service-cm-section--solution .solution-card {
  box-shadow: 0 22px 58px rgba(18, 44, 66, 0.1);
}

.service-cm-section--process {
  padding: 76px 0 72px;
  background: #fff;
}

.service-cm-section--process::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #dceaf4;
}

.service-cm-section--services {
  padding: 90px 0 98px;
  background:
    radial-gradient(circle at 50% 18%, rgba(1,119,180,0.16), rgba(1,119,180,0) 38%),
    linear-gradient(180deg, #e7f3fb 0%, #f4fafe 100%);
}

.service-list {
  gap: 32px;
}

.service-tile {
  box-shadow: 0 24px 64px rgba(18, 44, 66, 0.12);
}

.service-cm-works {
  padding-top: 58px;
  border-top: 1px solid #dceaf4;
}

@media (max-width: 640px) {
  .service-cm-section--insight::before,
  .service-cm-section--solution::before,
  .service-cm-section--services::before {
    width: calc(100% - 32px);
  }

  .phase-table__scroll {
    padding: 18px 16px 24px;
  }
}

/* Accent rhythm: remove section rules and add focused color moments */
.service-cm {
  --cm-accent: #f4a51c;
  --cm-accent-soft: #fff5df;
  --cm-navy: #16283a;
}

.service-cm-pitfall,
.service-cm-section--result,
.service-cm-section--solution,
.service-cm-section--services,
.service-cm-works {
  border-top: 0;
}

.service-cm-section--insight::before,
.service-cm-section--solution::before,
.service-cm-section--services::before,
.service-cm-section--process::after {
  content: none;
}

.service-cm-pitfall h2 span,
.service-cm-heading span {
  color: var(--cm-blue);
}

.service-cm-pitfall__conclusion {
  color: var(--cm-navy);
  background: #fff;
  border: 2px solid rgba(244,165,28,0.55);
  box-shadow: 0 18px 44px rgba(18,44,66,0.08);
}

.service-cm-pitfall__conclusion::before {
  background: var(--cm-accent);
  color: #fff;
}

.insight-box {
  border-color: rgba(244,165,28,0.42);
  box-shadow: 0 22px 58px rgba(18,44,66,0.12);
}

.insight-box h3 {
  background: var(--cm-blue);
}

.insight-box li {
  color: #111827;
}

.insight-box li::before {
  background: var(--cm-accent);
}

.service-cm-section--solution .solution-intro__arrow::before,
.service-cm-section--solution .solution-intro__arrow::after {
  background: var(--cm-accent);
}

.service-cm-section--solution .solution-intro__process {
  border-top-color: var(--cm-accent);
}

.service-cm-section--solution .solution-intro__process span {
  background: var(--cm-accent-soft);
}

.service-cm-section--solution .solution-card:nth-child(2) .solution-card__icon {
  background: linear-gradient(135deg, var(--cm-accent) 0%, #ffbf4d 100%);
}

.process-flow__num,
.service-tile__num {
  background: var(--cm-navy);
}

.process-flow li:nth-child(even) .process-flow__num,
.service-list article:nth-child(even) .service-tile__num {
  background: var(--cm-accent);
}

.service-tile {
  border-left: 5px solid transparent;
}

.service-list article:nth-child(odd) .service-tile {
  border-left-color: var(--cm-blue);
}

.service-list article:nth-child(even) .service-tile {
  border-left-color: var(--cm-accent);
}

/* Accent refinement: keep the page cool and remove orange highlights */
.service-cm {
  --cm-accent: #45b8a8;
  --cm-accent-soft: #eaf8f6;
  --cm-navy: #16283a;
}

.service-cm-pitfall__conclusion {
  border-color: rgba(69,184,168,0.5);
}

.service-cm-pitfall__conclusion::before,
.insight-box li::before,
.service-cm-section--solution .solution-intro__arrow::before,
.service-cm-section--solution .solution-intro__arrow::after,
.process-flow li:nth-child(even) .process-flow__num,
.service-list article:nth-child(even) .service-tile__num {
  background: var(--cm-accent);
}

.insight-box {
  border-color: rgba(69,184,168,0.42);
}

.service-cm-section--solution .solution-intro__process {
  border-top-color: rgba(1,119,180,0.32);
}

.service-cm-section--solution .solution-intro__process span {
  background: #fff;
}

.service-cm-section--solution .solution-card:nth-child(2) .solution-card__icon {
  background: var(--cm-blue);
}

.service-cm-section--solution .solution-card:nth-child(2) .solution-card__icon img {
  background: transparent;
}

.service-list article:nth-child(even) .service-tile {
  border-left-color: var(--cm-accent);
}

/* Accent placement refinement: orange as small highlights only */
.service-cm {
  --cm-accent: #f4a51c;
  --cm-accent-soft: #fff7e6;
  --cm-navy: #16283a;
}

.service-cm-section--solution .solution-intro__arrow::before,
.service-cm-section--solution .solution-intro__arrow::after {
  background: var(--cm-blue);
}

.service-cm-section--solution .solution-intro__process {
  border-top-color: rgba(1,119,180,0.22);
}

.service-cm-section--solution .solution-intro__process span,
.service-cm-section--solution .solution-intro__process span img,
.service-cm-section--solution .solution-card__icon,
.service-cm-section--solution .solution-card__icon img {
  background: transparent;
}

.process-flow__num,
.process-flow li:nth-child(even) .process-flow__num,
.service-tile__num,
.service-list article:nth-child(even) .service-tile__num {
  background: var(--cm-navy);
  color: var(--cm-blue);
}

.service-tile {
  border-left: 0;
}

.service-list article:nth-child(odd) .service-tile,
.service-list article:nth-child(even) .service-tile {
  border-left-color: transparent;
}

.service-tile h3::after,
.solution-card h3::after,
.service-cm-section--solution .solution-intro__issues h3::after {
  background: var(--cm-accent);
}

.service-tile__num::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  margin: 0 12px;
  vertical-align: middle;
  background: rgba(244,165,28,0.8);
}

.service-cm-pitfall__conclusion {
  border-color: rgba(244,165,28,0.55);
}

.service-cm-pitfall__conclusion::before,
.insight-box li::before {
  background: var(--cm-accent);
}

.insight-box {
  border-color: rgba(244,165,28,0.38);
}

/* Insight card border cleanup */
.insight-box {
  border-color: rgba(1,119,180,0.28);
  border-width: 1px;
}

/* Final accent cleanup: keep orange intentional and remove awkward boxes */
.service-cm-pitfall__inner {
  background: #fffdf6;
  border: 1px solid #f3e3bf;
}

.service-cm-pitfall__conclusion {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.service-cm-pitfall__conclusion::before {
  background: var(--cm-accent);
}

.service-cm-pitfall__conclusion::after {
  background: linear-gradient(90deg, #d7e8f2 0 20%, transparent 20% 80%, #d7e8f2 80% 100%);
}

.service-cm-pitfall__conclusion > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 18px;
  background: #fffdf6;
}

@media (max-width: 767px) {
  .service-cm-pitfall__conclusion > span {
    padding: 0;
    background: transparent;
  }
}

.insight-box {
  border: 1px solid rgba(1,119,180,0.28);
}

.service-cm-section--solution .solution-card__icon,
.service-cm-section--solution .solution-card__icon img {
  background: transparent !important;
  box-shadow: none !important;
}

.service-cm-section--solution .solution-card__icon img {
  border-radius: 50%;
}

.service-tile__num,
.service-list article:nth-child(even) .service-tile__num,
.process-flow__num,
.process-flow li:nth-child(even) .process-flow__num {
  color: var(--cm-blue);
  background: transparent;
}

.service-tile__num::after {
  width: 1px;
  height: 22px;
  margin: 0 16px;
  background: #9fc6df;
}

.service-tile h3::after,
.solution-card h3::after,
.service-cm-section--solution .solution-intro__issues h3::after {
  background: var(--cm-blue);
}

.service-tile::after {
  background: var(--cm-blue);
}

/* Pale yellow card unification */
.service-cm {
  --cm-card-yellow: #fffdf6;
  --cm-card-yellow-border: #f2e8cf;
}

.service-cm-pitfall__inner,
.service-cm-section--solution .solution-intro__issues article,
.service-cm-section--solution .solution-card {
  background: var(--cm-card-yellow);
  border-color: var(--cm-card-yellow-border);
}

.service-cm-section--solution .solution-intro__issues article,
.service-cm-section--solution .solution-card {
  box-shadow: 0 18px 44px rgba(18,44,66,0.07);
}

/* SP hero layout fix */
@media (max-width: 767px) {
  .service-cm-hero {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.96) 58%, rgba(255,255,255,0.88) 100%),
      url("../images/top/contents_01.jpg") right top / 86% auto no-repeat;
  }

  .service-cm-hero__inner {
    display: block;
    width: min(100% - 32px, 1180px);
    min-height: 0;
    padding: 24px 0 38px;
  }

  .service-cm-hero__copy {
    max-width: none;
  }

  .service-cm__eyebrow {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .service-cm-hero h1 {
    margin-bottom: 22px;
    font-size: 30px;
    line-height: 1.42;
    letter-spacing: 0;
  }

  .service-cm-hero h1 span {
    font-size: 1.03em;
  }

  .service-cm-hero p {
    max-width: none;
    font-size: 16px;
    line-height: 1.5;
  }

  .service-cm-hero p + p {
    margin-top: 12px;
  }

  .service-cm-button {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    margin-top: 24px;
    padding: 15px 20px;
    gap: 22px;
  }
}

@media (max-width: 420px) {
  .service-cm-hero h1 {
    font-size: 28px;
  }

  .service-cm-hero {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.97) 62%, rgba(255,255,255,0.9) 100%),
      url("../images/top/contents_01.jpg") right top / 104% auto no-repeat;
  }
}

/* Hero contact button refinement */
.service-cm-button {
  position: relative;
  justify-content: space-between;
  width: min(100%, 360px);
  min-width: 0;
  padding: 17px 24px 17px 28px;
  color: var(--cm-blue) !important;
  letter-spacing: 0;
  background: rgba(255,255,255,0.92);
  border: 2px solid var(--cm-blue);
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(1,119,180,0.08);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.service-cm-button span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--cm-blue);
  border-radius: 50%;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.service-cm-button:hover,
.service-cm-button:focus-visible {
  color: #fff !important;
  background: var(--cm-blue);
  border-color: var(--cm-blue);
  box-shadow: 0 16px 34px rgba(1,119,180,0.18);
  transform: translateY(-1px);
}

.service-cm-button:hover span,
.service-cm-button:focus-visible span {
  color: var(--cm-blue);
  background: #fff;
  transform: translateX(3px);
}

@media (max-width: 767px) {
  .service-cm-button {
    width: min(100%, 320px);
    padding: 15px 18px 15px 22px;
  }
}

/* Solution chip refinement */
.solution-card__desc + .solution-card__chips {
  margin-top: 24px;
}

.solution-card__chips {
  gap: 10px;
}

.solution-card__chips b {
  min-height: 34px;
  padding: 8px 14px;
  color: var(--cm-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  background: #eef8fd;
  border: 1px solid rgba(1,119,180,0.28);
  border-radius: 999px;
  box-shadow: none;
}

@media (min-width: 768px) {
  .solution-card__chips b {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.solution-card__chips b:hover {
  color: #fff;
  background: var(--cm-blue);
  border-color: var(--cm-blue);
}

@media (max-width: 640px) {
  .solution-card__chips {
    grid-template-columns: 1fr;
  }

  .solution-card__chips b {
    width: 100%;
  }
}

/* Solution chips are static descriptors */
.solution-card__chips b,
.solution-card__chips b:hover {
  color: var(--cm-blue);
  background: #eef8fd;
  border-color: rgba(1,119,180,0.28);
  cursor: default;
}

/* Source process icon refinement */
.service-cm-section--solution .solution-intro__process li::after {
  display: none;
}

.service-cm-section--solution .solution-intro__process span {
  width: 112px;
  height: 112px;
}

.service-cm-section--solution .solution-intro__process ol {
  align-items: start;
}

.service-cm-section--solution .solution-intro__process li {
  gap: 14px;
}

.service-cm-section--solution .solution-intro__process li strong,
.service-cm-section--solution .solution-intro__process li {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .service-cm-section--solution .solution-intro__process span {
    width: 96px;
    height: 96px;
  }
}

@media (max-width: 640px) {
  .service-cm-section--solution .solution-intro__process span {
    width: 82px;
    height: 82px;
  }
}

/* Service cards cleanup */
.service-tile__num,
.service-tile__num::after,
.service-tile::after {
  display: none;
}

.service-tile h3 {
  display: block;
  margin: 0 0 22px;
  font-weight: 600;
}

.service-tile p {
  margin-bottom: 0;
}

/* Remove solution card title underlines */
.service-cm-section--solution .solution-intro__issues h3::after,
.service-cm-section--solution .solution-card h3::after {
  display: none;
}

/* Center service card titles */
.service-tile h3 {
  text-align: center;
}

/* Fine tune oversized source icons */
.service-cm-section--solution .solution-intro__process li:nth-child(4) span img,
.service-cm-section--solution .solution-intro__process li:nth-child(6) span img {
  width: 84%;
  height: 84%;
  margin: auto;
}

@media (max-width: 640px) {
  .service-cm-section--solution .solution-intro__process li:nth-child(4) span img,
  .service-cm-section--solution .solution-intro__process li:nth-child(6) span img {
    width: 88%;
    height: 88%;
  }
}

/* Match services heading color with solution heading */
.service-cm-section--services .service-cm-heading,
.service-cm-section--services .service-cm-heading--light {
  color: #111827;
}

.service-cm-section--services .service-cm-heading::after,
.service-cm-section--services .service-cm-heading--light::after {
  background: var(--cm-blue);
}

/* Tighten lead paragraph rhythm */
.service-cm-hero p {
  line-height: 1.62;
}

.service-cm-hero p + p {
  margin-top: 8px;
}

.service-cm-pitfall__text p {
  line-height: 1.72;
}

.service-cm-pitfall__text p + p {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .service-cm-hero p,
  .service-cm-pitfall__text p {
    line-height: 1.7;
  }

  .service-cm-hero p + p,
  .service-cm-pitfall__text p + p {
    margin-top: 8px;
  }
}

/* Narrow pitfall card for better side margins */
.service-cm-pitfall__inner {
  width: min(1080px, calc(100% - 160px));
  max-width: 1080px;
}

@media (max-width: 980px) {
  .service-cm-pitfall__inner {
    width: min(100% - 64px, 1080px);
  }
}

@media (max-width: 640px) {
  .service-cm-pitfall__inner {
    width: min(100% - 32px, 1080px);
  }
}

/* Match pitfall card width with phase table */
.service-cm-pitfall__inner {
  width: min(1180px, calc(100% - 80px));
  max-width: 1180px;
}

@media (max-width: 980px) {
  .service-cm-pitfall__inner {
    width: min(100% - 48px, 1180px);
  }
}

@media (max-width: 640px) {
  .service-cm-pitfall__inner {
    width: min(100% - 32px, 1180px);
  }
}

/* Align hero copy with pitfall/table content line */
@media (min-width: 981px) {
  .service-cm-hero__inner {
    width: min(1180px, calc(100% - 80px));
  }

  .service-cm-hero__copy {
    max-width: 820px;
  }
}

/* Center insight split and reduce middle gap */
@media (min-width: 981px) {
  .service-cm-section--insight .service-cm-split {
    width: min(1180px, calc(100% - 80px));
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 24px;
    justify-content: center;
  }

  .service-cm-section--insight p {
    max-width: none;
  }
}

/* Keep the insight copy balanced after the layout changes to one column. */
@media (min-width: 768px) and (max-width: 980px) {
  .service-cm-section--insight .service-cm-split > div:first-child,
  .service-cm-section--insight .insight-box {
    width: min(100%, 760px);
    margin-right: auto;
    margin-left: auto;
  }

  .service-cm-section--insight .service-cm-split > div:first-child > p {
    max-width: none;
  }
}

/* Enlarge hero main copy on desktop */
@media (min-width: 981px) {
  .service-cm-hero h1 {
    font-size: 52px;
    line-height: 1.28;
  }

  .service-cm-hero h1 span {
    font-size: 1.08em;
  }
}

@media (min-width: 1280px) {
  .service-cm-hero h1 {
    font-size: 56px;
  }
}


/* Service page copy updates */
.service-cm-services__link {
  margin: 42px 0 0;
  text-align: center;
}

.service-cm-services__link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 260px;
  min-height: 58px;
  padding: 14px 30px;
  color: var(--cm-blue);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--cm-blue);
  border-radius: 0;
  transition: color 0.2s ease, background 0.2s ease;
}

.service-cm-services__link a:hover,
.service-cm-services__link a:focus-visible {
  color: #fff;
  background: var(--cm-blue);
}

.service-cm-services__link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fff;
  line-height: 1;
  background: var(--cm-blue);
  border-radius: 50%;
  transition: color 0.2s ease, background 0.2s ease;
}

.service-cm-services__link a:hover span,
.service-cm-services__link a:focus-visible span {
  color: var(--cm-blue);
  background: #fff;
}

@media (max-width: 640px) {
  .service-cm-services__link a {
    width: 100%;
    min-width: 0;
  }
}


/* SP service-cm layout stabilization */
@media (max-width: 767px) {
  .service-cm {
    overflow-x: hidden;
  }

  .service-cm-section--result,
  .service-cm-section--solution,
  .service-cm-section--services {
    padding-top: 48px !important;
  }

  .service-cm__inner,
  .service-cm-hero__inner,
  .service-cm-pitfall__inner,
  .service-cm-section--solution .service-cm__inner,
  .service-cm-section--insight .service-cm-split,
  .service-cm-section--result .service-cm__inner,
  .service-cm-section--services .service-cm__inner,
  .service-cm-works .service-cm__inner {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .service-cm-hero {
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.94) 62%, rgba(255,255,255,0.9) 100%),
      url("../images/top/contents_01.jpg") right top / 112% auto no-repeat;
  }

  .service-cm-hero__inner {
    display: block !important;
    min-height: 0 !important;
    padding: 22px 0 38px !important;
  }

  .service-cm-hero__copy {
    width: 100%;
    max-width: none !important;
  }

  .service-cm-hero__visual {
    display: none;
  }

  .service-cm__eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  .service-cm-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(28px, 8.6vw, 34px) !important;
    line-height: 1.34 !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .service-cm-hero h1 span {
    font-size: 1.04em !important;
  }

  .service-cm-hero p,
  .service-cm-pitfall__text p,
  .service-cm-section p,
  .service-cm-services__lead,
  .service-tile p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .service-cm-hero p {
    max-width: none !important;
  }

  .service-cm-button,
  .service-cm-services__link a {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .service-cm-pitfall,
  .service-cm-section,
  .service-cm-section--insight,
  .service-cm-section--result,
  .service-cm-section--solution,
  .service-cm-section--services,
  .service-cm-works {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .service-cm-pitfall__inner {
    padding: 34px 18px 30px !important;
  }

  .service-cm-pitfall__text,
  .service-cm-pitfall__text p {
    text-align: left !important;
  }

  .phase-table h3 {
    text-align: center !important;
  }

  .phase-table__title-line {
    display: block;
  }

  .service-cm-heading__sp-line {
    display: block;
  }

  .service-cm-heading,
  .service-cm-pitfall h2 {
    font-size: clamp(26px, 7.2vw, 34px) !important;
    line-height: 1.28 !important;
  }

  .service-cm-section--insight .service-cm-heading {
    text-align: center;
  }

  .service-cm-section--insight .service-cm-heading::after {
    margin-right: auto;
    margin-left: auto;
  }

  .service-cm-split,
  .service-cm-split--reverse,
  .result-section,
  .solution-grid,
  .service-list,
  .service-cm-works__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .insight-box {
    width: 100%;
    min-width: 0;
  }

  .phase-table__scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .phase-table table {
    min-width: 900px;
  }

  .service-cm-section--solution .solution-intro {
    width: 100% !important;
    padding: 0 !important;
  }

  .service-cm-section--solution .solution-intro__issues,
  .service-cm-section--solution .solution-intro__process ol {
    grid-template-columns: 1fr !important;
  }

  .service-cm-section--solution .solution-intro__issues article {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    row-gap: 2px !important;
    align-items: start;
    min-height: 0;
    padding: 12px 14px !important;
  }

  .service-cm-section--solution .solution-intro__issues article > figure {
    width: 52px !important;
    height: 52px !important;
    align-self: center;
  }

  .service-cm-section--solution .solution-intro__issues h3 {
    margin-bottom: 2px !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .service-cm-section--solution .solution-intro__issues p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .service-cm-section--solution .solution-intro__issues p br {
    display: none;
  }

  .service-cm-section--solution .solution-intro__process {
    padding: 18px 12px !important;
  }

  .service-cm-section--solution .solution-intro__process h3 {
    margin-bottom: 18px !important;
    text-align: center !important;
  }

  .service-cm-section--solution .solution-intro__process ol {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px 8px !important;
    width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .service-cm-section--solution .solution-intro__process li {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 7px !important;
    justify-content: flex-start;
    min-height: 0 !important;
    padding: 0 2px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    text-align: center !important;
  }

  .service-cm-section--solution .solution-intro__process span {
    width: 54px !important;
    height: 54px !important;
    justify-self: center;
  }

  .service-cm-section--solution .solution-card,
  .service-tile {
    width: 100%;
    min-width: 0;
    padding: 28px 22px !important;
  }

  .service-cm-section--solution .solution-card {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-areas:
      "icon title"
      "description description"
      "chips chips"
      "interviews interviews";
    column-gap: 12px;
    align-items: center;
    padding: 22px 20px !important;
    text-align: left;
  }

  .service-cm-section--solution .solution-card__icon {
    grid-area: icon;
    width: 58px !important;
    height: 58px !important;
    margin: 0 !important;
  }

  .service-cm-section--solution .solution-card h3 {
    grid-area: title;
    justify-self: start;
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    text-align: left;
  }

  .service-cm-section--solution .solution-card__desc {
    grid-area: description;
    width: 100%;
    margin-top: 16px;
  }

  .service-cm-section--solution .solution-card__chips {
    grid-area: chips;
  }

  .service-cm-section--solution .solution-card__interviews {
    grid-area: interviews;
  }

  .service-cm-section--solution .solution-card__chips {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px !important;
    margin-top: 18px;
  }

  .service-cm-section--solution .solution-card__chips b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 34px;
    padding: 5px 6px;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }

  .solution-card__interviews,
  .solution-card__interview,
  .solution-card__interview figure {
    width: 100%;
    max-width: none;
  }

  .service-tile:nth-child(4),
  .service-tile:nth-child(5) {
    grid-column: auto !important;
  }
}

/* Phase table image replacement */
.phase-table__image {
  position: relative;
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.phase-table__image img {
  display: block;
  width: 100%;
  height: auto;
}

.phase-table__zoom {
  display: none;
}

@media (min-width: 981px) {
  .phase-table__image {
    overflow: visible;
  }
}

@media (max-width: 980px) {
  .phase-table__image {
    overflow: hidden;
  }

  .phase-table__zoom {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(0, 15, 24, 0.56);
    color: #fff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    pointer-events: auto;
  }

  .phase-table__zoom span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .phase-table__zoom span::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    border: 3px solid currentColor;
    border-radius: 50%;
    box-shadow: 12px 12px 0 -9px currentColor;
  }
}


/* Phase table modal */
.phase-table__zoom {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.phase-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  padding: 24px;
}

.phase-modal[aria-hidden="false"] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phase-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 15, 24, 0.76);
}

.phase-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1080px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: transparent;
  box-shadow: none;
}

.phase-modal__dialog img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

.phase-modal__close {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-height: 0;
  margin: 10px 10px 10px auto;
  padding: 0;
  color: #0757af;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(7, 87, 175, 0.45);
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.phase-modal-open {
  overflow: hidden;
}

@media (min-width: 981px) {
  .phase-modal {
    display: none !important;
  }
}

/* Hero Japanese service label */
.service-cm-hero .service-cm__eyebrow {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 30px;
  padding: 18px 32px 20px;
  color: #fff;
  font-size: clamp(34px, 3.4vw, 54px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  background: #132638;
  border-left: 10px solid #0757af;
  box-shadow: 10px 10px 0 rgba(1, 119, 180, 0.16);
}

.service-cm-hero .service-cm__eyebrow > span {
  display: block;
  white-space: nowrap;
}

.service-cm-hero .service-cm__eyebrow::before {
  content: none;
}

.service-cm-hero .service-cm__eyebrow::after {
  content: "CONTENT MARKETING SERVICE";
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

@media (max-width: 767px) {
  .service-cm-hero .service-cm__eyebrow {
    gap: 8px;
    margin-bottom: 18px;
    padding: 13px 16px 14px;
    font-size: clamp(22px, 6vw, 31px);
    border-left-width: 7px;
    box-shadow: 7px 7px 0 rgba(1, 119, 180, 0.12);
  }

  .service-cm-hero .service-cm__eyebrow::after {
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .service-cm-hero .service-cm__eyebrow {
    width: min(100%, 360px);
    font-size: 22px;
  }
}

/* Hero main copy rhythm */
@media (min-width: 981px) {
  .service-cm-hero h1 {
    max-width: 850px;
    font-size: clamp(46px, 3.15vw, 52px);
    line-height: 1.24;
  }

  .service-cm-hero h1 span {
    font-size: 1.06em;
  }
}

@media (min-width: 1280px) {
  .service-cm-hero h1 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .service-cm-hero h1 {
    line-height: 1.28;
  }
}

/* Hero final line no-wrap */
.service-cm-hero h1 .service-cm__hero-line {
  color: #0a0f18;
  font-size: 1em;
}

@media (min-width: 981px) {
  .service-cm-hero__copy {
    max-width: 960px !important;
  }

  .service-cm-hero h1 {
    max-width: 960px;
    font-size: clamp(44px, 2.9vw, 50px);
  }

  .service-cm-hero h1 .service-cm__hero-line {
    display: inline-block;
    white-space: nowrap;
    font-size: 0.92em;
  }
}

/* Hero layout reference refinement */
@media (min-width: 981px) {
  .service-cm-hero {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 43%, rgba(255, 255, 255, 0.55) 62%, rgba(255, 255, 255, 0.08) 100%),
      url("../images/top/contents_01.jpg") right top / min(64vw, 1180px) auto no-repeat;
  }

  .service-cm-hero__inner {
    display: block;
    width: min(1480px, calc(100% - 112px));
    min-height: 690px;
    padding: 28px 0 58px;
  }

  .service-cm-hero__copy {
    width: min(100%, 860px);
    max-width: 860px !important;
  }

  .service-cm-hero .service-cm__eyebrow {
    width: min(760px, 100%);
    margin: 0 0 42px;
    padding: 34px 44px 30px;
    gap: 14px;
    font-size: clamp(40px, 3.25vw, 58px);
    line-height: 1.08;
    background: rgba(19, 38, 56, 0.98);
    border-left: 12px solid #0757af;
    box-shadow: 14px 14px 0 rgba(19, 38, 56, 0.10);
  }

  .service-cm-hero .service-cm__eyebrow::after {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    letter-spacing: 0.12em;
  }

  .service-cm-hero h1 {
    max-width: 820px;
    margin: 0 0 26px;
    font-size: clamp(36px, 2.35vw, 44px);
    line-height: 1.45;
    letter-spacing: 0;
  }

  .service-cm-hero h1 span:not(.service-cm__hero-line) {
    font-size: 1.08em;
  }

  .service-cm-hero h1 .service-cm__hero-line {
    display: inline-block;
    white-space: nowrap;
    font-size: 1em;
  }

  .service-cm-hero p {
    max-width: 770px;
    line-height: 1.65;
  }
}

@media (min-width: 1280px) {
  .service-cm-hero h1 {
    font-size: 44px;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .service-cm-hero__inner {
    width: min(100% - 64px, 1100px);
  }

  .service-cm-hero .service-cm__eyebrow {
    width: min(700px, 100%);
    font-size: clamp(36px, 4.2vw, 48px);
  }

  .service-cm-hero h1 {
    font-size: clamp(32px, 3.4vw, 39px);
  }
}


/* Hero reference final adjustment */
@media (min-width: 981px) {
  .service-cm-hero__copy {
    width: min(100%, 900px);
    max-width: 900px !important;
  }

  .service-cm-hero .service-cm__eyebrow {
    width: min(780px, 100%);
    margin-bottom: 38px;
    padding: 32px 44px 28px;
    font-size: clamp(39px, 3.1vw, 56px);
  }

  .service-cm-hero .service-cm__eyebrow::after {
    content: "CONTENT MARKETING SERVICE";
    margin-top: 2px;
    font-size: 12px;
    letter-spacing: 0.13em;
  }

  .service-cm-hero h1 {
    max-width: 900px;
    font-size: clamp(36px, 2.45vw, 45px);
    line-height: 1.36;
  }

  .service-cm-hero h1 .service-cm__hero-line {
    white-space: nowrap;
    font-size: 0.96em;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .service-cm-hero .service-cm__eyebrow {
    width: min(680px, 100%);
    font-size: clamp(34px, 4vw, 46px);
  }

  .service-cm-hero h1 {
    font-size: clamp(31px, 3.25vw, 38px);
  }
}

/* Hero reference layout: balanced title and copy */
@media (min-width: 981px) {
  .service-cm-hero {
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 35%, rgba(255, 255, 255, 0.88) 53%, rgba(255, 255, 255, 0.38) 76%, rgba(255, 255, 255, 0.06) 100%),
      url("../images/top/contents_01.jpg");
    background-repeat: no-repeat, no-repeat;
    background-size: auto, min(66vw, 1040px) auto;
    background-position: center, right -52px center;
  }

  .service-cm-hero__inner {
    width: min(1440px, calc(100% - 112px));
    min-height: 620px;
    padding-top: 52px;
    padding-bottom: 56px;
    align-items: flex-start;
  }

  .service-cm-hero__copy {
    width: min(100%, 760px);
    max-width: 760px !important;
  }

  .service-cm-hero .service-cm__eyebrow {
    display: inline-block;
    width: auto;
    max-width: min(100%, 760px);
    margin: 0 0 28px;
    padding: 18px 34px 17px;
    font-size: clamp(30px, 2.35vw, 43px);
    line-height: 1.16;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: left;
    border-left: 8px solid var(--color-primary);
    box-shadow: 8px 8px 0 rgba(1, 119, 180, 0.10);
  }

  .service-cm-hero .service-cm__eyebrow > span {
    display: block;
    white-space: nowrap;
  }

  .service-cm-hero .service-cm__eyebrow::before,
  .service-cm-hero .service-cm__eyebrow::after {
    content: none;
  }

  .service-cm-hero h1 {
    max-width: 780px;
    margin: 0 0 22px;
    font-size: clamp(42px, 3.1vw, 60px);
    line-height: 1.18;
    letter-spacing: 0;
  }

  .service-cm-hero h1 br {
    display: block;
  }

  .service-cm-hero h1 span:not(.service-cm__hero-line) {
    display: inline;
    font-size: 1em;
  }

  .service-cm-hero h1 .service-cm__hero-line {
    display: block;
    font-size: 1em;
    white-space: nowrap;
  }

  .service-cm-hero p {
    max-width: 710px;
    font-size: 16px;
    line-height: 1.5;
  }

  .service-cm-button {
    width: min(100%, 400px);
    min-height: 60px;
    margin-top: 20px;
  }
}

@media (min-width: 1500px) {
  .service-cm-hero {
    background-position: center, right calc((100vw - 1440px) / 2 - 52px) center;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  .service-cm-hero {
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 42%, rgba(255, 255, 255, 0.88) 60%, rgba(255, 255, 255, 0.34) 100%),
      url("../images/top/contents_01.jpg");
    background-size: auto, min(58vw, 760px) auto;
    background-position: center, right -72px center;
  }

  .service-cm-hero__inner {
    width: min(1160px, calc(100% - 64px));
    min-height: 560px;
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .service-cm-hero__copy {
    max-width: 660px !important;
  }

  .service-cm-hero .service-cm__eyebrow {
    max-width: min(100%, 640px);
    padding: 16px 28px 15px;
    font-size: clamp(25px, 2.6vw, 34px);
  }

  .service-cm-hero h1 {
    max-width: 660px;
    font-size: clamp(34px, 3.4vw, 46px);
  }

  .service-cm-hero h1 .service-cm__hero-line {
    white-space: normal;
  }

  .service-cm-hero p {
    max-width: 610px;
  }
}

@media (max-width: 767px) {
  .service-cm-hero .service-cm__eyebrow {
    display: block;
    padding: 14px 18px 13px;
    font-size: 22px;
    line-height: 1.25;
    text-align: left;
    border-left: 6px solid var(--color-primary);
    box-shadow: 6px 6px 0 rgba(1, 119, 180, 0.10);
  }
}


/* Hero balance correction 2026-07-21 */
@media (min-width: 981px) {
  .service-cm-hero {
    overflow: hidden;
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .99) 31%, rgba(255, 255, 255, .92) 45%, rgba(255, 255, 255, .56) 62%, rgba(255, 255, 255, .12) 100%),
      url("../images/top/contents_01.jpg");
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto 126%;
    background-position: center, right -130px center;
  }

  .service-cm-hero__inner {
    width: min(1320px, calc(100% - 96px));
    min-height: 670px;
    padding-top: 48px;
    padding-bottom: 52px;
    align-items: flex-start;
  }

  .service-cm-hero__copy {
    width: min(100%, 760px);
    max-width: 760px !important;
  }

  .service-cm-hero .service-cm__eyebrow {
    display: block;
    width: fit-content;
    max-width: min(100%, 760px);
    margin: 0 0 28px;
    padding: 18px 32px 17px;
    font-size: clamp(34px, 2.2vw, 44px);
    line-height: 1.14;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: left;
    border-left: 8px solid var(--color-primary);
    box-shadow: 10px 10px 0 rgba(1, 119, 180, .10);
  }

  .service-cm-hero .service-cm__eyebrow > span {
    display: block;
    white-space: nowrap;
  }

  .service-cm-hero .service-cm__eyebrow::before,
  .service-cm-hero .service-cm__eyebrow::after {
    content: none;
  }

  .service-cm-hero h1 {
    max-width: 760px;
    margin: 0 0 22px;
    font-size: clamp(40px, 3vw, 56px);
    line-height: 1.16;
    letter-spacing: 0;
  }

  .service-cm-hero h1 br {
    display: block;
  }

  .service-cm-hero h1 .service-cm__hero-line {
    display: block;
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
  }

  .service-cm-hero h1 span:not(.service-cm__hero-line) {
    display: inline;
    font-size: 1em;
  }

  .service-cm-hero p {
    max-width: 650px;
    font-size: 16px;
    line-height: 1.5;
  }

  .service-cm-button {
    width: min(100%, 390px);
    min-height: 58px;
    margin-top: 18px;
  }
}

@media (min-width: 1500px) {
  .service-cm-hero {
    background-position: center, right calc((100vw - 1320px) / 2 - 160px) center;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  .service-cm-hero {
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .99) 39%, rgba(255, 255, 255, .9) 56%, rgba(255, 255, 255, .26) 100%),
      url("../images/top/contents_01.jpg");
    background-size: auto, auto 116%;
    background-position: center, right -190px center;
  }

  .service-cm-hero__inner {
    width: min(1120px, calc(100% - 64px));
    min-height: 620px;
    padding-top: 42px;
    padding-bottom: 48px;
  }

  .service-cm-hero__copy {
    max-width: 640px !important;
  }

  .service-cm-hero .service-cm__eyebrow {
    max-width: min(100%, 640px);
    padding: 15px 26px 14px;
    font-size: clamp(28px, 2.75vw, 36px);
  }

  .service-cm-hero h1 {
    max-width: 650px;
    font-size: clamp(34px, 3.25vw, 44px);
  }

  .service-cm-hero p {
    max-width: 590px;
  }
}

@media (max-width: 767px) {
  .service-cm-hero .service-cm__eyebrow {
    display: block;
    padding: 14px 18px 13px;
    font-size: 22px;
    line-height: 1.25;
    text-align: left;
    border-left: 6px solid var(--color-primary);
    box-shadow: 6px 6px 0 rgba(1, 119, 180, .10);
  }
}


/* c26 service-cm centered hero actual classes */
.service-cm-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .12) 0%, rgba(255, 255, 255, .78) 27%, rgba(255, 255, 255, .94) 50%, rgba(255, 255, 255, .78) 73%, rgba(255, 255, 255, .12) 100%),
    url("../images/service-cm-hero-centered-2.webp") center center / cover no-repeat !important;
}

.service-cm-hero__inner {
  width: min(100% - 48px, 1480px);
  min-height: clamp(460px, 32vw, 520px);
  margin-inline: auto;
  padding: clamp(22px, 2vw, 32px) 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.service-cm-hero__copy {
  width: min(100%, 1200px) !important;
  max-width: 1200px !important;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.service-cm-hero .service-cm__eyebrow {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 8px;
  padding: 0;
  color: #0757af !important;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: clamp(40px, 3.5vw, 56px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: .02em;
  text-align: center;
}

.service-cm-hero .service-cm__eyebrow span {
  display: block;
  color: #0757af !important;
  -webkit-text-fill-color: #0757af;
  white-space: normal;
}

.service-cm-hero .service-cm__eyebrow::after {
  display: none;
  content: none;
}

.service-cm-hero .service-cm__concept {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 28px);
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin: 0 auto 10px !important;
  color: #0757af;
  font-size: clamp(20px, 1.7vw, 27px) !important;
  font-weight: 500;
  line-height: 1.3 !important;
  letter-spacing: .08em;
  white-space: nowrap;
}

.service-cm-hero .service-cm__concept::before,
.service-cm-hero .service-cm__concept::after {
  width: clamp(56px, 10vw, 160px);
  height: 1px;
  background: currentColor;
  content: "";
}

.service-cm-hero h1 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 12px;
  color: #000;
  font-size: clamp(32px, 2.7vw, 43px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .025em;
  text-align: center;
}

.service-cm-hero h1 span {
  color: #0757af;
}

.service-cm-hero h1 .service-cm__hero-lead,
.service-cm-hero h1 .service-cm__hero-key,
.service-cm-hero h1 .service-cm__hero-key-suffix {
  display: inline-block;
  font-size: clamp(48px, 4vw, 64px) !important;
  line-height: 1.15;
}

.service-cm-hero h1 .service-cm__hero-lead {
  color: #000;
}

.service-cm-hero h1 .service-cm__hero-key {
  color: #0757af;
}

.service-cm-hero h1 .service-cm__hero-key-suffix {
  color: #000;
}

.service-cm-hero h1 .service-cm__hero-key-line {
  display: inline-block;
  white-space: nowrap;
}

.service-cm-hero h1 .service-cm__hero-line {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  color: #000;
  font-size: 1em;
  white-space: nowrap;
  text-align: center;
}

.service-cm-hero p:not(.service-cm__eyebrow) {
  width: 100% !important;
  max-width: 1040px !important;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.service-cm-hero p + p {
  margin-top: 5px;
}

.service-cm-hero .service-cm__description {
  max-width: 920px !important;
  margin: 0 auto !important;
  font-size: clamp(16px, 1.2vw, 18px) !important;
  line-height: 1.5 !important;
}

.service-cm-hero .service-cm__description span {
  color: #0757af;
  font-weight: inherit;
}

.service-cm-hero .service-cm-button {
  position: relative;
  justify-content: center;
  width: min(100%, 460px) !important;
  min-width: 0;
  min-height: 60px;
  max-width: 460px;
  margin-top: 16px;
  padding: 0 68px;
  gap: 0;
  color: #fff !important;
  font-size: 22px;
  background: #0757af;
  border-color: #0757af;
  border-radius: 4px;
}

.service-cm-hero .service-cm-button span {
  position: absolute;
  right: 30px;
  display: block;
  width: auto;
  height: auto;
  color: currentColor;
  font-size: 30px;
  line-height: 1;
  background: transparent;
  border-radius: 0;
}

.service-cm-hero .service-cm-button:hover,
.service-cm-hero .service-cm-button:focus-visible {
  color: #0757af !important;
  background: #fff;
  border-color: #0757af;
}

.service-cm-hero__visual {
  display: none !important;
}

@media (max-width: 767px) {
  .service-cm-hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .94)),
      url("../images/service-cm-hero-centered-sp.jpg") center top / cover no-repeat !important;
  }

  .service-cm-hero__inner {
    width: min(100% - 32px, 560px);
    min-height: auto;
    padding: 36px 0 44px;
  }

  .service-cm-hero .service-cm__eyebrow {
    width: calc(100vw - 8px);
    max-width: none;
    margin-bottom: 16px;
    margin-left: calc(50% - 50vw + 4px);
    padding: 0;
    font-size: clamp(27px, 8.2vw, 34px) !important;
    font-weight: 700;
    letter-spacing: -.05em;
    border: 0;
    box-shadow: none;
  }

  .service-cm-hero .service-cm__concept {
    gap: 10px;
    margin-bottom: 20px !important;
    font-size: clamp(21px, 6vw, 28px) !important;
    letter-spacing: .04em;
  }

  .service-cm-hero .service-cm__concept::before,
  .service-cm-hero .service-cm__concept::after {
    width: clamp(24px, 10vw, 52px);
  }

  .service-cm-hero h1 {
    font-size: clamp(32px, 9vw, 41px) !important;
    line-height: 1.42;
  }

  .service-cm-hero h1 .service-cm__hero-lead,
  .service-cm-hero h1 .service-cm__hero-key,
  .service-cm-hero h1 .service-cm__hero-key-suffix {
    font-size: clamp(29px, 9vw, 38px) !important;
    line-height: 1.34;
  }

  .service-cm-hero h1 .service-cm__hero-line {
    width: 100%;
    font-size: clamp(26px, 7.4vw, 32px) !important;
    line-height: 1.45;
    white-space: normal;
    text-align: center;
  }

  .service-cm-hero p:not(.service-cm__eyebrow) {
    font-size: 15px;
    line-height: 1.65;
  }

  .service-cm-hero .service-cm__description {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .service-cm-hero .service-cm__description br {
    display: none;
  }

  .service-cm-hero .service-cm-button {
    width: 100% !important;
    min-width: 0;
    min-height: 64px;
    padding: 0 54px;
    font-size: 20px;
  }

  .service-cm-hero .service-cm-button span {
    right: 20px;
    font-size: 26px;
  }
}
/* /c26 service-cm centered hero actual classes */

/* Linked service cards */
.service-cm-section--services .service-tile.is-linked {
  border: 1px solid transparent;
  box-shadow: none;
  cursor: pointer;
  transition: border-color .2s ease;
}

.service-cm-section--services .service-tile.is-linked .service-tile__link {
  display: block;
  min-height: 100%;
}

.service-cm-section--services .service-tile.is-linked:hover,
.service-cm-section--services .service-tile.is-linked:focus-within {
  border-color: #0757af;
}

.service-cm-section--services .service-tile__link:focus-visible {
  outline: none;
}

.service-cm-section--services .service-tile.is-pending {
  border-color: #dceaf4;
  box-shadow: none;
}

.service-cm-section--services .service-tile.is-disabled {
  border: 1px solid #c8cdd1;
  background: #eef0f1;
  box-shadow: none;
  color: #8a9095;
  cursor: default;
}

.service-cm-section--services .service-tile.is-disabled .service-tile__num,
.service-cm-section--services .service-tile.is-disabled h3,
.service-cm-section--services .service-tile.is-disabled p {
  color: #8a9095;
}

.service-cm-section--services .service-tile.is-disabled::after,
.service-cm-section--services .service-tile.is-disabled .service-tile__num::after,
.service-cm-section--services .service-tile.is-disabled h3::after {
  background: #b8bdc2;
  border-color: #b8bdc2;
}

/* Heading weight refinements */
.service-cm-section--solution .solution-intro__issues h3,
.service-cm-section--solution .solution-card > h3 {
  font-weight: 600;
}

.service-cm-section--solution .solution-intro__process li,
.service-cm-section--solution .solution-card__chips b,
.service-cm-section--services .service-tile h3 {
  font-weight: 700;
}

/* Main section heading refinements */
.service-cm-pitfall h2,
.service-cm-heading {
  font-weight: 700;
}

@media (min-width: 768px) {
  .service-cm-section--insight .service-cm-split {
    align-items: center;
  }

  .service-cm-section--insight .service-cm-heading {
    margin-bottom: 22px;
    font-size: 38px;
    line-height: 1.4;
  }

  .service-cm-section--insight .insight-box {
    border-radius: 12px;
  }

  .service-cm-section--insight .insight-box h3 {
    padding: 20px 24px;
    font-size: 21px;
    letter-spacing: 0.02em;
  }

  .service-cm-section--insight .insight-box ul {
    gap: 18px;
    padding: 30px 34px;
  }

  .service-cm-section--insight .insight-box li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
    padding-left: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
  }

  .service-cm-section--insight .insight-box li::before {
    position: static;
    margin-top: 1px;
  }

  .service-cm-section--solution .solution-card {
    display: flex;
    flex-direction: column;
  }

  .service-cm-section--solution .solution-card h3 {
    margin-bottom: 0;
  }

  .service-cm-section--solution .solution-card__desc {
    flex: 1 1 auto;
    margin-top: 22px;
  }

  .service-cm-section--solution .solution-card__chips {
    margin-top: 24px;
  }

  .service-cm-section--insight {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .service-cm-section--services {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .service-cm-section--solution {
    background:
      radial-gradient(circle at 50% 18%, rgba(1, 119, 180, .16), rgba(1, 119, 180, 0) 40%),
      linear-gradient(180deg, #e7f4fb 0%, #f4fbfe 62%, #fff 100%);
  }

  .phase-table__image {
    width: min(100%, 1000px);
    margin-right: auto;
    margin-left: auto;
  }

  .service-cm-pitfall {
    padding-top: 24px;
    padding-bottom: 26px;
  }

  .service-cm-pitfall__inner {
    padding: 30px 48px 28px;
  }

  .service-cm-pitfall h2 {
    margin-bottom: 18px;
    font-size: 36px;
  }

  .service-cm-pitfall__text p {
    line-height: 1.75;
    text-align: left;
  }

  .service-cm-pitfall__text {
    max-width: 900px;
    text-align: left;
  }

  .service-cm-section .service-cm-heading {
    font-size: 43px;
  }

  .service-cm-section--insight .service-cm-heading {
    font-size: 40px;
  }

  .service-cm-section--solution .service-cm-heading {
    font-size: 48px;
  }

  .service-cm-section--services .service-cm-heading,
  .service-cm-section--services .service-cm-heading--light {
    font-size: 40px;
  }
}

/* Keep H2 headings slightly stronger than the other text */
.service-cm h2,
.service-cm h2 span {
  font-weight: 700;
}

/* Typography hierarchy: body 400, card headings 600, section headings 700, key heading 800 */
.service-cm-hero h1 .service-cm__hero-key {
  font-weight: 700;
}

.service-cm-hero .service-cm__description span {
  font-weight: 600;
}

.service-cm-section--solution .service-cm-heading {
  font-weight: 800;
}

.service-cm-section--insight .insight-box h3,
.service-cm-section--result .phase-table h3,
.service-cm-section--solution .solution-intro__issues h3,
.service-cm-section--solution .solution-intro__process h3,
.service-cm-section--solution .solution-card > h3,
.service-cm-section--services .service-tile h3 {
  font-weight: 600;
}

/* Remove the short decorative line from H2 headings */
.service-cm h2::after {
  display: none !important;
  content: none !important;
}

/* Keep the provided-service card titles lighter than section H2 headings */
.service-cm .service-cm-section--services .service-tile h3 {
  font-weight: 600;
}

/* Shift the solution-card bullet lists slightly right on mobile */
@media (max-width: 767px) {
  .service-cm .service-cm-section--solution .solution-card__desc {
    box-sizing: border-box;
    padding-left: 8px;
  }
}

/* Nudge the pitfall conclusion icon right on desktop */
@media (min-width: 768px) {
  .service-cm .service-cm-pitfall__conclusion {
    margin-top: 18px !important;
    font-size: 18px !important;
  }

  .service-cm .service-cm-pitfall__conclusion > span {
    margin-left: 28px;
  }

  .service-cm .service-cm-pitfall__conclusion::before {
    width: 42px;
    height: 42px;
    outline: 6px solid #fffdf6;
    transform: translateX(40px);
  }

  .service-cm .service-cm-section--solution .solution-intro__issues article > figure {
    width: 86px;
    height: 86px;
  }

  .service-cm .service-cm-section--solution .solution-card__desc {
    box-sizing: border-box;
    padding-left: 10px;
  }

  .service-cm .service-cm-section--solution .solution-intro__process h3 {
    gap: 32px;
    font-size: 28px;
  }
}

/* Use a uniform background for the provided-services section */
.service-cm .service-cm-section--services {
  background: #f0f7fc;
}

@media (min-width: 981px) {
  .service-cm-section--insight {
    padding-top: 52px;
    padding-bottom: 54px;
  }
}
