/* =========================================================
   store_management.css — 매장 관리 페이지 (/manage)
   프리픽스: b28-* (b26-* nav/footer/float, b27-apply 공용)
   ========================================================= */

.b28 {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.4;
  color: #222222;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  --b28-side: clamp(24px, calc((100vw - 1280px) / 2), 320px);
}

.b28 *,
.b28 *::before,
.b28 *::after {
  box-sizing: border-box;
}

.b28 img {
  height: auto;
  display: block;
  max-width: 100%;
}

/* 매장 관리: 헤더 z-index만 조정 (스크롤 동작은 branding.css 기본값) */
.b26:has(main.b28) .b26-head {
  z-index: 960;
}

.b28-kicker {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #666666;
  margin-bottom: 16px;
}

.b28-h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 16px;
  color: #222222;
}

.b28-h2 .b28-accent {
  color: #ff4c30;
}

.b28-lead {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #3a3a3a;
}

.b28-section {
  width: 100%;
}

.b28-inner {
  width: 100%;
  margin: 0 auto;
  padding-left: var(--b28-side);
  padding-right: var(--b28-side);
}

/* —— Hero —— */
.b28-hero {
  padding: 0 20px;
}

.b28-hero__panel {
  position: relative;
  width: 100%;
  max-width: 1880px;
  margin-inline: auto;
  min-height: 872px;
  border-radius: 20px;
  overflow: hidden;
  background: #f5f5f5;
}

.b28-hero__media {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
}

.b28-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.b28-hero__sub--mobile,
.b28-lead--mobile,
.b28-solution__card-desc--mobile {
  display: none;
}

.b28-pos__card.is-hidden {
  display: none;
}

.b28-pos__tabs-scroll {
  display: contents;
}

.b28-pos__cards-scroll {
  display: contents;
}

.b28-pos__pager {
  display: none;
}

.b28-hero__copy {
  display: none;
  position: relative;
  display: flex;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 64px 24px 120px;
  text-align: center;
}

.b28-hero__title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
  color: #222222;
}

.b28-hero__sub {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #3a3a3a;
}

/* —— POS Intro ——
   스크롤 핀: 섹션 높이를 늘리고 __pin 을 sticky 로 고정.
   JS 가 진행률 45% 시점에 state 0 → 1 (강조·이미지) 전환. */
.b28-pos-intro {
  position: relative;
  height: 200vh;
  padding: 0;
}

.b28-pos-intro__pin {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0 52px;
}

.b28-pos-intro__layout {
  display: grid;
  grid-template-columns: 514px 1fr;
  gap: 40px;
  align-items: center;
  width: 100%;
  min-height: 500px;
}

.b28-pos-intro__titles {
  position: relative;
}

.b28-pos-intro__title {
  margin: 0;
  transition: opacity 0.35s ease;
}

