body.service-page {
  background:
    radial-gradient(circle at 1px 1px, rgba(36, 87, 166, .03) 1px, transparent 1.3px),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f8 50%, #f7f9fc 100%);
  background-size: 40px 40px, auto;
}

.service-page .service-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(420px, 48vw, 550px);
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, #fff 0%, #f2f6fa 58%, #edf6f7 100%);
}

.service-page .service-hero__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.service-page .service-hero__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(248, 251, 253, .99) 0%, rgba(248, 251, 253, .98) 27%, rgba(248, 251, 253, .90) 42%, rgba(248, 251, 253, .58) 55%, rgba(248, 251, 253, .12) 70%, rgba(248, 251, 253, 0) 82%);
}

.service-page .service-hero__inner {
  position: relative;
  z-index: 2;
  width: var(--tb-shell);
  /*padding-top: clamp(42px, 6vw, 40px);
  padding-bottom: clamp(46px, 7vw, 86px);*/
}

.service-page .service-hero__content {
  width: min(600px, 52%);
}

.service-page .service-hero .breadcrumb {
  margin-bottom: 42px;
}

.service-page .service-hero__title-accent {
  color: var(--platform-accent);	
}

.service-page .service-hero__lead {
  max-width: 570px;
	margin-top: 24px; 
	color: var(--tb-ink); 
	font-size: 1.08rem; 
	line-height: 1.85; 
}

.service-page .service-hero__lead p {
  margin: 0;
}

.service-page .service-hero__lead p + p {
  margin-top: 14px;
}

.service-page .service-lineup__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.service-page .service-detail-hero__title-nowrap {
  white-space: nowrap;
}

.service-page .service-lineup-card,
.service-page .service-product,
.service-page .introduction-flow__step {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(122, 145, 168, .22);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .99), rgba(247, 250, 252, .96));
  box-shadow: 0 16px 36px rgba(25, 48, 76, .07);
}

.service-page .service-lineup-card {
  display: flex;
  min-width: 0;
  min-height: 370px;
  height: 100%;
  grid-column: span 2;
  flex-direction: column;
  color: var(--tb-ink);
  text-decoration: none;
}

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

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

.service-page .service-lineup-card__head {
  padding: 24px 0px 18px 24px;
  background: #fff;
}

.service-page .service-lineup-card__titleRow {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-items: center;
}

.service-page .service-lineup-card__titleGroup {
  display: contents;
}

.service-page .service-lineup-card__number {
  grid-column: 1;
  grid-row: 1;
  flex: 0 0 auto;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
}

.service-page .service-lineup-card__head .service-lineup-card__label {
  grid-column: 2;
  grid-row: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: 44px;
  margin: 4px 0 0;
  object-fit: contain;
  object-position: left center;
}

.service-page .service-lineup-card__titleJa {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 10px 0 0 !important;
  color: var(--tb-ink) !important;
  font-size: .95rem !important;
  line-height: 1.6 !important;
}

.service-page .service-lineup-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef3f8;
}

.service-page .service-lineup-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-page .service-lineup-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px;
  justify-content: flex-start;
  min-height: 0;
  padding: 24px 24px 26px;
  background: var(--lineup-body, #f1f6fa);
  color: var(--lineup-ink, var(--tb-muted));
}

