.home-main {
  padding-bottom: 40px;
}

.hero-block {
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  background:
    radial-gradient(circle at 50% 78%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #b5beab 0%, #a0ad94 100%);
}

.hero-block__copy {
  padding: 48px var(--page-side) 0;
  text-align: center;
  color: #2f2f2f;
}

.hero-block__tagline {
  max-width: 320px;
  margin: 0 auto;
  color: rgba(47, 47, 47, 0.74);
  font-size: 14px;
  line-height: 1.7;
}

.hero-block h1 {
  margin-top: 12px;
  font-size: clamp(28px, 8vw, 40px);
  line-height: 1.08;
  font-weight: 700;
}

.hero-block__description {
  max-width: 330px;
  margin: 14px auto 0;
  color: rgba(47, 47, 47, 0.78);
  font-size: 14px;
  line-height: 1.75;
}

.hero-block__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.hero-block__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.hero-block__actions a:last-child {
  background: #006843;
  color: #fff;
}

.hero-block__visual {
  position: relative;
  padding: 24px 18px 22px;
}

.hero-block__visual img {
  position: relative;
  z-index: 1;
  width: min(72vw, 278px);
  margin: 0 auto;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.16));
}

.hero-block__shadow {
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: min(84vw, 330px);
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 40%, rgba(255, 255, 255, 0) 76%);
  transform: translateX(-50%);
  filter: blur(4px);
}

.category-strip,
.home-banner,
.home-section {
  margin-top: 24px;
}

.category-strip__track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0 var(--page-side);
}

.category-tile {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #f4f4f4 0%, #d9d9d9 100%);
}

.category-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-tile span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 14px;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
}

.home-section__title {
  padding: 0 var(--page-side);
  color: #2b2b2b;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 700;
}

.product-rail {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 16px var(--page-side) 0;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.product-rail::-webkit-scrollbar {
  display: none;
}

.deal-card {
  position: relative;
  flex: 0 0 clamp(272px, 82vw, 328px);
  min-height: 360px;
  overflow: hidden;
  border-radius: 20px;
  scroll-snap-align: start;
}

.deal-card--image {
  background: #ebebeb;
}

.deal-card--image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.58) 100%);
  pointer-events: none;
}

.deal-card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deal-card__overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.deal-card__info {
  max-width: 62%;
  color: #fff;
}

.deal-card__info h3 {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
}

.deal-card__info strong {
  display: block;
  margin-top: 8px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
}

.deal-card__button {
  flex: 0 0 auto;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #232323;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.deal-card--blue {
  padding: 22px;
  background: linear-gradient(180deg, #88afd1 0%, #346d9b 100%);
}

.deal-card--blue img {
  position: absolute;
  right: -16px;
  bottom: -2px;
  width: 68%;
}

.deal-card__content {
  position: relative;
  z-index: 1;
  width: 62%;
  color: #fff;
}

.deal-card__content h3 {
  font-size: 28px;
  line-height: 1.18;
  font-weight: 700;
}

.deal-card__content p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.7;
}

.deal-card__content strong {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
}

.home-banner {
  padding: 0 var(--page-side);
}

.home-banner img {
  width: 100%;
  border-radius: 20px;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px var(--page-side) 0;
}

.reason-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 146px;
  padding: 16px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}

.reason-card h3 {
  position: relative;
  z-index: 2;
  color: #2c2c2c;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.reason-card--image {
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.reason-card--ticket {
  background-image: url("../assets/home/ticket.png");
}

.reason-card--instalment {
  background-image: url("../assets/home/instalment.png");
}

.reason-card--day7 {
  background-image: url("../assets/home/day7.png");
  background-size: 188% auto;
  background-position: center calc(100% + 52px);
}

.reason-card--peijian {
  background-image: url("../assets/home/peijian.png");
  background-size: 82% auto;
}

.reason-card--free {
  background-image: url("../assets/home/free.png");
  background-size: 154% auto;
}

.reason-card--text {
  justify-content: space-between;
}

.reason-card--text p {
  color: #7f8082;
  font-size: 13px;
  line-height: 1.7;
}

.scene-card {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 16px var(--page-side) 0;
  border-radius: 22px;
  aspect-ratio: 343 / 380;
  background: #d7dee9;
}

.scene-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scene-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 22px;
  color: #fff;
  background: linear-gradient(180deg, rgba(12, 18, 30, 0.24) 0%, rgba(12, 18, 30, 0.06) 34%, rgba(12, 18, 30, 0.48) 100%);
}

.scene-card__eyebrow {
  font-size: 13px;
  line-height: 1.45;
}

.scene-card__overlay h3 {
  margin-top: 8px;
  font-size: 25px;
  line-height: 1.16;
  font-weight: 700;
}

.scene-card__overlay p {
  max-width: 270px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.7;
}