.b28-pos-intro__title:not(.is-active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.b28-pos-intro__title.is-active {
  position: relative;
  opacity: 1;
}

.b28-pos-intro__visual {
  position: relative;
  min-height: 319px;
  background: #f5f5f5;
  border-radius: 20px 0 0 20px;
  margin-right: calc(-1 * var(--b28-side));
  padding-left: var(--b28-side);
}

.b28-pos-intro__device {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(559px, 90%);
}

.b28-pos-intro__img {
  width: 100%;
  height: auto;
  border: 5px solid #000;
  border-radius: 12px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25), 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.b28-pos-intro__shot {
  display: block;
  width: 100%;
  transition: opacity 0.35s ease;
}

.b28-pos-intro__shot:not(.is-active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.b28-pos-intro__shot.is-active {
  position: relative;
  opacity: 1;
}

/* —— POS Features —— */
.b28-pos {
  padding: 0 0 100px;
}

.b28-pos__head {
  margin-bottom: 40px;
}

.b28-pos__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 36px;
}

.b28-pos__tab {
  padding: 10px;
  min-width: 80px;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.45px;
  color: #666666;
  cursor: pointer;
}

.b28-pos__tab.is-active {
  color: #222222;
}

.b28-pos__cards {
  display: grid;
  grid-template-columns: repeat(3, 408px);
  gap: 28px;
  justify-content: start;
}

.b28-pos__card {
  position: relative;
  width: 408px;
  height: 408px;
  aspect-ratio: auto;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.b28-pos__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b28-pos__card-copy {
  position: relative;
  z-index: 1;
  padding: 31px 27px;
}

.b28-pos__card-title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #222222;
}

.b28-pos__card-desc {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.4px;
  color: #3a3a3a;
}

.b28-pos__card-desc strong {
  color: #ff4c30;
  font-weight: 700;
}

/* —— ASP (다매장 관리) —— */
.b28-asp {
  padding: 140px 0;
  overflow: hidden;
}

.b28-asp__layout {
  display: grid;
  grid-template-columns: 696px 1fr;
  gap: 40px;
  align-items: center;
}

.b28-asp__visual {
  position: relative;
  min-height: 319px;
  background: #f6f6f6;
  border-radius: 0 20px 20px 0;
  margin-left: calc(-1 * var(--b28-side));
  padding-right: var(--b28-side);
  margin-bottom: 178px;
  margin-top: 178px;
}

.b28-asp__visual object,
.b28-asp__visual .b28-asp__object {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(784px, 120%);
  max-width: none;
  height: auto;
  display: block;
  pointer-events: none;
}

.b28-asp__copy .b28-lead {
  margin-top: 16px;
}

/* —— Inline Banner (Figma 780:4063 / 1024: 770:4240 / 1920: 770:4015) —— */
.b28-banner {
  width: 100%;
  height: 100px;
}

.b28-banner__stage {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  background: linear-gradient(270deg, #ff6249 30.286%, #ff4c30 100%);
}

.b28-banner__bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.b28 img.b28-banner__bg-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.b28-banner__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
}

.b28-banner__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.b28-banner__content {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding-left: clamp(16px, 12.33vw, 53px);
}

.b28-banner__kicker {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -0.325px;
  color: #fff9cf;
  white-space: nowrap;
}

.b28-banner__title {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -0.375px;
  color: #fff;
  white-space: nowrap;
}

.b28-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #fff;
  color: #ff4c30;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  text-decoration: none;
  border-radius: 8px;
  padding: 5px 4px 5px 12px;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.b28-banner__cta:hover,
.b28-banner__cta:focus-visible {
  background: #fff5f3;
  color: #ff3a1b;
}

.b28-banner__cta-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.b28-banner__visual {
  display: none;
  margin: 0;
  flex-shrink: 0;
}

.b28-banner__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

@media (min-width: 768px) {
  .b28-banner,
  .b28-banner__stage {
    height: 120px;
  }
}

/* Tablet 1024 (Figma 770:4240) */
@media (min-width: 768px) and (max-width: 1229px) {
  .b28-banner__overlay {
    justify-content: center;
  }

  .b28-banner__inner {
    width: min(66.015625%, 676px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(180px, 47.93%, 324px);
    align-items: center;
    gap: 0;
  }

  .b28-banner__content {
    padding: 14px 0 14px 14px;
    gap: 8px;
    width: auto;
    max-width: 252px;
  }

  .b28-banner__kicker {
    font-size: 15px;
    letter-spacing: -0.375px;
  }

  .b28-banner__title {
    font-size: 18px;
    letter-spacing: -0.45px;
  }

  .b28-banner__cta {
    font-size: 14px;
    letter-spacing: -0.35px;
    border-radius: 12px;
    padding: 8px 10px 8px 16px;
  }

  .b28-banner__visual {
    display: block;
    width: 100%;
    height: 120px;
  }
}

/* Desktop 1230+ (Figma 770:4015) */
@media (min-width: 1230px) {
  .b28 img.b28-banner__bg-img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 100%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center;
  }

  .b28-banner__overlay {
    justify-content: center;
  }

  .b28-banner__inner {
    justify-content: center;
    width: 100%;
  }

  .b28-banner__content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }

  .b28-banner__kicker {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.45px;
  }

  .b28-banner__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.6px;
  }

  .b28-banner__cta {
    font-size: 16px;
    letter-spacing: -0.4px;
    min-height: 38px;
    padding: 8px 10px 8px 16px;
    border-radius: 12px;
  }
}

