.moon-lp,
.moon-lp * {
  box-sizing: border-box;
}

.moon-lp {
  --moon-navy: #071333;
  --moon-navy-2: #101a45;
  --moon-purple: #5e527f;
  --moon-ivory: #fbf8f1;
  --moon-card: #fffdf8;
  --moon-gold: #d9b36f;
  --moon-gold-2: #f4db9d;
  --moon-ink: #342f4c;
  --moon-muted: #7a7189;
  --moon-line: rgba(200, 166, 105, 0.36);
  --moon-shadow: 0 16px 34px rgba(28, 22, 52, 0.16);
  --moon-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", serif;
  --moon-sans: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: clip;
  background: var(--moon-ivory);
  color: var(--moon-ink);
  font-family: var(--moon-sans);
  line-height: 1.7;
  text-size-adjust: 100%;
}

.moon-lp a {
  color: inherit;
  text-decoration: none;
}

.moon-lp__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.moon-lp__hero {
  position: relative;
  min-height: clamp(326px, 45vw, 650px);
  padding: clamp(16px, 2.2vw, 32px) clamp(24px, 5vw, 56px) clamp(28px, 5vw, 62px);
  color: #fffaf1;
  background:
    linear-gradient(90deg, rgba(5, 11, 31, 0.58) 0%, rgba(8, 12, 34, 0.22) 46%, rgba(7, 11, 32, 0.28) 100%),
    var(--moon-hero-image) center / cover no-repeat,
    radial-gradient(circle at 74% 22%, rgba(250, 239, 203, 0.54), rgba(250, 239, 203, 0) 12rem),
    linear-gradient(135deg, #071333, #121a46 55%, #070f2c);
  isolation: isolate;
}

.moon-lp__hero::after,
.moon-lp__routine::after,
.moon-lp__premium::after,
.moon-lp__final::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.95) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(245,215,148,0.9) 0 1px, transparent 1.4px);
  background-size: 170px 110px, 230px 160px;
  background-position: 18px 24px, 72px 48px;
  opacity: 0.34;
  z-index: -1;
}

.moon-lp__header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.moon-lp__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fffaf1;
  font-family: var(--moon-serif);
  font-size: clamp(15px, 2vw, 25px);
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.moon-lp__brand-mark {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--moon-gold-2);
  font-size: 22px;
  line-height: 1;
}

.moon-lp__nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
}

.moon-lp__login {
  display: inline-flex;
  min-width: 78px;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 250, 241, 0.72);
  border-radius: 999px;
  color: #fffaf1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(7px);
}

.moon-lp__menu {
  display: grid;
  width: 32px;
  height: 32px;
  padding: 6px 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.moon-lp__menu span {
  display: block;
  width: 28px;
  height: 2px;
  margin: auto;
  border-radius: 4px;
  background: #fffaf1;
  box-shadow: 0 0 8px rgba(244, 219, 157, 0.38);
}

.moon-lp__hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: clamp(250px, 34vw, 520px);
  align-items: center;
}

.moon-lp__hero-copy {
  width: min(620px, 62%);
  margin-left: clamp(112px, 19vw, 300px);
  padding-top: clamp(18px, 4vw, 72px);
}