.scene-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.scene-card__price {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.scene-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 44px;
  padding: 0 20px;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px var(--page-side) 0;
}

.catalog-card {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}

.catalog-card__media {
  display: grid;
  place-items: center;
  height: 172px;
  padding: 16px 14px 10px;
}

.catalog-card__media img {
  width: 100%;
  max-width: 148px;
  max-height: 144px;
  object-fit: contain;
}

.catalog-card__body {
  padding: 8px 14px 16px;
}

.catalog-card__body h3 {
  min-height: 48px;
  color: #2d2d2d;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
}

.catalog-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.catalog-card__price strong {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
}

.catalog-card__price del {
  color: #a8adb6;
  font-size: 12px;
}

.catalog-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  color: #b2b6bd;
  font-size: 12px;
}

.catalog-card--guide {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.catalog-card__guide {
  padding: 16px 16px 0;
}

.catalog-card__guide span {
  color: #b1b4bb;
  font-size: 12px;
}

.catalog-card__guide h3 {
  margin-top: 8px;
  color: #2e2e2f;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.catalog-card__guide-media {
  position: relative;
  min-height: 146px;
  overflow: hidden;
}

.catalog-card__guide-figure {
  position: absolute;
  object-fit: contain;
}

.catalog-card__guide-figure--avatar {
  left: 14px;
  bottom: 12px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.catalog-card__guide-figure--small {
  right: 58px;
  bottom: 18px;
  width: 48px;
  height: 86px;
}

.catalog-card__guide-figure--large {
  right: -10px;
  bottom: 0;
  width: 96px;
  height: 142px;
}

.catalog-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  color: #202224;
  font-size: 14px;
  font-weight: 600;
  border-top: 1px solid #f0f0f0;
}

.catalog-card__cta::after {
  content: ">";
  margin-left: 8px;
  font-size: 16px;
}

.review-panel {
  margin: 16px var(--page-side) 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}

.review-item {
  padding: 20px 18px;
}

.review-item + .review-item {
  border-top: 1px solid #ededed;
}

.review-item__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-item__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 32%, #f1d4c3, #b98a77 58%, #5a4a43 100%);
}

.review-item__avatar--second {
  background: radial-gradient(circle at 34% 32%, #f6d6da, #cc9daf 58%, #6b5561 100%);
}

.review-item__head strong {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
}

.review-item__stars {
  margin-top: 4px;
  color: #d1d4da;
  font-size: 15px;
  letter-spacing: 2px;
}

.review-item__stars span {
  color: #ff4b3e;
}

.review-item p {
  margin-top: 14px;
  color: #343435;
  font-size: 14px;
  line-height: 1.8;
}

.review-item time {
  display: block;
  margin-top: 12px;
  color: #b0b3ba;
  font-size: 12px;
}

.review-panel__more {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border-top: 1px solid #ededed;
  color: #2f2f2f;
  font-size: 15px;
  font-weight: 600;
}

.review-panel__more::after {
  content: ">";
  margin-left: 8px;
  font-size: 16px;
}

.floating-tools {
  position: fixed;
  right: calc(12px + env(safe-area-inset-right, 0px));
  bottom: calc(110px + var(--safe-bottom));
  z-index: 90;
  display: grid;
  justify-items: center;
  gap: 10px;
}

.floating-tools__top,
.floating-tools__avatar,
.floating-tools__service {
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.floating-tools__top {
  width: 40px;
  height: 40px;
  border: 0;
  background: rgba(255, 255, 255, 0.96);
  color: #313131;
  box-shadow: 0 10px 22px rgba(24, 24, 24, 0.12);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.floating-tools__top.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
}

.floating-tools__avatar,
.floating-tools__service {
  width: 58px;
  height: 58px;
}

.floating-tools__avatar img,
.floating-tools__service img {
  width: 58px;
  height: 58px;
}

@media (max-width: 359px) {
  .hero-block__copy {
    padding-top: 40px;
  }

  .home-section__title {
    font-size: 20px;
  }

  .reason-grid,
  .catalog-grid,
  .category-strip__track {
    gap: 10px;
  }

  .catalog-card__body h3 {
    min-height: 42px;
    font-size: 14px;
  }

  .floating-tools__avatar,
  .floating-tools__service {
    width: 52px;
    height: 52px;
  }

  .floating-tools__avatar img,
  .floating-tools__service img {
    width: 52px;
    height: 52px;
  }
}

@media (min-width: 768px) {
  .floating-tools {
    right: calc(50% - 203px);
  }
}

/* ===== Home Guest ===== */

.h5-page--home-guest {
  --official-home-card-height: 571px;
  background: #2b2b2b;
}

.h5-page--home-guest .home-shell--guest {
  background: #2b2b2b;
}

.h5-page--home-guest .guest-home-header {
  position: sticky;
  top: 0;
  z-index: 90;
  padding-top: env(safe-area-inset-top, 0px);
  background: #ededed;
}

.h5-page--home-guest .guest-home-header__inner {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 57px;
  padding: 0 15px;
}

.h5-page--home-guest .guest-home-header__menu,
.h5-page--home-guest .guest-home-header__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  background: transparent;
}

.h5-page--home-guest .guest-home-header__menu {
  flex-direction: column;
  gap: 4px;
}

.h5-page--home-guest .guest-home-header__menu span {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: #2c2c2c;
}

.h5-page--home-guest .guest-home-header__brand {
  display: inline-flex;
  justify-content: center;
}

.h5-page--home-guest .guest-home-header__brand img {
  width: 154px;
  height: 31px;
  object-fit: contain;
}

.h5-page--home-guest .guest-home-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.h5-page--home-guest .guest-home-header__icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.h5-page--home-guest .guest-home-main {
  background: #2b2b2b;
}

.h5-page--home-guest .guest-hero {
  background: #adb4a1;
  padding: 0;
}

.h5-page--home-guest .guest-hero__copy {
  padding: 52px 28px 0;
  text-align: center;
  color: #2b2b2b;
}

.h5-page--home-guest .guest-hero__tagline {
  font-size: 15px;
  line-height: 1.4;
}

.h5-page--home-guest .guest-hero__copy h1 {
  margin-top: 14px;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
}

.h5-page--home-guest .guest-hero__actions,
.h5-page--home-guest .guest-story-card__actions {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.h5-page--home-guest .guest-hero__actions {
  margin-top: 14px;
}

.h5-page--home-guest .guest-hero__actions a,
.h5-page--home-guest .guest-story-card__actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: currentColor;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
}

.h5-page--home-guest .guest-hero__actions a::after,
.h5-page--home-guest .guest-story-card__actions a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.h5-page--home-guest .guest-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 0;
  padding: 20px 0 30px;
  min-height: 346px;
}