.service-page .service-lineup-card--community { --lineup-body: #e9f8f8; --lineup-ink: #175f68; }
.service-page .service-lineup-card--association { --lineup-body: #eef3ff; --lineup-ink: #214d91; }
.service-page .service-lineup-card--business { --lineup-body: #edf8f2; --lineup-ink: #246d52; }
.service-page .service-lineup-card--dx { --lineup-body: #f3effc; --lineup-ink: #5d479f; }
.service-page .service-lineup-card--new-business { --lineup-body: #fff3e9; --lineup-ink: #9b5b32; }

.service-page .service-lineup-card__body p {
  color: var(--lineup-ink, var(--tb-muted));
}

.service-page .service-lineup-card__body .service-lineup-card__target strong {
  color: var(--lineup-ink, var(--tb-ink));
}

.service-page .service-lineup-card__body .service-lineup-card__features {
  margin-top: auto;
  padding-top: 4px;
}

.service-page .service-lineup-card__body .service-lineup-card__features span {
  border-color: color-mix(in srgb, var(--lineup-ink) 18%, transparent);
  background: rgba(255, 255, 255, .62);
  color: var(--lineup-ink);
}

.service-page .service-lineup-card__body .service-lineup-card__link {
  margin-top: 0;
  color: var(--lineup-ink);
}

.service-page .service-lineup-card::before,
.service-page .service-product::before,
.service-page .introduction-flow__step::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--service-accent, var(--tb-cyan));
  pointer-events: none;
}

.service-page .service-lineup-card--community,
.service-page .service-product--community { --service-accent: #23a6b5; }
.service-page .service-lineup-card--association,
.service-page .service-product--association { --service-accent: #2457a6; }
.service-page .service-lineup-card--business,
.service-page .service-product--business { --service-accent: #2c9b73; }
.service-page .service-lineup-card--dx,
.service-page .service-product--dx { --service-accent: #7656d6; }
.service-page .service-lineup-card--new-business,
.service-page .service-product--new-business { --service-accent: #d97a45; }

.service-page .service-lineup-card__number,
.service-page .service-product__number {
  color: var(--service-accent, var(--tb-blue));
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.service-page .service-lineup-card__label,
.service-page .service-product__label {
  margin-top: 8px;
  color: var(--service-accent, var(--tb-blue));
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.4;
}

.service-page .service-lineup-card h3 {
  margin: 15px 0 0;
  font-size: 1.18rem;
  line-height: 1.45;
}

.service-page .service-lineup-card p {
  margin: 14px 0 0;
  color: var(--tb-muted);
  line-height: 1.75;
}

.service-page .service-lineup-card__target strong {
  display: block;
  margin-bottom: 3px;
  color: var(--tb-ink);
  font-size: .78rem;
}

.service-page .service-lineup-card__features,
.service-page .service-product__target {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.service-page .service-lineup-card__features {
  margin-top: auto;
  padding-top: 18px;
}

.service-page .service-lineup-card__features span,
.service-page .service-product__target span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border: 1px solid rgba(122, 145, 168, .18);
  border-radius: 999px;
  background: rgba(239, 246, 250, .86);
  color: var(--tb-muted);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.3;
}

.service-page .service-lineup-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--service-accent, var(--tb-blue));
  font-size: .84rem;
  font-weight: 800;
}

.service-page .service-lineup-card__link::after {
  content: "→";
}

.service-page .service-products {
  display: grid;
  gap: 30px;
  margin-top: 38px;
}

.service-page .service-product {
  scroll-margin-top: 110px;
  padding: clamp(28px, 4vw, 48px);
}

.service-page .service-product__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 15px;
  align-items: baseline;
  text-align: left;
}

.service-page .service-product__header .service-product__number {
  grid-column: 1;
  grid-row: 1;
}

.service-page .service-product__header h3 {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 13px 0 0;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  line-height: 1.45;
}

.service-page .service-product__header .service-product__label {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}

.service-page .service-product__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 68px);
  margin-top: 30px;
}

.service-page .service-product__summary,
.service-page .service-product__grid > div:last-child {
  min-width: 0;
}

.service-page .service-product h4 {
  margin: 0 0 10px;
  color: var(--tb-ink);
  font-size: .93rem;
}

.service-page .service-product h4:not(:first-child) {
  margin-top: 25px;
}

.service-page .service-product__summary p,
.service-page .service-product__issues,
.service-page .service-product__features {
  color: var(--tb-muted);
  line-height: 1.8;
}

.service-page .service-product__summary p {
  margin: 0;
}

.service-page .service-product__target {
  margin-top: 4px;
}

.service-page .service-product__issues,
.service-page .service-product__features {
  padding: 20px;
  border: 1px solid rgba(122, 145, 168, .16);
  border-radius: 14px;
  background: rgba(242, 247, 250, .70);
}

.service-page .service-product__features {
  margin-top: 16px;
}

.service-page .service-product__issues ul,
.service-page .service-product__features ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-page .service-product__issues li,
.service-page .service-product__features li {
  position: relative;
  padding-left: 17px;
}

.service-page .service-product__issues li::before,
.service-page .service-product__features li::before {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  width: 6px;
  height: 6px;
  border: 1px solid var(--service-accent, var(--tb-blue));
  border-radius: 50%;
}

.service-page .service-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(122, 145, 168, .16);
}

.service-page .service-comparison__table-wrap {
  overflow-x: auto;
  margin-top: 36px;
  border: 1px solid rgba(122, 145, 168, .20);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(25, 48, 76, .06);
}

.service-page .service-comparison__table {
  width: 100%;
  border-collapse: collapse;
  color: var(--tb-muted);
  font-size: .91rem;
  line-height: 1.65;
  text-align: left;
}

.service-page .service-comparison__table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.service-page .service-comparison__table th,
.service-page .service-comparison__table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(122, 145, 168, .16);
  vertical-align: top;
}

.service-page .service-comparison__table thead th {
  background: #edf3f8;
  color: var(--tb-ink);
  font-size: .83rem;
  font-weight: 800;
}

.service-page .service-comparison__table tbody tr:last-child th,
.service-page .service-comparison__table tbody tr:last-child td {
  border-bottom: 0;
}

.service-page .service-comparison__table tbody th {
  min-width: 190px;
  color: var(--tb-ink);
  font-weight: 800;
}

.service-page .service-comparison__logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.service-page .common-platform {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(35, 166, 181, .18), transparent 32%),
    linear-gradient(135deg, #132b4c 0%, #173c68 58%, #123746 100%);
  color: #fff;
}

.service-page .common-platform::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #2457a6, #35c9dd, #ff925d);
  pointer-events: none;
}

.service-page .common-platform > .site-shell {
  position: relative;
  z-index: 1;
}

.service-page .common-platform .section-label,
.service-page .common-platform .section-title,
.service-page .common-platform__lead {
  color: #eef3ff;
}

.service-page .common-platform__lead {
  max-width: 926px;
  margin-top: 22px;
  line-height: 1.85;
}

.service-page .common-platform__grid,
.service-page .introduction-flow__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.service-page .common-platform__point {
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
}

.service-page .common-platform__point > span,
.service-page .introduction-flow__number {
  color: #7bd9e4;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .12em;
}

.service-page .common-platform__point h3,
.service-page .introduction-flow__step h3 {
  margin: 13px 0 0;
  font-size: 1.38rem;
  line-height: 1.5;
}

.service-page .common-platform__point h3 {
  color: #fff;
}

.service-page .common-platform__point p {
  margin: 10px 0 0;
  color: rgba(238, 243, 255, .76);
  line-height: 1.75;
}

.service-page .common-platform .site-button {
  margin-top: 28px;
}

.service-page .introduction-flow {
  background: linear-gradient(180deg, rgba(255, 255, 255, .56), rgba(237, 244, 248, .52));
}

.service-page .introduction-flow__step {
  padding: 23px 21px;
}

.service-page .introduction-flow__step:nth-child(2) {
  --service-accent: #2457a6;
}

.service-page .introduction-flow__step:nth-child(3) {
  --service-accent: #2c9b73;
}

.service-page .introduction-flow__step p {
  margin: 11px 0 0;
  color: var(--tb-muted);
  line-height: 1.75;
}

.service-page .service-consultation {
  background: linear-gradient(135deg, #edf5fb 0%, #f8fafc 58%, #eff8f6 100%);
}

.service-page .service-consultation__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 32px clamp(24px, 5vw, 48px);
  border: 1px solid rgba(36, 87, 166, .16);
  border-left: 5px solid var(--tb-blue);
  border-radius: 20px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 16px 36px rgba(25, 48, 76, .06);
}

.service-page .service-consultation__content h2 {
  margin: 10px 0 0;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  line-height: 1.5;
}

.service-page .service-consultation__content p:not(.section-label) {
  max-width: 780px;
  margin: 15px 0 0;
  color: var(--tb-muted);
  line-height: 1.8;
}

.service-page .service-consultation__actions {
  display: flex;
  justify-content: flex-end;
}

.service-page a:focus-visible {
  outline: 3px solid rgba(35, 166, 181, .36);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .service-page .service-lineup-card,
  .service-page .introduction-flow__step {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .service-page .service-lineup-card:hover,
  .service-page .introduction-flow__step:hover {
    transform: translateY(-2px);
    border-color: rgba(36, 87, 166, .28);
    box-shadow: 0 22px 44px rgba(25, 48, 76, .10);
  }
}

@media (max-width: 1200px) {
  .service-page .service-hero__content {
    width: min(560px, 56%);
  }

  .service-page .service-hero__overlay {
    background: linear-gradient(90deg, rgba(248, 251, 253, .99) 0%, rgba(248, 251, 253, .98) 34%, rgba(248, 251, 253, .82) 52%, rgba(248, 251, 253, .28) 70%, rgba(248, 251, 253, 0) 86%);
  }
}

@media (max-width: 900px) {
  .service-page .service-lineup__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-page .service-lineup-card {
    grid-column: auto;
  }

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

@media (max-width: 960px) {
  .service-page .service-product__grid,
  .service-page .service-consultation__inner {
    grid-template-columns: 1fr;
  }

  .service-page .service-consultation__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .service-page .service-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0;
    background: linear-gradient(180deg, #fff 0%, #f1f6fa 100%);
  }

  .service-page .service-hero__inner {
    position: relative;
    z-index: 2;
    order: 1;
    padding-top: 26px;
    padding-bottom: 0;
  }

  .service-page .service-hero__content {
    width: 100%;
    max-width: 680px;
  }

  .service-page .service-hero__overlay {
    display: none;
  }

  .service-page .service-hero__media {
    position: relative;
    z-index: 1;
    order: 2;
    inset: auto;
    width: 100%;
    height: auto;
    margin-top: clamp(-170px, -34vw, -110px);
    overflow: hidden;
    background: #f4f8fb;
  }

  .service-page .service-hero__media::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0 0 auto;
    height: 48%;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .84) 26%, rgba(255, 255, 255, .38) 66%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }

  .service-page .service-hero__media img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: contain;
    object-position: center top;
  }

  .service-page .service-hero .breadcrumb {
    margin-bottom: 24px;
  }

  .service-page .service-hero .page-hero__title {
    max-width: none;
  }

  .service-page .service-hero__lead {
    margin-top: 20px;
  }

  .service-page .service-hero__lead p + p {
    margin-top: 12px;
  }

  .service-page .service-hero__media img {
    aspect-ratio: 4.5 / 5;
    object-fit: cover;
    object-position: center center;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .service-page .service-hero__media {
    display: flex;
    align-items: center;
    background: #f4f8fb;
  }

  .service-page .service-hero__media img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center center;
  }
}