.moon-lp__ornament {
  width: min(330px, 70%);
  height: 34px;
  margin: 0 0 2px 80px;
  opacity: 0.9;
  background:
    radial-gradient(circle at 50% 54%, var(--moon-gold-2) 0 9px, transparent 10px),
    linear-gradient(90deg, transparent, rgba(225, 191, 126, 0.8), transparent);
  -webkit-mask:
    radial-gradient(circle at 50% 44%, transparent 0 14px, #000 15px 18px, transparent 19px),
    linear-gradient(#000 0 0);
  mask:
    radial-gradient(circle at 50% 44%, transparent 0 14px, #000 15px 18px, transparent 19px),
    linear-gradient(#000 0 0);
}

.moon-lp__hero h1 {
  margin: 0 0 clamp(14px, 2vw, 22px);
  color: #fff6ef;
  font-family: var(--moon-serif);
  font-size: clamp(48px, 7.2vw, 100px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
  text-shadow: 0 0 16px rgba(245, 210, 214, 0.55), 0 4px 24px rgba(0, 0, 0, 0.42);
}

.moon-lp__hero p {
  max-width: 610px;
  margin: 0 0 clamp(18px, 2.8vw, 34px);
  color: rgba(255, 250, 241, 0.96);
  font-size: clamp(13px, 1.55vw, 18px);
  font-weight: 700;
  line-height: 1.95;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.moon-lp__button,
.moon-lp__shop-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid rgba(146, 97, 32, 0.2);
  border-radius: 999px;
  color: #4a3652;
  background: linear-gradient(180deg, #f9e6b4 0%, #d6a65c 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 12px 25px rgba(4, 8, 24, 0.23);
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.moon-lp__button:hover,
.moon-lp__shop-button:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 16px 30px rgba(4, 8, 24, 0.28);
}

.moon-lp__button--hero {
  min-width: min(100%, 380px);
  padding: 0 34px;
  font-size: clamp(14px, 1.55vw, 18px);
}

.moon-lp__features,
.moon-lp__calm,
.moon-lp__shop {
  background:
    radial-gradient(circle at 50% 0, rgba(230, 202, 147, 0.18), transparent 320px),
    var(--moon-ivory);
}

.moon-lp__features {
  padding: clamp(18px, 2.3vw, 34px) clamp(28px, 5vw, 66px) clamp(18px, 2.5vw, 32px);
}

.moon-lp__free-panel {
  margin: 0 0 clamp(18px, 2vw, 26px);
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(218, 182, 112, 0.58);
  border-radius: 18px;
  color: #fffaf1;
  background:
    radial-gradient(circle at 12% 12%, rgba(245, 219, 157, 0.17), transparent 130px),
    linear-gradient(135deg, #101946, #15194c 58%, #0b1234);
  text-align: center;
}

.moon-lp__free-panel h2,
.moon-lp__premium-heading h2 {
  margin: 0;
  font-family: var(--moon-serif);
  font-weight: 500;
}

.moon-lp__free-panel h2 {
  color: #fffaf1;
  font-size: clamp(20px, 2.5vw, 32px);
}

.moon-lp__free-panel p {
  margin: 4px 0 16px;
  color: rgba(255, 250, 241, 0.86);
  font-size: clamp(11px, 1.2vw, 15px);
  font-weight: 700;
}

.moon-lp__free-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 42px);
}

.moon-lp__free-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 12px;
  align-items: center;
  text-align: left;
}

.moon-lp__free-item > span {
  grid-row: span 2;
  display: grid;
  width: clamp(44px, 5.2vw, 66px);
  height: clamp(44px, 5.2vw, 66px);
  place-items: center;
  border-radius: 50%;
  color: #fff9e9;
  background: radial-gradient(circle at 35% 30%, #765bad, #2f2966 72%);
  box-shadow: 0 0 20px rgba(180, 148, 235, 0.28);
  font-size: clamp(24px, 3vw, 38px);
}

.moon-lp__free-item strong {
  color: #fffaf1;
  font-family: var(--moon-serif);
  font-size: clamp(13px, 1.45vw, 18px);
  line-height: 1.35;
}

.moon-lp__free-item small {
  color: rgba(255, 250, 241, 0.8);
  font-size: clamp(9px, 1vw, 13px);
  font-weight: 700;
  line-height: 1.45;
}

.moon-lp__premium-heading {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: center;
  margin: 0 0 clamp(12px, 1.8vw, 20px);
  color: #fffaf1;
  background: transparent;
}

.moon-lp__premium-heading span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(218, 182, 112, 0.85), transparent);
}

.moon-lp__premium-heading h2 {
  color: var(--moon-ink);
  font-size: clamp(20px, 2.4vw, 32px);
}

.moon-lp__premium-heading em {
  padding: 5px 14px;
  border-radius: 999px;
  color: #30233a;
  background: #f1d39b;
  font-size: clamp(9px, 1vw, 12px);
  font-style: normal;
  font-weight: 800;
}

.moon-lp__feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.7vw, 34px);
}

.moon-lp__feature-card {
  position: relative;
  display: flex;
  min-height: clamp(142px, 19vw, 232px);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(93, 77, 109, 0.12);
  border-radius: 9px;
  background: var(--moon-card);
  box-shadow: var(--moon-shadow);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.moon-lp__feature-card > b {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 3px 8px;
  border-radius: 8px 0 8px 0;
  color: #34233e;
  background: linear-gradient(180deg, #f8e3ac, #d0a05e);
  font-size: 10px;
  line-height: 1;
}

.moon-lp__feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(28, 22, 52, 0.2);
}

.moon-lp__feature-art {
  position: relative;
  display: grid;
  aspect-ratio: 1.92 / 1;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 42%, rgba(248, 232, 175, 0.34), transparent 38px),
    linear-gradient(145deg, #2a245c, #111a46 58%, #513c76);
  background-size: 200% 200%;
  background-position: center;
}

.moon-lp__feature-art::before,
.moon-lp__feature-art::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.moon-lp__feature-art::before {
  width: 92px;
  height: 92px;
  border: 1px solid rgba(234, 210, 154, 0.42);
}

.moon-lp__feature-art::after {
  inset: 12px;
  background-image: radial-gradient(circle, rgba(255,255,255,0.96) 0 1px, transparent 1.5px);
  background-size: 28px 24px;
  opacity: 0.38;
}

.moon-lp__feature-art i {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(46px, 6.4vw, 82px);
  height: clamp(42px, 5.8vw, 74px);
}

.moon-lp__feature-art--heart {
  background-image: url("../images/features/feature-sprite.png");
  background-position: 0 0;
}

.moon-lp__feature-art--card {
  background-image: url("../images/features/feature-sprite.png");
  background-position: 100% 0;
}

.moon-lp__feature-art--moon-pair {
  background-image: url("../images/features/feature-sprite.png");
  background-position: 0 100%;
}

.moon-lp__feature-art--crescent {
  background-image: url("../images/features/feature-sprite.png");
  background-position: 100% 100%;
}

.moon-lp__feature-art--heart i,
.moon-lp__feature-art--card i,
.moon-lp__feature-art--moon-pair i,
.moon-lp__feature-art--crescent i {
  opacity: 0;
}

.moon-lp__feature-art--heart i {
  background:
    radial-gradient(circle at 35% 31%, #fff9ec 0 11px, transparent 12px),
    radial-gradient(circle at 65% 31%, #fff9ec 0 11px, transparent 12px),
    linear-gradient(135deg, #fff9ec 0 50%, transparent 51%);
  transform: rotate(45deg);
  filter: drop-shadow(0 0 18px rgba(255, 229, 178, 0.68));
}

.moon-lp__feature-art--card i {
  width: clamp(38px, 5vw, 62px);
  height: clamp(54px, 7.2vw, 86px);
  border: 2px solid rgba(255, 247, 226, 0.82);
  border-radius: 7px;
  background:
    radial-gradient(circle at 50% 45%, #f1d589 0 9px, transparent 10px),
    linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.04));
  transform: rotate(-14deg);
  box-shadow: 0 0 20px rgba(239, 211, 147, 0.46);
}

.moon-lp__feature-art--moon-pair i {
  width: clamp(64px, 8vw, 104px);
  background:
    radial-gradient(circle at 30% 50%, #f6df9a 0 29%, transparent 30%),
    radial-gradient(circle at 40% 50%, #17194e 0 27%, transparent 28%),
    radial-gradient(circle at 70% 50%, #f6df9a 0 29%, transparent 30%),
    radial-gradient(circle at 60% 50%, #17194e 0 27%, transparent 28%);
}

.moon-lp__feature-art--crescent i {
  width: clamp(58px, 7vw, 94px);
  background:
    radial-gradient(circle at 48% 48%, #f8df96 0 34%, transparent 35%),
    radial-gradient(circle at 62% 36%, #17194e 0 34%, transparent 35%);
  filter: drop-shadow(0 0 18px rgba(255, 229, 178, 0.6));
}

.moon-lp__feature-title {
  display: block;
  margin: clamp(10px, 1.45vw, 20px) 12px 5px;
  color: var(--moon-ink);
  font-family: var(--moon-serif);
  font-size: clamp(17px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.3;
}

.moon-lp__feature-text {
  display: block;
  max-width: 15em;
  margin: 0 auto 14px;
  padding: 0 10px;
  color: #655d74;
  font-size: clamp(10px, 1.1vw, 15px);
  font-weight: 700;
  line-height: 1.55;
}

.moon-lp__routine,
.moon-lp__premium,
.moon-lp__final {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 28%, rgba(132, 107, 166, 0.32), transparent 240px),
    radial-gradient(circle at 92% 38%, rgba(255, 229, 178, 0.16), transparent 220px),
    linear-gradient(135deg, #071333, #111a46 54%, #07112f);
  color: #fffaf1;
  isolation: isolate;
}

.moon-lp__routine {
  display: grid;
  grid-template-columns: minmax(220px, 32%) 1fr;
  gap: clamp(28px, 5.5vw, 82px);
  align-items: center;
  padding: clamp(28px, 4.4vw, 60px) clamp(38px, 8vw, 86px);
}

.moon-lp__routine-photo {
  width: min(100%, 380px);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(244, 219, 157, 0.44);
  border-radius: 50%;
  background: url("../images/routine/routine-main-photo.png") center / cover no-repeat;
  box-shadow: inset 0 0 50px rgba(255, 248, 226, 0.08), 0 18px 50px rgba(0, 0, 0, 0.3);
  justify-self: center;
}

.moon-lp__routine-copy {
  text-align: center;
}

.moon-lp__routine h2,
.moon-lp__premium h2,
.moon-lp__final h2,
.moon-lp__shop h2 {
  margin: 0;
  font-family: var(--moon-serif);
  font-weight: 500;
  letter-spacing: 0;
}

.moon-lp__routine h2 {
  font-size: clamp(26px, 3.2vw, 48px);
  line-height: 1.35;
  text-shadow: 0 0 18px rgba(246, 220, 185, 0.28);
}

.moon-lp__routine-copy > p {
  margin: 12px 0 clamp(18px, 3vw, 36px);
  color: rgba(255, 250, 241, 0.86);
  font-size: clamp(12px, 1.35vw, 17px);
  font-weight: 700;
  line-height: 1.9;
}

.moon-lp__routine-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(86px, 1fr));
  gap: clamp(12px, 2vw, 30px);
  align-items: start;
}

.moon-lp__routine-item {
  display: grid;
  gap: 9px;
  justify-items: center;
  color: rgba(255, 250, 241, 0.92);
  font-size: clamp(11px, 1.25vw, 15px);
  font-weight: 800;
  line-height: 1.35;
}

.moon-lp__round-icon {
  display: grid;
  width: clamp(54px, 6vw, 80px);
  height: clamp(54px, 6vw, 80px);
  place-items: center;
  border: 1px solid rgba(218, 182, 112, 0.42);
  border-radius: 50%;
  background: linear-gradient(180deg, #fffdf7, #eee4d6);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  background-color: #fffdf7;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
}

.moon-lp__icon-img {
  display: block;
  width: 68%;
  height: 68%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.moon-lp__calm {
  padding: clamp(14px, 2.2vw, 28px) clamp(28px, 7vw, 92px) clamp(32px, 4.4vw, 62px);
}

.moon-lp__section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 38px);
  margin-bottom: clamp(16px, 2.8vw, 32px);
  color: var(--moon-purple);
}

.moon-lp__section-title h2 {
  margin: 0;
  font-family: var(--moon-serif);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.25;
}

.moon-lp__section-title span {
  width: min(18vw, 120px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(211, 175, 103, 0.68), transparent);
}

.moon-lp__calm-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 32px);
}

.moon-lp__calm-card {
  min-height: clamp(142px, 16vw, 210px);
  padding: clamp(20px, 2.4vw, 32px) clamp(12px, 1.7vw, 22px);
  border: 1px solid rgba(114, 89, 123, 0.13);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--moon-shadow);
  text-align: center;
}

.moon-lp__line-icon {
  display: block;
  width: clamp(58px, 6.6vw, 94px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: grid;
  place-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
}

.moon-lp__line-icon .moon-lp__icon-img {
  width: 86%;
  height: 86%;
}

.moon-lp__calm-card h3 {
  margin: 6px 0 7px;
  color: var(--moon-ink);
  font-family: var(--moon-serif);
  font-size: clamp(15px, 1.7vw, 24px);
  line-height: 1.35;
}

.moon-lp__calm-card p {
  max-width: 13em;
  margin: 0 auto;
  color: #6b6477;
  font-size: clamp(10px, 1.05vw, 14px);
  font-weight: 700;
  line-height: 1.6;
}

.moon-lp__premium {
  display: grid;
  grid-template-columns: 1fr minmax(330px, 42%);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(28px, 4vw, 58px) clamp(42px, 8vw, 96px);
}

.moon-lp__premium h2 {
  font-size: clamp(24px, 3vw, 42px);
}

.moon-lp__premium-copy > p {
  margin: 8px 0 24px;
  color: rgba(255, 250, 241, 0.82);
  font-size: clamp(12px, 1.28vw, 16px);
  font-weight: 700;
}

.moon-lp__benefit-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 24px);
  max-width: 680px;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(218, 182, 112, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.03);
}

.moon-lp__benefit {
  display: grid;
  gap: 9px;
  justify-items: center;
  text-align: center;
  color: rgba(255, 250, 241, 0.9);
  font-size: clamp(10px, 1vw, 13px);
  font-weight: 800;
  line-height: 1.35;
}

.moon-lp__benefit-icon {
  display: grid;
  width: clamp(38px, 4.5vw, 60px);
  height: clamp(38px, 4.5vw, 60px);
  place-items: center;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
}

.moon-lp__benefit-icon .moon-lp__icon-img {
  width: 98%;
  height: 98%;
}

.moon-lp__premium-note {
  margin: 18px 0 0;
  text-align: center;
}

.moon-lp__price-card {
  position: relative;
  max-width: 520px;
  padding: clamp(22px, 2.7vw, 34px);
  border: 2px solid rgba(218, 182, 112, 0.8);
  border-radius: 14px;
  background: linear-gradient(180deg, #fffdf6, #f3ecdf);
  color: var(--moon-ink);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.28);
}

.moon-lp__ribbon {
  position: absolute;
  top: -1px;
  left: 18px;
  min-width: 88px;
  padding: 6px 12px;
  border-radius: 0 0 10px 10px;
  color: #fff8e6;
  background: linear-gradient(180deg, #7e6d94, #4f4267);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.moon-lp__price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin: 4px 0 12px;
  color: #342f4c;
  font-family: var(--moon-serif);
}

.moon-lp__price-row strong {
  font-size: clamp(54px, 6.6vw, 86px);
  line-height: 1;
}

.moon-lp__price-card ul {
  display: grid;
  gap: 5px;
  width: fit-content;
  margin: 0 auto 18px;
  padding: 0;
  list-style: none;
  color: #4f4961;
  font-size: clamp(12px, 1.25vw, 16px);
  font-weight: 800;
  line-height: 1.45;
}

.moon-lp__price-card li::before {
  content: "✓";
  margin-right: 8px;
  color: #3f3754;
}

.moon-lp__button--wide {
  width: 100%;
  min-height: 42px;
  font-size: clamp(13px, 1.3vw, 16px);
}

.moon-lp__member-link {
  display: block;
  margin-top: 9px;
  color: #6b6477;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.moon-lp__shop {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, 24%) 1fr auto;
  gap: clamp(18px, 2.8vw, 36px);
  align-items: center;
  padding: clamp(18px, 3vw, 34px) clamp(42px, 7vw, 90px);
}

.moon-lp__shop-visual {
  width: min(100%, 210px);
  aspect-ratio: 2.3 / 1;
  border-radius: 10px;
  background-image: url("../images/products/product-sprite.png");
  background-size: 220% 220%;
  background-position: 0 0;
}

.moon-lp__shop h2 {
  color: var(--moon-ink);
  font-size: clamp(20px, 2.4vw, 32px);
  line-height: 1.35;
}

.moon-lp__shop h2 em {
  display: inline-flex;
  margin-left: 12px;
  padding: 4px 14px;
  border-radius: 999px;
  color: #fffaf1;
  background: #101946;
  font-family: var(--moon-sans);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.moon-lp__shop-copy > p {
  margin: 14px 0 18px;
  color: #655d74;
  font-size: clamp(12px, 1.15vw, 15px);
  font-weight: 700;
}

.moon-lp__coupon {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(211, 175, 103, 0.48);
  border-radius: 4px;
  color: #5c5369;
  background: rgba(255, 255, 255, 0.56);
  font-size: clamp(12px, 1.15vw, 15px);
}

.moon-lp__coupon strong {
  color: #50445e;
}

.moon-lp__coupon span {
  font-size: 12px;
}

.moon-lp__product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 22px);
}

.moon-lp__product-card {
  overflow: hidden;
  border: 1px solid rgba(114, 89, 123, 0.12);
  border-radius: 7px;
  background: #fffdf8;
  box-shadow: 0 12px 24px rgba(28, 22, 52, 0.12);
  text-align: center;
}

.moon-lp__product-image {
  aspect-ratio: 1.32 / 1;
  min-height: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 246, 214, 0.68), transparent 42px),
    linear-gradient(145deg, #dcd1e6, #263460 54%, #f1e4cb);
  background-size: 200% 200%;
  background-position: center;
}

.moon-lp__product-image--aroma {
  background-image: url("../images/products/product-sprite.png");
  background-position: 0 0;
}

.moon-lp__product-image--stone {
  background-image: url("../images/products/product-sprite.png");
  background-position: 100% 0;
}

.moon-lp__product-image--calendar {
  background-image: url("../images/products/product-sprite.png");
  background-position: 0 100%;
}

.moon-lp__product-image--relax {
  background-image: url("../images/products/product-sprite.png");
  background-position: 100% 100%;
}

.moon-lp__product-card h3 {
  min-height: 3.2em;
  margin: 9px 8px 4px;
  color: #4f4961;
  font-size: clamp(10px, 1vw, 13px);
  font-weight: 800;
  line-height: 1.35;
}

.moon-lp__product-card p {
  margin: 0 8px 10px;
  color: #4a4458;
  font-size: clamp(11px, 1.05vw, 14px);
  font-weight: 800;
}

.moon-lp__shop-button {
  grid-column: auto;
  justify-self: center;
  min-width: min(100%, 250px);
  min-height: 31px;
  margin-top: -8px;
  padding: 0 28px;
  background: linear-gradient(180deg, #fffdf6, #efe6d8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 6px 18px rgba(28, 22, 52, 0.12);
  font-size: 12px;
}

.moon-lp__faq-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: clamp(12px, 2vw, 24px) clamp(42px, 7vw, 90px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fffaf1;
  background: linear-gradient(135deg, #081334, #111847);
}

.moon-lp__faq-row > span {
  display: grid;
  width: clamp(38px, 4vw, 54px);
  height: clamp(38px, 4vw, 54px);
  place-items: center;
  border-radius: 50%;
  color: #f4db9d;
  background: rgba(255, 255, 255, 0.06);
  font-size: clamp(24px, 2.8vw, 36px);
}

.moon-lp__faq-row h2 {
  margin: 0;
  color: #fffaf1;
  font-family: var(--moon-serif);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 500;
}

.moon-lp__faq-row p {
  margin: 2px 0 0;
  color: rgba(255, 250, 241, 0.78);
  font-size: clamp(10px, 1.05vw, 13px);
  font-weight: 700;
}

.moon-lp__premium h2,
.moon-lp__final h2 {
  color: #fffaf1;
}

.moon-lp__final p {
  color: rgba(255, 250, 241, 0.88);
}

.moon-lp__faq-row a {
  display: grid;
  width: clamp(30px, 3.4vw, 44px);
  height: clamp(30px, 3.4vw, 44px);
  place-items: center;
  border-radius: 50%;
  font-size: clamp(22px, 2.6vw, 34px);
}

.moon-lp__final {
  min-height: clamp(170px, 22vw, 330px);
  display: grid;
  grid-template-columns: 1fr minmax(280px, 54%) 1fr;
  align-items: center;
  padding: clamp(26px, 4.4vw, 56px) clamp(28px, 6vw, 86px) clamp(22px, 3vw, 38px);
  background:
    linear-gradient(90deg, rgba(7, 19, 51, 0.12), rgba(7, 19, 51, 0.48) 42%, rgba(7, 19, 51, 0.12)),
    url("../images/decorative/final-cta-decor.png") center / cover no-repeat,
    linear-gradient(135deg, #071333, #111a46 54%, #07112f);
  text-align: center;
}

.moon-lp__final-copy {
  position: relative;
  z-index: 1;
}

.moon-lp__final h2 {
  font-size: clamp(28px, 3.4vw, 52px);
  line-height: 1.35;
}

.moon-lp__final p {
  margin: 8px 0 18px;
  color: rgba(255, 250, 241, 0.84);
  font-size: clamp(12px, 1.25vw, 16px);
  font-weight: 700;
}

.moon-lp__button--final {
  min-width: min(100%, 360px);
  padding: 0 34px;
  font-size: clamp(14px, 1.45vw, 18px);
}

.moon-lp__final-decor {
  width: min(22vw, 220px);
  aspect-ratio: 1 / 1;
  justify-self: center;
  border: 1px solid rgba(245, 219, 157, 0.26);
  border-radius: 50%;
  opacity: 0.88;
}

.moon-lp__final-decor--left {
  opacity: 0;
}

.moon-lp__final-decor--right {
  opacity: 0;
}

.moon-lp__disclaimer {
  grid-column: 1 / -1;
  margin: clamp(12px, 2vw, 22px) 0 0;
  color: rgba(255, 250, 241, 0.72);
  font-size: clamp(10px, 1vw, 13px);
  line-height: 1.6;
}

@media (min-width: 641px) and (max-width: 760px) {
  .moon-lp {
    max-width: 720px;
  }

  .moon-lp__hero {
    min-height: 325px;
    padding: 14px 28px 18px;
  }

  .moon-lp__header {
    gap: 14px;
  }

  .moon-lp__brand {
    font-size: 17px;
  }

  .moon-lp__login {
    min-width: 64px;
    min-height: 26px;
    font-size: 11px;
  }

  .moon-lp__menu {
    width: 29px;
    height: 29px;
  }

  .moon-lp__menu span {
    width: 24px;
  }

  .moon-lp__hero-inner {
    min-height: 222px;
  }

  .moon-lp__hero-copy {
    width: 390px;
    margin-left: 132px;
    padding-top: 18px;
  }

  .moon-lp__ornament {
    width: 210px;
    height: 26px;
    margin-left: 74px;
  }

  .moon-lp__hero h1 {
    margin-bottom: 12px;
    font-size: 43px;
    line-height: 1.18;
  }

  .moon-lp__hero p {
    margin-bottom: 11px;
    font-size: 10px;
    line-height: 1.65;
  }

  .moon-lp__button--hero {
    min-width: 240px;
    min-height: 35px;
    font-size: 11px;
  }

  .moon-lp__features {
    padding: 12px 35px;
  }

  .moon-lp__feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .moon-lp__feature-card {
    min-height: 116px;
    border-radius: 7px;
  }

  .moon-lp__feature-title {
    margin: 7px 8px 3px;
    font-size: 14px;
  }

  .moon-lp__feature-text {
    font-size: 7.2px;
    line-height: 1.45;
  }

  .moon-lp__routine {
    grid-template-columns: 168px 1fr;
    gap: 28px;
    padding: 11px 36px;
  }

  .moon-lp__routine-photo {
    width: 155px;
  }

  .moon-lp__routine h2 {
    font-size: 21px;
  }

  .moon-lp__routine-copy > p {
    margin: 5px 0 9px;
    font-size: 8px;
    line-height: 1.45;
  }

  .moon-lp__routine-icons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
  }

  .moon-lp__round-icon {
    width: 36px;
    height: 36px;
  }

  .moon-lp__routine-item {
    gap: 4px;
    font-size: 7.6px;
  }

  .moon-lp__calm {
    padding: 7px 64px 15px;
  }

  .moon-lp__section-title {
    margin-bottom: 9px;
  }

  .moon-lp__section-title h2 {
    font-size: 22px;
  }

  .moon-lp__calm-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
  }

  .moon-lp__calm-card {
    min-height: 102px;
    padding: 8px 8px;
  }

  .moon-lp__line-icon {
    width: 44px;
  }

  .moon-lp__calm-card h3 {
    margin: 3px 0 3px;
    font-size: 11.5px;
  }

  .moon-lp__calm-card p {
    font-size: 6.8px;
    line-height: 1.45;
  }

  .moon-lp__premium {
    grid-template-columns: 1fr 282px;
    gap: 18px;
    padding: 5px 56px;
  }

  .moon-lp__premium h2 {
    font-size: 20px;
  }

  .moon-lp__premium-copy > p {
    margin: 2px 0 5px;
    font-size: 7.7px;
  }

  .moon-lp__benefit-panel {
    gap: 6px;
    padding: 5px 14px;
    border-radius: 999px;
  }

  .moon-lp__benefit {
    gap: 5px;
    font-size: 6.7px;
  }

  .moon-lp__benefit-icon {
    width: 30px;
    height: 30px;
  }

  .moon-lp__premium-note {
    margin-top: 4px;
    font-size: 8px;
  }

  .moon-lp__price-card {
    padding: 7px 15px 5px;
    border-width: 1px;
  }

  .moon-lp__ribbon {
    min-width: 66px;
    padding: 4px 10px;
    font-size: 10px;
  }

  .moon-lp__price-row strong {
    font-size: 39px;
  }

  .moon-lp__price-row {
    margin-bottom: 4px;
    gap: 7px;
    font-size: 9px;
  }

  .moon-lp__price-card ul {
    gap: 1px;
    margin-bottom: 4px;
    font-size: 7.1px;
    line-height: 1.3;
  }

  .moon-lp__button--wide {
    min-height: 24px;
    font-size: 8.5px;
  }

  .moon-lp__member-link {
    margin-top: 3px;
    font-size: 8px;
  }

  .moon-lp__shop {
    grid-template-columns: 196px 1fr;
    gap: 18px;
    padding: 9px 40px 4px;
  }

  .moon-lp__shop h2 {
    font-size: 18px;
    line-height: 1.34;
  }

  .moon-lp__shop-copy > p,
  .moon-lp__coupon {
    font-size: 8.5px;
  }

  .moon-lp__shop-copy > p {
    margin: 5px 0 7px;
    line-height: 1.45;
  }

  .moon-lp__coupon {
    padding: 6px 9px;
  }

  .moon-lp__coupon span {
    font-size: 8px;
  }

  .moon-lp__product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .moon-lp__product-image {
    aspect-ratio: 1.52 / 1;
  }

  .moon-lp__product-card h3 {
    min-height: 2.9em;
    margin: 5px 5px 2px;
    font-size: 6.8px;
    line-height: 1.25;
  }

  .moon-lp__product-card p {
    margin-bottom: 4px;
    font-size: 7.6px;
  }

  .moon-lp__shop-button {
    grid-column: 2;
    min-height: 22px;
    margin-top: -2px;
    font-size: 8.5px;
  }

  .moon-lp__final {
    min-height: 101px;
    padding: 9px 36px 6px;
    grid-template-columns: 1fr;
  }

  .moon-lp__final-decor {
    display: none;
  }

  .moon-lp__final h2 {
    font-size: 20px;
  }

  .moon-lp__final p {
    margin: 2px 0 6px;
    font-size: 8px;
  }

  .moon-lp__button--final {
    min-width: 210px;
    min-height: 26px;
    font-size: 9px;
  }

  .moon-lp__disclaimer {
    position: absolute;
    right: 18px;
    bottom: 3px;
    left: 18px;
    margin: 0;
    font-size: 7.2px;
  }
}

@media (max-width: 640px) {
  .moon-lp__hero {
    min-height: 540px;
    padding-inline: 22px;
    background-position: center top;
  }

  .moon-lp__hero-copy {
    width: min(100%, 560px);
    margin-left: 0;
    padding-top: 110px;
  }

  .moon-lp__feature-grid,
  .moon-lp__calm-grid,
  .moon-lp__product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .moon-lp__routine,
  .moon-lp__premium,
  .moon-lp__shop {
    grid-template-columns: 1fr;
  }

  .moon-lp__routine-photo {
    width: min(300px, 70vw);
  }

  .moon-lp__benefit-panel {
    border-radius: 22px;
  }

  .moon-lp__price-card {
    justify-self: center;
    width: min(100%, 520px);
  }

  .moon-lp__shop-button {
    grid-column: 1;
    margin-top: 0;
  }

  .moon-lp__final {
    grid-template-columns: 1fr;
  }

  .moon-lp__final-decor {
    display: none;
  }
}

@media (max-width: 560px) {
  .moon-lp {
    max-width: none;
  }

  .moon-lp__hero {
    min-height: 430px;
    padding: 14px 16px 24px;
  }

  .moon-lp__brand {
    max-width: calc(100vw - 128px);
    font-size: 13px;
  }

  .moon-lp__brand-mark {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }

  .moon-lp__login {
    min-width: 62px;
    min-height: 28px;
    font-size: 11px;
  }

  .moon-lp__nav {
    gap: 9px;
  }

  .moon-lp__menu {
    width: 27px;
    height: 28px;
  }

  .moon-lp__menu span {
    width: 23px;
  }

  .moon-lp__hero-inner {
    min-height: 360px;
    align-items: center;
  }

  .moon-lp__hero-copy {
    padding-top: 38px;
  }

  .moon-lp__ornament {
    width: 180px;
    height: 24px;
    margin-left: 74px;
  }

  .moon-lp__hero h1 {
    font-size: clamp(38px, 11.5vw, 46px);
  }

  .moon-lp__hero p {
    max-width: 330px;
    font-size: 11px;
    line-height: 1.8;
  }

  .moon-lp__button--hero {
    min-width: min(100%, 280px);
    min-height: 42px;
    padding: 0 22px;
    font-size: 12px;
  }

  .moon-lp__features,
  .moon-lp__calm,
  .moon-lp__premium,
  .moon-lp__shop,
  .moon-lp__final {
    padding-inline: 18px;
  }

  .moon-lp__feature-grid {
    gap: 14px;
  }

  .moon-lp__feature-card {
    min-height: 142px;
    border-radius: 7px;
  }

  .moon-lp__feature-art {
    aspect-ratio: 1.92 / 1;
  }

  .moon-lp__feature-title {
    font-size: 15px;
  }

  .moon-lp__feature-text {
    font-size: 9px;
    line-height: 1.45;
  }

  .moon-lp__routine {
    padding-block: 26px;
    gap: 22px;
  }

  .moon-lp__routine h2,
  .moon-lp__premium h2,
  .moon-lp__shop h2,
  .moon-lp__final h2 {
    font-size: 24px;
  }

  .moon-lp__routine-copy > p {
    font-size: 11px;
  }

  .moon-lp__routine-icons,
  .moon-lp__benefit-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .moon-lp__section-title h2 {
    font-size: 22px;
  }

  .moon-lp__calm-grid,
  .moon-lp__product-grid {
    gap: 12px;
  }

  .moon-lp__calm-card {
    min-height: 138px;
    padding: 16px 8px;
  }

  .moon-lp__calm-card h3 {
    font-size: 14px;
  }

  .moon-lp__calm-card p {
    font-size: 9px;
  }

  .moon-lp__premium {
    padding-block: 28px;
  }

  .moon-lp__benefit-panel {
    padding: 16px;
  }

  .moon-lp__price-card {
    padding: 24px 18px 18px;
  }

  .moon-lp__price-row strong {
    font-size: 54px;
  }

  .moon-lp__price-card ul {
    font-size: 11px;
  }

  .moon-lp__shop {
    padding-block: 26px 22px;
  }

  .moon-lp__coupon {
    padding: 13px;
  }

  .moon-lp__product-image {
    aspect-ratio: 1.32 / 1;
  }

  .moon-lp__product-card h3 {
    min-height: 3.7em;
    font-size: 9px;
  }

  .moon-lp__product-card p {
    font-size: 10px;
  }

  .moon-lp__final {
    min-height: 196px;
    padding-block: 30px 22px;
  }
}

@media (max-width: 380px) {
  .moon-lp__feature-grid,
  .moon-lp__calm-grid,
  .moon-lp__product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .moon-lp__brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .moon-lp__hero p br,
  .moon-lp__routine-copy > p br {
    display: none;
  }
}

@media (max-width: 720px) {
  .moon-lp-page .moon-lp {
    max-width: none;
  }

  .moon-lp-page .moon-lp__hero {
    min-height: 325px;
    padding: 14px 28px 18px;
    background-position: center top;
  }

  .moon-lp-page .moon-lp__brand {
    max-width: none;
    font-size: 17px;
  }

  .moon-lp-page .moon-lp__brand-mark {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  .moon-lp-page .moon-lp__login {
    min-width: 64px;
    min-height: 26px;
    font-size: 11px;
  }

  .moon-lp-page .moon-lp__nav {
    gap: 14px;
  }

  .moon-lp-page .moon-lp__menu {
    width: 29px;
    height: 29px;
  }

  .moon-lp-page .moon-lp__menu span {
    width: 24px;
  }

  .moon-lp-page .moon-lp__hero-inner {
    min-height: 222px;
    align-items: center;
  }

  .moon-lp-page .moon-lp__hero-copy {
    width: 390px;
    margin-left: 132px;
    padding-top: 18px;
  }

  .moon-lp-page .moon-lp__ornament {
    width: 210px;
    height: 26px;
    margin-left: 74px;
  }

  .moon-lp-page .moon-lp__hero h1 {
    margin-bottom: 12px;
    font-size: 43px;
    line-height: 1.18;
  }

  .moon-lp-page .moon-lp__hero p {
    max-width: none;
    margin-bottom: 11px;
    font-size: 10px;
    line-height: 1.65;
  }

  .moon-lp-page .moon-lp__button--hero {
    min-width: 240px;
    min-height: 35px;
    padding: 0 24px;
    font-size: 11px;
  }

  .moon-lp-page .moon-lp__features {
    padding: 15px 48px 13px;
  }

  .moon-lp-page .moon-lp__free-panel {
    margin-bottom: 14px;
    padding: 13px 28px 15px;
    border-radius: 18px;
  }

  .moon-lp-page .moon-lp__free-panel h2 {
    font-size: 17px;
  }

  .moon-lp-page .moon-lp__free-panel p {
    margin: 2px 0 8px;
    font-size: 7.6px;
  }

  .moon-lp-page .moon-lp__free-items {
    gap: 24px;
  }

  .moon-lp-page .moon-lp__free-item {
    gap: 1px 8px;
  }

  .moon-lp-page .moon-lp__free-item > span {
    width: 36px;
    height: 36px;
    font-size: 23px;
  }

  .moon-lp-page .moon-lp__free-item strong {
    font-size: 8px;
  }

  .moon-lp-page .moon-lp__free-item small {
    font-size: 6.5px;
  }

  .moon-lp-page .moon-lp__premium-heading {
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    margin-bottom: 7px;
  }

  .moon-lp-page .moon-lp__premium-heading h2 {
    font-size: 18px;
  }

  .moon-lp-page .moon-lp__premium-heading em {
    padding: 3px 10px;
    font-size: 7px;
  }

  .moon-lp-page .moon-lp__feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .moon-lp-page .moon-lp__feature-card {
    min-height: 150px;
    border-radius: 7px;
  }

  .moon-lp-page .moon-lp__feature-card > b {
    padding: 3px 6px;
    font-size: 7px;
  }

  .moon-lp-page .moon-lp__feature-title {
    margin: 7px 8px 3px;
    font-size: 14px;
  }

  .moon-lp-page .moon-lp__feature-text {
    font-size: 7.2px;
    line-height: 1.45;
  }

  .moon-lp-page .moon-lp__routine {
    grid-template-columns: 168px 1fr;
    gap: 28px;
    padding: 11px 36px;
  }

  .moon-lp-page .moon-lp__routine-photo {
    width: 155px;
  }

  .moon-lp-page .moon-lp__routine h2 {
    font-size: 21px;
  }

  .moon-lp-page .moon-lp__routine-copy > p {
    margin: 5px 0 9px;
    font-size: 8px;
    line-height: 1.45;
  }

  .moon-lp-page .moon-lp__routine-icons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
  }

  .moon-lp-page .moon-lp__round-icon {
    width: 36px;
    height: 36px;
  }

  .moon-lp-page .moon-lp__routine-item {
    gap: 4px;
    font-size: 7.6px;
  }

  .moon-lp-page .moon-lp__calm {
    padding: 7px 64px 15px;
  }

  .moon-lp-page .moon-lp__section-title {
    margin-bottom: 9px;
  }

  .moon-lp-page .moon-lp__section-title h2 {
    font-size: 22px;
  }

  .moon-lp-page .moon-lp__calm-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
  }

  .moon-lp-page .moon-lp__calm-card {
    min-height: 102px;
    padding: 8px;
  }

  .moon-lp-page .moon-lp__line-icon {
    width: 44px;
  }

  .moon-lp-page .moon-lp__calm-card h3 {
    margin: 3px 0;
    font-size: 11.5px;
  }

  .moon-lp-page .moon-lp__calm-card p {
    font-size: 6.8px;
    line-height: 1.45;
  }

  .moon-lp-page .moon-lp__premium {
    grid-template-columns: 1fr 282px;
    gap: 18px;
    padding: 17px 56px 16px;
  }

  .moon-lp-page .moon-lp__premium h2 {
    font-size: 20px;
  }

  .moon-lp-page .moon-lp__premium-copy > p {
    margin: 2px 0 5px;
    font-size: 7.7px;
  }

  .moon-lp-page .moon-lp__benefit-panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 5px 14px;
    border-radius: 999px;
  }

  .moon-lp-page .moon-lp__benefit {
    gap: 5px;
    font-size: 6.7px;
  }

  .moon-lp-page .moon-lp__benefit-icon {
    width: 30px;
    height: 30px;
  }

  .moon-lp-page .moon-lp__premium-note {
    margin-top: 4px;
    font-size: 8px;
  }

  .moon-lp-page .moon-lp__price-card {
    justify-self: auto;
    width: auto;
    padding: 10px 15px 8px;
    border-width: 1px;
  }

  .moon-lp-page .moon-lp__ribbon {
    min-width: 66px;
    padding: 4px 10px;
    font-size: 10px;
  }

  .moon-lp-page .moon-lp__price-row {
    margin-bottom: 4px;
    gap: 7px;
    font-size: 9px;
  }

  .moon-lp-page .moon-lp__price-row strong {
    font-size: 39px;
  }

  .moon-lp-page .moon-lp__price-card ul {
    gap: 1px;
    margin-bottom: 4px;
    font-size: 7.1px;
    line-height: 1.3;
  }

  .moon-lp-page .moon-lp__button--wide {
    min-height: 24px;
    font-size: 8.5px;
  }

  .moon-lp-page .moon-lp__member-link {
    margin-top: 3px;
    font-size: 8px;
  }

  .moon-lp-page .moon-lp__shop {
    grid-template-columns: 150px 1fr 132px;
    gap: 14px;
    padding: 10px 52px;
  }

  .moon-lp-page .moon-lp__shop-visual {
    width: 142px;
  }

  .moon-lp-page .moon-lp__shop h2 {
    font-size: 16px;
    line-height: 1.34;
  }

  .moon-lp-page .moon-lp__shop h2 em {
    margin-left: 8px;
    padding: 3px 9px;
    font-size: 7px;
  }

  .moon-lp-page .moon-lp__shop-copy > p,
  .moon-lp-page .moon-lp__coupon {
    font-size: 8.5px;
  }

  .moon-lp-page .moon-lp__shop-copy > p {
    margin: 5px 0 7px;
    line-height: 1.45;
  }

  .moon-lp-page .moon-lp__coupon {
    padding: 6px 9px;
  }

  .moon-lp-page .moon-lp__coupon span {
    font-size: 8px;
  }

  .moon-lp-page .moon-lp__product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .moon-lp-page .moon-lp__product-image {
    aspect-ratio: 1.52 / 1;
  }

  .moon-lp-page .moon-lp__product-card h3 {
    min-height: 2.9em;
    margin: 5px 5px 2px;
    font-size: 6.8px;
    line-height: 1.25;
  }

  .moon-lp-page .moon-lp__product-card p {
    margin-bottom: 4px;
    font-size: 7.6px;
  }

  .moon-lp-page .moon-lp__shop-button {
    grid-column: auto;
    min-height: 22px;
    margin-top: 0;
    padding: 0 18px;
    font-size: 8.5px;
  }

  .moon-lp-page .moon-lp__faq-row {
    grid-template-columns: 46px 1fr 30px;
    gap: 12px;
    padding: 8px 52px;
  }

  .moon-lp-page .moon-lp__faq-row > span {
    width: 36px;
    height: 36px;
    font-size: 23px;
  }

  .moon-lp-page .moon-lp__faq-row h2 {
    font-size: 15px;
  }

  .moon-lp-page .moon-lp__faq-row p {
    font-size: 7.5px;
  }

  .moon-lp-page .moon-lp__faq-row a {
    width: 26px;
    height: 26px;
    font-size: 22px;
  }

  .moon-lp-page .moon-lp__final {
    min-height: 124px;
    grid-template-columns: 1fr;
    padding: 9px 36px 6px;
  }

  .moon-lp-page .moon-lp__final-decor {
    display: none;
  }

  .moon-lp-page .moon-lp__final h2 {
    font-size: 20px;
  }

  .moon-lp-page .moon-lp__final p {
    margin: 2px 0 6px;
    font-size: 8px;
  }

  .moon-lp-page .moon-lp__button--final {
    min-width: 210px;
    min-height: 26px;
    font-size: 9px;
  }

  .moon-lp-page .moon-lp__disclaimer {
    position: absolute;
    right: 18px;
    bottom: 3px;
    left: 18px;
    margin: 0;
    font-size: 7.2px;
  }
}