.h5-page--home-guest .guest-hero__shadow {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 296px;
  height: auto;
  transform: translateX(-50%);
}

.h5-page--home-guest .guest-hero__machine {
  position: relative;
  z-index: 1;
  width: min(54vw, 202px);
  max-height: 371px;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.14));
}

.h5-page--home-guest .guest-hero__machine--wide {
  width: min(86vw, 320px);
  max-height: 300px;
  object-fit: contain;
}

.h5-page--home-guest .guest-home-content {
  background: #2b2b2b;
}

.h5-page--home-guest .guest-home-content__inner {
  display: grid;
  gap: 8px;
  padding: 8px 0 0;
}

.h5-page--home-guest .official-module {
  position: relative;
  height: var(--official-home-card-height);
  min-height: var(--official-home-card-height);
  overflow: hidden;
  background: #f0f1f3;
}

.h5-page--home-guest .official-module--hero {
  min-height: var(--official-home-card-height);
}

.h5-page--home-guest .guest-hero__slide {
  flex: 0 0 100%;
  min-width: 0;
  height: var(--official-home-card-height);
  min-height: var(--official-home-card-height);
  scroll-snap-align: start;
  background: #adb4a1;
}

.h5-page--home-guest .official-swipe {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.h5-page--home-guest .official-swipe::-webkit-scrollbar {
  display: none;
}

.h5-page--home-guest .official-swipe__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 6px;
  pointer-events: none;
}

.h5-page--home-guest .official-swipe__dot {
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.42);
}

.h5-page--home-guest .official-swipe__dot.is-active {
  background: rgba(255, 255, 255, 0.92);
}

.h5-page--home-guest .official-module__title,
.h5-page--home-guest .official-module__copy h2 {
  margin-top: 10px;
  color: inherit;
  font-size: 29px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0;
}

.h5-page--home-guest .official-module__copy {
  position: relative;
  z-index: 3;
  padding: 54px 24px 0;
  color: #2b2b2b;
  text-align: center;
}

.h5-page--home-guest .official-module__copy p {
  color: currentColor;
  font-size: 13px;
  line-height: 1.4;
}

.h5-page--home-guest .official-module__copy span {
  display: block;
  max-width: 310px;
  margin: 10px auto 0;
  color: rgba(43, 43, 43, 0.68);
  font-size: 14px;
  line-height: 1.58;
}

.h5-page--home-guest .official-module__copy--light {
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.22);
}

.h5-page--home-guest .official-module__copy--light span {
  color: rgba(255, 255, 255, 0.72);
}

.h5-page--home-guest .official-module__actions {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 16px;
}

.h5-page--home-guest .official-module__actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: currentColor;
  font-size: 13px;
  line-height: 1.2;
}