@media (max-width: 400px) {
  .service-page .service-hero .page-hero__title {
    font-size: clamp(2rem, 10vw, 2.6rem);
  }
}

@media (max-width: 760px) {
  body.service-page {
    background-size: 44px 44px, auto;
  }

  .service-page .service-hero .breadcrumb {
    margin-bottom: 28px;
  }

  .service-page .service-lineup-card {
    min-height: 0;
  }

  .service-page .service-product {
    padding: 28px 22px;
  }

  .service-page .service-product__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .service-page .service-product__actions > a,
  .service-page .common-platform .site-button,
  .service-page .service-consultation__actions .site-button {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    justify-content: center;
  }

  .service-page .service-comparison__table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .service-page .service-comparison__table,
  .service-page .service-comparison__table tbody,
  .service-page .service-comparison__table tr,
  .service-page .service-comparison__table td,
  .service-page .service-comparison__table th {
    display: block;
    width: 100%;
  }

  .service-page .service-comparison__table thead {
    display: none;
  }

  .service-page .service-comparison__table tr {
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid rgba(122, 145, 168, .20);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(25, 48, 76, .06);
  }

  .service-page .service-comparison__table tbody tr:last-child {
    margin-bottom: 0;
  }

  .service-page .service-comparison__table tbody th,
  .service-page .service-comparison__table tbody td {
    min-width: 0;
    padding: 8px 0 8px 7.5em;
    border-bottom: 0;
  }

  .service-page .service-comparison__table tbody th {
    padding: 0 0 12px;
    color: var(--tb-ink);
    font-size: 1rem;
  }

  .service-page .service-comparison__logo {
    height: 48px;
  }

  .service-page .service-comparison__table tbody td {
    position: relative;
  }

  .service-page .service-comparison__table tbody td::before {
    content: attr(data-label);
    position: absolute;
    top: 8px;
    left: 0;
    width: 6.8em;
    color: var(--tb-ink);
    font-size: .75rem;
    font-weight: 800;
    text-align: center;
    padding-left: 10px;    
}

}