@media (min-width: 1920px) {
  .b28 img.b28-banner__bg-img {
    left: 0;
    width: 100%;
    transform: none;
  }
}

/* —— Mobile Management —— */
.b28-mobile {
  padding: 152px 0 116px;
}

.b28-mobile__panel {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 23.558%, #f9f9f9 100%);
}

.b28-mobile__layout {
  display: grid;
  grid-template-columns: minmax(0, 512px) minmax(0, 1fr);
  gap: 60px;
  align-items: flex-start;
}

.b28-mobile__copy {
  margin-top: 59px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0px;
}

.b28-mobile__visual {
  position: relative;
  width: 100%;
  max-width: 610px;
  min-height: 520px;
  margin-left: auto;
}

.b28-mobile__checks {
  position: absolute;
  z-index: 2;
  left: calc(50% - 227.5px);
  top: calc(50% + 82.5px);
  transform: translate(-50%, -50%);
  width: 155px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.b28-mobile__check {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  letter-spacing: -0.45px;
  color: #222222;
  white-space: nowrap;
}

.b28-mobile__check-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ff4c30;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b28-mobile__check-icon svg {
  display: block;
}

.b28-mobile__phones {
  position: absolute;
  left: calc(50% + 103px);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 404px;
  height: 520px;
}

.b28-mobile__phones img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: none;
}

/* —— Solution —— */
.b28-solution {
  position: relative;
  padding: 100px 0 104px;
  overflow: hidden;
}

.b28-solution__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.b28-solution__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b28-solution__inner {
  position: relative;
  z-index: 1;
}

.b28-solution__mosaic {
  position: relative;
}

.b28-solution__head {
  max-width: 640px;
  margin-bottom: 48px;
}

/* PC — Figma con-solution (717:4311) 모자이크 4×4 */
@media (min-width: 768px) {
  .b28-solution {
    padding: 100px 0 104px;
  }

  .b28-solution__mosaic {
    display: grid;
    grid-template-columns: repeat(4, 299px);
    grid-template-rows: repeat(4, 152px);
    gap: 28px;
    max-width: 1280px;
  }

  .b28-solution__head {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    align-self: start;
    margin: 0;
    max-width: none;
    padding-top: 0;
  }

  .b28-solution__card {
    width: 299px;
    height: 152px;
    min-height: 152px;
    margin: 0;
  }

  .b28-solution__card--sales {
    grid-column: 4;
    grid-row: 1;
  }

  .b28-solution__card--manage {
    grid-column: 4;
    grid-row: 2;
  }

  .b28-solution__card--menu {
    grid-column: 3;
    grid-row: 2;
  }

  .b28-solution__card--waiting {
    grid-column: 2;
    grid-row: 3;
  }

  .b28-solution__card--order {
    grid-column: 3;
    grid-row: 3;
  }

  .b28-solution__card--intro {
    grid-column: 1;
    grid-row: 4;
    order: unset;
  }

  .b28-solution__card--instant {
    grid-column: 2;
    grid-row: 4;
    order: unset;
  }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .b28-solution__mosaic {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 100%;
  }

  .b28-solution__card {
    width: auto;
  }
}

.b28-solution__card {
  padding: 24px;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  background: #fbfbfb;
  min-height: 152px;
}

.white_card {
  background: #ffffff;
}

.b28-solution__card--white {
  background: #ffffff;
}

.b28-solution__card--gray {
  background: #f5f5f5;
}

.b28-solution__card-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.45px;
  color: #222222;
}