.h5-page--home-guest .official-module__actions a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.h5-page--home-guest .official-module__product {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 1;
  max-width: 84%;
  max-height: 55%;
  object-fit: contain;
  transform: translateX(-50%);
}

.h5-page--home-guest .official-module__product--machine {
  width: 244px;
  filter: drop-shadow(0 24px 26px rgba(0, 0, 0, 0.16));
}

.h5-page--home-guest .official-module__product--badminton {
  width: 286px;
}

.h5-page--home-guest .official-module__product--accessory {
  width: 330px;
  bottom: 44px;
}

.h5-page--home-guest .official-module__product--support {
  width: 100%;
  max-width: none;
  max-height: 48%;
  bottom: 0;
  object-fit: cover;
}

.h5-page--home-guest .official-module__bg,
.h5-page--home-guest .official-module__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h5-page--home-guest .official-module__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 14, 18, 0.58) 0%, rgba(10, 14, 18, 0.12) 48%, rgba(10, 14, 18, 0.64) 100%);
}

.h5-page--home-guest .official-module--blue {
  background: linear-gradient(180deg, #6f97b9 0%, #294b64 100%);
}

.h5-page--home-guest .official-module--deep {
  background: #202429;
}

.h5-page--home-guest .official-module--accessory {
  background: linear-gradient(180deg, #f6f7f8 0%, #dfe5e9 100%);
}

.h5-page--home-guest .official-module--carousel .official-swipe {
  height: var(--official-home-card-height);
}

.h5-page--home-guest .official-module__panel {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: start;
  background: #eef1f4;
}

.h5-page--home-guest .official-module__panel img {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 54%;
  object-fit: cover;
  transform: translateX(-50%);
}

.h5-page--home-guest .official-module__panel::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 52%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 100%);
  pointer-events: none;
}

.h5-page--home-guest .official-module__panel--shuttle,
.h5-page--home-guest .official-module__panel--story,
.h5-page--home-guest .official-module__panel--training {
  background: #252a30;
}

.h5-page--home-guest .official-module__panel--shuttle img,
.h5-page--home-guest .official-module__panel--story img,
.h5-page--home-guest .official-module__panel--training img {
  height: 100%;
}

.h5-page--home-guest .official-module__panel--shuttle::before,
.h5-page--home-guest .official-module__panel--story::before,
.h5-page--home-guest .official-module__panel--training::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.12) 50%, rgba(0, 0, 0, 0.54) 100%);
}

.h5-page--home-guest .official-module__panel--shuttle .official-module__copy,
.h5-page--home-guest .official-module__panel--story .official-module__copy,
.h5-page--home-guest .official-module__panel--training .official-module__copy {
  z-index: 3;
}

.h5-page--home-guest .official-module__panel--manual img {
  height: 52%;
  object-fit: contain;
}

.h5-page--home-guest .guest-promo-banner,
.h5-page--home-guest .guest-story-card,
.h5-page--home-guest .guest-feature-card {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.h5-page--home-guest .guest-promo-banner img,
.h5-page--home-guest .guest-feature-card__image,
.h5-page--home-guest .guest-story-card__image {
  width: 100%;
  display: block;
}

.h5-page--home-guest .guest-feature-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 310px;
  gap: 15px;
  overflow-x: auto;
  padding-right: 50px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.h5-page--home-guest .guest-feature-rail::-webkit-scrollbar {
  display: none;
}

.h5-page--home-guest .guest-feature-card {
  position: relative;
  min-height: 460px;
  scroll-snap-align: start;
  background: #345b83;
}

.h5-page--home-guest .guest-feature-card--art {
  background: transparent;
}

.h5-page--home-guest .guest-feature-card--detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 20px 0;
  background:
    linear-gradient(180deg, rgba(15, 18, 44, 0.96) 0%, rgba(52, 54, 88, 0.92) 60%, rgba(251, 235, 226, 0.96) 100%);
}

.h5-page--home-guest .guest-feature-card__body {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.h5-page--home-guest .guest-feature-card__body p {
  font-size: 13px;
  line-height: 1.38;
}

.h5-page--home-guest .guest-feature-card__body h2 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 600;
}

.h5-page--home-guest .guest-feature-card__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.h5-page--home-guest .guest-feature-card__meta strong {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.h5-page--home-guest .guest-feature-card__meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  min-height: 32px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
}

.h5-page--home-guest .guest-feature-card__image--product {
  width: 240px;
  margin: auto auto 0;
}

.h5-page--home-guest .guest-story-card {
  background: rgba(245, 245, 245, 0.1);
}

.h5-page--home-guest .guest-story-card__body {
  padding: 18px 15px 20px;
}

.h5-page--home-guest .guest-story-card__body h2 {
  color: #fff;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 500;
}