@media (max-width: 600px) {
  .service-page .service-lineup__grid {
    grid-template-columns: 1fr;
  }

  .service-page .common-platform__grid,
  .service-page .introduction-flow__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-page .service-lineup-card,
  .service-page .introduction-flow__step {
    transition: none;
  }
}

.service-page .service-product--community { --service-accent: #23a6b5; --service-accent-rgb: 35, 166, 181; }
.service-page .service-product--association { --service-accent: #2457a6; --service-accent-rgb: 36, 87, 166; }
.service-page .service-product--business { --service-accent: #2c9b73; --service-accent-rgb: 44, 155, 115; }
.service-page .service-product--dx { --service-accent: #7656d6; --service-accent-rgb: 118, 86, 214; }
.service-page .service-product--new-business { --service-accent: #d97a45; --service-accent-rgb: 217, 122, 69; }

.service-page .service-products {
  gap: clamp(36px, 5vw, 64px);
}

.service-page .service-product {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(122, 145, 168, .20);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .99), rgba(248, 251, 253, .97));
  box-shadow: 0 20px 48px rgba(25, 48, 76, .08);
}

.service-page .service-product::before {
  height: 5px;
  background: var(--service-accent);
}

.service-page .service-product:nth-child(even) {
  background: linear-gradient(145deg, rgba(244, 248, 252, .99), rgba(255, 255, 255, .99));
}

.service-page .service-product__header {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "number label" "number title";
  align-items: center;
  column-gap: 20px;
  padding: clamp(28px, 4vw, 42px) clamp(24px, 4vw, 44px) 24px;
  border-bottom: 1px solid rgba(var(--service-accent-rgb), .18);
}

.service-page .service-product__header .service-product__number {
  grid-area: number;
  font-size: clamp(3rem, 5vw, 4.6rem);
  font-weight: 300;
  line-height: 1;
}

.service-page .service-product__header .service-product__label {
  grid-area: label;
  color: var(--service-accent);
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.4;
}

.service-page .service-product__header h3 {
  grid-area: title;
  margin: 6px 0 0;
  color: var(--tb-ink);
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  line-height: 1.35;
}

.service-page .service-product__grid {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 48px);
  margin-top: 0;
  padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 44px);
}

.service-page .service-product__summary h4,
.service-page .service-product__issues h4,
.service-page .service-product__features h4 {
  margin: 0 0 12px;
  color: var(--tb-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
}

.service-page .service-product__summary h4 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-page .service-product__summary h4::before {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: var(--service-accent);
}

.service-page .service-product__summary h4:not(:first-child) {
  margin-top: 28px;
}

.service-page .service-product__issues,
.service-page .service-product__features {
  padding: clamp(20px, 3vw, 26px);
  border: 1px solid rgba(var(--service-accent-rgb), .16);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(var(--service-accent-rgb), .035));
  box-shadow: none;
}

.service-page .service-product__features {
  margin-top: 18px;
}

.service-page .service-product__issues ul,
.service-page .service-product__features ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-page .service-product__issues li,
.service-page .service-product__features li {
  position: relative;
  padding-left: 20px;
  line-height: 1.7;
}

.service-page .service-product__issues li::before,
.service-page .service-product__features li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  background: var(--service-accent);
}