.b28-solution__card-desc {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.4px;
  color: #3a3a3a;
}

.b28-solution__card--link {
  position: relative;
}

.b28-solution__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.b28-solution__card--link .b28-solution__card-title {
  margin-bottom: 0;
}

.b28-solution__card-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("/static/image/img_manage/icon-link.png") center/contain no-repeat;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

a.b28-solution__card,
button.b28-solution__card {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: left;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

button.b28-solution__card {
  border: 1px solid #e3e3e3;
  appearance: none;
  -webkit-appearance: none;
}

.b28-solution__card--menu.b28-solution__card--link:hover .b28-solution__card-icon,
.b28-solution__card--menu.b28-solution__card--link:focus-visible .b28-solution__card-icon,
.b28-solution__card--intro.b28-solution__card--link:hover .b28-solution__card-icon,
.b28-solution__card--intro.b28-solution__card--link:focus-visible .b28-solution__card-icon {
  opacity: 1;
}


.b28-solution__card--menu.b28-solution__card--link:hover,
.b28-solution__card--menu.b28-solution__card--link:focus-visible,
.b28-solution__card--intro.b28-solution__card--link:hover,
.b28-solution__card--intro.b28-solution__card--link:focus-visible {
  background: #ffffff;
  border-color: #ff4c30;
  border-width: 3px;
  padding: 22px;
}

/* —— Floating CTA — 오더패드(b27-float-cta)와 동일 —— */
.b28 ~ .b26-sticky-cta,
body:has(.b28) .b26-sticky-cta {
  display: none;
}

.b28 ~ .b26-float-dock,
body:has(.b28) .b26-float-dock {
  bottom: 116px;
}

.b28 .b27-float-cta-mini {
  display: none;
}

@media (max-width: 768px) {
  .b28 ~ .b26-float-dock,
  body:has(.b28) .b26-float-dock {
    left: 0;
    right: 0;
    bottom: var(--b26-vv-bottom-offset, 0px);
    transform: none;
    width: 100vw;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.06);
    z-index: 902;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  }

  .b28 ~ .b26-float-dock.is-hidden,
  body:has(.b28) .b26-float-dock.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
  }

  .b28 ~ .b26-float-dock .b26-float-review,
  body:has(.b28) .b26-float-dock .b26-float-review {
    width: 80px;
    height: 52px;
    border-radius: 12px;
    padding: 8px 12px 8px 8px;
    gap: 2px;
    box-shadow: none;
    flex-shrink: 0;
    overflow-x: hidden;
  }

  .b28 ~ .b26-float-dock .b26-float-review .b26-float-review__close,
  body:has(.b28) .b26-float-dock .b26-float-review .b26-float-review__close {
    display: none;
  }

  .b28 .b27-float-cta-mini {
    display: inline-flex;
    height: 52px;
    flex: 1 0 0;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    background: #ff4c30;
    color: #fff;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.425px;
    cursor: pointer;
  }
}

/* —— Responsive —— */
@media (max-width: 1279px) {
  .b28-pos-intro__layout,
  .b28-asp__layout,
  .b28-mobile__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .b28-mobile__copy {
    text-align: center;
    max-width: 512px;
    margin: 0 auto;
  }

  .b28-mobile__visual {
    margin: 0 auto;
    max-width: min(610px, 100%);
  }

  .b28-pos-intro__visual {
    margin-right: 0;
    border-radius: 20px;
    min-height: 280px;
  }

  .b28-pos-intro__device {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    margin: 24px auto;
  }

  .b28-asp__visual {
    margin-left: 0;
    border-radius: 20px;
    min-height: 260px;
  }

  .b28-asp__visual object,
  .b28-asp__visual .b28-asp__object {
    position: relative;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .b28-pos__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: calc(408px * 3 + 28px * 2);
    margin: 0 auto;
  }

  .b28-pos__card {
    width: auto;
    height: auto;
    aspect-ratio: 1;
  }
}