.h5-page--home-guest .guest-story-card__body p {
  margin-top: 12px;
  color: #9fa3a7;
  font-size: 14px;
  line-height: 1.43;
}

.h5-page--home-guest .guest-story-card__actions {
  justify-content: flex-start;
  gap: 34px;
  margin-top: 20px;
}

.h5-page--home-guest .guest-story-card__actions a {
  color: #fff;
}

.h5-page--home-guest .guest-home-footer {
  margin-top: 20px;
}

.h5-page--home-guest .guest-home-footer .site-footer__row,
.h5-page--home-guest .guest-home-footer .footer-accordion__trigger {
  min-height: 64px;
  padding: 0 22px;
  border-top-color: #414141;
  font-size: 16px;
  font-weight: 500;
}

.h5-page--home-guest .guest-home-footer .site-footer__row::after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid rgba(255, 255, 255, 0.92);
  border-right: 2px solid rgba(255, 255, 255, 0.92);
  transform: rotate(45deg);
}

.h5-page--home-guest .guest-home-footer .footer-accordion__trigger::after {
  font-size: 20px;
}

.h5-page--home-guest .guest-home-footer .footer-accordion__panel {
  padding-bottom: 18px;
}

.h5-page--home-guest .guest-home-footer .footer-accordion__panel a {
  padding: 9px 30px;
  color: #d4d4d4;
  font-size: 14px;
}

.h5-page--home-guest .guest-home-footer .site-footer__social {
  gap: 18px;
  padding: 24px 30px 10px;
}

.h5-page--home-guest .guest-home-footer .site-footer__social img {
  width: 20px;
  height: 20px;
}

.h5-page--home-guest .guest-home-footer .site-footer__legal {
  gap: 10px;
  padding: 10px 20px calc(34px + var(--safe-bottom));
  color: #8c8c8c;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 359px) {
  .h5-page--home-guest {
    --official-home-card-height: 556px;
  }

  .h5-page--home-guest .guest-home-header__inner {
    padding-inline: 12px;
  }

  .h5-page--home-guest .guest-home-header__brand img {
    width: 136px;
    height: 27px;
  }

  .h5-page--home-guest .guest-hero {
    padding-top: 0;
  }

  .h5-page--home-guest .guest-hero__copy {
    padding-inline: 20px;
  }

  .h5-page--home-guest .guest-hero__copy h1 {
    font-size: 30px;
  }

  .h5-page--home-guest .guest-hero__visual {
    min-height: 322px;
    margin-top: 0;
  }

  .h5-page--home-guest .guest-feature-rail {
    grid-auto-columns: calc(100vw - 80px);
    padding-right: 36px;
  }

  .h5-page--home-guest .guest-hero__actions,
  .h5-page--home-guest .guest-story-card__actions {
    gap: 24px;
  }

  .h5-page--home-guest .guest-hero__actions a,
  .h5-page--home-guest .guest-story-card__actions a {
    font-size: 12px;
  }

  .h5-page--home-guest .guest-home-content__inner {
    padding: 18px 12px 0;
  }

  .h5-page--home-guest .guest-feature-card {
    min-height: 420px;
  }

  .h5-page--home-guest .guest-hero__slide {
    min-height: var(--official-home-card-height);
  }

  .h5-page--home-guest .official-module__copy,
  .h5-page--home-guest .guest-hero__copy {
    padding-top: 44px;
  }

  .h5-page--home-guest .official-module__title,
  .h5-page--home-guest .official-module__copy h2,
  .h5-page--home-guest .guest-hero__copy h1 {
    font-size: 27px;
  }

  .h5-page--home-guest .official-module__actions,
  .h5-page--home-guest .guest-hero__actions {
    gap: 22px;
  }

  .h5-page--home-guest .guest-feature-card__meta {
    flex-wrap: wrap;
  }

  .h5-page--home-guest .guest-feature-card__meta strong,
  .h5-page--home-guest .guest-feature-card__meta span,
  .h5-page--home-guest .guest-story-card__body p {
    font-size: 12px;
  }

  .h5-page--home-guest .guest-story-card__body h2 {
    font-size: 15px;
  }
}

/* ===== Home Member ===== */

.h5-page--home-member {
  background: #f0f1f3;
}

.h5-page--home-member .home-shell {
  background: #f0f1f3;
}

.h5-page--home-member .home-main--member {
  padding-bottom: 52px;
}

.h5-page--home-member .home-header {
  position: sticky;
  top: 0;
  z-index: 90;
  padding-top: env(safe-area-inset-top, 0px);
  background: rgba(255, 255, 255, 0.98);
}

.h5-page--home-member .home-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 57px;
  padding: 0 16px 0 14px;
}

.h5-page--home-member .home-header__menu,
.h5-page--home-member .home-header__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
}

