/* qr-checkin LP: event-checkin をベースにした最小差分 */

:root {
  --pp-usecase-nav-cta-bg: var(--pp-green);
  --pp-usecase-nav-cta-hover-bg: var(--pp-green-dark);
}

@media (max-width: 767.98px) {
  #aboutus .mainvisual-message__heading { font-size: clamp(28px, 8.5vw, 38px); }
}

.pp-feature-stories {
  margin-top: clamp(48px, 7vw, 84px);
}

.pp-feature-story {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
  padding: clamp(54px, 8vw, 96px) 0;
  border-bottom: 1px solid #e1ece7;
}

.pp-feature-story:first-child { padding-top: 0; }
.pp-feature-story:last-child { padding-bottom: 30px; border-bottom: 0; }
.pp-feature-story--reverse .pp-feature-story__copy { order: 2; }
.pp-feature-story--reverse .pp-feature-story__visual { order: 1; }

.pp-feature-story__copy { min-width: 0; }
.pp-feature-story__label {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 2px solid #65c7aa;
  color: #238a6b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
}
.pp-feature-story__title {
  margin: 22px 0 20px;
  color: #132f24;
  font-size: clamp(30px, 3.1vw, 43px);
  line-height: 1.42;
  letter-spacing: .01em;
}
.pp-feature-story__text {
  margin: 0;
  color: #52635a;
  font-size: 1.17rem;
  line-height: 1.95;
}
.pp-feature-story__points {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.pp-feature-story__points li {
  position: relative;
  padding-left: 28px;
  color: #2e473b;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.65;
}
.pp-feature-story__points li::before {
  position: absolute;
  top: .08em;
  left: 0;
  color: #24a27d;
  content: "✓";
}

.pp-feature-story__visual {
  position: relative;
  min-width: 0;
  min-height: 420px;
  overflow: hidden;
  border-radius: 48px;
  background: radial-gradient(circle at 76% 18%, rgba(183, 239, 203, .68), transparent 30%), linear-gradient(135deg, #f5fbf8 0%, #e2f5ed 100%);
}

.pp-data-link-visual {
  display: block;
  min-height: 460px;
  padding: 0;
}
.pp-data-link-visual::before,
.pp-data-link-visual::after {
  position: absolute;
  border: 1px solid rgba(40, 155, 119, .17);
  border-radius: 50%;
  content: "";
}
.pp-data-link-visual::before { width: 230px; height: 230px; top: -105px; right: -75px; }
.pp-data-link-visual::after { width: 160px; height: 160px; bottom: -80px; left: -50px; }
.pp-system-loop__paths {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.pp-system-loop__paths > path {
  fill: none;
  stroke: rgba(39, 161, 125, .34);
  stroke-linecap: round;
  stroke-width: 2.2;
}
.pp-system-loop__paths marker path { fill: #35aa85; stroke: none; }
.pp-system-loop__node {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pp-system-loop__node--company {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 220px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(-50%);
}
.pp-system-loop__node > span {
  margin-bottom: 10px;
  color: #289775;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}
.pp-system-loop__node--company strong { margin-top: 12px; color: #203d31; font-size: 27px; line-height: 1.35; }
.pp-system-loop__photo {
  width: 100%;
  height: 168px;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: #edf7f3;
  box-shadow: 0 18px 38px rgba(31, 83, 64, .16);
}
.pp-system-loop__photo img { width: 100%; height: 100%; object-fit: cover; }
.pp-system-loop__node--company .pp-system-loop__photo img { object-position: center 58%; }
.pp-system-loop__node--pp .pp-system-loop__photo img { object-position: center 52%; }
.pp-system-loop__node--pp {
  position: absolute;
  top: 50%;
  right: 3%;
  width: 230px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #203d31;
  box-shadow: none;
  transform: translateY(-50%);
}
.pp-system-loop__node--pp > span { color: #168365; }
.pp-system-loop__node--pp strong { margin-top: 12px; color: #203d31; font-size: 20px; line-height: 1.35; }
.pp-system-loop__label {
  position: absolute;
  z-index: 3;
  left: 50%;
  padding: 5px 13px;
  border-radius: 999px;
  background: #e9f7f1;
  color: #237f63;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  transform: translateX(-50%);
  white-space: nowrap;
}
.pp-system-loop__label i { font-style: normal; }
.pp-system-loop__label i {
  display: inline-grid;
  width: 19px;
  height: 19px;
  margin-right: 7px;
  place-items: center;
  border-radius: 50%;
  background: #ccecdf;
  color: #197c5e;
  font-size: 10px;
}
.pp-system-loop__label--top { top: 38px; }
.pp-system-loop__label--bottom { bottom: 34px; }

.pp-operation-visual { min-height: 560px; }
.pp-operation-visual::before {
  position: absolute;
  z-index: 0;
  top: 150px;
  left: 50%;
  width: 364px;
  height: 364px;
  border: 1px dashed rgba(30, 150, 113, .28);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}
.pp-operation-visual__orbit {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
}
.pp-operation-visual__orbit {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, .9);
  background: #fff;
  box-shadow: 0 16px 34px rgba(35, 88, 67, .16);
}
.pp-operation-visual__orbit > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pp-operation-visual__caption {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 8px;
  left: 8px;
  display: flex;
  padding: 9px 8px 10px;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 5px 14px rgba(24, 69, 52, .12);
  backdrop-filter: blur(3px);
}
.pp-operation-visual__caption strong { color: #203d31; font-size: 19px; line-height: 1.25; }
.pp-operation-visual__caption small { margin-top: 2px; color: #66786f; font-size: 10px; line-height: 1.3; }
.pp-operation-visual__orbit--event { top: 40px; left: 50%; width: 220px; height: 220px; transform: translateX(-50%); }
.pp-operation-visual__orbit--regular { right: 5%; bottom: 35px; width: 220px; height: 220px; }
.pp-operation-visual__orbit--daily { bottom: 35px; left: 5%; width: 220px; height: 220px; }

.pp-delivery-visual {
  min-height: 520px;
  background: #eaf7f2;
}
.pp-delivery-visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(231, 247, 241, .18) 64%, rgba(231, 247, 241, .78) 100%);
  content: "";
  pointer-events: none;
}
.pp-delivery-visual__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
}
.pp-delivery-visual__channels {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.pp-delivery-visual__channel {
  display: flex;
  min-height: 92px;
  padding: 16px 18px;
  gap: 13px;
  align-items: center;
  border: 1px solid rgba(31, 122, 94, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 15px 34px rgba(26, 75, 58, .15);
  backdrop-filter: blur(6px);
}
.pp-delivery-visual__icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border-radius: 15px;
  background: #e6f5ef;
}
.pp-delivery-visual__channel--line .pp-delivery-visual__icon { background: #e8f8ed; }
.pp-delivery-visual__icon img { width: 29px; height: 29px; object-fit: contain; }
.pp-delivery-visual__channel > span:last-child { display: flex; flex-direction: column; }
.pp-delivery-visual__channel small { color: #65766d; font-size: 11px; font-weight: 700; line-height: 1.4; }
.pp-delivery-visual__channel strong { margin-top: 2px; color: #173a2c; font-size: 18px; line-height: 1.35; }

@media (max-width: 1100px) {
  .pp-feature-story { grid-template-columns: 1fr; gap: 36px; }
  .pp-feature-story__copy { max-width: 720px; }
  .pp-feature-story--reverse .pp-feature-story__copy { order: 1; }
  .pp-feature-story--reverse .pp-feature-story__visual { order: 2; }
}

@media (max-width: 620px) {
  .pp-feature-story { padding: 52px 0; }
  .pp-feature-story__title { font-size: 29px; }
  .pp-feature-story__text { font-size: 1.08rem; }
  .pp-feature-story__visual { min-height: 430px; border-radius: 28px; }
  .pp-data-link-visual { min-height: 390px; padding: 0; }
  .pp-system-loop__node--company { left: 2%; width: 150px; min-height: 0; padding: 0; border-radius: 0; }
  .pp-system-loop__node--company strong { margin-top: 8px; font-size: 21px; }
  .pp-system-loop__node--pp { right: 2%; width: 158px; min-height: 0; padding: 0; border-width: 0; border-radius: 0; }
  .pp-system-loop__node--pp strong { margin-top: 8px; font-size: 14px; }
  .pp-system-loop__photo { height: 120px; border-radius: 16px; box-shadow: 0 12px 25px rgba(31, 83, 64, .14); }
  .pp-system-loop__node > span { margin-bottom: 7px; font-size: 9px; }
  .pp-system-loop__label { padding: 4px 9px; font-size: 10px; }
  .pp-system-loop__label i { width: 16px; height: 16px; margin-right: 5px; font-size: 8px; }
  .pp-system-loop__label--top { top: 34px; }
  .pp-system-loop__label--bottom { bottom: 31px; }
  .pp-operation-visual { min-height: 440px; }
  .pp-operation-visual::before { top: 112px; width: 250px; height: 250px; }
  .pp-operation-visual__orbit { width: 152px; height: 152px; border-width: 5px; }
  .pp-operation-visual__caption { right: 5px; bottom: 5px; left: 5px; padding: 5px 5px 6px; border-radius: 12px; }
  .pp-operation-visual__caption strong { font-size: 14px; }
  .pp-operation-visual__caption small { font-size: 8px; }
  .pp-operation-visual__orbit--event { top: 32px; left: 50%; width: 160px; height: 160px; }
  .pp-operation-visual__orbit--regular { right: 4%; bottom: 32px; width: 152px; height: 152px; }
  .pp-operation-visual__orbit--daily { bottom: 32px; left: 4%; width: 152px; height: 152px; }
  .pp-delivery-visual { min-height: 450px; }
  .pp-delivery-visual__photo { object-position: 57% center; }
  .pp-delivery-visual::after { background: linear-gradient(180deg, rgba(231, 247, 241, .2) 35%, rgba(231, 247, 241, .9) 76%, #e7f7f1 100%); }
  .pp-delivery-visual__channels {
    right: 18px;
    bottom: 18px;
    left: 18px;
    gap: 9px;
  }
  .pp-delivery-visual__channel { min-height: 86px; padding: 12px 9px; gap: 8px; border-radius: 16px; }
  .pp-delivery-visual__icon { width: 39px; height: 39px; flex-basis: 39px; border-radius: 12px; }
  .pp-delivery-visual__icon img { width: 23px; height: 23px; }
  .pp-delivery-visual__channel small { font-size: 8px; }
  .pp-delivery-visual__channel strong { font-size: 13px; }
}

.pp-checkin-comparison { margin-top: 36px; }
.pp-checkin-comparison__title { margin: 0 0 16px; color: #2f3e46; font-size: 24px; text-align: center; }
.pp-checkin-comparison__scroll { overflow-x: auto; border: 1px solid #dbe5df; border-radius: 12px; background: #fff; }
.pp-checkin-comparison table { width: 100%; min-width: 760px; border-collapse: collapse; color: #34443c; font-size: 15px; line-height: 1.7; }
.pp-checkin-comparison th, .pp-checkin-comparison td { padding: 14px 16px; border-right: 1px solid #dbe5df; border-bottom: 1px solid #dbe5df; text-align: left; vertical-align: top; }
.pp-checkin-comparison th:last-child, .pp-checkin-comparison td:last-child { border-right: 0; }
.pp-checkin-comparison tbody tr:last-child th, .pp-checkin-comparison tbody tr:last-child td { border-bottom: 0; }
.pp-checkin-comparison thead th { background: #eef7f1; color: #244c35; font-weight: 700; }
.pp-checkin-comparison tbody th { background: #f8fbf9; font-weight: 700; }
.pp-checkin-comparison__note { margin: 14px 0 0; color: #52635a; font-size: 14px; line-height: 1.8; }

.pp-benefit-summary__grid {
  display: grid;
  max-width: 960px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 38px auto 0;
}
.pp-benefit-summary__item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dceae4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(33, 74, 56, .07);
}
.pp-benefit-summary__item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #168364, #79ceb2);
  content: "";
  z-index: 1;
}
.pp-benefit-summary__media {
  aspect-ratio: 16 / 8.5;
  overflow: hidden;
  background: #edf5f1;
}
.pp-benefit-summary__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pp-benefit-summary__body {
  padding: 25px 28px 28px;
}
.pp-benefit-summary__target {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e7f5ef;
  color: #217c61;
  font-size: 13px;
  font-weight: 800;
}
.pp-benefit-summary__item h3 {
  margin: 18px 0 12px;
  color: #203d31;
  font-size: 22px;
  line-height: 1.45;
}
.pp-benefit-summary__item p {
  margin: 0;
  color: #53665c;
  font-size: 15px;
  line-height: 1.85;
}
@media (max-width: 820px) {
  .pp-benefit-summary__grid { grid-template-columns: 1fr; gap: 15px; }
  .pp-benefit-summary__body { padding: 22px 23px 24px; }
}

.pp-implementation-cards.pp-strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}
.pp-requirement-cards.pp-strengths-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pp-function-cards.pp-strengths-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pp-function-cards .pp-strength-card {
  position: relative;
  display: flex;
  padding: 0;
  flex-direction: column;
}
.pp-function-card__media {
  display: grid;
  min-height: 190px;
  padding: 30px;
  place-items: center;
  background: radial-gradient(circle at 82% 18%, rgba(134, 221, 190, .5), transparent 34%), linear-gradient(135deg, #168364 0%, #38aa87 100%);
}
.pp-function-card__media img {
  width: min(150px, 72%);
  height: 128px;
  object-fit: contain;
}
.pp-function-card__media--channels {
  grid-template-columns: repeat(2, 88px);
  gap: 16px;
}
.pp-function-card__channel {
  display: grid;
  width: 88px;
  height: 112px;
  padding: 13px 10px 10px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 18px;
  background: rgba(255, 255, 255, .15);
  box-shadow: 0 10px 24px rgba(16, 75, 57, .17);
  backdrop-filter: blur(4px);
}
.pp-function-card__channel img {
  width: 48px;
  height: 48px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}
.pp-function-card__channel small {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.pp-function-cards .pp-implementation-card__number {
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 17px;
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: #168364;
  box-shadow: 0 8px 20px rgba(14, 70, 53, .17);
}
.pp-function-cards .pp-implementation-card__head {
  margin: 0;
  padding: 24px 24px 15px;
  align-items: flex-start;
}
.pp-function-cards .pp-strength-card__desc {
  padding: 0 24px 28px;
}
.pp-implementation-cards .pp-strength-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  height: auto;
  padding: 26px 24px 24px;
  overflow: hidden;
  border: 1px solid #dce9e3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(32, 74, 53, .07);
}
.pp-implementation-cards .pp-strength-card::before { display: none; }
.pp-implementation-card__head {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 16px;
}
.pp-implementation-card__number {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #e6f6ef;
  color: #168557;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.pp-implementation-cards .pp-strength-card__title {
  margin: 0;
  color: #243c31;
  font-size: 19px;
  line-height: 1.45;
}
.pp-implementation-cards .pp-strength-card__desc {
  margin: 0;
  color: #52635a;
  font-size: 15px;
  line-height: 1.85;
}
.pp-implementation-cta { margin-top: 32px; }
@media (max-width: 1023px) {
  .pp-implementation-cards.pp-strengths-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .pp-checkin-comparison__title { font-size: 20px; }
  .pp-checkin-comparison__scroll { margin-right: -16px; }
  .pp-implementation-cards.pp-strengths-grid { grid-template-columns: 1fr; gap: 16px; }
  .pp-implementation-cards .pp-strength-card { padding: 22px 20px; }
}
.pp-qr-pricing {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: 24px;
  margin-top: 36px;
}
.pp-qr-pricing__price,
.pp-qr-pricing__group {
  border: 1px solid #dce9e3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(32, 74, 53, .07);
}
.pp-qr-pricing__price { padding: 28px; }
.pp-qr-pricing__label { display: block; margin-bottom: 18px; color: #168557; font-weight: 700; text-align: center; }
.pp-qr-pricing__price dl { margin: 0; }
.pp-qr-pricing__price dl > div { padding: 16px 0; border-top: 1px solid #e3ece7; }
.pp-qr-pricing__price dt { margin-bottom: 5px; color: #52635a; font-size: 14px; }
.pp-qr-pricing__price dd { margin: 0; color: #243c31; }
.pp-qr-pricing__price dd strong { font-family: "Roboto Condensed", sans-serif; font-size: 36px; line-height: 1; }
.pp-qr-pricing__price dd span { margin-left: 4px; font-weight: 700; }
.pp-qr-pricing__price dd small { display: block; margin-top: 6px; color: #6b7c73; }
.pp-qr-pricing__price > p { margin: 14px 0 0; padding: 12px 14px; border-radius: 8px; background: #eef8f2; color: #24643d; font-size: 14px; line-height: 1.7; }
.pp-qr-pricing__details { display: grid; gap: 16px; }
.pp-qr-pricing__group { padding: 24px 26px; }
.pp-qr-pricing__group h3 { margin: 0 0 15px; color: #243c31; font-size: 19px; }
.pp-qr-pricing__group h3 span { display: inline-block; margin-right: 10px; padding: 4px 9px; border-radius: 999px; background: #168557; color: #fff; font-size: 11px; letter-spacing: .06em; vertical-align: 2px; }
.pp-qr-pricing__group--option h3 span { background: #64746c; }
.pp-qr-pricing__group ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.pp-qr-pricing__group li { position: relative; padding-left: 24px; color: #52635a; font-size: 15px; line-height: 1.7; }
.pp-qr-pricing__group li::before { position: absolute; top: .1em; left: 0; color: #168557; font-weight: 700; content: "✓"; }
.pp-qr-pricing__group--option li::before { content: "+"; }
.pp-qr-pricing__note { margin: 16px 0 0; color: #6b7c73; font-size: 13px; line-height: 1.7; }
.pp-qr-pricing__actions { display: flex; gap: 20px; align-items: center; justify-content: center; margin-top: 24px; }
.pp-qr-pricing__actions .pp-cta { margin: 0; }
.pp-qr-pricing__link { color: #168557; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 767px) {
  .pp-qr-pricing { grid-template-columns: 1fr; gap: 16px; }
  .pp-qr-pricing__price, .pp-qr-pricing__group { padding: 22px 20px; }
  .pp-qr-pricing__actions { flex-direction: column; }
}
/* Added sections: align typography with the existing use-case LP */
.pp-checkin-comparison,
.pp-implementation-cards,
.pp-qr-pricing,
.pp-reception-models {
  font-family: inherit;
}
.pp-checkin-comparison__title,
.pp-implementation-cards .pp-strength-card__title,
.pp-qr-pricing__group h3,
.pp-reception-model h4 {
  font-family: inherit;
  font-size: 24px;
  line-height: 1.5;
}
.pp-checkin-comparison table,
.pp-checkin-comparison__note,
.pp-implementation-cards .pp-strength-card__desc,
.pp-qr-pricing__price dt,
.pp-qr-pricing__price > p,
.pp-qr-pricing__group li,
.pp-qr-pricing__note,
.pp-reception-model dt,
.pp-reception-model dd,
.pp-reception-model > p,
.pp-reception-models__note {
  font-family: inherit;
  font-size: 1.2rem;
  line-height: 1.8;
}
.pp-implementation-card__number,
.pp-qr-pricing__price dd strong,
.pp-reception-model__number {
  font-family: inherit;
}
.pp-implementation-card__number,
.pp-reception-model__number {
  font-size: 1.2rem;
}
.pp-reception-model__scale,
.pp-qr-pricing__group h3 span {
  font-family: inherit;
  font-size: 1rem;
}
.pp-qr-pricing__label,
.pp-qr-pricing__price dd,
.pp-qr-pricing__link {
  font-family: inherit;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .pp-checkin-comparison__title,
  .pp-implementation-cards .pp-strength-card__title,
  .pp-qr-pricing__group h3,
  .pp-reception-model h4 {
    font-size: 20px;
  }
}
/* QR check-in flow: dedicated timeline and icon treatment */
#flow .pp-flow-list { gap: 22px; }
#flow .pp-flow-list .pp-flow-row { grid-template-columns: 76px 18px minmax(150px, 200px) minmax(0, 1fr); }
#flow .pp-flow-list .pp-flow-row:not(:last-child)::before {
  left: 36px;
  top: 50%;
  bottom: calc(-22px - 50%);
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7fcdb4 0%, #cceadf 100%);
}
#flow .pp-flow-list .pp-flow-row::after {
  left: 94px;
  border: 1px solid #dbe9e3;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(33, 74, 56, .08);
}
#flow .pp-flow-list .pp-flow-row__step {
  width: 72px;
  height: 72px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #15956f, #0f7457);
  color: #fff;
  box-shadow: 0 8px 20px rgba(21, 149, 111, .22);
  font-family: inherit;
  font-size: 22px;
  letter-spacing: 0;
}
#flow .pp-flow-list .pp-flow-row__media {
  height: 172px;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(145deg, #e8f7f1 0%, #d5efe5 100%);
}
#flow .pp-flow-list .pp-flow-row__media img {
  width: 112px;
  filter: drop-shadow(0 8px 12px rgba(33, 74, 56, .10));
}
@media (max-width: 767px) {
  #flow .pp-flow-list .pp-flow-row { grid-template-columns: 58px 12px minmax(0, 1fr); }
  #flow .pp-flow-list .pp-flow-row:not(:last-child)::before { left: 28px; }
  #flow .pp-flow-list .pp-flow-row::after { left: 70px; }
  #flow .pp-flow-list .pp-flow-row__step { width: 58px; height: 58px; border-width: 4px; font-size: 19px; }
  #flow .pp-flow-list .pp-flow-row__media { height: 142px; border-radius: 18px 18px 0 0; }
  #flow .pp-flow-list .pp-flow-row__media img { width: 96px; }
}
/* Flow visual: soft mint line-art variant */
#flow .pp-flow-list .pp-flow-row:not(:last-child)::before {
  width: 3px;
  background: #b9dfd2;
}
#flow .pp-flow-list .pp-flow-row::after {
  border-color: #e2ede8;
  box-shadow: 0 8px 22px rgba(45, 92, 73, .055);
}
#flow .pp-flow-list .pp-flow-row__step {
  border-color: #fff;
  background: #e9f7f2;
  color: #258b6d;
  box-shadow: 0 6px 16px rgba(45, 130, 101, .10);
}
#flow .pp-flow-list .pp-flow-row__media {
  background: radial-gradient(circle at 58% 46%, #f8fdfb 0%, #edf9f5 58%, #e6f5ef 100%);
}
#flow .pp-flow-list .pp-flow-row__media img {
  width: 136px;
  filter: none;
}
@media (max-width: 767px) {
  #flow .pp-flow-list .pp-flow-row__media img { width: 116px; }
}
.pp-service-comparison__scroll {
  margin-top: 36px;
  overflow-x: auto;
  border: 1px solid #dce9e3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(32, 74, 53, .06);
}
.pp-service-comparison {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  color: #42544b;
  font-size: 1.08rem;
  line-height: 1.65;
}
.pp-service-comparison th,
.pp-service-comparison td {
  padding: 15px 18px;
  border-right: 1px solid #e1ebe6;
  border-bottom: 1px solid #e1ebe6;
  text-align: center;
  vertical-align: middle;
}
.pp-service-comparison th:last-child,
.pp-service-comparison td:last-child { border-right: 0; }
.pp-service-comparison tbody tr:last-child th,
.pp-service-comparison tbody tr:last-child td { border-bottom: 0; }
.pp-service-comparison thead th {
  background: #f1f7f4;
  color: #2b4639;
  font-size: 1.08rem;
  font-weight: 700;
}
.pp-service-comparison tbody th {
  width: 25%;
  background: #fafcfb;
  color: #2b4639;
  font-weight: 700;
  text-align: left;
}
.pp-service-comparison .pp-service-comparison__pp { background: #eef9f4; }
.pp-service-comparison thead .pp-service-comparison__pp {
  background: #268b6c;
  color: #fff;
}
.pp-service-comparison tbody .pp-service-comparison__pp strong { color: #167354; }
.pp-service-comparison__note {
  margin: 14px 0 0;
  color: #66776f;
  font-size: 1rem;
  line-height: 1.7;
}
.pp-service-comparison__summary {
  margin-top: 28px;
  padding: 26px 28px;
  border-left: 5px solid #35a57f;
  border-radius: 0 14px 14px 0;
  background: #fff;
  box-shadow: 0 8px 22px rgba(32, 74, 53, .05);
}
.pp-service-comparison__summary h3 {
  margin: 0 0 16px;
  color: #243c31;
  font-size: 22px;
  line-height: 1.55;
}
.pp-service-comparison__summary ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pp-service-comparison__summary li {
  position: relative;
  padding-left: 28px;
  color: #52635a;
  font-size: 1.15rem;
  line-height: 1.75;
}
.pp-service-comparison__summary li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #268b6c;
  font-weight: 700;
  content: "✓";
}
@media (max-width: 767px) {
  .pp-service-comparison__scroll { margin-right: -16px; border-radius: 14px 0 0 14px; }
  .pp-service-comparison { min-width: 820px; font-size: 1rem; }
  .pp-service-comparison th, .pp-service-comparison td { padding: 13px 14px; }
  .pp-service-comparison tbody th { position: sticky; left: 0; z-index: 1; min-width: 180px; }
  .pp-service-comparison__summary { padding: 22px 20px; }
  .pp-service-comparison__summary h3 { font-size: 20px; }
  .pp-service-comparison__summary li { font-size: 1.08rem; }
}
.pp-event-lifecycle {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr;
  gap: 10px;
  margin-top: 38px;
  align-items: stretch;
}
.pp-event-lifecycle__phase {
  padding: 24px 22px;
  border: 1px solid #dce9e3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(32, 74, 53, .05);
}
.pp-event-lifecycle__phase--accent {
  border-color: #9fd5c1;
  background: #eef9f4;
}
.pp-event-lifecycle__label {
  color: #268b6c;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.pp-event-lifecycle__phase h3 {
  margin: 7px 0 13px;
  color: #243c31;
  font-size: 22px;
}
.pp-event-lifecycle__phase ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pp-event-lifecycle__phase li {
  position: relative;
  padding-left: 20px;
  color: #52635a;
  font-size: 1.08rem;
  line-height: 1.65;
}
.pp-event-lifecycle__phase li::before {
  position: absolute;
  left: 0;
  color: #35a57f;
  content: "•";
}
.pp-event-lifecycle__arrow {
  display: grid;
  place-items: center;
  color: #63b99c;
  font-size: 26px;
}
.pp-service-comparison__key th,
.pp-service-comparison__key td { padding-top: 20px; padding-bottom: 20px; }
.pp-service-comparison__key .pp-service-comparison__pp strong { font-size: 1.12em; }
.pp-service-comparison__check {
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  place-items: center;
  border-radius: 50%;
  background: #268b6c;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.pp-service-comparison__summary p {
  margin: 0;
  color: #52635a;
  font-size: 1.15rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .pp-event-lifecycle { grid-template-columns: 1fr; gap: 10px; }
  .pp-event-lifecycle__arrow { height: 18px; transform: rotate(90deg); font-size: 22px; }
  .pp-event-lifecycle__phase { padding: 21px 19px; }
}
.pp-service-comparison__phase {
  display: inline-block;
  min-width: 58px;
  margin-right: 10px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #edf7f3;
  color: #267c61;
  font-size: .82rem;
  font-weight: 700;
  text-align: center;
}
.pp-service-comparison__phase--day { background: #eef3f8; color: #3d6c88; }
.pp-service-comparison__phase--after { background: #fff3e5; color: #a56620; }
.pp-status {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
.pp-status--yes { background: #eaf5f0; color: #357f66; }
.pp-status--varies { background: #f3f4f4; color: #77817c; }
.pp-status--pp { background: #268b6c; color: #fff; }
.pp-service-comparison__legend {
  display: flex;
  gap: 20px;
  margin-top: 14px;
  color: #66776f;
  font-size: 1rem;
}
.pp-service-comparison__legend span { display: inline-flex; gap: 7px; align-items: center; }
.pp-service-comparison__legend .pp-status { width: 24px; height: 24px; font-size: 14px; }
@media (max-width: 767px) {
  .pp-service-comparison__phase { display: block; width: max-content; margin: 0 0 5px; }
  .pp-service-comparison__legend { flex-direction: column; gap: 7px; }
}
/* Comparison marks: equal visual weight across all service types */
.pp-status,
.pp-service-comparison__legend .pp-status {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}
.pp-status--yes,
.pp-status--pp { color: #167c5c; }
.pp-status--varies { color: #b47a2b; }
.pp-status--none { color: #7d8983; }
.pp-service-comparison__legend .pp-status { font-size: 20px; }
.pp-service-comparison__pp .pp-status--yes { color: #167c5c; }