@media (max-width: 767px) {
  .b28 {
    --b28-side: 16px;
  }

  .b28-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .b28-kicker {
    font-size: 15px;
    letter-spacing: -0.375px;
    margin-bottom: 0px;
  }

  .b28-h2 {
    font-size: 24px;
    letter-spacing: -0.6px;
    margin-bottom: 0px;
  }

  .b28-lead {
    font-size: 15px;
    letter-spacing: -0.375px;
  }

  .b28-lead--desktop,
  .b28-hero__sub--desktop,
  .b28-solution__card-desc--desktop {
    display: none;
  }

  .b28-lead--mobile,
  .b28-hero__sub--mobile,
  .b28-solution__card-desc--mobile {
    display: block;
  }

  /* Hero — Figma 735:4740: 사진 + absolute 텍스트 오버레이 */
  .b28-hero {
    padding: 0 16px;
  }

  .b28-hero__panel {
    position: relative;
    height: 610px;
    min-height: 610px;
    border-radius: 20px;
    background: #ffffff; 
  }

  .b28-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .b28-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    border-radius: 0;
  }

  .b28-hero__copy {
    display: flex;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: calc(50% - 183px);
    transform: translate(-50%, -50%);
    width: 328px;
    max-width: calc(100% - 32px);
    padding: 0;
    gap: 8px;
    align-items: center;
    text-align: center;
    pointer-events: none;
  }

  .b28-hero__copy * {
    pointer-events: auto;
  }

  .b28-hero__title {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.6px;
  }

  .b28-hero__sub--mobile {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: normal;
    color: #3a3a3a;
    opacity: 0.8;
  }

  /* POS Intro — Figma 729:4225 / 729:4233 (360×580) */
  .b28-pos-intro {
    height: 200vh;
    min-height: 0;
    background: #ffffff;
  }

  .b28-pos-intro__pin {
    position: sticky;
    top: 0;
    min-height: 100vh;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
  }

  .b28-pos-intro__layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-height: 580px;
    width: 100%;
    margin: 0;
  }

  .b28-pos-intro__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 328px;
    max-width: 100%;
    margin: 0 auto 151px;
    padding-top: 80px;
    text-align: center;
  }

  .b28-pos-intro__titles {
    width: 100%;
  }

  .b28-pos-intro__copy .b28-kicker {
    width: 100%;
    font-weight: 500;
    color: #666666;
  }

  .b28-pos-intro__copy .b28-h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.6px;
  }

  .b28-pos-intro__visual {
    width: calc(100% + 16px);
    min-height: 160px;
    height: 160px;
    margin: 0 -16px 100px 0;
    padding: 0;
    border-radius: 20px 0 0 20px;
    background: #fbfbfb;
    overflow: visible;
  }

  .b28-pos-intro__device {
    position: absolute;
    left: calc(50vw - 16px);
    top: -59px;
    width: 246px;
    margin: 0;
    transform: translateX(-50%);
    /* border: 2px solid #000000;
    border-radius: 8px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25), 4px 4px 10px rgba(0, 0, 0, 0.25); */
  }

  .b28-pos-intro__device .b28-pos-intro__shot,
  .b28-pos-intro__device .b28-pos-intro__img {
    display: block;
    width: 100%;
  }

  /* POS Features — Figma 755:4453 */
  .b28-pos {
    padding: 0 0 80px;
  }

  .b28-pos__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-top: 80px;
    margin-bottom: 40px;
    text-align: center;
  }

  .b28-pos__head .b28-kicker {
    width: 328px;
    max-width: 100%;
    font-weight: 500;
    color: #666666;
  }

  .b28-pos__head .b28-h2 {
    width: 328px;
    max-width: 100%;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.6px;
  }

  .b28-pos__tabs-scroll {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .b28-pos__tabs-scroll::-webkit-scrollbar {
    display: none;
  }

  .b28-pos__tabs {
    display: flex;
    width: max-content;
    margin: 0;
    padding: 0;
  }

  .b28-pos__tab {
    font-size: 18px;
    letter-spacing: -0.45px;
    white-space: nowrap;
    color: #666666;
  }

  .b28-pos__tab.is-active {
    color: #222222;
  }

  .b28-pos__cards-scroll {
    display: block;
    margin: 0 -16px 0 0;
    padding-left: 0;
    scroll-padding-left: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .b28-pos__cards-scroll::-webkit-scrollbar {
    display: none;
  }

  .b28-pos__cards {
    display: flex;
    gap: 18px;
    width: max-content;
    padding: 0 16px 0 0;
    max-width: none;
    margin: 0;
  }

  .b28-pos__card {
    flex: 0 0 300px;
    width: 300px;
    height: 300px;
    aspect-ratio: auto;
    scroll-snap-align: start;
  }

  .b28-pos__card.is-hidden {
    display: block;
  }

  .b28-pos__card-copy {
    padding: 23px 20px;
  }

  .b28-pos__card-title {
    font-size: 17px;
    letter-spacing: -0.425px;
    margin-bottom: 6px;
  }

  .b28-pos__card-desc {
    font-size: 15px;
    letter-spacing: -0.375px;
    line-height: 1.4;
  }

  .b28-pos__pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    padding-right: 0;
  }

  .b28-pos__pager-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
  }

  .b28-pos__pager-btn svg {
    display: block;
    width: 24px;
    height: 24px;
  }

  .b28-pos__pager-btn:disabled {
    color: #999999;
    cursor: default;
  }

  .b28-pos__pager-count {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.12px;
    color: #222222;
    min-width: 32px;
    text-align: center;
  }

  /* ASP — Figma 729:4400 (360×626) */
  .b28-asp {
    padding: 0 0 100px;
    overflow: visible;
  }

  .b28-asp__layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .b28-pos-intro__img {
    width: 100%;
    height: auto;
    display: block;
      border: 2px solid #000;
    border-radius: 8px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25), 4px 4px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  

  .b28-asp__copy {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 328px;
    max-width: 100%;
    margin: 0 auto 146px;
    padding-top: 80px;
    text-align: center;
  }

  .b28-asp__copy .b28-kicker {
    width: 100%;
    font-weight: 500;
    color: #666666;
  }

  .b28-asp__copy .b28-h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.6px;
  }

  .b28-asp__copy .b28-lead--mobile {
    width: 100%;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.375px;
    color: #3a3a3a;
  }

  .b28-asp__visual {
    order: 2;
    position: relative;
    width: calc(100% + 16px);
    min-height: 160px;
    height: 160px;
    margin: 0 0 0 -16px;
    padding: 0;
    border-radius: 0 20px 20px 0;
    background: #fbfbfb;
    overflow: visible;
  }

  .b28-asp__visual object,
  .b28-asp__visual .b28-asp__object {
    display: block;
  }

  .b28-asp__visual object,
  .b28-asp__visual .b28-asp__object {
    position: absolute;
    left: calc(50vw - 16px);
    top: -98px;
    width: 340px;
    max-width: none;
    height: auto;
    right: auto;
    transform: translateX(-50%);
  }

  /* Mobile management — Figma 729:4486 */
  .b28-mobile {
    padding: 0 16px 80px;
  }

  .b28-mobile__panel {
    padding: 90px 0 0;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 23.558%, #f9f9f9 70.673%);
  }

  .b28-mobile__layout {
    gap: 0;
    padding: 0;
  }

  .b28-mobile__copy {
    text-align: center;
    padding: 0 16px;
    gap: 8px;
    max-width: 328px;
    margin: 0 auto;
  }

  .b28-mobile__copy .b28-h2 {
    font-size: 24px;
  }

  .b28-mobile__visual {
    width: min(370px, 100%);
    max-width: 370px;
    min-height: 0;
    aspect-ratio: 370 / 356;
    margin: 24px auto 0;
  }

  .b28-mobile__checks {
    left: 14.32%;
    top: 0;
    transform: none;
    width: 41.89%;
    gap: 4px;
  }

  .b28-mobile__check {
    font-size: 13px;
    letter-spacing: -0.325px;
  }

  .b28-mobile__check-icon {
    width: 16px;
    height: 16px;
    border-radius: 10px;
  }

  .b28-mobile__check-icon svg {
    width: 12px;
    height: 12px;
  }

  .b28-mobile__phones {
    left: 38.38%;
    top: auto;
    bottom: 0;
    transform: none;
    width: 60%;
    height: 80.34%;
  }

  .b28-mobile__phones img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Solution — Figma 735:4699 */
  .b28-solution {
    padding: 50px 0 230px;
  }

  .b28-solution__head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    grid-column: 1 / -1;
    order: 0;
    max-width: none;
    margin: 0 auto 48px;
    text-align: center;
  }

  .b28-solution__bg {
    inset: auto;
    left: calc(50% + 42.5px);
    bottom: 0;
    width: 445px;
    height: 230px;
    transform: translateX(-50%);
  }

  .b28-solution__bg img {
    object-fit: contain;
    object-position: center;
    right: 100px;
  }

  .b28-solution__mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 328px;
    margin: 0 auto;
  }

  .b28-solution__card {
    width: auto;
    height: 100px;
    min-height: 100px;
    padding: 16px;
    border-radius: 12px;
    background: #fbfbfb;
  }

  .b28-solution__card-title {
    font-size: 17px;
    letter-spacing: -0.425px;
    margin-bottom: 4px;
  }

  .b28-solution__card-desc--mobile {
    font-size: 15px;
    letter-spacing: -0.375px;
  }

  .b28-solution__card--link .b28-solution__card-head {
    display: block;
    margin-bottom: 0;
  }

  .b28-solution__card--link .b28-solution__card-title {
    margin-bottom: 4px;
  }

  .b28-solution__card--link .b28-solution__card-icon {
    position: absolute;
    top: 11px;
    right: 11px;
    opacity: 1;
    background-image: url("/static/image/img_manage/icon-link.svg");
  }

  .b28-solution__card--intro {
    grid-column: 1 / -1;
    grid-row: auto;
    order: 1;
    background: #ffffff;
  }

  .b28-solution__card--instant {
    grid-column: auto;
    grid-row: auto;
    order: 2;
    background: #fbfbfb;
  }

  .b28-solution__card--waiting {
    grid-column: auto;
    grid-row: auto;
    order: 3;
    background: #fbfbfb;
  }

  .b28-solution__card--order {
    grid-column: auto;
    grid-row: auto;
    order: 4;
    background: #fbfbfb;
  }

  .b28-solution__card--menu {
    grid-column: auto;
    grid-row: auto;
    order: 5;
    background: #fbfbfb;
  }

  .b28-solution__card--manage {
    grid-column: auto;
    grid-row: auto;
    order: 6;
    background: #f5f5f5;
  }

  .b28-solution__card--sales {
    grid-column: auto;
    grid-row: auto;
    order: 7;
    background: #f5f5f5;
  }

  .b28-solution__card--menu.b28-solution__card--link:hover,
  .b28-solution__card--menu.b28-solution__card--link:focus-visible,
  .b28-solution__card--intro.b28-solution__card--link:hover,
  .b28-solution__card--intro.b28-solution__card--link:focus-visible {
    padding: 14px;
  }

  .b27-apply__head .b27-kicker {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .b28-pos-intro {
    height: auto;
  }

  .b28-pos-intro__pin {
    position: static;
    min-height: 0;
    padding: 80px 0 52px;
  }

  .b28-pos-intro__title:not(.is-active),
  .b28-pos-intro__shot:not(.is-active) {
    display: none;
  }

  .b28-pos-intro__title.is-active,
  .b28-pos-intro__shot.is-active {
    position: relative;
    opacity: 1;
  }
}