.h5-page--home-member .home-header__menu img,
.h5-page--home-member .home-header__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.h5-page--home-member .home-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 10px;
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.h5-page--home-member .home-header__brand img {
  width: 102px;
  height: auto;
  object-fit: contain;
}

.h5-page--home-member .home-header__brand span {
  font-size: 15px;
  line-height: 1;
}

.h5-page--home-member .home-header__actions {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-left: auto;
}

.h5-page--home-member .account-popover {
  top: calc(100% + 14px);
  right: 8px;
  width: 108px;
  padding: 10px 0;
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.h5-page--home-member .account-popover::before {
  top: -7px;
  right: 16px;
  width: 14px;
  height: 14px;
}

.h5-page--home-member .account-popover a {
  min-height: 44px;
  padding: 0 16px;
  font-size: 13px;
}

.h5-page--home-member .hero-section {
  overflow: hidden;
  background: #acb29f;
}

.h5-page--home-member .hero-section__copy {
  padding: 52px 24px 0;
  text-align: center;
  color: #2d2d2d;
}

.h5-page--home-member .hero-section__tagline {
  font-size: 15px;
  line-height: 1.42;
}

.h5-page--home-member .hero-section__copy h1 {
  margin-top: 14px;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.h5-page--home-member .hero-section__actions {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 14px;
}

.h5-page--home-member .hero-section__actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #313131;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.h5-page--home-member .hero-section__actions a::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../assets/home/ref-arrow-black.png") center / contain no-repeat;
}

.h5-page--home-member .hero-section__visual {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 346px;
  padding: 20px 0 30px;
}

.h5-page--home-member .hero-section__visual img {
  position: relative;
  z-index: 1;
  width: min(54vw, 202px);
}

.h5-page--home-member .hero-section__glow {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 296px;
  height: 92px;
  background: url("../assets/home/hero-shadow.png") center / 100% 100% no-repeat;
  transform: translateX(-50%);
}

.h5-page--home-member .home-quick-strip,
.h5-page--home-member .sale-strip {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 20px;
}

.h5-page--home-member .home-quick-strip::-webkit-scrollbar,
.h5-page--home-member .sale-strip::-webkit-scrollbar {
  display: none;
}

.h5-page--home-member .home-quick-strip {
  gap: 8px;
  padding: 20px 20px 0;
}

.h5-page--home-member .quick-card {
  position: relative;
  flex: 0 0 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 6px;
  scroll-snap-align: start;
  background: #eceef2;
}

.h5-page--home-member .quick-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 56%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.62) 100%);
}

.h5-page--home-member .quick-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h5-page--home-member .quick-card__copy {
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 7px;
  z-index: 1;
}

.h5-page--home-member .quick-card__copy strong {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
}

.h5-page--home-member .quick-card__copy span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 9px;
  line-height: 1.22;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
}

.h5-page--home-member .quick-card--accessories img {
  object-fit: cover;
  object-position: center 36%;
}

.h5-page--home-member .home-feed {
}

.h5-page--home-member .home-section {
  margin-top: 30px;
}

.h5-page--home-member .home-section__head {
  padding: 0 20px;
  margin-bottom: 20px;
}

.h5-page--home-member .home-section__head h2 {
  color: #2c2c2c;
  font-size: 22px;
  line-height: 1.36;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.h5-page--home-member .sale-strip {
  gap: 8px;
  padding: 0 20px;
}

.h5-page--home-member .sale-card {
  flex: 0 0 298px;
  scroll-snap-align: start;
}

.h5-page--home-member .sale-card__link {
  position: relative;
  display: block;
  min-height: 342px;
  overflow: hidden;
  border-radius: 8px;
  background: #d8dce1;
}

.h5-page--home-member .sale-card__media {
  position: absolute;
  inset: 0;
}

.h5-page--home-member .sale-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h5-page--home-member .sale-card__link::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.54) 100%);
}

.h5-page--home-member .sale-card--machine .sale-card__link {
  background: linear-gradient(180deg, #8ab2cc 0%, #456f8d 100%);
}

.h5-page--home-member .sale-card--machine .sale-card__media img {
  box-sizing: border-box;
  object-fit: contain;
  object-position: center bottom;
  padding: 20px 10px 86px;
}

.h5-page--home-member .sale-card--accessory .sale-card__link {
  background: linear-gradient(180deg, #eff1f4 0%, #d9dee5 100%);
}

.h5-page--home-member .sale-card--accessory .sale-card__media img {
  object-fit: cover;
  object-position: center 34%;
}

.h5-page--home-member .sale-card--accessory .sale-card__body,
.h5-page--home-member .sale-card--accessory .sale-card__body p {
  color: #fff;
}

.h5-page--home-member .sale-card__body {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
}

.h5-page--home-member .sale-card__body h3 {
  font-size: 22px;
  line-height: 1.36;
  font-weight: 700;
}

.h5-page--home-member .sale-card__body p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  line-height: 1.42;
}

.h5-page--home-member .sale-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 7px;
}