.service-page .service-product__target {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-page .service-product__target span {
  padding: 6px 11px;
  border: 1px solid rgba(var(--service-accent-rgb), .20);
  border-radius: 999px;
  background: rgba(var(--service-accent-rgb), .07);
  color: var(--tb-ink);
  font-size: .86rem;
  line-height: 1.4;
}

.service-page .service-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
  padding: 24px clamp(24px, 4vw, 44px) clamp(28px, 4vw, 38px);
  border-top: 1px solid rgba(var(--service-accent-rgb), .16);
}

.service-page .service-comparison__logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: 48px;
  margin: 0;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 960px) {
  .service-page .service-product__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .service-page .service-product {
    border-radius: 18px;
  }

  .service-page .service-product__header {
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 14px;
    padding: 24px 20px 20px;
  }

  .service-page .service-product__header .service-product__number {
    font-size: 2.8rem;
  }

  .service-page .service-product__grid {
    gap: 24px;
    padding: 24px 20px;
  }

  .service-page .service-product__issues,
  .service-page .service-product__features {
    padding: 18px;
  }

  .service-page .service-product__actions {
    flex-direction: column;
    padding: 20px;
  }

  .service-page .service-product__actions a {
    width: 100%;
  }

  .service-page .service-comparison__table,
  .service-page .service-comparison__table tbody,
  .service-page .service-comparison__table tr,
  .service-page .service-comparison__table th,
  .service-page .service-comparison__table td {
    display: block;
    width: 100%;
  }

  .service-page .service-comparison__table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .service-page .service-comparison__table tbody {
    display: grid;
    gap: 18px;
  }

  .service-page .service-comparison__table tr {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(122, 145, 168, .20);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(25, 48, 76, .06);
  }

  .service-page .service-comparison__table th[scope="row"] {
    padding: 20px;
    border-bottom: 1px solid rgba(122, 145, 168, .14);
  }

  .service-page .service-comparison__table td {
    display: grid;
    grid-template-columns: minmax(92px, .42fr) minmax(0, .58fr);
    gap: 14px;
    padding: 12px 18px;
    border: 0;
    text-align: left;
  }

  .service-page .service-comparison__table td + td {
    border-top: 1px solid rgba(122, 145, 168, .1);
  }

.service-page .service-comparison__table td::before {
    content: attr(data-label);
    color: var(--tb-muted);
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.5;
  }
}

.service-page .service-use-cases-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 28px clamp(24px, 4vw, 44px);
  border: 1px solid rgba(36, 87, 166, .16);
  border-left: 4px solid var(--tb-cyan);
  border-radius: 18px;
  background: linear-gradient(135deg, #f4f9fc, #fff);
}

.service-page .service-use-cases-guide__content .section-title { margin-top: 8px; font-size: clamp(1.35rem, 2.5vw, 1.8rem); }
.service-page .service-use-cases-guide__content p:not(.section-label) { margin: 12px 0 0; color: var(--tb-muted); line-height: 1.8; }
.service-page .service-use-cases-guide__action .site-button { white-space: nowrap; }

@media (max-width: 640px) {
  .service-page .service-use-cases-guide { grid-template-columns: 1fr; gap: 20px; }
  .service-page .service-use-cases-guide__action .site-button { width: 100%; justify-content: center; }
}