.h5-page--home-member .sale-card__meta strong {
  font-size: 12px;
  font-weight: 400;
}

.h5-page--home-member .sale-card__meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 32px;
  padding: 0 12px;
  color: #303030;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
}



.h5-page--home-member .home-banner--member img {
  width: 100%;
  border-radius: 8px;
}

.h5-page--home-member .reason-grid {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  padding: 0 20px;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 20px;
}

.h5-page--home-member .reason-grid::-webkit-scrollbar {
  display: none;
}

.h5-page--home-member .reason-column {
  flex: 0 0 145px;
  display: grid;
  align-content: start;
  gap: 8px;
  scroll-snap-align: start;
}

.h5-page--home-member .reason-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 10px 9px;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.h5-page--home-member .reason-card strong {
  display: block;
  color: #2a2a2a;
  font-size: 12px;
  line-height: 1.34;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.01em;
}

.h5-page--home-member .reason-card--coin,
.h5-page--home-member .reason-card--installment-card,
.h5-page--home-member .reason-card--day7-card,
.h5-page--home-member .reason-card--parts {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.h5-page--home-member .reason-card--coin {
  min-height: 112px;
  background-image: url("../assets/home/reason-coin-card.png");
  background-size: 90% auto;
  background-position: center 68%;
}

.h5-page--home-member .reason-card--coin strong,
.h5-page--home-member .reason-card--installment-card strong,
.h5-page--home-member .reason-card--expert strong {
  margin-top: 1px;
}

.h5-page--home-member .reason-card--installment-card,
.h5-page--home-member .reason-card--expert {
  min-height: 112px;
  background-size: 90% auto;
}

.h5-page--home-member .reason-card--installment-card {
  background-image: url("../assets/home/reason-6free-card.png");
  background-size: 90% auto;
  background-position: calc(50% + 30px) calc(100% + 30px);
}

.h5-page--home-member .reason-card--expert {
  background-image: url("../assets/home/free.png");
  background-size: 96% auto;
}

.h5-page--home-member .reason-card--day7-card {
  min-height: 74px;
  justify-content: flex-start;
  padding-top: 11px;
  background-image: url("../assets/home/reason-7day-card.png");
  background-size: 88% auto;
  background-position: center 54%;
}

.h5-page--home-member .reason-card--parts {
  min-height: 150px;
  background-image: url("../assets/home/reason-parts-card.png");
  background-size: 92% auto;
  background-position: center calc(100% + 20px);
}

.h5-page--home-member .reason-card--parts strong {
  margin-top: 1px;
}

.h5-page--home-member .reason-card--refurbished {
  min-height: 112px;
  align-items: center;
  padding-top: 12px;
}

.h5-page--home-member .reason-card--refurbished img {
  object-fit: contain;
}

.h5-page--home-member .reason-card--refurbished strong {
  min-height: 32px;
}

.h5-page--home-member .reason-card--refurbished img {
  width: 70px;
  height: 46px;
  margin-top: auto;
}

.h5-page--home-member .feature-card {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 20px;
  border-radius: 6px;
  min-height: 465px;
  background: #d7dde3;
}

.h5-page--home-member .feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h5-page--home-member .feature-card__copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 24px 20px 20px;
  color: #fff;
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.2) 0%, rgba(8, 12, 18, 0.04) 36%, rgba(8, 12, 18, 0.22) 100%);
}

.h5-page--home-member .feature-card__eyebrow {
  font-size: 11px;
  line-height: 1.45;
}

.h5-page--home-member .feature-card__copy h3 {
  margin-top: 4px;
  font-size: 22px;
  line-height: 1.36;
  font-weight: 500;
}

.h5-page--home-member .feature-card__copy p {
  max-width: 295px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.42;
}

.h5-page--home-member .feature-card__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.h5-page--home-member .feature-card__meta strong {
  font-size: 12px;
  font-weight: 400;
}

.h5-page--home-member .feature-card__meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 32px;
  padding: 0 12px;
  color: #303030;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
}

.h5-page--home-member .feature-card--secondary {
  min-height: 465px;
}

.h5-page--home-member .product-grid-home {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 20px 0;
}

.h5-page--home-member .product-mini-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
}

.h5-page--home-member .product-mini-card__media {
  display: grid;
  place-items: center;
  height: 156px;
  padding: 14px 14px 12px;
  background: #fbfbfb;
}

.h5-page--home-member .product-mini-card__media img {
  width: 124px;
  height: 124px;
  object-fit: contain;
}

.h5-page--home-member .product-mini-card h3,
.h5-page--home-member .product-mini-card--guide h3 {
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 600;
}

.h5-page--home-member .product-mini-card > h3 {
  min-height: 44px;
  padding: 12px 12px 0;
}

.h5-page--home-member .product-mini-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 10px 12px 0;
}

.h5-page--home-member .product-mini-card__price strong {
  color: #2b2b2b;
  font-size: 13px;
  font-weight: 400;
}

.h5-page--home-member .product-mini-card__price del {
  color: #a6adb6;
  font-size: 13px;
}

.h5-page--home-member .product-mini-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 12px 12px 12px;
  color: #b0b6be;
  font-size: 10px;
}

.h5-page--home-member .product-mini-card--guide {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding-top: 14px;
}

.h5-page--home-member .product-mini-card__guide-copy {
  padding: 0 12px;
}

.h5-page--home-member .product-mini-card__guide-copy > span {
  color: #babfc6;
  font-size: 11px;
}

.h5-page--home-member .product-mini-card__guide-copy h3 {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.36;
  font-weight: 500;
}

.h5-page--home-member .product-mini-card__guide-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-top: 8px;
  border-radius: 50%;
  background: #1c1f22;
}

.h5-page--home-member .product-mini-card__guide-arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../assets/icons/arrow-right-white.png") center / contain no-repeat;
}

.h5-page--home-member .product-mini-card__guide-collage {
  height: 118px;
  min-height: 0;
  margin-top: 10px;
  overflow: hidden;
}

.h5-page--home-member .product-mini-card__guide-collage-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h5-page--home-member .product-mini-card__guide-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  color: #202224;
  font-size: 12px;
  font-weight: 600;
  border-top: 1px solid #f1f1f1;
}

.h5-page--home-member .product-mini-card__guide-cta::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url("../assets/home/ref-arrow-black.png") center / contain no-repeat;
}

.h5-page--home-member .home-section--reviews {
  padding-bottom: 4px;
}

.h5-page--home-member .review-list {
  margin: 0 20px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #fff;
}

.h5-page--home-member .review-item {
  padding: 22px 20px;
}

.h5-page--home-member .review-item + .review-item {
  border-top: 1px solid #ececec;
}

.h5-page--home-member .review-item__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.h5-page--home-member .review-item__head img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}

.h5-page--home-member .review-item__head strong {
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 600;
}

.h5-page--home-member .review-item__stars {
  margin-top: 6px;
}

.h5-page--home-member .review-item__stars img {
  width: auto;
  height: 10px;
  border-radius: 0;
}

.h5-page--home-member .review-item p {
  margin-top: 14px;
  color: #34373b;
  font-size: 14px;
  line-height: 1.75;
}

.h5-page--home-member .review-item time {
  display: block;
  margin-top: 14px;
  color: #aeb4bc;
  font-size: 12px;
}

.h5-page--home-member .review-more {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  margin: 0 20px;
  border-radius: 0 0 8px 8px;
  background: #fff;
  border-top: 1px solid #ececec;
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 600;
}

.h5-page--home-member .review-more::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background: url("../assets/home/ref-arrow-black.png") center / contain no-repeat;
}

.h5-page--home-member .home-floating {
  position: fixed;
  right: calc(10px + env(safe-area-inset-right, 0px));
  bottom: calc(108px + var(--safe-bottom));
  z-index: 92;
  display: grid;
  justify-items: center;
  gap: 10px;
}

.h5-page--home-member .home-floating__button {
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.h5-page--home-member .home-floating__button--avatar,
.h5-page--home-member .home-floating__button--service {
  width: 62px;
  height: 62px;
}

.h5-page--home-member .home-floating__button--avatar img,
.h5-page--home-member .home-floating__button--service img {
  width: 62px;
  height: 62px;
}

.h5-page--home-member .home-floating__button--backtop {
  width: 40px;
  height: 40px;
  border: 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(23, 23, 23, 0.12);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.h5-page--home-member .home-floating__button--backtop span {
  width: 14px;
  height: 14px;
  background: url("../assets/icons/arrow-right-black.png") center / contain no-repeat;
  transform: rotate(-90deg);
}

.h5-page--home-member .home-floating__button--backtop.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
}

.h5-page--home-member .home-footer {
  margin-top: 30px;
}

@media (max-width: 359px) {
  .h5-page--home-member .hero-section__copy {
    padding-top: 44px;
  }

  .h5-page--home-member .hero-section__copy h1 {
    font-size: 30px;
  }

  .h5-page--home-member .quick-card {
    flex-basis: 94px;
    height: 94px;
  }

  .h5-page--home-member .sale-card {
    flex-basis: 284px;
  }

  .h5-page--home-member .reason-column {
    flex-basis: 138px;
  }

  .h5-page--home-member .feature-card,
  .h5-page--home-member .feature-card--secondary {
    min-height: 430px;
  }
}
